diff --git a/.dockerignore b/.dockerignore
deleted file mode 100644
index a85e0e9ed..000000000
--- a/.dockerignore
+++ /dev/null
@@ -1,30 +0,0 @@
-# Local volumes
-/config
-/data
-/db
-
-# Updated through volumes
-Server/data
-Server/worldprops
-
-# Env files containing secrets
-/.env
-/*.env
-
-# Log files
-logs
-*.log
-
-# Git files
-.git
-.gitattributes
-.gitignore
-
-# Basic stuff
-*.md
-LICENSE
-.gitlab-ci.yml
-
-# Docker files
-docker-compose.yml
-Dockerfile
diff --git a/.gitignore b/.gitignore
index 6ecd66985..1c0e35d65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,8 +18,7 @@ Server/data/global_kill_stats.json
Server/ge_test.db
Server/latestdump.txt
Management-Server/managementprops/
-Server/worldprops/*
-!Server/worldprops/default.conf
+Server/worldprops/
**/.idea/workspace.xml
**/.idea/tasks.xml
@@ -32,13 +31,3 @@ gradle
**/*.swo
build/kotlin/sessions/
**/*.iml
-Server/hasRan.txt
-
-# Local volumes
-/config
-/data
-/db
-
-# Env files containing secrets
-/.env
-/*.env
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03a4e5b25..91d0ce89c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,20 +1,13 @@
variables:
# This will suppress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
- MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true -Xmx3g"
+ MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true -Xmx1024m"
# As of Maven 3.3.0 instead of this you may define these options in `.mvn/maven.config` so the same config is used
# when running from the command line.
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-fast --show-version"
-image: maven:3-openjdk-11-slim
-
-workflow:
- rules:
- - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
-
-before_script:
- - 'free -mh'
- - 'apt-get update -q'
+# This template uses jdk8 for verifying and deploying images
+image: maven:3-openjdk-11
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
@@ -26,16 +19,7 @@ verify:jdk11:
stage: build
script:
- 'cd Server'
- - 'mvn $MAVEN_CLI_OPTS verify'
- except:
- variables:
- - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-
-test:json:
- stage: test
- script:
- - 'apt-get install -q -y --no-install-recommends jq'
- - 'find . -name \*.json -type f -print0 | xargs -0 -n1 -P8 jq empty'
+ - 'mvn $MAVEN_CLI_OPTS verify -DskipTests'
except:
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md
deleted file mode 100644
index 051106623..000000000
--- a/.gitlab/issue_templates/Default.md
+++ /dev/null
@@ -1,17 +0,0 @@
-What I did:
-
-What I expected to happen:
-
-What actually happened:
-
-IDs of related NPCs/items:
-
-2009-era source (if relevant):
-
-Screenshots or video:
-
-LIVE SERVER username affected by this issue:
-
-**Bug reports are not accepted by SP users. SP is often out of date and results in invalid bug reports.**
-
-**If the bug is exploitable make sure you tick the confidential checkbox below**
\ No newline at end of file
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 5195e5bf4..000000000
--- a/Dockerfile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Starting out with the openjdk-11-slim image
-FROM maven:3-openjdk-11-slim
-
-# Set working directory to /app
-WORKDIR /app
-
-# Copy all sources etc
-COPY . .
-
-# Make sure ./run has permissions
-RUN chmod +x run
-
-# Run it
-CMD ["./run"]
diff --git a/README.md b/README.md
index 2dd61ac3b..3ecb02174 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
An open source MMORPG emulation server
@@ -29,7 +29,6 @@
* [Prerequisites](#prerequisites)
* [Project Setup](#project-setup)
* [Running the project](#running-the-project)
- * [Browser WebSocket Transport](#browser-websocket-transport)
* [License](#license)
* [Contact](#contact)
@@ -73,7 +72,7 @@ There are many ways everyone can contribute! From the most seasoned programmers
* **Wiki Editors**: Did you know we have a wiki? Well it's always in need of people to fill it out and stay on top of it. Editing the wiki is one of the easiest ways you can contribute to 2009Scape! If you're an active player and have the will, there's so much you could be helping out with over at the wiki. [Click here to go to the wiki](https://cdn.2009scape.org/wiki/doku.php?id=start).
-* **JSON editors**: We could always use more JSON editors! Please note that JSON editing **must** be done using the [Thanos Tool](https://gitlab.com/2009scape/tools/rs09-thanos-tool/-/jobs/5153567519/artifacts/file/build/libs/zaros.jar). **This does not run on modern Java** and requires **Java 11** to run (using the usual 'java -jar zaros.jar').
+* **JSON editors**: We could always use more JSON editors! Please note that JSON editing **must** be done using the [Thanos Tool](https://gitlab.com/2009scape/rs09-thanos-tool/-/jobs/artifacts/master/raw/build/libs/thanostool.jar?job=build).
* **Authenticity Auditors**: As a remake, authenticity is central to our core values! We could always use someone to go through the game and create large lists of simple tasks that can be done to bring us closer to the authentic 2009 game! The preferred way to do this is one-area-at-a-time. If you want to see an example of some audits we've done in the past, take a look [here](https://gitlab.com/2009scape/2009scape/-/issues/46).
@@ -81,27 +80,13 @@ There are many ways everyone can contribute! From the most seasoned programmers
* **Code Contributors**: As a remake, we have massive amounts of content that need to be implemented or corrected. If you know how to program or are willing to learn, this is where you could be extremely helpful! We need everything from quests, to dialogue, to mini-games, to skills that still need to be corrected or implemented. This is perhaps one of the most valuable ways someone could help out the project! If you are interested in developing content, reach out in the development channel of the Discord.
-
-### Policy on Use of AI Tools
-
-You, the contributor, agree to submit quality code to the best of your ability which you have tested yourself and confirmed that it works as intended, and if it doesn’t work, you agree to take constructive feedback and fix it.
-
-You should be able to explain or defend how any part of your code works, without the use of AI or any other assistive tools.
-
-2009scape reserves the right to reject your MR on grounds of poor quality, poor functionality, poor code style, poor attitudes or unethical over-reliance on assistive tools.
-
-2009scape reserves the right to bar an individual from contributing due to patterns of aforementioned behavior, and close or delete all future MRs or issues or suggestions from said person without given explanation.
-
-AI may not be used to generate your MR description, your issue description, or any responses to any discourse present on the Gitlab at any time or in any fashion. If you use AI in any of these places, it will be assumed that your entire contribution is AI and that you have no clue how it functions, and the remainder of the policy outlined above will be applied to you immediately.
-
-
## Content Developers: Setting Up the Project.
### GitLab Setup
**Note: This allows you to commit changes to the main repo (with approval)! Also, always stay up to date with the most recent updates by pulling into your copy when 2009Scape updates!**
1. Create a GitLab account if you haven't done so already.
-2. Follow our Git Basics guide [over on the wiki.](https://gitlab.com/2009scape/2009scape/-/wikis/git-basics)
+2. Click "Fork" in the top right-hand side of our GitLab page.
**If at anytime you have an issue with GitLab please refer to the [GitLab help center](https://gitlab.com/help).**
@@ -112,7 +97,9 @@ the project's setup, things won't work. At all.
*For Windows users* - Turn developer mode on first in Windows developer settings.
+* [Git](https://git-scm.com/) *Make sure to enable symbolic links during install*
* [JDK 11](https://adoptium.net) or the Java SE Development Kit Version 11
+* [Git LFS](https://git-lfs.github.com/)
* [IntelliJ IDEA Community](https://www.jetbrains.com/idea/download/)
### SSH setup
@@ -123,14 +110,31 @@ the project's setup, things won't work. At all.
### Project Setup
-1. If you haven't already, make sure to follow our [Git Basics](https://gitlab.com/2009scape/2009scape/-/wikis/git-basics) guide.
-2. Run `git lfs pull` in the 2009scape folder you cloned as part of that guide. This only has to be done once, ever.
-3. Follow our [IntelliJ IDEA Setup Guide](https://gitlab.com/2009scape/2009scape/-/wikis/Setup-for-IntelliJ-IDEA-IDE)
+1. Open IntelliJ IDEA
+2. Clone the project using the `Get from VCS` button, make sure you use the SSH URL from the blue clone button on the fork you created during the GitLab setup step.
+3. Click the "Project" tab on the left-hand side.
+4. In the top left where the "Project" drop down is, click Project Files
+5. Expand the Server folder
+6. Right click `pom.xml` and click "Add as Maven Project"
+7. In IntelliJ, File -> Invalidate Caches -> Invalidate Caches and Restart
+
+*Skip step 8 if you've installed Git LFS before cloning.*
+
+8. After setting up Git LFS, you may need to run `git lfs pull` in the root of the cloned repo to download essential binaries
+
+9. You should now have ready-made run configurations in the top right (you can ignore MS, it's obsolete):
+
+ * [Windows] follow step 11.
+ * [Linux] Run Server
+10. Ensure your working directory (the root of the project) is set in the run configuration editor.
+
+11. Configure IntelliJ to compile and run the server from [here](https://forum.2009scape.org/viewtopic.php?t=64-unknown-run-configuration-type-batchconfigurationtype-when-setting-up-server)
+
+12. Go ahead and use the `Run Server` configuration (if available for your OS) to make sure it's working, or the maven `server [exec:java]` added with step 11
### Running the project
-1. If you followed the IntelliJ setup guide, which you probably should have, just use the provided run configuration.
-***Note: If you choose not to use the provided run scripts or IntelliJ, you *must* run `mvn clean` before it will build correctly.***
+***Note: If you choose not to use the provided run scripts, you *must* run `mvn clean` before it will build correctly.***
#### Linux / OSX
@@ -140,119 +144,13 @@ Start the game server with the included run script. Use `./run -h` for more info
Start the game server with `run-server.bat`
-#### Browser WebSocket Transport
-
-Enable the listener in `Server/worldprops/default.conf`:
-
-```properties
-websocket_enabled = true
-websocket_port = 0
-```
-
-When `websocket_port = 0`, the listener uses `53594 + world_id`. For world `1`, that is `53595`.
-
-Both plain WebSocket (`ws://`) and secure WebSocket (`wss://`) are supported. Use `ws://` for local HTTP testing. PWA requires HTTPS/WSS.
-
-Enable WSS with a Java keystore:
-
-```properties
-websocket_tls_enabled = true
-websocket_tls_keystore_path = "certs/dev-wss.p12"
-websocket_tls_keystore_password = ""
-```
-
-The keystore password is optional. Leave `websocket_tls_keystore_password` blank when using a PKCS12 file exported with an empty password:
-
-```bash
-openssl pkcs12 -export \
- -in fullchain.pem \
- -inkey privkey.pem \
- -out certs/dev-wss.p12 \
- -name websocket \
- -passout pass:
-```
-
-For local WSS development, create a certificate for your hostname or LAN IP that the browser will use, then point the server at a PKCS12 keystore. For production, use a normal certificate from certbot. Plain WS does not require a certificate.
-
-#### Docker
-
-Make sure [Docker Engine](https://docs.docker.com/engine/install/) & [Docker Compose](https://docs.docker.com/compose/install/) plugin are installed first:
-
-Go to the project root where the git repository is cloned into:
-
-```bash
-cd /path/to/project-dir
-```
-
-To configure the database, copy the mysql env file template to a env file in the project root:
-
-```bash
-cp mysql.env.example mysql.env
-```
-
-Customize the env file however necessary.
-
-Create a new directory called 'config' into the project root.
-
-```bash
-mkdir config
-```
-
-Copy the server config file template in the config directory:
-
-```bash
-cp Server/worldprops/default.conf config/default.conf
-```
-
-Edit the server configuration file as per needed.
-
-Go to the project root directory and execute:
-
-```bash
-docker compose up --build
-```
-
-Which will build the docker image using the local Dockerfile and starts the server and database containers.
-
-The previous up command should be run every time the server sources are modified to propagate the changes to the container.
-
-For the first time, the server compilation process takes a long time. Grab some coffee in the meanwhile.
-
-You can check (and follow) the containers logs by running the following in the project root directory (-f for follow and Ctrl+C to stop):
-
-```bash
-docker compose logs -f
-```
-
-Any compilation or runtime errors will be logged here.
-
-If you have already compiled the server and made no changes to the sources, you can simply run without the build option (however it will be cached anyways):
-
-```bash
-docker compose up
-```
-
-To later restart the server to apply simple configuration changes, in the project root directory run:
-
-```bash
-docker compose restart server
-```
-
-To shut down / take down the server, in the project root directory run:
-
-```bash
-docker compose up --build
-```
-
-The database files, build cache and config files will be persisted on the host filesystem for easy backup management.
-
### License
We use the AGPL 3.0 license, which can be found [here](https://www.gnu.org/licenses/agpl-3.0.en.html). Please be sure to read and understand the license. Failure to follow the guidelines outlined in the license will result in legal action. If you know or hear of anyone breaking this license, please send a report, with proof, to Red Bracket#8151, ceikry#2724, or woahscam#8535 on discord or email woahscam@hotmail.com. **We WILL NOT change the license to fit your needs.**
### Contact
-**Reminder: There is no official support for setting up your own server. Do not ping/dm developers, or ask in support channels about setting up your server. Support for the live server and 2009Scape single-player is available on the [2009Scape forums](https://forum.2009scape.org/).**
+**Reminder: There is no official support for setting up your own server. Do not ping/dm developers, or ask in support channels about setting up your server. Support for the live server and 2009Scape single-player is available in the Discord.**
[license-shield]: https://img.shields.io/badge/license-AGPL--3.0-informational
@@ -270,4 +168,4 @@ These credits can be spent in the 2009Scape Reward Shop. It's important to be cl
Testers are not the only people who can gain credits - other ways of earning credits can be found on [the 2009Scape website](https://2009scape.org/site/game_guide/credits.html).
-Please be patient! The Credit system is not fully complete yet, so it will take a long time for credits to be awarded.
\ No newline at end of file
+Please be patient! The Credit system is not fully complete yet, so it will take a long time for credits to be awarded.
diff --git a/Server/.gitignore b/Server/.gitignore
index a9a29cad7..f22e9f978 100644
--- a/Server/.gitignore
+++ b/Server/.gitignore
@@ -2,7 +2,6 @@ bin/**
out/**
data/logs/**
data/profile/**
-data/playerstats/**
.idea/**
/bin
.DS_Store**
diff --git a/Server/data/CELEDT.xml b/Server/data/CELEDT.xml
new file mode 100644
index 000000000..965f4bbfd
--- /dev/null
+++ b/Server/data/CELEDT.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Server/data/ObjectParser.xml b/Server/data/ObjectParser.xml
index bfd1c5167..3a354d63b 100644
--- a/Server/data/ObjectParser.xml
+++ b/Server/data/ObjectParser.xml
@@ -11,6 +11,7 @@
+
@@ -21,6 +22,7 @@
+
diff --git a/Server/data/configs/shared_tables/RDT.xml b/Server/data/RDT.xml
similarity index 96%
rename from Server/data/configs/shared_tables/RDT.xml
rename to Server/data/RDT.xml
index 78ed522a6..080dd9049 100644
--- a/Server/data/configs/shared_tables/RDT.xml
+++ b/Server/data/RDT.xml
@@ -26,5 +26,4 @@
-
\ No newline at end of file
diff --git a/Server/data/botdata/bot_dialogue.json b/Server/data/botdata/bot_dialogue.json
index c225b117e..6890ab68a 100644
--- a/Server/data/botdata/bot_dialogue.json
+++ b/Server/data/botdata/bot_dialogue.json
@@ -13,7 +13,7 @@
"This is my own dialogue",
"@name run.",
"@name you cant hide from me.",
- "Jajajajajaja",
+ "jajajajajaja",
"How do i get to Varrock @name?",
"How do i get to Camelot @name?",
"How do i get to Taverly @name?",
@@ -21,17 +21,17 @@
"How do i get to Yanille @name?",
"How do i get to Catherby @name?",
"Gotta go srry.",
- "Wiggle wiggle wiggle yeah",
+ "wiggle wiggle wiggle yeah",
"@name lookin goofy",
"@name lookin stoopid",
"@name lookin like a red bracket",
"@name get yo weasel lookin ass outta here",
"@name lookin like some sort of twocan sam",
" /hop world 1 got a noob here!",
- "Woot",
+ "woot",
"Hows your day been @name?",
- "Heyy @name :)",
- "Gtg srry",
+ "heyy @name :)",
+ "gtg srry",
"I wont answer your questions @name",
"Stop asking questions @name",
"Roflmao",
@@ -48,7 +48,7 @@
"Nice Armor @name!",
"Nice Weapon @name!",
"Venezuela #1",
- "2009scape and chill @name?",
+ "2009Scape and chill @name?",
"@name is my girlfriend",
"Buying gf",
"Bank sale pm me for info",
@@ -61,14 +61,14 @@
"Fuckin sit @name.",
"Error: Botting client broken tell Evilwaffles.",
"@name bots all the time",
- "Report @name",
- "Apparently @name bots",
+ "report @name",
+ "apparently @name bots",
"@name hates kermit",
"There are no mods on to help you",
"Report me, you wont",
"Yes, Im botting. And?",
"ERROR: BOTSCRIPT 404. REPORT TO BOT OWNER (Evilwaffles)",
- "Flash2:wave: FUCK",
+ "flash2:wave: FUCK",
"I love 2009Scape!",
"Ja Ja Ja Ja",
"This is fun!",
@@ -105,9 +105,9 @@
"Trade me @name",
"LOL",
"How do I get to lumbrich",
- "Bruh",
- "Poggers",
- "Shitpost",
+ "bruh",
+ "poggers",
+ "shitpost",
"I wish i could find an RS Gf",
"Where do you find runite ore @name?",
"Where is the best coal location @name?",
@@ -135,39 +135,41 @@
"Im not a bot",
"Nah Im a real person",
"Bruh are you even a real person lol?",
- "E",
+ "e",
"Hellooooo @name",
- "Wc lvl @name?",
- "Fletching level @name?",
- "Firemaking level @name?",
+ "wc lvl @name?",
+ "fletching level @name?",
+ "firemaking level @name?",
"Have you seen the dude in the ge?",
"Wonderful weather today @name",
"Lowkey drunk af rn",
"I am so tired",
"Wassup @name",
- "Follow me @name!",
+ "follow me @name!",
"Server goes brrrr",
- "Bruh i am not a bot",
+ "bruh i am not a bot",
"I think @name is a bot",
"Are you a bot @name?",
- "Insert spiderman meme here",
- "Pot calling the kettle black etc",
- "Ooh, a piece of candy",
+ "insert spiderman meme here",
+ "pot calling the kettle black etc",
+ "ooh, a piece of candy",
"I love woodcutting",
"Im going to go level up later",
"I love mining shooting stars",
" /this @name looks dumb",
"AAAAAAAAAAAAAAAAAAAAAAAAHHHHHH!!!",
- "Como estas @name",
- "So how about that ceikry guy",
- "So how about that kermit dude",
- "Woah is an abusive mod",
+ "como estas @name",
+ "Summer = always the best community manaer",
+ "so how about that ceikry guy",
+ "so how about that kermit dude",
+ "woah is an abusive mod",
"I heard Woah and Ceikry are dating now",
"House party in Yanille!",
"Can i have some gp @name?",
"Where do i find partyhats?",
"Why do mobs drop boxes?",
"What exp rate do you play on @name?",
+ "Have you met Summer?",
"Hey @name",
"Hey @name",
"Hey @name",
@@ -188,33 +190,33 @@
"NobodyCLP has big feet",
"Chicken tendies for dindin",
"Spicey Chicken tendies is litty as a mf titty",
- "Red bracket stinky",
- "Ra ra rasputin",
- "Lover of the russian queen",
+ "red bracket stinky",
+ "ra ra rasputin",
+ "lover of the russian queen",
"Whens the next update coming out?",
"How many players are maxed?",
"I dont use discord @name",
"I dont use the CC @name",
"Why should i use discord?",
"2009Scape is life",
- "Brb gotta make dinner",
+ "brb gotta make dinner",
"I need to go to the GE",
"@name can i have a ge tele?",
- "Lol @name shut up",
+ "lol @name shut up",
"Where are teak trees?",
"How do i make planks @name?",
"Idk about that scraggley ass alex guy.",
"Rusty? More like Crusty af lmfao.",
"I need to sell some stuff on the ge",
"I have so many logs to sell lol",
- "Nah",
- "Yes",
+ "nah",
+ "yes",
"Where can i mine iron?",
"Where can i mine tin?",
"Where can i mine copper?",
"Where can i mine clay?",
"Where can i mine coal?",
- "No",
+ "no",
"We are no strangers to love",
"You know the rules and so do I",
"A full commitment's what I'm thinking of",
@@ -228,10 +230,10 @@
"Never gonna make you cry",
"Never gonna say goodbye",
"Never gonna tell a lie and hurt you",
- "Why",
- "Why",
- "Why",
- "Why",
+ "why",
+ "why",
+ "why",
+ "why",
"Why does it not show your messages in the chatbox?",
"Why do you not show up in chat?",
"Why do you not show up in chat @name?",
@@ -239,7 +241,7 @@
"When did you start playing @name?",
"When did you start on this server @name?",
"When did you first get here @name?",
- "Russias greatest love machine",
+ "russias greatest love machine",
"Never gonna run around and desert you",
"Two things are infinite, the universe & @names stupidity",
"If you tell the truth, you dont have to remember anything.",
@@ -257,7 +259,7 @@
"What do you think @name?",
"How does that sound @name?",
"That sounds great @name.",
- "I'm learning English.",
+ "I’m learning English.",
"I don't understand.",
"Could you repeat that please @name?",
"Could you please talk slower @name?",
@@ -281,26 +283,26 @@
"@name?",
"@name how long have you played",
"@name world 1 or world 2?",
- "What is your main world @name?",
+ "what is your main world @name?",
"I prefer world 1 tbh",
"I prefer world 2 tbh",
"@name world 1 for life",
"@name fog bots when?",
- "Damn somalian pirates",
- "Bracket more like brrrrrr acket",
- "Why the racket bracket",
+ "damn somalian pirates",
+ "bracket more like brrrrrr acket",
+ "why the racket bracket",
"Hi @name I am dad",
"@name likes dad jokes",
- "Ur nuts @name",
- "Lootshare go brr",
- "Partay with froggay",
+ "ur nuts @name",
+ "lootshare go brr",
+ "partay with froggay",
"Know what else is lame? Not being able to play 2009scape right now",
"Can you even grind on osrs",
- "I botted to 88 fishing",
+ "i botted to 88 fishing",
"Do not forget to vote in running polls!",
"Always check announcments",
- "We thrivin",
- "Ship @name",
+ "we thrivin",
+ "ship @name",
"Dont forget to vote 2009scape!",
"Kermit is too legit 2 quit",
"Out here on the range we are having fun",
@@ -310,11 +312,11 @@
"I dont like him @name",
"I dont like it @name",
"Im an American.",
- "Ima go pickup my lady ting",
- "That portuguese dude is something else",
+ "ima go pickup my lady ting",
+ "that portuguese dude is something else",
"@name!! @name!!",
- "Bowdi boy",
- "I love bowdi... sometimes",
+ "bowdi boy",
+ "i love bowdi... sometimes",
"@name = @name",
"I'm bacon.. go on dad... say it",
"I'm going to leave.",
@@ -338,7 +340,7 @@
"I couldn't agree more @name",
"It cost me a fortune @name",
"I am dog tired",
- "Don't take it personally",
+ "Don’t take it personally",
"We will be having a good time",
"Same as always @name",
"No problem",
@@ -359,24 +361,41 @@
"Guthiiiiiiiiiiiiiiiiiiiiiiiiiiiiiixxx!!!!!!",
"530 gang for life",
"@name, have you read the rules?",
- "@name, have you checked out the forums?",
- "Why are the leprechauns moving?",
+ "@name, have you checked out the Discord?",
+ "why are the leprechauns moving?",
"I am beyond the point of no return!",
"Nothin' personnel, kid.",
"All your base are belong to us",
"May Guthix bring you balance.",
"May Guthix bring you balance.",
"May Guthix bring you balance.",
+ "Thy death was not in vain, for it brought some balance to the world. May Guthix bring you rest.",
+ "May you walk the path, and never fall, for Guthix walks beside thee on thy journey. May Guthix bring you peace.",
+ "All things must end, as all begin; Only Guthix knows the role thou must play. May Guthix bring you balance.",
+ "In life, in death, in joy, in sorrow: May thine experience show thee balance. May Guthix bring you balance.",
+ "Thou must do as thou must, no matter what. Thine actions bring balance to this world. May Guthix bring you balance.",
+ "The river flows, the sun ignites, May you stand with Guthix in thy fights. May Guthix bring you balance.",
"A journey of a single step, May take thee over a thousand miles. May Guthix bring you balance.",
"Zamorak give me strength!",
"Zamorak give me strength!",
"Zamorak give me strength!",
+ "May your bloodthirst never be sated, and may all your battles be glorious. Zamorak bring you strength.",
+ "There is no opinion that cannot be proven true...by crushing those who choose to disagree with it. Zamorak give me strength!",
+ "Battles are not lost and won; They simply remove the weak from the equation. Zamorak give me strength!",
+ "Those who fight, then run away, shame Zamorak with their cowardice. Zamorak give me strength!",
+ "Battle is by those who choose to disagree with it. Zamorak give me strength!",
+ "Strike fast, strike hard, strike true: The strength of Zamorak will be with you. Zamorak give me strength!",
"The weak deserve to die, so the strong may flourish. This is the creed of Zamorak.",
"This is Saradomin's wisdom.",
"This is Saradomin's wisdom.",
"This is Saradomin's wisdom.",
"Go in peace in the name of Saradomin; may his glory shine upon you like the sun.",
"Thy cause was false, thy skills did lack; See you in Lumbridge when you get back.",
+ "Protect your self, protect your friends. Mine is the glory that never ends. This is Saradomin's wisdom.",
+ "The darkness in life may be avoided, by the light of wisdom shining. This is Saradomin's wisdom.",
+ "Show love to your friends, and mercy to your enemies, and know that the wisdom of Saradomin will follow. This is Saradomin's wisdom.",
+ "A fight begun, when the cause is just, will prevail over all others. This is Saradomin's wisdom.",
+ "The currency of goodness is honour; It retains its value through scarcity. This is Saradomin's wisdom.",
"For Camelot!",
"Firmly grasp it!",
"My legs!",
@@ -393,7 +412,7 @@
"Fluff",
"Bwuh",
"I'm literally just mothin' bro",
- "Certified 2009Scape Classic.",
+ "Certified 2009scape classic.",
"Make sure to like, comment and subscribe @name it really helps",
"Real 2009scape hours!!! Murder that like if you up!!!!",
"W00t!",
@@ -407,32 +426,32 @@
"Drip check",
"Uhuhuhuhuhuhuhuhu",
"Ahhhhhhhhhhhhhhhh",
- "Yall got any deez?",
+ "yall got any deez?",
"Deez nuts",
"When she give you that yoinky sploinky",
- "Sir, this is a 2009Scape.",
+ "Sir, this is a 2009scape.",
"Oh dear! You are dead!",
"Cor blimey, mate! What are ye doing in me pockets?",
- "Yeah i got funnies",
- "Read muv luv",
+ "yeah i got funnies",
+ "read muv luv",
"Why doesn't she love me bros?",
"@name is off the goop don't listen to the clown",
- "Do yall got laptops",
- "Cfunny play the alien warp sound effect",
+ "do yall got laptops",
+ "cfunny play the alien warp sound effect",
"Ware to all whom doom hither, where cope is all yet constant.",
"Who wants to come G W D?",
"How do I make money?",
"Ironmen stand alone together!",
- "Based",
- "Where is she",
+ "based",
+ "where is she",
"*S N I I I I I I I I I F F F F F F F F F F F*",
"Hey @name, who was in Paris?",
"Huh whuh?",
- "Who's lone?",
- "Who *is* he?",
+ "who's lone?",
+ "who *is* he?",
"Hi @name, I'm Dad!",
- "Anyone wanna play melty blood after I high alch these bows?",
- "Buru nyaaaa",
+ "anyone wanna play melty blood after I high alch these bows?",
+ "buru nyaaaa",
"Number 15, Taverley Dungeon Black Dragons.",
"House party at Rimmington! Host: @name!",
"Spending 200m! Trade me, no junk!",
@@ -442,19 +461,19 @@
"Nice outfit @name, does it come in children's size 12?",
":)",
":D",
- "Die screaming",
+ "die screaming",
"Only on Tuesdays",
- "We stan 2009scape",
+ "we stan 2009scape",
"There is no spoon",
"Where's the cow level?",
"Join 2009scape Clan Chat!",
"Join 2009scape Cc!",
"Chop chop!",
- "2009Scape rox my sox!!!!!!1",
+ "Runescape rox my sox!!!!!!1",
"Type ::scripts for all 99s",
"Help I just died to Evil Chicken and I lost my stuff!",
"Can you fight Bandos in this game?",
- "One bad gloop",
+ "one bad gloop",
"@name is not cute or funny",
"You have committed crimes against Gielinor and her people. What say you?",
"Barrows trauma",
@@ -469,7 +488,7 @@
"Praise Andrew Gower",
"Please help me I can't stop playing 2009scape",
"Are you ignoring me, @name?!",
- "I agree with this rfc can we put it in the game please",
+ "i agree with this rfc can we put it in the game please",
"@name, we've been trying to reach you about your car's extended warranty",
"Trimming armour, 25k gp",
"Hey why does my furniture disappear?",
@@ -479,525 +498,21 @@
"Shlisshalpshlaap",
"Somebody call for an exterminator?",
"Decisive action. Should work.",
+ "R E A D Y T O R A I S E S O M E H E L L",
"Darkness overpowering.",
"Got any questions about propane? Or propane accessories?",
"When someone asks me if I am a god, I say Y E S!!!",
"You run out of Marines?",
+ "Goliath Online",
+ "I'm escaping to the one place that hasn't been corrupted by Capitalism. Lunar Isle!",
"Selling wildy protection, 100k gp",
- "Can't we get you on Mastermind, @name?",
- "Listen, don't mention the war! I mentioned it once, but I think I got away with it all right.",
+ "Can’t we get you on Mastermind, @name? Next contestant – @name from Lumbridge. Special subject – the bleedin’ obvious.",
+ "Oh, you’re German! I’m sorry, I thought there was something wrong with you.",
+ "Listen, don’t mention the war! I mentioned it once, but I think I got away with it all right.",
"Cunnilingus and psychiatry brought us to this.",
- "Ah, the Wilderness... where dreams of riches meet a swift demise.",
- "Who needs a quest guide? I've got the whole wiki memorized.",
- "Buying GF 10k coins. Must have at least 70 Agility.",
- "I swear, the goblins in Goblin Village have it out for me.",
- "Why do wizards always hang out in towers? Is it a zoning thing?",
- "I'm training my Construction skill. My house is gonna be lit!",
- "The GE is like the stock market, but with dragon bones.",
- "Why do we need a cabbage patch in Draynor? Seriously.",
- "I've been mining rune essence for hours. My pickaxe hates me.",
- "@name hit 99 Cooking. Time to open a gourmet restaurant in Varrock.",
- "I'm convinced the @name is actually a time-traveling wizard.",
- "Anyone up for a Castle Wars match? I need that decorative armor.",
- "Accidentally clicked Attack on a guard. Now I'm a wanted criminal.",
- "Why do we even have a Duel Arena? It's just a fancy boxing ring.",
- "I've got a stack of burnt lobsters. Anyone want to buy them?",
- "Greetings, @name! Looking for a quest?",
- "Just got a rare drop! The RNG gods are smiling upon me!",
- "Anyone need help with a boss fight? I've got my dragon dagger ready.",
- "Buying feathers! Will pay top price!",
- "The Lumbridge cows are my favorite training spot.",
- "Who needs a teleport? I've got my magic runes stocked.",
- "@name hit 99 Woodcutting. Time to chop some yews!",
- "Anyone seen the Wise Old Man lately? I owe him a visit.",
- "Selling lobsters! Freshly caught from Catherby.",
- "Swear, the Wilderness is scarier than my nightmares.",
- "Looking for a clan to join. Any takers?",
- "I'm an ironman, so no trading for me!",
- "Anyone up for a Castle Wars match?",
- "The Grand Exchange prices are crashing. Panic sell!",
- "Who else remembers the Falador Massacre?",
- "I'm saving up for a party hat. Wish me luck!",
- "Barrows runs are my addiction. Those crypts are spooky.",
- "I'm convinced the Wise Old Man is secretly Zamorak.",
- "I'm a completionist, so I'm grinding out all the achievements.",
- "The music in this game is surprisingly epic.",
- "Tried to trade with a tree... It didn't go well.",
- "My bank is like a black hole. Items disappear forever.",
- "I'm convinced the Wise Old Man is just a confused tourist.",
- "My character's fashion sense? Let's just say it's 'unique.'",
- "Challenged a cow to a dance-off. It won.",
- "Why does the Lumbridge Guide always look so lost?",
- "I'm training Agility, but my real-life agility is zero.",
- "Tried to fish in the desert. Sandfish are elusive.",
- "The Grand Exchange is like a chaotic stock market.",
- "I'm a master at clicking 'Continue' during quests.",
- "I'm convinced the chickens are plotting world domination.",
- "I'm a woodcutter, but I've never seen a talking tree.",
- "I'm a vegetarian, except when it comes to killing dragons.",
- "Why do wizards wear pointy hats? Is it a fashion statement?",
- "Challenged a guard to a staring contest. He won.",
- "I'm collecting cabbage. It's a noble pursuit.",
- "Accidentally set my cat on fire. It's now a firecat.",
- "I'm convinced the Wise Old Man is secretly a time traveler.",
- "I'm a quest completionist, but I still can't find my keys.",
- "I'm convinced the ducks are spying on us.",
- "I'm a pro at avoiding the Lumbridge swamp. Too many frogs.",
- "Hey, can someone lend me 10k? I promise I'll pay it back... eventually.",
- "Why do I always find the one square where the random event spawns?",
- "I'm training Prayer by burying bones. It's like a spiritual workout.",
- "The Wise Old Man's fashion sense is questionable.",
- "I'm convinced the ducks are secretly plotting world domination.",
- "Why do wizards wear pointy hats? Is it a dress code?",
- "I'm collecting cabbage. It's a noble pursuit, really.",
- "I'm a vegetarian, except when it comes to killing dragons.",
- "Why does the Lumbridge Guide always look so lost?",
- "Training Agility, but my real-life agility is zero.",
- "I'm convinced the Wise Old Man is secretly a time traveler.",
- "Tried to mine air. It's an untapped resource.",
- "I'm a quest completionist, but I still can't find my keys.",
- "Challenged a guard to a staring contest. He won.",
- "I'm saving up for a party hat. Priorities, you know?",
- "Why do goblins drop coins? Do they moonlight as accountants?",
- "I'm convinced the chickens are plotting something.",
- "Clicked 'Attack' on a chicken. Now I'm a poultry murderer.",
- "My character's fashion sense? Let's just say it's 'unique.'",
- "Do you know where I can find the entrance to the Taverley Dungeon?",
- "Hey, anyone here familiar with the Barrows? I need some tips.",
- "Is there a bank nearby? My inventory is overflowing with loot",
- "I'm clueless about clue scrolls",
- "Where's the best spot to catch sharks? I'm aiming for 99 Fishing.",
- "Is there a shortcut to the Karamja Volcano?",
- "Can someone explain the mechanics of the Jad fight in the Fight Caves?",
- "I'm stuck on the Elemental Workshop quest. Any hints?",
- "Where can I find a loom to spin flax into bowstrings?",
- "What's the best gear setup for killing dragons? I want that visage drop!",
- "I'm trying to unlock the fairy rings",
- "How do I recharge my amulet of glory?",
- "Why do goblins drop coins?",
- "The Grand Exchange is like the stock market",
- "My real-life agility is more like a lumbering tortoise.",
- "The Wise Old Man's fashion sense is like Woahs",
- "I challenged a cow to a dance off, surprisingly smooth mooves.",
- "Why does the Lumbridge Guide always look lost?",
- "I'm convinced the ducks in Lumbridge are plotting world domination!",
- "I accidentally ate my prayer potion I'm blessed with heartburn",
- "I'm a vegetarian, except when it comes to slaying dragons.",
- "Why do wizards wear pointy hats? Is it a magical dress code?",
- "I'm a quest completionist, but I still can't find my keys in real life.",
- "I challenged a guard to a staring contest. He won.",
- "I'm saving up for a party hat. Priorities, ya know?",
- "What's the deal with the Wilderness?",
- "I'm convinced the chickens are secretly plotting world domination!",
- "Accidentally clicked 'Attack' on a guard. Now I'm on a watchlist.",
- "My character's fashion sense? Let's just say it's 'unique'",
- "Lobsters heal my soul",
- "Trimmed armor or bust!",
- "Wilderness: Where friendships go to die",
- "Buying gf 10k",
- "Dancing for coins at Lumbridge",
- "Wearing full rune like a boss",
- "Teleporting to Camelot for quests",
- "Fishing for hours at Catherby",
- "PKing with a rune 2h",
- "World 1 Falador Park parties",
- "Staking my bank at the Duel Arena",
- "Dying to Elvarg's fiery breath sums up my life",
- "Got the Quest cape finally on my main!",
- "Wearing a party hat with pride",
- "Castle Wars: Red vs Blue",
- "Trading in Varrock Square",
- "Barrows runs for that sweet loot",
- "Spending hours in Pest Control is life",
- "Killing cows for leather armor is a good start",
- "Farming herbs in Ardougne can be good money",
- "Clan chat drama LOL",
- "Mining rune essence endlessly",
- "Agility courses: A love-hate relationship",
- "Dueling for honor.... and GP",
- "Buying runes from Aubury is decent money",
- "Chasing the Easter Bunny like a scam",
- "Wearing a skillcape with pride",
- "Fletching yew longbows for profit",
- "Going to implings in Puro-Puro",
- "Castle Wars barricade wars",
- "Dropping party hats at drop parties like pennies",
- "Killing lesser demons in Karamja is part of my holy conquest",
- "@name lures noobs into the Wilderness",
- "Farming ranarrs for cash",
- "Getting lost in the Underground Pass",
- "Selling coal at the Grand Exchange",
- "Fighting the Kalphite Queen",
- "Picking flax in Seers' Village",
- "Begging for free stuff in Lumbridge",
- "Smithing rune platebodies for profit",
- "Logging out in Lumbridge Castle",
- "Hey @name, how do I get to the Grand Exchange?",
- "Veteran here! @name, what's your favorite quest?",
- "@name, how do I make money fast?",
- "Hey @name, what's the best combat style for bossing?",
- "@name, always carry an emergency teleport!",
- "New player here! @name, what's the Wilderness like?",
- "Hey @name, how do I join a clan?",
- "@name, prioritize Prayer levels!",
- "@name, what's the best way to train Agility?",
- "Hey @name, what's your favorite minigame?",
- "@name, never trust a PKer in Lumbridge!",
- "@name, how do I get a fire cape?",
- "Hey @name, what's the fastest way to level up Magic?",
- "@name, try the Barrows tunnels!",
- "@name, what's the deal with Pest Control?",
- "Hey @name, how do I unlock the Fairy Rings?",
- "@name, remember the old random events?",
- "@name, should I train Strength or Attack first?",
- "Hey @name, what's your favorite skillcape?",
- "@name, can't do the Fight Caves!",
- "@name, how do I get a pet?",
- "Hey @name, what's the best food for boss fights?",
- "@name, Castle Wars or Clan Wars?",
- "@name, what's a clue scroll?",
- "Hey @name, how do I defeat Jad?",
- "@name, use Protect from Melee at KBD!",
- "@name, should I train Ranged or Magic?",
- "Hey @name, what's the best way to level up Crafting?",
- "@name, don't forget your anti-dragon shield!",
- "@name, what's the Stronghold of Security?",
- "Hey @name, how do I access the Legends' Guild?",
- "@name, remember the old PvP worlds?",
- "@name, how do I get a dragon defender?",
- "Hey @name, what's the best way to level up Herblore?",
- "@name, always carry a charged amulet of glory!",
- "@name, should I train Fishing or Cooking?",
- "Hey @name, how do I defeat the Chaos Elemental?",
- "@name, try the TzHaar Fight Pit!",
- "@name, what's the best way to level up Smithing?",
- "Hey @name, what's your favorite Slayer master?",
- "@name, use the Ardougne cloak teleports!",
- "@name, what's the Legends' Quest about?",
- "Hey @name, how do I unlock the Ancient Magicks?",
- "@name, remember the old Pest Control boats?",
- "@name, what's the best way to level up Construction?",
- "Hey @name, what's the fastest way to level up Prayer?",
- "@name, the old Duel Arena stakes!",
- "@name, what's the Warriors' Guild?",
- "Hey @name, how do I defeat the Kalphite Queen?",
- "@name, use the fairy ring code BIP!",
- "@name, should I train Attack or Defense first?",
- "Hey @name, what's the best way to level up Thieving?",
- "@name, don't forget your charged glory amulet!",
- "@name, what's the Legends' Cape?",
- "Hey @name, how do I access the Heroes' Guild?",
- "@name, remember the old Pest Control void gear?",
- "@name, how do I get a firemaking skillcape?",
- "Buying gf 10k",
- "Trimming armor for free!",
- "Wanna join my clan? We're called The Mighty Cabbages'!",
- "I'll meet you at the Falador Party Room!",
- "Dancing for coins in Varrock Square!",
- "Remember when the Wilderness was dangerous?",
- "I got a rune scimitar drop from Lesser Demons!",
- "Lumbridge Swamp is haunted!",
- "Anyone up for Castle Wars?",
- "I miss the old random events!",
- "World 2 is the trading hub!",
- "I'm going to train my Agility at the Gnome Stronghold!",
- "I just got 99 Cooking!",
- "Fishing lobsters at Catherby is life!",
- "The Legends' Guild is so exclusive!",
- "Who needs a quest guide? I'll figure it out!",
- "I'm mining rune essence for hours!",
- "Barrows armor looks sick!",
- "I'm stuck in the Underground Pass!",
- "The Stronghold of Security taught me about account security!",
- "I'm going to farm herbs in Ardougne!",
- "I'm getting my fire cape!",
- "I love the music in RuneScape!",
- "I'm alching my maple longbows!",
- "I'm doing the Recipe for Disaster subquests!",
- "I'm going to train my combat stats at the Rock Crabs!",
- "I'm going for the Quest Cape!",
- "I'm going to mine pure essence!",
- "I'm hunting chinchompas in the Feldip Hills!",
- "I'm going to train my Woodcutting at Seers' Village!",
- "I'm going to fish sharks at the Fishing Guild!",
- "I'm going to train my Thieving at Ardougne Knights!",
- "I'm going to hunt implings in Puro-Puro!",
- "I'm going to train my Hunter at the Falconry!",
- "I'm smithing rune platebodies!",
- "I'm going to train my Farming at the Tree Gnome Stronghold!",
- "I'm going to hunt red chinchompas in the Wilderness!",
- "I'm doing the Underground Pass quest!",
- "I'm going to fish monkfish in Piscatoris!",
- "Meet me in Varrock, @name, for an epic trade",
- "@name, join my clan; we'll conquer the Wilderness together!",
- "Beware the dragons, @name, they're fiercer than you think",
- "Crafting runes with @name, the best mage in Gielinor",
- "Fishing lobsters with @name, the sea's no match for us",
- "@name, your swordsmanship at Duel Arena is unmatched!",
- "Questing through dark caves, @name always leads the way",
- "Share your wisdom, @name, how'd you master those spells?",
- "Legends speak of @name bravery at the God Wars",
- "Need more arrows, @name? I've got plenty to spare",
- "Cooking's a breeze when @name around, no burnt lobsters!",
- "Mining together, @name and I strike gold every time",
- "@name, let's barter; your herbs for my potions?",
- "Training agility with @name, leaping like graceful gazelles",
- "Heard @name got the best magic beans in town",
- "Fletching bows with @name, aiming for perfection",
- "Smithing with @name, our anvils never cool down",
- "Adventuring with @name, every quest is a thrill",
- "Battling demons, @name courage inspires us all",
- "Slaying dragons, @name the hero we need",
- "Gathering at Falador, @name party room is legendary",
- "Hunting chinchompas, @name traps are always full",
- "Farming's fun with @name, our crops never fail",
- "Brewing potions, @name mixtures are magical",
- "Casting spells with @name, we're invincible",
- "Building fires, @name flames warm the coldest nights",
- "Sailing to Pest Control, @name our fearless captain",
- "Trading runes, @name deals are the fairest",
- "Exploring dungeons, @name the light in the darkness",
- "Charging orbs with @name, our energy knows no bounds",
- "Dancing in Draynor, @name moves are enchanting",
- "Playing Gnomeball, @name the star player",
- "Harvesting willows, @name axe swings true",
- "Enchanting jewelry, @name touch turns copper to gold",
- "Summoning familiars, @name spirit wolf leads the pack",
- "Thieving from stalls, @name hands are lightning-fast",
- "Crafting runes, @name essence never runs dry",
- "Fishing at Catherby, @name catch feeds us all",
- "Cooking feasts, @name dishes delight the gods",
- "Mining runite, @name pickaxe strikes rich veins",
- "Bartering at Grand Exchange, @name a trading master",
- "Training prayer, @name piety moves mountains",
- "Fighting revenants, @name valor shines bright",
- "Building homes, @name construction is flawless",
- "Hunting imps, @name net is always full",
- "Brewing ale, @name tavern is the town's favorite",
- "Casting high alchemy, @name turns junk into treasure",
- "Sailing to Karamja, @name adventures are legendary",
- "Forging alliances, @name charisma unites clans",
- "Defeating bosses, @name name echoes in legends",
- "Are you mewing @name???",
- "Check out that gyatt @name",
- "Bruhhhhh @name got that rizz",
- "@name rizzing up the bots",
- "Ironman? More like copperboy LOL",
- "What that gyatt do @name",
- "He's got the zoomies!",
- "@name likes pickles and dipped in mayo",
- "Lmaaooooooo",
- "Bruh she said she loved me...",
- "I caught @name rizzing a mewing teacher",
- "What that mouth do bb",
- "Ayo tf he say",
- "Ayo",
- "Ayo @name a freak lowkey",
- "Ayo tf",
- "@name catch me outside howbout that",
- "Wasssssuuuuppppppp",
- "Knock knock @name",
- "Oh boy howdy do i have a surprise for you",
- "Noooooo",
- "What do you mean I haven't done anything wtf",
- "Redrocket redrocket!!!",
- "I made 20,000 crochet sock puppets for ceikry",
- "Come on @name",
- "Are we rading tonight @name?",
- "Why would he say that",
- "Penguins are technically reptiles",
- "Brb smell something burning",
- "Need pest control partner, you handle the portals, i will afk",
- "Bruhhhh the skibiddi rizz in my gyatt makes my mewing sesh rough",
- "@name jajajajaja",
- "Wait, I can't raid tonight @name",
- "Brb, pizza's here. Hope they ask why I'm a grown man dressed like an elf",
- "Sorry, gotta go AFK. My dog just ate my gaming headset.",
- "Brb, my grandma just fell down the stairs",
- "Hold on, the baby's crying, aka @name",
- "Oops, spilled my drink",
- "Guys, I need to log off, my plants are staging a revolt for not watering them",
- "AFK a sec, my neighbor's llama is in my backyard again",
- "My pizza rolls are ready",
- "Lost track of time, i'm late for my own wedding",
- "Sorry, can't hear you over the sound of my laundry",
- "Turn HDR off in windows @name",
- "Www. no one cares .com",
- "Hey @name www dot stfu dot com",
- "Like pitching a tent in a pair of britches",
- "Mad as a bag of ferrets",
- "I dont think beavers built the hoover dam",
- "How do beavers get the concrete for dams?",
- "@name show me the way",
- "@name onwards brutha",
- "@name eats fried rat tails",
- "@name is a rat",
- "Why are there so many people farming right now",
- "@name fuck the police",
- "@name says the like pickles on their hotdogs",
- "Fuck the guards, free woah in varrock prison",
- "Ayo fuck u mean",
- "Woop woop thats da sound of the beast",
- "How are you the way that you are",
- "She sells seashells by the sea shore",
- "@name certified rat",
- "@name buys skimmed milk",
- "Got milk?",
- "Are you JSON because i want you to get array from me",
- "@name likes string manipulation",
- "@name sells legos",
- "JUST DO IT",
- "Why are there so many motherfucking options",
- "Just hit the fucking auto hide thing",
- "Just play",
- "Hell no this shit is fuzzy as balls",
- "@name is fuzzy as balls",
- "Turn your brightness up @name",
- "On my pc it runs perfectly",
- "I know why mine seems a little jumpy",
- "Stream the window not the monitor",
- "Discords a bitch",
- "Why are there so many handsome people at the ge like @name",
- "I'll make you squeel of fortune",
- "You will get it in due time @name",
- "I was one turn away",
- "It do be pipe time @name",
- "Sometimes i like to cover myself in vaseline and pretend i'm a slug",
- "Woah is a greased pig",
- "Sometimes i dig holes in my backyard and pretend i'm a carrot",
- "It's pipe time @name",
- "If i am not pipe timing i am programming",
- "Yes i have thigh high socks, no you cannot have them",
- "I scream when i wear my programming socks",
- "Anyone wanna buy @name's bathwater?",
- "Anyone wanna buy my used socks?",
- "@name be getting bags",
- "What the fuck is this",
- "Hi i noticed you haven't taken a break in hours @name",
- "I really am seething rn",
- "I am so fucking tilted",
- "Go back to your fucking frogs",
- "Life is simple as frog farmer",
- "A q p",
- "Oooooh that's a first",
- "Been a minute @name",
- "Hey @name",
- "Oh shit it's @name",
- "Hey @name wyd today?",
- "Ayo @name",
- "Wyd @name",
- "Wbu @name?",
- "Good fuck em, that's what they get",
- "Deathknight lookin rat ass mf @name",
- "@name sucks slugs",
- "Brb gotta take a shit",
- "@name will brb went to take a shit",
- "Tell me when he is coming",
- "This guy is being incredibly based",
- "@name is based af",
- "Taking l's all day today @name",
- "That sucks massive dongus",
- "Ah i was about to type that",
- "Where is stormwind?",
- "How do i buy gold",
- "@name sells gold",
- "@name is a gold digger",
- "Ayo @name wanna buy some frog legs?",
- "Brb fucking burnt my pizza rolls",
- "I swear @name if you need roll again",
- "@name you are a hunter you don't need plate armor",
- "Dragonriding is satisfying",
- "There's an old TzHarrian saying, you fuck up once, you lose two teeth",
- "FUCK",
- "@name i am ready when you are",
- "Anyone selling logs?",
- "That is hilarious @name",
- "Alright @name",
- "I need to go get my quest cape",
- "500 barrows runs dry",
- "Back to back to back barrows items, easy game",
- "@name did you know them?",
- "@name sucks eggs",
- "@name eats snails",
- "Who is that?",
- "I've gotta go in 20 minutes",
- "Bonk",
- "Gtg in 30 minutes",
- "They left 50 minutes ago",
- "I think it's just gonna be us",
- "Who is that?",
- "Stop following me",
- "@name stop following me",
- "I think @name is watching me",
- "@name wouldn't let me get a hit in at clan wars",
- "Clan wars and chill?",
- "Quick mewing sesh",
- "Don't you stickbug me",
- "Get stick bugged",
- "Wtf why are you a dragon",
- "Fun fact, woah eats eggs whole like a snake",
- "Ceikys there's a rare over there",
- "Where is goldshire?",
- "How long have you played @name?",
- "Wanna quest?",
- "TROGDORRRRRR",
- "Fuck this shit i'm out",
- "Wait till you get your first 99",
- "How is that even possible",
- "That's the max",
- "@name is trying to max",
- "Complesionist cape?",
- "How can you increase your run speed?",
- "@name where is barrows?",
- "@name where are rune rocks?",
- "@name where is yanille?",
- "@name how long have you played for?",
- "Yes these quotes were hand typed",
- "Kermit was here",
- "World of Warcraft died after Wrath",
- "Ceikry needs to add talent trees",
- "How do you get to the wilderness?",
- "Anyone tryna lure @name?",
- "@name tried to lure me",
- "@name bots all the time",
- "Anyone want chicken tendies",
- "Brb foods ready",
- "Brb",
- "Gotta go get food",
- "Anyone else from northern alaska?",
- "Fishing 4 gp",
- "Looking for gf",
- "Anyone wanna be my discord kitten?",
- "Selling discord kittens",
- "@name is a discord kitten",
- "Add me on discord",
- "Are you in the 09discord",
- "Where are you going @name?",
- "Idk what i am going to cook today",
- "What should i eat tonight",
- "He is in the cave",
- "Don't forget to save game before logging out",
- "American horror story died after season 1",
- "Prequels are better than the sequels",
- "Disney star wars is the best star wars",
- "Halo 5 sucked",
- "Selling xbox live gold and 1600 microsoft points for 50k gp",
- "Buying gf 25gp and a bucket",
- "@name i heard evilwaffles bots",
- "@name hopefully ceikry doesn't find out about evilwaffles",
- "Honk honk",
- "Where is the road to mordor?",
- "Golem lookin ass bitch",
- "@name rat looking mf",
- "@name uses sand paper to wipe",
- "@name said Woah is cute",
- "You need 25 of 40 to do that",
- "Over 1000 unique lines of dialogue",
- "What should i get to eat",
- "Ge be poppin today",
- "Where all the woahs at",
- "Ayo woahscam got that gyatt",
- "That is one i haven't seen before"
+ "Oh, poor baby. What do you want, a Brimstail's Sampler?",
+ "There's an old TzHarrian saying, you fuck up once, you lose two teeth.",
+ "The lineup consisted simply of six hydrocoptic marzelvanes so fitted to the ambifacient lunar waneshaft that sidefumbling was prevented."
],
"halloween": [
"Trick or treat!!!",
@@ -1008,9 +523,9 @@
"Costume party at my P O H!! Follow me!",
"Trick, then!",
"Brrrainssssssss...",
- "'Cause this is thriller, thriller night!",
- "This is Hallowe'en, this is Hallowe'en!",
- "This is Hallowe'en, everybody make a scene!",
+ "'Cause this is thriller, thriller night, and no one's gonna save you from the beast about to strike!",
+ "This is Hallowe'en, this is Hallowe'en, pumpkins scream in the dead of night!",
+ "This is Hallowe'en, everybody make a scene, Trick or treat till the neighbors gonna die of fright!",
"In this town we call home, everyone hail to the pumpkin song!",
"Watch out for Skeleton Jack!",
"The headless-what-man? Horse? Never heard of those.",
@@ -1081,7 +596,7 @@
"Rusty = the grinch, @name = santa",
"@name the red nose reindeer",
"Put one foot in front of the other",
- "And soon you will be walking out the doooor",
+ "and soon you will be walking out the doooor",
"Elf on the shelf time",
"@name loves pinecones",
"I love the smell of pinecones",
@@ -1180,21 +695,21 @@
"Woah got those roofies strapped",
"Why is my drink cloudy?",
"@name and woah be wrestlin",
- "Bekky want sum fuk?",
+ "bekky want sum fuk?",
"Damn @name you got an ass",
"Is that a footlong in your pants or are you happy to see me?",
"@name so hot i gotta change my pants",
"@name is a sex god",
- "Bruh we hype today",
- "Dont be silly wrap the willy @name!",
- "Wrap it before you smack it @name",
- "Can i get a reeeeee @name?",
- "Valentines day is the best day",
+ "bruh we hype today",
+ "dont be silly wrap the willy @name!",
+ "wrap it before you smack it @name",
+ "can i get a reeeeee @name?",
+ "valentines day is the best day",
"@name shut up before i smack you with my crusty sock",
"Valentines day, more like me and my hand day smh",
"If you think these quotes are wild just wait @name",
"All im saying is we have never seen @name and biden in the same room",
- "Red rocket, red rocket!",
+ "red rocket, red rocket!",
"Woahs favourite game is red rocket",
"@name sexy af today",
"Happy Valentines day @name!!!",
@@ -1239,4 +754,4 @@
"@name and i are going to look for the easter bunny!!",
"Hint for anyone who sees this you must dig above eagles peak"
]
-}
+}
\ No newline at end of file
diff --git a/Server/data/botdata/botnames.txt b/Server/data/botdata/botnames.txt
index 22c5715a8..8a2e6603f 100644
--- a/Server/data/botdata/botnames.txt
+++ b/Server/data/botdata/botnames.txt
@@ -1,1992 +1,780 @@
--Kevo
-0 S O
-0 4 1 1
-0 4 7
-0 HBK 0
-0 Khan 0
-0 LM
-0 Quest Ptz
-0 Undead 532
-0 hits
-0 s m a n
-0-0000000000
-00 zarour 00
-000eggs
-004 n
-007 Double O
-007Banshee
-00eeeee58
-00eeeeeHC
-00oo00oo00z
-010elpibexx0
014ankh
01690
-017Lucas
01Ares
-01eon
-01ogre
020893
024elyograG
-02RS
-02homestar
-031
-0315
0416347345
-054
-055027584
-05miller5
05venom04
-06 59
0600
-06sz
-07 Account
-07 Adept
-07 Ashley
-07 Clinton
-07 Ezra
-07 Gizzy
-07 Main
-07 Nihilist
-07 Officer
-07 Rz
-07 Sicario
-07 T Bone
-07 iron
-07 kiero X
-07 nice jake
-070623
+07Ash
07Ashley
-07Ben
-07Geno
-07Jack
-07Lax
-07Panda
+07Ato07
+07Chris
+07Dans
07Paul
-07RS Suck
-07Rockysbudy
-07coco
-07guthix07
+07Skillerino
+07TroyScape
+07milo456
+07scaping
07wan
-080
0800
-0800952449
0837
-09
0920
-09Ash
-09Ashley
-09Ato09
-09Chris
-09Dans
-09Paul
-09Reaper
-09Rhys
-09Rvape
-09Skillerino
-09TroyScape
-09milo456
-09scaping
-09wan
0BAMA
-0Behind0You0
0CdanC0
-0G
0GCore
0Giesel42O
-0IIll0llIIII
-0JL
0Joker0
-0KAT
0LKI
-0MEGA PVM
-0MG ST3PSIS
-0MW2PVM
-0Manbearpig0
-0MrJ
-0PC
-0Pwnseason
-0S Iluvatar
-0SFX
+0SRS
0Tempest0
-0WEK
0X010
-0_BADASS_0
0anabanthis0
0bD0G
0bankspace
0bby
-0bby Man
0belix
-0bscure0ne
-0ctopus
-0dds r u win
-0desza
0dexy
0dyssey
-0ff Task
0ffline
0g_player
-0gden
0ggyy
-0gie
-0h Hi Mark
-0h4Sure
-0hh
0hmMyGod
-0hp
-0im2old4this
0inke
-0k
-0l
-0l m
-0ld Mate
-0leaguespace
-0li
0livers
0livias
-0lki
-0llieNorth
-0llies
-0lmet
-0lofmeister
0lurker0
0mfgcows
-0mg A Baboon
-0mg A Scimmy
0miseGo
0mnisciens
-0n Time
0nMyWay2Max
-0na
-0nenonen
0neski
0netruememe
0niichan
0njon
-0nlyClouds
-0nmy
0ops
0oqs
0pSe
0pen
-0pen Al
-0pi ates
0pportunity
0riole
0rjan
-0rl
-0rnstein
0rphaned
0samaBdabbin
-0sc4r
0smasher0
-0so
+0srs
0ssimpwner
-0syb
-0t
0taku
-0taylor
-0verHyped
0verdrinking
0verhaul
-0vershield
0viBeSo
0vyy
-0wnag3s
-0wnage_2017
0wnagedaddy
0wned
0wns
-0wnu1h1t
-0x Good x0
-0x05
-0xBitcoin
0xocube
-0xp Fail
0xygen
-1
-1 0 1 0
-1 1 4
-1 2 2
-1 337
-1 3s
-1 4 11
-1 54
-1 9 7
-1 A M O R
-1 A N D 1
-1 Account
-1 Corin 6 9
-1 DC
-1 Flicki Boi
-1 Free Ryde
-1 Ham
-1 K0 Is Back
-1 Line
-1 Lion Tell
-1 P P 1
-1 Percent
-1 Waffle
-1 and only
-1 is ln of e
-1 kc 1 pet
-1 parhaista
-1 s t Blood
-1-800DILLDOE
-1-GrayStone
-10 Four
-100 Duke
1000 Antz
-1000 Eyes
-1000 Ways
10000Fists
1000PingOnly
100Cl
100Grabb
100g
100kyews
-100m gp
100xcoin
-101000101010
-1017Trev
101e
101evil101
-101rootbeer
-104512
-105
107M
1085
1099s
-10Hz
-10R80
-10b
-10cc
-10lachs
-10mm mafia
-10th Reaper
10v10
10v10v
-10v10v10v
-10x Brew
-1101953119
-1111
-11111111111d
111fishkite1
-112OceanAve
-116
-116 123
1183kenny
-118s
11inchlimp
11l1
-12
-12 49
-12 XP
-12 hours
120u
1212ajs2
-123 Zeus
-123456205
-123Four
123bear5
-123tseemijni
1272172
-1288
12bar
12bar_ty
-12blackeagle
12boo8
12earlycob
-12in
-12millionGP
-12oss
12oz
12th
-13 37
-13 Daas
1300
130SS
130rk
1312AFCA
-1313
-131kg
-1337 af
-1337Trevor
1350
138hans
-13D
13LACK0N3
-13O
13alerion
-13ayek
-13ehh
13ert1
13ig
13igdog
-13kc Corp
-13oneZ
13purecs
-13ruce
-13th Witness
-14 wides
1400
-14060M
-144
1441
-144forever
-1453 FSM
149122089147
-14Fre-e
-14GT
14Words
-15 min Break
-150 kilos
1520sedgwick
-15b name
-15mg
-16 Fly Tell
-16 Fps
1602
-16bumpysnow
16lB
16le
-17 76
-170 IQ
17222
-1780
17Kc
17_FLHXS
-17rune2277
-18 Or Older
-18 Points
-18 girlll
-18-06-2022 x
1800BetsOff
1802M
180555
-181
1817
1827
1845
184910381412
-187
-187 781
1877
187PIGMORGUE
187er
-1889
18cast1935
18hr
18killz
-18s
-19 KAPLAN 05
19088ml
1942
1948
-199
1992
1994
19O7
-19edgebee
-19puxx
-1AB
-1After909
1Alfa
1Ali1Plane
1BGP
1Bio
1Buck1Love
-1C2R
-1C3 W4RR10R
1CuteBot
1Fbs
-1G1D
-1GramIronMan
1Hit2Lum
1Hunnid
-1I1I1IIll1l
-1InchWalrus
-1Iron Reborn
1Kyle
-1Lank
1ManGangBang
-1Mayze
-1NANO
-1NU
1Nikolai
-1Nut Dude
-1O1Barz
-1Ogp
-1P Game
-1Parthannax2
-1RlE
-1ST KC
-1Shadow9Fist
1Shark
-1Stunner ISU
-1Swan
1TapDirtNap
1Tick
-1Tick 2 Slow
1TickShit
-1Unforgiven8
-1_BLEED_BLUE
-1ars
1badprogram
-1bankingnoob
1blackhawk17
-1blk eye r2
1cooking
1da5
-1dan2
1day
-1day iwas pk
1eat
1einad
-1eyeNinja
-1god max1
1grootfeest
1hundrednite
-1imp1jar
1isa
-1itemtbow
1jbone
1john
-1k no zik
-1kDuramax
-1kMaster QXD
1k_0
-1kc myself
1kctobpet
1kill3dsanta
1kk3
-1kkc
1kona
1llmatic
-1llusionss
-1mforest
-1nOnlyBigB
1nVaSioN
-1ndy
-1ne life
1nfiniti
1nsane str5
1nv1s
-1nvercargill
-1o 8
-1ocation
-1please
1powerhydra
-1r0nRyan
1rock23
1savage
-1st Frans
-1st ed mint
-1st son
1stHCwasPKED
1stlrfan
1stnoob7
-1t8w
1tapaturma
1tickspecwep
1trueMortyy
-1ucif3ro
-1v1d a sedan
1w1lll0se
1wayEscape
-1wwdwd2e21ed
1yfe
-1zet
-2 0 1 4
-2 1Savage
-2 2 7 7
-2 2 8 9
-2 3 7 5
-2 9
-2 Big tities
-2 Brothers
-2 Much Tuna
-2 P A C
-2 Rich 4 Dis
-2 Silent 540
-2 Smooth
-2 ball cane
-2 funny bro
-2 grls 1 Jad
2 h p
-2 in
-2 kups
-2 lN
-2 more min
-20 20 vision
-20 Agi irl
-20 On Pump 3
-200
-200 Cook
2000
-2001Arwen
2006nope
-2007scape
-2008Anthony
-2009Anthony
-200MXP Cook
-200m for Olm
-200mDefence
-200marchalt
+2007Anthony
200mslay1day
2011Turmoil
-2013 Rt
-20130406655
-20136
-2027Parzival
-202o2
-204 Wootang
-205alphago
-208
209th
20Four
20I0
20JuanSavag3
-20ms
-21 5
-21 Average
-21 Musketeer
-21 Savage
-2137 gp
-215O
-2173
-21JJ
21SavageX2C
-21unit
-22 69
-22 Geese
-22 Gz
-22 darnoc 22
-22 day fury
220mg
-226559
-227 7
2277
-2277 Beast
-2277 Soon TM
-2277MaybeNvr
-2277kg
-22O5
-22X7
22btc
22harry
-22mario
22whitewolf
-23 x 3
232o2oo
-234071973416
-23463564
-235iii6i666i
-2376Total
-2376ed
23847239571
23CD
-23I
-23coalcare
-24 Hour
24000
-241
241196
-2424
-245
-247 365
-2488
24YO
24l7
-24w
-25 S
25simulator
-26 th
260sheepdog
-265344626546
-26ll98
26pandas
26th
-27 5
-27 M
-271MPN
27ml
2841280
28BagsOfSalt
28goldpieces
290x
-29384652
2996
-29Pons30
29enchant821
29robdead
-2B Nier
-2Broke4Coke
-2C-T-2
-2D E F2
-2D pantsut
2Edgy4Meme
2Far
2Fast2Fuego
2GIRLS
-2GLE
2Girls
-2Goblins1Jug
2Guys1Wyvern
2Guys1dds
2I40
-2InchLift
2InchPnisher
-2JZ GTE
-2JZ Soup
-2JZ-GTE Mk4
-2Jerry
2Lit
2M0X1
2MIN
2Men
2MinNoodles
-2O xp
-2O07
2OO7
-2QC
-2Rare2Die
2Secs
2Sparks
2TH3MAX
-2Tbows51Kc
2Tits
-2TonHoneyBun
-2VX
-2amtossedher
2anmlsglued
2beFrank
-2buttedgoat
2cbrein
2coldkillaa
2cool4u
-2cythe
-2d irl
2danny1
2dslap
-2fastkilzz
2g0ds1cup
2girls1Kyle
-2girls1Tbow
2girls1bed
2girls1troll
2girlz1jbird
2gurls1tick
-2h ur azzzzz
2hopp
-2hot2touch
-2hot2touch2
-2hs
-2id
+2jz420
2kav
-2late2team
-2logx
-2nd Marksman
-2nd Max Cape
-2nd Sucks
2ndpanz
2olon
2oul
2pac
2pacs
-2plush
-2sm0keyyyyyy
-2steps
2th7
2tickin
2tti
2two77
-2uBz
2ual
2ugi
2woke
2x92is99
-2ze
2zick1zussy
-3 Hit V
-3 5 P
-3 50
-3 77
-3 Moons
-3 S I X E S
-3 SwordStyle
-3 T C
-3 arcanes ty
-3 me0
3-age
-30 yo b00mer
-300m MPS
-3019
30FF
30SHOTFOCUS
-30XY
-30thNovember
30zl
-311s
-3155
-315lbs
315squatreps
-3160
316Austin
-32 kay
320m
-33 Dust Cat
335K
-33jf
33zero2
-3400
341all
-34241245321
345138
-34HL6432G6L2
-34T
34rj394thgro
351329
-35ankoumoon
-35cm bicep
-360 Labels
-360backhand
-365 day
-369x
-36ACT
36answersay
-379
37Kg
-37kg
-381N
38CoolestMan
38drivelift
-39 PETS
3BigDoobie
-3D AnimeTits
-3D Dorito
-3E8
-3G
3III
3L1QZaD
-3LetterName
3Miller3
3TicYaMum
-3TickEat
3Ticks
-3WordName
-3a B0ng
+3aboobs
3aly
3amf
-3arbeed
-3ash
3awe
-3b
3bay
3bobyshmurda
-3d age boots
-3d354
3dderino
3erzerk
-3h scimitar
3ibal0e9
3inchsoft
-3ioc
3iron5u
-3km
-3lPatron
-3lack 3litz
3lilbirbs
3lit3
3liteSupreme
3lven
-3lyrie
3lys
-3niZ
3nosedmonkey
3nps
3oh5
3pic
3ragesave
-3rd Age Ryan
-3rd Age THC
-3rd Age Toes
-3rd Age Wife
-3rd Hunter
-3rd Mage Owl
-3rd X
-3rdAgeHolds
-3rdAgeHunt
3rdAgeSlayer
-3rdMistake
-3sd
-3sl
3stripe
-3uck
-3uzi
-3verD3ad
3vil
-3vil Giraffe
-3vil Lawyer
-3we
3x3i
3xDestroyer
-3xtra-1arge
3yes
-3zR
-3zi
-4 Bros Info
-4 Man Nex
-4 inch demon
-4 inches now
-40 IQ
-400L
-400s
-403 b
-40699 Crabs
40Atk
40ms
40oz
-412087542131
-413 JokeR
-416MiIf Jade
-41O
-42 Mime 2462
-42 Reasons
-42 skankhunt
-420 Perkele
-420 Sam
-420 kc
-420 lobster
-420-2-Day
420Arch420
420Every
-420Hellz
420LavarBall
-420Pixels
-420cyguy
-420licious
+420kushmanxx
420michael13
420tarmslyng
-42342343342
-42Def
42O42O
42nd
-432andone
43technetium
-44 bot
-4400
-44444444444
-45 fail
-4500c
-4564
-457
45smith2345
478k
-47an
47th
-48H
-48hour
-49 r
-492117837813
-49forcerage
-4ALLYaYa03
4D Entity
4EverAlone
-4HeadScape
4Hymnz
-4IQ Idiot
-4K MrKrabs
-4KT Youngboy
4Kath
-4L O K O
-4LDO
4LeafCIover
-4Lt Goon Bag
4MoistScoops
-4Nick8
-4STER
4Sale399
-4TheGalaxy
4The_Horde
4Tune
-4V2Coldplay
-4_Th3_mAiN
-4are
4asphalt4
4biddin3
4cof
4dan2
-4dapigs
4dosemonster
4ever
4everdry
-4got2pull0ut
4gottenvoid
-4hQ
-4hit pl0x
4holyhydra
-4iend
4lex4nder
-4litraa
4mag1996
4otobemaG
-4pf PvM Lao
-4pf danaw1te
4plate
-4rKsTon3
-4sen
-4th lesson
-4th8
4the
4themininoob
4thunderbolt
-4ur Elise
-4werty4
-5 56
-5 Nine
-5 Oh
-5 mil
-5 ms
-5-Bet Fold
-50 DKP Minus
-500 BJ
-5000men4
-505
-50Dkp_Minus
-50TintenUwMa
50bitsnka
-510
51Highlander
51xp
-528racklover
-5304
-530pm
-53R10U5
53m0g
-54 Slayer
-548
55mg
-562
5639
56667
56771910
-56O
570215
-5771
-57tallfred
-57wraith2076
-5876
58th
59OG
-5ADx
5Aces
-5BY5
-5G fries
5GCovidTower
5H4NKS
-5IRLOIN
-5Id3Track
-5M3H
5M9SNH31KAOI
-5NAX
-5OP
5Orudis5
5UBLlME
-5a9
5alood
-5alve
5ammito
-5dudes1bank
-5eekingdeath
-5eizures
-5g Internet
5gum
5harp5hoota
5hauny
5hayWh1te
-5head
-5inch Floppy
-5is
-5j5
-5kc Zulrah
-5l9
5lNS
-5lap
-5nis
5parrow
5quid
-5st
-5t h
-5th Blessing
-5th hcim LUL
5trm
-5wan
5wattia
-5x3
5xr2
-6 57
-6 9buttholes
-6 Donuts
-6 Drive Fox
-6 Foot 5
-6 I X GOD
-6 M
-6 Mil
-6 Qp
-600 Years
-605
-60min is 1hr
-617
-61V
-6264
-629fm
62steeplist
-6384
-647
-64DD
-64th
6535
6620
-666 317
-666 J
-666 is leet
-666Ds
666Duuvel666
-666drkwizard
-66Cute
-66sick
-675
-67M
67jj6j7
-68 savage
-6822ii
-68pickleman
-69 L OR D 69
-6942O
+6969
+6999999
+69AssClown96
69KolaOlli73
-69Skrrt420
-69bbygurl
-69maryj420
+69endme69
+69penis
+69snowgasm69
6Dukke
-6ESkarmory
6LACKY
6PaperJoint
-6R6
6T9sofine
6TMG
-6Tilbud
6UGG
6cansOfBeer
-6cythe
6dr3w9
-6e
-6enny
-6ess
-6et Schwifty
-6h Logout
-6in9
-6ix
6ixty
6ixx
6jadkiller
-6km
-6lb brownie
6mat
6ong
6p8o6
6pathsofpein
-6qp
-6shooter
-6uapo
-6uh
6utt9lug
6y6y6y2
-7 7 MAFIA
-7 Curry
-7 DeadlySins
-7 Fat Drake
-7 Of Nine
7 Trouts
-7 pets chimp
-7 seconds
7042
-70Point1 lol
70rangeboy
70to120
-710 710 710
-716
718m
71rc
-72005sc
-73 and Kree
734590325839
-737
73Head
73HoundKey
-73gp
+73Penis
742617OOOO27
74ChaosLTUU
-75 IQ
76frozen44
-76ms
-7738
777slayer777
77Dunamis77
77Stingray
-77ms
-782
-784162
79giantfoot
7AYL0R
-7D9
7Esconar7
7Ethereal
-7F9
-7GB
7God
-7H3
7J4FXEL7YFW5
7Lazy7
-7RAC
-7T
-7TF
-7Vick
7Viggie
-7ZP
7abibi
7amowdahli
-7aq
7asty
7ate9
-7axy
7bazillion
7ckng
-7ckng Mad
7claudia7
-7crypto7
7emo
7emp
7emptest
7fisherdog
-7havage
7min
7mins
-7mni
-7om
7ourney
-7out
7rad3
-7raphouse
-7rev
7ridley
7scaryfire
-7th Chamber
7th February
-7uP joAo
7wizard10
7xshadowx7
-8 1 O
-8 3B
-8 Sue Build
-8 alien 8
-8 bit bling
-8 oh 8
8008tator
808Southside
80leavefox
-82 Sue Say
8282
-831pride
832arba
-8485
-849
-84Bandit
-85 N
8502
-852K
-858
-85U
85dakota85
-88 Odd Wand
-8800
8885
-88gg
89devoid1329
-8ASS
-8BootRaw6220
8ElMandinga8
-8J8
8O8O8O8O8O8O
8ass
8balknowsall
-8balled
-8eauty
-8h of sleep
8ind
8l0wm3
8lackMamba24
-8loodrune
-8lue Phat
-8owser
-8qxkf02v
-8tail
-8uD
-8yrs
-9 9 Problems
-9 B 0
-9 DUIS
-9 Tick Brain
-9 mb
-900mexp
-901Grizzlies
-90804
-9092514
90tegguy
-91
-91 Tin Idea
-911_Nate
91414
91CAL
91flip
-92 way there
-920 Bdops
-9227
-9297
-92t
92times2is99
-94 xp
-94AR BTW
95EliasAw
-95LH
-95p7
-96 WINDSTAR
9687
96fastfrog
97DEF
-97ccman97
97fsh
-98 BEDARD
-98 Civic
-982
-98Bn
98max1
-99 Doobies
-99 Grill
-99 Grinding
-99 Mage
-99 Rats
-99 StaKe LvL
-99 Steeze
-99 oz
-99 rwt
-991atatime
-9991499
99BnkStnding
99Juuling
-99Lives
99S2HP
-99Scents
-99Scotting
99Slayer
-99Souls3Days
99Victim
-99_Maxed
99bottin
-99charming
99hh
-99moretimes
-99ox
99problems4
-99ss
-99sweatlvl
99wc500m
-9Bar
-9Barr
-9CX
9D9Skillzz
9Dimensional
-9GAG Reflex
-9JR
9KL00AZIIZ9K
-9O 9
-9PetsSoFar
-9T3
-9TY9_Sailing
-9UNIT
-9cansRavioli
-9ieman
9inchStepBro
-9mm ko
-9mmlesah
-9ne
-9ond
-9till5slave
9ussy
9yearoldpops
-A 2 The Aron
-A 3
-A 45
-A 7 F O L D
-A Articuno
-A Bad IGN
-A Bad Meme
-A Big Hippo
-A Big Leap
-A Blind Man
-A Booty Clap
-A Born King
-A Boss
-A Bozo
-A Bozz
-A Bronze man
-A Butcher
-A Catowl
-A Cityzen
-A Claptrap
-A Classy Boy
-A Crazy Cook
-A Crisp Sock
-A Curry
-A Cute Snail
-A Dreamer
-A Drunk Beer
-A Du Ma
-A F K Scape
-A F KING
-A F M Scape
-A Fat Deer
-A Fat Pike
-A Fat Swede
-A Gauss
-A Girthy Boi
-A Godsword
-A H Fire
-A Half Fool
-A Hofasho
-A I D E N
-A I I e n
-A II D
-A Iron Yoshi
-A J
-A JJug
-A Jack O Lit
-A Jug
-A Kimura
-A L 3 X
-A L C A P WN
-A L E K S
-A L I S H A
-A L T
A Lava Lamp
-A LifeTime
-A Lilypad
-A Little Lit
-A Llama
-A Long Story
-A Loose Seal
-A Mattias
-A Maxed Iron
-A MaxedBeard
A MeatStick
-A Melic Poet
-A Message
-A Moist One
-A Moot
-A Nathan
-A New Area
-A Newbi
-A P R O X
-A Panther
-A Pauled
-A Pixxel
-A Pkr
-A Plush
-A Poothy
-A Pot Head
-A Psy
-A Quest God
-A Quickie
-A R H
-A R Z
-A Raccoon
-A Random 4nr
-A Real Bamf
-A Revuelto
-A Rocky Road
-A Scylla
-A Sly Deity
-A Snorelax
-A Sofa
-A Soft Spoon
-A Solo Slave
-A Soul Rune
-A SpaceFox
-A Spaceman
-A TRX
-A Tonk
-A Towel
-A Tuxedo Guy
-A U G
-A V T U R
A WILDR0NNY
-A White Girl
-A Wiki
-A Wild Nolan
-A Wise Sloth
-A X Y S
-A Yang
-A Yep
-A Zee
-A Zeer
-A Zoo Keeper
-A Zuk
-A Zuzakini
-A aron
-A bit north
-A broke 126
-A capybara
-A cclimation
-A d e b y
-A dam
-A damm
-A dammmm
-A e d o
-A e s i r
-A f r a i d
-A gg
-A lba
-A ll F
-A llan
-A llstar
-A ltar
-A m a nd a
-A n d re
-A nz
-A rdy
-A rmin
-A rmoa
-A rrow
-A stoner guy
-A to teh Jay
-A ug
-A y s a
-A z k e n
-A z t e r
-A-Chronic
-A-F-Kaveman
-A123
A13X
-A15
A1KMAN
A1nz00alGown
A1rhook
-A2
A22Y
-A47 Soldier
-A543
A7MED
-A84
-AAA GG
AAAAAFK
-AAAAAddy
AAIGHT
-AAsamba
-AB Dash
-AB84
ABEC
-ABG Huntr
ABILITEETTI
-ABearCat
ABlazys97
ABlueShirt
-AC Dicing
-AC TEMP IQ
-AC0T
-ACDC
-ACatGirl uwu
-AColdBeer
AComp
ACucumber
ADACardano
-ADAMB73
-ADHDerral
-ADRlAN
-AD_inc
ADankTank
-ADirtyDan
ADrugTaker
-AE2AW
AEKDB
AER0B
-AER1410
AFCA
-AFCA CBS
-AFCA SCHOREM
-AFGard
AFJay
-AFK Always
-AFK Kay
-AFK Liam
-AFK SCO
-AFK Spoon
-AFK twigz
-AFKJOHN
-AFKaas
-AFKarl
-AFKevv
AFKolby
-AFKspiracy
AFTW
-AFX64
AFrickinLion
-AGIT8
AGP3
AGRONOMlST
-AGSpec
-AGWA
AGlassOfH2O
AGorski
AH Energy
-AH64 Apache
AHHSCHMEEEEE
-AHK XD
AHMETJACKSON
AHarmlesKitn
AHlager
AHriMTaLeZ
-AI Fighter
-AI0
-AII 99
-AIchemyz
-AIecko
-AIeksib
AIexmeister
AIixs
-AIlByMyself
-AIm23ARDesti
-AIways sm1le
-AJ R
-AJ Skills
-AJ4J
AJTracey
AJ_24
-AJisHere93
AJsk
-AK Alpha
-AK Sam
AK47
-AK4LF
AK5C
AKI-47
AKK1E
-AKM
-AKSpring
AKinkyMonkey
-AL-Trojans
-AL3CX
-AL7
-ALBlNO
ALEXppresso
ALLCAPS
-ALLEGATlONS
ALLTY4
ALSO
-ALT Lurer
ALargeMudkip
ALevel115
-ALevel126
-ALittleLofty
ALittleLogan
ALonelyKurt
ALonelySpoon
ALonelyTaco
ALv3Magikarp
AMAWM
-AMC Millions
-AMD352
-AMDOSRSIRON2
AMGS65
AMRSY
AMST
-AN07HER
AN0NYM0OOOUS
AN1MAL1ST1SK
ANDERDAPLUG
-ANDR3
-ANDREVVTATE
-ANDROlD 18
-ANGL0 SAX0N
-ANGRY BL0KE
-ANGRY N3RD
ANIKV
ANNA7AR
ANNOYYEED
ANON
-ANRH
ANUBlS
-AOMA Doomfox
-AOT GOAT
-APC L000000L
-APTZ27
-APrince
AQ COCUGU
AQMD
-AQUAMARROCKZ
-AR Brah
-AR Fifteen
AR15ONA
AR1F
-AR53
-ARCANO RS
ARCHER
ARCHIT3CTS
ARESCREED23
ARNGCantrell
ARRIVISTEZ
ARRRot
-ARTHURSHLBY
ARTIZN
-ARZ Ranger
ARandyCat
ASAP
-ASAP Decky
ASDQ
ASH88
-ASIAN CHAD
-ASIANBABIE
ASMR
+ASSEATHER69
AScrubIsHere
-ASkillersAlt
ASpacejunky
ASuperDood
ASuperior
-AT-AT
ATAR96
-ATEIROMU
ATLx
-ATR
ATastyPastry
-ATurboVirgin
AU6URY
-AUD1O
AURl
AUSLANDER
AUSTlN
-AUTOart
AUTUMNELEGY
-AUT_Alex
-AUT_KoDeD
-AV1
AVATARRR
-AVE MARlA
AVICll
AVOCAD0O00OO
AVlCII
-AWW CRIKEY
-AX0L0TL
-AXL gun ROSE
-AYRI DMM
AZER
AZNPanda
-A_G_4
A_Wuh
AaaBiiCee
Aaalmost
Aadalyn
-AadreNaline
-Aahatto
-AakieSnaakie
-Aaking
AangTurambar
AardbeiSoep
-Aardwormpie
Aaren
Aargh
Aarhus
-Aarmir
Aaro236
Aaron
-Aaron 23
-Aaron Btw
-Aaron Quiz
-Aaron Samuel
Aaron11700
AaronJMLP
AaronPVM
Aarsworm
-Aarti
Aary
Aaryn
-AashUnce
-Aastradsen
-AatroxLife
-Aauburn
-AavikonGaara
Aayraz
-AbInito
-Abaay
Abacraumbii
-Abaiz
Abaker
Abaqus
-Abariel
-Abbas Elect
Abbey
-Abbey Ruins
-Abbo baker
-Abbyscimmy
-Abc easy as
-Abdallah6
Abdirahman
-Abe lnnkon
-Abe numse
AbeTheHobo
-Abengers
Abernasty
AbiChillii
Abide
-Abido
-Abigayyl
Abismaalinen
Abito
Abiuro
Ablazin
Abnegation
-Abnxy
Abocrate
Abolish
-Abolish NFA
Abool
-Aboriginal
-Aborts
Abortuary
-Aboss
Abou3Fiddy
Abov
Above
AboveAvgGoat
AboveHonor
-Abpor
Abr19
-Abradolf
-Abrafebre
-Abrakadaddy
Abrakadino19
Abree107
Abridgetolum
Abrils
Abritrage
Abruaa
-Abruzi
AbsentPray
Absol
Absol-EX
-Absolut1on
-Absolute POS
-Absolute St8
Absolutism
-Absolver
Absorpt
Absoullutely
-Abstand
Abstergo
-AbstractNay
-Abstractable
AbsurdGreek
-Absurdly Gay
Absynthial
-Abu Chungus
-Abu Salih
-Abuk
-Abulssoni
Abuv
Abyission
AbysmalGrind
-Abyss Laps
-Abyss Whip
AbyssFreaks
AbyssWalkerr
AbyssaI
Abyssal
-Abyssal Roar
-Abyssal Sire
-Abyssal Wook
AbyssalEmu
AbyssalTrout
AbyssalWrath
-Abysse
-Abyzz
Acady
Acai
-Acai Berries
-Acamarine
-Acan D
Acardi
AccessPoint
-Acciainoli
Accio
-Accio Bond
AccioHorcrux
-Accolades
-Accountant 0
Accursio
-Ace Kills
-Ace12209
-Ace123445678
Ace2cool
AceAlexander
AceArcaneon
AceOfSevens
-AceTenSuited
AceTookUOut
Acefalcon3
Acekicker
-Acemachine
Acemanjam
Acenr
Acer
Aces
-Aces x3
-Acesuke
-Acesupersoak
-Acetazolamid
-Acha9
Achaeos
Ache
-Achenar
Achernar
Achievement
Achievements
-Achilles Low
-Achilles XXI
AchillesFist
Acholight
Achuu11
Acid
-Acid Cat420
-Acid Christ
-Acid Dab
-Acid Frick
-Acid II
-Acid Lunatic
-Acid Magick
-Acid Reducer
-AcidBxbies
-AcidHouse
Acide
Acidic
Acidylia
Acir
-Ack Varmland
Acke
-AckeSSBM
Ackman67
Acko
Aclu
-Aclyss
Acolytes
-Acorn Potat
AcornHunter1
-Acoustics
-Acquila
Acquilar
-Act Ov Vodka
Actaeor
-Actan
Action
-Action Dwarf
-Action Movie
Active
-Active Whale
Active-Bombi
ActiveRecord
-ActivelySent
Activeshot
Activis
-Actor
Actt
Actual
-Actual Bald
-Actual Yak
ActualName
Actually
Actw
Acuila
-Acumen OSRS
AcuraIntegra
AcuteSloth
-Ad Pulvurum
Ad0pted
Adachigahara
Adada62
-Adalman
Adam
-Adam pd1
Adam8
AdamBonar
-AdamInAtl
-AdamPwnz
-AdamTehMong
Adamant
Adamanta
-Adamantoise
Adamchrisp
Adammmmmmm
-Adamp1
Adampewpew
-AdamsMain
-Adamskieh
Adamy
Adaptations
-Add Jisuke
Addderall
-AdderLord
Adderall
Addi
-Addicted Tom
-Addicted2Rs
-AddictedIM
-AddictedSoul
-Addlero
Addycusfinch
Addytt1
-Adee3
Adeeb
Adelaw
-Adele
Adelier
-Adeliya
-Ademon66
-Adenocard
Adept
-Adept Brick
-Adeptus W40k
Adeq
Adeus
AdeyP
Adgoar
-Adhd Adam
Adhurim
-Adi Laser
Adic
Adiieu
Adil
Adin
-Adios Punani
-Adiosk8r
AdjacentAce
-Adjudicatior
Adjusted
Adjustmyfan
-Adkille
-Adley
Admetis
Admirable
Admiral
-Admiral Addy
-Admiral Kev
-Admiral Nano
Ado12322
Adogg0323
Adolari
@@ -1995,85 +783,46 @@ AdonisUkko
Adorak
Adorations
Adore
-Adornare
-Adr Iron
Adrean
Adrian
AdrianMMO
Adriatik
Adriatik7
-Adrik
Adriyxs
-Adroid
-Adskip
Adss
Adstar
-Adster98
Aduadu
Adust
-Adusy
-Advance2Max
-Advanced Rat
-AdvancedOwen
-Adventure On
AdversY
-Advvil
-Adwan
-Adyn1
Adz92
Adzyy
-Adzz
-Ae rith
Aeariyion
-Aeckersss
-Aecyra
Aedon
Aedreius
Aeganor
Aegislash
Aegon
Aeikora
-Aejayem
Aelin
-AelitenRS
Aelos
-Aemil
-Aent
Aeon
AeonsOG
-Aequites
-Aerack
-Aerdont
-Aergius
-Aeric Shun
-Aerith 68
-Aerivas
Aerj
Aero
-Aeroaxe
-Aerocity
Aerohead50
Aerolustly
-Aeromi
-Aerosol
AeroxAces
Aerros
-Aeryen
Aerzo
Aestana
Aesthetiix
Aeterni
-Aetharan
-Aetharyn
AetherEra
Aethyrs
Aeugh
-Aev
Aeyriex
Aezolix
-Aff it
Affaires
-Affan Khan
Affect
Affectie
Affidra
@@ -2082,191 +831,95 @@ Affirmed
AfghanisDan
Afghanistan
Aficionado
-Afk Blake
-Afk Jasper
-Afk N Scape
-Afk Ray
-Afk Scape
-Afk To Smoke
-Afk em
-Afk is EZ
AfkBandos
AfkGod
-AfkMachine
-AfkTbh
Afked
AfkforGainz
Afkillz
Afkin
-Afkoelen
Afkstar
Afkwarrio6
Aflamed
-Afnacho1
-Afonso
Afperser
Afrecan
AfricaSavior
Africagamer1
AfricanMelon
Afrie
-Afrikka
-Afriquee
Afro
-Afro Deagle
-AfroFishh
-AfroShay
Afrojofe
-Afroman
-Afromann
Afromouse87
Afrothunder
Aft3rmath
-After Dark
-After3Scoops
-AfterLike
Afterlife
Aftermatter
-Aftermax
Aftex
Aftyr
Afx31
Ag0b
Ag3nte
-AgagaWeeWee
-Aganis
-Agaperik
Agatsuma
-Age Forever
-Age of Hell
Aged
Agenda21
Agent
-Agent 3
-Agent Jass
-Agent Slidt
Agent805
Agent94
AgentFluff2
AgentOrnox
Agentbunny1
-AgenteGanso
Agentlobster
-Aggressox
-Aghiestic67
AgiNagii
Agil
-Agil Tank
Agile
-Agile AI
-Agile Rob
-Agile Tom
AgileAllMile
AgileFlea53
AgileLlama
AgileRj
-Agilities
Agility
Agitare
-Agmaur
Agnar472
Agni
Agnoscere
Agnykai
-Agoge
Agressie
-Agroni
Agronox
Agronyss
-Ags G Maul
-Agsungg
-Agua Diablo
Aguanator
-Agv
-AhaShakes
Ahab
Ahav
Ahegao
AhegaoShawty
-AhegaoxDrool
-Ahero Knitly
AhiPoke
-Ahjin
Ahkscape
Ahkward
-Ahlaundoh
Ahmishcyborg
Ahol
Ahoyhoy
-Ahreams
-Ahri babe
-Ahriah
-Ahrim Job420
-Ahrou
Ahvexx
-Ai Haibara
-Ai activated
-Ai u
-AiMienOortje
-AiNebesvaik
AiXiao
Aiai8
Aian
-AiasIM
-Aiayu
Aid12100
Aidann
-Aidens Iron
Aidios
-Aife
Aigua
-Aiii Guey
Aiikis0
-Aila
Aillwynd
Aimbot77
Aimdur
AimenForFun
AimenForYou
-Ain Zak
-Aina Vapaa
Aintos
Ainu
-Air Aaron
-Air Bison
-Air Cube
-Air Hawkz
-Air Nimbus
-Air Up There
-AirAction
-AirRin
-AirWindSurge
Airborne
-Aircendition
Airexz
Airforcin
Airomatren
-Aironmaen
-Airorider1
-Airplanez
-AirsickMold
-Airskipper
-Airstone
Airstrike
-Airstrikes
Airwalk
Airwipp
-Aishi owo
Aisyah
-Aivery
-Aiwe
-Aixaa
-Aixleft
-Aiyaaaa
Aiyzer
-Aizor
-Aizzz
-Aj Blitz
Ajamian
Ajarn
Ajaxius
@@ -2275,193 +928,99 @@ Ajeh
Ajeti
Ajikk
Ajinz
-Ajt141
-Ajushox
Ajuus
-Ajx
-Ak 4854
Ak5u
-Aka God
AkaSpecs
-Akadian
-Akagi
-Akali
Akalron
-Akarema
-AkaseAkari
Akasha
Akashy
Akatsuki
Akaza
-Akduman
-Akeno
-Akhasa
-Akhavan
Akhotha
Akiha
-Akihiko Main
Akilled
Akimbo Gmaul
-Akira28
Akirakiyomi
-Akka Flakka
Akkaido
-Akkezander27
-Akkhai
Akmore720
-Akn Magic
Akogare
Akolyta
Akomatic
-Akomatk
Akowii
AkraLaDragon
Akropolis
Akshan
Aksu
Aksu596
-AksuRS
Aktii
-Aktivaros
-Aku Megami
AkumaPenguin
Akunte
-Akushizu
Akusti
-Akustic
-Akvarij
Akyba
Akyle
-Al Go Rhythm
-Al e x x
-Al ex G
-Al-Kimiya
AlCaponee
AlFromOhio
-AlIigator
AlMusallam95
Alabandus
-Alabarce
Aladfar
Alak4zam
-Alakazoom
-Alakazzaror
Alameda
Alamittainen
Alan
Alan200414
-Alandar
Alanowsky
Alantiwa
-Alasse
-Alaurise
-AlbaisBack
-Albananaa
Albanoi
-Albatrossse
-Albatrox
-Albert 1888
-Albert Klett
AlbertaDean
-AlbertasRec
Alberthorn
-Alberto
-Alberto P
Albertttt
AlbiBambi
Albin0z
-Albinos10
-AlboBloodZ
Alboy
-AlbusTheDood
Albuun
-Alc1
-Alcadeias
Alcado
Alcarnia
Alcatres
Alcatrez
-Alceini
Alcerathe
-Alch O Holic
AlchKids4Gp
Alchaline
AlchedMyLife
AlchedMyM0M
AlchedMyNuts
AlchedYaNan
-Alcheimers
-Alchemical A
-Alchemicc
-Alchemisten
-Alchemize
AlchemstDefi
-Alchemyst
-Alchhorn
-Alchulon
-Alckx
-AlcoSkillz
-Alcond
Alcool
Alcoz
Aldastro
Aldecaldos
AldenolcyCB
-Aldi Knight
-Aldit0r3
Aldol
-Alduiin
-Aldwin Mose
-Alec
-Alec-kun
-Aleck_l2
Aleffy
Alegrete
-AleizzleX
-Alekja
Aleks
Aleksi
Aleksib
-Aleliumbis
Alem
Alemao
Alenac
Aleous
Alerio
Alessan
-AletosCR
Alex
-Alex Blaze
-Alex Cartman
-Alex Grey
-Alex IV
-Alex Meret
-Alex Power3
-Alex V2
-Alex Welshy
-Alex Zander
-Alex from IT
-Alex the dad
Alex12161
Alex3
-AlexDirty
AlexHill
AlexODaGreat
-AlexSpkt
-AlexV
Alexa
Alexander0k
-Alexandre M
Alexbrave2
Alexbrock
-Alexis2Pro
Alexmeister
Alexnchill
-Alexownsmatt
Alexr0
Alexx
Alexx2G
-Alexxandraa
AlexxisTexas
Alexzilla
Alf11
@@ -2470,95 +1029,51 @@ AlfaQ
Alfahane
Alfahanne
Alfication
-Alfie 96
Alfonga
-Alfonso
AlfonsoKhan
-AlfredTB
-Alfrid
-Alfuh
-Algiebeer
Alharbi
Alhyrr
-Ali Shuffle
-AliThePvmer
-Alibaba
Alicander
Alicc
Alice
-Alice x
-AliceOMalice
-Alicent
Alicezero1
-Alicola
Alien
AlienAntFarm
AlienTTmilk
-AlienVoucher
Alienmage
-Aliens
-Aliii33
Alijr
AliksOh
Alioman
-AlistarTb21
-Aliste
-Alive Bozo
-Alive Seb
-Alive Vein
-Alive18
AlivenHappy
Alixz
-Aljase
Alkan
Alkene
-Alki Holic
Alkkor
Alkoholismi
Alkymo
-Alkyne
-All Blue
-All Darn Day
All Fore One
-All Frosty
-All Peachy
-All There
-All a Bone
AllRubyMoi
-AllThePain
AllTimeNo
AllYourBase
-AllaBarri
Allabaster
Allan
-Allan man
-Allards
Allcreation
Allday
Alldays
-Alldogg
AllegedTheif
-AllegedTree
Allen
Allerb
-AllesPaletti
Alleviate
-AllexWx
-Allext
Alligaattori
Alligamanor
Alligood
Allisun
Allkune
-Allky
AlllySpawn
-Allmethyst
Allo
Allomantic
Allon
-Allonsmoke
Allowe
-Allowed to
Allscreen4
Allsen
AllstarTb21
@@ -2569,105 +1084,54 @@ Ally
Alma
Almahh
Almighty
-Almighty2277
AlmightyMilo
-AlmondJoy
AlmostHadMee
-AlmostSavvy
Almost_124
Almosttheir
Alno
Aloha
Alohas
-Aloise
Aloittelija
Alondraj
Alone
-Alone CRNA
-Alone RS
AloneHeWalks
-AlonelyPlace
Along
-Alonzo520
-Alonzo52O
-Aloqab
Alosthawaiin
Alov
Alow
-Aloxc
-Aloysius
Alozaps
Alpaca
-Alpaca B0ng
-Alpaca Lips
AlpacaMyBags
-AlpacaMyBowl
-Alpacaliptic
-Alpedocles
Alpha
-Alpha Cygni
AlphaCoderXI
AlphaFeeb
AlphaMathic
-AlphaSeraph
-Alpha_Scott
Alpharma
Alphonse
Alphray
AlphusBrah
-Alpine Climb
Alpinetree
-Alpoopi
-Alppiruusu
Alprazoland
Already
Alright
-Alright Mom
-AlrightBucko
Alrite
Alry
Alsatian
-Alsatians
Also
-Also Jack
-Also Luci
-Also Lucky
-Also Nexxtar
-Also Noexi
-Also Schlak
-Also kawkky
-AlsoAlso
-AlsoRabbit
Alst
-Alston
-Alt Ctrl
-Alt G boys
-Alt Juana
-Alt Redshok
-Alt prepot
-Alt3rbridg3
AltOclock
AltSkillsDoe
Altairre
Altamonte
Altchilly100
-Altcliffe
-Altdunk
-Altemeier
Altenan
Alter
Alteraga
Alternate
-AlternateArt
Alternatee
-Alterones
-Althamen
Althornson
Altifueled
-AltimateRalf
Alting
-Altkandos
-Altnik
Altonorin
Altruistic
Altus
@@ -2676,305 +1140,155 @@ Alucks
Aluspalvelu
Alvaaro
Alvarreth
-Alveoli
Alvislt
-Alvx
Always
-Always Alex
-Always Awake
-Always Harm
-Always Late0
-AlwaysByrnes
-AlwaysDNS
AlwaysLost
AlwaysPoor
AlwaysQuest
-AlwaysSunny
-Alwayscuffed
AlwayzJarvin
AlwayzSol
Alwex123321
-Alwin S
Alxs
-Alyks
-Alysanne
-Alyv
Alzad
-Alzuraak
Alzz
-Am eer
-Am ity
-Am ln Danger
AmCatWhatDo
-Ama zon
-AmaAvenger
Amadeux
Amaiya
Amak
Amalie
Amanda
-Amanda Btw
Amandelbrod
Amarantine
-Amarok Moon
-Amasclit
-Amateur
Amathyn
Amatsukaze
Amatus
Amazarashi
-Amazaro
Amazing
-Amazon Power
-Amazonia
Amb3rLeaf
AmberTheCat
Ambik
Ambion
-Ambipom
Ambisagrus
-Ambition IRL
-Ambition98
-Ambitioned
Ambrose34
Amcaroz
AmcyC37
-Amd27
-Ame Hara
AmeJoyRock
-Amean
-Ameero7
Amel
-Amelia Beth
Amen
-Amend
Amenity
-Ameno l
-Americlaps
-AmiableDingo
-Amibis
Amida
Amigeau
Amigo
-Amigos
-Amillie
-Amin
-Amir Psycho
Amis
Amitwin
-Amityz
AmixBeast
-Amjad
Amjar
-Amka0s
-Amkings
Amlodipinee
-Ammastian
-Amnesiia
-Amnios
AmoMeuFilho
-Amoei
-Amon Amarth
-Among Dead
-AmongUs R34
-Amongst It
-Amordrise
Amos1500
Amper
-Amperes Law
-Ampiainen
-Ampilify
Ample
-Amplify
Ampura
-Amsclarke
-Amsterdamage
Amty
-Amused Fonty
-Amuzements
-Amuzzr
Amuzzzr
-Amy Sonck
AmyMacdonald
Amygdala
Amylit
Amyshaw123
-An Amputee
-An Animal
-An Ebony BBW
-An Old Chum
-An epic OAP
+An Iron Butt
An old Gnome
-An0mandaris
An0niminis
-An6ers
AnActualHorn
AnAmerican
-AnEnginerd
AnEpicWookie
-AnEskimo
AnExperiment
-AnEyeOhLate
AnOldTank
-Ana D Armas
AnaWynn
Anabella28
Anabolic
Anabolic h1t
-Anabowlen
-AnaklusmosAN
Anao
Anaphylaxiss
Anarchy
-Anarchy870
AnarchyOS
Anari
AnataNoWaifu
Anbu
-Anbu_Mobb
-AncIrew
Ancalagon
Ancastry
AnchorMann
Ancient
-Ancient Fury
-Ancient fir
-Ancient hil
-Ancient soul
AncientFreak
AncientLamb6
AncientMagus
AncientOath
-AncientP
Ancientgh0st
Anciento
-Ancientz pal
Ancitif
-Ancona
-Ancow
-And e
-And r ew
AndSo
-AndYetISmile
Andardenn
-Ander5
Anderave
-Andericus
Anders375
AndersenXo
Anderssen
Andhra
AndiCandy
AndiVT
-Andiamo98
Andipyrus
Andirath
-Anditre
-Andj
Andoyen
-Andrade149
-AndreasBL5
Andremagico7
AndresVZLA
-Andrethyst
Andrew
-Andrew Marr
-Andrew OG
AndrewWigins
Andrewjaay
AndrewsMeat
Andrezee
Andrezz
Andri02
-Andrian
Andrick
Andrishh
-Andrius X
-AndriusBykas
Androgenic
-Android Iron
AndroidFox
Andromed1k
-Andsaca
-Andx
Andy
-Andy Candy
-Andy Ops
-Andy Salrem
-Andy btw
Andy2
Andy2511
-Andy43229
AndyG223
-AndyIsComing
-AndyL
AndyMcbob4
-Andydiaz
Andyfromvent
Andyn9
Andyooi
Andyvns
-Anele Boy
-Aneluy
AnemicIzzy
Anesics
Anetha
Aneurin
-Anez
-Ang3li
Angalad
Angel
-Angel Advise
-Angel Allie
-Angel Gabe
-Angel Martyr
Angel Vlad
Angel4killin
Angel5
-AngelOfZeal
AngelOrHour
-Angelic Lust
-AngelicOrb
AngelicVixen
-Angelisimo
-Angell SL
AngelsCrys
Anger
-Angerfish208
-Anghelic One
-Angie Bos
-Angl 0f War
Anglerstein
AngloSamson
-Angoose
Angry
-Angry Bison1
-Angry Child
-Angry Thumb
AngryHusky24
AngryMvP
-AngryNachos
AngryPickle
AngryScape
AngryWizard
-Angsti
AngusM
-AnhTaDuong
-Anhedoniaa
-Anid
-Anida Hanjab
Anidien
-Anieli
Aniheyu
-Anim
Anima
Animal
-Animal feces
-Animalia
Animation
Animations
Anime
-Anime Nips
AnimeExpert
AnimeMilkers
AnimeWaifus
@@ -2982,95 +1296,51 @@ Animorph
Animos
Animosity
Anion
-Aniril x
-Anita Dong
-Anita M Wynn
AniviaKush
-Aniwave
Anja
-Anja Rubik
AnjaPija
Anjigami
-Anjru
-AnkaraAisa
Ankedia
-Ankka51
Ankn
-Ankou btw
AnkouClothes
Ankougnu
-Ankourule243
Anlaku
Anlex
Anmah
Anmokyu
-Anna Huikka
-Anna Liebert
-Anna Planks
Anna Rosanna
-Annavvaa
-Anne Puppy
-AnneWB
Annero
-Annhilate0
Annihilated
-Annihilation
Annihilative
-Annna Puu
-Annoys
Anoie
AnomalousFox
-Anon E Maus
AnonDoctore
Anonim
-Anons
Anonymiity
-Anonymous aF
-Anonymousse
-Anoobass1
Anooge
Anoomliebird
Anor
-Anotha Skar
Another
-Another Name
AnotherCsTa
AnotherDoor
AnotherGamer
AnotherName
-AnotherPb
-Anouar
-Anoubis
Ansaittu
-Anscombe
-AnselAdams
Ansoil
-Ansovs
Ansuz
-Ant M8
-Ant a
AntRIP
-Antartsant12
Antast
Ante
Antee294
Antelope123
-Antex
-Anth x
Anth52
Anthiex
Anthilll
Anthony
-Anthony Btw
-Anthony I
Anthony5002
Anthoons
-Anthooony
Anthorak
Anti
-Anti Drop
-Anti PK G0D
-Anti002
AntiFuh
AntiVaxMothr
Antidope
@@ -3078,102 +1348,59 @@ Antifa4figs
Antifire
Antiflag42
Antiguy24
-Antinyte
Antipathic
Antipixel
AntiqueRS
Antiqxx
-Antireflex
Antis
Antiserum420
Antixan
Antiyano
-Antlers
-Antmix
Anto
Anton
-Anton T
Antonio
Antonn
Antony
-Antony1202
Antony142pay
Antoun
-Antracid
-Antron
Antstolis
Anttila
Antweezy
-Antz Xii
-AnuBi 1337
Anub1s
Anubis
-Anubis ex
-AnubisT3
-Anuj
Anul
AnullSecs
Anv1k
Anve
Anxi
Anxiety
-AnxietyBTW
Anxious
-Anxious Mess
AnxiousDoggy
AnyDrops
AnyLesS
-AnyQuestions
-AnyScrolls
Anze
-AnzheliK
Anzie
Anzied
Anzu
-Anzypoo
-AoA Jammer
AobaJohsai
-Aog
-Aoh
-Aohc
-Aohu
-Aoi Tetsu
Aokijahr
Aokijii
AonEne
Aonyx
AoooA
-Aorpheat
-Aosrs
Aowi
-Aozaa
-Ap0logy
Ap0phis
Ap3x
Ap870
-ApRoMn
Apaat
-Apaatje
Apache
-Apache30
-Aparlo
ApartAbyss
Apathetik
-ApdoJ
-Apdomine
-Ape Cape
-Ape Dos Mil
ApeAtoll
Apetamer
-ApetimusPrym
Apex
-Apex Pro
-Apex-scaper
-ApexGT
-Apexflashy
Apexist
Apgujeong
-Apherna
Aphex
Aphroditeee
Apimer
@@ -3182,136 +1409,75 @@ Apldale
Apm90x
Apoc
Apoc142
-Apocriya
Apocryphe
-Apolliox
-Apollo Beach
-Apollo13th
-Apolytos
Apop
-Apophiss
Apor
-Apostasie
Apotoxin
App3lflap
AppaYipYip
-Apparat
Apparitionn
-Appeasive
-Appel Farm
Applauder
Apple
-Apple A Day
-Apple Mart
-AppleBluue
Appleboss
-Applecus
-Applejuiceaj
Applemaxx
Applev2
Applied
-Applul
Apportant
-Apprenti1
-ApprenticeRS
Approval
ApprovuL
AppySauce4
-Apqle
Aprella
April
April 8 1997
-April twenty
Aproximity
-Apsa Larr
Apteryx
-Apteryx luna
-ApuHapu
Apul
Apullu
-Apyon
Aqew
-Aqizu
Aqtive
AquaUnit
Aquah
Aquaileo
-Aquajd
Aqualetics
Aquamation
-Aquamentus9
Aquascaped
-Aquaticbob
Aquatik
Aquellex
-Aqueueser
-AquiIa
Aquilo
-Aqva Babe
-Ar ex
-ArA100
-ArKadeeee
-Arab Frieza
Arabian
Arada
Araet
-Aragonx
Aragornmv
-Aragornous
-Aramaki
Araman
-Aramex
Arandae
Aranna
Aranruth
-Araq
Araqon
Arasex
Arashikato
Arastaiel
Arathir
Araur
-Aravt
Araysen
Arazz
Arb4n
-Arbator
-Arbenn
Arbin
Arbyy
-Arc1s
-Arcade firee
-Arcadian96
Arcane
-Arcane Grima
-Arcane Queen
-ArcaneApollo
ArcaneBear
Arcanezeus
Arcangel
-Arcangel IX
Arcanic
-Arcanox Sad
-Arcanum XIII
Arcas3
-Arced RS
Arceneus
Arch
-Arch RS
-Arch er
Arch3nLight
-ArchFarmer
ArchX
Archaea582
+Archaen420
Archahl
-Archaic Wolf
Archaiden199
Archanjel
-Archas
-Archavia
-ArchbishopC
-Archduke Btw
-Archelon
Archer
ArcherYew
Archie
@@ -3323,9 +1489,6 @@ ArckenSphere
Arclight
Arcnan
Arctic
-Arctic Roach
-Arctic Vaggy
-ArcticCamel
ArcticMank
ArcticTitan
Arcticas
@@ -3335,16 +1498,8 @@ Arda
Ardaddy
Ardames
ArdenDZY
-ArdestRange
-Ardilos
-Ardougn e
-Arduino69
ArdumTheMain
-Ardumm
Ardy
-Are Dry
-Are ng
-Are you well
AreYouMyMumm
AreYouPepega
Area
@@ -3352,17 +1507,12 @@ Areimer0606
Arekusei
Arena
ArenaRebuild
-Arend Nest
-AreolaArnold
Areolas
Areoloth
-Areow
Ares
-Ares 3060
Ares1701
AresArmy
AresKnight
-Arescoth
Aretx
Arezrazer
Arfex
@@ -3371,322 +1521,184 @@ Argawan
Argent
Arghoslent
Argilla
-Argo Vesta
-Argonuts
-Argory
-Argov
-Argyle Sock
-Argyle Socks
ArgyleGrandt
Arhedel
-Ari
AriSlash
Aria
-ArianDRZ
Ariana
-Arias star
-Ariazel
Arid
ArieMoon
AriesWarrior
-ArieyaeIron
-Arifureta
Arigorn
Arigorn55
Arihant
Arillian
Aris
-Arisen I
-Aristo
-Aristokratas
Arisu
-Arith1um
Arithe
Arizotal
Arjoon
Ark9tog
-ArkAngel029
-Arka91
-Arkaniz
-Arkantos51
-Arkaros
Arkavos
-Arkaynine
Arkeela
-Arkells
-Arkem
-Arkemir
-Arkend
Arketryx
Arkevin
-Arkhero
-Arkizah
-Arkki
-Arkonka1
-Arkonknight
Arkvasal
Arkysh
Arlind
ArloTheBrave
Arlorict
Arlyeaxn
-Arlyse
-Arm Chair
-Arm Guy
-Arma Frost
Armadexx
Armado
Armadomin
-Armadyl king
-ArmadylPker
Armadyllo
Armament
-Armanyte
Armapickle
-Armas Chosen
Armchairs
Armerak
-Arminius Sol
ArmisticeDay
Armo
ArmoBlood
-ArmoMike
Armoah
-Armondega
-ArmorHelmet3
-ArmorSeeds
Armourer
Armsdray
-Armweak55
Armysam
Arna
-Arndas
Arnear
-Arnhems
Arnie
Arnold
-Arnor
-Arnthor
Arntj
Arobpl
Arod
Arodaz
Aromipesa
Aron
-Aronya
Aroorin
Arousen
-Arousin
-Aroyu
Arpang
Arpegio
Arptacular
Arr n Geesus
Arrandarls
-Arrasca
-Arrazha
-Arre10
Arrizu
-ArrowHaste
ArrowTank
Arrowmind
-Arrows Myth
-Arrowtower
-Ars Nova
Arsaydar
Arsenals
-Arsene rar
Arsenic
-ArsenicEyes
-Arsenn
Arshal
-Arsi
Arslen
Arson
ArsonScape
-Arst
-Arstan Selmy
Art Dayne
-Art Star
-ArtIsHard
ArtStylerzz
Artces
-Artegal
Artenmis
Artesna
-Artezor
-Artful Dodgr
-Arthaniel
Arthesus
Arthropods
Arthur
Arthven
-Artic0
-Articuno1991
-Artidote
Artillion1
Artipeng
Artisaani
-Arto Lauri
ArtofKush
ArtoriaSiff
Artoriias28
-Arts
-Artu12v
Arturis
Artychurro
Artz
-Aru
Arumen
Arunas
Arusas
-Aruwyn_Xi
Arve
-Arvinthir
Arviragus
-Arvns
-Arvsta Won
-Arvx
-Arwe
-Arwon
Arxanec
Arya
Aryabhata
Aryuts
-Aryzha
-Arzemnieks
Arzi
-Arzna
AsalentBlaze
Asami
-Asami Sato
Asap
-AsapLamb
Asbi
Asbloodfalls
Asbur
-Ascadex
Ascanliss
Ascended
-Aschen
-Ascii You
Asda
-Asdasd107
-Asdewq
-Ase
Aseae
Ased
Asfixiator
-Ash K
-Ash Solo
-Ash Wreckum
-Ash l
AshBash
AshEvillDead
-AshKetchum00
AshLad94
-Ashabee
Ashandarei0
-Ashcroft
Ashealia
Ashen
-Ashen Bride
-Ashen Heart
-Ashen One
AshenSughar
-AsherMentuI
Ashes
Ashes630
Asheviere
-Asheville
-Ashhh
Ashieboyyy
Ashikaru38
Ashington
-Ashkelmek
Ashkii
-Ashkyn
Ashleigh
Ashley
AshleyNZ
-Ashleyi
Ashlyce
-Ashmeow
Ashn
Ashoo
Ashsole
Ashton
-Ashura Bakke
-Ashwin09
-Ashy joey
-AshyKneecapz
+Ashwin07
+Ashy6969
Ashyy
Asian
-AsianGrinder
-Asics
-Ask Oziach
+AsianGuyOSRS
AskMeDolCare
+AskingCard69
Askraf
Askumi
AslanMaximus
Aslywyn
-Asmir9990
Asorf
Asos
-Asot
-Aspen
-Asper
Aspestia
Asphyi
-Asphyi Xate
-Ass Balm
-Ass Clams
-Ass Drill
-Ass Rocker
-Ass locator
+AssBuster21
AssClapping
-AssMcButt
+AssCumPooPee
+AssIsYummy
Assasindie73
-Assasintoad
Assassinado
+Assassxnz
Assaulted
-Asshats R Us
-Assktchum
-Asstain
+Asshungry
+Assletics
+Assload
+Assmazing
+Assmongie
+Assy
Ast 360
Astan
-Astaro
-Astartes
-AstartesXIII
AsterSG
Asterlad
Asterlyte
Asterus
Astiminate
Astoia
-Aston Fartin
AstraDan93
Astraea
-Astral Queen
-Astral laws
Astrali
-Astrals
-Astray
-Astrayus
Astro
-Astro Dust
-Astro O7
-AstroKP
AstroXgK
AstroYogurt
-Astroflare
-Astronaut Al
-AstrooWRLD
Astrophe
Astrostone
-Astylez
Asubu
-AsuhDude
Asuka
AsukaLangely
AsukaYenOSRS
@@ -3696,209 +1708,112 @@ Asumistuki
Asuna
Asunnn
Asura
-Asus bl
-AsylumTRAV
Asymmetry
Asyn
-Asynergy
Aszalem
-Aszard
-Aszension
At0mic
-Atacrite
-Atar
+AtWorkOnOSRS
Ataraxia
-Ateo
-AthIetic
Athaw
-Athe na
Athedeia
Athena
-AthenaOfOsrs
-Athenaloki
-Athi
Athire
-Athius
Atika
Atilio
-Atin
-Ativan IM
Atlamillian
Atlantic
AtlasErol
-AtlasUsurper
Atlashi
-Atleast
Atli567
Atmosfare
-Ato m
-Atolla
Atolli
Atom
Atomic
AtomicFlux
-Atomicdomb2
-Atomikaust
Atomsk
Atomyze
Atonic
Atorvastatin
Atouk
-Atoxicary
Atoz
-Atriades
-AtriummDream
Atrixas
-Atro phy
Atroo
Atroph
-AttackMoons
Attard
-AttemptedUwU
Attic
-Attic Ghost
-Attic Witch
Attics
Attikos
Atton
-Attuned
Atuking
-Atvinnulaus
-Atylos
-Atza
-Au 0srs
-Au 1
-Au Bar
-Au Barrett
-Au Joel
-Au Shooty
Au92
AuRoyce
AuStarZ
Aubrey
-Aubrey UIM
-AubsG
-Auburn Lax
Aubzzz
Auclaw
Auctionable
-Aud
AudacityOP
-Auddax
Audi
-Audi Nurse
-Audi Reach
-Audo
-Audronan
Audtnec
Audylinks
Augment
AugstBrnsRed
Augurk
-Augury Tank
August
AugustAmes
Augustiner16
-Augutis
Auhdy
Auja3
AuksoAlt
Aulono
-Aumoki
-Aunonen
-Aunt Wu
Auntie
-Auntie Mabel
AuraBeast
AuraSissari
-Aurah
-Aurelia
AurelionROW
AurelionVM
Aurelya
Aureou
-Aurgodi
AuriZed
Auriana
Aurionx
-Aurizon
Aurorin
-Aurrok
Aurtle
AurumFoxfire
-Auryn
-Aus
-Aus 2277
-Aus Shizam
-AusBruto
-AusGram
Ause
-AusieBumpkin
Ausripper
Aussie
-Aussie Jay
-Aussie Luke
-AussieKunt
-AussieOandE
AussieSparta
Aussome
-Aussybear
-Aust Terps
Austie
Austiiizy
Austin
-Austin Ames
-Austin is 1
Austin296
-Austiz
-AustlnPowers
Australia
-Australians
Australiaz
AustrianOak
-Austs
Austyn
Autchin
-Authorized
-Authorizer
Autickstic
Autilon
Autism
AutismeKnaap
Autist
Autistic
-AutisticAndy
-Auto Tuned
-AutoBonsai
AutoEmp
-AutoLoot EXE
-Autoacid
AutomailArm
Automonteur
Autophagy
-Autorotate
-Auts Man
Autumn
AutumnKevegy
Autzerk
Auuustin
Auuuv
AuzReaper13
-Auzium
-Av o
-Av3z Str
-AvC OSRS
-Ava End
Avaetar
-Avaigo
Avatar
-Avatar Evan
-Avatar Magni
AvatarBean69
AvatarShakur
Avedon
-Aveng
-Avengerous
Aventy
Aver4ge
Average
@@ -3910,14 +1825,7 @@ Avernic
Avero
Avertehs
Avest09
-AvestGIM
Avex
-Avexaon
-Avfc Holte
-Avg Tom
-AvgMG
-AvgScape
-Aviaatar
Avian
AvidTech
Aviiation
@@ -3926,154 +1834,85 @@ Avinosis
Avir
Aviron
Avlek
-Avocatocat
Avoidable
Avoinmieli
-Avonak
Avondale
-Avouch
Avrahm
Avsendesora
Avysto
-Avze
-Awadi69
Awaiting
-Awaiting 126
Awaits
Awaiyume
-Awakened Olm
Awarde
-AweJeez
Awendana
Awesome
-AwesomeBros
AwesomeJared
Awezm
Awful
-Awful Name
-Awfully
-Awh DB
-Awh Nuggets
Awies
Awilkins4231
-Awkquavian
-Awkventurer3
Awkward
Awowegei
-Awowo Gay
-Awry
-Awtangg
AwwSeriously
Awwdiddums
Awwtis
-Awyr
-Ax3
-Axayre
Axdrew
-Axely
-AxemPink
Axeo
-Axhers
Axies
Axillaa
AximusMax
Axiom
-Axlerod
-Axleson
-Axodyi
-Axolotl
-Axsentz
Axton
Axylix
-Ay Monk
-Ay Ron Man
Ay3m
AyAyRon
AyB33
-AyJae
-Ayafuyuzu
AyameDespair
-Ayatan
-Aybills
-Ayd
-Aye Sip
AyeBaddaBing
-AyeePizza
Ayeeet
-Ayema IM
-Ayenull
Ayetg
Ayfi
Aylia
-Aylward
Ayman
-Ayo4Yayo
AyoSteeze
Ayoe
-Ayonikz
Ayra
Ayri
-Ayrton
-Aysuu
Ayveros
-Ayy Nakana
-Ayy bae bae
-Ayy q p
Ayyye
Ayyyon
Ayzo
Az PVM
-Aza zel
Azad
-Azad Kashmir
Azala
Azami
-Azandari
Azathor
Azathoth26
-Azathrir
-Azazel OSRS
-Azeenil
Azemu
Azerma
Azez
Azimut
Azimuthaal
Aziz
-Aziz7
Azkaton
Azken
Azkybot
Azlo
Azmataz
-Aznbabe
Aznmixboy
Azom
AzorAhaiBTW
Azotize
Azoxy
-Azpa
-AzraelReaper
Azriiele
Azryel
-Azs
-Azshara
-AztecLT
-Aztra
Azula
-Azula Whip
-Azur Lane
Azur_I
Azure
Azure23782
AzureSpirit
-Azuredadi
Azuremadi
-Azuretiger
Azuuure
-Azynn
-Azyrith
-Azza Bear
Azzaar
Azzaboy100
Azzakel
@@ -4082,257 +1921,104 @@ Azzanadraa
Azzax
Azzgarnia
Azzz
-B 0 B S
-B 0 S S
-B 0 U J E E
-B 3R
-B 58
-B A F F E Y
-B A MF
-B A U W S
-B B Bouncy
-B C 2
-B C M
-B CA
-B D Y
-B E E G
-B E R T A
-B E R t I 3
-B ELA
-B Gates
-B Gonkeybron
-B I G G L E
-B I R T
-B Ian
-B J O R N
-B L 4 N K
-B L A D E Z
-B L A N E
-B L A Y E D
-B L ANK
-B L I X T
-B Milesy
B Minor
-B O G S
-B O O T H
-B O Y E A
-B R A l N
-B R II A N
-B R l C E
-B S
-B SlDE
-B T J
B Victor B
-B W 1
-B W A K
-B aylor
-B aze
-B ecky
-B eeez
-B iggles
-B la z e
-B las
-B r a g g
-B r eezy
-B rads
-B raes i
-B ruised Lee
-B u bs
-B ug
-B un
-B utt
-B w
-B-0-SS-M-A-N
-B-Dollaz
B-Lal
-B00 KAW KEY
B00Lici0us
-B00MERAT3R
B00ST
B00SY
-B00tlicker
B0ARD
-B0B The Cat
B0BaH
B0GLA
B0ND
-B0NERCRUSHER
-B0NGRIPS42O
B0OP
B0aty
B0atyquila
-B0bz BurGerz
-B0dka
-B0n3z84
B0nes2Weed
+B0ngbutter
B0rders
B0rn
B0rn2bking
B0rnas
-B0tched
B14cksh4d0w
-B1G BAD CHAD
B1G8
-B1GARMS
-B1GBOB
-B1GGY
B1G_D1ESEL
-B1G_SW1GS
B1RDUP
-B1Te Me
-B1ack Lotus
B1ackJack
B1asphemy
B1gTTgothGF
-B1gd0wg
B1ink
-B1mboBambi
B1zrme
B2AD
-B2F
-B2J3
B2bZeroSpecs
-B2rad
-B3A5T
-B3CK
B3NJAMOON
-B3NT D0ver
-B3TTERLUCK
-B3Y0ND
B3njamima
-B3njamin
-B3nny Blanco
-B46
-B4RR
-B4S
B4llista
-B6a
-B6i
-B70
B747B
-B8 H8ER
-BACKURBOI
-BACONisgd4me
BADASS
BADDONE
BADPanda2
BADUPDATES
BAKED
-BALD n DUMB
BAMF
BAMFnificent
BARBARlANS
BARRAGENOW
BARRON24
-BASED DMM
-BASEDQwert
BATATUNGA
BATH0RY
BAYLlFE
-BBBBBONKA
BBGL
-BBK
BBKwenie
-BBL RIZZY
-BBQs
-BBW Pizza
BBarnzeyy
-BBeepLettuce
-BBoys Father
BCBDestroyer
-BCC YT
BCDOJRP
-BCK CigButts
-BCMagoo
BDCMatt
BDrichard
-BEANS9991119
BEARDED
-BEAST ARCHER
BEATONiT
-BEBELAC28
-BEEA
BEG0N
BEG0NE
BEINGMAXDSUX
-BELSJ
BEMBOU
BEST
-BET5
-BEYFYBOI
-BFKay
BHAFC
-BIG ASHL3Y
-BIG C0X LUVR
-BIG HIT GOOD
-BIG pontifex
BIGBADWILLY
-BIGD05
BIGDROPHUNTR
-BIGFERGLOAD
BIGHEADSMASH
BIGJP
BIGMINK
-BIGSITUATI0N
BIKlIllIlIIE
-BILR0Y
-BIOATED
-BIRD SHlT
BIRP
BIRWAAA
-BIS Monster
BIaded
BIadet
BIapa
-BIood Prince
-BJ Applegate
-BJ M
-BJPlaysRS
-BKBB
-BKK
BKLN
-BL00DANG3L
BL33DPL34S3
-BL3SS3D4LIFE
-BLACK DOG NI
BLASE
BLGesus
BLICKYSTIFFI
-BLOBi WRX
BLOOD
BLUEPIZZAMAN
BLXCKPINK
-BLYATMOTOR
BLlNKY
-BMEUR
-BMooldijk
BMrgn
BO0MERSO0NER
-BOA Liger
BOBGIGALUCKY
BOBYAHMDGECI
-BOER KAMIEL
-BOGOBoneless
-BOL0CKS
BOLSOONARO
BOMBAKLAP
-BOMBU
-BONITA 02
+BONEM69
+BONGSLAY3R
BOOPlNG
BOOTTYBANDIT
-BORDEN DAIRY
BOSNIAQUE
BOSS
-BOSS OG
-BOSSMANHOG
BOlNEXTDOOR
-BPNS Hawk
-BPTheIronOne
BPrimitive
-BR0 BRO
BR00KES
BR0CE
-BR0ER
BR0THERS
BR3AKABLE
BRA71L
@@ -4341,34 +2027,16 @@ BRAMMOSOVIC
BRANDONSMlTH
BRCH4
BREJCHA
-BRUTAL
BRabbit25
-BRlOCHE
-BSB Howie
BSNR
-BST Steve
-BSickler
BSven-B
BTCEUR
-BTKMGJKL
-BTMillz
-BTW Beirre
-BTW idgaf
-BTW vs RNG
BTWSaberlion
-BTWsanta
-BU1MER
-BUHLL
BUILD
BUILD PONYS
-BULLlSH
BUNDHA
BUNStheGOD
-BUR13D AL1VE
-BURYT0MORROW
-BUSS IT
BUTTB0NERED
-BUTTCOlN
BV Martyr
BWheatZ
BYEq
@@ -4377,219 +2045,101 @@ Ba1i
Ba5b0y
Ba6y
Ba77erY
-Baa m
-Baaaats
-Baal157
BaalZvuv
Baals
Baalthas
Baamf
Baami
-Baandos
-Baarb Lahey
Baas
Baba
-Baba Booey9
-Baba Borgar
-BabaLovesKos
-BabaSlaaf
-BabaSleep
BabaTarzan
Babafasa
-Babayaga-9
-Babayaga2121
-Baberrandrid
-Babica Mraz
Babiez
-Babocat
Baboosh
-Babs221
BabsCox
Baby
-Baby Bear
-Baby Bobby
-Baby Boeing
-Baby Daphne
-Baby Houdini
-Baby Motel
-Baby1400
BabyB
BabyDogeCoin
BabyDogeFTW
BabyGroot
BabyHat
-BabyHewy
BabyHiggy
BabyJIREN
-BabyLinga
BabyPandaa3
BabySas
BabyTamer
Babycerasaux
Babydump
-BabyfaceBill
Babyjoker828
Bac0n
BaccaM
Bachelour
Bachuras17
-Bachus67
Back
-Back Jauer
-Back Seater
Back2Backk
Back2ourdays
BackInTime
-BackToBambi
-BackToOwn
-BackelsOSRS
-Backinthe09RS
+BackintheOSR
Backlit
-Backspace
-Backsterr
Backus
Baco
-Bacodie
Bacoid1
Bacon
-Bacon Glizzy
-Bacon24717
BaconBlunts
-Baconcannon
-Baconist
Baconlord100
Baconpancake
Baconstrike
Bacteria
Bactomet
Bacun
-Bad Advice
-Bad Ape
-Bad Axe
-Bad Day
-Bad Fruits
-Bad Kind
-Bad Kuip
-Bad Mario
-Bad McNamey
-Bad Mistake
-Bad Name Now
-Bad Robert
-Bad Weather
-Bad exp
Bad2dabone30
BadAndB0ujee
-BadAss_oO
-BadChicken
-BadChronic
-BadDecision
-BadIdeaDog
BadIllusions
-BadInIronMan
-BadInNames
-BadMamaJama
-BadMannerz
-BadSass
-BadSpalling
-Badaping
Badass
-Badass Fe
-Badass Iron
-Badass Rs
-BadassIron
-BadassPotato
Badasseness
Badaxx
BaddieDragon
Badgalriri
-Badger Bush
-BadgerInABag
Badgerq97
Badical
Badman
-Badman ET
-Badoodle
Badora
-Badora II
-Baduk
-Badvask
-Bae-Kun8er
Baeby
Baekah
-Bag it
-Bag of Yay
-BagFryLife
Bagadigi
-Bagan
Bageera
BagelSpanker
Bagels
Baggyshaw
-Baghdad
Baginga
-Bagis
-Bagokk
Bags
-Bags n Beer
Bagsnacks
-Bagz
BahRitTanEe4
BahamutLimit
Bahn
Bahnzeen
-Bahp
-Bai Ningyang
-Baib
-Bail Jait
Baileys
Bailsby
Bailz
Baimonnnn
-Baines
-Baino
BainoLad
-Bainz
Bairac
-Baites
-Baja Baja
-Bajan
Bajart
Bajcolado
-Bajela
Bajere
Bajhole
-Bajista
-Bajji
Bajkami
-Bajsanus
Baju
-Bak cornet
-BakIron
-Baka Mop
-Baka Prase
-BakaOsaka
-BakaPho
Bakazuro
Baked
-Baked Mage
-Baked Saiyan
BakedVandon
Baked_Beagle
Bakedd
-Bakedmuffins
BakeonBits
-Baker Bully
-Bakerloo
-Bakers Baked
Baketto
-Bakhmut
-Baki Hanma
-Bakingsodah
-Bakingsweets
Bakkis
Bakllava
Bakron
-Bakthawar
Baku
Bakuchiol
Bakusho
@@ -4597,100 +2147,49 @@ Bakuthedrunk
BalIsackt1ts
Baladend
Balan
-Balan Dinh
Balar
Balarezo
-BalazinGIM
-Balboa Park
-Balbuli
Bald
-Bald Arab
-Bald Male
-Bald Shupa
-Bald Sicknez
-Bald To Bold
-Bald Wookiee
-Bald at 29
-BaldKnees
-BaldMansKenn
Baldfuc
-BaldheadBill
-Baldoc
Baldorr
-Baldrake
Baldras
Balerion
Baliboosca
Balkan
-Balkenende
Ball
BallOfCotton
Balla
-Ballack342
-Ballade No 3
Ballcheck369
-Ballenaso
Baller006
Ballerina
Ballesekk
-Ballet
BallinBamf
Ballotaa
-Ballroom
Bally
-Ballztacular
Ballzy
Balmung311
Balneum Anas
-Balob
Balontra
Balou
-Balrogs Hell
-Balthazar BL
-Baltimohr
-Baltimore MD
Baltoth
Baltramiejus
-Baltzerboii
Balu
-Balu Titan
-Baluk
-Bam Achilles
-Bam Grizz
Bambi0326
BambiSlayer
Bamboo
-Bamboo James
-BambooPandas
-Bambuliuss
Bamf
BamfJoe
Bamfbeav
-Bamiman
-Bamse
Bamztile
Banan
Banefish
Banerz
-Banio
-Bank Stander
Bankaiz
-Banki 1 1
Banzu
-Bape
-BapeNation
-Bapelsin
-BaphometsLov
-Baptor
Baqels
-BarShake
-BarSmash
Baraek
Barakoli
-Baratheon
-Barathrum
BarbaariJuho
-Barbatos
Barbose
Barbwiire
Barbyte97
@@ -4698,105 +2197,60 @@ Barca
Barca230492
Barcodes
Barcoding
-Barcy
Bardimuss
-BardleDooDoo
Bare
-Barely High
-Barely Legal
BarelyBusy
BarelyDecent
-Barfallonyou
Barfs
Barfy
-Bargli
Barhoor
Bariviera49
-Bark sample
Barkki
BarnVo
-Barncle Boy
Barneey
-Barnet Ftw
Barney12370
-BarneyKing
-Barneylover
Barnez10
-Barnyard Boy
Barnz
BaroBro
-Barometz
Baron
-Baron Iron
-Baron Timmy
BaronConey
BaronGiraffe
BaronVonGeeb
-Baroondon
Barqueefa
-Barr
-BarracuDro
-Barraggah
Barrako
-Barrel Flop
Barricade
Barrowry
Barry
-Barry Koota
-Barry0408
BarryBanaan
BarsasBoom
Barstukas
Bart
-Bart Heredit
BartBelly
BartSimps
-BartenderBTW
-Bartheez
Bartholomeii
Bartje
-Bartol
Bartycool
Barzhal
-Bas
-Bas Waterpas
Bas481
-Basant
Base
-Base 99s
-Base Skills
Based
-Based Evan
-Based Kyoko
-Based Miyagi
BasedGob
BasedHeru
BasedScape
-Basement Dad
-Baseplate86
Bash
BashinBosses
BashiraTHC
-Bashram2
Bashx
Basic
-Basic Drop
BasicBilbo
BasicIronman
Basil
-Basil Hiiri
Basileia
-Basilikos12
Baska
-Baskervilla
Basket
Basketballer
Baskie
Baskrans
-Basmah
-Bassaidai2
-Bassey
-Basshu Fon
Basshunter
Bassilliaux
Basstomouth
@@ -4804,71 +2258,43 @@ BastasRemmen
Bastermate
Bastiao
Bastidaz
-Bastin101
Baszist
-Bat Fastard
-Bat Kills
Bat418
-BatChatillon
BatFat
Batbot101
Bateau
BatedUrGonna
Batesanator
Batgirl
-Batin
-Batistaisraw
+BathSalts420
Batleris
Batmain
-Batmam
Batman
Batmanlul
Bats
BatsVsChina
Batsborkair
Batsmattie
-BattDoode
Batter
-Batter Cake
-Battle Jack
Battousai
-Battousai09
-Batu
-Batussy
-Batzch
Batzz
Bauchop
-Baulsacky
Bautista I
-Bav
Bavaria
-Bawdlands
Bawjaws
Bawn
-Bawwz DeadAf
Bawz
-Bax2
-Baxi 247
Baxxis
-Bay
-BaySeoul
BayaniSenpai
Bayern_pvm1
Bayes
Baykr
-Bayle Domon
Bayleef180
Baylin
Baylon
-Baylon rs
BaylyBoyBro
Bayman
-Bayou Bengal
-Bayside
-Baza
-Baza NZ
Bazilijus
-Bazimga
Bazmobile
Bazoo415
Bazoomaster
@@ -4877,96 +2303,45 @@ Bazukashrimp
Bazz0r
Bazzak
BazzleB
-BazzleBTW
Bazzooi
BbDontHurtMe
-Bbase12
Bbaws
Bboygainz
-Bbubbsy
-BcShane
Bcgod
-BchImaBus
-BckOFFRTRD
BckScratcher
-Bcowzy
Bdawg
-Bdub187
-Be Aware
-Be Rad
-Be Strong
-Be X Unlucky
-Be as t
-BeEzyMan2
BeFawn
BeThankfulll
BeTy
BeaTee
Beaan
-Beak er
-Beaken
Beaky
Beamesy77
-Beaming
Beamo
-Beams btw
-Bean
-Bean Bunn
-Bean Slapper
-Beanieus
Beanis
Beanisdead
BeanozZ
-Beanpot
Beans1991
Bear
-Bear Downn
-Bear Finale
-Bear IV
-Bear Jake
Bear Savage
-Bear W Scarf
Bear0nBeer
Bear32
-BearByBlood
BearByte
-BearDown80
-BearGrillz
BearImmunity
Bearac
-Beardboy
Bearded
-Bearded Hick
-BeardedGummy
-Beardedwick
-Beardilizer
-Bearing Down
-Bearly Iron
-Bearopenart
-Bearrito42
BearsBeetsBG
Bearsarefrie
Bearsfan5455
Bearshot
-Bearsome
BearsyXL
-Beary
Beast
-Beast Guard
-Beast Things
Beast1Range1
-Beasted Main
Beastgriff
-BeastieBoy31
Beastied
-Beastley
BeastlyGinge
-BeastlyMuff
Beastman642
-BeastyY69
Beat
-Beat Tit
-Beat my Wifi
BeatboxRS
Beatdown115
BeaterGod
@@ -4974,73 +2349,34 @@ BeatmyJonson
Beatrix
Beatz
Beau
-Beau Ryan
Beau1o
Beaukaki
-Beautifull
Beaver
-Beaver Booty
-BeaverSweat
-Beaverr
-Beavers79
-Beavis 420
Beavis825
Bebbie
Bebe
BebeAtron
Bebexx
Bebo294
-BeboKAhnung
Beckerr
-Beckovas
Beckyboo308
-Beckymikyu
Become
-Becoming
Becton22
-Bed
-BedByDaylite
-BedForSale
-Bedanc
Bedeh
-Beden
Bedevil
Bedni1
-BedtimeHERO
-Bedwoods
-Bee Butts
-Bee Keep
-BeebeM
Beef
-Beef Mince
-Beef Squirt
-BeefBottom
Beefense
Beefs
Beefy
-Beefy Potato
-Beefy Treat
-Beefycopter
Beeg
-Beeg splat
-BeegeKhaos
Beeghs
-Beeks
Beeky
Beeline
Beelzebubba
Beelzebubby5
Been
-Been Mobile
-Been Poor
-Beepern
Beer
-Beer Diet
-Beer Is Cool
-Beer Pong
-Beer Tankard
-Beer gut Jim
-Beer n Blow
BeerIsGood
Beerchamp1
Beerfest
@@ -5048,886 +2384,400 @@ Beerhana
Beershits
Beersmack
Beerzinnss
-Bees169
Beest
Beestig
Beeswakka
BeetchAustin
BeetchJeemmy
Beetle
-Beetus93
-BeeyondBeef
BefJekyll
Befkeuning
-Before Snow
BeforeDeth
-Befsnor Ben
-Begani
-Begave
-Beget
Begin
Beginning
Beginnings
-Beh
-Behaarde lul
Behemoth
Behhnchod
Beholder24
-Beibs
Beidou
-Beige Carpet
-Beikengaut
-Beikenost
BeirH
Beirreee
-Beirut
BekanTering
-Bekfist
-Bekk
Bekkie
Bekske
Bekt
Bekutma
-Bel Lando
-Belaa
-Belamylinds
Beleid
Belenthir
Belgarathion
BelgianBeast
Belgiium
Belgique
-Beliefofmine
Belindaa
BellWoods
Bellatrix
-BelleBeans
-Bellebutties
Bellerin
Bellfontaine
Bellicus
BellsOfWar
Bellum50
BellyEscobar
-Bellzbellz
-Belorca
Beloved
BelowAvrge
-BelowMe
-Belsassar
Belsey
Belsfyre
Belsyn
-Belt
-Belt vs Kids
-Beluge
Belzebu
Belzeddarr
-Bemerson
Bemke
Bempii
Bempire
-Ben Babeslay
-Ben Behling
-Ben Bekkuman
-Ben C H
-Ben Jay
-Ben Jones
-Ben Kingsley
-Ben Manolo
-Ben Salden
Ben Standish
-Ben di
-Ben1kzeker
-BenDjammin
BenDover321
-BenKuro
-BenLevensMoe
-BenQ Smasher
BenRobbo06
BenShapirOwO
BenWithJam
Benarends
-Benbooo
Benching
-BendOverBabe
Bendak
-Bendeguz
BenderBuilda
Bendigo
-Bendigo Man
Bendo
-Bendos Hilt
-Bendude
-Bendyruler
Bendzo
Benedict
Beneee
Benefitz
-Beneh
Benelovent
-BengtBreak
-Bengtsson
Beni
-Beni Siitoin
-Benifax
-Benifird
-Benis Hammer
BenisTechTip
-Benisbringer
-Benja1666
Benji
-Benji Stax
-Benji189
Benjiii
Benllech
Benman
Benmiester44
Benneta
-Benni234
Benni2345
Bennie
-Bennie Lam
Bennis
Bennny0_o
-Benny Sins
-Benny Stacks
-Benny Yuh
-Benny p mage
Benny1175
BennyBeeee
-BennyQ
Bennybooom
Bennyz
Benocotch
-Benoid
-Benononono
Benoragon
-Benoxo
Benqqu
Benquad
Bens
-BensBent
-Bensmom7
-Bensos
Benstjohn
Bentso
Benvil
Benyy
-Benza
Benzema1
Benzine
-Benzoed
-Benzylll
Benzz
-Beopia
-Beozqt
-BeppaPig
BeppsaN
-Ber
Berada
Beralf
Bercuckle
Berd
-BerettaM9A4
-Berettapwnge
BergJr
-Bergheimen
Bergkamp
-Bergr
Berk
Berkan
Berkis
Berkven
-Bermaitha
Bermbommert
Bernache
-Bernie Mac
-Berno
-BernyMadoff
-Beroepskech
-Berraok
BerrieFan
Berrr
Berry
-Berry Carry
-Berry Soap
-BerryBus
BerryInBooty
Berrys
Berrzerk
Bersbillus
-Berserk FTW
-Bert Curtis
-Bert NUFC
-BertMacklin
-Berta B0y
Bertie
Bertje
Bertow
-BerttDog
Bervoets
-Berzerking
Berzurkah
-Bes
-Besin
-Besseggen
-BesselJ
Bessone
Best
-Best Kio1
-Best Lolz
-Best Murmeli
-Best Nher yh
-Best Realtor
-Best Whilbur
-BestCat
BestDIzzyNA
-BestFioraNA
-BestHouse
-BestInSloth
BestJester
BestMommyGF
BestSenpai
-BestVersion
-Bestia Solus
Besties
-Bestkilnot
Bestoladec
Besty
-Besynderligt
-BethMeow
-Bethany
-Bethell
Bethevoid
Bethrezen
-Betray
Betta1009
BetterCookie
-BettsISale1
Bettuh
-BeugLizard
Beuglord
Beugsmate
-BeunDeHaas
Beunhaas053
Bevaun
Bevelle
-Bever Mama
BeverGT
-BeverlyPils
Bevers
-Beverst
Bevruchter
Bevvy
Bewaker
-Bewq
Beyond
-Beyond Max
-Beyond Mind
-BeyondKenzie
-Beyond_blitz
Beyta
Bezbi
-Bezdzwieczny
Bezeo
-BezosTezos
-Bferg3
Bfh1master
Bfood
BgoinHAM
-Bhaals Rage
Bhakli
Bhalobashi
Bhangre
Bhench0d
-Bhillup
Bhongk
Bhoy
Bhrad
-Bht
Bhuggy
-Bi
BiBi
-BiGtOkEsBrUh
BiZaAr3
BiZaM
BiZoNaDe
-BiasVariance
Bibbit7
BibleThump
BibleTrump
-Bic
-Biccins
-Bice Bucket
-Bicep Peak
-Bicep Smooch
-Biceps Btw
-Bicho
BichoFeote
Bichslap
-BickyChicken
Bictim
-Bid Whist
-BidaFire
Biddah
-Biddiss
Biden
-Bidens Slow
Bidensity
-Bideo_Gabes
BieBras
-Biebje
Biebop
Bierliebe
BierryTaudet
-Bierscape09
+Bierscape07
Biffo89
Biffsy
-Bifking
Bifta89
-Big Armpit
Big Arms Ben
-Big Ass Turd
-Big Baby Boy
-Big Bearius
-Big Beets
-Big Bennys
Big Binotte
-Big Boi Ian
-Big Boone
-Big Brane
-Big Bruno
-Big Buffalo
-Big Buzz OG
-Big Bwana
-Big C
-Big C A S H
-Big Calquat
-Big Cat Fan
-Big Chest
-Big Chugger
-Big Crafter2
-Big Cypress
-Big D Brasco
-Big Dav II
-Big Delts
-Big Discus
-Big Dog Sly
-Big Donads
-Big Dumb Zac
-Big Eazy
-Big Erecshun
-Big Genitals
-Big Geordie
-Big Gol
-Big Gorg
Big Grorb
-Big Guy Hax
-Big Hingus
-Big Hoss Lad
-Big Jake
-Big Jezza
-Big Jim Hun
-Big Johnnyy
-Big Josher
-Big Krukke
-Big Latvian
-Big Lesbo
-Big Lew
-Big Mag
-Big Meth
Big Mike
-Big Mo
-Big Mooch
-Big N LilCox
-Big O Wiener
-Big Ole
-Big Ole Dog
-Big Pancaker
-Big Poopa
-Big Rek
-Big Sage
-Big Scoops
-Big Seaweed
-Big Shaq
-Big Slick
-Big Slurpp
-Big Smi
-Big Stivz
-Big Suze
-Big T
-Big Tanz
-Big Tripod
-Big Zaff
-Big mfkn Obi
-Big ol Bag
-Big rOve
Big0neNC
-BigBad Matt
BigBadPurps
BigBaller
BigBallsagna
BigBankTake
-BigBantonio
BigBaseNZ
-BigBear675
BigBenPies
-BigBinkus
BigBlackCats
-BigBlueCox
-BigBoiiiBuzz
-BigBoyBorri
-BigBrad Wolf
BigBrownMan
-BigBtheOG
BigBug
-BigBulli
BigBustUp
BigBwanaCox
-BigChinger
-BigChuggen
-BigChung99
-BigCitta
BigCoatBrum
-BigCruch
-BigD Randy
-BigDSurgery
BigDaddyBomb
BigDaddyEddy
-BigDaddyMeme
BigDaddyNate
BigDaddyT85
-BigDick Q
-BigDillz
-BigDonKeedic
BigDrizzleRS
BigDug4U
BigEar
-BigEgoSmolPP
-BigGreenEgg
BigGuy
-BigHatxLogan
-BigHeadPG
-BigHootyBoot
-BigIronPanda
-BigKusa
BigLemonTree
-BigLez71
-BigLiftsDad
-BigLoadOfOof
-BigLovve
-BigLuke69420
-BigMainKilla
BigMav0416
BigMilkerz
BigMo
-BigNerdd
BigPapaDank
-BigPapaya
BigPepega
-BigQuadric3p
-BigRaph
-BigRat17
BigRedDog
-BigRedRodney
-BigRickusTra
BigRodger
-BigSack2
-BigSammyD
BigSappas
-BigShot BTW
BigSikTv
BigSpook
BigTastyy
BigTimmy
-BigUp01
BigX
BigYitties
-BigZikEnergy
-Big_B0g
-Big_Beard
Bigballsac
Bigbenslayer
Bigborncrazy
-Bigboy0007
-Bigboytec
Bigcros
Bigdaddy
+BigdickusTra
Bigdrongo
-Bigex
Bigg
-BiggSackss
-Bigga Boi
-BiggerNDumbr
Biggie
-BiggieChonks
-BiggieMcLarg
-Biggieeeeeee
-Biggiemollz
-Biggies Maul
-Biggums
-Biggumz
-Biggus
-BiggusSnails
Biggy
BiggySauce
Bighomiedebo
-Bigjwood
-Biglex GIM
Bigmet
-Bignoob80
-BignoseChris
Bigred8616
Bigrigcoin
Bigripper420
Bigrobowskki
-Bigtor
Bigwildo010
Bigwilly597
-BigxFisch
Bigz
-Biic
Biig
-Biig Boobies
BiigHatLogan
-Biig_Boi
-Biiggg B
Biitter
-BijnaMax
-Bijstandswet
Bijuzin
-Biked
Biku
Bikura
-Bil28
-Bilal Awan
-Bilbalbek
Bilbo
-Bilbo Dabins
-Bilbo55510
Bilboro
Bilby
Bilde
Bilie
-Bilk Mowl
-Bilkos_Ices
Bill
-Bill Niah
-Bill Smiff
-Bill Ward
-Bill Wigly
Billa
Billest
-Billfish1
Billgodyz
-Billie Boi
-Billie Gin
Billiee
Billington
Billjetti
Billogbfd
BillowyMilk
-Bills Late
-Bills PC
BillsITIafia
Billy
-Billy Blunts
-Billy Buchu
-Billy H-M
-Billy Joe77
-Billy Plates
-Billy Tonka
BillyBob546
-BillyBonka
-BillyMav
BillyNotRlly
BillyRay
Billyn
-Billyreino
-Billz xd
BillzNSkillz
-Bily Mavrick
Bilybil
-Bimmers
Bingerss
Bingo
-Bingo Carla
BingoBango
Bingus
-Bingy lol
Binki2021
-Binkleborp
-BinksBrew
-Binky Stinky
Binneli
Binny
-Bins78
-Binv
-Bio s
BioCosmic
BioFrank
-BioMasterZap
Bioavailable
Bioch
-BiofieldMage
Biohazard541
-Biomutant
-Bionic Muse
BionicKing
-BionicalWolf
Bionicle1395
Bionycle
-Biosafety
-Bioterrorism
Bip0lar
BipedalBear
Bird
-Bird Ibex
-Bird Tickler
BirdFactsr
-BirdFarmRun
Birdger
-Birdie Train
-Birdie713
-Birdies
-Birdman
-Birdman593
BirdmanZ17
-Birdmanjr07
Birdnesto
Birds
-BirdsNotRea1
-BirdyguyFe
Birelis
-Birjeldadge
Birk
-Birkenau88
-Birkenstock
Birkenstocks
-BiroGanda
Birth
-Birthfather
-Bis
-Biscape
Bisccy
-Biscuit
-Biscuit Cats
Biscuitnipz
-Bishbasher
-Bishbosch
Bisher
-Bishop Shane
-Biskante
-BiskyRizness
Bison
Bisq
Bisse
Bisun
-Bit Bald
BitScottish
-Bitcoin Z
Bitdefender1
Bitesized
Bitey
Bithc
Bits
-Bits Init
-Bitsy Bee
Bitte
-Bitterkoekje
-Bittles
-Bitttimon
-Bittykat
-Bitwalker
-Bitza
BixT
-Bizanovic
-Bizarre Hobo
-Bizk
Bizness
-Bizotic
-Bizoune
-Bizwald
Bj0rnsson
Bjarne
-Bjarngrim
-Bjergstroem
-Bjonny
-Bjorhn
Bjorn
-Bjorn XXVI
-Bk
BkGime
Bkedlikelays
-Bkeezy
-Bken
Bkguytd6
Bkostas
Bl0od
-Bl0od Legion
-Bl0odFenix
-BlG FROSTY
-BlG MOBY
-BlG POO
-BlG WOODY
-BlNA
-BlSHNU
BlZZ
Blaaaaake
Blaack
-Blablibla101
Blac
-Blaccy1
Black
-Black Atlass
-Black Bears
-Black Bro
-Black Caucus
-Black Fuel
-Black Hole
-Black Hunlef
-Black R X
-Black Rifle
-Black Upa
-Black User
-Black lv
-BlackAliss
BlackAwaken
-BlackCawfee
BlackCloud
BlackHawkEye
-BlackNuget
BlackPyramid
BlackTurtles
BlackWidowM
-Blacka
-Blackasses3
Blackbandits
Blackbelt
Blackberry
-BlackdRedHed
Blackdahlia1
-Blacked Out
Blackeye603
-Blackking435
BlacklMamba
Blacklmp
Blacknight
-Blackout20XX
-Blackpak
Blackplosive
Blacksamuri2
-Blackstar755
Blacktide1
Bladbro
BladeTongue
-BladeWizz24
-BladeXFury
-Bladeboy6
Blademail
-Bladenight69
-BladesEspada
Bladypus
Blaest
-Blaf
-Blag0
Blainyckz
BlairChan
-Blairzy
Blaise
-Blaise Green
-Blaise22689
BlaiseDebest
Blak
-Blak Deshi
-Blak Hawk987
BlakHammah
BlakTooth
Blakaraknid
Blakdragon
Blake
-Blake Bar
-BlakeOCE
Blakeboi
Blakeeeeee
Blakely
-Blakerke
-Blakey3
Blakk
Blakkeyy
Blakpn0y
Blame
-Blame Blitz
-Blame Dave
Blamed
-Blamer
Blamp
-Blank Face
-BlankTree
-Blanka1990
Blanke
-Blankfillin
-Blanks
-Blap
Blapa
-BlaqBeard
Blard
-Blare
Blaser
Blasphemy
Blast
-Blast Bepe
-Blastoise
Blastrune995
Blaszczy16
Blattermans
-Blauwe Brief
Blaze
-Blaze Hooker
-Blaze King
-BlazeBaked
BlazeItDad
-BlazeThatSht
BlazeWhale
Blazed
-Blazed GIM
BlazedRanarr
-Blazed_Chip
-Blazer Kdog
-Blazer-31
-BlazerSven
-Blazikenite
-Blazin
Blazinbiscut
-BlazingGood
+BlazingOSRS
BlazingREAPZ
BlazingSid
Blck
-Bleak Days
Bleak House
Bleakair
Bleasi
BledReborn
Bleekybleeky
-BleepMyBloop
Blehalol
Bleidas
-Bleiesnus
Bleifuss
-Bleken88
-BlendedWhale
Blendon
BlessOneTime
BlessTime
-Blessdd
Blessed
-Blessed IM
-Blessed N L
-Blessedcrypt
Blessin
-Blessnt
-Bleuski
Blevins33
Blew
Bleyage
@@ -5937,155 +2787,72 @@ Blije
Blimey
Blimpie33
Blimpysaur
-Blind Yeti
-Blind1
BlindByron
BlindSamael
Blindblinker
-Blindeyy
Blindspott
-Blindwizard
Blingblin255
Blinger
Blink
-Blinx337
-Blioneer
-BlissWarrior
BlissfulDrgn
BlissfulIron
Blisss
-Blista
Blistered
Blithering
-BlitzJuuls
Blitze
BlitzedBoss
Blixtslag
-BlizSukzNuts
BlizZinski
-Blizz of Ozz
-Blizzard343
Blizzartd
-Blk Kush
Blkbeard22
Blkup
Bloat
Bloated
-Bloats hard
Blob
Blobman1
Block
-Block XD
Blockhead
-Blodmire
-Blodreiina
-Blodreina 1
-Blody Mess 2
-Bloedkuul
-Bloeps
-Blogmas
-Bloke Kisser
-Blom
Blombo
Blommer1
Blonde
-Blonde Don
Blonket
-Bloo2
Blood
-Blood Face09
-Blood Lotion
-Blood Man478
-Blood Moor
-Blood Rift
-Blood Spawn
-Blood Spawns
-Blood Turd
-Blood Vials
-Blood Voss
-Blood Wyrm
-Blood0fhell
Blood4Peace
BloodWarzz
Bloodfan0
Bloodgeon
Bloodiedawn
-Bloodlet
-Bloodmaged
-Bloodrave182
Bloodraven
-Bloodredmano
Bloodshade
-Bloodsheds
Bloodsportt
-Bloody Scarf
-BloodyMurder
-Bloodyengine
-Bloodyrootz
Bloodytem
BloomBouquet
Blooms
-Bloons TD
-Blops Far
-Blorgons
-Blosh
Blote
Blouch
-Blow Off
-BlowBiden
Blowd
-Blowin Ohs
-BlowingPipe
Blown
BlownbyTwins
-Blowup Dolz
BlowyBarry
-Blu Ocean
-Blu3Mink96
-Blu3print
Blu3s
BluAnimal
-BluNightfall
BluSPANKSyou
BluSlidePark
-Blubberboy
BludMaul
-Bludclat
Bludgeoner0
-Bludime504
Blue
-Blue 420
-Blue Atmos
-Blue Fox 64
-Blue Inn
-Blue Jay
-Blue Legend
-Blue Limes
-Blue Nahuatl
-Blue Osiris1
-Blue Oyster
-Blue Summer
-Blue Trex
-Blue Winds
-Blue Ziv
-Blue305
BlueBoat
-BlueBorough
BlueCashews
BlueDHYDshld
BlueFrogsOP
-BlueGwapes
BlueHawkie
-BlueHornet
BlueJob
BlueLegendzz
BlueLemon66
BlueLine
BlueLite
-BlueMandril
BlueMeanEyes
BlueMuff1n
-BlueOverkill
BlueRanger
BlueRose91
BlueTyphoon
@@ -6094,108 +2861,61 @@ Bluebears
Bluebury
Bluecaps09
Blued
-Blueface G
Bluefir
Blueluna
Bluemoon97
Blueprint19
Blueqerry
Bluerope14
-Blues 1 Clue
Bluescreen
-Blueshores
-Bluestopher
Bluetiger919
Bluewarthog
-Bluexy
-Blueyy04
Bluez
Bluezaros
Bluff
Blufire
-Blumkohl
-Blump King
Blunt
-BluntBird
-BluntSurgeon
BluntTaster
Bluntmore
Bluntobject
Bluntology
Blunts
-Blunty Pyro
BluntzyMcGee
-BlurOfLight
-Blurr62
Blurred
-Blurtt
Blusaunders
-Blut Arteiri
Bluternite
-Bluutooth
-BluzCluzz
-Blxke
Blyat
Blyckertski
-Blyocr
-Blze
Bmart
Bmaylor
-Bmeg
Bmoot
-BmwNerd
-BnB
Bnaar
-Bo Ed
-Bo Selecta
-Bo0nies
-BoBgss126
-BoBoTaeTo
Boa92
Boabs
Boagrious
Boang
Boas
-Boater lad
-Boats N Hoos
-Bob Blinger
-Bob Burglar
-Bob Kelso
-Bob Lebowski
-Bob Marley
-Bob Shermon
-Bob Violet
Bob11790
Bob19922
Bob44th
-BobBojangles
-BobCatMilk
BobGuenille
BobNegao
BobRossDied
BobTheDaddy
BobaNeZmogus
Bobakadush
-BobbaStanley
Bobbanxd
Bobbiie
Bobby
Bobby Brawl
-Bobby JoJo
-Bobby Lash7
BobbyBigLips
-BobbyBonk
-BobbyShurda
BobbySmooth
Bobbyccf
-Bobbydrake09
-Bobbysweggg
+Bobbydrake07
BobbyyHill
Bobi
Bobicles2
Bobidabob
-Bobite92
-Bobo Bagins
Bobrobber
Bobrusu
Bobs
@@ -6203,82 +2923,45 @@ Bobsaytoad
Bobtunafish
Bobvill
Boca
-Boca Raton
-Bocaj
-Boccle
Bockovie
-BockyOG
Bodaajamies
Bodacious
Boddy
-Bodhy
BodisDelotis
Bodjery
Bodlamadrid
Body
-Body Kit
-BodyRune
-Bodyart
-Bodybuilding
Bodyguerdson
-Boe f
Boed
Boeing
Boeing MAX
Boekanier
-Boemsjaka
Boer
-Boer Salad
-BoerJohannes
Boerboel
-Bofad Esnuts
-Bofas
Boff
-Bog Jr
BogDomen
-Bogalog
Bogart
-Bogby
Bogchamp
-Bogged Dacks
-Boggmonster
-Boggsy III
Bogi153
Boginskaya
Bogmellon
-Bogusbart
-Bohachii
Boham
Bohejmen
Bohn
BohneSaw
-BohnerSoup
BoilerMakerr
Boints
-Boise Bronco
-Bojaroff
-BokOrmen
-Bokbok9
Bokeva
Bokje1
Boko
BolaRobin
Bold
-Bold Smut
-BoldPelipper
BoldandBrash
BoldupG
Bolibomba
BolleBenny
-Bollieflex
-Bologang
-BolsaDeCoco
-Bolsta
-Boltagon
-BoltonRamsay
Boltzzzzz
Bomb
-Bomb Squad
Bombergray
Bomboy
Bombu
@@ -6286,171 +2969,82 @@ Bomer
Bommerche
Bommijn
Bompa
-Bompanero
-Bompton
Bomtastic
-Bon Pa Tin
-Bon fee
BonQong
Bonar
-Bonar Slayer
Bond
-Bond Digger
-Bond Huntin
-Bond09
-Bond4MyIron
-BondBought
+Bond07
BondedLiam
-Bondegang
Bonden
-Bondi altti
-Bondify
Bondkyle
-Bondoos
Bonduwel
Bondz
-Bone Hawk
-Bone Man
-Bone Medic
-Bone Thugsz
Bone Ur Hole
-BoneSurgeon
Bonecrushing
Bonedork
Bonehead
Bonen2
-BonerMachine
Bones2Peach
BonesNAltars
-Bonez III
-Bonfire1
-Bonfire237
-Bong Lenis
-Bong Quixote
-Bong Squats
-BongAppetite
-BongSec
-BongTokez
-BongZiller
-Bonglefin
-Bongletopper
-Bonglewongle
-BongoBasse78
+Bong
+BongClowd
+BongJuice
+BongRat420
+BongSong
BongoRider
-Bongobodil
-Bongotree
-Bonh
-Bonjwa1
-Bonk Weekly
+Bongsnboobs
Bonkers517
-Bonkeykong
Bonnaroovian
BonnieTHICCC
Bonnyjoy1
-Bonnyyyyy
Bonus
Bony
-Boo Duh
Boo5tn
-BooBaker
-Boob
-Boob Dragon
-Boob Slip
-Boob zilla
-Boobini
Booblee
-Boobs Mom
BoobyHill
-Booca
-Booduh
-Booffee
-Boofqueefius
Booger
-Booger Ballz
BoogerSnacks
-Boogeyman
Boogie
-Boogie339
-BoogieCorgi
Boogieman
-BoogurBoy
Booiesblazin
Boojwazee
-Book
-Book of Sand
-Bookie Killa
Bookless
-Booksmart
BooleanSpl1t
BoolinScape
Booll05
Booloo
-BoomBangPow8
-BoomFire69
BoomFloof
-BoomMatt
Boomdead123
-Boomerclicks
-Boomfire2
Boomfire9
-Boomhakik
-Boomjuice
Boomstick08
Boondow
-Booney Tunes
Boookuh
-BoopBeepBeep
Booped
-Boopette
Boopie
-Booping
-BooptSnoot
-Boorrie
Boost
Boost736
-Boosted six
-BoostedBruh
Boostedd
Boostergold
Boostify
BoostyBetard
Boot
-Booteelick
Boothanqq
Boothyy
BootieMix
-Booties
Bootihole
Bootlesape
Bootsjunge
Booty
-Booty Dishes
-Booty Kev
-Booty McDab
-Booty Sensei
-BootyCheek
-BootyGod Zac
-BootyNasty
-Bootypixels
Booxia3
-Booyeh
Booze
Boozem
-Boozeobagins
BoozyBirdy
BoozyXander
-Bop
-Bopla
-Bopoman
-Boppin
Bora
Borads
-Boramoss
Borderguard
Boreall
Bored
-Bored Idea
-Bored Ingame
BoredMalamut
Bored_IRon5
BorenZo
@@ -6459,13 +3053,8 @@ Borgiie
Boriix
BoringName
Boris
-Boris King7
-Boris sfisgh
-Borkiin
BorkingCorp
Born
-Born Abroad
-Born to Hodl
BornToTrade
BornTwoGrind
BornofDragon
@@ -6475,421 +3064,205 @@ Boromer23
Borring
Borsten
Borussia
-Bos Marmot
Bos9
-BosNaes
-Bosco Wong
Bosh
Boshby
Bosif
-Bosnald
Bosnian
Bosnier
Boson
Boss
-Boss 4 Pet
-Boss Biz
-Boss Fights
-Boss Mati
-Boss Mei
-Boss Rarkley
-Boss Slayer
Boss4Days
BossMan
BossMann
-BossOnly100
-Bossalinie
Bosses
-Bossin x
Bossk
-BossmanJCriz
Bossnian
BossyEnemy
-Bostin Loyd
-Boston Tony
Bosw8er
-Bot Detected
-Bot Matt
-Bot Owen
-Bot To 2277
-Bot for dayz
-Bot player
BotBooster
Bothbalgone
-Botman1431
Botsii
Botsji
Bottatrice
-Bottlewin
BottnScheise
Bottrill
-Botty
Boub
Bought
-Bought Cape
-Bought Gear
-Boules
Boulli120
Bouncy
-Bound Books
-Bounzy
-Bourbon Time
Bourgeoiis
-Bournos
Boutopia
Bouwkundige
-Bouwmans
Boven
Bovine
-Bovyy
-Bow And K0
Bow1ng
Bow2ThyQueen
-BowIads
Bowbby
Bower
-Bowfa Barry
-Bowfa Dees
Bowin
Bowinkle
-Bowjacked
Bowl
BowlCutMonty
BowlNutta
BowlPacked
-BowlResin
Bowlcut
-Bowleo
-BowlerBTW
-Bowlhead
+BowlzNBongz
Bown
Bownerator
-Bowny20
-BowsB4Hose
Bowse
-Bowser Jr
BowserSideB
Bowwsy
-Box Art
-Box Office
-Box T
-Box Therapy
-Box of Rain
-BoxOGnomes
Boxacle
Boxedup
-Boxer
-Boxic
BoxingNugget
Boxio
Boxse
Boxxie
Boxxy
-Boxy
-Boy Mobile
-Boy Wonder
-Boydem
Boydie4427
-Boyfredaaa
-BoylifeInNZ
Boys
-Boys Broke
-Boys No Good
-BoysAndGirls
-BoysenBill
Boysennn
Boyyo
Boze
-Boze Worm
-Boze mol
BozeOog
-Bozut
-Br ay
-Br ibb
-Br yan
Br00dje
-Br0ox
-Br0wnSpit
Br3ws
-Br4dders
Br4w
Br5andon
BraBraBrad
-Braaamps
-Brabbss
Brad
-Brad RS
-Brad T King
-Brad017
BradIsAChad
BradIsChad
-BradKavanagh
BraddahPoppz
Braddahoodz
-Braddict
Brader
-Bradj_55
-Bradlem95
-Bradleyussy
-Bradlio
Bradolai
-Brads Wrath
-BradyDezNutz
-Bradycus
Bragon
Brah
-Brahamus
Brahu
-Brain Drill
-Brain Kancer
-Brain Stim
-Brain Sucker
Brainiac2018
-BrainrotMaxx
Brainsquash
Braithy
Brajen
Brak
Brakathor
-Brakence
-Brakke Bever
-Brakza
-Brallerx
Bram
-Bram91
BramDx
Brambickle
Brambo100
-Bramboo
-Brammie
-Bramxoo
Bramziee
Bran
-Bran dont
-BranDaMfMan
-Branch
Brand
-BrandNewHere
Branden
-Brandi Rose
Brandir
Brandish
Brando
-Brando n
-Brando23x
Brandog
Brandon
-Brandon 126
-Brandon TJ
Brandon9250
BrandonLarge
Brandonp32
Brandonx188
Branflakez
-Brannttt
-Bransk
-Bransterdamn
Brap
BrasilHemp
-BraskaDad
Brass
-Brassy Bird
BrastaSauce
-BratusB
-BraunBrains
-BravSlav
BraveBear
-Bravenewfy
-Braves
Bravest
Bravo
-Bravo Eagle
-Bravo Lv
-Bravo8 Scav
-Brawl
Brawlers
-BraxMax
-Braxt
-Bray0420
Braydons
Braylor
Brazden
-Brazeheart
Brazzerker
-Brb Delivery
Brblol
-Brdy
Breaches
Bread
-Bread Again
-Bread Dead
-Bread Init
-Breadatour
Breadhats
-Break3r Gabe
Breakchance
Breakdownz
-Breaver
Brech
Bredbeddle
Breeann
Breeno
Breenus
-Breeoh
-Breez
-Breezeeh
Breezy
-Breezy Jai
-Breezy2277
-BreezyMT
Breffest
Breivig
-BrejchaBoris
Brejin
-Brelinguette
Bremen71
-Brendann
Brendvn
-Brenkku
Brenkolovski
-Brennzo
-Brent Ham
Brent4000100
Brentiscoool
-Brenty88
-Breskvice
-Bressjul
Bret
BretHammy24
Breth
-Brett who
-Brett6910
-BrettThePunk
Brettdog
Bretz
-Brevetted
Brew
-Brew Dr
-Brew IPA
-BrewceWillis
Brewdo
-Brewin
BrewskiGod
Brewsley
Brewsy
-Brex
Brexit
Brezell
Brezzy
-Brian Dub
Brian-senpai
-Brian1234146
-Brian4755
Brian8781
Brianmyth
-Brick Brick
Brick49
Brickerino
-Brickhead
-Brickhooouse
Brickhouse
-Bridding
-BridgeFourr
-Bridger
-Brie Larson
-Brieenne
Brief
-Briefly
-Briggs
-Bright Day22
Brightest
-Brightly
-Brihyun
-Briickzz
Briidi
Brin
Brinfish
Bring
Bringtheheat
-Brinkler
Brinkosaurus
Brinsgr
Brisiinger
-Briskly
Brispy
-Brist
Brit
+Britbong
Brite
-British Diet
-British bamf
Britswelll
Brittanys
-Brittanyx
Brlm
BrntSausages
-Bro bee
-BroTwoTher
BroUFailLol
-Broad
Broadboat
-Broadday
Brobasaurus
Brobible
-Brobin
-Brocadillo
Brocaine
-BroccCheddar
BroccoIi
BroceanMan
Brocepticon
Brocknation
-Brocolis
-BroderPierre
Brodie
Brodie410
Brodie827
-Brodisi Jr
-Brododore
-Brodus Clay
Brodymon316
-Broekloos
-Broficiency
-Broft
Brogfrogdog
-Broha
-Brohard
Broiled
-Broken Cpu
-Broken DPS
-Broken Hip
-Broken Top
BrokenBones
Brokenn
-Brokensunset
Brokk
-BrokkMachine
-BroknScrotum
Broko
Brolic
Broly
Bromagic
-Bromatron
Bromerly
-Bromosapienn
-Bromz
-Bron Yr Aur2
Bronkey
Bront
-Bronxie
Bronxy
-Bronze Cow
-Bronze Eel
-Bronze Moose
Bronze5
BronzeDong
BronzeWorthy
-Bronzegnu199
-Bronzr
Bronzy
BrooceWillis
Broodje
@@ -6897,69 +3270,38 @@ Broodoos
Brooke
Brookesbeast
Brookfield
-Brooksher
-Brooksy
BroomInBum
Broomi
Brootloops
-Brootuss
-Broque
Bros
Brosaph
-Brosoul
-Brossy
Brotatochip
-BrothaForest
Brother
BrotherChong
-Brothermon
Brotherr
-Brotholomew
Brown
-Brown692 GIM
-BrownTree
-BrownTree63
Brownecakes
Brownmo
-Brrandon
-Brrd
-Brrinn
-Brrr Zeus
-Brthdy
-Bru now
Bruce
-Bruce Jenr
BruceJennder
BruceNutty
BruceWayme
Bruceh
-BruciebearTV
Bruenor
-Bruffell
-Bruges
Bruh
Bruhh
-BruhhChungus
-Bruhs
Bruiser
Brumaks
Brumle
Brundeen
Brundles
-Brundo
Brungoil
-Bruno p15
Brus
Brutal
Brute
Brutescape
-Bruthar
-Brutified
-Brutzli
Bruut
-Bruva Eww
Brvte
-Brwny-mix
Bryan
BryanFury
Bryannn
@@ -6968,152 +3310,89 @@ Bryce
Brychu
Bryci
Brycikins
-Bryham0
-Brynildsen
-Brynmor
Brys Journey
Bryson
Brysons
Brystreams
Bryu
Bryymstick
-Bsakke
Bsaunders0
-Bse
-Bsgs
Bsketbl
-Bskli
-Bslayer
Bthomson
Btownballer
Btrec
-Btv
-Btw Das
-Btw Guy
-Btw tietjes
-BtwBallo
BtwImJoe
BtwTradeMe
-Bu nny
Bu11itt
-Bu11seye00
BuBszs
-BuDzNBooze
-BuLLeT PVM
Bub Josh
-Bub389
Bubba
-Bubba Gage
-Bubba Watson
Bubbateux
-Bubbba
Bubble
-Bubble Butts
-Bubble Tea65
BubbleBlob
BubbleJuice
BubbleOLuke
Bubbleguy
Bubblenab
BubblesGO
-Bubblies
Bubbo
Bubbz
-Bubgi moment
-Bubo
Bubu
Bubzs
-Bucc ees
-Buccsta
Buchu
-Buchu Bong
-Buchu Daddy
Bucito
Buck
-Buck Oakly
BuckNastyy
Buckeye
+Buckeyeman69
BuckinThanos
-Buckjames
Buckner1
Buckner20
-Bud Right
BudLightBtls
-BudSake
Budabupbup
Buddaball
BuddahCheese
-Buddeke
BuddhaPuck
-Buddweiiser
Buddy
-Buddy Waters
BuddyGuy
-BuddyJ
Budgen
Budget
Budgets
Budjeke
Budpotamous
-Buds Bud
-Budsteel
Budster
Buduhhh
-Budward
Budwise
-Budzinski
Budzliteyear
-Budzyn
Buff
-Buff Bezos
-Buff Mafia
-BuffFridge
Buffel
-Buffel x
Bufubu
-Bug V2
-Bugalado
-Bugaloo
Bugazzi
-BugcatMoo
Bugg
-Bugg XO
-Bugis x
Bugs
-Bugs c
Bugsaur
-Bugyo
Bugyy
-Bugziee
Bugzy
Buhe
Buhnuhnuh
Buhole
Build3d
Built
-Built Dfrnt
-BuiltToSpill
BukesCarKey
Bukkakey
-Bukkele
-Bukmyhr
-BukseFar
Bukt
Bula
-Bulb_a_saur
Bulba
BulbaThor
Buli
Bulk
Bulkier
BulkyTrout46
-Bull Shifter
BullSharkBob
Bulldawg1289
Bulldogs815
Bulldozer297
BulleT1017
-Bullerbyn
Bullet135191
BulletBlitz
Bullschiff
@@ -7122,180 +3401,104 @@ Bulltill
Buloz
Bultac
Bulte
-Bum Hole
-Bum Vinegar
BumPounder
Bumble
-Bumblethumps
Bumjam
-Bummer
-Bummholee
-Bumveld
-BunanaMuffin
-BunanuhBread
Bunceylad
Bundle
-Bundy red
-Bungle Bug
-Bungstar
BungusBoi
-Bunion
Bunjamino
-Bunni Pig
Bunns
-Bunns Dying
Bunny
-Bunny DeIron
-BunnyRabb1t
Bunnytrack
-Bunq
Bunryl
Buns
Buntian
-Bunty Boy
Bunzosteele
-Buorin
-Bup
Buqqi
Bur eye on
-Bur y
-Burak I
Buray
Burec
Burens
-Burensbd
Bureze
Burezz
-Burg de Rott
Burger
-Burgerb0y
Burgerr
-Buri
Burial
Burials
-Buried Mole
Buriial
Burkekey
-Burkkle
Burly
-Burlyy
-Burmecia
Burn
-Burn Herbal
-Burn With Me
-Burn t
BurnMyChi1d
-Burna Boy
Burnardo
Burnari
Burnceller
Burned
BurnedIron
Burners
-Burnetplanet
BurnhamAll12
Burnin
-BurninOctane
BurninStarIV
BurningBrian
-BurningCole
BurningFight
BurningKushh
Burningdavid
Burninghippo
-Burnley
Burns
-Burns Green
Burnstown
Burnt
-Burnt Bonez
-Burnt Bunz
-Burnt Senpai
-Burnt cod
-Burnt lol
BurntT
-Burntmeat
BurnzWhnIPvp
-Burnzaloree
Burnzie
Burp
-Burpenen
Burpsy
Burrkle
Burst
-Bursts
Burwell
Bury
BuryMeDeep
Busch
-Busch Ebba
Buschhhhhhhh
Buschhuscher
-Buschkilla
Bushbaby
Bushido
-Bushido Jack
-BushidoNegro
Bussch
Bussino
-Bussy Bwana
Bust
Bustard
Busted
-Busted Shaft
-BusterBlader
-Busternut
-Bustinbibear
-BustyBarry
-BustySaurus
-Busy Phat
+BustyBabe420
BusyDayToday
BusyRightNow
ButMuhMain
-Buthole
-Butinz
-Butje Kef
Butlergunner
-Butt Clouds
-Butt King
-Butt Liquor
-Butt Plog
-ButtChugr
-ButtExpert
+Butt
+ButtBot69
+ButtChugDoug
+ButtChugFest
+ButtHash
+ButtHole
+ButtSweatt
+Buttbraid
+Buttchin
Butter
-Butter Sock
-ButterSirup
ButterSyrup
Butterbur
Butters
-Buttgers
+Butterweed
Butthxle
+Buttlickeer
ButtnCLICKER
-Buttt Mud
+Buttromper2
Butzaf06
-Buu Blat
-Buuloki
-Buurtpooier
Buus
Buutsika
Buwuchu
Buwuchuu
-Buxi
-Buxom Lady
-Buy Wards
-BuyBitcoin01
-BuyGF_1GP
-Buyer Beware
Buying
-Buying IG GF
-Buying gf 2M
-Buying99rc
BuyingRsGfs
-Buzi Mi Daj
-Buzi Syrom
Buzin
-Buzin Benji
-Buzy
BuzzL1teBeer
BuzzMax
Buzzard
@@ -7304,294 +3507,122 @@ Buzzlghtbeer
Buzzzwin
Bvanana
Bville23
-Bwan a
Bwana
-Bwana Brah
-Bwana Haz
-Bwana I
-Bwana Rat
-Bwana TK
-Bwana Zander
Bwana-senpai
BwanaObama
-BwanaOnDrugs
-Bwanah
Bwananabread
Bwanario
Bwanner
-Bwarath
Bwekfast
Bwekfeest
Bwie
-Bwila
Bwse
-Bxao
Bxdhi
-Bxo
-ByDesign
-Bye Felicia
-Bye Friend
-Byles
Bynguyen
Byrd
-Byrd Gang
-Byrd Park
Byrne
ByteMeM8
Byzo
Bztm
-C 678
-C A M R O N
-C A R S 0 N
-C A R S O N
-C Biologist
-C D C D C D
-C H l S E L
-C H l Z E L
-C HARL IE
-C HlCKEN
-C J 102
-C L A M P
-C L U E 5
-C Maelstrom
-C Mauricio
-C OLLINGWOOD
-C R I X US
-C RoyMustang
-C Rx
-C S
-C Sol
-C Trafalgar
-C W
-C Wills
-C a c h e
-C a le b
-C a r lo
-C a sp er
-C alvarium
-C amel
-C e v
-C eej
-C h a ds
-C hap
-C hristt
-C ip
-C itadel
-C lhris
-C nr
-C ntmaster
-C o r a l
-C oach
-C orgi
-C osmos
-C oty
-C rafter
-C raig
-C raiig
-C rux
-C u r t
-C x L
C-11
-C-53
C-Dom
-C-Stones
-C-bat
-C00RS Light
C00per
-C0Dl
-C0LTE
-C0MBAT 126
-C0RAZON
-C0SA
C0WK
C0XG0BBLER
-C0Xsuka4gp
C0YS
C0c0nUt
-C0dy
-C0dyssey
C0nner
C0wanz
C11 H15 NO2
-C137 Beth
-C18
C18H27NO3
-C204
C2okies
-C3 P0
-C33
C3Pz
-C4 RL
C450
-C4L1BRE
C4RL
C4RNAG3
-C8M
-C9rl
CA5E
CAKESNIFFER
CALL
-CAMBO D N
CAMEL0T
CANNONlNG
-CANT SPEAK 0
CAPITALIST
CAPSLOCK
-CARAPlLS
CARDlFF
CARROLLYZER
-CATS GO NYA
CATsmoothies
-CBC
-CBD Brownie
CBK20
CBMPeterson
CBas
CBomb
-CC 9
-CC HM
CCCCFF
CCCO
CCatt
CChuk
-CConnor
CDKein
-CDR
-CDRMark
-CDawg420
CEClL
-CEL4L
-CEO OF ARK
-CEO of TOB
-CF5
CFoodBisc
CFour
CG MindPr0
-CGA
-CGC Zeus
-CGR
-CGoldy
CH1P
CH3CKMYSW4G
-CH4OS_REIGNS
CHATBN
-CHEEFO
CHIEF
CHIEFWHALE
-CHIEFxKEETH
CHOF28
CHOLEZmusic
CHOPSTlCKS
CHOSENBYNAME
-CHR187IAN
-CHRlS PRATT
-CHRlSDUDE
-CHUCKDABANK
-CHUDZY
CHULIGAN911
-CHURNlN
-CHlC-FlL-A
CHlCKENS
-CHlCKNUGGET
CHlLDS
-CIA GF PsyOp
-CJ McCreery
-CJ2K
-CJB_01
-CJPez
CJlivin11
CJoaboneP
-CK the Wise
-CK2
-CK9
CKSKEE
CKVY171
-CL0wn Inc
CL3O
CLIIllIIllIT
-CMBloodcraft
CMER
CMMCTk
-CMU Chips
CMoneyTwo
CN77
CNC2112
-CNGT
-CO maxplayer
-CO0RS
CO1N
-COKECOKECOKE
COLE
COM3THAZINE
-COM3TS
CONFlDENT
CORONA
CORP
-COTTONPlCK3R
COVID
-COX Kane
-COYM
COYMauves
-CP8
-CPA Scape
-CPR
-CPT Morghun
-CPT-Rock69
-CQJB
-CR1SPY_BAC0N
CR4ZYH34D
-CR7
-CRAI9
CRLmastrFlex
CRSSD
CRTS
CRUSlR
CRY0GENIC
-CRlMP
CRlP
CRlSTO
CRlTIC
CRtallboy
-CS6
-CSG0
-CSchicky
CT42
CTFU
-CV90
+CUMBANDIT900
CVID
-CVTRILLOG
-CYP 3A4
CYP450
-CZHANG
-C_mrade
-Ca 11
-Ca m el
Ca3ino
-CaL4MiiTYxX
CaMOOflaged
-CaPl
Caam
Caater
-Cab Up
-CabbageSeeds
-Cabbi_cs
-Cabdi
Cabela
Cabido
-Cabinetsalt
-Caboose121
Caboucha
Cabouchi
Cachalot
Cache
Cachet
-CacklingMagi
Cacoadragon
Cactus
Cactus9k
-Cactusaak
-Cadallic0
-CadmiumBird
Cadov
Caduzitcho
Cadzie
@@ -7600,290 +3631,143 @@ Caelanity
Caelums013
Caerus
Caesar
-Caesar Pasta
-Cafe Fraiche
-CafeZing
-Caffeine
-Caffeine Use
Caffeiner
-Cages
-Cagrets
Cahors
-Cahsmo
Caide
-Caifan
Caifanes
-Caillou hobo
-Cailthun
Cainie
Cainn
Caio
-Cairn08
Cairo
Caiser
-Caitlin Rice
Cajjj
Cajun
-Cajun Blood
-Cajun Fox
-Cajun Fries
-CajunCrimson
Cake
-Cake qp
CakeBoss1337
-Cakeboy 43
-Cakefound
-Caketins
-Cal Fong
-Cal l u m
-Cal-Mag
-Cal_C
-CalamityD
Calamityy
Calb_Potta
Calbod
Calcab
Calcd
-CalciferGIM
-Calcio
CalculateWhy
Calcusource
-Cald0g
-Caldaris
Caleb
-Caleb o_o
Caleeba
Calf15
Caliace
Calibeafall
Calibrated
-Calibur
CaliburZ
Calico
-Calierazon
-Califaa
-Califauxeous
-Califirona
Calimandro
Calipha
Calipso
-Calist0
Calisterie
-Calivego
Call
-Call Me Milo
-Call me Cham
-Call me m16
-Call0
CallMeCletus
CallMeGeorge
CallMeJAS
CallMeJoey
CallMeKeen
CallMeKeezy
-CallMeLeger
-CallMeNoLuck
CallMeSofD
CallMeStevo
CallMeTipz
-CallMeow
-Call_Me_Arty
-Callaghxn777
-Callboy
Calliburr
-Calliott
Callisto
-Callisto Cub
CallmeZach
Callmekee
-CallumTM
-Calluum
-Calm Chris
CalmCombo
CalmDownSon
CalmYourBits
Calmoran
-Calo3
-Calquat
-CalquatFruit
Calster26
Calu
Calum
Calvi
-Calvi n
Calvin
-Calvin924
Calyxsys
Calzano
Calzone
-CalzonePizza
-Cam Jong-Fe
-Cam Jong-Un
-Cam Rebuild
-CamAlot_iron
CamDeezy
CamLite
-Camakie
Camaniack
-Camargue
-Camb o
Cambeezy
-CamboSliice
Cambridge
-Cambulance
-Camdenan
-Camel Glue
-Camel Neckit
-CamelActive
-Camelm8
-Camerocity
CameronNeal
Camhanaich
-Camil
Camion
Camise
Camm
-Cammo545
Cammy
-Cammy Ded
Camosaur
-CampBingBong
Campbell
Camperfish
CampinOnline
-Campisii
-Campus Crew
Camsdadddy
Camshows
Can Berry
-Can Fe Spoon
-Can U C Me7
-Can it Bozo
-Can0fBeans
CanChem
CanMJ
-CanManCannon
-CanOManBFTM
-CanUGetAway
Canada
CanadaBawd
-CanadaGuuse
-CanadaScape2
CanadasChief
Canadian
-Canadian Bc
-CanadianDevi
CanadianYeti
Canadiehn
Canadiian
-Canan32
-Canberk
-Cancel
Cancelled
-Cancelled It
Cancer7
-Cancerfree24
Cancerios
-Canderos
-Candlebox
Candrok
Candy
CandyFlipin
-CandyKing42
CandyKing420
-CaneCorso
Canear
Canehdiann
Canibalistic
Caniz
Cann
-Cannabinoidz
-Canned Beer
-CannibalGK
Cannibble
CannoliBoi
-Cannolis
Cannondorf
Cannot
-Cannot Login
-Cannrrrr
-Canon Bob
Canook
Canowhoopazz
Canserber0
Cant
-Cant Quit 07
CantCasino
-CantMaxBc69
-CantTalkPerm
CantThink
-CantTradeTho
Canta
Cantaloupe
-Cantclik4sht
Canter
Cantina
-Canting
Cantu
-Canyonranger
CaoFasho
-Caoe
-Cap E Bara
Cap10
-Capalotty
-Cape Fear
-Cape Max
-Cape Seller
CapeScape
-CapeZer0
Caped
Capez
CapiiTano
CapitalGainz
Capitalise
-Capitalist34
-Capn Wahle
CapnCookd
CapnMeliodas
Capniq
-Capnplant
-Capo Yamato
Capone
Capos
-Capotia
Cappe
Cappei
-Cappie Greek
-Capreol
Capriccio
Caprius
Caprix
Capsule
Capt
-Capt Bobette
-Capt Bumi
-Capt Dave
-Capt G
-Capt Halo
-Capt Hootler
-Capt Kenway
-Capt King
-Capt Kumquat
-Capt Murdoc
-Capt Plank
Capt420
CaptHardon
CaptLongJon
-CaptPleb
CaptZilyana
Captain
-Captain Jack
-Captain Lev1
-Captain Tast
-Captain Tec
-Captain Y
-Captain Zoso
-CaptainAlice
CaptainCanto
CaptainCox
CaptainDom
@@ -7891,7 +3775,6 @@ CaptainDredd
CaptainLuker
CaptainOboy
CaptainObvio
-CaptainWalt
Captainshiny
Captainzzz
Captan
@@ -7899,62 +3782,44 @@ Captcha
CaptinA
CaptinKorasi
Captinrandom
-Captiva
Captn
-Captn Bear
-Captn P00F
-Captn Sqirk
CaptnCommand
CaptnMittens
Capu
Capussi
-CapybaraDung
-Car Ram Rod
CarNalgas
CaraDuraMC
Caracal
Carademlof
CaramelSlice
Caratheodory
-Carbo Cat
Carbolic
Carbon
-Carbon K
CarbonCarbon
Carbonist
-Carbos
Carbyne
Carcinoid
Carde
-Carden
CardiacKemba
-Cardinxl1
-CardyZ Main
Care
Carea
Caregiver
Careo
-Caricapaya
Cariej
CarimsEygon
Carino
-CarjUIM
Carjacking
Carked
Carkis
Carkosa
Carl
-Carl Sagan
CarlBarker
CarlDerp
CarlSagan80
Carleton789
Carlin
-Carlingue
-Carlitos
Carlo
CarlosM
-Carlosjavily
Carlrip
Carls453
Carly
@@ -7962,7 +3827,6 @@ Carlyle
Carmillae
Carna
Carnadova
-CarneGrande
Carnie
CarnifexVeil
Carnitas
@@ -7971,188 +3835,94 @@ Carnzlo
Carolan
Carp3di3m13
Carpe
-Carpenters
Carpi
Carr
CarrickDaddy
CarriedBayo
-Carrot s
-CarrotMilker
-Carrs Pasty
-Carrutt
Carry
-Carry Yak
-Carry9otter
Cars
-Cars Suck
Carsillas
Carsten10
-Carterfish
-Cartman
Carton
-Cartzy
-Caru
-Carvdogg17
-Carve
-Caryopsis
-Cas1a
CasZeal
-Casamigos
-Casawn
-Casc
Casca
-Cascola
Casell
-Caseten
CaseyWaff
Cash
-Cash two
Casherbob
Cashewk
-Cashlemke
-Cashs Main
Casino
-Casino Sand
CasinoProblm
Casketball
Casmatos
-Cass Cath
CassTheGod
Cassarole
Cassath
Casserolio
Cassidyy
-Cassie Aram
-Cassim
-Cassirer
Cast
-Cast Rate
-Cast Turbo
Castello
Castilla
Castorly
-Castrophany
Casual
-Casual Man
CasualChris
CasualGrinds
+CasualIron69
CasualPete
CasualStorm
-Casualdkdk
-Casualty
-Casvel
-Casviel
-Cat Man1001
-Cat Nips
-Cat Shaped
-Cat Smuggler
-Cat Snacks
-Cat Soup
-Cat Woman
-Cat got out
-Cat shirt
-CatBoyInHeat
-CatPandas
CatPissRNG
CatSaysMeow
-Cataclysm55
-Catala
Catalepsy
-Catalyticx
Catan
CatchTheDrop
Catchin
-Catchin Pets
Catchlove
Catdog1280
-Catechism
-Cater Champ
-Catfish Rock
Catflap
-Catgirl Cafe
-CatgirlSan
Cath
Catharina
Cathays
Cather
Catherbae
Cathuntdog
-Catman31
Catnip
-Catnip Cutie
Catnor
Catomic123
-Catra Meow
-CatsnCars
-Catsnarterrr
-Catspeak
-CattoKitty3
-CauZ
Cauldrons
Caulf1eld
-CaulkPushUps
-Caustic
Cauterised
Cavaleiro888
Cave
-Cave Closer
-Cave Horror
Cavern
-Cavern Freak
Caves
Cavos
Cavs
Cavsy
-Cawrin
-Cayk
-Cayman 07
Cayrus
-Caza Lowell
-Cazaq2
Cazik
Cazos
Cazum
Cazwise
Cazzakin
Cazzy
-Cba Ofc
-Cba To Carry
-Cba To Share
CbarDaKing
-Cbetrs
-Cbf Playing
Cbot05
Cc17wo
-Ccn
Cd777
Cdale
-Cdoc
-Ceana
-Ceb
Ceber
-Ceceil10
Cecetra
CedIsMySon
-Cedty
-Cee real
-Cee-Jay
-Ceebooty
CeeeHooo
-Ceeege
-Ceejaydjj
-Ceekay
Ceeon
Ceeps
Cefiro
Ceio
CekicGuc
Celach
-Celach 2
Celadus24
Celazer
Celebio
-Celer0
-Celesdel
CelestialSun
Celestive
Celestron
@@ -8160,229 +3930,130 @@ Celhon
Celi0
Celiac
Celikanen
-Celine Dijon
-Cell Saga
-Cell Z Saga
-CellaDwella
Cellectric
Celli
Cellmate
Celms
-Celrisen
CeltBrenny
Celtic
-Celtic Hero
-Celtic555
Celtica
Celyzh
-Cemen Demon
Cengkeh
-Cennolink
Cenpie
-Censor
-Centac
-Centennials
-Center Fit
Centers
-Centershot5
CentraIka
-Central
CentralC
-Centrimag
Centropy
-Ceo of Timbs
-Ceoe
-Cephalopods
Cepp
Ceppt Irn
-Cepxy
Cera
Ceraseus
Cerati
Cerb
-Cerb R Us
Cerberus
Cerberus98
Cercle
Cerea
-CerealGuy
-Cerebro
-Cerenade
CeriGG
-Cerkev
Cermi
Cerpin
-Cerpin Taxt
-Cerpooch
Cersey
-Cersky
-CertIronBoy
-CertifiedPoS
Cervantes18
CesarPalace
Cesema
Cetr
Cets
-Cev
Cevap
Cevarus
Ceverie
Cewl
-Cewl Hwip
-Cexilius
Ceyyl
-Cf b4
Cfretz244
-Ch i
-Ch i c k en
-Ch ief
Ch00bies
Ch0c0tac0
-Ch1cag0 Bear
Ch1mes
-Ch1noLf
-Ch1zz
Ch33sy
Ch3ckMat3
Ch3spy
-ChNPP
-Cha rles
Cha0ticAngel
ChaCha
-ChaCha Benny
ChaSniff
-Chaavez
Chaboud
Chaboul
-Chacaliando
-Chacksen
Chad
-Chad Draven
-Chad Stride
-Chad Vibes
-Chad Wardn
-Chad again
-Chad isAFK
-Chad okeefe
-ChadBehavior
-ChadCor
ChadFratStar
ChadMadLad34
-ChadR3333
Chadacas
-ChadamantBar
Chadders
Chadding
-Chaddyboy
Chadga
-Chadieus
Chadkiller76
ChadronX
-Chaehee
Chael
-Chaendo G
Chaewon
-Chaga Chai
Chain
-Chain Mace
Chainn
Chainsaw
-Chainsaw Guy
Chair
ChairmanMao
-Chaiyse
Chaken
-Chakleton
-Chakra Monk
-Chal1ce
Chalba
-ChaldeanGIM
-Chalgrove
-Chalk Bar
Chalked
Challandria
Challll
Chalva
-Cham Cham
-Chamariapero
ChamberBeast
Champ
-Champ Ryan
-ChampGaryOak
Champagnole
Champiion
-Champion910
Championship
Championz
Chance2Skill
-Chanced
Chancellor
-Chancie
Chandler737
Chando
ChangWu
Change
Changebear
Changes
-ChangrOfName
Chanios
-Channel
-Channon
Chaos
-Chaos River
ChaosBandego
ChaosCleric
-ChaosD00M
-ChaosGIM
-ChaosInbound
ChaosJS
ChaosedElf1
Chaosfish33
Chaoslynx
-Chaotic Cole
ChaoticH0B0
ChaoticMoott
-ChaoticScorp
Chaotixx
Chaottic
Chaoz
Chap Zachman
-Chap em up
Chapels
Chaplain
-Chapo
Chapoo
Chapp
-Chappe
Chappers
Chapter
-Char Zeta
-Char lang
-CharL-32
Character252
Charamio
Charatcur
Charben
Chardonn
ChargeN
-Chargez
Chariot
Chariten
-Charitonin
Charizardz
Charlez
-CharlieFTG
CharlieFine
CharlieOHair
-CharlieScene
CharlieTheIV
CharlieWork
Charlieb9
-CharliesFE
Charloi
Charlotta
Charltonb
-CharlyDarwin
Charm
Charmey
Charmin12
@@ -8390,374 +4061,208 @@ Charmos
Charmoul
Charms
Charmy
-Charon0
Charor
-Charred Yews
Charrysteas
-Chartart
-Chase Goals
-Chase Jones
-Chase Riley
ChaseGuy
ChaseNBake
ChasePP
Chaser959
-Chasing Pets
-ChasingDragz
Chasmata
-Chasse
-Chastised
Chatorbait
Chattanugget
Chatto
-Chatty
ChaukletZ
-Chauman0819
Chauska
Chavi
Chaz
-ChazMac
Chazzdiddy
ChazzedBangr
Chazzy
-Chazzy Paws
-Cheah
-Cheaps
Check
-Check Point
CheckAndMate
CheckRaiseHS
CheckTheWiki
CheckWikiPls
-CheckWikiPlz
-Checkaaa
Checker
-Checkley
Checkmate
CheddLaurent
Chedda
Chee
CheecHnChong
-Cheech Blaze
-Cheeek
Cheeks
Cheeky
-Cheeky Peeky
-Cheeky Prawn
-Cheeky Tom
CheekyBanter
-CheekyCheeto
-CheekyDrop
Cheelee
Cheeno
Cheepnis
Cheermancy
Cheers
Cheese
-Cheese Borgr
-Cheese Slice
-CheeseTax
-Cheesebubby
-Cheeseilton
Cheeseit32
-Cheesteri
Cheeswiz
-CheesySweet
Cheesyrice
Cheetas
CheetoRatFan
-Cheetu
-Cheex
-Cheez-Zits
-Cheeze Caper
-Cheeze Nepz
-CheezeOx
Cheezer2000
Cheezewiz0
Cheezo
-Cheezuz
Cheezyboy25
Chef
Chef Bu Fang
-Chef Malone
-Chef Mihali
-Chef Peter
-Chef Poopy
-Chef Special
ChefBoiRJay
-Cheff Zaya
Cheffrey
Cheffy95
-Chefs
Cheif
Cheimuu
-Cheiquispir
ChelTheNelf
-Chelate_D
-Chello Sexy
Chellyy
-Chelsea Bot
Chelsko
-Chelsy
Chelx
Chemanelo
ChemicalFade
Chemleech
-Chems
-Chen Luu
-Chendlar
-Chenzooo
-Cheomeister
Cherba
Cherisu
Cherno-byl
Chernoblyat
-Chernobyl
-Cherri Bomb
Cherry
-Cherry Field
Cherrydown
CherryxPiex
Chesco
-Cheshmate
Chesscape420
ChessyQ18
Chessyboi
Chestbrah
-Chestbroh
-Chester63
Chesterfi3ld
Chestickles
-Chestnut
Chestodor
Chet
-Chet Baker
-Chet Max
-Chet Ripley
-Chettos
Chevaliers
Chevrolet
Chevron
ChevyB1998
Chew
-Chewbacca No
Chewbakkaah
Chewby
-Chewby Lt
Chewed
Chewitt88
Chewy
Chey
-Chi hiro
-Chi11 Wi11
ChiCity
-ChiIdo
ChiLongQua
-ChiamataM
-Chibattagreg
-Chibber
-Chiboubo
Chicanery
Chiccbacca
ChichaBabby
-Chichhuve
ChickeNOG
Chicken
-Chicken Cat
Chicken996
ChickenRings
Chickenelli
Chickenneth
-Chickens Inc
Chickensnout
Chickerolies
ChickinNugie
-Chico Bean
-Chico Cool5
Chicold
Chicopee
-Chid Heredit
Chie
ChieFbLuntz
Chief
-Chief Checka
-Chief Gordy
-Chief Herres
-Chief Otaku
-Chief Seneca
-Chief Sound
-Chief Toxine
-Chief812
-ChiefBobert
ChiefSmakaHo
Chiefss
ChieftonP
Chiekz
-Chiester 45
Chigginwangs
Chiiiraq
Chika
-ChikenLiro
Chikinbone
Chiksan
-Chikupa
Chilasr
Chilaxinman
Chilcos
-Childhoods
Childish
Chilgamesh
Chili
-Chili Pepper
-Chili Popper
ChiliTurd
Chilibean
ChilidogBank
Chilidoger
-Chilipupper
Chill
-Chill Mate
-Chill Maxxy
-Chill Zege
ChillAssGuy
-ChillHill
-ChillScape
Chillagalet
Chilled
Chilli
-Chilli Ramen
-Chilli dong
-ChilliPesto
-Chilliam
-Chilliburns
Chillmitch
Chillrend
-Chilly
-ChillyPolarB
ChimJongUn
-Chimbilin
Chimera364
Chimire
Chimmy
-Chimneybob
-Chimp10n
-Chimpywimp
ChinStar
China
ChinaInBox17
ChinaSupaman
Chinanumber1
Chinchompin
-Chinchonkerz
Chinchoopa
-Chinegroe
Chingie
-ChingwaChing
-Chinley
Chinolc
-Chinook Bram
-Chinquila
Chintan
-Chio Bu
-Chionophobia
Chip
Chip Black
-Chip Skylark
ChipRain
-Chipotl e
-ChippedHam
ChipperyChip
Chippy
-Chippy btw
-Chipsbok
-Chipsncrackr
Chipster321
Chipz
Chisa
Chisels
-Chiswick
-Chitus
ChivZz
-Chiw
ChixDigTbows
-Chiyo-Father
-Chizle
-Chizzet
Chkn
ChloeTragedy
-Chloemacmate
Chloes
-Chloramine
-Chnce
-ChoNaWiadro
-Chob
Choccazz
Choche
-Choco Flex
-ChocoMeteor
Chocoblow
Chocobo
Chocobos
Chocomalo14
-Chocys
Chodemate
-Chodless
Chofl
Chohanzzz
Choi
Choicess
-Choke Daddy
ChoklatMoose
Chola
Cholesterol
Chom
-Chombe
-ChompVonDile
Chompadile
-Chompakilla
Chompy
-Chompy chick
Chompys
Chon
ChonYee
-ChonerScaper
-Chongsy
-ChonkPenguin
Chonksta
-Chonky Duck
-Choobage
Choobcob
Choochy
Chooks
Choomb
Choooooooch
Chop
-Chop Rips
ChopSthix
Chopemania
Chopin
ChopinDolphy
-Chopinaway
-Choppa
ChoppinWork
Chordes
Choreboy
Chornflakes
Choronzon
Chosen
-Chosh
Chow
Chowfun
-Choybin
Choz
ChozenGod
-Chozen_Azn
Chozo
-Chozo Lite
-Chozo Statue
-Chqse
-Chr Mck
-Chr0nl
Chranic
ChrdyMcDenis
Chri5ty
@@ -8765,21 +4270,11 @@ Chriiiis
Chriisgg
Chrimon
Chris
-Chris F
-Chris JR
-Chris Luxon
-Chris P3
-Chris Slays
-Chris xD
Chris0527
Chris1f
-ChrisCleans
-ChrisFate
ChrisHanson
ChrisKringle
-ChrisOnTilt
ChrisTheUnit
-ChrisThomps
Chrisadk
Chrisha
Chrishowe
@@ -8787,122 +4282,67 @@ Chrisible
Chrisjay
Chriskies
Chrisob
-Chrisog
Chrispy
-Chrispy-sama
Chriss
-ChrissPIBass
Chrissy
-Chrissy Tooh
-Chrissyx
Christ
-Christ an
-ChristFarley
Christiannnn
Christidog
Christlan
-Christmonkee
Christoffer
Christoker
-Christopher
ChristyCloud
-Chrisxmas
Chriz
-Chriz297
Chrizzoz95
Chrl
Chroist
Chromadorr
Chromalox
Chromatica
-Chromi
ChromieOX
Chromixe
Chronepsis
Chroner
Chronic
-Chronic Jack
-ChronicChris
Chronicflame
ChronnerBro
-Chrono Aeon
ChronoKiller
Chronoburn
Chronomancer
Chronorage
Chronos
-Chronosanity
-Chrostopher
-Chrunndle
-Chrusee
-Chrysaorr
Chrysaros
Chryserys
Chub
Chub n Tuck
-Chubafet
Chubby
-Chubby Nomad
-Chubs-Magee
-Chubsy Bubsy
-Chuchin
Chuck
-Chuck Hoots
-Chuck Prime
-Chuck truck
ChuckChan
ChuckDogg
-ChuckMeDaddy
-ChuckNat
ChuckSpedina
ChuckTesta
Chuckerberg
-Chucky
Chuda007
Chug
-Chug Butt
-Chug KoolAid
ChugMyPPot
-Chugg Jugg
Chugga
Chugger
Chugging
-ChumSlugger
-Chuml
-Chump
-Chumpingham
ChunchuloX
-Chunetops
Chung
-Chung us
-Chungus-kun
ChungusClam
Chunk
-ChunkiCinni
-ChunkmanFYB
-Chunksy
-Chunky Nan
-ChunkyGimp
Chunkybudda
-Chupa
Chupperino
-Chur Broo
-ChurchMouse
ChurchTuring
Churchfield
-Churchieboy
-Churd
Churlrunone
-Churnin
Chuzyz
-Chvrles
Chxmpanzee
Chyky
Chyna
-Chyurr
CiSCii
Ciamballer
-Ciaphas Cain
Ciastkowy
Cic321
Cicely
@@ -8911,447 +4351,243 @@ Cici
Cicindelinae
Cider
CieloQueen
-Cigarettez
-Cigblaster
-Cigggy
-Ciggitybutts
Cighan
-Cignii
Ciji
-Cim
Cimakas
Cimelia
-Cinamin
Cincinnatus
Cinderal
Cinderhulker
-Cindirty
-Cinemaxxin
CinmarRS
-Cinoxe
-Cinqoo
Cinquain
-Ciomsa
-Circle Pea
-CircleStrafe
-Circleone58
-Circomcised
-CircularSaw
-Circumflexx
-Circus Clown
Circuz
Ciresidnal
-Cirexi
Cirez
Cirmit
-Cirn0
-Ciroren
-Cirrus Virus
-Cirth
Ciryatur
Cisco
-Cisk
Cisplatin
Ciszak1996
-Cit Funt
Citadel
-Citadel Wyrm
-Citate
CitizenTay
CitrusLemons
-CitrusTree
City
-City Limits
-City Morgue
-City Perks
Civeo
-Civz
-Ciziin
-Cizre
Cizzakillss
-Cjg117
Ckale
-ClGARO
-Cla ws
Claca
Claco
Claiborne
-ClairDeLune
-ClaireFarr0n
Clambam
Clamburglar2
-Clan thmoker
ClanChats
-Clan_Daddy
ClankImaTank
Clannyy
Clanworld
Clap3d
-ClapMaster4K
ClapMeMommy
-ClapYouDown
-Claptrap
ClarKah
Clardy2
Clarisse
-Clark C
-Clarkey BTW
Clarky
-Clasherz
Clasico
Classic
-Classic Max
-ClassicTrap
-ClassicVibes
Classically
Classickxd
Classsikh
ClassyCod
-Claudenstein
+Claud420
Claudiu
Claw
Clawdius
Clawsie
-Clay Nasty
-ClayNugget
Claymor
Claypops
-Clayters
Claytn
Clayton
Clazerbeam
Clean
-Clean Dishes
CleanSleeve
+Cleanbutt13
CleanedBown
Cleann
Cleanst
Clear
-ClearEyes
Clearly
Cleatis
Cleaver
CleaverGreen
Cledos
Clefable
-Clefairy
-Cleg Drop
Cleible
Clem
Clem585
ClemFandango
CleoTehCat
-Cleopatraa
Cleoxc
-Clerric
Clethbery
ClevelandOH
Clevey
ClexOrie
-Cleyra
-Clff
Cliche
Click
-Click Bosses
-Click hero
ClickAndChil
-ClickB8
Clickbait21
-Clicks0nMobs
-Cliffder
Clifferd
-CliffyOG
Cliffyy
ClimateChang
ClimberAZ
-Clingy
-Clinician
-Clinicwater
Clint
Clinttt
Cliphanger1
Clipper
-ClipseZ
Clipz
-Clipz Ahoy
CliveTrotter
-Clix
Cload
-Clockwise
Clod
-Clogged King
-Cloggin
-Clogging
Cloistered
Clone
-Clone bone
ClosedLoop
Closertohell
Closeshots
Closofy
-Clotert
ClottedCream
Cloud
-Cloud Cover
-Cloud Els
-Cloud Griega
-Cloud Nine
-Cloud Stairs
-Cloud Surge
-Cloud y
-Cloud1K
CloudSoftass
CloudT
-Cloudhill
-Cloudi Boi
Cloudjumper9
Clouds
-Clouds_Song
Cloudy
-Cloudy Boi
-Cloudy Sleep
-Cloudy Wolf
CloudyOcean
Cloudys
-Cloudystrife
Clouted
Clovie
Clown
-Clown Around
Clown0164
-Clownfart7
-Clryy
Clss
CltRain
ClubBruggeKV
ClubWolf
Clue
-Clue More
-Clue Relic
-Clue box
-Cluebringer
-Clueful
-CluelessKook
-Cluer
Clues
-Clues Hunter
-Clumpey
Clumsy
Clunker
ClutchFlipsy
Clutchy
-Clyde Cooter
ClydeBarrow
Clynelish
Clyps
-Cmallz02
CmarBeast
Cmndrcool222
-CmokinSrack
Cmon
-CmptrGmr
-Cnbl
-Cnhil
-Cnr
Cnwalker
CoFlack
-CoKMcGay
-CoX Mentor
-CoX ToB ToA
CoXAcc
Co_do_blyat
-Coa
Coach
-Coach Trip
-Coach Wright
-CoachJal
Coachsharter
Coal
-Coal ore
Coan
-Coat Throat
-Cob Web
Cobab
Cobalt
-CobaltKings
CobbMorty
-Cobba
-Cobplacecow
Cobra
-CobraChickn
Cobreu
Cocajumba
Coco
-CocoGetsLoot
-CocoaPuff
-CocosLilSimp
Codai
Code
-Code Mellow
Codemax
Coder00d
Coderedcfc
Coders
Codfish808
Codi
-Codonz
Cody
-Cody Smith
-Cody The IM
-Cody The M
-CodyBeaumont
-Codys Nuts
Codyx
Coeeyyy
Coekebakker
Coenzyme
-Coex
-Cofeni
-Coffaholic
-Coffe277
-Coffee Latte
-Coffee Love
-Coffee Robot
Coffee94
CoffeeAndExp
CoffeeBarrel
CoffeeIsBest
-CoffeeKitty
-CoffeeMafia
CoffeeQ888
CoffeeSlayer
-Coffey
-Coffin Cape
-Cogelon
-Coggle
Cogstyle
-Coheed
Coherent
Coilman
Coin
-CoinToss
-Coinism
Coipo
CokeHogan
CokeShoveler
-Cokebro
-CokedPepsi
Col10
ColVolgin
Cola
-Cola Flesje
-Colaboks
-Colb y
Cold
-Cold Bowl
-Cold Ham
-Cold Hash
-Cold Hemp
-Cold War
Cold1
ColdReign
Coldhound591
Coldpiee
-Coldraze
-Coldrootbeer
Coldshop
Coldstream
-Coldvayne
Coldvepz
-Coldwar
-Coldwoods
Cole10083
-ColeEleven
ColeQuil
-ColeVeryBakd
-ColectionPog
Colee
-Colei
Coleus
Colgate777
Colienergia
Colin
Colins
-Colivanov
-Collan33
CollectMemes
-CollectibIes
CollectionIM
Collectively
-Collector of
Collega
-Collier
Collierss
-Colliflopter
Collin892
CollioKey
-Colom
ColonColitis
Colonel
-Colonello
ColonialDank
Colonne
-Color Climax
ColorBlindHC
ColorMeBlind
-Coloradodo
ColorfulE
Colossus 5
Colossvs
Colt
-Colt trigger
Coltan
-Colthound
-Coltn
Coltrainz1
-Coltsfan1996
Columbot
Columbus175
-ColumbusCrew
-Colxman
Colzy
Coma
Combaed
-Combat Phase
-CombatStudy
Combatking13
Combibo
Comboed
Combos
Come
-Come Loads
ComeAtMeBruh
Comet
Cometz
-Comex
Comfort
Comfortably
Comfy
-Comfy Butt
-Comfy hug
Comic
-Comic Books
ComicalBust
Comicmaster0
-ComingHome
-Comiya
Comlidor
-Comm Zilyana
-Command Grab
-Commander Fh
-Commander Ra
Commas
Commiefornia
Common
-Common Drop
CommonGinger
CommunistMoo
CommunistPig
CompactSugar
Companiion
Companion
-Compd
-Compe
Compgeek
Compilacion
Complain
@@ -9360,707 +4596,356 @@ CompleteAss
CompleteSpud
Completes
Complex
-ComplexTree
-Complextro
Composing
-Composites
Comptons
Compy
-Compyclon
ComradSergey
-Comrade Hanz
-ComradeCas
ComradeCovid
-ComradeMule
-ComradePugs
-Con JD
-Con Safos
-Con ner
ConKlave
ConaAmadora
-Conaizy
-Conal
-Conceited
Concentrates
Conchrist
Concritus
-Conductor4
Cone01
Conedinho
-Confederacy
Conficker
Confidentiel
Confined
Conflamit
-Conflate
-Conflict
Confuze
-Congest
Congetus
-CongiestMunt
Congra
ConicLight
Conjay
-Conjo
Conman
Connavar
-Connee
Conner
-Conner OK
-Connerr
Connerxx
-Connor M
-Connor xv
-Connzy
Conor
-Conor J
-Conor07
Conpetgrebe
Conqo
Conquar
-Conquers
Conquestions
-Conquestti
ConradK
Consan
Considerable
Conskis
-ConstantZero
Constantnips
Constellar
-Constence
Constricted
Constructeur
-Consumption
Contaminate
-Contant Geld
Contendedd
Conterfeit
Contes
-Contrabant
-Contract M
-Contradicted
ControlAll
-Controller
Controlllers
ControneX
Contyy
Conventicle
-Converter
Conway
Conydriving
-Conyon
-Conzila
-Conzine
-Coob Lad
Coogs
Cooj
Cook4everu
Cookdaburra
-Cooked Chook
-Cooked Sinus
Cookedvomit
Cooki3Crumb
CookiMan
Cookie
-Cookie Cake
-Cookie O_o
Cookie904
CookieKid00
-CookieSpec
CookieV3
-Cookiers
-Cookiezi
Cool
-Cool Raccoon
-Cool Yak 496
-CoolAssName
-CoolG WC
-CoolNameBrah
Coolair
Coolavatar1
-Coolboy_cal
Cooldesert2
-Coolest91
CoolestCow
-Coolio
-CoolmanCool
Coolmanafo
-Coolminer685
Coolmintoreo
-Coolmonkey50
-Coolsniper
Coolster
Coolxkidz
Coom
Coomcoomber
Coonrade
Coopa
-CoopaTroopah
Cooper
Cooperative
-Coopr
Coopsz
-Coors Light
-CoorsRight
-Coorsy
Coos
-Cooter
-Cooter Kick
Cootie
Coozn
Copytopy
Coquettish
-CorCam
Corabex
-CoralCastlez
CoralFire
-CoralReef
Corbi
-Corbula
CorbyTheLad
-Cord
Core OS
Coree
-Coreey
-Coreling jr
Corena
Corey
CoreyCarlaw
CoreyNKH
-Coreyeroc
Corgi
-Corgi Puppy
-CorgisIron
Corgo
-Corinnna
Corizz
Corleone
-Corley
Corn
-Corn x Holio
Cornbuddy
-Corndoq
-CorneliusIII
Cornflake
Cornie
Cornilius
Cornish
Cornwall94
Cornwalll
-Corny10k
Cornye
-Corona
-Corona Bat
-Corona Case
Coronad1
Corp
-Corp Scape
-Corp09RS
-CorpLeecher
-CorpRng
-CorpSlapper
CorpToMax
-Corping Bro
Corpletics
-CorporalWolf
-Correy Lahey
-Correyyy
+CorposRS
CorruptDingo
-Cors
Corsa
Corsetti
Cortes
-Cortex
-Cortica
Cortistatin
-Cortsen
-Corun
-Corvanjer
-Corvisquire
Corvitolis
-Corvo
Corvoo
Corvus
-Corvus enca
Corwin
Corydonn
Coryy
Corzappy
-Cos A Nostra
Cosaintus
Coseph
Coshie
Cosmic
-Cosmic Booty
-Cosmic Star
-CosmicPebble
-Cosmiclaws
-Cosmog
Costa
-Costah
-Costcutters
-Costi
CostlyOne
Costom
-Costs
Cotched
Cotopaxi
Cotstini
Cottee
Cotton
-Cottrell
Cotty2Hotty
-Couch Frame
Couchie
-Coughey
-Count 2Three
-Count Cranz
-Count Dookie
CountCuckula
CountDrugula
-Counterspell
-Countries
Country
-Country Song
Countwert
Coupland
Coures
-CourtnyGears
Couscous
Cousin
-Cousins
Couzens90
-Cove
Coventrians
Coventry
Covert
-Covert Blade
Covid
-CovidFree
Covvboyz
-Cow Door Mat
-Cow Foo
-Cow Pet
-Cow Tongue
-Cow Wizard
Cow395
CowChum
-CowMr101
-CowSalsa
-CowVein
Cowa
-Cowabungalow
CowboyK1ller
-CowboyKaroo
-Cowdenbeath
-Cowlories
Cowrat
-Cowsburp
-Cowtongue
CowzGoMoopy
-Cox out boys
-Coxed
-CoyieGod
-Coz
-Cozmic_Raven
Cozy
Cozzza
-Cpl Gaz
-Cpl Seeder
-Cpt Doobie
-Cpt Fail
-Cpt Kokopuff
-Cpt Mellow
-Cpt Mina
-Cpt One Eye
-Cpt Pepe
-Cpt Pop Tart
-Cpt Shanks
-Cpt TRICKS
-Cpt Unclutch
-Cpt Wally
CptAceRimmer
CptKyle
-CptRileyy
+CptMcDickin
CptRom
CptSankara
CptSmackAHo
-CptUzu
Cptainseveto
Cptn
-Cptn Jack
-Cptn Murica
-CptnBuckaroo
-Cpunek
-Cqrl
-Cr o
Cr0be
Cr0codile
Cr0z
Cr4zyLuck
-CrAzY HoRnEt
Crab
-Crab Emoji
-Crab Jazlo
-Crab Leaker
Crabalt
Crabby
Crabcore
Crader
Craft
-Craft Brew
-Craft Guild
-CraftPure
-Crafter Jr
Craftes
Craftsmen
Crafty
-Crafty Man
CraftyRunes
-Cragyl
Craig
-Craig Dawson
-Craighead18
-Craizy 8
Craizy9
-Crakced
-Crammerr
-CranadosX
Cranberry
Crangus
Crank
Cranke
Cranky
-Cranky Cows
-CrankyScream
-Crantock
Crapicorn
-Crapping
-Crappy Luck
CrappyScape
Craqers
Crash
-Crash Crann
-Crash Cymbal
-Crash Site
Crashbot
Crashendo
-Crashticles
-Crateapa
-Crateaqa
-Cratzi Duhuh
Crave
-Crave Me
-Crave to Max
-Craw
-Crawfish
Crawl2033
Crawn
-CrawsBow
CrawsMain
CrayQuaza
Crayons
-Crayy
Crayzee
-Craze NL
-Crazed Man
CrazedAfro
CrazedAgain
-Crazedmonkee
-CraziKido
Crazie
Crazy
-Crazy 859
-Crazy Canada
-Crazy Sam
-Crazy Skull
-Crazy5115
CrazyDieMan
-CrazyDryMan
CrazyDutchy
CrazyIron85
CrazyShrimp
CrazyStuff
Crazya0
-Crazyb00b
Crazyhalo
-Crazys
Crazystevee
Crazytree
Crazzy
-Crazzy Ivan
-Crcsh
CreaMiJeans
Cream
-Cream City
-Cream Guzzle
-Cream21
CreamFreesh
CreamingPies
Creamp
-Creamy Fella
-Creamy Whole
-Creasential
-Creat Steal
Create
CreateNoPain
-Created
-Creating6
Creator1212
Creator409
CreatorJR
-Creaturree
Creazy7
-Crecker Fux
Crecket
Credibility
-Credito
Creel
Creenen
Creepy
Creezy
CreightonRS
-Crem Fraiche
Cremator
Crenoc
Crescent
-Cressp
Cresss
-Creston fftp
Crevis6
CrewDoe
Crewcial
Crickets
-Crickss
Crier
Crimewave
Crimeway1991
Crimin
-Criminaldmge
-Criminalised
+CriminaLoser
Crimp
Crimson
CrimsonCow
CrimsonDDS
-CrimsonJayce
CrimsonLily
CrimsonRogu3
-CrimsonScape
-CrimsonTide
CrimsonU
-CrimsonWic
Crimsoncaim
-Crimz0n
Crinath
-Cringy Grump
-Cringy af
-CrinsomX
-Cripler
Cripple
Crippled
-CrippledKev
Crippler
-Cripty
Cris
Crisby
Crispiessss
Crispy
Crispy Bac0n
-Crispy I
CrispyBreast
Crissco515
CristalAlken
-Cristierra
CriticalX
-Criticizer
-Critter J
Crittx
Crixos
-Crixus x
Criyosphinx
Crna
-Crna Gora
CrnerMcGregr
-Croc
-CrocDanDee 1
Crocalu
-Crocketeere
-CrocoMaster
Cromeh
-Croney
-Cronsus
Cronus
Cronz
-Croogus
-Crooked Path
Crooklyn
-Crooshtwoost
-Crosby Alt
-Crosem
Cross
-Cross Me
Crosswinds
Crouchling
-Croupz
Crow
-Crow Mn
CrowBox
Crown
-CrownConvict
-CrownRoyal84
Crownescent
Crowride1873
-Crowther
Croww
-Croxy
Crozier
CrspyPigeon
Crudelismo
Crudivore
-Crue Xena
Cruel Cub
-Cruel Irony
CruelVictory
-Cruelcanary
Cruixiote
-Crumbledoor
Crumblers
-Crumbways
-Crunch7O4
-Crus ty
+CrumbzOSRS
CrusH-HK
-CrusadeKlr
-Crusadershot
-Crush Depth
Crushed
-Crushed Guam
-Crusher9783
-CrusherWake
Crushersun
Crushertaco
-Crushs noob
-Crust Cape
-Crustie
-CrustyDuckr
CrustyPusy
Crustysnot
Crux
-Crux da King
Crux25
Cruxyy
Cruzty
-Cruzzetbuzz
-Crwfrd
Crxk
Crxsty
-Cry
-Cry0nman
Cry4help
-CryIs0gp
-CrySupply
Cryge
-Crygechamp
Crying
-Crying Cutie
-CrykeeOwO
Crynceps
Cryo
-Cryo Chamber
-Cryogen
Cryogenica
-Cryogenica 2
-Cryogenist
-Cryorah
Crypthead
-CrypticSlays
-Cryptling
Crypto
CryptoKitty
CryptoMellow
-Cryptonomico
Crypzor
-Crysaki
-Crysh
Crystal
Crystian
-Crzy Mia
-Crzyarab
-Csajka
-Csk x
-Cssy
CtCandyRandy
-Ctclaire999
-Cteel
Ctep31
-Cth ulhu
Cthrek
Ctrengereid
Ctrl
-Ctrl F
-CtrlAltDel x
Cuada
-Cuat3
Cuatche
-Cuattr0
-Cub Will
-Cuba Sybre
Cubans
-Cubed
-Cubet
-CuckChuck
-CuckW
-Cuckgex
-Cucumbers
CudddlyBear
-Cujoh
-Culemborg
-Culinair
Culls
-Culltist
-Cultured
-Cultzy
-CumHeretic43
-CumanderZili
-Cummy Sigil
-Cumpaska
-Cunnavathing
+CumLover9000
+CumOnGuys
+Cumbo
+Cummo
+Cummr
+CummyTummy
+Cumsquatch
Cunny
-Cuno
Cuolua
-Cuong
-Cup Noodle
-Cup Of Chai
-Cupaplayer
Cupcakess
Cuppalimmy
-Cuppi
Cups
Cupthebooty
-Curaga
-Curble
-CurdTuttrboi
-CuriPolymath
Curll
-Curls
-Curlx
Curly
CurlyTwist
Currancy
Curry Storm
-Curryleaf
Curse
-Curse on me
Cursed
-Cursed Chump
-Cursed Nm
-Cursed Side
-Cursed ll
-CursedOwned
-CursedRNG oO
Cursedpotato
Curt
-Curtis Jones
Curve
CurvedHorn
CurvyChcken
@@ -10068,64 +4953,32 @@ Curzonn
Cushco
Cushdy
Custom
-Custom Jr
-Custom Sock
-Custom TK
CustomGFX
Cute
-Cute Cat lol
-Cute Paunch
-Cute n o o b
CuteClit
Cutegirluwu
Cuti
-Cuties
-Cuttableedge
-Cutting edge
-Cuttl
-Cuttle
-Cutty Sarks
Cuuap
Cuult
-Cuz im Jones
-Cuz im jesus
-Cuztom
Cuzzo94
-Cuzzu
-Cvanz
Cvbgn
Cvrkster
Cvrsn
Cw90
Cwab
-Cwazza
Cweavy
Cwer
Cwick
Cwioktopus
Cxffee
-Cxld
-Cxnnor
CyaCyaCyaCya
Cyal8rnub
Cyan
-Cyan Ablaze
-Cyasoon
-Cybb
-Cyber Mind
-Cyber n Bug
-Cyber172
-CyberJesus
CyberSlave18
Cybernautron
Cybernike
-Cyberpope
-Cyborg Musk
CyborgHex
-Cybron
Cycling
-Cycling Road
-Cyclogy
Cyclone2498
Cycloner5
Cyclopedia
@@ -10135,534 +4988,230 @@ Cygni
CykPyk
CykaNuggetzz
Cyldan
-Cym
Cymatics
-Cymbaline
-CymricCat
Cyn2k
CynAcolyte
Cyncess
Cynda
-Cyndaquiill
-Cyndee
-Cyndrakial
Cynhi
Cynic
CynicalSilas
Cynocephali
-Cynognathus
Cynosure
-Cynox
Cynthaen
-Cyodot
Cyous
Cyox
Cypersilver
-Cypher Blue
Cypress
-Cypress H1ll
Cyralx
Cyrax
Cyrax314
Cyriel
-Cyrodiil22
Cyroenix
Cyruscomrad
-Cytain
-Cytryn7
Cyuh
-Cyum
Czacha
Czar
-Czar I
-Czar Trump
-Czechmate
-Czha
Czivend123
-Czk
-D A I J I N
-D A L M
-D A M 0
-D A M I A N
D A M N L0L
-D A N G I T
-D A N N Yy
-D A T H I T
-D B A
-D B Z pker
-D Blo
-D Clawz
-D Darkblader
D Derbles
-D Dragon124
-D Duberstein
-D E C O
-D E F Q 0 N
D E F Q O N
-D E R P
-D E V I N
-D F U Q
-D I Q
-D I R T Y Ko
-D J Diddles
-D Long
-D M T Elves
-D O D
-D O M M E L
-D R 6 K E
-D R l Z Z T
-D Rack4
-D S A V
-D Squarius
-D U R K
-D Wilson
-D Wreck
-D a mo
-D a r t s
-D a rk
-D a u t o
-D a v i d
-D amz
-D arking
-D arkoz
-D as
-D ashing
-D avey
-D axe
-D db
-D ebol
-D ecimate
-D eej
-D eek
-D eep
-D eez
-D en
-D enial
-D entist
-D i l a n
-D i x o n
-D i zz y
-D iesel
-D iizzy
-D imi
-D imitri
-D onda
-D onger
-D oo l ey
-D op e
-D utchgr
-D-D-A
D00DLES
-D00dey9
D0CTOR
D0GS0NG
D0NE0
D0NPABLO
D0PESIC
D0any
-D0inkleberg
-D0lNK
-D0llynho
-D0n vi0lad0r
D0nte
-D1APAM
D1GG00BIITTI
-D1P
D1ZZY
-D1ngu5555
D1no
D24L
D2Aina
D2nzo
-D2theOnTRUMP
-D3 Washup
D33L1N
D3ATHBYPI3
-D3ATHVENG
-D3C
D3C0D3D
D3DW8
-D3IVY OSRS
-D3VONSHIRE
-D3ZZi5
D3ceptions
-D3precated
D3thbyzebra
D3v1lBoy
D3vilmar3
D3zert
D4H4EK3YSM
-D4TE
D4VO
D4n0118
-D4ng3r Suca
D4nkmemel0rd
D4nnyy
-D4rels
D4rk
D4rth
D7NNY
-D9
-D9R
-DA ODB KIDZ
-DA0IST
-DA3N33RY
DA4N
-DAD563884271
-DADDYS IR0N
-DAHDB
-DARCHANG3L
-DARGON
DASH
DAWGPOUND
-DArtspret
-DBA Paulo
DBKangaroo
-DBO90
-DBOL TRICEPS
-DBUZZ
-DC Flubber
-DC-8-51
DCreek
-DD 214
-DD G
DD2I4
-DDAlt
-DDSurWrists
DDandy
-DDoS Wildy
-DDune
DEFENDPOPPNK
DEFlNE
-DEM0L
DEM0NIC
-DEPRINS
-DESPA SIITTO
-DESPAlRGE
DESTYLAT
DFez
-DG 00
DGAF
-DH Marker
-DH btw
-DHIBZ
DHSC4EVER
-DHally
-DHlN
-DHoShow
+DICKWORLD
DIDZZ
DIETDRDIET
-DINGO SCUM
-DIORITIC
-DIORITlC
DIRTYags
DISAPRIN
DITMANM0DE
DIVINExNOVA
DIY Ele
-DIY Jamie
-DIY Salsa
-DIY Shane
-DIY Steo
DIYIronFeBTW
DIYRevelled
-DJ Bop
-DJ Cranston
-DJ Heiko
-DJ Korsakoff
-DJ Llama
-DJ Pen is
-DJEDDIK
-DJK Daniel
-DJKALLE ANKA
DJKrampz
DJMileyCyrus
DJMuscleBram
DJOFULLIN
-DJSeinfeld
-DKHo
-DKJN
-DMM 2 07
-DMM Gp Swap
-DMM Ryu
-DMT Dad
-DMT Satan
DMTDAN
-DMTe
-DMagnum 10
-DMessengerS
-DN Atro
DN20
-DNFL
DNLD
-DO0FY
DOGELII
DOITESTEVEN
-DON FIJI
-DON VALTEE
-DONG GOLEM
-DONJOHNNNY
DOOMBRlNGER
DOOMSlayer
DOSNE
DP776
-DPRNS
-DPS Disciple
DPvM
-DPvM Jordan
-DQ9
-DR PAAAK
-DR VABA
DRAEG0
DRANG3
DRD31
-DRFL
DRGNSLAYER85
-DRIEST RNG
DRL0NGD0NG
-DRLGspace
-DRNKN DWARF
DROPPEDITALL
DRTY
-DRUNKIDIOT
-DReelest
DRegi
-DS Stolen
-DSHeavy
-DStat
DStroud
DSyndrome
-DT5
+DTown420
DUMB
DUSKBLADEL0L
-DV 8
DV trekpik
-DVa
-DW Gunthie
DW24
DWlGHT
DXQIWOL
-DXXM
DYao
-DZ o_o
-Da Bomb 149
-Da Buddah
-Da Iron Jedi
-Da Man 65
-Da Nils
-Da Puppy13
-Da Sniper007
-Da T Virus
-Da d dy
-Da t
-Da then bh
-Da1ton
DaBears
DaBoz
-DaBurg
DaCatBeam
DaCigarMan
-DaCuddy
-DaCult
-DaDangus
DaDude
DaFatManDan
-DaFeesh
DaHumanClown
-DaIronBooty
DaIton
DaJaVu
DaLegendary
-DaPootz
DaRKi
-DaSernet
DaSheepFtClb
DaTr3w
-DaVinciss
DaaChronic
Daaak
Daallas
Daan
-Daanilio
Daanncorr
-Daavos
-Dab Thirty
-Dab then pvm
-Dab0mba
DabANOMICS1
-DabDabDan
DabInMyEye
-DabTornado
Dab_nScape
Dabbadank
-Dabbe
-Dabbers
-Dabbie Duck
-Dabbin Dolo
DabbinDonut
-DabbingBrb
Dabe
-Dabe Sucks
Dabei
-Dabomb 13
Daborn92
-Dabos Weenie
DabsWithDan
Dabsmoke
Dabsncats
Dabsndogs
Dabton
-Dabvape420
-Dacaedia
-Dacc
-Dachowski
Dackel
Dackenerino
Dacune
-Dad Goals
-Dad Sean
-DadBurrys
-DadGoingMad
DadLeft
DadRanarrWay
DadamoSte
-Dadbackward
Dadbackwards
-Dadbod4lyfe
Daddaforce
Daddy
-Daddy Bundy
-Daddy Chaman
-Daddy Chubs
-Daddy Danger
-Daddy Dead
-Daddy Drow
-Daddy Oreo
-Daddy Smit
-Daddy Spoon
-Daddy Yurdle
-Daddy sandro
-DaddyDeagz
+DaddyDickems
DaddyDylo
DaddyLemming
DaddyMac
DaddyMars
-DaddyNemmy
-DaddyPig406
-DaddyTowel
-Daddyfied
Daddyplease
DaddysLoad
Daddyspie
DaddyyDong
Daddyz
-Daddyz Clean
Dadevil1616
-Dadfield
Dadi415
-Dadorii
Dadosaur
Dads
-Dadukez
DadurQa
-Dadyankee3
DaemonGunner
DaemonTool
Daemonmage
-Daemonrds
Daenrys
Daep
Daewolo
-Daeyalt Ess
-Daeye
-Daez 95
-Daf Arch
-Dafetsch
Dafney
Dafo322
-Daft Punked
DaftDemon
DaftPun
Daftmoul
DafttPunk
-Dafuggg
Dafy
-Dag DaLooter
-Dagannot hs
Dagannuts
-Daganoth Rex
-Dagathar1
-Dagburn
DaggaNOTKlNG
Dagger93
-Dagggg
-Daggou
Daggz
Dagin
DagkingV2
-Dagnel Daddi
Dago
-DagobertTT
-Dagoth Vemyn
Dagsi27
-Daguar
Dahlareen
Dahls
-Dahlson
Dahmonkey
Dahrmata
-Dahrr
Dahumbug
Daijoukay
-Daiju Spede
Daiktusrenku
Daileee
Dailiana
-Daily Grind
-DailyDoomer
DailyDosage
-DailyPog
DailyScape99
DailySharts
-DailyShelfer
Dailytoker
Dain
-Dainius
Dains
-Daipers
Dairychuk
DaisOfHavoc
Daiseido
Daiski
-DaisukeJigen
-DaisyApple
DaivdFW
-Daiw
-Dajmkryss
Daka
-Daka Alt
-Dakai
-Dakay
Daklozenkrat
Dakotas
Daksu
Dal3y
-Dalacks
DalaiLlama
-Dalanes
-Dale Dobec
-Dale G
-Dale HC BTW
-Dale Winton
Dale1612
Daleferd
Dalejamesw
Dalek
-Dalek Cookie
Daley_Dose
Dali176
Dalkz
-Dalls Beep
Dalmatian
Daloomi
Dalrak
@@ -10670,7 +5219,6 @@ Dalski
Daltficiency
Dalton
Dalton4theft
-Dalton_LB
Daltonnn
Dalundo
Dalzii
@@ -10678,134 +5226,62 @@ DamDude
DamSplash
Damage
Damarquis
-Damberson
-Damen
-Dameon xd
-Dami
-Dami-an
Damiaen
-Damian_Xx
Damish
Damlotz
DammitHarry
-Damn Evil
-Damn God
-Damn its Sam
+Damn
DamnItHarlod
-DamnSexy
-DamnViton
Damned
-DamnedDaniel
Damngoodsoup
-Damni t
Damo
-Damo is free
Damon
-Damp Memes
DampBucket
DampForklift
-DampMongot94
-Dampener
Damzos
-Dan Bad
-Dan Craig
-Dan Daoud
-Dan Gleesac
-Dan H
-Dan M
-Dan S
-Dan xo
Dan-Reijden
Dan120201
-Dan452
-Dan646464
-Dan91
-DanAsker
DanAye
DanBTW
-DanChan1101
-DanGreenFan
DanGur27
DanMaxd
DanMingo
-DanO_o
-DanOfCumelot
-DanPJ
DanRickshaw
DanTheM4N
-DanTofoo
Danboy
Dance
-Dance for XP
-Danced
DancingForGP
-DancingRa1n
-Danco
-Dandrikis
-Dandwc88
-DaneDaddy99s
Danea
-Danelele
DanernesLys
Danex85
Dang
-Dang It
-DangFloopity
-Dangelboi
-Danger Swign
-Danger Zoneh
DangerBear
DangerGlutes
-Dangerouz
Dangeruss
-Dangerxi
-Dangerz0ne15
DangitBobby
Dani
-Dani Cute
-Dani D
-Dani Dark 0p
Dani007
Dania
Danieelius
Daniel
-Daniel Mcc44
-Daniel OSRS
Daniel12xx
-DanielSumtin
-Danielbisgod
Daniella
-DanielleOfc
-Danielmcken1
Daniels
-Danielwat
-Daniiieell
Danijenn1211
Danilin
Danimal
DanisH96
-DanishAdonis
-DanishGoat
Danje
Dank
-Dank Chef
-Dank Exp
-Dank Perp
+Dank Bud God
Dank Tigzy
DankDylShpil
-DankMagic
-DankSavage99
-Dank_Mcnasty
Dankdank96
Dankdog
Dankdynasty
-Dankey
Dankfool
-Dankleburgh
Dankstanky
Danktrees
-DankumZ
-Danky Kwuarm
Danletics
Danleypa
Danlord3222
@@ -10820,51 +5296,33 @@ Dannk
Dannny
Dannum
Danny
-Danny Dubs
-Danny Dvito
-Danny Mate
-Danny P
-Danny Pudi
-Danny m8
-Danny wtf
DannyDeleto6
DannyK
-DannyKjr
DannyPho
-Dannygem
Dannytrol
-Dannyw
Danog
Danoj
Danol
Danomeva
-Danoontje
Danozz
-Danratty
Danrow
Danrue
Dans
Dansayeagle
-Danski261
-DanteExitium
Danxdoo1
DanykaNadeau
Danzai
Danzig
Danzoler
Daofather
-Daoko X
Dapper
-Dapper Hades
-Dapper Jr
-Dappest
Dappi
DaquanNiguan
Daquantaro
Daquicker
+DarKSsoul69
Darbinism
Darc
-Darc Sport
Darcy
Darda09
Daredevil595
@@ -10872,294 +5330,128 @@ Dareme95
Daremo
Dareya2
DarfPlageus
-DarfWantWarp
-Darimy
Dario
-Dario hax
-Darion
Dariukas
Dark
-Dark X
-Dark Alcyte
-Dark Aloy
-Dark Curtain
-Dark Iron69
-Dark Jaxol
-Dark Kadabra
-Dark Kill L
-Dark Knig ht
-Dark Kurama
-Dark Peter10
-Dark Rabbit
-Dark Ranqe
-Dark Side
-Dark Specter
-Dark Stone66
-Dark Tetrad
-Dark Totem
-Dark Uzi
-Dark Veidar
-Dark Wegener
-Dark Xarpus
-Dark kamui
-Dark lll
-Dark1437
-DarkAether
DarkEater
-DarkElf135
DarkEmerald
DarkGraceful
-DarkHoodGIM
-DarkKn1ghts
DarkMerliin
DarkNut393
DarkOwI
DarkReapingX
DarkReign
DarkWizard
-DarkXiphles9
-DarkZulu97
Dark_Auth
Darkang3lpkx
Darkao
Darkarmy40
-Darkbox777
Darkbright
-Darke Hand
Darkemissery
-Darken Devil
DarkenRahlrs
Darker
-Darkest Kind
-Darkest Syde
Darkfanime
Darkflash15
-Darkgutz
Darkhal
-Darkine
Darklord4211
Darknapster
Darkp0wnz
Darkphil007
Darkpupitar2
-Darkrai
Darkraven368
-Darkscorpio5
Darkseance
Darksense
Darksim10
Darkskiller
Darksn0w
Darksnoweb
-Darksocks1
Darkst4ar
-Darkstar078
Darkturbo
Darktyranno
Darkwrath43
-Darkyr
-Darlin g
-Darling27
-Darma
-Darnic
Darquain
Darras
-Darren T
Darrens
Darriann
Darse
Darsehole
-Dart Slayer
Darth
-Darth Kas
-Darth Shiroo
-Darth Spade
-Darth Val
DarthNevidia
DarthSpliffs
-DarthWrecker
Darthe
Darthodium
Darthonion90
Darthrodger
-Darthruneis
Darthshea
Darucell
Darush
Daryl
Darz
Darzix
-Darzo5
-Das Idle
-Das It Maine
DasGoose
DasReich88
-Daschiva
-Dascrez
-Dasgirl09
-Daspwn
-Dasrx RNG
-Daszler
-Dat Geezer
+Dasgirl07
Dat2eWoord
-DatBoiNibbe
DatBoyLoy
DatGuySteve
-DatIronNinja
DatNeck
-DatPeko
DatYeet
Data
-Data Diddler
-Data Privacy
-DataDruid
-Datadyne
Datames
Datcookie34
Date
Dathx
Datis
-Datoxicate
Dats
Datskai
-Datting
-Dattos
-Datuk
-DaturaTrip
Daubs
-Daud
-Daughters
-Daunt
Dauntless
-DauntlessXav
-Dauth Elda
-DavSko
Davaflav
Davai
-Davantage
Dave
-Dave From Au
-Dave Hooray
-Dave J
-Dave Mario
-Dave Senpai
-Dave The Egg
-DaveAckery
DaveDaBeast
-DaveDorvis
DaveLister
DaveYognaut
Davebarbaren
Davedication
Davedude
-Davej86
Daveken
-Davesty
-DaveyB0nes
DaveyWSM
David
-David Co
-David Duffs
-David Ortiz
-David R333
-David007
David2699
-David4755
-DavidKinaMan
DavidPH
Davidisiscoo
Davidopathy
-Davis751
Davlan
Davo
Davord
-Davoron
-Davros70
Davshing
-Davu
-Dawaj Lama
-Dawg Dynasty
-Dawkins
Dawn
-Dawn Destiny
-Dawn Era
-Dawn Summers
-Dawn Wall
-DawnEverbane
-DawnSwanMon
Dawna
DawnfaIl
Dawson141
Dawtrix
-Daxidol
Daxon
-Daxx95
Daxxzy
-Day Dreams
Day Lightz
-Day1ofNoFap
Day6
DayJarVu
DayOff2JOff
-DayStar Turk
-Daydrifta
-Daye Xero
Daykillz
-Dayman_GIM
Daymien
-Daynnn
-Daysi Darcey
-Daystar
-Daytrip
-Dayuf
-Dayveeeee
-Dayz of Iron
-Dayzd1
Daz3dnBlaz3d
-Daze
-DazedDave
DazednConfsd
-Dazzler95
Dazzz
Dbeatz
-Dbewt
Dbmx
-Dboot
Dbricke
-Dbz Pride
-Dc B L I N D
-Dc Hakkarn
-Dc IronMan
-Dcaravan
Dced
-Dced at Corp
Dception
-Dcing
Dday6Jun1944
-Ddestroyer56
Ddos
Dds4theko
Ddsing
-Ddsme
-De Algerijn
-De Baardman
-De Eryngy
-De Fishy Guy
-De Gennaro
-De Hoppert
-De Jam
-De Krikke
-De La Trey
-De Marco
-De Max
-De Mechelaar
-De Pette 69
-De Redacteur
-De Sam Matie
-De monic
De stoutsten
-De us
-De1icioso
DeAndre
DeDawgTubb
DeEgis
@@ -11178,80 +5470,38 @@ DeTrixzz
De_lemme10
DeaTH
Deacey
-DeaconDrew
Dead
-Dead Baldy
-Dead Bozo
-Dead Chilli
-Dead Easy
-Dead HC Here
-Dead Her0
-Dead I Guess
-Dead Mum
-Dead Policaj
-Dead Psyc
-Dead Sellout
-Dead Ticks
-Dead XVIII
DeadDogRed
-DeadGhost
DeadKelly
-DeadNowM9
DeadPickle
DeadPower
DeadPuto
DeadRealSoon
-DeadSanson
DeadSlice
-DeadSmog3
DeadWife
Deadarrow99
Deadbeater
-Deadblinx
Deadened
-Deadfallen
Deadlft
-Deadlift
Deadliftjr
Deadly
-Deadly Pixel
-DeadlyAnt
DeadlyBatz
DeadlyDJ
-DeadlyDrinkr
DeadlyHit
DeadlyNecros
-Deadman AF
Deadness
Deadpaal
-Deadrango
-Deadwool
DeadxProof
Deaf
-Deaf Person
-Deaf RScaper
-Deafmau5
Deafs
-Deakien
Deakz
-Deal or nah
Dealing
Dean
-Dean Jac
DeanRs
Deandelouest
Deantotheo
-Deaptic
Dear
-Dear Deer
-Dear no one
Death
-Death Devil
-Death Eaters
-Death Is Fun
-Death Loco
-Death Qweef
-Death Rainer
Death0fyou
DeathByRC
DeathPanda
@@ -11260,224 +5510,134 @@ DeathSurgenc
Deathbyclick
Deathcloude
Deathcore
-Deathduspart
Deathfuzz13
Deathhope666
-Deathism
Deathit55
-Deathmast333
-Deathomen
Deathrattle
-DeathsCaII
DeathsCoffer
Deathscyt56
-Deathstarlol
Deatths
-Deb0wer
Debauchery
Debb
Debdu
-Debil Missed
-Debiruss
Deborla
Debug
Debwani
Deca
-Decapacitate
-Decard Cain
-Decarium
Decath
DecayedWrath
Decca
-Dece1ve
Deceive
-Decent Drugs
Decerate
Dechmann
Decides
Decim
-Decim-san
Decimate
-Decius Maxim
-Deckiez
-Deckler
Declare
Declined
-Deco Himself
Decolonize
Decomposed
-Decon
Decs
-Dectron1
-Ded Ronald
-Ded Smithy
DedClicks
DedVittu
DedWilson
DedZap
DedZeppelin7
-Deddo92
Dedfin
-Dedge Inside
-Dediabl0
Dedicated
-Dedicated XP
Dedmoo
Dedressing
DedsetLegend
Dedville
Dedzone
-Dee
DeeLizard
DeeLuxe
DeeZe
-Deedeedee630
Deedlebees
Deeego
DeeezNats
Deejay
-Deeku vaan
DeelDoughs
Deemush
Deep
-Deep Medi
DeepInUrMum
-Deepika P
-Deepinuh
Deepnsider
Deerboy7I7
Deerhunt03
-Deerkl
Deerski
Deerskin18
Deevos
Deeyja
-Deez Mangoes
-Deezima
Deeztroyer
Deezy44D
Defaultbomb
-Defaulted
-Defeat Evil
Defeater
Defektas
Defelorn
Defence42
Defensief
-Deffi
-Defib
-Define Pain
Deflexus
Defloat
-Deflorator
-DefoNotKiwi
DefoNotSpoon
Defog
Deformedhell
-Defqonlord
Defrosted
Deft
Deftones
Defund
-Defunto2
-Defy Limit
-Defyinq
-Degak
-Deganti Upe
Degas
-Degen Darra
-Degen Ryu
-DegenGod
DegenRetard
Degeneraatio
-Degenic Neet
-Degenomics
Degradedd
Deguns
DeiAx
Deidera
Deifi
Deimoss
-Deinsmeins
-Deiron Tyson
Deitonus
Deive
-Deiviiz
-Deivis
-Dejagoo
-Dekeyser
-Dekkens
+Deivukas 69
Deko
Dekul
-Dekylex
Del1nquent
Del4no
-DelaIron
-Delaey
Delay
Delciotto
Deldeen
Dele
-Deleted
-DeleuzeSucks
Deleven
-Delga
-Delger
-Delhaize
-DeliMeats
Delic
-Delicoffee
Delimain
-Delirah
-Deliyria
-Delkku2
Dell
-Dell De Dul
-DellaRS
Dellamor
Dellies
-Delmar
Delmaro
Delonius
-Delphan09
+Delphan07
Delskiii
Delsym
Delta
-Delta 516
DeltaCloud
DeltaEpsilon
DeltaPapa
Deltaskull
-Deltawye
Delten
Delusional
Delusionnn
-Deluthul
Deluvial
-Deluxe5
-Delvex
DemSkillsDoe
Demander
Demboo
Demco
Demerlay
-Demetre130
Demi
DemiGodKempo
-DemigodI
Demising
-Demmegod
Demolidor
Demon
-Demon Albarn
-Demon Flare
Demon Plate
-Demon RS
Demon1793
-DemonWolf1
-Demon_Matrix
Demonaly
-Demonas
Demonboys1
Demoni
Demonic
@@ -11486,31 +5646,14 @@ Demonleader8
Demonslay335
Demonteats
Demoted
-Dempa
Dempeanut
-DempseyRoll
-Dempsters
Dempsu
-Demyze
-Den Bever
-Den Duivel
-Den Illya
Den1z
-DenZelouZ
-Denaelc
-Dench Bee
Denclosure
Denferok
-Denfoe
-Denggly
Denglish
-Denis
Denix6
Denizenn
-Denkil
-Denkue
-Denmarkian
-Dennaro
Denneny
Dennis
DennisWilbur
@@ -11518,12 +5661,9 @@ Dennisfr
Dennispanda1
Denny
Dennyispro
-Denonweff
DenouncedGod
Denoxite
-DenseLayer
Denssoni
-Densu
DentalMental
Dented
Dentistry
@@ -11531,88 +5671,50 @@ Dently
DenverHockey
Deny
Deny92345
-Denza93
Deon
Deoo
-Deoxy_19
Deoxys39
Depdada007
-DependaAF
Depends
-Depenenkal
-Depletion
Deplox
-Deprimes
Deprimir
-Depster
DepthStryder
-Deputy Mibo
DeputyDwigt
-Der Hungrige
-Der Panda
DerPunkt31
Derbados
DerbyDerbs
Derdel
DerekBarnett
DerekEmKay
-DerekWins
Derenity
Derick
-Derived Hope
-Derk Danger
-Derkalurka
-Derkila
-Derkle
Dermijiny
-Dern Swan
Derot
-Deroy
DerpCanin
-DerpDeezy
Derpmoil
Derptimusbro
DerpyClayDog
Derrick
-Derrick Rose
-DerrickC145
Derrik
Derrin
-Dertay
Des0rg
-Desaus
-Descendence
-Desconectado
-Desear
Desert
-DesertAmulet
DesertEagle
-DesertFlower
Deserve
Desi
Desigium
Desinger
-Desinteresse
Desire
Desk
Desley
-Desn1q
Desoroth
Desper
Desperados
-Despitous
Despot
Dest
-Destab
Destinneh
-Destiny Goat
Destr0i
-DestroyButts
-Destructoid
Desuelle
-Desuhmate
-Det BabyLegs
-DetRedWings
Detain
Detects
Detectum
@@ -11621,416 +5723,223 @@ Detonati
Detone
Detriment
Detrimental
-DetroitSux
Deugeniet
Deunek
-Deur NL
Deurloos
Deus
-Deus Esq
-Deus leto
-Deus lux est
DeusFerox
DeusXQuinoa
Deuxth
-Dev Jacob
-DevMoney420
-Devanar
Devb0t
Develinside9
-Develique
-Devidedby0
-Devika
Devil
-Devil Horns
-Devil lnside
Devil9394
DevilOfheavn
+Devilbong420
Devildog
Devilege
Devilgod
-Devilish
Deviljin583
Devilman
Devils
Devilsbkb0ne
-Devilsjoker
DevinTheDude
Devinchi
Devious
-Devise
Devizer
Devo
-Devon Btw
-Devoted I
Devotion
Devoured
Devourkitty
-Devry Cain
Devstated
-Devv N
-Devvy UwU
Dewa
-Dewarping
Dewiro
Dewitten420
Dewk
Dewrunk
Dewsk1
-Dewts
Deww
-Dex Territy
Dexby
Dexderp
Dexlan
Dexter
-Dexter Lou
Dexterity
Dexxaz
-Dexxtrouss
-Dexy Fiend
-DexyDean
-Deykota
Deyou
Deyron
Deysean
-Deyvyejones
Dezerthuntar
Dezi-VII
Dezkor2
-Dezmezz
Deztroyer
-Deztroyer 0
-Dezzu
-Dflow023
-Dfs Sfs
-Dfuks
-Dfw
Dgalaga
Dgref
DhRecka
Dhae
-Dhaegar57
Dhaeqriyil
-Dhaggz
-Dhalsim
-Dharek
-Dharma Van
Dharoc
Dharok
-Dharok 0bama
-Dharok Derek
-DharokHardOn
Dharokbomber
-Dharoker
-Dharokz
Dhavy
-Dhides
-DhingusKhan
Dhon
-Dhon Do
Dhor
-Dhr Leon
-Di vau vand
DiaRelent
DiaThresh
-Diabalo
DiabeticKid
DiabeticPhuk
-Diabetucus
Diablo
Diablo47741
Diablosis
DiabolicDead
Diade
Diagnosis
-Diagonlane
-Diah
Diako
-Diako Gyan
Dialga
-Diam0nd01
-Diamega
Diamond
-Diamond D
-Diamond Jozu
Diamond2192
DiamondScott
Diamondback
Diamonds
-Diamonds Jr
Diamonds lit
Diamoniakmep
Diampromidi
-Dianakins
DianasaurEgg
Diane
Diapeetikko
-Diaper Dan
Diaresta
Diariez
Diarrhea
-Diarrhea Tom
Diart
DiaryNoob
-Dibbo
Dibbu
Dibidos
Dibidus
Dibsis
-Dibsis CoMa
DibtheLegend
-Dibudabudi
-Dibyel
DiccEat
-DicedBrotito
-Dicer
-Dicey ReRoll
Dicio
-Dick Jones
-DickNBallin
-Dickbruiser
-Dickeroo
+DickLovett
Dicko
+DickyPops
Diclo Force
Dicnar
-Dicso
DictatorNL
-Did You Fart
-Did You Try
DidAnalOnce
DidISayWeast
DidNotDieBtw
DidUJustBgs
-Didavoo
-Diddle Drip
Diddlybopp
Diddmeister
Didi
Didnt
-DidntAsk
Didny
-Didsome1say
-Die hard 66
DieAntwoord
-Dieby
Died4Hides
DiedRank
DiedSierra
-Diedrrr027
-Diegoide
-Dien0
Dieno
Diesel
-Diesel Bill
DieselPump
-Diet Andy
-DietSquid
Dietch
Dieu
-Diffindo
-Diffy
-Dig Bick 420
DigBicker
-DigDaniel
DigOlBick
Digestive
Digger
Diggernick32
Digghass
-Diggy
Digi1al
DigiDestined
DigiFlisp
Digifreak045
Digironimo
-Digit28
Digital
-Digital Age
-Digital day
DigitalGamer
DigitalKillz
-Diglett Dave
-Dignace
Dignity
-Digtalcarrot
-Digweed
Digyeety
Dihl
DiiK
Diiferent
DiiirtyDog
-Diisphoria
Dija
-Dikk Mabbutt
-Dikkaz
Dikke
-Dikke Hobbit
-Dikke Kei
Dikken
-Dikuufd
-Dil Pickle
-Dilbo
-DildoBagguns
-Dilexro
-Dilfslayer
Dill0n
-Dillaz
Dillbert
-DilleFlute
Dillhen
-Dillon
DillontheFox
-Dillusion94
Dilly
Dillywacka
Dillzpickl
-Dilogos
-Dilph
Diluzion
-Dilvy
-Dilx
-DimDimz
DimJangle
-DimKills
Dimaa
-Dimathys
Dime
-Dime Daddy
-Dime Skate
-Dimebag217
-DimitriosMVP
Dimmu
-Dimmy
Dimples
-Dimwits
-DinFulaJavel
-Dinamite
-Dinari
Dindu
DinduNuffen
Diner
Ding-A-Ling2
-DingDong
DingDongDell
-Dingbat Rat
Dinger30
-Dingle Eater
Dingus
-Dinh
Dinho1
-Dinieras
-DinkeLBerrG1
Dinkerwoltz
-Dinkis
DinkleBrrgh
-Dinkleberg
DinoBoy7
DinoSnore
-Dinomite
Dinoparrot91
-Dinorock
-Dinosaur
Dinostrong
-DioBrandoXx
Dioden
-Diogaite
Diogo
Diogun
-Dioor
DiorTemplar
-DiorTheGreat
Dios
-Dios world
-Diosdado_12
Dioxins
Dioxis6
Dipdadronan
-Dipical
Dipli
Dipolio
DippaDave
Dippoldism
-Dippy
-DippyMcshit
-Dipshit Dan
Dipyo
-Diq-In-A-Box
-DirectDesire
DirectDsLcul
Direwolf
Dirk
-Dirk Stryker
-DirkDigglr
Dirkieflurky
Dirol
Dirt
-Dirt Shark
DirtAss
-Dirtbag
Dirtbikerpro
Dirtboy345
Dirtjogger
Dirty
-Dirty Dozen
-Dirty Nuts
-Dirty Nwah
-Dirty Pack
-Dirty Tampon
-Dirty Wit
-Dirty Wookie
-DirtyDoc
DirtyGeUsers
-DirtyGlock
DirtyKo
DirtyLube
-DirtyOldMan
-DirtyShire
-DirtySouthNz
-DirtySpade
-DirtyWata
-DirtyyIron
Dirun
-Disabled
Disaster0
Disasterolgy
-Disastro
-Disbeliefs
-Disc
-Disc Chucker
DiscGG
-Disclosing
-Disclosure
Disco
-Disco Mayhem
-Disco PvM
DiscoDarwin
DiscoFever
DiscoLars
DiscoTronix
-Discoburger
Discodoris
Disconnecct
-Disconootje
Discord
Discordian
-Discounted
Discoveredx
-Discretions
Disentombed
-Disfunctie
Disgusting
Diskmedel
-Disloyal
Disneyland
-Disodrer
-Disorderly
Disperse
Disprivilag
-DissTeam
Dissidence
-DissyReborn
-Distained
Distanc3
Distard
DistinctEvil
@@ -12039,482 +5948,221 @@ Distroyer972
Disturbed
Ditherman
Ditt
-Ditt o
Ditto
Ditty
-DitzyGranny
-Dive Ball
DiveMedic
Divertus
-DividedSky
-Dividends
Divin3RS
Divine
-Divine Dream
-Divine Fenix
-Divine Furby
-Divine Mass
-Divine One
-Divine Oodle
-Divine Sveta
-Divine Zaros
-DivineLegend
-DivineRhythm
-DivineShine
-Divinenro
Divines
-Divinethug
Divinez
Diving
-Divinitii068
Divoky
-Divorce
-Divxd
Dixed
Dixie
-Dixie Pixies
-Dixin Yass
-Dixon
-Dixon Planks
Dixxy
-Dixy Wrecked
-Diy Dan
Diz_OG
Dizho
Dizk
Dizstruxshon
Dizza
Dizzleslayer
-DizzyDan
-DizzyPanda
DizzyRnG
Dizzzzy
-Dj Dimu
-Dj Jordi
-Dj Ju
-DjNateP
DjSpicyNuts
DjWalkzz
-Djacquays94
-Djagzar
Djahat
-Djauw
-Djavul
-Djbeejay99
DjenCraw
DjentleSoul
Djl0077
-Djmx1000
-Djoefer
Djozztico
-Djscoobsta_X
Djunya
-Djurfan
-DjustinT
DkPepper
Dkafeine
Dkzz
DlAMONDS
-DlBz
-DlCKE
DlCTATOR
DlDS
-DlE MACHlNE
DlNNER
DlONNE
DlPLO
DlRECT
-DlSCONNECTED
DlTTO
-DlXON
+Dlck
Dlghorner
DliveMarc
Dlorean
-Dm8
-DmVinny
Dmage
Dmante
Dmfs
-Dmgp
Dmhc
Dmi11z
-Dmitri333
-DmkFight
DmkKilla
Dmoe
-Dmt Kitty
-Dn Dayander
-Dn Havoc
-DnB Fanatic
-Dnc
-Dnv
-Do It Best
-Do It Myself
-Do You Zerk
-Do ur Best
DoDArmy
-DoHerbRuns
DoKZx
-DoMeDirty035
DoMeHardNan
DoSoQi
-DoUEvenTank
-DoWerkSonn
Doadles
Doajiggi
-Dob Au
Dobar
-Dobby Hanzo
DobbyGotPwnd
-DobbyTheSock
Doboner
Dobster
-Doc Doc
-Doc Heart
-Doc k i n g
-DocDingle
DocGiggles
-DocMonocle
DocVamp
-DocYouSign
Doc_Hershey
-Docere
+Docrates69
Docs
Docta
-Docta Mantis
-Docta dean
-Docter Brule
Doctor
-Doctor Ace
-Doctor Bubca
-Doctor Exx
-Doctor Fail
-Doctor Funk
-Doctor Fuzz
-Doctor Iron
-Doctor Krieg
-Doctor Luck
-Doctor Oby
-Doctor Swag
-Doctor WormP
-Doctor Wylie
-Doctor Zeh
DoctorCoc
DoctorHeiter
-DoctorKraft
-DoctorNutz
-DoctorRex
-DoctorSquat
DoctorTsom
DoctuhDrew
Docxm
Doddi
-Doddy8D
Dodge
-Dodge Feet
-Dodger995
DodgersBRAH
Dodgy
-Dodgy Player
-Dodgy Todge
Dodjomaster
-Dodko
Dodo134
Dodokipje
Dodol
Dodose
-DodusNet
Doefos
-Doeidoei
-Doep
Doesnt
-Doesnt Trade
-Doetje
Dofric
-Dog Fart Net
-Dog Myrnac
-Dog The Frog
-Dog did Meow
-DogDiet
DogFlyRatCow
DogLogNogJog
-DogShitter1
DogSoldier29
-DogTag
Dogan
-Dogannn
Dogax
Doge
-Doge Caravan
Dogecoin100x
-Dogesaurus
-Dogessa
Dogestyle
-Dogfruit1555
Doggiezz
Doggoat
-Doggshit
-Doglinsheran
Doglips
-Doglover7004
DogmanJones
-Dogplaceman
Dogpoop
-Dogres
Dogs
-Dogsh1t Main
-Dogshit Rick
Dogslayer420
Dogsume
-Dogtogod
Dogzie
Dohace
-Dohdee
Dohenus
Dohero
Dohski
-Doin It Raw
-DoinGodsWork
Doiran99
Doiu
-Doja Chompy
-Doja Shark
Dokarius
Dokdo
Doken
-DokeyPickle
-DokiToast
-Dokter Klok
-Doktor Onion
DoktorBarber
-Dokuganryu
-Dokuhime
-Dokusei
-Dol
-Dol Alt
Dolce
-Dolerkyo
-Dolf
Dolham
Doll
-Doll of Evil
Dolle
Dolly
Dollynho
-Dollynho Bro
Dolomite
Dolormight
Dolph
DolphinAnus
DolphinPucci
Dolphinl1ck
-Dom R
-Dom Wong
DomGaz
-DomLaurencio
DomYouAll
Domanater105
Domantass
-Domatic
-Domccas
Domeeee
-DomiGothMomi
Domiinant
Domika
Domimic
-Dominate Jr
Dominaton
-Dominator541
-Dominatorrz
Dominikus67
Dominionmake
DominoTerry
Dominos
-Dominus Omni
Domiros
-Domixin
Domke25
-Domknit
-Dommie 07
Dommy
-DommyDucky
-Domo Teddy
-Domoralized
Domoszlo
Doms
-Domstad Slay
-Domtoren
-Don Abuja
-Don Bob
-Don Boki
-Don Con
-Don DingDong
-Don Dotta
-Don Huono
-Don Matt
-Don Moochie
-Don Persian
-Don Robb
-Don Sebitas
-Don Serrano
-Don callum
-DonB0t
-DonBroco
DonDennis94
-DonMarcino
-DonThinKill5
DonWonTon420
Donair
-Donair Dude
Donal
Donald
Donald Dumps
-DonaldTrump
Donaldfact
DonaledTrump
-Donantelo
-Donate Here
-DonateBond
Donato
Donchz
-Donda
-Dondd
-Donderschok
-Done enough
-DoneThat
Dong
-Dong Chan
-Dong em Down
DongActual
-DongCowboy
DongEater
-Donger Lord
-Dongi
Donging
-Dongolark
-Dongs Ahoy
Dongsalad
Dongu
Dongus
-Donkerblauw
Donkere
-Donkernick
-Donkey Kink
-Donkey Squid
DonkeySocks
-Donkhu
DonldTrumpet
Donnatello
DonnieAssie
Donnieduke
Dono
DonoWho
-Donology
-DonovanRS
-Donsalt
Dont
-Dont Be Pked
-Dont Heal
-Dont Sir Me
-Dont You Shy
-Dont do dat
-Dont skill
-DontBeMad
DontBotNerds
-DontDieMase
DontDieSans
-DontEatMyDog
DontGetDrops
DontHoldBack
-DontJump
-DontPanicPlx
DontSassMe1
-DontStarve2
DontTellFeds
DontTouchIt
DontUseFKeys
-DontWarnMe
-Dontneedbp
Dontyoudoit1
Donuhtzz
Donut
-Donut181
-Donutman
-Donvys
Donwcpot
-Doob
Doobe
-Doobie Doo
-DoobleDecker
-Doodle Bob73
DoodleCraver
DoodleTheGod
Doodled
-Doodledash
-Doodoolist
Doodslag
-Doof
Doofe
-Doofensmirtz
Doofy
-Doogl3
Doogyplumm
Dookami
Dookers
Dookie
Doom
-Doom Bar
-Doom Metal
-Doom Raiser7
DoomDoomDoom
DoomFruit
Doomblade
Doomed
-Doomed Necro
-DoomiShroomi
-Doomkid50
-Doon
-Doooooobie
-DoorDshGamer
-DoorTech
-DoorToLight
-Doorknob
-Dooz 12
Dopamemes
-DopaminAbxsr
Dopamine
-Dopamine OD
Dopatopia
Dope
-Dope Doc
-Dope Plugs
-Dope Sweater
-Dope btw
DopeAnteater
DopeCalippo
-DopeDrop
Dopedrift
Dopeturtle
Dopeules
-Dopey Iron
-Doppa
-Doppleganger
-Doppleladler
DopplerDank
-DoraDaExplra
DoraSweetass
-Dordin
Dore
-Dorede
Dorg
-DorgonPocket
Dorgoroth
Dorito
Doritomancer
Doriva
Dorkydevil93
Dorman Jr
-Dormant Evil
DormiNdaExp
Dorohedoro
Doronn
@@ -12522,126 +6170,39 @@ Dorp
Dorse
DorseHong
Dorthea
-DortyKil
Dorvagten
-Dory364
-Dos STI
DosEquis
DosKadenas
-Dosia
Dosk
Doss
-Dostalgia
-Dot Death
-Dot Head
Dot_Tea
Dothalican
-DottySloth
Douane
Double
-Double CupMc
-Double Drop
-Double Take
-Double agent
-DoubleBrowns
DoubleDeezus
Doubleb011
Doubledonk
-Doubt
-Doubt It
-Doubted Pyro
Doug
-Doug Salt
-Douglasotto2
Dougoboy
Doujinmoe
Douq
-Douyin
-Dova_sage
Dovahkiintim
Dovahkyng
-Dovitello
Dovydas54
Dowatnow
Down
-Down Vote Me
-DowniePatrol
Downland
Downlifter
Download
Downtown
-Downworld
-Dowzi
-Doxus
Doxxme
Doxy
Doye
-Doyer1
-Doyers
Dozck
Dozerdayne
Dozerrrr
DpittmanIM
Dqzi
-Dr 7
-Dr Atsum
-Dr B3rry
-Dr Bading
-Dr Barty
-Dr Butt Love
-Dr Caccon
-Dr Camembert
-Dr Cremaster
-Dr Crumpet
-Dr DO0M
-Dr Edy
-Dr Flipflops
-Dr Gainz
-Dr Geyseks
-Dr Glottis
-Dr Gotham
-Dr Gulak
-Dr Harry Nut
-Dr Ivar
-Dr Jago
-Dr Jerry
-Dr Kenchi
-Dr La Scotte
-Dr Lulu
-Dr Madv
-Dr Mawffle
-Dr Melons
-Dr Mikey
-Dr MonaLaser
-Dr Mustacho
-Dr Mustard
-Dr NFC
-Dr Neuron
-Dr No Life
-Dr Oreo
-Dr PFAFF
-Dr Phil
-Dr Plebeian
-Dr Quirke
-Dr Rave
-Dr Robster
-Dr Rum
-Dr Shook
-Dr Siesta
-Dr Slayer
-Dr Stamps
-Dr Swaggins
-Dr T e a r
-Dr Tanner
-Dr Volts
-Dr Will MM
-Dr Yosty
-Dr Zeby
-Dr Zeh
-Dr Zimm
-Dr obZen
-Dr smithing2
-DrAsTiiC
DrBeast
DrBen50
DrBigSang
@@ -12650,197 +6211,97 @@ DrBlumpkinz
DrBuckFitchs
DrButter
DrC0X
-DrChezz
DrCrunch13
DrDRespect
-DrDankMan
-DrDankRip
-DrDemitrius
-DrDennisMD
-DrDitalini
-DrDoddi
DrDruen
DrEfficient
DrFlobe
-DrFognog
DrHugecookie
-DrJoose
-DrKayzed
-DrKevinn
DrKiloGram
-DrKush69
DrKushBurner
-DrLoomis
-DrLuckyacorn
DrMatthie
-DrNachtiga
DrOly
-DrPeppermmm
-DrPhil2019
-DrPhineas
DrPoopstein
DrProfess0r
-DrRift
DrRipStudwel
DrSevens
-DrSkunkPhD
DrSquanto
-DrSwag
-DrWodahs
DrWoolyNips
Dr_Olusegun
DraCoNiiaN
-Draacaryss
-DraakSeviper
-Draakmonkey
Drac0claws
Dracarus
Dracaryys
-Draccnor
-Drache104
Draciel
Drack3d
Drackon
Draco
-DracoGhost
Draconian111
-Dracote
Dracts
Dracula50125
-Draeghem
-Drag Puff
-DragSyndrome
Dragen
-Dragen Ballz
-Dragers
DraggSlayaa
Dragnarok
Dragneel
Dragnipurake
-Dragnkllr233
Dragon
-Dragon Boots
-Dragon Brew
-Dragon Gras
-Dragon Imp
-Dragon Not 6
-Dragon Sword
-Dragon Those
-Dragon7998
DragonAxePlx
DragonDrew
-DragonKlaas
DragonPrime
-DragonSpayer
Dragonbait4
Dragonboy691
Dragoncore74
-Dragonfeir
-Dragonflew
Dragonheat46
-Dragonkin892
-Dragonkingiq
Dragonlear1
-Dragonluv16
Dragonmake
DragonoidA2
-Dragonrains
Dragonrune16
-Dragons Iron
-Dragonslayaz
-Dragonstompy
Dragonstone
Dragonvirse
Dragonz
-Dragonz Fury
Dragoon
-Dragoon0517
Dragoonalfa
Dragoonhuntz
-Dragoonnoth
-Dragoscale03
-Dragq
-Dragster5300
Draind
Drairi
-Draiserman
Draithus
Drakanelf
-Draken Feest
-Drakenwold
Drakesh12
Draket
-Drakhom
Drakken
Draknar
DrakoVamp01
Drakonid
-DrakosWrath
-Drakuonis
Dramyre
-Dranasty
Dranty
Drap
Drapht
-Draugadroid
-Drava
-Drawbridge72
Drawde
Drawll
-Drax
-Drayden
Drayheart
-Draynth
Drazar
Drazart5
Drazhe
-Drazzo
Drbeto11
-Dre Skrila
Dread
-DreadPandora
-Dreadfvl
-Dreadnott173
-Dreadnough77
Dreadnoughtt
Dreadnuts
-Dreadzie
Dreagation
-Dreak
Dream
-Dream Deeply
-Dream Delve
-Dream Plan
-Dream Queen
-Dream Realm
-Dream Tempo
Dream-layer
DreamJT
Dreamboats
-Dreamcatcher
-Dreamchasr
-Dreamfreeze
Dreamguy
-DreamingLily
DreamingNote
-DreamisBack
-Dreams Real
Dreamscape
Dreamstain
-Dreamvil
-Dreamy Ku
DreamzRs
Drecy
-Dredd
Dreddshott
Drednok
Dreek
-Dreepy885
-Dreeww
-Dregulle
Drei
-Dremarial
-Drenthe
+Dreiriez_69
Drenz
Drenzek
Drenzi
@@ -12851,167 +6312,78 @@ Drew89
DrewNG
DrewToshiro
Drewbber
-Drewbob24464
-Drewby
Drewcas
Drewfuss32
DrewsHotMom
-Dreww
-Drex
-DrezaR
Drezilith
Drfannypack
Drgreenthumz
-Drie Fristi
-Dries D-P
-Driesca
Driest
Driewieler
Drift
-DriftTap
DriftVolvo
Driftzzilla
Driger
-Driger F
-Driink
-Drijf Hout
Drikett
Drikon
-Drill n Fill
Drink
-Drink 4 Loko
-Drink Empty
-Drink Local
-DrinkCheap
DrinkPapaMlk
DrinkSlinger
Drinkability
-Drinker
-Drinkin Pete
Drip
Drip To Hard
-Dripping Gut
DrippingSack
-Drive Stick
Driver193
Drivious
-Drizzy Drake
-DrkMstr89
Drkfirelord2
-Drlime
-Dro0
-Dro268
-Droefto3ter
Droge
-Droge Dackel
DrogeBanane
-Droid
Dromedario
Drommy
Dromy
-Dron Iick
-Drone Reed
Drone347
-Droog Meneer
Droom
Droopy
Drop
-Drop Acid
-Drop Brews
-Drop Please
-Drop Rates
-DropGetter
DropMeUrPet
DropTheFlop
DropTopWizop
-Dropko
-Dropletics
Drops
DropsWhen
-Drosaire
Droski
-Drouter
Drri
Drrrrunk
Drswole
DrtyBusDr1vr
-Drtyhnddog
Drudenhaus
-DrudgeMunkey
Drug
-Drug Test
DrugProblems
-Drugged Out
Drugonaut
-Drugs Hurt
DrugsArBadMK
DrugsHere
-Drui
-Druknr
-Drukzah
-Drum
-DrumBarrel
-Drumaz
Drummaboy276
Drummadr
Drummerz
Drums
-Drums X
-Drums of War
DrumsSpace
-Drumz
Drunk
-Drunk CCTV
-Drunk CJ
Drunk Jake
-Drunk Mimic
-Drunk Pastor
-Drunk gaming
-Drunk n High
DrunkAssassn
DrunkDriving
-DrunkGhillie
-Drunken
-Drunken Monk
-Drunken org
Drunkfam
-Drunkiin
-Drunkn Fun
Drunknerd
Drunknhiiiii
-Drwe
-Dry 4 Hilt
-Dry Cleaner
-Dry Dong
-Dry Hard
-Dry Hardcore
-Dry Soup
-Dry Trip
-Dry on stuff
-Dry so I Cry
-Dry x
DryBandit
DryWolf
Dryhump
-DryksMuseum
Dryness
Drynx
-Dryron Man
Dryskies
-Drysol
-Dryune999
Dryya
-DshubaMisfit
-Dsk 10
DssHimself
Dstroyed
-Dt2m
-DtWoofles
Dtjenl
Dton
-Du
-Du Old Pker
-Du lourd
Du5tin 3
DuTson
DuYorick
@@ -13019,489 +6391,233 @@ Dual
Dualerz
Dualicious
Duaneker
-Duarterecife
Duathlon
-Dub Season
-DubC Brownie
-Dubalonius
Dubber
-Dubbers15
-Dube
Dubie
-DubieDebies
Dubios
Dublestuffed
Dublet
Dubs
-Dubs_789
Dubsake
Dubspeck
DubstepsDead
Dubu
-Dubu Dahyun
Dubz4Dayz
Dubzy91
-Duc
-Ducid Lream
Duck
-Duck Sucker
-Duck Tape
-DuckEnte
-DuckNoSmoke7
-DuckSick
Duckcited
-Ducklovesyou
Duckreas
-Ducks Quac
-Ducks U
-DucksFatha
-Ducky HVIII
-DuckyTears
Duckzi11a
Dudash
Dude
-Dude Come On
Dude12677
Dude9103
DudeAtHome
-DudeItsMikey
-DudeWD40
-Dudefish64e
Dudeimblazez
-Dudenmi
Dudetastic
-Dudification
DuelKing
-Dufendr
Duff
-Duff Daddy
-Duff Groupie
-DuffHeavy
Duffmanas
Duffs
Duffy234
-Duffybroh
Dufwha
-Duggie
Dugong1338
-Dugsie
-Duh Kota
-Duhstin
Duhul
-DuiBuQiShaBi
-Duindorp
-Duk Me Hard
-Duke Ag
-Duke Babylon
-Duke Roland
-DukeBaird
-Dukino
-DukkuTzi
Dularian
-Dulezburg
Duli
-Dullskie
Dulwich
-Duly Ignored
-Dum n dumr
DumFuknIdiot
Dumb
-Dumb Alien
-Dumb Ass Dan
-Dumb Drunk
DumbDog
DumbMatt
DumbThiccAss
Dumbaneering
Dumbass
-Dumbass 69
-Dumbass Tony
Dumbells
Dumber
Dumbfounded
-Dumbfuk
-Dumbi
-Dumbledore
-Dumesday80
-Dumfries
Dumle
-Dumoo
Dumpert
-Dumpsterjed1
Dumwood
-DunJunn
+DunDiddly69
Dunadane
-Dunbahn
Dunc95
Duncan
-Dunco
Dundasso
Dundefeated
-DunderHonung
-DunderLadd
-Dundiez
Dundonian
Dundrift
-Dundrturken
-Dune dain
-Dungfung
Dunghead
Dunizz
Dunjins
-Dunjun
-Dunkbox
Dunked
-Dunked on
-Dunkies
-Dunkle Sonne
-DunknDink
-Dunkston
Dunlaf
DunneDone709
Dunnill
Dunwall
-Duo Armadyl
-Duo Elysian
Duodenum
Duoing
Duoli
DupaMuck
-Dupe Holder
-Duper
-Dupey
Duplicated
Dupy007
Duqq
-DuraDoobs
Duracell
Duracell321
-Duradad
Duradal
Duradels
Duradyl
-Durag Pat
-Duramax
-Durant
Duravillidad
Durex
Durexslayer
-Duri
Durial
Durial32won
Durialives
Duriel1
Duriul321
Durkburt
-Durlz
Durni
-Durns Main
Durocher
Durooo
-Durtsa
-Durtsamang
-Durtstar
Durty
DurtyFish
DurtyFish HC
Durukah
Durumfe
Durumoomoo
-Durza Spy
-Dus1O
Dusansss
Duseballs2
-Dushie
-Dusk Summers
Duskel
-Dust in
Dusted
Dusters
Dustielle
-Dustin Rush
-Dustinant5
Dustinn
-Dustins Main
Dusto56
Dustpan18
Dustt
-Dusturbia
Dusty
-Dusty cones
-DustyNoods
DustyPope
-Dustyin
Dutch
-Dutch Diablo
-Dutch Dog
-Dutch GOdz
-Dutch Genius
-Dutch Quin
-Dutch RvG
-Dutch girls2
-DutchEnergy
DutchStuff68
-Dutchbobby
-Dutchie
-Dutchtin
DutchtinOS
-DutchtinsAlt
DutchyCrazy
-Duty
Dutzu
Duuni-Pete
Duva
Duvel
-Duvelicious
Duvl
-Duwua Lipa
-Dux Sauce
Duxt
Duztin
Dvaergen
Dvdasa831
Dven
Dvlkid
-Dvn
Dvsk
Dvst
-Dw b happy
-Dw ight
-Dwagos 2
Dwake
-Dwaki
Dwarf
+DwarfDicker
DwarfSailing
Dwarfoox
Dwarfson
-Dwarve Mage
Dwaybe
-DwerlzCH
Dwibbel
-Dwight Sn00t
-Dworf
Dxnnis
Dxscoveries
-Dxue
Dxukko
Dydapynk
-DyePhix
-DyinToLive
DykeMenace
-Dyl Dough
-Dyl Gates
Dyla
-Dyla n
-Dylan Du Sol
-Dylan Iron
-DylanCarl
DylanFx
DylanWad
Dylanimal
Dylanm504
Dylann070
-Dylano
Dylbots
-DyldoGreat
-Dylectable
Dylian
-Dyllann
Dylrex
-Dyls
Dylshanwang
-Dylson
-Dylsy
Dymass
Dymenshun
Dymosh
DynamicDuo
-Dynamicdan47
Dynasty
Dynloris
Dynomite
-Dynstyreborn
Dyonutborne
-Dyonysos
Dyoung116
Dypso
Dyrakos
-DyreBatt
-Dyreshot
Dyrus
-Dysae
-Dyslexic gg
DyslexicTree
-Dyslexual
-Dysliexc
-Dyspnea
Dystopias
-Dysturbed
Dystxpian
-Dyth
-Dyvv
-Dyy
Dyzurah
Dz03
-DzRz
-Dzakar
Dzangg
Dzentelmenas
-Dzievan
-DzintarsOls
-Dzoseris
-DzsungelTyuk
Dzud
-Dzun
-E D V
-E Fox
-E MB
-E N I M A
-E R A
-E S H
-E SL
-E V 0 L
-E Z I O
-E hm C uee
-E ldest
-E lixor
-E lvarg
-E lves
-E mni
-E mpathy
-E njoy
-E nvy
-E p i i
-E r ic
-E th
-E thy
-E volve
-E-Dawg478
-E-Grill
E-Hubble
E-S-T19XX
-E1K
E4as
EA888
EARLYoCUYLER
EBDB
EBIDABLAY
-EBZ
ECCIES
ECH0
-EC_Legends
-EDATERHG69
EDGV1L
-EDM Erik
-EDM Playlist
-EDMJo
-EF tanq
-EFFlClENT
-EFILLAICOSON
-EFL
EG6808
-EGA
EGIRLSIMPER
-EGirl Marcy
EHPause
EHstro
EIGRP
EIessar
-EIithi
-EJ 207
-EJackUL8
-EL BULLYS
-EL GA TO
-EL Guuapo
ELCAMI
ELFlikeaBOSS
ELITE
-ELJosh
ELUSIVE
-ELVD
-EMIYA Alter
-EMPER0R95
-EMaes32
-EN X
ENAC
ENimmo
-EOCscape
-EOD20
EODdv
EPLS
-EREXI0N
ERGENEKON
ERJ145XR
-ERRIE HERRIE
ERRORMONSTER
-ESCEDDIE
-ESP Zone
ESPARG0
-ESPORZUL51
-ETE76
ETHIOPIAN
ETurns
-EV6A
-EVA ELFlE
EVE0
EVScape
EWFPLMFRLRLF
-EXECUT0RZ
-EXTT
EXpoZuR
-EZ Tag
-EZ Till Dead
EZ-Y
EZBar
EZnvm
-EaTZyourOReO
Eac63
-Eadgars Ruse
Eadles
Eagel89
Eager
Eagle
-Eagle Eye
EagleSafari
EaglesWentz
-Eairj
Eajk
-Eara1
-Earendil
Earl131
EarlRico
EarlVincent
Earll
-Earll Ragnar
EarnNest
-Earth rune
-Earth1ing
-Earthling Em
-Earz
-EasY FraG
Ease
East
EastEnders
EastSyde
-EastWho
-Eastlakeclub
-Eastment
Easy
-Easy Girls
Easy1
-EasyDingMike
EasyFro
-EasyJet
EasyNoRoids
EasyRNG
EasyTurbo
EasyWhale
-Easycore
-Easyskillszs
-Eat Crow
-Eat God
-Eat Hot Chip
-Eat Tacos XD
-EatBrick Kid
-EatMoreGlue
EatNutsGegex
EatSand
EatSleepPlay
@@ -13509,84 +6625,43 @@ EatULive_666
Eatbananana
Eathan
EatingBigD
-Eatpiebro
-Eats Pant
EatsPoop
Eatu
Eazie
Eazy
-Eazy AF
-Eazy Rat
-EazyGam3
Eazy_Peazy16
-Eazymon
-Eb Marah
Ebbitten
-Eberebus
Ebgame2
Ebinki
Ebisumaru
-Ebola
-Ebolapaska
Ebp90
Ebrahem2004
-Eburr
-Ec0
-Ecahs
-Eccles Alt
Ecdubs
Echo
-Echo GIM
-Echo Justice
-Echo Slam
Echo4211
-Echo_XVII
-Echte Belg
-Ecko RS
Eckou
Eclardyne
EclecticDern
Ecnubsirhc
EcoLite
-EconPhD
-Ecs Nick
-Ectuu
-Ecxes
-Ed Dobalina
-Ed Si
-Ed Word
EdEddndEddy
-Edd Gein
Eddapt
Edde7000
-Eddi e
-Eddie GGs
-Eddie MLG
Eddie1402
EddieMercury
EddieTross
EddieVanHalo
-Eddoz
-Ede n
Edelbae
Edelweise
-Eden XD
Edga64
-EdgaRyto
Edgar
EdgarAlnGrow
EdgarKing
-Edgarr
Edge
-Edge c dr
-Edge51
Edgelord
-Edgerunner
Edgevill
Edgeville
Edghill
-EdgingGod
-Edgy Boss
Edgykid
Edgynald
EdibleChickn
@@ -13594,48 +6669,22 @@ EdibleSnow
Edisx13
Ediverse
Edje
-Edjob
-Edmund
-Edn
-Ednnnx0
EdoKirurari
-Edocsil Domi
-Edocsil IRON
EdotheJew
-Edoxa
-Edpls_o
Edson
Edspresso
Edsy
-Eduardo II
-Eduardoo II
Eduasia1
-Edunu
-Eduzey
Edvin
-Edvius GO
Edvyno1
Edwald0
-Edward Teach
-Edward phish
Edwarriorx
Edwin Ownz
-Eeeeeeeman
Eeeeera
-Eeekpenguin
-Eeepen
-Eek The Nub
Eeli
EelsUpInside
-Eem lekker
EenViezeVent
-Eend btw
-Eendsaurus
-Eernegem
Eeveeeee
-EeveyBee
-Eexhausted
-EfORya
Efendi
EfficientBot
EffinNips
@@ -13643,147 +6692,63 @@ Effril
Efnie
Eform
Eftur
-Egg Boy
-Egg Olmlet
-Egg rolls
-EggInTheRain
Egganator1
-Eggs 11
-Eggs N Bacey
-EggscapeRoom
-Eggspert
-Eggssmells
Eggsy
Eggtooth1
Eggy
-EggyChipz
-Eggzotic
-Eglerz
-EgoTeri
Egoistic
Egoran
Egorous
Egotistixal
-Eh MapleTree
Ehdjsnd
-EhhFK
-Ehms
Ehnra
EhpEhbGrind
-Ehpatrick
-Ehpriori
EhrenSpoon
Ehunter
-Ei hekille
-Eidolonvool
Eientei
-Eigenspace
-Eigenvalues
Eight
-Eight_10
-Eigma
-Eihwaz
EikAyZ
Eikel
-Eilfs
Eimp
-EinBerlin3r
Einar
Einaras
-Eindbaas
-EindelijkMax
Eingebildet
Einsteins
-Einswarior3
-Einyel
Einzelkampf
Eirik
Eisen
-Eisengor
Eitsei
Ejiogbe88
Ejjj1000
Ejma
-Ejx
-Ekali
Ekim
-Ekim117
EkkoThresh
Eklof
-Eklofs
Ekonomisti
-Ekovo
-Ekstra
-Eksynet
-Ekwendeni
Ekxo
-El Arana
-El Blame
-El Blaze
-El Boppo
-El Chip
-El Ghost
-El Guapo
-El Panache
-El PapiTrump
-El Pato lOko
-El Patolino
-El Pinguino2
-El Podger
-El Scouse
-El Smurf 370
-El WarLord
-El Znorro
-El-Fahoum
ElBlancooo91
-ElGatoGris
-ElGreg_4
-ElHash
ElJReezy
ElJohnny
ElOso
ElPoyoSenpai
-El_Pickle69
Elaedor
-Elano
Elasticy
-Elatedscarab
-ElationArrow
-ElbartoOSRS
-Elbowd
-Elbows Out
Elbs
Elchapo24
-Eldasero
-Elder Coal
-Elder Siroj
-Elder nerd
-ElderMoth
ElderRyu
Eldereon
Elderpliney
-Eldest Sense
Eldia
-Eldin
Eldonskii
Eldoubleyou
Eldrek
-EldridPenny
Eldritch
-EldritchMage
-Elduz
Eleandil
Elebit
Electr0lysis
Electric
-Electric Mud
-Electric cat
-Electrics
Electrike
-Electro Beat
-Elektr0nas
Element
-Element Sk8
Elementality
Elementhur
Elementiix
@@ -13796,97 +6761,57 @@ Elendaro
Elenion
Elephanten
Elephants
-Elephantz
Elephent
Elev
-ElevatedLife
ElevatedSoul
Eleven
Elevennn
Elevil
Elevo
Elexuitt
-Eley
Elezar
Elf King Leg
-Elf u
-Elfess
Elfie
-Elfinsocks
Elfire626
ElfsWordFly
-Elgifted
Elgingo1
-Elgstant
-Eli Ancients
-Eli Fe
-Eli Junior
Elia135792
Eliass
-Elice
-ElichikAyase
Elicit
Elif
-Eligos
-Elijah Who
Elilia
Eliot
Elipson
Eliptats
-Elirond
Eliseuh
Elit
-Elitaire Lul
Elitarisme
Elite
-Elite HIT
-Elite Moscu
-Elite Sendi
-Elite Slayer
Elite387
-EliteJager
ElitePvmer
EliteScaper
-Elite_Quests
Eliteisftw
ElitesEyes
ElitesFinest
-Elitist Weeb
-Eliwin
Eliwood225
Elixir
Elizabethboy
ElizeRyd
Eljaaa
-Elkanath
Elkias
-Ell1eScape
-Ellakazam
Elliebus23
Elliot727
Ellise29
Elliterate
Ello
-Ello Ron
Ellphie
-Elly Dog
ElmSpringsTN
Elmatron
Elmo
-Elmo Narca
-Elmos Wrld
-Elmswood
-Elnaphant
Elnuma
-Elo Luigi
-Elo Solo
EloJimmini
Elocuente
-Elodie
-Elon M9sk
Elons
-Elox7
-Elpis
Elppu
Elqnaattori
Elrebririand
@@ -13896,121 +6821,56 @@ ElroyFTW
Elryeth
Elsa
Elshak
-Elsheshima
Elshi
-Elshire
-Elsworth
-Eltader2
-Eltry
Eltuu
-Elucidation
-ElunedsSong
-Eluniel
Elusive
-Elusive Drop
Elusive818
-ElusiveOne
-Eluti
Eluw
Elve
-Elve Alt1
-Elve Elve
-Elveiq
Elven
-Elven Durant
-Elven Lamp
-Elvenborn
Elverum
Elvey
Elviax
-Elvin
Elvis
-Elvis Crespo
-ElvisArt069
Elvs
-Elvyn Frenzy
-Elvz
Elwood
-Ely the Man
-ElyGoulding
Elyam
-Elyaris
-Elyas5
-Elyas_Max
-Elycal
-Elyes
Elyixa
Elynescence
Elyphosani
-Elyqs
-Elyrion
-Elysi
Elysian
-Elysian Brew
-Elysian OSRS
ElysianError
ElysianOP
ElysianTank
Elysianlove
Elysianz
Elysion
-Elysiuhm
-ElysiumFalls
Elyte
Elyxr
Elyysian
-Elyzarin
-Elz
-Em il
-EmTvLive
-EmaBeast OS
EmaRae
-Emacity momo
Emad
EmagndiM11
-Emalexa
Emanated
-Emanuel
Emasterone
-Ember
-Ember of Ash
-Embereus
Embossis
Emce
-Emeowtion
Emerald
-Emerald Jack
-Emeraldx
Emergency
Emericanpkur
-Emerickb93
-Emeritas
EmeritusD
-Emhrys
Emiel
-Emiel Btw
EmielM
-Emielos
-Emiit
Emilharen
Emilis
-Emilliio
Emilozz
-Emilozzz
-Eminem Yupp
-Emirdagli
Emirdagliii
Emithyst
-Emiya Shiro
Emma
-Emma Main
-Emma Q1
-Emma epsi
Emma1020
EmmaCn132
EmmaEmma
EmmaRose
-Emma_RC
Emmaes
Emmalitarosa
Emmet1156
@@ -14018,52 +6878,28 @@ Emmet20
Emnay
Emnicious
Emnitylol
-Emo Bee
-Emo King
Emoness
Emoticon
Emoyy
-Empathy TKE
Empathys
Emperor
-Emperor Elo
-Emperor Xau
EmperorBuggy
Empery
Empire
-Empire State
-Empireglorth
Empirix
Empty
-Empty Box
EmptyB
EmptyBox
Emptyhalo
-Emptynogin
Empyre
-Empyrius882
-Emriat
-Emu War
-Emumafia
Emus
-Emylia
En Jernmand
-En ki
-En oo vajaa
En99omgangen
-EnCue
Enabled
Enabler
Enanthat
-Enbrel
-EnbyDeal
Encrypted
-Encryptiron
-Encyclopedie
-End Goals
-End Grind
End1ess
-EndOnDeath
Endanged
Endem1c
EnderMart
@@ -14071,266 +6907,134 @@ Enderofwar
Endgame
Endgameplzz
Endgegner
-EndingTime
Endir
Endl3ss
EndlesNights
Endless
-Endless Dawn
-Endless RNG
-Endlingg
Endo
Endor
-Endos
-Enedal
Enemez
-Enemm
Enemyboy
-Energie
-Energise
Energy
-Energy Dave
-Enert
Enes
Enfers
-Enfes
-EnforcerOP
Eng1and
Engage
-Engagement
EngelNacht
Engen
Enginaer
Enginarc
Enginear
-Engineer Sam
-Engineered
-Enginerd09
-Engl1sh
+Enginerd07
Englandwon
Englebassen
-Englehr
English
-English Sir
-English noob
Enhtitled
EnigmaCoder
EnigmaWR
-EnigmaZen
-Enis Kanter
-Enivid
Enjoi
EnjoiAssault
Enjoy
-Enjoy It
-Enjoy Today
Enjoymydhide
Enjoys
-EnjoysQuests
-Enk rypted
Enkaidu
Enkeltje
-Enkh
Enki
-Enkidu260
EnlargedNads
EnlargedNut
-Enmios
-Enora Nyx FE
Enoran
Enormous
-Enormous Hog
-Enos
EnoughGfuel
-Enoux
Enphadei
Enraged
-Enraged Crow
-Enraged Lamp
-Enranged
Enrich
Enrico
Enrik
Enroza
Ensanguined
Enshu
-Ensnare
-Ensomhet
-Ent Sapling
-Ent1tle
Enterprise
-Enthusigasm
Entitled
-Entiy
Envello
-Envidius
Envied
Envil
Envious
Envvi
-Envx
Envx1
Envy
-Envy S
-Envy lul
-Envyctus
EnvyouS
Envys
Envyy
-Enza Denino
Enzed
-Enzel
Enziguru
Enzyme
EoMeri
EocBlowsNuts
Eodwyn
-Eol Ivan
-Eos Adamm
-Eos Mark
Eostrix
-Eowy
-Ep1breren
-Epaah
Eperz
-EphermalGoat
-Ephi
-Ephrayim
Epiales
Epic
-Epic Nom
-Epic Popo77
-Epic Specz
-Epic Star
-EpicGamer69
EpicReefer
-EpicSalmon
-EpicSpasms
EpicToaster9
-EpicTomato
EpicX
Epic_Knight0
-Epicderk
Epicoz
Epicurus4
Epicvoid
Epicx
-Epigraphs
Epiixx
-Epikki
Episodic
-Epitohm
EpitomeSlay
Epix_x
Epiyon
Epods WifeY
-Epoinen9
Eponas
Eposs
-Eppdawg
Eppers
Epping
-Epson Eco
-Epyll
-Eq
Equilibria
-Equilities
Equnox
Eqwity
-Er0l
-Er1kasss
ErBr
-Era
EraJorma
Erabeus
-Erad
Eradicus
-Eragon 1
Eragondragen
Erase
-EraseThat
Erased
Eray
-Erbal
ErbearIV
-Erbiboar
Erbyss
-Erdi
Erebus
-Erect Chair
-Erect Diglet
Erectus Croc
-Eredln
-Eren The Nub
-Eren Yaegar
Erg129
-EriUmi
Eric
-Eric Brad
-Eric Dingus
-Eric Hansen
-Eric RS
-Eric V
-EricN7
EricPrydz
-EricR95
EricTheNoob
-Erica
-Erican Maxos
Ericc
-Ericgone13
-Erichilles
-Erics Pixels
-Ericsurf6
Eriction
Erie
Erijk
Erik
-Erik Ryatal
ErikProbably
-Erikaugust
Erikci Jr
-Erikito09
-Erikkert
-Eriknau
-Erikoisjouko
+Erikito07
Erikoiskahvi
-Eriksen14
-Erikske89
-Erikv28
Erinus
-Eriscord
-Erixzo
Erkki
-Erkki Pers
-Erkkiks
Erlid
-Erlin
Erlksson
-Erm its me
-Ermac
-Ermafrodita
Erna
-Ernestaiii
Ernesto056
Ernsour
-Ero
Erock2828
Erocktastic
-Erodel
-Erodoris
Erony
Eros
Erosei
-Erotic Maid
-Eroxtroy
Error
-Error 510
-Error X Life
-Error812
-ErrorSeven
Errric
-Errrr
Ersei
Ershayz
Ershayzz
@@ -14339,44 +7043,29 @@ Ertsu
Eruni
Eruptingcat
Erwin
-Erwin J
ErzaGames
ErzaScarlet
-Es0x Luc1us
EsArTee
-EsJayW
EsXP
EsbenViking
Esbuh
-Esc anor
Escalation
Escaline
Escanor1994
EscapeMaIron
-EscapeWhere
Escension
-Escha
Escnirp
Esconex
-Escot
-Esd
-Ese Burrito
Esham
-Esheme Sen
Esimies
-Esinaahka
Eskalt
Eskandar
Eskeleto9
Eskett
-Eskett II
-Eskib0y
Eskii
Eskild
Eskimeme
-Eskimo
EskimoFro
-Eskizzibur
Esko79
Eslamm
Eslihero
@@ -14389,16 +7078,10 @@ Espuky
Espyria
Esquelito
Essencehour
-Essex RS
Essylle
-Est Bellum
Estafeta1
-Estar
-Estebaan
-Esteedee
Esteeme
Esteet
-Esteffano 3d
EsterKai
Esterbrook
Estetica
@@ -14406,33 +7089,20 @@ EstevamStain
Estiem
Estonia9184
Estra
-Estrogenizer
-Estus
Estusin
Esya
-Etakenai
Etardoron
EtchaSketcho
Eternal
-Eternal Envy
-Eternal Max
-Eternal NEET
-Eternal Orb
-Eternal Qt
-Eternal Riw
EternalGuide
EternalHeart
EternalPants
-EternalSin9
Eternalfury2
Eternalgod99
Eternity
-EternityAP
EternityEndz
Ethaan
Ethan
-Ethan Hunt
-EthanMcSexy
Ethanol
EthansMain
Ethel
@@ -14441,304 +7111,157 @@ EtherBunny
Etherealist
Ethereous
Ethernet3
-Etherscan
Ethoxide
-Ethread
Ethwin
Etikk
Etis
Etkzera
-Etna
Etnie0
Etobicoke
Etrengereid
EttLitetHus
Etuovi
Etyaz
-Etymology
-Eu_Matheus
Euanx
Eucaryptus
Eucleides
Euclidian
-Euclipenguin
-Euf
-Eugenepickl3
-Euhem
-Euhh
Eukaryote
-Eukko
-Eulers Eagle
Eulogise
Eunbiii
-Eunie Xeno
Eunx
Euphael
-Eupharu
Euphorion9
-Euphoriotic
Euro
-Euro Centric
-EuroGarden
Eurovizija
Eusheen
Eusiriito
Euthia
-Euxii
-Euxy
Eva-O1
Evadari
-Evaiv
EvanWilliams
-Evanz40
Evaptix
Evawe
-Evdog
-Evelynn UwU
Evemarner
-Even2000
Even3518
EvenMater
-Evenepoel
Evening
-Eventyrlig
Ever
-Ever so Dark
-EverSingular
Everglow
-EveronSky
Eversiction
-Every Color
-Every Word
-EverybodyZuk
-Evette
Evictus
Evil
-Evil Buu
-Evil H
-Evil Inari
-Evil Kenevil
-Evil Lizard
-Evil Lord
-Evil Nishiki
-Evil Oak
-Evil Twin
-Evil Zayne
-Evil-Mind69
Evil3yez
EvilCopycat
-EvilDeeds
-EvilDegen
EvilFootLong
EvilH4mmy
-EvilOwen01
EvilTriumphs
Evilaz
-Evildoer
-Evilegod2
-Evilelfy
Evilhammer
-Eviljay
Evillized
Evilstar34
Eviltroll648
-Eviran
Evirane
Evnn
Evo9
-EvoSlacker
EvoSlayz
-EvoeHalt
Evoke
Evolooner
Evolution
Evolved
-Evra
Evrs
Evrybodypays
Evse
Evuk
-Evultion
-Evylix
Evytt
Evzmac
-Ew Its Mike
Ewan BTW
-Ewang
-Ewiiyar
Ewmu
Ewos
-Ewya
-Ex Files
-Ex Holy
-Ex Port
-Ex Sythe
-Ex-Slur
Ex3rt
Ex903
-ExHCMangy
-ExMachina
-ExMaxxed
ExPro
-ExPsi
-ExQ Bratan
-ExSevenTech
-ExShiron
-Exa OuO
-Exaalt
ExamJ
-Exambient
-ExamineCoins
-Examines
Examon
-Exanso
Exarch
-Exasperation
Exaz
-Exbos
Excadrill
Excaria
ExcelIsLife
Excellarate
-Excellini
-Excinium
Excise
Exclude
Exclusic
Excody0
ExcuseMyStr
-Execrating
-Executed
Executes
Exella
-Exem
Exercise
Exero
Exflacto
Exhaust
Exhibition
Exhumed
-Exi Sisukas
Exia
Exile
-Exile Vision
Exile88
-Exile_vChad
-Exiled Noobi
-Exiled Peon
-Exiled Slay
Exileeeee
Exiquio
Exiriam
Exiting
Exmigrant1
-Exminer
-Exo25
-Exoden
Exodusty
Exonaut
Exor
-Exorcism
Exoristic
Exorzist
Exotic
-Exotic Xenon
-Exotica
-Exotick
-Exp Jesus
-Exp Nerd
-Exp Wasting
Expaaja
Expansa
Expansce
Expanse
Expensive
-Experience
-Expl0it
Explaindeath
ExplicitPvm
-Explodet
-Explodium
-Exploiter
-Explorer
-Explorifice
Explosia
Expochan
Export
-Expozz
Expressed
-Expressen
Exright
-Extella
-Extended C
Extile
Extinct
-ExtinctDecay
-Extinguished
-Extortionate
Extra
-Extra Chance
-Extra Droog
-Extra Poor
-Extra Shadow
-ExtraRNG
ExtractorX
-Extranjer0
Extreemkills
Extrem3b0y
Extreme
-Extreme JeJe
-Extreme Moo
-Extreme Pray
ExtremeJokeR
-Extremterms
Extrim
Extrovert
Extubation
-Exty
Exultia
Exume
Exus
-Exus De
Exustron
Exwalker
-Exxtinct
Exynyt
-Exz0
-Exzacly
-Exzactly
Exzakly
-Exzian
-Ey1
-Eye patch
-EyeBDaMan
EyeHaveToPoo
EyeMakeYouQQ
Eyeless
-Eyelessjohn
Eyeofdeath3
-Eyeron E
-Eyes Inside
EyesLowIndo
EyezClosed
-Eyggs
Eylix
Eymox
-Eyrfire
-Eyup xD
-Ez Klaplong
Ez4Peru
-Ez4u2nv
Ez4u2say
EzBot
EzCashin
-EzSlayEzLife
EzUnReal
Ezarc HCIM
Ezdrae
-Ezero Br
Ezey
-Ezfart
Ezia
Ezra
Ezup
@@ -14747,299 +7270,119 @@ Ezxkiel
Ezzardx300
Ezzi
Ezzuna
-F 3 4 R
-F 0 N Z Y
-F 3 R R U M
-F A C E
-F A N TT I
-F E L I CYA
-F For Flash
-F I X E D
-F L A T
-F M L
-F R A T
-F Ribeiro
F SONY
-F T P
-F You Bro
-F athlete
-F e e b s
-F l a n Cat
-F l u f fy
-F l ux
-F loofy
-F reeze
-F u z Z e
-F ury
-F-16
-F-ck Bleed
-F-ck Irons
-F00DCOMA
F00F
-F0O
F0REIN
F0ZI
-F0cus Me
F0rtune
-F0sta
F0xBr34d
-F1 Mercedes
-F104
-F19
-F1REWIND
F1nalHour
+F1nduz69
F1rst
F1skemann
-F1tn3ssWorld
F20z
F23A
-F2L
-F2P Waifu 07
-F34r My B0w
F34rcr4ds
-F3ARCE
-F3LINA
-F3lo
F4DE
-F4TB0Y
-F4ust
F4xi
F7VD3
F80Scott
-F8n
-F8tz
-F9
-FA DY
-FA Joel
FA1Z
-FAILED ZEUS
FALLGIRL1029
-FASHl0NSCAPE
-FASTBLAST I
FATHER
-FATHER RANCH
-FAlRWEATHER
-FBD
-FBGM 101
-FBGMi
-FC Groningen
-FC Liverpool
FD3S_RX7
-FE AltScape
-FE Cerise
-FE Endeavor
-FE Mazoku
-FE Smore
-FE wretch
-FE80 Seal
-FEJMBE
FER00
FER0C1OUS
-FERTILE DONG
FEstlkerpeng
-FFA
-FFA Everyday
-FFASplit
-FFIE go brr
-FFS Sam
-FFV
FF_GhiLLi
-FFelidae
FGHTIN
-FHV
-FIDADDY
-FIFG Phat
FILLME
-FIRE 0F
FIRESlTE
-FISHY au
-FIV3
FIying
-FJ
-FK Corp
-FK TURAEL
-FK1
-FKGlory
-FKN RAPTOR
-FKRA
-FL jit
-FL0CK
FL3XPL3K
-FLAPPYLIPZ
-FLC L
FLOR1DA
FLYGOD
FLYING
FLgoob
FLoKii
-FM DOOM
FMGbrien
FMLshes17
FMarshalBill
FN2187
-FNA
-FNEkkGKGKWGK
FO-LAZY
FOES
FOLEM
FONKY
-FONNlX
FOSTEEEEZY
FOUO
-FOUR GATSU
-FOV90slider
-FOXBRAH
-FP Engineer
FR1T
-FRAQSTAR
-FREEBABA
-FREED0M 1776
-FRIENDSHRIMP
-FROM ICELAND
FROO00OO0ZEN
-FROSTYFOO
-FROXBURG
-FSK Gaz
-FSW 2JZGTE
-FTI
FULGRlM
FUTRHNDRX
FUTillIFU
FVChallenger
-FW HYPZ
-FX Teddy
FXF_Tails
-FYXON
-Fa k er
FaBeSCa
FaNNtastix
FaZe
Faabio
-Faalk
Faardo
-Faarihn
-Faathos
Fabario
FabiScape
Fabiann
-Fabidjann
Fabiiano
-Fabioso
Fabled
-Fabled Fox
Fabreezy
-Fabretzio
-Fabsitz
-Fabulence
Face
-Face Seat
Face9
FaceHook
FaceTheFacts
-FacedBased
Facehuntter
FacelessBoyd
-Facilis
Facing
-Fack Russia
-Factual
-FadaPDF
Fade
-Fade Lightly
-Fade zz
-Faded Crook
-Faded Focus
-Faded Lungz
-Faded Past
-FadedFace
Faderfouras
Fadfats
Fadge7
Fading
-Faeanaro
Faebat
Faeles
Faerindel
-Faested
-Faf
FahQ
-Fahim
-Fahrbot
-Fai1ure
-Fail Be Dont
-Fail Friday
-Fail Stacks
FailFish
-FailedNoob
FailedZerk
Failing
-Failocity
-FailsauceFTW
Faint
-Faint Dallas
Fair
-Fair Folk
-Fair Luck
-Fairburn
Fairex
FairiesBane
-FairlyDecent
Fairr
Fairr Enough
Fairwolf139I
FairyFeind
FairyVeiler
-Faith xd
Faiu
Fakdo
Fake
-Fake Chad
-Fake Dylan
-Fake ID
-Fake Levi
-Fake Pobble
-Fake Suffer
-Fake Will
FakeBallots
FakeGirl
-FakeNews_CNN
FakeNudez
Fakent
-Fakeppa
-Fakez07
Fakezgen
-Fakn Oats
Faknius
-Faku
-Fal
-Fal7
Falabar247
Faladalore
Faladas
-Faladoor
-Falador
-Falador Sq
FaladorabIe
-Faladorks
-Faladussy
+Falcodair69
Falcon
Falconf1
Falconr
Falconz420
-Faleis
-Falestine
Falkenberg
-Falkuntpunch
-FallOfSolace
-Fallacy i
Falladis
-Falldyl
Fallen
-Fallen Dark
-Fallen Hopes
-Fallen Noble
FallenBlur
-FallenGods
FallenOutlaw
FallenSlayer
Fallenchamps
@@ -15052,395 +7395,158 @@ Fallon
Fallout
Falloutah
Falls
-Falls Apart
-Falls Road
-FallyFiddler
-Fals
FalscherHase
False
-False 9
-False Boon
-False Divine
-False News
FalseGod
Falsemorels
Falubo
-Fam
Fam Chi Boy
-FamIso
Famcloth
-Fame is
-Famexx1337
-Famfrit
-Familia
-Familie
-Family Crest
-Famished Fe
-FamishedNine
Famjam
-Famoose
-FamousBowl
-FamousBowls
FamousPixels
Famuel
-Fan
-Fanatic Est
Fanatiker
Fanawr
Fancys
-Fandri
Fanfiction
-Fang Dude
-FangJo
Fangsie
-FannyPaca
-Fantasieloos
-Fantastik
Fantikerz
Fantomine
-Fantrix
-Fany Pack
Fanzi
Fappel
-Fapperd
-Fapple Bees
Fapricorn
Fapworthy
-Far Alone
FarAke
FarFarOut
-FarNear
-Farages Army
-Faragi
Farah
-Faramir
-Faran
Farao
Faraolorddd
-Farcry25
Fareham
Farelinho
-Farenru
-Farewell Bud
Farfire
-Farid Lord
-Faridi
-Farigno
Farkle
-Farkwar
-Farlz
Farm
-Farm Strong
Farm11m
Farm3r
-FarmHub
-FarmRun Clay
Farmance
Farmay7
-Farmelot
-Farmenheimer
Farmer
-Farmer Blake
-Farmer Crab
-Farmer Dannn
-Farmer Jayy
-Farmer Johnx
-Farmer McGee
-Farmer Santa
-Farmer Wull
-Farmer Zach
-Farmer Zratz
Farmers
Farmertree
Farmin
Farming
-Farming Arma
-Farming Moe
Farmingfoxx
-Farmingtool
Faroeallstar
Faron
Faror
Farpoint09
Farqin
Farrier
-Farron08
Farseer
-Farseer Hat
Farsight2
-Farssi
-Fart Gunner
-Fart Shartly
-Fart Weed
-FartInMyGob
-FartSymphony
-Farthinder
-FartinLKing
-FartinLuther
-Farting cat
-FartingCow
-Farts2Wet
-Farty Ass
-Farukoo
+Fart
+Farting
+Fartman
+Fartmancer69
FasTLT
Fascia
-FashionBTW
-FashionPig
-Fashy
Fast
-Fast AF
-Fastenal
Fasterman
Fastly
Fastmagepk1
Fastmaniac
-Fat Bawlsack
-Fat Boobs
-Fat Cat
-Fat Clouds
-Fat Fur
-Fat Goombah
-Fat Jonny
-Fat Leb
-Fat Maniac
-Fat Mat
-Fat Moron
-Fat Nymph
-Fat Rackz
-Fat Ralph
-Fat Salesman
-Fat Swaggy
-Fat Thin
-Fat Waddle
-Fat Wirgin
-Fat Wrath
FatBIunt
-FatBurgerKid
+FatBoySwag69
FatClock
FatGreasyGuy
+FatHogCumGod
FatITguy
-FatKidBrett
FatKidHougie
-FatMonkey
-FatSlutKing
-Fatafeat
Fatal
-Fatal Cazual
-Fatal Psycho
FatalReign
FatalXfire
FatalisRS
-Fatalsystem
Fataltorment
FatboislimOS
Fatboy6
-Fatcav2
-Fatceps
-Fatdogs11
-Fate Gu
-Fate Z
-Fateq
FatesWarning
-Fatez
Fathead
Father
-Father Of 3
-Father Of M0
-Father Tacos
Fathey
-Fatmat
-Fatrekt
Fatso
Fatstinkysak
-Fatterhead
-Fatty Combat
-Fatty Park
-Fatty-Kent
Fatty380
-FattyIsntFat
FattySupreme
FattyTerps
-Fattybanger
Fattymcdugal
Faultty
-Fausto
-FautleferQC
-Fave
-Favelador
-Favion
-Faw OCE
Fawka516
Fawn1460
Fawz
Faxon
-Fayl
Fayumi
-Fayv
FazTazTic
-FazeQ
FazeSkilling
Fazebook
-Fazed Imp
Fazist
-Fcape
-Fcbfan1994
Fctillidie
-Fe AND17
-Fe Adex
-Fe Alma
-Fe Anakin
-Fe Bastok
-Fe Carter
-Fe Clay8
-Fe Cremator
-Fe Dahje
-Fe Dentyste
-Fe Dopamine
-Fe Gangsta
-Fe Grom
-Fe Gson
Fe Hellpuppy
-Fe Hucks
Fe KabooM
-Fe Kiteman
-Fe Kyle Fe
-Fe Liquid
-Fe Logix
-Fe Louis
-Fe MGTOW
-Fe MagicMan
-Fe Monkey
-Fe Mulks
Fe Nail
-Fe Nini
-Fe Nocturne
-Fe Nylost
-Fe Oakdice
-Fe Papi
-Fe Patrick
-Fe Pvm Tiger
Fe Pyles XV
Fe Qlimax
-Fe Republic
-Fe Rex
-Fe Sav
-Fe Setting
-Fe Skilleye
-Fe Slammed
-Fe Sten
-Fe Tentacles
-Fe Thijssie
-Fe Tomie
-Fe UIM
-Fe Viraxic
-Fe Werty
-Fe X AE A-Xi
-Fe Xems
-Fe Zachpnnc
-Fe Zelta
-Fe anor
-Fe ared
-Fe depressed
-Fe elsBadMan
-Fe il
-Fe lonies
-Fe lungs
-Fe lyne
-Fe r a t
-Fe rgy
-Fe ta
Fe-ranator
-Fe0xi
-Fe20
Fe26
FeBriZley
-FeCapedSloth
FeCrab
FeDestroyed
-FeDyl
FeFiFoFum
FeFireTruck
FeFlo
FeFox
FeIII
-FeJonnisjoen
FeKyle
-FeMale Chris
FeManlett
FeMattsheets
-FeMoist
-FeMudcheck
-FeNote
FeOx
-FePash
FePinkviini
FeReelix
FeShane
FeSolaris
FeSynical
FeTaeliah
-FeUIMIronBTW
-Fe_Schrute69
-Fe_StarLord
-Fe_Symphony
FeaR
-Feaaar
FeagMeister
Fear
-Fear Fun
FearKev
FearMyTM26
-FearOfChange
-FearSamurai
FearTheBear
FearThyDoom
FearTurkey
Fearengineer
Feargasm
FearlessFudu
-Fearmaker1
Fearrod
-FearzebuJr
Feasted
Feather
-Feather Bug
Feathereli
Febelz
-Febreezio
-FecesFyrHose
-Fedad
Feded
Federal
-Federated
-Fedji
Fedo
-Fedooool
Fedt
Feebee
Feebz
-Feed Forward
FeedMePlants
Feedback
-Feedle
-Feek 1
-Feel Ya
-FeelMyBirdie
Feelin
-Feelin Fine
-Feelin It
FeelinHappy
Feelmygame
Feelosophy
Feels
-Feels Lonely
-FeelsDuBis
Feelsbadkapp
FeelslronMan
-FeelzBradMan
Feen
-Feet Watcher
-FeetFunGoose
-FeetPic
Fefe3
FefilleLaDur
Fegicaly
@@ -15448,96 +7554,48 @@ Fegoob
Feint
Feisty
Feit
-Feitn
-Fel
FelNeck
Felamar
Feldip
Felgenhauer
-Feli-Marie
-Feliaff
Felinaed
-Feline Feast
Felix2
Felixa
-Felixigor6
-Feller Crus
-Feller Magic
Fellow
-Fellow Fool
-Fellowships
Felmyst
-Felon
-Felonies
-FeloniousHam
-Felony Ruler
-Felted
Female Henry
-Fembo y
Femboi
-FemboyFloppa
-Fementedspaq
Femister
Femke
-Femke Bol
Femkekos
-Femstiq
Fencig5
-Fencingduck
Fencko
Fender
-Fender Axes
-Fender Twin
-Fendoral
-Fene77
Fenerbahce
-Feniks366
Fenix Downs
-Fenix Kiros
Fenkat
Fennikel
-Fenny RS
Fenomeno11
-Fenothiazine
-FenrilasIM
-Fenrirs Fall
Fens
-Fenshy
Fenske
-Fented
-Fentenal
Fenternal
Fenyxgreen
-Fenzo
-Fenzy
-Fequites
-Feral Wiki
FeralFiddler
Feralblood
-Feraligatr44
Feraliigatr
Feratzu
-Ferbzy
FerdaWoox
Ferduh
Fereekelor
Ferlide
-Fermeon
Fernando-Frv
Fernie
Ferny
Fero217
-Ferocious J
Ferocious97
-Feroos
-Ferousity
-Ferpderp
Ferrarezi
-Ferrari
-Ferrari Enzo
FerrariScape
Ferrat
-Ferrdie
Ferreklop
FerretFoSho
Ferrex
@@ -15547,216 +7605,117 @@ Ferring
Ferrinheight
Ferro
FerroPlanty
-Ferrothan
Ferrothorn
Ferrous
-Ferrous Frog
-Ferrous Hugs
-FerrousBoii
FerrousWheel
FerrousWolfe
-Ferrowing
Ferrum
-Ferrum-56
FerrumPawn
Fersapian
Ferus
-Ferus Ferrum
-Fervor
Ferynys
Fesan
Fesenko
Festis
Festiva
-Fesu
FetaCheese
Fetetchie
Fettisdagen
Fetus
Feudal
-Feunk
Fewest
Fewideahide
-Feydx
Feyenoord36
Feylon
Ffilteg
FfsImAfk
FgtBob
-Fhil
-Fhk Trudeau
Fhpure1
-Fibeer
Fiberlight
-Fibix
-Ficc
Ficomon
-FiddlesLeaf
-Fidds93
-Fiddy Ate
-Fiddy Bag
-FiddyDuddy
FiddySweens
-Fidelity
Fiege
-Fielacius
-Fielde
FiendinLo
-FiendsDream
-Fierce some
Fiero
Fiets
-Fiets opa
Fietsen
-Fiff
Fifflaren
Fifth
-Fifth Herald
Fifty
-Fifty 5O
-Fifty Cent
FiftyFive
FiftyForty
-FiftyStones
FigaroTheCat
Figes
Fight
-Fight 04
-Fight For Jk
-FightMiIk
-Fighta
-FighterSE
-Figless Duck
Figmentx
-Fignootters
Figpig
-FigsNotPigs
-Figure
-Figwit
Fiiderino
Fiiggy
-Filed
-FiletOFlesh
FilipTelford
Filippia
Fillifjonken
FillyFilly12
Fillzu
Filmmaker
-Filo Legolas
-Filofteia
-Filoksenia
-Filson-zzZ
-Filth0
Filthy
Filthy Bird
-Filthy Clam
-Filthy Pesnt
-Filthy Santa
-Filthy Weeb
-Filthy istik
Filthy4Iron
-FilthyDane
FilthyDingus
FilthyOreo
FilthyPixels
-Filthy_Stew
Filz
-FimiWolf
-Fin Vader
-Fin219
FinPunisher
Final
-Final Redux
-Final playz
-FinalBossUIM
-Finalbang
Finalbrk
-FinalityB
Finally
Finaltank
Finch
-Fincher
Find
-Find mucking
-FindTheTeemo
Findawg56
-Finding Dory
-FindingDory
Finding_Mary
-Fineillspoon
-Finem Mundo
Finesse
Finessing
-Finex
FingerBang
-Fingerdfilly
Fingered
Fingerlegs
FinickySquid
Finish
-Finish Flash
FinishedLog
Finishzuelan
Finklestein
FinkyFink
Finlan
Finland
-Finlanderi
Finlanders
Finlays
-Finlunch
Finn1309
FinnelCake
Finnica
Finnish
-Finnkie
Finral
Finrufa
Finsho
Finsta
-Fintiaani
-Finutty
Fiola34
Fiora
-Fipimuesi
-Fir3bird85
Firat
-Firben
Fire
-Fire 745
-Fire 961
-Fire Captain
-Fire Chiller
Fire Fiesta
-Fire Fist
-Fire Galley
Fire Kaped
-Fire Kittie
-Fire Tune
Fire10910
FireAF
FireAnRescue
FireGiant
-FireKornez
FireOnRs
-FireReid
FireTruckBoy
FireWolf28r
-Firebelly
Firebuggy
-Firebwans
-Firecan1314
Firedevil
-Firedrake658
-Firehawk746
Fireheart470
-Firein12
Firejax
Firekirbyeli
Fireknight0
Fireman
-Fireman Sam
Firemanzz
Firemutt
Firenova
@@ -15764,203 +7723,120 @@ Fireoman
Fireskill
Firesmash
Firestarone
+Fireweed1111
FireyDragons
Firko
-Firnik
First
-First Bozz
-First Up
FirstBathTub
-FirstBlood 1
-FirstIron
-FirstRS
First_Viking
Firulay18
Fish
-Fish Cow Dog
-Fish Keeper
-Fish Nibba
FishFingerz
FishGoBlub
-Fishcake
-FishesBmine
Fishey
Fishie
-Fishling
Fishoii
Fishstickz
-Fishsword389
-Fishvaulter
FishyBrines
Fisicas
Fiskhue
-Fisna
Fist
FistMeTrump
Fister
-Fit Jr
-FitAid
-Fitdis
Fitis
Fitsit
-Fitty Tyson
FittyBuck
-Fitzy Smalls
Fiurio
Five
-Five Demands
FiveManSplit
FivePaws
FivePointOh
-Fivee Skinn
Fiveskin
FixationRS
Fixed
FixedCost
FixedMain
-FixedWing
Fixions
Fizbin
-Fizg0d
-Fizz Khalifa
Fizzed
Fizzle
-Fizzy Glizzy
FizzyGuzzler
Fjala
-Fjala r
Fjalee
Fjollan
Fjolle Mate
Fjomp
-Fk RS L
-Fk W Da Woo
-FkingEzeKial
Fkking
Fklostmybnk
Fkluzac
-FknDeece
FknDreaming
-Fkuru
-Fl y
FlLTHYYYYYY
FlNARKY
FlTTY
-FlTZ
-Flabaghast
-Flaboogles
Flaccid
-Flaccid RNG
-Flaccid Semi
FlaccidWhip
Flacid
-Flackyo
Fladra
-Flagaria
Flagrance
-Flagrant 2
-Flagz
Flaherdog
FlailTheKing
-FlailingGoat
-Flair Viper
-Flakelar
Flakey
Flakeydude
Flakkas
Flakto
Flamaha
-Flame Lurker
-Flame0fUdun
Flame29
-FlameSoother
Flamed
Flamel
Flamepistol
-Flames4 Ever
-FlamingPee
-Flamingfox
-Flamingguy7
-Flaminold
Flaminrofls
-Flammbam
Flanelli
Flap
-Flap Slap
-FlapJackals
-Flapple
-Flapsian
Flare
Flare Grylls
-Flareblade
Flareon
-Flarez
Flarp
Flash
-Flash Voyage
Flash3200
FlashYellow
Flashbane
-Flashbang
-Flashcards
Flaskepost
Flat
-Flat Eric
FlatAssPlank
FlatEarth361
-Flatback
Flatlandah
Flatorbrush
-Flaunt
Flava
Flavaaaaa
-Flavie
-Flavour Trip
-FlavouredDav
Flavur
Flaw
Flawd
Flawed
-Flawed Bliss
-Flawless xD
Flawnn
Flawzin
-Flax Pickerr
Flaze
Fleaa
-Fled 6ymcric
Fleeson
-Flemingo
Flemino
Fleruas
-Flesh Forest
Fleshgod
-Fleshpound
Fletch2
Fletched0
Fletcher
-Fletcher 06
Fleton
-Fletz
Fleurescent
Flex
-Flex Wayne
-Flex1bel
Flex1bility
-FlexCity
FlexSeal
Flexatronic
-Fli pper
FliPancakes
Flick
FlickMyTick
-Flicker 06
FlidFlop
Fliga
Flight
FlikAwrist
Flikker
-Flikker Kind
Flimmyflan
Flimpy
Flimsywhale
@@ -15968,147 +7844,84 @@ Flimzy
Flinch
FlingDragon
Flint
-Flint RS
-Flint Water
Flintstoned
-FlipDaddy
-Flipdam
-Flipje
Flipman24
Flippa
-Flippa Monk
Flippar
Flippers
Flippin
-Flipsen07
Flipzzzup
Flirz
-Flit Wick
Flix
-Flixy
-Flizz xd
Flllllllllll
Float
-Floater eyes
Floatzelo
Floballer
Flock43
-Floeter
-Floki loki
-Flomple
Flonza
-Floody
-FloofyTurtle
-FloofyWaffle
Flooga
Floogan33
-Floopyboople
FloorTwenty
Floot
-FlopLord
Flopez
Floppy
-Floppy Boaby
-FloppyDongle
Florian
-Florian_1988
Florida
Floth
-Flover
Flow
-Flow it
-FlowMafiaaa
FlowState
Flowah
Flowen0ne
Flower
-Flowerm00se
Flowiey
-FlownbyFire
Flowtown
-Floww-Grown
-Flowwar
Flowzyy
-Floxin
Floy
Floyx
-Fludds
Fluenz
-FluffPandaSr
Fluffafluff
Fluffalo
-FlufflePluff
Fluffy
Fluffy chair
FluffyTater
Fluffypony44
Fluga
-Flugel25
Flugenhorn1
Fluid
-Fluid Voyage
-Fluke Jr
Fluminense
Flunc
-Flunt Capz
Fluoroform
Fluorophore
Flupbaster
Flurius
-Flushiz
FluteBand
Flutlicht
+FlutterButt
Fluxee
Fluxery
-Fluxion
-Fluxx V2
-Flvd
-Fly an High
-Fly by N7ght
-Fly in
Fly-TheW
-FlyLo
FlyPap3rr
FlySunyQuest
Flyboyray
Flydol
-FlydonWayno
Flyeeee
Flyer
-Flyer TMT
-Flyer W Iron
Flyern
Flyguy13
Flyhll
Flying
-Flying Pingu
-Flying Swede
FlyingBobcat
-FlyingIrish
-Flymi
-Flymzy
Flynny
Flynsquirrel
Flynt
Flyonwings
Flyvende
-Flyvende Ged
Flyy
-Fml IronMan
-Fml Its Adam
-Fml Its Carl
FnHit
-Fnatic
-Fo Ring
-FoRbeZiiLLa
-Foam Corner
FoamDemon1
-FoamShrimp
-Foamshire
Fobu
Fockwolf1
Focus
-Focus73
FocusOnGoals
Focusor
Foen
@@ -16121,157 +7934,78 @@ Fohmie
FoiledSoftly
Fojin
Fokjefe
-Folayyy
-Foleshill
-Folesy
Folfox
-Folieo
Folk
Folk169
Folktale
FollieRS
-Followed
-Follower
Folwifuswalo
-Folxi
Fomble
-Fomid
-Fondle
FondleMyIron
Fong
Fonnis
FonsJ
-Foo I I
Food
-Food For Me
FoodEmperor
-FoodStampGod
-Foodfoodfood
Foodie
-Foofickle
FookOffNerd
Fool
-Fool Senpai
-FoolFighters
-Foolery
-Foolingling
-FoolishHeart
-Fools
-Fools Errand
-Fools Switch
-FoolsErrand
-Foomp
Foooman
Foose
Foosyy
Foot
-Foot Ball242
-Foot Magnet
FootLocker
Footaphiliac
-FootlongMike
Fooz
-For
-For Karamja
-For My Block
ForDaScratch
ForKrimpt
ForNostalgi
-ForRusssia
ForWeAreMany
Forbe
ForbiddenCry
Forbids
Force
-ForceZero
-Forcekid
Ford
-Ford Racing
Forearm
ForeignBoris
Foreigner
Foreknown
-Forerunner40
-Forescimitar
Forest93
-Foresteris
-Foreva
-Forever Wild
-ForeverAlone
-ForeverClone
ForeverLost
Foreverett
ForgetThePet
Forgetmenot
Forgetpluto
-Forgettios
Forgive
Forgived
-ForgottedPin
Forgotten
ForgottenRNG
Forkbomb
-Forkers
-Forkmitt
-Forks Out
Forma
-Formal
-FormalPotato
Formaldhyde
-Former Nub
FormerDivine
-FormerSeaman
-FormuIa 1
-Fornuis
-Forresten
Forsaken
-Forsakens
Forsworn66
Fort
-Fort Chronos
Forteh
-Fortified
-Fortify
-Fortimuss
-Fortis Lupus
-Fortjent
FortniteRox
Fortran95
Fortress
-Fortunes
Forty
Forza
-Forza Derby
ForzaGTx
-Forzam
Fosh
-Fossa69
-Fossil Rock
-Fossul
-FosterXP
Fostret
-Fosz
-Foton
Fotty
Foumy6
-Found Prawn
-Found3Groots
FoundABaby
Four
-Four One 6
-FourB
FourZone3
Fourlifee
Fourloco
Fournlock
FourthChance
-FourthPower
-Fowke
-Fox Enjoyer
-Fox Two
-Fox Zebra
Fox243
-FoxStevenson
FoxTherapy
FoxVex
Foxall
@@ -16279,886 +8013,375 @@ Foxe
Foxerx1
Foxes
Foxfiend
-Foxfire
-FoxfireStyle
Foxi
-Foxing
Foxtrot
-Foxx OG
-Foxxwild
Foxy
-Foxy Rebel
-Foxy SuzyQ
FoxyBaphomet
FoxySquid
-FoxzHound
-Fozbert64
-Fozie
FpsMichael
-FpsWheelerrx
-Fpsallday
-Fr anci5
-Fr ankie
-Fr0
Fr0zEn111
Fr1ckingH3ck
Fr1xioN
-Fr3Pa1est1n4
FraJoLaaa
Fraagile
-Fraazzy
Frab
Frac
-Fractals Son
Fractuality
-Fraggiux
Fraggle
FragmentedX
-Fragmentizer
-Frags
Frail
Framed
FramedJunior
-Frames Wolfe
Framingham
-Franche420
Francine1225
-Francis0wns
FranciscoJ32
Franco
Franf10
Frank
-Frank Donner
-Frank Is Dog
-Frank Lin
-Frank White
-Frank-sama
-Frank836
-FrankMadeME
FrankTTank
Frankers
FrankieFlow
FrankiesAlt
-Frankinspank
Franklin1O1
FrankyFish32
-FrankyLeGros
FrankyyTanky
-Frantiks
-Franwan
Frappacholo
-Fraqqer
-Fraser
-Fraser840
-Fraspex
Frassboss
Frate
Fratto
-Fratty Flows
-Fraud Thurgo
Fraught
Frauwz
-Fravvomaxx
-Frayhalla
-Frazer
Frazia
Frazoo
Frazze
-Frazzlewagg
Frazzt
-Frchtzcker
-Fre d
Freaak
Freak
Freako07
-Freako09
Freaks
Freakxx
-Freaky Peet
-FreakyWajt
Fred
-Fred J Frost
-Fred Solo
FredMaxedALT
-Fredagsgroda
Fredanbetty
-Freddi
Freddiep
-Freddy CEO
-Freddy ownz
Fredericton
-Frederizz
Fredla
-Fredleif
-Fredo
Fredric
Fredriks
-Freds Breads
Free
-Free Dumb
-Free Minded
-Free O9
-Free lootkey
FreeFreeze
FreeFryBread
FreeHongK0ng
FreeKoolaid
FreeTeli2Lum
-FreeTheRealD
Freebooterv
-Freeczs BTC
Freedom
Freedom06
FreedomJust
FreedomUP
Freee
-Freehky
-Freek 1
FreekALeak
Freekkittens
Freelo
Freeman
Freepop
-Freerangee
Freesoul
Freest
Freestylin
Freeway
Freeze
-Freeze M E
Freezes
Fregion
Frei
Frekitohh
-Freky
FrenchBuoy
-Frendi
Frenek
-Frenkurt
Frenmiir
Frenzy
-Frenzy4
FreonPays
Fresaaaa
Fresco
Fresh
-Fresh Cheese
-Fresh Pesto
FreshPotsRS
-Freshly
-Freshske
-Frette
Freud
Frevlin
Frewdy
Freya
-Freyas BTW
-Frez
-FriarNation
Fricas
-FriccKip
Frickin
-Frickn Playa
FridayDa13th
-FridayMojito
Fridelis
Fridfoolium
Fried
-Fried Erik
-FriedRicePls
-Friede
Friend
FriendlyJo
Frietjecurry
Frieza
-Frieza Saga
-Friezerik
Friggn
-Friggy
-Friibag
Friisby
-Fris
-Frisdrank Jr
-Frisky Lime
FriskyBiznaz
FriskyJews
FriskyPainal
-Fritszon
-Frittered
Fritz
Fritz94
-Frix
Frkn
-Frnds
FrobroSwagin
-FrochioRS
Frodo
-Frodo Bagger
-FrodoBagGims
FrodoBogues
FrodoRS
Frodoinc1
Froemelke
-Froemeltchhh
Froez66
Frofuzz
Frog
-Frog Blog
-FrogBoySlim
-Frogfish12
-Froggiefish
Froggit
-FroggyBro
Frogmann
-Frogone9
-Frogsforjp
Frogtelllow
-Frogtoken
Frogwork
Frohobo
Froloox
From
-From Beyond
-From Florida
-From Lebanon
-From Nz
FromNewWorld
FromSoftware
Front
-FrontBottoms
FrontierEdge
-Froobing
Frooby
Froomey
-Froot Loop
-Frootata
-Froppy Tsuyu
Fropul
Frosht42
Frost
-Frost JTS
-Frost Mages
Frost_PvM
Frostbiter
-FrostedBow
Frostmourne
Frostserpent
Frosty
-Frosty E
-Frosty Gay
-Frosty6570
Frosty751
-FrostyPea43
-FrostySurge
Frostyfuz
Frostyyyman
Frote
-Frotzr
Frovz
Froya
Froyotech
-Froz09
+Froz07
Frozah
Froze
Frozen
-Frozen Crown
-Frozen Rain
-FrozenKing
FrozenMosin
-Frozencarrot
-Frozenn Dusk
-Frozty Feet
Frrrozn
-Fru Katt
Frufoo
Frugal
Frugtmanden
Fruh
-Fruit Crepes
-Fruit Dryer
-Fruit Munch
Fruit1824
Fruit1846
Fruitbooting
-Fruitje
-Fruitloop8
Frunk
FrunktheHunk
Fruta
Frvnk
-Frxnk White
-Frxnklin
-Fry B
-Frysta
-Fsaze
-FtheFrench73
FuAiluue
FuNrikoz
FuRiouSs
-Fubar3d
Fubini
-Fubuki
-Fubuking
-FucDPS
FucNorfKorea
FucaDuc
-Fuchsiger
-Fudeath36
-Fudg3
Fudge
Fudgie
Fuel
-Fuel Ex
Fuertote_17
-Fuetakishi
-Fug
-Fug sakes
FugDisFugDat
Fugedit
FuggleQuest
-FuggnIronBtw
Fuglemanden
-Fuhni
Fuhrerengel
Fujimator
Fujk
FukYeaChina
Fukahi
Fukinnnn
-Fukn Lit Btw
Fuktflekken
FulMomentum
Fula
FulgBTW
Fuliss
Full
-Full 3A
-Full AD Vlad
-Full Boost
-Full Moot
-Full Tilt
-Full of Wo0d
-FullGraceful
-FullSendGoat
-FullTimeNerd
FullTryHard
FullerACL
Fully
-Fully Mobile
Fullysick
Fulsh
-Fumblebag
Fumblers
Fumbles12
Fumin
-FumingMe
-Fun Guy mhm
-Fun Sucker
-Fun1nFunera1
-FunHotBox
-FunWithFire
-FunctioningC
Fund
Fundo
-FuneRune
Funeral
Fungi
Funk
-Funk Head
-Funk Mastah
FunkBondMule
Funkafiend
FunkiPorcini
Funkiboy2
FunkiiMonkii
-FunkleRoy
-Funkr
-Funkshun
-Funkworks
Funky
FunkyBoy4444
FunkyDiddler
-FunkySlut
-Funky_Hunk
-FunnelCaker
Funni
-Funni Memmer
Funny
Funny-King03
-FunnyAndEpic
-Funobu
Funpeople5
-Funrun123456
Funzip
Fuorra
-FuqAgility
FurMissile
Furbs
-Furi Potion
Furious
FuriousPower
Furiri
Furo
Furox
Furry
-Furry Wall
FurryDemon
Furrykins
-FursonaHaver
-FurtleTurtle
Furty
Furu
Fury
-Fury DnT
-Fury Lord
FuryJunky
FuryL0rd
Furyian
Fuse
-Fuse is HARD
-Fuseton
Fusiiion
-Fusion Aurum
-FusionGT2
-FussyParter
FutchDuck
Futex
-Futss
Future
-Future Tense
FutureKaiden
-Futureruler9
Futures
-Futures Main
-Fuuwah
-Fuxley
Fuze
-Fuzz Man
FuzzManPeach
Fuzzums4
Fuzzy
-Fuzzy Sox
-Fuzzy jaw95
Fuzzy1918
FuzzyDonkey
FuzzyFudgey
FuzzyMWV
-Fuzzy_NooT
-Fuzzybear65
Fuzzyblaa56
-Fuzzykitty
Fuzzzy
-FvS Love
-Fweafwe
-Fxked
-Fxob
-Fxrgus
-Fxrret
-Fy six
Fy12e
-Fyitz
-Fylberg
-Fylize
-Fym
-Fyr
-Fyr Tornado
Fyresam
Fyri
-Fyrinlight
Fyron
-Fyrox
Fyszz
-Fyzio
Fziaa
-G
-G 0 A T
-G A F F E R
-G Alfansos
G Ape
-G B S
-G Check
-G Fruit
-G GAMER GIRL
-G I M Danny
-G Iron Adam
-G L E N
-G L H F
-G M B
-G Man9822
-G Mauls
-G O O D
-G O O S E Y
-G R E E N
-G R I L L O
-G Terminator
-G X F C
-G Zus
-G a r t y
-G a t t s u
-G ante
-G dot C
-G e n g a r
-G eeb
-G i j s
-G i l b o
-G iG
-G imme
-G iooo
-G l R L
-G laze
-G no Z
-G o G G u
-G o h o
-G o th i X
-G oldd
-G oldeen
-G oofy
-G ozz
-G rafix
-G ronimo27
-G root
-G shi
-G u a m s
-G unitt
-G-F-M
-G-IronKuv
-G-Thug Nasty
-G-knowww
-G-rivs
-G0AT JUICE
G0ATWRANGLER
G0D Richard
G0DLY
-G0LD3N
G0LDC0AST
G0LDEN
G0LDENB0Y
G0LDIE
G0NGSHOW
-G0OEY
-G0TH ANGEL
G0TTY
-G0blineer
-G0dr3kt
G0dsnotdead
G0ing
G0ld
G0lden
-G0rillaJesus
-G1C
G1adiador
G1edrelis
-G1izzyGob1in
-G1m Luna
G3RM4N
-G3ZZ4
G4M3OV3R
G4RG0YLE
G4UAFS
-G4YLORD
G4de
-G59 Awol
-G6E Turbo
G6Wizard
-G80
-G99s
GAAANNNGGG
GABBAGE
-GAGGED N
-GALO9A
GAMMAGARD
-GAMxJAKE
-GANONd0rf
GAOKNMxzHR
-GARDlNER
GATECRASH
GATTl
-GB Amarok
GBJackieWang
GCMidlane
-GDG
-GE IS WACK
-GE to FE
GE0RG3WKUSH
GEARLE55
GEEZ0
-GERANUS
GERRIEE
GEtItFrAnK
GFHL
-GFe Aang
GFmanbearpig
-GG Joe
-GG McCloud
-GG Sofie
-GG Wped
GG6HJA9KSDHJ
-GGGGGGGGanta
GGGskywalker
-GGW Limit
-GGW Thanos
-GGf1cation
GGtoHH
-GH05T DUDE
GH95
GHEEESE
GHETT0JESUS
-GI GN
-GI Lewis
-GI Lucky
-GI Madras
-GI Mohib
-GIANT HENO
-GIANT ITIOLE
GIBBO96
-GIGAGUMPH
-GIM 0dawg
-GIM 2nd
-GIM Albin
-GIM Aperture
-GIM BTWW
-GIM Ballak
-GIM Barkless
-GIM Baylis
-GIM Bunzz
-GIM C J
-GIM CgIsEasy
-GIM Composer
-GIM Conkers
-GIM Cris
-GIM DareDev
-GIM Derek
-GIM Dionysus
-GIM Dormant
-GIM FatLion
-GIM Fearzzy
-GIM Ganther
-GIM Glalie
-GIM Globi
-GIM Hatred
-GIM Hola
-GIM LWE
-GIM Lasse_ju
-GIM Lazyguy
-GIM Lxxs
-GIM Lyon
-GIM M0FFY
-GIM Madac
-GIM Magneto
-GIM Malphite
-GIM Martas
-GIM Maudi
-GIM Mcstro
-GIM Me STD
-GIM Mecknon
-GIM Mirasei
-GIM Moith
-GIM NewPorts
-GIM OatBloke
-GIM Obvious
-GIM Or715
-GIM Philrat
-GIM Player02
-GIM Qtpie
-GIM RWT
-GIM RagePope
-GIM Raheem
-GIM Rakfaan
-GIM Ring
-GIM Schaa
-GIM Schnei
-GIM Sense
-GIM Snax
-GIM Stinks
-GIM Stompy
-GIM Stoney P
-GIM Stu
-GIM TUT
-GIM Terix
-GIM Tman
-GIM Tobi
-GIM Toe Pic
-GIM Ved
-GIM Viklok
-GIM Wife
-GIM Zork
-GIM atomic
-GIM bad ass
-GIM brutal
-GIM kerma
-GIM poy249
-GIM sabinsky
-GIM xDist
-GIM-Topsu
-GIMAerospace
-GIMButcha
-GIMFunder
-GIMME CLAW
-GIMP Crystal
-GIMP DlCC
-GIMP Jonny
-GIMP Suns
-GIMP Toast
-GIMP Will
-GIMP Zuzu
-GIMPlayer69
-GIMRavenKing
-GIMTruck-Kun
-GIM_NoRun
-GIM_Snowwolf
-GIM_tybraun
-GIMcardellio
-GIMonster
-GIMp Brian
-GIMpope
-GIMxH2
-GIRTH CHECK
-GIronPPVibes
-GL GETTIN IN
-GL on Purple
GL78
-GLG Sophie
-GLUS
GLWeAllDie
-GM Matt
-GMEMan8000
-GMKirby
GNULinux
-GOAT GOD 420
-GODSOMBRA SL
GOGETA
-GOLOVOLOMKEE
GOOD
-GOODGAMEGGXD
-GOP DUMB
-GOZERGAST
-GPA
-GPWASTER
-GR0OOT
-GR1NCH
GRAB-A-LEAF
GRAN1T3
GRAND
GRAPHISTED
GREIV0US
GREIVUOS
-GRIMSTAIN
-GRINGOLAO
GRUMPY
-GRUMPY BSTRD
-GRUMPY PAPAW
-GRYGRY
GRiMZ
-GRiMZ 420
GRlM
-GRlM REEFER
-GS Concerta
GSAileen
-GSW Shane
GSwolls
GT350
-GTA SA
GTFOIMGAMIN
-GTOD
-GTRKingZilla
GUBIDUBII
-GUCCI SENPAI
-GUCCl
GUJ0
GUNMAN683
GURRD
GUUMBY
GVSU
+GWPH69
GYDtown
-GZA
-GZX
-Ga l
-Ga7ba
Gaara
-Gaara Sand
Gaarden
-Gaarise
-Gaarlokiin
-Gab al Ghul
-Gabagoo l
Gabber
-Gabber NaTaN
-Gabberboy15
-Gabble
Gabe
Gabe020
-Gaberoks
Gabesz
Gabo
-Gabrahanth
Gabriel61198
-Gabris
-GabyabyxD
Gacha
Gaddgedlar
Gadrak
Gadwall
Gaerolth
-GaethjeKO
Gaga
-Gaga Iron
-Gage S
-Gageks
-Gagne
Gahbo
Gain
-Gain exp
-Gainful Grey
-Gains alot
-Gainz Godz
-Gainz Nerd
GainzForHire
-GainzWorld
-Gainzvill
-Gainzville
GaiusTavi
Gaiy
GalGadotsBF
-Gala G
Galamx
Galandorf1
Galar
Galava
Galaxia
-Galaxiancam
-Galaxies
Galaxy
-Galbazeek1
-Galderr
Galdysa
Galgenbrok
-GalickGunner
Galilee
Gallaxy
Galleta
Gallium
-Gallowbell
-Galon Garuda
Galon1
Galow
-Galton
-Galvatron
Galwic
-Galyam
-Galzuk
-Gam
Gamaiiron
Gambinahuora
Gambino
-Gambit
-Gambit Ghoul
Gamblerz
Gamboy46
Game
-Game Clown
-Game Name
-Game Of Olms
-GameBot2000
GameOvaries3
GameStop
Gameboto4
@@ -17166,63 +8389,36 @@ Gameboyjr
Gameboylight
Gamelia7
Gamer
-Gamer Log
-Gamer Worded
Gamer4Life
-Gamercutie
Gamerplaya7
-Gamerr
-Games Rigged
-Gameshow
Gamesman
Gaming
GamingLover
GamingVapor
-Gamir Von
Gammel Mand
Gamorrah
-Ganandalf
-GandaIfNoir
Gandalf
-Gandalf staf
-Gandalf3602
GandalfBalle
Gandhi
Gandolf
-Gandolpeeni
-Gandon12840
Gandulff
Gane
Gang
-Gang Goblin
-Gangbarang
Gangnrad
-Gangris
-Gangry
Gangsta
Ganj
GanjaGhandhi
GanjaRhino
-Ganjoefarner
-Gankicus
Gankster
-Ganna Bogdan
Gannicus
Gannicusproo
-Gannnon
Ganooch
Gansa0
Ganta
Gantee
Ganthorains
-Gantre
-Ganzaxuz
-Ganze
-Gap Tester
Gaping
-GaratholX7
Garbage
-Garbage Life
GarbageEater
Garbagexd
Garbar6
@@ -17230,268 +8426,145 @@ Garboh
Garbug
Gardenia
Gardening
-Garder1968
Garena
Garfinator
Gargano
Gargaspoon
Gargath286
-Gargathon
Gargleon
Gargoyle79
Garlic
-Garnat
Garnet Gust
Garp
-Garrb3ar
Garrett
Garretttt
Garrothis
Garthoon
-Garvis
Gary
-Gary Ghee
-Gary Giggles
-Gary Guldske
-Gary Linkov
-Gary Wang
GaryDabs
GarySmokeOak
Garyjayjay
Garysson
-Gasconade x
-Gash Pasher
GashBndicoot
Gashtag
Gassy
-Gassy Cat
GassyFlaps
-Gastje888
Gastronaught
Gate
Gateofdoom
-Gath
Gato
GatoNaranja
Gator
-Gator Bob Jr
-Gator Papi
Gatorboiz
-Gatorian176
Gatorslyr
GatrsNTaters
-Gau Cho
Gauntlet
-Gaur Gura
Gauss
Gautstafer
-Gauvin
Gavbin
Gavi
Gavii
-Gavin Dance
Gavita
Gavrot
-Gavussy
Gavy
-Gawd Bodi
-Gawk5000
Gawkes
Gawkss
Gawt
Gawz
-Gay 4 Guthix
-Gay Bear
-Gay Bear Cub
-Gay Farm
-Gay Fieri
-Gay Framed
-Gay Holly
-Gay Impling
-Gay Liam
-Gay Male69
-Gay Snake
-Gay Squire
-Gay Vermin
-Gay Wimp
-Gay450Bucks
-Gay4Ketchup
-GayWalrus69
-Gayblade
-GaylsHaram
-Gayme
+GayBowser
+GayCum
+GayDudeBirds
+GayTradies
+Gayim
Gayron
-Gaz
GazGoon
Gazaman11
-Gazan
Gazd
Gazed
-Gazed Soul
Gazelle2211
-Gazru
Gaztok
-Gazza
-Gbax-Style
Gdey56
Ge0rgeburton
GeChallengeM
GeTLeFt1
-Gear 5th
-Gear Carried
-Gear Fear
-Gear Sekando
Geard
-Gearfried
-GearheadSTL
GebwellB
-Geck-o
-GeckoDad
-Gedmuush
GeeHasMews
GeeStreet
Geeb
Geebs
Geebster
-Geef Bier
-Geegles
Geeker
Geeknip
-Geeman125
Geen
-GeenBankMan
Geera
-Geerin
GeertWillows
Geestig
-Geeving
-Geewd
-Gefilus666
GeggaMoya
Gehrman
GeilTijgerke
GeilePaddo
Geitekaas
-Gekido
GekkaJohn
Gekke
-Gekke Farmer
-Gekke Nelis
-Gekke Pablo
-Gekkesmurf
-Gekoh
Gekolian
-Geks
GelZmog
Gelawynn
-Gelderlander
Gelezis
-Gelijk
Geliquideerd
Gellaitry
-Geller Bing
Gelly
-Gelmar
-Gem
-GeminitusII
-Gemlingur
Gemsbok
-Gen Kokopuff
-Gen4 UU
GenCoupeGang
-GenFormat
GenGraardor
-Genabackis
-Genann
-Genaron
-Gene Shorts
GeneBelcher
GeneDenim
GeneKapp
-GeneVieve_SL
General
-General Aldo
-General Bigi
-General Iroh
-General NL
GeneralJosh
GeneralLudd
-GeneralMcRib
GeneralMo
GeneralMoist
-GeneralNASTY
GeneralPlay
-GeneralStore
Generall
-Generall_xx
Generalton
Generol55
-Genesee
-Genesis G80
Genetiics
Genetiz
-Genga r
Gengahr
Gengerbred
Geni
-Genie Magick
-Genie Talls
GenitalsHead
-Genix
-Genjitatsumi
-Genk
Gennie
-Gennu
Geno
-Geno RS
Geno2566
GenoJuice
Genocidal
-Genovan
Genres
Gensha
Gentileza
Gentle
-Gentle Death
-Gentle Gypsy
-Gentleman J
Gentlemanfox
Genty
Genuine
GenuineDude
Genus
-Geo Fe
Geo Geo
GeoDuuud
Geoculus
Geodark
-Geof Sux 666
-Geoff_Failed
Geoffry
-Geography
-Geoguess
-Geoide
Geologistic
-Geomatic
Geonde
Geordie
George
-George 36th
-George F M
-George Vv
GeorgeJx93
-GeorgeVork
Georgey
-Georgezs
-Georgies
-Georgopol
Geoso
Geotechnicki
Geovanna
GerAmi
-Gera1d
Gerald
-Geralt Nivea
Gerb3
Gerberos
Gerbs
@@ -17502,92 +8575,47 @@ Gerjan
GerksShirts
Germaan
GermanGuyRS
-Germanic
Germaphobic
Germimo
Gernoazi
-Gero
Geroko
-Gerr Hurka
-Gerrido
Gerrmz
-Gerroes4GIM
-Gerry Bud
Gershboon
Gert
GertrudeSimp
-GertrudesAss
-Gery07
-Gesaldo
-Gese
Geskar
-Geso
Gesoz
-Gestetner
-Get A Life B
-Get Back Son
-Get Bread
-Get Exp
-Get Fukt Pal
-Get Pho
-Get Syked
Get0nMyHorse
GetABeerInYa
GetATapWater
-GetAclick
GetDatXp
GetMeOut
-GetMeOutHere
GetOnMyLvl
-GetOverlt
-GetPets12
GetSkipped
GetThatUpYaa
-GetTogether
GetUrWild0n
GetWreckdSon
Getdolphined
Getfck3dup
Getlow777
-Getplayed
Getsu
-GettinTanked
-GeudensK
-Geuld
-Gew
Gewoon
Gezang
-Gf g
Gf4tiuser
GfRsIGotAGf
-Gfi
-Gh3t0 T4nk3r
Ghafir
-Ghaipol
-Ghandizy
Ghandy
-Gharron
Ghckkrchkrer
Ghda
-Gheed
Ghentiana
Gherkins
Ghetto
-Ghhjgwsr
-Ghidorah
-Ghillie Suit
Ghilly
Ghoosted
Ghorraka
Ghosnik
Ghost
-Ghost 311
-Ghost Ahoy
-Ghost Fe
-Ghost XP
-GhostAralein
GhostHouse
-GhostOrchids
GhostTank
GhostXD
Ghostas
@@ -17595,675 +8623,309 @@ Ghosteeen
Ghostfice
Ghostflips
Ghostiami1
-Ghostly Taco
GhostlyFetus
Ghostlyowns
Ghostninja
-Ghostsu
-Ghostwish492
-Ghosty
-Ghoul Intent
-Ghoul Zeta
-Ghraz
Ghruntsarokk
Ght179
-Ghurrix
-Ghuuneiboi
Ghxul
-Gi Lew
-Gi bbo
Giallo
Giant
-Giant Ego
-Giant Gochu
-Giant Killer
-Giant Peenos
-Giant Plums
-Giant Trunks
-Giant spider
-Giant235
GiantConker
-GiantShafty
Giantesss
-Giaveri
-Gib bread
GibMePets
Gibbed
Gibberish
Gibboh
-Gibbon
-Gibbon girl
Gibby
Gibby0712
Gibbzzy
-Gibsky
-Gibsmeister
-Gibson
Giddy Cowboy
-Giddy Yup
Gidejong
Gidionn
-Gidle Soyeon
Giebu
Gielinor
-GielinorGage
-GielinorGoat
-Gielinord
-Gielinored
-Giena
-Gier
Gierige
-Giffaro
-Gifgas
GigaBinary
-GigaChad FSW
Gigabit
-Gigantic Nut
-Gigantic Owl
-Giganttio
-Gigashit
-Giggel Boy
-Giggety
-GiggleFailer
-GiggySmalls
Gigi
Gigime
-Gigs x0rz
-Giiblo
Giiirtz
-Giitzy
Gijoe184
Gijs
Gijsbart
-Gilan
Gilbert
-Gildart_91
Gilded
-Gilded Gucci
-Gilded Robes
-GildeddGuppy
-Gilenoth
-Gilesy_93
GilgaGaming
Gilindur
-Giljom
+Gilkrog69
Gillan
-Gillbert44
Gille
Gilles
Gillisuit
-GillyChop
-Gillyjj
Gilnash
Gils
-Gilthresa
-Gim Balboa
-Gim Mayhem
-Gim Reaper x
-Gim Rickard
-Gim Sahara
-Gim Synicals
-Gim ckn
-GimJonel
Gimaralas
Gimbli102
Gimlocke
Gimme
-Gimme Pixels
GimmeDatWAP
-Gimmie 500k
-Gimp Charona
-Gimp George
-Gimp Rachau
-Gimp Sage
-Gimperfect
-Gimpgas
-Gimptan
-Gin N pizza
-Gin Theory
GinValid
-Gina Linetti
Ginekologs
-GingaFe
-Gingaaaaa
Ginger
-Ginger Elvis
-Ginger KG
GingerUnit49
GingerZ94
-Ginger_Men
Gingerbeefe
Gingr
-Gingr Snaps
-Gingyge
-Ginjaah
-Ginko Sora
Ginny
Ginobeatsss
Ginyuu
-Gioarcher69
Giorgi
-Gios Ladder
-Giovanniam
Giovano
-Gippeo
Gipson
Giraaa
GiraffeLord
Giraffeneck
Girl
-Girl10116
-GirlGamer420
-GirlLoveeee
+GirlCantFart
Girls
-Girls Add Me
Girlygurl420
Giroza
-GirrthBrooks
-Girsu
Girth
-GirthBeast
-GirthMatters
-Girthy Bunny
GirthyBaboon
-GirthySack
Giskardr
-Gist
Gistermorgen
-Git Ducked
-Git Gudr
-Gity
-Giuuntas
Give
-Give Advice
-Give Er
-Give Me Kith
-Give Purple
-Give Purples
GiveMeMaul
-GiveMutagen
Given
-Given Bow
-Given Power
Givera0
-Giville
Giving
Givox
-Gixerikan
Gizmoed
-Gizmoo247
-Gizzy-71
-Gj nice
Gjerloew
Gjonunaki
-Gktr
-Gl Bob
-Gl Im Dandy
-Gl Im Tom
-Gl0ver
GlLDARTS
-GlM Sam
-GlMKingCole
-GlMP Blue
-GlMP Purpp
GlNGER
GlRLS
-GlTHUB
-GlUwUten
-Glaceon Girl
Glacial
-Glacial Fog
GlacieredTig
GladePlugIns
-GladeSONPT
Gladeandy
-Gladiator12
Gladiator4x4
Gladpootje
Glads
-Glaeser
-Glaive Rush
Glance
-GlasMelk
-Glasabarn
Glashute
-Glass talons
-GlassIsrael
-Glassblow Me
-Glassface
-Glava
Glavas
Glazmeister
Glazyy
-Glcnn
-Glcnn II
-Glcsw
Gleassi
Gleddified
Gleep
-Gleesoman123
-Glejak
Glen
-Glen Cook
-Glen Kenobi
-Glen OSRS
-Glenbobis
-Glennis25
Glennitals
Glennyboy
Glennzii
-GleuberBTW
Gleythar
-Glicky
-GlideWho
Glierieman
GlitCH1221
Glitchfather
-Glitchxd
-Glitterix
Glo-Tank
-Glob Master
-Globalled
-Globby
Gloc
Glock
-Glock 48
GlockHoliday
Glockford
-Glocktopuss
-Glocs
-Glod
Gloei
-Gloei Lampje
Gloom
Gloop
Glopyz
Glorfsaus
Glories
Glorious
-Glorpy Glorp
Glossay
Glou
-Glough
Gloves
Glow
-Glowing Dawn
-Glowing Ray
Gloyer
-GlucGluc9000
Glue
-Glue Scroll
GlueInhaler
Gluehbirne
Gluest1ck
-Gluhh
Glukoosi
Gluons
Glut
-Gluteeni
-Gluten ei
Gluteous
-GluteyIM
-Gluurbuur
Gluurder
-Glyn
Glyo
Glys
-Gmackie1
-Gmic
-Gnaes
-GnakNim
Gnarkotics
-Gnarled
Gnarles
-Gnarly Nacho
Gnarlysurfer
Gnarmato
Gnarnold
Gnarwhal
-Gnashit
GngBng
-Gnge
Gnight
Gniles
Gnoblin
Gnome
-Gnome Ass
-Gnome nz
GnomeBustas
-GnomeChompii
-GnomeFN
-GnomeScarf
-Gnome_child1
-Gnomeball Me
-Gnomedalf
Gnomeopathy
Gnomeplay
Gnomeputone
Gnomerex
Gnomeruno
-Gnomes
-GnomesDid911
-Gnomonkey
-Gnomuim
Gnon
-Gnoob
Gnorc
Gnos
-Gnosticz
Gnotyep
-Go Already
-Go Die
Go Do One M8
-Go FF
-Go Outdoors
-Go Outside
-Go Rogue
-Go Thanos
-Go ask Wiki
Go2HornyJail
-Go4Stonks
GoBearsUA
GoBiiii
-GoDhAsCoMe2u
GoDrinkWater
GoGGu
-GoIsland
GoPlayOutsid
-GoSlow
-GoToBedKids
Goads
Goal2Max
Goalkeeper54
Goals
Goat
-Goat Toes
Goat512
GoatAteMySon
GoatOfWar
GoatStank
-Goatbigboy
Goaticorn
-Goatman
Goatmelk
-Goatrilla
Goats
-Goatsky
Gobbie
Gobiasinds
Goblin
-GoblinBreath
GoblinLevel1
Goblinborn
-Goblinchips
-GoblinxSlaya
Goby358
-Gochancee1
-God 126
-God Aye
-God Bjorn
-God Flax
-God Forgave
-God Like PvM
-God Of Chips
-God Of Hatrd
-God Of Lamps
-God Of W13
-God Pandora
-God Ranger90
-God Tier
-God of Walls
GodDmntNappa
GodEmpsTrump
GodHalfMercy
GodKingJT
-GodLovesG4ys
GodM
GodOfCats
GodOfTorment
GodSaidGrind
-GodSaved
GodSlayer422
-GodSoge
-GodTierAcct
GodTormentor
Godaa
Godcody
-Godd Is Good
Goddaz
GoddessAmaya
GoddessHylia
Godenzonen
-Godeso
Godezzo
-Godfather TR
-Godfather9 4
Godis
Godkip
-Godleh
-Godlike Nico
GodlikeOne
Godly
GodlyLeecher
GodlyThug
GodofAhri
-Godofore
-Godofyou2
-Godric777
-Godrics
Gods
-Gods Madness
-Gods Plans
-Gods Savage
-Gods Taint
-Gods Word
GodsBlackSon
GodsSniper
GodsSyndrome
GodsZombies
-Godsent
GodsentHero
Godspade
-Godss Angel
Godstrong
-Godswordl
-Godte
-Godumas
-Godvermomme
-Godwar
Godwise
GodzFear
Godzilla
Godzilla1282
Goed
-Goed Gedaan
-Goed stinke
Goedaardig
-Goedgemutst
-Goeie Sannie
Goeman
Goes
-Goggoli
Gogo
-Gogo Gorilla
Gogojuice
-Gogoud
GogurtYogurt
Gohan
-Gohanski
Gohler
-Goiij
-Goilin
-Goin
-Goin Slayin
-Going HCIm
-GoingBald130
-GoingBonkers
Goinvokeman
Gojam
-Goji Berries
-Gok Wan k
-Gokillanoob
Goku
-Goku 420
-Goku Nazz
Goku3ss3
Gokuu
-Gol
-Gol D Stocks
Gold
-Gold Avocado
-Gold Devill
-Gold Golem
-Gold Lynx
Gold M40A3
-Gold N Mole
-Gold Ox
-Gold Ruler
-Gold Scrap
Gold-Ileana
+GoldHunter69
GoldTracerR1
Goldclaw30
Golden
-Golden Acorn
-Golden Dunes
-Golden Eyes
-Golden Power
Golden2Aim
GoldenArm647
-GoldenGoose
+GoldenEye69
GoldenMinion
Goldendev
-Goldendrgn
GoldfarmCOX
Goldie47
GoldieOne
-Goldiekk
-Goldkimono
Goldless
Goldmagic
-Goldmagic 1
-Goldminer727
Golds
-Golduck
-Goldy Mox
Golem
-GolemDuoGIM
Golemantium
Golembaby
Golf
-Golf Socks
Golfcarts
Golfje92
Golfkarton
Gollito
GolloSam
-Gomardo
Gomham
Gomsugo
Gomut
-Gon
GonDaba
GonFeeshin
-Gonah
Gonapappa
Gondort
Gone
-Gone9237
-GoneClear
-GoneFarming
-GoneInDry
GonjaMon
-GonnaSleep
-Gont
Gontr
-Gonyor
Gonzalo
-Gonzra
-Goo Cat
GooMoonRyong
-Gooball
Gooberz
-GoobledeGoop
-Goobtacular
Good
-Good Bull
-Good Creb
-Good Cuxt
-Good Darts
-Good Duck
-Good Ironman
-Good Natured
-Good Pho You
-Good Potato
-Good Voodoo
-Good lol
GoodFight
-GoodGuyJosh
-GoodOlBussy
-GoodSkinCare
-GoodTalk BRO
-GoodVibes
Gooda4
-Gooday2uall
Goodbye
-Goodbye game
Goodcents
-Gooddeerend
-Gooder Album
GooderB0aty
-GoodlyKi56
Goodole
Goodpizza
-Goodriver
Goodwin
-Gooey Bace
Goofy
-Goofy Kitten
GoofyLlama
-Goofzillers
Googagoogago
Googie
-Googii
Google
-Google Plus
-Google THC
Googleisme
Googs
-Gool164
-Goomy
-Goon Galore
-Goon Rangoon
-GoonRNG
-Gooner
Gooneshy
Gooney
Goooby
Gooochy
-GooodO1dDays
Goopbandit
-GoopityGlorp
Goose
-Goose Field
-Goose World
GooseAlmyti
-Goosebottle
-Goosecaboos
Goosely
Gooshus
-Goostafus
Goothan
Gooziky
Goph
-Gopherpaws
Gophurr
Gopuppy
-GorGorDon16
Goragtong
-Gorak
-Gorastaman
Gorathe
-Gorazdus
Gord
Gordi
Gords
@@ -18271,133 +8933,69 @@ Gore
GoreTexZ
Gorehogthot
Gorg
-Gorge002
Gorgeous
-Gorgeous Vin
-Gorgeous War
Gorgonsolo
-Gorgoth
-Gorila911
-GorillaChad
-GorillaHaze
GorillaMon3Y
-Gorillr
Goriox
GorkOfGuthix
GorogSmash
Goromi
-Gorons Ruby
-Gorpie
GorskiGG
-Gortron
-Gory Figment
-Gorzie
Goshiki
Gossip
Gosustyle
-Got Mad Nugz
Got my DD214
GotABigDoing
-GotItAll99
GotTheTool
GotchuXL
-Goteborg
Gotemburgo
-Gotham Steel
-Gothic Mommy
+Gothic6669
GothicHippy
Gothicking70
-Gotta
-Gotta B Dope
GottaSlay
Gottaburn
-Gougar
Gountor5
-Gourd
GourdPicker
-Gourmandise
Gourmet
-Goy Boyy
-Goy Oy Vey
Gozi
Gozpot
Gp On Me
-Gr OO7
Gr0tti
-Gr33n
-Gr3at Noob
-Gr4naat
Gr4p3
-Gr4y W0lf
Gr8Legacy
-Graaf Mol
-Graardad
-Graarp
-Graav
Grab
-GrabAColdOne
GrabbaLeaff
-GrabsPeePee
-GraciousHeeb
-Grade I
Graenmeti
Grafie
Grafvs
Graham47
Grain
-GrainUhSalt
Grainfedbeef
Grainter
-Grainwave
Grainys
-Grakron
-Grallham
-Gram othy
Gram0fDabs
Gramalio
-Grambo
Grammar
-Grammar Naxi
GrampaDreami
GramsaySan
Gran
-Gran t
-Granbyboys69
Grand
-Grand Magpie
-Grand Tree
-Grand mb
GrandErected
-GrandSlash
-GrandVince
-GrandWizard
-Grander LTU
Grandikid
GrandmasterT
Grandmasters
Grandpa
-Grandpa H
Grandwarlike
Graniitti
-Granite God1
-Grannolegs
Grannt
-Granny Tiddy
-Grant
-Grant LLKL
Granto
-Grantos1993
Grants2004
Grape
Graphics
-Grappleshot
Graros
Grasp
-Grass Nugs
Grasshoppper
-Grassman-420
Grast1z
-GratefulFunk
Gratefulfunk
Gratis
Gratitheode
@@ -18405,360 +9003,179 @@ Graudalin
GraveDiqqer
Gravecan
Graveless
-Gravenor
Graves
Gravew0rm
-Gravitrons
-GravityPulse
GravyTugboat
Grawgar
Gray
-Gray Goo
-Gray Icon
-Gray Nine
-Gray Owl
-Gray Sails
-Gray Wolf31
-GrayXOF
-Graybanns
Grayden
Graymarrow
Grayola
-Grays Peak
-Grayv
-Grazalay
-Grazia
Grazing
-Grazing Goat
Grazium
-Grazuz
-Grazy Killah
Grazzak
GrcRevisited
-GreFunky
Greally
-GreasierNerd
Greasy
-Greasy Nerds
GreasyGoose
-GreasyKnucks
Great
-Great Catto
-Great Dain
-Great Sneeze
GreatBritain
-GreatFambino
GreatGinGin7
GreatNorth
-Greater Rev
Greaterbeing
-Greaterwang
Greatgranpa
Greatwhite62
-Gredhkj
GreedyFox
GreedyG4me
Greek
-Greek Bust
Green
-Green Floyd
-Green Gh0st
Green Guru42
-Green HoHo
-Green Molly
-Green O
-Green Theory
-Green noob
Green0ktober
GreenBstard
GreenClue
GreenCortex
-GreenMonstah
Green_Matcha
Greenbeens1
-Greenboy638
Greendor
-Greene Daeye
Greenikulas
Greenmusiq
Greenwell
Greenwolf666
Greg
-Greg Bcknghm
-Greg M
-Greg NM
-Greg Why
-GregLAD
Greggery
Gregley
Gregobeast69
-Gregor itos
GregorJesk
Gregornaut
Gregory
-Gregoryxo
-Gregreg
Gregsdabomb
-Gregy165
-Greh
Greig
-Greil
-Grej
Gremlin
Gremoir
GremorysPawn
Grena
-Grenadev
Grenenjah
Grenthyl
Gressaker
-Grewal
-Grey Beards
-GreyCheddar
GreyStation2
-Greyballes
-Greybird
-Greyhound00
-Greyhounds
Greyhunter
-Greytness
Grider
Griefstonks
Grieve
-Grieve r
Grieve4Nieve
Grievedd
-GrifSpice
-Griff Please
-Griff6GG
Griffey
-Griffeydor
Griffimano
Griffin
-Griffin 900
-Griffinerr
Griffoo
Grifo
Grifwin
Grihm
Grilby
-Grill Bears
-GrilledNem
Grim
-Grim Lahey
-Grim Reapr
Grim1O
GrimR
GrimRequiem
Grimalkinn
-Grimby
-Grimescene
-Grimey17
-Grimfeather
-Grimhimblem
Grimm
-Grimm Malice
Grimmauld
Grimmij0w
-Grimmjaww
-GrimmjowCero
Grimmlie
Grimms Baane
Grimnitro
Grimple
Grimreaper22
Grimsomebody
-Grimwar
Grimwold2
Grimy
-Grimy Elf
-Grimy Ghetto
-Grimy Guamay
Grimy H
-Grimy Lord
-Grimy Oppie
GrimyBuchu
GrimyIndica
-GrimyPussy
-GrimyRanarrs
-GrimyTorstol
-Grimz Reapin
-Grimzyy
-Grinchy
Grind
-Grind 4 Max
-Grind 4 Pets
-Grind Time
Grind4Life2k
-GrindAndGame
-GrindFaster
Grindcorr
Grinder
GrinderTo99s
Grindin
Grindinator
Grindius
-Grindlwald
Gringotts
GrinoReigns
-Gripzakje
-Gris Moor
-GrittyTacos
-Griz mobile
-Grizmatik
Grizzley
-Grizzly
-Grizzly Rock
GrizzlyCares
GrmblGrombl
-GrnBstrdO_o
Grobar20
Grobaz
Grod15
-Groen Hertje
Groene
Groesbeek
Groet
-Grog Dog
-Grog Mobster
Grogget
Groleo
-Gromada
GrommrUK
-Gromp Love
Gronk
Gronky
-Gronky Mutt
-GroogeN
-Groot Lol
GrootPool
GropeJelly
Gros
Gross
-Grosyte
-Grot I
-Grotegelds
Grotkop
Grotty
Grottyzilla
-Ground Hawk
-GroundGolem
GroundRanarr
-Group Int
-Group Pig
-GroupAaronMn
-GroupSexyMan
-Groupie Hugs
-GroupieSheep
-GroupyCoopy
-Groves
-Grow Culture
-Grow a Set
Grown
-Grown ups 2
Grrh
Grrim
Grrr17
Grrrrrrr
-Grubbfoot
-GrubbyNative
-Grubumas
Grucci
Gruglio
Grum
Grummmy
Grumpy
-Grumpy Bear
-Grumpy Dane
-Grumpy Rock
-GrumpyBean
GrumpyFire
-GrumpySkelly
-Grumtuque
-Grunderzz
-Gruntlife
-Grupopo
Grwl
Gryff1n
Gryygeri
Grze100
Gschlez
Gsef
-Gsuz
-Gtacoolz
GtheSquid
Gtotgt
-Gtr Zilla
-GuBoki
Guadanha
Guak
Guaka
Guala
Guam
-Guam Autism
-Guam Extract
-Guam Leaf
-GuamFarm
-Guapify
Guar
GuardMaze
Guardhakan
-Guardiaaan
Guardian726
Guardy
Guason
Guataca
Gubrew
Gucci
-Gucci Print
-Gucci Sheets
-Gucci Skrrt
Gucci0
GucciBalboa
-GucciChris
GucciDang
GucciDragon
-GucciMedHelm
-Guccifi
GucciiFlops
Guckle
Gudfad3rn
-Gudge
-Gudginator
-Gudmen
Gudomligt
-Gudown
Guelph
-Guernicaa
-Guess I Did
Guest738
Gufix
-Gugaru
Guidebook
-Guidefox
-Guido Bwana
-Guildboss
Guile
Guilles123
Guillotine
Guilou3
-Guimmy
GuineaHorn
-Guizompaz
-Gukkiman
GulTraktor
Gulf
-Gulmek
-Gulpar
-Gulpin
Gulsaft
-Gum
-GumGum B
-GumGum Fruit
-Gumat0s
-GumbleChunky
-Gumbygerkin
-Gumbygrump
Gumbygusher
Gumbypriest
Gumiibear
@@ -18767,19 +9184,12 @@ Gummibier
Gummy
GummyTushie
Gumpie123
-Gumri
-Gun
-Gunalations
Gunci
-GundarV
Gundrace
Gundrak
Gune
Gunfire
-Gunite
Gunjamini
-Gunman
-Gunn a
Gunna
Gunnar
Gunnawr
@@ -18788,351 +9198,156 @@ Gunnolvur
Gunny
GunnyGuest
Guns
-Guns Up
-Guns n Rozes
GunsN
-GunsN Roses
-Gunshow36
Gunsmith95
GunsonGurner
-Gunta Guy
-Gunter
-Gunteria
GuntherNese
Gunthie
Guntilius
-Guntown
Gunvald1
Gunwil
-Gunzyx
-Gupto3
Gura
GuraChan
-Gurahka
Gurchh
Guren
-Gurenz
Guri77
Gurilovich
-Gurke
Gurkes
Gurnie
GurningPills
-Gurnsy
Gurog
Gurp
-Gurp Gork
-Guru Pathik
GuruOz3
-Gus is Maxed
GusMagnel
-Gushing Thot
-Gusmamba
Gustav
-Gusten
-Gustice
Gustie1
-Gusty x
GuteArbeiter
Gutenberg
-Gutenberger
-Guthiccz
Guthix
-Guthix Boss
-Guthix San
GuthixIsBae
GuthixVapes
Gutti
-Guuds
-Guus geIuk
-Guusman
Guwaap
Guwapp
-Guwgle
-Guy Shishioh
-Guy Williams
-Guy in hat
-GuyBillNye
GuyDude
GuyHarvey
GuyInReaLife
GuyOnaBear
-GuyOverThere
-GuyintheChat
Guyringo
Guzas
-Guzman Loer
Guzzle
Gvjordan
Gvzy
-Gwaas
Gwas
-Gwas BE
GwasMaster
Gwasha
Gwasing
-Gwaztec
-Gwd
Gweav
-Gween Dwagon
-Gweeve
Gwellz
-Gwenchanaa
-GwigMate
Gwimer
Gwinter225
-Gws 2
-Gwu
-Gwublin
Gwyn
-Gwynrwyn
-Gxhost
Gyanzin
-Gyga
-Gym Beam
-Gym Is Home
-Gym then GYG
-Gymming
Gymp
-Gynn
GypsyAvenger
-GypsyTears
Gyrati0n
Gyro
Gyroman
-Gyrotta
Gytisr9
Gyts
Gyym
-Gz Parsec
GzBs
-H 0 U N D
-H 2R
-H A D O
-H A I D E S
-H A M M E H
-H A R L S
-H A T
-H A X 3 D
-H D M P
-H E A L E R
-H E J S A N
-H O L M E
-H Q Killer
-H S 7
-H U L K K
-H U N A J A
-H a t y
-H a w n y
-H abs
-H alo
-H ch
-H e c t o r
-H i n e s
-H l E U
-H obbs
-H owl
-H rekDoer
-H uff
-H-tsi
H0B0
H0DEX
-H0LINESS
H0NA
H0PES
H0RSEFIGHTER
-H0RY
-H0j
-H0j00
H0lyPorkyPig
H0me
H0nestyBe
-H0wy
H1GH
H1gh
H1gs
-H2 Ninja
-H20magic
H22a
H2GivesUTheD
H2HO
H2Okt
-H2R
H3AV3N1Y
H3NNESSEY
H3adBurner
H3ll
H3llg0g
H3nti3
-H3rbMaXD
H3rbs
H3rioon
H3xxar
-H4RD P V M
-H4RD PVM
-H4wk0n
H501
-H61
-H8
-H8rry
-HA RD
HACHE
HADYYY
-HAHA CODY
-HAMMY P0TTER
HANDLEwCARE
HAOKIMALONE
HARVEY
HARYWERNASDA
HASA
-HAUS DOSAN
-HAWGCRANKD
HAXERFUGGv2
-HBPandox
-HBTFD
HBTurpin
-HC DVS
HC Diego
-HC H R A D
-HC HALLEN
-HC J P
-HC Lone
-HC Nitsy
-HC PogChamp
-HC Tehl0rd
-HCByTheWay
HCIM
-HCIM Freak
-HCIM Telmo
HCJynkky
-HCTHB
HCaturbate
HCgenes
HClM
HCmunchies
-HCquitter
HCsndr
HDGamerLewis
HDarcticus
-HEAD TURNER
HEADLlNES
HEAVYWElGHT
HEAVYWORK
-HEJNUS
HEL1O
HELPPOLOTO
HELl0S
-HEMSKl
-HEMULIN LADA
-HER0X
HEREforPETS
HERYWERNASDA
-HEWlTT
-HEXISZ7N510Q
-HElMDALLR
HElSENBERG
-HFH141
HGCduke
-HGHZ
HHans
-HI IM XP
-HI lM SATAN
HICK
-HIHIHl
HIKI VALUU
-HIM thespaz
-HINEaKIN
-HKD
HL8ight
-HM-O3
-HM01Urself
-HM01Yourself
HM02YouFools
HM05
-HM05 Flash
-HMFIC
-HMR9
-HMS Bass
-HMTickle
-HMWRCKR
-HO NK
-HOB0MAN
-HODL DEEZ
HOKIE
-HOKIE II
-HOLDUP
-HOMIE_SNKE
HOOD
HOOLlGANS
-HQ140
-HR palvelut
HRVRD
-HRZ Dennys
-HReversti
HT Hero King
-HTKBeast
HTTP
HUGE
-HULKSMASH
-HULL CI TY
-HUMANATSIGHT
HUMPING
HUUTIS
HVSG73373535
-HWFG Jordan
-HYDROPWN1C
-HYPEHYPEHYPE
-HYPERTAIKURI
-HYPOXD
-Ha Tsjoe
-Ha Yea
-Ha rrison
-Ha ss
-Ha1fWayCrook
HaClintondix
-HaKooro
-HaMwise
HaNamer
Haaaa
Haaaydeez
-Haar-Xil-MES
-Haarde Knud
Haardest
Haarvey
Haavard
Habaneros
-Habbitatt
Habib
HabsWin2021
Hachune
-Hacien
-Hacis Zone
-Hack McGraw
-Hackdash
Hacked
-Hacked Here
-HackermanJS
Hackett116
Hackie
-Hacklang
Hacky
-Had Enough
-Had2hurt
HaddlingOS
Hadeees
Hadei
Haderlumpen
Hades
-Hades m8
-Hadezzz
-Hadhod46
-Hadies205
-Hads MC
-Hadyen
-Haelendur
Haell
-Haemogobl1n
-Haertyew
Hafco
Hafcos
Hafdis
@@ -19142,42 +9357,22 @@ Hagaar
Hagedis
Hagenau
Hagenees
-HaggisChaser
-HagridGone
Haha
-Haha noob
-HahaBonk
HahaYes
Hahaha
-Hahalord888
HahnSuperDry
-Hahru
HaiDiLao
-HaiHai
-HaiIZaros
Haiaf
-Haiden
Haidynn
Haighy
-Hail to Pitt
HailYeah
-Hailie Jade
-Haio
Hair
-HairNotFound
Hairy
-Hairy Batman
-Hairy Dery
-Hairy Hobbit
-Hairy Hooker
HairyCave
-HairyGirls76
HairyLatino
-HairysJungle
Hairyteddybe
Haissi20
Haiten
-Haitze
Haizet
Hajduk
Hajj12
@@ -19186,49 +9381,28 @@ HakGwai
Hakafissken
Hakala
HakanTheMad
-Hakaniemi
-Hakattu
Hakeem
-Hakkie
Hakkua
Hakozuka
HakunaWHO
Hakuryuu
Hakwai
-Hal Jordan
-Halaal
-Halal 1
-Halal Burger
HalalSnakbar
-Halaladdin
-Halbrand3791
-Halcony
-Halcyon Myth
-Haldir
Haldir140
-Haldun
Hale
-Hale End
Half
Half Volley
-Half a Cig
-Half a Worm
HalfAb0rted
HalfHawaiian
Halfdanger
Halfway
HalfwayOkay
Haliax
-Halibelle
Halipatsuife
Hall
-Hall of Fame
Halla
-Halla-Aho
-Hallako
Halleloja
Haller
-Hallo Knul
Halloman71
Hallonkram
Hallowed
@@ -19236,156 +9410,74 @@ Halls104
Hallucianter
Hallucin8d
Hallufauz
-Halluusio
Halo
HaloMisfit
-Haloboy
Haloking176
-Haloman6666
Haloo
-Halseys
Halsly
-Haltrek
-Halujo
HaluunKeksin
Halve
-Ham Dip
-Ham Turkey
-Ham r
-HamHawk
-Hamada
-Hamaken
Hamataka
-Hambam55
-Hamburgor
Hambzy
-Hamdulilah
Hamed
-Hamel
Hamii
Hamis
-Hamlee
-Hamm
HammZ
Hammer
-Hammer Man
-Hammer4422
Hammer4442
HammerTime29
HammerTine
Hammered
-Hammertime
Hammond
-HamnerTime
HamoodyShimy
Hamp
-Hampton Bays
Hampus
-Hamrocks
Hamsterslayr
-Hamstr
Hamudiy
-Hana the Mad
-Hanashee
-Hand Puppet
HandTuggy
Hande
-Handecapped
-Handex
Handicap
HandleofJD
Handley
Handphone
Hands
-Hands Hurt
Handsome
-Handsome Rob
Haneet
-HanekawaSimp
-Hanfkeks
Hang
-Hang em high
HangChowCrow
Hangin
-Hangin Nuts
Hanhen
-Hani
-Hanikala
-Hank Jackson
-Hank T Tank
-Hank343
HankTheTank2
Hankanini
-Hankk1
HankoAJ
Hankzilla
Hannah
Hannh
-Hannibal GIM
Hanno
Hannu
-Hannu Poika
-Hannu Soolo
-Hannys Main
Hanoi
-Hanoi Rocks
-Hanoob btw
-Hans Glans
Hansen
Hansern
-Hansiil
-Hansonville
Hansy
-Hantarded
Hanwi
Hanzino
HaochengZ
Haole
Haphazzardz
Hapoton
-Happ1RS
Happier
Happiikhat
Happy
-Happy Beluga
-Happy Dappy
-Happy Feet
-Happy Josh
-Happy Kitty
-Happy Light
-Happy Meal
-Happy Prayer
-Happy Tj
-Happy exSlut
-Happy2DaCore
Happy420
-HappyMeds
HappyPandaXD
-HappyScape
-Happydud01
Happyfrog12
Happyguy
-Happypurpday
-Happytoy
-HapuApu
Hapukurk
HarKieren
-HarO Reborn
-Hara YEP
-HaraHachiBu
Haraket
Harambe
-Harambro
-Harash
Harassment
-Harbix
-Harbor 2567
Hard
-Hard Chance
-Hard Clue
-Hard Filmur1
-Hard Kinta
-Hard TeK
HardFormed
HardHatJeffy
HardMannetje
@@ -19394,22 +9486,14 @@ HardRazer
Hardc0reBruh
Hardcome
Hardcrux
-Harde Pik
HardeSnikkel
-HardenedRS
Harder
-Hardeschijf
Hardie
-Harding
Hardlesas
Hardman
-Hardon hank
-Hardstyle IM
Hardwaring
Hardwell420
-Hare Danger
Harem
-Harem Isekai
Harja
Hark
Harka
@@ -19417,236 +9501,123 @@ Harken
Harken21
Harlekin
Harlem
-Harley Nz
-Harleyrox
-Harlie
Harlot
Harm
Harmala
Harmentje
-Harming
-HarmlessTwig
-Harmon Angel
-Harmoniiumm
Harmonized
Harmony
-Harmonyy
Harmr
Harms
-Harms Whey
-HarpoonMyAss
Harraggen
Harresvela
Harri
-Harri Hylje
Harriganrace
-Harris0n
Harrithon
-Harrods Fish
Harrris
Harry
-Harry Bucket
-Harry Dirty
-Harry Hendo
-HarryPoppa
HarryTheGOD
HarryTheWhte
Harryalt
-Harryguy23
Harryindacut
-Harses
-Harsh Times
Harshhashh
HartIess
Hartlepool
Hartree
-Hartreni
Haruka
-Haruka Meh
-Harus Ranger
Harutikk
Haruto
Haruuki
-Harvahammas
Harvardista
-Harveytec
-HaryLongWood
Has2BeSHiFtY
-Has547
-HasOneLegacy
Hasballa
-Hasbullah
Hasek
Hash
-Hash Browns
-Hash House
-Hash One M8
-Hash katchum
Hash1
-Hash1Aussie
HashHund
HashIsLife
-HashTagYou
Hashh
Hashiiirama
-Hashimm
-Hashlife
HashtagGOALS
Hashtagz
-Hasloa
Hass
-Hassall
Hassis
Hassoni
Hastings
-Hasty Power
-Hat i
-Hat tis
HatchetOG
-Hatchkat17
-Hatchling
-Hathrow
HatiFnattt
-HatoradeJack
Hats
Hatsune
-Hatsune Miko
Hatsy
Hatte
-Hattibagen
Hattnn
-Hattuviilari
-Haubjerg
-Hauki0nFive
Hauki0nIron
Hauki0nNoob
Hauki0nUlti
-Haunleff
Hauntedfury
Haunter12123
Hauntya
HausHausHaus
-HautaNorsu
-Hautboi
HavU
Havac
-Havard
Havawk
Have
-Have Sabr
HaveAGood1
-Havendare
-Havenmeester
-Havi k
-Havidex
-Havoc Grasp
HavocRavage
-HavocThomas
Havok
Havottaja
Havzzter
-Haw
-Haw4iiankush
Hawaii
-Hawaii Ice
HawaiiMadez
Hawaiian
-Hawasser
Hawes
Hawk
-Hawk Driver
Hawkear
Hawkes
-Hawkeye87
Hawkit
HawkofLight
HawksMama
-Hawkwound
-Hawkzrael
-Hawler12
Hawolt
-HaxY
Haxd
-Haxident
-Haxixero
Haxn
Haxnoiz
Haxoonie
-HayHay
Hayabusa
-Hayaku
Hayasaca
-Hayasaka
-Hayboo
Hayden3
-Haydenl451
Haydenss
-Haydern
Haydor
Hayesy
Hayfield
Hayirlisi
HayleyQuinn
Haylz
-Haynex
-Haz-zy
-Haz2
HazDownz
Hazade
-Hazardless
Hazardouss
-Hazards
Haze
-HazeCloud99
-HazeMePls
HazePGN
Hazed
Hazeley
-Hazezor
Hazla
Hazsle
-Haztraz
-Hazy Sparrow
HazyHerb
-HazyHour
HazzFive
-Hc OffWhite
-Hc Oh Wait
-Hc Toleranss
-HcFlex004 v4
HcGon
HcHoopla
-HcimTironade
Hcimdiot
-Hckie
-He Adventure
-He Pinky
-He Who Iron
-He nry
He11zdone
HeSmokesBud
Head
-HeadBear
HeadHuunter
-HeadOverseer
-Headache
-Headenforcer
Headgaskets
Headleya
-Headliners
Headlines
-Headlines v2
-Headshotting
-Headwipe
-Healers
-Healty
+Heagerg69
Heard
-Heard Chef
Hearne
-Heart Please
Hearted
Hearten
-Heartlesdude
Heartlock
Heartquake
Hearts
@@ -19658,299 +9629,158 @@ Heat
HeatSeekr187
Heated
Heathen
-Heathenry
-Heather x3
-Heatmyser
HeatproofIM
Heav7n
-HeavenIyGard
-Heavener
HeavenlyBlue
Heavens
-Heavens Feel
-HeavensDao
HeavensStorm
-Heavensdown
Heavy
-HeavyBowGun
-Heb0
-Hecec
Heck
-HeckIron
-HeckinWoofer
HeckingFish
HecklerNKoch
Heckstrm
Hecote
Hectic Mic
HecticGinger
-HecticHerb
-HecticKebab
-Hectoplasma
Hedge
-Hedralx
-Heebie
Heedbo
Heee
Heel
Heeling
-Hefboom
HeftyFlan
HegXDXD
Hege
Hegelund
Hegert
Hegesy
-HehtoLerssi
-Hei Kneuter
-Heifetz
-Heightenings
HeikkiPentti
Heil
-Heil Pierce
-Heil Vegeta
Heilios
-Heill Ragnar
Heinamies
Heineken
-Heinekentje
Heinered
Heinzzel
-Heir
HeirHead
-Heisbergh
HeisenBergW
-Heisenber9
-Heist Music
-Hej hej
-HejBrink
-Hekaton
Hekdik
Hekla
Heko
-HektikBadger
-Helbur
Heldip
HelemaalMooi
Helesta
Helium
-Hell ETC
-Hell Kitt3n
-Hell ffa
+Hell
HellAngel
HellBlood
Hella
-Hella Tonk
-Hellabad
+HellaKush420
Hellafly
-Hellagaybtw
Hellandnz
Helldog946
Hellhaunted
-HellianV
Hellinferno4
Hellixx64
Helllblazer
-Hellmo
Hello
-Hello Bel
-Hello Friend
Hello6
-HelloBot9000
HelloDottie
Hellodummy
Hellrain962
Hellrazorr
-Hells 10hp
-Hells Chance
-Hells Godz
-Hells Puppet
-Hells doggy
+Hells
HellsRavage2
-Hellwater
Hellz
Helm
Helmoid
Help
-Help Autism
-Help I Gay
-Help my
-HelpImStupid
HelpLahh
HelpTheNoobs
-Helpful
-Helpless Ale
Helson Ryse
Helta9
Helx
-Hema roids
Heme2
HemeSupreme
Hemiptera
Hemmii
-Hemmur
HemoGlobe
Hemp
-Hemp product
Hempopotamus
-Hempwick
Hems
-Hen Ac Araf
HenaQ
-Henbane0
-Hendo Au
Henee
-Henehh
Henfami
Hengecobdig
-Hengggga
-HenkDeTanker
HenkdePlank
-Henkka Btw
-Henkka242
+Henkerddd420
Henkkawaa
-Henkkiiieee
Henkleebruce
-Henko420GB
-Henktius
Henlo
-Henners
Hennesssssy
Henni
Henniejj
Hennssey
-Henri380
-Henry Fe
-Henry XV
Henry14
Hens
-Hensel
-Henslord
-Hensta
-Hentai Daddy
-HentaiMaiden
-HentaiMusic
-Henu OG
-Henzone58
Heolis
HephaestusRS
-Her Gay
HerAddiction
Herb
-Herb Deen
-Herb Lab
-Herb Quest
-Herb box
Herbacist
Herbaderb
HerbalKing
-HerbalTeabag
Herbalicious
Herbby
Herbilicious
Herblore
Herbmania
-Herbmatic
Herbogus
-HerbsnSpicer
HerculesLoyd
Herculooo
HereFor_Beer
HereSomeDank
HeresALlama
HeresySlayer
-Herk
-Herkko
-Herkko32
-Herkku
Herkules
Herky
Herm10ne
Hermanni
-Hermaus M
-Herminator0
Hermit
-Hermit Jack
Hermitian
-Hermot palaa
Hero
-Hero Extreme
-Hero Kid
-Hero vs Hero
HeroDan
-HeroGenos
HeroToby
Heroed
Heroic
-Heroic Hope
HeroicDesire
-Heroicjesus
-Heron Bird
Herp
Herpa
HerpaGnome
HerpesNo
Herpesbek
-Herpito
-Herr Gaucho
-Herr Luc
Herra
-Herra Beavis
-HerraBonsai
Herrits
-Herrmann3
Hesienberg
Hesitation
-Hesmander
Hespori
-Hespori KC
-HesporisSeed
Hespus
Hess
Hesson
-Het Heden
-Hetdorp
-Hetebeir
-Hetehaan
-Hetimos
-Hets Capture
Hetumo
Hetzer
Heuha
Heur
-Heuro
Heuvel
-Heuvel Reus
-Hevenlys
Hever
Hevi
-Hevi Luumu
Heving
-Hewy
-Hex Is Maxed
HexMage
Hexadecimal
-Hexagon Heat
-Hexalogy
-Hexedited
Hexenblut666
Hexenkonig
Hexication
-Hexos
-Hexphase
Hextale
Hextra0rdnry
-Hexun
Hexxjan
-Hey B
-Hey Bob
-Hey Cheems
-Hey Im Dylan
-Hey J
-Hey Jase
-Hey Jay
-Hey Mills
-Hey Ubba
HeyBeautiful
HeyBigDaddy
HeyDaddy
@@ -19958,103 +9788,42 @@ HeyFonte
HeyHowsLife
HeyItsLachy
HeyLuffy
-HeyThatsLife
-Hey_Duck
-Heymakerz
-Heyman
Heywaddup
-HeyyDivine
Hezbullah
-Hezr
HgH2
Hhmm45
Hhmora
-Hi Cookie
-Hi Im Ant
-Hi Im Duncan
-Hi Im Emil
-Hi Im Frak
-Hi Im Ken
-Hi Im Pei
-Hi Im Stevo
-Hi Im Vitao
-Hi ImMrRight
-Hi Lvl Ideas
-Hi Opal
-Hi Ren
-Hi Suka xD
-Hi Tyler
-Hi im Gin
-Hi im Savage
-Hi im Shar
-Hi im Yellow
-Hi lm Paul
-Hi lm Sk8
HiDyvvnBDP
HiGHFLYER
-HiHowAreYa
HiImIronRick
HiImNicole
HiLumbridge
-HiNebb
-Hiarii
Hibbetts
-Hiben75
-Hibernal
Hick
Hickery
Hicu
Hidaki
Hidden
-Hidden Power
-Hidden one1
Hiddenn
-Hiddinkiwi
Hiddy
-Hide Ink 207
-Hide Ya Kids
Hidekia
Hideo
-Hideopenend
Hider
HidesHerEyes
-Hidi
Hidole555
-Hidro
Hieroglyfic
Hifter13
Higgens
High
-High Content
-High Halpert
-High Hustler
-High Knight
-High On Cake
-High Ronnie
-High Score
-High Snorse
-High Up Here
-High as Zuk
-High lm hi
-HighAsF Bruh
-HighBacon
HighMeatloaf
HighNoobJhin
HighOnPlants
HighProbably
-Highbury
Highcaalibex
-Higher Force
-Highestarchy
Highfish
-Highjacurmum
-Highland
-Highly Faded
Highmountain
HighonCash
-Highs
Highscaping
-Hightierian
Highway2Hell
Higlen
Higu
@@ -20062,253 +9831,146 @@ HihoMenono
HiiddeN
HiipFiire
Hiisgreat
-Hiit Man
Hiiz
Hijack778
Hijsbergh
Hiker
Hikiukko
Hikizato
-Hikmet
-Hilarious
-Hilda Garde
Hildr
Hilge
-Hilipilli
Hilk
-Hillhouse
-Hillpker
Hillram
HilltopHick
Hillzy
Hilo
-Himala
-Himaster
-Himtheguy
-Himy
-Hina Suguta
Hincarpie
-Hinchers
Hindi
-Hindle
Hinny
-Hinss
-Hintai
-Hiopeer
-Hip Fe Hop
-HipSlippers
Hiphop
Hiphopdude0
-Hipiguy48
Hipnodiskd4
Hippeis
HippieLexy
Hippies
-HippoBlunts
-Hiqhlife
Hirae2
Hiria1
Hiroble
Hiroticus
-Hiroyuki Isa
-His Faithful
HisHungness
HisLordship
Hisano
Hisblore
-Hislordship
HisokaX4
Hispeeed
-Hissi-Timo
-Hit U
-Hit By Car
-Hit Points
-Hit The Guam
HitMyVape
HitOnRun
-HitOrange
HitTheVape
Hitagi
Hitch350
Hitchens
+HitdeBongz
HitherDither
-Hitman Style
-Hitme8
Hitmonchans
Hits
-Hits Like
-Hitsumaru
Hittimestari
Hitz
-Hiva
Hiya
Hiyouri
HjaIIe
Hjaldr
HlKEN
HlMBO
-Hladomor
-Hlata
Hldz
Hlep
-Hlnub
-Hm
-Hmg Hawj Str
-Hmm Fr Bruh
HmmKoekjes
-Hmmer
Hmmingbird
Hmmk
Hmmm
-HntrBTW
-Ho Chi Meme
-Ho LiFuk
HoButter
HoFkee
-HoLeShite
HoarderMan
-Hob Ralford
-Hobbi
Hobbit
-Hobby Jogger
Hobex
-Hobgoblinas
Hobgoblins
-Hobgrot
Hobie
Hobo
Hobodude67
+Hobutt
Hock Baws
-Hockney
Hocky
Hocpuck
-Hocus POTUS
HodamOS
-Hodeman
-Hodge5
Hodgetwin
Hodort
Hodvik
Hoffmanator
-Hoffmanbmx
Hoffsworth
Hofus
-Hog
HogPacker70
-Hogboar
-Hogboy
Hoggormen
-Hognag
Hogo
Hogsen
Hogskoleprov
Hoheti
Hohhenheim
Hohhoijjaaaa
-Hoi An
Hoilam
Hoix
Hokage
-Hokage Jason
-Hokage Sama
HokageRS
Hokiako
Hokie
-Hokiee
-Hokies
HolaBurrito
Holbox
Hold
-Hold My Gun
Hold3nMc
-HoldMyShrimp
-HoldenBallz
Hole
HoleNewName
Holenes
Holidayz
Holiest
-Holiidayyy
Holisti
Hollar
Hollington24
Hollow
-Hollowed One
Hollsyy
-HoloTheDrunk
-HololiveOS
-Holoubek
Holsey3126
-Holt
-Holtsen
-Holunder
Holy
-Holy Cheetos
-Holy Druid
-Holy Jandals
-Holy Moses
-Holy Plan
-Holy Rock91
-Holy Scrotum
-HolyChrist
HolyColt
HolyDugong
HolyElixir
HolyEntity
HolyGhost
HolyHerb
-HolyIronmoly
-HolyMould
HolySaints
HolySkittles
-Holycaw
Holyfuk
Holyhonza
Holykana
Holyshmokez
Holyzuk
Hom3r
-Homage48
-Hombelkei
Home
-Home Boy
-Home Office
-Home Page
-Home Plug
-Home Run26
Homealot
-Homebad
Homefront
Homegrowe
Homelander
Homeless
-Homeowner
Homepage
Homer
-Homer LT 0_o
Homestead
Homicide
Homie
Homies556
Homingstats
Homlepung
-HommeDeFer
Hompski
-Hon
Honaz
-Honchcrow
-Honda Coupes
-HondaXJ20
Honden
-Hondo Ohnaka
-Hondsvot
Honest
-HonestThomas
-Honestben
-Honestidade
Honeytrippin
Honeyyyy
-HonkMyClussy
Honket
HonkeyKong
Honkitonki1
@@ -20316,61 +9978,37 @@ Honko
Honkys
Honler
Honor
-Honourable
Honq
-Honra
Honru
-Hoo Lee Fook
Hooba
Hoobloob
HoochFighter
Hood
-Hood Rat
HoodBrothers
Hoodaloo
Hooded
HoodedDeath
Hooder
Hoodieninja
-Hoodless
-Hoodlum_94
Hoodrat
-Hoodstar XD
HoofHarted
-Hoogbegaafd
-Hook
-Hook N Arrow
-Hookah
Hookin4GP
Hookr
Hooleys
-Hooofer
Hoooka
HooorrraaaH
-Hoop Snake
HoopaLoopz
-Hoopdie
Hoopre
Hoopti
Hoorus
-Hooryu
-Hootenanny
-Hooyaah
Hoozio
-Hop Loser
HopNowNoob
Hope
Hope4TheBest
HopeSmolDicc
-Hopeless
-Hopelite22
Hopeu98
Hopian
Hoppa
-Hopper727
-Hoppip
-Hoppipolla
-Hops World
Hoptilicus
Horatio
Horatioat
@@ -20379,60 +10017,27 @@ Hord
Hordalad
Hordaland
Hordelli
-Horey
Horizons
-Horizons End
-Horme
HornDawgx
Horned
Horns
-Horny4Herbs
Horny4Hunlef
Horozu
-Horppi
-Horrific Rat
Horriser
-Horros
-Horrow jr
Horse
-Horse Tock
Horselord
-Horshock
-Horsley park
Horstel
-Horus Hyla
Horus1701
HoshizoraRin
Hospitaliano
-Hoss
-Host Proctix
HostileBoss
-HostileCloud
HostileEx
Hostiles
-Hot Ass
-Hot Box
-Hot Boxing
-Hot Chesters
-Hot Choco
-Hot Chook
-Hot Dog 1995
-Hot Dog Guy
-Hot Girl
-Hot Glacier
-Hot Gril
-Hot Hemp
-Hot Shop
-Hot Since 82
-Hot Stepdadi
-Hot nurse
HotAsianCuti
HotCocoa
HotCuppaT
HotDoggWater
HotManCurry
-HotMaxCurry
-HotPud
HotSaus123
HotSnow
Hot_Farmer99
@@ -20441,342 +10046,180 @@ Hotandhorny
Hotbox
Hotchelli
Hotdog
-Hotdog Timmy
Hotdog655
-HotdogGravy
Hotdogit101
-Hotdogwhat
Hotel
Hotkeys
-Hotline Juan
-Hotot
-Hotputhy
-Hotrod-Matt
Hots
Hotsbo
-Hotse
Hotsgonwild
-Hotshotz61
Hotslol
Hotwheeler
Houdinski
Houndstooth
Houowvwvv
-Hourlies
-HoursAndy
Hous
House
House748
-HouseSniffer
-Houseman45
Housewife
-Houston713
Houstoned
Houstonnnn
-Hovis
-Hovland
Hovmeizter
-How do I win
-How to quit
How2Boss
How2username
HowAboutNeup
-HowDoDisWork
-HowHardd
HowIing
HowIsDis
-HowLee
-HowSway
Howde
Howland
-Howler Head
Howlini
Hows
-Howsey
Howson
HoySmallFry
-Hoya Markus
-Hoyaa
Hoyah
Hoyiron
Hoyryjyra
-Hoyyehh
-Hp x Hp
-Hr Banan4
-Hr CarlSmart
-Hr KalZ
-Hr Pagulane
-HrMystik
-Hra Amiraali
-HraMajuri
-Hraerekkrr
Hrafnagud
-Hrag
-Hrathix
-Hrry
Hrungiir
HshBrwnClwn
-Hsilver
-Hska
HsrFresh
-Htine
-HuZ Ryan
Huaraaturpaa
Huard
Hub3r
-Hubbbzzzz
Hubbz216
Hubeeb
-Hubie
-Hubiera
Hubli
-Huby K
-Huck
HuckUsAHandy
-Huckn
-Huddo
Hudsy
Huebs
Huevote
-HueycoatI
-Huffers
-Hug A Mudkip
-Hug my cat
Hugakitty
Huge
-Huge Coom
-Huge Mudkip
-HugeCcret
-HugeCox
HugeMike
HugeSimp
HugeSquanch
-HugeXpWaste
Hugh
-Hugh Jannob
-Hugh Jas
Hugh Jazzhol
HughAreMyron
-HughJastle
-Hughes Luck
Hugo
-Hugo Baws
-Hugo C
Hugodzilla
Hugos
Hugoslavic
Hugotec
-HugsTibbers
Hugsi
-Hugsqtface
-Huhi
Huhm0ng
-Huhmble
Huhu
-Huidskleur
Huiliuiliu
Huilu
Huinca
Hukka
Hulagu
-Huler
Hulk
-HulkSmaash
Hullcity25
Hulll
Hulluke
Hulluurpo
Hulvatonta
-Hulyx
Human
-Human Knight
-Human Reject
-HumanMalware
-HumanSl0th
HumanToxin
Humanist
Humanityy
-Humanoid Rat
Humb
-Humb RS
Humbabe
Humberto
Humble
-Humble Finn
-Humble Husk
-Humble Otter
-Humble RNG
-Humble lp
HumbleCanoe
HumbleCrab
-HumbleFarmer
HumblePlayer
Humblee
-Humblegods
Humbleherb
Humblenobody
Humbles
-Humboy
-Humgrump
Humid
-Humiliation
-Humji
-Hummbinger
Hummerspeck
HumperT
Humpletics
Humu
-Hunajamurune
Hundjagare
Hundred
-Hung Opossum
-Hung Pikachu
-Hung Zebra
HungLow30
HungSolo45
Hungarry208
HungerRee
Hungry
-Hungry as fk
-HungrySponge
HuniePop
Hunkadoris
-Hunks
-Hunlef
Hunnets
-Hunni Bunny
Hunpy
-Hunt Mike
Huntarr
Huntdragimps
Hunter
Hunter10139
-Hunter4056
HunterPandav
-HunterXosrs
-Hunters Main
Hunterz
-Huntin Specs
Huntindawg
Huntindawg2
Hunting
HuntingGirls
-HuntingPets
-Huntinrox
Huntinthotts
-Huntiritox
HuntnCoFTB
-Huntsin
Hunyadi
-Huolon
-Hupipelaaja
Huppis
-HuppuKostaja
-Hups
-Huqin
Hurlae
Hurleee
Hurley
-Hurley24
Hurlock
Hurri
-Hurrisun
-Hurs 1
Hurtigmads
HurtsDonut
Huscarl
-HuseG00SE
Huseyin31
-Hush Pup
Husker
HuskerFool
Huskieeeee
-Huskvarna
-Huskyskills
-Hussar1683
Husse1n
Husseinn
Hustensaft
Hustlez
Huswan
Hutchens
-HutchoAU
Hutros
Huts
-Hutula
-HuugeCok
Huugo35
Huule
Huumepoliisl
-Huupee
Huutiset
Huutoripuli
Huviksee
-Huxley King
-Huxtap
Huxtin
Huzeyfe
-HvH
Hvale
-Hvale Kongen
Hvorfor
-Hwael
-HwbrangerUIM
-Hwzrs
-Hxc Ironfail
Hxcmackin
-Hxpeful
Hxrm
Hxrsey
-Hy a
Hy3RoGeN
-Hy3RoGeN x
HyAcey
-HyDrooo
-Hybernated
Hybrid
-Hybrid Hurtz
-Hybrid Mech
HybridSanta
HydG
-Hydi
Hydr0nate
-Hydr0p0nic
Hydra
-Hydra Ikkle
-Hydra Spoon
-Hydra_Lerna
Hydraletics
-Hydras Daddy
Hydration
Hydraxon
-Hydrerion
-Hydro-Quebec
HydroBlast
-HydroC
-HydroGasMask
-Hydrocarbons
Hydroe
Hydrofiner
HydrosFather
-Hyemi
-Hyfens
HyggeDansker
-Hyi
Hykd
HylianLink
-HylianLombax
Hylkon
-Hymy
Hyosin
-Hyough
HypaDunkTv
-HypaZestay
HypeLad
Hyper
-Hyper 212
-Hyper Threat
-Hyper autist
Hypercam
Hypercoaster
Hyperdeath20
@@ -20784,310 +10227,68 @@ Hypermole
Hypersomnia
Hypertroll
Hypertrophic
-Hyperversity
Hyphen
-Hyphen-ated
Hyphenated
-HyphyRS
Hypn0se
Hypocriet
-Hyprocrisy
Hysteric4l
-Hytrogod
Hyttynen
-Hyula
Hyun
Hyxbe
-Hyze
-Hyzers
-I M
-I Skilz I
-I ADK I
-I AM DROID
-I Am Arun
-I Am Calysto
-I Am Cicu
-I Am Dave
-I Am Eugene
-I Am Malenia
-I Am Mathew
-I Am Mizzou
-I Am Times
-I Am Vexed
I Am Vono
-I Am Xyience
-I Am Yesac
-I B Z
-I Barak I
-I Be Vibing
-I Be Yankin
-I BenJammin
-I Bryce I
-I Buy Bulks
-I Buy You
-I Call BS
-I Cant Veng
-I Chance I
-I Chaz I
-I Chop Life
-I DanWise I
-I Daniella I
-I Decimate
-I Descend
I Dizz I
-I Dont Gnome
-I Dont Know
-I Dont Weld
-I Drink T
-I Drive Jeep
-I Duck Hunt
-I ELITE I
-I ET BBIES
-I Emu I
-I Enjoy Butt
-I Faheem I
-I Farm On Rs
-I Flick Bean
-I Gem I
-I Genesis l
-I Go Noob
-I Gribben I
-I Grind it
-I H8 GAGEX
-I Haros I
-I Have Quit
-I Heal DHers
-I Herb Store
-I Hunt Pets
-I Hustle Man
-I I ODIN I I
-I JANGLER I
-I Judgee Yu
-I Ko U Lol 1
-I L0ve Lolis
I LOTR I
-I LV PEACH X
-I Lezima I
-I Liam I
-I Liamz6 I
-I Like Cake
-I Like JoJo
-I Lov3 Pho
-I Love DILFS
-I Love Kinja
-I Love Kylie
-I Love Muff
-I Love You
-I Luci
-I Luhhya
-I Luv tSwift
-I M A P nuss
-I M Ket
-I M S N Y
-I M The Weed
-I Maxed OSRS
-I May Be
-I MoF
-I Mograine I
-I N D I A N
-I Need 1M
-I Need Succ
-I Need aBeer
-I Novato I
-I Nz I
-I OX
-I Owning
-I P0
-I P0KY I
-I Parry I
-I Peter I
-I Pk In Monk
-I Plank Lots
-I Play Aegis
-I Pod335
-I Pri
-I Q T
I R N B R U
-I R O N 99
-I RC
-I ReAPeR I
-I Roll Need
-I Ron Man
-I Ruin Holes
-I Run East 2
-I Sharted
-I Smiteyou I
-I Smoke Irit
-I Specs I
-I Spied
-I Strangles
-I Taka Hujit
-I Teller I
-I Tricky I
-I Tuscan I
-I Valknir
-I Vape Lube
-I Viral
-I Want 60FPS
-I Would Rage
-I Xl I I Xl
-I Yogurt
-I Yoshitsune
-I am Anyone
-I am Bryce
-I am DB o
-I am Elk
-I am Future
-I am Glynny
-I am J M E
-I am Jedi
-I am Niels
-I am Nyheim
-I am Olive
-I am Ry
-I am SHODAN
-I am Saitama
-I am Shiny
-I am Shogun
-I am Simon
-I am Soloing
-I am Twiggy
-I am a wreck
-I am aRusher
-I am drunk
-I am groot B
-I ate
-I bad Guy
-I desire God
-I do be Iron
-I eat peach
I h8 farming
-I have egg73
-I have poon
-I have rng
I ll fail
-I love me
-I love yew
-I m Dave
-I m Kenpachi
-I m an Angel
-I matchjad I
-I mpling
-I n b 4
-I ndy
-I nspire
-I rvin
-I sak
-I smell zaza
-I so pale
-I squared R
-I t I s
-I tbag cows
-I used to Rc
-I van
-I vinrox
-I w4ste xp
-I wana dew u
-I want wings
-I-IEEBO
-I-Iulk
I00OOOOOO00I
-I2P
-I2m
-I2ocky
-I2ossiiii
I3ET
I3WANA
-I3ooth
-I3ow Hunter
I3ox
I3rucex
I3ubbles
I3ulow
-I7I
-I7iablo
-IA
-IAM HARDWELL
IAMBillNye
-IAMDouble_C
IAlwaysBurn
IAmArcade
-IAmArchangel
IAmBabyYoda
IAmBinx
IAmEcliptic
IAmFaptastic
IAmFrampt
-IAmJacbo
IAmRichard
IAmSlimShady
IAmStyle
IAmUnbound
IAmWaffles
-IAreTazz
IB4I
-IBB Baskani
IBIoodRose
IBaIance
IBangBBWs
-IBardak
-IBloodwing
-IBuyGF5GP
IBuyPowers
-IBuyShungite
-IC 3
-IC XC NI KA
-ICE GIANTT
ICNK
-ICantFit
ICauseRage
ICrazyCamelI
-ID theft
IDEPOCIEBIE
-IDSilver
IDark
IDiabloI
-IDustie
IEATEDYU
-IFALL3NI
-IFIFIFFIFIF
-IFIFIFIFFIFI
-IFIFIFlFIFIF
IFRC
IFRS
-IFRS 9
-IFartOnBaby
IFernedYou
-IFistBonk
-IFoundABaby
-IG0R II
IGN0RANCE
IGoogledIt
IHQueenI
IHasHips
IHaveAWifey
-IHaveChicken
IHaveToQuit
-IHobbitI
-IHopFromNo1
IHuntKoalas
-II Fabi II
-II Gots Piie
-II Mossy II
-II TurMz
II0III
II0v0II
IICyRaNoKII
-III SLAYR
-III jin III
IIIBCIII
-IIIGavinIII
IIIel0n
-IIIusionist
-IIKOO
-IIPAC
IIPrincesaII
-II_Blanx_II
IIamaman
IIflemishII
IIlIIAS
@@ -21097,119 +10298,24 @@ IIlllllIIlIl
IIndy
IIrisviel
IIsaac
-IIx Link xII
-IJzer Bal
IJzermeneer
-IK Pegasi
-IKotol
-ILL M1ND
ILLUMINATIS
ILOVEUBRAT
-ILVI
ILike
-ILikeKorone
-ILizzy
-ILostMySock
ILostMyTalk
ILoveAstolfo
ILoveSeaFood
-ILoveYasmin
-IM Adept
-IM BLUE DA
-IM Bazlish
-IM Big N8
-IM Bjakke
-IM Bolle Ui
-IM Butchh
-IM CSI
-IM Cares
-IM Chaudoin
-IM Corita
-IM Dahak
-IM Damy
-IM Dislectyc
-IM Dodgypig
-IM Donactro
-IM Drone
-IM Dutch Dog
-IM EL Clawo
-IM Envy
-IM Erlandu
-IM GERRALD95
-IM Gekko
-IM Gokhan
-IM Guilty
-IM HEEM
-IM Hail
-IM Harnas
-IM Hulkeen
-IM Infested
-IM Jap1
-IM Jenskee
-IM Kat
-IM Knol
-IM Krona
-IM M U R P H
-IM M0A
IM Maccy
-IM MajorRat
-IM Maninja
-IM Musa
-IM Noddy
-IM Ong Gia
-IM PVM BRADY
-IM PapaBless
-IM Peach Man
-IM Pepekage
-IM Perp
-IM Phubz
-IM RICO_1
-IM Rampage
-IM Reiner
-IM Rome
-IM Ruinscape
-IM ST0NED
-IM Sebaa
-IM Soad
-IM Spooned
-IM Super AFK
-IM Tank OG
-IM ThiccSucc
-IM Tipz
-IM Toon
-IM Walnut
-IM Witt
-IM Zoot
-IM a pansy
-IM blazeit
-IM sanderve
-IM spen
IMAEATURASSS
IMAFKNNONCE2
-IMGOKU1
IMHankey
-IMHky
IMJeffG
-IMMezzo
-IMNagrom
-IMPERlO
IMPlayerjohn
-IMSOULSHADOW
IMSausjegeit
-IMSkrt
-IMWaldorf
IM_Queeffing
-IMa Planker
-IMakeUBegKid
-IMevil yoshi
IMissNieve
IMnotQ
-IMoIVoxide
IMsmits
-IN A FERRARI
-IN PRISON RN
-INCEL839273
-INCreate
INDICA
INFERNALMAX
INTERMEDlATE
@@ -21217,249 +10323,131 @@ INYOURTS
INeedABump
IOHBOY
IOnSpacezI
-IP6
IPkdYourBank
IPlayForPeso
-IPlayHigh
-IPonderosa
-IProGuthix
IPumpkin
IPunchKids
IQUICA
-IR Hardcore
IR0N
-IR0N BOND
IR0NMAN
-IR4Q
-IRL Femboy
IRON
-IRON BYRNS
-IRON DlOXlDE
-IRON NOT HOT
-IRONMAN ADO
IReallyLikeU
-IRework
IRidePipe
-IRoldy
IRowForUCD
-ISAPOOPS
-ISO PEE
ISOMAN12
-ISQQC
-ISTRA
-IScottGame
-ISjorsI
-ISmokeABit
ISoLaTIIon
-ISquirk
ISuperStarI
-ITIB
-ITIISERY
ITIOMME
ITIace
ITIaddy
ITIagicka
-ITIagicks
ITIajestic
ITIallen
ITIasKilleR
ITIassacre
-ITIatty
ITIerica
-ITIiko
ITIoj
-ITIoosh
ITIr
ITSPYRO
-ITV X
-IThe Beatles
-ITrimGlories
-ITurtlekunI
-IUR
IUntradeable
-IV Luke
-IV skin
-IVI V G
IVICMXCIII
IVIE0W
IVIacaroni
IVIaybe
-IVIeesa
-IVIeredith
IVIesprit
IVIetallica
IVIidget
IVIooN
-IVIowlzy
IVIugginz
-IVIush
IVIxtthew
-IVOXYGEN
-IW Lytheria
IW4M
-IWGP
-I_Eat_Ass04
-I_Inity
-I_Noodz_I
-I_make_noise
-Iacto
Iaculch
Iaffan
Iafs
-IaintHiding
-Iam Bald
IamAjewBoy
-IamBowser
IamBruun
IamCheesin
IamCrazyBoy
IamDuru
IamErect
-IamGossip
IamNSFW
-IamNotHodor
IamRichPutin
IamSneak
-IamThaLiquor
IamXerxes
-Iambadhaha
-Iamcruxer
Iamearth
Iaminsanemax
Iammooted
Iammtpjr
Iamstepbro
-Iamthestars
-IamthyPope
-Ian Beale
-Ian Rush
IanT
Ianalan
Ianbird
Ianeke
Ianeke4
Ianyaboii
-Ianz
-Iax 2000
-Ibanezx88
Ibanezx99
-Ibans Fe nix
IbansPheonix
Ibarbo
-Ibb
-Iberis
-Ibexleave
Iblushh
-Ibn
+Ibongtoke
Ibrahimovic
-Ibugppl Jr
-Ibunaaru
Ibuprofen800
IcEyCuDa
Icanfixthat
-Icarius Fell
IcarusRS
-Icaruz
Icculus1
-Ice 9112
-Ice Barrage
-Ice Caves
-Ice Gengar
-Ice King
-Ice clap
-Ice giants
Ice in Vodka
-Ice5566
IceBarraging
IceCreamDog
IceDesert
-IceFoxZero
IceH
-IceIceChooky
IceNineKiIIs
-IcePrisonMe
IceSparro
Iceb
Icebeam
Iceburghomie
-Iced 0ut
IcedOutDrip
IcedScrabble
Icedeadmage
Icee
-Icefirezz
Icehound
Iceid
-Icejawa
Iceland
Iceleag
Iceliang530
-Icelight
-Icemonkeyz
-Icen
Icesoze
Icespeller
-Icetaylor
Icey
-Icey Lunaris
-Icey M
Iceyou90
Ichi
Ichi6an
-IchikaNagano
Iciclez
-Ico n
-IconPara
-Iconiic
Iconoclasmic
Icookpeople
Icoz
IctCat
-Icy Duck
-Icy Tires
IcyFear
IcyTowerr
Icyene
-Icyene Hero
Icyenicblood
Icyflowers
Icyx
-Id Tele Too
-Id Yak It
Idaho
IdahoTaters
IdcGoAway
Idea
-Ideaal
Ideekay
Idepredad0rI
Ididit33
Idk Why PvM
-Idle GE
-Idle Melvor
IdleWhale
-Idlibi
-Idna Supafly
-Idol Namib
Idont
Idontlikejad
-Idopk1
Iecysoda
-Ienjoisk8ing
-Iern
-If I Succeed
-Iffi
Iffyz
-Igge
-Iggy Ontario
Igloocold
-Igmere
Ignace
Ignent
-IgnisDraco22
-IgnobleSolid
-Igor Krutoy
-Igor Mang
IgorBogdanof
Igorr
Igot99failin
@@ -21469,261 +10457,87 @@ Ih8myRNG
Ihan
Ihana
Ihme
-Ihnigmakage
IiIy
-IidaEmilia
-Iilqtforeva
Iimel
IisRaDiO
Iisalmi
Iivomon
Ijoinedthis
Ijusheadshot
-Ijzer tekort
-Ik Geef Bon
-IkBenWeg
Ikastovizski
IkeJEI
Ikhela
Ikillu247
IkkeVincent
Ikkle
-Ikkle Hydra
-Ikkle v Pain
-IkkleHorvick
-Il
-Il MrBorn lI
IlIBooieIlI
IlIIIIlIIIlI
-IlIIlIllIlII
IlINard0IlI
IlRisklIlIlI
-Ileeze
Ilija
-Ill Ko You
-Ill Effect
Illbeyourcat
-Illegal Char
Illest Logic
-IllestEver
-Illinoisan
-Illithid69
-Illlenium
Illumee
-Illuminatorr
IlluminumRS
-Illusionist
-Illusivezz
-Illustration
-Illuzory
Illwil
-Illyrian
-Illyrian TSX
-Ilmer
-Ilotalo
Ilovethewar
IlpOG
Ilsaldur
Iltasanomat
Iluredyou
-Ilusm
-Iluvahrim
-Iluvitar Eru
IlyrianBlood
-Im 85 Slayr
-Im A Saint
-Im Am Die
-Im Ami
-Im Anabolic
-Im Annoyed
-Im Artur
-Im Ash
-Im Asking
-Im Aspergers
-Im BackUp
-Im Baguette
-Im Barlow
-Im Behemoth
-Im Benough
-Im Blastoise
-Im Bo Licht
-Im Brills
-Im Burnz
-Im CG
-Im Chal
Im Christian
-Im Courage
-Im Dino
-Im Dr Afk
-Im Easy Exp
-Im Elyk
-Im Excalibur
-Im Fabulous
-Im Fever
-Im Finnish
-Im From Jax
-Im Gainz
-Im Gippin
-Im Gutfor
-Im Hawkward
-Im Hersh
-Im Huck
-Im Hunta
-Im Hussain
-Im Iron
-Im Iron WTF
-Im Jags
-Im Jokers
-Im Jovian
-Im Just Ken
-Im Krazy
-Im Kyle Btw
-Im Legacy XD
-Im Los t
-Im Luis
-Im McGriddle
-Im Missle
-Im Moist 4 U
-Im Moore
-Im Mr Josh
-Im Nate
-Im Nathan x
-Im Newschool
-Im Nice
-Im Not Okayy
-Im Not lron
-Im Nzmitch
-Im Off Chops
-Im On A Yak
-Im On Point
-Im Only
-Im Orc
Im Outt
-Im Pogi
-Im Qwerty
-Im Ron BTW
-Im Rus
-Im Savage
-Im Scoob
-Im Secor
-Im Shambles
-Im Single AF
-Im Smexy
-Im Snake A
-Im So Vayne
-Im Songs
-Im Spirit
-Im Stig
-Im Symb
-Im Tainted
-Im Tame
-Im Temppay
-Im Terrible5
-Im TheBeast
Im Tibbz
-Im Travis
-Im Triz
-Im Tyl3rr
-Im Whey
-Im Ya Papa
-Im Your Babe
-Im Your Dad
-Im Yui
-Im Zac
-Im Ze 0wner
-Im alex btw
-Im just Cody
-Im not FBI
Im relapsing
-Im tall af
-Im wokeup
-Im-Crowess
-Im2good4u2nv
Im45defence
-Im4everlucky
ImALilPigBoy
ImASthhnake
ImAdam
ImAl0ne
-ImAn Ironman
-ImBaldFromRS
-ImBobbyrayj
-ImBoredOfRS
ImCharky
-ImChuckBass
-ImClueless
ImCravenTim
ImDaPlugLLC
ImDaved
ImDaviie
-ImDirtyyyDan
-ImDoctaWhom
-ImEmilyy
-ImEric
ImFinnish
ImFlizz
ImGodd
-ImGodly
ImHavingFun
-ImHellaHigh
ImHighASFSry
-ImHisBae
ImIncredible
-ImInfested
ImIntense
-ImJames
ImJebbe
-ImJinxed
-ImJordon
ImJustLonely
-ImJustRaging
-ImKnotSimple
ImLarge
ImLeeuwarden
ImLikeRlyBad
-ImLukesGIM
ImMAdBro
-ImMajesticAf
ImMaxy
ImMilky
ImNewbie
-ImNoobK
ImNooblit
ImNotAfriend
ImNotHumble
-ImNotLost
ImNotThien
ImPaul
-ImPaulAlt
ImQuorra
ImRyboy
ImSane
ImShreksDad
ImSixteen
-ImSnoop
-ImSoGodlyy
ImSoVulgar
-ImStormmm
ImTaegan
ImTayla
ImTinyRiick
ImTipsy
ImToFrosty
-ImTooGucci
-ImTwisted
-ImVanilla
-ImWargasm
ImWilbur
ImYourDadBTW
ImZe
ImZorp
Im_Stone126
-Ima Guy
-Ima Lil High
-Ima Maleman
-Ima lron man
ImaCraftHor
-ImaMainbtw
Imack
Imafore
Images
@@ -21731,33 +10545,18 @@ Imaginable
Imagine
Imakuni0
Imalooter
-Iman103
-Imangry20
-Imanity
-Imanubnoob
-Imar Pussay
Imasecretspy
Imasin
Imawizardm8
Imazamox
Imblim
-Imblim Area
-Imbrochavel
-Imbue
-Imbued Haert
-Imbuing
+ImbuedFart
Imbune
ImeshuggahI
Imgrazy
-Imhellgracio
Imidril
-ImiteBurDADY
-Imitus
-Imm Mad Bro
Imma
ImmaSkill
-Immaturity
-Immediate W
Immense
Immer
Immerseus
@@ -21766,126 +10565,60 @@ Immortal
Immortal91
ImmortalK12
ImmortanMike
-Immxnse
Immys
-Imnotahuman
-ImoChase
-Imoinu
-Imotay
ImpactPewPew
-Impale Her
Impared
Impeccable
Impedance
-Impede
Imperdoavel
-Imperfecto
Imperfekt
ImperialQc
-Impietyy
Impish
-Impish Ace
Impishhh
-Imposter Jon
Impriznd
Improv
-Improved
-Impulsive Au
Impurest678
-Imql
-Imre
Imsain
Imsokwtie
-Imstratss
-ImtheAnimal
-ImtheCARRYv2
Imthick
Imtoob
-Imuhbeast
-Imuripieru
Imus
-ImxricK
-In Game Life
-In Menu Andy
-In My Shadow
-In Recovery
-In Seconds
-In2cept
InCyson
-InDaCouch666
InDespair
-InFemous
InGameLies
-InTawlerable
InThe90s
-InTolu
-InTransition
-InXanee
-InYaShower
Inaaya
-Inactive Acc
-Inar
-Inavi Jones
Inbow
Inbred
Incapacitory
-Incendia Vir
-Inch95
-Incin3rat3 X
-Inco-san
-Incoherent
-Incomes
IncomingBeef
IncomingGank
IncredblDino
-Incumbency
Indain
IndawrCrwdad
Indcsn
-Indecisive
-IndecisiveO
-Indemise
-IndexNull
Indian
-Indian Chad
IndianCat
-IndianaJones
Indicates
Indicator
IndieGarri
Indigo640
-Indivi2you
-Indoktrinera
-IndominusAsh
-Indoor Scape
-IndoorsOnly
Indoorsman
Indrado
Indrias1
-Indy Ju
-Inecstatic
Inedibles
IneedPVM
-Ineff icient
Inefishient
-IneptEwok
-InfIuenced
Infaam
-InfallibleX2
InfamousAB
InfamousEvil
InfamousMain
-Infantiel
Infase
Infectus
-InferiorRNG
InfernOwl
Infernadev
Infernal
-InfernalChef
-InfernalLuke
InfernalPRO
-Infernax
Inferneo
Inferno
InfernoTism
@@ -21894,23 +10627,18 @@ Infero
Infesmati
Infin1te
Infinate
-Infininth
InfinitiGX
InfinityMan
Infirme
Inflnite
Influx
Info
-Info Kiosk
Infobese
Infor
-Infora Treat
Ingeb
-Ingenious G
Ingeniously
Inglane
Ingleburn
-Inhaled
Inhinyero
InhumanBTW
Inimene1020
@@ -21920,68 +10648,38 @@ Iniys
Inkedsaint
Inko
Inksane95
-Inkwes
Inner
-Inner Brian
-Inner Peace
InnerBliss
Innvision
-Inori xdd
-Inosuke xo
Inqku
Inri
Insafi
Insane
-Insane Iron
InsaneBobbie
InsaneFruit
InsaneIee
InsanePerson
-Insaneglutes
-Insanewolfy
Insaniack
InsanityNix
-Insanityx
Insanityzz
-Insatiate
-Inse
-Insectkoala
InsertGold
Insluiper
-Insomnia
Insomnist
-Insomnity
Inspection
-Insta
-Insta Spec
-Instabox
-Instagrem
Instail
Instinct
Instro
-Instruct
Insucc
-Insulter
Insulting
-Insulting MF
-Insurgence
Insurgent
Int0mieli
Integration
-Intel6
-IntelManiac
-Intellectual
-Intendi
IntenseRage
Intensifyyy
Intentional
Intercept0r
-Interchange
-Intermk
Internal
-Internal Max
Interracial
-Interronator
Intherial
Intier
Intimate
@@ -21991,542 +10689,154 @@ IntoInfinite
Intoner
Intresant
Intresenting
-Ints
Intubator
Intuition
Inubashiri
-Inukal
-Inuouk
-Inur
InvTagsBad
Inva
Invalar
Invercargill
-Inversives
Invert
-InvertedDuck
Inveterate
-Invierno
Invisa
-Invisa Scav
-Invisa-Veng
Invisioners
Invokers
Involk
Invoryy
-Inwu
Inxo
-Io Jah Pul
-IoB Sylarke
-Iock
-Ion Benny
Ion870
IonCannon
Ionia
Iono
-Iou689
Iowa146
IowaCJ
Ioyal
-Ioyins
IpeeInTheSea
Ipod5412
-IpotYouDrop
Ippe
-Ipswich
-Ipswich FC
-Ir JWWillem
-Ir Phys
Ir0n
-Ir0n Bot
-Ir0n b00k
Ir0nMammoth
-Ir0nMish
-Ir0nPuma
Ir0nRagnarok
IrDA
Iralimir
-Irha
Irid
Irie
IrieLuDa
Irinichina
-Iris Elea
Iris_1904
Irish
Irithe
-Irl Baller
Irmak
Irobar
-Iroff SGDaht
-Iroflman
-Iroh Bison
Iroha
-Iroic
-Irom Typo
Iron
-Iron 0lm
-Iron 2DWaifu
-Iron 2b
-Iron 3 Hit
-Iron ABC
-Iron Achael
-Iron Aeolian
Iron Alabama
-Iron Alee
-Iron Aloha
-Iron Aloodum
-Iron Alpha
-Iron Anaerob
-Iron Anno
-Iron Anonymo
-Iron Antzz
-Iron Areolas
-Iron Arnoud
-Iron Arzka
-Iron Assface
-Iron Ayen
-Iron Azshara
-Iron B O D Y
-Iron B0yx
-Iron BDN
-Iron BLK
-Iron Bart
-Iron Baskan
-Iron Bawlsak
-Iron Bawsss
Iron Beabs
-Iron Beeto
-Iron Besu
-Iron Bezem
-Iron Bibi2u
-Iron Biddys
-Iron Bloke
-Iron Bogmac
-Iron Book
-Iron Boomz
-Iron Booxia
-Iron Borrrby
-Iron Brevik
Iron Brinnie
-Iron BryconC
-Iron Buchu
-Iron Buckc
-Iron Bucket
-Iron Bumko
-Iron Burrata
-Iron Buuh
-Iron Byld
-Iron Caddy
-Iron Calquat
-Iron Carly
-Iron Carmine
-Iron Carna
-Iron Cerv
-Iron Cevol
-Iron Chaw
-Iron Chemic
-Iron Chkn
-Iron Cholby
Iron Chombre
-Iron Chrisss
-Iron Coby
-Iron Coin
-Iron Coronao
-Iron D Luffy
-Iron D Natsu
-Iron D Zeref
-Iron DJG
-Iron DSC
-Iron DVS
-Iron Daniel
-Iron Deku
-Iron Denal
-Iron Deroq
-Iron Destr0i
-Iron Dipshit
-Iron Dixi
-Iron Domi
-Iron Dumontx
-Iron Dylnn
-Iron E
-Iron E s s
-Iron E z
-Iron Eagah
Iron Elyon
-Iron Equity
-Iron Excal
-Iron Exed
-Iron FFrenzy
-Iron Fe
-Iron Ferro
-Iron Filthy
-Iron Fioxxu
-Iron Fire 75
-Iron Floor
-Iron Forgy
Iron Franchi
-Iron Frodo
-Iron Fuhrers
-Iron G Zeus
Iron G0liath
-Iron Gaan
-Iron Gamerz
-Iron Gayness
Iron Ghosgar
-Iron Ginto
Iron Gios
-Iron Go
-Iron Godley
-Iron Godly
-Iron Golem
-Iron Goth GF
-Iron Greg
-Iron Grind20
Iron Griss
-Iron Haze
-Iron Hoiy
-Iron Holub
-Iron Hookkan
-Iron Hossi
Iron Hroth
Iron Hugge
-Iron Husky
-Iron Hydros
-Iron Hyger
-Iron IPvMI
-Iron Insaneo
-Iron Jakob
-Iron Jal-Nib
-Iron Jeref
-Iron Jeroen
-Iron JimmyJ
-Iron Jizzman
-Iron Jss
-Iron K3
Iron Kalde
-Iron Kaleef
-Iron Kapkeik
-Iron Karjala
-Iron Katniss
-Iron Kayn
-Iron Keagan
-Iron Kess
-Iron Kiwii
Iron Kngs
-Iron Knipp
-Iron Kodie
-Iron Koopsy
-Iron Kornie
-Iron Krijn
-Iron Krikke
Iron Laplace
-Iron Laxor
-Iron Layfe
-Iron Letski
-Iron Liber
-Iron Lose
-Iron Lungsta
Iron MTUT
-Iron Mamma
-Iron Mammal
Iron Mapes
-Iron Marie26
-Iron Marlon
-Iron Martin
-Iron Masori
Iron Masuli
-Iron Matt
-Iron Matt NZ
-Iron Matty W
-Iron Matuba
-Iron Maxvoid
-Iron Mellem
Iron Meydon
-Iron Miguel
-Iron Mikebor
-Iron Milan
-Iron Mimal
-Iron Miro
-Iron Moardus
-Iron Mossyy
-Iron Munted
-Iron Mystip
-Iron Nap
Iron Nellz
-Iron Nick
-Iron Nimmi
-Iron Nobody
-Iron Noe
-Iron Nuclide
-Iron Nuuby
-Iron O Brien
-Iron Oak
-Iron Oboi
Iron Ohboy
-Iron Ohgodno
-Iron Ohzone
-Iron Opto
-Iron Ores
-Iron Pandis
-Iron Parkour
-Iron Patches
Iron Peg
-Iron Pge
-Iron Phe
-Iron Plague
-Iron Pothead
-Iron Praxis
-Iron Pwn
-Iron Pwnstar
-Iron RNGsus
-Iron Rakey
-Iron Randall
-Iron Randyy
-Iron Reedzy
-Iron Rekkr
Iron Request
Iron Rikyu
-Iron Rind
-Iron Roach
-Iron Robsham
-Iron Roof
-Iron Rushy
-Iron Rybread
-Iron Ryuuga
-Iron S t i g
-Iron SSJ
-Iron Sagga
-Iron Samiria
-Iron Santus
Iron Scolew
-Iron Scran
Iron Seagz
-Iron Seha
-Iron Shaikh
-Iron Shavers
-Iron Sheik
-Iron Shnapi
-Iron Siem
-Iron Sioux
-Iron Skoptsy
-Iron Skroten
-Iron Skydive
-Iron Slash
-Iron Slaya83
-Iron Sloth 2
-Iron Smoke94
-Iron Snypah
-Iron Sparco
-Iron Splat
-Iron Stannrs
Iron SteveB
-Iron Stomp
-Iron Stronq
-Iron Stw
-Iron Sullo
-Iron Susu
-Iron Svampe
-Iron Swaffle
-Iron Swag
-Iron Takumi
-Iron Tango
-Iron Tanzim
-Iron Tbar
-Iron Terboo
-Iron Teun
-Iron Thi3ves
-Iron Tiffers
-Iron Tigr
-Iron Tigran
Iron Tinman
-Iron TomT0m
-Iron Tonkin
Iron Tonski
-Iron Tonymaa
-Iron Torfi
-Iron Toxxic
-Iron Trashua
-Iron Trixx
-Iron Tudder
Iron Tutnin
-Iron Tweeker
-Iron Tyrans
-Iron Tyrant
-Iron UIM
Iron Uakti
-Iron Unam
-Iron Varuna
-Iron Vatti
-Iron Venema
Iron Vexzed
-Iron VickD
Iron W1nk
-Iron Weather
-Iron Wespula
-Iron Wii
-Iron WindJr
-Iron Woofy
-Iron Wu5
-Iron XIIIV
-Iron Xellana
-Iron Xire
-Iron YEE
-Iron Yangus
-Iron Z4ppie
-Iron Zephyx
-Iron Zeraph
-Iron Zerg
Iron Zilong
-Iron Zinoto
-Iron Zoha
-Iron Zol
-Iron Zrysen
Iron Zul Mox
-Iron anrowi
-Iron d0gz
-Iron da ddy
-Iron dols
-Iron dry
-Iron feens
-Iron flynn
-Iron instead
-Iron kitcat
Iron l2asta
-Iron ona Mac
-Iron pappal
-Iron werty
-Iron whiff
-Iron wiper
-Iron x wolf
Iron xyN
-Iron-Ximena
Iron10203
Iron2Pickaxe
-Iron619
IronAgentP
IronAjandre1
-IronAkleiss
IronAlblad
IronAlufolie
IronAngst
IronAnnaMay
IronApples
-IronAsbe
-IronAssHole
IronAussieM8
-IronAxe
-IronBadAtPvm
IronBankFull
IronBeanz
-IronBeerad
IronBiGuyBtw
-IronBistchul
IronBobbyjoe
-IronBoink
IronBosse
IronBound
IronBrad
-IronBrand21
IronBrick
-IronBruBrah
IronBuriedNU
IronBurnsRed
-IronC1aws
-IronCagedRat
-IronCemile
-IronChillii
IronChirpOTK
-IronChompers
IronChrisKin
IronClarkey
IronCoX
IronComedy
IronCooter
IronCozza
-IronCraiger
-IronDab 710
IronDakotas
-IronDandaman
IronDavid
IronDeadBoy
-IronDefiant
-IronDeredas
-IronDethaele
-IronDodo420
IronDog777
IronDong
-IronDravekD
-IronDringus
-IronDtrex
-IronDubble
IronDubzy
IronDudde
-IronDunceCap
-IronDurrrrr
IronEagles
IronEkakerta
-IronEso
-IronEtch
IronFefe
-IronFigment
IronForFunnn
IronForged99
-IronForyn
-IronFrenzey
IronFrogMan
IronFungi
IronGalihand
-IronGatr44
-IronGear CEO
IronGez
IronGodsword
-IronGoliathX
IronGoneNorm
IronGow
-IronGuh
IronHammy
-IronHasta
IronHomer
IronIDKFA
-IronInsano
-IronIogibear
IronIsNoJoke
IronJValor
IronJakeT
-IronJames
IronJamesG
IronJarod
-IronJeffZ
-IronJenga
-IronJezz
IronJoint
-IronJosehiha
-IronJosephxo
IronJuji
IronKaboom
IronKaiser
IronKapp
-IronKayodee
-IronKest
-IronKingdoms
IronKukk
IronKyloman
-IronLadBtw
IronLadel
IronLaffin
IronLankzey
-IronLazure
IronLegend
-IronLegocy
IronLepaus
IronLifting
-IronLionMAIN
IronLucas
IronLuckPlz
IronMadePure
-IronMagick
-IronMainOx
IronMan
IronManBow
IronManJar
@@ -22534,26 +10844,17 @@ IronManSux
IronMango
IronMarius
IronMarty
-IronMason
-IronMathwin
IronMatty
-IronMayne
IronMetknot
-IronMikado
IronMinion
-IronMitchKun
-IronMollusk
IronMountain
IronMugz
-IronMushy
IronNWord
IronNachos
-IronNantt1
IronNateDogg
IronNazguls
IronNexuss
IronNeya
-IronNibletz
IronNihilm
IronNinja13
IronNord
@@ -22562,19 +10863,11 @@ IronOdum
IronOldBoy
IronOnPatch
IronOrca
-IronOreAgate
IronOsiriss
IronOxideMan
-IronOxidizer
-IronPangtar
-IronParis
-IronPeteMan
IronPills
IronPrice
-IronPrickles
-IronProf
IronPumitaz
-IronQben
IronQli
IronQueen
IronRait
@@ -22587,168 +10880,84 @@ IronSantaMan
IronSchmieds
IronShadow5
IronSikruz
-IronSkaro
IronSly
IronSmurfff
-IronSparrow
IronSpiderZ
-IronSpitfire
IronSplats
IronSpoNeD
IronSpoony
IronSpray
IronSquidly
-IronSteve-O
-IronStronky
-IronSurf
-IronSylar
-IronSystolic
-IronTarnum
-IronTasseron
IronTau
-IronTedBundi
-IronTeste
-IronTestedRB
-IronTimTim
IronToff
-IronTulio
-IronTyson
IronUnkilled
IronVegtable
-IronVib3s
IronVikinng
IronVikzo
-IronVinda
-IronViolette
IronW3LEGEND
IronWafflee
IronWallnut
-IronWantsRNG
IronWayneker
-IronWidovv
IronWush
-IronYoerik
-IronYugo
IronZettrox
IronZong
-Iron_ProDabs
Iron_Slippy
Iron_Sukulo
-Ironarcanic
-Ironatica
-Ironator
Ironblood7
Ironboba9993
-Ironbobsaget
Ironborn
-Ironborn PVM
Ironbutcher
-Ironclad Sac
Ironed
-IronedSwift
-IronendJr
Ironeyy
Ironflox
Ironfur
-Irongrazvis
-Irongusty
-Ironiam Vir
Ironic
-Ironic Force
-Ironic Kill
-Ironic Name
IronicBenson
IronicSwag93
-IronicViking
Ironicer
-Ironiical
-Ironija
-Ironik 20
IroningB0red
IroningSucks
-IronishSana
Ironkaka
Ironmacman
-Ironmale
Ironman
-Ironman Daff
-Ironman Jase
Ironman Jowe
-Ironman Wit
Ironman idk
IronmanFookz
-IronmanHutch
Ironmanerno
Ironmeme
-Ironmeme Cx
-Ironmeme Lol
-Ironmies
Ironmimmi
-Ironmorriz23
Ironn
-Ironn Yoshii
-Ironnesses
+Ironn_69
Ironpasta1
-Ironqa
Ironred33
-Ironriwer
-Irons suck
-Ironshore
Ironsoul2
Ironstone
-Irontownhero
-Ironwind747
Ironwinter
Ironwork4eva
IronxElite
Irony
-Irony Nib
Ironylion
-Ironyx
-Ironzi
Ironzilla
-Irrelevant
Irrumated
-Iru
-Irulon
-Irxn
Irxnized
-Is E_wen
-Is Idle
-Is Slikker
-Is a bich
-Is this you
IsAlexOk
-IsButters
-IsChazCool
-IsDomIsGood
-IsYaBoyDoive
Isaac
-Isaki Magari
Isbjorn
Isganytojas
-Ishigo1992
-IshmaelDonny
-Ishrandom
Ishzn
-IsidoroM
Iskemia
Iskolar
Iskon
Iskra
Islaal
-Islami
Islefalls
Isleview
-IsmackfaceI
Ismelitooo
Ismo54
IsoG
-IsoKitty
IsoP
Isoga
Isoleucine
-Isootoonik
Isoptox
Isosami
IsraVM
@@ -22756,141 +10965,51 @@ Israels
IssaEly
IssaStiffler
Issard
-Ist M
Istanbulite
-Istasher
Istaxit
-Isvig
-It Slaps
-It is Rex
-ItBeJacK
ItBurns
ItIsWedsDude
-ItPol
ItWasntMe007
Itaky
Ital
Italian
-Italian roxx
ItalianAJ
-Itaochi
-Itchweedy
-Itcoto
-Iteyx
Ithero
Ithlinee
-Itik
-Itinkinou
-Its Absol
-Its Almog
-Its Arj
-Its B0B
-Its Brother
-Its Canadian
-Its Conrad
-Its Da J00z
-Its Dally
-Its Dyl
-Its Hash
-Its Jon btw
-Its Jst Skin
-Its Kaylee
-Its Libo
Its Me Dave
-Its Me Q
-Its Me Suns
-Its Misha
-Its Nipo
-Its Peter
-Its Rigged
-Its Sebas
-Its Sense
-Its Seth
-Its Smooth
-Its Teddy
-Its Wolfie
-Its Yama
-Its Zammy
-Its a Shame
-Its claw
-Its me Josh
-Its me eden
-Its rob
-ItsAboutTime
-ItsAirdog
ItsAllOgreM8
ItsAnobrain
-ItsBarcus
ItsBigNasty
ItsBlitzyy
-ItsBrtnyBch
-ItsBru
ItsClout
ItsDende
-ItsDynasty
ItsFinn
ItsFlooo
-ItsHoggle
ItsHosef
-ItsInThePast
-ItsKenshi
-ItsLitttFam
-ItsMarc
ItsMeBlaze
ItsMeDog
ItsMev
-ItsMrSir2u
ItsNiels
ItsOleGreg
ItsOwenM8
-ItsRainor
-ItsSirTech
-ItsSkells
-ItsSyn1k
-ItsTaylen
ItsTerpsWrld
-ItsUnruly
-ItsWeinstein
ItsWicked
Its_A45c
Its_Fonte
-ItsaTommyGun
-Itse rauta
-Itsemurha
Itsmeborrid
-ItsoktoGIM
Itsssjustice
-Itsy Bitsy
Itupakointi
-Itx
-ItxJustin
-Itz Haydn1
-Itz Hickton
-Itz Kodiak
-Itz Nate
-Itz Scrubz
-ItzAtlass
ItzElise
-ItzJroc
-ItzKat
ItzLogikal
ItzMrNick
-Itzla
Itzvenom
-Itzzz B
-Iuc
Iuckk
Iulz
-Iussy
Iustrous
Iuxio
IvIegaDan
-IvIr Wize
Ivain
Ivaink
-Ivalice XIV
-Ivan Knjklj
-IvanEOD
IvanMullet
Ivanckonia
Ivanka
@@ -22898,448 +11017,168 @@ Ivansaccount
IvelJet
Iveljetorox
Ivoos
-Ivory Tower
Ivryk
-Iwanbro
IxHunt3rxI
-IxVenom
Ixala
IxonnoxI
-Ixyc
-Iz0p
-Izaa
-Izac
-Izanani
Izbec
-Izhmash
-Izi Claps
Izone_Kev
Izuria
Izvorul
Izzy
-IzzyBigBoy
Izzyboy300
-J 0 S H Y
-J 0 S H l
-J 4 6
-J 4 K E
-J 6
-J A B S
-J A I D A N
-J A M A L
-J A N K I
-J A U N U S
-J A W D
-J Breezi
-J C Trousers
-J D
-J D Ballew
-J Dahmer
-J E E V E 5
-J E T
-J F
-J Fred Run
-J I M M
-J I MM Y
-J Kole
-J Kribzz
-J L A
-J MF B
-J Neat
-J O E G
-J O L T I K
-J O T A
-J O3Y
-J R O C
-J R V
-J Rat Cow
J S 2 M
-J S Z M
-J Saints
-J Suave
-J U S T A S
-J U Z
-J a c k a l
-J a c k son
-J a c k y
-J a mie
-J a n i
-J ackal
-J al
-J ameper
-J anii
-J appie
-J asnah
-J ason
-J asyra
-J ayson
-J bellfortt
-J bird shady
-J e sse
-J eff
-J effy
-J ensen
-J esse
-J essica
-J imme
-J imy
-J imz
-J ipr
-J lMM Y
-J o b e
-J o e
-J o ey
-J o f
-J o s h y
-J oep
-J ohannes
-J ointz
-J oke R
-J or G
-J oshh
-J oshhh
-J osie
-J u wu
-J ung
-J unko
-J utch
-J uun
-J uwu
-J x B
-J yy
-J-2tha-R-O-C
-J-Man 93
-J-Turn
-J-Yeezy
J001_jf1
-J0DYY
-J0E
-J0E REAL
-J0EEY
-J0NE
J0UF
-J0YBOY LUFFY
J0YRYDE
J0dz
J0hnnyQ
J0ng
J0ngeBV
J0ppy
-J0rdanDv
J0rdo117
J0se
-J0se Dtown
-J0se Dtuwnn
J0seph
-J0shh
-J1MB0H
-J1NBE
J1ub
J2TR
J2caine45
J2ck
-J328
-J3Ciron
-J3JU
J3S5E
J3rkkuHD
J41AL
J45e0wns
J4QS
-J4S
J4gga
J4my
-J95
-JAABASNABBA
JACK3DJOHNNY
-JACKYOUNG93
-JAG0705
-JAI MA KALI
-JAMA Open
-JAUH0JENGI
-JAVON 9-INCH
JAYJ51
-JAYR0CKBABY
JAlDYN
-JB 2K
-JB87
JBGard
JBrody
JBuck057
JBux
-JC-1989
-JCS07
JCole
JCon
JCutler
-JD MD
-JD4
JDBass
JDEP
JDFlaSh
JDJM
JDez
JDlion
-JDredd66
-JDuck
-JE B
-JEEZE
JENNY
-JENNY DEATH
-JERN SVIN TO
JETSNBEERS
-JF Kennedy
-JFB
-JFCK
-JFK gone AFK
JFKautopilot
-JFL
JField
-JFrog
JFryGuy
-JGIRONTG
JGIV
JGlen97
JH3305
-JH91xx
-JHINitalia
-JIGGYWIGGY
JIIVEE94
-JJ-M
JJ23
-JJAAKKO
-JJBW
-JJPowers
JJROCKETS
JJRicky
-JJS BBQ
-JJSM_Dulker
JJchris66
-JJoe
-JJumalwelho
-JK Rowling
JKMi
JKTimbo
-JKUR ON 40S
-JKeM
JKingJ777
JKrollin
JKuyaa
-JLG
JLowe
-JLsone
-JMI NG
-JMTaipei
JMack
JMiddd
-JOBBO
JOCKO00O0O0O
-JOE EROTIC
-JOKER 709
-JON3ZYY94
-JORlCK
-JORlS
-JP Kotsnek
-JP17
-JPB at Large
-JPI
-JPS Daytona
JPant1ess
JPantless
-JPatness
JPence
JPountney
-JPudz
JR05E
-JR0D
-JRBeast
-JRC Crypto
-JROGU
JRxs
-JS Xpress
-JSL34
JSLatvala
-JSPACER
-JS_Terminal
JSco
-JShep23
-JSilvester08
-JSlice94
JSplash
JStepho
-JT5
-JTAG
-JTCS
-JTI ain
JTIAIC
JTM33
JTscape
JUGIB
-JUIBE
-JUICEWRLD9 9
-JULlAN
JUST
-JUST A HlPPO
-JUST Nikk
JUSTICE
JWRLD
-JXJ
-JZB
JZX1O0
-Ja k ey
-Ja m e s
-Ja mes A
-Ja se
-Ja sn
JaBouris
JaDig
JaStraater
-Ja_Fireking
-Jaaaakkoooo
Jaac
JaackGP
-Jaager Jack
-Jaagmu
-Jaahee
Jaakako
Jaalva
Jaamm
Jaant0
-Jaapievecht
-Jaay G
JaayC
JabHook
-JabbaU
JabbasHut
-Jabbaw0cky
-Jaber
-Jabesol
-Jabiborinoni
-JablezGIM
-Jablooze
-Jabo b
Jabopanda
Jabroni
Jabroniii
-Jabrs
-Jabuz
-Jac o b
Jacckk
-Jace C
-Jacerhapsody
Jacey
Jacinto
Jack
-Jack Dyer
-Jack Htoo
-Jack Hughes
-Jack Mac
-Jack Maz
-Jack Par-O
Jack Reipan
Jack1
-Jack12Broke
-JackBadasson
-JackBass4
-JackBlade
-JackDanielsH
-JackHammr
-JackKnight
-JackKvorkian
JackMayte
JackOscar
JackRod
-Jack_Herer9
Jacka
JackandCoke
Jackass
-Jackass Sean
-Jackazzz1
-Jackblaze
-Jackbtw
Jacke
-Jacked
Jackie
-Jackingten
Jackisbanana
JacknHookers
-Jacko Bei
JackoPogU
Jackoo
Jackos
Jackoz
Jacks
-Jacks0n
Jackson
-Jackspyrow
Jackyboiii
Jacob
-JacobGhosty
-JacobIsTaken
-JacobT789
-Jacobb
Jacobieus
Jacobro
Jacobs
-Jacobwins1
Jacupy
Jacy59
-Jad slides
JadMaister
Jada
Jadakiss
Jadavius
Jaddok
-Jaddy Chill
Jade
-JadedRapture
Jadeine
-JadenM
Jads
-JadsVag
Jaecob
JaegerBoom
-Jaeson
Jafacakeman
Jafanto
-JafarTooHigh
-Jaffa Jake
Jaffar
-Jaffywaffy
-Jafsx
Jagdpanther
JagerBombski
-JagerIron
Jagermeister
Jagged
-Jaggen
-Jaghatai K
-Jagoodiii
-Jah toch
+Jagt69
JahIthBer
Jahaerhys
-Jahaok
-Jaharred
Jahbby
JahgexPlzzz
-Jahmay
Jahmerica
-Jahngles
-JaiSiaRamJai
Jaiden184
Jailbreak455
-Jaime 427
Jaimeebear
-Jak Maximus
JakMetalHead
Jaka On Can
Jake
-Jake C
-Jake D Snake
-Jake Muzzin
-Jake OC
-Jake Scapes
-Jake Solo
JakeState68
JakeSteFarm
Jakedajackal
@@ -23351,127 +11190,64 @@ JakesSolo
Jakesonville
JaketheSnake
Jakey
-Jakey C
Jakeyosaurus
-Jakeyz
-Jaknop
Jakrem
Jakrojan
-Jakuli226
-Jal-Nib-Jmal
JalNib
Jalduii
-Jaleesa
-Jales
-Jalim Rabei
Jalite
Jaljif
Jalla
Jalo
Jaloenow
-Jalordom
Jalou
-Jalzas
-Jam Flex
-JamBandDad
-Jamaikietis
JamalBobaman
-Jamango
-Jamania64
-Jamar
-Jamaul Jr
Jambaica
Jamblaster
-Jambreak
-Jamburano
-Jamchu
Jameo
James
-James 6000x
-James Comey
-James Kakadu
-James Kelp
-James Poncho
-James PvE
-James Rolfe
-James c
-James osrs
-James1087
James2709
James9
-James945848
-James9520
JamesBondss
JamesCUFC
JamesDaWizar
JamesHaliday
JamesJ2019
JamesLango
-JamesMaynard
-JamesNI
JamesPratt94
JamesShotGG
-James_22
Jamesay
Jamesbombom
Jamesrb1
Jamess
Jamesy
JamiBear
-Jamiboy
Jamie
-Jamie Tacos
-Jamie W
-JamieJams
JamieOliver
JamieXV
-Jamilan
-Jaminnnn
Jamixa
-Jamjac
Jamlicking
Jammie
-Jammmy
-Jammoose
-Jammy Dogger
-Jammy Scone
Jamn
Jamosbondos
Jamppa
Jampy
-Jampyre
Jamuli
-Jamurazi
-Jamwa
Jamyroo531
Jamzylockz
Jamzz
-Jan
-Jan Griffith
-Jan en Karel
-Jan100000
JanHenkD
JanVanLeiden
-JanXtian
-Jananas3
Janar
-Jancentp
Jandaer
-Jandhob
Jandie5
Jane
Janer
Janes
-Janes Bond
-Jango Style2
-Jango fet310
-Jangsta23
Janice
Janikowski
-Janissary90
Jank
Jankk
-Jankko
Janksky
JannaMain73
Jannanas
@@ -23482,171 +11258,81 @@ Jansky
Jansz101
Jante
Jantex
-JantheBear
Jaooa
Japanese
-Japhur
Japiohh
-Japles1
Japoolie
Jappieee
-Jappieness
Jappo
-Jaqen
-Jaqquu
-Jar Of Pets
-Jar Uh Dirt
-Jar of Pukes
-Jar of Swamp
-Jar ofc um
Jar3y
JarOfCookies
-JarOfH0les
JarOfSmORC
Jarab
-Jare d
JareZki
Jared1234
Jareds134
JarlCantBank
JarlEarlKing
-JarlVaarg
Jarnemelk
-Jarnie Dimon
-JarnoMirma
Jarnte
Jarra
-Jarre
Jarredn
-Jarreelll
Jarskie
Jarsse
Jaru
Jarvis
Jarx
-Jas Melody
Jasberg
-Jaseel
Jasey
-Jasey Rae
-Jashin
Jasinador
-Jaskanpaska
Jason
-Jason In Max
-Jason73
JasonJ
-JasonLRG
-JasonRises
-JasonSkillz
-JasonT20015
-JasonVorheez
-Jasonn
-Jasonnn
Jasperw90
Jaspi
-Jasthew
-JasuzChrist
Jasyre
-Jauneri
Jaunius
-Jav
Jave
-Javert
-Javier Pwns
-Javve
Javvymuis
-Jaw
-Jawaloso
-Jawgasm
-Jawmac
-Jawniz
Jawntista
-Jawor
Jaws
-Jaws 2 75
-Jawshy
-Jax Evasion
-Jax Teller
-JaximusIV
-Jaxy22
-Jay Ayy Why
-Jay Baby
-Jay Exotic
-Jay Hughes
-Jay M
-Jay RZ
-Jay Show
-Jay Sparks69
-Jay United
-Jay b1zzle
-Jay kell
Jay024
-Jay357
JayDaddy313
JayEngineer
JayFlow
-JayJee
-JayKay Okay
JayLunar
JayManzarek
JayMaster
-JayMe x
JayMuthaFknC
JayPortal
JayRu7
JayTheBurnt
-JayTheRunner
-Jaybiz
Jayden
Jayders
-Jaydey
Jaydia
-Jaydo x
-Jaydonn
Jaydos
-Jayeden
Jayhawk225
-Jayhawkers
Jayi
JayjayNeo01
Jayksie
Jayman
-Jaymeh Lee
-Jaymo123
Jaymyson
-JaysATank
-Jayshuunn
-Jayspoks
-Jayster
Jaytea
Jayteaf
Jaytee1262
Jaywub
Jayy
-Jayy Slays
-Jayy x
Jayzar
-Jaz Coleman
Jazo
Jazpurs
Jazz
JazzFlap
-JazzMaster09
-Jazzeh
+JazzMaster07
Jazzjr89
-Jazzly
Jazzy
JazzyFlips
-Jb Godranger
-Jba123
-Jbevzzz
Jblieves88
-Jbob72
-Jbt
Jbvff
Jc_TheCops
-Jcb4646
Jcdelavici
Jchn
Jcmalone23
@@ -23655,454 +11341,223 @@ Jcourt1
Jdaws
Jdidy
Jdoggy2018
-Jdp3
-Je nny
-Je pppe
-JeBoyHiddema
-JeIlo
-JeIly Man
JeJoat
-JeK0
Jean
-Jean belette
-Jean man
Jeangaboudle
-Jeankeh
Jeari
-Jeavoni
-Jebaited825
Jebiii
Jebrim
Jebroid
Jebroni
-Jecht Shot
Jecob
-JedMosley
Jedah
JedaiKnight
Jedi
-Jedi Drue
Jeebiez
Jeebz
-Jeefro
-Jeek
Jeemis
Jeep
Jeesuhs
Jeet
Jeeve
Jeez
-Jeez Christ
-Jef fy
JefFamous
Jeff
-Jeff Aero
-Jeff C
-Jeff pls go
-Jeff says
-Jeff the Cat
-JeffEHPstein
-JeffG
JeffMusk
JeffWiki
Jeffermus
-Jeffica
Jeffie381
Jeffmyster5
Jeffre
-Jeffrey Z
JeffreyFNV
-Jeffreypoe
Jeffro
Jeffy
-Jeffy xD
JeffyTheDahm
-Jeffzuaos
-JefriEpstin
Jefry
-Jeft
Jefy
Jeggesen
-Jeguelson
Jehdin
-Jehobo
Jehtty
-Jeikeorb
Jeimi
JeisBtw
Jejex
-Jekd
Jekquesting
-Jelbishi
Jelbringer
-Jelen
-Jelenner
Jelior
Jella
Jelle
-Jelle Bouma
Jellie40
Jellisme_99
-Jellitots
-Jellough
Jelluh
Jelly
-Jelly Bears
-Jelly Booty
-Jelly Dub
-Jelly Sucks
JellyBeanRs
JellyGenix
-Jellydonuts
Jellyfishes
-Jelziin
-Jelzini
-Jemades
Jemelope
-Jemile
-Jen na
Jen0va
JenaTulwarts
Jenessa
-JenfoxxSub
-Jenicek
Jeniuss
-Jenkiins
Jenla
-Jenna Taylia
-JennaHeather
Jennacydal
JenniTolls
-Jennie
Jennn
Jenny
JennyElina
-Jensen641
JensenRS
Jenskee
-Jenten
-Jeometri
Jepp89
-Jeppe
Jeppeonkurre
Jeppie
-Jepppe
Jepppu
Jepuzeka
Jepz
-JerBearGrizz
-JerBearOmfg
Jerak
Jerayou
-Jerbelle
-Jerbil
Jerec
Jereh24
Jeremiahlewi
Jeremy
-Jeremy 2007
-Jeremy Ray
-Jergs
Jeri
-Jerm
-Jermothy
-Jerms Pro
-Jern Jan
Jern Tarzan
Jerne
Jernladden
-Jernlund
Jernpung
-Jero
-Jeroen 31
Jerom21
-Jerrbear69
Jerre26
Jerrin
-Jerrwie
Jerry
-Jerry Alan
-Jerry Maine
JerryChinger
JerryMina
-Jerryy
Jers
-Jers Knot
Jersh
-Jershawerr
Jersion
-Jertz
Jeru
-Jerunox
Jerusalenm
Jerziii
Jerzy
-Jes2x
-Jeseeka
-Jesh g
-Jesh-mar
JeshusChrist
-Jesiah
Jesk
-Jesliq
-Jesper Bratt
-Jesper135
-Jesperyo
Jess
Jesse
-Jesse Top
Jesseq
Jessica
Jessie
-Jessie Jones
Jesspresso
Jessy
-JessyTrip
-JessycaOSRS
-Jester Head
-Jesterbubba
Jesus
-Jesus I love
-Jesus MPhys
-Jesus Saved
JesusComing
JesusRedeems
-Jet Jaguar8D
Jet3010
JetFlame
Jeththe
-Jetlag
Jetma
Jetridder11
-Jetski
Jetsmoke
-Jettiesimp
Jettrider
-Jeugd
Jev21
Jevel
-JewFroBro
Jewbaaca
Jewbakah
Jewbang
-JewishRob
Jewy
-Jexlad
Jexlo
Jeyos
-Jeyzuz
Jezeus
Jezkoz
Jezuux
JezzaripHD
Jezzie
-Jezzx
-Jf-n03
Jfleeze
-Jfrith
-Jfuzzy
Jglove
-Jgus88
Jgy1889
-Jhackal
-Jhb
Jhebs
Jhny
-Jhonlovin
-Jhoocy
-Jhoocy Moot
JhormanCovid
JhosS
-Jhow
-Ji bs
-Ji m m
-Jia Lissa
Jian
-Jiara
Jibajaba
Jibberflexed
-Jibbllyy
-JibinSui
-Jibneh
JibrilMaster
-Jiffee
-Jig Bugs
-Jiga Chad
-Jiggalagg
JiggerJoe
-Jiggity
Jigglyboy
Jigglywoo
-Jiggypufff
-Jignite
-Jigoogly
-Jih
-Jihe
-Jihne
-JiiU
-Jiiko
-Jiim Lahey
-Jiiraiiya
JikdarShark
Jikkurr
Jiklim
-Jill Hyde
-Jille Man
-Jim
-Jim Sauce
-Jim Shorts
Jim0k
-Jim2k1
Jim38iron
JimAdler
JimTheGing
Jimb0bMaster
-JimballSlice
-Jimbeamtndew
Jimbi
Jimbly
-Jimbo Sween
JimboJamzAF
JimboQuan
-JimboSlice21
Jimbob3005
Jimbogun
Jimboi
-Jimbub
JimcakeKong
-Jimdawgy
Jimi
Jiminuatron
-Jiminy49
-Jimm
JimmahDean
Jimmerik
Jimmi
-Jimmi Lipper
-Jimmmm
Jimmy
-Jimmy Jumper
-Jimmy Plays
-Jimmy Scimmy
-Jimmy Wooo
-Jimmy1408
-Jimmy3rdBase
-JimmyBullard
JimmyBuns
-JimmyCarter
-JimmyGrimble
-JimmyStubble
JimmyValmer7
-Jimmybe
-Jimmygk
-Jimmylovecox
-Jimmynyge
Jimmyo
Jimosine
Jimpertje
Jimpiix
-Jims Goon
-Jims Ironing
Jimsterjim
-Jimver
Jin Oh
-Jin R n G
JinDoritos
-JinJ0 nJuice
-Jinb
-JingleBiloba
-Jingy
Jinimy
-Jinjaman
Jinkers
Jinko
-Jinkys
-JinnyChatBot
-Jinpa
-Jinsinny
Jinte
-Jinxed Jake
-Jinzo Doku
-Jinzo Jinzo
JioGetsMoney
Jion
-Jions Alt
-Jipser
-Jipske
Jiqonix
-Jiqura
-Jiraiya
-Jiraiyeah
-Jirakh
Jiren
Jirka
Jirou Kyouka
-Jisska
Jitaxia
Jithra
-JiveChompy
Jixoxx
Jixr
-Jixx0x
-Jiyool
-Jizt
-Jj Dynomite
-Jj Jerk2
Jjar127
Jjjjjj210
Jjozzie
-Jk Esq
Jkdogg
Jkhby
-Jkl Kalja
Jkolrur
-Jkrexx
Jku45
-Jl-SOO
-JlGA
JlLLY
JlMMB0
JlZZB0SS
Jlarge
Jlova
Jmagelssen
-Jman021
Jmar
Jmaster402
Jmbryn
Jmca
-Jmca Savage
Jmen
Jmies
Jmjake
Jmonelite
Jmudford44
-Jmz
Jnas
-JnrSeneca
-Jnsthenx
-Jnup
Jnwp
-Jo Pain
-Jo de Coeckh
-Jo h 2
-Jo iron
-Jo rd an
-Jo shua
-Jo we
Jo0l
-Jo3 H
Jo3p
Jo5p
-Jo6p
Jo711
-JoE ShMoee
JoEiSaFiShEr
-JoJi
JoJo
-JoJo Skriver
JoJo79
-JoJoJoUrBoat
JoKerRtheGOD
JoMoe
JoRouss
@@ -24110,168 +11565,86 @@ JoWie
JoXuh
Joacco
Joao
-Joao EV
-Joao Paulo
Jobac
Jobann
Jobard93
Jobber
-Jobbes
Jobbits
-JobbySkelper
-Jobbydrinker
Jobbyqq
Jobless
Jockward
Jocqui
Jodenzaad
-JodioJoestar
Jodon
-Joe 7
-Joe Kronic
-Joe Lol
-Joe Mangina
-Joe Mclaren
-Joe Muggs
-Joe Potato
-Joe Schwa
-Joe TheBeard
+Joe420buddy
Joe56543
Joe56780
-JoeBidens Bf
-JoeEldenring
JoeFoe
JoeGas
-JoeInglesGod
-JoeJunk
-JoeMothers
-JoeStudd
JoeTheGod
JoeWoody
-Joebie
Joebobinator
Joecuster
-Joedaschmoe
-Joee P
-Joeholding
-Joekle
Joel
-Joel 9444
-Joel In Pain
-Joel Lobster
JoelBtw
-Joelemz
Joell
-Joenage
-Joenly
Joered40
-Joeri
Joes
Joeshmo
+JoeshmoeOSRS
Joestar
Joey
-Joey Diaz
-Joey Mobile
-Joey RS
-Joey069
JoeyDabs
-JoeyGatto
-JoeyP
-JoeySlays
-Joey_1993
-Joeyboy
-JoeyboySucks
-Joeychh
Joeydarebel
Joeyer5
Joeyfernando
Joeyjoe600
-Jofa
Joferr
Joffa
-JoffreyLupul
Joggaplanten
Johan
-Johan Cruyff
Johanbtw
-JohannesN
JohannesRRL
Joherk
John
-John Bilos
-John C
-John Cena
-John China
-John D4rk
-John Ironman
-John Mayer
-John McCain
-John Mugwump
John Muir
-John Paul
-John Penn
-John Sal
JohnChaptr15
JohnDaBoss
JohnGilespie
JohnNoyes
-JohnRambo43
JohnWLennon
JohnWick39
-John_Wick007
-Johnathan
Johnbovi
JohndemenBTW
Johnletics
-Johnmcdodger
Johnny
-Johnny Chinn
-Johnny Dinh
-Johnny Lyu
JohnnyBeanz
JohnnyChimpo
JohnnyHart
-JohnnyLoco
JohnnyMellow
-JohnnyQuest
JohnnySXC
Johnnypants
-Johnnys
-Johno381982
JohnoMate
Johns
-Johns bad ma
-Johnsons
-Johnsters4
Johny
-Johny Aus
JohnyLocoo
Johnyy
Johuab
Johzyn
Joizz
Jojis
-Jojj
Jojkan
-Jojo Rabbit
Jojora
Jojy
-Jok
Jokar
Joke
-Joke xD
-Jokelanopein
Joker
JokerzDice
Jokinq
-Jokkepappa
JokuHeppu
-JokuVaan
Jokurul
Jole
JolliJolli
-Jollyfarms
-Jolonerz
Jolteon
Jolting
Joltism
@@ -24280,198 +11653,100 @@ Jombsy
Jomer
Jommann
Jomoba
-Jomppaa
Jomppei
-Jon
-Jon Eusebius
-Jon Meades
-Jon Snow
-Jon ny
-Jon10
JonHDgamer
-JonMarston
JonOn
JonVV
-Jonadwyn
-Jonahams808
Jonahcart
Jonanism
Jonas
Jonas9115
-JonasLietuva
-Jonas_Butte
Jonasbroh
-Jonassau
-Jonatan Jo
-JonathanRoid
-Jonaz
-Jonbaron
Jonboy
-Joncc
Jondog
JoneNikula
-JoneZii
-Jonesing
Jonessy
-JonesyBadger
-Jonetsa
Jonezey3
Jongo
Joni
-Jonibo
-Jonie D
JonisBaisus
JonisSniegas
Jonjo12knees
Jonko
-Jonko lover
Jonn
-Jonnay
-Jonne r
Jonnems
Jonnisan
Jonnisjoen
-Jonno1789
Jonny
-JonnyBiggles
JonnyBoii
-JonnyL2020
-JonnyLots
-JonnyM
Jonnybak
Jonnybowler8
Jonnysniper
Jonsamma
-Jonsed
-Jontzzz
Jonxsy
Jony
Jonzza
-Joo Potato
-JooOvenPizza
Jooe
-JoojoThePk8r
JoonSoo
Joonas
Joonayoyo
Jooni
Joontah
-Jooogijuuu
-Jooohnny
-Joop Mgoon
Joopaul
Joose3
-Jooshica
-Joosst
-Joostvd17
-Jooxan
Jophatmama
Joptvajiumat
-Jor dinh
-Jor dy
-JorVa Osj
Jord
-Jord 0_o
-Jord Croft
-Jord idk
-Jord xD
-Jord y
-Jord z
JordHarris
-Jord_96
-Jordan 1
-Jordan 7218
-Jordan KY
Jordan030592
-Jordan07
Jordan1063
Jordaneee
-Jordanite
-Jordans
Jordany5b
Jordavitch
Jorden
JordenFCB
-Jordinee
Jordnn
-Jordo Am
JordyM
JordyMcSheep
-Jordynn
-Jordysteen
Jordz_King
-Jore
Jorenator
-Jorgeme
-Jorgos
-Joricki
-JorkinMyWorm
Jorkkelis
Jorlund
-Jornaleiro
JoroEdde
Jorsne
Jorster
Jorttis
Jorzki
-Jos Bezos
-Jos de Mutn
Josavi
JoseLargeD
-JosefStaIin
-Joseluis1
-Joselyn Leo
Josen
Joseph
-Joseph Sam2
Josh
-Josh 2277
-Josh Jones
Josh Tsutola
-Josh x
-Josh013
Josh2Godly
JoshD
-JoshDagainz
JoshGymnast
JoshMarksman
-JoshYewAhh
-Joshalog
-Joshan
Joshery
Joshh
-Joshhhh
Joshii
Joshimitzu
Joshism
-Joshjoshin
Joshmaster31
-Joshpaul
Joshua
Joshuaaaah
JoshyCii
-Josiah Higha
Josiahs
Josoust
-Joss
-Josse
-Jostavo
-Josti O_o
Jostle
Josue
Josukes
Josylvio
-Jota_420
Jote
-Jothha
Jotjemenotje
-Jotq
-Jottini
Jotunheimar
-Jotwe
Joueur4376
Joulaha
-Jovial
Jovilius
JovyGaming
Jowah
@@ -24479,86 +11754,43 @@ Jowalll
JowatBTW
Jowel
Jowitt
-JoyOfSatan
Joycey1997
-Joynzz
-Joystick
-Joyun II
Joz6
-Jozi Blue
Jozu
-Jpan1
-Jpellican
-Jpq
-Jqwss
Jr Metro
-Jr Muffin
-Jr Stigel
Jr2k13
Jrabbat
Jrby
-Jrdn
Jreppks
-Jrey
Jroanirr
Jrodjok
Jrogo
-JsJays
JsN4
Jsag
-Jsi7111
Jsnn
Jsony
-Jspot
-Jsq
Jstnn
-Jstrife9
-Jthrust
Jtownironman
-Ju mala
-JuGgLe BuG
-JuJuzzz
-Juan Dangle
-JuanTalon
-Juandissimo
-Juaneria
-Juanreliable
Jubaah
-Jubarte
JubbaTheHut
Jubilations
Jubita
Jublian
-Jubster
-Jubtus
Jubu
-Jubz
Judah
-Judas wept
Judddy
Jude
-Judge
-JudgeDredd
-Judgewalker
Judie
Judies
Judlmin
JudoChop
-Juduel
-Judus
Judybats
-Juedons
Juezz90
Juffo
-Jug001
-JugMilk
-Juga JR
Jugalator
-Juganog
Jugernought
-Juggalo09R
+JuggaloOSR
Juggerthot
-Jugimaster
JuhQ
Juheniqus
Juhhu
@@ -24570,52 +11802,22 @@ Juhve94
JuiBoi
Juib
Juice
-Juice W RL D
-Juice WRLD
-JuiceRock
JuiceUSA
-Juiceb0x44
-Juiceful
-Juicewayne
-Juicieee
-Juicing
Juicy
-Juicy BIG
-Juicy Jorma
-Juicy Lil D
-Juicy Pair
-Juicy XPs
-JuicyBigNut
-JuicyJesusFE
-JuicyJocelyn
-JuicyJones
-JuicyLap
JuicyTear
-JuicyTigr
-JuicyWetNut
-Juicy_Newfie
JuiicyAF
Juikki
Juint
-Juipp_Iron
Juisy
-Juk e
-JukeLess
Jukebot
Juked
-JukeduM
Juko
Juktes
-Jul es
Jules
-Julesbak
Julia
JuliaFlorida
JulieFromHR
-Julieekins
Julien
-Julio Cesar
-JuliusHotdog
Julley
Julma
JulmaJoe
@@ -24623,93 +11825,42 @@ Julmarsson
Julpa
Jumal
Jumanji
-Jumbalia420
Jumbo
-Jumbo Joe
-Jumpcut
JumpingBean
-Juncker
June
-June bug
Junexo
JungJulius
Jungkook
Jungle
-Jungle Georg
-Jungle Jepa
-Jungle Jim
-Jungle Wreck
Jungle175
JungleKitty
-JunglinTunes
-Juniortank25
Junk168
Junmai
-Junsimu
Juntti463
-Juo
Juoda
-Juoppis
JuostenKustu
Jup1Ko1r4
-Juppi
Juqqernaut
Juranja
Jurassix
-Jurble
Juri
-Juri M
-Jurikka
-Jurisdiction
Jurky
Jurmalainen
-Jurrie
Jurtaani
JuryRigging
-JusAmain101
JusCauz
-JusDoMe
-JusPourVous
Jusfat
-JussJoshinYa
Jussi
Just
Just Alright
-Just Alt F4
-Just BeingMe
-Just Bones
-Just Bryce
-Just Champ3
-Just Creepin
-Just Dank
-Just De-Iron
-Just Jacob
-Just Keith
-Just Kurt
-Just Logan
-Just Malone
-Just Milton
-Just Mitch
-Just Neptune
-Just Reacher
-Just Treason
-Just a Dilf
-Just a main
-Just aFacade
-Just for Fun
Just1n Sane
Just3lis444
JustAAPotato
-JustADowny
-JustAFroggy
JustBob
JustChillins
JustDevon
-JustDrew
JustFollow
JustGoInDry
-JustIan
-JustJS
JustJake
JustKidStuff
JustLucky
@@ -24718,25 +11869,14 @@ JustPeachy
JustPertti
JustRenne
JustRoW
-JustSarge
JustSinful
-JustTaxLand
-JustTheFool
JustTheTip
-JustToast
-JustTrynaMax
-JustVibeWMe
-JustVinny
-Justa Wake
JustaStar
Justass
-Justice v1
JusticeSven
-Justicemoose
Justiciaro
Justified
Justin
-Justin NT
JustinBieber
JustinFromVA
Justinkai
@@ -24745,178 +11885,67 @@ Justins007
Justlfied
Justnexuss
Justo80
-Justorr
-Justryin
-Justyfi
-Justyn
Jusus
Jutendouji
-Jutku
-Jutkunmetku
-Jutter
-Jutti
-Jutty Ruckus
JuuNinJi
Juugmasta
Juul
-Juulxodia
-Juun Solo
Juuna
-Juunaz2chips
Juustis
-Juuzo
Juvi
Juvian
-Juzzy
-Jvzy
Jwad
-Jwcsg
-Jwd
Jwett
-Jwu
JxJxV
JxcelD
-Jxck
Jxcx
Jxdidiah
Jxdooo
-Jxhnn
Jxke
-Jxmeson
Jxnas
Jxni
-Jxstxn
-Jxxst
JxyStorm
-Jy
Jybais
Jyeronese
Jygers
-Jyhlln
Jyhy
-Jype
Jyppedi1992
Jysk
Jyura
-Jyy
Jyypy
JyzzBrah
-Jz
-Jzbeta
-K 1 L L A
-K 1 P
-K AMI
-K B D autism
-K E K E B
-K E L A
-K E T CHUM
-K E V 0_O
-K Hades
-K K Boef
-K NW
-K O L L I
-K O M P I S
-K OOOOOOOOOO
-K P N
-K P Sweet
-K Smalls
-K W
-K W A L A
-K Y Y
-K a l e w i
-K a z a
-K aarel
-K ayyla
-K eller
-K elvin
-K en
-K etaminer
-K ev
-K iNG IRON
-K idd
-K ilo
-K im
-K l 9
-K l N G S
-K nauss
-K nut
-K o j o
-K o o s a
-K ohen
-K orruptt
-K ree
-K rs
-K t r n e
-K una
-K ushi
-K uz
-K voth e
-K y u m a
-K yogre
K-Diddy
K-epan
-K-market
-K0
-K0 4
K00LBR33ZE
-K0F
K0L0S
K0NING
-K0USE
K0bus
-K0edinator
-K0ju Balius
K0lbi
K0ndemned
K0rky
-K0rnuit
K0tleciokas
K0veras
K0zor
-K19
-K1ERZ
K1LLY
K1ddl3
K1ller5169
K1ng
-K1ngo
-K1ngshredder
-K1r1t0123
-K2 Jung
-K32
-K38
K3KSE
-K3U S2
K3azkoks
K3fka
-K3kt
K3mi
K3nn3d
K44K
K4IF20
K8iee
-K99 2
-K9Father
K9lenny
-K9rk
-KA97
KABBABEAST
KAKAGUATE0
KAKERANDELIN
KAL-JML
KAMlX
-KAT alyzt
-KB1988
-KBARAKAT
-KBX0
-KC Chiefz
-KC M0
-KC8
-KCRB
-KChiefn
+KARANISGAY
KDOG1419
-KDOT_OSRS
-KDark22
KDrizzy
KEEPOUNDING
KEEPTHATSHIT
@@ -24924,164 +11953,76 @@ KEEZY10
KEIF
KEKDUBYA
KEKLERO
-KENTUCKYBLUE
-KEllis
+KENO_GUY69
KFBal
-KFC CAMDEN
-KFC EMPL0YEE
-KFC OG
KFCatz
-KFChompy
-KGBK
KGCine
-KGP
KGee
-KGoldy
KHADER
KIIIIIIIIIIH
-KILLER COMBO
KILO
KIMB0
KING
-KING GAYWAD
-KING VILO
KING332
-KINGNERON
-KINGstayMAX
KINGxGIZZARD
KINNTO
KIPPER
-KIVI 420
-KIWI Stu
-KIitor IS
-KJ 2
-KJ6
KJLS
-KKayK
-KKela
KKona
-KKona USA
KKrazyAl
-KKronas
KKurtiz
KL93
-KLB
-KLS
-KM 30
-KMW
-KN0G
KNIKERSNIFFA
-KO CANE
-KOK enjoyer
KOKAOKAA
-KONMAI
-KOS OVO
KOlRA
KQSS
-KR Zangetsu
-KR0VALI
-KRN
-KRON1C 420
-KRYMK
-KRYPTONlAN
-KRlT
KRonHusker
KS04rs1
-KSP
-KSaucee
-KT Ferrie
-KT Tape
KU51
-KUAY
KUAYx
KURD1STAN
-KVM8
KVRPT
-KXNG Razing
-KXNGVEGETA
K_sak
-Ka0s50
-Ka92
-KaChiuSa
KaIOKENRAGE
KaMi
KaMi_RnG
KaTFeniX
Kaan
-Kaan Frog
-Kaarel55555
-Kaaris95
-Kaarv
-Kaasbaap
-Kaasboom
Kaasmantel
-Kaaswater
-Kaaz Channel
-Kabatlor
-Kachhow
Kacinova
Kacy
Kacyy
-KadHead
Kadabara
Kadan
Kadarlu
-Kadett Opel
Kadeyr1
Kadocc
-KaeBtw
Kaelin
Kaempen
Kaepls
-Kaer
-Kaesar
KafHaYaAinSa
-Kafaei
Kaffah
-Kafficko
Kage Boshi
-Kahdoom
-Kahis
-Kahlx
-Kahto
Kahuna
-Kahur111
Kahvikuppi
-Kahvimaa
-Kahvo
Kahwoozy
-Kai ri
-KaiHos19
KaiXin
Kaibaman
-Kaif
Kaihn
-Kaiirl
-Kaila
Kails
Kaimanll3kav
Kaimorten
Kainahuulio
Kaine
-Kaioken x420
KaiokenRyan
Kaion
Kaiser
-KaiserBruno
+KaiserOSRS
KaiserRS
Kaister
-Kaitaia
KaitoSun
Kaiven
-Kaizen Reign
-Kaizen Soji
-KaizennxX
-Kaizloh
-Kaizooka
-Kajbanan
-Kajgils Far
-Kakariiiiick
-Kakarrot
+Kakashi69
Kake
Kaker
Kakerandeli
@@ -25090,144 +12031,87 @@ Kakoji
Kakor
Kaksitoista
Kaku
-Kaku bakudan
Kakua
-Kakuri
-Kal9000
Kalakoi
-Kalas
+Kalan420
Kalash556
Kalashnikova
Kalavothe
-Kalb
Kale
-Kale Henk
-Kale vader
-KaleKikker92
-KaleRS
-Kaley Cuoco
KaleyFan
Kalezki
Kalfite
-Kali Maaaa
-Kali Roses
Kaliaa
Kalico Cat
Kalideos
Kalihi
Kalikow
-Kalima
Kalis
Kaliumoxide
Kallateral
Kalle
-Kalle Anka
Kalleee
Kalmaars
Kaloex
-KalopsiaSix
-Kaloua
Kaltsu
Kalu1337
Kalub
-Kalvaaja
Kalveo
Kalystas
-Kam
-Kam Lok Lam
Kamal63
-Kamchi
Kamelinpiaru
Kamelovsky
-Kamelze
Kamen
-Kami_no_majo
Kamiel
-Kamii Dad
-Kamijou
Kamikazi
Kamino
-Kamino Kage
-Kammorie
Kamp
Kampest
Kamphuijs
Kanagawa
Kanao
Kanapius
-Kanapizza
-Kanbu
Kandarin
Kandeeh
-Kandid GG
Kandonesys
-KandrakarsNX
Kane
-Kane 7687
-Kaneelkameel
KanekiKun
Kaneohe
Kangru
Kangst3r
Kani
-Kaninka
Kanned
KannonBalker
Kannski
-Kansas
-Kansas Bill
-Kansas State
Kanseim
Kansi
-Kansloos
Kant
-Kantinejuf
Kantoo
Kantrimees
Kanttis
-Kanuk
Kanye
-Kanyeetzy
-Kanzeigan
Kaolo
-Kaolo Spoon
-KaozerMauser
-Kapaa
Kapakala
KapeVing
Kaphu
-Kapiling
-Kapitalisti
+Kapiaine69
Kapitein
Kapiten
Kapkeik
-Kapkkha
Kaporkchop
-Kapot
-Kapot Slecht
-Kappa 73
-Kappa monkaS
-Kappa xD
-KappaZilla
-Kappala
-Kappalism
+Kappa Dog420
Kapsaluun
-Kapsones
-KaptainPurp
Kaptainkilla
Kaptains
KapteinK
Kapten
-Kaptn skev
KarQ
Karaboudjan
Karaf
Karagoz
Karamjob
Karans
-KarateKon
KarazySS4
-Karc
KareemPie1
Kareir
Karekano
@@ -25235,118 +12119,73 @@ Karen
KarenMaskin
Karethaeis
Kargas
-Karhu48
-Karhuboiii
Karhulohi81
Kari
-KariJuice
Karies
-KariimsPik
KarilSummer
Karils
Karim4lol
Karkanii
Karkotaseet
-Karkov
Karl
-Karl The SUV
-Karl1s
KarlS282
Karlee
-Karliah
Karlit
Karlology
-KarlosBro
Karlteine
Karma
KarmaRush
Karmaa
Karmadyl
-Karmafox
Karmah
Karmas
-KarnMother1
Karnivore
Karnyx
Karolik
-Karolus6
-KarpyCarpe
-Karrak7
KarsanHAM
-Karsk kopp
Karskeinmies
Karso
-Karsta Anne
Kartelrand
-Kartoesh
Kartoma
Karukas0
-Karumba
Karumi
Karuu
-KarvaBanaani
Karvajarru
KarvaneMees
Karvatatti
-Karwos
-Kasane
-Kasdeya x
Kasei
-Kaseii 1
Kasejas
-Kasen
Kaser
Kashak
-Kasihan Gua
-Kasoku Tesla
Kasp
-Kasperjus
Kasprzak1
Kaspuhh
Kasraa
-Kass Glimmer
Kassipotku
Kassu
-Kassu C
Kasuel
Kasugano
Kasvikko
Kat1nr
-KatBeatitude
Katagon
Kataphatic
Kate
-Kate Bush
KateTiffany
Katenkos
Katetuotto
Katfishh
Katiensam
-Katikene
Katikene0
-Katinas
-Katiopeia
-Katlink5
-KatnissGray
-Katraenia
-Katrielle
Katski
Katsuo666
-Katt 90
KattNiP
Kattarui
-Kattnakken5
Kattnis
-Katze btw
Katzes
-Kauhee Hiki
Kaukeneris
-Kauldron
Kaunas
-Kaunas_Rulz
Kaunopihlaja
Kautschuk
-Kavz
KawaBonga
Kawactus
Kawaii
@@ -25355,61 +12194,37 @@ Kawaiisaki
Kawakuboku
Kawkaw
Kawked
-Kawtik
-Kay D
KayJ
KayWhyPee
-Kayazy
Kayback
-Kaybizzle
Kayden
-Kayden Boy
Kayen
Kayla
-Kayla Swift
-Kaylidascope
Kaylizz
Kaylon
Kayluh
-Kayns Main
KayranFootly
-Kayso
Kaytok
-KayyPlz
Kayzielol
-Kayzo
+KazOsrs
Kazatan1245
Kazave
Kazaz
-Kazcade95
Kazching
Kaze8HerOut
-Kazify
-Kazuma Moon
-Kazunni
Kazuuhiro
-Kc Collector
+Kbdick
Kcnny
Kdash
-Kdaw
Kdens
-Kdragons
-Ke bajo
-Ke era
-Ke nt
KeB4NG
KeRah
Keabler
-KeanuCat
Keasbey
Kebab
-Kebab Ari
-Kebab Store
KebabGuy93
KebabWrap
-Kebabov iron
Kebbabhallal
-Kebbby
Kebbe
Kebintotero
Kebs
@@ -25418,62 +12233,35 @@ Kedakaki
Kedirav
Keebler
Keef Supreme
-Keef_Man
Keegi100
-Keekar
Keekers
-Keel
Keela
Keelay
Keenar
-Keep Le Fe
-KeepCup
-KeepDistance
KeepItWicKeD
Keeper1OS
KeepitStoney
Keepo
KeepoKeisari
-KeepoNoIron
Keepomaster
Kees
KeesCanadees
-Keeslp09
-Keetgracht
-Keevon Man
Keff
-Kegaz
Kegern
-Kegs
-Kegse
-Keh O Brien
Kehaline1
-Kehno
Keiala
Keidy9
Keifay
Keikoh
Keinas18
Keiran
-Keiran Perch
-Keironn
Keisari
Keisarinna
-Keister Egg
Keit
KeithMcChief
Keithii
-Keittokuppi
Keizer
-Kekaha
-KekeLovesMe
-Kekkonen
-Kekkonen69
-Keksiviikko
-Kel Darsam
Kela
-Kela maksaa
-Kela-Olli
Kelagang
Kelb
Kelbikers
@@ -25484,14 +12272,11 @@ Kelgone
Kelh
Kellarivelho
Keller
-Kells o_o
Kelly
Kellycollin2
Kelohonka
Keloo
-Kelps
Kelso523
-Kelso561
Keltik
KeltonThaGod
Keltuzazz
@@ -25500,182 +12285,106 @@ Kelvin2GWW
Kelvino
Kelwus3
KempBush
-KempDaShrimp
-Kempisch
Kempset
-Kempy x
-Ken
-Ken Bolka
-Ken Griffey
-Ken Kill U
-Ken RS
-Ken Ten
-Ken141
KenBone
KenKaniffCT
-KenPerm
-Kendal x
Kendal68
Kendlang1
-Kendrick3691
Kenery
Kenesu
-Kenfernal
Kenleyy
Kenleyy_TM
Kenmaster
Kenn
-Kenn y
-Kenna
Kenndu
Kennedy
Kenny
-Kenny Deez
Kenny121
Kenny6397
-KennyKSD
-KennyS
KennyWhopper
Kennyollie
Kennypower5
Kennyyyyyyy
Kenozh
Kenpo
-Kensan-7
-Kenshiro
Kent
KentWasTaken
Kentacus
-Kentarokins
-Kentish Hops
Kentucky
Kenwood
-KenyanChild
Kenyann
-Kenze
-Keonii
-Keox
-Kep
Kephan
Keplunk
Keppi
-Keppi Einari
Kepra
Kepuck
-KerZam
Keraliix
-Keratin
Kerbeth
KerfDaddy
Keri
-Keric
Kerk
Kerkerino
Kermajorma
Kermit
-KermitTheRob
Kernalpotato
-Kernautist
Keromasev
-Kerrr
Kertar
Kerzara
-Kes Sittus
-Kesc
Kesekui
Kesohs
-Ket
-Ket Baggie
-Ket Schep
-Ket Uh Mean
KetaKnallt
-KetaYours
Ketabar
Ketanator
Ketch
Ketho
Ketnet
Ketonall
-Ketsah
Kettaz
Kettu
Kettyman
Ketwards
Keudel
Keunic
-Kev The Tonk
-Kevain69
Kevali
Kevb0t
Kevbro9
Kevichan
Kevin
-Kevin Booker
-Kevin Framed
-Kevin Nguyen
-Kevin5-0
-KevinDurant
-KevinLawrune
-KevinOSeven
KevinTes
-KevinTheGOAT
-Kevinspostal
Kevinw20
KevlarX
KevolutionX
-Kevsin2
Kevsin3
-Kevslays
-Kevstrong
Kevthebos
Kevva
-Kevve
-Kevzy
Kewl
Kewlaidman
Kewnsauce
-Kewwl
Kexkaka
-Key Concept
KeyNoir
Keyashes
Keydiss
-Keyfob
Keylock
-Keylord
Keyney
Keyoh
Keyori
-Keyose
Keywork
Keyzz
Kez0
Keza132
Kezmaya
-Keztra
-KezzerQ
Kezzerina
-Kgb Spy
-Kgsnipe
-Kha Zx
Khaant
Khabib
Khader
-Khajgold
Khal
-Khal Bow
Khaled
Khaleeeesi
Khaleesi1113
-Khalesar
Khalisee
Khamoshi
-Khan of Iron
-KhanhDung
-Khans Wrath
Khanzed
Khao
-Kharium94
Kharjo
Kharn
Kharos
@@ -25684,15 +12393,10 @@ KhatrickZain
Khayri Demon
Khazad
Khazad Dum
-Khazanedar
Khazu
-Khealim
Khest
-Khint
-Khirean
Khiru
Khleb
-KhooNBust
Khoosh
Khoppa
Khornebull
@@ -25700,31 +12404,16 @@ Khovansky
Khride
Khrollo
Khryptik
-Khrysus
Khufu
Khune
-Khunt Flapz
-Ki Adi Fundi
-Ki Arts
-Ki Stu GSK
-KiD BeeR
KiIIa4realz
KiLn
-KiSMET6
-Kia Jon
Kiarama
Kibb
-Kibeleza
Kibisai
-Kibito Kai
-Kibra
Kick
KickarseCale
-Kickback Dw
-Kickbums
Kicker
-Kickrolls
-Kid Inferno
Kid K O N G
KidClutch17
KidLeaderKTY
@@ -25732,482 +12421,239 @@ KidSativa
Kidalien
Kidchilly100
Kidd
-Kidlizard
KidneyBean
Kids
-Kids Bong
Kidtrilogy
Kidur
-Kie
Kiedis
-Kieftron
-Kiek um goan
-Kieken
-Kiekkoilija
-Kiera
Kiero
Kierzo
-Kiewit
-Kifooo
Kifsa
KiiDSKOLiO
-Kiinja
-Kiinnostaa
Kiirii
-Kiisu
Kiivi
Kiiwityty
Kiizoru
Kijucatm
-Kikikissa
+KikRox420
Kikiniki2
-Kikkel
Kikkertje
Kikyo101
-Kil U
-KilIerDaddy
Kilamanjaro
-Kilbot0
Kiliann
Kill
-Kill Crazy10
-Kill Credit
-Kill the GE
KillConfirmd
KillSwitch26
Killa
-Killa Cam
-Killa Kamali
Killa213
KillaSilence
Killab0rtion
Killabrew
Killadelphia
-Killadeuce
Killamemsta
Killaowns
Killatonicus
Killed
-Killed Elmo
Killed145
-Killekalekoe
Killemall
Killer
-Killer Jr
-Killer Kurce
Killer7502
-Killer81093
-Killer9823
KillerFlix
KillerSlee
-KillerVibes
-Killerank202
Killercaster
Killerdog HC
Killerdustyn
Killerkotti
Killermatt
-Killeroh
Killers455
Killertribes
Killgor138
Killi
-KillianRS
Killing
KillinxLivin
Killjoy4fun
-Killjoyer2
Killmankind
-Killme5551
-Killmelol
Killnloot2
-Killoah
-Killsw1tched
Killswitch83
Killua
-KilluaSam
Killzone
-Kilminater
-Kilo Meter
-Kilodoreo
-Kilograms
KiluaZoldyk
-Kim
-Kim Chungha
-Kim Trails
-KimKallstrom
Kima
-Kima Ronso
Kimano
Kimbr0
Kimbu
-Kimex
-Kimi Hendrix
Kimoja
-Kimosabii
KimtonLe
Kina
Kinaesthetic
-Kinboat
Kind
Kinda
-Kinda Blue
-Kinda Sinful
KindaDerpy
Kindaddy
Kindom
Kindoou
Kindozsodln
-Kineettinen
-Kinetic
King
-King 0f Gout
-King Ankle
-King Aussie
-King AvonIV
-King Blob
-King Boned
-King Bud
-King Bugs
-King Chev
-King Dong
-King Dongo
-King Edolus
-King Elf
-King Elon
-King Emurxer
-King Flipsta
-King Frodon
-King Green 2
-King H0d0r
-King Ian
-King Junkie
-King Kabanos
-King Kenneth
-King Lexius
-King Mariin
-King Milky
-King Nino 1
-King No Fear
-King Noc
-King Paf
-King Rabbit
-King Rayman
-King Redeem
-King Rico
-King Runs
-King Ruonis
-King Seb
-King Seneca
-King Size V
-King Slime
-King Snowman
-King Spudz
-King Swine
-King Tsar
-King Westor
-King XRPL
-King Zaros
-King davey
-King of Imps
-King of PvM
-King0fHelll
King0fSkane
King1631
KingAcorn85
-KingAwowogay
KingBOO
KingBailey
KingBoo
-KingBuliwyf
-KingClark
KingCudii
-KingCurtis11
-KingDarkVII
KingDweebus
KingEider
KingFlugal
-KingGoblin09
+KingGoblin07
KingGrekus
KingGunshow
-KingHawk O_o
-KingInYellow
KingJacula
KingJelore
-KingJoey
-KingKahuna
KingKlick373
-KingKlye
KingKongKoen
-KingKong_Qc
KingLeonidas
KingMikeyD
KingMongo
KingMonk
KingMook
-KingNate1
KingNathanx
KingOfIron
-KingOfQuests
KingParcival
-KingPatVII
KingPlAnchor
-KingPractice
KingRobStark
KingRustyVII
KingSandCrab
-KingScribles
KingSizeD1CK
KingSoge
KingSpirel
-KingStyle
KingTheGreat
-KingTsjubbie
-KingValencio
KingYoshi
KingZac
KingZerka
-King_Kerran
Kingaroo
-Kingben
-Kingbuddy40
-Kingdom Rush
-KingdomBlade
Kingeri
Kingg
-Kinggg
-Kingism
Kingjake18
Kingmonkey23
Kingofhearts
Kingpfx2
Kingpin
-Kingpin Xp
Kingpk3r
-Kingrobster7
-Kingruler456
-Kings67
KingsBluue
-KingsGrace
Kingspadex42
Kingsta
-Kingsthor
KingstoAces
KingstonWall
-Kingsty
-Kingz Haki
-KingzWorld
Kinjello
Kink
-KinkerScaper
-Kinkers
Kinky
-Kinky Kenny
-Kinky Scr
Kinkybuns
Kinkytoast
Kinkyy
-Kinno
-Kinobles
Kinokird
-KinokoZoku
Kinp
-Kinsaic
Kintoki300
Kiopley2
Kiox
-Kipee Anneli
Kiplup
Kipnuggets
Kippenbro
-Kipsel
-Kiptandori
Kiqz
-Kiraci
Kiraga
Kiraly
-Kirara
-Kirbi Smart
Kirbngo
-Kirbsey
-Kirby
Kirby7670
-Kirchberg
-Kire1n
-Kiree
-Kiriel
Kirimah
Kirito
-Kirk4
-Kirk97
Kirkburton1
KirkyBeast
-Kirne
Kirrion
Kirry
Kirstin
Kirthor
-Kirumibe
Kiruzonu
-Kirx125
-Kirz
Kisa
-Kiseki
Kisizel
Kisle
-Kiso Valley
Kiss
-Kiss Kiss
-KissMeHomies
-KissOfFire
-KissOfFury
-Kissahomie69
Kissanpentu
Kissmyase111
Kist
-Kit Fistoo
-Kit10Kat
Kita
-Kitashan
-Kite Solo
Kiteman
-Kitfox IV
Kitsch
KitsiKitty
Kitsune
-Kitsune Kami
-Kitsune Ness
Kitsunemimi
Kitten
-Kittenz
Kitties
-Kittle Bits
-Kittoh
Kitty
-Kitty Perry
-Kitty v2
KittyMeow83
-Kittymouse 1
-Kittys Newb
+Kittygamer69
Kiusatus
Kivespulla
-Kivick
Kiwa
Kiweh
Kiwi
-Kiwi Icons
-Kiwi Stona
-KiwiIskadda
KiwiMacJ
-KiwiSteve
-KiwiTheBot
Kiwiana
Kiwidude
Kiwiskurt
Kiwwion
-Kiyak
Kiyoko
-KizJ
Kizminsky
Kizone
-Kizz mo
Kizza
-Kj Kai
KjellEllen
-Kjellberg94
-Kjomo
Kjottfifaan
Kkobe
-Kkobugi
-Kkokkom
-Kkoppa
Kl2AZY
Kl3RAN
-KlDDO
KlLL
-KlLL 4 BONES
KlMI
-KlMpossible
KlND
KlNG
-KlNG MlKE
KlNGY
Klaar
-Klaarkomer
-Klaasie
Klacky
Klanezy
Klanks
-Klankss
Klapzak
-Klarence
Klariany
Klarna
Klaskdeng
-Klassic
-Klassified
Klatscher
-KlausLittle
-Klaussie
Klavan
-Klavelon
KlazBooy
Kleatus
Klebold
Kleened
Kleiades
-Kleine bolle
Klementtii
-KlemmDawg17
Klemonhaze
Klengie
-Kleo
-Klepdiezle03
-Klepp
Kleptic
Kletz
KlewKlew
KliKlack
-Kliewer
Kliffa
-Klik gebit
-Klikke
-Klingons
Klippzz
-Klo0
Kloefklapper
Klogin
Klonzyon
-Kloofiool
Kloorijoodik
-Kloot-Zuk
Kloover
KloreCore
-Klotho
-KlovneKrabbe
Klowdstr1fe
-Klub Dubx
Kluftritter
-Klumpy
Klumsie
Klunchkey
-KlungePlunge
Klunkii
-KlutzyKay
-Kluuntje
-Klvtz
-Klyd
Kmac
KmartWorker
-Kmd
-Kmie
-Kmk_Yawgmoth
-Kmorken
Kmtfwtm
-KnD xP
Knaap
Knabbelbaars
-Knabbernossi
Knacker
Knakenstein
Knaksaucage
@@ -26219,146 +12665,77 @@ Knaught
Kndd
Knead
Kneeeled
-Knewby8
KngBlkDrogon
-Knickers
-KnicksNati0n
Knife
-KnifeStory
Kniffes
Knight
-Knight Crip
-Knight Drake
-Knight Jo
-Knight Mors
-Knight of 3
Knight50
-Knight522
Knight5247
-KnightKettle
KnightMike
KnightO
-Knightcrawle
Knightenator
-Knightlock
-Knightmare
-KnightmareNL
Knightrainy
Knightromite
Kniili
Knikkerbal
Knivezii
-Knob End
-Knobin Hood
-Knod with Me
-Knoo
-Knospi
KnowMadss
KnowPurpose
Knowing
Knowledge
Known
-KnowsNoFear
Knoxville333
Knuckle
-Knuckles
-Knulle
Knummi
Knurrbauch
KnusCaboose
Knusseprulle
-Knut Knut
-Knwn
-Ko Addiction
-Ko D Ur Dead
-Ko0tje
KoBe
-KoH Zoro
-KoPvM
-Koa
-Koak
Koala
-KoalaBear819
KoalaBwala
-KoalaHeist
-Koalarobe
-Kob Bryant
Kob3oshii
-Kobakat
-Kobayashi89
Kobe
Kobenna
-Kobi btw
Kobold
Kobushi
Kochelas
-KochiiBear
Kocjancic
-Kocyte
Kodai
Kodak
Kodax
Kodeth
Kodfunk
-Kodie
Kodipar
-Kodo
-Kody IRL
Kodywithac
Koekebakker
-Koekenpan
Koekienator
Koelkast1
-Koelkast3120
-Koelogg
-Koemi
-Koenfu
-Koeppy
-Koerdistan
Koff
-Kofferbak
Koffie
-Koffie Shop
KoffieBoer
Koffiekan
Kofnx
-Koga09
Kogarah
-Koge
-Kognito
-Kogsin
-Koh Me Lo
Kohda
-Kohrosian
-Koii Diva
Koka
Koki
KokiriSword
-Kokki
Kokkue
Kokkugoburin
Koko10tkd
-Kokoftu
Kokou
Kolade123
Kolariah
-Kolarino
Kolbot
-Kold Pizza69
Koldbetrayal
-Koldz
-Kolicee
Kolmay
Kolmiojuuri
Kolodinsky
-Kolomit
Kolton
Komai
Komarov26
Komijn
-KomisarzFlak
Kommunist
-Komog
Kompact
Kompania
KomradeScape
@@ -26366,125 +12743,61 @@ Komugi
KonDaTV
KonKai
Kona
-KonaTheCake
KonaTheGent
Konami
-KonarMilkies
Koncept
Kong
Kongen3609
-Kongherodes
Kongklunk
Kongmoakim
-Kongon Musta
Kongz
-Konigs Tiger
Konigsblau
-Koningnoob
-Konjakkia
Konkelbearet
Konkuuu
Konnie
-Konnor Ray
-Konny
KonosubaAqua
Konroy11
-Konstiq
-Kont Crumbs
KonteNeuker
Kontentti
Kontoret
-Kontrafakt
-Konu
Kony
-Kony4ever
-KonyRomo
-Konya Slayer
-Koo
-Koob
-Kooben
Kooch50
-Koochie
-Koogs
-Kooiker
-KookieDough
-Kooky Kal
-Kool Aid76
-Kool Hwhip
Kool Iron
KoolKriegs
-Kooleey
Koollpop
-Kooloo Limpa
-Koomar
Koomorang
-KoontzyJr
-Kooopa
Koopa
-Koopa Kash
Koopatrol
Koopley
-Koops
-Koothi Jr
Kop0nen
-Kopet
-Kopites
-Kopn Alt
-Kopoes
-Koppa Olutta
-Kopra_0nu
-Kopzilla0
KoqPuuser
Korado
Korail
-Koral64
Korangarr
-Korasko
-Korazi
-Korbet
KorbolJestem
-Korby_K
-Korea
KoreaBread
Korean
-Korean Neet
Korelivia
Korihoko
Korisas
-Korkesh101
-Kormulus
Korneel
-Kornettos
Korok
Korpokkur
Korravalvur
Korsair
-Korsan
Kortti
KosChiquiss
-Kosaki
-KosarevSpawn
KosenRS
Kosey
-Kosha Engler
-Kosken Kovin
Kosmckid
-Kosmo
-Kosra
Kosst
Kossukissa
Kostaja123
Kosteezer
Kotaki95
-Kothfan2
Kothfan3
Kothu
-Kotimaista
Kotkatapult
-Kotoe
-Kotov
-Kottis
-Kotze
Koucii
Kouen
Kouhais
@@ -26493,227 +12806,111 @@ Koulupummi
Kourend
Kourk
Kov0s
-Kova Kova
Kovacs
-Kovacs Bela
Kovaley
-Kovalux
KovidKai
Kovit
-Kow
-Kowawa
Koxu
-Koy
-Koy5
-Koyix
-Kozileks
-Kozmic
-Kozojebec
Kozyshack
-Kpiy
Kprs
-KpyosX
-Kq
Kr0jm
-Kr149
Kr1sten
Krab
-KrabbiePatty
-KrackScape
-Kradoth
-Kraff
-Kraft Slave
Kraftra
Krafty
Kragjay
-Kragwa
-Krahhling
KrakaJ
Kraken
-Kraken Beerz
-KrakenSnacks
-Krakenarse
-Krakenmom
-Krakkars
Kralik
Kralovna
-Krammetje
-Krana
-Kranky Kraut
Kranox
-Kransie
KrapNSchitz
-Krapinschitz
Krappa
Kraq
-Krasznahorka
-Kratic
Kratje
Kratos
Kratos-Arepa
-Kraujukaz
Kravcik
-Krawall
-Kray
-Kraytoast
-Krayz818
Kraz3d
-Krazed Zen
Krazezor
Krazy
-Krazy Kramer
-KrazyKillah3
Kream
-Kream PIE
KreampieKing
Kreams
Kree
-KreeM_Pies4U
Krel
-Kreme Krispy
-Krepe
-Kreshink
-Kreupel hond
-Kribo
KriegFleisch
Krigare
Krigersej
Krigsgaldr
-Krikkos
Krile
Krillin
-Krillin It
Kriltar
-KrimenReborn
-Krios
Kriptog
-Kris 2
-Kris Kross
-Kris Tis
-Kris Toffer
KrispCowMilk
KrispyCow
-KrispyJello
-Krispz
-Kriss42
-Krisse
Krisstian
-Krisstof
Kristina
Kristo1337
-Kristoh
-Kristops
KristySlays
-Kristya
Kriszx
Krith
-Kritters
Krizalid
Krizee
Krllykins
-Kro
Kroeg
-Kroekoek
Kroer1
-Krogan
-Krohmos
-Kroketten
-Krombop Mike
Kromuh
Kron0
KronScape
-KroniKStyL
Kronic
KronicPlague
-Kronic_gtt7
Kronjuvel
Kronoryx
-Kronstedt123
Krontio
-Kropium
Kross
-Krownax
-KrthisIrnhrt
-Kruber
KruimeIkoek
Kruisboog
Kruizar
-Kruncha
-Krusch Qc
Krusk09
Krustorb
KruttGutten
Kruuxt
-Krvavec
-Krw
Kryder
Kryderman95
-Kryl
-Kryllz
Kryoge777
Krypsiss
Kryptanite
Kryptic
-Krypto Pup
Krypz
Krystalbead
Krystalized
-Krystie
Krytl0rd
-Kryxon
KryyptCeepR
Kscott
-Ksed
Ksteg
Ktran4
-Ku
Kuaalo
Kuanta
-Kubanna
Kubfu
-Kubiak
-Kuchera
Kudos
-Kudra Shade
Kudsk
Kudt
-Kuemper
Kufke
-Kuger
-Kugi
Kuha
-Kuhis
Kuhki
-Kuhnlicious
Kuhvon
-KuhwazyyPVM
Kuhz
-KuidaoreTaro
Kuistikopone
Kuittis
-Kuji Otoya
-Kukii
-Kukko
-Kuksukka
Kulak
Kuler
Kuli
-Kullilutku
-Kullirausku
-Kumara Fries
-Kumduh
Kumeku
-Kumetis
-KumikoOkada
Kummars
-Kummens
Kumoga
-Kumonyru
-Kunakana
Kunaphela
-Kundalini888
Kung
-Kung Aguero
KungFuKennyy
KungFuhr3r
KungFury01
@@ -26722,25 +12919,18 @@ Kungler
Kungzaki
Kunie
Kunkku289
-Kunkulu
Kunsel
-KunukGL
Kuola
-Kuollu Homer
-Kupla
-Kuppi
KurSiens
Kuran
Kurasaki21
Kurask
-Kuratus
Kurayamii
Kurdishtan
Kurfue
Kurgan
Kurib0hh
Kurim
-Kurios
Kurko
Kuro
Kuro6757
@@ -26749,368 +12939,142 @@ Kurohige-Jm
Kuroma
Kuroshin4
Kursdragon
-Kurt Cocaine
-Kurt1sdbr
-KurtMaxed
Kurtan
-Kurtismo789
-Kurtiz
-Kurtowogei
Kuru
Kurumin
-Kurums
Kurune
Kurza
Kurzgesagt
Kurzi
Kurzol
-KusOnRNG
-Kusai
Kush
-Kush 999
-Kush Grey
-Kush Nerd
+Kush420s
KushWizdom
-KushalaDaora
Kushanada
KushedKnight
Kushies
-Kushioned
Kushkhalifa
-Kushmooms
Kushtyyy
Kusiaks
Kusimuna
-Kusimuna JR
Kusle
KusmarPavola
-Kuso Saiko
-Kut Jack
-KutInternet
Kutasy
-Kuthay
-Kutirons
-Kutkip
-Kutori
Kutunawa
KuuDuu
Kuudere
-Kuulus
-Kuuw
Kuvakei
Kuwolski
-Kuxx
-Kuykendoll
-Kuzh
-Kuzi
-KuzzzTruckin
-Kvacky
Kvamsdal
-Kvaoathe
-Kvzy
Kwadraat
-Kwakske
Kwambam
Kwan
-KwanDynasty3
-Kwani
Kwarkark
Kwastaken
-Kweem
Kwei
-Kwep
Kwieppie
Kwintal
Kwondeo
-Kwong
Kwongo
KwuarmFarm
KxKxW
KxNoTTz
KyIll
-KyPolar
-KyWi
Kyaandere
-Kyafa
Kyberpaavi
-Kye187
-Kyeb
KyeeG
-Kyelee
Kyersago
Kygehn
Kygesm
Kyhlen
Kylanater
Kyle
-Kyle 8990
-Kyle Esq
-Kyle G
-Kyle Kmac
-Kyle VA
KyleFammm
KyleGrounded
-Kyledog829
Kyler
-Kyler Moss
-Kyles Cute
-Kyles GIM
-Kylesteven
-Kylewwashere
-Kylex
Kylianvb
-Kylliel
Kyloman
Kymeister
-Kynodontas
-KyotoSadness
Kyouan
Kyouko
Kyouma
-Kyouna
Kyouran
-Kyphrus
-Kyps
-Kyr0s
-KyraXIV
-Kyrakishuun
Kyrdaar
Kyrie
Kyrist
KyroThanatos
-Kyroba
Kyronius
-Kys Ironmen
Kyski
-Kytkinpommi
KyuubiKurama
-Kywt
Kyykin
-Kzyl
-L 0 S T Y
-L 3 G 4 C Y
-L 67
-L A R A M S
-L Ben
-L CBO
-L D A
-L E G E N D
-L E G O
-L E L O
-L E P I
-L F C
-L FC
-L Hus
-L I N U X
-L I V M
-L OAFS
-L S Q
-L U I G
-L U U K E
-L X R D S
-L achie
-L aika
-L aka
-L ama
-L ang
-L apras
-L atias
-L aw Rune
-L aze
-L e an
-L eafErikson
-L egs
-L ek
-L emaster
-L ev
-L i m a a
-L iamm
-L iar
-L ilo
-L inox
-L ions
-L o w g
-L ockdown
-L ofty
-L osi
-L paradoxum
-L u m i
-L u mi
-L u x
-L ucas
-L unatic
-L00000
-L00M
L00OL0OO00OL
-L00T SNIPER
-L00tacr1s
L00termember
L0G0
-L0GI
-L0L
L0L0LL0L00LL
-L0RA
L0RD
L0RDGAINS
-L0ST S0UL
-L0Z
L0kur
L0rd
-L0rd Arthur
L0rdMullett
L0st
-L0vecraft
L0ves2Splooj
L109
L115Squirtle
-L1L GN0ME
-L1ghtweaver
-L1l bits
L1ncoln
-L1ndman
-L2
L2Crash
L2D3
L2Loki
L2love
L2mmutaja
-L2sit
L2tankbandos
L2tob
-L337 GodHand
-L3RKON
-L3V3L
L3apOfFa1th
L3gg0
L3mur
-L3prec0n
L3sius
L3tMeBreath
-L4D2 Enjoyer
L4rry
L4st
-L522
-L64
-L86A2
-L8CP
-L8ers
L8rT8r
-LADFS
LAMAFAO
LAMARJACKS0N
LASBE
-LAUFY
-LAZY88
-LB9
-LBS M
-LBaccer
-LC33
-LCpl
-LE0 MESSI
-LE54SON
LEARNINGTHIS
-LEGOSl
LEN0
LENZ
-LET ME COOK
-LEWlS
-LF Content
-LFG 69
LFGrills
-LG 8anter
LGBTQLMNOP
-LIL BLESSED
-LIL PRINCE
-LILKHALAMARI
-LIMEWORLD
LIQUICITY
LITEIT
LITHITS
-LJ 8
-LJAP
-LJPalmer
LKIT
-LL Trigger
-LLAMA_ears93
-LLIRSHSLSIEi
-LLY Duramax
LLeffe
-LLich
LLol
-LMAO LOL KEK
-LMAOImDying
-LMFAO IRL
LMFAOIRL
LMNOP3
-LMParrot
-LN41
-LOADED_AR
-LOGAN109
-LOGlC
LOH3
-LOL BMW
-LOL MAD
LOOP1456
LOOSECOOCHlE
LOSTinGAMES
-LOUlSlANA
-LOWIQXD
LP Smokie
-LRG
LRGD
LRichyy
-LS1
-LS3D
-LSD-25
LSDDS
LSDe
-LSDeezNutttz
LSDonny
-LSDreamy
LSxD
LTUD3stroy3r
-LTapperz
-LUBRICAT0R
-LUKA DONClC
-LUR3ME
-LURED BY ROT
-LUTlN
-LVN iZN0
-LWE
-LXFY
-LYAM femboy
-La Benezra
-La Bollita
-La Brebis
-La Croix
-La Fiesta031
-La Frontera
-La Moo
-La Porta
-La Sopa
-La7itude
LaCroisssant
LaFroob
LaLegende
LaMachCaron
-LaMarii
LaPichula
-LaRS 07
LaYdlN
Laaban
-Laadvermogen
Laady
-Laagvliet
-Laaki
-Labas Utak
LabbatBlue
LabbattSplat
Labbis
-Labor
-Labstev
-Labundo
-LacDeaths
-LacedKoolAid
Lacedonian
Laceinyoface
Lachosocko
@@ -27118,160 +13082,82 @@ LachysMain
LacinorI
Lack
Lacking
-Lacking IQ
Lacoline
Lacraio
Lacrymosa
Lactosite
-LacusClyne
-Lad J
Ladbrook
Laderstall
Ladme
-Ladrian
Lads
Lady
-Lady Calais1
-Lady Chompa
-Lady Devil
-Lady Porky
-Lady Storms
-Lady2022
-LadyBuck
-LadyGagaTbh
LadyJan
-LadyJan BTW
LadyJessicaL
LadyMidn1ght
LadyOfCyprus
LadyOfMagick
LadyPidge
-LadySaurus94
LadyStarlite
LadyStorm83
-LadyVamperic
Ladydoll
Laedzter
Laeretes
-Laethia2
-Laetor
-Laf
-Laffam
Laffy
-Laffy Taffy
-Lafondaa
Laftonn
-Lag out
LagArtist
-LageLanden
Lagerhaus
-Lageri
Lagg
Laggbeer
-Laggro
-Laggy Brain
-Laggy Clicks
Laglet
-Lago
-Lagodzacy
-Lagomancer
Lagoon
Lagrange
Lagscape
-Lagu
-Lagwagon
-Lah Di Dah
Laharl
-Lahn
-Laid
-Laid bare
-Laika Wolf
LaiskaJake
Laiskiainen4
Laitoin
Laitti
-Laitue
-Lajer
-Lajfi
Lake
-Lake Show
-Lake Valor
LakeMonYew
Laker
Lakeshire
-Lakka
-Lakonic
Laksa
Laku
-Lakuni
-Lakupiippu
Lala
-Lalochazia
Lalundi
-Lam lul
-Lam_12
Lama
Lamanent
Lamb1237
Lambretta62
Lambs
-Lambzilla
Lame
-LamePuttE10
Lamented
-Lamfear
-Lamh
Lamie
Lamiia
Lammen
Lammy
-Lamns
Lamp
-Lamp Burner
-Lamp master
Lampepit
Lampyy
-Lampzki
-Lamshnarf
-LanJiaoDuaKi
Lana
-LanaLuna
-LanceDaPantz
-Lanco
Lancy
Land
Lander
Landeskoging
Landlord
Landofzoa
-Landucey19
Landyll
Laneeta
-Lanell Latta
-Lanesstee
-Lang Chang
-LangeNieWies
-Langeboy
Langecries
Langner
Langosman
Langscape
Langtu102
-Langutan
-Langzzy
-Lanier
-LankFrampard
LankaKekw
Lanky
-Lanky Josh
-Lankyfeed
Lann
-Lanny Pan
-Lanoue
-Lanpzki
Lanrico
LantadymeRey
-Lantern Snow
Lanx
Lanzlol
Laogai
@@ -27281,142 +13167,70 @@ Lap0tai
Lape
Laphloredos
Lapsa
-Lapsapp
Lapsivesi
Lapua
-Lapuz
-Lapy
-LaquishaBaby
-Lar0i
-Laraelias
Larcadum
Larcenex
-Lard Jaysus
Lare
Lare240
-Larecia
Larecio
-Larenz Tate
Large
-Large Chompy
-Large D
-Large Npc
-Large Tasty
-Large Toads
LargeExpLamp
-LargeGrandma
-LargeZock
-Largelad2
-Largeprune
Larie
Larissa
-LarksTongues
Larkypoo
Larotux
-Larrey
Larry
-Larry 0G
-LarryB
LarryIsHere
+LarryOSRS
Larrys
-Larrys btw
Larryz
-Lars Ohly
-Larser
-Larsinosrs
Larsjns
Larso
-Lartsi
-Laruka
-LasBoi
Lascooby
-LaserLad
LaserSchlong
-Laserati
-Lashi
Lasjstts
Laska
-Laska Siara
-Laski
-Laskii
-Lasne
LasoliLeiffi
-LassT
Last
-Last Bison
-Last King
-Last N1te
-Last Stages
-Last Texan
LastAttempt
-LastBoss
LastHours
-LastMark
LastRecalI
LastTexan
-LastWookiee
Lastinis
-Lastkaiii
Latanoprost
Late
-LateKnight
LateOwl
Lateksiuljas
-Latelaturi
Latero123
Latias
Latins
Latissimus
Latitude
Latompachy
-Laturaivo
-Lau396
LauQT
-Laudine
-Laufeyson965
-LaughTale XD
Laughed
Laukage
Laukie
-Laukki1
Laundry
-Laundry Room
LaupieLaupie
Laur
-Laur ex core
Laura
-Laura J
-Laura uwu
-Laurat J
Lauren
-Laurentina
Lautanen
Lauw
LauweEgberts
-Lav x
Lava
-Lava Buster
-Lava rune
-LavaFountain
LavaKitty
Lavadude42
Lavafrost
-Lavagirl420
Lavak
-Lavak Bob
-Lavanis
Lavasat
LavendrGoons
-Lavigne
-Lavina26
-Lavios
Laviuthen
Lavvv
LawOfBirds
-Lawesy
Lawfox
-Lawhrer
-LawlAsYouDie
Lawlie
Lawliet
Lawlimon
@@ -27425,221 +13239,97 @@ Lawn
LawnChair48
Lawncat
Lawnmower73
-Lawre nce
-Lawsilk
Lawson
-Lawyer JD
-LawyerGirl24
-Lax_315
Laxar
Laxx
-Lay
-LayDead
Layden
-Laydwnandr0t
Laydyn
Layes
-Layes X
-Layezy
Laylaa
-Lays
Layzi
-Laz GIM
-Laz Lo Mein
Laz2510
-Laza Ferro
Lazer
-LazerVizion
LazerWork
-Lazgo
Laziest
Lazikiel
LazloDaLlama
Lazy
-Lazy Fare
-Lazy Jazz
-Lazy Lump
-Lazy Matt
-Lazy Mauler
-Lazy Moo
-Lazy Shell
-Lazy Soul
-Lazy Stona
-Lazy XP
LazyB0y
-LazyBoneZone
LazyDevon
LazyFarmer
LazyOwner
-LazyThom
LazyTurtleRS
-Lazydrink
Lazyie_KiD
-Lazysmokes
LazyyySloth
Lblacc
Lbuzz
-Lck
Lda237
Lder
-Lds
-Le Bibu
-Le Biff
-Le Big Sad
-Le Catptain
-Le Doda
-Le Foole
-Le Gio
-Le H0NK
-Le Jeffeh
-Le Peanut
-Le Petit BH
-Le Pogo
-Le Reject
-Le Stu
-Le Sus
-Le Tom
-Le von
-Le4f
-LeAUD
-LeB0ng James
+LeB0ng
LeBlownGames
-LeBoobie
LeBrianJames
-LeDamos
LeDerpski
-LeIronJims
LeKinguin
LeLuuk
-LeMontBlanc
LeMoonMan
LeMoopey
-LeNnEeX
-LePeach
-LeVarrock
Lead
Leader9922
Leaderless
Leadfeathers
Leadley
-Leads Dead
Leaf
-Leaf 7
-Leaf Parker
-Leaf998
LeafStoneDab
-Leafffy
-Leafpool
Leafyshade
-Leaga
-League Brain
-Leak
-LeakedDMs
Leaks
Lean
-LeanFavaBean
Leanlce44
LearnCatMeow
-Learningosrs
Learti
Lease0fLife
-Leather Top
LeatherJan
-LeatherRat
Leatherr
-Leaux Key
Leavepigrun
-Leb Crotch
-Leb Man
-Lebanesee
-Lebennn
-Lebor
-Lebowski2033
Lebrons
-Lebusoft
Lebzima
LeccaJr
Leckie12
-Leclerc 2024
Lectaminol
-Lectosh
-Lectrix
-Led2000
-LedXia
Ledgendairy
Ledning
-Ledu
-Lee
-Lee Ratt
-LeeFelix
LeeGavGav
LeeHen
-LeeV_V
Leecherboy
Leechy2399
-LeedsUnited
Leegotalo
-Leeleebug210
-Leemer
-Leemi
-Leemo
Leer0y
Leerjet
Leeroyy
-Leers OSRS
-Leeshore
LeesusChrist
Leet
-Leet Blues
-Leet Bug
Leetroopa
Leeuwarden
Leevar
Leezy
Lefonzeee
-Left gf 4 Xp
-Left inPeace
-LeftFistt
-LeftHerFor07
-LeftHerForRs
-LeftTwix
Leftist
-Leftwich22
Lefty
-Lefty-x
-LeftyWarrior
Leftytexan
-Leg Day 99
Legacy-Blade
LegacyOfErik
-LegalCounsel
Legalism
Legally
-Legally Dumb
-LegallyAfk
-Lege
Legend
-Legend 0007
LegendHarold
-LegendKingz
LegendOfShao
LegendSuz
LegendaryDTM
LegendaryFoe
-LegendaryLVP
-LegendaryMe
LegendaryRS
LegendarySte
-LegendaryZ0
-Legenddiary
Legenddreams
Legendelek
-Legendish
-Legends Epic
-Legendsam7
Legened248
-Legggggooooo
-Leggo
Leggy
Leggz
Legikt
@@ -27648,29 +13338,17 @@ Legion2410
Legionals
Legislatore
Legit
-Legit Ape
-LegitGarbage
LegitSamuel
-Legitidrown
-Lego Brick
Lego Fisher
-Lego Mania X
LegoMyBob
-Legolas
-Legolas I
Legolic
Legoliker999
Legosas11
-Legosaur
-Leguminati
-Leha
-Lehawek
Lehmo
Lehnert
Lehoir
Leid
Leider
-Leidmavo
Leif
LeifBestLord
Leiff
@@ -27678,27 +13356,16 @@ Leigh
Leilin
Leimstiift
Leion
-Leist1nas
-Leistus
Leito
-Leitwolf
-Leivermorale
Leivonnaiset
Leiza
-Lejj BTW
Lejoon
-Leka xo
-Lekira97
-LekkerMoeder
Lekkeri
-Lekray
Leky
LelSickMeme
Lelalt
Lelbow
Leldorin
-Leldra
-Lell
Lelott
LelouchV
Lelysia
@@ -27706,230 +13373,116 @@ Lemako
Lemillion141
Lemiy
Lemke
-Lemmelleni
Lemmy
LemmyThePerv
Lemon
Lemon5000123
-Lemon9000000
-LemonTart
-Lemonade max
-Lemonguin
+LemonLube420
Lemonmooffin
-Lemonowo
Lemonrider
-Lemony Earl
Lemonz
-Lemosgomes
Lemphys
Lempsu
Lemurcow
Lemuria88
Lemursnore
-Lendtable
-Lenegis
-Lenel Devel
+Lenfart
Lengzz
-Leni Epiza
Lenience3
-Lenify
Lenlami
-Lenn375
Lennie
Lenning
-Lenny Euler
LennyPro
-Lenovel
Lenreys
-Lenses
Lentiano1
Lentil
LenvisCZE
-Lenya
-Leo Gagner
-Leo Messi
-Leo The Fish
-Leo12_1993
Leo2
Leo96
Leodero
Leoma
Leonatwo
-Leonbozz
LeonidasIV
-LeonidasThor
LeonidasXCIV
Leonl
Leontje
Leorio
Lepek38
Lepkilla
-Lepra
Leprechau
Leprincias
Lerch
-Lernaean
-LeroyDanknz
Leroyvdk
-Lerzbot
LesGetIt
-Lesbean
Lesen
Leshrac
-LesleySnipez
Less
LessIsMore
Lessar
-Lesser Gods
-Lessking
-Lestamsakul
Lestersaurus
-Lesva
-Let Us Dream
LetBrettBang
-LetJimCook
Lethal
-Lethal Blade
-LethalClick
LethalMortal
Lethally
-Letharil
-Lethwei
-Letits now
LetrahL
Lets
-Lets Blaze
-Lets Boss
-Lets Glide
-Lets Plop OK
-Lets Ride
-Lets See
-Lets Toke
-Lets Ziggy
-Lets pep
LetsGetSmity
-LetsGetem
LetsRouQ
-LetsgoDaddy
Letsjjj
-Letspoint
Lettersloth
LettuceLegs
-LettuceLime
-LettuceNut
Lettuce_8
Lettulainen
-Leturpentinr
Letz
-Leukaremmi
-LeukemiaLord
-Levante Frog
Level
-Level Denel
-Levelations
-Leveldegree
Levi
-Levi Squad
-Levi lmao
Leviate
-Levibeelevi
-Leviud
-Levven
-Levyiah
-Lew Sanus
-Lew sid
-Lewd Queen
LewdTouchMe
Lewdberrypie
Lewey
Lewf
Lewfu
-Lewhh
Lewir
Lewis
LewisMcLaren
-Lewis_y
Lewism22
Lewison
-Lewiss
Lewithetui
-Lewu
-Lewwiis
LexaSteel
-Lexatrax
Lexay
Lexdegekte
Lexer
-Lexington73
Lexkai
Lexxi
Lexy
-Leyon
-Leyr
-Leysim
Leyton
Leyzen
-Lezio7
Lezley
-Lfts
-Lhk
-Li am
-LiI Tii Lii
-LiT Clutch
-LiT on Dabs
LiTxEXODlAx
-Liam McPoyl
-Liam1994
Liam6780
-LiamLate
-LiamLollypop
-Liamas
Liberate
Liberaxa
Liberty
-Liberty Cap
Libolik
-Libracorn
Librain
-LichKiing
-LichOneeChan
-Licharus
Licht
-LichterLo
-Lichtert
-Licitness
Lick
-Lick My Wyrm
-Lick Time
LickAhrim
-LickMcFicks
Lickeris
Lickilicky
Lickumss
-LidawgMcChad
-Lidless
-Lidlman
-Lie
Lie4it
-Liebzer
-Lies of S
-Liet Katsu
Lietuviskass
Lietuvisz4
-Lieve
-Lieven
+LietuvosOSRS
Lif3
Lifal
Life
-Life Road
-LifeInsAgent
LifeIsBaked
LifeIsRockie
Lifeform
Lifehunt
-Lifeisnow13
Lifeliners
-Lifelulz
Lifes
Lifes12Rules
Lifesteal
@@ -27937,528 +13490,249 @@ Lifestyle
Lifewaste
Lifezajoke
Lifticus
-Lifting Fe
-Liggen
Lighning
Light
-Light Ace
-Light Shell
-Light age II
-Light1324
LightAura
LightB0ne
LightRigger
-Lightarrg255
Lightaxo
Lighten
LightenUp
Lighter
Lighterfalz
-Lightfister
Lightg0d
Lighthead45
-Lightlord440
-Lightning MF
-Lightningess
Lightqt
Lightstoria
-Lightww
-Ligma Balzaq
-LigmaMufin
-Ligt
Lihatanko
Lihtnenolife
Lihtsurelik
Lihu
-Liiga-Ari
-LiikeAGlove
-Liite
Liitokissa
-Lijk
-Lik me knie
LikMijnRaid
-Lika C
Likalatopus
Likark
Like
-Like Saint
LikeABrother
LikeAGloveee
LikeCinnamon
LikeToetally
Liketocombat
-Liko
Likrot
-Lil Callisto
-Lil Dickyy
-Lil Donut
-Lil Dor
-Lil Doss
-Lil Eso
-Lil Fika
-Lil Garbo
-Lil Hogg
-Lil Knight
-Lil Koda
-Lil Lilyxo
-Lil Lotus
-Lil MCM4A1
-Lil Moe
-Lil NllLO22
-Lil Rat Mann
-Lil Roli
-Lil Shay
-Lil Stoma
-Lil Tragic
-Lil Weeezy
-Lil Woowoo
-Lil Yeeter
-Lil Yungen
-Lil Zeusy
-Lil Ziik
-Lil Zimp
-Lil parasite
LilBirb
-LilBlueMew
LilBobbi
-LilFaulk
+LilDilly420
LilGBigThing
-LilGay btw
LilHorny
LilMissSlays
-LilNubbins
-LilPeepBoi
-LilSeany
LilSquidgy
-LilSteamBoat
LilStonks
-LilSuzieVert
LilUziBlyat
LilWitness
-LilYungChitn
Lila
-Lilac Devil
Lilangrydude
Lilbobsters
Lilchris
Lildirt
-Lildischarge
Liles
Lilhotshotv2
Lilinss
Lilith
-Lillia n
Lillie
Lillyz
-Lilmoose99
Lilnenedemon
Lilqtforeva
-Lilsauce72
-Lilsutts
Lily
-Lily Mayy
Lilyalatea
-LilyaxD
-Lilypily0
-Lilysaurs
-Limb
-Lime Light
-Lime Season
Limed
-Limeguy21
-Limewire
-Limit Form
-Limited Room
-Limiwinkz
-Limiy
Limmert
-Limmy
Limo
Limp
-Limp Lime
-Limpsioo
Limpwurt
-Limyt
Linalool
-LincolnButt
-Lind say
Linda
-Linda Lou
Lindegaard
-Lindewyn
Lindsey
Linearr
LinedFury
-Linelis99
Linen
-Linen Cry
Linerz
-Linewa
Liney
Lingwood
Linh
-Linhson
Link
-Link Adam
-Link Click
-Link Noises
-Link Tribute
LinkKing
-LinkTheIron
LinkedList
Linkedln
-Linkin Boy33
-Linkinaz
Linkmoon
Linkseratten
-Linkv21
Linnara
Linsey
Linsunt
-Lintell-lad5
LinusEkedahl
-Linxis
Lion
-Lion Gin
Lion-021
Lion0fZion
Lionbatdog
Lioncheart
-Lionclaw
Lionelliee
-Lionheart
-Lionheart Xl
Lionhrt
-Lionyxia
-Lioui
-LipShits
-Lipalow
Lipperr
-Lippy Jimmy
-Liqu
-Liquar
Liquicity46
Liquid
-Liquid Apple
-Liquid CSGO
-Liquid GZA
-Liquid Mire
-Liquid Nexus
-Liquid Reign
Liquid8
LiquidRmt
LiquidTheory
LiquidTrails
Liquidat0r
-Liquidated
-LiquidatorRS
-Liquidwood0
Liquified
Liquir
LiquorGrain
-Liqwid
-Liridon
Lirrix
Lishenna
Lisica
-Lisle
Liso
-Lissino
Lissoms
Listeffect
Listen2me
ListenMorty
-Listerine_TC
Listics
-Listifyy
Lisuna
-Lit Dawg
-Lit Guy
-Litas
-LiteForge
-Litefooted
Litelii
-Litem
Liten
-LiteralCow
-Literic
-Lites Evil
-Litey
Liteyr
-Lithassa
Lithuano
Littens
-LittieTover
LittjeterRS
Little
-Little Allie
-Little Flirt
-Little Jaxon
-Little Knob
-Little Sloth
Little Snor
-Little Ticks
-Little Twig
-Little meow
LittleGhosty
-LittleIron
-LittleNudger
-LittleTrev8
-LittleWillis
-LittleZorro
Littlebluefe
Littleblueju
Littlechirru
Littlefarms1
-Littlefire01
Littleguyz
-Littletickle
-Litto
-LittyNoCap
Litvintroll
-Lium
Liuo
Liutkemenas
-Livahpewl
-Livand
Live
-Live Jaked
-Live Moose
Live2Win
Live4thefigh
LiveItRight
LiveLoveAsap
LiveYourLife
-Livedasniper
Livepan
-Liverpewle
-Livey
-LividPharm
Living
-Living Life
-Living Lust
-Livingenemy
-Liviu230
Livvii
LivyLo
Liwyn
-Liyum
-Lizard Siege
-Lizily
Lizinginis
-Ljb
Ljudmila
Ljuu
Lkarch
-Lkky
-Lkn
Lkoi
-Lkue
LlHAPIIRAKKA
-LlLY ALLEN
LlLYUFFIE88
-LlMEWlRE
-LlNT
LlON
-LlSA ANN FAN
LlTEWORK
LlTT
-Ll_lK3
Lla234
Llama
-Llama BTW
-Llama Pharm
+Llama6969
LlamaDawg
LlamaMcfenis
-Lleucu Ann
Llirik
Lloydyy
-Lluuk1
-Llychlynwr
Lmao
Lmaz
-Lmfao
Lmlxlk
-Lmmortai 07
Lmsjfjksdnhb
-Lmurs
Lncln
-Lng
-Lo Kii
-Lo My God
-Lo cation
Lo07er
Lo0pyy
LoGiiKBah
LoPintos
LoadMySkeng
-Loaded
Loadizzle
Loadstar
LoafOCelery
-Loathed Kmd
-Loathing
-Lobb Dad
Lobby
-Lobby Two
-Lobo Blanco
-Lobo Sonora
LoboStark1
-Lobot96
-Lobotomizer
-Lobstars
-Lobster12
Lobstero
Local
-Local FEmale
-Local Idiot
LocalHero7
LocalJoint
-Locale
Lochi
LockDownLife
-Lockdown v2
Locko
Lockpicks
Lockski
-Locksnap
Lockssley
-LocoDoritos
LocoHamsterz
Locococonut
-Locothegenie
-Locrian
-Locton
-Loda
Lodarion
Loders
Lodestar
Lodestones
-Lodgehunter
-Lodiedoo
-Loebas
Loeffen
-Loez
-LofaBred
Lofi
Log62
LogHog8
-LogHunterKaz
Logan
Logan2x
Loganator34
-LogansPrayer
Logavano
LogiTekton
-Logia
LogicTerror
-Logical God
Login
-Logitech
-Logitekton
Logless
Logos13
LogsKnog
Lohan
Lohkey
Lohruken
-Lohwi
Loikoi
-Loikoi Lee
LoisGriffin1
-LokieDokie
-Lokolow
Lokos
-Lokrand
Lokur
-Lol Ur Dead
Lol466
Loladactylll
-Loldg
Lolek
-Loli Cox
-Loli Neko
-Loli Pantsuu
Loli-Remain
LoliChan
LoliElie
LoliStrangla
Lolicons
-Loligagging
Lolipoparty
Lolitsleeroy
-Lolmanever
Lolmc
Lolopipop
Lolwierdo
Lolwuts
-LomLy
Lombachs
Lombardi
Lomborghini
-Lome
-Lomobuu
Lompardo
Lon3y
Lonan
-Lonan Arikos
Lone
-Lone Gym Rat
-Lone Lee Axi
-Lone Pop
-Lone Requiem
-Lone runkero
LoneCorp
LoneMage
LoneStarWit
Loneful
-Lonehenge922
Lonely
-Lonely Eevee
-Lonely Neo
-Lonely Norms
-Lonely Ride
-Lonely Salty
-Lonely Slave
-Lonely Table
-Lonely Tugs
-LonelyLight
LonelyOnT0p
LonelyRS
-LonelyTugs
Lonelyy
-LonerSushi
-LonesomeSoep
-Lonewolf117
Long
-Long 4skin
-Long Demon
-Long Ol Dong
-LongBoneee
-LongRodGod
-LongSnapper
-Longbow
-Longest Head
-Longie
Longjohnz
-Longmeatlog
-Longnech
-Longo Doggo
-Longstaf
-Longsword950
-Longview
Longwave
-LongySlongy
Lonjick
Lonksu
Lonz
-Loo p
LoofiePoofie
-Loofoo
-Loogs
Loogy
Look
-Look out bro
Looked
Lookin
Lookingman
@@ -28466,166 +13740,66 @@ Lookn4Puzzy
Lookout
Lookup
Loon
-Loon Master
-Loonetick jr
-Looney278
-Loongstickyy
Loonlette
Loony
-Loony RS
-LoonyLunar
Loonykilla
-Loonyluke5
-Looolo
LoopGoon
-LoopSwoop
Loophole336
LoopieFish
Loopy586
Loose
-LooseAnos
LooseLesley
-LoosebuLdge
-Loosh
-Loot Chemist
-Loot Party
Lootcifer
Looted
Lootedyou2
-Lootorz
Lootrich
Lootsharing
-Lootsi
-Lootski
-Loox
-Lopmkinjubhy
-Loppy Killer
-Loquwsea321
Lord
-Lord Amonite
-Lord Bees
Lord Buud
-Lord Bv
-Lord Caldlow
-Lord Conte
-Lord Cryer
-Lord Cypher
-Lord Devil
-Lord Doofy
-Lord Elfen3
-Lord Extropy
-Lord Grefven
-Lord Grim
-Lord Grofyth
-Lord Guam
-Lord Hents
-Lord Jebbe
-Lord Joona2
-Lord Jostyh
-Lord Keithus
-Lord Kratos
-Lord Loss
-Lord M0RG0TH
-Lord Mantra
-Lord Masonic
Lord Mjosh
-Lord Of Cows
-Lord Pengu1n
-Lord Pillow
-Lord Richie
-Lord Runes
-Lord Shayne
Lord Tarkus
-Lord Valzin
Lord Vioarr
-Lord Vishnu
-Lord Xeth
-Lord Yaksha
-Lord Zq
-Lord iFlex
-Lord kuro
-Lord polak
LordArtonius
LordAusticus
-LordBaphomet
LordCoffee2k
-LordCorreia
-LordDanko
-LordDaxel
-LordEpic69
-LordFarquxd
+LordFartquad
LordFoxy
LordGuthanPK
-LordJRazE
-LordJuba
LordLambo91
LordMullett
LordNorden
+LordOSRS
LordOfHarems
LordOfOtakus
LordPh1L
-LordPolgoth
LordQuinker
-LordScoobert
LordShrubber
-LordSloppy
LordThyas
-LordUSA
LordYawgmoth
LordZahard
Lordalbert0
-Lorddraconal
Lorde
Lordjoeman
-Lordkaes
Lordstails
Lordtwinky
-Lordy Flame
-Lordy608
Lordza
Loredon
-Lorehold
Loreland
Lorencia
Lorenz
-Lorenzoh sr
-Lorenzokazoo
-Lorithean
+Lores420
Lorkaa
Lorki
-LorqueldIM
-Lorre46
-Lorry
-LortJob
Lorttomies99
-Lorvikatari
Lorwic
LosAngeles
Lose
Losel
-LoserKid
+Loserscape
Loshambo
-LosinAllHope
Losing
-Losing Fat
-LosingXP
-Loss1525
Lost
-Lost Angel
-Lost Baby
-Lost Baggage
-Lost Logan
-Lost My Baby
-Lost My Sock
-Lost Oliver
-Lost On You
-Lost Roomba
-Lost Snail
Lost Tadpole
-Lost Weed
-LostBank
-LostBankKey
-LostChad
LostCloss
LostDude28
LostHalls
@@ -28634,608 +13808,260 @@ LostMoon
LostOcean
LostOnThePCT
LostSauce
-LostStatus
LostVorki
-LostandFound
-Lostdog03
LostlSoul
-Lostpetrock
Lostplzhelp
Lostrelic93
-Losty99
-Lot of Beans
Lothariou
-Lotilyx
Lotion
-Lots of Eggs
-Lotsa Regret
-LotsaOSRS
LottaPotAgo
Lotto
Lotu15
-Lotus bless
LotusKid
-Lotwik
-Lou Le Dur
-Lou Red Wood
-Lou Sputho1e
-Lou Surr
-LouBug
LouSass
-Louezzi
Loug
Lougle
LouiVui
-Louie Bags
LouieMurphy
Louiec3
-Louiseyy
Lounckie
-Loupak
-Lousy Drunk
-LouvicDank
-Louzy
-Lov ed
Love
-Love Caley
-Love M Poker
-Love Roman
-Love Taylor
-Love Yourz
-Love me
-LoveMyAnzaa
LoveThat
-Loveable
Lovelili
Lovely
-Lovely Clawz
-Lovely Cola
Lovepoot
-Loverboy
Loveskillin
Lovexdragon
Lovey
-Loveyan823
-Low Alched
-Low Chief
-LowBaller
LowKeyPickle
-LowLifes
-LowPines
LowPower
-LowRunEnergy
-Lowanse
Lowballz
Lowercase
Lowery
-Lowfield19
LowkeyBallin
Lowlander
-Lowlife121
Lowlux
Lowner
-Lowrey73
-Lowstar1
Lowtempterps
Lowy
-LoxoJ
-Loxtos
-Loyal2pvm
Loyalcaptain
-Loyd Nichols
Loze
-Lpfan
Lrauq
-Lrian
-Lric Eotter
Lron
Lronic
-Ls4
LsummerC
-Lsv
-Lt Burgers
-Lt Golpar II
-Lt Mantas
-Lt Purekarys
-Lt-Iron-Lt6
LtCastiel
LtJan
-LtRemigijus
Lt_Torch
-Ltfreggin
-Ltk Iron
Ltman42
Ltmf
-Ltufighterlt
-Lu Diabla
-Lu be
-Lu0nto
-LuauKing
-Lub
Lub3edUp
-Lubbz
Lubed
LubinLen
-Lubos
-Lubosek
Luc4rio
LucSynthesis
Luca
-Lucaemar
-LucarioLVL X
Lucas
-Lucas Solo
-Lucas1192
Lucasmelo11
Luccaa
Lucho
Luchtloper
-Luciah
Lucid
-Lucid Cynic
-Lucid Dream
-Lucid Josh
-Lucid Meme
-Lucid Truths
-LucidFeels
-LucidPie
Lucidcr
Lucidfever
LucidityX
Lucie SkyDia
-Lucifenrir
-Lucifer v2
Lucifer06
-Lucifer4Real
Lucifer_link
Luciifer
Lucil
-Lucina
-Lucipur
Lucivert
Luck
-Luck Lost
-Luck Voltla
LuckRunsAlt
-Luckario
Luckd0ut
Luckeh
Lucker
LuckieStein
Luckless
Luckpvm
-Luckscaper
Lucky
-Lucky Arian
-Lucky B Boss
-Lucky Bambam
-Lucky Baws
-Lucky Cash
-Lucky Chance
-Lucky Clover
-Lucky Clown
-Lucky Duck
-Lucky Greg
-Lucky Kev
-Lucky Link
-Lucky Lombax
Lucky Lukey
-Lucky Mofo
-Lucky Rabbit
-Lucky Sofa
-Lucky Yoru
-Lucky skrue
-Lucky when
LuckyAce
LuckyDog
-LuckyDog x
LuckyEmerald
LuckyKroketa
LuckyLackey
LuckyMatch
-LuckyNrSeven
-LuckyVic
Luckybamboo1
Luckynuts
Luckyxx
-LucoUK
Lucyfer22
-Luczzs
-Lud a
-Luda-Dan
Luderan
Ludo
-Ludo Sand3rs
Ludomo
-Lueis
-Lueke
LuffyAce
LuffyDMonkey
Lufidius
Lufue
-Lug RS
-Lugal Ki En
-LugiaWaifu
Luglys
Lugs
Luider
Luigihbk
Luis
-Luis Anico
-Luis Antonio
-Luis Dk
LuisFarm
-Luis_Vzla
Luka
LukaBrasi
Lukas
-LukasFlux
Lukaz
Luke
-Luke S
Luke3
LukeOS
Lukeee
LukefonFabre
-Lukeh
Lukeicth
-Lukesfish
LuketheDM
Lukey294
-LukeyUK
Lukezz
LukiOne
Lukiekuipie
-Lukio W
Lukiss
Lukoo911
Lukse
Lukytisz
-Lulani 13
-Lulla
Lullie
-LuluTheCat
-Luluca
Lulucifer
-Lumber Yak
LumberStevo
-Lumbidge
Lumbo
Lumby
-LumbyCalled
LumbyCastle
-Lumbys Waits
Lumiaris
Lumifrost
Lumimies
-Luminatti
-Lumm1475
Lummer
Lumo
-LumpiaFan69
-Lumpqua
-LumpsMcgooey
Luna
-Luna Koneko
-Luna Lucero
-Luna Mexi
Lunacy
-Lunaec
-Lunamarie
Lunar
-Lunar Haze
-Lunar Lotus
-Lunar Tear
-Lunar Tones
-Lunar Ursa
LunarDemon99
LunarEquinox
LunarSC2
-LunarTheCat
LunarTigerr
-Lunarann
-Lunarcrow614
Lunardini
Lunarism
-Lunarmoat638
Lunate
Lunati
Lunaticmo1
Lunatric
-Lunaverse
Lunch
-LunchboxLLC
Lunchtime007
Lund
LundXCV
Lundh
Luneasa
LuneyTunez
-LungTied
-Luni
-Luniaxis
Lunie
-Lunier
Lunis
Lunizzzz
-Lunytic
-Luonteri
Luonto
Lupah
Luper
-Lupi
-Lupo
-Lupuloid
Lure2G
-Lurjus
LurkinTurd
-Luru
-Lush Vibes
Lusitropy
Luskidoo
-Lussen1
-Lustwaffle
+Lust
Lusu
LusyTheGoat
Lutha
Luthien
-Luthien T2
Luthors
Luthstorm
Lutinrouge
Luucy
Luud
+Luuk420
Luukie
-Luuloterve
Luuseri
-Luuuseri
Luuuuna
Luuwana
-Luv2spuj
-Luver Focker
Luvholic
Luviii
-Luwucy
-Lux Please
Lux211
Lux7thSaga
Luxatio
-Luxeo
-Luxilie
Luxire
-Luxoul
-Luxumine
Luxury
-Luya
Luzu
-Lv ranger
-Lv 5 Psyduck
-Lv Camo
Lv100
-Lv100 Raichu
-Lv5 Treecko
LvI3stak3
-Lv_1_Mew
-Lvcretivs
-Lvl 1
-Lvl 3 Nub20
-Lvl 99 Goon
Lvl100cheese
Lvl30Ditto
Lvl99
Lvl99Docking
LvlUpUrself
-Lvls Up
Lvqquvs
-Lwy
Lx1I
-Lxbe
-Lxfleur
-Lxnes
-Lycix
-Lycoe
Lycstoned
Lyct
LydeZGrod
-Lyderis
Lydia
-Lydia Kenney
Lydmix
-Lyfe Tyme
Lyin
-Lyin Eyes
-Lyke625
-Lyks
-Lymaks
-Lymez
-LynX ZrLeX
Lyna
Lynamet
-Lynching Leo
Lyngo
-Lyni
Lynics
Lynx
-Lynx Jitan
-Lynx Tiger
-Lynx Titan
LynxTitan
Lynxes
-Lynxy
LyraLyraLyra
-Lyrad002
Lyrich
Lyricidal
-Lyrilusc
Lyron
Lysandra
-Lysdexic4986
Lyse
-Lysmann
-Lyyli PL
-Lyzu
Lzin
-Lzs
-M A G 3
-M 1 KE
-M 3 3 P
-M 4 T R I X
-M 8 A 1
-M A D O X
-M A D Storm
-M A T E J
-M A X O U T
-M A X PAYNE
-M B Z
-M E H I S
-M E L D O
-M E T R O
-M E X I
-M I K B A R
M I T H O X
-M I U
M I Z Z O U
-M INDGAME
-M Itty
-M K J
-M O B I L 3
-M O C 0
-M O C H
-M O ID O K
-M R NaCl
-M Super Buu
-M T C
-M U D K l P
-M X G P
-M a V 3 Rick
-M a d Shrumn
-M a k a i
-M age
-M aikel
-M ak0
-M ammoth
-M ana
-M ankDemes
-M anu
-M aples
-M arcel
-M arquim
-M artin
-M ask
-M athis
-M axou
-M azzz
-M c
-M elz
-M enzy
-M ga
-M gh
-M i t c h y
-M i y a
-M ikasa
-M ike
-M imik
-M int
-M itchel
-M ittens
-M l Q Q
-M merz poL9
-M o C e
-M o r t e n
-M oist
-M onkfish
-M orytania
-M the Maxed
-M ugger
-M ulas
-M urphy 2
-M usashi
-M-theory
-M00CHIE
-M00SE M00SE
-M01
M0IST
-M0IST B0X
M0LE
M0NALISA
-M0NEYM1TCH3
-M0NST3R1PP3R
M0ON
M0ONCAKES
-M0R TEN
M0RG0TH
M0RGE
-M0SS3Y
-M0ST D0PE
-M0hannad
M0ist
-M0ist Midget
-M0ney Swag
-M0nk3y DLufy
-M0nke y
-M0nkey15
M0nsterTuk
-M0obs
-M0resheth
M0rningstr
-M0use
M11CK
-M11ka
M1911A1
-M1GU
M1NG3_GOO
-M1TTLE
-M1ch
M1gos
M1ke50
-M1ksu
-M1nd Master
-M1ntberry C
-M1ss Di0r
-M1stak3nly
-M26
-M3 L
M30W
M30z
-M3GAD0UCH3
M3L10DA5
M3MEL0RXD
-M3MoRY
M3X1CO
M3XICO
-M3ch4nics
M3ll3
M3lllll
M3lviin
-M3ntal
M3rking
-M3ry
-M3t4l1n1S
M40A
M4D399
-M4g3
-M4g4z
M4gnus666
M4k3d0
M4tte
M4xt0R
-M5
-M52
M523
-M6 Mill
-M6N
-M7J
-M7TT
M855A1
M8NoFreebies
M8TT
-MA N E
MAAAAK
-MAAGES
MACKOGNEUR
MADLADz
MADRNGJACK
-MAESTR0FRESH
MAFKINCHAMP
MAGA
MAGA1292011
@@ -29248,275 +14074,142 @@ MANT4S
MARCOPOLO
MARLB0RO
MARMlTAO
-MAS0N
MASKED
-MASSGAINER32
-MASTER DREAM
-MASTER J0KER
MATUTVlTTUUN
MAURERA79
MAUROPICOTTO
MAX3D
MAXABILITY
-MAXED PINOY
-MAXXEDDADDY
-MAX_HER0X
-MAXlME
MAlNEVENT
MAlNTENANCE
MC Cheep
-MC catheter
MCBURNOUT
MCHammered
MCKenny91
-MCSIZZLE
-MCmattt
-MD7
-MD96
-MDE Presents
MDPS
-MDaher
-MDucks
-MEAT G0D
-MEAT HEAD36
MEGATRON
MEK4KK4KK4KK
MELAN00MA
MELT
METM0NKEY
-METR0lD
-METS0
-MEV4NS
MF DC
-MF MORTEN
-MF SofaKing
-MF TEE
-MFE
-MFKU
-MFLI
MFSTEVE
-MG5
MGFS
-MGKRevs
-MGM WAY
-MGreengrass
-MH Therapist
-MHA C
-MHBC
-MHS
MIDAs
MILFmauler
MILSHAKE
MINH
-MISOGl
MISSYGAMlNG
MIST
MITCHY
MIX0R
MJ23
-MJKaboose2
-MJT
MK-HARDSTYLE
-MK6R
MKAM
-MLB
-MLTEEZY
-MLaidman
-MMMahogany
-MMORPGenius
MMTera
MMitchh
-MMtheMachine
-MOABDADDY
MOMHUNTER666
MON5TER
-MOODSWlNGS
MOOSEM3AT
MOTM
MP17
-MP9
-MPB
-MR JOHN WlCK
-MR LETHAL2u
-MR REET
-MR TMR
MR UDZ
-MR556A1
MRButter
-MRC Tugboat
MRGAMEZ
MRHD
-MRLARGE
-MRM
MRPlZZAPRIZE
MRWHlTE
MR_MAITO
-MSPaint64
-MSceneFF
MSpacePotato
MStarkz
MTBMB
-MTPETE
-MTV CRlBS
-MTXP
MUISSS911
MULHERndaEXP
MUMM0
MURMELl
MUSK
MUSK0KA
-MUSUMUMM
MUZAMMIL
-MV Flow
-MV Welshy
MVIII
-MVKirby
-MVP HERO
-MVP Mahomes
MVRDA
MVTIASD
MWwarzone
-MY L U N A
-MYRSKYVIITTA
MYTHICROYXLE
M_Sariol
-Ma Band
-Ma Dood
-Ma Titi
-Ma t t h e w
-Ma5onx
Ma7e
-MaCoMb
MaHeelsHurt
MaJeShTic
MaQtPie
MaX662
-MaXam00se
-MaXeDSani
-MaXx0wnage
Maacc
-Maake88
Maanman
Maasegyr
-Maax2
-Maaxiking
Maazako
-Mabbbs
Mabbs
Mabel
MableLake
Maboe
-Mac Diver
-Mac Donald
-Mac Garfield
-MacDuff
MacFredrik
-MacFredrique
MacMillers
MacMoblins
-MacRae
MacSandwich
MacTheRipper
Maca
-MacaFazoL
Macabre
-Macaron
-Macaroni 73
Macaronni5
MaccaM
-Maccaroni
Macduffe
-Mace Windu
Macedo
-Mach Sigma
-MachV2
Machado
Machfredy
-Machine Girl
-MachoTimo
Machtig
-Machtige
+Machtigegay
Machtigeman
Machtigemeid
Machto
Mack
-Mack x
-MackD
-Mackadactyl
Mackadee
Mackdizzle99
Mackeo
-Mackerel Sky
-Mackerels
MackhNL
-MacksEntropy
MacksIsland
-Maclairin123
Maclas
Macoinho
Macre demia
MacreedyLove
Macromage1
-Mad Dog Eris
-Mad Flavour
-Mad Krampus
-Mad Max 20
-Mad Papper
-Mad Suss
-Mad Vlad
-Mad Watson
-Mad X
-Mad arrows12
-Mad as heck
MadBoy20
-MadBruh
-MadCanadian
-MadChemist8
MadD0g11
-MadD0gL4d69
MadDogged
-MadJeffs
MadKingMikey
MadMaxMan
-MadPubes
MadSnowman23
MadaRook
Madaddam
Madam305
-Madarah
-Madd177
MaddAntelope
-MaddMann5
Maddape
Madddiieee
Madden
-Maddie Baddy
Maddogjr
Maddux
Maddy
-Made of Sand
Made4Slaying
MadeInAfrica
-MadeYouClick
MadeinTYO
Madeiraa
-Madeleine
Madeweine
Madhu
+Madi69
Madlaina
Madmaxie
-Madness Max
-Madodee
Madona
-Madra
Madrock01
MadsG
Madsenn
Madsermad
-Madshatter71
Madskillz756
Madslasher30
-Madslax2
Madsosaur
Madula
Madvantage
@@ -29526,83 +14219,49 @@ Madysen
Madza
Madzilla
Maeda
-Maegera
Maela
MaerlinTaz
Maertynas
Maester
-Maester Trea
Maestro
-Maestro Heil
-Maestro1
-Mafia-BP
MafiaMan
MafiosiDad
Mafooma
Mag1c
Mag1cJohnny
Mag1c_W33d
-Maga Kahn
Magalator
-Magani C
Magawie
Magc
Mage
-Mage Eh
-Mage Kume
-Mage N Skil
Mage7master7
MageFish
MageHax
-MagePriece
-Mager
+Magepkmega69
Magerold
Magers
Mages350
-Magestus
-Magethirst
Magezi
-Magggorical
-Magginator
Maggot
MagiTurtle
Magic
-Magic Bonus
-Magic Clicks
-Magic Mackee
-Magic Moose
-Magic Rino
-Magic Tree
-Magic Wand
-Magic fTail
MagicAppel
-MagicMemorys
MagicPanda91
MagicSchoBus
MagicSilver
Magic_Elmo1
Magical
MagicalRuby
-Magican
Magicarp
Magicbox
Magicdefence
Magicken
-Magicx
-Magija
-Magik
Magik773
Magikilo
Magiok
-Magisteerial
-Maglet
Magma
-Magnaboy
-Magnati
Magnautism
Magnesium
-Magnesium J
-MagnesiumIV
Magneticism
Magnetite
Magni99
@@ -29610,217 +14269,99 @@ Magnifice
Magnilo
Magnis
Magnu
-Magnus Gram
Magnusungam
-Mago
-Magsd1
Maguneru
-Maguro
Magus
-MagusChum
Magyk
-Magzem
-Mah Jae
-Mah Jong
MahSeed
Mahalusa
Mahanimal
-Mahe
Mahkelroy
-Mahler
-Mahmoud
Mahogany
-Mahomes
-Mahonoken
Mahtitykki
Mahzius
-Mahzka
-Mai kel
-Maiba
-Maide
-Maidenheir
-Maignansdead
-Maikel J
Maikhol
-MailTime
Mailor
Main
-Main 3s
-Main Cactus
-Main Ginger
-Main J0urney
-Main Mynt
-Main Natey
-Main Pando
-Main Path
-Main Product
-Main Twiddle
-Main Wario
MainCharlie
-MainCoach
-MainCringe
-MainDong
MainForever
-MainHamendex
MainHolm
-MainJ
-MainMan_Mads
MainNudley
MainPurp
MainSt
MainStand
-MainStreamx
MainWabbit
Maind
Maindeer
-MaineDeno
-Mainline
Mainly
-Mainly Pure
-Mainly Ricky
Mains
-Mainslet
-Mainuru
Mainz
-Mainz Gainz3
Mair
-Mair017
Maisa
-Maisa Torppa
Maisteri
-MaitoRimpula
-Maix
-Maizon
Maizpilao01
-MajMischief
MajQ
Majakanvahti
Majcew
-Majcew 2
Majehjk
-Majer4
-Majin Buuwu
-Majinbooo
Majinjon
-Majki
Majokko
Majooty
Major
-Major Damien
-Major Gains
-MajorEar
MajorMammoth
-MajorObesity
MajorOwnz
MajorSnizz
-Majora
MajoraMasked
-Majoras WRLD
Majzako7
-Maka
-Maka2201
-Makagago
Makaule
Makaveli
-Makaveli I
-Makaveli II
-Makaveli l
Make
-Make A Pile
Make Carrion
MakeItStack
-MakeMeKing
MakeNotes
Makeboy
-Makeeesful
Maken
-Maken Gainz
MakenMakkara
-Makenna
-Makhachev
-Maki
Makilake
-MakinExcuses
Makiverem
Makk
Makke
Makkeii
-Makker Benja
-Makker Trane
Makkiavelli
-Mako Nox
-Makoea
-Maks Cape
-Maksimit
-Maksoinvelat
Maksuamet
-Maksui
Maksukka
-Makzd
MalaLechita
-Malachai
Maladec
Maladiec
-Malagah
Malbec
Malboulgea
-Malcz
Malding
Male
Maleurous
Malfoy
-Malhavic
-Mali RS
MalibuMan96
Malibuux
-Malignant00
Malik
Malinerix
-Malitiae
-Malkav
Mall
-Mall Gang
-MallbuRo
Malleus
Malli
-Mallieero69
Malloc
-Mallomar
Malmi
Malmot
-Malomalo
-Maloo
Malqy
Malse
Malt
-Maltapkiller
Malteadita
-Malter
-Malterz
Malucoftw
-Malurian283
Malvian
-Malvidus
Malvoliuus
Malware
Mamachii
-Mamas Meat
Mamba
-Mambaaaaaa
MambasWRLD
-Mambo No5
-Mamboita
Mammad
-Mamoul
Mamupatja
-Man Asian
-Man Bag
-Man Killa77
-Man Kip
-Man Raccoon
-Man Throater
-Man gos
-Man-Yak
ManBearPiggy
ManGoBzzzt
ManOfGold
@@ -29830,30 +14371,20 @@ ManWT
ManWoox
Manaburna
Manafont
-Manakiel
ManakuraJP
Manantti123
Manantti321
Manardog
Manawatu
-Manby
-Mancandy
-Manchest
Mancino
Mancunion92
Mand1ng0
Mandelbrot
-ManderSala
-MandoCheese
Mandor1
Mandred
Mandulorian
Mane
Manegaming
-Maneirinho
-Manelzera
-Maneter56
-Manevolent
Manfa
MangJoe
MangeMeister
@@ -29861,179 +14392,96 @@ Mangle
Mangled
Manglican
Mango
-Mango Monkey
-Mango Rat
-Mango Season
Mango10
Mango1997
-Mangobnana
-Mangostangos
Manhoos
Manhunt
-ManiacBison
-ManicNode
ManicRS
Maniek
Manila
Maniwani
-Manju
Manke
Mankitten
-Manlanter
Manletti
Manly
Mannekeuh
-Manni Penny
Mannie
-Mannix270
Mannjpip
-Mannnekala
Mannowrath
-Manny21
-Manokin
Manor
-Manorvic
MansaMusa
Manser2300
Mansup5
-Manswarm
Manswers
Manta
-Manta Wray2
-Mantarayo
MantasA
-Mantaslocoo
Mantelio8
-ManteliseXe
-Manthe
MantorokDIA
-Mantoshka
Manttt
Manuelh3
Manumatti
-Manx_Scaper
Many
-Many Walrus
Manyi
Manyvids
ManzGotViewz
Manzo
-Maose
-Maozn
-Mapanza1
Maple
-Maple Jay
-MaplePoutine
-MapleRoyals
-MapledOaf
Maplejuana
Mapletech
Mapne
Mappl1n
-Mappzz
Mar0e
Mar782
Mara
-Maracruz
Maradonaa
Marassa
Marathonius
Maraud
Marblez
Marc
-Marc NL
-Marc Paul
-Marc Spac
MarcVinicius
Marchmello
Marchuk
-Marcia Ress
Marcikarp
-Marcilicious
-Marcius 7
-Marco225
-Marco7k
Marcoli64
-Marcoo
Marcooow
-Marcos Vibe
-Marcski
-Marcussius
Mardiie
Marducas
-Mardy O G
Mardzz
Mare
-Marenki
-Maret
Marg3
Margana
Marganer
-Margiella
Margins
-Margodx
-Margon
-Margonite Xu
-Marguana
Marheim
Mari
Marianas
-Mariano 1
-Mariasonic
-Marib
-Marijuano
-Marikadere
Marines
Marinez
-Mario Bros
-Mario Goatse
-MarioKartDD
MarioTennis
Marioh
MarioisKewl
-Marioman
Marioneta
MariosPeach
-Maritime
-Maritozzo
-Marjapuuro
-Marjatta
-Mark Pledger
-Mark Swenson
-Mark-777
-Mark-Zuk
-Mark0vDeath
Mark12387
Mark1ta
-Mark5Barki
MarkBuns
-MarkJongejan
Markald87
Marke
Markerr
-MarkhamON
Markie994
Markipedia
-Markku
Marklyft
MarkoOSRS
Markop100
Markovia64
-Marks Main
-Marks Phone
-Marks lron
Markus
-Markus Stier
-Marky428
Marlbrozo
Marleth
Marleyy
Marlin1993
-Marlon0817
MarlonisGod
-Marlooo
Marlopped
-Marluxia Pwn
Marmita99
Marmp
Marms
@@ -30043,66 +14491,40 @@ Marni
Maro202
MaroO
Maroj
-Marokkaan
Marokkaantje
-Maroko111
Maroon5
Marpollo
MarquiseDmnd
MarrCuzz
-Marrcy
-Marreldil
-Marrer
Married
Marrio
-Marrius
Marro75
Marsal
Marsalkka
-Marsel
Marsg
Marsgl
-Marsh Marrow
Marsha
Marshal
Marshall1
-Marshmont
Marshyy
MarskiLark
Marsmash
-Marsovec
-Marstead
-Marswatt
Mart0103
Marten
-Marten x
MarthProMonk
Martial
-MartianLynch
-Martiba
-Martiiian
-Martijn
Martika
Martin
-Martin 2007
MartinGameTV
-Martindeq
Martinjsh
Martinkyle20
Martins
Martinside
-Martip
MartnShkreli
-Marty
-Marty150
MartyG
MartynMage
-Martyr Main
-Maruna
Marv
Marvelli
-Marvick
-Marvins Dad
Marwan
Marwin
MarxRoux
@@ -30110,22 +14532,16 @@ MarxTheMyth
Mary j4n3
Maryj
Maryland
-Marylandd
Marzcorw
-Marzeo
Marzhy
-Masaca
Masacre599
-Masade
Masago
Masakado
Masandalf
Maschok
Masconomet
-MaseLitt
Maserati
Mash
-MashedOP
Mashimarq
Mashiwo
Masin
@@ -30133,57 +14549,31 @@ Masiron
Maskedpump
Maskin
Masochisttwo
-Mason OSRS
MasonJarr
Masonatorr
Masonitte
-Masons Dong
-Masoo
MasquedMan
-Masryy
-Massa
-Massacre Fc
-MassageMan97
Massif
-Massimo130
Massinissa7
Massive
-Massive Noob
-MassiveJonas
Masss
Massterduel
-Mast3rOogway
MastaHeff
Master
-Master Bakes
-Master Bogs
-Master Byro
-Master Garni
-Master Jos
-Master M V
-Master Riven
-Master Skizz
-Master Vates
MasterB1994
-MasterBarter
MasterBlazee
MasterDragxn
MasterGrogu
MasterKiefff
-MasterMake
-MasterMasa2
MasterNeigh
MasterOzzy
-MasterPanda
MasterPookie
MasterRooshi
-MasterSlayrr
MasterThresh
MasterX
Masteragota
Masterbihno
Mastercat
-Masterdemon4
Masterflick
Masteri
MasteriMori
@@ -30191,79 +14581,43 @@ Masterkindem
Masterrgod
Mastervile
Mastirida
-Masturbeerke
-Masurda
Masuro
Masylvain
-Mat 1
-Mat Jacko
-Mat Share
-Mat thew11
-Matchbox 20
Mate
Matematikk
-Materium
Mateusz1210
Math
-Math Is Fun
-Math ematic
MathVibes
Mathcore
-Mathematics
Matheor
Mathers
Mathers1996
Mathew
Mathias
-Mathias Nemo
Mathisse
Mathmic
Matholemeu
-Mathrotus
Matieus
Matix
-Matkijanarhi
Matmo
-Mato Seihei
MatoPotato
Matoaca
Matrak
-Matreex
Matrix
Matrixpachi
Matruusi2
Mats
-Matsu
Matsuri
Matsyir
Matt
-Matt 162
-Matt Bman
-Matt CFK
-Matt Cat
-Matt GIM
-Matt K
-Matt Lad
-Matt Mo
-Matt Slay
-Matt Smash
-Matt V
-Matt Wy
-Matt1494
MattLeedz
MattMattBro
-MattNDew
MattRanger
MattRoux
MattSeal7
-MattStyle
-MattWallet
Mattaclysmic
-Mattakuda
Mattam66
-Mattaroo
Mattec
-Matteos1
MatterOfTime
Matternot
Mattex
@@ -30273,52 +14627,30 @@ MatthewDK
MatthewRS
Matthewwww
Matthidan
-Matthis
-Mattias
Mattice
-Mattie osrs
Mattie43
-Mattj
+Mattitude420
Mattniss
Matto
-Mattor
Mattorel
Mattrate
Matts
-Matts RNG
Mattsbro
Matttbob
Matttt
-Mattty
-Mattus50
Mattx1
Matty
-Matty A
Matty Gibbs
-Matty Ic3
-Matty467
-MattyChasee
-MattyLight91
-MattyNW
-Mattych
Mattyflight
Mattys
-Mattyz6
-Matu btw
Matuba
Mature
Matwo
-Matygoyo
Matz
-Maub1
-Maucca
Mauddibb
Maui
MauiBeach
-MauiMallard
Mauidude
-Maukas
-Maukka
MaukuMaija
Maul 0n Top
Mauler4500
@@ -30328,234 +14660,81 @@ Mauna
Mauno
Mauricio555
Maury
-Mauvayy
-Mauvier
-Mavdagin
Mavel
Maven
Maver
Maveric
Maverrick
-MavicAir
-Maviie
Mawch
Maween
-Mawie
-Mawlocke
-Mawn
-Mawsen
-Max 4 Mikey
-Max Ape
-Max Attacken
-Max BD
-Max Blacks
-Max Botter
-Max Cape
-Max Deiron
-Max Eff
-Max Entropy
-Max Gadget
-Max Gav
-Max Here4Pet
-Max House
-Max Karma
-Max Klett
-Max Methi
-Max NoLyfer
-Max O7
-Max Obi
-Max Pkr
-Max Puffs
-Max Re3oo
-Max Relax
-Max Scape
-Max Snek
-Max Temper
-Max The Hero
-Max Tilting
-Max Tonks
-Max Vandal
-Max Weezy
-Max Wotif
-Max XP
-Max Zack
-Max Zeus
-Max btw
-Max cape 420
-Max hits
-Max killz6
-Max plus
-Max uwu
-MaxAchoo
-MaxAnarchy
MaxBTW
-MaxBadAss
-MaxBear
MaxHare
MaxHaus
-MaxHomieJose
MaxIgnorance
-MaxIrl
-MaxKhalifa
-MaxMainJake
-MaxMuffin
MaxNeander
MaxSAVAGERY
MaxTix
MaxTurbo
-Maxchar
-Maxd
Maxe2968
Maxeado
Maxed
-Maxed Beans
-Maxed Code
-Maxed Egirl
-Maxed Emm
-Maxed Eric
-Maxed Groot
-Maxed Hippo
-Maxed II3en
-Maxed Jeff
-Maxed Kiraly
-Maxed Loser
-Maxed M0bile
-Maxed MVP
-Maxed Masak
-Maxed Newfie
-Maxed POH
-Maxed Phells
-Maxed Rat
-Maxed Rob
-Maxed Scaper
-Maxed Spyike
-Maxed Total
-Maxed Twice
-Maxed Velho
-Maxed Whip
-Maxed Zeb
-Maxed Zuk
-Maxed osrs
-Maxed when
-MaxedActuary
-MaxedBruh
-MaxedBurnout
-MaxedButPoor
-MaxedFrog
MaxedIn2074
-MaxedInDa6ix
MaxedMain
MaxedMax751
MaxedMike
-MaxedMobile
-MaxedNbored
MaxedPleb
-MaxedRepel
MaxedYP
Maxedlegacy
-Maxedtoasty
-Maxedwell
Maxell
Maxerder
Maxiboy4a9
-Maxidy
Maxime5100
Maximonster
Maximum
-Maximum Tier
Maximumist
-MaximusAM
-Maxinator87
-Maxing zzz
-MaxingMyMain
-MaxingSucked
-Maxingthis
Maxiorek1200
-Maxisbaws
-Maxisen
-Maxitaxi777
Maxiu
Maxjuhhhh19
-Maxkenzi
Maxmemix
Maxnominus
Maxo
-MaxoBlasto
-Maxoou
-Maxpappy
Maxpro
Maxst
Maxstalker67
-Maxstatz
-MaxtanosXD
Maxwall
Maxx
-Maxx y
-Maxxed Alt
-Maxxed Dusty
-Maxxed Trash
MaxxedNoob
-Maxzet
MayanFuror
-Mayate
-Maybe CIA
-Maybe Idiot
-Maybe Jeff
-Maybe Shady
MaybeMason
MaybeMitch
Maybemnam
Maybez
-Maybizzle
Maybon
Maydole
-Mayerdynn
-Mayhaps
Mayhem
-Mayhem Maker
MayhemMakers
+MayhemOSRS
Mayl
Maylive
-Mayo
-MayoForFunds
Mayonaz
Mayor
-Mayor Jiwana
Maytona
-Mayuri
-Mayushii
Mayvex
Mayweather
Maz0n1k
Maza
Mazala
-Mazande
Mazariner
-Mazauu
-Mazda168
-Mazdan
-Mazdaspeeed3
-Mazdraith
-Maze
-Maze of Iron
-Mazel613
Mazersyy
Mazhar
Mazlol
-Mazmarazor
Mazoni
Mazpls
Mazta
Mazuma
-Mazz y
Mazzacre
-Mbox
Mbyoo
-Mc Dragans
-Mc Florry
-Mc Red
McAlakazam
-McAsssBlast
McBurn
McCheddabomb
McChimkenGOD
@@ -30563,402 +14742,206 @@ McChubbin
McCllin
McConaughey
McCreJ
-McCringle
McCune
McDanky42O
McDizzle15
McDongles
-McDoodle_21
McDouble
McFantasy
McFizzleDady
-McFly93
-McFozzar
McGooser
-McGorm
McGregor60gs
McGruff
-McHammock
McIllu
-McIronLeech
-McKennon
-McKerma
-McLOVlN
-McLaeNz
McLeaNz
-McLemore
-McLovin707
-McLowry
McMeekin
McMillan
McNeal
-McNoob10
McNoodle
-McNorm
McNugget
McP0P0
McQuaker
McQueensy
McRibs
-McRibs Back
-McRip
-McSchloogan
-McShrubbery
McSomf
-McSplitter
McStarley
McSuperNoob
McTaskupillu
McThomzie
-McVittties
-McWeaksauce
-Mcards
Mcbelsito
Mcberra
Mcdally
Mcgingerpony
-Mcgregorini
Mckelvie
Mckinconn
Mclaren88
-Mcneill
Mcpatrice12
Mcpielover
Mcturdson
Mcwaffle1
-Mcy
-Mderg
-Mdub Suhh
Mdzvwz
-Me Acoustic
-Me Ca
-Me Dead
-Me No Brains
-Me Woody
-Me and Jr
-Me lvin
-Me phisto
Me3lem
-MeBigPoppa
-MeBlast
MeMillionthD
MeThudZ
-MeTwo
MeadowFall
Meadows
MeagerSkills
-Meals
Mean
-Mean Crusher
-Mean Street
Meano
-MeanrangerFE
Meap
Mearm
-Mears
Measles
Meat
-Meat Rat
-Meat Shank
-Meats
Meatspot
MeatyLoaf
-Meauner
-Mebo
Mech
-MechantBozzo
-Mechaodin
Mechelen
-Mechvengance
-Mecidon
Mecone
Mectofion
-Meddler
-Meddlr
-Medi Mobile
-Medi i
-Medi ocre
-Medical Herb
Medicate
Medicides
Medicinal
-Medicore
-Medievh
MediocreMatt
MediocreRye
MediocreTime
Medispensary
Meditations
-Medium Cloo
-Medler
Medoletics
Medon
Medorable
Medusa228
MedwayDragon
MeechIsCute
-Meechy Dark
Meeeseek
Meelays
-MeenBeans
-MeepBeepMeep
-Meeran
Meerca
-Meerkz
Mees126
MeesKees
MeetMyMeat
-Meetti
Meew
-Meewerp
-Mefaustofele
-Mefco
Meftah
Mefy
-Meg 3
Mega
-Mega Butt
-Mega Farce
-Mega Kyle
-Mega Mort
-Mega konn
MegaAmpharos
-MegaDoris
MegaDrive
MegaMustarn
MegaNaziHatr
Megabyte6
Megadwarf47
Megalo
-Megalodont
-Megamanyo
Megamind
-Megamind Jr
Megans
Megaronii
-Megastoffe
-Megatortle
Megatrax
-Megis
Megnificent
-Megpan
Megumin
Megustio
-Meh Noob
-Mehrunes
Mehts
Mehuelin
-Mehuo
MeideC94_BB
-Meido
Mein lron
-Meinkul
-Meiousei
-Meister Sho
-Meiyo
-Mek
-Mekaanik
Meklo
Meksa
-Mel Meow
-Mel Yakutia
-Mel btw
-Melanderr
Melanoma
-Melayna
-Melc0n
Melchuzz
Melcoor
Meldianx
-Meldynoir
Melee
Melee_Range
-Meleny
Meleven
Melhoop
-Meliodas420
-Meliodin
Melisma
Melk
-Melkin
Melktietje
-Melkzuurtje
Mellakka
Melleruds
Melling
-Mello Gello
-Mello Yello
-Mellodynamic
-Mellow Jingy
-Mellow Tones
Mellow6
MellowSoul
MellowTokes
Melly
-Melly YNW
Melo
-Melodicolt
Meloenschijf
-Melongrab
-Melotoninn
Melpan
-MeltedCash
Meltman
Meltok
-Meltryllis
-Melvin dew
-MelvinTheOK
MemberBerry
Memberlist
Meme
-Meme Loord
-MemeDoge111
-MemeVendor
-Memedalorian
-Memem3
+Meme420Dank
Memeologist
Memeshake
-Memmor
Memory
MemoryCard
MemoryWorm
-Memphis lol
-MemryLoss
+MenDick
Mena
Menap
Menaza
Mend
-Mendicant
Mendieton
-Mendokusai
-Mendota
Meneer
-Meneer Nijn
-Menesus
Menetoeihin
-Menial Luck
-Mennie
Menrey
-Mensphysique
-Mental Coach
Mental4Metal
MentalAbacus
Mentally Moo
Mentalmissy
-Mentoes
-Menyu
Menza
-Menzola
-Meoooow
-Meow Ghost
-Meow Im Hawk
-Meow Softly
MeowKiki
Meowed
-Meowgi
-Meowler
Meowmagic
-Meowrijuana
-Meowskeys
Meowtheduck
-Meowzer7
-Mepiff
-Mepn
Mepthadr0ne
Mer Train
-Merami fan
Meramon
-Meraxus
-Merbz
-Merc-Raa
-Merc_Lobo
-Mercedes F1
-Mercenary V
Merces
-Merch
MerchantUrch
-MerciTwingo
Merciulago
-Mercphobia
Mercules
-Mercury Owl
Mercury15
Mercy
-Mercy Osrs
-MercyfulFate
Mercys
-Merderr
-Mergician
Meric
Meridians
-Meris
Merisalu
Merisorax
Merkdalat
-Merke
-Merked Ko
Merksick
Merlin
-Merlin Otter
MerlinMonroe
MerlinPT
Merloc21
Merlucius
-Merlvin
Merricat
Merry
MerryTuesday
-Mersunperse
Merten
Mertguy2p0
Mertiin
-Mertjaars
Mervyn
Meryam
Meryath
Meryl
-MesH3aL
Mesa
-Meshi510
-Meshkot
-Mesin
-Mesmeriize
-Meso cyclone
Meson
-Messaa
Messersmitti
-Messi
Messias
-Messorium
Mestari
-Mestaristick
-Mester B
MesterAbekat
MestreGlados
-Met Promise
MetDoobie
Meta
-Meta Mammoth
-Meta l
-MetaCTF
-MetabolicPro
Metadragon
Metafisico3
Metagel
Metal
-Metal Booty
-Metal Little
-Metal Shad0w
MetalGear
-MetalMaiden3
-Metalest
Metaling
-Metallic Neb
Metallifog
MetallikDeth
Metallproz
Metalproz
-Metamorphic
Metamorphs
Metamushroom
Metaphwoar
@@ -30967,89 +14950,45 @@ Metaxia
Metbol
Meteora
Meteoriitti
-Meth Teeth
-Methal
Methodical
-Methusal
Methylanara
Metix
Metoprolol
Metropolia
-Metsavaras
Metselaar
Metsiq
Metters
-Metukka
-Metzifer
Metzz
-Meulendijks4
-Meune
Meuosh
Meur
-Meuyou
-Mevvz
MewIlicious
-MewPulse
Mewby
-Mewli
Mewllicious
Mewrad
Mewtwo
MewtwoKing
Mewww
-Mex Arkantos
-Mex_N_Flex
Mexicanchild
MexiePie
-Mexlet123
-Mextex
-Meykaa
Meymer
Mez-qt
Mezane
Mezecs
-Mezenburn
Mezeroth
Meziriti
-Mezmereye
-Mezomel
Mezy
Mezzalarry
Mezzito
-Mf Fe
-Mfey
-Mfin Taylor
-MfknNewports
-MgZz
-Mglegolas
-Mgn
-Mhh
-Mi Hoy Minoy
-Mi1os
-Mi3pelst3in
-MiAdidas
MiIIenia
MiIIers
MiQuu
MiTDro
-Mia Kalphite
-Miacon
-Miami 305
-Miami Cane
-Miami Rebels
Miasm
-Miawnation
-Mibs
-Micaso
-Miccolo3
MiceMan
-Micecream
Micella
Mich
-Mich Bz
Mich49
Michael
-Michael4655
Michael67676
MichaelB
MichaelScarn
@@ -31062,203 +15001,104 @@ Michanderma
Michano1992
Michaud
Michel647
-Michelau
-Michelle jnr
Michiel
-Michiel_96
-Michinaki
-Michism
Michlenn
-Michxa
-Michy Man
-MickZagger
Mickael
-MickeyJoe
Mickeyr4nge
Mickul
Mickyy
Micosa
Micro
-Micro Cosmic
-Micro Nerd
-MicroButt420
MicroShrooms
Microdot
-Microgolf
-Microman0000
Micromelo1
-Microo
-Micropyle
-Microsoft22
-Mictie
-Micxyz
-Mid Fade
-Mid Pack
-MidValley
-Midareru
Midas224
Midday
-Middelkerke
Midget
-Midget Bones
-Midget Rave
MidniteGreen
Midori
-Midori Enju
Midside
-Midway16
-Midweeks
-Midwife Dan
Miega
-Miegalius
Miekka
Mier
Mierdapier
Mies
-Mies Lapsi
-Mig Wizard
Migalos
Miggles
Mighty
-Mighty King
-Mighty MP1
-Mighty Milk
-Mighty Oak
-MightyDolt
MightyNemo
MightyOrange
MightyPieBoy
MightySlappe
-Mightyfrosty
Migjiris
Migou
-Migrainelife
Migraines
-MiguelDyson
Miguu
Migy
Migzee
-Mihu o_o
-Miiammi
-Miig
-Miiiild
-Miika
-MiikeyG
Miillls
Miiori
MiissMandii
Miitt
-Mij
-Mijae
-Mijniebelle
Mijuzo
-Mik
-MikTheKing
-Mika Kuwait
-Mika x
-MikaDMM
Mikael
Mikasana
MikazuAugus
Mike
-Mike DIY
-Mike Davis
-Mike Hochuli
-Mike Hunt
-Mike Mike
-Mike Unit
-Mike Xp
-Mike-NL
Mike1
Mike745638
MikeChang
-MikeConleyJR
MikeDangr
MikeDitka
-MikeHasMoobs
MikeM
MikeMontana
MikePunts
-Mike_Oxmaul
Mikebaker417
Mikeey
Mikeje13
MikelCz
Mikemyers31
Mikerockshhh
-Mikeroscape
Mikeroscope
-Mikes1995
Mikethafarm
Mikey
-Mikey B
-Mikey Bai
-Mikey Hey
-Mikey Milk
-Mikey x
Mikey1plate
Mikey47745
-MikeyBigDick
MikeyPat
Mikeygirl94
Mikeyscape
MikeyyG
-Mikezalwinnu
Mikezilla
Mikezzup
-Miki4
Mikilly
Mikki
Mikkon
-Mikouich
Mikrobangine
MiksuBTW
Miksuuu
MikuNakanoxx
-Miky852
Mikzel
-Mil Z
-Mil ky
Mila
-Milagre
Milaz
MildRussia
-Mile Stoner
-Mileage
MilesQPR
-Miley Cyrush
-Milfcocktail
Milfguardian
Milhous
Mili
-Milico
-Milieu
-Milieudienst
-Milimoowolf
-Miljoona
+Mili696969
Milk
-Milk Energy
-Milk Expert
Milk Sausage
-Milk my milk
MilkDaughter
MilkMan227C
MilkOhh
MilkToast
-Milked Cox
Milkki
Milkless
-Milkmate
-Milkn Tiddys
Milkopia
-Milkraze
Milky
MilkyGalaxy
-Mill Reef
Mill385
-Millbrook92
Milleks
-Miller 40
MillerLatte
Millerlite40
Millerlite95
@@ -31267,82 +15107,37 @@ MilliMillzy
Millie
Millionsppl
Millkk
-Milllf
MillsMCR
Millsbay
-MillzyRS
-Milo
-Milo Iced
-Milo Monster
Milol
Milpe
Milsurp
Miltank
Milton
Mim3r
-Mimahh
-Mime Tan
-Mimi20
MimiKe
-Mimic
-Mimori
-Min Botter
-Min XD
Minalinsky
Minar
-Minazuki
Mincene
Mind
-Mind C Crew
-Mind F-ed
-Mind of me
-MindBender84
MindYoStep
Minde
Minde0777
Mindf4ck7
-Mindforce
MindfulGnome
-Mindgrnd
Mindhead
Mindlet
-Mindreaver
-Minds Hunter
Mindys
-Mine is frai
-Miner00
-MinerMvp
Mineraal
-Minerii
Minerock
-Minerock Man
Minesweeperx
-Mineta
-Miney
Minfri
-Minga Minga
Mingdee
-MingeKing
Mingerd
-MinhteaFresh
Mini
-Mini Aurelia
-Mini Biceps
-Mini Chocobo
-Mini Elba
-Mini Hazy
-Mini Jaack
-Mini K
-Mini M
-Mini Misty
-Mini Van
-Mini Xander
-Mini o
MiniBuilt
-MiniBundy04
MiniCoat
MiniDrew
-MiniDuckling
MiniNinjo
MiniSoMini
MiniStew
@@ -31350,201 +15145,96 @@ MiniToast
Minibini
Minidefiant
Miniglass
-Miniguez
Minijazz
Minimaps
-Minimizing
Minimum
Mining
-Mining Runes
-Minioz1
MinipeTh
Minirio
Miniscus
-Minish Gal
-Minisnacks
-Miniuzy
-Minix
Mink
-MinkMiller
Minkyeung
-Minnesoooota
Minnick
Minnie
Minski
Minslee
-Minstrel RS
Mint
-Mint1s
MintEastwood
-MintSoldier
MintWestwood
-Mintaras
Minton
Mintvolcano
-Minty Elder
-Minty Rogue
Minty28
MintyBeaver
MintyBreath
-MintyFreshFe
-Minty_Duos
-Mintyyyy
-Minu Kamp
MinusMinitia
Minyons
Minzy130
-Mio Magic
Mioceen
Mipu
Miqdad
Miqote
Miquuw
Miracle
-Miracle Grip
-Miracle Sun
MiracleToy
Miraculous
MiramiS
-Miran a
-Mirana
Mirari
-Mire
Mirek
-Mirepoix
-Miriage
Mirin_Gloots
Mirith
-Mirize
Mirk
Mirkat
-Mirkoi
-Mirkys
-MiroSemberac
-Miroh
Miroki
Mirthless
Miruki
-Mirxcle
MisClickPro
-MisLilToe
-Misaka 10032
Misakipillow
Misano
-Misantrofia
-Miscellaneum
-Mischief
Miscrint
-Miscy
Misdeal
-MisfitGrinds
Mish
-Mishie x
-Mishigamaa
Mishkkal
Misimo
Miskil
-Misks
MiskySam
Mislabeled
-Miso Horney
Miss
-Miss Amanda
-Miss Amped
-Miss Beth
-Miss Clover
-Miss Inform
-Miss Judging
-Miss Kipatzu
-Miss Kitty
-Miss Nothing
-Miss Piggy
-Miss Tinaa
-MissArcane
MissMockingJ
MissMystique
MissRosie
-MissTowlie
-MissTwistedx
-Missandrist
MissclickGG
-Missel0
Missen
MissinTicks
Missing
MissingRNG
-Mission
-Missu
-Missus
Missvmk
Missy
-Missy Cee
Mista
Mista 1337
-Mista Wright
-MistaPhelps
-MistaWubz
-Mistagainz
Mister
-Mister Chill
-Mister Ex
-Mister Gone
-Mister Jar
-Mister KJ
-Mister Texas
-Mister Tiger
-Mister Xanny
-MisterBass
MisterBensy
-MisterBidoof
MisterCobb
-MisterGurn
MisterJager
-MisterPatego
-MisterStats
MisterTrump
-MisterWhale
-MisteruDongu
Misterwieb1
Mistheos
Misticwok
Mistify
-Mistik Soda
-Mistio
-Misto-Flies
-Mistr Morale
-MistrGiggity
Mistral
-Mistre Apple
-Mistres Pres
Misty
Misty12
Misty7632
Misuryu
Mitabi
Mitch
-Mitch Gate
-Mitch Izle
-Mitch Peters
-Mitch W
MitchHardo
MitchRap
Mitchggee
-Mitchman987
-Mitchs 2nd
-Mitchys Iron
Mith
-Mith Man214
-Mith Scimmy
-MitherHobo
Mithoon
Mithrality
-Mithralking8
-Mithrane
-Mithter T
Mito
Mitologas
-Mitqh
Mittag
MittensRS
Mittum
@@ -31553,26 +15243,18 @@ Mituse
Mitver
Mitzchy
Miuted
-Miuw
Mivo50
-Miwi
-MixBro
MixKit
MixTapeFiya
-Mixes
Mixieg
Mixtape
-Mixun
Mixxush
-Miyags
Miyui
Mizis
Mizo
Mizro
Mizty
-Mizuno Akane
Mizusawa
-Mizz Horror
MizzFrizz
Mizzzura
Mjay
@@ -31583,130 +15265,58 @@ Mk60
MkLeo
Mkiller120
MknlC
-MlCOOL
-MlDGARD
MlKE
-MlKEL
MlLFnCOOKIE
-MlLLlSECOND
MlLO999
-MlXOR
MlZORE
Mlao
-Mlddel1
-Mlopes
Mmgmike24
Mmichel
-Mmkbro
-Mmm Food
-Mmm Mushroom
-Mmm Xp
-MmmBathSalts
-MmmButter
-Mmmmm Bacon
Mmorpg
-Mmu
Mmurder825
-Mmv
Mnemic
-Mnir
MnkyDLufy
-Mnmnnmnm
-Mnts
-Mo Fo Sho
-Mo Hit
-Mo slays
-MoFo Boss
MoIon Iabe
-MoMoYaP1972
MoPhobia
-Moathog63
MoaxD
-Mob Partyhat
-Mob Punch
-Mob Up
-MobILe_Own3R
-Moba All Day
MobbDeep
-MobbyWang
Moberger
Mobiel
Mobile
-Mobile Data
-Mobile Maxin
-Mobile Rng
-Mobile Skiff
-MobilePlayin
-MobileSkeng
-MobileXPOnly
-Mobilekraan
Mobilist
Mobiusyellow
Mobo
Mobs
MobyWoby
Mobz
-Moca Pet
Moccamuna
-Moccies
Moccona
Mochasins
-Mochi Donuts
-Mochyy
-Moe Amien
-Moe Is Back
-Moe You Up
-MoeCipher
-MoeTx
Moeberg
MoedZhafa
-Moedameyer
-Moefugganutz
Moepog
Moer
Moes
-Moestieee
-MoetIkLopen
Mofaer45
MoffelRS
Mofleminator
-Mofo Lt
-Mofo Shadow
-MofoMo92
+Mofo
Mofoe
-Mog Time xD
Mogcow
Moggok
Mogtime
-Moh
Mohahm
Mohamedss
Mohanad
-Mohannah
-Moheed
-Mohh
Mohib
-Mohlo
Mohnday
-Mohphy
-Moiqol
Moist
-Moist Dreamz
-Moist Holy
-Moist Maori
-Moist3allsac
-MoistButh0le
MoistMaker
MoistPainal
-MoistWreck
-Moistium
Mojimot0
Mojito
-Mojo Fiki
Mojojojo171
Moju
-Moju GG
-Mojurico
Mojzis
Mok101
Moka
@@ -31715,149 +15325,78 @@ Mokkasiini
Mokke-senpai
Mokkis
Moksa
-Moksu
Moku
Mokum
-Mokum Syl
-Mola
-Molag x Bal
-Molars
-Moldy Nuts
MoldyChips
Mole
-Mole Slides
Mole1
-MoleMan-II
Molemountain
-Moles Rule
Molinas
-Molkkipo
Molle
Mollem
-Mollium
MolllyPop
-Molloyo
Mollt
MollyLlama
Molokotorby
-Molotoffer
-Moltea
Molten
-Molten B
-Moltenclawz
-Moltres X
-Mom Hunter
-Mom Madness
MomICantPaus
Moments
MomentsApart
MommaCuz
Mommy
-MommyMish
-Mommys Hand
-Momoh flip
Moms
-MomsLasagna
Moms_Spagett
-Mon key
-Mon3yy
Mona
-Monarchis
-Monarchy
Monday
-Monde
MonehBabeh
Money
-Money BTW
-Money Bagz
-Money Grabs
-Money Mann10
-Money tyven
MoneyMalone
Moneyman
-Moneyman 199
Mongke
-Mongrel Hick
-Mongstaman
Moniez
-Monika Liu
Moniosaaja
-Monitor
Monk
-Monk Fists
MonkFishking
Monka
-Monka Blunts
-MonkaFront
-MonkaGrizz
-MonkaSFish
MonkaZter
Monkadile
Monke
Monkees80
Monkey
-Monkey D C
-Monkey News
-Monkey Pox
-MonkeyDGazoo
MonkeyHeadAF
-Monkeyannie
-Monkeyboy991
-Monkeydodo45
-Monkeyhug
-Monkeys Ass
-Monkeysick
Monkie
-Monkphish
Monksmen
Monkster
MonnerMads
-Monnivalas
Monnual
Monny
Mono
-Mono Y Mono
Monopoly
-Monopoly Mvp
-Monotone 07
MonrealkaAfk
-Monroejo
Monsemand92
Monsilly
Monsta
Monstaarr
-Monster Hog
-Monster Tits
Monster333
-MonsterKush
-MonsterTrain
Monsterofpk
Monstrius
Monstrocity
Monsutaa
Montagne
-Montak
-Montanaro
Monterey
-MonthOldMilk
Monty
-Monty Jr
Monumental
Monuu
Monxanvrooo
-MooGoo
Mooch
Moocow910
Moodeer
-Moodoo
Mooffa
MoofinnMan
-Moogly
Moohcake
Mooi
Mooie
Mooing
-Mooing Cow
Moojin
Mookinater
Mooksy
@@ -31865,98 +15404,58 @@ Moon
Moon688
Moon7I8
MoonCard
-MoonDunes
-MoonStaIlion
-MoonWolf
MoonYagami
Mooncrafting
Mooner
Moongazing
Moonish
-Moonish Ale
Moonjock
Moonlightcb
-MoonlitNika
-Moonly
Moonman392
-Moonr0cks
-Moonshadow18
-MooonCakeee
-Mooony
Moopy
-Mooqie
Moordaap3
-MooreNoyce
Moorleey
Moortgat
Moose
-Moose Land
-Moose713
-MooseEatBear
Moosecup
-Moosefangs
Mooseheads
Mooserini
-Moosewizza
-Mooseyt
Moosy
Moot
Moowi
Mooyee
-Mopdussy
Mopeds
Mopedstian
Moppeharry
-Moppy
-Moq puW
-Mor Ul Neck
Moral
Morales
Morally
Moray
Morbid
-MorbinThyme
Morch
MordLacaroni
-Mordacai
Mordenumero2
-Morder-Biest
MordinSolus
Mordy
More
-More AFK
-More Chillli
-More Coala
-MoreThermite
-Moredots92
Morelos
-Morfeusz
-Morgan Donor
-Morgan69
MorganAtkins
MorganaTits
Morghuan
-Morghulish
Morgo
-Morgoth Man
Morgue
Morguhh12
-Mori Memento
Morijo
Moriquendi
Moritz
Morkius
Morkret
-Morkula37
-Morland
Morlun
Morlyx
MormonFTP21
Morniingstar
Moronavirus
Morot
-Morph1ng
-Morpheus Aus
Morphing
Morphogene
Morpice
@@ -31966,311 +15465,71 @@ MorrisTheCat
Morsey
Morski
Mort
-Mort Eater
-Mort Rigo
Mortal
-Mortal Coil
-Mortalize
MortarMan
MortemPlaga
-Mortituros
-Mortle2
-MortonRamsey
-Mortonnizer
-MortresxD s1
-MorttMoryt
Morue
-Morvas
Morytania
-Mosade
Mosaq
Mosbol
Moscosung
Moseley
Mosess
-MoshPitJosh2
Mosio
Mosiph
Moska
-Mosmo
-MossadKiller
Mosse
-Mossels
-Mossgiant
-Mossy
-Mossy Taint
Most
MostDreaded
-Mostly Godly
Mostoes
-Mosychuk
Moteha
-MothQueen
-Moth_29
-Mothafuqueur
-MotherFigure
Mothless
Motikeli
-Motion1010
-MotivaSean
Motivated
Motmans
-Motochorro
-Motor
-Motse
Mottis
Mottly
Mottookaa
Motx
Motyas
Motzimoo
-Moubu
Mougi
-Moukie
Moul
Mouldied
-Mouldy Lamp
-Mouley
Mount
Mountain
-Mountan Drew
Mourn
Mourners
-Mournhold
Mous
-Mousecream
Mousekeys
Mouselifter
Mouseman298
Mousenn
Mousie23
Mouteo
-Mouthful Pip
Move
-Move Over
-Move Ziggy
Move2791
-Movember
-Moviestar
Moving
Moving20
-Mow on mate
Mowgli13
Mowk
Mowt
-Mox
-Moxy Senpai
-Moyaha5
Moyd
-Moyis
Moysey
MozDef
Mptrj
-Mq4
-Mr 0wnage
-Mr 223
-Mr 7o7o
-Mr 9ine
-Mr A
-Mr Airborne
-Mr Alba
-Mr Alex
-Mr Ashh
-Mr Ayye
-Mr Bagel
-Mr Baggy
-Mr Barakas
-Mr Bazzi
-Mr Beefman
-Mr Beekman
-Mr Believe
-Mr Biceps
-Mr Bijpakken
-Mr Bond
-Mr Boogley
-Mr Brunoo
-Mr Burton x
-Mr C0KE
-Mr CHM
-Mr Chonky
-Mr Chopz
-Mr Comrade
-Mr Costy
-Mr Count Up
-Mr Cryin
-Mr Dan Solo
-Mr Darzelis
-Mr Deivis LT
-Mr DirtyDan
-Mr Dong322
-Mr Dreamcast
-Mr Dry
-Mr Dudeicus
-Mr Dumbiller
-Mr Durian
-Mr Dylesxic
-Mr Easyscape
-Mr Egret
-Mr Elmar
-Mr Elysian
-Mr EsKei
-Mr Fathead
-Mr Father
-Mr Foe
-Mr Freezie3
-Mr Fridge
-Mr Funguses
-Mr Geese
-Mr General
-Mr Gentil
-Mr Ghillie
-Mr Ghizar
-Mr GnW
-Mr GodLuck
-Mr Hanki6
-Mr Hassan Fe
-Mr Hollowx
-Mr Hrodbert
-Mr Hulbert
-Mr Infinity
-Mr Iron Bar
-Mr Iron Gray
-Mr Iron Owl
-Mr Iron Poo
-Mr IronAss
-Mr Jacko
-Mr Jam10
-Mr Jam1O
-Mr Jasperr
-Mr Johbi
-Mr Jonh L
-Mr Jordy
-Mr Joshing
-Mr Jot
-Mr Kaasmof
-Mr Kato
-Mr Keyss
-Mr KingCobra
-Mr Kirbo
-Mr Kiwi Bird
-Mr Kman
-Mr Kodai
-Mr Kokkok
-Mr Krabbsss
-Mr L0af
-Mr Laser
-Mr Laz
-Mr Leeee
-Mr Looch
-Mr Loser
-Mr Lysol
-Mr Mackie
-Mr Manual
-Mr Martel
-Mr McCune
-Mr Mentos
-Mr Mikers
-Mr Missiles
-Mr Miyagy
-Mr Moncler
-Mr Mordacai
-Mr MrX
-Mr Nagoh
-Mr Nasty Kev
-Mr Nate
-Mr Nebs Main
-Mr Neckless
-Mr No Rift
-Mr No Sleep
-Mr NoMates
-Mr Nonya
-Mr Ohio
-Mr Oizo
-Mr OldSchool
-Mr Osc ar
-Mr Ozzy
-Mr Palm
-Mr Pandaz
-Mr Pastorius
-Mr Peggers
-Mr Phelipe
-Mr Pita
-Mr Platypus
-Mr Pondman
-Mr Poup
-Mr Pretzels
-Mr Questerr
-Mr RaWaR
-Mr Rebirth
-Mr Rich T
-Mr Robert
-Mr Romm
-Mr Ryker B
-Mr S N S
-Mr SZX
-Mr Sasquatch
-Mr Shaman
-Mr Siege
-Mr Sighco
-Mr Slabs
-Mr Slaw20
-Mr Spark
-Mr Splitter
-Mr Squicky
-Mr Stan Man
-Mr Syvan
-Mr T C
-Mr Takoya
-Mr Tbh
-Mr Teej
-Mr Thornbery
-Mr Troll
-Mr Trump
-Mr Untainted
-Mr Vaidys
-Mr Vanhanen
-Mr Veegs
-Mr Wieler
-Mr Wild x
-Mr Woods
-Mr World 420
-Mr Woz
-Mr Wumbo
-Mr Xray
-Mr XuRu
-Mr Yozef
-Mr Yum
-Mr Yzi
-Mr Zevosh
-Mr Zio
-Mr ensayne
Mr noli Fe
-Mr rubler
-Mr spikey
-Mr stony
-Mr2ndPlace
-Mr44
MrAlcotester
MrAmazing
MrAmbaal
MrAngelxz2
-MrAngerfist
MrAnkan
MrAwesomeNL
-MrB1u3
-MrBananaJoe
-MrBeadyEyes
-MrBeastly
MrBeerNTits
-MrBic
MrBigLoads
MrBigPecs
-MrBigWheels
-MrBingly
MrBlueScreen
MrBooBlocca
-MrBorreby
-MrBouncyButt
MrBraa
MrBry
MrBryne
@@ -32283,62 +15542,36 @@ MrCivilian
MrCoolSkills
MrCoook
MrCoopahh
-MrCowey
MrDTails
MrDairyHeir
-MrDaive
MrDarkBlue
-MrDarkSide76
MrDarling
MrDashwood
-MrDeadInside
MrDevice
MrDevour
-MrDoake
MrDoofes
-MrDraconite
-MrDumbaldore
MrEasty
-MrEdgaras
-MrEmerica
-MrEnd
-MrEwan
MrExterm
-MrFANG
MrFancyboots
MrFarrell
MrFlizz
MrFluffy97
-MrFreakyFrog
MrFrizzesh
MrFro
-MrFrogRS
-MrFuack
MrGaalis
MrGainz
MrGanksta
-MrGatorGnash
-MrGeeeeeee
MrGibbletts
MrGixxer
MrGodBrand
-MrGoodbye
-MrGraveLord
MrGrind
-MrGurbz
MrGurn
-MrGustuv
-MrHatN Clogs
-MrHeftyBag
MrHobokian
MrHummus
-MrHypeK0
MrIWontMax
MrIronChef
MrJTheIron
MrJad
-MrJargon
-MrJermu
MrJoestar
MrJohnnyx
MrJonMan
@@ -32346,32 +15579,17 @@ MrKadir007
MrKerrie
MrKevinR
MrKoalas
-MrKyle
-MrLaffy
-MrMag
MrManny
-MrMatchett
MrMaxLvl99
-MrMayhem
-MrMeeseek420
-MrMeeseexs
MrMell0w
MrMime
-MrMonkeyJock
-MrMonopoly
MrMonsterrr
MrMooCows
MrMose911
MrNL
-MrNaf1
MrNatee
-MrNeverWrong
-MrNice98
-MrNieksas
MrNikeKush
MrNoBank
-MrNoFgiven
-MrNoFilter
MrNoLove
MrNook
MrNorwayOS
@@ -32380,169 +15598,77 @@ MrOceanic
MrOctapus
MrOngh
MrOriginal25
-MrPK74
-MrPaip
-MrPapaJoe
MrPezcu
MrPige0nz
-MrPiggles
-MrPlasters
MrPoopiehead
MrPork
-MrPotionz
MrPowers
MrPutterLite
MrQuaker
MrQuick1
MrRaidUrGirl
-MrRakoon
-MrRangingElf
-MrRawDog
-MrRiceBucket
MrRidder
MrRight4U
MrRobinHood6
MrRoboto
MrRocco
-MrRodgersHD
-MrRojo31
-MrRumarak
-MrRuneDrag
-MrRyo
-MrSanta94
MrScape2Much
MrSensimilla
-MrShneeeebly
-MrShoarma
MrSimQn
MrSirOne
-MrSkydive
MrSlongerton
MrSmiiLey
-MrSmikkel
MrSocorelis
MrSolo
MrSteelYoRNG
MrStickyBudz
-MrSucellus
-MrSuibhne
-MrSupo
MrSusans
-MrSwift00
-MrTanglez
MrTibberfitz
-MrTickMaster
MrToad
-MrTobyG
-MrTooSerious
-MrTough rs
-MrTrashclikz
MrTryHard69
-MrTurds
MrVillanelle
MrVitable
-MrWallnutt
-MrWeageZ0311
-MrWest
-MrWhetFartz
MrWobble420
MrWorldwidee
MrYachie
-MrZandra
-Mr_B1ff
-Mr_Hairless
Mr_Kadir007
-Mr_Kapoo
Mr_Manchello
-Mr_Ostroum
Mr_Schmeckle
-Mr_Scoff
Mrawrs
-Mrbadwrench
-Mrbaird
-Mrbd
Mrburnsss
-Mrcoconut22
Mrdeemoney
-Mrevil1
-Mrfuntime517
Mrfuzzy
Mrglex
-Mrhood
-Mrjellyfish
Mrjli
Mrloonetick
Mrm0rm0r
-Mrmagoo0
Mrmanguy
Mrn1ceguy89
-Mrpokoz
-Mrpoopyface1
-Mrs Budie
-Mrs Pure Cut
-MrsFabler
MrsJonesUFT
-MrsMushrooms
MrsPurpTurt
-MrsSocorelis
Mrslipkn0t
Mrwaffleses
-Ms Goblin
-Ms K
-Ms Lizziard
-Ms Trap
-Ms Zik
-MsAnderzen
-MsArachnea
-MsBoothanqq
MsFreakyFrog
-MsGroves
MsSev
-MsethOWarq p
-Mssp
-Mstr Postman
-Mt Eben
-Mt Olympus
-Mthrfckrmike
Mthw
-Mtn Dew Dew
-MtnDewford
MtnGoat
-Mtp69
-Mtra
-Mtv Cribs 07
Muad_Dib
-Muahahaha45
Muahhahaa
Muahuahuahua
-Muas
MuasBtw
-Muay Mat
Muaythai
-Muc Gib
-MuchBetta
MuchGpWaste
Muchly
MuchosAssias
-Muchy
Muckball
-Muco
-Mud Cricket
-Mud Temple
Mud9
MudCatBigDog
-Mudda Focha
-Muddas Main
-Muddy patch
Mudguard
-Mudkins
Mudkip
-Mudmur
Mueezy
MuerteBella
Mues
Mufasa
-Mufasa IXI
MufffinKing
Mufficer
MuffinActual
@@ -32554,9 +15680,7 @@ Mugarooni
Mugen
Mugge
Muggerman3
-Muggled
Muggles
-Muggtjuven
Mugrub
Mugy
Mugzy
@@ -32564,232 +15688,118 @@ Muhaji
Muhamed
Muhfn
Muhkea
-Mui Gokuu
Muilpeer
Muki
Mukkaram7861
-Mukkey
Muktheduck
-MulasRevenge
-Mulberry Mtn
Muleleaveox
-Mulky
Mulle-mek
-Mullet Mafia
-Mullishus
Mullvaden
Mully
MullyMammoth
Multi
-Multiloquent
MultipleRats
Multiplying
Multitalent
Multiway
-Multizeta
Multrix
Mulugga
-Mum3nRider
-MumBanker
Mumble
Mumbles
-MumblinSloth
-Mummzy
Mumriken
Mums
Mumspaghetti
Munansurvain
-Munchise
-Munder
Mundt
Mungles
Mungoe
Mungu
-Munia15
Munich
Munire
Munk
Munkea
-Munkefar
Munkinut
-Munky Munk
MunkyBizness
MunkyKnuckle
Munn
-Munnchicles
Munqqi4862
-Munqqii
-Munshae
Muparadzi
-Muphat
Muppz
-Murasa
Murbez
-Murda Turk
Murder
-Murdered
-Murderings
Murdimius
Murdock
Murdur
-Murgambit
-Muri
Murilokooo
-Murimekko
-MurkWahlberg
-MurlokMurlok
Murogrim
MurphRS
Murphys
-Murphys Lag
-Murpman
Murray
-Murray 1991
Murre
Murrloc
Murrrum
-Murt15
-Murtti
-Murzum
-MuscleNation
Musftw
Mushmom
Mushroom
-Mushroom Mtn
Mushrooms1
-Mushtime
MushuPorkPls
-Musi c
Music
Musica
MusicalMurdR
MusicalStory
-MusiclRevivl
-Musicpunk
Muskets
-Muskintine
Muskogee
-Musky Whale
-Muslimi
Musschoot
Mussy
Must
-Must Slay
MustBeGanja
-MustKillBill
Musta
Mustachio
-Mustamae
-MustangYak1
-Mustangs
Mustard
-MustardXD17
Mustasurma
Mustekala
MusterShelby
-Musto Task
-Musty Ropes
-Musty Sailor
MustyToofer
Musuwu
-Mut3dHasselt
MutaNep
Mutants
Mutapets
Mutated
-Mute Pker
Muteself
Mutilated
Mutsurini
-Mutt a dile
Muttadale
Muttadiddle
-Muttadude
-Muttallica
-Muugz
-Muumipappa
-Muunchyy
-Muurxi
-Muushuu
Muutz
-Muws
-Muy Booty
Muzbo
Muzi
-Muziek Smurf
Muzket
Muzz
Muzzle
-Mv P
-MvP ov RnG
-Mvk
-Mvko
-Mvp Scrub
Mvvs
-Mw2
-MxMay
-MxSloot
-Mxb36
Mxffin
-Mxr
Mxteorites
-Mxtta
-My Damie
-My Dark Hell
-My Dark Soul
-My Death Bed
-My Demons
-My Dont We
-My Dumb Iron
-My Faith
-My Fantasy
-My GF isMILF
My Gentiles
-My God
-My Iron Man
-My Ironmain
-My Ki
-My Kill
-My Kingz
-My Limp GIMP
-My Main Game
-My Maine
-My Mate Elm
-My Name Vyga
-My Pet Mocha
-My Rng Ass
-My Sana
-My Secrets
-My Ticks Now
-My Ult
-My pp stink
MyAssLucky
MyCatKillsMe
-MyCtyNeedsMe
-MyDuck
+MyDickLite
MyElyNow
MyFitPal
-MyHandyMan
MyIiu
MyLastGo
MyLoveFaith
-MyMercy
MyNAm3BubBA
MyNameIs
MyNameIsCole
MyNameIsKent
-MyNameIsTina
MyNameIsTrev
MyOSAccount
-MyPetRicky
+MyPenisBHuge
MyProject
MyRifleMyGun
-MyRight Nut
MySeed
-MySkillsKill
MyStinkHurts
MyTakao
-MyWanderlust
MyWyvernAlt
Myams
Myat
@@ -32798,240 +15808,89 @@ Mycreation1
Mydlong
Mydragon8u2
Myers
-Mygary
Mygraine
-Mykeh
Mylar
Myles
-Myles_008
Mylifeisless
-MylilBrony
-Mylle
Mylo
-Mylo 7
Mylos
Mylosas
Myndemo
Myoboku
-Myosarcoma
-Myoshi
Myotoxin
Myriadic
-Myrm
Myron
MyronAynes
Myrupz
Mystearica
Myster
-Mystery Btw
-Mystery X
MysteryGifts
MystiCool
Mystic
-Mystic Mak
-Mystic Pizza
-Mystic Voke
MysticChompy
MysticDrift
MysticErebos
MysticRiver
MysticStrega
-Mysticpuffer
Mysticrobe
-Mystics Main
Mysticvaa
Mystiic
Myth
-MythCerix
MythCraft
Mythic
-Mythic Hiero
Mythicat
-Mythrin III
Myto
-Myuf
Myuk
Mywa
-Myz
Myzi
-Mzaa
-Mziy
-Mzr
-Mztar
-N 10
-N 55
-N A l N E R
-N E L L
-N E N E
-N Gallagher
-N I GH T96
-N I N O X
-N I S H
-N ICK Y
-N O B S Y
-N U B U
-N W M
-N a t t z
-N ang
-N anko
-N arb
-N dejay p
-N e a k i le
-N e i l
-N e0
-N iall
-N ibbler
-N ightgleam
-N l C K O
-N l E V E
-N o m a d
-N occo
-N oggin
-N u d
-N uggies
-N-J-R
N0 H34RT
-N0 Invictus
-N0 pid
-N00biistyl
-N00bslayer27
N04me
N0B4Marri4g3
-N0Ballz
N0ID
-N0LlMlT
N0OneCares
-N0T HC
N0XPWaste
N0blelegend
N0llie
-N0obalhao
N0rse_k1ng
-N0sie
-N0t Maxed
-N0t special
N0tliketh1s
N0ul
-N1 CK
-N17 Jake
-N1C3
N1NJASK1LLZZ
-N1ckai
-N1cwho
-N1nja
N1njaCat
-N3XX
-N3p
+N3ggertr3g
N3se
-N3x
-N4L
-N4ruto
-N4styNat3
-N7N
-N8vy
-N9NE420
-N9T7
-N9U
-NABEEL RJ
-NAGAKAMAL
-NANORA
NARPslayer
-NASDBOY
-NASSERN
NASTY
NAVl
-NB8K 2K13
-NBA
-NBA NewMain
-NBA Youngb0i
-NC90
-NCG
-NCG 2
-NCPS
-NEBR0SKY
NECR0DANCER
NEEDAMETHYST
NEENEE
NEET
-NEET forever
-NELSONORS
-NENOS
NEONiC
NEWBEYE
NEWFISHMATE
-NEX IS WET
-NEXFARMER
NEYOVIC
NFed
-NHL Blues
NHrn
-NIIXIIK
-NINJABLEV1NS
-NINJATMNT
NITR00
-NJC20
NJWW
-NKJ
-NL Chronos
-NL Gilbert
NLDeluXe
NLFreakky
-NMM Jaoel
NMOS_giant
NMZLetics
-NO 1s SAFE
-NO CHlLL
-NO FEEL
-NO MlDS
-NO N R G
-NO PlD
NOAH
-NOMETHESPORT
NOOOOOOOOOO
NORTHSEA
NOSTALGlA
-NOTTDY
-NOTaPancake
-NOmki
-NPC Healer
-NPC Icedrake
-NPYJ
-NRA
NSFL
-NSHN
-NST Praise
-NT FiSHvv
-NT Y
NTBeerBandit
-NTMR RADIO
NUEL
NULLI
-NULLlN KUPPl
NUTSHOT
-NVQ
NWHL
-NWI 219 RAT
-NY
-NY C
-NY G
-NY x LEGiiT
-NZ Dave
-NZL
-N_MB
-N_other_day
-Na Mn Or I
NaCl
-NaCl Sprite
-NaCl is salt
-NaQ
Naaath
-Naafiri
-Naais
Naakkeri94
Naakt
-Naaon
-Naautilus
-NabD Rank 5
Nabroleon
Nabshadow
Nabss
@@ -33039,375 +15898,194 @@ Nabua
NabyLad
Nach
NachB
-Nachitto
Nacho
-Nacho Alt
Nacho2030
-NachoByte
NachoDragon
-NachoPapi
-Nacht
Nachtkastje
NachuiTuda
-Nadaa
-Nadeo
-Nader
-Nadsage
Nadund
-Naethera
Naftininkas
Naga
-Naga Morich
Nagisa
-Nags
NagyonJo
Nagyung
-Nah0824
-Nahida
-Nahiida
Nahkamestari
Nahuel
-Nahyol
-Nahyun
NaiiSha
Nailbox
Nailed Hard
-Naimsen
-Nainenoon
-Nairda Niam
-Nairda Nori
Nairino
-Naisu
Najda
-Nakal
-Nakama
NakedTwister
-NakednFeared
Nakke176
-Nakkee
-Nakkesleijer
Nakkimauno
-Naksitr6ll
-Naku
Nakuz
Nakuz0r
-Nalle Puh FT
-Nallieheai
Nalsara
-Nam
-Namcel
Name
-NameECJ
NameRjected
NameWasBannd
-Named
NamedGenius
Namelessdude
Namelus
NamesAreMeh
NamesHisoka
-Namine Silke
-Namir
Nammer
Namuko
Nana
-Nana Steel
Nanado
Nanciscor
Nancyy
Nander
-Nandos
-Nandos Man
-NangMan
Nangdalorian
-Nanimavi
-Naniva
Nannertee
Nanno
-Nannu Baba
-NannyCam69
-Nanoh
-Nanoman360
Nanonymouse
-Nanook IV
-Nanoray
-Nanotech
Nans
NansBeaver
-NansCumTowel
NantaoL
-Nanyts
Naoe
-Naoe Y
-Naoe Yamato
NaofumiLTU
Naoka
Naow
-Nap Tackle
-Napaaaaaaaaa
Napalm
Napanderii
Napettaja
-Naphtic
NapkinFork
-Napnapnap8
NapoleanBra
-Napoleon
-Nappy Head
Napsutaja
Naqu
-Nara ven
Naradas
-Narbose
Narby
-Narcan Saves
-NardDog
-Nareg
-Narel1a
-Narendradath
Narg
-Nargarothian
Narked
Narkon
NarnodesNono
Narrative
+Narris69
Narry
Nartens
-Narth Calior
Narthalion
Naru808
Naruto
Narval
Narvalow
Narwallus
-Narwhal1731
Narx4
-Nas is like
Nasa
Nasaman
-Nascar
Naseeph
-Nashh
Nashluffy
-Nashonic
Nashy
-Naskarsdad
-Nasko 07
Nasper
Nasrullah
Nasseee
Nassim
Nast
-Nastacov
Nastie
-Nastik
Nasty
-Nasty107red7
NastyAss
-NastyCasual
NastyDonger
-NastyGarbage
-NastyGeUsers
+NastyFreak69
NastyV6
Nasuuu
-Nat Scheetje
Natalie
-Natby
Nate
-Nate Dogg g
-Nate Joggers
NateDoge
-NateStayLove
-Natebroh
-Natedog 1104
Naternater
NatesOSRSAcc
-Nath Meister
-Nath btw
NathJeaL
Nathan
-Nathan A
-Nathan Lyon
-Nathan Novak
-NathanTurn
-Nathandrthal
Nathanyuelle
-Nathn
Nationwide
Native
-Nato is Jake
-Nato888
-Natoh
-Natoroid
Natrox999
Nats
Natsu
-NattNub
Natte
-Natte Dop
-Natte Dream
-Nattetid
-Nattkungen
-Nattmara
Nattraps
Natu
-NaturalBeaut
Naturally
-Naturally Me
Nature
-Nature B0Y
NatureNymph
-Naturealis
Naturejacks
Nauce
-Naudra
-Naught Good
Naughtpure
-NaughtyPanda
-Naukahtaa
-Naukkiss
Nautis
-Nauuyn
Navas
-Navbrah
NaviRio
Naviaux
-Navidson1
-Navn
Navraj
Navtik
Navy
NavyDD214RET
-NavyLight
-NavyPunk
-Navyseals199
-Nawberry
-NawtyMonkey
Nawus
-Nax
Naxacid
Naxiius
Naxito
Naxos
Naxtzi
-Nay RS
-Nay0101
Nayna
Nayrus
-Nayrus Love
-NazTehRpR
Nazgul
Nazty
Nbba
Nbcw
-Nbsniper69
Ncpure
Ncrr
-Ne x is
Ne3po
Ne86
-Neak
-Nealonl4
Nealos
Neals
-Nealvy
Neanderthal
Nearly
Nearomancer
Neatkii
Neav
Neb0lith
-Nebb
Nebbo
-NebbyGo2Bag
-Nebezaidu
Nebijok
Nebrosky
-Neccto
Nechromancer
Nechryass
Nechs
NechtKnecht
-NeckBat
Neckbeardis
Necksnipped
NecroEric
-NecrodedGSF
Necrokingns
-Necromatus
-Necromooser
-Necronomist
Necrophorum
Necrosauruss
Ned1991
-Neddam
NederweertV2
Neduks
Nedus
-Nedved
Nedward
-Neeby
Need
-Need 2m
-Need A Pint
-Need Femboy
-Need GP Now
-Need Protein
-Need Rogaine
-Need Spoon
NeedInternet
-NeedMoore
-NeedPurp4Bed
Needs
-Needs Coffee
NeedsADad
Needtomboy
-Neeech
Neefey
-Neeisnet
-Neekkoco
NeekoNeekoNl
Neekomata
Neekss
-Neelen
-Neems
-NeetScape
-Neetman
-Nefarious fe
NeferSeti
-Nefereous
Neffiz
Neg14
-NegAttiveI
Negan
Neganeogami
Neghed
-Nego Baby
-Negrong
Nehxy
Neil
-Neilthedead
-Neintein
-Neitiznut
-Neitiznut Jr
-Nej tak
Nejvalt
Nejvash
-Nekalbink
-Nekkopanda
-Neko Inori
NekoSayNyaa
-Nekomata Nia
Nekomimi
-Nekromant Cz
-Nekrukeisari
-Nelaimingas
Neleron
Nelhium
Nelkirr
-Nelli Matula
Nelliell
-Nellysan
Nelox
Nels0N
Nelsi
@@ -33421,295 +16099,155 @@ Nemaksciai
Nemba
Nemerrr
Nemesis
-Nemesis2020
Nemf
-Nemijin
-Nemipro
Nemisys
-Nemj
Nemmo
Nemo
-Nemo_o
Nemonia
-Nemoven
Nenah
Nendou
-Neng_Thao02
Nengah
-NeniHead
Nenio
Nentsukka
-Neo
-Neojoramony
Neon
-Neon Christ
-Neon Juan
-Neon Slinky
-Neon Volts
-Neon xxv
NeonChilli
-NeonGenxsis
NeonM1d
-NeonO7
NeonPaladin
NeonRhythm11
Neonik
Neonke
Neopia
-Neoplasia
Nephedes
Nephyrion
Neppe
-Neptune169
-Ner
-Nera Obuoliu
NerbBlaster
Nerbles
-Nerbs
Nerd
-Nerd Body
-Nerd Owns
-Nerd Stone
Nerda
-Nerdbob
Nerdcore
-Nerdier
-Nerdpuff
-Nerf Bowfa
-Nerf Coffee
-Nerf Th1s
NerfMePlz
NerfTG
Nergegante
Nergg
-Nerio x
-Nerithma
-Nermzz7
Neroxcen
-Nerraw
-Nershi
Nerve
-Nerve Cell
Nesk
-Nesquiik KlD
Nesretep
Ness
Nestedloops
-Nesties
Nestl3
-Nestorianos
Nesuvarzytas
NetTrap
-Netamu
Netanelba
-Neteroem
-Netgear
Nethada
-NetherToxin
Netho
Netjes
Netmn15
Neto
-Nettipoliisi
NetturDab
Neturtingas
Neural
-Neuro Lepsis
-Neuro-Tomb
-Neurologist
Neurophys
Neurovelho
-Neut
-Neutral Game
-Neutralised
Neutrally
Neutronas
-Nevar89
-Nevena
Never
-Never Die113
-Never Spoon
-Never die
-Never2Clever
NeverAssume
-NeverBudge
NeverEnding
NeverFreeze
NeverGetRift
NeverGunaMax
-NeverImprove
NeverLateWiz
-NeverMoves
-NeverMyFault
NeverQuest
NeverRespawn
-NeverSailing
NeverSober
NeverTrading
Neverender27
-Nevermaker
Neverover
Nevi
Nevik94
Nevinnn
-Nevit
-New Monkey
-New Tooka
-New journey
-NewAgsWhoDis
NewBoy4321
NewDad
NewFavorite
-NewHobby
-NewMobWhoDis
NewPlayerx13
-NewToBossing
NewWrldHodor
-NewZealands
Newb
-Newb Ranger
Newbillnye
-Newby
NewcastleFC
NewfieTinMan
Newfiebanger
Newguy2003
Newleesh
-Newlut
NewrockkuOS
Newst0nekid
-Newt Jacuzzi
Newtman907
-Newton 1
-Neww Zealand
-Nex Afg
-Nex FFA King
Nex Is My X
-Nex Minion
-Nex Myself
-Nex leecher
Nex1s
Nex2169
-Nexarion
Nexcellent
Nexeiy
-Nexfinity
Nexgen
Nexi
Nexil
Next
-Next Day
NextPet
-Nexus Sire
Nexx
-Neya
Neyburr
Neye
-Neyes
Neyugn
NezFix
Nezqi
Neztea
-Nezuk o
NghtPnda
Ngis
-Ngyessiree
-Nh3r
NhaleXhale
Nhan
-Nhest Cutter
Nhimzo
Nhouse20
Nhyrenn
-Ni
-Ni ke
Niahl
-Niall x
Niawag
-NibblyTitter
-Nibbyus
Nibexx
NiblaNoss
-Nic
-Nic Machine
-Nic Nasty
-Nic Nerc
-Nic co
NicMachine
Nicannand
-Nicao Beck
Nicashi
Nicathan
Nice
-Nice Adept
-Nice Caulk
-Nice Iron
-Nice Nice
-Nice One
-Nice Peaks
-Nice Pets
-Nice try guy
-NiceGuy Edy
NiceGuyEddyy
NiceMarkMark
-NicePotatoes
-Nicely High
-Nichohls
NicholasRage
-Nicholaswei
Nichy
NiciValbuena
Nick
-Nick Grows
-Nick Ints
-Nick Lopes
-Nick Sellers
-Nick X10
Nick0hwolf
-Nick1234101
-NickChubb24
-NickReady
-NickScape
+NickOSRS
NickSpoof
NickTSMITW
NickVo
NickaClassic
Nickernack55
Nicki
-Nicki Menage
NickisBackyo
Nickk
Nickmitz23
-NickmyKnack
Nicknao
-Nickolai Lol
Nickool4
Nickos
-Nickoss
-Nickoudbier1
Nickroo1234
Nicks
-Nicks OSRS
NicksNipples
NickyPunky
Nickynice23
Nickyy
-Nickyy G
Nico
-Nico BE
-Nico Le Chef
-NicoFreakOh
NicoIas
NicolaSturge
Nicolai
-Nicolaj
Nicolas
-Nicoo
-Nicophilia
-Nicsyth
NidaNewName
Nidalee
-Nidgen
Nidh
Nidhogs
Nidk
@@ -33717,45 +16255,27 @@ Nidmann
Nidoking110
Nidraugas
NieI
-Nief
Niefable
Nielaahh
Niels1608
-Nielscorn
-Nielsen9312
-Nielssjeee
Niely
-Nieman
NietzscheJR
Nieve
-Nieve Hamtaa
-Nieve Rivers
-Nieve Task
NieveIrwin
NieveIsBad
NieveIsThic
NieveMeAlone
-NieveTitties
Nieves
-Nieves Bean
-Nieves Boob
-Nieves Butt
-NievesDead
NievesThighs
Nifelhiem
-NifkeCove
-Nifty Gifty
Nigel
+Nigester69
Nighlist
Night
-Night Elf45
-Night Shade
NightNurse
-Night_Furor
Nightbass
Nighter
Nightmare
-Nightmare CX
Nightmare028
NightmareSHW
Nightolas
@@ -33763,354 +16283,174 @@ Nights9
Nightsharp
Nighttman
NightxxShade
-Nightz Watch
Nihilismi
NihilistScum
-Nihplod
Niihilism
-Niiick
-Nijah123
-Nijn
-Nik-fil-A
-Nikab
Nikco
Nike
NikeOnMyFeet
Nikez
Nikit
Nikkerpoo
-NikkiJaxx
NikkiQT
-NikkisDD
-Nikkisaur
Nikko
Niknea
-Niko Solo
NikolasOG
Nikoo
Nikronic
-Nikskill
Nikumei
-Nikun
-Nikz
Niley
-Nilitsu
Nilpferd
-Nils
-Nilwh
NilzZ
-NimaNaruto
Nimajineb
-Nimble Snail
Nimbubu
Nimex
Nimismies2
Nimlasher234
Nimloth_666
-Nimma Crew
Nimmongel
Nimrod
Nina
-Nina Dobrev
-Ninanunana
-Nine E L
NineTs
-Ninef
-Ninesax
-Ninetails
Ninetales4
Ninevolz2
Ninfia
Ningaa
-Nini N Kiki
Ninja
-Ninja Bamsen
Ninja Cow Jr
-Ninja Rasta
-Ninja1978
Ninja66
-NinjaNoodles
NinjaPunch72
NinjaSpeed
NinjaTurt
Ninjaloff
NinjasDark3
-Ninjee xo
-NinjerNick
Ninjunzo
Ninjymate
Ninook
Ninorc
Nintendogz
-Nipaahv
Nipes
Nipitipi
Nipp
-Nipp-on
-NippleSundae
Nippppppppee
Nipps89
NipseyHpvm
Niseraru
-Nishax
Niskha
Nismo
-Nismo Ranqe
-Nisramont
Nissan
NisseIadden
-Nissmo
Nistipata78
Nitefall3n
-Nitepearlz
-Nitetrip
-Nith
Nithe
Niton
-Nitro Crate
-Nitro Dax
-Nitro Rng
-Nitro306
NitroCrate
Nitroalkenes
-Nitrognhorse
Nitros
-NitrosOxide
-Nitrous Bro
Nitsch
-Nitsuj42
Nitt
-Nittany
-NitwitSchool
-Niukkis
Niva
Nivex
Nivory
Nixby
Nixi_NL
-Nixiro
-NixonsJowls
-Nixvet
-Nixxay Iron
Nixy
NixzTez
Nizqa
Nj0y
Nkpi
NlCK
-NlCKT
-NlLREM
NlMBY
NlSO
NllCK
NllL022
NlppleX
-Nmf Euphoric
Nmofm
-Nnavs
Nnoitra
-No 1 There
-No 99s btw
-No Arcane No
-No Autoclick
-No Basic
-No Death Tax
-No DexL
-No Diff
-No Emphasis
-No Fear X
-No Fkeys
-No Honor Yah
-No Joggers
-No Kwuarms
-No Legs Lazy
-No Logic
-No Lucko
-No Means Ya
-No Meds
-No More Bugs
-No Much Bulk
-No Normies
-No Old
-No Pets
-No Rationale
-No Rugrats
-No Saint
-No Senpai
-No Sleepin
-No Souldier
-No Splits
-No Submit
-No Tax Due
-No Tbow Andy
-No To War
-No Xp Waste
-No Zily Luck
-No ah
-No toleranss
-No ur roll
No0dlehead
No53
-No7
NoAntiVenom
NoBankIRL
-NoBanksNoThx
NoBans
NoBp
-NoCreamy
NoDayMercy
NoDealEU
NoDropForMe
NoDurex4you
-NoEdge707
NoFame
-NoFang Wizza
-NoFapp
-NoFlipZone
NoGoodSkills
NoHelp
-NoHesitation
-NoInferno
-NoIronManBTW
-NoLife4Him2
NoLifeCue
-NoLifeLevi
NoLifeMain
NoLifeMcgee
-NoLifeScape
NoLifeSincRS
-NoLiferSoul
-NoLimit
NoLootBag
NoLootNoWoot
NoLove
-NoLuck Mario
-NoLuckBearku
-NoMarinero
-NoMercyUIM
NoMo
NoMore
NoMoreTrades
NoNumbers4me
-NoOlmletSig
-NoPainNoMain
NoPolnT
-NoPrims2k_kc
NoPurpleAku
NoRNGsmalle
-NoScyOrStaf
NoShit
-NoSprayNoLay
NoStore
NoStrategy
NoStress2Day
-NoTangleroot
NoTank4U
-NoTexture
-NoTradeBrad
NoTradeForMe
-NoVa ITI
-NoVow
-NoWaR
-NoXpWast3
NoXpWasted
NoZulrahIM
-No_Dumping
-No_Remedii
Noah
-Noah Dinnae
-Noah G
-Noah Luvs U
-NoahB
NoahGriffith
-Noahfireball
Noahs
-Noam Chompy
Noamonts
Nobber
Nobbys
Nobelanerr
-NobilityTorn
Noble
-Noble Gage
-Noble Oats
-Noble Sticre
NobleCorey
NobleVespo
NoblesForRec
-Noblood
-Nobody Good
Nobodyz
Nobrain
-Nobu
-Nobudy
Nobularlol
Nocando
Nocarred
Nochill
NocnyKoszmar
Noco
-Noctivagous
Nocturnal
-Nocturnal RS
Nocturnal024
-NocwocDaLord
-Nodens
-Nodonge5
Nodorcro
NoeLT
Noeka
Noem
-NoemMeJePapi
Noexi
-Nofolkn whey
-Nogal
-Nogi
Nogoodnms
NoiScape
Noig
-NoirSandy
-Noiserv
Noisy
-Noisy Luigi
-Noita-akka
-Noith
NoizRock
Noizex
-Nokil
Nokiny
NolanAlpha
-Nolch
-Nole Jr
-Noley
Nolifepvm
Nolifer
-Nolifer 28
Nolly
-NoloadRIP
Nolungs
Nolzeyy
Nolzzz
-Nom C
-Nom Ruby
NomCensurer
-NomNomSoulz
-NomadForseti
-NomadRek
NomadsLife
Nommmy
-Nomoenoobs
Nomonater
Nomskichooo
-Nomtiq
Non5ens31
-Noname Nate
Nonc
None
-None Feared
-NoneOther
Nonke
-Nonni
Nonplayer
Nonreal
Nonsense
@@ -34118,50 +16458,29 @@ Nonstop
Nonvalid
Nonwestlee96
Nonwitzki
-Noo Promises
Noob
-Noob Man
-Noob N Smoke
-NoobHey
NoobPkedMe
NoobWrecker
Noobacleese
Noobalhao
-Noobe15
Noobest
Noobicidal
-Noobike00525
-Noobirini
NoobishAct2
Noobs
-Noobsscape
-Noobtyle
Noobtype
-Nooby
Noodle
-Noodle Dude
-Noodle Me
Noodle Soups
Noodles
-Noodlike
Noodz
Nooki
Noolbort
Noon
Noons
-Noonshake
Noopi757
Noorbee
-Noorden
-Noosii
-Nooster
Noot
NopePope
-Noportals
NorCalGreens
-Nora Flora
-Norbet
-Norbsi
Norchis
Nordas
Nordfeir
@@ -34172,1036 +16491,436 @@ Nordstrand
Norfok
Norge
Norhig
-Nori Nitsuj
Norilsk
Norimasa
NormHadAFarm
-Normabel
NormanBates
-Normans
Normie
-Normie Main
-Normie helm
-NormieDalzii
-NormieFYI
Normies
-Normy Narked
-Norn
Norqe
-NorrSken
-Norska
-Nortenosk
North
-North No 2
-North Rmmbr
-North1ane
Northerly
Northfork
Northic
-Northnewfy
-Northrod
-Northtoeast
-Northxy
-Norti
Norton
Norton_Gman
-Nortoon
-Nortron
-Noscythe bad
+Norweed
Nose
-Nose Beerz
-Nose Puncher
NoseBeersies
Nosetkl
Nosevesey
NosferatuBoi
Nosni
-Nosnorb
Nosorow
Nost4lgia95
-NostalgiaNp
-Nostalgic
-Nostalgic00
Nostalgimon
Nostos
-Nostrily
-Not 0A
-Not A Lover
-Not A Robot
-Not Bad
-Not Brizz
-Not Carlyle
-Not Cynical
-Not Dzop
-Not Eternal
-Not Flicking
-Not Frac
-Not Gaming
-Not Ice
-Not Internal
-Not Ketho
-Not Level
-Not Lime
-Not Lorppe
-Not Med
-Not Mesijus
-Not Mikers
-Not Muppet
-Not Muppz
-Not Panik
-Not Perry
-Not Rudy
-Not Ryu
-Not Salinger
-Not Schuproo
-Not Sharp
-Not Soft Yet
-Not Sotetseg
-Not Tanzu
-Not Tarczon
-Not Tarny
-Not Twistie
-Not Vaxx
-Not Yakosu
-Not Your Nan
-Not ZB
-Not Zema
-Not a Fan
-Not a UIM
-Not all
-Not an elf
-Not enough
-Not even Dan
-Not main btw
-Not rn Babe
-Not trivial
-Not wow man
-Not-afraidem
NotAFKenough
-NotAJ
-NotALurer532
NotASkrub
NotAStreamer
NotAlright
NotBiabanana
-NotBot893294
-NotEp3
-NotEvenRare
-NotGilthresa
-NotHCJames
NotKD
-NotKailey
-NotKnowMadss
NotLefty
-NotMatched
-NotMaxinSoon
NotMinty
-NotN07NeMo
NotNecro
NotPker
-NotPlateWolf
NotReady
NotShaneska
-NotSoCasual
NotSoHCZoro
NotThaFather
-NotUIM
NotUrAvgTim
NotUrBisnis
NotValidName
NotYerGuyPal
NotaCola
-Notanedgepkr
Notanoob12
-Notfatprism
Nothard
-Nothin Lasts
Nothing
-Nothing Sold
-Nothing2die4
NothingMate
-NothinqThere
Notjoeybloom
Notlayla
Notmyrsname
Notori
Notorious
-Notorious N1
-NotoriousALB
Nottarg
-Nottingham
-Notutoring
-Notwind
Notz
-NouGIM
Nour
-Nouvelle Vag
-Nov
Nova
-Nova Lova
-Nova NK
Nova Rez
-Nova X1
NovaDragonX
-NovaNovNov
NovaNova_v1
-NovaaDay
-Novacult
Novahearts
Novahria
Novalisky
-Novamus
Novaqueen
-Novaspell
-Novelled
Novem
-November Air
Novesey
NovicePlayer
-Novist
Novizy
-Now Boarding
Nowa
-Nowa Lyfe
Nowlan2
Nowoxifer
Nowt
Nowuh
-Nox Irea
Nox1de
-Noxai
-Noxeek
Noxelder
Noxia
Noxied
-Noxif
-Noxifer Nino
-Noxifer Noob
Noxifers
Noxiti
Noxitrall
-Noy rs
-Noys
NozFox
-Nozel
-Nozzie
-Nozzles
-Npc Contact
Nppb
-Npzu
-Nrsa
Nrse
-NsG Flames
Nshit
-Nsns khalifa
Nsoak
-Nsor
Nssc
-Nstfu
Nt0y
NtQuiteRamb0
Ntsf
-Nu ff
-Nub Cakes
-Nub Cape
-Nub Die Plx
-Nub II Elite
-Nub at PvM
Nubby
-Nubby Nubnub
NubbyOtter
-Nubciclez
Nube
Nube101
Nubje
-Nubslie
-Nubthhh
Nubutraum
-Nuc1ear
Nuck
-Nuck Formies
Nuckie34
-NuckinPhutty
-NuckkinFuts
-NuclearDron3
NuclearShift
-Nucleons
Nucleotide
Nucu
-Nue
-Nuffedyr
-Nuffers
Nuffyz
Nuffz
-Nuge Hews
Nugget
-Nugget Farm
-Nugget8453
-Nuggo
Nugs
Nuhapiippu
Nuigaia
Nuirokay
-Nuk3rO
-Nuke
Nuke Rofl
NukeDuke98
Nukkumassa
-Nukooa
-Nukster
-Null God
-Null Quiet
-Null Scaper
NullObject
-NullTalisman
-Nulliko
Nullish
Nullly
Nuloh
-Nulsen
-Nuluki
-Num1 StepSis
NumTaker
Numazu
-Numb God
-Numb Too
-NumbButWhole
-NumbaWanGIM
Number
-Number Forty
-Number is 47
Number1
-Number1 Bass
Numbermatch
Numel
Numenor21
Numerater0
-Numerikaali
Numidium
-Numinious
Numismatist
Numpad
-NunWithAGun
Nuna
Nunac
Nunc
Nuno
NunsRtight
Nunsbox
-Nuoli Z
-Nuori Karhu
Nuparu22
Nupayne
Nupiso
Nuqubba
-Nuqx
NuranJeezes
-Nurco
Nurdal
NurgleBurgle
-Nurrminatorr
Nurse
-Nurse Turbo
Nurselie
-Nursering
Nusky
Nussi
Nust
-Nut Nut
-Nut on Nieve
NutStains
-NutZak
-Nutgood
-Nutipaa
-Nutjes
Nutrino
-Nutta
+NutsToButts
Nutu
Nutviper
-Nutwic
Nuubby1
Nuubi85
Nuuh
Nuuhi
Nuux
Nuwanda
-NvMe
NvMy
-NvMy Madness
NvUs
-Nvh
Nvidas
-Nvious7
-Nvr Ironman
Nvsh
Nwkz
Nxcv1
-Ny e
-NyThinIsFine
Nyaa
Nyalesh
Nyam2
Nyannoid
-NyarkThunaki
-Nybocs
-Nydarb
-Nydde
Nydloh
Nyesqui
-Nyholmeen
-Nyk X1
Nykat
Nyler
-Nymlonn
Nymph
Nyppe96
Nyquistt
-Nyranger99
Nyraxion
Nyrkki
-Nystuen
-Nythan
Nythos
-Nythsama
Nytrate
-Nytrogen
Nyula
-Nyx Avatar
Nyx296
-Nyx_TrueShot
NyxxiePixxie
-Nz Str
-Nz Boy 96
-Nz Str
Nzfisher
-NzhiaT
Nzpkers
-Nzz
-O C M W
-O E M
-O G Herbs
-O G RasTa
-O K E Y
-O L D Z E
-O Lewis
-O N W
-O O 9
-O O O O O O
-O Rodrigo
-O TUGA LINDO
-O X Y G 3 N
-O ctopus
-O dhran
-O hio
O l m e w
-O m a r
-O o g a
-O s s e
-O stake
-O-Scape
-O-Six Newb
-O-SobaMask
O0BY
-O5O5
-O64
-O7 offroad
-O93
OBD2
-OBGYN doc
-OBKush69
-OBLV Empson
-OBLV KKRKAT
-OBLVPIPEBOMB
-OButterstick
OCBP
OConnell
ODarnUFail
-OEM
-OFFS NFS
-OFS I
-OG AlanEspo
-OG BlowsCOX
-OG Boney
-OG Ezena
-OG Germ
-OG Greenery
OG H4zed
-OG Horizon
-OG IronAaron
-OG K1ng
-OG Kassu
-OG Kenobi
-OG Mr Crispy
-OG PvMer
-OG SUOMINEN
-OG Sage
-OG Soul
-OG StrongBoy
-OG Totti
-OG not OJ
-OG-Bebardo
-OG2
OGBloodFam
-OGJezus
-OGKingRavenZ
OGLman416
OGRockstar
OGTeacher
OGThicPickle
OGWhitePanda
OG_Westside
-OH NO PLZ
-OHC
-OHP
-OH_mes
OHv3rdose
-OINK OINK XD
-OId Nite
OJ AVENGER
OK Thug
-OLD MAKAVELI
OLUTMIES
-OLY Krzanich
-OLlVER
-OMEGAPEG
-OMG U DID IT
-OMG a GIM
-OMGstepbwana
OMNIV0RE
-OMX
OMYLANTAAAA
ONCES
ONDERBOKSEM
-ONE EYE Q
ONEBIGJOKE
ONEM0REBEER
-OON HUMALASA
OOOGAABUNGA
-OP Yoyoei
-OPEN NA N00R
OPIronman
OPName
-OPP2
-OREG0N
ORLZU
ORlCHALCOS
-OS Anthony
-OS BAKA
-OS Badger
-OS Flexin
-OS Gdtn
-OS Glory
-OS Hadley
-OS Iron Life
-OS Jordan
-OS Lou
-OS Maroko111
-OS Masochist
-OS Nat
-OS Reecy
-OS Versace
-OS Weesh
-OS dah
-OSBudknight
OSBug
OSCannabis
OSCastleWars
OSColbyStock
OSGingerkiin
-OSGraham
OSGrindscape
-OSHH
OSRASS
OSRS
-OSRS Brody
-OSRS Cyze
-OSRS DANI
-OSRS Denmark
-OSRS Dresse
-OSRS Hostage
-OSRS Jim
-OSRS Joshua
-OSRS Keegs
-OSRS Moey
-OSRS Rapaaja
-OSRS STIMPY
-OSRS TOBI
-OSRS Tired
-OSRS Zezima
+OSRS07
+OSRSQuests
+OSRSZ3US
+OSRSZach
+OSRSlayer
OSReaper
+OSRhys
+OSRvape
OSSD
OSSoulwars
-OS_AndyB
-OS_Jazzy
OSzerox
-OTF SPRINKLE
-OUTSlDERS
-OWE N
OZANN
-O_o
-OachKatzal
-Oak Cliff
-Oak Tree Ted
-Oaonui
-OasisRS
Oathbringer
Oathh
-Oatmels
-Oatre
OavTXXrC2Bc
-Ob1tuary
ObZenpai
Obama
Obama2014
Obanana
Obby
-Obby Apples
Obby Cam
-Obby Cape
-Obby z
-Obby200
Obedar
-Obelisks
-Oberschicht
Obese
-Obese Scrub
-ObeseMaurice
ObeyBdubb
-ObeydaWalrus
-Obfuscatiion
-ObiHiGround
-Obib
Object62
-Objection
-Objektas
Objektijuht
Oblitergator
-Obliticks
-Oblivion
Oblodzisz
-Obloid
Oblv
-Oblv Jass
-Oblv mobi
-Obnoxious
Oboi
-Obos
-ObscureFruit
ObscureHeart
ObscureLogic
Obscuremelon
Obsel
Obsidian
Obsidian222
-Obtain Shade
Obvious
Obviouseboyz
OcaJomba
Ocachobee
Ocara
-Ocara Debrew
-Ocarious 2
Occ0x
Occcy
-OccrumsRazor
Occulent92
Occupation
Occupational
Ocean
-Ocean Fog
OceanMachine
Oceanside
Oceanux
-Oced
Ocellari
-Ocelvon
-Ocg
-Och
Ochen
Ochit
Ochrie
-Ockult
-Oclusvision
Ocra
Ocst
-Octagawn
Octane07
-Octane09
Octanes
OctarineJake
Octave
Octavia
Octet
October
-October 12th
-Octoberain
Octopossy
Octoppus
-Ocuflox
-Ocular Rift
-Oculist
-Ocyd
-Odang
-Odawg121
-Odd Focus
OddPhallus
-OddSaus
OddSnipa
-Oddjob46
-Oddloop
Oddni
Odeee
-OdenKozuki
OdensWinterG
Odeon
Oder
Odezt
Odin
-Odin Slayin
-Odissious
-Odiums Champ
Odlaw
Odonodb
-Odophru
-Odors
Odssy
Odsza
-Odyssey Fe
Odyssey310
Odysseyyy
Oenhausen
Oenonymaus
-Oepeloetje
-Oepsie
-OetOet
Oetje
-Of The Rune
-OfThePirates
-Off Pace
-Off Rate
-Off a Bar
+Oetlul69
OffMyChest
-OffPeesh
Offer
Offering
Offers
-OfficerTFist
Offka
-Offlime
-Offret
Offset
OffsetPaul
-Og Voldemort
OgAcco
OgChrisCudi
OgDankRiddim
OgHood
-OgSephiroth
Ogazumu
Ogg25
-Ogisek
-Ogkek
-Oglong King
Ogmj
Ogopogo5000
Ogre
Oguussie
-Oh Bee One
-Oh Billy
-Oh Canadian
-Oh Daddy Yes
-Oh Edgeville
-Oh Gzuss
-Oh Hi Marc
-Oh Im Ben
-Oh Its Toast
-Oh No Oreo
-Oh So Alone
-Oh Tylor
-Oh Vacancy
-Oh sh
Oh4Sure
OhDannyBoii
OhEmGe
OhHaiMark
OhHeyGrant
-OhIScott
-OhItsMatt
OhJezuz
-OhLookABot
OhManOhJeez
OhMyJosh
OhMyShoulder
OhNo
OhNoMyHymen
OhTurtle
-Ohbi
-Oheck Im Fe
OhhCaleb
-OhhMikey
OhhTiS
Ohio
-OhioTexas
-Ohlander
-Ohm Calvin
-Ohm Free
Ohpiate
Ohseeya
Ohtoodles
-Oi
-Oi Matey
-Oi You
-Oie
Oifey
-Oij
Oikeisto
Oikis
-OilHawk
-Oiler1k
Oilertay
-Oilux
OilyMeat
Oinky
Oishii
-OisnesA
Oispa
-Oispa Kaljaa
OjibweJohn
-Ojigkwanong
-Ojman
-Ok Bud
-Ok G
-Ok Jose
-Ok a y
-Ok-sail zip
-OkYh
-Okadolf
-Okageo
Okaiko
Okay
-Okay Mommy
-Okay Papi
-OkayCCal
OkayTwilly
-Okeechobee
Okeydoke
Okino
-Okke
-Oklahoma Rat
-Oksa
Okupant
-OkzobRS
-Ol Mucker
-Ol Salty Dog
-Ola Nordmann
Olajuwon
-Olav Jr
Olav2002
Olaveraaa
-Olaviitsio
Olbyy
-Old 9m9a9
-Old Abe 101
-Old Anao
-Old Beer
-Old Bill
-Old Birdy
-Old Boy
-Old Champ
-Old Dabs
-Old Delf
-Old Dry KBAC
-Old El Paso
-Old G ordao
-Old Greggg
-Old Jedi
-Old Lancer
-Old Man Bob
-Old Man Cris
-Old Man Rabb
-Old Maxie
-Old Mog
-Old Monkey3
-Old NlCO
-Old Nutbag
-Old Olorin
-Old Pixels
-Old Player22
-Old Rangoon
-Old Sbi
-Old Schooled
-Old Toaster
-Old Yammu
-Old man Kent
OldBae
OldBlueish
-OldBruce
-OldDirtyMan
-OldFishLife
-OldGamma
OldHitta
-OldHulver
-OldQwaltz
-OldRzzlTrog
-OldSkewlRS
OldSkoolKush
OldSteinlein
-Oldbaldman5
Oldburnzy
Olde
-Olde Nite
Oldemark
-Oldinsh
Oldizjr
Oldman
-OldmanP
-Oldmanhandz
Oldschool
Oldschools
OldskuleRS
-Oldsusik
-Oldtimate
-Oldwhiteman
-Ole
-Ole IrIsh
-Ole Martin
OleFrumpacus
-OleMusky
-OleStinkBait
-OleTejas
Oleg
Olei
Olemand8
Olen
-Olen Iron
-Olenpromees
Olertomb
Oles
OlesDpaul
Olette
Olfre31
-Oli
-Oli xo
-OliTheFarmer
Oliivi
-Oliivi Rouva
Olimpus
Olios
Olivas
Olive
-Olive You
-Oliveinho
-Oliver GIM
-Oliver The G
Olivia
Olkikalsar
-Ollie 01
-Ollivanders
Ollonjonny
Olly
-Olm Alone
-Olm Likes me
-Olm Nut
-OlmMyGod
-Olmar
Olmek
-Olmie Wolmie
Olminous
Olmlet
Olmlit
Olms
-Olms Daddy
OlmsNutz
Olmsbish
-Olmspetwhale
-Olobor
Olrox
-Olspa Rahkaa
-Oltsu
Olvi
-Olympic 33
Olysian
Olze
-Oma r
-Omaci
Omar
-Omar Kai
-Omar Khaldun
-Omar Uchiha
Omarinski
-Omatunto
Omaxiu
-Ome Sjors
Omega
OmegaBeast
OmegaRs3LuL
-Omegathletic
-Omegatron
-Omen Forrest
-Omena3
-Omerta
Omfg
-Omhellz yea
-OminousMan
Ommetje
Ommy
Omne
Omni
-OmniRick
Omnicide97
-Omnient
Omnivaw
-Omolon
-Ompikuusi
-Omroep Max
-On Blocks
-On Rate
-On Steven Dr
-On Tv
-On a Bar
-On the alt
-OnAMeme
OnDeaTHrow
-OnPoint
OnRedPanda
OnTheEdge
-On_log_n
-Onana
Onbekend
Onbekende
Once
-Oncey
Onchune
Oncle
-Oncle Jazz
-Onderwerp
-One Arm Chin
-One Eyed Owl
-One Lazy Cat
-One Leaf
-One Off
-One Piece X
-One Record
-One United
-One Wolf
-One au
+Ondra969
One life lad
OneBadNWord
-OneBoxBox
-OneCallBTW
OneClickMan
-OneDayIs2Day
OneFalseStep
OneFive
-OneForAll8th
OneFunkies
OneInchDong
OneInchPeen
OneJohn
-OneLeg1
OneLifeGiven
OneLostMain
-OneManBand
OneManBucket
OneManNoob
OneManTeam
@@ -35214,383 +16933,205 @@ OneSillyBoi
OneSnappyBoi
OneTera
OneTickAway
-OneTickBrick
-OneTickyBoi
-OneWhoKnox
-OneWish
Onebuc
-Onedeadthing
Onehidefrog
-Onelaughbob
Onesecafk
-Onesome
Onetick
Onexia
-Onfight
-Ong Gia
Onidhre
Onika
OnionGoggles
Onism
-Onitir
-Onkdah
-Onke
-Onkel Dunkel
Onkelleif
-Onkologen
-Online Coach
Only
-Only 1 Iron
-Only Bussy
-Only Crazy
-Only Fight8
-Only Scotch
-Only Victims
-OnlyBans
OnlyBrand
-OnlyChompies
OnlyCraig
-OnlyDanss
-OnlyDrags
OnlyFFAns
OnlyFans
OnlyFansss
-OnlyFlies
-OnlyGain
-OnlyJars
-OnlyJoel
-OnlyJordann
+OnlyHalfGay
OnlyKingKoob
-OnlyKisses
-OnlyKnuup
OnlyPepsiMax
OnlyRussell
-OnlySolos
OnlyTheCold
-OnlyWithTime
Onlyfans
Onlyfarm
OnlyyMike
-Onn
Onno
Onoezeleer
Onoin
Onox
OnthatGrindd
-Onu-sama
-Onubis
-Onus
Onuzq
-Onxaba
Onya
Onyksi
Onyx
-Onyx Farming
-Onyxe
Onze
-Oo Step Back
Oodenssiii
Ooelluoo
-Oof Dankus
Ooft
Oofus
-Ooga Booga C
-Ooh Skill Em
Oohf
Oohfunkyme
-Ooiboi
OokOokStrats
Ookfried
Ooktism
-Oomp
Oompy
-Oooh Baby
-OopsiePoopsy
-Oopsralla
Ooskabible
-Oouu Weee
Ooyf
Ooze
Oozymooz
-Op Closed
-Op Wout
-OpGetGood
-Opa Bravo
-Opa Snipes
OpaJei
-Opacki
-Opal Mafia
-Opalfruen
Opatsuno
-Opel Vivaro
Open
-Open GL
-Open osrs
-OpenAI GPT4
OpenTheTill
-Openpuppygo
Opera
Operacional
Operetta
Opex
Opgezwolle
Ophelia
-Ophelia Prim
Opiez
-Opihr
Opinionated
-Opitz
OpiumWard
-Opkikkeren
Oponn
OppaSky
-Oppai Heart
-Oppai OwO
Oppanox
Oppheng
-Opposite
OppositePoop
Oprego
-Opreus
-Ops
-Opt
Optic
-OpticAGS
-Optical itch
Opticplex
-Opticplex09
-OptimistLuke
+Opticplex07
Optimus
-Optimus Pork
-Optiver
Opts
-Optus
Optyfen
Optyfengauww
-Opus Deo
-Opus149
Opus22
-Opyomi
-Oqagin-san
Oqlak
OracleOf
-OracleStud
Oraclez
Orange1213
Orangeboy333
-Oranje Panda
Oranqe
-OrbWeaver
Orca
Orcanater
-Orch
Orchazm
Orchid
Orchidzx
OreSpasm
Oreano
-Oreeezy
-Oregon Weed
Oreinstein
-Oreo Empire
-Oreo UwU
-Oreo Wafer
Oreos
OreosInMilk
Oretizm
Oreton
Orezzer
Organic
-Organic Hemp
OrganicOnion
+OrganicWeed
Organics
Orgasmique
-Orgo
-Ori lion
Oriaks
Orienterare
-Origens
-Origin Puff
-Original BA
-Original Blu
OriginalGoat
Originaljim
Originexo
Orilion
-Oringl Wafle
-OriobanaOuhi
-Oriole
Orioles
OrionDragon
OrionRenegd
Orjan
-Ork Merchant
Ormi
-OrngFish
OrngeManBad
Orodyn
-Oronius
-Orphaaan
-Orphaan
Orphan
-Orphan Annie
-Orphan Soul
-Orphan Twin
-Orphan8r
-Orpheus
-Orpoerpo
Orrey
-Ors striker
Orthago
Orthiss
OrthodoxJoo
OrthopodMD
-Orvud
-Oryx Aksis
-OryxZebu
-Os Him
-Os Hitman
-Os Rolex
Os SMDJ
OsBlackBolt
OsBrody
OsBudknight
-OsDave
-OsIronCrash
-OsRs Vibes
+OsRs
Osav
-Osbenji
-Oscar Jacob
Oscarnight90
Oscietra
Osdorp
-Osetek
Osgu
Osgub
Oshawnasi
-Osidric
Osimhen
Osiris
Osjuicey
Oskar
-Oskar XVII
Oskari
Oskinathor
Osmo
-Osrs Bane
-Osrs Dimitri
-Osrs Goku
-Osrs Mistren
-Osrs Woolley
-Osrs2007
-OsrsBawlz
-OsrsDavid
-OsrsVibes
-OsrsWiki
-Osrshabibi
+Osrs
Osscar69
Osseb
Ossi666
OstBakarn
Ostengar
-Ostentatio
OsteoSoon
-Osteonics
Ostidecriss4
-Ostmumten
Ostracized
Ostrich
Osumi
-Osvo1d
Oswaldorun
-Oswin Oswald
-Osxu47
-Osykoo
Osyrs
-Otago Nz
-Otakar
Otaku
-Otan Olutta
-OtarsBeast
-Othantos
Othelllo
OtherJackets
-OtherWize
Otho
-Otomycosis
Ottarl
Ottchy
Otter
OtterMG
OtterMan
Otto
-OttokarIII
-Ottoman1907
Ottwanbre
Ottzor
Otyugh
-OuchIFarted1
Oucho
-Oud Nieuws
Oudenophobic
Ought
OuiDaddy
Ouija
-Oukashi
Oulusta
-Oumaji
Oumarou
Oumu
Ounaaja
Ouncie
-Our ClapTrap
-Our Kid
-OurLordAllah
OurPage
-OurTbow
-Out Of Herbs
-Out of Town
OutOfBreath
OutOnBail
OutR
Outbid
-Outblasted
Outblasting
Outbox
-Outbreak46
-OuterBodyXP
-OuterShock
-Outgrinded
Outie
OutlawBTW
OutofQontrol
-Outofcontrol
Outohere
Outperform
-Outplayy
Outra
-Outs
Outsider058
OutsidrR
OuttaThePan
Ouze
Ouzi
-OvO
Ovaryacted
Ovaryacting
Ovela
-Oven Dish
-OvenGold
-Ovenschotel
Over
-OverRoid
-Overburner67
Overcame
Overclockers
-Overdose1911
Overhand
OverkillWill
-Overklokkd
Overlegen
Overload
Overload_inc
@@ -35601,334 +17142,155 @@ OverpowTV
Overprepared
Overrated
Oversight
-Overspan
-Overspec
-OvertPyro
Overtaxed
Overthinker
Overtus
Ovid
-Ovl
-OvrLrd Zaros
-Owed
OwenFever
-Owip
-Owl Full
-Owl MD
OwlMyLove
-Owlea
-Owlpeth
-Owlson
-Owly
-Own Risk
-Own Skillz70
Own617
Ownage
Ownd
Owned
OwnedByMK
-Owner Previn
-Owning
Owning4babes
-Ownsz
Ownt
Ownyouall6
-Owusu
Owwi
-Ox Prez
-Ox0 Ko0ol O0
Ox310
-OxStache
Oxct
-Oxcy
-Oxeon
OxideIon
-Oxidising
-Oxidizing
Oxiduck
Oximas
Oxit
Oxium
-Oxjenks
-Oxoi
-OxyCottN
OxyDream
Oxycotton
Oxyoxyoxyoxy
Oyrn
Oyster
-Oyster37
Oyugock
Oyvin
Ozaiii
-Ozak
Ozcred
Ozeana
-Ozenc
Oziarch
-Ozin
OzirisRS
Ozium
Ozmone
-Oznerbon
-OzokuLight
Ozuhan
OzyMex
-OzzMate
-Ozzb0
Ozzerro
Ozzie
Ozziemate
Ozzio
Ozzy
-Ozzy Hobbit
-Ozzykye
Ozzys
Ozzzyy
-P 0 W N E D
-P 0 E F
-P 0 R G I E
-P A M K A
-P A P Z
-P A R N Y
-P DIRTY SODA
-P EDRAO
-P Eng
-P I T
-P K
-P O L I S H
-P O T A T O
-P O V I
-P Purts
-P R O X
-P R S
-P V M Lew
-P W A Y
-P Y R O
-P a n x o
-P eachy
-P erfect Ten
-P h Z o r o
-P i
-P ix
-P ixe l
-P o z e
-P oH
-P ockets
-P r o g r am
-P udding
-P ure
-P uss Wizard
-P00ksalukes
P0CKETPUSSI
-P0ES
P0PE
-P0RKB0I
-P0ST HUMAN
-P0TIONS
-P0TTER
P0TUS
P0ddy
-P0nti4c
P1CC0L0
P1CK3R1NG
P1Hat
-P1SSBANDIT
-P1ZZA EATER
-P1ZZY
-P1ckleR11ck
-P1ssDr1nk3r
-P1stols
-P1tts
P1zzaTheHutt
-P1zzaa
P2Chill
P2D2
-P2P Race Car
-P2w Scape
-P3C
P3RKELE
P3RLICH
P3RMMUT3D
-P3T3 IS G0D
P3TAR
P3aceful
-P3loce
P3rcy
-P46
-P4CK
P4DLA
P4RKER04
P4cH
P4sk
P5ythix
-P6D
-P7DRO
-P9
-PA N I C
-PACK WATCH
-PACKETLOSS
-PACTV
PALAK1KO
-PALL3N
-PALSAM
PALSANMAKI
-PANTY DROPER
PAPA
-PASTORIKONE
PATPATMAX
PATRlOOT
PAUL
-PAULWALKER
-PB Barbie
-PB Dauntless
-PB J
-PBT Yumi
PBTM
-PBnJ
-PC PrincipIe
-PC0TE
PCCZ
-PCDO
-PCE
PDGA
PDizzleworth
-PE strategy
-PE3ST
-PEAMINlSTER
PEARSON92
-PEC Zwolle
PEEKYNUMBER1
-PEEinAcup
PERMA
-PERSE
PET3R
-PET3R PAN
PETEAIR
-PF Killaz
-PFOF
PFalciparum
-PG MAIN
-PG-13
-PGA_Pope
PGMid
PGmeupe93
PH1SH3DB4N
-PHGomes
PHLP
-PHURY
PIAN0
PICC
-PIITAA
PING
-PINKYxBRAIN
PITFIGHT
PJ Salt
-PJRovers
-PK NOOB BR 2
-PK Shark
PKTHEOTHER
PKing
PL4T1N4
-PLANET SHlT
-PLAYER827324
-PLAZID
PLSDONTPLANK
POGPOGPOG
POGvM
POMP3Y
-PONYRIDER73
POTTER
-POTUS DJT
-PPale
PPorappippam
-PQMF
PQWNEM12XXSS
PRADA
PRAISE
-PRAISE FOOT
-PRAISEHELIX
PRETTY
-PREW0RKOUT
PRIM0B0LAN
-PRIZ0NM1KE
-PRODaintOFFu
-PRlNCEE
-PSMark
-PSO Pokie
PSRB
PSTjager
-PSY OPERATOR
PSacz
PTKNT
PTMN
PUBG
PULL
-PULL A GLOCK
PUNANYCEZZ
PUNANYMASSIF
-PUPPY SIT
-PURP xx
-PURPLE MAN X
PUSHUPS
PV60
-PVM PLUS PVP
-PVM Zem
-PVM lifee
PVMGrim
PVMramranch
PVPJACKUS
PWNJoLee
PWNl
-P_rple
-PaIe Nimbus
PaIm
PaJau
PaPaSaucee
-PaPePiPoPuPy
-PaR0
PaShango
PaTeraNauu
-Paaaants
Paaatriick
-Paarse Kat
Paarty
-Paatse
PabIoEscobar
Pablana
-Pablo Q
-PacDan
PacYakJack
Paca
Pace
-PaceYourself
Pacellino
Paciar
-Pacifico0ler
-Pacifist
Pack
-Pack Yarack
PackAnother1
-PackYakistan
Packapunchd
Packers
-Packers Ammy
-Packfan35
PackingCope
Packmanjr
PacksOfBagel
-Paco 41
Pactii
-Pad of Note
-Paddy Simcox
-Pademelon
Padge
Padraig
Padrew
Paduann
Paehkisfe
Paem
-Pafffy
Paffio
Pagan
PaganFox
@@ -35937,115 +17299,61 @@ Page
Pagman73
Pahapukki
Pahizz
-Pahys
-Paid 4
Paike
Pain deliver
-PainInTheAx
-PainRain
Painb0ws
Painovoima
PaintBoxx
Painta
Painted
-Painz Wrath
-PairODocks
Paixo
-Paiyrd
Paizuri
Pajaaay
-Pajama0sam
Pajaripipari
Pajita
Pakaika
Pakanajumala
-PakasteOlut
Pakford
Pakmaniac
-Pakr04
Palabutoh
Palad1um
-Paladijn Mb
Palapak
-Palataan
Palatro
Pale
-Pale Marble
-Pale Player
PaleCocoon
-Paledeano
-Paleek
-Paleek sucks
Palenaatio
-PaleoRanger
PalestineHC
-PaliRebel
Paliperidone
-Paljad
Pallas
-Pallas Cat
-Palle Panik
-PalliJarn
Pallihintti
Palllister
-Pallof
Palmboom
-Palmboom95
Palt
-Palworld CEO
Paly
PamPams
Pamdora
-Pamela Isley
Pampas
-Pamz
-Pan Biceps
-Pan Jawel
-Pana Sicknez
Panacea
-Panal
-Panarin
PancakeOSRS
-Pancaker
Pancakey
Pancukeshi
Panda
Panda Godz
-Panda Pride
-Panda Rua
-Panda Seany
PandaBier
PandaBrommer
-PandaKIKI
PandaMan
PandaMcfanda
PandaPowa
-Pandasadge
Pandaux
Pandaz
Pandeh
-Pandemicbowl
-Panderal
Pandiman
-Pandini_O
-PandorazBox
-Panelka
Panera
-Panesii
-Panette
Panferno7
Pangolins
-Pangs
Panic
-Panic King
-Panic Papi
-Panic Switch
-PanicThenRun
-Panicupdate
-Panini
Panixate
Pankekee
-Pankki on
Panky
Pannu
Pano
@@ -36053,82 +17361,32 @@ Panoople
Panorramix
Panqueques
Pans_Gaming
-Pansendoras
PansophicaI
Pantaloon
-Pantelic
Pantera1230
PanteraWalk
Panthalassa
-Panther_Cap
-Panties D0WN
Pantix
-PantlessDuck
-PantsShitter
PanzerMarkV
-PaoZi41
Paoul
-Pap Smoke
Papa
-Papa Beat Me
-Papa Beer
-Papa Chibs
-Papa Falco
-Papa Glock
-Papa Hitman
-Papa John
-Papa Kev
-Papa Peck
-Papa Penguin
-Papa Raniel
-Papa Rook3
-Papa Scape
-Papa Shaydee
-Papa Sheek
-Papa Snacks
-Papa YY
-Papa Zuk
-Papa jinx
-Papa tim
PapaCart
-PapaFozzy
PapaJohn
PapaJoyce13
-PapaMoxie
-PapaParsley
-PapaSarducci
Papabeer
-Papagecko
Papaija
Papalotee
Papapa
Papaya
-Papaya Pete
-PapayaGod
PapayaPetee
Papegaaitje
Paper
-Paperbag
Papi
-Papi Baz
-Papi Chop
-Papi Feb
-Papi Fish
-Papi Gains
-Papi Okapi
-Papi Sam
-Papi Sean
-Papi Six
-PapiTron
Papicito
-Papicodone
-Papido
PapieLexus
PapierHier
-Papierschere
Papii
Paplip
-Papo Sauce
Pappa Mauly
PappaPizza
Pappanopolis
@@ -36136,120 +17394,65 @@ PapperNapper
PaprikaBoi
PapuIsThatU
Papukaia
-Papyea Fruit
-Papz Mage
Paqan
-ParKy_ParK
-Parabhjeet
Parabolic
Paracleis
-Paradoos
Paradox
-Paradox 2277
-ParadoxAU
-ParadoxCrux
Paradoxal
Paralimpian
Parameters
Paramost
-Parandrus
Paranosys
-ParaplegicIM
Parappa
ParasiteHunt
Parasitoid
ParasoxX
Parazino
Parc
-Parc Ferme
-ParchedToast
Parciparla
Parent
-Parfour
Parhaat
Pari
-Pariera
-PariguayoGL
Parikh
-Parikkala
Parish
-Parjesh
Park
-Parkchae
Parkehh
-Parker177
Parker1770
ParkerSquats
Parkerrr
Parkuh
Parky
Parkz
-Parley0
ParmsG8
-Paroni007
-Paront
-Parotis
Parox3tine
Parrot
-Parrot Champ
-Parrot Le Fe
-Parrot Poop
-Parsecs
Partey
Parth4903
Parthnix
-Particulae
Partly
-Partonax
Parttime
Party
-Party Fraud
-Party Pete
-PartyRock
-Partyhaty
Partynexdor
ParuParu
Parvovirus
-Parx98
-Parxe kurita
-Parzival32
Pasadinas
PashkaPushka
Pashmina
Pasianssi
Pasiiba90
Pasikaustes
-Pasito
PasitoBandit
Pasje
-PaskaJatka69
PaskaneHomo
-Paskie
Paskis
Pasmo
-Pasrules
Pasta
-Pasta Lance
-Pasta Mancer
-PastaShel
Pastabrain
-Pastafreezer
Pastagonia
-Pasticcione
Pastor
Pastry
Pasu
-Pasza1357
-Pat NoScythe
-Pat The Nerd
-Pat the Cat
-Pat twumasi
-Pat_y
-Pata2006
-Patalopodus
-PatchRS
Patchley
-Patdog666
Pate
Patella
PatentedName
@@ -36258,7 +17461,6 @@ PathTracker
Pathogen
Pathways
Patio
-Patious
Patmantheman
PatoVelaz9
Patojo
@@ -36267,34 +17469,19 @@ Patrexion
Patrician
Patrick
PatrickClick
-PatrickLaine
Patrickp35
-Patrik Laine
-Patriot88
-Patriotscape
Patriotsp
-Patriottj
-Patrolliin
Patronique
Patrouski
-Patryk 1
Pats
Patsey
PattMyGun
Patta1
-Patte
Pattos
-Patty C
-Pattycakes19
Pattyrick8
-Patyfatycake
Pau1ekas
Pauk
Paul
-Paul 0
-Paul Beer
-Paul Ski
-Paul0 H
Paul007
Paul90333
PaulD
@@ -36302,23 +17489,13 @@ PaulOH10
PaulTheRabbi
Paulchritude
Pauleee
-Paulest Paul
PauletteRose
Paulius
-Paulk23
Paulrat
-Paulrat 3
-PaulyNFS
-Paum No Xeem
-PauperPlayer
Paupy
-PauseGuy
Pauwels
-Pauwels v2
-Pavies
Pavio
Pavla
-Pavlacci
Pavlvs
Pawggrs
Pawgz
@@ -36326,80 +17503,46 @@ Pawko
Pawlmeister
Pawlu
Pawlzer
-Pawn 69
-Pawn M8
-Pawrie
Pawwsy
-Pax Mundus
Paxin
Paxy
-Pay2ClickLol
PayMyDeedFWD
Payne_Trayne
Paznos6
Pazuta
Pazzo-Repack
Pb Fe
-Pb and Jd
Pbby
Pbkillua
-PbyOne
PdaddyReborn
-PdfPKerNoGF
-PdiddyReborn
-Pe en
-Pe t er
-Pe1ipp3r
Peabody
PeacandLove
Peace
PeaceNLove31
-PeaceOfMind
Peacebuild
-Peaceer
Peacefrog
-Peach s
PeachKing
-Peaches5000
Peachh
Peachhh
-Peachy Tank
-PeachyBrute
PeachyDean
-Peaco
Peacoat
Peak
-Peakado
Peake
-Peake7
Peakleaf
Peaky
-PeanutBTW
Pear
-PearOfApples
-PearlNechlis
-PearlWeed
-Pearlito
Pearshaped9
Peasant
-Peasyy
PeatMoss
Peatie
Peba
-Pebbex
Pebblez
PebisGuan
Pebl
-Pebu
Pebz
PecanBread11
-Pecker Punch
-PeckerFish
-Peckerflexer
Pecki
Peco
-Pecs
-Pectorialis
Pecuni75
Peddler
Pederbuus
@@ -36407,57 +17550,30 @@ Pedestrian01
Pedro
Pedro5901
Pedtato
-Pee Jay Salt
-Pee Kay Err
-Pee Mud
-Pee On Irons
PeeJayPlayz
PeePee
Peeanut
-Peeble
-Peeeeeekaaaa
-Peeke
Peel
-PeelMyCarrot
PeeledBanana
Peely
Peen
PeenLover61
-Peep Taimla
Peepo
-Peepo Parker
-PeepoPants
-PeepoRiot420
-Peeps Cx
-Peepzilla
PeerTheSeer
Peernicus
Peeshuuu
-Peest
PeetrusEst
-Peevish
Peevy
Peezerthecat
-Peg Boots
-Peg My Arse
-Pegasian
Pegasians
-Pegasus51C
Pegi18
-Peha
Pehkis
Pehmolelu
-Pei898
-Peighniss
Peiin
Pein
Peipeilaile
-Peipi
Pekaia
-Pekays
Pekdon
-Pekka Elo
-Pekka-Eric
Pekka557
Pekkaa
Pekkaad
@@ -36467,211 +17583,106 @@ Peksaad
Pelaa
Pelaaja1
Pelco
-Pele Marreta
-Peli Moapa
Peligroso
Pelikaen
Pelippper
-Pelirroja
Pelmee
Pelosi
-PeltiPirkka
Peltolammi
-Pemiel
-Pen Sir
Pena
-Penally GIM
-Penance Boom
Pencelis
PencilVesta
Pendax
PendulumC
Penetrader
-Peng Lightey
PengMaster
-Penge1616
Penguin
-PenguinBelly
Penguino
Pengwim
-PeniAnus
-Peniel
Peninsula
Pennstate
Pennsylvania
PennyPinchnJ
Pennybag
-Pennycord
Pennywise
Pennywise070
Pentagrammi
-Pentektonyx
Penthera
-Penthrox
Penthus
Pentu
-Penward
Peopledud
Peoples111
-Peor
-Pep Kroket
Pepar
-Pepar Kakan
Pepclub101
Pepco
PepeGUH
PepeHang
PepeLaughing
PepegaScape
-Pepeh
Pepemiguel
-Pepo Is Me
Peppey
-Peppi
PeppiEnSossi
-Peppusieni
-Peppy Pete
Pepsi
-Pepsi Maxed
-Pepsi Maxia
-Pepsi575
-PepsiMaxL1me
PepsiTwist
Pepsies
Pepsipowars
Pept
-PeptoGlizmol
Pepuszka126
Pequenaud
Pequette
-Per Ke Le
-Perc 3m
-Perceive
-Perceptivity
-Perch Curry
Perchlorate
-Percy Grail
-Percy Nash
-Percy Turner
-Perduh
-Peremees
Perfect
-Perfect Dark
-PerfectCurse
-PerfectJerni
PerfectProof
-Perfectaaa
-Performax
Perfringens
Pergert
-PerhapsGuy
Peridots
Perikles460
Peril
Perkinatored
Perky
-PerkyPorker
Perlen
-Perm II Mu8e
-Permabulk
Permded
-Permedd
-Permer
Permuh
Pernix
-Pero Scoped
-Perox
Perp67
Perpl
-Perplox
Perrault
-Perrif
-Perry Hubes
-Perry T
Persephatta
Perseveranca
Persian
-Persilja
-Perspective
-Pert
-Perterritus
-Perth
-Pervy x Sage
Pesiz
Pesoprkl
Pessimism
Pest
-PestGodd
Pestilance7
-Pestilent Bt
Pestle
-Pet Alpaca
-Pet Awowogei
-Pet Cape
-Pet Crusader
-Pet Eric
-Pet Hunta
-Pet KBD
-Pet King
-Pet Luck
-Pet Meowtain
-Pet Smuggler
-Pet The Cats
-Pet Ty
-PetBoost
PetCorp
-PetHuntBrad
PetHuntGrind
PetHunta
PetHunting
PetPlease
-PetSpooner
PetUrSausage
-Petal
Petalite
-Petar228
Petarss
-Petched
-Petchy inis
-Petcord
PeteRePete
-Pete_901
Petega
-Petelgeuse1
-Peteniice
Peter
-Peter DIY
-Peter Dupas
-Peter Kent
-Peter97
-PeterLimbeek
-PeterPlanker
+PeterButts
PeterRS
PeterTheSalt
-Peterh
Peterm
-Peterszoees
-Petey pleb
Petit
PetitKeBeQ
Petite
-Petite Poire
Petless
-Petooted
Petpet
-Petrenkovitz
-Petricsh
Petriq
PetroX77
Petrosian
-Petting GIM
PettyName
Petuhh
Petz
-Peuramaa
PewTheMeow
-Peweherman
-Pewming
Pex3
PexBoi
Pexci
@@ -36679,97 +17690,56 @@ Pexezz
Pexterity
Pextill
PeytyPoo
-Pez xX
-Pez za
Pezy
Pfiny
Pfister
Pfle
Ph0g
-PhD Fred
-PhD Funk
-PhD in TCG
PhaMaTics
-Phader
Phaero
Phai
Phainesthai
-Phalamon
Phallic
PhallusBigus
Phamia
Phamit
Phant
-PhantomDred
PhantomFiend
-PhantomLogic
PhantomVS
-Phantombear7
Phanton
PhappleSauce
-Pharaoh Chad
-Pharaoh Ion
Pharmafia
-Pharqen
Phase
-Phasedd
Phasing
Phasmatus
Phasmatys
Phat
-Phat Dik
-Phat Pat
PhatAsher
-PhatFrat
Phathead
Phatman348
-Phats
PhatsoCallum
Phatt
Phatty
Phattyftboy
Phaxe
-Phd n Arteez
Pheasant
-Pheasant Egg
-Phels
PhenXX
-Pheniex2
Phenomenal
-Phensa
-Pheonixess
-Pher
Phernix
Phetty
Pheus
Phex
Phi184
-Phibes
Phil
-Phil Coulson
-Phil Mcrakin
Philip
-Philip424
Philipp
Philkwl
-Phille
-Philli Blunt
-Phillies
-Philliez
Phillip
-Phillip R
Phillipp
Philly
-Philly Sucks
-PhillyFiller
-Philoi
Philosophia
-Philou
-PhilsBent
-PhilsUnlucky
Philth
Philtration
-Phin_C
Phinxu
Phinz
Phipple
@@ -36777,181 +17747,91 @@ Phishn
Phizo
Phlaja
Phlegmy
-Phlemming
Phloppster
-Phlopsy
-Pho Z
Phobias
PhobosDeimos
Phoibos
Phonatik
Phone
-Phone Number
-Phone Scaper
PhoneHC
Phonebook
Phoneman
-Phools
Phoque
-Phor Skin
Phosani
Phossa
-Phostus
Photographs
Photon
Photonic
-Photos
-Phragasm
Phrak
-Phrexyian
-Phrez
PhriarPhace
-Phrizo
-Phrocks
Phsteven
-Phug
-Phugma
Phuke
Phuket
Phwan
-Phxrm
Phylum
-Phyrlo
Phyro
Phyronex
Physics
-Physics Jedi
-Phytz
Phyzxs
-Pianio
-Piano Hands
-Pianoanddrum
-Piantissimo
Piasa
-Pic of Feet
-Picante
Piccoloownsu
Piccy
-Pichi Slayer
Pickl3Lover
-Pickle Josh
-Pickle Vick
PickleKez
-PickleSaucy
-PickledWater
Pickles4Me
-Pickles69314
Picklzz
PicnicBomber
-PicoDico
Picolo
PictureID
-Picuu
-Picuwu
-Pidbull
-Pidbull 1
-Pidgeot18
Pidgey
-Pidgy
Pidiot
-Pidrux
-Pie
-Pie Dish
-PieGPT
Piecekeeper2
-Pieces
Pieck
-Pieerio
Piemaksa
Piemans
-PiemieJurrie
Pieper
-Piepieweenie
-Pier Just
-Pierced Wolf
-Pierenbadje
Pierniczek00
-Piestove
Piet
-Piet 21
PietKrediet
Pieter
-Pieter Zwart
-PieterPep
Pieterjan
Pietermans
Pietn4
-Pietrangelo
-Pietrnogiets
Piety
Piety Prease
Pieza
-Pieza de oro
Piffen
+PigDOG 669
Pigeon
-Pigeon Soup
-Pigeonmight
-Piggi Smalls
Pigi373
Piglette
-Pigman461
-Pigmeu
-Pigpikerush
Pigpuffer
Pigs
Pigwardfrog
Pihl
-Piip MEEGA
-Piipar
Piirivalvur
-PikaChar222
-PikaChin
-Pikachewed
Pikachos
Pikachu
-Pikachu87
-Pikachurine
Pikachuz
Pikkets
-Pikkett
-Pikku
-PikkuSheikki
Pikkupbrix
Pile
-Pile O Poo
-Pile o Dirt
Pilgrimage
Pili
-Pilli
-Pilliad
Pillifnutten
PillowBoy
PillowCowCow
-Pillukarva23
Pilmir
Pilodro
PilsToTheMax
Pilsners
-Pilum
-Pim Pam
-Pimay
-Pimfortune
Pimp
-Pimp Ralpert
-PimpWeazel
-PimpWhistle
Pimpert
-Pimpin Thots
Pindaro
Ping
PingFlopped
Pingu
Pink
-Pink Avocado
-Pink Bar
-Pink Cow34
-Pink Iron
-Pink Lube
PinkDrinkSip
PinkShopRag
PinkVoidZ
@@ -36962,205 +17842,99 @@ Pinkywinky9b
Pinkyx0xo
PinndOutGoon
PinnkBunny
-Pinnn
Pinpi
Pinquana
Pinsamt
-PintOfMilf
Pintel
-Pinterests
-Pinu
-Piolin
-Pioniers
Piovendo
-Piparikissa
PipeQlo
-Pipluppp
-Pipo-badeend
Pippinmary
PippleNinchy
Pipposan
Pippuri
-Pir Alain
-Pirat
Pirate
-Pirate Kanye
-Pirate Patch
Piratey
Pirelly
Piri
-Pirig0
Pirihuora666
Piripaque
-Piripippeli
-Pirjo
-Pirjo69
-Pirk the pk
-Pirkka Olut
-PirkkaJokeri
-Pirkkamies
-Piroskinha
PirpleSlirpy
Pirres
-Pirulitim
Pisatronas
Pisau
-Piscarallius
Piscis
Piscolaz
Pistacchio
Pistoliftero
-Pit Stain
-PitGamin1311
-Pita Diver
-Pitbulterje
Pitby
Pitchfork
Pithikos
-Piticarus
Pitiless
Pitinator
Pitt
-Pittaaaaa
PitterPattr
-Pittsburqh
-Pitudin
-Pivach
-Pix Pixelle
-PixarMarsTTV
Pixel
-PixelMuffin
-Pixie Henge
Pixieragnar
Pixkekoa
-Pizdec
Pizza
-Pizza Addict
-Pizza Box
-Pizza Flip
-Pizza Mang
-Pizza Patron
PizzaDaHutt
-Pizzaman5510
-PizzasIron
-Pizzler
-Pj The Pj
-Pjotr
-Pjt77
-Pjumi
-Pk Bot 37
-Pk M4ster007
-Pk Wit P Hat
-Pk3iru_Osrs
Pk3r Range 7
Pk996
PkGoW
PkMeIfUgey
PkTheKid
-Pker nr 1337
-PkerTrysHard
PkforFun
Pking
-Pkingranged9
PkmnTrnrRED
-Pkmort
Pksorwd
-Pkyr
Pl0xed
Pl3b
PlELS
-PlFFMAN
PlGGY
-PlHLAJA
-PlMP
PlMPPl
-PlMl
PlPPY
-PlRATE KING
PlSS
-Plaagen
Plaasda
Plaat
Placedoemax
-Plaeggs
-Plaid10
PlaidMarquis
Plain
-PlainIronMan
-PlainNoGood
Plaininsane
-Plamt
Plan
-Plan B-gs
Plane4611
Planet001
-PlanetPaul
Plank
-Plank Egger
-Plank Sodplo
Plank2G
PlankForBank
-PlankTan
Planken bos
-Planker
-Planking Brb
-Plankrunner8
PlanktSoms
-Plant Herbs
-Plantdaddyy
Plap
-Plasma Taco
Plasmore
-Plastikos
-Plastiscines
-Plat Kont
PlatGX
-PlatScrub
Platinum2008
PlatinumHerb
-PlatinumSage
PlatinumSeif
Platnuim
Platnum112
Platpus3000
-Platyroo
Play
-Play Lazy
-PlaySoloBro
PlayToAFK
Playbunny
-PlayedBe4EOC
Player
-Player 0ne
-Player 4519
-Player Gap
-Player Name
Player235711
Player35254
-PlayerIsBusy
-PlayerSlayaa
-Playpro5
-Plays high
-Playtest
Playthious
Pleasantries
-Please pot
Pleasurehole
-Pleb Nick
-Plebbocs
Plebiside
-Pleblio
Plebnex
-Plebs
Plebz
Plece
Plegh
Plexasaurus
Plexx
Plez
-Pliemp
Pliep
-Pliep Ploep
Plips
Plisski
Plixious
@@ -37168,412 +17942,218 @@ Plocc
Plogbilen
Plogdog
Plomono
-Ploop
Plootbot
-Plop deez
Plopi
-Plopr
-Plopzorg
Plorky
Plorr
Plostic
Plot786
-PlovasYonder
-Plovilas
Plow
Plowthrough
PlsAName
Plsmrlizard
Pluc321
-Pluckky
-Plug In Baby
Plugatron
Plugged
Pluggen
Pluhdl
-Plukketje
PlumTickler
-PlumbThatA
-PlumpGiraffe
Plumper
-Plundered
Plunkton
Plunukki
-Plupian
Plus
-Plus Vite
PlusZack
-Plush Mole
Pluto
Plutonium
-Plutonium 94
-Plym
Plz LD Nat5
-PlzGiveBonds
PlzRnGesus
-PlzSpoonFeed
-Pm Me Imps
-Pm me to spy
-Pm4 eloboost
PmFun
Pmy39
Pnak
PneFc
Pnia
-PnutButtrJly
PoachedLion
-PoakedSussy
-PoaneFoane
PoarIIneemn
-Pocholo
Pocket
-Pocket Cards
PocketBandit
PocketSock
-Pockipickle
Pocy2
-Pod x
-Podvodnik
-Poeiermolke
Poem
Poenes
-Poephoofd
+Poentje420
Poepi12
-Poepjong
-Poepsiee
-Poerto
Poet1321
Pofka
-Pog Dog
-Pog isma
-Pog-kek-Lul
PogChampagne
PogMeister
PogTato
-PogTato Iron
Pogba
-PogoPochette
Pogsled
-Pogue4Lyfe
Poikanen
Point
-Point Guards
PointTax
-Pointstormy
-Poison Ives
-Poison x Ivy
-PoisonCobra
PoisonX7
Poisonblack
Poisonous
Pokaroo2
-Poke Champ3
-Pokeaotics
-PokedexNo258
Pokefreud11
Pokemaster
Pokemon
-Pokemon Ruby
-PokemonScape
-Pokemonguy16
-PokerPro
-Pokerboy19
Pokergod720
-Pokifeet
-PokimanesBF
-Pokoloko
-Pol o
Polaar
PolakYT
-Polar
PolarTrip
Polarin
Polarisi888
Polarus
Polarward
PolderLatina
-Pole Met
-PoleVault
Polio23
Polish
-Polish Eagle
Polite
-Politoed
Polixo
Polkapolkka
Polkastarter
Poll
-Pollar i
Pollekeuh
-PollenJ0ck
Polllie
-Polllo420
Pollnivneach
-Pollo Dry
PolloGrande
Pollofrit0
Pollum
Pollywog
PoloG
-Poloskyy
Polter
-Polyamorous
-Polycoffin
-Polyesterday
-Polygonise
-Polyhedra
Polynomail
Polyphobia
-Polywoggle
-Pomi Xd
Pommy
Pompeyo
Pomposity
Ponas
-Pond Scum
-Pondres
-Ponkito
-Ponobi
Pont
Ponti
-Pontifex
Pony
PonyOwner938
-PonyPorker
-Ponzy FTW
-Poo Socks
PooAtPVM
-Poobanans
-Pooby Bag
-Poodle
Poofpooh
-Poogen
-Poogster
Pooh
-Pooh Breezy
-Pooh Say
Poohead92
Poohsea
Poojabber364
Pook
-PookiDaPooki
-PookieB3ar
-PookieBearOG
-Pool Noodlez
-Pool Toucher
PoolboyFiji
Poon
-Poon Lips
-PoonHandleMe
-PoonTangPie
PoonTappa
Poonanjo
Pooned
Poonjuu
-Pooohie
Poop
-Poop Shidder
-PoopyRico
+PoopDick43
+PoopLoser420
+Poopnipple69
Poor
-Poor Advice
-Poor Clicker
-Poor Content
-Poor Nooby
-Poor You
Poortom24
Pooscaper
PootLoops
Pootzie
-Pootzie_xox
-Pop In Smoke
-Pop N
-Pop-up ad
-PopTheIron
Popcornachi
Pope
-Pope VI
-PopeChamp
-PopeDenis
Popeet
-Popepu
-PopeyezGain
Popfumes
Popkorni
-Poplo
Popovich
-Popoyoi
Poppa
-Poppa Bev
PoppaChoonie
Poppajohns
-Poppin Awf
-Poppscotti
Poppy
Poppymatt
Pops24
-Popstar2
Popular
PopyHarlow
-PorWrx
-Pordiosero
-Pore
-Pork Jerry
-PorkCH0PZ
Porkkanakana
-Porksters
-Porrie
Porsche
-PorscheDaddy
-Port Khazard
-PortUnionMan
Porta Pro
-Portal of I
-PorterRobnsn
Portrays
Portsari
Portuguese
Portvakt
-Porunga
-Porygon-Z
PoseidonDrip
Posemann
Posh
PoshPenguin
Poshker
-Poshki
-Poshkii
-Posino
Positivar
Positive
-Positivehp
Possessed
-PossiblyAFK
PossumPally
Possumi
Post
-Post Malone
-Post Max
-Post-Absurd
PostCodee
Postie
PostmanPatt
PostureCheck
Posty2k
-Pot Gatherer
-Pot Of Greed
-Pot Often
-Pot Sharer
-Pot cms
-Pot v X
+PotBurner420
PotScape
-PotScape CC
-Potapto
Potato
-Potato D Ben
-PotatoButGay
PotatoLlorch
PotatoRangr
Potatoqueenn
-Potecito jr
-PotentJay
Potezny
-Potge
Pothaaai
PotionFayD
Potland
-Potland o_0
PotoSekwati
Potoo
PotsAlots
Potsi
-Pottawatomie
-Potter Paypa
Potth
Pottieface
-Pottsi
-PottuTatti
-Potzy
Poucher
-Pouches
-Poucie
-Pounake
-PoundSandNub
+Pounder420
PourMeBleach
-Poussemoila
Poutz
Poverty
-Povvo
Powacat
Power
-Power Aid 4
-Power H
-Power Outage
-Power Surge
PowerJoe
-Powerade
Powerdude153
Powerful
-PowerfulBram
Powerfull
Powerlines
Poweron6
-Poww LUIS
-Powwil
-Powxrs
Poxuistas
Poyig
Pozar
-Ppl
-Pposkyor
-Pql
-Pr0 Ph3t
-Pr0pvm
Pr0way
Pr1MaL
-Pr3par3 2die
Pr3ttyW0man9
-Pr3y
Pra1seTheSun
Practical
-Prada
Praecellemus
Praedy
-Praenthos
Praes
Praestantia
Praetor
Prage699
Prahlad
-Prairiez
PraiseCorn
Praisemyrng
-Pramikon
Prankzy
Prari
Praskle
-Pratt Mario
Praxahr
Praxys
Pray
-Pray Salah
-Pray for me
-Pray t o God
Pray4TheWin
-Pray4me
PrayForDeath
-PrayForYou
-PrayToAres
PrayarN
-Prayer Pro
Prayerr
-Prayis
-Praynr
PreMDPepper
PreNew
PreRuined
Precise
Precixion
-Precondition
Predaxx
Predicition
Preedy
@@ -37581,21 +18161,12 @@ Pregnant
PregnantSock
Prelash
Prelet
-Prelex
-Prellifunky
-Prem
PrematureNut
Premie
-PremierZarry
-Premium Dude
Premz
Prep
Prepared2
Preposo0
-Prepotting
-PresPoon
-Presearing
-Preserve
PresidentMo
Presley93
Presley93BTW
@@ -37606,90 +18177,42 @@ Prestor
Pretendy
Preternal
Preto
-Preto Ownsss
-Pretten
Pretty
-Pretty God
-Pretty moist
-PrettyGood
-Prettyokqt
Pretved
Pretz
Prevengeance
-Previn
Prey
Prey4Pocius
-Preying
-Priapismi
-Pricy
Priestopher
-Prif Daddy
-Prifddinas
-Priide
-Priimitive
Prilliam
Prim
Prima
Primacy
Primal
-Primal gain
Prime
PrimeSeries
-PrimeToaster
Primed
-Primetime190
-Primetime829
-Primevil
PrimexReborn
-Primid
Primiitive
-Primilivum
Primitive
-PrimoVG
Primordial
Primster
Prince
-Prince Drt
-Prince Ferro
-Prince Mate
-Prince Tuten
-PrinceCrypto
-PrinceJozef
PrinceZuko
Pringle287
Pringles
Prins
-Prins Pi1s
Prinses
PrintedCash
-Prion
Priority
-Priorrr
-Priselac
Prisimenu
Prismalitic
Prison
-Prison Joe
-Prison M1ke
-Prison Soap
Pritje
PrityBoiSwag
PrivateSmorc
-Prix
Prixma
Prncss
-Prncss II
-PrntScr
-Pro Flicks
-Pro Per UIM
-Pro SKiiLLz
-Pro Slacka
-Pro Slacker
-Pro Tanto
-Pro Tato
-Pro Zoe
-Pro twin33
-Pro-tag
ProForm
ProFortnite
ProLegend
@@ -37697,30 +18220,19 @@ ProSKatona
ProSups
ProTweakius
Proba
-Probability
Problemski
-ProbzDrunk
Procedures
Proclivitas3
-Procoptodon
Proctiv
Procts
ProddyP
Prodigy 99
-Prodigy Matt
ProdigyTape
ProdigyThief
-Prodigy_77
Prodoughtype
-Product99
Prof
-Prof Bruce
-Prof Cheese
-Prof Ribeiro
-Prof Shroom
ProfGanon
-Prof_Plums
-Prof_Snack
+ProfGay
ProfanityBox
Professa
ProfessorBot
@@ -37728,85 +18240,50 @@ Proficent
ProfoundPnda
Prog
Project
-Project Deku
-Project Paat
-Project Sept
ProjectGamma
-ProjektUri
Proklus
Prokopios
-Prolapsi
-Prolly High
-Proly high
-Promacta
Promepheus
-Promise
-Promtel
Prone
Prongs97
-Pronx
Proots
-Prop Gun
Propagate
Propas
Proper
-Proper bald
ProperTroll
Prophecy
-ProphetSnayk
Prophylax
-Proponi
Propulsions
Prosit
-Prospicktor
Pross
-Proster
Protagg
-Protanopia
-Protassium
-Protease
ProtectdLeft
Protectlilb9
Protectorate
Protege
Proteiini
-Protixen
Protlong
Protocell
-Proton Drum
-Protopteryx
PrototypeGOD
Protox
-Prouser
-Provei
ProvidenceL
-Providential
Proviro
-Provoke Rage
Provokeskill
Provoxo
-Prowz
ProxDemSox
Proxeum
Proximitus
-Proxymine3
-Prozac Manic
-Prozac Peter
PrrMeowPrr
Prro
Prrr
-Prrr Perry
Prryvdoof
Pruillip
Prune
-Prune Slayer
PruneHub
PrusaSlicer
Prutturp
Pryn
Pryxl
-Pryypsas
-Pryza91
PsYcHo130
Psalm
Psalms116
@@ -37816,435 +18293,224 @@ Pseudo
Pseudomonas
Pseudonimas
PsiTempest
-Psichedeliks
Psiki
Psiklone
Psmaster
-Psoup
Psuedoniem
-Psy0tic
Psy13m
PsyDellic
PsyWaps
Psybae
Psyc
Psyc Paladin
-Psyc0-I
Psyched
PsychicL10n
PsychicType
Psychinis
Psycho
-Psycho Fungi
Psycho11111
PsychoPatty
Psychodeathk
Psychohexane
-Psychokilla
PsychoxX
Psyco
Psycub420
-Psydvekoosi
-Psygo
PsyhexGOD
-Psykoz
Psylocin
-Psyminds
-Psynar
-Psyqualogy
Psysyk
-Psytoro
-Psytrnce
-Psyyke
-Pt 79
Ptalm
-PteShank
Ptfo
-Ptol
-Ptopaz
Ptyh
Pu-94
Pubeless
PubicThumb
-Pubicon
-Public NJP
Publics
Publuske
PuchaLibre
Puck
Pudding
-Pudding Man
-Puddingdude
-Puddingtons
Pudge
-Pudge Pudge
-PudgeJackie
Pudgeegee
Pudnik
Pudota
-Pudota basso
-Puerto Varas
-Puff Daddy
Puffed
Pufffml
Puffy
-Puffy xx
-Pufr
-Pug
-Pug Boots
-Pug Champ
-PugToots
Pugasaur
Puggin
Puggzy
Puglet
Pugna
Pugsyy
-Pugwest
Pugy
-Puhd
Puhd1staja
Puhuri
-Pui
Puin
PuinguimGOD
Pukeking
-Pukeko
Puli1111
Pulkjes
Pull
-PullOutKing
PullOutRange
Pulli
Pulma1
PulpFlctlon
Pulza
-PumGiver
Pumba
-Pumba Bot
Pumba89
PumpUpTheJam
Pumper
-Pumper Joe
-Pumpflexin
Pumpkin
PumpkinLatte
Pumpui
Pumuckl
-Punani MD
Puncakes
Punch
-Punch Main
-Punched
Pundareen
Punde
Pune
-Pune rouch
Punegonde
-Pung
-PunishinBird
PunjabSamosa
-Punk-06
PunkPang
-Punkt
Punt
-Puntenjagert
-Puntje ket
-Puny Duck
-Pup
-Pup in a Cup
-Puppadile
Puppana
Pupper1
-PuppySeal
-Puppysaysftw
Pur3
-Pur3 Bow99
Pur3death2
PurMain
Purate
Purcey
Purcs
Pure
-Pure Evil99
-Pure Great1
-Pure Hunk
-Pure Paprika
-PureBread
-PureFilth
PureIronEyyy
PureOGIronMn
-PureOwner
-PureWax
Pureanger728
-Purebas alt
Purebasalt
Purebish
-Purell
Pureloot21
Purely
Purelybo0ty6
Purenerd
-Purepappa
Purepappa66
Purescarybuu
-Purey Arcane
-PurgatoryBro
-Purgy
-Purifyin
-Purjj
Purka11
Purkkatukka
-Purkkaukko
Purkkius
Purko
Purnex
-Purolator Pl
Purp
-Purp Nasty
-Purp Nips
-Purp Please
-Purp or Bust
-Purp where
Purp1eWizard
PurpLightPlz
-Purpl3 Lean
Purple
-Purple Flap
-Purple Meeep
Purple-Broly
PurpleDabz
-PurpleGoat
PurpleHippoo
-PurpleMurple
PurpleNinjja
PurplePlez
PurpleTeemo
PurpleThorax
-PurpleVex
PurpleWhaki
Purpledile
-Purplefox
Purplekills
Purplemudkip
-Purpleowns
+Purplesweeds
Purppurainen
-Purpsauce
PurrPig
-Purse seine
PursuantACE
Pursuedd
Purtherapist
Pusat
-PuscSquirt
Puse
PuseSlayer
Pushgold
-Pushovermage
-Pushy Bubes
Puss
-Pustut
-Put Me 4th
+Pussy is Op
+PutItInDeeep
PutMeInCo4ch
-Putaria
-Puthiegh
Puthy
-Putkipommi
Putrescent
Putse
Putyte1
PutziVikat
Puud
Puujalka10
-Puukko Pekka
PuuluuP
-Puumba
Puuteri
Puylayer
-Puzzle Drops
-PuzzleTheCat
-Pv Was Here
-PvEmerald
-PvM Andrew
-PvM Beireh
-PvM Bhunt3r
-PvM Blake
PvM Boganeer
-PvM Cas
-PvM ColdBeer
-PvM Crooky
-PvM David
-PvM Eestlane
-PvM Gemeos
-PvM Grindz
-PvM Hawk
-PvM Hero92
-PvM Items
-PvM Jack
-PvM MeK
-PvM Miku H
-PvM Muzzy
-PvM Nex
-PvM Nug
-PvM Oliver
-PvM Packers
-PvM Panda
-PvM Rev
-PvM Rin
-PvM Spectral
-PvM Tom
-PvM Wiz
-PvM guy
-PvM zoom
-PvMAlone
PvMCerlow
PvMKoala
PvMNightmare
PvMNotorious
PvMProfessor
PvM_Nugg
-PvMalexDR
PvManchester
PvMs
-PvP
-PvP Master
PvPRoTiGy
PvPete
-PvPs
Pvkk
-Pvm 4 Pets
-Pvm Aero
-Pvm Demigod
-Pvm Garley
Pvm M0lz2
-Pvm MageBoss
-Pvm Runeboyz
-Pvm Tigers
-PvmBrad
PvmQ
PvmRNGesus
Pvmpets
Pvoet
PvtStevens
Pvul
-Pw4
PwDhorizons
Pwca
Pwdz
Pweet
Pwew
-PwincessK
-Pwn Dat Noob
PwnTommy
Pwnage
Pwnbaa
Pwnd
-Pwnna
-Pwnnzz
-Pwno
-PwnrPizzaman
Pwnslayibex
Pwpw
-Pwxn
Px_7UX8Cy8
-Pxcs
-Pxie
Pxtrick
-Pxxch
-Pxzls
-Pyet
Pyfa
Pygmysteaks
-Pyia
-Pyjamas99
Pyki
Pyloric
Pylseboden
-Pyocola
-Pyra
-Pyrate Aeon
-Pyre Lord3
-Pyre Mouse
Pyretic
Pyrl
Pyro238
-PyroEagle13
-PyroF3AR
+Pyro420Kush
Pyro_OO1
Pyrocore
Pyrotemplar
PyrrosDimas
Pyssu
Pyst
-Python
-Pythonx135
Pyux
Pyykki
Pyyli
Pyzdalupi
-PzK
-Pzju
PzzaPredator
-Q 1
-Q K M Nophis
-Q Proserpina
-Q S L
-Q cs
-Q l ii Ma X
-Q of Spade
-Q uincy
-Q-Dance Jr
-Q-Qs
Q1NH4N
Q33N
-Q53
-Q60
-Q7L
-Q8 I
-Q8vv
QAWSED
-QGM
QIKNQFRDNUQF
-QKen
-QPR
QPness
-QQ3
-QQQ Gang
QQQQQQRRRRRR
QQuaLLeH
-QRcoding
-QT Bri
-QT0
QTRDS
-QTY1
QTZedd
QTom
-QU0TE ME
-QU42TION
QWIWRDIGIDFG
Qadir
Qaem
-Qaidos
Qajvha
-Qapz
Qash
-Qc power1
Qc-Elfmage
+QcumBear
Qeassaris
-QeeQ
Qego
-Qeko
-Qeln
Qemi
-Qeni
-Qenobii
-Qi Kua Mai
-Qi Ling
QiangxD
-Qilat
-Qiok
QlKNQFRDNUQF
-Qlhp xD
Qlioux
Qmain
QnBumbleBee
@@ -38252,79 +18518,38 @@ Qnon
Qoil
Qoki
Qombat
-Qosmio
-QpSc
-Qpaki
-QpzQ
-Qragon
-Qrax
-Qridan
Qrischin
-Qrollop
Qrwewa
Qryptic
Qtey
-Qtreb
-Qu3stm4st3r
Quacamole
-Quack Attk
-Quack Boom
QuackForMe
-Quacka
-Quacker
-QuadJake
-Quadder 4444
-Quadralobsta
Quadrifoglio
Quadrioo2
Quaerd
-QuaffPotion
Quaffle9
Quahzai
-Quakbou
-Quakenet
-Quakoss
Qualitative
Qualities
-Quality Kek
-Quality Name
QualitySleep
Quang
Quantities
-Quantization
Quantuh
Quantum
QuantumTurtl
Quarentitty
-Quarks
-QuarterToBen
-Quarterback
Quarters
-Quartia
Quav
Quawka
-Quazi
-Qucks
Qucu
QueBolaAsere
-QueefInMyEar
QueefMaestro
-QueefWiggum
QueefedOnYou
Queeffing
Queen
-Queen De
-Queen Juggle
-Queen Keegs
-Queen of CoX
-Queen0fScots
-QueenBadJuju
QueenJada
QueenOfCorn
-Queenmystque
-Queenn Elsa
Queer
-Queer Peter
Queerzzly
Queijo9
Quelana
@@ -38332,329 +18557,131 @@ Quenched
Quero
Quessswho
Quest
-Quest Dodger
-Quest Giver
-Quest Lckd
-Quest Noobi
-Quest Person
-Quest Plug
Questikels
-QuestsAreBad
Quety
-Queue Pea
-Queueie
Quew
Quey
Quezzimoto
-Quf
-Qui GonJinn
Quica
-Quick200
QuickClicks
-QuickELMN8
-QuickNDeadly
QuickShot
-QuickShot x
Quicken
-Quickman1000
-Quickshot343
Quiddich
Quiet
-Quiet Place
-Quiet Please
-Quiet Toot
QuietStorm44
-Quiettravlr
Quikstache00
-Quilicura
Quillninety3
Quimbo
-Quinker
Quinncidence
Quinnyb0y
Quintendo
Quirkless24
-QuirkyBeaver
QuirkyPurple
-Quit 4 iron
QuitForIron
QuitForRS3
Quite
-Quite Shy
Quitegoddish
Quitoris
-Quitting Alc
Quiz
-Quizav
Quizzy Dee
-QukinoTe
Quonloo
Quorhum
-Qureshi
Quria
Qurix
Quti
Qutie
-Quukske
Quvma
Quweix
Quyron
-Quz
Quzzini
Qverkuz
-Qwagmire
Qwaltz
-Qwd
Qwezz
-Qwibz
Qwinny
Qwinoa
Qwozii
Qxevym1
-Qzbxd
-Qzst
-R 0 E
-R 0 w d y
-R A L L S
-R A V I
-R A Z T A
-R E
-R H Y T H M
-R I J K A R
-R I K
-R I P B R O
-R L
-R N G Pwnz5
-R N Geo
-R O B B IE
-R O E L
-R O O N
-R O X
-R P N
-R S J
-R S Life
-R S M
-R U A Terd
-R U MAD BRU
-R Y A N
-R Y D
-R You Jelly
-R a uL
-R a z u z
-R ack
-R amon
-R eece
-R em
-R hin o
-R i a d
-R ift
-R l C H
-R mr
-R o r o no a
-R ob
-R obert
-R oger
-R osss
-R uiN
-R ya n
-R yun
-R-66Y
R00M
-R00P
R00SE
-R00T
R0AD
R0B0C0P
R0BBO
-R0FL AT L1FE
R0GAN
R0KKIN
R0LX
R0MICH
-R0NES
R0NNIEB0Y
R0OZ
R0R0R
-R0Y
R0YAL
R0ad
R0bain
R0bbby
-R0binho
R0n13L
-R0seofthorns
R0yksopp
-R14H
R1CO
-R1chs
R1ghtupth3r3
-R1ku
R1ng
-R2TB
-R32 N Z
R33c0NN
-R34
R3Dtjee
R3d3mtion
-R3dlegend
R3vq
-R4 n g 3 r z
R4LLY
-R4g4n4
R4ndomUs3r
-R4ndyM0n
-R4ndy_lahey
R4ng3
-R4ng3 Nubie
-R4ng3r 00
-R4nge
-R4nge 2 Lpk
-R4re Pepe
-R4v2n
-R6boi
R8nny
-RA NG ED
RAB9
RACELIS24
-RAD x GLiDeR
-RADATOUILLE
RADlATAstory
-RAFA LOKO
-RAG YOUR A55
RAKETTAA
-RAPPUHN
-RATMON3Y
RAUTA ARTO
-RAlN
-RAlSED
RBNY
RBeardWBrow
-RC Blows
RC350
-RC93
RCFreak
-RCW
-RCY
-RD Alten
RDHG
RDJ94
-RDT King
-RDW_Dark
-RE2PECT
RE4LG4LIFE
-REALLY RITCH
REBOOTING
REC0N
-RECEPTED
-RED DEM0N
-REDBUHLL
REDD0GJR
REDLlNE
-REDRACECAR99
REEEject
-REEEsuns
REINCARN4TE
REKNAW
REKTmlg99op
REMAlN
-REMIIIX
-REN0
REZlN
-RElNHARDT
-RF Bushee
-RF Genesis
-RFDesigner
-RGB Titties
RGGregar
RGet
RHCP-Solo
RHK Ezze
-RI Sleepy
-RIP Base
-RIP Meme Man
-RIP Mitch
-RIP Pork Pie
-RIP life
-RIPAUGUST
-RIPAccount94
RIPT4H
-RIPgirthgirl
-RIllipieru
RIpuim
-RJCI
-RJE
RJL129
RKBM2
-RKN
RKOd
-RKOd My Mum
-RKTA
-RKZY
-RL Adam
-RL Wolf
RLBurnside
RMAC-97
-RMF Dead
-RMG solo
-RMax
-RNG Alche
-RNG GOD
-RNG Kevin
-RNG MAD
-RNG Msg Me
-RNG Replace
-RNG Tomas
-RNG dez nuts
-RNG9518
RNGBandit
RNGVRNG
-RNGiesi
-RNGrim
-RNGsetMeFree
-RNJohn
-RNJoseph
ROADTO100B
-ROBAlN
ROBBOsickdog
ROCCAT
ROCKYY
-RODRlCK
ROF0LFOR
ROFOLFOR
ROHTEENMUTSI
ROKO
-ROLL TlDE
ROLLinPEACE
-ROMBU
-RONNIE COLE
-RONZE
ROR0
ROSTA
-ROT LOST 6K
ROVANIEMl
-RR Fourshore
-RR55
-RRAMPIDD
RREKKLES
-RRX YY RRX
RRayhan
-RRevelation
RRickkert
RRobert
-RRocket02
-RS Bread
-RS Cinema
-RS Jesus
-RS Myrthe
-RS Nico
-RS SLAG
-RS UFC NRL
-RS ape
-RS2 Legend
-RS3 Refugee
RS3izBetter
-RS6 Quattro
-RSB Fox
RSBadLifeBad
RSDonny
RSGO
@@ -38662,462 +18689,232 @@ RSLtSgtZen
RSMAXD
RSPSisBETTER
RSPup
-RSQT
-RS_Tytin
RSfork
-RSmake
RStrength99
-RSuomivihu
-RTGoldleader
-RTK86
RTLadNumber4
-RU B Y
-RU Petrified
-RUBBERI
-RUUNIKUNN
-RU_Engineer
RUlS
-RWB Codeine
RWSDOUG
-RX S
-RX7 FC3S
-RXen0
-RY N0
-RY P
RYAN
RYN16
RZAlex
-R_D TRAJANO
R_andy13
-Ra
-Ra fi
Ra1d
RaMR0D
-RaRaJuana
-RaSToG
RaaWa
Raaagnaar
Raab
Raaban
-Raahe
Raahh
Raakanipsu
-Raamsdonkje
Raanduin
Raassig
-RabarberBarb
-Rabbagust
Rabbie
-Rabbit MD
RabbitFlats
-Rabbitdude
RabbitsDong
-RabidDolphin
Rabidherring
Rabiosa
-Rabrt
-Rabs xo
RacccAttack
Raccoon
-Raccoon King
Raccooncow
-Raccoonus
Race
Rachael
-Rachey B
-Racholini
-Rachscape
-Racteal
-Rad Renegade
RadFeenix
Radacia
-Radaenne
Radar
Radeo
Radia7ion
Radiance
-Radiant Lux
-RadiantSkye
Radiator
Radini
Radio
-Radio DJ Dan
-Radio Love
Radiohead66
Radiologics
-Radish55
Radja333
RadoslavvBG
Radrieldor
Radsurlak
Radsy
Radtastic
-Radusa-Two
Raeghal
-Raelir
Raen
-Raf0da
Rafaael
-Raffealy
-Rafff
-Raffineret
-Rafi Tafy
-Rafiniya
-Rafn
Rafnar0G
Raft15
-Rafy
-Rag
-Rag Demon
-Rag Doll
-Rag Gdz
-Rag List
RagToRiches
Ragani
Rage
-Rage Fuel
-Rage233
RageCold
-RageCombo
+RageOSRS
RagedIronMan
Ragefire1
-Ragegold1163
-Ragez Fury
Ragga
-Ragga Muffyn
Raggedy Jeeb
Raggers
-Raggnag
-Raggy Reapzz
-RaginBatts
RagingK9Fury
RagingReddit
RagingTroll
-Ragingg
Ragnar
-RagnarOsborn
Ragnariukas
Ragnarok96
Ragnell56
Ragni
RagsIIRichez
RagucciRafa
-Ragurain
-Ragy rag
Rahamasin
Rahamies
-Raharu
RahbHurt
Rahdyxc
-Rahedo
-Rahimo
-Rahis
Rahjer
-Rahy King
-Rai
Rai_3
-Raibu
-Raichue
Raicun
Raid
-Raid Lewis
-Raid My Body
Raideris
Raiderrediar
-RaidriarTGK
Raien
Raihan
-Raihou
Raii
-Raiicrow
Raikesy
Railee
Raimar1
Raimiss
Rain
-Rain Days
-Rain Please
-Rain ee
-Rainbird
-Rainbow
RainbowBeast
Raine
Rainer
Rainforest
Raining
Rainingbroz
-Rainingmeltz
Rainman446
-Rainnos
Rainold
-Rainshower
Raintown17
Raisedbycows
Raiskausrapu
Raisson
-Raisson X
Raistlin
RaistlinFasa
-Raisya
Raivan90
Raizerr
Rajat76
Raje
-Rajgo
-Rajs
-Rajvir
Rakaah
RakadB3
-Rakblood
-Rake
-Rake ur weed
Rakettikala
RakiRaki
-Rakiata
-RakingPurple
-Rakkir
Rakoins
-Rakru1
Rakuko
Rakun Rakan
Rakupenda
-Ralalallei
-Ralgurr
Ralle1208
Rallis
RalorLeetor
-Ralos Rise
Ralp
-RalphLauren
Ralphed
Ralphie3
-Ralphy Jnr
Raltsz
RalvekZul
RamYe
-Ramae
-Ramallah
Ramathorn
-Rambling
Rambo
-Rambo Prods
-Rambo The 3
-Rambo The 4
-RamboBrad
RamboDaddy
-RamboKiddo
-RamboOmega
-RamboSambo
-Rame
-Rame s
Ramen
-Rameses B
Rami
-Rami Tsunami
Ramleh
Rammdude
-Rammmsteinn
RamonZera
Ramonix
Rampa
-RampageOnly
Rampauttaja
-Rampenisse
Ramrod
Ramsas
-Ramsay
RamsayGrejoy
-Ramxious
Ramzis
Ramztad
-Ran-D
RanShakHazar
-Rana pipiens
Ranamen7
Ranarr
-Ranarr Bowl
-Ranarr Czar
RanarrScape
RanarrSmoke
-Ranarrjuice
Ranarrseole
Randalf
Randalfen
Randalicious
-RandallOG
-Randdall
Randeaux
Randecker
Randinator42
-RandlesAlt
-Random Day
-Random763
-RandomGuy771
RandomLemon1
Randomguy38
Randomized
-Randomkul
Randomojojo
-Randsoms
-Randy Rawdog
Randy Rolex
RandyBanger
Randyke
-Randys
-Ranestumies
Rang
-Rang3d Xp
-RangPang
Rangahhh
-Rangatan44
Range
-Range 4 mage
-Range AR
-Range Kiing2
Range4Free
RangeGawd
RangePs
Rangeddddddd
Rangedly
Ranger
-Ranger Fain
-Ranger Hood
-Ranger Uhle
Ranger82592
RangerBoots
-RangerFain
Rangerofgold
-Rangerrr
Rangish
-RangoII
RanjaForLife
Rank
-Rank 1
-Rank 1 Gamer
-Rank 1 Korea
-Rank 1 Norge
-Rank 1337
Rank1Espada
Rank1NA
-Rank350
Rank62
RankOneTurk
-Ranox
Ranty
-Ranul Oracle
-Ranusian
-Ranzo
-Raoul
-Rap50Cents
Rapasuu
-Rapid
RapidCycling
-RapidPancake
-Rapidd
Rapiers
Rapolas
Rapolu
-Rapt0ram
-Rapterzz99
Rapthor
Raptor
-Raptor Jesuz
RaptorLuck
Raptorcaw
-Raptorjk
-Raptorman
Raptorsin6ix
Raptz
Rapu
-Raquelo
Rare
-Rare Arugula
-Rare Chance
-Rare Doggo
-Rare Hat
-Rare Panda
-Rare Pets
-Rare Vibes
-Rareinpepe
Raresocks
Rarity
-Rarity Belle
-Rarma
Rasa
Rascus
-Raseni
-Rasenkage
Rashford
-Raskasta
Raspatil
Rasput1n2k13
RaspyLemon
-Rassaasolo
-Rasta Panda
Rastaclat
-Rastafarlion
Rastamain
Rastaman
-Rat Digward
-Rat Flicker
-Rat Has Dice
-Rat Hunter23
-Rat L Traps
-Rat Lettuce
-Rat Sensei
-RatKing365
-RatWithAGat
-Rata
-Ratchet48
Ratcliffe
-Ratdrin
-Ratenda
RathianSP
Rathmai
-Ratikka07
-Ratlifenerd
Ratlordmax
Ratm
-Ratpno
Ratrace12345
Ratrero
-Ratsy J
RattleSsnake
-Rattled
Rattlerskill
Rattlesnake
-Rauhanrekka
Rauokse
Raur
-Raurshank
-Rauski696
-Rauss
Rauta
-Rauta Juoppo
-Rauta Sorsa
-Rauta Tuomo
-Rauta Urho
-RautaGoblin
-RautaLeksa
-RautaPertti
-RautaPizza
-Rauta_Kessu
Rautafantic
Rautakuma
Rautis
-Rauzee
Ravac
-Ravangerous
Ravanth
-Rave Pants
-RaveBoy21k
Ravedeath
Ravemaste476
Raven
-Raven Frost
Ravency
Ravensword
-Raventodt
Ravers
Ravesyy
Raving
@@ -39127,267 +18924,121 @@ Ravlar
Ravs
RawPhazon
RawRyan
-RawToast_13
-Rawbean
-Rawduggie
Rawest
-Rawke
Rawr
RawrItsKirby
Rawrr
Rawsome
Rawssss
Rawst
-Rawwr Austin
Raxen Light
-Raxorn
-Ray Btw
-Ray Kurzweil
-Ray Rwars
-Ray Sensei
-Ray Squared
-RayCon
-RayMarshall
Rayfort
-RayiiRios
Rayjin_Storm
-Raykin
Rayleighs
Rayleight
RaymanXo
-Raymo
Raymone
Rayne
-Rayne Drop
-Raynel
Raynelie
Rayner91
-Rayo McFly
RayofLight2
-Raypac
-Rayrunner
-Rays Max
-Rayye
-Raz Wolf
-Razaia
-Raze
-RazenOh
Razer
-Razer Elite
Razeren
-Razguld
Razie
-Razih
RazleBadazle
Razor
-Razor Beast
Razor654991
Razorblat
Razoriginal
-Razorshark
-Razrback
Razz1eDazz1e
-Razzle
Razzzoor
-Rb Salvation
Rb2790
-Rc
-Rc Dark Rang
-Rc_Power
-Rcardio
Rcer
-Rckr
Rddrz
-Rds 44
-Rds Nerd
-Rdushi
ReDrOc
-ReFueld
RePeTiiTioN
-ReRemakeAndy
-Re_Rauzo
ReachAround
Reachinator
-Reactate
-Reaction Tec
Reactionary
-Reactionss
-Reactor15
-Read Art
-Ready 123
Ready4pwnage
ReadyToReap
Reah
Reaks
Real
-Real Cute
-Real Earth
-Real Friends
-Real Jesiah
-Real Kev
-Real Me
-Real Reasonn
-Real Skyline
-Real Umbreon
-Real Unlucky
-RealAndBased
RealBoobs
-RealBruceU
-RealDrSeuss
RealJonner
RealKing11
-RealKingBee
-RealLifeBot
-RealLyre
RealMemeVPJr
-RealPeelBoat
RealRicFlair
RealScythe
RealShyGuy
-RealSpeed
RealStoney
Realcorkpig
Realdent
Realflamesss
Realismi
Realissm
-Realist Knut
-Realistg
-Reality
RealitysGod
Really
-Really Spicy
-ReallyToxic
+ReallyBongs
Realpk2004
-Realtank
-Realtor R1
Reap
Reapa
Reaper
Reaper0321
ReaperLucid
Reaperkiller
-Reaping Inc
-Rearrange
-Reaver Tru5t
-Reavus
-Rebaulten
Rebel
-Rebel Serj
-Rebelatto9
Rebelgian
Rebelican
-Rebellgutt
Rebelqt
-Rebir7h
Rebirth
-RebirthFlame
-Rebis
-ReboKhaihang
-Rebooting
Reborn
-RebornMuscle
-RebornNips
-Reborninc
-Rebounder234
Rebuild
Rebuild4free
RebuildLewi
RebuildMitch
Rebuildep
Rebuilders
-Recable
RecentKill
-Recess
Recharge
-Recited
-Recker1o1
Reckless
-Reckless Ell
-Reckless Fyb
-Reckless Lad
Reclaimar
Reclaiming
-Recline
-Reclined
-Recnamalad
-Reco Fam
-Recolddone
Reconjack
Recore
Recover
-RectalRoni
RectalRumble
Rectophobia
Recuder
-RecyclePls
Recyr
-Red Asia
-Red Cavalier
-Red Courier
-Red Duke
-Red Hick
-Red Hippo
-Red Hood
-Red Hot Go
-Red Kool-Aid
-Red Nine
-Red Osrs
-Red Pepper65
-Red Rays
-Red Rockin
-Red Simon
-Red Staal
-Red Style
-Red The Pom
-Red Wings
-Red XIII FF7
-Red hat
-Red partyhat
Red3
-Red6
RedCavalier
RedDwarf
RedGraceful
-RedMare
-RedRambler
RedRatedGame
-RedRathalos
RedRegent
RedRusker
RedTwisted
RedWarlock31
-RedWol
-Red__Mage9
Redael
-Redarekun
-Redbackpker
Redben45
-RedberryLean
Redbull
-Redbull Od
Reddo
Reddragon884
Redflame
-Redgit
Redikarp
-Redisleft
Redius
RedkaWodbull
Redland
-Redlonghorn
RedneckYoshi
-Rednecks
Rednex
-Redninja02
Rednipplee
Redo
-Redo Undo
Redouan94
Redrevolve11
Reds
Redshapes
-Redshok
Redshoker
Redsk1ns
Redskin
@@ -39396,16 +19047,12 @@ Reduced
Reductive
Redus
Redux
-Redux Lux
Redz
Redza14
-Ree Mastered
Reeb
Reececup
Reecesoa
-Reecie
ReedBadass
-Reee
Reeebow
ReeeeZ
Reeeps
@@ -39416,10 +19063,7 @@ ReefyReefer
Reel_Arphios
Reels
Reemov3d
-Reer
Reeyu
-Reeze Tech
-Reflection44
Refleksfrode
Refleksi
Refluxerino
@@ -39428,346 +19072,168 @@ Reformer
Refried
Regal
Regan
-Regelios
Regement
-Regent Pve
-ReggieWeggie
-Reggin Cx
Regie
-Regiis
-Regio
Regular
-Regular Iron
RegularJerry
RegularPlank
-RegulusAurum
-Rehbein
RehlapzZ
Rehoboam
-Rehst
-Rehzzy
Rei-chan
Reibnitz
Reichart
Reidar
-Reids
-Reidtheweed
Reign
ReignInBlood
ReignOfThor
Reigns
-ReikenGIMP
Reimie0x
Reimo
ReimuHakurei
-ReinLassen
ReinMoose
Reince
-Reinkmyster
Reipas
Reisnom
Reisy
-Reita
Reizzaz
-Reject q p
-Rejected Alt
-Rejected Son
-Rejected btw
Rejects
-Rejet-01
Rejey8
Rejuvenating
-RekaScape
-Rekans
Rekenz
Rekkaboi
Rekkerta
Rekkt
-Reklats
-Rekna
-Rekt
-RektHavok
Rekunleashed
-Relaaax
-Relapse
Relapses
Relative
Relatived
-Relax to Alt
-Relent1ess
-Relevancys
Relianah
-Reliefed
ReligionBad
Reliinqish
Relik
Relinquishh
-Relit
RelivinYouth
Relizent
-Relizent2
-Relizents
Rellnquish
Relloktion
-Relmu
Reload
ReloadFaster
Reloox
Relrekis
-Reluctants
-Rem Dogg
-Rembs
Remcodingho
Remedial
Remiejj-BV
-Remiel
Remillia
-Reminded
Reminiscon
Remitin
Remix
-Remixed
-Remmos
-Remmyy
-Remn
-Remo
Remorsed
Remspoor
-Remtar74
-Remvrkable
-Remylz
-Remytouille
-Ren to
RenLady
-RenZelus
Ren_Otori
Renacan
-Renall
Renarin
Renas
Renato
Renauddd
-ReneeIsMaxed
Renegor
Renesau
Renewed
-Rengar
-Rengeki
Renger
-RengokuRS
-RengokuSmile
-Renixion
Rennuts
Rennz
Renovato
-Rensafari
Rent
-Rentb0y
-Renzo Bamf
-Repathor
Repeats
-Rephia
Replayroyke
-Replenished
Replikantti
Replo
-Reply To Me
-Report Biden
Reported
-Reporting U
Reppin519
RepresentRS
-Reprexain
Reps4Jesuz
Reptile
-Reptile God
Reptiliano
Reptillian
-Republic55
-RepublicofRS
Reputism
Reqtile
Requaahv
Requilog
Requin
RequireBone
-Reredrum
-Rero
-Resallude
ResenBallZ
-Resentfully
Reseriant
Reserv3D
-Reshop
Resident
-ResignWonki
Resilient
-Resistzz
Resizable
-Resk
-Resoluutio
Respaze
-Respeat
-RespecTheMax
-Respect Me
-RespectMyDab
Respek
Respire
-Responders
-Respy
-Respyy
ResrvdFinest
-Ressara
RestIess
RestInPce
-RestTooLaid
Restinp3ace
-Restless99
RestoredIron
Restrial
-Restrio
-Resultss
Resultzs
Resupplying
Retendous
Rethie
-Retired Dead
-RetiredMaboe
-RetiredStic
-Retr0virus11
Retro
-Retro PvM
-RetroDeviant
-RetroRaz
-Retrohiili
-Retrovision
Rettent
-RetuKettu
Retupelle
ReturnToOne
Reub
-Reubon
-Reuborn
-Reudo
-Rev Hayter
-RevDragon
RevZamorak
Revamp
-Revamp cF
Revanche
-Revellius
Revelwood
-Revenant MKX
-Revenant Rag
RevenantBoy
RevengerII
Revent
ReveredB3ard
Reverenciar
Reverenz
-ReverieDC
-ReversEffort
-Reversedd
Revi21
-Revilia
Revofev
Revoke
Revolted
Revolving
Revs
-RevsRebuild
Revus
-Revvanth
Revx
Revzvy
-Revzy
-Rewbs
-Rewinds Iron
Rewnlite
Rewns
-Rewo
-Rewriting
-RexCox
RexM
-RexMouser
Rexicur
-Rexkat
Rexun
-RexxNotReal
-Rexxasaurus
-Rexxer69
-Reyes407
Reyko
ReynoldsWrap
-Reystov
-Reyswaldo
-Rez X
-Rezi
-Rezident
Rezka
-Rezki
-Reznx
-Rezy
-Rezz Main
Rezz79
-Rezzn
-Rfsu
-Rgimenez007
-Rgk
-Rgnfrg
Rhaegalion
Rhaegar
Rhaegard
-Rhaegor
-Rhagaea
-Rhastae
-Rhcprule6
-Rheal
Rheece
Rhette
-Rhezmyn
-Rhianne
-Rhien
-Rhiley
-Rhino
-Rhino Art
-Rhino Prime
RhinoNuts
-Rhit
Rhiyia
-Rhk
-Rho Ur Boat
Rhoads
-Rhocky
Rhodesia
Rhogue
Rhondda
-Rhorrn
-RhuBarb3
-Rhubarbino
Rhuina
-Rhyio
Rhyl
-Rhyme
Rhyming
-Rhyninn
Rhynoob
-Rhys Irl
-Rhys25
RhysieBoy
Rhysos
Rhythm
-Rhythm Games
Rhythms
-Rhyw Peth
-Ri v en
-RiJect
RiKoCheP
-Riaever
-Riamo
-Rias
Ribb
-Ribeye1611
Ribinha
Ribitz
Riboku
@@ -39781,63 +19247,31 @@ Riccario
Rice
RiceAndTacos
RiceWrangler
-Ricefishie
-Ricepicker89
Rich
-Rich 1 Hita
-Rich Noob
-Rich Snoe
-Rich13
RichAround
RichGuy X
RichHarambe9
-RichMansDrip
-Richaard
Richard
-Richard Baer
-Richard Moss
-Richard12391
Richards2705
-Richart 123
Richguy3213
Richie
Richterr
-Richxrd
Richy
-Richy Rich
Rick
-Rick scape0
+Rick420blaze
RickAndVorki
-RickDeckard
RickEscobar
RickRab
-Rick_NLD
-Rickard
-Rickeh 1
-RicketyReck
Rickhs
-Rickky Bobbi
-Ricklet
-Ricklewinks
-Rickness666
-RicknessAlt
Rickolas
-Rickos
Ricksking
-Rickstaverse
Ricky
-Ricky Bob E
RickydeRoach
-Rickyj13
-Rickyrevine
-RicoMangos
Ricoo
Ricotayqueso
Riddim
RidePine
-Ridemyhomies
Rider
-Rider Galara
RiderOfRohan
Rider_99
RidgeRacerR4
@@ -39846,309 +19280,168 @@ Ridley
Ridley1990
Ridored
Rie1yReid
-Riektanminol
Ries2
-RiesBatsbak
-Rif
-Rif T
-Rifampicin
Rifen
-Rift Archer
RiftOversoul
-Rig Pig
Riga
-Rigelius
-Riggas
Rigged1
Riggerlyworm
-Righ
Right
RightKnight5
Rightthisway
-Rigid Tony
Riglr
-Rigondead
Rigondeaux
Rigourlas
Rigr
Rigtop25
Rihmakallo5
-Rihsky
Riickkert
Riiggs
Riii
-Riiico Suave
-RiimuRatigan
Riippptttt
Riisi
Riitasointu
Rijst
-Rik M
-RikCastle
RikSavage
-Rikador
Rikalero
-Rikeez
-Rikka-kun
-Rikka-san
-Rikky Flames
-Riksaah btw
-Rikten X
-Riku887
RikuLehDeku
RikuRNG
RikvWesting
Rilah1212
-Riled Up
RilesWright
-Riles_Nation
-Riley Mort
-Riley1098
RileyReidx
RileyVoelkel
-Riltor Storm
Rimbton
Rimorix
-Rimppa97
-Rimuru BTW
-Rinby
Rindos
Ringboi5
-Rinhx
-Rini Keeper
-Rinky
-Rinoa
Rinrus
Rinsumageast
-Rio-Dono
Riolu
-Riona
Riot
-Riot Breaker
-Riot Starter
Riotdeath
-Riotz v4
-Riou
Riouha
-Rip David
-Rip25kChins
RipBigDoinks
-RipFeKeenan
RipLo
RipMagikarp
RipRoidie
RipSnorter46
-RipTheBilly
Ripd
RipePineappl
Ripper
Ripperhino
RippleBear
-Rippn
Ripsin
+Ripsnorter69
Ripstart
Ripulieinari
Ripulirulla
Riri488
RiseOfTerror
-Risencambrie
-Rishhh
Rishloo
-Rising serum
RisingHonour
Risingodslay
Risk
Risker
RiskinPixelz
-Riskule
-Risky Pete
-Risky Ryan
-Riskz92
Rislearn
Rismani
-Risotto
Risperdal
-Risque Moose
Risqy
-Ritchi026
Ritle
Ritopikachu
Ritrole1
-Ritthback
Rittz
Riubuli
RivalIron
-RivalTitan
Rivalguy25
Rive
RivenGasm
-River Kelda
-River OSRS
RiverOfIron
RiverOut
-RiverToSea
-Riveriea
RiverzRaging
Rivy
Riwer
Rixhy
-Riyazzz
RiyuK
RizeNSkrine
-Rizi Bizi
-Rizla King
Rizos
-RizzardWizrd
Rizzhole
-Rizzzoo
Rizzzyisback
Rj8532
Rjtyyi
-Rkaksi
RlCE
-RlCEHEAD
RlFK
RlGBY
-RlP Harambe
RlPMYMANX
-Rlly G
Rmus1
-Rmve
RnBieber
-RnGator
-RnGisFocked
-Rndl
-Rng Depleted
-Rng Maestro
-Rng Rami
Rng4Display
RngIshit
Rngclown
Rnjeesus
-Rnkji
Ro The Boat
-Ro s
Ro2no
RoBoRhino
-RoBoat
RoNNalDis
RoSki
-RoT Nick
-RoT is GAY
Roach
Road
-Road Run
-Road sign 73
-Road to kek
RoadBoat
RoadSpartan
RoadToALLPet
Roadbiker15
-RoadetoMax
-Roadways
Roadz
Roam
-Roaming Sky
Roanen97
Roastedsteak
-Rob Aero
-Rob Hot Dog
-Rob Iron
-Rob Pooner
-Rob Zombie
-Rob2G
-Rob94401
+RobC69
RobDirkson
RobThePole
-RobWilliams
RobWorker
Robb
-Robb uwu
Robbbana
-Robbbbb
Robbiboi
-Robbie EN
-RobbieJ547
Robbin
-RobbinDaHood
Robbo
Robby
-RobbyMatrix
-RobbyRott3n
Robeartoe
Robejose
Roben
-Roben Jr
Robert
-Robert Pires
-Robert Stein
-Robert T
-Robert1f
Roberto700
-Robidoux
Robigo
Robin
-Robin Van H
-Robin564
Robinhoodnow
Robjee
-Robjon7
-Roblit
Robln
-Robln l-l00d
-Robodinho
Robodyx
Robok0p
-Robokiller86
Robolisten
Robologist
Robot
Robpar6
RobsonV
-Robtoe123
Robust
Robyn550
-Roc3
RocheLimit
Rochette
Rock
-Rock Knight
-Rock Nin
-Rock Rage
-Rock The Red
-Rock Wizard3
-Rockabbages
Rockadelic
Rockafellah1
RocketRock88
Rockfists1
Rockford
-RockfordT
Rockin
-Rockin Ness
Rockland
Rocklore
-Rockmaker
Rockrets
-Rocktail
-Rockwell
Rocky
-Rocky 1535
-RockyYourMom
-Rockydig
Rocokoko
Roczor
-Rod Goesinya
-Rod Man
-Rod Monan
-Rod My O
-Rod i
-Rodefe
Rodeva
Rodimus55
-Rodje
Rodney
-Rodney Farva
Rodnirt
Rodnizzle
Rodrick
@@ -40157,133 +19450,77 @@ Roe2
RoeGut
Roebie1
Roei
-Roekoeloos
Roel
Roerbakei
-Roexzy
Roff
-RoffXD
-Roffie
Roffy
Rofie
RoflOs
-Roflaye
Roflmao
-Roflmaomg
Roflologist
Roga
Rogerthatxd
-Rogier504
Rogiertjuuuh
RogretheOger
Rogue
Rogue nr2
-RogueSoul03
Roguestoney
-Roguor
-Rohafin
Rohekonn
-Rohman
Rohmu
-Rohr
Roice
Roid
Roidsy
-Roihuvuori
-Roithamer
-Roixie
-Rojas
-Rokec993
Rokki
Rokushoo
Rolann
-Rolav
-Rold
Rolde
Roldeh
Roldie
Rolex
-RollOurOwnJs
Rolla
-RollandSmash
-Rolleston
Rollin
-Rollin Clean
Rolling
-Rolling Kush
Rolling2Hard
Rollingo
-Rolls
Rollsie
Rolluik
Rolly83
-Rolpharoni
Rolson
-Rom3
Roma
Romad
-Romare
Romarigo
-Romboy619
Rome
-Romein
Romen
-Romen Ranges
-Romeo for u
-Romeos GIM
RomeowL
Romic
Romka
Romo
RompLord
Rompmaninov
-Romway
-Ron Swansong
RonBurgundy
-RonCumtastic
Ronald
-RonaldReagan
Ronbiara
Ronch
Ronco6
-RondVierkant
Rondey
-RoneRackal
Ronescape
-Ronggo
Rongor
Rongrongie
-Roni Hagert
RoniKysh
-Ronn Coleman
Ronnicle
Ronnie
-Ronnie Fe
-Ronnie Ponny
Ronnie518
RonnieKray
-Ronniebob
Ronny
Ronokroo
-Ronpoo
Ronti
Rony
Ronz
Roof
-Rooftop Laps
-RooieRotzak
-Roolon
-Roomhoorntje
Roommaster1
-Roon2h
-RooneyDUNX
-Roonscape
Roosa
Roosevelt19
-Roosevelt69
Roosevelt79
-Roost Coffee
-Root Exoi
Rootman34
Roover
Rooxy
@@ -40291,146 +19528,77 @@ Roozom
Rope
RopeDart88
Ropemaker
-Ropew
-RoqeSVK
-RorannoaZ
-Rorek
RorekMalc
Rorr
Rorvis
-Rory Gall
-Rory Stone
RoryBurnout
-RoryJb
Rorys
-Rosalktha
-Rosco Jenkn
Rose
-Rose Fritz
-Rose of May
-Rose tiara
RoseGold_A
-RoseOnCasket
-Roseanne
-Rosemarrie
Rosemary
-Roses R Red
-RosetaStoned
Roshidragon
-Roshyz
RosieBtw
-Rosieflower
-Rosin0nly
RosinHead710
RosinScape
-Roskamaster
Ross
-RossOSRS
Rossaboy
Rossed
Rossssi
Rossys
-Rosters
-RostiKz
Rosv0
Rot3x
-RotJofaJofa
Rotagilla
-Rotated
Rotation
-Rotelli
Rothen
RothesLatrin
-Rothgor
RotiPrata
Rotiforms
Rotom
Rotta
Rottapoju
Rotten
-Rotten Vale
-Rotten Wang
-RottenEyeMoe
-RottenGurl
Rottencotten
-Rottenzotten
-Rotterdam
-Rotzschrank
Rouge
RougeDev
RougeManiac
RougeThief02
Rough
-Rough Games
RoughINSERT
Rounded
-Rounded Xp
Rounder
-Rounding
Rousey
Rousseau88
Route
Rova
Rove
-Rovicus
-Rovka
-Row Sripple
-Rowdy Tobias
-Rowe5000
Roweeee
Rowg
-Rowinovich92
Rowls
Rowoep
RoxanX
Roxasroxs564
Roxer
-Roxie Valor
-Roxxe
Roy385
RoyLay
RoyZay
Roya2Face
Royal
-Royal 69
-Royal Chief
-Royal Death
-Royal Rain
-Royal Violet
-Royal Wax
RoyalD3sire
RoyalMess
RoyalPurps
RoyalRolf
-RoyalScumbag
RoyalShaco
-Royal_Shock
-Royal_inc
Royan
-Royboy16
Roye
-Royo
Royollie
Roysrols
Roytang5
RoyyyAfca
-Rozensho
-RozirPanda
Rozkol
Rozlucka
Roztomily
Rozzaa
RricketyREKT
-Rro
-Rs Bartender
-Rs But Afk
-Rs D
-Rs God
-Rs Jamal
-Rs Kajcsa
-Rs Olm
-Rs Pikachu
-Rs Wiki
RsBryce
RsGoku
RsOverGirls
@@ -40440,116 +19608,59 @@ Rs_ReeCe
Rsanaded
Rsebb
Rset
-Rsh Katje
Rsh10
-Rsky B
-Rsn Kmt
-Rsn_Adam
Rsn_Dillon
Rtlo18918B
-Rtslash
-Rty
-Ru Ru
-Ru2uo
-Ru6
RuMoRRs
-RuRu-nyan
RuRu09
-Ruan
Rubber
-Rubber Alt
-Rubber Apple
-Rubber Luffy
RubberApple
Rubbery
-Rubbery Ra
Rubee
RubenD
-Rubenich
RubiconGuy
-RubikMouse
-Rubinx81
Rubish
Rubrek
RubsSandwich
Rubss
Ruby
-Ruby Opal
-Ruby Runes
Ruby5001
RubyBlue
RubyBoltSpec
RubyEvelyn
RubyLvledUp
-Rubystealer
-Ruck
-Rucked Faw
Ruckus
Ructions
Rudadoodadoo
Rude
-RudeBoiElj
Rudekid1035
Rudetopia
-Rudi Andre
-Rudii
Rudin
-Rudin Alt
Rudolph
Rudy
RudyGiuliani
Rueben
-Ruel
Rufie
-Rufles
Rufu
-Rufus Shaw
-Rufus xD
-Rug Klachten
Ruge
Rugg0064
-Rugpijn
Rugrat
Ruhl
-Ruhpetitive
Ruhtrik
-Rui HIMimura
-Rui Sand
RuiMariz
Ruimte
RuimteMan
Ruinationnn
-Ruined
-Ruined Kap
-Ruint
-Ruizoeki
Ruk1a
-Rukavi
Ruker
-Rukias Feet
Rukusama
-Ruky
-Rule Elite
-Rule34 Grogu
Rulesy
Rulesyy
Rullmane
-Rum Lad
-RumJeDobry
-Rumble519
RumbleYT
-Rump
-Rump Kicker
-Rumpetask
-Rumpkondens
Rumpleminze
Rumpstag
-Run Alt
-Run Down Mid
-Run n Alch
Run1t3
-Run1t3 Cape
-Run2paradise
RunCMP
RunFreek
RunNhideZom
@@ -40560,199 +19671,104 @@ Runcatsmith
Rundamental
Rundi
Rune
-Rune Scimmy6
-Rune Strg
-Rune Toi
-Rune Trophy
-Rune Tunes
-Rune Woolf
-Rune l Scape
-Rune lennyFe
-Rune mendigo
-Rune-Taneli
RuneAlt1
RuneArguero
RuneBri
RuneFiend
RuneKing2h
-RuneLight
RunePuuro
-RuneShape
-RuneWeems
Runebie93
Runeblaizer
-Runebryter
Runechi
Runecraft
-Runecrafts
-Runed Ltd
Runeiro
Runely
Runeman3134
-RunenSohn
Runepalmu
Runeranta1
RunesCrafted
RunescepxD
RunescepxDD
-Runeshaft16
-Runesniffer2
-Runesr4nerds
Runester9999
Runeukko431
-Runeveeti
-Runeventure
Runey
-Runey Toons
Rungne14
RunicXanadu
Runita
Runite
-Runite Ricky
RuniteNerves
-RunkoPalkki
RunnerTwoD2
RunninBlood1
Runnn
-Runny Rectum
Runnynumber2
-Runolf
Runs
-Runs Laps
Runtellthat4
-Runtu Reiska
-Rup
-RupOSRS
-Rupea
Ruperd
-Rupert Whale
Rupiss
-Ruptured
-Rupus
-RureScape
Ruri
-Rus s
Rush618
-RushAl0t
Rushana
Rushflame555
-Rushing
RushnSuch
-Rushoo
Rusinahousu
-Rusinapulla
Ruskajan
-Ruskeareika
-Russano
RussianLives
-Russian_Fire
Russkill1000
Rust
-Rust Oxide
RustLasagna
-Rustaaaagh
Rusted
-Rusted Ape
Rustee
-Rusticis
Rusticus
Rustig
Rustigggggg
Rustix
Rustu
Rusty
-Rusty Spoons
Rusty99
RustyFoot
-RustyPlastic
RustySimon
RustyStipps
RustyTuna
-Rustydog125
Rustynice
Rustyw
Rusy002
Rut469
-Rutgar
-Ruthacus
Ruthers
-Rutje
Ruto
-Rutten
-Ruttuperse
Rutu
-Ruudcz
-Ruuddie
-Ruup
Ruut
Ruutana
-Ruwe Dollo
Ruzafa
Ruzy
-Rvght
Rvilleboy
-Rvndy
-RvneHQ
RvrseGiraffe
-Rvsta
-Rvvvy
Rwkw
-Rwolfe
-Rx bones
Rx-ll
-RxHarmacist
-Rx_Sparky
-Rxscro
-Rxzm
Ry Jones 21
-Ry T
-Ry n
-Ry-07
RyGuyyy1
-RyKush
RyQzz
-RyRgrMcFrly
-Ryaite
Ryalae
Ryan
-Ryan 178
Ryan8529
RyanApollo
-RyanC203
-RyanFar25
RyanKristoph
-RyanNagato
-RyanPick
RyanTW
Ryanandneal
Ryaneal
RyangalO
-Ryanmattin0
Ryann737
Ryanpage
RyansRebuild
Ryanwouldsay
-Ryawh08
-Rybizzle
Ryca
-Rycerz Arek
-Ryd
Ryder
Ryders
-Ryderwear
-Rydwarf
RyeAnn
RyeEx
-RyePie
-RyeYun
-Ryeron
-Rygelon
Rygo111
Ryhan
-Ryi
Ryjgar
Ryking
-RylanIsLive
Ryleegh
Ryley
Rylios
@@ -40764,216 +19780,78 @@ Ryokojin
Ryolm
Ryoma
Ryougi
-Ryougi Shiki
-Ryouma
Ryoush
-Ryronman
-Rystaloid
-RystyRane
Rytacus
-Rytis
-Ryu Deadass
-Ryu L
Ryugo
Ryuk
Ryukiral
-Ryuko
-Ryul Silvyr
Ryvik
Ryxidius
-Ryyd
Ryzelf
Ryzema
Ryzho
Ryzloh
Ryzou
Rzasa
-Rzy4k
-S 0 R A
-S A S H O
-S A VV A G E
-S C N
-S C U Z Z
-S E T C H
-S G M B
-S I N
-S J H
-S M A S H ER
-S M I L E S
-S O Z O
-S P E E E D
-S Q5
-S Rye
-S Spirit
-S T ACK E D
-S T E F AN
-S T E N
-S T I L L
-S T R 4 ever
-S T R Pwnz5
-S U F F
-S V N E
-S W A N N
-S a z z y
-S acrificed
-S aevar
-S aii
-S ammmy
-S co t t
-S cruffy
-S e 7 e n s
-S e a f o
-S e e j
-S ebbe
-S emi
-S enu
-S err
-S h a n e oo
-S hadw
-S hayzz
-S hea
-S hep
-S imply
-S k u ll y
-S kari
-S l M B A
-S l3
-S nipz
-S ofa
-S offa
-S ofus
-S orrow
-S oulz
-S outh
-S p00ky
-S secy dy
-S t e v e n
-S t i
-S t i g
-S t i x
-S tas
-S u b j e ct
-S uffa
-S unz
-S wan
S-525
-S-Market ll
S00000O0000k
-S0FTPUPPY
S0L0
-S0L0 SL0AN
S0MALISLAYER
S0O0O0O0O00S
-S0S JERRY
-S0UVLAKI
-S0Z4
S0ar
-S0ciety
-S0dra
-S0gg3
S0ldern
S0lomon44
S0lty
-S0nical
S0phie
S0tg
-S0thra
-S11om
-S1MPSLAYER
S1N6
-S1NA
-S1ORM
S1SU
-S1ayzAllDay
S1n0fWrath
S1ngul4rity
-S287
S2u2
-S3 Matt
S3ID
S3W3RSLVT
-S3n4_Hc
-S3oulful
S4M0HT
-S4M20N
-S4v4s
S5peedy
S60RDesign
-S7arburst
-SA alter ego
SAAB_Toxic
SAAIXX
SAGLAM
SAINt
-SAINt Steff
SALM00O00N
SALM00OOON
SAMCRO
SAMMMMMY
-SANDFROG53
-SANFEWLUVR78
SANO
-SANRIPOSYCHO
SANTERCOMTER
-SANTO5
-SANYANOSTRAH
SAPl
SARAH
SARPBC
-SATAN GOD
-SATORIIN
SAUCEnJUICE
SAVVON
SAWPREME
SAlNT
SAlNTS
-SAlYAJlN
-SB DRIFT
-SB Luke
-SB Mac
-SB Mully
SB2K
SBSBSBSBSBSB
-SC0V
SCARED
SCHOOTSFIRED
SCOTUS John
-SCR0TUM
-SCRAMMMBLED
SCRIMS
-SCRT SAUCE
SCYukino
-SC_Josh
-SClarky
-SDC Thursday
-SDV
SDVX
SDemotivated
-SE Alaska
-SE N SE
SECDEF
SELF
-SEMI CHUB ON
-SEMl DEAD
SEPTlC
-SESACO
SETU
-SEXY GRETA
-SFTYALWYSOFF
-SG
-SGNG
SGTA
-SGTX
+SH1T
+SH1TGAME
SH333S
-SH5
SHAD0WBANN
-SHAGED
-SHANK SAMA
SHELDOR
-SHERMnNATOR
-SHElD-HEDA
SHIA
-SHIA_WIRE
SHIDDED0N
SHIIIELDS
SHINY
@@ -40981,143 +19859,76 @@ SHINZ0N
SHOTGUNSUGE
SHRIIlIlIIMP
SHlESTY
-SHlFTER
SHlNl
SHlVER
SIBS
SIDB
-SIGMA MALE69
SIGNZ
SIKKaudio
SILENT
SIMAA
-SIR KIRSI
-SIR_WHAT_NOW
SISDIS
-SIayer
-SIoopie
-SJ7
-SK octorock
SKBToast
-SKBerk
-SKD
-SKDMRX
-SKDee
-SKEEZUZ
SKKi63
-SKlDMARK
SKlNNY
-SKlTZO
SL0AN
SL1T
-SL3DNECK
SL3VEN
-SL90
-SLAAYEEER
SLAP
-SLAP A SL0TH
SLAY
SLAYER
-SLBM
-SLE Casper2
SLEEEZY
-SLNT
SLOpro
-SLV
-SM Esura
-SM Tech N9ne
SM0KE
SMANisonfire
-SMEGMAEATER
-SMGO
SMHeMbRBoB
-SMKoolin
SMOrc
-SMOrc Weeds
SMOrc3000
-SMRT KO
SN0W
SN0WBUSH
SN3AKBO
SNAX
SNAlIlIlIlIL
-SNUIVEEEEEH
-SOCIAL SCARE
-SOLO D0L0
-SOLlD
SOMALISTEVE9
-SOUL MASTER
-SP1NK
-SPAICC
SPANKWlRE
SPLEEBTEZ
SPLODGE
-SPOODERMENNN
SPOOKAH
SPlCER
-SPlCY RAMEN
-SPlDER-MAN
-SQLite
SQSHD
SR0o0RM
SR20
-SRH IM
-SRSwiper
-SS Iron
-SSF Fe BTW
-SSJ2 GhostMO
SSS-Latch
SSamm
SSco0by1
SSironMage
-SSlavic
-SSnakeling
ST0n3
ST3AKS
STAIGZOR
STALlN
STAMPEE
-STARSZSZ
-STAUNCHEST
STEEZ
-STEEZ UwU
STERGS
-STEVEYZERMAN
STEVIO
STElNSGATE
-STElNSGATE 0
STIFT
-STM32 F103
-STOERE OMA
-STPN
-STR m8
-STRZI
STRlCKEN
STRlDERMAN
STSTSTSTSTST
-STUB0RN
STYG
STZY
STlFFMElSTER
-STlNGRAY
SUBAROO
-SUJET0
-SUP3RCLAUDIA
SUPA
SUPERSET q
SUPERTAIKURI
SUPREME
SURPRlSED
-SV_Exon
-SW3GG3RZ
SWAGL0RD
-SWE4TY
-SWlPE LEFT
SYMBI0TE
SYMPATHY
SYRpaperclip
SZP-Qlimax
-S_nacky
SaHiB
SaItbender
SaSoeur
@@ -41126,144 +19937,61 @@ SaZz
Saagarius
SaakeliMies
Saambellah
-Saaq
Saarinen
Saassz
-Sabba
Sabbatix
-Sabbelaar
-Sabeket
Sabel26
Sabelt
-Sabeltann26
Saber
-Saber Alter
-Saber Lilli
-Saber Six
Saberloco
-Saberos
-Sabich
Sabina
-Sabitoo
Sabler
Sabo
-Sabor Fresa
-Sabotaging
-Sabre Doge
Sabretooth
Sabu549
-Sabuwu
-Sac
Sacck
-Sacha Boeyy
Sachets
-Sack 2 Dirty
Sack_Lunch
Sackofeyes
-Sacolyn
-Sacre
Sacred
-Sacred Eli
-SacredArtist
-Sacrificed
-Sad Boi J
-Sad Fat Ugly
-Sad Juggler
-Sad Leaf
-Sad43
SadClownP
-SadJB
-SadPanda94
SadWhiteFalc
SadamBHangin
Sadass
Sadcatxd
-Sadge Izzy
-Sadge2407
-SadgeCry
-Sadgetseg
Sadiq
Sadism
-Sadistic
Sadivy
Sadness
-Sadting
Sadystic
Sadz
-Sadz Rax
-Sae Bae
-Saena
-Saenmin
Saeph
Saerdna97
Saerom
-Saetama
Saetre
-Safavid
-Safcon
-Safe N Sound
SafeFromWork
-SafeUp YOLO
Safecamp
-Safelyfast
-Saff
-Saffat
Saffi
Safiir
-Saftsack8
-Saga
-Sagar
Sage
-Sage Lao Tzu
-Sage Lily
-Sage North
Sage Vegas
SageO6
Sageinventor
Sageme
Sager
-Sager Main
-Sagev
Saggy
-Saggy Weenis
-Sagittarios
Sags
-Saguaro Joe
-Sah D
-Sahin
-Sahonym
Sahra
-Sai
-Sai Chosis
-Sai Saici
Sai1420
-SaiPhai
Said
Saifphire
-Saigyouji
Saiin
Saika
Saikoh
-Saikoo
-Saikou
Saikshin
-Sail Door
-Sailing Prod
Sain
Sainola
Saint
-Saint 7
-Saint Acura
-Saint Andrew
-Saint Bjorn
-Saint Fabioo
-Saint Fellow
-Saint Hatred
-Saint Hyde
-Saint JJJ
-Saint Silver
-Saint Tmi
-Saint Zero
SaintBurgs
SaintDienda
SaintDovey
@@ -41272,466 +20000,255 @@ SaintMilk
SaintPablo68
SaintShiba
Sainted
-Saintri
Saitam
Saitama
Saivaa
Saiyajin
Saiyan
-SaiyanSkinn
Saiyanns
Saiyans
Sajjad
-Sajzi
Sakhmett
-Saki Nikaido
-Sakix
Sakk
-Sakke
Sakkyun
-Sakobi
SakooR
Saksa
-Sakuragi
-Sal Magluta
SalBobo
Salacity
Salad
-Salad Car
-Salad Kareem
Saladhead25
Saladsoup
SalamPacanam
Salamalion98
-Salbo
Salcal
Salda
Saledor
Saleen
Salford
-SaliBronze
-Salih
-Salii
-Saliis Main
Salista
Sallad
-Sallariina
-Salllamander
Salma
Salmelainen
Salmo
Salmon
-Salmon Ikura
SalmonCookr7
-SalmonsRule
Salmos33
Salms
Salomon
Salomon666
-Salone
Salorassi
Salsa
SalsaMurango
Salt
-Salt Mines
SaltInTheCut
SaltPJ
SaltasVolfas
Salte 55
SaltedCorona
-Salten
Saltia
Saltigast
Salty
-Salty 4 Life
-Salty Cris
-Salty First
-Salty Fooker
-Salty Gimp
-Salty Guava
-Salty Slimy
-SaltyNakul
SaltyPears
SaltyPilgrim
SaltyQuackr
-SaltyShrimp
-Saltydivo
Saltzpyre
-Saluskenas
-Salvats
-Sam Biddle
-Sam F
-Sam II
-Sam Knight
-Sam S
-Sam Tha Man
-Sam Zi
-Sam btw
-Sam1
Sam5453
SamFC
-SamGaspacho
SamManSnow
SamV007
SamW
-SamWisely
-Sama ntha
Samadier
Samadieron
Samaji
Samalorian
Samanthix
-Samantics
Samay
Samb0Slice
-Sambal Sauce
Samblader
-Sambwo
-Same Deal
-Same Kid
-Same Thanks
-SameerM0
-Sameling
Samfew
Samfundet
Samgonz3
SammGemm
Sammi80
-SammieRose
Sammito2
Sammjoey
-Sammstera
Sammuel
-SammyGer
Samo
Samoski
-Samphet
-Sample size
SampleText
Samprini
Samps0n
Sampson
Samqqa
Samri
-Sams Main
-Samsara Kama
Samsoniene
Samsora
-Samster8812
-Samu Saukko
Samubidladin
-Samuel Hall
-SamuelBrian
-SamuelP223
-Samuell C
Samurai
Samusar7481
Samwse
Samxy
Samzh
-Samzju
Samzor
-Samzy
-San Quentin
San0
-San200
SanHolo
SanPaid
SanSheng
SanTie
-Sana
Sanada
-Sanark
-Sanbir
Sancta
Sancte
Sand
-Sand Raider
-Sand Shrew
-Sandal Slap
Sandbar
-Sanddemon527
Sandelzi
-Sanderr
-SandhillFrog
Sandhog
-Sandhur
Sandiey
Sandman1
Sandmannen9
Sandogan
Sandokan
-Sandoval Btw
Sands
-Sandviper40
SandwichBag
Sandwichfish
Sandy
-Sandy Claps
-Sandy Land
-Sandy OS
-SandyLand
-SandyMonkey
SandyWexler
-Sane Panda
-SanePizza
-Sanellyyy
-Sanfew Serun
Sangers
-Sangi
Sangotha
Sangtuary
-Sanguinala
-SanguineHawk
Sanguinezti
-SanguisDurus
-Sanitary Poo
SanityCntrl
Sanjachi
-Sanjai13
Sanjin
-Sanka
-Sanka93
SanodersNL
Sanoske13
-Sanphew
-Sans Soleil
Sanshou
Sansos
Santa
-Santa 07
-Santa Chielt
-SantaChristo
-Santapwner
Santasos
Santeri
Santeri333
Santhacine
Sanzoku
-Sanzoku HC
-Sanzu_o
SaoriHayami
Saoro
Saosiiin
-SaphiTheBear
Saphie
-Saphirakush
Saphiro
Sapin
-SapphicDiana
-SapphicEmmmy
-SapphicJade
Sapphirebear
-Sapphirelove
SappieWappie
-Sappihron
Sappphire
-Sappx
-Saqi
Saqib
-Sar a
Sara
-SaraNotDomin
Saradominas
Saradontmin
-Saragomin
Sarah
-Sarah Hagan
SarahWalker
-Sarahsaurus
Saraie
Saran
-Saran07
-Sarangae
Saraph
-Saras BBD
Saratomi
Saraziel
Sarbles
-Sarcasmder
Sarctopus
-Sarcy Csp
Sardaukar
Sardlz
-Sarecren
Sarfar
Sarge
-Sargon III
Sariel
Sarkie
Sarmagedonas
-Sarms Knight
-Sarodin
Sarrafo
-Sarrdukar
-Sarri
Sarriesque
Sarro
Sarrz
-SarthaMewart
Sarthe
-Sarthinox
Sarthorm
Sarumite
Saryit
-Sarytis
Sascha
-Saserdoti
Sash
Sashadow
Saskel
SaskiaNaka
Sasser
Sasslax
-Sasssie
Sassy
-Sassy Rookie
Satada88
Satamari
Satan
-Satan Claus
SatanSquared
-SatanarchyXX
+SatanicFart
SatanicGrill
-Sataniciocus
-Satans Ktten
Satchmoi
Satchyl
Satisfyed
-SativaDreams
Satizfy
-Satoo
-Saturdayxz
SaturnHippo
Saty
-SauLau
-Sauce McBoss
-Saucestad
-SauceyFox
-SauceyHorsey
Saucy
Saug
-Saugy
Saul
-Saul Bloom
-Saul Pvm
SaulMozarela
Sault
Sauna
-SaunaPaska
Saund
Saunders
SaundersRNG0
Saundo
Saunty92
Saurogar
-Sauroiv
SauronsTower
Saus
-SausageRyder
-Savabeel
Savage
-Savage City
-Savage Gamer
-Savage Kush
Savage Mind
-Savage Pimpn
-Savage Titan
-Savage izJkD
-SavageBigL
SavageSource
Savaged
Savakuda
Savalar
Saved
-Saved Me
Savg
Savilahti99
Savior
-Saviour
-Savj
Savjry
Savoureux
Savpryan
Savu
-Savu Nahka
Savustettu
-Savvo
-Savvune
-Savvvy
Savvy
Savy
-Savy Neals
-Saw Em Off
-Saw Siege
Sawanne
Sawaz1
-Sawbonez
Sawdey
-Sawrik
Sawzall12
-Sax
-Saxerpillar
-Saxlord2500
Saxon
-Saxon_knight
-Say Allo
-Say Freeze
-Say Geronimo
-Say Go Put
-Say Gz Rn
-Say aligh
SayMyName
-SayNo2Ebola
Saya
Sayadzin
Sayersi
-Saylorbtw
Saymouseart
Sayonara
-Sayooo
-Saypa
Sayrim
Sayrr
-SaysNiceAlot
-Sazch
-Sazere
Sazme
Sazzarull
-Sboy_90
+Sbeatz420
Sbraga
-Sc ruffy
-Sc0nesy
Sc0ttishDave
Sc1ttl3
ScOx
-ScOx ChrisM
-Scabrick
Scaf
Scaggy
-Scaha
ScalerSlut
-Scales
-Scampr
ScandalousHC
ScannerBen
Scape
-Scape Jam
-Scape Snake
-Scape Steve
-ScapeChad
ScapesGhxst
Scapeskater
-Scapin
Scaping
Scar
-Scar TNL
-Scar of Time
-Scarb OS
Scare077
Scared
-Scared Jr
-Scared Zebra
ScaredOfAll
Scarfade
Scargut
@@ -41740,99 +20257,63 @@ Scarlett
ScarredScape
Scarsx
Scarves
-Scary Face
-Scary Me
-Scary Parrot
-ScaryBrandon
ScaryShadows
ScaryTerry
ScaryVacoom
Scat
Scat19
-Scatheful
-Scatter
-Scea
-Scemblix
SceneGfX
Sceneryy
Sceptile
Scew
Schaapers
-Schams
Scharnhorst
-Scheemz
-Schepo
Scheubz
Schienenwulf
SchijnWerper
-Schildkroote
Schildpad
-Schileru
Schiller1994
Schimy
Schiphol
-Schismo
-Schizphrenia
-Schlaide
Schlak182
Schlanged
-SchlipityDop
-Schlitz
Schlock
Schlowmo
Schlynn
Schmaltz
-Schmelting
Schmidtty641
Schmokeyboii
Schmoovin
-Schmuck
Schmuel
Schmuk
-Schneemann90
-Schnei Yo
Schneidster7
Schneyy
Schnitzel
Schnitzl
-Schnocks
-Schnoob
Schnops
Schnozz
Scholi
Schoolies
Schools
-SchoonCombat
Schooner
Schoonzoon
Schoopity
Schorr
Schout
Schovaval
-Schretty
-Schricky
-Schrodingus
Schuabinator
Schuck
Schuyler
SchwanzLord
-Schweiaos
Schweigende
-Schwiemann
Schwingy
-Schwog
Schwoopity
-SciCloan
-Sciamachy
Sciario
Scids
Scils
Scimi
-Scimista
Scimmy2face
-Scion 1T
ScizR
-Scizorp
Sclass707
Scodran
Scoffs
@@ -41840,160 +20321,81 @@ Scofiz
ScoobaQ
ScoobiedO0
Scooby
-Scooby T1
-Scooby Yew
-ScoobySnack
-ScoobySnacks
-ScoochPoooch
Scoopie
Scoops12
-Scooter999
-Scootr
-Scoots
Scoped
Scorchbeast
Score
-Scoreox
-Scoreyy
-Scori
-Scorial
Scorialator
Scorlibran
Scorpiex
ScorpioBoy
-Scorpslay
-Scorqion
Scortyx
-Scot ty
ScotianHerbz
Scotse
Scott
-Scott 0888
-Scott Men
ScottJ
-ScottKZ
Scotteh
Scottie
ScottieP
ScottsTotlol
-Scottsdale
-Scottvc
Scotty
ScottyPippen
-ScottyThrall
Scottyx
Scourging
-Scouse Lyfe
-ScouseBandit
-ScouseThanos
Scout
-Scout Dorvis
-Scout Troopr
-Scout a raid
-Scouting UIM
ScoutnStake
Scowder
-Scp-2786
Scr0t
Scradmaster
Scraex
-Scrafo
Scrambledleg
Scrap
Scrappy666
-ScratchGolfr
Scratchzilla
-ScreamIM
ScreamSavor
Screeb
Screen
Screws
-Screws Floor
ScrewstonTex
-Scrig
-Scringo
Scrkidzl12
Scrotboy
-Scrotetseg
+Scrotum
Scrruff
Scrub
+ScrubOfOsrs
Scruba10
-Scrubgod
Scruffy
-Scrums
Scryzen
SctyDsntKnow
-Scuba Steev7
ScubaSnacks
-ScubaSteveOG
-ScubaStweeb
Scuff
Scuffed
-Scuffed Jesu
-Scuffed Ming
-Scuffed Sire
ScuffedGoose
-Scuggie
ScumBagAlex
Scumbag
-Scumbag Joe
Scummy
ScummyMonkey
-Scumpi
Scurlll
-Scuro
Scurrilous
Scuto
ScuttleAway
-Scuzz OS
Scvthe
Scwubs
Scybin
-Scyld
Scythe
ScytheOrNeck
-ScytheShreds
-Scytheer
Scytheplease
Scythes
Sdelta230
-Sdsdsd789
Sduckk
-Se Ki
-Se rena
-Se7en Rye
SeBambi
-SeDzz
SeLeV
-Sea 7urtle
-Sea Anemone
-Sea Buoy
-Sea Hawkins
-Sea Lobster
-Sea Monk
-Sea More
-Sea Saint
-Sea Slugs
-Sea Turtle
-Sea Turtles
-SeaManTaster
-SeaShanty
-SeaShellKing
Seagal
-Seagaru
-Seagate
Seal
Sealab
-Sealegs Btw
-Seamlessly
-Sean E
-Sean Is
Sean278
-SeanIsHiding
-SeanRich1
-Sean_C
Seande4
-Seangie 91
Seanii
Seantjl
Seany4444
@@ -42001,54 +20403,22 @@ Seanye
Seanz
Seapy
Searched
-SearingPain
-Searob
Seas
-SeasTheDay
-SeatGeek
-Seated
Seater
-Seater HC
Seath1552
-Seatoad
Seaweed
-Seazeee
-Seb Fe
-Seb Lt
-Seb Sob
-SebBTW
-Seba Iron
-Sebis
Sebla
-Seboeber
-Seboobs
-Sebukai
-Sebzy
-SecBongToke
Secho
-SecondMars
SecondStage
-Secondary
-Secondes
Secret
-SecretlyACat
Secretly_Bad
-Sectokin
-Sector Six
Seculish
Secwai
Sedap
Sedentary
-Sedlom
-Sedrf23
-See Too Far
-See u em
-SeeMeGoing
SeeYou
Seed
-Seed Of Dee
Seed386
-Seeeek
Seeejay
Seek
SeekerofIron
@@ -42056,425 +20426,224 @@ Seekerz
Seeking
Seeliss
Seems
-Seems Legit
SeemsFair
Seen
-Seen A Babe
Seenoevil
-Seery
Seerz
Seffer Kover
-Sefirah
-Sefka Sil
-Segelpaatti
-Segma
Sego
-Segs69
SeibaRaion
-Seifeltz
-Seifer666666
Seig91
Seighilde
-Seigneur5000
-Sein Blut
Seiskalehti
Seiverna
-Seiya216
-Seize
Sejaeek
-Seje
Sejj
SejjNesta
-Sek Loso
-Sekaiyatra
-Sekava
Seko
SektorQ
Selaphiell
-Selastiri
-Selbyen
Seldrium
Selectic
-Selena Gomes
-Selesi
Self
-Self Attempt
SelfStanding
Selfie
-Selina Kyle
Selj
SellMaxMain
-Sellerz
Selling ROTS
-Sello_Hunter
Sellu
Selmer
Selostaja
-Selyk
-Semantic
-Sembient
-Seme
Semestro
Semeul
Semi
-Semi-Stable
SemiReliable
Semih
Seminary
Seministi
Seminoles
-Semirare
Semlan
-Semours
Semper
SemperOP
-Semperlex
Senarii
Senbonzakra
Sencillo
-Send Backup
SendItKing
-Sengster
Senhor
-Senhor Prego
Senia
-Seniab88
Senior
-Senior Wells
-SeniorCui
SeniorLep
-Senis6
Senjor
Senkaiye
Senkuu
-Sennno
-Senny Bridge
-Seno 45
Senor
-Senor Grumpy
-Senor Nub
-Senor Patata
SenorMarcSux
Senpai
-Senpai Avv
SenpaiDecer
SenpaiiGod
-Senpenbanka
Senpukyaku
-Sens Army
Sens249
-Sensas
Senses
-Senses Fail
Senses12
-Sensie
SensualSnail
Sentinel
Sentristi
Sentrosi
Senturia
Senzel
-Seoyeonnie
-Separi
Sephiore
-Sepi testaa
Sepper
Seppiee
-Seps
-September 26
Septic
Septimus
-Sepv
-Sequenced
Sequin
Sequinex
Sequissimo
SequissuAnau
-Ser Bone
-Ser Boris
-Ser Kelvin
-Ser Paddles
-Ser Percy
-Ser dracarys
Seracid
-Seraff Fe
Seraph
-Seraphine BF
-Serblicious
SerenShadows
-SereneMarine
Serenity
-Serenity Now
-Sereri
-Serfival
SergeiSativa
-Sergonomicus
Serial
-Serialist
Serine
-Serioga One
SerionKiller
SeriousLip
Seriousruss
-Serkr
Serkus
-Serls
-Sernara
Sero87
-Seroplex
Serori
SerotoninBTW
-Serpent Sin
-Serpico
Serpula
-Serpy
-Serros
SertCocuk
Server
Servia
Service
-Service Jobs
-Service user
Sese
Sese778
Sesil
-Sessanna
-Set h
SetItToWumbo
Seta
Seth
-Seth1711
Seth6191
-SethH350
Sethalas
Sethliu
Sethmare
-Setko
Seto292
Settled
-Setzal
Seut
Sevadeg
Sevalt
Seved223
-Sevenation
Seventh
-Seventh Son
Seveoon
Seveoonn
-Severith
Sevie
Sevvy
Sewdri
-Sex Beast
-Sex Gods
-Sex Sea
-Sex Vibe
-SexEZ
SexFerguson
-Sexi Rat
-Sexperience
-Sexsi
Sext0n
Sextor
-Sextuple
-Sexy Carl
-Sexy Cholo
-Sexy Style
-Sexy Will
-SexyFatGirls
-SexyLefty
-SexyPeaches
-SexyShooterr
-Sexyteurs
-SeymourAses
+Sexy
+SexyBish
Seyriu
-Seytan
Sfa05
Sfannie
-Sfd
Sfen
-Sfouf
-Sg Mini
-Sgn
-Sgs flames
-Sgt
-Sgt J0hns0n
-Sgt Jacques
-Sgt Moogoo
-Sgt Ru642
-Sgt Salliss
-Sgt SaltySac
-Sgt-Sub0_99s
SgtBuurman
-SgtSausy
-SgtSlaughtur
-Sgtbea93
Sgtfatboy
Sgtsoldier
Sh00t3r2O2O
-Sh0rt Lived
Sh0rty
Sh0w
Sh3pathome
Sh4d0w009
Sh4dowfox
Sh4rice
-Sha r k
Shaan
ShabooBopWoW
Shabot
-Shaboun
Shabuski
Shaco
-Shaco Bot
ShaddyB
-Shade T
ShadeSlay
-ShadedWizard
Shadedmedic
Shadeknightt
-Shadesypoo
Shado
-Shado Man69
-Shadonnon
Shadow
Shadow Flare
-Shadow Left
-Shadow Specs
ShadowBobado
ShadowBoy001
-ShadowFink
-ShadowGodEU
-ShadowJosh
ShadowMakerz
-ShadowPrism9
ShadowSinz
ShadowSniper
-Shadow_006R
Shadowclysm
Shadowcra
Shadowlimes
-Shadowmax666
-Shadows Fall
Shadowscreen
-Shadowsun
-Shadowwheel
Shadsnp2017
-Shadum
ShadwRoca
Shady
-Shady 716
-Shady Glade
-Shady Shin
-Shady417
Shady78
ShadyMilkMan
-ShadyMinkins
-Shadys Bro
-Shadysider
ShaftyKrafty
Shafu
Shagnarok
-Shags Bussy
Shagzy
-Shahe D
-Shahub
ShakaLakaInU
Shake
-Shakeem
-Shakeman
ShakenSoda
Shakkas
Shakuuuur
-Shalamaar
Shalendra
Shallistera
-Shalomga
-Shalysa
-Sham on Osrs
-ShamSavior
Shaman
ShamanJon
ShamanLizard
Shamanletics
Shambler96
Shame
-Shamiina
Shampoe
-Shampoo
Shamsal
-Shamu
-Shandaie
-Shandooobie
Shane
-Shane F3
ShaneSJ
Shanee-oo
-Shanem24co
Shaneobrahhh
Shaner
Shanfew
Shania
-Shania Twain
-Shanizmo
Shanked
-Shanked it
Shanks
-Shanks Haki
Shanksen
-Shantaaa
-Shantar
-Shanteven
Shantideva
-Shapalo
Shapaz
Shape
Shaper
Shapii
Shaqs
-Shaqster1k
-Shaquayquay
Shard
-Shard 2
-Share E R
-Share Sucks
Shareit
Sharing
Sharingan
-Sharingan x
SharishaXd
Shark
SharkTheBait
-SharkiFan
Sharkie200
-Sharkie92
Sharktail
Sharkyyyyy
Sharmac
Sharmz
-Sharn
Sharoxi
Sharp
Sharpeyy
Sharpgut
-Sharpi e
-Sharpie
Sharpman767
SharpyClaw
Shart
-ShartEnjoyer
-Sharven
-Shasan501
-Shat 2 Hard
Shatllef
Shatter
-Shatter Day
Shaun
-Shaun R
Shaun135961
-Shauna Vayne
-Shaunhunni
Shaunni1
Shaunrnm3
Shaunyx
@@ -42485,460 +20654,236 @@ ShawnBW
ShawnBay
ShawnXL
Shawni
-Shawnoh
-Shawrysx
-Shay Kirbuti
Shaya
-Shaya Rene
-Shayd
Shaykolade
Shaymuz
ShaynRS
Shayne
-Shayne 1
-Shayne Topp
-ShayneW
-Shaziyen
-Shaznon
Shazu00
Shazzys
-Shckizm
-She Moist
-She Slackin
-She is lvl18
-Sheashanera
Shebbi
-Sheep
SheepKhalifa
SheepTrainer
-Sheepi
Sheeppo
-Sheer freeze
-SheeshSkicka
-Sheeshlor
Sheetm3tal
Sheetz
-Sheev
-Sheff-Rah
-ShegoSimp
Sheguey
-Sheikk
Sheilaaaa2
Sheivattu
-Shelbgasm
Shelbi
-Shelburz
Sheldore
Sheldozer
Sheli
Shelios
-Shelkun
ShellBeRight
ShellLeeBee
Shelldunk
Shen
-Shen Btw
-Shen-pai
Shenfu
Shenkie
Shep
-ShepShep95
-Shepher
-Shepherdess
Sheq
-Sherbert96
-Sherkey
Sherlock
-Sherlock 07
-Sherlockness
-Shernz
Sherry
-Shertie
-Shes Nasty
-Shes Royal
-Shesterkin
Shev64
-Shevzzz
-Shewolf Nova
Shezwick
-Shh
-Shh Im Maxed
ShiaLaBuff
Shiba
-Shiba Miyuki
-Shibidy
Shiddy
-Shieldy
-ShiftWorker
-Shifteroo
-Shifterr
Shiftless
Shifty
Shiftynifty
Shiftyy
Shifu
-Shigure
-Shihyi
Shiifty
Shiiftyy
Shiit
-Shiit head
Shikhar
Shilo
-Shilo Void
Shilomies
-Shilvah
-Shimmeister
Shimosh
-Shin Nohara
ShinMalphur
Shinchi
-Shine tales
Shing
-Shinichiro
Shinigami
-Shinigami 07
-Shininess
ShiningStar0
-Shining_Bind
ShinnGee
Shino
-Shinobi
Shinook
-Shinox
Shintaz
Shintygod
Shiny
-Shiny Dragon
-Shiny Glue
-Shiny Mew
-Shiny Olm
ShinyMimikyu
ShinyNoctowl
ShinyShyvana
Shionono
-Shioshii
-Ship I
-Ship s
-ShipCaptCrew
-Shipoden
-Shipppo
-Shippy
-Shir
-Shir0u Emiya
-Shirakami
Shiramasen
Shiranaii
-Shire Fox
-Shiredragon
Shiri
-Shirlan
Shirts
-Shishkemax
Shiskey
-Shiv HD
-Shivals
Shivered
-Shiveron
Shivers888
Shivoc
-Shiyah
-Shizlo
-Shizzus
-Shmazza
-Shmeckington
-Shmecko
-Shmelf
-Shmerlin
-Shmew
-Shmexy
-Shmidtie
-Shmo
+Shiz
Shmoah7
-Shneeb
Shnoobed
-ShoToy
-Shoarma
Shoarmadyl
Shocka
-Shocked
Shockedme
-ShockerMe
-Shockzeyy
Shogaol
-Shompy
Shongrislomg
Shonion
-ShooK em
Shoog
-Shook
Shoopdiesel
ShootYaSkool
Shootem40
-Shooty Tater
Shop
-Shopferix
Shora57
Shore
-Shorelyy
-Shorez
Short
-Short Mike
-Short Tale
ShortHoppe
-Shortec
Shortguy
Shortstop819
-Shortz360
Shot
Shot1200
Shotixx
Shotoer
-Shotzz
-Shoulderr
Shouto
Show
-ShowFeet
-ShowUrPits
Showby14
Shower
-Shower Maxed
Shown
Showtek
Shozen
Shpee
Shpikey
-Shpongle
-Shrabbaa
Shran
Shredded
-ShreddedMD
Shregz
Shreikkiller
Shrek
-Shrek 6
-Shrek BTW
-Shrek2
ShrekLovr
-ShrekazoidPR
Shreksalot
Shrik
Shrikems
-Shrimp 72
ShrimpForx
ShrimpStick
Shrimpa
-Shrimping
Shrimpster
Shrimpy5
Shroden
-ShrogTheBarb
Shromik
Shromu
-Shroom God
-ShroomLord17
Shroomjak
Shrtct
-Shrumes
Shtankybruce
-ShuZ
Shuaston
Shuckle
Shuddie
Shuffleee
Shuiin
Shultzy
-Shun Conery
-Shundo Mew
-Shungite Bar
Shuno
-Shunolog
Shunpown
Shunrai
Shunseh
Shupa
-Shure
Shurty
Shut
-Shut Up Megg
-Shut Up Mmeg
Shutnik
-Shv
Shvne
Shwift
-Shwiftzy741
-Shwoompy
Shwoop
-Shxtn
-Shy Kirino
-Shy Mew
-ShyElfTrap
ShySphincter
-Shyhorsegirl
-Shyphii
-Shypsena
-Si Ya
-Si d
-Si mp
SiFu
-SiIver Fang
SiRzZ Zeref
-Sia
-Siallus
-Siamees
SiameseCat
Siamogale
-Siane
-Sianna
Siber
Sibling
-Sic Mundus
SicSolaFide
-Sicariiarum
Sicily
Sick
-Sick Degen
-Sick Ego
-Sick Giraffe
-Sick Irony
-Sick Main
-Sick Mark
-Sick Pet
-Sick Skill
-SickFam
-SickGainsBru
SickNasty
SickPete
-SickPump
Sicka
Sicker
Sickhuman
-Sickhunt
-Sickle76
Sicknez
Sicko
-Sicko Stronk
-Sickvibe
-Sicxness
-Sid and Geno
Sidabras
-Side B
-SideChump
-SideMeatt
-Sidecutters
Sides
Sidewinder15
Sidge
SidijuS
-Sidin1
-Sidka60
Sido
Sidocahn
-Sidro
-Sie
SiebScho
-Siegmeyer14
-Sielunveli
-Siemke
SiennaEhtycs
-Sierra Echo
Sierzant
Sierzy
Siesta
Sifu
-SifuPlankton
-Sig Man
-SigSauer
Sigarda206
-SigeFrid
-Sigefride
+Sigg69
Siggen
Siggie
Sigh
Sighlent
SightUn
-SightUn Seen
Sighted
SightlessDog
Sightlines
Sigiis
Sigin
-Sigma Blood
-Sigma Oasis
-Sigma Seven
-Sigmarz
Sigmazeous
Sigmet
Sign
Signd0g
-Signoth
-Sigrudson
Sihana
-Sihl
SihuiRS
Sihva
-Sihva Dark
Siida
-Siiiiiiix
Siimon3
Siimse
Sijmen
Sika
Sika-Mika
Sikauss
-Sikerrim
Sikko
-Sikko NL
Sikkosaurus
Sikn
Sikruz
Siks
Sikskilla
Silanz
-Silasco
Silavex
Silcaria
Silcooper
Sild
SilenceSC2
-SilencedAF
Silent
-Silent Sky
Silent too
SilentEnmity
SilentFabric
SilentFaux
-SilentQ
Silentzsword
Silicon Z
-Silinsh
Silixi
Silky
-Silky Beauts
Silly
-Silly Asian
-Silly Kev
-Silly Rum
-Silly Virgin
-Silly Zilly
SillyPsybin
Sillyibexe
Silmarilli
-Siloxane
SilvaAlzir42
Silvaa
Silvado
-Silvanla
Silver
-Silver Cave
-Silver King
-Silver Lugia
SilverForM
SilverLining
-SilverPuni
SilverRizlas
SilverTeej
-Silverado
Silverang
Silverbluds
Silvercrux
@@ -42948,244 +20893,89 @@ Silverimo
Silverxlion
Silviii
Silvoan
-SilvrLining
Sim Aero
Simeeon
Simel
Simetra
-Similuck
-Simmcheck
Simmi091
-Simmie
Simmololol
-Simmondz
-Simmumah
-Simno Karys
-Simoggy
-Simon Bruh
Simon Jnrr
SimonCookie
-SimonCowell
-Simone Weil
-Simp Andy
-Simp4Jessy
-Simp4Science
Simp4Tanz
-Simpa
-Simpinz
Simple
-Simple Helm
-SimpleSlays
-Simplekinz
Simplest
-Simplex
-SimplexDabs
Simplicitey
Simplicityx
Simply
-Simply Quiet
-Simply Sam
-SimplyBadass
SimplyBetter
SimplyFresh
SimplyLlama
-SimplyNikki
SimplyPro
-SimplyRiolu
SimplySendIt
-Simply_JS
-SimppCatcher
-Simpson
-Simse
SimulatedYou
Simutrans
-Sin Cena
-Sin Cere
-Sin City
-Sin Dragon
Sin0fWrath
SinCrux
-Sinappihauki
Sinasappel
Sinatra
Sinbad
Sinbvd
Since
SinceOldDays
-Sinclair Oil
Sincoura
Sindo
-Sinefeld
Sinerule
Sinetine
-Sinferna
SinfulDesire
-SinfulDingo
Singerderek
-Singulares
-SingulariTx
-Singularry
-SinikOG
Sinister
-Sinister C6Z
-Sinister Key
SinisterLeft
Sinisterz06
-Sinistr Dave
Sinitank
Sinixx
Sink
Sinka
-SinkingUnder
-SinnerUK
Sinner_Blue
Sins
-Sins of Thor
-Sint Truien
Sinta
-Sinterglass
-SiontC100mph
Siorri
Sioux
-Sip Cleeko
-Sipa
SippinBeers
Sippy
-Sippy 1
-Sipsta
-Sipuliparoni
-Sir Zhao
-Sir 0wnalot
-Sir Ali
-Sir Ante
-Sir Boberton
-Sir Botje
-Sir Brandito
-Sir Burritoe
-Sir Chancho
-Sir Colossos
-Sir Daven
-Sir Deedge
-Sir Delwin
-Sir Doland
-Sir Doobies
-Sir Elusive
Sir Epic 3rd
-Sir Ferreus
-Sir Fire Ki
-Sir Frekkel
-Sir Fudmire
-Sir FurDude
-Sir Galleth
-Sir Godfree
-Sir Graj
-Sir Ial
-Sir Idwaly
-Sir Iron 4th
-Sir Jamie N
-Sir Jinhai
-Sir Junn
-Sir LafaLafa
-Sir Lanofg
-Sir Leadfoot
-Sir Lidd
-Sir Lobster
-Sir Luke1627
-Sir Max Tb
-Sir Mordacai
-Sir Mr Bro I
-Sir Nak
Sir NichoIas
-Sir Nuggers
-Sir O Tonin
-Sir One Shot
-Sir Peg
-Sir Poisonfa
-Sir Pur Paul
-Sir Queeffin
-Sir Reflex
-Sir Reos Lee
-Sir Rhaenir
-Sir Rolf exe
-Sir Seifer
-Sir Shrimps
-Sir Slyck
-Sir Son Goku
-Sir Sparhawk
-Sir Stidi
-Sir Stitch
-Sir Sucellus
-Sir Sven
-Sir Tanner
-Sir Ton4
-Sir Towliee
-Sir Truble
-Sir Var4
-Sir Ving
-Sir Vkk
-Sir Whipit
-Sir Wismar
-Sir Wojtek
-Sir Zakar
-Sir friezer
-Sir philippe
-SirAirik
SirAmikVarze
SirAngo
SirArcAngel
-SirArimal
-SirBabbers
SirBerus
-SirBjustice
SirBoma
-SirBoopin
SirBroderick
SirCapper
-SirChknNuget
SirCoolAsian
-SirCumsAlil
-SirDanSolo55
SirDarrBear
SirDeimos
-SirDouglass
SirDougles
-SirDoyvid
-SirDude
SirEfficient
-SirEskimo
-SirFroggits
-SirGillespie
SirGoki
-SirGrimsby
SirGrizzly
SirHines
SirHmm
SirHollywood
SirHumanBean
-SirIronyMan
SirKakoiml
SirKefir
SirKill
SirKulls
-SirLarry55
SirLoinalot0
SirLunarias
SirNexALot
-SirOcean
-SirPegAsians
-SirPhockQ
SirPoo
SirPwn
SirRebs
-SirRuck
-SirSanders
-SirSchmoopy
SirShakes
SirSilky
SirSlayalot
SirSpicius
-SirSplinge
-SirSunTitan
SirSwaggzz
SirTrea
SirVenompool
@@ -43195,92 +20985,49 @@ SirYiffer
Sir_massmo
Siraxis3310
Siraz
-Sircamm
-Sircarenot2
-Sirdedalot
-Sire Edward
SireSucks
-SirenMan
Sirhca
Sirius
Sirixen
-Sirjoshihad2
-Sirkuspelle
Sirlagger
Sirlightboy
Sirmordred44
Sirnuclear
-Sirroyce
-Sirsa
-Sirsteve99
Sirstynkalot
Sirswish4
Sirtippy23
-SisiJones
Siste
-Sit Quietly
-Sit xD
-Sita Koll
-Sita Rama
-Sitharii
Sithlord
Sitinduck
Sitt
-SiuMan
Sivior000
-Six 3 Ohh
-Six Dix
-Six Kills
-Six Seasons
-Six Sen6e
-SixFootAmigo
SixOhFour
Sixcess
-Sixfoot0001
Sixint
Sixpkabs
Sixpounders
-Sixten106
-Sixthflag
Sixty
-Sixty N9ne
SixtyNine73
-Siynistr
Sizashi
SizeMan
Sizer
-Sizzle Cat
-Sjaak
-Sjak
Sjakk
-Sjakk Spill
Sjappy
Sjeb
Sjele
Sjenjatje
Sjenkie
-Sjokoladebit
Sjoni
SjonnieDon
-Sjonsen
Sjotha
Sjulstad99
-Sk Gollum
-Sk Scooter
-Sk ky
-Sk u lly
Sk1llzy_RS
Sk1ttlz
Sk8rgrl474
SkHiCharisma
-Skaaddoosh
-Skaane
Skachoo
Skada
-Skada N
-Skade
Skaduw99
-Skaf
SkaffeAgent
Skaicius
Skaikru
@@ -43288,124 +21035,69 @@ Skailas
Skakkae
Skal95
Skanderbeg
-Skank Hunt32
-Skarboeblie
-Skarking
SkarmBliss
-Skars Iron
Skaryth
Skate
-Skate Squirt
-Skatemyboard
-Skater 1299
-SkaterJord
SkaterSkillz
Skatergod
Skaterlegs
Skaterune3
-Skaufel
-Skcoot
-Skedeby
Skedsauce
Skeeb
Skeer
-Skeesh
-Skeeterstein
SkeetlzPopz
Skeff
Skeggy
Skelebral
Skelethon
-SkeletonSex
Skelex
Skelnik
-Skelpy
Skely527
-Skelytom
-Skepp
-SkeptasMum
-Skeptical
-SkepticalSol
Skere
-Skere Bert
Skermy
Skerp_Perp
Skertt
Sketch1e
-Sketchiin
-Sketti Water
-Skewp
Skezi
-Ski Gim
-Skiba
-Skibidi Tob
Skibidibills
Skidoodlee
SkiemLord
Skifree
-Skilane
Skill
-Skill Will
-Skill issues
-SkillFatigue
SkilldSkitzo
Skilldriver
Skilled
-Skilled Boof
-Skilled Roy
Skiller
SkillerC4
-Skillerbabes
-Skillersj
-Skilless
-Skillexi
Skillhunter1
Skillian89
Skillius
Skilll
-Skilllzdan
Skilln
-Skillpace
Skillpadden
Skills
-Skills Ahoy
-Skills Boss
-SkillsPets
SkillzGainz
SkillzLmao
Skillza
Skillzzz
Skilor
-Skimer
SkinStitches
SkinTone5
SkinnedYoshi
Skinny
-Skinny Mage
Skinthix
Skinyoualive
-SkipTheTask
Skipi
Skipper996
-SkipperMcgoo
SkipperPing
Skippy
-Skiptutorial
-Skito
-Skittlz Doc
SkitzRs
-Skitzad
Skitzpatrick
-Skizzles
-Skj
Skjaera
Skjeberg
Skjelve
Skkarpz
-Sknnywhteboy
Sknor
-Sko Birds
-SkoalSnus
Skodem
Skoh
Skol
@@ -43413,7 +21105,6 @@ Skold
Skolder
Skolzera
SkoobiDooby
-Skooier Bibs
SkoomaPls
Skopix
Skopusnik
@@ -43423,37 +21114,22 @@ Skorne
Skorned
Skotten
Skov
-Skovduen
Skovtt
-Skox
-Skral
-Skramlan99
Skreecher
Skreeeech
-Skreeeech Z
Skriptz
Skritman
Skrl
SkroTam
-Skroooodge
Skrote
-Skrrrtle
Skrudzas
Skruf
SkrumpKing
Skrychi
Skryze
-Skubert
Skuddar
-Skul
SkulbIaka
Skuldebrev
-Skull 2148
-Skull Cove
-Skull64
-SkullDemise
-SkullFkdNex
-SkullFricker
SkullTrailYT
SkullTricked
Skulled
@@ -43461,77 +21137,46 @@ Skullhead6
Skullking199
Skullpit
Skulls
-Skulls Jr
-Skumbag Xell
Skummi
Skummy
Skumpy
Skundos
Skunk
-SkunkAsylum
-Skunkerinho
Skunkieblow
-Skwat MD
-Skwurtle
-Sky BIues
-Sky Em
-Sky Mages
-Sky Satan
-Sky VR46
-Sky and Sea
-Sky is mine
SkyBouncer
-SkyBroadband
SkyFlyPie
SkyKnight
-SkyRizzy1
SkySailing
SkySkyClover
-Skyblownet
-Skybussa
Skyda
SkyeKuro
Skyenss
-Skygirl Tami
Skyleosaurus
Skymonster77
Skymore
Skynet1188
-Skyom
-Skype Call
Skyreacher
Skyrider
Skyrider50
Skyrion993
Skywalkingyo
Sl yx
-SlGURD
SlGlL
SlLPH
-SlRCUMSlZE
Slaats
SlabOfCorona
Slabs
Slackington
Slacky
-Sladdbarn
Slade9100
-Sladist
-Slagter
Slain
-SlainThemis
-Slaked
Slakito
Slakje
Slakoth
Slam
-Slam Daddy
Slambo
-Slamdabooty
-Slamdark
Slamer1993
SlammDaddy
-SlammalS
Slamz
Slance
Slap
@@ -43540,71 +21185,35 @@ SlapShot777
Slapen
Slaphead28
Slapmeister
-SlappChopped
SlappaBogan
-SlappeStront
Slappenn
-Slappers
SlappinMango
-SlappybagsFC
Slaps
-Slaps Nuts
Slapzinger
Slaqk
-Slarkan
Slash
Slasher
-Slasher z99
Slasher0708
Slaskepott
-Slate Snake
-Slats
Slaughta
-Slaughtered
-SlaughtrMeat
-Slav Kings
Slava
Slave
Slavish
Slavtonio
Slay
-Slay Addict
-Slay More
-Slay Or Bust
-Slay Pets
-Slay R
-Slay Tim
Slay0rDie
Slay3rmate
SlayAChicken
SlayEeryDay
SlayForFame
SlayForJoy
-SlayImpulses
SlayIsMyfame
SlaySir
-SlayToSkill
Slayaholic
Slayborhood
Slaycation
-Slaydenoob
Slaydo
-Slayem Maul
Slayer
-Slayer 247
-Slayer 267O
-Slayer Azye
-Slayer Clues
-Slayer Helmz
-Slayer King
-Slayer L0G
-Slayer Mid
-Slayer Rome
-Slayer Shark
-Slayer Task
-Slayer XPs
-Slayer bond
-Slayer n gp
Slayer314
Slayer360
Slayer7515
@@ -43613,8 +21222,6 @@ SlayerKingv2
SlayerRyan
Slayerburger
Slayerdog
-Slayerg1g
-SlayerisGame
Slayerknox
Slayerman
Slayers
@@ -43624,32 +21231,22 @@ Slayhades383
Slayic
Slayin
SlayinSkills
-Slaying Poon
SlayingBooty
SlayingDave
Slayingit14
Slayn
-Slayology
Slayosaur
Slayr
Slays
SlaysIronman
-Slayscaped
-Slayter
-Slaytr
-Slayv
Slaywolf
Slayyer59
SlayzyDayz
-Slck Mark
SleanClate
SleazySEAL
-Sleazyscape
Sledgendaddy
Sleeep
Sleep
-Sleep Cycle
-Sleep When
Sleepercell
Sleepgoood
Sleepierz
@@ -43657,376 +21254,181 @@ Sleepiness
Sleeping
SleepingCow
Sleepinonice
-SleeplessC47
-Sleepnaut
Sleeps
Sleepy
-Sleepy Fr0st
-Sleepy Hoop
-Sleepy Mulli
-Sleepy Tired
-Sleepy sound
SleepyPlantz
SleepySus
Sleepybear
Sleepzy31
Sleet56
Sleete
-Sleighbor
Sleightyyy
-Sleighyour
Slemmy
Slender
SlepinHose
-Slepinn
Slepping123
-SleppySnek
-Sletmar Kets
-Slettenbak
-Sleuth
-Slev711
-Sleve
-Slevenderrrr
Slewwyy
Sleya
-Slibbon
Slice
-Slice Dice85
-Sliced1Bread
-Slicer3 0
Sliceseau
Slick
-Slickslipply
-Slicore
-Slidecast
Slides
Slidpanther
Slidz
-SlieNinja
-Slienced
-Slievemore
-SlihgtyWrong
-Slikjee
Slim
-Slim Gandalf
-Slim Paul
-Slim Yogurt
SlimJD
-SlimeShat
-Slimey Fish
-Slimjim
Slimy
-Slimy Uim
-Slingin
Slinkeh
Slinky
-Slioter
-Slipery Peet
Slipory
SlipperySnek
Slise745
Slit
Slizzle
-Sll8
SlnOfWrath
-Slo
Slo w th
-Sloanee
SlobOnMy
-Slojsarn
Slokei
Sloopie
Sloothy
Sloper
-Sloppy Joey
-Sloppy WAP
-Sloppy Zoot
-SloppyGnomes
-Sloppyninj
Slorkie
-Sloshpack
-Slotche
-Sloth
-Slothenly
-Slothery
Slothhs
-Slothly
Sloths
Slothy
SlottedPig
-Slough
Slow
-Slow Down
-Slow Spirits
-Slow blow
-SlowRoaster
-Slowky
-Slowly Dying
Slowpoke
SlowrolI
-Slowxpgamer
Sludgy1
-Slug Kiss
-Slugggy
-Slugjob
Slugr
-Slum Village
SlumberGoose
Slumptality
Slurggi
-SlurmsMcnzie
-Slurmz
-SlurpDaTerp
Slurpez
-SlurpinBrews
Slus
Slush
Slushhy
Slushii
Slushiiii
Slushyy
-Slusserbust
Sluthra
Slutism
-Slutzilla
Sluwe
-Sluwe Odin
Slxpz
-Sly CHRlS
-Sly Guy Matt
-Sly Shy Guy
-Sly Spyro
-SlyPancakes
Slyfocs
Slyjack
Slymax
Slypes
Slythiren
-Slyzuh
Sm0keyMcpot
-Sm0rc420
-Sm1thyy
-Sm6
-Sm8 AJ
-Smaarips
Smac
-Smack Snr
-Smacka Fish
-Smackatosh
-Smacking 0s
Smackintoshh
Smaeow
-Smai
Smajli
-Smal Iron
Small
-Small Chief
-Small Idea
-Small Iron
-Small Paul
Small3y
SmallBlock
SmallBrained
-SmallPepino
-Smallemans
-Smalley
-Sman
Smang
-Smart Dog
-Smart Foam
-Smart One
Smartbabe
SmarteeRS
SmarterMop
-Smartfon
Smartiest
Smartyross
-Smash Vials
Smashing
Smaug
SmaugSlayer
-Sme Cape
Smeared
Smecher
-Smeeezy
Smeegoles
-SmegGIM Gr8
Smeggyweggie
SmegmaJesus
SmegmaL0rd66
Smegmatism
-Smegmboy123
-Smekkes
Smeklius
Smeli0das
Smelix3
SmellMyClam
-SmellingMill
Smelly
-Smelly Butt
-Smelly Guy
-Smelly Kip
SmellyGymSox
-Smellyjeans
Smellypillow
Smess
-Smetvrees
-SmexyBaker
-Smezzie
SmiTHSaNiTy
Smiddels
Smiddle
Smidjorgen
Smii
Smil
-Smil3r
-Smile My Boy
SmileBro
Smiled
-Smilee
Smiles
-Smiley AK
SmileyCyrus
-SmileymanTim
Smilf
-Smiliprophet
Smilts
-Smimi Smumu
SmiqelAngelo
-Smirk
Smit
-Smite Bait
Smite4Ags
SmiteForAgs
-Smited Time
-Smites
Smith
-Smith Inc
-Smith a Cat
Smith2109
SmithRebirth
Smithin
-SmithingWhip
Smithinz
Smithoxmagic
Smithy
-Smithy NZ
Smittyk15
-Smo3
Smoak
Smob
-Smoel Dicht
SmoggyB
-Smokahontaz
Smoke
-Smoke A Bag
-Smoke Brb
-Smoke J Brb
-Smoke Oil
Smoke2Fly
-SmokeChedFTM
-SmokeCheds
-SmokeM0B
SmokeSocial
-SmokeandCum
-Smoked Bacon
-Smoked Ed 92
Smokedale
Smokee
SmokeeLoki
SmokerOfDank
Smokes
Smokey
-Smokey Eyes
Smokey201
-Smokeynutz
Smokeynz
-Smokiecat
-Smokin Clans
-Smokin Perks
SmokinBlunts
SmokinChills
Smoking
-Smoking Hash
SmokingFlax
SmoknDReefer
Smol
-Smol Big Toe
-Smol Kupo
-Smol Lyra
-Smol Pikachu
-SmolDeer
Smoland
-Smolrice
Smooooove
Smooth
-Smooth Draft
-SmoothRabbi
-Smoothlu
Smoothpossum
-SmoqueWeed
-Smork It
-Smoss
-Smot Poking
Smpli
Smuddy
Smug
-Smug Advice
-Smug Grin
-Smulknul
Smurf
-Smurfboard
Smurfed
Smurfingt0n
-Smurfman254
Smurfukas
-Smurghilda
-Smurky Maart
Smurphington
-Smush
-Smush Things
-Smushma
SmushyCows
-Smuvies
-Smuzzle
-Smythy
Sn0op
Sn0rkath420
-Sn0wb4ll
Sn1p3
SnYp
Snabba
-Snack Bar
SnackJack
-Snackspace
Snacktime
SnafuPC
Snaggapus
-Snaghyrnd
-SnailNipples
Snake
-Snake Boss
-Snake Jazz
SnakeSpec
Snakebite37
-Snakebites
Snakedeath2
Snakedogbear
Snakeling
-SnakeskinRag
-Snaks
Snaky
-Snaky Snake
SnapMyCarot
-Snapa7
-Snapboog1e
-Snape Grass
-Snapeeh
-SnapperSnafu
-SnappySplash
SnarTheCook
-Snarbo
-Snarf
Snarflaxus
Snarfsnah
Snarglefox
@@ -44034,110 +21436,62 @@ Snarl
Snarx
SnaszAndrejj
Snatchquatch
-SnazzyLt
Sneak Dissin
SneakEnergy
SneakKhajit
-Sneakbo
Sneakee
Sneaky
-Sneaky Chair
-Sneaky IM
-Sneaky Shark
-Sneaky47
SneakyBaloup
SneakyCake
SneakyEmu
-SneakyFrogg
SneakyGnomne
SneakyOD
SneakyPete
SneakyTay
-SneakyZoot
Sneakymag3
Sneakyvicn
Sneakywaffle
-Sneakz
Snee
Sneekerz
Sneekey
SneekyBeeky
-Sneekydied
-Sneeuwpoeper
Snefnuk
-Sneide O_o
-Snek zy
SnekInMyBewt
Snekkerboden
Snekling
Snekty
-Snekty Jr
-Snelms Deep
Snelmz
Snibzy
Snickers
Snickersbite
-Snicklesz
Snide
-Snide Senpai
-Sniff K
-Sniff this L
-Sniffi
-Sniffin 24-7
-Sniffin Bags
SniffinBags
-SniffingClue
Snifflematt
SniffmySmoje
SniffyMonkey
Snike4
Snikepaven
Snipe
-SnipeOne045
Sniper
-Sniperfrank1
Sniping
Snipor
-SnkyGreninja
-Snlly
-Snny
SnoWorm
Snobby
-Snobby Elite
Snoep
-Snollen
Snoobsteri
-Snoogens
-Snookies
Snoop
-Snoop D9
-SnoopSiah
-Snoopfyzle
Snoopy
Snoot Boops
-SnoozeBolton
SnoozingBear
-Snoper
-SnoreLunaLax
Snorff1
Snorklarn
Snorlax
Snorlax9030
-Snorlaxz iLy
Snorona
Snot
-Snotlapje
Snow
-Snow Day
-Snow Poff
-SnowBunnyhvn
-SnowEmpress6
-SnowManSam
-Snowangel18
Snowballerz
-Snowbaru
Snowclub
-Snowdaze
Snowearth
Snowelle
Snowfall
@@ -44147,144 +21501,72 @@ Snowiest
Snowii
Snowmen
Snowscythe
-Snowsmith43
Snowvof
-Snowy Winter
Snowy2653
Snowyo26
-Snowys Main
SnuSnuShi
Snubby
-SnugLikeABug
Snuge
-SnuggleSnail
Snugglez
-Snugins
Snuift
-Snuite
SnusMumr1ken
Snuskig
-Snusti
-Snuup
Snuus
Snuuska
-Snype_U
-So Far To Go
-So Flattered
-So Inagawa
-So Iron BRUH
-So Jamiezing
-So OSRS
-So Quiche
-So Warm
SoHighhhh
-SoLoH DoLoH
SoMoist
SoSimPol
SoSleepy
SoStronk
SoUhBtw
SoVeryInvis
-Soaa7
Soad
-Soally
Soap013
Soaphia
-Soapybubble
Sobe
-Sobe VII
Sober
SoberFarmer
-Sobibor
-Sobotka
Soburin
-Sobzy
Socca
Soccerc12
Soccermom02
-Soccy
SocialAnxty
-Socialism
SocialistGuy
-Sociality
-Sock Jesus
-Sock Starch
-Sock Stealer
Socket
-Sockks
Socks
Sockum
Socrates
Socrates001
-Socratestes
Soctch
-SodaGrab
SodaLambz
SodaPopPunk
Sodaseg
Sodasokwa
-Sodd
-Sodo Pop
Sodobrasil1
-Soecara
-SoegLeppel
SofaKingHI6H
-Sofakingdom
Soffachka
Sofia
-Sofia Cooper
-SofiaVergara
Sofiero
-Sofoni
Soft
-Soft Chicken
Soft Dump
-Soft Geeves
-Soft Jesus
-Soft to Hard
-Softboil
-Softcorejmac
Softer
Softest
-SoftestFox
-Softice
SogSteelrock
Sogeking
Soggy
-Soggy Napkin
SogxNeutro
+Sohanisgay
Sohcahtoa090
Sohh
Sohl
Sohrac
-Soi
-Soi Cowboy
Soija
-Soisox
-Soivio
Sojuah
-Sol Buendia
-Sol Heredic
-Sol Heretit
-Sol Leo
-Sol Rock
-Sol o
-SolTeevo
-SolaDuaeManu
-Solakoust
Solan
-Solar Stone
-Solar754
-Solarized
-Solarrr
Solaryohm
Solarys
-SolasLexeth
Sold
-Sold GF 4Gp
-Sold My Name
SoldMyRNG
-SoldMyWife
SoldUrDad4GP
Soldaat
Soldaat824
@@ -44293,169 +21575,80 @@ Soldjer
Soldtheman
Sole226
Solek
-Solely
Soley
Solibiobois
Solid
-Solid Snack
Solid Stache
SolidSnape
-Solidtag
Soliform
-Solimanx
Solitary
-Solkrieg
-Sollor
-Solmlet
Solo
-Solo A7X
-Solo Aero
-Solo Arron
-Solo Blitzy
-Solo CM
-Solo Chumb
-Solo Dani
-Solo Foxy
-Solo Geeber
-Solo Gira48
-Solo H3llz
-Solo Hayden
-Solo Herbo
-Solo Idenn
-Solo Jawn
-Solo Jones
-Solo Jord
-Solo Kev
-Solo Mace
-Solo Mus
-Solo Road
-Solo Romte
-Solo Russian
-Solo Sieb
Solo Sirva
-Solo Trojan
-Solo Umbreon
-Solo Ward
-Solo Wind
Solo Xenopus
-Solo Yoyo
-Solo kris
-Solo snapper
Solo2424
-SoloBandit
-SoloBongo
SoloCanadian
SoloDeicide
-SoloDeth
SoloDynamix
SoloFireFist
-SoloFlar
SoloFletcher
-SoloHotDog
-SoloIron30
-SoloMerx
SoloMishMosh
SoloMission
-SoloNotAlone
SoloProject
SoloRob
SoloShow
SoloSloop
SoloSmackbar
SoloSnhaas
-SoloSupOnly
SoloTibbs
Soloable
-Solobussy
-Solocek
-SolohellRat
SoloingLife
Soloman50
Solomasi
-Solomon
-Solomon Kane
-Solomopp
-Solos Turn
Solowerkz
Soloyo
Solsa
-Solucki
-Solufana
Solus
-Solus RS
Solvent
-Solvent less
-Soly Handal
SomalianRats
Somalor
-Somavrana
Some
-Some Pets
-Some Ranger
-Some Use
Some mad dog
-Some1youno
SomeDirtyOar
SomeGoldDust
SomeRSIdiot
Somix
-Somniac One
Somnolent
-Somoshoho
Somppup
-Son Goku MF
-Son Huntr
-Son LeGeND
-Son o Rous
-Son of Akkha
-Son of Hail
SonArtorias
SonBuns
SonIron
-SonNamedBort
SonOfDecay
SonOfGandalf
SonOfWright
SonVsStepmom
-Son_Jo
Sonc
-Sondey
-Sondr
Sondra
Sonekta
Sonett
Song
-Songs Of
-Songsteel
Sonhov
-Sonia Strumm
-Sonic 513
-Sonic Kp3
-SonicYouth
Sonicgg1
Sonics
-Sonics Alt
-Sonidoo
Sonjini
SonneTeufel
-Sonol
Sonsofkyuss
-Sonx
SonyVegas17
Sonycboom
SooCrispyy
SooUnlucky
-Sookadiik
Soolo
Soon
SoonAHusband
Soonifer
-Soop Pock
Soop3rpig
SootSpritez
Soothe
SootyWhale32
-Soph
Sophinx
Sophlex
Sophomaniac
@@ -44466,31 +21659,18 @@ Sora
Soraaxle
Soradin
Sorado6
-Sorarpegius
Sorbits
Sorbosander
Sorcere10
Sorcerer5555
SorcererOdin
-Sorcerio
SorceryFish
-Sordnatra
-Sore
Sorec
-Sorenisbad
Sorenn
-Sorgrum
-Sorinvv
-Sormeton
Sorose
Sorry
-Sorry Iron
-Sorry1mLate
-Sorryganster
Sortable
Sorted
-SorthIon
-Soruve
SosBoerrr
Sosig
Soskiller6k
@@ -44499,244 +21679,131 @@ Sosraid
Soss
Sossukorva
Sossumafia
-Sosuke Aizen
-Sotamage
-Sotetseg
Sothe1
-SotonSteve
-Sottetseg
Soujy
Soul
-Soul Burger
-Soul Scaper
-Soul Sleep
-Soul v9
SoulEater957
-SoulMadness
-SoulOfMidir
SoulSteala
SoulUnleash
-Soulbarrier
Soulbearer
-Soulcape
-Souldia
-Souled 0ut
-Soulja Lance
Soulkilled3
Soulkn
-Soulles
SoullessMask
SoullessWood
-Souloh0
Soulololol
Soulplay Gee
-Souls Mate
-SoulsRampart
-Soultiller
Soulxicution
-Sound Soul
Soundbar
-SoundsOfSoul
Soup
-SoupEyes
-SoupOfTheDay
-SoupTheDuck
-Soupshi
Sour
Sourzilla
SousChefLuna
Sousse
South
-South Dakota
-South Park55
SouthPillar
SouthSide
Southampton
Southenders
Southern
-Southp0le
Souvenierr
Souvis
-Souvis5
Soux
-Sovacam
Sovakat
Soveth
-Sovetskie
-Sovi
Soviet
-Soviet Union
Sovryn
Sow Love
Sowodasoap
Sox207
-Soxinder
-Soy Duro
-Soy Sauce
-SoyBhoy
SoyJuanEuro
SoySoySoySoy
Soyez
-Soylemagne
Soylo
-Soz Misclick
Sozan
Sp00n
Sp1cy
-Sp1cy Ramen
-Sp1cyAvocado
-Sp33Dkillz
Sp33dy
-Sp3c Deck
Sp3nC
SpARioN
SpBongile
-Spaar Lampje
Spaca
Space
-Space Bussy
-Space Lily
-Space Marine
-Space Orbs
SpaceC
-SpaceEnter
-SpaceScape
SpaceToker
Spacealt
-SpacedPinata
-SpaceeCowboy
-Spacejumper0
-Spacing Outt
-Spade-e
Spadey
Spag
-SpagBolCol
SpagHacked
Spaget1111
Spagett
Spajina
Spalling
-Spam Lite
SpangeBerb
Spangebob
Spangl
-Spangledbun
Spanish
-Spanish Dave
-SpankFox
-Spankies Lit
Spanky
-Spann
Sparacino916
Sparc
-Sparc Mac
SpardaWallet
Spare
Spark
-SparkRS
Sparkles
Sparklesbean
-Sparky3433
-SparkyD5
Sparkyo
-Sparre
-Sparta2
-Spartac_us
-Spartacus855
SpartanDrgon
SpartanSheep
SpartanSlick
-Sparte
Spartin028
Sparty
Spasian
-Spat Fastic
-SpatialMagic
-Spattu
-Spaustin80
-Spauz
Spaynce
Spctwm
-SpdrBiteJosh
Speak
Speakerbocks
-SpearRue
Speat
-Speats
-Spebi
-Spec A Ho
-Spec Master
-SpecAgent713
Special
SpecialBus
SpecialGuest
SpecialPVM
Speciiik
-Speckles
SpectrlHeist
Specz
Speechwriter
-Speed Colas
-Speed Wobble
SpeedPony44
-SpeedSouls
-Speedalot ak
Speedball1
Speede
-Speedlund
-Speedrun
Speedster
-Speedy Cd
-Speedy Click
-Speedy Rulzz
Speedy9921
SpeedySpider
Speeldoos
-Speen Big
Speeze
SpejsonNM
Spek
-SpekKas
Spektur
Spellgoth
Spenc
-SpenceSuh
-Spencee
Spenceey
Spencer
-Spencer O
Spencerr
Spencerz
Spend
-Spendlove
Spengineer
Spennel
-Spennel V2
-Spenno 1
-Spensaurus
Sper
Spermlet
Spero
Speshal
-Speshl
-Spesho
Spettkaka1
-Spewis
Spewler
-Spewlie
Spezza
Sphere
Sphinx
-Sphinx66
Sphooner
Spice
-SpicelessJoe
SpiceyBoy39
Spici
-Spici Boi
Spicy
-Spicy Noods
-Spicy Rahman
SpicyMemeGod
SpicyMoney
SpicyPepe
@@ -44744,71 +21811,41 @@ SpicyVitus
Spide
Spider
Spider1357
-SpiderPhenom
Spiderhead
-Spiderpig
Spidersnot8
Spiderw5
-Spiderz 3
SpideyC
-Spidoo
-Spiering
-Spierpijn
-Spigniv
-Spike05
-SpikesterHC
-Spillage
-Spillingx
Spin911
Spineweilder
-Spinkle
-Spinnenking
Spinnenweb
Spinolyp
Spirit
-Spirit Box
-Spirit Cube
-Spirit Owner
-Spirit Rok
-Spirit Sin
Spiritcraft
Spisek
-Spit man
SpitfireSR
-Spitiz
Spizazzy
SpizzyMarz
Splarf
Splarn
-Splash LT
Splash-8
Splashattak
-Splashcarrot
Splasher
-Splashes
Splashley
Splashworlds
Splasion
Splatter300
Spleaner
-Splessp
-Splezaa
SpliceTFY6H
Splidge
SpliffMaster
-Spliffore
-Spliiffy
Splinta
-Splinterhand
Splitarellie
Splitfaction
Sploof
-Spluge
Splyce
Spo0n
Spocuch
Spodey
-Spoice
Spoilted
Spoka
Sponch
@@ -44817,36 +21854,17 @@ Sponkz
Spoodersussi
Spoog
Spookachtig
-Spookadoodle
Spookfish
-SpookiBoogi9
-Spooky Beech
-Spooky Ramen
SpookyCarl
SpookyMain
Spookyou
Spookytoot
Spoon
-Spoon Full
-SpoonFedFred
-SpoonFedii
-SpoonMePlz
-SpoonTracker
Spoonay
-Spooncera
Spoondow
Spooned
-Spooned Simp
-SpoonedBunni
-SpoonedNormi
-SpoonedWhen
-Spoonfed BTW
Spoonihomo
-Spoonku
-Spoonletics
Spoonmannn
-Spoons
-Spoood
Spoookems
SpoopyDooToo
SpoopyNooper
@@ -44854,365 +21872,194 @@ Spoorwijk
Spooxky
Spop
Sporer
-Sport Leader
-Sport425
-Sports Bike
-Sportsnut911
Spotifee
-Spotmaster 5
SpottedBass
Spottednoble
SpotterN
Spottie
SpowSaus
-Spr1ditis
SprLemonHaze
Spraahz
Sprattet
SprayM0re
-SpraynMantis
SpreadButter
-Spreader
Spria
Sprice
Springer
Springii
-Sprinty
-Spritbilist
-Spro max
-Sprog Legend
-Sprogdor
Sprooti
Spruit
Spry
Spubb
Spud
-Spudalumps
Spudge
Spudinator
Spuge
-Spuhcific
-Spuhgetti
-Spuitopbruid
Spunknik
SpunkyLlama
Spurted
-SputtyBTW
-Spyder Sin
-Spydig
Spyike270
-SpykeZim
Spykes
Spyriano
Spyro
-Spyro 3
Spyrooooooo
Spytech44
-Sq Head
Sqe3zy
Sqeat
Sqiit
-Sqix
-Sqoub
-Sqreech
-Sqrwl
-Squab Cat
Squabs
-Squad of one
Squadleader
-Squaire
Squall
Squall44444
Squallicious
-SquanUK
-Squanch Rat
Squanchhy
Square
-Square One
Squarebodies
-Squat Slav
SquatCobbler
SquatJogsBro
SquatNation
Squatting
Squaw
Squeakes_x
-Squeaky Cow
-Squeedly
-Squeeeegs
SqueegeeLord
Squeeze
-SquidNumber0
SquidSquad
-SquidTofu
Squidby
Squiddle
-Squidgling
Squidie
-Squidler
-Squigiglius
Squigs
-Squigtime
-Squinch
-Squinch Alt
-Squinton
Squintts
SquintyNinja
-Squire Yaper
Squirlruler
-Squirly69
-Squirrel
-Squirrel Pop
SquirrelTM
Squirreled8
-Squirrely W
-Squirt2God
-SquirtsAlot
SquirtyHersh
SquirtyMcD
-SquishySir
Squonking
Sqwalle
Sqwarka
SqwezMyLemon
-Sr Dipper
Sr8d
-SrBambino
SrMick
SrMuerte
Sraracha
-Srelek
-Sri
Srogi Wujek
-Srs
SrslyTired
SryAFK
-Sshscaptain
Sshuggi05
-Sssnakepit
-St Chrewin
-St Liam
-St Newman
-St eve
-St itch
-St un
-St0kStaartj3
St0ney
St0oge
St4bU
-St4rCh11d
-St8hunter
-StBasilthGr8
StDecker
-Sta Mama
StaIemate
StaJeOvo
Staasi
Stab3r
-Stabalot
-Stabobis
+StabbingFart
Stacii100
Stackdude
-Stackey
Stackieks
Stackin Dosh
-StagBeer
Stagden
Stagmuss
StagnantAlt
Stagnation
Stago
-Stahlinski
-Stain Master
Stak
-Stake Me
StakeOrQuit
-Stakebril
Stakens
Staker
-StakerOhWait
Stalactites
Stale
-Stale Chips
-Stale Dough
-StaleBagle
Stalefloe
Staley
-Stalifax
Stalk
-Staller
Stalline
Stalphie
Stamin
-Stamina Pot
-Stamkoz
Stammer
-Stampie
Stams
Stamuhnuh
Stan
StancedMK
Standard
-Stanimal
Stanimal244
-Stanjuuh
Stank
-Stank Rat
StankBreath
-Stankfist
Stanley
Stanleye
Stanlux
Staparik
-Staparik Lt
Stapper6
Star
-Star Doctor
-Star Say 962
-Star Scourge
-Star Spoon
-Star zy
+StarDawgg420
StarDreamSam
StarFell
StarGlimmy
StarKist
-StarSnitcher
Starboyyyyy
-Starbuckss
Starcharts
-Starchild
Starcry
Starfallx
-Starfight789
-Starfish
-Starjoker8
-Stark Btw
-Starlette
Starlighte
-Starmaker
Starmemoria
Staropramen
Starr
Starrlightss
Starryfina
Stars
-Stars Hockey
-Starshark
-Start Game
-Started Late
StarvedLlama
-Starvi
Starwulf
-Starzhine
Stash
-Stashes
Stasik25
-Stasik77
Static
-Static Peak
-Staticshook
Statoke
StatsisZero
Stattelsson
Statuhs
-Status Bar
Statutory
Statykk
-Statzy
-Staubach
-Staunch
-Staunch_BJD
-Stax I
Stay
-Stay Breezy
-Stay Frosty
-Stay Hurt
-Stay Hustlin
-Stay Ready
-Stay Salty
-Stay Shady
-Stay Sic
-Stay West
-Stay wise
-StayFinessed
StayPulls
-StayPullsBTW
-StayThirsty
-StayinClassy
StaysmallEZ
-Ste Gerrard
-Ste f
SteSkillalt
Steady
-Steady Loot
-Steady Mobn
-SteadyFlexin
SteadyetiBTW
-Steak Ramen
-SteakWitWiz
-Steaked
-StealCutOats
-Steals
-StealsThings
Stealth
-Stealth Ownz
StealthChop
Stealthcy
Stealthi
Stealthweed
-Stealthwolf
Stealy
Stealy Boi
Steam
-SteamboatJim
-Steamed H4ms
-Steamfitting
-Steammm
-SteamyBuns
SteamyCreams
Steanox
-Steb
+Stebs69
Stedy
Steeam
Steebert
Steeermy
-Steekkha
Steel
-Steel Gods
-Steel Stud
-Steel Tarkus
-Steel VIK
SteelRoxas
-Steelbird16
-Steeleos
-Steelpan
Steen
Steenkoe
Steezed0ut
Steezi
Stef
-Stef West
Stefan
StefanLivNo1
-Stefar
Stefen
Steff
SteffenHax
Stefo
-Stego
-Steiger
Steikluet
-Steinbeck
Steinphite
Stela
-Stelisss
Stellacea
-Stellamara
StellarLG
StellarWhey
Stellard
-Stellas Dad
-Stelli
StembaWalker
Stenfen
Stengo
@@ -45220,111 +22067,61 @@ Stenicki
Stenny
Stenuism
Step
-Step Barrow
-Step mummy
StepBroHung
-StepBroImZuk
-StepDabs
-Stepbro
-Stepbro Paul
-Steph Browne
-Steph a nee
Stephan
-Stephand
Stephane
Stephen9320
StephenMoore
Stephenns
StephhRS
-Steppage
Steppaz
Steppenwulf
-Stepy
Stereofuzz
Sterlander
Sterlington
Sterrenstof
-Stervolz15
-Stetko
-Steum
Stev
-Stev en
Steve
-Steve Beanie
-Steve Tobs
-Steve Tombs
-Steve Zissou
-Steve ffs
-Steve is Pro
-Steve07
Steve51
SteveAustin
SteveChamp
SteveGuy241
SteveMCOG
SteveMerch
-SteveOwner09
+SteveOwner07
SteveSnow15
-SteveStamos
-SteveTheGimp
SteveTheMuss
Stevee
Stevefr3nch
Stevemck
Stevenrds
-Steves Blade
Stevet7125
Stevey
-Stevie ESQ
Stevo
-Stevo Lad
Stevo29
Stevoguy
-Stewge
Stexie
Stian
-Stian Olsen
Stian2
Stibby
-Stickasaurus
-Sticker
Stickers
Stickman
-Stickman Zeb
Stickman0011
Stickmeister
SticksNbugs
Sticky
-Sticky Icky
-Sticky Nut
StickyBeardo
-StickyShroom
-Sticky_BIBLE
-Sticky_Lip
Stickypooman
-Stickz Alt
StierK
-Stieren Lul
-Stiffies
Stiffish
-Stifighter X
-Stiflers mum
-Stigel
Stigiam
-Stigmaster
Stijco
-Stijf Stefke
Stijin
StikSt0f
-Stikjob
Stil
Still
-StillANormie
-StillCoughin
-StillFap2ash
StillFarmin
StillNoBan
-StillNoTBOW
StillRemains
Stillblazing
Stillen
@@ -45334,24 +22131,16 @@ Stiltz
Stimu
Stimulated
Stin
-Stindebinde
StingWisher
Stingy
Stink
-Stink Soep
Stinka
Stinker
Stinks
Stinkwiener
Stinky
-Stinky Adam
-Stinky Wench
StinkyFatBoy
-Stinkyfeat1
-Stinkypooper
Stinkywon
-Stino33
-Stiorra
Stipples
StirG29
Stirner
@@ -45359,222 +22148,118 @@ Stitcha
Stiven117
Stixc
Stiznai
-StlthyPanda
Stnmn
Stnyzky
StockMyRam
-StockOlm
-Stocker T
-Stockphish
-Stocksund
Stocktone
-Stockyard
Stodie
Stoel
-Stoere Kip
-Stoerebos11
-Stoern
Stoffer
Stoffins
-Stoggy188
-Stoic Christ
-Stoic Sloth
-StoicGod
Stoke
-StokedMaggot
Stolen
-Stolen Ego
Stolen Grunt
Stolen Herbs
Stoli
-Stoli za
Stolid
Stolpz
Stolte
-Stoltzkin
-StolzRS
-StompaHhh
-Stompadile
-Stompea
-Stomped
-Ston3d Arrow
Stone
StoneDwarf
StoneOkami
Stoneator
Stonebeech
Stoned
-Stoned Abra
-Stoned Sober
-StonedGSXR
-StonedNormie
StonedTTD
-StonedTurtle
Stonedtime
-Stoneplus
Stoner
-Stoner Morty
-Stoner Pov
-StonerGod
-StonerL0ve
-Stonerling
Stonesoul15
Stoneyvangel
Stonkx
-Stony 420
Stoobie
Stoogaroni
Stooley
-Stoolz
Stoonly
Stoopy
-Stoopy Scape
-Stoovey
Stop
-Stop Acts
-Stop Mules
-Stop Now
-Stop StepDad
-StopCapping
-StopDabs
StopDontDoIt
-StopStepSis
Stopitjoe
Storgie
Stories
Storkie
Storm
-Storm Monkey
-StormFly
-Stormlight
-Stormmaker98
-Stormy RS
Stormzy
Storn42
Stortford
Story
-Story Arc
-Story of Man
Storybot
StoryofPete
Storys
-Stothelayer
Stouse
-Stouty
-Stovall_9
Stover
-Stovete
-Stowa
Stowty
Stox7k
-Str Owner07
-Str Takes U
Str0ng8ad
Str8
-Str8 Maxed
Str8backatya
Strabz
Stradarts
-Stradinger
Straf
Strafe
-Strafes
-Straffen
-Strafi n
StraightSimp
-Straighter
-Straka
Stralia
-StralianBtw
-StrangeChris
-Stranger bud
Stranger56
-Strangerz
Stranges10
Strangler
Strap
Stratazz
-Straton
Stratty
StratusQc
Straubrey
Strauss
Strav
Straven89
-StrawHatMatt
-Strawbs
-Strawhat01
Straya
Strayday
Straynaneeee
-Streakin
-Streammmmmmz
-Streammz
Streepken419
Street
-Street Fever
-StreetSweepa
-Strefi
Stregano
Strelitzea
StrenIron
Strength
-Strength Lvl
Strengthy43
Strepski
Stresset
Stretch
-Stretch 07
Stretchy
Strickend
-StrictNein
Strictly
Striddle
-Strideless
Strife
Strijden
Strijder
Strikedown
-Striker796
Striker8
-Striker8 0
Strikes
Strikingvipr
-String Benis
StringsLogic
-Strip Club x
-Stripa
-Stripgwyn
-Stripred
-Strive
Strix Tactic
-Stro Sr
Strobax
Strocks3
Strocules
-Strohs
StrokeMuh
StrokeMyWand
Strokemon
StrokmyGroot
Stroller
StrollerBaby
-Stroma
Stromboli
-Strong Chonk
-Strong Left
StrongKush
Stronger
-Strongman613
Strongrune
-Strongsad Jr
Strongtank11
-Stronkmoscle
Stronku
-Stroople
-Stroppy
-Strosity
-Stroxers
Strr
Strubber
Strudelis
@@ -45585,82 +22270,47 @@ StrydarGrim
Strykijzer
Stryneguten2
Strytegy
-Stu Pid
-StuartLittle
-Stubo
Stud
-StudMonster
Studderd
Student
-Student t
-Student tort
-Study Hours
-Stuffe
Stuffed
-Stuffed Hog
Stuffmypanda
-StufnDatMufn
Stugey
Stuggo
-StuieShadez
Stukatz
Stuksken
Stumbles
-Stunflame
-Stunlax
-Stunnaz
Stunts
-StunuuR
Stupendous
-Stupid My
-Stupid Swagg
-Stupid444
StupidMagnet
-StupidTrader
Stupidcoin2
Stupsus
-Sturdy Base
-Sturdy Wrist
-StureStork
Stureplan
Sturminator3
Stussy
Stuxi
-Stuzington
StvnSmth
-Stvx
Stxrbursts
Stye
Style
StylesP
-Stylistx
StyxHatred
SuBRifleS
SuNnY_AuStiN
SuRviVoR
SuaNorte
Suadela
-Suavity
-Sub Ironman
-Sub Taz
-Sub3Marathon
SubEntity
Sub_Void
Subaru
-Subaru Bow
Subarue
Subarus
Subatinijo
SubiSpeed
Subiaco
-Subiaco Oval
Subie
-Subie_rex22
-Subigrl
-Subkultured
Sublanza
Sublimation6
-Submerging
Submug
Subnautica
Subnet
@@ -45671,103 +22321,56 @@ SubtleAsnTrt
Subtotal
Suburu
Subwaysurfer
-Subwooferman
Subwrx
-Suc
-SuccMyMilk
Succeed
Successful
Succulent
Such
-Such Mlg
Suchislifee
Sucjk
-Suck At Zuk
-Suck my dig
-SuckItBrandn
SuckMyBot
SuckMyDuels
SuckTube
Suckle
-SucksTehSuck
SucksToSuck
-Sucuk
Sudan7a7
-Sudas
SudoBash
SudoFox
-Sudsy Mule
-Sudz
-Sue Lynder
Suede
Suedezor
-Suemi
-Suephoria
Suffer
Sufferance
-Sufferi
-Suffering
-Suffi
Sufflavus
-Suffspector
Sufwah
SugaNoCoffee
-Sugab
Sugar
-Sugar Leafs
-Sugar Lily
-Sugar STR
-Sugar Shilo
SugarDaddyNL
SugarFr3
-SugarFre
-Sugarbunny
-Sugaree
Sugarly
Sugge
-Sugma Newt
Sugmabum
-Sugru
Suhado
Suhec
Suhgundees
-SuhhP
Suhk
-Suhkmedaddy
Sui29
-SuiSaii
Suikerwafel
Suing
Suited
-Suizy
-Sujn
-Suket
-Sukit Trevek
-Sukiti
SukkerLyn
Sukondikis
Sukoru_VIII
Sukotto-Sama
Sukz
-Sulcius
-Suldan Serar
Sulg
Sulliusceps
Sully
-Sully Bear
-Sult an
Sultan
-SultricMY
Sulu34
-Sum
-Sum 1
-Sum Tuum
Sum41
-SumBeers
Sumh
Sumin
Sumlettuce
-Summ
Summah
Summer
Summerson1
@@ -45775,16 +22378,8 @@ Summit
Summit603
Summon
Summond
-Summoneering
Sumper1
Sumuinen
-SumwanSpeshl
-Sun Devi1
-Sun Isukki
-Sun Muijja
-Sun Riser
-Sun Rising
-Sun Sioux
SunBar
SunG0han
SunaLAD
@@ -45792,84 +22387,34 @@ Sunbite
Sunchester
Sunda0wner1
Sunday
-Sundo
-Sundxy
SundyWundy
SunflowerMan
-Sungravel
-Sunguinesti
-Sunine
-Sunky Kong
-Sunlust
Sunni
Sunny
-Sunny Boy
-Sunny Coast
-Sunny Otso
-Sunnyi
-Sunoric
-SunriseEagle
-Sunrises
-Suns in 2025
SunsShine
Sunsa
Sunscape6
-Sunset
-Sunset Riot
-Sunshadow
Sunshine
-SunshineBus
-Sunskit
Sunta
Sunti
Sunuwar
Sunyikata
-Sunzz
Suola
Suolane
Suolitussari
Suomen
SuomiKP
Suomiprkl
-Sup Mike
-Sup3r Ziko
-SupAndSupply
SupDutch
Supa
-Supa Saper
-SupaHottFiya
-SupaWarmFire
-Supaidahman
Supdude
Supeerbusy
Super
-Super 16
-Super Bossy
-Super Cinos
-Super Cool
-Super Duke
-Super Fish
-Super Fr3ak
-Super Katze
-Super Tails
Super4
-SuperChunk3
-SuperFlow
SuperHeroWiz
-SuperJoy
SuperJuicy
-SuperKoi
-SuperKriss
-SuperMcFresh
-SuperMiika
-SuperMuffins
SuperNJ
-SuperNinja0
-SuperPPMan
-SuperPochaco
SuperScaper7
-SuperSem1
-SuperShane
SuperShif
SuperT0aster
SuperTussu
@@ -45879,759 +22424,353 @@ Superb
Superbigblnt
Superbusy
Superdoer
-Superdrol 50
Superfire444
-Superguaygix
Superior
Superjim111
Superjoden
-Superkman12
Superkoi3000
Supernate91
Supernatti
Supernova
Supersam142
-Superstition
Superstuffz
-Superwarz96
-Superzu 0ne
Supo
-Suppertmain
-Supple Flaps
-Suppp
Suppression
Supra
Supra2JZ
SupraTurbo
-Supragirl94
Supreeme
Supreme
-Supreme Iron
-Supreme NYC
SupremeDanz
SupremeSpike
SupremeTeam
-SupremeWoody
-Suprie
Suprreme
Supsep
-Supultura
-Suq Maddic
-SurNtly
-Sura Lust
-Suraato
-Surah An-Nas
Suraii
Sure
SureDeth
-Sureal
Surfboarder
Surg1n
Surge
SurgeHunter
-Suricate
Suris
-Suriv
Surkastunut
-Surkee pelaa
Surlygrump2
Surok
Surrey
Suruinen
-Surullista
-Susan Boyle
Suse
-Susej Dog
Susell
-Sushi Cult
-Sushi Eater
-Sushi Life
-Sushi Water
-SushiToyota
Sushidame
Susilapsi
-Suspence
Suspiria
-Susser Tod
Susurrous
Sutdellen
Sutho15
Sutty
-Suur L6vi
-Suvalkietis
Suvorexant
Suxe
Suzakuin
Suzn
Suzshenron
-Sv
-Svampus
SvartaOdhner
Svartalvheim
Sveden
Sveitsi
-Sveka
Sven
-Sven med D
Svenpai
Svenskafyren
Sverd
Svetta
-Svikkipedia
-Svinepels
-Svisha
-Svt500
-Svurt
-SvvK
-Sw0llenPlums
Sw3Frost
Swaars
-Swabby
Swabski
Swacked
Swadloon
-Swaffeldomin
Swag
-Swag Ponu
Swag420
Swagbopeep
Swageroneus
Swagex
-Swagg Goat
Swagger
-Swagger Pkr
-Swaggy Ballz
SwaggyMaggee
-Swagittarius
-Swagohod
-Swagomancer
Swagslicer
Swagturtle
Swagunit
Swahilson
SwamiNate
-SwammyHolds5
Swamp
-Swamp Crotch
-Swamp People
Swampy
-Swampy Sloth
-SwampyAce
Swan
-SwangleSauce
Swanheart
Swanney
-Swanni D
Swanny
Swapski
Swarm243
Swarme
-Swarme d
Swarmyard
Swatfighter7
Swatson
Swaxel
-Swe Flame
-Swe Fred
-Swe Jerry
-Sweatiest Xp
Sweatscaper
Sweaty
-Sweaty G0OCH
-Sweaty King
-Sweaty Nurse
-SweatyBeard
-SweatyBurger
-SweatyMoobs
-SweatyScrot
SweatySockZz
SweatySunday
Sweden
Swedgeville
Swedish
-Swedish Fika
-Swedish Myth
Swedushi
Sweensicle
-Sweepstakes
Sweepyjoe
-Sweeqy
Sweet
-Sweet Boyy
-Sweet Dee
-Sweet Es Mmm
-Sweet Guy 94
-Sweet Pigeon
-Sweet Potato
-Sweet Vodka
-SweetSugR
SweetVan420
-Sweetchild0m
Sweetermanz
Swell
Swer
Swerve
Swerve0311
SwerveJ
-Swervy
-Swerze
Swift
-Swift btw
Swift738
SwiftCobra08
SwiftSteps
Swiftamine
-Swiftly546
Swiftmend
Swiggitywall
SwiggyMcSwig
-Swiigs
-Swiim Shady
-Swiirl
Swild0
Swilza
Swimfatman
-Swimmor908
Swimpa
Swine
Swingers
-Swip3rR
-SwipeMyCard
Swirly
Swirly248
Swishers
SwissPigeon
-Switch Dropz
SwoIe
-Swole Milk
SwoleBadguy
Swolerbear
SwoleyGhost
-Swolga
-Swoli
SwollSoul
Swollbroham
Swolverine
Swoofii
-Swootz
Sword
-SwordBoy110
-Swordcode205
Swordied
Swordillo3
Swordlord524
Swordman1173
Swordmank
Swordmast756
-Swordmother
Swords
-Sworzis
-Swoule
-Swown
Swtbnd
-Swtshrt
-Swuido
Swurl
Swxv
-Swyxia
-Sxng
-Sxrup
Sxstyl
Sxves
-Sy
Syaniide
Sybe
Sybke
-Sybr
Sycamore
-Syche
Sycily
Syck Memes
Sycrem
Sycther
Syed
-Syfer
-Syh
Syjac
Sykeaux
Sykes
-Sykes Xo
-Sykes33
-Sykezer
Syliith
Sylist
-Sylite
Sylixx13
Sylosis
Sylph Rings
Sylth
-Sylthrakis
-Sylvaria
-Sylvee Serum
Sylveon700
Sylveonn
Sylvian
-Sylwia
Symb
Symba12
Symblic
Sympathize
Symphonicx
Symtai
-Syn-er-gy
-SynGates07
SynTechRS
Synacyde
-Synaii
Synced
-Synchronizer
-Synchronous
Syncire
Syncronia
Syncshot
Synd
-SyndaXatrix
Syndalen
-Syndicete
Syndok
Syndra
Syndrious
Synepxd
Synepxo
-Synergy Sam
Synesthesian
Synfidel
-Synister9090
-Synizta
SynkNZ
Synn
Synnri
-Synoz
Synq
Syntax
-Synthy
Syntipukki
-Synyster
-Sypanite
Syphikins
Syracusa
Syrile
Syrilius
-Syringe
Syrius
Syrups
Syrus
-Syrus Virus
-SyrusDaVirus
-SysTeM 07
Sysf
-Sysfea
-Syssla
System_Fail
-Syte
-Syvette
-Syzgy
-SzechuanJuan
-Szenarien
-Szethe
-Sznd
Sztarky
-Sztr
-Szyrup
-Szyther
-T 0 0 A S T
-T 0 B
-T 1 ta n i c
-T A B S
-T A R O
-T Bagmotion
-T C 3
-T C J
-T D
-T E L O
-T H C
-T H O R M
-T IV
-T McLeod
-T Montana
-T Nymphadora
-T O M M M Y
-T O N N l
-T O N Y N Z
-T OXI C
-T P I E
-T R A V
-T R U 3
-T S M
-T S O M
-T Shadow T
-T T E X X
-T U B M A N
-T U R K 96
-T U U M A
-T W I S T Y
-T W l C E
-T a v e r
-T alon
-T aqn
-T emby
-T enrin
-T h a w
-T imboy
-T imm
-T omahawk
-T otem
-T otz
-T r as h
-T rigger
-T ripwyre
-T rist an
-T u m p p i
-T ubby
-T ylor
-T yrr
-T-A nina
-T-BONE STEAK
T-Hugs
-T-Lai
-T-Rabb
T-city
-T0 BE FRANK
-T00K3N
-T00LB0X
T00ManyCooks
T0AD
-T0KEN
T0KK
-T0M
-T0M ATO
-T0RB3N
-T0RlN
T0bbbE
-T0ber
-T0fi
T0ilah
-T0lne
T0mbak
-T0mz
-T0oth
T0othbrush
T0ry
-T0tally lll
T0vergasje
-T1gBits
-T1m
-T1mmaayy
-T2NK
T3KT0N
-T3T
-T3URASTAJA46
T3mu
T3vas
-T4TE
-T4a
-T7
-T70TYE
T7mon
-T8OW
-TA Greenie
-TA xBravo
TAA66
TAARA
-TABS1E
-TANK ED
TANKTOPTIGER
TANRfromHS
-TARFUII
-TARV05
-TATERT1TS04
TB12
-TB3N
-TBA Ness
-TBA Poppi
-TBAC
TBNinja
TBOW
-TBSE Stupid
TBSG-Baine
TBonFirstCoX
TBoneZzzz
TBoyd4138
-TC NeverLift
TCHAMl
TDPred
TDRS
TDie
-TDog
-TE Omni
-TE-toimisto
-TEAMFORTDUDE
-TEATMCBRIEF
-TEAxBAGGER
-TEBA
-TEDDl
-TEEMUXXD
TERMlNATE
-TERRORHYPE
-TESTOKEIJU
-TFS
TFreeze
-TGCONCEPTION
TGDekuTree
-TGI Vendredi
TGOBS
-TGSH
TGSpaghettiM
-TH0MAS
TH0MM0
-TH0TDETECT0R
-TH5
-THA CHR0NIC
THANIT0
-THANKS D0C
THATSCARCASM
-THAl LADYB0Y
-THC BOOSTED
-THC and EXP
THCGods
-THCiron
-THE CH1N0
-THE JEDl
-THE MOOR
-THE MUUMI
-THE TOSH
THEHAZE
THEIKOS
THEST0RM
-THEchronic 8
THICC
-THICC UIM
-THICCCBWANA
-THIIIIITH
THRALLGOBRRR
-THT
THUMBTHUCKER
TIIIIIIK
-TIM BEREN
TIMBO
TIOTEEE
-TITr fishy
-TJ UCF
TJay
-TKO Rage
-TKOsh
TKfromNC
TLT5
TLTBT
-TM Riddle
-TM8
-TNA INUS
-TNDSH
-TNF
-TNT Stealth
TN_Biscuits
-TOA Main
-TOA Rebuild
-TOA3
TOASTA
-TOB Inc
TOBplank
-TOHIGH2FLY
TOLIPTSET
-TOM RlDDLE
TOMMMY
-TOMMYSHELBEY
TOMMonyzzz
-TONNI re mix
-TOOlateN0B
-TOR0
-TORVA BTW
-TPD-Vladik
TPGG
-TR Ugur
-TR0UT CURS0R
TR0X
-TR3N ABUS3R
TR75
-TR9
-TRABZ10
-TRAJANO RD
-TRAPH0UZE
-TRAPorGTFO
-TRAVllS
-TRCSup
TRESTOLONE
TRI0DE
TRIPPlE
TRUMP
-TRUMPbtw
-TRUTH OF JFK
-TRXeatsRAPTR
TRYNAHANGWU
-TSA
-TSI
TSMCharizard
TSMsOAZ
-TSR Mishiah
-TST
TSWRX
-TSwiftSucks
-TT17
TTBtw
-TTT
TTTSpiceTTT
TTTTT
TTVCardyUK
TTVPandaBear
-TTommynator
-TTurret
-TTyrannical
-TULK4S
-TURBOPEN59
TURDENATOR
TURK
-TURKISH HERO
TURM0IL22
TVAnime
-TWISTED T
TWITTERSUPP
-TWL
-TWO000
-TWlNKE
-TX Bonefrog
-TX-15
-TXR3
-TYC Beatrice
TYCANN
TYEY
-TYL0RD
-TYTYTYYYTTYT
-TZTOKHUGEKOK
-T_ShelbyLtd
T_Swishh
-T_apka
-Ta C oS
-Ta ks
-Ta1ntzilla
Ta2kaz
-Ta7e
-Taakxic
-Taargus
Taathum
Taavik6iv
-Taavit
Tabagie
TabascoGrind
Tabbed
Tabbscoot
-Tabby Cat4
-TabbyCat97
Taberknackle
Tabesco
-Tabiun
-TableLamp
-Taboo Tim
-Tac
-Tach
-Tachr
Tachycardy
-TackTick
Tacklebox
Taco
-Taco Bit
-Taco Krydder
-Taco Log
-Taco Paws
-TacoCat
-TacoKittenz
-TacoTimma
TacoWithGuac
-Tacos Pump
Tacotueaday
Tactic
TacticNoodle
Tactical-RSP
+TacticalFart
Tactics
-Tactics Ogre
Taders
-Tadz
Taekwon-Do
-Taekwondoo
-Taelium
Taelos
-Tafboy
Taffarell
-Tafff
-Tag 7
Tagei
Taggeman
Tagi
-Tagz
Tahdeton
-Tahdonvoima
-Tahfi
-Tahimik
-Tahm83
-Tahuna Beach
-Tahx
-Tai
-Tai Mai Shuu
Taikajim
Taikanz
Taikapoika
-Tail Gory
-Tail Raiser
Tailight
Tails
Tailsnake
Tainoo1
Taint
-TaintFondler
-Taintedhappy
-Taintehds
+TaintSaint69
Tairoun
Taiwan
Taiyi2
Taizur
-Taj Mahballz
-Takalaaaa
Takaloo
Take
-Take My Sp3c
-TakeARedPill
TakeNaps
TakeUhSeat
Takea12
-Takedown Jr
Takeitilslay
Takens
-Takeout24
Taker
Takfil
Takimoto
-TakingADab
Takis
Takji
-Takobocchi
-Taks
Taky
Talal
-Talaxim
Talcron
-Taleah
-TalenteDK
Tali
Talia
Talito
Talk
-Talkamar TT
-TalkingMoose
-Tall Greg
-Tall Vince
TallChair
TallPaul24
Talla
-Talla Keyali
Tallented
TallerKiwi
Tallink
@@ -46640,104 +22779,57 @@ Tally
Taloroar101
Talos
Talppa
-Talrith
-Taltt4
Talu
Talvedon
-Talviel
Taly
-Talzn
-Tam Ranch
-Tam The Bae
-Tam k0nijn
-Tamacti
Tamadra
Tamaki
Tamale
-Tamara
-Tamaraa
-Tamayura
Tamber
-Tamberi
Tame
Tamerr
-Tamis
Tamjam
Tamlin
Tammii
Tamminga
-Tammy
TampaTHC
-Tampered
-Tan Toad
-TanDumb
Tanatos
-Tandanus
Tanden
-Tanduay Rum
-Taneesha
-Tang Eater
Tangar
-Tangela
-Tangelo T
TangerineFly
-Tangibility
Tangle
-Tangle Root
-TangleEllis
-Tangleboot
Tangledroot
Tango
-Tangshan
Tangzu
-Tanie
-Tanime
-Tanis513
-Tanjiro
Tank
-Tank VS Bear
TankMageJon
TankProphecy
Tankarino
Tanked
TankedAgain
Tanker
-Tanker 685
Tanker773
-Tankerton
-Tankkimies
Tankky
-Tanknique69
Tankster360
Tankytank
-Tanna
Tannnk
Tanny
Tanoak
-Tanoak alt
TanqueRamos
-TantusV
Tantza
-Tanuliina
Tanz
-Tanz Mutagen
-TanzFang
Tanza
Tanzagen
TanzerReborn
Tanzoo
Tanzu
Taozi
-Tapanui
Tapas
Tapdaddy
Tape
Tapir
-Tapir Squad
Tapirslayer6
Taplop
-Taplu
-TapoinItteni
Tapu
Taqi
Taradrial
@@ -46746,262 +22838,122 @@ Tardysoap
Tarezed
Taringa
Tarki
-Tarkista Hv
Tarlach
Tarns
Taro
-Taro Buns
TaronRS
-Taroshik69
-Tarouco
Tarpon
Tarroo
TarzanNinja
Tarzzan
Tasarorm
-Tascar
-Tase T
Tashee
Tashkas 007
TaskMan
-Tasset Man
Tassoth
Tassy
-TastefulNote
Tasty
-Tasty Burger
-Tasty Nan
TastyBoiMilk
TastyKnight
TastyToilet
Tata
Tataa
Tatanchis
-Tatankaa
Tatapie
Tatepon
Tater
-Tatertots
Tatimary
Tato
-Tatorz
Tattoo
-TattrTots
Tatuu
-Tau Lord45
-Tau Neutrino
-Tau Tau
Taucher
-TaunkChicken
-Tauno
Taunos
Taurideum
Tauros
Taut
Tautvif
Tava
-Tava Monster
-Tavern slut
-Tavernic
Tavi
Tawa
Tawakoni
Tawer
-Tawhid
Tawny
-Tax Audit
-Tax Wax
-Tax Wizard
-Taxing
-Tay Lore
Tay3rell
TayMoney
Tayleth
Taylor
Taylor672
TaylorMarcus
-Taylort07
Tayluh
-Taynq
-Tayri
Tays
-Tayunu
Taz762009
-Tazmina90
-Tazner
-Tazplan
Tazy420
-Tazz2006
-Tazzin
-TazzoTezz
-Tb knakworst
-Tbix
-Tbk
Tbone5876
Tbow
-Tbow Joe
-Tbow Todd
-TbowCourtois
Tbrs6
-Tchambz
-TdTapsa
-Tdblindmonke
Tddun
-Tdmiro
Tdogg31
Tdurocher
-Te
-Te Awa
-Te x a s
-Te zzz
TeBroHimself
TeCurt
TeJay
TeMuD
-TeQuiL A
-Tea Farmer
-Tea Witch
-Tea n Milk
-Tea on Wayne
-TeaIe
-TeaMerchant
-Teaandliquor
Teabz
Teachan
-Teadribble69
-Teafuse
Teagan
TeagueDaBoss
-Teal AV
Tealer
Team
-Team Chubby
-Team Flow
-Team Rocket
-TeamCleaned
-TeamJono
TeamSoloMid
-TeamVaChimpy
Teamwork
-Teand
Tears
-Tears of Avo
-TearsOfWeezy
-Teazor
Tebal1
Tebowowns
-Tebus
-Tec-Grind-95
-Tecc Legacy
Tecco
-TechCo
-TechColor
TechContraps
-TechFreakTwo
-TechOnMaxed
-Techart
TechiePicker
Techmenjoe
-Technician
Techno177
Techno9
-Techo
-Techtonique
-Teckczar
Teckerz
Teckie16
-Tector OSRS
-Ted Beneke
-Ted Striker
-TedRS
-Teddii Bear
Teddy
-Teddy Brum
-Teddybareman
TeddysMoo
-Tedication
Tedsticles
-Tedua
-Tedzudo
-TeeBee
-TeeBee11
TeeSchaf
-TeeTee1772
-Teebo 727
Teegious
-Teegzie
-Teekiz
Teemu
-Teemu126
-Teemuz
-Teena
-Teenagers
Teenyduck
-Teequoze
Teeqy
Teeray
Teetoh
-Tefak
Teff
-Tefilah
TeflonCancer
-TeflonJavon
TegridyF4rmz
-Tegriidy
Teh Only God
-Teh W H I P
-Teh Yumm
-TehBigNub
TehBriBri
-TehKillaaa
-TehPum
TehShowerMan
-Tehebow
Tehh
-Teigur
Teittinen
-Teivanna
Teixo
Tejmaster
-Tekannan
-Teke Toucher
-Tekkenfury
Tekkies
-Tekkies nub
Tekknow
Tekkuza
Teknoid
Tekoflex
-Tekryael
-TekstPlekshT
Teksti-TV666
-Tektiny
-Tektom
Tektonio
Tektons
TektonsTaint
-Tektos
-Tel3
Telboy
Teledogs
Telee
-Teleport 125
-Teleportoise
TelesBehindU
-Telesh69
-Tellum
Telluric
-Telope
-TemBROross
-Temdom
Temeria
-Temmer
-Temmie
TempVVS
-Tempal2
Tempest
-Tempesta1
-Tempick
Templaris
Temple
Templooit
@@ -47010,477 +22962,179 @@ Tempoctrl
Temponazz
TemporaryBls
Temppuliina
-TempstRimuru
Tempthric
Tempz
-Ten Letters
TenOnTheFlop
TenPieceNug
-TenPly Bud
Tenacious
-Tender Nuts
Tenderrrrr
Tendinosis
TendoTheTux
-Tendulkun
-Tenebri
TenebrisMeam
-Tenenwasser
Tenereus
Tenga
Tenh1s
Tenhou
Tennis
-Tennis Socks
TennisLad
-Tennnessee
-Tennu
Tennysee
Tenorman
Tenraikash1
-TenryuuKaiNi
-Tensilean
Tensor
-Tensor Trace
-Tentacle
-Tentpolepie
Tenya
Teotl
-Tep3lstreel
Tepeksi
-Tepezki
-Teplan
-Tepoa
Tepponen
Teqila
Teqq
TeraLokien
-TeraVit
Teras
Terbleg
Terial117
Tering
-Tering Tiete
Term
Termite
Termiz
TermnaLcpL
Termoil
Tero
-TerpWrangler
Terpedout
-Terpily
-Terppa1775
TerpySlurpy
TerraToffey
-TerraTony
TerresFatum
-Terrible Edd
-Terro
Terror
-Terror Earth
-TerrorJaxx
Terrorise
Terroristi
Terry
-Terry Munro
-Terry61RS
Terrybear
Terva
Tes Iron
Tesaticles
-Tesco
Teserve
-Tesla bot
TeslaDiva
-TeslaHero
-Tesni
-Tessei
Tesseria
-Tessies Bits
Test
-Test Dummy
-Test Strip
TestStrip
Testate
TesticularCa
-Testikeln
-Testoepa
-Testsubject
TetYun
-Tete3 0
Tetragrams
-Tetrah Blue
Tetsu
-Tetsu Nurtaw
-Tetsu Steel
Tetsu2
Tetsunohigan
Tettekop
-Tettezotteke
Teurastamo
Teus
Teus777
Tev0
-Tevreden
Tewocp
-Tewty
Tewwer
-Tex Zen
TexanzOS
Texas
-Texas Hou
-TexasAggie
TexasPlayer
-Texasholdems
-Texastea2
Texman
Text
Texx
Teyrill
-Teyzr
-Tezyn
Tflo
-Tfue
Tfulkyou
-TgMofo
-Th Abigor
-Th0m
-Th3 K1ng P1n
-Th3 Wolf
Th3IronMan
Th3KiNG
-Th3KiNG_Paul
-Th3Tool
-Th3Villager
-Th3_DoN
Th3uns
-ThAngelSlayr
ThEDievolved
-ThSheerman
-Tha Bser
-Tha Crazy L
-Tha Decided
ThaDankantor
ThaDragonSM
-ThaGiz
ThaLawl
-ThaNewArcher
-ThaRealRambo
ThaStepBro
ThaaMunchies
-ThaaOne
Thaerokem
Thai
-Thai Girl
-Thai ler
Thaichili
Thalarios
ThaliN1
Thamasta47
Thameslink
ThanaWee
-ThanatosRise
Thangkang
Thanked
Thanks
-Thanks Jeans
-Thanks4Pet
-Thankz Mom
-Thano
-Thanos btw
ThanosIsLife
Tharendel
Tharic
-Tharin
-Tharok
-Tharrogant
-Thasos
That
-That Noob
-That RNG
ThatBoiii
ThatBoyBurly
-ThatDamAss
ThatFishhGuy
-ThatGuyGoob
ThatGuyJordy
-ThatLipGrip
ThatLuck
-ThatManBez
ThatOldskool
-ThatOlmlet
-ThatOneAsian
ThatSandNoob
ThatSickBoi
-Thatonesock
Thats
-Thats Gang
-Thats Not PC
-Thats Thicc
ThatsNotRite
-Thaumat
-Thaurison
Thav022
-Thawk410
-The 0ld Nite
-The 0xymoron
-The 1 liquid
-The 11th
-The 2nd GIM
-The 3rd Main
-The 90s
-The Actuary
-The Aegis
-The Aod
-The Apina
-The Atreus
-The BPO
-The Baad Man
-The Big Chum
-The Bleez
-The Blue Owl
-The Blyat
-The Bonk
-The Booger
-The Boys
-The Brawler
-The Broskie
-The Bubbsy
-The Buffalo
-The Cage
-The Catowl
-The Champy
-The Chopper
-The Cleaned
-The Cleaning
-The Coffin
-The Comeup
The Crogamer
-The Crows
-The Dabbler
-The Danny
-The Dark
-The Dark165
-The Data Guy
-The Debated
-The Decided
-The Deli
-The Diamond
-The Dink
-The Dipshit
-The Dothraki
-The DrNick
-The Dragona
-The Dre
-The DripLord
-The Duffman
-The DwOrfe
-The Echo
-The Eco
-The Effected
-The Em8
-The End
-The Engine
-The Ex Zerkr
-The Expanse
-The Fat Toad
-The Fe Woman
-The Fig
-The Fisher
-The Fugitive
-The Gas Tank
-The Ginga
-The Giznooch
-The Grouch
-The Grower
-The Guppy
-The HRE
-The Half Man
-The Harambae
-The Havok
-The Hibbs
-The Hivemind
The Hobo
-The Hoffner
-The Hundred
-The Hunter
-The I Am
-The Iron Cpt
The Iron Era
-The Is0lated
-The Jedi Way
-The King 023
-The Kiwi
-The Labfreak
-The Lager
-The Last Act
-The Latvian
-The Law 98
-The Locust
-The Logger
-The Long Day
-The Lope
-The Lord Ra
-The Lovers
-The Lurifax
-The MCG
-The Magic
-The Maiden
-The Marco
-The Maskara
-The Matth
-The Mediator
-The Midlands
-The Mks
-The Mouldy
-The Mr Spec
-The Murder21
-The Muscles
-The Nexian
-The Nicollai
-The Noob
-The OSU
-The Office
-The Old Fonz
-The Old Kite
-The Old Mike
-The Omun
-The Onceler
-The Only Sin
-The OnlyPyro
-The Paladin
-The Peak Pro
-The Pet Farm
-The Playoffs
-The Pocket
-The Proline
-The Prophet
-The Ptolemy
-The Pwnes
-The Qwinner
-The Real Cat
-The Sabre5
-The Sarge
-The Schnopps
-The Sea Bee
-The Seahawks
-The Serval
-The Shy Guy
-The Shy Oni
-The Sly Fox
-The Snail34
-The Snapback
-The Steele
-The Steward
-The Stranger
-The Surveyor
-The Tardis
-The Thanator
-The Tils
-The Tiny Dog
-The Trap
-The Triple T
-The Use
-The Victory
-The W0rst
-The Wael
-The Warp
-The Wraith
-The Wupp
-The keho
-The thin 1ce
-The-Wind-Up
The0G
The1
-The1_2watch
-The1stmage
-The3dge
The3rdOlive
-The3rdTrike
The888
TheAdzz
TheAirIsDead
TheAlbatross
TheAllSorts
TheApe
-TheArcheType
-TheArchthief
-TheAsic
TheAssailant
-TheAusSpade
TheAvenger56
TheAvgJon
TheAzimuth
TheBandit777
TheBassIsRaw
-TheBazaBrown
TheBean
TheBearJ3w
-TheBeltMan
TheBezal
TheBidness
-TheBigShield
TheBigZofNYC
-TheBlackest
TheBlindy
-TheBlueShore
-TheBlueWrath
TheBoltzy
+TheBong
+TheBong2
TheBoomfire
TheBopp10
TheBotReaper
TheBowJob
-TheBrain
-TheBranFlake
TheBrundone
TheBudWiser
-TheC0W
-TheCanada
TheCapist
-TheCarrotMan
TheCaseAce
TheCheezywiz
-TheChosnOnes
TheCokeFiend
TheCollected
TheCondemned
TheCorrupt
TheCuckening
-TheCzarnian
TheDaedalus
TheDalek
TheDampBush
-TheDangs
TheDankShow
TheDawg
-TheDayWalker
TheDayman
TheDeadMann
-TheDeadTeam
TheDeen
TheDisgusten
TheDog
-TheDoubee
TheDreamKing
TheDrips
-TheDry
TheDuckChris
-TheDuckDaddy
TheDucksNut
TheDuud
TheDyr61
-TheEricShaun
TheEstonian
-TheEvaElfie
TheEvlManRay
-TheExtracted
-TheF0rg0ten9
TheF1ash
TheFabDabber
-TheFallen1x
TheFeOdyssey
-TheFeres
TheFizzCC
TheFlammers
TheFlopyTaco
@@ -47492,78 +23146,52 @@ TheFunkyHomo
TheFunnyLove
TheFuzzball
TheGaGee
-TheGaryy
+TheGayFarmer
TheGiggleMan
TheGlawce
-TheGodFathxr
TheGodGuthix
TheGodfather
-TheGoodLife
TheGoonie
TheGordinfla
-TheGoryGlory
TheGr8Jimbo
TheGrainGoat
TheGreat
-TheGreat One
TheGreatThor
TheGreenBowl
TheGugguru
-TheGurrag
-TheHabduL
TheHackedOne
-TheHapa
TheHartstopr
TheHerbSack
-TheHuffDaddy
-TheHugLife
TheHungOne
TheHungRoid
-TheHydra69
TheInilator
-TheIronBarra
-TheIronBoy
TheIronDolan
-TheIronHoser
-TheIronMouse
TheIronTwist
TheIronVault
TheIronZoid
TheIsamaru
-TheJele
TheJosephe
-TheKappaCorn
TheKhun
TheKid
TheKillerB
TheKnight
TheKnightman
TheKolector
-TheKop
-TheLaggyDad
TheLampKing
-TheLastTheef
-TheLaxBrah
TheLazyNinja
TheLewhole
TheLionn
TheMaadKing
TheMachine39
TheMadWolf
-TheMainZeus
TheMamba
TheManInBush
-TheManJordo
TheManatee
-TheMaskie
TheMavrick
TheMaxPvMer
TheMayne
-TheMetaNow
TheMikkel
-TheMorloc8
TheMuel
-TheMuffin8or
TheMursk
TheNegative
TheNerve
@@ -47571,80 +23199,48 @@ TheNewLue220
TheNewMonkey
TheNexu
TheNinjaH0b0
-TheNoPurp
-TheNooby
-TheOG Logo
TheOGGrimm
-TheOGslacker
TheOSRSWiki
-TheOllieBoi
TheOlmlet
-TheOne772
TheOneMatrix
TheOperative
ThePTWY
-ThePaceAce
ThePardos
-ThePariah
-ThePerfect G
-ThePolak
-ThePraetors
ThePrenti
-ThePrestiege
-ThePrideS1n
TheProfess0r
TheProvider
ThePureRingR
TheRanger
-TheRealBean
TheRealBew
TheRealDest
TheRealIdean
TheRealKanye
-TheRealKush
-TheRealKyle
TheRealKyle9
TheRealMidus
TheRealShway
TheRedNas
-TheRedRaider
TheRevRip
-TheRewriter
-TheRobin129
TheRoulette
TheRsBug
TheSaggyOne
-TheSaltyYew
-TheSandFoxx
TheShadyMile
TheShyFn
TheSimpSonny
TheSinner
TheSkippyBoy
-TheSlim1
-TheSneakyOne
TheSoggyOne
-TheSoloHades
-TheSpaceSaus
TheStonedElf
-TheSwumpMan
-TheTKsmith
TheTankProd
TheTerug
-TheTimeLord
TheTinPeach
-TheToyMaster
TheTree7
-TheTrue Goku
TheTrueNorth
-TheTrueOOGA
TheTrueSatan
TheTruthOnly
TheUnbeloved
TheUndified
TheUnluckyIM
TheValuable
-TheVerve
TheVeryBest
TheVnom
TheVoodoo2
@@ -47652,603 +23248,315 @@ TheW1tcher
TheWerebear
TheWetDuck
TheWhlteWolf
-TheWiseLoner
TheWitcherr
TheWizaad
TheWrongName
-TheYahtzee
TheYak
-TheYimYim
TheYugo
TheZoracks
TheZurvan
The_Dave666
The_Dunster
-The_Eoline
The_Hillboy
The_Jimmy
-The_Krang
-The_Man146
-The_Sturg
The_Zob
-Thea1a
Theatres
Thebano
-Thebig76
Thecascade
-TheclawMVP
Theconn
Thedriesj11
-Thedyolf
-Thee Khed
TheeMohican
TheeSkill
-Theel
Theem
Theeweaver
Theez
-Theezak
Thefunto
Theguymann
Thejessman1
ThelAvent
-Thelastmane
-Thelegend4uk
-Thelmacat342
Thelvereas
ThemanwhoisB
Themenchman
Thengalin
Theoatrix
-Theodensa
-Theodora605
Theohhhh
Theoklitos
Theoneburger
Theophobia
-Theorized
-Theory
Theoryist
-Thepawgchamp
Thepiefour
-Theracords
-Theralion
-TherapyGroup
-Theravasa
ThereTheyre
Therealhook
Therens1
-Therer
Thermynator
Theruler333
Thery
Thesaurusus
-These
-Thesonicking
-Thespok
Theunfrgiven
Thew
Thewoodle
They
TheyTukMyJob
-TheyXciteMe
-Theynika
-Thgll
Thibaut
Thibi
-Thic Glizzy
ThicBudget
-ThicCreature
ThicKoontang
Thicc
-Thicc Aku
-Thicc Budget
-Thicc Fil A
-Thicc Flair
-Thicc Momma
ThiccBird91
-ThiccCowboys
ThiccDaddyXL
ThiccDonut
-ThiccQueen
ThiccSkips
ThiccZwans
Thiccapedia
Thick
-Thick Cut
-Thick Nick
-Thick Red
-Thick nun
Thick2g
Thick4Head
-ThickGlute
-ThickIronBum
-ThickMike
ThickSenpai
ThickSpak
-Thickenei
Thickest
Thickkmommy
Thics
-Thiery
Thies
Thiesen
-Thievette
ThievinKills
ThievingL
-Thievs
Thigh
Thighhighs
ThiiComplex
-Thiibaut
Thillam
-ThinBlueL1ne
ThinPeepoSad
ThinkB4Hit
Thinkoclet
-Thinxo
Third
-Third-ages
-ThirdAge
ThirdAgeBoss
ThirdEye
Thirdborn
-Thirsty 4PvM
-Thirtys
This
-This Gimp
-This Leo
-This Schmuck
ThisAint
-ThisAint-Wow
ThisAintSkil
-ThisGuySkip
ThisPieIsDry
Thisious
-Thissa
Thlrd
Thoakline
-Thocasu
Thogdad
-Thogidar
-Thohon
Thom
Thomarse
Thomas
-Thomas Juice
ThomasticIM
-Thomastic_1
-Thombstone
-ThomiusTeGr8
Thommetje
-Thommyy
Thonack
Thonq
Thoomin
Thor
Thoradin
-Thoraldd
ThoraxPurple
+Thorbuttuxth
Thordej
-Thorgal
-Thorgoth1
Thorkar96
-Thorn
Thornet
Thornnforge
-ThorntonM
Thorvesta
-Thot Jadiels
Thotalopolis
Thoth
-Thotmince48
Thotscape
-Thoughting
-Thoughtseize
Thounde
Thoupeppi
Thrasmion
-Thrax OS
-Three Twelve
ThreeOneNine
-Threemars
-Threesunders
-Threkeld
Threno
ThreshDaOg
Thrihyrne
Thrilbo
-Thrilerrr
Thrillhousee
-Thrisel
Thrivaldi
Thrlll
Throat
-ThrobGodTod
Throbba
Throbbing
Thrombi
-Thromur
-Throupled
-ThrownFury
-Throxx
Thru
-Thru ur poo
ThruDaStorm
Thrust
Thrustaxe1
Thueh
Thug
-Thug bone4
Thugbug808
Thugg
-Thugge
ThugsBunny
-Thugsbunny73
Thulean
Thumb
ThumbBwana
-Thumper
-Thunadaja
-ThundaBear
ThundaJunk
-Thundac
Thundahcatz4
Thunder Dog
Thunder Gate
-Thunder Nerd
-Thunder Zeus
ThunderBirdz
ThunderRolts
-Thunderbo1tz
Thundercat
Thunderite
-Thunderoxgod
Thunderpb28
-Thunderst0rm
-Thundito
-Thur go
Thurbs
Thurison
Thusly
Thutmose
-Thuvian
Thuzd
Thve1ivan
-Thwart
-Thy Odama
-Thy Victory
ThyIronGiant
-ThyLegend
ThyVonR
-Thybo
Thyclops
Thyhead
-Thyming
-Thyreus
-Thys
Thysa
Thyymabotnus
-Ti Blade
TiXN
-Tia
Tiaan
Tiaeuth
-Tiafoe
-TiagoM
Tiak
-Tian Guo
-Tianzi
Tiazen
-Tibadis
Tibador
-Tibaul
-Tibbsyy
-Tiberium SvK
-Tiboot
-Tic Fart
-TicImperfect
TicTacSensei
Ticano
Tice300
Ticina
Tick
-Tick Behind
-Tick Ma Nip
-Tick Manips
TickAteUrMom
TickTickRun
Tickable
-TicketGoblin
Tickets
-Tickflow
-TicklMySickl
TickleBerry
-TicklesIM
Tickmark
Ticks
-Ticks missed
Tict
Tictacdingus
-Tid Eez
Tidders
Tiddy
-Tiddy Winks
TiddyLactate
Tidev
Tidy
Tiedemanns
-Tiedustelija
-Tiegra
Tielemans
Tier
-Tier 05
Tierney
-Tierra Bella
-Tiesto
-TifaL123
Tiffs
Tiftanlar
-Tig Bittty
TigTheWelder
-Tigas TT
Tiger
-Tiger Tea
-Tiger Trap
-TigerYouDied
Tigerheart07
-Tigerheart09
Tigerlady
Tigerlady203
Tigerr
Tigersrule23
Tigerwolf
-TiggoGnomes
-Tiggrat
-Tighe
Tight
-Tight Helmet
-TightSpace42
-Tigor
-TigreRosso
Tigrio
-Tigy
-Tiiimon
-Tiimari
Tiistai
Tiistia
-Tiit Hepa
Tiivo
Tijmen
Tijn040
Tijs
Tijskid
Tijuude
-Tiki Haha
TikiTyrant
Tikk1s
-Tikka
-Tikkix
Tikru
Tiktok
-Tikwah
-Tila
Tilburg
-Tild0
-Tilfreds
-Tilidin
-Till Bored
Tillah
-TillerPloww
Tillykke
Tilted
-Tilted I Am
-TiltedGoblin
-TiltedIM
Tilur
-Tim Pedwar
-Tim Puri
-Tim The Jedi
-Tim bo Slice
-Tim-O-thy
-TimShutDown
TimSkilling
-TimTheLegend
-Timaaaay
-Timaaay
-TimbaWimba
Timbeettius
Timber
-Timbertail
Timbito
Timboball
-Timbuktu25
-Timbulz
Time
-Time For Me
-Time Leap
-Time Voyager
Time2Lose1
TimeFlies
-TimeIsStrnge
TimeLion
TimeMuffins
-TimeSink2000
-TimeSpan
TimeZebra
-TimedxBeast
Timespacing
Timetokill19
Timew8ster
Timex
-Timex 07
Timka
Timkempp
Timm
Timmay111865
Timmeh
Timmies
-Timmuuhh
Timmy
-Timmy Jim
-Timmy Tbow
-Timmy Tiime
TimmysCoffee
TimnI2
-Timonkey
Timos
TimosTime
-Timotej
Timsey
-Timzee
-TinFoil Joe
TinHongetech
-Tincoinco
Tincup
-Tindatinn
Tindell23
-Tinder lvl 1
TinderMatch
Tine
Tinfawn
TinfoiledHat
Tinfoilhat
-TingSumWong
TingleTingle
-TingleUwU
Tingot
-Tingsha
Tink
Tink200345
-Tinkelsia
-Tinmanone
-TinnMan
-Tinnitus
Tinsmith
-Tinted Rock
Tintti218
-Tinuvial
-Tinvicuna
Tiny
Tiny Bagel
-Tiny Buddha
-Tiny Bun
-Tiny Dck
-Tiny Feet
-Tiny Lego
-Tiny Secrets
-Tiny Teemo
-Tiny Triceps
+TinyCat69
TinyFnRick
-TinyIronDong
TinyLebowski
-TinyLes
-TinyTaro
TinyToasters
TinymafaRick
Tinypns
-Tinytiger17
Tinzo
-Tip Zee
-Tip of Dik
TipTheTank
-TipeF
Tipeeee
Tipit
-Tipoz
Tipper
-Tippin_toes
-Tips Iron
-Tips Touched
-Tipsy PvMer
TipsyBeard
-TiptopSundae
Tipu
Tiqu
-Tiques
TiramisuTart
-Tire Slayer
Tired
-Tired Hero
-Tired of IRL
TiredPidgeon
-Tirex
Tiring
TirmenaT
TironTula
Tironade
-Tirpz
-Tirsonek
Tisalia
Tisch
-Tism Tanner
-Tit Bow
TitMcghee
TitPoker
Titan
-Titan Luke
TitaniteSlab
-Titanium Mag
-Titas P
TitePoire
Title
-Title Fight
Titsferdayz
Tittsnbiches
-Tittyboi5
Titus
-Titus Furius
-Tivaaa
Tivinter
-Tizra
-Tizzcdn
-Tj Russo
-Tj Watt
-Tj0epert
-Tjaa
Tjabalabaaa
-Tjalo
Tjar
Tjarie
-Tjarles
Tjbakel
-Tjf12
-Tjob
TjockaBengt
-Tjs109
Tjuv
Tkit
Tksquad
Tktn
-TlCK LOST
-TlLLER
-TlLT
-TlME 2 QUlT
-TlNUS
-TlTANlC
Tliltocatl
TmSmT
Tman
Tmarvy
-Tmilllz
-Tmm
-Tmmm
Tmoe
Tmoe123
-Tmoneyyyy123
-Tmppa
-Tmtiger16
-Tnt Harder
-To Ashes
-To Be Sure
-ToAPlanker
-ToBeAgile
-ToLoNi
-ToMyTailFin
-ToNFisKrs07
ToTheRanch
-Toad Pond
-ToadKar TV
Toas20
Toast
ToastBTW
@@ -48261,239 +23569,126 @@ Toasterly
Toastie
Toasty
Toat
-Tob Braidy
-Tob Carvery
-Tob Marley
-TobOnMyCox
-TobSpoon69
-Tobak
-Tobbeloba
Tobias
TobiasFate
-Tobiasz
Toboogan3
Tobser
Toby
-Toby Raz3
-Toby1889
TobyMcCrier
-TobyRax
-TodWhispers
-Todays N00B
Toddlet
Toddo25
-Todt Thot
-Toe Biden
-Toe Crocs
-Toe Moss
-ToeRag
-Toedeloe
Toedels
-Toeh5
Toek
-Toekie
-Toeristje
-Toermalijn
-Toes B4 Bros
Toets
Toews
Toffenboi
Toffer_99
-Toffffu
-Toffoli
Tofs4pk
-Tofthagen
Tofu
-Tofu Python
-Tog
-Toge6343
-Togepi
-Togica
-Togo Mouri
-Tohni
Tohveli
Toilet
-Toilet Humor
ToiletBowlbb
-Toiletpaper9
Toimin
-Toiney
Toinzy
Toivo_43
Tojosodope
-Tok in
-Tok-xik-Hex
TokHaar
Tokah
Toke
-TokeSevere
Tokedaddy
Toker11
Tokin
-Tokin Ranarr
Tokin99
TokkHaar
Tokkie01
-Tokonu
-Tokoya
Tokoya11
-Toktz-ma-cox
Tokyo
-Tokyo Ghost
-Tokyo Prose
-Toldasor
-Tolhuis
ToljaSo
-Tolo Ar Nin
-Tolweg
-Tom Adamo
-Tom Cx
-Tom Decoene
Tom Fn Brady
-Tom Is Huge
-Tom Shanks
-Tom T
-Tom Vercetti
-Tom Waited
-Tom btw
-Tom from 561
-Tom is Sharp
-Tom o_0
-Tom vs Log
Tom9
TomAce
-TomFlinn7
TomHilRigour
TomMazilian
TomMerrilin
TomOfTheWest
TomTehCat
Toma
-TomaMvp
-Tomaatti169
Tomarti
Tomastor
TomatoAndEgg
-TomatoFarm19
TomatoTom9
Tomazon
-Tomb
-TombLooter
-Tomba
Tombalo
Tombat
Tombazv2
-Tombea09
-Tombing
+Tombea07
Tomdabom
-Tomdoc14
-Tome
TomehhG
TomiL
Tomiee
Tomik85
-Tomlyn
Tomm
TommieSalami
-Tommm
Tommmo
Tommy
-Tommy 901
-Tommy J C
Tommy2Tick
TommyGunn204
TommyJay
TommyTalapia
Tommyhawk
Tommyyy
-Tomn
Tomo
Tomori
Tomorrowlxnd
Tompi
-Tompp1
Tompsi
Toms
-Toms PvM
Tomsdk
Tomson177
Tomtastrophe
Tomtom032
Tomukas
-Tomvdh
Tomxi
-TomzodoubleO
-Tond3
TondeK18
Tone
-Toneez
Tonester03
Tonfa
Tong
Tongo
-Tongue Baths
Toni
Tonicto
-Tonk A Wiz
Tonka742
-Tonkade
TonkatsuLife
-TonkerEx
Tonnie
Tony
-Tony D
-Tony Gwynn
-Tony P
-Tony Soap
-Tony Soprano
-Tony Tuna
Tony23
TonyCaawk
Tonyde
Tonydidles
Tonyhood
Tonzaww
-Too Original
TooBasic
TooBigDad
-TooManyCooks
-TooManyKinks
TooMuchIan
-TooMuchSauce
TooMuchTuna
TooReal
TooShredded
-TooWhite4You
Toobias
-ToogaTank
Tooheys
Tookkul
-TookyDaWooky
-Tool
Toolbox
-Tools1977
ToomBooii
Toomas
-Toomi
+Toominator69
Toonic
Tooodley
Tooomo
Tooq
-Tooqan
Toortles
Toostie
Tooterz
-ToothhurtyPM
Tooves
-Top Gear
-Top Glock
Top Milk
-Top Monents
-Top Mong
-Top Trends
-Top V1
-Top Vestain
-Top10
Top5Worst
TopGlitch
TopGunt
@@ -48503,58 +23698,34 @@ Topez
Topgolf
Topi
Topkeklethal
-Topkerel
Topman
Toppavenger
Topstad
TopsyTurve
-Tor Btw
-Tor Cool Guy
-TorBlueJays
-Torag Tony
Torags
-Torags The C
Torchbringer
-Torchfall
Torchiclover
Torchpix
-Tordenknold
Tordue
Toreador
Toreransu
-Torgonis
Tori
Torille
-Torille btw
Toris
Torkoal
-Torky Bow
-Torlux
-Torm
TormentingU
-Tormood
-Tornaddyne
-Tornado Kim
TornadoGang
TornadoShit
Torned
Tornjak
TornoDB
-Torok
Toronto
TorontoOVO
Torr3nHunt3r
Torra
-TorraTwo
-Torretto
-Torrfly
-Torrud
Torsinclair
Torso
-Torstol
-Torstol Todd
Tortanium
-Tortcher
Tortelini
Tortew
TortiIIa
@@ -48562,68 +23733,36 @@ TortillaChip
Torttunaama
TortugaBooga
Tortugas
-Tortuous
-Torture Iron
-Torva boy
Torvee
Torvesta
-Toseki
Tosetti
-Toshiba
-Tossin
Tostada
-Tot1
Total
-Total Lvl
Total Pede
-Total Spoof
-Total Vanity
-Total Zero
Totaldumm
Totaled3
Totalis
-Totallymad20
-Totalxq
-Totato
Tote
-Totemas
Totnum
-Tott
-Totti
-Tottie
Toucan
Toucann
-Touch My Wii
-Touch Tablet
-Touch Touch
TouchPinis
TouchedByXp
Touchkin
Touchmydig
Touchpad
-TougeAttack
Tough
Tounii
-Tour Guide
Tourino
Tournx72
Tousart
Tove
Towely
-Tower Guard
TowerOfGod
Towerbros
Town
-Town Square
-Towney Stark
-Towton II
Toxic
-Toxic Dice
Toxic Emre
-Toxic Joda
-Toxic Mfer
-Toxic Outlaw
-Toxic Waltz
Toxic017
Toxic125
ToxicBropipe
@@ -48631,22 +23770,12 @@ ToxicDroPipe
ToxicKenny
ToxicSimp
ToxicWaster
-Toxzeek
-Toy Chest
Toycutter
Toyger
Toyne
Toyocoma
ToysRusK1d
Toysalami
-TozzinSalads
-Tpc Chris
-Tpc Jimmy
-Tpc Ken
-Tqnks
-Tqrb
-Tr Farmer
-Tr hoca
Tr0gdor
Tr1ckyD1cky
Trabelco
@@ -48654,164 +23783,85 @@ Trac
Trace
Tracing
Trackpad
-Tracktix
Trackzor
-Tracto r
-Tractorjoe13
-Tracxy
Trad
Trade
-Trade Me 70k
-Trade Parade
-TradeForItem
TradeMeBro
TradeMeUWont
-Tradebarrier
Tradeophobia
Trae47
-Traenalai
-Trage Gast
Tragick
-Tragon33X
-Trail
-Trail Sodas
-Train Track
-Traincore
Trained Fish
Trainer
-Trainer Bad
Trainin
-TrainingDay
TrainingDays
-TrainingWill
-Trainor BTW
Trains
Traiths
-Trakiya
Traktori
Traktorman
Tralan
-Tralfamadori
Tramayne
Tramfix
Trample
-TranSfused
Trance
-Trance Heals
-Trance666
TranquilGod
-TranquilHaze
Tranquillia
Transfer
Transgressor
-Transpiler
Transpose
Tranziztance
Trap
-Trap Carrot
-Trap the Cat
-Trap-A-Holic
TrapGdReptar
TrapGood93
Trap_Capo
Trapking
-Trapking 8
-Trapping
Trapski
Trasclart
Trash
-Trash Pvmer
-TrashBlast
-TrashManJ0hn
-TrashServers
Trashu2
-Trashua
Trashy
Traumahh
Travee
Traveler
Travis
-Travis 42
-Travis on Rs
Travis473
TravisThott
Travish
Travor
TravviePatty
-Travy D Law
-Traxic
Traxxed
-Trayvon King
Trazaeth
-Trazez
-Trazza001
Trebluh
Trebyzond
-Tredderss
Tree
-Tree Form
-Tree Oils
-Tree43210
Tree50
TreeNut11
-TreeTopsFart
-TreeWeasel
-Treedemption
-Treehuggers
Treelo23
Treenut
Treinen
-Treio
Trejoracine
Trekhoar
-Treldinn
-Trem Bao Uai
-TremensInc
Tremorx00
-Tremzy
-Tren Culture
-Tren Hex
TrenbolonAce
-Trench Ben
Trendeon
-Trendiness
Trenl
Trennel7
Treno
Trensational
-Trentovitch
Trentt
Trepa
Trepador
Treps
Tresemmee
Trev
-Trev the dog
-Trevenant
Trevo
Trevor
-Trevor Died
-Trevor M
-Trewg
-Trews
Trey
-Trey is
Treygor
-Treyvor
-Trezler
-Trgx2
-Tri Flamingo
-Tri-P0LAR
Tri9py_J
TriBalanced
-TriFlea
Tribe
-Tribe Leader
-Tribe of 123
-Tribryd26
Trick
-Trick Blue
-Trick Statue
Trick-demon
TrickRoom
Trickiac
@@ -48821,15 +23871,11 @@ Trickster122
Tricomb
Trictagon1
Trictagon2
-Tricx
-Trid3nt
Trieuce
Triforce13
Trigamy
-TriggaTriggs
Triggadd
Triggahappy
-Trigger Me
TriggeredMot
Triggeredm3
Triggering
@@ -48839,44 +23885,22 @@ TrikiRiki
TrikyCutworm
Trikzed
Tril
-Trilipe
Trilligy
-Trillogy
Trillotani
-Trilogies
TrilogyXO
Trim
-Trim Jr
-TrimmedGrimm
Trimmedguy
TrinitySauce
Trinix
Trio
-Trio MF
Trip
-Trip Machine
-Trip Masta
-TripEatIRL
-TripJaw
-TripSquad
Tripachu
-Tripae
Triple
-Triple Deuce
-Triple Dex
-Triple U
TripleBeans
-TripleHyphen
-TripleNeck
Triplet
-Tripod Neb
TripodDog
-Trippie Damo
Trippinsac
-TrippleMarty
Trippy
-Trippy Mind
-Trippy Troll
TrippyReefer
TrippyScapee
TrippyTony
@@ -48884,155 +23908,78 @@ Trips
TripssAcid
TrisomyMumky
Triss123456
-Trissee
TristV1
Tristann
-Trito
-Triton Blue
-TritonSaber
Triumph
Trivi Beast
Trivit
Trivium
Trixcet
Trizak
-Trizepz
Trldude7
TrocSan
-Trocko4
TrodOnLego
Troetelbeer
Trogbite
-Trojan Steed
Trok
-Trolerage
-Troll Chad
-Troll464
TrolleVV
TrolletTruls
-Trollevv
-Trollface
-Trollheimusk
-Trolli
TrollinPony
TrollinTony
-Trollinguy
-Trollzzy
Trololosaur
Tromal
-Trombalski
-TronixxIM
-Tronkshark
Tronse
-TroopIronman
Trooperke
Tropec
TrophieTyler
Tropical97
-Tropicaux
-Tropidelics
Tropsic
Troskals
Tross
Trottero
Trottington
-Troulis180
Trounced
TrousrMonstr
-Trout Wallet
-Trovam
-Trovo
-Troxicus
-Troy Buckle
-TroyPolamalu
-Trreezz
Trrrpfosdss
-Tru3Iron
-Trublians
Truce
TruckTruck
-TruckYacht
-TruckerLiam
-TruckerTuck
TruckersLife
-Trucki
-Truckstop0
True
-True Flex
-True Joker
-True Knight
-True Owl
-True Repent
-True Tones
TrueBadApple
TrueBank
-TrueNorth95
-TrueSatan
TrueTech
TrueTeller77
-TrueYoshi
Truegreed
Trueplaya
-Truers
Trueth
Trulieve
Truly
-Truly Lifted
-Truly Loving
TrulyForever
-Trump
TrumpCard
TrumpSuxAss
Trumpet
-Trundholm
Trunker
Truno
Trunsa
-Trusejageren
TrustIssues
-TrustNoOne
Trusted
Trustifarian
-Trustin
-TrustyThrust
-Truth Hurtts
-Truth Seekir
-Truxy One
-TrveKvlt
-Try Casual
-Try Die Cry
-Try Hard Jr
Try2IronMan
TryAltF4
-TryCBD
TryHard
-TryHard DBag
TryHardi
Tryactin
-TrygveLegend
Tryh4rder
Tryhard
-TryinNot2Die
-Trym
-TrymeTrick
-Tryna Max
-Tryna match
-Tryndaflex77
Trynottodie2
Trypophobia
Tryptamind
Tryptopane
Tryuumph
-Trzaskowski
-Ts Danne
-Ts Me
-TsMaxed
Tsakahele
Tsar
-Tsar Douglas
Tsarina
Tschinelas
-Tshotz
Tsiquli
Tsitika
Tsjok
@@ -49046,42 +23993,27 @@ Tsudo
TsukasaS
TsukiAkuma
Tsukihi
-TsukikoBaka
Tsukiya
Tsuku
-Tsuku yomi
Tsukuyomi
Tsumikitty
-Tsumoso
-Tsurubebi
Tsyphoid
Ttffdd
Ttoz
TuNxZbs
Tubbless
-Tubbzzy
-Tube Dood021
Tubmasta95
-Tubs
Tubz
Tuca
-Tucker Jeb
Tuckerajf
-TudoLaDentro
Tuerro
Tuexo
Tufan
Tuffa
Tufs
-TugBoatWilly
-TugMeTwice
-TugMyCox
-Tuga9
Tugboat
Tugboats
-Tuii
Tuisku
-Tuittu
Tukeldaja
Tukkairti
Tulf
@@ -49089,37 +24021,21 @@ Tulip
Tulipssonmyd
Tully03
Tulppu
-Tumbdownlog
TumbleDore
-TumblingSand
-Tumeken Tay
-TumekenToday
-Tumma Paahto
-Tumms
-Tumnus
Tumppe
Tuna
-Tuna Juice
-Tuna Shuffle
+Tunafish69
Tunaking420
-Tunasafarii
Tunda
TunderBog
Tundra
-Tunez
Tung
-Tung Fu Rue
Tungsten
-TungstenGyro
-Tunguska
-Tunkky
Tunnellord
Tunppii
Tunsberg
Tuntun
-Tuoppi1230
TupacShaakur
-Tupackid
Tupakki
Tupeli
Tuperrovski
@@ -49127,188 +24043,98 @@ Tupla Olut
Tuplaa
Tupoopsa
Tuppu
-Tuppu hoitaa
-Tuppuu
-Turambarr
TurangaNui
-Turb0uu
Turbanator
Turbie
-Turbin
Turbo
-Turbo IM
-Turbo Junkie
-Turbo Toes
-Turbo Zero
TurboMilf
-TurboSoak
-TurboTez
TurboWet
Turbokjepp
-Turbotymer
-TurdFlicker
+Turd
TurdFurgeson
Tured
Turha
Turiak
-Turjilin
-Turk Monsta
Turk3H
-Turk3HH
TurkBird
-TurkeyPro
-Turkije
-Turkish One
Turkish3agle
Turkled
Turkos06
Turks
Turn
-Turn It Left
TurnMagic
-Turnalar
Turner Coach
Turnii
Turnt
-Turqish
-Turqy
Turri
Turrner
Turrox
Turskaa
Turso
-Turssuttaja
-Turtelloo
Turtle
-Turtle Rak
-Turtle s
Turtle7
-TurtleCoddlr
TurtleWurdle
Turtlebutt
-Turtledog
Turtleliest
-TurtlesClimb
TurtlesRdank
Turtleso3o
-Turts
-Turuii
-Turvasana
Tusc
-Tushy Taker
-Tusk
Tusondude25
Tusseladd92
-Tustea Kossu
-Tutorial
Tutoroo
-Tutta
Tutter
TuttiFruttii
-Tuttimango
Tuttimelon
Tuuri
-Tuuri haukka
Tuvisitt
-Tux
Tuxy
Tuya
Tuzle
-Tvanderlaan1
-Tvb Cx
-Tw0Pack
Tw1ZzT
-Tw1nsPurr
-Tw1nz
-Tw1st3d_B0W
Tw1stedBow
TwTv
Twald10
Twas
-Twas Xmas
-Twashua
Twaste
-Tweaky
-Twee Barkie
Tweeder
Tweek
-Tweekzor
Tweetart
Tweeznap
-Tweezr
TweezyShadow
Twelvyy
-Twenie Wan
Twerk
-Twerk 132
Twet
Twice
-Twice Flo
TwickerTweet
Twiddle
-Twiddle Twix
-Twidgets
-Twiested
-Twift
Twigbert
-Twigglet
TwiggyC
Twigler
Twigster
Twiisted
Twilight2326
TwilightPony
-Twilly Spree
-Twillz
Twin
-Twin Fists
-Twin Kinz
-Twin Peaks
Twinflip
-Twinick
Twink
-Twink Ripper
Twinkle
-Twinkle Park
-Twinklekat
Twinr0va
Twins
-Twist2K
Twist3d
Twist3dData
Twisted
-Twisted Boog
-Twisted Bung
-Twisted Cook
-Twisted Echo
-Twisted Jam
-Twisted Matt
-Twisted Titt
-Twisted cat
-Twisted garg
TwistedAegis
-TwistedBeer
-TwistedBerns
-TwistedBowlz
TwistedBr0
TwistedCybrg
TwistedGuard
TwistedHeart
-TwistedLike
TwistedOffer
TwistedWally
Twisted_Ry
-Twisted_newf
TwistedxAura
-Twister Nips
-Twister XIII
Twistertjeee
-Twistie
TwistsedT
Twitch
-Twitch Fear
-Twitch simp
-Twitch507
TwitchFear
TwitchSeljan
Twitchen004
@@ -49316,491 +24142,221 @@ Twitchin
TwixTM
Twizler74
Twizzlers88
-Twnkles
Twntythree23
-Two Elites
-Two Fears
-Two Ounces
-Two2SixToo
TwoBeerBuzz
TwoDigitJish
TwoDogs
TwoInTheSink
TwoLegedDog
TwoShue
-TwoTwentyTwo
-Twoconch
TwojaStara
-Twoy
Twpz
Twstd
Twum
-Tx2
-Tx3 Poseidon
-TxNock
-Txbor
Txfr
Txga
-Txh
-Txlon
-Txture
-TxunaTuna
Txyus
-Ty
-Ty God
-Ty Sit Idiot
-Ty bears
Ty1er
Ty4F
-TyDyPooFingr
-TySkidmore23
Tybear575
Tyberium
-Tybones
Tycen
-Tycens
Tydigidy
Tydollatree
TyeMeUp
Tyelca
Tyepo
-Tyfr
Tyfus
-Tyfus Bende
-Tyfus Mug
Tyfuslija
Tyga
-Tygr
-Tyhger
Tyin
Tyixx
-Tyjes1
Tykaman
-Tyl r
Tyler
-Tyler Razz
-Tyler Stone
Tyler051095
-Tyler4rs
-TylerGBR
-TylerMike
+TylerOSRS
Tylerknight3
Tylerton
-TylerxBandit
-Tylo54
Tylooor
Tylz2
Tym8
-Tyney
-Tyngre
Tyom
Tyontaja
-TypOneg4tive
Typhose
Typical
Typisch
-Typto
-Typtooka
-Tyq
-Tyr 24
-Tyr Ara
Tyra
Tyrael
-Tyrael OG
Tyran88bid
-Tyraniana
Tyranids
TyrannicaI
Tyrants
Tyrep
-Tyrex
Tyro
Tyrus
Tysh
Tyskie
-Tyskie38
Tyskn
Tysn
-Tyson11
Tysonn
Tyst
-Tysterisk
-Tytastic
Tythle
-Tytto
Tywonia
-Tz-Kek-Twang
Tz-Ket-Kush
TzCal
TzCok
-TzCok-Hard
TzDeez
-TzDeez-Nuts
TzHaar
-TzHaar Meej
-TzHaar-Doug
TzJal
TzKal
-TzKal Majora
-TzKal-AszZuk
-TzKal-Cumsok
-TzKal-Gio
-TzKal-Mike
-TzKal-Thad
-TzKal-Zuky
TzKalFatkok
TzKalSuk
TzKarl
-TzSuk-Dis2
TzTok
-TzTok Chris
TzTok-1gBud
-TzTok-Fart
-TzTok-Flame
-TzTok-Izzy
-TzTok-Jaffa
-TzTok-Jahd
TzTok-Jeffy
TzTok-Joka
-TzTok-Kekw
-TzTok-KetKok
TzTok-Ladz
-TzTokTitties
Tzek
-Tzhaar Bower
-TzhaarThicc
-Tzhaar_PvP
Tzharzh
-Tziis
Tzikit
-Tzkal Edgar
-Tzkal Tygo
-Tzkal-Reborn
-Tzok-GigaKok
Tzoski
-Tztok Shaz
Tztok-Met-Al
-Tzuyuwu
-U A E
-U A V Online
U Ded Boi
-U Mirin Brah
U N X
-U R Lame
-U Tele Nub
-U W8
-U n I f Y
-U nknown
-U0Q
U0sunpeh
-U3
-U4
-U71Q
-UAWMAN
UB02
-UBWare
UBaKr
UConn
UENDELIG
-UFOTurtle
UFOs
-UG Juppa
UGLYMONKEY58
UGLYS
UGam3zOS
-UI GOKUU
-UI UC
-UIM BUTT3RS
-UIM Brah
-UIM Burni
-UIM Chayula
-UIM Illusive
-UIM Liar
-UIM Lobotomy
-UIM Log
-UIM Loki
-UIM Nathanjb
-UIM Ori
-UIM Paperbag
UIM Pepper
-UIM Pidbull
-UIM Shen
-UIM Shrift
-UIM Sorrows
-UIM Spongie
-UIM Stephan
UIM Thor
-UIM Vas
-UIM Warriorh
-UIM Wedey
-UIM Yoga
-UIM Zoldyck
-UIM whozan
-UIM7
-UIMBerg
-UIMaqtpai
-UIMatti
-UIMpostor
-UIPanda
-UIdahoKush
-UIspice
-UKB0b449
UKnowItsB
-UL7RA
-ULF Tagger
ULTMA
ULTRA
-UN-FAZED
UNBIQUOUS
UNC0RN
UNCEL
UNCLE
-UNCLE LEET
-UNCLESAMY
-UNDEAD EXO
-UNDERURBED4
UNEX1ST
UNH0IY
UNLOADED999
-UPDOGS
-UPSdeliveree
-UQV
-UR 0 HP LMAO
-URA Noob
URAMESHl
URSS
-US Postal
-USA Tyler
-USA USA USA
-USA is Dev1l
USAF
USAO
USBthe2th
USMARINEHYDE
-USNavyOver70
USSpaceForce
USTreasury
-USirHaveLost
USirHaveWon
-UTT
-UWCB
-UWF
-UWUSTELIJA
-UZY VS JAD
Ualt
-Uamee
Ubar
Ubaru
Uber
Uber Logan
-Uber Yeats
Uberamazing
-Ubersmind
-Ubicorn
-Ubu
-Uccino
Uchiwa
-Uchr
Udacity
-Uderp
Udhariol2
Udingus
-Ufda
-Uffe Persson
UgliestIncel
Ugly
-Ugly Hipster
-UglyFishArm
Uglybeetle27
Uglyyo93
UgranDag
-Ugursuz IT
Uh-0h
Uhbove
UhhhBoneless
-Uhhhh Wut
-Uhm
Uhscended
-Uidi One
-Uim Beyonce
-Uim IRL also
-Uim Zuko
UimSian
-Uimakoulu
-Uk Bristol
-Uki Kukkamaa
-Uki Skillz
Ukko
-Ukko-Pekka
-Ukkonenn
-Uknow Yunho
UknowPotter
Ukonvasara
-Ulappa
-Ulibarri
-Ulik madiq
-Ulillillia
Uliss
Ulizius
-Ullerton
UltDrewes
-UltRise
Ultebor
-Ulthane120
Ultima
-Ultimat3ly
Ultimate
-Ultimate Low
-UltimateH0bo
UltimateSami
-UltimateWare
-UltimateZe
Ultist
Ultistic
-Ultorman
Ultra
-Ultra Miami
-Ultra Primal
-Ultra Sloth
-Ultra Space
-Ultra Teuz
-UltraGOOP
UltraJack
UltrasTomi
-Ulvhilde
Ulyanyx
UmUUmuUmU
-Umarra
Umbr
-Umbrah
Umea
Umek
Umiland
-Ummfufu
-Ummz
-Un Dutchable
-Un M-U-T-3-D
-Un puma
-Un-Expected
UnDutchable
-UnGoof
UnHoLyxMaTTy
-UnOrderly
-UnRuleD
-UnTaMed X
-Una999
Unacceptab1e
-Unaclogger
-Unaided
Unass1sted
Unassisted
Unavailable
Unbacked
-Unbann me
Unbiased
-UnboundLeaf
Unbreakable
Unc1e
-UncJo
Uncaged1776
UncagedOne
Uncandled
Uncel
-Uncel Ben
-Unchunk Man
Uncle
-Uncle Exci
-Uncle Julien
-Uncle Rocho
-Uncle Solo
-Uncle Somnus
-Uncle THC
-Uncle Trippy
-UncleBigBob1
-UncleCuckle
UncleDaddiii
-UncleGuy
UncleSlappy1
-Unclear
-Unclesam137
Uncode
UncomfyPants
Uncommon
Uncooker
-Uncool Gary
-Uncr3at1ve
Uncut
Uncy Duncy
Und3r0ath
Undead
UndeadElk333
-UndeadYenny
Undeadd
Undefeated
-Undelivered
Undeniable
Under
UnderExiled
-Underaged
Undercatt
Underlogged
Underoos
-Underrs
-Understars
Understated
Underverse
Undine
Undoubtful
-Undra
-UndrgrndSalt
Undulaatti94
Unemati02
-Unemployed
Unequalized
Uneven
-Uneven Mango
-Unexposed
Unfair
Unfearful
-Unfergetable
-Unfi
-Unfollowing
Unfriended
-Unfunno
-Ung
Ungolianty
Unhappy
-Unhapytuna
Unhealthy
UnhingedE
Unho
-Unholy Bains
-Unholy Cult
UnholyAbyss
Unholybucket
-Uni Mike
-UniQ
-Unicat
Unicorn
Unids
Unii
-Unik
-Unimaginary
-Unimander
Unintended
-Union Dixie
-Uniqlorn
Unique
-Unique Am I
Unit
-Unit Tests
United
-UnitedLeeds
Uniteds
-Unity 3D
Universe
Unkh
-UnkindPastry
UnkindledTwo
Unknown
UnknownBeing
@@ -49809,353 +24365,159 @@ UnknownValue
Unknownchuck
UnkoPlayer
Unkoly
-Unkownkiller
-Unlash
Unlds
-UnlimitedHC
-Unlit Sky
-Unlock Death
-Unluckerdile
Unluckers
Unlucky
-Unlucky Jord
-Unlucky lmp
UnluckyNGay
-Unlugy
-Unluigi
Unmasked
Unmaxed
Unmerkable
Unmoist
Unnerving
Unohdettu2
-Unomia
-UnorthodoxGF
Unorthodoxfo
-Unown397
Unprofitable
-Unread
-UnrealGecko
-Unrecord
-Unreliab1e
Unrot
Unruliest
Unsafest
Unsainted
-Unsavior
Unscuff
-Unscythed
Unseen
-Unshaven Cat
-UnstopFork
Unstrung
-Unsubscribed
Unsung
Untameable
-Unthinkable
Until
-Until Dawn
-UntrimCraft
Untrimmed
-Unus Divinus
-Unv
-Unwiii
Unzkiboi
-Uoziz
-Uozu
-Up N Ur Mom
-Up ya mom jr
-UpBad
-UpNorthCha
UpRoaRs
UpThaSaints
Upeo
-Upi
Uploading
Upluk
-Upper Four
-Uppercuts
-Uppotukki
Upriser
Uprising
Uproot
Upsi
-Upthe1rons
Uptime
-Ur Exp 2 Me
-Ur Obsession
-Ur a baish
UrASalmon
UrBabyzDaddy
-UrBoyBilbo
-UrDadsLov3r
UrJustXpToMe
UrMomLvedIt
UrNansMan
UrPureSucks
UrScr3wed
-UrSuchaShita
-UrWifeLuvzMe
-UrYe
UrZoggy
-Ura Juanker
-Uragaan Dude
Urakas
Urakkapallo
-Urallia
-Uran ium
Uranus
UrbanMerza
Urbdayy
-Urbn
Urdead
Urea
Urek
-Urekzera
-Urfe
-Urheiluiatka
Urheilujatka
-UricOddball
Urkchar
-Urked
Urkerhard
Urock16
-Uross
-Urotsuki
-Urpokarhu
-Urri
-Urs
-Ursa
UrsaOmega
-Urskog
Urthron
-Uru p
-UsainBloat
-Usb Doe Tin
-Usb Flies
-Use
-Use Tongue
-Use2bHC
UseToBeGood
Useable
-Usecsythang
UsedApplePie
-UsedLube
-UsedRubbers
Useless
-Useless Main
User
-User 27
UserApproved
-Useranme
Usos
Ussin
-UsualAntZ
Usva
-Utahime
-Utahn
Utareita
Utca
Utini
Utis
Utsuwu
Utter
-Utter Pleb
Utvisa
Uunijutsku
Uunipelti
-Uuo
-Uus kaust
Uuti3
-UwU Leo
-UwU Noctis
-UwU Otaku
UxXwpasdiioa
-Uzin
Uzot
-UzrielBoi
Uzunar
-V 3
-V 9
-V A K U
-V A L O R
-V A M 0 S
-V A N D E R
-V Bros
-V E F
-V E H
-V G
-V GK
-V Gamemaniac
-V L A D Y
-V Lestat V
-V NL
-V Nichushkin
-V OO D 00
-V R I L
-V e c n a
-V endetta
-V ergetend
-V ezi
-V i 1 e
-V r o l ij k
-V the Victim
-V-43
-V-EuSoto
-V-SaTanjiro9
-V-Tek
-V-olRagnarok
V043
-V0F
-V0WZ
V0XA
-V1BER
V2int5
V3NQM
-V3XY
V3lnias
V3n3natis
-V3rtigo btw
-V43
V4SKI
V4sia
-V5C 2
-VAIDUOKL1S
-VALH0WLA
-VALHA LL A
VALK0
VALORANTJETT
-VAMPYRlC
-VANlLLA RUM
-VB TINNS
VB24PK
-VBoss
-VBsec
-VDB Niffooo
VDHG
VEDA
VEGANDIET
-VEN0M13
-VENNY MOCKER
-VERYBANANNA
-VET DMaZ
-VHS or DVD
-VIAL1
-VIE T
-VIII
-VIIVII
-VIKING0
-VILIONKKAA
VLEERMUlS
-VODKANATOR
-VODs
VOIVID
VOREVERAIONV
VORKl
-VOlDWAKER
-VP N1ck
-VPSxSam
VPixels
VRScotty
-VS0P
VS367
VUNDA
VVDance
VVJuul
-VVS1
VVStoner
-VVade
VVanderer
VVarden
-VVeems
-VVhite0ut
VViggle
-VVilson
-VVinni
-VVintage
VVona
VVoods
-VW Crafter
Va1ynx
Vaal
Vaalbara9
Vaalberg
Vaandah
-Vaca Preta
-Vacant V
Vache
-Vache Verte
Vad3
Vader
Vado
Vaealin
-Vaelleruen
-Vaelte Peter
Vafan
-Vafthruthnir
-VagAngler
-Vagabond
-Vagina Bad
-Vahagis
-Vahagn
Vahidil
Vahlyte
-Vahn
-Vaikuttava
Vailokas
Vain
Vainis
Vaishe
-Vaisu
VaitkiS
Vaizki
Vajengo
-Vakstu
-Val Rex
-Val3ntlne
-ValOnMyChest
Vala
Valadrak
-Valarfax
Valaron
Valdevon
Valdomiro B
-Valdyra
Valendale
-Valentijn
-ValentinaLuv
Valete
-ValgeHunt09
+ValgeHunt07
ValheraUK
Valhk
-Valiant Nite
-Validde
Valiente
-Valienton
Valiiim
Valiralith
-Valirion
Valivill
Valknir
-Valkore
-ValkyraeS1MP
-Valkyrie btw
-Valkyrie xo
ValkyrieNora
Vall
Valliance
-Valliate
-Vallies
Vallk
Valluu
Valmar
-Valmora
Valo
-Valo Ville
Valo247
Valor
ValorantJohn
-Valorate
Valorisatie
Valorise
Valorpoint
@@ -50165,17 +24527,10 @@ Valverdi
Valxn
Valzar
Valzor
-Vam pire
Vamo
Vampeodia
-Vampire Bob
-Vampirehunt
Vampiress
Vampurr
-Vampyire
-Vampza
-Van Cold
-Van Hellsing
VanDarkhome
VanHeisma
Vanaic
@@ -50184,154 +24539,79 @@ Vandahl
Vandaine
Vandalize
Vandalized
-Vanderhek
-Vanderstorm
-Vandery
Vandetto
Vandmand
Vandorann
Vanek
-Vanek-26
Vang
Vanh0
VanhaKettu
Vanhal000
-Vanilla Best
-VanillaBum
VanillaDonut
-VanillaFlow
VanillaSwirl
-Vanillawaifu
Vanity
-Vanity Fair
-VanityNugett
-VanityRS
-Vanityyh
Vanja
-Vanja M
-Vanki
-Vannara
-Vanskid
Vanss
Vantiron
Vanupimphi
Vape99
VapeMonster
-VapeNGapeLLC
Vapeape1
Vaperan
-Vapid H
VapinTiger
-Vaping Cloud
-Vaporion
Vaporized
-Vapsjeeee
-Var Laslore
-Varamyr
-Vardorfister
-VardorvisSux
-Vardovish
-Varduka
-Varenagan
-Vargen96
-Vargo
-Vargrmoon
Variabulls
Varixed
-Varlanazz
-Varlot4
Varm
-Varm Kaffe
Varnilla
VarockVirgin
-Varonom
-Varpu
-Varradero
-Varro
Varrock
-Varrok Obama
Varroq
-VarrrokObama
Varsa
Varsii
-Varthon
Varulven
Varxas
Varz
-Vas R
Vasar23
Vasd
Vasdeffernce
Vaskapotti
Vaskekort
Vasquez
-Vassaa
-Vassago0111
-Vassal
-Vastrakal
-Vastuuvapaus
Vasuki
Vasyliev
-Vatenkeist
Vatix
Vauderus
Vaull
-Vault Hunter
-VaultTecs
-Vautumn
-Vaux
-Vava471
Vaveti
-VawnHeuf
Vaxx
-Vaxxil
-Vaxyr
VayQ
Vayda
Vaynon98
Vaz0r
-Vazier
Vazoo
-Vb Panther
Vbiqve
-VeKnow
-VeZuu
Veas
Vector
-Vedam
Veddunreal
Vedroulian
-Veecal
Veeena
-Veekkuu
-Veerpalu
Veersnof
Veetu76
Vefsn
-Vegabond
Vegakargdon
Vegan
-VeganFemboy
VeganVibes
Veganstho
Vegard
Vegas
-Vegas Gunman
-Vegas Mike
-Vege-Mauri
Vegeetta
Vegeta
-Vegeta MF
Vegetah
-Vegetas Veng
Vegetunks
-Veggie Mate
Veghan
-Vegitation
Vegito
-Vegito Meta
Vegolse
-Vehicle Tech
Vehms
Vehru
Vehtamin
@@ -50341,416 +24621,205 @@ Veinin
VeitiKKa
Vekie
Vekuuu
-Velaynx
Velbain
-Veld
Velegro
Velek
Velgreed
-Velhote
Veli
-Veli Iron
-Velikan
Veliki
-Velite12
-Velkennar
Velkija
Velli
Velmir
-Velociraptor
-Veloxrapt0r
Velreth
-Veltsi
-Velvetgunner
-Velvsy
-Velzun
-Vemba
Venado
Vendall2
-Vender
Venderik
Vendet27
-Vendum
-Venemies
Venenatis
-Venerate
Venereology
Venetsia
-Venfour
Veng
-Veng BTW
-Veng Me Not
-Veng Waster
VengDeezNutz
Venganza
-VengeMeDaddy
Vengeance013
VengeanceTR
Vengeancen
Vengeful
-Venizar
-Venkeltje
-Vennythizer
Vennyv99
Venom
-Venom Vegeta
Venom00
VenomTears
-Venomousbite
-Venomxkillz
-Venous Cobra
-Venpu
-Ventia
Ventile
-Ventril0qist
-Venus Nyan
-Venzdroid
Venze
-Venzy
-Veo s
Veos
-Verac Obama
-Veracs
Veracthus
-Veraen
Veratyr
-Verbac
Verbal
-Verbal Kint
-VerbalIrony
-Verbia
Verbo
Verche
Verdantys
-Verdoemd
Verdux
Vereco
Verelya
-Vereoris
-Vergi Drakan
-Veri Eze
-Vericity
-Verify
Verin
-Verissimum
Veritasium
Verity
-Verix
Verjj
Verkyz
-Verliax
-Vermachelen
-Vermeill
-Vermithrax91
-Vermont Iron
-Vermyapyre
-Vern29
-VernalTDevil
-Vernon
-Vernossiel
-Vernyxitas
-Vernz1337
Verokostaja
-Veromnis
-Verrario
Verrtus
-Verruckt
VersGrind
-Versacce
VersaceGuap
-VersaceSofa
Versalix
Versatio
Versily
-Vertigo 2
-Vertsu1
-Vervyyy
Verweel
VerxaRS
Very
-Very AFK
-Very Typical
VeryAvgRNG
VeryGoodRNG
-VeryLarry
VeryLilRng
Veryloo
Verysharp988
-Verywarm2246
-Veryx
-Verzicky
Verzik
-Verzik BTW
-VerzikDaCuck
-Verzika
Verzy
-Verzy Werzy
Vesal
Vesaris
Vesipiisami
Vesku
Vesley
-Vespina
Vespulia
Vesqu
Vesryn
-Vessim
Vest
-Vesta 1000
Veste
Vestergaard
-Vestorius
Vesture
-Vesunna
-Vetala
-Vetem
VeteranGamer
-Vetilation
-Vetinari37
-Vetionarian
-Vetr Skaoi
-VettePolle
-Vex Viper
-Vex Virus
Vex8
Vexare
-Vexed Viper
-Vexeed
-Vexer07
Vexero
Vexers
-Vexflame
Vexing
Vexinity
Vexrip
-Vexstrom
Veylantz
Veyron
Veysel
-VezTa
Vezka
-Vezon
-VgbndUnicorn
ViIlageIdiot
-ViaCarter
Vial
-Viallinen
Viat
-Vib3Ch3ck3r
Vib8
Vibby
Vibe
-VibeCentral
-Vibeke Gar
-Vibeology
-Vibes Check
VibesTooWavy
-Vicardi
-Viccuri
Vicente1111
-Vicenza 173
Vices
-Vicious Dest
-ViciousPawg
Vickies
Vicky
VictheStud
-Victimised
Victor
-Victor Dogg
-Victor Lim
VictorHo
-Victorize
Victorp75
Victoryw
Victreebel
-Victur
Vida
Vidacks
-Viddii
-Video Gamic
-Videogam3r
-Vidlmao
Vidy
Vidz
Viech
-Viema
Vienas
Viera22
-Viesker
Viesty
Vietnamees
View
-View Bot
View0
ViezNegertje
-Vieze Jongen
Viggi
-Vigi V
Vigilamus
-Vigly
Viguro
Vii23
-ViiPV
ViiViiVii
Viiduus
Viiiral
-Viikonloppu
Viiksi-Vallu
ViinaGoblin
Viinakramppi
ViisYsiKuus
-Vijand
Vijay
-VikSC
Vikat
VikeSkol
Vikerne666
-VikiLord
Viking
-Viking Dad
-Viking768
-VikingKnees
Vikingfe
-VikkiVance
-Viklok
Vikram
Viktor
-Viktor Wins
VilainLutin
Vilbeee
Vile
-Vile Arcane
-Vile Cabbage
-Vile Squid
Vileblood
Vilemaw
-Viliant
Vilke
-Villagers
-Villain Dude
-VillainLife
Villanovaguy
Villanovan
Ville
Ville921
-VilleGallle
Villix
Villllu
-Villosa
-Villrix
Vilnis
Vilty
Vilunki
Vimpsen
Vims
-Vin 08
-Vin B
-Vin Vista
-Vinaegre
-Vinbum43
-VinceBennett
-VinceOfMince
Vincen
Vincent
-Vincent D2
VincentDaMan
-Vincentimetr
-Vinceut
Vinchops
-Vindi IM
-Vindruen
-Vindruva
-Vinh y
-Vinish
Vinkmaster1
Vinland
-Vinloxx
-Vinn28
-VinnFrazz
Vinneh
Vinnie
-Vinnie Dabs
-Vinnie Pazz
Vinnie526
Vinny
-Vinny NZ
-Vinny Speedy
-Vinny Verac
-Vinny-G
-Vinnyaldo
Vinoloog
Vinopenkki
Vinostondis
Vinous
VinsanityGG
Vintage
-Vintages
Vintner
-Vinxe
-Vinxion x
Violas
Violent
-ViolentPudd
-ViolentToxin
ViolentWaves
Violetti
-Violon
-VipStar
Viper
-Viper Aurora
-Viper G40
VirZuk
Viral
-Virbatum
Virbliud
-Virelith
-Virgin Creep
VirginGirl
-VirginHunteh
-VirginUwU
-Virginism
-Viriato
VirtRemnants
Virtaheepo
Virtuaalnuss
-Virtual
-VirtualAhri
Virtuart
Virtuous
Virunypel
Virus
-Virus LSSZ
-Virus Soup
-Viruss
ViruzTehNub
-Virzik
VisagePlease
-Visarin
-Viscera
Viscx
Visdom
Vishno
-Vishnu
Visibly
Visigothic
Visine
Vision
-Viskan
-VismaBlet
-Vister
Vistopherson
VisuallyMatt
Viswiel
Vita
VitaLemonTea
VitaMineralz
-Vital Dude
-Vital Hope
-Vitality
-Vitamin See
-VitaminCnote
-Vithark
Vito
Vitor
Vitreous
@@ -50758,535 +24827,262 @@ Vitrified
Vitruvio2
Vitryssen
Viturbio
-Viturscy
Viva
-Viva La Vida
-Viva Mehico
VivaLaWeegee
Vivalask8r
Vivalla
Vivants
-Vivascape
VividAzura
VividDreamss
-Vivido
-Vivij
-Vivk
-VivziePop
-Vixca
Viyrew
Vize Senpai
-Vizima
-Viziyo
-Vjee
-Vk
VlBZ
-VlGGAN
VlNTER
-VlRAL
-VlVID
VlaamsePlank
Vlad
-VladTheBwana
-VladThePaler
Vlada
Vladek284
Vladi
Vladibjoern
Vladictorian
-Vlaendren
Vlambare
Vlast1n
-Vlncent
Vloxx
-VnG Lynds
-VnG Zenyte
-Vnce
VngH
-VnilaGorilla
-Vo Amice
VoHiYo_Nami
Vobia
Vocaloida
-Vodbi
Vodec
Vodka
-Vodka ice
VodkaBarrage
-VodkaBreath
VodkaPlz
Vodke
Voekus
Voetbalkous
-Vogefur
Vogues
-Vogven
Void
-Void Fanatic
-Void XVII
-Void-Cho
VoidMySoul
-VoidOnyx22
VoidWraith
Voidberg
Voidnight
Voidpaw
-Voidrow
Voidseeker
-Voidwaker op
Voittosumma
Vokon
-VolProMan
Volai
Volantis
Volary
-Volblaffen
-Volc
Volcan
-Volcance
Volcanos
-Volco
Volcwinder
Voldesad
Volgos
Volkert
-Volkie
Volkrah
Volkzy
Volmortt
Volrod
Volrum
-Volt
-Volt OSRS
-Volt268
-Voltimolt
Voltz Tzkek
Volucris
-Volunteer
Volux
-Volzo
Vomiting
-Vomiting Cat
-Vompiainen
Vomuao
-Vomure
-Von Beck
-Von Dylan 2
-Von Locke
-Von Reibnitz
VonThaine
Vonbony
Vonderhaar
-Vondoom
Voneirus
-Vonhinten
Vono
-VonoV
-Vonschatten
-Vonsv
Vonty
VooLis
VoodooCells
Voodookie
Voorheees
Vopi
-Vor The Ape
VorGole
Vorare
-Vorarlberg
-Vorcan
-Vorikar
Vork
-Vork Planker
VorkathsMate
Vorki
VorkiAlt
Vorkscaping
-Voroth
Vorpal
Vorpeo
-Vorsamu
Vorschlag
Vorso
Vortob4
-VosOc
-Voss V2
Vossen
-Vosty
Voted4Kanye
-Vovi
-Vox Whoppa
-VoxMachina
Voxna
Vozion
Vpdz
-Vrauri
Vrayl
Vreaper
Vref
-Vrekked
Vriendschap
Vriix
-Vrijer
-Vrillionaire
-Vroeg
VroomMasheen
Vrzn
-Vsian
Vsmoke
-Vsnn
Vt Flavourss
-Vt99
Vuallis
-Vubbe
-Vud
Vueko
Vukodlak
-Vuku Doll
Vulcan
Vulcant
-VulcunLogik
Vule
Vuleka
-VulfRS
-Vulia
-Vulklet
-Vulm
-Vulo Lives
Vulp
Vulpes
-Vulpes Audax
-Vuohi
Vurx
-Vurzik
-Vus
Vusa
-Vuto
-Vutox
-Vuuln
Vuur
Vuuututututu
-VvM Otter
-Vxmm
-Vxus
Vyagruhh
-Vyaraeaen
Vyaza
Vyby
-Vycarious
Vycos
-Vyluxian
Vymera
Vynlx
-Vyrelady Em
Vyrza
Vysaraine
Vyseri
-Vytauts
-Vyukris
-Vzb
Vzla
-Vzr
-W 0 R D
-W A G M I
-W A G U S
-W A V V E S
-W E K A
-W I L L 777
-W I N 3 D
-W J M V
-W L F
-W O W S K I
-W Rizz
-W a r s
-W ak
-W amo
-W anted
-W e r
-W elfare
-W i i
-W i l l y
-W i r e tap
-W ifi
-W iggly
-W illy
-W ilmer
-W l S E
-W ll Z A R D
-W olf
-W orx
-W-2 Form
-W-A-M-M-E-R
W00D
-W00DINTUNA
-W00X W0N DMM
W0MB
-W0RY
W0SS
W0fle
W0nderwall
-W0t Rng
-W141 Legends
W1ETzakje
-W1F
-W1G
-W1Z3
W1ldman
W1nch
-W1ngedDragon
-W2P_III
W330
-W349
W370
-W3SL3T7
W3ST0RZ
W420
-W489
W4R3
-W4T3RM3L0N
-W4Wumbo
-W56
W5O7
W7uQs7s1uKyS
W7uQsTu1KsyS
-W8 letme pot
-W88SSKILLER
-W8ST UF TIME
-W8ing4Name
-W91 forever
-WA2
WAGINGWARS
-WAKANDA JEFF
WAKEUPSWEATN
-WAP Munchlax
WAQQQ
WARLOCKTIN
WAZABl
-WAxsTAche
-WBA Scott
-WBMA
WE0DEND
-WE3N
-WEEDY Woody
WEGOINGCRAZY
WEGSIR
-WFH Gains
WFTWP
-WG Affect
-WGWGWGW6W6W6
WH1TECHAP3L
-WHITE E92
WHITEEEEEEEY
-WIMThighs
WINNINGrng
-WIRE PULLING
-WISEB0LDMAN
WIZRD6
-WLJ
-WM94
-WMAF
-WMATA
WO0DSIE
WOMYNAREDUMB
WONT
-WOOGLlN
-WPNsuper
-WS Hubris
-WS Kyzza
-WS Phora
WSOP
-WTB GF 1 GP
-WTF No Luck
-WTF S7VEN
-WUDS
-WV Boi
-WW I
-WW2 Champs
WYBD
-WYD STEP M0M
WYDStpSis
-WZ95
Wa Wa Master
-Wa t
WaIk
WaVy
-Waaaan
WaaduuuHek
-Waafty
Waager
-Waai Do
-Waassssaaap
-Wabanaki Son
Wabbert
-Wabo
-Wack Sparrow
-Wackabie
-Wacko Swaami
Wacoltx
Wadbot
Waddlez
-Wadee
Wadeo369
Waderik
-Waem
Wafcfreak
-Wafe
-Waffle Cone
-Waffle Jr
Waffleboy
-Waffleici
Wafflekin
Waffles700
-WafflesYo
Wagada
-Wagblump
Waggit
WaggsTheDog
Waggz
Wagit
Wagn1984
WagnBurner
-Wagyu
Wahb
Wahido11
-Wahpahp
Wahpan
Waifuism
Waifus
WaikatoChris
-Waikit8
-Waine
Wait
-Wait Quick
-Waitforit14
Waitin
Wajiiro
Wake
-Wake Boarder
WakeAndDrake
-WakeUpF1lthy
-WakeUpGirl
-Wakey Wines
Wakisaka
-Walborg
Waldrin
Waldron530
-Wales164
Walker
Walkin
-Walkofshane
WalksOG
Walktellfox
-Wall-enberg
Wallabies
-Wallabillah
-Wallace D S
WallaceTusk
-Wallah Krise
-Wallah Lag
-Wallahper
Walleen
Wallerz
Wallex
Walli
-Wallstboi69
-Wallsunny
WallyGator
Walnutt
-Walo CZ
-Walpie6
-Walsamer
Walshy
Walshy00
Walshyo
-WaltJnr
Walter
WaltersPub
-Waltt
Waltzz
Waluigi
-Walzu
Wampire
-Wan E
WanPanMan
Wandel
-WanderTheSee
Wandereer
-Wanem
WangSohLong
-Wanhe
-Wanistan
Wanna
WannaBeE-tje
WannaGetABag
-Wannebet
Want
Want2beIron
Want2mess2
-WantTacos
Wantsome909
Waonnman
Wapf
-WapitiSmackr
-Wapol
Wapsi
-War Dwr
-War Force
War12Ready
WarFawk
-WarHawKVJ
WarOnOurMind
WarSoc
-War_x
Warbler
Warchee
-Warcloud
Warclown
-WarcraftOSRS
Ward988
Warden
-WardensFe
Wardle101
-Wardless 1
-Wardy791
-Ware Adelaar
Warfeh
-Warforged
Warg
Wargames11
Wargowitto
Warhammer70
WarheadZ91
-Warking 5099
-Warlolz
Warlord
-Warlord Kek
-Warlord Oli
-Warlord Papi
-Warlord Sage
-Warlord Tyth
Warlordjinx
Warm
-Warm Alfredo
-Warm Beer
-Warm Donuts
-Warm Pasta
-Warm Pillows
WarmLoaf
WarmManBlast
Warmantus
Warmly
-Warmongoloid
Warmouth
Warnac
-Warney
Warnings
-WarpedDeath
WarpedMatrix
Warph
-WarrgMG
Warrior
-Warrior09rs
+Warrior07rs
WarriorHome
Warstroy
Wartika
@@ -51296,66 +25092,41 @@ WartoysCandy
Wartt
Warwick 1080
WasHcimLoL
-Wasabeh
Wasbeertjes
WashMachine
-Washed CJ
Washyleopard
Waspoeder
Waspraa
Wasserohne
Wassillie
-Wasstyr
WasteOfBond
Wasted
-Wasted Toxic
-Wasted Xj
-WastedSpecs
-Wastedgr1ny
WastingTicks
Wastinmylyfe
Wastoid
Wasup725
-WasupMyBwana
Watafara
Watamei
Watamelun
Watanuki
-Watardid
Water
-Water Skink
-Water-T
Waterbender
Waterbury
-Watercress
-Waterdrop
WatermelonTV
-Waterpijp
-WaterrBoy
-WatersHorse
Watertodt
-Waterwraith
Watr
Watschi
Watson92
Wattledaub
WattsyMain
-Wattua
Waugh
Waulez
Wauzemaus
-Wave 10
-Wave 69
WaveBtw
WaveSkill
WavesOnMars
Wavezz
Wavy
-Wax Dabs
-Wax i
-Waxby
-WaxbyDonkey
-Waxing Sun
Waxtap
Waxy
WayOfKings
@@ -51366,240 +25137,119 @@ Wayabove
Wayde
Waydens
Wayert
-Wayfarers
-Waylor
Wayne
-Wayne1149
WayneBretzky
-WayneMain
WayneStated
Wayney
WayofWonder
-Waypanaator
-Waypastfear
-Wayt
Wayward
-Wayward Soul
-Waza131
Wazp
-Wazup31
Wazupfighter
Wazzlewop
-Wbd
-Wcrocks
Wcs139
-Wct
-Wdfamidoing
-Wdges
-We B Trollin
-We Feed
-We Grinded
-We Guard
-We Love Dogs
-We Tad
-We The Team
-We sley
-We0921
WeAllGucci
WeAreDoomed
WeAreGroot
WeAreMoksi
WeChat
-WeDaBstMusic
-WeLoveToB
WeRageAsTwo
-WeTheCha
WeTsHaDoW
-WeWanking
-Wea Boo
WeaIth
-Weak Iaugh
-Weak Mindset
-Weak Terror
-Weak Wrists
WeakLesss
-WeakSpot
Weakcob
Weaker
-Weaki
Weaky
-Wealth herbs
Wealthy
-Wealthy Pro
-WeaponNovice
WeardBeird
Wearwolf
Weasel07
-Weasel09
WeaselToast
-WeaselTuco
Weaselious
-Weatherwatch
-Weatherzx
Weav
-Web 2
Webb
-Webbe
-Webben
Webdow
Webs
Webstar
-Webtastic
-Weby Elite
Wecanmakeit
Weddn
Weder
WedhusGembel
-Wee
Wee Seapy
WeeDRekT
-WeeMissSlays
-WeeWab
Weebcrusher
Weebmurderer
Weed
-Weed B0Y
-Weed Barrage
-Weed Farm
-Weed OG
-Weed PhD
-Weed Strains
-Weed VIII
+WeedDoctor
+WeedOverWax
WeedWizzard
-Weedbucks
-Weedle
-WeeeWoooo
-WeekndWorior
-Weel
+WeedleSmoker
Weelechts
WeenieHut
Weeperz
-Wehby3K
Wehsing
-Weichey
Weight
Weighting
-Weightless
Weighty
WeirdChimp
Weirhere
-Weis578
-Weistalief
Weki
WelbyBree
-Welcome
-Welcome Beck
Weld
-Weld Arc
Weldar
-Welfare PvM
-Well Done
-Well-ChromeD
-Wellar21
Wellbutrin
Welld
Wellfence18
Wellpower10
-Wellrun1076
-Wellschit
WellyWonka
-Weloy
-Welp
Welsh
-WelshNProud
-Welshfuryy
Welshhy
-Welshy 07
-Welshy94
WelshyRhys
-Wemh
Wench
-Wendy Page
Wendyy
Weng
Wenja
Wenkey
-Wenzhou
Were2341
-WereWaffles
-WereWolf II
Werebanana
-Werk
-Werknemer
-Wermin
-Werrett
Werrtus
-Weru
Wery
Wesh
Weshzz
Weslee
Wesley
-Wesper
Wessen
-Wesss
West
-West Mids
-West Shiv
-West Tigers
-West Varrock
WestFlag
WestTxBoyz
-Westardythot
Western
-Western PA
WesternBlot
Westleafer
Westly
Westwich
Weszie
-Wet Boxes
-Wet Garbage
-Wet Land
-Wet Ottr
-Wet P
-Wet Sneeze
-Wet Thot
-Wet and oily
+WetAssPenis
WetDreamMeme
WetForPet
WetRnG
Wetex
Wetone2880p
-Wetta
-WetterPussy
-Wevile
Wexom
-Wexs
-Wexxorz
Weyerbacher
Wezl
Wh1teSox
WhaIe
-Whaddup
-Whag
Whai
Whale
WhaleeWatch
-Whaletorsk
Whalkatraz
-Whamburgers
-Wharebadjer
Wharncliffe
-What Da Hell
-What if
WhatASpoon
WhatAThot
-WhatAreDrops
WhatItDoBoo
WhatSheZed
WhatTheDaze
Whatapure101
Whats
-Whats Canada
-Whats Good
-Whats Reddit
-Whats Trade
WhatsHonour
WhatsRsSober
WhatsThisRNG
@@ -51610,501 +25260,263 @@ Whavenlad
Whaxt
Wheatleyprop
Wheel
-Wheelchair
-Wheelied
Wheelies152
-Whees
-Wheesnaw
WhenPigsFly
WhenRuneLife
WhenYouCute
Whensfull
-Where is GE
WhereAreWe
WhereIsPeace
WhereTheCats
-Whereisme7
Wheremeballs
-WheresMyPets
-WheresMyPurp
-WheresMyRNG
WheresPurple
WhersMyPet
Whesh
Whey
-Whey God
Whiff
-WhiityTosser
WhilyWhip
Whimsicat
Whina
Whinnie
-Whipppy
WhippyMong
Whipsaw
Whiskerfish
Whiskey
-WhiskeyWhip
WhiskyVault
Whiskywayne
Whisp3r
-Whisper_2
Whitah
White
-White Beauty
-White Mage
-White Mantis
-White Owl
-White Rnger
-White Shark
-White Soul
-White Wolf
WhiteBTW
-WhiteBoySam
-WhiteChuky
-WhiteCricket
-WhiteDeathh1
WhiteMagnet
-WhiteMaleHre
WhitePilled
WhiteProdigy
WhiteWolf216
WhiteZephyr
-WhiteZetsu
Whiteboy016
-Whitecoast
-Whitecrow
Whitefire68
Whiteflashh
Whitemambz
-Whitetoes
-WhizsuJr
-Who Add
-Who Nose
-Who8mypaint
-WhoDatDJ
WhoDoICatch
-WhoHaxdMe
WhoLikesIron
Whoa
-Whoa Gaming
WhoaKemosabe
Whole
-Wholelottabk
Whomp923
Whomst
-Whomst MD
Whoratile
-Whorrid
Whos
-Whos Jo3
-WhosUrDabby
-Whosjason
Whosyourmac
Whothehell
-Whruum
-WhtKndofCake
-WhteLilySeed
Whuo
Whurse
-Whurse Meat
-Why 8ank
-Why Play
-Why SkaR
-Why Try Guy
-Why are u ge
-Why u N0ob
WhyBank
WhyCantIPick
WhyIsRumGone
-WhyNevaLucky
-WhyRyan
WhySleeping
-WhyTryAtOsrs
-Whyase
Whydoubother
-Whymcie
-WhyteGoodman
-Whyto
-Wibbity
-Wibbix
Wibbleforce
Wicea
-Wichel
-Wick3d Bet
Wickaboag
WickedKlowns
-Wict
Widdly
Wide
-Wide Client
-Wide Vibe
-WideBoyy
-WideDommy
Widmee
-Widows Kiss
-WiebMasterly
Wiebah
Wiebere
Wiebren
Wiebstar003
Wiegedood
-Wielebny
WienerWipe
-Wierie
-Wiesel
Wife
-Wife or RS
Wifi
-Wifi Beater
-Wig Lops
WigWacker
Wigan
WiganRS
-Wiggety
Wiggie
WiggleMcTuff
Wiggly
-Wiggly Woo
Wiggoth
Wigins
-Wihbane
-Wihwy
-Wiigg
Wiiillllsonn
Wiiize
-Wiji
Wijji
Wijsheid
-Wikas1337
-Wiki Flipper
WikiLiex
WikiWorm
-Wikinger
Wikingpedia
-Wikked
-WikuliK
-Wilby
Wild
-Wild Bill 71
-Wild Clicks
-Wild Cowboys
-Wild Fury
-Wild Orange
-Wild Pump
-Wild Raven
Wild Rivers
-Wild Spirit
-Wild Squidi
-Wild Stylez
-Wild Whim
-Wild chickie
WildAbandon
-WildGothGirl
WildSF
WildSnorlax
-WildTokes
Wilda83as7
Wildapple
-Wildbasher
Wildboy181
-Wildcard
-Wildcatface
-Wilde Bizon
Wildfire
Wildlands
Wildly
Wildmon
-Wildy Back
Wilk
Will
-Will Compton
-Will Smif
-Will T
-Will i b
-Will man
-WillCosby69
WillG
WillNight
-Willasaurus
WillfulNomad
WillfulTiger
-Willi
William
-William Way
William2133
-WilliamChris
Williamsburg
Williamwrc
-Williamwurld
-Willianderma
Williard
Willicous
Willie
WillieP
-Willlowsap
Willo
-Willoweeper2
Willowisp
-Willsy_828
Willy
WillyMonka
-WillySneeze
WillyTickles
WillyVanilly
-Willyams
Willymule
WilmaCokfit
Wilnafe
-Wilpu
Wilro
-Wilso
Wilson
-WilsonBro
WilsousGoods
Wilters
Wiltings
-Wilwork4stuf
Wilza
Wilzy
Wimm
-Wimpy Hulk
-Wimpy Worm
-Wimpy127
Winanda
Wind
-Wind River
-Wind the ham
Windal
-Winded
-WindexWipes
Windi
-WindmillBoy
Windowpie
Windows10
Windrun
-Winds Tormnt
Windwaker
Wine
Wineapple
Winedolphin
WinexBlaze
-Wing Daddy
-Wing Reaper
-WingToe
Winged
-Wingedlemur
Wingednebula
Wingknutts
Wingless
-Wingman Skre
Wingmanfire
-Wingmastah
Wingnut
Wingnut277v2
Wingoficarus
WingsXIcarus
Wingz
Wink
-Winner Chris
Winner1Class
-Winning Life
Wintage
-Wintaj
Winter
-Winter Slays
-Winter Woede
-Winter mage
Winterpropht
-Wintersaurus
-Wintertarwe
Wintertoad
-Wintis
WintonOS
Winze
Wipe
WipeRZ
-Wippy Spuds
Wipzed
-Wirbi
Wirusas14
-Wis
-WisCheez
Wisdem
Wise
-Wise Andy
-Wise Bloke
-Wise New Man
-Wise OlMan
-Wise Old Guy
-Wise Old Roy
-Wise Pug
-Wise Up
-Wise9884
-WiseBlackMan
WiseOIdMan
WiseOld
-WiseOldCam
WiseOldNeef
-WiseOldNut
WiseOldSimp
-WiseOldWench
-WiseYoungOne
-Wish
-Wishen
Wishidie
-Wishies
-Wishwandewe
-Wishy Walshy
-Wispa
WispyWolf
Wissfx1
-Wisundaz
Witch
-Witch Aileen
-Witch Elf
-Witchkraft
-Witchprick
-Witchz
-Witeout LLC
-With Skills
Witha
-WithoutAGe
-Witicism
Witkus
WitlessFox
Witness
-Witte
WitteLijnen
Witteri
-Wittu
Wittytoad
Wixsie
Wixxa
-Wiz master
WizKaleeba
WizKawifa
Wizard
-Wizard Weird
-Wizard of Oz
Wizard012345
-WizardFish11
WizardIRL
WizardKing
WizardMascot
WizardSleeve
-Wizardmatt6
Wizardspike
Wizfujin
Wizidross
Wizreefer
-Wizyweirdo
-Wizz Z
Wizzie
Wizzti
Wizzy
Wizzypoop
Wizzzard
-Wkd Br0
-Wkedjester
-Wkndr
WlLDERSGEERT
WlLL
-WlLL1am
WlLSO
-Wlatt
Wlsperingeye
-WnB
WnnB
-Woadblu
Woah
-WoahDudeNice
Wobbery
WobbleyPOP
-Woblin
Wobos
Wobs
Wobufett
-Wocka
Wocky
Wodka
-Wodka Orange
-Woe Woe
Woedipoe
Woemance
-Woeppa
Woes
Wofford
-Wofford2
Wohdii
Wohrx
Woikaz
-WojoWins
Wojtas
WokeUp
Wokkel
-Wokki
Wolf
-Wolf Berserk
-Wolf66
WolfApple
WolfLucifer
Wolf_Hunter
Wolfazal
Wolfboi70
Wolfboy1209
-Wolfden95
Wolfeena
Wolferno
-WolfgarrX
-Wolfgarth
Wolfhearth
Wolfie
-Wolfie Daddy
Wolfiezzz
Wolfinger
-Wolfique
Wolfjob
Wolfman
-Wolfman00777
Wolfmans
WolfnBane
WolframOxide
Wolfshade
Wolfshook
-Wolfspeed
Wolfy3777
Wolfz
Wolles
-Wolq poW
-Wolverine V8
Wolvesy
Wolwa
WomanScorn
-Womaz
WombatLife
-Wombats
Wombayaga
-Won Alll Day
Wonderful
-Wondo
-Wonka44
WonkyShlonky
-Wonn
Wonnawonka
-WonterJodt
-Woo Hee
-WooGGi
Wood
Wood Choppin
-Wood Scimmy
-Wood Style
-Wood VI
Wood4all
WoodJablowm3
Woodcrest
-WoodcutterQw
-WoodenSword
Woodland
Woodsboro
Woodson
@@ -52113,57 +25525,31 @@ WoodsySmells
Woody
Woody540
Woody8
-WoodyBussy69
Woodys
Woodz90
Woof
-Woof Woof Jr
Woofaire
-Woofi
Wooh
-WookieBread
-Wool Socks
-Wool Tar
-Wooli
-WoollffMain
Woolly
-Wooo Blod
-Wooody125
-Woooglets
-Wooogy
Wooooo91
-Woopie Doop
Woopsx10
Woopuh
Woord
-Woorm
-Woos
Woosa
Woot
Woowoh
Woox
-WooxFromWlSH
Wooz
Woozie400
-Wophel Iron
Word
-Word Bird
Word2urmum
-WordCheck
Work
-WorkUkko
Workahaulix
Workath
Workin
-Working Man
-Working Poor
Workouts
Worland
World
-World 46
-World 526
-World 61
-World Of Rat
World345
WorldEndero
WorldWarTwo
@@ -52173,39 +25559,23 @@ WormInHeaven
Wormeater66
Worms
Worning
-Worning Mood
-Worst Herp
-Worzo
Worzord
-Wosby
Woshy
-Woste
Wostyn
WotCee
-Wotnel
-Woudie
Woul
Wounded
-Wounds
Wourlow
WouterMarni
-WouterPils
Woutertje
-Woutertje 93
WowAUnicorn
WowDerek
-WowoW
Woww
Wowzer1482
-Woz X
-Wozi
-Wozol
Wozzah
-Wozzy
Wqlq
Wrackbar
WraithSx
-Wramn
Wrap
Wrap5
Wrath
@@ -52213,17 +25583,11 @@ Wrath0fMath
Wrathchildxd
Wrathinsea
Wrav
-WreXham AFC
-Wreck These
-WreckAndRoll
Wreckage
Wreckanism
-Wrecked
Wreckfull
Wreckin4Days
Wreckon
-Wreckonize
-Wrecky
Wreckzu
Wrekdum
Wrektem
@@ -52231,283 +25595,141 @@ WrektumRalph
Wrenny
Wrigzer
Wrijo
-Wrinkle Meat
Wripzi
-Writing
-Written
-WrmFzy
-Wroggi
Wrong
-Wrong Focus
Wrot
Wruumze
Wryd
-Wrynn
Wsupden
-Wtf Burgers
-Wtf Bwana
-Wtf Is Elmo
-Wtf Michael
-Wtf happen
WtfJad
Wtf_Stake
-Wtfisabook
Wtfxcreepy1
-WuLuZ
-WuTangDan
WuTangRs
WuTangflame
WubbaRs
Wubj
-WuceBrayne
-WuckFeeaboos
Wucky
Wudkip
-Wueu
Wuhan
Wulfeh
Wulkanaz
Wullets
-Wulong Rush
-Wumbolii
-Wumox
Wundy
Wungz
-Wunk
-Wuntch Meat
Wur1
Wurgon
Wurj
-Wurrior
Wurstfest
Wurtziite
Wuteng
Wutlife
Wutru
-Wutta Beast
Wuuluu
-Wuz H
Wuzn
Wuzzi99
Wwalrus
Wwarlock
Wxll
Wxyz
-Wy 1853
Wyan
Wyard
-Wyatte
-Wybb
Wybo
Wyborowa
-Wyd
-Wydie
-Wyel
-Wyiphi
Wyldar
WyldeKirito
Wylie
Wyliecoyote2
Wylyne
Wynand
-Wynmao123
WyoFletch
WyrdStoned
-Wyrlor
WyvernBreath
-WyvernMage
WyvernSlayer
-Wz Karmish
Wzurd
-X X V
-X 0H
-X Axis
-X Bullet X
-X Dsmith X
-X E L E X
-X E R 0
-X Ecuted
-X I L E
-X Ice Break
-X Japan
-X King Jehu
-X Landie X
-X Mars
-X Mathiew X
-X OUT OF RS
-X Robert X
-X Rorschach
-X SUR X13
-X Seabridge
-X WAVE 70 X
-X Y P O
-X e x i m
-X pelz
-X-Jabs
-X-Man
-X-SVNTH
-X0N3X
X1xfa11enx1x
-X65
-X9Y
XAAXAA
-XANSEB
XARlQUE
XATHD
XAyYxlMaOxX
+XB0NG
XCShark
XCortezX
-XD XDDD XD
XD8D
-XDQ
XDamage
XERTNARG
-XESPIS
XEback
XFitVapeVegn
-XHCD
-XI J
-XI5
-XIBT
-XIX Zeta XIX
-XIXIXIXVXIVI
XIXXI
-XJT
XKappaX
-XL Peen
-XL Succ
-XL itikka
-XMR
XNovaCainX
+XNublord69X
XOBLIN
XORB
-XP All Night
-XP Hobo
-XP Jake
-XP Thieving
-XP for gains
-XPOQ
-XRP Glandorf
-XRV
-XRay Mike
-XS3X
XSandwich18
XSapocalypse
XTCarlo
XTIF
XUJ0RKI
XV73J
-XXGrimorgXX
-XXTENTACI0N
-XXaan
XXera
-XZoTicTB
-X_Ouchies_X
-X_Streetz
-Xa1e
Xaaan
-Xaberphel
-Xadia
-Xaeram
Xafirox
-Xahp
-Xaint
-Xalastar
-Xalcvs
Xalrir
-Xam Renz
Xambitz
-Xamphion
-Xan Gogh
-XanaxXR
-Xandahr
-Xandayn
-Xanefeo
Xanfan
Xann
-XanomaliuX
Xanq
Xanthophylle
-XanthousKing
Xantiasto
-Xar
Xarigue
Xarious
-Xarkus
Xarnathos
Xarov
-Xarpus Decay
-Xarqn
-Xartes253
Xaryn
Xasdaxs
XaskiM
-Xasthur
Xatar
Xaud
Xaussiemaulx
Xav777
-XavieerL
Xavieerr
Xayrus
Xazz12
Xbalan
Xbogaerts
Xbox
-Xbox Account
Xbox kid 99
Xboxkid33
-XcL ady kila
XcalenX
Xcalumet
Xcelorin
Xcuuuse
XeNeaxaxa
-Xebstrika
Xecki
-Xedoria
Xeem
-Xeet
-Xefi
-Xefn
Xelas
Xelcab
Xeldin
Xelian
Xelzathar
-Xemnax
-Xems
Xen0phyte
XenaDior
Xenastry
Xendel
-Xenece
Xenethos
Xenfire
-Xeniat
-XenithStar
-Xenlon
-Xennofobia
-Xeno X Human
Xenofiel
Xenofile
Xenoforms
-Xenorith
XenoviaZhao
-Xenria
Xenses
Xentric
-Xentric I
Xenzah
XeoX
Xeqo
Xeretus
Xeric
Xerics
-Xerics Exile
-Xerics Solo
-Xerile
-Xerkom
Xerloz
Xero
XeroBlitzAce
@@ -52517,25 +25739,15 @@ Xerona
Xeroscape
Xerosenkio
Xeroso
-Xerphias
Xertrius
-Xerxe
Xestox
-Xetarillos
-Xewne
-Xeyler
+Xev0n420
Xfebruari23X
Xflowerz1
Xgen2004
Xghostbx
XgodofironX
-Xhaloz
-Xhq
-Xi Bogan iX
-Xianerth
Xiang
-Xiang Ying
-Xiao Wei
Xick
XicoDoAnzoL
Xidos
@@ -52543,37 +25755,19 @@ Xielt
Xiff
XigZig
Xiglaan
-Xijaxer
Xilamz
Xillious
Xilphy
XinXani
-Xinbonddon
Xinck
Xiom
-Xiphoz
-Xipi
-Xipo
-Xirenia
-Xists
-Xityx
-Xiuol
Xizor
-Xizxuka
Xizz
-Xj Driver
-Xl Pat lX
-Xl Tango lX
-Xlarss
-Xlogmore
-Xmas Santa
-Xmasvibes
Xmerl
Xnam
Xname4
Xniklaz
XoXdr34mzXoX
-Xofal
Xoir
Xojix
Xolca
@@ -52585,739 +25779,320 @@ Xoobs
Xorphas
Xorx
XoutofRunes
-XpTitan
-Xpect2die
Xpelz
Xperiencer
Xplay2slayX
-Xplicits
-XploitClamps
-Xpm
-Xpreme
-Xqcksilverx
Xqkiller
Xquick
-XrRipple
Xsk1l3rX
Xskillz
XslayerkingX
-Xsy
-Xtan
-Xterioz
-Xternal VZ
-Xteven
-Xth
-Xtian
Xtopheris
-Xtreme Kill
-Xu
-Xu3
-XuRuP1Ta
Xufo
Xuhe
-Xulaa
Xulreh
Xupafion
-Xuro
Xutera
-Xuxe
Xuxy97
XvalQ
-XvalentiX
XvegetaX
Xvim
-Xwb
Xwoprl
-Xx A ll y xX
XxBABY
-XxBriDGExX
XxCoponerxX
XxJIMBUSKID
XxKaakkimusx
-XxMOPExX
XxPoliSwagxX
XxRXZ60xX
Xxhel
-Xxpyroxx20
XxrigourXx
-Xxsagexx30
-Xyagrius
-Xylarium
Xyler
Xylr
-Xylym_pilot
Xymox
Xynamic
Xyrath
Xyresic
Xyryu
Xyzcanon
-Xz8
Xzavier
Xzil
-Xzpect
-Y DynHaearn
-Y Fx
-Y O D A
-Y O K A I
-Y arok
-Y ellow
-Y em
-Y ogo
-Y oshi
Y0N3
Y0l0mees
Y0usless
-Y2K38
-Y2k Survivor
Y3RBA
-Y3w
-Y4P
-YBank_Mak 69
YCTH
-YCantPigsFly
YChewyYOS
-YEEEZY
YERTII
-YExTI
-YGBigTank
-YKW
-YM
-YMJFL
-YNW Kushy
YOKiki
-YONGWOLRANG
-YOOOH JOEE
-YORJ
YOTJ
YOUR
-YOURMOMSMAN
-YS3
-YSL
-YSL for Life
-YSinpo
-YTPO
YTrySoHard
-YUSEF
-YWM
-YYST
YYose
-Ya Boi Suff
-Ya Boy Lachy
-Ya Boy Ryan
-Ya9
-YaBoiCrisps
YaBoiSlip
YaBoiWestie
-YaBoiiQuan
YaBoyCosmo
-YaDoons
YaLilMupp1t
YaOldHeffer
-YaSillyRAT
-Yabai
-Yabbary
-Yabbie Pump
Yaboiskee
Yaboitrek
Yaboku
Yabui
Yachi
Yachiri
-Yackill
-Yackity Yak
-Yackley C
Yagyu
-YahRamen
Yahe
-Yahtz3
Yahtz3e
Yahya10100
Yaik
-Yaimzz
-Yak Elves
-Yak of Iron
YakYak
-YakimaValey
-Yakka Stacka
Yakosu
-Yakushima
-Yakuza
-YakuzaDragon
-Yalazar
-Yall Raycist
Yalloune
Yalomi
-YamR6
-Yama XCII
Yamagata
Yamakato
Yamata
Yamda
Yami
-Yami Bakura
-Yammed
Yampay
-Yampay II
Yamsaretasty
YanKeDooDle
-Yand0
Yang
Yangtze
Yangus456
Yani
-Yanilla
-Yanilla Kush
-Yank on This
-Yankee Run C
-Yann78
Yannick177
-YannickH
Yannis
-Yao Yo Xin
-Yaossynx
-Yaprakdal
-Yardi
-Yarfn
Yaribel
Yarne
Yarny
-Yaseki
-Yasen 105
Yasuos
-Yasuuo
Yato1God
-Yaukai
Yauz
Yavrum
Yawan
Yawgg
YawningPanda
-Yawp
-Yaxfe
YayItzTyler
-Yaysuo
-YazanBates
Yaziro
Yazo
Yazuki
Yberi
Ycinho
-Ydmyk
Ydorog
Ydrasil
-Ye Magekilla
-Ye Mate
-Ye Olde Ace
-Ye Olde Ned
-Ye Olde Oak
-Ye ti
YeBankWicked
YeBoi
-Yea UrBanned
YeaAiiiiite
-YeahIMineIM
-Year
YearUp
YeastPocket
YeastyPussey
-Yeblehs
-Yechs
Yeda
YeebusGeebus
-Yeeeeehaww
Yeeetist
Yeeetscape
-Yeern 101
Yeeska
-Yeet Dan
-Yeet Thyself
YeetMemes
-Yeeted One
-Yeetu
-Yeezy
YefTalks
Yefim
Yehtii
Yeiw
-Yek
Yekhsad
Yekouri
-Yeland
YeldariIII
Yeli
-Yelling
YelllowFlash
Yellow
-YellowForest
-Yellowfox21
Yellowhoody
-Yem o
-Yemly
-Yemrisnen
-Yenie
-Yenil
-Yenofthunder
Yenom
Yentelke1998
Yeoubi
Yeoz
-Yep Cup
-Yerbal Tea
Yerd
-Yeren
Yerico Tsu
Yerkinoff
-Yerm da worm
Yeroen
YerrBanned
-Yerradu
Yerrrrey
-Yes Click Me
-Yes No Maybe
YesOk
-YesYesYall
-YeshuaShalom
-Yeso Pro
Yessir
Yesze
Yetagaindied
Yeteri
Yeti
-Yetiburger
-Yetlon
-Yetsu
Yettiez
-Yetzne
-Yevop
-Yevral
-Yew 2
-Yew Burn
-Yew Root
-Yew Tree
-Yew Wu
-Yew a sloot
-YewEssBee
-YewGnomeSayn
Yewcutter
Yewise
Yewna
Yewp
-Yews pnas
Yewsanity
Yewse
YexaC
Yezzi
-Yfer
-Yffud Gnik
-Yggdrasverre
-Ygh
-Ygritte8686
-Yharnam Soul
-Yhul
Yiatse
-Yid
-Yidy
-YikesScooby
-Yilver
Yimo
-Yinlin Simp
-Yippe
-Yippiyak
-Yisabela
-Yja
-Yke
Ykeykey
YlFF
Ylikivaa
-Yllattyneet
Yllig
Ylmn
-Ylpistynyt
Ylulawo
-YmanThe1
Ymbyydi
-Ynastra
-Yne
-Yng Xehanort
Ynka
-Ynun
-Ynza
-Yo Caspian
-Yo Griff
-Yo Its Devo
-Yo Kev
-Yo L
-Yo MyUSD
-Yo Soy Dios
-Yo lm Lee
-Yo uu
-Yo wyd
Yo2021
-YoCerberus
-YoGurttt
YoHighRoller
YoHimiiTsu
YoIronManBtw
-YoKristaps
-YoMomsFavBF
YoSinNow
-Yobew
Yocan
-Yoco
Yoda
-Yoda Adf
-Yoda Corona
-Yoda NSZ
YodaEvans
-YodaPen
-Yodamainn
YodasNo1Fan
YodasYoda
-Yodasquad
Yodati
-Yoder
-Yoerias
Yoeshua
Yofang
Yoghurtis
Yogi
-Yogi DMT
-Yogi Surfer
Yogololo
-Yogusun
Yohny
Yoink
-YoinkYoink
Yojak3
Yokie
Yolkysky
YoloSwagHope
-Yolp
-Yolvert
-Yomaku
YomamaPro
-Yomashu
Yomdo
Yondu
-Yondu Poppin
-Yonemid
-YongZhong
-YongZonnegod
-Yonkers
-Yonko Buggy
-YooDuragon
Yoodish
-Yoooord
Yoorah
-Yor
Yorga
Yorick
Yorick095
YorickMorty
-Yoriichan
Yorinky
-York Rite
-Yorkson
Yoru
Yosep
Yoshi
-Yoshi Man17
-Yoshi Suyumi
Yoshi6380
-YoshiThick
YoshisStory
-Yoshiwaptor
-Yoshizilla
-Yotaak
-Yoteii
-Yotsuya Miko
-Yottie
-You Are Zach
-You Be Love
-You Die71
-You Ok Fam
-You R D3d
-You rc 2
-YouGotRoll3d
YouGotSeabed
YouNeverKnow
YouOverThink
-YouSuck
YouWontScare
YouareGE
Youbartonz
-Youme
-Youncies
Young
-Young Bucket
-Young G4
-Young Guthix
-Young Krazed
-Young Logic
-Young Mooch
-Young Mullet
Young Tango
-Young li
-YoungCatFish
-YoungNoot
-YoungScuba
YoungThugga
-Youngdaddyg
Younge
-Younglleff
-Youngn
Youngsters
Youngvet
Your
Your Amity
-Your Future
-Your Idol
-Your Misery
-Your Mom67
-Your Mothers
-Your Toilet
YourDadIsMe
YourFrenRen
YourObsessed
YourPaperm8
YourSolution
-Youre Joshin
YoureAllTalk
YoureIgnored
YoureMySam
-YoureSoCool
Youssef
-Youthful
-Youtube Luck
Youwillcower
Youxi37
Yowarrior40
-Yowch
Yowzer
Yoxz
Yoyaaaaaaaaa
Yoyo
Yoyo502
-Yoyoma007
-Yrasa
-Yrdna
-Yre
Yrjo
-Yrok
-Yrrabo
-YsL Dom
Ysdragos
-Yshtola
-Ysr
Yster
-Yster Bunny
-Ysuke
-Yu Seolha
Yu Stinkipu2
-Yu Zi Jiang
Yubs
-Yubz
-Yucan Tucan
Yuck
-Yuck Aroma
YuckFou
YuckMouth
-YuckNoYums
Yudi
Yuengllng
-Yug Cipe
-YugiMoto666
Yugioh
-Yuhai
Yuigahama
-Yuiii
Yuiku
Yuipster
-Yuka Takaya
Yukaiaiaiai
-Yuki Kitsume
Yukika
Yukionna
YuliusCaesar
Yulong
-YumYumSauce
-Yuma az
-Yumaad
Yumbo
-Yumhumgao
Yumiko
Yummy
Yumped
Yundastan
-Yundruh
-Yuneekh
Yunery
Yung
-Yung Belial
-Yung Birdie
-Yung Deaner
-Yung Nice
-Yung Swoosh
-Yung Zach
-YungDuski
-YungIron
YungMoistGod
YungPredator
-YungSlick
YungThimothy
YungTungsten
YungWhiteBoy
Yungsik
-Yungsingteng
-Yungyonder
YunnT
Yuno
-Yuno Yuno
Yunozen
-Yunq
Yunthers
-Yuoni
YupImMadBro
Yupal
-Yuqi Dab
-YuqiShuhua
+YuriandWeed
Yurimo
Yurix
-Yuriy
Yusaris
Yusko
Yutorgborm
-Yutzz
Yuudachi
YuugeJohnson
Yuuki
Yuuma
-Yuuuuurd me
Yuuzu
Yuyevon2003
-Yuyu Shirai
-Yuzumii
Yveaux
Yvno
-Yvoa100
Yvon
-Yvuar
-YxY
Yxskaft
-Yzanagi
-Yzap
Yzyszn8
-Z 0 D I A C
-Z 84
-Z A D O
-Z A R G O T
-Z A V Y
-Z Barrows
-Z E R0
-Z I K O
-Z Jay
-Z M P
-Z O R 0
-Z O V K O
-Z O ZO
-Z Rowz
-Z a a K i R
-Z aeBae
-Z e e e f
-Z e x
-Z ebak
-Z edd
-Z erkie
-Z ev
-Z i g g e h
-Z igZag
-Z ion
-Z y g y
-Z ygis
Z-TheReaper
-Z00STER
-Z0K0
Z0MBI3
-Z0MBIFIED
-Z0NK3D
-Z0RB0
Z0bbey
-Z0deac
Z0ops
Z1pn
Z1pn_xD
-Z26 Man
-Z3
-Z3FRAN
-Z3R0 CO0L
Z3ds
-Z3ymour1
Z4phy
-Z4ppie
-Z6L
Z7Z7Z777ZZ
-Z900
-ZACCU
-ZADDYGANG
ZALCANOPET
ZALGlRlS
-ZAQWRY
ZB84
-ZBLOCKA
ZEIVI
ZEKEDAFREAK
ZELDRIS0
-ZER0 EHP
-ZER0Z
-ZGJ
-ZHG
ZIARED
ZILLER
-ZJ
-ZL1 Devin
-ZLA
-ZMB Scary
ZMithrilMan
-ZNDX
-ZOEY 101 FAN
ZPWUZZLED122
-ZRegi
-ZSYD230207
ZUCK
-ZUK EXPERT
ZUwUBI
ZWUNK
-ZWlFT
-ZX
-ZY
-ZZ
-Z_Z
ZaPhiRoxD
-ZaadTeef
Zaane
Zaanstad
-Zaatar
Zabe
-Zabey
Zabini
-Zabky
Zaboxi
ZacAynsley
-ZacBallsHard
-ZacFx
-Zacariah D
-Zaccchhh
-Zaccy
Zacflame
Zach
-Zach 6464
-Zach Patino
-Zach est13
-Zach q p
-Zach07
Zach314
-Zach4211
Zachagawea
Zachatank
Zachawy
@@ -53327,86 +26102,38 @@ Zachs
ZachsAccount
Zachulous
Zack0ry
-Zack504
-ZackAsch
ZackSparrow
ZackWasTaken
-Zackary
-Zackle Berry
Zackly
Zackman
Zackology
-Zackree
-Zacky P
Zacoron
-Zacxion
-Zaddy Bully
-Zaddy Zo
-ZaddyCool
-Zadek
Zadior
Zadok
-Zae
-Zae The Bae
-Zaenil
-Zaeres
-Zaf
Zafaron
Zaff
-Zafrot
-Zaga911
Zaggly
-Zagustin
-Zagz
-Zahard Army
ZahellGlarus
Zahellina
-Zahiirr
Zahnae
-Zahrani
-Zaion
Zairin
Zairx
Zaitsev
Zaixii
-Zaixyyuu
-Zakhary
-Zakje Pep
-Zaku Rs
Zakz
-Zala
-Zalaberto
Zalar
-Zalat
Zaleander
Zalen
Zalerae
-Zalotus
Zalphyrus
-Zalse
-ZaltyPretzel
Zalux
-Zam
ZamPeZu
-Zaman
Zamanr
Zameul
-Zami
Zamianx
-Zamicxus
-Zamirok
-Zammiy Slay
Zammy
ZammyHasjta
-ZammyJesus
-Zammys Flame
Zamorak
-Zamorak 61
-Zamorak Book
-Zamorak Tome
-Zamorak808
-ZamorakBrews
-Zamorakz
Zamorangue
Zamorizzle
Zamowrecked
@@ -53420,461 +26147,226 @@ Zandous
Zane
Zanfew
Zanfis
-ZangKeera
Zangola
Zaniels
-Zanimoto
Zanithic
Zanity
-ZannyBatsbak
Zanryu
-Zans
Zansus
Zantaril
Zanwk
-Zanzu
-Zaom
Zaon
ZapWasTakn
-Zapah
-Zapatos
-ZaphiasTM
Zaphyan
-Zaphyrim
-Zapii
Zapio
Zapky
Zapleno
Zapletics
-Zappaforever
Zappman123
Zapppy
-ZappyLand
-ZappyWabbit
-Zapsticle
-Zaque
-Zara Mobile
Zaraffa
Zararod
Zarasth
Zarathos
-Zarchonias
Zardee
Zardua
-Zarf
-Zarfa
-Zargole
-Zariah
-Zariky
-Zariser
-Zarke
-Zarkh
-Zarkino
Zarkoz
-Zarley
Zarliona
-Zarmos
Zaro
-Zaro M
-Zaroki
Zaros
-Zaros2k
-ZarosCorrupt
-ZarosRex
Zarosadomin
-Zarosian Rat
-Zaroux
Zarov
Zarpedon
-Zarrix
-Zarude
-Zarvern
Zary
-ZaryteKnight
Zasi
-Zasilus
-Zastava Ak47
-Zastavo
-Zatailex
Zatch175
Zathul
Zatom
-Zattix
Zauberbiest
-Zausbaus
Zav555
Zavaren
-Zavikk
Zavilia
Zavinor
Zavorak
-Zavvia
-ZavylonCG
-Zawro
-Zawts
Zaxbys
Zaxcord
Zaxm1
Zaxxxsoldier
Zaza9119
Zazian
-ZbraCakez
Zbychu
-Zch
-Zcj
-Zcu
-Zdawg
-Ze Golo
-Ze Own
-Ze Punheteir
-Ze Ubernoob
ZeOblitz
-ZeProx
-ZeQuYaa
-ZeZienMaar
-Ze_balla
Zea1ous
Zeal
-Zealandra
Zealea
Zealicious
Zealoe
-Zealous Love
-Zeals Max
Zeather
-Zeb Slays
-Zebak
-Zebak Acid
-Zebaks Jugs
-Zebedank
-Zebede
Zebest605
Zebras
-Zebs main
-Zebs scuffed
Zebu
Zebuck
-Zecca
Zechuchith
Zect
-Zed7
-Zed_11
Zedanko
Zedar
Zedd
-Zedd UwU
Zedd180
Zedek
Zedirex
Zeds
-Zedz
ZeeAyyBee
ZeeEL
-ZeeZeeZee
Zeebers
-Zeec
Zeedith
-Zeehox
-Zeeke
Zeekheart
Zeelmaekers
-Zeemoee
-Zeeny
-Zeeon
-Zeep
-Zeepra
Zeerkel
-Zeeshan
Zeeshan01
-Zeeuun
Zeeuws
-Zeeuws Tuig
Zeeve
Zeeyk
Zeezki
Zeffe
-Zefrank
-ZefyX3
Zegetable
-Zeh Zimah
ZehThijs
Zehbu
-Zehf
-Zehiret
Zehv
-Zeilex
Zeinovyah
-Zeious
-Zeitgaist
Zeithex
Zeken
-ZekimusPrime
Zekje
Zekkels
-Zekley
Zeko01
-Zekrom
ZelaooReturn
Zelatrix
-Zelcano
Zelcode
Zelda
-ZeldaHaxor42
-Zeldamen
Zeldaza
-Zelle Me GP
Zelnite53
-Zelroy2
-Zelten
-Zelzoy
-Zemiak
-Zemie
Zemix
Zemmy
Zemoko
Zemps
-Zemyrrah
-Zen Moments
-ZenBtw
-ZenRaidz
-Zena96
-Zenathrius
-Zenci
Zenearys
-Zenemz
-Zenez
Zenfor
-Zeni Master
Zenithina
-Zenitsu
-Zenium
Zenki
-Zenki RS
-Zennyte
Zeno
-Zeno Pho Bia
-Zenoce
Zenpep
-Zenqii
-Zenqs
-Zenrrrr
-Zensai
-Zentae
Zentra
Zenytum
Zenzulo
-Zeon Clone
-Zeorun
-Zeos
Zeoth
-Zeou
Zeoxr
Zeph
Zeph0s
Zepher138
-Zepherahs
-Zephere16
Zephrinne
-Zephxa
Zephylius
Zephyren
-Zephyrhills
-Zephyric
Zephyrot
Zeplin1
-Zeppelin IV
Zer0Requiem
Zer0Tw0
Zer0mancer
ZerUmh
-Zeratul259
-Zerbeh
-Zerberous
-Zeref
Zerendipity
-Zergonaut
-Zeri0n
ZerkByDay
ZerkInDaYard
-ZerkMeOffPlz
-Zerkeee
Zerker
-Zerker fe
Zerkism
-Zerkom
Zernag
Zero
-Zero Cals
-Zero DeNiros
-Zero Saber
-Zero Scope
-Zero Suit
-Zero Talent
-Zero Tol
-Zero Zeros
Zero92922
ZeroAltruism
-ZeroBodies
-ZeroCake
ZeroDignity
-ZeroFox8576
ZeroGravity3
ZeroHour
-ZeroHpAgain
-ZeroTheKing
-ZeroValor
ZeroXJD
ZeroZero
Zerobeat
Zerodareborn
Zeroeagle
-Zeroen
-Zerololz
Zeroly2
Zeroswift
Zerq
Zerrilis
Zerro
-Zersers
-ZertUwU
-Zerx
-Zesima
Zeskater
Zesty
-Zesty Bvrnsy
-Zesty Senpai
-Zesu
-Zet_RS
Zetani
Zetardo
Zetore
Zetreker
Zetrus
-ZetsuboSekai
Zetsubou
Zetta
Zettty
Zeug
Zeus
-Zeus Jr
Zeus07
-Zeus09
Zeusvdl
-Zeven
Zeveria
-Zevlim
Zevosh
Zevvo
Zewx
-Zexma
-Zexra
-Zexual
-Zeyora
Zeyzima
-Zezaroth
Zezergz
-Zezima Simp
-Zezima W q p
-Zezimaislife
Zezimas
Zezime
-Zezus
-Zezynx
-Zfg Fan Girl
Zfsalt
-ZgeL
Zgrite
-Zgzi
Zhacarn
Zhaoyl
Zhava
Zhinky
Zhiqth
-Zhonny
-Zhops
-Zhotaro
Zhqith
-Zhuxiong
Zhuzh
Zhykiel
ZhyloFlex
-Zi P
-Zi1y
-ZiNikor
Ziauze
-Zick Licker
-Ziclone
Zidi
Ziega
-Zierikzee
-Zigfrid
-Ziggey
Ziggurattus
Ziggydog7
-Ziglar
-Zigory
Zigzagoonfmt
Ziicatela
-Ziidz
Ziinc
Ziincor
Ziisus69
-Zijwiel Iron
Zikry
-Zil o
Zilandraa
Zilanthra
Zilex
-Zilexion777
Zilly
ZillyLovesMe
Zillya
Zilpha
Zilvia
Zilyana
-Zilyana Gr
-Zilyana Jr
-Zilyanas Dad
-Zilyarma
-Zim
Zim8
ZimFlare0003
-Zimak
-Zimaterasu
-Ziminiar
-ZimnyZielony
-Zimpathizer
Zinc
Zinct
Zing
Zingg
Zinixon
Ziniy
-Ziniyy
-Zinnialexis
Zinogre
Zinoto
-Zinryia
-Zinshaw
-Zinsmaster
-Zinsmeistro
Zioh
Zion
-Zion Fire
Zioo
Zip Lynx
-Zipacna
Zipit
-Zipm
Zipo259
-Zipp0Fluid
Zippeeee
-ZipperTrout
Zippy909090
Zipsap
Ziqs
Zireal
-Zireb
ZireneV2
Zirkisi
Zirn
@@ -53882,143 +26374,74 @@ Ziron
Zirrub
Zirvzaa
Zisam
-Zitaya
-Ziti Sauce
-Zitri
Zittte
-Zivile
Zixcon
-Zixon
Zixxen
-Zixxty
Ziyai
-ZizZazZuz
Zizarius
Zizou
Zizzle
-Zji
-Zjoelini
-Zkilrr
-Zkyui
ZlGGEY
ZlNQK
-ZlZl
Zlap
Zlatan
-Zleek
-Zleepeey
-Zlig
-Zlomble
Zlote
-Zlug
Zmancool
Zmanonthego
-Zmazek
ZmaziWasHere
ZmbieShepard
Znked
Znorox
-Zo e y
-Zo m B
-Zo nk
Zo7al
Zoak
Zoanthids
Zoaxyl
Zobbe
-Zobny
Zoca
-Zoca BD
-Zodden
ZodiacIsTed
Zoeh
Zoet
Zoey
Zofad
-Zofu
-Zogggii
-Zoggy Marley
-Zogloid
Zogurk
-Zohi
-Zoik
Zoil
-Zojun
-Zok
-Zoka
Zolarf
-Zolaris
Zolcome
-Zoli
-Zolkaria
Zollo
Zolon
Zolrisma
Zolruh
-Zolt09
-Zoltan Uk
Zoltanious
-ZolwoZ
Zombah
-Zombi Zack
Zombie
-Zombie Cody
-Zombie Zack
Zombiezparty
-Zomboide
-Zombrons
Zomi
Zomimi
-Zomp
-Zone Red
ZonichGG
Zonir
-ZonlyAlex
-Zonnedael
-ZonoxRS
Zonse
Zonum_Knight
-Zoo Orleans
-Zoo scape
-Zoobloo7
-Zookly
-Zool
-Zoolander
Zoolander011
-Zoom
Zooming
Zoommaster97
-Zoonix
-Zooted
Zoppy
Zorb49
Zorblet
-Zorcar
Zoret
Zorg
Zorh
-Zorie
Zorin
-Zorkath
-Zorkz
ZornDurag
ZoroRoronoa
Zorolith
-Zoros son
Zorrac
Zorrita
Zorros
Zoryov
-Zos
-Zosc
-Zossssssssss
Zostok
Zoteize
Zotetz
Zoudrex
-Zoumok
-Zouns
-Zown
Zowski
Zozma
Zozo1232
@@ -54026,116 +26449,54 @@ Zpizz
Zqw6
ZrankerF
Zrax
-Zriv
-Zrr
Zsedcx
-Ztneff
-Ztxch9
-Zubaritis
Zubora
-Zubsolv
Zuburus
Zucchini3
-Zuchini
-ZuckZyZock
Zucu
-Zuel
-Zuened
Zuggster
-Zugmah
Zugs
Zuibbi
-Zuiox
Zuipe
Zuipen
Zuipvlek
-Zuk
-Zuk Bot
-Zuk Cucker
-Zuk Meh Off
-Zuk My Toa
-Zuk Sucks
-Zuk a Duck
-Zuk a Zik
-Zuk at 1 Kc
-Zuk my Tzok
-Zuk was here
-ZukDisLilZik
ZukMadic
-ZukMyAss
ZukOrBust
-Zukala
Zukmos
-ZukoTheMcoon
-Zul-Bot Farm
-Zul-tul
-Zulandra
Zulax
Zulex
Zullander
Zullrah
Zullu
-Zulrah Goat
ZulrahSlave
Zultora
Zulu
ZuluLippen
-Zum
Zumaz
-Zumaz Her
-Zumb ass
-Zumwalt
Zundaddy
Zundix
Zunkrah
-Zup Rap1
-Zurad
-Zuramaru
Zurcal
-Zure Kut
Zuremate
Zuriel
Zuriel321
Zurius
Zurkzes
-Zurlofix
-Zurn
-Zurper
Zurqos
-Zurthur
-Zurvan
-Zurxas
Zuubi
Zuuqe
-Zuurkast
-Zuv Arik
-Zuviel
-Zuwy
Zuxar
-Zuxf
-Zuxi
Zuzad
Zuzas23
-Zvg
Zvirbulis
-Zvotne
Zw3d
Zw4rtjoekel
-Zwabba
-ZwangerePapa
Zwanneke
-Zwartbeast
Zwartbest
-Zwarte Iron
-Zwarte dief
-ZwarteAapMan
-Zwartehand
Zwef
ZweiBeer
Zwei_02
Zwerky
-Zwette Draak
-Zwieber Vos
Zwiers
Zwift13
Zwijg
@@ -54144,152 +26505,65 @@ Zwimps
Zwinter
Zwlr
Zwwwnbeast
-Zx J3SS3 xZ
-ZxFe
-ZxbeeRs
-Zxeon
Zxirl
Zyad
Zybes
-Zyck o
Zydecolarry
Zyer
Zyev
Zygalo
-Zygameux
Zygy
Zykaite
Zykonic
-Zyl
Zylco
Zyleta
-Zyliana
-Zyllami
-ZynGardener
Zynerith
-Zynnocent
Zynthe
Zyntixero
Zyper89
-Zyrem
-Zyrinth
Zyrok
-Zyrona
Zyrpex
ZyruviasDied
-Zyunkko
Zyxla
Zyxuz
Zyyra
-Zyz
Zyzziima
-Zyzzy
-Zyzzz brahh
-ZzJ0SH
Zzanoss
Zzayo
-Zzuma6
Zzyzzx
Zzzax
Zzzd
ZzzzG
-[#OA0VWICQ8]
-[#SG1JGUXTW]
-_Untrimmah
-_gria
-a Cairn
-a Dang
-a Mikey
-a Miko
-a Venenatis
-a Venny
-a Weeman
-a bean
-a black cod
-a casul
-a cooky
-a cool bug
-a eu
-a f o
-a gentle sir
-a little sad
-a ndo
-a p p l e
-a pathetic
-a pb
-a sad kraken
-a sad waffle
-a sk y
-a the sniper
-a tnQ
-a trash cat
-a zo
-a-x51
-a07
-a1liez
-aDome
-aDuNaz
aGamerGaming
-aGamingDad
-aGlasgowGrin
-aGoober
aIIfather
-aKSU nPC
aKash20i3
-aMiniDude
aMiniGorilla
-aMiniHitMark
-aNERDYsloth
-aNStarFury
aPinkBunny
-aPinkKitten
-aShavedLlama
aSnowTiger
aSunnyPotato
aSwiftyBoi
aThoms
aTinyChimp
-aVolk
aWildSeal
a_SaladKing
-a_duncan
-aa noob
-aaah
aaahChu
aalucard
-aanmaken
-aanwaz1g
-aaron_diaz
aaronparkerr
-aatudoz
aaty
ab0u
-aballer09
abbruzi
-abbruzie
abcz
abdi
abdimajiid
abdulllah
abis
-abk144
abni
-about blank
-abqve
abra238
-abrakadabraZ
-abray
-abu hassani
acceleratism
-ace375
acecoffee2
acerkush
achillies
-achillies zy
-achinadav
-achterkamer
acidshit
-actionbob
actlater
actofvalor24
acuile
@@ -54297,78 +26571,41 @@ adPEXtwinDnG
addaaam
adem6792
adizzle444
-adogg0323
adopt
adrian
adsdadasdgtd
-adsh55
-adue
adul
-adul t
-advia
-advies
-advit
-aeej
-aeggefar
aejfd
aenpaa
aezthetic1
-afatslug
aferraro
-afh
-afk 2 2277
-afk a bunch
-afk n doc
-afkayscape
afkdontattac
afkingRS
afkvsehp
afkwarriorzz
-aflk
afraid2boss
afraid2boss2
african
aftrthxght
-afzi
agent_of_fox
-agentdd_4
agfdbzIM
-aggain
agic
-agieee
agoraphob1a
-agrovation
agsmanpro11
-agytagtyewaq
-ah oh uh
ahahah
ahippi3
ahokusa
ahrlhyrslylh
-ai eye q
ai3i42Iaaskl
-aiden m8
aidibohx
-air strikes
-airborn frog
aito
-aitoBeruna
-aiwodas
-ajiffniff
ak47afghan1
-ak47ags
akaExploit
akaNorman
akae
akbennyboy
-akeep
-akidnamdjrmy
akipf
-akirahokuto
-akkha kum
akleb
-akq
-akspew
aksta
aku aku1212
al0x
@@ -54376,139 +26613,82 @@ alabasta1
alabthemoola
alans
alaric
-alaxam
-albersson
albiguerra
albioon
alchetraz
alders0n
-aldi warrior
aldrichmax
-aldrichs
alecbeats
aledank
-alexjberroc
-alexlangman
alexs99s
alfafa20
alfhershey
algotrader
-alias ilias
alic3
alimpweenus
-alipandh
alittlepig
alkaizerx
alkkis
-alkkis pk
-all en
-all love man
-all to 200m
-all4four20
-allcaps
-allebylund
-allenbb3
allez
allluminati
-allomax3
allora76
allowitplz
allzeras
-almoggar
-alpacathund1
-alpacka toke
alpalmchal
alpha
alphabosss
already
also
alsobosspros
-alt f4 gn
-alt maxed
-alt rite
alt0n
-alt2kil
-altairanezio
altehnub
altforusa
altiarblade
-alvexn ltu
alvinhic
-always win
alwayscurius
alwrighty
-am sam
-am so sleepy
amagna
amay
-amfoine
-amheeh
-amikiri
ampharos61
amputated
anasacez21
ancapistan
anchor
-anchor seb
-ancientskye
andhetakes
andhim
-andmcadams
andreable
andriuttt
-andtony
-andynew2007
anelebar
-angel995
angeline1711
angrydump
-aniki chan
anime
-anime member
animeF3tish
animegirl73
anizan
-anklez
ankou4smokin
annie
-annie r u ok
-annni
annull
anoldfatdude
-anon1606
-anotha 0ne
-another gay
anti
antibully
-antituuri
antivaxer
antombomb
anttimage3
anxiousbeef
-any1
anygirls
-anyma
-ao
aocha
-aod retired
ap1ska
-ap3xOo
apacifist789
-apcays
apeman8731
apenzoon
-aperts
aphr0
-apikeppa
apina
apiph3ny
apou
appelkneuz
applee
-aqp frog
aqqqqqqqqqqq
aquafx
-araenel13
aratsanus
arcane
archyiop
@@ -54516,692 +26696,350 @@ arcvnaxiii
arcwriter
ard lad 06
ardazz
-ardy guardy
arengs
-arevles
arexmeister
arfih
argilah
-ari abdul
-ari shaffir
ariman22
-arkoudaphile
-armadyyyyldo
armyofkids
-arnr
-arocardo
arookie
-arouze
arreydn
arrowbob2
-arrows2ashes
-art possible
-artaax
artan
arteefact
-arth urr
-arthadeos
arthurdebart
-artist_60
-artizia
-artogoes
arvothepure
arzier
ascipulus
ascott1
-asdafsdafsd
asdasdasdf1
asdsdafsa
asedviss
asfand
ashster25
asian
-asianbunnyx
asibioass
-asidb
-asm
asmoooo
-ason jones
aspiraring1
asrdftgffdsh
-ass chance
-ass jiggles
assaultvests
-assbergerler
-assdrag
-asseaterbtw
assoffire
-astgferallah
asuhcuh
-at0
-atob7
atoma619
attaaM
attack2much
auditore28
audrey
-audrey horne
auma
-aus j osh
-aussieyobbo
-aut AT5
aut1st1c
autism
-autisticboiz
autumnbound
-av av
av8bgo
-avantoeftish
avewy
-avg Jake
-avg gov ee
-avg idiot
-avikntos
avmech31
avocabo
awple
-aww fk
-axeleebob
-axeli
-axetoons
axoblaster
axperson808
ay96
aydrian
-ayeetbix
-ayhank
aynull
-ayos ayo
-ayrball
-ayshinx
ayte
ayvz
ayyreynolds
-az3r bulbul
-azerke
azilim
-aziz8mohd
-azj
azura
-b a g
-b a l r a j
-b b o x x
-b eeg
-b enjy
-b ezos
-b i g s t
-b kuz
-b l u rr
-b oe
-b on ass
-b oo n
-b ooth
-b u l
-b ulba
b-ray29
b00ty
-b00tyw1zard
b0btehcool
-b0dybilder
-b0gadu
-b0nelesstofu
b0rn2grill
-b0urb0n_kid
b1ackcoxdown
b1apoody
-b2bpurple
b2bs
-b33 rabbit
-b39
b3cc
b3kiy
-b3rgo
b4Mb00B0NGG0
-b4iforget
b4nyluckypvm
b5 s4 0000
bIack
bIrkaoff
bLeatzker
-bMat95
bSteeezy
bVibin
bZabii
-ba1tti
-baIIs3
-baami
-babewatch
babstah
babugo
baby
-baby peb
-baby peba
babybuffalo
babygirl
-bacbacbacbac
-baccybaxter
backseatrs
bacodie
-bacroonX
-bad bee
-bad boy602
-bad british
-bad data
badalts
-badass1337
badat3tick
badcold611
-badderjari
-baddspella
-badger fan 7
badsadmac
-badtechnique
-bag milk
-bagans
baglokale
bahumat
baile
-baile y
+baishunpu69
baitmem8
-baj69
-bajadam
bajj
-bak3d bean5
bakareru
bakesome
bakkerbtw
-bakplaat11
balding
-balisongg
-balkare
ballenbak
-ballerbebbo
-balsson
-bam
bam-BA-lamb
-bambera2
+bambii69
bamfhitman
bamsi
banana
bantrok
-baraho
barakozle
-barcrestboy
bard006
bardj
-baritone888
-bark bark
-bark f0r 0ff
-barkirion rs
barkmeat
-baron nash
-barou
barry
-barrybacon
-barrysdad
barryslet
bartelbarel
based
-based af
-bash the rat
bashong
basic
basically
basiel
-basispiloot6
bassdrum
bassfortexx
-basspro76
bastukid
-bat flack di
batchela
batdog183
bates
batje vier
batseflats
-batterym1es
-battlebus33
-battleman36
battried
-baumannii
bawky
bawsi
-bawz zaa
-baywest
-bazjunior
-bbALL
-bbb
bbest
bblood
bbones
bboyalec
bbtarget
-bbully
-bc22
bcguppy
-bck2kickass
bcollier94
-bdb
-bdw reborn
-be one
-bean flick3r
beanbag173
beanieton
beanskunk
bear
-bear66881
-beard3djesus
beardZy
-bearia
-bearitimus
bearjack
-bearplusiron
beatthebot
-beaver 5
-beaver 9
-beaver win
beaverboy47
-beavitte
+beberfan69
bec0me
-becarius
-becca boooo
beckles96
-bedabin247
bedburn
bedtime
beech
beeelake
beenus42
-beer sweats
beggar
-behaardezak
belanin
belgibeer
beliver96
-belizianos
bellatarius
-bello0
-belub
bemw
bendy
-bengnomonkey
-benisbutts69
benjabii
-benjimin
benjiswaggod
-benlovesyo
-benrj91
-benroxo
bent
benyatta1
berd007
berkut87
berrytrials
-berseke1
-berserkbear
-berserkku
bertucci2575
berzerks
-besouley
-best bojji
-betleejuice
betonimuna
-betty wu
-beverlly
beverwijk
bevh
-bevsteve
-bff
-bfxrturbo
-bg s
-bgs ownez
-bhicks
bhuffs3434
-bibilush
-biccc
bicycle666
-bidls
bidof
bieltanman
-biffsy
bifket
-big bad jon
big bojangle
-big gay ig
-big gmbino
-big head
-big man shaq
-big rart
-big snood
big tree 63
-bigbadheskey
-bigbig horse
bigbigbone
bigblade28
bigbluntbrnr
bigbologna31
-bigboybarlow
-bigboybrips
-bigboymansir
-bigbud
bigchoocher
-bigcuff
bigdbandioto
bigdoggtrock
-bigdoinks42
-bigg bud
biggest
-biggest fan
-biggiefries7
biggledoinkz
biggreenbush
biggs
-bigjuicybutt
bigl
-biglenz
-bigmoney jim
bignipnik
bigonevs
-bigotslayer
-bigpkz
bigpompom
-bigreddogV2
bigschlong33
bigsee
bigshrub45
-bigsnail
-bigspick
-bigsugoi
bigtuner
bigz4p
bike
-bike trail
-bilbsay
bilet92
bilfey
-bill one
-billbosaurus
-billsta46
billy
-billy g0at
-billy mayne
billy5454
-billyj0e
billyjoewo
-bilo xd
-bimblebunk
-binaev12
binch
bincho420
bindi
bingels
binkie
-biolemonhaze
biozahard
-bipiee
bipoc
-biq pp gamer
-bir d
birbeon
-birdieputt
birkki
-bisp
-bisse
bitten by
bitter
-bitter fruit
bj0rne
bjassen
bjpc
bjuti
-bkguytd6
-bl00d twinz
bl00dShaman
bl0wMyPlpe
-bl0wdakushh
-bl4ckdelt4
black
-black coffee
-black cum24
-blackbelt
blackburrito
-blackedmarko
-blacksshad0w
-blackstyl579
blackzranger
blade2k9
-bladee
blaktraksoot
-blame war
blankownz
blarbydoo
blastmaster6
-blawblaw
-blazar58
blaze59
blazed
blazekin
blazertrail4
-bleenkie
-blessn
bleu
-bleu kayn
-bleubeard
bliksem269
bliksuiker
blind
-blind idiot
-blink 1 8 2
blinkforlife
-bliss
blky
bloQQe
blobaman
-blockteleing
blonkie45
bloo37
blood
bloodhound96
bloodrain202
-bloodredd
bloodtheatre
blothbather
-blowmebuddy
blubbystr699
blue
-blue in vain
-blue max6
-blueTofu
+blue cat69
blueWagonMan
bluebean2596
-blueberry624
-blueberrydev
bluebop
blueergon059
-bluetrane
bluewahfull
-blunt tank
-blurite boy4
blutorch
blvckstvrr
blynaas
-bman5
-bmeow
bnff
-bnndt
-bnqy
-bo bby
-bo nk
bo2Lawrence
bo3rke
bo4r
-bob bob bob
-bobby ross
bobby45153
-bobbyb727
bobbyitsme
bobbyjoe
-bobbytronx
-bober vvittu
-bobfish66
-bobness
-bobondowski
bobsushi6396
boer
bofflepopper
bogie297
-boglad4ket
boident
-boinkerton
-boke smowls
-boksepoeper1
bollocksed
-boltwitdick
-boltzy
bombadinski
bombycrahan
-bon4ri
-bonSwole
bond
bondalorian
-bonderoeven
-bonelessrice
-bonfire
+bong
bongohonkers
+bongs
+bongz
bonkbonk
bonna1994
boo0ty
-boob boob
-boob nut
boodje1993
boofablebass
-book of ra
boom
boomboom
booogieoogie
-boooosh
-boorito
boosbear
-bootn98
bootylips
-bootyters
boratas13
bored
-boring hobby
born
-borpxatu
borsi
boss
-boss hogs
-bossboy420
bosscat56
bossdemon88
-bossdog99
-bossedit123
bossy momma
-bostonbb2g
-bosway
bota2
-botchx
-botilabaca
-botleFluff
+botter69
bottleo
-bottn
bottomfeed
bottypedpsw
-bounsn
bouquetboy
bouwjaar1990
-bouzouki
-bowfa bob
-bowfaaddict
bowl
-bowl loaded
-bownd
boxofbears
-boxtrapgod
boycie420
-boydi
-boydt
-boyuniverse
-boz pwr
boze
-bozo
-bp9
br0wnardRS
-braap poster
-bradrian
bragegutten
brain
-brain rotted
brainbusterr
-branderx gim
-brandom lol
-bratnt
brawling
-brb cigy
bread
breakingood
brecht181
bree
breeze
-brejch
-brekitutta
brett
-brett 69
bretthomas3
brettiz
-brettjournal
brettmanx7
brettrae
-brew bar
brewi
brexit
-brian285
-brian289
brianknight7
briareus
brics
bridder
bridgeport
brika
-bring ya ass
brisingr vin
briskyhot
-brixs22
brizzle
-brky
-bro its hamz
-brock soup
broetie
broker
-bronson99
-bronzelvl
bronzenohkie
brooskii
-brotha in Ra
brotherkjell
brothervoid7
brown
brownell
brownjesus
brtsbrg
-bruh
-brushy1
brutals
bryike
-bsavs
bsct
-bskiller10
-btc
btd6king
-btw Im Nakey
-btway
-bu bla
buIberpikmin
bubbakush
-bubbith
-buckethead12
bucketnipple
buckul
budabaii
@@ -55210,108 +27048,51 @@ budge1
budhato
buds
buff
-buff T O N Y
-buff boobies
-buff outlaw
-bug salesman
-bugeye freak
bugsijs
-buhm
+buh6969
buldog89
-bulk up
-bulpster
-bumbler
bumpyD
-bumpywalnut8
-bunchface0
-bundun
bungaku
-buornos
-burakaflocka
burlyman
-burnedpotato
burnindank
burnsalinas
-burntfish55
-burntjar
burt
buryafriend
bushkada
-bussi eater
bussmandrew
-busta bunny
butlesha
-butt boobies
-butt chug
-buttercord
-buttonbags
+butt
+buttboy
buup
buurman111
buurtvader2
buwatt
-buying ai gf
-buying girls
-buying sloth
-buzzin
-bwaby
-bwana69man
bxhxdir
-bxmbi little
-bxther
-by Juddy
byEmilsson
-byll
byrny
bzerk
-c a b l a y
-c bro
-c greyson
-c h u c kles
-c hainz
-c j t
-c m l
-c o 1 a
-c onorr
-c rompt
-c ubic
-c xx zz c
c-ross93
-c00lbeer
c0vid
c11ntz
-c3h8 seller
-c95
c9hype
cBold
cDive
cFraze
cMehuu
-cMoney62
-cRunX
-cT Kura
-ca mel
caaaazaaa
cache
cad5112
-cadeano
-caesarsantin
cafedenbas
-cagasaurio
cage
cagesitter
caiomhinnn
cajzbi
-cakemusclez
+cakefartsbtw
cakepillows
-cala mity
-calamity meg
calgore10
-calisme
call
-call me Q
callbackc4ll
calliott14
-callmedaddie
callmeqel
callmeson
callum23394
@@ -55321,291 +27102,150 @@ calvo
camberland
cameindamail
cameliorate
-camellia
-camognome
camrbidge
-can o fish
-can smoker
canadian
canalope
cancer
-cancer ruin
canman794
-cannot pvp
cantgetdrops
cantsoloraid
-canyon crab
-cap byakuya
cap3r
-cape kraken
capinkiller1
cappin
captn_dabbin
car oussel
-carbonclock
carefree
-carltonking1
carlwalter
-carmito999
-caronita
carrotepic
carrus65
-carti stan
-carx
casadri
cash pls
-cash19400
-cashcache
-cashflowgwap
-caspar O8
casperium
-cass
cassa
-cassidyz
-cast iron 99
-cat goose
-cat the rat
-cat yo quack
catJAMgif
catdog183
-catdog184
caterpie
-catgirl41
catlice
catlover68
-catmummy18
cats
-cats go meow
catsandogs
catsarepeopl
catsntatts
-cattierjam
cattsts
causey
-cave zizil5
-cawn man
caykk
-caza
-cb0ndy
cbbr
-cbf maxing
-ccc kyle
ccc kyle BTW
-cccccc
-cce
ccoinstar
ccvtw
-cdryz
-ceef
ceerial
ceh9
-celery dog
-celestial177
celliott94
certifythat
-cestlez
ceus
-cgmirin
-ch oi
ch00s3n
chach47
-chadduker
-chadmaro
chadsmurfin
chaffedlips
chakra
-chamby
-champagnedon
champinjon
champions
champrocks
chamskillz
-changa nndmt
changemyrng
-chao keng
-chaossarim2
-chaoswizzard
-chaps on
chargnar
-charliety
charlyzard
charred
chat
chatandinan
-chats 0ff
-chavito_mobi
-chazsti
-cheapscape
-cheddaphile
cheekraider
-cheenos
cheese
-cheese nuts
-cheese tots
cheesed
cheesesmoka
-cheesesnake
-cheesie odst
cheesy05
cheetboyx90
-cheetodust
cheffffffa
chemistmike
chemistryphd
-chenswok
chent
-chenzoh
-cherenkov
-cherrygrove
chessboxing
chewbacca814
chewybeaver
-chi huahua
chickenarise
chickenbyrd
-chickennug74
chicknsoup3
-chicknugets
chicom
-chicom shill
chidavantlez
chie
-chie na wei
-chien belge
-chigas
-chilli
chillimayo
chillscape99
chillummen
-chimney15
chimonas
-chinchinchin
chinkbox
chinorondon1
-chipndale
chirspls
-chisssa
-chlodotexe
-chnged
-chobby bong
-chochise
-chodell13
chogey
chokemepleas
chokemysword
+chongsbong
choobocka5
chook1e
choppers
-chopsbwana
-chorkin
-chr0nic k0
chris
chriscrossz3
chrisdude
-chriskr9
chriskys
christimgood
christinet
-chronicwax
-chuI2ch
-chubbybeagle
chubysack
-chum god
-chumboyee
chunkydaddy
-chvi123
chxpo
-ciggen3
-cigonusargas
-cimmins
cimsoK
-cindur
-cinekmiszcz
cinim
circa445
cityless
-civo
cjim
-cjrr3
cjskillet
cjuul
clabby
clac
clancy272
-clangy544
-clara ravens
-clardiiii
claryzz
class1k
clayylmao
cleanhell
-cleann
-cleanscape
clevesbch2
click
-click boss
-clickin boss
-clickrtraind
-clienting
cliff
clifsideGang
-clig fish
-clini
-clippng
-clodoaldo23
-clogs please
closeline194
cloudroamer
clouds
-clownViking
-clownsrus2
-clownzeta
-clrjones964
clubsammich
cluemaster7
-cmer
cmiite
-cmiuehye
cml852
cmm6364
coatria
-coats
cobrafrost
cobraslyer
coco
-coco coconut
-cocoa
codga123
-cody curls
-coffeechuno
coffeemug91
-coin btw
-cojestkuwa
colafanboy
-colb 45
coldumber
coleeeeee
colekay
-colemak
-collect butt
collessin
colon
colt
-coltsfan1287
-coma afk
come
-come in bum
commandrsnow
-compact cat
-concert
conig
connie
connor420sit
-connorkwl
connorosrs
containment
-content days
-continental
contra145
conww
cookiedunker
@@ -55613,118 +27253,60 @@ cookiekill
cookieman
cookys
cooldude2845
-cooleodotty
coolgasje
-coolish funt
-coop ananas
-coozin_killa
copy166
-cor tapijt
cordnog
core63
corgi
-corgi fan73
-corgsterr
corn
-corn8holio7
-cornstarchII
coronel
coronieverus
corps
corpse
-corpslave18
-correctmymis
cosec
cosineeee
cosmic
cosmicphetus
-coszzyy
-council pops
-count beck
-countjupiter
covid
covidconvict
covidsurvivo
-cow abandon
-cow cede
-cow20
-cowpigj
cowpker4life
cowpoo99
-cowpuncher19
-cows
-cox finisher
-cox for cash
coxchambers
-coxfcksme
-coxnass
-cp5
cpenn
-cpt-cujo
-cr ai g
-crZbY
crab
-crad le guy
cradleguys
-crag slayer
-craigbr-1994
craigobaker
-craigs cool
craj
-crajan
crannerz
crash
-crayfish1
crazecanuck
crazycow913
-crazyloLer14
-crcsofkrks
-creamiboi
crenux1st
crep
-crevebach
crew-z
-criddd
-crimsonlily
-cringis khan
-crinkes
cripsystrips
-cris7ronaldo
-crisVao
-crisp damage
criticism
critiode
cross
crownchyfled
-crppironman
-crueship
cruisingmap
-crumble
-crunchyfrog6
-crunchyrolll
crushsquid
crustymcfk
cruuton
crybcdry
-cryme wave
crypto
crystalbluu
crzybrady
cskt
csramsus
-cstk1Ng
ctmv
-ctq
ctraltdelet
-ctsRasta
-cu ck
cub1c
-cubbear
cubezor99
cucked
-cumstrosity
+cum6
cunnys
-cupma
cupofpeepee
cups
cursed_angeI
@@ -55732,94 +27314,43 @@ curt
cus345
cuscusrevers
cute
-cute lil elf
-cutekitten7
cutemuppit
-cutepenguin9
cutetoeluvr
-cutie cat24
-cutie frog
cuvae
-cvbj
-cvl
-cwazi
-cxir
cyanicide
cyberdunk
cyberyux
-cyi
-cynth ia
cyxxa
czaroiemao
czechit
-d arb
-d e v o u t
-d io r
-d urrin
-d y lan
d00she
-d0g eat d0g
-d0gz
-d0nnie-d0rk0
-d0rq
d0ugjudy
d1sh
-d216
-d2n
d3mot10n
d4rkk
-dDillyDilly
dEAd0dhz
dEdjamaL
dXLeamXb
da jiin
-da ph
da6god
daMteG
daPeanut
-dab 710
-dab face
-dab marino
-dabaig
-dabbtheslab
-dabilitation
daboiz
daboo420
-dabs n smoke
dabtchel
-dad bad
-dad tree
-dadcoma
-daddds
-daddy sharky
daddyfred
daddys
daddywaluigi
-dadfcker69
-dads bulge
-dadsbelt
dadsilou
-dadson23
daedbent
-daft plonker
-dagens mand
dagg3
-daggry
daghostwoman
-dagond0rk1
-dahhyunnee
dahlinho
-dahlukeh
dainiux2014
daisyfletchy
dallas
-dallee
-dalunk
-dalvik
-damage222
damo332
dan73
-dan_hua
dance
dancol00
dandy man
@@ -55827,251 +27358,129 @@ danielccm
danielfanacc
dank
dankburgers
-dankin606
-danklingt0n
danliciouso
-danny4490
dannytjuhhh
danthebankid
danzing
-dapipelaya
daprincess21
-daredevildog
-daretodair
darigondeath
darius_v_2
dark
-dark binding
dark hays
dark0hawk
dark5pac3r
darkandrew7
-darkanimal86
darkclues
-darkcyco
darkgirl79
darkhex0
darkjustin54
-darklordc
-darkmagicdad
darkness
darkstagx
darkxaotik
darkyChao
-darranegobli
-darranekarhu
-darranekives
-darth gainz
darthbuddatv
darthv102
-darvan
-dascarytaco
dasor012
dataenz
datakrash
-datalogi
datboi2456
-datstonerlal
datweekaz74
davadof
daveb123
-david442p
-davidpain
dawaj
dawningofwar
-dawnsend4
-dawocar
-day of dog
dayoh
-daysack
daystar
-daystar 0-0
-daz 11
-dballl
dbau
-dbopp
dbow4pking
dbstf94
dc22000
-dc22000_1509
dcPain
dcfgs4
-dcing always
-dcross9999
ddSyndrome
dddvlot
-ddr
ddsfornubs
-de Fe Dad
-de em tee
-de metro
de00
deZoet
-de_rono
dead
-dead tee
dead2Mfarmer
deadazztec
deadcentred
deadfrompvm
deadfrontier
+deadlyfeet69
deadlymoth
+deadlyone69
deadmau5
deadmeadow
deadskiller7
deadwildyXD
dear
-dear sleeper
-dearlola1
death
-death to wdr
death0183
deathax10
deathchecks
deathe
-deathlifiron
debbie
-deci m8
deciphered
-declaw3d
-decoy110
-ded R N G
-ded pixels
-dedarec
-dedcell
-dedfin
-dee2801
-deeezey
deep
-deepbowlz
deeptechouse
deesnertz
deetuu
-deez ntz
-defblacklawl
-defender3355
defenderCX
degie
degraded
degryser
dehula
deivvn
-dekane
deketamingo
deku
delboy1964
delete
-delete from
demaguz
-demerstrand
-demon ssss
-den n y
dennyispro
densenuggett
denver
-denver nugs
denzarr
-departusa
deperni Jr
-derdepoging
derrybarry
-des9re
-deserved pet
-desksitter
despotroast
dessverre
desteezdubs
-detnia f
-detrater mi
-detzy detzy
-deuce
-deuzzz
-dev rat
devils
-devilz ashes
-devious man
devonjt1
dewsh
dexaur
-dexless 4eva
-dfkjgkjfdgj
-dfordumm1ed
dftba
-dg eco
-dgndfgjnmfdh
dgro
dgwiD
dharokjonsin
-dhe
-dhl
-di Trevi
-diK
-diabolicdth
diamanda
-dibdabber33
dibdibdibdib
-dickchair
-dickenbals
-dickfield
-dickin
-didak
diddy420
-didnt rwt
dids
didugetrekt
-dieHosen
-dies at zuk
-dietc0ke
-difjnuee
-difluenz
-digigrind
-digimonOtis
+digdoge69
digthat
diguper
dikke
-dikke vogel
dikorbut
-dilaudid dad
-dilbertt
dill
-dill picklez
-dinklebrah
-dinwy
dioshka
-dirt box
dirty
-dirty rat420
-dirtyman
-dirtyydan
-disc o
-disco sminny
disdudsauf
disease
disrespected
distracktion
diti
-diu nay lomo
dive
divibee
-dixon butts
-dizma
-dizzee l0l
-dj en sander
-dj poolboi
-dj roblox
-dj1111
dj_khaaaled
-djawns
djerfen
-djfistingodx
djhonnyc22
-djk1168
-djm 0813
djschaum
dkb15
dkirk
-dlaldus
-dmersaregay
dmgx
dmh3464
dmmeguy
@@ -56079,340 +27488,172 @@ dmmskuhled
dmolishall
dmorgzz
dmxbutwhite
-dnb demon
-dnd5
-do o d
-dobiz
-doctorbeefus
doctorkrysis
doctorstig
-doeby1
doesnt
-dog dog baby
-dog rs
-dog yum
dog22
dogGoesMeow
-dogluvr42
dogofrivers
-dogongod
-doing time
-dokus
dom1nation97
dominicpm008
-domiuxas52
dommegekke1
-don paro
-don3tsc3m
donaldsocool
-dong bone
-dongiebong
-donkeykong2
donmaners
donnyr2hcim
-donohuey
dont
-dont eatass
-dont relax
dontiane
dontpickme24
-dontsmokemid
donzy
doobie8
doogleweed
dookie
-dooknukem3d
doom
-doomcat67
doominizer
-doomsiclepop
doorbel
doors
-doot scooter
-dop
dopa
-dopey smurfy
dopeyaf
-doris negra
dorkSine
-dormanth
-dorschbag10
-doteslintrrc
double99
-doublecross
-doublegulps
-dox
-doyc15
dp23wnnabe
-dpi
-dps7
-dr crabman
-dr evil
-dr smurf
dr3wst3rk
dr4ll1m
drag
drag0n
dragneel132
-drago_jr555
dragonizer11
dragtom
draind
drakh
drakonic
-dratini213
draxyboo
drazil7
drdrinkwater
-dreads iron
-dreadthefate
dreamworld
-dreiph
-drewsky
drickvatten
drillbit_10
-drink toilet
dripcuck
drogodon
-droidfarmer
-droopsnoot
drotRS
drouzeee
drphil10203
-druedainx
drug_yew
-drugandbass
drugs
drugsrbad
drunk
-drunk f00l
drunkwpants
drwilly92
drxfluffeeee
dssctn
-dstortion
-dstroyd
dsvgs
-dt duby
dtfmslogan
duMonster
-dubba z
+dualipafan69
dubdubbronco
-dubies4days
-duckwax
-dudash
dude
duder
-dudrid BTW
dudylson
-duedeman
duel
duets
-duette
duff skill
duffman1992
duhpho
-duked
-dulitrai
-dull needle
-dulle00
dumb
-dumbass hick
-dumbweeb22
-dumple
-dumpy rat
-dun2kaz
-duncan c
-dunerat
-dung_eater31
dunnman
-dunt
-duo virgin
-durche93
durgs
duriol
-durkology
-dusp
dusq
-duve melker
-dvnny
-dwarFcaNnOn4
dwayne
-dwvb
-dylaaan6
-dyldied
-dylodide
-dymo
dynastyzero
-dyrachyo
-dyskletiker
dyssection
-dyzi
dzhy
-dzmomolungma
-e LFa s
-e acc
-e c e e R
-e c stasy
-e ji
-e med
e pinke
-e rui
-e031420e
e1ght
-e50
e500
-e621net
eKaleb
-eL Lavish
eLSD
-eLas
eLeeT
eLqTLN
-eM Be
-eMiSk AU
eNCH
ePicnicEMan
-eSquence
eStimatic
-eXtr3Mer btw
eacy
eaekk
eagl393
-eagle shed
-easily thero
easterparty
easyMEDIA
-eat a udon
-eat my bewty
eatcox
-eathelwulf
eatmyfries
-eatmypie
-eatsdonut49
eazybreazy
eazygps
eazyws
ebbe
ebijah
-eboy gamer57
ecce
-echo cooks
-eckla
ecofine
-eddimunstr
-eddyb
edgarsjm
edible
-edilot
-edmu
edunit
-eegor
-eek monkey
-een pint aub
eenzeven
eerx
-eesau
eetbordleeg
eetuliiniBTW
-efcherry
-efci
effectiiveRS
-effing sheet
-efog
efren189
egcept
-eggo death
-eggu
eggzotic
egirl qt314
-egirl tile
egirl73
egyptasaurus
egypton
egzoff
ehdion
ehoov92
-eiaraieaieai
-eid ola
-eiflA
eigh
-eilhart
-ein Bier
-einu miegot
ejobs
ekcivtec
-ekhoplex
-ekm
-el Laneo
-el is
-el peppo
-el tubo
elDiablo666
elGoblino
elbo
-eldanari
-elden lawd
elder
-elder jam
-elder poul
elderimpking
eldestlance
-eldrich ball
elefantsrul
elfje185
elitharion
-elkcarc
elkcark
-elletwo
elli
-ellias
elliott1650
-ellipsism
ello
ellran
elm43
elmeroguero
elon
eloquent
-elsieh
-eltomatero12
elyaxo
email12345
emaq
emaru
emaw
emiiru
-emilviperHIM
emilyqt666
emiracle
-emm
-emokid93
emopapi
emptyhead
emptysoul88
emuulzzz
emvelienenko
-en Au
encoa
endless
endlessgrnd
-eneco
enemy2mad269
-enen
energymango
-eneslannn
-engrave
-enjoiskate
enlmatek
enlot
enneUni
enormousguy
-enservices
-entiesman
envetoids
eocri
-eow btw
epcr
epic
epickayle
@@ -56421,123 +27662,63 @@ epocsorekiM
eptul
er2002
eraie
-eric verdonc
erik020
-erikj20
-erilthil
-erk is cute
-erlendolstad
ermer
-ermer fudd
ernestoch
ernieK
erniethecat
-erpponen
-errikkold5
error
-error nope
-error occurd
errorwithnam
-ersatzquatch
-eruze
ervin
-erzin
-esc
eseeg
-esportspker
espress
-esssaa
-estra jen
-eteelS
eternatus
etha
-ether-or
-etsii naista
eujamaispkei
euonym
-euphoria btw
-eureka 4
euxy
-ev tesla
evanthenewb
+evengayeruim
evidencez
evil
-evil drudge
-evils ault
evirgin
evoL
evol
evonaabi
evoshiva
-ew its paul
-ewechoose
ewenn
ewgility
-ewmu
-ewvn
ex0dus
ex_shadow
-excalipoodle
excitedz
exila
exile
exodiass
exolyte
-exp waste 07
extesyturtle
extinct
extra
-extra big pp
extrastark
extratrippy
-eyes fire2
-eygs
-eyniss
ezAce
-ezzychu
ezzymc
-f a r r r
-f ainted
-f c gee
-f d b
-f ern
-f q
-f r o st y
-f reS
-f0r 20
f0rbes
f0rev3r
-f0rzca
f1elder
-f1ll2
-f1oh
f1sh1ngcrazy
f2pkiller420
f3n1kz
-f41r unknown
-f4az
-f4fight
-f8
fEmshi
fJack
fa1lure
fa2kil
-fa43ws5gdrxn
fabsku
-faceeee
-facehunt
fadc2
failbloug
-fairies ring
-faiyaz911
-faka jackson
fake
-fakeironman
-falcon30040
fallen
fallenbouse
fallengodxx
-falneek
falsehope
familypp22
famousbutnot
@@ -56545,123 +27726,65 @@ famousdavies
famwell
fan3to
fancybunny84
-fanof
-fanook kill
-fansh
-fapital one
-fapyqt
-farmerman111
-fart taker
+fart
+fartass
farth4lyf
-fartypants64
+fartsogood
farva5001
fastfoodguy
fastsalmon34
-fat bish0p
-fat miso
-fat n ugly
fatalzgs
fatalzick92
-fatblimp
-fatcactus99
fatdabz
fatdemon
-fatfish44
fatiimma
fatpapi
fatrat095
fattig
fatty
-fatty_ironmn
fattymcthick
fawaka
fawkin
fawnt
-fayeuk
-fayfey
fazIlioilol
fbah2
fcemee
-fdegierr
fdsd
-fe ar none
-fe fi fo ben
-fe fleton
-fe hessu
-fe shredder
-fe unclefro
-fe-ma-le
-feaker
fearma
-fearnooaths
-fearsome
-fech
-fed the rat
-fedposting
-feed water
-feet r neat
-feet shui
-feet tickle
fegorus
feinkostbob
fellman250
felsic
-femaledhide
-femboy fever
femiketyson
-femra
fems
-femtanyl
fenimore133
fenty
-ferbies
-ferderb
fergina
+fergus69x
ferkyy
fernezi
fernibosh
-ferric thane
-ferrotopamin
-ferrousnub
fettnerd
-ffa btw
-ffakin roids
-ffs cmon
ffun15
-fghtmeirl
-fhb ruby
fhisher9
-fi1LMma8Ke7R
fiddy
-fieryflame55
fifiz
-figey
figgiolly
-fighter8888
fighttme
fighu
figit
fiiks
-fiishcat
-fijurgt
fiko
-fikset
fill2
-filma kraken
filnrozdor
-filthiefrank
-fin hupu
final dip
finalkid
finally
-finance king
-findmydog4
finerunes7
finfinnegan
fingerd
finn
fire
-fire skull99
firebrotha2
firebwan
fireflyman3
@@ -56669,145 +27792,67 @@ firemadara
firewood149
firework19
first
-fish cook
-fish slut34
-fishbomb83
-fisher ilhan
-fishfiinger
fishnforfun
fist
-fist n twist
fistaah
fistofzeuz
-fitjamal
-fixedmanose
-fixx ur face
fizoo
-fjuc
-fk bud
-fkMushrooms
-fkWiiz
fkn seale
fl0ppy
-fl0rals
fl0xen
flabb
flaccid
-flacidzillaa
flaggeding
flaminstu
flapdrol2000
flatbroke
-flatjack78
flatpancakes
-flawskee
flax somker
-flenis
-fleqk
-flexmaniac
flexxygreen
-fligh4
-flimzzy
-flink1145
flint
-flip555
flipdoggydog
flipouu
-flipperkid69
-flke
-floch
floie
floopily
-florda v2
-florida1992
flow
-flow states
flowerbunz
-flowers
-flowerworks
-flowing past
-flpi
fluffy
-flunkerr
-flwc
flyingfather
flyingpigs
-flymouse
-flywoodhead
fmPalm
fo77y
-fo_of
-focusor
foldoutchair
-folklore
-fondledeez
fonytergus0n
food
-foom
-foookz
-foot fe tish
footbag
-footgobble9
-forbiddengol
forcestealer
forevercc
-forfun_ED
-forgeleader4
forkheals
formazion
-formerly act
fornitesweat
forrestriley
forss1
-fortnitecuum
forty7
fortyfour44
fortyfours
fotjonxd
-found RS2019
fourecks
-fowrt
-foxMcCl0udd
-foxair
foxdude909
-foxi melissa
-foxmr2
foxological
-foxspirit
foxxit
-fp
fp4bank
-fpsbowser
-fr0stys
fr0zen46
-fractalion
-frail
-franklinzule
frantam
-frawzti
-fredz1
free
-free rations
-free willy1
freeheadbutt
freekek
freekface99
freepknub337
freeze4peeps
-fremenik
-freshaf
-freshdougie
fressi
-friccSailing
-friday x
-friedz
friendlyduck
-frierenfan69
-frodobaggens
-frog37
frogggggggg7
frogmeme420x
-frogposting
froock
frootl00p233
froppy
@@ -56815,269 +27860,150 @@ frosteazz
frostfire089
frostkatss
frothsy
-froxey
frozen
-frqke
fruitdeeps
fryguy20
frzen
-fskencha219
-fsnack
fsteve
fsxd
ftSlimShady
-ftmg
fubar
fudkingname
-fuhrari
fukduelarena
fuktig
-full service
-fullrune383
-fun e name
-fund issues
-funk
-funk it
funky
-furi xD
-fusarium5
-future days
-fuwamoco fan
fuzzlumpkin
fuzzydenuts
-fuzzypapi
-fuzzypupz
-fwapdokopjai
-fwft09
-fwip
+fwft07
fxck
fxck versace
-fxdb
fyfaen
-fymcgee
-fyr irony
fyromaniac
-g arre
g o o w
-g u L z
g00dz
-g0_ober
g0d slayer19
g0dofgames
-g0dz target
g0ld
-g0rgelzak
g1g1tyg0o0
g1n00tj3
-g1o
-g4rug
gIassy
gOWObs
-ga zr
gaaaaleth
gabba-jabba
gabbe314
gadnukB0W
gaffel
-gagifidi
gaht
-gaht dangit
-gainsaid
gainz
-gainz no
gainztrain9
-gallidogs
galx37
game
-gamedbroski
gamelsbad
gamer
gamer63738
gamerb0y
-games sheet
gamesalright
-gamin hard
gang
-gang gastino
ganger34u
-gangstersfly
ganjah lord
ganoze
-gapin ass
gaping
-gargalonmyd
-garn woolies
-garra
-garymunzen
-gas watah
gasang
-gatekeepr
gatlin
-gatorbait61
gatorclue
-gaumcat14
gavin
-gay avenger
-gay corn
-gb
-gd5
+gay4gp
+gaypoika08
ge1uk
gecs
gege4646
-gegebee
geitz4
general_a3
generalneos
genghys
-geniuswinner
gentle
geof
-georgemonger
gerdlol
gestrikt
-get pregnant
-getcance
-geten30
getpixelz
getsnipez
getting
geusjj
-geve en neme
gewoonhendri
gezzle
-gfink
-gg Goombas
gggochu
ggremlin
ggroeffus
-ggrr
ggwpezgame
-gherkins
-ghliz
ghost
-ghost of CVS
-ghostlyjon
ghostmahi
-ghrimdrakan
-ghxstboy
gianni025
-giannnnni
giant
giantsbane10
-gibsons dog
-giffnamepls
giga
-giga zooted
-gigglybear
gijsro
gilgir
-gim Bam
-gim ajuin
-gim so bad
-gimeurgpm8
-gimhunter02
-gimmey bear
-gimpeta
gimpinator14
-gimtmbj
gingasnapz
-gingerr
ginjembre
gino2315
gintoki
-gioh
girl
girlbossed
girthing
-git gud kekw
give
-give in
-give me 1 gp
giveortake
givmemonyplz
giza
gizmywizz
-gkfdhsjbgpas
-gl barnie
-gl gf i win
-gl lmfao
gl0s2n
gladwin97
glazura
glgl
glica
glingster
-glitch1128
-glooboowhoo
glotis420
glowmastree
glumburger
-gmac33
gmtn
-gnak
-gnariska
gnarrrkilll
-gnobo
-gnome pegger
goGETTER87
-goal freak
goat
goated
goatflocker
goblinsyler
-gochugaru
-godblaster69
godfreeB
godmiljaar
godmysavior
godofvoid
-godsdankweed
+godsmack69
godss
godver
-going2maxnow
-gokhanakan
goku9172
-gokublk409
golaguard
-goldenN0B0DY
-goldest cat2
goldiepawper
gomikasu
-gon dor
gonarusinat
-gone numb
-gonewild
gonsoLE
-gonz o
good
-good duck 4
-goodboi525
goodlife
-goonette
goontuna
gooootsby
-goos fah bah
goose
goosegoose22
gor7
goranfr
-goreshitfan
-gorgewkush
goroka
-got u m8
-goth mime
gothic
gothorian
gotmadtree
gotoschool
gottaRash
gotzeeben
-goy street
gp294
gpawshaft02
gpf93
gr0ve
-grace life
graftosh
gramss
gran chorizo
@@ -57085,648 +28011,311 @@ grandp4
grandpa
grandpashome
grandslamhit
-graphist II
grashuis
-grass hopper
gratis
gravetheif
-gray ass
-greasy bacon
greasyguy19
great
-great bazza
-great blazer
-great keith
-great pkay
greeaf
green
greenbuds1
greenfleet1
greenie14
greenm4444
-greeny4
-greenzyyy
greg
-greg btw
grey
-grilecheese
-grillmagnum
grindin2bond
grinschen
grizzy77
grlobe
-grogybog12
gronoc
-groogns
-grossedinde6
gruelsipper
grumpyy
-gt i
gtrpower3
-guardy
gucci
guirkle
gularies
gulibleidiot
-gullefjun2
-gulp my knob
-gumlord54
-gunbladelh
gungaman3
-gunnmoses
gunnybear
gunzip
-gurz
guttsberserk
-guuvin
-guy123452345
-guyfranklin
guyhasaname
-guyladriel
-guzzlinbrews
gvfsa
-gwaph
gwaphics
-gwapo gwapo
-gwb
-gwen-artemis
-gwiffdakid
-gwogoudain
-gwug
gypzys
-gyxl
-h ertog
-h re
-h ugo
h00cares
h0rseZ
-h2j
h3hz
-h4h4h
h4ndshake
-h8browns
-h8dip
-h9g
hEAdGLiTcH
hOsujaRS
-haaksrikko
-haam
habitus
hacchi
hackening
hadibaam
hagerlund
haha
-haha lul
-haha nice xd
hahaLMAOlol
hahaa
-hahaa-ukko
hahaha
-hahaha LOL
-haiiG
hairahcaz
hairy
hairyraccoon
hairytaent
haistavittu9
-hakuikoyori
-hakumaata
halal
-haldfhaklfa2
half
halfcrimp
-halfrightfox
-halftimegod
halling1
halo
-halo 238
-halo is scum
-haloumbs
hamdrip
hamers
-hamhand
hamilton
-hamilton fan
hammade
hammershark
hammu666
hamptonboys
hamthenoob
hamzullah
-han sohee
hanakarjala
-handi 0_0
handi9900
-hangry_bird
hanh
-happi hippo
-happyprophet
-har tig
hard3x
hardcoresque
-hardstuck gp
-hareby
harelmatlaw1
-haringbata
hark
harleybegum
-harmony
-harmony w
harrpp
harryderoest
harts0295
harziol
-hasansahl
hasbulla
hash
hassbulla
-hat foe
-haterz
havfherter
-haw yee
hawkesbay
-hayati enta
-hayden787
-hazel nut
-hc pilszen
hc_karadeniz
hcgoldslaye
-hcim gud btw
hclirongang
hcmemekiller
hdhd
-he a 1O but
-he box jonge
-he r b
-he4
-heGee
hear
-heartvessels
-heast oida
-heatassnugs
-heatwave305
-heavygim
-heavyiron94
-hebrewmytea
heca
-heckn frick
hedonismbot
-hee haw 255
heegeer
heel
heelgoed
heeming
heeyhallozeg
-heftZEUS
hehe
-hehe heheh
hehehehe
hei954
-heimy22
-heizenberg11
helgrimm
-helicopta12
hellobob488
hellofpures
hellohello
-hellohelloom
-hellper
hellreaper25
help
-helpa
-helpusobi1
-hembree
-hemmingsson
-hemmy
-hemran
-hemstad
henkka89
henkleingeld
-hennnin
henson23
henzer
heppytako
-her mager
herb
-herb btw
-herb l0rd
-herb l0rd jr
-herbdean0981
herbi
herbibear
here
herezacsko
herkimer
heros
-herrasmies68
-hesedona
-hesi pullup
hestakuken
heuj speulen
hexergeralt
-hexxers
-hexzie
-hey axel
hey im ben
-hey its zul
-hey_imgrump
-hey_rayray
heywoodya
-hh r
hhdrgu
-hi im miku
-hidde xddd
hiddeboven
-hidesonkush
hidlandboys
high
-high bonsai
-highIMcamila
highelolux
-higher man
-highfly94
highprice
-highright
highsassy
hightoo99
highventure
-hih
hiiggiinss_5
hiirihaukka
hikipastori
-himokarpaasi
himself99
-hiphopdied
hipocracy
-hippofart27
hippyjump3
hippytrippin
hirai
-hirai momo
his7
-hit trees
hitchclimber
-hitsumabushi
hitto
hitz
hiunknown
-hiya jase
-hizli maymun
-hlen
-hlua
hlucky
hm08
-hn k
-hnge
-hnsky
hoangbach456
-hobbit head
hobosloveme
-hodl link
hoffnungslos
-hol my got
holdadoor
holden21
holdenrulz6
-holidayRus
-hollowking
holonomy
holy
-holy chad
-holyfizz
holypalo
-home2get
homestank
homie jaquan
-hompkerbenis
honda
honeywheat
honourpig48
-honscy
hooah89D
hooliganism
-hoonyboony
hoosier4life
-hootis4
hopOFFbish
-hopeakettu25
hopeless0ne
horkkaaja18
horror
horsedik7
-hos
hoswoo
-hot otter
hotdogmum99
hotpants
-hotyogapants
-how 2 use ge
-howliett
-hows it garn
howyadurrr
-howyodo
hrby
-hrsn
-hs
-hs3
+hsgs69
huang9296
hub154
-huealldaym8
huge
-huge cog
-huge man big
-huge ovaries
hugh
-hugh_who
-hugheberto
hughjazznut
hugjam02
-hulikopteeri
hulikopteri
hulken532
hulrikon94
-human6000
humble
-humjiboi
-hummerspeck
humpmedumpty
hunden
-hungrypit
hungwonglow
hunter
-hunter01132
-hunter123216
-huntin_pets
-huor4hansu
-huoranpenska
hurt
-hurtswhenip
-husbandowo
hush
huskyheaven
-hut dugs
huutonaurua
hwow
-hxdd
-hxzy
-hyasf
-hycoda
hydra
hydraboss
hymke
hypez
hyphynx
-hypofelix10
hyprmax
hyung
-hyvintoimii
hzpascal
i 0nly skill
-i Bmx
-i C D
-i Kelly
-i Kyle
-i Shin Chan
-i Spartan
i Stugbert i
-i URNn
-i Val
-i am hua ren
-i am iron xd
-i am nickle
-i am rocky
-i am soo dry
-i bets i
-i ch i
-i dandy
-i dcd 4 sets
-i disabled
-i done
-i eat noods
-i forte
-i gag
-i gor
-i got dust
-i grug
-i hit 420z
-i i i i
-i john 96
-i look great
-i lose gp
-i need top
-i need you
-i ok can win
-i poop alone
i praise mvp
-i preferhead
i r muffin
-i r4piid i
-i ronman
-i vexterr
i-i-istutter
i0 strength
i0am0the0one
-i126
i2eally
i2legit
i2me
-i3nd Legends
i420u
-i50
-i8 2 l8
-i9
iAIex
-iAM Pleb
iAUSSIE
iAdriaan
iAlch
-iAlchedNieve
-iAmNotSharky
-iAmaWiseAss
-iAmen
-iAttributes
-iB Lifted
-iBal
iBallr
-iBeDorky
iBeanie93
-iBeast It Up
iBeatNavy
-iBeleti
-iBelg
-iBlack Zeus
iBlake
-iBloodsicle
iBlurks
iBosstastic
iBoughtpizza
-iBrandon
iBukowski
iBunZoot
-iBurkie
-iBurn Dro
iBustedaNUT
-iCakoRS
iCarna
iCbarr93
iCh0sen
-iChangeling
iCheezedOff
iCheze
-iChugBleach
-iCiga
-iClickYellow
iCmurda
-iCoconut
-iCrank a lot
iCrash
-iCreeme
iCyantist
-iD Dazza
-iDH
-iDabbedOut
iDan
iDanny13oy
-iDark Jesus
iDashio
iDashwood
iDeathlok
iDerpo
-iDez
-iDo RageQuit
iDoNot
iDontWinSad
iDrankCOFFEE
iDrebin
-iDrexler
-iDrops
-iDuiveltje
-iElfy
-iElysian
iEmery
iEpa
iEprod
iEuph
iEuroVamp
iEvergarden
-iFailAgainnn
iFatalFoei
iFerrumMan
-iFeud
-iFightClouds
-iFightGiants
iFire
-iFoRGe
-iFrads
-iFradz
-iFrogs
-iFry
-iFucter
iFukFatChix
-iFurb
-iGab
-iGarns
-iGlaceon
-iGlitched
iGlowGreen
iGohan
iGotDds
-iGotDibs
iGotem
iGreig
-iGuDMaFF
iGuessUrNew
-iHazelnut
iHenrie
iHenry
-iHiyori
iHockey
-iHolydude
-iHuntie
iHydroxity
-iHydroxityv2
-iIimesiahiIi
-iJ0HN
-iJ4CK
-iJCLEE X
iJake
iJamPancake
iJesslag
-iJezuss
iJfr
iJohn
-iJomm
iJwu
iKHole
iKILLN
-iKantu
iKarl1s
iKerry
iKitch
iKitz
-iKonijn
iKoning
-iKozak
iKristov
iKurko
iKushUp
-iLEFTmyGF4RS
-iLL Sushi
iLeftHer4XP
-iLegacyX20
-iLetaker
-iLeveled
-iLikeTacos
-iLikeTheStok
iLikeuAlatte
iLoner
iLove
iLoveYou3OOO
iLuckout
-iLuv Pandas
iLuvMyMilf
-iLuvSubs
-iM3RKEDu
iMADbro
iMahjarrat
iManiac
-iMark 1
-iMarkl
iMartin11
iMatey
-iMeeger
iMellek
iMelli
iMementoMori
iMeo
iMichaelN
-iMikail
-iMikey
-iMogUCope
-iMotown
-iMushh
-iMuste
-iMx
-iN3K0
-iNamaste
iNeedBeaver
iNeverMor3
-iNewbcake
-iNewton
-iNibble Bats
-iNz
-iOPeveryday
-iOhmz
-iOsmumten
iOwl
iOwnU4ss
-iP1
iPIMP
iPKedEpstein
-iPacmanSam
iPaki
-iPalumor
iPatrickN
iPegAsians
iPerfectoX
@@ -57736,7 +28325,6 @@ iPink
iPlugg
iPod
iPop
-iPray_Guthix
iPresident
iPunchCones
iPure
@@ -57749,14 +28337,9 @@ iQuittedCiao
iRNGizzed
iRekt
iRepToronto
-iReue
-iRev Man
iRezlo
-iRoN cUj0
iRoNmAnSdUmB
-iRonAllot
iRunTh3World
-iRunzo
iRycoda
iSaran
iScape
@@ -57766,255 +28349,116 @@ iScream03
iScrewedUp
iShibby
iSkane
-iSkript
-iSlay Girls
iSlayCookies
iSlayGoat
-iSlenderMann
-iSmashUrGF
iSniffCows
-iSnowmobile
iSoulReap
-iSpare
iStayLowKey
iStealSex
iSteele
-iStick2Corp
-iStonee
iStream
-iStreetfight
-iSuhdle
-iSwarly
-iSweat
-iSweatyYeti
iT0m
-iTan
-iTaz
-iTed2cold
-iTheDarkKing
-iTheodore
iThiellie
iTisk
iTmetzo
-iToxic
-iTrin
iTunder
-iTw1sted
iTyler
-iTz Command
-iTz Frosty
-iTzBoo420
iTzGoinInDry
iTzKATalyzt
iTzSnypah
-iTzTurtlexD
iTzTyLeRXD
-iTzWho
iTzZ
-iTzxLiMiiTz
iTzzVanquish
iUberz
-iUsed2Corp
-iUub
-iWilkel
-iWillz
-iWithdrawal
-iWonderWhy
iWyatt
iYahwehi
-iYellowClick
iYunis
-iZ4
iZorru
-iZuny
-i_murder_bh
iafx
iain19
-iamAFK
iamCanadian
iamMcLovin
iamfish
-iamfried247
-iamfuss0100
iamgreatrng
iamlucas19
iamonfiyaaaa
iamperkins
-iamvery cool
iamvoldemort
iamzed
-iandrehehexD
iateyourpie
ibbenbueren
-ibn Mukhtar
-iboomedyou
-iboyfly
ibr4him
iburythebone
-ibushmani
ic3d
-ic3d c0ffee
icannotboss
-icanread321
icantspelle
-ice beam
-ice juice
-ice-nine9
-icearrow28
icebolt19987
iceburg189
icecoldbreez
iced
-iced marbles
iceman000
icewall0w
-ichau
icjbi
-icky sticky
icutL0g5
-icy ded ppl
icyT
icydilldos
-icypolarbear
-id c
-idc
idcy
-idfap
-ididnthither
idiedonmyhc
-idiom
idiot
-idiot game
-idiothead
-idk chill
idkgoogleit
-idkh0wtoplay
-idkwhatdo
+idkhow2osrs
idle
-idle1
idpoen
idrater
-iduggz10
-iekaajer
iekgaa
-ienai
-ifantomas6
-ifarted42000
ifootfondle
-ight
igiddeni
-iglo16
igotdaice
igotnolifee
igotnoolife
-igotwingz
igotyour99s
-igrimmerz
-igugh
ih8urkind
ihan
ihaveanxiety
ihavitunopee
-iheartBBLs
-ihopeurope
-ii Sahir ii
-ii am teaser
-ii bad guy
-ii forte ii
-ii love cats
-iiBink
iiDivine
iiDrackidii
iiGallardoo
iiHydra
-iiLuckyVibes
-iiTz Nothing
-iiZEEii
-iiZno
-ii_TrYHaRd
iiaannaa
-iiiRood
-iijelloo
-iikasoyi
-iimperious
-iinsin
iioktb
iirc
-iitsjarod
-iitz deebz
-iitzz Ryan
-iivy11
iizoneout
-ijoinedthis
ijust
ijustgotreal
-ijzer ali
-ijzer vreter
ijzeren
ijzerenman1
-ik itachi ik
ikea
ikeep1r0lled
ikil
ikillstuff
-ikiroz
ikoyouboy
-ikp0wnsz
-ikpakjou
ikrr
iksalion
iksd
iksdeee
-il malocchio
ila161
ilapaR
ileax
ileft
ilegalTruble
ileppmot
-ilfi
ilike2gamble
ililliiilli
-iljang
-ill Dottore
-ill-Money
illadelph
illenials
-illisible
-illmaister
-illmatic
-illmindhop5
illotex
illumea
illuminavi
illyreia
-illysia
-ilookcat
-ilovecitywok
-iloveinsulin
ilswisa
-iluvducks
-ily stepmom
ilyakchuk
-im 1v9
-im Jaacob
-im Noah
-im Z a n e
-im a learner
-im a pur8
-im at cox
-im bad tbh
-im batu kham
-im cats
-im dandy
-im huge
-im in charge
-im nlf
-im pogging
-im ruben
im solo rose
-im tr4vis
-im ttZ
im4everxerox
imAcidic
imAhri
@@ -58025,302 +28469,126 @@ imJT
imNEWY
imPapu
imStef
-imWebby
-im_pro_jones
-ima big boy
-ima survivor
imafatscaper
-imago loop
imaybegod
imbaconyum
-imbueddog212
imbutz
imbuyingf
-imcahos
imcaprise
-imdrunkashit
imdud
-imfi
imflavio
imho
imhuge
iminarager
-imjeremy
-immachin
-immaturely
+imm0rtalb0ng
immef
-immirgant
-immmersion
immortalz
-imnotdani
impaired
impartial
-impek
-imteddybear
-imthenalls
-imtogepi
-imusualyhigh
-imzahikell
-in africa
-inSec
inTheSlum
-inb4elysian
-inc
incant
-incci
-inclibe
includingtea
-ind
-indebara
-indian
inescate
-inf nick
infamousO775
-infamousjew
-infare
-infernalwhen
-infessian
infragant
-initiator
iniu
inject
-injinourme
inked
inldgwetrust
innSink
-inner child
insaned17
-instagation
-intja
intwystis
-invictecum
-invirtua
-invisybl
-invynsable
inwervs
inwnucleus
inxx
-ioe
iojerfwpjiof
ioliteKnight
iolm
-ioncolliderz
+ionly420XD
ionlypickadc
-ionman
iorcsrox
-iownw69
-ipfreely939
-ipwnkthxbai
+ipickweed
ir0nschlong
-irak93
-ireq
-irhunter
-iriee NZ
iron
-iron Dreven
-iron Fapkin
-iron Nido
-iron bewts
-iron carly65
-iron chur g
-iron colb
iron cuzibro
-iron d
-iron dafanek
-iron dumle
-iron evoo
-iron gariks
-iron grogu
-iron hobbs
-iron i jad i
-iron imp 89
-iron kobe
-iron kydrol
-iron mazie
-iron nakno
-iron nkellen
-iron sfgiant
-iron snak3s
-iron snurd
-iron t2
-iron te_un
-iron to main
-iron tylerr1
-iron veil902
-iron veyydot
-iron vow
iron xarcher
iron0
-iron0_o
ironBellukka
iron_day54
ironandwhine
-ironarrow
ironbandiit
ironbass
-ironclimber1
irond
ironderp
-irondude686
ironerextion
ironerrosann
ironeye
-ironfara
-ironfather8
-ironfyi
irongaga
-ironguxiz
-ironhuuu
-ironic it is
ironikcronik
ironinfinite
ironjssnoob
ironjustice
-ironjutku
ironkendall
-ironkevkev
ironlizrdfuk
-ironlog215
ironlooks
-ironly fans
ironmortel85
-ironoujust
ironpower29
ironpuni
ironskunkki
ironspig
irontsuki
-ironvesku
ironwortel
ironwoss
irradiated
-irregularly
-iruste
-is an option
is skimpin
isCatrileo
-isayswegyolo
-isleepwith3s
islugo
-isoPROpain
istealyoloot
isuwu
-it do be
-it ends now
it0b
it0keup
itachi9113
itbch
-itirof
-itisdre
-itmeautim
-itroy v2
-its Bread
-its DeFib
-its Hoffman
-its Knetter
-its Mewtwo
-its Polle
-its a ginger
-its aight
-its an 8th
-its leviosaa
-its not mine
-its the game
-its20after4
-itsAden
-itsErnie
itsGLD
itsJayy
itsNoki
-itsSt1cky
itsWum
-itsa
itsa_feature
itsaart
-itsalic
-itsbenny
itsbill
-itsdanlol
-itself
-itsfwhobar
itsmewarreng
-itspajamaday
itsthedirtyJ
-itwasme
ityttmom
-itz Ozie
-itz Tastey
itzjaycie
-iua
iusedtosleep
ivao
ivibondivi
ivlr
-iw
iwearIRONirl
iwinulosety
-ix7
-ixGOONIExi
ixJake
ixoniron
iyyghg
izmibence
j e company
-j o h n z
-j o l s
-j sta1in
-j uddr
-j wet
j0rd
-j0rdb98
j0shNZ
-j0shwah
-j1nx
-j311yb311y97
-j3ffmaill3
-j3rvi5
-jDaledge
-j_mes
jaakqoo
-jaatzy
-jackBingus
jackLonghorn
jackancoke7
jackjester
-jacksonlol
-jacola
-jae Bee
jaguarundi
-jagweed
-jagweedle
jahan
-jahmelo
jahnjo
jahrezeiten
-jaitt075
jajademonrat
-jajajad
jake92
-jake9549
-jakeyvil
jakkaru
-jakste r
-jaksterlite
-jakuusa24
-jallon
jalucox
jamaz8
james1234269
james68889
-james9f
-jamesishere
-jamesw
jamflex
-jamgyo
-jamie g 456
-jamjarrrs
-jamm
janguy
jani
jankywanky
@@ -58329,104 +28597,51 @@ jaq0
jargonship
jarjoevis
jarngrimre
-jarno561
jarnrisi
-jarnwoodchck
-jarsko
jaseDemon
-jaseGrumpy
-jauu
-jaxta
-jay 6ird
-jay oh kay
jayst1n
-jayveedee
jaza
-jaza maxwell
-jbirrd
-jd345
-jdockett
jdore
jdsgsxrthou
jeREEEEEmy
jedi
-jeeeeee
jeep
jeezuschrxst
jef skhiii
jeff
jeffswifty
jegerklog
-jehhjr
jekkujaba
-jellyfish49
-jellyjam20
-jem is cool
jerome
-jerrys ags
-jerrys venny
jerzieboy18
-jesjesjo
-jesus bone
-jesus vape
jesus4gives
jesusiswrong
-jesust
-jetalexnder
-jettyrr
-jewellski
jewjoking
jfan
-jfc
-jfrank127
-jfy
-jfyulopaef
jheezuz
-jhinnessy
jhonlee48
-jhoog
-ji mbo
jibmask
-jicc
-jigx
-jihal2020
-jikrak
jiksee
-jim jones it
jimbob1
jimbobeda
jimdeut06
jimmy
-jinjji
jippey
-jjammerweer
-jjerrbo
-jjingx
jjpanther95
-jkfizzy
jkre
jkthekilla
jman
-jmjmjt01
jmusilli11
jmw1031
-jndi
-jnjo
-jnlffs
-jnyjny
jobljobl123
jochieboy6
jodilynne
-jodo wollos
-joe the pop4
-joepie
-joestrider2
joey0343
joeyisstoned
johhny2hatz
+johnbie69
johndalton95
johnnyandtam
-johnsmain
johnstaLoL
joje9
joji
@@ -58434,10 +28649,7 @@ jojojo357
jokaranpampu
jokemyster
jokerpoker
-jokkefar
jokr
-jolle rmm
-jon ko
jonehehe
jones
jonk33n
@@ -58445,106 +28657,56 @@ jonko
jonnetuinen1
jonnywormy99
jonppeli
-jonwillbert
-jonyants
jonzii90
joohhhnnn
joop59
jordaaaan
jordlar
jords
-jordy8878
jordymans
jorfee
-jorge w
-jorma heat
jortdebonobo
-josheroni
joshuab98
joshy872
-joshykun uwu
jossejoks123
-jossiee9
joster
jouv
-jovic
joygi
-jozn
-jp s
-jpjpj
-jpmonkeyboy
-jpruee
jqzz
jre257
-jrwheelyy
-jslashk
-jsoaksdawg
jstrot
jta1992
ju1ce
-juaco torta
juan09gon
jubbediah
juggernaught
-jugiwow
juice
juicy jones
juicyj03
-juicyjoystic
juju
-juke
-juketsauli13
juks
-julia uwu
jullbrew
-jumpe
jumpshot7
-junami14
jungle
jupi234
-jupilersjuk
jupl234
jusiuke
just
-just living
just2own
justJust
justLush
-just_willie
justamemerr
-justaname20
-justapethunt
-justarabbit
-justin5454
justinttu
-justluxy
-justsomenoob
justsomewood
justwin4head
-justwitching
jutku22
-jutmeister
juwgrehg8w30
-jwalty
jwheaties900
-jwles
jwov
-jxdoo
-jye2014
jynzziii
jyripetteri
jyyhnas
-jzhua
jzm0
-k a p s
-k anao
-k e y e r
-k ep
-k ian
-k oga
-k u h
-k um man
-k-rock94
k0ed y0oh
k0mpact
k0nch
@@ -58552,145 +28714,76 @@ k0nna
k0rrup7i0n
k1dnam3dcud1
k1lla
-k1lla cam
-k1ngzinho
k3yblade
-k6k3
k80may
k9k9k9k9k9k
-kFlipsta
kMikey
kUwUmiko
-ka r el
-ka vi
-ka wa
-kaaf
kaali
-kaalwo
-kaaskrok3t
-kab000m123
kabal1995
-kacy
-kaffetime
kahleparta
kahvi
kahzaohimark
-kaii tangata
-kaimann
kaiokenz
-kaizen1
-kajyboyyy
-kak_kis
kakes
kako666
-kako666 ii
kaksaking
-kalacaodan
kalev
-kalijaveikko
kaljunaama
kaloopsia
-kalusto123
-kalxb
kamekazi
-kamerucito
kamika
kammoooooon
-kanchazi
-kandids
-kanga roe
kangaroo
kannv
-kanyefan22
kapot
-kappachino
kappaross420
-karambamb
+karambaa69
karelzzzz
karibola
karil
-karilol
-karma dies
kaspery0
kasperyo1
kasrug
-kassi
kastekann007
-katelate
-katiegore
katinnekke
-kavachi
kavinskie
-kawasakki
kawi
kawkky
-kawnoz
kaynori
kayxiv
kbest777
kbuns
-kc3
-kc3477
kcaaJ
kcmeatlover
-kdani
-kdawg710
-kdog420
kdw27
-ke-bun
keatonboss
+kechhunter69
keegan789
keekluulz
keep
-keep going33
-keepitdedpls
keesie7
keezuth
kehd
keilaaa
-keiniks
keittokinkku
keittoo
-keiwa
kejo
kekipua
-kekw9001
kela
-kela fan
kelan
-kelan miehii
-kellapea
-kemabi
kembot
-kemosabi
kempster8
-kenchuuuu
-kendawwwg
kennynoodles
-kenya help
kepijuku
keppuli
-kepwontmax
-kerekewere
-kerm jump
kerwin
-keskorian567
-ket boof
-ketaccino
ketawuss
ketchupfles
kevin
-kevinator41
-kevinnnggg
kevpurp
-kevvaGG
-keyggre
-kferd
-khaki cuffs
khxn
-kiba420
kibeleza
-kibsy
kica7
kickback
kiddoseta
@@ -58698,169 +28791,102 @@ kids
kidsteve18
kidz
kiefcheef
-kiiiiiiiiid
kiix
-kil lu a
kill
kill3r
killah
-killakristy
-killanoob93
killconey84
-killcrab
killd0zer666
killedual0t
killerline
-killnack
killthatree
-killwi5e
killy
kilpi
-kimachevich
kimbo
kimpsa
-kinako4
kind
-kinda soft
kindaanxious
kindocool
king
-king lee166
-king stuff1
-king-tiddus
-king420smokn
kingblackops
kingcuzh
-kingdaddyIM
kingdale26
kingerr
-kinghrvatska
kingknightf3
kingkong1211
kingofmanse
-kingprince
kingrizzla2
kingsardine9
kingsje
kingswood
kingvoid1083
-kinky fish
kinobi
kinzyyy
kipitril
kirby421blzt
kire7693
-kireeh
kiri2kun
kirkaye
-kirky 127
kisipicka
kisses
kissmyassetz
kitashan
-kitkats GIM
kittymeow556
-kivipaska
kiwidson
kiwie
-kiwiibear
-kjekken
kjellingeee
kjeltringen
kjems
-kk lol
kkDV
kkangaroo
-kkarl
kkjamin
-kkman45
kl00g
-klaaore
klacen
klampo
-klankerclean
-klassiskt
klef
-kleshkebem
kleu
klexosfox
-kleyver22
-kliefhead
kll4mee9
kloh510
klojo103
klojo105
klopt
-kluizen
klycko
-kms fast lol
-kn0ws beers
knani
-kneel2me
kneeslapperr
-knickname
-knifemanha
knight
-knightnate8
knobb
knobby
knokro
-knotts
knox
kodakid98
-kofelad
-kojak1211
kokimon
kokinaattori
kolb
komari_k
-konar simp
-konb
konch99
-koning broer
-kontiainen
-kony
-koo de gras
-kooks only
-kooltrickz
-koronaaaa
kosiq
koudekroket
kounga
koyhalaulaa
kozel
-kozina
-kozzuu
-kpt
-krZ
-krab meat
krad
-krakenwsn
-krakim
krakkakkak
krakodile
krat
-krazyfaken
-krb 16
-kreepingdeth
kreeq
-kreesie
-krewl
krikenator
krillzscape
krioyo
kripu
krisaaferfi
-krnjellytv
-krobi
kronicganj
kronopes
kroodjebaass
-krp
-kruizin
kruuuuben
krxW
kryptocookie
+ksap69
ksdnklowdss
ksiadz
ksko
@@ -58868,344 +28894,159 @@ ksubbi
ktsmo
kudryavtseva
kugelencas
-kujan2
kukerino
-kukko soosi
kukrishikari
kulers
-kulers bsk
kulju
kulso
kulwreck
-kumiko okada
-kurasaki21
kurdikana
+kurmeli69
kuro 275
-kuromi irl
-kursa sucks
kurtebener
kush
-kush tacos
kushmas
-kusib
kusimursu24
kuvaiti
-kuwait333
kveemanne
kwak
-kwak eend
-kwall
-kwarkje
kwdn
kwinus
-kwuantadyme
-kxde
-kxlle
-kxzu
kyaa
-kyanochaites
kybl
kyfu
-kyle of pvm
kylehwog
kyles
kylop
kyssysmeua
kyurem_vrah
kyykanhenki
-l Am Mathew
-l Athena l
-l BTW Envy l
-l Buzzsaw l
-l Click l
-l Darken l
-l EARN MAN
-l Elija
-l Fam l
-l Feather l
-l Floss Fish
-l Flynn
-l Freya le
-l Hav Ligma
-l Kelpie l
-l Killua l
-l Lena
-l Love You
-l Macca l
-l Misfit l
-l Mister l
-l Nz l
-l RSK l
-l RWT l
-l Snus l
-l Steph l
-l Succubus l
-l Sw0rdm3n l
-l Viz l
-l am RON
-l am cute
-l cup
-l failex
-l lemon
-l u g i a
-l unchbo x
-l-LEVY-l
-l-Relinquish
l-l-L_l-lL_l
l0H3aV3nLy0l
l0ne0ne
l0rellai
-l21
-l23
-l33tsuperh4x
l3LACK
l3W0FPI
-l3en
l3enjie
-l3ezzerk
l3ishop
-l4n
-l5h
l7ivine
l8tenite
l995
-lA R R O Wl
-lAlexAnderl
lAnomaIy
lBaecob
-lBakin
lBrent
lCEBERGSLIM
-lCONlC
-lD an
-lDFC
lDalel
lDanilo
lDark
-lDark ice
lDerby
lDezzy
lDokkum
-lE N VY
lGuess
lHawke
-lHong Kongl
-lI pv M l
-lIHlIIlHIllI
lIIIlIlIIII
-lIIlllllIlll
lJWl
lJoynerl
-lKanel
-lKeith
-lKenna
lKenny
-lKlas
-lKyle
-lLY Harambe
lLewis
-lLupo
-lM Nathan
lMarkl
-lMercyl
-lMr Zaros
-lNSF
-lNTOXlCATlNG
lNerdRage
lNolan
-lPaleHorsel
-lParticle
lPeriphery
-lPoe
-lR0NM4N
lREKEEN
lReece
-lRossy
lRyan
-lSaiyanl
-lSellFeetPix
-lSkinny
-lSlayer
-lTS ON SIGHT
lTedl
lTextbookl
lTlTITlTlTIT
-lVIaGiK
-lVictorl
lVitor
lVlango
lYungPlaguel
l_Thunder_l
-l_wyverns_l
-la flare
-lacefield07
lactosebad
-ladsquiron
lady-yoshi78
ladyspartin
-lafreniere13
lagamuffin
-laggium
lakde99
-lakey peak
-lakeypooh
laks
-lala u death
lamJason
-lambar
lambreturns
lame
lamepun3than
-lamironben
+lampen69
lamshnarf
-lamyourdeath
-lanch
-lanthe
-lapyflapy
laqsative
lardosio
large
-large moist
-large nob
large pox
-largewillow9
larinen
larl
larsbeuk99
larsnjun
larvacorium
lash209
-lasseboi
last
-last katana
lastdcplz
lasyy
-later gater
-latinamx
-laughingbisc
laura
-laura froggy
lawkingkong
-lawo1
-laxasia
lazarus
-lazy aiz
-lazydj2
lazyhitman
lazzabazza11
-lcefiend
lckle
-ldy
-le iromax
leafsevens
-leak organs
-learncox123
-least toxic
leather74
-lebanon d0n
lebusoft
-ledy0710
leech
-leech iron
-leech keeper
leechyGP
-leehi
-leesha locks
leetjojo
leevi22
leewhiffy
leewi
leggie
-legioen
-legionbgbear
leglizeRanch
-legn-dary
legohuis99
leipo
leivonnainen
lejhobs
-lejhonni
-lekkergras
-leld
-leliwuz1837
lellikedraak
lemeborrowgp
-lemm y
lemon
-lemon 25
-lemon cookie
lenda
-lengf
-leo vzla
-leos main
-leoshnoire
lepetitpois
-lepicklenick
lepo
-lerpledore
-lesel
-letos111
lettam
-lettername
level-103
-level-125
level-596
levendi
levon
lewcifer8118
-lewdogg
lexi
-lexi bell3
lexicon7
lguana
-lhommerun
liamde
-libad5343
libertador
liberteeeee
-licdik21
lick
-lick my chad
-life is shit
lifesalaugh
lifter
light
-light year
lightfader96
lightningess
ligma
ligma2
ligmadich
lihaamm
-lihavadino69
-liisa
liisankissa
-lijkenpikker
-like cooking
-lil Mamacita
-lil b
-lil bumpp
-lil chris 15
-lil ducky69
-lil gay cat
-lil jev
-lil mage013
-lil zeze
-lil zuck
lilBula
-lilJacklil
lilNoob2341
lilbitlifted
lilchiken
-lilcjay11
lilcuff
lilgreasy
-lilkcough
-lill misfit
lillelar92
lilliilillil
lilmasterOG
-lilmuscles
lilseveron
lilsquiddy
liltunechi
@@ -59214,385 +29055,196 @@ lima
limona5
lindyman
line
-linebacker
linkhg100
linlithgow
lintydeer
linusforsman
lionking-PVM
-lip length
-liquidchese
-lirska
lisher100
-listentonano
-litger
litheum
-litranmaito
-littering an
-little boat
-little man 9
littlebumble
-littleman699
littlemc14
liubei4444
livdumb
livil
liz_mar70
ljjjt
-ljzerenmes
lkalgo
lkaoz
-lkeaurhteakl
lkigai
lkjhsdfglkjh
-lkkle
-ll Grey ll
-ll Zeke ll
-ll jacob ll
-llBear
llIIIlIIIlII
-llIIllIIll
llKaren
-llKris
-llNephilim
-llRevenantll
llStevell
llab
-llaurune
llerb
-lletya sugma
lleygo
llhan
-lliigmanuts
-llitl
-lllIlIlIll
lllPeppalll
lllnifflll
lllogical
-lllustrious
-llo yd
-lloytronn
lluH
-lm Drunk69
-lm H o T
-lm Jard
-lm Scoob
-lm Stark
-lm Washed
-lm batman
-lm scrub
lm2fas4u
lmAddicted
lmBarryAllen
-lmTrash
lmao
-lmaonation
-lmfao ffs
lmgur
-lmmorral
-lmmortall
-lmpart
-lmpatiences
lmperishable
-lmplication
lmplode
-lmpostar
lmposter
-lnSpectre
lnYourDreams
-lnc
-lncendie
-lncest Steve
-lncestralTop
lncline
-lncredibilis
lndain
lndecisive
lndika
lnfa
lnfernal
-lnfiltrate
lnfinitesoul
lnformed
lnitial
-lnitialed
lnkd
lnquisitor
lnsanewolfy
-lnsec
lnsertname
lnspect
lnspiration
-lnv
lnvictxs
lnya
-lo0o0lo0o0l
loadedhuggie
loadingman
loasted
lobi
-lobssss
-lobster pot4
-lobswordie
local
-lockluster
-lococonut92
lococsgo
-locustchrist
-lofi cow
-log item
logMs
logger2222
-loggiee
logic
-login down
loginxtor
-loisakurvi
-lokdead
-lolaskiller
lolbert
-loldatfunny
-lolekx6969x
-lolerrofl
loli
loliconflict
loliron2main
-loller63
lollydeepthr
-lolnicebank
loloharqia
lolol
-lolw
-lolwhoplays1
lolxdmeme
lolzzii
lone
lonely
-lonely rider
-lonelybutter
lonewolf200s
-lonewolf99s
long
-long hcaeb
longbodd
-longlabia
lonko
look1nAzz
look2thepast
look4clues
-looking ass
loopyloos
loose
-loota-criss
lootshark
loox
lopiwer
lopldopl
loraxkiller
lord
-lord bimby
-lord boozer
-lordlazzy
+lordbong
lordrandomZE
lordrunekeys
lordsamzju
lordzyzzbrah
lore2
lory
-losbandito
losee1
losing
lost
-lost to time
lostchuck
-lostingame
lostpanda21
-lostwithiel
-lotion on my
loucks
loueyyy
-louisa
loumit
louw
love
-love bees
-love haaze
loveNfungus
loveT0spooge
loveablepand
-lovebeastx
-lovebite
lovegoroe
loveh8hero
-loves a beug
-loves moms
-loveyoub1tc8
lovezz2pwn
-low lQ gamer
-lower caste
-lowlyworm
-lowrandom
-lowstat
lowwpower
lpman
-lreful
lrin
lron
-lron Bladder
-lron Fill
-lron Kev
-lron Mar
-lron Mennis
-lron Paladin
-lron PvM
-lron Taint
-lron Tom
-lron patriot
lronBud
lronConquer
lronman
-lronmanBtw
lronmanCraig
-lronnan
ls32o0
lsdx
lssabella
ltachi
-ltachi_01
ltaychi
ltsJor
-ltsJustified
ltsMiller
ltsYaBoi
ltsYourBoi
ltsuki
-lu is
-lu1gi00
-luc1d dream
-lucaniste
lucid
-lucid olm
lucifer290
-luck wheelie
-luckeG
-luckey7744
-lucknesshcim
lucky
lucky female
-lucky never
luckyweeb13
-luckyy vii
lucuh
lucyramon
ludaftpitbul
-lufteohl
-luierick
luis
lukas
-lukas2518
-luke the npc
lukehm8o
lukek22
-lukem0n
lukewarmrod
lukey
-lukey pookey
lukis159
-lukutty
-lulllopiet
-lulu
-lummby fam
lummywk17
lunamelina
-lunar frost
lunch roll
lunchbox
lung
luolapeikko
luthas
luut
-luv da grind
luwl
-luxyy
-lv ie
lvan
lvarLothbrok
-lvl 1 sleep
lvl3
-lvon
-lwesche
lweyffaM
lxli
lymitz
-lynx zan
-lynxix13
lysander640
lyzolda
lzrdlvr1
-m 62
-m e e p y
-m i d s
-m i n i m
-m i t s u
-m inimum
-m miq
-m nice guy
-m x e
m-moi
-m00fen
-m00fin
-m00nrock
-m0ker
m0mentum
-m0saic
-m0stert
m1ssing
m1xos
-m3g4m4n
-m3nd3nhall
m3rkzz
m3tku
m4ge4life4
m4gi
-m4n
m4ttay
-m5q
-m6ngel112
m8tio
m8zi
-mBucket
-mGu
-ma shnibbla
-ma61187
-ma7shee
-maadar sag
maahhtt
maawee
mabeltwinkle
mac_moneyy
macflag
-macgleeznorg
machurrohard
-macjonge
mackbhamRS
macke064
-maclean93
-mad bor
-mad dogs son
-mad hjorn
-mad4cashh
madara666
-madeustilde
-madgamer45
madhat86
-madironman45
madman456789
-madmat38
madnijz
madpaul1
madwebbie
-mady I green
-madzey
maeonia
mafiaz
mafiz
@@ -59601,21 +29253,13 @@ magerageftw7
magesticx
maggpagg
magic
-magic me92
-magicarp420
-magick pp
magicmike117
-magiskt het
magnacarta
-magnum0008
magnumdong94
magyarok3
-mah nickel
-mahamoho1
maiden
mainCallum
mainyMCmain
-maiy
makarena
makemon
makenator
@@ -59628,103 +29272,58 @@ malmstrom
malte313
mamadou11
mamatriceps
-man spreader
-manaakitanga
-manameisjeff
+mangay123
mangkj
mango
-mangocry
-mangoszn
manmeowmagic
-mansbridge
mantequille
-manwhofish
-manxster
manyfac3god
-mao
maon
maori
maplegamer6
-mapletits
maqr
marbelo
-marchdog
marcinrulz
marcmaralou
marcwins123
marioflame
marioswe7
-mark uk
marketmoney
-markobae
markypoo
-marmO0n
-marmalarm
-marr66
marrab
marrciee
-marrrcoman
marshyymarsh
marth2king
-martickle
marvypoo
-mas koff
-masdebator
-masonkillem
-masta132
mastafarmer
master
master9782
-master_box
masterloveme
-mastermisch
masterpi314
masterseppi
masteryi01
-matata23
-matiks
matis6080
matiteusz
mats
-mats643
matsxe
matt182xx
-matteuce W
matthew6500
matthoot88
-mattrabbit
mattv
matzRRR
matzkia1
mauberries
-maulnak
maupz
-mauriveitaas
mausre
-mav daddy
mavrooo
-max acc btw
-max all max
-max pet hunt
-max yet jake
maxcapealt7
maxed
-maxed nelis
-maxedtheaxe
-maxgt96
-maxiicano
maxiwiz
-maxiyogi
-maxplayer
maxrevenue
-may him
-may lay
-may thai
maybe
maybejarrod
mayhemrs
mazzahS
-mb
mcbig12
mcbreeeeee
mcdonald
@@ -59732,502 +29331,233 @@ mcgigity
mcmadpac
mcnuggetcons
mcrane1202
-mcsoftee
mdawg
-me disabled
-me espresso
-me handicap
-me ineffable
-me no bueno
-meOwNYXx
-meat jun
-meatball47
-mebigbob
mechmillz
-medicmain
-medictbh
-medium cloos
-medium unit
-meds bad
meekmook
-meemimestari
meepify
meerks
meermaijer
meetoihi22
mega
-megabass
megajoeck
megatricks
megoodpvmer
megret
-megxolotl
mehloncoly
-mehmuss
mehunder
-mei
meinen
-melangina
melborn44
-meldrahn
meleonlyslay
mellaa98
-mellagro
mellonman
-mellow jack
-melncholy
melog
-melog dog
-melvin quit
memephis
-menaceirl
-menarehot69
-mendier btw
-mentasltu
-meow for gp
-meow for raf
-meowthc
-meowtism
merryrice
meskil
-metblo
meth0d
-methcathione
-method888
-mettleman149
meurtpo
-mewby
mezins
-mf Catleesi
-mf Giggle
-mf neeko
-mf yappin
mfHank
-mfHank Hill
-mferJones
-mg
mhe00
miTzy
-mia celtic7
-miaka yuki
-mianbaoroll
-miceworkteam
-michaelma4
micheal
michixranged
-microham 69
microwave62
-mid clicker
-midget man
-midzy
mie19
-mielas
-migboincan
-migidi
migilicuty
mihalys
mikbea
-mike 6
mike2290
mikefizzled
mikeohtran
mikh
-mikko2112
mikkoyy
miko
mikomiko
miksuwu
-miku qwq
milahreigne
mild farm
-mildMuscaria
milfnmybed
-milkpatty
milkthegoat
milkuwu
milkybestdog
-million sof
miltryguy248
mims2dank4me
-minato
minatokill
-mind goblin
-mindislost
-mini booty
-mini r00d
-mini rocklee
-miningas
-mininimum
-minit
-minky
-minmax
-minni mile
-minor flex
-minorhazzard
-minsy
minty1981
-mintyale
mintyclintyy
minus
-minus Left
minyhitsk0
miokaen
mippim
miqli
-miramyra
-miregal1
mirhagk
-miriti
-mis
-misery2018
missingIink
-missuy
mister
-mitchelle1
mitchrocks
mitchvvs
-mixed snacky
-mk6
-mkden2
mkl782
mks200
-mksu
-mkvo
-mlars300
mlbg
mlgb
mlgkittycat
-mlkia09
+mlkia07
mlong06
-mmaxie
mmigo
-mmmkay02
mmmmmmmmhmm
mmmmmmnmmnm
mmmuurrddaaa
-mndo
mniml
-mno
-mnt
-mo an
mobile
-moer
-mogwire
mohak45
mohrs0
moist
-moist P00P
-moistSwan43
-moistcltoras
-moithab
mokkakulli44
moksi
-mol 99
moldsack
mole
moleflair
molkyrion
mologgi
-molten ass
mombasaa
-mombasaa D
mondklapje
-monero gay
moneybandz
moneypants
-mongelman11
monkaS
-monkasusdog
-monkegrip
monkey
-monkeybisz
-monkeymatt
monkeywilly
monkieturd
monnan56
-monstaa
-monsterje11
montaxus
monteurtje
-moo vo4life
mooblesyrup
-mooch86
moocowfish
-moogz
mooiboy
-mookixx
moomoocrab
moonlighterr
-moonona
-moonpapa
-moonrat2
-moonwyrms
mooofy
moor
morPL8morD8S
-morgan renee
morgf
morsotiikeri
morty
mortymoo
-mos f
-moscuz
moska
most
-mostalpha
-mothaload
motmyfanny
-motorbichael
mountcaedo
mpathetic
-mpel
-mpxd
-mpz00ne
mqaccat
-mr atheist
-mr boobrie
-mr buying gf
-mr mage t
-mr pink1
-mr rob iron
mr shroom
-mr triggerd
mr10inches
mr12345
mrDragon2009
-mr_adore
mrb97
mrbreadst1ck
-mrdickbals
-mrfox2
-mrgeck
mrkaramazov
-mrpurpdrank
+mrkarl69
mrvortex3
mrwoffy2
msHyde
-msb2595
msimmo93
-mss
mstfu
-mstr nay nay
mtash96
-mthic
-muchderanged
mucserup
mudbitedlite
mufassa
muffing
muggfac
mugii
-muh
-muh sheen
muhName
muhnamezjeff
-muhnkydluffy
-muin101
mulletman360
-multi genius
-mum ranger
-munalutkutin
-mungero
-mungkee
munney
munoz316
muovaz
murders
murphy
-murphy XD
musashi2109
musei
-mushpinator
-musnew
-musta_matto
mustaa
-mustardsurma
-musterdsauce
-musty04
mustypill0w
muta
mutanen
mutsCateer
muufaanchu
-muy bien
-mv3
-mvgatron
-mx
mxgali41
-mxpurp
-mxq
-my fruit
myballskin
mychaelven
-mycrazy life
-mydmallsick
myexdidntrs
-mygf
mykohchoo
-mymoonkeyz
-myname Borat
mynamesDog
-mypp
-myrtlecat
-mys_try
mystic
myturngranny
mzsc
-n a g a
-n k h
-n o m i s
-n oge
-n os
-n00b tax
n00btube
-n00dIe
n0DaT
-n0n Believer
n0ns3nse
n0rthmemphis
-n1ch0las
n1ghtmares
n3cromans3r
-n4ts
-n8m
-n8n
-nSubordinate
nVox
-nYer
-n_koo
-na cba
naamarihomo
-naapurintati
-nabritches
-nachoss
-nae drops
nagezz
-nagoog
-nah cba tbh
nahbo
nahhhh
nahka
-nahkasaurus1
nahkasohva
nakneemo
naksuu89
-naldy
nalon34
-nalyD yrraB
nambourian
-name is damo
namelessRS
-nami skin
namnori00
namtar elite
-nancyy
naner
-naniichan
naomi
-naoshika
napkins r us
nappera
-narbsta
-nas xy
-nashmvpx2
naskend
-nassikka
nasty
natalya
nathank498
-nattte krant
-natty nest
natur3za
naturesque
-natuurhuisje
-naughty ruz
naunas
naven
-navi my dude
-nawilsi
-naxe
nayo123jo
-nbyo
ndrs
-ne cro
-ne hi
-nebegyd1k
nebula3
-nechs minute
-neck bungee
-neckals
-nedpvm
-nee ceri
-neebzor
need
-need drops
-need panoche
-needs tips
-neeeefe
-neeloy
neenisneen
-neeshmow
-negative
neggibo
neil
-neil v
neiti
-neitsytkulli
-nekemaribo
nelrb
nemofishtits
neocritter
-neoneu
-neophyte8
-nerdneck irl
nerf
nerpkin
netsh
neuber
-neukbare
neutekind
neuz
-never lucker
-never s0ber
-never subtle
-neverblume
nevercash
-neverenought
-neviilz
-new pfp
newaccbtch
newallmaster
-news
-newt merch
next
-next 99
nexus
-ney spook
-nezumileo
-nfandango
-nh0x
nhy0x
-ni ox
niaya
-nibbla
nice
-nice to game
-nicelah
+nicecumshot
niceslime
nick
-nick at nite
nickdv
nickel
nickfx
-nicky
-nicnad
nico
nicoxpico
-nieve nooooo
-nightmareram
nigriV
nikhil
nikler
@@ -60239,53 +29569,20 @@ nimlif
nioem
nipsunaapuri
nishkid64
-nisq
nitro
nitsuj315
nivk420
nizmoNL
-njitram
-nk spy
-nko
-nl Airo
-nmb
nmhbu
-nmzcow
nnick999
-nnko
nnmf
-no birds
-no engraving
-no flek zone
-no gag
-no gay ok
-no l00t
-no purp bug
-no use
-no1evrnos69
noDDD
-noTheOwNeR
noThumbz
-no_odles
noahcous
nobankpin
-nobjockey400
-nochoc
-nodeLT
-nodropman
noek1
-noeyi
-noice garrry
-noiteerIW
-noki keppi
noldaddy
-nomiS
-nominMaxCape
-nomlaS norI
nomorelies22
-nona nona
-nonamechange
-nondedjuu
nont0xic
nonuboko
noob
@@ -60295,41 +29592,21 @@ noodle
noong
nopies
noplanhere
-nor so osrs
-norI Ryan
-nora cat
nori
-norm HARDY
normal
normie
nornavsoc
norrisi
-nos
nosemar
nosepack
noskilljoe
nosnhojgib
-nosoberday
nostalgiaeng
noswaL
-not Duncan
-not chop
-not cumingbk
-not gods
-not heppi
-not herbo
-not him dude
-not shaken
-not tiv
-not tk
-not today m9
-not ual
not1stepbak
notEdited
notPape
notRoyal
-notanjiro
-notazerk
notbennie
notdead91
notefficient
@@ -60337,119 +29614,54 @@ notepad0164
notepad14
notlikedis
notsoB
-notsosmart11
nottrade
-notwack
noutonme
novali1
-novike
-novikid
nrakneS
-nrdz
-nt combos
ntarallucci
nthing
-ntrstng
-nucnad
nufnufaz
nuggeets
nugs
-nullbeing
nulluserid
-numb3r go up
number
-number 11
-numbly
numnut
-nuoli tulta
nuopisa
nurbaya
nurriez
nusta
-nusta but
-nut low
-nut5ack
nutes
-nutpeanut
-nuubbaa
-nuubii
-nvcu
-nvrpurplight
-nwate
nyareet
-nyc ramme
nyet
-nymue
nysyGG
nzskater
-o Buffy o
-o Galaxy
-o Jay o
-o NEK o
-o Pug o
-o SiLeNce o
-o Steven o
-o c c u l t
-o chem
-o n e i n v
-o tp
-o tu
-o0 Rang0r 0o
o00dan00o
o0Ganktank0o
o0mni
-o3d
-o9
oAQu1LeSs
oAlsen
-oAmber
oBugz
-oBuster
-oChezzeRo
oClairebearo
oClay
-oColeeey
-oDemko
-oDriew
-oDrizzyyy
oFelipe
-oGMRKay
oGreene
-oGun Smokeo
-oHEXo
oHoriizon
oHxD
-oIce Teak
oKsirf
oMDmA
-oMalevolence
oMoJo
oOGeorgeOo
oORagnarOo
oOoITITIoOo
-oRonde
-oSanta
-oSea
oSpecialx
-oTARNAo
-oWags
-o_o SEMA o_o
-oaenii
oaflion
oaisjgljlak
-oaj
-oakypinkre
oatenz
obama
-obamas ass
-obbE x
obees
-obej
-obese_man61
obican
obitokun
obosk
-obvi_no_gf
ocbslim
ocian
ocruT
@@ -60457,222 +29669,104 @@ octazookaa94
octopussi11
od1np1ck
odafan
-odd woof
oddfinn
-oddniffler
odenthas
-odinsjourney
odio
odlolien
-odty
odyssey
oerinn
-of a china
-of booze
-off balance
-offends
offshore
-og kasi
-ogag
-ogbrittney
-ogeesus
ogg25the2nd
ogned
ogogog
ogteleblock
-oh no fuse
-ohSmelly
-ohai ohai
oheesnose
ohgoshyjoshy
ohh_man200
-ohhh nooooo
ohhnnnoooo
ohia
-ohio is for
ohioisonfire
ohiostate347
-ohly
-ohmyrod
ohtukurva
-ohyep
-oi ranga
oids
-oigia
-oily rod
-oilysurprise
-oixi
-ok baba
okannah
-oke
oksen32
-ol Twizted1
-ol kq
-ol pleb
-ol_l
olatrekuk
-old Soul rs
-old kind 911
-old man agst
-old man zedd
-old meat
-old mem
older
-older fruit
oldsports
oleNeilyBob
-olen lahe
olindaelostz
oljon112
ollie
-olliedamage
olliethekat
olllllllo
-olllllllo TJ
olmec
olmmmmm
-olms beach
-olovi kolome
olsyboi
-olvia
omavi
omegaOnepump
-omff
-omgbabestop
omgimacarrot
-ompahelppoo
omrip96
-omwtotob
-omyefge
-on 9
-on the fella
onalite
-onbak1992
oncenterlink
-one 69
-one1one1one
oneblade
onelifehaze
onespringday
oneticktony
onex
-ongelmanuori
-onizuka
onle
onlinetares
only
only4pvm
-onnetar
-ons va
-onthebook
-ontspan maat
ontv1992
onyo
-onyx no
oo7jordan
oobent
ooblued
-oof mikael
-oofbored
-ooi
-ook Thunder
-ookbye
ooli
-ooo Papi
oooRush99ooo
-ooooby
oooopsiee
-op
-op P
openyoarmpit
-opiumwet ii
opneemvot
opticsnail
opzu
-orangeluke
orangetree34
orb in bag
-orb knob
ordy
orebac
-oreo lil
oreru
-orexinergic
orez66
-org asms
-orgasmdonor
-orielor
orig
-orir
-oritx
orkans
-orkut
-ormz
-orophyr
-orra
orrichimaru
-os SlayScape
osJuhiss
osbhuda
ose420
-osmati
-osn
-ososrswhen
-osquiver
-osrs Apathy
-osrs MCFS
-osrsbilly
+osgp
+oskaren
+osrs
+osrstimex
ossaciM
-osu
-osynlig
otallone
-otdog
-oteb
otherguy3668
otoboR
-ottledread
ottx
-ouic
-oum
ouououuoouuu
outohere2k
-outsmart3d
outsourced
ouwe
-ovas bis
-overact
-oversize rat
ovox
-owen4boro
owenwilson
ownsome1
-ownt by flan
owo0
-ox
-oxifaze
oxoxoxoxox
-oxtale
-oxyy
-oysni tu
ozos
-ozztrevor
-p hd
-p n g
-p x v x m
-p000r
-p0ge
-p0tat0_baked
p0w3r
p0werSinn
-p0werliftin
p2pell
-pAj4ri
pHqiXfQb5rpO
pRandgris
pRiesty
-p_tane
-paatttxxi
-pacack
pacbackpack
paccerz
pack
@@ -60684,29 +29778,19 @@ padq
pagakoning
pahe
painter2020
-pajiaobin
pakgg
-pakkohoito
pakoonjuokse
-pakwatch
palacePier
paladylan
panda
pandahands
-pandas flail
pandascapes
-panel v2
-panelupgrade
-papa jjinx
+pandobaby69
papaisthatu
papatec
paper
-paperbutter
parB
para1911
-parsakeito
-party-joiker
-partyinferno
partymonkey
partypooyan
partypossum
@@ -60714,8 +29798,6 @@ pashol
pasismi
paskapylly6
pastry
-pat summitt
-patbeerpants
patches4623
patnazNkryme
patriciogmz
@@ -60723,18 +29805,9 @@ patrol
paul94nl
paulimvitor
paulmacawk
-paw fetish
-pay peru
payout
pazmar
-pb tiramisu
-pbagel
-pbj eater
pbjt
-pcce
-pd3
-pdi
-peace love h
peaceofbread
peaceoverwar
peacsenur
@@ -60742,280 +29815,155 @@ peajy
peakyberry
pebbles256
pecemker99
-pecker neck
+pecker
pecko517
pedagoog
peeje
peenwa
-peepeepeepe
peepichu
peepoGamer
-peepoParker
peerks
pegfemboys
-pegge jr
peksi
pelaan
peliken2
pellemaailma
-pelmot
-pemmex
-pen gee23
penakonda
penally
-penile pain
-penny 4 thot
penteroinen
-peoples0123
-pepe max
-perc ceo
-perc5
perckey
-perigor22
perlecta
perm
-pernieuw
-pernix
-persepullo
persesreign
-persisted
person
personajay22
personal
-pesto pasta
-pet melon
-pet my mole
-petc0
-peternguin
petesmcskeet
petlucksucks
-pettyrogue
pewbs
-pezzler
pfiati
phatpunch
-phatsocallum
phattymaster
phen0mXD
phenotype
pheras
phetagoras
-pheyyw
phinex
-phlayme
phonon
phoop
phorme
photolstamp
-pi n g
pibbi
-pickle llama
pieater_314
pierke
pietu
pietun
pieww
-pigeonkisser
pigeontoeman
-piggybosspen
pigusvaistai
-pihseurc
-piia potka
-piie
pikir
-pikknu
-pikkukala
-pikkupeppi
pillman
-pilludemoni
-pimmscup
-pineapples56
-pink soup
-pink spoon7
-pink4
pinkdragon76
pinna67
piomon
-pipiopi
-pippelisurma
-pippy 429
pipratoos
pir0tekniq
-piraat bwana
-piratedog7
-pisk naxui
pixelpeat
-pixiedrank
-pizano
pizzaforce33
pizzaloksi
pizzalord321
pizzerr
pj137137
-pjmonkey03
pk3rsh34v3ns
-pk_all_pk1
pk_by_me
-pkdrwho2
pkdude116
pker
-pker ice
pkerdude559
pkew
pkpk
-pkshitomario
-pkwy
-pl33k_supa
pl3d
plaatshouder
planetflat
-plank r
-plankforsure
platygirl
play
player198792
-plea
pleadingface
pleadtha5th
please
pleasebuyckb
-pleb Remains
pleb166
-pleben
+plebhunter69
plebminister
pletsjer
ploomert
plopko
plszulpet
-plum lee
-pluma
plumb
-plumb bum420
-plumit
-plumpy nut
-plz dont kry
plzl
-plzvenmome
-pm 2 spy
-pm4 boost
-pmax
pmmefeetpics
-pneck
-pnn
-po0z
-poachpenguin
-pocar
-podginator
-podolskee
poesiewoesi
poesiwoesie
poffdragon1
-pogarmyy
-pogdoor
poggersgif
poggie
pogglewogger
pohaku
-pohwe
pointn
-pointright
-poire
-pok758758
pokas
pokemonsunim
-polentusmax
politieman
-polo gee
poly
ponderer
+poni69
pontlarge
-ponyika
-poo from bum
poobutton
pooga
poohwell
poolbadger
-poon fisher
-poon nanny
poop81
poopeepeeman
poopsm0ke
-poorlyhung
pop-tato
pope
popstantot
popwig
porkchop-kun
-porkchop87
-poro600500
-porpleRanger
poseidon0928
post
-post nut sad
potato
-potato pleb
-potatogod62
-potatolove20
potatoplayer
potholderz
potionsell3r
+potweedsmoke
power
-power helmie
-powercheck6
-powerpluging
powerslide
-pp 73
-ppb
-ppdandelions
ppengu
ppfighter
-ppidd
pr0jectcarry
-pr0kkeh
pr1est
-prQmethazine
practice
-praskiepas
-prayfx
preachably
pregnant
pretty
prillage
-princesstktk
pripps0
prkr
prncss
pro90
problitz1
-progmog
-project eggs
prom
-prostate
proud2bbalin
prtck
prut257
-ps1 jrpg
-pshot25
-psp 11O6
pssssssh
psykotic12
pt37
-ptdn
pubnroh
-puddskape69
pudgy
pugginSpooky
-pugmen
-puhkipantu
-pul uk
-pulinaseppo
-puljulaine
-pullo viinaa
pulpfree
-pumiss
pummi984
pumpkinslaye
-puncher
punchlineNL
pungur
punken
@@ -61023,137 +29971,63 @@ puny
pur3gh0st99
purEvil808
pure
-pure owns al
-pure wood23
pure10693
pureblackid
puregluttony
-purity
purpfanatic
-pusha tree
pvm bioodz
pvm-owning
-pvmingbr0
pvmrob
pvpmirage
-pvtRyansPvts
pvvm
-pwn me plox
pwn0grapphy
pwn2b3w1ld
pwnnya
-pwuh
px yra
pxls
-pxtchy
-py ze
pynergy
pyro
pyro255
-pyromaangast
-pyttyyn
-pz
pzqlpwbma
-q Aleks
-q Nossie p
-q b0nkerz q
-q f z
-q l l u
-q sl
-q-Mini-p
-q0k
q9q9q
qJezza
qOsMoSiSq
qPepsi
qQazp
qTiger
-qazi
qazio
-qbc
-qbi
-qbt
qckr
-qerw22
-qez
-qi e
-qiany
qiunc
qiyamah
qlxxlp
qnzjosh
-qoao
-qooo
-qop
-qorbin
-qp
-qpwoei1029
-qqgoat
qsse
-qtAlice
-qtb
qtei
quazepam
-quekchose
-questarila
queundas
-quickiies
-quickmoist
quickster61
-quit afking
-quit cry
quitb42k
quiver81
quky
-qwaylub
-qwerps
qwertralph
-qwerty2431
-qwertyboll93
qwertyuiozxc
-qwl 2
-qwopr8
qwruqwpourqr
-qy
-qz
qzxz
-r a i n i n
-r a i q
-r d x
-r eflex
-r ehab
-r i ley
-r n g o d
-r o c h i
-r pt
-r u a pussy
r0adh0g
r0jasss
r0mera
-r0p3_tv
r0yalrag3r
-r1ch3r mitch
-r1chmond
-r1ddlbox
-r1z1n
r3laxed
-r3mov3k3bab
r4cky
rAEbl88
-rIcHmAn4
rMatey
rVino
-r_rl
-raando
rabid
-raccy rac
-rackee chan
rackelzz
rackemballz
rackzcity
racoon96
raddawgg
-rademakertj3
radox
rafa2424
rafnek1
@@ -61163,45 +30037,29 @@ ragegoon206
raid
raiden
raildex
-raisin canes
rakete
-rallikaar
ralliss
-ram this
-ramafie
ramblin
-rambo 1206
rambombon
-rambroze
-ramjamyelham
ramsesthecat
ranarr
ranarrbiss
random
rang2d
range
-rangedp00wns
rangoraus
ransty
-rarefleas
rarekia
rarru
rarurrer
-rat catcher4
-rat ritual
ratboysteve
rateddd
-ratirl
-ratirlAlfred
+raterd69
rats
-rattiyanee
ratzzzzzzzzz
-rautamon
-raves m4ck
raving
ravioliwren
rawheadshot
-rawkneedong
rawr
rawrsmashh
rayhoon
@@ -61209,663 +30067,338 @@ raymanvh
razorwheels1
razzdnutz
razzex
-razzmatazz23
-rb winter
rbjk
rbootsGOD
-rcr333
-rcyy
rdrluvr77
-re-frozen
reBoosted
real boyo
real-derin
realAxu
-reallityfail
reallyhigh
realpcooktho
reamillion
rebirthofyay
rebuildd
-rec me
reclinedgmr
recognizable
-reconjack
-red eye jedi
-red fox8
red504
-redank
redberry
redditlucio
-reddragon950
-redeye q p
redgorilla12
-redhunter193
redman211
-redpatch
redracecar27
-redrumyliad
-redsheik
redsox216
-redsp3c
redwagon9
-reenur
reese
-reetznutz
reflexlols
refurb99
-reggie v2
-reggieblunts
-regorydog
-regular ph
-rei1315
reikimastr
reilaria
reistje
reitan2k
+rekkerboi420
rekordlaunh1
rekrog
rektum
relac
relaxed
-relaxed now
-rellu riku
-reluf
-remind
remind309498
-remko maxed
-renaissance
-renasue
-renruB
-reopened
-report you
-reptil51
-reptile reas
reptilepoop8
-repulz
resU
resetcentral
-resupplyalt
-retern
retrrd
-retuson
retzc
reznas5
-rezpek
-rfr0sti
-rg44
rgfji
rhey
rhiller83
rhygan1
-rhys c
ribalibali
-ribe4
ricard0live
ricardos78
richarb14
richy
-richy rain
rickrko
-rickthick73
-rickystackss
-ridewitme
riilis
-riipx
-rikkertik
riksa123
riku230
-rikuirl
riller
rils2
rimpati
-ringo794
ringosting0
rino
-rip dj
ripHuyy11
ripbobthecat
-ripend
-ripsrc
-risbarn
-riskbizz
-risker
-ritcey
rithvik
ritotrisoto
riuCooler
-rizn
-rjh300
rjweb
rl9g10rs
-rlkgfseorhfe
rnatt
-rng god x
-rng limey
rnom
rnue
-rnv
-ro0b0
road2broke
rob nagle
-robbinator27
-robhode
robilo123
robinchris
robo
-robombalt
-rockcrabpvmr
rockeroHN
-rocketberg
rockhead7746
-rockstarwht
-rocky leeg
rockyandtaz
-rockyou 2
-roest
roflbaker
roggy
roldan_one
roldunogene
-rollsyy
-rommmey
romper
-roofy
rornburst
-ros n
-rosati924
-roshambee
rossdark1234
-rossmain
rostiefrosti
-rosullivan8
-rot popstar
-rotceleS
rouge
-round cat
-round kc
-royalpanda53
-royce ranger
rqkrtzjvbsuh
rrautamies
-rriot
rrrpR
rrrrrrc
rryutie
-rs3 blows
-rs3dansgame
rsoby
rsruinmelife
-rstr expert
-rsyux
rthgo200
-ru-ne
rubengouveia
rubikslayer
rubj3llyonme
rubtuge
-ruck ur dad
-ruding
ruikkuapina
-rukdingme
-rullakebaani
-run amuk
-run its bc
-runaru
-runaway iron
rune
-rune dogger
-rune enjoyer
-rune poon
runedongs783
runedragslay
-runeferyearz
runehol1st1
runeika
runep3
runequeen163
-runesc4pe
-runesoftime
runetraction
runite
-runite bars
rupt
-russien
rusted
-rusted shaft
-rustigggggg
-rustinged
-rustys word
rusvet
rvrse
rxbi
-rxylvrn
ry1n
-ryh
ryppyreika
rythail1
-s h l o o p
-s hok
-s i r tinly
-s k i p o w
-s laack
-s n u f f e
-s nekk
-s t i l
-s tress
-s0spwnz
s0uln0te
s0ultage
s10w
s11gm4
s1ayerg0d
-s1pa
-s1r maximus
-s3fa
s3nna
s3nt
s3ppa
s3vuu
s4mu
-s4nc
s7v7nty
-s7vey
-sCUM Runner
+sCUM
sKDestine
-sNEXyBaker
sSahm
sSpring
-sTs W33D
sTxje
-sYo
-s_ck it
-sa ko
-sa-ku
-sabfas
-sackiltrog22
-sackmen
sackmyduck
-sacredchange
-sad nmad
saddest
sadgeboi
sadnmad
sadnmad666
-safe bunnys
safermoon
saffyO1
saffyO2
safino
+saggen69
saguyuyu
saiko
-sailsouls
saintffs
saiyansmithy
-saknoM rD
-sakuyaaa
salad
-saltia
saltycups
saltynads
saltypepper
-saltysealife
-sam ofc
samdegreat
same
-same hada
-samo0o
-samoht10
samothon
samqwop
samtatt1
samuraigod13
samwise1133
-sandai korky
-sande108
sanooJ
-santa cloud
-santa ho ho
-santorio
saphinix
sara
-sara 35
-saralandry
sarcasmz
-sari essayah
-sarppatsu
sashamii
saskecas1
-sassy fool
-satisfried
-satsuJima
-saturos159
-sauna41
sausage
savPalestine
-savage_grey
-savi 2
-savukorilas
sawb
-sawb0ssnl
-sawl7
-sawshoulders
sawyfabj
-saynototofu
sayyless
sbrand0n8300
-sburzz
-sc arlett
sc00ben
scaffidi
scallicci
scape for 1
scape4ever20
-scapey123
-scaredbunny1
-scat wagon
-scb
-sccrub
-sce nes
scerp
-schaamlap
scherzmfromz
schetts
-schiggs
schildknaap
schmashmu
-schneeple
schneky
-schnibbyy
schzu
scidder123
-scitles
scnick
scone99
scoobydooby9
scoobysdooby
-scotian 902
-scottslipper
scottuzamaki
-scottydo27
scout
-scout robot
-scrollspirit
scrotumfart
scrubEE
scuffedbrain
scuffi
-scumbag 66
scuterholmes
scythe
scytheXI
sdfsd125
-sdotmaxedout
sdzl
-seBlait
-sea owl
-seabird
seachrome
-seacowcow
seamondemon
-search0
seared
-seawolfsam
-sebbe osrs
secs
securite
-see attached
-see me whip
-see4limbs
-seepah
seetod
sefeeee
-seffimz
seizure
sekkuso
selfShow
selfcurse
-selfish coal
selling
-sembino
semper
-semperstrik3
senZe
senapsgasen
sendu2edge
-sendykap
-senggg
senpai
-senpai btw
senseyf
-sentterih
seppem
seppes121
seppevb
seppohaa
septynetas
-ser angus
-ser tugger
-seraphine jo
-serbuttkiss
serious
seriouslee98
serpentSmelt
-servix
-sessarrow
settyboy66
-settyz
-sex mum
-sexy skuxz
+sexhaver420x
sexypersian
seyed
-sezery94
-sfinx71
sfnative
sfsdfg
-sgaben
-sgf419
sgg9779
-sgk
-sgq
-sgurdevolii
-sh-Y-ft
sh1nan1gans
-sh1ttyrng
sha0ski
sha7y
shabado
-shad y
shadex94
shadow
-shadow brr
-shadow btw
shadow77440
-shadow926629
-shadowarmy
-shadracker
-shafli
-shakedabooti
-shaking irl
-shamabeast
shamans
-shambbles
shanemck
shantyklawsh
-shape
share
sharingbox
-sharkey_32
sharpshot776
sharto86
-sharyn cox
shasd whip
shawnn1
-shayge
-she btw
-shed dabber
-sheep5
sheev85
shekelgoblin
-shelfy 2
-shents
-shere khan1
-shes sleepy
shezze
shhit
-shiddingpant
-shields_zzz
-shift drop
shifty
-shiftydaboss
shigha
-shiky
shio
-shishiodoshi
shisui
-shizcake
-shkoB0
shliure
shmoopaladoo
-shnizzlebear
shoarmamama
shokki
-shoopa
shoot162
-shordilele
-shore
-shortsleeves
shortstroked
shower
-shoyu
shreddin
shredness
-shredskater
shrek5
-shrigma
shrlmp
-shrooon
shroooooooms
-shrootfarm
shroudyroudy
-shtos
-shturpants
shumili
shushlik
shvxstxchla
shxg
-shxyzzz
-shy lo
siNusas
-sibeepboop
sickGeneral
sicklyhare
sideways640
sidney3241
sienna
-sienna sleep
sieracki
sigh
sign0ut
siik
siimzz97
-siiz
-sikatopi62
-sikazz
-silburr
-silemani
-silenthenk69
silentical
-silenttrew
-silim acac
silk
-silly cowboy
silvar93
-silver bean1
silveraze123
-silverwar33
-silvethril
-silvio lol
-simi sai
simmeg
-simp 4 life
-simple
-sims Hsp
-simz
-sinannani
sinappi688
sindicalism
-sindulis
sinfulnature
-singlemom34
sinsofmany
sippin
siptar
-sir ecnar
sir skau
sirlotje
-sirmesoulier
sirpaul
sirpoopball5
sissijuustox
sisuwu
sitonmaface7
-six2midnight
sixanddagger
sixerr
sixovercrest
sjaq
sk0me
-sk1rttt
sk9bord
skaiii
-skaios24
skandaali
-skaring kids
-skateenjoi
skaterdogz
skatermatt91
skatterpunk1
-skaugi
-skcusxegaj
-skedie
-skeide
skek
skeletoon
skeli
sketchdreams
-ski
skidipoppop
skilgrave
skill
-skillachris2
skiller270
-skilleuhjong
skillmaster
-skillngbot41
skills2millz
-skillz davoo
-skin suit
skinny227419
skinnypimp71
skipz1419
-skittels
-skittlesour
-skiu_21
skizzurp
-skizzy sammy
sknzor
-skoalintry
-skoowu
skorthen
-skowotek
skranzii
-skrenne
skrtskrtpvdb
-sks110
+skubasteve69
skuccy
-skuirk
-skunk nugs
-skunkpaste
skunkskillzz
skyE
skyelar27
@@ -61873,101 +30406,53 @@ skyffoxx
skyz
skzs912lav
slaack
-slack austin
-slacky456
slajdaren
-slap her box
-slappfisken
slartiste
slavhouse
slay
-slayJTIaster
slayer
slayer92
slayerfrog57
-slayerxp
-slayetd
slayhore
slaying
-slayzerot
+slayz420
sle3k
-sleek2d
-sleepinonice
sleept1ght
-sleepy 940
sleepysleeky
sleepyweasel
-sleightest
-slemgaedda
slice
-slice O pie
-slickstick21
-slickvick21
slidesteps
slidtegitte
slight
slight7
sliginz
sliim
-slim in dar
-slim j3sus
slimski
-slinnGimme
-slippaa
-slipstrides
slobthyknob
-slowmopwns
sludgebag
-slundersc0re
-slurpeeboi9
slurpeeking9
slurpy40
slurpydong15
sluz
-slvtty slvt
-sly seyda
-slyhitman
slypupper
-slyr4ng3d
-sm0ke herbs
sm0kebeers
smChi
smackbo
-smaddz
-smaggd
-smalcano
-small boaty
smallmichell
smallppbigxp
-smalsey
+smalpenis
smasher12121
-smasher95
smaugs
-smbonn2005
-smeerpijper
+smegmafarts
smel
-smelly fuss
smellyducks
-smerq
-smettjes1
-smh Monkey
smiithy
smirqqel
smithdarts
smittty2009
smoe
smoke
-smoke buds
-smokesIetsgo
smokin
-smokin turdz
-smokingalone
-smol bat
-smol chris
-smolBen29
-smoothcamel
-smoothlover
-smote
smoug007
smrgn
smuqu
@@ -61975,276 +30460,142 @@ smurfrookie
smurpfy
smushman
snaggle
-snagnURkill
snailydog
snakehuntr94
snakenbaked
-snaplocket
-snapped neck
snarfoo
snck
-sneakY geeB
-sneakyleazrd
-sneakyyj
-sneekeysnek
sneeky
snek
-snek killa69
-snek man_44
-snidletics
sniff
sniffmapouch
snikkels
-snipper143
-snoogensss
snoppen97
-snorlax481
-snot aap
-snow dude678
-snowdance
-snowfild
-snowkeepuh
snowy
-snowyhawk45
snowysonic
snoxxyl
-snp500
snubsnub
-snurtfe
snuskfet
-snuskukken
-snusnuending
-snygg o smal
-so joe
-so jung mijo
-so much ass
-soarix
-sobsk
soccerdog
-soccermom82
soccerrad177
sock
socopb
sodChamp
-soderfalk
sodynamic
soft
-soft dab
-softer bugg
-sofus64
soggybread4u
soggywaffel9
-sohju
soiled
sojraal
-sokoudjou
solfam
solidon
solo
solodiyloner
-solodoloyolo
-soloeraut
solopops
solos
solost7
-sombb
-somber
some
some1saybags
someBODY325
-somos papaya
sondrep
sonera
-sonoboymw
-sonofablitz
-soobli
-soombie
-soon2bxwife
-sophiebear69
soppel
-sorris alt
-sorry
-sorry pls no
sorrymatey
-sotaneekeri
soul
-soul et luna
souldrainer
soulkamikazi
soulkra
-soundspeeds
-soupnbannock
-sourkraut
soxx
-sp3edie
-spOnsOrr
-space craft
-spacemanriff
spaceonion44
-spagh bol
spam123
spangulation
spankmoi
sparkoftruth
-spartan1137
-sparterrang9
-special k258
-specialton
specuri
speed
speeder269
-speedtrain
speeeeeen
spell
-spenmaso
spete
-sphicologo
spiLLLLL
spicke21
-spiderman 13
-spidey
spigems
spinova
-spiwit twee
spladay
-spleiner
spletcher2
spliffens
sploobie
-spoiled mayo
-spondonicles
-spooki xd
spookib
spoon
-spoondrngplz
spoonfed
-spoontarded
spoonyg
-spoooficus
spootineftw
spord8
spozz
-sppak
sppoh
-spratel
springAnonce
springplant
springsteen3
-sprite zero
spritelum
sprits
-sprsp
-spudmyster
-spugEddi
spunkontitz
-spyde96
-spyrolegend4
-sq shield
sqad
-sqrls
-squareheadfk
squatlownslo
squidnstab
-squirrel1991
-squirt fan
-squirts
-sralisas
-sray
-srd
srgynt
-ssA taE
ssei
-ssh keys
ssj3
sspiriNut
sssu
ssttaann
ssyd
-st aeryn
st4k3l0rd
staarii
stabbycut
stabekk
stackables
-stackagawea
-stahldog
stainalt
-staleburrit0
-stan darshhh
-stannaz
-stannum
star
starcrosdlvr
-starfalI
starknightsy
starshoppinn
-starvn-marvn
-static void
steadiskill
stealthwolf
steckubnU
steel
-steel slime
-steeljake
steelplums
steeveee
steezybear
-steezyledge
stefanopt
-steflon don
stekkeT
stella1
stepbro
-steph n
stephvn
steponnopets
-stereos
sterre1ch
-stertanz
steveagogoo
stevenovak6
-stew thru
stewiii
stfn
sticc
stickuppix
sticky clay
sticky holes
-stickygirl
stiff
-stig sucks
-stiice
-stikybandit3
still
-stingray2018
stinky
-stinkybunny9
-stinkymooner
-stokstaart
stoned
stoned84
stonedowned
-stonerwelds
-stoneybolgne
stony
stoodzy
-stop log
-stopbegging
-stopy wersow
-stor m
storkis95
storm
stormynight
-stouterikk
-stp3ach
str3tch33
-str8 balling
straangeDayz
-stradiSlay
stranglege
-strap locks
strateigo
-straw cup
strawbery
strawnk5
streetshark2
@@ -62253,125 +30604,64 @@ striker
strnagetamer
stroudlee
strp0tzz
-stugex
-stuntti
stupid
-stupid game
stupidcape
stupot845
stylebend3r
styrkekram
styxRYAN
-sub merge
sub2purple
sublime
-submunculus
subooptimal
-substring
subzero
-suchti
-sudden sloth
suga
-sugar d0nkey
sugarfreeman
-sugarwater
-sugme nob
-suheil69
suhuan123
-sukau
sukc
-sukidarkra
sukii
-sullz
-sum1elsecall
summa
-summa arte
-sumsy
-sun delusion
sunaert
-sunday tea
-sundburgaren
-sung101
sunkir
-sunkirrr
sunny
-sunny sponge
-sunrakuz
-sunris
-sunu
-suolahappo
-sup J
sup3r0n3
supagorilla
-supalordwar
supbruh
super
-super slooow
-super system
-super-thoms
superbuds
supercolds
superj4
-superlisko
superlonely
supermanJJ
-supermarket
supermaxx
-supermoist
superr
supnoobs10
suppertmain
-suppus
supra
surfboardcat
susanno
-susdog
-suspect12
suss
suwo
-suxc
-suzuky
svedanya
svennepen
svenskeren80
-svettnisse
-svimmelskam
svoji
svrN
-svstre
-svti
svver
-sw x
swag
-swag dr
-swagburgler
-swaggabawz93
swaggb0y0wnz
swaggie365
swagscape666
-swake420
swamp
-swamp man_43
swampertman8
swampwitchx
-swampy fool
-swansoup
-swasian
+swearwords69
sweaty
swed
-swed 420
-sweet ass
sweetpissin
-sweety 77
sweggdaddy1
-swerve q p
-swfc50
swfc51
swftz
-swiet
-swiftmango21
swissbagette
-swol
swolelord
swooinc
sword
@@ -62379,256 +30669,134 @@ swordngun3
swordsplay62
swxasxx
sxkes
-sxtt0
-sxybro
sycp
-syklo
symmm
synack
-syndra007
-synnistra
synterrafox
syua
syytu
-szer
szeth17
sztuk
-t iel
-t imbo
-t r a m
-t rio
-t u k e
-t ux
-t-Wrench
t-painn
-t0_valhalla
-t0ast mal0ne
t0c00l
t0nni
-t0xicpoptart
-t1n3
t1tz1
t4aker
-t4t frot dog
tOxI
tRIPdoubt
tRNA
-tSessa
tZiMiNt
-ta det lugnt
taasen
-tabbionny
-tabulast
taco
-tad3j
-taeyeon
tage3xx
-tak0981
take
-takimoto
-takotime
-tala 7t
talinklion
talisam
tallest
-tallwhitebr1
-tamesh
-tandem dooks
tanfastics
tanguay478
tanklesss
tankyster
tanuliina
-tanzfangplz
-tar
targ119
targa
tarpGC
-tastenz
tatarsauce
tatuwah
taxed2
taybonejones
-taysmehu
tayyab
-tazzen
-tazzzz31
-tb 3O3
tbaballers
tbach
tboowscouter
tbow
-tbradz
tbrey24
-tcorky
tcroft
-tdawgthekid
tdoe
-tdogtsw
-tdslaterG
tdufflebags
-teagantime
teakte00
-techev
techeverria
technitions
-teem0her0
teemerco
-teh_new_guy
tehe302
tehskoozy
teini_horo
-tellymantel
-temmi69
temx
tenac
tentacion
-tentacruel38
tepaseohijo
terenerd
teroy
terrence
-terroristiI9
-terrryfold
-tescoworker6
-tess tlckles
-testokersa
-tetinhaaa
tetsundo
teum
-tevlevdeR
-tewwowism
tezje
tfortal3nt
tfsi
-tfw
-tfzx
tgchick3n
-tgkiller
-th0my188
-th3engineers
th3m0nrr0
-th3physicis7
thaiboygoon
thajokerkid
-thames1000
thasonn
that1stoner
-thatbaldkid1
thatbuttguy
thats
-thats bone
thatthicksix
-the 2 of us
-the G herbo
-the Unreal
-the Zec
-the afg-gun
-the assail
-the big girl
-the capt
-the creaper
-the girls
-the kleeborp
-the lupo
-the lurkkii
-the mighty R
-the ocean
-the suns
theDazzling
theFish
theH0witzer
-theHNC
theMatan123
theSuperb0wl
theWOODchpr
-the_blindguy
theachaian
thealemdar92
thebestgf
+theboobguy
thebrucelee
-thecoolbro97
thecwakecake
-thedamoes
-thedarclit
thedarklit
thedyermaker
theebeker
-theeib
-theforkster
-thefunkmonk
thegamebad
-theguyman160
-thehow112
theironlotus
thejonsson
-thekingkane1
thelanco
theletterbla
themaestrox
thematrixgg
themrgiggles
-theon
theonebrova
thepirateman
therangetank
-thereal bi n
-therealAxu
-therealchr1s
-therealinfex
-therealramba
therminy
thes5016
-thesavior315
theserpent
-thesmurfster
-thetibo
+thestar420
thetoday
thewooshh
-they gave up
thezucc
thhxd
-thicassglass
-thicc dady
thicccc
thicchode
thiever05
-thijssb
+thilygoose69
thinker
thinky
this
-this blunder
-this gu y
thiseku
thisthat2019
thongmasterb
-thoomed
-thosma777
thot
-thot tub834
thotortiana
thoughtz
thrakataluk
-thrashcan86
-three2one0
-thricer
-throat queen
thrynandwen
-thug z9
thugger
-thugli
thundeman999
-thurgo pie
-thwison
thx4zloot
-tibbs plural
-ticklemesack
-tidnabregdab
tienermoeder
-tigerturtle0
tightteen97
tijgertje3
-tiktok rizz
timaye56
timejumpsolo
timmaxio
@@ -62639,376 +30807,189 @@ timmyjoe643O
tinmer
tinnaytookit
tintaria13
-tippystick
tipua
-tipyt0p
tire
-tiredcloth
tisbea
tissiliisa
-titches wit
titsanddrags
titty
tittyjuggler
-tj44
tjappko
-tjcombro
tjd1233
tjomka
tksnevrlucky
tmahones
tmeer
-tmeer 18
-tmjdx
tmued
-to dd
to0Oldf0r1t
to_o
toad
toad03
-toasted max
toastfinder
toastypoast
-toatsme42
-tobiasalex4r
tobinoo
-todd crosset
todtplanker
-toe2
toebumper
-toes
-toesmeller87
toff
-toff haha
-toffelboy
-toffij
tojo228
toks
-tolerable 24
-tom hutch
-tom widdle
tombaum
tombradynfl
tominator87
tommybun
-tommys488
tomrichmond9
-tomriddle09
-tonko
+tomriddle07
tonttitonder
-tony danza
tony el gros
-too bad
-too known
-toolbar
toomastoomas
toonits
tooowise
toot
-top her 1000
-topdollar
topgun 17
topgun343
-topie
-toptom90
toqs1986
-torfy
tormutrose
-toronomans
torpedox1
-tosspot12
-tossta
tostaempo
-totip46
-tottti
touhutimppa
-touma
-toxi
-toxicburn13
-toxiclun
toxicsaitama
-toy Owner
-tozmic
-tq
tr0nberg
tr0nd
tra1nwr3ck13
trade
tradescreen
-trading law
traevitz
traffic
-trafficly
trainman222
-tramayne
-tranquiltoad
tranqzz
-trans
trapbag
-trapizium01
trashy
trattqunnar
-trav50
travym66
-trcky americ
treboolks
treetardo
-treezy
tremmu
-trenboloneyy
trevor4ever
trevs
-trevs iron
-treyblob
triangle28
-trickyerrr
trickyricky
-trickytoad59
triggaevery1
trikyricky
trilla
+triniboy6969
tripin
-triple fin
triple pre
-triple zero
triplefiter
triplelmao
-trippel agen
-triv hamzy
trojan break
troll
trolling
-tropiiix
trout
troutking96
-troy the mak
trso
tru3
trucker74
truskey
trustfundcat
trustsfund
-truucas
-try the wiki
-trying2quit
-tryksta
trytohuntme
-ts4ever
-tsqq
tstrong5689
tsukemen
-tsumino
tsurie
-tsw
tswiftfan82
tthe
ttnq
-tubu
-tuggly
tuhdhuderr
-tulieee
tum0ppi
-tumeken jyra
-tumme
tummytickler
-tumunduktu
+tunadickrick
tunalife
tunnepelaaja
turban911
turbo
-turbo nut
-turboChett
-turboboost93
turboed son
-turbogamer12
turbojoey
turbothots
turkishh
-turkles ahmo
turn the 6
-turnt
turntBurrito
turntgod711
turtl111
tututu
tuumas
-tv_vt
tvmv
twasnotready
-twelve bags
-twelvecharac
-twelveswords
twiceascool
-twink irl
-twinr0va
-twisted tina
-twistedgirls
twisty
twitterclans
-twixinthemix
twiztid5000
two4nine
-twohandedfap
-twotoedsloth
twrangles
-twubble
-ty RuneLite
-ty zmith
ty4flail
tyguy
tyler1041
tylorLotus
-typage
typedef
typto
tyrant
-tz13
-tztok-worm
tzuyah
tzuyufan14
-u dead now09
-u got a dart
-u got beaned
-u itachi
-u kno de wae
-u r gay 4 rs
-u0h
+u dead now07
uEnv
uKnoTheRules
uLiveButOnce
-uRattt
uSnAvYsEaLs7
uTBER
-u_u sunshine
-uberHasu btw
uberstunts
ubiquitous96
ubug
-uchar
-udq
-udr
uetzcayotl
-ufnn
-uganstolfin
ugivahrimjob
-ugly 67
uglyandfat
-uiaF
-uiliuiliu
-uilz
-uimi
-ukn0w
ukwolf1
ukzharry
ulab
-uliuli reps
-ult u fk jzs
ultimo0se
-ultracet
-um Cya
-uma pyoi
-umer
-umexx
-umr
-umw
-un deux
un1versa1
-unFolly
-unaroc
unawareaxe
-unazegamoth
uncle
-unclefro
uncleskrt
-und
und3adedd
undeadgun
underslept
-undoc
uneek2you
-ungafknbunga
-unholyblood
unitewankers
unkyjay
unla
unless
unlucky2020
-unluki
unravel
-unravelslapz
-unreaL294
unrequited
-unsoy
-untc
untilnextyea
untitled
unwarranted
-unzips
uppahoods
upset
-upset berry
upwindnofear
-uqx
-ur a bird
-ur buttugly
-ur cool
-ur so mad
-ur stinky
-ur6
-urBunsRDone
urNANS
-urano O_o
-urashitpker
urfault
urgirlisf2p
-urgnah8me
urondelekk
-urqt
urvinis1
urza
-usainb0ltrag
-uselessbozo
-uselessmap
-user187
usergoeshere
-userjman1428
-usinlefthand
usma6100
-utiliser
-utpaatur
utsw
-uu Sauce
-uub
uubaidaus
-uul
uuuoouuououo
-uuuuhhh
-uwja
-uwu merchant
-uwu noises
-uwu24
uxbridgekid
-uyakO
-uz x
uzei
-uzis akimbo
-uzui
-v Simba v
-v olksu
-v oltage
-v tsng
-v uka
-v yp
v-yordan0702
v0i kehveli
v0mbat
-v13
v3kz
v453
-vAnthony
-vBlankie
vCamel
-vDragzi
vFoley
vJace
vJordxn
@@ -63017,662 +30998,316 @@ vLeqacy
vNicholas
vPikis
vRoso
-vSnoop
vSpectre
vTaqq
vaderex-1
-vaflyga
vageet
vaghairs
-vagtap
-val val val
valeriaT3amo
valithi
-vallihauta96
-vampfrog
vampir
vampiremiyo
-van est
-van soi
vanVoren
-vanacis
vanacularr
-varla phase
vasia
-vasxx
-vaux One
-vavmaster
-vb cannsss
-vb1
vbehn44
vbhos
-vc
-vcl
-vcnyew
-vcw
-veEXP
veergolio
-veetuli10
vega591
-vegiebobs
vegiitto
-vekter1
veldow
-velek
-ven g
-venazuelan
vene
venefae
veneruuti
venezuelan76
-vengedclaws
vengedurmom
-vennie123
-venom nate
vent
venturo
venzano
vepie
-veri2222
verlord
vernonb2688
versacejean5
versatility4
-vertigo love
vertztheone
-verychillguy
-verzikius
-vesikulho22
vesq
vestapol
-vftvmv
vgtrs
-vibe check
vibing
victoriauwu
video
-video peli
videogamer
-viento suave
-vierges
-viet dragon
-vieze sjomp
vigilant
-vihervasuri
-viikzt
-viilipytty
viki
-viktor main
viktoras300
-villavolta80
villeh
vinigha
-vinke00
vippaa
virtualsucks
-visdayox
viserbro
-vislegis
vispikauha
vissiman
visualduck
visuna
vitunhomo
-vitunkoyha
-vitunneekers
-vitur scythe
vitutor
-vituvahe35
vivaa
vizzN
-vkt
vlaamsbelang
-vlees petje
vllekoo
vlyn
-vmooo829
vmxn
-voddeman
vodka
vodkapro
vodke
-voi vattu
void-e-d
void5
-volconhammer
voldersnort
volga34
vomax
vork4sh
vorosity
-vosol
-vougz
-voui
voxi6
-voyage_zjo
-voyej
vpxl
-vraakmanus
-vriskafan888
-vro
-vubervos
vulnaamin
vulxe
vunts
vuokko22
vurn
-vursa
vutr
vuur
-vuzvuz
-vvBearded
vval
vvtt
-vw
-vzi
-vzkg
-w Danko
-w e b r l
-w en
-w ert
-w vy
-w00_88
-w00d pecker
-w00tgh0st
-w00x titan
-w00xy
-w0Ive
-w0ked
-w0lcomcz
-w33dplanter
-w3n
-w4kenbak3
-w5s
-w6rst
+w33nerlord69
wYungen
waaayneee
-waaluigii
-wack pack
-wacup
-waga iron
wagen
wagween
waitwhyudead
-wakecub
-wakingupsad
wakuser
walk
-walker80
-walli
-walloftime39
wallyally13
-walmart nuts
-walmart used
walnutmonkey
-waltjrs legs
-wanShy
-wana corp
-wanna quit
wanolo
+wantUR69fart
wapwap
warcauser33
-warcraftgame
-wardongs
warestoteles
-warface125
warm
-warm cuddles
-warm is vuur
-warmclouds
warrior
warteryyy
-waseem76786
-waste of alt
watch
-watch hp ty
-waterbender
-waterdrink
-wathx
-wavej4
+watercum
wawuweewa
waxRS
-waxhitwonder
-wayabove
-wayne s new
-wcdak
-wdx
-we died fast
-weThoom
-weak dummy
weaknd
-wealldiesoon
wealthletics
weaponman54
-wear croc
-weary pigeon
wechilling
wednesdvy
weeb
-weeb doggo
weebew
-weedkillsppl
-weegthe32nd
-weekendfun
+weebgod420
+weedsmoke163
weenscape
weh8ironmen
-wehde
weight4
weir19
-weirdo
-wekkes
-wenwick
weoh
weppend
weregild
werkd
-wermz8
-werndoggaa
wertyer2
wesley 256
-wesley biets
-wesrrules92
westsider011
-wet da bed
-wet oven
weve
weweweweoox
wewkek
-wf_solo123
-wfh atm
-wfsdfvwwfsdq
-wfsn
wh1tey95
whale
-whale come
-whathitu
whatiswork
whats
-whats skills
-whatsoup
when
-when I chant
where
-where ask
-where moon
-where noon
-where yat
-wheresyaboy
whip2b
whipbanned
whiskey bow
-whisoserious
whispery
white
-whitedog8
-whitless
-whizprjazpxr
-whk
-who is react
whoawhoami
-whodo
-whodoyouknow
whololo30
whoopdidy
whoppinknob
whoscherry
-whotf
whtmicrowave
-whuchaka v
-why afk
-why ego
whyaintyoume
whyamisofat
whynotp2p
-whyuboolyme
whyzerkbro
-wi f
-wibeton
widefang
-wiegehtsmir
wienerbread
wife4sale
wifes
wifibananas
-wiidziss
wikedfix
-wil je ket
wildarko
-wildberryRS
wildcheery77
wildystuff6
will
-will vv
-will win 2
will_mello
willc893
willeehawk
willie432
willis28
-willmissit
willmott
willsand2405
willsuck4GMK
win we must
-winnur
-winterburnI
winterdaze
-wiseguy2187
-wiseoldPapi
wiseoldnam
wispykarma
-wistfulgyre
witchbladezz
witeboi
-witenry
with
-witnesspower
-wiw
wizard129
-wizardyoda7
wizkid499
wjsn
wkurtin
wlkerTXrangr
wndow
-wndy
-wngo
woah
wocket
-wodg
woesh0
wohc
-wokkejzzbak
-wolfbless
wolfy
-wolrus
wombo_zombo
womp
wonder_wenis
wonnie
wonniwonkaka
woodchopp
-woofmaster
-wooohooo
wooooom
woopingcrab
-wooski43
-wootex
woox
woox10k
-wormple
woshishabi
-wowda
woxzard
-wrdd
wrdflexoke
+wrighty420
wrong ranger
wrsrule
-wruhtra
wsodonnell76
-wsvolt
wtbzenyte
-wtffixthis
wtfix
wubzh8black
-wucebrilllis
-wuckedenergy
-wucy
-wudi
-wudup9696
-wuil10
wulfwulfson
wussupfool
wutzgood
wutzit
wwTakun
wweadge2
-www
-wwwMusic-Map
wyat
wyattearp99
wyked
wytch
wyverns4days
-wzav423
wzrdddddyo
-wzrds
-wzs
-x 0lev x
-x ABBlE
-x Argonath x
-x Chainz x
-x Chelli
-x D E E x
-x Dante
-x Fabinho
-x FiFi
-x Flux
x GS Cookies
-x Haste
-x Kane x
-x Kierac x
-x L i o n
-x Lady
-x Lafferty x
-x LostBoy
-x Mayhem
-x Ndo
-x Nex
-x Not blue x
-x Nym
-x Pho
-x Red Rum
-x Ryu
-x Ryuu
-x Sorvete
-x Verzik x
x Zela
-x Zink
-x a t
-x e l a b
-x gladiat0r
-x husla
x iNtrigue
-x iyad x
-x lollage x
-x mk ultra
-x preska x
-x r
-x warri0r121
-x zi
-x zn
-x073x
-x0Mag
x0Tub
x12ob1n
-x1deag
-x1flyx
-x235
-x2u mania
-x3 nuzzle
-x7 Curvelo
-x86
-x8737
x8mz3hg7zm5f
-xAFK_BTWx
-xAbysss
xAddictive
-xAeroWolf
-xAndrew
-xBL00DSTREAM
xBaNeSoldier
-xBarlah
xBayLiss
-xBeefStonks
xBeerbear
xBehavior
xBellax
xBenny
xBlackDahlia
-xBongzilla
-xBootySlayer
xBottleCap
-xBotty
-xBowlofPhox
xBrendyy
-xBrimz
xBrown
xBusse
-xCUFFSx
xCallT0Armsx
-xCarter
-xCastiiel
xCheeseheadx
-xChemistry
-xCherish
-xChew
xChiro
-xChyeaa
xClf
-xClifffff
xCloudie
xCodeh
xComposure
-xD1E
xDCx152
-xDOMIN1C
-xDRAYx
xDab of Iron
-xDaf
xDagon
-xDapzz
xDat
xDevastor
-xDevil
-xDied
xDieter
xDijon
-xDilexro
-xDingy
-xDora
-xDoremonx
xDrawingDead
xDuckyV
xET99
-xElliott
xElsa
-xEnforcerx
-xEtiquette
xExclusive
xFMSx
xFailBoatx
-xFirespiritx
-xFlea
-xFloaty
-xFranku
xFraz
-xFremmy
xFruity
xGallarzax
xGigz
xGoat
-xGongo
xGrant
xGusBus
xH1ckz
xH4rry
xHades
xHamzha
-xHannna
xHartliss
xHarty
-xHayez
-xHearTBow
-xHerp
xHmongHerox
-xHugsi
xHussla
xI3reeze
-xIron Senpai
-xJeb
xJiren
xJlN
-xJolt
xJord
xJordd
xJulia
xJuve
-xKAJJEx
-xKadi
-xKdpunx
xKing
xKodai
xKrab
-xKril
-xL2MUZZx
-xLayLay
-xLelooToo
-xLester
-xLrc
xLuXx
xLumby
xLunatiQ
xLynn
xMBx
xMEKANIKx
-xMMGx
xMardy
xMarkos
-xMassx
xMatah
-xMatty
-xMedicate
xMentalXx
-xMetharos
-xMewzic
-xMochiix
xMonkey
-xMp5
xMyrupz
-xN I K Ex
-xNatureladx
xNeilzus
xNerevar
-xNgocdol
-xNickaap
xNova
-xO Poe
xOBG
-xOG420
xOnetickFap
xPager
-xPedu
xPhil
-xPortgas
-xPussSmasher
xQSS
xQuantumxx
-xRICK OWENSx
-xRadagonx
xRakine
xRaptor
-xReaperx666x
xReckless
-xRedGlow
-xRefactor
-xRektByAMain
xRemyLacroix
xRipple
-xRivv
xRobdebankx
xRobertox22
-xRobscapes
xRxmeo
xSPAGHETTIx
xSamR
xScooter
-xScribbz
-xScrimp
xSecret
xSeized
xServing
@@ -63686,419 +31321,185 @@ xSleepgoodx
xSlysoft
xSnaytronSx
xSnvw
-xSoKi
-xSteezy
xSweetHopex
xSword
-xSxAxMx
xSynn
-xT o m
-xT0A
-xTERRIBLEx
xTKOx
xTWM
xTerpenes
-xThirlmere
-xTopher
-xTorsti
xTransfer
xTrigger
xTwister
xVektor
xVenomx9
xVoidRange
-xW R A T Hx
-xWANNTEDx
xWar
-xWarface
-xWillowTreex
xWillx93
xWoke
xWoodChopx
-xX Bez Xx
xXBlitzO
xXCaBiDeXx
-xXDurryXx
-xXGIMP420Xx
xXJoshUKXxHD
-xXNaliXx
xXightx
-xXshadowz7Xx
-xYogibear
xZAKATAKx
xZCH
xZITOx
-xZayin
-xZeeBaby
xZuk
x_Goddess_xz
-x_Huzy_x
-x_Theron
-x_x Fish
-x_xMGKx_x
-xaa2
-xaarpus
-xal din
-xangoose
xansinmybody
xaoeu
xapd
xaro
xaxon
xbox
-xboxkid
xc00lxDawgx
-xceasea
xcoda
-xcrolles
xcvbg
-xd domi
-xd jumper
-xdamanx
-xeem
xegaF
-xemulate
-xenaines
xeney
-xenomuslol
xenvzi
xeravier
xerkin
-xexezinh0
-xfishngrillx
-xfxe
xgamerxx
-xhamstr
xhard82x
xhennamariax
xhoq
-xi execut3 x
-xi li er
-xiBubbax
-xiaohongshu
-xiaolingxiao
-xienn
-ximix
-xinnox
xir0nm4skx
-xirampagezz
xironluckx
-xiwitl
-xjawz1e
-xl Aaron lx
-xl cook
-xlDerekxl
-xlReversal
xlibrio
xlr704
-xlxl xlxl
-xmikeyx
-xmxxmx56
xoKt
xoRUNExo
-xolindseyxo
-xoreZ
xoro
xoxoverdose
xozoca
-xp per hour
-xp waster 47
-xpabax
-xpcumsez
xpeyotex
-xplo it
-xpoltergiest
xpwast3d
-xrated
xslayerbobx
xson
xspacedoll
xstic
xtcoming999
-xthn
-xtothedee
xttx
xtyrantix
-xvn
-xvrph
-xvza
-xwl
xwuwesxdrf
-xx darkminer
xxDerp
xxMatter
-xxREVENANTxx
xxSabin09xx
xxSe7en
-xxTanner
-xxcombatgodx
-xxero
-xxok
xxpurskillxx
xxx2sp3cuxxx
-xyujah
xyzn
-xzanle
-xzb
-xzizzil
-xzn 2
-xzwu
-y om
-y w
-y0y0keepitup
-y37ir
y8s1
-yTried
-ya pig
-ya winning
yaJaeT
yaboyalex
-yack daniels
yacobson99
-yae
yahn
yai5
yamawaro
yamb0
-yamsauze
yankmynads
yannickal4
-yanq10
-yaowiee
-yapgragim
-yasuo god69
yayasquirrel
ydoc
-ye idc
-ye ki M
-ye p to
-yea im jebus
yeahboi9992
-yeahsmitty
-yeahyoink
yearstowaste
-yeastyboys
yechu
-yedgy
-yee yee fkrs
yeet
-yellow car01
yeniL
yerrakunt
yesigame
yesy0u
yinghao870
-yinksnerf
yinonormal
yipcl
yippie1317
yispaulcute
-ykO Ops
-ykeL
-yleisradio
ylliB
-ym y
ymca4life
-yna
-yo eight
-yo itz ep
-yobacha
yodA
yoda
-yoda monkey
+yogurtnuts69
yohaha123
yolomuffin
-yonex
-yonghoon
-yooyeet
-yorkietootz
-yorue
-you died123
-you r a qt
youb1n
-youneedcope
-young meows
-young vibby
-youngbriks
-youngmachine
youngtrop21
youngwings
-youpougou
your
-your thrall
youralterego
-youssef
-yowasupppbra
-yoyoma361
-yp
-ypoodle
-ypool4
ypools
-yragbackward
-yrhs
yribbles
-ytsud mi
-ytuiop
-yugiiii
-yuh huh
-yum
-yummybolete
yung
-yung chubs
-yung cody
yung inf
-yungando
-yungcozzy
-yuor
yurciq
-yuy165
-yves klein
-yvonko
ywwoT
yxow
-yyknaH J
-yyttam
yyzanadu94
-yzyzyzy
-z 5 x
-z Animal z
-z Rhodes
-z Shane
-z a p s
-z iQ
-z man827
z0nk
-z0rrda
z0up
-z1ftz
-z4np
-z5p
-z7co
-zBando
zBenn
zBonesz
zCocoa
zDaremeth
zDeku
-zFalcone68
-zGameDance
-zGanj
-zGibao
-zGz
zJenga
zKamp
-zKno
zKuru
zLost
-zMonchi
-zNico
-zNolan
zRarePiece
-zRavenx
zSlay
-zSpaceRaptor
-zSwanny
zTitan
zWxLF
-za2
za33erklan
zaaza
zacharial
-zachhy
zachte
zack
-zack_0333
-zacyy
zaddy
-zak vol zalm
zakaru9999
-zakk0
-zakrey
-zakrobgames
zalem
-zancan2
-zapper920
zarehp
zarfeq
-zartrez
zasmaru
-zatch_maxed
-zazalover69
-zazazhizhma
zazyga
-zbra
zclx
zcollins
-zdi
zdin
-zdya
ze4l
zeKrD
zeachh
zeall
-zeano
-zebakkes
-zeccStake
-zedabranca
zeddicus676
zedisabled
zedzke
-zeeebak
zeeno
zegg
-zehstee
-zeikhannes
zeker
zeldris
-zelo1
zendendead
zenmort
zensix
-zenuk zay
zenyte4money
-zeppelin0ooh
zeqha
zer0
zer0sirisFHK
-zerker seven
zerkhelm
zero
zero gd
-zero u_u
-zeroblade81
zeroixx
zerotwonine
zeroz136
zerzerz
-zeus energy
zewos
-zewzh
-zhengu
-zhipowerz
zi0n1
-zibri7
-ziewe
zifyr
-ziggy man 77
-ziily
zilyana
zina
-zina n chill
zinax
-ziniD
-zinzares
-zionari
-zippp
zirreael
-ziurbtw
-ziuys
ziyi_wangler
-zjh
-zjind
-zlayaa
zlink10
zlliM
-zlowden
zmakisan
znap5
zoan
@@ -64106,55 +31507,36 @@ zoboz
zohcysp
zokunashi
zole
-zomff
zomgrick
zonares
zookwaa
zoomixd
zop1
zorkie
-zoro u
zouse
-zparky
-zppr
-zq0
zreL
-zrl
zruG
zrzwns
ztaM
ztkfps
-zu b
zubor1
zuenzima
-zujal
-zuk a cuck
-zuk xd
-zuk2hard4me
-zukushichi
-zulogz
zulrah
zuluTriPig
zummorak
zurcc
zurlond
zuuryy
-zw
+zuuzieosrs
zwah
zwint
zwolle
zwqpDEOXl23
-zxpf
zyeetz
-zygarde92
zygis323
-zykez
zymaa
zymz
zysuna
-zzad
zzai
-zzben
zzero
-zzigma
-zzzJonno
+zzigma
\ No newline at end of file
diff --git a/Server/data/botdata/ge_bot_appearances_and_equipment.json b/Server/data/botdata/ge_bot_appearances_and_equipment.json
deleted file mode 100644
index a4a1bef50..000000000
--- a/Server/data/botdata/ge_bot_appearances_and_equipment.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "noob": [
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"3","id":"1265"},{"amount":"1","charge":"1000","slot":"5","id":"1171"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"0"},{"color":"0","look":"11"},{"color":"16","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"34"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1169"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"9183"},{"amount":"1","charge":"1000","slot":"4","id":"1131"},{"amount":"1","charge":"1000","slot":"7","id":"2495"},{"amount":"1","charge":"1000","slot":"9","id":"2491"},{"amount":"1","charge":"1000","slot":"10","id":"88"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"106"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1163"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"5698"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"3105"}]},
- {"appearance":{"appearance_cache":[{"color":"9","look":"266"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"3","id":"1333"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"11019"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"2910"},{"amount":"1","charge":"1000","slot":"1","id":"10499"},{"amount":"1","charge":"1000","slot":"2","id":"552"},{"amount":"1","charge":"1000","slot":"3","id":"861"},{"amount":"1","charge":"1000","slot":"4","id":"544"},{"amount":"1","charge":"1000","slot":"7","id":"2497"},{"amount":"1","charge":"1000","slot":"9","id":"7458"},{"amount":"1","charge":"1000","slot":"10","id":"2904"}]},
- {"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"1007"},{"amount":"1","charge":"1000","slot":"3","id":"1381"},{"amount":"1","charge":"1000","slot":"4","id":"426"},{"amount":"1","charge":"1000","slot":"7","id":"428"}]},
-{"appearance":{"appearance_cache":[{"color":"20","look":"267"},{"color":"0","look":"12"},{"color":"0","look":"18"},{"color":"0","look":"31"},{"color":"4","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"3","id":"6908"},{"amount":"1","charge":"1000","slot":"4","id":"1135"},{"amount":"1","charge":"1000","slot":"7","id":"428"}]},
-{"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"6","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1161"},{"amount":"1","charge":"1000","slot":"3","id":"1287"},{"amount":"1","charge":"1000","slot":"4","id":"1123"},{"amount":"1","charge":"1000","slot":"5","id":"1199"},{"amount":"1","charge":"1000","slot":"7","id":"1073"}]},
-{"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1153"},{"amount":"1","charge":"1000","slot":"3","id":"1363"},{"amount":"1","charge":"1000","slot":"4","id":"6184"},{"amount":"1","charge":"1000","slot":"5","id":"1540"},{"amount":"1","charge":"1000","slot":"7","id":"6185"}]},
- {"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11021"},{"amount":"1","charge":"1000","slot":"1","id":"4411"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"1333"},{"amount":"1","charge":"1000","slot":"4","id":"11020"},{"amount":"1","charge":"1000","slot":"5","id":"1185"},{"amount":"1","charge":"1000","slot":"7","id":"11022"},{"amount":"1","charge":"1000","slot":"10","id":"11019"}]},
- {"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1949"},{"amount":"1","charge":"1000","slot":"1","id":"1007"},{"amount":"1","charge":"1000","slot":"3","id":"1381"},{"amount":"1","charge":"1000","slot":"4","id":"426"},{"amount":"1","charge":"1000","slot":"5","id":"1540"},{"amount":"1","charge":"1000","slot":"7","id":"428"}]},
- {"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10774"},{"amount":"1","charge":"1000","slot":"1","id":"10069"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"1333"},{"amount":"1","charge":"1000","slot":"4","id":"1125"},{"amount":"1","charge":"1000","slot":"7","id":"1077"},{"amount":"1","charge":"1000","slot":"9","id":"2997"},{"amount":"1","charge":"1000","slot":"10","id":"7114"}]}
-
- ],
- "intermediate": [
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"3","id":"1265"},{"amount":"1","charge":"1000","slot":"5","id":"1171"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"1"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"2637"},{"amount":"1","charge":"1000","slot":"1","id":"6568"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1305"},{"amount":"1","charge":"1000","slot":"4","id":"3140"},{"amount":"1","charge":"1000","slot":"5","id":"6524"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"9","id":"3060"},{"amount":"1","charge":"1000","slot":"10","id":"11732"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"1"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11674"},{"amount":"1","charge":"1000","slot":"1","id":"10720"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"1387"},{"amount":"1","charge":"1000","slot":"4","id":"8839"},{"amount":"1","charge":"1000","slot":"7","id":"8840"},{"amount":"1","charge":"1000","slot":"9","id":"8842"},{"amount":"1","charge":"1000","slot":"10","id":"11732"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]},
- {"appearance":{"appearance_cache":[{"color":"12","look":"261"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"9805"},{"amount":"1","charge":"1000","slot":"4","id":"10348"},{"amount":"1","charge":"1000","slot":"10","id":"1837"}]},
- {"appearance":{"appearance_cache":[{"color":"12","look":"261"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10392"},{"amount":"1","charge":"1000","slot":"1","id":"1007"},{"amount":"1","charge":"1000","slot":"2","id":"11113"},{"amount":"1","charge":"1000","slot":"3","id":"1387"},{"amount":"1","charge":"1000","slot":"4","id":"1117"},{"amount":"1","charge":"1000","slot":"5","id":"1173"},{"amount":"1","charge":"1000","slot":"7","id":"1075"},{"amount":"1","charge":"1000","slot":"10","id":"4129"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"3755"},{"amount":"1","charge":"1000","slot":"1","id":"2412"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1383"},{"amount":"1","charge":"1000","slot":"4","id":"4091"},{"amount":"1","charge":"1000","slot":"7","id":"4093"},{"amount":"1","charge":"1000","slot":"9","id":"7462"},{"amount":"1","charge":"1000","slot":"10","id":"10696"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9755"},{"amount":"1","charge":"1000","slot":"1","id":"9754"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1275"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"88"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"106"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11665"},{"amount":"1","charge":"1000","slot":"1","id":"9807"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"13290"},{"amount":"1","charge":"1000","slot":"4","id":"8839"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"8840"},{"amount":"1","charge":"1000","slot":"9","id":"8842"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"106"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9672"},{"amount":"1","charge":"1000","slot":"1","id":"9783"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"9674"},{"amount":"1","charge":"1000","slot":"7","id":"2497"},{"amount":"1","charge":"1000","slot":"9","id":"7458"},{"amount":"1","charge":"1000","slot":"10","id":"3105"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"106"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10828"},{"amount":"1","charge":"1000","slot":"1","id":"9763"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"8850"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"3105"}]},
- {"appearance":{"appearance_cache":[{"color":"9","look":"266"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10828"},{"amount":"1","charge":"1000","slot":"1","id":"2414"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"9802"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"6182"},{"amount":"1","charge":"1000","slot":"1","id":"4355"},{"amount":"1","charge":"1000","slot":"2","id":"1478"},{"amount":"1","charge":"1000","slot":"3","id":"9185"},{"amount":"1","charge":"1000","slot":"4","id":"544"},{"amount":"1","charge":"1000","slot":"7","id":"2497"}]} ,
- {"appearance":{"appearance_cache":[{"color":"1","look":"1"},{"color":"0","look":"10"},{"color":"14","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"20","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"10071"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"8872"},{"amount":"1","charge":"1000","slot":"9","id":"1059"},{"amount":"1","charge":"1000","slot":"10","id":"88"}]},
-{"appearance":{"appearance_cache":[{"color":"20","look":"278"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1149"},{"amount":"1","charge":"1000","slot":"1","id":"6568"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1305"},{"amount":"1","charge":"1000","slot":"4","id":"2623"},{"amount":"1","charge":"1000","slot":"5","id":"6524"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]},
- {"appearance":{"appearance_cache":[{"color":"20","look":"1"},{"color":"0","look":"14"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"4413"},{"amount":"1","charge":"1000","slot":"3","id":"1271"},{"amount":"1","charge":"1000","slot":"4","id":"1123"},{"amount":"1","charge":"1000","slot":"7","id":"1073"}]},
-{"appearance":{"appearance_cache":[{"color":"20","look":"1"},{"color":"0","look":"14"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"3751"},{"amount":"1","charge":"1000","slot":"1","id":"10499"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"546"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"548"},{"amount":"1","charge":"1000","slot":"10","id":"3105"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"14120"},{"amount":"1","charge":"1000","slot":"2","id":"9470"},{"amount":"1","charge":"1000","slot":"3","id":"1305"},{"amount":"1","charge":"1000","slot":"4","id":"10822"},{"amount":"1","charge":"1000","slot":"5","id":"1540"},{"amount":"1","charge":"1000","slot":"7","id":"10824"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1153"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4153"},{"amount":"1","charge":"1000","slot":"4","id":"1115"},{"amount":"1","charge":"1000","slot":"7","id":"1067"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"3751"},{"amount":"1","charge":"1000","slot":"1","id":"6568"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"5698"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"8847"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"4131"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1163"},{"amount":"1","charge":"1000","slot":"2","id":"3853"},{"amount":"1","charge":"1000","slot":"3","id":"1373"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"1079"}]} ,
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11021"},{"amount":"1","charge":"1000","slot":"2","id":"3853"},{"amount":"1","charge":"1000","slot":"3","id":"1373"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"1079"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11021"},{"amount":"1","charge":"1000","slot":"1","id":"14081"},{"amount":"1","charge":"1000","slot":"2","id":"3853"},{"amount":"1","charge":"1000","slot":"3","id":"1373"},{"amount":"1","charge":"1000","slot":"4","id":"6184"},{"amount":"1","charge":"1000","slot":"7","id":"6185"},{"amount":"1","charge":"1000","slot":"10","id":"3107"}]},
-{"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"6","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"6182"},{"amount":"1","charge":"1000","slot":"1","id":"10636"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1371"},{"amount":"1","charge":"1000","slot":"4","id":"10633"},{"amount":"1","charge":"1000","slot":"5","id":"3122"},{"amount":"1","charge":"1000","slot":"7","id":"6181"}]},
-{"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"10071"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1381"},{"amount":"1","charge":"1000","slot":"10","id":"88"}]}
-
- ],
- "veteran": [
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1038"},{"amount":"1","charge":"1000","slot":"1","id":"6570"},{"amount":"1","charge":"1000","slot":"2","id":"10360"},{"amount":"1","charge":"1000","slot":"3","id":"3053"},{"amount":"1","charge":"1000","slot":"4","id":"3140"},{"amount":"1","charge":"1000","slot":"5","id":"1171"},{"amount":"1","charge":"1000","slot":"7","id":"10394"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]},
- {"appearance":{"appearance_cache":[{"color":"4","look":"48"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1038"},{"amount":"1","charge":"1000","slot":"1","id":"6570"},{"amount":"1","charge":"1000","slot":"2","id":"10360"},{"amount":"1","charge":"1000","slot":"3","id":"3053"},{"amount":"1","charge":"1000","slot":"4","id":"3140"},{"amount":"1","charge":"1000","slot":"5","id":"1171"},{"amount":"1","charge":"1000","slot":"7","id":"10394"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]},
- {"appearance":{"appearance_cache":[{"color":"4","look":"48"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9950"},{"amount":"1","charge":"1000","slot":"1","id":"6570"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"7668"},{"amount":"1","charge":"1000","slot":"4","id":"2503"},{"amount":"1","charge":"1000","slot":"7","id":"2497"},{"amount":"1","charge":"1000","slot":"9","id":"5556"},{"amount":"1","charge":"1000","slot":"10","id":"11732"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]},
- {"appearance":{"appearance_cache":[{"color":"12","look":"261"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"9805"},{"amount":"1","charge":"1000","slot":"4","id":"10348"},{"amount":"1","charge":"1000","slot":"10","id":"1837"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"9807"},{"amount":"1","charge":"1000","slot":"2","id":"1656"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"9","id":"7462"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9758"},{"amount":"1","charge":"1000","slot":"1","id":"9757"},{"amount":"1","charge":"1000","slot":"2","id":"1656"},{"amount":"1","charge":"1000","slot":"3","id":"1387"},{"amount":"1","charge":"1000","slot":"4","id":"10378"},{"amount":"1","charge":"1000","slot":"5","id":"1183"},{"amount":"1","charge":"1000","slot":"7","id":"10380"},{"amount":"1","charge":"1000","slot":"9","id":"7462"},{"amount":"1","charge":"1000","slot":"10","id":"10696"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10828"},{"amount":"1","charge":"1000","slot":"1","id":"10635"},{"amount":"1","charge":"1000","slot":"2","id":"9470"},{"amount":"1","charge":"1000","slot":"3","id":"9185"},{"amount":"1","charge":"1000","slot":"4","id":"10386"},{"amount":"1","charge":"1000","slot":"5","id":"3842"},{"amount":"1","charge":"1000","slot":"7","id":"10388"},{"amount":"1","charge":"1000","slot":"10","id":"1837"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9755"},{"amount":"1","charge":"1000","slot":"1","id":"9754"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1275"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"88"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9764"},{"amount":"1","charge":"1000","slot":"1","id":"9763"},{"amount":"1","charge":"1000","slot":"2","id":"1704"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"108"},{"color":"3","look":"34"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9814"},{"amount":"1","charge":"1000","slot":"1","id":"10662"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"108"},{"color":"3","look":"34"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9749"},{"amount":"1","charge":"1000","slot":"1","id":"10662"},{"amount":"1","charge":"1000","slot":"2","id":"6585"},{"amount":"1","charge":"1000","slot":"3","id":"5016"},{"amount":"1","charge":"1000","slot":"4","id":"13858"},{"amount":"1","charge":"1000","slot":"5","id":"7053"},{"amount":"1","charge":"1000","slot":"7","id":"13861"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11718"},{"amount":"1","charge":"1000","slot":"1","id":"10499"},{"amount":"1","charge":"1000","slot":"2","id":"87"},{"amount":"1","charge":"1000","slot":"3","id":"9185"},{"amount":"1","charge":"1000","slot":"4","id":"11720"},{"amount":"1","charge":"1000","slot":"5","id":"11283"},{"amount":"1","charge":"1000","slot":"7","id":"11722"},{"amount":"1","charge":"1000","slot":"9","id":"7458"},{"amount":"1","charge":"1000","slot":"10","id":"6920"}]},
- {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"6918"},{"amount":"1","charge":"1000","slot":"1","id":"9771"},{"amount":"1","charge":"1000","slot":"2","id":"87"},{"amount":"1","charge":"1000","slot":"3","id":"1387"},{"amount":"1","charge":"1000","slot":"4","id":"6916"},{"amount":"1","charge":"1000","slot":"5","id":"11283"},{"amount":"1","charge":"1000","slot":"7","id":"6924"},{"amount":"1","charge":"1000","slot":"9","id":"6922"},{"amount":"1","charge":"1000","slot":"10","id":"6920"}]},
-{"appearance":{"appearance_cache":[{"color":"0","look":"45"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"6","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"2637"},{"amount":"1","charge":"1000","slot":"1","id":"9769"},{"amount":"1","charge":"1000","slot":"2","id":"1478"},{"amount":"1","charge":"1000","slot":"3","id":"4151"},{"amount":"1","charge":"1000","slot":"4","id":"10460"},{"amount":"1","charge":"1000","slot":"5","id":"3842"},{"amount":"1","charge":"1000","slot":"7","id":"10394"},{"amount":"1","charge":"1000","slot":"9","id":"2912"},{"amount":"1","charge":"1000","slot":"10","id":"2904"}]},
- {"appearance":{"appearance_cache":[{"color":"0","look":"45"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"6","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"8903"},{"amount":"1","charge":"1000","slot":"1","id":"9807"},{"amount":"1","charge":"1000","slot":"2","id":"6585"},{"amount":"1","charge":"1000","slot":"3","id":"4151"},{"amount":"1","charge":"1000","slot":"4","id":"14479"},{"amount":"1","charge":"1000","slot":"5","id":"1187"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"9","id":"2912"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]},
-{"appearance":{"appearance_cache":[{"color":"20","look":"278"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"10635"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4151"},{"amount":"1","charge":"1000","slot":"4","id":"4757"},{"amount":"1","charge":"1000","slot":"5","id":"7053"},{"amount":"1","charge":"1000","slot":"7","id":"4759"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]},
- {"appearance":{"appearance_cache":[{"color":"20","look":"278"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1163"},{"amount":"1","charge":"1000","slot":"1","id":"9766"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"10551"},{"amount":"1","charge":"1000","slot":"5","id":"8850"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"9","id":"7455"}]},
-{"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"2643"},{"amount":"1","charge":"1000","slot":"1","id":"10446"},{"amount":"1","charge":"1000","slot":"2","id":"6585"},{"amount":"1","charge":"1000","slot":"3","id":"4151"},{"amount":"1","charge":"1000","slot":"4","id":"4712"},{"amount":"1","charge":"1000","slot":"5","id":"8850"},{"amount":"1","charge":"1000","slot":"7","id":"4714"},{"amount":"1","charge":"1000","slot":"9","id":"7461"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]},
-{"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"6","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10828"},{"amount":"1","charge":"1000","slot":"1","id":"2414"},{"amount":"1","charge":"1000","slot":"2","id":"6585"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"10551"},{"amount":"1","charge":"1000","slot":"5","id":"1187"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"9","id":"7462"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]}
-
-
- ]
-}
\ No newline at end of file
diff --git a/Server/data/cache/main_file_cache.dat2 b/Server/data/cache/main_file_cache.dat2
index 245fa6081..5658efe32 100644
--- a/Server/data/cache/main_file_cache.dat2
+++ b/Server/data/cache/main_file_cache.dat2
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b5431211b019b9403b4cfca933f4c9635c1d5278d3730995dced0d8672b1cc91
-size 91702293
+oid sha256:2985b1eac72527b3badb3316d61ba0043310f3c38dd6a5626ae2bfb082fee200
+size 91621090
diff --git a/Server/data/cache/main_file_cache.idx19 b/Server/data/cache/main_file_cache.idx19
index 853d55e14..e46de80f4 100644
--- a/Server/data/cache/main_file_cache.idx19
+++ b/Server/data/cache/main_file_cache.idx19
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3e8d1f3dd00aed753029371a37eb75f2068a6bfb902d481891a2e15afd3a9f34
+oid sha256:4de110552ac35ab5395e44b79133450ba04eac1fa36c4eceb7271cda858024f1
size 348
diff --git a/Server/data/cache/main_file_cache.idx255 b/Server/data/cache/main_file_cache.idx255
index 6e504259a..4c00d4443 100644
--- a/Server/data/cache/main_file_cache.idx255
+++ b/Server/data/cache/main_file_cache.idx255
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:83a2292c515596af0423764c48e41dfe1aac482920dca0b89ecb343db6dd4c30
+oid sha256:ad2c31c2f1ce536aee407c59c733ece2809e4ee9b930108f13e149744521ed56
size 174
diff --git a/Server/data/cache/main_file_cache.idx5 b/Server/data/cache/main_file_cache.idx5
index f19fd00c7..dad8dfec7 100644
--- a/Server/data/cache/main_file_cache.idx5
+++ b/Server/data/cache/main_file_cache.idx5
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:32bda84b31731cd60f7bc4e90caf7d55671e966fa958d60f2ec91da16340743d
-size 22188
+oid sha256:9ef6807f6653e09be9b6e2299055f1132c34dc6108e8b92fbae5add2233c2d64
+size 22092
diff --git a/Server/data/configs/account_limit_exceptions.conf b/Server/data/configs/account_limit_exceptions.conf
deleted file mode 100644
index c412ca256..000000000
--- a/Server/data/configs/account_limit_exceptions.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[exceptions]
-"127.0.0.1" = 5
\ No newline at end of file
diff --git a/Server/data/configs/ammo_configs.json b/Server/data/configs/ammo_configs.json
index 47da425c3..4cc7dbc0a 100644
--- a/Server/data/configs/ammo_configs.json
+++ b/Server/data/configs/ammo_configs.json
@@ -125,7 +125,7 @@
"start_graphic": "232,96",
"darkbow_graphic": "",
"projectile": "226,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "813",
@@ -133,7 +133,7 @@
"start_graphic": "233,96",
"darkbow_graphic": "",
"projectile": "227,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "814",
@@ -141,7 +141,7 @@
"start_graphic": "234,96",
"darkbow_graphic": "",
"projectile": "228,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "815",
@@ -149,7 +149,7 @@
"start_graphic": "235,96",
"darkbow_graphic": "",
"projectile": "229,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "816",
@@ -157,7 +157,7 @@
"start_graphic": "236,96",
"darkbow_graphic": "",
"projectile": "230,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "817",
@@ -165,7 +165,7 @@
"start_graphic": "237,96",
"darkbow_graphic": "",
"projectile": "231,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "825",
@@ -221,7 +221,7 @@
"start_graphic": "206,96",
"darkbow_graphic": "",
"projectile": "200,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "832",
@@ -229,7 +229,7 @@
"start_graphic": "207,96",
"darkbow_graphic": "",
"projectile": "201,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "833",
@@ -237,7 +237,7 @@
"start_graphic": "208,96",
"darkbow_graphic": "",
"projectile": "202,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "834",
@@ -245,7 +245,7 @@
"start_graphic": "209,96",
"darkbow_graphic": "",
"projectile": "203,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "835",
@@ -253,7 +253,7 @@
"start_graphic": "210,96",
"darkbow_graphic": "",
"projectile": "204,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "836",
@@ -261,7 +261,7 @@
"start_graphic": "211,96",
"darkbow_graphic": "",
"projectile": "205,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "863",
@@ -325,7 +325,7 @@
"start_graphic": "219,96",
"darkbow_graphic": "",
"projectile": "212,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "871",
@@ -333,7 +333,7 @@
"start_graphic": "220,96",
"darkbow_graphic": "",
"projectile": "213,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "872",
@@ -341,7 +341,7 @@
"start_graphic": "221,96",
"darkbow_graphic": "",
"projectile": "214,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "873",
@@ -349,7 +349,7 @@
"start_graphic": "223,96",
"darkbow_graphic": "",
"projectile": "216,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "874",
@@ -357,7 +357,7 @@
"start_graphic": "222,96",
"darkbow_graphic": "",
"projectile": "215,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "875",
@@ -365,7 +365,7 @@
"start_graphic": "224,96",
"darkbow_graphic": "",
"projectile": "217,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "876",
@@ -373,7 +373,7 @@
"start_graphic": "225,96",
"darkbow_graphic": "",
"projectile": "218,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "877",
@@ -389,7 +389,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "879",
@@ -421,7 +421,7 @@
"start_graphic": "19,96",
"darkbow_graphic": "1104,96",
"projectile": "10,40,36,41,46,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "884",
@@ -437,7 +437,7 @@
"start_graphic": "18,96",
"darkbow_graphic": "1105,96",
"projectile": "9,40,36,41,46,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "886",
@@ -453,7 +453,7 @@
"start_graphic": "20,96",
"darkbow_graphic": "1106,96",
"projectile": "11,40,36,41,46,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "888",
@@ -469,7 +469,7 @@
"start_graphic": "21,96",
"darkbow_graphic": "1107,96",
"projectile": "12,40,36,41,46,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "890",
@@ -485,7 +485,7 @@
"start_graphic": "22,96",
"darkbow_graphic": "1108,96",
"projectile": "13,40,36,41,46,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "892",
@@ -501,7 +501,7 @@
"start_graphic": "24,96",
"darkbow_graphic": "1109,96",
"projectile": "15,40,36,41,46,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "2532",
@@ -565,7 +565,7 @@
"start_graphic": "273,96",
"darkbow_graphic": "",
"projectile": "227,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "4160",
@@ -725,7 +725,7 @@
"start_graphic": "19,96",
"darkbow_graphic": "1104,96",
"projectile": "10,40,36,41,46,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5617",
@@ -733,7 +733,7 @@
"start_graphic": "18,96",
"darkbow_graphic": "1105,96",
"projectile": "9,40,36,41,46,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5618",
@@ -741,7 +741,7 @@
"start_graphic": "20,96",
"darkbow_graphic": "1106,96",
"projectile": "11,40,36,41,46,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5619",
@@ -749,7 +749,7 @@
"start_graphic": "21,96",
"darkbow_graphic": "1107,96",
"projectile": "12,40,36,41,46,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5620",
@@ -757,7 +757,7 @@
"start_graphic": "22,96",
"darkbow_graphic": "1108,96",
"projectile": "13,40,36,41,46,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5621",
@@ -773,7 +773,7 @@
"start_graphic": "19,96",
"darkbow_graphic": "1104,96",
"projectile": "10,40,36,41,46,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5623",
@@ -781,7 +781,7 @@
"start_graphic": "18,96",
"darkbow_graphic": "1105,96",
"projectile": "9,40,36,41,46,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5624",
@@ -789,7 +789,7 @@
"start_graphic": "20,96",
"darkbow_graphic": "1106,96",
"projectile": "11,40,36,41,46,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5625",
@@ -797,7 +797,7 @@
"start_graphic": "21,96",
"darkbow_graphic": "1107,96",
"projectile": "12,40,36,41,46,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5626",
@@ -805,7 +805,7 @@
"start_graphic": "22,96",
"darkbow_graphic": "1108,96",
"projectile": "13,40,36,41,46,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5627",
@@ -813,7 +813,7 @@
"start_graphic": "24,96",
"darkbow_graphic": "1109,96",
"projectile": "15,40,36,41,46,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5628",
@@ -821,7 +821,7 @@
"start_graphic": "232,96",
"darkbow_graphic": "",
"projectile": "226,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5629",
@@ -829,7 +829,7 @@
"start_graphic": "233,96",
"darkbow_graphic": "",
"projectile": "227,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5630",
@@ -837,7 +837,7 @@
"start_graphic": "235,96",
"darkbow_graphic": "",
"projectile": "229,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5631",
@@ -845,7 +845,7 @@
"start_graphic": "273,96",
"darkbow_graphic": "",
"projectile": "227,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5633",
@@ -853,7 +853,7 @@
"start_graphic": "236,96",
"darkbow_graphic": "",
"projectile": "230,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5634",
@@ -861,7 +861,7 @@
"start_graphic": "237,96",
"darkbow_graphic": "",
"projectile": "231,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5635",
@@ -869,7 +869,7 @@
"start_graphic": "232,96",
"darkbow_graphic": "",
"projectile": "226,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5636",
@@ -877,7 +877,7 @@
"start_graphic": "233,96",
"darkbow_graphic": "",
"projectile": "227,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5637",
@@ -885,7 +885,7 @@
"start_graphic": "234,96",
"darkbow_graphic": "",
"projectile": "228,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5638",
@@ -893,7 +893,7 @@
"start_graphic": "273,96",
"darkbow_graphic": "",
"projectile": "227,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5639",
@@ -901,7 +901,7 @@
"start_graphic": "235,96",
"darkbow_graphic": "",
"projectile": "229,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5640",
@@ -909,7 +909,7 @@
"start_graphic": "236,96",
"darkbow_graphic": "",
"projectile": "230,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5641",
@@ -917,7 +917,7 @@
"start_graphic": "237,96",
"darkbow_graphic": "",
"projectile": "231,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5642",
@@ -925,7 +925,7 @@
"start_graphic": "206,96",
"darkbow_graphic": "",
"projectile": "200,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5643",
@@ -933,7 +933,7 @@
"start_graphic": "207,96",
"darkbow_graphic": "",
"projectile": "201,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5644",
@@ -941,7 +941,7 @@
"start_graphic": "208,96",
"darkbow_graphic": "",
"projectile": "202,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5645",
@@ -949,7 +949,7 @@
"start_graphic": "209,96",
"darkbow_graphic": "",
"projectile": "203,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5646",
@@ -957,7 +957,7 @@
"start_graphic": "210,96",
"darkbow_graphic": "",
"projectile": "204,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5647",
@@ -965,7 +965,7 @@
"start_graphic": "211,96",
"darkbow_graphic": "",
"projectile": "205,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5648",
@@ -973,7 +973,7 @@
"start_graphic": "206,96",
"darkbow_graphic": "",
"projectile": "200,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5649",
@@ -981,7 +981,7 @@
"start_graphic": "207,96",
"darkbow_graphic": "",
"projectile": "201,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5650",
@@ -989,7 +989,7 @@
"start_graphic": "208,96",
"darkbow_graphic": "",
"projectile": "202,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5651",
@@ -997,7 +997,7 @@
"start_graphic": "209,96",
"darkbow_graphic": "",
"projectile": "203,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5652",
@@ -1005,7 +1005,7 @@
"start_graphic": "210,96",
"darkbow_graphic": "",
"projectile": "204,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5653",
@@ -1013,7 +1013,7 @@
"start_graphic": "211,96",
"darkbow_graphic": "",
"projectile": "205,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5654",
@@ -1021,7 +1021,7 @@
"start_graphic": "219,96",
"darkbow_graphic": "",
"projectile": "212,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5655",
@@ -1029,7 +1029,7 @@
"start_graphic": "220,96",
"darkbow_graphic": "",
"projectile": "213,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5656",
@@ -1037,7 +1037,7 @@
"start_graphic": "221,96",
"darkbow_graphic": "",
"projectile": "214,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5657",
@@ -1045,7 +1045,7 @@
"start_graphic": "223,96",
"darkbow_graphic": "",
"projectile": "216,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5658",
@@ -1053,7 +1053,7 @@
"start_graphic": "222,96",
"darkbow_graphic": "",
"projectile": "215,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5659",
@@ -1061,7 +1061,7 @@
"start_graphic": "224,96",
"darkbow_graphic": "",
"projectile": "217,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5660",
@@ -1069,7 +1069,7 @@
"start_graphic": "225,96",
"darkbow_graphic": "",
"projectile": "218,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "5661",
@@ -1077,7 +1077,7 @@
"start_graphic": "219,96",
"darkbow_graphic": "",
"projectile": "212,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5662",
@@ -1085,7 +1085,7 @@
"start_graphic": "220,96",
"darkbow_graphic": "",
"projectile": "213,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5663",
@@ -1093,7 +1093,7 @@
"start_graphic": "221,96",
"darkbow_graphic": "",
"projectile": "214,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5664",
@@ -1101,7 +1101,7 @@
"start_graphic": "223,96",
"darkbow_graphic": "",
"projectile": "216,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5665",
@@ -1109,7 +1109,7 @@
"start_graphic": "222,96",
"darkbow_graphic": "",
"projectile": "215,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5666",
@@ -1117,7 +1117,7 @@
"start_graphic": "224,96",
"darkbow_graphic": "",
"projectile": "217,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "5667",
@@ -1125,7 +1125,7 @@
"start_graphic": "225,96",
"darkbow_graphic": "",
"projectile": "218,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "6061",
@@ -1133,7 +1133,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "6062",
@@ -1141,7 +1141,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "6522",
@@ -1293,7 +1293,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "9287",
@@ -1301,7 +1301,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "9288",
@@ -1309,7 +1309,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "9289",
@@ -1317,7 +1317,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "9290",
@@ -1325,7 +1325,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "9291",
@@ -1333,7 +1333,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "9293",
@@ -1341,7 +1341,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "9294",
@@ -1349,7 +1349,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "9295",
@@ -1357,7 +1357,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "9296",
@@ -1365,7 +1365,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "9297",
@@ -1373,7 +1373,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "9298",
@@ -1381,7 +1381,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "9300",
@@ -1389,7 +1389,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "9301",
@@ -1397,7 +1397,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "9302",
@@ -1405,7 +1405,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "9303",
@@ -1413,7 +1413,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "9304",
@@ -1421,7 +1421,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "9305",
@@ -1429,7 +1429,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "9335",
@@ -1557,7 +1557,7 @@
"start_graphic": "1116,96",
"darkbow_graphic": "1114,96",
"projectile": "1120,40,36,41,46,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "11228",
@@ -1565,7 +1565,7 @@
"start_graphic": "1116,96",
"darkbow_graphic": "1114,96",
"projectile": "1120,40,36,41,46,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "11229",
@@ -1573,7 +1573,7 @@
"start_graphic": "1116,96",
"darkbow_graphic": "1114,96",
"projectile": "1120,40,36,41,46,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "11230",
@@ -1589,7 +1589,7 @@
"start_graphic": "1123,96",
"darkbow_graphic": "",
"projectile": "1122,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "11233",
@@ -1597,7 +1597,7 @@
"start_graphic": "1123,96",
"darkbow_graphic": "",
"projectile": "1122,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "11234",
@@ -1605,7 +1605,7 @@
"start_graphic": "1123,96",
"darkbow_graphic": "",
"projectile": "1122,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "13083",
@@ -1621,7 +1621,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "13085",
@@ -1629,7 +1629,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "13086",
@@ -1637,7 +1637,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "27,38,36,41,32,5,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "13280",
@@ -1661,7 +1661,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "1837,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "13881",
@@ -1669,7 +1669,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "1837,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "13882",
@@ -1677,7 +1677,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "1837,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "13883",
@@ -1701,7 +1701,7 @@
"start_graphic": "-1,0",
"darkbow_graphic": "",
"projectile": "1837,40,36,32,32,15,0",
- "poison_damage": "10"
+ "poison_damage": "28"
},
{
"itemId": "13955",
@@ -1709,7 +1709,7 @@
"start_graphic": "1837,96",
"darkbow_graphic": "",
"projectile": "1840,40,36,32,32,15,0",
- "poison_damage": "15"
+ "poison_damage": "38"
},
{
"itemId": "13956",
@@ -1717,7 +1717,7 @@
"start_graphic": "1837,96",
"darkbow_graphic": "",
"projectile": "1840,40,36,32,32,15,0",
- "poison_damage": "20"
+ "poison_damage": "48"
},
{
"itemId": "13957",
diff --git a/Server/data/configs/clue_rewards.json b/Server/data/configs/clue_rewards.json
index 5554b133b..bbe03ffe6 100644
--- a/Server/data/configs/clue_rewards.json
+++ b/Server/data/configs/clue_rewards.json
@@ -389,31 +389,31 @@
{
"minAmount": 1,
"weight": "5",
- "id": 7334,
+ "id": 10666,
"maxAmount": 1
},
{
"minAmount": 1,
"weight": "5",
- "id": 7340,
+ "id": 10669,
"maxAmount": 1
},
{
"minAmount": 1,
"weight": "5",
- "id": 7346,
+ "id": 10672,
"maxAmount": 1
},
{
"minAmount": 1,
"weight": "5",
- "id": 7352,
+ "id": 10675,
"maxAmount": 1
},
{
"minAmount": 1,
"weight": "5",
- "id": 7358,
+ "id": 10678,
"maxAmount": 1
},
{
@@ -949,7 +949,7 @@
{
"minAmount": 1,
"weight": "5",
- "id": 7336,
+ "id": 10667,
"maxAmount": 1
},
{
@@ -961,7 +961,7 @@
{
"minAmount": 1,
"weight": "5",
- "id": 7342,
+ "id": 10670,
"maxAmount": 1
},
{
@@ -973,7 +973,7 @@
{
"minAmount": 1,
"weight": "5",
- "id": 7348,
+ "id": 10673,
"maxAmount": 1
},
{
@@ -985,7 +985,7 @@
{
"minAmount": 1,
"weight": "5",
- "id": 7354,
+ "id": 10676,
"maxAmount": 1
},
{
@@ -997,7 +997,7 @@
{
"minAmount": 1,
"weight": "5",
- "id": 7360,
+ "id": 10679,
"maxAmount": 1
},
{
diff --git a/Server/data/configs/door_configs.json b/Server/data/configs/door_configs.json
index f342b1856..21568f895 100644
--- a/Server/data/configs/door_configs.json
+++ b/Server/data/configs/door_configs.json
@@ -73,7 +73,7 @@
},
{
"id": "92",
- "replaceId": "91",
+ "replaceId": "17317",
"fence": "false",
"metal": "false"
},
@@ -193,7 +193,7 @@
},
{
"id": "1553",
- "replaceId": "1556",
+ "replaceId": "1552",
"fence": "true",
"metal": "false"
},
@@ -301,7 +301,7 @@
},
{
"id": "2025",
- "replaceId": "2026",
+ "replaceId": "1534",
"fence": "false",
"metal": "false"
},
@@ -312,14 +312,14 @@
"metal": "false"
},
{
- "id": "1530",
+ "id": "2036",
"replaceId": "1531",
"fence": "false",
"metal": "false"
},
{
"id": "2039",
- "replaceId": "1560",
+ "replaceId": "1561",
"fence": "false",
"metal": "true"
},
@@ -332,18 +332,18 @@
{
"id": "2050",
"replaceId": "15511",
- "fence": "true",
+ "fence": "false",
"metal": "false"
},
{
"id": "2051",
"replaceId": "15513",
- "fence": "true",
+ "fence": "false",
"metal": "false"
},
{
"id": "2054",
- "replaceId": "2055",
+ "replaceId": "24375",
"fence": "false",
"metal": "false"
},
@@ -419,6 +419,18 @@
"fence": "false",
"metal": "false"
},
+ {
+ "id": "2391",
+ "replaceId": "1561",
+ "fence": "false",
+ "metal": "true"
+ },
+ {
+ "id": "2392",
+ "replaceId": "1561",
+ "fence": "false",
+ "metal": "true"
+ },
{
"id": "2397",
"replaceId": "24383",
@@ -884,12 +896,12 @@
{
"id": "3725",
"replaceId": "3727",
- "fence": "true",
+ "fence": "false",
"metal": "false"
},
{
"id": "3726",
- "replaceId": "3728",
+ "replaceId": "3727",
"fence": "true",
"metal": "false"
},
@@ -913,7 +925,7 @@
},
{
"id": "3747",
- "replaceId": "3748",
+ "replaceId": "1534",
"fence": "false",
"metal": "false"
},
@@ -931,7 +943,7 @@
},
{
"id": "4148",
- "replaceId": "4246",
+ "replaceId": "4248",
"fence": "false",
"metal": "false"
},
@@ -967,19 +979,19 @@
},
{
"id": "4423",
- "replaceId": "4425",
+ "replaceId": "4429",
"fence": "false",
"metal": "false"
},
{
"id": "4424",
- "replaceId": "4426",
+ "replaceId": "11382",
"fence": "false",
"metal": "false"
},
{
"id": "4427",
- "replaceId": "4429",
+ "replaceId": "11380",
"fence": "false",
"metal": "false"
},
@@ -1226,12 +1238,12 @@
{
"id": "7049",
"replaceId": "7051",
- "fence": "true",
+ "fence": "false",
"metal": "false"
},
{
"id": "7050",
- "replaceId": "7052",
+ "replaceId": "23919",
"fence": "true",
"metal": "false"
},
@@ -1328,7 +1340,7 @@
{
"id": "8810",
"replaceId": "8812",
- "fence": "true",
+ "fence": "false",
"metal": "false"
},
{
@@ -1427,12 +1439,6 @@
"fence": "false",
"metal": "false"
},
- {
- "id": "11470",
- "replaceId": "11471",
- "fence": "false",
- "metal": "false"
- },
{
"id": "11483",
"replaceId": "11708",
@@ -1753,7 +1759,7 @@
},
{
"id": "14245",
- "replaceId": "14246",
+ "replaceId": "14248",
"fence": "true",
"metal": "false"
},
@@ -1977,15 +1983,7 @@
"id": "20391",
"replaceId": "28518",
"fence": "false",
- "metal": "true",
- "autowalk": "true"
- },
- {
- "id": "28514",
- "replaceId": "28518",
- "fence": "false",
- "metal": "true",
- "autowalk": "true"
+ "metal": "true"
},
{
"id": "21065",
@@ -2146,18 +2144,18 @@
{
"id": "24369",
"replaceId": "24373",
- "fence": "false",
+ "fence": "true",
"metal": "false"
},
{
"id": "24370",
"replaceId": "24374",
- "fence": "false",
+ "fence": "true",
"metal": "false"
},
{
"id": "24376",
- "replaceId": "24375",
+ "replaceId": "24377",
"fence": "false",
"metal": "false"
},
@@ -2179,6 +2177,18 @@
"fence": "false",
"metal": "false"
},
+ {
+ "id": "24560",
+ "replaceId": "15515",
+ "fence": "false",
+ "metal": "false"
+ },
+ {
+ "id": "24561",
+ "replaceId": "15517",
+ "fence": "false",
+ "metal": "false"
+ },
{
"id": "24565",
"replaceId": "36316",
@@ -2347,25 +2357,11 @@
"fence": "false",
"metal": "true"
},
- {
- "id": "26081",
- "replaceId": "26083",
- "fence": "false",
- "metal": "true",
- "autowalk": "true"
- },
- {
- "id": "26082",
- "replaceId": "26084",
- "fence": "false",
- "metal": "true",
- "autowalk": "true"
- },
{
"id": "26130",
"replaceId": "26132",
"fence": "false",
- "metal": "true"
+ "metal": "false"
},
{
"id": "26131",
@@ -2511,6 +2507,12 @@
"fence": "false",
"metal": "false"
},
+ {
+ "id": "28514",
+ "replaceId": "28518",
+ "fence": "true",
+ "metal": "true"
+ },
{
"id": "28589",
"replaceId": "28588",
@@ -2669,7 +2671,7 @@
},
{
"id": "31815",
- "replaceId": "31817",
+ "replaceId": "31816",
"fence": "false",
"metal": "false"
},
@@ -2796,7 +2798,7 @@
{
"id": "34780",
"replaceId": "34778",
- "fence": "true",
+ "fence": "false",
"metal": "false"
},
{
diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json
index 2b5926e69..21859a0a5 100644
--- a/Server/data/configs/drop_tables.json
+++ b/Server/data/configs/drop_tables.json
@@ -16,121 +16,187 @@
}
],
"charm": [],
- "ids": "1,2,3,16,24,170,351,359,663,726,727,728,729,730,1081,1084,1085,1086,1087,1088,1089,2675,2683,3223,3224,3225,3915,5923",
+ "ids": "1,2,3,16,24,170,351,359,663,726,727,728,729,730,1086,2675,3223,3224,3225,3915,5923",
"description": "",
"main": [
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1203",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "22.0",
- "id": "877",
- "maxAmount": "12"
- },
{
"minAmount": "7",
- "weight": "3.0",
- "id": "882",
+ "weight": "25.0",
+ "id": "555",
"maxAmount": "7"
},
{
"minAmount": "4",
- "weight": "2.0",
+ "weight": "25.0",
"id": "557",
"maxAmount": "4"
},
{
"minAmount": "6",
- "weight": "2.0",
+ "weight": "25.0",
"id": "554",
"maxAmount": "6"
},
{
"minAmount": "9",
- "weight": "2.0",
+ "weight": "25.0",
"id": "558",
"maxAmount": "9"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "5.0",
"id": "562",
"maxAmount": "2"
},
+ {
+ "minAmount": "7",
+ "weight": "5.0",
+ "id": "559",
+ "maxAmount": "7"
+ },
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
- "minAmount": "3",
- "weight": "37.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "5",
- "weight": "9.0",
- "id": "995",
- "maxAmount": "5"
- },
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "313",
+ "id": "215",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "436",
+ "weight": "5.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "877",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "40"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5733",
"maxAmount": "1"
}
]
@@ -145,120 +211,180 @@
}
],
"charm": [],
- "ids": "4,5,6,25,352,353,354,360,361,362,363,2776,2684,3226,3227,5924",
+ "ids": "4,5,6,25,352,353,354,360,361,362,363,2776,3226,3227,5924",
"description": "",
"main": [
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1203",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "22.0",
- "id": "877",
- "maxAmount": "12"
- },
{
"minAmount": "7",
- "weight": "3.0",
- "id": "882",
+ "weight": "50.0",
+ "id": "877",
"maxAmount": "7"
},
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "557",
- "maxAmount": "4"
- },
- {
- "minAmount": "6",
- "weight": "2.0",
- "id": "554",
- "maxAmount": "6"
- },
- {
- "minAmount": "9",
- "weight": "2.0",
- "id": "558",
- "maxAmount": "9"
- },
{
"minAmount": "2",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "2"
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "12"
},
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "3",
- "weight": "37.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "5",
- "weight": "9.0",
- "id": "995",
- "maxAmount": "5"
- },
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "1203",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "313",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "555",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "6",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "9",
+ "weight": "25.0",
+ "id": "558",
+ "maxAmount": "9"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "562",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "7",
+ "weight": "5.0",
+ "id": "559",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "436",
+ "weight": "25.0",
+ "id": "201",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1440",
+ "weight": "25.0",
+ "id": "203",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "400"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1",
"maxAmount": "1"
}
@@ -277,107 +403,185 @@
"ids": "7,1377,1757,1758,1759,1760,1761,7128,7129,7130",
"description": "",
"main": [
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "557",
- "maxAmount": "4"
- },
- {
- "minAmount": "6",
- "weight": "2.0",
- "id": "554",
- "maxAmount": "6"
- },
- {
- "minAmount": "9",
- "weight": "2.0",
- "id": "558",
- "maxAmount": "9"
- },
- {
- "minAmount": "2",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "2"
- },
- {
- "minAmount": "1",
- "weight": "11.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "27.0",
- "id": "14430",
- "maxAmount": "1"
- },
- {
- "minAmount": "3",
- "weight": "38.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "1",
- "weight": "27.0",
- "id": "0",
- "maxAmount": "1"
- },
{
"minAmount": "1",
"weight": "5.0",
- "id": "313",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "5341",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1440",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
"id": "5345",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "5343",
+ "weight": "25.0",
+ "id": "5341",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "5329",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "5340",
+ "weight": "5.0",
+ "id": "5331",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5324",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "5323",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5318",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5322",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5321",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "12148",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1",
+ "weight": "25.0",
+ "id": "313",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "556",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "6",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "9",
+ "weight": "25.0",
+ "id": "558",
+ "maxAmount": "9"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "877",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5320",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5319",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5733",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "15"
}
]
},
@@ -829,166 +1033,189 @@
"description": "",
"main": [
{
- "minAmount": "1",
- "weight": "3.0",
- "id": "1351",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1349",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1379",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1375",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1420",
- "maxAmount": "1"
- },
- {
- "minAmount": "15",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "15"
- },
- {
- "minAmount": "8",
- "weight": "3.0",
- "id": "884",
- "maxAmount": "8"
- },
- {
- "minAmount": "3",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "3"
- },
- {
- "minAmount": "5",
- "weight": "3.0",
+ "minAmount": "2",
+ "weight": "25.0",
"id": "557",
"maxAmount": "5"
},
- {
- "minAmount": "8",
- "weight": "2.0",
- "id": "554",
- "maxAmount": "8"
- },
- {
- "minAmount": "10",
- "weight": "2.0",
- "id": "558",
- "maxAmount": "10"
- },
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "563",
"maxAmount": "2"
},
{
"minAmount": "5",
- "weight": "41.0",
- "id": "995",
+ "weight": "25.0",
+ "id": "558",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "554",
"maxAmount": "5"
},
{
"minAmount": "8",
- "weight": "9.0",
- "id": "995",
+ "weight": "25.0",
+ "id": "554",
"maxAmount": "8"
},
- {
- "minAmount": "25",
- "weight": "5.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "32",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "32"
- },
{
"minAmount": "1",
- "weight": "36.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "1379",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1351",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1375",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "5",
+ "weight": "50.0",
+ "id": "882",
+ "maxAmount": "18"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1349",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1420",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "8",
+ "weight": "50.0",
+ "id": "884",
+ "maxAmount": "8"
+ },
+ {
+ "minAmount": "58",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "315"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "438",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "948",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "1917",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "2142",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "956",
+ "weight": "50.0",
+ "id": "948",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1592",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "9004",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1",
+ "weight": "25.0",
+ "id": "1595",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1619",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1623",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2714",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "956",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2349",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5733",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
},
{
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
+ "default": [],
"charm": [
{
"minAmount": "1",
@@ -1026,177 +1253,153 @@
"main": [
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "50.0",
"id": "556",
"maxAmount": "5"
},
{
"minAmount": "12",
- "weight": "2.0",
+ "weight": "50.0",
"id": "556",
"maxAmount": "12"
},
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "5"
},
{
"minAmount": "12",
- "weight": "2.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "12"
},
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "5"
},
{
"minAmount": "12",
- "weight": "2.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "12"
},
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "50.0",
"id": "557",
"maxAmount": "5"
},
{
"minAmount": "12",
- "weight": "2.0",
+ "weight": "50.0",
"id": "557",
"maxAmount": "12"
},
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "50.0",
"id": "559",
"maxAmount": "5"
},
{
"minAmount": "12",
- "weight": "2.0",
+ "weight": "50.0",
"id": "559",
"maxAmount": "12"
},
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "50.0",
"id": "558",
"maxAmount": "5"
},
{
"minAmount": "12",
- "weight": "2.0",
+ "weight": "50.0",
"id": "558",
"maxAmount": "12"
},
{
"minAmount": "2",
- "weight": "8.0",
+ "weight": "5.0",
"id": "562",
"maxAmount": "2"
},
{
"minAmount": "10",
- "weight": "1.0",
+ "weight": "5.0",
"id": "562",
"maxAmount": "10"
},
{
"minAmount": "2",
- "weight": "8.0",
+ "weight": "5.0",
"id": "561",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "5.0",
"id": "563",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "5.0",
"id": "565",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
"id": "1379",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1448",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1444",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1440",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1442",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "20.0",
- "id": "995",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "9.0",
- "id": "995",
- "maxAmount": "2"
- },
- {
- "minAmount": "18",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "18"
- },
- {
- "minAmount": "30",
- "weight": "1.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "30"
},
{
"minAmount": "1",
- "weight": "16.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "1448",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
+ "id": "1444",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "579",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "577",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "579",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -1267,115 +1470,175 @@
"main": [
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1139",
+ "weight": "25.0",
+ "id": "556",
"maxAmount": "1"
},
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1203",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "22.0",
- "id": "877",
- "maxAmount": "12"
- },
- {
- "minAmount": "7",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "7"
- },
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "557",
- "maxAmount": "4"
- },
- {
- "minAmount": "6",
- "weight": "2.0",
- "id": "554",
- "maxAmount": "6"
- },
{
"minAmount": "9",
- "weight": "2.0",
+ "weight": "50.0",
"id": "558",
"maxAmount": "9"
},
+ {
+ "minAmount": "6",
+ "weight": "50.0",
+ "id": "554",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "557",
+ "maxAmount": "4"
+ },
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "5.0",
"id": "562",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
+ "weight": "5.0",
+ "id": "563",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "7",
+ "weight": "50.0",
+ "id": "882",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "877",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1137",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "3",
- "weight": "37.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "5",
- "weight": "9.0",
- "id": "995",
- "maxAmount": "5"
- },
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "25"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
+ "weight": "50.0",
"id": "313",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "436",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1440",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "7.165",
"id": "1",
"maxAmount": "1"
}
@@ -1645,105 +1908,147 @@
"main": [
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1281",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1295",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1157",
"maxAmount": "1"
},
{
"minAmount": "30",
- "weight": "13.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "30"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "565",
"maxAmount": "1"
},
- {
- "minAmount": "1",
- "weight": "9.0",
- "id": "2351",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "2353",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "2359",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "14424",
- "maxAmount": "1"
- },
{
"minAmount": "2",
- "weight": "16.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "2"
},
{
"minAmount": "8",
- "weight": "10.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "8"
},
- {
- "minAmount": "15",
- "weight": "18.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "48",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "48"
- },
- {
- "minAmount": "120",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "120"
- },
{
"minAmount": "1",
- "weight": "2.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "2351",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "2359",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "2353",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1458",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "5733",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
}
]
},
@@ -1757,9 +2062,58 @@
}
],
"charm": [],
- "ids": "21,1072",
+ "ids": "21",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "200",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "200"
+ },
+ {
+ "minAmount": "300",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "300"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "565",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "444",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1993",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "569",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1601",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -1776,14 +2130,14 @@
"main": [
{
"minAmount": "1",
- "weight": "127.0",
- "id": "0",
+ "weight": "1.0",
+ "id": "1",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1",
+ "weight": "99.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -1830,19 +2184,25 @@
"main": [
{
"minAmount": "1",
- "weight": "32.0",
+ "weight": "25.0",
"id": "0",
"maxAmount": "1"
},
{
"minAmount": "5",
- "weight": "64.0",
+ "weight": "25.0",
"id": "314",
"maxAmount": "5"
},
+ {
+ "minAmount": "10",
+ "weight": "25.0",
+ "id": "314",
+ "maxAmount": "10"
+ },
{
"minAmount": "15",
- "weight": "32.0",
+ "weight": "25.0",
"id": "314",
"maxAmount": "15"
}
@@ -1894,14 +2254,14 @@
"main": [
{
"minAmount": "1",
- "weight": "126.0",
- "id": "0",
+ "weight": "1.0",
+ "id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "12070",
+ "weight": "63.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -1953,20 +2313,6 @@
"maxAmount": "4"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "7980",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "127.0",
- "id": "0",
- "maxAmount": "1"
- }
- ],
"ids": "50,2642",
"description": "",
"main": [
@@ -2188,127 +2534,181 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1315",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1355",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1369",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1315",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1355",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1123",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "10.0",
"id": "1303",
"maxAmount": "1"
},
{
"minAmount": "20",
- "weight": "20.0",
+ "weight": "50.0",
"id": "828",
"maxAmount": "20"
},
{
"minAmount": "4",
- "weight": "8.0",
+ "weight": "25.0",
"id": "892",
"maxAmount": "4"
},
- {
- "minAmount": "4",
- "weight": "5.0",
- "id": "563",
- "maxAmount": "4"
- },
- {
- "minAmount": "2",
- "weight": "4.0",
- "id": "565",
- "maxAmount": "2"
- },
{
"minAmount": "8",
- "weight": "3.0",
+ "weight": "25.0",
"id": "811",
"maxAmount": "8"
},
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "4"
+ },
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "25.0",
"id": "560",
"maxAmount": "5"
},
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "565",
+ "maxAmount": "2"
+ },
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
- "minAmount": "196",
- "weight": "36.0",
- "id": "995",
- "maxAmount": "196"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
},
{
- "minAmount": "330",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "330"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
},
{
- "minAmount": "690",
- "weight": "1.0",
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "30",
+ "weight": "100.0",
"id": "995",
"maxAmount": "690"
},
{
"minAmount": "3",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1897",
"maxAmount": "3"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "2361",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "5.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "8.1559",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.25",
+ "weight": "15.8",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "150.0",
+ "id": "0",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
"id": "12477",
"maxAmount": "1"
}
@@ -2366,159 +2766,153 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1315",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1361",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1355",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1369",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1315",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1123",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "6.0",
"id": "1303",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "6.0",
"id": "1113",
"maxAmount": "1"
},
+ {
+ "minAmount": "16",
+ "weight": "50.0",
+ "id": "810",
+ "maxAmount": "16"
+ },
{
"minAmount": "30",
- "weight": "20.0",
+ "weight": "50.0",
"id": "829",
"maxAmount": "30"
},
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "868",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "75",
+ "weight": "8.0",
+ "id": "556",
+ "maxAmount": "75"
+ },
+ {
+ "minAmount": "15",
+ "weight": "8.0",
+ "id": "565",
+ "maxAmount": "15"
+ },
{
"minAmount": "50",
"weight": "8.0",
"id": "554",
"maxAmount": "50"
},
- {
- "minAmount": "16",
- "weight": "7.0",
- "id": "816",
- "maxAmount": "16"
- },
{
"minAmount": "10",
- "weight": "5.0",
+ "weight": "4.0",
"id": "563",
"maxAmount": "10"
},
- {
- "minAmount": "2",
- "weight": "3.0",
- "id": "868",
- "maxAmount": "2"
- },
- {
- "minAmount": "15",
- "weight": "3.0",
- "id": "565",
- "maxAmount": "15"
- },
- {
- "minAmount": "75",
- "weight": "1.0",
- "id": "556",
- "maxAmount": "75"
- },
{
"minAmount": "10",
- "weight": "1.0",
+ "weight": "8.0",
"id": "562",
"maxAmount": "10"
},
{
- "minAmount": "196",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "196"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2361",
+ "maxAmount": "2"
},
{
- "minAmount": "330",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "330"
- },
- {
- "minAmount": "690",
- "weight": "1.0",
+ "minAmount": "170",
+ "weight": "50.0",
"id": "995",
"maxAmount": "690"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "2361",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "6.0",
"id": "1897",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "31",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "3.934",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.25",
+ "weight": "4.0",
"id": "12480",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.0128",
+ "weight": "12.6",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "0.0503584",
"id": "11286",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "75.0",
+ "id": "0",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "4.0",
+ "id": "563",
+ "maxAmount": "3"
}
]
},
@@ -2574,151 +2968,187 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1069",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1355",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
+ "id": "1069",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1243",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1161",
+ "weight": "25.0",
+ "id": "1355",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1245",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1161",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
"id": "1213",
"maxAmount": "1"
},
{
"minAmount": "75",
- "weight": "8.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "75"
},
{
"minAmount": "15",
- "weight": "5.0",
+ "weight": "25.0",
"id": "561",
"maxAmount": "15"
},
- {
- "minAmount": "3",
- "weight": "3.0",
- "id": "563",
- "maxAmount": "3"
- },
{
"minAmount": "37",
- "weight": "1.0",
+ "weight": "25.0",
"id": "554",
"maxAmount": "37"
},
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "3"
+ },
{
"minAmount": "8",
- "weight": "1.0",
+ "weight": "25.0",
"id": "565",
"maxAmount": "8"
},
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
- "minAmount": "11",
- "weight": "5.0",
- "id": "995",
- "maxAmount": "11"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
},
{
- "minAmount": "44",
- "weight": "26.0",
- "id": "995",
- "maxAmount": "44"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
},
{
- "minAmount": "132",
+ "minAmount": "1",
"weight": "25.0",
- "id": "995",
- "maxAmount": "132"
+ "id": "205",
+ "maxAmount": "1"
},
{
- "minAmount": "200",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "200"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
},
{
- "minAmount": "440",
- "weight": "1.0",
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "10",
+ "weight": "100.0",
"id": "995",
"maxAmount": "440"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "449",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "31",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "7.937",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.25",
+ "weight": "15.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "125.0",
+ "id": "0",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
"id": "12478",
"maxAmount": "1"
}
@@ -2758,120 +3188,126 @@
"maxAmount": "1"
}
],
- "ids": "59,60",
+ "ids": "59,60,4400",
"description": "",
"main": [
{
- "minAmount": "1",
- "weight": "2.0",
- "id": "839",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1189",
- "maxAmount": "1"
- },
- {
- "minAmount": "8",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "8"
- },
- {
- "minAmount": "8",
- "weight": "3.0",
- "id": "877",
- "maxAmount": "8"
- },
- {
- "minAmount": "6",
- "weight": "2.0",
+ "minAmount": "4",
+ "weight": "25.0",
"id": "556",
"maxAmount": "6"
},
{
"minAmount": "4",
- "weight": "2.0",
+ "weight": "25.0",
"id": "557",
"maxAmount": "4"
},
{
"minAmount": "6",
- "weight": "2.0",
+ "weight": "25.0",
"id": "554",
"maxAmount": "6"
},
{
"minAmount": "7",
- "weight": "2.0",
+ "weight": "25.0",
"id": "559",
"maxAmount": "7"
},
- {
- "minAmount": "6",
- "weight": "1.0",
- "id": "558",
- "maxAmount": "6"
- },
{
"minAmount": "1",
- "weight": "19.0",
- "id": "995",
+ "weight": "50.0",
+ "id": "1139",
"maxAmount": "1"
},
{
- "minAmount": "5",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "5"
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "877",
+ "maxAmount": "8"
},
{
- "minAmount": "12",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "12"
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "11"
},
{
- "minAmount": "20",
- "weight": "1.0",
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "839",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1189",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "995",
"maxAmount": "20"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "229",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "2307",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "2307",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1444",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "1955",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1009",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "30.0",
+ "weight": "5.0",
+ "id": "229",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
}
@@ -2911,7 +3347,7 @@
"maxAmount": "1"
}
],
- "ids": "61,1004,1221,1473,1474,4400,4401,7207",
+ "ids": "61,1004,1221,1473,1474,4401,7207",
"description": "",
"main": [
{
@@ -2937,38 +3373,116 @@
"main": [
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1233",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
- "minAmount": "17",
- "weight": "8.0",
- "id": "9288",
- "maxAmount": "17"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
},
{
- "minAmount": "12",
- "weight": "8.0",
- "id": "814",
- "maxAmount": "12"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "808",
+ "maxAmount": "1"
},
{
"minAmount": "13",
- "weight": "2.0",
+ "weight": "25.0",
"id": "557",
"maxAmount": "13"
},
+ {
+ "minAmount": "20",
+ "weight": "25.0",
+ "id": "9141",
+ "maxAmount": "20"
+ },
{
"minAmount": "1",
- "weight": "8.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "11766",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "100.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "11767",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "11768",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "11769",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "11764",
"maxAmount": "1"
}
]
@@ -3078,176 +3592,176 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1307",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1375",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "4.0",
- "id": "806",
- "maxAmount": "2"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "3190",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1321",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1337",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "4.0",
- "id": "807",
- "maxAmount": "2"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1293",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1420",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1323",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1239",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1353",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1207",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1424",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1155",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1075",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1101",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1141",
- "maxAmount": "1"
- },
- {
- "minAmount": "5",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "5"
- },
- {
- "minAmount": "8",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "8"
- },
- {
- "minAmount": "10",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "10"
- },
- {
- "minAmount": "12",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "12"
- },
- {
- "minAmount": "23",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "23"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "946",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "12070",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "5105",
+ "weight": "25.0",
+ "id": "1205",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
- "id": "14424",
+ "id": "1307",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "3190",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1279",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1309",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1375",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "807",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1155",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1075",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1101",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1141",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "946",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1",
"maxAmount": "1"
}
]
@@ -3262,187 +3776,277 @@
}
],
"charm": [],
- "ids": "73,74,75,419,420,421,422,423,424,2714,2863,2866,2869,2878,3622,4392,4393,4394,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331,5375,5376,5377,5378,5379,5380,5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408,5409,5410,6099,6100,6131",
+ "ids": "73,74,75,76,419,420,421,422,423,424,1826,2714,2863,2866,2869,2878,3622,4392,4393,4394,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331,5375,5376,5377,5378,5379,5380,5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408,5409,5410,6099,6100,6131",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1139",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1420",
+ "weight": "50.0",
+ "id": "201",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1203",
+ "weight": "50.0",
+ "id": "203",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1351",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1291",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1189",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1349",
"maxAmount": "1"
},
{
- "minAmount": "5",
- "weight": "7.0",
- "id": "884",
- "maxAmount": "5"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1420",
+ "maxAmount": "1"
},
{
- "minAmount": "8",
- "weight": "4.0",
+ "minAmount": "58",
+ "weight": "25.0",
"id": "884",
- "maxAmount": "8"
+ "maxAmount": "58"
},
{
"minAmount": "5",
- "weight": "2.0",
+ "weight": "50.0",
"id": "886",
- "maxAmount": "5"
+ "maxAmount": "32"
},
{
- "minAmount": "6",
+ "minAmount": "12",
+ "weight": "25.0",
+ "id": "888",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
"weight": "5.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
"id": "559",
- "maxAmount": "6"
- },
- {
- "minAmount": "5",
- "weight": "5.0",
- "id": "558",
- "maxAmount": "5"
- },
- {
- "minAmount": "13",
- "weight": "4.0",
- "id": "556",
- "maxAmount": "13"
- },
- {
- "minAmount": "7",
- "weight": "1.0",
- "id": "554",
- "maxAmount": "7"
- },
- {
- "minAmount": "6",
- "weight": "1.0",
- "id": "561",
- "maxAmount": "6"
+ "maxAmount": "11"
},
{
"minAmount": "4",
- "weight": "1.0",
+ "weight": "25.0",
"id": "562",
"maxAmount": "4"
},
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "556",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "84"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "558",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "5"
+ },
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
"id": "564",
"maxAmount": "2"
},
{
"minAmount": "1",
"weight": "25.0",
- "id": "14424",
+ "id": "6476",
"maxAmount": "1"
},
{
- "minAmount": "4",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "4"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7863",
+ "maxAmount": "1"
},
{
- "minAmount": "10",
- "weight": "11.0",
+ "minAmount": "1",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "10"
- },
- {
- "minAmount": "18",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "18"
- },
- {
- "minAmount": "26",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "26"
- },
- {
- "minAmount": "35",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "35"
+ "maxAmount": "82"
},
{
"minAmount": "5",
- "weight": "25.0",
+ "weight": "50.0",
"id": "313",
- "maxAmount": "5"
+ "maxAmount": "7"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "436",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "438",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "221",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "590",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "966",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1351",
+ "weight": "25.0",
+ "id": "1917",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "592",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "221",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1594",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2331",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -3504,7 +4108,20 @@
],
"ids": "78,1005,2482,3711",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "7829",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -3616,116 +4233,170 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
"id": "1353",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1157",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1325",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1157",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1181",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1109",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1147",
"maxAmount": "1"
},
- {
- "minAmount": "60",
- "weight": "8.0",
- "id": "554",
- "maxAmount": "60"
- },
- {
- "minAmount": "12",
- "weight": "5.0",
- "id": "562",
- "maxAmount": "12"
- },
- {
- "minAmount": "3",
- "weight": "3.0",
- "id": "560",
- "maxAmount": "3"
- },
- {
- "minAmount": "30",
- "weight": "1.0",
- "id": "554",
- "maxAmount": "30"
- },
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14424",
+ "weight": "5.0",
+ "id": "1195",
"maxAmount": "1"
},
{
"minAmount": "10",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "10"
- },
- {
- "minAmount": "40",
- "weight": "29.0",
- "id": "995",
- "maxAmount": "40"
- },
- {
- "minAmount": "120",
- "weight": "40.0",
- "id": "995",
+ "weight": "25.0",
+ "id": "554",
"maxAmount": "120"
},
{
- "minAmount": "200",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "200"
+ "minAmount": "6",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "24"
},
{
- "minAmount": "450",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "450"
+ "minAmount": "3",
+ "weight": "5.0",
+ "id": "560",
+ "maxAmount": "6"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "5.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "10",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "630"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "445",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1993",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "444",
+ "weight": "5.0",
+ "id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "93.9387",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -3776,128 +4447,110 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1311",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1353",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1163",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1073",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1163",
+ "weight": "5.0",
+ "id": "1317",
"maxAmount": "1"
},
+ {
+ "minAmount": "10",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "630"
+ },
{
"minAmount": "75",
- "weight": "8.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "75"
},
{
"minAmount": "15",
- "weight": "3.0",
+ "weight": "50.0",
"id": "562",
"maxAmount": "15"
},
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "50.0",
"id": "560",
"maxAmount": "5"
},
- {
- "minAmount": "37",
- "weight": "1.0",
- "id": "554",
- "maxAmount": "37"
- },
- {
- "minAmount": "11",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "11"
- },
- {
- "minAmount": "44",
- "weight": "28.0",
- "id": "995",
- "maxAmount": "44"
- },
- {
- "minAmount": "132",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "220",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "220"
- },
- {
- "minAmount": "460",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "460"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "361",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "2357",
- "maxAmount": "1"
- },
{
"minAmount": "10",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1734",
"maxAmount": "10"
},
{
"minAmount": "1",
- "weight": "5.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "361",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "25.0",
+ "id": "2357",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -3948,146 +4601,200 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1283",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "1361",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1283",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1165",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1147",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "1163",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1113",
"maxAmount": "1"
},
{
- "minAmount": "50",
- "weight": "8.0",
- "id": "556",
- "maxAmount": "50"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1185",
+ "maxAmount": "1"
},
{
- "minAmount": "10",
- "weight": "7.0",
- "id": "562",
- "maxAmount": "10"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "50",
+ "weight": "50.0",
+ "id": "556",
+ "maxAmount": "75"
},
{
"minAmount": "7",
- "weight": "4.0",
+ "weight": "25.0",
"id": "565",
"maxAmount": "7"
},
{
"minAmount": "37",
- "weight": "1.0",
+ "weight": "50.0",
"id": "554",
- "maxAmount": "37"
+ "maxAmount": "40"
+ },
+ {
+ "minAmount": "10",
+ "weight": "50.0",
+ "id": "562",
+ "maxAmount": "10"
},
{
"minAmount": "3",
- "weight": "1.0",
+ "weight": "5.0",
"id": "563",
- "maxAmount": "3"
+ "maxAmount": "5"
},
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "2361",
"maxAmount": "1"
},
{
- "minAmount": "30",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "30"
- },
- {
- "minAmount": "44",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "44"
+ "minAmount": "20",
+ "weight": "5.0",
+ "id": "454",
+ "maxAmount": "20"
},
{
"minAmount": "132",
- "weight": "38.0",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "220",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "220"
- },
- {
- "minAmount": "460",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "460"
+ "maxAmount": "1100"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "379",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "2361",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "133",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
"id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -4151,7 +4858,14 @@
"charm": [],
"ids": "89,987",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "7821",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -4199,158 +4913,296 @@
"main": [
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1203",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "50.0",
"id": "1137",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1279",
+ "weight": "50.0",
+ "id": "882",
+ "maxAmount": "11"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1420",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1349",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1323",
- "maxAmount": "1"
- },
- {
- "minAmount": "5",
- "weight": "4.0",
- "id": "882",
- "maxAmount": "5"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "884",
"maxAmount": "1"
},
{
- "minAmount": "15",
- "weight": "2.0",
+ "minAmount": "12",
+ "weight": "25.0",
+ "id": "884",
+ "maxAmount": "15"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1279",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "886",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "12",
+ "weight": "50.0",
"id": "556",
"maxAmount": "15"
},
{
- "minAmount": "3",
- "weight": "2.0",
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "555",
+ "maxAmount": "9"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "557",
"maxAmount": "3"
},
{
"minAmount": "2",
- "weight": "2.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "2"
},
{
- "minAmount": "3",
- "weight": "2.0",
- "id": "562",
- "maxAmount": "3"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "558",
+ "maxAmount": "25"
},
{
"minAmount": "3",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "8"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "561",
"maxAmount": "3"
},
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "886",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "20.0",
- "id": "14424",
- "maxAmount": "1"
- },
{
"minAmount": "2",
- "weight": "18.0",
- "id": "995",
+ "weight": "25.0",
+ "id": "564",
"maxAmount": "2"
},
{
- "minAmount": "4",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "4"
- },
- {
- "minAmount": "12",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "12"
- },
- {
- "minAmount": "16",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "16"
- },
- {
- "minAmount": "25",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "33",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "33"
- },
- {
- "minAmount": "48",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "48"
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "18.0",
- "id": "0",
+ "weight": "5.0",
+ "id": "560",
+ "maxAmount": "50"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "65"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1925",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "2.0",
- "id": "1442",
- "maxAmount": "1"
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "2",
+ "maxAmount": "3"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "440",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1947",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2349",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1442",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1623",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "4440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5733",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "121",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "3036",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "175",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "155",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "90.3666",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -4374,6 +5226,12 @@
"ids": "94,3844,3850,3851",
"description": "",
"main": [
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1391",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "50.0",
@@ -4678,224 +5536,338 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "16",
+ "weight": "50.0",
+ "id": "882",
+ "maxAmount": "16"
+ },
+ {
+ "minAmount": "8",
+ "weight": "50.0",
+ "id": "877",
+ "maxAmount": "8"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1237",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1173",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1351",
+ "weight": "25.0",
+ "id": "1103",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1203",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1189",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1155",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1153",
+ "weight": "25.0",
+ "id": "1189",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1239",
+ "weight": "25.0",
+ "id": "1277",
"maxAmount": "1"
},
{
- "minAmount": "6",
- "weight": "5.0",
- "id": "555",
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1291",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1009",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "884",
"maxAmount": "6"
},
{
- "minAmount": "7",
+ "minAmount": "1",
"weight": "5.0",
- "id": "559",
- "maxAmount": "7"
+ "id": "1381",
+ "maxAmount": "1"
},
{
- "minAmount": "4",
- "weight": "3.0",
- "id": "557",
- "maxAmount": "4"
- },
- {
- "minAmount": "7",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "7"
- },
- {
- "minAmount": "8",
- "weight": "3.0",
- "id": "877",
- "maxAmount": "8"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1351",
+ "maxAmount": "1"
},
{
"minAmount": "5",
- "weight": "2.0",
+ "weight": "5.0",
"id": "825",
"maxAmount": "5"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "561",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "1"
- },
- {
- "minAmount": "5",
- "weight": "35.0",
- "id": "995",
- "maxAmount": "5"
- },
- {
- "minAmount": "9",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "9"
- },
- {
- "minAmount": "15",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "20",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "20"
- },
- {
- "minAmount": "1",
- "weight": "15.0",
- "id": "2347",
+ "weight": "5.0",
+ "id": "1321",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "288",
+ "id": "1153",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1949",
+ "weight": "5.0",
+ "id": "1141",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1965",
+ "weight": "5.0",
+ "id": "1129",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "1917",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "10999",
+ "weight": "50.0",
+ "id": "2307",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1009",
+ "weight": "50.0",
+ "id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1987",
+ "weight": "25.0",
+ "id": "2138",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "1.0",
- "id": "438",
- "maxAmount": "1"
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "556",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "27",
+ "weight": "50.0",
+ "id": "559",
+ "maxAmount": "27"
+ },
+ {
+ "minAmount": "4",
+ "weight": "5.0",
+ "id": "557",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "6",
+ "weight": "50.0",
+ "id": "555",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "558",
+ "maxAmount": "19"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1438",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "565",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "0",
+ "id": "562",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "561",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1949",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "24"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "288",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1987",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1442",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "10999",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7812",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.669",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "946",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1448",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "438",
"maxAmount": "1"
}
]
@@ -4955,7 +5927,20 @@
],
"ids": "105,1195",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7815",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -5012,7 +5997,20 @@
],
"ids": "106",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7815",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -5055,154 +6053,212 @@
"maxAmount": "1"
}
],
- "tertiary": [
+ "ids": "110,1582,1583,1584,1585,1586,7003,7004",
+ "description": "",
+ "main": [
{
"minAmount": "1",
- "weight": "9973.0",
+ "weight": "50.0",
+ "id": "1353",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1181",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1393",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "12",
+ "weight": "25.0",
+ "id": "892",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "1333",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "37",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "37"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "5",
+ "weight": "8.0",
+ "id": "565",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "2",
+ "weight": "8.0",
+ "id": "563",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "25",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "25"
+ },
+ {
+ "minAmount": "60",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "60"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7872",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "379",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2353",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "117",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10976",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10977",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
- "id": "10976",
+ "id": "1145",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "10977",
- "maxAmount": "1"
- }
- ],
- "ids": "110,1582,1583,1584,1585,1586,7003,7004",
- "description": "",
- "main": [
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1353",
+ "weight": "5.0",
+ "id": "5733",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "2.0",
- "id": "1181",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1393",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1333",
- "maxAmount": "1"
+ "minAmount": "100",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "100"
},
{
"minAmount": "150",
- "weight": "10.0",
+ "weight": "25.0",
"id": "554",
"maxAmount": "150"
- },
- {
- "minAmount": "5",
- "weight": "7.0",
- "id": "562",
- "maxAmount": "5"
- },
- {
- "minAmount": "12",
- "weight": "5.0",
- "id": "892",
- "maxAmount": "12"
- },
- {
- "minAmount": "5",
- "weight": "4.0",
- "id": "565",
- "maxAmount": "5"
- },
- {
- "minAmount": "37",
- "weight": "1.0",
- "id": "554",
- "maxAmount": "37"
- },
- {
- "minAmount": "2",
- "weight": "1.0",
- "id": "563",
- "maxAmount": "2"
- },
- {
- "minAmount": "1",
- "weight": "19.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "60",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "60"
- },
- {
- "minAmount": "15",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "300",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "300"
- },
- {
- "minAmount": "50",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "50"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "379",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "2353",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "117",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "11.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "31",
- "maxAmount": "1"
}
]
},
@@ -5247,196 +6303,302 @@
"maxAmount": "1"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "9973.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "25.0",
- "id": "10976",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "10977",
- "maxAmount": "1"
- }
- ],
"ids": "111,3072,4685,4686,4687",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "5.0",
- "id": "1309",
+ "weight": "50.0",
+ "id": "1363",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1195",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1353",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1281",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "1067",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1428",
+ "weight": "50.0",
+ "id": "1309",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1181",
+ "weight": "50.0",
+ "id": "1353",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1195",
"maxAmount": "1"
},
{
"minAmount": "5",
- "weight": "6.0",
+ "weight": "25.0",
"id": "890",
"maxAmount": "5"
},
{
- "minAmount": "6",
- "weight": "4.0",
- "id": "561",
- "maxAmount": "6"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1181",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1428",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "12",
+ "weight": "50.0",
+ "id": "555",
+ "maxAmount": "12"
},
{
"minAmount": "24",
- "weight": "3.0",
+ "weight": "50.0",
"id": "558",
"maxAmount": "24"
},
{
"minAmount": "37",
- "weight": "3.0",
+ "weight": "50.0",
"id": "559",
"maxAmount": "37"
},
{
- "minAmount": "3",
- "weight": "2.0",
- "id": "563",
- "maxAmount": "3"
- },
- {
- "minAmount": "12",
- "weight": "1.0",
- "id": "555",
- "maxAmount": "12"
- },
- {
- "minAmount": "4",
- "weight": "1.0",
+ "minAmount": "2",
+ "weight": "50.0",
"id": "564",
"maxAmount": "4"
},
{
"minAmount": "3",
- "weight": "1.0",
- "id": "560",
+ "weight": "25.0",
+ "id": "563",
"maxAmount": "3"
},
+ {
+ "minAmount": "6",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "6"
+ },
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "560",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
"id": "565",
- "maxAmount": "2"
+ "maxAmount": "4"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "14422",
+ "weight": "50.0",
+ "id": "5292",
"maxAmount": "1"
},
{
- "minAmount": "117",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "117"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5293",
+ "maxAmount": "1"
},
{
- "minAmount": "53",
- "weight": "12.0",
- "id": "995",
- "maxAmount": "53"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5323",
+ "maxAmount": "1"
},
{
- "minAmount": "196",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "196"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5104",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5106",
+ "maxAmount": "1"
},
{
"minAmount": "8",
- "weight": "7.0",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "8"
- },
- {
- "minAmount": "22",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "22"
- },
- {
- "minAmount": "400",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "400"
+ "maxAmount": "450"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1993",
+ "weight": "50.0",
+ "id": "7875",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "447",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1963",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "1993",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "447",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1454",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10976",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10977",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "5733",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "45.9587",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -5481,183 +6643,367 @@
"maxAmount": "1"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "9973.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "25.0",
- "id": "10976",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "10977",
- "maxAmount": "1"
- }
- ],
"ids": "112,1587,1588,1681,4534,4688,4706",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "5.0",
- "id": "1179",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "1389",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1141",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1285",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "1243",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1285",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "30",
+ "weight": "50.0",
+ "id": "886",
+ "maxAmount": "30"
+ },
+ {
+ "minAmount": "15",
+ "weight": "50.0",
+ "id": "884",
+ "maxAmount": "15"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1287",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1165",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1179",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1141",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1193",
"maxAmount": "1"
},
- {
- "minAmount": "3",
- "weight": "4.0",
- "id": "563",
- "maxAmount": "3"
- },
{
"minAmount": "18",
- "weight": "3.0",
+ "weight": "50.0",
"id": "556",
"maxAmount": "18"
},
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "564",
+ "maxAmount": "3"
+ },
{
"minAmount": "27",
- "weight": "3.0",
+ "weight": "50.0",
"id": "557",
"maxAmount": "27"
},
- {
- "minAmount": "7",
- "weight": "3.0",
- "id": "562",
- "maxAmount": "7"
- },
{
"minAmount": "6",
- "weight": "3.0",
+ "weight": "50.0",
"id": "561",
"maxAmount": "6"
},
{
"minAmount": "3",
- "weight": "2.0",
- "id": "564",
- "maxAmount": "3"
- },
- {
- "minAmount": "15",
- "weight": "2.0",
- "id": "884",
- "maxAmount": "15"
- },
- {
- "minAmount": "30",
- "weight": "1.0",
- "id": "886",
- "maxAmount": "30"
- },
- {
- "minAmount": "3",
- "weight": "1.0",
- "id": "560",
- "maxAmount": "3"
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "6"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "565",
"maxAmount": "1"
},
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "13",
+ "weight": "5.0",
+ "id": "560",
+ "maxAmount": "13"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5104",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "5.0",
- "id": "14424",
+ "id": "5298",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "35.0",
- "id": "14422",
+ "weight": "5.0",
+ "id": "5280",
"maxAmount": "1"
},
{
- "minAmount": "37",
- "weight": "19.0",
- "id": "995",
- "maxAmount": "37"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
},
{
"minAmount": "2",
- "weight": "8.0",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "2"
- },
- {
- "minAmount": "119",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "119"
- },
- {
- "minAmount": "300",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "300"
+ "maxAmount": "500"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "50.0",
"id": "2353",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "7871",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "453",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1969",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "1442",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10977",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10976",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "61.6452",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -5708,141 +7054,291 @@
"main": [
{
"minAmount": "1",
- "weight": "30.0",
+ "weight": "50.0",
"id": "1237",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
"id": "1239",
"maxAmount": "1"
},
{
"minAmount": "3",
- "weight": "2.0",
+ "weight": "25.0",
"id": "827",
"maxAmount": "5"
},
{
"minAmount": "2",
- "weight": "10.0",
+ "weight": "50.0",
"id": "561",
"maxAmount": "2"
},
{
"minAmount": "5",
- "weight": "2.0",
+ "weight": "50.0",
"id": "561",
"maxAmount": "5"
},
{
- "minAmount": "10",
- "weight": "2.0",
- "id": "561",
- "maxAmount": "10"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5104",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1533",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "5.0",
+ "weight": "50.0",
"id": "1525",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "203",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14422",
- "maxAmount": "1"
- },
- {
- "minAmount": "22",
- "weight": "20.0",
- "id": "6306",
- "maxAmount": "22"
- },
- {
- "minAmount": "2",
- "weight": "4.0",
- "id": "2114",
- "maxAmount": "2"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1963",
+ "weight": "50.0",
+ "id": "201",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "946",
"maxAmount": "1"
},
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "526",
- "maxAmount": "1"
- },
{
"minAmount": "2",
- "weight": "2.0",
- "id": "526",
+ "weight": "50.0",
+ "id": "2114",
"maxAmount": "2"
},
+ {
+ "minAmount": "22",
+ "weight": "50.0",
+ "id": "6306",
+ "maxAmount": "22"
+ },
+ {
+ "minAmount": "22",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "22"
+ },
{
"minAmount": "1",
- "weight": "3.0",
- "id": "532",
+ "weight": "50.0",
+ "id": "7847",
"maxAmount": "1"
},
{
- "minAmount": "3",
- "weight": "2.0",
- "id": "532",
- "maxAmount": "3"
- },
- {
- "minAmount": "6",
- "weight": "1.0",
+ "minAmount": "1",
+ "weight": "50.0",
"id": "532",
"maxAmount": "6"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "536",
+ "weight": "50.0",
+ "id": "526",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "526",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1963",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "5.0",
+ "id": "12070",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "5733",
- "maxAmount": "1"
}
]
},
@@ -5858,28 +7354,32 @@
"charm": [
{
"minAmount": "1",
- "weight": "1000.0",
- "id": "0",
- "maxAmount": "1"
- }
- ],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "4986.5",
- "id": "0",
+ "weight": "100.0",
+ "id": "12158",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "12.5",
- "id": "10976",
+ "weight": "100.0",
+ "id": "12159",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "10977",
+ "weight": "100.0",
+ "id": "12160",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "12163",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5600.0",
+ "id": "0",
"maxAmount": "1"
}
],
@@ -5888,135 +7388,171 @@
"main": [
{
"minAmount": "1",
- "weight": "39.0625",
+ "weight": "50.0",
+ "id": "7844",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10977",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10976",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5104",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "3.0",
"id": "6666",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "78.125",
+ "weight": "3.0",
"id": "6665",
"maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "13.0",
- "id": "14422",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "13.0",
- "id": "14430",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "156.25",
- "id": "345",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "156.25",
- "id": "327",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "156.25",
- "id": "371",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "156.25",
- "id": "372",
- "maxAmount": "5"
- },
- {
- "minAmount": "1",
- "weight": "156.25",
- "id": "359",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "156.25",
- "id": "360",
- "maxAmount": "3"
- },
- {
- "minAmount": "1",
- "weight": "39.0625",
- "id": "383",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "39.0625",
- "id": "349",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "39.0625",
- "id": "331",
- "maxAmount": "1"
- },
- {
- "minAmount": "5",
- "weight": "156.25",
- "id": "313",
- "maxAmount": "15"
- },
- {
- "minAmount": "1",
- "weight": "156.25",
- "id": "1511",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "39.0625",
- "id": "1383",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "78.125",
- "id": "407",
- "maxAmount": "1"
- },
- {
- "minAmount": "4",
- "weight": "78.125",
- "id": "402",
- "maxAmount": "8"
- },
- {
- "minAmount": "5",
- "weight": "4.0",
- "id": "555",
- "maxAmount": "18"
- },
- {
- "minAmount": "3",
- "weight": "78.125",
- "id": "6664",
- "maxAmount": "6"
- },
- {
- "minAmount": "1",
- "weight": "39.0625",
- "id": "401",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "39.0625",
- "id": "6667",
- "maxAmount": "1"
}
]
},
@@ -6061,38 +7597,162 @@
"maxAmount": "1"
}
],
- "tertiary": [
+ "ids": "115,374,2801,3419",
+ "description": "",
+ "main": [
{
"minAmount": "1",
- "weight": "9973.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "7844",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "5.0",
+ "id": "10977",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "10976",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "10977",
- "maxAmount": "1"
- }
- ],
- "ids": "115,374,852,2801,3419,5174",
- "description": "",
- "main": [
- {
- "minAmount": "1",
- "weight": "19.0",
- "id": "14422",
+ "weight": "25.0",
+ "id": "5323",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "109.0",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5104",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
}
@@ -6626,184 +8286,298 @@
"weight": "1.0",
"id": "12163",
"maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "489.0",
- "id": "0",
- "maxAmount": "1"
}
],
"ids": "117,4689,4690,4691,4692,4693",
"description": "",
"main": [
{
- "minAmount": "1",
- "weight": "5.0",
- "id": "1153",
- "maxAmount": "1"
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "884",
+ "maxAmount": "3"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
"id": "1203",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
+ "id": "1153",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "10",
+ "weight": "12.5",
+ "id": "886",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1191",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1295",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "1309",
+ "maxAmount": "1"
+ },
{
"minAmount": "3",
- "weight": "6.0",
- "id": "884",
+ "weight": "8.0",
+ "id": "888",
"maxAmount": "3"
},
{
- "minAmount": "15",
- "weight": "3.0",
- "id": "554",
- "maxAmount": "15"
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "1207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "1119",
+ "maxAmount": "1"
},
{
"minAmount": "7",
- "weight": "3.0",
+ "weight": "25.0",
"id": "555",
"maxAmount": "7"
},
{
- "minAmount": "2",
- "weight": "3.0",
- "id": "563",
- "maxAmount": "2"
- },
- {
- "minAmount": "10",
- "weight": "2.0",
- "id": "886",
- "maxAmount": "10"
- },
- {
- "minAmount": "3",
- "weight": "2.0",
- "id": "558",
- "maxAmount": "3"
+ "minAmount": "15",
+ "weight": "8.0",
+ "id": "554",
+ "maxAmount": "15"
},
{
"minAmount": "2",
- "weight": "2.0",
+ "weight": "8.0",
"id": "564",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "2"
+ "weight": "8.0",
+ "id": "563",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "6",
+ "weight": "8.0",
+ "id": "561",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "3",
+ "weight": "8.0",
+ "id": "558",
+ "maxAmount": "3"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "8.0",
"id": "560",
"maxAmount": "2"
},
{
- "minAmount": "1",
- "weight": "7.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "18.0",
- "id": "14430",
- "maxAmount": "1"
- },
- {
- "minAmount": "38",
- "weight": "14.0",
- "id": "995",
- "maxAmount": "38"
- },
- {
- "minAmount": "52",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "52"
- },
- {
- "minAmount": "15",
+ "minAmount": "2",
"weight": "8.0",
- "id": "995",
- "maxAmount": "15"
+ "id": "562",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5322",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5318",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5319",
+ "maxAmount": "4"
},
{
"minAmount": "8",
- "weight": "6.0",
- "id": "995",
+ "weight": "25.0",
+ "id": "5319",
"maxAmount": "8"
},
{
- "minAmount": "88",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "88"
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "5323",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5324",
+ "maxAmount": "4"
},
{
"minAmount": "1",
- "weight": "11.0",
+ "weight": "8.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "8.0",
+ "id": "5320",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "5321",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "8",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "80"
+ },
+ {
+ "minAmount": "80",
+ "weight": "8.0",
+ "id": "995",
+ "maxAmount": "300"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "225",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "50.0",
"id": "1917",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "8.0",
"id": "1446",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.6544",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.32",
+ "weight": "5.0",
"id": "10976",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.0256",
+ "weight": "5.0",
"id": "10977",
"maxAmount": "1"
},
{
- "minAmount": "6",
- "weight": "2.0",
- "id": "561",
- "maxAmount": "6"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "15",
+ "weight": "12.5",
+ "id": "886",
+ "maxAmount": "15"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1400.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -6853,129 +8627,129 @@
"main": [
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "50.0",
"id": "1265",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1375",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1267",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1363",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "7.0",
- "id": "877",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "4.0",
- "id": "562",
- "maxAmount": "2"
- },
- {
- "minAmount": "2",
- "weight": "4.0",
- "id": "561",
- "maxAmount": "2"
- },
- {
- "minAmount": "4",
- "weight": "20.0",
- "id": "995",
- "maxAmount": "4"
- },
- {
- "minAmount": "10",
- "weight": "15.0",
- "id": "995",
- "maxAmount": "10"
- },
- {
- "minAmount": "30",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "30"
- },
- {
- "minAmount": "1",
- "weight": "20.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
- "id": "2347",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "7.0",
- "id": "2349",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "440",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "438",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
+ "id": "2349",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "436",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "2351",
+ "weight": "50.0",
+ "id": "440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
+ "id": "1267",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "453",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "2351",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "561",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "562",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1139",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
+ "id": "1375",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1363",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "877",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "11",
+ "weight": "25.0",
+ "id": "877",
+ "maxAmount": "11"
+ },
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "10",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2347",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1913",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -7025,147 +8799,171 @@
"main": [
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "1157",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "1299",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "1181",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1165",
+ "maxAmount": "1"
+ },
{
"minAmount": "10",
- "weight": "1.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "10"
},
+ {
+ "minAmount": "12",
+ "weight": "50.0",
+ "id": "556",
+ "maxAmount": "12"
+ },
{
"minAmount": "24",
- "weight": "3.0",
+ "weight": "50.0",
"id": "556",
"maxAmount": "24"
},
{
"minAmount": "37",
- "weight": "3.0",
+ "weight": "50.0",
"id": "558",
"maxAmount": "37"
},
{
"minAmount": "3",
- "weight": "2.0",
+ "weight": "50.0",
"id": "564",
"maxAmount": "3"
},
+ {
+ "minAmount": "6",
+ "weight": "50.0",
+ "id": "564",
+ "maxAmount": "6"
+ },
{
"minAmount": "10",
- "weight": "3.0",
+ "weight": "25.0",
"id": "562",
"maxAmount": "10"
},
+ {
+ "minAmount": "37",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "37"
+ },
{
"minAmount": "9",
- "weight": "3.0",
+ "weight": "25.0",
"id": "561",
"maxAmount": "9"
},
+ {
+ "minAmount": "18",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "18"
+ },
{
"minAmount": "3",
- "weight": "4.0",
+ "weight": "25.0",
"id": "563",
"maxAmount": "3"
},
+ {
+ "minAmount": "6",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "6"
+ },
{
"minAmount": "3",
- "weight": "1.0",
+ "weight": "5.0",
"id": "560",
"maxAmount": "3"
},
+ {
+ "minAmount": "6",
+ "weight": "5.0",
+ "id": "560",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "25",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "25"
+ },
+ {
+ "minAmount": "47",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "47"
+ },
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "453",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "7.0",
+ "weight": "25.0",
"id": "991",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1985",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "25.0",
"id": "2359",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1982",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
+ "id": "207",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "0",
+ "id": "31",
"maxAmount": "1"
},
{
- "minAmount": "15",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "11.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "47",
- "weight": "13.0",
- "id": "995",
- "maxAmount": "47"
- },
- {
- "minAmount": "92",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "92"
- },
- {
- "minAmount": "150",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "150"
- },
- {
- "minAmount": "350",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "350"
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -7626,86 +9424,302 @@
"main": [
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1241",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1385",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "12",
- "weight": "13.0",
+ "weight": "50.0",
"id": "557",
"maxAmount": "12"
},
- {
- "minAmount": "3",
- "weight": "9.0",
- "id": "561",
- "maxAmount": "3"
- },
- {
- "minAmount": "3",
- "weight": "7.0",
- "id": "562",
- "maxAmount": "3"
- },
- {
- "minAmount": "2",
- "weight": "6.0",
- "id": "563",
- "maxAmount": "2"
- },
- {
- "minAmount": "2",
- "weight": "4.0",
- "id": "560",
- "maxAmount": "2"
- },
{
"minAmount": "60",
- "weight": "3.0",
+ "weight": "50.0",
"id": "557",
"maxAmount": "60"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "563",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "561",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "6",
+ "weight": "50.0",
+ "id": "561",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
"id": "565",
"maxAmount": "2"
},
+ {
+ "minAmount": "45",
+ "weight": "5.0",
+ "id": "556",
+ "maxAmount": "45"
+ },
+ {
+ "minAmount": "6",
+ "weight": "5.0",
+ "id": "554",
+ "maxAmount": "6"
+ },
{
"minAmount": "1",
- "weight": "14.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "5104",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "18.0",
- "id": "14422",
+ "weight": "50.0",
+ "id": "5100",
"maxAmount": "1"
},
{
- "minAmount": "12",
- "weight": "18.0",
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5300",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "995",
"maxAmount": "12"
},
+ {
+ "minAmount": "24",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "24"
+ },
{
"minAmount": "1",
- "weight": "28.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "1385",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "1241",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "6808",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -7749,146 +9763,344 @@
"main": [
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1363",
"maxAmount": "1"
},
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1309",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1281",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1195",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1428",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1181",
- "maxAmount": "1"
- },
- {
- "minAmount": "4",
- "weight": "10.0",
- "id": "561",
- "maxAmount": "4"
- },
{
"minAmount": "3",
- "weight": "8.0",
- "id": "562",
- "maxAmount": "3"
- },
- {
- "minAmount": "2",
- "weight": "7.0",
- "id": "563",
- "maxAmount": "2"
- },
- {
- "minAmount": "2",
- "weight": "5.0",
- "id": "564",
- "maxAmount": "2"
- },
- {
- "minAmount": "3",
- "weight": "5.0",
+ "weight": "50.0",
"id": "888",
"maxAmount": "3"
},
{
- "minAmount": "2",
- "weight": "3.0",
- "id": "560",
- "maxAmount": "2"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1428",
+ "maxAmount": "1"
},
{
"minAmount": "2",
- "weight": "2.0",
+ "weight": "25.0",
"id": "890",
"maxAmount": "2"
},
{
"minAmount": "5",
- "weight": "1.0",
+ "weight": "25.0",
"id": "890",
"maxAmount": "5"
},
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1309",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1195",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1181",
+ "maxAmount": "1"
+ },
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "564",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "562",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "561",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "563",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
"id": "565",
+ "maxAmount": "50"
+ },
+ {
+ "minAmount": "24",
+ "weight": "5.0",
+ "id": "558",
+ "maxAmount": "24"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "4694",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "10.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "5291",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "18.0",
- "id": "14422",
+ "weight": "50.0",
+ "id": "5293",
"maxAmount": "1"
},
{
- "minAmount": "4",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "4"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5104",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
},
{
"minAmount": "15",
- "weight": "18.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "15"
},
{
- "minAmount": "125",
- "weight": "2.0",
+ "minAmount": "465",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "125"
+ "maxAmount": "465"
},
{
"minAmount": "1",
- "weight": "13.0",
- "id": "0",
+ "weight": "5.0",
+ "id": "447",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "5733",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "447",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "53.6086",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -7901,98 +10113,176 @@
"main": [
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1391",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1428",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1357",
+ "weight": "25.0",
+ "id": "1391",
"maxAmount": "1"
},
- {
- "minAmount": "5",
- "weight": "9.0",
- "id": "561",
- "maxAmount": "5"
- },
- {
- "minAmount": "4",
- "weight": "8.0",
- "id": "562",
- "maxAmount": "4"
- },
{
"minAmount": "15",
- "weight": "8.0",
+ "weight": "5.0",
"id": "888",
"maxAmount": "15"
},
{
- "minAmount": "2",
- "weight": "7.0",
- "id": "563",
- "maxAmount": "2"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1357",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1432",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "562",
+ "maxAmount": "4"
},
{
"minAmount": "2",
- "weight": "5.0",
+ "weight": "50.0",
"id": "564",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "4.0",
- "id": "560",
+ "weight": "50.0",
+ "id": "563",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "1.0",
- "id": "565",
+ "weight": "25.0",
+ "id": "560",
"maxAmount": "2"
},
{
- "minAmount": "1",
- "weight": "10.0",
- "id": "14424",
- "maxAmount": "1"
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "565",
+ "maxAmount": "2"
},
{
"minAmount": "15",
"weight": "50.0",
"id": "995",
- "maxAmount": "15"
+ "maxAmount": "40"
},
{
"minAmount": "1",
- "weight": "18.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "995",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1641",
+ "weight": "5.0",
+ "id": "1454",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "2357",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "355",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "1641",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -8021,9 +10311,16 @@
}
],
"charm": [],
- "ids": "128,1479,1875",
+ "ids": "128,1479,1875,4343",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7862",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -8256,7 +10553,7 @@
{
"minAmount": "1",
"weight": "100.0",
- "id": "526",
+ "id": "3186",
"maxAmount": "1"
},
{
@@ -8300,7 +10597,20 @@
],
"ids": "132,1463,1464,1487,2301,4344,4363,5852,6943,7211,7213,7215,7217,7219,7221,7223,7225,7227",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "7856",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -8351,21 +10661,20 @@
],
"ids": "133",
"description": "",
- "main": []
- },
- {
- "default": [
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7821",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "100.0",
- "id": "526",
+ "id": "0",
"maxAmount": "1"
}
- ],
- "charm": [],
- "ids": "1329",
- "description": "",
- "main": []
+ ]
},
{
"default": [
@@ -8427,165 +10736,333 @@
"main": [
{
"minAmount": "1",
- "weight": "96.0",
+ "weight": "50.0",
"id": "1371",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "24.0",
+ "weight": "50.0",
"id": "1289",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
"id": "1303",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "24.0",
+ "weight": "50.0",
"id": "1432",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
"id": "1113",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
"id": "1147",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
"id": "1185",
"maxAmount": "1"
},
{
"minAmount": "20",
- "weight": "48.0",
+ "weight": "50.0",
"id": "4699",
"maxAmount": "40"
},
{
"minAmount": "20",
- "weight": "24.0",
+ "weight": "50.0",
"id": "560",
"maxAmount": "40"
},
- {
- "minAmount": "20",
- "weight": "16.0",
- "id": "563",
- "maxAmount": "40"
- },
{
"minAmount": "10",
- "weight": "48.0",
+ "weight": "50.0",
"id": "565",
"maxAmount": "20"
},
+ {
+ "minAmount": "20",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "40"
+ },
{
"minAmount": "8",
- "weight": "144.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "200",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "202",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "204",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "206",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "208",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "210",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "212",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "214",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "216",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "8",
+ "weight": "25.0",
+ "id": "2486",
"maxAmount": "10"
},
{
"minAmount": "4",
- "weight": "144.0",
- "id": "14422",
+ "weight": "25.0",
+ "id": "5323",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5321",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5292",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5294",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5295",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "12176",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5299",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5300",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5302",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5304",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5100",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5104",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5311",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5281",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "5282",
"maxAmount": "10"
},
{
"minAmount": "5",
- "weight": "16.0",
+ "weight": "50.0",
"id": "385",
"maxAmount": "15"
},
{
"minAmount": "1",
- "weight": "16.0",
+ "weight": "25.0",
"id": "163",
"maxAmount": "6"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "25.0",
"id": "139",
"maxAmount": "3"
},
{
"minAmount": "3",
- "weight": "24.0",
- "id": "2361",
+ "weight": "50.0",
+ "id": "2362",
"maxAmount": "5"
},
{
"minAmount": "3",
- "weight": "16.0",
+ "weight": "50.0",
"id": "1602",
"maxAmount": "5"
},
{
"minAmount": "2",
- "weight": "24.0",
- "id": "1442",
+ "weight": "25.0",
+ "id": "1443",
"maxAmount": "5"
},
{
- "minAmount": "11000",
- "weight": "216.0",
+ "minAmount": "3000",
+ "weight": "100.0",
"id": "995",
"maxAmount": "13000"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "6.75",
"id": "14484",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "1.6825",
"id": "14472",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "1.6825",
"id": "14474",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "1.6825",
"id": "14476",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "64.0",
- "id": "14426",
+ "weight": "50.0",
+ "id": "5733",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "32.0",
+ "weight": "50.0",
"id": "31",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "1.0",
+ "minAmount": "3",
+ "weight": "11.0653",
"id": "0",
- "maxAmount": "1"
+ "maxAmount": "3"
}
]
},
@@ -8628,99 +11105,147 @@
"main": [
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1233",
+ "weight": "25.0",
+ "id": "1217",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "869",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1165",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1297",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1428",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1245",
+ "weight": "50.0",
+ "id": "201",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "581",
+ "weight": "50.0",
+ "id": "203",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "18.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "3",
- "weight": "9.0",
+ "weight": "50.0",
"id": "564",
"maxAmount": "3"
},
{
"minAmount": "2",
- "weight": "4.0",
+ "weight": "25.0",
"id": "560",
"maxAmount": "2"
},
{
"minAmount": "45",
- "weight": "4.0",
+ "weight": "25.0",
"id": "556",
"maxAmount": "45"
},
{
"minAmount": "2",
- "weight": "6.0",
+ "weight": "50.0",
"id": "565",
"maxAmount": "2"
},
{
"minAmount": "8",
- "weight": "46.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "8"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
"id": "2359",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "22.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "187",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -8739,99 +11264,87 @@
"main": [
{
"minAmount": "1",
- "weight": "5.0",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "2169",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "2102",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "2120",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "2128",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "2171",
+ "weight": "50.0",
+ "id": "2120",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "2167",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "2164",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "2165",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "2166",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "2026",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
+ "id": "2165",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2167",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "2025",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "2023",
+ "weight": "25.0",
+ "id": "2166",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "5733",
"maxAmount": "1"
},
{
- "minAmount": "5",
+ "minAmount": "1",
"weight": "50.0",
- "id": "995",
- "maxAmount": "5"
+ "id": "2171",
+ "maxAmount": "1"
},
{
- "minAmount": "10",
- "weight": "49.0",
- "id": "995",
- "maxAmount": "10"
- },
- {
- "minAmount": "125",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "125"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2023",
+ "maxAmount": "1"
}
]
},
@@ -8850,182 +11363,188 @@
"main": [
{
"minAmount": "10",
- "weight": "3.0",
+ "weight": "50.0",
"id": "557",
"maxAmount": "10"
},
{
"minAmount": "18",
- "weight": "2.0",
+ "weight": "50.0",
"id": "557",
"maxAmount": "18"
},
{
"minAmount": "10",
- "weight": "3.0",
+ "weight": "50.0",
"id": "556",
"maxAmount": "10"
},
{
"minAmount": "18",
- "weight": "2.0",
+ "weight": "50.0",
"id": "556",
"maxAmount": "18"
},
{
"minAmount": "10",
- "weight": "3.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "10"
},
{
"minAmount": "18",
- "weight": "2.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "18"
},
{
"minAmount": "10",
- "weight": "3.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "10"
},
{
"minAmount": "18",
- "weight": "2.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "18"
},
{
"minAmount": "10",
- "weight": "3.0",
+ "weight": "50.0",
"id": "558",
"maxAmount": "10"
},
{
"minAmount": "18",
- "weight": "2.0",
+ "weight": "50.0",
"id": "558",
"maxAmount": "18"
},
{
"minAmount": "10",
- "weight": "3.0",
+ "weight": "50.0",
"id": "559",
"maxAmount": "10"
},
{
"minAmount": "18",
- "weight": "2.0",
+ "weight": "50.0",
"id": "559",
"maxAmount": "18"
},
{
"minAmount": "4",
- "weight": "6.0",
+ "weight": "50.0",
"id": "562",
"maxAmount": "4"
},
{
- "minAmount": "4",
- "weight": "7.0",
+ "minAmount": "5",
+ "weight": "50.0",
+ "id": "562",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
"id": "561",
- "maxAmount": "4"
+ "maxAmount": "5"
},
{
"minAmount": "3",
- "weight": "1.0",
+ "weight": "50.0",
"id": "563",
"maxAmount": "3"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "25.0",
"id": "564",
"maxAmount": "2"
},
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "564",
+ "maxAmount": "4"
+ },
{
"minAmount": "2",
- "weight": "2.0",
+ "weight": "50.0",
"id": "565",
"maxAmount": "2"
},
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "1379",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1444",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1442",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1448",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "581",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1017",
- "maxAmount": "1"
- },
- {
- "minAmount": "36",
- "weight": "4.0",
- "id": "557",
- "maxAmount": "36"
- },
- {
- "minAmount": "1",
- "weight": "17.0",
- "id": "995",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "16.0",
- "id": "995",
- "maxAmount": "2"
- },
{
"minAmount": "4",
- "weight": "7.0",
- "id": "995",
+ "weight": "50.0",
+ "id": "565",
"maxAmount": "4"
},
{
- "minAmount": "29",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "29"
- },
- {
- "minAmount": "30",
- "weight": "1.0",
+ "minAmount": "1",
+ "weight": "50.0",
"id": "995",
"maxAmount": "30"
},
{
"minAmount": "1",
- "weight": "15.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "1379",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1444",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1442",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1448",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1383",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
+ "id": "581",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
+ "id": "1017",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "987",
"maxAmount": "1"
}
]
@@ -9058,99 +11577,153 @@
"description": "",
"main": [
{
- "minAmount": "2",
- "weight": "27.0",
+ "minAmount": "4",
+ "weight": "25.0",
"id": "877",
- "maxAmount": "12"
+ "maxAmount": "11"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1139",
+ "maxAmount": "1"
},
{
"minAmount": "6",
- "weight": "2.0",
+ "weight": "25.0",
"id": "555",
"maxAmount": "6"
},
{
"minAmount": "5",
- "weight": "2.0",
+ "weight": "25.0",
"id": "557",
"maxAmount": "5"
},
{
"minAmount": "9",
- "weight": "3.0",
+ "weight": "5.0",
"id": "558",
"maxAmount": "9"
},
{
"minAmount": "1",
- "weight": "13.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "39.0",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "5",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "10",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "954",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "13.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "436",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "50.0",
"id": "313",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "946",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "436",
- "maxAmount": "1"
- },
- {
- "minAmount": "5",
- "weight": "12.0",
- "id": "995",
- "maxAmount": "5"
- },
- {
- "minAmount": "15",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1",
+ "weight": "5.0",
+ "id": "5733",
"maxAmount": "1"
}
]
@@ -9461,135 +12034,237 @@
"description": "",
"main": [
{
- "minAmount": "2",
- "weight": "7.0",
- "id": "563",
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "222",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "238",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "226",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "1939",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "224",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "1581",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "1976",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
+ "id": "240",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "2152",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "9737",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "219",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "4.0",
- "id": "9142",
- "maxAmount": "12"
- },
- {
- "minAmount": "36",
- "weight": "3.0",
- "id": "556",
- "maxAmount": "36"
+ "weight": "50.0",
+ "id": "563",
+ "maxAmount": "2"
},
{
"minAmount": "9",
- "weight": "2.0",
+ "weight": "50.0",
"id": "559",
"maxAmount": "9"
},
{
"minAmount": "9",
- "weight": "2.0",
+ "weight": "50.0",
+ "id": "556",
+ "maxAmount": "36"
+ },
+ {
+ "minAmount": "9",
+ "weight": "50.0",
"id": "557",
"maxAmount": "9"
},
{
"minAmount": "12",
- "weight": "2.0",
+ "weight": "50.0",
"id": "558",
"maxAmount": "12"
},
{
"minAmount": "3",
- "weight": "1.0",
+ "weight": "25.0",
"id": "561",
"maxAmount": "3"
},
- {
- "minAmount": "1",
- "weight": "35.0",
- "id": "14424",
- "maxAmount": "1"
- },
{
"minAmount": "2",
- "weight": "11.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "995",
"maxAmount": "2"
},
{
"minAmount": "3",
- "weight": "5.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "3"
},
{
- "minAmount": "8",
- "weight": "5.0",
- "id": "995",
- "maxAmount": "8"
- },
- {
- "minAmount": "29",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "29"
- },
- {
- "minAmount": "35",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "35"
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "9142",
+ "maxAmount": "12"
},
{
"minAmount": "1",
- "weight": "30.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
+ "weight": "50.0",
"id": "227",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1291",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "231",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1594",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "1454",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1627",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1137",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1454",
+ "weight": "5.0",
+ "id": "1627",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -9609,141 +12284,135 @@
"main": [
{
"minAmount": "10",
- "weight": "2.0",
+ "weight": "50.0",
"id": "556",
"maxAmount": "10"
},
{
"minAmount": "9",
- "weight": "2.0",
+ "weight": "50.0",
"id": "557",
"maxAmount": "9"
},
{
"minAmount": "5",
- "weight": "2.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "5"
},
{
"minAmount": "2",
- "weight": "6.0",
+ "weight": "50.0",
"id": "562",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "5.0",
+ "weight": "50.0",
"id": "561",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "5.0",
"id": "563",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1321",
+ "weight": "5.0",
+ "id": "565",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "50.0",
+ "id": "1321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "9",
+ "weight": "50.0",
+ "id": "882",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1203",
"maxAmount": "1"
},
{
"minAmount": "2",
- "weight": "10.0",
+ "weight": "25.0",
"id": "9140",
- "maxAmount": "12"
+ "maxAmount": "10"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "877",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1115",
"maxAmount": "1"
},
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "55"
+ },
{
"minAmount": "1",
- "weight": "12.0",
+ "weight": "50.0",
"id": "1025",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "2351",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1949",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "225",
"maxAmount": "1"
},
- {
- "minAmount": "9",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "9"
- },
- {
- "minAmount": "12",
- "weight": "2.0",
- "id": "882",
- "maxAmount": "12"
- },
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
+ "weight": "5.0",
+ "id": "590",
"maxAmount": "1"
},
{
- "minAmount": "4",
- "weight": "29.0",
- "id": "995",
- "maxAmount": "4"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "946",
+ "maxAmount": "1"
},
{
- "minAmount": "7",
- "weight": "8.0",
- "id": "995",
- "maxAmount": "7"
- },
- {
- "minAmount": "12",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "12"
- },
- {
- "minAmount": "25",
- "weight": "13.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "35",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "35"
- },
- {
- "minAmount": "55",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "55"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
}
]
},
@@ -9793,141 +12462,189 @@
"main": [
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "1353",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
"id": "1137",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1363",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1309",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1203",
"maxAmount": "1"
},
{
"minAmount": "2",
- "weight": "13.0",
+ "weight": "50.0",
"id": "561",
- "maxAmount": "2"
+ "maxAmount": "4"
},
{
"minAmount": "2",
- "weight": "4.0",
+ "weight": "25.0",
"id": "562",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "25.0",
"id": "564",
"maxAmount": "2"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "25.0",
"id": "560",
"maxAmount": "2"
},
{
- "minAmount": "2",
- "weight": "1.0",
+ "minAmount": "1",
+ "weight": "25.0",
"id": "563",
- "maxAmount": "2"
- },
- {
- "minAmount": "1",
- "weight": "24.0",
- "id": "14424",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "2351",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "440",
+ "weight": "50.0",
+ "id": "201",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "453",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "167",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "161",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "50.0",
+ "id": "203",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
- "id": "0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
"maxAmount": "1"
},
{
"minAmount": "8",
- "weight": "23.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "8"
},
{
- "minAmount": "15",
- "weight": "11.0",
- "id": "995",
- "maxAmount": "15"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "2351",
+ "maxAmount": "1"
},
{
- "minAmount": "20",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "20"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "440",
+ "maxAmount": "1"
},
{
- "minAmount": "30",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "30"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "453",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5733",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "167",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "161",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -9970,122 +12687,152 @@
"main": [
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1139",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1203",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1115",
"maxAmount": "1"
},
- {
- "minAmount": "2",
- "weight": "22.0",
- "id": "877",
- "maxAmount": "12"
- },
- {
- "minAmount": "7",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "7"
- },
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "557",
- "maxAmount": "4"
- },
- {
- "minAmount": "6",
- "weight": "2.0",
- "id": "554",
- "maxAmount": "6"
- },
- {
- "minAmount": "9",
- "weight": "2.0",
- "id": "558",
- "maxAmount": "9"
- },
- {
- "minAmount": "2",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "2"
- },
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "1381",
"maxAmount": "1"
},
{
- "minAmount": "3",
- "weight": "36.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "5",
- "weight": "9.0",
- "id": "995",
- "maxAmount": "5"
- },
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "313",
+ "id": "2485",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "25",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "25"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "436",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1",
+ "weight": "5.0",
+ "id": "1993",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1523",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5733",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -10318,123 +13065,153 @@
"main": [
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1139",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1151",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "1420",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1426",
"maxAmount": "1"
},
{
"minAmount": "8",
- "weight": "4.0",
+ "weight": "50.0",
"id": "882",
"maxAmount": "8"
},
{
"minAmount": "2",
- "weight": "3.0",
+ "weight": "50.0",
"id": "558",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "1"
},
{
- "minAmount": "2",
- "weight": "1.0",
+ "minAmount": "1",
+ "weight": "50.0",
"id": "557",
- "maxAmount": "2"
+ "maxAmount": "1"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "25.0",
"id": "562",
"maxAmount": "2"
},
{
"minAmount": "3",
- "weight": "2.0",
+ "weight": "5.0",
"id": "561",
"maxAmount": "3"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "20"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "325",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "18.0",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "31.0",
- "id": "995",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "20.0",
- "id": "995",
- "maxAmount": "2"
- },
- {
- "minAmount": "6",
- "weight": "20.0",
- "id": "995",
- "maxAmount": "6"
- },
- {
- "minAmount": "13",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "13"
- },
- {
- "minAmount": "20",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "20"
- },
- {
- "minAmount": "30",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "30"
}
]
},
@@ -10446,128 +13223,164 @@
"main": [
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1217",
- "maxAmount": "1"
- },
- {
- "minAmount": "12",
- "weight": "5.0",
- "id": "554",
- "maxAmount": "12"
- },
- {
- "minAmount": "2",
- "weight": "4.0",
- "id": "563",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "2"
},
{
- "minAmount": "9",
- "weight": "2.0",
- "id": "557",
- "maxAmount": "9"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "2"
},
{
"minAmount": "36",
- "weight": "1.0",
+ "weight": "50.0",
"id": "556",
"maxAmount": "36"
},
+ {
+ "minAmount": "9",
+ "weight": "50.0",
+ "id": "557",
+ "maxAmount": "9"
+ },
+ {
+ "minAmount": "12",
+ "weight": "50.0",
+ "id": "554",
+ "maxAmount": "12"
+ },
{
"minAmount": "3",
- "weight": "1.0",
+ "weight": "25.0",
"id": "561",
"maxAmount": "3"
},
- {
- "minAmount": "1",
- "weight": "34.0",
- "id": "14424",
- "maxAmount": "1"
- },
{
"minAmount": "2",
- "weight": "10.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "563",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "5.0",
- "id": "239",
+ "weight": "25.0",
+ "id": "1217",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
+ "id": "1313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "13",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "13"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "235",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "225",
+ "weight": "25.0",
+ "id": "239",
"maxAmount": "1"
},
- {
- "minAmount": "2",
- "weight": "1.0",
- "id": "225",
- "maxAmount": "2"
- },
- {
- "minAmount": "3",
- "weight": "1.0",
- "id": "225",
- "maxAmount": "3"
- },
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "231",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "225",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "227",
"maxAmount": "1"
},
- {
- "minAmount": "3",
- "weight": "15.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "10",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "10"
- },
- {
- "minAmount": "29",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "29"
- },
{
"minAmount": "1",
- "weight": "37.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "167",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -11084,98 +13897,170 @@
"main": [
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1217",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "12",
- "weight": "5.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "12"
},
+ {
+ "minAmount": "36",
+ "weight": "5.0",
+ "id": "554",
+ "maxAmount": "36"
+ },
{
"minAmount": "2",
- "weight": "4.0",
+ "weight": "25.0",
"id": "563",
"maxAmount": "2"
},
{
"minAmount": "3",
- "weight": "1.0",
+ "weight": "25.0",
"id": "561",
"maxAmount": "3"
},
- {
- "minAmount": "36",
- "weight": "1.0",
- "id": "554",
- "maxAmount": "36"
- },
{
"minAmount": "1",
- "weight": "39.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "1291",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
+ "id": "1217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "9142",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "830",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1137",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "227",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "239",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "231",
"maxAmount": "1"
},
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "227",
- "maxAmount": "1"
- },
{
"minAmount": "3",
- "weight": "5.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "10",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "10"
- },
- {
- "minAmount": "24",
- "weight": "3.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "24"
},
{
"minAmount": "1",
- "weight": "37.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "11.0",
+ "weight": "50.0",
"id": "167",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "5.0",
+ "id": "1454",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "993",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -11393,11 +14278,47 @@
"weight": "100.0",
"id": "526",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "1506",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "6065",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "6067",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "6069",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "6068",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "6070",
+ "maxAmount": "1"
}
],
"charm": [],
- "ids": "370,357,348,369,347,371",
- "description": "all combat mourners",
+ "ids": "347,348,357,369,370,371,372,717,718,719,2349,2350,2351,2373,2374,2784,3216",
+ "description": "",
"main": []
},
{
@@ -11437,126 +14358,223 @@
"ids": "412",
"description": "",
"main": [
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "7833",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "100.0",
- "id": "530",
+ "id": "0",
"maxAmount": "1"
}
]
},
{
- "default": [],
+ "default": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "526",
+ "maxAmount": "1"
+ }
+ ],
"charm": [],
- "ids": "438,439,440,441,442,443,4470",
+ "ids": "438,439,440,441,442,443,655,4470",
"description": "Tree Spirit (Hostile Woodcutting Random Event/Enchanted Valley)",
"main": [
{
"minAmount": "1",
- "weight": "8.0",
- "id": "1351",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "1349",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
"id": "1353",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "1361",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
"id": "1355",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "25.0",
"id": "1357",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "13.0",
"id": "1359",
"maxAmount": "1"
},
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "561",
+ "maxAmount": "22"
+ },
{
"minAmount": "1",
- "weight": "12.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "5296",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "14.0",
- "id": "14428",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5300",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5298",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "1.0",
+ "id": "5304",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "946",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "6.0",
+ "weight": "50.0",
"id": "3051",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "50.0",
"id": "3049",
"maxAmount": "1"
},
{
- "minAmount": "5",
- "weight": "16.0",
- "id": "561",
- "maxAmount": "5"
- },
- {
- "minAmount": "10",
- "weight": "8.0",
- "id": "561",
- "maxAmount": "10"
- },
- {
- "minAmount": "22",
- "weight": "2.0",
- "id": "561",
- "maxAmount": "22"
- },
- {
- "minAmount": "28",
- "weight": "2.0",
- "id": "561",
- "maxAmount": "28"
+ "minAmount": "1",
+ "weight": "20.0",
+ "id": "199",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1963",
+ "weight": "20.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "19.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "18.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "12.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "3.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "3.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "3.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "2.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.5",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.5",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "3.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -11602,7 +14620,7 @@
"maxAmount": "1"
}
],
- "ids": "490,1959,1962,1963,1964,1965,1966,1967,1968,2015,2016,2017,2018,2019,6753,6754,6755,6756,6757,6758,6759,6760",
+ "ids": "490,1958,1959,1961,1962,1963,1964,1965,1966,1967,1968,2015,2016,2017,2018,2019,6753,6754,6755,6756,6757,6758,6759,6760",
"description": "",
"main": [
{
@@ -11803,6 +14821,12 @@
"id": "12070",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "6808",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "5.0",
@@ -11927,7 +14951,7 @@
{
"minAmount": "1",
"weight": "100.0",
- "id": "592",
+ "id": "526",
"maxAmount": "1"
},
{
@@ -13187,6 +16211,75 @@
"description": "",
"main": []
},
+ {
+ "default": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "532",
+ "maxAmount": "1"
+ }
+ ],
+ "charm": [],
+ "ids": "852,5174",
+ "description": "",
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5304",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5296",
+ "maxAmount": "1"
+ }
+ ]
+ },
{
"default": [],
"charm": [
@@ -13523,133 +16616,193 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1069",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
+ "id": "1069",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1355",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1243",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "1145",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1161",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1213",
"maxAmount": "1"
},
{
"minAmount": "75",
- "weight": "8.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "75"
},
- {
- "minAmount": "15",
- "weight": "5.0",
- "id": "561",
- "maxAmount": "15"
- },
- {
- "minAmount": "3",
- "weight": "3.0",
- "id": "563",
- "maxAmount": "3"
- },
{
"minAmount": "37",
- "weight": "1.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "37"
},
+ {
+ "minAmount": "15",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "15"
+ },
+ {
+ "minAmount": "30",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "30"
+ },
+ {
+ "minAmount": "75",
+ "weight": "5.0",
+ "id": "561",
+ "maxAmount": "75"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "563",
+ "maxAmount": "3"
+ },
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "11",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "11"
- },
- {
- "minAmount": "44",
- "weight": "23.0",
- "id": "995",
- "maxAmount": "44"
- },
- {
- "minAmount": "132",
- "weight": "25.0",
- "id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "200",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "200"
- },
- {
- "minAmount": "440",
- "weight": "1.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "440"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "449",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "5.0",
- "id": "14426",
+ "weight": "8.153",
+ "id": "5733",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "15.5",
+ "id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.25",
+ "weight": "150.0",
+ "id": "0",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
"id": "12479",
"maxAmount": "1"
}
@@ -14330,80 +17483,104 @@
"main": [
{
"minAmount": "15",
- "weight": "13.0",
+ "weight": "50.0",
"id": "556",
- "maxAmount": "15"
+ "maxAmount": "20"
},
{
"minAmount": "2",
- "weight": "9.0",
- "id": "561",
- "maxAmount": "2"
- },
- {
- "minAmount": "2",
- "weight": "7.0",
+ "weight": "50.0",
"id": "562",
"maxAmount": "2"
},
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "561",
+ "maxAmount": "2"
+ },
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "50.0",
"id": "563",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "560",
"maxAmount": "1"
},
- {
- "minAmount": "20",
- "weight": "3.0",
- "id": "556",
- "maxAmount": "20"
- },
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "565",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "14.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "12",
- "weight": "36.0",
- "id": "995",
- "maxAmount": "12"
- },
- {
- "minAmount": "42",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "42"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1381",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "14426",
+ "weight": "50.0",
+ "id": "201",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "28.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -14421,95 +17598,130 @@
"ids": "1022",
"description": "",
"main": [
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
{
"minAmount": "15",
- "weight": "13.0",
- "id": "555",
- "maxAmount": "15"
- },
- {
- "minAmount": "2",
- "weight": "9.0",
- "id": "561",
- "maxAmount": "2"
- },
- {
- "minAmount": "2",
- "weight": "7.0",
- "id": "562",
- "maxAmount": "2"
- },
- {
- "minAmount": "1",
- "weight": "6.0",
- "id": "563",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "560",
- "maxAmount": "1"
- },
- {
- "minAmount": "20",
- "weight": "3.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "20"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "563",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "561",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "562",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "565",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "14.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "12",
- "weight": "36.0",
+ "minAmount": "10",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "12"
- },
- {
- "minAmount": "42",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "42"
+ "maxAmount": "40"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1383",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "28.0",
- "id": "0",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
},
{
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3325",
- "maxAmount": "1"
- }
- ],
+ "default": [],
"charm": [
{
"minAmount": "1",
@@ -15645,6 +18857,135 @@
}
]
},
+ {
+ "default": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "526",
+ "maxAmount": "1"
+ }
+ ],
+ "charm": [],
+ "ids": "1087",
+ "description": "",
+ "main": [
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "9"
+ },
+ {
+ "minAmount": "6",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "877",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "25"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1965",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7767",
+ "maxAmount": "1"
+ }
+ ]
+ },
{
"default": [
{
@@ -15689,136 +19030,178 @@
"ids": "1096",
"description": "",
"main": [
+ {
+ "minAmount": "16",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "16"
+ },
+ {
+ "minAmount": "25",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "25"
+ },
+ {
+ "minAmount": "65",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "65"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "4"
+ },
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "1119",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1341",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1339",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1357",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1183",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1341",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1347",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "3122",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1121",
+ "weight": "25.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1347",
+ "weight": "25.0",
+ "id": "201",
"maxAmount": "1"
},
{
- "minAmount": "80",
- "weight": "8.0",
- "id": "557",
- "maxAmount": "80"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
},
{
- "minAmount": "16",
- "weight": "5.0",
- "id": "561",
- "maxAmount": "16"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "995",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "10976",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "10977",
+ "maxAmount": "1"
},
{
"minAmount": "4",
- "weight": "3.0",
- "id": "563",
+ "weight": "25.0",
+ "id": "362",
"maxAmount": "4"
},
- {
- "minAmount": "65",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "65"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "25"
- },
- {
- "minAmount": "1",
- "weight": "15.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "40",
- "weight": "29.0",
- "id": "995",
- "maxAmount": "40"
- },
- {
- "minAmount": "135",
- "weight": "25.0",
- "id": "995",
- "maxAmount": "135"
- },
- {
- "minAmount": "190",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "190"
- },
- {
- "minAmount": "20",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "20"
- },
- {
- "minAmount": "420",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "420"
- },
{
"minAmount": "6",
- "weight": "3.0",
+ "weight": "25.0",
"id": "454",
"maxAmount": "6"
},
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "360",
- "maxAmount": "4"
- },
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
+ "id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1357",
+ "weight": "69.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -15869,134 +19252,86 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1119",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1341",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1339",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1183",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1341",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "3122",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1121",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1347",
"maxAmount": "1"
},
{
- "minAmount": "80",
- "weight": "8.0",
- "id": "557",
- "maxAmount": "80"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1119",
+ "maxAmount": "1"
},
{
- "minAmount": "16",
- "weight": "5.0",
- "id": "561",
- "maxAmount": "16"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1339",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1357",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "1"
},
{
"minAmount": "4",
- "weight": "3.0",
+ "weight": "25.0",
"id": "563",
"maxAmount": "4"
},
{
- "minAmount": "65",
- "weight": "1.0",
+ "minAmount": "80",
+ "weight": "25.0",
"id": "557",
- "maxAmount": "65"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "25"
+ "maxAmount": "80"
},
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "40",
- "weight": "29.0",
- "id": "995",
- "maxAmount": "40"
- },
- {
- "minAmount": "135",
"weight": "25.0",
- "id": "995",
- "maxAmount": "135"
- },
- {
- "minAmount": "190",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "190"
- },
- {
- "minAmount": "20",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "20"
- },
- {
- "minAmount": "420",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "420"
- },
- {
- "minAmount": "6",
- "weight": "3.0",
- "id": "454",
- "maxAmount": "6"
- },
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "360",
- "maxAmount": "4"
+ "id": "10976",
+ "maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
+ "id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1357",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -16047,134 +19382,74 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1119",
+ "weight": "25.0",
+ "id": "1357",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1341",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1339",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1183",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "3122",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1121",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1347",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1119",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1339",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "2"
+ },
{
"minAmount": "80",
- "weight": "8.0",
+ "weight": "25.0",
"id": "557",
"maxAmount": "80"
},
- {
- "minAmount": "16",
- "weight": "5.0",
- "id": "561",
- "maxAmount": "16"
- },
- {
- "minAmount": "4",
- "weight": "3.0",
- "id": "563",
- "maxAmount": "4"
- },
- {
- "minAmount": "65",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "65"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "25"
- },
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "40",
- "weight": "29.0",
- "id": "995",
- "maxAmount": "40"
- },
- {
- "minAmount": "135",
"weight": "25.0",
- "id": "995",
- "maxAmount": "135"
- },
- {
- "minAmount": "190",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "190"
- },
- {
- "minAmount": "20",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "20"
- },
- {
- "minAmount": "420",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "420"
- },
- {
- "minAmount": "6",
- "weight": "3.0",
- "id": "454",
- "maxAmount": "6"
- },
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "360",
- "maxAmount": "4"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "14426",
+ "id": "5323",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1357",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -16194,140 +19469,218 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "5.0",
+ "id": "5291",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1141",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1339",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1341",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1145",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "1339",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1341",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1345",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1181",
"maxAmount": "1"
},
- {
- "minAmount": "60",
- "weight": "8.0",
- "id": "557",
- "maxAmount": "60"
- },
- {
- "minAmount": "7",
- "weight": "5.0",
- "id": "561",
- "maxAmount": "7"
- },
- {
- "minAmount": "2",
- "weight": "3.0",
- "id": "563",
- "maxAmount": "2"
- },
- {
- "minAmount": "45",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "45"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "25"
- },
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "207",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "19.0",
- "id": "14422",
+ "weight": "5.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "8",
- "weight": "7.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "8"
},
{
"minAmount": "35",
- "weight": "29.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "35"
},
{
- "minAmount": "50",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "50"
+ "minAmount": "25",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "25"
},
{
- "minAmount": "100",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "100"
+ "minAmount": "45",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "45"
},
{
- "minAmount": "250",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "250"
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "563",
+ "maxAmount": "2"
},
{
"minAmount": "3",
- "weight": "3.0",
+ "weight": "5.0",
"id": "454",
"maxAmount": "3"
},
{
"minAmount": "3",
- "weight": "2.0",
+ "weight": "5.0",
"id": "354",
"maxAmount": "3"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.32",
- "id": "10976",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.0256",
- "id": "10977",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -16347,141 +19700,321 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1141",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1339",
+ "weight": "50.0",
+ "id": "201",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5291",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5323",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5104",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5295",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1341",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1339",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1141",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1145",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1345",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1361",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1181",
"maxAmount": "1"
},
{
- "minAmount": "60",
- "weight": "8.0",
- "id": "557",
- "maxAmount": "60"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1183",
+ "maxAmount": "1"
},
{
"minAmount": "7",
- "weight": "5.0",
+ "weight": "50.0",
"id": "561",
"maxAmount": "7"
},
- {
- "minAmount": "2",
- "weight": "3.0",
- "id": "563",
- "maxAmount": "2"
- },
- {
- "minAmount": "45",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "45"
- },
{
"minAmount": "25",
- "weight": "1.0",
+ "weight": "50.0",
"id": "557",
"maxAmount": "25"
},
{
- "minAmount": "1",
- "weight": "15.0",
- "id": "14424",
- "maxAmount": "1"
+ "minAmount": "45",
+ "weight": "50.0",
+ "id": "557",
+ "maxAmount": "45"
},
{
- "minAmount": "1",
- "weight": "19.0",
- "id": "14422",
- "maxAmount": "1"
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "2"
},
{
"minAmount": "8",
- "weight": "7.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "8"
},
{
"minAmount": "35",
- "weight": "29.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "35"
},
- {
- "minAmount": "50",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "50"
- },
- {
- "minAmount": "100",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "100"
- },
- {
- "minAmount": "250",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "250"
- },
{
"minAmount": "3",
- "weight": "3.0",
+ "weight": "50.0",
"id": "454",
"maxAmount": "3"
},
{
"minAmount": "3",
- "weight": "2.0",
+ "weight": "50.0",
"id": "354",
"maxAmount": "3"
},
{
"minAmount": "1",
- "weight": "5.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.32",
+ "weight": "25.0",
"id": "10976",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.0256",
+ "weight": "25.0",
"id": "10977",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7884",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
}
]
},
@@ -16531,147 +20064,195 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "1119",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1339",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1341",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1357",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1183",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3122",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1121",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1357",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1183",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1347",
"maxAmount": "1"
},
{
- "minAmount": "80",
- "weight": "8.0",
- "id": "557",
- "maxAmount": "80"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "830",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "3122",
+ "maxAmount": "1"
},
{
"minAmount": "16",
- "weight": "5.0",
+ "weight": "50.0",
"id": "561",
"maxAmount": "16"
},
{
"minAmount": "4",
- "weight": "3.0",
+ "weight": "50.0",
"id": "563",
"maxAmount": "4"
},
- {
- "minAmount": "65",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "65"
- },
{
"minAmount": "25",
- "weight": "1.0",
+ "weight": "25.0",
"id": "557",
"maxAmount": "25"
},
+ {
+ "minAmount": "65",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "65"
+ },
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "1462",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "360",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "6",
+ "weight": "25.0",
+ "id": "454",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
"maxAmount": "1"
},
{
"minAmount": "20",
- "weight": "4.0",
+ "weight": "25.0",
"id": "995",
"maxAmount": "20"
},
{
"minAmount": "40",
- "weight": "29.0",
+ "weight": "25.0",
"id": "995",
"maxAmount": "40"
},
{
- "minAmount": "135",
+ "minAmount": "1",
"weight": "25.0",
- "id": "995",
- "maxAmount": "135"
- },
- {
- "minAmount": "190",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "190"
- },
- {
- "minAmount": "420",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "420"
- },
- {
- "minAmount": "6",
- "weight": "3.0",
- "id": "454",
- "maxAmount": "6"
- },
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "360",
- "maxAmount": "4"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.32",
"id": "10976",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.0256",
+ "weight": "25.0",
"id": "10977",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -17029,140 +20610,218 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "5.0",
+ "id": "5291",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1141",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1339",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1341",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1145",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "1339",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1341",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1345",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1181",
"maxAmount": "1"
},
- {
- "minAmount": "60",
- "weight": "8.0",
- "id": "557",
- "maxAmount": "60"
- },
- {
- "minAmount": "7",
- "weight": "5.0",
- "id": "561",
- "maxAmount": "7"
- },
- {
- "minAmount": "2",
- "weight": "3.0",
- "id": "563",
- "maxAmount": "2"
- },
- {
- "minAmount": "45",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "45"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "557",
- "maxAmount": "25"
- },
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "207",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "19.0",
- "id": "14422",
+ "weight": "5.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "8",
- "weight": "7.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "8"
},
{
"minAmount": "35",
- "weight": "29.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "35"
},
{
- "minAmount": "50",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "50"
+ "minAmount": "25",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "25"
},
{
- "minAmount": "100",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "100"
+ "minAmount": "45",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "45"
},
{
- "minAmount": "250",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "250"
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "563",
+ "maxAmount": "2"
},
{
"minAmount": "3",
- "weight": "3.0",
+ "weight": "5.0",
"id": "454",
"maxAmount": "3"
},
{
"minAmount": "3",
- "weight": "2.0",
+ "weight": "5.0",
"id": "354",
"maxAmount": "3"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.32",
- "id": "10976",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.0256",
- "id": "10977",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -17716,134 +21375,278 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1285",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1365",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1355",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1211",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1183",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1147",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1113",
"maxAmount": "1"
},
- {
- "minAmount": "50",
- "weight": "8.0",
- "id": "556",
- "maxAmount": "50"
- },
- {
- "minAmount": "10",
- "weight": "7.0",
- "id": "562",
- "maxAmount": "10"
- },
- {
- "minAmount": "7",
- "weight": "4.0",
- "id": "565",
- "maxAmount": "7"
- },
- {
- "minAmount": "37",
- "weight": "1.0",
- "id": "554",
- "maxAmount": "37"
- },
- {
- "minAmount": "3",
- "weight": "1.0",
- "id": "563",
- "maxAmount": "3"
- },
- {
- "minAmount": "1",
- "weight": "23.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "132",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "30",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "30"
- },
- {
- "minAmount": "44",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "44"
- },
- {
- "minAmount": "220",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "220"
- },
- {
- "minAmount": "460",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "460"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "379",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "133",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "31",
- "maxAmount": "1"
- },
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
+ "id": "1127",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1185",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1353",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1365",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1285",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1331",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1319",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1373",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1289",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "50",
+ "weight": "25.0",
+ "id": "556",
+ "maxAmount": "50"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "565",
+ "maxAmount": "19"
+ },
+ {
+ "minAmount": "37",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "37"
+ },
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "45",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "45"
+ },
+ {
+ "minAmount": "18",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "18"
+ },
+ {
+ "minAmount": "28",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "28"
+ },
+ {
+ "minAmount": "10",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "829",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "564",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "42",
+ "weight": "25.0",
+ "id": "892",
+ "maxAmount": "150"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "28",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "3000"
+ },
+ {
+ "minAmount": "12",
+ "weight": "25.0",
+ "id": "379",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "163",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "145",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "157",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "24",
+ "weight": "25.0",
+ "id": "3139",
+ "maxAmount": "24"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -17882,28 +21685,14 @@
"maxAmount": "6"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "255.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "7981",
- "maxAmount": "1"
- }
- ],
"ids": "1158,1159,1160,3835,3836,4234",
"description": "",
"main": [
{
- "minAmount": "1",
+ "minAmount": "2",
"weight": "50.0",
- "id": "1245",
- "maxAmount": "1"
+ "id": "1247",
+ "maxAmount": "2"
},
{
"minAmount": "1",
@@ -17927,11 +21716,23 @@
"minAmount": "1",
"weight": "25.0",
"id": "1347",
- "maxAmount": "1"
+ "maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "3.2737",
+ "weight": "25.0",
+ "id": "1301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "3053",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
"id": "7158",
"maxAmount": "1"
},
@@ -17939,11 +21740,11 @@
"minAmount": "1",
"weight": "50.0",
"id": "1113",
- "maxAmount": "1"
+ "maxAmount": "4"
},
{
"minAmount": "1",
- "weight": "3.2737",
+ "weight": "2.5",
"id": "3140",
"maxAmount": "1"
},
@@ -17954,10 +21755,16 @@
"maxAmount": "500"
},
{
- "minAmount": "350",
+ "minAmount": "1",
"weight": "50.0",
"id": "884",
- "maxAmount": "350"
+ "maxAmount": "355"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "886",
+ "maxAmount": "150"
},
{
"minAmount": "100",
@@ -17966,88 +21773,100 @@
"maxAmount": "100"
},
{
- "minAmount": "75",
+ "minAmount": "250",
+ "weight": "75.0",
+ "id": "565",
+ "maxAmount": "300"
+ },
+ {
+ "minAmount": "200",
"weight": "75.0",
"id": "561",
- "maxAmount": "75"
+ "maxAmount": "285"
},
{
"minAmount": "20",
- "weight": "25.0",
+ "weight": "75.0",
"id": "563",
- "maxAmount": "20"
+ "maxAmount": "45"
+ },
+ {
+ "minAmount": "250",
+ "weight": "75.0",
+ "id": "563",
+ "maxAmount": "250"
+ },
+ {
+ "minAmount": "200",
+ "weight": "50.0",
+ "id": "560",
+ "maxAmount": "300"
+ },
+ {
+ "minAmount": "200",
+ "weight": "50.0",
+ "id": "564",
+ "maxAmount": "300"
},
{
"minAmount": "1",
"weight": "25.0",
- "id": "1301",
+ "id": "1607",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
- "id": "1185",
+ "id": "1605",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1603",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "40",
+ "weight": "25.0",
+ "id": "414",
+ "maxAmount": "40"
+ },
+ {
+ "minAmount": "20",
+ "weight": "50.0",
+ "id": "246",
+ "maxAmount": "40"
+ },
{
"minAmount": "1",
"weight": "50.0",
- "id": "1131",
+ "id": "1731",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "25.0",
- "id": "2501",
- "maxAmount": "1"
+ "minAmount": "341",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "75000"
+ },
+ {
+ "minAmount": "7",
+ "weight": "50.0",
+ "id": "379",
+ "maxAmount": "7"
},
{
"minAmount": "1",
- "weight": "6.5475",
+ "weight": "10.0",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "10.0",
"id": "31",
"maxAmount": "1"
- },
- {
- "minAmount": "600",
- "weight": "25.0",
- "id": "554",
- "maxAmount": "600"
- },
- {
- "minAmount": "50",
- "weight": "50.0",
- "id": "565",
- "maxAmount": "50"
- },
- {
- "minAmount": "20",
- "weight": "25.0",
- "id": "246",
- "maxAmount": "20"
- },
- {
- "minAmount": "8",
- "weight": "25.0",
- "id": "379",
- "maxAmount": "8"
- },
- {
- "minAmount": "1",
- "weight": "25.0",
- "id": "3053",
- "maxAmount": "1"
- },
- {
- "minAmount": "1560",
- "weight": "50.0",
- "id": "995",
- "maxAmount": "1560"
}
]
},
@@ -18092,7 +21911,7 @@
"maxAmount": "1"
}
],
- "ids": "1183,1184,1201,2359,2360,2361,2362,2373,7438,7439,7440,7441",
+ "ids": "1183,1184,1201,2359,2360,2361,2362,7438,7439,7440,7441",
"description": "",
"main": [
{
@@ -18356,7 +22175,7 @@
{
"minAmount": "1",
"weight": "5.0",
- "id": "12070",
+ "id": "5733",
"maxAmount": "1"
},
{
@@ -18428,7 +22247,20 @@
],
"ids": "1196,1197",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7815",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -18497,116 +22329,170 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "1311",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1353",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1353",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1163",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1073",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1163",
+ "weight": "25.0",
+ "id": "1135",
"maxAmount": "1"
},
{
- "minAmount": "75",
- "weight": "8.0",
- "id": "554",
- "maxAmount": "75"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1065",
+ "maxAmount": "1"
},
{
- "minAmount": "15",
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1099",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
"weight": "5.0",
- "id": "562",
- "maxAmount": "15"
+ "id": "217",
+ "maxAmount": "1"
},
{
- "minAmount": "5",
- "weight": "3.0",
- "id": "560",
- "maxAmount": "5"
- },
- {
- "minAmount": "37",
- "weight": "1.0",
- "id": "554",
- "maxAmount": "37"
- },
- {
- "minAmount": "132",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "44",
- "weight": "29.0",
- "id": "995",
- "maxAmount": "44"
- },
- {
- "minAmount": "220",
- "weight": "10.0",
+ "minAmount": "1",
+ "weight": "50.0",
"id": "995",
"maxAmount": "220"
},
{
- "minAmount": "11",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "11"
- },
- {
- "minAmount": "460",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "460"
+ "minAmount": "75",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "75"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "361",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "2357",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "361",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "15",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "15"
+ },
{
"minAmount": "10",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1734",
"maxAmount": "10"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -18742,7 +22628,7 @@
}
],
"charm": [],
- "ids": "1227",
+ "ids": "1227,1232",
"description": "",
"main": []
},
@@ -18762,7 +22648,7 @@
}
],
"charm": [],
- "ids": "1228",
+ "ids": "1228,1233",
"description": "",
"main": []
},
@@ -18782,7 +22668,7 @@
}
],
"charm": [],
- "ids": "1229",
+ "ids": "1229,1234",
"description": "",
"main": []
},
@@ -18802,7 +22688,7 @@
}
],
"charm": [],
- "ids": "1230",
+ "ids": "1230,1235",
"description": "",
"main": []
},
@@ -19006,10 +22892,10 @@
"maxAmount": "1"
},
{
- "minAmount": "30",
+ "minAmount": "110",
"weight": "5.0",
"id": "313",
- "maxAmount": "110"
+ "maxAmount": "30"
},
{
"minAmount": "1",
@@ -19171,10 +23057,10 @@
"maxAmount": "1"
},
{
- "minAmount": "30",
+ "minAmount": "110",
"weight": "5.0",
"id": "313",
- "maxAmount": "110"
+ "maxAmount": "30"
},
{
"minAmount": "1",
@@ -19698,14 +23584,7 @@
]
},
{
- "default": [
- {
- "minAmount": "1",
- "weight": "100.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
+ "default": [],
"charm": [],
"ids": "1307",
"description": "",
@@ -20093,530 +23972,72 @@
"charm": [
{
"minAmount": "1",
- "weight": "55.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "13.0",
+ "weight": "28.0",
"id": "12158",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "14.0",
"id": "12159",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "56.0",
"id": "12160",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "2.0",
"id": "12163",
"maxAmount": "1"
}
],
- "ids": "1338",
- "description": "Chaos Tunnels / Lighthouse Dagannoths",
+ "ids": "2455,2456",
+ "description": "Waterbirth Dagannoths",
"main": [
{
"minAmount": "1",
- "weight": "5.0",
- "id": "1237",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "1239",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1243",
- "maxAmount": "1"
- },
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "555",
- "maxAmount": "15"
- },
- {
- "minAmount": "15",
- "weight": "2.0",
- "id": "886",
- "maxAmount": "15"
- },
- {
- "minAmount": "3",
- "weight": "1.0",
- "id": "828",
- "maxAmount": "3"
- },
- {
- "minAmount": "1",
- "weight": "18.0",
- "id": "14428",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "12.0",
- "id": "301",
- "maxAmount": "1"
- },
- {
- "minAmount": "3",
- "weight": "4.0",
- "id": "345",
- "maxAmount": "3"
- },
- {
- "minAmount": "5",
- "weight": "4.0",
- "id": "327",
- "maxAmount": "5"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "311",
- "maxAmount": "1"
- },
- {
- "minAmount": "15",
- "weight": "2.0",
- "id": "314",
- "maxAmount": "15"
- },
- {
- "minAmount": "50",
- "weight": "2.0",
- "id": "313",
- "maxAmount": "50"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "377",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "359",
- "maxAmount": "1"
- },
- {
- "minAmount": "10",
- "weight": "2.0",
- "id": "402",
- "maxAmount": "10"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "413",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "1.0",
- "id": "411",
- "maxAmount": "2"
- },
- {
- "minAmount": "56",
- "weight": "29.0",
- "id": "995",
- "maxAmount": "56"
- },
- {
- "minAmount": "25",
- "weight": "9.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "44",
- "weight": "8.0",
- "id": "995",
- "maxAmount": "44"
- },
- {
- "minAmount": "41",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "41"
- },
- {
- "minAmount": "12",
- "weight": "2.0",
- "id": "45",
- "maxAmount": "12"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "405",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "5733",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "14426",
- "maxAmount": "1"
- }
- ]
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [
- {
- "minAmount": "1",
- "weight": "55.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "13.0",
- "id": "12158",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "6.0",
- "id": "12159",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "25.0",
- "id": "12160",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "12163",
- "maxAmount": "1"
- }
- ],
- "ids": "2455",
- "description": "Waterbirth Dagannoths (Melee Variant)",
- "main": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3749",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3751",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3753",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3755",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "160.0",
+ "weight": "60.0",
"id": "1353",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "60.0",
+ "id": "886",
+ "maxAmount": "30"
+ },
{
"minAmount": "3",
- "weight": "160.0",
+ "weight": "16.0",
"id": "828",
"maxAmount": "3"
},
- {
- "minAmount": "15",
- "weight": "80.0",
- "id": "886",
- "maxAmount": "15"
- },
{
"minAmount": "1",
- "weight": "48.0",
- "id": "3748",
+ "weight": "16.0",
+ "id": "1243",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "48.0",
- "id": "3757",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "48.0",
+ "weight": "24.0",
"id": "3758",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "32.0",
- "id": "3767",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "32.0",
- "id": "3761",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "32.0",
- "id": "3799",
- "maxAmount": "1"
- },
- {
- "minAmount": "10",
- "weight": "160.0",
- "id": "555",
- "maxAmount": "10"
- },
- {
- "minAmount": "1",
- "weight": "160.0",
- "id": "561",
- "maxAmount": "10"
- },
- {
- "minAmount": "1",
- "weight": "160.0",
- "id": "563",
- "maxAmount": "10"
- },
- {
- "minAmount": "1",
- "weight": "32.0",
- "id": "565",
- "maxAmount": "10"
- },
- {
- "minAmount": "1",
- "weight": "64.0",
- "id": "14424",
+ "weight": "24.0",
+ "id": "3748",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "16.0",
- "id": "14428",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "160.0",
- "id": "6155",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "160.0",
- "id": "590",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "112.0",
- "id": "411",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "80.0",
- "id": "377",
- "maxAmount": "1"
- },
- {
- "minAmount": "47",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "47"
- },
- {
- "minAmount": "3",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "38",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "38"
- },
- {
- "minAmount": "26",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "26"
- },
- {
- "minAmount": "81",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "81"
- },
- {
- "minAmount": "1",
- "weight": "32.0",
- "id": "3801",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
- "id": "1438",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
- "id": "1440",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
- "id": "1442",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
- "id": "1444",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
- "id": "1446",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
- "id": "1448",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "1454",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1452",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1462",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "16.0",
- "id": "5733",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "16.0",
- "id": "14426",
- "maxAmount": "1"
- }
- ]
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [
- {
- "minAmount": "1",
- "weight": "55.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "13.0",
- "id": "12158",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "6.0",
- "id": "12159",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "25.0",
- "id": "12160",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "12163",
- "maxAmount": "1"
- }
- ],
- "ids": "2456",
- "description": "Waterbirth Dagannoths (Ranged Variant)",
- "main": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3749",
+ "id": "3757",
"maxAmount": "1"
},
{
@@ -20625,6 +24046,12 @@
"id": "3751",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "3749",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "1.0",
@@ -20638,148 +24065,76 @@
"maxAmount": "1"
},
{
- "minAmount": "30",
- "weight": "160.0",
- "id": "886",
- "maxAmount": "30"
+ "minAmount": "1",
+ "weight": "64.0",
+ "id": "199",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "48.0",
- "id": "3748",
+ "weight": "64.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "64.0",
+ "id": "203",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "48.0",
- "id": "3757",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "48.0",
- "id": "3758",
+ "id": "209",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "32.0",
- "id": "3767",
+ "id": "2485",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "32.0",
- "id": "3761",
+ "id": "211",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "32.0",
- "id": "3799",
+ "id": "217",
"maxAmount": "1"
},
{
- "minAmount": "3",
- "weight": "32.0",
- "id": "828",
- "maxAmount": "3"
+ "minAmount": "1",
+ "weight": "64.0",
+ "id": "207",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "32.0",
- "id": "6149",
+ "weight": "8.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "5300",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "32.0",
- "id": "6143",
+ "id": "215",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "128.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "16.0",
- "id": "14428",
- "maxAmount": "1"
- },
- {
- "minAmount": "10",
- "weight": "480.0",
- "id": "402",
- "maxAmount": "10"
- },
- {
- "minAmount": "20",
- "weight": "160.0",
- "id": "45",
- "maxAmount": "20"
- },
- {
- "minAmount": "47",
- "weight": "32.0",
+ "weight": "146.0",
"id": "995",
- "maxAmount": "47"
- },
- {
- "minAmount": "3",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "38",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "38"
- },
- {
- "minAmount": "26",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "26"
- },
- {
- "minAmount": "81",
- "weight": "32.0",
- "id": "995",
- "maxAmount": "81"
- },
- {
- "minAmount": "5",
- "weight": "128.0",
- "id": "403",
- "maxAmount": "5"
- },
- {
- "minAmount": "1",
- "weight": "80.0",
- "id": "405",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "80.0",
- "id": "413",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "80.0",
- "id": "363",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "32.0",
- "id": "6169",
- "maxAmount": "1"
+ "maxAmount": "74"
},
{
"minAmount": "1",
@@ -20795,64 +24150,172 @@
},
{
"minAmount": "1",
- "weight": "32.0",
- "id": "3801",
+ "weight": "56.0",
+ "id": "407",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "10.0",
- "id": "1438",
- "maxAmount": "1"
+ "minAmount": "12",
+ "weight": "56.0",
+ "id": "413",
+ "maxAmount": "12"
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "3.0",
"id": "1440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "3.0",
+ "id": "1438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "3.0",
"id": "1442",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
- "id": "1444",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
- "id": "1446",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "10.0",
+ "weight": "3.0",
"id": "1448",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "1454",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1452",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
+ "weight": "3.0",
"id": "1462",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "3.0",
+ "id": "1446",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "12",
+ "weight": "80.0",
+ "id": "45",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
+ "weight": "16.0",
+ "id": "3761",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "16.0",
+ "id": "3767",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "16.0",
+ "id": "3799",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "15",
+ "weight": "80.0",
+ "id": "555",
+ "maxAmount": "15"
+ },
+ {
+ "minAmount": "6",
+ "weight": "80.0",
+ "id": "561",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "10",
+ "weight": "32.0",
+ "id": "565",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "5",
+ "weight": "80.0",
+ "id": "563",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "80.0",
+ "id": "590",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "15",
+ "weight": "32.0",
+ "id": "314",
+ "maxAmount": "15"
+ },
+ {
+ "minAmount": "50",
+ "weight": "16.0",
+ "id": "313",
+ "maxAmount": "50"
+ },
+ {
+ "minAmount": "100",
+ "weight": "16.0",
+ "id": "313",
+ "maxAmount": "100"
+ },
+ {
+ "minAmount": "1",
+ "weight": "16.0",
+ "id": "311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "16.0",
+ "id": "301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "80.0",
+ "id": "377",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "5",
+ "weight": "40.0",
+ "id": "327",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "3",
+ "weight": "40.0",
+ "id": "345",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "10",
+ "weight": "240.0",
+ "id": "401",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "10",
+ "weight": "32.0",
+ "id": "3711",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "16.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "16.0",
@@ -20861,8 +24324,8 @@
},
{
"minAmount": "1",
- "weight": "16.0",
- "id": "14426",
+ "weight": "1400.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -21461,153 +24924,207 @@
"description": "",
"main": [
{
- "minAmount": "1",
- "weight": "4.0",
- "id": "1315",
- "maxAmount": "1"
+ "minAmount": "30",
+ "weight": "50.0",
+ "id": "829",
+ "maxAmount": "30"
+ },
+ {
+ "minAmount": "60",
+ "weight": "50.0",
+ "id": "829",
+ "maxAmount": "60"
+ },
+ {
+ "minAmount": "16",
+ "weight": "25.0",
+ "id": "810",
+ "maxAmount": "16"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "1355",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1369",
+ "weight": "25.0",
+ "id": "1315",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1369",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "9142",
+ "maxAmount": "8"
+ },
+ {
+ "minAmount": "10",
+ "weight": "25.0",
+ "id": "9142",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "868",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "868",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "830",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1373",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "1199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1123",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1303",
+ "weight": "5.0",
+ "id": "1185",
"maxAmount": "1"
},
{
- "minAmount": "30",
- "weight": "20.0",
- "id": "829",
- "maxAmount": "30"
+ "minAmount": "1",
+ "weight": "0.45",
+ "id": "4585",
+ "maxAmount": "1"
},
{
- "minAmount": "50",
- "weight": "8.0",
- "id": "554",
- "maxAmount": "50"
- },
- {
- "minAmount": "16",
- "weight": "7.0",
- "id": "816",
- "maxAmount": "16"
- },
- {
- "minAmount": "2",
- "weight": "6.0",
- "id": "9142",
- "maxAmount": "12"
+ "minAmount": "1",
+ "weight": "0.45",
+ "id": "4087",
+ "maxAmount": "1"
},
{
"minAmount": "10",
- "weight": "5.0",
+ "weight": "50.0",
"id": "563",
"maxAmount": "10"
},
+ {
+ "minAmount": "45",
+ "weight": "50.0",
+ "id": "563",
+ "maxAmount": "45"
+ },
+ {
+ "minAmount": "50",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "150"
+ },
{
"minAmount": "15",
- "weight": "3.0",
+ "weight": "25.0",
"id": "565",
"maxAmount": "15"
},
{
- "minAmount": "2",
- "weight": "3.0",
- "id": "868",
- "maxAmount": "2"
+ "minAmount": "30",
+ "weight": "25.0",
+ "id": "565",
+ "maxAmount": "30"
+ },
+ {
+ "minAmount": "67",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "67"
},
{
"minAmount": "25",
- "weight": "1.0",
+ "weight": "25.0",
"id": "560",
"maxAmount": "25"
},
{
- "minAmount": "196",
- "weight": "39.0",
- "id": "995",
- "maxAmount": "196"
- },
- {
- "minAmount": "330",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "330"
- },
- {
- "minAmount": "690",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "690"
+ "minAmount": "45",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "45"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "5.0",
"id": "2361",
"maxAmount": "1"
},
{
- "minAmount": "2",
- "weight": "2.0",
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2363",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "168",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "3000"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "373",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "373",
+ "weight": "5.0",
+ "id": "1",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.0625",
- "id": "4087",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.0625",
- "id": "4585",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -21664,153 +25181,183 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
"id": "1317",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1357",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1371",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1357",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1183",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "1432",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
"id": "1147",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1373",
+ "weight": "8.0",
+ "id": "1163",
"maxAmount": "1"
},
{
- "minAmount": "4",
- "weight": "20.0",
- "id": "830",
- "maxAmount": "4"
+ "minAmount": "1",
+ "weight": "0.75",
+ "id": "4585",
+ "maxAmount": "1"
},
{
- "minAmount": "15",
- "weight": "15.0",
- "id": "560",
- "maxAmount": "15"
- },
- {
- "minAmount": "9",
- "weight": "7.0",
- "id": "817",
- "maxAmount": "9"
+ "minAmount": "1",
+ "weight": "0.75",
+ "id": "4087",
+ "maxAmount": "1"
},
{
"minAmount": "2",
- "weight": "6.0",
+ "weight": "25.0",
"id": "9143",
"maxAmount": "12"
},
{
- "minAmount": "3",
- "weight": "5.0",
- "id": "566",
- "maxAmount": "3"
+ "minAmount": "2",
+ "weight": "8.0",
+ "id": "9144",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "9",
+ "weight": "25.0",
+ "id": "811",
+ "maxAmount": "9"
},
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "25.0",
"id": "868",
"maxAmount": "5"
},
+ {
+ "minAmount": "15",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "15"
+ },
+ {
+ "minAmount": "15",
+ "weight": "25.0",
+ "id": "565",
+ "maxAmount": "15"
+ },
{
"minAmount": "3",
- "weight": "5.0",
+ "weight": "25.0",
"id": "566",
"maxAmount": "3"
},
- {
- "minAmount": "270",
- "weight": "19.0",
- "id": "995",
- "maxAmount": "270"
- },
- {
- "minAmount": "550",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "550"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "161",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "9431",
- "maxAmount": "1"
- },
{
"minAmount": "2",
- "weight": "3.0",
+ "weight": "25.0",
"id": "2361",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
+ "id": "161",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "145",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "165",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "270",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "270"
+ },
+ {
+ "minAmount": "550",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "550"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "2011",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "9431",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "5.0",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.0128",
+ "weight": "0.075957",
"id": "11286",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.125",
- "id": "4087",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "0.125",
- "id": "4585",
- "maxAmount": "1"
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "830",
+ "maxAmount": "4"
}
]
},
@@ -21866,147 +25413,177 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1432",
+ "weight": "50.0",
+ "id": "1317",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
+ "id": "1371",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1357",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1183",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "8.0",
"id": "1359",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1163",
+ "weight": "8.0",
+ "id": "1432",
"maxAmount": "1"
},
- {
- "minAmount": "7",
- "weight": "20.0",
- "id": "830",
- "maxAmount": "7"
- },
- {
- "minAmount": "15",
- "weight": "15.0",
- "id": "565",
- "maxAmount": "15"
- },
- {
- "minAmount": "12",
- "weight": "7.0",
- "id": "817",
- "maxAmount": "12"
- },
- {
- "minAmount": "2",
- "weight": "6.0",
- "id": "9144",
- "maxAmount": "12"
- },
- {
- "minAmount": "5",
- "weight": "5.0",
- "id": "566",
- "maxAmount": "5"
- },
- {
- "minAmount": "470",
- "weight": "20.0",
- "id": "995",
- "maxAmount": "470"
- },
- {
- "minAmount": "650",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "650"
- },
{
"minAmount": "1",
"weight": "8.0",
+ "id": "1147",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "1163",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.4",
+ "id": "4585",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.4",
+ "id": "4087",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "9143",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "2",
+ "weight": "8.0",
+ "id": "9144",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "12",
+ "weight": "25.0",
+ "id": "811",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "7",
+ "weight": "8.0",
+ "id": "868",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "20",
+ "weight": "25.0",
+ "id": "565",
+ "maxAmount": "20"
+ },
+ {
+ "minAmount": "5",
+ "weight": "8.0",
+ "id": "566",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "2361",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "161",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "12.0",
"id": "145",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "9431",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "2363",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "12.0",
"id": "165",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "1.0",
- "id": "2011",
- "maxAmount": "1"
+ "minAmount": "470",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "470"
+ },
+ {
+ "minAmount": "650",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "650"
},
{
"minAmount": "2",
- "weight": "1.0",
+ "weight": "25.0",
"id": "2011",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "14426",
+ "weight": "50.0",
+ "id": "9431",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "31",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.0128",
+ "weight": "6.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "0.0693868",
"id": "11286",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.25",
- "id": "4087",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.25",
- "id": "4585",
- "maxAmount": "1"
- },
- {
- "minAmount": "7",
- "weight": "3.0",
- "id": "868",
- "maxAmount": "7"
}
]
},
@@ -22350,87 +25927,207 @@
"main": [
{
"minAmount": "1",
- "weight": "12.0",
+ "weight": "50.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5300",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5304",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "207",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "209",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "211",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "213",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "3051",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1353",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "3053",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "1073",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "5.0",
"id": "1163",
"maxAmount": "1"
},
+ {
+ "minAmount": "278",
+ "weight": "25.0",
+ "id": "995",
+ "maxAmount": "487"
+ },
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "4103",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "130.0",
- "id": "14424",
+ "weight": "5.0",
+ "id": "1",
"maxAmount": "1"
},
- {
- "minAmount": "2",
- "weight": "130.0",
- "id": "14424",
- "maxAmount": "2"
- },
- {
- "minAmount": "3",
- "weight": "47.0",
- "id": "14424",
- "maxAmount": "3"
- },
{
"minAmount": "1",
- "weight": "76.0",
- "id": "14428",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
},
- {
- "minAmount": "460",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "460"
- },
{
"minAmount": "1",
- "weight": "72.0",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "12070",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "20.0",
- "id": "14426",
- "maxAmount": "1"
}
]
},
@@ -22475,232 +26172,296 @@
"maxAmount": "1"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "2999.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "7978",
- "maxAmount": "1"
- }
- ],
"ids": "1608,1609,4229",
"description": "",
"main": [
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "30"
+ },
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "558",
+ "maxAmount": "16"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "9143",
+ "maxAmount": "19"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1355",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1197",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1123",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1303",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "13290",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "4111",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "4160",
"maxAmount": "10"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "13280",
- "maxAmount": "10"
- },
- {
- "minAmount": "20",
- "weight": "2.0",
- "id": "13278",
- "maxAmount": "60"
- },
- {
- "minAmount": "20",
- "weight": "2.0",
- "id": "13279",
- "maxAmount": "60"
- },
- {
- "minAmount": "5",
- "weight": "2.0",
- "id": "9143",
- "maxAmount": "20"
- },
- {
- "minAmount": "5",
- "weight": "10.0",
- "id": "561",
- "maxAmount": "5"
- },
- {
- "minAmount": "15",
- "weight": "6.0",
- "id": "561",
- "maxAmount": "15"
- },
- {
- "minAmount": "30",
- "weight": "2.0",
- "id": "561",
- "maxAmount": "30"
- },
- {
- "minAmount": "1",
- "weight": "18.0",
- "id": "14424",
+ "weight": "5.0",
+ "id": "1303",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14422",
+ "weight": "25.0",
+ "id": "1123",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "1197",
"maxAmount": "1"
},
- {
- "minAmount": "22",
- "weight": "8.0",
- "id": "995",
- "maxAmount": "22"
- },
- {
- "minAmount": "748",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "748"
- },
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "239",
"maxAmount": "1"
},
{
"minAmount": "2",
- "weight": "3.0",
+ "weight": "50.0",
"id": "225",
"maxAmount": "2"
},
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5300",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5304",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1963",
+ "maxAmount": "2"
+ },
{
"minAmount": "2",
- "weight": "3.0",
+ "weight": "50.0",
"id": "2114",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1963",
+ "weight": "25.0",
+ "id": "2289",
"maxAmount": "1"
},
{
- "minAmount": "2",
- "weight": "2.0",
- "id": "1963",
- "maxAmount": "2"
+ "minAmount": "22",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "748"
},
{
"minAmount": "20",
- "weight": "2.0",
+ "weight": "50.0",
"id": "1780",
"maxAmount": "30"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "2289",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "2.0",
- "id": "526",
- "maxAmount": "2"
- },
- {
- "minAmount": "4",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "4"
- },
- {
- "minAmount": "2",
- "weight": "2.0",
- "id": "532",
- "maxAmount": "2"
- },
- {
- "minAmount": "4",
- "weight": "1.0",
- "id": "532",
- "maxAmount": "4"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "161",
"maxAmount": "1"
},
+ {
+ "minAmount": "12",
+ "weight": "25.0",
+ "id": "526",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "12",
+ "weight": "25.0",
+ "id": "532",
+ "maxAmount": "12"
+ },
{
"minAmount": "1",
- "weight": "1.0",
- "id": "173",
+ "weight": "5.0",
+ "id": "4111",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "5.0",
+ "id": "13290",
"maxAmount": "1"
},
{
- "minAmount": "4",
- "weight": "4.0",
- "id": "558",
- "maxAmount": "16"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "560",
- "maxAmount": "5"
+ "weight": "5.0",
+ "id": "7978",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -22743,147 +26504,129 @@
"main": [
{
"minAmount": "1",
- "weight": "16.0",
+ "weight": "25.0",
"id": "1311",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "12.0",
- "id": "1353",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "12.0",
+ "weight": "25.0",
"id": "1365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "4129",
+ "weight": "25.0",
+ "id": "1353",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1163",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "5.0",
"id": "4153",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "4101",
+ "weight": "5.0",
+ "id": "1163",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "4129",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1157",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "37",
+ "weight": "50.0",
+ "id": "554",
+ "maxAmount": "37"
+ },
{
"minAmount": "75",
- "weight": "32.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "75"
},
{
"minAmount": "15",
- "weight": "12.0",
+ "weight": "50.0",
"id": "562",
"maxAmount": "15"
},
{
"minAmount": "5",
- "weight": "12.0",
+ "weight": "25.0",
"id": "560",
"maxAmount": "5"
},
- {
- "minAmount": "37",
- "weight": "4.0",
- "id": "554",
- "maxAmount": "37"
- },
- {
- "minAmount": "132",
- "weight": "160.0",
- "id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "44",
- "weight": "108.0",
- "id": "995",
- "maxAmount": "44"
- },
- {
- "minAmount": "220",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "220"
- },
{
"minAmount": "11",
- "weight": "28.0",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "11"
+ "maxAmount": "498"
},
{
- "minAmount": "460",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "460"
+ "minAmount": "35",
+ "weight": "25.0",
+ "id": "7937",
+ "maxAmount": "35"
},
{
"minAmount": "3",
- "weight": "8.0",
- "id": "2353",
- "maxAmount": "3"
- },
- {
- "minAmount": "3",
- "weight": "8.0",
+ "weight": "25.0",
"id": "2359",
"maxAmount": "3"
},
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "2353",
+ "maxAmount": "3"
+ },
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "25.0",
"id": "2357",
"maxAmount": "1"
},
{
"minAmount": "10",
- "weight": "4.0",
+ "weight": "25.0",
"id": "1734",
"maxAmount": "10"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "12070",
+ "weight": "5.0",
+ "id": "4101",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "20.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "1",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
- },
- {
- "minAmount": "35",
- "weight": "8.0",
- "id": "7937",
- "maxAmount": "35"
}
]
},
@@ -23085,123 +26828,207 @@
"main": [
{
"minAmount": "1",
- "weight": "16.0",
+ "weight": "25.0",
"id": "1420",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "16.0",
+ "weight": "5.0",
"id": "1203",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "5.0",
"id": "1191",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1199",
+ "maxAmount": "1"
+ },
{
"minAmount": "3",
- "weight": "23.0",
+ "weight": "50.0",
"id": "556",
"maxAmount": "3"
},
{
"minAmount": "3",
- "weight": "16.0",
+ "weight": "50.0",
"id": "562",
"maxAmount": "3"
},
{
"minAmount": "6",
- "weight": "8.0",
+ "weight": "50.0",
"id": "562",
"maxAmount": "6"
},
{
"minAmount": "2",
- "weight": "23.0",
+ "weight": "25.0",
"id": "564",
"maxAmount": "2"
},
+ {
+ "minAmount": "6",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "6"
+ },
{
"minAmount": "7",
- "weight": "8.0",
+ "weight": "25.0",
"id": "554",
"maxAmount": "7"
},
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
{
"minAmount": "13",
- "weight": "80.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "13"
},
{
"minAmount": "26",
- "weight": "64.0",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "26"
+ "maxAmount": "35"
},
{
"minAmount": "13",
- "weight": "176.0",
+ "weight": "50.0",
"id": "7937",
"maxAmount": "13"
},
+ {
+ "minAmount": "23",
+ "weight": "50.0",
+ "id": "7937",
+ "maxAmount": "23"
+ },
{
"minAmount": "7",
- "weight": "40.0",
+ "weight": "50.0",
"id": "313",
"maxAmount": "7"
},
{
"minAmount": "15",
- "weight": "176.0",
+ "weight": "50.0",
"id": "313",
"maxAmount": "15"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "25.0",
"id": "440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "25.0",
"id": "221",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "5.0",
"id": "4105",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "1",
+ "weight": "5.0",
+ "id": "4105",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "272.0",
- "id": "14424",
+ "weight": "5.0",
+ "id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "16.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
},
{
- "minAmount": "35",
- "weight": "64.0",
- "id": "995",
- "maxAmount": "35"
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -23251,134 +27078,188 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1311",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1353",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1365",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1197",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1073",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1163",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1073",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1197",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
"id": "4131",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1365",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1353",
+ "maxAmount": "1"
+ },
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "25.0",
"id": "560",
"maxAmount": "5"
},
{
"minAmount": "10",
- "weight": "3.0",
+ "weight": "25.0",
"id": "560",
"maxAmount": "10"
},
+ {
+ "minAmount": "3",
+ "weight": "12.5",
+ "id": "562",
+ "maxAmount": "3"
+ },
{
"minAmount": "37",
- "weight": "1.0",
+ "weight": "12.5",
"id": "562",
"maxAmount": "37"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "14428",
+ "weight": "25.0",
+ "id": "5281",
"maxAmount": "1"
},
{
- "minAmount": "132",
- "weight": "40.0",
- "id": "995",
- "maxAmount": "132"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
},
{
- "minAmount": "44",
- "weight": "29.0",
- "id": "995",
- "maxAmount": "44"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "1"
},
{
- "minAmount": "220",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "220"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "1"
},
{
- "minAmount": "11",
- "weight": "7.0",
- "id": "995",
- "maxAmount": "11"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5299",
+ "maxAmount": "1"
},
{
- "minAmount": "460",
- "weight": "1.0",
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "10",
+ "weight": "50.0",
"id": "995",
"maxAmount": "460"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "361",
"maxAmount": "1"
},
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "2357",
- "maxAmount": "1"
- },
{
"minAmount": "10",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1734",
"maxAmount": "10"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "2357",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "14426",
+ "weight": "16.0",
+ "id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "31",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "5300",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "8.0",
+ "id": "5304",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5295",
"maxAmount": "1"
}
]
@@ -23424,178 +27305,194 @@
"maxAmount": "1"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "7979",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4999.0",
- "id": "0",
- "maxAmount": "1"
- }
- ],
"ids": "1615,4230",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1283",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
+ "weight": "50.0",
"id": "1365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
+ "id": "1283",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "1361",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1147",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1113",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "19.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "1147",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "50",
- "weight": "8.0",
+ "weight": "25.0",
"id": "556",
"maxAmount": "50"
},
{
"minAmount": "7",
- "weight": "4.0",
+ "weight": "25.0",
"id": "565",
"maxAmount": "7"
},
{
"minAmount": "10",
- "weight": "6.0",
+ "weight": "25.0",
"id": "562",
"maxAmount": "10"
},
{
"minAmount": "3",
- "weight": "1.0",
+ "weight": "25.0",
"id": "563",
"maxAmount": "3"
},
- {
- "minAmount": "60",
- "weight": "5.0",
- "id": "7937",
- "maxAmount": "60"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "2361",
- "maxAmount": "1"
- },
{
"minAmount": "30",
- "weight": "7.0",
+ "weight": "100.0",
"id": "995",
- "maxAmount": "30"
- },
- {
- "minAmount": "44",
- "weight": "6.0",
- "id": "995",
- "maxAmount": "44"
- },
- {
- "minAmount": "132",
- "weight": "35.0",
- "id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "220",
- "weight": "9.0",
- "id": "995",
- "maxAmount": "220"
- },
- {
- "minAmount": "460",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "460"
+ "maxAmount": "690"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "379",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
"id": "1454",
"maxAmount": "1"
},
+ {
+ "minAmount": "60",
+ "weight": "50.0",
+ "id": "7937",
+ "maxAmount": "60"
+ },
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1452",
+ "weight": "25.0",
+ "id": "2361",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "133",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "31",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.25",
+ "weight": "22.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "2.2",
"id": "4151",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -23640,20 +27537,6 @@
"maxAmount": "1"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "7977",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1999.0",
- "id": "0",
- "maxAmount": "1"
- }
- ],
"ids": "1616,1617,4228",
"description": "",
"main": [
@@ -23831,6 +27714,12 @@
"id": "4109",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "7977",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "5.0",
@@ -23897,158 +27786,200 @@
"main": [
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
"id": "1353",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1157",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1325",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1157",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1181",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1109",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "4125",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1147",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1163",
+ "maxAmount": "1"
+ },
{
"minAmount": "60",
- "weight": "8.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "60"
},
{
"minAmount": "3",
- "weight": "3.0",
+ "weight": "25.0",
"id": "565",
"maxAmount": "3"
},
{
"minAmount": "10",
- "weight": "5.0",
+ "weight": "25.0",
"id": "565",
"maxAmount": "10"
},
{
- "minAmount": "30",
- "weight": "1.0",
- "id": "565",
- "maxAmount": "30"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "10",
- "weight": "7.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "10"
},
{
"minAmount": "40",
- "weight": "25.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "40"
},
- {
- "minAmount": "120",
- "weight": "20.0",
- "id": "995",
- "maxAmount": "120"
- },
- {
- "minAmount": "200",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "200"
- },
- {
- "minAmount": "450",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "450"
- },
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "25.0",
+ "id": "444",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
"id": "526",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "7.0",
- "id": "532",
- "maxAmount": "1"
- },
- {
- "minAmount": "3",
- "weight": "3.0",
- "id": "532",
"maxAmount": "3"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
+ "id": "532",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "532",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "2293",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "444",
+ "weight": "5.0",
+ "id": "1635",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "5.0",
+ "id": "5733",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "5104",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "11072",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -24094,165 +28025,283 @@
"maxAmount": "1"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "114872.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "128.0",
- "id": "7976",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "13000.0",
- "id": "12109",
- "maxAmount": "1"
- }
- ],
"ids": "1620,1621,4227",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "12.0",
+ "weight": "50.0",
"id": "1279",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "12.0",
+ "weight": "50.0",
"id": "1207",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "4121",
+ "weight": "50.0",
+ "id": "1295",
"maxAmount": "1"
},
{
"minAmount": "5",
- "weight": "4.0",
+ "weight": "25.0",
"id": "826",
"maxAmount": "5"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "1295",
+ "weight": "25.0",
+ "id": "1069",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "4121",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1147",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "4117",
"maxAmount": "1"
},
{
- "minAmount": "2",
- "weight": "24.0",
- "id": "561",
- "maxAmount": "2"
- },
- {
- "minAmount": "4",
- "weight": "16.0",
- "id": "561",
- "maxAmount": "4"
- },
- {
- "minAmount": "2",
- "weight": "12.0",
- "id": "563",
- "maxAmount": "2"
- },
- {
- "minAmount": "6",
- "weight": "8.0",
- "id": "561",
- "maxAmount": "6"
- },
- {
- "minAmount": "2",
- "weight": "8.0",
+ "minAmount": "1",
+ "weight": "50.0",
"id": "555",
"maxAmount": "2"
},
{
"minAmount": "7",
- "weight": "8.0",
+ "weight": "50.0",
"id": "554",
"maxAmount": "7"
},
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "561",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "561",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "563",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "563",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "50",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "50"
+ },
{
"minAmount": "1",
- "weight": "40.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "72.0",
- "id": "14430",
+ "weight": "50.0",
+ "id": "201",
"maxAmount": "1"
},
{
- "minAmount": "15",
- "weight": "64.0",
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "5318",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "5319",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "4",
+ "weight": "50.0",
+ "id": "5324",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "5322",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "5308",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "5309",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "5320",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "5323",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "5321",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5096",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "15"
+ "maxAmount": "1"
},
{
"minAmount": "5",
- "weight": "48.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "5"
},
- {
- "minAmount": "28",
- "weight": "48.0",
- "id": "995",
- "maxAmount": "28"
- },
- {
- "minAmount": "62",
- "weight": "16.0",
- "id": "995",
- "maxAmount": "62"
- },
- {
- "minAmount": "42",
- "weight": "12.0",
- "id": "995",
- "maxAmount": "42"
- },
{
"minAmount": "1",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "84.0",
+ "weight": "50.0",
"id": "225",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
+ "id": "12109",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "5733",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "447",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "7983",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "88.9239",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -24550,6 +28599,12 @@
"weight": "100.0",
"id": "526",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "592",
+ "maxAmount": "1"
}
],
"charm": [
@@ -24594,10 +28649,16 @@
"maxAmount": "1"
},
{
- "minAmount": "15",
+ "minAmount": "12",
"weight": "50.0",
"id": "892",
- "maxAmount": "15"
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "24",
+ "weight": "50.0",
+ "id": "892",
+ "maxAmount": "24"
},
{
"minAmount": "1",
@@ -24613,10 +28674,22 @@
},
{
"minAmount": "1",
- "weight": "15.0",
+ "weight": "5.0",
"id": "1213",
"maxAmount": "1"
},
+ {
+ "minAmount": "5",
+ "weight": "5.0",
+ "id": "830",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "1353",
+ "maxAmount": "1"
+ },
{
"minAmount": "37",
"weight": "50.0",
@@ -24637,15 +28710,21 @@
},
{
"minAmount": "2",
- "weight": "15.0",
+ "weight": "25.0",
"id": "566",
"maxAmount": "2"
},
{
- "minAmount": "5",
+ "minAmount": "3",
"weight": "25.0",
"id": "566",
- "maxAmount": "5"
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "563",
+ "maxAmount": "1"
},
{
"minAmount": "1",
@@ -24703,7 +28782,7 @@
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "5.0",
"id": "213",
"maxAmount": "1"
},
@@ -24715,13 +28794,13 @@
},
{
"minAmount": "15",
- "weight": "25.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "15"
},
{
"minAmount": "25",
- "weight": "25.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "25"
},
@@ -24739,13 +28818,13 @@
},
{
"minAmount": "1",
- "weight": "15.0",
+ "weight": "5.0",
"id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.02822962",
+ "weight": "1.0",
"id": "3140",
"maxAmount": "1"
},
@@ -24754,24 +28833,6 @@
"weight": "100.0",
"id": "0",
"maxAmount": "1"
- },
- {
- "minAmount": "300",
- "weight": "15.0",
- "id": "554",
- "maxAmount": "300"
- },
- {
- "minAmount": "60",
- "weight": "25.0",
- "id": "995",
- "maxAmount": "60"
- },
- {
- "minAmount": "300",
- "weight": "25.0",
- "id": "995",
- "maxAmount": "300"
}
]
},
@@ -24784,14 +28845,39 @@
"maxAmount": "1"
}
],
- "charm": [],
+ "charm": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "12158",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "12159",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "12160",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "12163",
+ "maxAmount": "1"
+ }
+ ],
"ids": "1631,1632",
"description": "",
"main": [
{
"minAmount": "1",
"weight": "0.07",
- "id": "4115",
+ "id": "4105",
"maxAmount": "1"
},
{
@@ -25460,23 +29546,15 @@
"maxAmount": "1"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "511.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "7975",
- "maxAmount": "1"
- }
- ],
"ids": "1648,1649,1650,1651,1652,1653,1654,1655,1656,1657",
"description": "",
"main": [
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1059",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "25.0",
@@ -25604,8 +29682,8 @@
"maxAmount": "1"
}
],
- "ids": "6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6212,6213",
- "description": "Werewolves (and human form for Canifis)",
+ "ids": "1665,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6212,6213",
+ "description": "",
"main": [
{
"minAmount": "5",
@@ -26182,6 +30260,12 @@
"id": "686",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "4170",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "25.0",
@@ -26462,6 +30546,12 @@
"id": "1129",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "4170",
+ "maxAmount": "1"
+ },
{
"minAmount": "2",
"weight": "50.0",
@@ -27090,6 +31180,12 @@
"weight": "100.0",
"id": "526",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "100.0",
+ "id": "526",
+ "maxAmount": "2"
}
],
"charm": [],
@@ -27143,6 +31239,12 @@
"weight": "50.0",
"id": "995",
"maxAmount": "15"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7910",
+ "maxAmount": "1"
}
]
},
@@ -27426,7 +31528,7 @@
"maxAmount": "1"
}
],
- "ids": "5750",
+ "ids": "1832,5750",
"description": "",
"main": [
{
@@ -27946,7 +32048,7 @@
"maxAmount": "1"
}
],
- "ids": "1958,1961,1960,5360",
+ "ids": "1960,5360",
"description": "",
"main": [
{
@@ -27963,7 +32065,7 @@
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "5.0",
"id": "4675",
"maxAmount": "1"
},
@@ -28153,6 +32255,12 @@
"id": "5733",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "6808",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "5.0",
@@ -28428,7 +32536,20 @@
],
"ids": "2033,4920,4921",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "7824",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [],
@@ -28466,7 +32587,14 @@
],
"ids": "2035",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -28483,10 +32611,60 @@
"maxAmount": "1"
}
],
- "charm": [],
- "ids": "2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057",
+ "charm": [
+ {
+ "minAmount": "1",
+ "weight": "85.8093",
+ "id": "0",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.9113",
+ "id": "12158",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.6775",
+ "id": "12159",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.6019",
+ "id": "12160",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "0.0",
+ "id": "12163",
+ "maxAmount": "1"
+ }
+ ],
+ "ids": "2044,2045,2046,2047,2048,2049,2051,2052,2053,2054,2055",
"description": "",
- "main": []
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "124.0",
+ "id": "0",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "3.0",
+ "id": "7848",
+ "maxAmount": "1"
+ }
+ ]
},
{
"default": [
@@ -29831,10 +34009,10 @@
"maxAmount": "1"
},
{
- "minAmount": "2",
+ "minAmount": "1",
"weight": "100.0",
"id": "12161",
- "maxAmount": "2"
+ "maxAmount": "1"
},
{
"minAmount": "1",
@@ -30699,23 +34877,22 @@
},
{
"default": [],
- "charm": [
+ "charm": [],
+ "ids": "2591,2592,2593,2594,2595,2596,2597,7753",
+ "description": "",
+ "main": [
{
"minAmount": "1",
- "weight": "40.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "1387",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "88.0",
- "id": "12168",
+ "weight": "1.0",
+ "id": "6568",
"maxAmount": "1"
- }
- ],
- "ids": "2591,2592,2593,2594,2595,2596,2597,7753",
- "description": "",
- "main": [
+ },
{
"minAmount": "1",
"weight": "1.0",
@@ -30723,266 +34900,300 @@
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "1.0",
- "id": "6568",
- "maxAmount": "1"
- },
- {
- "minAmount": "25",
- "weight": "256.0",
+ "minAmount": "10",
+ "weight": "50.0",
"id": "557",
- "maxAmount": "25"
+ "maxAmount": "80"
},
{
- "minAmount": "25",
- "weight": "256.0",
+ "minAmount": "10",
+ "weight": "50.0",
"id": "554",
- "maxAmount": "25"
+ "maxAmount": "80"
},
{
- "minAmount": "25",
- "weight": "128.0",
+ "minAmount": "10",
+ "weight": "25.0",
"id": "556",
- "maxAmount": "25"
+ "maxAmount": "80"
+ },
+ {
+ "minAmount": "10",
+ "weight": "25.0",
+ "id": "555",
+ "maxAmount": "80"
},
{
"minAmount": "5",
- "weight": "64.0",
+ "weight": "25.0",
"id": "562",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "561",
+ "maxAmount": "8"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "563",
"maxAmount": "5"
},
{
- "minAmount": "2",
- "weight": "64.0",
- "id": "561",
- "maxAmount": "2"
- },
- {
- "minAmount": "2",
- "weight": "32.0",
+ "minAmount": "1",
+ "weight": "5.0",
"id": "560",
- "maxAmount": "2"
+ "maxAmount": "6"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "1617",
+ "weight": "5.0",
+ "id": "565",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "4697",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "10",
+ "weight": "5.0",
+ "id": "4699",
+ "maxAmount": "40"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1442",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "32.0",
- "id": "1619",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "64.0",
- "id": "1621",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "128.0",
- "id": "1623",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "160.0",
- "id": "9194",
- "maxAmount": "1"
- },
- {
- "minAmount": "100",
- "weight": "1280.0",
- "id": "6529",
- "maxAmount": "1000"
- },
- {
- "minAmount": "1",
- "weight": "1622.0",
- "id": "0",
- "maxAmount": "1"
- }
- ]
- },
- {
- "default": [],
- "charm": [
- {
- "minAmount": "1",
- "weight": "40.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "88.0",
- "id": "12168",
- "maxAmount": "1"
- }
- ],
- "ids": "2598,2599,2600,2601,2602,2603,7754,7767,7768,7769",
- "description": "",
- "main": [
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "2347",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "1755",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "946",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "1935",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "1931",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1617",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1619",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "1621",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "16.0",
- "id": "1623",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "20.0",
- "id": "9194",
- "maxAmount": "1"
- },
- {
- "minAmount": "100",
- "weight": "160.0",
+ "weight": "50.0",
"id": "6529",
"maxAmount": "700"
},
{
"minAmount": "1",
- "weight": "263.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "12168",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "9194",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "4",
+ "weight": "5.0",
+ "id": "7936",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
},
{
"default": [],
- "charm": [
+ "charm": [],
+ "ids": "2598,2599,2600,2601,2602,2603,7754,7767,7768,7769",
+ "description": "",
+ "main": [
+ {
+ "minAmount": "150",
+ "weight": "50.0",
+ "id": "6529",
+ "maxAmount": "800"
+ },
{
"minAmount": "1",
- "weight": "40.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "12168",
"maxAmount": "1"
},
{
"minAmount": "2",
- "weight": "88.0",
+ "weight": "50.0",
"id": "12168",
"maxAmount": "2"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "1775",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "149",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "161",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "1780",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1391",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "5.0",
+ "id": "1744",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "3",
+ "weight": "5.0",
+ "id": "1741",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "1738",
+ "maxAmount": "8"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "7936",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "379",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "9194",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
}
- ],
+ ]
+ },
+ {
+ "default": [],
+ "charm": [],
"ids": "2604,2605,2606,2607,2608,2609,7755",
"description": "",
"main": [
{
"minAmount": "9",
- "weight": "1.0",
+ "weight": "0.665",
"id": "6522",
- "maxAmount": "29"
+ "maxAmount": "19"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "0.665",
"id": "6523",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "0.665",
"id": "6525",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "0.665",
"id": "6568",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1617",
+ "weight": "25.0",
+ "id": "149",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1619",
+ "weight": "25.0",
+ "id": "161",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "1621",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "16.0",
- "id": "1623",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "20.0",
- "id": "9194",
+ "weight": "25.0",
+ "id": "167",
"maxAmount": "1"
},
{
"minAmount": "100",
- "weight": "160.0",
+ "weight": "50.0",
"id": "6529",
"maxAmount": "2000"
},
+ {
+ "minAmount": "15000",
+ "weight": "0.665",
+ "id": "6529",
+ "maxAmount": "15000"
+ },
{
"minAmount": "1",
- "weight": "299.0",
+ "weight": "50.0",
+ "id": "12168",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "7054",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "379",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "9194",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "0",
"maxAmount": "1"
}
@@ -30990,85 +35201,420 @@
},
{
"default": [],
- "charm": [
- {
- "minAmount": "1",
- "weight": "40.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "88.0",
- "id": "12168",
- "maxAmount": "2"
- }
- ],
+ "charm": [],
"ids": "2610,2611,2612,2613,2614,2615,2616,2624,2625",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "0.675",
"id": "6528",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "0.675",
"id": "6524",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "0.675",
"id": "6568",
"maxAmount": "1"
},
+ {
+ "minAmount": "12",
+ "weight": "5.0",
+ "id": "562",
+ "maxAmount": "12"
+ },
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1617",
+ "weight": "25.0",
+ "id": "149",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1619",
+ "weight": "25.0",
+ "id": "161",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "1621",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "16.0",
- "id": "1623",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "20.0",
- "id": "9194",
+ "weight": "25.0",
+ "id": "167",
"maxAmount": "1"
},
{
"minAmount": "100",
- "weight": "160.0",
+ "weight": "50.0",
"id": "6529",
"maxAmount": "2000"
},
{
"minAmount": "1",
- "weight": "300.0",
+ "weight": "50.0",
+ "id": "12168",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "7054",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "379",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "9194",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "0",
"maxAmount": "1"
}
]
},
+ {
+ "default": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "526",
+ "maxAmount": "1"
+ }
+ ],
+ "charm": [],
+ "ids": "2683",
+ "description": "",
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "877",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1965",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "558",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "9.52",
+ "id": "12070",
+ "maxAmount": "1"
+ }
+ ]
+ },
+ {
+ "default": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "526",
+ "maxAmount": "1"
+ }
+ ],
+ "charm": [],
+ "ids": "2684",
+ "description": "",
+ "main": [
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "877",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1965",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "558",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1",
+ "maxAmount": "1"
+ }
+ ]
+ },
{
"default": [
{
@@ -31674,7 +36220,7 @@
{
"minAmount": "1",
"weight": "100.0",
- "id": "526",
+ "id": "532",
"maxAmount": "1"
}
],
@@ -31715,159 +36261,207 @@
"main": [
{
"minAmount": "1",
- "weight": "16.0",
- "id": "1313",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "12.0",
+ "weight": "50.0",
"id": "1367",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
+ "id": "1313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1361",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
"id": "1183",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "1113",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "1163",
"maxAmount": "1"
},
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "11235",
- "maxAmount": "1"
- },
{
"minAmount": "47",
- "weight": "32.0",
+ "weight": "25.0",
"id": "556",
"maxAmount": "47"
},
{
"minAmount": "10",
- "weight": "28.0",
+ "weight": "25.0",
"id": "562",
"maxAmount": "10"
},
- {
- "minAmount": "3",
- "weight": "20.0",
- "id": "560",
- "maxAmount": "3"
- },
{
"minAmount": "7",
- "weight": "16.0",
+ "weight": "25.0",
"id": "565",
"maxAmount": "7"
},
{
- "minAmount": "5",
- "weight": "4.0",
+ "minAmount": "3",
+ "weight": "25.0",
"id": "560",
"maxAmount": "5"
},
{
"minAmount": "1",
- "weight": "60.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "2",
- "weight": "16.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "2"
},
{
- "minAmount": "152",
- "weight": "159.0",
- "id": "995",
- "maxAmount": "152"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "2"
},
{
"minAmount": "64",
- "weight": "24.0",
+ "weight": "25.0",
"id": "995",
"maxAmount": "64"
},
{
"minAmount": "95",
- "weight": "24.0",
+ "weight": "25.0",
"id": "995",
"maxAmount": "95"
},
+ {
+ "minAmount": "152",
+ "weight": "25.0",
+ "id": "995",
+ "maxAmount": "152"
+ },
{
"minAmount": "220",
- "weight": "20.0",
+ "weight": "25.0",
"id": "995",
"maxAmount": "220"
},
{
"minAmount": "1",
- "weight": "12.0",
- "id": "385",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
- "id": "2361",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1456",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "121",
"maxAmount": "1"
},
{
- "minAmount": "2",
- "weight": "4.0",
+ "minAmount": "1",
+ "weight": "25.0",
"id": "385",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "12070",
+ "weight": "25.0",
+ "id": "1456",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "12.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "2361",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "12.0",
+ "weight": "5.0",
+ "id": "10977",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10976",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "26.6",
"id": "31",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "2.13",
+ "id": "11235",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "150.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -32928,191 +37522,299 @@
"ids": "2881",
"description": "",
"main": [
- {
- "minAmount": "25",
- "weight": "10.0",
- "id": "866",
- "maxAmount": "50"
- },
{
"minAmount": "1",
- "weight": "7.0",
- "id": "2489",
+ "weight": "25.0",
+ "id": "1357",
"maxAmount": "1"
},
{
- "minAmount": "5",
+ "minAmount": "1",
"weight": "5.0",
- "id": "805",
- "maxAmount": "10"
- },
- {
- "minAmount": "10",
- "weight": "5.0",
- "id": "810",
- "maxAmount": "25"
- },
- {
- "minAmount": "200",
- "weight": "5.0",
- "id": "863",
- "maxAmount": "500"
- },
- {
- "minAmount": "50",
- "weight": "5.0",
- "id": "865",
- "maxAmount": "150"
+ "id": "1303",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "3757",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "3748",
+ "weight": "5.0",
+ "id": "1373",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "3758",
+ "weight": "5.0",
+ "id": "1319",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "6724",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "20.0",
"id": "6739",
"maxAmount": "1"
},
+ {
+ "minAmount": "218",
+ "weight": "50.0",
+ "id": "884",
+ "maxAmount": "590"
+ },
+ {
+ "minAmount": "54",
+ "weight": "50.0",
+ "id": "886",
+ "maxAmount": "98"
+ },
+ {
+ "minAmount": "214",
+ "weight": "35.0",
+ "id": "863",
+ "maxAmount": "500"
+ },
+ {
+ "minAmount": "54",
+ "weight": "35.0",
+ "id": "865",
+ "maxAmount": "90"
+ },
+ {
+ "minAmount": "31",
+ "weight": "35.0",
+ "id": "866",
+ "maxAmount": "69"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "805",
+ "maxAmount": "7"
+ },
{
"minAmount": "1",
- "weight": "1.0",
- "id": "3749",
+ "weight": "25.0",
+ "id": "830",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "9144",
+ "maxAmount": "14"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2489",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "6133",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "6135",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "6733",
+ "weight": "25.0",
+ "id": "3758",
"maxAmount": "1"
},
- {
- "minAmount": "2",
- "weight": "5.0",
- "id": "9144",
- "maxAmount": "12"
- },
- {
- "minAmount": "50",
- "weight": "5.0",
- "id": "886",
- "maxAmount": "250"
- },
- {
- "minAmount": "200",
- "weight": "4.0",
- "id": "884",
- "maxAmount": "500"
- },
{
"minAmount": "1",
- "weight": "7.0",
- "id": "14428",
+ "weight": "25.0",
+ "id": "3748",
"maxAmount": "1"
},
- {
- "minAmount": "156",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "156"
- },
{
"minAmount": "1",
- "weight": "6.0",
- "id": "413",
- "maxAmount": "1"
- },
- {
- "minAmount": "10",
"weight": "5.0",
- "id": "45",
- "maxAmount": "30"
+ "id": "3749",
+ "maxAmount": "1"
},
{
"minAmount": "5",
- "weight": "5.0",
+ "weight": "25.0",
"id": "385",
"maxAmount": "5"
},
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1448",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1442",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1446",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1454",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "246",
+ "weight": "75.0",
+ "id": "995",
+ "maxAmount": "3000"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "45",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "94",
+ "weight": "25.0",
+ "id": "1516",
+ "maxAmount": "94"
+ },
+ {
+ "minAmount": "91",
+ "weight": "25.0",
+ "id": "1518",
+ "maxAmount": "125"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "413",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "207",
"maxAmount": "1"
},
{
- "minAmount": "50",
+ "minAmount": "1",
"weight": "5.0",
- "id": "1518",
- "maxAmount": "150"
- },
- {
- "minAmount": "50",
- "weight": "3.0",
- "id": "1516",
- "maxAmount": "150"
+ "id": "314",
+ "maxAmount": "200"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "5.0",
"id": "9431",
"maxAmount": "1"
},
- {
- "minAmount": "250",
- "weight": "1.0",
- "id": "314",
- "maxAmount": "500"
- },
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "5.0",
+ "id": "1",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
- "id": "14426",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "8.0",
+ "weight": "5.0",
"id": "31",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "6733",
+ "maxAmount": "1"
}
]
},
@@ -33137,195 +37839,207 @@
"main": [
{
"minAmount": "1",
- "weight": "10.0",
- "id": "1399",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "1395",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
+ "weight": "75.0",
"id": "1397",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1392",
- "maxAmount": "10"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3757",
+ "weight": "75.0",
+ "id": "1399",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "3748",
+ "weight": "75.0",
+ "id": "1395",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "3758",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "6562",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
+ "id": "1392",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "20.0",
"id": "6739",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "3755",
+ "weight": "25.0",
+ "id": "1439",
+ "maxAmount": "80"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1441",
+ "maxAmount": "80"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1445",
+ "maxAmount": "80"
+ },
+ {
+ "minAmount": "155",
+ "weight": "25.0",
+ "id": "556",
+ "maxAmount": "155"
+ },
+ {
+ "minAmount": "32",
+ "weight": "25.0",
+ "id": "4698",
+ "maxAmount": "32"
+ },
+ {
+ "minAmount": "22",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "85"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "3758",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "3748",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "6139",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "6141",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "6731",
+ "weight": "5.0",
+ "id": "3755",
"maxAmount": "1"
},
{
- "minAmount": "100",
- "weight": "6.0",
- "id": "556",
- "maxAmount": "200"
+ "minAmount": "256",
+ "weight": "75.0",
+ "id": "995",
+ "maxAmount": "3000"
},
{
"minAmount": "50",
- "weight": "5.0",
- "id": "557",
+ "weight": "75.0",
+ "id": "7937",
"maxAmount": "100"
},
- {
- "minAmount": "25",
- "weight": "2.0",
- "id": "565",
- "maxAmount": "75"
- },
- {
- "minAmount": "25",
- "weight": "2.0",
- "id": "563",
- "maxAmount": "75"
- },
- {
- "minAmount": "25",
- "weight": "2.0",
- "id": "561",
- "maxAmount": "75"
- },
- {
- "minAmount": "25",
- "weight": "2.0",
- "id": "560",
- "maxAmount": "75"
- },
- {
- "minAmount": "25",
- "weight": "2.0",
- "id": "4698",
- "maxAmount": "75"
- },
- {
- "minAmount": "1",
- "weight": "7.0",
- "id": "14428",
- "maxAmount": "1"
- },
- {
- "minAmount": "25",
- "weight": "10.0",
- "id": "1441",
- "maxAmount": "75"
- },
- {
- "minAmount": "25",
- "weight": "7.0",
- "id": "1439",
- "maxAmount": "75"
- },
- {
- "minAmount": "25",
- "weight": "7.0",
- "id": "1445",
- "maxAmount": "75"
- },
- {
- "minAmount": "5",
- "weight": "10.0",
- "id": "385",
- "maxAmount": "5"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "413",
- "maxAmount": "1"
- },
{
"minAmount": "150",
- "weight": "5.0",
+ "weight": "50.0",
"id": "7937",
"maxAmount": "150"
},
{
"minAmount": "1",
- "weight": "5.0",
+ "weight": "75.0",
"id": "207",
"maxAmount": "1"
},
- {
- "minAmount": "972",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "972"
- },
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "5.0",
+ "id": "5733",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
- "id": "14426",
+ "weight": "50.0",
+ "id": "5281",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5298",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "31",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "6731",
+ "maxAmount": "1"
}
]
},
@@ -33350,223 +38064,223 @@
"main": [
{
"minAmount": "1",
- "weight": "17.0",
- "id": "1193",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "11.0",
- "id": "1343",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "7.0",
- "id": "1357",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1119",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1273",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1123",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "55.0",
"id": "3757",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1359",
+ "weight": "50.0",
+ "id": "1343",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "6739",
+ "weight": "50.0",
+ "id": "1357",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "3748",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3758",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1315",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "2570",
+ "weight": "25.0",
+ "id": "1359",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "6129",
+ "weight": "5.0",
+ "id": "1373",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "6130",
+ "weight": "20.0",
+ "id": "6739",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1193",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1119",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1123",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "3758",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "3748",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "6737",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "6735",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "2456",
+ "weight": "5.0",
+ "id": "2570",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "141",
+ "weight": "5.0",
+ "id": "6129",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "129",
+ "weight": "5.0",
+ "id": "6130",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "147",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "159",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "165",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "20.0",
+ "id": "141",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "191",
"maxAmount": "1"
},
{
- "minAmount": "25",
- "weight": "10.0",
- "id": "448",
- "maxAmount": "25"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "129",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "2361",
"maxAmount": "1"
},
+ {
+ "minAmount": "25",
+ "weight": "25.0",
+ "id": "448",
+ "maxAmount": "25"
+ },
{
"minAmount": "100",
- "weight": "2.0",
+ "weight": "25.0",
"id": "454",
"maxAmount": "100"
},
{
"minAmount": "150",
- "weight": "1.0",
+ "weight": "5.0",
"id": "441",
"maxAmount": "150"
},
{
"minAmount": "15",
- "weight": "1.0",
+ "weight": "5.0",
"id": "2354",
- "maxAmount": "30"
- },
- {
- "minAmount": "156",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "156"
- },
- {
- "minAmount": "1",
- "weight": "7.0",
- "id": "207",
- "maxAmount": "1"
+ "maxAmount": "38"
},
{
"minAmount": "5",
- "weight": "7.0",
+ "weight": "25.0",
"id": "365",
"maxAmount": "5"
},
{
"minAmount": "5",
- "weight": "4.0",
+ "weight": "25.0",
"id": "373",
"maxAmount": "5"
},
{
"minAmount": "5",
- "weight": "1.0",
+ "weight": "25.0",
"id": "385",
"maxAmount": "5"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "25.0",
+ "id": "207",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
- "id": "14426",
+ "weight": "75.0",
+ "id": "1446",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "75.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "156",
+ "weight": "75.0",
+ "id": "995",
+ "maxAmount": "3000"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5733",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "31",
"maxAmount": "1"
}
@@ -33886,196 +38600,260 @@
"maxAmount": "2"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "9999.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "11286",
- "maxAmount": "1"
- }
- ],
"ids": "3068,3069,3070,3071",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "16.0",
- "id": "1283",
+ "weight": "50.0",
+ "id": "1285",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "25.0",
"id": "1361",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "6324",
+ "weight": "25.0",
+ "id": "1357",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "5.0",
"id": "1399",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "6809",
"maxAmount": "1"
},
- {
- "minAmount": "2",
- "weight": "8.0",
- "id": "8882",
- "maxAmount": "12"
- },
- {
- "minAmount": "2",
- "weight": "8.0",
- "id": "9142",
- "maxAmount": "12"
- },
- {
- "minAmount": "2",
- "weight": "8.0",
- "id": "9144",
- "maxAmount": "12"
- },
- {
- "minAmount": "10",
- "weight": "28.0",
- "id": "566",
- "maxAmount": "10"
- },
- {
- "minAmount": "30",
- "weight": "16.0",
- "id": "556",
- "maxAmount": "30"
- },
- {
- "minAmount": "30",
- "weight": "16.0",
- "id": "555",
- "maxAmount": "30"
- },
- {
- "minAmount": "7",
- "weight": "16.0",
- "id": "565",
- "maxAmount": "7"
- },
- {
- "minAmount": "3",
- "weight": "4.0",
- "id": "563",
- "maxAmount": "3"
- },
- {
- "minAmount": "1",
- "weight": "48.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "16.0",
- "id": "14422",
- "maxAmount": "1"
- },
- {
- "minAmount": "132",
- "weight": "139.0",
- "id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "220",
- "weight": "36.0",
- "id": "995",
- "maxAmount": "220"
- },
- {
- "minAmount": "30",
- "weight": "28.0",
- "id": "995",
- "maxAmount": "30"
- },
- {
- "minAmount": "44",
- "weight": "24.0",
- "id": "995",
- "maxAmount": "44"
- },
- {
- "minAmount": "460",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "460"
- },
{
"minAmount": "60",
- "weight": "20.0",
+ "weight": "25.0",
"id": "7937",
"maxAmount": "60"
},
+ {
+ "minAmount": "11",
+ "weight": "25.0",
+ "id": "556",
+ "maxAmount": "64"
+ },
+ {
+ "minAmount": "13",
+ "weight": "25.0",
+ "id": "555",
+ "maxAmount": "33"
+ },
+ {
+ "minAmount": "10",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "563",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "565",
+ "maxAmount": "11"
+ },
+ {
+ "minAmount": "5",
+ "weight": "5.0",
+ "id": "566",
+ "maxAmount": "14"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "8882",
+ "maxAmount": "26"
+ },
+ {
+ "minAmount": "8",
+ "weight": "50.0",
+ "id": "9142",
+ "maxAmount": "32"
+ },
+ {
+ "minAmount": "7",
+ "weight": "50.0",
+ "id": "9143",
+ "maxAmount": "29"
+ },
+ {
+ "minAmount": "5",
+ "weight": "50.0",
+ "id": "9144",
+ "maxAmount": "22"
+ },
{
"minAmount": "1",
- "weight": "4.0",
- "id": "9463",
+ "weight": "25.0",
+ "id": "2485",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5303",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5300",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5104",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "5295",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5321",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "20",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "420"
+ },
+ {
+ "minAmount": "3",
+ "weight": "25.0",
"id": "379",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "365",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1454",
+ "weight": "25.0",
+ "id": "149",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1452",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
+ "weight": "25.0",
"id": "133",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "12070",
+ "weight": "25.0",
+ "id": "1",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "20.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "9463",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "5.0",
+ "id": "5680",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "31",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "0.110511",
+ "id": "11286",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -34241,93 +39019,153 @@
"main": [
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "100.0",
+ "id": "1215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
"id": "7158",
"maxAmount": "1"
},
{
"minAmount": "500",
- "weight": "50.0",
+ "weight": "98.0",
"id": "556",
"maxAmount": "500"
},
{
- "minAmount": "50",
- "weight": "25.0",
+ "minAmount": "75",
+ "weight": "98.0",
"id": "565",
- "maxAmount": "50"
+ "maxAmount": "75"
},
{
- "minAmount": "100",
- "weight": "50.0",
+ "minAmount": "250",
+ "weight": "98.0",
"id": "562",
- "maxAmount": "100"
+ "maxAmount": "250"
},
{
- "minAmount": "50",
- "weight": "25.0",
+ "minAmount": "125",
+ "weight": "98.0",
"id": "560",
- "maxAmount": "50"
- },
- {
- "minAmount": "200",
- "weight": "25.0",
- "id": "892",
- "maxAmount": "200"
- },
- {
- "minAmount": "1",
- "weight": "100.0",
- "id": "464",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "100.0",
- "id": "2446",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "100.0",
- "id": "187",
- "maxAmount": "1"
+ "maxAmount": "125"
},
{
"minAmount": "300",
- "weight": "150.0",
- "id": "995",
+ "weight": "100.0",
+ "id": "809",
"maxAmount": "300"
},
+ {
+ "minAmount": "150",
+ "weight": "100.0",
+ "id": "892",
+ "maxAmount": "150"
+ },
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "10.0",
+ "id": "199",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
+ "id": "201",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
+ "id": "203",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "7.5",
+ "id": "205",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "3.0",
+ "id": "209",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "2.0",
+ "id": "211",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "2.0",
+ "id": "213",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "215",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "2485",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "10",
+ "weight": "100.0",
+ "id": "465",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "98.0",
+ "id": "5952",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "98.0",
+ "id": "5940",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "7500",
+ "weight": "105.0",
+ "id": "995",
+ "maxAmount": "7500"
+ },
+ {
+ "minAmount": "1",
+ "weight": "10.0",
"id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
- "id": "12070",
+ "weight": "8.0",
+ "id": "5733",
"maxAmount": "1"
- },
- {
- "minAmount": "400",
- "weight": "50.0",
- "id": "809",
- "maxAmount": "400"
- },
- {
- "minAmount": "500",
- "weight": "25.0",
- "id": "884",
- "maxAmount": "500"
- },
- {
- "minAmount": "1000",
- "weight": "25.0",
- "id": "884",
- "maxAmount": "1000"
}
]
},
@@ -34560,245 +39398,352 @@
"main": [
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1139",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1203",
+ "weight": "25.0",
+ "id": "201",
"maxAmount": "1"
},
- {
- "minAmount": "2",
- "weight": "22.0",
- "id": "877",
- "maxAmount": "12"
- },
- {
- "minAmount": "7",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "7"
- },
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "557",
- "maxAmount": "4"
- },
- {
- "minAmount": "6",
- "weight": "2.0",
- "id": "554",
- "maxAmount": "6"
- },
- {
- "minAmount": "9",
- "weight": "2.0",
- "id": "558",
- "maxAmount": "9"
- },
- {
- "minAmount": "2",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "2"
- },
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "203",
"maxAmount": "1"
},
{
- "minAmount": "3",
- "weight": "37.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "5",
- "weight": "9.0",
- "id": "995",
- "maxAmount": "5"
- },
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "313",
+ "id": "211",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "436",
+ "weight": "5.0",
+ "id": "215",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "555",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
+ "id": "557",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "6",
+ "weight": "25.0",
+ "id": "554",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "9",
+ "weight": "25.0",
+ "id": "558",
+ "maxAmount": "9"
+ },
+ {
+ "minAmount": "2",
+ "weight": "5.0",
+ "id": "562",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "7",
+ "weight": "5.0",
+ "id": "559",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "877",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "40"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "438",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1",
"maxAmount": "1"
}
]
},
{
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
+ "default": [],
"charm": [],
"ids": "3237",
"description": "",
"main": [
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1203",
- "maxAmount": "1"
- },
{
"minAmount": "2",
- "weight": "22.0",
+ "weight": "50.0",
"id": "877",
"maxAmount": "12"
},
{
"minAmount": "7",
- "weight": "3.0",
+ "weight": "25.0",
"id": "882",
"maxAmount": "7"
},
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "4"
+ },
{
"minAmount": "4",
- "weight": "2.0",
+ "weight": "25.0",
"id": "557",
"maxAmount": "4"
},
{
"minAmount": "6",
- "weight": "2.0",
+ "weight": "25.0",
"id": "554",
"maxAmount": "6"
},
{
"minAmount": "9",
- "weight": "2.0",
+ "weight": "25.0",
"id": "558",
- "maxAmount": "9"
- },
- {
- "minAmount": "2",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "2"
+ "maxAmount": "13"
},
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "3",
- "weight": "37.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "3"
},
{
"minAmount": "5",
- "weight": "9.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "5"
},
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
- },
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "1139",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "5.0",
- "id": "313",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "436",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1",
+ "weight": "5.0",
+ "id": "2714",
"maxAmount": "1"
}
]
@@ -34816,117 +39761,171 @@
"ids": "3238",
"description": "",
"main": [
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1203",
- "maxAmount": "1"
- },
{
"minAmount": "2",
- "weight": "22.0",
- "id": "877",
- "maxAmount": "12"
- },
- {
- "minAmount": "7",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "7"
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "2"
},
{
"minAmount": "4",
- "weight": "2.0",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
"id": "557",
"maxAmount": "4"
},
{
"minAmount": "6",
- "weight": "2.0",
+ "weight": "25.0",
"id": "554",
"maxAmount": "6"
},
{
"minAmount": "9",
- "weight": "2.0",
+ "weight": "25.0",
"id": "558",
"maxAmount": "9"
},
- {
- "minAmount": "2",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "2"
- },
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "1139",
"maxAmount": "1"
},
- {
- "minAmount": "3",
- "weight": "37.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "5",
- "weight": "9.0",
- "id": "995",
- "maxAmount": "5"
- },
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
- },
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "1203",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "877",
+ "maxAmount": "12"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "5",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "313",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "436",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "1",
"maxAmount": "1"
}
@@ -34945,246 +39944,293 @@
"ids": "3239",
"description": "",
"main": [
+ {
+ "minAmount": "7",
+ "weight": "25.0",
+ "id": "882",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "877",
+ "maxAmount": "12"
+ },
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1139",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1203",
"maxAmount": "1"
},
{
"minAmount": "2",
- "weight": "22.0",
- "id": "877",
- "maxAmount": "12"
- },
- {
- "minAmount": "7",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "7"
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "2"
},
{
"minAmount": "4",
- "weight": "2.0",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "4",
+ "weight": "25.0",
"id": "557",
"maxAmount": "4"
},
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1440",
+ "maxAmount": "1"
+ },
{
"minAmount": "6",
- "weight": "2.0",
+ "weight": "25.0",
"id": "554",
"maxAmount": "6"
},
{
"minAmount": "9",
- "weight": "2.0",
+ "weight": "25.0",
"id": "558",
"maxAmount": "9"
},
{
- "minAmount": "2",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "2"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "3",
- "weight": "37.0",
+ "weight": "25.0",
"id": "995",
"maxAmount": "3"
},
{
"minAmount": "5",
- "weight": "9.0",
+ "weight": "25.0",
"id": "995",
"maxAmount": "5"
},
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
- },
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "313",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "436",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1440",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.1178",
"id": "1",
"maxAmount": "1"
}
]
},
{
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
+ "default": [],
"charm": [],
"ids": "3240,5025,5048",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1139",
+ "weight": "25.0",
+ "id": "199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1203",
+ "weight": "25.0",
+ "id": "201",
"maxAmount": "1"
},
{
- "minAmount": "2",
- "weight": "22.0",
- "id": "877",
- "maxAmount": "12"
- },
- {
- "minAmount": "7",
- "weight": "3.0",
- "id": "882",
- "maxAmount": "7"
- },
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "557",
- "maxAmount": "4"
- },
- {
- "minAmount": "6",
- "weight": "2.0",
- "id": "554",
- "maxAmount": "6"
- },
- {
- "minAmount": "9",
- "weight": "2.0",
- "id": "558",
- "maxAmount": "9"
- },
- {
- "minAmount": "2",
- "weight": "1.0",
- "id": "562",
- "maxAmount": "2"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "203",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "23.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "3",
- "weight": "37.0",
+ "weight": "25.0",
"id": "995",
"maxAmount": "3"
},
{
"minAmount": "5",
- "weight": "9.0",
+ "weight": "25.0",
"id": "995",
"maxAmount": "5"
},
- {
- "minAmount": "15",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "15"
- },
- {
- "minAmount": "25",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
- },
{
"minAmount": "1",
- "weight": "8.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "313",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "436",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "1440",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "436",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1965",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "313",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1",
"maxAmount": "1"
}
@@ -35208,7 +40254,7 @@
"minAmount": "1",
"weight": "100.0",
"id": "7418",
- "maxAmount": "3"
+ "maxAmount": "6"
}
],
"charm": [
@@ -35300,6 +40346,18 @@
"id": "1369",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1373",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1319",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "50.0",
@@ -35308,7 +40366,7 @@
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "50.0",
"id": "1147",
"maxAmount": "1"
},
@@ -35318,6 +40376,24 @@
"id": "1725",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1185",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2359",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "385",
+ "maxAmount": "5"
+ },
{
"minAmount": "100",
"weight": "25.0",
@@ -35326,25 +40402,31 @@
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "5.0",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "5.0",
+ "id": "413",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "10976",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "6.0",
+ "weight": "5.0",
"id": "10977",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "5.0",
"id": "31",
"maxAmount": "1"
},
@@ -35353,30 +40435,6 @@
"weight": "25.0",
"id": "441",
"maxAmount": "100"
- },
- {
- "minAmount": "1",
- "weight": "50.0",
- "id": "1315",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "50.0",
- "id": "2359",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "25.0",
- "id": "407",
- "maxAmount": "1"
- },
- {
- "minAmount": "4",
- "weight": "25.0",
- "id": "385",
- "maxAmount": "4"
}
]
},
@@ -35754,7 +40812,14 @@
]
},
{
- "default": [],
+ "default": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "592",
+ "maxAmount": "1"
+ }
+ ],
"charm": [
{
"minAmount": "1",
@@ -35790,46 +40855,238 @@
"ids": "3406,6217,7714,7715",
"description": "",
"main": [
+ {
+ "minAmount": "2",
+ "weight": "50.0",
+ "id": "882",
+ "maxAmount": "9"
+ },
{
"minAmount": "1",
- "weight": "111.0",
- "id": "0",
+ "weight": "50.0",
+ "id": "877",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1155",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "555",
+ "weight": "50.0",
+ "id": "1351",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1139",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1277",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1265",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "884",
"maxAmount": "5"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "50.0",
+ "id": "1101",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1349",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1267",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "886",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1141",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1353",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1269",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1381",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1383",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "288",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1993",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1913",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1891",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1917",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "6794",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "556",
- "maxAmount": "5"
+ "maxAmount": "10"
},
{
"minAmount": "1",
- "weight": "4.0",
+ "weight": "50.0",
+ "id": "555",
+ "maxAmount": "11"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "562",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "560",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "30"
+ "maxAmount": "40"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "995",
- "maxAmount": "20"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "14426",
+ "weight": "50.0",
+ "id": "2355",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "1",
+ "weight": "50.0",
+ "id": "442",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1718",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1444",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5733",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "6691",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "193",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1716",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "10",
+ "weight": "5.0",
+ "id": "2",
+ "maxAmount": "40"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -36472,6 +41729,12 @@
"weight": "100.0",
"id": "532",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "3",
+ "weight": "100.0",
+ "id": "526",
+ "maxAmount": "3"
}
],
"charm": [],
@@ -37113,7 +42376,7 @@
{
"minAmount": "4",
"weight": "25.0",
- "id": "4160",
+ "id": "4150",
"maxAmount": "5"
},
{
@@ -37719,6 +42982,12 @@
"id": "1129",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "4170",
+ "maxAmount": "1"
+ },
{
"minAmount": "2",
"weight": "50.0",
@@ -38143,7 +43412,7 @@
},
{
"minAmount": "1",
- "weight": "50.0",
+ "weight": "25.0",
"id": "1197",
"maxAmount": "1"
},
@@ -38153,6 +43422,12 @@
"id": "1213",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1247",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "25.0",
@@ -38161,19 +43436,19 @@
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "5.0",
"id": "1199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.73581",
+ "weight": "2.5",
"id": "8901",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "50.0",
"id": "5281",
"maxAmount": "1"
},
@@ -38185,7 +43460,7 @@
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "50.0",
"id": "5296",
"maxAmount": "1"
},
@@ -38197,7 +43472,7 @@
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "50.0",
"id": "5297",
"maxAmount": "1"
},
@@ -38215,7 +43490,7 @@
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "25.0",
"id": "5106",
"maxAmount": "1"
},
@@ -38269,25 +43544,25 @@
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "5.0",
"id": "5321",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "25.0",
"id": "5302",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "5.0",
"id": "5303",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "5.0",
"id": "5304",
"maxAmount": "1"
},
@@ -38341,43 +43616,43 @@
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "5.0",
"id": "215",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "5.0",
"id": "217",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "10.0",
+ "weight": "5.0",
"id": "2485",
"maxAmount": "1"
},
{
"minAmount": "3",
- "weight": "25.0",
+ "weight": "50.0",
"id": "561",
- "maxAmount": "3"
+ "maxAmount": "6"
},
{
"minAmount": "50",
- "weight": "25.0",
+ "weight": "5.0",
"id": "554",
"maxAmount": "50"
},
{
"minAmount": "44",
- "weight": "25.0",
+ "weight": "50.0",
"id": "995",
- "maxAmount": "44"
+ "maxAmount": "495"
},
{
"minAmount": "1",
- "weight": "100.0",
+ "weight": "50.0",
"id": "225",
"maxAmount": "1"
},
@@ -38391,55 +43666,37 @@
"minAmount": "2",
"weight": "25.0",
"id": "6332",
- "maxAmount": "2"
+ "maxAmount": "4"
},
{
"minAmount": "1",
- "weight": "12.0",
- "id": "12070",
+ "weight": "5.0",
+ "id": "5733",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "5.0",
"id": "10976",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "5.0",
"id": "10977",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "5.0",
"id": "31",
"maxAmount": "1"
},
{
- "minAmount": "4",
- "weight": "25.0",
- "id": "561",
- "maxAmount": "4"
- },
- {
- "minAmount": "6",
- "weight": "25.0",
- "id": "561",
- "maxAmount": "6"
- },
- {
- "minAmount": "132",
- "weight": "25.0",
- "id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "440",
- "weight": "25.0",
- "id": "995",
- "maxAmount": "440"
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
}
]
},
@@ -39412,155 +44669,171 @@
]
},
{
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "532",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "14426",
- "maxAmount": "1"
- }
- ],
- "charm": [
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "9016",
- "maxAmount": "1"
- }
- ],
+ "default": [],
+ "charm": [],
"ids": "4418,6218",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1069",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "3192",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "1309",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "802",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "803",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "5670",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1365",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1083",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
"id": "1199",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "25.0",
+ "id": "1083",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1069",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1147",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "1113",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "16.0",
- "id": "14424",
+ "weight": "25.0",
+ "id": "1309",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "3192",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "802",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1365",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "803",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
"maxAmount": "1"
},
{
"minAmount": "27",
- "weight": "5.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "27"
},
{
"minAmount": "97",
- "weight": "5.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "97"
},
{
- "minAmount": "104",
- "weight": "29.0",
- "id": "995",
- "maxAmount": "104"
- },
- {
- "minAmount": "132",
- "weight": "25.0",
- "id": "995",
- "maxAmount": "132"
- },
- {
- "minAmount": "286",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "286"
- },
- {
- "minAmount": "475",
- "weight": "8.0",
- "id": "995",
- "maxAmount": "475"
- },
- {
- "minAmount": "4",
- "weight": "2.0",
- "id": "5625",
- "maxAmount": "4"
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "9016",
+ "maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "2570",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "14426",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -39755,20 +45028,7 @@
]
},
{
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "532",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "9080",
- "maxAmount": "1"
- }
- ],
+ "default": [],
"charm": [
{
"minAmount": "1",
@@ -40697,232 +45957,430 @@
"ids": "5361",
"description": "",
"main": [
- {
- "minAmount": "1",
- "weight": "6.0",
- "id": "1383",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1395",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1111",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1343",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1159",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "9418",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "1147",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "2487",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1123",
- "maxAmount": "1"
- },
{
"minAmount": "90",
- "weight": "8.0",
- "id": "888",
- "maxAmount": "90"
- },
- {
- "minAmount": "90",
- "weight": "6.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "90"
},
- {
- "minAmount": "15",
- "weight": "5.0",
- "id": "9337",
- "maxAmount": "15"
- },
- {
- "minAmount": "9",
- "weight": "5.0",
- "id": "560",
- "maxAmount": "19"
- },
{
"minAmount": "4",
- "weight": "3.0",
+ "weight": "50.0",
"id": "565",
"maxAmount": "12"
},
+ {
+ "minAmount": "9",
+ "weight": "25.0",
+ "id": "560",
+ "maxAmount": "19"
+ },
{
"minAmount": "3",
- "weight": "2.0",
+ "weight": "25.0",
"id": "4695",
"maxAmount": "10"
},
{
"minAmount": "3",
- "weight": "2.0",
+ "weight": "25.0",
"id": "4698",
- "maxAmount": "10"
+ "maxAmount": "9"
},
{
"minAmount": "3",
- "weight": "1.0",
+ "weight": "25.0",
"id": "4694",
- "maxAmount": "10"
- },
- {
- "minAmount": "2",
- "weight": "9.0",
- "id": "14424",
- "maxAmount": "2"
+ "maxAmount": "12"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "14422",
+ "weight": "25.0",
+ "id": "5298",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
+ "id": "5281",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5280",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5301",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5294",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5297",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5104",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5299",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5302",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5100",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5292",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5106",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "12176",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5323",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5293",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5296",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5105",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "5311",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "5321",
"maxAmount": "9"
},
{
- "minAmount": "96",
- "weight": "10.0",
- "id": "995",
- "maxAmount": "696"
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "5295",
+ "maxAmount": "1"
},
{
"minAmount": "1",
"weight": "5.0",
- "id": "448",
- "maxAmount": "5"
+ "id": "5303",
+ "maxAmount": "1"
},
{
- "minAmount": "3",
- "weight": "1.0",
- "id": "2354",
- "maxAmount": "3"
+ "minAmount": "90",
+ "weight": "50.0",
+ "id": "888",
+ "maxAmount": "90"
},
{
- "minAmount": "2",
- "weight": "2.0",
- "id": "2359",
- "maxAmount": "2"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1111",
+ "maxAmount": "1"
},
{
- "minAmount": "5",
- "weight": "8.0",
- "id": "572",
- "maxAmount": "10"
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1159",
+ "maxAmount": "1"
},
{
- "minAmount": "5",
- "weight": "4.0",
- "id": "228",
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "9419",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1343",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1147",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1383",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1395",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "15",
+ "weight": "25.0",
+ "id": "9337",
+ "maxAmount": "15"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2487",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1123",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
"maxAmount": "10"
},
{
"minAmount": "1",
- "weight": "4.0",
- "id": "1444",
+ "weight": "50.0",
+ "id": "201",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "445",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "448",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "454",
+ "maxAmount": "8"
+ },
+ {
+ "minAmount": "2",
+ "weight": "25.0",
+ "id": "2359",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1624",
+ "maxAmount": "4"
+ },
{
"minAmount": "5",
- "weight": "3.0",
+ "weight": "25.0",
"id": "377",
"maxAmount": "12"
},
{
"minAmount": "3",
- "weight": "3.0",
+ "weight": "25.0",
"id": "383",
"maxAmount": "6"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "25.0",
"id": "385",
"maxAmount": "1"
},
+ {
+ "minAmount": "97",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "692"
+ },
+ {
+ "minAmount": "5",
+ "weight": "50.0",
+ "id": "572",
+ "maxAmount": "10"
+ },
{
"minAmount": "20",
- "weight": "2.0",
+ "weight": "25.0",
"id": "232",
"maxAmount": "20"
},
- {
- "minAmount": "10",
- "weight": "2.0",
- "id": "402",
- "maxAmount": "30"
- },
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "25.0",
"id": "407",
"maxAmount": "1"
},
+ {
+ "minAmount": "10",
+ "weight": "25.0",
+ "id": "402",
+ "maxAmount": "29"
+ },
{
"minAmount": "1",
- "weight": "2.0",
- "id": "6667",
+ "weight": "25.0",
+ "id": "1444",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "228",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "6672",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1624",
- "maxAmount": "4"
+ "weight": "5.0",
+ "id": "193",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "11",
+ "weight": "5.0",
+ "id": "2",
+ "maxAmount": "27"
},
{
"minAmount": "1",
- "weight": "3.0",
- "id": "14426",
+ "weight": "5.0",
+ "id": "6691",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "5.0",
+ "id": "1",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "5295",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
"maxAmount": "1"
}
]
@@ -41196,7 +46654,7 @@
{
"minAmount": "1",
"weight": "5.0",
- "id": "12070",
+ "id": "1",
"maxAmount": "1"
},
{
@@ -43404,6 +48862,280 @@
}
]
},
+ {
+ "default": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "2859",
+ "maxAmount": "1"
+ }
+ ],
+ "charm": [
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "12158",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "12159",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "12160",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "12163",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5600.0",
+ "id": "0",
+ "maxAmount": "1"
+ }
+ ],
+ "ids": "6028",
+ "description": "",
+ "main": [
+ {
+ "minAmount": "5",
+ "weight": "50.0",
+ "id": "2138",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "5",
+ "weight": "50.0",
+ "id": "2132",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "5",
+ "weight": "50.0",
+ "id": "2136",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1993",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1325",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1353",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "50",
+ "weight": "25.0",
+ "id": "886",
+ "maxAmount": "50"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1157",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1329",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1181",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1109",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1147",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "830",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "203",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "10",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "90",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "90"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "6814",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "958",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "7868",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "227",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "245",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "983",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "239",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1925",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "440",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ }
+ ]
+ },
{
"default": [],
"charm": [],
@@ -44602,67 +50334,67 @@
"main": [
{
"minAmount": "1",
- "weight": "8.112",
+ "weight": "0.667",
"id": "11716",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.92128",
+ "weight": "0.667",
"id": "11708",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.352",
+ "weight": "0.4449",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.352",
+ "weight": "0.4449",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.352",
+ "weight": "0.4449",
"id": "11714",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "0.667",
"id": "11736",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "5.4",
"id": "5698",
"maxAmount": "1"
},
{
"minAmount": "295",
- "weight": "100.0",
+ "weight": "25.0",
"id": "5626",
"maxAmount": "300"
},
{
"minAmount": "1",
- "weight": "100.0",
+ "weight": "25.0",
"id": "1333",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "50.0",
+ "weight": "25.0",
"id": "1123",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "100.0",
+ "weight": "15.0",
"id": "1079",
"maxAmount": "1"
},
@@ -44700,7 +50432,7 @@
"minAmount": "80",
"weight": "25.0",
"id": "565",
- "maxAmount": "85"
+ "maxAmount": "90"
},
{
"minAmount": "10",
@@ -44715,20 +50447,20 @@
"maxAmount": "3"
},
{
- "minAmount": "19000",
- "weight": "100.0",
+ "minAmount": "19500",
+ "weight": "37.0",
"id": "995",
- "maxAmount": "21000"
+ "maxAmount": "20000"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "2.67",
"id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "2.67",
"id": "12070",
"maxAmount": "1"
}
@@ -44747,94 +50479,100 @@
"ids": "6204",
"description": "",
"main": [
+ {
+ "minAmount": "98",
+ "weight": "250.0",
+ "id": "808",
+ "maxAmount": "98"
+ },
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
+ "id": "11736",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
"id": "11716",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
"id": "11714",
"maxAmount": "1"
},
{
- "minAmount": "1300",
+ "minAmount": "1",
"weight": "500.0",
"id": "995",
- "maxAmount": "1500"
+ "maxAmount": "1"
},
{
- "minAmount": "95",
- "weight": "500.0",
+ "minAmount": "7",
+ "weight": "250.0",
+ "id": "246",
+ "maxAmount": "7"
+ },
+ {
+ "minAmount": "98",
+ "weight": "250.0",
"id": "886",
- "maxAmount": "100"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "100"
- },
- {
- "minAmount": "5",
- "weight": "500.0",
- "id": "560",
- "maxAmount": "10"
- },
- {
- "minAmount": "5",
- "weight": "500.0",
- "id": "565",
- "maxAmount": "10"
+ "maxAmount": "98"
},
{
"minAmount": "3",
- "weight": "500.0",
+ "weight": "250.0",
"id": "385",
"maxAmount": "3"
},
{
"minAmount": "2",
- "weight": "500.0",
+ "weight": "250.0",
"id": "7060",
"maxAmount": "2"
},
- {
- "minAmount": "10",
- "weight": "500.0",
- "id": "246",
- "maxAmount": "10"
- },
{
"minAmount": "1",
- "weight": "500.0",
- "id": "145",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
+ "weight": "250.0",
"id": "157",
"maxAmount": "1"
},
+ {
+ "minAmount": "1",
+ "weight": "250.0",
+ "id": "145",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "250.0",
+ "id": "189",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "250.0",
+ "id": "5733",
+ "maxAmount": "1"
+ },
{
"minAmount": "1",
"weight": "50.0",
- "id": "12070",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -44852,27 +50590,39 @@
"ids": "6206",
"description": "",
"main": [
+ {
+ "minAmount": "96",
+ "weight": "250.0",
+ "id": "808",
+ "maxAmount": "100"
+ },
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
+ "id": "11736",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
"id": "11716",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
"id": "11714",
"maxAmount": "1"
},
@@ -44884,62 +50634,56 @@
},
{
"minAmount": "95",
- "weight": "500.0",
+ "weight": "250.0",
"id": "886",
"maxAmount": "100"
},
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "100"
- },
{
"minAmount": "5",
- "weight": "500.0",
- "id": "560",
- "maxAmount": "10"
- },
- {
- "minAmount": "5",
- "weight": "500.0",
+ "weight": "250.0",
"id": "565",
"maxAmount": "10"
},
{
- "minAmount": "3",
- "weight": "500.0",
- "id": "385",
- "maxAmount": "3"
+ "minAmount": "5",
+ "weight": "250.0",
+ "id": "560",
+ "maxAmount": "10"
},
{
"minAmount": "2",
- "weight": "500.0",
+ "weight": "250.0",
"id": "7060",
"maxAmount": "2"
},
{
- "minAmount": "10",
- "weight": "500.0",
+ "minAmount": "1",
+ "weight": "250.0",
+ "id": "157",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "5",
+ "weight": "250.0",
"id": "246",
"maxAmount": "10"
},
{
- "minAmount": "1",
- "weight": "500.0",
- "id": "145",
- "maxAmount": "1"
+ "minAmount": "2",
+ "weight": "250.0",
+ "id": "385",
+ "maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "500.0",
- "id": "157",
+ "weight": "50.0",
+ "id": "5733",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "50.0",
- "id": "12070",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -44957,94 +50701,82 @@
"ids": "6208",
"description": "",
"main": [
+ {
+ "minAmount": "98",
+ "weight": "250.0",
+ "id": "808",
+ "maxAmount": "98"
+ },
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
+ "id": "11736",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
"id": "11716",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.37566",
+ "weight": "1.0",
"id": "11714",
"maxAmount": "1"
},
{
- "minAmount": "1300",
- "weight": "500.0",
- "id": "995",
- "maxAmount": "1500"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "886",
- "maxAmount": "100"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "100"
- },
- {
- "minAmount": "5",
- "weight": "500.0",
- "id": "560",
- "maxAmount": "10"
- },
- {
- "minAmount": "5",
- "weight": "500.0",
- "id": "565",
+ "minAmount": "3",
+ "weight": "250.0",
+ "id": "246",
"maxAmount": "10"
},
{
"minAmount": "3",
- "weight": "500.0",
+ "weight": "250.0",
"id": "385",
"maxAmount": "3"
},
{
"minAmount": "2",
- "weight": "500.0",
+ "weight": "250.0",
"id": "7060",
"maxAmount": "2"
},
{
- "minAmount": "10",
- "weight": "500.0",
- "id": "246",
- "maxAmount": "10"
+ "minAmount": "98",
+ "weight": "250.0",
+ "id": "886",
+ "maxAmount": "100"
},
{
"minAmount": "1",
- "weight": "500.0",
- "id": "145",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
+ "weight": "250.0",
"id": "157",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "50.0",
- "id": "12070",
+ "weight": "250.0",
+ "id": "145",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "250.0",
+ "id": "1",
"maxAmount": "1"
}
]
@@ -45178,7 +50910,7 @@
{
"minAmount": "1",
"weight": "5.0",
- "id": "12070",
+ "id": "5733",
"maxAmount": "1"
},
{
@@ -45294,7 +51026,7 @@
{
"minAmount": "1",
"weight": "5.0",
- "id": "12070",
+ "id": "1",
"maxAmount": "1"
}
]
@@ -45503,25 +51235,25 @@
},
{
"minAmount": "1",
- "weight": "100.0",
+ "weight": "50.0",
"id": "9185",
"maxAmount": "1"
},
{
"minAmount": "15",
- "weight": "100.0",
+ "weight": "50.0",
"id": "9144",
"maxAmount": "25"
},
{
"minAmount": "80",
- "weight": "50.0",
+ "weight": "25.0",
"id": "892",
"maxAmount": "100"
},
{
"minAmount": "1",
- "weight": "100.0",
+ "weight": "50.0",
"id": "9244",
"maxAmount": "15"
},
@@ -45539,19 +51271,19 @@
},
{
"minAmount": "1",
- "weight": "2.98342",
+ "weight": "1.19",
"id": "11718",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.98342",
+ "weight": "1.19",
"id": "11720",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.98342",
+ "weight": "1.19",
"id": "11722",
"maxAmount": "1"
},
@@ -45569,85 +51301,85 @@
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "5.0",
"id": "5315",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.11985",
+ "weight": "0.888",
"id": "11702",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.49174",
+ "weight": "0.6",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.49174",
+ "weight": "0.6",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.49174",
+ "weight": "0.6",
"id": "11714",
"maxAmount": "1"
},
{
"minAmount": "3",
- "weight": "50.0",
+ "weight": "25.0",
"id": "169",
"maxAmount": "3"
},
{
"minAmount": "3",
- "weight": "50.0",
+ "weight": "25.0",
"id": "163",
"maxAmount": "3"
},
{
"minAmount": "5",
- "weight": "25.0",
+ "weight": "5.0",
"id": "218",
- "maxAmount": "25"
+ "maxAmount": "20"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "5.0",
"id": "989",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "1.2",
"id": "10976",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "0.09",
"id": "10977",
"maxAmount": "1"
},
{
"minAmount": "18000",
- "weight": "100.0",
+ "weight": "50.0",
"id": "995",
"maxAmount": "20000"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "3.55",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "3.55",
"id": "31",
"maxAmount": "1"
}
@@ -45668,52 +51400,46 @@
"main": [
{
"minAmount": "1",
- "weight": "0.902405",
- "id": "11718",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.902405",
+ "weight": "1.0",
"id": "11720",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.902405",
- "id": "11722",
+ "weight": "1.0",
+ "id": "11718",
"maxAmount": "1"
},
- {
- "minAmount": "1",
- "weight": "2.70721",
- "id": "11710",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.70721",
- "id": "11712",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.70721",
- "id": "11714",
- "maxAmount": "1"
- },
- {
- "minAmount": "1300",
- "weight": "500.0",
- "id": "995",
- "maxAmount": "1500"
- },
{
"minAmount": "95",
"weight": "500.0",
"id": "886",
"maxAmount": "100"
},
+ {
+ "minAmount": "15",
+ "weight": "250.0",
+ "id": "4697",
+ "maxAmount": "25"
+ },
+ {
+ "minAmount": "2",
+ "weight": "250.0",
+ "id": "391",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "3",
+ "weight": "250.0",
+ "id": "7058",
+ "maxAmount": "3"
+ },
+ {
+ "minAmount": "3",
+ "weight": "250.0",
+ "id": "7056",
+ "maxAmount": "3"
+ },
{
"minAmount": "95",
"weight": "500.0",
@@ -45721,39 +51447,33 @@
"maxAmount": "100"
},
{
- "minAmount": "15",
+ "minAmount": "1300",
"weight": "500.0",
- "id": "4697",
- "maxAmount": "25"
+ "id": "995",
+ "maxAmount": "1500"
},
{
"minAmount": "2",
- "weight": "500.0",
- "id": "391",
- "maxAmount": "2"
- },
- {
- "minAmount": "3",
- "weight": "500.0",
- "id": "7058",
- "maxAmount": "3"
- },
- {
- "minAmount": "2",
- "weight": "500.0",
+ "weight": "250.0",
"id": "6694",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "500.0",
- "id": "214",
+ "weight": "250.0",
+ "id": "213",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "50.0",
- "id": "12070",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "11722",
"maxAmount": "1"
}
]
@@ -45773,51 +51493,39 @@
"main": [
{
"minAmount": "1",
- "weight": "0.902405",
- "id": "11718",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.902405",
+ "weight": "1.0",
"id": "11720",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.902405",
- "id": "11722",
+ "weight": "1.0",
+ "id": "11718",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "2.70721",
- "id": "11710",
- "maxAmount": "1"
+ "minAmount": "3",
+ "weight": "250.0",
+ "id": "7056",
+ "maxAmount": "3"
},
{
- "minAmount": "1",
- "weight": "2.70721",
- "id": "11712",
- "maxAmount": "1"
+ "minAmount": "2",
+ "weight": "250.0",
+ "id": "391",
+ "maxAmount": "2"
},
{
- "minAmount": "1",
- "weight": "2.70721",
- "id": "11714",
- "maxAmount": "1"
+ "minAmount": "3",
+ "weight": "250.0",
+ "id": "7058",
+ "maxAmount": "3"
},
{
- "minAmount": "1300",
+ "minAmount": "13",
"weight": "500.0",
- "id": "995",
- "maxAmount": "1500"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "886",
- "maxAmount": "100"
+ "id": "4697",
+ "maxAmount": "25"
},
{
"minAmount": "95",
@@ -45826,22 +51534,16 @@
"maxAmount": "100"
},
{
- "minAmount": "15",
+ "minAmount": "95",
"weight": "500.0",
- "id": "4697",
- "maxAmount": "25"
+ "id": "886",
+ "maxAmount": "100"
},
{
- "minAmount": "2",
+ "minAmount": "1300",
"weight": "500.0",
- "id": "391",
- "maxAmount": "2"
- },
- {
- "minAmount": "3",
- "weight": "500.0",
- "id": "7058",
- "maxAmount": "3"
+ "id": "995",
+ "maxAmount": "1500"
},
{
"minAmount": "2",
@@ -45852,14 +51554,38 @@
{
"minAmount": "1",
"weight": "500.0",
- "id": "214",
+ "id": "213",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "50.0",
+ "weight": "1.0",
+ "id": "11710",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "11712",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "11714",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
"id": "12070",
"maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "11722",
+ "maxAmount": "1"
}
]
},
@@ -45876,94 +51602,52 @@
"ids": "6227",
"description": "",
"main": [
- {
- "minAmount": "1",
- "weight": "0.902405",
- "id": "11718",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.902405",
- "id": "11720",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.902405",
- "id": "11722",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.70721",
- "id": "11710",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.70721",
- "id": "11712",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.70721",
- "id": "11714",
- "maxAmount": "1"
- },
- {
- "minAmount": "1300",
- "weight": "500.0",
- "id": "995",
- "maxAmount": "1500"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "886",
- "maxAmount": "100"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "100"
- },
- {
- "minAmount": "15",
- "weight": "500.0",
- "id": "4697",
- "maxAmount": "25"
- },
{
"minAmount": "2",
- "weight": "500.0",
+ "weight": "250.0",
"id": "391",
"maxAmount": "2"
},
{
"minAmount": "3",
- "weight": "500.0",
+ "weight": "250.0",
"id": "7058",
"maxAmount": "3"
},
{
- "minAmount": "2",
+ "minAmount": "1006",
"weight": "500.0",
+ "id": "995",
+ "maxAmount": "1500"
+ },
+ {
+ "minAmount": "2",
+ "weight": "250.0",
"id": "6694",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "500.0",
- "id": "214",
+ "weight": "250.0",
+ "id": "1",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "50.0",
- "id": "12070",
+ "weight": "1.0",
+ "id": "11720",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "11718",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
+ "id": "11722",
"maxAmount": "1"
}
]
@@ -45987,118 +51671,166 @@
"ids": "6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6244,6245,6246",
"description": "",
"main": [
- {
- "minAmount": "1",
- "weight": "10.0",
- "id": "1229",
- "maxAmount": "1"
- },
{
"minAmount": "15",
- "weight": "18.0",
+ "weight": "50.0",
"id": "556",
- "maxAmount": "15"
+ "maxAmount": "30"
},
{
"minAmount": "30",
- "weight": "13.0",
+ "weight": "50.0",
"id": "555",
"maxAmount": "30"
},
{
"minAmount": "2",
- "weight": "4.0",
+ "weight": "25.0",
"id": "563",
"maxAmount": "2"
},
{
"minAmount": "9",
- "weight": "4.0",
+ "weight": "25.0",
"id": "561",
"maxAmount": "9"
},
- {
- "minAmount": "3",
- "weight": "3.0",
- "id": "562",
- "maxAmount": "3"
- },
- {
- "minAmount": "12",
- "weight": "2.0",
- "id": "559",
- "maxAmount": "12"
- },
- {
- "minAmount": "11",
- "weight": "2.0",
- "id": "565",
- "maxAmount": "11"
- },
{
"minAmount": "5",
- "weight": "1.0",
+ "weight": "25.0",
"id": "558",
"maxAmount": "5"
},
+ {
+ "minAmount": "11",
+ "weight": "25.0",
+ "id": "565",
+ "maxAmount": "11"
+ },
+ {
+ "minAmount": "3",
+ "weight": "25.0",
+ "id": "562",
+ "maxAmount": "3"
+ },
{
"minAmount": "16",
- "weight": "1.0",
+ "weight": "25.0",
"id": "562",
"maxAmount": "16"
},
+ {
+ "minAmount": "12",
+ "weight": "25.0",
+ "id": "559",
+ "maxAmount": "12"
+ },
{
"minAmount": "1",
- "weight": "15.0",
- "id": "14424",
+ "weight": "50.0",
+ "id": "442",
"maxAmount": "1"
},
{
"minAmount": "4",
- "weight": "30.0",
+ "weight": "50.0",
"id": "2362",
"maxAmount": "4"
},
{
"minAmount": "1",
- "weight": "10.0",
- "id": "442",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
+ "weight": "5.0",
"id": "9431",
"maxAmount": "1"
},
- {
- "minAmount": "5",
- "weight": "5.0",
- "id": "175",
- "maxAmount": "5"
- },
- {
- "minAmount": "5",
- "weight": "3.0",
- "id": "0",
- "maxAmount": "5"
- },
- {
- "minAmount": "5",
- "weight": "2.0",
- "id": "373",
- "maxAmount": "5"
- },
{
"minAmount": "1",
- "weight": "3.0",
- "id": "14426",
+ "weight": "25.0",
+ "id": "203",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.0",
- "id": "12070",
+ "weight": "25.0",
+ "id": "205",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "201",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "199",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "213",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "215",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "211",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "2485",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "217",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "209",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "373",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "5",
+ "weight": "25.0",
+ "id": "175",
+ "maxAmount": "5"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "31",
"maxAmount": "1"
}
]
@@ -46149,129 +51881,135 @@
"main": [
{
"minAmount": "1",
- "weight": "1.92128",
+ "weight": "0.548",
"id": "11706",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.352",
+ "weight": "0.365",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.352",
+ "weight": "0.365",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.352",
+ "weight": "0.365",
"id": "11714",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.112",
+ "weight": "2.2",
"id": "11730",
"maxAmount": "1"
},
{
"minAmount": "35",
- "weight": "50.0",
+ "weight": "20.0",
"id": "811",
"maxAmount": "40"
},
{
"minAmount": "1",
- "weight": "100.0",
+ "weight": "20.0",
"id": "1093",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "100.0",
+ "weight": "20.0",
"id": "1201",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "50.0",
+ "weight": "20.0",
"id": "1123",
"maxAmount": "1"
},
{
"minAmount": "95",
- "weight": "50.0",
+ "weight": "20.0",
"id": "563",
"maxAmount": "100"
},
{
"minAmount": "3",
- "weight": "25.0",
- "id": "3024",
+ "weight": "20.0",
+ "id": "3026",
"maxAmount": "3"
},
{
"minAmount": "3",
- "weight": "25.0",
+ "weight": "20.0",
"id": "163",
"maxAmount": "3"
},
{
"minAmount": "3",
- "weight": "25.0",
+ "weight": "20.0",
"id": "3042",
"maxAmount": "3"
},
{
"minAmount": "3",
- "weight": "25.0",
+ "weight": "10.0",
"id": "6687",
"maxAmount": "3"
},
+ {
+ "minAmount": "3",
+ "weight": "10.0",
+ "id": "3024",
+ "maxAmount": "3"
+ },
{
"minAmount": "5",
- "weight": "50.0",
+ "weight": "20.0",
"id": "208",
"maxAmount": "5"
},
{
"minAmount": "2",
- "weight": "50.0",
+ "weight": "20.0",
"id": "5295",
"maxAmount": "2"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "2.0",
"id": "5316",
"maxAmount": "1"
},
+ {
+ "minAmount": "6",
+ "weight": "20.0",
+ "id": "1602",
+ "maxAmount": "6"
+ },
{
"minAmount": "19000",
- "weight": "100.0",
+ "weight": "30.0",
"id": "995",
- "maxAmount": "21000"
+ "maxAmount": "20000"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "2.2",
"id": "31",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "2.2",
"id": "12070",
"maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "25.0",
- "id": "2434",
- "maxAmount": "1"
}
]
},
@@ -46288,27 +52026,51 @@
"ids": "6248",
"description": "",
"main": [
+ {
+ "minAmount": "95",
+ "weight": "500.0",
+ "id": "808",
+ "maxAmount": "100"
+ },
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "5.0",
"id": "11730",
"maxAmount": "1"
},
+ {
+ "minAmount": "7",
+ "weight": "500.0",
+ "id": "563",
+ "maxAmount": "10"
+ },
+ {
+ "minAmount": "97",
+ "weight": "500.0",
+ "id": "886",
+ "maxAmount": "100"
+ },
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "500.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "1.0",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "1.0",
"id": "11714",
"maxAmount": "1"
},
@@ -46316,49 +52078,7 @@
"minAmount": "1300",
"weight": "500.0",
"id": "995",
- "maxAmount": "1500"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "886",
- "maxAmount": "100"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "100"
- },
- {
- "minAmount": "5",
- "weight": "500.0",
- "id": "563",
- "maxAmount": "10"
- },
- {
- "minAmount": "3",
- "weight": "500.0",
- "id": "7946",
- "maxAmount": "3"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "7218",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "208",
- "maxAmount": "1"
- },
- {
- "minAmount": "6",
- "weight": "500.0",
- "id": "238",
- "maxAmount": "6"
+ "maxAmount": "2000"
},
{
"minAmount": "5",
@@ -46366,10 +52086,22 @@
"id": "232",
"maxAmount": "5"
},
+ {
+ "minAmount": "6",
+ "weight": "250.0",
+ "id": "238",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "3",
+ "weight": "250.0",
+ "id": "7946",
+ "maxAmount": "3"
+ },
{
"minAmount": "1",
- "weight": "50.0",
- "id": "12070",
+ "weight": "250.0",
+ "id": "1",
"maxAmount": "1"
}
]
@@ -46387,27 +52119,45 @@
"ids": "6250",
"description": "",
"main": [
+ {
+ "minAmount": "95",
+ "weight": "500.0",
+ "id": "808",
+ "maxAmount": "100"
+ },
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "1.0",
"id": "11730",
"maxAmount": "1"
},
+ {
+ "minAmount": "95",
+ "weight": "500.0",
+ "id": "886",
+ "maxAmount": "100"
+ },
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "250.0",
+ "id": "207",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.0",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "1.0",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "1.0",
"id": "11714",
"maxAmount": "1"
},
@@ -46418,51 +52168,15 @@
"maxAmount": "1500"
},
{
- "minAmount": "1",
- "weight": "500.0",
- "id": "886",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "563",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "7946",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "7218",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "208",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "238",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
+ "minAmount": "4",
+ "weight": "250.0",
"id": "232",
+ "maxAmount": "4"
+ },
+ {
+ "minAmount": "1",
+ "weight": "250.0",
+ "id": "7218",
"maxAmount": "1"
},
{
@@ -46488,25 +52202,25 @@
"main": [
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "1.0",
"id": "11730",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "1.0",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "1.0",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.04143",
+ "weight": "1.0",
"id": "11714",
"maxAmount": "1"
},
@@ -46518,56 +52232,32 @@
},
{
"minAmount": "1",
- "weight": "500.0",
- "id": "886",
+ "weight": "250.0",
+ "id": "592",
"maxAmount": "1"
},
{
- "minAmount": "1",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "1"
+ "minAmount": "6",
+ "weight": "250.0",
+ "id": "238",
+ "maxAmount": "6"
+ },
+ {
+ "minAmount": "5",
+ "weight": "250.0",
+ "id": "232",
+ "maxAmount": "5"
},
{
"minAmount": "1",
- "weight": "500.0",
- "id": "563",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "7946",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
+ "weight": "250.0",
"id": "7218",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "500.0",
- "id": "208",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "238",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "232",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "50.0",
- "id": "12070",
+ "weight": "250.0",
+ "id": "1",
"maxAmount": "1"
}
]
@@ -46703,54 +52393,60 @@
"main": [
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "25.0",
"id": "1289",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "50.0",
+ "weight": "25.0",
"id": "1303",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "100.0",
- "id": "1319",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "100.0",
- "id": "1127",
+ "weight": "25.0",
+ "id": "1373",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "50.0",
+ "id": "1319",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
+ "id": "1127",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "25.0",
"id": "1275",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.5756",
+ "weight": "1.288",
"id": "11724",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.5756",
+ "weight": "1.288",
"id": "11726",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "2.5756",
+ "weight": "1.288",
"id": "11728",
"maxAmount": "1"
},
{
- "minAmount": "65",
+ "minAmount": "40",
"weight": "50.0",
"id": "561",
"maxAmount": "70"
@@ -46768,8 +52464,8 @@
"maxAmount": "20"
},
{
- "minAmount": "19000",
- "weight": "100.0",
+ "minAmount": "3000",
+ "weight": "50.0",
"id": "995",
"maxAmount": "21000"
},
@@ -46799,49 +52495,49 @@
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "1.2",
"id": "10976",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "0.097",
"id": "10977",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.2878",
+ "weight": "0.6388",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.2878",
+ "weight": "0.6388",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.2878",
+ "weight": "0.6388",
"id": "11714",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.83004",
+ "weight": "0.957",
"id": "11704",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "3.8",
"id": "12070",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "25.0",
+ "weight": "3.8",
"id": "31",
"maxAmount": "1"
}
@@ -46860,60 +52556,48 @@
"ids": "6261",
"description": "",
"main": [
+ {
+ "minAmount": "95",
+ "weight": "500.0",
+ "id": "808",
+ "maxAmount": "100"
+ },
{
"minAmount": "1",
- "weight": "1.23663",
+ "weight": "1.0",
"id": "11724",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.23663",
+ "weight": "1.0",
"id": "11726",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.23663",
+ "weight": "1.0",
"id": "11728",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.70988",
+ "weight": "1.0",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.70988",
+ "weight": "1.0",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.70988",
+ "weight": "1.0",
"id": "11714",
"maxAmount": "1"
},
- {
- "minAmount": "1300",
- "weight": "500.0",
- "id": "995",
- "maxAmount": "1500"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "886",
- "maxAmount": "100"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "100"
- },
{
"minAmount": "25",
"weight": "500.0",
@@ -46924,25 +52608,19 @@
"minAmount": "20",
"weight": "500.0",
"id": "561",
- "maxAmount": "25"
+ "maxAmount": "28"
},
{
- "minAmount": "5",
+ "minAmount": "95",
"weight": "500.0",
- "id": "226",
- "maxAmount": "5"
+ "id": "886",
+ "maxAmount": "100"
},
{
- "minAmount": "2",
+ "minAmount": "1300",
"weight": "500.0",
- "id": "385",
- "maxAmount": "2"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "7054",
- "maxAmount": "3"
+ "id": "995",
+ "maxAmount": "1450"
},
{
"minAmount": "1",
@@ -46953,19 +52631,25 @@
{
"minAmount": "1",
"weight": "500.0",
- "id": "157",
+ "id": "1025",
"maxAmount": "1"
},
{
- "minAmount": "1",
+ "minAmount": "2",
"weight": "500.0",
- "id": "1971",
- "maxAmount": "1"
+ "id": "385",
+ "maxAmount": "2"
+ },
+ {
+ "minAmount": "3",
+ "weight": "500.0",
+ "id": "7054",
+ "maxAmount": "3"
},
{
"minAmount": "1",
"weight": "50.0",
- "id": "12070",
+ "id": "1",
"maxAmount": "1"
}
]
@@ -46983,60 +52667,48 @@
"ids": "6263",
"description": "",
"main": [
+ {
+ "minAmount": "95",
+ "weight": "500.0",
+ "id": "808",
+ "maxAmount": "100"
+ },
{
"minAmount": "1",
- "weight": "1.23663",
+ "weight": "1.0",
"id": "11724",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.23663",
+ "weight": "1.0",
"id": "11726",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.23663",
+ "weight": "1.0",
"id": "11728",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.70988",
+ "weight": "1.0",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.70988",
+ "weight": "1.0",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.70988",
+ "weight": "1.0",
"id": "11714",
"maxAmount": "1"
},
- {
- "minAmount": "1300",
- "weight": "500.0",
- "id": "995",
- "maxAmount": "1500"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "886",
- "maxAmount": "100"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "100"
- },
{
"minAmount": "25",
"weight": "500.0",
@@ -47044,10 +52716,16 @@
"maxAmount": "30"
},
{
- "minAmount": "25",
+ "minAmount": "95",
"weight": "500.0",
- "id": "561",
- "maxAmount": "30"
+ "id": "886",
+ "maxAmount": "100"
+ },
+ {
+ "minAmount": "1300",
+ "weight": "500.0",
+ "id": "995",
+ "maxAmount": "1500"
},
{
"minAmount": "5",
@@ -47055,18 +52733,24 @@
"id": "226",
"maxAmount": "5"
},
+ {
+ "minAmount": "1",
+ "weight": "500.0",
+ "id": "1917",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "500.0",
+ "id": "1971",
+ "maxAmount": "1"
+ },
{
"minAmount": "2",
"weight": "500.0",
"id": "385",
"maxAmount": "2"
},
- {
- "minAmount": "3",
- "weight": "500.0",
- "id": "7054",
- "maxAmount": "3"
- },
{
"minAmount": "1",
"weight": "500.0",
@@ -47076,19 +52760,19 @@
{
"minAmount": "1",
"weight": "500.0",
- "id": "157",
+ "id": "1025",
"maxAmount": "1"
},
{
- "minAmount": "1",
+ "minAmount": "3",
"weight": "500.0",
- "id": "1917",
- "maxAmount": "1"
+ "id": "7054",
+ "maxAmount": "3"
},
{
"minAmount": "1",
"weight": "50.0",
- "id": "12070",
+ "id": "1",
"maxAmount": "1"
}
]
@@ -47106,60 +52790,48 @@
"ids": "6265",
"description": "",
"main": [
+ {
+ "minAmount": "95",
+ "weight": "500.0",
+ "id": "808",
+ "maxAmount": "100"
+ },
{
"minAmount": "1",
- "weight": "1.23663",
+ "weight": "1.0",
"id": "11724",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.23663",
+ "weight": "1.0",
"id": "11726",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "1.23663",
+ "weight": "1.0",
"id": "11728",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.70988",
+ "weight": "1.0",
"id": "11710",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.70988",
+ "weight": "1.0",
"id": "11712",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.70988",
+ "weight": "1.0",
"id": "11714",
"maxAmount": "1"
},
- {
- "minAmount": "1300",
- "weight": "500.0",
- "id": "995",
- "maxAmount": "1500"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "886",
- "maxAmount": "100"
- },
- {
- "minAmount": "95",
- "weight": "500.0",
- "id": "808",
- "maxAmount": "100"
- },
{
"minAmount": "25",
"weight": "500.0",
@@ -47167,16 +52839,34 @@
"maxAmount": "30"
},
{
- "minAmount": "20",
+ "minAmount": "15",
"weight": "500.0",
"id": "561",
- "maxAmount": "25"
+ "maxAmount": "20"
},
{
- "minAmount": "5",
+ "minAmount": "95",
"weight": "500.0",
- "id": "226",
- "maxAmount": "5"
+ "id": "886",
+ "maxAmount": "100"
+ },
+ {
+ "minAmount": "1300",
+ "weight": "500.0",
+ "id": "995",
+ "maxAmount": "1500"
+ },
+ {
+ "minAmount": "1",
+ "weight": "500.0",
+ "id": "9741",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "500.0",
+ "id": "1025",
+ "maxAmount": "1"
},
{
"minAmount": "2",
@@ -47190,24 +52880,6 @@
"id": "7054",
"maxAmount": "3"
},
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "9741",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "157",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "500.0",
- "id": "1025",
- "maxAmount": "1"
- },
{
"minAmount": "1",
"weight": "50.0",
@@ -54537,44 +60209,30 @@
"maxAmount": "1"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "9973.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "25.0",
- "id": "10976",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "10977",
- "maxAmount": "1"
- }
- ],
"ids": "7078",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "2.0",
- "id": "1239",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
"id": "12570",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "124.0",
+ "weight": "50.0",
+ "id": "1239",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "1",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
}
@@ -54621,38 +60279,30 @@
"maxAmount": "1"
}
],
- "tertiary": [
- {
- "minAmount": "1",
- "weight": "9973.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "25.0",
- "id": "10976",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "10977",
- "maxAmount": "1"
- }
- ],
- "ids": "7079,7081",
+ "ids": "7079,7080",
"description": "",
"main": [
{
"minAmount": "1",
- "weight": "2.0",
+ "weight": "50.0",
+ "id": "1239",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "50.0",
"id": "12570",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "126.0",
+ "weight": "5.0",
+ "id": "10976",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
}
@@ -54699,38 +60349,36 @@
"maxAmount": "1"
}
],
- "tertiary": [
+ "ids": "7081,7082",
+ "description": "",
+ "main": [
{
"minAmount": "1",
- "weight": "9973.0",
- "id": "0",
+ "weight": "25.0",
+ "id": "12570",
"maxAmount": "1"
},
{
"minAmount": "1",
"weight": "25.0",
- "id": "10976",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "10977",
- "maxAmount": "1"
- }
- ],
- "ids": "7080,7082",
- "description": "",
- "main": [
- {
- "minAmount": "1",
- "weight": "2.0",
"id": "1239",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "126.0",
+ "weight": "5.0",
+ "id": "10976",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "5.0",
+ "id": "10977",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
"id": "0",
"maxAmount": "1"
}
@@ -56584,229 +62232,259 @@
"main": [
{
"minAmount": "1",
- "weight": "0.4",
- "id": "13752",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.2",
+ "weight": "2.6546",
"id": "13746",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.2",
+ "weight": "2.6546",
+ "id": "13752",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "1.3273",
"id": "13750",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "0.2",
+ "weight": "1.3273",
"id": "13748",
"maxAmount": "1"
},
{
- "minAmount": "20000",
- "weight": "12.0",
+ "minAmount": "25000",
+ "weight": "100.0",
+ "id": "995",
+ "maxAmount": "25000"
+ },
+ {
+ "minAmount": "35000",
+ "weight": "100.0",
+ "id": "995",
+ "maxAmount": "35000"
+ },
+ {
+ "minAmount": "50000",
+ "weight": "50.0",
"id": "995",
"maxAmount": "50000"
},
+ {
+ "minAmount": "60000",
+ "weight": "50.0",
+ "id": "995",
+ "maxAmount": "60000"
+ },
{
"minAmount": "1",
- "weight": "12.0",
+ "weight": "100.0",
"id": "1401",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "12.0",
+ "weight": "100.0",
"id": "1403",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "12.0",
+ "weight": "100.0",
"id": "1405",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "12.0",
+ "weight": "100.0",
"id": "1407",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "20.0",
"id": "11133",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "50.0",
"id": "13734",
"maxAmount": "1"
},
{
"minAmount": "750",
- "weight": "17.0",
+ "weight": "100.0",
"id": "890",
"maxAmount": "750"
},
{
"minAmount": "250",
- "weight": "24.0",
+ "weight": "100.0",
"id": "9144",
"maxAmount": "250"
},
{
"minAmount": "2000",
- "weight": "17.0",
+ "weight": "100.0",
"id": "2",
"maxAmount": "2000"
},
{
"minAmount": "175",
- "weight": "20.0",
+ "weight": "100.0",
"id": "9245",
"maxAmount": "175"
},
{
"minAmount": "2500",
- "weight": "21.0",
+ "weight": "100.0",
"id": "7937",
"maxAmount": "2500"
},
{
"minAmount": "250",
- "weight": "17.0",
+ "weight": "100.0",
"id": "563",
"maxAmount": "250"
},
{
"minAmount": "500",
- "weight": "17.0",
+ "weight": "100.0",
"id": "564",
"maxAmount": "500"
},
{
"minAmount": "300",
- "weight": "22.0",
+ "weight": "100.0",
"id": "560",
"maxAmount": "300"
},
{
"minAmount": "250",
- "weight": "32.0",
+ "weight": "50.0",
"id": "566",
"maxAmount": "250"
},
{
"minAmount": "70",
- "weight": "21.0",
+ "weight": "100.0",
"id": "384",
"maxAmount": "70"
},
{
"minAmount": "120",
- "weight": "17.0",
+ "weight": "100.0",
"id": "240",
"maxAmount": "120"
},
{
"minAmount": "120",
- "weight": "17.0",
+ "weight": "100.0",
"id": "9738",
"maxAmount": "120"
},
{
"minAmount": "24",
- "weight": "15.0",
+ "weight": "50.0",
"id": "5321",
"maxAmount": "24"
},
{
"minAmount": "10",
- "weight": "5.0",
+ "weight": "50.0",
"id": "5295",
"maxAmount": "10"
},
{
"minAmount": "30",
- "weight": "20.0",
+ "weight": "100.0",
"id": "7061",
"maxAmount": "30"
},
{
"minAmount": "40",
- "weight": "10.0",
+ "weight": "100.0",
"id": "2449",
"maxAmount": "40"
},
{
"minAmount": "1",
- "weight": "3.0",
+ "weight": "20.0",
"id": "13754",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "18.0",
+ "weight": "100.0",
+ "id": "0",
+ "maxAmount": "1"
+ },
+ {
+ "minAmount": "1",
+ "weight": "100.0",
"id": "4091",
"maxAmount": "1"
},
{
"minAmount": "1",
- "weight": "18.0",
+ "weight": "100.0",
"id": "4093",
"maxAmount": "1"
},
+ {
+ "minAmount": "100",
+ "weight": "50.0",
+ "id": "565",
+ "maxAmount": "100"
+ },
{
"minAmount": "125",
- "weight": "17.0",
+ "weight": "100.0",
"id": "450",
"maxAmount": "125"
},
{
"minAmount": "35",
- "weight": "18.0",
+ "weight": "100.0",
"id": "2362",
"maxAmount": "35"
},
{
"minAmount": "20",
- "weight": "12.0",
+ "weight": "100.0",
"id": "452",
"maxAmount": "20"
},
{
"minAmount": "100",
- "weight": "12.0",
+ "weight": "100.0",
"id": "8781",
"maxAmount": "100"
},
{
"minAmount": "150",
- "weight": "12.0",
+ "weight": "100.0",
"id": "8836",
"maxAmount": "150"
},
{
"minAmount": "100",
- "weight": "18.0",
+ "weight": "100.0",
"id": "1754",
"maxAmount": "100"
},
{
"minAmount": "75",
- "weight": "12.0",
+ "weight": "100.0",
"id": "1514",
"maxAmount": "75"
},
{
"minAmount": "1",
- "weight": "8.0",
+ "weight": "100.0",
"id": "31",
"maxAmount": "1"
}
@@ -57515,7 +63193,7 @@
{
"minAmount": "1",
"weight": "100.0",
- "id": "526",
+ "id": "3179",
"maxAmount": "1"
}
],
@@ -57534,7 +63212,7 @@
}
],
"charm": [],
- "ids": "1904,6368,6367,912,913,914,253,254,255,256,258,27,34,35,689,690,691,3814,3816,4402,4403",
+ "ids": "1904,6368,6367,912,913,914,255,256,27,34,35,689,690,691,3814,3816,4402,4403",
"description": "",
"main": [
{
@@ -58113,7 +63791,7 @@
{
"minAmount": "14",
"weight": "45.0",
- "id": "995",
+ "id": "617",
"maxAmount": "42"
},
{
@@ -58220,7 +63898,7 @@
{
"minAmount": "14",
"weight": "45.0",
- "id": "995",
+ "id": "617",
"maxAmount": "42"
}
]
@@ -58252,560 +63930,5 @@
"maxAmount": "1"
}
]
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3363",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3355",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "1232",
- "description": "Pointed",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3367",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3357",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "1233",
- "description": "Pointed",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3363",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3359",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "1234",
- "description": "Pointed",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3367",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "3361",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "1235",
- "description": "Pointed",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1019",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "180",
- "description": "Old-Highwayman",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "837",
- "description": "Shantay Guard",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1019",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "2677",
- "description": "New-Highwayman",
- "main": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "995",
- "maxAmount": "25"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "9141",
- "maxAmount": "15"
- },
- {
- "minAmount": "1",
- "weight": "23.0",
- "id": "0",
- "maxAmount": "1"
- }
- ]
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "447,448,449,917",
- "description": "Jail Guard",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "2337",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "48",
- "description": "",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "76",
- "description": "Entrana Zombie",
- "main": [
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "1139",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1291",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "50.0",
- "id": "1351",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1349",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "556",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "4.0",
- "id": "882",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "561",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "5",
- "weight": "50.0",
- "id": "313",
- "maxAmount": "5"
- },
- {
- "minAmount": "18",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "18"
- },
- {
- "minAmount": "28",
- "weight": "2.0",
- "id": "995",
- "maxAmount": "28"
- },
- {
- "minAmount": "1",
- "weight": "7.0",
- "id": "0",
- "maxAmount": "1"
- }
- ]
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "1993",
- "description": "",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "532",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "6779",
- "description": "",
- "main": [
- {
- "minAmount": "1",
- "weight": "0.25",
- "id": "10976",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "0.02",
- "id": "10977",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "99.73",
- "id": "0",
- "maxAmount": "1"
- }
- ]
- },
- {
- "default": [],
- "charm": [],
- "ids": "1832",
- "description": "Cave Bug (Level 6)",
- "main": [
- {
- "minAmount": "8",
- "weight": "5.0",
- "id": "555",
- "maxAmount": "8"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "561",
- "maxAmount": "1"
- },
- {
- "minAmount": "6",
- "weight": "2.0",
- "id": "557",
- "maxAmount": "6"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "561",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "23.0",
- "id": "14424",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "235",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "221",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "2.0",
- "id": "223",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "225",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "231",
- "maxAmount": "1"
- },
- {
- "minAmount": "3",
- "weight": "8.0",
- "id": "995",
- "maxAmount": "3"
- },
- {
- "minAmount": "1",
- "weight": "64.0",
- "id": "0",
- "maxAmount": "1"
- },
- {
- "minAmount": "8",
- "weight": "3.0",
- "id": "995",
- "maxAmount": "8"
- },
- {
- "minAmount": "1",
- "weight": "5.0",
- "id": "36",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "3.0",
- "id": "590",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "4527",
- "maxAmount": "1"
- }
- ]
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "3057,3059,3058,3060,3061,3062,3063,3064,3065,3066",
- "description": "Champion's Challenge NPC - activity",
- "main": []
- },
- {
- "default": [],
- "charm": [],
- "ids": "2459,2460,2461,2462",
- "description": "Pheasant NPC (level 4) - Freaky Forester - Random event",
- "main": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "6178",
- "maxAmount": "1"
- }
- ]
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "4184",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "1676",
- "description": "Experiment (level 51)",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "3672,3673,5168,5169,5170",
- "description": "Ram",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1583",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "6108",
- "description": "",
- "main": []
- },
- {
- "default": [],
- "charm": [],
- "ids": "795",
- "description": "",
- "main": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "1580",
- "maxAmount": "1"
- }
- ]
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "592",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "8127",
- "description": "Dark energy core",
- "main": []
- },
- {
- "default": [
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "6287",
- "maxAmount": "1"
- },
- {
- "minAmount": "1",
- "weight": "1.0",
- "id": "526",
- "maxAmount": "1"
- }
- ],
- "charm": [],
- "ids": "4343",
- "description": "",
- "main": []
}
]
\ No newline at end of file
diff --git a/Server/data/configs/ground_spawns.json b/Server/data/configs/ground_spawns.json
index 1893b6df3..d2d481d32 100644
--- a/Server/data/configs/ground_spawns.json
+++ b/Server/data/configs/ground_spawns.json
@@ -1,690 +1,618 @@
[
- {
- "item_id": "20",
- "loc_data": "{1,2577,9655,0,100}-"
- },
- {
- "item_id": "21",
- "loc_data": "{1,2613,9639,0,100}-"
- },
- {
- "item_id": "22",
- "loc_data": "{1,2574,9633,0,100}-"
- },
- {
- "item_id": "23",
- "loc_data": "{1,2583,9613,0,100}-"
- },
- {
- "item_id": "24",
- "loc_data": "{1,2564,9662,0,100}-"
- },
{
"item_id": "28",
- "loc_data": "{1,2807,3450,0,90}-"
+ "loc_data": "{1,2807,3450,0,7864410}"
},
{
"item_id": "33",
- "loc_data": "{1,2547,3114,0,10}-{1,3208,3395,1,30}-"
+ "loc_data": "{1,2547,3114,0,983050}-{1,3208,3395,1,3932190}"
},
{
"item_id": "39",
- "loc_data": "{1,2672,3433,0,90}-"
+ "loc_data": "{1,2672,3433,0,7209050}"
},
{
"item_id": "41",
- "loc_data": "{1,3125,9997,0,90}-"
- },
- {
- "item_id": "53",
- "loc_data": "{3,3240,3940,0,44}-{2,3237,3948,0,44}-{3,3235,3949,0,44}-"
- },
- {
- "item_id": "83",
- "loc_data": "{1,2637,9819,0,30}-"
- },
- {
- "item_id": "84",
- "loc_data": "{1,2638,9906,0,30}-"
- },
- {
- "item_id": "85",
- "loc_data": "{1,2628,9859,0,30}-"
- },
+ "loc_data": "{1,3125,9997,0,7209050}"
+ },
{
"item_id": "88",
- "loc_data": "{1,2654,9767,0,63}-"
+ "loc_data": "{1,2654,9767,0,4587583}"
},
{
"item_id": "90",
- "loc_data": "{1,2570,9604,0,30}-"
+ "loc_data": "{1,2570,9604,0,5898270}"
},
{
"item_id": "185",
- "loc_data": "{1,2467,3176,0,90}-"
+ "loc_data": "{1,2467,3176,0,7209050}"
},
{
"item_id": "223",
- "loc_data": "{1,3179,9881,0,90}-{1,3177,9880,0,90}-{1,3128,9956,0,90}-{1,3129,9954,0,90}-{1,3126,9958,0,90}-{1,3117,9951,0,90}-{1,3118,9948,0,90}-{1,3119,9949,0,90}-"
+ "loc_data": "{1,3128,9956,0,7864410}-{1,3129,9954,0,7864410}-{1,3126,9958,0,7864410}-{1,3117,9951,0,7864410}-{1,3118,9948,0,7864410}-{1,3119,9949,0,7864410}-{1,3179,9881,0,7864410}-{1,3177,9880,0,7864410}"
},
{
"item_id": "229",
- "loc_data": "{1,2588,3090,2,90}-{1,2587,3090,2,90}-{1,2809,3342,0,100}-{1,2808,3343,0,100}-{1,3186,3836,0,60}-{1,3195,3849,0,60}-"
+ "loc_data": "{1,2809,3342,0,7864420}-{1,2808,3343,0,7864420}-{1,2588,3090,2,7209050}-{1,2587,3090,2,7209050}-{1,3195,3849,0,6553660}-{1,3186,3836,0,6553660}"
},
{
"item_id": "231",
- "loc_data": "{1,2905,3297,0,10}-{1,2907,3295,0,10}-{1,2553,3751,0,90}-{1,2553,3754,0,90}-{1,2552,3757,0,90}-{1,2546,3763,0,90}-{1,2542,3765,0,90}-{1,2540,3765,0,90}-{1,2528,3716,0,90}-{1,2501,3727,0,90}-{1,2502,3726,0,90}-{1,2501,3729,0,90}-{1,2500,3730,0,90}-{1,2500,3731,0,90}-{1,2501,3732,0,90}-{1,2503,3733,0,90}-{1,2504,3732,0,90}-{1,2506,3731,0,90}-{1,2529,3735,0,90}-{1,2531,3736,0,90}-{1,2527,3746,0,90}-{1,2525,3751,0,90}-{1,2532,3762,0,90}-{1,2503,3757,0,30}-{1,2502,3756,0,30}-{1,2502,3754,0,30}-{1,2502,3752,0,30}-{1,2503,3751,0,30}-{1,2505,3753,0,30}-"
+ "loc_data": "{1,2905,3297,0,1310730}-{1,2907,3295,0,1310730}-{1,2553,3751,0,7864410}-{1,2553,3754,0,7864410}-{1,2552,3757,0,7864410}-{1,2546,3763,0,7864410}-{1,2542,3765,0,7864410}-{1,2540,3765,0,7864410}-{1,2528,3716,0,7864410}-{1,2501,3727,0,7864410}-{1,2502,3726,0,7864410}-{1,2501,3729,0,7864410}-{1,2500,3730,0,7864410}-{1,2500,3731,0,7864410}-{1,2501,3732,0,7864410}-{1,2503,3733,0,7864410}-{1,2504,3732,0,7864410}-{1,2506,3731,0,7864410}-{1,2529,3735,0,7864410}-{1,2531,3736,0,7864410}-{1,2527,3746,0,7864410}-{1,2525,3751,0,7864410}-{1,2532,3762,0,7864410}-{1,2503,3757,0,5898270}-{1,2502,3756,0,5898270}-{1,2502,3754,0,5898270}-{1,2502,3752,0,5898270}-{1,2503,3751,0,5898270}-{1,2505,3753,0,5898270}"
},
{
"item_id": "239",
- "loc_data": "{1,3217,3812,0,2}-{1,3210,3808,0,2}-"
+ "loc_data": "{1,3217,3812,0,196610}-{1,3210,3808,0,196610}"
},
{
"item_id": "243",
- "loc_data": "{1,2910,9809,0,30}-{1,2908,9805,0,30}-{1,2902,9806,0,30}-{1,2906,9796,0,30}-{1,2905,9801,0,30}-"
+ "loc_data": "{1,2910,9809,0,196610}-{1,2908,9805,0,196610}-{1,2902,9806,0,196610}-{1,2906,9796,0,196610}-{1,2905,9801,0,196610}"
},
{
"item_id": "245",
- "loc_data": "{1,2931,3515,0,50}-"
+ "loc_data": "{1,2931,3515,0,4587570}"
},
{
"item_id": "247",
- "loc_data": "{1,2512,3080,0,30}-{1,2517,3082,0,30}-{1,2509,3088,0,30}-{1,2508,3084,0,30}-"
+ "loc_data": "{1,2512,3080,0,5898270}-{1,2517,3082,0,5898270}-{1,2509,3088,0,5898270}-{1,2508,3084,0,5898270}"
},
{
"item_id": "272",
- "loc_data": "{1,3108,3356,1,140}-"
+ "loc_data": "{1,3108,3356,1,10485900}"
},
{
"item_id": "273",
- "loc_data": "{1,3097,3366,0,140}-"
+ "loc_data": "{1,3097,3366,0,10485900}"
},
{
"item_id": "276",
- "loc_data": "{1,3111,3367,0,50}-"
+ "loc_data": "{1,3111,3367,0,4587570}"
},
{
"item_id": "277",
- "loc_data": "{1,3092,9755,0,50}-"
+ "loc_data": "{1,3092,9755,0,4587570}"
},
{
"item_id": "278",
- "loc_data": "{1,2604,3358,0,50}-"
+ "loc_data": "{1,2604,3358,0,4587570}"
},
{
"item_id": "301",
- "loc_data": "{1,2608,3397,0,90}-"
+ "loc_data": "{1,2608,3397,0,7209050}"
},
{
"item_id": "303",
- "loc_data": "{1,3245,3155,0,140}-{1,3244,3159,0,140}-{1,3429,4784,0,75}-{1,3432,4783,0,75}-{1,3414,4768,0,75}-{1,3429,4769,0,75}-{1,3431,4772,0,75}-{1,3415,4786,0,75}-{1,3412,4784,0,75}-"
+ "loc_data": "{1,3245,3155,0,10485900}-{1,3244,3159,0,10485900}"
},
{
"item_id": "305",
- "loc_data": "{1,2605,3395,0,90}-"
+ "loc_data": "{1,2605,3395,0,7209050}"
},
{
"item_id": "307",
- "loc_data": "{1,2860,3335,0,190}-"
+ "loc_data": "{1,2860,3335,0,13762750}"
},
{
"item_id": "311",
- "loc_data": "{1,2605,3396,0,90}-"
+ "loc_data": "{1,2605,3396,0,7209050}"
},
{
"item_id": "347",
- "loc_data": "{1,2563,9511,0,30}-"
+ "loc_data": "{1,2563,9511,0,5898270}"
},
{
"item_id": "357",
- "loc_data": "{1,2820,3453,0,90}-"
+ "loc_data": "{1,2820,3453,0,7209050}"
},
{
"item_id": "401",
- "loc_data": "{1,2959,2959,0,160}-{1,2866,2976,0,160}-{1,2854,2977,0,160}-{1,2839,2975,0,160}-{1,2943,2950,0,160}-{1,2757,2947,0,160}-{1,2755,2952,0,160}-{1,2786,2960,0,160}-{1,2782,2987,0,160}-{1,2771,2995,0,160}-{1,2761,3000,0,160}-{1,2945,3068,0,160}-{1,2975,3013,0,160}-{1,2955,3010,0,160}-{1,3829,3053,0,160}-{1,3813,3066,0,160}-{1,3814,3064,0,160}-{1,3808,3060,0,160}-{1,2755,3008,0,160}-{1,2754,3017,0,160}-{1,2756,3060,0,160}-{1,2755,3070,0,160}-{1,2896,3119,0,160}-{1,2914,3111,0,160}-{1,2926,3110,0,160}-{1,2939,3102,0,160}-{1,2938,3073,0,160}-{1,2756,3074,0,160}-{1,2806,3128,0,160}-{1,2764,3131,0,160}-{1,2753,3125,0,160}-{1,2757,3109,0,160}-{1,2864,3195,0,160}-{1,2810,3387,0,160}-{1,2809,3388,0,160}-{1,2809,3385,0,160}-{1,2807,3386,0,160}-{1,2804,3385,0,160}-{1,2807,3384,0,160}-{1,2805,3384,0,160}-{1,2802,3382,0,160}-{1,2805,3381,0,160}-{1,2804,3380,0,160}-{1,2693,3727,0,160}-{1,2698,3729,0,160}-{1,2700,3731,0,160}-{1,2708,3728,0,160}-{1,2725,3731,0,160}-{1,2721,3730,0,160}-{1,2719,3733,0,160}-{1,2714,3733,0,160}-{1,2712,3732,0,160}-"
+ "loc_data": "{1,2810,3387,0,11796640}-{1,2809,3388,0,11796640}-{1,2809,3385,0,11796640}-{1,2807,3386,0,11796640}-{1,2804,3385,0,11796640}-{1,2807,3384,0,11796640}-{1,2805,3384,0,11796640}-{1,2802,3382,0,11796640}-{1,2805,3381,0,11796640}-{1,2804,3380,0,11796640}-{1,3829,3053,0,11796640}-{1,3813,3066,0,11796640}-{1,3814,3064,0,11796640}-{1,3808,3060,0,11796640}-{1,2693,3727,0,11796640}-{1,2698,3729,0,11796640}-{1,2700,3731,0,11796640}-{1,2708,3728,0,11796640}-{1,2725,3731,0,11796640}-{1,2721,3730,0,11796640}-{1,2719,3733,0,11796640}-{1,2714,3733,0,11796640}-{1,2712,3732,0,11796640}-{1,2896,3119,0,11796640}-{1,2914,3111,0,11796640}-{1,2926,3110,0,11796640}-{1,2939,3102,0,11796640}-{1,2938,3073,0,11796640}-{1,2945,3068,0,11796640}-{1,2975,3013,0,11796640}-{1,2955,3010,0,11796640}-{1,2959,2959,0,11796640}-{1,2943,2950,0,11796640}-{1,2866,2976,0,11796640}-{1,2854,2977,0,11796640}-{1,2840,2974,0,11796640}-{1,2757,2947,0,11796640}-{1,2755,2952,0,11796640}-{1,2786,2960,0,11796640}-{1,2782,2987,0,11796640}-{1,2771,2995,0,11796640}-{1,2761,3000,0,11796640}-{1,2755,3008,0,11796640}-{1,2754,3017,0,11796640}-{1,2756,3060,0,11796640}-{1,2755,3070,0,11796640}-{1,2756,3074,0,11796640}-{1,2806,3128,0,11796640}-{1,2864,3195,0,11796640}-{1,2764,3131,0,11796640}-{1,2753,3125,0,11796640}-{1,2757,3109,0,11796640}"
},
{
"item_id": "444",
- "loc_data": "{1,3231,3739,0,250}-{1,3236,3741,0,250}-{1,3195,9821,0,150}-{1,2732,3224,0,250}-"
+ "loc_data": "{1,3195,9821,0,11141270}-{1,3231,3739,0,19661050}-{1,3236,3741,0,19661050}"
},
{
"item_id": "480",
- "loc_data": "{1,3298,3313,0,30}-"
+ "loc_data": "{1,3298,3313,0,5898270}"
},
{
"item_id": "526",
- "loc_data": "{1,2510,3080,0,30}-{1,2516,3084,0,30}-{1,2509,3090,0,30}-{1,2512,3084,0,30}-{1,2510,3084,0,30}-{1,2505,3114,0,30}-{1,2507,3116,0,30}-{1,2503,3118,0,30}-{1,2510,3114,0,30}-{1,3238,3606,0,100}-{1,3236,3605,0,100}-{1,3238,3603,0,100}-{1,3240,3603,0,100}-{1,3242,3604,0,100}-{1,3244,3611,0,100}-{1,3247,3614,0,100}-{1,3238,3610,0,100}-{1,3238,3608,0,100}-{1,3232,3948,0,100}-{1,3237,3938,0,100}-{1,3250,3952,0,100}-{1,2966,9772,0,90}-{1,2968,9771,0,90}-{1,2831,9766,0,90}-{1,2829,9764,0,90}-{1,2917,9796,0,90}-{1,2914,9796,0,90}-{1,2910,9797,0,90}-{1,2908,9794,0,90}-{1,2926,9801,0,90}-{1,2924,9801,0,90}-{1,2924,9804,0,90}-{1,2927,9805,0,90}-{1,2929,9807,0,90}-{1,2938,9792,0,90}-{1,2938,9796,0,90}-{1,2935,9799,0,90}-{1,2930,9794,0,90}-{1,2932,9792,0,90}-{1,2903,9826,0,90}-{1,2906,9823,0,90}-{1,2906,9825,0,90}-{1,2907,9824,0,90}-{1,2910,9825,0,90}-{1,3101,9825,0,90}-{1,3107,9823,0,90}-{1,3109,9823,0,90}-{1,3110,9825,0,90}-{1,3138,9880,0,90}-{1,3141,9879,0,90}-{1,3142,9880,0,90}-{1,3143,9878,0,90}-{1,3097,9902,0,90}-{1,3094,9907,0,90}-{1,3093,9884,0,90}-{1,3098,9886,0,90}-{1,3093,9879,0,90}-{1,3122,9891,0,90}-{1,3116,9891,0,90}-{1,3119,9894,0,90}-{1,3120,9894,0,90}-{1,3103,9953,0,90}-{1,3104,9950,0,90}-{1,3110,9952,0,90}-{1,3111,9956,0,90}-{1,3110,9958,0,90}-{1,3111,9959,0,90}-{1,3116,9950,0,90}-{1,3127,9957,0,90}-"
+ "loc_data": "{1,2917,9796,0,7864410}-{1,2914,9796,0,7864410}-{1,2910,9797,0,7864410}-{1,2908,9794,0,7864410}-{1,3103,9953,0,7864410}-{1,3104,9950,0,7864410}-{1,3110,9952,0,7864410}-{1,3111,9956,0,7864410}-{1,3110,9958,0,7864410}-{1,3111,9959,0,7864410}-{1,3116,9950,0,7864410}-{1,3127,9957,0,7864410}-{1,2926,9801,0,7864410}-{1,2924,9801,0,7864410}-{1,2924,9804,0,7864410}-{1,2927,9805,0,7864410}-{1,2929,9807,0,7864410}-{1,2938,9792,0,7864410}-{1,2938,9796,0,7864410}-{1,2935,9799,0,7864410}-{1,2930,9794,0,7864410}-{1,2932,9792,0,7864410}-{1,2966,9772,0,7864410}-{1,2968,9771,0,7864410}-{1,2903,9826,0,7864410}-{1,2906,9823,0,7864410}-{1,2906,9825,0,7864410}-{1,2907,9824,0,7864410}-{1,2910,9825,0,7864410}-{1,3101,9825,0,7864410}-{1,3107,9823,0,7864410}-{1,3109,9823,0,7864410}-{1,3110,9825,0,7864410}-{1,3138,9880,0,7864410}-{1,3141,9879,0,7864410}-{1,3142,9880,0,7864410}-{1,3143,9878,0,7864410}-{1,3097,9902,0,7864410}-{1,3094,9907,0,7864410}-{1,3093,9884,0,7864410}-{1,3098,9886,0,7864410}-{1,3093,9879,0,7864410}-{1,3122,9891,0,7864410}-{1,3116,9891,0,7864410}-{1,3119,9894,0,7864410}-{1,3120,9894,0,7864410}-{1,2831,9766,0,7864410}-{1,2829,9764,0,7864410}-{1,2510,3080,0,5898270}-{1,2516,3084,0,5898270}-{1,2509,3090,0,5898270}-{1,2512,3084,0,5898270}-{1,2510,3084,0,5898270}-{1,2505,3114,0,5898270}-{1,2507,3116,0,5898270}-{1,2503,3118,0,5898270}-{1,2510,3114,0,5898270}-{1,3238,3606,0,9830500}-{1,3236,3605,0,9830500}-{1,3238,3603,0,9830500}-{1,3240,3603,0,9830500}-{1,3242,3604,0,9830500}-{1,3244,3611,0,9830500}-{1,3247,3614,0,9830500}-{1,3238,3610,0,9830500}-{1,3238,3608,0,9830500}"
},
{
"item_id": "528",
- "loc_data": "{1,3211,3822,0,60}-{1,3212,3819,0,60}-{1,3217,3816,0,60}-{1,3218,3813,0,60}-{1,3182,3848,0,50}-{1,3178,3851,0,60}-{1,3179,3853,0,60}-{1,3185,3857,0,60}-{1,3187,3853,0,60}-"
+ "loc_data": "{1,3182,3848,0,6553650}-{1,3178,3851,0,6553660}-{1,3179,3853,0,6553660}-{1,3185,3857,0,6553660}-{1,3187,3853,0,6553660}-{1,3211,3822,0,6553660}-{1,3212,3819,0,6553660}-{1,3217,3816,0,6553660}-{1,3218,3813,0,6553660}"
},
{
"item_id": "542",
- "loc_data": "{1,3059,3488,1,90}-"
+ "loc_data": "{1,3059,3488,1,7209050}"
},
{
"item_id": "544",
- "loc_data": "{1,3059,3487,1,90}-"
+ "loc_data": "{1,3059,3487,1,7209050}"
},
{
"item_id": "554",
- "loc_data": "{1,3303,3311,0,30}-{1,3026,3636,0,200}-"
+ "loc_data": "{1,3303,3311,0,5898270}-{1,3026,3636,0,19661000}"
},
{
"item_id": "555",
- "loc_data": "{1,3297,3316,0,30}-{1,3028,3636,0,200}-{3,2960,3899,0,200}-"
+ "loc_data": "{1,3297,3316,0,5898270}-{1,3028,3636,0,19661000}-{3,2960,3899,0,19661000}"
},
{
"item_id": "556",
- "loc_data": "{1,2938,3158,0,110}-{1,3030,3636,0,200}-"
+ "loc_data": "{1,2938,3158,0,8519790}-{1,3030,3636,0,19661000}"
},
{
"item_id": "557",
- "loc_data": "{1,3032,3636,0,200}-"
+ "loc_data": "{1,3032,3636,0,19661000}"
},
{
"item_id": "558",
- "loc_data": "{1,3206,3208,0,40}-{1,3023,3640,0,200}-"
+ "loc_data": "{1,3206,3208,0,5898280}-{1,3023,3640,0,19661000}"
},
{
"item_id": "559",
- "loc_data": "{1,3233,3573,0,200}-{1,3234,3578,0,200}-{1,3230,3582,0,200}-{1,3021,3637,0,200}-{1,3089,3866,0,30}-"
+ "loc_data": "{1,3089,3866,0,5898270}-{1,3021,3637,0,19661000}-{1,3233,3573,0,19661000}-{1,3234,3578,0,19661000}-{1,3230,3582,0,19661000}"
},
{
"item_id": "561",
- "loc_data": "{1,2671,3737,0,200}-{1,2672,3738,0,200}-"
+ "loc_data": "{1,2671,3737,0,19661000}-{1,2672,3738,0,19661000}"
},
{
"item_id": "562",
- "loc_data": "{1,3021,3640,0,200}-{1,3137,3833,0,200}-{1,3139,3814,0,200}-{1,3145,3814,0,200}-{1,3144,3826,0,200}-{1,3149,3823,0,200}-{1,3151,3831,0,200}-"
+ "loc_data": "{1,3021,3640,0,19661000}"
},
{
"item_id": "564",
- "loc_data": "{3,2947,3898,0,200}-"
+ "loc_data": "{3,2947,3898,0,19661000}"
},
{
"item_id": "590",
- "loc_data": "{1,2368,3135,0,140}-{1,2431,3072,0,140}-{1,3112,3369,2,140}-{1,3209,3734,0,100}-"
- },
- {
- "item_id": "600",
- "loc_data": "{1,2438,3187,0,200}-"
- },
- {
- "item_id": "677",
- "loc_data": "{1,3369,3378,0,150}-"
+ "loc_data": "{1,3112,3369,2,10485900}-{1,3209,3734,0,13107300}"
},
{
"item_id": "687",
- "loc_data": "{1,2655,3424,0,80}-{1,2665,3424,0,80}-{1,2669,3423,0,80}-{1,2668,3419,0,80}-{1,2671,3420,0,80}-{1,2677,3423,0,80}-{1,2676,3425,0,80}-{1,2676,3422,0,80}-{1,2679,3424,0,80}-{1,2678,3426,0,80}-{1,2679,3423,0,80}-{1,2680,3424,0,80}-{1,2672,3427,0,80}-{1,2676,3430,0,80}-{1,2673,3428,0,80}-{1,2670,3437,0,80}-{1,2649,9854,0,80}-{1,2643,9853,0,80}-{1,2644,9851,0,80}-"
- },
- {
- "item_id": "708",
- "loc_data": "{1,3368,9770,0,30}-{1,3364,9764,0,30}-{1,3363,9831,0,30}-{1,3370,9826,0,30}-"
+ "loc_data": "{1,2655,3424,0,6553680}-{1,2665,3424,0,6553680}-{1,2669,3423,0,6553680}-{1,2668,3419,0,6553680}-{1,2671,3420,0,6553680}-{1,2677,3423,0,6553680}-{1,2676,3425,0,6553680}-{1,2676,3422,0,6553680}-{1,2679,3424,0,6553680}-{1,2678,3426,0,6553680}-{1,2679,3423,0,6553680}-{1,2680,3424,0,6553680}-{1,2672,3427,0,6553680}-{1,2676,3430,0,6553680}-{1,2673,3428,0,6553680}-{1,2670,3437,0,6553680}"
},
{
"item_id": "712",
- "loc_data": "{1,2887,3412,0,30}-{1,2903,3441,0,30}-"
+ "loc_data": "{1,2887,3412,0,5898270}-{1,2903,3441,0,5898270}"
},
{
"item_id": "767",
- "loc_data": "{1,3245,3385,1,50}-{1,3243,3383,1,50}-"
+ "loc_data": "{1,3245,3385,1,4587570}-{1,3243,3383,1,4587570}"
},
{
"item_id": "882",
- "loc_data": "{1,3205,3227,0,140}-{1,2957,3205,0,30}-{1,2944,3332,0,30}-{1,3104,3599,0,100}-{1,3103,3596,0,100}-{1,3100,3593,0,100}-{1,3096,3595,0,100}-{1,3094,3598,0,100}-{1,3100,3609,0,100}-{1,3104,3610,0,100}-{1,3107,3611,0,100}-{1,3108,3603,0,100}-{1,3135,9916,0,140}-{3,3130,9903,0,140}-"
+ "loc_data": "{1,3135,9916,0,10485900}-{3,3130,9903,0,10485900}-{1,3205,3227,0,10485900}-{1,2957,3205,0,5898270}-{1,2944,3332,0,5898270}-{1,3104,3599,0,13107300}-{1,3103,3596,0,13107300}-{1,3100,3593,0,13107300}-{1,3096,3595,0,13107300}-{1,3094,3598,0,13107300}-{1,3100,3609,0,13107300}-{1,3104,3610,0,13107300}-{1,3107,3611,0,13107300}-{1,3108,3603,0,13107300}"
},
{
"item_id": "946",
- "loc_data": "{1,2903,3148,0,80}-{1,3205,3212,0,80}-{1,3224,3202,0,80}-{1,3218,3416,1,90}-{1,2820,3450,0,90}-{1,2700,3407,0,100}-{1,3106,3956,0,60}-{1,2566,9526,0,30}-{1,3215,9625,0,80}-{1,2653,9767,0,30}-{1,3218,9887,0,33}-"
+ "loc_data": "{1,3218,9887,0,6553680}{1,2700,3407,0,6553680}-{1,3205,3212,0,6553680}-{1,3215,9625,0,6553680}-{1,3224,3202,0,6553680}-{1,2903,3148,0,6553680}-{1,2820,3450,0,7209050}-{1,3218,3416,1,7864410}-{1,3106,3956,0,5242940}-{1,2566,9526,0,5898270}"
},
{
"item_id": "952",
- "loc_data": "{1,3572,3312,0,30}-{1,3571,3310,0,30}-{1,3120,3359,0,110}-{1,2566,3330,0,100}-{1,2981,3370,0,90}-{1,3218,3412,1,30}-{1,1951,4964,0,30}-"
+ "loc_data": "{1,3120,3359,0,8519790}-{1,2981,3370,0,9830490}-{1,3572,3312,0,3276830}-{1,3571,3310,0,3276830}-{1,3218,3412,1,5898270}-{1,1951,4964,0,5898270}"
},
{
"item_id": "954",
- "loc_data": "{1,2094,3152,0,150}-{1,2785,3279,0,150}-{1,2786,3287,0,150}-{1,2786,3286,0,150}-"
+ "loc_data": "{1,2094,3152,0,11141270}"
},
{
"item_id": "960",
- "loc_data": "{1,2851,3239,0,160}-{1,2847,3238,0,160}-{1,2845,3232,0,160}-{1,2856,3231,0,160}-{1,2857,3236,0,160}-{1,2846,3384,0,160}-{1,2848,3383,0,160}-{1,2550,3575,0,200}-{1,2553,3576,0,200}-{1,2554,3575,0,200}-{1,2556,3573,0,200}-{1,3216,3665,0,200}-{1,3224,3668,0,200}-{1,3245,3678,0,200}-{1,3230,3686,0,200}-{1,3216,3677,0,200}-{1,3219,3680,0,200}-"
+ "loc_data": "{1,2846,3384,0,11796640}-{1,2848,3383,0,11796640}-{1,2851,3239,0,11796640}-{1,2847,3238,0,11796640}-{1,2845,3232,0,11796640}-{1,2856,3231,0,11796640}-{1,2857,3236,0,11796640}-{1,3216,3665,0,16384200}-{1,3224,3668,0,16384200}-{1,3245,3678,0,16384200}-{1,3230,3686,0,16384200}-{1,3216,3677,0,16384200}-{1,3219,3680,0,16384200}"
},
{
"item_id": "966",
- "loc_data": "{1,3237,3696,0,150}-"
+ "loc_data": "{1,3237,3696,0,13107350}"
},
{
"item_id": "970",
- "loc_data": "{1,3290,3033,1,90}-"
+ "loc_data": "{1,3290,3033,1,7864410}"
},
{
"item_id": "983",
- "loc_data": "{1,3131,9862,0,90}-"
+ "loc_data": "{1,3131,9862,0,7209050}"
},
{
"item_id": "995",
- "loc_data": "{2,3234,3560,0,100}-{2,3106,3547,0,100}-{1,3104,3558,0,100}-{1,3106,3534,0,100}-{2,3101,3564,0,100}-{4,3103,3579,0,100}-{384,3224,3830,0,50}-{384,3220,3824,0,50}-{1,2909,9800,0,150}-{4,2912,9801,0,150}-{8,2910,9803,0,150}-{5,2907,9807,0,150}-{6,2913,9806,0,150}-{1,2922,9820,0,150}-{1,2934,9834,0,150}-{1,2917,9850,0,150}-{1,2914,9849,0,150}-{3,3195,9834,0,150}-{4,3195,9820,0,150}-{66,3191,9821,0,150}-{56,3190,9819,0,150}-{26,3188,9819,0,150}-{26,3188,9820,0,150}-{35,3189,9819,0,150}-{4,3088,9898,0,150}-{1,3088,9899,0,150}-{1,3091,9899,0,150}-"
+ "loc_data": "{1,2909,9800,0,11141270}-{4,2912,9801,0,11141270}-{8,2910,9803,0,11141270}-{5,2907,9807,0,11141270}-{6,2913,9806,0,11141270}-{1,2922,9820,0,11141270}-{1,2934,9834,0,11141270}-{1,2917,9850,0,11141270}-{1,2914,9849,0,11141270}-{4,3088,9898,0,11141270}-{1,3088,9899,0,11141270}-{1,3091,9899,0,11141270}-{3,3195,9834,0,11141270}-{4,3195,9820,0,11141270}-{66,3191,9821,0,11141270}-{56,3190,9819,0,11141270}-{26,3188,9819,0,11141270}-{26,3188,9820,0,11141270}-{35,3189,9819,0,11141270}-{384,3224,3830,0,6553650}-{384,3220,3824,0,6553650}-{2,3106,3547,0,13107300}-{1,3104,3558,0,13107300}-{1,3106,3534,0,13107300}-{2,3101,3564,0,13107300}-{4,3103,3579,0,13107300}-{2,3234,3560,0,13107300}"
},
{
"item_id": "1005",
- "loc_data": "{1,3014,3227,0,30}-{1,3009,3204,0,30}-"
+ "loc_data": "{1,3014,3227,0,3276830}-{1,3009,3204,0,3276830}"
},
{
"item_id": "1009",
- "loc_data": "{1,3122,9881,0,30}-"
- },
+ "loc_data": "{1,3122,9881,0,3276830}"
+ },
{
"item_id": "1059",
- "loc_data": "{1,3148,3177,0,30}-{1,3242,3385,1,90}-{1,3097,3486,0,90}-"
+ "loc_data": "{1,3242,3385,1,7209050}-{1,3097,3486,0,7864410}-{1,3148,3177,0,5898270}"
},
{
"item_id": "1061",
- "loc_data": "{1,3111,3159,0,190}-{1,3112,3155,0,100}-{1,3302,3190,0,30}-{1,3244,3386,1,190}-{1,3208,9620,0,190}-{1,3210,9615,0,190}-"
+ "loc_data": "{1,3244,3386,1,13762750}-{1,3208,9620,0,13762750}-{1,3210,9615,0,13762750}-{1,3111,3159,0,13762750}-{1,3112,3155,0,7864420}-{1,3302,3190,0,5898270}"
},
{
"item_id": "1069",
- "loc_data": "{1,3249,3740,0,90}-"
- },
+ "loc_data": "{1,3249,3740,0,7209050}"
+ },
{
"item_id": "1119",
- "loc_data": "{1,3084,3859,0,60}-"
+ "loc_data": "{1,3084,3859,0,6553660}"
},
{
"item_id": "1137",
- "loc_data": "{1,3242,3688,0,150}-"
+ "loc_data": "{1,3242,3688,0,13107350}"
},
{
"item_id": "1139",
- "loc_data": "{1,3122,3360,0,190}-"
+ "loc_data": "{1,3122,3360,0,13762750}"
},
{
"item_id": "1171",
- "loc_data": "{1,3217,3514,0,30}-"
+ "loc_data": "{1,3217,3514,0,2949150}"
},
{
"item_id": "1191",
- "loc_data": "{1,3250,3797,0,150}-"
+ "loc_data": "{1,3250,3797,0,13107350}"
},
{
"item_id": "1203",
- "loc_data": "{1,3248,3245,0,180}-{1,3242,3383,1,240}-{1,3216,3695,0,150}-"
+ "loc_data": "{1,3242,3383,1,17039600}-{1,3248,3245,0,13107380}-{1,3216,3695,0,13107350}"
},
{
"item_id": "1205",
- "loc_data": "{1,3213,3216,1,190}-"
+ "loc_data": "{1,3213,3216,1,13762750}"
},
{
"item_id": "1207",
- "loc_data": "{1,3213,3682,0,100}-"
+ "loc_data": "{1,3213,3682,0,13107300}"
},
{
"item_id": "1217",
- "loc_data": "{1,3180,3821,0,60}-"
+ "loc_data": "{1,3180,3821,0,6553660}"
},
{
"item_id": "1265",
- "loc_data": "{1,3229,3218,2,100}-{1,2963,3216,0,30}-{1,3081,3429,0,50}-{1,3288,9442,0,90}-{1,3288,9431,0,90}-"
+ "loc_data": "{1,3081,3429,0,6553650}-{1,3288,9442,0,7864410}-{1,3288,9431,0,7864410}-{1,2963,3216,0,5898270}-{1,3229,3218,2,100}"
},
{
"item_id": "1321",
- "loc_data": "{1,2965,3211,1,30}-"
+ "loc_data": "{1,2965,3211,1,5898270}"
},
{
"item_id": "1351",
- "loc_data": "{1,2795,3161,0,240}-{1,2970,3376,1,30}-"
+ "loc_data": "{1,2795,3161,0,17039600}-{1,2970,3376,1,5898270}"
},
{
"item_id": "1385",
- "loc_data": "{1,3099,3862,0,131}-"
+ "loc_data": "{1,3099,3862,0,58983299}"
},
{
"item_id": "1422",
- "loc_data": "{1,3320,3137,0,150}-"
- },
- {
- "item_id": "1467",
- "loc_data": "{1,2784,3289,0,0}-"
- },
- {
- "item_id": "1469",
- "loc_data": "{1,2766,3277,0,100}-{1,2766,3289,0,100}-"
- },
- {
- "item_id": "1510",
- "loc_data": "{1,2576,3334,0,100}-"
+ "loc_data": "{1,3320,3137,0,11141270}"
},
{
"item_id": "1511",
- "loc_data": "{1,3106,3160,0,160}-{1,3106,3159,0,160}-{1,3105,3159,0,160}-{1,3205,3226,2,160}-{1,3205,3224,2,160}-{1,3208,3225,2,160}-{1,3209,3224,2,160}-{1,2958,3205,0,30}-{1,2959,3205,0,30}-"
+ "loc_data": "{1,3205,3226,2,11796640}-{1,3205,3224,2,11796640}-{1,3208,3225,2,11796640}-{1,3209,3224,2,11796640}-{1,3106,3160,0,11796640}-{1,3106,3159,0,11796640}-{1,3105,3159,0,11796640}-{1,2958,3205,0,5898270}-{1,2959,3205,0,5898270}"
},
{
"item_id": "1523",
- "loc_data": "{1,2614,9570,0,30}-"
+ "loc_data": "{1,2614,9570,0,5898270}"
},
{
"item_id": "1550",
- "loc_data": "{1,2714,3478,0,30}-"
- },
+ "loc_data": "{1,2714,3478,0,5898270}"
+ },
{
"item_id": "1573",
- "loc_data": "{1,2560,2974,0,10}-{1,2561,2973,0,10}-{1,2561,2976,0,10}-{1,2559,2975,0,10}-{1,2740,3637,0,30}-{1,2736,3638,0,30}-{1,2735,3636,0,30}-{1,2743,3636,0,30}-{1,2739,3634,0,30}-{1,2743,3640,0,30}-{1,2741,3639,0,30}-{1,2736,3641,0,30}-{1,2738,3641,0,30}-{1,2734,3640,0,30}-{1,2738,3636,0,30}-"
+ "loc_data": "{1,2559,2975,0,327690}-{1,2560,2974,0,327690}-{1,2561,2973,0,327690}-{1,2561,2976,0,327690}-{1,2740,3637,0,5898270}-{1,2736,3638,0,5898270}-{1,2735,3636,0,5898270}-{1,2743,3636,0,5898270}-{1,2739,3634,0,5898270}-{1,2743,3640,0,5898270}-{1,2741,3639,0,5898270}-{1,2736,3641,0,5898270}-{1,2738,3641,0,5898270}-{1,2734,3640,0,5898270}-{1,2738,3636,0,5898270}"
},
{
"item_id": "1590",
- "loc_data": "{1,2900,9766,0,90}-"
- },
+ "loc_data": "{1,2900,9766,0,7209050}"
+ },
{
"item_id": "1592",
- "loc_data": "{1,2935,3283,1,90}-"
+ "loc_data": "{1,2935,3283,1,7209050}"
},
{
"item_id": "1595",
- "loc_data": "{1,2928,3290,0,90}-"
+ "loc_data": "{1,2928,3290,0,7209050}"
},
{
"item_id": "1597",
- "loc_data": "{1,2932,3287,1,90}-"
+ "loc_data": "{1,2932,3287,1,7209050}"
},
{
"item_id": "1599",
- "loc_data": "{1,2931,3287,1,90}-"
+ "loc_data": "{1,2931,3287,1,7209050}"
},
{
"item_id": "1607",
- "loc_data": "{1,2679,3740,0,144}-{1,3169,3887,0,144}-{1,3169,3887,0,144}-"
+ "loc_data": "{1,3169,3887,0,32768400}-{1,3169,3887,0,32768400}-{1,2679,3740,0,32768400}"
},
{
"item_id": "1641",
- "loc_data": "{1,3196,9822,0,150}-"
+ "loc_data": "{1,3196,9822,0,11141270}"
},
{
"item_id": "1654",
- "loc_data": "{1,3192,9821,0,150}-"
+ "loc_data": "{1,3192,9821,0,11141270}"
},
{
"item_id": "1734",
- "loc_data": "{1,3286,3491,0,50}-"
+ "loc_data": "{1,3286,3491,0,4587570}"
},
{
"item_id": "1735",
- "loc_data": "{1,2930,3285,1,90}-{1,3192,3272,0,140}-{1,3152,3306,0,30}-{1,3126,3356,0,140}-"
+ "loc_data": "{1,3192,3272,0,10485900}-{1,3126,3356,0,10485900}-{1,2930,3285,1,7209050}-{1,3152,3306,0,5898270}"
},
{
"item_id": "1755",
- "loc_data": "{1,2935,3286,0,90}-"
- },
- {
- "item_id": "1773",
- "loc_data": "{1,2563,3261,0,100}-"
+ "loc_data": "{1,2935,3286,0,7209050}"
},
{
"item_id": "1785",
- "loc_data": "{1,2822,3355,0,150}-"
- },
- {
- "item_id": "1812",
- "loc_data": "{1,2747,3579,0,100}-"
- },
- {
- "item_id": "1813",
- "loc_data": "{1,2746,3578,0,100}-"
+ "loc_data": "{1,2822,3355,0,11141270}"
},
{
"item_id": "1856",
- "loc_data": "{1,2638,3292,0,150}-"
+ "loc_data": "{1,2638,3292,0,11141270}"
},
{
"item_id": "1887",
- "loc_data": "{1,3141,3452,1,90}-"
- },
- {
- "item_id": "1913",
- "loc_data": "{1,2863,9875,0,44}-{1,2861,9878,0,44}-"
+ "loc_data": "{1,3141,3452,1,7209050}"
},
{
"item_id": "1917",
- "loc_data": "{1,3286,3033,1,90}-{1,2799,3156,0,150}-{1,2796,3165,0,150}-{1,3049,3257,0,150}-{1,3080,3438,0,45}-{1,3077,3439,0,30}-{1,3077,3443,0,30}-"
+ "loc_data": "{1,2799,3156,0,11141270}-{1,2796,3165,0,11141270}-{1,3080,3438,0,4587565}-{1,3286,3033,1,7864410}-{1,3077,3439,0,5898270}-{1,3077,3443,0,5898270}-{1,3049,3257,0,11141270}"
},
{
"item_id": "1919",
- "loc_data": "{1,2798,3156,0,150}-{1,2799,3155,0,150}-{1,2795,3160,0,150}-{1,2798,3160,0,150}-{1,2798,3161,0,150}-{1,2795,3165,0,150}-{1,2794,3165,0,150}-"
+ "loc_data": "{1,2798,3156,0,11141270}-{1,2799,3155,0,11141270}-{1,2795,3160,0,11141270}-{1,2798,3160,0,11141270}-{1,2798,3161,0,11141270}-{1,2795,3165,0,11141270}-{1,2794,3165,0,11141270}"
},
{
"item_id": "1921",
- "loc_data": "{1,3291,3034,0,90}-"
+ "loc_data": "{1,3291,3034,0,7209050}"
},
{
"item_id": "1923",
- "loc_data": "{1,3208,3214,0,80}-{1,3140,3452,1,90}-"
+ "loc_data": "{1,3208,3214,0,6553680}-{1,3140,3452,1,7209050}"
},
{
"item_id": "1925",
- "loc_data": "{1,2428,3079,0,80}-{1,2428,3080,0,80}-{1,2371,3128,0,80}-{1,2371,3127,0,80}-{1,3307,3195,0,30}-{1,3225,3294,0,80}-{1,3026,3289,0,80}-{1,3121,3359,0,60}-{1,2564,3332,0,100}-{1,3221,3497,1,80}-{1,3222,3491,1,80}-{1,2958,3510,0,80}-{1,2958,3510,0,80}-{1,1941,4956,0,30}-{1,3216,9625,0,80}-{1,2633,9908,0,100}-"
- },
- {
- "item_id": "1927",
- "loc_data": "{1,2685,3683,0,174}-"
+ "loc_data": "{1,3225,3294,0,6553680}-{1,3121,3359,0,6553660}-{1,3216,9625,0,6553680}-{1,3026,3289,0,6553680}-{1,2958,3510,0,6553680}-{1,3221,3497,1,6553680}-{1,2958,3510,0,6553680}-{1,3222,3491,1,6553680}-{1,3307,3195,0,5898270}-{1,1941,4956,0,5898270}"
},
{
"item_id": "1929",
- "loc_data": "{1,2820,3452,0,90}-{1,2823,3449,0,90}-"
+ "loc_data": "{1,2820,3452,0,7209050}-{1,2823,3449,0,7209050}"
},
{
"item_id": "1931",
- "loc_data": "{1,3209,3214,0,80}-{1,3166,3310,0,90}-{1,3144,3449,2,90}-{1,2918,10191,1,90}-"
+ "loc_data": "{1,3209,3214,0,6553680}-{1,3144,3449,2,7209050}-{1,3166,3310,0,7864410}"
},
{
"item_id": "1935",
- "loc_data": "{1,2905,3146,0,80}-{1,3211,3212,0,80}-{1,2936,3292,0,90}-{1,3142,3447,2,90}-{1,3211,9625,0,80}-"
+ "loc_data": "{1,3211,3212,0,6553680}-{1,3211,9625,0,6553680}-{1,2905,3146,0,6553680}-{1,2936,3292,0,7209050}-{1,3142,3447,2,7209050}"
},
{
"item_id": "1939",
- "loc_data": "{1,3193,3181,0,150}-{1,3194,3168,0,150}-{1,3191,3162,0,150}-{1,3189,3163,0,150}-{1,3185,3161,0,150}-{1,3182,3165,0,150}-{1,3172,3166,0,150}-{1,3170,3167,0,150}-{1,3164,3169,0,150}-{1,3171,3177,0,150}-{1,3173,3178,0,150}-{1,3164,3180,0,150}-{1,3165,3187,0,150}-{1,3171,3191,0,150}-{1,3178,3190,0,150}-{1,3181,3193,0,150}-{1,3182,3181,0,150}-{1,3428,3322,0,45}-{1,3436,3311,0,45}-{1,3437,3298,0,45}-{1,3428,3293,0,45}-{1,3422,3286,0,45}-{1,3451,3320,0,45}-{1,3434,3277,0,45}-{1,3446,3281,0,45}-{1,3447,3269,0,45}-{1,3450,3359,0,45}-{1,3451,3359,0,45}-{1,3452,3379,0,45}-{1,3452,3380,0,45}-{1,3438,3379,0,45}-{1,3440,3377,0,45}-{1,3414,3367,0,45}-{1,3409,3363,0,45}-{1,3452,3390,0,45}-{1,3452,3391,0,45}-{1,3466,3377,0,45}-{1,3460,3374,0,45}-{1,3459,3370,0,45}-{1,3469,3363,0,45}-{1,3476,3365,0,45}-{1,3460,3353,0,45}-{1,3462,3349,0,45}-{1,3472,3344,0,45}-{1,3493,3408,0,30}-{1,3494,3402,0,30}-{1,3494,3396,0,30}-{1,3499,3401,0,30}-{1,3464,3432,0,45}-{1,3469,3434,0,45}-{1,3473,3435,0,45}-{1,3471,3430,0,45}-{1,3478,3440,0,45}-{1,3477,3444,0,45}-{1,3472,3447,0,45}-{1,3458,3418,0,45}-{1,3460,3414,0,45}-{1,3467,3417,0,45}-{1,3472,3419,0,45}-{1,3474,3415,0,45}-{1,3480,3419,0,45}-{1,3481,3427,0,45}-{1,3460,3406,0,45}-{1,3471,3403,0,45}-{1,3428,3437,0,45}-{1,3434,3433,0,45}-{1,3435,3425,0,45}-{1,3441,3438,0,45}-{1,3445,3435,0,45}-{1,3449,3434,0,45}-{1,3448,3430,0,45}-{1,3454,3441,0,45}-{1,3441,3415,0,45}-{1,3442,3414,0,45}-{1,3436,3403,0,45}-{1,3432,3402,0,45}-{1,3450,3416,0,45}-{1,3445,3405,0,45}-{1,3453,3402,0,45}-"
+ "loc_data": "{1,3193,3181,0,11141270}-{1,3194,3168,0,11141270}-{1,3191,3162,0,11141270}-{1,3189,3163,0,11141270}-{1,3185,3161,0,11141270}-{1,3182,3165,0,11141270}-{1,3172,3166,0,11141270}-{1,3170,3167,0,11141270}-{1,3164,3169,0,11141270}-{1,3171,3177,0,11141270}-{1,3173,3178,0,11141270}-{1,3164,3180,0,11141270}-{1,3165,3187,0,11141270}-{1,3171,3191,0,11141270}-{1,3178,3190,0,11141270}-{1,3181,3193,0,11141270}-{1,3182,3181,0,11141270}-{1,3493,3408,0,3932190}-{1,3494,3402,0,3932190}-{1,3494,3396,0,3932190}-{1,3499,3401,0,3932190}"
},
{
"item_id": "1944",
- "loc_data": "{1,3191,3276,0,35}-{1,3229,3299,0,35}-{1,3226,3301,0,35}-{1,3015,3295,0,30}-{1,3016,3295,0,30}-{1,2853,3370,0,35}-{1,2852,3369,0,35}-{1,2851,3372,0,35}-{1,2453,4476,0,1}-"
+ "loc_data": "{1,3229,3299,0,3604515}-{1,3226,3301,0,3604515}-{1,3191,3276,0,3604515}-{1,2853,3370,0,3604515}-{1,2852,3369,0,3604515}-{1,2851,3372,0,3604515}-{1,3015,3295,0,5898270}-{1,3016,3295,0,5898270}"
},
{
"item_id": "1955",
- "loc_data": "{1,3141,3447,1,90}-{1,3140,3447,1,90}-{1,3141,3447,2,90}-"
+ "loc_data": "{1,3141,3447,1,7209050}-{1,3140,3447,1,7209050}-{1,3141,3447,2,7209050}"
},
{
"item_id": "1963",
- "loc_data": "{1,2907,3146,0,150}-{1,3009,3207,0,150}-"
+ "loc_data": "{1,2907,3146,0,11141270}-{1,3009,3207,0,11141270}"
},
{
"item_id": "1965",
- "loc_data": "{1,3217,9622,0,90}-"
+ "loc_data": "{1,3217,9622,0,7209050}"
},
{
"item_id": "1971",
- "loc_data": "{1,2843,3369,0,160}-"
+ "loc_data": "{1,2843,3369,0,11796640}"
},
{
"item_id": "1973",
- "loc_data": "{1,3143,3453,0,40}-{1,2384,4440,0,40}-"
+ "loc_data": "{1,3143,3453,0,5242920}-{1,2384,4440,0,5242920}"
},
{
"item_id": "1982",
- "loc_data": "{1,2584,2966,0,10}-{1,3085,3261,0,150}-{1,3039,3706,0,15}-"
+ "loc_data": "{1,3085,3261,0,11141270}-{1,3039,3706,0,1310735}-{1,2584,2966,0,327690}"
},
{
"item_id": "1985",
- "loc_data": "{1,3083,3260,0,150}-{1,3039,3707,0,15}-"
+ "loc_data": "{1,3083,3260,0,11141270}-{1,3039,3707,0,1310735}"
},
{
"item_id": "1987",
- "loc_data": "{1,3144,3450,2,90}-{1,3237,9761,0,90}-"
+ "loc_data": "{1,3237,9761,0,7209050}-{1,3144,3450,2,7209050}"
},
{
"item_id": "1993",
- "loc_data": "{1,3291,3033,1,90}-"
+ "loc_data": "{1,3291,3033,1,7864410}"
},
{
"item_id": "2025",
- "loc_data": "{1,2449,3510,1,90}-"
- },
+ "loc_data": "{1,2449,3510,1,7864410}"
+ },
{
"item_id": "2026",
- "loc_data": "{1,2483,3482,1,90}-{1,2489,3489,1,90}-"
- },
- {
- "item_id": "2126",
- "loc_data": "{1,2661,3478,0,100}-{1,2638,3480,0,100}-{1,2632,3492,0,100}-{1,2648,3498,0,100}-{1,2669,3497,0,100}-"
- },
- {
- "item_id": "2128",
- "loc_data": "{1,2648,2963,0,10}-{1,2647,2956,0,10}-{1,2638,2949,0,10}-"
- },
+ "loc_data": "{1,2483,3482,1,7864410}-{1,2489,3489,1,7864410}"
+ },
{
"item_id": "2140",
- "loc_data": "{1,2971,3382,1,30}-"
+ "loc_data": "{1,2971,3382,1,5898270}"
},
{
"item_id": "2142",
- "loc_data": "{1,3080,3443,0,30}-{1,3077,3441,0,30}-"
+ "loc_data": "{1,3080,3443,0,5898270}-{1,3077,3441,0,5898270}"
},
{
"item_id": "2150",
- "loc_data": "{1,2907,3393,0,30}-{1,2903,3400,0,30}-{1,2908,3410,0,30}-{1,2418,3511,0,30}-{1,2417,3512,0,30}-{1,2416,3512,0,30}-{1,2412,3511,0,30}-{1,2411,3519,0,30}-{1,2415,3518,0,30}-{1,2417,3516,0,30}-{1,2417,3515,0,30}-{1,2421,3519,0,30}-{1,2424,3517,0,30}-{1,2424,3514,0,30}-{1,2428,3510,0,30}-{1,2407,3516,0,30}-"
+ "loc_data": "{1,2418,3511,0,3932190}-{1,2417,3512,0,3932190}-{1,2416,3512,0,5898270}-{1,2412,3511,0,5898270}-{1,2411,3519,0,5898270}-{1,2415,3518,0,5898270}-{1,2417,3516,0,5898270}-{1,2417,3515,0,5898270}-{1,2421,3519,0,5898270}-{1,2424,3517,0,5898270}-{1,2424,3514,0,5898270}-{1,2428,3510,0,5898270}-{1,2407,3516,0,5898270}-{1,2907,3393,0,5898270}-{1,2903,3400,0,5898270}-{1,2908,3410,0,5898270}"
},
{
"item_id": "2162",
- "loc_data": "{1,2896,3414,0,30}-{1,2425,3515,0,30}-{1,2415,3517,0,30}-{1,2414,3518,0,30}-{1,2419,3511,0,30}-{1,2415,3511,0,30}-{1,2414,3510,0,30}-{1,2427,3508,0,30}-{1,2426,3507,0,30}-{1,2408,3518,0,30}-"
+ "loc_data": "{1,2425,3515,0,5898270}-{1,2415,3517,0,5898270}-{1,2414,3518,0,5898270}-{1,2419,3511,0,5898270}-{1,2415,3511,0,5898270}-{1,2414,3510,0,5898270}-{1,2427,3508,0,5898270}-{1,2426,3507,0,5898270}-{1,2408,3518,0,5898270}-{1,2896,3414,0,5898270}"
},
{
"item_id": "2313",
- "loc_data": "{1,2820,3455,0,90}-{1,3142,3447,1,90}-{1,3222,3494,0,90}-"
- },
- {
- "item_id": "2333",
- "loc_data": "{1,3042,3952,0,100}-"
+ "loc_data": "{1,3142,3447,1,7209050}-{1,2820,3455,0,7209050}-{1,3222,3494,0,7864410}"
},
{
"item_id": "2347",
- "loc_data": "{1,2934,3286,0,90}-{1,2975,3368,1,30}-{1,2579,3463,0,40}-{1,1953,4974,0,30}-"
+ "loc_data": "{1,2934,3286,0,7209050}-{1,2579,3463,0,5242920}-{1,2975,3368,1,5898270}-{1,1953,4974,0,5898270}"
+ },
+ {
+ "item_id": "2351",
+ "loc_data": "{1,3062,3657,0,11141270}"
},
{
"item_id": "2357",
- "loc_data": "{1,3192,9822,0,150}-"
+ "loc_data": "{1,3192,9822,0,11141270}"
},
{
"item_id": "2398",
- "loc_data": "{1,2517,3049,0,50}-{1,2511,3045,0,50}-"
+ "loc_data": "{1,2517,3049,0,6553650}-{1,2511,3045,0,6553650}"
},
{
"item_id": "2407",
- "loc_data": "{1,2935,3460,0,5}-"
+ "loc_data": "{1,2935,3460,0,5}"
},
{
"item_id": "2408",
- "loc_data": "{1,2903,3471,0,5}-"
- },
- {
- "item_id": "2957",
- "loc_data": "{1,3443,9742,0,100}-{1,3443,9742,1,100}-"
- },
- {
- "item_id": "2964",
- "loc_data": "{1,3437,3337,0,100}-"
+ "loc_data": "{1,2903,3471,0,5}"
},
{
"item_id": "3109",
- "loc_data": "{1,2893,3565,0,2}-"
+ "loc_data": "{1,2893,3565,0,1441794}"
},
{
"item_id": "3110",
- "loc_data": "{1,2893,3564,0,2}-"
+ "loc_data": "{1,2893,3564,0,1441794}"
},
{
"item_id": "3111",
- "loc_data": "{1,2893,3561,0,2}-"
+ "loc_data": "{1,2893,3561,0,1441794}"
},
{
"item_id": "3112",
- "loc_data": "{1,2893,3563,0,2}-"
+ "loc_data": "{1,2893,3563,0,1441794}"
},
{
"item_id": "3113",
- "loc_data": "{1,2893,3562,0,2}-"
+ "loc_data": "{1,2893,3562,0,1441794}"
},
{
"item_id": "3138",
- "loc_data": "{1,3461,9480,2,30}-{1,3460,9484,2,30}-{1,3465,9477,2,30}-{1,3467,9493,0,30}-{1,3486,9517,0,30}-{1,3474,9509,0,30}-{1,3470,9502,0,30}-{1,3480,9483,0,30}-"
+ "loc_data": "{1,3463,9478,2,3932205}-{1,3461,9480,2,3932205}-{1,3461,9482,2,3932205}-{1,3461,9484,2,3932205}"
},
{
"item_id": "3711",
- "loc_data": "{1,2660,3676,0,196}-"
+ "loc_data": "{1,2660,3676,0,196}"
},
{
"item_id": "3803",
- "loc_data": "{1,2658,3676,0,174}-"
+ "loc_data": "{1,2658,3676,0,1966}"
},
{
"item_id": "3805",
- "loc_data": "{1,2659,3676,0,196}-"
- },
- {
- "item_id": "4199",
- "loc_data": "{1,3492,3474,0,0}-"
- },
- {
- "item_id": "4615",
- "loc_data": "{1,3479,3092,0,0}-"
- },
- {
- "item_id": "4619",
- "loc_data": "{1,2713,4913,0,2}-"
+ "loc_data": "{1,2659,3676,0,196}"
},
{
"item_id": "4707",
- "loc_data": "{1,3571,3312,0,40}-"
- },
- {
- "item_id": "4838",
- "loc_data": "{1,2593,3103,1,40}-"
- },
- {
- "item_id": "5008",
- "loc_data": "{1,3230,9609,0,44}-"
+ "loc_data": "{1,3571,3312,0,3932200}"
},
{
"item_id": "5523",
- "loc_data": "{1,2935,3282,1,90}-"
- },
- {
- "item_id": "5586",
- "loc_data": "{1,2473,4941,0,90}-"
+ "loc_data": "{1,2935,3282,1,7209050}"
},
{
"item_id": "6291",
- "loc_data": "{1,2681,3111,0,30}-{1,2673,3112,0,30}-{1,2674,3094,0,30}-{1,2671,3089,0,30}-"
+ "loc_data": "{1,2681,3111,0,5898270}-{1,2673,3112,0,5898270}-{1,2674,3094,0,5898270}-{1,2671,3089,0,5898270}"
},
{
"item_id": "6662",
- "loc_data": "{1,2984,3112,0,90}-"
+ "loc_data": "{1,2984,3112,0,8519770}"
},
{
"item_id": "6663",
- "loc_data": "{1,2984,3114,0,90}-"
- },
- {
- "item_id": "7510",
- "loc_data": "{1,2867,9875,0,44}-"
+ "loc_data": "{1,2984,3114,0,8519770}"
},
{
"item_id": "11065",
- "loc_data": "{1,2928,3289,0,90}-"
- },
- {
- "item_id": "11656",
- "loc_data": "{1,2438,3185,0,200}-"
+ "loc_data": "{1,2928,3289,0,7209050}"
},
{
"item_id": "12494",
- "loc_data": "{1,2762,2973,0,60}-"
+ "loc_data": "{1,2762,2973,0,7864380}"
+ },
+ {
+ "item_id": "5008",
+ "loc_data": "{1,3230,9609,0,300}"
+ },
+ {
+ "item_id": "7510",
+ "loc_data": "{1,2867,9875,0,300}"
+ },
+ {
+ "item_id": "1913",
+ "loc_data": "{1,2863,9875,0,300}-{1,2861,9878,0,300}"
+ },
+ {
+ "item_id": "4619",
+ "loc_data": "{1,2713,4913,0,2}"
+ },
+ {
+ "item_id": "2964",
+ "loc_data": "{1,3437,3337,0,100}"
+ },
+ {
+ "item_id": "2957",
+ "loc_data": "{1,3443,9742,0,100}-{1,3443,9742,1,100}"
+ },
+ {
+ "item_id": "21",
+ "loc_data": "{1,2613,9639,0,100}"
+ },
+ {
+ "item_id": "23",
+ "loc_data": "{1,2583,9613,0,100}"
+ },
+ {
+ "item_id": "24",
+ "loc_data": "{1,2564,9662,0,100}"
+ },
+ {
+ "item_id": "20",
+ "loc_data": "{1,2577,9655,0,100}"
+ },
+ {
+ "item_id": "22",
+ "loc_data": "{1,2574,9633,0,100}"
+ },
+ {
+ "item_id": "2128",
+ "loc_data": "{1,2648,2963,0,327690}-{1,2647,2956,0,327690}-{1,2638,2949,0,327690}"
+ },
+ {
+ "item_id": "4615",
+ "loc_data": "{1,3479,3092,0,0}"
+ },
+ {
+ "item_id": "2333",
+ "loc_data": "{1,3042,3952,0,100}"
}
-]
\ No newline at end of file
+]
diff --git a/Server/data/configs/interface_configs.json b/Server/data/configs/interface_configs.json
index 4377daff0..bb3d2219d 100644
--- a/Server/data/configs/interface_configs.json
+++ b/Server/data/configs/interface_configs.json
@@ -1,7 +1,7 @@
[
{
"id": "5",
- "interfaceType": "8",
+ "interfaceType": "1",
"walkable": "true",
"tabIndex": "-1"
},
@@ -25,49 +25,7 @@
},
{
"id": "24",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "34",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "38",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "42",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "46",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "57",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "58",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "59",
- "interfaceType": "8",
+ "interfaceType": "1",
"walkable": "true",
"tabIndex": "-1"
},
@@ -95,30 +53,6 @@
"walkable": "false",
"tabIndex": "-1"
},
- {
- "id": "68",
- "interfaceType": "4",
- "walkable": "false",
- "tabIndex": "-1"
- },
- {
- "id": "69",
- "interfaceType": "4",
- "walkable": "false",
- "tabIndex": "-1"
- },
- {
- "id": "70",
- "interfaceType": "4",
- "walkable": "false",
- "tabIndex": "-1"
- },
- {
- "id": "71",
- "interfaceType": "4",
- "walkable": "false",
- "tabIndex": "-1"
- },
{
"id": "74",
"interfaceType": "4",
@@ -191,12 +125,6 @@
"walkable": "true",
"tabIndex": "-1"
},
- {
- "id": "139",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "140",
"interfaceType": "4",
@@ -209,12 +137,6 @@
"walkable": "true",
"tabIndex": "3"
},
- {
- "id": "169",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "172",
"interfaceType": "4",
@@ -275,33 +197,9 @@
"walkable": "true",
"tabIndex": "6"
},
- {
- "id": "194",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "195",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "196",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "198",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "209",
- "interfaceType": "8",
+ "interfaceType": "1",
"walkable": "true",
"tabIndex": "-1"
},
@@ -359,12 +257,6 @@
"walkable": "false",
"tabIndex": "-1"
},
- {
- "id": "240",
- "interfaceType": "3",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "241",
"interfaceType": "4",
@@ -389,36 +281,6 @@
"walkable": "false",
"tabIndex": "-1"
},
- {
- "id": "245",
- "interfaceType": "4",
- "walkable": "false",
- "tabIndex": "-1"
- },
- {
- "id": "246",
- "interfaceType": "4",
- "walkable": "false",
- "tabIndex": "-1"
- },
- {
- "id": "247",
- "interfaceType": "4",
- "walkable": "false",
- "tabIndex": "-1"
- },
- {
- "id": "248",
- "interfaceType": "4",
- "walkable": "false",
- "tabIndex": "-1"
- },
- {
- "id": "256",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "259",
"interfaceType": "2",
@@ -509,12 +371,6 @@
"walkable": "false",
"tabIndex": "-1"
},
- {
- "id": "328",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "336",
"interfaceType": "3",
@@ -539,18 +395,6 @@
"walkable": "true",
"tabIndex": "-1"
},
- {
- "id": "375",
- "interfaceType": "3",
- "walkable": "false",
- "tabIndex": "-1"
- },
- {
- "id": "377",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "380",
"interfaceType": "1",
@@ -605,24 +449,12 @@
"walkable": "true",
"tabIndex": "4"
},
- {
- "id": "418",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "421",
"interfaceType": "4",
"walkable": "false",
"tabIndex": "-1"
},
- {
- "id": "428",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "430",
"interfaceType": "2",
@@ -641,30 +473,6 @@
"walkable": "true",
"tabIndex": "-1"
},
- {
- "id": "485",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "486",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "487",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
- {
- "id": "488",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "498",
"interfaceType": "0",
@@ -685,7 +493,7 @@
},
{
"id": "532",
- "interfaceType": "8",
+ "interfaceType": "1",
"walkable": "true",
"tabIndex": "-1"
},
@@ -797,15 +605,9 @@
"walkable": "false",
"tabIndex": "-1"
},
- {
- "id": "653",
- "interfaceType": "8",
- "walkable": "true",
- "tabIndex": "-1"
- },
{
"id": "656",
- "interfaceType": "8",
+ "interfaceType": "1",
"walkable": "true",
"tabIndex": "-1"
},
@@ -919,7 +721,7 @@
},
{
"id": "809",
- "interfaceType": "8",
+ "interfaceType": "1",
"walkable": "true",
"tabIndex": "-1"
}
diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json
index b928857e7..4247abd76 100644
--- a/Server/data/configs/item_configs.json
+++ b/Server/data/configs/item_configs.json
@@ -1,125300 +1,139712 @@
[
{
- "id": "0",
- "name": "Dwarf remains",
- "examine": "The body of a Dwarf savaged by Goblins.",
- "archery_ticket_price": "0",
- "destroy": "true",
"destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "The body of a Dwarf savaged by Goblins.",
"durability": null,
+ "name": "Dwarf remains",
"tradeable": "false",
- "two_handed": "true"
- },
- {
- "id": "1",
- "name": "Toolkit",
- "examine": "Good for repairing a broken cannon.",
- "archery_ticket_price": "0",
"destroy": "true",
+ "archery_ticket_price": "0",
+ "two_handed": "true",
+ "id": "0"
+ },
+ {
"destroy_message": "I got this from Captain Lawgof.",
- "durability": null,
"shop_price": "1",
+ "examine": "Good for repairing a broken cannon.",
+ "durability": null,
+ "name": "Toolkit",
"tradeable": "false",
- "weight": "0.4"
+ "destroy": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1"
},
{
- "id": "2",
- "name": "Cannonball",
- "examine": "Ammo for the Dwarf Cannon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
"shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "3",
- "name": "Nulodion's notes",
- "examine": "Construction notes for Dwarf cannon ammo.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "examine": "Ammo for the Dwarf Cannon.",
+ "grand_exchange_price": "381",
"durability": null,
- "shop_price": "1",
- "weight": "0.02"
+ "name": "Cannonball",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "2"
},
{
- "id": "4",
- "name": "Ammo mould",
- "examine": "Used to make cannon ammunition.",
+ "shop_price": "1",
+ "examine": "Construction notes for Dwarf cannon ammo.",
+ "durability": null,
+ "name": "Nulodion's notes",
+ "weight": "0.02",
"archery_ticket_price": "0",
+ "id": "3"
+ },
+ {
"requirements": "{13,35}",
"shop_price": "5",
- "weight": "4.5"
+ "examine": "Used to make cannon ammunition.",
+ "durability": null,
+ "name": "Ammo mould",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "4.5",
+ "archery_ticket_price": "0",
+ "id": "4"
},
{
- "id": "5",
- "name": "Instruction manual",
- "examine": "An old note book.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "20",
- "weight": "0.51"
+ "examine": "An old note book.",
+ "durability": null,
+ "name": "Instruction manual",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.51",
+ "archery_ticket_price": "0",
+ "id": "5"
},
{
- "id": "6",
- "name": "Cannon base",
+ "shop_price": "187500",
+ "ge_buy_limit": "10",
"examine": "The cannon is built on this.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "189000",
"durability": null,
- "ge_buy_limit": "10",
- "shop_price": "187500",
- "tradeable": "true",
- "weight": "7"
- },
- {
- "id": "7",
"name": "Cannon base",
+ "tradeable": "true",
+ "low_alchemy": "75000",
+ "high_alchemy": "112500",
+ "weight": "7",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "shop_price": "187500",
- "tradeable": "true"
+ "id": "6"
},
{
- "id": "8",
- "name": "Cannon stand",
+ "shop_price": "187500",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "189000",
+ "durability": null,
+ "name": "Cannon base",
+ "tradeable": "true",
+ "low_alchemy": "75000",
+ "high_alchemy": "112500",
+ "archery_ticket_price": "0",
+ "id": "7"
+ },
+ {
+ "shop_price": "187500",
+ "ge_buy_limit": "10",
"examine": "The mounting for the multicannon.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "185000",
"durability": null,
- "ge_buy_limit": "10",
- "shop_price": "187500",
- "tradeable": "true",
- "weight": "7"
- },
- {
- "id": "9",
"name": "Cannon stand",
+ "tradeable": "true",
+ "low_alchemy": "75000",
+ "high_alchemy": "112500",
+ "weight": "7",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "shop_price": "187500",
- "tradeable": "true"
+ "id": "8"
},
{
- "id": "10",
- "name": "Cannon barrels",
+ "shop_price": "187500",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "185000",
+ "durability": null,
+ "name": "Cannon stand",
+ "tradeable": "true",
+ "low_alchemy": "75000",
+ "high_alchemy": "112500",
+ "archery_ticket_price": "0",
+ "id": "9"
+ },
+ {
+ "shop_price": "187500",
+ "ge_buy_limit": "10",
"examine": "The barrels for the multicannon.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "187000",
"durability": null,
- "ge_buy_limit": "10",
- "shop_price": "187500",
- "tradeable": "true",
- "weight": "7"
- },
- {
- "id": "11",
"name": "Cannon barrels",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "shop_price": "187500",
- "tradeable": "true"
- },
- {
- "id": "12",
- "name": "Cannon furnace",
- "examine": "This powers the multicannon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "shop_price": "187500",
"tradeable": "true",
- "weight": "7"
+ "low_alchemy": "75000",
+ "high_alchemy": "112500",
+ "weight": "7",
+ "archery_ticket_price": "0",
+ "id": "10"
},
{
- "id": "13",
- "name": "Cannon furnace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
"shop_price": "187500",
- "tradeable": "true"
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "187000",
+ "durability": null,
+ "name": "Cannon barrels",
+ "tradeable": "true",
+ "low_alchemy": "75000",
+ "high_alchemy": "112500",
+ "archery_ticket_price": "0",
+ "id": "11"
},
{
- "id": "14",
- "name": "Railing",
+ "shop_price": "187500",
+ "ge_buy_limit": "10",
+ "examine": "This powers the multicannon.",
+ "grand_exchange_price": "175200",
+ "durability": null,
+ "name": "Cannon furnace",
+ "tradeable": "true",
+ "low_alchemy": "75000",
+ "high_alchemy": "112500",
+ "weight": "7",
+ "archery_ticket_price": "0",
+ "id": "12"
+ },
+ {
+ "shop_price": "187500",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "175200",
+ "durability": null,
+ "name": "Cannon furnace",
+ "tradeable": "true",
+ "low_alchemy": "75000",
+ "high_alchemy": "112500",
+ "archery_ticket_price": "0",
+ "id": "13"
+ },
+ {
+ "shop_price": "1",
"examine": "A metal railing replacement.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "1"
+ "name": "Railing",
+ "archery_ticket_price": "0",
+ "id": "14"
},
{
- "id": "15",
- "name": "Holy table napkin",
"examine": "A cloth given to me by Sir Galahad.",
+ "durability": null,
+ "name": "Holy table napkin",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "15"
},
{
- "id": "16",
- "name": "Magic whistle",
"examine": "A small tin whistle.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.2"
+ "name": "Magic whistle",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "16"
},
{
- "id": "17",
- "name": "Grail bell",
"examine": "I wonder what happens when I ring it?",
+ "durability": null,
+ "name": "Grail bell",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "17"
},
{
- "id": "18",
- "name": "Magic gold feather",
"examine": "It will point the way for me.",
+ "durability": null,
+ "name": "Magic gold feather",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null
+ "id": "18"
},
{
- "id": "20",
+ "examine": "A cog from some machinery.",
+ "durability": null,
"name": "White cog",
- "examine": "A cog from some machinery.",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "20"
},
{
- "id": "21",
+ "examine": "A cog from some machinery.",
+ "durability": null,
"name": "Black cog",
- "examine": "A cog from some machinery.",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "21"
},
{
- "id": "22",
+ "examine": "A cog from some machinery.",
+ "durability": null,
"name": "Blue cog",
- "examine": "A cog from some machinery.",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "22"
},
{
- "id": "23",
+ "examine": "A cog from some machinery.",
+ "durability": null,
"name": "Red cog",
- "examine": "A cog from some machinery.",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "23"
},
{
- "id": "24",
- "name": "Rat poison",
"examine": "Doesn't look very tasty.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.1"
+ "name": "Rat poison",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "24"
},
{
- "id": "25",
- "name": "Red vine worm",
"examine": "Wormy.",
+ "durability": null,
+ "name": "Red vine worm",
"archery_ticket_price": "0",
- "durability": null
+ "id": "25"
},
{
- "id": "26",
- "name": "Fishing trophy",
"examine": "Hemenster fishing contest trophy.",
+ "durability": null,
+ "name": "Fishing trophy",
"archery_ticket_price": "0",
- "durability": null
+ "id": "26"
},
{
- "id": "27",
- "name": "Fishing pass",
"examine": "Pass to the Hemenster fishing contest.",
+ "durability": null,
+ "name": "Fishing pass",
"archery_ticket_price": "0",
- "durability": null
+ "id": "27"
},
{
- "id": "28",
- "name": "Insect repellent",
+ "shop_price": "121",
"examine": "Drives away all known 6 legged creatures.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "121"
+ "name": "Insect repellent",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "28"
},
{
- "id": "30",
- "name": "Bucket of wax",
"examine": "It's a bucket of wax.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "2.5"
+ "name": "Bucket of wax",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "30"
},
{
- "id": "31",
+ "examine": "You shouldn't have this.",
"name": "RDT Slot",
- "examine": "You shouldn't have this."
+ "id": "31"
},
{
- "id": "32",
- "name": "Lit black candle",
+ "shop_price": "3",
"examine": "A spooky candle.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "3"
+ "name": "Lit black candle",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "32"
},
{
- "id": "33",
- "name": "Lit candle",
- "examine": "A candle.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "24",
- "tradeable": "true"
- },
- {
- "id": "34",
- "name": "Lit candle",
"examine": "A candle.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "104",
"durability": null,
- "shop_price": "24",
- "tradeable": "true"
+ "name": "Lit candle",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "33"
},
{
- "id": "35",
- "name": "Excalibur",
+ "shop_price": "24",
+ "examine": "A candle.",
+ "grand_exchange_price": "104",
+ "durability": null,
+ "name": "Lit candle",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "34"
+ },
+ {
+ "shop_price": "200",
"examine": "This used to belong to King Arthur.",
- "archery_ticket_price": "0",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "2.2",
+ "attack_speed": "5",
+ "weapon_interface": "6",
+ "render_anim": "2554",
+ "defence_anim": "397",
+ "equipment_slot": "3",
"attack_anims": "390,390,381,390",
"attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
- "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "2554",
- "shop_price": "200",
- "weapon_interface": "6",
- "weight": "2.2"
+ "name": "Excalibur",
+ "archery_ticket_price": "0",
+ "id": "35",
+ "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0"
},
{
- "id": "36",
- "name": "Candle",
- "examine": "A candle.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"shop_price": "24",
- "tradeable": "true"
- },
- {
- "id": "37",
- "name": "Candle",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "A candle.",
+ "grand_exchange_price": "119",
+ "durability": null,
+ "name": "Candle",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "36"
},
{
- "id": "38",
- "name": "Black candle",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "119",
+ "durability": null,
+ "name": "Candle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "37"
+ },
+ {
+ "shop_price": "3",
"examine": "A spooky candle.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "3"
+ "name": "Black candle",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "38"
},
{
- "id": "39",
- "name": "Bronze arrowtips",
- "examine": "I can make an arrow with these.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
"shop_price": "10",
- "tradeable": "true"
+ "ge_buy_limit": "10000",
+ "examine": "I can make an arrow with these.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Bronze arrowtips",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "39"
},
{
- "id": "40",
- "name": "Iron arrowtips",
- "examine": "I can make an arrow with these.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
"shop_price": "26",
- "tradeable": "true"
+ "ge_buy_limit": "10000",
+ "examine": "I can make an arrow with these.",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Iron arrowtips",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "40"
},
{
- "id": "41",
- "name": "Steel arrowtips",
- "examine": "I can make an arrow with these.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
"shop_price": "36",
- "tradeable": "true"
+ "ge_buy_limit": "10000",
+ "examine": "I can make an arrow with these.",
+ "grand_exchange_price": "63",
+ "durability": null,
+ "name": "Steel arrowtips",
+ "tradeable": "true",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "archery_ticket_price": "0",
+ "id": "41"
},
{
- "id": "42",
- "name": "Mithril arrowtips",
- "examine": "I can make an arrow with these.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
"shop_price": "68",
- "tradeable": "true"
+ "ge_buy_limit": "10000",
+ "examine": "I can make an arrow with these.",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Mithril arrowtips",
+ "tradeable": "true",
+ "low_alchemy": "27",
+ "high_alchemy": "40",
+ "archery_ticket_price": "0",
+ "id": "42"
},
{
- "id": "43",
- "name": "Adamant arrowtips",
- "examine": "I can make an arrow with these.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
"shop_price": "160",
- "tradeable": "true"
- },
- {
- "id": "44",
- "name": "Rune arrowtips",
+ "ge_buy_limit": "10000",
"examine": "I can make an arrow with these.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "185",
"durability": null,
- "ge_buy_limit": "10000",
+ "name": "Adamant arrowtips",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "43"
+ },
+ {
"shop_price": "460",
- "tradeable": "true"
+ "ge_buy_limit": "10000",
+ "examine": "I can make an arrow with these.",
+ "grand_exchange_price": "839",
+ "durability": null,
+ "name": "Rune arrowtips",
+ "tradeable": "true",
+ "low_alchemy": "184",
+ "high_alchemy": "276",
+ "archery_ticket_price": "0",
+ "id": "44"
},
{
- "id": "45",
- "name": "Opal bolt tips",
+ "ge_buy_limit": "10000",
"examine": "Opal bolt tips.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "name": "Opal bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "45"
},
{
- "id": "46",
- "name": "Pearl bolt tips",
+ "ge_buy_limit": "10000",
"examine": "Pearl bolt tips.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "5",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "name": "Pearl bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "46"
},
{
- "id": "47",
- "name": "Barb bolttips",
- "examine": "I can make bolts with these.",
- "archery_ticket_price": "5",
- "destroy": "true",
- "durability": null,
- "ge_buy_limit": "10000",
"shop_price": "114",
- "tradeable": "false"
- },
- {
- "id": "48",
- "name": "Longbow (u)",
- "examine": "An unstrung longbow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "49",
- "name": "Longbow (u)",
- "archery_ticket_price": "0",
+ "examine": "I can make bolts with these.",
+ "grand_exchange_price": "44",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "50",
- "name": "Shortbow (u)",
- "examine": "I need to find a string for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "51",
- "name": "Shortbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "52",
- "name": "Arrow shaft",
- "examine": "A wooden arrow shaft",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "53",
- "name": "Headless arrow",
- "examine": "A wooden arrow shaft with flights attached.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "54",
- "name": "Oak shortbow (u)",
- "examine": "An unstrung oak bow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "55",
- "name": "Oak shortbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "56",
- "name": "Oak longbow (u)",
- "examine": "An unstrung oak longbow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "57",
- "name": "Oak longbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "58",
- "name": "Willow longbow (u)",
- "examine": "An unstrung willow longbow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "64",
- "tradeable": "true"
- },
- {
- "id": "59",
- "name": "Willow longbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "60",
- "name": "Willow shortbow (u)",
- "examine": "An unstrung willow shortbow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "16",
- "tradeable": "true"
- },
- {
- "id": "61",
- "name": "Willow shortbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "62",
- "name": "Maple longbow (u)",
- "examine": "An unstrung maple bow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.2"
- },
- {
- "id": "63",
- "name": "Maple longbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "64",
- "name": "Maple shortbow (u)",
- "examine": "An unstrung maple bow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "65",
- "name": "Maple shortbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "66",
- "name": "Yew longbow (u)",
- "examine": "An unstrung yew longbow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.32"
- },
- {
- "id": "67",
- "name": "Yew longbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "68",
- "name": "Yew shortbow (u)",
- "examine": "An unstrung yew shortbow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.32"
- },
- {
- "id": "69",
- "name": "Yew shortbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "70",
- "name": "Magic longbow (u)",
- "examine": "An unstrung magic longbow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "931",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "71",
- "name": "Magic longbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "72",
- "name": "Magic shortbow (u)",
- "examine": "An unstrung magic shortbow; I need a bowstring for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "890",
- "tradeable": "true"
- },
- {
- "id": "73",
- "name": "Magic shortbow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "74",
- "name": "Khazard helmet",
- "examine": "A helmet, as worn by the minions of General Khazard.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,4,5,3,0,0,0,0,0,0,0",
+ "name": "Barb bolttips",
+ "tradeable": "false",
+ "low_alchemy": "38",
+ "high_alchemy": "57",
"destroy": "true",
- "destroy_message": "I can borrow another from the armoury near the Fight Arena.",
+ "archery_ticket_price": "5",
+ "id": "47"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung longbow; I need a bowstring for this.",
+ "grand_exchange_price": "14",
"durability": null,
- "equipment_slot": "0",
+ "name": "Longbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "archery_ticket_price": "0",
+ "id": "48"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Longbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "49"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "I need to find a string for this.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Shortbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "9",
+ "high_alchemy": "13",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "50"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Shortbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "51"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "A wooden arrow shaft",
+ "grand_exchange_price": "21",
+ "durability": null,
+ "name": "Arrow shaft",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "52"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "A wooden arrow shaft with flights attached.",
+ "grand_exchange_price": "56",
+ "durability": null,
+ "name": "Headless arrow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "53"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung oak bow; I need a bowstring for this.",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Oak shortbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "54"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Oak shortbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "55"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung oak longbow; I need a bowstring for this.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Oak longbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "56"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Oak longbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "57"
+ },
+ {
+ "shop_price": "64",
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung willow longbow; I need a bowstring for this.",
+ "grand_exchange_price": "46",
+ "durability": null,
+ "name": "Willow longbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "58"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "46",
+ "durability": null,
+ "name": "Willow longbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "59"
+ },
+ {
+ "shop_price": "16",
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung willow shortbow; I need a bowstring for this.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Willow shortbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "60"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Willow shortbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "61"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung maple bow; I need a bowstring for this.",
+ "grand_exchange_price": "94",
+ "durability": null,
+ "name": "Maple longbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "128",
+ "high_alchemy": "192",
+ "weight": "1.2",
+ "archery_ticket_price": "0",
+ "id": "62"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "94",
+ "durability": null,
+ "name": "Maple longbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "63"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung maple bow; I need a bowstring for this.",
+ "grand_exchange_price": "56",
+ "durability": null,
+ "name": "Maple shortbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "64"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "56",
+ "durability": null,
+ "name": "Maple shortbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "65"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung yew longbow; I need a bowstring for this.",
+ "grand_exchange_price": "468",
+ "durability": null,
+ "name": "Yew longbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "256",
+ "high_alchemy": "384",
+ "weight": "1.32",
+ "archery_ticket_price": "0",
+ "id": "66"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "468",
+ "durability": null,
+ "name": "Yew longbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "67"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung yew shortbow; I need a bowstring for this.",
+ "grand_exchange_price": "158",
+ "durability": null,
+ "name": "Yew shortbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "1.32",
+ "archery_ticket_price": "0",
+ "id": "68"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "158",
+ "durability": null,
+ "name": "Yew shortbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "69"
+ },
+ {
+ "shop_price": "931",
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung magic longbow; I need a bowstring for this.",
+ "grand_exchange_price": "1246",
+ "durability": null,
+ "name": "Magic longbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "512",
+ "high_alchemy": "768",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "70"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1246",
+ "durability": null,
+ "name": "Magic longbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "71"
+ },
+ {
+ "shop_price": "890",
+ "ge_buy_limit": "10000",
+ "examine": "An unstrung magic shortbow; I need a bowstring for this.",
+ "grand_exchange_price": "745",
+ "durability": null,
+ "name": "Magic shortbow (u)",
+ "tradeable": "true",
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "archery_ticket_price": "0",
+ "id": "72"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "745",
+ "durability": null,
+ "name": "Magic shortbow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "73"
+ },
+ {
"remove_head": "true",
"shop_price": "10",
- "tradeable": "false",
- "weight": "2.7"
- },
- {
- "id": "75",
- "name": "Khazard armour",
- "examine": "Armour, as worn by the minions of General Khazard.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0",
- "destroy": "true",
+ "examine": "A helmet, as worn by the minions of General Khazard.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "2.7",
+ "equipment_slot": "0",
"destroy_message": "I can borrow another from the armoury near the Fight Arena.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
+ "name": "Khazard helmet",
+ "archery_ticket_price": "0",
+ "id": "74",
+ "bonuses": "0,0,0,0,0,4,5,3,0,0,0,0,0,0,0"
+ },
+ {
"shop_price": "12",
- "tradeable": "false",
- "weight": "0.5"
+ "examine": "Armour, as worn by the minions of General Khazard.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.5",
+ "equipment_slot": "4",
+ "destroy_message": "I can borrow another from the armoury near the Fight Arena.",
+ "remove_sleeves": "true",
+ "name": "Khazard armour",
+ "archery_ticket_price": "0",
+ "id": "75",
+ "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0"
},
{
- "id": "76",
- "name": "Khazard cell keys",
- "examine": "These keys open the cells at the Khazard Fight Arena. (Fight Arena)",
- "archery_ticket_price": "0",
- "destroy": "true",
"destroy_message": "The lazy guard probably has a spare set...",
+ "examine": "These keys open the cells at the Khazard Fight Arena. (Fight Arena)",
"durability": null,
- "tradeable": "false"
+ "name": "Khazard cell keys",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "76"
},
{
- "id": "77",
- "name": "Khali brew",
- "examine": "A bottle of Khazard's worst brew.",
- "archery_ticket_price": "0",
- "destroy": "true",
"destroy_message": "Angor, the Khazard barman, has a stock of Khali brew.",
- "durability": null,
"shop_price": "5",
+ "examine": "A bottle of Khazard's worst brew.",
+ "durability": null,
+ "name": "Khali brew",
+ "low_alchemy": "2",
"tradeable": "false",
- "weight": "0.1"
+ "high_alchemy": "3",
+ "destroy": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "77"
},
{
- "id": "78",
- "name": "Ice arrows",
- "examine": "Can only be fired from yew, magic, or dark bows.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16",
- "destroy": "true",
"destroy_message": "Can only be fired from yew, magic, dark or twisted bows.",
- "durability": null,
- "equipment_slot": "13",
"shop_price": "2",
- "tradeable": "false"
- },
- {
- "id": "83",
- "name": "Lever",
- "examine": "A lever to open something perhaps?",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "84",
- "name": "Staff of armadyl",
- "examine": "The power in this staff causes it to vibrate gently.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Can only be fired from yew, magic, or dark bows.",
"durability": null,
- "render_anim": "2553",
+ "name": "Ice arrows",
"tradeable": "false",
- "weight": "5"
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "78",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16",
+ "equipment_slot": "13"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "The power in this staff causes it to vibrate gently.",
+ "durability": null,
+ "name": "Staff of armadyl",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "84",
+ "render_anim": "2553"
},
{
- "id": "85",
- "name": "Shiny key",
"examine": "It catches the light! (Temple of Ikov)",
+ "durability": null,
+ "name": "Shiny key",
"archery_ticket_price": "0",
- "durability": null
+ "id": "85"
},
{
- "id": "86",
- "name": "Pendant of lucien",
"examine": "An amulet made by Lucien.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Pendant of lucien",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "86",
"equipment_slot": "2"
},
{
- "id": "87",
- "name": "Armadyl pendant",
"examine": "Yet another amulet.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Armadyl pendant",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "87",
"equipment_slot": "2"
},
{
+ "examine": "Magic boots that make you lighter than normal.",
+ "durability": null,
+ "name": "Boots of lightness",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "-4.5",
+ "archery_ticket_price": "0",
"id": "88",
- "name": "Boots of lightness",
- "examine": "Magic boots that make you lighter than normal.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "weight": "-4.5"
+ "equipment_slot": "10"
},
{
+ "examine": "Magic boots that make you lighter than normal.",
+ "durability": null,
+ "name": "Boots of lightness",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
"id": "89",
- "name": "Boots of lightness",
- "examine": "Magic boots that make you lighter than normal.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "weight": "0.3"
+ "equipment_slot": "10"
},
{
- "id": "90",
- "name": "Child's blanket",
"examine": "It's very soft!",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.9"
+ "name": "Child's blanket",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "90"
},
{
- "id": "91",
- "name": "Guam potion(unf)",
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this guam potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "285",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "92",
"name": "Guam potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "91"
},
{
- "id": "93",
- "name": "Marrentill potion(unf)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "285",
+ "durability": null,
+ "name": "Guam potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "92"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this marrentill potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "43",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "94",
"name": "Marrentill potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "93"
},
{
- "id": "95",
- "name": "Tarromin potion(unf)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "43",
+ "durability": null,
+ "name": "Marrentill potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "94"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this tarromin potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "287",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "96",
"name": "Tarromin potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "95"
},
{
- "id": "97",
- "name": "Harralander potion(unf)",
- "examine": "I need another ingredient to finish this potion.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "287",
+ "durability": null,
+ "name": "Tarromin potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "96"
+ },
+ {
"shop_price": "64",
- "tradeable": "true"
- },
- {
- "id": "98",
+ "ge_buy_limit": "100",
+ "examine": "I need another ingredient to finish this potion.",
+ "grand_exchange_price": "435",
+ "durability": null,
"name": "Harralander potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "97"
},
{
- "id": "99",
- "name": "Ranarr potion(unf)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "435",
+ "durability": null,
+ "name": "Harralander potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "98"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this ranarr potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "4823",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "100",
"name": "Ranarr potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "99"
},
{
- "id": "101",
- "name": "Irit potion(unf)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4823",
+ "durability": null,
+ "name": "Ranarr potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "100"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this irit potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "2243",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "102",
"name": "Irit potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "101"
},
{
- "id": "103",
- "name": "Avantoe potion(unf)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2243",
+ "durability": null,
+ "name": "Irit potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "102"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this avantoe potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "3831",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "104",
"name": "Avantoe potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "19",
+ "high_alchemy": "28",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "103"
},
{
- "id": "105",
- "name": "Kwuarm potion(unf)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3831",
+ "durability": null,
+ "name": "Avantoe potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "104"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this kwuarm potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1833",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "106",
"name": "Kwuarm potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "21",
+ "high_alchemy": "32",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "105"
},
{
- "id": "107",
- "name": "Cadantine potion(unf)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1833",
+ "durability": null,
+ "name": "Kwuarm potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "106"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this cadantine potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1844",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "108",
"name": "Cadantine potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "26",
+ "high_alchemy": "39",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "107"
},
{
- "id": "109",
- "name": "Dwarf weed potion(unf)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1844",
+ "durability": null,
+ "name": "Cadantine potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "108"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this dwarf weed potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "6740",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "110",
"name": "Dwarf weed potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "109"
},
{
- "id": "111",
- "name": "Torstol potion(unf)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6740",
+ "durability": null,
+ "name": "Dwarf weed potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "110"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this torstol potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "14500",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "112",
"name": "Torstol potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "111"
},
{
- "id": "113",
- "name": "Strength potion(4)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "14500",
+ "durability": null,
+ "name": "Torstol potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "112"
+ },
+ {
+ "shop_price": "780",
+ "ge_buy_limit": "100",
"examine": "4 doses of Strength potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1041",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "780",
- "tradeable": "true"
- },
- {
- "id": "114",
"name": "Strength potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "600",
+ "high_alchemy": "900",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "113"
},
{
- "id": "115",
- "name": "Strength potion(3)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1041",
+ "durability": null,
+ "name": "Strength potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "114"
+ },
+ {
+ "shop_price": "780",
+ "ge_buy_limit": "100",
"examine": "3 doses of Strength potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "812",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "780",
- "tradeable": "true"
- },
- {
- "id": "116",
"name": "Strength potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "600",
+ "high_alchemy": "900",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "115"
},
{
- "id": "117",
- "name": "Strength potion(2)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "812",
+ "durability": null,
+ "name": "Strength potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "116"
+ },
+ {
+ "shop_price": "780",
+ "ge_buy_limit": "100",
"examine": "2 doses of Strength potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "656",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "780",
- "tradeable": "true"
- },
- {
- "id": "118",
"name": "Strength potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "600",
+ "high_alchemy": "900",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "117"
},
{
- "id": "119",
- "name": "Strength potion(1)",
- "examine": "1 dose of Strength potion.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "656",
+ "durability": null,
+ "name": "Strength potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "118"
+ },
+ {
"shop_price": "780",
- "tradeable": "true"
- },
- {
- "id": "120",
+ "ge_buy_limit": "100",
+ "examine": "1 dose of Strength potion.",
+ "grand_exchange_price": "355",
+ "durability": null,
"name": "Strength potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "600",
+ "high_alchemy": "900",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "119"
},
{
- "id": "121",
- "name": "Attack potion(3)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "355",
+ "durability": null,
+ "name": "Strength potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "120"
+ },
+ {
+ "shop_price": "560",
+ "ge_buy_limit": "100",
"examine": "3 doses of Attack potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "195",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "560",
- "tradeable": "true"
- },
- {
- "id": "122",
"name": "Attack potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "224",
+ "high_alchemy": "336",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "121"
},
{
- "id": "123",
- "name": "Attack potion(2)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "195",
+ "durability": null,
+ "name": "Attack potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "122"
+ },
+ {
+ "shop_price": "560",
+ "ge_buy_limit": "100",
"examine": "2 doses of Attack potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "113",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "560",
- "tradeable": "true"
- },
- {
- "id": "124",
"name": "Attack potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "224",
+ "high_alchemy": "336",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "123"
},
{
- "id": "125",
- "name": "Attack potion(1)",
- "examine": "1 dose of Attack potion.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "113",
+ "durability": null,
+ "name": "Attack potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "124"
+ },
+ {
"shop_price": "560",
- "tradeable": "true"
- },
- {
- "id": "126",
+ "ge_buy_limit": "100",
+ "examine": "1 dose of Attack potion.",
+ "grand_exchange_price": "197",
+ "durability": null,
"name": "Attack potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "224",
+ "high_alchemy": "336",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "125"
},
{
- "id": "127",
- "name": "Restore potion(3)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "197",
+ "durability": null,
+ "name": "Attack potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "126"
+ },
+ {
+ "shop_price": "139",
+ "ge_buy_limit": "100",
"examine": "3 doses of restore potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "59",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "139",
- "tradeable": "true",
- "weight": "0.03"
- },
- {
- "id": "128",
"name": "Restore potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "35",
+ "high_alchemy": "52",
+ "weight": "0.03",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "127"
},
{
- "id": "129",
- "name": "Restore potion(2)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Restore potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "128"
+ },
+ {
+ "shop_price": "139",
+ "ge_buy_limit": "100",
"examine": "2 doses of restore potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "35",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "139",
- "tradeable": "true",
- "weight": "0.03"
- },
- {
- "id": "130",
"name": "Restore potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "35",
+ "high_alchemy": "52",
+ "weight": "0.03",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "129"
},
{
- "id": "131",
- "name": "Restore potion(1)",
- "examine": "1 dose of restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "35",
+ "durability": null,
+ "name": "Restore potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "130"
+ },
+ {
"shop_price": "139",
- "tradeable": "true",
- "weight": "0.03"
- },
- {
- "id": "132",
+ "ge_buy_limit": "100",
+ "examine": "1 dose of restore potion.",
+ "grand_exchange_price": "21",
+ "durability": null,
"name": "Restore potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "35",
+ "high_alchemy": "52",
+ "weight": "0.03",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "131"
},
{
- "id": "133",
- "name": "Defence potion(3)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "21",
+ "durability": null,
+ "name": "Restore potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "132"
+ },
+ {
+ "shop_price": "114",
+ "ge_buy_limit": "100",
"examine": "3 doses of Defence Potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "323",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "114",
- "tradeable": "true"
- },
- {
- "id": "134",
"name": "Defence potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "352",
+ "high_alchemy": "528",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "133"
},
{
- "id": "135",
- "name": "Defence potion(2)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "323",
+ "durability": null,
+ "name": "Defence potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "134"
+ },
+ {
+ "shop_price": "114",
+ "ge_buy_limit": "100",
"examine": "2 doses of Defence Potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "247",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "114",
- "tradeable": "true"
- },
- {
- "id": "136",
"name": "Defence potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "352",
+ "high_alchemy": "528",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "135"
},
{
- "id": "137",
- "name": "Defence potion(1)",
- "examine": "1 dose of Defence Potion.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "247",
+ "durability": null,
+ "name": "Defence potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "136"
+ },
+ {
"shop_price": "114",
- "tradeable": "true"
- },
- {
- "id": "138",
+ "ge_buy_limit": "100",
+ "examine": "1 dose of Defence Potion.",
+ "grand_exchange_price": "148",
+ "durability": null,
"name": "Defence potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "352",
+ "high_alchemy": "528",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "137"
},
{
- "id": "139",
- "name": "Prayer potion(3)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "148",
+ "durability": null,
+ "name": "Defence potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "138"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "3 doses of Prayer restore potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "4134",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "140",
"name": "Prayer potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "61",
+ "high_alchemy": "91",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "139"
},
{
- "id": "141",
- "name": "Prayer potion(2)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4134",
+ "durability": null,
+ "name": "Prayer potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "140"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "2 doses of Prayer restore potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "2868",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "142",
"name": "Prayer potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "61",
+ "high_alchemy": "91",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "141"
},
{
- "id": "143",
- "name": "Prayer potion(1)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2868",
+ "durability": null,
+ "name": "Prayer potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "142"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "1 dose of Prayer restore potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1353",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "144",
"name": "Prayer potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "61",
+ "high_alchemy": "91",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "143"
},
{
- "id": "145",
- "name": "Super attack(3)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1353",
+ "durability": null,
+ "name": "Prayer potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "144"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "3 doses of super Attack potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "691",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "146",
"name": "Super attack(3)",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "145"
},
{
- "id": "147",
- "name": "Super attack(2)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "691",
+ "durability": null,
+ "name": "Super attack(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "146"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "2 doses of super Attack potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "451",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "148",
"name": "Super attack(2)",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "147"
},
{
- "id": "149",
- "name": "Super attack(1)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "451",
+ "durability": null,
+ "name": "Super attack(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "148"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "1 dose of super Attack potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "243",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "150",
"name": "Super attack(1)",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "149"
},
{
- "id": "151",
- "name": "Fishing potion(3)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "243",
+ "durability": null,
+ "name": "Super attack(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "150"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "3 doses of Fishing potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "40",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.03"
- },
- {
- "id": "152",
"name": "Fishing potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.03",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "151"
},
{
- "id": "153",
- "name": "Fishing potion(2)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Fishing potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "152"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "2 doses of Fishing potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "56",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.03"
- },
- {
- "id": "154",
"name": "Fishing potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.03",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "153"
},
{
- "id": "155",
- "name": "Fishing potion(1)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "56",
+ "durability": null,
+ "name": "Fishing potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "154"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "1 dose of Fishing potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "87",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.03"
- },
- {
- "id": "156",
"name": "Fishing potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.03",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "155"
},
{
- "id": "157",
- "name": "Super strength(3)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "87",
+ "durability": null,
+ "name": "Fishing potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "156"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "3 doses of super Strength potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1679",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "158",
"name": "Super strength(3)",
+ "tradeable": "true",
+ "low_alchemy": "88",
+ "high_alchemy": "132",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "157"
},
{
- "id": "159",
- "name": "Super strength(2)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1679",
+ "durability": null,
+ "name": "Super strength(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "158"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "2 doses of super Strength potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1164",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "160",
"name": "Super strength(2)",
+ "tradeable": "true",
+ "low_alchemy": "88",
+ "high_alchemy": "132",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "159"
},
{
- "id": "161",
- "name": "Super strength(1)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1164",
+ "durability": null,
+ "name": "Super strength(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "160"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "1 dose of super Strength potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "603",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "162",
"name": "Super strength(1)",
+ "tradeable": "true",
+ "low_alchemy": "88",
+ "high_alchemy": "132",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "161"
},
{
- "id": "163",
- "name": "Super defence(3)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "603",
+ "durability": null,
+ "name": "Super strength(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "162"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "3 doses of super Defence potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "113",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "164",
"name": "Super defence(3)",
+ "tradeable": "true",
+ "low_alchemy": "105",
+ "high_alchemy": "158",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "163"
},
{
- "id": "165",
- "name": "Super defence(2)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "113",
+ "durability": null,
+ "name": "Super defence(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "164"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "2 doses of super Defence potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "65",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "166",
"name": "Super defence(2)",
+ "tradeable": "true",
+ "low_alchemy": "105",
+ "high_alchemy": "158",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "165"
},
{
- "id": "167",
- "name": "Super defence(1)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "65",
+ "durability": null,
+ "name": "Super defence(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "166"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "1 dose of super Defence potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "41",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "168",
"name": "Super defence(1)",
+ "tradeable": "true",
+ "low_alchemy": "105",
+ "high_alchemy": "158",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "167"
},
{
- "id": "169",
- "name": "Ranging potion(3)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Super defence(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "168"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "3 doses of ranging potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "6224",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "170",
"name": "Ranging potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "169"
},
{
- "id": "171",
- "name": "Ranging potion(2)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "6224",
+ "durability": null,
+ "name": "Ranging potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "170"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "2 doses of ranging potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "4330",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "172",
"name": "Ranging potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "171"
},
{
- "id": "173",
- "name": "Ranging potion(1)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "4330",
+ "durability": null,
+ "name": "Ranging potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "172"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "1 dose of ranging potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "2068",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "174",
"name": "Ranging potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "173"
},
{
- "id": "175",
- "name": "Antipoison(3)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2068",
+ "durability": null,
+ "name": "Ranging potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "174"
+ },
+ {
+ "shop_price": "375",
+ "ge_buy_limit": "1000",
"examine": "3 doses of antipoison potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1239",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "375",
- "tradeable": "true"
- },
- {
- "id": "176",
"name": "Antipoison(3)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "175"
},
{
- "id": "177",
- "name": "Antipoison(2)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1239",
+ "durability": null,
+ "name": "Antipoison(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "176"
+ },
+ {
+ "shop_price": "375",
+ "ge_buy_limit": "1000",
"examine": "2 doses of antipoison potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "822",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "375",
- "tradeable": "true"
- },
- {
- "id": "178",
"name": "Antipoison(2)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "177"
},
{
- "id": "179",
- "name": "Antipoison(1)",
- "examine": "1 dose of antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1000",
+ "grand_exchange_price": "822",
+ "durability": null,
+ "name": "Antipoison(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "178"
+ },
+ {
"shop_price": "375",
- "tradeable": "true"
- },
- {
- "id": "180",
+ "ge_buy_limit": "1000",
+ "examine": "1 dose of antipoison potion.",
+ "grand_exchange_price": "460",
+ "durability": null,
"name": "Antipoison(1)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "179"
},
{
- "id": "181",
- "name": "Super antipoison(3)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "460",
+ "durability": null,
+ "name": "Antipoison(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "180"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "3 doses of super anti poison potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "872",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "182",
"name": "Super antipoison(3)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "181"
},
{
- "id": "183",
- "name": "Super antipoison(2)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "872",
+ "durability": null,
+ "name": "Super antipoison(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "182"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "2 doses of super anti poison potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "509",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "184",
"name": "Super antipoison(2)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "183"
},
{
- "id": "185",
- "name": "Super antipoison(1)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "509",
+ "durability": null,
+ "name": "Super antipoison(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "184"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "1 dose of super anti poison potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "366",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "186",
"name": "Super antipoison(1)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "185"
},
{
- "id": "187",
- "name": "Weapon poison",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "366",
+ "durability": null,
+ "name": "Super antipoison(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "186"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "For use on daggers and projectiles.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "33",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "188",
"name": "Weapon poison",
+ "tradeable": "true",
+ "low_alchemy": "57",
+ "high_alchemy": "86",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "187"
},
{
- "id": "189",
- "name": "Zamorak brew(3)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "33",
+ "durability": null,
+ "name": "Weapon poison",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "188"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "3 doses of Zamorak brew.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1818",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "190",
"name": "Zamorak brew(3)",
+ "tradeable": "true",
+ "low_alchemy": "70",
+ "high_alchemy": "105",
+ "weight": "0.5",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "189"
},
{
- "id": "191",
- "name": "Zamorak brew(2)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1818",
+ "durability": null,
+ "name": "Zamorak brew(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "190"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "2 doses of Zamorak brew.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1004",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "192",
"name": "Zamorak brew(2)",
+ "tradeable": "true",
+ "low_alchemy": "70",
+ "high_alchemy": "105",
+ "weight": "0.5",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "191"
},
{
- "id": "193",
- "name": "Zamorak brew(1)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1004",
+ "durability": null,
+ "name": "Zamorak brew(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "192"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "1 dose of Zamorak brew.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1175",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "194",
"name": "Zamorak brew(1)",
+ "tradeable": "true",
+ "low_alchemy": "70",
+ "high_alchemy": "105",
+ "weight": "0.5",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "193"
},
{
- "id": "195",
- "name": "Potion",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1175",
+ "durability": null,
+ "name": "Zamorak brew(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "194"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "This is meant to be good for spots.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "117",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "196",
"name": "Potion",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "195"
},
{
- "id": "197",
- "name": "Poison chalice",
- "examine": "Stankers gives out these strange cocktails for free.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "117",
+ "durability": null,
+ "name": "Potion",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "196"
+ },
+ {
"shop_price": "39",
- "tradeable": "true"
- },
- {
- "id": "198",
- "name": "Poison chalice",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "Stankers gives out these strange cocktails for free.",
+ "grand_exchange_price": "124",
+ "durability": null,
+ "name": "Poison chalice",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "197"
},
{
- "id": "199",
- "name": "Grimy guam",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "124",
"durability": null,
- "ge_buy_limit": "10000",
+ "name": "Poison chalice",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "198"
+ },
+ {
"requirements": "{3,15}",
- "tradeable": "true"
- },
- {
- "id": "200",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "150",
+ "durability": null,
"name": "Grimy guam",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "199"
},
{
- "id": "201",
- "name": "Grimy marrentill",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "155",
+ "durability": null,
+ "name": "Grimy guam",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "200"
+ },
+ {
"requirements": "{5,15}",
- "tradeable": "true"
- },
- {
- "id": "202",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "150",
+ "durability": null,
"name": "Grimy marrentill",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "201"
},
{
- "id": "203",
- "name": "Grimy tarromin",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "26",
+ "durability": null,
+ "name": "Grimy marrentill",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "202"
+ },
+ {
"requirements": "{11,15}",
- "tradeable": "true"
- },
- {
- "id": "204",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "150",
+ "durability": null,
"name": "Grimy tarromin",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "203"
},
{
- "id": "205",
- "name": "Grimy harralander",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "151",
+ "durability": null,
+ "name": "Grimy tarromin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "204"
+ },
+ {
"requirements": "{20,15}",
- "tradeable": "true"
- },
- {
- "id": "206",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "300",
+ "durability": null,
"name": "Grimy harralander",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "205"
},
{
- "id": "207",
- "name": "Grimy ranarr",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "275",
+ "durability": null,
+ "name": "Grimy harralander",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "206"
+ },
+ {
"requirements": "{15,25}",
- "tradeable": "true"
- },
- {
- "id": "208",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "1300",
+ "durability": null,
"name": "Grimy ranarr",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "207"
},
{
- "id": "209",
- "name": "Grimy irit",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "4909",
+ "durability": null,
+ "name": "Grimy ranarr",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "208"
+ },
+ {
"requirements": "{15,40}",
- "tradeable": "true"
- },
- {
- "id": "210",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "900",
+ "durability": null,
"name": "Grimy irit",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "209"
},
{
- "id": "211",
- "name": "Grimy avantoe",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "2034",
+ "durability": null,
+ "name": "Grimy irit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "210"
+ },
+ {
"requirements": "{15,48}",
- "tradeable": "true"
- },
- {
- "id": "212",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "500",
+ "durability": null,
"name": "Grimy avantoe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "211"
},
{
- "id": "213",
- "name": "Grimy kwuarm",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "3789",
+ "durability": null,
+ "name": "Grimy avantoe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "212"
+ },
+ {
"requirements": "{15,54}",
- "tradeable": "true"
- },
- {
- "id": "214",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "900",
+ "durability": null,
"name": "Grimy kwuarm",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "213"
},
{
- "id": "215",
- "name": "Grimy cadantine",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "1665",
+ "durability": null,
+ "name": "Grimy kwuarm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "214"
+ },
+ {
"requirements": "{15,65}",
- "tradeable": "true"
- },
- {
- "id": "216",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "900",
+ "durability": null,
"name": "Grimy cadantine",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "215"
},
{
- "id": "217",
- "name": "Grimy dwarf weed",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "1582",
+ "durability": null,
+ "name": "Grimy cadantine",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "216"
+ },
+ {
"requirements": "{15,70}",
- "tradeable": "true"
- },
- {
- "id": "218",
- "name": "Grimy dwarf weed",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "219",
- "name": "Grimy torstol",
"examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1300",
"durability": null,
+ "name": "Grimy dwarf weed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "217"
+ },
+ {
"ge_buy_limit": "10000",
+ "grand_exchange_price": "6934",
+ "durability": null,
+ "name": "Grimy dwarf weed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "218"
+ },
+ {
"requirements": "{15,75}",
- "tradeable": "true"
- },
- {
- "id": "220",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "3200",
+ "durability": null,
"name": "Grimy torstol",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "219"
},
{
- "id": "221",
- "name": "Eye of newt",
- "examine": "It seems to be looking at me.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "35800",
+ "durability": null,
+ "name": "Grimy torstol",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "220"
+ },
+ {
"shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "222",
+ "ge_buy_limit": "10000",
+ "examine": "It seems to be looking at me.",
+ "grand_exchange_price": "27",
+ "durability": null,
"name": "Eye of newt",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "221"
},
{
- "id": "223",
- "name": "Red spiders' eggs",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "27",
+ "durability": null,
+ "name": "Eye of newt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "222"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "Ewww!",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "888",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "224",
"name": "Red spiders' eggs",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "223"
},
{
- "id": "225",
- "name": "Limpwurt root",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "888",
+ "durability": null,
+ "name": "Red spiders' eggs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "224"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "The root of a limpwurt plant.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1984",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "226",
"name": "Limpwurt root",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "225"
},
{
- "id": "227",
- "name": "Vial of water",
- "examine": "A glass vial containing water.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "1984",
+ "durability": null,
+ "name": "Limpwurt root",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "226"
+ },
+ {
"shop_price": "10",
- "tradeable": "true",
- "weight": "0.02"
- },
- {
- "id": "228",
+ "ge_buy_limit": "10000",
+ "examine": "A glass vial containing water.",
+ "grand_exchange_price": "35",
+ "durability": null,
"name": "Vial of water",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.02",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "227"
},
{
- "id": "229",
- "name": "Vial",
- "examine": "An empty glass vial.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "35",
+ "durability": null,
+ "name": "Vial of water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "228"
+ },
+ {
"shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "230",
+ "ge_buy_limit": "10000",
+ "examine": "An empty glass vial.",
+ "grand_exchange_price": "2",
+ "durability": null,
"name": "Vial",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "229"
},
{
- "id": "231",
- "name": "Snape grass",
- "examine": "Strange spiky grass.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Vial",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "230"
+ },
+ {
"shop_price": "67",
- "tradeable": "true"
- },
- {
- "id": "232",
+ "ge_buy_limit": "10000",
+ "examine": "Strange spiky grass.",
+ "grand_exchange_price": "318",
+ "durability": null,
"name": "Snape grass",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "231"
},
{
- "id": "233",
- "name": "Pestle and mortar",
- "examine": "I can grind things for potions in this.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "318",
"durability": null,
- "ge_buy_limit": "1000",
+ "name": "Snape grass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "232"
+ },
+ {
"shop_price": "4",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "234",
- "name": "Pestle and mortar",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1000",
- "tradeable": "true"
+ "examine": "I can grind things for potions in this.",
+ "grand_exchange_price": "38",
+ "durability": null,
+ "name": "Pestle and mortar",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "233"
},
{
- "id": "235",
- "name": "Unicorn horn dust",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "38",
+ "durability": null,
+ "name": "Pestle and mortar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "234"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "Finely ground horn of Unicorn.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "2460",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "236",
"name": "Unicorn horn dust",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "235"
},
{
- "id": "237",
- "name": "Unicorn horn",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2460",
+ "durability": null,
+ "name": "Unicorn horn dust",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "236"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "This horn has restorative properties.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "2481",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "238",
"name": "Unicorn horn",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "237"
},
{
- "id": "239",
- "name": "White berries",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2481",
+ "durability": null,
+ "name": "Unicorn horn",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "238"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "Sour berries, used in potions.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1438",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "240",
"name": "White berries",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "239"
},
{
- "id": "241",
- "name": "Dragon scale dust",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1438",
+ "durability": null,
+ "name": "White berries",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "240"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "Finely ground scale of Dragon.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1336",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "242",
"name": "Dragon scale dust",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "31",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "241"
},
{
- "id": "243",
- "name": "Blue dragon scale",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1336",
+ "durability": null,
+ "name": "Dragon scale dust",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "242"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "A large shiny scale.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1244",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.01"
- },
- {
- "id": "244",
"name": "Blue dragon scale",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "245",
- "name": "Wine of zamorak",
- "examine": "An evil wine that is often found in chaos temples.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
"tradeable": "true",
- "weight": "1"
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.01",
+ "archery_ticket_price": "0",
+ "id": "243"
},
{
- "id": "246",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1244",
+ "durability": null,
+ "name": "Blue dragon scale",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "244"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "An evil wine that is often found in chaos temples.",
+ "grand_exchange_price": "2768",
+ "durability": null,
"name": "Wine of zamorak",
+ "tradeable": "true",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "245"
},
{
- "id": "247",
- "name": "Jangerberries",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2768",
+ "durability": null,
+ "name": "Wine of zamorak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "246"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "They don't look very ripe.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "83",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "248",
"name": "Jangerberries",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "247"
},
{
- "id": "249",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Jangerberries",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "248"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "182",
+ "durability": null,
"name": "Clean guam",
- "examine": "A fresh herb.",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "249"
},
{
- "id": "250",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "182",
+ "durability": null,
"name": "Clean guam",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "250"
},
{
- "id": "251",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "23",
+ "durability": null,
"name": "Clean marrentill",
- "examine": "A fresh herb.",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "251"
},
{
- "id": "252",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "23",
+ "durability": null,
"name": "Clean marrentill",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "252"
},
{
- "id": "253",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "144",
+ "durability": null,
"name": "Clean tarromin",
- "examine": "A fresh herb.",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "253"
},
{
- "id": "254",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "144",
+ "durability": null,
"name": "Clean tarromin",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "254"
},
{
- "id": "255",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "275",
+ "durability": null,
"name": "Clean harralander",
- "examine": "A fresh herb.",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "255"
},
{
- "id": "256",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "275",
+ "durability": null,
"name": "Clean harralander",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "256"
},
{
- "id": "257",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "4930",
+ "durability": null,
"name": "Clean ranarr",
- "examine": "A fresh herb.",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "257"
},
{
- "id": "258",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "4930",
+ "durability": null,
"name": "Clean ranarr",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "258"
},
{
- "id": "259",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "2072",
+ "durability": null,
"name": "Clean irit",
- "examine": "A fresh herb.",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "259"
},
{
- "id": "260",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2072",
+ "durability": null,
"name": "Clean irit",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "260"
},
{
- "id": "261",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "3812",
+ "durability": null,
"name": "Clean avantoe",
- "examine": "A fresh herb.",
+ "tradeable": "true",
+ "low_alchemy": "19",
+ "high_alchemy": "28",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "261"
},
{
- "id": "262",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "3812",
+ "durability": null,
"name": "Clean avantoe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "262"
},
{
- "id": "263",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "1641",
+ "durability": null,
"name": "Clean kwuarm",
- "examine": "A fresh herb.",
+ "tradeable": "true",
+ "low_alchemy": "21",
+ "high_alchemy": "32",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "263"
},
{
- "id": "264",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1641",
+ "durability": null,
"name": "Clean kwuarm",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "264"
},
{
- "id": "265",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "1585",
+ "durability": null,
"name": "Clean cadantine",
- "examine": "A fresh herb.",
+ "tradeable": "true",
+ "low_alchemy": "26",
+ "high_alchemy": "39",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "265"
},
{
- "id": "266",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1585",
+ "durability": null,
"name": "Clean cadantine",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "266"
},
{
- "id": "267",
- "name": "Clean dwarf weed",
+ "ge_buy_limit": "10000",
"examine": "A fresh herb.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "6925",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "268",
"name": "Clean dwarf weed",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "267"
},
{
- "id": "269",
- "name": "Clean torstol",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "6925",
+ "durability": null,
+ "name": "Clean dwarf weed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "268"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "A fresh herb.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "8400",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "270",
"name": "Clean torstol",
+ "tradeable": "true",
+ "low_alchemy": "30",
+ "high_alchemy": "45",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "269"
},
{
- "id": "271",
- "name": "Pressure gauge",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "35900",
+ "durability": null,
+ "name": "Clean torstol",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "270"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
"examine": "It looks like part of a machine",
+ "durability": null,
+ "name": "Pressure gauge",
"archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
+ "id": "271"
},
{
- "id": "272",
- "name": "Fish food",
- "examine": "A box of fish food / Keeps your pet fish strong and healthy.",
- "archery_ticket_price": "0",
"destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A box of fish food / Keeps your pet fish strong and healthy.",
"durability": null,
+ "name": "Fish food",
+ "archery_ticket_price": "0",
+ "id": "272",
"equipment_slot": "5"
},
{
- "id": "273",
- "name": "Poison",
- "examine": "This stuff looks nasty."
- },
- {
- "id": "274",
- "name": "Poisoned fish food",
- "examine": "This isn't good for fish.",
- "archery_ticket_price": "0",
- "destroy": "true",
"destroy_message": "You'll have to make more in Draynor Manor.",
+ "examine": "This isn't good for fish.",
"durability": null,
- "tradeable": "false"
+ "name": "Poisoned fish food",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "274"
},
{
- "id": "275",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "durability": null,
"name": "Key",
"archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
+ "id": "275"
},
{
- "id": "276",
- "name": "Rubber tube",
+ "destroy_message": "You can reclaim this item from the place you found it.",
"examine": "It's slightly charred.",
+ "durability": null,
+ "name": "Rubber tube",
"archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
+ "id": "276"
},
{
- "id": "277",
- "name": "Oil can",
+ "destroy_message": "You can reclaim this item from the place you found it.",
"examine": "It's pretty full.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
"durability": null,
+ "name": "Oil can",
+ "low_alchemy": "1",
"tradeable": "false",
- "weight": "1"
+ "high_alchemy": "1",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "277"
},
{
- "id": "278",
- "name": "Cattleprod",
"examine": "A sharp cattleprod.",
- "archery_ticket_price": "0",
- "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0",
"durability": null,
- "equipment_slot": "3",
+ "name": "Cattleprod",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "278",
"weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "279",
- "name": "Sheep feed",
- "examine": "Councillor Halgrive gave me this to kill some sheep.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2.2"
- },
- {
- "id": "280",
- "name": "Sheep bones (1)",
- "examine": "The suspicious-looking remains of a suspicious-looking sheep.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "281",
- "name": "Sheep bones (2)",
- "examine": "The suspicious-looking remains of a suspicious-looking sheep.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "282",
- "name": "Sheep bones (3)",
- "examine": "The suspicious-looking remains of a suspicious-looking sheep.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "283",
- "name": "Sheep bones (4)",
- "examine": "The suspicious-looking remains of a suspicious-looking sheep.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "284",
- "name": "Plague jacket",
- "examine": "This should protect me from the plague, I hope!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2.2"
- },
- {
- "id": "285",
- "name": "Plague trousers",
- "examine": "A thick pair of leather trousers. or These should protect me from the plague, I hope!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "weight": "2.2"
- },
- {
- "id": "286",
- "name": "Orange goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "weight": "3"
- },
- {
- "id": "287",
- "name": "Blue goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "weight": "3"
- },
- {
- "id": "288",
- "name": "Goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "shop_price": "16",
- "tradeable": "true",
- "weight": "3.6"
- },
- {
- "id": "289",
- "name": "Goblin mail",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "290",
- "name": "Research package",
- "examine": "This contains some vital research results.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "291",
- "name": "Notes",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "292",
- "name": "Book on baxtorian",
- "examine": "A book on elven history in northern 2009Scape.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "293",
- "name": "A key",
- "examine": "This will unlock something. (Waterfall Quest)",
- "archery_ticket_price": "0",
- "tradeable": "false",
- "weight": "0.01"
- },
- {
- "id": "294",
- "name": "Glarial's pebble",
- "examine": "A small pebble with elven inscription.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "295",
- "name": "Glarial's amulet",
- "examine": "A bright green gem set in a necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "296",
- "name": "Glarial's urn",
- "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "297",
- "name": "Glarial's urn",
- "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "298",
- "name": "A key",
- "examine": "This will unlock something. (Waterfall dungeon)",
- "archery_ticket_price": "0",
- "tradeable": "false",
- "weight": "0.01"
- },
- {
- "id": "299",
- "name": "Mithril seeds",
- "examine": "Magical seeds in a mithril case.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "300",
- "tradeable": "true"
- },
- {
- "id": "300",
- "name": "Rat's tail",
- "examine": "A bit of rat.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "301",
- "name": "Lobster pot",
- "examine": "Useful for catching lobsters.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{10,40}",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "302",
- "name": "Lobster pot",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "303",
- "name": "Small fishing net",
- "examine": "Useful for catching small fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "40",
- "tradeable": "true",
- "weight": "4.5"
- },
- {
- "id": "304",
- "name": "Small fishing net",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "305",
- "name": "Big fishing net",
- "examine": "Useful for catching lots of fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{16,10}",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "8.1"
- },
- {
- "id": "306",
- "name": "Big fishing net",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "307",
- "name": "Fishing rod",
- "examine": "Useful for catching sardine or herring.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{5,10}",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "308",
- "name": "Fishing rod",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "309",
- "name": "Fly fishing rod",
- "examine": "Useful for catching salmon or trout.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{20,10}",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "310",
- "name": "Fly fishing rod",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "311",
- "name": "Harpoon",
- "examine": "Useful for catching big fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{10,35}",
- "shop_price": "45",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "312",
- "name": "Harpoon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "313",
- "name": "Fishing bait",
- "examine": "For use with a fishing rod.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "314",
- "name": "Feather",
- "examine": "Used for fly fishing.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "315",
- "name": "Shrimps",
- "examine": "Some nicely cooked shrimp.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "316",
- "name": "Shrimps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "317",
- "name": "Raw shrimps",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "318",
- "name": "Raw shrimps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "319",
- "name": "Anchovies",
- "examine": "Some nicely cooked anchovies.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "320",
- "name": "Anchovies",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "321",
- "name": "Raw anchovies",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "shop_price": "16",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "322",
- "name": "Raw anchovies",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "324",
- "name": "Burnt fish",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "325",
- "name": "Sardine",
- "examine": "Some nicely cooked Sardines.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.12"
- },
- {
- "id": "326",
- "name": "Sardine",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "327",
- "name": "Raw sardine",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "shop_price": "7",
- "tradeable": "true",
- "weight": "0.12"
- },
- {
- "id": "328",
- "name": "Raw sardine",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "329",
- "name": "Salmon",
- "examine": "Some nicely cooked salmon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "88",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "330",
- "name": "Salmon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "331",
- "name": "Raw salmon",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "shop_price": "36",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "332",
- "name": "Raw salmon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "333",
- "name": "Trout",
- "examine": "Some nicely cooked trout.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "7",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "334",
- "name": "Trout",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "335",
- "name": "Raw trout",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "shop_price": "7",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "336",
- "name": "Raw trout",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "337",
- "name": "Giant carp",
- "examine": "Some nicely cooked giant carp.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "338",
- "name": "Raw giant carp",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "339",
- "name": "Cod",
- "examine": "Some nicely cooked fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "49",
- "tradeable": "true",
- "weight": "0.33"
- },
- {
- "id": "340",
- "name": "Cod",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "341",
- "name": "Raw cod",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "shop_price": "49",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "342",
- "name": "Raw cod",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "344",
- "name": "Burnt fish",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "345",
- "name": "Raw herring",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "346",
- "name": "Raw herring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "347",
- "name": "Herring",
- "examine": "Some nicely cooked herring.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "348",
- "name": "Herring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "349",
- "name": "Raw pike",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "350",
- "name": "Raw pike",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "351",
- "name": "Pike",
- "examine": "Some nicely cooked pike.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "352",
- "name": "Pike",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "353",
- "name": "Raw mackerel",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "shop_price": "26",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "354",
- "name": "Raw mackerel",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "355",
- "name": "Mackerel",
- "examine": "Some nicely cooked fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "23",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "356",
- "name": "Mackerel",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "358",
- "name": "Burnt fish",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "359",
- "name": "Raw tuna",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "0.379"
- },
- {
- "id": "360",
- "name": "Raw tuna",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "361",
- "name": "Tuna",
- "examine": "Wow, this is a big fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "126",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "362",
- "name": "Tuna",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "363",
- "name": "Raw bass",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "364",
- "name": "Raw bass",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "365",
- "name": "Bass",
- "examine": "Wow, this is a big fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "270",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "366",
- "name": "Bass",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "368",
- "name": "Burnt fish",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "370",
- "name": "Burnt fish",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "371",
- "name": "Raw swordfish",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "372",
- "name": "Raw swordfish",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "373",
- "name": "Swordfish",
- "examine": "I'd better be careful eating this!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "400",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "374",
- "name": "Swordfish",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "376",
- "name": "Burnt swordfish",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "377",
- "name": "Raw lobster",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "378",
- "name": "Raw lobster",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "379",
- "name": "Lobster",
- "examine": "This looks tricky to eat.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "107",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "380",
- "name": "Lobster",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "382",
- "name": "Burnt lobster",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "383",
- "name": "Raw shark",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "0.7"
- },
- {
- "id": "384",
- "name": "Raw shark",
- "examine": "",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "385",
- "name": "Shark",
- "examine": "I'd better be careful eating this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.6"
- },
- {
- "id": "386",
- "name": "Shark",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "388",
- "name": "Burnt shark",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "389",
- "name": "Raw manta ray",
- "examine": "A rare catch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "390",
- "name": "Raw manta ray",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "391",
- "name": "Manta ray",
- "examine": "Mmmm...this looks tasty!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "392",
- "name": "Manta ray",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "394",
- "name": "Burnt manta ray",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "395",
- "name": "Raw sea turtle",
- "examine": "A rare catch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "396",
- "name": "Raw sea turtle",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "397",
- "name": "Sea turtle",
- "examine": "Tasty!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.35"
- },
- {
- "id": "398",
- "name": "Sea turtle",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "400",
- "name": "Burnt sea turtle",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "401",
- "name": "Seaweed",
- "examine": "Slightly damp seaweed.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "402",
- "name": "Seaweed",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "403",
- "name": "Edible seaweed",
- "examine": "Slightly damp seaweed.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "404",
- "name": "Edible seaweed",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "405",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "406",
- "name": "Casket",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "407",
- "name": "Oyster",
- "examine": "Its a rare oyster.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "408",
- "name": "Oyster",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "409",
- "name": "Empty oyster",
- "examine": "Aww, it's empty.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.08"
- },
- {
- "id": "410",
- "name": "Empty oyster",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "411",
- "name": "Oyster pearl",
- "examine": "I could work wonders with a chisel on this pearl.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "500",
- "shop_price": "44",
- "tradeable": "true"
- },
- {
- "id": "412",
- "name": "Oyster pearl",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "413",
- "name": "Oyster pearls",
- "examine": "I could work wonders with a chisel on these pearls.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "414",
- "name": "Oyster pearls",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "415",
- "name": "Ethenea",
- "examine": "An expensive colourless liquid.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "416",
- "name": "Liquid honey",
- "examine": "This isn't worth much.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "417",
- "name": "Sulphuric broline",
- "examine": "It's highly poisonous.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "418",
- "name": "Plague sample",
- "examine": "Probably best I don't keep this too long.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "419",
- "name": "Touch paper",
- "examine": "A special kind of paper.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "420",
- "name": "Distillator",
- "examine": "Apparently it distills.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "421",
- "name": "Lathas' amulet",
- "examine": "Yup. It's an amulet.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "422",
- "name": "Bird feed",
- "examine": "Birds love this stuff!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "424",
- "name": "Pigeon cage",
- "examine": "(empty) It's empty... (full) It's full of pigeons.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "425",
- "name": "Pigeon cage",
- "examine": "(empty) It's empty... (full) It's full of pigeons.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "426",
- "name": "Priest gown",
- "examine": "Top half of a priest suit.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "427",
- "name": "Priest gown",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "428",
- "name": "Priest gown",
- "examine": "Bottom half of a priest suit.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "429",
- "name": "Priest gown",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "430",
- "name": "Doctors' gown",
- "examine": "Medical looking.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "1"
- },
- {
- "id": "431",
- "name": "Karamjan rum",
- "examine": "A very strong spirit brewed in Karamja.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "27"
- },
- {
- "id": "433",
- "name": "Pirate message",
- "examine": "Pirates don't have the best handwriting...",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "434",
- "name": "Clay",
- "examine": "Some hard dry clay.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "435",
- "name": "Clay",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "436",
- "name": "Copper ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tokkul_price": "4",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "437",
- "name": "Copper ore",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "438",
- "name": "Tin ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "6",
- "tokkul_price": "4",
- "tradeable": "true",
- "weight": "2.25"
- },
- {
- "id": "439",
- "name": "Tin ore",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "440",
- "name": "Iron ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tokkul_price": "25",
- "tradeable": "true",
- "weight": "2.25"
- },
- {
- "id": "441",
- "name": "Iron ore",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "442",
- "name": "Silver ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "82",
- "tokkul_price": "112",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "443",
- "name": "Silver ore",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "444",
- "name": "Gold ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tokkul_price": "225",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "445",
- "name": "Gold ore",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "446",
- "name": "'perfect' gold ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "447",
- "name": "Mithril ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "243",
- "tokkul_price": "243",
- "tradeable": "true",
- "weight": "1.75"
- },
- {
- "id": "448",
- "name": "Mithril ore",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "449",
- "name": "Adamantite ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "1300",
- "tokkul_price": "600",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "450",
- "name": "Adamantite ore",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "451",
- "name": "Runite ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tokkul_price": "4800",
- "tradeable": "true",
- "weight": "2.25"
- },
- {
- "id": "452",
- "name": "Runite ore",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "453",
- "name": "Coal",
- "examine": "Hmm a non-renewable energy source!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tokkul_price": "67",
- "tradeable": "true",
- "weight": "2.25"
- },
- {
- "id": "454",
- "name": "Coal",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "455",
- "name": "Barcrawl card",
- "examine": "The official Alfred Grimhand bar crawl card.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "456",
- "name": "Scorpion cage",
- "examine": "It's empty!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Thormac to get another cage.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.15"
- },
- {
- "id": "457",
- "name": "Scorpion cage",
- "examine": "There is 1 scorpion inside.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Thormac to get another cage.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.175"
- },
- {
- "id": "458",
- "name": "Scorpion cage",
- "examine": "There are 2 scorpions inside.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Thormac to get another cage.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "459",
- "name": "Scorpion cage",
- "examine": "There is 1 scorpion inside.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Thormac to get another cage.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.175"
- },
- {
- "id": "460",
- "name": "Scorpion cage",
- "examine": "There are 2 scorpions inside.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Thormac to get another cage.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "461",
- "name": "Scorpion cage",
- "examine": "There is 1 scorpion inside.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Thormac to get another cage.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.175"
- },
- {
- "id": "462",
- "name": "Scorpion cage",
- "examine": "There are 2 scorpions inside.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Thormac to get another cage.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "463",
- "name": "Scorpion cage",
- "examine": "There are 3 scorpions inside.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Thormac to get another cage.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.225"
- },
- {
- "id": "464",
- "name": "Strange fruit",
- "examine": "Found on strange plants that grow around Karamja.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "465",
- "name": "Strange fruit",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "466",
- "name": "Pickaxe handle",
- "examine": "Useless without the head.",
- "archery_ticket_price": "0",
- "attack_audios": "2508,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "467",
- "name": "Pickaxe handle",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "468",
- "name": "Broken pickaxe",
- "examine": "Nurmof can fix this for me.",
- "archery_ticket_price": "0",
- "attack_audios": "2508,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "469",
- "name": "Broken pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "470",
- "name": "Broken pickaxe",
- "examine": "Nurmof can fix this for me.",
- "archery_ticket_price": "0",
- "attack_audios": "2508,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "471",
- "name": "Broken pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "472",
- "name": "Broken pickaxe",
- "examine": "Nurmof can fix this for me.",
- "archery_ticket_price": "0",
- "attack_audios": "2508,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "473",
- "name": "Broken pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "474",
- "name": "Broken pickaxe",
- "examine": "Nurmof can fix this for me.",
- "archery_ticket_price": "0",
- "attack_audios": "2508,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "475",
- "name": "Broken pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "476",
- "name": "Broken pickaxe",
- "examine": "Nurmof can fix this for me.",
- "archery_ticket_price": "0",
- "attack_audios": "2508,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "477",
- "name": "Broken pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "478",
- "name": "Broken pickaxe",
- "examine": "Nurmof can fix this for me.",
- "archery_ticket_price": "0",
- "attack_audios": "2508,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "479",
- "name": "Broken pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "480",
- "name": "Bronze pick head",
- "examine": "It's missing a handle.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "481",
- "name": "Bronze pick head",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "482",
- "name": "Iron pick head",
- "examine": "It's missing a handle.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "483",
- "name": "Iron pick head",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "484",
- "name": "Steel pick head",
- "examine": "It's missing a handle.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "485",
- "name": "Steel pick head",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "486",
- "name": "Mithril pick head",
- "examine": "It's missing a handle.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "487",
- "name": "Mithril pick head",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "488",
- "name": "Adamant pick head",
- "examine": "It's missing a handle.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "489",
- "name": "Adamant pick head",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "490",
- "name": "Rune pick head",
- "examine": "It's missing a handle.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "491",
- "name": "Rune pick head",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "492",
- "name": "Picture",
- "examine": "Useless without the head.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true"
- },
- {
- "id": "493",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "494",
- "name": "Broken axe",
- "examine": "Bob can fix this broken (metal) axe for me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "2.5"
- },
- {
- "id": "495",
- "name": "Broken axe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "496",
- "name": "Broken axe",
- "examine": "Bob can fix this broken (metal) axe for me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "2.5"
- },
- {
- "id": "497",
- "name": "Broken axe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "498",
- "name": "Broken axe",
- "examine": "Bob can fix this broken (metal) axe for me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "2.5"
- },
- {
- "id": "499",
- "name": "Broken axe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "500",
- "name": "Broken axe",
- "examine": "Bob can fix this broken (metal) axe for me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "2.5"
- },
- {
- "id": "501",
- "name": "Broken axe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "502",
- "name": "Broken axe",
- "examine": "Bob can fix this broken (metal) axe for me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "2.5"
- },
- {
- "id": "503",
- "name": "Broken axe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "504",
- "name": "Broken axe",
- "examine": "Bob can fix this broken (metal) axe for me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "2.5"
- },
- {
- "id": "505",
- "name": "Broken axe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "506",
- "name": "Broken axe",
- "examine": "Bob can fix this broken (metal) axe for me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "2.5"
- },
- {
- "id": "507",
- "name": "Broken axe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "508",
- "name": "Picture",
- "examine": "A piece of ancient goblin axe.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "509",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "510",
- "name": "Picture",
- "examine": "A piece of ancient goblin axe.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "511",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "512",
- "name": "Picture",
- "examine": "A piece of ancient goblin axe.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "513",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "514",
- "name": "Picture",
- "examine": "A piece of ancient goblin axe.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "515",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "516",
- "name": "Picture",
- "examine": "A piece of ancient goblin axe.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "517",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "518",
- "name": "Picture",
- "examine": "A piece of ancient goblin axe.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "519",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "520",
- "name": "Picture",
- "examine": "A piece of ancient goblin axe.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "521",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "522",
- "name": "Enchanted beef",
- "examine": "I don't fancy eating this now.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "523",
- "name": "Enchanted rat meat",
- "examine": "I don't fancy eating this now.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "524",
- "name": "Enchanted bear meat",
- "examine": "I don't fancy eating this now.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "525",
- "name": "Enchanted chicken",
- "examine": "I don't fancy eating this now.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "526",
- "name": "Bones",
- "examine": "Bones are for burying!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "190",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "527",
- "name": "Bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "190",
- "tradeable": "true"
- },
- {
- "id": "528",
- "name": "Burnt bones",
- "examine": "Bones are for burying!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "529",
- "name": "Burnt bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "530",
- "name": "Bat bones",
- "examine": "Ew it's a pile of bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "531",
- "name": "Bat bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "532",
- "name": "Big bones",
- "examine": "Normal: Ew, it's a pile of bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "593",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "533",
- "name": "Big bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "593",
- "tradeable": "true"
- },
- {
- "id": "534",
- "name": "Babydragon bones",
- "examine": "Ew, it's a pile of bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.7"
- },
- {
- "id": "535",
- "name": "Babydragon bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "536",
- "name": "Dragon bones",
- "examine": "These would feed a dog for months!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.5"
- },
- {
- "id": "537",
- "name": "Dragon bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "538",
- "name": "Druid's robe",
- "examine": "Keeps a druid's knees nice and warm.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "539",
- "name": "Druid's robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "540",
- "name": "Druid's robe",
- "examine": "I feel closer to the gods when I am wearing this.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "tradeable": "true"
- },
- {
- "id": "541",
- "name": "Druid's robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "542",
- "name": "Monk's robe",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "543",
- "name": "Monk's robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "544",
- "name": "Monk's robe",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,6,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "tradeable": "true"
- },
- {
- "id": "545",
- "name": "Monk's robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "546",
- "name": "Shade robe",
- "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2"
- },
- {
- "id": "548",
- "name": "Shade robe",
- "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0",
- "durability": null,
- "equipment_slot": "7",
- "weight": "2"
- },
- {
- "id": "550",
- "name": "Newcomer map",
- "examine": "Issued by 2009Scape Council to all new citizens.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "551",
- "name": "Newcomer map",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "552",
- "name": "Ghostspeak amulet",
- "examine": "It lets me talk to ghosts.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "553",
- "name": "Ghost's skull",
- "examine": "Ooooh spooky!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you get rid of the skull you'll have to search for it again.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "554",
- "name": "Fire rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "17",
- "tokkul_price": "6",
- "tradeable": "true"
- },
- {
- "id": "555",
- "name": "Water rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "17",
- "tokkul_price": "6",
- "tradeable": "true"
- },
- {
- "id": "556",
- "name": "Air rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "17",
- "tokkul_price": "6",
- "tradeable": "true"
- },
- {
- "id": "557",
- "name": "Earth rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "17",
- "tokkul_price": "6",
- "tradeable": "true"
- },
- {
- "id": "558",
- "name": "Mind rune",
- "examine": "Used for basic missile spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "17",
- "tokkul_price": "4",
- "tradeable": "true"
- },
- {
- "id": "559",
- "name": "Body rune",
- "examine": "Used for Curse spells",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "16",
- "tokkul_price": "4",
- "tradeable": "true"
- },
- {
- "id": "560",
- "name": "Death rune",
- "examine": "Used for medium missile spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "310",
- "tokkul_price": "270",
- "tradeable": "true"
- },
- {
- "id": "561",
- "name": "Nature rune",
- "examine": "Used for alchemy spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "372",
- "tradeable": "true"
- },
- {
- "id": "562",
- "name": "Chaos rune",
- "examine": "Used for small missile spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "140",
- "tokkul_price": "135",
- "tradeable": "true"
- },
- {
- "id": "563",
- "name": "Law rune",
- "examine": "Used for teleport spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "378",
- "tradeable": "true"
- },
- {
- "id": "564",
- "name": "Cosmic rune",
- "examine": "Used for enchant spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "232",
- "tradeable": "true"
- },
- {
- "id": "565",
- "name": "Blood rune",
- "examine": "Used for large missile spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "550",
- "tradeable": "true"
- },
- {
- "id": "566",
- "name": "Soul rune",
- "examine": "Used for high level curse spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "400",
- "tradeable": "true"
- },
- {
- "id": "567",
- "name": "Unpowered orb",
- "examine": "I'd prefer it if it was powered.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "568",
- "name": "Unpowered orb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "569",
- "name": "Fire orb",
- "examine": "A magic glowing orb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "570",
- "name": "Fire orb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "571",
- "name": "Water orb",
- "examine": "A magic glowing orb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "572",
- "name": "Water orb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "573",
- "name": "Air orb",
- "examine": "A magic glowing orb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "574",
- "name": "Air orb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "575",
- "name": "Earth orb",
- "examine": "A magic glowing orb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "576",
- "name": "Earth orb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "577",
- "name": "Wizard robe",
- "examine": "I can do magic better in this.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "4",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "578",
- "name": "Wizard robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "579",
- "name": "Wizard hat",
- "examine": "A silly pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.45"
- },
- {
- "id": "580",
- "name": "Wizard hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "581",
- "name": "Black robe",
- "examine": "I can do magic better in this.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "582",
- "name": "Black robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "583",
- "name": "Bailing bucket",
- "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "584",
- "name": "Bailing bucket",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "585",
- "name": "Bailing bucket",
- "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "586",
- "name": "Bailing bucket",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "587",
- "name": "Orb of protection",
- "examine": "A strange glowing green orb.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "588",
- "name": "Orbs of protection",
- "examine": "Two strange glowing green orbs.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "589",
- "name": "Gnome amulet",
- "examine": "It's an amulet of protection given to me by the Gnomes.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,13,13,13,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "590",
- "name": "Tinderbox",
- "examine": "Useful for lighting a fire.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "591",
- "name": "Tinderbox",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "592",
- "name": "Ashes",
- "examine": "A heap of ashes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.056"
- },
- {
- "id": "593",
- "name": "Ashes",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "594",
- "name": "Lit torch",
- "examine": "A lit home-made torch.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.5"
- },
- {
- "id": "596",
- "name": "Unlit torch",
- "examine": "An unlit home-made torch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "597",
- "name": "Unlit torch",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "598",
- "name": "Bronze fire arrows",
- "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "600",
- "name": "Astronomy book",
- "examine": "A book on the history of astronomy in 2009Scape.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "601",
- "name": "Goblin kitchen key",
- "examine": "A small key for a large door.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to find another, down in the dungeon.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "602",
- "name": "Lens mould",
- "examine": "An unusual clay mould in the shape of a disc.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to get another down in the dungeon.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "603",
- "name": "Observatory lens",
- "examine": "A perfectly circular disc of glass.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "604",
- "name": "Bone shard",
- "examine": "A slender bone shard given to you by Zadimus.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160"
- },
- {
- "id": "605",
- "name": "Bone key",
- "examine": "A key fashioned from a shard of bone. (Shilo Village)",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "606",
- "name": "Stone-plaque",
- "examine": "A stone plaque with carved letters in it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "607",
- "name": "Tattered scroll",
- "examine": "An ancient tattered scroll.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "608",
- "name": "Crumpled scroll",
- "examine": "An ancient crumpled scroll.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "609",
- "name": "Rashiliyia corpse",
- "examine": "The remains of the Zombie Queen.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "610",
- "name": "Zadimus corpse",
- "examine": "The remains of Zadimus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "611",
- "name": "Locating crystal",
- "examine": "A magical crystal sphere.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "612",
- "name": "Locating crystal",
- "examine": "A magical crystal sphere.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "613",
- "name": "Locating crystal",
- "examine": "A magical crystal sphere.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "614",
- "name": "Locating crystal",
- "examine": "A magical crystal sphere.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "615",
- "name": "Locating crystal",
- "examine": "A magical crystal sphere.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "616",
- "name": "Beads of the dead",
- "examine": "A curious looking neck ornament.",
- "archery_ticket_price": "0",
- "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,0,0",
- "destroy": "true",
- "destroy_message": "You made the beads of the dead during the Shilo Village quest. You can get another from Yanni Salika in Shilo Village for 1200 gold.",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "1200",
- "tradeable": "false"
- },
- {
- "id": "617",
- "name": "Coins",
- "examine": "Lovely money!",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null
- },
- {
- "id": "618",
- "name": "Bone beads",
- "examine": "Beads carved out of a bone.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "619",
- "name": "Paramaya ticket",
- "examine": "Allows you to rest in the luxurious Paramayer Inn.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "35"
- },
- {
- "id": "620",
- "name": "Paramaya ticket",
- "examine": "Allows you to rest in the luxurious Paramayer Inn.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "35"
- },
- {
- "id": "621",
- "name": "Ship ticket",
- "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "623",
- "name": "Sword pommel",
- "examine": "An ivory sword pommel.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "624",
- "name": "Bervirius notes",
- "examine": "Notes taken from the tomb of Bervirius.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "625",
- "name": "Wampum belt",
- "examine": "A decorated belt used to trade information between distant villages.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "626",
- "name": "Boots",
- "examine": "They're soft, silky and pink.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "627",
- "name": "Boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "628",
- "name": "Boots",
- "examine": "They're soft, silky and green.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "629",
- "name": "Boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "630",
- "name": "Boots",
- "examine": "They're soft, silky and blue.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "631",
- "name": "Boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "632",
- "name": "Boots",
- "examine": "They're soft, silky and cream.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "633",
- "name": "Boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "634",
- "name": "Boots",
- "examine": "They're soft, silky and turquoise.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "635",
- "name": "Boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "636",
- "name": "Robe top",
- "examine": "The ultimate in gnome design, now in pink.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "637",
- "name": "Robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "638",
- "name": "Robe top",
- "examine": "The ultimate in gnome design, now in green.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "639",
- "name": "Robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "640",
- "name": "Robe top",
- "examine": "The ultimate in gnome design, now in blue.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "641",
- "name": "Robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "642",
- "name": "Robe top",
- "examine": "The ultimate in gnome design, now in cream.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "643",
- "name": "Robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "644",
- "name": "Robe top",
- "examine": "The ultimate in gnome design, now in turquoise.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "645",
- "name": "Robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "646",
- "name": "Robe bottoms",
- "examine": "Made by tree gnomes with a thing for pink.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "647",
- "name": "Robe bottoms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "648",
- "name": "Robe bottoms",
- "examine": "Made by tree gnomes with a thing for green.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "649",
- "name": "Robe bottoms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "650",
- "name": "Robe bottoms",
- "examine": "Made by tree gnomes with a thing for blue.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "651",
- "name": "Robe bottoms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "652",
- "name": "Robe bottoms",
- "examine": "Made by tree gnomes with a thing for cream.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "653",
- "name": "Robe bottoms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "654",
- "name": "Robe bottoms",
- "examine": "Made by tree gnomes with a thing for turquoise.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "180",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "655",
- "name": "Robe bottoms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "656",
- "name": "Hat",
- "examine": "A silly, pink pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "657",
- "name": "Hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "658",
- "name": "Hat",
- "examine": "A silly, green pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "659",
- "name": "Hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "660",
- "name": "Hat",
- "examine": "A silly, blue pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "661",
- "name": "Hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "662",
- "name": "Hat",
- "examine": "A silly, cream pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "663",
- "name": "Hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "664",
- "name": "Hat",
- "examine": "A silly, turquoise pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "665",
- "name": "Hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "666",
- "name": "Portrait",
- "examine": "Picture of a posing Paladin.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "667",
- "name": "Blurite sword",
- "examine": "A Faladian Knight's sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
- "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,10,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "292",
- "run_anim": "824",
- "stand_anim": "809",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6",
- "weight": "1"
- },
- {
- "id": "668",
- "name": "Blurite ore",
- "examine": "Definitely blue.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2.2"
- },
- {
- "id": "669",
- "name": "Specimen jar",
- "examine": "A receptacle for specimens!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "670",
- "name": "Specimen brush",
- "examine": "A small brush used to clean rock samples.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "671",
- "name": "Animal skull",
- "examine": "A carefully-kept-safe skull sample.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "672",
- "name": "Special cup",
- "examine": "A special cup.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "673",
- "name": "Teddy",
- "examine": "A lucky mascot.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "674",
- "name": "Cracked sample",
- "examine": "A roughly shaped piece of rock.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "675",
- "name": "Rock pick",
- "examine": "A small pick for digging.",
- "archery_ticket_price": "0",
- "durability": null,
+ "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0",
"equipment_slot": "3"
},
{
- "id": "676",
- "name": "Trowel",
- "examine": "Used for digging!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "677",
- "name": "Panning tray",
- "examine": "An empty tray for panning.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "678",
- "name": "Panning tray",
- "examine": "This tray contains gold nuggets.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "679",
- "name": "Panning tray",
- "examine": "This tray contains mud.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "680",
- "name": "Nuggets",
- "examine": "Pure, lovely gold!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "681",
- "name": "Ancient talisman",
- "examine": "An unusual symbol as yet unidentified by the archaeological expert.",
- "archery_ticket_price": "0",
+ "examine": "Councillor Halgrive gave me this to kill some sheep.",
"durability": null,
- "weight": "0.2"
+ "name": "Sheep feed",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "279"
},
{
- "id": "682",
- "name": "Unstamped letter",
- "examine": "A letter waiting to be stamped.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "examine": "The suspicious-looking remains of a suspicious-looking sheep.",
"durability": null,
- "tradeable": "false",
- "weight": "1"
+ "name": "Sheep bones (1)",
+ "archery_ticket_price": "0",
+ "id": "280"
},
{
- "id": "683",
- "name": "Sealed letter",
- "examine": "A sealed letter of recommendation.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "examine": "The suspicious-looking remains of a suspicious-looking sheep.",
"durability": null,
- "tradeable": "false"
+ "name": "Sheep bones (2)",
+ "archery_ticket_price": "0",
+ "id": "281"
},
{
- "id": "684",
- "name": "Belt buckle",
- "examine": "Used to hold up trousers!",
- "archery_ticket_price": "0",
+ "examine": "The suspicious-looking remains of a suspicious-looking sheep.",
"durability": null,
- "weight": "1"
+ "name": "Sheep bones (3)",
+ "archery_ticket_price": "0",
+ "id": "282"
},
{
- "id": "685",
- "name": "Old boot",
- "examine": "Phew!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "686",
- "name": "Rusty sword",
- "examine": "A decent-enough weapon gone rusty.",
- "archery_ticket_price": "0",
+ "examine": "The suspicious-looking remains of a suspicious-looking sheep.",
"durability": null,
- "weight": "2"
+ "name": "Sheep bones (4)",
+ "archery_ticket_price": "0",
+ "id": "283"
},
{
- "id": "687",
- "name": "Broken arrow",
- "examine": "This must have been shot at high speed.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "688",
- "name": "Buttons",
- "examine": "Not Dick Whittington's helper at all!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "689",
- "name": "Broken staff",
- "examine": "I pity the poor person beaten with this!",
- "archery_ticket_price": "0",
- "attack_audios": "2555,0,0,0",
+ "remove_sleeves": "true",
+ "examine": "This should protect me from the plague, I hope!",
"durability": null,
+ "name": "Plague jacket",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "284",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "A thick pair of leather trousers. or These should protect me from the plague, I hope!",
+ "durability": null,
+ "name": "Plague trousers",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "285",
+ "equipment_slot": "7"
+ },
+ {
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "name": "Orange goblin mail",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "286",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "name": "Blue goblin mail",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "287",
+ "equipment_slot": "4"
+ },
+ {
+ "shop_price": "16",
+ "ge_buy_limit": "100",
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3.6",
+ "equipment_slot": "4",
+ "grand_exchange_price": "398",
+ "name": "Goblin mail",
"tradeable": "true",
- "weight": "1.8"
+ "archery_ticket_price": "0",
+ "id": "288"
},
{
- "id": "690",
- "name": "Picture",
- "examine": "Smashed glass.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "691",
- "name": "Level 1 certificate",
- "examine": "The owner has passed Earth Sciences Level 1 exam.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "692",
- "name": "Level 2 certificate",
- "examine": "The owner has passed Earth Sciences Level 2 exam.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "693",
- "name": "Level 3 certificate",
- "examine": "The owner has passed Earth Sciences Level 3 exam.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "694",
- "name": "Ceramic remains",
- "examine": "Smashing!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "695",
- "name": "Old tooth",
- "examine": "Now, if I could just find a tooth fairy to sell this to...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "696",
- "name": "Invitation letter",
- "examine": "A letter inviting me to use the private digging shafts.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "398",
"durability": null,
- "tradeable": "false"
+ "name": "Goblin mail",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "289"
},
{
- "id": "697",
- "name": "Damaged armour",
- "examine": "It would be hard to repair this!",
- "archery_ticket_price": "0",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This contains some vital research results.",
"durability": null,
- "weight": "7.75"
+ "name": "Research package",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "290"
},
{
- "id": "698",
- "name": "Broken armour",
- "examine": "Armour left over from a great fight.",
- "archery_ticket_price": "0",
+ "destroy_message": "You can reclaim this item from the place you found it.",
"durability": null,
- "weight": "8"
+ "name": "Notes",
+ "archery_ticket_price": "0",
+ "id": "291"
},
{
- "id": "699",
- "name": "Stone tablet",
- "examine": "An old stone slab with writing on it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "700",
- "name": "Chemical powder",
- "examine": "An acrid chemical.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "701",
- "name": "Ammonium nitrate",
- "examine": "An acrid chemical.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "702",
- "name": "Unidentified liquid",
- "examine": "A strong chemical.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "examine": "A book on elven history in northern RuneScape.",
"durability": null,
+ "name": "Book on baxtorian",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "292"
+ },
+ {
+ "examine": "A small pebble with elven inscription.",
+ "durability": null,
+ "name": "Glarial's pebble",
+ "archery_ticket_price": "0",
+ "id": "294"
+ },
+ {
+ "examine": "A bright green gem set in a necklace.",
+ "durability": null,
+ "name": "Glarial's amulet",
+ "archery_ticket_price": "0",
+ "id": "295",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.",
+ "durability": null,
+ "name": "Glarial's urn",
+ "archery_ticket_price": "0",
+ "id": "296"
+ },
+ {
+ "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.",
+ "durability": null,
+ "name": "Glarial's urn",
+ "archery_ticket_price": "0",
+ "id": "297"
+ },
+ {
+ "shop_price": "300",
+ "ge_buy_limit": "5000",
+ "examine": "Magical seeds in a mithril case.",
+ "grand_exchange_price": "623",
+ "durability": null,
+ "name": "Mithril seeds",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "299"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A bit of rat.",
+ "durability": null,
+ "name": "Rat's tail",
+ "low_alchemy": "1",
"tradeable": "false",
- "weight": "1"
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "300"
},
{
- "id": "703",
- "name": "Nitroglycerin",
- "examine": "A strong chemical.",
- "archery_ticket_price": "0",
+ "requirements": "{10,40}",
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "Useful for catching lobsters.",
"durability": null,
- "shop_price": "1",
- "weight": "1"
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "grand_exchange_price": "100",
+ "name": "Lobster pot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "301"
},
{
- "id": "704",
- "name": "Ground charcoal",
- "examine": "Charcoal - crushed to small pieces!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "705",
- "name": "Mixed chemicals",
- "examine": "A mixture of strong chemicals.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "100",
"durability": null,
- "shop_price": "1",
- "weight": "0.03"
+ "name": "Lobster pot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "302"
},
{
- "id": "706",
- "name": "Mixed chemicals",
- "examine": "A mixture of strong chemicals.",
- "archery_ticket_price": "0",
+ "shop_price": "40",
+ "ge_buy_limit": "100",
+ "examine": "Useful for catching small fish.",
+ "grand_exchange_price": "397",
"durability": null,
- "shop_price": "1",
- "weight": "0.035"
+ "name": "Small fishing net",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "4.5",
+ "archery_ticket_price": "0",
+ "id": "303"
},
{
- "id": "707",
- "name": "Chemical compound",
- "examine": "A mixture of strong chemicals.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "397",
"durability": null,
- "weight": "0.035"
- },
- {
- "id": "708",
- "name": "Arcenia root",
- "examine": "The root of an arcenia plant.",
+ "name": "Small fishing net",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null
+ "id": "304"
},
{
- "id": "709",
- "name": "Chest key",
- "examine": "This key opens a chest in the Carnillean household."
- },
- {
- "id": "710",
- "name": "Vase",
- "examine": "An unusually shaped vase. You can see something glinting inside.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "711",
- "name": "Book on chemicals",
- "examine": "It's about chemicals, judging from its cover.",
- "archery_ticket_price": "0",
+ "requirements": "{16,10}",
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "Useful for catching lots of fish.",
"durability": null,
- "weight": "0.5"
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "8.1",
+ "grand_exchange_price": "329",
+ "name": "Big fishing net",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "305"
},
{
- "id": "712",
- "name": "Cup of tea",
- "examine": "A nice cup of tea.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "329",
"durability": null,
+ "name": "Big fishing net",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "306"
+ },
+ {
+ "requirements": "{5,10}",
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "Useful for catching sardine or herring.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "1.3",
+ "grand_exchange_price": "74",
+ "name": "Fishing rod",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "307"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Fishing rod",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "308"
+ },
+ {
+ "requirements": "{20,10}",
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "Useful for catching salmon or trout.In Daemonhiem: Just add feathers.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "1.3",
+ "grand_exchange_price": "123",
+ "name": "Fly fishing rod",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "309"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "123",
+ "durability": null,
+ "name": "Fly fishing rod",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "310"
+ },
+ {
+ "requirements": "{10,35}",
+ "shop_price": "45",
+ "ge_buy_limit": "5000",
+ "examine": "Useful for catching big fish.",
+ "durability": null,
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "weight": "1.3",
+ "grand_exchange_price": "235",
+ "name": "Harpoon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "311"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "235",
+ "durability": null,
+ "name": "Harpoon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "312"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "10000",
+ "examine": "For use with a fishing rod.",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Fishing bait",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "313"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "10000",
+ "examine": "Used for fly fishing.",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Feather",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "314"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Some nicely cooked shrimp.",
+ "grand_exchange_price": "9",
+ "durability": null,
+ "name": "Shrimps",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "315"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "9",
+ "durability": null,
+ "name": "Shrimps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "316"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Raw shrimps",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "317"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Raw shrimps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "318"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Some nicely cooked anchovies.",
+ "grand_exchange_price": "26",
+ "durability": null,
+ "name": "Anchovies",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "319"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "26",
+ "durability": null,
+ "name": "Anchovies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "320"
+ },
+ {
+ "shop_price": "16",
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Raw anchovies",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "321"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Raw anchovies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "322"
+ },
+ {
+ "durability": null,
+ "name": "Burnt fish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "324"
+ },
+ {
"shop_price": "10",
+ "ge_buy_limit": "10000",
+ "examine": "Some nicely cooked Sardines.",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Sardine",
"tradeable": "true",
- "weight": "0.1"
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.12",
+ "archery_ticket_price": "0",
+ "id": "325"
},
{
- "id": "714",
- "name": "Radimus notes",
- "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "715",
- "name": "Radimus notes",
- "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "716",
- "name": "Bull roarer",
- "examine": "It makes a loud but interesting sound when swung in the air.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "717",
- "name": "Scrawled note",
- "examine": "A scrawled note with spidery writing on it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "718",
- "name": "A scribbled note",
- "examine": "A scrawled note with spidery writing on it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "719",
- "name": "Scrumpled note",
- "examine": "A scrawled note with spidery writing on it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "720",
- "name": "Sketch",
- "examine": "A rough sketch of a bowl shaped vessel given to you by Gujuo.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "721",
- "name": "Gold bowl",
- "examine": "A specially made bowl constructed out of pure gold.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "722",
- "name": "Blessed gold bowl",
- "examine": "A specially made bowl constructed out of pure gold and blessed.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "12",
"durability": null,
- "weight": "0.8"
+ "name": "Sardine",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "326"
},
{
- "id": "723",
- "name": "Golden bowl",
- "examine": "A blessed golden bowl. It has pure sacred water in it.",
- "archery_ticket_price": "0",
+ "shop_price": "7",
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "31",
"durability": null,
- "weight": "1"
+ "name": "Raw sardine",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.12",
+ "archery_ticket_price": "0",
+ "id": "327"
},
{
- "id": "724",
- "name": "Golden bowl",
- "examine": "A blessed golden bowl. It has pure sacred water in it.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "31",
"durability": null,
- "weight": "1"
+ "name": "Raw sardine",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "328"
},
{
- "id": "725",
- "name": "Golden bowl",
- "examine": "A blessed golden bowl. It has pure sacred water in it.",
- "archery_ticket_price": "0",
+ "shop_price": "88",
+ "ge_buy_limit": "10000",
+ "examine": "Some nicely cooked salmon.",
+ "grand_exchange_price": "278",
"durability": null,
- "weight": "1"
+ "name": "Salmon",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "329"
},
{
- "id": "726",
- "name": "Golden bowl",
- "examine": "A blessed golden bowl. It has pure sacred water in it.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "278",
"durability": null,
- "weight": "1"
+ "name": "Salmon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "330"
},
{
- "id": "727",
- "name": "Hollow reed",
- "examine": "One of nature's pipes.",
- "archery_ticket_price": "0",
+ "shop_price": "36",
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "172",
"durability": null,
- "weight": "0.012"
+ "name": "Raw salmon",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "55",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "331"
},
{
- "id": "728",
- "name": "Hollow reed",
- "examine": "One of nature's pipes.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "172",
"durability": null,
- "weight": "0.012"
+ "name": "Raw salmon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "332"
},
{
- "id": "729",
- "name": "Shamans tome",
- "examine": "It looks like the Shamans personal notes...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "730",
- "name": "Binding book",
- "examine": "An ancient tome on Demonology.",
- "archery_ticket_price": "0",
+ "shop_price": "7",
+ "ge_buy_limit": "10000",
+ "examine": "Some nicely cooked trout.",
+ "grand_exchange_price": "172",
"durability": null,
- "weight": "0.5"
+ "name": "Trout",
+ "tradeable": "true",
+ "low_alchemy": "27",
+ "high_alchemy": "40",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "333"
},
{
- "id": "731",
- "name": "Enchanted vial",
- "examine": "An enchanted empty glass vial.",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "172",
+ "durability": null,
+ "name": "Trout",
+ "tradeable": "true",
"archery_ticket_price": "0",
+ "id": "334"
+ },
+ {
+ "shop_price": "7",
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "67",
+ "durability": null,
+ "name": "Raw trout",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "335"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "67",
+ "durability": null,
+ "name": "Raw trout",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "336"
+ },
+ {
+ "examine": "Some nicely cooked giant carp.",
+ "durability": null,
+ "name": "Giant carp",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "337"
+ },
+ {
+ "examine": "I should try cooking this.",
+ "durability": null,
+ "name": "Raw giant carp",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "338"
+ },
+ {
+ "shop_price": "49",
+ "ge_buy_limit": "10000",
+ "examine": "Some nicely cooked fish.",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Cod",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "339"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Cod",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "340"
+ },
+ {
+ "shop_price": "49",
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Raw cod",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "341"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Raw cod",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "342"
+ },
+ {
+ "durability": null,
+ "name": "Burnt fish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "344"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "63",
+ "durability": null,
+ "name": "Raw herring",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "345"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "63",
+ "durability": null,
+ "name": "Raw herring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "346"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "10000",
+ "examine": "Some nicely cooked herring.",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Herring",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "347"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Herring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "348"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "72",
+ "durability": null,
+ "name": "Raw pike",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "349"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "72",
+ "durability": null,
+ "name": "Raw pike",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "350"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Some nicely cooked pike.",
+ "grand_exchange_price": "94",
+ "durability": null,
+ "name": "Pike",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "351"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "94",
+ "durability": null,
+ "name": "Pike",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "352"
+ },
+ {
+ "shop_price": "26",
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Raw mackerel",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "353"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Raw mackerel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "354"
+ },
+ {
+ "shop_price": "23",
+ "ge_buy_limit": "10000",
+ "examine": "Some nicely cooked fish.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Mackerel",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "10",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "355"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Mackerel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "356"
+ },
+ {
+ "durability": null,
+ "name": "Burnt fish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "358"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Raw tuna",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.379",
+ "archery_ticket_price": "0",
+ "id": "359"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Raw tuna",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "360"
+ },
+ {
+ "shop_price": "126",
+ "ge_buy_limit": "10000",
+ "examine": "Wow, this is a big fish.",
+ "grand_exchange_price": "281",
+ "durability": null,
+ "name": "Tuna",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "361"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "281",
+ "durability": null,
+ "name": "Tuna",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "362"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "Wow, this is a big fish.",
+ "grand_exchange_price": "490",
+ "durability": null,
+ "name": "Raw bass",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "archery_ticket_price": "0",
+ "id": "363"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "490",
+ "durability": null,
+ "name": "Raw bass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "364"
+ },
+ {
+ "shop_price": "270",
+ "ge_buy_limit": "10000",
+ "examine": "Wow, this is a big fish.",
+ "grand_exchange_price": "330",
+ "durability": null,
+ "name": "Bass",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "365"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "330",
+ "durability": null,
+ "name": "Bass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "366"
+ },
+ {
+ "durability": null,
+ "name": "Burnt fish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "368"
+ },
+ {
+ "durability": null,
+ "name": "Burnt fish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "370"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "513",
+ "durability": null,
+ "name": "Raw swordfish",
+ "tradeable": "true",
+ "low_alchemy": "136",
+ "high_alchemy": "204",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "371"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "513",
+ "durability": null,
+ "name": "Raw swordfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "372"
+ },
+ {
+ "shop_price": "400",
+ "ge_buy_limit": "10000",
+ "examine": "I'd better be careful eating this!",
+ "grand_exchange_price": "501",
+ "durability": null,
+ "name": "Swordfish",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "373"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "501",
+ "durability": null,
+ "name": "Swordfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "374"
+ },
+ {
+ "durability": null,
+ "name": "Burnt swordfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "376"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "322",
+ "durability": null,
+ "name": "Raw lobster",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "377"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "322",
+ "durability": null,
+ "name": "Raw lobster",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "378"
+ },
+ {
+ "shop_price": "107",
+ "ge_buy_limit": "10000",
+ "examine": "This looks tricky to eat.",
+ "grand_exchange_price": "334",
+ "durability": null,
+ "name": "Lobster",
+ "tradeable": "true",
+ "low_alchemy": "107",
+ "high_alchemy": "160",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "379"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "334",
+ "durability": null,
+ "name": "Lobster",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "380"
+ },
+ {
+ "durability": null,
+ "name": "Burnt lobster",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "382"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "1615",
+ "durability": null,
+ "name": "Raw shark",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.7",
+ "archery_ticket_price": "0",
+ "id": "383"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "1615",
+ "durability": null,
+ "name": "Raw shark",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "384"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "I'd better be careful eating this.",
+ "grand_exchange_price": "1682",
+ "durability": null,
+ "name": "Shark",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.6",
+ "archery_ticket_price": "0",
+ "id": "385"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1682",
+ "durability": null,
+ "name": "Shark",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "386"
+ },
+ {
+ "durability": null,
+ "name": "Burnt shark",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "388"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "Tastier when cooked.",
+ "grand_exchange_price": "2114",
+ "durability": null,
+ "name": "Raw manta ray",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "389"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "2114",
+ "durability": null,
+ "name": "Raw manta ray",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "390"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Mmmm...this looks tasty!",
+ "grand_exchange_price": "2552",
+ "durability": null,
+ "name": "Manta ray",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "391"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2552",
+ "durability": null,
+ "name": "Manta ray",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "392"
+ },
+ {
+ "durability": null,
+ "name": "Burnt manta ray",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "394"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "Looks wrinkly.",
+ "grand_exchange_price": "2397",
+ "durability": null,
+ "name": "Raw sea turtle",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "395"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "2397",
+ "durability": null,
+ "name": "Raw sea turtle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "396"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Tasty!",
+ "grand_exchange_price": "2486",
+ "durability": null,
+ "name": "Sea turtle",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.35",
+ "archery_ticket_price": "0",
+ "id": "397"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2486",
+ "durability": null,
+ "name": "Sea turtle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "398"
+ },
+ {
+ "durability": null,
+ "name": "Burnt sea turtle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "400"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "10000",
+ "examine": "Slightly damp seaweed.",
+ "grand_exchange_price": "780",
+ "durability": null,
+ "name": "Seaweed",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "401"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "780",
+ "durability": null,
+ "name": "Seaweed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "402"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Slightly damp seaweed.",
+ "grand_exchange_price": "291",
+ "durability": null,
+ "name": "Edible seaweed",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "403"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "291",
+ "durability": null,
+ "name": "Edible seaweed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "404"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "4162",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "405"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4162",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "406"
+ },
+ {
+ "ge_buy_limit": "500",
+ "examine": "Its a rare oyster.",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Oyster",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "407"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Oyster",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "408"
+ },
+ {
+ "examine": "Aww, it's empty.",
+ "durability": null,
+ "name": "Empty oyster",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.08",
+ "archery_ticket_price": "0",
+ "id": "409"
+ },
+ {
+ "durability": null,
+ "name": "Empty oyster",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "410"
+ },
+ {
+ "shop_price": "44",
+ "ge_buy_limit": "500",
+ "examine": "I could work wonders with a chisel on this pearl.",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Oyster pearl",
+ "tradeable": "true",
+ "low_alchemy": "44",
+ "high_alchemy": "67",
+ "archery_ticket_price": "0",
+ "id": "411",
+ "equipment_slot": "5"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Oyster pearl",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "412"
+ },
+ {
+ "ge_buy_limit": "500",
+ "examine": "I could work wonders with a chisel on these pearls.",
+ "grand_exchange_price": "639",
+ "durability": null,
+ "name": "Oyster pearls",
+ "tradeable": "true",
+ "low_alchemy": "560",
+ "high_alchemy": "840",
+ "archery_ticket_price": "0",
+ "id": "413",
+ "equipment_slot": "5"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "639",
+ "durability": null,
+ "name": "Oyster pearls",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "414"
+ },
+ {
+ "examine": "An expensive colourless liquid.",
+ "durability": null,
+ "name": "Ethenea",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "415"
+ },
+ {
+ "examine": "This isn't worth much.",
+ "durability": null,
+ "name": "Liquid honey",
+ "archery_ticket_price": "0",
+ "id": "416"
+ },
+ {
+ "examine": "It's highly poisonous.",
+ "durability": null,
+ "name": "Sulphuric broline",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "417"
+ },
+ {
+ "examine": "Probably best I don't keep this too long.",
+ "durability": null,
+ "name": "Plague sample",
+ "archery_ticket_price": "0",
+ "id": "418"
+ },
+ {
+ "examine": "A special kind of paper.",
+ "durability": null,
+ "name": "Touch paper",
+ "archery_ticket_price": "0",
+ "id": "419"
+ },
+ {
+ "examine": "Apparently it distills.",
+ "durability": null,
+ "name": "Distillator",
+ "tradeable": "false",
"destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "420"
+ },
+ {
+ "examine": "Yup. It's an amulet.",
"durability": null,
- "shop_price": "160",
- "tradeable": "false"
+ "name": "Lathas' amulet",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "421",
+ "equipment_slot": "2"
},
{
- "id": "732",
- "name": "Holy water",
- "examine": "A vial of holy water, good against certain demons.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,24",
+ "examine": "Birds love this stuff!",
"durability": null,
- "equipment_slot": "3",
- "weapon_interface": "18"
+ "name": "Bird feed",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "422"
},
{
- "id": "733",
- "name": "Smashed glass",
- "examine": "Fragments of a broken container.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "735",
- "name": "Yommi tree seeds",
- "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "736",
- "name": "Yommi tree seeds",
- "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "737",
- "name": "Snakeweed mixture",
- "examine": "A Snakeweed mixture, needs another ingredient.",
- "archery_ticket_price": "0",
+ "examine": "(empty) It's empty... (full) It's full of pigeons.",
"durability": null,
- "weight": "1"
+ "name": "Pigeon cage",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "424"
},
{
- "id": "738",
- "name": "Ardrigal mixture",
- "examine": "It's a mixture of ardrigal and water. Needs another ingredient.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "739",
- "name": "Bravery potion",
- "examine": "A bravery potion for which Gujuo gave you the details, let's hope it works.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "740",
- "name": "Blue hat",
- "examine": "A silly, blue pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
+ "examine": "(empty) It's empty... (full) It's full of pigeons.",
"durability": null,
+ "name": "Pigeon cage",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "425"
+ },
+ {
+ "remove_sleeves": "true",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "55",
+ "durability": null,
+ "name": "Priest gown",
+ "archery_ticket_price": "0",
+ "id": "426",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "55",
+ "durability": null,
+ "name": "Priest gown",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "427"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Priest gown",
+ "archery_ticket_price": "0",
+ "id": "428",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Priest gown",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "429"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Medical looking.",
+ "durability": null,
+ "name": "Doctors' gown",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "430",
+ "equipment_slot": "4"
+ },
+ {
+ "shop_price": "27",
+ "examine": "A very strong spirit brewed in Karamja.",
+ "durability": null,
+ "name": "Karamjan rum",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "431"
+ },
+ {
+ "examine": "Pirates don't have the best handwriting...",
+ "durability": null,
+ "name": "Pirate message",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "433"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Some hard dry clay.",
+ "grand_exchange_price": "150",
+ "durability": null,
+ "name": "Clay",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "434"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "406",
+ "durability": null,
+ "name": "Clay",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "435"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "80",
+ "tokkul_price": "4",
+ "durability": null,
+ "name": "Copper ore",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "436"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "58",
+ "durability": null,
+ "name": "Copper ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "437"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "25000",
+ "examine": "This needs refining.",
+ "tokkul_price": "4",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "grand_exchange_price": "80",
+ "name": "Tin ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "438"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "46",
+ "durability": null,
+ "name": "Tin ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "439"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "204",
+ "tokkul_price": "25",
+ "durability": null,
+ "name": "Iron ore",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "10",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "440"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "396",
+ "durability": null,
+ "name": "Iron ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "441"
+ },
+ {
+ "shop_price": "82",
+ "ge_buy_limit": "25000",
+ "examine": "This needs refining.",
+ "tokkul_price": "112",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "weight": "2",
+ "grand_exchange_price": "180",
+ "name": "Silver ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "442"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "205",
+ "durability": null,
+ "name": "Silver ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "443"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "311",
+ "tokkul_price": "225",
+ "durability": null,
+ "name": "Gold ore",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "444"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "319",
+ "durability": null,
+ "name": "Gold ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "445"
+ },
+ {
+ "examine": "This needs refining.",
+ "durability": null,
+ "name": "'perfect' gold ore",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "446"
+ },
+ {
+ "shop_price": "243",
+ "ge_buy_limit": "25000",
+ "examine": "This needs refining.",
+ "tokkul_price": "243",
+ "durability": null,
+ "low_alchemy": "64",
+ "high_alchemy": "97",
+ "weight": "1.75",
+ "grand_exchange_price": "420",
+ "name": "Mithril ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "447"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "369",
+ "durability": null,
+ "name": "Mithril ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "448"
+ },
+ {
+ "shop_price": "1300",
+ "ge_buy_limit": "25000",
+ "examine": "This needs refining.",
+ "tokkul_price": "600",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2.7",
+ "grand_exchange_price": "1160",
+ "name": "Adamantite ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "449"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "1622",
+ "durability": null,
+ "name": "Adamantite ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "450"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "10300",
+ "tokkul_price": "4800",
+ "durability": null,
+ "name": "Runite ore",
+ "tradeable": "true",
+ "low_alchemy": "1280",
+ "high_alchemy": "1920",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "451"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "10300",
+ "durability": null,
+ "name": "Runite ore",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "452"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Hmm a non-renewable energy source!",
+ "grand_exchange_price": "320",
+ "tokkul_price": "67",
+ "durability": null,
+ "name": "Coal",
+ "tradeable": "true",
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "453"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "315",
+ "durability": null,
+ "name": "Coal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "454"
+ },
+ {
+ "examine": "The official Alfred Grimhand bar crawl card.",
+ "durability": null,
+ "name": "Barcrawl card",
+ "archery_ticket_price": "0",
+ "id": "455"
+ },
+ {
+ "destroy_message": "You will need to speak to Thormac to get another cage.",
+ "examine": "It's empty!",
+ "durability": null,
+ "name": "Scorpion cage",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "456"
+ },
+ {
+ "destroy_message": "You will need to speak to Thormac to get another cage.",
+ "examine": "It's empty!",
+ "durability": null,
+ "name": "Scorpion cage",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "457"
+ },
+ {
+ "destroy_message": "You will need to speak to Thormac to get another cage.",
+ "examine": "It's empty!",
+ "durability": null,
+ "name": "Scorpion cage",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "458"
+ },
+ {
+ "destroy_message": "You will need to speak to Thormac to get another cage.",
+ "examine": "It's empty!",
+ "durability": null,
+ "name": "Scorpion cage",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "459"
+ },
+ {
+ "destroy_message": "You will need to speak to Thormac to get another cage.",
+ "examine": "It's empty!",
+ "durability": null,
+ "name": "Scorpion cage",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "460"
+ },
+ {
+ "destroy_message": "You will need to speak to Thormac to get another cage.",
+ "examine": "It's empty!",
+ "durability": null,
+ "name": "Scorpion cage",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "461"
+ },
+ {
+ "destroy_message": "You will need to speak to Thormac to get another cage.",
+ "examine": "It's empty!",
+ "durability": null,
+ "name": "Scorpion cage",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "462"
+ },
+ {
+ "destroy_message": "You will need to speak to Thormac to get another cage.",
+ "examine": "It's empty!",
+ "durability": null,
+ "name": "Scorpion cage",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "463"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Found on strange plants that grow around Karamja.",
+ "grand_exchange_price": "403",
+ "durability": null,
+ "name": "Strange fruit",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "464"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "403",
+ "durability": null,
+ "name": "Strange fruit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "465"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Useless without the head.",
+ "attack_audios": "2508,0,0,0",
+ "durability": null,
+ "name": "Pickaxe handle",
+ "tradeable": "true",
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "archery_ticket_price": "0",
+ "id": "466",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Pickaxe handle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "467"
+ },
+ {
+ "examine": "Nurmof can fix this for me.",
+ "attack_audios": "2508,0,0,0",
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "468",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "469"
+ },
+ {
+ "examine": "Nurmof can fix this for me.",
+ "attack_audios": "2508,0,0,0",
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "470",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "471"
+ },
+ {
+ "examine": "Nurmof can fix this for me.",
+ "attack_audios": "2508,0,0,0",
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "472",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "473"
+ },
+ {
+ "examine": "Nurmof can fix this for me.",
+ "attack_audios": "2508,0,0,0",
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "474",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "475"
+ },
+ {
+ "examine": "Nurmof can fix this for me.",
+ "attack_audios": "2508,0,0,0",
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "476",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "477"
+ },
+ {
+ "examine": "Nurmof can fix this for me.",
+ "attack_audios": "2508,0,0,0",
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "478",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "479"
+ },
+ {
+ "shop_price": "1",
+ "examine": "It's missing a handle.",
+ "durability": null,
+ "name": "Bronze pick head",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "480"
+ },
+ {
+ "durability": null,
+ "name": "Bronze pick head",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "481"
+ },
+ {
+ "shop_price": "1",
+ "examine": "It's missing a handle.",
+ "durability": null,
+ "name": "Iron pick head",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "482"
+ },
+ {
+ "durability": null,
+ "name": "Iron pick head",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "483"
+ },
+ {
+ "shop_price": "1",
+ "examine": "It's missing a handle.",
+ "durability": null,
+ "name": "Steel pick head",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "484"
+ },
+ {
+ "durability": null,
+ "name": "Steel pick head",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "485"
+ },
+ {
+ "shop_price": "1",
+ "examine": "It's missing a handle.",
+ "durability": null,
+ "name": "Mithril pick head",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "486"
+ },
+ {
+ "durability": null,
+ "name": "Mithril pick head",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "487"
+ },
+ {
+ "shop_price": "1",
+ "examine": "It's missing a handle.",
+ "durability": null,
+ "name": "Adamant pick head",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "488"
+ },
+ {
+ "durability": null,
+ "name": "Adamant pick head",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "489"
+ },
+ {
+ "shop_price": "1",
+ "examine": "It's missing a handle.",
+ "durability": null,
+ "name": "Rune pick head",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "490"
+ },
+ {
+ "durability": null,
+ "name": "Rune pick head",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "491"
+ },
+ {
+ "examine": "Useless without the head.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "492",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "493"
+ },
+ {
+ "examine": "Bob can fix this broken (metal) axe for me.",
+ "durability": null,
+ "name": "Broken axe",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "494",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "495"
+ },
+ {
+ "examine": "Bob can fix this broken (metal) axe for me.",
+ "durability": null,
+ "name": "Broken axe",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "496",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "497"
+ },
+ {
+ "examine": "Bob can fix this broken (metal) axe for me.",
+ "durability": null,
+ "name": "Broken axe",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "498",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "499"
+ },
+ {
+ "examine": "Bob can fix this broken (metal) axe for me.",
+ "durability": null,
+ "name": "Broken axe",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "500",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "501"
+ },
+ {
+ "examine": "Bob can fix this broken (metal) axe for me.",
+ "durability": null,
+ "name": "Broken axe",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "502",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "503"
+ },
+ {
+ "examine": "Bob can fix this broken (metal) axe for me.",
+ "durability": null,
+ "name": "Broken axe",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "504",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "505"
+ },
+ {
+ "examine": "Bob can fix this broken (metal) axe for me.",
+ "durability": null,
+ "name": "Broken axe",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "506",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Broken axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "507"
+ },
+ {
+ "examine": "A piece of ancient goblin axe.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "508"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "509"
+ },
+ {
+ "examine": "A piece of ancient goblin axe.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "510"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "511"
+ },
+ {
+ "examine": "A piece of ancient goblin axe.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "512"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "513"
+ },
+ {
+ "examine": "A piece of ancient goblin axe.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "514"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "515"
+ },
+ {
+ "examine": "A piece of ancient goblin axe.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "516"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "517"
+ },
+ {
+ "examine": "A piece of ancient goblin axe.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "518"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "519"
+ },
+ {
+ "examine": "A piece of ancient goblin axe.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "520"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "521"
+ },
+ {
+ "examine": "I don't fancy eating this now.",
+ "durability": null,
+ "name": "Enchanted beef",
+ "archery_ticket_price": "0",
+ "id": "522"
+ },
+ {
+ "examine": "I don't fancy eating this now.",
+ "durability": null,
+ "name": "Enchanted rat meat",
+ "archery_ticket_price": "0",
+ "id": "523"
+ },
+ {
+ "examine": "I don't fancy eating this now.",
+ "durability": null,
+ "name": "Enchanted bear meat",
+ "archery_ticket_price": "0",
+ "id": "524"
+ },
+ {
+ "examine": "I don't fancy eating this now.",
+ "durability": null,
+ "name": "Enchanted chicken",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "525"
+ },
+ {
+ "shop_price": "190",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "190",
+ "examine": "Bones are for burying!",
+ "durability": null,
+ "name": "Bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "526"
+ },
+ {
+ "shop_price": "190",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "190",
+ "durability": null,
+ "name": "Bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "527"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Bones are for burying!",
+ "grand_exchange_price": "329",
+ "durability": null,
+ "name": "Burnt bones",
+ "tradeable": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "528"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "329",
+ "durability": null,
+ "name": "Burnt bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "529"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Ew it's a pile of bones.",
+ "grand_exchange_price": "354",
+ "durability": null,
+ "name": "Bat bones",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "530"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "354",
+ "durability": null,
+ "name": "Bat bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "531"
+ },
+ {
+ "shop_price": "593",
+ "ge_buy_limit": "10000",
+ "examine": "Normal: Ew, it's a pile of bones.",
+ "grand_exchange_price": "593",
+ "durability": null,
+ "name": "Big bones",
+ "tradeable": "true",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "532"
+ },
+ {
+ "shop_price": "593",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "593",
+ "durability": null,
+ "name": "Big bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "533"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Ew, it's a pile of bones.",
+ "grand_exchange_price": "1357",
+ "durability": null,
+ "name": "Babydragon bones",
+ "tradeable": "true",
+ "weight": "0.7",
+ "archery_ticket_price": "0",
+ "id": "534"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1357",
+ "durability": null,
+ "name": "Babydragon bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "535"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "These would feed a dog for months.",
+ "grand_exchange_price": "1300",
+ "durability": null,
+ "name": "Dragon bones",
+ "tradeable": "true",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "536"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "4065",
+ "durability": null,
+ "name": "Dragon bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "537"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Keeps a druid's knees nice and warm.",
+ "grand_exchange_price": "168",
+ "durability": null,
+ "name": "Druid's robe",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "538",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "168",
+ "durability": null,
+ "name": "Druid's robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "539"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I feel closer to the gods when I am wearing this.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "328",
+ "name": "Druid's robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "540",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "328",
+ "durability": null,
+ "name": "Druid's robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "541"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "528",
+ "durability": null,
+ "name": "Monk's robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "542",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "528",
+ "durability": null,
+ "name": "Monk's robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "543"
+ },
+ {
+ "remove_sleeves": "true",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1495",
+ "durability": null,
+ "name": "Monk's robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "544",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,6,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1495",
+ "durability": null,
+ "name": "Monk's robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "545"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)",
+ "durability": null,
+ "name": "Shade robe",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "546",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)",
+ "durability": null,
+ "name": "Shade robe",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "548",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "Issued by RuneScape Council to all new citizens.",
+ "grand_exchange_price": "123",
+ "durability": null,
+ "name": "Newcomer map",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "550"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "123",
+ "durability": null,
+ "name": "Newcomer map",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "551"
+ },
+ {
+ "examine": "It lets me talk to ghosts.",
+ "durability": null,
+ "name": "Ghostspeak amulet",
+ "tradeable": "false",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "archery_ticket_price": "0",
+ "id": "552",
+ "equipment_slot": "2"
+ },
+ {
+ "destroy_message": "If you get rid of the skull you'll have to search for it again.",
+ "examine": "Ooooh spooky!",
+ "durability": null,
+ "name": "Ghost's skull",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "553"
+ },
+ {
+ "shop_price": "17",
+ "ge_buy_limit": "25000",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "18",
+ "tokkul_price": "6",
+ "durability": null,
+ "name": "Fire rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "554"
+ },
+ {
+ "shop_price": "17",
+ "ge_buy_limit": "25000",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "18",
+ "tokkul_price": "6",
+ "durability": null,
+ "name": "Water rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "555"
+ },
+ {
+ "shop_price": "17",
+ "ge_buy_limit": "25000",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "18",
+ "tokkul_price": "6",
+ "durability": null,
+ "name": "Air rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "556"
+ },
+ {
+ "shop_price": "17",
+ "ge_buy_limit": "25000",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "18",
+ "tokkul_price": "6",
+ "durability": null,
+ "name": "Earth rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "557"
+ },
+ {
+ "shop_price": "17",
+ "ge_buy_limit": "25000",
+ "examine": "Used for basic missile spells.",
+ "grand_exchange_price": "18",
+ "tokkul_price": "4",
+ "durability": null,
+ "name": "Mind rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "558"
+ },
+ {
+ "shop_price": "16",
+ "ge_buy_limit": "25000",
+ "examine": "Used for Curse spells",
+ "grand_exchange_price": "16",
+ "tokkul_price": "4",
+ "durability": null,
+ "name": "Body rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "559"
+ },
+ {
+ "shop_price": "310",
+ "ge_buy_limit": "25000",
+ "examine": "Used for medium missile spells.",
+ "grand_exchange_price": "320",
+ "durability": null,
+ "tokkul_price": "270",
+ "name": "Death rune",
+ "tradeable": "true",
+ "low_alchemy": "41",
+ "high_alchemy": "62",
+ "archery_ticket_price": "0",
+ "id": "560"
+ },
+ {
+ "shop_price": "372",
+ "ge_buy_limit": "25000",
+ "examine": "Used for alchemy spells.",
+ "grand_exchange_price": "380",
+ "durability": null,
+ "name": "Nature rune",
+ "tradeable": "true",
+ "low_alchemy": "49",
+ "high_alchemy": "74",
+ "archery_ticket_price": "0",
+ "id": "561"
+ },
+ {
+ "shop_price": "140",
+ "ge_buy_limit": "25000",
+ "examine": "Used for small missile spells.",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "tokkul_price": "135",
+ "name": "Chaos rune",
+ "tradeable": "true",
+ "low_alchemy": "18",
+ "high_alchemy": "28",
+ "archery_ticket_price": "0",
+ "id": "562"
+ },
+ {
+ "shop_price": "378",
+ "ge_buy_limit": "25000",
+ "examine": "Used for teleport spells.",
+ "grand_exchange_price": "380",
+ "durability": null,
+ "name": "Law rune",
+ "tradeable": "true",
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "archery_ticket_price": "0",
+ "id": "563"
+ },
+ {
+ "shop_price": "232",
+ "ge_buy_limit": "25000",
+ "examine": "Used for enchant spells.",
+ "grand_exchange_price": "240",
+ "durability": null,
+ "name": "Cosmic rune",
+ "tradeable": "true",
+ "low_alchemy": "30",
+ "high_alchemy": "46",
+ "archery_ticket_price": "0",
+ "id": "564"
+ },
+ {
+ "shop_price": "550",
+ "ge_buy_limit": "25000",
+ "examine": "Used for large missile spells.",
+ "grand_exchange_price": "560",
+ "durability": null,
+ "name": "Blood rune",
+ "tradeable": "true",
+ "low_alchemy": "73",
+ "high_alchemy": "110",
+ "archery_ticket_price": "0",
+ "id": "565"
+ },
+ {
+ "shop_price": "400",
+ "ge_buy_limit": "25000",
+ "examine": "Used for high level curse spells.",
+ "grand_exchange_price": "420",
+ "durability": null,
+ "name": "Soul rune",
+ "tradeable": "true",
+ "low_alchemy": "54",
+ "high_alchemy": "82",
+ "archery_ticket_price": "0",
+ "id": "566"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "I'd prefer it if it was powered.",
+ "grand_exchange_price": "561",
+ "durability": null,
+ "name": "Unpowered orb",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "567"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "561",
+ "durability": null,
+ "name": "Unpowered orb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "568"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A magic glowing orb.",
+ "grand_exchange_price": "2346",
+ "durability": null,
+ "name": "Fire orb",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "569"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2346",
+ "durability": null,
+ "name": "Fire orb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "570"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A magic glowing orb.",
+ "grand_exchange_price": "2024",
+ "durability": null,
+ "name": "Water orb",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "571"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2024",
+ "durability": null,
+ "name": "Water orb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "572"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A magic glowing orb.",
+ "grand_exchange_price": "2162",
+ "durability": null,
+ "name": "Air orb",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "573"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2162",
+ "durability": null,
+ "name": "Air orb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "574"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A magic glowing orb.",
+ "grand_exchange_price": "2208",
+ "durability": null,
+ "name": "Earth orb",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "575"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2208",
+ "durability": null,
+ "name": "Earth orb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "576"
+ },
+ {
+ "shop_price": "4",
+ "ge_buy_limit": "100",
+ "examine": "I can do magic better in this.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1840",
+ "name": "Wizard robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "577",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1840",
+ "durability": null,
+ "name": "Wizard robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "578"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "low_alchemy": "0",
+ "high_alchemy": "1",
+ "weight": "0.45",
"equipment_slot": "0",
+ "grand_exchange_price": "361",
+ "name": "Wizard hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"hat": "true",
+ "id": "579",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "361",
+ "durability": null,
+ "name": "Wizard hat",
+ "tradeable": "true",
+ "low_alchemy": "0",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "580"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "I can do magic better in this.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1364",
+ "name": "Black robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "581",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1364",
+ "durability": null,
+ "name": "Black robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "582"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.",
+ "durability": null,
+ "name": "Bailing bucket",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "583"
+ },
+ {
+ "durability": null,
+ "name": "Bailing bucket",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "584"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.",
+ "durability": null,
+ "name": "Bailing bucket",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "585"
+ },
+ {
+ "durability": null,
+ "name": "Bailing bucket",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "586"
+ },
+ {
+ "examine": "A strange glowing green orb.",
+ "durability": null,
+ "name": "Orb of protection",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "587"
+ },
+ {
+ "examine": "Two strange glowing green orbs.",
+ "durability": null,
+ "name": "Orbs of protection",
+ "archery_ticket_price": "0",
+ "id": "588"
+ },
+ {
+ "examine": "It's an amulet of protection given to me by the Gnomes.",
+ "durability": null,
+ "name": "Gnome amulet",
+ "archery_ticket_price": "0",
+ "id": "589",
+ "bonuses": "0,0,0,0,0,13,13,13,0,0,0,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "5000",
+ "examine": "Useful for lighting a fire.",
+ "grand_exchange_price": "118",
+ "durability": null,
+ "name": "Tinderbox",
+ "tradeable": "true",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "590"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "118",
+ "durability": null,
+ "name": "Tinderbox",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "591"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A heap of ashes.",
+ "grand_exchange_price": "368",
+ "durability": null,
+ "name": "Ashes",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.056",
+ "archery_ticket_price": "0",
+ "id": "592"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "368",
+ "durability": null,
+ "name": "Ashes",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "593"
+ },
+ {
+ "examine": "A lit home-made torch.",
+ "durability": null,
+ "name": "Lit torch",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "594"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "An unlit home-made torch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Unlit torch",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "596"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Unlit torch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "597"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.",
+ "grand_exchange_price": "162",
+ "durability": null,
+ "name": "Bronze fire arrows",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "598",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7",
+ "equipment_slot": "13"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A book on the history of astronomy in RuneScape.",
+ "grand_exchange_price": "658",
+ "durability": null,
+ "name": "Astronomy book",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "600"
+ },
+ {
+ "destroy_message": "You'll have to find another, down in the dungeon.",
+ "examine": "A small key for a large door.",
+ "durability": null,
+ "name": "Goblin kitchen key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "601"
+ },
+ {
+ "destroy_message": "You'll have to get another down in the Dungeon",
+ "examine": "An unusual clay mould in the shape of a disc.",
+ "durability": null,
+ "name": "Lens mould",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "602"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A perfectly circular disc of glass.",
+ "durability": null,
+ "name": "Observatory lens",
+ "low_alchemy": "1",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "603"
+ },
+ {
"shop_price": "160",
- "tradeable": "true",
- "weight": "0.4"
+ "examine": "A slender bone shard given to you by Zadimus.",
+ "durability": null,
+ "name": "Bone shard",
+ "archery_ticket_price": "0",
+ "id": "604"
},
{
- "id": "741",
- "name": "Chunk of crystal",
- "examine": "It looks like it's been snapped off of something.",
+ "shop_price": "100",
+ "examine": "A key fashioned from a shard of bone. (Shilo Village)",
+ "durability": null,
+ "name": "Bone key",
"archery_ticket_price": "0",
- "durability": null
+ "id": "605"
},
{
- "id": "742",
- "name": "Hunk of crystal",
- "examine": "It looks like it's been snapped off of something.",
+ "examine": "A stone plaque with carved letters in it.",
+ "durability": null,
+ "name": "Stone-plaque",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null
+ "id": "606"
},
{
- "id": "743",
- "name": "Lump of crystal",
- "examine": "It looks like it's been snapped off of something.",
+ "examine": "An ancient tattered scroll.",
+ "durability": null,
+ "name": "Tattered scroll",
"archery_ticket_price": "0",
- "durability": null
+ "id": "607"
},
{
- "id": "744",
- "name": "Heart crystal",
- "examine": "A heart shaped crystal.",
+ "shop_price": "100",
+ "examine": "An ancient crumpled scroll.",
+ "durability": null,
+ "name": "Crumpled scroll",
"archery_ticket_price": "0",
+ "id": "608"
+ },
+ {
+ "examine": "The remains of the Zombie Queen.",
+ "durability": null,
+ "name": "Rashiliyia corpse",
+ "archery_ticket_price": "0",
+ "id": "609"
+ },
+ {
+ "examine": "The remains of Zadimus.",
+ "durability": null,
+ "name": "Zadimus corpse",
+ "tradeable": "false",
"destroy": "true",
- "durability": null,
- "tradeable": "false"
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "610"
},
{
- "id": "745",
- "name": "Heart crystal",
- "examine": "A heart shaped crystal.",
+ "examine": "A magical crystal sphere.",
+ "durability": null,
+ "name": "Locating crystal",
+ "weight": "0.9",
"archery_ticket_price": "0",
+ "id": "611"
+ },
+ {
+ "examine": "A magical crystal sphere.",
+ "durability": null,
+ "name": "Locating crystal",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "612"
+ },
+ {
+ "examine": "A magical crystal sphere.",
+ "durability": null,
+ "name": "Locating crystal",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "613"
+ },
+ {
+ "examine": "A magical crystal sphere.",
+ "durability": null,
+ "name": "Locating crystal",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "614"
+ },
+ {
+ "examine": "A magical crystal sphere.",
+ "durability": null,
+ "name": "Locating crystal",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "615"
+ },
+ {
+ "destroy_message": "You made the beads of the dead during the Shilo Village quest. You can get another from Yanni Salika in Shilo Village for 1200 gold.",
+ "shop_price": "1200",
+ "examine": "A curious looking neck ornament.",
+ "durability": null,
+ "name": "Beads of the dead",
+ "tradeable": "false",
"destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "616",
+ "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "bankable": "false",
+ "examine": "Lovely money!",
"durability": null,
- "tradeable": "false"
+ "name": "Coins",
+ "archery_ticket_price": "0",
+ "id": "617"
},
{
- "id": "746",
- "name": "Dark dagger",
- "examine": "A black obsidian dagger, it has a strange aura about it.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,400,400",
- "attack_audios": "2517,2517,2500,2517",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0",
- "defence_anim": "378",
+ "examine": "Beads carved out of a bone.",
"durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "2584",
- "weapon_interface": "5"
+ "name": "Bone beads",
+ "archery_ticket_price": "0",
+ "id": "618"
},
{
- "id": "747",
- "name": "Glowing dagger",
- "examine": "A black obsidian dagger, it has a strange aura about it - it seems to be glowing.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,400,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "6",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0",
- "defence_anim": "378",
+ "shop_price": "35",
+ "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.",
"durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "2584",
- "weapon_interface": "5"
+ "name": "Paramaya ticket",
+ "archery_ticket_price": "0",
+ "id": "619"
},
{
- "id": "748",
- "name": "Holy force",
- "examine": "A powerful spell for good.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "749",
- "name": "Yommi totem",
- "examine": "A well carved totem pole made from the trunk of a Yommi tree.",
- "archery_ticket_price": "0",
+ "shop_price": "35",
+ "examine": "Allows you to rest in the luxurious Paramayer[sic] Inn.",
"durability": null,
- "weight": "3"
+ "name": "Paramaya ticket",
+ "archery_ticket_price": "0",
+ "id": "620"
},
{
- "id": "750",
- "name": "Gilded totem",
- "examine": "A gilded totem pole from the Kharazi tribe.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "751",
- "name": "Gnomeball",
- "examine": "A common gnomeball, obtained by playing gnomeball.",
- "archery_ticket_price": "0",
+ "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.",
"durability": null,
- "equipment_slot": "3",
- "tradeable": "true",
- "weight": "0.5"
+ "name": "Ship ticket",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "621"
},
{
- "id": "752",
- "name": "Gnomeball",
- "archery_ticket_price": "0",
+ "examine": "An ivory sword pommel.",
"durability": null,
- "tradeable": "true"
+ "name": "Sword pommel",
+ "archery_ticket_price": "0",
+ "id": "623"
},
{
- "id": "753",
- "name": "Cadava berries",
- "examine": "Poisonous berries.",
- "archery_ticket_price": "0",
+ "examine": "Notes taken from the tomb of Bervirius.",
"durability": null,
+ "name": "Bervirius notes",
+ "archery_ticket_price": "0",
+ "id": "624"
+ },
+ {
+ "examine": "A decorated belt used to trade information between distant villages.",
+ "durability": null,
+ "name": "Wampum belt",
+ "archery_ticket_price": "0",
+ "id": "625"
+ },
+ {
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "558",
+ "durability": null,
+ "name": "Boots",
+ "archery_ticket_price": "0",
+ "id": "626",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
},
{
- "id": "754",
- "name": "Cadava berries",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "756",
- "name": "Cadava potion",
- "examine": "This potion will most certainly almost kill you.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "558",
"durability": null,
- "shop_price": "1"
- },
- {
- "id": "759",
- "name": "Weapon store key",
- "examine": "Phoenix Gang weapon store key.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "760",
- "name": "Weapon store key",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "761",
- "name": "Intel report",
- "examine": "An intelligence report.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to kill Jonny the beard in order to get another one.",
- "durability": null
- },
- {
- "id": "763",
- "name": "Broken shield",
- "examine": "Half of the Shield of Arrav.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "2.7"
- },
- {
- "id": "765",
- "name": "Broken shield",
- "examine": "Half of the Shield of Arrav.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "2.7"
- },
- {
- "id": "767",
- "name": "Phoenix crossbow",
- "examine": "Second-rate crossbow, former property of the Phoenix Gang.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "175",
- "run_anim": "4228",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
+ "name": "Boots",
"tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
+ "archery_ticket_price": "0",
+ "id": "627"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "397",
+ "durability": null,
+ "name": "Boots",
+ "archery_ticket_price": "0",
+ "id": "628",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "397",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "629"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "612",
+ "durability": null,
+ "name": "Boots",
+ "archery_ticket_price": "0",
+ "id": "630",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "612",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "631"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "496",
+ "durability": null,
+ "name": "Boots",
+ "archery_ticket_price": "0",
+ "id": "632",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "496",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "633"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "226",
+ "durability": null,
+ "name": "Boots",
+ "archery_ticket_price": "0",
+ "id": "634",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "226",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "635"
+ },
+ {
+ "shop_price": "180",
+ "ge_buy_limit": "100",
+ "examine": "The ultimate in gnome design, now in [colour].",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "265",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "636",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "265",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "637"
+ },
+ {
+ "shop_price": "180",
+ "ge_buy_limit": "100",
+ "examine": "The ultimate in gnome design, now in [colour].",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "235",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "638",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "235",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "639"
+ },
+ {
+ "shop_price": "180",
+ "ge_buy_limit": "100",
+ "examine": "The ultimate in gnome design, now in [colour].",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "447",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "640",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "447",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "641"
+ },
+ {
+ "shop_price": "180",
+ "ge_buy_limit": "100",
+ "examine": "The ultimate in gnome design, now in [colour].",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "396",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "642",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "396",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "643"
+ },
+ {
+ "shop_price": "180",
+ "ge_buy_limit": "100",
+ "examine": "The ultimate in gnome design, now in [colour].",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "70",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "644",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "70",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "645"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "249",
+ "durability": null,
+ "name": "Robe bottoms",
+ "archery_ticket_price": "0",
+ "id": "646",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "249",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "647"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Robe bottoms",
+ "archery_ticket_price": "0",
+ "id": "648",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "649"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "453",
+ "durability": null,
+ "name": "Robe bottoms",
+ "archery_ticket_price": "0",
+ "id": "650",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "453",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "651"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "348",
+ "durability": null,
+ "name": "Robe bottoms",
+ "archery_ticket_price": "0",
+ "id": "652",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "348",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "653"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "92",
+ "durability": null,
+ "name": "Robe bottoms",
+ "archery_ticket_price": "0",
+ "id": "654",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "92",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "655"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "677",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "name": "Hat",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "656",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "677",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "657"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "480",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "name": "Hat",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "658",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "480",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "659"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "421",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "name": "Hat",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "660",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "421",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "661"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1102",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "name": "Hat",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "662",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1102",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "663"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "295",
+ "durability": null,
+ "name": "Hat",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "664",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A silly pointed hat.",
+ "grand_exchange_price": "295",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "665"
+ },
+ {
+ "examine": "Picture of a posing Paladin.",
+ "durability": null,
+ "name": "Portrait",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "666"
+ },
+ {
"turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "3"
- },
- {
- "id": "768",
- "name": "Phoenix crossbow",
- "archery_ticket_price": "0",
+ "examine": "A Faladian Knight's sword.",
+ "walk_anim": "819",
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "769",
- "name": "Certificate",
- "examine": "Entrance certificate to the Imperial Guard.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "771",
- "name": "Dramen branch",
- "examine": "A limb of the fabled Dramen tree.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another branch if you chop the dramen tree underneath Entrana again.",
- "durability": null,
- "tradeable": "false",
- "weight": "2.2"
- },
- {
- "id": "772",
- "name": "Dramen staff",
- "examine": "Crafted from a Dramen tree branch.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "4",
- "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "weapon_interface": "6",
+ "turn180_anim": "820",
+ "render_anim": "292",
+ "defence_anim": "397",
"equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "1.8"
+ "attack_anims": "390,390,381,390",
+ "stand_anim": "809",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Blurite sword",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "667",
+ "stand_turn_anim": "823",
+ "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,10,0,0,0"
},
{
- "id": "773",
- "name": "'perfect' ring",
- "examine": "A perfect ruby ring.",
- "archery_ticket_price": "0",
+ "examine": "Definitely blue.",
"durability": null,
+ "name": "Blurite ore",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "668"
+ },
+ {
+ "examine": "A receptacle for specimens!",
+ "durability": null,
+ "name": "Specimen jar",
+ "archery_ticket_price": "0",
+ "id": "669"
+ },
+ {
+ "examine": "A small brush used to clean rock samples.",
+ "durability": null,
+ "name": "Specimen brush",
+ "archery_ticket_price": "0",
+ "id": "670"
+ },
+ {
+ "examine": "A carefully-kept-safe skull sample.",
+ "durability": null,
+ "name": "Animal skull",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "671"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A special cup.",
+ "durability": null,
+ "name": "Special cup",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "672"
+ },
+ {
+ "examine": "A lucky mascot.",
+ "durability": null,
+ "name": "Teddy",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "673"
+ },
+ {
+ "examine": "A roughly shaped piece of rock.",
+ "durability": null,
+ "name": "Cracked sample",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "674"
+ },
+ {
+ "examine": "A small pick for digging.",
+ "durability": null,
+ "name": "Rock pick",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "675",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "Used for digging!",
+ "durability": null,
+ "name": "Trowel",
+ "archery_ticket_price": "0",
+ "id": "676"
+ },
+ {
+ "examine": "An empty tray for panning.",
+ "durability": null,
+ "name": "Panning tray",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "677"
+ },
+ {
+ "examine": "This tray contains gold nuggets.",
+ "durability": null,
+ "name": "Panning tray",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "678"
+ },
+ {
+ "examine": "This tray contains mud.",
+ "durability": null,
+ "name": "Panning tray",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "679"
+ },
+ {
+ "examine": "Pure, lovely gold!",
+ "durability": null,
+ "name": "Nuggets",
+ "archery_ticket_price": "0",
+ "id": "680"
+ },
+ {
+ "examine": "An unusual symbol as yet unidentified by the archaeological expert.",
+ "durability": null,
+ "name": "Ancient talisman",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "681"
+ },
+ {
+ "examine": "A letter waiting to be stamped.",
+ "durability": null,
+ "name": "Unstamped letter",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "682"
+ },
+ {
+ "examine": "A sealed letter of recommendation.",
+ "durability": null,
+ "name": "Sealed letter",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "683"
+ },
+ {
+ "examine": "Used to hold up trousers!",
+ "durability": null,
+ "name": "Belt buckle",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "684"
+ },
+ {
+ "examine": "Phew!",
+ "durability": null,
+ "name": "Old boot",
+ "archery_ticket_price": "0",
+ "id": "685"
+ },
+ {
+ "examine": "A decent-enough weapon gone rusty.",
+ "durability": null,
+ "name": "Rusty sword",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "686"
+ },
+ {
+ "examine": "This must have been shot at high speed.",
+ "durability": null,
+ "name": "Broken arrow",
+ "archery_ticket_price": "0",
+ "id": "687"
+ },
+ {
+ "examine": "Not Dick Whittington's helper at all!",
+ "durability": null,
+ "name": "Buttons",
+ "archery_ticket_price": "0",
+ "id": "688"
+ },
+ {
+ "examine": "I pity the poor person beaten with this!",
+ "attack_audios": "2555,0,0,0",
+ "durability": null,
+ "name": "Broken staff",
+ "tradeable": "true",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "689"
+ },
+ {
+ "examine": "Smashed glass.",
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "690"
+ },
+ {
+ "examine": "The owner has passed Earth Sciences Level 1 exam.",
+ "durability": null,
+ "name": "Level 1 certificate",
+ "archery_ticket_price": "0",
+ "id": "691"
+ },
+ {
+ "examine": "The owner has passed Earth Sciences Level 2 exam.",
+ "durability": null,
+ "name": "Level 2 certificate",
+ "archery_ticket_price": "0",
+ "id": "692"
+ },
+ {
+ "examine": "The owner has passed Earth Sciences Level 3 exam.",
+ "durability": null,
+ "name": "Level 3 certificate",
+ "archery_ticket_price": "0",
+ "id": "693"
+ },
+ {
+ "examine": "Smashing!",
+ "durability": null,
+ "name": "Ceramic remains",
+ "archery_ticket_price": "0",
+ "id": "694"
+ },
+ {
+ "examine": "Now, if I could just find a tooth fairy to sell this to...",
+ "durability": null,
+ "name": "Old tooth",
+ "archery_ticket_price": "0",
+ "id": "695"
+ },
+ {
+ "examine": "A letter inviting me to use the private digging shafts.",
+ "durability": null,
+ "name": "Invitation letter",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "696"
+ },
+ {
+ "examine": "It would be hard to repair this!",
+ "durability": null,
+ "name": "Damaged armour",
+ "weight": "7.75",
+ "archery_ticket_price": "0",
+ "id": "697"
+ },
+ {
+ "examine": "Armour left over from a great fight.",
+ "durability": null,
+ "name": "Broken armour",
+ "weight": "8",
+ "archery_ticket_price": "0",
+ "id": "698"
+ },
+ {
+ "examine": "An old stone slab with writing on it.",
+ "durability": null,
+ "name": "Stone tablet",
+ "archery_ticket_price": "0",
+ "id": "699"
+ },
+ {
+ "examine": "An acrid chemical.",
+ "durability": null,
+ "name": "Chemical powder",
+ "archery_ticket_price": "0",
+ "id": "700"
+ },
+ {
+ "examine": "An acrid chemical.",
+ "durability": null,
+ "name": "Ammonium nitrate",
+ "archery_ticket_price": "0",
+ "id": "701"
+ },
+ {
+ "examine": "A strong chemical.",
+ "durability": null,
+ "name": "Unidentified liquid",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "702"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A strong chemical.",
+ "durability": null,
+ "name": "Nitroglycerin",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "703"
+ },
+ {
+ "examine": "Charcoal - crushed to small pieces!",
+ "durability": null,
+ "name": "Ground charcoal",
+ "archery_ticket_price": "0",
+ "id": "704"
+ },
+ {
+ "examine": "A mixture of strong chemicals.",
+ "durability": null,
+ "name": "Chemical compound",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "707"
+ },
+ {
+ "examine": "The root of an arcenia plant.",
+ "durability": null,
+ "name": "Arcenia root",
+ "archery_ticket_price": "0",
+ "id": "708"
+ },
+ {
+ "examine": "An unusually shaped vase. You can see something glinting inside.",
+ "durability": null,
+ "name": "Vase",
+ "archery_ticket_price": "0",
+ "id": "710"
+ },
+ {
+ "examine": "It's about chemicals, judging from its cover.",
+ "durability": null,
+ "name": "Book on chemicals",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "711"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "712"
+ },
+ {
+ "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.",
+ "durability": null,
+ "name": "Radimus notes",
+ "archery_ticket_price": "0",
+ "id": "714"
+ },
+ {
+ "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.",
+ "durability": null,
+ "name": "Radimus notes",
+ "archery_ticket_price": "0",
+ "id": "715"
+ },
+ {
+ "examine": "It makes a loud but interesting sound when swung in the air.",
+ "durability": null,
+ "name": "Bull roarer",
+ "archery_ticket_price": "0",
+ "id": "716"
+ },
+ {
+ "examine": "A scrawled note with spidery writing on it.",
+ "durability": null,
+ "name": "Scrawled note",
+ "archery_ticket_price": "0",
+ "id": "717"
+ },
+ {
+ "examine": "A scrawled note with spidery writing on it.",
+ "durability": null,
+ "name": "A scribbled note",
+ "archery_ticket_price": "0",
+ "id": "718"
+ },
+ {
+ "examine": "A scrawled note with spidery writing on it.",
+ "durability": null,
+ "name": "Scrumpled note",
+ "archery_ticket_price": "0",
+ "id": "719"
+ },
+ {
+ "examine": "A rough sketch of a bowl shaped vessel given to you by Gujuo.",
+ "durability": null,
+ "name": "Sketch",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "720"
+ },
+ {
+ "examine": "A specially made bowl constructed out of pure gold.",
+ "durability": null,
+ "name": "Gold bowl",
+ "low_alchemy": "280",
+ "high_alchemy": "420",
+ "archery_ticket_price": "0",
+ "id": "721"
+ },
+ {
+ "examine": "A specially made bowl constructed out of pure gold and blessed.",
+ "durability": null,
+ "name": "Blessed gold bowl",
+ "low_alchemy": "280",
+ "high_alchemy": "420",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "722"
+ },
+ {
+ "examine": "A blessed golden bowl. It has pure sacred water in it.",
+ "durability": null,
+ "name": "Golden bowl",
+ "low_alchemy": "280",
+ "high_alchemy": "420",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "723"
+ },
+ {
+ "examine": "A blessed golden bowl. It has pure sacred water in it.",
+ "durability": null,
+ "name": "Golden bowl",
+ "low_alchemy": "280",
+ "high_alchemy": "420",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "724"
+ },
+ {
+ "examine": "A blessed golden bowl. It has pure sacred water in it.",
+ "durability": null,
+ "name": "Golden bowl",
+ "low_alchemy": "280",
+ "high_alchemy": "420",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "725"
+ },
+ {
+ "examine": "A blessed golden bowl. It has pure sacred water in it.",
+ "durability": null,
+ "name": "Golden bowl",
+ "low_alchemy": "280",
+ "high_alchemy": "420",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "726"
+ },
+ {
+ "examine": "One of nature's pipes.",
+ "durability": null,
+ "name": "Hollow reed",
+ "high_alchemy": "1",
+ "weight": "0.012",
+ "archery_ticket_price": "0",
+ "id": "727"
+ },
+ {
+ "examine": "One of nature's pipes.",
+ "durability": null,
+ "name": "Hollow reed",
+ "high_alchemy": "1",
+ "weight": "0.012",
+ "archery_ticket_price": "0",
+ "id": "728"
+ },
+ {
+ "examine": "It looks like the Shamans personal notes...",
+ "durability": null,
+ "name": "Shamans tome",
+ "archery_ticket_price": "0",
+ "id": "729"
+ },
+ {
+ "examine": "An ancient tome on Demonology.",
+ "durability": null,
+ "name": "Binding book",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "730"
+ },
+ {
+ "shop_price": "160",
+ "examine": "An enchanted empty glass vial.",
+ "durability": null,
+ "name": "Enchanted vial",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "731"
+ },
+ {
+ "examine": "A vial of holy water, good against certain demons.",
+ "durability": null,
+ "name": "Holy water",
+ "archery_ticket_price": "0",
+ "id": "732",
+ "weapon_interface": "18",
+ "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,24",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "Fragments of a broken container.",
+ "durability": null,
+ "name": "Smashed glass",
+ "archery_ticket_price": "0",
+ "id": "733"
+ },
+ {
+ "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.",
+ "durability": null,
+ "name": "Yommi tree seeds",
+ "archery_ticket_price": "0",
+ "id": "735"
+ },
+ {
+ "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.",
+ "durability": null,
+ "name": "Yommi tree seeds",
+ "archery_ticket_price": "0",
+ "id": "736"
+ },
+ {
+ "examine": "A Snakeweed mixture, needs another ingredient.",
+ "durability": null,
+ "name": "Snakeweed mixture",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "737"
+ },
+ {
+ "examine": "It's a mixture of ardrigal and water. Needs another ingredient.",
+ "durability": null,
+ "name": "Ardrigal mixture",
+ "archery_ticket_price": "0",
+ "id": "738"
+ },
+ {
+ "examine": "A bravery potion for which Gujuo gave you the details, let's hope it works.",
+ "durability": null,
+ "name": "Bravery potion",
+ "archery_ticket_price": "0",
+ "id": "739"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A silly, blue pointed hat.",
+ "durability": null,
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "weight": "0.4",
+ "equipment_slot": "0",
+ "grand_exchange_price": "472",
+ "name": "Blue hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "740",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0"
+ },
+ {
+ "examine": "It looks like it's been snapped off of something.",
+ "durability": null,
+ "name": "Chunk of crystal",
+ "archery_ticket_price": "0",
+ "id": "741"
+ },
+ {
+ "examine": "It looks like it's been snapped off of something.",
+ "durability": null,
+ "name": "Hunk of crystal",
+ "archery_ticket_price": "0",
+ "id": "742"
+ },
+ {
+ "examine": "It looks like it's been snapped off of something.",
+ "durability": null,
+ "name": "Lump of crystal",
+ "archery_ticket_price": "0",
+ "id": "743"
+ },
+ {
+ "examine": "A heart shaped crystal.",
+ "durability": null,
+ "name": "Heart crystal",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "744"
+ },
+ {
+ "examine": "A heart shaped crystal.",
+ "durability": null,
+ "name": "Heart crystal",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "745"
+ },
+ {
+ "attack_anims": "400,400,400,400",
+ "examine": "A black obsidian dagger, it has a strange aura about it.",
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Dark dagger",
+ "archery_ticket_price": "0",
+ "id": "746",
+ "weapon_interface": "5",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A black obsidian dagger, it has a strange aura about it - it seems to be glowing.",
+ "durability": null,
+ "attack_speed": "6",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,400,400",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Glowing dagger",
+ "archery_ticket_price": "0",
+ "id": "747",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A powerful spell for good.",
+ "durability": null,
+ "name": "Holy force",
+ "archery_ticket_price": "0",
+ "id": "748"
+ },
+ {
+ "examine": "A well carved totem pole made from the trunk of a Yommi tree.",
+ "durability": null,
+ "name": "Yommi totem",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "749"
+ },
+ {
+ "examine": "A gilded totem pole from the Kharazi tribe.",
+ "durability": null,
+ "name": "Gilded totem",
+ "archery_ticket_price": "0",
+ "id": "750"
+ },
+ {
+ "examine": "A common gnomeball, obtained by playing gnomeball.",
+ "durability": null,
+ "name": "Gnomeball",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "751",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Gnomeball",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "752"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Poisonous berries.",
+ "grand_exchange_price": "42",
+ "durability": null,
+ "name": "Cadava berries",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "753"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "42",
+ "durability": null,
+ "name": "Cadava berries",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "754"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This potion will most certainly almost kill you.",
+ "durability": null,
+ "name": "Cadava potion",
+ "archery_ticket_price": "0",
+ "id": "756"
+ },
+ {
+ "examine": "Phoenix Gang weapon store key.",
+ "durability": null,
+ "name": "Weapon store key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "759"
+ },
+ {
+ "durability": null,
+ "name": "Weapon store key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "760"
+ },
+ {
+ "destroy_message": "You'll have to kill Jonny the beard in order to get another one.",
+ "examine": "An intelligence report.",
+ "durability": null,
+ "name": "Intel report",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "761"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Half of the Shield of Arrav.",
+ "durability": null,
+ "name": "Broken shield",
+ "destroy": "true",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
+ "id": "763"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Half of the Shield of Arrav.",
+ "durability": null,
+ "name": "Broken shield",
+ "destroy": "true",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
+ "id": "765"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "Second-rate crossbow, former property of the Phoenix Gang.",
+ "walk_anim": "4226",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "3",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "weapon_interface": "17",
+ "turn180_anim": "4227",
+ "render_anim": "175",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "stand_anim": "4591",
+ "attack_audios": "2700,0,0,0",
+ "name": "Phoenix crossbow",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "767",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Phoenix crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "",
+ "id": "768"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Entrance certificate to the Imperial Guard.",
+ "durability": null,
+ "name": "Certificate",
+ "archery_ticket_price": "0",
+ "id": "769"
+ },
+ {
+ "destroy_message": "You can get another branch if you chop the dramen tree underneath Entrana again.",
+ "examine": "A limb of the fabled Dramen tree.",
+ "durability": null,
+ "name": "Dramen branch",
+ "low_alchemy": "6",
+ "tradeable": "false",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "771"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "Crafted from a Dramen tree branch.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "1.8",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "attack_audios": "2555,0,0,0",
+ "name": "Dramen staff",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "772",
+ "stand_turn_anim": "1209",
+ "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0"
+ },
+ {
+ "examine": "A perfect ruby ring.",
+ "durability": null,
+ "name": "'perfect' ring",
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "archery_ticket_price": "0",
+ "id": "773",
"equipment_slot": "12"
},
{
- "id": "774",
- "name": "'perfect' necklace",
"examine": "A perfect ruby necklace.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "'perfect' necklace",
+ "low_alchemy": "870",
+ "high_alchemy": "1305",
+ "archery_ticket_price": "0",
+ "id": "774",
"equipment_slot": "2"
},
{
- "id": "775",
- "name": "Cooking gauntlets",
"examine": "These gauntlets empower with a greater ability to cook fish.",
- "archery_ticket_price": "0",
- "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0",
+ "durability": null,
+ "low_alchemy": "75000",
+ "high_alchemy": "75000",
"destroy": "true",
+ "weight": "0.2",
+ "equipment_slot": "9",
"destroy_message": "You can obtain another set of Cooking gauntlets from Dimintheis.",
- "durability": null,
- "equipment_slot": "9",
+ "name": "Cooking gauntlets",
"tradeable": "false",
- "weight": "0.2"
+ "archery_ticket_price": "0",
+ "id": "775",
+ "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0"
},
{
- "id": "776",
- "name": "Goldsmith gauntlets",
- "examine": "These gauntlets empower the bearer whilst making gold.",
- "archery_ticket_price": "0",
- "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0",
- "destroy": "true",
"destroy_message": "You can obtain another set of Goldsmith gauntlets from Dimintheis.",
+ "examine": "These gauntlets empower the bearer whilst making gold.",
"durability": null,
- "equipment_slot": "9",
- "tradeable": "false"
- },
- {
- "id": "777",
- "name": "Chaos gauntlets",
- "examine": "These gauntlets empower spell casters.",
- "archery_ticket_price": "0",
- "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0",
- "destroy": "true",
- "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "false"
- },
- {
- "id": "778",
- "name": "Family gauntlets",
- "examine": "My reward for assisting the Fitzharmon family.",
- "archery_ticket_price": "0",
- "bonuses": "2,2,2,0,0,8,9,7,0,0,0,2,0,0,0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "weight": "1"
- },
- {
- "id": "779",
- "name": "Crest part",
- "examine": "A fragment of the Fitzharmon family crest.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "780",
- "name": "Crest part",
- "examine": "A fragment of the Fitzharmon family crest.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "781",
- "name": "Crest part",
- "examine": "A fragment of the Fitzharmon family crest.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "783",
- "name": "Bark sample",
- "examine": "A sample of the bark from the Grand Tree.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "784",
- "name": "Translation book",
- "examine": "A book to translate the ancient gnome language into English.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "785",
- "name": "Glough's journal",
- "examine": "Perhaps I should read it and see what Glough is up to!",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "786",
- "name": "Hazelmere's scroll",
- "examine": "Hazelmere wrote something down on this scroll.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "787",
- "name": "Lumber order",
- "examine": "An order from the Karamja shipyard.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "788",
- "name": "Glough's key",
- "examine": "The key to Glough's chest.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "789",
- "name": "Twigs",
- "examine": "Twigs bound together in the shape of a (Z/U/T/O).",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "790",
- "name": "Twigs",
- "examine": "Twigs bound together in the shape of a (Z/U/T/O).",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "791",
- "name": "Twigs",
- "examine": "Twigs bound together in the shape of a (Z/U/T/O).",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "792",
- "name": "Twigs",
- "examine": "Twigs bound together in the shape of a (Z/U/T/O).",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "793",
- "name": "Daconia rock",
- "examine": "An ancient rock with strange magical properties.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
+ "name": "Goldsmith gauntlets",
+ "low_alchemy": "75000",
"tradeable": "false",
- "weight": "3"
- },
- {
- "id": "794",
- "name": "Invasion plans",
- "examine": "These are plans for an invasion!",
- "archery_ticket_price": "0",
+ "high_alchemy": "75000",
"destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
+ "archery_ticket_price": "0",
+ "id": "776",
+ "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0",
+ "equipment_slot": "9"
},
{
- "id": "795",
- "name": "War ship",
+ "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.",
+ "examine": "These gauntlets empower spell casters.",
+ "durability": null,
+ "name": "Chaos gauntlets",
+ "low_alchemy": "75000",
+ "tradeable": "false",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "777",
+ "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "My reward for assisting the Fitzharmon family.",
+ "durability": null,
+ "name": "Family gauntlets",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "778",
+ "bonuses": "2,2,2,0,0,8,9,7,0,0,0,2,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "A fragment of the Fitzharmon family crest.",
+ "durability": null,
+ "name": "Crest part",
+ "archery_ticket_price": "0",
+ "id": "779"
+ },
+ {
+ "examine": "A fragment of the Fitzharmon family crest.",
+ "durability": null,
+ "name": "Crest part",
+ "archery_ticket_price": "0",
+ "id": "780"
+ },
+ {
+ "examine": "A fragment of the Fitzharmon family crest.",
+ "durability": null,
+ "name": "Crest part",
+ "archery_ticket_price": "0",
+ "id": "781"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A sample of the bark from the Grand Tree.",
+ "durability": null,
+ "name": "Bark sample",
+ "archery_ticket_price": "0",
+ "id": "783"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A book to translate the ancient gnome language into English.",
+ "durability": null,
+ "name": "Translation book",
+ "archery_ticket_price": "0",
+ "id": "784"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Perhaps I should read it and see what Glough is up to!",
+ "durability": null,
+ "name": "Glough's journal",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "785"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Hazelmere wrote something down on this scroll.",
+ "durability": null,
+ "name": "Hazelmere's scroll",
+ "archery_ticket_price": "0",
+ "id": "786"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "An order from the Karamja shipyard.",
+ "durability": null,
+ "name": "Lumber order",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "787"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "The key to Glough's chest.",
+ "durability": null,
+ "name": "Glough's key",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "788"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Twigs bound together in the shape of a (Z/U/T/O).",
+ "durability": null,
+ "name": "Twigs",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "789"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Twigs bound together in the shape of a (Z/U/T/O).",
+ "durability": null,
+ "name": "Twigs",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "790"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Twigs bound together in the shape of a (Z/U/T/O).",
+ "durability": null,
+ "name": "Twigs",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "791"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Twigs bound together in the shape of a (Z/U/T/O).",
+ "durability": null,
+ "name": "Twigs",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "792"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "An ancient rock with strange magical properties.",
+ "durability": null,
+ "name": "Daconia rock",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "793"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "These are plans for an invasion!",
+ "durability": null,
+ "name": "Invasion plans",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "794"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
"examine": "A model of a Karamja warship",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
"durability": null,
- "weight": "0.01"
+ "name": "War ship",
+ "high_alchemy": "1",
+ "weight": "0.01",
+ "archery_ticket_price": "0",
+ "id": "795"
},
{
- "id": "799",
- "name": "C. Ele Minor Drop Table",
- "examine": "Item container for C. Ele Minor Drop Table. You should not be able to obtain this item."
- },
- {
- "id": "800",
- "name": "Bronze thrownaxe",
- "examine": "A finely balanced throwing axe.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2706,2706,2706",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"shop_price": "4",
+ "ge_buy_limit": "1000",
+ "examine": "A finely balanced throwing axe.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "attack_speed": "5",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "3",
+ "name": "Bronze thrownaxe",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "800",
+ "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5"
},
{
- "id": "801",
- "name": "Iron thrownaxe",
- "examine": "A finely balanced throwing axe.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2706,2706,2706",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"shop_price": "13",
+ "ge_buy_limit": "1000",
+ "examine": "A finely balanced throwing axe.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "attack_speed": "5",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "14",
+ "name": "Iron thrownaxe",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "801",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7"
},
{
- "id": "802",
- "name": "Steel thrownaxe",
- "examine": "A finely balanced throwing axe.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2706,2706,2706",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,5}",
"shop_price": "38",
+ "ge_buy_limit": "1000",
+ "examine": "A finely balanced throwing axe.",
+ "durability": null,
+ "low_alchemy": "15",
+ "high_alchemy": "22",
+ "attack_speed": "5",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "60",
+ "name": "Steel thrownaxe",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "802",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11"
},
{
- "id": "803",
- "name": "Mithril thrownaxe",
- "examine": "A finely balanced throwing axe.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2706,2706,2706",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,20}",
"shop_price": "105",
+ "ge_buy_limit": "1000",
+ "examine": "A finely balanced throwing axe.",
+ "durability": null,
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "attack_speed": "5",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "135",
+ "name": "Mithril thrownaxe",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "803",
+ "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16"
},
{
- "id": "804",
- "name": "Adamant thrownaxe",
- "examine": "A finely balanced throwing axe.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2706,2706,2706",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,30}",
"shop_price": "262",
+ "ge_buy_limit": "1000",
+ "examine": "A finely balanced throwing axe.",
+ "durability": null,
+ "low_alchemy": "104",
+ "high_alchemy": "157",
+ "attack_speed": "5",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "138",
+ "name": "Adamant thrownaxe",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "804",
+ "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23"
},
{
- "id": "805",
- "name": "Rune thrownaxe",
- "examine": "A finely balanced throwing axe.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2706,2706,2706",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "has_special": "true",
"requirements": "{4,40}",
"shop_price": "698",
+ "ge_buy_limit": "1000",
+ "examine": "A finely balanced throwing axe.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "176",
+ "high_alchemy": "264",
+ "attack_speed": "5",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "243",
+ "name": "Rune thrownaxe",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "805",
+ "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36"
},
{
- "id": "806",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a bronze tip.",
+ "durability": null,
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "53",
+ "attack_audios": "2547,0,0,0",
"name": "Bronze dart",
- "examine": "A deadly throwing dart with a bronze tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "806",
+ "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1"
},
{
- "id": "807",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with an iron tip.",
+ "durability": null,
+ "high_alchemy": "1",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "59",
+ "attack_audios": "2547,0,0,0",
"name": "Iron dart",
- "examine": "A deadly throwing dart with an iron tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "807",
+ "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3"
},
{
- "id": "808",
+ "requirements": "{4,5}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a steel tip.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "50",
+ "attack_audios": "2547,0,0,0",
"name": "Steel dart",
- "examine": "A deadly throwing dart with a steel tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,5}",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "808",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4"
},
{
- "id": "809",
+ "requirements": "{4,20}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a mithril tip.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "68",
+ "attack_audios": "2547,0,0,0",
"name": "Mithril dart",
- "examine": "A deadly throwing dart with a mithril tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,20}",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "809",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7"
},
{
- "id": "810",
+ "requirements": "{4,30}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with an adamantite tip.",
+ "durability": null,
+ "low_alchemy": "26",
+ "high_alchemy": "39",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "96",
+ "attack_audios": "2547,0,0,0",
"name": "Adamant dart",
- "examine": "A deadly throwing dart with an adamantite tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "810",
+ "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "811",
+ "requirements": "{4,40}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a rune tip.",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "122",
+ "attack_audios": "2547,0,0,0",
"name": "Rune dart",
- "examine": "A deadly throwing dart with a rune tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,40}",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "811",
+ "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14"
},
{
- "id": "812",
- "name": "Bronze dart(p)",
+ "ge_buy_limit": "1000",
"examine": "A deadly throwing dart with a bronze tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1",
- "defence_anim": "424",
"durability": null,
- "equip_audio": "2244",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
"equipment_slot": "3",
- "ge_buy_limit": "1000",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "66",
+ "attack_audios": "2547,0,0,0",
+ "name": "Bronze dart(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "812",
+ "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1"
},
{
- "id": "813",
- "name": "Iron dart(p)",
+ "ge_buy_limit": "1000",
"examine": "A deadly throwing dart with an iron tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3",
- "defence_anim": "424",
"durability": null,
- "equip_audio": "2244",
+ "high_alchemy": "1",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
"equipment_slot": "3",
- "ge_buy_limit": "1000",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "66",
+ "attack_audios": "2547,0,0,0",
+ "name": "Iron dart(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "813",
+ "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3"
},
{
- "id": "814",
- "name": "Steel dart(p)",
- "examine": "A deadly throwing dart with a steel tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,5}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a steel tip.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "75",
+ "attack_audios": "2547,0,0,0",
+ "name": "Steel dart(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "814",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4"
},
{
- "id": "815",
- "name": "Mithril dart(p)",
- "examine": "A deadly throwing dart with a mithril tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,20}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a mithril tip.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "65",
+ "attack_audios": "2547,0,0,0",
+ "name": "Mithril dart(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "815",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7"
},
{
- "id": "816",
- "name": "Adamant dart(p)",
- "examine": "A deadly throwing dart with an adamantite tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,30}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "817",
- "name": "Rune dart(p)",
- "examine": "A deadly throwing dart with a rune tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
"ge_buy_limit": "1000",
- "requirements": "{4,40}",
+ "examine": "A deadly throwing dart with an adamantite tip.",
+ "durability": null,
+ "low_alchemy": "26",
+ "high_alchemy": "39",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "75",
+ "attack_audios": "2547,0,0,0",
+ "name": "Adamant dart(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "816",
+ "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "818",
+ "requirements": "{4,40}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a rune tip.",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "110",
+ "attack_audios": "2547,0,0,0",
+ "name": "Rune dart(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "817",
+ "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14"
+ },
+ {
+ "attack_audios": "2547,0,0,0",
+ "durability": null,
"name": "Poisoned dart(p)",
"archery_ticket_price": "0",
- "attack_audios": "2547,0,0,0",
- "durability": null,
- "equip_audio": "2244",
+ "id": "818",
"equipment_slot": "3"
},
{
- "id": "819",
- "name": "Bronze dart tip",
+ "ge_buy_limit": "5000",
"examine": "A deadly looking dart tip made of bronze - needs feathers for flight.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "24",
"attack_audios": "2547,0,0,0",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "name": "Bronze dart tip",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "819"
},
{
- "id": "820",
- "name": "Iron dart tip",
+ "ge_buy_limit": "5000",
"examine": "A deadly looking dart tip made of iron - needs feathers for flight.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "19",
"attack_audios": "2547,0,0,0",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "name": "Iron dart tip",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "820"
},
{
- "id": "821",
- "name": "Steel dart tip",
+ "ge_buy_limit": "5000",
"examine": "A deadly looking dart tip made of steel - needs feathers for flight.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "66",
"attack_audios": "2547,0,0,0",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "name": "Steel dart tip",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "821"
},
{
- "id": "822",
- "name": "Mithril dart tip",
+ "ge_buy_limit": "5000",
"examine": "A deadly looking dart tip made of mithril - needs feathers for flight.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "97",
"attack_audios": "2547,0,0,0",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "name": "Mithril dart tip",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "822"
},
{
- "id": "823",
- "name": "Adamant dart tip",
+ "ge_buy_limit": "5000",
"examine": "A deadly looking dart tip made of adamantite - needs feathers for flight.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "212",
"attack_audios": "2547,0,0,0",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "name": "Adamant dart tip",
+ "tradeable": "true",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "archery_ticket_price": "0",
+ "id": "823"
},
{
- "id": "824",
- "name": "Rune dart tip",
+ "ge_buy_limit": "5000",
"examine": "A deadly looking dart tip made of runite - needs feathers for flight.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "498",
"attack_audios": "2547,0,0,0",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "name": "Rune dart tip",
+ "tradeable": "true",
+ "low_alchemy": "70",
+ "high_alchemy": "105",
+ "archery_ticket_price": "0",
+ "id": "824"
},
{
- "id": "825",
+ "shop_price": "6",
+ "ge_buy_limit": "1000",
+ "examine": "A bronze-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "6",
"name": "Bronze javelin",
- "examine": "A bronze-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "shop_price": "6",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "825",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6"
},
{
- "id": "826",
+ "shop_price": "8",
+ "ge_buy_limit": "1000",
+ "examine": "An iron-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "2",
"name": "Iron javelin",
- "examine": "An iron-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "shop_price": "8",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "826",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "827",
+ "requirements": "{4,5}",
+ "shop_price": "37",
+ "ge_buy_limit": "1000",
+ "examine": "A steel-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "22",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "19",
"name": "Steel javelin",
- "examine": "A steel-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,5}",
- "shop_price": "37",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "827",
+ "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12"
},
{
- "id": "828",
+ "requirements": "{4,20}",
+ "shop_price": "79",
+ "ge_buy_limit": "1000",
+ "examine": "A mithril tipped javelin.",
+ "durability": null,
+ "low_alchemy": "39",
+ "high_alchemy": "58",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "25",
"name": "Mithril javelin",
- "examine": "A mithril tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,20}",
- "shop_price": "79",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "828",
+ "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18"
},
{
- "id": "829",
- "name": "Adamant javelin",
- "examine": "An adamant tipped javelin.",
- "archery_ticket_price": "100",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,30}",
"shop_price": "100",
+ "ge_buy_limit": "1000",
+ "examine": "An adamant tipped javelin.",
+ "durability": null,
+ "low_alchemy": "98",
+ "high_alchemy": "147",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "51",
+ "name": "Adamant javelin",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "100",
+ "id": "829",
+ "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28"
},
{
- "id": "830",
- "name": "Rune javelin",
- "examine": "A rune tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,40}",
"shop_price": "624",
+ "ge_buy_limit": "1000",
+ "examine": "A rune tipped javelin.",
+ "durability": null,
+ "low_alchemy": "249",
+ "high_alchemy": "374",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "186",
+ "name": "Rune javelin",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "830",
+ "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42"
},
{
- "id": "831",
- "name": "Bronze javelin(p)",
- "examine": "A bronze-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"shop_price": "6",
+ "ge_buy_limit": "1000",
+ "examine": "A bronze-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "19",
+ "name": "Bronze javelin(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "831",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6"
},
{
- "id": "832",
- "name": "Iron javelin(p)",
- "examine": "An iron-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"shop_price": "8",
+ "ge_buy_limit": "1000",
+ "examine": "An iron-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "19",
+ "name": "Iron javelin(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "832",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "833",
- "name": "Steel javelin(p)",
- "examine": "A steel-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,5}",
"shop_price": "37",
+ "ge_buy_limit": "1000",
+ "examine": "A steel-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "22",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "34",
+ "name": "Steel javelin(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "833",
+ "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12"
},
{
- "id": "834",
- "name": "Mithril javelin(p)",
- "examine": "A mithril tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,20}",
"shop_price": "79",
+ "ge_buy_limit": "1000",
+ "examine": "A mithril tipped javelin.",
+ "durability": null,
+ "low_alchemy": "39",
+ "high_alchemy": "58",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "44",
+ "name": "Mithril javelin(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "834",
+ "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18"
},
{
- "id": "835",
- "name": "Adamant javelin(p)",
- "examine": "An adamant tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,30}",
"shop_price": "100",
+ "ge_buy_limit": "1000",
+ "examine": "An adamant tipped javelin.",
+ "durability": null,
+ "low_alchemy": "98",
+ "high_alchemy": "147",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "88",
+ "name": "Adamant javelin(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "835",
+ "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28"
},
{
- "id": "836",
- "name": "Rune javelin(p)",
- "examine": "A rune tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
"requirements": "{4,40}",
"shop_price": "624",
+ "ge_buy_limit": "1000",
+ "examine": "A rune tipped javelin.",
+ "durability": null,
+ "low_alchemy": "249",
+ "high_alchemy": "374",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "256",
+ "name": "Rune javelin(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "836",
+ "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42"
},
{
- "id": "837",
- "name": "Crossbow",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
"examine": "This fires crossbow bolts.",
- "archery_ticket_price": "0",
- "attack_anims": "4230,4230,4230,4230",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "175",
- "run_anim": "4228",
- "shop_price": "70",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
"walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "8"
- },
- {
- "id": "838",
- "name": "Crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "839",
- "name": "Longbow",
- "examine": "A nice sturdy bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
+ "low_alchemy": "28",
+ "turn90ccw_anim": "822",
"attack_speed": "6",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0",
+ "turn180_anim": "4227",
"defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
"equipment_slot": "3",
+ "attack_anims": "4230,4230,4230,4230",
+ "grand_exchange_price": "276",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "837",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0",
+ "shop_price": "70",
+ "durability": null,
+ "high_alchemy": "42",
+ "weight": "8",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crossbow"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "276",
+ "durability": null,
+ "name": "Crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "838"
+ },
+ {
"ge_buy_limit": "5000",
- "render_anim": "1",
+ "turn90cw_anim": "821",
+ "examine": "A nice sturdy bow.",
+ "walk_anim": "819",
+ "low_alchemy": "32",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "turn180_anim": "820",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "55",
+ "stand_anim": "808",
+ "tradeable": "true",
"run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "839",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0",
"shop_price": "80",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "two_handed": "true",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "48",
+ "weight": "1.8",
"weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "840",
- "name": "Longbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "841",
- "name": "Shortbow",
- "examine": "A shortbow made of wood.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
"render_anim": "1",
- "run_anim": "824",
- "shop_price": "50",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "two_handed": "true",
- "walk_anim": "819",
- "weapon_interface": "16",
- "weight": "1.33"
- },
- {
- "id": "842",
- "name": "Shortbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "843",
- "name": "Oak shortbow",
- "examine": "A shortbow made out of oak, still effective.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
"attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
+ "name": "Longbow"
+ },
+ {
"ge_buy_limit": "5000",
- "render_anim": "2588",
+ "grand_exchange_price": "55",
+ "durability": null,
+ "name": "Longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "840"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "turn90cw_anim": "821",
+ "examine": "A shortbow made of wood.",
+ "walk_anim": "819",
+ "low_alchemy": "20",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "820",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "79",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "841",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0",
+ "shop_price": "50",
+ "durability": null,
+ "high_alchemy": "30",
+ "weight": "1.33",
+ "weapon_interface": "16",
+ "render_anim": "1",
+ "attack_audios": "2700,0,0,0",
+ "name": "Shortbow"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "79",
+ "durability": null,
+ "name": "Shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "842"
+ },
+ {
"requirements": "{4,5}",
"shop_price": "164",
- "tradeable": "true",
+ "ge_buy_limit": "5000",
+ "examine": "A shortbow made out of oak, still effective.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1.8",
+ "attack_speed": "4",
"two_handed": "true",
"weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "844",
- "name": "Oak shortbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "845",
- "name": "Oak longbow",
- "examine": "A nice sturdy bow made out of oak.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
"render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "54",
+ "attack_audios": "2700,0,0,0",
+ "name": "Oak shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "843",
+ "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "54",
+ "durability": null,
+ "name": "Oak shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "844"
+ },
+ {
"requirements": "{4,5}",
"shop_price": "160",
- "tradeable": "true",
+ "ge_buy_limit": "5000",
+ "examine": "A nice sturdy bow made out of oak.",
+ "durability": null,
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "weight": "2",
+ "attack_speed": "6",
"two_handed": "true",
"weapon_interface": "16",
- "weight": "2"
- },
- {
- "id": "846",
- "name": "Oak longbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "847",
- "name": "Willow longbow",
- "examine": "A nice sturdy bow made out of willow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
"render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "132",
+ "attack_audios": "2700,0,0,0",
+ "name": "Oak longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "845",
+ "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "132",
+ "durability": null,
+ "name": "Oak longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "846"
+ },
+ {
"requirements": "{4,20}",
"shop_price": "320",
- "tradeable": "true",
+ "ge_buy_limit": "5000",
+ "examine": "A nice sturdy bow made out of willow.",
+ "durability": null,
+ "low_alchemy": "128",
+ "high_alchemy": "192",
+ "weight": "1.5",
+ "attack_speed": "6",
"two_handed": "true",
"weapon_interface": "16",
- "weight": "1.5"
- },
- {
- "id": "848",
- "name": "Willow longbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "849",
- "name": "Willow shortbow",
- "examine": "A shortbow made out of willow, still effective.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
"render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "132",
+ "attack_audios": "2700,0,0,0",
+ "name": "Willow longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "847",
+ "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "132",
+ "durability": null,
+ "name": "Willow longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "848"
+ },
+ {
"requirements": "{4,20}",
"shop_price": "200",
- "tradeable": "true",
+ "ge_buy_limit": "5000",
+ "examine": "A shortbow made out of willow, still effective.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "attack_speed": "4",
"two_handed": "true",
"weapon_interface": "16",
- "weight": "1"
- },
- {
- "id": "850",
- "name": "Willow shortbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "851",
- "name": "Maple longbow",
- "examine": "A nice sturdy bow made out of maple.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
- "lendable": "true",
"render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "106",
+ "attack_audios": "2700,0,0,0",
+ "name": "Willow shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "849",
+ "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "106",
+ "durability": null,
+ "name": "Willow shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "850"
+ },
+ {
"requirements": "{4,30}",
"shop_price": "640",
- "tradeable": "true",
+ "ge_buy_limit": "5000",
+ "examine": "A nice sturdy bow made out of maple.",
+ "durability": null,
+ "low_alchemy": "256",
+ "high_alchemy": "384",
+ "weight": "1.8",
+ "attack_speed": "6",
"two_handed": "true",
"weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "852",
- "name": "Maple longbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "853",
- "name": "Maple shortbow",
- "examine": "A shortbow made out of maple, still effective.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
- "lendable": "true",
"render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "lendable": "true",
+ "grand_exchange_price": "320",
+ "attack_audios": "2700,0,0,0",
+ "name": "Maple longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "851",
+ "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "320",
+ "durability": null,
+ "name": "Maple longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "852"
+ },
+ {
"requirements": "{4,30}",
"shop_price": "400",
- "tradeable": "true",
+ "ge_buy_limit": "5000",
+ "examine": "A shortbow made out of maple, still effective.",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "1",
+ "attack_speed": "4",
"two_handed": "true",
"weapon_interface": "16",
- "weight": "1"
- },
- {
- "id": "854",
- "name": "Maple shortbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "855",
- "name": "Yew longbow",
- "examine": "A nice sturdy bow made out of yew.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
- "lendable": "true",
"render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "lendable": "true",
+ "grand_exchange_price": "290",
+ "attack_audios": "2700,0,0,0",
+ "name": "Maple shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "853",
+ "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "290",
+ "durability": null,
+ "name": "Maple shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "854"
+ },
+ {
"requirements": "{4,40}",
"shop_price": "674",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "856",
- "name": "Yew longbow",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "857",
- "name": "Yew shortbow",
- "examine": "A shortbow made out of yew, still effective.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
+ "examine": "A nice sturdy bow made out of yew.",
"durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "render_anim": "2588",
- "requirements": "{4,40}",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1"
- },
- {
- "id": "858",
- "name": "Yew shortbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "859",
- "name": "Magic longbow",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
+ "low_alchemy": "512",
+ "high_alchemy": "768",
+ "weight": "1.8",
"attack_speed": "6",
- "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
- "has_special": "true",
- "lendable": "true",
+ "two_handed": "true",
+ "weapon_interface": "16",
"render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "lendable": "true",
+ "grand_exchange_price": "706",
+ "attack_audios": "2700,0,0,0",
+ "name": "Yew longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "855",
+ "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "706",
+ "durability": null,
+ "name": "Yew longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "856"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "5000",
+ "examine": "A shortbow made out of yew, still effective.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "lendable": "true",
+ "grand_exchange_price": "422",
+ "attack_audios": "2700,0,0,0",
+ "name": "Yew shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "857",
+ "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "422",
+ "durability": null,
+ "name": "Yew shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "858"
+ },
+ {
"requirements": "{4,50}",
"shop_price": "1270",
- "tradeable": "true",
+ "ge_buy_limit": "5000",
+ "examine": "A nice sturdy magical bow.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "1024",
+ "high_alchemy": "1536",
+ "weight": "1.8",
+ "attack_speed": "6",
"two_handed": "true",
"weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "860",
- "name": "Magic longbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "861",
- "name": "Magic shortbow",
- "examine": "Short and magical, but still effective.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "5000",
- "has_special": "true",
- "lendable": "true",
"render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "lendable": "true",
+ "grand_exchange_price": "1437",
+ "attack_audios": "2700,0,0,0",
+ "name": "Magic longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "859",
+ "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1437",
+ "durability": null,
+ "name": "Magic longbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "860"
+ },
+ {
"requirements": "{4,50}",
"shop_price": "5600",
- "tradeable": "true",
+ "ge_buy_limit": "5000",
+ "examine": "Short and magical, but still effective.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "640",
+ "high_alchemy": "960",
+ "weight": "1.3",
+ "attack_speed": "4",
"two_handed": "true",
"weapon_interface": "16",
- "weight": "1.3"
- },
- {
- "id": "862",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "lendable": "true",
+ "grand_exchange_price": "959",
+ "attack_audios": "2700,0,0,0",
"name": "Magic shortbow",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "861",
+ "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "5000",
- "tradeable": "true"
+ "grand_exchange_price": "959",
+ "durability": null,
+ "name": "Magic shortbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "862"
},
{
- "id": "863",
+ "shop_price": "58",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "23",
+ "high_alchemy": "34",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "87",
+ "attack_audios": "2704,0,0,0",
"name": "Iron knife",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "shop_price": "58",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "863",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4"
},
{
- "id": "864",
+ "shop_price": "14",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "73",
+ "attack_audios": "2704,0,0,0",
"name": "Bronze knife",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "shop_price": "14",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "864",
+ "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3"
},
{
- "id": "865",
+ "requirements": "{4,5}",
+ "shop_price": "68",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "27",
+ "high_alchemy": "40",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "136",
+ "attack_audios": "2704,0,0,0",
"name": "Steel knife",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,5}",
- "shop_price": "68",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "865",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7"
},
{
- "id": "866",
+ "requirements": "{4,20}",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "16",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "201",
+ "attack_audios": "2704,0,0,0",
"name": "Mithril knife",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,20}",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "866",
+ "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "867",
- "name": "Adamant knife",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
"requirements": "{4,30}",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "26",
+ "high_alchemy": "40",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "421",
+ "attack_audios": "2704,0,0,0",
+ "name": "Adamant knife",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "867",
+ "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14"
},
{
- "id": "868",
- "name": "Rune knife",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
"requirements": "{4,40}",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "66",
+ "high_alchemy": "100",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1132",
+ "attack_audios": "2704,0,0,0",
+ "name": "Rune knife",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "868",
+ "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24"
},
{
- "id": "869",
- "name": "Black knife",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
"requirements": "{4,10}",
"shop_price": "15",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "7",
+ "high_alchemy": "11",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "95",
+ "attack_audios": "2704,0,0,0",
+ "name": "Black knife",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "869",
+ "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8"
},
{
- "id": "870",
- "name": "Bronze knife(p)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
"shop_price": "14",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "73",
+ "attack_audios": "2704,0,0,0",
+ "name": "Bronze knife(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "870",
+ "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3"
},
{
- "id": "871",
- "name": "Iron knife(p)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
"shop_price": "58",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "23",
+ "high_alchemy": "34",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "88",
+ "attack_audios": "2704,0,0,0",
+ "name": "Iron knife(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "871",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4"
},
{
- "id": "872",
- "name": "Steel knife(p)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
"requirements": "{4,5}",
"shop_price": "68",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "873",
- "name": "Mithril knife(p)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{4,20}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "874",
- "name": "Black knife(p)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
"ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "27",
+ "high_alchemy": "40",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "124",
+ "attack_audios": "2704,0,0,0",
+ "name": "Steel knife(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "872",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7"
+ },
+ {
+ "requirements": "{4,20}",
+ "ge_buy_limit": "100",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "16",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "226",
+ "attack_audios": "2704,0,0,0",
+ "name": "Mithril knife(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "873",
+ "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10"
+ },
+ {
"requirements": "{4,10}",
"shop_price": "15",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "7",
+ "high_alchemy": "11",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "69",
+ "attack_audios": "2704,0,0,0",
+ "name": "Black knife(p)",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "874",
+ "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8"
},
{
- "id": "875",
+ "requirements": "{4,30}",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "26",
+ "high_alchemy": "40",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "503",
+ "attack_audios": "2704,0,0,0",
"name": "Adamant knife(p)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,30}",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "875",
+ "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14"
},
{
- "id": "876",
+ "requirements": "{4,40}",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "66",
+ "high_alchemy": "100",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1374",
+ "attack_audios": "2704,0,0,0",
"name": "Rune knife(p)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,40}",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "876",
+ "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24"
},
{
- "id": "877",
+ "shop_price": "3",
+ "ge_buy_limit": "10000",
+ "examine": "Bronze crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "equipment_slot": "13",
+ "grand_exchange_price": "12",
"name": "Bronze bolts",
- "examine": "Bronze crossbow bolts.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "3",
- "tradeable": "true"
+ "id": "877",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "878",
+ "shop_price": "3",
+ "ge_buy_limit": "10000",
+ "examine": "Bronze crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "equipment_slot": "13",
+ "grand_exchange_price": "38",
"name": "Bronze bolts(p)",
- "examine": "Bronze crossbow bolts.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "3",
- "tradeable": "true"
+ "id": "878",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "879",
- "name": "Opal bolts",
+ "ge_buy_limit": "25000",
"examine": "Opal tipped bronze crossbow bolts",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Opal bolts",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
+ "id": "879",
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "tradeable": "true"
+ "equipment_slot": "13"
},
{
- "id": "880",
- "name": "Pearl bolts",
- "examine": "Pearl tipped Iron crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
"requirements": "{4,26}",
- "tradeable": "true"
+ "ge_buy_limit": "25000",
+ "examine": "Pearl tipped Iron crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "equipment_slot": "13",
+ "grand_exchange_price": "32",
+ "name": "Pearl bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "880",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48"
},
{
- "id": "881",
- "name": "Barbed bolts",
- "examine": "Great if you have a crossbow!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,12",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
"shop_price": "80",
- "tradeable": "true"
+ "ge_buy_limit": "10000",
+ "examine": "Great if you have a crossbow!",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "equipment_slot": "13",
+ "grand_exchange_price": "42",
+ "name": "Barbed bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "881",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,12"
},
{
- "id": "882",
+ "shop_price": "7",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with bronze heads.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "equipment_slot": "13",
+ "grand_exchange_price": "10",
"name": "Bronze arrow",
- "examine": "Arrows with bronze heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "7",
- "tradeable": "true"
+ "id": "882",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7"
},
{
- "id": "883",
+ "shop_price": "7",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with bronze heads.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "equipment_slot": "13",
+ "grand_exchange_price": "39",
"name": "Bronze arrow(p)",
- "examine": "Arrows with bronze heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "7",
- "tradeable": "true"
+ "id": "883",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7"
},
{
- "id": "884",
+ "shop_price": "20",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with iron heads.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "10",
"name": "Iron arrow",
- "examine": "Arrows with iron heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "20",
- "tradeable": "true"
+ "id": "884",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "885",
+ "shop_price": "20",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with iron heads.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "41",
"name": "Iron arrow(p)",
- "examine": "Arrows with iron heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "20",
- "tradeable": "true"
+ "id": "885",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "886",
+ "requirements": "{4,5}",
+ "shop_price": "46",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with steel heads.",
+ "durability": null,
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "equipment_slot": "13",
+ "grand_exchange_price": "25",
"name": "Steel arrow",
- "examine": "Arrows with steel heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,5}",
- "shop_price": "46",
- "tradeable": "true"
+ "id": "886",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16"
},
{
- "id": "887",
+ "requirements": "{4,5}",
+ "shop_price": "46",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with steel heads.",
+ "durability": null,
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "equipment_slot": "13",
+ "grand_exchange_price": "69",
"name": "Steel arrow(p)",
- "examine": "Arrows with steel heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,5}",
- "shop_price": "46",
- "tradeable": "true"
+ "id": "887",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16"
},
{
- "id": "888",
+ "requirements": "{4,20}",
+ "shop_price": "76",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with mithril heads.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "equipment_slot": "13",
+ "grand_exchange_price": "30",
"name": "Mithril arrow",
- "examine": "Arrows with mithril heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,20}",
- "shop_price": "76",
- "tradeable": "true"
+ "id": "888",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22"
},
{
- "id": "889",
+ "requirements": "{4,20}",
+ "shop_price": "76",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with mithril heads.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "equipment_slot": "13",
+ "grand_exchange_price": "69",
"name": "Mithril arrow(p)",
- "examine": "Arrows with mithril heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,20}",
- "shop_price": "76",
- "tradeable": "true"
+ "id": "889",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22"
},
{
- "id": "890",
+ "requirements": "{4,30}",
+ "shop_price": "172",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with adamantite heads.",
+ "durability": null,
+ "low_alchemy": "68",
+ "high_alchemy": "103",
+ "equipment_slot": "13",
+ "grand_exchange_price": "111",
"name": "Adamant arrow",
- "examine": "Arrows with adamantite heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,30}",
- "shop_price": "172",
- "tradeable": "true"
+ "id": "890",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31"
},
{
- "id": "891",
+ "requirements": "{4,30}",
+ "shop_price": "172",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with adamantite heads.",
+ "durability": null,
+ "low_alchemy": "68",
+ "high_alchemy": "103",
+ "equipment_slot": "13",
+ "grand_exchange_price": "109",
"name": "Adamant arrow(p)",
- "examine": "Arrows with adamantite heads.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,30}",
- "shop_price": "172",
- "tradeable": "true"
+ "id": "891",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31"
},
{
- "id": "892",
+ "requirements": "{4,40}",
+ "shop_price": "510",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with rune heads.",
+ "durability": null,
+ "low_alchemy": "204",
+ "high_alchemy": "306",
+ "equipment_slot": "13",
+ "grand_exchange_price": "212",
"name": "Rune arrow",
- "examine": "Arrows with rune heads.",
+ "tradeable": "true",
"archery_ticket_price": "40",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,40}",
- "shop_price": "510",
- "tradeable": "true"
+ "id": "892",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49"
},
{
- "id": "893",
- "name": "Rune arrow(p)",
+ "requirements": "{4,40}",
+ "shop_price": "510",
+ "ge_buy_limit": "10000",
"examine": "Arrows with rune heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49",
"durability": null,
+ "low_alchemy": "204",
+ "high_alchemy": "306",
"equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,40}",
- "shop_price": "510",
- "tradeable": "true"
+ "grand_exchange_price": "257",
+ "name": "Rune arrow(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "893",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49"
},
{
- "id": "942",
- "name": "Bronze fire arrows",
+ "ge_buy_limit": "10000",
"examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.",
+ "grand_exchange_price": "228",
+ "durability": null,
+ "name": "Bronze fire arrows",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
+ "id": "942",
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "equipment_slot": "13"
},
{
- "id": "943",
+ "examine": "Some meaty worms.",
+ "durability": null,
"name": "Worm",
- "examine": "Ugh! It's wriggling!",
- "archery_ticket_price": "0",
+ "tradeable": "false",
"destroy": "true",
- "durability": null,
- "shop_price": "0",
- "tradeable": "true"
- },
- {
- "id": "944",
- "name": "Worm",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "943"
},
{
- "id": "945",
+ "durability": null,
+ "name": "Worm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "944"
+ },
+ {
+ "durability": null,
"name": "Throwing rope",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "945",
"equipment_slot": "3"
},
{
- "id": "946",
- "name": "Knife",
- "examine": "A dangerous looking knife.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"shop_price": "25",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "947",
+ "ge_buy_limit": "100",
+ "examine": "A dangerous looking knife.",
+ "grand_exchange_price": "32",
+ "durability": null,
"name": "Knife",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "0.4",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "946"
},
{
- "id": "948",
- "name": "Bear fur",
- "examine": "This would make warm clothing.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "32",
+ "durability": null,
+ "name": "Knife",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "947"
+ },
+ {
"shop_price": "4",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "949",
- "name": "Bear fur",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "950",
- "name": "Silk",
- "examine": "It's a sheet of silk.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "21",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "951",
- "name": "Silk",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "952",
- "name": "Spade",
- "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "953",
- "name": "Spade",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "954",
- "name": "Rope",
- "examine": "A coil of rope.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "18",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "955",
- "name": "Rope",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "956",
- "name": "Flier",
- "examine": "Get your axes from Bob's Axes.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "958",
- "name": "Grey wolf fur",
"examine": "This would make warm clothing.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "9",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "70",
+ "name": "Bear fur",
"tradeable": "true",
- "weight": "3"
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "948"
},
{
- "id": "959",
- "name": "Grey wolf fur",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "960",
- "name": "Plank",
- "examine": "A plank of wood!",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "9",
"durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "100",
+ "name": "Bear fur",
"tradeable": "true",
- "weight": "0.8"
+ "archery_ticket_price": "0",
+ "id": "949"
},
{
- "id": "961",
- "name": "Plank",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "962",
- "name": "Christmas cracker",
- "examine": "I need to pull this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "963",
- "name": "Christmas cracker",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "966",
- "name": "Tile",
- "examine": "A fraction of a roof.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.6"
- },
- {
- "id": "970",
- "name": "Papyrus",
- "examine": "Used for making notes.",
- "archery_ticket_price": "0",
- "durability": null,
+ "shop_price": "21",
"ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "971",
- "name": "Papyrus",
- "archery_ticket_price": "0",
+ "examine": "It's a sheet of silk.",
+ "grand_exchange_price": "27",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "972",
- "name": "Papyrus",
- "examine": "Used for making notes.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "973",
- "name": "Charcoal",
- "examine": "A lump of charcoal.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "45",
- "tradeable": "true"
- },
- {
- "id": "974",
- "name": "Charcoal",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "975",
- "name": "Machete",
- "examine": "A jungle specific slashing device.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,6,-2,0,0,0,0,0,0,0,0,5,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2554",
- "shop_price": "52",
+ "name": "Silk",
"tradeable": "true",
- "weapon_interface": "6",
- "weight": "1.3"
+ "low_alchemy": "22",
+ "high_alchemy": "33",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "950"
},
{
- "id": "976",
- "name": "Machete",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "978",
- "name": "Cooking pot",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "27",
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "981",
- "name": "Disk of returning",
- "examine": "Used to get out of Thordur's blackhole.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "shop_price": "10",
+ "name": "Silk",
"tradeable": "true",
- "weight": "2"
+ "archery_ticket_price": "0",
+ "id": "951"
},
{
- "id": "982",
- "name": "Disk of returning",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "983",
- "name": "Brass key",
- "examine": "A key found on the floor of Edgeville Dungeon.",
- "archery_ticket_price": "0",
- "durability": null,
+ "shop_price": "5",
"ge_buy_limit": "100",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "984",
- "name": "Brass key",
- "archery_ticket_price": "0",
+ "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.",
+ "grand_exchange_price": "117",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "985",
- "name": "Tooth half of a key",
- "examine": "The tooth end of the mysterious Crystal key. Can you find the other half?",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "986",
- "name": "Tooth half of a key",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "987",
- "name": "Loop half of a key",
- "examine": "The loop end of the mysterious Crystal key. Can you find the other half?",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "988",
- "name": "Loop half of a key",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "989",
- "name": "Crystal key",
- "examine": "A mysterious key for a mysterious chest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "990",
- "name": "Crystal key",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "991",
- "name": "Muddy key",
- "examine": "It looks like the key to a chest",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "992",
- "name": "Muddy key",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "993",
- "name": "Sinister key",
- "examine": "You get a sense of dread from this key.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "994",
- "name": "Sinister key",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "995",
- "name": "Coins",
- "examine": "Lovely money!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1005",
- "name": "White apron",
- "examine": "A mostly clean apron.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "shop_price": "2",
+ "name": "Spade",
"tradeable": "true",
- "weight": "0.45"
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "952"
},
{
- "id": "1006",
- "name": "White apron",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1007",
- "name": "Cape",
- "examine": "A bright red cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
+ "grand_exchange_price": "117",
"durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "20",
+ "name": "Spade",
"tradeable": "true",
- "weight": "0.4"
+ "archery_ticket_price": "0",
+ "id": "953"
},
{
- "id": "1008",
- "name": "Cape",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1009",
- "name": "Brass necklace",
- "examine": "I'd prefer a gold one.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1010",
- "name": "Brass necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1011",
- "name": "Blue skirt",
- "examine": "Leg covering favored by women and wizards.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1012",
- "name": "Blue skirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1013",
- "name": "Pink skirt",
- "examine": "A ladies skirt.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1014",
- "name": "Pink skirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1015",
- "name": "Black skirt",
- "examine": "Clothing favoured by women and dark wizards.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1016",
- "name": "Black skirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1017",
- "name": "Wizard hat",
- "examine": "A silly pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "1018",
- "name": "Wizard hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1019",
- "name": "Cape",
- "examine": "A warm black cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1020",
- "name": "Cape",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1021",
- "name": "Cape",
- "examine": "A thick blue cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1022",
- "name": "Cape",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1023",
- "name": "Cape",
- "examine": "A thick yellow cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1024",
- "name": "Cape",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1025",
- "name": "Eyepatch",
- "examine": "A black piece of cloth on a string.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "1026",
- "name": "Eyepatch",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1027",
- "name": "Cape",
- "examine": "A thick green cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1028",
- "name": "Cape",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1029",
- "name": "Cape",
- "examine": "A thick purple cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1030",
- "name": "Cape",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1031",
- "name": "Cape",
- "examine": "A thick orange cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1032",
- "name": "Cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1033",
- "name": "Zamorak robe",
- "examine": "A robe worn by worshippers of Zamorak.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1034",
- "name": "Zamorak robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1035",
- "name": "Zamorak robe",
- "examine": "A robe worn by worshippers of Zamorak.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,3,0,3,0,3,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "shop_price": "40",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1036",
- "name": "Zamorak robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1037",
- "name": "Bunny ears",
- "examine": "A rabbit-like adornment.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get a replacement from Diango.",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "1",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "1038",
- "name": "Red partyhat",
- "examine": "A nice hat from a cracker.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "1039",
- "name": "Red partyhat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1040",
- "name": "Yellow partyhat",
- "examine": "A nice hat from a cracker.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "1041",
- "name": "Yellow partyhat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1042",
- "name": "Blue partyhat",
- "examine": "A nice hat from a cracker.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "1043",
- "name": "Blue partyhat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1044",
- "name": "Green partyhat",
- "examine": "A nice hat from a cracker.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "1045",
- "name": "Green partyhat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1046",
- "name": "Purple partyhat",
- "examine": "A nice hat from a cracker.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "1047",
- "name": "Purple partyhat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1048",
- "name": "White partyhat",
- "examine": "A nice hat from a cracker.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "1049",
- "name": "White partyhat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1050",
- "name": "Santa hat",
- "examine": "It's a Santa hat.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": "true",
- "lendable": "true",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1051",
- "name": "Santa hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1052",
- "name": "Cape of legends",
- "examine": "The cape worn by members of the Legends Guild.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "450",
- "weight": "1.8"
- },
- {
- "id": "1053",
- "name": "Green h'ween mask",
- "examine": "Aaaarrrghhh ... I'm a monster.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "1054",
- "name": "Green h'ween mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1055",
- "name": "Blue h'ween mask",
- "examine": "Aaaarrrghhh ... I'm a monster.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "1056",
- "name": "Blue h'ween mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1057",
- "name": "Red h'ween mask",
- "examine": "Aaaarrrghhh ... I'm a monster.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "1058",
- "name": "Red h'ween mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1059",
- "name": "Leather gloves",
- "examine": "These will keep my hands warm!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.23"
- },
- {
- "id": "1060",
- "name": "Leather gloves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1061",
- "name": "Leather boots",
- "examine": "Comfortable leather boots.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "5000",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.34"
- },
- {
- "id": "1062",
- "name": "Leather boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1063",
- "name": "Leather vambraces",
- "examine": "Better than no armour!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
"shop_price": "18",
+ "ge_buy_limit": "100",
+ "examine": "A coil of rope.",
+ "grand_exchange_price": "96",
+ "durability": null,
+ "name": "Rope",
"tradeable": "true",
- "weight": "0.22"
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "954"
},
{
- "id": "1064",
- "name": "Leather vambraces",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "96",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "name": "Rope",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "955"
},
{
- "id": "1065",
- "name": "Green d'hide vambraces",
- "examine": "Made from 100% real dragonhide.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,3,2,4,2,0,0,0,0,0,0",
+ "examine": "Get your axes from Bob's Axes.",
"durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
+ "name": "Flier",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "956"
+ },
+ {
+ "shop_price": "70",
+ "ge_buy_limit": "100",
+ "examine": "This would make warm clothing.",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Grey wolf fur",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "958"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Grey wolf fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "959"
+ },
+ {
+ "shop_price": "100",
+ "ge_buy_limit": "10000",
+ "examine": "A plank of wood!",
+ "grand_exchange_price": "234",
+ "durability": null,
+ "name": "Plank",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "960"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "234",
+ "durability": null,
+ "name": "Plank",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "961"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "I need to pull this.",
+ "grand_exchange_price": "15",
+ "durability": null,
+ "name": "Christmas cracker",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "962"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1900000000",
+ "durability": null,
+ "name": "Christmas cracker",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "963"
+ },
+ {
+ "examine": "A fraction of a roof.",
+ "durability": null,
+ "name": "Tile",
+ "weight": "0.6",
+ "archery_ticket_price": "0",
+ "id": "966"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "Used for making notes.",
+ "grand_exchange_price": "153",
+ "durability": null,
+ "name": "Papyrus",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "970"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "153",
+ "durability": null,
+ "name": "Papyrus",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "971"
+ },
+ {
+ "shop_price": "15",
+ "examine": "Used for making notes.",
+ "grand_exchange_price": "163",
+ "durability": null,
+ "name": "Papyrus",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "972"
+ },
+ {
+ "shop_price": "45",
+ "ge_buy_limit": "100",
+ "examine": "A lump of charcoal.",
+ "grand_exchange_price": "272",
+ "durability": null,
+ "name": "Charcoal",
+ "tradeable": "true",
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "archery_ticket_price": "0",
+ "id": "973"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "272",
+ "durability": null,
+ "name": "Charcoal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "974"
+ },
+ {
+ "shop_price": "52",
+ "ge_buy_limit": "100",
+ "examine": "A jungle specific slashing device.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "1.3",
+ "attack_speed": "5",
+ "weapon_interface": "6",
+ "render_anim": "2554",
+ "equipment_slot": "3",
+ "grand_exchange_price": "619",
+ "name": "Machete",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "975",
+ "bonuses": "0,6,-2,0,0,0,0,0,0,0,0,5,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "619",
+ "durability": null,
+ "name": "Machete",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "976"
+ },
+ {
+ "durability": null,
+ "name": "Cooking pot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "978"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "2",
+ "examine": "Used to get out of Thordur's blackhole.",
+ "grand_exchange_price": "298000000",
+ "durability": null,
+ "name": "Disk of returning",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "981"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "298000000",
+ "durability": null,
+ "name": "Disk of returning",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "982"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "A key found on the floor of Edgeville Dungeon.",
+ "grand_exchange_price": "547",
+ "durability": null,
+ "name": "Brass key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "983"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "547",
+ "durability": null,
+ "name": "Brass key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "984"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "The tooth end of the mysterious Crystal key. Can you find the other half?",
+ "grand_exchange_price": "24900",
+ "durability": null,
+ "name": "Tooth half of a key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "985"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "24900",
+ "durability": null,
+ "name": "Tooth half of a key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "986"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "The loop end of the mysterious Crystal key. Can you find the other half?",
+ "grand_exchange_price": "21100",
+ "durability": null,
+ "name": "Loop half of a key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "987"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "21100",
+ "durability": null,
+ "name": "Loop half of a key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "988"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A mysterious key for a mysterious chest.",
+ "grand_exchange_price": "48700",
+ "durability": null,
+ "name": "Crystal key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "989"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "48700",
+ "durability": null,
+ "name": "Crystal key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "990"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It looks like the key to a chest",
+ "grand_exchange_price": "4971",
+ "durability": null,
+ "name": "Muddy key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "991"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4971",
+ "durability": null,
+ "name": "Muddy key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "992"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "You get a sense of dread from this key.",
+ "grand_exchange_price": "54600",
+ "durability": null,
+ "name": "Sinister key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "993"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "54600",
+ "durability": null,
+ "name": "Sinister key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "994"
+ },
+ {
+ "examine": "Lovely money!",
+ "durability": null,
+ "name": "Coins",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "995"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A mostly clean apron.",
+ "grand_exchange_price": "93",
+ "durability": null,
+ "name": "White apron",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.45",
+ "archery_ticket_price": "0",
+ "id": "1005",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "93",
+ "durability": null,
+ "name": "White apron",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1006"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "A bright red cape.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "187",
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1007",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "187",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1008"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I'd prefer a gold one.",
+ "grand_exchange_price": "65",
+ "durability": null,
+ "name": "Brass necklace",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "1009",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "65",
+ "durability": null,
+ "name": "Brass necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1010"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "Leg covering favored by women and wizards.",
+ "durability": null,
+ "high_alchemy": "1",
+ "weight": "0.9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "208",
+ "name": "Blue skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1011",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "208",
+ "durability": null,
+ "name": "Blue skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1012"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "A ladies skirt.",
+ "durability": null,
+ "high_alchemy": "1",
+ "weight": "0.9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "216",
+ "name": "Pink skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1013",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "216",
+ "durability": null,
+ "name": "Pink skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1014"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "Clothing favoured by women and dark wizards.",
+ "durability": null,
+ "high_alchemy": "1",
+ "weight": "0.9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "30",
+ "name": "Black skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1015",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Black skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1016"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "low_alchemy": "0",
+ "high_alchemy": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "280",
+ "name": "Wizard hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "1017",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "280",
+ "durability": null,
+ "name": "Wizard hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1018"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "A warm black cape.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "209",
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1019",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "209",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1020"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "A thick blue cape.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "504",
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1021",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "504",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1022"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "A thick yellow cape.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "439",
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1023",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "439",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1024"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A black piece of cloth on a string.",
+ "grand_exchange_price": "111",
+ "durability": null,
+ "name": "Eyepatch",
+ "tradeable": "true",
+ "low_alchemy": "0",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1025",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "111",
+ "durability": null,
+ "name": "Eyepatch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1026"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "A thick green cape.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1061",
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1027",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1061",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1028"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "A thick purple cape.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "955",
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1029",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "955",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1030"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "A thick orange cape.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "destroy": "true",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1656",
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1031",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1656",
+ "durability": null,
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1032"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "2",
+ "examine": "A robe worn by worshippers of Zamorak.",
+ "durability": null,
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "2481",
+ "name": "Zamorak robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1033",
+ "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2481",
+ "durability": null,
+ "name": "Zamorak robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1034"
+ },
+ {
+ "shop_price": "40",
+ "ge_buy_limit": "2",
+ "examine": "A robe worn by worshippers of Zamorak.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "0.9",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1259",
+ "name": "Zamorak robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1035",
+ "bonuses": "0,0,0,2,0,0,0,0,3,0,3,0,3,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1259",
+ "durability": null,
+ "name": "Zamorak robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1036"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A rabbit-like adornment.",
+ "durability": null,
+ "low_alchemy": "0",
+ "high_alchemy": "0",
+ "destroy": "true",
+ "weight": "0.2",
+ "equipment_slot": "0",
+ "destroy_message": "You can get a replacement from Diango.",
+ "name": "Bunny ears",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "1037"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "2",
+ "examine": "A nice hat from a cracker.",
+ "durability": null,
+ "low_alchemy": "0",
+ "high_alchemy": "0",
+ "weight": "0.05",
+ "equipment_slot": "0",
"lendable": "true",
+ "grand_exchange_price": "10",
+ "name": "Red partyhat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1038"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1500000000",
+ "durability": null,
+ "name": "Red partyhat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1039"
+ },
+ {
+ "lendable": "true",
+ "shop_price": "1",
+ "ge_buy_limit": "2",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Yellow partyhat",
+ "tradeable": "true",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "1040",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1200000000",
+ "durability": null,
+ "name": "Yellow partyhat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1041"
+ },
+ {
+ "lendable": "true",
+ "shop_price": "1",
+ "ge_buy_limit": "2",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Blue partyhat",
+ "tradeable": "true",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "1042",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2100000000",
+ "durability": null,
+ "name": "Blue partyhat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1043"
+ },
+ {
+ "lendable": "true",
+ "shop_price": "1",
+ "ge_buy_limit": "2",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Green partyhat",
+ "tradeable": "true",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "1044",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1300000000",
+ "durability": null,
+ "name": "Green partyhat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1045"
+ },
+ {
+ "lendable": "true",
+ "shop_price": "1",
+ "ge_buy_limit": "2",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Purple partyhat",
+ "tradeable": "true",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "1046",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1000000000",
+ "durability": null,
+ "name": "Purple partyhat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1047"
+ },
+ {
+ "lendable": "true",
+ "shop_price": "1",
+ "ge_buy_limit": "2",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "White partyhat",
+ "tradeable": "true",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "1048",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2000000000",
+ "durability": null,
+ "name": "White partyhat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1049"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "2",
+ "examine": "It's a Santa hat.",
+ "durability": null,
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "weight": "0.1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "5",
+ "name": "Santa hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "1050"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "112600000",
+ "durability": null,
+ "name": "Santa hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1051"
+ },
+ {
+ "shop_price": "450",
+ "examine": "The cape worn by members of the Legends Guild.",
+ "durability": null,
+ "name": "Cape of legends",
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "1052",
+ "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "15",
+ "ge_buy_limit": "2",
+ "examine": "Aaaarrrghhh ... I'm a monster.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "98000000",
+ "name": "Green h'ween mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1053"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "98000000",
+ "durability": null,
+ "name": "Green h'ween mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1054"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "15",
+ "ge_buy_limit": "2",
+ "examine": "Aaaarrrghhh ... I'm a monster.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "115900000",
+ "name": "Blue h'ween mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1055"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "115900000",
+ "durability": null,
+ "name": "Blue h'ween mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1056"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "15",
+ "ge_buy_limit": "2",
+ "examine": "Aaaarrrghhh ... I'm a monster.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "154300000",
+ "name": "Red h'ween mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1057"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "154300000",
+ "durability": null,
+ "name": "Red h'ween mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1058"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "5000",
+ "examine": "These will keep my hands warm!",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.23",
+ "equipment_slot": "9",
+ "grand_exchange_price": "12",
+ "name": "Leather gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1059",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Leather gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1060"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "5000",
+ "examine": "Comfortable leather boots.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.34",
+ "equipment_slot": "10",
+ "grand_exchange_price": "144",
+ "name": "Leather boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1061",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "144",
+ "durability": null,
+ "name": "Leather boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1062"
+ },
+ {
+ "shop_price": "18",
+ "ge_buy_limit": "5000",
+ "examine": "Better than no armour!",
+ "durability": null,
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "weight": "0.22",
+ "equipment_slot": "9",
+ "grand_exchange_price": "13",
+ "name": "Leather vambraces",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1063",
+ "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Leather vambraces",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1064"
+ },
+ {
"requirements": "{4,40}",
"shop_price": "2500",
- "tradeable": "true",
- "weight": "0.28"
- },
- {
- "id": "1066",
+ "ge_buy_limit": "5000",
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "weight": "0.28",
+ "equipment_slot": "9",
+ "lendable": "true",
+ "grand_exchange_price": "1407",
"name": "Green d'hide vambraces",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "id": "1065",
+ "bonuses": "0,0,0,-10,8,3,2,4,2,0,0,0,0,0,0"
},
{
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1407",
+ "durability": null,
+ "name": "Green d'hide vambraces",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1066"
+ },
+ {
+ "shop_price": "280",
+ "ge_buy_limit": "100",
+ "examine": "These look pretty heavy.",
+ "durability": null,
+ "low_alchemy": "112",
+ "high_alchemy": "168",
+ "weight": "9",
+ "absorb": "1,0,1",
+ "equipment_slot": "7",
+ "grand_exchange_price": "55",
+ "name": "Iron platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "1067",
- "name": "Iron platelegs",
- "examine": "These look pretty heavy.",
- "absorb": "1,0,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
+ "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "shop_price": "280",
+ "grand_exchange_price": "55",
+ "durability": null,
+ "name": "Iron platelegs",
"tradeable": "true",
- "weight": "9"
- },
- {
- "id": "1068",
- "name": "Iron platelegs",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1068"
},
{
+ "requirements": "{1,5}",
+ "shop_price": "1000",
+ "ge_buy_limit": "100",
+ "examine": "These look pretty heavy.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "9",
+ "absorb": "1,0,1",
+ "equipment_slot": "7",
+ "grand_exchange_price": "426",
+ "name": "Steel platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "1069",
- "name": "Steel platelegs",
- "examine": "These look pretty heavy.",
- "absorb": "1,0,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
+ "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "requirements": "{1,5}",
- "shop_price": "1000",
+ "grand_exchange_price": "426",
+ "durability": null,
+ "name": "Steel platelegs",
"tradeable": "true",
- "weight": "9"
- },
- {
- "id": "1070",
- "name": "Steel platelegs",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1070"
},
{
+ "requirements": "{1,20}",
+ "shop_price": "2600",
+ "ge_buy_limit": "100",
+ "examine": "These look pretty heavy.",
+ "durability": null,
+ "low_alchemy": "1040",
+ "high_alchemy": "1560",
+ "weight": "7.7",
+ "absorb": "1,0,2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1391",
+ "name": "Mithril platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "1071",
- "name": "Mithril platelegs",
- "examine": "These look pretty heavy.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
+ "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "requirements": "{1,20}",
- "shop_price": "2600",
+ "grand_exchange_price": "1391",
+ "durability": null,
+ "name": "Mithril platelegs",
"tradeable": "true",
- "weight": "7.7"
+ "archery_ticket_price": "0",
+ "id": "1072"
},
{
- "id": "1072",
- "name": "Mithril platelegs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1073",
- "name": "Adamant platelegs",
- "examine": "These look pretty heavy.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "100",
"requirements": "{1,30}",
"shop_price": "6464",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "1074",
- "name": "Adamant platelegs",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1075",
- "name": "Bronze platelegs",
"examine": "These look pretty heavy.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0",
"durability": null,
- "equip_audio": "2242",
+ "low_alchemy": "2560",
+ "high_alchemy": "3840",
+ "weight": "10",
+ "absorb": "1,0,3",
"equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "80",
+ "grand_exchange_price": "3649",
+ "name": "Adamant platelegs",
"tradeable": "true",
- "weight": "9"
+ "archery_ticket_price": "0",
+ "id": "1073",
+ "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0"
},
{
- "id": "1076",
- "name": "Bronze platelegs",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "3649",
+ "durability": null,
+ "name": "Adamant platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1074"
},
{
- "id": "1077",
- "name": "Black platelegs",
- "examine": "These look pretty heavy",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0",
+ "shop_price": "80",
+ "ge_buy_limit": "100",
+ "examine": "These look pretty heavy.",
"durability": null,
- "equip_audio": "2242",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "weight": "9",
"equipment_slot": "7",
+ "grand_exchange_price": "34",
+ "name": "Bronze platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1075",
+ "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Bronze platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1076"
+ },
+ {
"requirements": "{1,10}",
"shop_price": "1920",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "1078",
- "name": "Black platelegs",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1079",
- "name": "Rune platelegs",
- "examine": "These look pretty heavy.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
+ "examine": "These look pretty heavy",
"durability": null,
- "equip_audio": "2242",
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "9",
+ "absorb": "1,0,2",
"equipment_slot": "7",
+ "grand_exchange_price": "4995",
+ "name": "Black platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1077",
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "4995",
+ "durability": null,
+ "name": "Black platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1078"
+ },
+ {
"requirements": "{1,40}",
"shop_price": "64000",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "1080",
+ "ge_buy_limit": "100",
+ "examine": "These look pretty heavy.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "38500",
"name": "Rune platelegs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1081",
- "name": "Iron plateskirt",
- "examine": "Designer leg protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "280",
"tradeable": "true",
- "weight": "8.1"
- },
- {
- "id": "1082",
- "name": "Iron plateskirt",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1079",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
},
{
- "id": "1083",
- "name": "Steel plateskirt",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "38500",
+ "durability": null,
+ "name": "Rune platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1080"
+ },
+ {
+ "shop_price": "280",
+ "ge_buy_limit": "100",
"examine": "Designer leg protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0",
"durability": null,
+ "low_alchemy": "112",
+ "high_alchemy": "168",
+ "weight": "8.1",
"equipment_slot": "7",
+ "grand_exchange_price": "86",
+ "name": "Iron plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1081",
+ "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "86",
+ "durability": null,
+ "name": "Iron plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1082"
+ },
+ {
"requirements": "{1,5}",
"shop_price": "1000",
- "tradeable": "true",
- "weight": "8.1"
- },
- {
- "id": "1084",
- "name": "Steel plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1085",
- "name": "Mithril plateskirt",
"examine": "Designer leg protection.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0",
"durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "8.1",
"equipment_slot": "7",
+ "grand_exchange_price": "514",
+ "name": "Steel plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1083",
+ "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "514",
+ "durability": null,
+ "name": "Steel plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1084"
+ },
+ {
"requirements": "{1,20}",
"shop_price": "2600",
- "tradeable": "true",
- "weight": "7.2"
- },
- {
- "id": "1086",
- "name": "Mithril plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1087",
- "name": "Bronze plateskirt",
"examine": "Designer leg protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0",
"durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "80",
- "tradeable": "true",
- "weight": "8.1"
- },
- {
- "id": "1088",
- "name": "Bronze plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1089",
- "name": "Black plateskirt",
- "examine": "Designer leg protection.",
+ "low_alchemy": "1040",
+ "high_alchemy": "1560",
+ "weight": "7.2",
"absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0",
- "durability": null,
"equipment_slot": "7",
+ "grand_exchange_price": "1339",
+ "name": "Mithril plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1085",
+ "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "1339",
+ "durability": null,
+ "name": "Mithril plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1086"
+ },
+ {
+ "shop_price": "80",
+ "ge_buy_limit": "100",
+ "examine": "Designer leg protection.",
+ "durability": null,
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "weight": "8.1",
+ "equipment_slot": "7",
+ "grand_exchange_price": "113",
+ "name": "Bronze plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1087",
+ "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "113",
+ "durability": null,
+ "name": "Bronze plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1088"
+ },
+ {
"requirements": "{1,10}",
"shop_price": "1920",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "1090",
- "name": "Black plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1091",
- "name": "Adamant plateskirt",
"examine": "Designer leg protection.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0",
"durability": null,
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "8",
+ "absorb": "1,0,2",
"equipment_slot": "7",
+ "grand_exchange_price": "2180",
+ "name": "Black plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1089",
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "2180",
+ "durability": null,
+ "name": "Black plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1090"
+ },
+ {
"requirements": "{1,30}",
"shop_price": "6464",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "1092",
- "name": "Adamant plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1093",
- "name": "Rune plateskirt",
"examine": "Designer leg protection.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
"durability": null,
+ "low_alchemy": "2560",
+ "high_alchemy": "3840",
+ "weight": "9",
+ "absorb": "1,0,3",
"equipment_slot": "7",
+ "grand_exchange_price": "3610",
+ "name": "Adamant plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1091",
+ "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "3610",
+ "durability": null,
+ "name": "Adamant plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1092"
+ },
+ {
"requirements": "{1,40}",
"shop_price": "64000",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "1094",
- "name": "Rune plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1095",
- "name": "Leather chaps",
- "examine": "Better than no armour!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0",
+ "examine": "Designer leg protection.",
"durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "8",
+ "absorb": "2,0,4",
"equipment_slot": "7",
- "ge_buy_limit": "5000",
- "shop_price": "23",
+ "lendable": "true",
+ "grand_exchange_price": "38100",
+ "name": "Rune plateskirt",
"tradeable": "true",
- "weight": "3"
+ "archery_ticket_price": "0",
+ "id": "1093",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
},
{
- "id": "1096",
- "name": "Leather chaps",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "38100",
"durability": null,
+ "name": "Rune plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1094"
+ },
+ {
+ "shop_price": "23",
"ge_buy_limit": "5000",
- "tradeable": "true"
+ "examine": "Better than no armour!",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "5",
+ "name": "Leather chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1095",
+ "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0"
},
{
- "id": "1097",
- "name": "Studded chaps",
- "examine": "Those studs should provide a bit more protection.",
- "absorb": "0,2,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "5",
"durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "1000",
+ "name": "Leather chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1096"
+ },
+ {
"requirements": "{4,20}",
"shop_price": "750",
- "tradeable": "true",
- "weight": "4.5"
- },
- {
- "id": "1098",
- "name": "Studded chaps",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1000",
- "tradeable": "true"
+ "examine": "Those studs should provide a bit more protection.",
+ "durability": null,
+ "low_alchemy": "300",
+ "high_alchemy": "450",
+ "weight": "4.5",
+ "absorb": "0,2,1",
+ "equipment_slot": "7",
+ "grand_exchange_price": "377",
+ "name": "Studded chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1097",
+ "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0"
},
{
- "id": "1099",
- "name": "Green d'hide chaps",
- "examine": "100% real dragonhide.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "377",
"durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "5000",
- "lendable": "true",
+ "name": "Studded chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1098"
+ },
+ {
"requirements": "{4,40}",
"shop_price": "3900",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "1100",
- "name": "Green d'hide chaps",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "5000",
- "tradeable": "true"
+ "examine": "100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1560",
+ "high_alchemy": "2340",
+ "weight": "5.4",
+ "absorb": "0,4,2",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "2228",
+ "name": "Green d'hide chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1099",
+ "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0"
},
{
- "id": "1101",
- "name": "Iron chainbody",
- "examine": "A series of connected metal rings.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2228",
"durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
+ "name": "Green d'hide chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1100"
+ },
+ {
"shop_price": "210",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "1102",
+ "ge_buy_limit": "100",
+ "examine": "A series of connected metal rings.",
+ "durability": null,
+ "low_alchemy": "84",
+ "high_alchemy": "126",
+ "weight": "6.8",
+ "equipment_slot": "4",
+ "grand_exchange_price": "76",
"name": "Iron chainbody",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1103",
- "name": "Bronze chainbody",
- "examine": "A series of connected metal rings.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "shop_price": "60",
"tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "1104",
- "name": "Bronze chainbody",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1101",
+ "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0"
},
{
- "id": "1105",
- "name": "Steel chainbody",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "76",
+ "durability": null,
+ "name": "Iron chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1102"
+ },
+ {
+ "shop_price": "60",
+ "ge_buy_limit": "100",
"examine": "A series of connected metal rings.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,17,25,30,-3,19,5,0,0,0,0",
"durability": null,
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "6.8",
"equipment_slot": "4",
+ "grand_exchange_price": "37",
+ "name": "Bronze chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1103",
+ "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "37",
+ "durability": null,
+ "name": "Bronze chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1104"
+ },
+ {
"requirements": "{1,5}",
"shop_price": "750",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "1106",
- "name": "Steel chainbody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1107",
- "name": "Black chainbody",
"examine": "A series of connected metal rings.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,0,0,0",
"durability": null,
+ "low_alchemy": "300",
+ "high_alchemy": "450",
+ "weight": "6",
"equipment_slot": "4",
+ "grand_exchange_price": "265",
+ "name": "Steel chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1105",
+ "bonuses": "0,0,0,-15,0,17,25,30,-3,19,5,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "265",
+ "durability": null,
+ "name": "Steel chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1106"
+ },
+ {
"requirements": "{1,10}",
"shop_price": "1440",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "1108",
- "name": "Black chainbody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1109",
- "name": "Mithril chainbody",
"examine": "A series of connected metal rings.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,25,35,42,-3,27,20,0,0,0,0",
"durability": null,
+ "low_alchemy": "576",
+ "high_alchemy": "864",
+ "weight": "6.8",
+ "absorb": "1,0,2",
"equipment_slot": "4",
+ "grand_exchange_price": "961",
+ "name": "Black chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1107",
+ "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "961",
+ "durability": null,
+ "name": "Black chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1108"
+ },
+ {
"requirements": "{1,20}",
"shop_price": "1950",
- "tradeable": "true",
- "weight": "5.8"
- },
- {
- "id": "1110",
- "name": "Mithril chainbody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1111",
- "name": "Adamant chainbody",
"examine": "A series of connected metal rings.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,36,50,61,-3,38,30,0,0,0,0",
"durability": null,
+ "low_alchemy": "780",
+ "high_alchemy": "1170",
+ "weight": "5.8",
+ "absorb": "1,0,3",
"equipment_slot": "4",
+ "grand_exchange_price": "963",
+ "name": "Mithril chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1109",
+ "bonuses": "0,0,0,-15,0,25,35,42,-3,27,20,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "963",
+ "durability": null,
+ "name": "Mithril chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1110"
+ },
+ {
"requirements": "{1,30}",
"shop_price": "4800",
- "tradeable": "true",
- "weight": "7.7"
- },
- {
- "id": "1112",
- "name": "Adamant chainbody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1113",
- "name": "Rune chainbody",
"examine": "A series of connected metal rings.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0",
"durability": null,
+ "low_alchemy": "1920",
+ "high_alchemy": "2880",
+ "weight": "7.7",
+ "absorb": "2,0,4",
"equipment_slot": "4",
+ "grand_exchange_price": "2731",
+ "name": "Adamant chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1111",
+ "bonuses": "0,0,0,-15,0,36,50,61,-3,38,30,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "2731",
+ "durability": null,
+ "name": "Adamant chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1112"
+ },
+ {
"requirements": "{1,40}",
"shop_price": "50000",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "1114",
- "name": "Rune chainbody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "A series of connected metal rings.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "6.8",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "grand_exchange_price": "29800",
+ "name": "Rune chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1113",
+ "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0"
},
{
- "id": "1115",
- "name": "Iron platebody",
- "examine": "Provides excellent protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "29800",
"durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "500",
- "remove_sleeves": "true",
+ "name": "Rune chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1114"
+ },
+ {
"shop_price": "560",
- "tradeable": "true",
- "weight": "9.95"
- },
- {
- "id": "1116",
+ "ge_buy_limit": "500",
+ "examine": "Provides excellent protection.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "weight": "9.95",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "434",
"name": "Iron platebody",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1117",
- "name": "Bronze platebody",
- "examine": "Provides excellent protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "500",
- "remove_sleeves": "true",
- "shop_price": "160",
"tradeable": "true",
- "weight": "9.5"
- },
- {
- "id": "1118",
- "name": "Bronze platebody",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
+ "id": "1115",
+ "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0"
},
{
- "id": "1119",
- "name": "Steel platebody",
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "434",
+ "durability": null,
+ "name": "Iron platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1116"
+ },
+ {
+ "shop_price": "160",
+ "ge_buy_limit": "500",
"examine": "Provides excellent protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0",
"durability": null,
- "equip_audio": "2239",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "weight": "9.5",
"equipment_slot": "4",
- "ge_buy_limit": "500",
"remove_sleeves": "true",
+ "grand_exchange_price": "36",
+ "name": "Bronze platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1117",
+ "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "36",
+ "durability": null,
+ "name": "Bronze platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1118"
+ },
+ {
"requirements": "{1,5}",
"shop_price": "2000",
- "tradeable": "true",
- "weight": "9.9"
- },
- {
- "id": "1120",
- "name": "Steel platebody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1121",
- "name": "Mithril platebody",
"examine": "Provides excellent protection.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0",
"durability": null,
- "equip_audio": "2239",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "9.9",
"equipment_slot": "4",
- "ge_buy_limit": "500",
"remove_sleeves": "true",
+ "grand_exchange_price": "1077",
+ "name": "Steel platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1119",
+ "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "1077",
+ "durability": null,
+ "name": "Steel platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1120"
+ },
+ {
"requirements": "{1,20}",
"shop_price": "5200",
- "tradeable": "true",
- "weight": "8.6"
- },
- {
- "id": "1122",
- "name": "Mithril platebody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1123",
- "name": "Adamant platebody",
"examine": "Provides excellent protection.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0",
"durability": null,
- "equip_audio": "2239",
+ "low_alchemy": "2080",
+ "high_alchemy": "3120",
+ "weight": "8.6",
+ "absorb": "1,0,3",
"equipment_slot": "4",
- "ge_buy_limit": "500",
"remove_sleeves": "true",
+ "grand_exchange_price": "2965",
+ "name": "Mithril platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1121",
+ "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "2965",
+ "durability": null,
+ "name": "Mithril platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1122"
+ },
+ {
"requirements": "{1,30}",
"shop_price": "16256",
- "tradeable": "true",
- "weight": "11"
- },
- {
- "id": "1124",
- "name": "Adamant platebody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1125",
- "name": "Black platebody",
- "examine": "Provides Excellent protection.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0",
+ "examine": "Provides excellent protection.",
"durability": null,
- "equip_audio": "2239",
+ "low_alchemy": "6656",
+ "high_alchemy": "9984",
+ "weight": "11",
+ "absorb": "2,0,4",
"equipment_slot": "4",
- "ge_buy_limit": "500",
"remove_sleeves": "true",
+ "grand_exchange_price": "9790",
+ "name": "Adamant platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1123",
+ "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "9790",
+ "durability": null,
+ "name": "Adamant platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1124"
+ },
+ {
"requirements": "{1,10}",
"shop_price": "3840",
- "tradeable": "true",
- "weight": "9.9"
- },
- {
- "id": "1126",
- "name": "Black platebody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
+ "examine": "Provides Excellent protection.",
+ "durability": null,
+ "low_alchemy": "1536",
+ "high_alchemy": "2304",
+ "weight": "9.9",
+ "absorb": "1,0,2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "4915",
+ "name": "Black platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1125",
+ "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0"
},
{
- "id": "1127",
- "name": "Rune platebody",
- "examine": "Provides excellent protection.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "4915",
"durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_sleeves": "true",
+ "name": "Black platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1126"
+ },
+ {
"requirements": "{1,40}",
"shop_price": "65000",
- "tradeable": "true",
- "weight": "9.9"
- },
- {
- "id": "1128",
- "name": "Rune platebody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1129",
- "name": "Leather body",
- "examine": "Better than no armour!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0",
+ "examine": "Provides excellent protection.",
"durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9.9",
+ "absorb": "3,0,6",
"equipment_slot": "4",
- "ge_buy_limit": "1000",
- "shop_price": "20",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "38800",
+ "name": "Rune platebody",
"tradeable": "true",
- "weight": "2.7"
+ "archery_ticket_price": "0",
+ "id": "1127",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
},
{
- "id": "1130",
- "name": "Leather body",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "38800",
"durability": null,
+ "name": "Rune platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1128"
+ },
+ {
+ "shop_price": "20",
"ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1131",
- "name": "Hardleather body",
- "examine": "Harder than normal leather.",
- "absorb": "0,2,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-4,8,12,15,18,6,15,10,0,0,0,0",
+ "examine": "Better than no armour!",
"durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.7",
"equipment_slot": "4",
+ "grand_exchange_price": "34",
+ "name": "Leather body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1129",
+ "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0"
+ },
+ {
"ge_buy_limit": "1000",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Leather body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1130"
+ },
+ {
"requirements": "{1,10}",
"shop_price": "170",
- "tradeable": "true",
- "weight": "3.6"
- },
- {
- "id": "1132",
- "name": "Hardleather body",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1133",
- "name": "Studded body",
- "examine": "These studs should provide a bit more protection.",
- "absorb": "0,3,1",
- "archery_ticket_price": "150",
- "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0",
+ "examine": "Harder than normal leather.",
"durability": null,
+ "low_alchemy": "68",
+ "high_alchemy": "102",
+ "weight": "3.6",
+ "absorb": "0,2,1",
"equipment_slot": "4",
+ "grand_exchange_price": "43",
+ "name": "Hardleather body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1131",
+ "bonuses": "0,0,0,-4,8,12,15,18,6,15,10,0,0,0,0"
+ },
+ {
"ge_buy_limit": "1000",
+ "grand_exchange_price": "43",
+ "durability": null,
+ "name": "Hardleather body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1132"
+ },
+ {
"requirements": "{1,20}-{4,20}",
"shop_price": "850",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "1134",
- "name": "Studded body",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1000",
- "tradeable": "true"
+ "examine": "These studs should provide a bit more protection.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5",
+ "absorb": "0,3,1",
+ "equipment_slot": "4",
+ "grand_exchange_price": "414",
+ "name": "Studded body",
+ "tradeable": "true",
+ "archery_ticket_price": "150",
+ "id": "1133",
+ "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0"
},
{
- "id": "1135",
- "name": "Green d'hide body",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "2400",
- "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "414",
"durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "5000",
- "lendable": "true",
+ "name": "Studded body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1134"
+ },
+ {
"requirements": "{1,40}-{4,40}",
"shop_price": "7800",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "1136",
- "name": "Green d'hide body",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "5000",
- "tradeable": "true"
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "3120",
+ "high_alchemy": "4680",
+ "weight": "6.8",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "grand_exchange_price": "4544",
+ "name": "Green d'hide body",
+ "tradeable": "true",
+ "archery_ticket_price": "2400",
+ "id": "1135",
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0"
},
{
- "id": "1137",
- "name": "Iron med helm",
- "examine": "A medium sized helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "4544",
"durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
+ "name": "Green d'hide body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1136"
+ },
+ {
"remove_head": "true",
"shop_price": "84",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "1138",
- "name": "Iron med helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1139",
- "name": "Bronze med helm",
"examine": "A medium sized helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,3,4,2,-1,3,0,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
+ "low_alchemy": "33",
+ "high_alchemy": "50",
+ "weight": "1.8",
"equipment_slot": "0",
+ "grand_exchange_price": "22",
+ "name": "Iron med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1137",
+ "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "22",
+ "durability": null,
+ "name": "Iron med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1138"
+ },
+ {
"remove_head": "true",
"shop_price": "24",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "1140",
- "name": "Bronze med helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1141",
- "name": "Steel med helm",
"examine": "A medium sized helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
+ "low_alchemy": "9",
+ "high_alchemy": "14",
+ "weight": "1.8",
"equipment_slot": "0",
+ "grand_exchange_price": "39",
+ "name": "Bronze med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1139",
+ "bonuses": "0,0,0,-3,-1,3,4,2,-1,3,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "39",
+ "durability": null,
+ "name": "Bronze med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1140"
+ },
+ {
"remove_head": "true",
"requirements": "{1,5}",
"shop_price": "300",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "1142",
- "name": "Steel med helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1143",
- "name": "Mithril med helm",
"examine": "A medium sized helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1.8",
"equipment_slot": "0",
+ "grand_exchange_price": "52",
+ "name": "Steel med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1141",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "52",
+ "durability": null,
+ "name": "Steel med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1142"
+ },
+ {
"remove_head": "true",
"requirements": "{1,20}",
"shop_price": "780",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "1144",
- "name": "Mithril med helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1145",
- "name": "Adamant med helm",
"examine": "A medium sized helmet.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
+ "low_alchemy": "312",
+ "high_alchemy": "468",
+ "weight": "1.3",
"equipment_slot": "0",
+ "grand_exchange_price": "272",
+ "name": "Mithril med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1143",
+ "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "272",
+ "durability": null,
+ "name": "Mithril med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1144"
+ },
+ {
"remove_head": "true",
"requirements": "{1,30}",
"shop_price": "1920",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "1146",
- "name": "Adamant med helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1147",
- "name": "Rune med helm",
"examine": "A medium sized helmet.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "1.8",
+ "absorb": "1,0,2",
"equipment_slot": "0",
+ "grand_exchange_price": "1024",
+ "name": "Adamant med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1145",
+ "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "1024",
+ "durability": null,
+ "name": "Adamant med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1146"
+ },
+ {
"remove_head": "true",
"requirements": "{1,40}",
"shop_price": "19200",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "1148",
- "name": "Rune med helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1149",
- "name": "Dragon med helm",
- "examine": "Makes the wearer pretty intimidating.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0",
+ "examine": "A medium sized helmet.",
"durability": null,
- "equip_audio": "2240",
+ "low_alchemy": "7680",
+ "high_alchemy": "11520",
+ "weight": "1.8",
+ "absorb": "1,0,3",
"equipment_slot": "0",
- "ge_buy_limit": "100",
"lendable": "true",
+ "grand_exchange_price": "11400",
+ "name": "Rune med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1147",
+ "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11400",
+ "durability": null,
+ "name": "Rune med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1148"
+ },
+ {
"remove_head": "true",
"requirements": "{1,60}",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "1150",
- "name": "Dragon med helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1151",
- "name": "Black med helm",
- "examine": "A medium sized helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,0,0,0",
+ "examine": "Makes the wearer pretty intimidating.",
"durability": null,
- "equip_audio": "2240",
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "weight": "1.3",
+ "absorb": "2,0,4",
"equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "60500",
+ "name": "Dragon med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1149",
+ "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "60500",
+ "durability": null,
+ "name": "Dragon med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1150"
+ },
+ {
"remove_head": "true",
"requirements": "{1,10}",
"shop_price": "530",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "1152",
- "name": "Black med helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1153",
- "name": "Iron full helm",
- "examine": "A full face helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,6,7,5,-1,6,0,0,0,0,0",
+ "examine": "A medium sized helmet.",
"durability": null,
- "equip_audio": "2240",
+ "low_alchemy": "230",
+ "high_alchemy": "345",
+ "weight": "1.8",
"equipment_slot": "0",
+ "grand_exchange_price": "242",
+ "name": "Black med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1151",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "remove_beard": "true",
+ "grand_exchange_price": "242",
+ "durability": null,
+ "name": "Black med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1152"
+ },
+ {
"remove_head": "true",
"shop_price": "61",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "1154",
- "name": "Iron full helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1155",
- "name": "Bronze full helm",
"examine": "A full face helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,4,5,3,-1,4,0,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
+ "low_alchemy": "61",
+ "high_alchemy": "92",
+ "weight": "2.7",
"remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "56",
+ "name": "Iron full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1153",
+ "bonuses": "0,0,0,-6,-2,6,7,5,-1,6,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "56",
+ "durability": null,
+ "name": "Iron full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1154"
+ },
+ {
"remove_head": "true",
"shop_price": "44",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "1156",
- "name": "Bronze full helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1157",
- "name": "Steel full helm",
"examine": "A full face helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
+ "low_alchemy": "17",
+ "high_alchemy": "26",
+ "weight": "2.7",
"remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "67",
+ "name": "Bronze full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1155",
+ "bonuses": "0,0,0,-6,-2,4,5,3,-1,4,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "67",
+ "durability": null,
+ "name": "Bronze full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1156"
+ },
+ {
"remove_head": "true",
"requirements": "{1,5}",
"shop_price": "550",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "1158",
- "name": "Steel full helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1159",
- "name": "Mithril full helm",
"examine": "A full face helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
+ "low_alchemy": "220",
+ "high_alchemy": "330",
+ "weight": "2.7",
"remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "195",
+ "name": "Steel full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1157",
+ "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "195",
+ "durability": null,
+ "name": "Steel full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1158"
+ },
+ {
"remove_head": "true",
"requirements": "{1,20}",
"shop_price": "1430",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "1160",
- "name": "Mithril full helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1161",
- "name": "Adamant full helm",
"examine": "A full face helmet.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
+ "low_alchemy": "572",
+ "high_alchemy": "858",
+ "weight": "2.2",
"remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "675",
+ "name": "Mithril full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1159",
+ "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "675",
+ "durability": null,
+ "name": "Mithril full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1160"
+ },
+ {
"remove_head": "true",
"requirements": "{1,30}",
"shop_price": "3520",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "1162",
- "name": "Adamant full helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1163",
- "name": "Rune full helm",
"examine": "A full face helmet.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "2.7",
+ "absorb": "1,0,2",
"remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1911",
+ "name": "Adamant full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1161",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1911",
+ "durability": null,
+ "name": "Adamant full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1162"
+ },
+ {
"remove_head": "true",
"requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "1164",
- "name": "Rune full helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1165",
- "name": "Black full helm",
"examine": "A full face helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0",
"durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2.7",
+ "absorb": "1,0,3",
"remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "20900",
+ "name": "Rune full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1163",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "20900",
+ "durability": null,
+ "name": "Rune full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1164"
+ },
+ {
"remove_head": "true",
"requirements": "{1,10}",
"shop_price": "1372",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "1166",
- "name": "Black full helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "A full face helmet.",
+ "durability": null,
+ "low_alchemy": "548",
+ "high_alchemy": "823",
+ "weight": "2.7",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "731",
+ "name": "Black full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1165",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0"
},
{
- "id": "1167",
- "name": "Leather cowl",
- "examine": "Better than no armour!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,1,2,3,4,2,3,0,0,0,0,0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "731",
"durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "5000",
+ "name": "Black full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1166"
+ },
+ {
"remove_head": "true",
"shop_price": "24",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1168",
- "name": "Leather cowl",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1169",
- "name": "Coif",
- "examine": "Light weight head protection.",
- "archery_ticket_price": "100",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0",
+ "examine": "Better than no armour!",
"durability": null,
- "equip_audio": "2238",
+ "low_alchemy": "9",
+ "high_alchemy": "14",
+ "weight": "0.9",
"equipment_slot": "0",
+ "grand_exchange_price": "9",
+ "name": "Leather cowl",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1167",
+ "bonuses": "0,0,0,0,1,2,3,4,2,3,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "5000",
+ "grand_exchange_price": "9",
+ "durability": null,
+ "name": "Leather cowl",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1168"
+ },
+ {
"remove_head": "true",
"requirements": "{4,20}",
"shop_price": "200",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1170",
- "name": "Coif",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "5000",
- "tradeable": "true"
+ "examine": "Light weight head protection.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.9",
+ "equipment_slot": "0",
+ "grand_exchange_price": "56",
+ "name": "Coif",
+ "tradeable": "true",
+ "archery_ticket_price": "100",
+ "id": "1169",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0"
},
{
- "id": "1171",
- "name": "Wooden shield",
- "examine": "A solid wooden shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "56",
"durability": null,
- "equip_audio": "2250",
- "equipment_slot": "5",
- "ge_buy_limit": "100",
+ "name": "Coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1170"
+ },
+ {
"shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "1172",
+ "ge_buy_limit": "100",
+ "examine": "A solid wooden shield.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "5",
+ "grand_exchange_price": "483",
"name": "Wooden shield",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1171",
+ "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0"
},
{
- "id": "1173",
- "name": "Bronze sq shield",
- "examine": "A medium square shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
"ge_buy_limit": "100",
+ "grand_exchange_price": "483",
+ "durability": null,
+ "name": "Wooden shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1172"
+ },
+ {
"shop_price": "48",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "1174",
+ "ge_buy_limit": "100",
+ "examine": "A medium square shield.",
+ "durability": null,
+ "low_alchemy": "19",
+ "high_alchemy": "28",
+ "weight": "3",
+ "equipment_slot": "5",
+ "grand_exchange_price": "12",
"name": "Bronze sq shield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1175",
- "name": "Iron sq shield",
- "examine": "A medium square shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,8,9,7,0,8,1,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "100",
- "shop_price": "168",
"tradeable": "true",
- "weight": "3.6"
- },
- {
- "id": "1176",
- "name": "Iron sq shield",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1173",
+ "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0"
},
{
- "id": "1177",
- "name": "Steel sq shield",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Bronze sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1174"
+ },
+ {
+ "shop_price": "168",
+ "ge_buy_limit": "100",
"examine": "A medium square shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,11,0,12,4,0,0,0,0",
"durability": null,
- "equip_audio": "2245",
+ "low_alchemy": "67",
+ "high_alchemy": "100",
+ "weight": "3.6",
"equipment_slot": "5",
+ "grand_exchange_price": "39",
+ "name": "Iron sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1175",
+ "bonuses": "0,0,0,-6,-2,8,9,7,0,8,1,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "39",
+ "durability": null,
+ "name": "Iron sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1176"
+ },
+ {
"requirements": "{1,5}",
"shop_price": "600",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "1178",
- "name": "Steel sq shield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1179",
- "name": "Black sq shield",
"examine": "A medium square shield.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,0,0,0",
"durability": null,
- "equip_audio": "2245",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "3",
"equipment_slot": "5",
+ "grand_exchange_price": "185",
+ "name": "Steel sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1177",
+ "bonuses": "0,0,0,-6,-2,12,13,11,0,12,4,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "185",
+ "durability": null,
+ "name": "Steel sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1178"
+ },
+ {
"requirements": "{1,10}",
"shop_price": "1463",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "1180",
- "name": "Black sq shield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1181",
- "name": "Mithril sq shield",
"examine": "A medium square shield.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0",
"durability": null,
- "equip_audio": "2245",
+ "low_alchemy": "460",
+ "high_alchemy": "691",
+ "weight": "4",
+ "absorb": "1,0,2",
"equipment_slot": "5",
+ "grand_exchange_price": "511",
+ "name": "Black sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1179",
+ "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "511",
+ "durability": null,
+ "name": "Black sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1180"
+ },
+ {
"requirements": "{1,20}",
"shop_price": "1560",
- "tradeable": "true",
- "weight": "3.1"
- },
- {
- "id": "1182",
+ "ge_buy_limit": "100",
+ "examine": "A medium square shield.",
+ "durability": null,
+ "low_alchemy": "624",
+ "high_alchemy": "936",
+ "weight": "3.1",
+ "absorb": "2,0,4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "744",
"name": "Mithril sq shield",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1181",
+ "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0"
},
{
- "id": "1183",
- "name": "Adamant sq shield",
- "examine": "A medium square shield.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,24,26,22,0,24,25,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
"ge_buy_limit": "100",
+ "grand_exchange_price": "744",
+ "durability": null,
+ "name": "Mithril sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1182"
+ },
+ {
"requirements": "{1,30}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "1184",
- "name": "Adamant sq shield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1185",
- "name": "Rune sq shield",
"examine": "A medium square shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0",
"durability": null,
- "equip_audio": "2245",
+ "low_alchemy": "1536",
+ "high_alchemy": "2304",
+ "weight": "4",
+ "absorb": "3,0,6",
"equipment_slot": "5",
+ "grand_exchange_price": "2136",
+ "name": "Adamant sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1183",
+ "bonuses": "0,0,0,-6,-2,24,26,22,0,24,25,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "2136",
+ "durability": null,
+ "name": "Adamant sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1184"
+ },
+ {
"requirements": "{1,40}",
- "tradeable": "true",
- "weight": "3.64"
- },
- {
- "id": "1186",
- "name": "Rune sq shield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1187",
- "name": "Dragon sq shield",
- "examine": "An ancient and powerful looking Dragon Square shield.",
- "absorb": "5,0,11",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0",
+ "examine": "A medium square shield.",
"durability": null,
- "equip_audio": "2245",
+ "low_alchemy": "15360",
+ "high_alchemy": "23040",
+ "weight": "3.64",
+ "absorb": "3,0,7",
"equipment_slot": "5",
- "ge_buy_limit": "10",
"lendable": "true",
+ "grand_exchange_price": "22800",
+ "name": "Rune sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1185",
+ "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "22800",
+ "durability": null,
+ "name": "Rune sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1186"
+ },
+ {
"requirements": "{1,60}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "1188",
- "name": "Dragon sq shield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10",
- "tradeable": "true"
+ "examine": "An ancient and powerful looking Dragon Square shield.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "weight": "3",
+ "absorb": "5,0,11",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "431900",
+ "name": "Dragon sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1187",
+ "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0"
},
{
- "id": "1189",
- "name": "Bronze kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "431900",
"durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "100",
+ "name": "Dragon sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1188"
+ },
+ {
"shop_price": "86",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "1190",
+ "ge_buy_limit": "100",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "27",
+ "high_alchemy": "40",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "18",
"name": "Bronze kiteshield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1191",
- "name": "Iron kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,8,10,9,-1,9,2,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "100",
- "shop_price": "233",
"tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "1192",
- "name": "Iron kiteshield",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1189",
+ "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0"
},
{
- "id": "1193",
- "name": "Steel kiteshield",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Bronze kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1190"
+ },
+ {
+ "shop_price": "233",
+ "ge_buy_limit": "100",
"examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
"durability": null,
- "equip_audio": "2245",
+ "low_alchemy": "95",
+ "high_alchemy": "142",
+ "weight": "5.4",
"equipment_slot": "5",
+ "grand_exchange_price": "57",
+ "name": "Iron kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1191",
+ "bonuses": "0,0,0,-8,-2,8,10,9,-1,9,2,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "57",
+ "durability": null,
+ "name": "Iron kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1192"
+ },
+ {
"requirements": "{1,5}",
"shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "1194",
- "name": "Steel kiteshield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1195",
- "name": "Black kiteshield",
"examine": "A large metal shield.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0",
"durability": null,
- "equip_audio": "2245",
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
"equipment_slot": "5",
+ "grand_exchange_price": "354",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1193",
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "354",
+ "durability": null,
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1194"
+ },
+ {
"requirements": "{1,10}",
"shop_price": "2121",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "1196",
+ "ge_buy_limit": "100",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "848",
+ "high_alchemy": "1272",
+ "weight": "5.4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "3311",
"name": "Black kiteshield",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1195",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0"
},
{
- "id": "1197",
- "name": "Mithril kiteshield",
- "examine": "A large metal shield.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
"ge_buy_limit": "100",
+ "grand_exchange_price": "3311",
+ "durability": null,
+ "name": "Black kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1196"
+ },
+ {
"requirements": "{1,20}",
- "tradeable": "true",
- "weight": "4.5"
- },
- {
- "id": "1198",
+ "ge_buy_limit": "100",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "884",
+ "high_alchemy": "1326",
+ "weight": "4.5",
+ "absorb": "2,0,4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1128",
"name": "Mithril kiteshield",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1197",
+ "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0"
},
{
- "id": "1199",
- "name": "Adamant kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
"ge_buy_limit": "100",
+ "grand_exchange_price": "1128",
+ "durability": null,
+ "name": "Mithril kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1198"
+ },
+ {
"requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5.8"
- },
- {
- "id": "1200",
- "name": "Adamant kiteshield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1201",
- "name": "Rune kiteshield",
"examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
"durability": null,
- "equip_audio": "2245",
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5.8",
+ "absorb": "3,0,6",
"equipment_slot": "5",
+ "grand_exchange_price": "3066",
+ "name": "Adamant kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1199",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "3066",
+ "durability": null,
+ "name": "Adamant kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1200"
+ },
+ {
"requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "1202",
+ "ge_buy_limit": "100",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "35600",
"name": "Rune kiteshield",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1201",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "35600",
+ "durability": null,
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1202"
+ },
+ {
+ "shop_price": "38",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "35",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Iron dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "1203",
- "name": "Iron dagger",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "render_anim": "2584",
- "shop_price": "38",
+ "grand_exchange_price": "35",
+ "durability": null,
+ "name": "Iron dagger",
"tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1204",
- "name": "Iron dagger",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1204"
},
{
+ "shop_price": "11",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "105",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Bronze dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "1205",
- "name": "Bronze dagger",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
+ "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "render_anim": "2584",
- "shop_price": "11",
+ "grand_exchange_price": "105",
+ "durability": null,
+ "name": "Bronze dagger",
"tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1206",
- "name": "Bronze dagger",
"archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "",
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1206"
},
{
+ "requirements": "{0,5}",
+ "shop_price": "135",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "17",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Steel dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "1207",
- "name": "Steel dagger",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
+ "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,5}",
- "shop_price": "135",
+ "grand_exchange_price": "17",
+ "durability": null,
+ "name": "Steel dagger",
"tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1208",
- "name": "Steel dagger",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1208"
},
{
+ "requirements": "{0,20}",
+ "shop_price": "130",
+ "ge_buy_limit": "100",
+ "examine": "A dangerous dagger.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "0.3",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "71",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Mithril dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "1209",
- "name": "Mithril dagger",
- "examine": "A dangerous dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
+ "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,20}",
- "shop_price": "130",
+ "grand_exchange_price": "71",
+ "durability": null,
+ "name": "Mithril dagger",
"tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.3"
+ "archery_ticket_price": "0",
+ "id": "1210"
},
{
- "id": "1210",
- "name": "Mithril dagger",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1211",
- "name": "Adamant dagger",
- "examine": "Short and deadly.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
"requirements": "{0,30}",
"shop_price": "816",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1212",
- "name": "Adamant dagger",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1213",
- "name": "Rune dagger",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
+ "examine": "Short and deadly.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "0.4",
"attack_speed": "4",
- "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
+ "weapon_interface": "5",
"render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "300",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Adamant dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1211",
+ "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "300",
+ "durability": null,
+ "name": "Adamant dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1212"
+ },
+ {
"requirements": "{0,40}",
"shop_price": "8000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1214",
- "name": "Rune dagger",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "A powerful dagger.",
+ "durability": null,
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "lendable": "true",
+ "grand_exchange_price": "4642",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Rune dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1213",
+ "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0"
},
{
- "id": "1215",
- "name": "Dragon dagger",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4642",
"durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "2584",
+ "name": "Rune dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1214"
+ },
+ {
"requirements": "{0,60}",
"shop_price": "60000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1216",
- "name": "Dragon dagger",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10",
- "tradeable": "true"
+ "examine": "A powerful dagger.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "396,396,395,396",
+ "lendable": "true",
+ "grand_exchange_price": "17700",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dragon dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1215",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
},
{
- "id": "1217",
- "name": "Black dagger",
- "examine": "A vicious black dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "defence_anim": "378",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "17700",
"durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
+ "name": "Dragon dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1216"
+ },
+ {
"requirements": "{0,10}",
"shop_price": "240",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "A vicious black dagger.",
+ "durability": null,
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.4",
+ "attack_speed": "4",
"weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1218",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "79",
+ "attack_audios": "2517,2517,2500,2517",
"name": "Black dagger",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1217",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0"
},
{
- "id": "1219",
- "name": "Iron dagger(p)",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
"ge_buy_limit": "100",
- "render_anim": "2584",
+ "grand_exchange_price": "79",
+ "durability": null,
+ "name": "Black dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1218"
+ },
+ {
"shop_price": "38",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "0.4",
+ "attack_speed": "4",
"weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1220",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "56",
+ "attack_audios": "2517,2517,2500,2517",
"name": "Iron dagger(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1221",
- "name": "Bronze dagger(p)",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "shop_price": "11",
"tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1222",
- "name": "Bronze dagger(p)",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1219",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0"
},
{
- "id": "1223",
- "name": "Steel dagger(p)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "56",
+ "durability": null,
+ "name": "Iron dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1220"
+ },
+ {
+ "shop_price": "11",
+ "ge_buy_limit": "100",
"examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "defence_anim": "378",
"durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
"render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "86",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Bronze dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1221",
+ "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "86",
+ "durability": null,
+ "name": "Bronze dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1222"
+ },
+ {
"requirements": "{0,5}",
"shop_price": "135",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1224",
- "name": "Steel dagger(p)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1225",
- "name": "Mithril dagger(p)",
- "examine": "A dangerous dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "weight": "0.4",
"attack_speed": "4",
- "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "weapon_interface": "5",
"render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "98",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Steel dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1223",
+ "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "98",
+ "durability": null,
+ "name": "Steel dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1224"
+ },
+ {
"requirements": "{0,20}",
"shop_price": "130",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.3"
- },
- {
- "id": "1226",
- "name": "Mithril dagger(p)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1227",
- "name": "Adamant dagger(p)",
- "examine": "Short and deadly.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
+ "examine": "A dangerous dagger.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "0.3",
"attack_speed": "4",
- "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "weapon_interface": "5",
"render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "129",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Mithril dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1225",
+ "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "129",
+ "durability": null,
+ "name": "Mithril dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1226"
+ },
+ {
"requirements": "{0,30}",
"shop_price": "816",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1228",
- "name": "Adamant dagger(p)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1229",
- "name": "Rune dagger(p)",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
+ "examine": "Short and deadly.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "0.4",
"attack_speed": "4",
- "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
+ "weapon_interface": "5",
"render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "365",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Adamant dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1227",
+ "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "365",
+ "durability": null,
+ "name": "Adamant dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1228"
+ },
+ {
"requirements": "{0,40}",
"shop_price": "8000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1230",
- "name": "Rune dagger(p)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "A powerful dagger.",
+ "durability": null,
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "lendable": "true",
+ "grand_exchange_price": "4831",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Rune dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1229",
+ "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0"
},
{
- "id": "1231",
- "name": "Dragon dagger(p)",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4831",
"durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "2584",
+ "name": "Rune dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1230"
+ },
+ {
"requirements": "{0,60}",
"shop_price": "60000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1232",
- "name": "Dragon dagger(p)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10",
- "tradeable": "true"
+ "examine": "A powerful dagger.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "396,396,395,396",
+ "lendable": "true",
+ "grand_exchange_price": "17600",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dragon dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1231",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
},
{
- "id": "1233",
- "name": "Black dagger(p)",
- "examine": "A vicious black dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "defence_anim": "378",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "17600",
"durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
+ "name": "Dragon dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1232"
+ },
+ {
"requirements": "{0,10}",
"shop_price": "240",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "1234",
- "name": "Black dagger(p)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "A vicious black dagger.",
+ "durability": null,
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "grand_exchange_price": "67",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Black dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1233",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0"
},
{
- "id": "1235",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "67",
+ "durability": null,
+ "name": "Black dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1234"
+ },
+ {
+ "durability": null,
"name": "Poisoned dagger(p)",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "1235",
"render_anim": "2584"
},
{
- "id": "1236",
+ "durability": null,
"name": "Poisoned dagger(p)",
"archery_ticket_price": "0",
- "durability": null
+ "id": "1236"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A bronze tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "10",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "858",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1237",
- "name": "Bronze spear",
- "examine": "A bronze tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
"shop_price": "26",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "15",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
+ "render_anim": "28",
+ "name": "Bronze spear"
},
{
- "id": "1238",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "858",
+ "durability": null,
"name": "Bronze spear",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1238"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An iron tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "36",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "209",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1239",
- "name": "Iron spear",
- "examine": "An iron tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
- "attack_speed": "5",
- "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "1240",
- "name": "Iron spear",
- "archery_ticket_price": "0",
+ "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "54",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Iron spear"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "209",
+ "durability": null,
+ "name": "Iron spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1240"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A steel tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "130",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "340",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1241",
- "name": "Steel spear",
- "examine": "A steel tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
- "attack_speed": "5",
- "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "1242",
- "name": "Steel spear",
- "archery_ticket_price": "0",
+ "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
+ "requirements": "{0,5}",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "195",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Steel spear"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "340",
+ "durability": null,
+ "name": "Steel spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1242"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A mithril tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "338",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "353",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1243",
- "name": "Mithril spear",
- "examine": "A mithril tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
- "attack_speed": "5",
- "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "1244",
- "name": "Mithril spear",
- "archery_ticket_price": "0",
+ "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0",
+ "requirements": "{0,20}",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "507",
+ "weight": "1.8",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Mithril spear"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "353",
+ "durability": null,
+ "name": "Mithril spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1244"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An adamant tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "832",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "1191",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1245",
- "name": "Adamant spear",
- "examine": "An adamant tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
- "attack_speed": "5",
- "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2"
- },
- {
- "id": "1246",
- "name": "Adamant spear",
- "archery_ticket_price": "0",
+ "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0",
+ "requirements": "{0,30}",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "1248",
+ "weight": "2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Adamant spear"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1191",
+ "durability": null,
+ "name": "Adamant spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1246"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A rune tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "8320",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "12200",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1247",
- "name": "Rune spear",
- "examine": "A rune tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "1248",
- "name": "Rune spear",
- "archery_ticket_price": "0",
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
+ "requirements": "{0,40}",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "12480",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Rune spear"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12200",
+ "durability": null,
+ "name": "Rune spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1248"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "A dragon tipped spear.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "low_alchemy": "24960",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "37200",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1249",
- "name": "Dragon spear",
- "examine": "A dragon tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{0,60}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
+ "requirements": "{0,60}",
+ "durability": null,
+ "high_alchemy": "37440",
+ "weight": "2",
"weapon_interface": "14",
- "weight": "2"
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Dragon spear"
},
{
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "37200",
+ "durability": null,
+ "name": "Dragon spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "1250",
- "name": "Dragon spear",
- "archery_ticket_price": "0",
- "defence_anim": "2079",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "defence_anim": "2079"
},
{
- "id": "1251",
- "name": "Bronze spear(p)",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
"examine": "A bronze tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
+ "walk_anim": "1205",
+ "low_alchemy": "10",
+ "turn90ccw_anim": "1208",
"attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "389",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1251",
+ "stand_turn_anim": "1209",
"bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0",
- "defence_anim": "2079",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "high_alchemy": "15",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
+ "render_anim": "28",
+ "name": "Bronze spear(p)"
},
{
- "id": "1252",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "389",
+ "durability": null,
"name": "Bronze spear(p)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1252"
},
{
- "id": "1253",
- "name": "Iron spear(p)",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
"examine": "An iron tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
+ "walk_anim": "1205",
+ "low_alchemy": "36",
+ "turn90ccw_anim": "1208",
"attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "212",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1253",
+ "stand_turn_anim": "1209",
"bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0",
- "defence_anim": "2079",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "high_alchemy": "54",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
+ "render_anim": "28",
+ "name": "Iron spear(p)"
},
{
- "id": "1254",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "212",
+ "durability": null,
"name": "Iron spear(p)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1254"
},
{
- "id": "1255",
- "name": "Steel spear(p)",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
"examine": "A steel tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
+ "walk_anim": "1205",
+ "low_alchemy": "130",
+ "turn90ccw_anim": "1208",
"attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "136",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1255",
+ "stand_turn_anim": "1209",
"bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
"requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "195",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
+ "render_anim": "28",
+ "name": "Steel spear(p)"
},
{
- "id": "1256",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "136",
+ "durability": null,
"name": "Steel spear(p)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1256"
},
{
- "id": "1257",
- "name": "Mithril spear(p)",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
"examine": "A mithril tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
+ "walk_anim": "1205",
+ "low_alchemy": "338",
+ "turn90ccw_anim": "1208",
"attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "350",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1257",
+ "stand_turn_anim": "1209",
"bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
"requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "507",
+ "weight": "1.8",
"weapon_interface": "14",
- "weight": "1.8"
+ "render_anim": "28",
+ "name": "Mithril spear(p)"
},
{
- "id": "1258",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "350",
+ "durability": null,
"name": "Mithril spear(p)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1258"
},
{
- "id": "1259",
- "name": "Adamant spear(p)",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
"examine": "An adamant tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
+ "walk_anim": "1205",
+ "low_alchemy": "832",
+ "turn90ccw_anim": "1208",
"attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "1004",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1259",
+ "stand_turn_anim": "1209",
"bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
"requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "1248",
+ "weight": "2",
"weapon_interface": "14",
- "weight": "2"
+ "render_anim": "28",
+ "name": "Adamant spear(p)"
},
{
- "id": "1260",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1004",
+ "durability": null,
"name": "Adamant spear(p)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1260"
},
{
- "id": "1261",
- "name": "Rune spear(p)",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
"examine": "A rune tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
+ "walk_anim": "1205",
+ "low_alchemy": "8320",
+ "turn90ccw_anim": "1208",
"attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "12400",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1261",
+ "stand_turn_anim": "1209",
"bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "28",
"requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "12480",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "1262",
- "name": "Rune spear(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1263",
- "name": "Dragon spear(p)",
- "examine": "A dragon tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "428,2081,429,428",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
"render_anim": "28",
- "requirements": "{0,60}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2"
+ "lendable": "true",
+ "name": "Rune spear(p)"
},
{
- "id": "1264",
- "name": "Dragon spear(p)",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12400",
"durability": null,
+ "name": "Rune spear(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1262"
+ },
+ {
"ge_buy_limit": "10",
- "tradeable": "true"
+ "turn90cw_anim": "1207",
+ "examine": "A dragon tipped spear.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "low_alchemy": "24960",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "428,2081,429,428",
+ "grand_exchange_price": "39700",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1263",
+ "stand_turn_anim": "1209",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
+ "requirements": "{0,60}",
+ "durability": null,
+ "high_alchemy": "37440",
+ "weight": "2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Dragon spear(p)"
},
{
- "id": "1265",
- "name": "Bronze pickaxe",
- "examine": "Used for mining.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,2508,2508",
- "attack_speed": "5",
- "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0",
- "defence_anim": "403",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "39700",
"durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "name": "Dragon spear(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1264"
+ },
+ {
"shop_price": "1",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "Used for mining.",
+ "durability": null,
+ "weight": "2.25",
+ "attack_speed": "5",
"weapon_interface": "4",
- "weight": "2.25"
- },
- {
- "id": "1266",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "17",
+ "attack_audios": "2508,2508,2508,2508",
"name": "Bronze pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1267",
- "name": "Iron pickaxe",
- "examine": "Used for mining.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,2508,2508",
- "attack_speed": "5",
- "bonuses": "5,-2,3,0,0,0,1,0,0,0,0,7,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "shop_price": "140",
"tradeable": "true",
- "weapon_interface": "4",
- "weight": "2.25"
- },
- {
- "id": "1268",
- "name": "Iron pickaxe",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1265",
+ "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0"
},
{
- "id": "1269",
- "name": "Steel pickaxe",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "17",
+ "durability": null,
+ "name": "Bronze pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1266"
+ },
+ {
+ "shop_price": "140",
+ "ge_buy_limit": "100",
"examine": "Used for mining.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,2508,2508",
- "attack_speed": "5",
- "bonuses": "8,-2,6,0,0,0,1,0,0,0,0,9,0,0,0",
- "defence_anim": "403",
"durability": null,
- "equip_audio": "2232",
+ "low_alchemy": "56",
+ "high_alchemy": "84",
+ "weight": "2.25",
+ "attack_speed": "5",
+ "weapon_interface": "4",
+ "defence_anim": "403",
"equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "200",
+ "attack_audios": "2508,2508,2508,2508",
+ "name": "Iron pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1267",
+ "bonuses": "5,-2,3,0,0,0,1,0,0,0,0,7,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "200",
+ "durability": null,
+ "name": "Iron pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1268"
+ },
+ {
"requirements": "{0,5}",
"shop_price": "500",
- "tradeable": "true",
- "weapon_interface": "4",
- "weight": "2.25"
- },
- {
- "id": "1270",
- "name": "Steel pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1271",
- "name": "Adamant pickaxe",
"examine": "Used for mining.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,2508,2508",
- "attack_speed": "5",
- "bonuses": "17,-2,15,0,0,0,1,0,0,0,0,19,0,0,0",
- "defence_anim": "403",
"durability": null,
- "equip_audio": "2232",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "2.25",
+ "attack_speed": "5",
+ "weapon_interface": "4",
+ "defence_anim": "403",
"equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "571",
+ "attack_audios": "2508,2508,2508,2508",
+ "name": "Steel pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1269",
+ "bonuses": "8,-2,6,0,0,0,1,0,0,0,0,9,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "571",
+ "durability": null,
+ "name": "Steel pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1270"
+ },
+ {
"requirements": "{0,30}-{14,31}",
"shop_price": "3200",
- "tradeable": "true",
- "weapon_interface": "4",
- "weight": "2.7"
- },
- {
- "id": "1272",
- "name": "Adamant pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1273",
- "name": "Mithril pickaxe",
"examine": "Used for mining.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,2508,2508",
- "attack_speed": "5",
- "bonuses": "12,-2,10,0,0,0,1,0,0,0,0,13,0,0,0",
- "defence_anim": "403",
"durability": null,
- "equip_audio": "2232",
+ "low_alchemy": "1280",
+ "high_alchemy": "1920",
+ "weight": "2.7",
+ "attack_speed": "5",
+ "weapon_interface": "4",
+ "defence_anim": "403",
"equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "1782",
+ "attack_audios": "2508,2508,2508,2508",
+ "name": "Adamant pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1271",
+ "bonuses": "17,-2,15,0,0,0,1,0,0,0,0,19,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "1782",
+ "durability": null,
+ "name": "Adamant pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1272"
+ },
+ {
"requirements": "{0,20}",
"shop_price": "1300",
- "tradeable": "true",
- "weapon_interface": "4",
- "weight": "1.8"
- },
- {
- "id": "1274",
- "name": "Mithril pickaxe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1275",
- "name": "Rune pickaxe",
"examine": "Used for mining.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,2508,2508",
- "attack_speed": "5",
- "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0",
- "defence_anim": "403",
"durability": null,
- "equip_audio": "2232",
+ "low_alchemy": "520",
+ "high_alchemy": "780",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "weapon_interface": "4",
+ "defence_anim": "403",
"equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "611",
+ "attack_audios": "2508,2508,2508,2508",
+ "name": "Mithril pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1273",
+ "bonuses": "12,-2,10,0,0,0,1,0,0,0,0,13,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "611",
+ "durability": null,
+ "name": "Mithril pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1274"
+ },
+ {
"requirements": "{0,40}-{14,41}",
"shop_price": "32000",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "Used for mining.",
+ "durability": null,
+ "low_alchemy": "12800",
+ "high_alchemy": "19200",
+ "weight": "2.2",
+ "attack_speed": "5",
"weapon_interface": "4",
- "weight": "2.2"
- },
- {
- "id": "1276",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "lendable": "true",
+ "grand_exchange_price": "19500",
+ "attack_audios": "2508,2508,2508,2508",
"name": "Rune pickaxe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1275",
+ "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "19500",
+ "durability": null,
+ "name": "Rune pickaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1276"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A razor sharp sword.",
+ "walk_anim": "1205",
+ "low_alchemy": "10",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,390,381",
+ "grand_exchange_price": "13",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1277",
- "name": "Bronze sword",
- "examine": "A razor sharp sword.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,390,381",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1381",
- "run_anim": "824",
"shop_price": "33",
- "stand_anim": "813",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "15",
+ "weight": "1",
"weapon_interface": "5",
- "weight": "1"
+ "render_anim": "1381",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Bronze sword"
},
{
- "id": "1278",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "13",
+ "durability": null,
"name": "Bronze sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1278"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A razor sharp sword.",
+ "walk_anim": "1205",
+ "low_alchemy": "36",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,390,381",
+ "grand_exchange_price": "17",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1279",
- "name": "Iron sword",
- "examine": "A razor sharp sword.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,390,381",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "6,4,-2,0,0,0,2,1,0,0,0,7,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1381",
- "run_anim": "824",
"shop_price": "91",
- "stand_anim": "813",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "54",
+ "weight": "1.8",
"weapon_interface": "5",
- "weight": "1.8"
+ "render_anim": "1381",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Iron sword"
},
{
- "id": "1280",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "17",
+ "durability": null,
"name": "Iron sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1280"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A razor sharp sword.",
+ "walk_anim": "1205",
+ "low_alchemy": "130",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,390,381",
+ "grand_exchange_price": "79",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1281",
- "name": "Steel sword",
- "examine": "A razor sharp sword.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,390,381",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1381",
"requirements": "{0,5}",
- "run_anim": "824",
"shop_price": "412",
- "stand_anim": "813",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "195",
+ "weight": "1",
"weapon_interface": "5",
- "weight": "1"
+ "render_anim": "1381",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Steel sword"
},
{
- "id": "1282",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "79",
+ "durability": null,
"name": "Steel sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1282"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A razor sharp sword.",
+ "walk_anim": "1205",
+ "low_alchemy": "249",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,390,381",
+ "grand_exchange_price": "197",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1283",
- "name": "Black sword",
- "examine": "A razor sharp sword.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,390,381",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1381",
"requirements": "{0,10}",
- "run_anim": "824",
"shop_price": "624",
- "stand_anim": "813",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "374",
+ "weight": "1",
"weapon_interface": "5",
- "weight": "1"
+ "render_anim": "1381",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Black sword"
},
{
- "id": "1284",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "197",
+ "durability": null,
"name": "Black sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1284"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A razor sharp sword.",
+ "walk_anim": "1205",
+ "low_alchemy": "338",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,390,381",
+ "grand_exchange_price": "313",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1285",
- "name": "Mithril sword",
- "examine": "A razor sharp sword.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,390,381",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "16,11,-2,0,0,0,2,1,0,0,0,17,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1381",
"requirements": "{0,20}",
- "run_anim": "824",
"shop_price": "266",
- "stand_anim": "813",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "507",
+ "weight": "1.5",
"weapon_interface": "5",
- "weight": "1.5"
+ "render_anim": "1381",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Mithril sword"
},
{
- "id": "1286",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "313",
+ "durability": null,
"name": "Mithril sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1286"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A razor sharp sword.",
+ "walk_anim": "1205",
+ "low_alchemy": "832",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,390,381",
+ "grand_exchange_price": "1046",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1287",
- "name": "Adamant sword",
- "examine": "A razor sharp sword.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,390,381",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "23,18,-2,0,0,0,2,1,0,0,0,24,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1381",
"requirements": "{0,30}",
- "run_anim": "824",
"shop_price": "2080",
- "stand_anim": "813",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "1248",
+ "weight": "1",
"weapon_interface": "5",
- "weight": "1"
- },
- {
- "id": "1288",
- "name": "Adamant sword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1289",
- "name": "Rune sword",
- "examine": "A razor sharp sword.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,390,381",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "4",
- "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
"render_anim": "1381",
- "requirements": "{0,40}",
- "run_anim": "824",
- "shop_price": "20800",
- "stand_anim": "813",
- "stand_turn_anim": "823",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Adamant sword"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1046",
+ "durability": null,
+ "name": "Adamant sword",
"tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
+ "archery_ticket_price": "0",
+ "id": "1288"
+ },
+ {
+ "ge_buy_limit": "100",
"turn90cw_anim": "1207",
+ "examine": "A razor sharp sword.",
"walk_anim": "1205",
+ "low_alchemy": "8320",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,390,381",
+ "grand_exchange_price": "12300",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "1289",
+ "stand_turn_anim": "823",
+ "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0",
+ "requirements": "{0,40}",
+ "shop_price": "20800",
+ "durability": null,
+ "high_alchemy": "12480",
+ "weight": "1.8",
"weapon_interface": "5",
- "weight": "1.8"
+ "render_anim": "1381",
+ "lendable": "true",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Rune sword"
},
{
- "id": "1290",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12300",
+ "durability": null,
"name": "Rune sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1290"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A razor sharp longsword.",
+ "walk_anim": "819",
+ "low_alchemy": "16",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "14",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1291",
- "name": "Bronze longsword",
- "examine": "A razor sharp longsword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
+ "stand_turn_anim": "823",
"bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
- "run_anim": "824",
"shop_price": "23",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "24",
+ "weight": "1.8",
"weapon_interface": "6",
- "weight": "1.8"
+ "render_anim": "1",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Bronze longsword"
},
{
- "id": "1292",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "14",
+ "durability": null,
"name": "Bronze longsword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1292"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A razor sharp longsword.",
+ "walk_anim": "819",
+ "low_alchemy": "56",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "22",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1293",
- "name": "Iron longsword",
- "examine": "A razor sharp longsword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
+ "stand_turn_anim": "823",
"bonuses": "6,8,-2,0,0,0,3,2,0,0,0,10,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
- "run_anim": "824",
"shop_price": "177",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "84",
+ "weight": "2",
"weapon_interface": "6",
- "weight": "2"
+ "render_anim": "1",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Iron longsword"
},
{
- "id": "1294",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "22",
+ "durability": null,
"name": "Iron longsword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1294"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A razor sharp longsword.",
+ "walk_anim": "819",
+ "low_alchemy": "200",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "147",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1295",
- "name": "Steel longsword",
- "examine": "A razor sharp longsword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
+ "stand_turn_anim": "823",
"bonuses": "9,14,-2,0,0,0,3,2,0,0,0,16,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
"requirements": "{0,5}",
- "run_anim": "824",
"shop_price": "500",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "300",
+ "weight": "2",
"weapon_interface": "6",
- "weight": "2"
+ "render_anim": "1",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Steel longsword"
},
{
- "id": "1296",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "147",
+ "durability": null,
"name": "Steel longsword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1296"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A razor sharp longsword.",
+ "walk_anim": "819",
+ "low_alchemy": "384",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "384",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1297",
- "name": "Black longsword",
- "examine": "A razor sharp longsword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
+ "stand_turn_anim": "823",
"bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
"requirements": "{0,10}",
- "run_anim": "824",
"shop_price": "960",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "576",
+ "weight": "1.8",
"weapon_interface": "6",
- "weight": "1.8"
+ "render_anim": "1",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Black longsword"
},
{
- "id": "1298",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "384",
+ "durability": null,
"name": "Black longsword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1298"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A razor sharp longsword.",
+ "walk_anim": "819",
+ "low_alchemy": "520",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "602",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1299",
- "name": "Mithril longsword",
- "examine": "A razor sharp longsword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
+ "stand_turn_anim": "823",
"bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
"requirements": "{0,20}",
- "run_anim": "824",
"shop_price": "1074",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "780",
+ "weight": "1.5",
"weapon_interface": "6",
- "weight": "1.5"
+ "render_anim": "1",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Mithril longsword"
},
{
- "id": "1300",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "602",
+ "durability": null,
"name": "Mithril longsword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1300"
},
{
- "id": "1301",
- "name": "Adamant longsword",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
"examine": "A razor sharp longsword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
+ "walk_anim": "819",
+ "low_alchemy": "1280",
+ "turn90ccw_anim": "822",
"attack_speed": "5",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "1808",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "1301",
+ "stand_turn_anim": "823",
"bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
"requirements": "{0,30}",
- "run_anim": "824",
"shop_price": "3200",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "1920",
+ "weight": "2",
"weapon_interface": "6",
- "weight": "2"
+ "render_anim": "1",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Adamant longsword"
},
{
- "id": "1302",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1808",
+ "durability": null,
"name": "Adamant longsword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1302"
},
{
- "id": "1303",
- "name": "Rune longsword",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
"examine": "A razor sharp longsword",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
+ "walk_anim": "819",
+ "low_alchemy": "12800",
+ "turn90ccw_anim": "822",
"attack_speed": "5",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "19000",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "1303",
+ "stand_turn_anim": "823",
"bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "1",
"requirements": "{0,40}",
- "run_anim": "824",
"shop_price": "32000",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "1304",
- "name": "Rune longsword",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1305",
- "name": "Dragon longsword",
- "examine": "A very powerful sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
+ "high_alchemy": "19200",
+ "weight": "1.8",
+ "weapon_interface": "6",
+ "render_anim": "1",
+ "lendable": "true",
"attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
- "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0",
- "defence_anim": "397",
+ "name": "Rune longsword"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "19000",
"durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1426",
- "requirements": "{0,60}",
- "run_anim": "1210",
- "shop_price": "100000",
- "stand_anim": "809",
- "stand_turn_anim": "823",
+ "name": "Rune longsword",
"tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
+ "archery_ticket_price": "0",
+ "id": "1304"
+ },
+ {
+ "ge_buy_limit": "10",
"turn90cw_anim": "821",
+ "examine": "A very powerful sword.",
"walk_anim": "1146",
+ "has_special": "true",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "60200",
+ "stand_anim": "809",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1305",
+ "stand_turn_anim": "823",
+ "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0",
+ "requirements": "{0,60}",
+ "shop_price": "100000",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "1.8",
"weapon_interface": "6",
- "weight": "1.8"
+ "render_anim": "1426",
+ "lendable": "true",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Dragon longsword"
},
{
- "id": "1306",
- "name": "Dragon longsword",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10",
- "tradeable": "true"
+ "grand_exchange_price": "60200",
+ "durability": null,
+ "name": "Dragon longsword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1306"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "7044",
+ "examine": "A two-handed sword.",
+ "walk_anim": "7046",
+ "low_alchemy": "32",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "89",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
"id": "1307",
- "name": "Bronze 2h sword",
- "examine": "A two-handed sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "2503,0,2504,0",
- "attack_speed": "7",
+ "stand_turn_anim": "7040",
"bonuses": "-4,9,8,-4,0,0,0,0,0,-1,0,10,0,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "124",
- "run_anim": "7039",
"shop_price": "160",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
+ "durability": null,
+ "high_alchemy": "48",
+ "weight": "3.6",
"weapon_interface": "7",
- "weight": "3.6"
+ "render_anim": "124",
+ "attack_audios": "2503,0,2504,0",
+ "name": "Bronze 2h sword"
},
{
- "id": "1308",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "89",
+ "durability": null,
"name": "Bronze 2h sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1308"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "7044",
+ "examine": "A two handed sword.",
+ "walk_anim": "7046",
+ "low_alchemy": "112",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "32",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
"id": "1309",
- "name": "Iron 2h sword",
- "examine": "A two handed sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "2503,0,2504,0",
- "attack_speed": "7",
+ "stand_turn_anim": "7040",
"bonuses": "-4,13,10,-4,0,0,0,0,0,-1,0,14,0,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "124",
- "run_anim": "7039",
"shop_price": "260",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
+ "durability": null,
+ "high_alchemy": "168",
+ "weight": "3.6",
"weapon_interface": "7",
- "weight": "3.6"
+ "render_anim": "124",
+ "attack_audios": "2503,0,2504,0",
+ "name": "Iron 2h sword"
},
{
- "id": "1310",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "32",
+ "durability": null,
"name": "Iron 2h sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1310"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "7044",
+ "examine": "A two handed sword.",
+ "walk_anim": "7046",
+ "low_alchemy": "400",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "411",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
"id": "1311",
- "name": "Steel 2h sword",
- "examine": "A two handed sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "2503,0,2504,0",
- "attack_speed": "7",
+ "stand_turn_anim": "7040",
"bonuses": "-4,21,16,-4,0,0,0,0,0,-1,0,22,0,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "124",
"requirements": "{0,5}",
- "run_anim": "7039",
"shop_price": "1000",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
+ "durability": null,
+ "high_alchemy": "600",
+ "weight": "3",
"weapon_interface": "7",
- "weight": "3"
+ "render_anim": "124",
+ "attack_audios": "2503,0,2504,0",
+ "name": "Steel 2h sword"
},
{
- "id": "1312",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "411",
+ "durability": null,
"name": "Steel 2h sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1312"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "7044",
+ "examine": "A two-handed sword.",
+ "walk_anim": "7046",
+ "low_alchemy": "768",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "1031",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
"id": "1313",
- "name": "Black 2h sword",
- "examine": "A two-handed sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "2503,0,2504,0",
- "attack_speed": "7",
+ "stand_turn_anim": "7040",
"bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,0,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "124",
"requirements": "{0,10}",
- "run_anim": "7039",
"shop_price": "2400",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
+ "durability": null,
+ "high_alchemy": "1152",
+ "weight": "3.6",
"weapon_interface": "7",
- "weight": "3.6"
+ "render_anim": "124",
+ "attack_audios": "2503,0,2504,0",
+ "name": "Black 2h sword"
},
{
- "id": "1314",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1031",
+ "durability": null,
"name": "Black 2h sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1314"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "7044",
+ "examine": "A two-handed sword.",
+ "walk_anim": "7046",
+ "low_alchemy": "1040",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "1396",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
"id": "1315",
- "name": "Mithril 2h sword",
- "examine": "A two-handed sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "2503,0,2504,0",
- "attack_speed": "7",
+ "stand_turn_anim": "7040",
"bonuses": "-4,30,24,-4,0,0,0,0,0,-1,0,31,0,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "124",
"requirements": "{0,20}",
- "run_anim": "7039",
"shop_price": "3000",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
+ "durability": null,
+ "high_alchemy": "1560",
+ "weight": "3.1",
"weapon_interface": "7",
- "weight": "3.1"
+ "render_anim": "124",
+ "attack_audios": "2503,0,2504,0",
+ "name": "Mithril 2h sword"
},
{
- "id": "1316",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1396",
+ "durability": null,
"name": "Mithril 2h sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1316"
},
{
- "id": "1317",
- "name": "Adamant 2h sword",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "7044",
"examine": "A two-handed sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "2503,0,2504,0",
+ "walk_anim": "7046",
+ "low_alchemy": "2560",
+ "turn90ccw_anim": "7043",
"attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "3577",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "1317",
+ "stand_turn_anim": "7040",
"bonuses": "-4,43,30,-4,0,0,0,0,0,-1,0,44,0,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "124",
"requirements": "{0,30}",
- "run_anim": "7039",
"shop_price": "6400",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
+ "durability": null,
+ "high_alchemy": "3840",
+ "weight": "4",
"weapon_interface": "7",
- "weight": "4"
- },
- {
- "id": "1318",
- "name": "Adamant 2h sword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1319",
- "name": "Rune 2h sword",
- "examine": "A two handed sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "2503,0,2504,0",
- "attack_speed": "7",
- "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
"render_anim": "124",
- "requirements": "{0,40}",
- "run_anim": "7039",
- "shop_price": "40000",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
+ "attack_audios": "2503,0,2504,0",
+ "name": "Adamant 2h sword"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3577",
+ "durability": null,
+ "name": "Adamant 2h sword",
"tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
+ "archery_ticket_price": "0",
+ "id": "1318"
+ },
+ {
+ "ge_buy_limit": "100",
"turn90cw_anim": "7044",
- "two_handed": "true",
+ "examine": "A two handed sword.",
"walk_anim": "7046",
+ "low_alchemy": "25600",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "38200",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "1319",
+ "stand_turn_anim": "7040",
+ "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0",
+ "requirements": "{0,40}",
+ "shop_price": "40000",
+ "durability": null,
+ "high_alchemy": "38400",
+ "weight": "3.6",
"weapon_interface": "7",
- "weight": "3.6"
+ "render_anim": "124",
+ "lendable": "true",
+ "attack_audios": "2503,0,2504,0",
+ "name": "Rune 2h sword"
},
{
- "id": "1320",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "38200",
+ "durability": null,
"name": "Rune 2h sword",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1320"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A vicious, curved sword.",
+ "walk_anim": "819",
+ "low_alchemy": "12",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "13",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1321",
- "name": "Bronze scimitar",
- "examine": "A vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "1,7,-2,0,0,0,1,0,0,0,0,6,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
- "run_anim": "824",
"shop_price": "40",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "18",
+ "weight": "1",
"weapon_interface": "6",
- "weight": "1"
+ "render_anim": "1",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Bronze scimitar"
},
{
- "id": "1322",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "13",
+ "durability": null,
"name": "Bronze scimitar",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1322"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A vicious, curved sword.",
+ "walk_anim": "819",
+ "low_alchemy": "44",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "30",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1323",
- "name": "Iron scimitar",
- "examine": "A vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "2,10,-2,0,0,0,1,0,0,0,0,9,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
- "run_anim": "824",
"shop_price": "112",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "67",
+ "weight": "1.8",
"weapon_interface": "6",
- "weight": "1.8"
+ "render_anim": "1",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Iron scimitar"
},
{
- "id": "1324",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "30",
+ "durability": null,
"name": "Iron scimitar",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1324"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A vicious, curved sword.",
+ "walk_anim": "819",
+ "low_alchemy": "160",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "101",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1325",
- "name": "Steel scimitar",
- "examine": "A vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "3,15,-2,0,0,0,1,0,0,0,0,14,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
"requirements": "{0,5}",
- "run_anim": "824",
"shop_price": "400",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "240",
+ "weight": "1.8",
"weapon_interface": "6",
- "weight": "1.8"
+ "render_anim": "1",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Steel scimitar"
},
{
- "id": "1326",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "101",
+ "durability": null,
"name": "Steel scimitar",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1326"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A vicious, curved sword.",
+ "walk_anim": "819",
+ "low_alchemy": "307",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "4498",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1327",
- "name": "Black scimitar",
- "examine": "A vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
"requirements": "{0,10}",
- "run_anim": "824",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "460",
+ "weight": "1.8",
"weapon_interface": "6",
- "weight": "1.8"
+ "render_anim": "1",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Black scimitar"
},
{
- "id": "1328",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4498",
+ "durability": null,
"name": "Black scimitar",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1328"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A vicious, curved sword.",
+ "walk_anim": "819",
+ "low_alchemy": "416",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "469",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "1329",
- "name": "Mithril scimitar",
- "examine": "A vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "5,21,-2,0,0,0,1,0,0,0,0,20,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
"requirements": "{0,20}",
- "run_anim": "824",
"shop_price": "1040",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "624",
+ "weight": "1.5",
"weapon_interface": "6",
- "weight": "1.5"
+ "render_anim": "1",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Mithril scimitar"
},
{
- "id": "1330",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "469",
+ "durability": null,
"name": "Mithril scimitar",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1330"
},
{
- "id": "1331",
- "name": "Adamant scimitar",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
"examine": "A viciously curved sword",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
+ "walk_anim": "819",
+ "low_alchemy": "1024",
+ "turn90ccw_anim": "822",
"attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "1525",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "1331",
+ "stand_turn_anim": "823",
"bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
"requirements": "{0,30}",
- "run_anim": "824",
"shop_price": "2304",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "durability": null,
+ "high_alchemy": "1536",
+ "weight": "2",
"weapon_interface": "6",
- "weight": "2"
- },
- {
- "id": "1332",
- "name": "Adamant scimitar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1333",
- "name": "Rune scimitar",
- "examine": "A vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
"render_anim": "1",
- "requirements": "{0,40}",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Adamant scimitar"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1525",
+ "durability": null,
+ "name": "Adamant scimitar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1332"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A vicious, curved sword.",
+ "walk_anim": "819",
+ "low_alchemy": "10240",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "15200",
+ "stand_anim": "808",
+ "tradeable": "true",
"run_anim": "824",
- "stand_anim": "808",
+ "archery_ticket_price": "0",
+ "id": "1333",
"stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "1334",
- "name": "Rune scimitar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1335",
- "name": "Iron warhammer",
- "examine": "I don't think it's intended for joinery.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,11,-4,0,0,0,0,0,0,0,9,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1430",
- "run_anim": "1210",
- "shop_price": "224",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "10",
- "weight": "1.8"
- },
- {
- "id": "1336",
- "name": "Iron warhammer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1337",
- "name": "Bronze warhammer",
- "examine": "I don't think it's intended for joinery.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,10,-4,0,0,0,0,0,0,0,8,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1430",
- "run_anim": "1210",
- "shop_price": "59",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "10",
- "weight": "1"
- },
- {
- "id": "1338",
- "name": "Bronze warhammer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1339",
- "name": "Steel warhammer",
- "examine": "I don't think it's intended for joinery.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,18,-4,0,0,0,0,0,0,0,16,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1430",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "shop_price": "832",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "10",
- "weight": "1"
- },
- {
- "id": "1340",
- "name": "Steel warhammer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1341",
- "name": "Black warhammer",
- "examine": "I don't think it's intended for joinery.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1430",
- "requirements": "{0,10}",
- "run_anim": "1210",
- "shop_price": "1274",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "10"
- },
- {
- "id": "1342",
- "name": "Black warhammer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1343",
- "name": "Mithril warhammer",
- "examine": "I don't think it's intended for joinery.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1430",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "shop_price": "2158",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "10",
- "weight": "1.5"
- },
- {
- "id": "1344",
- "name": "Mithril warhammer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1345",
- "name": "Adamant warhammer",
- "examine": "I don't think it's intended for joinery.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,33,-4,0,0,0,0,0,0,0,31,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "render_anim": "1430",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "shop_price": "5356",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "10",
- "weight": "2"
- },
- {
- "id": "1346",
- "name": "Adamant warhammer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1347",
- "name": "Rune warhammer",
- "examine": "I don't think it's intended for joinery.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "1430",
+ "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0",
"requirements": "{0,40}",
- "run_anim": "1210",
- "shop_price": "41000",
- "stand_anim": "808",
- "stand_turn_anim": "823",
+ "durability": null,
+ "high_alchemy": "15360",
+ "weight": "1.8",
+ "weapon_interface": "6",
+ "render_anim": "1",
+ "lendable": "true",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Rune scimitar"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "15200",
+ "durability": null,
+ "name": "Rune scimitar",
"tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
+ "archery_ticket_price": "0",
+ "id": "1334"
+ },
+ {
+ "ge_buy_limit": "100",
"turn90cw_anim": "821",
+ "examine": "I don't think it's intended for joinery.",
"walk_anim": "819",
+ "low_alchemy": "89",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "20",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1335",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,11,-4,0,0,0,0,0,0,0,9,0,0,0",
+ "shop_price": "224",
+ "durability": null,
+ "high_alchemy": "134",
+ "weight": "1.8",
"weapon_interface": "10",
- "weight": "1.8"
+ "render_anim": "1430",
+ "attack_audios": "2504,0,0,0",
+ "name": "Iron warhammer"
},
{
- "id": "1348",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Iron warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1336"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "I don't think it's intended for joinery.",
+ "walk_anim": "819",
+ "low_alchemy": "24",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "16",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1337",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,10,-4,0,0,0,0,0,0,0,8,0,0,0",
+ "shop_price": "59",
+ "durability": null,
+ "high_alchemy": "36",
+ "weight": "1",
+ "weapon_interface": "10",
+ "render_anim": "1430",
+ "attack_audios": "2504,0,0,0",
+ "name": "Bronze warhammer"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Bronze warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1338"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "I don't think it's intended for joinery.",
+ "walk_anim": "819",
+ "low_alchemy": "256",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "283",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1339",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,18,-4,0,0,0,0,0,0,0,16,0,0,0",
+ "requirements": "{0,5}",
+ "shop_price": "832",
+ "durability": null,
+ "high_alchemy": "384",
+ "weight": "1",
+ "weapon_interface": "10",
+ "render_anim": "1430",
+ "attack_audios": "2504,0,0,0",
+ "name": "Steel warhammer"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "283",
+ "durability": null,
+ "name": "Steel warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1340"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "I don't think it's intended for joinery.",
+ "walk_anim": "819",
+ "low_alchemy": "509",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "562",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1341",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,0,0,0",
+ "requirements": "{0,10}",
+ "shop_price": "1274",
+ "durability": null,
+ "high_alchemy": "764",
+ "weapon_interface": "10",
+ "render_anim": "1430",
+ "attack_audios": "2504,0,0,0",
+ "name": "Black warhammer"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "562",
+ "durability": null,
+ "name": "Black warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1342"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "I don't think it's intended for joinery.",
+ "walk_anim": "819",
+ "low_alchemy": "863",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "1071",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1343",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0",
+ "requirements": "{0,20}",
+ "shop_price": "2158",
+ "durability": null,
+ "high_alchemy": "1294",
+ "weight": "1.5",
+ "weapon_interface": "10",
+ "render_anim": "1430",
+ "attack_audios": "2504,0,0,0",
+ "name": "Mithril warhammer"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1071",
+ "durability": null,
+ "name": "Mithril warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1344"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "turn90cw_anim": "821",
+ "examine": "I don't think it's intended for joinery.",
+ "walk_anim": "819",
+ "low_alchemy": "2142",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "2996",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1345",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,33,-4,0,0,0,0,0,0,0,31,0,0,0",
+ "requirements": "{0,30}",
+ "shop_price": "5356",
+ "durability": null,
+ "high_alchemy": "3213",
+ "weight": "2",
+ "weapon_interface": "10",
+ "render_anim": "1430",
+ "attack_audios": "2504,0,0,0",
+ "name": "Adamant warhammer"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2996",
+ "durability": null,
+ "name": "Adamant warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1346"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "I don't think it's intended for joinery.",
+ "walk_anim": "819",
+ "low_alchemy": "16600",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "24600",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1347",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0",
+ "requirements": "{0,40}",
+ "shop_price": "41000",
+ "durability": null,
+ "high_alchemy": "24900",
+ "weight": "1.8",
+ "weapon_interface": "10",
+ "render_anim": "1430",
+ "lendable": "true",
+ "attack_audios": "2504,0,0,0",
+ "name": "Rune warhammer"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "24600",
+ "durability": null,
"name": "Rune warhammer",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1348"
},
{
- "id": "1349",
- "name": "Iron axe",
- "examine": "A woodcutter's axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "5",
- "bonuses": "-2,5,3,0,0,0,1,0,0,0,0,7,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2229",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
"shop_price": "56",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "A woodcutter's axe.",
+ "durability": null,
+ "low_alchemy": "22",
+ "high_alchemy": "33",
+ "weight": "1.3",
+ "attack_speed": "5",
"weapon_interface": "2",
- "weight": "1.3"
- },
- {
- "id": "1350",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "8",
"name": "Iron axe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1351",
- "name": "Bronze axe",
- "examine": "A woodcutter's axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "5",
- "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2229",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2586",
- "shop_price": "20",
"tradeable": "true",
- "weapon_interface": "2",
- "weight": "1.35"
- },
- {
- "id": "1352",
- "name": "Bronze axe",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1349",
+ "bonuses": "-2,5,3,0,0,0,1,0,0,0,0,7,0,0,0"
},
{
- "id": "1353",
- "name": "Steel axe",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Iron axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1350"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
"examine": "A woodcutter's axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "5",
- "bonuses": "-2,8,6,0,0,0,1,0,0,0,0,9,0,0,0",
- "defence_anim": "397",
"durability": null,
- "equip_audio": "2229",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "1.35",
+ "attack_speed": "5",
+ "weapon_interface": "2",
"render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "44",
+ "name": "Bronze axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1351",
+ "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "44",
+ "durability": null,
+ "name": "Bronze axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1352"
+ },
+ {
"requirements": "{0,5}",
"shop_price": "200",
- "tradeable": "true",
- "weapon_interface": "2",
- "weight": "1.3"
- },
- {
- "id": "1354",
- "name": "Steel axe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1355",
- "name": "Mithril axe",
- "examine": "A powerful axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
+ "examine": "A woodcutter's axe.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1.3",
"attack_speed": "5",
- "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2229",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "weapon_interface": "2",
"render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "36",
+ "name": "Steel axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1353",
+ "bonuses": "-2,8,6,0,0,0,1,0,0,0,0,9,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "36",
+ "durability": null,
+ "name": "Steel axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1354"
+ },
+ {
"requirements": "{0,20}",
"shop_price": "660",
- "tradeable": "true",
- "weapon_interface": "2",
- "weight": "1.1"
- },
- {
- "id": "1356",
- "name": "Mithril axe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1357",
- "name": "Adamant axe",
"examine": "A powerful axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "5",
- "bonuses": "-2,17,15,0,0,0,1,0,0,0,0,19,0,0,0",
- "defence_anim": "397",
"durability": null,
- "equip_audio": "2229",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "low_alchemy": "208",
+ "high_alchemy": "312",
+ "weight": "1.1",
+ "attack_speed": "5",
+ "weapon_interface": "2",
"render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "141",
+ "name": "Mithril axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1355",
+ "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "141",
+ "durability": null,
+ "name": "Mithril axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1356"
+ },
+ {
"requirements": "{0,30}-{8,31}",
"shop_price": "1625",
- "tradeable": "true",
- "weapon_interface": "2",
- "weight": "2"
- },
- {
- "id": "1358",
- "name": "Adamant axe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1359",
- "name": "Rune axe",
"examine": "A powerful axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0",
- "defence_anim": "397",
"durability": null,
- "equip_audio": "2229",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2586",
- "requirements": "{0,40}-{8,41}",
- "tradeable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "1360",
- "name": "Rune axe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1361",
- "name": "Black axe",
- "examine": "A sinister looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
+ "low_alchemy": "512",
+ "high_alchemy": "768",
+ "weight": "2",
"attack_speed": "5",
- "bonuses": "-2,10,8,0,0,0,1,0,0,0,0,12,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2229",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "weapon_interface": "2",
"render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "592",
+ "name": "Adamant axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1357",
+ "bonuses": "-2,17,15,0,0,0,1,0,0,0,0,19,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "592",
+ "durability": null,
+ "name": "Adamant axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1358"
+ },
+ {
+ "requirements": "{0,40}-{8,41}",
+ "ge_buy_limit": "100",
+ "examine": "A powerful axe.",
+ "durability": null,
+ "low_alchemy": "5120",
+ "high_alchemy": "7680",
+ "weapon_interface": "2",
+ "render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "7495",
+ "name": "Rune axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1359",
+ "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7495",
+ "durability": null,
+ "name": "Rune axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1360"
+ },
+ {
"requirements": "{0,10}",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "A sinister looking axe.",
+ "durability": null,
+ "low_alchemy": "153",
+ "high_alchemy": "230",
+ "weight": "2",
+ "attack_speed": "5",
"weapon_interface": "2",
- "weight": "2"
- },
- {
- "id": "1362",
+ "render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "335",
"name": "Black axe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1363",
- "name": "Iron battleaxe",
- "examine": "A vicious looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,8,5,0,0,0,0,0,0,-1,0,13,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2586",
- "shop_price": "182",
"tradeable": "true",
- "weapon_interface": "2",
- "weight": "2.7"
- },
- {
- "id": "1364",
- "name": "Iron battleaxe",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1361",
+ "bonuses": "-2,10,8,0,0,0,1,0,0,0,0,12,0,0,0"
},
{
- "id": "1365",
- "name": "Steel battleaxe",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "335",
+ "durability": null,
+ "name": "Black axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1362"
+ },
+ {
+ "shop_price": "182",
+ "ge_buy_limit": "100",
"examine": "A vicious looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,16,11,0,0,0,0,0,0,-1,0,20,0,0,0",
- "defence_anim": "397",
"durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "low_alchemy": "72",
+ "high_alchemy": "109",
+ "weight": "2.7",
+ "attack_speed": "6",
+ "weapon_interface": "2",
"render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "21",
+ "name": "Iron battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1363",
+ "bonuses": "-2,8,5,0,0,0,0,0,0,-1,0,13,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "21",
+ "durability": null,
+ "name": "Iron battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1364"
+ },
+ {
"requirements": "{0,5}",
"shop_price": "650",
- "tradeable": "true",
- "weapon_interface": "2",
- "weight": "2.7"
- },
- {
- "id": "1366",
- "name": "Steel battleaxe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1367",
- "name": "Black battleaxe",
"examine": "A vicious looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,0,0,0",
- "defence_anim": "397",
"durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "2.7",
+ "attack_speed": "6",
+ "weapon_interface": "2",
"render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "208",
+ "name": "Steel battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1365",
+ "bonuses": "-2,16,11,0,0,0,0,0,0,-1,0,20,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "208",
+ "durability": null,
+ "name": "Steel battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1366"
+ },
+ {
"requirements": "{0,10}",
"shop_price": "1248",
- "tradeable": "true",
- "weapon_interface": "2",
- "weight": "2.7"
- },
- {
- "id": "1368",
- "name": "Black battleaxe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1369",
- "name": "Mithril battleaxe",
"examine": "A vicious looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,22,17,0,0,0,0,0,0,-1,0,29,0,0,0",
- "defence_anim": "397",
"durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "low_alchemy": "499",
+ "high_alchemy": "748",
+ "weight": "2.7",
+ "attack_speed": "6",
+ "weapon_interface": "2",
"render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "556",
+ "name": "Black battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1367",
+ "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "556",
+ "durability": null,
+ "name": "Black battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1368"
+ },
+ {
"requirements": "{0,20}",
"shop_price": "1690",
- "tradeable": "true",
- "weapon_interface": "2",
- "weight": "2"
- },
- {
- "id": "1370",
- "name": "Mithril battleaxe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1371",
- "name": "Adamant battleaxe",
"examine": "A vicious looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,31,26,0,0,0,0,0,0,-1,0,41,0,0,0",
- "defence_anim": "397",
"durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "low_alchemy": "676",
+ "high_alchemy": "1014",
+ "weight": "2",
+ "attack_speed": "6",
+ "weapon_interface": "2",
"render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "809",
+ "name": "Mithril battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1369",
+ "bonuses": "-2,22,17,0,0,0,0,0,0,-1,0,29,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "809",
+ "durability": null,
+ "name": "Mithril battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1370"
+ },
+ {
"requirements": "{0,30}",
"shop_price": "4160",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "A vicious looking axe.",
+ "durability": null,
+ "low_alchemy": "1664",
+ "high_alchemy": "2496",
+ "weight": "3",
+ "attack_speed": "6",
"weapon_interface": "2",
- "weight": "3"
- },
- {
- "id": "1372",
+ "render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "2311",
"name": "Adamant battleaxe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1371",
+ "bonuses": "-2,31,26,0,0,0,0,0,0,-1,0,41,0,0,0"
},
{
- "id": "1373",
- "name": "Rune battleaxe",
- "examine": "A vicious looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
"ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "2586",
+ "grand_exchange_price": "2311",
+ "durability": null,
+ "name": "Adamant battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1372"
+ },
+ {
"requirements": "{0,40}",
- "tradeable": "true",
- "weapon_interface": "2",
- "weight": "2"
- },
- {
- "id": "1374",
- "name": "Rune battleaxe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1375",
- "name": "Bronze battleaxe",
"examine": "A vicious looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,6,3,0,0,0,0,0,0,-1,0,9,0,0,0",
- "defence_anim": "397",
"durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
+ "low_alchemy": "16640",
+ "high_alchemy": "24960",
+ "weight": "2",
+ "attack_speed": "6",
+ "weapon_interface": "2",
"render_anim": "2586",
- "shop_price": "52",
- "tradeable": "true",
- "weapon_interface": "2",
- "weight": "2.7"
- },
- {
- "id": "1376",
- "name": "Bronze battleaxe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1377",
- "name": "Dragon battleaxe",
- "examine": "A vicious looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0",
"defence_anim": "397",
- "durability": null,
"equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
+ "attack_anims": "395,395,401,395",
"lendable": "true",
+ "grand_exchange_price": "24800",
+ "name": "Rune battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1373",
+ "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "24800",
+ "durability": null,
+ "name": "Rune battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1374"
+ },
+ {
+ "shop_price": "52",
+ "ge_buy_limit": "100",
+ "examine": "A vicious looking axe.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "31",
+ "weight": "2.7",
+ "attack_speed": "6",
+ "weapon_interface": "2",
"render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "grand_exchange_price": "15",
+ "name": "Bronze battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1375",
+ "bonuses": "-2,6,3,0,0,0,0,0,0,-1,0,9,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "15",
+ "durability": null,
+ "name": "Bronze battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1376"
+ },
+ {
"requirements": "{0,60}",
"shop_price": "200000",
- "tradeable": "true",
- "weapon_interface": "2",
- "weight": "2.7"
- },
- {
- "id": "1378",
- "name": "Dragon battleaxe",
- "archery_ticket_price": "0",
- "defence_anim": "397",
- "durability": null,
"ge_buy_limit": "10",
+ "examine": "A vicious looking axe.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "80000",
+ "high_alchemy": "120000",
+ "weight": "2.7",
+ "attack_speed": "6",
+ "weapon_interface": "2",
+ "render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "lendable": "true",
+ "grand_exchange_price": "123200",
+ "name": "Dragon battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1377",
+ "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0"
+ },
+ {
"requirements": "{0,60}",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "123200",
+ "durability": null,
+ "name": "Dragon battleaxe",
"tradeable": "true",
- "weight": "2.7"
+ "weight": "2.7",
+ "archery_ticket_price": "0",
+ "id": "1378",
+ "defence_anim": "397"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "6",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "37",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1379",
- "name": "Staff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
"shop_price": "15",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "9",
+ "weight": "2",
"weapon_interface": "1",
- "weight": "2"
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Staff"
},
{
- "id": "1380",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "37",
+ "durability": null,
"name": "Staff",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1380"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A Magical staff.",
+ "walk_anim": "1205",
+ "low_alchemy": "600",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "784",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1381",
- "name": "Staff of air",
- "examine": "A Magical staff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "1500",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "1382",
- "name": "Staff of air",
- "archery_ticket_price": "0",
+ "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0",
+ "shop_price": "1500",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "900",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Staff of air"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "784",
+ "durability": null,
+ "name": "Staff of air",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1382"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A Magical staff.",
+ "walk_anim": "1205",
+ "low_alchemy": "600",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "890",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1383",
- "name": "Staff of water",
- "examine": "A Magical staff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
"shop_price": "1500",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "900",
+ "weight": "2.2",
"weapon_interface": "1",
- "weight": "2.2"
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Staff of water"
},
{
- "id": "1384",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "890",
+ "durability": null,
"name": "Staff of water",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1384"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A Magical staff.",
+ "walk_anim": "1205",
+ "low_alchemy": "600",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "879",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1385",
- "name": "Staff of earth",
- "examine": "A Magical staff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "1,-1,9,10,0,2,3,1,10,0,0,5,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
"shop_price": "1500",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "900",
+ "weight": "2.2",
"weapon_interface": "1",
- "weight": "2.2"
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Staff of earth"
},
{
- "id": "1386",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "879",
+ "durability": null,
"name": "Staff of earth",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1386"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A Magical staff.",
+ "walk_anim": "1205",
+ "low_alchemy": "600",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "1330",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1387",
- "name": "Staff of fire",
- "examine": "A Magical staff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "3,-1,9,10,0,2,3,1,10,0,0,6,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
"shop_price": "1500",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "900",
+ "weight": "2.2",
"weapon_interface": "1",
- "weight": "2.2"
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Staff of fire"
},
{
- "id": "1388",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1330",
+ "durability": null,
"name": "Staff of fire",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1388"
},
{
- "id": "1389",
- "name": "Magic staff",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
"examine": "A Magical staff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
+ "walk_anim": "1205",
+ "low_alchemy": "80",
+ "turn90ccw_anim": "1208",
"attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "58",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1389",
+ "stand_turn_anim": "1209",
"bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
"shop_price": "200",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "120",
+ "weight": "2.2",
"weapon_interface": "1",
- "weight": "2.2"
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Magic staff"
},
{
- "id": "1390",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "58",
+ "durability": null,
"name": "Magic staff",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1390"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "2800",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "7963",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1391",
- "name": "Battlestaff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "7,-1,25,12,0,2,3,1,12,0,0,32,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
"requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
"shop_price": "7000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "4200",
+ "weight": "2.25",
"weapon_interface": "1",
- "weight": "2.25"
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Battlestaff"
},
{
- "id": "1392",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7963",
+ "durability": null,
"name": "Battlestaff",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1392"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "6200",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "9113",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1393",
- "name": "Fire battlestaff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
"requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
"shop_price": "19600",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "9300",
+ "weight": "2.25",
"weapon_interface": "1",
- "weight": "2.25"
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Fire battlestaff"
},
{
- "id": "1394",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9113",
+ "durability": null,
"name": "Fire battlestaff",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1394"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "6200",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "9122",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1395",
- "name": "Water battlestaff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "1396",
- "name": "Water battlestaff",
- "archery_ticket_price": "0",
+ "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
+ "requirements": "{0,30}-{6,30}",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "9300",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Water battlestaff"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9122",
+ "durability": null,
+ "name": "Water battlestaff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1396"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "6200",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "8982",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1397",
- "name": "Air battlestaff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
"requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
"shop_price": "7000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "9300",
+ "weight": "2.25",
"weapon_interface": "1",
- "weight": "2.25"
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Air battlestaff"
},
{
- "id": "1398",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8982",
+ "durability": null,
"name": "Air battlestaff",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1398"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "6200",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "9041",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1399",
- "name": "Earth battlestaff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
"requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
"shop_price": "1500",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "9300",
+ "weight": "2.2",
"weapon_interface": "1",
- "weight": "2.2"
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Earth battlestaff"
},
{
- "id": "1400",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9041",
+ "durability": null,
"name": "Earth battlestaff",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1400"
},
{
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "17000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "25400",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1401",
- "name": "Mystic fire staff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,40}-{6,40}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "1402",
- "name": "Mystic fire staff",
- "archery_ticket_price": "0",
+ "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
+ "requirements": "{0,40}-{6,40}",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "25500",
+ "weight": "2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Mystic fire staff"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "25400",
+ "durability": null,
+ "name": "Mystic fire staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1402"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "17000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "24800",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1403",
- "name": "Mystic water staff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,40}-{6,40}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "1404",
- "name": "Mystic water staff",
- "archery_ticket_price": "0",
+ "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
+ "requirements": "{0,40}-{6,40}",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "25500",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Mystic water staff"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "24800",
+ "durability": null,
+ "name": "Mystic water staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1404"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "17000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "25100",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1405",
- "name": "Mystic air staff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,40}-{6,40}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "1406",
- "name": "Mystic air staff",
- "archery_ticket_price": "0",
+ "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
+ "requirements": "{0,40}-{6,40}",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "high_alchemy": "25500",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Mystic air staff"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "25100",
+ "durability": null,
+ "name": "Mystic air staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1406"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "17000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "25400",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "1407",
- "name": "Mystic earth staff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
"requirements": "{0,40}-{6,40}",
- "run_anim": "1210",
"shop_price": "40000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "25500",
+ "weight": "2.2",
"weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "1408",
- "name": "Mystic earth staff",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1409",
- "name": "Iban's staff",
- "examine": "An ancient staff, formerly the property of Iban.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
"render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "1410",
- "name": "Iban's staff",
- "examine": "An ancient staff, formerly the property of Iban.",
- "archery_ticket_price": "0",
"attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0",
- "durability": null,
- "weight": "2.2"
+ "name": "Mystic earth staff"
},
{
- "id": "1412",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "25400",
+ "durability": null,
+ "name": "Mystic earth staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1408"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "An ancient staff, formerly the property of Iban.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "17000",
+ "high_alchemy": "25500",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "attack_audios": "2555,0,0,0",
+ "name": "Iban's staff",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "1409",
+ "stand_turn_anim": "1209",
+ "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0"
+ },
+ {
+ "examine": "An ancient staff, formerly the property of Iban.",
+ "attack_audios": "2555,0,0,0",
+ "durability": null,
+ "name": "Iban's staff",
+ "low_alchemy": "17000",
+ "high_alchemy": "25500",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "attack_speed": "5",
+ "id": "1410",
+ "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0"
+ },
+ {
+ "durability": null,
"name": "Farmer's fork",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "1412"
},
{
- "id": "1413",
+ "durability": null,
"name": "Halberd",
"archery_ticket_price": "0",
"attack_speed": "7",
- "durability": null
+ "id": "1413"
},
{
- "id": "1414",
- "name": "Halberd",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "true"
+ "name": "Halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1414"
},
{
- "id": "1415",
- "name": "Warhammer",
- "archery_ticket_price": "0",
"attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "durability": null
- },
- {
- "id": "1416",
+ "durability": null,
"name": "Warhammer",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "attack_speed": "6",
+ "id": "1415"
},
{
- "id": "1417",
+ "durability": null,
+ "name": "Warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1416"
+ },
+ {
+ "durability": null,
"name": "Javelin",
"archery_ticket_price": "0",
"attack_speed": "6",
- "durability": null
+ "id": "1417"
},
{
- "id": "1418",
+ "durability": null,
"name": "Javelin",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "1418"
},
{
- "id": "1419",
- "name": "Scythe",
- "examine": "It's a Scythe.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,438,382",
- "attack_audios": "2524,2524,2522,2524",
- "attack_speed": "7",
- "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0",
- "defence_anim": "383",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "1383",
- "run_anim": "824",
- "stand_anim": "847",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
"turn90cw_anim": "821",
- "two_handed": "true",
+ "examine": "It's a Scythe.",
"walk_anim": "819",
+ "durability": null,
+ "weight": "3",
+ "turn90ccw_anim": "822",
+ "attack_speed": "7",
+ "two_handed": "true",
"weapon_interface": "22",
- "weight": "3"
+ "turn180_anim": "820",
+ "render_anim": "1383",
+ "defence_anim": "383",
+ "equipment_slot": "3",
+ "attack_anims": "382,382,382,382",
+ "stand_anim": "847",
+ "name": "Scythe",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "1419",
+ "stand_turn_anim": "823",
+ "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0"
},
{
- "id": "1420",
- "name": "Iron mace",
- "examine": "A spiky mace.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "4,-2,9,0,0,0,0,0,0,0,0,7,1,0,0",
- "defence_anim": "403",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
"shop_price": "80",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "A spiky mace.",
+ "durability": null,
+ "low_alchemy": "25",
+ "high_alchemy": "37",
+ "weight": "1.8",
+ "attack_speed": "5",
"weapon_interface": "8",
- "weight": "1.8"
- },
- {
- "id": "1421",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "7",
"name": "Iron mace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1422",
- "name": "Bronze mace",
- "examine": "A spiky mace.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "1,-2,6,0,0,0,0,0,0,0,0,5,1,0,0",
- "defence_anim": "403",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "shop_price": "18",
"tradeable": "true",
- "weapon_interface": "8",
- "weight": "1.79"
- },
- {
- "id": "1423",
- "name": "Bronze mace",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1420",
+ "bonuses": "4,-2,9,0,0,0,0,0,0,0,0,7,1,0,0"
},
{
- "id": "1424",
- "name": "Steel mace",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Iron mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1421"
+ },
+ {
+ "shop_price": "18",
+ "ge_buy_limit": "100",
"examine": "A spiky mace.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "7,-2,13,0,0,0,0,0,0,0,0,11,2,0,0",
- "defence_anim": "403",
"durability": null,
- "equip_audio": "2246",
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "weight": "1.79",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "defence_anim": "403",
"equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "12",
+ "name": "Bronze mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1422",
+ "bonuses": "1,-2,6,0,0,0,0,0,0,0,0,5,1,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Bronze mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1423"
+ },
+ {
"requirements": "{0,5}",
"shop_price": "225",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "A spiky mace.",
+ "durability": null,
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "weight": "1.79",
+ "attack_speed": "5",
"weapon_interface": "8",
- "weight": "1.79"
- },
- {
- "id": "1425",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "31",
"name": "Steel mace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1426",
- "name": "Black mace",
- "examine": "A spiky mace.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,2,0,0",
- "defence_anim": "403",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{0,10}",
"tradeable": "true",
- "weapon_interface": "8",
- "weight": "1.79"
- },
- {
- "id": "1427",
- "name": "Black mace",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1424",
+ "bonuses": "7,-2,13,0,0,0,0,0,0,0,0,11,2,0,0"
},
{
- "id": "1428",
- "name": "Mithril mace",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "31",
+ "durability": null,
+ "name": "Steel mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1425"
+ },
+ {
+ "requirements": "{0,10}",
+ "ge_buy_limit": "100",
"examine": "A spiky mace.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "11,-2,18,0,0,0,0,0,0,0,0,16,3,0,0",
- "defence_anim": "403",
"durability": null,
- "equip_audio": "2246",
+ "low_alchemy": "172",
+ "high_alchemy": "258",
+ "weight": "1.79",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "defence_anim": "403",
"equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "954",
+ "name": "Black mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1426",
+ "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,2,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "954",
+ "durability": null,
+ "name": "Black mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1427"
+ },
+ {
"requirements": "{0,20}",
"shop_price": "585",
- "tradeable": "true",
- "weapon_interface": "8",
- "weight": "1.5"
- },
- {
- "id": "1429",
- "name": "Mithril mace",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1430",
- "name": "Adamant mace",
"examine": "A spiky mace.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "13,-2,25,0,0,0,0,0,0,0,0,23,3,0,0",
- "defence_anim": "403",
"durability": null,
- "equip_audio": "2246",
+ "low_alchemy": "234",
+ "high_alchemy": "351",
+ "weight": "1.5",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "defence_anim": "403",
"equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "157",
+ "name": "Mithril mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1428",
+ "bonuses": "11,-2,18,0,0,0,0,0,0,0,0,16,3,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "157",
+ "durability": null,
+ "name": "Mithril mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1429"
+ },
+ {
"requirements": "{0,30}",
"shop_price": "1440",
- "tradeable": "true",
- "weapon_interface": "8",
- "weight": "2"
- },
- {
- "id": "1431",
- "name": "Adamant mace",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1432",
- "name": "Rune mace",
"examine": "A spiky mace.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0",
- "defence_anim": "403",
"durability": null,
- "equip_audio": "2246",
+ "low_alchemy": "576",
+ "high_alchemy": "864",
+ "weight": "2",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "defence_anim": "403",
"equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "grand_exchange_price": "673",
+ "name": "Adamant mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1430",
+ "bonuses": "13,-2,25,0,0,0,0,0,0,0,0,23,3,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "673",
+ "durability": null,
+ "name": "Adamant mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1431"
+ },
+ {
"requirements": "{0,40}",
"shop_price": "14400",
- "tradeable": "true",
- "weapon_interface": "8",
- "weight": "1.79"
- },
- {
- "id": "1433",
- "name": "Rune mace",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "A spiky mace.",
+ "durability": null,
+ "low_alchemy": "5760",
+ "high_alchemy": "8640",
+ "weight": "1.79",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "lendable": "true",
+ "grand_exchange_price": "8380",
+ "name": "Rune mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1432",
+ "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0"
},
{
- "id": "1434",
- "name": "Dragon mace",
- "examine": "A spiky mace.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,5,0,0",
- "defence_anim": "403",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8380",
"durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
+ "name": "Rune mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1433"
+ },
+ {
"requirements": "{0,60}",
"shop_price": "50000",
- "tradeable": "true",
- "weapon_interface": "8",
- "weight": "1.8"
- },
- {
- "id": "1435",
- "name": "Dragon mace",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10",
+ "examine": "A spiky mace.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "401,401,400,401",
+ "lendable": "true",
+ "grand_exchange_price": "29300",
+ "name": "Dragon mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1434",
+ "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,5,0,0"
+ },
+ {
"requirements": "{0,60}",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "29300",
+ "durability": null,
+ "name": "Dragon mace",
"tradeable": "true",
- "weight": "1.8"
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "1435"
},
{
- "id": "1436",
- "name": "Rune essence",
- "examine": "An uncharged Rune Stone.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
"shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "1437",
- "name": "Rune essence",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "1438",
- "name": "Air talisman",
- "examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "examine": "An uncharged Rune Stone.",
+ "grand_exchange_price": "40",
"durability": null,
- "ge_buy_limit": "500",
- "shop_price": "50",
+ "name": "Rune essence",
"tradeable": "true",
- "weight": "1"
- },
- {
- "id": "1439",
- "name": "Air talisman",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
+ "id": "1436"
},
{
- "id": "1440",
- "name": "Earth talisman",
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Rune essence",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1437"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "500",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "404",
"durability": null,
+ "name": "Air talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1438"
+ },
+ {
"ge_buy_limit": "500",
+ "grand_exchange_price": "404",
+ "durability": null,
+ "name": "Air talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1439"
+ },
+ {
"requirements": "{9,20}",
"shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "1441",
- "name": "Earth talisman",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1442",
- "name": "Fire talisman",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "785",
"durability": null,
+ "name": "Earth talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1440"
+ },
+ {
"ge_buy_limit": "500",
+ "grand_exchange_price": "785",
+ "durability": null,
+ "name": "Earth talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1441"
+ },
+ {
"requirements": "{14,20}",
"shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "1443",
- "name": "Fire talisman",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1444",
- "name": "Water talisman",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "4140",
"durability": null,
+ "name": "Fire talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1442"
+ },
+ {
"ge_buy_limit": "500",
+ "grand_exchange_price": "4140",
+ "durability": null,
+ "name": "Fire talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1443"
+ },
+ {
"requirements": "{5,20}",
"shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "1445",
- "name": "Water talisman",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1446",
- "name": "Body talisman",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "7975",
"durability": null,
+ "name": "Water talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1444"
+ },
+ {
"ge_buy_limit": "500",
+ "grand_exchange_price": "7975",
+ "durability": null,
+ "name": "Water talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1445"
+ },
+ {
"requirements": "{20,20}",
"shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "1447",
- "name": "Body talisman",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1448",
- "name": "Mind talisman",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1373",
"durability": null,
+ "name": "Body talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1446"
+ },
+ {
"ge_buy_limit": "500",
+ "grand_exchange_price": "1373",
+ "durability": null,
+ "name": "Body talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1447"
+ },
+ {
"requirements": "{2,20}",
"shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "1449",
+ "ge_buy_limit": "500",
+ "examine": "A mysterious power emanates from the talisman...",
+ "grand_exchange_price": "285",
+ "durability": null,
"name": "Mind talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
+ "id": "1448"
},
{
- "id": "1450",
- "name": "Blood talisman",
- "examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
+ "grand_exchange_price": "285",
+ "durability": null,
+ "name": "Mind talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1449"
+ },
+ {
"requirements": "{20,77}",
- "tradeable": "true"
- },
- {
- "id": "1451",
- "name": "Blood talisman",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1452",
- "name": "Chaos talisman",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "3178",
"durability": null,
+ "name": "Blood talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1450"
+ },
+ {
"ge_buy_limit": "500",
+ "grand_exchange_price": "3178",
+ "durability": null,
+ "name": "Blood talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1451"
+ },
+ {
"requirements": "{20,35}",
"shop_price": "125",
- "tradeable": "true"
- },
- {
- "id": "1453",
- "name": "Chaos talisman",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1454",
- "name": "Cosmic talisman",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "605",
"durability": null,
+ "name": "Chaos talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1452"
+ },
+ {
"ge_buy_limit": "500",
+ "grand_exchange_price": "605",
+ "durability": null,
+ "name": "Chaos talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1453"
+ },
+ {
"requirements": "{20,27}",
"shop_price": "125",
- "tradeable": "true"
- },
- {
- "id": "1455",
+ "ge_buy_limit": "500",
+ "examine": "A mysterious power emanates from the talisman...",
+ "grand_exchange_price": "785",
+ "durability": null,
"name": "Cosmic talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
+ "id": "1454"
},
{
- "id": "1456",
- "name": "Death talisman",
- "examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
+ "grand_exchange_price": "785",
+ "durability": null,
+ "name": "Cosmic talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1455"
+ },
+ {
"requirements": "{20,65}",
- "tradeable": "true"
- },
- {
- "id": "1457",
- "name": "Death talisman",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1458",
- "name": "Law talisman",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "2501",
"durability": null,
+ "name": "Death talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1456"
+ },
+ {
"ge_buy_limit": "500",
+ "grand_exchange_price": "2501",
+ "durability": null,
+ "name": "Death talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1457"
+ },
+ {
"requirements": "{20,54}",
"shop_price": "125",
- "tradeable": "true"
- },
- {
- "id": "1459",
- "name": "Law talisman",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1461",
- "name": "Soul talisman",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1462",
- "name": "Nature talisman",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1219",
"durability": null,
+ "name": "Law talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1458"
+ },
+ {
"ge_buy_limit": "500",
+ "grand_exchange_price": "1219",
+ "durability": null,
+ "name": "Law talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1459"
+ },
+ {
+ "durability": null,
+ "name": "Soul talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1461"
+ },
+ {
"requirements": "{20,44}",
"shop_price": "125",
- "tradeable": "true"
- },
- {
- "id": "1463",
+ "ge_buy_limit": "500",
+ "examine": "A mysterious power emanates from the talisman...",
+ "grand_exchange_price": "1596",
+ "durability": null,
"name": "Nature talisman",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
+ "id": "1462"
},
{
- "id": "1464",
- "name": "Archery ticket",
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "1596",
+ "durability": null,
+ "name": "Nature talisman",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1463"
+ },
+ {
+ "ge_buy_limit": "5000",
"examine": "I can exchange this for equipment.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "9",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "name": "Archery ticket",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "1464"
},
{
- "id": "1465",
- "name": "Weapon poison",
"examine": "For use on daggers and projectiles.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "36",
"durability": null,
- "tradeable": "true"
+ "name": "Weapon poison",
+ "tradeable": "true",
+ "low_alchemy": "57",
+ "high_alchemy": "86",
+ "archery_ticket_price": "0",
+ "id": "1465"
},
{
- "id": "1467",
- "name": "Damp sticks",
"examine": "Some damp wooden sticks.",
+ "durability": null,
+ "name": "Damp sticks",
"archery_ticket_price": "0",
- "durability": null
+ "id": "1467"
},
{
- "id": "1468",
- "name": "Dry sticks",
"examine": "Some dry wooden sticks.",
+ "durability": null,
+ "name": "Dry sticks",
"archery_ticket_price": "0",
- "durability": null
+ "id": "1468"
},
{
- "id": "1469",
- "name": "Broken glass",
"examine": "Smashed glass.",
+ "durability": null,
+ "name": "Broken glass",
"archery_ticket_price": "0",
- "durability": null
+ "id": "1469"
},
{
- "id": "1470",
- "name": "Red bead",
+ "ge_buy_limit": "100",
"examine": "A small round red bead.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "169",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1471",
"name": "Red bead",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1470"
},
{
- "id": "1472",
- "name": "Yellow bead",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "169",
+ "durability": null,
+ "name": "Red bead",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1471"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "A small round yellow bead.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "249",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1473",
"name": "Yellow bead",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1472"
},
{
- "id": "1474",
- "name": "Black bead",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "249",
+ "durability": null,
+ "name": "Yellow bead",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1473"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "A small round black bead.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "229",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1475",
"name": "Black bead",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1474"
},
{
- "id": "1476",
- "name": "White bead",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "229",
+ "durability": null,
+ "name": "Black bead",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1475"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "A small round white bead.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1530",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1477",
"name": "White bead",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "1476"
},
{
- "id": "1478",
- "name": "Amulet of accuracy",
- "examine": "Wizard Mizgog sells these aim-enhancing amulets.",
- "archery_ticket_price": "0",
- "bonuses": "4,4,4,4,4,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
"ge_buy_limit": "100",
+ "grand_exchange_price": "1530",
+ "durability": null,
+ "name": "White bead",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1477"
+ },
+ {
"shop_price": "1000",
- "tradeable": "true"
- },
- {
- "id": "1479",
+ "ge_buy_limit": "100",
+ "examine": "Wizard Mizgog sells these aim-enhancing amulets.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "equipment_slot": "2",
+ "grand_exchange_price": "2870",
"name": "Amulet of accuracy",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "1478",
+ "bonuses": "4,4,4,4,4,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1480",
- "name": "Rock",
- "examine": "A chunk of rock."
- },
- {
- "id": "1481",
- "name": "Orb of light",
- "examine": "A magical sphere that glimmers within.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "2870",
"durability": null,
- "weight": "5"
- },
- {
- "id": "1482",
- "name": "Orb of light",
- "examine": "A magical sphere that glimmers within.",
+ "name": "Amulet of accuracy",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "5"
+ "id": "1479"
},
{
- "id": "1483",
- "name": "Orb of light",
"examine": "A magical sphere that glimmers within.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "5"
- },
- {
- "id": "1484",
"name": "Orb of light",
- "examine": "A magical sphere that glimmers within.",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "5",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "5"
+ "id": "1481"
+ },
+ {
+ "examine": "A magical sphere that glimmers within.",
+ "durability": null,
+ "name": "Orb of light",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "1482"
+ },
+ {
+ "examine": "A magical sphere that glimmers within.",
+ "durability": null,
+ "name": "Orb of light",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "1483"
+ },
+ {
+ "examine": "A magical sphere that glimmers within.",
+ "durability": null,
+ "name": "Orb of light",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "1484"
},
{
- "id": "1485",
- "name": "Damp cloth",
"examine": "A damp, wet cloth.",
+ "durability": null,
+ "name": "Damp cloth",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "1485"
},
{
- "id": "1486",
- "name": "Piece of railing",
"examine": "A broken piece of railing.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "2"
+ "name": "Piece of railing",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1486"
},
{
- "id": "1487",
- "name": "Unicorn horn",
"examine": "This horn has restorative properties.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1159",
"durability": null,
+ "name": "Unicorn horn",
"tradeable": "true",
- "weight": "1"
- },
- {
- "id": "1488",
- "name": "Paladin's badge",
- "examine": "A coat of arms of the Ardougne Paladins.",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null
+ "id": "1487"
},
{
- "id": "1489",
- "name": "Paladin's badge",
"examine": "A coat of arms of the Ardougne Paladins.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1490",
+ "durability": null,
"name": "Paladin's badge",
- "examine": "A coat of arms of the Ardougne Paladins.",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "1488"
+ },
+ {
+ "examine": "A coat of arms of the Ardougne Paladins.",
+ "durability": null,
+ "name": "Paladin's badge",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "1489"
+ },
+ {
+ "examine": "A coat of arms of the Ardougne Paladins.",
+ "durability": null,
+ "name": "Paladin's badge",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "1490"
},
{
- "id": "1491",
- "name": "Witch's cat",
"examine": "On the ground: Curiosity has yet to kill this one...",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1.2"
+ "name": "Witch's cat",
+ "weight": "1.2",
+ "archery_ticket_price": "0",
+ "id": "1491"
},
{
- "id": "1492",
- "name": "Doll of iban",
"examine": "A simple doll with Iban's likeness.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
+ "name": "Doll of iban",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1492"
},
{
- "id": "1493",
- "name": "Old journal",
"examine": "An account of the last times of someone.",
+ "durability": null,
+ "name": "Old journal",
"archery_ticket_price": "0",
- "durability": null
+ "id": "1493"
},
{
- "id": "1494",
- "name": "History of iban",
"examine": "The tale of Iban.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.2"
+ "name": "History of iban",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "1494"
},
{
- "id": "1495",
- "name": "Klank's gauntlets",
- "examine": "Strong dwarvish gloves.",
- "archery_ticket_price": "0",
- "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0",
- "durability": null,
- "equipment_slot": "9",
"shop_price": "5000",
- "weight": "0.2"
- },
- {
- "id": "1496",
- "name": "Iban's dove",
- "examine": "I thought you only saw these in pairs?",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "1497",
- "name": "Amulet of othanian",
- "examine": "A mystical demonic amulet.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1498",
- "name": "Amulet of doomion",
- "examine": "A mystical demonic amulet.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1499",
- "name": "Amulet of holthion",
- "examine": "A mystical demonic amulet.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1500",
- "name": "Iban's shadow",
- "examine": "A strange dark liquid.",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": ""
- },
- {
- "id": "1501",
- "name": "Dwarf brew",
- "examine": "Smells stronger than most spirits.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1502",
- "name": "Iban's ashes",
- "examine": "The burnt remains of Iban.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.056"
- },
- {
- "id": "1503",
- "name": "Warrant",
- "examine": "A search warrant for a house in West Ardougne.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1504",
- "name": "Hangover cure",
- "examine": "It doesn't look very tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "1505",
- "name": "A magic scroll",
- "examine": "Maybe I should read this...",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1506",
- "name": "Gas mask",
- "examine": "Stops me from breathing nasty stuff!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "weight": "0.25"
- },
- {
- "id": "1507",
- "name": "A small key",
- "examine": "Quite a small key.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1508",
- "name": "A scruffy note",
- "examine": "It seems to say \"hongorer lure\"...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1509",
- "name": "Book",
- "examine": "Turnip growing for beginners.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1510",
- "name": "Picture",
- "examine": "A picture of a lady called Elena.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.4"
- },
- {
- "id": "1511",
- "name": "Logs",
- "examine": "A number of wooden logs.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "4",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "1512",
- "name": "Logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "1513",
- "name": "Magic logs",
- "examine": "Logs cut from a magic tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "1514",
- "name": "Magic logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "1515",
- "name": "Yew logs",
- "examine": "Logs cut from a yew tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "1516",
- "name": "Yew logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "1517",
- "name": "Maple logs",
- "examine": "Logs cut from a maple tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "1518",
- "name": "Maple logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "1519",
- "name": "Willow logs",
- "examine": "Logs cut from a willow tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "1520",
- "name": "Willow logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "1521",
- "name": "Oak logs",
- "examine": "Logs cut from an Oak Tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "1522",
- "name": "Oak logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "1523",
- "name": "Lockpick",
- "examine": "For picking tough locks.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "1524",
- "name": "Lockpick",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1525",
- "name": "Grimy snake weed",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1526",
- "name": "Clean snake weed",
- "examine": "A fresh herb.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1527",
- "name": "Grimy ardrigal",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "1528",
- "name": "Clean ardrigal",
- "examine": "A fresh herb.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "1529",
- "name": "Grimy sito foil",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1530",
- "name": "Clean sito foil",
- "examine": "A fresh herb.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1531",
- "name": "Grimy volencia moss",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1532",
- "name": "Clean volencia moss",
- "examine": "A fresh herb.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1533",
- "name": "Grimy rogue's purse",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1534",
- "name": "Clean rogue's purse",
- "examine": "A fresh herb.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1535",
- "name": "Map part",
- "examine": "A piece of map.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1536",
- "name": "Map part",
- "examine": "A piece of map.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1537",
- "name": "Map part",
- "examine": "A piece of map.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1538",
- "name": "Crandor map",
- "examine": "A map of the route to Crandor.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1539",
- "name": "Steel nails",
- "examine": "Keeps things in place fairly permanently.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "52",
- "tradeable": "true"
- },
- {
- "id": "1540",
- "name": "Anti-dragon shield",
- "examine": "This provides partial protection from dragon-breath attacks.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "1541",
- "name": "Anti-dragon shield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1542",
- "name": "Maze key",
- "examine": "A key to Melzar's Maze.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "1549",
- "name": "Stake",
- "examine": "A very pointy stick.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.",
- "durability": null,
- "equipment_slot": "5",
- "tradeable": "false"
- },
- {
- "id": "1550",
- "name": "Garlic",
- "examine": "Deters vampires.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1551",
- "name": "Garlic",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1552",
- "name": "Doogle sardine",
- "examine": "Sardine flavoured with doogle leaves.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1555",
- "name": "Pet kitten",
- "examine": "This kitten seems to like you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1556",
- "name": "Pet kitten",
- "examine": "This kitten seems to like you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1557",
- "name": "Pet kitten",
- "examine": "This kitten seems to like you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1558",
- "name": "Pet kitten",
- "examine": "This kitten seems to like you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1559",
- "name": "Pet kitten",
- "examine": "This kitten seems to like you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1560",
- "name": "Pet kitten",
- "examine": "This kitten seems to like you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1561",
- "name": "Pet cat",
- "examine": "This cat definitely likes you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1562",
- "name": "Pet cat",
- "examine": "This cat definitely likes you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1563",
- "name": "Pet cat",
- "examine": "This cat definitely likes you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1564",
- "name": "Pet cat",
- "examine": "This cat definitely likes you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1565",
- "name": "Pet cat",
- "examine": "This cat definitely likes you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1566",
- "name": "Pet cat",
- "examine": "This cat definitely likes you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1567",
- "name": "Overgrown cat",
- "examine": "This cat is so well fed it can hardly move.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1568",
- "name": "Overgrown cat",
- "examine": "This cat is so well fed it can hardly move.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1569",
- "name": "Overgrown cat",
- "examine": "This cat is so well fed it can hardly move.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1570",
- "name": "Overgrown cat",
- "examine": "This cat is so well fed it can hardly move.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1571",
- "name": "Overgrown cat",
- "examine": "This cat is so well fed it can hardly move.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1572",
- "name": "Overgrown cat",
- "examine": "This cat is so well fed it can hardly move.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1573",
- "name": "Doogle leaves",
- "examine": "A tasty herb good for seasoning.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1575",
- "name": "Cat training medal",
- "examine": "For feline training expertise.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "1577",
- "name": "Pete's candlestick",
- "examine": "Candlestick used during Heroes' Quest.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1578",
- "name": "Pete's candlestick",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1579",
- "name": "Thieves' armband",
- "examine": "This denotes a Master Thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1580",
- "name": "Ice gloves",
- "examine": "These will keep my hands cold!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,3,4,0,2,2,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "weight": "0.2"
- },
- {
- "id": "1581",
- "name": "Blamish snail slime",
- "examine": "Yuck.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "1582",
- "name": "Blamish oil",
- "examine": "Made from the finest snail slime.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1583",
- "name": "Fire feather",
- "examine": "Firebird feather.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1584",
- "name": "Id papers",
- "examine": "Apparently my name is Hartigen.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1585",
- "name": "Oily fishing rod",
- "examine": "Useful for catching lava eels.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "1586",
- "name": "Miscellaneous key",
- "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.01"
- },
- {
- "id": "1587",
- "name": "Miscellaneous key",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1588",
- "name": "Grips' key ring",
- "examine": "The key I got from Grip. (Heroes' Quest)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1590",
- "name": "Dusty key",
- "examine": "I wonder what this unlocks. (Heroes' Quest)",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "1591",
- "name": "Jail key",
- "examine": "Key to a cell. (Heroes' Quest)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1592",
- "name": "Ring mould",
- "examine": "Used to make gold rings.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1593",
- "name": "Ring mould",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1594",
- "name": "Unholy mould",
- "examine": "Used to make unholy symbols.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1595",
- "name": "Amulet mould",
- "examine": "Used to make gold amulets.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1596",
- "name": "Amulet mould",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1597",
- "name": "Necklace mould",
- "examine": "Used to make gold necklaces.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1598",
- "name": "Necklace mould",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1599",
- "name": "Holy mould",
- "examine": "Used to make holy symbols of Saradomin.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1600",
- "name": "Holy mould",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1601",
- "name": "Diamond",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1602",
- "name": "Diamond",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1603",
- "name": "Ruby",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "400",
- "tradeable": "true"
- },
- {
- "id": "1604",
- "name": "Ruby",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1605",
- "name": "Emerald",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "350",
- "tradeable": "true"
- },
- {
- "id": "1606",
- "name": "Emerald",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1607",
- "name": "Sapphire",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "175",
- "tradeable": "true"
- },
- {
- "id": "1608",
- "name": "Sapphire",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1609",
- "name": "Opal",
- "examine": "A semi precious stone.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "1610",
- "name": "Opal",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1611",
- "name": "Jade",
- "examine": "A semi precious stone.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "1612",
- "name": "Jade",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1613",
- "name": "Red topaz",
- "examine": "A semi precious stone.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "1614",
- "name": "Red topaz",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1615",
- "name": "Dragonstone",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "75000",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "1616",
- "name": "Dragonstone",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1617",
- "name": "Uncut diamond",
- "examine": "An uncut diamond.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tokkul_price": "300",
- "tradeable": "true"
- },
- {
- "id": "1618",
- "name": "Uncut diamond",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1619",
- "name": "Uncut ruby",
- "examine": "An uncut ruby.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tokkul_price": "150",
- "tradeable": "true"
- },
- {
- "id": "1620",
- "name": "Uncut ruby",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1621",
- "name": "Uncut emerald",
- "examine": "An uncut emerald.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "50",
- "tokkul_price": "75",
- "tradeable": "true"
- },
- {
- "id": "1622",
- "name": "Uncut emerald",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1623",
- "name": "Uncut sapphire",
- "examine": "An uncut sapphire.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "25",
- "tokkul_price": "37",
- "tradeable": "true"
- },
- {
- "id": "1624",
- "name": "Uncut sapphire",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1625",
- "name": "Uncut opal",
- "examine": "An uncut opal.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1626",
- "name": "Uncut opal",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1627",
- "name": "Uncut jade",
- "examine": "An uncut jade.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1628",
- "name": "Uncut jade",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1629",
- "name": "Uncut red topaz",
- "examine": "An uncut red topaz.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "1630",
- "name": "Uncut red topaz",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1631",
- "name": "Uncut dragonstone",
- "examine": "An uncut dragonstone.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "75000",
- "tokkul_price": "1500",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "1632",
- "name": "Uncut dragonstone",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1633",
- "name": "Crushed gem",
- "examine": "This gem is crushed and broken.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1634",
- "name": "Crushed gem",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1635",
- "name": "Gold ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1636",
- "name": "Gold ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1637",
- "name": "Sapphire ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1638",
- "name": "Sapphire ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1639",
- "name": "Emerald ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1640",
- "name": "Emerald ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1641",
- "name": "Ruby ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "5000",
- "shop_price": "2025",
- "tradeable": "true"
- },
- {
- "id": "1642",
- "name": "Ruby ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1643",
- "name": "Diamond ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "5000",
- "shop_price": "3172",
- "tradeable": "true"
- },
- {
- "id": "1644",
- "name": "Diamond ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1645",
- "name": "Dragonstone ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "100",
- "shop_price": "7750",
- "tradeable": "true"
- },
- {
- "id": "1646",
- "name": "Dragonstone ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1649",
- "name": "Sapphire ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1650",
- "name": "Emerald ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1651",
- "name": "Ruby ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2025",
- "tradeable": "true"
- },
- {
- "id": "1652",
- "name": "Diamond ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "3172",
- "tradeable": "true"
- },
- {
- "id": "1653",
- "name": "Dragonstone ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "7750",
- "tradeable": "true"
- },
- {
- "id": "1654",
- "name": "Gold necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "450",
- "tradeable": "true"
- },
- {
- "id": "1655",
- "name": "Gold necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1656",
- "name": "Sapphire necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "945",
- "tradeable": "true"
- },
- {
- "id": "1657",
- "name": "Sapphire necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1658",
- "name": "Emerald necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "1425",
- "tradeable": "true"
- },
- {
- "id": "1659",
- "name": "Emerald necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1660",
- "name": "Ruby necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "870",
- "tradeable": "true"
- },
- {
- "id": "1661",
- "name": "Ruby necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1662",
- "name": "Diamond necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "3307",
- "tradeable": "true"
- },
- {
- "id": "1663",
- "name": "Diamond necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1664",
- "name": "Dragon necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1665",
- "name": "Dragon necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1668",
- "name": "Sapphire necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "945",
- "tradeable": "true"
- },
- {
- "id": "1669",
- "name": "Emerald necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1425",
- "tradeable": "true"
- },
- {
- "id": "1670",
- "name": "Ruby necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "870",
- "tradeable": "true"
- },
- {
- "id": "1671",
- "name": "Diamond necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "3307",
- "tradeable": "true"
- },
- {
- "id": "1672",
- "name": "Dragon necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1673",
- "name": "Gold amulet",
- "examine": "It needs a string so I can wear it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "350",
- "tradeable": "true"
- },
- {
- "id": "1674",
- "name": "Gold amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1675",
- "name": "Sapphire amulet",
- "examine": "It needs a string so I can wear it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "810",
- "tradeable": "true"
- },
- {
- "id": "1676",
- "name": "Sapphire amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1677",
- "name": "Emerald amulet",
- "examine": "It needs a string so I can wear it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "1147",
- "tradeable": "true"
- },
- {
- "id": "1678",
- "name": "Emerald amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1679",
- "name": "Ruby amulet",
- "examine": "It needs a string so I can wear it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "2025",
- "tradeable": "true"
- },
- {
- "id": "1680",
- "name": "Ruby amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1681",
- "name": "Diamond amulet",
- "examine": "It needs a string so I can wear it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "3307",
- "tradeable": "true"
- },
- {
- "id": "1682",
- "name": "Diamond amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1683",
- "name": "Dragonstone ammy",
- "examine": "It needs a string so I can wear it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1684",
- "name": "Dragonstone ammy",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1687",
- "name": "Sapphire amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "810",
- "tradeable": "true"
- },
- {
- "id": "1688",
- "name": "Emerald amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1147",
- "tradeable": "true"
- },
- {
- "id": "1689",
- "name": "Ruby amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "shop_price": "2025",
- "tradeable": "true"
- },
- {
- "id": "1690",
- "name": "Diamond amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "3307",
- "tradeable": "true"
- },
- {
- "id": "1691",
- "name": "Dragonstone ammy",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1692",
- "name": "Gold amulet",
- "examine": "A plain gold amulet.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "350",
- "tradeable": "true"
- },
- {
- "id": "1693",
- "name": "Gold amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1694",
- "name": "Sapphire amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "810",
- "tradeable": "true"
- },
- {
- "id": "1695",
- "name": "Sapphire amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1696",
- "name": "Emerald amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "1147",
- "tradeable": "true"
- },
- {
- "id": "1697",
- "name": "Emerald amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1698",
- "name": "Ruby amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "2025",
- "tradeable": "true"
- },
- {
- "id": "1699",
- "name": "Ruby amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1700",
- "name": "Diamond amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "3307",
- "tradeable": "true"
- },
- {
- "id": "1701",
- "name": "Diamond amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1702",
- "name": "Dragonstone ammy",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1703",
- "name": "Dragonstone ammy",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1704",
- "name": "Amulet of glory",
- "examine": "A very powerful dragonstone amulet.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1705",
- "name": "Amulet of glory",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1706",
- "name": "Amulet of glory(1)",
- "examine": "A dragonstone amulet with 1 magic charge.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "1707",
- "name": "Amulet of glory(1)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1708",
- "name": "Amulet of glory(2)",
- "examine": "A dragonstone amulet with 2 magic charges.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "1709",
- "name": "Amulet of glory(2)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1710",
- "name": "Amulet of glory(3)",
- "examine": "A dragonstone amulet with 3 magic charges.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "1711",
- "name": "Amulet of glory(3)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1712",
- "name": "Amulet of glory(4)",
- "examine": "A dragonstone amulet with 4 magic charges.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1713",
- "name": "Amulet of glory(4)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1714",
- "name": "Unstrung symbol",
- "examine": "It needs a string so I can wear it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "1715",
- "name": "Unstrung symbol",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1716",
- "name": "Unblessed symbol",
- "examine": "A symbol of Saradomin.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "1717",
- "name": "Unblessed symbol",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1718",
- "name": "Holy symbol",
- "examine": "A blessed holy symbol of Saradomin.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "300",
- "tradeable": "true"
- },
- {
- "id": "1719",
- "name": "Holy symbol",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1720",
- "name": "Unstrung emblem",
- "examine": "It needs a string so I can wear it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1721",
- "name": "Unstrung emblem",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1722",
- "name": "Unpowered symbol",
- "examine": "An unholy symbol of Zamorak.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "1723",
- "name": "Unpowered symbol",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1724",
- "name": "Unholy symbol",
- "examine": "An unholy symbol of Zamorak.",
- "archery_ticket_price": "0",
- "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "135",
- "tradeable": "true"
- },
- {
- "id": "1725",
- "name": "Amulet of strength",
- "examine": "An enchanted ruby amulet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1726",
- "name": "Amulet of strength",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1727",
- "name": "Amulet of magic",
- "examine": "An enchanted sapphire amulet of magic.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "900",
- "tradeable": "true"
- },
- {
- "id": "1728",
- "name": "Amulet of magic",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1729",
- "name": "Amulet of defence",
- "examine": "An enchanted emerald amulet of protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "1275",
- "tradeable": "true"
- },
- {
- "id": "1730",
- "name": "Amulet of defence",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1731",
- "name": "Amulet of power",
- "examine": "An enchanted diamond amulet of power.",
- "archery_ticket_price": "0",
- "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "shop_price": "3525",
- "tradeable": "true"
- },
- {
- "id": "1732",
- "name": "Amulet of power",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1733",
- "name": "Needle",
- "examine": "Used with a thread to make clothes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "1734",
- "name": "Thread",
- "examine": "Use with a needle to make clothes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "4",
- "tradeable": "true"
- },
- {
- "id": "1735",
- "name": "Shears",
- "examine": "For shearing sheep.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1736",
- "name": "Shears",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1737",
- "name": "Wool",
- "examine": "I think this came from a sheep.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.14"
- },
- {
- "id": "1738",
- "name": "Wool",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1739",
- "name": "Cowhide",
- "examine": "I should take this to the tannery.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "1740",
- "name": "Cowhide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1741",
- "name": "Leather",
- "examine": "It's a piece of leather.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "2.25"
- },
- {
- "id": "1742",
- "name": "Leather",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1743",
- "name": "Hard leather",
- "examine": "It's a piece of hard leather.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3.1"
- },
- {
- "id": "1744",
- "name": "Hard leather",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1745",
- "name": "Green d-leather",
- "examine": "It's a piece of prepared green dragon hide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3.1"
- },
- {
- "id": "1746",
- "name": "Green d-leather",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1747",
- "name": "Black dragonhide",
- "examine": "The scaly rough hide from a Black Dragon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3.1"
- },
- {
- "id": "1748",
- "name": "Black dragonhide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1749",
- "name": "Red dragonhide",
- "examine": "The scaly rough hide from a red dragon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "1750",
- "name": "Red dragonhide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1751",
- "name": "Blue dragonhide",
- "examine": "The scaly rough hide from a blue dragon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3.1"
- },
- {
- "id": "1752",
- "name": "Blue dragonhide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1753",
- "name": "Green dragonhide",
- "examine": "The scaly rough hide from a green dragon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3.1"
- },
- {
- "id": "1754",
- "name": "Green dragonhide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1755",
- "name": "Chisel",
- "examine": "Good for detailed crafting.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "14",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1756",
- "name": "Chisel",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1757",
- "name": "Brown apron",
- "examine": "A mostly clean apron.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.45"
- },
- {
- "id": "1758",
- "name": "Brown apron",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1759",
- "name": "Ball of wool",
- "examine": "Spun from sheeps' wool.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1760",
- "name": "Ball of wool",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1761",
- "name": "Soft clay",
- "examine": "Clay soft enough to mould.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1762",
- "name": "Soft clay",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1763",
- "name": "Red dye",
- "examine": "A little bottle of red dye.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "1764",
- "name": "Red dye",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1765",
- "name": "Yellow dye",
- "examine": "A little bottle of yellow dye.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "1766",
- "name": "Yellow dye",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1767",
- "name": "Blue dye",
- "examine": "A little bottle of blue dye",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "1768",
- "name": "Blue dye",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1769",
- "name": "Orange dye",
- "examine": "A little bottle of orange dye.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "1770",
- "name": "Orange dye",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1771",
- "name": "Green dye",
- "examine": "A little bottle of green dye.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "1772",
- "name": "Green dye",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1773",
- "name": "Purple dye",
- "examine": "A little bottle of purple dye.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "1774",
- "name": "Purple dye",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1775",
- "name": "Molten glass",
- "examine": "Hot glass ready to be blown into useful objects.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1776",
- "name": "Molten glass",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1777",
- "name": "Bow string",
- "examine": "I need a bow stave to attach this to.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1778",
- "name": "Bow string",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1779",
- "name": "Flax",
- "examine": "A plant cultivated for fibres (ground); I should use this with a spinning wheel (item).",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "73",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1780",
- "name": "Flax",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "1781",
- "name": "Soda ash",
- "examine": "One of the ingredients for making glass.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.09"
- },
- {
- "id": "1782",
- "name": "Soda ash",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1783",
- "name": "Bucket of sand",
- "examine": "One of the ingredients for making glass.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "2.5"
- },
- {
- "id": "1784",
- "name": "Bucket of sand",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1785",
- "name": "Glassblowing pipe",
- "examine": "Used to form molten glass into useful items.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "1786",
- "name": "Glassblowing pipe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1787",
- "name": "Unfired pot",
- "examine": "I need to put this in a pottery oven.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1788",
- "name": "Unfired pot",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1789",
- "name": "Unfired pie dish",
- "examine": "I need to put this in a pottery oven.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1790",
- "name": "Unfired pie dish",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1791",
- "name": "Unfired bowl",
- "examine": "I need to put this in a pottery oven.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "32",
- "tradeable": "true"
- },
- {
- "id": "1792",
- "name": "Unfired bowl",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1793",
- "name": "Woad leaf",
- "examine": "A slightly bluish leaf.",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "1794",
- "name": "Bronze wire",
- "examine": "Useful for crafting items.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1795",
- "name": "Bronze wire",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1796",
- "name": "Silver necklace",
- "examine": "Anna's shiny silver coated necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "1"
- },
- {
- "id": "1797",
- "name": "Silver necklace",
- "examine": "Anna's shiny silver coated necklace coated with a thin layer of flour.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "1"
- },
- {
- "id": "1798",
- "name": "Silver cup",
- "examine": "Bob's shiny silver coated tea cup.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1799",
- "name": "Silver cup",
- "examine": "Bob's shiny silver coated tea cup coated with a thin layer of flour.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1800",
- "name": "Silver bottle",
- "examine": "Carol's shiny silver coated bottle.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1801",
- "name": "Silver bottle",
- "examine": "Carol's shiny silver coated bottle coated with a thin layer of flour.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1802",
- "name": "Silver book",
- "examine": "David's shiny silver coated book.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1803",
- "name": "Silver book",
- "examine": "David's shiny silver coated book coated with a thin layer of flour.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1804",
- "name": "Silver needle",
- "examine": "Elizabeth's shiny silver coated needle.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1805",
- "name": "Silver needle",
- "examine": "Elizabeth's shiny silver coated needle coated with a thin layer of flour.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1806",
- "name": "Silver pot",
- "examine": "Frank's shiny silver coated pot.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1807",
- "name": "Silver pot",
- "examine": "Frank's shiny silver coated pot coated with a thin layer of flour.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1808",
- "name": "Criminal's thread",
- "examine": "Some red thread found at the murder scene.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1809",
- "name": "Criminal's thread",
- "examine": "Some green thread found at the murder scene.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1810",
- "name": "Criminal's thread",
- "examine": "Some blue thread found at the murder scene.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1811",
- "name": "Flypaper",
- "examine": "A piece of fly paper. It's sticky.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1812",
- "name": "Pungent pot",
- "examine": "A pot found at the murder scene, with a sickly odour.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1813",
- "name": "Criminal's dagger",
- "examine": "A flimsy-looking dagger found at the crime scene.",
- "archery_ticket_price": "0",
- "attack_audios": "2517,2517,2500,2517",
- "durability": null
- },
- {
- "id": "1814",
- "name": "Criminal's dagger",
- "examine": "A flimsy looking dagger found at the crime scene coated with a thin layer of flour.",
- "archery_ticket_price": "0",
- "attack_audios": "2517,2517,2500,2517",
- "durability": null
- },
- {
- "id": "1815",
- "name": "Killer's print",
- "examine": "The fingerprints of the murderer.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1816",
- "name": "Anna's print",
- "examine": "An imprint of Anna's fingerprint.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1817",
- "name": "Bob's print",
- "examine": "An imprint of Bob's fingerprint.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1818",
- "name": "Carol's print",
- "examine": "An imprint of Carol's fingerprint.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1819",
- "name": "David's print",
- "examine": "An imprint of David's fingerprint.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1820",
- "name": "Elizabeth's print",
- "examine": "An imprint of Elizabeth's fingerprint.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1821",
- "name": "Frank's print",
- "examine": "An imprint of Frank's fingerprint.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1822",
- "name": "Unknown print",
- "examine": "An unidentified fingerprint taken from the murder weapon.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1823",
- "name": "Waterskin(4)",
- "examine": "A full waterskin with four portions of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1824",
- "name": "Waterskin(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1825",
- "name": "Waterskin(3)",
- "examine": "A nearly full waterskin with three portions of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1826",
- "name": "Waterskin(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1827",
- "name": "Waterskin(2)",
- "examine": "A half empty waterskin with two portions of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1828",
- "name": "Waterskin(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1829",
- "name": "Waterskin(1)",
- "examine": "A nearly empty waterskin with one portion of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1830",
- "name": "Waterskin(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1831",
- "name": "Waterskin(0)",
- "examine": "A completely empty waterskin - you'll need to fill it up.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1832",
- "name": "Waterskin(0)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1833",
- "name": "Desert shirt",
- "examine": "A cool, light desert shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "40",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "1834",
- "name": "Desert shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1835",
- "name": "Desert robe",
- "examine": "A cool, light desert robe.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "40",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1836",
- "name": "Desert robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1837",
- "name": "Desert boots",
- "examine": "Comfortable desert shoes.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "1838",
- "name": "Desert boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1839",
- "name": "Metal key",
- "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1840",
- "name": "Cell door key",
- "examine": "A metallic key, usually used by prison guards. (Tourist Trap)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1841",
- "name": "Barrel",
- "examine": "An empty barrel/A Splendid barrel.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "1842",
- "name": "Ana in a barrel",
- "examine": "Inventory: A mining barrel with Ana in it.While in the mine cart: It's Ana... in a barrel... in a mine cart.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "32"
- },
- {
- "id": "1843",
- "name": "Wrought iron key",
- "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1844",
- "name": "Slave shirt",
- "examine": "A filthy, smelly, flea infested shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "0.9"
- },
- {
- "id": "1845",
- "name": "Slave robe",
- "examine": "A filthy, smelly, flea infested robe.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "weight": "0.9"
- },
- {
- "id": "1846",
- "name": "Slave boots",
- "examine": "A set of filthy, smelly, flea infested desert slave boots.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "10",
- "weight": "0.6"
- },
- {
- "id": "1847",
- "name": "Scrumpled paper",
- "examine": "A piece of paper with barely legible writing - looks like a recipe!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1848",
- "name": "Shantay disclaimer",
- "examine": "Very important information.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "1849",
- "name": "Prototype dart",
- "examine": "A prototype throwing dart.",
- "archery_ticket_price": "0",
- "attack_audios": "2547,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1850",
- "name": "Technical plans",
- "examine": "Plans of a technical nature.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "1851",
- "name": "Tenti pineapple",
- "examine": "The most delicious of pineapples.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "1852",
- "name": "Bedabin key",
- "examine": "A key to the chest in Captain Siad's room.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1853",
- "name": "Prototype dart tip",
- "examine": "A protoype dart tip - it looks deadly.",
- "archery_ticket_price": "0",
- "attack_audios": "2547,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1854",
- "name": "Shantay pass",
- "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "1856",
- "name": "Guide book",
- "examine": "A Tourist's Guide to Ardougne.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "1857",
- "name": "Totem",
- "examine": "The Rantuki tribe's totem.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "1858",
- "name": "Address label",
- "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "1859",
- "name": "Raw ugthanki meat",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.75"
- },
- {
- "id": "1860",
- "name": "Raw ugthanki meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1861",
- "name": "Ugthanki meat",
- "examine": "I need to cook this first / Freshly cooked ugthanki meat.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.75"
- },
- {
- "id": "1862",
- "name": "Ugthanki meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1863",
- "name": "Pitta dough",
- "examine": "I need to cook this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "9",
- "tradeable": "true",
- "weight": "0.14"
- },
- {
- "id": "1864",
- "name": "Pitta dough",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1865",
- "name": "Pitta bread",
- "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1866",
- "name": "Pitta bread",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1867",
- "name": "Burnt pitta bread",
- "examine": "It's all burnt.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1868",
- "name": "Burnt pitta bread",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1869",
- "name": "Chopped tomato",
- "examine": "A mixture of tomatoes in a bowl.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "1870",
- "name": "Chopped tomato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1871",
- "name": "Chopped onion",
- "examine": "A mixture of onions in a bowl.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "1872",
- "name": "Chopped onion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1873",
- "name": "Chopped ugthanki",
- "examine": "Strips of ugthanki meat in a bowl.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1874",
- "name": "Chopped ugthanki",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1875",
- "name": "Onion & tomato",
- "examine": "A mixture of chopped onions and tomatoes in a bowl",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1876",
- "name": "Onion & tomato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1877",
- "name": "Ugthanki & onion",
- "examine": "A mixture of chopped onions and ugthanki meat in a bowl.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "26",
- "tradeable": "true"
- },
- {
- "id": "1878",
- "name": "Ugthanki & onion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1879",
- "name": "Ugthanki & tomato",
- "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "1880",
- "name": "Ugthanki & tomato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1881",
- "name": "Kebab mix",
- "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1882",
- "name": "Kebab mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1883",
- "name": "Ugthanki kebab",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "1884",
- "name": "Ugthanki kebab",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1885",
- "name": "Ugthanki kebab",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "1886",
- "name": "Ugthanki kebab",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1887",
- "name": "Cake tin",
- "examine": "Useful for baking cakes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1888",
- "name": "Cake tin",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1889",
- "name": "Uncooked cake",
- "examine": "Now all I need to do is cook it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "1890",
- "name": "Uncooked cake",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1891",
- "name": "Cake",
- "examine": "A plain sponge cake.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "1892",
- "name": "Cake",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1893",
- "name": "2/3 cake",
- "examine": "A plain sponge cake.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "1894",
- "name": "2/3 cake",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1895",
- "name": "Slice of cake",
- "examine": "A plain sponge cake.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "1896",
- "name": "Slice of cake",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1897",
- "name": "Chocolate cake",
- "examine": "This looks very tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "1898",
- "name": "Chocolate cake",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1899",
- "name": "2/3 chocolate cake",
- "examine": "This looks very tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "1900",
- "name": "2/3 chocolate cake",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1901",
- "name": "Chocolate slice",
- "examine": "This looks very tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "1902",
- "name": "Chocolate slice",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1904",
- "name": "Burnt cake",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1905",
- "name": "Asgarnian ale",
- "examine": "Probably the finest readily-available ale in Asgarnia.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "1906",
- "name": "Asgarnian ale",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1907",
- "name": "Wizard's mind bomb",
- "examine": "It's got strange bubbles in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "1908",
- "name": "Wizard's mind bomb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1909",
- "name": "Greenman's ale",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "1910",
- "name": "Greenman's ale",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1911",
- "name": "Dragon bitter",
- "examine": "A glass of bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "1912",
- "name": "Dragon bitter",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1913",
- "name": "Dwarven stout",
- "examine": "A pint of thick dark beer.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "1914",
- "name": "Dwarven stout",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1915",
- "name": "Grog",
- "examine": "A murky glass full of your average, everyday pirate slosh.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "1916",
- "name": "Grog",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1917",
- "name": "Beer",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "1918",
- "name": "Beer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1919",
- "name": "Beer glass",
- "examine": "I need to fill this with beer.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "1920",
- "name": "Beer glass",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1921",
- "name": "Bowl of water",
- "examine": "It's a bowl of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1922",
- "name": "Bowl of water",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1923",
- "name": "Bowl",
- "examine": "Useful for mixing things.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "4",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1924",
- "name": "Bowl",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1925",
- "name": "Bucket",
- "examine": "It's an empty bucket.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "1926",
- "name": "Bucket",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1927",
- "name": "Bucket of milk",
- "examine": "It's a bucket of milk.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "12",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "1928",
- "name": "Bucket of milk",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1929",
- "name": "Bucket of water",
- "examine": "It's a bucket of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "1930",
- "name": "Bucket of water",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1931",
- "name": "Empty pot",
- "examine": "This pot is empty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.45"
- },
- {
- "id": "1932",
- "name": "Empty pot",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1933",
- "name": "Pot of flour",
- "examine": "There is flour in this pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "14",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "1934",
- "name": "Pot of flour",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1935",
- "name": "Jug",
- "examine": "This jug is empty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1936",
- "name": "Jug",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1937",
- "name": "Jug of water",
- "examine": "It's full of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "1938",
- "name": "Jug of water",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1939",
- "name": "Swamp tar",
- "examine": "A foul smelling thick tar like substance.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "1940",
- "name": "Raw swamp paste",
- "examine": "A tar-like substance mixed with flour and warmed.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "38",
- "tradeable": "true"
- },
- {
- "id": "1941",
- "name": "Swamp paste",
- "examine": "A tar-like substance mixed with flour and warmed.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "38",
- "tradeable": "true"
- },
- {
- "id": "1942",
- "name": "Potato",
- "examine": "This could be used to make a good stew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "shop_price": "11",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "1943",
- "name": "Potato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "1944",
- "name": "Egg",
- "examine": "A nice fresh egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "1945",
- "name": "Egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1946",
- "name": "Flour",
- "examine": "There is flour in this pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "14",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "1947",
- "name": "Grain",
- "examine": "Some wheat heads.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.6"
- },
- {
- "id": "1948",
- "name": "Grain",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1949",
- "name": "Chef's hat",
- "examine": "What a silly hat.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "1950",
- "name": "Chef's hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1951",
- "name": "Redberries",
- "examine": "Very bright red berries.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "3",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "1952",
- "name": "Redberries",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1953",
- "name": "Pastry dough",
- "examine": "Potentially pastry.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.16"
- },
- {
- "id": "1954",
- "name": "Pastry dough",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1955",
- "name": "Cooking apple",
- "examine": "Keeps the doctor away.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "36",
- "tradeable": "true"
- },
- {
- "id": "1956",
- "name": "Cooking apple",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1957",
- "name": "Onion",
- "examine": "A strong smelling onion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "12",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1958",
- "name": "Onion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1959",
- "name": "Pumpkin",
- "examine": "Happy Halloween.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "1960",
- "name": "Pumpkin",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1961",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1962",
- "name": "Easter egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1963",
- "name": "Banana",
- "examine": "Mmm this looks tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "1964",
- "name": "Banana",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1965",
- "name": "Cabbage",
- "examine": "Yuck, I don't like cabbage.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1966",
- "name": "Cabbage",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1967",
- "name": "Cabbage",
- "examine": "Yuck, a cabbage from Draynor Manor. I don't like cabbage.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "1968",
- "name": "Cabbage",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "1969",
- "name": "Spinach roll",
- "examine": "A home made spinach thing.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "weight": "0.1"
- },
- {
- "id": "1971",
- "name": "Kebab",
- "examine": "A meaty kebab.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "1972",
- "name": "Kebab",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1973",
- "name": "Chocolate bar",
- "examine": "Mmmmmmm chocolate.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "10000",
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "1974",
- "name": "Chocolate bar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1975",
- "name": "Chocolate dust",
- "examine": "It's ground-up chocolate.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "1976",
- "name": "Chocolate dust",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1977",
- "name": "Chocolatey milk",
- "examine": "Milk with chocolate in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "1978",
- "name": "Cup of tea",
- "examine": "A nice cup of tea.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "1979",
- "name": "Cup of tea",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1980",
- "name": "Empty cup",
- "examine": "An empty cup.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "1981",
- "name": "Empty cup",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "1982",
- "name": "Tomato",
- "examine": "This would make good ketchup.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "25",
- "tradeable": "true"
- },
- {
- "id": "1983",
- "name": "Tomato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1984",
- "name": "Rotten apple",
- "examine": "Rotten to the core!",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "1985",
- "name": "Cheese",
- "examine": "It's got holes in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "3",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "1986",
- "name": "Cheese",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "1987",
- "name": "Grapes",
- "examine": "Good grapes for wine making.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "1988",
- "name": "Grapes",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1989",
- "name": "Half full wine jug",
- "examine": "An optimist would say it is half full.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1990",
- "name": "Half full wine jug",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "1991",
- "name": "Jug of bad wine",
- "examine": "Oh dear, this wine is terrible!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "1992",
- "name": "Jug of bad wine",
- "examine": "Oh dear, this wine is terrible!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "1993",
- "name": "Jug of wine",
- "examine": "It's full of wine.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "128",
- "tradeable": "true",
- "weight": "1.5"
- },
- {
- "id": "1994",
- "name": "Jug of wine",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "1995",
- "name": "Unfermented wine",
- "examine": "This wine needs to ferment before it can be drunk.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "1996",
- "name": "Unfermented wine",
- "examine": "This wine needs to ferment before it can be drunk.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "1997",
- "name": "Incomplete stew",
- "examine": "I need to add some meat too.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "1998",
- "name": "Incomplete stew",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "1999",
- "name": "Incomplete stew",
- "examine": "I need to add some potato too.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "2000",
- "name": "Incomplete stew",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "2001",
- "name": "Uncooked stew",
- "examine": "I need to cook this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2002",
- "name": "Uncooked stew",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "2003",
- "name": "Stew",
- "examine": "It's a meat and potato stew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "1.5"
- },
- {
- "id": "2004",
- "name": "Stew",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "2006",
- "name": "Burnt stew",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2007",
- "name": "Spice",
- "examine": "This could liven up an otherwise bland stew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "230",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2008",
- "name": "Spice",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2009",
- "name": "Uncooked curry",
- "examine": "I need to cook this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "2010",
- "name": "Uncooked curry",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "2011",
- "name": "Curry",
- "examine": "It's a spicy hot curry.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true",
- "weight": "1.5"
- },
- {
- "id": "2012",
- "name": "Curry",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "2013",
- "name": "Burnt curry",
- "examine": "Eew, it's horribly burnt.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2014",
- "name": "Burnt curry",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2015",
- "name": "Vodka",
- "examine": "An absolutely clear spirit sold by well-stocked bars.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "2016",
- "name": "Vodka",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2017",
- "name": "Whisky",
- "examine": "This Draynor malt is sold by well-stocked bars.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2018",
- "name": "Whisky",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2019",
- "name": "Gin",
- "examine": "A strong spirit that tastes of Juniper; sold at well-stocked bars.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2020",
- "name": "Gin",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2021",
- "name": "Brandy",
- "examine": "A strong spirit best served in a large glass.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "2022",
- "name": "Brandy",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2023",
- "name": "Cocktail guide",
- "examine": "A book on tree gnome cocktails.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2024",
- "name": "Cocktail guide",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2025",
- "name": "Cocktail shaker",
- "examine": "Used for mixing cocktails.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2026",
- "name": "Cocktail glass",
- "examine": "For sipping cocktails.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "2027",
- "name": "Cocktail glass",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2028",
- "name": "Premade blurb' sp.",
- "examine": "A premade Blurberry Special.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2029",
- "name": "Premade blurb' sp.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2030",
- "name": "Premade choc s'dy",
- "examine": "A premade Chocolate Saturday.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2031",
- "name": "Premade choc s'dy",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2032",
- "name": "Premade dr' dragon",
- "examine": "A premade Drunk Dragon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2033",
- "name": "Premade dr' dragon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2034",
- "name": "Premade fr' blast",
- "examine": "A premade Fruit Blast.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2035",
- "name": "Premade fr' blast",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2036",
- "name": "Premade p' punch",
- "examine": "A premade Pineapple Punch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2037",
- "name": "Premade p' punch",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2038",
- "name": "Premade sgg",
- "examine": "A premade Short Green Guy.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2039",
- "name": "Premade sgg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2040",
- "name": "Premade wiz blz'd",
- "examine": "A Premade Wizard Blizzard.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "30",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2041",
- "name": "Premade wiz blz'd",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2042",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2043",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2044",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2045",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2046",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2047",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2048",
- "name": "Pineapple punch",
- "examine": "A fresh healthy fruit mix.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "28",
- "tradeable": "true"
- },
- {
- "id": "2049",
- "name": "Pineapple punch",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2050",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2051",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2052",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2053",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2054",
- "name": "Wizard blizzard",
- "examine": "This looks like a strange mix.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "28",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2055",
- "name": "Wizard blizzard",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2056",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2057",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2058",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2059",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2060",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2061",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2062",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2063",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2064",
- "name": "Blurberry special",
- "examine": "Looks good... smells strong.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "2065",
- "name": "Blurberry special",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2066",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2067",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2068",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2069",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2070",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2071",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2072",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2073",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2074",
- "name": "Choc saturday",
- "examine": "A warm creamy alcoholic beverage",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "28",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2075",
- "name": "Choc saturday",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2076",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2077",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2078",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2079",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2080",
- "name": "Short green guy",
- "examine": "A Short Green Guy... looks good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "28",
- "tradeable": "true"
- },
- {
- "id": "2081",
- "name": "Short green guy",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2082",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2083",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2084",
- "name": "Fruit blast",
- "examine": "A cool refreshing fruit mix.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "28",
- "tradeable": "true"
- },
- {
- "id": "2085",
- "name": "Fruit blast",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2086",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2087",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2088",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2089",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2090",
- "name": "Picture",
- "examine": "This cocktail is just missing those little finishing touches.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2091",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2092",
- "name": "Drunk dragon",
- "examine": "A warm creamy alcoholic beverage",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "28",
- "tradeable": "true"
- },
- {
- "id": "2093",
- "name": "Drunk dragon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2094",
- "name": "Picture",
- "examine": "I'm not completely sure what this contains.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2095",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2096",
- "name": "Picture",
- "examine": "I'm not completely sure what this contains.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2097",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2098",
- "name": "Picture",
- "examine": "I'm not completely sure what this contains.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2099",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2100",
- "name": "Picture",
- "examine": "I'm not completely sure what this contains.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2101",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2102",
- "name": "Lemon",
- "examine": "A common fruit, popularly used in cocktails.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2103",
- "name": "Lemon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2104",
- "name": "Lemon chunks",
- "examine": "The not-too-surprising result of using a knife with a lemon!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2105",
- "name": "Lemon chunks",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2106",
- "name": "Lemon slices",
- "examine": "The not-too-surprising result of using a knife with a lemon!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2107",
- "name": "Lemon slices",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2108",
- "name": "Orange",
- "examine": "A common fruit.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "70",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2109",
- "name": "Orange",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2110",
- "name": "Orange chunks",
- "examine": "Fresh chunks of orange.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2111",
- "name": "Orange chunks",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2112",
- "name": "Orange slices",
- "examine": "Fresh orange slices.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2113",
- "name": "Orange slices",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2114",
- "name": "Pineapple",
- "examine": "It can be cut up into something more manageable with a knife.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.15"
- },
- {
- "id": "2115",
- "name": "Pineapple",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2116",
- "name": "Pineapple chunks",
- "examine": "Fresh chunks of pineapple.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2117",
- "name": "Pineapple chunks",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2118",
- "name": "Pineapple ring",
- "examine": "The not-too-surprising result of using a knife with a pineapple!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2119",
- "name": "Pineapple ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2120",
- "name": "Lime",
- "examine": "A common fruit, popularly used in cocktails.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2121",
- "name": "Lime",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2122",
- "name": "Lime chunks",
- "examine": "Fresh chunks of lime.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2123",
- "name": "Lime chunks",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2124",
- "name": "Lime slices",
- "examine": "The not-too-surprising result of using a knife with a lime!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2125",
- "name": "Lime slices",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2126",
- "name": "Dwellberries",
- "examine": "Some rather pretty blue berries picked from a dwellberry bush.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "10",
- "tradeable": "true"
- },
- {
- "id": "2127",
- "name": "Dwellberries",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2128",
- "name": "Equa leaves",
- "examine": "A common ingredient in gnome cuisine.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "2129",
- "name": "Equa leaves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2130",
- "name": "Pot of cream",
- "examine": "Fresh cream.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2131",
- "name": "Pot of cream",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2132",
- "name": "Raw beef",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "58",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "2133",
- "name": "Raw beef",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2134",
- "name": "Raw rat meat",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2135",
- "name": "Raw rat meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2136",
- "name": "Raw bear meat",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "8",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2137",
- "name": "Raw bear meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2138",
- "name": "Raw chicken",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "60",
- "tradeable": "true",
- "weight": "0.15"
- },
- {
- "id": "2139",
- "name": "Raw chicken",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2140",
- "name": "Cooked chicken",
- "examine": "Mmm this looks tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2141",
- "name": "Cooked chicken",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2142",
- "name": "Cooked meat",
- "examine": "Mmm this looks tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "2143",
- "name": "Cooked meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2145",
- "name": "Burnt chicken",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2146",
- "name": "Burnt meat",
- "examine": "Oh dear, it's totally burnt!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2147",
- "name": "Burnt meat",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2148",
- "name": "Raw lava eel",
- "examine": "A very strange eel.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "2149",
- "name": "Lava eel",
- "examine": "Strange, it looks cooler now it's been cooked.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.15"
- },
- {
- "id": "2150",
- "name": "Swamp toad",
- "examine": "A slippery little blighter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2151",
- "name": "Swamp toad",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2152",
- "name": "Toad's legs",
- "examine": "They're a gnome delicacy apparently.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2153",
- "name": "Toad's legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2154",
- "name": "Picture",
- "examine": "They're a gnome delicacy apparently.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2155",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2156",
- "name": "Spicy toad's legs",
- "examine": "They're a gnome delicacy apparently.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2157",
- "name": "Spicy toad's legs",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2158",
- "name": "Seasoned legs",
- "examine": "They're a gnome delicacy apparently.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2159",
- "name": "Seasoned legs",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2160",
- "name": "Spicy worm",
- "examine": "They're a gnome delicacy apparently.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2161",
- "name": "Spicy worm",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2162",
- "name": "King worm",
- "examine": "They're a gnome delicacy apparently.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2163",
- "name": "King worm",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2164",
- "name": "Batta tin",
- "examine": "A deep tin used to make gnome battas in.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2165",
- "name": "Crunchy tray",
- "examine": "A shallow tray used to make crunchies in.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2166",
- "name": "Gnomebowl mould",
- "examine": "A large ovenproof bowl.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2167",
- "name": "Gianne's cook book",
- "examine": "Aluft Gianne's favourite dishes.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2168",
- "name": "Gianne's cook book",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2169",
- "name": "Gnome spice",
- "examine": "It's Aluft Gianne's secret mix of spices.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.14"
- },
- {
- "id": "2170",
- "name": "Gnome spice",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2171",
- "name": "Gianne dough",
- "examine": "It's made from a secret recipe.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2172",
- "name": "Gianne dough",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2173",
- "name": "Picture",
- "examine": "This gnome bowl doesn't look very appetizing.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "2174",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2176",
- "name": "Burnt gnomebowl",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2177",
- "name": "Half baked bowl",
- "examine": "This gnomebowl is in the early stages of preparation.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "2178",
- "name": "Raw gnomebowl",
- "examine": "This gnomebowl needs cooking.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2179",
- "name": "Picture",
- "examine": "This unfinished XX needs YY.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2180",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2181",
- "name": "Picture",
- "examine": "This unfinished XX needs YY.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2182",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2183",
- "name": "Picture",
- "examine": "This unfinished XX needs YY.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2184",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2185",
- "name": "Chocolate bomb",
- "examine": "Full of creamy, chocolately goodness.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "450",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "2186",
- "name": "Chocolate bomb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2187",
- "name": "Tangled toads' legs",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "2188",
- "name": "Tangled toads' legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2189",
- "name": "Picture",
- "examine": "This unfinished XX needs YY.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2190",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2191",
- "name": "Worm hole",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2192",
- "name": "Worm hole",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2193",
- "name": "Picture",
- "examine": "This unfinished XX needs YY.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2194",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2195",
- "name": "Veg ball",
- "examine": "This looks pretty healthy.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2196",
- "name": "Veg ball",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2197",
- "name": "Odd crunchies",
- "examine": "These crunchies don't look very appetising.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2198",
- "name": "Odd crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2200",
- "name": "Burnt crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2201",
- "name": "Half baked crunchy",
- "examine": "This crunchy is in the early stages of preparation.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2202",
- "name": "Raw crunchies",
- "examine": "These crunchies need cooking.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2203",
- "name": "Picture",
- "examine": "This XX crunchy needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2204",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2205",
- "name": "Worm crunchies",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "80",
- "tradeable": "true"
- },
- {
- "id": "2206",
- "name": "Worm crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2207",
- "name": "Picture",
- "examine": "This XX crunchy needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2208",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2209",
- "name": "Chocchip crunchies",
- "examine": "Yum... smells good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "70",
- "tradeable": "true"
- },
- {
- "id": "2210",
- "name": "Chocchip crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2211",
- "name": "Picture",
- "examine": "This XX crunchy needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2212",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2213",
- "name": "Spicy crunchies",
- "examine": "Yum...smells spicy.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "70",
- "tradeable": "true"
- },
- {
- "id": "2214",
- "name": "Spicy crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2215",
- "name": "Picture",
- "examine": "This XX crunchy needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2216",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2217",
- "name": "Toad crunchies",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2218",
- "name": "Toad crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2219",
- "name": "Premade w'm batta",
- "examine": "A premade Worm Batta.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2220",
- "name": "Premade w'm batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2221",
- "name": "Premade t'd batta",
- "examine": "A Premade Toad Batta.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2222",
- "name": "Premade t'd batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2223",
- "name": "Premade c+t batta",
- "examine": "A Premade Cheese and Tomato Batta.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2224",
- "name": "Premade c+t batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2225",
- "name": "Premade fr't batta",
- "examine": "A premade Fruit Batta.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2226",
- "name": "Premade fr't batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2227",
- "name": "Premade veg batta",
- "examine": "A Premade Vegetable Batta.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2228",
- "name": "Premade veg batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2229",
- "name": "Premade choc bomb",
- "examine": "A premade Chocolate Bomb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2230",
- "name": "Premade choc bomb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2231",
- "name": "Premade ttl",
- "examine": "A premade Tangled Toads Legs.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2232",
- "name": "Premade ttl",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2233",
- "name": "Premade worm hole",
- "examine": "A premade Worm Hole.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2234",
- "name": "Premade worm hole",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2235",
- "name": "Premade veg ball",
- "examine": "A premade Vegetable Ball.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2236",
- "name": "Premade veg ball",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2237",
- "name": "Premade w'm crun",
- "examine": "Some Premade Worm Crunchies.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2238",
- "name": "Premade w'm crun",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2239",
- "name": "Premade ch' crunch",
- "examine": "Some Premade chocchip crunchies.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2240",
- "name": "Premade ch' crunch",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2241",
- "name": "Premade s'y crunch",
- "examine": "Some premade Spicy Crunchies.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2242",
- "name": "Premade s'y crunch",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2243",
- "name": "Premade t'd crunch",
- "examine": "Some premade Toad Crunchies.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "80",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2244",
- "name": "Premade t'd crunch",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2245",
- "name": "Picture",
- "examine": "This batta doesn't look very appetising.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2246",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2248",
- "name": "Burnt batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2249",
- "name": "Half baked batta",
- "examine": "This gnome batta is in the early stages of preparation.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2250",
- "name": "Raw batta",
- "examine": "This gnome batta needs cooking.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2251",
- "name": "Picture",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2252",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2253",
- "name": "Worm batta",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2254",
- "name": "Worm batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2255",
- "name": "Toad batta",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "78",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2256",
- "name": "Toad batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2257",
- "name": "Picture",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2258",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2259",
- "name": "Cheese+tom batta",
- "examine": "This smells really good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2260",
- "name": "Cheese+tom batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2261",
- "name": "Unfinished batta",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2262",
- "name": "Unfinished batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2263",
- "name": "Unfinished batta",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2264",
- "name": "Unfinished batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2265",
- "name": "Unfinished batta",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2266",
- "name": "Unfinished batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2267",
- "name": "Unfinished batta",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2268",
- "name": "Unfinished batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2269",
- "name": "Unfinished batta",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2270",
- "name": "Unfinished batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2271",
- "name": "Unfinished batta",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2272",
- "name": "Unfinished batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2273",
- "name": "Unfinished batta",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2274",
- "name": "Unfinished batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2275",
- "name": "Picture",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2276",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2277",
- "name": "Fruit batta",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2278",
- "name": "Fruit batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2279",
- "name": "Picture",
- "examine": "This XX batta needs garnishing with YY.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "2280",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2281",
- "name": "Vegetable batta",
- "examine": "Well... It looks healthy.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2282",
- "name": "Vegetable batta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2283",
- "name": "Pizza base",
- "examine": "I need to add some tomato next.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "4",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2284",
- "name": "Pizza base",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2285",
- "name": "Incomplete pizza",
- "examine": "I need to add some cheese next.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2286",
- "name": "Incomplete pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2287",
- "name": "Uncooked pizza",
- "examine": "This needs cooking.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2288",
- "name": "Uncooked pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2289",
- "name": "Plain pizza",
- "examine": "A cheese and tomato pizza.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "0.66"
- },
- {
- "id": "2290",
- "name": "Plain pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2291",
- "name": "1/2 plain pizza",
- "examine": "Half of this plain pizza has been eaten.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "0.66"
- },
- {
- "id": "2292",
- "name": "1/2 plain pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2293",
- "name": "Meat pizza",
- "examine": "A pizza with bits of meat on it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.83"
- },
- {
- "id": "2294",
- "name": "Meat pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2295",
- "name": "1/2 meat pizza",
- "examine": "Half of this meat pizza has been eaten.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.83"
- },
- {
- "id": "2296",
- "name": "1/2 meat pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2297",
- "name": "Anchovy pizza",
- "examine": "A pizza with anchovies.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.83"
- },
- {
- "id": "2298",
- "name": "Anchovy pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2299",
- "name": "1/2 anchovy pizza",
- "examine": "Half of this anchovy pizza has been eaten.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.83"
- },
- {
- "id": "2300",
- "name": "1/2 anchovy pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2301",
- "name": "Pineapple pizza",
- "examine": "A pizza with bits of pineapple on it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.83"
- },
- {
- "id": "2302",
- "name": "Pineapple pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2303",
- "name": "1/2 p'apple pizza",
- "examine": "Half of this pineapple pizza has been eaten.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000"
- },
- {
- "id": "2304",
- "name": "1/2 p'apple pizza",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2306",
- "name": "Burnt pizza",
- "examine": "Oh dear!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2307",
- "name": "Bread dough",
- "examine": "Some uncooked dough.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2308",
- "name": "Bread dough",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2309",
- "name": "Bread",
- "examine": "Nice crispy bread.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "24",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2310",
- "name": "Bread",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2312",
- "name": "Burnt bread",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2313",
- "name": "Pie dish",
- "examine": "Deceptively pie shaped.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2314",
- "name": "Pie dish",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2315",
- "name": "Pie shell",
- "examine": "I need to find a filling for this pie.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2316",
- "name": "Pie shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2317",
- "name": "Uncooked apple pie",
- "examine": "This would be much tastier cooked.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2318",
- "name": "Uncooked apple pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2319",
- "name": "Uncooked meat pie",
- "examine": "This would be much healthier cooked.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2320",
- "name": "Uncooked meat pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2321",
- "name": "Uncooked berry pie",
- "examine": "This would be much more appetising cooked.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2322",
- "name": "Uncooked berry pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2323",
- "name": "Apple pie",
- "examine": "Mmm Apple pie.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "140",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2324",
- "name": "Apple pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2325",
- "name": "Redberry pie",
- "examine": "Looks tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2326",
- "name": "Redberry pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2327",
- "name": "Meat pie",
- "examine": "Not for vegetarians.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "16",
- "tradeable": "true"
- },
- {
- "id": "2328",
- "name": "Meat pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2330",
- "name": "Burnt pie",
- "examine": "I think I left it on the stove too long.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2331",
- "name": "Half a meat pie",
- "examine": "Half of it is suitable for vegetarians.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "16",
- "tradeable": "true"
- },
- {
- "id": "2332",
- "name": "Half a meat pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2333",
- "name": "Half a redberry pie",
- "examine": "So tasty I kept some for later.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2334",
- "name": "Half a redberry pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2335",
- "name": "Half an apple pie",
- "examine": "Mmm half an apple pie.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "140",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2336",
- "name": "Half an apple pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2337",
- "name": "Raw oomlie",
- "examine": "Raw meat from the oomlie bird.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2338",
- "name": "Raw oomlie",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2339",
- "name": "Palm leaf",
- "examine": "A thick green palm leaf used by natives to cook meat.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "2340",
- "name": "Palm leaf",
- "examine": "A thick green palm leaf used by natives to cook meat.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "2341",
- "name": "Wrapped oomlie",
- "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "2342",
- "name": "Wrapped oomlie",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2343",
- "name": "Cooked oomlie wrap",
- "examine": "Deliciously cooked oomlie meat in a palm leaf pouch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "2344",
- "name": "Cooked oomlie wrap",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2346",
- "name": "Burnt oomlie wrap",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2347",
- "name": "Hammer",
- "examine": "Good for hitting things!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "13",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "2348",
- "name": "Hammer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2349",
- "name": "Bronze bar",
- "examine": "It's a bar of bronze.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "10",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "2350",
- "name": "Bronze bar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2351",
- "name": "Iron bar",
- "examine": "It's a bar of iron.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "2352",
- "name": "Iron bar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2353",
- "name": "Steel bar",
- "examine": "It's a bar of steel.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.81"
- },
- {
- "id": "2354",
- "name": "Steel bar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2355",
- "name": "Silver bar",
- "examine": "It's a bar of silver.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.81"
- },
- {
- "id": "2356",
- "name": "Silver bar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2357",
- "name": "Gold bar",
- "examine": "It's a bar of gold.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.81"
- },
- {
- "id": "2358",
- "name": "Gold bar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2359",
- "name": "Mithril bar",
- "examine": "It's a bar of mithril.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "120",
- "tradeable": "true",
- "weight": "1.6"
- },
- {
- "id": "2360",
- "name": "Mithril bar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2361",
- "name": "Adamantite bar",
- "examine": "It's a bar of adamant.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "2.04"
- },
- {
- "id": "2362",
- "name": "Adamantite bar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2363",
- "name": "Runite bar",
- "examine": "It's a bar of rune.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "2364",
- "name": "Runite bar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2365",
- "name": "'perfect' gold bar",
- "examine": "It's a 'perfect' golden bar.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "2366",
- "name": "Shield left half",
- "examine": "The left half of a Dragon Square Shield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{13,60}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "2367",
- "name": "Shield left half",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2368",
- "name": "Shield right half",
- "examine": "The right half of a dragon square shield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{13,60}",
- "shop_price": "750000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "2369",
- "name": "Shield right half",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2370",
- "name": "Steel studs",
- "examine": "A set of studs for leather armour.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2371",
- "name": "Steel studs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2372",
- "name": "Ogre relic",
- "examine": "An old statue of an ogre warrior.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item will likely break if you put it down, and you will have to go looking for another one.",
- "durability": null,
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "2373",
- "name": "Relic part 1",
- "examine": "Part of an ogre relic.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "2374",
- "name": "Relic part 2",
- "examine": "Part of an ogre relic.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "2375",
- "name": "Relic part 3",
- "examine": "Part of an ogre relic.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "2376",
- "name": "Skavid map",
- "examine": "It's a map.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
- "durability": null,
- "tradeable": "false",
- "weight": "10"
- },
- {
- "id": "2377",
- "name": "Ogre tooth",
- "examine": "Very tooth-like.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "2378",
- "name": "Toban's key",
- "examine": "Formerly the property of the ogre, Toban",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "2379",
- "name": "Rock cake",
- "examine": "Handy if you want to break all your teeth.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "2384",
- "name": "Fingernails",
- "examine": "Eeeeyeeew!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item will likely break if you put it down here, and you will have to go looking for another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "2385",
- "name": "Old robe",
- "examine": "I can't wear this old thing.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "2386",
- "name": "Unusual armour",
- "examine": "Looks kind of useless.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "4"
- },
- {
- "id": "2387",
- "name": "Damaged dagger",
- "examine": "Pointy.",
- "archery_ticket_price": "0",
- "attack_audios": "2517,2517,2500,2517",
- "durability": null
- },
- {
- "id": "2388",
- "name": "Tattered eye patch",
- "examine": "Useless as an eye patch.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2389",
- "name": "Vial",
- "examine": "An empty glass vial.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "2390",
- "name": "Vial",
- "examine": "An empty glass vial.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "2391",
- "name": "Ground bat bones",
- "examine": "Let's see it fly, now!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2392",
- "name": "Ground bat bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2393",
- "name": "Toban's gold",
- "examine": "It's a stolen bar of gold.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "2394",
- "name": "Potion",
- "examine": "This is meant to be good for spots.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2395",
- "name": "Magic ogre potion",
- "examine": "A dangerous magical liquid.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "2396",
- "name": "Spell scroll",
- "examine": "A spell is written on this parchment.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2397",
- "name": "Shaman robe",
- "examine": "A tattered old robe.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "2398",
- "name": "Cave nightshade",
- "examine": "Deadly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2402",
- "name": "Silverlight",
- "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "5",
- "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0",
- "defence_anim": "388",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1",
- "run_anim": "824",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "2403",
- "name": "Hazeel scroll",
- "examine": "Scroll containing a powerful enchantment of restoration.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "2405",
- "name": "Carnillean armour",
- "examine": "Decorative armour; an heirloom of the Carnillean family.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,20,14,8,0,0,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "9"
- },
- {
- "id": "2406",
- "name": "Hazeel's mark",
- "examine": "A sign of my commitment to Hazeel.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "2407",
- "name": "Ball",
- "examine": "A child's ball.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2409",
- "name": "Door key",
- "examine": "A key to the Witch's house's front door. (Witch's House)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2410",
- "name": "Magnet",
- "examine": "A very attractive magnet.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2412",
- "name": "Saradomin cape",
- "examine": "A cape from the almighty god Saradomin.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "2413",
- "name": "Guthix cape",
- "examine": "A cape from the almighty god Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "2414",
- "name": "Zamorak cape",
- "examine": "A cape from the almighty god Zamorak.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "2415",
- "name": "Saradomin staff",
- "examine": "A magical staff imbued with the power of Saradomin.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "4",
- "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "shop_price": "80000",
- "tradeable": "false",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "2416",
- "name": "Guthix staff",
- "examine": "A magical staff imbued with the power of Guthix.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "4",
- "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "shop_price": "80000",
- "tradeable": "false",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "2417",
- "name": "Zamorak staff",
- "examine": "A magical staff imbued with the power of Zamorak.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "4",
- "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "80000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "2418",
- "name": "Bronze key",
- "examine": "A heavy key made of bronze. (Prince Ali Rescue).",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2419",
- "name": "Wig",
- "examine": "A grey woollen wig.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2421",
- "name": "Wig",
- "examine": "A grey woollen wig.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2422",
- "name": "Blue partyhat",
- "examine": "A nice hat from a cracker.",
- "archery_ticket_price": "0",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "2423",
- "name": "Key print",
- "examine": "Imprint of a key in a lump of clay.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2424",
- "name": "Paste",
- "examine": "A bottle of skin coloured paste.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2425",
- "name": "Picture",
- "archery_ticket_price": "0",
- "attack_audios": "2704,0,0,0",
- "durability": null
- },
- {
- "id": "2427",
- "name": "Burnt oomlie",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2428",
- "name": "Attack potion(4)",
- "examine": "4 doses of Attack potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "8002",
- "tradeable": "true"
- },
- {
- "id": "2429",
- "name": "Attack potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2430",
- "name": "Restore potion(4)",
- "examine": "4 doses of restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "139",
- "tradeable": "true",
- "weight": "0.03"
- },
- {
- "id": "2431",
- "name": "Restore potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2432",
- "name": "Defence potion(4)",
- "examine": "4 doses of Defence Potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "7832",
- "tradeable": "true"
- },
- {
- "id": "2433",
- "name": "Defence potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2434",
- "name": "Prayer potion(4)",
- "examine": "4 doses of Prayer restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2435",
- "name": "Prayer potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2436",
- "name": "Super attack(4)",
- "examine": "4 doses of super Attack potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "8000",
- "tradeable": "true"
- },
- {
- "id": "2437",
- "name": "Super attack(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "8000",
- "tradeable": "true"
- },
- {
- "id": "2438",
- "name": "Fishing potion(4)",
- "examine": "4 doses of Fishing potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.03"
- },
- {
- "id": "2439",
- "name": "Fishing potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2440",
- "name": "Super strength(4)",
- "examine": "4 doses of super Strength potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "8000",
- "tradeable": "true"
- },
- {
- "id": "2441",
- "name": "Super strength(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "8000",
- "tradeable": "true"
- },
- {
- "id": "2442",
- "name": "Super defence(4)",
- "examine": "4 doses of super Defence potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "7000",
- "tradeable": "true"
- },
- {
- "id": "2443",
- "name": "Super defence(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "7000",
- "tradeable": "true"
- },
- {
- "id": "2444",
- "name": "Ranging potion(4)",
- "examine": "4 doses of ranging potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2445",
- "name": "Ranging potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2446",
- "name": "Antipoison(4)",
- "examine": "4 doses of antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "375",
- "tradeable": "true"
- },
- {
- "id": "2447",
- "name": "Antipoison(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2448",
- "name": "Super antipoison(4)",
- "examine": "4 doses of super anti poison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2449",
- "name": "Super antipoison(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2450",
- "name": "Zamorak brew(4)",
- "examine": "4 doses of Zamorak brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2451",
- "name": "Zamorak brew(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2452",
- "name": "Antifire potion(4)",
- "examine": "4 doses of anti-firebreath potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2453",
- "name": "Antifire potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2454",
- "name": "Antifire potion(3)",
- "examine": "3 doses of anti-firebreath potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2455",
- "name": "Antifire potion(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2456",
- "name": "Antifire potion(2)",
- "examine": "2 doses of anti-firebreath potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2457",
- "name": "Antifire potion(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2458",
- "name": "Antifire potion(1)",
- "examine": "1 dose of anti-firebreath potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2459",
- "name": "Antifire potion(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2460",
- "name": "Flowers",
- "examine": "A posy of flowers.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,381,381",
- "attack_audios": "2566",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "12",
- "weight": "0.02"
- },
- {
- "id": "2461",
- "name": "Flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2462",
- "name": "Flowers",
- "examine": "A posy of flowers.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,381,381",
- "attack_audios": "2566",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "12",
- "weight": "0.02"
- },
- {
- "id": "2463",
- "name": "Flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2464",
- "name": "Flowers",
- "examine": "A posy of flowers.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,381,381",
- "attack_audios": "2566",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "12",
- "weight": "0.02"
- },
- {
- "id": "2465",
- "name": "Flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2466",
- "name": "Flowers",
- "examine": "A posy of flowers.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,381,381",
- "attack_audios": "2566",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "12",
- "weight": "0.02"
- },
- {
- "id": "2467",
- "name": "Flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2468",
- "name": "Flowers",
- "examine": "A posy of flowers.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,381,381",
- "attack_audios": "2566",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "12",
- "weight": "0.02"
- },
- {
- "id": "2469",
- "name": "Flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2470",
- "name": "Flowers",
- "examine": "A posy of flowers.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,381,381",
- "attack_audios": "2566",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "12",
- "weight": "0.02"
- },
- {
- "id": "2471",
- "name": "Flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2472",
- "name": "Flowers",
- "examine": "A posy of flowers.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,381,381",
- "attack_audios": "2566",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "12",
- "weight": "0.02"
- },
- {
- "id": "2473",
- "name": "Flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2474",
- "name": "Flowers",
- "examine": "A posy of flowers.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,381,381",
- "attack_audios": "2566",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "12",
- "weight": "0.02"
- },
- {
- "id": "2475",
- "name": "Flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2476",
- "name": "Flowers",
- "examine": "A posy of flowers.",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,381,381",
- "attack_audios": "2566",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "12",
- "weight": "0.02"
- },
- {
- "id": "2477",
- "name": "Flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2481",
- "name": "Clean lantadyme",
- "examine": "A fresh herb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2482",
- "name": "Clean lantadyme",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2483",
- "name": "Lantadyme potion(unf)",
- "examine": "I need another ingredient to finish this lantadyme potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2484",
- "name": "Lantadyme potion(unf)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2485",
- "name": "Grimy lantadyme",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "requirements": "{15,67}",
- "tradeable": "true"
- },
- {
- "id": "2486",
- "name": "Grimy lantadyme",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2487",
- "name": "Blue d'hide vamb",
- "examine": "Made from 100% real dragonhide.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "requirements": "{4,50}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2488",
- "name": "Blue d'hide vamb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2489",
- "name": "Red d'hide vamb",
- "examine": "Vambraces made from 100% real dragonhide.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "requirements": "{4,60}",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "2490",
- "name": "Red d'hide vamb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2491",
- "name": "Black d'hide vamb",
- "examine": "Vambraces made from 100% real dragonhide.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "requirements": "{4,70}",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "2492",
- "name": "Black d'hide vamb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2493",
- "name": "Blue d'hide chaps",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,5,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "requirements": "{4,50}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "2494",
- "name": "Blue d'hide chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2495",
- "name": "Red d'hide chaps",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "requirements": "{4,60}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "2496",
- "name": "Red d'hide chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2497",
- "name": "Black d'hide chaps",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,7,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "requirements": "{4,70}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "2498",
- "name": "Black d'hide chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2499",
- "name": "Blue d'hide body",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "requirements": "{1,40}-{4,50}",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "2500",
- "name": "Blue d'hide body",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2501",
- "name": "Red d'hide body",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "requirements": "{1,40}-{4,60}",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "2502",
- "name": "Red d'hide body",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2503",
- "name": "Black d'hide body",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "2504",
- "name": "Black d'hide body",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2505",
- "name": "Blue d-leather",
- "examine": "It's a piece of prepared blue dragonhide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3.1"
- },
- {
- "id": "2506",
- "name": "Blue d-leather",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2507",
- "name": "Red dragon leather",
- "examine": "It's a piece of prepared red dragonhide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "2508",
- "name": "Red dragon leather",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2509",
- "name": "Black d-leather",
- "examine": "It's a piece of prepared black dragonhide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3.1"
- },
- {
- "id": "2510",
- "name": "Black d-leather",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2511",
- "name": "Logs",
- "examine": "A number of wooden logs.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "4",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "2513",
- "name": "Dragon chainbody",
- "examine": "A series of connected metal rings.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0",
- "durability": null,
- "lendable": "true",
- "rare_item": "true",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "2514",
- "name": "Raw shrimps",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2515",
- "name": "Raw shrimps",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2516",
- "name": "Pot of flour",
- "examine": "There is flour in this pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "14",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "2517",
- "name": "Pot of flour",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2518",
- "name": "Rotten tomato",
- "examine": "Pretty smelly.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "2519",
- "name": "Rotten tomato",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2520",
- "name": "Toy horsey",
- "examine": "An inexpensive white/black/grey/brown toy horse.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "2521",
- "name": "Toy horsey",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2522",
- "name": "Toy horsey",
- "examine": "An inexpensive white/black/grey/brown toy horse.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "2523",
- "name": "Toy horsey",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2524",
- "name": "Toy horsey",
- "examine": "An inexpensive white/black/grey/brown toy horse.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "2525",
- "name": "Toy horsey",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2526",
- "name": "Toy horsey",
- "examine": "An inexpensive white/black/grey/brown toy horse.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "2527",
- "name": "Toy horsey",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2528",
- "name": "Lamp",
- "examine": "Wonder what happens if I rub it...",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "2529",
- "name": "Orb of light",
- "examine": "A magical sphere that glimmers within.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "5"
- },
- {
- "id": "2530",
- "name": "Bones",
- "examine": "Bones are for burying!",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "140",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2531",
- "name": "Bones",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2532",
- "name": "Iron fire arrows",
- "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2533",
- "name": "Iron fire arrows",
- "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2534",
- "name": "Steel fire arrows",
- "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,5}",
- "tradeable": "true"
- },
- {
- "id": "2535",
- "name": "Steel fire arrows",
- "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,5}",
- "tradeable": "true"
- },
- {
- "id": "2536",
- "name": "Mithril fire arrows",
- "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,20}",
- "tradeable": "true"
- },
- {
- "id": "2537",
- "name": "Mithril fire arrows",
- "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,20}",
- "tradeable": "true"
- },
- {
- "id": "2538",
- "name": "Adamant fire arrows",
- "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,30}",
- "tradeable": "true"
- },
- {
- "id": "2539",
- "name": "Adamant fire arrows",
- "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,30}",
- "tradeable": "true"
- },
- {
- "id": "2540",
- "name": "Rune fire arrows",
- "examine": "An easy to make, rune-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,40}",
- "tradeable": "true"
- },
- {
- "id": "2541",
- "name": "Rune fire arrows",
- "examine": "An easy to make, rune-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,40}",
- "tradeable": "true"
- },
- {
- "id": "2550",
- "name": "Ring of recoil",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2551",
- "name": "Ring of recoil",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "2552",
- "name": "Ring of duelling(8)",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "10000",
- "shop_price": "770",
- "tradeable": "true"
- },
- {
- "id": "2553",
- "name": "Ring of duelling(8)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2554",
- "name": "Ring of duelling(7)",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "770",
- "tradeable": "true"
- },
- {
- "id": "2555",
- "name": "Ring of duelling(7)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2556",
- "name": "Ring of duelling(6)",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "770",
- "tradeable": "true"
- },
- {
- "id": "2557",
- "name": "Ring of duelling(6)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2558",
- "name": "Ring of duelling(5)",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "770",
- "tradeable": "true"
- },
- {
- "id": "2559",
- "name": "Ring of duelling(5)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2560",
- "name": "Ring of duelling(4)",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "770",
- "tradeable": "true"
- },
- {
- "id": "2561",
- "name": "Ring of duelling(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2562",
- "name": "Ring of duelling(3)",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "770",
- "tradeable": "true"
- },
- {
- "id": "2563",
- "name": "Ring of duelling(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2564",
- "name": "Ring of duelling(2)",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "770",
- "tradeable": "true"
- },
- {
- "id": "2565",
- "name": "Ring of duelling(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2566",
- "name": "Ring of duelling(1)",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "10000",
- "shop_price": "770",
- "tradeable": "true"
- },
- {
- "id": "2567",
- "name": "Ring of duelling(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2568",
- "name": "Ring of forging",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2569",
- "name": "Ring of forging",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2570",
- "name": "Ring of life",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "10000",
- "shop_price": "3000",
- "tradeable": "true"
- },
- {
- "id": "2571",
- "name": "Ring of life",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2572",
- "name": "Ring of wealth",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "tradeable": "true"
- },
- {
- "id": "2573",
- "name": "Ring of wealth",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2574",
- "name": "Sextant",
- "examine": "Used by navigators to find their position in 2009Scape.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "2575",
- "name": "Watch",
- "examine": "A fine looking time piece.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "2576",
- "name": "Chart",
- "examine": "A navigator's chart of 2009Scape.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2577",
- "name": "Ranger boots",
- "examine": "Lightweight boots ideal for rangers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2578",
- "name": "Ranger boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2579",
- "name": "Wizard boots",
- "examine": "Slightly magical boots.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{6,20}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2580",
- "name": "Wizard boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2581",
- "name": "Robin hood hat",
- "examine": "Endorsed by Robin Hood.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": "true",
- "lendable": "true",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2582",
- "name": "Robin hood hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2583",
- "name": "Black platebody (t)",
- "examine": "Black platebody with trim.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "2584",
- "name": "Black platebody (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2585",
- "name": "Black platelegs (t)",
- "examine": "Black platelegs with trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "2586",
- "name": "Black platelegs (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2587",
- "name": "Black full helm(t)",
- "examine": "Black full helmet with trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "2588",
- "name": "Black full helm(t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2589",
- "name": "Black kiteshield (t)",
- "examine": "Black kiteshield with trim.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
- "shop_price": "2072",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2590",
- "name": "Black kiteshield (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2591",
- "name": "Black platebody (g)",
- "examine": "Black platebody with gold trim.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "2592",
- "name": "Black platebody (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2593",
- "name": "Black platelegs (g)",
- "examine": "Black platelegs with gold trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "2594",
- "name": "Black platelegs (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2595",
- "name": "Black full helm(g)",
- "examine": "Black full helmet with gold trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "2596",
- "name": "Black full helm(g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2597",
- "name": "Black kiteshield (g)",
- "examine": "Black kiteshield with gold trim.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2598",
- "name": "Black kiteshield (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2599",
- "name": "Adam platebody (t)",
- "examine": "Adamant platebody with trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "2600",
- "name": "Adam platebody (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2601",
- "name": "Adam platelegs (t)",
- "examine": "These look heavy",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "shop_price": "6464",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "2602",
- "name": "Adam platelegs (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2603",
- "name": "Adam kiteshield (t)",
- "examine": "A large metal shield.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5.8"
- },
- {
- "id": "2604",
- "name": "Adam kiteshield (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2605",
- "name": "Adam full helm(t)",
- "examine": "Adamant full helm with trim",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "2606",
- "name": "Adam full helm(t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2607",
- "name": "Adam platebody (g)",
- "examine": "Adamant platebody with gold trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "2608",
- "name": "Adam platebody (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2609",
- "name": "Adam platelegs (g)",
- "examine": "Adamant platelegs with gold trim.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "shop_price": "6464",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "2610",
- "name": "Adam platelegs (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2611",
- "name": "Adam kiteshield (g)",
- "examine": "Adamant kiteshield with gold trim.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "2612",
- "name": "Adam kiteshield (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2613",
- "name": "Adam full helm(g)",
- "examine": "Adamant full helmet with gold trim.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "2614",
- "name": "Adam full helm(g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2615",
- "name": "Rune platebody (g)",
- "examine": "Rune platebody with gold trim.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "2616",
- "name": "Rune platebody (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2617",
- "name": "Rune platelegs (g)",
- "examine": "Rune platelegs with gold trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "shop_price": "64000",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "2618",
- "name": "Rune platelegs (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2619",
- "name": "Rune full helm(g)",
- "examine": "Rune full helmet with gold trim.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "shop_price": "35000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "2620",
- "name": "Rune full helm(g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2621",
- "name": "Rune kiteshield (g)",
- "examine": "Rune kiteshield with gold trim",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2622",
- "name": "Rune kiteshield (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2623",
- "name": "Rune platebody (t)",
- "examine": "Rune platebody with trim.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "2624",
- "name": "Rune platebody (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2625",
- "name": "Rune platelegs (t)",
- "examine": "Rune platelegs with trim!",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "2626",
- "name": "Rune platelegs (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2627",
- "name": "Rune full helm (t)",
- "examine": "Rune full helmet with trim.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "2628",
- "name": "Rune full helm (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2629",
- "name": "Rune kiteshield (t)",
- "examine": "A large, metal shield with a nice trim.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "attack_anims": "",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2630",
- "name": "Rune kiteshield (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2631",
- "name": "Highwayman mask",
- "examine": "Your money or your life!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2632",
- "name": "Highwayman mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2633",
- "name": "Blue beret",
- "examine": "Parlez-vous francais? (Do you speak French?)",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": true,
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2634",
- "name": "Blue beret",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2635",
- "name": "Black beret",
- "examine": "Parlez-vous francais?(Do you speak French?)",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": true,
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2636",
- "name": "Black beret",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2637",
- "name": "White beret",
- "examine": "Parlez-vous francais? (Do you speak French?)",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": true,
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2638",
- "name": "White beret",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2639",
- "name": "Tan cavalier",
- "examine": "All for one and one for all!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": true,
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2640",
- "name": "Tan cavalier",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2641",
- "name": "Dark cavalier",
- "examine": "All for one and one for all!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": true,
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2642",
- "name": "Dark cavalier",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2643",
- "name": "Black cavalier",
- "examine": "All for one and one for all!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": true,
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2644",
- "name": "Black cavalier",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2645",
- "name": "Red headband",
- "examine": "A minimalist's hat.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2646",
- "name": "Red headband",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2647",
- "name": "Black headband",
- "examine": "A minimalist's hat.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2648",
- "name": "Black headband",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2649",
- "name": "Brown headband",
- "examine": "A minimalist's hat.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "2650",
- "name": "Brown headband",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2651",
- "name": "Pirate's hat",
- "examine": "Shiver me timbers!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": "true",
- "tradeable": "true"
- },
- {
- "id": "2652",
- "name": "Pirate's hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2653",
- "name": "Zamorak platebody",
- "examine": "Rune platebody in the colours of Zamorak.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "2654",
- "name": "Zamorak platebody",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2655",
- "name": "Zamorak platelegs",
- "examine": "Rune platelegs in the colours of Zamorak.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "2656",
- "name": "Zamorak platelegs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2657",
- "name": "Zamorak full helm",
- "examine": "A full helmet in the colours of Zamorak.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,1",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "2658",
- "name": "Zamorak full helm",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2659",
- "name": "Zamorak kiteshield",
- "examine": "A Rune kiteshield in the colours of Zamorak.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2660",
- "name": "Zamorak kiteshield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2661",
- "name": "Saradomin platebody",
- "examine": "Rune platebody in the colours of Saradomin.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "2662",
- "name": "Saradomin platebody",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2663",
- "name": "Saradomin platelegs",
- "examine": "Rune platelegs in the colours of Saradomin.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "2664",
- "name": "Saradomin platelegs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2665",
- "name": "Saradomin full helm",
- "examine": "Rune full helmet in the colours of Saradomin.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "2666",
- "name": "Saradomin full helm",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2667",
- "name": "Saradomin kiteshield",
- "examine": "Rune kiteshield in the colours of Saradomin.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "2668",
- "name": "Saradomin kiteshield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2669",
- "name": "Guthix platebody",
- "examine": "Rune platebody in the colours of Guthix.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "2670",
- "name": "Guthix platebody",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2671",
- "name": "Guthix platelegs",
- "examine": "Rune platelegs in the colours of Guthix.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "2672",
- "name": "Guthix platelegs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2673",
- "name": "Guthix full helm",
- "examine": "A rune full helmet in the colours of Guthix.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,1,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "2674",
- "name": "Guthix full helm",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2675",
- "name": "Guthix kiteshield",
- "examine": "Rune kiteshield in the colours of Guthix.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "2676",
- "name": "Guthix kiteshield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "2677",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2678",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2679",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2680",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2681",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2682",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2683",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2684",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2685",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2686",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2687",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2688",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2689",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2690",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2691",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2692",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2693",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2694",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2695",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2696",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2697",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2698",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2699",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2700",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2701",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2702",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2703",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2704",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2705",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2706",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2707",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2708",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2709",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2710",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2711",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2712",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2713",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2714",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2715",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2716",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2717",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2718",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2719",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2720",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2721",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2722",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2723",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2724",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2725",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2726",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2727",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2728",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2729",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2730",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2731",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2732",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2733",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2734",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2735",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2736",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2737",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2738",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2739",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2740",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2741",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2742",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2743",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2744",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2745",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2746",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2747",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2748",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2773",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2774",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2775",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2776",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2777",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2778",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2779",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2780",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2781",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2782",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2783",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2784",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2785",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2786",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2787",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2788",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2789",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2790",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2791",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2792",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2793",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2794",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2795",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "2796",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2797",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2798",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "2799",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2800",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "2801",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2802",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2803",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2804",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2805",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2806",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2807",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2808",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2809",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2810",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2811",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2812",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2813",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2814",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2815",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2816",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2817",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2818",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2819",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2820",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2821",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2822",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2823",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2824",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2825",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2826",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2827",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2828",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2829",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2830",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "2831",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2833",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2835",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2837",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2839",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2841",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2842",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2843",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2844",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2845",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2846",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2847",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2848",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2849",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2850",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2851",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2852",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2853",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2854",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2855",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2856",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2857",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2858",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "2859",
- "name": "Wolf bones",
- "examine": "Bones of a recently slain wolf.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "2860",
- "name": "Wolf bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2861",
- "name": "Wolfbone arrowtips",
- "examine": "I can make an ogre arrow with these.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "2862",
- "name": "Achey tree logs",
- "examine": "These logs are longer than normal.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2863",
- "name": "Achey tree logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "2864",
- "name": "Ogre arrow shaft",
- "examine": "A wooden arrow shaft",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2865",
- "name": "Flighted ogre arrow",
- "examine": "An ogre arrow with four flights attached.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2866",
- "name": "Ogre arrow",
- "examine": "A large ogre arrow with a bone tip.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "shop_price": "25",
- "tradeable": "true"
- },
- {
- "id": "2871",
- "name": "Ogre bellows",
- "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "2872",
- "name": "Ogre bellows (3)",
- "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2873",
- "name": "Ogre bellows (2)",
- "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2874",
- "name": "Ogre bellows (1)",
- "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2875",
- "name": "Bloated toad",
- "examine": "An inflated toad.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "0.7"
- },
- {
- "id": "2876",
- "name": "Raw chompy",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "2877",
- "name": "Raw chompy",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2878",
- "name": "Cooked chompy",
- "examine": "It might look delicious to an ogre.Roasted chompy bird.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "130",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "2879",
- "name": "Cooked chompy",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "2881",
- "name": "Ruined chompy",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2882",
- "name": "Seasoned chompy",
- "examine": "It has been deliciously seasoned to taste wonderful for ogres.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "10"
- },
- {
- "id": "2883",
- "name": "Ogre bow",
- "examine": "More powerful than a normal bow, useful against large game birds.",
- "archery_ticket_price": "0",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "8",
- "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "requirements": "{4,30}",
- "shop_price": "500",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1"
- },
- {
- "id": "2886",
- "name": "Battered book",
- "examine": "Book of the elemental shield.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2887",
- "name": "Battered key",
- "examine": "An old battered key. (Elemental Workshop I)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2888",
- "name": "A stone bowl",
- "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "2889",
- "name": "A stone bowl",
- "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "2890",
- "name": "Elemental shield",
- "examine": "A shield made in the Elemental Workshop.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
- "shop_price": "2000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "2891",
- "name": "Elemental shield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2892",
- "name": "Elemental ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2.2"
- },
- {
- "id": "2894",
- "name": "Boots",
- "examine": "Very stylish!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "2895",
- "name": "Boots",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2896",
- "name": "Robe top",
- "examine": "Some fine werewolf clothing.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2897",
- "name": "Robe top",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2898",
- "name": "Robe bottoms",
- "examine": "Made by werewolves for werewolves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2899",
- "name": "Robe bottoms",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2900",
- "name": "Hat",
- "examine": "A silly pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2901",
- "name": "Hat",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2902",
- "name": "Gloves",
- "examine": "These gloves from Canifis will keep my hands warm!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2903",
- "name": "Gloves",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "2904",
- "name": "Boots",
- "examine": "Very stylish!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "2905",
- "name": "Boots",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2906",
- "name": "Robe top",
- "examine": "Some fine werewolf clothing.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2907",
- "name": "Robe top",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2908",
- "name": "Robe bottoms",
- "examine": "Made by werewolves for werewolves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2909",
- "name": "Robe bottoms",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2910",
- "name": "Hat",
- "examine": "A silly pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2911",
- "name": "Hat",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2912",
- "name": "Gloves",
- "examine": "These gloves from Canifis will keep my hands warm!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2913",
- "name": "Gloves",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "2914",
- "name": "Boots",
- "examine": "Very stylish!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "2915",
- "name": "Boots",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2916",
- "name": "Robe top",
- "examine": "Some fine werewolf clothing.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2917",
- "name": "Robe top",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2918",
- "name": "Robe bottoms",
- "examine": "Made by werewolves for werewolves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2919",
- "name": "Robe bottoms",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2920",
- "name": "Hat",
- "examine": "A silly pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2921",
- "name": "Hat",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2922",
- "name": "Gloves",
- "examine": "These gloves from Canifis will keep my hands warm!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2923",
- "name": "Gloves",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "2924",
- "name": "Boots",
- "examine": "Very stylish!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "2925",
- "name": "Boots",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2926",
- "name": "Robe top",
- "examine": "Some fine werewolf clothing.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2927",
- "name": "Robe top",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2928",
- "name": "Robe bottoms",
- "examine": "Made by werewolves for werewolves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2929",
- "name": "Robe bottoms",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2930",
- "name": "Hat",
- "examine": "A silly pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2931",
- "name": "Hat",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2932",
- "name": "Gloves",
- "examine": "These gloves from Canifis will keep my hands warm!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2933",
- "name": "Gloves",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "2934",
- "name": "Boots",
- "examine": "Very stylish!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "2935",
- "name": "Boots",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2936",
- "name": "Robe top",
- "examine": "Some fine werewolf clothing.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2937",
- "name": "Robe top",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2938",
- "name": "Robe bottoms",
- "examine": "Made by werewolves for werewolves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "2939",
- "name": "Robe bottoms",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2940",
- "name": "Hat",
- "examine": "A silly pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2941",
- "name": "Hat",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2942",
- "name": "Gloves",
- "examine": "These gloves from Canifis will keep my hands warm!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2943",
- "name": "Gloves",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "2944",
- "name": "Golden key",
- "examine": "A key made from solid gold",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2945",
- "name": "Iron key",
- "examine": "A key made of solid iron.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2946",
- "name": "Golden tinderbox",
- "examine": "A replica tinderbox made of solid gold.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2947",
- "name": "Golden candle",
- "examine": "A replica candle made of solid gold.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "2948",
- "name": "Golden pot",
- "examine": "A replica pot made of solid gold.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2949",
- "name": "Golden hammer",
- "examine": "A replica hammer made of solid gold.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "2951",
- "name": "Golden needle",
- "examine": "A replica needle made of solid gold.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2952",
- "name": "Wolfbane",
- "examine": "A silver dagger that can prevent werewolves changing form.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "11,5,-4,1,0,0,0,0,1,0,1,10,5,0,0",
- "defence_anim": "378",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "2584",
- "tradeable": "false",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "2953",
- "name": "Bucket of water",
- "examine": "It's a bucket of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "2954",
- "name": "Bucket of water",
- "examine": "It's a bucket of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "2955",
- "name": "Moonlight mead",
- "examine": "A foul smelling brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "2956",
- "name": "Moonlight mead",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2957",
- "name": "Druid pouch",
- "examine": "An empty druid pouch.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2958",
- "name": "Druid pouch",
- "examine": "A druid pouch.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2959",
- "name": "Rotten food",
- "examine": "Erhhh! It stinks.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2960",
- "name": "Rotten food",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "2961",
- "name": "Silver sickle",
- "examine": "It's a silver sickle.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weapon_interface": "6",
- "weight": "1.6"
- },
- {
- "id": "2962",
- "name": "Silver sickle",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2963",
- "name": "Silver sickle(b)",
- "examine": "It's a blessed silver sickle.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "weapon_interface": "6",
- "weight": "1.5"
- },
- {
- "id": "2964",
- "name": "Washing bowl",
- "examine": "Used for washing your face, amongst other things.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "weight": "0.4"
- },
- {
- "id": "2966",
- "name": "Mirror",
- "examine": "A small mirror, probably used for grooming.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "2968",
- "name": "Druidic spell",
- "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2969",
- "name": "A used spell",
- "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2970",
- "name": "Mort myre fungus",
- "examine": "A mushroom from the swamps of Mort Myre.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2971",
- "name": "Mort myre fungus",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "2972",
- "name": "Mort myre stem",
- "examine": "A cutting from a budding branch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2973",
- "name": "Mort myre stem",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2974",
- "name": "Mort myre pear",
- "examine": "A pear picked from a dying bush in Mort Myre.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "2975",
- "name": "Mort myre pear",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2976",
- "name": "Sickle mould",
- "examine": "Used to make sickles.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "2977",
- "name": "Sickle mould",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "2978",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2979",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2980",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2981",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2982",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2983",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2984",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2985",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2986",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2987",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2988",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2989",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2990",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2991",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2992",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2993",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2994",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2995",
- "name": "Chompy bird hat",
- "examine": "A symbol of your chompy bird hunting prowess.",
- "archery_ticket_price": "0",
+ "examine": "Strong dwarvish gloves.",
"durability": null,
- "equipment_slot": "0",
- "weight": "0.33"
- },
- {
- "id": "2996",
- "name": "Agility arena ticket",
- "examine": "I can exchange these for further experience or items.",
+ "name": "Klank's gauntlets",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.2",
"archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "2997",
- "name": "Pirate's hook",
- "examine": "You should see the shark...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10",
- "shop_price": "800",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "2998",
- "name": "Clean toadflax",
- "examine": "A fresh herb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "2999",
- "name": "Clean toadflax",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3000",
- "name": "Clean snapdragon",
- "examine": "A fresh herb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "10",
- "tradeable": "true"
- },
- {
- "id": "3001",
- "name": "Clean snapdragon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3002",
- "name": "Toadflax potion(unf)",
- "examine": "I need another ingredient to finish this toadflax potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "3003",
- "name": "Toadflax potion(unf)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3004",
- "name": "Snapdragon potion(unf)",
- "examine": "I need another ingredient to finish this snapdragon potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3005",
- "name": "Snapdragon potion(unf)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3006",
- "name": "Firework",
- "examine": "Keep out of reach of children and familiars.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "3007",
- "name": "Firework",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3008",
- "name": "Energy potion(4)",
- "examine": "4 doses of energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "145",
- "tradeable": "true"
- },
- {
- "id": "3009",
- "name": "Energy potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3010",
- "name": "Energy potion(3)",
- "examine": "3 doses of energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "145",
- "tradeable": "true"
- },
- {
- "id": "3011",
- "name": "Energy potion(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3012",
- "name": "Energy potion(2)",
- "examine": "2 doses of energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "145",
- "tradeable": "true"
- },
- {
- "id": "3013",
- "name": "Energy potion(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3014",
- "name": "Energy potion(1)",
- "examine": "1 dose of energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "145",
- "tradeable": "true"
- },
- {
- "id": "3015",
- "name": "Energy potion(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3016",
- "name": "Super energy(4)",
- "examine": "4 doses of super energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "4000",
- "tradeable": "true"
- },
- {
- "id": "3017",
- "name": "Super energy(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "4000",
- "tradeable": "true"
- },
- {
- "id": "3018",
- "name": "Super energy(3)",
- "examine": "3 doses of super energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3019",
- "name": "Super energy(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3020",
- "name": "Super energy(2)",
- "examine": "2 doses of super energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3021",
- "name": "Super energy(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3022",
- "name": "Super energy(1)",
- "examine": "1 dose of super energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3023",
- "name": "Super energy(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3024",
- "name": "Super restore(4)",
- "examine": "4 doses of super restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "12000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "3025",
- "name": "Super restore(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "12000",
- "tradeable": "true"
- },
- {
- "id": "3026",
- "name": "Super restore(3)",
- "examine": "3 doses of super restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "3027",
- "name": "Super restore(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3028",
- "name": "Super restore(2)",
- "examine": "2 doses of super restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "3029",
- "name": "Super restore(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3030",
- "name": "Super restore(1)",
- "examine": "1 dose of super restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "3031",
- "name": "Super restore(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3032",
- "name": "Agility potion(4)",
- "examine": "4 doses of Agility potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "3033",
- "name": "Agility potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3034",
- "name": "Agility potion(3)",
- "examine": "3 doses of Agility potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "3035",
- "name": "Agility potion(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3036",
- "name": "Agility potion(2)",
- "examine": "2 doses of Agility potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "3037",
- "name": "Agility potion(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3038",
- "name": "Agility potion(1)",
- "examine": "1 dose of Agility potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "3039",
- "name": "Agility potion(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3040",
- "name": "Magic potion(4)",
- "examine": "4 doses of Magic potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3041",
- "name": "Magic potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3042",
- "name": "Magic potion(3)",
- "examine": "3 doses of Magic potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3043",
- "name": "Magic potion(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3044",
- "name": "Magic potion(2)",
- "examine": "2 doses of Magic potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3045",
- "name": "Magic potion(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3046",
- "name": "Magic potion(1)",
- "examine": "1 dose of Magic potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3047",
- "name": "Magic potion(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3048",
- "name": "Pirate's hook",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3049",
- "name": "Grimy toadflax",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "requirements": "{15,30}",
- "tradeable": "true"
- },
- {
- "id": "3050",
- "name": "Grimy toadflax",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3051",
- "name": "Grimy snapdragon",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "requirements": "{15,59}",
- "tradeable": "true"
- },
- {
- "id": "3052",
- "name": "Grimy snapdragon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3053",
- "name": "Lava battlestaff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "3054",
- "name": "Mystic lava staff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,40}-{6,40}",
- "run_anim": "1210",
- "shop_price": "160",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "3055",
- "name": "Lava battlestaff",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3056",
- "name": "Mystic lava staff",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3057",
- "name": "Mime mask",
- "examine": "A mime would wear this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0"
- },
- {
- "id": "3058",
- "name": "Mime top",
- "examine": "A mime would wear these.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
- },
- {
- "id": "3059",
- "name": "Mime legs",
- "examine": "A mime would wear these.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7"
- },
- {
- "id": "3060",
- "name": "Mime gloves",
- "examine": "A mime would wear these.",
- "archery_ticket_price": "0",
- "durability": null,
+ "id": "1495",
+ "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0",
"equipment_slot": "9"
},
{
- "id": "3061",
- "name": "Mime boots",
- "examine": "A mime would wear these.",
- "archery_ticket_price": "0",
+ "examine": "I thought you only saw these in pairs?",
"durability": null,
- "equipment_slot": "10",
- "weight": "0.5"
- },
- {
- "id": "3062",
- "name": "Strange box",
- "examine": "It seems to be humming...",
- "archery_ticket_price": "0",
+ "name": "Iban's dove",
+ "tradeable": "false",
"destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1496"
+ },
+ {
+ "examine": "A mystical demonic amulet.",
"durability": null,
- "tradeable": "false",
- "weight": "1"
+ "name": "Amulet of othanian",
+ "archery_ticket_price": "0",
+ "id": "1497"
},
{
- "id": "3093",
- "name": "Black dart",
- "examine": "A deadly throwing dart with a black tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6",
- "defence_anim": "424",
+ "examine": "A mystical demonic amulet.",
"durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,10}",
- "tradeable": "true",
- "weapon_interface": "18"
+ "name": "Amulet of doomion",
+ "archery_ticket_price": "0",
+ "id": "1498"
},
{
- "id": "3094",
- "name": "Black dart(p)",
- "examine": "A deadly throwing dart with a black tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6",
- "defence_anim": "424",
+ "examine": "A mystical demonic amulet.",
"durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,10}",
- "tradeable": "true",
- "weapon_interface": "18"
+ "name": "Amulet of holthion",
+ "archery_ticket_price": "0",
+ "id": "1499"
},
{
- "id": "3095",
- "name": "Bronze claws",
- "examine": "A set of fighting claws.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,390,390",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "3,4,-4,0,0,1,2,1,0,0,0,5,0,0,0",
- "defence_anim": "397",
+ "examine": "A strange dark liquid.",
"durability": null,
- "equip_audio": "1003",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2583",
- "shop_price": "48",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "9",
- "weight": "0.9"
+ "name": "Iban's shadow",
+ "archery_ticket_price": "0",
+ "id": "1500"
},
{
- "id": "3096",
- "name": "Iron claws",
- "examine": "A set of fighting claws.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,390,390",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "4,6,-4,0,0,2,3,1,0,0,0,7,0,0,0",
- "defence_anim": "397",
+ "examine": "Smells stronger than most spirits.",
"durability": null,
- "equip_audio": "1003",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2583",
- "shop_price": "50",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "9",
- "weight": "0.9"
+ "name": "Dwarf brew",
+ "archery_ticket_price": "0",
+ "id": "1501"
},
{
- "id": "3097",
- "name": "Steel claws",
- "examine": "A set of fighting claws.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,390,390",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "8,11,-4,0,0,3,6,2,0,0,0,12,0,0,0",
- "defence_anim": "397",
+ "examine": "The burnt remains of Iban.",
"durability": null,
- "equip_audio": "1003",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2583",
- "requirements": "{0,5}",
- "shop_price": "175",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "9",
- "weight": "0.9"
+ "name": "Iban's ashes",
+ "weight": "0.056",
+ "archery_ticket_price": "0",
+ "id": "1502"
},
{
- "id": "3098",
- "name": "Black claws",
- "examine": "A set of fighting claws.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,390,390",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,0,0,0",
- "defence_anim": "397",
+ "examine": "A search warrant for a house in West Ardougne.",
"durability": null,
- "equip_audio": "1003",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2583",
- "requirements": "{0,10}",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "9",
- "weight": "6"
+ "name": "Warrant",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1503"
},
{
- "id": "3099",
- "name": "Mithril claws",
- "examine": "A set of fighting claws.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,390,390",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "11,16,-4,0,0,4,8,2,0,0,0,17,0,0,0",
- "defence_anim": "397",
+ "examine": "It doesn't look very tasty.",
"durability": null,
- "equip_audio": "1003",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2583",
- "requirements": "{0,20}",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "9",
- "weight": "0.9"
+ "name": "Hangover cure",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1504"
},
{
- "id": "3100",
- "name": "Adamant claws",
- "examine": "A set of fighting claws.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,390,390",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "18,23,-4,0,0,6,12,3,0,0,0,24,0,0,0",
- "defence_anim": "397",
+ "examine": "Maybe I should read this...",
"durability": null,
- "equip_audio": "1003",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2583",
- "requirements": "{0,30}",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "9"
+ "name": "A magic scroll",
+ "archery_ticket_price": "0",
+ "id": "1505"
},
{
- "id": "3101",
- "name": "Rune claws",
- "examine": "A set of fighting claws.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,390,390",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0",
- "defence_anim": "397",
+ "remove_head": "true",
+ "examine": "Stops me from breathing nasty stuff!",
"durability": null,
- "equip_audio": "1003",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "2583",
- "requirements": "{0,40}",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "9",
- "weight": "0.9"
+ "name": "Gas mask",
+ "high_alchemy": "1",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "1506",
+ "remove_beard": "true",
+ "equipment_slot": "0"
},
{
- "id": "3102",
- "name": "Combination",
- "examine": "The combination to Burthorpe Castle's equipment room.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3103",
- "name": "Iou",
- "examine": "The guard wrote the IOU on the back of some paper.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3104",
- "name": "Secret way map",
- "examine": "This map shows the secret way up to Death Plateau.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3105",
- "name": "Climbing boots",
- "examine": "Boots made for general climbing; rocks a speciality.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0",
- "destroy": "true",
+ "examine": "Quite a small key (Plague City).",
"durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "1900",
- "tradeable": "true",
- "weight": "0.3"
+ "name": "A small key",
+ "archery_ticket_price": "0",
+ "id": "1507"
},
{
- "id": "3106",
- "name": "Climbing boots",
- "archery_ticket_price": "0",
+ "examine": "It seems to say \"hongorer lure\"...",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "A scruffy note",
+ "archery_ticket_price": "0",
+ "id": "1508"
},
{
- "id": "3107",
- "name": "Spiked boots",
- "examine": "Climbing boots with spikes.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0",
+ "examine": "A picture of a lady called Elena.",
"durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "weight": "0.3"
- },
- {
- "id": "3109",
- "name": "Stone ball",
- "examine": "Place on the stone mechanism in the right order to open the door.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3110",
- "name": "Stone ball",
- "examine": "Place on the stone mechanism in the right order to open the door.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3111",
- "name": "Stone ball",
- "examine": "Place on the stone mechanism in the right order to open the door.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3112",
- "name": "Stone ball",
- "examine": "Place on the stone mechanism in the right order to open the door.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3113",
- "name": "Stone ball",
- "examine": "Place on the stone mechanism in the right order to open the door.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3114",
- "name": "Certificate",
- "examine": "Entrance certificate to the Imperial Guard.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3115",
- "name": "Bronze claws",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3116",
- "name": "Iron claws",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3117",
- "name": "Steel claws",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3118",
- "name": "Black claws",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3119",
- "name": "Mithril claws",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3120",
- "name": "Adamant claws",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3121",
- "name": "Rune claws",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3122",
- "name": "Granite shield",
- "examine": "A solid stone shield.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "10",
- "lendable": "true",
- "requirements": "{1,50}-{2,50}",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "3123",
- "name": "Shaikahan bones",
- "examine": "Large glistening bones which glow with a pale yellow aura.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.5"
- },
- {
- "id": "3124",
- "name": "Shaikahan bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3125",
- "name": "Jogre bones",
- "examine": "Fairly big bones which smell distinctly of Jogre.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "3126",
- "name": "Jogre bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3127",
- "name": "Burnt jogre bones",
- "examine": "These blackened Jogre bones have been somehow burnt.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "3128",
- "name": "Pasty jogre bones",
- "examine": "Burnt Jogre bones smothered with raw Karambwanji Paste.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "3129",
- "name": "Pasty jogre bones",
- "examine": "Burnt Jogre bones smothered with cooked Karambwanji paste.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "3130",
- "name": "Marinated j' bones",
- "examine": "Burnt Jogre bones marinated in a lovely Karambwanji sauce. Perfect.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "3131",
- "name": "Pasty jogre bones",
- "examine": "Jogre bones smothered with raw Karambwanji paste.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "3132",
- "name": "Pasty jogre bones",
- "examine": "Jogre bones smothered with cooked Karambwanji paste.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "3133",
- "name": "Marinated j' bones",
- "examine": "Jogre Bones marinated in Karambwanji sauce. Not quite right.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "3134",
- "name": "Granite shield",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3136",
- "name": "Cell key 1",
- "examine": "The key to the troll prison.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "shop_price": "1",
- "tradeable": "false"
- },
- {
- "id": "3137",
- "name": "Cell key 2",
- "examine": "The key to the troll prison.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "3138",
- "name": "Potato cactus",
- "examine": "How am I supposed to eat that?!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3139",
- "name": "Potato cactus",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3140",
- "name": "Dragon chainbody",
- "examine": "A series of connected metal rings.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "lendable": "true",
- "rare_item": "true",
- "remove_sleeves": "true",
- "requirements": "{1,60}",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "3141",
- "name": "Dragon chainbody",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "3142",
- "name": "Raw karambwan",
- "examine": "A raw green octopus.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "shop_price": "440",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3143",
- "name": "Raw karambwan",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "3144",
- "name": "Cooked karambwan",
- "examine": "Cooked octopus.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "460",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3145",
- "name": "Cooked karambwan",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3146",
- "name": "Poison karambwan",
- "examine": "Cooked octopus. It looks poorly cooked and quite dangerous.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.5"
- },
- {
- "id": "3147",
- "name": "Cooked karambwan",
- "examine": "Cooked octopus.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "460",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3149",
- "name": "Burnt karambwan",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3150",
- "name": "Raw karambwanji",
- "examine": "Small brightly coloured tropical fish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3151",
- "name": "Karambwanji",
- "examine": "Small brightly coloured tropical fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.99"
- },
- {
- "id": "3152",
- "name": "Karambwan paste",
- "examine": "Freshly made octopus paste. It smells quite nauseating.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3153",
- "name": "Karambwan paste",
- "examine": "Freshly made octopus paste. It smells quite nauseating.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3154",
- "name": "Karambwan paste",
- "examine": "Freshly made octopus paste. It smells quite nauseating.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3155",
- "name": "Karambwanji paste",
- "examine": "This paste smells of raw fish./This paste smells of cooked fish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3156",
- "name": "Karambwanji paste",
- "examine": "This paste smells of raw fish./This paste smells of cooked fish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3157",
- "name": "Karambwan vessel",
- "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{10,65}",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "3158",
- "name": "Karambwan vessel",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3159",
- "name": "Karambwan vessel",
- "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{10,65}",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "3160",
- "name": "Karambwan vessel",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3161",
- "name": "Crafting manual",
- "examine": "A set of instructions explaining how to construct a Karambwan vessel",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3162",
- "name": "Sliced banana",
- "examine": "You swear you had more than three slices before.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3163",
- "name": "Sliced banana",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3164",
- "name": "Karamjan rum",
- "examine": "A very strong spirit brewed in Karamja.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "27"
- },
- {
- "id": "3165",
- "name": "Karamjan rum",
- "examine": "A very strong spirit brewed in Karamja.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "27"
- },
- {
- "id": "3166",
- "name": "Monkey corpse",
- "examine": "It's the body of a dead monkey.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "3167",
- "name": "Monkey skin",
- "examine": "It's the skin of a (hopefully) dead monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3168",
- "name": "Seaweed sandwich",
- "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3169",
- "name": "Stuffed monkey",
- "examine": "A body of a dead monkey, tastefully stuffed with seaweed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "3170",
- "name": "Bronze spear(kp)",
- "examine": "A Karambwan poisoned bronze tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "3171",
- "name": "Iron spear(kp)",
- "examine": "A Karambwan poisoned iron tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "3172",
- "name": "Steel spear(kp)",
- "examine": "A Karambwan poisoned steel tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "3173",
- "name": "Mithril spear(kp)",
- "examine": "A Karambwan poisoned mithril tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "3174",
- "name": "Adamant spear(kp)",
- "examine": "A Karambwan poisoned adamant tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2"
- },
- {
- "id": "3175",
- "name": "Rune spear(kp)",
- "examine": "\tA Karambwan poisoned rune tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "3176",
- "name": "Dragon spear(kp)",
- "examine": "A Karambwan poisoned dragon tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "requirements": "{0,60}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2"
- },
- {
- "id": "3177",
"name": "Picture",
+ "weight": "0.4",
"archery_ticket_price": "0",
+ "id": "1510"
+ },
+ {
+ "shop_price": "4",
+ "ge_buy_limit": "25000",
+ "examine": "A number of wooden logs.",
+ "grand_exchange_price": "120",
"durability": null,
+ "name": "Logs",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1511"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "279",
+ "durability": null,
+ "name": "Logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1512"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Logs cut from a magic tree.",
+ "grand_exchange_price": "680",
+ "durability": null,
+ "name": "Magic logs",
+ "tradeable": "true",
+ "low_alchemy": "128",
+ "high_alchemy": "192",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1513"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "1581",
+ "durability": null,
+ "name": "Magic logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1514"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Logs cut from a yew tree.",
+ "grand_exchange_price": "320",
+ "durability": null,
+ "name": "Yew logs",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1515"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "532",
+ "durability": null,
+ "name": "Yew logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1516"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Logs cut from a maple tree.",
+ "grand_exchange_price": "160",
+ "durability": null,
+ "name": "Maple logs",
+ "tradeable": "true",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1517"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Maple logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1518"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Logs cut from a willow tree.",
+ "grand_exchange_price": "80",
+ "durability": null,
+ "name": "Willow logs",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1519"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Willow logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1520"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Logs cut from an Oak Tree.",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Oak logs",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1521"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "153",
+ "durability": null,
+ "name": "Oak logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1522"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "For picking tough locks.",
+ "grand_exchange_price": "1311",
+ "durability": null,
+ "name": "Lockpick",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "1523"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1311",
+ "durability": null,
+ "name": "Lockpick",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1524"
+ },
+ {
+ "examine": "I need to clean this herb before I can use it.",
+ "durability": null,
+ "name": "Grimy snake weed",
+ "archery_ticket_price": "0",
+ "id": "1525"
+ },
+ {
+ "examine": "A fresh herb.",
+ "durability": null,
+ "name": "Clean snake weed",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1526"
+ },
+ {
+ "examine": "I need to clean this herb before I can use it.",
+ "durability": null,
+ "name": "Grimy ardrigal",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "1527"
+ },
+ {
+ "examine": "A fresh herb.",
+ "durability": null,
+ "name": "Clean ardrigal",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "1528"
+ },
+ {
+ "examine": "I need to clean this herb before I can use it.",
+ "durability": null,
+ "name": "Grimy sito foil",
+ "archery_ticket_price": "0",
+ "id": "1529"
+ },
+ {
+ "examine": "A fresh herb.",
+ "durability": null,
+ "name": "Clean sito foil",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1530"
+ },
+ {
+ "examine": "I need to clean this herb before I can use it.",
+ "durability": null,
+ "name": "Grimy volencia moss",
+ "archery_ticket_price": "0",
+ "id": "1531"
+ },
+ {
+ "examine": "A fresh herb.",
+ "durability": null,
+ "name": "Clean volencia moss",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1532"
+ },
+ {
+ "examine": "I need to clean this herb before I can use it.",
+ "durability": null,
+ "name": "Grimy rogue's purse",
+ "archery_ticket_price": "0",
+ "id": "1533"
+ },
+ {
+ "examine": "A fresh herb.",
+ "durability": null,
+ "name": "Clean rogue's purse",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1534"
+ },
+ {
+ "examine": "A piece of map.",
+ "durability": null,
+ "name": "Map part",
+ "archery_ticket_price": "0",
+ "id": "1535"
+ },
+ {
+ "examine": "A piece of map.",
+ "durability": null,
+ "name": "Map part",
+ "archery_ticket_price": "0",
+ "id": "1536"
+ },
+ {
+ "examine": "A piece of map.",
+ "durability": null,
+ "name": "Map part",
+ "archery_ticket_price": "0",
+ "id": "1537"
+ },
+ {
+ "examine": "A map of the route to Crandor.",
+ "durability": null,
+ "name": "Crandor map",
+ "archery_ticket_price": "0",
+ "id": "1538"
+ },
+ {
+ "shop_price": "52",
+ "ge_buy_limit": "10000",
+ "examine": "Keeps things in place fairly permanently.",
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Steel nails",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "31",
+ "archery_ticket_price": "0",
+ "id": "1539"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This provides partial protection from dragon-breath attacks.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "637",
+ "name": "Anti-dragon shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1540",
+ "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "637",
+ "durability": null,
+ "name": "Anti-dragon shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1541"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A key to Melzar's Maze.",
+ "durability": null,
+ "name": "Maze key",
+ "archery_ticket_price": "0",
+ "id": "1542"
+ },
+ {
+ "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.",
+ "examine": "A very pointy stick.",
+ "durability": null,
+ "name": "Stake",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1549",
"equipment_slot": "5"
},
{
- "id": "3178",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3179",
- "name": "Monkey bones",
- "examine": "These are smallish monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3180",
- "name": "Monkey bones",
- "examine": "These are medium sized monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3181",
- "name": "Monkey bones",
- "examine": "These are quite large monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3182",
- "name": "Monkey bones",
- "examine": "These are quite large monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3183",
- "name": "Monkey bones",
- "examine": "These are small monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3184",
- "name": "Monkey bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3185",
- "name": "Monkey bones",
- "examine": "These are smallish monkey bones. They smell extremely nauseating.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3186",
- "name": "Monkey bones",
- "examine": "These are small monkey bones. They smell extremely nauseating.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3187",
- "name": "Bones",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "140",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3188",
- "name": "Cleaning cloth",
- "examine": "A piece of silk which can be used to remove poison from weapons.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "shop_price": "60",
+ "examine": "Deters vampires.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Garlic",
"tradeable": "true",
- "weight": "1"
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1550"
},
{
- "id": "3189",
- "name": "Cleaning cloth",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3190",
- "name": "Bronze halberd",
- "examine": "A bronze halberd.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,412,440",
- "attack_speed": "7",
- "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0",
- "defence_anim": "430",
+ "grand_exchange_price": "20",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "104",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
+ "name": "Garlic",
"tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "15",
- "weight": "3"
+ "archery_ticket_price": "0",
+ "id": "1551"
},
{
- "id": "3191",
- "name": "Bronze halberd",
- "archery_ticket_price": "0",
+ "examine": "Sardine flavoured with doogle leaves.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Doogle sardine",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1552"
},
{
- "id": "3192",
- "name": "Iron halberd",
- "examine": "An iron halberd.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,412,440",
- "attack_speed": "7",
- "bonuses": "9,12,0,-4,0,-1,1,2,0,0,0,12,0,0,0",
- "defence_anim": "430",
+ "examine": "This kitten seems to like you.",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "364",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "15",
- "weight": "3.1"
+ "name": "Pet kitten",
+ "archery_ticket_price": "0",
+ "id": "1555"
},
{
- "id": "3193",
- "name": "Iron halberd",
- "archery_ticket_price": "0",
+ "examine": "This kitten seems to like you.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Pet kitten",
+ "archery_ticket_price": "0",
+ "id": "1556"
},
{
- "id": "3194",
- "name": "Steel halberd",
- "examine": "A steel halberd.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,412,440",
- "attack_speed": "7",
- "bonuses": "14,19,0,-4,0,-1,2,3,0,0,0,20,0,0,0",
- "defence_anim": "430",
+ "examine": "This kitten seems to like you.",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "shop_price": "1300",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "15",
- "weight": "3"
+ "name": "Pet kitten",
+ "archery_ticket_price": "0",
+ "id": "1557"
},
{
- "id": "3195",
- "name": "Steel halberd",
- "archery_ticket_price": "0",
+ "examine": "This kitten seems to like you.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Pet kitten",
+ "archery_ticket_price": "0",
+ "id": "1558"
},
{
- "id": "3196",
- "name": "Black halberd",
- "examine": "A black halberd.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,412,440",
- "attack_speed": "7",
- "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,0,0,0",
- "defence_anim": "430",
+ "examine": "This kitten seems to like you.",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,10}-{2,5}",
- "run_anim": "1210",
- "shop_price": "2496",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "15",
- "weight": "3"
+ "name": "Pet kitten",
+ "archery_ticket_price": "0",
+ "id": "1559"
},
{
- "id": "3197",
- "name": "Black halberd",
- "archery_ticket_price": "0",
+ "examine": "This kitten seems to like you.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Pet kitten",
+ "archery_ticket_price": "0",
+ "id": "1560"
},
{
- "id": "3198",
- "name": "Mithril halberd",
- "examine": "A mithril halberd.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,412,440",
- "attack_speed": "7",
- "bonuses": "22,28,0,-4,0,-1,2,4,0,0,0,29,0,0,0",
- "defence_anim": "430",
+ "examine": "This cat definitely likes you.",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,20}-{2,10}",
- "run_anim": "1210",
- "shop_price": "3380",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "15",
- "weight": "2.7"
+ "name": "Pet cat",
+ "archery_ticket_price": "0",
+ "id": "1561"
},
{
- "id": "3199",
- "name": "Mithril halberd",
- "archery_ticket_price": "0",
+ "examine": "This cat definitely likes you.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Pet cat",
+ "archery_ticket_price": "0",
+ "id": "1562"
},
{
- "id": "3200",
- "name": "Adamant halberd",
- "examine": "An adamant halberd.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,412,440",
- "attack_speed": "7",
- "bonuses": "28,41,0,-4,0,-1,3,4,0,0,0,42,0,0,0",
- "defence_anim": "430",
+ "examine": "This cat definitely likes you.",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}-{2,15}",
- "run_anim": "1210",
- "shop_price": "8320",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "15",
- "weight": "3.6"
+ "name": "Pet cat",
+ "archery_ticket_price": "0",
+ "id": "1563"
},
{
- "id": "3201",
- "name": "Adamant halberd",
- "archery_ticket_price": "0",
+ "examine": "This cat definitely likes you.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Pet cat",
+ "archery_ticket_price": "0",
+ "id": "1564"
},
{
- "id": "3202",
- "name": "Rune halberd",
- "examine": "A rune halberd.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,412,440",
- "attack_speed": "7",
- "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0",
- "defence_anim": "430",
+ "examine": "This cat definitely likes you.",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{0,40}-{2,20}",
- "run_anim": "1210",
- "shop_price": "128000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "15",
- "weight": "3"
+ "name": "Pet cat",
+ "archery_ticket_price": "0",
+ "id": "1565"
},
{
- "id": "3203",
- "name": "Rune halberd",
- "archery_ticket_price": "0",
+ "examine": "This cat definitely likes you.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Pet cat",
+ "archery_ticket_price": "0",
+ "id": "1566"
},
{
- "id": "3204",
- "name": "Dragon halberd",
- "examine": "A dragon halberd.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,412,440",
- "attack_speed": "7",
- "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0",
- "defence_anim": "430",
+ "examine": "This cat is so well fed it can hardly move.",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{0,60}-{2,30}",
- "run_anim": "1210",
- "shop_price": "325000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "15",
- "weight": "3.1"
+ "name": "Overgrown cat",
+ "archery_ticket_price": "0",
+ "id": "1567"
},
{
- "id": "3205",
- "name": "Dragon halberd",
- "archery_ticket_price": "0",
+ "examine": "This cat is so well fed it can hardly move.",
"durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "name": "Overgrown cat",
+ "archery_ticket_price": "0",
+ "id": "1568"
},
{
- "id": "3206",
- "name": "King's message",
- "examine": "A summons from King Lathas.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3207",
- "name": "Iorwerths message",
- "examine": "A letter for King Lathas from Lord Iorwerth.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3208",
- "name": "Crystal pendant",
- "examine": "Lord Iorwerth's crystal pendant.",
- "archery_ticket_price": "0",
+ "examine": "This cat is so well fed it can hardly move.",
"durability": null,
+ "name": "Overgrown cat",
+ "archery_ticket_price": "0",
+ "id": "1569"
+ },
+ {
+ "examine": "This cat is so well fed it can hardly move.",
+ "durability": null,
+ "name": "Overgrown cat",
+ "archery_ticket_price": "0",
+ "id": "1570"
+ },
+ {
+ "examine": "This cat is so well fed it can hardly move.",
+ "durability": null,
+ "name": "Overgrown cat",
+ "archery_ticket_price": "0",
+ "id": "1571"
+ },
+ {
+ "examine": "This cat is so well fed it can hardly move.",
+ "durability": null,
+ "name": "Overgrown cat",
+ "archery_ticket_price": "0",
+ "id": "1572"
+ },
+ {
+ "examine": "A tasty herb good for seasoning.",
+ "durability": null,
+ "name": "Doogle leaves",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1573"
+ },
+ {
+ "examine": "For feline training expertise.",
+ "durability": null,
+ "name": "Cat training medal",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "archery_ticket_price": "0",
+ "id": "1575",
"equipment_slot": "2"
},
{
- "id": "3209",
- "name": "Sulphur",
- "examine": "A piece of chemical formation.",
- "archery_ticket_price": "0",
+ "examine": "Candlestick used during Heroes' Quest.",
"durability": null,
- "weight": "0.6"
+ "name": "Pete's candlestick",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1577"
},
{
- "id": "3211",
- "name": "Limestone",
- "examine": "Some limestone.",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "10000",
+ "name": "Pete's candlestick",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1578"
+ },
+ {
+ "examine": "This denotes a Master Thief.",
+ "durability": null,
+ "name": "Thieves' armband",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1579"
+ },
+ {
+ "examine": "These will keep my hands cold!",
+ "durability": null,
+ "name": "Ice gloves",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "1580",
+ "bonuses": "0,0,0,0,0,0,3,4,0,2,2,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "Yuck.",
+ "durability": null,
+ "name": "Blamish snail slime",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1581"
+ },
+ {
+ "examine": "Made from the finest snail slime.",
+ "durability": null,
+ "name": "Blamish oil",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "1582"
+ },
+ {
+ "examine": "Firebird feather.",
+ "durability": null,
+ "name": "Fire feather",
+ "archery_ticket_price": "0",
+ "id": "1583"
+ },
+ {
+ "examine": "Apparently my name is Hartigan",
+ "durability": null,
+ "name": "Id papers",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1584"
+ },
+ {
+ "examine": "Useful for catching lava eels.",
+ "durability": null,
+ "name": "Oily fishing rod",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1585"
+ },
+ {
+ "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)",
+ "durability": null,
+ "name": "Miscellaneous key",
+ "tradeable": "true",
+ "weight": "0.01",
+ "archery_ticket_price": "0",
+ "id": "1586"
+ },
+ {
+ "durability": null,
+ "name": "Miscellaneous key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1587"
+ },
+ {
+ "examine": "The key I got from Grip. (Heroes' Quest)",
+ "durability": null,
+ "name": "Grips' key ring",
+ "archery_ticket_price": "0",
+ "id": "1588"
+ },
+ {
+ "shop_price": "1",
+ "examine": "I wonder what this unlocks. (Heroes' Quest)",
+ "durability": null,
+ "name": "Dusty key",
+ "archery_ticket_price": "0",
+ "id": "1590"
+ },
+ {
+ "examine": "Key to a cell. (Heroes' Quest)",
+ "durability": null,
+ "name": "Jail key",
+ "archery_ticket_price": "0",
+ "id": "1591"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "Used to make gold rings.",
+ "grand_exchange_price": "316",
+ "durability": null,
+ "name": "Ring mould",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1592"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "316",
+ "durability": null,
+ "name": "Ring mould",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1593"
+ },
+ {
+ "examine": "Used to make unholy symbols.",
+ "durability": null,
+ "name": "Unholy mould",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "1594"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "Used to make gold amulets.",
+ "grand_exchange_price": "288",
+ "durability": null,
+ "name": "Amulet mould",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1595"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "288",
+ "durability": null,
+ "name": "Amulet mould",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1596"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "Used to make gold necklaces.",
+ "grand_exchange_price": "269",
+ "durability": null,
+ "name": "Necklace mould",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1597"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "269",
+ "durability": null,
+ "name": "Necklace mould",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1598"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "Used to make holy symbols of Saradomin.",
+ "grand_exchange_price": "504",
+ "durability": null,
+ "name": "Holy mould",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1599"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "504",
+ "durability": null,
+ "name": "Holy mould",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1600"
+ },
+ {
+ "ge_buy_limit": "500",
+ "examine": "This looks valuable.",
+ "grand_exchange_price": "14800",
+ "durability": null,
+ "name": "Diamond",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "archery_ticket_price": "0",
+ "id": "1601"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "14800",
+ "durability": null,
+ "name": "Diamond",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1602"
+ },
+ {
+ "shop_price": "400",
+ "ge_buy_limit": "1000",
+ "examine": "This looks valuable.",
+ "grand_exchange_price": "1598",
+ "durability": null,
+ "name": "Ruby",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "1603"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1598",
+ "durability": null,
+ "name": "Ruby",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1604"
+ },
+ {
+ "shop_price": "350",
+ "ge_buy_limit": "1000",
+ "examine": "This looks valuable.",
+ "grand_exchange_price": "853",
+ "durability": null,
+ "name": "Emerald",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "1605"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "853",
+ "durability": null,
+ "name": "Emerald",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1606"
+ },
+ {
+ "shop_price": "175",
+ "ge_buy_limit": "1000",
+ "examine": "This looks valuable.",
+ "grand_exchange_price": "520",
+ "durability": null,
+ "name": "Sapphire",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "1607"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "520",
+ "durability": null,
+ "name": "Sapphire",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1608"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A semi precious stone.",
+ "grand_exchange_price": "44",
+ "durability": null,
+ "name": "Opal",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "1609"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Opal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1610"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "84",
+ "durability": null,
+ "name": "Jade",
+ "archery_ticket_price": "0",
+ "id": "1611"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Jade",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1612"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A semi precious stone.",
+ "grand_exchange_price": "120",
+ "durability": null,
+ "name": "Red topaz",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "1613"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "103",
+ "durability": null,
+ "name": "Red topaz",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1614"
+ },
+ {
+ "shop_price": "75000",
+ "ge_buy_limit": "100",
+ "examine": "This looks valuable.",
+ "grand_exchange_price": "27400",
+ "durability": null,
+ "name": "Dragonstone",
+ "tradeable": "true",
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "1615"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "27400",
+ "durability": null,
+ "name": "Dragonstone",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1616"
+ },
+ {
+ "ge_buy_limit": "500",
+ "examine": "An uncut diamond.",
+ "grand_exchange_price": "2160",
+ "tokkul_price": "300",
+ "durability": null,
+ "name": "Uncut diamond",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "1617"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "20000",
+ "durability": null,
+ "name": "Uncut diamond",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1618"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "An uncut ruby.",
+ "grand_exchange_price": "1140",
+ "tokkul_price": "150",
+ "durability": null,
+ "name": "Uncut ruby",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "1619"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "4970",
+ "durability": null,
+ "name": "Uncut ruby",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1620"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "1000",
+ "examine": "An uncut emerald.",
+ "grand_exchange_price": "580",
+ "tokkul_price": "75",
+ "durability": null,
+ "name": "Uncut emerald",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "1621"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2621",
+ "durability": null,
+ "name": "Uncut emerald",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1622"
+ },
+ {
+ "shop_price": "25",
+ "ge_buy_limit": "1000",
+ "examine": "An uncut sapphire.",
+ "grand_exchange_price": "420",
+ "tokkul_price": "37",
+ "durability": null,
+ "name": "Uncut sapphire",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "1623"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1851",
+ "durability": null,
+ "name": "Uncut sapphire",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1624"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "An uncut opal.",
+ "grand_exchange_price": "65",
+ "durability": null,
+ "name": "Uncut opal",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "1625"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "65",
+ "durability": null,
+ "name": "Uncut opal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1626"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "An uncut jade.",
+ "grand_exchange_price": "138",
+ "durability": null,
+ "name": "Uncut jade",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "1627"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "138",
+ "durability": null,
+ "name": "Uncut jade",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1628"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "An uncut red topaz.",
+ "grand_exchange_price": "279",
+ "durability": null,
+ "name": "Uncut red topaz",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "1629"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "279",
+ "durability": null,
+ "name": "Uncut red topaz",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1630"
+ },
+ {
+ "shop_price": "75000",
+ "ge_buy_limit": "100",
+ "examine": "An uncut dragonstone.",
+ "tokkul_price": "1500",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.3",
+ "grand_exchange_price": "31700",
+ "name": "Uncut dragonstone",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1631"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "31700",
+ "durability": null,
+ "name": "Uncut dragonstone",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1632"
+ },
+ {
+ "examine": "This gem is crushed and broken.",
+ "durability": null,
+ "name": "Crushed gem",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1633"
+ },
+ {
+ "durability": null,
+ "name": "Crushed gem",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1634"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "165",
+ "durability": null,
+ "name": "Gold ring",
+ "tradeable": "true",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "destroy": "false",
+ "archery_ticket_price": "0",
+ "id": "1635",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "165",
+ "durability": null,
+ "name": "Gold ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1636"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "561",
+ "durability": null,
+ "name": "Sapphire ring",
+ "tradeable": "true",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "1637",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "561",
+ "durability": null,
+ "name": "Sapphire ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1638"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "884",
+ "durability": null,
+ "name": "Emerald ring",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "1639",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "884",
+ "durability": null,
+ "name": "Emerald ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1640"
+ },
+ {
+ "shop_price": "2025",
+ "ge_buy_limit": "5000",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "1110",
+ "durability": null,
+ "name": "Ruby ring",
+ "tradeable": "true",
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "archery_ticket_price": "0",
+ "id": "1641",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1110",
+ "durability": null,
+ "name": "Ruby ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1642"
+ },
+ {
+ "shop_price": "3172",
+ "ge_buy_limit": "5000",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "4416",
+ "durability": null,
+ "name": "Diamond ring",
+ "tradeable": "true",
+ "low_alchemy": "1410",
+ "high_alchemy": "2115",
+ "archery_ticket_price": "0",
+ "id": "1643",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "4416",
+ "durability": null,
+ "name": "Diamond ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1644"
+ },
+ {
+ "shop_price": "7750",
+ "ge_buy_limit": "100",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "26700",
+ "durability": null,
+ "name": "Dragonstone ring",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1645",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "26700",
+ "durability": null,
+ "name": "Dragonstone ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1646"
+ },
+ {
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "547",
+ "durability": null,
+ "name": "Sapphire ring",
+ "tradeable": "true",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "1649"
+ },
+ {
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "993",
+ "durability": null,
+ "name": "Emerald ring",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "1650"
+ },
+ {
+ "shop_price": "2025",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "1125",
+ "durability": null,
+ "name": "Ruby ring",
+ "tradeable": "true",
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "archery_ticket_price": "0",
+ "id": "1651"
+ },
+ {
+ "shop_price": "3172",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "3622",
+ "durability": null,
+ "name": "Diamond ring",
+ "tradeable": "true",
+ "low_alchemy": "1410",
+ "high_alchemy": "2115",
+ "archery_ticket_price": "0",
+ "id": "1652"
+ },
+ {
+ "shop_price": "7750",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "19606",
+ "durability": null,
+ "name": "Dragonstone ring",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1653"
+ },
+ {
+ "shop_price": "450",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "185",
+ "durability": null,
+ "name": "Gold necklace",
+ "tradeable": "true",
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "archery_ticket_price": "0",
+ "id": "1654",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "185",
+ "durability": null,
+ "name": "Gold necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1655"
+ },
+ {
+ "shop_price": "945",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "534",
+ "durability": null,
+ "name": "Sapphire necklace",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "1656",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "534",
+ "durability": null,
+ "name": "Sapphire necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1657"
+ },
+ {
+ "shop_price": "1425",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "781",
+ "durability": null,
+ "name": "Emerald necklace",
+ "tradeable": "true",
+ "low_alchemy": "570",
+ "high_alchemy": "855",
+ "archery_ticket_price": "0",
+ "id": "1658",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "781",
+ "durability": null,
+ "name": "Emerald necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1659"
+ },
+ {
+ "shop_price": "870",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "1276",
+ "durability": null,
+ "name": "Ruby necklace",
+ "tradeable": "true",
+ "low_alchemy": "870",
+ "high_alchemy": "1305",
+ "archery_ticket_price": "0",
+ "id": "1660",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1276",
+ "durability": null,
+ "name": "Ruby necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1661"
+ },
+ {
+ "shop_price": "3307",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "14300",
+ "durability": null,
+ "name": "Diamond necklace",
+ "tradeable": "true",
+ "low_alchemy": "1470",
+ "high_alchemy": "2205",
+ "archery_ticket_price": "0",
+ "id": "1662",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "14300",
+ "durability": null,
+ "name": "Diamond necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1663"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "26000",
+ "durability": null,
+ "name": "Dragon necklace",
+ "tradeable": "true",
+ "low_alchemy": "7350",
+ "high_alchemy": "11025",
+ "archery_ticket_price": "0",
+ "id": "1664",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "26000",
+ "durability": null,
+ "name": "Dragon necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1665"
+ },
+ {
+ "shop_price": "945",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "532",
+ "durability": null,
+ "name": "Sapphire necklace",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "1668"
+ },
+ {
+ "shop_price": "1425",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "741",
+ "durability": null,
+ "name": "Emerald necklace",
+ "tradeable": "true",
+ "low_alchemy": "570",
+ "high_alchemy": "855",
+ "archery_ticket_price": "0",
+ "id": "1669"
+ },
+ {
+ "shop_price": "870",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "1194",
+ "durability": null,
+ "name": "Ruby necklace",
+ "tradeable": "true",
+ "low_alchemy": "870",
+ "high_alchemy": "1305",
+ "archery_ticket_price": "0",
+ "id": "1670"
+ },
+ {
+ "shop_price": "3307",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "9795",
+ "durability": null,
+ "name": "Diamond necklace",
+ "tradeable": "true",
+ "low_alchemy": "1470",
+ "high_alchemy": "2205",
+ "archery_ticket_price": "0",
+ "id": "1671"
+ },
+ {
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "23010",
+ "durability": null,
+ "name": "Dragon necklace",
+ "tradeable": "true",
+ "low_alchemy": "7350",
+ "high_alchemy": "11025",
+ "archery_ticket_price": "0",
+ "id": "1672"
+ },
+ {
+ "shop_price": "350",
+ "ge_buy_limit": "5000",
+ "examine": "A plain gold amulet.",
+ "grand_exchange_price": "172",
+ "durability": null,
+ "name": "Gold amulet",
+ "tradeable": "true",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "archery_ticket_price": "0",
+ "id": "1673"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "172",
+ "durability": null,
+ "name": "Gold amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1674"
+ },
+ {
+ "shop_price": "810",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "473",
+ "durability": null,
+ "name": "Sapphire amulet",
+ "tradeable": "true",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "1675"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "473",
+ "durability": null,
+ "name": "Sapphire amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1676"
+ },
+ {
+ "shop_price": "1147",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "695",
+ "durability": null,
+ "name": "Emerald amulet",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "1677"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "695",
+ "durability": null,
+ "name": "Emerald amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1678"
+ },
+ {
+ "shop_price": "2025",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "1268",
+ "durability": null,
+ "name": "Ruby amulet",
+ "tradeable": "true",
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1679"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1268",
+ "durability": null,
+ "name": "Ruby amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1680"
+ },
+ {
+ "shop_price": "3307",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "3359",
+ "durability": null,
+ "name": "Diamond amulet",
+ "tradeable": "true",
+ "low_alchemy": "1410",
+ "high_alchemy": "2115",
+ "archery_ticket_price": "0",
+ "id": "1681"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3359",
+ "durability": null,
+ "name": "Diamond amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1682"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "26900",
+ "durability": null,
+ "name": "Dragonstone ammy",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1683"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "26900",
+ "durability": null,
+ "name": "Dragonstone ammy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1684"
+ },
+ {
+ "shop_price": "810",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "417",
+ "durability": null,
+ "name": "Sapphire amulet",
+ "tradeable": "true",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "1687"
+ },
+ {
+ "shop_price": "1147",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "648",
+ "durability": null,
+ "name": "Emerald amulet",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "1688"
+ },
+ {
+ "shop_price": "2025",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "1098",
+ "durability": null,
+ "name": "Ruby amulet",
+ "tradeable": "true",
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1689"
+ },
+ {
+ "shop_price": "3307",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "1993",
+ "durability": null,
+ "name": "Diamond amulet",
+ "tradeable": "true",
+ "low_alchemy": "1410",
+ "high_alchemy": "2115",
+ "archery_ticket_price": "0",
+ "id": "1690"
+ },
+ {
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "18436",
+ "durability": null,
+ "name": "Dragonstone ammy",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1691"
+ },
+ {
+ "shop_price": "350",
+ "ge_buy_limit": "5000",
+ "examine": "A plain gold amulet.",
+ "grand_exchange_price": "137",
+ "durability": null,
+ "name": "Gold amulet",
+ "tradeable": "true",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "archery_ticket_price": "0",
+ "id": "1692",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "137",
+ "durability": null,
+ "name": "Gold amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1693"
+ },
+ {
+ "shop_price": "810",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "435",
+ "durability": null,
+ "name": "Sapphire amulet",
+ "tradeable": "true",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "1694",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "435",
+ "durability": null,
+ "name": "Sapphire amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1695"
+ },
+ {
+ "shop_price": "1147",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "659",
+ "durability": null,
+ "name": "Emerald amulet",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "1696",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "659",
+ "durability": null,
+ "name": "Emerald amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1697"
+ },
+ {
+ "shop_price": "2025",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if I can get this enchanted.",
+ "durability": null,
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "destroy": "true",
+ "equipment_slot": "2",
+ "grand_exchange_price": "1115",
+ "name": "Ruby amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1698"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1115",
+ "durability": null,
+ "name": "Ruby amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1699"
+ },
+ {
+ "shop_price": "3307",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "2706",
+ "durability": null,
+ "name": "Diamond amulet",
+ "tradeable": "true",
+ "low_alchemy": "1410",
+ "high_alchemy": "2115",
+ "archery_ticket_price": "0",
+ "id": "1700",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2706",
+ "durability": null,
+ "name": "Diamond amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1701"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "27100",
+ "durability": null,
+ "name": "Dragonstone ammy",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1702",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "27100",
+ "durability": null,
+ "name": "Dragonstone ammy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1703"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A very powerful dragonstone amulet.",
+ "grand_exchange_price": "28000",
+ "durability": null,
+ "name": "Amulet of glory",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1704",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "28000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1705"
+ },
+ {
+ "examine": "A dragonstone amulet with 1 magic charge.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Amulet of glory(1)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1706",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1707"
+ },
+ {
+ "examine": "A dragonstone amulet with 2 magic charges.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Amulet of glory(2)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1708",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1709"
+ },
+ {
+ "examine": "A dragonstone amulet with 3 magic charges.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Amulet of glory(3)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1710",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1711"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A dragonstone amulet with 4 magic charges.",
+ "grand_exchange_price": "29300",
+ "durability": null,
+ "name": "Amulet of glory(4)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "1712",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "29300",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1713"
+ },
+ {
+ "shop_price": "200",
+ "ge_buy_limit": "5000",
+ "examine": "It needs a string so I can wear it.",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Unstrung symbol",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "1714"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Unstrung symbol",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1715"
+ },
+ {
+ "shop_price": "120",
+ "ge_buy_limit": "5000",
+ "examine": "A symbol of Saradomin.",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Unblessed symbol",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "1716",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Unblessed symbol",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1717"
+ },
+ {
+ "shop_price": "300",
+ "ge_buy_limit": "5000",
+ "examine": "A blessed holy symbol of Saradomin.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "equipment_slot": "2",
+ "grand_exchange_price": "88",
+ "name": "Holy symbol",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1718",
+ "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "88",
+ "durability": null,
+ "name": "Holy symbol",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1719"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "It needs a string so I can wear it.",
+ "grand_exchange_price": "178",
+ "durability": null,
+ "name": "Unstrung emblem",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "1720"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "178",
+ "durability": null,
+ "name": "Unstrung emblem",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1721"
+ },
+ {
+ "shop_price": "120",
+ "ge_buy_limit": "5000",
+ "examine": "An unholy symbol of Zamorak.",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Unpowered symbol",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "1722",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Unpowered symbol",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1723"
+ },
+ {
+ "shop_price": "135",
+ "ge_buy_limit": "5000",
+ "examine": "An unholy symbol of Zamorak.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "equipment_slot": "2",
+ "grand_exchange_price": "57",
+ "name": "Unholy symbol",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1724",
+ "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "An enchanted ruby amulet.",
+ "grand_exchange_price": "1247",
+ "durability": null,
+ "name": "Amulet of strength",
+ "tradeable": "true",
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "archery_ticket_price": "0",
+ "id": "1725",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1247",
+ "durability": null,
+ "name": "Amulet of strength",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1726"
+ },
+ {
+ "shop_price": "900",
+ "ge_buy_limit": "5000",
+ "examine": "An enchanted sapphire amulet of magic.",
+ "durability": null,
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "equipment_slot": "2",
+ "grand_exchange_price": "519",
+ "name": "Amulet of magic",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1727",
+ "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "519",
+ "durability": null,
+ "name": "Amulet of magic",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1728"
+ },
+ {
+ "shop_price": "1275",
+ "ge_buy_limit": "5000",
+ "examine": "An enchanted emerald amulet of protection.",
+ "durability": null,
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "equipment_slot": "2",
+ "grand_exchange_price": "721",
+ "name": "Amulet of defence",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1729",
+ "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "721",
+ "durability": null,
+ "name": "Amulet of defence",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1730"
+ },
+ {
+ "shop_price": "3525",
+ "ge_buy_limit": "5000",
+ "examine": "An enchanted diamond amulet of power.",
+ "durability": null,
+ "low_alchemy": "1410",
+ "high_alchemy": "2115",
+ "equipment_slot": "2",
+ "grand_exchange_price": "2573",
+ "name": "Amulet of power",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1731",
+ "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2573",
+ "durability": null,
+ "name": "Amulet of power",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1732"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "5000",
+ "examine": "Used with a thread to make clothes.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Needle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1733"
+ },
+ {
"shop_price": "4",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "3212",
- "name": "Limestone",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3213",
- "name": "Quicklime",
- "examine": "Some quicklime.",
- "archery_ticket_price": "0",
+ "examine": "Use with a needle to make clothes.",
+ "grand_exchange_price": "7",
"durability": null,
- "weight": "2.2"
+ "name": "Thread",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1734"
},
{
- "id": "3214",
- "name": "Pot of quicklime",
- "examine": "A pot of ground quicklime.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3215",
- "name": "Ground sulphur",
- "examine": "A pile of ground sulphur.",
- "archery_ticket_price": "0",
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "For shearing sheep.",
+ "grand_exchange_price": "76",
"durability": null,
- "shop_price": "160",
- "weight": "0.5"
+ "name": "Shears",
+ "tradeable": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1735"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "76",
+ "durability": null,
+ "name": "Shears",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1736"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "I think this came from a sheep.",
+ "grand_exchange_price": "160",
+ "durability": null,
+ "name": "Wool",
+ "tradeable": "true",
+ "weight": "0.14",
+ "archery_ticket_price": "0",
+ "id": "1737"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "160",
+ "durability": null,
+ "name": "Wool",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1738"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "I should take this to the tannery.",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Cowhide",
+ "tradeable": "true",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
+ "id": "1739"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "516",
+ "durability": null,
+ "name": "Cowhide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1740"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a piece of leather.",
+ "grand_exchange_price": "638",
+ "durability": null,
+ "name": "Leather",
+ "tradeable": "true",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "1741"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "638",
+ "durability": null,
+ "name": "Leather",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1742"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a piece of hard leather.",
+ "grand_exchange_price": "640",
+ "durability": null,
+ "name": "Hard leather",
+ "tradeable": "true",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "1743"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "640",
+ "durability": null,
+ "name": "Hard leather",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1744"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a piece of prepared green dragon hide.",
+ "grand_exchange_price": "2237",
+ "durability": null,
+ "name": "Green d-leather",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "1745"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2237",
+ "durability": null,
+ "name": "Green d-leather",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1746"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "The scaly rough hide from a Black Dragon.",
+ "grand_exchange_price": "5802",
+ "durability": null,
+ "name": "Black dragonhide",
+ "tradeable": "true",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "1747"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "5802",
+ "durability": null,
+ "name": "Black dragonhide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1748"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "The scaly rough hide from a red dragon.",
+ "grand_exchange_price": "3539",
+ "durability": null,
+ "name": "Red dragonhide",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "1749"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "3539",
+ "durability": null,
+ "name": "Red dragonhide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1750"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "The scaly rough hide from a blue dragon.",
+ "grand_exchange_price": "2473",
+ "durability": null,
+ "name": "Blue dragonhide",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "1751"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2473",
+ "durability": null,
+ "name": "Blue dragonhide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1752"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "The scaly rough hide from a green dragon.",
+ "grand_exchange_price": "1000",
+ "durability": null,
+ "name": "Green dragonhide",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "1753"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1933",
+ "durability": null,
+ "name": "Green dragonhide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1754"
+ },
+ {
+ "shop_price": "14",
+ "ge_buy_limit": "100",
+ "examine": "Good for detailed crafting.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Chisel",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1755"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Chisel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1756"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A mostly clean apron.",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Brown apron",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.45",
+ "archery_ticket_price": "0",
+ "id": "1757",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Brown apron",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1758"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "Spun from sheeps' wool.",
+ "grand_exchange_price": "115",
+ "durability": null,
+ "name": "Ball of wool",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1759"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "115",
+ "durability": null,
+ "name": "Ball of wool",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1760"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Clay soft enough to mould.",
+ "grand_exchange_price": "487",
+ "durability": null,
+ "name": "Soft clay",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "1761"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "487",
+ "durability": null,
+ "name": "Soft clay",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1762"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "A little bottle of red dye.",
+ "grand_exchange_price": "1374",
+ "durability": null,
+ "name": "Red dye",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1763"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1374",
+ "durability": null,
+ "name": "Red dye",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1764"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "A little bottle of yellow dye.",
+ "grand_exchange_price": "549",
+ "durability": null,
+ "name": "Yellow dye",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1765"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "549",
+ "durability": null,
+ "name": "Yellow dye",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1766"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "A little bottle of blue dye",
+ "grand_exchange_price": "642",
+ "durability": null,
+ "name": "Blue dye",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1767"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "642",
+ "durability": null,
+ "name": "Blue dye",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1768"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "A little bottle of orange dye.",
+ "grand_exchange_price": "1258",
+ "durability": null,
+ "name": "Orange dye",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "1769"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1258",
+ "durability": null,
+ "name": "Orange dye",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1770"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "A little bottle of green dye.",
+ "grand_exchange_price": "503",
+ "durability": null,
+ "name": "Green dye",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1771"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "503",
+ "durability": null,
+ "name": "Green dye",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1772"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "A little bottle of purple dye.",
+ "grand_exchange_price": "288",
+ "durability": null,
+ "name": "Purple dye",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1773"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "288",
+ "durability": null,
+ "name": "Purple dye",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1774"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Hot glass ready to be blown into useful objects.",
+ "grand_exchange_price": "924",
+ "durability": null,
+ "name": "Molten glass",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "1775"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "924",
+ "durability": null,
+ "name": "Molten glass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1776"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "I need a bow stave to attach this to.",
+ "grand_exchange_price": "240",
+ "durability": null,
+ "name": "Bow string",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "1777"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "223",
+ "durability": null,
+ "name": "Bow string",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1778"
+ },
+ {
+ "shop_price": "73",
+ "ge_buy_limit": "25000",
+ "examine": "A plant cultivated for fibres (ground); I should use this with a spinning wheel (item).",
+ "grand_exchange_price": "73",
+ "durability": null,
+ "name": "Flax",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1779"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "73",
+ "durability": null,
+ "name": "Flax",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1780"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "One of the ingredients for making glass.",
+ "grand_exchange_price": "575",
+ "durability": null,
+ "name": "Soda ash",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.09",
+ "archery_ticket_price": "0",
+ "id": "1781"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "575",
+ "durability": null,
+ "name": "Soda ash",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1782"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "One of the ingredients for making glass.",
+ "grand_exchange_price": "265",
+ "durability": null,
+ "name": "Bucket of sand",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "1783"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "265",
+ "durability": null,
+ "name": "Bucket of sand",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1784"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "Used to form molten glass into useful items.",
+ "grand_exchange_price": "195",
+ "durability": null,
+ "name": "Glassblowing pipe",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "1785"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "195",
+ "durability": null,
+ "name": "Glassblowing pipe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1786"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I need to put this in a pottery oven.",
+ "grand_exchange_price": "53",
+ "durability": null,
+ "name": "Unfired pot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1787"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "53",
+ "durability": null,
+ "name": "Unfired pot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1788"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I need to put this in a pottery oven.",
+ "grand_exchange_price": "96",
+ "durability": null,
+ "name": "Unfired pie dish",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1789"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "96",
+ "durability": null,
+ "name": "Unfired pie dish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1790"
+ },
+ {
+ "shop_price": "32",
+ "ge_buy_limit": "100",
+ "examine": "I need to put this in a pottery oven.",
+ "grand_exchange_price": "194",
+ "durability": null,
+ "name": "Unfired bowl",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1791"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "194",
+ "durability": null,
+ "name": "Unfired bowl",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1792"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A slightly bluish leaf.",
+ "grand_exchange_price": "57",
+ "durability": null,
+ "name": "Woad leaf",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1793"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Useful for crafting items.",
+ "grand_exchange_price": "249",
+ "durability": null,
+ "name": "Bronze wire",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "1794"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "249",
+ "durability": null,
+ "name": "Bronze wire",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1795"
+ },
+ {
+ "examine": "Anna's shiny silver coated necklace.",
+ "durability": null,
+ "name": "Silver necklace",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1796",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Anna's shiny silver coated necklace.",
+ "durability": null,
+ "name": "Silver necklace",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1797",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Bob's shiny silver coated tea cup.",
+ "durability": null,
+ "name": "Silver cup",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1798"
+ },
+ {
+ "examine": "Bob's shiny silver coated tea cup.",
+ "durability": null,
+ "name": "Silver cup",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1799"
+ },
+ {
+ "examine": "Carol's shiny silver coated bottle.",
+ "durability": null,
+ "name": "Silver bottle",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1800"
+ },
+ {
+ "examine": "Carol's shiny silver coated bottle.",
+ "durability": null,
+ "name": "Silver bottle",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1801"
+ },
+ {
+ "examine": "David's shiny silver coated book.",
+ "durability": null,
+ "name": "Silver book",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1802"
+ },
+ {
+ "examine": "David's shiny silver coated book.",
+ "durability": null,
+ "name": "Silver book",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1803"
+ },
+ {
+ "examine": "Elizabeth's shiny silver coated needle.",
+ "durability": null,
+ "name": "Silver needle",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1804"
+ },
+ {
+ "examine": "Elizabeth's shiny silver coated needle.",
+ "durability": null,
+ "name": "Silver needle",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1805"
+ },
+ {
+ "examine": "Frank's shiny silver coated pot.",
+ "durability": null,
+ "name": "Silver pot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1806"
+ },
+ {
+ "examine": "Frank's shiny silver coated pot.",
+ "durability": null,
+ "name": "Silver pot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1807"
+ },
+ {
+ "examine": "Some (colour) thread found at the murder scene.",
+ "durability": null,
+ "name": "Criminal's thread",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1808"
+ },
+ {
+ "examine": "Some (colour) thread found at the murder scene.",
+ "durability": null,
+ "name": "Criminal's thread",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1809"
+ },
+ {
+ "examine": "Some (colour) thread found at the murder scene.",
+ "durability": null,
+ "name": "Criminal's thread",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1810"
+ },
+ {
+ "examine": "A piece of fly paper. It's sticky.",
+ "durability": null,
+ "name": "Flypaper",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1811"
+ },
+ {
+ "examine": "A pot found at the murder scene, with a sickly odour.",
+ "durability": null,
+ "name": "Pungent pot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1812"
+ },
+ {
+ "examine": "A flimsy-looking dagger found at the crime scene./A flimsy looking dagger found at the crime scene coated with a thin layer of flour.",
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Criminal's dagger",
+ "archery_ticket_price": "0",
+ "id": "1813"
+ },
+ {
+ "examine": "A flimsy-looking dagger found at the crime scene./A flimsy looking dagger found at the crime scene coated with a thin layer of flour.",
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Criminal's dagger",
+ "archery_ticket_price": "0",
+ "id": "1814"
+ },
+ {
+ "examine": "The fingerprints of the murderer.",
+ "durability": null,
+ "name": "Killer's print",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1815"
+ },
+ {
+ "examine": "An imprint of Anna's fingerprint.",
+ "durability": null,
+ "name": "Anna's print",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1816"
+ },
+ {
+ "examine": "An imprint of Bob's fingerprint.",
+ "durability": null,
+ "name": "Bob's print",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1817"
+ },
+ {
+ "examine": "An imprint of Carol's fingerprint.",
+ "durability": null,
+ "name": "Carol's print",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1818"
+ },
+ {
+ "examine": "An imprint of David's fingerprint.",
+ "durability": null,
+ "name": "David's print",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1819"
+ },
+ {
+ "examine": "An imprint of Elizabeth's fingerprint.",
+ "durability": null,
+ "name": "Elizabeth's print",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1820"
+ },
+ {
+ "examine": "An imprint of Frank's fingerprint.",
+ "durability": null,
+ "name": "Frank's print",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1821"
+ },
+ {
+ "examine": "An unidentified fingerprint taken from the murder weapon.",
+ "durability": null,
+ "name": "Unknown print",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1822"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "100",
+ "examine": "A full waterskin with four portions of water.",
+ "grand_exchange_price": "184",
+ "durability": null,
+ "name": "Waterskin(4)",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1823"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "184",
+ "durability": null,
+ "name": "Waterskin(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1824"
+ },
+ {
+ "shop_price": "30",
+ "examine": "A nearly full waterskin with three portions of water.",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Waterskin(3)",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1825"
+ },
+ {
+ "durability": null,
+ "name": "Waterskin(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1826"
+ },
+ {
+ "shop_price": "30",
+ "examine": "A half empty waterskin with two portions of water.",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Waterskin(2)",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1827"
+ },
+ {
+ "durability": null,
+ "name": "Waterskin(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1828"
+ },
+ {
+ "shop_price": "30",
+ "examine": "A nearly empty waterskin with one portion of water.",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Waterskin(1)",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1829"
+ },
+ {
+ "durability": null,
+ "name": "Waterskin(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1830"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "100",
+ "examine": "A completely empty waterskin - you'll need to fill it up.",
+ "grand_exchange_price": "93",
+ "durability": null,
+ "name": "Waterskin(0)",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1831"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "93",
+ "durability": null,
+ "name": "Waterskin(0)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1832"
+ },
+ {
+ "shop_price": "40",
+ "ge_buy_limit": "100",
+ "examine": "A cool, light desert shirt.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "0.5",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "93",
+ "name": "Desert shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1833"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "93",
+ "durability": null,
+ "name": "Desert shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1834"
+ },
+ {
+ "shop_price": "40",
+ "ge_buy_limit": "100",
+ "examine": "A cool, light desert robe.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "0.9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "74",
+ "name": "Desert robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1835"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Desert robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1836"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "Comfortable desert shoes.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "10",
+ "grand_exchange_price": "257",
+ "name": "Desert boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1837"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "257",
+ "durability": null,
+ "name": "Desert boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1838"
+ },
+ {
+ "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.",
+ "durability": null,
+ "name": "Metal key",
+ "archery_ticket_price": "0",
+ "id": "1839"
+ },
+ {
+ "examine": "A metallic key, usually used by prison guards. (Tourist Trap)",
+ "durability": null,
+ "name": "Cell door key",
+ "archery_ticket_price": "0",
+ "id": "1840"
},
{
- "id": "3216",
- "name": "Barrel",
"examine": "An empty barrel/A Splendid barrel.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "206",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "3217",
"name": "Barrel",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3218",
- "name": "Barrel bomb",
- "examine": "A fused barrel full of fire oil.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "32"
- },
- {
- "id": "3219",
- "name": "Barrel bomb",
- "examine": "A fused barrel full of fire oil.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "32"
- },
- {
- "id": "3220",
- "name": "Barrel of coal-tar",
- "examine": "A barrel full of coal-tar.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "32"
- },
- {
- "id": "3221",
- "name": "Barrel of naphtha",
- "examine": "A barrel full of naphtha.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "32"
- },
- {
- "id": "3222",
- "name": "Naphtha mix",
- "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3223",
- "name": "Naphtha mix",
- "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3224",
- "name": "Strip of cloth",
- "examine": "A strip of cloth.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3226",
- "name": "Raw rabbit",
- "examine": "Might taste better cooked.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "67",
"tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "3227",
- "name": "Raw rabbit",
+ "weight": "10",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "id": "1841"
},
{
- "id": "3228",
- "name": "Cooked rabbit",
+ "examine": "Inventory: A mining barrel with Ana in it.While in the mine cart: It's Ana... in a barrel... in a mine cart.",
+ "durability": null,
+ "name": "Ana in a barrel",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "1842"
+ },
+ {
+ "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)",
+ "durability": null,
+ "name": "Wrought iron key",
+ "archery_ticket_price": "0",
+ "id": "1843"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "A filthy, smelly, flea infested shirt.",
+ "durability": null,
+ "name": "Slave shirt",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "1844",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "A filthy, smelly, flea infested robe.",
+ "durability": null,
+ "name": "Slave robe",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "1845",
+ "equipment_slot": "7"
+ },
+ {
+ "examine": "A set of filthy, smelly, flea infested desert slave boots.",
+ "durability": null,
+ "name": "Slave boots",
+ "weight": "0.6",
+ "archery_ticket_price": "0",
+ "id": "1846",
+ "equipment_slot": "10"
+ },
+ {
+ "examine": "A piece of paper with barely legible writing - looks like a recipe!",
+ "durability": null,
+ "name": "Scrumpled paper",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "1847"
+ },
+ {
+ "shop_price": "5",
+ "examine": "Very important information.",
+ "durability": null,
+ "name": "Shantay disclaimer",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1848"
+ },
+ {
+ "examine": "A prototype throwing dart.",
+ "attack_audios": "2547,0,0,0",
+ "durability": null,
+ "name": "Prototype dart",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1849"
+ },
+ {
+ "examine": "Plans of a technical nature.",
+ "durability": null,
+ "name": "Technical plans",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1850"
+ },
+ {
+ "examine": "The most delicious of pineapples.",
+ "durability": null,
+ "name": "Tenti pineapple",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1851"
+ },
+ {
+ "examine": "A key to the chest in Captain Siad's room.",
+ "durability": null,
+ "name": "Bedabin key",
+ "archery_ticket_price": "0",
+ "id": "1852"
+ },
+ {
+ "examine": "A protoype dart tip - it looks deadly.",
+ "attack_audios": "2547,0,0,0",
+ "durability": null,
+ "name": "Prototype dart tip",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1853"
+ },
+ {
+ "shop_price": "5",
+ "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.",
+ "durability": null,
+ "name": "Shantay pass",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1854"
+ },
+ {
+ "examine": "A Tourist's Guide to Ardougne.",
+ "durability": null,
+ "name": "Guide book",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "1856"
+ },
+ {
+ "examine": "The Rantuki tribe's totem.",
+ "durability": null,
+ "name": "Totem",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "1857"
+ },
+ {
+ "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.",
+ "durability": null,
+ "name": "Address label",
+ "archery_ticket_price": "0",
+ "id": "1858"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this first / Freshly cooked ugthanki meat.",
+ "grand_exchange_price": "486",
+ "durability": null,
+ "name": "Raw ugthanki meat",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.75",
+ "archery_ticket_price": "0",
+ "id": "1859"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "486",
+ "durability": null,
+ "name": "Raw ugthanki meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1860"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this first / Freshly cooked ugthanki meat.",
+ "grand_exchange_price": "687",
+ "durability": null,
+ "name": "Ugthanki meat",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.75",
+ "archery_ticket_price": "0",
+ "id": "1861"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "687",
+ "durability": null,
+ "name": "Ugthanki meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1862"
+ },
+ {
+ "shop_price": "9",
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this.",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Pitta dough",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.14",
+ "archery_ticket_price": "0",
+ "id": "1863"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Pitta dough",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1864"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab.",
+ "grand_exchange_price": "22",
+ "durability": null,
+ "name": "Pitta bread",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "1865"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "22",
+ "durability": null,
+ "name": "Pitta bread",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1866"
+ },
+ {
+ "durability": null,
+ "name": "Burnt pitta bread",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1868"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A mixture of tomatoes in a bowl.",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Chopped tomato",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "1869"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Chopped tomato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1870"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A mixture of onions in a bowl.",
+ "grand_exchange_price": "142",
+ "durability": null,
+ "name": "Chopped onion",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "1871"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "142",
+ "durability": null,
+ "name": "Chopped onion",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1872"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Strips of ugthanki meat in a bowl.",
+ "grand_exchange_price": "348",
+ "durability": null,
+ "name": "Chopped ugthanki",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1873"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "348",
+ "durability": null,
+ "name": "Chopped ugthanki",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1874"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A mixture of chopped onions and tomatoes in a bowl",
+ "grand_exchange_price": "31",
+ "durability": null,
+ "name": "Onion & tomato",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "1875"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "31",
+ "durability": null,
+ "name": "Onion & tomato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1876"
+ },
+ {
+ "shop_price": "26",
+ "ge_buy_limit": "1000",
+ "examine": "A mixture of chopped onions and ugthanki meat in a bowl.",
+ "grand_exchange_price": "330",
+ "durability": null,
+ "name": "Ugthanki & onion",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "1877"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "330",
+ "durability": null,
+ "name": "Ugthanki & onion",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1878"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl.",
+ "grand_exchange_price": "331",
+ "durability": null,
+ "name": "Ugthanki & tomato",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "1879"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "331",
+ "durability": null,
+ "name": "Ugthanki & tomato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1880"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl",
+ "grand_exchange_price": "412",
+ "durability": null,
+ "name": "Kebab mix",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "archery_ticket_price": "0",
+ "id": "1881"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "412",
+ "durability": null,
+ "name": "Kebab mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1882"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2027",
+ "durability": null,
+ "name": "Ugthanki kebab",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "1883"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2027",
+ "durability": null,
+ "name": "Ugthanki kebab",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1884"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1499",
+ "durability": null,
+ "name": "Ugthanki kebab",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "1885"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1499",
+ "durability": null,
+ "name": "Ugthanki kebab",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1886"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "100",
+ "examine": "Useful for baking cakes.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Cake tin",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1887"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Cake tin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1888"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Now all I need to do is cook it.",
+ "grand_exchange_price": "559",
+ "durability": null,
+ "name": "Uncooked cake",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "1889"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "559",
+ "durability": null,
+ "name": "Uncooked cake",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1890"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "1000",
+ "examine": "A plain sponge cake.",
+ "grand_exchange_price": "155",
+ "durability": null,
+ "name": "Cake",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "1891"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "155",
+ "durability": null,
+ "name": "Cake",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1892"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "1000",
+ "examine": "A plain sponge cake.",
+ "grand_exchange_price": "39",
+ "durability": null,
+ "name": "2/3 cake",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "1893"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "39",
+ "durability": null,
+ "name": "2/3 cake",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1894"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "1000",
+ "examine": "A plain sponge cake.",
+ "grand_exchange_price": "32",
+ "durability": null,
+ "name": "Slice of cake",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "1895"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "32",
+ "durability": null,
+ "name": "Slice of cake",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1896"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This looks very tasty.",
+ "grand_exchange_price": "416",
+ "durability": null,
+ "name": "Chocolate cake",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "1897"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "416",
+ "durability": null,
+ "name": "Chocolate cake",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1898"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This looks very tasty.",
+ "grand_exchange_price": "181",
+ "durability": null,
+ "name": "2/3 chocolate cake",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "1899"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "181",
+ "durability": null,
+ "name": "2/3 chocolate cake",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1900"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This looks very tasty.",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Chocolate slice",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "1901"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Chocolate slice",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1902"
+ },
+ {
+ "durability": null,
+ "name": "Burnt cake",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1904"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "Probably the finest readily-available ale in Asgarnia.",
+ "grand_exchange_price": "190",
+ "durability": null,
+ "name": "Asgarnian ale",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1905"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "190",
+ "durability": null,
+ "name": "Asgarnian ale",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1906"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "It's got strange bubbles in it.",
+ "grand_exchange_price": "171",
+ "durability": null,
+ "name": "Wizard's mind bomb",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1907"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "171",
+ "durability": null,
+ "name": "Wizard's mind bomb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1908"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "828",
+ "durability": null,
+ "name": "Greenman's ale",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1909"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "828",
+ "durability": null,
+ "name": "Greenman's ale",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1910"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of bitter.",
+ "grand_exchange_price": "487",
+ "durability": null,
+ "name": "Dragon bitter",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1911"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "487",
+ "durability": null,
+ "name": "Dragon bitter",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1912"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "A pint of thick dark beer.",
+ "grand_exchange_price": "212",
+ "durability": null,
+ "name": "Dwarven stout",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1913"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "212",
+ "durability": null,
+ "name": "Dwarven stout",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1914"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "A murky glass full of your average, everyday pirate slosh.",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Grog",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1915"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Grog",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1916"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "202",
+ "durability": null,
+ "name": "Beer",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1917",
+ "equipment_slot": "3"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "202",
+ "durability": null,
+ "name": "Beer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1918"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "I need to fill this with beer.",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Beer glass",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "1919"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Beer glass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1920"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's a bowl of water.",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Bowl of water",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "1921"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Bowl of water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1922"
+ },
+ {
+ "shop_price": "4",
+ "ge_buy_limit": "100",
+ "examine": "Useful for mixing things.",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Bowl",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1923"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Bowl",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1924"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "It's an empty bucket.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Bucket",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1925"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Bucket",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1926"
+ },
+ {
+ "shop_price": "12",
+ "ge_buy_limit": "1000",
+ "examine": "It's a bucket of milk.",
+ "grand_exchange_price": "103",
+ "durability": null,
+ "name": "Bucket of milk",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "1927"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "103",
+ "durability": null,
+ "name": "Bucket of milk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1928"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?",
+ "grand_exchange_price": "72",
+ "durability": null,
+ "name": "Bucket of water",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "1929"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "72",
+ "durability": null,
+ "name": "Bucket of water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1930"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "This pot is empty.",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Empty pot",
+ "tradeable": "true",
+ "weight": "0.45",
+ "archery_ticket_price": "0",
+ "id": "1931"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Empty pot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1932"
+ },
+ {
+ "shop_price": "14",
+ "ge_buy_limit": "1000",
+ "examine": "There is flour in this pot.",
+ "grand_exchange_price": "172",
+ "durability": null,
+ "name": "Pot of flour",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "1933"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "172",
+ "durability": null,
+ "name": "Pot of flour",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1934"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "10000",
+ "examine": "This jug is empty.",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Jug",
+ "tradeable": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1935"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Jug",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1936"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "10000",
+ "examine": "It's full of water.",
+ "grand_exchange_price": "87",
+ "durability": null,
+ "name": "Jug of water",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1937"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "87",
+ "durability": null,
+ "name": "Jug of water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1938"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A foul smelling thick tar like substance.",
+ "grand_exchange_price": "103",
+ "durability": null,
+ "name": "Swamp tar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1939"
+ },
+ {
+ "shop_price": "38",
+ "ge_buy_limit": "5000",
+ "examine": "A tar-like substance mixed with flour and warmed.",
+ "grand_exchange_price": "342",
+ "durability": null,
+ "name": "Raw swamp paste",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "1940"
+ },
+ {
+ "shop_price": "38",
+ "ge_buy_limit": "100",
+ "examine": "A tar-like substance mixed with flour and warmed.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Swamp paste",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "1941"
+ },
+ {
+ "shop_price": "11",
+ "ge_buy_limit": "500",
+ "examine": "This could be used to make a good stew.",
+ "grand_exchange_price": "91",
+ "durability": null,
+ "name": "Potato",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "1942"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "91",
+ "durability": null,
+ "name": "Potato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1943"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "1000",
+ "examine": "A nice fresh egg.",
+ "grand_exchange_price": "99",
+ "durability": null,
+ "name": "Egg",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "1944"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "99",
+ "durability": null,
+ "name": "Egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1945"
+ },
+ {
+ "shop_price": "14",
+ "examine": "There is flour in this pot.",
+ "grand_exchange_price": "162",
+ "durability": null,
+ "name": "Flour",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "1946"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
+ "examine": "Some wheat heads.",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Grain",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.6",
+ "archery_ticket_price": "0",
+ "id": "1947"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Grain",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1948"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "What a silly hat.",
+ "grand_exchange_price": "233",
+ "durability": null,
+ "name": "Chef's hat",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "1949",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "233",
+ "durability": null,
+ "name": "Chef's hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1950"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "1000",
+ "examine": "Very bright red berries.",
+ "grand_exchange_price": "337",
+ "durability": null,
+ "name": "Redberries",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1951"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "337",
+ "durability": null,
+ "name": "Redberries",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1952"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Potentially pastry.",
+ "grand_exchange_price": "433",
+ "durability": null,
+ "name": "Pastry dough",
+ "tradeable": "true",
+ "weight": "0.16",
+ "archery_ticket_price": "0",
+ "id": "1953"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "433",
+ "durability": null,
+ "name": "Pastry dough",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1954"
+ },
+ {
+ "shop_price": "36",
+ "ge_buy_limit": "1000",
+ "examine": "Keeps the doctor away.",
+ "grand_exchange_price": "353",
+ "durability": null,
+ "name": "Cooking apple",
+ "tradeable": "true",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "archery_ticket_price": "0",
+ "id": "1955"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "353",
+ "durability": null,
+ "name": "Cooking apple",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1956"
+ },
+ {
+ "shop_price": "12",
+ "ge_buy_limit": "1000",
+ "examine": "A strong smelling onion.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Onion",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1957"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Onion",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1958"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Happy Halloween.",
+ "grand_exchange_price": "273600000",
+ "durability": null,
+ "name": "Pumpkin",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "1959"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "273600000",
+ "durability": null,
+ "name": "Pumpkin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1960"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "80400000",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "1961"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "80400000",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1962"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
"examine": "Mmm this looks tasty.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "263",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "19",
- "tradeable": "true"
- },
- {
- "id": "3229",
- "name": "Cooked rabbit",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3230",
- "name": "Big book of bangs",
- "examine": "A book by Mel Achy.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "3232",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3234",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3236",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3238",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3239",
- "name": "Bark",
- "examine": "Bark from a hollow tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Banana",
"tradeable": "true",
- "weight": "1"
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1963",
+ "equipment_slot": "3"
},
{
- "id": "3240",
- "name": "Bark",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "263",
"durability": null,
+ "name": "Banana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1964"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "On ground: Cabbage... yuck!In inventory: Yuck, I don't like cabbage.",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Cabbage",
+ "tradeable": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1965"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Cabbage",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1966"
+ },
+ {
+ "examine": "On ground: Cabbage... yuck!In inventory: Yuck, I don't like cabbage.",
+ "grand_exchange_price": "55",
+ "durability": null,
+ "name": "Cabbage",
+ "tradeable": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "1967"
+ },
+ {
+ "durability": null,
+ "name": "Cabbage",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1968"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A home made spinach thing.",
+ "durability": null,
+ "name": "Spinach roll",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1969"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "1000",
+ "examine": "A meaty kebab.",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Kebab",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1971"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Kebab",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1972"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "10000",
+ "examine": "Mmmmmmm chocolate.",
+ "grand_exchange_price": "295",
+ "durability": null,
+ "name": "Chocolate bar",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "1973",
+ "equipment_slot": "5"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "295",
+ "durability": null,
+ "name": "Chocolate bar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1974"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "10000",
+ "examine": "It's ground-up chocolate.",
+ "grand_exchange_price": "370",
+ "durability": null,
+ "name": "Chocolate dust",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "1975"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "370",
+ "durability": null,
+ "name": "Chocolate dust",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1976"
+ },
+ {
+ "examine": "Milk with chocolate in it.",
+ "durability": null,
+ "name": "Chocolatey milk",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "1977"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "1000",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "1978"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1979"
+ },
+ {
+ "shop_price": "1",
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "An empty cup.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Empty cup",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "1980"
},
{
- "id": "3241",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Empty cup",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1981"
+ },
+ {
+ "shop_price": "25",
+ "ge_buy_limit": "10000",
+ "examine": "This would make good ketchup.",
+ "grand_exchange_price": "159",
+ "durability": null,
+ "name": "Tomato",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "archery_ticket_price": "0",
+ "id": "1982"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "159",
+ "durability": null,
+ "name": "Tomato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1983"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Rotten to the core!",
+ "durability": null,
+ "name": "Rotten apple",
+ "archery_ticket_price": "0",
+ "id": "1984"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "10000",
+ "examine": "It's got holes in it.",
+ "grand_exchange_price": "188",
+ "durability": null,
+ "name": "Cheese",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "1985"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "188",
+ "durability": null,
+ "name": "Cheese",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1986"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "1000",
+ "examine": "Good grapes for wine making.",
+ "grand_exchange_price": "1510",
+ "durability": null,
+ "name": "Grapes",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "1987"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1510",
+ "durability": null,
+ "name": "Grapes",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1988"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "An optimist would say it is half full.",
+ "grand_exchange_price": "227700000",
+ "durability": null,
+ "name": "Half full wine jug",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1989"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "227700000",
+ "durability": null,
+ "name": "Half full wine jug",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1990"
+ },
+ {
+ "examine": "Oh dear, this wine is terrible!",
+ "durability": null,
+ "name": "Jug of bad wine",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1991"
+ },
+ {
+ "examine": "Oh dear, this wine is terrible!",
+ "durability": null,
+ "name": "Jug of bad wine",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1992"
+ },
+ {
+ "shop_price": "128",
+ "ge_buy_limit": "1000",
+ "examine": "It's full of wine.",
+ "grand_exchange_price": "36",
+ "durability": null,
+ "name": "Jug of wine",
+ "tradeable": "true",
+ "low_alchemy": "51",
+ "high_alchemy": "76",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "1993"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "36",
+ "durability": null,
+ "name": "Jug of wine",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1994"
+ },
+ {
+ "examine": "This wine needs to ferment before it can be drunk.",
+ "durability": null,
+ "name": "Unfermented wine",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1995"
+ },
+ {
+ "examine": "This wine needs to ferment before it can be drunk.",
+ "durability": null,
+ "name": "Unfermented wine",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "1996"
+ },
+ {
+ "ge_buy_limit": "200",
+ "grand_exchange_price": "177",
+ "durability": null,
+ "name": "Incomplete stew",
+ "archery_ticket_price": "0",
+ "id": "1997"
+ },
+ {
+ "ge_buy_limit": "200",
+ "grand_exchange_price": "177",
+ "durability": null,
+ "name": "Incomplete stew",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "1998"
+ },
+ {
+ "ge_buy_limit": "200",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Incomplete stew",
+ "archery_ticket_price": "0",
+ "id": "1999"
+ },
+ {
+ "ge_buy_limit": "200",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Incomplete stew",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2000"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "200",
+ "examine": "I need to cook this.",
+ "grand_exchange_price": "600",
+ "durability": null,
+ "name": "Uncooked stew",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2001"
+ },
+ {
+ "ge_buy_limit": "200",
+ "grand_exchange_price": "600",
+ "durability": null,
+ "name": "Uncooked stew",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2002"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "200",
+ "examine": "It's a meat and potato stew.",
+ "grand_exchange_price": "1133",
+ "durability": null,
+ "name": "Stew",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "2003"
+ },
+ {
+ "ge_buy_limit": "200",
+ "grand_exchange_price": "1133",
+ "durability": null,
+ "name": "Stew",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2004"
+ },
+ {
+ "durability": null,
+ "name": "Burnt stew",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2006"
+ },
+ {
+ "shop_price": "230",
+ "ge_buy_limit": "1000",
+ "examine": "This could liven up an otherwise bland stew.",
+ "grand_exchange_price": "277",
+ "durability": null,
+ "name": "Spice",
+ "tradeable": "true",
+ "low_alchemy": "92",
+ "high_alchemy": "138",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2007"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "277",
+ "durability": null,
+ "name": "Spice",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2008"
+ },
+ {
+ "ge_buy_limit": "200",
+ "examine": "I need to cook this.",
+ "grand_exchange_price": "1382",
+ "durability": null,
+ "name": "Uncooked curry",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "2009"
+ },
+ {
+ "ge_buy_limit": "200",
+ "grand_exchange_price": "1382",
+ "durability": null,
+ "name": "Uncooked curry",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2010"
+ },
+ {
+ "ge_buy_limit": "200",
+ "examine": "It's a spicy hot curry.",
+ "grand_exchange_price": "1001",
+ "durability": null,
+ "name": "Curry",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "2011"
+ },
+ {
+ "ge_buy_limit": "200",
+ "grand_exchange_price": "1001",
+ "durability": null,
+ "name": "Curry",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2012"
+ },
+ {
+ "durability": null,
+ "name": "Burnt curry",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2014"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "1000",
+ "examine": "An absolutely clear spirit sold by well-stocked bars.",
+ "grand_exchange_price": "366",
+ "durability": null,
+ "name": "Vodka",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "2015"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "366",
+ "durability": null,
+ "name": "Vodka",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2016"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "1000",
+ "examine": "This Draynor malt is sold by well-stocked bars.",
+ "grand_exchange_price": "68",
+ "durability": null,
+ "name": "Whisky",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2017"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "68",
+ "durability": null,
+ "name": "Whisky",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2018"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
+ "examine": "A strong spirit that tastes of Juniper; sold at well-stocked bars.",
+ "grand_exchange_price": "184",
+ "durability": null,
+ "name": "Gin",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2019"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "184",
+ "durability": null,
+ "name": "Gin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2020"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "1000",
+ "examine": "A strong spirit best served in a large glass.",
+ "grand_exchange_price": "146",
+ "durability": null,
+ "name": "Brandy",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "2021"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "146",
+ "durability": null,
+ "name": "Brandy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2022"
+ },
+ {
+ "shop_price": "5",
+ "examine": "A book on tree gnome cocktails.",
+ "durability": null,
+ "name": "Cocktail guide",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2023"
+ },
+ {
+ "durability": null,
+ "name": "Cocktail guide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2024"
+ },
+ {
+ "shop_price": "2",
+ "examine": "Used for mixing cocktails.",
+ "durability": null,
+ "name": "Cocktail shaker",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2025"
+ },
+ {
+ "shop_price": "1",
+ "examine": "For sipping cocktails.",
+ "durability": null,
+ "name": "Cocktail glass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2026"
+ },
+ {
+ "durability": null,
+ "name": "Cocktail glass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2027"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "1000",
+ "examine": "A premade Blurberry Special.",
+ "grand_exchange_price": "70",
+ "durability": null,
+ "name": "Premade blurb' sp.",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2028"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "70",
+ "durability": null,
+ "name": "Premade blurb' sp.",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2029"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "1000",
+ "examine": "A premade Chocolate Saturday.",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Premade choc s'dy",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2030"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Premade choc s'dy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2031"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "1000",
+ "examine": "A premade Drunk Dragon.",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Premade dr' dragon",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2032"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Premade dr' dragon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2033"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "1000",
+ "examine": "A premade Fruit Blast.",
+ "grand_exchange_price": "48",
+ "durability": null,
+ "name": "Premade fr' blast",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2034"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "48",
+ "durability": null,
+ "name": "Premade fr' blast",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2035"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "1000",
+ "examine": "A premade Pineapple Punch.",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Premade p' punch",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2036"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Premade p' punch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2037"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "1000",
+ "examine": "A premade Short Green Guy.",
+ "grand_exchange_price": "33",
+ "durability": null,
+ "name": "Premade sgg",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2038"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "33",
+ "durability": null,
+ "name": "Premade sgg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2039"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "1000",
+ "examine": "A Premade Wizard Blizzard.",
+ "grand_exchange_price": "26",
+ "durability": null,
+ "name": "Premade wiz blz'd",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2040"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "26",
+ "durability": null,
+ "name": "Premade wiz blz'd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2041"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2042"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2043"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2044"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2045"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2046"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2047"
+ },
+ {
+ "shop_price": "28",
+ "ge_buy_limit": "1000",
+ "examine": "A fresh healthy fruit mix.",
+ "grand_exchange_price": "285",
+ "durability": null,
+ "name": "Pineapple punch",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "2048"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "285",
+ "durability": null,
+ "name": "Pineapple punch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2049"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2050"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2051"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2052"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2053"
+ },
+ {
+ "shop_price": "28",
+ "ge_buy_limit": "1000",
+ "examine": "This looks like a strange mix.",
+ "grand_exchange_price": "774",
+ "durability": null,
+ "name": "Wizard blizzard",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2054"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "774",
+ "durability": null,
+ "name": "Wizard blizzard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2055"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2056"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2057"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2058"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2059"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2060"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2061"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2062"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2063"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "1000",
+ "examine": "Looks good... smells strong.",
+ "grand_exchange_price": "5468",
+ "durability": null,
+ "name": "Blurberry special",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "2064"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "5468",
+ "durability": null,
+ "name": "Blurberry special",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2065"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2066"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2067"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2068"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2069"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2070"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2071"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2072"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2073"
+ },
+ {
+ "shop_price": "28",
+ "ge_buy_limit": "1000",
+ "examine": "A warm creamy alcoholic beverage",
+ "grand_exchange_price": "272",
+ "durability": null,
+ "name": "Choc saturday",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2074"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "272",
+ "durability": null,
+ "name": "Choc saturday",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2075"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2076"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2077"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2078"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2079"
+ },
+ {
+ "shop_price": "28",
+ "ge_buy_limit": "1000",
+ "examine": "A Short Green Guy... looks good.",
+ "grand_exchange_price": "756",
+ "durability": null,
+ "name": "Short green guy",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "2080"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "756",
+ "durability": null,
+ "name": "Short green guy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2081"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2082"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2083"
+ },
+ {
+ "shop_price": "28",
+ "ge_buy_limit": "1000",
+ "examine": "A cool refreshing fruit mix.",
+ "grand_exchange_price": "1802",
+ "durability": null,
+ "name": "Fruit blast",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "2084"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1802",
+ "durability": null,
+ "name": "Fruit blast",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2085"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2086"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2087"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2088"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2089"
+ },
+ {
+ "examine": "This cocktail is just missing those little finishing touches.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2090"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2091"
+ },
+ {
+ "shop_price": "28",
+ "ge_buy_limit": "1000",
+ "examine": "A warm creamy alcoholic beverage",
+ "grand_exchange_price": "506",
+ "durability": null,
+ "name": "Drunk dragon",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "2092"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "506",
+ "durability": null,
+ "name": "Drunk dragon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2093"
+ },
+ {
+ "examine": "I'm not completely sure what this contains.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2094"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2095"
+ },
+ {
+ "examine": "I'm not completely sure what this contains.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2096"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2097"
+ },
+ {
+ "examine": "I'm not completely sure what this contains.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2098"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2099"
+ },
+ {
+ "examine": "I'm not completely sure what this contains.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2100"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2101"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
+ "examine": "A common fruit, popularly used in cocktails.",
+ "grand_exchange_price": "86",
+ "durability": null,
+ "name": "Lemon",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2102"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "86",
+ "durability": null,
+ "name": "Lemon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2103"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "The not-too-surprising result of using a knife with a lemon!",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Lemon chunks",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2104"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Lemon chunks",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2105"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "The not-too-surprising result of using a knife with a lemon!",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Lemon slices",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2106"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Lemon slices",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2107"
+ },
+ {
+ "shop_price": "70",
+ "ge_buy_limit": "1000",
+ "examine": "A common fruit.",
+ "grand_exchange_price": "930",
+ "durability": null,
+ "name": "Orange",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2108"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "930",
+ "durability": null,
+ "name": "Orange",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2109"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Fresh chunks of orange.",
+ "grand_exchange_price": "46",
+ "durability": null,
+ "name": "Orange chunks",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2110"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "46",
+ "durability": null,
+ "name": "Orange chunks",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2111"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Fresh orange slices.",
+ "grand_exchange_price": "163",
+ "durability": null,
+ "name": "Orange slices",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2112"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "163",
+ "durability": null,
+ "name": "Orange slices",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2113"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
+ "examine": "It can be cut up into something more manageable with a knife.",
+ "grand_exchange_price": "45",
+ "durability": null,
+ "name": "Pineapple",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.15",
+ "archery_ticket_price": "0",
+ "id": "2114"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "45",
+ "durability": null,
+ "name": "Pineapple",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2115"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Fresh chunks of pineapple.",
+ "grand_exchange_price": "86",
+ "durability": null,
+ "name": "Pineapple chunks",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2116"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "86",
+ "durability": null,
+ "name": "Pineapple chunks",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2117"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "The not-too-surprising result of using a knife with a pineapple!",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Pineapple ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2118"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Pineapple ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2119"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
+ "examine": "A common fruit, popularly used in cocktails.",
+ "grand_exchange_price": "78",
+ "durability": null,
+ "name": "Lime",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2120"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "78",
+ "durability": null,
+ "name": "Lime",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2121"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Fresh chunks of lime.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Lime chunks",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2122"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Lime chunks",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2123"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "The not-too-surprising result of using a knife with a lime!",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Lime slices",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2124"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Lime slices",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2125"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "10000",
+ "examine": "Some rather pretty blue berries picked from a dwellberry bush.",
+ "grand_exchange_price": "144",
+ "durability": null,
+ "name": "Dwellberries",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "2126"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "144",
+ "durability": null,
+ "name": "Dwellberries",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2127"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
+ "examine": "A common ingredient in gnome cuisine.",
+ "grand_exchange_price": "275",
+ "durability": null,
+ "name": "Equa leaves",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2128"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "275",
+ "durability": null,
+ "name": "Equa leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2129"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "10000",
+ "examine": "Fresh cream.",
+ "grand_exchange_price": "58",
+ "durability": null,
+ "name": "Pot of cream",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "11",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2130"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "58",
+ "durability": null,
+ "name": "Pot of cream",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2131"
+ },
+ {
+ "shop_price": "58",
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this first.",
+ "grand_exchange_price": "282",
+ "durability": null,
+ "name": "Raw beef",
+ "tradeable": "true",
+ "low_alchemy": "23",
+ "high_alchemy": "35",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "2132"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "282",
+ "durability": null,
+ "name": "Raw beef",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2133"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this first.",
+ "grand_exchange_price": "85",
+ "durability": null,
+ "name": "Raw rat meat",
+ "tradeable": "true",
+ "low_alchemy": "15",
+ "high_alchemy": "23",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2134"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "85",
+ "durability": null,
+ "name": "Raw rat meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2135"
+ },
+ {
+ "shop_price": "8",
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this first.",
+ "grand_exchange_price": "307",
+ "durability": null,
+ "name": "Raw bear meat",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2136"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "307",
+ "durability": null,
+ "name": "Raw bear meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2137"
+ },
+ {
+ "shop_price": "60",
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this first.",
+ "grand_exchange_price": "386",
+ "durability": null,
+ "name": "Raw chicken",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "0.15",
+ "archery_ticket_price": "0",
+ "id": "2138"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "386",
+ "durability": null,
+ "name": "Raw chicken",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2139"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "1000",
+ "examine": "Mmm this looks tasty.",
+ "grand_exchange_price": "70",
+ "durability": null,
+ "name": "Cooked chicken",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2140"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "70",
+ "durability": null,
+ "name": "Cooked chicken",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2141"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "1000",
+ "examine": "Mmm this looks tasty.",
+ "grand_exchange_price": "111",
+ "durability": null,
+ "name": "Cooked meat",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "2142"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "111",
+ "durability": null,
+ "name": "Cooked meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2143"
+ },
+ {
+ "durability": null,
+ "name": "Burnt chicken",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2145"
+ },
+ {
+ "examine": "Oh dear, it's totally burnt!",
+ "durability": null,
+ "name": "Burnt meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2146"
+ },
+ {
+ "durability": null,
+ "name": "Burnt meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2147"
+ },
+ {
+ "examine": "A very strange eel.",
+ "durability": null,
+ "name": "Raw lava eel",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2148"
+ },
+ {
+ "examine": "Strange, it looks cooler now it's been cooked.",
+ "durability": null,
+ "name": "Lava eel",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.15",
+ "archery_ticket_price": "0",
+ "id": "2149"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A slippery little blighter.",
+ "grand_exchange_price": "750",
+ "durability": null,
+ "name": "Swamp toad",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2150"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "750",
+ "durability": null,
+ "name": "Swamp toad",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2151"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "They're a gnome delicacy apparently.",
+ "grand_exchange_price": "661",
+ "durability": null,
+ "name": "Toad's legs",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2152"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "661",
+ "durability": null,
+ "name": "Toad's legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2153"
+ },
+ {
+ "examine": "They're a gnome delicacy apparently.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2154"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2155"
+ },
+ {
+ "examine": "They're a gnome delicacy apparently.",
+ "durability": null,
+ "name": "Spicy toad's legs",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2156"
+ },
+ {
+ "durability": null,
+ "name": "Spicy toad's legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2157"
+ },
+ {
+ "examine": "They're a gnome delicacy apparently.",
+ "durability": null,
+ "name": "Seasoned legs",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2158"
+ },
+ {
+ "durability": null,
+ "name": "Seasoned legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2159"
+ },
+ {
+ "examine": "They're a gnome delicacy apparently.",
+ "durability": null,
+ "name": "Spicy worm",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2160"
+ },
+ {
+ "durability": null,
+ "name": "Spicy worm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2161"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "They're a gnome delicacy apparently.",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "King worm",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2162"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "King worm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2163"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A deep tin used to make gnome battas in.",
+ "durability": null,
+ "name": "Batta tin",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2164"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A shallow tray used to make crunchies in.",
+ "durability": null,
+ "name": "Crunchy tray",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2165"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A large ovenproof bowl.",
+ "durability": null,
+ "name": "Gnomebowl mould",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2166"
+ },
+ {
+ "examine": "Aluft Gianne's favourite dishes.",
+ "durability": null,
+ "name": "Gianne's cook book",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2167"
+ },
+ {
+ "durability": null,
+ "name": "Gianne's cook book",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2168"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
+ "examine": "It's Aluft Gianne's secret mix of spices.",
+ "grand_exchange_price": "28",
+ "durability": null,
+ "name": "Gnome spice",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.14",
+ "archery_ticket_price": "0",
+ "id": "2169"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "28",
+ "durability": null,
+ "name": "Gnome spice",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2170"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
+ "examine": "It's made from a secret recipe.",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Gianne dough",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2171"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Gianne dough",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2172"
+ },
+ {
+ "examine": "This gnome bowl doesn't look very appetizing.",
+ "durability": null,
+ "name": "Picture",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2173"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2174"
+ },
+ {
+ "durability": null,
+ "name": "Burnt gnomebowl",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2176"
+ },
+ {
+ "examine": "This gnomebowl is in the early stages of preparation.",
+ "durability": null,
+ "name": "Half baked bowl",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2177"
+ },
+ {
+ "examine": "This gnomebowl needs cooking.",
+ "durability": null,
+ "name": "Raw gnomebowl",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2178"
+ },
+ {
+ "examine": "This unfinished XX needs YY.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2179"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2180"
+ },
+ {
+ "examine": "This unfinished XX needs YY.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2181"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2182"
+ },
+ {
+ "examine": "This unfinished XX needs YY.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2183"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2184"
+ },
+ {
+ "shop_price": "450",
+ "ge_buy_limit": "1000",
+ "examine": "Full of creamy, chocolately goodness.",
+ "grand_exchange_price": "4400",
+ "durability": null,
+ "name": "Chocolate bomb",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "2185"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "4400",
+ "durability": null,
+ "name": "Chocolate bomb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2186"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "2321",
+ "durability": null,
+ "name": "Tangled toads' legs",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "2187"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2321",
+ "durability": null,
+ "name": "Tangled toads' legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2188"
+ },
+ {
+ "examine": "This unfinished XX needs YY.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2189"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2190"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "454",
+ "durability": null,
+ "name": "Worm hole",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2191"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "454",
+ "durability": null,
+ "name": "Worm hole",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2192"
+ },
+ {
+ "examine": "This unfinished XX needs YY.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2193"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2194"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This looks pretty healthy.",
+ "grand_exchange_price": "481",
+ "durability": null,
+ "name": "Veg ball",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2195"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "481",
+ "durability": null,
+ "name": "Veg ball",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2196"
+ },
+ {
+ "examine": "These crunchies don't look very appetising.",
+ "durability": null,
+ "name": "Odd crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2197"
+ },
+ {
+ "durability": null,
+ "name": "Odd crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2198"
+ },
+ {
+ "durability": null,
+ "name": "Burnt crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2200"
+ },
+ {
+ "examine": "This crunchy is in the early stages of preparation.",
+ "durability": null,
+ "name": "Half baked crunchy",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2201"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "These crunchies need cooking.",
+ "grand_exchange_price": "163",
+ "durability": null,
+ "name": "Raw crunchies",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2202"
+ },
+ {
+ "examine": "This XX crunchy needs garnishing with YY.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2203"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2204"
+ },
+ {
+ "shop_price": "80",
+ "ge_buy_limit": "1000",
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "255",
+ "durability": null,
+ "name": "Worm crunchies",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2205"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "255",
+ "durability": null,
+ "name": "Worm crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2206"
+ },
+ {
+ "examine": "This XX crunchy needs garnishing with YY.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2207"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2208"
+ },
+ {
+ "shop_price": "70",
+ "ge_buy_limit": "1000",
+ "examine": "Yum... smells good.",
+ "grand_exchange_price": "816",
+ "durability": null,
+ "name": "Chocchip crunchies",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2209"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "816",
+ "durability": null,
+ "name": "Chocchip crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2210"
+ },
+ {
+ "examine": "This XX crunchy needs garnishing with YY.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2211"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2212"
+ },
+ {
+ "shop_price": "70",
+ "ge_buy_limit": "1000",
+ "examine": "Yum...smells spicy.",
+ "grand_exchange_price": "101",
+ "durability": null,
+ "name": "Spicy crunchies",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2213"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "101",
+ "durability": null,
+ "name": "Spicy crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2214"
+ },
+ {
+ "examine": "This XX crunchy needs garnishing with YY.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2215"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2216"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "1228",
+ "durability": null,
+ "name": "Toad crunchies",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2217"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1228",
+ "durability": null,
+ "name": "Toad crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2218"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A premade Worm Batta.",
+ "grand_exchange_price": "130",
+ "durability": null,
+ "name": "Premade w'm batta",
+ "tradeable": "true",
+ "low_alchemy": "78",
+ "high_alchemy": "117",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2219"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "130",
+ "durability": null,
+ "name": "Premade w'm batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2220"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A Premade Toad Batta.",
+ "grand_exchange_price": "127",
+ "durability": null,
+ "name": "Premade t'd batta",
+ "tradeable": "true",
+ "low_alchemy": "78",
+ "high_alchemy": "117",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2221"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "127",
+ "durability": null,
+ "name": "Premade t'd batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2222"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A Premade Cheese and Tomato Batta.",
+ "grand_exchange_price": "137",
+ "durability": null,
+ "name": "Premade c+t batta",
+ "tradeable": "true",
+ "low_alchemy": "78",
+ "high_alchemy": "117",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2223"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "137",
+ "durability": null,
+ "name": "Premade c+t batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2224"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A premade Fruit Batta.",
+ "grand_exchange_price": "131",
+ "durability": null,
+ "name": "Premade fr't batta",
+ "tradeable": "true",
+ "low_alchemy": "78",
+ "high_alchemy": "117",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2225"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "131",
+ "durability": null,
+ "name": "Premade fr't batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2226"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A Premade Vegetable Batta.",
+ "grand_exchange_price": "134",
+ "durability": null,
+ "name": "Premade veg batta",
+ "tradeable": "true",
+ "low_alchemy": "78",
+ "high_alchemy": "117",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2227"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "134",
+ "durability": null,
+ "name": "Premade veg batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2228"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A premade Chocolate Bomb.",
+ "grand_exchange_price": "1227",
+ "durability": null,
+ "name": "Premade choc bomb",
+ "tradeable": "true",
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2229"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1227",
+ "durability": null,
+ "name": "Premade choc bomb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2230"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A premade Tangled Toads Legs.",
+ "grand_exchange_price": "867",
+ "durability": null,
+ "name": "Premade ttl",
+ "tradeable": "true",
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2231"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "867",
+ "durability": null,
+ "name": "Premade ttl",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2232"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A premade Worm Hole.",
+ "grand_exchange_price": "237",
+ "durability": null,
+ "name": "Premade worm hole",
+ "tradeable": "true",
+ "low_alchemy": "108",
+ "high_alchemy": "162",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2233"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "237",
+ "durability": null,
+ "name": "Premade worm hole",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2234"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A premade Vegetable Ball.",
+ "grand_exchange_price": "233",
+ "durability": null,
+ "name": "Premade veg ball",
+ "tradeable": "true",
+ "low_alchemy": "108",
+ "high_alchemy": "162",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2235"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "233",
+ "durability": null,
+ "name": "Premade veg ball",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2236"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Some Premade Worm Crunchies.",
+ "grand_exchange_price": "76",
+ "durability": null,
+ "name": "Premade w'm crun",
+ "tradeable": "true",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2237"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "76",
+ "durability": null,
+ "name": "Premade w'm crun",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2238"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Some Premade chocchip crunchies.",
+ "grand_exchange_price": "95",
+ "durability": null,
+ "name": "Premade ch' crunch",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2239"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "95",
+ "durability": null,
+ "name": "Premade ch' crunch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2240"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Some premade Spicy Crunchies.",
+ "grand_exchange_price": "103",
+ "durability": null,
+ "name": "Premade s'y crunch",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2241"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "103",
+ "durability": null,
+ "name": "Premade s'y crunch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2242"
+ },
+ {
+ "shop_price": "80",
+ "ge_buy_limit": "1000",
+ "examine": "Some premade Toad Crunchies.",
+ "grand_exchange_price": "43",
+ "durability": null,
+ "name": "Premade t'd crunch",
+ "tradeable": "true",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2243"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "43",
+ "durability": null,
+ "name": "Premade t'd crunch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2244"
+ },
+ {
+ "examine": "This batta doesn't look very appetising.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2245"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2246"
+ },
+ {
+ "durability": null,
+ "name": "Burnt batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2248"
+ },
+ {
+ "examine": "This gnome batta is in the early stages of preparation.",
+ "durability": null,
+ "name": "Half baked batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2249"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This gnome batta needs cooking.",
+ "durability": null,
+ "name": "Raw batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2250"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2251"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2252"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Worm batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2253"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Worm batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2254"
+ },
+ {
+ "shop_price": "78",
+ "ge_buy_limit": "1000",
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "271",
+ "durability": null,
+ "name": "Toad batta",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2255"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "271",
+ "durability": null,
+ "name": "Toad batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2256"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2257"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2258"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This smells really good.",
+ "grand_exchange_price": "260",
+ "durability": null,
+ "name": "Cheese+tom batta",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2259"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "260",
+ "durability": null,
+ "name": "Cheese+tom batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2260"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2261"
+ },
+ {
+ "durability": null,
+ "name": "Unfinished batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2262"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2263"
+ },
+ {
+ "durability": null,
+ "name": "Unfinished batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2264"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2265"
+ },
+ {
+ "durability": null,
+ "name": "Unfinished batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2266"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2267"
+ },
+ {
+ "durability": null,
+ "name": "Unfinished batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2268"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2269"
+ },
+ {
+ "durability": null,
+ "name": "Unfinished batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2270"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2271"
+ },
+ {
+ "durability": null,
+ "name": "Unfinished batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2272"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2273"
+ },
+ {
+ "durability": null,
+ "name": "Unfinished batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2274"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2275"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2276"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "303",
+ "durability": null,
+ "name": "Fruit batta",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2277"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "303",
+ "durability": null,
+ "name": "Fruit batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2278"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This XX batta needs garnishing with YY.",
+ "durability": null,
+ "name": "Picture",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2279"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2280"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Well... It looks healthy.",
+ "grand_exchange_price": "240",
+ "durability": null,
+ "name": "Vegetable batta",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2281"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "240",
+ "durability": null,
+ "name": "Vegetable batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2282"
+ },
+ {
+ "shop_price": "4",
+ "ge_buy_limit": "1000",
+ "examine": "I need to add some tomato next.",
+ "grand_exchange_price": "418",
+ "durability": null,
+ "name": "Pizza base",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2283"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "418",
+ "durability": null,
+ "name": "Pizza base",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2284"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "I need to add some cheese next.",
+ "grand_exchange_price": "366",
+ "durability": null,
+ "name": "Incomplete pizza",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "2285"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "366",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Incomplete pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2286"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This needs cooking.",
+ "grand_exchange_price": "1141",
+ "durability": null,
+ "name": "Uncooked pizza",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "2287"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1141",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Uncooked pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2288"
+ },
+ {
+ "shop_price": "200",
+ "ge_buy_limit": "1000",
+ "examine": "A cheese and tomato pizza.",
+ "grand_exchange_price": "1357",
+ "durability": null,
+ "name": "Plain pizza",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.66",
+ "archery_ticket_price": "0",
+ "id": "2289"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1357",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Plain pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2290"
+ },
+ {
+ "shop_price": "200",
+ "ge_buy_limit": "1000",
+ "examine": "Half of this plain pizza has been eaten.",
+ "grand_exchange_price": "238",
+ "durability": null,
+ "name": "1/2 plain pizza",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.66",
+ "archery_ticket_price": "0",
+ "id": "2291"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "238",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "1/2 plain pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2292"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A pizza with bits of meat on it.",
+ "grand_exchange_price": "1012",
+ "durability": null,
+ "name": "Meat pizza",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.83",
+ "archery_ticket_price": "0",
+ "id": "2293"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1012",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Meat pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2294"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Half of this meat pizza has been eaten.",
+ "grand_exchange_price": "339",
+ "durability": null,
+ "name": "1/2 meat pizza",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.83",
+ "archery_ticket_price": "0",
+ "id": "2295"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "339",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "1/2 meat pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2296"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A pizza with anchovies.",
+ "grand_exchange_price": "1573",
+ "durability": null,
+ "name": "Anchovy pizza",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "0.83",
+ "archery_ticket_price": "0",
+ "id": "2297"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1573",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Anchovy pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2298"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Half of this anchovy pizza has been eaten.",
+ "grand_exchange_price": "44",
+ "durability": null,
+ "name": "1/2 anchovy pizza",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "0.83",
+ "archery_ticket_price": "0",
+ "id": "2299"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "44",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "1/2 anchovy pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2300"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A pizza with bits of pineapple on it.",
+ "grand_exchange_price": "1469",
+ "durability": null,
+ "name": "Pineapple pizza",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.83",
+ "archery_ticket_price": "0",
+ "id": "2301"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1469",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Pineapple pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2302"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "156",
+ "examine": "Half of this pineapple pizza has been eaten.",
+ "durability": null,
+ "name": "1/2 p'apple pizza",
+ "archery_ticket_price": "0",
+ "id": "2303"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "156",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "1/2 p'apple pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2304"
+ },
+ {
+ "examine": "Oh dear!",
+ "durability": null,
+ "name": "Burnt pizza",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2306"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Some uncooked dough.",
+ "grand_exchange_price": "158",
+ "durability": null,
+ "name": "Bread dough",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "2307"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "158",
+ "durability": null,
+ "name": "Bread dough",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2308"
+ },
+ {
+ "shop_price": "24",
+ "ge_buy_limit": "1000",
+ "examine": "Nice crispy bread.",
+ "grand_exchange_price": "110",
+ "durability": null,
+ "name": "Bread",
+ "tradeable": "true",
+ "low_alchemy": "9",
+ "high_alchemy": "14",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2309"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "110",
+ "durability": null,
+ "name": "Bread",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2310"
+ },
+ {
+ "durability": null,
+ "name": "Burnt bread",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2312"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "Deceptively pie shaped.",
+ "grand_exchange_price": "174",
+ "durability": null,
+ "name": "Pie dish",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2313"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "174",
+ "durability": null,
+ "name": "Pie dish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2314"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "I need to find a filling for this pie.",
+ "grand_exchange_price": "887",
+ "durability": null,
+ "name": "Pie shell",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "2315"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "887",
+ "durability": null,
+ "name": "Pie shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2316"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This would be much tastier cooked.",
+ "grand_exchange_price": "781",
+ "durability": null,
+ "name": "Uncooked apple pie",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2317"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "781",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Uncooked apple pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2318"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This would be much healthier cooked.",
+ "grand_exchange_price": "747",
+ "durability": null,
+ "name": "Uncooked meat pie",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2319"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "747",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Uncooked meat pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2320"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This would be much more appetising cooked.",
+ "grand_exchange_price": "802",
+ "durability": null,
+ "name": "Uncooked berry pie",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2321"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "802",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Uncooked berry pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2322"
+ },
+ {
+ "shop_price": "140",
+ "ge_buy_limit": "1000",
+ "examine": "Mmm Apple pie.",
+ "grand_exchange_price": "246",
+ "durability": null,
+ "name": "Apple pie",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2323"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "246",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Apple pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2324"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Looks tasty.",
+ "grand_exchange_price": "534",
+ "durability": null,
+ "name": "Redberry pie",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2325"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "534",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Redberry pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2326"
+ },
+ {
+ "shop_price": "16",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "160",
+ "examine": "Not for vegetarians.",
+ "durability": null,
+ "name": "Meat pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2327"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "160",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Meat pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2328"
+ },
+ {
+ "examine": "I think I left it on the stove too long.",
+ "durability": null,
+ "name": "Burnt pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2330"
+ },
+ {
+ "shop_price": "16",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "174",
+ "examine": "Half of it is suitable for vegetarians.",
+ "durability": null,
+ "name": "Half a meat pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2331"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "174",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Half a meat pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2332"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "So tasty I kept some for later.",
+ "grand_exchange_price": "248",
+ "durability": null,
+ "name": "Half a redberry pie",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2333"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "248",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Half a redberry pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2334"
+ },
+ {
+ "shop_price": "140",
+ "ge_buy_limit": "1000",
+ "examine": "Mmm half an apple pie.",
+ "grand_exchange_price": "146",
+ "durability": null,
+ "name": "Half an apple pie",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2335"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "146",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Half an apple pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2336"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Raw meat from the oomlie bird.",
+ "grand_exchange_price": "155",
+ "durability": null,
+ "name": "Raw oomlie",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2337"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "155",
+ "durability": null,
+ "name": "Raw oomlie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2338"
+ },
+ {
+ "examine": "A thick green palm leaf used by natives to cook meat.",
+ "durability": null,
+ "name": "Palm leaf",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2339"
+ },
+ {
+ "examine": "A thick green palm leaf used by natives to cook meat.",
+ "durability": null,
+ "name": "Palm leaf",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2340"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked.",
+ "grand_exchange_price": "814",
+ "durability": null,
+ "name": "Wrapped oomlie",
+ "tradeable": "true",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "2341"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "814",
+ "durability": null,
+ "name": "Wrapped oomlie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2342"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Deliciously cooked oomlie meat in a palm leaf pouch.",
+ "grand_exchange_price": "1126",
+ "durability": null,
+ "name": "Cooked oomlie wrap",
+ "tradeable": "true",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "2343"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1126",
+ "durability": null,
+ "name": "Cooked oomlie wrap",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2344"
+ },
+ {
+ "durability": null,
+ "name": "Burnt oomlie wrap",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2346"
+ },
+ {
+ "shop_price": "13",
+ "ge_buy_limit": "1000",
+ "examine": "Good for hitting things!",
+ "grand_exchange_price": "37",
+ "durability": null,
+ "name": "Hammer",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "2347"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "37",
+ "durability": null,
+ "name": "Hammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2348"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "10000",
+ "examine": "It's a bar of bronze.",
+ "grand_exchange_price": "268",
+ "durability": null,
+ "name": "Bronze bar",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "2349"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "268",
+ "durability": null,
+ "name": "Bronze bar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2350"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a bar of iron.",
+ "grand_exchange_price": "493",
+ "durability": null,
+ "name": "Iron bar",
+ "tradeable": "true",
+ "low_alchemy": "11",
+ "high_alchemy": "16",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "2351"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "493",
+ "durability": null,
+ "name": "Iron bar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2352"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a bar of steel.",
+ "grand_exchange_price": "1266",
+ "durability": null,
+ "name": "Steel bar",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1.81",
+ "archery_ticket_price": "0",
+ "id": "2353"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1266",
+ "durability": null,
+ "name": "Steel bar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2354"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a bar of silver.",
+ "grand_exchange_price": "274",
+ "durability": null,
+ "name": "Silver bar",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "1.81",
+ "archery_ticket_price": "0",
+ "id": "2355"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "274",
+ "durability": null,
+ "name": "Silver bar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2356"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a bar of gold.",
+ "grand_exchange_price": "107",
+ "durability": null,
+ "name": "Gold bar",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1.81",
+ "archery_ticket_price": "0",
+ "id": "2357"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "107",
+ "durability": null,
+ "name": "Gold bar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2358"
+ },
+ {
+ "shop_price": "120",
+ "ge_buy_limit": "10000",
+ "examine": "It's a bar of mithril.",
+ "grand_exchange_price": "1920",
+ "durability": null,
+ "name": "Mithril bar",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1.6",
+ "archery_ticket_price": "0",
+ "id": "2359"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1920",
+ "durability": null,
+ "name": "Mithril bar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2360"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a bar of adamant.",
+ "grand_exchange_price": "3306",
+ "durability": null,
+ "name": "Adamantite bar",
+ "tradeable": "true",
+ "low_alchemy": "256",
+ "high_alchemy": "384",
+ "weight": "2.04",
+ "archery_ticket_price": "0",
+ "id": "2361"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "3306",
+ "durability": null,
+ "name": "Adamantite bar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2362"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a bar of rune.",
+ "grand_exchange_price": "13300",
+ "durability": null,
+ "name": "Runite bar",
+ "tradeable": "true",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "2363"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "13300",
+ "durability": null,
+ "name": "Runite bar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2364"
+ },
+ {
+ "examine": "It's a 'perfect' golden bar.",
+ "durability": null,
+ "name": "'perfect' gold bar",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "2365"
+ },
+ {
+ "requirements": "{13,60}",
+ "ge_buy_limit": "100",
+ "examine": "The left half of a Dragon Square Shield.",
+ "grand_exchange_price": "65800",
+ "durability": null,
+ "name": "Shield left half",
+ "tradeable": "true",
+ "low_alchemy": "44000",
+ "high_alchemy": "66000",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "2366"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "65800",
+ "durability": null,
+ "name": "Shield left half",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2367"
+ },
+ {
+ "requirements": "{13,60}",
+ "shop_price": "750000",
+ "ge_buy_limit": "100",
+ "examine": "The right half of a dragon square shield.",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "weight": "2",
+ "grand_exchange_price": "743100",
+ "name": "Shield right half",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2368"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "743100",
+ "durability": null,
+ "name": "Shield right half",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2369"
+ },
+ {
+ "shop_price": "100",
+ "ge_buy_limit": "5000",
+ "examine": "A set of studs for leather armour.",
+ "grand_exchange_price": "792",
+ "durability": null,
+ "name": "Steel studs",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2370"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "792",
+ "durability": null,
+ "name": "Steel studs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2371"
+ },
+ {
+ "destroy_message": "This item will likely break if you put it down, and you will have to go looking for another one.",
+ "examine": "An old statue of an ogre warrior.",
+ "durability": null,
+ "name": "Ogre relic",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "2372"
+ },
+ {
+ "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
+ "examine": "Part of an ogre relic.",
+ "durability": null,
+ "name": "Relic part 1",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "2373"
+ },
+ {
+ "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
+ "examine": "Part of an ogre relic.",
+ "durability": null,
+ "name": "Relic part 2",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "2374"
+ },
+ {
+ "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
+ "examine": "Part of an ogre relic.",
+ "durability": null,
+ "name": "Relic part 3",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "2375"
+ },
+ {
+ "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
+ "examine": "It's a map.",
+ "durability": null,
+ "name": "Skavid map",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "2376"
+ },
+ {
+ "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
+ "examine": "Very tooth-like.",
+ "durability": null,
+ "name": "Ogre tooth",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "2377"
+ },
+ {
+ "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
+ "examine": "Formerly the property of the ogre, Toban",
+ "durability": null,
+ "name": "Toban's key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "2378"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Handy if you want to break all your teeth.",
+ "durability": null,
+ "name": "Rock cake",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "2379"
+ },
+ {
+ "destroy_message": "This item will likely break if you put it down here, and you will have to go looking for another.",
+ "examine": "Eeeeyeeew!",
+ "durability": null,
+ "name": "Fingernails",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "2384"
+ },
+ {
+ "examine": "I can't wear this old thing.",
+ "durability": null,
+ "name": "Old robe",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2385"
+ },
+ {
+ "examine": "Looks kind of useless.",
+ "durability": null,
+ "name": "Unusual armour",
+ "weight": "4",
+ "archery_ticket_price": "0",
+ "id": "2386"
+ },
+ {
+ "examine": "Pointy.",
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Damaged dagger",
+ "archery_ticket_price": "0",
+ "id": "2387"
+ },
+ {
+ "examine": "Useless as an eye patch.",
+ "durability": null,
+ "name": "Tattered eye patch",
+ "archery_ticket_price": "0",
+ "id": "2388"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "An empty glass vial.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Vial",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "2389"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "An empty glass vial.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Vial",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "2390"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Let's see it fly, now!",
+ "grand_exchange_price": "350",
+ "durability": null,
+ "name": "Ground bat bones",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2391"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "350",
+ "durability": null,
+ "name": "Ground bat bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2392"
+ },
+ {
+ "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.",
+ "examine": "It's a stolen bar of gold.",
+ "durability": null,
+ "name": "Toban's gold",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "2393"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This is meant to be good for spots.",
+ "grand_exchange_price": "157",
+ "durability": null,
+ "name": "Potion",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2394"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A dangerous magical liquid.",
+ "durability": null,
+ "name": "Magic ogre potion",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "archery_ticket_price": "0",
+ "id": "2395",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A spell is written on this parchment.",
+ "durability": null,
+ "name": "Spell scroll",
+ "archery_ticket_price": "0",
+ "id": "2396"
+ },
+ {
+ "examine": "A tattered old robe.",
+ "durability": null,
+ "name": "Shaman robe",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "2397"
+ },
+ {
+ "examine": "Deadly.",
+ "durability": null,
+ "name": "Cave nightshade",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "2398"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)",
+ "walk_anim": "819",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1.8",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "weapon_interface": "6",
+ "turn180_anim": "820",
+ "render_anim": "1",
+ "defence_anim": "388",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "stand_anim": "808",
+ "name": "Silverlight",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "2402",
+ "stand_turn_anim": "823",
+ "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0"
+ },
+ {
+ "examine": "Scroll containing a powerful enchantment of restoration.",
+ "durability": null,
+ "name": "Hazeel scroll",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2403"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Decorative armour; an heirloom of the Carnillean family.",
+ "durability": null,
+ "name": "Carnillean armour",
+ "low_alchemy": "26",
+ "high_alchemy": "39",
+ "weight": "9",
+ "archery_ticket_price": "0",
+ "id": "2405",
+ "bonuses": "0,0,0,0,0,20,14,8,0,0,5,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "A sign of my commitment to Hazeel.",
+ "durability": null,
+ "name": "Hazeel's mark",
+ "archery_ticket_price": "0",
+ "id": "2406",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "A child's ball.",
+ "durability": null,
+ "name": "Ball",
+ "archery_ticket_price": "0",
+ "id": "2407"
+ },
+ {
+ "examine": "A key to the Witch's house's front door. (Witch's House)",
+ "durability": null,
+ "name": "Door key",
+ "archery_ticket_price": "0",
+ "id": "2409"
+ },
+ {
+ "examine": "A very attractive magnet.",
+ "durability": null,
+ "name": "Magnet",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2410"
+ },
+ {
+ "examine": "A cape from the almighty god Saradomin.",
+ "durability": null,
+ "name": "Saradomin cape",
+ "tradeable": "false",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2412",
+ "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "A cape from the almighty god Guthix.",
+ "durability": null,
+ "name": "Guthix cape",
+ "tradeable": "false",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2413",
+ "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "A cape from the almighty god Zamorak.",
+ "durability": null,
+ "name": "Zamorak cape",
+ "tradeable": "false",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2414",
+ "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "80000",
+ "examine": "A magical staff imbued with the power of Saradomin.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "weight": "2.2",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "attack_audios": "2555,0,0,0",
+ "name": "Saradomin staff",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "2415",
+ "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0"
+ },
+ {
+ "shop_price": "80000",
+ "examine": "A magical staff imbued with the power of Guthix.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "weight": "2",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "attack_audios": "2555,0,0,0",
+ "name": "Guthix staff",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "2416",
+ "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A magical staff imbued with the power of Zamorak.",
+ "walk_anim": "1205",
+ "low_alchemy": "32000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "2417",
+ "stand_turn_anim": "1209",
+ "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0",
+ "shop_price": "80000",
+ "durability": null,
+ "high_alchemy": "48000",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Zamorak staff"
+ },
+ {
+ "examine": "A grey woollen wig.",
+ "durability": null,
+ "name": "Wig",
+ "archery_ticket_price": "0",
+ "id": "2419"
+ },
+ {
+ "examine": "A grey woollen wig.",
+ "durability": null,
+ "name": "Wig",
+ "archery_ticket_price": "0",
+ "id": "2421"
+ },
+ {
+ "lendable": "true",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "2147483647",
+ "durability": null,
+ "name": "Blue partyhat",
+ "archery_ticket_price": "0",
+ "id": "2422"
+ },
+ {
+ "examine": "Imprint of a key in a lump of clay.",
+ "durability": null,
+ "name": "Key print",
+ "archery_ticket_price": "0",
+ "id": "2423"
+ },
+ {
+ "examine": "A bottle of skin coloured paste.",
+ "durability": null,
+ "name": "Paste",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "2424"
+ },
+ {
+ "attack_audios": "2704,0,0,0",
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "2425"
+ },
+ {
+ "durability": null,
+ "name": "Burnt oomlie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2427"
+ },
+ {
+ "shop_price": "8002",
+ "ge_buy_limit": "100",
+ "examine": "4 doses of Attack potion.",
+ "grand_exchange_price": "275",
+ "durability": null,
+ "name": "Attack potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "archery_ticket_price": "0",
+ "id": "2428"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "275",
+ "durability": null,
+ "name": "Attack potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2429"
+ },
+ {
+ "shop_price": "139",
+ "ge_buy_limit": "100",
+ "examine": "4 doses of restore potion.",
+ "grand_exchange_price": "101",
+ "durability": null,
+ "name": "Restore potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "35",
+ "high_alchemy": "52",
+ "weight": "0.03",
+ "archery_ticket_price": "0",
+ "id": "2430"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "101",
+ "durability": null,
+ "name": "Restore potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2431"
+ },
+ {
+ "shop_price": "7832",
+ "ge_buy_limit": "100",
+ "examine": "4 doses of Defence Potion.",
+ "grand_exchange_price": "448",
+ "durability": null,
+ "name": "Defence potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "archery_ticket_price": "0",
+ "id": "2432"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "448",
+ "durability": null,
+ "name": "Defence potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2433"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "4 doses of Prayer restore potion.",
+ "grand_exchange_price": "5687",
+ "durability": null,
+ "name": "Prayer potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "archery_ticket_price": "0",
+ "id": "2434"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5687",
+ "durability": null,
+ "name": "Prayer potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2435"
+ },
+ {
+ "shop_price": "8000",
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of super Attack potion.",
+ "grand_exchange_price": "898",
+ "durability": null,
+ "name": "Super attack(4)",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "id": "2436"
+ },
+ {
+ "shop_price": "8000",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "898",
+ "durability": null,
+ "name": "Super attack(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2437"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "4 doses of Fishing potion.",
+ "grand_exchange_price": "73",
+ "durability": null,
+ "name": "Fishing potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.03",
+ "archery_ticket_price": "0",
+ "id": "2438"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "73",
+ "durability": null,
+ "name": "Fishing potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2439"
+ },
+ {
+ "shop_price": "8000",
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of super Strength potion.",
+ "grand_exchange_price": "2278",
+ "durability": null,
+ "name": "Super strength(4)",
+ "tradeable": "true",
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "archery_ticket_price": "0",
+ "id": "2440"
+ },
+ {
+ "shop_price": "8000",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2278",
+ "durability": null,
+ "name": "Super strength(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2441"
+ },
+ {
+ "shop_price": "7000",
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of super Defence potion.",
+ "grand_exchange_price": "153",
+ "durability": null,
+ "name": "Super defence(4)",
+ "tradeable": "true",
+ "low_alchemy": "105",
+ "high_alchemy": "158",
+ "archery_ticket_price": "0",
+ "id": "2442"
+ },
+ {
+ "shop_price": "7000",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "153",
+ "durability": null,
+ "name": "Super defence(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2443"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of ranging potion.",
+ "grand_exchange_price": "8317",
+ "durability": null,
+ "name": "Ranging potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
+ "archery_ticket_price": "0",
+ "id": "2444"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "8317",
+ "durability": null,
+ "name": "Ranging potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2445"
+ },
+ {
+ "shop_price": "375",
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of antipoison potion.",
+ "grand_exchange_price": "1624",
+ "durability": null,
+ "name": "Antipoison(4)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
+ "archery_ticket_price": "0",
+ "id": "2446"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1624",
+ "durability": null,
+ "name": "Antipoison(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2447"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of super anti poison potion.",
+ "grand_exchange_price": "1062",
+ "durability": null,
+ "name": "Super antipoison(4)",
+ "tradeable": "true",
+ "low_alchemy": "115",
+ "high_alchemy": "172",
+ "archery_ticket_price": "0",
+ "id": "2448"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1062",
+ "durability": null,
+ "name": "Super antipoison(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2449"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of Zamorak brew.",
+ "grand_exchange_price": "2838",
+ "durability": null,
+ "name": "Zamorak brew(4)",
+ "tradeable": "true",
+ "low_alchemy": "70",
+ "high_alchemy": "105",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2450"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2838",
+ "durability": null,
+ "name": "Zamorak brew(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2451"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "4 doses of anti-firebreath potion.",
+ "grand_exchange_price": "4743",
+ "durability": null,
+ "name": "Antifire potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "105",
+ "high_alchemy": "158",
+ "archery_ticket_price": "0",
+ "id": "2452"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4743",
+ "durability": null,
+ "name": "Antifire potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2453"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "3 doses of anti-firebreath potion.",
+ "grand_exchange_price": "3518",
+ "durability": null,
+ "name": "Antifire potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "105",
+ "high_alchemy": "158",
+ "archery_ticket_price": "0",
+ "id": "2454"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3518",
+ "durability": null,
+ "name": "Antifire potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2455"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "2 doses of anti-firebreath potion.",
+ "grand_exchange_price": "2291",
+ "durability": null,
+ "name": "Antifire potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "105",
+ "high_alchemy": "158",
+ "archery_ticket_price": "0",
+ "id": "2456"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2291",
+ "durability": null,
+ "name": "Antifire potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2457"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "1 dose of anti-firebreath potion.",
+ "grand_exchange_price": "1099",
+ "durability": null,
+ "name": "Antifire potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "105",
+ "high_alchemy": "158",
+ "archery_ticket_price": "0",
+ "id": "2458"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1099",
+ "durability": null,
+ "name": "Antifire potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2459"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A posy of flowers.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.02",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,381,381",
+ "fun_weapon": "true",
+ "grand_exchange_price": "704",
+ "attack_audios": "2566",
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2460",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "704",
+ "durability": null,
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2461"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A posy of flowers.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.02",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,381,381",
+ "fun_weapon": "true",
+ "grand_exchange_price": "704",
+ "attack_audios": "2566",
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2462",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "704",
+ "durability": null,
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2463"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A posy of flowers.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.02",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,381,381",
+ "fun_weapon": "true",
+ "grand_exchange_price": "638",
+ "attack_audios": "2566",
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2464",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "638",
+ "durability": null,
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2465"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A posy of flowers.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.02",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,381,381",
+ "fun_weapon": "true",
+ "grand_exchange_price": "629",
+ "attack_audios": "2566",
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2466",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "629",
+ "durability": null,
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2467"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A posy of flowers.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.02",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,381,381",
+ "fun_weapon": "true",
+ "grand_exchange_price": "639",
+ "attack_audios": "2566",
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2468",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "639",
+ "durability": null,
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2469"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A posy of flowers.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.02",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,381,381",
+ "fun_weapon": "true",
+ "grand_exchange_price": "613",
+ "attack_audios": "2566",
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2470",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "613",
+ "durability": null,
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2471"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A posy of flowers.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.02",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,381,381",
+ "fun_weapon": "true",
+ "grand_exchange_price": "711",
+ "attack_audios": "2566",
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2472",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "711",
+ "durability": null,
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2473"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A posy of flowers.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.02",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,381,381",
+ "fun_weapon": "true",
+ "grand_exchange_price": "48700",
+ "attack_audios": "2566",
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2474",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "48700",
+ "durability": null,
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2475"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A posy of flowers.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.02",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "403",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,381,381",
+ "fun_weapon": "true",
+ "grand_exchange_price": "5975",
+ "attack_audios": "2566",
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2476",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5975",
+ "durability": null,
+ "name": "Flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2477"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "7274",
+ "durability": null,
+ "name": "Clean lantadyme",
+ "tradeable": "true",
+ "low_alchemy": "26",
+ "high_alchemy": "40",
+ "archery_ticket_price": "0",
+ "id": "2481"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "7274",
+ "durability": null,
+ "name": "Clean lantadyme",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2482"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I need another ingredient to finish this lantadyme potion.",
+ "grand_exchange_price": "6940",
+ "durability": null,
+ "name": "Lantadyme potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "26",
+ "high_alchemy": "40",
+ "archery_ticket_price": "0",
+ "id": "2483"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6940",
+ "durability": null,
+ "name": "Lantadyme potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2484"
+ },
+ {
+ "requirements": "{15,67}",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "900",
+ "durability": null,
+ "name": "Grimy lantadyme",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2485"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "7210",
+ "durability": null,
+ "name": "Grimy lantadyme",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2486"
+ },
+ {
+ "requirements": "{4,50}",
+ "ge_buy_limit": "5000",
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "lendable": "true",
+ "grand_exchange_price": "1705",
+ "name": "Blue d'hide vamb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2487",
+ "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1705",
+ "durability": null,
+ "name": "Blue d'hide vamb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2488"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "5000",
+ "examine": "Vambraces made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1440",
+ "high_alchemy": "2160",
+ "weight": "0.25",
+ "equipment_slot": "9",
+ "lendable": "true",
+ "grand_exchange_price": "2046",
+ "name": "Red d'hide vamb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2489",
+ "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2046",
+ "durability": null,
+ "name": "Red d'hide vamb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2490"
+ },
+ {
+ "requirements": "{4,70}",
+ "ge_buy_limit": "5000",
+ "examine": "Vambraces made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1728",
+ "high_alchemy": "2592",
+ "weight": "0.25",
+ "equipment_slot": "9",
+ "lendable": "true",
+ "grand_exchange_price": "2506",
+ "name": "Black d'hide vamb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2491",
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2506",
+ "durability": null,
+ "name": "Black d'hide vamb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2492"
+ },
+ {
+ "requirements": "{4,50}",
+ "ge_buy_limit": "5000",
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1728",
+ "high_alchemy": "2592",
+ "weight": "5.4",
+ "absorb": "0,5,2",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "2504",
+ "name": "Blue d'hide chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2493",
+ "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2504",
+ "durability": null,
+ "name": "Blue d'hide chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2494"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "5000",
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "2072",
+ "high_alchemy": "3108",
+ "weight": "5.4",
+ "absorb": "0,6,3",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "3142",
+ "name": "Red d'hide chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2495",
+ "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3142",
+ "durability": null,
+ "name": "Red d'hide chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2496"
+ },
+ {
+ "requirements": "{4,70}",
+ "ge_buy_limit": "5000",
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "2488",
+ "high_alchemy": "3732",
+ "weight": "5.4",
+ "absorb": "0,7,3",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "4744",
+ "name": "Black d'hide chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2497",
+ "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "4744",
+ "durability": null,
+ "name": "Black d'hide chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2498"
+ },
+ {
+ "requirements": "{1,40}-{4,50}",
+ "ge_buy_limit": "5000",
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "3744",
+ "high_alchemy": "5616",
+ "weight": "6.8",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "grand_exchange_price": "5420",
+ "name": "Blue d'hide body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2499",
+ "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "5420",
+ "durability": null,
+ "name": "Blue d'hide body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2500"
+ },
+ {
+ "requirements": "{1,40}-{4,60}",
+ "ge_buy_limit": "5000",
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "4492",
+ "high_alchemy": "6738",
+ "weight": "6.8",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "grand_exchange_price": "6680",
+ "name": "Red d'hide body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2501",
+ "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "6680",
+ "durability": null,
+ "name": "Red d'hide body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2502"
+ },
+ {
+ "requirements": "{1,40}-{4,70}",
+ "ge_buy_limit": "5000",
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "5392",
+ "high_alchemy": "8088",
+ "weight": "6.8",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "grand_exchange_price": "8098",
+ "name": "Black d'hide body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2503",
+ "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "8098",
+ "durability": null,
+ "name": "Black d'hide body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2504"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a piece of prepared blue dragonhide.",
+ "grand_exchange_price": "2888",
+ "durability": null,
+ "name": "Blue d-leather",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "2505"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2888",
+ "durability": null,
+ "name": "Blue d-leather",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2506"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a piece of prepared red dragonhide.",
+ "grand_exchange_price": "4464",
+ "durability": null,
+ "name": "Red dragon leather",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "2507"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "4464",
+ "durability": null,
+ "name": "Red dragon leather",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2508"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a piece of prepared black dragonhide.",
+ "grand_exchange_price": "6664",
+ "durability": null,
+ "name": "Black d-leather",
+ "tradeable": "true",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "2509"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "6664",
+ "durability": null,
+ "name": "Black d-leather",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2510"
+ },
+ {
+ "shop_price": "4",
+ "examine": "A number of wooden logs.",
+ "grand_exchange_price": "124",
+ "durability": null,
+ "name": "Logs",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "2511"
+ },
+ {
+ "examine": "A series of connected metal rings.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "weight": "6.8",
+ "absorb": "4,0,9",
+ "lendable": "true",
+ "grand_exchange_price": "2902937",
+ "name": "Dragon chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2513",
+ "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0"
+ },
+ {
+ "shop_price": "6",
+ "examine": "I should try cooking this.",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Raw shrimps",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2514"
+ },
+ {
+ "durability": null,
+ "name": "Raw shrimps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2515"
+ },
+ {
+ "shop_price": "14",
+ "examine": "There is flour in this pot.",
+ "grand_exchange_price": "162",
+ "durability": null,
+ "name": "Pot of flour",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "2516"
+ },
+ {
+ "durability": null,
+ "name": "Pot of flour",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2517"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Pretty smelly.",
+ "durability": null,
+ "name": "Rotten tomato",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2518"
+ },
+ {
+ "durability": null,
+ "name": "Rotten tomato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2519"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An inexpensive white/black/grey/brown toy horse.",
+ "durability": null,
+ "name": "Toy horsey",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "2520"
+ },
+ {
+ "durability": null,
+ "name": "Toy horsey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2521"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An inexpensive white/black/grey/brown toy horse.",
+ "durability": null,
+ "name": "Toy horsey",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "2522"
+ },
+ {
+ "durability": null,
+ "name": "Toy horsey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2523"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An inexpensive white/black/grey/brown toy horse.",
+ "durability": null,
+ "name": "Toy horsey",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "2524"
+ },
+ {
+ "durability": null,
+ "name": "Toy horsey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2525"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An inexpensive white/black/grey/brown toy horse.",
+ "durability": null,
+ "name": "Toy horsey",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "2526"
+ },
+ {
+ "durability": null,
+ "name": "Toy horsey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2527"
+ },
+ {
+ "bankable": "false",
+ "examine": "Wonder what happens if I rub it...",
+ "durability": null,
+ "name": "Lamp",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2528"
+ },
+ {
+ "examine": "A magical sphere that glimmers within.",
+ "durability": null,
+ "name": "Orb of light",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2529"
+ },
+ {
+ "shop_price": "140",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2530"
+ },
+ {
+ "durability": null,
+ "name": "Bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2531"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.",
+ "grand_exchange_price": "316",
+ "durability": null,
+ "name": "Iron fire arrows",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "2532",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
+ "equipment_slot": "13"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.",
+ "grand_exchange_price": "305",
+ "durability": null,
+ "name": "Iron fire arrows",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "2533",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{4,5}",
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "equipment_slot": "13",
+ "grand_exchange_price": "325",
+ "name": "Steel fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2534",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16"
+ },
+ {
+ "requirements": "{4,5}",
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "equipment_slot": "13",
+ "grand_exchange_price": "327",
+ "name": "Steel fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2535",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16"
+ },
+ {
+ "requirements": "{4,20}",
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "equipment_slot": "13",
+ "grand_exchange_price": "9",
+ "name": "Mithril fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2536",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22"
+ },
+ {
+ "requirements": "{4,20}",
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "equipment_slot": "13",
+ "grand_exchange_price": "63",
+ "name": "Mithril fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2537",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "equipment_slot": "13",
+ "grand_exchange_price": "90",
+ "name": "Adamant fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2538",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "equipment_slot": "13",
+ "grand_exchange_price": "127",
+ "name": "Adamant fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2539",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "10000",
+ "examine": "An easy to make, rune-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "equipment_slot": "13",
+ "grand_exchange_price": "539",
+ "name": "Rune fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2540",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "10000",
+ "examine": "An easy to make, rune-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "equipment_slot": "13",
+ "grand_exchange_price": "682",
+ "name": "Rune fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2541",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "943",
+ "durability": null,
+ "name": "Ring of recoil",
+ "tradeable": "true",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "2550",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "943",
+ "durability": null,
+ "name": "Ring of recoil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2551"
+ },
+ {
+ "shop_price": "770",
+ "ge_buy_limit": "10000",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "1237",
+ "durability": null,
+ "name": "Ring of duelling(8)",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "2552",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1237",
+ "durability": null,
+ "name": "Ring of duelling(8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2553"
+ },
+ {
+ "shop_price": "770",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Ring of duelling(7)",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "2554",
+ "equipment_slot": "12"
+ },
+ {
+ "durability": null,
+ "name": "Ring of duelling(7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2555"
+ },
+ {
+ "shop_price": "770",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Ring of duelling(6)",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "2556",
+ "equipment_slot": "12"
+ },
+ {
+ "durability": null,
+ "name": "Ring of duelling(6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2557"
+ },
+ {
+ "shop_price": "770",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Ring of duelling(5)",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "2558",
+ "equipment_slot": "12"
+ },
+ {
+ "durability": null,
+ "name": "Ring of duelling(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2559"
+ },
+ {
+ "shop_price": "770",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Ring of duelling(4)",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "2560",
+ "equipment_slot": "12"
+ },
+ {
+ "durability": null,
+ "name": "Ring of duelling(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2561"
+ },
+ {
+ "shop_price": "770",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Ring of duelling(3)",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "2562",
+ "equipment_slot": "12"
+ },
+ {
+ "durability": null,
+ "name": "Ring of duelling(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2563"
+ },
+ {
+ "shop_price": "770",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Ring of duelling(2)",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "2564",
+ "equipment_slot": "12"
+ },
+ {
+ "durability": null,
+ "name": "Ring of duelling(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2565"
+ },
+ {
+ "shop_price": "770",
+ "ge_buy_limit": "10000",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "594",
+ "durability": null,
+ "name": "Ring of duelling(1)",
+ "tradeable": "true",
+ "low_alchemy": "510",
+ "high_alchemy": "765",
+ "archery_ticket_price": "0",
+ "id": "2566",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "594",
+ "durability": null,
+ "name": "Ring of duelling(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2567"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "1103",
+ "durability": null,
+ "name": "Ring of forging",
+ "tradeable": "true",
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "archery_ticket_price": "0",
+ "id": "2568",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1103",
+ "durability": null,
+ "name": "Ring of forging",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2569"
+ },
+ {
+ "shop_price": "3000",
+ "ge_buy_limit": "10000",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "4540",
+ "durability": null,
+ "name": "Ring of life",
+ "tradeable": "true",
+ "low_alchemy": "1410",
+ "high_alchemy": "2115",
+ "archery_ticket_price": "0",
+ "id": "2570",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "4540",
+ "durability": null,
+ "name": "Ring of life",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2571"
+ },
+ {
+ "examine": "An enchanted ring.",
+ "durability": null,
+ "name": "Ring of wealth",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "2572",
+ "equipment_slot": "12"
+ },
+ {
+ "durability": null,
+ "name": "Ring of wealth",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2573"
+ },
+ {
+ "examine": "Used by navigators to find their position in RuneScape.",
+ "durability": null,
+ "name": "Sextant",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2574"
+ },
+ {
+ "examine": "A fine looking time piece.",
+ "durability": null,
+ "name": "Watch",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2575"
+ },
+ {
+ "examine": "A navigator's chart of RuneScape.",
+ "durability": null,
+ "name": "Chart",
+ "archery_ticket_price": "0",
+ "id": "2576"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "2",
+ "examine": "Lightweight boots ideal for rangers.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.2",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "13900000",
+ "name": "Ranger boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2577",
+ "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "13900000",
+ "durability": null,
+ "name": "Ranger boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2578"
+ },
+ {
+ "requirements": "{6,20}",
+ "ge_buy_limit": "2",
+ "examine": "Slightly magical boots.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "747300",
+ "name": "Wizard boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2579",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "747300",
+ "durability": null,
+ "name": "Wizard boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2580"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "2",
+ "examine": "Endorsed by Robin Hood.",
+ "durability": null,
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "weight": "0.2",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "4400000",
+ "name": "Robin hood hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "2581",
+ "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "4400000",
+ "durability": null,
+ "name": "Robin hood hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2582"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "Black platebody with trim.",
+ "durability": null,
+ "low_alchemy": "1536",
+ "high_alchemy": "2304",
+ "weight": "9.07",
+ "absorb": "1,0,2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "74900",
+ "name": "Black platebody (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2583",
+ "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "74900",
+ "durability": null,
+ "name": "Black platebody (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2584"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "Black platelegs with trim.",
+ "durability": null,
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "39900",
+ "name": "Black platelegs (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2585",
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "39900",
+ "durability": null,
+ "name": "Black platelegs (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2586"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,10}",
+ "ge_buy_limit": "100",
+ "examine": "Black full helmet with trim.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "82200",
+ "name": "Black full helm(t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2587",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "82200",
+ "durability": null,
+ "name": "Black full helm(t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2588"
+ },
+ {
+ "requirements": "{1,10}",
+ "shop_price": "2072",
+ "ge_buy_limit": "2",
+ "examine": "Black kiteshield with trim.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "5",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "73000",
+ "name": "Black kiteshield (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2589",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "73000",
+ "durability": null,
+ "name": "Black kiteshield (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2590"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "Black platebody with gold trim.",
+ "durability": null,
+ "low_alchemy": "1536",
+ "high_alchemy": "2304",
+ "weight": "9.07",
+ "absorb": "1,0,2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "589000",
+ "name": "Black platebody (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2591",
+ "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "589000",
+ "durability": null,
+ "name": "Black platebody (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2592"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "Black platelegs with gold trim.",
+ "durability": null,
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "216700",
+ "name": "Black platelegs (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2593",
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "216700",
+ "durability": null,
+ "name": "Black platelegs (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2594"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,10}",
+ "ge_buy_limit": "100",
+ "examine": "Black full helmet with gold trim.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "2.7",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "364800",
+ "name": "Black full helm(g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2595",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "364800",
+ "durability": null,
+ "name": "Black full helm(g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2596"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "Black kiteshield with gold trim.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "5",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "355600",
+ "name": "Black kiteshield (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2597",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "355600",
+ "durability": null,
+ "name": "Black kiteshield (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2598"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "Adamant platebody with trim.",
+ "durability": null,
+ "low_alchemy": "5120",
+ "high_alchemy": "7680",
+ "weight": "9.07",
+ "absorb": "2,0,4",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "104000",
+ "name": "Adam platebody (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2599",
+ "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "104000",
+ "durability": null,
+ "name": "Adam platebody (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2600"
+ },
+ {
+ "requirements": "{1,30}",
+ "shop_price": "6464",
+ "ge_buy_limit": "2",
+ "examine": "These look heavy",
+ "durability": null,
+ "low_alchemy": "2560",
+ "high_alchemy": "3840",
+ "weight": "10",
+ "absorb": "1,0,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "23200",
+ "name": "Adam platelegs (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2601",
+ "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "23200",
+ "durability": null,
+ "name": "Adam platelegs (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2602"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5.8",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "49100",
+ "name": "Adam kiteshield (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2603",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "49100",
+ "durability": null,
+ "name": "Adam kiteshield (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2604"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "Adamant full helm with trim",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "2.7",
+ "absorb": "1,0,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "85000",
+ "name": "Adam full helm(t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2605",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "85000",
+ "durability": null,
+ "name": "Adam full helm(t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2606"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "Adamant platebody with gold trim.",
+ "durability": null,
+ "low_alchemy": "5120",
+ "high_alchemy": "7680",
+ "weight": "9.07",
+ "absorb": "2,0,4",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "359500",
+ "name": "Adam platebody (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2607",
+ "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "359500",
+ "durability": null,
+ "name": "Adam platebody (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2608"
+ },
+ {
+ "requirements": "{1,30}",
+ "shop_price": "6464",
+ "ge_buy_limit": "2",
+ "examine": "Adamant platelegs with gold trim.",
+ "durability": null,
+ "low_alchemy": "2560",
+ "high_alchemy": "3840",
+ "weight": "10",
+ "absorb": "1,0,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "94300",
+ "name": "Adam platelegs (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2609",
+ "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "94300",
+ "durability": null,
+ "name": "Adam platelegs (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2610"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "Adamant kiteshield with gold trim.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "6",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "170100",
+ "name": "Adam kiteshield (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2611",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "170100",
+ "durability": null,
+ "name": "Adam kiteshield (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2612"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "Adamant full helmet with gold trim.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "2.7",
+ "absorb": "1,0,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "222400",
+ "name": "Adam full helm(g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2613",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "222400",
+ "durability": null,
+ "name": "Adam full helm(g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2614"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platebody with gold trim.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9.07",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "426200",
+ "name": "Rune platebody (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2615",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "426200",
+ "durability": null,
+ "name": "Rune platebody (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2616"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "64000",
+ "ge_buy_limit": "2",
+ "examine": "Rune platelegs with gold trim.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "243400",
+ "name": "Rune platelegs (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2617",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "243400",
+ "durability": null,
+ "name": "Rune platelegs (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2618"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "shop_price": "35000",
+ "ge_buy_limit": "100",
+ "examine": "Rune full helmet with gold trim.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "506800",
+ "name": "Rune full helm(g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2619",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "506800",
+ "durability": null,
+ "name": "Rune full helm(g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2620"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune kiteshield with gold trim",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "392700",
+ "name": "Rune kiteshield (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2621",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "392700",
+ "durability": null,
+ "name": "Rune kiteshield (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2622"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platebody with trim.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9.07",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "162700",
+ "name": "Rune platebody (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2623",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "162700",
+ "durability": null,
+ "name": "Rune platebody (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2624"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platelegs with trim!",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "95400",
+ "name": "Rune platelegs (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2625",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "95400",
+ "durability": null,
+ "name": "Rune platelegs (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2626"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune full helmet with trim.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "216600",
+ "name": "Rune full helm (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2627",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "216600",
+ "durability": null,
+ "name": "Rune full helm (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2628"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A large, metal shield with a nice trim.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "160300",
+ "name": "Rune kiteshield (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2629",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "160300",
+ "durability": null,
+ "name": "Rune kiteshield (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2630"
+ },
+ {
+ "lendable": "true",
+ "ge_buy_limit": "2",
+ "examine": "Your money or your life!",
+ "grand_exchange_price": "83500",
+ "durability": null,
+ "name": "Highwayman mask",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "2631",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "83500",
+ "durability": null,
+ "name": "Highwayman mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2632"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Parlez-vous francais? (Do you speak French?)",
+ "durability": null,
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "34300",
+ "name": "Blue beret",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "2633"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "34300",
+ "durability": null,
+ "name": "Blue beret",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2634"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Parlez-vous francais?(Do you speak French?)",
+ "durability": null,
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "117500",
+ "name": "Black beret",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "2635"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "117500",
+ "durability": null,
+ "name": "Black beret",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2636"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Parlez-vous francais? (Do you speak French?)",
+ "durability": null,
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "328000",
+ "name": "White beret",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "2637"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "328000",
+ "durability": null,
+ "name": "White beret",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2638"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "All for one and one for all!",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "29100",
+ "name": "Tan cavalier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "2639"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "29100",
+ "durability": null,
+ "name": "Tan cavalier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2640"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "All for one and one for all!",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "23600",
+ "name": "Dark cavalier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "2641"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "23600",
+ "durability": null,
+ "name": "Dark cavalier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2642"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "All for one and one for all!",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "384500",
+ "name": "Black cavalier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "2643"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "384500",
+ "durability": null,
+ "name": "Black cavalier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2644"
+ },
+ {
+ "lendable": "true",
+ "ge_buy_limit": "2",
+ "examine": "A minimalist's hat.",
+ "grand_exchange_price": "91300",
+ "durability": null,
+ "name": "Red headband",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "2645",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "91300",
+ "durability": null,
+ "name": "Red headband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2646"
+ },
+ {
+ "lendable": "true",
+ "ge_buy_limit": "2",
+ "examine": "A minimalist's hat.",
+ "grand_exchange_price": "32900",
+ "durability": null,
+ "name": "Black headband",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "2647",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "32900",
+ "durability": null,
+ "name": "Black headband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2648"
+ },
+ {
+ "lendable": "true",
+ "ge_buy_limit": "2",
+ "examine": "A minimalist's hat.",
+ "grand_exchange_price": "17800",
+ "durability": null,
+ "name": "Brown headband",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "2649",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "17800",
+ "durability": null,
+ "name": "Brown headband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2650"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Shiver me timbers!",
+ "grand_exchange_price": "82500",
+ "durability": null,
+ "name": "Pirate's hat",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "2651",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "82500",
+ "durability": null,
+ "name": "Pirate's hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2652"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platebody in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "809000",
+ "name": "Zamorak platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2653",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "809000",
+ "durability": null,
+ "name": "Zamorak platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2654"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platelegs in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "281500",
+ "name": "Zamorak platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2655",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "281500",
+ "durability": null,
+ "name": "Zamorak platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2656"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A full helmet in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "601500",
+ "name": "Zamorak full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2657",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,1"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "601500",
+ "durability": null,
+ "name": "Zamorak full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2658"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A Rune kiteshield in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "499500",
+ "name": "Zamorak kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2659",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "499500",
+ "durability": null,
+ "name": "Zamorak kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2660"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platebody in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9.07",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1600000",
+ "name": "Saradomin platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2661",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1600000",
+ "durability": null,
+ "name": "Saradomin platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2662"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platelegs in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "444000",
+ "name": "Saradomin platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2663",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "444000",
+ "durability": null,
+ "name": "Saradomin platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2664"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune full helmet in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "1100000",
+ "name": "Saradomin full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2665",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1100000",
+ "durability": null,
+ "name": "Saradomin full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2666"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune kiteshield in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "795900",
+ "name": "Saradomin kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2667",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "795900",
+ "durability": null,
+ "name": "Saradomin kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2668"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platebody in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9.07",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "307900",
+ "name": "Guthix platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2669",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "307900",
+ "durability": null,
+ "name": "Guthix platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2670"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platelegs in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "169900",
+ "name": "Guthix platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2671",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "169900",
+ "durability": null,
+ "name": "Guthix platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2672"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune full helmet in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "323100",
+ "name": "Guthix full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2673",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,1,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "323100",
+ "durability": null,
+ "name": "Guthix full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2674"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune kiteshield in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "247300",
+ "name": "Guthix kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2675",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "247300",
+ "durability": null,
+ "name": "Guthix kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2676"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2677"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2678"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2679"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2680"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2681"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2682"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2683"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2684"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2685"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2686"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2687"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2688"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2689"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2690"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2691"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2692"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2693"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2694"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2695"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2696"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2697"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2698"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2699"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2700"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2701"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2702"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2703"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2704"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2705"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2706"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2707"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2708"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2709"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2710"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2711"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2712"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2713"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2714"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2715"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2716"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2717"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2718"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2719"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2720"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2721"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2722"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2723"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2724"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2725"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2726"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2727"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2728"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2729"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2730"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2731"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2732"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2733"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2734"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2735"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2736"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2737"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2738"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2739"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2740"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2741"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2742"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2743"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2744"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2745"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2746"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2747"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2748"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2773"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2774"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2775"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2776"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2777"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2778"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2779"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2780"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2781"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2782"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2783"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2784"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2785"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2786"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2787"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2788"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2789"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2790"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2791"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2792"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2793"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2794"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "2795"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2796"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2797"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "2798"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2799"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "2800"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2801"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2802"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2803"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2804"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2805"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2806"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2807"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2808"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2809"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2810"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2811"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2812"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2813"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2814"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2815"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2816"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2817"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2818"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2819"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2820"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2821"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2822"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2823"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2824"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2825"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2826"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2827"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2828"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2829"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "2830"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2831"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2833"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2835"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2837"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2839"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2841"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "2842"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2843"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "2844"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2845"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "2846"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2847"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2848"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2849"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "2850"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2851"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "2852"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2853"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "2854"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2855"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2856"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2857"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "2858"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Bones of a recently slain wolf.",
+ "grand_exchange_price": "1266",
+ "durability": null,
+ "name": "Wolf bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "2859"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1266",
+ "durability": null,
+ "name": "Wolf bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2860"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "1000",
+ "examine": "I can make an ogre arrow with these.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Wolfbone arrowtips",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "2861"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "These logs are longer than normal.",
+ "grand_exchange_price": "169",
+ "durability": null,
+ "name": "Achey tree logs",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "2862"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "169",
+ "durability": null,
+ "name": "Achey tree logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2863"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A wooden arrow shaft",
+ "grand_exchange_price": "47",
+ "durability": null,
+ "name": "Ogre arrow shaft",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2864"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "An ogre arrow with four flights attached.",
+ "grand_exchange_price": "172",
+ "durability": null,
+ "name": "Flighted ogre arrow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2865"
+ },
+ {
+ "requirements": "{4,30}",
+ "shop_price": "25",
+ "ge_buy_limit": "1000",
+ "examine": "A large ogre arrow with a bone tip.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "equipment_slot": "13",
+ "grand_exchange_price": "49",
+ "name": "Ogre arrow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2866",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22"
+ },
+ {
+ "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.",
+ "durability": null,
+ "name": "Ogre bellows",
+ "archery_ticket_price": "0",
+ "id": "2871",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.",
+ "durability": null,
+ "name": "Ogre bellows (3)",
+ "archery_ticket_price": "0",
+ "id": "2872"
+ },
+ {
+ "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.",
+ "durability": null,
+ "name": "Ogre bellows (2)",
+ "archery_ticket_price": "0",
+ "id": "2873"
+ },
+ {
+ "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.",
+ "durability": null,
+ "name": "Ogre bellows (1)",
+ "archery_ticket_price": "0",
+ "id": "2874"
+ },
+ {
+ "bankable": "false",
+ "examine": "An inflated toad.",
+ "durability": null,
+ "name": "Bloated toad",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.7",
+ "archery_ticket_price": "0",
+ "id": "2875"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "I need to cook this first.",
+ "grand_exchange_price": "2145",
+ "durability": null,
+ "name": "Raw chompy",
+ "tradeable": "true",
+ "low_alchemy": "34",
+ "high_alchemy": "51",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "2876"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2145",
+ "durability": null,
+ "name": "Raw chompy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2877"
+ },
+ {
+ "shop_price": "130",
+ "ge_buy_limit": "1000",
+ "examine": "It might look delicious to an ogre.Roasted chompy bird.",
+ "grand_exchange_price": "95",
+ "durability": null,
+ "name": "Cooked chompy",
+ "tradeable": "true",
+ "low_alchemy": "52",
+ "high_alchemy": "78",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "2878"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "95",
+ "durability": null,
+ "name": "Cooked chompy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2879"
+ },
+ {
+ "durability": null,
+ "name": "Ruined chompy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2881"
+ },
+ {
+ "examine": "It has been deliciously seasoned to taste wonderful for ogres.",
+ "durability": null,
+ "name": "Seasoned chompy",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "2882"
+ },
+ {
+ "requirements": "{4,30}",
+ "shop_price": "500",
+ "examine": "More powerful than a normal bow, useful against large game birds.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "1",
+ "attack_speed": "8",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "equipment_slot": "3",
+ "attack_audios": "2700,0,0,0",
+ "name": "Ogre bow",
+ "archery_ticket_price": "0",
+ "id": "2883",
+ "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Book of the elemental shield.",
+ "durability": null,
+ "name": "Battered book",
+ "archery_ticket_price": "0",
+ "id": "2886"
+ },
+ {
+ "examine": "An old battered key. (Elemental Workshop I)",
+ "durability": null,
+ "name": "Battered key",
+ "archery_ticket_price": "0",
+ "id": "2887"
+ },
+ {
+ "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.",
+ "durability": null,
+ "name": "A stone bowl",
+ "archery_ticket_price": "0",
+ "id": "2888",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.",
+ "durability": null,
+ "name": "A stone bowl",
+ "archery_ticket_price": "0",
+ "id": "2889",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "2000",
+ "ge_buy_limit": "100",
+ "examine": "A shield made in the Elemental Workshop.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "709",
+ "name": "Elemental shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2890",
+ "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "709",
+ "durability": null,
+ "name": "Elemental shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2891"
+ },
+ {
+ "examine": "This needs refining.",
+ "durability": null,
+ "name": "Elemental ore",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "2892"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1570",
+ "examine": "Very stylish!",
+ "durability": null,
+ "name": "Boots",
+ "archery_ticket_price": "0",
+ "id": "2894",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1570",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2895"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "Some fine werewolf clothing.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "867",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2896",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "867",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2897"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "741",
+ "examine": "Made by werewolves for werewolves.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2898",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "741",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2899"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "844",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "2900",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "844",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2901"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1039",
+ "examine": "These gloves from Canifis will keep my hands warm!",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2902",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1039",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2903"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1359",
+ "examine": "Very stylish!",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2904",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1359",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2905"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "Some fine werewolf clothing.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "958",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2906",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "958",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2907"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "474",
+ "examine": "Made by werewolves for werewolves.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2908",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "474",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2909"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1445",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "tradeable": "true",
+ "name": "Hat",
+ "archery_ticket_price": "0",
+ "id": "2910",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1445",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2911"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1254",
+ "examine": "These gloves from Canifis will keep my hands warm!",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2912",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1254",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2913"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1054",
+ "examine": "Very stylish!",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2914",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1054",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2915"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "Some fine werewolf clothing.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "789",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2916",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "789",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2917"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "603",
+ "examine": "Made by werewolves for werewolves.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2918",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "603",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2919"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "997",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2920",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "997",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2921"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1221",
+ "examine": "These gloves from Canifis will keep my hands warm!",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2922",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1221",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2923"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "737",
+ "examine": "Very stylish!",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2924",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "737",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2925"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "Some fine werewolf clothing.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "504",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2926",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "504",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2927"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "637",
+ "examine": "Made by werewolves for werewolves.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2928",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "637",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2929"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "925",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2930",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "925",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2931"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1829",
+ "examine": "These gloves from Canifis will keep my hands warm!",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2932",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1829",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2933"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "988",
+ "examine": "Very stylish!",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2934",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "988",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2935"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "Some fine werewolf clothing.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "925",
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2936",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "925",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2937"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "927",
+ "examine": "Made by werewolves for werewolves.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2938",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "927",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Robe bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2939"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1209",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2940",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1209",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2941"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "634",
+ "examine": "These gloves from Canifis will keep my hands warm!",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2942",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "634",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2943"
+ },
+ {
+ "examine": "A key made from solid gold",
+ "durability": null,
+ "name": "Golden key",
+ "archery_ticket_price": "0",
+ "id": "2944"
+ },
+ {
+ "examine": "A key made of solid iron.",
+ "durability": null,
+ "name": "Iron key",
+ "archery_ticket_price": "0",
+ "id": "2945"
+ },
+ {
+ "examine": "A replica tinderbox made of solid gold.",
+ "durability": null,
+ "name": "Golden tinderbox",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "2946"
+ },
+ {
+ "examine": "A replica candle made of solid gold.",
+ "durability": null,
+ "name": "Golden candle",
+ "low_alchemy": "120",
+ "tradeable": "false",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "2947"
+ },
+ {
+ "examine": "A replica pot made of solid gold.",
+ "durability": null,
+ "name": "Golden pot",
+ "archery_ticket_price": "0",
+ "id": "2948"
+ },
+ {
+ "examine": "A replica hammer made of solid gold.",
+ "durability": null,
+ "name": "Golden hammer",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "2949"
+ },
+ {
+ "examine": "A replica needle made of solid gold.",
+ "durability": null,
+ "name": "Golden needle",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "2951"
+ },
+ {
+ "examine": "A silver dagger that can prevent werewolves changing form.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Wolfbane",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "2952",
+ "bonuses": "11,5,-4,1,0,0,0,0,1,0,1,10,5,0,0"
+ },
+ {
+ "examine": "It's a bucket of water.",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Bucket of water",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "2953"
+ },
+ {
+ "examine": "It's a bucket of water.",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Bucket of water",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "2954"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "A foul smelling brew.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Moonlight mead",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "2955"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Moonlight mead",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2956"
+ },
+ {
+ "examine": "An empty druid pouch.",
+ "durability": null,
+ "name": "Druid pouch",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "2957"
+ },
+ {
+ "examine": "A druid pouch.",
+ "durability": null,
+ "name": "Druid pouch",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "2958"
+ },
+ {
+ "examine": "Erhhh! It stinks.",
+ "durability": null,
+ "name": "Rotten food",
+ "tradeable": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2959"
+ },
+ {
+ "durability": null,
+ "name": "Rotten food",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2960"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's a silver sickle.",
+ "durability": null,
+ "low_alchemy": "70",
+ "high_alchemy": "105",
+ "weight": "1.6",
+ "weapon_interface": "6",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "28",
+ "name": "Silver sickle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2961",
+ "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "28",
+ "durability": null,
+ "name": "Silver sickle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2962"
+ },
+ {
+ "examine": "It's a blessed silver sickle.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "1.5",
+ "weapon_interface": "6",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "name": "Silver sickle(b)",
+ "archery_ticket_price": "0",
+ "id": "2963",
+ "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Used for washing your face, amongst other things.",
+ "durability": null,
+ "name": "Washing bowl",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2964"
+ },
+ {
+ "examine": "A small mirror, probably used for grooming.",
+ "durability": null,
+ "name": "Mirror",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "2966"
+ },
+ {
+ "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock.",
+ "durability": null,
+ "name": "Druidic spell",
+ "archery_ticket_price": "0",
+ "id": "2968"
+ },
+ {
+ "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock.",
+ "durability": null,
+ "name": "A used spell",
+ "archery_ticket_price": "0",
+ "id": "2969"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A mushroom from the swamps of Mort Myre.",
+ "grand_exchange_price": "915",
+ "durability": null,
+ "name": "Mort myre fungus",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2970"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "915",
+ "durability": null,
+ "name": "Mort myre fungus",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2971"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A cutting from a budding branch.",
+ "grand_exchange_price": "338",
+ "durability": null,
+ "name": "Mort myre stem",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2972"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "338",
+ "durability": null,
+ "name": "Mort myre stem",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2973"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A pear picked from a dying bush in Mort Myre.",
+ "grand_exchange_price": "975",
+ "durability": null,
+ "name": "Mort myre pear",
+ "tradeable": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "2974"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "975",
+ "durability": null,
+ "name": "Mort myre pear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2975"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "100",
+ "examine": "Used to make sickles.",
+ "grand_exchange_price": "498",
+ "durability": null,
+ "name": "Sickle mould",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "2976"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "498",
+ "durability": null,
+ "name": "Sickle mould",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2977"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2978",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2979",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2980",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2981",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2982",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2983",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2984",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2985",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2986",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2987",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2988",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2989",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2990",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2991",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2992",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2993",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2994",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A symbol of your chompy bird hunting prowess.",
+ "durability": null,
+ "name": "Chompy bird hat",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "2995",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "I can exchange these for further experience or items.",
+ "durability": null,
+ "name": "Agility arena ticket",
+ "archery_ticket_price": "0",
+ "id": "2996"
+ },
+ {
+ "shop_price": "800",
+ "ge_buy_limit": "10",
+ "examine": "You should see the shark...",
+ "durability": null,
+ "low_alchemy": "35",
+ "high_alchemy": "53",
+ "weight": "0.3",
+ "equipment_slot": "9",
+ "grand_exchange_price": "1500000",
+ "name": "Pirate's hook",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2997",
+ "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "4056",
+ "durability": null,
+ "name": "Clean toadflax",
+ "tradeable": "true",
+ "low_alchemy": "19",
+ "high_alchemy": "28",
+ "archery_ticket_price": "0",
+ "id": "2998"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "4056",
+ "durability": null,
+ "name": "Clean toadflax",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "2999"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "10500",
+ "durability": null,
+ "name": "Clean snapdragon",
+ "tradeable": "true",
+ "low_alchemy": "23",
+ "high_alchemy": "35",
+ "archery_ticket_price": "0",
+ "id": "3000"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "10500",
+ "durability": null,
+ "name": "Clean snapdragon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3001"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I need another ingredient to finish this toadflax potion.",
+ "grand_exchange_price": "3988",
+ "durability": null,
+ "name": "Toadflax potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "19",
+ "high_alchemy": "28",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "3002"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3988",
+ "durability": null,
+ "name": "Toadflax potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3003"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I need another ingredient to finish this snapdragon potion.",
+ "grand_exchange_price": "9588",
+ "durability": null,
+ "name": "Snapdragon potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "23",
+ "high_alchemy": "35",
+ "archery_ticket_price": "0",
+ "id": "3004"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9588",
+ "durability": null,
+ "name": "Snapdragon potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3005"
+ },
+ {
+ "shop_price": "150",
+ "examine": "Keep out of reach of children and familiars.",
+ "durability": null,
+ "name": "Firework",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "3006"
+ },
+ {
+ "durability": null,
+ "name": "Firework",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3007"
+ },
+ {
+ "shop_price": "145",
+ "ge_buy_limit": "100",
+ "examine": "4 doses of energy potion.",
+ "grand_exchange_price": "33",
+ "durability": null,
+ "name": "Energy potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "44",
+ "high_alchemy": "66",
+ "archery_ticket_price": "0",
+ "id": "3008"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "33",
+ "durability": null,
+ "name": "Energy potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3009"
+ },
+ {
+ "shop_price": "145",
+ "ge_buy_limit": "100",
+ "examine": "3 doses of energy potion.",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Energy potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "44",
+ "high_alchemy": "66",
+ "archery_ticket_price": "0",
+ "id": "3010"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Energy potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3011"
+ },
+ {
+ "shop_price": "145",
+ "ge_buy_limit": "100",
+ "examine": "2 doses of energy potion.",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Energy potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "44",
+ "high_alchemy": "66",
+ "archery_ticket_price": "0",
+ "id": "3012"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Energy potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3013"
+ },
+ {
+ "shop_price": "145",
+ "ge_buy_limit": "100",
+ "examine": "1 dose of energy potion.",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Energy potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "44",
+ "high_alchemy": "66",
+ "archery_ticket_price": "0",
+ "id": "3014"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Energy potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3015"
+ },
+ {
+ "shop_price": "4000",
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of super energy potion.",
+ "grand_exchange_price": "3088",
+ "durability": null,
+ "name": "Super energy(4)",
+ "tradeable": "true",
+ "low_alchemy": "92",
+ "high_alchemy": "138",
+ "archery_ticket_price": "0",
+ "id": "3016"
+ },
+ {
+ "shop_price": "4000",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3088",
+ "durability": null,
+ "name": "Super energy(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3017"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "3 doses of super energy potion.",
+ "grand_exchange_price": "2485",
+ "durability": null,
+ "name": "Super energy(3)",
+ "tradeable": "true",
+ "low_alchemy": "92",
+ "high_alchemy": "138",
+ "archery_ticket_price": "0",
+ "id": "3018"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2485",
+ "durability": null,
+ "name": "Super energy(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3019"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "2 doses of super energy potion.",
+ "grand_exchange_price": "1592",
+ "durability": null,
+ "name": "Super energy(2)",
+ "tradeable": "true",
+ "low_alchemy": "92",
+ "high_alchemy": "138",
+ "archery_ticket_price": "0",
+ "id": "3020"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1592",
+ "durability": null,
+ "name": "Super energy(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3021"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "1 dose of super energy potion.",
+ "grand_exchange_price": "1432",
+ "durability": null,
+ "name": "Super energy(1)",
+ "tradeable": "true",
+ "low_alchemy": "92",
+ "high_alchemy": "138",
+ "archery_ticket_price": "0",
+ "id": "3022"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1432",
+ "durability": null,
+ "name": "Super energy(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3023"
+ },
+ {
+ "shop_price": "12000",
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of super restore potion.",
+ "grand_exchange_price": "11500",
+ "durability": null,
+ "name": "Super restore(4)",
+ "tradeable": "true",
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "3024"
+ },
+ {
+ "shop_price": "12000",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "11500",
+ "durability": null,
+ "name": "Super restore(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3025"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "3 doses of super restore potion.",
+ "grand_exchange_price": "8690",
+ "durability": null,
+ "name": "Super restore(3)",
+ "tradeable": "true",
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "3026"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "8690",
+ "durability": null,
+ "name": "Super restore(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3027"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "2 doses of super restore potion.",
+ "grand_exchange_price": "5637",
+ "durability": null,
+ "name": "Super restore(2)",
+ "tradeable": "true",
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "3028"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "5637",
+ "durability": null,
+ "name": "Super restore(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3029"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "1 dose of super restore potion.",
+ "grand_exchange_price": "2606",
+ "durability": null,
+ "name": "Super restore(1)",
+ "tradeable": "true",
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "3030"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2606",
+ "durability": null,
+ "name": "Super restore(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3031"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "4 doses of Agility potion.",
+ "grand_exchange_price": "276",
+ "durability": null,
+ "name": "Agility potion(4)",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "3032"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "276",
+ "durability": null,
+ "name": "Agility potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3033"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "3 doses of Agility potion.",
+ "grand_exchange_price": "148",
+ "durability": null,
+ "name": "Agility potion(3)",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "3034"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "148",
+ "durability": null,
+ "name": "Agility potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3035"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "2 doses of Agility potion.",
+ "grand_exchange_price": "115",
+ "durability": null,
+ "name": "Agility potion(2)",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "3036"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "115",
+ "durability": null,
+ "name": "Agility potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3037"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "1 dose of Agility potion.",
+ "grand_exchange_price": "306",
+ "durability": null,
+ "name": "Agility potion(1)",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "3038"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "306",
+ "durability": null,
+ "name": "Agility potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3039"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "4 doses of Magic potion.",
+ "grand_exchange_price": "7214",
+ "durability": null,
+ "name": "Magic potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "3040"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7214",
+ "durability": null,
+ "name": "Magic potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3041"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "3 doses of Magic potion.",
+ "grand_exchange_price": "5285",
+ "durability": null,
+ "name": "Magic potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "3042"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5285",
+ "durability": null,
+ "name": "Magic potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3043"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "2 doses of Magic potion.",
+ "grand_exchange_price": "3697",
+ "durability": null,
+ "name": "Magic potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "3044"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3697",
+ "durability": null,
+ "name": "Magic potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3045"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "1 dose of Magic potion.",
+ "grand_exchange_price": "1826",
+ "durability": null,
+ "name": "Magic potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "3046"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1826",
+ "durability": null,
+ "name": "Magic potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3047"
+ },
+ {
+ "durability": null,
+ "name": "Pirate's hook",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3048"
+ },
+ {
+ "requirements": "{15,30}",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "3996",
+ "durability": null,
+ "name": "Grimy toadflax",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3049"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "3996",
+ "durability": null,
+ "name": "Grimy toadflax",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3050"
+ },
+ {
+ "requirements": "{15,59}",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "10500",
+ "durability": null,
+ "name": "Grimy snapdragon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3051"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "10500",
+ "durability": null,
+ "name": "Grimy snapdragon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3052"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "6800",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "9985",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3053",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
+ "requirements": "{0,30}-{6,30}",
+ "durability": null,
+ "high_alchemy": "10200",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Lava battlestaff"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "18000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "34100",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3054",
+ "stand_turn_anim": "1209",
+ "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
+ "requirements": "{0,40}-{6,40}",
+ "shop_price": "160",
+ "durability": null,
+ "high_alchemy": "27000",
+ "weight": "2",
+ "weapon_interface": "1",
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Mystic lava staff"
+ },
+ {
+ "durability": null,
+ "name": "Lava battlestaff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3055"
+ },
+ {
+ "durability": null,
+ "name": "Mystic lava staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3056"
+ },
+ {
+ "examine": "A mime would wear this.",
+ "durability": null,
+ "name": "Mime mask",
+ "archery_ticket_price": "0",
+ "id": "3057",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "A mime would wear these.",
+ "durability": null,
+ "name": "Mime top",
+ "archery_ticket_price": "0",
+ "id": "3058",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "A mime would wear these.",
+ "durability": null,
+ "name": "Mime legs",
+ "archery_ticket_price": "0",
+ "id": "3059",
+ "equipment_slot": "7"
+ },
+ {
+ "examine": "A mime would wear these.",
+ "durability": null,
+ "name": "Mime gloves",
+ "archery_ticket_price": "0",
+ "id": "3060",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "A mime would wear these.",
+ "durability": null,
+ "name": "Mime boots",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3061",
+ "equipment_slot": "10"
+ },
+ {
+ "examine": "It seems to be humming...",
+ "durability": null,
+ "name": "Strange box",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3062"
+ },
+ {
+ "requirements": "{4,10}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a black tip.",
+ "durability": null,
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "628",
+ "attack_audios": "2547,0,0,0",
+ "name": "Black dart",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3093",
+ "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6"
+ },
+ {
+ "requirements": "{4,10}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a black tip.",
+ "durability": null,
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "740",
+ "attack_audios": "2547,0,0,0",
+ "name": "Black dart(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3094",
+ "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6"
+ },
+ {
+ "shop_price": "48",
+ "ge_buy_limit": "100",
+ "examine": "A set of fighting claws.",
+ "durability": null,
+ "low_alchemy": "19",
+ "high_alchemy": "28",
+ "weight": "0.9",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,390,390",
+ "grand_exchange_price": "702",
+ "name": "Bronze claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3095",
+ "bonuses": "3,4,-4,0,0,1,2,1,0,0,0,5,0,0,0"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "A set of fighting claws.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,390,390",
+ "grand_exchange_price": "13",
+ "name": "Iron claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3096",
+ "bonuses": "4,6,-4,0,0,2,3,1,0,0,0,7,0,0,0"
+ },
+ {
+ "requirements": "{0,5}",
+ "shop_price": "175",
+ "ge_buy_limit": "100",
+ "examine": "A set of fighting claws.",
+ "durability": null,
+ "low_alchemy": "70",
+ "high_alchemy": "105",
+ "weight": "0.9",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,390,390",
+ "grand_exchange_price": "20",
+ "name": "Steel claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3097",
+ "bonuses": "8,11,-4,0,0,3,6,2,0,0,0,12,0,0,0"
+ },
+ {
+ "requirements": "{0,10}",
+ "ge_buy_limit": "100",
+ "examine": "A set of fighting claws.",
+ "durability": null,
+ "low_alchemy": "144",
+ "high_alchemy": "216",
+ "weight": "6",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,390,390",
+ "grand_exchange_price": "940",
+ "name": "Black claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3098",
+ "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,0,0,0"
+ },
+ {
+ "requirements": "{0,20}",
+ "ge_buy_limit": "100",
+ "examine": "A set of fighting claws.",
+ "durability": null,
+ "low_alchemy": "190",
+ "high_alchemy": "285",
+ "weight": "0.9",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,390,390",
+ "grand_exchange_price": "114",
+ "name": "Mithril claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3099",
+ "bonuses": "11,16,-4,0,0,4,8,2,0,0,0,17,0,0,0"
+ },
+ {
+ "requirements": "{0,30}",
+ "ge_buy_limit": "100",
+ "examine": "A set of fighting claws.",
+ "durability": null,
+ "low_alchemy": "480",
+ "high_alchemy": "720",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,390,390",
+ "grand_exchange_price": "649",
+ "name": "Adamant claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3100",
+ "bonuses": "18,23,-4,0,0,6,12,3,0,0,0,24,0,0,0"
+ },
+ {
+ "requirements": "{0,40}",
+ "ge_buy_limit": "100",
+ "examine": "A set of fighting claws.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "4800",
+ "high_alchemy": "7200",
+ "weight": "0.9",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,390,390",
+ "lendable": "true",
+ "grand_exchange_price": "6939",
+ "name": "Rune claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3101",
+ "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0"
+ },
+ {
+ "examine": "The combination to Burthorpe Castle's equipment room.",
+ "durability": null,
+ "name": "Combination",
+ "archery_ticket_price": "0",
+ "id": "3102"
+ },
+ {
+ "examine": "The guard wrote the IOU on the back of some paper.",
+ "durability": null,
+ "name": "Iou",
+ "archery_ticket_price": "0",
+ "id": "3103"
+ },
+ {
+ "examine": "This map shows the secret way up to Death Plateau.",
+ "durability": null,
+ "name": "Secret way map",
+ "archery_ticket_price": "0",
+ "id": "3104"
+ },
+ {
+ "shop_price": "1900",
+ "ge_buy_limit": "100",
+ "examine": "Boots made for general climbing; rocks a speciality.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "destroy": "true",
+ "weight": "0.3",
+ "equipment_slot": "10",
+ "grand_exchange_price": "51400",
+ "name": "Climbing boots",
+ "archery_ticket_price": "0",
+ "id": "3105",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "51400",
+ "durability": null,
+ "name": "Climbing boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3106"
+ },
+ {
+ "examine": "Climbing boots with spikes.",
+ "durability": null,
+ "name": "Spiked boots",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "3107",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "examine": "Place on the stone mechanism in the right order to open the door.",
+ "durability": null,
+ "name": "Stone ball",
+ "archery_ticket_price": "0",
+ "id": "3109"
+ },
+ {
+ "examine": "Place on the stone mechanism in the right order to open the door.",
+ "durability": null,
+ "name": "Stone ball",
+ "archery_ticket_price": "0",
+ "id": "3110"
+ },
+ {
+ "examine": "Place on the stone mechanism in the right order to open the door.",
+ "durability": null,
+ "name": "Stone ball",
+ "archery_ticket_price": "0",
+ "id": "3111"
+ },
+ {
+ "examine": "Place on the stone mechanism in the right order to open the door.",
+ "durability": null,
+ "name": "Stone ball",
+ "archery_ticket_price": "0",
+ "id": "3112"
+ },
+ {
+ "examine": "Place on the stone mechanism in the right order to open the door.",
+ "durability": null,
+ "name": "Stone ball",
+ "archery_ticket_price": "0",
+ "id": "3113"
+ },
+ {
+ "examine": "Entrance certificate to the Imperial Guard.",
+ "durability": null,
+ "name": "Certificate",
+ "archery_ticket_price": "0",
+ "id": "3114"
+ },
+ {
+ "durability": null,
+ "name": "Bronze claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3115"
+ },
+ {
+ "durability": null,
+ "name": "Iron claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3116"
+ },
+ {
+ "durability": null,
+ "name": "Steel claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3117"
+ },
+ {
+ "durability": null,
+ "name": "Black claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3118"
+ },
+ {
+ "durability": null,
+ "name": "Mithril claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3119"
+ },
+ {
+ "durability": null,
+ "name": "Adamant claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3120"
+ },
+ {
+ "durability": null,
+ "name": "Rune claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3121"
+ },
+ {
+ "requirements": "{1,50}-{2,50}",
+ "ge_buy_limit": "10",
+ "examine": "A solid stone shield.",
+ "durability": null,
+ "low_alchemy": "22400",
+ "high_alchemy": "33600",
+ "weight": "6.8",
+ "absorb": "5,0,10",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "34800",
+ "name": "Granite shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3122",
+ "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Large glistening bones which glow with a pale yellow aura.",
+ "grand_exchange_price": "1975",
+ "durability": null,
+ "name": "Shaikahan bones",
+ "tradeable": "true",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "3123"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1975",
+ "durability": null,
+ "name": "Shaikahan bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3124"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Fairly big bones which smell distinctly of Jogre.",
+ "grand_exchange_price": "1023",
+ "durability": null,
+ "name": "Jogre bones",
+ "tradeable": "true",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "3125"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1023",
+ "durability": null,
+ "name": "Jogre bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3126"
+ },
+ {
+ "examine": "These blackened Jogre bones have been somehow burnt.",
+ "durability": null,
+ "name": "Burnt jogre bones",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "3127"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Pasty jogre bones",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3128"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Pasty jogre bones",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3129"
+ },
+ {
+ "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.",
+ "durability": null,
+ "name": "Marinated j' bones",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3130"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Pasty jogre bones",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3131"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Pasty jogre bones",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3132"
+ },
+ {
+ "examine": "Burnt Jogre bones marinated in lovely Karambwanji sauce. Perfect./Burnt Jogre bones marinated in lovely Karabwanji sauce. Not quite right.",
+ "durability": null,
+ "name": "Marinated j' bones",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3133"
+ },
+ {
+ "durability": null,
+ "name": "Granite shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3134"
+ },
+ {
+ "shop_price": "1",
+ "examine": "The key to the troll prison.",
+ "durability": null,
+ "name": "Cell key 1",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3136"
+ },
+ {
+ "examine": "The key to the troll prison.",
+ "durability": null,
+ "name": "Cell key 2",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3137"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "How am I supposed to eat that?!",
+ "grand_exchange_price": "1834",
+ "durability": null,
+ "name": "Potato cactus",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3138"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1834",
+ "durability": null,
+ "name": "Potato cactus",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3139"
+ },
+ {
+ "requirements": "{1,60}",
+ "ge_buy_limit": "10",
+ "examine": "A series of connected metal rings.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "weight": "6.8",
+ "absorb": "4,0,9",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "4300000",
+ "name": "Dragon chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3140",
+ "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "4300000",
+ "durability": null,
+ "name": "Dragon chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3141"
+ },
+ {
+ "shop_price": "440",
+ "ge_buy_limit": "20000",
+ "examine": "A raw green octopus.",
+ "grand_exchange_price": "1775",
+ "durability": null,
+ "name": "Raw karambwan",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3142"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "1775",
+ "durability": null,
+ "name": "Raw karambwan",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3143"
+ },
+ {
+ "shop_price": "460",
+ "ge_buy_limit": "10000",
+ "examine": "Cooked octopus.",
+ "grand_exchange_price": "1455",
+ "durability": null,
+ "name": "Cooked karambwan",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3144"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1455",
+ "durability": null,
+ "name": "Cooked karambwan",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3145"
+ },
+ {
+ "examine": "Cooked octopus. It looks poorly cooked and quite dangerous.",
+ "durability": null,
+ "name": "Poison karambwan",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3146"
+ },
+ {
+ "shop_price": "460",
+ "examine": "Cooked octopus.",
+ "grand_exchange_price": "906",
+ "durability": null,
+ "name": "Cooked karambwan",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3147"
+ },
+ {
+ "durability": null,
+ "name": "Burnt karambwan",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3149"
+ },
+ {
+ "examine": "Small brightly coloured tropical fish.",
+ "durability": null,
+ "name": "Raw karambwanji",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "3150"
+ },
+ {
+ "examine": "Small brightly coloured tropical fish.",
+ "durability": null,
+ "name": "Karambwanji",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.99",
+ "archery_ticket_price": "0",
+ "id": "3151"
+ },
+ {
+ "examine": "Freshly made octopus paste. It smells quite nauseating.",
+ "durability": null,
+ "name": "Karambwan paste",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "3152"
+ },
+ {
+ "examine": "Freshly made octopus paste. It smells quite nauseating.",
+ "durability": null,
+ "name": "Karambwan paste",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "3153"
+ },
+ {
+ "examine": "Freshly made octopus paste. It smells quite nauseating.",
+ "durability": null,
+ "name": "Karambwan paste",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "3154"
+ },
+ {
+ "examine": "This paste smells of raw fish./This paste smells of cooked fish.",
+ "durability": null,
+ "name": "Karambwanji paste",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "3155"
+ },
+ {
+ "examine": "This paste smells of raw fish./This paste smells of cooked fish.",
+ "durability": null,
+ "name": "Karambwanji paste",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "3156"
+ },
+ {
+ "requirements": "{10,65}",
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "3",
+ "equipment_slot": "3",
+ "grand_exchange_price": "221",
+ "name": "Karambwan vessel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3157"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "221",
+ "durability": null,
+ "name": "Karambwan vessel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3158"
+ },
+ {
+ "requirements": "{10,65}",
+ "shop_price": "5",
+ "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji",
+ "grand_exchange_price": "240",
+ "durability": null,
+ "name": "Karambwan vessel",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "3159"
+ },
+ {
+ "durability": null,
+ "name": "Karambwan vessel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3160"
+ },
+ {
+ "examine": "A set of instructions explaining how to construct a Karambwan vessel",
+ "durability": null,
+ "name": "Crafting manual",
+ "archery_ticket_price": "0",
+ "id": "3161"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "You swear you had more than three slices before.",
+ "grand_exchange_price": "38",
+ "durability": null,
+ "name": "Sliced banana",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "3162"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "38",
+ "durability": null,
+ "name": "Sliced banana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3163"
+ },
+ {
+ "shop_price": "27",
+ "examine": "A very strong spirit brewed in Karamja.",
+ "durability": null,
+ "name": "Karamjan rum",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "3164"
+ },
+ {
+ "shop_price": "27",
+ "examine": "A very strong spirit brewed in Karamja.",
+ "durability": null,
+ "name": "Karamjan rum",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "3165"
+ },
+ {
+ "examine": "It's the body of a dead monkey.",
+ "durability": null,
+ "name": "Monkey corpse",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3166"
+ },
+ {
+ "examine": "It's the skin of a (hopefully) dead monkey.",
+ "durability": null,
+ "name": "Monkey skin",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "3167"
+ },
+ {
+ "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair.",
+ "durability": null,
+ "name": "Seaweed sandwich",
+ "archery_ticket_price": "0",
+ "id": "3168"
+ },
+ {
+ "examine": "A body of a dead monkey, tastefully stuffed with seaweed.",
+ "durability": null,
+ "name": "Stuffed monkey",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3169"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A bronze tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "10",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "266",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3170",
+ "stand_turn_anim": "1209",
+ "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0",
+ "durability": null,
+ "high_alchemy": "15",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Bronze spear(kp)"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "An iron tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "36",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "304",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3171",
+ "stand_turn_anim": "1209",
+ "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0",
+ "durability": null,
+ "high_alchemy": "54",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Iron spear(kp)"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A steel tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "130",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "503",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3172",
+ "stand_turn_anim": "1209",
+ "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
+ "requirements": "{0,5}",
+ "durability": null,
+ "high_alchemy": "195",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Steel spear(kp)"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A mithril tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "338",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "368",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3173",
+ "stand_turn_anim": "1209",
+ "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0",
+ "requirements": "{0,20}",
+ "durability": null,
+ "high_alchemy": "507",
+ "weight": "1.8",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Mithril spear(kp)"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "An adamant tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "832",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "1093",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3174",
+ "stand_turn_anim": "1209",
+ "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0",
+ "requirements": "{0,30}",
+ "durability": null,
+ "high_alchemy": "1248",
+ "weight": "2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Adamant spear(kp)"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A rune tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "8320",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "12089",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3175",
+ "stand_turn_anim": "1209",
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
+ "requirements": "{0,40}",
+ "durability": null,
+ "high_alchemy": "12480",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Rune spear(kp)"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A dragon tipped spear.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "low_alchemy": "24960",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "37446",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3176",
+ "stand_turn_anim": "1209",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
+ "requirements": "{0,60}",
+ "durability": null,
+ "high_alchemy": "37440",
+ "weight": "2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Dragon spear(kp)"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "3177",
+ "equipment_slot": "5"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3178"
+ },
+ {
+ "examine": "These are small/medium sized monkey bones.",
+ "grand_exchange_price": "383",
+ "durability": null,
+ "name": "Monkey bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3179"
+ },
+ {
+ "examine": "These are small/medium sized monkey bones.",
+ "grand_exchange_price": "383",
+ "durability": null,
+ "name": "Monkey bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3180"
+ },
+ {
+ "examine": "These are small/medium sized monkey bones.",
+ "grand_exchange_price": "383",
+ "durability": null,
+ "name": "Monkey bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3181"
+ },
+ {
+ "examine": "These are small/medium sized monkey bones.",
+ "grand_exchange_price": "383",
+ "durability": null,
+ "name": "Monkey bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3182"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "These are small/medium sized monkey bones.",
+ "grand_exchange_price": "588",
+ "durability": null,
+ "name": "Monkey bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3183"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "588",
+ "durability": null,
+ "name": "Monkey bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3184"
+ },
+ {
+ "examine": "These are small/medium sized monkey bones.",
+ "grand_exchange_price": "383",
+ "durability": null,
+ "name": "Monkey bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3185"
+ },
+ {
+ "examine": "These are small/medium sized monkey bones.",
+ "grand_exchange_price": "383",
+ "durability": null,
+ "name": "Monkey bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3186"
+ },
+ {
+ "shop_price": "140",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3187"
+ },
+ {
+ "shop_price": "60",
+ "ge_buy_limit": "100",
+ "examine": "A piece of silk which can be used to remove poison from weapons.",
+ "grand_exchange_price": "286",
+ "durability": null,
+ "name": "Cleaning cloth",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3188"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "286",
+ "durability": null,
+ "name": "Cleaning cloth",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3189"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A bronze halberd.",
+ "walk_anim": "1205",
+ "low_alchemy": "32",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "430",
+ "equipment_slot": "3",
+ "attack_anims": "440,440,412,440",
+ "grand_exchange_price": "522",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3190",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0",
+ "shop_price": "104",
+ "durability": null,
+ "high_alchemy": "48",
+ "weight": "3",
+ "weapon_interface": "15",
+ "render_anim": "28",
+ "name": "Bronze halberd"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "522",
+ "durability": null,
+ "name": "Bronze halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3191"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An iron halberd.",
+ "walk_anim": "1205",
+ "low_alchemy": "145",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "430",
+ "equipment_slot": "3",
+ "attack_anims": "440,440,412,440",
+ "grand_exchange_price": "124",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3192",
+ "stand_turn_anim": "1209",
+ "bonuses": "9,12,0,-4,0,-1,1,2,0,0,0,12,0,0,0",
+ "shop_price": "364",
+ "durability": null,
+ "high_alchemy": "218",
+ "weight": "3.1",
+ "weapon_interface": "15",
+ "render_anim": "28",
+ "name": "Iron halberd"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "124",
+ "durability": null,
+ "name": "Iron halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3193"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A steel halberd.",
+ "walk_anim": "1205",
+ "low_alchemy": "400",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "430",
+ "equipment_slot": "3",
+ "attack_anims": "440,440,412,440",
+ "grand_exchange_price": "726",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3194",
+ "stand_turn_anim": "1209",
+ "bonuses": "14,19,0,-4,0,-1,2,3,0,0,0,20,0,0,0",
+ "requirements": "{0,5}",
+ "shop_price": "1300",
+ "durability": null,
+ "high_alchemy": "600",
+ "weight": "3",
+ "weapon_interface": "15",
+ "render_anim": "28",
+ "name": "Steel halberd"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "726",
+ "durability": null,
+ "name": "Steel halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3195"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A black halberd.",
+ "walk_anim": "1205",
+ "low_alchemy": "768",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "430",
+ "equipment_slot": "3",
+ "attack_anims": "440,440,412,440",
+ "grand_exchange_price": "4344",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3196",
+ "stand_turn_anim": "1209",
+ "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,0,0,0",
+ "requirements": "{0,5}-{2,10}",
+ "shop_price": "2496",
+ "durability": null,
+ "high_alchemy": "1152",
+ "weight": "3",
+ "weapon_interface": "15",
+ "render_anim": "28",
+ "name": "Black halberd"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4344",
+ "durability": null,
+ "name": "Black halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3197"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A mithril halberd.",
+ "walk_anim": "1205",
+ "low_alchemy": "1352",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "430",
+ "equipment_slot": "3",
+ "attack_anims": "440,440,412,440",
+ "grand_exchange_price": "6995",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3198",
+ "stand_turn_anim": "1209",
+ "bonuses": "22,28,0,-4,0,-1,2,4,0,0,0,29,0,0,0",
+ "requirements": "{0,20}-{2,10}",
+ "shop_price": "3380",
+ "durability": null,
+ "high_alchemy": "2028",
+ "weight": "2.7",
+ "weapon_interface": "15",
+ "render_anim": "28",
+ "name": "Mithril halberd"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6995",
+ "durability": null,
+ "name": "Mithril halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3199"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An adamant halberd.",
+ "walk_anim": "1205",
+ "low_alchemy": "3328",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "430",
+ "equipment_slot": "3",
+ "attack_anims": "440,440,412,440",
+ "grand_exchange_price": "4690",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3200",
+ "stand_turn_anim": "1209",
+ "bonuses": "28,41,0,-4,0,-1,3,4,0,0,0,42,0,0,0",
+ "requirements": "{0,30}-{2,15}",
+ "shop_price": "8320",
+ "durability": null,
+ "high_alchemy": "4992",
+ "weight": "3.6",
+ "weapon_interface": "15",
+ "render_anim": "28",
+ "name": "Adamant halberd"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4690",
+ "durability": null,
+ "name": "Adamant halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3201"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A rune halberd.",
+ "walk_anim": "1205",
+ "low_alchemy": "51200",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "430",
+ "equipment_slot": "3",
+ "attack_anims": "440,440,412,440",
+ "grand_exchange_price": "77100",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3202",
+ "stand_turn_anim": "1209",
+ "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0",
+ "requirements": "{0,40}-{2,20}",
+ "shop_price": "128000",
+ "durability": null,
+ "high_alchemy": "76800",
+ "weight": "3",
+ "weapon_interface": "15",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Rune halberd"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "77100",
+ "durability": null,
+ "name": "Rune halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3203"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "A dragon halberd.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "low_alchemy": "130000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "430",
+ "equipment_slot": "3",
+ "attack_anims": "440,440,412,440",
+ "grand_exchange_price": "201000",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "3204",
+ "stand_turn_anim": "1209",
+ "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0",
+ "requirements": "{0,60}-{2,30}",
+ "shop_price": "325000",
+ "durability": null,
+ "high_alchemy": "195000",
+ "weight": "3.1",
+ "weapon_interface": "15",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Dragon halberd"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "201000",
+ "durability": null,
+ "name": "Dragon halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3205"
+ },
+ {
+ "examine": "A summons from King Lathas.",
+ "durability": null,
+ "name": "King's message",
+ "archery_ticket_price": "0",
+ "id": "3206"
+ },
+ {
+ "examine": "A letter for King Lathas from Lord Iorwerth.",
+ "durability": null,
+ "name": "Iorwerths message",
+ "archery_ticket_price": "0",
+ "id": "3207"
+ },
+ {
+ "examine": "Lord Iorwerth's crystal pendant.",
+ "durability": null,
+ "name": "Crystal pendant",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "3208",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "A piece of chemical formation.",
+ "durability": null,
+ "name": "Sulphur",
+ "weight": "0.6",
+ "archery_ticket_price": "0",
+ "id": "3209"
+ },
+ {
+ "shop_price": "4",
+ "ge_buy_limit": "10000",
+ "examine": "Some limestone.",
+ "grand_exchange_price": "238",
+ "durability": null,
+ "name": "Limestone",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "3211"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "238",
+ "durability": null,
+ "name": "Limestone",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3212"
+ },
+ {
+ "examine": "Some quicklime.",
+ "durability": null,
+ "name": "Quicklime",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "3213"
+ },
+ {
+ "examine": "A pot of ground quicklime.",
+ "durability": null,
+ "name": "Pot of quicklime",
+ "archery_ticket_price": "0",
+ "id": "3214"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A pile of ground sulphur.",
+ "durability": null,
+ "name": "Ground sulphur",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3215"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An empty barrel/A Splendid barrel.",
+ "grand_exchange_price": "207",
+ "durability": null,
+ "name": "Barrel",
+ "tradeable": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "3216"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "207",
+ "durability": null,
+ "name": "Barrel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3217"
+ },
+ {
+ "examine": "A fused barrel full of fire oil.",
+ "durability": null,
+ "name": "Barrel bomb",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "3218"
+ },
+ {
+ "examine": "A fused barrel full of fire oil.",
+ "durability": null,
+ "name": "Barrel bomb",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "3219"
+ },
+ {
+ "examine": "A barrel full of coal-tar.",
+ "durability": null,
+ "name": "Barrel of coal-tar",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "3220"
+ },
+ {
+ "examine": "A barrel full of naphtha.",
+ "durability": null,
+ "name": "Barrel of naphtha",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "3221"
+ },
+ {
+ "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.",
+ "durability": null,
+ "name": "Naphtha mix",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3222"
+ },
+ {
+ "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.",
+ "durability": null,
+ "name": "Naphtha mix",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3223"
+ },
+ {
+ "examine": "A strip of cloth.",
+ "durability": null,
+ "name": "Strip of cloth",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "3224"
+ },
+ {
+ "shop_price": "67",
+ "ge_buy_limit": "5000",
+ "examine": "Might taste better cooked.",
+ "grand_exchange_price": "312",
+ "durability": null,
+ "name": "Raw rabbit",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "3226"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "312",
+ "durability": null,
+ "name": "Raw rabbit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3227"
+ },
+ {
+ "shop_price": "19",
+ "ge_buy_limit": "1000",
+ "examine": "Mmm this looks tasty.",
+ "grand_exchange_price": "35",
+ "durability": null,
+ "name": "Cooked rabbit",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "11",
+ "archery_ticket_price": "0",
+ "id": "3228"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "35",
+ "durability": null,
+ "name": "Cooked rabbit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3229"
+ },
+ {
+ "examine": "A book by Mel Achy.",
+ "durability": null,
+ "name": "Big book of bangs",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "3230"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3232"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3234"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3236"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3238"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Bark from a hollow tree.",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Bark",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3239"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Bark",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3240"
+ },
+ {
+ "examine": "One of RuneScape's many citizens. In Karamja or South of Falador: One of RuneScape's many citizens, apparently trying to be an explorer. In Lumbridge: One of Lumbridge's many citizens. In a Falador home: One of RuneScape's many citizens. He looks worried ",
+ "durability": null,
"name": "Man",
- "examine": "One of 2009Scape's many citizens.",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "3241"
},
{
- "id": "3243",
- "name": "Farmer",
"examine": "He grows crops in the area.",
+ "durability": null,
+ "name": "Farmer",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3243"
},
{
- "id": "3247",
- "name": "Rogue",
"examine": "Rogueish.",
+ "durability": null,
+ "name": "Rogue",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3247"
},
{
- "id": "3249",
- "name": "Guard",
"examine": "Varies, refer below.",
+ "durability": null,
+ "name": "Guard",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "3249"
},
{
- "id": "3251",
- "name": "Knight of ardougne",
"examine": "A member of Ardougne's militia.",
+ "durability": null,
+ "name": "Knight of ardougne",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "3251"
},
{
- "id": "3253",
- "name": "Watchman",
"examine": "The strong arm of the law.",
+ "durability": null,
+ "name": "Watchman",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3253"
},
{
- "id": "3255",
- "name": "Paladin",
"examine": "A holy warrior.",
+ "durability": null,
+ "name": "Paladin",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "3255"
},
{
- "id": "3259",
- "name": "Hero",
"examine": "Heroic!",
+ "durability": null,
+ "name": "Hero",
"archery_ticket_price": "0",
"attack_speed": "5",
- "durability": null
+ "id": "3259"
},
{
- "id": "3261",
- "name": "Goutweed",
"examine": "A pale, tough looking herb.",
+ "durability": null,
+ "name": "Goutweed",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3261"
},
{
- "id": "3262",
- "name": "Troll thistle",
"examine": "It's tough and spiky.",
+ "durability": null,
+ "name": "Troll thistle",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3262"
},
{
- "id": "3263",
- "name": "Dried thistle",
"examine": "It'll be easier to grind now.",
- "archery_ticket_price": "0",
- "destroy": "true",
"durability": null,
- "tradeable": "false"
+ "name": "Dried thistle",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3263"
},
{
- "id": "3264",
- "name": "Ground thistle",
"examine": "It's ready for mixing.",
- "archery_ticket_price": "0",
- "destroy": "true",
"durability": null,
- "tradeable": "false"
+ "name": "Ground thistle",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3264"
},
{
- "id": "3265",
- "name": "Troll potion",
"examine": "It's part of Eadgar's plan.",
- "archery_ticket_price": "0",
- "destroy": "true",
"durability": null,
- "tradeable": "false"
+ "name": "Troll potion",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3265"
},
{
- "id": "3266",
- "name": "Drunk parrot",
"examine": "It's rather drunk.",
+ "durability": null,
+ "name": "Drunk parrot",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3266"
},
{
- "id": "3267",
- "name": "Dirty robe",
"examine": "It's dirty and smelly.",
+ "durability": null,
+ "name": "Dirty robe",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3267"
},
{
- "id": "3268",
- "name": "Fake man",
"examine": "It's good enough to fool a troll.",
+ "durability": null,
+ "name": "Fake man",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3268"
},
{
- "id": "3269",
- "name": "Storeroom key",
"examine": "The key to the Trollheim storeroom.",
- "archery_ticket_price": "0",
+ "durability": null,
+ "name": "Storeroom key",
+ "tradeable": "false",
"destroy": "true",
- "durability": null,
- "tradeable": "false"
+ "archery_ticket_price": "0",
+ "id": "3269"
},
{
- "id": "3270",
- "name": "Alco-chunks",
"examine": "Pineapple chunks dipped in a strong liquor.",
+ "durability": null,
+ "name": "Alco-chunks",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3270"
},
{
- "id": "3325",
- "name": "Vampire dust",
+ "ge_buy_limit": "5000",
"examine": "That used to be a vampyre!",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "381",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "3326",
"name": "Vampire dust",
+ "tradeable": "true",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "3325"
+ },
+ {
"ge_buy_limit": "5000",
- "tradeable": "true"
+ "grand_exchange_price": "381",
+ "durability": null,
+ "name": "Vampire dust",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3326"
},
{
+ "remove_head": "true",
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "56",
+ "name": "Myre snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "3327",
- "name": "Myre snelm",
- "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "remove_head": "true",
+ "grand_exchange_price": "56",
+ "durability": null,
+ "name": "Myre snelm",
"tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3328",
- "name": "Myre snelm",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3328"
},
{
+ "remove_head": "true",
+ "shop_price": "300",
+ "ge_buy_limit": "100",
+ "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "291",
+ "name": "Blood'n'tar snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "3329",
- "name": "Blood'n'tar snelm",
- "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "291",
+ "durability": null,
+ "name": "Blood'n'tar snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3330"
+ },
+ {
"remove_head": "true",
"shop_price": "300",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3330",
- "name": "Blood'n'tar snelm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
+ "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "equipment_slot": "0",
+ "grand_exchange_price": "57",
+ "name": "Ochre snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "3331",
- "name": "Ochre snelm",
- "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "57",
+ "durability": null,
+ "name": "Ochre snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3332"
+ },
+ {
"remove_head": "true",
- "shop_price": "300",
- "tradeable": "true"
- },
- {
- "id": "3332",
- "name": "Ochre snelm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
+ "examine": "A moody blue snail shell helmet, mort myre snail shell helm",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1.9",
+ "equipment_slot": "0",
+ "grand_exchange_price": "73",
+ "name": "Bruise blue snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "3333",
- "name": "Bruise blue snelm",
- "examine": "A moody blue snail shell helmet, mort myre snail shell helm",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "remove_head": "true",
+ "grand_exchange_price": "73",
+ "durability": null,
+ "name": "Bruise blue snelm",
"tradeable": "true",
- "weight": "1.9"
- },
- {
- "id": "3334",
- "name": "Bruise blue snelm",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3334"
},
{
- "id": "3335",
- "name": "Broken bark snelm",
+ "remove_head": "true",
+ "ge_buy_limit": "100",
"examine": "An easy-to-make, orange-and-bark coloured, Mort Myre snail shell helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0",
"durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3336",
+ "grand_exchange_price": "63",
"name": "Broken bark snelm",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3335",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0"
},
{
- "id": "3337",
- "name": "Myre snelm",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "63",
+ "durability": null,
+ "name": "Broken bark snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3336"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "100",
"examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0",
"durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3338",
+ "grand_exchange_price": "58",
"name": "Myre snelm",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3337",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0"
},
{
- "id": "3339",
- "name": "Blood'n'tar snelm",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "58",
+ "durability": null,
+ "name": "Myre snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3338"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "300",
+ "ge_buy_limit": "100",
"examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0",
"durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3340",
+ "grand_exchange_price": "147",
"name": "Blood'n'tar snelm",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3339",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0"
},
{
- "id": "3341",
- "name": "Ochre snelm",
- "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"ge_buy_limit": "100",
+ "grand_exchange_price": "147",
+ "durability": null,
+ "name": "Blood'n'tar snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3340"
+ },
+ {
"remove_head": "true",
"shop_price": "300",
- "tradeable": "true"
- },
- {
- "id": "3342",
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "equipment_slot": "0",
+ "grand_exchange_price": "54",
"name": "Ochre snelm",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3341",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0"
},
{
- "id": "3343",
- "name": "Bruise blue snelm",
- "examine": "A moody blue snail shell helmet, mort myre snail shell helm",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"ge_buy_limit": "100",
+ "grand_exchange_price": "54",
+ "durability": null,
+ "name": "Ochre snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3342"
+ },
+ {
"remove_head": "true",
- "tradeable": "true",
- "weight": "1.9"
- },
- {
- "id": "3344",
- "name": "Bruise blue snelm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3345",
- "name": "Blamish myre shell",
- "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "3346",
- "name": "Blamish myre shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3347",
- "name": "Blamish red shell",
- "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "3348",
- "name": "Blamish red shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3349",
- "name": "Blamish ochre shell",
- "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "3350",
- "name": "Blamish ochre shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3351",
- "name": "Blamish blue shell",
- "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3352",
- "name": "Blamish blue shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3353",
- "name": "Blamish bark shell",
- "examine": "An easy-to-make, bark-coloured, Mort Myre snail shell; looks protective.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "3354",
- "name": "Blamish bark shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3355",
- "name": "Blamish myre shell",
- "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "3356",
- "name": "Blamish myre shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3357",
- "name": "Blamish red shell",
- "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "3358",
- "name": "Blamish red shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3359",
- "name": "Blamish ochre shell",
- "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "3360",
- "name": "Blamish ochre shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3361",
- "name": "Blamish blue shell",
- "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3362",
- "name": "Blamish blue shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3363",
- "name": "Thin snail",
- "examine": "The thin, slimy corpse of a deceased giant snail.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "74",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3364",
- "name": "Thin snail",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3365",
- "name": "Lean snail",
- "examine": "The lean, slimy corspe of a dead snail.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3366",
- "name": "Lean snail",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3367",
- "name": "Fat snail",
- "examine": "The fat, slimy, corpse of a deceased giant snail.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "160",
- "tradeable": "true"
- },
- {
- "id": "3368",
- "name": "Fat snail",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3369",
- "name": "Thin snail meat",
- "examine": "A succulently slimy piece of sumptuous snail.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "3370",
- "name": "Thin snail meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3371",
- "name": "Lean snail meat",
- "examine": "A succulently slimey slice of sumptuous snail.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3372",
- "name": "Lean snail meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3373",
- "name": "Fat snail meat",
- "examine": "A succulently slimy slice of sumptuous snail.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "4.5"
- },
- {
- "id": "3374",
- "name": "Fat snail meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3376",
- "name": "Burnt snail",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3377",
- "name": "Sample bottle",
- "examine": "An empty sample bottle.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "3378",
- "name": "Sample bottle",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3379",
- "name": "Slimy eel",
- "examine": "A slime covered eel - yuck!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3380",
- "name": "Slimy eel",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3381",
- "name": "Cooked slimy eel",
- "examine": "A cooked slimy eel - not delicious, but pretty nutritious.",
- "archery_ticket_price": "0",
- "destroy": "false",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3382",
- "name": "Cooked slimy eel",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3385",
- "name": "Splitbark helm",
- "examine": "A wooden helmet.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0",
+ "examine": "A moody blue snail shell helmet, mort myre snail shell helm",
"durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1.9",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
- "requirements": "{1,40}-{6,40}",
+ "grand_exchange_price": "248",
+ "name": "Bruise blue snelm",
"tradeable": "true",
- "weight": "0.9"
+ "archery_ticket_price": "0",
+ "id": "3343",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0"
},
{
- "id": "3386",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "248",
+ "durability": null,
+ "name": "Bruise blue snelm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3344"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.",
+ "grand_exchange_price": "155",
+ "durability": null,
+ "name": "Blamish myre shell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "3345"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "155",
+ "durability": null,
+ "name": "Blamish myre shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3346"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.",
+ "grand_exchange_price": "590",
+ "durability": null,
+ "name": "Blamish red shell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "3347"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "590",
+ "durability": null,
+ "name": "Blamish red shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3348"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.",
+ "grand_exchange_price": "134",
+ "durability": null,
+ "name": "Blamish ochre shell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "3349"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "134",
+ "durability": null,
+ "name": "Blamish ochre shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3350"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.",
+ "grand_exchange_price": "230",
+ "durability": null,
+ "name": "Blamish blue shell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "3351"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "230",
+ "durability": null,
+ "name": "Blamish blue shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3352"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, bark-coloured, Mort Myre snail shell; looks protective.",
+ "grand_exchange_price": "195",
+ "durability": null,
+ "name": "Blamish bark shell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "3353"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "195",
+ "durability": null,
+ "name": "Blamish bark shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3354"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.",
+ "grand_exchange_price": "145",
+ "durability": null,
+ "name": "Blamish myre shell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "3355"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "145",
+ "durability": null,
+ "name": "Blamish myre shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3356"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.",
+ "grand_exchange_price": "614",
+ "durability": null,
+ "name": "Blamish red shell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "3357"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "614",
+ "durability": null,
+ "name": "Blamish red shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3358"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.",
+ "grand_exchange_price": "173",
+ "durability": null,
+ "name": "Blamish ochre shell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "3359"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "173",
+ "durability": null,
+ "name": "Blamish ochre shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3360"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.",
+ "grand_exchange_price": "874",
+ "durability": null,
+ "name": "Blamish blue shell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "3361"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "874",
+ "durability": null,
+ "name": "Blamish blue shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3362"
+ },
+ {
+ "shop_price": "74",
+ "ge_buy_limit": "10000",
+ "examine": "The thin, slimy corpse of a deceased giant snail.",
+ "grand_exchange_price": "2047",
+ "durability": null,
+ "name": "Thin snail",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "3363"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2047",
+ "durability": null,
+ "name": "Thin snail",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3364"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "The lean, slimy corspe of a dead snail.",
+ "grand_exchange_price": "958",
+ "durability": null,
+ "name": "Lean snail",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "3365"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "958",
+ "durability": null,
+ "name": "Lean snail",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3366"
+ },
+ {
+ "shop_price": "160",
+ "ge_buy_limit": "10000",
+ "examine": "The fat, slimy, corpse of a deceased giant snail.",
+ "grand_exchange_price": "971",
+ "durability": null,
+ "name": "Fat snail",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "3367"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "971",
+ "durability": null,
+ "name": "Fat snail",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3368"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A succulently slimy piece of sumptuous snail.",
+ "grand_exchange_price": "833",
+ "durability": null,
+ "name": "Thin snail meat",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "3369"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "833",
+ "durability": null,
+ "name": "Thin snail meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3370"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A succulently slimey slice of sumptuous snail.",
+ "grand_exchange_price": "251",
+ "durability": null,
+ "name": "Lean snail meat",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "3371"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "251",
+ "durability": null,
+ "name": "Lean snail meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3372"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A succulently slimy slice of sumptuous snail.",
+ "grand_exchange_price": "603",
+ "durability": null,
+ "name": "Fat snail meat",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "4.5",
+ "archery_ticket_price": "0",
+ "id": "3373"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "603",
+ "durability": null,
+ "name": "Fat snail meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3374"
+ },
+ {
+ "durability": null,
+ "name": "Burnt snail",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3376"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "An empty sample bottle.",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Sample bottle",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "3377"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Sample bottle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3378"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A slime covered eel - yuck!",
+ "grand_exchange_price": "358",
+ "durability": null,
+ "name": "Slimy eel",
+ "tradeable": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "3379"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "358",
+ "durability": null,
+ "name": "Slimy eel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3380"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A cooked slimy eel - not delicious, but pretty nutritious.",
+ "grand_exchange_price": "274",
+ "durability": null,
+ "name": "Cooked slimy eel",
+ "tradeable": "false",
+ "destroy": "false",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "3381"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "274",
+ "durability": null,
+ "name": "Cooked slimy eel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3382"
+ },
+ {
+ "requirements": "{1,40}-{6,40}",
+ "ge_buy_limit": "100",
+ "examine": "A wooden helmet.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.9",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "5993",
"name": "Splitbark helm",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3385",
+ "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0"
},
{
- "id": "3387",
- "name": "Splitbark body",
- "examine": "Provides good protection.",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
"ge_buy_limit": "100",
+ "grand_exchange_price": "5993",
+ "durability": null,
+ "name": "Splitbark helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3386"
+ },
+ {
+ "requirements": "{1,40}-{6,40}",
+ "ge_buy_limit": "100",
+ "examine": "Provides good protection.",
+ "durability": null,
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "weight": "4.5",
+ "absorb": "6,3,0",
+ "equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
- "requirements": "{1,40}-{6,40}",
- "tradeable": "true",
- "weight": "4.5"
- },
- {
- "id": "3388",
+ "grand_exchange_price": "26700",
"name": "Splitbark body",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3387",
+ "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0"
},
{
- "id": "3389",
- "name": "Splitbark legs",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "26700",
+ "durability": null,
+ "name": "Splitbark body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3388"
+ },
+ {
+ "requirements": "{1,40}-{6,40}",
+ "ge_buy_limit": "100",
"examine": "These should protect my legs.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "3.6",
"absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0",
- "durability": null,
"equipment_slot": "7",
- "ge_buy_limit": "100",
"lendable": "true",
- "requirements": "{1,40}-{6,40}",
- "tradeable": "true",
- "weight": "3.6"
- },
- {
- "id": "3390",
+ "grand_exchange_price": "43700",
"name": "Splitbark legs",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3389",
+ "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0"
},
{
- "id": "3391",
- "name": "Splitbark gauntlets",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "43700",
+ "durability": null,
+ "name": "Splitbark legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3390"
+ },
+ {
+ "requirements": "{1,40}-{6,40}",
+ "ge_buy_limit": "100",
"examine": "These should keep my hands safe.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0",
"durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "0.9",
"equipment_slot": "9",
- "ge_buy_limit": "100",
"lendable": "true",
- "requirements": "{1,40}-{6,40}",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "3392",
+ "grand_exchange_price": "2786",
"name": "Splitbark gauntlets",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "3391",
+ "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0"
},
{
- "id": "3393",
- "name": "Splitbark boots",
- "examine": "Wooden foot protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "2786",
+ "durability": null,
+ "name": "Splitbark gauntlets",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3392"
+ },
+ {
"requirements": "{1,40}-{6,40}",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "3394",
+ "ge_buy_limit": "100",
+ "examine": "Wooden foot protection.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "0.9",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "3808",
"name": "Splitbark boots",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "3393",
+ "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "3808",
+ "durability": null,
+ "name": "Splitbark boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3394"
},
{
- "id": "3396",
+ "ge_buy_limit": "1000",
+ "examine": "The remains of a deadly shade.",
+ "grand_exchange_price": "18",
+ "durability": null,
"name": "Loar remains",
- "examine": "The remains of a deadly shade.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
"tradeable": "true",
- "weight": "1.35"
+ "weight": "1.35",
+ "archery_ticket_price": "0",
+ "id": "3396"
},
{
- "id": "3397",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "18",
+ "durability": null,
"name": "Loar remains",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3398",
- "name": "Phrin remains",
- "examine": "The remains of a deadly shade.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3399",
- "name": "Phrin remains",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3400",
- "name": "Riyl remains",
- "examine": "The remains of a deadly shade.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
"tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "3401",
- "name": "Riyl remains",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3397"
},
{
- "id": "3402",
- "name": "Asyn remains",
+ "ge_buy_limit": "1000",
"examine": "The remains of a deadly shade.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "249",
"durability": null,
- "ge_buy_limit": "1000",
+ "name": "Phrin remains",
"tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "3403",
- "name": "Asyn remains",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3398"
},
{
- "id": "3404",
- "name": "Fiyr remains",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "249",
+ "durability": null,
+ "name": "Phrin remains",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3399"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "The remains of a deadly shade.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "138",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "name": "Riyl remains",
+ "tradeable": "true",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "3400"
},
{
- "id": "3405",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "138",
+ "durability": null,
+ "name": "Riyl remains",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3401"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "The remains of a deadly shade.",
+ "grand_exchange_price": "334",
+ "durability": null,
+ "name": "Asyn remains",
+ "tradeable": "true",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "3402"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "334",
+ "durability": null,
+ "name": "Asyn remains",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3403"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "The remains of a deadly shade.",
+ "grand_exchange_price": "5264",
+ "durability": null,
"name": "Fiyr remains",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3404"
},
{
- "id": "3406",
- "name": "Ash potion(unf)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "5264",
+ "durability": null,
+ "name": "Fiyr remains",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3405"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "137",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3407",
"name": "Ash potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "3406"
+ },
+ {
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "137",
+ "durability": null,
+ "name": "Ash potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3407"
},
{
- "id": "3408",
- "name": "Serum 207 (4)",
"examine": "4 doses serum 207 as described in Herbi Flax's diary.",
+ "durability": null,
+ "name": "Serum 207 (4)",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3408"
},
{
- "id": "3410",
- "name": "Serum 207 (3)",
"examine": "3 doses serum 207 as described in Herbi Flax's diary.",
+ "durability": null,
+ "name": "Serum 207 (3)",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3410"
},
{
- "id": "3412",
- "name": "Serum 207 (2)",
"examine": "2 doses serum 207 as described in Herbi Flax's diary.",
+ "durability": null,
+ "name": "Serum 207 (2)",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3412"
},
{
- "id": "3414",
- "name": "Serum 207 (1)",
"examine": "1 dose serum 207 as described in Herbi Flax's diary.",
+ "durability": null,
+ "name": "Serum 207 (1)",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3414"
},
{
- "id": "3416",
+ "shop_price": "208",
+ "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.",
+ "durability": null,
"name": "Serum 208 (4)",
- "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "208"
+ "id": "3416"
},
{
- "id": "3417",
+ "shop_price": "208",
+ "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.",
+ "durability": null,
"name": "Serum 208 (3)",
- "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "208"
+ "id": "3417"
},
{
- "id": "3418",
- "name": "Serum 208 (2)",
+ "shop_price": "208",
"examine": "2 doses permanent serum 208 as described in Herbi Flax's diary.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "208"
+ "name": "Serum 208 (2)",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "archery_ticket_price": "0",
+ "id": "3418"
},
{
- "id": "3419",
- "name": "Serum 208 (1)",
+ "shop_price": "208",
"examine": "1 dose permanent serum 208 as described in Herbi Flax's diary.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "208"
+ "name": "Serum 208 (1)",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "archery_ticket_price": "0",
+ "id": "3419"
},
{
- "id": "3420",
- "name": "Limestone brick",
- "examine": "A well carved limestone brick.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
"shop_price": "21",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "3421",
- "name": "Limestone brick",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
- "tradeable": "true"
+ "examine": "A well carved limestone brick.",
+ "grand_exchange_price": "178",
+ "durability": null,
+ "name": "Limestone brick",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "3420"
},
{
- "id": "3422",
- "name": "Olive oil(4)",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "178",
+ "durability": null,
+ "name": "Limestone brick",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3421"
+ },
+ {
+ "shop_price": "26",
+ "ge_buy_limit": "1000",
"examine": "4 doses of olive oil.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "678",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "26",
- "tradeable": "true"
- },
- {
- "id": "3423",
"name": "Olive oil(4)",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3422"
},
{
- "id": "3424",
- "name": "Olive oil(3)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "678",
+ "durability": null,
+ "name": "Olive oil(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3423"
+ },
+ {
+ "shop_price": "26",
+ "ge_buy_limit": "1000",
"examine": "3 doses of olive oil.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "413",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "26",
- "tradeable": "true"
- },
- {
- "id": "3425",
"name": "Olive oil(3)",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3424"
},
{
- "id": "3426",
- "name": "Olive oil(2)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "413",
+ "durability": null,
+ "name": "Olive oil(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3425"
+ },
+ {
+ "shop_price": "26",
+ "ge_buy_limit": "1000",
"examine": "2 doses of olive oil.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "173",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "26",
- "tradeable": "true"
- },
- {
- "id": "3427",
"name": "Olive oil(2)",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3426"
},
{
- "id": "3428",
- "name": "Olive oil(1)",
- "examine": "1 dose of olive oil.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1000",
+ "grand_exchange_price": "173",
+ "durability": null,
+ "name": "Olive oil(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3427"
+ },
+ {
"shop_price": "26",
- "tradeable": "true"
- },
- {
- "id": "3429",
+ "ge_buy_limit": "1000",
+ "examine": "1 dose of olive oil.",
+ "grand_exchange_price": "110",
+ "durability": null,
"name": "Olive oil(1)",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3428"
},
{
- "id": "3430",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "110",
+ "durability": null,
+ "name": "Olive oil(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3429"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Sacred oil.",
+ "grand_exchange_price": "3587",
+ "durability": null,
"name": "Sacred oil(4)",
- "examine": "Sacred oil.",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3430"
},
{
- "id": "3431",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3587",
+ "durability": null,
"name": "Sacred oil(4)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3431"
},
{
- "id": "3432",
+ "ge_buy_limit": "1000",
+ "examine": "Sacred oil.",
+ "grand_exchange_price": "2596",
+ "durability": null,
"name": "Sacred oil(3)",
- "examine": "Sacred oil.",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3432"
},
{
- "id": "3433",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2596",
+ "durability": null,
"name": "Sacred oil(3)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3433"
},
{
- "id": "3434",
- "name": "Sacred oil(2)",
+ "ge_buy_limit": "1000",
"examine": "Sacred oil.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1713",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3435",
"name": "Sacred oil(2)",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3434"
},
{
- "id": "3436",
- "name": "Sacred oil(1)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1713",
+ "durability": null,
+ "name": "Sacred oil(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3435"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "Sacred oil.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1846",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3437",
"name": "Sacred oil(1)",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3436"
},
{
- "id": "3438",
- "name": "Pyre logs",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1846",
+ "durability": null,
+ "name": "Sacred oil(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3437"
+ },
+ {
+ "ge_buy_limit": "25000",
"examine": "Funeral logs used for burning loars.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "853",
"durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "3439",
"name": "Pyre logs",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "3438"
+ },
+ {
"ge_buy_limit": "25000",
- "tradeable": "true"
+ "grand_exchange_price": "853",
+ "durability": null,
+ "name": "Pyre logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3439"
},
{
- "id": "3440",
- "name": "Oak pyre logs",
+ "ge_buy_limit": "1000",
"examine": "Oak logs prepared with sacred oil for a funeral pyre.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1122",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3441",
"name": "Oak pyre logs",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3440"
},
{
- "id": "3442",
- "name": "Willow pyre logs",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1122",
+ "durability": null,
+ "name": "Oak pyre logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3441"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "Willow logs prepared with sacred oil for a funeral pyre.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1164",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "3443",
"name": "Willow pyre logs",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "1.3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3442"
},
{
- "id": "3444",
- "name": "Maple pyre logs",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1164",
+ "durability": null,
+ "name": "Willow pyre logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3443"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "Maple logs prepared with sacred oil for a funeral pyre.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "3313",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "3445",
"name": "Maple pyre logs",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "weight": "1.3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3444"
},
{
- "id": "3446",
- "name": "Yew pyre logs",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3313",
+ "durability": null,
+ "name": "Maple pyre logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3445"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "Yew logs prepared with sacred oil for a funeral pyre.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "4424",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "3447",
"name": "Yew pyre logs",
+ "tradeable": "true",
+ "low_alchemy": "192",
+ "high_alchemy": "288",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3446"
},
{
- "id": "3448",
- "name": "Magic pyre logs",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "4424",
+ "durability": null,
+ "name": "Yew pyre logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3447"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "Magic logs prepared with sacred oil for a funeral pyre.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "5611",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "3449",
"name": "Magic pyre logs",
+ "tradeable": "true",
+ "low_alchemy": "256",
+ "high_alchemy": "384",
+ "weight": "1.3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "3448"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "5611",
+ "durability": null,
+ "name": "Magic pyre logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3449"
},
{
- "id": "3450",
- "name": "Bronze key red",
"examine": "A bronze key with a blood-red painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Bronze key red",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3450"
},
{
- "id": "3451",
- "name": "Bronze key brown",
"examine": "A bronze key with a brown painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Bronze key brown",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3451"
},
{
- "id": "3452",
- "name": "Bronze key crimson",
"examine": "A bronze key with a crimson painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Bronze key crimson",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3452"
},
{
- "id": "3453",
- "name": "Bronze key black",
"examine": "A bronze key with a black painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Bronze key black",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3453"
},
{
- "id": "3454",
- "name": "Bronze key purple",
"examine": "A bronze key with a purple painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Bronze key purple",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3454"
},
{
- "id": "3455",
- "name": "Steel key red",
"examine": "A steel key with a blood-red painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Steel key red",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3455"
},
{
- "id": "3456",
- "name": "Steel key brown",
"examine": "A steel key with a brown painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Steel key brown",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3456"
},
{
- "id": "3457",
- "name": "Steel key crimson",
"examine": "A steel key with a crimson painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Steel key crimson",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3457"
},
{
- "id": "3458",
- "name": "Steel key black",
"examine": "A steel key with a black painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Steel key black",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3458"
},
{
- "id": "3459",
- "name": "Steel key purple",
"examine": "A steel key with a purple painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Steel key purple",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3459"
},
{
- "id": "3460",
- "name": "Black key red",
"examine": "A black key with a blood-red painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Black key red",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3460"
},
{
- "id": "3461",
- "name": "Black key brown",
"examine": "A black key with a brown painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Black key brown",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3461"
},
{
- "id": "3462",
- "name": "Black key crimson",
"examine": "A black key with a crimson painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Black key crimson",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3462"
},
{
- "id": "3463",
- "name": "Black key black",
"examine": "A black key with a black painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Black key black",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3463"
},
{
- "id": "3464",
- "name": "Black key purple",
"examine": "A black key with a purple painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Black key purple",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3464"
},
{
- "id": "3465",
- "name": "Silver key red",
"examine": "A silver key with a blood-red painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Silver key red",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3465"
},
{
- "id": "3466",
- "name": "Silver key brown",
"examine": "A silver key with a brown painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Silver key brown",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3466"
},
{
- "id": "3467",
- "name": "Silver key crimson",
"examine": "A silver key with a crimson painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Silver key crimson",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3467"
},
{
- "id": "3468",
- "name": "Silver key black",
"examine": "A silver key with a black painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Silver key black",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3468"
},
{
- "id": "3469",
- "name": "Silver key purple",
"examine": "A silver key with a purple painted eyelet. (Shades of Mort'ton)",
+ "durability": null,
+ "name": "Silver key purple",
"archery_ticket_price": "0",
- "durability": null
+ "id": "3469"
},
{
- "id": "3470",
- "name": "Fine cloth",
+ "ge_buy_limit": "1000",
"examine": "Amazingly untouched by time.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "956",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "3471",
"name": "Fine cloth",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "3470"
+ },
+ {
"ge_buy_limit": "1000",
- "tradeable": "true"
+ "grand_exchange_price": "956",
+ "durability": null,
+ "name": "Fine cloth",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3471"
},
{
- "id": "3472",
- "name": "Black plateskirt (t)",
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
"examine": "Black plateskirt with trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0",
"durability": null,
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "8",
"equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
+ "grand_exchange_price": "3077",
+ "name": "Black plateskirt (t)",
"tradeable": "true",
- "weight": "8"
+ "archery_ticket_price": "0",
+ "id": "3472",
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0"
},
{
- "id": "3473",
- "name": "Black plateskirt (g)",
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
"examine": "Black plateskirt with gold trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0",
"durability": null,
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "9",
"equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
+ "grand_exchange_price": "10600",
+ "name": "Black plateskirt (g)",
"tradeable": "true",
- "weight": "9"
+ "archery_ticket_price": "0",
+ "id": "3473",
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0"
},
{
- "id": "3474",
- "name": "Adam plateskirt (t)",
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
"examine": "Adamant plateskirt with trim.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0",
"durability": null,
+ "low_alchemy": "2560",
+ "high_alchemy": "3840",
+ "weight": "9",
+ "absorb": "1,0,3",
"equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
+ "grand_exchange_price": "4403",
+ "name": "Adam plateskirt (t)",
"tradeable": "true",
- "weight": "9"
+ "archery_ticket_price": "0",
+ "id": "3474",
+ "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0"
},
{
- "id": "3475",
- "name": "Adam plateskirt (g)",
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
"examine": "Adamant plateskirt with gold trim.",
+ "durability": null,
+ "low_alchemy": "2560",
+ "high_alchemy": "3840",
+ "weight": "9",
"absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0",
- "durability": null,
"equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
+ "grand_exchange_price": "11000",
+ "name": "Adam plateskirt (g)",
"tradeable": "true",
- "weight": "9"
+ "archery_ticket_price": "0",
+ "id": "3475",
+ "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0"
},
{
- "id": "3476",
- "name": "Rune plateskirt (g)",
- "examine": "Rune plateskirt with gold trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
"requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune plateskirt with gold trim.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "42500",
+ "name": "Rune plateskirt (g)",
"tradeable": "true",
- "weight": "9"
+ "archery_ticket_price": "0",
+ "id": "3476",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
},
{
- "id": "3477",
- "name": "Rune plateskirt (t)",
- "examine": "Rune plateskirt with trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
"requirements": "{1,40}",
"shop_price": "81280",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "3478",
- "name": "Zamorak plateskirt",
- "examine": "Rune plateskirt in the colours of Zamorak.",
+ "ge_buy_limit": "2",
+ "examine": "Rune plateskirt with trim.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "8",
"absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
"equipment_slot": "7",
- "ge_buy_limit": "2",
"lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "3479",
- "name": "Saradomin plateskirt",
- "examine": "Rune plateskirt in the colours of Saradomin.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "3480",
- "name": "Guthix plateskirt",
- "examine": "Rune plateskirt in the colours of Guthix.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "3481",
- "name": "Gilded platebody",
- "examine": "Rune platebody with complete gold trim & plating.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "3482",
- "name": "Gilded platebody",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3483",
- "name": "Gilded platelegs",
- "examine": "Rune platelegs with gold plate.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "3484",
- "name": "Gilded platelegs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3485",
- "name": "Gilded plateskirt",
- "examine": "Rune plateskirt with gold plate.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "3486",
- "name": "Gilded full helm",
- "examine": "Rune full helmet with gold plate.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3487",
- "name": "Gilded full helm",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3488",
- "name": "Gilded kiteshield",
- "examine": "Rune kiteshield with gold plate.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3489",
- "name": "Gilded kiteshield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3490",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3491",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3492",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3493",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3494",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3495",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3496",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3497",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3498",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3499",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3500",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3501",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3502",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3503",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3504",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3505",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3506",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3507",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3508",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3509",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3510",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3511",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3512",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3513",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3514",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3515",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3516",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3517",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3518",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3519",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3520",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3521",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3522",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3523",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3524",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3525",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3526",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3527",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3528",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3529",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3530",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3531",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3532",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3533",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3534",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3535",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3536",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3537",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3538",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3539",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3540",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3541",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3542",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3543",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3544",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3545",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3546",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3547",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3548",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3549",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3550",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3551",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3552",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3553",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3554",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3555",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3556",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3557",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3558",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3559",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3560",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3561",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3562",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3563",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3564",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3565",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "3566",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3567",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "3568",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3569",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "3570",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3571",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "3572",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3573",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3574",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3575",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3576",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "3577",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3578",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "3579",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3580",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3581",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3582",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3583",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3584",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3585",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3586",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3587",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3588",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3589",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3590",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3591",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3592",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3593",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3594",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3595",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3596",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3597",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3598",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3599",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3600",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3601",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3602",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3603",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "3604",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3605",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3607",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3609",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3610",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3611",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3612",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3613",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3614",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3615",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3616",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3617",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3618",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3668",
- "name": "Black plateskirt (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3669",
- "name": "Black plateskirt (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3670",
- "name": "Adam plateskirt (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3671",
- "name": "Adam plateskirt (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3672",
- "name": "Rune plateskirt (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3673",
+ "grand_exchange_price": "38300",
"name": "Rune plateskirt (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3674",
- "name": "Zamorak plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3675",
- "name": "Saradomin plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3676",
- "name": "Guthix plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3677",
- "name": "Gilded plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3678",
- "name": "Flamtaer hammer",
- "examine": "An exquisitely shaped tool specially designed for fixing temples.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "13000",
- "weight": "1.3"
- },
- {
- "id": "3685",
- "name": "Picture",
- "examine": "A sealed letter of recommendation.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3688",
- "name": "Unstrung lyre",
- "examine": "It's almost a musical instrument.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1"
- },
- {
- "id": "3689",
- "name": "Lyre",
- "examine": "A musical intrument that I can magically play.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1.8"
- },
- {
- "id": "3690",
- "name": "Enchanted lyre",
- "examine": "This will teleport me to Rellekka when I play it.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1.8"
- },
- {
- "id": "3691",
- "name": "Enchanted lyre(1)",
- "examine": "This will teleport me to Rellekka when I play it.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1.8"
- },
- {
- "id": "3692",
- "name": "Branch",
- "examine": "I can use this to make a lyre.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "3693",
- "name": "Golden fleece",
- "examine": "I can spin this into golden wool.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1000",
- "weight": "1"
- },
- {
- "id": "3694",
- "name": "Golden wool",
- "examine": "I can use this to make a lyre.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "3695",
- "name": "Pet rock",
- "examine": "The lowest maintenance pet you will ever have.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "792",
- "run_anim": "6660",
- "stand_anim": "6657",
- "stand_turn_anim": "6661",
- "turn180_anim": "6659",
- "turn90ccw_anim": "6663",
- "turn90cw_anim": "6662",
- "two_handed": "true",
- "walk_anim": "6658",
- "weight": "1"
- },
- {
- "id": "3696",
- "name": "Hunters' talisman",
- "examine": "Talisman to bind the Draugen.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3697",
- "name": "Hunters' talisman",
- "examine": "Talisman to bind the Draugen.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3698",
- "name": "Exotic flower",
- "examine": "Some flowers from a distant land.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3699",
- "name": "Fremennik ballad",
- "examine": "A hauntingly beautiful love ballad.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3700",
- "name": "Sturdy boots",
- "examine": "A pair of sturdy made custom boots.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3701",
- "name": "Tracking map",
- "examine": "Could probably be a bit clearer?",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3702",
- "name": "Custom bow string",
- "examine": "A finely crafted string for a custom bow",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3703",
- "name": "Unusual fish",
- "examine": "An extremely odd, non-edible fish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3704",
- "name": "Sea fishing map",
- "examine": "Map showing the best fishing spots out at sea.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3705",
- "name": "Weather forecast",
- "examine": "An estimate of expected local weather conditions.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3706",
- "name": "Champions token",
- "examine": "Shows the wearer is worthy of the Champions table.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3707",
- "name": "Legendary cocktail",
- "examine": "Probably the greatest cocktail in the world.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3708",
- "name": "Fiscal statement",
- "examine": "A signed statement promising a reduction on sales tax.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3709",
- "name": "Promissory note",
- "examine": "A legally binding contract promising not to enter the longhall.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "3710",
- "name": "Warriors' contract",
- "examine": "This employment contract is for a warrior to act as a bodyguard.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3711",
- "name": "Keg of beer",
- "examine": "A lot of beer in a barrel.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "325",
"tradeable": "true",
- "weight": "20"
+ "archery_ticket_price": "0",
+ "id": "3477",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
},
{
- "id": "3712",
- "name": "Low alcohol keg",
- "examine": "Suspiciously close to beer, but without the side effects.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "20"
- },
- {
- "id": "3713",
- "name": "Strange object",
- "examine": "It's some kind of weird little parcel thing.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3714",
- "name": "Lit strange object",
- "examine": "It's some kind of weird little parcel thing.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3715",
- "name": "Picture",
- "examine": "A red coloured disk, apparently made out of wood.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3716",
- "name": "Picture",
- "examine": "A red coloured disk, apparently made out of wood.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3718",
- "name": "Magnet",
- "examine": "A very attractive magnet.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3719",
- "name": "Thread",
- "examine": "Some blue thread.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3720",
- "name": "Pick",
- "examine": "A small pick for cracking small objects.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3721",
- "name": "Ship toy",
- "examine": "Might be fun to play with in the bath.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3722",
- "name": "Full bucket",
- "examine": "It's a bucket of salty water.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3723",
- "name": "4/5ths full bucket",
- "examine": "This bucket is eighty percent full. It has a 5 painted on its side.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3724",
- "name": "3/5ths full bucket",
- "examine": "This bucket is sixty percent full. It has a 5 painted on its side.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3725",
- "name": "2/5ths full bucket",
- "examine": "This bucket is forty percent full. It has a 5 painted on its side.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3726",
- "name": "1/5ths full bucket",
- "examine": "This bucket is twenty percent full. It has a 5 painted on its side.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3727",
- "name": "Empty bucket",
- "examine": "It's an empty bucket.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "3728",
- "name": "Frozen bucket",
- "examine": "This bucket of water is frozen solid.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3729",
- "name": "Full jug",
- "examine": "This jug is completely full. It has a 3 painted on its side.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3730",
- "name": "2/3rds full jug",
- "examine": "This jug is two thirds full. It has a 3 painted on its side.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3731",
- "name": "1/3rds full jug",
- "examine": "This jug is one third full. It has a 3 painted on its side.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3732",
- "name": "Empty jug",
- "examine": "This jug is empty.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "3733",
- "name": "Frozen jug",
- "examine": "This jug of water is frozen solid.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "3734",
- "name": "Vase",
- "examine": "An unusually shaped vase. You can see something glinting inside.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3735",
- "name": "Vase of water",
- "examine": "An unusually shaped vase full of water. You can see something glinting inside.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3736",
- "name": "Frozen vase",
- "examine": "An unusually shaped vase full of ice. You can see something glinting inside.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3737",
- "name": "Vase lid",
- "examine": "This looks like a lid to some kind of container.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "3738",
- "name": "Sealed vase",
- "examine": "The lid is screwed on tightly. ",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3739",
- "name": "Sealed vase",
- "examine": "The lid is screwed on tightly. It is full of water.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3740",
- "name": "Sealed vase",
- "examine": "The lid is screwed on tightly. It is very cold. ",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3741",
- "name": "Frozen key",
- "examine": "A small, cold key.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3742",
- "name": "Red herring",
- "examine": "The colouring on it seems to be some kind of sticky goop.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3743",
- "name": "Red disk",
- "examine": "A red coloured disk, apparently made out of wood.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3744",
- "name": "Wooden disk",
- "examine": "A simple looking disk made of wood.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3745",
- "name": "Seer's key",
- "examine": "The key to leave the Seer's house.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "shop_price": "27",
- "tradeable": "false"
- },
- {
- "id": "3746",
- "name": "Sticky red goop",
- "examine": "Yup, it's sticky, it's red and it's goop.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "3747",
- "name": "Sticky red goop",
- "alchemizable": "true",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3748",
- "name": "Fremennik helm",
- "examine": "A sturdy helm worn only by Fremennik clan members.",
- "absorb": "1,0,2",
- "alchemizable": "true",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "weight": "2.7"
- },
- {
- "id": "3749",
- "name": "Archer helm",
- "examine": "This helmet is worn by archers.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,45}",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "3750",
- "name": "Archer helm",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3751",
- "name": "Berserker helm",
- "examine": "This helmet is worn by berserkers.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,45}",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "3752",
- "name": "Berserker helm",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3753",
- "name": "Warrior helm",
- "examine": "This helm is worn by warriors.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,45}",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "3754",
- "name": "Warrior helm",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3755",
- "name": "Farseer helm",
- "examine": "This helm is worn by farseers.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,45}",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "3756",
- "name": "Farseer helm",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3757",
- "name": "Fremennik blade",
- "examine": "A sword used only by Fremennik warriors.",
- "alchemizable": "true",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "4",
- "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "3758",
- "name": "Fremennik shield",
- "examine": "A shield worn by Fremennik warriors.",
- "alchemizable": "true",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "5",
- "weight": "2.2"
- },
- {
- "id": "3759",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3760",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3761",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3762",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3763",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3764",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3765",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3766",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3767",
- "name": "Fremennik shirt",
- "examine": "The latest in Fremennik fashion.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3768",
- "name": "Fremennik shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3769",
- "name": "Fremennik shirt",
- "examine": "The latest in Fremennik fashion.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3770",
- "name": "Fremennik shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3771",
- "name": "Fremennik shirt",
- "examine": "The latest in Fremennik fashion.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3772",
- "name": "Fremennik shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3773",
- "name": "Fremennik shirt",
- "examine": "The latest in Fremennik fashion.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3774",
- "name": "Fremennik shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3775",
- "name": "Fremennik shirt",
- "examine": "The latest in Fremennik fashion.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3776",
- "name": "Fremennik shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3777",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3778",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3779",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3780",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3781",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3782",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3783",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3784",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3785",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3786",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3787",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3788",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3789",
- "name": "Fremennik cloak",
- "examine": "The latest fashion in Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "1000",
- "shop_price": "325",
- "tradeable": "true"
- },
- {
- "id": "3790",
- "name": "Fremennik cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "3791",
- "name": "Fremennik boots",
- "examine": "Very stylish!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "3792",
- "name": "Fremennik boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3793",
- "name": "Fremennik robe",
- "examine": "The latest fashion of Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "3794",
- "name": "Fremennik robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3795",
- "name": "Fremennik skirt",
- "examine": "The latest fashion of Rellekka.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune plateskirt in the colours of Zamorak.",
"durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
"equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "650",
+ "lendable": "true",
+ "grand_exchange_price": "42000",
+ "name": "Zamorak plateskirt",
"tradeable": "true",
- "weight": "0.9"
+ "archery_ticket_price": "0",
+ "id": "3478",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
},
{
- "id": "3796",
- "name": "Fremennik skirt",
- "archery_ticket_price": "0",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune plateskirt in the colours of Saradomin.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "44000",
+ "name": "Saradomin plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3479",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
},
{
- "id": "3797",
- "name": "Fremennik hat",
- "examine": "A silly pointed hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune plateskirt in the colours of Guthix.",
"durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "39100",
+ "name": "Guthix plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3480",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platebody with complete gold trim & plating.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "10",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "2500000",
+ "name": "Gilded platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3481",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2500000",
+ "durability": null,
+ "name": "Gilded platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3482"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune platelegs with gold plate.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "2200000",
+ "name": "Gilded platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3483",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2200000",
+ "durability": null,
+ "name": "Gilded platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3484"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune plateskirt with gold plate.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "162300",
+ "name": "Gilded plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3485",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune full helmet with gold plate.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "remove_beard": "true",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "shop_price": "650",
+ "lendable": "true",
+ "grand_exchange_price": "477200",
+ "name": "Gilded full helm",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "3486",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
},
{
- "id": "3798",
- "name": "Fremennik hat",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "477200",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3799",
- "name": "Gloves",
- "examine": "These will keep my hands warm!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10",
- "shop_price": "650",
+ "name": "Gilded full helm",
"tradeable": "true",
- "weight": "0.4"
+ "archery_ticket_price": "0",
+ "id": "3487"
},
{
- "id": "3800",
- "name": "Gloves",
- "archery_ticket_price": "0",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Rune kiteshield with gold plate.",
"durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "3801",
- "name": "Keg of beer",
- "examine": "A lot of beer in a barrel. Beer in a barrel - a specialty of the Fremennik Province.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "325",
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "515400",
+ "name": "Gilded kiteshield",
"tradeable": "true",
- "weight": "20"
+ "archery_ticket_price": "0",
+ "id": "3488",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
- "id": "3802",
- "name": "Keg of beer",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "515400",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3803",
- "name": "Beer",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Gilded kiteshield",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "3489"
},
{
- "id": "3804",
- "name": "Beer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "3805",
- "name": "Tankard",
- "examine": "A big cup for a big thirst.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "26",
- "tradeable": "true"
- },
- {
- "id": "3806",
- "name": "Tankard",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3827",
- "name": "Saradomin page 1",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3828",
- "name": "Saradomin page 2",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3829",
- "name": "Saradomin page 3",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3830",
- "name": "Saradomin page 4",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3831",
- "name": "Zamorak page 1",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3832",
- "name": "Zamorak page 2",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3833",
- "name": "Zamorak page 3",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3834",
- "name": "Zamorak page 4",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3835",
- "name": "Guthix page 1",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3836",
- "name": "Guthix page 2",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3837",
- "name": "Guthix page 3",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3838",
- "name": "Guthix page 4",
- "examine": "This seems to have been torn from a book...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "3839",
- "name": "Damaged book",
- "examine": "An incomplete book of Saradomin.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"shop_price": "5000",
- "weight": "1"
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3490"
},
{
- "id": "3840",
- "name": "Holy book",
- "examine": "The Holy book of Saradomin.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,8,8,8,8,8,8,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"shop_price": "5000",
- "weight": "1"
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3491"
},
{
- "id": "3841",
- "name": "Damaged book",
- "examine": "An incomplete book of Zamorak.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"shop_price": "5000",
- "weight": "1"
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3492"
},
{
- "id": "3842",
- "name": "Unholy book",
- "examine": "The unholy book of Zamorak.",
- "archery_ticket_price": "0",
- "bonuses": "8,8,8,8,8,0,0,0,0,0,0,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "weight": "1"
- },
- {
- "id": "3843",
- "name": "Damaged book",
- "examine": "An incomplete book of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"shop_price": "5000",
- "weight": "1"
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3493"
},
{
- "id": "3844",
- "name": "Book of balance",
- "examine": "The holy book of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "4,4,4,4,4,4,4,4,4,4,4,0,5,0,0",
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
"durability": null,
- "equipment_slot": "5",
- "weight": "1"
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3494"
},
{
- "id": "3847",
- "name": "Manual",
- "examine": "Looks like some kind of manual.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
"durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3495"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3496"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3497"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3498"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3499"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3500"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3501"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3502"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3503"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3504"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3505"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3506"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3507"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3508"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3509"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3510"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3511"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3512"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3513"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3514"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3515"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3516"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3517"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3518"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3519"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3520"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3521"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3522"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3523"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3524"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3525"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3526"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3527"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3528"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3529"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3530"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3531"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3532"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3533"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3534"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3535"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3536"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3537"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3538"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3539"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3540"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3541"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3542"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3543"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3544"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3545"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3546"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3547"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3548"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3549"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3550"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3551"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3552"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3553"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3554"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3555"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3556"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3557"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3558"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3559"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3560"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3561"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3562"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3563"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3564"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "3565"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3566"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "3567"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3568"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "3569"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3570"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "3571"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3572"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3573"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3574"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3575"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "3576"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3577"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "3578"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3579"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3580"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3581"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3582"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3583"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3584"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3585"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3586"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3587"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3588"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3589"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3590"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3591"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3592"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3593"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3594"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3595"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3596"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3597"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3598"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3599"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3600"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3601"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3602"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3603"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3604"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3605"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3607"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3609"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3610"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3611"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3612"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3613"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3614"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3615"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3616"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3617"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "3618"
+ },
+ {
+ "durability": null,
+ "name": "Black plateskirt (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3668"
+ },
+ {
+ "durability": null,
+ "name": "Black plateskirt (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3669"
+ },
+ {
+ "durability": null,
+ "name": "Adam plateskirt (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3670"
+ },
+ {
+ "durability": null,
+ "name": "Adam plateskirt (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3671"
+ },
+ {
+ "durability": null,
+ "name": "Rune plateskirt (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3672"
+ },
+ {
+ "durability": null,
+ "name": "Rune plateskirt (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3673"
+ },
+ {
+ "durability": null,
+ "name": "Zamorak plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3674"
+ },
+ {
+ "durability": null,
+ "name": "Saradomin plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3675"
+ },
+ {
+ "durability": null,
+ "name": "Guthix plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3676"
+ },
+ {
+ "durability": null,
+ "name": "Gilded plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3677"
+ },
+ {
+ "shop_price": "13000",
+ "examine": "An exquisitely shaped tool specially designed for fixing temples.",
+ "durability": null,
+ "name": "Flamtaer hammer",
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "3678"
+ },
+ {
+ "examine": "A sealed letter of recommendation.",
+ "durability": null,
+ "name": "Picture",
"tradeable": "false",
- "weight": "0.5"
- },
- {
- "id": "3848",
- "name": "Lighthouse key",
- "examine": "A key to the front door of the lighthouse. (Horror from the Deep)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3849",
- "name": "Rusty casket",
- "examine": "Looks old and rusty...",
- "archery_ticket_price": "0",
"destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "5"
+ "archery_ticket_price": "0",
+ "id": "3685"
},
{
- "id": "3852",
- "name": "Unholy symbol",
- "archery_ticket_price": "0",
+ "examine": "It's almost a musical instrument.",
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "3853",
- "name": "Games necklace(8)",
- "examine": "An enchanted necklace.",
+ "name": "Unstrung lyre",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "10000",
- "shop_price": "490",
- "tradeable": "true"
- },
- {
- "id": "3854",
- "name": "Games necklace(8)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3855",
- "name": "Games necklace(7)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "490",
- "tradeable": "true"
- },
- {
- "id": "3856",
- "name": "Games necklace(7)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3857",
- "name": "Games necklace(6)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "490",
- "tradeable": "true"
- },
- {
- "id": "3858",
- "name": "Games necklace(6)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3859",
- "name": "Games necklace(5)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "490",
- "tradeable": "true"
- },
- {
- "id": "3860",
- "name": "Games necklace(5)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3861",
- "name": "Games necklace(4)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "490",
- "tradeable": "true"
- },
- {
- "id": "3862",
- "name": "Games necklace(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3863",
- "name": "Games necklace(3)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "490",
- "tradeable": "true"
- },
- {
- "id": "3864",
- "name": "Games necklace(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3865",
- "name": "Games necklace(2)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "490",
- "tradeable": "true"
- },
- {
- "id": "3866",
- "name": "Games necklace(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "3867",
- "name": "Games necklace(1)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "10000",
- "shop_price": "490",
- "tradeable": "true"
- },
- {
- "id": "3868",
- "name": "Games necklace(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "3893",
- "name": "Stool",
- "archery_ticket_price": "0",
- "durability": null,
+ "id": "3688",
"equipment_slot": "3"
},
{
- "id": "3894",
- "name": "Awful anthem",
- "examine": "It's not very good.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.",
"durability": null,
- "tradeable": "false"
+ "name": "Lyre",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "3689",
+ "equipment_slot": "3"
},
{
- "id": "3895",
- "name": "Good anthem",
- "examine": "Much better.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.",
"durability": null,
- "tradeable": "false"
+ "name": "Enchanted lyre",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "3690",
+ "equipment_slot": "3"
},
{
- "id": "3896",
- "name": "Treaty",
- "examine": "Just needs the King's signature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3897",
- "name": "Giant nib",
- "examine": "For making a giant pen.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3898",
- "name": "Giant pen",
- "examine": "The king should be able to use this.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "3899",
- "name": "Iron sickle",
- "examine": "Not as good as a pet frog.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0",
+ "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.",
"durability": null,
- "equipment_slot": "3",
- "shop_price": "15",
- "weapon_interface": "6",
- "weight": "1.6"
+ "name": "Enchanted lyre(1)",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "3691",
+ "equipment_slot": "3"
},
{
- "id": "3901",
- "name": "Ghrim's book",
- "examine": "Managing Thine Kingdom for Noobes by A. Ghrim.",
- "archery_ticket_price": "0",
+ "examine": "I can use this to make a lyre.",
"durability": null,
- "weight": "1"
+ "name": "Branch",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3692"
},
{
- "id": "4001",
- "name": "Hardy gout tuber",
- "examine": "A pile of gout tubers suitable for use in mountainous terrain.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4002",
- "name": "Spare controls",
- "examine": "It looks like some kind of control panel.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "4004",
- "name": "Gnome royal seal",
- "examine": "It's the official Gnome Royal Seal, signed by King Narode Shareen.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4005",
- "name": "Narnode's orders",
- "examine": "Unreadable orders handwritten by King Narnode Shareen.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160"
- },
- {
- "id": "4006",
- "name": "Monkey dentures",
- "examine": "Magical monkey talking dentures! What more can we say? Ook!",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "weight": "0.2"
- },
- {
- "id": "4007",
- "name": "Enchanted bar",
- "examine": "A gold bar with a talkative monkey spirit.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "4008",
- "name": "Eye of gnome",
- "examine": "It's... the eye of a gnome! Now what on earth could one do with this?",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "3",
- "weight": "1"
- },
- {
- "id": "4009",
- "name": "Eye of gnome",
- "examine": "It's... the eye of a gnome! Now what on earth could one do with this?",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "3",
- "weight": "1"
- },
- {
- "id": "4012",
- "name": "Monkey nuts",
- "examine": "They are Monkey Nuts. Yummy.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "3"
- },
- {
- "id": "4014",
- "name": "Monkey bar",
- "examine": "It's a monkey bar. It looks highly nutritious.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "50"
- },
- {
- "id": "4016",
- "name": "Banana stew",
- "examine": "It's a bowl full of mushy banana",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "300"
- },
- {
- "id": "4020",
- "name": "M'amulet mould",
- "examine": "It's an amulet mould shaped like a monkey head.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4021",
- "name": "M'speak amulet",
- "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "1.3"
- },
- {
- "id": "4022",
- "name": "M'speak amulet",
- "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "4023",
- "name": "Monkey talisman",
- "examine": "A magic talisman in shape of a monkey head.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "1000",
- "weight": "1.25"
- },
- {
- "id": "4024",
- "name": "Monkey greegree",
- "examine": "A magical talisman in the shape of a Karamjan monkey head.",
- "archery_ticket_price": "0",
+ "examine": "I can spin this into golden wool.",
"durability": null,
- "equipment_slot": "3"
+ "name": "Golden fleece",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3693"
},
{
- "id": "4025",
- "name": "Monkey greegree",
- "examine": "A magical talisman in the shape of a Karamjan monkey head.",
- "archery_ticket_price": "0",
+ "examine": "I can use this to make a lyre.",
"durability": null,
- "equipment_slot": "3"
+ "name": "Golden wool",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3694"
},
{
- "id": "4026",
- "name": "Monkey greegree",
- "examine": "A magical talisman in the shape of a Karamjan monkey head.",
- "archery_ticket_price": "0",
+ "turn90cw_anim": "6662",
+ "examine": "The lowest maintenance pet you will ever have.",
+ "walk_anim": "6658",
"durability": null,
- "equipment_slot": "3"
+ "turn90ccw_anim": "6663",
+ "turn180_anim": "6659",
+ "render_anim": "792",
+ "equipment_slot": "3",
+ "stand_anim": "6657",
+ "name": "Pet rock",
+ "run_anim": "6660",
+ "archery_ticket_price": "0",
+ "id": "3695",
+ "stand_turn_anim": "6661"
},
{
- "id": "4027",
- "name": "Monkey greegree",
- "examine": "A magical talisman in the shape of a Karamjan monkey head.",
- "archery_ticket_price": "0",
+ "examine": "Talisman to bind the Draugen.",
"durability": null,
- "equipment_slot": "3"
+ "name": "Hunters' talisman",
+ "archery_ticket_price": "0",
+ "id": "3696"
},
{
- "id": "4028",
- "name": "Monkey greegree",
- "examine": "A magical talisman in the shape of a Karamjan monkey head.",
- "archery_ticket_price": "0",
+ "examine": "Talisman to bind the Draugen.",
"durability": null,
- "equipment_slot": "3"
+ "name": "Hunters' talisman",
+ "archery_ticket_price": "0",
+ "id": "3697"
},
{
- "id": "4029",
- "name": "Monkey greegree",
- "examine": "A magical talisman in the shape of a Karamjan monkey head.",
- "archery_ticket_price": "0",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Some flowers from a distant land.",
"durability": null,
- "equipment_slot": "3"
+ "name": "Exotic flower",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3698"
},
{
- "id": "4030",
- "name": "Monkey greegree",
- "examine": "A magical talisman in the shape of a Karamjan monkey head.",
- "archery_ticket_price": "0",
+ "examine": "A hauntingly beautiful love ballad.",
"durability": null,
- "equipment_slot": "3"
+ "name": "Fremennik ballad",
+ "archery_ticket_price": "0",
+ "id": "3699"
},
{
- "id": "4031",
- "name": "Monkey greegree",
- "examine": "A magical talisman in the shape of a Karamjan monkey head.",
- "archery_ticket_price": "0",
+ "examine": "A pair of sturdy made custom boots.",
"durability": null,
- "equipment_slot": "3"
+ "name": "Sturdy boots",
+ "archery_ticket_price": "0",
+ "id": "3700"
},
{
- "id": "4032",
- "name": "Dummy",
- "examine": "I can train on this",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4034",
- "name": "Monkey skull",
- "examine": "It's a very ancient skull from some kind of ape.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4035",
- "name": "10th squad sigil",
- "examine": "It is the official sigil of the 10th squad of the Royal Guard.",
- "archery_ticket_price": "0",
+ "examine": "Could probably be a bit clearer?",
"durability": null,
+ "name": "Tracking map",
+ "archery_ticket_price": "0",
+ "id": "3701"
+ },
+ {
+ "examine": "A finely crafted string for a custom bow",
+ "durability": null,
+ "name": "Custom bow string",
+ "archery_ticket_price": "0",
+ "id": "3702"
+ },
+ {
+ "examine": "An extremely odd, non-edible fish.",
+ "durability": null,
+ "name": "Unusual fish",
+ "archery_ticket_price": "0",
+ "id": "3703"
+ },
+ {
+ "examine": "Map showing the best fishing spots out at sea.",
+ "durability": null,
+ "name": "Sea fishing map",
+ "archery_ticket_price": "0",
+ "id": "3704"
+ },
+ {
+ "examine": "An estimate of expected local weather conditions.",
+ "durability": null,
+ "name": "Weather forecast",
+ "archery_ticket_price": "0",
+ "id": "3705"
+ },
+ {
+ "examine": "Shows the wearer is worthy of the Champions table.",
+ "durability": null,
+ "name": "Champions token",
+ "archery_ticket_price": "0",
+ "id": "3706"
+ },
+ {
+ "examine": "Probably the greatest cocktail in the world.",
+ "durability": null,
+ "name": "Legendary cocktail",
+ "archery_ticket_price": "0",
+ "id": "3707"
+ },
+ {
+ "examine": "A signed statement promising a reduction on sales tax.",
+ "durability": null,
+ "name": "Fiscal statement",
+ "archery_ticket_price": "0",
+ "id": "3708"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A legally binding contract promising not to enter the longhall.",
+ "durability": null,
+ "name": "Promissory note",
+ "archery_ticket_price": "0",
+ "id": "3709"
+ },
+ {
+ "examine": "This employment contract is for a warrior to act as a bodyguard.",
+ "durability": null,
+ "name": "Warriors' contract",
+ "archery_ticket_price": "0",
+ "id": "3710"
+ },
+ {
+ "shop_price": "325",
+ "examine": "A lot of beer in a barrel.",
+ "grand_exchange_price": "1555",
+ "durability": null,
+ "name": "Keg of beer",
+ "tradeable": "true",
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "20",
+ "archery_ticket_price": "0",
+ "id": "3711"
+ },
+ {
+ "examine": "Suspiciously close to beer, but without the side effects.",
+ "durability": null,
+ "name": "Low alcohol keg",
+ "weight": "20",
+ "archery_ticket_price": "0",
+ "id": "3712"
+ },
+ {
+ "examine": "It's some kind of weird little parcel thing.",
+ "durability": null,
+ "name": "Strange object",
+ "archery_ticket_price": "0",
+ "id": "3713"
+ },
+ {
+ "examine": "It's some kind of weird little parcel thing.",
+ "durability": null,
+ "name": "Lit strange object",
+ "archery_ticket_price": "0",
+ "id": "3714"
+ },
+ {
+ "examine": "A red coloured disk, apparently made out of wood.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3715"
+ },
+ {
+ "examine": "A red coloured disk, apparently made out of wood.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3716"
+ },
+ {
+ "examine": "A very attractive magnet.",
+ "durability": null,
+ "name": "Magnet",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "3718"
+ },
+ {
+ "examine": "Some blue thread.",
+ "durability": null,
+ "name": "Thread",
+ "archery_ticket_price": "0",
+ "id": "3719"
+ },
+ {
+ "examine": "A small pick for cracking small objects.",
+ "durability": null,
+ "name": "Pick",
+ "archery_ticket_price": "0",
+ "id": "3720"
+ },
+ {
+ "examine": "Might be fun to play with in the bath.",
+ "durability": null,
+ "name": "Ship toy",
+ "archery_ticket_price": "0",
+ "id": "3721"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "It's a bucket of salty water.",
+ "durability": null,
+ "name": "Full bucket",
+ "archery_ticket_price": "0",
+ "id": "3722"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This bucket is eighty percent full. It has a 5 painted on its side.",
+ "durability": null,
+ "name": "4/5ths full bucket",
+ "archery_ticket_price": "0",
+ "id": "3723"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This bucket is sixty percent full. It has a 5 painted on its side.",
+ "durability": null,
+ "name": "3/5ths full bucket",
+ "archery_ticket_price": "0",
+ "id": "3724"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This bucket is forty percent full. It has a 5 painted on its side.",
+ "durability": null,
+ "name": "2/5ths full bucket",
+ "archery_ticket_price": "0",
+ "id": "3725"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This bucket is twenty percent full. It has a 5 painted on its side.",
+ "durability": null,
+ "name": "1/5ths full bucket",
+ "archery_ticket_price": "0",
+ "id": "3726"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "2",
+ "examine": "It's an empty bucket.",
+ "grand_exchange_price": "50",
+ "durability": null,
+ "name": "Empty bucket",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3727"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This bucket of water is frozen solid.",
+ "durability": null,
+ "name": "Frozen bucket",
+ "archery_ticket_price": "0",
+ "id": "3728"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This jug is completely full. It has a 3 painted on its side.",
+ "durability": null,
+ "name": "Full jug",
+ "archery_ticket_price": "0",
+ "id": "3729"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This jug is two thirds full. It has a 3 painted on its side.",
+ "durability": null,
+ "name": "2/3rds full jug",
+ "archery_ticket_price": "0",
+ "id": "3730"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This jug is one third full. It has a 3 painted on its side.",
+ "durability": null,
+ "name": "1/3rds full jug",
+ "archery_ticket_price": "0",
+ "id": "3731"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "1",
+ "examine": "This jug is empty.",
+ "grand_exchange_price": "164",
+ "durability": null,
+ "name": "Empty jug",
+ "tradeable": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "3732"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This jug of water is frozen solid.",
+ "durability": null,
+ "name": "Frozen jug",
+ "archery_ticket_price": "0",
+ "id": "3733"
+ },
+ {
+ "examine": "An unusually shaped vase. You can see something glinting inside.",
+ "durability": null,
+ "name": "Vase",
+ "archery_ticket_price": "0",
+ "id": "3734"
+ },
+ {
+ "examine": "An unusually shaped vase full of water. You can see something glinting inside.",
+ "durability": null,
+ "name": "Vase of water",
+ "archery_ticket_price": "0",
+ "id": "3735"
+ },
+ {
+ "examine": "An unusually shaped vase full of ice. You can see something glinting inside.",
+ "durability": null,
+ "name": "Frozen vase",
+ "archery_ticket_price": "0",
+ "id": "3736"
+ },
+ {
+ "examine": "This looks like a lid to some kind of container.",
+ "durability": null,
+ "name": "Vase lid",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3737"
+ },
+ {
+ "examine": "The lid is screwed on tightly. ",
+ "durability": null,
+ "name": "Sealed vase",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3738"
+ },
+ {
+ "examine": "The lid is screwed on tightly. It is full of water.",
+ "durability": null,
+ "name": "Sealed vase",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3739"
+ },
+ {
+ "examine": "The lid is screwed on tightly. It is very cold. ",
+ "durability": null,
+ "name": "Sealed vase",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3740"
+ },
+ {
+ "examine": "A small, cold key.",
+ "durability": null,
+ "name": "Frozen key",
+ "archery_ticket_price": "0",
+ "id": "3741"
+ },
+ {
+ "examine": "The colouring on it seems to be some kind of sticky goop.",
+ "durability": null,
+ "name": "Red herring",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3742"
+ },
+ {
+ "examine": "A red coloured disk, apparently made out of wood.",
+ "durability": null,
+ "name": "Red disk",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3743"
+ },
+ {
+ "examine": "A simple looking disk made of wood.",
+ "durability": null,
+ "name": "Wooden disk",
+ "archery_ticket_price": "0",
+ "id": "3744"
+ },
+ {
+ "shop_price": "27",
+ "examine": "The key to leave the Seer's house.",
+ "durability": null,
+ "name": "Seer's key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3745"
+ },
+ {
+ "examine": "Yup, it's sticky, it's red and it's goop.",
+ "durability": null,
+ "name": "Sticky red goop",
+ "archery_ticket_price": "0",
+ "id": "3746"
+ },
+ {
+ "durability": null,
+ "name": "Sticky red goop",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3747"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A sturdy helm worn only by Fremennik clan members.",
+ "durability": null,
+ "name": "Fremennik helm",
+ "low_alchemy": "2600",
+ "high_alchemy": "3900",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
+ "id": "3748",
+ "absorb": "1,0,2",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,45}",
+ "shop_price": "78000",
+ "ge_buy_limit": "100",
+ "examine": "This helmet is worn by archers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "48900",
+ "name": "Archer helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3749",
+ "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "48900",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Archer helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3750"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,45}",
+ "shop_price": "78000",
+ "ge_buy_limit": "100",
+ "examine": "This helmet is worn by berserkers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "60900",
+ "name": "Berserker helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3751",
+ "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "60900",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Berserker helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3752"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,45}",
+ "shop_price": "78000",
+ "ge_buy_limit": "100",
+ "examine": "This helm is worn by warriors.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "50700",
+ "name": "Warrior helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3753",
+ "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "50700",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Warrior helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3754"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,45}",
+ "shop_price": "78000",
+ "ge_buy_limit": "100",
+ "examine": "This helm is worn by farseers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2.7",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "47900",
+ "name": "Farseer helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3755",
+ "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "47900",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Farseer helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3756"
+ },
+ {
+ "examine": "A sword used only by Fremennik warriors.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1.8",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "name": "Fremennik blade",
+ "archery_ticket_price": "0",
+ "id": "3757",
+ "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0"
+ },
+ {
+ "examine": "A shield worn by Fremennik warriors.",
+ "durability": null,
+ "name": "Fremennik shield",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "destroy": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "3758",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "697",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3759",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "697",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3760"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "54",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3761",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "54",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3762"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "581",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3763",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "581",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3764"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "912",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3765",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "912",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3766"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "100",
+ "examine": "The latest in Fremennik fashion.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "100",
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3767",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "100",
+ "durability": null,
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3768"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "100",
+ "examine": "The latest in Fremennik fashion.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "486",
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3769",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "486",
+ "durability": null,
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3770"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "100",
+ "examine": "The latest in Fremennik fashion.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "242",
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3771",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "242",
+ "durability": null,
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3772"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "100",
+ "examine": "The latest in Fremennik fashion.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "500",
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3773",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "500",
+ "durability": null,
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3774"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "100",
+ "examine": "The latest in Fremennik fashion.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "450",
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3775",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "450",
+ "durability": null,
+ "name": "Fremennik shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3776"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "674",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3777",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "674",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3778"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "809",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3779",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "809",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3780"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "632",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3781",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "632",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3782"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "517",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3783",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "517",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3784"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "398",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3785",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "398",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3786"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "283",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3787",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "283",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3788"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "1000",
+ "examine": "The latest fashion in Rellekka.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "equipment_slot": "1",
+ "grand_exchange_price": "966",
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3789",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "966",
+ "durability": null,
+ "name": "Fremennik cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3790"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "Very stylish!",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "0.5",
+ "equipment_slot": "10",
+ "grand_exchange_price": "205",
+ "name": "Fremennik boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3791",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "205",
+ "durability": null,
+ "name": "Fremennik boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3792"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "The latest fashion of Rellekka.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "0.9",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1191",
+ "name": "Fremennik robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3793",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1191",
+ "durability": null,
+ "name": "Fremennik robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3794"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "The latest fashion of Rellekka.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "0.9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "663",
+ "name": "Fremennik skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3795",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "663",
+ "durability": null,
+ "name": "Fremennik skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3796"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "A silly pointed hat.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "2380",
+ "name": "Fremennik hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3797",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2380",
+ "durability": null,
+ "name": "Fremennik hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3798"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "172",
+ "durability": null,
+ "name": "Gloves",
+ "archery_ticket_price": "0",
+ "id": "3799",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,1,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "172",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3800"
+ },
+ {
+ "shop_price": "325",
+ "ge_buy_limit": "100",
+ "examine": "A lot of beer in a barrel. Beer in a barrel - a specialty of the Fremennik Province.",
+ "grand_exchange_price": "1817",
+ "durability": null,
+ "name": "Keg of beer",
+ "tradeable": "true",
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "20",
+ "archery_ticket_price": "0",
+ "id": "3801"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1817",
+ "durability": null,
+ "name": "Keg of beer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3802"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "393",
+ "durability": null,
+ "name": "Beer",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3803"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "393",
+ "durability": null,
+ "name": "Beer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3804"
+ },
+ {
+ "shop_price": "26",
+ "examine": "A big cup for a big thirst.",
+ "durability": null,
+ "name": "Tankard",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "3805"
+ },
+ {
+ "durability": null,
+ "name": "Tankard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3806"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "1400000",
+ "durability": null,
+ "name": "Saradomin page 1",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3827"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "686000",
+ "durability": null,
+ "name": "Saradomin page 2",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3828"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "522800",
+ "durability": null,
+ "name": "Saradomin page 3",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3829"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "629500",
+ "durability": null,
+ "name": "Saradomin page 4",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3830"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "7100000",
+ "durability": null,
+ "name": "Zamorak page 1",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3831"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "5400000",
+ "durability": null,
+ "name": "Zamorak page 2",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3832"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "4700000",
+ "durability": null,
+ "name": "Zamorak page 3",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3833"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "5900000",
+ "durability": null,
+ "name": "Zamorak page 4",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3834"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "1200000",
+ "durability": null,
+ "name": "Guthix page 1",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3835"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "997100",
+ "durability": null,
+ "name": "Guthix page 2",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3836"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "953100",
+ "durability": null,
+ "name": "Guthix page 3",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3837"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "This seems to have been torn from a book...",
+ "grand_exchange_price": "1000000",
+ "durability": null,
+ "name": "Guthix page 4",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "3838"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "An incomplete book of Saradomin.",
+ "durability": null,
+ "name": "Damaged book",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3839",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "The Holy book of Saradomin.",
+ "durability": null,
+ "name": "Holy book",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3840",
+ "bonuses": "0,0,0,0,0,8,8,8,8,8,8,0,5,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "An incomplete book of Zamorak.",
+ "durability": null,
+ "name": "Damaged book",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3841",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "The unholy book of Zamorak.",
+ "durability": null,
+ "name": "Unholy book",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3842",
+ "bonuses": "8,8,8,8,8,0,0,0,0,0,0,0,5,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "An incomplete book of Guthix.",
+ "durability": null,
+ "name": "Damaged book",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3843",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "The holy book of Guthix.",
+ "durability": null,
+ "name": "Book of balance",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3844",
+ "bonuses": "4,4,4,4,4,4,4,4,4,4,4,0,5,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "Looks like some kind of manual.",
+ "durability": null,
+ "name": "Manual",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "3847"
+ },
+ {
+ "examine": "A key to the front door of the lighthouse. (Horror from the Deep)",
+ "durability": null,
+ "name": "Lighthouse key",
+ "archery_ticket_price": "0",
+ "id": "3848"
+ },
+ {
+ "examine": "Looks old and rusty...",
+ "durability": null,
+ "name": "Rusty casket",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "3849"
+ },
+ {
+ "durability": null,
+ "name": "Unholy symbol",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3852"
+ },
+ {
+ "shop_price": "490",
+ "ge_buy_limit": "10000",
+ "examine": "An enchanted necklace.",
+ "grand_exchange_price": "852",
+ "durability": null,
+ "name": "Games necklace(8)",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "3853",
"equipment_slot": "2"
},
{
- "id": "4037",
- "name": "Saradomin banner",
- "examine": "The Holy Team Standard",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "852",
"durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
+ "name": "Games necklace(8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3854"
+ },
+ {
+ "shop_price": "490",
+ "examine": "An enchanted necklace.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Games necklace(7)",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "3855",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Games necklace(7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3856"
+ },
+ {
+ "shop_price": "490",
+ "examine": "An enchanted necklace.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Games necklace(6)",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "3857",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Games necklace(6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3858"
+ },
+ {
+ "shop_price": "490",
+ "examine": "An enchanted necklace.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Games necklace(5)",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "3859",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Games necklace(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3860"
+ },
+ {
+ "shop_price": "490",
+ "examine": "An enchanted necklace.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Games necklace(4)",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "3861",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Games necklace(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3862"
+ },
+ {
+ "shop_price": "490",
+ "examine": "An enchanted necklace.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Games necklace(3)",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "3863",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Games necklace(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3864"
+ },
+ {
+ "shop_price": "490",
+ "examine": "An enchanted necklace.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Games necklace(2)",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "3865",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Games necklace(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3866"
+ },
+ {
+ "shop_price": "490",
+ "ge_buy_limit": "10000",
+ "examine": "An enchanted necklace.",
+ "grand_exchange_price": "2093",
+ "durability": null,
+ "name": "Games necklace(1)",
+ "tradeable": "true",
+ "low_alchemy": "420",
+ "high_alchemy": "630",
+ "archery_ticket_price": "0",
+ "id": "3867",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2093",
+ "durability": null,
+ "name": "Games necklace(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "3868"
+ },
+ {
+ "durability": null,
+ "name": "Stool",
+ "archery_ticket_price": "0",
+ "id": "3893",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "It's not very good.",
+ "durability": null,
+ "name": "Awful anthem",
"tradeable": "false",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14",
- "weight": "2"
- },
- {
- "id": "4038",
- "name": "Saradomin banner",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4039",
- "name": "Zamorak banner",
- "examine": "The Zamorak team's flag.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "tradeable": "false",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
- },
- {
- "id": "4040",
- "name": "Zamorak banner",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4041",
- "name": "Hooded cloak",
- "examine": "The colours of Saradomin/Zamorak.",
- "archery_ticket_price": "0",
"destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3894"
+ },
+ {
+ "examine": "Much better.",
"durability": null,
- "equipment_slot": "1",
+ "name": "Good anthem",
"tradeable": "false",
- "weight": "1"
- },
- {
- "id": "4042",
- "name": "Hooded cloak",
- "examine": "The colours of Saradomin/Zamorak.",
- "archery_ticket_price": "0",
"destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "3895"
+ },
+ {
+ "examine": "Just needs the King's signature.",
"durability": null,
- "equipment_slot": "1",
- "tradeable": "false",
- "weight": "1"
+ "name": "Treaty",
+ "archery_ticket_price": "0",
+ "id": "3896"
},
{
- "id": "4044",
- "name": "Rock",
- "archery_ticket_price": "0",
+ "examine": "For making a giant pen.",
"durability": null,
- "tradeable": "true"
+ "name": "Giant nib",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "3897"
},
{
- "id": "4045",
- "name": "Explosive potion",
- "examine": "I could use this to destroy things...",
- "archery_ticket_price": "0",
+ "examine": "The king should be able to use this.",
"durability": null,
- "tradeable": "true"
+ "name": "Giant pen",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "3898"
},
{
- "id": "4046",
- "name": "Explosive potion",
- "archery_ticket_price": "0",
+ "shop_price": "15",
+ "examine": "Not as good as a pet frog.",
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "4047",
- "name": "Climbing rope",
- "examine": "A coil of rope.",
+ "name": "Iron sickle",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "1.6",
"archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4048",
- "name": "Climbing rope",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4049",
- "name": "Bandages",
- "examine": "A box of bandages for healing.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4050",
- "name": "Bandages",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4051",
- "name": "Toolkit",
- "examine": "Good for repairing a broken cannon.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4052",
- "name": "Toolkit",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4053",
- "name": "Barricade",
- "examine": "Handy for hindering the enemy team's movement.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4054",
- "name": "Barricade",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4055",
- "name": "Castlewars manual",
- "examine": "It's a manual for Castle Wars",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5",
- "weight": "1"
- },
- {
- "id": "4067",
- "name": "Castle wars ticket",
- "examine": "I can exchange these for further items.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4068",
- "name": "Decorative sword",
- "examine": "A very decorative sword.",
- "archery_ticket_price": "0",
- "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0",
- "castle_wars_ticket_price": "5",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "1",
- "requirements": "{0,5}",
- "run_anim": "824",
- "shop_price": "50",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
+ "id": "3899",
"weapon_interface": "6",
- "weight": "1"
+ "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0",
+ "equipment_slot": "3"
},
{
- "id": "4069",
- "name": "Decorative armour",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0",
- "castle_wars_ticket_price": "8",
+ "examine": "Managing Thine Kingdom for Noobes by A. Ghrim.",
"durability": null,
- "equipment_slot": "4",
+ "name": "Ghrim's book",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "3901"
+ },
+ {
+ "examine": "A pile of gout tubers suitable for use in mountainous terrain.",
+ "durability": null,
+ "name": "Hardy gout tuber",
+ "low_alchemy": "2",
+ "tradeable": "false",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4001"
+ },
+ {
+ "examine": "It looks like some kind of control panel.",
+ "durability": null,
+ "name": "Spare controls",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "4002"
+ },
+ {
+ "examine": "It's the official Gnome Royal Seal, signed by King Narode Shareen.",
+ "durability": null,
+ "name": "Gnome royal seal",
+ "archery_ticket_price": "0",
+ "id": "4004"
+ },
+ {
+ "shop_price": "160",
+ "examine": "Unreadable orders handwritten by King Narnode Shareen.",
+ "durability": null,
+ "name": "Narnode's orders",
+ "archery_ticket_price": "0",
+ "id": "4005"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Magical monkey talking dentures! What more can we say? Ook!",
+ "durability": null,
+ "name": "Monkey dentures",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "4006"
+ },
+ {
+ "examine": "A gold bar with a talkative monkey spirit.",
+ "durability": null,
+ "name": "Enchanted bar",
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4007"
+ },
+ {
+ "shop_price": "3",
+ "examine": "It's... the eye of a gnome! Now what on earth could one do with this?",
+ "durability": null,
+ "name": "Eye of gnome",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4008"
+ },
+ {
+ "shop_price": "3",
+ "examine": "It's... the eye of a gnome! Now what on earth could one do with this?",
+ "durability": null,
+ "name": "Eye of gnome",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4009"
+ },
+ {
+ "shop_price": "3",
+ "examine": "They are Monkey Nuts. Yummy.",
+ "durability": null,
+ "name": "Monkey nuts",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4012"
+ },
+ {
+ "shop_price": "50",
+ "examine": "It's a monkey bar. It looks highly nutritious.",
+ "durability": null,
+ "name": "Monkey bar",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "4014"
+ },
+ {
+ "shop_price": "300",
+ "examine": "It's a bowl full of mushy banana",
+ "durability": null,
+ "name": "Banana stew",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "4016"
+ },
+ {
+ "examine": "It's an amulet mould shaped like a monkey head.",
+ "durability": null,
+ "name": "M'amulet mould",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4020"
+ },
+ {
+ "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises.",
+ "durability": null,
+ "name": "M'speak amulet",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4021",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises.",
+ "durability": null,
+ "name": "M'speak amulet",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4022"
+ },
+ {
+ "shop_price": "1000",
+ "examine": "A magic talisman in shape of a monkey head.",
+ "durability": null,
+ "name": "Monkey talisman",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1.25",
+ "archery_ticket_price": "0",
+ "id": "4023"
+ },
+ {
+ "examine": "A magical talisman in the shape of a Karamjan monkey head.",
+ "durability": null,
+ "name": "Monkey greegree",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "4024",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A magical talisman in the shape of a Karamjan monkey head.",
+ "durability": null,
+ "name": "Monkey greegree",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "4025",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A magical talisman in the shape of a Karamjan monkey head.",
+ "durability": null,
+ "name": "Monkey greegree",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "4026",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A magical talisman in the shape of a Karamjan monkey head.",
+ "durability": null,
+ "name": "Monkey greegree",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "4027",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A magical talisman in the shape of a Karamjan monkey head.",
+ "durability": null,
+ "name": "Monkey greegree",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "4028",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A magical talisman in the shape of a Karamjan monkey head.",
+ "durability": null,
+ "name": "Monkey greegree",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "4029",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A magical talisman in the shape of a Karamjan monkey head.",
+ "durability": null,
+ "name": "Monkey greegree",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "4030",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A magical talisman in the shape of a Karamjan monkey head.",
+ "durability": null,
+ "name": "Monkey greegree",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "4031",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "I can train on this",
+ "durability": null,
+ "name": "Dummy",
+ "archery_ticket_price": "0",
+ "id": "4032"
+ },
+ {
+ "examine": "It's a very ancient skull from some kind of ape.",
+ "durability": null,
+ "name": "Monkey skull",
+ "archery_ticket_price": "0",
+ "id": "4034"
+ },
+ {
+ "examine": "It is the official sigil of the 10th squad of the Royal Guard.",
+ "durability": null,
+ "name": "10th squad sigil",
+ "archery_ticket_price": "0",
+ "id": "4035",
+ "equipment_slot": "2"
+ },
+ {
+ "turn90cw_anim": "1424",
+ "examine": "The Holy Team Standard",
+ "walk_anim": "1422",
+ "durability": null,
+ "weight": "2",
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Saradomin banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "4037",
+ "stand_turn_anim": "1426"
+ },
+ {
+ "durability": null,
+ "name": "Saradomin banner",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4038"
+ },
+ {
+ "turn90cw_anim": "1424",
+ "examine": "The Zamorak team's flag.",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Zamorak banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "4039",
+ "stand_turn_anim": "1426"
+ },
+ {
+ "durability": null,
+ "name": "Zamorak banner",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4040"
+ },
+ {
+ "examine": "The colours of Saradomin/Zamorak.",
+ "durability": null,
+ "name": "Hooded cloak",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4041",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "The colours of Saradomin/Zamorak.",
+ "durability": null,
+ "name": "Hooded cloak",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4042",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Rock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4044"
+ },
+ {
+ "examine": "I could use this to destroy things...",
+ "durability": null,
+ "name": "Explosive potion",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4045"
+ },
+ {
+ "durability": null,
+ "name": "Explosive potion",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4046"
+ },
+ {
+ "examine": "A coil of rope.",
+ "durability": null,
+ "name": "Climbing rope",
+ "archery_ticket_price": "0",
+ "id": "4047"
+ },
+ {
+ "durability": null,
+ "name": "Climbing rope",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4048"
+ },
+ {
+ "examine": "A box of bandages for healing.",
+ "durability": null,
+ "name": "Bandages",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4049"
+ },
+ {
+ "durability": null,
+ "name": "Bandages",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4050"
+ },
+ {
+ "examine": "Good for repairing a broken cannon.",
+ "durability": null,
+ "name": "Toolkit",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4051"
+ },
+ {
+ "durability": null,
+ "name": "Toolkit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4052"
+ },
+ {
+ "examine": "Handy for hindering the enemy team's movement.",
+ "durability": null,
+ "name": "Barricade",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4053"
+ },
+ {
+ "durability": null,
+ "name": "Barricade",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4054"
+ },
+ {
+ "shop_price": "5",
+ "examine": "It's a manual for Castle Wars",
+ "durability": null,
+ "name": "Castlewars manual",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4055"
+ },
+ {
+ "examine": "I can exchange these for further items.",
+ "durability": null,
+ "name": "Castle wars ticket",
+ "archery_ticket_price": "0",
+ "id": "4067"
+ },
+ {
+ "requirements": "{0,5}",
+ "shop_price": "50",
+ "turn90cw_anim": "821",
+ "examine": "A very decorative sword.",
+ "walk_anim": "819",
+ "durability": null,
+ "low_alchemy": "520",
+ "high_alchemy": "780",
+ "weight": "1",
+ "turn90ccw_anim": "822",
+ "weapon_interface": "6",
+ "turn180_anim": "820",
+ "render_anim": "1",
+ "equipment_slot": "3",
+ "stand_anim": "808",
+ "name": "Decorative sword",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "4068",
+ "stand_turn_anim": "823",
+ "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0"
+ },
+ {
"remove_sleeves": "true",
- "requirements": "{1,5}"
- },
- {
- "id": "4070",
+ "requirements": "{1,5}",
+ "durability": null,
"name": "Decorative armour",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0",
- "castle_wars_ticket_price": "6",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,5}"
+ "id": "4069",
+ "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0",
+ "equipment_slot": "4"
},
{
- "id": "4071",
- "name": "Decorative helm",
- "examine": "A very decorative helm.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0",
- "castle_wars_ticket_price": "4",
+ "requirements": "{1,5}",
"durability": null,
- "equipment_slot": "0",
+ "name": "Decorative armour",
+ "archery_ticket_price": "0",
+ "id": "4070",
+ "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
"remove_head": "true",
"requirements": "{1,5}",
"shop_price": "40",
- "weight": "1"
+ "examine": "A very decorative helm.",
+ "durability": null,
+ "low_alchemy": "312",
+ "high_alchemy": "468",
+ "weight": "1",
+ "equipment_slot": "0",
+ "name": "Decorative helm",
+ "archery_ticket_price": "0",
+ "id": "4071",
+ "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0"
},
{
- "id": "4072",
- "name": "Decorative shield",
- "examine": "A very decorative shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "castle_wars_ticket_price": "6",
- "durability": null,
- "equipment_slot": "5",
"requirements": "{1,5}",
- "shop_price": "60"
- },
- {
- "id": "4073",
- "name": "Damp tinderbox",
- "examine": "Not so useful for lighting a fire.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4074",
- "name": "Damp tinderbox",
- "archery_ticket_price": "0",
+ "shop_price": "60",
+ "examine": "A very decorative shield.",
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "4075",
- "name": "Glowing fungus",
- "examine": "A bizarre fungus. It glows with a pale blue light.",
+ "name": "Decorative shield",
"archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4077",
- "name": "Crystal-mine key",
- "examine": "A key I found in the lower levels of the Morytanian mines. (Haunted Mine) / As the 'Innocent-looking key': A shiny key sitting quietly on a crate.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4078",
- "name": "Zealot's key",
- "examine": "I stole this from a Saradominist I met South of Mort'ton.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4079",
- "name": "Yo-yo",
- "examine": "A gift from Santa.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4081",
- "name": "Salve amulet",
- "examine": "Increases the wearer's strength and accuracy by 15% when fighting the undead.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "0.6"
- },
- {
- "id": "4082",
- "name": "Salve shard",
- "examine": "An unstrung crystal imbued with the power of Saradomin.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4083",
- "name": "Sled",
- "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "4084",
- "name": "Sled",
- "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1119",
- "run_anim": "1468",
- "stand_anim": "1461",
- "stand_turn_anim": "1468",
- "turn180_anim": "1468",
- "turn90ccw_anim": "1468",
- "turn90cw_anim": "1468",
- "two_handed": "true",
- "walk_anim": "1468"
- },
- {
- "id": "4085",
- "name": "Wax",
- "examine": "I can use this to wax my sled.",
- "archery_ticket_price": "0",
- "durability": null,
+ "id": "4072",
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "Not so useful for lighting a fire.",
+ "durability": null,
+ "name": "Damp tinderbox",
+ "archery_ticket_price": "0",
+ "id": "4073"
+ },
+ {
+ "durability": null,
+ "name": "Damp tinderbox",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4074"
+ },
+ {
+ "examine": "A bizarre fungus. It glows with a pale blue light.",
+ "durability": null,
+ "name": "Glowing fungus",
+ "archery_ticket_price": "0",
+ "id": "4075"
+ },
+ {
+ "examine": "A key I found in the lower levels of the Morytanian mines. (Haunted Mine) / As the 'Innocent-looking key': A shiny key sitting quietly on a crate.",
+ "durability": null,
+ "name": "Crystal-mine key",
+ "archery_ticket_price": "0",
+ "id": "4077"
+ },
+ {
+ "examine": "I stole this from a Saradominist I met South of Mort'ton.",
+ "durability": null,
+ "name": "Zealot's key",
+ "archery_ticket_price": "0",
+ "id": "4078"
+ },
+ {
+ "examine": "A gift from Santa.",
+ "durability": null,
+ "name": "Yo-yo",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "4079"
+ },
+ {
+ "examine": "Increases the wearer's strength and accuracy by 15% when fighting the undead.",
+ "durability": null,
+ "name": "Salve amulet",
+ "low_alchemy": "75000",
+ "high_alchemy": "75000",
+ "weight": "0.6",
+ "archery_ticket_price": "0",
+ "id": "4081",
+ "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "An unstrung crystal imbued with the power of Saradomin.",
+ "durability": null,
+ "name": "Salve shard",
+ "archery_ticket_price": "0",
+ "id": "4082"
+ },
+ {
+ "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.",
+ "durability": null,
+ "name": "Sled",
+ "low_alchemy": "70",
+ "high_alchemy": "105",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "4083",
+ "equipment_slot": "3"
+ },
+ {
+ "turn90cw_anim": "1468",
+ "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.",
+ "walk_anim": "1468",
+ "durability": null,
+ "low_alchemy": "70",
+ "high_alchemy": "105",
+ "turn90ccw_anim": "1468",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "1468",
+ "render_anim": "1119",
+ "equipment_slot": "3",
+ "stand_anim": "1461",
+ "name": "Sled",
+ "run_anim": "1468",
+ "archery_ticket_price": "0",
+ "id": "4084",
+ "stand_turn_anim": "1468"
+ },
+ {
+ "examine": "I can use this to wax my sled.",
+ "durability": null,
+ "name": "Wax",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "4085",
"equipment_slot": "5"
},
{
- "id": "4086",
- "name": "Trollweiss",
"examine": "These pale flowers have a pungent odour.",
+ "durability": null,
+ "name": "Trollweiss",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
"attack_speed": "5",
+ "id": "4086",
+ "weapon_interface": "12",
"bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "weapon_interface": "12"
+ "equipment_slot": "3"
},
{
- "id": "4087",
- "name": "Dragon platelegs",
- "examine": "Looks pretty heavy.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "lendable": "true",
- "rare_item": "true",
"requirements": "{1,60}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "4088",
- "name": "Dragon platelegs",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10",
- "tradeable": "true"
+ "examine": "Looks pretty heavy.",
+ "durability": null,
+ "low_alchemy": "108000",
+ "high_alchemy": "162000",
+ "weight": "9",
+ "absorb": "3,0,6",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "190500",
+ "name": "Dragon platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4087",
+ "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
},
{
- "id": "4089",
- "name": "Mystic hat",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "190500",
+ "durability": null,
+ "name": "Dragon platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4088"
+ },
+ {
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "15000",
+ "ge_buy_limit": "100",
"examine": "Blue: A magical hat. ",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "weight": "0.4",
"absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
- "durability": null,
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": true,
"lendable": "true",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "15000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4090",
+ "grand_exchange_price": "13700",
"name": "Mystic hat",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "hat": true,
+ "id": "4089",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "13700",
+ "durability": null,
+ "name": "Mystic hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4090"
+ },
+ {
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "120000",
+ "ge_buy_limit": "100",
+ "examine": "The upper half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "weight": "2.7",
+ "absorb": "3,1,0",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "72100",
+ "name": "Mystic robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "4091",
- "name": "Mystic robe top",
- "examine": "The upper half of a magical robe.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "120000",
+ "grand_exchange_price": "72100",
+ "durability": null,
+ "name": "Mystic robe top",
"tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "4092",
- "name": "Mystic robe top",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4092"
},
{
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "80000",
+ "ge_buy_limit": "100",
+ "examine": "The lower half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "absorb": "4,2,0",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "47700",
+ "name": "Mystic robe bottom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "4093",
- "name": "Mystic robe bottom",
- "examine": "The lower half of a magical robe.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "47700",
+ "durability": null,
+ "name": "Mystic robe bottom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4094"
+ },
+ {
"requirements": "{1,20}-{6,40}",
- "shop_price": "80000",
- "tradeable": "true"
- },
- {
- "id": "4094",
- "name": "Mystic robe bottom",
- "archery_ticket_price": "0",
- "durability": null,
+ "shop_price": "10000",
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4095",
- "name": "Mystic gloves",
"examine": "Magical gloves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
"durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.4",
"equipment_slot": "9",
- "ge_buy_limit": "100",
"lendable": "true",
+ "grand_exchange_price": "5913",
+ "name": "Mystic gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4095",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5913",
+ "durability": null,
+ "name": "Mystic gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4096"
+ },
+ {
"requirements": "{1,20}-{6,40}",
"shop_price": "10000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4096",
- "name": "Mystic gloves",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
+ "examine": "Magical boots.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.4",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "6303",
+ "name": "Mystic boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "4097",
- "name": "Mystic boots",
- "examine": "Magical boots.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "10000",
+ "grand_exchange_price": "6303",
+ "durability": null,
+ "name": "Mystic boots",
"tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4098",
- "name": "Mystic boots",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4098"
},
{
- "id": "4099",
- "name": "Mystic hat",
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "15000",
+ "ge_buy_limit": "100",
"examine": "Black: A magical hat. ",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "weight": "0.4",
"absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
- "durability": null,
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": true,
"lendable": "true",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "15000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4100",
+ "grand_exchange_price": "16700",
"name": "Mystic hat",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "hat": true,
+ "id": "4099",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "16700",
+ "durability": null,
+ "name": "Mystic hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4100"
+ },
+ {
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "120000",
+ "ge_buy_limit": "100",
+ "examine": "The upper half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "weight": "2.7",
+ "absorb": "3,1,0",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "75100",
+ "name": "Mystic robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "4101",
- "name": "Mystic robe top",
- "examine": "The upper half of a magical robe.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "120000",
+ "grand_exchange_price": "75100",
+ "durability": null,
+ "name": "Mystic robe top",
"tradeable": "true",
- "weight": "2.7"
+ "archery_ticket_price": "0",
+ "id": "4102"
},
{
- "id": "4102",
- "name": "Mystic robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4103",
- "name": "Mystic robe bottom",
- "examine": "The lower half of a magical robe.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "lendable": "true",
"requirements": "{1,20}-{6,40}",
"shop_price": "80000",
- "tradeable": "true"
- },
- {
- "id": "4104",
+ "ge_buy_limit": "100",
+ "examine": "The lower half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "absorb": "4,2,0",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "50700",
"name": "Mystic robe bottom",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4103",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0"
},
{
- "id": "4105",
- "name": "Mystic gloves",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "50700",
+ "durability": null,
+ "name": "Mystic robe bottom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4104"
+ },
+ {
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "10000",
+ "ge_buy_limit": "100",
"examine": "Dark magical gloves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
"durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.4",
"equipment_slot": "9",
- "ge_buy_limit": "100",
"lendable": "true",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "10000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4106",
+ "grand_exchange_price": "8913",
"name": "Mystic gloves",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4105",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0"
},
{
- "id": "4107",
- "name": "Mystic boots",
- "examine": "Magical boots.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "8913",
+ "durability": null,
+ "name": "Mystic gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4106"
+ },
+ {
"requirements": "{1,20}-{6,40}",
"shop_price": "10000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4108",
- "name": "Mystic boots",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4109",
- "name": "Mystic hat",
- "examine": "White: A magical hat. ",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
+ "examine": "Magical boots.",
"durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "hat": true,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.4",
+ "equipment_slot": "10",
"lendable": "true",
+ "grand_exchange_price": "9303",
+ "name": "Mystic boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4107",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9303",
+ "durability": null,
+ "name": "Mystic boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4108"
+ },
+ {
"requirements": "{1,20}-{6,40}",
"shop_price": "15000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4110",
- "name": "Mystic hat",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4111",
- "name": "Mystic robe top",
- "examine": "The upper half of a magical robe.",
+ "examine": "White: A magical hat. ",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "weight": "0.4",
"absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
+ "equipment_slot": "0",
"lendable": "true",
- "remove_sleeves": "true",
+ "grand_exchange_price": "16700",
+ "name": "Mystic hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "4109",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "16700",
+ "durability": null,
+ "name": "Mystic hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4110"
+ },
+ {
"requirements": "{1,20}-{6,40}",
"shop_price": "120000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "4112",
- "name": "Mystic robe top",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4113",
- "name": "Mystic robe bottom",
- "examine": "The lower half of a magical robe.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
+ "examine": "The upper half of a magical robe.",
"durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "weight": "2.7",
+ "absorb": "3,1,0",
+ "equipment_slot": "4",
"lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "75100",
+ "name": "Mystic robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4111",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "75100",
+ "durability": null,
+ "name": "Mystic robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4112"
+ },
+ {
"requirements": "{1,20}-{6,40}",
"shop_price": "80000",
- "tradeable": "true"
- },
- {
- "id": "4114",
+ "ge_buy_limit": "100",
+ "examine": "The lower half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "absorb": "4,2,0",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "50700",
"name": "Mystic robe bottom",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4113",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0"
},
{
- "id": "4115",
- "name": "Mystic gloves",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "50700",
+ "durability": null,
+ "name": "Mystic robe bottom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4114"
+ },
+ {
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "10000",
+ "ge_buy_limit": "100",
"examine": "Bright magical gloves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
"durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.4",
"equipment_slot": "9",
- "ge_buy_limit": "100",
"lendable": "true",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "10000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4116",
+ "grand_exchange_price": "8913",
"name": "Mystic gloves",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4115",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0"
},
{
- "id": "4117",
- "name": "Mystic boots",
- "examine": "Magical boots.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
"ge_buy_limit": "100",
- "lendable": "true",
+ "grand_exchange_price": "8913",
+ "durability": null,
+ "name": "Mystic gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4116"
+ },
+ {
"requirements": "{1,20}-{6,40}",
"shop_price": "10000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4118",
- "name": "Mystic boots",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4119",
- "name": "Bronze boots",
- "examine": "These will protect my feet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0",
+ "examine": "Magical boots.",
"durability": null,
- "equip_audio": "2237",
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.4",
"equipment_slot": "10",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "4120",
- "name": "Bronze boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4121",
- "name": "Iron boots",
- "examine": "These will protect my feet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "4122",
- "name": "Iron boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4123",
- "name": "Steel boots",
- "examine": "These will protect my feet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,5,6,7,0,0,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "requirements": "{1,5}",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "4124",
- "name": "Steel boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4125",
- "name": "Black boots",
- "examine": "These will protect my feet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "4126",
- "name": "Black boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4127",
- "name": "Mithril boots",
- "examine": "These will protect my feet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "requirements": "{1,20}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "4128",
- "name": "Mithril boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4129",
- "name": "Adamant boots",
- "examine": "These will protect my feet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "4130",
- "name": "Adamant boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4131",
- "name": "Rune boots",
- "examine": "These will protect my feet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
"lendable": "true",
- "requirements": "{1,40}",
+ "grand_exchange_price": "9303",
+ "name": "Mystic boots",
"tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "4132",
- "name": "Rune boots",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4117",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
},
{
- "id": "4133",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9303",
+ "durability": null,
+ "name": "Mystic boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4118"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "9",
+ "high_alchemy": "14",
+ "weight": "1.3",
+ "equipment_slot": "10",
+ "grand_exchange_price": "359",
+ "name": "Bronze boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4119",
+ "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "359",
+ "durability": null,
+ "name": "Bronze boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4120"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "33",
+ "high_alchemy": "50",
+ "weight": "1.3",
+ "equipment_slot": "10",
+ "grand_exchange_price": "17000",
+ "name": "Iron boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4121",
+ "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "17000",
+ "durability": null,
+ "name": "Iron boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4122"
+ },
+ {
+ "requirements": "{1,5}",
+ "ge_buy_limit": "100",
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1.3",
+ "equipment_slot": "10",
+ "grand_exchange_price": "258",
+ "name": "Steel boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4123",
+ "bonuses": "0,0,0,-3,-1,5,6,7,0,0,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "258",
+ "durability": null,
+ "name": "Steel boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4124"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "100",
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "230",
+ "high_alchemy": "345",
+ "weight": "1.3",
+ "equipment_slot": "10",
+ "grand_exchange_price": "317",
+ "name": "Black boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4125",
+ "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "317",
+ "durability": null,
+ "name": "Black boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4126"
+ },
+ {
+ "requirements": "{1,20}",
+ "ge_buy_limit": "100",
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "312",
+ "high_alchemy": "468",
+ "weight": "1",
+ "equipment_slot": "10",
+ "grand_exchange_price": "580",
+ "name": "Mithril boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4127",
+ "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "580",
+ "durability": null,
+ "name": "Mithril boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4128"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "100",
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "1.3",
+ "equipment_slot": "10",
+ "grand_exchange_price": "1336",
+ "name": "Adamant boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4129",
+ "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1336",
+ "durability": null,
+ "name": "Adamant boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4130"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "100",
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "5000",
+ "high_alchemy": "7500",
+ "weight": "1.3",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "7474",
+ "name": "Rune boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4131",
+ "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7474",
+ "durability": null,
+ "name": "Rune boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4132"
+ },
+ {
+ "durability": null,
"name": "Crawling hand",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4133"
},
{
- "id": "4134",
- "name": "Cave crawler",
"examine": "A spiky crawling critter. (level 23) Not very tasty-looking. (level 138)",
+ "durability": null,
+ "name": "Cave crawler",
"archery_ticket_price": "0",
"attack_speed": "3",
- "durability": null
+ "id": "4134"
},
{
- "id": "4135",
- "name": "Banshee",
"examine": "A tortured screaming soul.",
+ "durability": null,
+ "name": "Banshee",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4135"
},
{
- "id": "4136",
- "name": "Rockslug",
"examine": "The slime of evil.",
+ "durability": null,
+ "name": "Rockslug",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4136"
},
{
- "id": "4137",
- "name": "Cockatrice",
"examine": "The winged reptile.",
+ "durability": null,
+ "name": "Cockatrice",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4137"
},
{
- "id": "4138",
- "name": "Pyrefiend",
"examine": "A small fire demon.",
+ "durability": null,
+ "name": "Pyrefiend",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4138"
},
{
- "id": "4139",
- "name": "Basilisk",
"examine": "The eyes of evil.",
+ "durability": null,
+ "name": "Basilisk",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4139"
},
{
- "id": "4140",
- "name": "Infernal mage",
"examine": "An evil magic user.",
+ "durability": null,
+ "name": "Infernal mage",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4140"
},
{
- "id": "4141",
- "name": "Bloodveld",
"examine": "The tongue of evil.",
+ "durability": null,
+ "name": "Bloodveld",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4141"
},
{
- "id": "4142",
- "name": "Jelly",
"examine": "• Needs cream.....• Wibbly.• Wobbly...• There's always room for jelly.• Doesn't look so tough...• Looks scared to see me.",
+ "durability": null,
+ "name": "Jelly",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4142"
},
{
- "id": "4143",
+ "durability": null,
"name": "Turoth",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4143"
},
{
- "id": "4144",
- "name": "Abberant spectre",
"examine": "A very smelly ghost.",
+ "durability": null,
+ "name": "Abberant spectre",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4144"
},
{
- "id": "4145",
- "name": "Dust devil",
"examine": "The vacuumed face of evil.",
+ "durability": null,
+ "name": "Dust devil",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4145"
},
{
- "id": "4146",
+ "durability": null,
"name": "Kurask",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4146"
},
{
- "id": "4147",
- "name": "Gargoyle",
"examine": "Flies like a rock.",
+ "durability": null,
+ "name": "Gargoyle",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4147"
},
{
- "id": "4148",
+ "durability": null,
"name": "Nechryael",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4148"
},
{
- "id": "4149",
- "name": "Abyssal demon",
"examine": "A denizen of the Abyss!",
+ "durability": null,
+ "name": "Abyssal demon",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "4149"
},
{
- "id": "4150",
- "name": "Broad arrows",
+ "shop_price": "90",
"examine": "Arrows with a wider than normal tip.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,28,0,0",
"durability": null,
- "shop_price": "90"
+ "name": "Broad arrows",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "4150",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,28,0,0"
},
{
- "id": "4151",
- "name": "Abyssal whip",
- "examine": "A weapon from the Abyss.",
- "archery_ticket_price": "0",
- "attack_anims": "1658,1658,1658,1658",
- "attack_audios": "2720,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0",
- "defence_anim": "1659",
- "durability": null,
- "equip_audio": "2249",
- "equipment_slot": "3",
"ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "620",
- "requirements": "{0,70}",
- "run_anim": "1661",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
"turn90cw_anim": "821",
+ "examine": "A weapon from the Abyss.",
"walk_anim": "1660",
- "weapon_interface": "11",
- "weight": "0.45"
- },
- {
- "id": "4152",
- "name": "Abyssal whip",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4153",
- "name": "Granite maul",
- "examine": "Simplicity is the best weapon.",
- "archery_ticket_price": "0",
- "attack_anims": "1665,1665,1665,1665",
- "attack_audios": "2714,0,0,0",
- "attack_speed": "7",
- "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0",
- "defence_anim": "1666",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
"has_special": "true",
- "lendable": "true",
"rare_item": "true",
- "render_anim": "27",
- "requirements": "{0,50}-{2,50}",
- "run_anim": "1664",
- "stand_anim": "1662",
- "stand_turn_anim": "823",
+ "low_alchemy": "48000",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "1659",
+ "equipment_slot": "3",
+ "attack_anims": "1658,1658,1658,1658",
+ "destroy_message": "",
+ "grand_exchange_price": "413500",
+ "stand_anim": "808",
"tradeable": "true",
- "turn180_anim": "1663",
- "turn90ccw_anim": "1663",
- "turn90cw_anim": "1663",
- "two_handed": "true",
- "walk_anim": "1663",
- "weapon_interface": "10",
- "weight": "4.5"
+ "run_anim": "1661",
+ "archery_ticket_price": "0",
+ "id": "4151",
+ "stand_turn_anim": "823",
+ "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "72000",
+ "weight": "0.45",
+ "weapon_interface": "11",
+ "equip_audio": "2249",
+ "render_anim": "620",
+ "lendable": "true",
+ "attack_audios": "2720,0,0,0",
+ "name": "Abyssal whip"
},
{
- "id": "4154",
- "name": "Granite maul",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10",
- "tradeable": "true"
+ "grand_exchange_price": "413500",
+ "durability": null,
+ "name": "Abyssal whip",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4152"
},
{
- "id": "4155",
- "name": "Enchanted gem",
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1663",
+ "examine": "Simplicity is the best weapon.",
+ "walk_anim": "1663",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "20000",
+ "turn90ccw_anim": "1663",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1663",
+ "defence_anim": "1666",
+ "equipment_slot": "3",
+ "attack_anims": "1665,1665,1665,1665",
+ "grand_exchange_price": "29900",
+ "stand_anim": "1662",
+ "tradeable": "true",
+ "run_anim": "1664",
+ "archery_ticket_price": "0",
+ "id": "4153",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0",
+ "requirements": "{0,50}-{2,50}",
+ "durability": null,
+ "high_alchemy": "30000",
+ "weight": "4.5",
+ "weapon_interface": "10",
+ "render_anim": "27",
+ "lendable": "true",
+ "attack_audios": "2714,0,0,0",
+ "name": "Granite maul"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "29900",
+ "durability": null,
+ "name": "Granite maul",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4154"
+ },
+ {
+ "shop_price": "1",
"examine": "I can contact the Slayer Masters with this.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "1"
+ "name": "Enchanted gem",
+ "archery_ticket_price": "0",
+ "id": "4155"
},
{
- "id": "4156",
- "name": "Mirror shield",
- "examine": "I can just about see things in this shield's reflection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,5,5,10,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
"requirements": "{1,20}-{18,25}",
"shop_price": "5000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "4157",
+ "ge_buy_limit": "100",
+ "examine": "I can just about see things in this shield's reflection.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "2.2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "3318",
"name": "Mirror shield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4158",
- "name": "Leaf-bladed spear",
- "examine": "A spear with a leaf-shaped point.",
- "alchemizable": "true",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "47,42,36,0,0,1,1,0,0,0,0,50,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,55}-{18,50}",
- "run_anim": "1210",
- "shop_price": "31000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2"
- },
- {
- "id": "4159",
- "name": "Leaf-bladed spear",
- "examine": "A spear with a leaf-shaped point.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "requirements": "{0,55}-{18,50}",
- "shop_price": "31000",
- "weight": "2"
- },
- {
- "id": "4160",
- "name": "Broad arrow",
- "examine": "Arrows with a wider than normal tip.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
- "durability": null,
- "equipment_slot": "13",
- "requirements": "{18,55}-{4,50}",
- "shop_price": "90"
- },
- {
- "id": "4161",
- "name": "Bag of salt",
- "examine": "A bag of salt.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "10",
- "tradeable": "true"
- },
- {
- "id": "4162",
- "name": "Rock hammer",
- "examine": "I can even smash stone with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "shop_price": "500",
"tradeable": "true",
- "weight": "2.2"
+ "archery_ticket_price": "0",
+ "id": "4156",
+ "bonuses": "0,0,0,0,0,10,15,5,5,10,5,0,0,0,0"
},
{
- "id": "4163",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3318",
+ "durability": null,
+ "name": "Mirror shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4157"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A spear with a leaf-shaped point.",
+ "walk_anim": "1205",
+ "low_alchemy": "12400",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "4158",
+ "stand_turn_anim": "1209",
+ "bonuses": "47,42,36,0,0,1,1,0,0,0,0,50,0,0,0",
+ "requirements": "{0,55}-{18,50}",
+ "shop_price": "31000",
+ "durability": null,
+ "high_alchemy": "18600",
+ "weight": "2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Leaf-bladed spear"
+ },
+ {
+ "requirements": "{0,55}-{18,50}",
+ "shop_price": "31000",
+ "examine": "A spear with a leaf-shaped point.",
+ "durability": null,
+ "name": "Leaf-bladed spear",
+ "low_alchemy": "12400",
+ "high_alchemy": "18600",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "attack_speed": "5",
+ "id": "4159",
+ "equipment_slot": "3"
+ },
+ {
+ "requirements": "{18,55}-{4,50}",
+ "shop_price": "90",
+ "examine": "Arrows with a wider than normal tip.",
+ "durability": null,
+ "name": "Broad arrow",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "4160",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
+ "equipment_slot": "13"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "100",
+ "examine": "A bag of salt.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Bag of salt",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "4161"
+ },
+ {
+ "shop_price": "500",
+ "ge_buy_limit": "100",
+ "examine": "I can even smash stone with this.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "2.2",
+ "equipment_slot": "3",
+ "grand_exchange_price": "140",
"name": "Rock hammer",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4162"
},
{
- "id": "4164",
- "name": "Face mask",
- "examine": "Stops me breathing in too much dust.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
"ge_buy_limit": "100",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Rock hammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4163"
+ },
+ {
"requirements": "{18,10}",
"shop_price": "200",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "4165",
- "name": "Face mask",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4166",
- "name": "Earmuffs",
- "examine": "These will protect my ears from loud noise.",
- "archery_ticket_price": "0",
+ "examine": "Stops me breathing in too much dust.",
"durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.1",
"equipment_slot": "0",
+ "grand_exchange_price": "615",
+ "name": "Face mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4164"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "615",
+ "durability": null,
+ "name": "Face mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4165"
+ },
+ {
"requirements": "{18,15}",
"shop_price": "200",
- "tradeable": "true",
- "weight": "2.6"
- },
- {
- "id": "4167",
- "name": "Earmuffs",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4168",
- "name": "Nose peg",
- "examine": "Protects me from any bad smells.",
- "archery_ticket_price": "0",
+ "examine": "These will protect my ears from loud noise.",
"durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "2.6",
"equipment_slot": "0",
+ "grand_exchange_price": "484",
+ "name": "Earmuffs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4166"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "484",
+ "durability": null,
+ "name": "Earmuffs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4167"
+ },
+ {
"requirements": "{18,60}",
"shop_price": "200",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "4169",
+ "ge_buy_limit": "100",
+ "examine": "Protects me from any bad smells.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "523",
"name": "Nose peg",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4168"
},
{
- "id": "4170",
- "name": "Slayer's staff",
- "examine": "An old and magical staff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "4",
- "bonuses": "7,-1,25,12,0,2,3,1,10,0,0,35,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
"ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{18,55}-{6,50}",
- "run_anim": "1210",
- "shop_price": "21000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
+ "grand_exchange_price": "523",
+ "durability": null,
+ "name": "Nose peg",
"tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
+ "archery_ticket_price": "0",
+ "id": "4169"
+ },
+ {
+ "ge_buy_limit": "100",
"turn90cw_anim": "1207",
+ "examine": "An old and magical staff.",
"walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "1.8"
- },
- {
- "id": "4171",
- "name": "Slayer's staff",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4172",
- "name": "Broad arrows",
- "examine": "Arrows with a wider than normal tip.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "90"
- },
- {
- "id": "4173",
- "name": "Broad arrows",
- "examine": "Arrows with a wider than normal tip.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "90"
- },
- {
- "id": "4174",
- "name": "Broad arrows",
- "examine": "Arrows with a wider than normal tip.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "90"
- },
- {
- "id": "4175",
- "name": "Broad arrows",
- "examine": "Arrows with a wider than normal tip.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "90"
- },
- {
- "id": "4178",
- "name": "Abyssal whip",
- "examine": "A weapon from the Abyss.",
- "archery_ticket_price": "0",
+ "low_alchemy": "8400",
+ "turn90ccw_anim": "1208",
"attack_speed": "4",
- "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0",
- "durability": null,
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "620",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "12100",
+ "stand_anim": "813",
"tradeable": "true",
- "weight": "0.45"
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "4170",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,25,12,0,2,3,1,10,0,0,35,0,0,0",
+ "requirements": "{18,55}-{6,50}",
+ "shop_price": "21000",
+ "durability": null,
+ "high_alchemy": "12600",
+ "weight": "1.8",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Slayer's staff"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12100",
+ "durability": null,
+ "name": "Slayer's staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4171"
+ },
+ {
+ "shop_price": "90",
+ "examine": "Arrows with a wider than normal tip.",
+ "durability": null,
+ "name": "Broad arrows",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "4172",
+ "equipment_slot": "13"
+ },
+ {
+ "shop_price": "90",
+ "examine": "Arrows with a wider than normal tip.",
+ "durability": null,
+ "name": "Broad arrows",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "4173",
+ "equipment_slot": "13"
+ },
+ {
+ "shop_price": "90",
+ "examine": "Arrows with a wider than normal tip.",
+ "durability": null,
+ "name": "Broad arrows",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "4174",
+ "equipment_slot": "13"
+ },
+ {
+ "shop_price": "90",
+ "examine": "Arrows with a wider than normal tip.",
+ "durability": null,
+ "name": "Broad arrows",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "4175",
+ "equipment_slot": "13"
+ },
+ {
+ "examine": "A weapon from the Abyss.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "weight": "0.45",
+ "attack_speed": "4",
+ "render_anim": "620",
+ "lendable": "true",
+ "grand_exchange_price": "388392",
+ "name": "Abyssal whip",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4178",
+ "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0"
},
{
- "id": "4179",
- "name": "Stick",
"examine": "A big, bad troll.",
+ "durability": null,
+ "name": "Stick",
"archery_ticket_price": "0",
"attack_speed": "6",
- "durability": null
+ "id": "4179"
},
{
- "id": "4180",
- "name": "Dragon platelegs",
"examine": "Looks pretty heavy.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0",
"durability": null,
+ "low_alchemy": "108000",
+ "high_alchemy": "162000",
+ "weight": "9",
+ "absorb": "3,0,6",
"lendable": "true",
+ "grand_exchange_price": "165900",
+ "name": "Dragon platelegs",
"tradeable": "true",
- "weight": "9"
+ "archery_ticket_price": "0",
+ "id": "4180",
+ "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
},
{
- "id": "4181",
+ "durability": null,
"name": "Mouth grip",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "4181",
"equipment_slot": "3"
},
{
- "id": "4182",
- "name": "Goutweed",
"examine": "A pale, tough looking herb.",
+ "durability": null,
+ "name": "Goutweed",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4182"
},
{
- "id": "4183",
- "name": "Star amulet",
"examine": "A six-pointed marble and obsidian amulet",
+ "durability": null,
+ "name": "Star amulet",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4183"
},
{
- "id": "4184",
+ "examine": "Upon close examination, this seems to be a key.",
+ "durability": null,
"name": "Cavern key",
- "examine": "Upon close examination, this seems to be a key.",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4184"
},
{
- "id": "4185",
+ "examine": "Upon close examination, this seems to be a key.",
+ "durability": null,
"name": "Tower key",
- "examine": "Upon close examination, this seems to be a key.",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4185"
},
{
- "id": "4186",
+ "examine": "Upon close examination, this seems to be a key.",
+ "durability": null,
"name": "Shed key",
- "examine": "Upon close examination, this seems to be a key.",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4186"
},
{
- "id": "4187",
- "name": "Marble amulet",
"examine": "Triangular in shape, made from marble, and as large as your hand.",
+ "durability": null,
+ "name": "Marble amulet",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4187"
},
{
- "id": "4188",
- "name": "Obsidian amulet",
"examine": "Triangular in shape, made from obsidian, and as large as your hand.",
+ "durability": null,
+ "name": "Obsidian amulet",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4188"
},
{
- "id": "4189",
- "name": "Garden cane",
"examine": "A length of garden cane.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.1"
+ "name": "Garden cane",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4189"
},
{
- "id": "4190",
+ "examine": "See article",
+ "durability": null,
"name": "Garden brush",
- "examine": "A typical garden brush.",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "4190"
},
{
- "id": "4191",
+ "examine": "See article",
+ "durability": null,
"name": "Extended brush",
- "examine": "A typical garden brush, with a cane tied to it.",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "4191"
},
{
- "id": "4192",
+ "examine": "See article",
+ "durability": null,
"name": "Extended brush",
- "examine": "A typical garden brush, with two canes tied to it.",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "4192"
},
{
+ "examine": "See article",
+ "durability": null,
+ "name": "Extended brush",
+ "weight": "1",
+ "archery_ticket_price": "0",
"id": "4193",
- "name": "Extended brush",
- "examine": "A typical garden brush, with three canes tied to it.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1"
+ "equipment_slot": "3"
},
{
- "id": "4195",
- "name": "Arms",
"examine": "A pair of limp, dead arms.",
- "alchemizable": "true",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "2"
+ "name": "Arms",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4195"
},
{
- "id": "4196",
- "name": "Legs",
"examine": "A pair of lifeless, rotting legs.",
- "alchemizable": "true",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4197",
- "name": "Decapitated head",
- "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.",
- "alchemizable": "true",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "3"
- },
- {
- "id": "4198",
- "name": "Decapitated head",
- "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.",
- "alchemizable": "true",
+ "name": "Legs",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
+ "id": "4196"
},
{
- "id": "4199",
- "name": "Pickled brain",
+ "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.",
+ "durability": null,
+ "name": "Decapitated head",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "4197"
+ },
+ {
+ "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.",
+ "durability": null,
+ "name": "Decapitated head",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "4198"
+ },
+ {
+ "shop_price": "50",
"examine": "A pickled brain, submerged inside a jar of vinegar.",
- "alchemizable": "true",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "50"
+ "name": "Pickled brain",
+ "archery_ticket_price": "0",
+ "id": "4199"
},
{
- "id": "4200",
- "name": "Conductor mould",
"examine": "A mould for making silver lightning conductors.",
+ "durability": null,
+ "name": "Conductor mould",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4200"
},
{
- "id": "4201",
- "name": "Conductor",
"examine": "A silver lightning conductor.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "4"
+ "name": "Conductor",
+ "weight": "4",
+ "archery_ticket_price": "0",
+ "id": "4201"
},
{
- "id": "4202",
- "name": "Ring of charos",
- "examine": "The Ring of charos",
- "archery_ticket_price": "0",
- "destroy": "true",
"destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.",
+ "examine": "Unactivated: The Ring of charos.Activated: The power within this ring has been activated.",
"durability": null,
- "equipment_slot": "12",
- "tradeable": "false"
- },
- {
- "id": "4205",
- "name": "Consecration seed",
- "examine": "This consecration seed looks grey and dead.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4206",
- "name": "Consecration seed",
- "examine": "This consecration seed looks grey and dead.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4207",
- "name": "Crystal seed",
- "examine": "This crystal seed looks grey and dead.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4208",
- "name": "Crystal seed",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4209",
- "name": "Cadarn lineage",
- "examine": "A book on Cadarn clan history.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4212",
- "name": "New crystal bow",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4213",
- "name": "New crystal bow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4214",
- "name": "Crystal bow full",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4215",
- "name": "Crystal bow 9/10",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,96,0,0,0,0,0,0,0,0,0,68",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4216",
- "name": "Crystal bow 8/10",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,92,0,0,0,0,0,0,0,0,0,66",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4217",
- "name": "Crystal bow 7/10",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,88,0,0,0,0,0,0,0,0,0,64",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4218",
- "name": "Crystal bow 6/10",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,62",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4219",
- "name": "Crystal bow 5/10",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,80,0,0,0,0,0,0,0,0,0,60",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4220",
- "name": "Crystal bow 4/10",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,76,0,0,0,0,0,0,0,0,0,58",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4221",
- "name": "Crystal bow 3/10",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,72,0,0,0,0,0,0,0,0,0,56",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4222",
- "name": "Crystal bow 2/10",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,68,0,0,0,0,0,0,0,0,0,54",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4223",
- "name": "Crystal bow 1/10",
- "examine": "A nice sturdy magical bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "1352,1352,1352,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,64,0,0,0,0,0,0,0,0,0,52",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,70}-{16,50}",
- "shop_price": "900000",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "4224",
- "name": "New crystal shield",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "10",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "4225",
- "name": "Crystal shield full",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4226",
- "name": "Crystal shield 9/10",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,49,52,51,0,78,68,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4227",
- "name": "Crystal shield 8/10",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,47,50,49,0,76,66,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4228",
- "name": "Crystal shield 7/10",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,45,48,47,0,74,65,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4229",
- "name": "Crystal shield 6/10",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,43,46,45,0,72,63,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4230",
- "name": "Crystal shield 5/10",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,41,44,43,0,70,61,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4231",
- "name": "Crystal shield 4/10",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,39,42,41,0,68,59,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4232",
- "name": "Crystal shield 3/10",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,37,40,39,0,66,58,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4233",
- "name": "Crystal shield 2/10",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,35,38,37,0,64,56,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4234",
- "name": "Crystal shield 1/10",
- "examine": "A nice sturdy crystal shield.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,33,36,35,0,62,54,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,70}-{16,50}",
- "shop_price": "750000",
- "weight": "2"
- },
- {
- "id": "4235",
- "name": "New crystal shield",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4236",
- "name": "Signed oak bow",
- "examine": "This bow has been signed by Robin, Master Bowman.",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "2588",
- "requirements": "{4,5}",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "2"
- },
- {
- "id": "4237",
- "name": "Nettle-water",
- "examine": "It's a bowl of water, with some nettles in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "4239",
- "name": "Nettle tea",
- "examine": "It's a bowl of nettle tea.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "4240",
- "name": "Nettle tea",
- "examine": "It's a bowl of milky nettle tea.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "4241",
- "name": "Nettles",
- "examine": "A handful of nettles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4242",
- "name": "Cup of tea",
- "examine": "A nice cup of nettle tea.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
+ "name": "Ring of charos",
"tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "4243",
- "name": "Cup of tea",
- "examine": "A milky cup of nettle tea.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "4244",
- "name": "Porcelain cup",
- "examine": "A porcelain cup.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4245",
- "name": "Cup of tea",
- "examine": "Some nettle tea in a porcelain cup.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "4246",
- "name": "Cup of tea",
- "examine": "Some milky nettle tea in a porcelain cup.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "4247",
- "name": "Mystical robes",
- "examine": "The Robes of Necrovarus.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2.3"
- },
- {
- "id": "4248",
- "name": "Book of haricanto",
- "examine": "The Book of Haricanto.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "4249",
- "name": "Translation manual",
- "examine": "A translation manual.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "32",
- "weight": "1"
- },
- {
- "id": "4250",
- "name": "Ghostspeak amulet",
- "examine": "The amulet of ghostspeak glows green from the crone's enchantment.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "4251",
- "name": "Ectophial",
- "examine": "The Ectophial.",
- "archery_ticket_price": "0",
- "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4252",
- "name": "Ectophial",
- "examine": "The Ectophial.",
- "archery_ticket_price": "0",
- "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4253",
- "name": "Model ship",
- "examine": "A small wooden ship. / A small wooden ship with a silk flag.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4254",
- "name": "Model ship",
- "examine": "A small wooden ship. / A small wooden ship with a silk flag.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4255",
- "name": "Bonemeal",
- "examine": "A pot of crushed bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4256",
- "name": "Bonemeal",
- "examine": "A pot of crushed small ninja monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4257",
- "name": "Bonemeal",
- "examine": "A pot of crushed wolf bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4258",
- "name": "Bonemeal",
- "examine": "A pot of crushed burnt bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4259",
- "name": "Bonemeal",
- "examine": "A pot of crushed burnt jogre bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4260",
- "name": "Bonemeal",
- "examine": "A pot of crushed monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4261",
- "name": "Bonemeal",
- "examine": "A pot of crushed bat bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4262",
- "name": "Bonemeal",
- "examine": "A pot of crushed big bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4263",
- "name": "Bonemeal",
- "examine": "A pot of crushed jogre bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4264",
- "name": "Bonemeal",
- "examine": "A pot of crushed zogre bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4265",
- "name": "Bonemeal",
- "examine": "A pot of crushed shaikahan bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4266",
- "name": "Bonemeal",
- "examine": "A pot of crushed baby dragon bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4267",
- "name": "Bonemeal",
- "examine": "A pot of crushed wyvern bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4268",
- "name": "Bonemeal",
- "examine": "A pot of crushed dragon bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4269",
- "name": "Bonemeal",
- "examine": "A pot of crushed [type of bones].",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4270",
- "name": "Bonemeal",
- "examine": "A pot of crushed medium ninja monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4271",
- "name": "Bonemeal",
- "examine": "A pot of crushed Dagannoth-king bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4272",
- "name": "Bone key",
- "examine": "A key fashioned from a shard of bone. (Shilo Village)",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "4274",
- "name": "Map scrap",
- "examine": "A section from some kind of map.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4275",
- "name": "Map scrap",
- "examine": "A section from some kind of map.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4276",
- "name": "Map scrap",
- "examine": "A section from some kind of map.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4277",
- "name": "Treasure map",
- "examine": "A complete treasure map.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4278",
- "name": "Ecto-token",
- "examine": "A token with ectoplasm on it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4283",
- "name": "Petition form",
- "examine": "A scroll of paper containing signatures.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4284",
- "name": "Bedsheet",
- "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "4285",
- "name": "Bedsheet",
- "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "4286",
- "name": "Bucket of slime",
- "examine": "It's a bucket of ectoplasm.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "4287",
- "name": "Raw beef",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "58",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "4288",
- "name": "Raw beef",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "4289",
- "name": "Raw chicken",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "60",
- "tradeable": "true",
- "weight": "0.15"
- },
- {
- "id": "4290",
- "name": "Raw chicken",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "4291",
- "name": "Cooked chicken",
- "examine": "Mmm this looks tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "4292",
- "name": "Cooked chicken",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "4293",
- "name": "Cooked meat",
- "examine": "Mmm this looks tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "4294",
- "name": "Cooked meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "4295",
- "name": "Female h.a.m.",
- "examine": "A member of the 'Humans Against Monsters' group.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4297",
- "name": "Male h.a.m.",
- "examine": "A member of the 'Humans Against Monsters' group.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4298",
- "name": "Ham shirt",
- "examine": "The label says 'Vivid Crimson', but it looks like pink to me!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4299",
- "name": "Ham shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4300",
- "name": "Ham robe",
- "examine": "The label says 'Vivid Crimson', but it looks like pink to me!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4301",
- "name": "Ham robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4302",
- "name": "Ham hood",
- "examine": "Light-weight head protection and eye shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4303",
- "name": "Ham hood",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4304",
- "name": "Ham cloak",
- "examine": "A HAM cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4305",
- "name": "Ham cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4306",
- "name": "H.a.m logo",
- "examine": "A badge for the HAM cult.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "4307",
- "name": "H.a.m logo",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4308",
- "name": "Gloves",
- "examine": "Gloves worn by the Humans Against Monsters group.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4309",
- "name": "Gloves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4310",
- "name": "Boots",
- "examine": "Boots worn by the Humans Against Monsters group.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4311",
- "name": "Boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4313",
- "name": "Crystal of seren",
- "examine": "A book on elven crystal.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4315",
- "name": "Team-1 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4316",
- "name": "Team-1 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4317",
- "name": "Team-2 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4318",
- "name": "Team-2 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4319",
- "name": "Team-3 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4320",
- "name": "Team-3 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4321",
- "name": "Team-4 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4322",
- "name": "Team-4 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4323",
- "name": "Team-5 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4324",
- "name": "Team-5 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4325",
- "name": "Team-6 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4326",
- "name": "Team-6 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4327",
- "name": "Team-7 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4328",
- "name": "Team-7 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4329",
- "name": "Team-8 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4330",
- "name": "Team-8 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4331",
- "name": "Team-9 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4332",
- "name": "Team-9 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4333",
- "name": "Team-10 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4334",
- "name": "Team-10 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4335",
- "name": "Team-11 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4336",
- "name": "Team-11 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4337",
- "name": "Team-12 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4338",
- "name": "Team-12 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4339",
- "name": "Team-13 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4340",
- "name": "Team-13 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4341",
- "name": "Team-14 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4342",
- "name": "Team-14 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4343",
- "name": "Team-15 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4344",
- "name": "Team-15 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4345",
- "name": "Team-16 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4346",
- "name": "Team-16 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4347",
- "name": "Team-17 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4348",
- "name": "Team-17 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4349",
- "name": "Team-18 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4350",
- "name": "Team-18 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4351",
- "name": "Team-19 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4352",
- "name": "Team-19 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4353",
- "name": "Team-20 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4354",
- "name": "Team-20 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4355",
- "name": "Team-21 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4356",
- "name": "Team-21 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4357",
- "name": "Team-22 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4358",
- "name": "Team-22 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4359",
- "name": "Team-23 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4360",
- "name": "Team-23 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4361",
- "name": "Team-24 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4362",
- "name": "Team-24 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4363",
- "name": "Team-25 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4364",
- "name": "Team-25 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4365",
- "name": "Team-26 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4366",
- "name": "Team-26 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4367",
- "name": "Team-27 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4368",
- "name": "Team-27 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4369",
- "name": "Team-28 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4370",
- "name": "Team-28 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4371",
- "name": "Team-29 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4372",
- "name": "Team-29 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4373",
- "name": "Team-30 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4374",
- "name": "Team-30 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4375",
- "name": "Team-31 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4376",
- "name": "Team-31 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4377",
- "name": "Team-32 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4378",
- "name": "Team-32 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4379",
- "name": "Team-33 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4380",
- "name": "Team-33 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4381",
- "name": "Team-34 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4382",
- "name": "Team-34 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4383",
- "name": "Team-35 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4384",
- "name": "Team-35 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4385",
- "name": "Team-36 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4386",
- "name": "Team-36 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4387",
- "name": "Team-37 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4388",
- "name": "Team-37 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4389",
- "name": "Team-38 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4390",
- "name": "Team-38 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4391",
- "name": "Team-39 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4392",
- "name": "Team-39 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4393",
- "name": "Team-40 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4394",
- "name": "Team-40 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4395",
- "name": "Team-41 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4396",
- "name": "Team-41 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4397",
- "name": "Team-42 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4398",
- "name": "Team-42 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4399",
- "name": "Team-43 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4400",
- "name": "Team-43 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4401",
- "name": "Team-44 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4402",
- "name": "Team-44 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4403",
- "name": "Team-45 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4404",
- "name": "Team-45 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4405",
- "name": "Team-46 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4406",
- "name": "Team-46 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4407",
- "name": "Team-47 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4408",
- "name": "Team-47 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4409",
- "name": "Team-48 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4410",
- "name": "Team-48 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4411",
- "name": "Team-49 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4412",
- "name": "Team-49 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4413",
- "name": "Team-50 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4414",
- "name": "Team-50 cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4415",
- "name": "Blunt axe",
- "examine": "A jungle forester's blunt axe.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "4416",
- "name": "Herbal tincture",
- "examine": "A strong medicinal brew for heavy chests.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "4417",
- "name": "Guthix rest(4)",
- "examine": "A cup of Guthix rest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4418",
- "name": "Guthix rest(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4419",
- "name": "Guthix rest(3)",
- "examine": "A cup of Guthix rest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4420",
- "name": "Guthix rest(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4421",
- "name": "Guthix rest(2)",
- "examine": "A cup of Guthix rest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4422",
- "name": "Guthix rest(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4423",
- "name": "Guthix rest(1)",
- "examine": "A cup of Guthix rest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4424",
- "name": "Guthix rest(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4425",
- "name": "Stodgy mattress",
- "examine": "A half-filled feather mattress.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "10"
- },
- {
- "id": "4426",
- "name": "Comfy mattress",
- "examine": "A comfy-looking feather mattress.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "15"
- },
- {
- "id": "4427",
- "name": "Iron oxide",
- "examine": "Looks like a bunch of rust to me.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4428",
- "name": "Animate rock scroll",
- "examine": "An animate rock spell is written on this parchment.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4430",
- "name": "Directionals",
- "examine": "The weathervane directions should now work.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4432",
- "name": "Ornament",
- "examine": "A fixed weathervane ornament.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4434",
- "name": "Weathervane pillar",
- "examine": "A fixed weathervane rotating pillar.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4435",
- "name": "Weather report",
- "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4436",
- "name": "Airtight pot",
- "examine": "This is pretty well sealed.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "4437",
- "name": "Airtight pot",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4438",
- "name": "Unfired pot lid",
- "examine": "This needs firing, then it should fit on a normal-sized pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4439",
- "name": "Unfired pot lid",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4440",
- "name": "Pot lid",
- "examine": "This should fit on a normal-sized pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4441",
- "name": "Pot lid",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4442",
- "name": "Breathing salts",
- "examine": "An airtight pot with something inside, most likely breathing salts.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4443",
- "name": "Chicken cage",
- "examine": "A large cage for transporting chickens.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4444",
- "name": "Sharpened axe",
- "examine": "A jungle forester's super sharp axe.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "4445",
- "name": "Red mahogany log",
- "examine": "Some mahogany logs which have been professionally cured.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "4446",
- "name": "Steel key ring",
- "examine": "I can store my keys here.",
- "archery_ticket_price": "0",
"destroy": "true",
- "destroy_message": "You can get another key ring from Yanni Salika in Shilo Village.",
- "durability": null,
- "shop_price": "500",
- "tradeable": "false"
- },
- {
- "id": "4447",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
"archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4456",
- "name": "Bowl of hot water",
- "examine": "It's a bowl of hot water.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4457",
- "name": "Bowl of hot water",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4458",
- "name": "Cup of water",
- "examine": "A cup of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4459",
- "name": "Cup of water",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4460",
- "name": "Cup of hot water",
- "examine": "It's hot!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4461",
- "name": "Cup of hot water",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4462",
- "name": "Ruined herb tea",
- "examine": "A ruined herb tea.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4463",
- "name": "Ruined herb tea",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4464",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4465",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4466",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4467",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4468",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4469",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4470",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4471",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4472",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4473",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4474",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4475",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4476",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4477",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4478",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4479",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4480",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4481",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4482",
- "name": "Herb tea mix",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4483",
- "name": "Herb tea mix",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4484",
- "name": "Safety guarantee",
- "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160"
- },
- {
- "id": "4485",
- "name": "White pearl",
- "examine": "This fruit is known as White Pearl. Should taste good.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4486",
- "name": "White pearl seed",
- "examine": "You can grow this seed even in cold mountain ranges!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "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.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4488",
- "name": "Corpse of woman",
- "examine": "The corpse of a woman who died long ago.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4489",
- "name": "Asleif's necklace",
- "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4490",
- "name": "Mud",
- "examine": "Marginally better than egg on your face.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4492",
- "name": "Muddy rock",
- "examine": "A muddy rock.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4494",
- "name": "Pole",
- "examine": "It's just a long stick, really.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4495",
- "name": "Pole",
- "examine": "It's just a long stick, really.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4496",
- "name": "Broken pole",
- "examine": "Splintered into pieces, it has become completely useless to you.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4498",
- "name": "Rope",
- "examine": "A coil of rope.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "18",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "4499",
- "name": "Rope",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4500",
- "name": "Pole",
- "examine": "It's just a long stick, really.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "4501",
- "name": "Pole",
- "examine": "It's just a long stick, really.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "4502",
- "name": "Bearhead",
- "examine": "Quite ferocious looking.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-3,12,14,10,7,9,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Hamal, the Chieftain of the Mountain Camp, can replace this.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "3000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "4503",
- "name": "Decorative sword",
- "examine": "A very decorative sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0",
- "castle_wars_ticket_price": "50",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "1",
- "requirements": "{0,20}",
- "run_anim": "824",
- "shop_price": "50",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6",
- "weight": "1"
- },
- {
- "id": "4504",
- "name": "Decorative armour",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0",
- "castle_wars_ticket_price": "80",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}"
- },
- {
- "id": "4505",
- "name": "Decorative armour",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0",
- "castle_wars_ticket_price": "60",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,20}"
- },
- {
- "id": "4506",
- "name": "Decorative helm",
- "examine": "A very decorative helm.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0",
- "castle_wars_ticket_price": "40",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,20}",
- "shop_price": "40",
- "weight": "1"
- },
- {
- "id": "4507",
- "name": "Decorative shield",
- "examine": "A very decorative shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0",
- "castle_wars_ticket_price": "60",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,20}",
- "shop_price": "60"
- },
- {
- "id": "4508",
- "name": "Decorative sword",
- "examine": "A very decorative sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0",
- "castle_wars_ticket_price": "500",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "1",
- "requirements": "{0,30}",
- "run_anim": "824",
- "shop_price": "50",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6",
- "weight": "1"
- },
- {
- "id": "4509",
- "name": "Decorative armour",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0",
- "castle_wars_ticket_price": "800",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,30}"
- },
- {
- "id": "4510",
- "name": "Decorative armour",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0",
- "castle_wars_ticket_price": "600",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,30}"
- },
- {
- "id": "4511",
- "name": "Decorative helm",
- "examine": "A very decorative helm.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0",
- "castle_wars_ticket_price": "400",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,30}",
- "shop_price": "40",
- "weight": "1"
- },
- {
- "id": "4512",
- "name": "Decorative shield",
- "examine": "A very decorative shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "castle_wars_ticket_price": "600",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,30}",
- "shop_price": "60"
- },
- {
- "id": "4513",
- "name": "Castlewars hood",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0",
- "castle_wars_ticket_price": "10",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true"
- },
- {
- "id": "4514",
- "name": "Castlewars cloak",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "castle_wars_ticket_price": "10",
- "durability": null,
- "equipment_slot": "1"
- },
- {
- "id": "4515",
- "name": "Castlewars hood",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0",
- "castle_wars_ticket_price": "10",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true"
- },
- {
- "id": "4516",
- "name": "Castlewars cloak",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "castle_wars_ticket_price": "10",
- "durability": null,
- "equipment_slot": "1"
- },
- {
- "id": "4517",
- "name": "Giant frog legs",
- "examine": "This could feed a family of gnomes for a week!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4518",
- "name": "Giant frog legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "4522",
- "name": "Oil lamp",
- "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{12,11}",
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4523",
- "name": "Oil lamp",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4524",
- "name": "Oil lamp",
- "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4525",
- "name": "Oil lamp",
- "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{12,11}",
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "4526",
- "name": "Oil lamp",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4527",
- "name": "Candle lantern",
- "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{4,11}",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4528",
- "name": "Candle lantern",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4529",
- "name": "Candle lantern",
- "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{4,11}",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4530",
- "name": "Candle lantern",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4531",
- "name": "Candle lantern",
- "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4532",
- "name": "Candle lantern",
- "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,11}",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4533",
- "name": "Candle lantern",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4534",
- "name": "Candle lantern",
- "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4535",
- "name": "Oil lantern",
- "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{11,26}",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4536",
- "name": "Oil lantern",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4537",
- "name": "Oil lantern",
- "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{11,26}",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4538",
- "name": "Oil lantern",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4539",
- "name": "Oil lantern",
- "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4540",
- "name": "Oil lantern frame",
- "examine": "Add the glass to complete.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "43",
- "tradeable": "true"
- },
- {
- "id": "4541",
- "name": "Oil lantern frame",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4542",
- "name": "Lantern lens",
- "examine": "A roughly circular disc of glass.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "88",
- "tradeable": "true"
- },
- {
- "id": "4543",
- "name": "Lantern lens",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4544",
- "name": "Bullseye lantern",
- "examine": "You need to add a lens before you can use it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "400",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "4545",
- "name": "Bullseye lantern",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4546",
- "name": "Bullseye lantern",
- "examine": "You need to add lamp oil before you can use it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{11,49}",
- "shop_price": "400",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "4547",
- "name": "Bullseye lantern",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4548",
- "name": "Bullseye lantern",
- "examine": "A sturdy steel lantern.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{11,49}",
- "shop_price": "400",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "4549",
- "name": "Bullseye lantern",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4550",
- "name": "Bullseye lantern",
- "examine": "A sturdy steel lantern casting a bright beam.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "400",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "4551",
- "name": "Spiny helmet",
- "examine": "You don't want to wear it inside-out.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "4552",
- "name": "Spiny helmet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4558",
- "name": "Blue sweets",
- "examine": "Remember to brush after eating!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4559",
- "name": "Deep blue sweets",
- "examine": "Remember to brush after eating!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4560",
- "name": "White sweets",
- "examine": "Remember to brush after eating!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4561",
- "name": "Purple sweets",
- "examine": "Remember to brush after eating!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4562",
- "name": "Red sweets",
- "examine": "Remember to brush after eating!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4563",
- "name": "Green sweets",
- "examine": "Remember to brush after eating!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4564",
- "name": "Pink sweets",
- "examine": "Remember to brush after eating!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4565",
- "name": "Basket of eggs",
- "examine": "Hand them out to spread the Easter happiness.",
- "archery_ticket_price": "0",
- "bankable": "true",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "fun_weapon": "true",
- "render_anim": "594",
- "run_anim": "1836",
- "stand_anim": "1837",
- "stand_turn_anim": "823",
- "tradeable": "false",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "1836",
- "weapon_interface": "12"
- },
- {
- "id": "4566",
- "name": "Rubber chicken",
- "examine": "Perhaps not the most powerful weapon in 2009Scape.",
- "archery_ticket_price": "0",
- "attack_anims": "1833,1833,1833,1833",
- "attack_audios": "2257,2257,2257",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "defence_anim": "1834",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "fun_weapon": "true",
- "weapon_interface": "12",
- "weight": "0.4"
- },
- {
- "id": "4567",
- "name": "Gold helmet",
- "examine": "Made of gold and white gold.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,10,20,0,10,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "weight": "31.7"
- },
- {
- "id": "4568",
- "name": "Dwarven lore",
- "examine": "This book is almost falling apart, you'll have to handle it quite carefully.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4569",
- "name": "Book page 1",
- "examine": "A missing page from Rolad's book! It seems to be the first one.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4570",
- "name": "Book page 2",
- "examine": "A missing page from Rolad's book! It seems to be the second one.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4571",
- "name": "Book page 3",
- "examine": "A missing page from Rolad's book! It seems to be the third one.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4572",
- "name": "Pages",
- "examine": "A collection of missing pages from Rolad's book!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4573",
- "name": "Pages",
- "examine": "A collection of missing pages from Rolad's book!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4574",
- "name": "Base schematics",
- "examine": "These are the base schematics of a dwarven multicannon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4580",
- "name": "Black spear",
- "examine": "A black tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,10}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "4581",
- "name": "Black spear",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4582",
- "name": "Black spear(p)",
- "examine": "A black tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,10}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "4583",
- "name": "Black spear(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4584",
- "name": "Black spear(kp)",
- "examine": "A Karambwan poisoned black tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,10}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "4585",
- "name": "Dragon plateskirt",
- "examine": "This looks pretty heavy.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "lendable": "true",
- "rare_item": "true",
- "requirements": "{1,60}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "4586",
- "name": "Dragon plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4587",
- "name": "Dragon scimitar",
- "examine": "A vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1",
- "requirements": "{0,60}",
- "run_anim": "824",
- "shop_price": "100000",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "4588",
- "name": "Dragon scimitar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4589",
- "name": "Keys",
- "examine": "Keys to the Mayor's house. (The Feud)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4590",
- "name": "Jewels",
- "examine": "The Mayor of Pollnivneach's wife's jewels.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4591",
- "name": "Karidian headpiece",
- "examine": "Wear it on your head.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "4593",
- "name": "Fake beard",
- "examine": "Makes me itch.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "4597",
- "name": "Note",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "tradeable": "true"
- },
- {
- "id": "4598",
- "name": "Note",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "tradeable": "true"
- },
- {
- "id": "4599",
- "name": "Oak-blackjack",
- "examine": "A handy little club made out of oak.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0",
- "defence_anim": "425",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "1",
- "weapon_interface": "10",
- "weight": "1.8"
- },
- {
- "id": "4600",
- "name": "Willow-blackjack",
- "examine": "A handy little club made out of willow.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,8,0,0,0",
- "defence_anim": "425",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "shop_price": "600",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "1"
- },
- {
- "id": "4601",
- "name": "Ugthanki dung",
- "examine": "Dung of the Camelus Horribleus variety.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.4"
- },
- {
- "id": "4602",
- "name": "Ugthanki dung",
- "examine": "Dung of the Camelus Horribleus variety.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.4"
- },
- {
- "id": "4603",
- "name": "Receipt",
- "examine": "A receipt for one 'Camelus Horribleus",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2"
- },
- {
- "id": "4604",
- "name": "Hag's poison",
- "examine": "A red viscous liquid in a vial.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "4605",
- "name": "Snake charm",
- "examine": "Makes a hissing sound.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "0.1"
- },
- {
- "id": "4606",
- "name": "Snake basket",
- "examine": "This is used to hold snakes.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4607",
- "name": "Snake basket full",
- "examine": "This basket contains a snake.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4608",
- "name": "Super kebab",
- "examine": "A meaty and very hot kebab.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "4609",
- "name": "Super kebab",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "4610",
- "name": "Red hot sauce",
- "examine": "The bottle feels warm.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "4611",
- "name": "Desert disguise",
- "examine": "A disguise suitable for the desert.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true"
- },
- {
- "id": "4612",
- "name": "Willow-blackjack",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "4613",
- "name": "Spinning plate",
- "examine": "It has a picture of a dragon on it.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "75"
- },
- {
- "id": "4614",
- "name": "Broken plate",
- "examine": "Alas...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4616",
- "name": "Varmen's notes",
- "examine": "An archaeologist's notes.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4617",
- "name": "Display cabinet key",
- "examine": "The museum curator's key (The Golem).",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4619",
- "name": "Strange implement",
- "examine": "It's pretty, but you wish you knew what it was.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4620",
- "name": "Black mushroom",
- "examine": "It looks horrible.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4621",
- "name": "Phoenix feather",
- "examine": "A long feather patterned like a flame.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4622",
- "name": "Black mushroom ink",
- "examine": "Black ink made out of mushrooms.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4623",
- "name": "Phoenix quill pen",
- "examine": "A phoenix feather dipped in ink.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4624",
- "name": "Golem program",
- "examine": "It reads 'YOUR TASK IS DONE'.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4627",
- "name": "Bandit's brew",
- "examine": "A cheeky little lager from the Bandit Camp.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true"
- },
- {
- "id": "4628",
- "name": "Bandit's brew",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4654",
- "name": "Etchings",
- "examine": "A copy of the engravings found on a mysterious stone tablet.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4655",
- "name": "Translation",
- "examine": "A rough translation made from archaeological etchings.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4656",
- "name": "Warm key",
- "examine": "This key is unusally warm to the touch.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4657",
- "name": "Ring of visibility",
- "examine": "A ring that allows you to see things that are normally invisible.",
- "archery_ticket_price": "0",
- "durability": null,
+ "id": "4202",
"equipment_slot": "12"
},
{
- "id": "4658",
- "name": "Silver pot",
- "examine": "A silver pot made by Ruantun.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "examine": "This consecration seed looks grey and dead.",
"durability": null,
- "tradeable": "false"
+ "name": "Consecration seed",
+ "archery_ticket_price": "0",
+ "id": "4205"
},
{
- "id": "4659",
- "name": "Blessed pot",
- "examine": "A silver pot made by Ruantun and blessed on Entrana.",
- "archery_ticket_price": "0",
+ "examine": "This consecration seed looks grey and dead.",
"durability": null,
- "weight": "2"
+ "name": "Consecration seed",
+ "archery_ticket_price": "0",
+ "id": "4206"
},
{
- "id": "4660",
- "name": "Silver pot",
- "examine": "A silver pot made by Ruantun filled with your blood.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "ge_buy_limit": "10",
+ "examine": "This crystal seed looks grey and dead.",
+ "grand_exchange_price": "92600",
"durability": null,
- "tradeable": "false"
- },
- {
- "id": "4661",
- "name": "Blessed pot",
- "examine": "A blessed silver pot made by Ruantun filled with your blood.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "4662",
- "name": "Silver pot",
- "examine": "A silver pot made by Ruantun filled with blood and garlic.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4663",
- "name": "Blessed pot",
- "examine": "A blessed silver pot filled with blood and garlic.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "4664",
- "name": "Silver pot",
- "examine": "A silver pot made by Ruantun filled with blood and spices.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4665",
- "name": "Blessed pot",
- "examine": "A blessed silver pot filled with blood and spices.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "4666",
- "name": "Silver pot",
- "examine": "A silver pot made by Ruantun filled with blood, garlic and spices.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4667",
- "name": "Blessed pot",
- "examine": "A blessed silver pot filled with blood, garlic and spices.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "4668",
- "name": "Garlic powder",
- "examine": "Finely ground garlic powder.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4670",
- "name": "Blood diamond",
- "examine": "The Diamond of Blood.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4671",
- "name": "Ice diamond",
- "examine": "The Diamond of Ice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4672",
- "name": "Smoke diamond",
- "examine": "The Diamond of Smoke.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4673",
- "name": "Shadow diamond",
- "examine": "The Diamond of Shadow.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "4674",
- "name": "Gilded cross",
- "examine": "An old and strangely shaped metal cross.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4675",
- "name": "Ancient staff",
- "examine": "A magical staff of ancient origin...",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "4",
- "bonuses": "10,-1,40,15,0,2,3,1,15,0,0,50,-1,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{0,50}-{6,50}",
- "run_anim": "1210",
- "shop_price": "80000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
+ "name": "Crystal seed",
"tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.25"
+ "archery_ticket_price": "0",
+ "id": "4207"
},
{
- "id": "4676",
- "name": "Ancient staff",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "92600",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4677",
- "name": "Catspeak amulet",
- "examine": "It's an amulet of cat speak. It makes vague purring noises.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "1.3"
- },
- {
- "id": "4678",
- "name": "Canopic jar",
- "examine": "Varies. See Types",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "4"
- },
- {
- "id": "4679",
- "name": "Canopic jar",
- "examine": "Varies. See Types",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "4"
- },
- {
- "id": "4680",
- "name": "Canopic jar",
- "examine": "Varies. See Types",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "4"
- },
- {
- "id": "4681",
- "name": "Canopic jar",
- "examine": "Varies. See Types",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "4"
- },
- {
- "id": "4682",
- "name": "Holy symbol",
- "examine": "A blessed holy symbol of Saradomin.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,0,8,0",
- "durability": null,
- "shop_price": "300",
- "tradeable": "true"
- },
- {
- "id": "4683",
- "name": "Unholy symbol",
- "examine": "An unholy symbol of Zamorak.",
- "archery_ticket_price": "0",
- "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,0,8,0",
- "durability": null,
- "shop_price": "135",
- "tradeable": "true"
- },
- {
- "id": "4684",
- "name": "Linen",
- "examine": "One sheet of mummy wrap.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "30",
- "weight": "0.9"
- },
- {
- "id": "4686",
- "name": "Embalming manual",
- "examine": "Little book of embalming by Bod E. Wrapper.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4687",
- "name": "Bucket of sap",
- "examine": "It's a bucket of sap.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "4689",
- "name": "Pile of salt",
- "examine": "A little heap of salt.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4691",
- "name": "Sphinx's token",
- "examine": "Miniature golden statue of a sphinx.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4692",
- "name": "Gold leaf",
- "examine": "A very delicate sheet of gold.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "130000",
+ "name": "Crystal seed",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "4208"
},
{
- "id": "4693",
- "name": "Full bucket",
- "examine": "It's a bucket of salty water.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4694",
- "name": "Steam rune",
- "examine": "A combined Water and Fire Rune.",
- "archery_ticket_price": "0",
+ "examine": "A book on Cadarn clan history.",
"durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "11151",
- "tradeable": "true"
+ "name": "Cadarn lineage",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4209"
},
{
- "id": "4695",
- "name": "Mist rune",
- "examine": "A combined air and water rune.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "11151",
- "tradeable": "true"
- },
- {
- "id": "4696",
- "name": "Dust rune",
- "examine": "A combined Air and Earth Rune.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "11151",
- "tradeable": "true"
- },
- {
- "id": "4697",
- "name": "Smoke rune",
- "examine": "A combined Air and Fire Rune.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "11151",
- "tradeable": "true"
- },
- {
- "id": "4698",
- "name": "Mud rune",
- "examine": "A combined Earth and Water rune.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "11151",
- "tradeable": "true"
- },
- {
- "id": "4699",
- "name": "Lava rune",
- "examine": "A combined earth and fire rune.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "11151",
- "tradeable": "true"
- },
- {
- "id": "4700",
- "name": "Sapphire lantern",
- "examine": "You need to add lamp oil before you can use it.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "4701",
- "name": "Sapphire lantern",
- "examine": "A bullseye lantern with a sapphire for a lens.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "4702",
- "name": "Sapphire lantern",
- "examine": "A lantern casting a bright blue beam.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "4703",
- "name": "Magic stone",
- "examine": "Doesn't look very special.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "false",
- "weight": "2.267"
- },
- {
- "id": "4704",
- "name": "Stone bowl",
- "examine": "A magic stone bowl for catching the tears of Guthix.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1",
- "run_anim": "824",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "false",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weight": "1.8"
- },
- {
- "id": "4707",
- "name": "Crumbling tome",
- "examine": "This book must be really old!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4708",
- "name": "Ahrim's hood",
- "examine": "Ahrim the Blighted's leather hood.",
- "absorb": "5,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
"ge_buy_limit": "10",
- "rare_item": "true",
- "remove_head": "true",
- "requirements": "{1,70}-{6,70}",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4709",
- "name": "Ahrim's hood",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
+ "examine": "A nice sturdy magical bow.",
"durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4710",
- "name": "Ahrim's staff",
- "examine": "Ahrim the Blighted's quarterstaff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "6",
- "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "render_anim": "28",
- "requirements": "{0,70}-{6,70}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "4711",
- "name": "Ahrim's staff",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4712",
- "name": "Ahrim's robetop",
- "examine": "Ahrim the Blighted's armoured robe top.",
- "absorb": "10,5,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{6,70}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "4713",
- "name": "Ahrim's robetop",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4714",
- "name": "Ahrim's robeskirt",
- "examine": "Ahrim the Blighted's armoured robe skirt.",
- "absorb": "7,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "requirements": "{1,70}-{6,70}",
- "tradeable": "true",
- "weight": "12"
- },
- {
- "id": "4715",
- "name": "Ahrim's robeskirt",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4716",
- "name": "Dharok's helm",
- "examine": "Dharok the Wretched's helm.",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0",
- "durability": "1",
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "4717",
- "name": "Dharok's helm",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4718",
- "name": "Dharok's greataxe",
- "examine": "Dharok the Wretched's greataxe.",
- "archery_ticket_price": "0",
- "attack_anims": "2067,2067,2066,2067",
- "attack_speed": "7",
- "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "render_anim": "134",
- "requirements": "{0,70}-{2,70}",
- "run_anim": "824",
- "stand_anim": "2065",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "two_handed": "true",
- "walk_anim": "2064",
- "weapon_interface": "2",
- "weight": "13"
- },
- {
- "id": "4719",
- "name": "Dharok's greataxe",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4720",
- "name": "Dharok's platebody",
- "examine": "Dharok the Wretched's platebody armour.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "9.9"
- },
- {
- "id": "4721",
- "name": "Dharok's platebody",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4722",
- "name": "Dharok's platelegs",
- "examine": "Dharok the Wretched's plate leg armour.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2243",
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "4723",
- "name": "Dharok's platelegs",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4724",
- "name": "Guthan's helm",
- "examine": "Guthan the Infested's helm",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "4725",
- "name": "Guthan's helm",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4726",
- "name": "Guthan's warspear",
- "examine": "Guthan the Infested's warspear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
+ "weight": "1.8",
"attack_speed": "5",
- "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "render_anim": "28",
- "requirements": "{0,70}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "4727",
- "name": "Guthan's warspear",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4728",
- "name": "Guthan's platebody",
- "examine": "Guthan the Infested's platebody armour.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "4729",
- "name": "Guthan's platebody",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4730",
- "name": "Guthan's chainskirt",
- "examine": "Guthan the Infested's chainskirt.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "4731",
- "name": "Guthan's chainskirt",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4732",
- "name": "Karil's coif",
- "examine": "Karil the Tainted's coif.",
- "absorb": "0,5,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "1",
- "rare_item": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}-{4,70}",
- "tradeable": "true"
- },
- {
- "id": "4733",
- "name": "Karil's coif",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1",
- "tradeable": "true"
- },
- {
- "id": "4734",
- "name": "Karil's crossbow",
- "examine": "Karil the Tainted's repeating crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "2075,2075,2075,2075",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1",
- "rare_item": "true",
- "render_anim": "372",
- "requirements": "{4,70}",
- "run_anim": "2077",
- "stand_anim": "2074",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "2076",
- "turn90ccw_anim": "2076",
- "turn90cw_anim": "2076",
- "two_handed": "true",
- "walk_anim": "2076",
- "weapon_interface": "17",
- "weight": "2"
- },
- {
- "id": "4735",
- "name": "Karil's crossbow",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1",
- "tradeable": "true"
- },
- {
- "id": "4736",
- "name": "Karil's leathertop",
- "examine": "Karil the Tainted's leather body armour.",
- "absorb": "0,10,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "10000",
- "rare_item": "true",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{4,70}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "4737",
- "name": "Karil's leathertop",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4738",
- "name": "Karil's leatherskirt",
- "examine": "Karil the Tainted's leather skirt.",
- "absorb": "0,7,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "7",
- "ge_buy_limit": "10000",
- "rare_item": "true",
- "requirements": "{1,70}-{4,70}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "4739",
- "name": "Karil's leatherskirt",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4740",
- "name": "Bolt rack",
- "examine": "Must need a special type of crossbow to use this.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,55",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,70}",
- "shop_price": "420",
- "tradeable": "true"
- },
- {
- "id": "4745",
- "name": "Torag's helm",
- "examine": "Torag the Corrupted's helm.",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "4746",
- "name": "Torag's helm",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4747",
- "name": "Torag's hammers",
- "examine": "Torag the Corrupted's twin hammers.",
- "archery_ticket_price": "0",
- "attack_anims": "2068,2068,2068,2068",
- "attack_audios": "1332,0,0,0",
- "attack_speed": "5",
- "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "rare_item": "true",
- "requirements": "{0,70}-{2,70}",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "10",
- "weight": "3"
- },
- {
- "id": "4748",
- "name": "Torag's hammers",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "4749",
- "name": "Torag's platebody",
- "examine": "Torag the Corrupted's platebody armour.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "4750",
- "name": "Torag's platebody",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4751",
- "name": "Torag's platelegs",
- "examine": "Torag the Corrupted's plate leg armour.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "4752",
- "name": "Torag's platelegs",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4753",
- "name": "Verac's helm",
- "examine": "Verac the Defiled's helm.",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "4754",
- "name": "Verac's helm",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4755",
- "name": "Verac's flail",
- "examine": "Verac the Defiled's flail.",
- "archery_ticket_price": "0",
- "attack_anims": "2062,2062,2062,2062",
- "attack_audios": "1323,0,0,0",
- "attack_speed": "5",
- "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "render_anim": "1426",
- "requirements": "{0,70}",
- "run_anim": "1831",
- "stand_anim": "1832",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "2060",
- "turn90ccw_anim": "2060",
- "turn90cw_anim": "2060",
- "two_handed": "true",
- "walk_anim": "1830",
- "weapon_interface": "8",
- "weight": "2"
- },
- {
- "id": "4756",
- "name": "Verac's flail",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4757",
- "name": "Verac's brassard",
- "examine": "Verac the Defiled's brassard.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "4758",
- "name": "Verac's brassard",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4759",
- "name": "Verac's plateskirt",
- "examine": "Verac the Defiled's plate skirt.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "requirements": "{1,70}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "4760",
- "name": "Verac's plateskirt",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "4773",
- "name": "Bronze brutal",
- "examine": "Blunt bronze arrow...ouch",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,11",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "tradeable": "true"
- },
- {
- "id": "4778",
- "name": "Iron brutal",
- "examine": "Blunt iron arrow...ouch",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,13",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "tradeable": "true"
- },
- {
- "id": "4783",
- "name": "Steel brutal",
- "examine": "Blunt steel arrow...ouch",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,19",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "tradeable": "true"
- },
- {
- "id": "4788",
- "name": "Black brutal",
- "examine": "Blunt black arrow...ouch",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "tradeable": "true"
- },
- {
- "id": "4793",
- "name": "Mithril brutal",
- "examine": "Blunt mithril arrow...ouch",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,34",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "4798",
- "name": "Adamant brutal",
- "examine": "Blunt adamant arrow...ouch",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "tradeable": "true"
- },
- {
- "id": "4803",
- "name": "Rune brutal",
- "examine": "Blunt rune arrow...ouch",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "shop_price": "180",
- "tradeable": "true"
- },
- {
- "id": "4808",
- "name": "Black prism",
- "examine": "A very black prism.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4809",
- "name": "Torn page",
- "examine": "A half torn necromantic page.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4810",
- "name": "Ruined backpack",
- "examine": "It's about to fall apart.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "4811",
- "name": "Dragon inn tankard",
- "examine": "A white ceramic mug with a dragon insignia.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4812",
- "name": "Zogre bones",
- "examine": "A pile of Zombie Ogre bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "4813",
- "name": "Zogre bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4814",
- "name": "Sithik portrait",
- "examine": "A classic realist charcoal portrait of Sithik.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4815",
- "name": "Sithik portrait",
- "examine": "A classic realist charcoal portrait of Sithik.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4816",
- "name": "Signed portrait",
- "examine": "A signed classic realist charcoal portrait of Sithik.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4817",
- "name": "Book of portraiture",
- "examine": "A book explaining the art of portraiture.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "weight": "1"
- },
- {
- "id": "4818",
- "name": "Ogre artefact",
- "examine": "An ancient ogre artefact-resembling a large heavy helm.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4819",
- "name": "Bronze nails",
- "examine": "Keeps things in place fairly permanently.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "4",
- "tradeable": "true"
- },
- {
- "id": "4820",
- "name": "Iron nails",
- "examine": "Keeps things in place fairly permanently.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "33",
- "tradeable": "true"
- },
- {
- "id": "4821",
- "name": "Black nails",
- "examine": "Keeps things in place fairly permanently.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4822",
- "name": "Mithril nails",
- "examine": "Keeps things in place fairly permanently.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4823",
- "name": "Adamantite nails",
- "examine": "Keeps things in place fairly permanently.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4824",
- "name": "Rune nails",
- "examine": "Keeps things in place fairly permanently.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4825",
- "name": "Unstrung comp bow",
- "examine": "An unstrung composite ogre bow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4826",
- "name": "Unstrung comp bow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4827",
- "name": "Comp ogre bow",
- "examine": "A composite ogre bow.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{4,30}",
- "shop_price": "180",
- "tradeable": "true",
"two_handed": "true",
"weapon_interface": "16",
- "weight": "1.8"
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "905300",
+ "attack_audios": "2700,0,0,0",
+ "name": "New crystal bow",
+ "archery_ticket_price": "0",
+ "id": "4212",
+ "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70"
},
{
- "id": "4828",
- "name": "Comp ogre bow",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "905300",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "New crystal bow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4213"
},
{
- "id": "4829",
- "name": "Book of 'h.a.m",
- "examine": "A book of H.A.M. affiliation",
- "archery_ticket_price": "0",
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
"durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow full",
+ "archery_ticket_price": "0",
+ "id": "4214",
+ "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70"
+ },
+ {
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow 9/10",
+ "archery_ticket_price": "0",
+ "id": "4215",
+ "bonuses": "0,0,0,0,96,0,0,0,0,0,0,0,0,0,68"
+ },
+ {
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow 8/10",
+ "archery_ticket_price": "0",
+ "id": "4216",
+ "bonuses": "0,0,0,0,92,0,0,0,0,0,0,0,0,0,66"
+ },
+ {
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow 7/10",
+ "archery_ticket_price": "0",
+ "id": "4217",
+ "bonuses": "0,0,0,0,88,0,0,0,0,0,0,0,0,0,64"
+ },
+ {
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow 6/10",
+ "archery_ticket_price": "0",
+ "id": "4218",
+ "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,62"
+ },
+ {
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow 5/10",
+ "archery_ticket_price": "0",
+ "id": "4219",
+ "bonuses": "0,0,0,0,80,0,0,0,0,0,0,0,0,0,60"
+ },
+ {
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow 4/10",
+ "archery_ticket_price": "0",
+ "id": "4220",
+ "bonuses": "0,0,0,0,76,0,0,0,0,0,0,0,0,0,58"
+ },
+ {
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow 3/10",
+ "archery_ticket_price": "0",
+ "id": "4221",
+ "bonuses": "0,0,0,0,72,0,0,0,0,0,0,0,0,0,56"
+ },
+ {
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow 2/10",
+ "archery_ticket_price": "0",
+ "id": "4222",
+ "bonuses": "0,0,0,0,68,0,0,0,0,0,0,0,0,0,54"
+ },
+ {
+ "requirements": "{4,70}-{16,50}",
+ "shop_price": "900000",
+ "examine": "A nice sturdy magical bow.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "901019",
+ "attack_audios": "2700,0,0,0",
+ "name": "Crystal bow 1/10",
+ "archery_ticket_price": "0",
+ "id": "4223",
+ "bonuses": "0,0,0,0,64,0,0,0,0,0,0,0,0,0,52"
+ },
+ {
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "ge_buy_limit": "10",
+ "examine": "A nice sturdy crystal shield.",
+ "durability": null,
+ "weight": "2",
+ "absorb": "6,0,12",
+ "equipment_slot": "5",
+ "grand_exchange_price": "756900",
+ "name": "New crystal shield",
+ "archery_ticket_price": "0",
+ "id": "4224",
+ "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0"
+ },
+ {
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
+ "durability": null,
+ "name": "Crystal shield full",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4225",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0",
"equipment_slot": "5"
},
{
- "id": "4830",
- "name": "Fayrg bones",
- "examine": "Ancient ogre bones from the ogre burial tomb.",
- "archery_ticket_price": "0",
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "4831",
- "name": "Fayrg bones",
+ "name": "Crystal shield 9/10",
+ "weight": "2",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4832",
- "name": "Raurg bones",
- "examine": "Ancient ogre bones from the ogre burial tomb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "4833",
- "name": "Raurg bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4834",
- "name": "Ourg bones",
- "examine": "Ancient ogre bones from the burial tomb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "4835",
- "name": "Ourg bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "4836",
- "name": "Strange potion",
- "examine": "Some strange liquid given to you by Zavistic Rarve.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "4837",
- "name": "Necromancy book",
- "examine": "A book of necromantic spells.",
- "archery_ticket_price": "0",
- "durability": null,
+ "id": "4226",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,49,52,51,0,78,68,0,0,0,0",
"equipment_slot": "5"
},
{
- "id": "4838",
- "name": "Cup of tea",
- "examine": "A nice cup of tea.",
- "archery_ticket_price": "0",
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
"durability": null,
+ "name": "Crystal shield 8/10",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4227",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,47,50,49,0,76,66,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
+ "durability": null,
+ "name": "Crystal shield 7/10",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4228",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,45,48,47,0,74,65,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
+ "durability": null,
+ "name": "Crystal shield 6/10",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4229",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,43,46,45,0,72,63,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
+ "durability": null,
+ "name": "Crystal shield 5/10",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4230",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,41,44,43,0,70,61,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
+ "durability": null,
+ "name": "Crystal shield 4/10",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4231",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,39,42,41,0,68,59,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
+ "durability": null,
+ "name": "Crystal shield 3/10",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4232",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,37,40,39,0,66,58,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
+ "durability": null,
+ "name": "Crystal shield 2/10",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4233",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,35,38,37,0,64,56,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{1,70}-{16,50}",
+ "shop_price": "750000",
+ "examine": "A nice sturdy crystal shield.",
+ "grand_exchange_price": "749305",
+ "durability": null,
+ "name": "Crystal shield 1/10",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4234",
+ "absorb": "6,0,12",
+ "bonuses": "0,0,0,-10,-10,33,36,35,0,62,54,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "durability": null,
+ "name": "New crystal shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4235"
+ },
+ {
+ "requirements": "{4,5}",
+ "examine": "This bow has been signed by Robin, Master Bowman.",
+ "durability": null,
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "weight": "2",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "equipment_slot": "3",
+ "name": "Signed oak bow",
+ "archery_ticket_price": "0",
+ "id": "4236",
+ "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "It's a bowl of water, with some nettles in it.",
+ "durability": null,
+ "name": "Nettle-water",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4237"
+ },
+ {
+ "examine": "It's a bowl of (milky) nettle tea.",
+ "durability": null,
+ "name": "Nettle tea",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4239"
+ },
+ {
+ "examine": "It's a bowl of (milky) nettle tea.",
+ "durability": null,
+ "name": "Nettle tea",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4240"
+ },
+ {
+ "examine": "(In inventory) A handful of nettles (In ground) I better not get stung/I wouldn't like to get stung/I wish I could sting other people/Dock leaves at the ready/These may hurt/nettles sting my leggies(Draynor Village nettles)",
+ "durability": null,
+ "name": "Nettles",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4241"
+ },
+ {
"shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
"tradeable": "true",
- "weight": "0.1"
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4242"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4243"
+ },
+ {
+ "examine": "A porcelain cup.",
+ "durability": null,
+ "name": "Porcelain cup",
+ "archery_ticket_price": "0",
+ "id": "4244"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4245"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4246"
+ },
+ {
+ "examine": "The Robes of Necrovarus.",
+ "durability": null,
+ "name": "Mystical robes",
+ "weight": "2.3",
+ "archery_ticket_price": "0",
+ "id": "4247"
+ },
+ {
+ "examine": "The Book of Haricanto.",
+ "durability": null,
+ "name": "Book of haricanto",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4248"
+ },
+ {
+ "shop_price": "32",
+ "examine": "A translation manual.",
+ "durability": null,
+ "name": "Translation manual",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4249"
+ },
+ {
+ "examine": "The amulet of ghostspeak glows green from the crone's enchantment.",
+ "durability": null,
+ "name": "Ghostspeak amulet",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "archery_ticket_price": "0",
+ "id": "4250",
+ "equipment_slot": "2"
+ },
+ {
+ "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.",
+ "examine": "The Ectophial.",
+ "durability": null,
+ "name": "Ectophial",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4251"
+ },
+ {
+ "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.",
+ "examine": "The Ectophial.",
+ "durability": null,
+ "name": "Ectophial",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4252"
+ },
+ {
+ "examine": "A small wooden ship. / A small wooden ship with a silk flag.",
+ "durability": null,
+ "name": "Model ship",
+ "archery_ticket_price": "0",
+ "id": "4253"
+ },
+ {
+ "examine": "A small wooden ship. / A small wooden ship with a silk flag.",
+ "durability": null,
+ "name": "Model ship",
+ "archery_ticket_price": "0",
+ "id": "4254"
+ },
+ {
+ "examine": "A pot of crushed bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4255"
+ },
+ {
+ "examine": "A pot of crushed bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4256"
+ },
+ {
+ "examine": "A pot of crushed wolf bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4257"
+ },
+ {
+ "examine": "A pot of crushed burnt bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4258"
+ },
+ {
+ "examine": "A pot of crushed monkey bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4259"
+ },
+ {
+ "examine": "A pot of crushed monkey bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4260"
+ },
+ {
+ "examine": "A pot of crushed bat bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4261"
+ },
+ {
+ "examine": "A pot of crushed big bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4262"
+ },
+ {
+ "examine": "A pot of crushed jogre bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4263"
+ },
+ {
+ "examine": "A pot of crushed zogre bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4264"
+ },
+ {
+ "examine": "A pot of crushed shaikahan bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4265"
+ },
+ {
+ "examine": "A pot of crushed baby dragon bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4266"
+ },
+ {
+ "examine": "A pot of crushed wyvern bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4267"
+ },
+ {
+ "examine": "A pot of crushed dragon bones.",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4268"
+ },
+ {
+ "examine": "A pot of crushed [type of bones].",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4269"
+ },
+ {
+ "examine": "A pot of crushed [type of bones].",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4270"
+ },
+ {
+ "examine": "A pot of crushed [type of bones].",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4271"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A key fashioned from a shard of bone. (Shilo Village)",
+ "durability": null,
+ "name": "Bone key",
+ "archery_ticket_price": "0",
+ "id": "4272"
+ },
+ {
+ "examine": "A section from some kind of map.",
+ "durability": null,
+ "name": "Map scrap",
+ "archery_ticket_price": "0",
+ "id": "4274"
+ },
+ {
+ "examine": "A section from some kind of map.",
+ "durability": null,
+ "name": "Map scrap",
+ "archery_ticket_price": "0",
+ "id": "4275"
+ },
+ {
+ "examine": "A section from some kind of map.",
+ "durability": null,
+ "name": "Map scrap",
+ "archery_ticket_price": "0",
+ "id": "4276"
+ },
+ {
+ "examine": "A complete treasure map.",
+ "durability": null,
+ "name": "Treasure map",
+ "archery_ticket_price": "0",
+ "id": "4277"
+ },
+ {
+ "examine": "A token with ectoplasm on it.",
+ "durability": null,
+ "name": "Ecto-token",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "4278"
+ },
+ {
+ "examine": "A scroll of paper containing signatures.",
+ "durability": null,
+ "name": "Petition form",
+ "archery_ticket_price": "0",
+ "id": "4283"
+ },
+ {
+ "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.",
+ "durability": null,
+ "name": "Bedsheet",
+ "tradeable": "false",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4284",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.",
+ "durability": null,
+ "name": "Bedsheet",
+ "tradeable": "false",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4285",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "It's a bucket of ectoplasm.",
+ "durability": null,
+ "name": "Bucket of slime",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "4286"
+ },
+ {
+ "shop_price": "58",
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this first.",
+ "grand_exchange_price": "440",
+ "durability": null,
+ "name": "Raw beef",
+ "tradeable": "true",
+ "low_alchemy": "23",
+ "high_alchemy": "35",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "4287"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "440",
+ "durability": null,
+ "name": "Raw beef",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4288"
+ },
+ {
+ "shop_price": "60",
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this first.",
+ "grand_exchange_price": "263",
+ "durability": null,
+ "name": "Raw chicken",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "0.15",
+ "archery_ticket_price": "0",
+ "id": "4289"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "263",
+ "durability": null,
+ "name": "Raw chicken",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4290"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "1000",
+ "examine": "Mmm this looks tasty.",
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Cooked chicken",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4291"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Cooked chicken",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4292"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "1000",
+ "examine": "Mmm this looks tasty.",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Cooked meat",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "4293"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Cooked meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4294"
+ },
+ {
+ "examine": "A member of the 'Humans Against Monsters' group.",
+ "durability": null,
+ "name": "Female h.a.m.",
+ "archery_ticket_price": "0",
+ "id": "4295"
+ },
+ {
+ "examine": "A member of the 'Humans Against Monsters' group.",
+ "durability": null,
+ "name": "Male h.a.m.",
+ "archery_ticket_price": "0",
+ "id": "4297"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "The label says 'Vivid Crimson', but it looks like pink to me!",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "weight": "0.9",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "19",
+ "name": "Ham shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4298",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Ham shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4299"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "The label says 'Vivid Crimson', but it looks like pink to me!",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "weight": "0.9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "11",
+ "name": "Ham robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4300",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Ham robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4301"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "100",
+ "examine": "Light-weight head protection and eye shield.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "weight": "0.4",
+ "equipment_slot": "0",
+ "grand_exchange_price": "400",
+ "name": "Ham hood",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4302",
+ "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "400",
+ "durability": null,
+ "name": "Ham hood",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4303"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A HAM cape.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "25",
+ "name": "Ham cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4304",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Ham cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4305"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A badge for the HAM cult.",
+ "grand_exchange_price": "63",
+ "durability": null,
+ "name": "H.a.m logo",
+ "tradeable": "true",
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "archery_ticket_price": "0",
+ "id": "4306",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "63",
+ "durability": null,
+ "name": "H.a.m logo",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4307"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Gloves",
+ "archery_ticket_price": "0",
+ "id": "4308",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4309"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "323",
+ "durability": null,
+ "name": "Boots",
+ "archery_ticket_price": "0",
+ "id": "4310",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "323",
+ "durability": null,
+ "name": "Boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4311"
+ },
+ {
+ "examine": "A book on elven crystal.",
+ "durability": null,
+ "name": "Crystal of seren",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4313"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "2342",
+ "name": "Team-1 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4315",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2342",
+ "durability": null,
+ "name": "Team-1 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4316"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1145",
+ "name": "Team-2 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4317",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1145",
+ "durability": null,
+ "name": "Team-2 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4318"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "141",
+ "name": "Team-3 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4319",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "141",
+ "durability": null,
+ "name": "Team-3 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4320"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "973",
+ "name": "Team-4 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4321",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "973",
+ "durability": null,
+ "name": "Team-4 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4322"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1294",
+ "name": "Team-5 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4323",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1294",
+ "durability": null,
+ "name": "Team-5 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4324"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "124",
+ "name": "Team-6 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4325",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "124",
+ "durability": null,
+ "name": "Team-6 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4326"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1264",
+ "name": "Team-7 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4327",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1264",
+ "durability": null,
+ "name": "Team-7 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4328"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1824",
+ "name": "Team-8 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4329",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1824",
+ "durability": null,
+ "name": "Team-8 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4330"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "841",
+ "name": "Team-9 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4331",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "841",
+ "durability": null,
+ "name": "Team-9 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4332"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1127",
+ "name": "Team-10 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4333",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1127",
+ "durability": null,
+ "name": "Team-10 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4334"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "2011",
+ "name": "Team-11 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4335",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2011",
+ "durability": null,
+ "name": "Team-11 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4336"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1591",
+ "name": "Team-12 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4337",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1591",
+ "durability": null,
+ "name": "Team-12 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4338"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "308",
+ "name": "Team-13 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4339",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "308",
+ "durability": null,
+ "name": "Team-13 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4340"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1504",
+ "name": "Team-14 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4341",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1504",
+ "durability": null,
+ "name": "Team-14 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4342"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1462",
+ "name": "Team-15 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4343",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1462",
+ "durability": null,
+ "name": "Team-15 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4344"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "313",
+ "name": "Team-16 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4345",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "313",
+ "durability": null,
+ "name": "Team-16 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4346"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1231",
+ "name": "Team-17 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4347",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1231",
+ "durability": null,
+ "name": "Team-17 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4348"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1678",
+ "name": "Team-18 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4349",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1678",
+ "durability": null,
+ "name": "Team-18 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4350"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1041",
+ "name": "Team-19 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4351",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1041",
+ "durability": null,
+ "name": "Team-19 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4352"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "703",
+ "name": "Team-20 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4353",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "703",
+ "durability": null,
+ "name": "Team-20 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4354"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1292",
+ "name": "Team-21 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4355",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1292",
+ "durability": null,
+ "name": "Team-21 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4356"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1368",
+ "name": "Team-22 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4357",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1368",
+ "durability": null,
+ "name": "Team-22 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4358"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "280",
+ "name": "Team-23 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4359",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "280",
+ "durability": null,
+ "name": "Team-23 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4360"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1512",
+ "name": "Team-24 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4361",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1512",
+ "durability": null,
+ "name": "Team-24 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4362"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1395",
+ "name": "Team-25 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4363",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1395",
+ "durability": null,
+ "name": "Team-25 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4364"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "191",
+ "name": "Team-26 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4365",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "191",
+ "durability": null,
+ "name": "Team-26 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4366"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1420",
+ "name": "Team-27 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4367",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1420",
+ "durability": null,
+ "name": "Team-27 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4368"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1920",
+ "name": "Team-28 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4369",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1920",
+ "durability": null,
+ "name": "Team-28 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4370"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1175",
+ "name": "Team-29 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4371",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1175",
+ "durability": null,
+ "name": "Team-29 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4372"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "552",
+ "name": "Team-30 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4373",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "552",
+ "durability": null,
+ "name": "Team-30 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4374"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1385",
+ "name": "Team-31 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4375",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1385",
+ "durability": null,
+ "name": "Team-31 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4376"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1168",
+ "name": "Team-32 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4377",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1168",
+ "durability": null,
+ "name": "Team-32 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4378"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "211",
+ "name": "Team-33 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4379",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "211",
+ "durability": null,
+ "name": "Team-33 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4380"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1128",
+ "name": "Team-34 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4381",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1128",
+ "durability": null,
+ "name": "Team-34 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4382"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1140",
+ "name": "Team-35 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4383",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1140",
+ "durability": null,
+ "name": "Team-35 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4384"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "84",
+ "name": "Team-36 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4385",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "84",
+ "durability": null,
+ "name": "Team-36 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4386"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1010",
+ "name": "Team-37 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4387",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1010",
+ "durability": null,
+ "name": "Team-37 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4388"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1833",
+ "name": "Team-38 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4389",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1833",
+ "durability": null,
+ "name": "Team-38 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4390"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "914",
+ "name": "Team-39 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4391",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "914",
+ "durability": null,
+ "name": "Team-39 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4392"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "582",
+ "name": "Team-40 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4393",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "582",
+ "durability": null,
+ "name": "Team-40 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4394"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1471",
+ "name": "Team-41 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4395",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1471",
+ "durability": null,
+ "name": "Team-41 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4396"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1072",
+ "name": "Team-42 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4397",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1072",
+ "durability": null,
+ "name": "Team-42 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4398"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "298",
+ "name": "Team-43 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4399",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "298",
+ "durability": null,
+ "name": "Team-43 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4400"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1268",
+ "name": "Team-44 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4401",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1268",
+ "durability": null,
+ "name": "Team-44 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4402"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1371",
+ "name": "Team-45 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4403",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1371",
+ "durability": null,
+ "name": "Team-45 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4404"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "140",
+ "name": "Team-46 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4405",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Team-46 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4406"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1233",
+ "name": "Team-47 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4407",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1233",
+ "durability": null,
+ "name": "Team-47 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4408"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1836",
+ "name": "Team-48 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4409",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1836",
+ "durability": null,
+ "name": "Team-48 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4410"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1185",
+ "name": "Team-49 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4411",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1185",
+ "durability": null,
+ "name": "Team-49 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4412"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "708",
+ "name": "Team-50 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4413",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "708",
+ "durability": null,
+ "name": "Team-50 cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4414"
+ },
+ {
+ "examine": "A jungle forester's blunt axe.",
+ "durability": null,
+ "name": "Blunt axe",
+ "low_alchemy": "22",
+ "high_alchemy": "33",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4415"
+ },
+ {
+ "examine": "A strong medicinal brew for heavy chests.",
+ "durability": null,
+ "name": "Herbal tincture",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4416"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A cup of Guthix rest.",
+ "grand_exchange_price": "223",
+ "durability": null,
+ "name": "Guthix rest(4)",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "4417"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "223",
+ "durability": null,
+ "name": "Guthix rest(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4418"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A cup of Guthix rest.",
+ "grand_exchange_price": "134",
+ "durability": null,
+ "name": "Guthix rest(3)",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "4419"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "134",
+ "durability": null,
+ "name": "Guthix rest(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4420"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A cup of Guthix rest.",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Guthix rest(2)",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "4421"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Guthix rest(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4422"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A cup of Guthix rest.",
+ "grand_exchange_price": "44",
+ "durability": null,
+ "name": "Guthix rest(1)",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "4423"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "44",
+ "durability": null,
+ "name": "Guthix rest(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4424"
+ },
+ {
+ "examine": "A half-filled feather mattress.",
+ "durability": null,
+ "name": "Stodgy mattress",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "4425"
+ },
+ {
+ "examine": "A comfy-looking feather mattress.",
+ "durability": null,
+ "name": "Comfy mattress",
+ "weight": "15",
+ "archery_ticket_price": "0",
+ "id": "4426"
+ },
+ {
+ "examine": "Looks like a bunch of rust to me.",
+ "durability": null,
+ "name": "Iron oxide",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4427"
+ },
+ {
+ "examine": "An animate rock spell is written on this parchment.",
+ "durability": null,
+ "name": "Animate rock scroll",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "4428"
+ },
+ {
+ "examine": "The weathervane directions should now work.",
+ "durability": null,
+ "name": "Directionals",
+ "archery_ticket_price": "0",
+ "id": "4430"
+ },
+ {
+ "examine": "A fixed weathervane ornament.",
+ "durability": null,
+ "name": "Ornament",
+ "archery_ticket_price": "0",
+ "id": "4432"
+ },
+ {
+ "examine": "A fixed weathervane rotating pillar.",
+ "durability": null,
+ "name": "Weathervane pillar",
+ "archery_ticket_price": "0",
+ "id": "4434"
+ },
+ {
+ "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail.",
+ "durability": null,
+ "name": "Weather report",
+ "archery_ticket_price": "0",
+ "id": "4435"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This is pretty well sealed.",
+ "grand_exchange_price": "245",
+ "durability": null,
+ "name": "Airtight pot",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "4436"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "245",
+ "durability": null,
+ "name": "Airtight pot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4437"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This needs firing, then it should fit on a normal-sized pot.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Unfired pot lid",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "4438"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Unfired pot lid",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4439"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This should fit on a normal-sized pot.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Pot lid",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "4440"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Pot lid",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4441"
+ },
+ {
+ "examine": "An airtight pot with something inside, most likely breathing salts.",
+ "durability": null,
+ "name": "Breathing salts",
+ "archery_ticket_price": "0",
+ "id": "4442"
+ },
+ {
+ "examine": "A large cage for transporting chickens.",
+ "durability": null,
+ "name": "Chicken cage",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4443"
+ },
+ {
+ "examine": "A jungle forester's super sharp axe.",
+ "durability": null,
+ "name": "Sharpened axe",
+ "low_alchemy": "22",
+ "high_alchemy": "33",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4444"
+ },
+ {
+ "examine": "Some mahogany logs which have been professionally cured.",
+ "durability": null,
+ "name": "Red mahogany log",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4445"
+ },
+ {
+ "destroy_message": "You can get another key ring from Yanni Salika in Shilo Village.",
+ "shop_price": "500",
+ "examine": "I can store my keys here.",
+ "durability": null,
+ "name": "Steel key ring",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4446"
+ },
+ {
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4447"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's a bowl of hot water.",
+ "grand_exchange_price": "111",
+ "durability": null,
+ "name": "Bowl of hot water",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4456"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "111",
+ "durability": null,
+ "name": "Bowl of hot water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4457"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A cup of water.",
+ "grand_exchange_price": "36",
+ "durability": null,
+ "name": "Cup of water",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "4458"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "36",
+ "durability": null,
+ "name": "Cup of water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4459"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's hot!",
+ "grand_exchange_price": "102",
+ "durability": null,
+ "name": "Cup of hot water",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "4460"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "102",
+ "durability": null,
+ "name": "Cup of hot water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4461"
+ },
+ {
+ "examine": "A ruined herb tea.",
+ "durability": null,
+ "name": "Ruined herb tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "4462"
+ },
+ {
+ "durability": null,
+ "name": "Ruined herb tea",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4463"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4464"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4465"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4466"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4467"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4468"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4469"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4470"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4471"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "17",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4472"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "17",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4473"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4474"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4475"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4476"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4477"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "46",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4478"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "46",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4479"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4480"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4481"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "43",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4482"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "43",
+ "durability": null,
+ "name": "Herb tea mix",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4483"
+ },
+ {
+ "shop_price": "160",
+ "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka.",
+ "durability": null,
+ "name": "Safety guarantee",
+ "archery_ticket_price": "0",
+ "id": "4484"
+ },
+ {
+ "examine": "This fruit is known as White Pearl. Should taste good.",
+ "durability": null,
+ "name": "White pearl",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4485"
+ },
+ {
+ "examine": "You can grow this seed even in cold mountain ranges!",
+ "durability": null,
+ "name": "White pearl seed",
+ "archery_ticket_price": "0",
+ "id": "4486"
+ },
+ {
+ "examine": "It's a piece of the Ancient Rock of the mountain people. It's still just a stone.",
+ "durability": null,
+ "name": "Half a rock",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4487"
+ },
+ {
+ "examine": "The corpse of a woman who died long ago.",
+ "durability": null,
+ "name": "Corpse of woman",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4488"
+ },
+ {
+ "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain.",
+ "durability": null,
+ "name": "Asleif's necklace",
+ "archery_ticket_price": "0",
+ "id": "4489"
+ },
+ {
+ "examine": "Marginally better than egg on your face.",
+ "durability": null,
+ "name": "Mud",
+ "archery_ticket_price": "0",
+ "id": "4490"
+ },
+ {
+ "examine": "A muddy rock.",
+ "durability": null,
+ "name": "Muddy rock",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4492"
+ },
+ {
+ "examine": "It's just a long stick, really.",
+ "durability": null,
+ "name": "Pole",
+ "archery_ticket_price": "0",
+ "id": "4494"
+ },
+ {
+ "examine": "It's just a long stick, really.",
+ "durability": null,
+ "name": "Pole",
+ "archery_ticket_price": "0",
+ "id": "4495"
+ },
+ {
+ "examine": "Splintered into pieces, it has become completely useless to you.",
+ "durability": null,
+ "name": "Broken pole",
+ "archery_ticket_price": "0",
+ "id": "4496"
+ },
+ {
+ "shop_price": "18",
+ "examine": "A coil of rope.",
+ "grand_exchange_price": "101",
+ "durability": null,
+ "name": "Rope",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4498",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Rope",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4499"
+ },
+ {
+ "examine": "It's just a long stick, really.",
+ "durability": null,
+ "name": "Pole",
+ "archery_ticket_price": "0",
+ "id": "4500",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "It's just a long stick, really.",
+ "durability": null,
+ "name": "Pole",
+ "archery_ticket_price": "0",
+ "id": "4501",
+ "equipment_slot": "3"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "3000",
+ "examine": "Quite ferocious looking.",
+ "durability": null,
+ "destroy": "true",
+ "weight": "0.4",
+ "equipment_slot": "0",
+ "destroy_message": "Hamal, the Chieftain of the Mountain Camp, can replace this.",
+ "name": "Bearhead",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "4502",
+ "bonuses": "0,0,0,-3,-3,12,14,10,7,9,0,0,0,0,0"
+ },
+ {
+ "requirements": "{0,20}",
+ "shop_price": "50",
+ "turn90cw_anim": "821",
+ "examine": "A very decorative sword.",
+ "walk_anim": "819",
+ "durability": null,
+ "low_alchemy": "520",
+ "high_alchemy": "780",
+ "weight": "1",
+ "turn90ccw_anim": "822",
+ "weapon_interface": "6",
+ "turn180_anim": "820",
+ "render_anim": "1",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "stand_anim": "808",
+ "name": "Decorative sword",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "4503",
+ "stand_turn_anim": "823",
+ "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0"
+ },
+ {
+ "remove_sleeves": "true",
+ "requirements": "{1,20}",
+ "durability": null,
+ "name": "Decorative armour",
+ "archery_ticket_price": "0",
+ "id": "4504",
+ "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "requirements": "{1,20}",
+ "durability": null,
+ "name": "Decorative armour",
+ "archery_ticket_price": "0",
+ "id": "4505",
+ "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}",
+ "shop_price": "40",
+ "examine": "A very decorative helm.",
+ "durability": null,
+ "low_alchemy": "312",
+ "high_alchemy": "468",
+ "weight": "1",
+ "equipment_slot": "0",
+ "name": "Decorative helm",
+ "archery_ticket_price": "0",
+ "id": "4506",
+ "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}",
+ "shop_price": "60",
+ "examine": "A very decorative shield.",
+ "durability": null,
+ "name": "Decorative shield",
+ "archery_ticket_price": "0",
+ "id": "4507",
+ "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{0,30}",
+ "shop_price": "50",
+ "turn90cw_anim": "821",
+ "examine": "A very decorative sword.",
+ "walk_anim": "819",
+ "durability": null,
+ "low_alchemy": "520",
+ "high_alchemy": "780",
+ "weight": "1",
+ "turn90ccw_anim": "822",
+ "weapon_interface": "6",
+ "turn180_anim": "820",
+ "render_anim": "1",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "stand_anim": "808",
+ "name": "Decorative sword",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "4508",
+ "stand_turn_anim": "823",
+ "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0"
+ },
+ {
+ "remove_sleeves": "true",
+ "requirements": "{1,30}",
+ "durability": null,
+ "name": "Decorative armour",
+ "archery_ticket_price": "0",
+ "id": "4509",
+ "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "requirements": "{1,30}",
+ "durability": null,
+ "name": "Decorative armour",
+ "archery_ticket_price": "0",
+ "id": "4510",
+ "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}",
+ "shop_price": "40",
+ "examine": "A very decorative helm.",
+ "durability": null,
+ "low_alchemy": "312",
+ "high_alchemy": "468",
+ "weight": "1",
+ "equipment_slot": "0",
+ "name": "Decorative helm",
+ "archery_ticket_price": "0",
+ "id": "4511",
+ "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0"
+ },
+ {
+ "requirements": "{1,30}",
+ "shop_price": "60",
+ "examine": "A very decorative shield.",
+ "durability": null,
+ "name": "Decorative shield",
+ "archery_ticket_price": "0",
+ "id": "4512",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "remove_head": "true",
+ "durability": null,
+ "name": "Castlewars hood",
+ "archery_ticket_price": "0",
+ "id": "4513",
+ "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "durability": null,
+ "name": "Castlewars cloak",
+ "archery_ticket_price": "0",
+ "id": "4514",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "durability": null,
+ "name": "Castlewars hood",
+ "archery_ticket_price": "0",
+ "id": "4515",
+ "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "durability": null,
+ "name": "Castlewars cloak",
+ "archery_ticket_price": "0",
+ "id": "4516",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This could feed a family of gnomes for a week!",
+ "grand_exchange_price": "970",
+ "durability": null,
+ "name": "Giant frog legs",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "4517"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "970",
+ "durability": null,
+ "name": "Giant frog legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4518"
+ },
+ {
+ "requirements": "{12,11}",
+ "shop_price": "10",
+ "ge_buy_limit": "100",
+ "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.",
+ "durability": null,
+ "low_alchemy": "11",
+ "high_alchemy": "16",
+ "weight": "0.4",
+ "grand_exchange_price": "1575",
+ "name": "Oil lamp",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4522"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1575",
+ "durability": null,
+ "name": "Oil lamp",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4523"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Oil lamp",
+ "tradeable": "true",
+ "low_alchemy": "11",
+ "high_alchemy": "16",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "4524"
+ },
+ {
+ "requirements": "{12,11}",
+ "shop_price": "10",
+ "ge_buy_limit": "100",
+ "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.",
+ "durability": null,
+ "low_alchemy": "11",
+ "high_alchemy": "16",
+ "weight": "0.4",
+ "grand_exchange_price": "2",
+ "name": "Oil lamp",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4525"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Oil lamp",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4526"
+ },
+ {
+ "requirements": "{4,11}",
+ "ge_buy_limit": "100",
+ "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
+ "grand_exchange_price": "39",
+ "durability": null,
+ "name": "Candle lantern",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4527"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "39",
+ "durability": null,
+ "name": "Candle lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4528"
+ },
+ {
+ "requirements": "{4,11}",
+ "ge_buy_limit": "100",
+ "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
+ "grand_exchange_price": "431",
+ "durability": null,
+ "name": "Candle lantern",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4529"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "431",
+ "durability": null,
+ "name": "Candle lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4530"
+ },
+ {
+ "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Candle lantern",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4531"
+ },
+ {
+ "requirements": "{4,11}",
+ "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Candle lantern",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4532"
+ },
+ {
+ "durability": null,
+ "name": "Candle lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4533"
+ },
+ {
+ "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Candle lantern",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4534"
+ },
+ {
+ "requirements": "{11,26}",
+ "ge_buy_limit": "100",
+ "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Oil lantern",
+ "tradeable": "true",
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4535"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Oil lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4536"
+ },
+ {
+ "requirements": "{11,26}",
+ "ge_buy_limit": "100",
+ "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.",
+ "grand_exchange_price": "218",
+ "durability": null,
+ "name": "Oil lantern",
+ "tradeable": "true",
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4537"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "218",
+ "durability": null,
+ "name": "Oil lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4538"
+ },
+ {
+ "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.",
+ "grand_exchange_price": "198",
+ "durability": null,
+ "name": "Oil lantern",
+ "tradeable": "true",
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4539"
+ },
+ {
+ "shop_price": "43",
+ "ge_buy_limit": "100",
+ "examine": "Add the glass to complete.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Oil lantern frame",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "4540"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Oil lantern frame",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4541"
+ },
+ {
+ "shop_price": "88",
+ "ge_buy_limit": "100",
+ "examine": "A roughly circular disc of glass.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Lantern lens",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "archery_ticket_price": "0",
+ "id": "4542"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Lantern lens",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4543"
+ },
+ {
+ "shop_price": "400",
+ "ge_buy_limit": "100",
+ "examine": "You need to add a lens before you can use it.",
+ "grand_exchange_price": "88",
+ "durability": null,
+ "name": "Bullseye lantern",
+ "low_alchemy": "168",
+ "tradeable": "true",
+ "high_alchemy": "252",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4544"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "88",
+ "durability": null,
+ "name": "Bullseye lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4545"
+ },
+ {
+ "requirements": "{11,49}",
+ "shop_price": "400",
+ "ge_buy_limit": "100",
+ "examine": "You need to add lamp oil before you can use it.",
+ "durability": null,
+ "low_alchemy": "168",
+ "high_alchemy": "252",
+ "weight": "1",
+ "grand_exchange_price": "158",
+ "name": "Bullseye lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4546"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "158",
+ "durability": null,
+ "name": "Bullseye lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4547"
+ },
+ {
+ "requirements": "{11,49}",
+ "shop_price": "400",
+ "ge_buy_limit": "100",
+ "examine": "A sturdy steel lantern.",
+ "durability": null,
+ "low_alchemy": "168",
+ "high_alchemy": "252",
+ "weight": "1",
+ "grand_exchange_price": "1345",
+ "name": "Bullseye lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4548"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1345",
+ "durability": null,
+ "name": "Bullseye lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4549"
+ },
+ {
+ "shop_price": "400",
+ "examine": "A sturdy steel lantern casting a bright beam.",
+ "grand_exchange_price": "1235",
+ "durability": null,
+ "name": "Bullseye lantern",
+ "low_alchemy": "168",
+ "tradeable": "false",
+ "high_alchemy": "252",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4550"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,5}-{18,35}",
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "You don't want to wear it inside-out.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "2.2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "774",
+ "name": "Spiny helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4551",
+ "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "774",
+ "durability": null,
+ "name": "Spiny helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4552"
+ },
+ {
+ "examine": "Remember to brush after eating!",
+ "durability": null,
+ "name": "Blue sweets",
+ "archery_ticket_price": "0",
+ "id": "4558"
+ },
+ {
+ "examine": "Remember to brush after eating!",
+ "durability": null,
+ "name": "Deep blue sweets",
+ "archery_ticket_price": "0",
+ "id": "4559"
+ },
+ {
+ "examine": "Remember to brush after eating!",
+ "durability": null,
+ "name": "White sweets",
+ "archery_ticket_price": "0",
+ "id": "4560"
+ },
+ {
+ "examine": "Remember to brush after eating!",
+ "grand_exchange_price": "10037",
+ "durability": null,
+ "name": "Purple sweets",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "4561"
+ },
+ {
+ "examine": "Remember to brush after eating!",
+ "durability": null,
+ "name": "Red sweets",
+ "archery_ticket_price": "0",
+ "id": "4562"
+ },
+ {
+ "examine": "Remember to brush after eating!",
+ "durability": null,
+ "name": "Green sweets",
+ "archery_ticket_price": "0",
+ "id": "4563"
+ },
+ {
+ "examine": "Remember to brush after eating!",
+ "durability": null,
+ "name": "Pink sweets",
+ "archery_ticket_price": "0",
+ "id": "4564"
+ },
+ {
+ "bankable": "true",
+ "turn90cw_anim": "821",
+ "examine": "Hand them out to spread the Easter happiness.",
+ "walk_anim": "1836",
+ "durability": null,
+ "destroy": "true",
+ "turn90ccw_anim": "822",
+ "weapon_interface": "12",
+ "turn180_anim": "820",
+ "render_anim": "594",
+ "equipment_slot": "3",
+ "fun_weapon": "true",
+ "stand_anim": "1837",
+ "name": "Basket of eggs",
+ "tradeable": "false",
+ "run_anim": "1836",
+ "archery_ticket_price": "0",
+ "id": "4565",
+ "stand_turn_anim": "823"
+ },
+ {
+ "examine": "Perhaps not the most powerful weapon in RuneScape.",
+ "durability": null,
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "defence_anim": "1834",
+ "equipment_slot": "3",
+ "attack_anims": "1833,1833,1833,1833",
+ "fun_weapon": "true",
+ "name": "Rubber chicken",
+ "archery_ticket_price": "0",
+ "id": "4566",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Made of gold and white gold.",
+ "durability": null,
+ "name": "Gold helmet",
+ "weight": "31.7",
+ "archery_ticket_price": "0",
+ "id": "4567",
+ "bonuses": "0,0,0,0,0,0,10,20,0,10,6,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "This book is almost falling apart, you'll have to handle it quite carefully.",
+ "durability": null,
+ "name": "Dwarven lore",
+ "archery_ticket_price": "0",
+ "id": "4568"
+ },
+ {
+ "examine": "A missing page from Rolad's book! It seems to be the first one.",
+ "durability": null,
+ "name": "Book page 1",
+ "archery_ticket_price": "0",
+ "id": "4569"
+ },
+ {
+ "examine": "A missing page from Rolad's book! It seems to be the second one.",
+ "durability": null,
+ "name": "Book page 2",
+ "archery_ticket_price": "0",
+ "id": "4570"
+ },
+ {
+ "examine": "A missing page from Rolad's book! It seems to be the third one.",
+ "durability": null,
+ "name": "Book page 3",
+ "archery_ticket_price": "0",
+ "id": "4571"
+ },
+ {
+ "examine": "A collection of missing pages from Rolad's book!",
+ "durability": null,
+ "name": "Pages",
+ "archery_ticket_price": "0",
+ "id": "4572"
+ },
+ {
+ "examine": "A collection of missing pages from Rolad's book!",
+ "durability": null,
+ "name": "Pages",
+ "archery_ticket_price": "0",
+ "id": "4573"
+ },
+ {
+ "examine": "These are the base schematics of a dwarven multicannon.",
+ "durability": null,
+ "name": "Base schematics",
+ "archery_ticket_price": "0",
+ "id": "4574"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A black tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "260",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "536",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "4580",
+ "stand_turn_anim": "1209",
+ "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0",
+ "requirements": "{0,10}",
+ "durability": null,
+ "high_alchemy": "390",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Black spear"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "536",
+ "durability": null,
+ "name": "Black spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4581"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A black tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "260",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "2808",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "4582",
+ "stand_turn_anim": "1209",
+ "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0",
+ "requirements": "{0,10}",
+ "durability": null,
+ "high_alchemy": "390",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Black spear(p)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2808",
+ "durability": null,
+ "name": "Black spear(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4583"
+ },
+ {
+ "requirements": "{0,10}",
+ "turn90cw_anim": "1207",
+ "examine": "A black tipped spear.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "309",
+ "stand_anim": "813",
+ "name": "Black spear(kp)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "4584",
+ "stand_turn_anim": "1209",
+ "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0"
+ },
+ {
+ "requirements": "{1,60}",
+ "ge_buy_limit": "10",
+ "examine": "This looks pretty heavy.",
+ "durability": null,
+ "low_alchemy": "108000",
+ "high_alchemy": "162000",
+ "weight": "9",
+ "absorb": "3,0,6",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "161000",
+ "name": "Dragon plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4585",
+ "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "161000",
+ "durability": null,
+ "name": "Dragon plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4586"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "821",
+ "examine": "A vicious, curved sword.",
+ "walk_anim": "819",
+ "has_special": "true",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "65400",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "4587",
+ "stand_turn_anim": "823",
+ "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0",
+ "requirements": "{0,60}",
+ "shop_price": "100000",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "1.8",
+ "weapon_interface": "6",
+ "render_anim": "1",
+ "lendable": "true",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Dragon scimitar"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "65400",
+ "durability": null,
+ "name": "Dragon scimitar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4588"
+ },
+ {
+ "examine": "Keys to the Mayor's house. (The Feud)",
+ "durability": null,
+ "name": "Keys",
+ "archery_ticket_price": "0",
+ "id": "4589"
+ },
+ {
+ "examine": "The Mayor of Pollnivneach's wife's jewels.",
+ "durability": null,
+ "name": "Jewels",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4590"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Wear it on your head.",
+ "durability": null,
+ "name": "Karidian headpiece",
+ "archery_ticket_price": "0",
+ "id": "4591"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Makes me itch.",
+ "durability": null,
+ "name": "Fake beard",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4593"
+ },
+ {
+ "shop_price": "160",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Note",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "4597"
+ },
+ {
+ "shop_price": "160",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Note",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "4598"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A handy little club made out of oak.",
+ "durability": null,
+ "name": "Oak-blackjack",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "4599",
+ "weapon_interface": "10",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "600",
+ "ge_buy_limit": "100",
+ "examine": "A handy little club made out of willow.",
+ "durability": null,
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "1",
+ "attack_speed": "4",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "321",
+ "name": "Willow-blackjack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4600",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,8,0,0,0"
+ },
+ {
+ "examine": "Dung of the Camelus Horribleus variety.",
+ "durability": null,
+ "name": "Ugthanki dung",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "4601"
+ },
+ {
+ "examine": "Dung of the Camelus Horribleus variety.",
+ "durability": null,
+ "name": "Ugthanki dung",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "4602"
+ },
+ {
+ "shop_price": "2",
+ "examine": "A receipt for one 'Camelus Horribleus",
+ "durability": null,
+ "name": "Receipt",
+ "archery_ticket_price": "0",
+ "id": "4603"
+ },
+ {
+ "examine": "A red viscous liquid in a vial.",
+ "durability": null,
+ "name": "Hag's poison",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4604"
+ },
+ {
+ "examine": "Makes a hissing sound.",
+ "durability": null,
+ "name": "Snake charm",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4605",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "This is used to hold snakes.",
+ "durability": null,
+ "name": "Snake basket",
+ "archery_ticket_price": "0",
+ "id": "4606"
+ },
+ {
+ "examine": "This basket contains a snake.",
+ "durability": null,
+ "name": "Snake basket full",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4607"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "1000",
+ "examine": "A meaty and very hot kebab.",
+ "grand_exchange_price": "403",
+ "durability": null,
+ "name": "Super kebab",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "4608"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "403",
+ "durability": null,
+ "name": "Super kebab",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4609"
+ },
+ {
+ "examine": "The bottle feels warm.",
+ "durability": null,
+ "name": "Red hot sauce",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4610"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A disguise suitable for the desert.",
+ "durability": null,
+ "name": "Desert disguise",
+ "archery_ticket_price": "0",
+ "id": "4611",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "durability": null,
+ "name": "Willow-blackjack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4612"
+ },
+ {
+ "shop_price": "75",
+ "examine": "It has a picture of a dragon on it.",
+ "durability": null,
+ "name": "Spinning plate",
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "archery_ticket_price": "0",
+ "id": "4613"
+ },
+ {
+ "examine": "Alas...",
+ "durability": null,
+ "name": "Broken plate",
+ "archery_ticket_price": "0",
+ "id": "4614"
+ },
+ {
+ "examine": "An archaeologist's notes.",
+ "durability": null,
+ "name": "Varmen's notes",
+ "archery_ticket_price": "0",
+ "id": "4616"
+ },
+ {
+ "examine": "The museum curator's key (The Golem).",
+ "durability": null,
+ "name": "Display cabinet key",
+ "archery_ticket_price": "0",
+ "id": "4617"
+ },
+ {
+ "examine": "It's pretty, but you wish you knew what it was.",
+ "durability": null,
+ "name": "Strange implement",
+ "archery_ticket_price": "0",
+ "id": "4619"
+ },
+ {
+ "examine": "It looks horrible.On ground: Not good for eating.",
+ "durability": null,
+ "name": "Black mushroom",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4620"
+ },
+ {
+ "examine": "A long feather patterned like a flame.",
+ "durability": null,
+ "name": "Phoenix feather",
+ "archery_ticket_price": "0",
+ "id": "4621"
+ },
+ {
+ "examine": "Black ink made out of mushrooms.",
+ "durability": null,
+ "name": "Black mushroom ink",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4622"
+ },
+ {
+ "examine": "A phoenix feather dipped in ink.",
+ "durability": null,
+ "name": "Phoenix quill pen",
+ "archery_ticket_price": "0",
+ "id": "4623"
+ },
+ {
+ "examine": "It reads 'YOUR TASK IS DONE'.",
+ "durability": null,
+ "name": "Golem program",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4624"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
+ "examine": "A cheeky little lager from the Bandit Camp.",
+ "grand_exchange_price": "1133",
+ "durability": null,
+ "name": "Bandit's brew",
+ "tradeable": "true",
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "archery_ticket_price": "0",
+ "id": "4627"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1133",
+ "durability": null,
+ "name": "Bandit's brew",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4628"
+ },
+ {
+ "examine": "A copy of the engravings found on a mysterious stone tablet.",
+ "durability": null,
+ "name": "Etchings",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "4654"
+ },
+ {
+ "examine": "A rough translation made from archaeological etchings.",
+ "durability": null,
+ "name": "Translation",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4655"
+ },
+ {
+ "examine": "This key is unusally warm to the touch.",
+ "durability": null,
+ "name": "Warm key",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "4656"
+ },
+ {
+ "examine": "A ring that allows you to see things that are normally invisible.",
+ "durability": null,
+ "name": "Ring of visibility",
+ "archery_ticket_price": "0",
+ "id": "4657",
+ "equipment_slot": "12"
+ },
+ {
+ "examine": "Frank's shiny silver coated pot.",
+ "durability": null,
+ "name": "Silver pot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4658"
+ },
+ {
+ "examine": "A silver pot made by Ruantun and blessed on Entrana.",
+ "durability": null,
+ "name": "Blessed pot",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4659"
+ },
+ {
+ "examine": "Frank's shiny silver coated pot.",
+ "durability": null,
+ "name": "Silver pot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4660"
+ },
+ {
+ "examine": "A silver pot made by Ruantun and blessed on Entrana.",
+ "durability": null,
+ "name": "Blessed pot",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4661"
+ },
+ {
+ "examine": "Frank's shiny silver coated pot.",
+ "durability": null,
+ "name": "Silver pot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4662"
+ },
+ {
+ "examine": "A silver pot made by Ruantun and blessed on Entrana.",
+ "durability": null,
+ "name": "Blessed pot",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4663"
+ },
+ {
+ "examine": "Frank's shiny silver coated pot.",
+ "durability": null,
+ "name": "Silver pot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4664"
+ },
+ {
+ "examine": "A silver pot made by Ruantun and blessed on Entrana.",
+ "durability": null,
+ "name": "Blessed pot",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4665"
+ },
+ {
+ "examine": "Frank's shiny silver coated pot.",
+ "durability": null,
+ "name": "Silver pot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4666"
+ },
+ {
+ "examine": "A silver pot made by Ruantun and blessed on Entrana.",
+ "durability": null,
+ "name": "Blessed pot",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4667"
+ },
+ {
+ "examine": "Finely ground garlic powder.",
+ "durability": null,
+ "name": "Garlic powder",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "4668"
+ },
+ {
+ "examine": "The Diamond of Blood.",
+ "durability": null,
+ "name": "Blood diamond",
+ "archery_ticket_price": "0",
+ "id": "4670"
+ },
+ {
+ "examine": "The Diamond of Ice.",
+ "durability": null,
+ "name": "Ice diamond",
+ "archery_ticket_price": "0",
+ "id": "4671"
+ },
+ {
+ "examine": "The Diamond of Smoke.",
+ "durability": null,
+ "name": "Smoke diamond",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4672"
+ },
+ {
+ "examine": "The Diamond of Shadow.",
+ "durability": null,
+ "name": "Shadow diamond",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4673"
+ },
+ {
+ "examine": "An old and strangely shaped metal cross.",
+ "durability": null,
+ "name": "Gilded cross",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "4674"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A magical staff of ancient origin...",
+ "walk_anim": "1205",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "59300",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "4675",
+ "stand_turn_anim": "1209",
+ "bonuses": "10,-1,40,15,0,2,3,1,15,0,0,50,-1,0,0",
+ "requirements": "{0,50}-{6,50}",
+ "shop_price": "80000",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "2.25",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "lendable": "true",
+ "attack_audios": "2555,0,0,0",
+ "name": "Ancient staff"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "59300",
+ "durability": null,
+ "name": "Ancient staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4676"
+ },
+ {
+ "examine": "It's an amulet of cat speak. It makes vague purring noises.",
+ "durability": null,
+ "name": "Catspeak amulet",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4677",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Varies. See Types",
+ "durability": null,
+ "name": "Canopic jar",
+ "weight": "4",
+ "archery_ticket_price": "0",
+ "id": "4678"
+ },
+ {
+ "examine": "Varies. See Types",
+ "durability": null,
+ "name": "Canopic jar",
+ "weight": "4",
+ "archery_ticket_price": "0",
+ "id": "4679"
+ },
+ {
+ "examine": "Varies. See Types",
+ "durability": null,
+ "name": "Canopic jar",
+ "weight": "4",
+ "archery_ticket_price": "0",
+ "id": "4680"
+ },
+ {
+ "examine": "Varies. See Types",
+ "durability": null,
+ "name": "Canopic jar",
+ "weight": "4",
+ "archery_ticket_price": "0",
+ "id": "4681"
+ },
+ {
+ "shop_price": "300",
+ "examine": "A blessed holy symbol of Saradomin.",
+ "grand_exchange_price": "112",
+ "durability": null,
+ "name": "Holy symbol",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "4682",
+ "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,0,8,0"
+ },
+ {
+ "shop_price": "135",
+ "examine": "An unholy symbol of Zamorak.",
+ "grand_exchange_price": "52",
+ "durability": null,
+ "name": "Unholy symbol",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "4683",
+ "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,0,8,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "One sheet of mummy wrap.",
+ "durability": null,
+ "name": "Linen",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "4684"
+ },
+ {
+ "examine": "Little book of embalming by Bod E. Wrapper.",
+ "durability": null,
+ "name": "Embalming manual",
+ "archery_ticket_price": "0",
+ "id": "4686"
+ },
+ {
+ "examine": "It's a bucket of sap.",
+ "durability": null,
+ "name": "Bucket of sap",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "4687"
+ },
+ {
+ "examine": "A little heap of salt.",
+ "durability": null,
+ "name": "Pile of salt",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "4689"
+ },
+ {
+ "examine": "Miniature golden statue of a sphinx.",
+ "durability": null,
+ "name": "Sphinx's token",
+ "archery_ticket_price": "0",
+ "id": "4691"
+ },
+ {
+ "shop_price": "130000",
+ "examine": "A very delicate sheet of gold.",
+ "grand_exchange_price": "132580",
+ "durability": null,
+ "name": "Gold leaf",
+ "tradeable": "true",
+ "low_alchemy": "52000",
+ "high_alchemy": "78000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4692"
+ },
+ {
+ "examine": "It's a bucket of salty water.",
+ "durability": null,
+ "name": "Full bucket",
+ "archery_ticket_price": "0",
+ "id": "4693"
+ },
+ {
+ "shop_price": "11151",
+ "ge_buy_limit": "25000",
+ "examine": "A combined Water and Fire Rune.",
+ "grand_exchange_price": "48",
+ "durability": null,
+ "name": "Steam rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "4694"
+ },
+ {
+ "shop_price": "11151",
+ "ge_buy_limit": "25000",
+ "examine": "A combined air and water rune.",
+ "grand_exchange_price": "249",
+ "durability": null,
+ "name": "Mist rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "4695"
+ },
+ {
+ "shop_price": "11151",
+ "ge_buy_limit": "25000",
+ "examine": "A combined Air and Earth Rune.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Dust rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "4696"
+ },
+ {
+ "shop_price": "11151",
+ "ge_buy_limit": "25000",
+ "examine": "A combined Air and Fire Rune.",
+ "grand_exchange_price": "148",
+ "durability": null,
+ "name": "Smoke rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "4697"
+ },
+ {
+ "shop_price": "11151",
+ "ge_buy_limit": "25000",
+ "examine": "A combined Earth and Water rune.",
+ "grand_exchange_price": "657",
+ "durability": null,
+ "name": "Mud rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "4698"
+ },
+ {
+ "shop_price": "11151",
+ "ge_buy_limit": "25000",
+ "examine": "A combined earth and fire rune.",
+ "grand_exchange_price": "49",
+ "durability": null,
+ "name": "Lava rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "4699"
+ },
+ {
+ "examine": "You need to add lamp oil before you can use it.",
+ "durability": null,
+ "name": "Sapphire lantern",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4700"
+ },
+ {
+ "examine": "A bullseye lantern with a sapphire for a lens.",
+ "durability": null,
+ "name": "Sapphire lantern",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4701"
+ },
+ {
+ "examine": "A lantern casting a bright blue beam.",
+ "durability": null,
+ "name": "Sapphire lantern",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "4702"
+ },
+ {
+ "shop_price": "975000",
+ "examine": "A magic stone to make high-level furniture.",
+ "grand_exchange_price": "977755",
+ "durability": null,
+ "name": "Magic stone",
+ "tradeable": "true",
+ "low_alchemy": "390000",
+ "high_alchemy": "585000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4703"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "A magic stone bowl for catching the tears of Guthix.",
+ "walk_anim": "819",
+ "durability": null,
+ "destroy": "true",
+ "weight": "1.8",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "1",
+ "equipment_slot": "3",
+ "stand_anim": "808",
+ "name": "Stone bowl",
+ "tradeable": "false",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "4704",
+ "stand_turn_anim": "823"
+ },
+ {
+ "examine": "This book must be really old!",
+ "durability": null,
+ "name": "Crumbling tome",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "4707"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}-{6,70}",
+ "ge_buy_limit": "10",
+ "examine": "Ahrim the Blighted's leather hood.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "0.9",
+ "absorb": "5,2,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "94300",
+ "name": "Ahrim's hood",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4708",
+ "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "94300",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ahrim's hood",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4709"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "Ahrim the Blighted's quarterstaff.",
+ "walk_anim": "1205",
+ "rare_item": "true",
+ "low_alchemy": "34000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "69500",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "4710",
+ "stand_turn_anim": "1209",
+ "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0",
+ "requirements": "{0,70}-{6,70}",
+ "durability": null,
+ "high_alchemy": "51000",
+ "weight": "2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Ahrim's staff"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "69500",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ahrim's staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4711"
+ },
+ {
+ "requirements": "{1,70}-{6,70}",
+ "ge_buy_limit": "10",
+ "examine": "Ahrim the Blighted's armoured robe top.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "5",
+ "absorb": "10,5,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1000000",
+ "name": "Ahrim's robetop",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4712",
+ "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1000000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ahrim's robetop",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4713"
+ },
+ {
+ "requirements": "{1,70}-{6,70}",
+ "ge_buy_limit": "10",
+ "examine": "Ahrim the Blighted's armoured robe skirt.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "12",
+ "absorb": "7,3,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1700000",
+ "name": "Ahrim's robeskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4714",
+ "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1700000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ahrim's robeskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4715"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Dharok the Wretched's helm.",
+ "durability": "1",
+ "rare_item": "true",
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1300000",
+ "name": "Dharok's helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4716",
+ "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1300000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Dharok's helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4717"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "821",
+ "examine": "Dharok the Wretched's greataxe.",
+ "walk_anim": "2064",
+ "rare_item": "true",
+ "low_alchemy": "83200",
+ "turn90ccw_anim": "822",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "820",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2067,2067,2066,2067",
+ "grand_exchange_price": "516900",
+ "stand_anim": "2065",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "4718",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
+ "requirements": "{0,70}-{2,70}",
+ "durability": null,
+ "high_alchemy": "124800",
+ "weight": "13",
+ "weapon_interface": "2",
+ "render_anim": "134",
+ "name": "Dharok's greataxe"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "516900",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Dharok's greataxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4719"
+ },
+ {
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Dharok the Wretched's platebody armour.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9.9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "511400",
+ "name": "Dharok's platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4720",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "511400",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Dharok's platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4721"
+ },
+ {
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Dharok the Wretched's plate leg armour.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "10",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "748800",
+ "name": "Dharok's platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4722",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "748800",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Dharok's platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4723"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Guthan the Infested's helm",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "2",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "396300",
+ "name": "Guthan's helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4724",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "396300",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Guthan's helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4725"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "Guthan the Infested's warspear.",
+ "walk_anim": "1205",
+ "rare_item": "true",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "588400",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "4726",
+ "stand_turn_anim": "1209",
+ "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Guthan's warspear"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "588400",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Guthan's warspear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4727"
+ },
+ {
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Guthan the Infested's platebody armour.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "316800",
+ "name": "Guthan's platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4728",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "316800",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Guthan's platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4729"
+ },
+ {
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Guthan the Infested's chainskirt.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "8",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "315600",
+ "name": "Guthan's chainskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4730",
+ "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "315600",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Guthan's chainskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4731"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}-{4,70}",
+ "ge_buy_limit": "1",
+ "examine": "Karil the Tainted's coif.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "absorb": "0,5,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "38900",
+ "name": "Karil's coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4732",
+ "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "38900",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Karil's coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4733"
+ },
+ {
+ "ge_buy_limit": "1",
+ "turn90cw_anim": "2076",
+ "examine": "Karil the Tainted's repeating crossbow.",
+ "walk_anim": "2076",
+ "rare_item": "true",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2076",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "2076",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2075,2075,2075,2075",
+ "grand_exchange_price": "188000",
+ "stand_anim": "2074",
+ "tradeable": "true",
+ "run_anim": "2077",
+ "archery_ticket_price": "0",
+ "id": "4734",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,70}",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
+ "weapon_interface": "17",
+ "render_anim": "372",
+ "attack_audios": "2700,0,0,0",
+ "name": "Karil's crossbow"
+ },
+ {
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "188000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Karil's crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "",
+ "id": "4735"
+ },
+ {
+ "requirements": "{1,70}-{4,70}",
+ "ge_buy_limit": "10000",
+ "examine": "Karil the Tainted's leather body armour.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "6",
+ "absorb": "0,10,5",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1800000",
+ "name": "Karil's leathertop",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4736",
+ "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1800000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Karil's leathertop",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4737"
+ },
+ {
+ "requirements": "{1,70}-{4,70}",
+ "ge_buy_limit": "10000",
+ "examine": "Karil the Tainted's leather skirt.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "2",
+ "absorb": "0,7,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "217000",
+ "name": "Karil's leatherskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4738",
+ "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "217000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Karil's leatherskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4739"
+ },
+ {
+ "requirements": "{4,70}",
+ "shop_price": "420",
+ "ge_buy_limit": "10000",
+ "examine": "Must need a special type of crossbow to use this.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "equipment_slot": "13",
+ "grand_exchange_price": "238",
+ "name": "Bolt rack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4740",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,55"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Torag the Corrupted's helm.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "5",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "139000",
+ "name": "Torag's helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4745",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "139000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Torag's helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4746"
+ },
+ {
+ "requirements": "{0,70}-{2,70}",
+ "ge_buy_limit": "1000",
+ "examine": "Torag the Corrupted's twin hammers.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "64000",
+ "high_alchemy": "96000",
+ "weight": "3",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2068,2068,2068,2068",
+ "grand_exchange_price": "111600",
+ "attack_audios": "1332,0,0,0",
+ "name": "Torag's hammers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4747",
+ "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "111600",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Torag's hammers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4748"
+ },
+ {
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Torag the Corrupted's platebody armour.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "346200",
+ "name": "Torag's platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4749",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "346200",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Torag's platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4750"
+ },
+ {
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Torag the Corrupted's plate leg armour.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "9",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "427200",
+ "name": "Torag's platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4751",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "427200",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Torag's platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4752"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Verac the Defiled's helm.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "687200",
+ "name": "Verac's helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4753",
+ "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "687200",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Verac's helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4754"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "2060",
+ "examine": "Verac the Defiled's flail.",
+ "walk_anim": "1830",
+ "rare_item": "true",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2060",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "2060",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2062,2062,2062,2062",
+ "grand_exchange_price": "135500",
+ "stand_anim": "1832",
+ "tradeable": "true",
+ "run_anim": "1831",
+ "archery_ticket_price": "0",
+ "id": "4755",
+ "stand_turn_anim": "823",
+ "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
+ "weapon_interface": "8",
+ "render_anim": "1426",
+ "attack_audios": "1323,0,0,0",
+ "name": "Verac's flail"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "135500",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Verac's flail",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4756"
+ },
+ {
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Verac the Defiled's brassard.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "5",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "270000",
+ "name": "Verac's brassard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4757",
+ "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "270000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Verac's brassard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4758"
+ },
+ {
+ "requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Verac the Defiled's plate skirt.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "411400",
+ "name": "Verac's plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4759",
+ "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "411400",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Verac's plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4760"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "1000",
+ "examine": "Blunt bronze arrow...ouch",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "equipment_slot": "13",
+ "grand_exchange_price": "39",
+ "name": "Bronze brutal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4773",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,11"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "1000",
+ "examine": "Blunt iron arrow...ouch",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "equipment_slot": "13",
+ "grand_exchange_price": "14",
+ "name": "Iron brutal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4778",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,13"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "1000",
+ "examine": "Blunt steel arrow...ouch",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "20",
+ "name": "Steel brutal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4783",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,19"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "1000",
+ "examine": "Blunt black arrow...ouch",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "equipment_slot": "13",
+ "grand_exchange_price": "63",
+ "name": "Black brutal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4788",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22"
+ },
+ {
+ "requirements": "{4,30}",
+ "shop_price": "20",
+ "ge_buy_limit": "1000",
+ "examine": "Blunt mithril arrow...ouch",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "equipment_slot": "13",
+ "grand_exchange_price": "80",
+ "name": "Mithril brutal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4793",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,34"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "1000",
+ "examine": "Blunt adamant arrow...ouch",
+ "durability": null,
+ "low_alchemy": "38",
+ "high_alchemy": "57",
+ "equipment_slot": "13",
+ "grand_exchange_price": "154",
+ "name": "Adamant brutal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4798",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45"
+ },
+ {
+ "requirements": "{4,30}",
+ "shop_price": "180",
+ "ge_buy_limit": "1000",
+ "examine": "Blunt rune arrow...ouch",
+ "durability": null,
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "equipment_slot": "13",
+ "grand_exchange_price": "188",
+ "name": "Rune brutal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4803",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60"
+ },
+ {
+ "examine": "A very black prism.",
+ "durability": null,
+ "name": "Black prism",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "4808"
+ },
+ {
+ "examine": "A half torn necromantic page.",
+ "durability": null,
+ "name": "Torn page",
+ "archery_ticket_price": "0",
+ "id": "4809"
+ },
+ {
+ "examine": "It's about to fall apart.",
+ "durability": null,
+ "name": "Ruined backpack",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "4810"
+ },
+ {
+ "examine": "A white ceramic mug with a dragon insignia.",
+ "durability": null,
+ "name": "Dragon inn tankard",
+ "archery_ticket_price": "0",
+ "id": "4811"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A pile of Zombie Ogre bones.",
+ "grand_exchange_price": "1167",
+ "durability": null,
+ "name": "Zogre bones",
+ "tradeable": "true",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "4812"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1167",
+ "durability": null,
+ "name": "Zogre bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4813"
+ },
+ {
+ "examine": "A classic realist charcoal portrait of Sithik.",
+ "durability": null,
+ "name": "Sithik portrait",
+ "archery_ticket_price": "0",
+ "id": "4814"
+ },
+ {
+ "examine": "A classic realist charcoal portrait of Sithik.",
+ "durability": null,
+ "name": "Sithik portrait",
+ "archery_ticket_price": "0",
+ "id": "4815"
+ },
+ {
+ "examine": "A signed classic realist charcoal portrait of Sithik.",
+ "durability": null,
+ "name": "Signed portrait",
+ "archery_ticket_price": "0",
+ "id": "4816"
+ },
+ {
+ "examine": "A book explaining the art of portraiture.",
+ "durability": null,
+ "name": "Book of portraiture",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4817",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "An ancient ogre artefact-resembling a large heavy helm.",
+ "durability": null,
+ "name": "Ogre artefact",
+ "archery_ticket_price": "0",
+ "id": "4818"
+ },
+ {
+ "shop_price": "4",
+ "ge_buy_limit": "10000",
+ "examine": "Keeps things in place fairly permanently.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Bronze nails",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "4819"
+ },
+ {
+ "shop_price": "33",
+ "ge_buy_limit": "10000",
+ "examine": "Keeps things in place fairly permanently.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Iron nails",
+ "tradeable": "true",
+ "low_alchemy": "13",
+ "high_alchemy": "19",
+ "archery_ticket_price": "0",
+ "id": "4820"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Keeps things in place fairly permanently.",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Black nails",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "4821"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Keeps things in place fairly permanently.",
+ "grand_exchange_price": "35",
+ "durability": null,
+ "name": "Mithril nails",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "archery_ticket_price": "0",
+ "id": "4822"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Keeps things in place fairly permanently.",
+ "grand_exchange_price": "87",
+ "durability": null,
+ "name": "Adamantite nails",
+ "tradeable": "true",
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "archery_ticket_price": "0",
+ "id": "4823"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Keeps things in place fairly permanently.",
+ "grand_exchange_price": "114",
+ "durability": null,
+ "name": "Rune nails",
+ "tradeable": "true",
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "archery_ticket_price": "0",
+ "id": "4824"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An unstrung composite ogre bow.",
+ "grand_exchange_price": "447",
+ "durability": null,
+ "name": "Unstrung comp bow",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "archery_ticket_price": "0",
+ "id": "4825"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "447",
+ "durability": null,
+ "name": "Unstrung comp bow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4826"
+ },
+ {
+ "requirements": "{4,30}",
+ "shop_price": "180",
+ "ge_buy_limit": "100",
+ "examine": "A composite ogre bow.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "225",
+ "attack_audios": "2700,0,0,0",
+ "name": "Comp ogre bow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4827",
+ "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "225",
+ "durability": null,
+ "name": "Comp ogre bow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4828"
+ },
+ {
+ "examine": "A book of H.A.M. affiliation",
+ "durability": null,
+ "name": "Book of 'h.a.m",
+ "archery_ticket_price": "0",
+ "id": "4829",
+ "equipment_slot": "5"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Ancient ogre bones from the ogre burial tomb.",
+ "grand_exchange_price": "5931",
+ "durability": null,
+ "name": "Fayrg bones",
+ "tradeable": "true",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "4830"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "5931",
+ "durability": null,
+ "name": "Fayrg bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4831"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Ancient ogre bones from the ogre burial tomb.",
+ "grand_exchange_price": "7093",
+ "durability": null,
+ "name": "Raurg bones",
+ "tradeable": "true",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "4832"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "7093",
+ "durability": null,
+ "name": "Raurg bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4833"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Ancient ogre bones from the burial tomb.",
+ "grand_exchange_price": "16300",
+ "durability": null,
+ "name": "Ourg bones",
+ "tradeable": "true",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "4834"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "16300",
+ "durability": null,
+ "name": "Ourg bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4835"
+ },
+ {
+ "examine": "Some strange liquid given to you by Zavistic Rarve.",
+ "durability": null,
+ "name": "Strange potion",
+ "archery_ticket_price": "0",
+ "id": "4836"
+ },
+ {
+ "examine": "A book of necromantic spells.",
+ "durability": null,
+ "name": "Necromancy book",
+ "archery_ticket_price": "0",
+ "id": "4837",
+ "equipment_slot": "5"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "4838"
},
{
- "id": "4839",
- "name": "Ogre gate key",
"examine": "A key to some sort of special tomb area.",
+ "durability": null,
+ "name": "Ogre gate key",
"archery_ticket_price": "0",
- "durability": null
+ "id": "4839"
},
{
- "id": "4840",
- "name": "Rogue's purse potion(unf)",
+ "ge_buy_limit": "100",
"examine": "I need another ingredient to finish this rogue's purse potion.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "2194",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4841",
"name": "Rogue's purse potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4840"
},
{
- "id": "4842",
- "name": "Relicym's balm(4)",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2194",
+ "durability": null,
+ "name": "Rogue's purse potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4841"
+ },
+ {
+ "shop_price": "200",
+ "ge_buy_limit": "1000",
"examine": "4 doses of Relicym's balm, which helps cure disease.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1430",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "4843",
"name": "Relicym's balm(4)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "4842"
},
{
- "id": "4844",
- "name": "Relicym's balm(3)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1430",
+ "durability": null,
+ "name": "Relicym's balm(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4843"
+ },
+ {
+ "shop_price": "200",
+ "ge_buy_limit": "1000",
"examine": "3 doses of Relicym's balm, which helps cure disease.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "654",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "4845",
"name": "Relicym's balm(3)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "4844"
},
{
- "id": "4846",
- "name": "Relicym's balm(2)",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "654",
+ "durability": null,
+ "name": "Relicym's balm(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4845"
+ },
+ {
+ "shop_price": "200",
+ "ge_buy_limit": "1000",
"examine": "2 doses of Relicym's balm, which helps cure disease.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "325",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "4847",
"name": "Relicym's balm(2)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "4846"
},
{
- "id": "4848",
- "name": "Relicym's balm(1)",
- "examine": "1 dose of Relicym's balm, which helps cure disease.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1000",
+ "grand_exchange_price": "325",
+ "durability": null,
+ "name": "Relicym's balm(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4847"
+ },
+ {
"shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "4849",
+ "ge_buy_limit": "1000",
+ "examine": "1 dose of Relicym's balm, which helps cure disease.",
+ "grand_exchange_price": "204",
+ "durability": null,
"name": "Relicym's balm(1)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "4848"
},
{
- "id": "4850",
- "name": "Ogre coffin key",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "204",
+ "durability": null,
+ "name": "Relicym's balm(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4849"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "A key which opens a coffin!",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1963",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "4851",
"name": "Ogre coffin key",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "4850"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1963",
+ "durability": null,
+ "name": "Ogre coffin key",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4851"
},
{
- "id": "4852",
- "name": "Bonemeal",
"examine": "A pot of crushed fayrg bones.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4852"
},
{
- "id": "4853",
- "name": "Bonemeal",
"examine": "A pot of crushed raurg bones.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4853"
},
{
- "id": "4854",
- "name": "Bonemeal",
"examine": "A pot of crushed ourg bones.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
- },
- {
- "id": "4855",
"name": "Bonemeal",
- "examine": "A pot of crushed gorilla monkey bones.",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "4854"
},
{
- "id": "4856",
+ "examine": "A pot of crushed [type of bones].",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "4855"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's leather hood.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "0.9",
+ "absorb": "5,2,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "77678",
"name": "Ahrim's hood 100",
- "examine": "Ahrim the Blighted's leather hood.",
- "absorb": "5,2,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,70}-{6,70}",
- "weight": "0.9"
+ "id": "4856",
+ "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0"
},
{
- "id": "4857",
+ "remove_head": "true",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's leather hood.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "0.9",
+ "absorb": "5,2,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "77678",
"name": "Ahrim's hood 75",
- "examine": "Ahrim the Blighted's leather hood.",
- "absorb": "5,2,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,70}-{6,70}",
- "weight": "0.9"
+ "id": "4857",
+ "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0"
},
{
- "id": "4858",
+ "remove_head": "true",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's leather hood.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "0.9",
+ "absorb": "5,2,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "77678",
"name": "Ahrim's hood 50",
- "examine": "Ahrim the Blighted's leather hood.",
- "absorb": "5,2,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,70}-{6,70}",
- "weight": "0.9"
+ "id": "4858",
+ "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0"
},
{
- "id": "4859",
+ "remove_head": "true",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's leather hood.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "0.9",
+ "absorb": "5,2,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "77678",
"name": "Ahrim's hood 25",
- "examine": "Ahrim the Blighted's leather hood.",
- "absorb": "5,2,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,70}-{6,70}",
- "weight": "0.9"
+ "id": "4859",
+ "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0"
},
{
- "id": "4860",
- "name": "Ahrim's hood 0",
- "examine": "Ahrim the Blighted's leather hood.",
- "absorb": "5,2,0",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "10",
"remove_head": "true",
"requirements": "{1,70}-{6,70}",
+ "ge_buy_limit": "10",
+ "examine": "Ahrim the Blighted's leather hood.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "0.9",
+ "absorb": "5,2,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "51700",
+ "name": "Ahrim's hood 0",
"tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "4861",
- "name": "Ahrim's hood 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4860"
},
{
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "51700",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ahrim's hood 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4861"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "Ahrim the Blighted's quarterstaff.",
+ "walk_anim": "1205",
+ "low_alchemy": "34000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "6",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "50655",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "4862",
- "name": "Ahrim's staff 100",
- "examine": "Ahrim the Blighted's quarterstaff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "6",
- "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,70}-{6,70}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0",
+ "requirements": "{0,70}-{6,70}",
+ "durability": null,
+ "high_alchemy": "51000",
+ "weight": "2",
"weapon_interface": "1",
- "weight": "2"
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Ahrim's staff 100"
},
{
+ "turn90cw_anim": "1207",
+ "examine": "Ahrim the Blighted's quarterstaff.",
+ "walk_anim": "1205",
+ "low_alchemy": "34000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "6",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "50655",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "4863",
- "name": "Ahrim's staff 75",
- "examine": "Ahrim the Blighted's quarterstaff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "6",
- "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,70}-{6,70}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0",
+ "requirements": "{0,70}-{6,70}",
+ "durability": null,
+ "high_alchemy": "51000",
+ "weight": "2",
"weapon_interface": "1",
- "weight": "2"
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Ahrim's staff 75"
},
{
+ "turn90cw_anim": "1207",
+ "examine": "Ahrim the Blighted's quarterstaff.",
+ "walk_anim": "1205",
+ "low_alchemy": "34000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "6",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "50655",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "4864",
- "name": "Ahrim's staff 50",
- "examine": "Ahrim the Blighted's quarterstaff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "6",
- "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,70}-{6,70}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0",
+ "requirements": "{0,70}-{6,70}",
+ "durability": null,
+ "high_alchemy": "51000",
+ "weight": "2",
"weapon_interface": "1",
- "weight": "2"
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Ahrim's staff 50"
},
{
+ "turn90cw_anim": "1207",
+ "examine": "Ahrim the Blighted's quarterstaff.",
+ "walk_anim": "1205",
+ "low_alchemy": "34000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "6",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "50655",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "4865",
- "name": "Ahrim's staff 25",
- "examine": "Ahrim the Blighted's quarterstaff.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "6",
+ "stand_turn_anim": "1209",
"bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
"requirements": "{0,70}-{6,70}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "51000",
+ "weight": "2",
"weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "4866",
- "name": "Ahrim's staff 0",
- "examine": "Ahrim the Blighted's quarterstaff.",
- "archery_ticket_price": "0",
+ "render_anim": "28",
"attack_audios": "2555,0,0,0",
- "attack_speed": "6",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "28",
+ "name": "Ahrim's staff 25"
+ },
+ {
"requirements": "{0,70}-{6,70}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
+ "ge_buy_limit": "10",
"turn90cw_anim": "1207",
+ "examine": "Ahrim the Blighted's quarterstaff.",
"walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "34000",
+ "high_alchemy": "51000",
+ "weight": "2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "6",
"weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "4867",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "50600",
+ "stand_anim": "813",
+ "attack_audios": "2555,0,0,0",
"name": "Ahrim's staff 0",
- "examine": "Swap this note at any bank for the equivalent item.",
+ "tradeable": "true",
+ "run_anim": "1210",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4866",
+ "stand_turn_anim": "1209"
},
{
- "id": "4868",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "50600",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ahrim's staff 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4867"
+ },
+ {
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's armoured robe top.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "5",
+ "absorb": "10,5,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1458307",
"name": "Ahrim's top 100",
- "examine": "Ahrim the Blighted's armoured robe top.",
- "absorb": "10,5,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{6,70}",
- "weight": "5"
+ "id": "4868",
+ "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0"
},
{
- "id": "4869",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's armoured robe top.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "5",
+ "absorb": "10,5,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1458307",
"name": "Ahrim's top 75",
- "examine": "Ahrim the Blighted's armoured robe top.",
- "absorb": "10,5,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{6,70}",
- "weight": "5"
+ "id": "4869",
+ "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0"
},
{
- "id": "4870",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's armoured robe top.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "5",
+ "absorb": "10,5,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1458307",
"name": "Ahrim's top 50",
- "examine": "Ahrim the Blighted's armoured robe top.",
- "absorb": "10,5,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{6,70}",
- "weight": "5"
+ "id": "4870",
+ "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0"
},
{
- "id": "4871",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's armoured robe top.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "5",
+ "absorb": "10,5,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1458307",
"name": "Ahrim's top 25",
- "examine": "Ahrim the Blighted's armoured robe top.",
- "absorb": "10,5,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{6,70}",
- "weight": "5"
+ "id": "4871",
+ "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0"
},
{
- "id": "4872",
- "name": "Ahrim's top 0",
- "examine": "Ahrim the Blighted's armoured robe top.",
- "absorb": "10,5,0",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "remove_sleeves": "true",
"requirements": "{1,70}-{6,70}",
+ "ge_buy_limit": "10",
+ "examine": "Ahrim the Blighted's armoured robe top.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "5",
+ "absorb": "10,5,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1100000",
+ "name": "Ahrim's top 0",
"tradeable": "true",
- "weight": "5"
- },
- {
- "id": "4873",
- "name": "Ahrim's top 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4872"
},
{
- "id": "4874",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1100000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ahrim's top 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4873"
+ },
+ {
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's armoured robe skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "12",
+ "absorb": "7,3,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1561591",
"name": "Ahrim's skirt 100",
- "examine": "Ahrim the Blighted's armoured robe skirt.",
- "absorb": "7,3,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,70}-{6,70}",
- "weight": "12"
+ "id": "4874",
+ "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0"
},
{
- "id": "4875",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's armoured robe skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "12",
+ "absorb": "7,3,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1561591",
"name": "Ahrim's skirt 75",
- "examine": "Ahrim the Blighted's armoured robe skirt.",
- "absorb": "7,3,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,70}-{6,70}",
- "weight": "12"
+ "id": "4875",
+ "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0"
},
{
- "id": "4876",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's armoured robe skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "12",
+ "absorb": "7,3,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1561591",
"name": "Ahrim's skirt 50",
- "examine": "Ahrim the Blighted's armoured robe skirt.",
- "absorb": "7,3,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,70}-{6,70}",
- "weight": "12"
+ "id": "4876",
+ "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0"
},
{
- "id": "4877",
+ "requirements": "{1,70}-{6,70}",
+ "examine": "Ahrim the Blighted's armoured robe skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "12",
+ "absorb": "7,3,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1561591",
"name": "Ahrim's skirt 25",
- "examine": "Ahrim the Blighted's armoured robe skirt.",
- "absorb": "7,3,0",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,70}-{6,70}",
- "weight": "12"
+ "id": "4877",
+ "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0"
},
{
- "id": "4878",
- "name": "Ahrim's skirt 0",
- "examine": "Ahrim the Blighted's armoured robe skirt.",
- "absorb": "7,3,0",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "10",
"requirements": "{1,70}-{6,70}",
+ "ge_buy_limit": "10",
+ "examine": "Ahrim the Blighted's armoured robe skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "12",
+ "absorb": "7,3,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1500000",
+ "name": "Ahrim's skirt 0",
"tradeable": "true",
- "weight": "12"
- },
- {
- "id": "4879",
- "name": "Ahrim's skirt 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4878"
},
{
- "id": "4880",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1500000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ahrim's skirt 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4879"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1355582",
"name": "Dharok's helm 100",
- "examine": "Dharok the Wretched's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "1"
+ "id": "4880",
+ "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0"
},
{
- "id": "4881",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1355582",
"name": "Dharok's helm 75",
- "examine": "Dharok the Wretched's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "1"
+ "id": "4881",
+ "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0"
},
{
- "id": "4882",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1355582",
"name": "Dharok's helm 50",
- "examine": "Dharok the Wretched's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "1"
+ "id": "4882",
+ "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0"
},
{
- "id": "4883",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1355582",
"name": "Dharok's helm 25",
- "examine": "Dharok the Wretched's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "1"
+ "id": "4883",
+ "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0"
},
{
- "id": "4884",
- "name": "Dharok's helm 0",
- "examine": "Dharok the Wretched's helm.",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "10",
"remove_head": "true",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Dharok the Wretched's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1300000",
+ "name": "Dharok's helm 0",
"tradeable": "true",
- "weight": "1"
- },
- {
- "id": "4885",
- "name": "Dharok's helm 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4884"
},
{
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1300000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Dharok's helm 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4885"
+ },
+ {
+ "turn90cw_anim": "2064",
+ "examine": "Dharok the Wretched's greataxe.",
+ "walk_anim": "2064",
+ "low_alchemy": "83200",
+ "turn90ccw_anim": "2064",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "2064",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2067,2067,2066,2067",
+ "grand_exchange_price": "454500",
+ "stand_anim": "2065",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "4886",
- "name": "Dharok's axe 100",
- "examine": "Dharok the Wretched's greataxe.",
- "archery_ticket_price": "0",
- "attack_anims": "2067,2067,2066,2067",
- "attack_audios": "1320,0,0,0",
- "attack_speed": "7",
- "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "render_anim": "134",
- "requirements": "{0,70}-{2,70}",
- "run_anim": "824",
- "stand_anim": "2065",
"stand_turn_anim": "823",
- "turn180_anim": "2064",
- "turn90ccw_anim": "2064",
- "turn90cw_anim": "2064",
- "two_handed": "true",
- "walk_anim": "2064",
+ "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
+ "requirements": "{0,70}-{2,70}",
+ "durability": null,
+ "high_alchemy": "124800",
+ "weight": "13",
"weapon_interface": "2",
- "weight": "13"
+ "render_anim": "134",
+ "attack_audios": "1320,0,0,0",
+ "name": "Dharok's axe 100"
},
{
+ "turn90cw_anim": "2064",
+ "examine": "Dharok the Wretched's greataxe.",
+ "walk_anim": "2064",
+ "low_alchemy": "83200",
+ "turn90ccw_anim": "2064",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "2064",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2067,2067,2066,2067",
+ "grand_exchange_price": "454500",
+ "stand_anim": "2065",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "4887",
- "name": "Dharok's axe 75",
- "examine": "Dharok the Wretched's greataxe.",
- "archery_ticket_price": "0",
- "attack_anims": "2067,2067,2066,2067",
- "attack_audios": "1320,0,0,0",
- "attack_speed": "7",
- "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "render_anim": "134",
- "requirements": "{0,70}-{2,70}",
- "run_anim": "824",
- "stand_anim": "2065",
"stand_turn_anim": "823",
- "turn180_anim": "2064",
- "turn90ccw_anim": "2064",
- "turn90cw_anim": "2064",
- "two_handed": "true",
- "walk_anim": "2064",
+ "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
+ "requirements": "{0,70}-{2,70}",
+ "durability": null,
+ "high_alchemy": "124800",
+ "weight": "13",
"weapon_interface": "2",
- "weight": "13"
+ "render_anim": "134",
+ "attack_audios": "1320,0,0,0",
+ "name": "Dharok's axe 75"
},
{
+ "turn90cw_anim": "2064",
+ "examine": "Dharok the Wretched's greataxe.",
+ "walk_anim": "2064",
+ "low_alchemy": "83200",
+ "turn90ccw_anim": "2064",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "2064",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2067,2067,2066,2067",
+ "grand_exchange_price": "454500",
+ "stand_anim": "2065",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "4888",
- "name": "Dharok's axe 50",
- "examine": "Dharok the Wretched's greataxe.",
- "archery_ticket_price": "0",
- "attack_anims": "2067,2067,2066,2067",
- "attack_audios": "1320,0,0,0",
- "attack_speed": "7",
- "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "render_anim": "134",
- "requirements": "{0,70}-{2,70}",
- "run_anim": "824",
- "stand_anim": "2065",
"stand_turn_anim": "823",
- "turn180_anim": "2064",
- "turn90ccw_anim": "2064",
- "turn90cw_anim": "2064",
- "two_handed": "true",
- "walk_anim": "2064",
+ "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
+ "requirements": "{0,70}-{2,70}",
+ "durability": null,
+ "high_alchemy": "124800",
+ "weight": "13",
"weapon_interface": "2",
- "weight": "13"
+ "render_anim": "134",
+ "attack_audios": "1320,0,0,0",
+ "name": "Dharok's axe 50"
},
{
+ "turn90cw_anim": "2064",
+ "examine": "Dharok the Wretched's greataxe.",
+ "walk_anim": "2064",
+ "low_alchemy": "83200",
+ "turn90ccw_anim": "2064",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "2064",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2067,2067,2066,2067",
+ "grand_exchange_price": "454500",
+ "stand_anim": "2065",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
"id": "4889",
- "name": "Dharok's axe 25",
- "examine": "Dharok the Wretched's greataxe.",
- "archery_ticket_price": "0",
- "attack_anims": "2067,2067,2066,2067",
- "attack_audios": "1320,0,0,0",
- "attack_speed": "7",
+ "stand_turn_anim": "823",
"bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "render_anim": "134",
"requirements": "{0,70}-{2,70}",
- "run_anim": "824",
- "stand_anim": "2065",
- "stand_turn_anim": "823",
- "turn180_anim": "2064",
- "turn90ccw_anim": "2064",
- "turn90cw_anim": "2064",
- "two_handed": "true",
- "walk_anim": "2064",
+ "durability": null,
+ "high_alchemy": "124800",
+ "weight": "13",
"weapon_interface": "2",
- "weight": "13"
- },
- {
- "id": "4890",
- "name": "Dharok's axe 0",
- "examine": "Dharok the Wretched's greataxe.",
- "archery_ticket_price": "0",
+ "render_anim": "134",
"attack_audios": "1320,0,0,0",
- "attack_speed": "7",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
+ "name": "Dharok's axe 25"
+ },
+ {
"ge_buy_limit": "10",
- "render_anim": "134",
- "requirements": "{0,70}-{2,70}",
- "run_anim": "824",
- "stand_anim": "2065",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "2064",
- "turn90ccw_anim": "2064",
"turn90cw_anim": "2064",
- "two_handed": "true",
+ "examine": "Dharok the Wretched's greataxe.",
"walk_anim": "2064",
+ "low_alchemy": "83200",
+ "turn90ccw_anim": "2064",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "2064",
+ "equipment_slot": "3",
+ "grand_exchange_price": "442600",
+ "stand_anim": "2065",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "4890",
+ "stand_turn_anim": "823",
+ "requirements": "{0,70}-{2,70}",
+ "durability": null,
+ "high_alchemy": "124800",
+ "weight": "13",
"weapon_interface": "2",
- "weight": "13"
+ "render_anim": "134",
+ "attack_audios": "1320,0,0,0",
+ "name": "Dharok's axe 0"
},
{
- "id": "4891",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "442600",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
"name": "Dharok's axe 0",
- "examine": "Swap this note at any bank for the equivalent item.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4891"
},
{
- "id": "4892",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9.9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "481600",
"name": "Dharok's body 100",
- "examine": "Dharok the Wretched's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9.9"
+ "id": "4892",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4893",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9.9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "481600",
"name": "Dharok's body 75",
- "examine": "Dharok the Wretched's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9.9"
+ "id": "4893",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4894",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9.9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "481600",
"name": "Dharok's body 50",
- "examine": "Dharok the Wretched's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9.9"
+ "id": "4894",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4895",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9.9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "481600",
"name": "Dharok's body 25",
- "examine": "Dharok the Wretched's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9.9"
+ "id": "4895",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4896",
- "name": "Dharok's body 0",
- "examine": "Dharok the Wretched's platebody armour.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "remove_sleeves": "true",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Dharok the Wretched's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9.9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "438200",
+ "name": "Dharok's body 0",
"tradeable": "true",
- "weight": "9.9"
- },
- {
- "id": "4897",
- "name": "Dharok's body 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4896"
},
{
- "id": "4898",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "438200",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Dharok's body 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4897"
+ },
+ {
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "10",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "897451",
"name": "Dharok's legs 100",
- "examine": "Dharok the Wretched's plate leg armour.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2243",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "10"
+ "id": "4898",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
},
{
- "id": "4899",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "10",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "897451",
"name": "Dharok's legs 75",
- "examine": "Dharok the Wretched's plate leg armour.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2243",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "10"
+ "id": "4899",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
},
{
- "id": "4900",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "10",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "897451",
"name": "Dharok's legs 50",
- "examine": "Dharok the Wretched's plate leg armour.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2243",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "10"
+ "id": "4900",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
},
{
- "id": "4901",
+ "requirements": "{1,70}",
+ "examine": "Dharok the Wretched's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "10",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "897451",
"name": "Dharok's legs 25",
- "examine": "Dharok the Wretched's plate leg armour.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2243",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "10"
+ "id": "4901",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
},
{
- "id": "4902",
- "name": "Dharok's legs 0",
- "examine": "Dharok the Wretched's plate leg armour.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2243",
- "equipment_slot": "7",
- "ge_buy_limit": "10",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Dharok the Wretched's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "10",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "676000",
+ "name": "Dharok's legs 0",
"tradeable": "true",
- "weight": "10"
- },
- {
- "id": "4903",
- "name": "Dharok's legs 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4902"
},
{
- "id": "4904",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "676000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Dharok's legs 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4903"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's helm",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "2",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "232455",
"name": "Guthan's helm 100",
- "examine": "Guthan the Infested's helm",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "2"
+ "id": "4904",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
},
{
- "id": "4905",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's helm",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "2",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "232455",
"name": "Guthan's helm 75",
- "examine": "Guthan the Infested's helm",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "2"
+ "id": "4905",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
},
{
- "id": "4906",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's helm",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "2",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "232455",
"name": "Guthan's helm 50",
- "examine": "Guthan the Infested's helm",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "2"
+ "id": "4906",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
},
{
- "id": "4907",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's helm",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "2",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "232455",
"name": "Guthan's helm 25",
- "examine": "Guthan the Infested's helm",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "2"
+ "id": "4907",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
},
{
- "id": "4908",
- "name": "Guthan's helm 0",
- "examine": "Guthan the Infested's helm",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "remove_beard": "true",
"remove_head": "true",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Guthan the Infested's helm",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "2",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "368200",
+ "name": "Guthan's helm 0",
"tradeable": "true",
- "weight": "2"
- },
- {
- "id": "4909",
- "name": "Guthan's helm 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4908"
},
{
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "368200",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Guthan's helm 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4909"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "Guthan the Infested's warspear.",
+ "walk_anim": "1205",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "371782",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "4910",
- "name": "Guthan's spear 100",
- "examine": "Guthan the Infested's warspear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_audios": "1316,0,0,0",
- "attack_speed": "5",
- "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,70}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
+ "render_anim": "28",
+ "attack_audios": "1316,0,0,0",
+ "name": "Guthan's spear 100"
},
{
+ "turn90cw_anim": "1207",
+ "examine": "Guthan the Infested's warspear.",
+ "walk_anim": "1205",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "371782",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "4911",
- "name": "Guthan's spear 75",
- "examine": "Guthan the Infested's warspear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_audios": "1316,0,0,0",
- "attack_speed": "5",
- "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,70}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
+ "render_anim": "28",
+ "attack_audios": "1316,0,0,0",
+ "name": "Guthan's spear 75"
},
{
+ "turn90cw_anim": "1207",
+ "examine": "Guthan the Infested's warspear.",
+ "walk_anim": "1205",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "371782",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "4912",
- "name": "Guthan's spear 50",
- "examine": "Guthan the Infested's warspear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_audios": "1316,0,0,0",
- "attack_speed": "5",
- "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,70}",
- "run_anim": "1210",
- "stand_anim": "813",
"stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
+ "render_anim": "28",
+ "attack_audios": "1316,0,0,0",
+ "name": "Guthan's spear 50"
},
{
+ "turn90cw_anim": "1207",
+ "examine": "Guthan the Infested's warspear.",
+ "walk_anim": "1205",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "371782",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
"id": "4913",
- "name": "Guthan's spear 25",
- "examine": "Guthan the Infested's warspear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_audios": "1316,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "1209",
"bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
"requirements": "{0,70}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "4914",
- "name": "Guthan's spear 0",
- "examine": "Guthan the Infested's warspear.",
- "archery_ticket_price": "0",
+ "render_anim": "28",
"attack_audios": "1316,0,0,0",
- "attack_speed": "5",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
+ "name": "Guthan's spear 25"
+ },
+ {
"ge_buy_limit": "10",
- "render_anim": "28",
- "requirements": "{0,70}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
"turn90cw_anim": "1207",
- "two_handed": "true",
+ "examine": "Guthan the Infested's warspear.",
"walk_anim": "1205",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "379500",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "4914",
+ "stand_turn_anim": "1209",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "2.2",
"weapon_interface": "14",
- "weight": "2.2"
+ "render_anim": "28",
+ "attack_audios": "1316,0,0,0",
+ "name": "Guthan's spear 0"
},
{
- "id": "4915",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "379500",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
"name": "Guthan's spear 0",
- "examine": "Swap this note at any bank for the equivalent item.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4915"
},
{
- "id": "4916",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "241605",
"name": "Guthan's body 100",
- "examine": "Guthan the Infested's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4916",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4917",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "241605",
"name": "Guthan's body 75",
- "examine": "Guthan the Infested's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4917",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4918",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "241605",
"name": "Guthan's body 50",
- "examine": "Guthan the Infested's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4918",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4919",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "241605",
"name": "Guthan's body 25",
- "examine": "Guthan the Infested's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4919",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4920",
- "name": "Guthan's body 0",
- "examine": "Guthan the Infested's platebody armour.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "remove_sleeves": "true",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Guthan the Infested's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "245900",
+ "name": "Guthan's body 0",
"tradeable": "true",
- "weight": "9"
- },
- {
- "id": "4921",
- "name": "Guthan's body 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4920"
},
{
- "id": "4922",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "245900",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Guthan's body 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4921"
+ },
+ {
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's chainskirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "8",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "224030",
"name": "Guthan's skirt 100",
- "examine": "Guthan the Infested's chainskirt.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "8"
+ "id": "4922",
+ "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0"
},
{
- "id": "4923",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's chainskirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "8",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "224030",
"name": "Guthan's skirt 75",
- "examine": "Guthan the Infested's chainskirt.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "8"
+ "id": "4923",
+ "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0"
},
{
- "id": "4924",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's chainskirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "8",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "224030",
"name": "Guthan's skirt 50",
- "examine": "Guthan the Infested's chainskirt.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "8"
+ "id": "4924",
+ "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0"
},
{
- "id": "4925",
+ "requirements": "{1,70}",
+ "examine": "Guthan the Infested's chainskirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "8",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "224030",
"name": "Guthan's skirt 25",
- "examine": "Guthan the Infested's chainskirt.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "8"
+ "id": "4925",
+ "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0"
},
{
- "id": "4926",
- "name": "Guthan's skirt 0",
- "examine": "Guthan the Infested's chainskirt.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "10",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Guthan the Infested's chainskirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "8",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "240900",
+ "name": "Guthan's skirt 0",
"tradeable": "true",
- "weight": "8"
- },
- {
- "id": "4927",
- "name": "Guthan's skirt 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4926"
},
{
- "id": "4928",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "240900",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Guthan's skirt 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4927"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's coif.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "absorb": "0,5,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7520",
"name": "Karil's coif 100",
- "examine": "Karil the Tainted's coif.",
- "absorb": "0,5,2",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}-{4,70}"
+ "id": "4928",
+ "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0"
},
{
- "id": "4929",
+ "remove_head": "true",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's coif.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "absorb": "0,5,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7520",
"name": "Karil's coif 75",
- "examine": "Karil the Tainted's coif.",
- "absorb": "0,5,2",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}-{4,70}"
+ "id": "4929",
+ "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0"
},
{
- "id": "4930",
+ "remove_head": "true",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's coif.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "absorb": "0,5,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7520",
"name": "Karil's coif 50",
- "examine": "Karil the Tainted's coif.",
- "absorb": "0,5,2",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}-{4,70}"
+ "id": "4930",
+ "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0"
},
{
- "id": "4931",
+ "remove_head": "true",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's coif.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "absorb": "0,5,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7520",
"name": "Karil's coif 25",
- "examine": "Karil the Tainted's coif.",
- "absorb": "0,5,2",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}-{4,70}"
+ "id": "4931",
+ "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0"
},
{
- "id": "4932",
- "name": "Karil's coif 0",
- "examine": "Karil the Tainted's coif.",
- "absorb": "0,5,2",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "1",
- "remove_beard": "true",
"remove_head": "true",
"requirements": "{1,70}-{4,70}",
- "tradeable": "true"
- },
- {
- "id": "4933",
- "name": "Karil's coif 0",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1",
- "tradeable": "true"
+ "examine": "Karil the Tainted's coif.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "absorb": "0,5,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7557",
+ "name": "Karil's coif 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4932"
},
{
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "7557",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Karil's coif 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4933"
+ },
+ {
+ "turn90cw_anim": "2076",
+ "examine": "Karil the Tainted's repeating crossbow.",
+ "walk_anim": "2076",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2076",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "2076",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2075,2075,2075,2075",
+ "grand_exchange_price": "108029",
+ "stand_anim": "2074",
+ "run_anim": "2077",
+ "archery_ticket_price": "0",
"id": "4934",
- "name": "Karil's x-bow 100",
- "examine": "Karil the Tainted's repeating crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "2075,2075,2075,2075",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "372",
- "requirements": "{4,70}",
- "run_anim": "2077",
- "stand_anim": "2074",
"stand_turn_anim": "823",
- "turn180_anim": "2076",
- "turn90ccw_anim": "2076",
- "turn90cw_anim": "2076",
- "two_handed": "true",
- "walk_anim": "2076",
+ "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,70}",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
"weapon_interface": "17",
- "weight": "2"
+ "render_anim": "372",
+ "attack_audios": "2700,0,0,0",
+ "name": "Karil's x-bow 100"
},
{
+ "turn90cw_anim": "2076",
+ "examine": "Karil the Tainted's repeating crossbow.",
+ "walk_anim": "2076",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2076",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "2076",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2075,2075,2075,2075",
+ "grand_exchange_price": "108029",
+ "stand_anim": "2074",
+ "run_anim": "2077",
+ "archery_ticket_price": "0",
"id": "4935",
- "name": "Karil's x-bow 75",
- "examine": "Karil the Tainted's repeating crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "2075,2075,2075,2075",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "372",
- "requirements": "{4,70}",
- "run_anim": "2077",
- "stand_anim": "2074",
"stand_turn_anim": "823",
- "turn180_anim": "2076",
- "turn90ccw_anim": "2076",
- "turn90cw_anim": "2076",
- "two_handed": "true",
- "walk_anim": "2076",
+ "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,70}",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
"weapon_interface": "17",
- "weight": "2"
+ "render_anim": "372",
+ "attack_audios": "2700,0,0,0",
+ "name": "Karil's x-bow 75"
},
{
+ "turn90cw_anim": "2076",
+ "examine": "Karil the Tainted's repeating crossbow.",
+ "walk_anim": "2076",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2076",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "2076",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2075,2075,2075,2075",
+ "grand_exchange_price": "108029",
+ "stand_anim": "2074",
+ "run_anim": "2077",
+ "archery_ticket_price": "0",
"id": "4936",
- "name": "Karil's x-bow 50",
- "examine": "Karil the Tainted's repeating crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "2075,2075,2075,2075",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "372",
- "requirements": "{4,70}",
- "run_anim": "2077",
- "stand_anim": "2074",
"stand_turn_anim": "823",
- "turn180_anim": "2076",
- "turn90ccw_anim": "2076",
- "turn90cw_anim": "2076",
- "two_handed": "true",
- "walk_anim": "2076",
+ "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,70}",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
"weapon_interface": "17",
- "weight": "2"
+ "render_anim": "372",
+ "attack_audios": "2700,0,0,0",
+ "name": "Karil's x-bow 50"
},
{
+ "turn90cw_anim": "2076",
+ "examine": "Karil the Tainted's repeating crossbow.",
+ "walk_anim": "2076",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2076",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "2076",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2075,2075,2075,2075",
+ "grand_exchange_price": "108029",
+ "stand_anim": "2074",
+ "run_anim": "2077",
+ "archery_ticket_price": "0",
"id": "4937",
- "name": "Karil's x-bow 25",
- "examine": "Karil the Tainted's repeating crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "2075,2075,2075,2075",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
+ "stand_turn_anim": "823",
"bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "372",
"requirements": "{4,70}",
- "run_anim": "2077",
- "stand_anim": "2074",
- "stand_turn_anim": "823",
- "turn180_anim": "2076",
- "turn90ccw_anim": "2076",
- "turn90cw_anim": "2076",
- "two_handed": "true",
- "walk_anim": "2076",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
"weapon_interface": "17",
- "weight": "2"
+ "render_anim": "372",
+ "attack_audios": "2700,0,0,0",
+ "name": "Karil's x-bow 25"
},
{
- "id": "4938",
- "name": "Karil's x-bow 0",
+ "requirements": "{4,70}",
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "2076",
"examine": "Karil the Tainted's repeating crossbow.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "372",
- "requirements": "{4,70}",
- "run_anim": "2077",
- "stand_anim": "2074",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "2076",
- "turn90ccw_anim": "2076",
- "turn90cw_anim": "2076",
- "two_handed": "true",
"walk_anim": "2076",
+ "durability": null,
+ "low_alchemy": "64000",
+ "high_alchemy": "96000",
+ "weight": "2",
+ "turn90ccw_anim": "2076",
+ "attack_speed": "4",
+ "two_handed": "true",
"weapon_interface": "17",
- "weight": "2"
- },
- {
- "id": "4939",
+ "turn180_anim": "2076",
+ "render_anim": "372",
+ "equipment_slot": "3",
+ "grand_exchange_price": "106300",
+ "stand_anim": "2074",
"name": "Karil's x-bow 0",
- "examine": "Swap this note at any bank for the equivalent item.",
+ "tradeable": "true",
+ "run_anim": "2077",
"archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "",
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4938",
+ "stand_turn_anim": "823"
},
{
- "id": "4940",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "106300",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Karil's x-bow 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4939"
+ },
+ {
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's leather body armour.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "6",
+ "absorb": "0,10,5",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "983428",
"name": "Karil's top 100",
- "examine": "Karil the Tainted's leather body armour.",
- "absorb": "0,10,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{4,70}",
- "weight": "6"
+ "id": "4940",
+ "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0"
},
{
- "id": "4941",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's leather body armour.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "6",
+ "absorb": "0,10,5",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "983428",
"name": "Karil's top 75",
- "examine": "Karil the Tainted's leather body armour.",
- "absorb": "0,10,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{4,70}",
- "weight": "6"
+ "id": "4941",
+ "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0"
},
{
- "id": "4942",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's leather body armour.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "6",
+ "absorb": "0,10,5",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "983428",
"name": "Karil's top 50",
- "examine": "Karil the Tainted's leather body armour.",
- "absorb": "0,10,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{4,70}",
- "weight": "6"
+ "id": "4942",
+ "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0"
},
{
- "id": "4943",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's leather body armour.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "6",
+ "absorb": "0,10,5",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "983428",
"name": "Karil's top 25",
- "examine": "Karil the Tainted's leather body armour.",
- "absorb": "0,10,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{4,70}",
- "weight": "6"
+ "id": "4943",
+ "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0"
},
{
- "id": "4944",
- "name": "Karil's top 0",
- "examine": "Karil the Tainted's leather body armour.",
- "absorb": "0,10,5",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "1",
- "remove_sleeves": "true",
"requirements": "{1,70}-{4,70}",
+ "ge_buy_limit": "1",
+ "examine": "Karil the Tainted's leather body armour.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "6",
+ "absorb": "0,10,5",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1500000",
+ "name": "Karil's top 0",
"tradeable": "true",
- "weight": "6"
- },
- {
- "id": "4945",
- "name": "Karil's top 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1",
- "tradeable": "true"
+ "id": "4944"
},
{
- "id": "4946",
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "1500000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Karil's top 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4945"
+ },
+ {
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's leather skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "2",
+ "absorb": "0,7,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "85135",
"name": "Karil's skirt 100",
- "examine": "Karil the Tainted's leather skirt.",
- "absorb": "0,7,3",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "7",
- "requirements": "{1,70}-{4,70}",
- "weight": "2"
+ "id": "4946",
+ "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0"
},
{
- "id": "4947",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's leather skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "2",
+ "absorb": "0,7,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "85135",
"name": "Karil's skirt 75",
- "examine": "Karil the Tainted's leather skirt.",
- "absorb": "0,7,3",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "7",
- "requirements": "{1,70}-{4,70}",
- "weight": "2"
+ "id": "4947",
+ "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0"
},
{
- "id": "4948",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's leather skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "2",
+ "absorb": "0,7,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "85135",
"name": "Karil's skirt 50",
- "examine": "Karil the Tainted's leather skirt.",
- "absorb": "0,7,3",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "7",
- "requirements": "{1,70}-{4,70}",
- "weight": "2"
+ "id": "4948",
+ "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0"
},
{
- "id": "4949",
+ "requirements": "{1,70}-{4,70}",
+ "examine": "Karil the Tainted's leather skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "2",
+ "absorb": "0,7,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "85135",
"name": "Karil's skirt 25",
- "examine": "Karil the Tainted's leather skirt.",
- "absorb": "0,7,3",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "7",
- "requirements": "{1,70}-{4,70}",
- "weight": "2"
+ "id": "4949",
+ "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0"
},
{
- "id": "4950",
- "name": "Karil's skirt 0",
- "examine": "Karil the Tainted's leather skirt.",
- "absorb": "0,7,3",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "7",
- "ge_buy_limit": "1",
"requirements": "{1,70}-{4,70}",
+ "ge_buy_limit": "1",
+ "examine": "Karil the Tainted's leather skirt.",
+ "durability": null,
+ "low_alchemy": "18800",
+ "high_alchemy": "28200",
+ "weight": "2",
+ "absorb": "0,7,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "153100",
+ "name": "Karil's skirt 0",
"tradeable": "true",
- "weight": "2"
- },
- {
- "id": "4951",
- "name": "Karil's skirt 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1",
- "tradeable": "true"
+ "id": "4950"
},
{
- "id": "4952",
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "153100",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Karil's skirt 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4951"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "5",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "71798",
"name": "Torag's helm 100",
- "examine": "Torag the Corrupted's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4952",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
},
{
- "id": "4953",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "5",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "71798",
"name": "Torag's helm 75",
- "examine": "Torag the Corrupted's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4953",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
},
{
- "id": "4954",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "5",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "71798",
"name": "Torag's helm 50",
- "examine": "Torag the Corrupted's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4954",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
},
{
- "id": "4955",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "5",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "71798",
"name": "Torag's helm 25",
- "examine": "Torag the Corrupted's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4955",
+ "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0"
},
{
- "id": "4956",
- "name": "Torag's helm 0",
- "examine": "Torag the Corrupted's helm.",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "remove_beard": "true",
"remove_head": "true",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Torag the Corrupted's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "5",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "78200",
+ "name": "Torag's helm 0",
"tradeable": "true",
- "weight": "5"
- },
- {
- "id": "4957",
- "name": "Torag's helm 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4956"
},
{
- "id": "4958",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "78200",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Torag's helm 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4957"
+ },
+ {
+ "requirements": "{0,70}-{2,70}",
+ "examine": "Torag the Corrupted's twin hammers.",
+ "durability": null,
+ "low_alchemy": "64000",
+ "high_alchemy": "96000",
+ "weight": "3",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2068,2068,2068,2068",
+ "grand_exchange_price": "95800",
+ "attack_audios": "1332,0,0,0",
"name": "Torag's hammer 100",
- "examine": "Torag the Corrupted's twin hammers.",
"archery_ticket_price": "0",
- "attack_anims": "2068,2068,2068,2068",
- "attack_audios": "1332,0,0,0",
- "attack_speed": "5",
- "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "requirements": "{0,70}-{2,70}",
- "two_handed": "true",
- "weapon_interface": "10",
- "weight": "3"
+ "id": "4958",
+ "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0"
},
{
- "id": "4959",
+ "requirements": "{0,70}-{2,70}",
+ "examine": "Torag the Corrupted's twin hammers.",
+ "durability": null,
+ "low_alchemy": "64000",
+ "high_alchemy": "96000",
+ "weight": "3",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2068,2068,2068,2068",
+ "grand_exchange_price": "95800",
+ "attack_audios": "1332,0,0,0",
"name": "Torag's hammer 75",
- "examine": "Torag the Corrupted's twin hammers.",
"archery_ticket_price": "0",
- "attack_anims": "2068,2068,2068,2068",
- "attack_audios": "1332,0,0,0",
- "attack_speed": "5",
- "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "requirements": "{0,70}-{2,70}",
- "two_handed": "true",
- "weapon_interface": "10",
- "weight": "3"
+ "id": "4959",
+ "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0"
},
{
- "id": "4960",
+ "requirements": "{0,70}-{2,70}",
+ "examine": "Torag the Corrupted's twin hammers.",
+ "durability": null,
+ "low_alchemy": "64000",
+ "high_alchemy": "96000",
+ "weight": "3",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2068,2068,2068,2068",
+ "grand_exchange_price": "95800",
+ "attack_audios": "1332,0,0,0",
"name": "Torag's hammer 50",
- "examine": "Torag the Corrupted's twin hammers.",
"archery_ticket_price": "0",
- "attack_anims": "2068,2068,2068,2068",
- "attack_audios": "1332,0,0,0",
- "attack_speed": "5",
- "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "requirements": "{0,70}-{2,70}",
- "two_handed": "true",
- "weapon_interface": "10",
- "weight": "3"
+ "id": "4960",
+ "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0"
},
{
- "id": "4961",
+ "requirements": "{0,70}-{2,70}",
+ "examine": "Torag the Corrupted's twin hammers.",
+ "durability": null,
+ "low_alchemy": "64000",
+ "high_alchemy": "96000",
+ "weight": "3",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2068,2068,2068,2068",
+ "grand_exchange_price": "95800",
+ "attack_audios": "1332,0,0,0",
"name": "Torag's hammer 25",
- "examine": "Torag the Corrupted's twin hammers.",
"archery_ticket_price": "0",
- "attack_anims": "2068,2068,2068,2068",
- "attack_audios": "1332,0,0,0",
- "attack_speed": "5",
- "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "requirements": "{0,70}-{2,70}",
- "two_handed": "true",
- "weapon_interface": "10",
- "weight": "3"
+ "id": "4961",
+ "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0"
},
{
- "id": "4962",
- "name": "Torag's hammer 0",
- "examine": "Torag the Corrupted's twin hammers.",
- "archery_ticket_price": "0",
- "attack_audios": "1332,0,0,0",
- "attack_speed": "5",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
"requirements": "{0,70}-{2,70}",
+ "ge_buy_limit": "10",
+ "examine": "Torag the Corrupted's twin hammers.",
+ "durability": null,
+ "low_alchemy": "64000",
+ "high_alchemy": "96000",
+ "weight": "3",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "95600",
+ "attack_audios": "1332,0,0,0",
+ "name": "Torag's hammer 0",
"tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "10",
- "weight": "3"
- },
- {
- "id": "4963",
- "name": "Torag's hammer 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4962"
},
{
- "id": "4964",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "95600",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Torag's hammer 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4963"
+ },
+ {
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "297733",
"name": "Torag's body 100",
- "examine": "Torag the Corrupted's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4964",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4965",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "297733",
"name": "Torag's body 75",
- "examine": "Torag the Corrupted's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4965",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4966",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "297733",
"name": "Torag's body 50",
- "examine": "Torag the Corrupted's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4966",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4967",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "297733",
"name": "Torag's body 25",
- "examine": "Torag the Corrupted's platebody armour.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4967",
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
- "id": "4968",
- "name": "Torag's body 0",
- "examine": "Torag the Corrupted's platebody armour.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "remove_sleeves": "true",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Torag the Corrupted's platebody armour.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "9",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "271600",
+ "name": "Torag's body 0",
"tradeable": "true",
- "weight": "9"
- },
- {
- "id": "4969",
- "name": "Torag's body 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4968"
},
{
- "id": "4970",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "271600",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Torag's body 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4969"
+ },
+ {
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "9",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "384813",
"name": "Torag's legs 100",
- "examine": "Torag the Corrupted's plate leg armour.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4970",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
},
{
- "id": "4971",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "9",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "384813",
"name": "Torag's legs 75",
- "examine": "Torag the Corrupted's plate leg armour.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4971",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
},
{
- "id": "4972",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "9",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "384813",
"name": "Torag's legs 50",
- "examine": "Torag the Corrupted's plate leg armour.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4972",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
},
{
- "id": "4973",
+ "requirements": "{1,70}",
+ "examine": "Torag the Corrupted's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "9",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "384813",
"name": "Torag's legs 25",
- "examine": "Torag the Corrupted's plate leg armour.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "9"
+ "id": "4973",
+ "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0"
},
{
- "id": "4974",
- "name": "Torag's legs 0",
- "examine": "Torag the Corrupted's plate leg armour.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "10",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Torag the Corrupted's plate leg armour.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "9",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "371300",
+ "name": "Torag's legs 0",
"tradeable": "true",
- "weight": "9"
- },
- {
- "id": "4975",
- "name": "Torag's legs 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4974"
},
{
- "id": "4976",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "371300",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Torag's legs 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4975"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "459537",
"name": "Verac's helm 100",
- "examine": "Verac the Defiled's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "1"
+ "id": "4976",
+ "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0"
},
{
- "id": "4977",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "459537",
"name": "Verac's helm 75",
- "examine": "Verac the Defiled's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "1"
+ "id": "4977",
+ "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0"
},
{
- "id": "4978",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "459537",
"name": "Verac's helm 50",
- "examine": "Verac the Defiled's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "1"
+ "id": "4978",
+ "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0"
},
{
- "id": "4979",
+ "remove_head": "true",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "459537",
"name": "Verac's helm 25",
- "examine": "Verac the Defiled's helm.",
- "absorb": "2,0,5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,70}",
- "weight": "1"
+ "id": "4979",
+ "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0"
},
{
- "id": "4980",
- "name": "Verac's helm 0",
- "examine": "Verac the Defiled's helm.",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "remove_beard": "true",
"remove_head": "true",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Verac the Defiled's helm.",
+ "durability": null,
+ "low_alchemy": "41200",
+ "high_alchemy": "61800",
+ "weight": "1",
+ "absorb": "2,0,5",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "648900",
+ "name": "Verac's helm 0",
"tradeable": "true",
- "weight": "1"
- },
- {
- "id": "4981",
- "name": "Verac's helm 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4980"
},
{
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "648900",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Verac's helm 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4981"
+ },
+ {
+ "turn90cw_anim": "2060",
+ "examine": "Verac the Defiled's flail.",
+ "walk_anim": "1830",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2060",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "2060",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2062,2062,2062,2062",
+ "grand_exchange_price": "95474",
+ "stand_anim": "1832",
+ "run_anim": "1831",
+ "archery_ticket_price": "0",
"id": "4982",
- "name": "Verac's flail 100",
- "examine": "Verac the Defiled's flail.",
- "archery_ticket_price": "0",
- "attack_anims": "2062,2062,2062,2062",
- "attack_audios": "1323,0,0,0",
- "attack_speed": "5",
- "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "render_anim": "1426",
- "requirements": "{0,70}",
- "run_anim": "1831",
- "stand_anim": "1832",
"stand_turn_anim": "823",
- "turn180_anim": "2060",
- "turn90ccw_anim": "2060",
- "turn90cw_anim": "2060",
- "two_handed": "true",
- "walk_anim": "1830",
+ "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
"weapon_interface": "8",
- "weight": "2"
+ "render_anim": "1426",
+ "attack_audios": "1323,0,0,0",
+ "name": "Verac's flail 100"
},
{
+ "turn90cw_anim": "2060",
+ "examine": "Verac the Defiled's flail.",
+ "walk_anim": "1830",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2060",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "2060",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2062,2062,2062,2062",
+ "grand_exchange_price": "95474",
+ "stand_anim": "1832",
+ "run_anim": "1831",
+ "archery_ticket_price": "0",
"id": "4983",
- "name": "Verac's flail 75",
- "examine": "Verac the Defiled's flail.",
- "archery_ticket_price": "0",
- "attack_anims": "2062,2062,2062,2062",
- "attack_audios": "1323,0,0,0",
- "attack_speed": "5",
- "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "render_anim": "1426",
- "requirements": "{0,70}",
- "run_anim": "1831",
- "stand_anim": "1832",
"stand_turn_anim": "823",
- "turn180_anim": "2060",
- "turn90ccw_anim": "2060",
- "turn90cw_anim": "2060",
- "two_handed": "true",
- "walk_anim": "1830",
+ "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
"weapon_interface": "8",
- "weight": "2"
+ "render_anim": "1426",
+ "attack_audios": "1323,0,0,0",
+ "name": "Verac's flail 75"
},
{
+ "turn90cw_anim": "2060",
+ "examine": "Verac the Defiled's flail.",
+ "walk_anim": "1830",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2060",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "2060",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2062,2062,2062,2062",
+ "grand_exchange_price": "95474",
+ "stand_anim": "1832",
+ "run_anim": "1831",
+ "archery_ticket_price": "0",
"id": "4984",
- "name": "Verac's flail 50",
- "examine": "Verac the Defiled's flail.",
- "archery_ticket_price": "0",
- "attack_anims": "2062,2062,2062,2062",
- "attack_audios": "1323,0,0,0",
- "attack_speed": "5",
- "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "render_anim": "1426",
- "requirements": "{0,70}",
- "run_anim": "1831",
- "stand_anim": "1832",
"stand_turn_anim": "823",
- "turn180_anim": "2060",
- "turn90ccw_anim": "2060",
- "turn90cw_anim": "2060",
- "two_handed": "true",
- "walk_anim": "1830",
+ "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
"weapon_interface": "8",
- "weight": "2"
+ "render_anim": "1426",
+ "attack_audios": "1323,0,0,0",
+ "name": "Verac's flail 50"
},
{
+ "turn90cw_anim": "2060",
+ "examine": "Verac the Defiled's flail.",
+ "walk_anim": "1830",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2060",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "2060",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2062,2062,2062,2062",
+ "grand_exchange_price": "95474",
+ "stand_anim": "1832",
+ "run_anim": "1831",
+ "archery_ticket_price": "0",
"id": "4985",
- "name": "Verac's flail 25",
- "examine": "Verac the Defiled's flail.",
- "archery_ticket_price": "0",
- "attack_anims": "2062,2062,2062,2062",
- "attack_audios": "1323,0,0,0",
- "attack_speed": "5",
+ "stand_turn_anim": "823",
"bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "render_anim": "1426",
"requirements": "{0,70}",
- "run_anim": "1831",
- "stand_anim": "1832",
- "stand_turn_anim": "823",
- "turn180_anim": "2060",
- "turn90ccw_anim": "2060",
- "turn90cw_anim": "2060",
- "two_handed": "true",
- "walk_anim": "1830",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
"weapon_interface": "8",
- "weight": "2"
- },
- {
- "id": "4986",
- "name": "Verac's flail 0",
- "examine": "Verac the Defiled's flail.",
- "archery_ticket_price": "0",
+ "render_anim": "1426",
"attack_audios": "1323,0,0,0",
- "attack_speed": "5",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
+ "name": "Verac's flail 25"
+ },
+ {
"ge_buy_limit": "10",
- "render_anim": "1426",
- "requirements": "{0,70}",
- "run_anim": "1831",
- "stand_anim": "1832",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "2060",
- "turn90ccw_anim": "2060",
"turn90cw_anim": "2060",
- "two_handed": "true",
+ "examine": "Verac the Defiled's flail.",
"walk_anim": "1830",
+ "low_alchemy": "64000",
+ "turn90ccw_anim": "2060",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "2060",
+ "equipment_slot": "3",
+ "grand_exchange_price": "95500",
+ "stand_anim": "1832",
+ "tradeable": "true",
+ "run_anim": "1831",
+ "archery_ticket_price": "0",
+ "id": "4986",
+ "stand_turn_anim": "823",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "96000",
+ "weight": "2",
"weapon_interface": "8",
- "weight": "2"
+ "render_anim": "1426",
+ "attack_audios": "1323,0,0,0",
+ "name": "Verac's flail 0"
},
{
- "id": "4987",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "95500",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
"name": "Verac's flail 0",
- "examine": "Swap this note at any bank for the equivalent item.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4987"
},
{
- "id": "4988",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's brassard.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "5",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "177963",
"name": "Verac's top 100",
- "examine": "Verac the Defiled's brassard.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4988",
+ "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0"
},
{
- "id": "4989",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's brassard.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "5",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "177963",
"name": "Verac's top 75",
- "examine": "Verac the Defiled's brassard.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4989",
+ "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0"
},
{
- "id": "4990",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's brassard.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "5",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "177963",
"name": "Verac's top 50",
- "examine": "Verac the Defiled's brassard.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4990",
+ "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0"
},
{
- "id": "4991",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's brassard.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "5",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "177963",
"name": "Verac's top 25",
- "examine": "Verac the Defiled's brassard.",
- "absorb": "5,0,10",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4991",
+ "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0"
},
{
- "id": "4992",
- "name": "Verac's top 0",
- "examine": "Verac the Defiled's brassard.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "remove_sleeves": "true",
"requirements": "{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Verac the Defiled's brassard.",
+ "durability": null,
+ "low_alchemy": "112000",
+ "high_alchemy": "168000",
+ "weight": "5",
+ "absorb": "5,0,10",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "174000",
+ "name": "Verac's top 0",
"tradeable": "true",
- "weight": "5"
- },
- {
- "id": "4993",
- "name": "Verac's top 0",
- "examine": "Swap this note at any bank for the equivalent item.",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "id": "4992"
},
{
- "id": "4994",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "174000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Verac's top 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4993"
+ },
+ {
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's plate skirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "297540",
"name": "Verac's skirt 100",
- "examine": "Verac the Defiled's plate skirt.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4994",
+ "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0"
},
{
- "id": "4995",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's plate skirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "297540",
"name": "Verac's skirt 75",
- "examine": "Verac the Defiled's plate skirt.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4995",
+ "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0"
},
{
- "id": "4996",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's plate skirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "297540",
"name": "Verac's skirt 50",
- "examine": "Verac the Defiled's plate skirt.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4996",
+ "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0"
},
{
- "id": "4997",
+ "requirements": "{1,70}",
+ "examine": "Verac the Defiled's plate skirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "297540",
"name": "Verac's skirt 25",
- "examine": "Verac the Defiled's plate skirt.",
- "absorb": "3,0,7",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,70}",
- "weight": "5"
+ "id": "4997",
+ "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0"
},
{
- "id": "4998",
- "name": "Verac's skirt 0",
- "examine": "Verac the Defiled's plate skirt.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
+ "requirements": "{1,70}",
"ge_buy_limit": "10",
- "requirements": "{1,70}",
+ "examine": "Verac the Defiled's plate skirt.",
+ "durability": null,
+ "low_alchemy": "110000",
+ "high_alchemy": "165000",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "321600",
+ "name": "Verac's skirt 0",
"tradeable": "true",
- "weight": "5"
+ "archery_ticket_price": "0",
+ "id": "4998"
},
{
- "id": "4999",
- "name": "Verac's skirt 0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "321600",
"examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "name": "Verac's skirt 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "4999"
},
{
- "id": "5001",
- "name": "Raw cave eel",
+ "ge_buy_limit": "1000",
"examine": "It's incredibly slimy.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "373",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "5003",
- "name": "Cave eel",
- "examine": "It's a bit slimy.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "5004",
- "name": "Frog spawn",
- "examine": "That's disgusting!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5005",
"name": "Raw cave eel",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5006",
- "name": "Burnt cave eel",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5007",
- "name": "Cave eel",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5009",
- "name": "Goblin symbol book",
- "examine": "A book about the ancient goblin tribes.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "5011",
- "name": "Silverware",
- "examine": "You found the Lumbridge silverware in the HAM cave.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5012",
- "name": "Peace treaty",
- "examine": "A peace treaty between Lumbridge and the Cave Goblins.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5013",
- "name": "Mining helmet",
- "examine": "A helmet with a lamp on it.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "900",
"tradeable": "true",
- "weight": "1"
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "5001"
},
{
- "id": "5014",
- "name": "Mining helmet",
- "examine": "A helmet with an unlit lamp on it.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0",
+ "ge_buy_limit": "1000",
+ "examine": "It's a bit slimy.",
+ "grand_exchange_price": "164",
"durability": null,
+ "name": "Cave eel",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "5003"
+ },
+ {
+ "examine": "That's disgusting!",
+ "durability": null,
+ "name": "Frog spawn",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5004"
+ },
+ {
+ "durability": null,
+ "name": "Raw cave eel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5005"
+ },
+ {
+ "durability": null,
+ "name": "Burnt cave eel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5006"
+ },
+ {
+ "durability": null,
+ "name": "Cave eel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5007"
+ },
+ {
+ "examine": "A book about the ancient goblin tribes.",
+ "durability": null,
+ "name": "Goblin symbol book",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5009"
+ },
+ {
+ "examine": "You found the Lumbridge silverware in the HAM cave.",
+ "durability": null,
+ "name": "Silverware",
+ "archery_ticket_price": "0",
+ "id": "5011"
+ },
+ {
+ "examine": "A peace treaty between Lumbridge and the Cave Goblins.",
+ "durability": null,
+ "name": "Peace treaty",
+ "archery_ticket_price": "0",
+ "id": "5012"
+ },
+ {
+ "shop_price": "900",
+ "examine": "A helmet with a lamp on it.",
+ "durability": null,
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
+ "grand_exchange_price": "380",
+ "name": "Mining helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5013",
+ "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0"
+ },
+ {
"requirements": "{11,65}",
"shop_price": "900",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5015",
+ "ge_buy_limit": "100",
+ "examine": "A helmet with an unlit lamp on it.",
+ "durability": null,
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "342",
"name": "Mining helmet",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5014",
+ "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0"
},
{
- "id": "5016",
- "name": "Bone spear",
- "examine": "Basic but brutal!",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "11,11,11,0,0,1,1,0,0,0,0,13,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
"ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "600",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
+ "grand_exchange_price": "342",
+ "durability": null,
+ "name": "Mining helmet",
"tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
+ "archery_ticket_price": "0",
+ "id": "5015"
+ },
+ {
+ "ge_buy_limit": "100",
"turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.3"
- },
- {
- "id": "5017",
- "name": "Bone spear",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5018",
- "name": "Bone club",
"examine": "Basic but brutal!",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
+ "walk_anim": "1205",
+ "low_alchemy": "240",
+ "turn90ccw_anim": "1208",
"attack_speed": "6",
- "bonuses": "-4,-4,16,-4,0,0,0,0,0,0,0,15,0,0,0",
- "defence_anim": "403",
- "durability": null,
+ "two_handed": "false",
+ "turn180_anim": "1206",
"equipment_slot": "3",
- "ge_buy_limit": "100",
+ "grand_exchange_price": "219",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5016",
+ "stand_turn_anim": "1209",
+ "bonuses": "11,11,11,0,0,1,1,0,0,0,0,13,0,0,0",
"shop_price": "600",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "0.9"
+ "durability": null,
+ "high_alchemy": "360",
+ "weight": "1.3",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Bone spear"
},
{
- "id": "5019",
- "name": "Bone club",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "219",
"examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5020",
- "name": "Minecart ticket",
- "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "150",
- "weight": "0.1"
- },
- {
- "id": "5021",
- "name": "Minecart ticket",
- "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "150",
- "weight": "0.1"
- },
- {
- "id": "5022",
- "name": "Minecart ticket",
- "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "150",
- "weight": "0.1"
- },
- {
- "id": "5023",
- "name": "Minecart ticket",
- "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "150",
- "weight": "0.1"
- },
- {
- "id": "5024",
- "name": "Woven top",
- "examine": "Far too small to wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "812",
+ "name": "Bone spear",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5017"
},
{
- "id": "5025",
- "name": "Woven top",
- "archery_ticket_price": "0",
- "durability": null,
+ "shop_price": "600",
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5026",
- "name": "Woven top",
- "examine": "Yellow top, too small for me.",
- "archery_ticket_price": "0",
+ "examine": "Basic but brutal!",
"durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "812",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "0.9",
+ "attack_speed": "6",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "384",
+ "name": "Bone club",
"tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5027",
- "name": "Woven top",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5018",
+ "bonuses": "-4,-4,16,-4,0,0,0,0,0,0,0,15,0,0,0"
},
{
- "id": "5028",
- "name": "Woven top",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "384",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Bone club",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5019"
+ },
+ {
+ "shop_price": "150",
+ "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.",
+ "durability": null,
+ "name": "Minecart ticket",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5020"
+ },
+ {
+ "shop_price": "150",
+ "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.",
+ "durability": null,
+ "name": "Minecart ticket",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5021"
+ },
+ {
+ "shop_price": "150",
+ "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.",
+ "durability": null,
+ "name": "Minecart ticket",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5022"
+ },
+ {
+ "shop_price": "150",
+ "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.",
+ "durability": null,
+ "name": "Minecart ticket",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5023"
+ },
+ {
+ "shop_price": "812",
+ "ge_buy_limit": "100",
"examine": "Blue top, very tiny.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "338",
+ "high_alchemy": "507",
"equipment_slot": "4",
- "ge_buy_limit": "100",
"remove_sleeves": "true",
- "shop_price": "812",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5029",
+ "grand_exchange_price": "710",
"name": "Woven top",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5024"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "710",
+ "durability": null,
+ "name": "Woven top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5025"
+ },
+ {
+ "shop_price": "812",
+ "ge_buy_limit": "100",
+ "examine": "Blue top, very tiny.",
+ "durability": null,
+ "low_alchemy": "338",
+ "high_alchemy": "507",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "908",
+ "name": "Woven top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5026"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "908",
+ "durability": null,
+ "name": "Woven top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5027"
+ },
+ {
+ "shop_price": "812",
+ "ge_buy_limit": "100",
+ "examine": "Blue top, very tiny.",
+ "durability": null,
+ "low_alchemy": "338",
+ "high_alchemy": "507",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1357",
+ "name": "Woven top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5028"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1357",
+ "durability": null,
+ "name": "Woven top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5029"
+ },
+ {
+ "remove_sleeves": "true",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "867",
+ "durability": null,
+ "name": "Shirt",
+ "archery_ticket_price": "0",
"id": "5030",
- "name": "Shirt",
- "examine": "Tiny!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
+ "equipment_slot": "4"
+ },
+ {
"ge_buy_limit": "100",
- "remove_sleeves": "true",
+ "grand_exchange_price": "867",
+ "durability": null,
+ "name": "Shirt",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5031"
},
{
- "id": "5031",
+ "remove_sleeves": "true",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1023",
+ "durability": null,
"name": "Shirt",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
"id": "5032",
- "name": "Shirt",
- "examine": "Tiny!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
+ "equipment_slot": "4"
+ },
+ {
"ge_buy_limit": "100",
- "remove_sleeves": "true",
+ "grand_exchange_price": "1023",
+ "durability": null,
+ "name": "Shirt",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5033"
},
{
- "id": "5033",
+ "remove_sleeves": "true",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1282",
+ "durability": null,
"name": "Shirt",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
"id": "5034",
- "name": "Shirt",
- "examine": "Tiny!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
+ "equipment_slot": "4"
+ },
+ {
"ge_buy_limit": "100",
- "remove_sleeves": "true",
+ "grand_exchange_price": "1282",
+ "durability": null,
+ "name": "Shirt",
"tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5035",
- "name": "Shirt",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5035"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "746",
+ "durability": null,
+ "name": "Trousers",
+ "archery_ticket_price": "0",
"id": "5036",
- "name": "Trousers",
- "examine": "A pair of long dwarven trousers... long for dwarves, of course.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
+ "equipment_slot": "7"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "746",
+ "durability": null,
+ "name": "Trousers",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5037"
},
{
- "id": "5037",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "378",
+ "durability": null,
"name": "Trousers",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
"id": "5038",
- "name": "Trousers",
- "examine": "A pair of long dwarven trousers... long for dwarves, of course.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
+ "equipment_slot": "7"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "378",
+ "durability": null,
+ "name": "Trousers",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5039"
},
{
- "id": "5039",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "442",
+ "durability": null,
"name": "Trousers",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
"id": "5040",
- "name": "Trousers",
- "examine": "A pair of long dwarven trousers... long for dwarves, of course.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
+ "equipment_slot": "7"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "442",
+ "durability": null,
+ "name": "Trousers",
"tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5041",
- "name": "Trousers",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5041"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1191",
+ "durability": null,
+ "name": "Shorts",
+ "archery_ticket_price": "0",
"id": "5042",
- "name": "Shorts",
- "examine": "These look great, on dwarves!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
+ "equipment_slot": "7"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "1191",
+ "durability": null,
+ "name": "Shorts",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5043"
},
{
- "id": "5043",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1229",
+ "durability": null,
"name": "Shorts",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
"id": "5044",
- "name": "Shorts",
- "examine": "Yellow shorts. Far too small for you.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
+ "equipment_slot": "7"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "1229",
+ "durability": null,
+ "name": "Shorts",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5045"
},
{
- "id": "5045",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2582",
+ "durability": null,
"name": "Shorts",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
"id": "5046",
- "name": "Shorts",
- "examine": "Blue shorts, these would look great on dwarves!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
+ "equipment_slot": "7"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "2582",
+ "durability": null,
+ "name": "Shorts",
"tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5047",
- "name": "Shorts",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5047"
},
{
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "681",
+ "durability": null,
+ "name": "Skirt",
+ "archery_ticket_price": "0",
"id": "5048",
- "name": "Skirt",
- "examine": "A brown skirt. Size small!",
- "archery_ticket_price": "0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "681",
"durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
+ "name": "Skirt",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5049"
},
{
- "id": "5049",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1151",
+ "durability": null,
"name": "Skirt",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
"id": "5050",
- "name": "Skirt",
- "examine": "A blue skirt.",
- "archery_ticket_price": "0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1151",
"durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
+ "name": "Skirt",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5051"
},
{
- "id": "5051",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "803",
+ "durability": null,
"name": "Skirt",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
"id": "5052",
- "name": "Skirt",
- "examine": "Lilac skirt.",
- "archery_ticket_price": "0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "803",
"durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
+ "name": "Skirt",
"tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5053",
- "name": "Skirt",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5053"
},
{
- "id": "5054",
- "name": "Dwarf",
"examine": "A short angry guy.",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "5055",
"name": "Dwarf",
"archery_ticket_price": "0",
+ "id": "5054"
+ },
+ {
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "5056",
- "name": "Dwarven battleaxe",
- "examine": "This looks very rusty and worn;",
+ "name": "Dwarf",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5055"
},
{
- "id": "5057",
- "name": "Dwarven battleaxe",
"examine": "This looks very rusty and worn;",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5058",
+ "durability": null,
"name": "Dwarven battleaxe",
- "examine": "This looks very rusty and worn;",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5056"
},
{
- "id": "5059",
+ "examine": "This looks very rusty and worn;",
+ "durability": null,
"name": "Dwarven battleaxe",
- "examine": "This looks very rusty and worn;",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5057"
},
{
+ "examine": "This looks very rusty and worn;",
+ "durability": null,
+ "name": "Dwarven battleaxe",
+ "archery_ticket_price": "0",
+ "id": "5058"
+ },
+ {
+ "examine": "This looks very rusty and worn;",
+ "durability": null,
+ "name": "Dwarven battleaxe",
+ "archery_ticket_price": "0",
+ "id": "5059"
+ },
+ {
+ "examine": "This looks very rusty and worn;",
+ "durability": null,
+ "name": "Dwarven battleaxe",
+ "archery_ticket_price": "0",
"id": "5060",
- "name": "Dwarven battleaxe",
- "examine": "This looks very rusty and worn;",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2232",
"equipment_slot": "3"
},
{
+ "examine": "This looks very rusty and worn;",
+ "durability": null,
+ "name": "Dwarven battleaxe",
+ "archery_ticket_price": "0",
"id": "5061",
- "name": "Dwarven battleaxe",
- "examine": "This looks very rusty and worn;",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2232",
"equipment_slot": "3"
},
{
- "id": "5062",
- "name": "Left boot",
"examine": "One of a pair I assume.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.5"
+ "name": "Left boot",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "5062"
},
{
- "id": "5063",
- "name": "Right boot",
"examine": "A good looking boot, for the right foot. Literally.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.5"
+ "name": "Right boot",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "5063"
},
{
- "id": "5064",
- "name": "Exquisite boots",
"examine": "A lovely pair of boots.",
- "archery_ticket_price": "0",
- "destroy": "true",
"durability": null,
+ "name": "Exquisite boots",
"tradeable": "false",
- "weight": "1"
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5064"
},
{
- "id": "5065",
- "name": "Book on costumes",
"examine": "An old library book. It bears the title 'Scholars to Dwarven Costumes'.",
+ "durability": null,
+ "name": "Book on costumes",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5065"
},
{
- "id": "5066",
- "name": "Meeting notes",
"examine": "These notes are from a meeting of the Keldagrim Consortium.",
+ "durability": null,
+ "name": "Meeting notes",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5066"
},
{
- "id": "5067",
- "name": "Exquisite clothes",
"examine": "Clothes for the sculptor's model.",
+ "durability": null,
+ "name": "Exquisite clothes",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5067"
},
{
- "id": "5068",
- "name": "Master farmer",
"examine": "A master at farming.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5070",
- "name": "Bird's nest",
- "examine": "Full: ",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "false"
- },
- {
- "id": "5071",
- "name": "Bird's nest",
- "examine": "Full: ",
+ "name": "Master farmer",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
+ "id": "5068"
},
{
- "id": "5072",
- "name": "Bird's nest",
"examine": "Full: ",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "false"
- },
- {
- "id": "5073",
"name": "Bird's nest",
- "examine": "Full: ",
+ "tradeable": "false",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
+ "id": "5070"
},
{
- "id": "5074",
+ "examine": "Full: ",
+ "durability": null,
"name": "Bird's nest",
- "examine": "Full: ",
+ "tradeable": "false",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
+ "id": "5071"
},
{
- "id": "5075",
+ "examine": "Full: ",
+ "durability": null,
"name": "Bird's nest",
- "examine": "Full: ",
+ "tradeable": "false",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
+ "id": "5072"
+ },
+ {
+ "examine": "Full: ",
+ "durability": null,
+ "name": "Bird's nest",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5073"
+ },
+ {
+ "examine": "Full: ",
+ "durability": null,
+ "name": "Bird's nest",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5074"
+ },
+ {
+ "examine": "Full: ",
+ "durability": null,
+ "name": "Bird's nest",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5075"
},
{
- "id": "5076",
- "name": "Bird's egg",
"examine": "A red bird's egg.",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "false"
+ "name": "Bird's egg",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "5076"
},
{
- "id": "5077",
- "name": "Bird's egg",
"examine": "A blue bird's egg.",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "false"
- },
- {
- "id": "5078",
"name": "Bird's egg",
- "examine": "A green bird's egg.",
+ "tradeable": "false",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
+ "id": "5077"
},
{
- "id": "5096",
- "name": "Marigold seed",
- "examine": "A marigold seed - plant in flower patch.",
- "archery_ticket_price": "0",
+ "examine": "A green bird's egg.",
"durability": null,
- "ge_buy_limit": "100",
+ "name": "Bird's egg",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "5078"
+ },
+ {
"requirements": "{2,19}",
"shop_price": "84",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A marigold seed - plant in flower patch.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Marigold seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5096"
},
{
- "id": "5097",
- "name": "Rosemary seed",
- "examine": "A rosemary seed - plant in flower patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{11,19}",
"shop_price": "98",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A rosemary seed - plant in flower patch.",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Rosemary seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5097"
},
{
- "id": "5098",
- "name": "Nasturtium seed",
- "examine": "A nasturtium seed - plant in flower patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{24,19}",
"shop_price": "14",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A nasturtium seed - plant in flower patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Nasturtium seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5098"
},
{
- "id": "5099",
- "name": "Woad seed",
- "examine": "A woad seed - plant in flower patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,25}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A woad seed - plant in flower patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Woad seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5099"
},
{
- "id": "5100",
- "name": "Limpwurt seed",
- "examine": "A limpwurt seed - plant in flower patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,26}",
"shop_price": "70",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A limpwurt seed - plant in flower patch.",
+ "grand_exchange_price": "273",
+ "durability": null,
+ "name": "Limpwurt seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5100"
},
{
- "id": "5101",
- "name": "Redberry seed",
- "examine": "A redberry seed - Plant in a bush patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{10,19}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A redberry seed - Plant in a bush patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Redberry seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5101"
},
{
- "id": "5102",
- "name": "Cadavaberry seed",
- "examine": "A cadavaberry seed - Plant in a bush patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{22,19}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A cadavaberry seed - Plant in a bush patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Cadavaberry seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5102"
},
{
- "id": "5103",
- "name": "Dwellberry seed",
- "examine": "A dwellberry seed - Plant in a bush patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,36}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A dwellberry seed - Plant in a bush patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Dwellberry seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5103"
},
{
- "id": "5104",
- "name": "Jangerberry seed",
- "examine": "A jangerberry bush seed - plant in a bush patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,48}",
"shop_price": "22",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A jangerberry bush seed - plant in a bush patch.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Jangerberry seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5104"
},
{
- "id": "5105",
- "name": "Whiteberry seed",
- "examine": "A whiteberry bush seed - plant in a bush patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,59}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A whiteberry bush seed - plant in a bush patch.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Whiteberry seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5105"
},
{
- "id": "5106",
- "name": "Poison ivy seed",
- "examine": "A poison ivy bush seed - plant in a bush patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,70}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A poison ivy bush seed - plant in a bush patch.",
+ "grand_exchange_price": "38",
+ "durability": null,
+ "name": "Poison ivy seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5106"
},
{
- "id": "5280",
- "name": "Cactus seed",
- "examine": "A Cactus seed - plant in a cactus patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,55}",
"shop_price": "29",
- "tradeable": "true"
- },
- {
- "id": "5281",
- "name": "Belladonna seed",
- "examine": "Also known as Deadly Nightshade - plant in a belladonna patch.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "requirements": "{19,63}",
- "tradeable": "true"
+ "examine": "A Cactus seed - plant in a cactus patch.",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Cactus seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5280"
},
{
- "id": "5282",
+ "requirements": "{19,63}",
+ "ge_buy_limit": "100",
+ "examine": "Also known as Deadly Nightshade - plant in a belladonna patch.",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Belladonna seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5281"
+ },
+ {
+ "requirements": "{19,53}",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
"name": "Mushroom spore",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,53}"
+ "id": "5282"
},
{
- "id": "5283",
- "name": "Apple tree seed",
- "examine": "Plant this in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,27}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "Plant this in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Apple tree seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5283"
},
{
- "id": "5284",
- "name": "Banana tree seed",
- "examine": "Plant this in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,33}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "Plant this in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Banana tree seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5284"
},
{
- "id": "5285",
- "name": "Orange tree seed",
- "examine": "Plant this in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,39}",
- "tradeable": "true"
- },
- {
- "id": "5286",
- "name": "Curry tree seed",
- "examine": "Plant this in a plant pot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "requirements": "{19,42}",
- "tradeable": "true"
- },
- {
- "id": "5287",
- "name": "Pineapple seed",
"examine": "Plant this in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "30",
"durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,51}",
- "tradeable": "true"
+ "name": "Orange tree seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5285"
},
{
- "id": "5288",
- "name": "Papaya tree seed",
+ "requirements": "{19,42}",
+ "ge_buy_limit": "100",
"examine": "Plant this in a plant pot of soil to grow a sapling.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "265",
"durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,57}",
- "tradeable": "true"
+ "name": "Curry tree seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5286"
},
{
- "id": "5289",
- "name": "Palm tree seed",
- "examine": "Plant in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
+ "requirements": "{19,51}",
"ge_buy_limit": "100",
+ "examine": "Plant this in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "13700",
+ "durability": null,
+ "name": "Pineapple seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5287"
+ },
+ {
+ "requirements": "{19,57}",
+ "ge_buy_limit": "100",
+ "examine": "Plant this in a plant pot of soil to grow a sapling.",
+ "grand_exchange_price": "41200",
+ "durability": null,
+ "name": "Papaya tree seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5288"
+ },
+ {
"requirements": "{19,68}",
"shop_price": "35000",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "Plant in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "105100",
+ "durability": null,
+ "name": "Palm tree seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5289"
},
{
- "id": "5290",
- "name": "Calquat tree seed",
- "examine": "Plant in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,72}",
"shop_price": "35000",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "Plant in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "32000",
+ "durability": null,
+ "name": "Calquat tree seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5290"
},
{
- "id": "5291",
- "name": "Guam seed",
- "examine": "A guam seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{9,19}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A guam seed - plant in a herb patch.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Guam seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5291"
},
{
- "id": "5292",
- "name": "Marrentill seed",
- "examine": "A marrentill seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{14,19}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A marrentill seed - plant in a herb patch.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Marrentill seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5292"
},
{
- "id": "5293",
- "name": "Tarromin seed",
- "examine": "A tarromin seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,19}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A tarromin seed - plant in a herb patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Tarromin seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5293"
},
{
- "id": "5294",
- "name": "Harralander seed",
- "examine": "A harralander seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,26}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A harralander seed - plant in a herb patch.",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Harralander seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5294"
},
{
- "id": "5295",
- "name": "Ranarr seed",
- "examine": "A Ranarr seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,32}",
"shop_price": "4000",
- "tradeable": "true"
- },
- {
- "id": "5296",
- "name": "Toadflax seed",
- "examine": "A toadflax seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "requirements": "{19,38}",
- "tradeable": "true"
- },
- {
- "id": "5297",
- "name": "Irit seed",
- "examine": "An irit seed - plant in a herb patch.",
- "archery_ticket_price": "0",
+ "examine": "A Ranarr seed - plant in a herb patch.",
+ "grand_exchange_price": "9489",
"durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,44}",
- "tradeable": "true"
- },
- {
- "id": "5298",
- "name": "Avantoe seed",
- "examine": "An avantoe seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,50}",
- "tradeable": "true"
- },
- {
- "id": "5299",
- "name": "Kwuarm seed",
- "examine": "A kwuarm seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,56}",
- "tradeable": "true"
- },
- {
- "id": "5300",
- "name": "Snapdragon seed",
- "examine": "A snapdragon seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,62}",
- "tradeable": "true"
- },
- {
- "id": "5301",
- "name": "Cadantine seed",
- "examine": "A cadantine seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,67}",
- "tradeable": "true"
- },
- {
- "id": "5302",
- "name": "Lantadyme seed",
- "examine": "A lantadyme seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,73}",
+ "name": "Ranarr seed",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "5295"
},
{
- "id": "5303",
- "name": "Dwarf weed seed",
- "examine": "A dwarf weed seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
+ "requirements": "{19,38}",
"ge_buy_limit": "100",
+ "examine": "A toadflax seed - plant in a herb patch.",
+ "grand_exchange_price": "2980",
+ "durability": null,
+ "name": "Toadflax seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5296"
+ },
+ {
+ "requirements": "{19,44}",
+ "ge_buy_limit": "100",
+ "examine": "An irit seed - plant in a herb patch.",
+ "grand_exchange_price": "181",
+ "durability": null,
+ "name": "Irit seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5297"
+ },
+ {
+ "requirements": "{19,50}",
+ "ge_buy_limit": "100",
+ "examine": "An avantoe seed - plant in a herb patch.",
+ "grand_exchange_price": "2492",
+ "durability": null,
+ "name": "Avantoe seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5298"
+ },
+ {
+ "requirements": "{19,56}",
+ "ge_buy_limit": "100",
+ "examine": "A kwuarm seed - plant in a herb patch.",
+ "grand_exchange_price": "537",
+ "durability": null,
+ "name": "Kwuarm seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5299"
+ },
+ {
+ "requirements": "{19,62}",
+ "ge_buy_limit": "100",
+ "examine": "A snapdragon seed - plant in a herb patch.",
+ "grand_exchange_price": "47800",
+ "durability": null,
+ "name": "Snapdragon seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5300"
+ },
+ {
+ "requirements": "{19,67}",
+ "ge_buy_limit": "100",
+ "examine": "A cadantine seed - plant in a herb patch.",
+ "grand_exchange_price": "1253",
+ "durability": null,
+ "name": "Cadantine seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5301"
+ },
+ {
+ "requirements": "{19,73}",
+ "ge_buy_limit": "100",
+ "examine": "A lantadyme seed - plant in a herb patch.",
+ "grand_exchange_price": "37100",
+ "durability": null,
+ "name": "Lantadyme seed",
+ "tradeable": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5302"
+ },
+ {
"requirements": "{19,79}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A dwarf weed seed - plant in a herb patch.",
+ "grand_exchange_price": "41900",
+ "durability": null,
+ "name": "Dwarf weed seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5303"
},
{
- "id": "5304",
- "name": "Torstol seed",
- "examine": "A Torstol seed - plant in a herb patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,85}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A Torstol seed - plant in a herb patch.",
+ "grand_exchange_price": "302300",
+ "durability": null,
+ "name": "Torstol seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5304"
},
{
- "id": "5305",
- "name": "Barley seed",
- "examine": "A barley seed - plant in a hops patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{3,19}",
"shop_price": "38",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A barley seed - plant in a hops patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Barley seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5305"
},
{
- "id": "5306",
- "name": "Jute seed",
- "examine": "A jute seed - plant in a hops patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{13,19}",
"shop_price": "86",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A jute seed - plant in a hops patch.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Jute seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5306"
},
{
- "id": "5307",
- "name": "Hammerstone seed",
- "examine": "A hammerstone hop seed - plant in a hops patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{4,19}",
"shop_price": "52",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A hammerstone hop seed - plant in a hops patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Hammerstone seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5307"
},
{
- "id": "5308",
- "name": "Asgarnian seed",
- "examine": "An Asgarnian hop seed - plant in a hops patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{8,19}",
"shop_price": "60",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "An Asgarnian hop seed - plant in a hops patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Asgarnian seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5308"
},
{
- "id": "5309",
- "name": "Yanillian seed",
- "examine": "A yanillian hop seed - plant in a hops patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{16,19}",
"shop_price": "210",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A yanillian hop seed - plant in a hops patch.",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Yanillian seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5309"
},
{
- "id": "5310",
- "name": "Krandorian seed",
- "examine": "A krandorian hop seed - plant in a hops patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{21,19}",
"shop_price": "8",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A krandorian hop seed - plant in a hops patch.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Krandorian seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5310"
},
{
- "id": "5311",
- "name": "Wildblood seed",
- "examine": "A wildblood hop seed - plant in a hops patch.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,28}",
"shop_price": "14",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "A wildblood hop seed - plant in a hops patch.",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Wildblood seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5311"
},
{
- "id": "5312",
- "name": "Acorn",
- "examine": "Plant this in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{15,19}",
"shop_price": "100",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "Plant this in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "22",
+ "durability": null,
+ "name": "Acorn",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5312"
},
{
- "id": "5313",
- "name": "Willow seed",
- "examine": "Plant this in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,30}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "Plant this in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "945",
+ "durability": null,
+ "name": "Willow seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5313"
},
{
- "id": "5314",
- "name": "Maple seed",
- "examine": "Plant this in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,45}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "Plant this in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "35400",
+ "durability": null,
+ "name": "Maple seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5314"
},
{
- "id": "5315",
- "name": "Yew seed",
- "examine": "Plant this in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"requirements": "{19,60}",
- "tradeable": "true"
- },
- {
- "id": "5316",
- "name": "Magic seed",
- "examine": "Plant this in a plantpot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "examine": "Plant this in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "81900",
+ "durability": null,
+ "name": "Yew seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5315"
+ },
+ {
"requirements": "{19,75}",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "Plant this in a plantpot of soil to grow a sapling.",
+ "grand_exchange_price": "276900",
+ "durability": null,
+ "name": "Magic seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5316"
},
{
- "id": "5317",
- "name": "Spirit seed",
- "examine": "Plant this in a plant pot of soil to grow a sapling.",
- "archery_ticket_price": "0",
- "durability": null,
"requirements": "{19,83}",
- "shop_price": "55000"
+ "shop_price": "55000",
+ "examine": "Plant this in a plant pot of soil to grow a sapling.",
+ "durability": null,
+ "name": "Spirit seed",
+ "archery_ticket_price": "0",
+ "id": "5317"
},
{
- "id": "5318",
- "name": "Potato seed",
- "examine": "A potato seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
"shop_price": "8",
- "tradeable": "true"
+ "ge_buy_limit": "500",
+ "examine": "A potato seed - plant in an allotment.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Potato seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5318"
},
{
- "id": "5319",
- "name": "Onion seed",
- "examine": "An onion seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
"requirements": "{5,19}",
"shop_price": "10",
- "tradeable": "true"
+ "ge_buy_limit": "500",
+ "examine": "An onion seed - plant in an allotment.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Onion seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5319"
},
{
- "id": "5320",
- "name": "Sweetcorn seed",
- "examine": "A sweetcorn seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
"requirements": "{20,19}",
- "tradeable": "true"
+ "ge_buy_limit": "500",
+ "examine": "A sweetcorn seed - plant in an allotment.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Sweetcorn seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5320"
},
{
- "id": "5321",
- "name": "Watermelon seed",
- "examine": "A watermelon seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
"requirements": "{19,47}",
"shop_price": "56",
- "tradeable": "true"
+ "ge_buy_limit": "500",
+ "examine": "A watermelon seed - plant in an allotment.",
+ "grand_exchange_price": "2491",
+ "durability": null,
+ "name": "Watermelon seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5321"
},
{
- "id": "5322",
- "name": "Tomato seed",
- "examine": "A tomato seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
"requirements": "{12,19}",
"shop_price": "10",
- "tradeable": "true"
+ "ge_buy_limit": "500",
+ "examine": "A tomato seed - plant in an allotment.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Tomato seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5322"
},
{
- "id": "5323",
- "name": "Strawberry seed",
- "examine": "A strawberry seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
"requirements": "{19,31}",
- "tradeable": "true"
+ "ge_buy_limit": "500",
+ "examine": "A strawberry seed - plant in an allotment.",
+ "grand_exchange_price": "240",
+ "durability": null,
+ "name": "Strawberry seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5323"
},
{
- "id": "5324",
- "name": "Cabbage seed",
- "examine": "A cabbage seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
"requirements": "{7,19}",
"shop_price": "25",
- "tradeable": "true"
+ "ge_buy_limit": "500",
+ "examine": "A cabbage seed - plant in an allotment.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Cabbage seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5324"
},
{
- "id": "5325",
- "name": "Gardening trowel",
- "examine": "Not suitable for archaeological digs.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"shop_price": "12",
- "tradeable": "true"
- },
- {
- "id": "5326",
+ "ge_buy_limit": "100",
+ "examine": "Not suitable for archaeological digs.",
+ "grand_exchange_price": "106",
+ "durability": null,
"name": "Gardening trowel",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5325"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "106",
+ "durability": null,
+ "name": "Gardening trowel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5326"
},
{
- "id": "5327",
- "name": "Spade handle",
"examine": "I need to attach this to its head.",
- "archery_ticket_price": "0",
+ "durability": null,
+ "name": "Spade handle",
+ "tradeable": "false",
"destroy": "true",
- "durability": null,
- "tradeable": "false"
+ "archery_ticket_price": "0",
+ "id": "5327"
},
{
- "id": "5328",
- "name": "Spade head",
"examine": "I need to attach this to its handle.",
+ "durability": null,
+ "name": "Spade head",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5328"
},
{
- "id": "5329",
- "name": "Secateurs",
- "examine": "Good for pruning away diseased leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
"shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "5330",
+ "ge_buy_limit": "100",
+ "examine": "Good for pruning away diseased leaves.",
+ "grand_exchange_price": "204",
+ "durability": null,
"name": "Secateurs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5331",
- "name": "Watering can",
- "examine": "This watering can is empty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "8",
"tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5332",
- "name": "Watering can",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5329",
+ "equipment_slot": "3"
},
{
- "id": "5333",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "204",
+ "durability": null,
+ "name": "Secateurs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5330"
+ },
+ {
+ "shop_price": "8",
+ "ge_buy_limit": "100",
+ "examine": "See article",
+ "grand_exchange_price": "298",
+ "durability": null,
+ "name": "Watering can",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "5331"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "298",
+ "durability": null,
+ "name": "Watering can",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5332"
+ },
+ {
+ "shop_price": "8",
+ "examine": "See article",
+ "grand_exchange_price": "206",
+ "durability": null,
"name": "Watering can(1)",
- "examine": " This watering can is almost empty.",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8",
- "weight": "0.2"
+ "id": "5333"
},
{
- "id": "5334",
+ "shop_price": "8",
+ "examine": "See article",
+ "grand_exchange_price": "206",
+ "durability": null,
"name": "Watering can(2)",
- "examine": "This watering can is three-quarters empty.",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8",
- "weight": "0.3"
+ "id": "5334"
},
{
- "id": "5335",
+ "shop_price": "8",
+ "examine": "See article",
+ "grand_exchange_price": "206",
+ "durability": null,
"name": "Watering can(3)",
- "examine": "This watering can is just under half-full.",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8",
- "weight": "0.4"
+ "id": "5335"
},
{
- "id": "5336",
+ "shop_price": "8",
+ "examine": "See article",
+ "grand_exchange_price": "206",
+ "durability": null,
"name": "Watering can(4)",
- "examine": " Some would say this watering can is half-full, others half-empty.",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8",
- "weight": "0.5"
+ "id": "5336"
},
{
- "id": "5337",
+ "shop_price": "8",
+ "examine": "See article",
+ "grand_exchange_price": "206",
+ "durability": null,
"name": "Watering can(5)",
- "examine": "This watering can is just over half-full.",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8",
- "weight": "0.6"
+ "id": "5337"
},
{
- "id": "5338",
+ "shop_price": "8",
+ "examine": "See article",
+ "grand_exchange_price": "206",
+ "durability": null,
"name": "Watering can(6)",
- "examine": " This watering can is three quarters full.",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8",
- "weight": "0.7"
+ "id": "5338"
},
{
- "id": "5339",
+ "shop_price": "8",
+ "examine": "See article",
+ "grand_exchange_price": "206",
+ "durability": null,
"name": "Watering can(7)",
- "examine": " This watering can is almost completely full.",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8",
- "weight": "0.8"
+ "id": "5339"
},
{
- "id": "5340",
+ "shop_price": "8",
+ "examine": "See article",
+ "grand_exchange_price": "206",
+ "durability": null,
"name": "Watering can(8)",
- "examine": " This watering can is completely full.",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8",
- "weight": "0.9"
+ "id": "5340"
},
{
- "id": "5341",
- "name": "Rake",
+ "shop_price": "6",
+ "ge_buy_limit": "100",
"examine": "Use this to clear weeds.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "99",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "5342",
"name": "Rake",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "1.3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5341"
},
{
- "id": "5343",
- "name": "Seed dibber",
- "examine": "Use this to plant seeds with.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "99",
+ "durability": null,
+ "name": "Rake",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5342"
+ },
+ {
"shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "5344",
+ "ge_buy_limit": "100",
+ "examine": "Use this to plant seeds with.",
+ "grand_exchange_price": "117",
+ "durability": null,
"name": "Seed dibber",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5343"
},
{
- "id": "5345",
- "name": "Gardening boots",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "117",
+ "durability": null,
+ "name": "Seed dibber",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5344"
+ },
+ {
+ "ge_buy_limit": "100",
"examine": "A pair of gardening boots.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "3186",
"durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5346",
"name": "Gardening boots",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5345",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3186",
+ "durability": null,
+ "name": "Gardening boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5346"
},
{
- "id": "5347",
- "name": "Rake handle",
"examine": "I need to reattach this to its head.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.4"
+ "name": "Rake handle",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "5347"
},
{
- "id": "5348",
- "name": "Rake head",
"examine": "I need to reattach this to its handle.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.9"
+ "name": "Rake head",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5348"
},
{
- "id": "5350",
- "name": "Plant pot",
+ "shop_price": "1",
+ "ge_buy_limit": "100",
"examine": "An empty plant pot.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "20",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "5351",
"name": "Plant pot",
+ "tradeable": "true",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5350"
},
{
- "id": "5352",
- "name": "Unfired plant pot",
- "examine": "An unfired plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Plant pot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5351"
+ },
+ {
"shop_price": "9",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "5353",
+ "ge_buy_limit": "100",
+ "examine": "An unfired plant pot.",
+ "grand_exchange_price": "7",
+ "durability": null,
"name": "Unfired plant pot",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5354",
- "name": "Plant pot",
- "examine": "A plant pot filled with soil.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1",
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5352"
},
{
- "id": "5355",
- "name": "Plant pot",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5356",
- "name": "Plant pot",
- "examine": "A plant pot filled with soil.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "7",
"durability": null,
- "shop_price": "1",
+ "name": "Unfired plant pot",
"tradeable": "true",
- "weight": "0.9"
+ "archery_ticket_price": "0",
+ "id": "5353"
},
{
- "id": "5357",
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "A plant pot filled with soil.",
+ "grand_exchange_price": "340",
+ "durability": null,
"name": "Plant pot",
+ "tradeable": "true",
+ "weight": "0.9",
"archery_ticket_price": "0",
+ "id": "5354"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "340",
"durability": null,
- "tradeable": "true"
+ "name": "Plant pot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5355"
},
{
- "id": "5358",
- "name": "Oak seedling",
- "examine": "An acorn has been sown in this plant pot.",
- "archery_ticket_price": "0",
+ "shop_price": "1",
+ "examine": "A plant pot filled with soil.",
+ "grand_exchange_price": "243",
"durability": null,
- "shop_price": "200"
+ "name": "Plant pot",
+ "tradeable": "true",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5356"
},
{
- "id": "5359",
- "name": "Willow seedling",
- "examine": "A willow tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.9"
- },
- {
- "id": "5360",
- "name": "Maple seedling",
- "examine": "A maple tree seed has been sown in this plant pot.",
+ "name": "Plant pot",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5357"
},
{
- "id": "5361",
- "name": "Yew seedling",
- "examine": "A yew tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "5362",
- "name": "Magic seedling",
- "examine": "A magic tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "5363",
- "name": "Spirit seedling",
- "examine": "A spirit tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5364",
- "name": "Oak seedling",
+ "shop_price": "200",
"examine": "An acorn has been sown and watered in this plant pot.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "200"
+ "name": "Oak seedling",
+ "archery_ticket_price": "0",
+ "id": "5358"
},
{
- "id": "5365",
+ "examine": "A willow tree seed has been sown and watered in this plant pot",
+ "durability": null,
"name": "Willow seedling",
- "examine": "A willow tree seed has been sown and watered in this plant pot.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5359"
},
{
- "id": "5366",
+ "examine": "A maple tree has been sown (and watered) in this plant pot.",
+ "durability": null,
"name": "Maple seedling",
- "examine": "A maple tree seed has been sown and watered in this plant pot.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5360"
},
{
- "id": "5367",
+ "examine": "A yew seed has been sown in the plant pot",
+ "durability": null,
"name": "Yew seedling",
- "examine": "A yew tree seed has been sown and watered in this plant pot.",
+ "high_alchemy": "1",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "5361"
},
{
- "id": "5368",
- "name": "Magic seedling",
"examine": "A magic tree seed has been sown and watered in this plant pot.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.9"
+ "name": "Magic seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5362"
},
{
- "id": "5369",
+ "examine": "A spirit seedling is growing in this pot. It has been sown and watered.",
+ "durability": null,
"name": "Spirit seedling",
- "examine": "A spirit tree seed has been sown and watered in this plant pot.",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5363"
},
{
- "id": "5370",
+ "shop_price": "200",
+ "examine": "An acorn has been sown and watered in this plant pot.",
+ "durability": null,
+ "name": "Oak seedling",
+ "archery_ticket_price": "0",
+ "id": "5364"
+ },
+ {
+ "examine": "A willow tree seed has been sown and watered in this plant pot",
+ "durability": null,
+ "name": "Willow seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5365"
+ },
+ {
+ "examine": "A maple tree has been sown (and watered) in this plant pot.",
+ "durability": null,
+ "name": "Maple seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5366"
+ },
+ {
+ "examine": "A yew seed has been sown in the plant pot",
+ "durability": null,
+ "name": "Yew seedling",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5367"
+ },
+ {
+ "examine": "A magic tree seed has been sown and watered in this plant pot.",
+ "durability": null,
+ "name": "Magic seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5368"
+ },
+ {
+ "examine": "A spirit seedling is growing in this pot. It has been sown and watered.",
+ "durability": null,
+ "name": "Spirit seedling",
+ "archery_ticket_price": "0",
+ "id": "5369"
+ },
+ {
+ "examine": "This sapling is ready to be planted in a tree patch.",
+ "durability": null,
"name": "Oak sapling",
- "examine": "This sapling is ready to be planted in a tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5370"
},
{
- "id": "5371",
- "name": "Willow sapling",
"examine": "This sapling is ready to be replanted in a tree patch.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.9"
+ "name": "Willow sapling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5371"
},
{
- "id": "5372",
+ "examine": "This sapling is ready to be planted in a tree patch.",
+ "durability": null,
"name": "Maple sapling",
- "examine": "This sapling is ready to be planted in a tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5372"
},
{
- "id": "5373",
+ "examine": "This sapling is ready to be planted in a tree patch.",
+ "durability": null,
"name": "Yew sapling",
- "examine": "This sapling is ready to be planted in a tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5373"
},
{
- "id": "5374",
+ "examine": "This sapling is ready to be planted in a tree patch.",
+ "durability": null,
"name": "Magic sapling",
- "examine": "This sapling is ready to be planted in a tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5374"
},
{
- "id": "5375",
+ "examine": "This sapling is ready to be planted in a tree patch.",
+ "durability": null,
"name": "Spirit sapling",
- "examine": "This sapling is ready to be planted in a tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5375"
},
{
- "id": "5376",
- "name": "Basket",
+ "shop_price": "1",
+ "ge_buy_limit": "1000",
"examine": "An empty fruit basket.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "5377",
"name": "Basket",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "5376"
},
{
- "id": "5378",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Basket",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5377"
+ },
+ {
+ "examine": "A fruit basket filled with apples.",
+ "grand_exchange_price": "1889",
+ "durability": null,
"name": "Apples(1)",
- "examine": "A fruit basket filled with apples.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.1"
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5378"
},
{
- "id": "5379",
+ "durability": null,
"name": "Apples(1)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5379"
},
{
- "id": "5380",
+ "examine": "A fruit basket filled with apples.",
+ "grand_exchange_price": "1889",
+ "durability": null,
"name": "Apples(2)",
- "examine": "A fruit basket filled with apples.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.1"
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5380"
},
{
- "id": "5381",
+ "durability": null,
"name": "Apples(2)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5381"
},
{
- "id": "5382",
+ "examine": "A fruit basket filled with apples.",
+ "grand_exchange_price": "1889",
+ "durability": null,
"name": "Apples(3)",
- "examine": "A fruit basket filled with apples.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.1"
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5382"
},
{
- "id": "5383",
+ "durability": null,
"name": "Apples(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5384",
- "name": "Apples(4)",
- "examine": "A fruit basket filled with apples.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5385",
- "name": "Apples(4)",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5383"
},
{
- "id": "5386",
- "name": "Apples(5)",
"examine": "A fruit basket filled with apples.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1889",
"durability": null,
- "ge_buy_limit": "1000",
+ "name": "Apples(4)",
"tradeable": "true",
- "weight": "0.1"
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5384"
},
{
- "id": "5387",
+ "durability": null,
+ "name": "Apples(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5385"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A fruit basket filled with apples.",
+ "grand_exchange_price": "2448",
+ "durability": null,
"name": "Apples(5)",
+ "tradeable": "true",
+ "weight": "0.1",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "5386"
+ },
+ {
"ge_buy_limit": "1000",
- "tradeable": "true"
+ "grand_exchange_price": "2448",
+ "durability": null,
+ "name": "Apples(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5387"
},
{
- "id": "5388",
+ "examine": "A fruit basket filled with oranges",
+ "grand_exchange_price": "3823",
+ "durability": null,
"name": "Oranges(1)",
- "examine": "A fruit basket filled with oranges",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5388"
},
{
- "id": "5389",
+ "durability": null,
"name": "Oranges(1)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5389"
},
{
- "id": "5390",
+ "examine": "A fruit basket filled with oranges",
+ "grand_exchange_price": "3823",
+ "durability": null,
"name": "Oranges(2)",
- "examine": "A fruit basket filled with oranges",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5390"
},
{
- "id": "5391",
+ "durability": null,
"name": "Oranges(2)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5391"
},
{
- "id": "5392",
- "name": "Oranges(3)",
"examine": "A fruit basket filled with oranges",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "3823",
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "5393",
"name": "Oranges(3)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5392"
+ },
+ {
+ "durability": null,
+ "name": "Oranges(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5393"
},
{
- "id": "5394",
- "name": "Oranges(4)",
"examine": "A fruit basket filled with oranges",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "3823",
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "5395",
"name": "Oranges(4)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5394"
},
{
- "id": "5396",
- "name": "Oranges(5)",
- "examine": "A common fruit.",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "1000",
+ "name": "Oranges(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5395"
+ },
+ {
"shop_price": "70",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5397",
+ "ge_buy_limit": "1000",
+ "examine": "A common fruit.",
+ "grand_exchange_price": "5649",
+ "durability": null,
"name": "Oranges(5)",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "0.1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "5396"
},
{
- "id": "5398",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "5649",
+ "durability": null,
+ "name": "Oranges(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5397"
+ },
+ {
+ "examine": "A fruit basket filled with strawberries.",
+ "grand_exchange_price": "5",
+ "durability": null,
"name": "Strawberries(1)",
- "examine": "A fruit basket filled with strawberries.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.25"
+ "high_alchemy": "1",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "5398"
},
{
- "id": "5399",
+ "durability": null,
"name": "Strawberries(1)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5399"
},
{
- "id": "5400",
+ "examine": "A fruit basket filled with strawberries.",
+ "grand_exchange_price": "5",
+ "durability": null,
"name": "Strawberries(2)",
- "examine": "A fruit basket filled with strawberries.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.25"
+ "high_alchemy": "1",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "5400"
},
{
- "id": "5401",
+ "durability": null,
"name": "Strawberries(2)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5401"
},
{
- "id": "5402",
+ "examine": "A fruit basket filled with strawberries.",
+ "grand_exchange_price": "5",
+ "durability": null,
"name": "Strawberries(3)",
- "examine": "A fruit basket filled with strawberries.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.25"
+ "high_alchemy": "1",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "5402"
},
{
- "id": "5403",
+ "durability": null,
"name": "Strawberries(3)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5403"
},
{
- "id": "5404",
- "name": "Strawberries(4)",
"examine": "A fruit basket filled with strawberries.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "5",
"durability": null,
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "5405",
"name": "Strawberries(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.25",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5404"
},
{
- "id": "5406",
- "name": "Strawberries(5)",
+ "durability": null,
+ "name": "Strawberries(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5405"
+ },
+ {
+ "ge_buy_limit": "10000",
"examine": "A fruit basket filled with strawberries.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "406",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "5407",
"name": "Strawberries(5)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.25",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "5406"
+ },
+ {
"ge_buy_limit": "10000",
- "tradeable": "true"
+ "grand_exchange_price": "406",
+ "durability": null,
+ "name": "Strawberries(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5407"
},
{
- "id": "5408",
+ "examine": "A fruit basket filled with bananas.",
+ "grand_exchange_price": "1064",
+ "durability": null,
"name": "Bananas(1)",
- "examine": "A fruit basket filled with bananas.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.1"
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5408"
},
{
- "id": "5409",
+ "durability": null,
"name": "Bananas(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5410",
- "name": "Bananas(2)",
- "examine": "A fruit basket filled with bananas.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5411",
- "name": "Bananas(2)",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5409"
},
{
- "id": "5412",
- "name": "Bananas(3)",
"examine": "A fruit basket filled with bananas.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1064",
"durability": null,
+ "name": "Bananas(2)",
"tradeable": "true",
- "weight": "0.1"
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5410"
},
{
- "id": "5413",
+ "durability": null,
+ "name": "Bananas(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5411"
+ },
+ {
+ "examine": "A fruit basket filled with bananas.",
+ "grand_exchange_price": "1064",
+ "durability": null,
"name": "Bananas(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.1",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5412"
},
{
- "id": "5414",
- "name": "Bananas(4)",
- "examine": "Mmm this looks tasty.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bananas(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5413"
+ },
+ {
"shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "5415",
- "name": "Bananas(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5416",
- "name": "Bananas(5)",
"examine": "Mmm this looks tasty.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "171",
"durability": null,
- "ge_buy_limit": "1000",
+ "name": "Bananas(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5414"
+ },
+ {
+ "durability": null,
+ "name": "Bananas(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5415"
+ },
+ {
"shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "5417",
- "name": "Bananas(5)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1000",
- "tradeable": "true"
+ "examine": "Mmm this looks tasty.",
+ "grand_exchange_price": "1637",
+ "durability": null,
+ "name": "Bananas(5)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5416"
},
{
- "id": "5418",
- "name": "Empty sack",
- "examine": "An empty sack.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1637",
"durability": null,
- "ge_buy_limit": "100",
+ "name": "Bananas(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5417"
+ },
+ {
"shop_price": "1",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "5419",
+ "ge_buy_limit": "100",
+ "examine": "An empty sack.",
+ "grand_exchange_price": "45",
+ "durability": null,
"name": "Empty sack",
+ "tradeable": "true",
+ "weight": "0.4",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "5418"
+ },
+ {
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "45",
+ "durability": null,
+ "name": "Empty sack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5419"
},
{
- "id": "5420",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1276",
+ "durability": null,
"name": "Potatoes(1)",
- "examine": "There is one potato in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5420"
},
{
- "id": "5421",
+ "durability": null,
"name": "Potatoes(1)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5421"
},
{
- "id": "5422",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1276",
+ "durability": null,
"name": "Potatoes(2)",
- "examine": "There are two potatoes in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5422"
},
{
- "id": "5423",
+ "durability": null,
"name": "Potatoes(2)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5423"
},
{
- "id": "5424",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1276",
+ "durability": null,
"name": "Potatoes(3)",
- "examine": "There are three potatoes in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5424"
},
{
- "id": "5425",
+ "durability": null,
"name": "Potatoes(3)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5425"
},
{
- "id": "5426",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1276",
+ "durability": null,
"name": "Potatoes(4)",
- "examine": "There are four potatoes in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5426"
},
{
- "id": "5427",
+ "durability": null,
"name": "Potatoes(4)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5427"
},
{
- "id": "5428",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1276",
+ "durability": null,
"name": "Potatoes(5)",
- "examine": "There are five potatoes in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5428"
},
{
- "id": "5429",
+ "durability": null,
"name": "Potatoes(5)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5429"
},
{
- "id": "5430",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1276",
+ "durability": null,
"name": "Potatoes(6)",
- "examine": "There are six potatoes in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5430"
},
{
- "id": "5431",
+ "durability": null,
"name": "Potatoes(6)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5431"
},
{
- "id": "5432",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1276",
+ "durability": null,
"name": "Potatoes(7)",
- "examine": "There are seven potatoes in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5432"
},
{
- "id": "5433",
+ "durability": null,
"name": "Potatoes(7)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5433"
},
{
- "id": "5434",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1276",
+ "durability": null,
"name": "Potatoes(8)",
- "examine": "There are eight potatoes in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5434"
},
{
- "id": "5435",
+ "durability": null,
"name": "Potatoes(8)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5435"
},
{
- "id": "5436",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1276",
+ "durability": null,
"name": "Potatoes(9)",
- "examine": "There are nine potatoes in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5436"
},
{
- "id": "5437",
+ "durability": null,
"name": "Potatoes(9)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5437"
},
{
- "id": "5438",
+ "ge_buy_limit": "1000",
+ "examine": "There are <number of potatoes> in this sack.",
+ "grand_exchange_price": "1052",
+ "durability": null,
"name": "Potatoes(10)",
- "examine": "There are ten potatoes in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5438"
},
{
- "id": "5439",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1052",
+ "durability": null,
"name": "Potatoes(10)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "5439"
},
{
- "id": "5440",
+ "examine": "There are/is (1-10) onion(s) in this sack.",
+ "grand_exchange_price": "589",
+ "durability": null,
"name": "Onions(1)",
- "examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5440"
},
{
- "id": "5441",
+ "durability": null,
"name": "Onions(1)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5441"
},
{
- "id": "5442",
+ "examine": "There are/is (1-10) onion(s) in this sack.",
+ "grand_exchange_price": "589",
+ "durability": null,
"name": "Onions(2)",
- "examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5442"
},
{
- "id": "5443",
+ "durability": null,
"name": "Onions(2)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5443"
},
{
- "id": "5444",
+ "examine": "There are/is (1-10) onion(s) in this sack.",
+ "grand_exchange_price": "589",
+ "durability": null,
"name": "Onions(3)",
- "examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5444"
},
{
- "id": "5445",
+ "durability": null,
"name": "Onions(3)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5445"
},
{
- "id": "5446",
+ "examine": "There are/is (1-10) onion(s) in this sack.",
+ "grand_exchange_price": "589",
+ "durability": null,
"name": "Onions(4)",
- "examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5446"
},
{
- "id": "5447",
+ "durability": null,
"name": "Onions(4)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5447"
},
{
- "id": "5448",
+ "examine": "There are/is (1-10) onion(s) in this sack.",
+ "grand_exchange_price": "589",
+ "durability": null,
"name": "Onions(5)",
- "examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5448"
},
{
- "id": "5449",
+ "durability": null,
"name": "Onions(5)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5449"
},
{
- "id": "5450",
+ "examine": "There are/is (1-10) onion(s) in this sack.",
+ "grand_exchange_price": "589",
+ "durability": null,
"name": "Onions(6)",
- "examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5450"
},
{
- "id": "5451",
+ "durability": null,
"name": "Onions(6)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5451"
},
{
- "id": "5452",
+ "examine": "There are/is (1-10) onion(s) in this sack.",
+ "grand_exchange_price": "589",
+ "durability": null,
"name": "Onions(7)",
- "examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5452"
},
{
- "id": "5453",
+ "durability": null,
"name": "Onions(7)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5453"
},
{
- "id": "5454",
+ "examine": "There are/is (1-10) onion(s) in this sack.",
+ "grand_exchange_price": "589",
+ "durability": null,
"name": "Onions(8)",
- "examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5454"
},
{
- "id": "5455",
+ "durability": null,
"name": "Onions(8)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5456",
- "name": "Onions(9)",
- "examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "5457",
- "name": "Onions(9)",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5455"
},
{
- "id": "5458",
- "name": "Onions(10)",
"examine": "There are/is (1-10) onion(s) in this sack.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "589",
"durability": null,
- "ge_buy_limit": "1000",
+ "name": "Onions(9)",
"tradeable": "true",
- "weight": "0.9"
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5456"
},
{
- "id": "5459",
+ "durability": null,
+ "name": "Onions(9)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5457"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "There are/is (1-10) onion(s) in this sack.",
+ "grand_exchange_price": "489",
+ "durability": null,
"name": "Onions(10)",
+ "tradeable": "true",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "5458"
},
{
- "id": "5460",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "489",
+ "durability": null,
+ "name": "Onions(10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5459"
+ },
+ {
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "1304",
+ "durability": null,
"name": "Cabbages(1)",
- "examine": "There is one cabbage in this sack.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5460"
},
{
- "id": "5461",
+ "durability": null,
"name": "Cabbages(1)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5461"
},
{
- "id": "5462",
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "1304",
+ "durability": null,
"name": "Cabbages(2)",
- "examine": "There are two cabbages in this sack.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5462"
},
{
- "id": "5463",
+ "durability": null,
"name": "Cabbages(2)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5463"
},
{
- "id": "5464",
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "1304",
+ "durability": null,
"name": "Cabbages(3)",
- "examine": "There are three cabbages in this sack.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5464"
},
{
- "id": "5465",
+ "durability": null,
"name": "Cabbages(3)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5465"
},
{
- "id": "5466",
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "1304",
+ "durability": null,
"name": "Cabbages(4)",
- "examine": "There are four cabbages in this sack.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5466"
},
{
- "id": "5467",
+ "durability": null,
"name": "Cabbages(4)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5467"
},
{
- "id": "5468",
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "1304",
+ "durability": null,
"name": "Cabbages(5)",
- "examine": "There are five cabbages in this sack.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5468"
},
{
- "id": "5469",
+ "durability": null,
"name": "Cabbages(5)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5469"
},
{
- "id": "5470",
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "1304",
+ "durability": null,
"name": "Cabbages(6)",
- "examine": "There are six cabbages in this sack.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5470"
},
{
- "id": "5471",
+ "durability": null,
"name": "Cabbages(6)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5471"
},
{
- "id": "5472",
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "1304",
+ "durability": null,
"name": "Cabbages(7)",
- "examine": "There are seven cabbages in this sack.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5472"
},
{
- "id": "5473",
+ "durability": null,
"name": "Cabbages(7)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5473"
},
{
- "id": "5474",
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "1304",
+ "durability": null,
"name": "Cabbages(8)",
- "examine": "There are eight cabbages in this sack.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5474"
},
{
- "id": "5475",
+ "durability": null,
"name": "Cabbages(8)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5475"
},
{
- "id": "5476",
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "1304",
+ "durability": null,
"name": "Cabbages(9)",
- "examine": "There are nine cabbages in this sack.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5476"
},
{
- "id": "5477",
+ "durability": null,
"name": "Cabbages(9)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5477"
},
{
- "id": "5478",
- "name": "Cabbages(10)",
- "examine": "There are ten cabbages in this sack.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5479",
+ "examine": "There are <number of cabbages> in this sack.",
+ "grand_exchange_price": "917",
+ "durability": null,
"name": "Cabbages(10)",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "5478"
+ },
+ {
"ge_buy_limit": "1000",
- "tradeable": "true"
+ "grand_exchange_price": "917",
+ "durability": null,
+ "name": "Cabbages(10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5479"
},
{
- "id": "5480",
+ "examine": "An apple tree has been sown (and watered) in this plant pot.",
+ "durability": null,
"name": "Apple seedling",
- "examine": "An apple tree seed has been sown in this plant pot.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5480"
},
{
- "id": "5481",
- "name": "Banana seedling",
- "examine": "A banana tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "5482",
- "name": "Orange seedling",
- "examine": "An orange tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5483",
- "name": "Curry seedling",
- "examine": "A curry tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "5484",
- "name": "Pineapple seedling",
- "examine": "A pineapple plant seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "5485",
- "name": "Papaya seedling",
- "examine": "A papaya tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "5486",
- "name": "Palm seedling",
- "examine": "A palm tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.66"
- },
- {
- "id": "5487",
- "name": "Calquat seedling",
- "examine": "A calquat tree seed has been sown in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "5488",
- "name": "Apple seedling",
- "examine": "An apple tree seed has been sown and watered in this plant pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "5489",
- "name": "Banana seedling",
"examine": "A banana tree seed has been sown and watered in this plant pot.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.9"
+ "name": "Banana seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5481"
},
{
- "id": "5490",
+ "examine": "An orange tree seed has been sown (and watered)in this plant pot.",
+ "durability": null,
"name": "Orange seedling",
- "examine": "An orange tree seed has been sown and watered in this plant pot.",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5482"
},
{
- "id": "5491",
+ "examine": "A curry seed has been sown and watered in this plant pot.",
+ "durability": null,
"name": "Curry seedling",
- "examine": "A curry tree seed has been sown and watered in this plant pot.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5483"
},
{
- "id": "5492",
+ "examine": "A pineapple tree has been sown (and watered) in this plant pot.",
+ "durability": null,
"name": "Pineapple seedling",
- "examine": "A pineapple plant seed has been sown and watered in this plant pot.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5484"
},
{
- "id": "5493",
+ "examine": "This needs watering before it will grow.",
+ "durability": null,
"name": "Papaya seedling",
- "examine": "A papaya tree seed has been sown and watered in this plant pot.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5485"
},
{
- "id": "5494",
+ "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "durability": null,
"name": "Palm seedling",
- "examine": "A palm tree seed has been sown and watered in this plant pot.",
+ "weight": "0.66",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.66"
+ "id": "5486"
},
{
- "id": "5495",
+ "examine": "A calquat tree has been sown (and watered) in this plant pot.",
+ "durability": null,
"name": "Calquat seedling",
- "examine": "A calquat tree seed has been sown and watered in this plant pot.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5487"
},
{
- "id": "5496",
+ "examine": "An apple tree has been sown (and watered) in this plant pot.",
+ "durability": null,
+ "name": "Apple seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5488"
+ },
+ {
+ "examine": "A banana tree seed has been sown and watered in this plant pot.",
+ "durability": null,
+ "name": "Banana seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5489"
+ },
+ {
+ "examine": "An orange tree seed has been sown (and watered)in this plant pot.",
+ "durability": null,
+ "name": "Orange seedling",
+ "archery_ticket_price": "0",
+ "id": "5490"
+ },
+ {
+ "examine": "A curry seed has been sown and watered in this plant pot.",
+ "durability": null,
+ "name": "Curry seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5491"
+ },
+ {
+ "examine": "A pineapple tree has been sown (and watered) in this plant pot.",
+ "durability": null,
+ "name": "Pineapple seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5492"
+ },
+ {
+ "examine": "This needs watering before it will grow.",
+ "durability": null,
+ "name": "Papaya seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5493"
+ },
+ {
+ "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "durability": null,
+ "name": "Palm seedling",
+ "weight": "0.66",
+ "archery_ticket_price": "0",
+ "id": "5494"
+ },
+ {
+ "examine": "A calquat tree has been sown (and watered) in this plant pot.",
+ "durability": null,
+ "name": "Calquat seedling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5495"
+ },
+ {
+ "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "durability": null,
"name": "Apple sapling",
- "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5496"
},
{
- "id": "5497",
+ "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "durability": null,
"name": "Banana sapling",
- "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5497"
},
{
- "id": "5498",
+ "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "durability": null,
"name": "Orange sapling",
- "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5498"
},
{
- "id": "5499",
+ "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "durability": null,
"name": "Curry sapling",
- "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5499"
},
{
- "id": "5500",
+ "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "durability": null,
"name": "Pineapple sapling",
- "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5500"
},
{
- "id": "5501",
+ "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "durability": null,
"name": "Papaya sapling",
- "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5501"
},
{
- "id": "5502",
+ "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "durability": null,
"name": "Palm sapling",
- "examine": "This sapling is ready to be replanted in a fruit tree patch.",
+ "weight": "0.9",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
+ "id": "5502"
},
{
- "id": "5503",
- "name": "Calquat sapling",
"examine": "This sapling is ready to be planted in a tree patch.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "0.9"
+ "name": "Calquat sapling",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5503"
},
{
- "id": "5504",
- "name": "Strawberry",
+ "ge_buy_limit": "10000",
"examine": "A freshly picked strawberry.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "23",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5505",
"name": "Strawberry",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "5504"
+ },
+ {
"ge_buy_limit": "10000",
- "tradeable": "true"
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Strawberry",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5505"
},
{
- "id": "5506",
- "name": "Old man's message",
"examine": "The Wise Old Man of Draynor Village asked you to take this to someone.",
+ "durability": null,
+ "name": "Old man's message",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5506"
},
{
- "id": "5507",
+ "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.",
+ "durability": null,
"name": "Strange book",
- "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5507"
},
{
- "id": "5508",
+ "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.",
+ "durability": null,
"name": "Book of folklore",
- "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.",
"archery_ticket_price": "0",
- "durability": null
+ "id": "5508"
},
{
- "id": "5509",
- "name": "Small pouch",
"examine": "A small pouch used for storing essence.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
+ "name": "Small pouch",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5509"
},
{
- "id": "5510",
- "name": "Medium pouch",
"examine": "A medium-sized pouch used for storing essence.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
- },
- {
- "id": "5511",
"name": "Medium pouch",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5510"
+ },
+ {
"examine": "A medium-sized pouch used for storing essence.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
+ "name": "Medium pouch",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5511"
},
{
- "id": "5512",
- "name": "Large pouch",
- "examine": "A large pouch used for storing essence.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "25000",
- "weight": "1"
- },
- {
- "id": "5513",
- "name": "Large pouch",
"examine": "A large pouch used for storing essence.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Large pouch",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5512"
+ },
+ {
"shop_price": "25000",
- "weight": "1"
- },
- {
- "id": "5514",
- "name": "Giant pouch",
- "examine": "A giant-sized pouch used for storing essence.",
- "archery_ticket_price": "0",
+ "examine": "A large pouch used for storing essence.",
"durability": null,
- "shop_price": "50000",
- "weight": "1"
- },
- {
- "id": "5515",
- "name": "Giant pouch",
- "examine": "A giant-sized pouch used for storing essence.",
+ "name": "Large pouch",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "shop_price": "50000",
- "weight": "1"
+ "id": "5513"
},
{
- "id": "5516",
- "name": "Elemental talisman",
+ "shop_price": "50000",
+ "examine": "A giant-sized pouch used for storing essence.",
+ "durability": null,
+ "name": "Giant pouch",
+ "low_alchemy": "480",
+ "high_alchemy": "720",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5514"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A giant-sized pouch used for storing essence.",
+ "durability": null,
+ "name": "Giant pouch",
+ "low_alchemy": "480",
+ "high_alchemy": "720",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5515"
+ },
+ {
+ "ge_buy_limit": "500",
"examine": "A mysterious power emanates from the talisman...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "186900",
"durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "5517",
"name": "Elemental talisman",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "5516"
+ },
+ {
"ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "5518",
- "name": "Scrying orb",
- "examine": "This contains mystical teleport information...",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "186900",
"durability": null,
- "weight": "1"
- },
- {
- "id": "5519",
- "name": "Scrying orb",
- "examine": "This orb apparently contains a cypher spell.",
+ "name": "Elemental talisman",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
+ "id": "5517"
+ },
+ {
+ "examine": "When empty:",
+ "durability": null,
+ "name": "Scrying orb",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5518"
+ },
+ {
+ "examine": "When empty:",
+ "durability": null,
+ "name": "Scrying orb",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5519"
},
{
- "id": "5520",
- "name": "Abyssal book",
"examine": "Some research notes on abyssal space.",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "true"
+ "name": "Abyssal book",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "5520"
},
{
- "id": "5521",
- "name": "Binding necklace",
+ "ge_buy_limit": "100",
"examine": "A necklace embedded with mystical power.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "720",
"durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5522",
"name": "Binding necklace",
+ "tradeable": "true",
+ "low_alchemy": "570",
+ "high_alchemy": "855",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5521",
+ "equipment_slot": "2"
},
{
- "id": "5523",
- "name": "Tiara mould",
- "examine": "A mould for tiaras.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "720",
+ "durability": null,
+ "name": "Binding necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5522"
+ },
+ {
"shop_price": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5524",
+ "ge_buy_limit": "100",
+ "examine": "A mould for tiaras.",
+ "grand_exchange_price": "315",
+ "durability": null,
"name": "Tiara mould",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5523"
},
{
- "id": "5525",
- "name": "Tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "315",
+ "durability": null,
+ "name": "Tiara mould",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5524"
+ },
+ {
+ "ge_buy_limit": "1000",
"examine": "Makes me feel like a Princess.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "13",
"durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5526",
"name": "Tiara",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "5525",
+ "equipment_slot": "0"
+ },
+ {
"ge_buy_limit": "1000",
- "tradeable": "true"
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5526"
},
{
- "id": "5527",
- "name": "Air tiara",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of air.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "5",
"durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5528",
"name": "Air tiara",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5527",
+ "equipment_slot": "0"
},
{
- "id": "5529",
- "name": "Mind tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Air tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5528"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of the mind.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5530",
+ "grand_exchange_price": "10",
"name": "Mind tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5529"
},
{
- "id": "5531",
- "name": "Water tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Mind tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5530"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of water.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5532",
+ "grand_exchange_price": "1351",
"name": "Water tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5531"
},
{
- "id": "5533",
- "name": "Body tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1351",
+ "durability": null,
+ "name": "Water tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5532"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of the body.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5534",
+ "grand_exchange_price": "5",
"name": "Body tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5533"
},
{
- "id": "5535",
- "name": "Earth tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Body tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5534"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of the earth.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5536",
+ "grand_exchange_price": "4",
"name": "Earth tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5535"
},
{
- "id": "5537",
- "name": "Fire tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Earth tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5536"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of fire.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5538",
+ "grand_exchange_price": "8",
"name": "Fire tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5537"
},
{
- "id": "5539",
- "name": "Cosmic tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Fire tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5538"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of the cosmos.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5540",
+ "grand_exchange_price": "8",
"name": "Cosmic tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5539"
},
{
- "id": "5541",
- "name": "Nature tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Cosmic tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5540"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of nature.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5542",
+ "grand_exchange_price": "10",
"name": "Nature tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5541"
},
{
- "id": "5543",
- "name": "Chaos tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Nature tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5542"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of chaos.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5544",
+ "grand_exchange_price": "10",
"name": "Chaos tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5543"
},
{
- "id": "5545",
- "name": "Law tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Chaos tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5544"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of law.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5546",
+ "grand_exchange_price": "11",
"name": "Law tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5545"
},
{
- "id": "5547",
- "name": "Death tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Law tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5546"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of death.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5548",
+ "grand_exchange_price": "65",
"name": "Death tiara",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "5547"
},
{
- "id": "5549",
- "name": "Blood tiara",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "65",
+ "durability": null,
+ "name": "Death tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5548"
+ },
+ {
+ "requirements": "",
+ "ge_buy_limit": "100",
"examine": "A tiara infused with the properties of Blood.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5550",
+ "grand_exchange_price": "1058",
"name": "Blood tiara",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5551",
- "name": "Soul tiara",
- "examine": " A tiara infused with the properties of the soul.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "5549"
},
{
- "id": "5552",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1058",
+ "durability": null,
+ "name": "Blood tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5550"
+ },
+ {
+ "durability": null,
"name": "Soul tiara",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "5551",
+ "equipment_slot": "0"
},
{
- "id": "5553",
- "name": "Rogue top",
- "examine": "Black banded leather armour, a rogue's dream!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,10,10,10,10,5,0,0,0,0",
"durability": null,
- "equipment_slot": "4",
+ "name": "Soul tiara",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5552"
+ },
+ {
"remove_sleeves": "true",
- "weight": "0.4"
+ "examine": "Black banded leather armour, a rogue's dream!",
+ "durability": null,
+ "name": "Rogue top",
+ "low_alchemy": "250",
+ "high_alchemy": "375",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "5553",
+ "bonuses": "0,0,0,0,0,10,10,10,10,10,5,0,0,0,0",
+ "equipment_slot": "4"
},
{
- "id": "5554",
- "name": "Rogue mask",
- "examine": "Black banded leather armour, a rogue's dream!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
"remove_head": "true",
- "weight": "0.5"
- },
- {
- "id": "5555",
- "name": "Rogue trousers",
"examine": "Black banded leather armour, a rogue's dream!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0",
"durability": null,
- "equipment_slot": "7",
- "weight": "0.4"
- },
- {
- "id": "5556",
- "name": "Rogue gloves",
- "examine": "Black banded leather gloves, a rogue's dream!",
+ "name": "Rogue mask",
+ "low_alchemy": "150",
+ "high_alchemy": "225",
+ "weight": "0.5",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,2,2,2,2,2,2,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "weight": "0.4"
- },
- {
- "id": "5557",
- "name": "Rogue boots",
- "examine": "Black banded leather boots, a rogue's dream!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,2,2,2,2,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "weight": "0.4"
- },
- {
- "id": "5558",
- "name": "Rogue kit",
- "examine": "It can do almost anything!",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "35"
- },
- {
- "id": "5559",
- "name": "Flash powder",
- "examine": "A small satchel of bright powder!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "5560",
- "name": "Stethoscope",
- "examine": "A useful hearing aid.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "shop_price": "10"
- },
- {
- "id": "5561",
- "name": "Mystic jewel",
- "examine": "I can escape the Maze with this!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5568",
- "name": "Picture",
- "examine": "A fraction of a roof.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.6"
- },
- {
- "id": "5574",
- "name": "Initiate sallet",
- "examine": "An initiate Temple Knight's helm.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,3,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
+ "id": "5554",
+ "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0",
"remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Black banded leather armour, a rogue's dream!",
+ "durability": null,
+ "name": "Rogue trousers",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "5555",
+ "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "examine": "Black banded leather gloves, a rogue's dream!",
+ "durability": null,
+ "name": "Rogue gloves",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "5556",
+ "bonuses": "0,0,0,0,0,2,2,2,2,2,2,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "Black banded leather boots, a rogue's dream!",
+ "durability": null,
+ "name": "Rogue boots",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "5557",
+ "bonuses": "0,0,0,0,0,2,2,2,2,2,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "shop_price": "35",
+ "examine": "It can do almost anything!",
+ "durability": null,
+ "name": "Rogue kit",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "5558"
+ },
+ {
+ "examine": "A small satchel of bright powder!",
+ "durability": null,
+ "name": "Flash powder",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5559"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A useful hearing aid.",
+ "durability": null,
+ "name": "Stethoscope",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "5560",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "I can escape the Maze with this!",
+ "durability": null,
+ "name": "Mystic jewel",
+ "archery_ticket_price": "0",
+ "id": "5561"
+ },
+ {
+ "examine": "A fraction of a roof.",
+ "durability": null,
+ "name": "Picture",
+ "weight": "0.6",
+ "archery_ticket_price": "0",
+ "id": "5568"
+ },
+ {
"remove_head": "true",
"requirements": "{1,20}",
"shop_price": "6000",
+ "ge_buy_limit": "100",
+ "examine": "An initiate Temple Knight's helm.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "2.2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "3512",
+ "name": "Initiate sallet",
"tradeable": "true",
- "weight": "2.2"
+ "archery_ticket_price": "0",
+ "id": "5574",
+ "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,3,0,0"
},
{
- "id": "5575",
- "name": "Initiate hauberk",
- "examine": "An initiate Temple Knight's Armour.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,6,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
"requirements": "{1,20}",
"shop_price": "10000",
+ "ge_buy_limit": "100",
+ "examine": "An initiate Temple Knight's Armour.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "8",
+ "absorb": "1,0,3",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "5776",
+ "name": "Initiate hauberk",
"tradeable": "true",
- "weight": "8"
+ "archery_ticket_price": "0",
+ "id": "5575",
+ "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,6,0,0"
},
{
- "id": "5576",
- "name": "Initiate cuisse",
- "examine": "An initiate Temple Knight's leg armour.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,5,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
"requirements": "{1,20}",
"shop_price": "8000",
- "tradeable": "true",
- "weight": "7"
- },
- {
- "id": "5577",
- "name": "Cupric sulphate",
- "examine": "A vial of something labelled 'Cupric Sulfate'.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "5578",
- "name": "Acetic acid",
- "examine": "A vial of something labelled 'Acetic Acid'.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "5579",
- "name": "Gypsum",
- "examine": "A vial of something labelled 'Gypsum'.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "5580",
- "name": "Sodium chloride",
- "examine": "A vial of something labelled 'Sodium Chloride'.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "5581",
- "name": "Nitrous oxide",
- "examine": "A vial of something labelled 'Nitrous Oxide'.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "5582",
- "name": "Vial of liquid",
- "examine": "A vial of something labelled Dihydrogen Monoxide.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5583",
- "name": "Tin ore powder",
- "examine": "A vial of something labelled 'Powdered Tin Ore'.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "5584",
- "name": "Cupric ore powder",
- "examine": "A vial of something labelled 'Powdered Cupric Ore'.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "5585",
- "name": "Bronze Key",
- "examine": "I hope the mould was accurate enough...",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.01"
- },
- {
- "id": "5586",
- "name": "Metal spade",
- "examine": "It's a metal spade with a wooden handle.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.814"
- },
- {
- "id": "5587",
- "name": "Metal spade",
- "examine": "It's a metal spade without a handle.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.814"
- },
- {
- "id": "5588",
- "name": "Alchemical notes",
- "examine": "Looks like a pretty boring read.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5592",
- "name": "Tin",
- "examine": "A tin layered with some stuff from a vial.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "20",
- "tradeable": "false",
- "weight": "0.101"
- },
- {
- "id": "5593",
- "name": "Tin",
- "examine": "It's full of a white lumpy mixture that seems to be hardening.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "20",
- "tradeable": "false",
- "weight": "0.101"
- },
- {
- "id": "5594",
- "name": "Tin",
- "examine": "There is an impression of a key embedded in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "20",
- "tradeable": "false",
- "weight": "0.101"
- },
- {
- "id": "5595",
- "name": "Tin",
- "examine": "There is an impression of a key, filled with tin ore.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "20",
- "tradeable": "false",
- "weight": "0.101"
- },
- {
- "id": "5596",
- "name": "Tin",
- "examine": "There is an impression of a key, filled with copper ore.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "20",
- "tradeable": "false",
- "weight": "0.101"
- },
- {
- "id": "5597",
- "name": "Tin",
- "examine": "There is an impression of a key, filled with tin and copper ore.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "20",
- "tradeable": "false",
- "weight": "0.101"
- },
- {
- "id": "5598",
- "name": "Tin",
- "examine": "There is a bronze key surrounded by plaster in this tin.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "20",
- "tradeable": "false",
- "weight": "0.101"
- },
- {
- "id": "5599",
- "name": "Tin",
- "examine": "There is a strange concoction filling this tin.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "20",
- "tradeable": "false",
- "weight": "0.101"
- },
- {
- "id": "5600",
- "name": "Tin",
- "examine": "I could probably pour something into this.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "5601",
- "name": "Chisel",
- "examine": "Good for detailed crafting.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "14",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "5602",
- "name": "Bronze wire",
- "examine": "Useful for crafting items.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5603",
- "name": "Shears",
- "examine": "For shearing sheep.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "false",
- "weight": "0.113"
- },
- {
- "id": "5604",
- "name": "Magnet",
- "examine": "A very attractive magnet.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5605",
- "name": "Knife",
- "examine": "A dangerous looking knife.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "25",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "5606",
- "name": "Makeover voucher",
- "examine": "I can exchange this for one free makeover with the makeover mage.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "5607",
- "name": "Grain",
- "examine": "Some wheat heads.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "0.6"
- },
- {
- "id": "5608",
- "name": "Fox",
- "examine": "A cunning animal.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "5609",
- "name": "Chicken",
- "examine": "Normal: Yep. Definitely a chicken.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "5610",
- "name": "Hourglass",
- "examine": "There's not much sand left in the top half...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "5611",
- "name": "Initiate sallet",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5612",
- "name": "Initiate hauberk",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5613",
- "name": "Initiate cuisse",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5614",
- "name": "Magic carpet",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "191",
- "run_anim": "330",
- "stand_anim": "330",
- "stand_turn_anim": "330",
- "turn180_anim": "330",
- "turn90ccw_anim": "330",
- "turn90cw_anim": "330",
- "walk_anim": "330"
- },
- {
- "id": "5615",
- "name": "Bonemeal",
- "examine": "A pot of crushed bearded gorilla monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "5616",
- "name": "Bronze arrow(p+)",
- "examine": "Arrows with bronze heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "7",
- "tradeable": "true"
- },
- {
- "id": "5617",
- "name": "Iron arrow(p+)",
- "examine": "Arrows with iron heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "5618",
- "name": "Steel arrow(p+)",
- "examine": "Arrows with steel heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,5}",
- "shop_price": "46",
- "tradeable": "true"
- },
- {
- "id": "5619",
- "name": "Mithril arrow(p+)",
- "examine": "Arrows with mithril heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,20}",
- "shop_price": "76",
- "tradeable": "true"
- },
- {
- "id": "5620",
- "name": "Adamant arrow(p+)",
- "examine": "Arrows with adamantite heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,30}",
- "shop_price": "172",
- "tradeable": "true"
- },
- {
- "id": "5621",
- "name": "Rune arrow(p+)",
- "examine": "Arrows with rune heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,40}",
- "shop_price": "510",
- "tradeable": "true"
- },
- {
- "id": "5622",
- "name": "Bronze arrow(p++)",
- "examine": "Arrows with bronze heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "7",
- "tradeable": "true"
- },
- {
- "id": "5623",
- "name": "Iron arrow(p++)",
- "examine": "Arrows with iron heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "5624",
- "name": "Steel arrow(p++)",
- "examine": "Arrows with steel heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,5}",
- "shop_price": "46",
- "tradeable": "true"
- },
- {
- "id": "5625",
- "name": "Mithril arrow(p++)",
- "examine": "Arrows with mithril heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,20}",
- "shop_price": "76",
- "tradeable": "true"
- },
- {
- "id": "5626",
- "name": "Adamant arrow(p++)",
- "examine": "Arrows with adamantite heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,30}",
- "shop_price": "172",
- "tradeable": "true"
- },
- {
- "id": "5627",
- "name": "Rune arrow(p++)",
- "examine": "Arrows with rune heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,40}",
- "shop_price": "510",
- "tradeable": "true"
- },
- {
- "id": "5628",
- "name": "Bronze dart(p+)",
- "examine": "A deadly throwing dart with a bronze tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5629",
- "name": "Iron dart(p+)",
- "examine": "A deadly throwing dart with an iron tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5630",
- "name": "Steel dart(p+)",
- "examine": "A deadly throwing dart with a steel tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,5}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5631",
- "name": "Black dart(p+)",
- "examine": "A deadly throwing dart with a black tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,10}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5632",
- "name": "Mithril dart(p+)",
- "examine": "A deadly throwing dart with a mithril tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,20}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5633",
- "name": "Adamant dart(p+)",
- "examine": "A deadly throwing dart with an adamantite tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5634",
- "name": "Rune dart(p+)",
- "examine": "A deadly throwing dart with a rune tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5635",
- "name": "Bronze dart(p++)",
- "examine": "A deadly throwing dart with a bronze tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5636",
- "name": "Iron dart(p++)",
- "examine": "A deadly throwing dart with an iron tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5637",
- "name": "Steel dart(p++)",
- "examine": "A deadly throwing dart with a steel tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,5}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5638",
- "name": "Black dart(p++)",
- "examine": "A deadly throwing dart with a black tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,10}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5639",
- "name": "Mithril dart(p++)",
- "examine": "A deadly throwing dart with a mithril tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,20}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5640",
- "name": "Adamant dart(p++)",
- "examine": "A deadly throwing dart with an adamantite tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,30}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5641",
- "name": "Rune dart(p++)",
- "examine": "A deadly throwing dart with a rune tip.",
- "archery_ticket_price": "0",
- "attack_anims": "582,582,582,582",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5642",
- "name": "Bronze javelin(p+)",
- "examine": "A bronze-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "shop_price": "6",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5643",
- "name": "Iron javelin(p+)",
- "examine": "An iron-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "shop_price": "8",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5644",
- "name": "Steel javelin(p+)",
- "examine": "A steel-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,5}",
- "shop_price": "37",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5645",
- "name": "Mithril javelin(p+)",
- "examine": "A mithril tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,20}",
- "shop_price": "79",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5646",
- "name": "Adamant javelin(p+)",
- "examine": "An adamant tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{4,30}",
- "shop_price": "100",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5647",
- "name": "Rune javelin(p+)",
- "examine": "A rune tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "shop_price": "624",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5648",
- "name": "Bronze jav'n(p++)",
- "examine": "A bronze-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6",
- "defence_anim": "424",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5649",
- "name": "Iron javelin(p++)",
- "examine": "An iron-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "shop_price": "8",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5650",
- "name": "Steel javelin(p++)",
- "examine": "A steel-tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,5}",
- "shop_price": "37",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5651",
- "name": "Mithril javelin(p++)",
- "examine": "A mithril tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,20}",
- "shop_price": "79",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5652",
- "name": "Adamant javelin(p++)",
- "examine": "An adamant tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{4,30}",
- "shop_price": "100",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5653",
- "name": "Rune javelin(p++)",
- "examine": "A rune tipped javelin.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{4,40}",
- "shop_price": "624",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5654",
- "name": "Bronze knife(p+)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "shop_price": "14",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5655",
- "name": "Iron knife(p+)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "shop_price": "58",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5656",
- "name": "Steel knife(p+)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,5}",
- "shop_price": "68",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5657",
- "name": "Mithril knife(p+)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{4,20}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5658",
- "name": "Black knife(p+)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,10}",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5659",
- "name": "Adamant knife(p+)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,30}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5660",
- "name": "Rune knife(p+)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5661",
- "name": "Bronze knife(p++)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "shop_price": "14",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5662",
- "name": "Iron knife(p++)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "shop_price": "58",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5663",
- "name": "Steel knife(p++)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,5}",
- "shop_price": "68",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5664",
- "name": "Mithril knife(p++)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{4,20}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5665",
- "name": "Black knife(p++)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,10}",
- "shop_price": "15",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5666",
- "name": "Adamant knife(p++)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{4,30}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5667",
- "name": "Rune knife(p++)",
- "examine": "A finely balanced throwing knife.",
- "archery_ticket_price": "0",
- "attack_anims": "806,806,806,806",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "5668",
- "name": "Iron dagger(p+)",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "shop_price": "38",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5669",
- "name": "Iron dagger(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5670",
- "name": "Bronze dagger(p+)",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "shop_price": "11",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5671",
- "name": "Bronze dagger(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5672",
- "name": "Steel dagger(p+)",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,5}",
- "shop_price": "135",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5673",
- "name": "Steel dagger(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5674",
- "name": "Mithril dagger(p+)",
- "examine": "A dangerous dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,20}",
- "shop_price": "130",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.3"
- },
- {
- "id": "5675",
- "name": "Mithril dagger(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5676",
- "name": "Adamant dagger(p+)",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,30}",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "5677",
- "name": "Adamant dagger(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5678",
- "name": "Rune dagger(p+)",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "2584",
- "requirements": "{0,40}",
- "shop_price": "8000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5679",
- "name": "Rune dagger(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5680",
- "name": "Dragon dagger(p+)",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "2584",
- "requirements": "{0,60}",
- "shop_price": "60000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5681",
- "name": "Dragon dagger(p+)",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "defence_anim": "397",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "5682",
- "name": "Black dagger(p+)",
- "examine": "A vicious black dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,10}",
- "shop_price": "240",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5683",
- "name": "Black dagger(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5684",
- "name": "Poison dagger(p+)",
- "archery_ticket_price": "0",
- "attack_audios": "2517,2517,2500,2517",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "2584",
- "weapon_interface": "5"
- },
- {
- "id": "5685",
- "name": "Poison dagger(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5686",
- "name": "Iron dagger(p++)",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "shop_price": "38",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5687",
- "name": "Iron dagger(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5688",
- "name": "Br'ze dagger(p++)",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "shop_price": "11",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5689",
- "name": "Br'ze dagger(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5690",
- "name": "Steel dagger(p++)",
- "examine": "Short but pointy.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,5}",
- "shop_price": "135",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5691",
- "name": "Steel dagger(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5692",
- "name": "Mithril dagger(p++)",
- "examine": "A dangerous dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,20}",
- "shop_price": "130",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.3"
- },
- {
- "id": "5693",
- "name": "Mithril dagger(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5694",
- "name": "Adamant dagger(p++)",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,30}",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "5695",
- "name": "Adamant dagger(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5696",
- "name": "Rune dagger(p++)",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "2584",
- "requirements": "{0,40}",
- "shop_price": "8000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5697",
- "name": "Rune dagger(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5698",
- "name": "Dragon dagger(p++)",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "2584",
- "requirements": "{0,60}",
- "shop_price": "60000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5699",
- "name": "Dragon dagger(p++)",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "defence_anim": "397",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "5700",
- "name": "Black dagger(p++)",
- "examine": "A vicious black dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,10}",
- "shop_price": "240",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "5701",
- "name": "Black dagger(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5702",
- "name": "Poison dagger(p++)",
- "archery_ticket_price": "0",
- "attack_audios": "2517,2517,2500,2517",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "2584",
- "weapon_interface": "5"
- },
- {
- "id": "5703",
- "name": "Poison dagger(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5704",
- "name": "Bronze spear(p+)",
- "examine": "A bronze tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5705",
- "name": "Bronze spear(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5706",
- "name": "Iron spear(p+)",
- "examine": "An iron tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5707",
- "name": "Iron spear(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5708",
- "name": "Steel spear(p+)",
- "examine": "A steel tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5709",
- "name": "Steel spear(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5710",
- "name": "Mithril spear(p+)",
- "examine": "A mithril tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "5711",
- "name": "Mithril spear(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5712",
- "name": "Adamant spear(p+)",
- "examine": "An adamant tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2"
- },
- {
- "id": "5713",
- "name": "Adamant spear(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5714",
- "name": "Rune spear(p+)",
- "examine": "A rune tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5715",
- "name": "Rune spear(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5716",
- "name": "Dragon spear(p+)",
- "examine": "A dragon tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{0,60}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2"
- },
- {
- "id": "5717",
- "name": "Dragon spear(p+)",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "defence_anim": "2079",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "5718",
- "name": "Bronze spear(p++)",
- "examine": "A bronze tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5719",
- "name": "Bronze spear(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5720",
- "name": "Iron spear(p++)",
- "examine": "An iron tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5721",
- "name": "Iron spear(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5722",
- "name": "Steel spear(p++)",
- "examine": "A steel tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5723",
- "name": "Steel spear(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5724",
- "name": "Mithril spear(p++)",
- "examine": "A mithril tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "5725",
- "name": "Mithril spear(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5726",
- "name": "Adamant spear(p++)",
- "examine": "An adamant tipped spear.",
- "archery_ticket_price": "0",
- "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14"
- },
- {
- "id": "5727",
- "name": "Adamant spear(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5728",
- "name": "Rune spear(p++)",
- "examine": "A rune tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5729",
- "name": "Rune spear(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5730",
- "name": "Dragon spear(p++)",
- "examine": "A dragon tipped spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{0,60}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2"
- },
- {
- "id": "5731",
- "name": "Dragon spear(p++)",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "defence_anim": "2079",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "5732",
- "name": "Stool",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "5733",
- "name": "Rotten potato",
- "examine": "Yuk!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "5734",
- "name": "Black spear(p+)",
- "examine": "A black tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,10}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5735",
- "name": "Black spear(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5736",
- "name": "Black spear(p++)",
- "examine": "A black tipped spear.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,10}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "5737",
- "name": "Black spear(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5738",
- "name": "Woad leaf",
- "examine": "A slightly bluish leaf.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "5739",
- "name": "Asgarnian ale(m)",
- "examine": "This looks a good deal stronger than normal Asgarnian ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5740",
- "name": "Asgarnian ale(m)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5741",
- "name": "Mature wmb",
- "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5742",
- "name": "Mature wmb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5743",
- "name": "Greenman's ale(m)",
- "examine": "This looks a good deal stronger than normal Greenman's Ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "5744",
- "name": "Greenman's ale(m)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5745",
- "name": "Dragon bitter(m)",
- "examine": "This looks a good deal stronger than normal Dragon Bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5746",
- "name": "Dragon bitter(m)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5747",
- "name": "Dwarven stout(m)",
- "examine": "This looks a good deal stronger than normal Dwarven Stout.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5748",
- "name": "Dwarven stout(m)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5749",
- "name": "Moonlight mead(m)",
- "examine": "This looks a good deal stronger than normal Moonlight Mead.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5750",
- "name": "Moonlight mead(m)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5751",
- "name": "Axeman's folly",
- "examine": "This might help me chop harder.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5752",
- "name": "Axeman's folly",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5753",
- "name": "Axeman's folly(m)",
- "examine": "This looks a good deal stronger than a normal Axeman's Folly.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5754",
- "name": "Axeman's folly(m)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5755",
- "name": "Chef's delight",
- "examine": "A fruity, full-bodied ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5756",
- "name": "Chef's delight",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5757",
- "name": "Chef's delight(m)",
- "examine": "This looks a good deal stronger than normal Chef's Delight.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5758",
- "name": "Chef's delight(m)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5759",
- "name": "Slayer's respite",
- "examine": "Ale with bite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5760",
- "name": "Slayer's respite",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5761",
- "name": "Slayer's respite(m)",
- "examine": "This looks a good deal stronger than normal Slayer's Respite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5762",
- "name": "Slayer's respite(m)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5763",
- "name": "Cider",
- "examine": "A glass of Cider",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5764",
- "name": "Cider",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5765",
- "name": "Mature cider",
- "examine": "This looks a good deal stronger than normal cider.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5766",
- "name": "Mature cider",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5767",
- "name": "Ale yeast",
- "examine": "A pot filled with ale yeast.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "5768",
- "name": "Ale yeast",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5769",
- "name": "Calquat keg",
- "examine": "Sliced and hollowed out to form a keg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5770",
- "name": "Calquat keg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5771",
- "name": "Dwarven stout(1)",
- "examine": "A pint of thick dark beer.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5772",
- "name": "Dwarven stout(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5773",
- "name": "Dwarven stout(2)",
- "examine": "A pint of thick dark beer.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5774",
- "name": "Dwarven stout(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5775",
- "name": "Dwarven stout(3)",
- "examine": "A pint of thick dark beer.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5776",
- "name": "Dwarven stout(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5777",
- "name": "Dwarven stout(4)",
- "examine": "A pint of thick dark beer.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5778",
- "name": "Dwarven stout(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5779",
- "name": "Asgarnian ale(1)",
- "examine": "Probably the finest readily-available ale in Asgarnia.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5780",
- "name": "Asgarnian ale(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5781",
- "name": "Asgarnian ale(2)",
- "examine": "Probably the finest readily-available ale in Asgarnia.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5782",
- "name": "Asgarnian ale(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5783",
- "name": "Asgarnian ale(3)",
- "examine": "Probably the finest readily-available ale in Asgarnia.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5784",
- "name": "Asgarnian ale(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5785",
- "name": "Asgarnian ale(4)",
- "examine": "Probably the finest readily-available ale in Asgarnia.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5786",
- "name": "Asgarnian ale(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5787",
- "name": "Greenmans ale(1)",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "5788",
- "name": "Greenmans ale(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5789",
- "name": "Greenmans ale(2)",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "5790",
- "name": "Greenmans ale(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5791",
- "name": "Greenmans ale(3)",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "5792",
- "name": "Greenmans ale(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5793",
- "name": "Greenmans ale(4)",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "5794",
- "name": "Greenmans ale(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5795",
- "name": "Mind bomb(1)",
- "examine": "It's got strange bubbles in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5796",
- "name": "Mind bomb(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5797",
- "name": "Mind bomb(2)",
- "examine": "It's got strange bubbles in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5798",
- "name": "Mind bomb(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5799",
- "name": "Mind bomb(3)",
- "examine": "It's got strange bubbles in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5800",
- "name": "Mind bomb(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5801",
- "name": "Mind bomb(4)",
- "examine": "It's got strange bubbles in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "5802",
- "name": "Mind bomb(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5803",
- "name": "Dragon bitter(1)",
- "examine": "A glass of bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5804",
- "name": "Dragon bitter(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5805",
- "name": "Dragon bitter(2)",
- "examine": "A glass of bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5806",
- "name": "Dragon bitter(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5807",
- "name": "Dragon bitter(3)",
- "examine": "A glass of bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5808",
- "name": "Dragon bitter(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5809",
- "name": "Dragon bitter(4)",
- "examine": "A glass of bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5810",
- "name": "Dragon bitter(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5811",
- "name": "Moonlight mead(1)",
- "examine": "A foul smelling brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "5812",
- "name": "Moonlight mead(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5813",
- "name": "Moonlight mead(2)",
- "examine": "A foul smelling brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "5814",
- "name": "Moonlight mead(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5815",
- "name": "Moonlight mead(3)",
- "examine": "A foul smelling brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "5816",
- "name": "Moonlight mead(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5817",
- "name": "Moonlight mead(4)",
- "examine": "A foul smelling brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "5818",
- "name": "Moonlight mead(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5819",
- "name": "Axeman's folly(1)",
- "examine": "This might help me chop harder.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5820",
- "name": "Axeman's folly(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5821",
- "name": "Axeman's folly(2)",
- "examine": "This might help me chop harder.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5822",
- "name": "Axeman's folly(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5823",
- "name": "Axeman's folly(3)",
- "examine": "This might help me chop harder.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5824",
- "name": "Axeman's folly(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5825",
- "name": "Axeman's folly(4)",
- "examine": "This might help me chop harder.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5826",
- "name": "Axeman's folly(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5827",
- "name": "Chef's delight(1)",
- "examine": "A fruity, full-bodied ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5828",
- "name": "Chef's delight(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5829",
- "name": "Chef's delight(2)",
- "examine": "A fruity, full-bodied ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5830",
- "name": "Chef's delight(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5831",
- "name": "Chef's delight(3)",
- "examine": "A fruity, full-bodied ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5832",
- "name": "Chef's delight(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5833",
- "name": "Chef's delight(4)",
- "examine": "A fruity, full-bodied ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5834",
- "name": "Chef's delight(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5835",
- "name": "Slayer's respite(1)",
- "examine": "Ale with bite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5836",
- "name": "Slayer's respite(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5837",
- "name": "Slayer's respite(2)",
- "examine": "Ale with bite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5838",
- "name": "Slayer's respite(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5839",
- "name": "Slayer's respite(3)",
- "examine": "Ale with bite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5840",
- "name": "Slayer's respite(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5841",
- "name": "Slayer's respite(4)",
- "examine": "Ale with bite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5842",
- "name": "Slayer's respite(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5843",
- "name": "Cider(1)",
- "examine": "A glass of Cider",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5844",
- "name": "Cider(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5845",
- "name": "Cider(2)",
- "examine": "A glass of Cider",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5846",
- "name": "Cider(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5847",
- "name": "Cider(3)",
- "examine": "A glass of Cider",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5848",
- "name": "Cider(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5849",
- "name": "Cider(4)",
- "examine": "A glass of Cider",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5850",
- "name": "Cider(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5851",
- "name": "Dwarven stout(m1)",
- "examine": "This looks a good deal stronger than normal Dwarven Stout.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5852",
- "name": "Dwarven stout(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5853",
- "name": "Dwarven stout(m2)",
- "examine": "This looks a good deal stronger than normal Dwarven Stout.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5854",
- "name": "Dwarven stout(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5855",
- "name": "Dwarven stout(m3)",
- "examine": "This looks a good deal stronger than normal Dwarven Stout.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5856",
- "name": "Dwarven stout(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5857",
- "name": "Dwarven stout(m4)",
- "examine": "This looks a good deal stronger than normal Dwarven Stout.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5858",
- "name": "Dwarven stout(m4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5859",
- "name": "Asgarnian ale(m1)",
- "examine": "This looks a good deal stronger than normal Asgarnian ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5860",
- "name": "Asgarnian ale(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5861",
- "name": "Asgarnian ale(m2)",
- "examine": "This looks a good deal stronger than normal Asgarnian ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5862",
- "name": "Asgarnian ale(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5863",
- "name": "Asgarnian ale(m3)",
- "examine": "This looks a good deal stronger than normal Asgarnian ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5864",
- "name": "Asgarnian ale(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5865",
- "name": "Asgarnian ale(m4)",
- "examine": "This looks a good deal stronger than normal Asgarnian ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5866",
- "name": "Asgarnian ale(m4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5867",
- "name": "Greenmans ale(m1)",
- "examine": "This looks a good deal stronger than normal Greenman's Ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "5868",
- "name": "Greenmans ale(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5869",
- "name": "Greenmans ale(m2)",
- "examine": "This looks a good deal stronger than normal Greenman's Ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "5870",
- "name": "Greenmans ale(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5871",
- "name": "Greenmans ale(m3)",
- "examine": "This looks a good deal stronger than normal Greenman's Ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "5872",
- "name": "Greenmans ale(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5873",
- "name": "Greenmans ale(m4)",
- "examine": "This looks a good deal stronger than normal Greenman's Ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "5874",
- "name": "Greenmans ale(m4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5875",
- "name": "Mind bomb(m1)",
- "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5876",
- "name": "Mind bomb(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5877",
- "name": "Mind bomb(m2)",
- "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5878",
- "name": "Mind bomb(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5879",
- "name": "Mind bomb(m3)",
- "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5880",
- "name": "Mind bomb(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5881",
- "name": "Mind bomb(m4)",
- "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5882",
- "name": "Mind bomb(m4)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5883",
- "name": "Dragon bitter(m1)",
- "examine": "This looks a good deal stronger than normal Dragon Bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5884",
- "name": "Dragon bitter(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5885",
- "name": "Dragon bitter(m2)",
- "examine": "This looks a good deal stronger than normal Dragon Bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5886",
- "name": "Dragon bitter(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5887",
- "name": "Dragon bitter(m3)",
- "examine": "This looks a good deal stronger than normal Dragon Bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5888",
- "name": "Dragon bitter(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5889",
- "name": "Dragon bitter(m4)",
- "examine": "This looks a good deal stronger than normal Dragon Bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5890",
- "name": "Dragon bitter(m4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5891",
- "name": "M'light mead(m1)",
- "examine": "A foul smelling brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "5892",
- "name": "M'light mead(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5893",
- "name": "M'light mead(m2)",
- "examine": "This looks a good deal stronger than normal Moonlight Mead.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5894",
- "name": "M'light mead(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5895",
- "name": "M'light mead(m3)",
- "examine": "This looks a good deal stronger than normal Moonlight Mead.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5896",
- "name": "M'light mead(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5897",
- "name": "M'light mead(m4)",
- "examine": "This looks a good deal stronger than normal Moonlight Mead.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5898",
- "name": "M'light mead(m4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5899",
- "name": "Axeman's folly(m1)",
- "examine": "This looks a good deal stronger than a normal Axeman's Folly.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5900",
- "name": "Axeman's folly(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5901",
- "name": "Axeman's folly(m2)",
- "examine": "This looks a good deal stronger than a normal Axeman's Folly.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5902",
- "name": "Axeman's folly(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5903",
- "name": "Axeman's folly(m3)",
- "examine": "This looks a good deal stronger than a normal Axeman's Folly.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5904",
- "name": "Axeman's folly(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5905",
- "name": "Axeman's folly(m4)",
- "examine": "This might help me chop harder.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5906",
- "name": "Axeman's folly(m4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5907",
- "name": "Chef's delight(m1)",
- "examine": "A fruity, full-bodied ale.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5908",
- "name": "Chef's delight(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5909",
- "name": "Chef's delight(m2)",
- "examine": "This looks a good deal stronger than normal Chef's Delight.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5910",
- "name": "Chef's delight(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5911",
- "name": "Chef's delight(m3)",
- "examine": "This looks a good deal stronger than normal Chef's Delight.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5912",
- "name": "Chef's delight(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5913",
- "name": "Chef's delight(m4)",
- "examine": "This looks a good deal stronger than normal Chef's Delight.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5914",
- "name": "Chef's delight(m4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5915",
- "name": "Slayer respite(m1)",
- "examine": "This looks a good deal stronger than normal Slayer's Respite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5916",
- "name": "Slayer respite(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5917",
- "name": "Slayer respite(m2)",
- "examine": "This looks a good deal stronger than normal Slayer's Respite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5918",
- "name": "Slayer respite(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5919",
- "name": "Slayer respite(m3)",
- "examine": "This looks a good deal stronger than normal Slayer's Respite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5920",
- "name": "Slayer respite(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5921",
- "name": "Slayer respite(m4)",
- "examine": "This looks a good deal stronger than normal Slayer's Respite.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5922",
- "name": "Slayer respite(m4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5923",
- "name": "Cider(m1)",
- "examine": "This looks a good deal stronger than normal cider.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5924",
- "name": "Cider(m1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5925",
- "name": "Cider(m2)",
- "examine": "This looks a good deal stronger than normal cider.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5926",
- "name": "Cider(m2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5927",
- "name": "Cider(m3)",
- "examine": "This looks a good deal stronger than normal cider.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5928",
- "name": "Cider(m3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5929",
- "name": "Cider(m4)",
- "examine": "This looks a good deal stronger than normal cider.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5930",
- "name": "Cider(m4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5931",
- "name": "Jute fibre",
- "examine": "I can weave this to make sacks.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "5932",
- "name": "Jute fibre",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "5933",
- "name": "Willow branch",
- "examine": "A branch from a willow tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "5934",
- "name": "Willow branch",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
- },
- {
- "id": "5935",
- "name": "Coconut milk",
- "examine": "A vial filled with coconut milk.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5937",
- "name": "Weapon poison+",
- "examine": "A vial of extra-strong weapon poison, for spears and daggers.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5938",
- "name": "Weapon poison+",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5940",
- "name": "Weapon poison++",
- "examine": "A vial of super strong weapon poison, for spears and daggers.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "5941",
- "name": "Weapon poison++",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5943",
- "name": "Antipoison+(4)",
- "examine": "N doses of extra-stong antipoison potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5944",
- "name": "Antipoison+(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5945",
- "name": "Antipoison+(3)",
- "examine": "N doses of extra-stong antipoison potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5946",
- "name": "Antipoison+(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5947",
- "name": "Antipoison+(2)",
- "examine": "N doses of extra-stong antipoison potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5948",
- "name": "Antipoison+(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5949",
- "name": "Antipoison+(1)",
- "examine": "N doses of extra-stong antipoison potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5950",
- "name": "Antipoison+(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5952",
- "name": "Antipoison++(4)",
- "examine": "4 doses of a super-strong antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5953",
- "name": "Antipoison++(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5954",
- "name": "Antipoison++(3)",
- "examine": "3 doses of a super-strong antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5955",
- "name": "Antipoison++(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5956",
- "name": "Antipoison++(2)",
- "examine": "2 doses of a super-strong antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5957",
- "name": "Antipoison++(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5958",
- "name": "Antipoison++(1)",
- "examine": "1 dose of a super-strong antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5959",
- "name": "Antipoison++(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5960",
- "name": "Tomatoes(1)",
- "examine": "A basket filled with tomatoes.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5961",
- "name": "Tomatoes(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5962",
- "name": "Tomatoes(2)",
- "examine": "A basket filled with tomatoes.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5963",
- "name": "Tomatoes(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5964",
- "name": "Tomatoes(3)",
- "examine": "A basket filled with tomatoes.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5965",
- "name": "Tomatoes(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5966",
- "name": "Tomatoes(4)",
- "examine": "A basket filled with tomatoes.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5967",
- "name": "Tomatoes(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5968",
- "name": "Tomatoes(5)",
- "examine": "A basket filled with tomatoes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5969",
- "name": "Tomatoes(5)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5970",
- "name": "Curry leaf",
- "examine": "I could make a spicy curry with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "5971",
- "name": "Curry leaf",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "5972",
- "name": "Papaya fruit",
- "examine": "Looks delicious.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "5973",
- "name": "Papaya fruit",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "5974",
- "name": "Coconut",
- "examine": "It's a coconut.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "5975",
- "name": "Coconut",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "5976",
- "name": "Coconut",
- "examine": "It's a coconut.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "5977",
- "name": "Coconut",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "5978",
- "name": "Coconut shell",
- "examine": "All the milk has been removed.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5979",
- "name": "Coconut shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5980",
- "name": "Calquat fruit",
- "examine": "This is the largest fruit I've ever seen.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5981",
- "name": "Calquat fruit",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5982",
- "name": "Watermelon",
- "examine": "A juicy watermelon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "48",
- "tradeable": "true",
- "weight": "0.111"
- },
- {
- "id": "5983",
- "name": "Watermelon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5984",
- "name": "Watermelon slice",
- "examine": "A slice of watermelon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5985",
- "name": "Watermelon slice",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5986",
- "name": "Sweetcorn",
- "examine": "Raw sweetcorn.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5987",
- "name": "Sweetcorn",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5988",
- "name": "Cooked sweetcorn",
- "examine": "Delicious cooked sweetcorn.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5989",
- "name": "Cooked sweetcorn",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "5991",
- "name": "Burnt sweetcorn",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "5992",
- "name": "Apple mush",
- "examine": "A bucket of apple mush.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5993",
- "name": "Apple mush",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "5994",
- "name": "Hammerstone hops",
- "examine": "A handful of Hammerstone hops.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5995",
- "name": "Hammerstone hops",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5996",
- "name": "Asgarnian hops",
- "examine": "A handful of Asgarnian hops.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "5997",
- "name": "Asgarnian hops",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5998",
- "name": "Yanillian hops",
- "examine": "A handful of Yanillian hops.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "5999",
- "name": "Yanillian hops",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6000",
- "name": "Krandorian hops",
- "examine": "A handful of Krandorian hops.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "4",
- "tradeable": "true"
- },
- {
- "id": "6001",
- "name": "Krandorian hops",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6002",
- "name": "Wildblood hops",
- "examine": "A handful of wildblood hops.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6003",
- "name": "Wildblood hops",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6004",
- "name": "Mushroom",
- "examine": "A Bittercap Mushroom",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6005",
- "name": "Mushroom",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6006",
- "name": "Barley",
- "examine": "A handful of Barley.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6007",
- "name": "Barley",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6008",
- "name": "Barley malt",
- "examine": "A handful of barley malt.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6009",
- "name": "Barley malt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6010",
- "name": "Marigolds",
- "examine": "A bunch of marigolds.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6011",
- "name": "Marigolds",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6012",
- "name": "Nasturtiums",
- "examine": "A bunch of nasturtiums.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6013",
- "name": "Nasturtiums",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6014",
- "name": "Rosemary",
- "examine": "Some rosemary.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6015",
- "name": "Rosemary",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6016",
- "name": "Cactus spine",
- "examine": "Don't prick yourself with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6017",
- "name": "Cactus spine",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6018",
- "name": "Poison ivy berries",
- "examine": "They look sweet and juicy, but only a fool would eat them.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6019",
- "name": "Poison ivy berries",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6020",
- "name": "Leaves",
- "examine": "A pile of leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6021",
- "name": "Leaves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6022",
- "name": "Leaves",
- "examine": "A pile of leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6023",
- "name": "Leaves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6024",
- "name": "Leaves",
- "examine": "A pile of leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6025",
- "name": "Leaves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6026",
- "name": "Leaves",
- "examine": "A pile of leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6027",
- "name": "Leaves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6028",
- "name": "Leaves",
- "examine": "A pile of leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6029",
- "name": "Leaves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6030",
- "name": "Leaves",
- "examine": "A pile of leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6031",
- "name": "Leaves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6032",
- "name": "Compost",
- "examine": "Good for plants, helps them grow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "6033",
- "name": "Compost",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6034",
- "name": "Supercompost",
- "examine": "Super-good for the smallest or largest of plants.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "6035",
- "name": "Supercompost",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6036",
- "name": "Plant cure",
- "examine": "Use this on plants to cure disease.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "25",
- "tradeable": "true"
- },
- {
- "id": "6037",
- "name": "Plant cure",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6038",
- "name": "Magic string",
- "examine": "I could use this to make jewellery.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6039",
- "name": "Magic string",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6040",
- "name": "Amulet of nature",
- "examine": "An Amulet of Nature.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to create a new amulet if you destroy this one.",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "6041",
- "name": "Pre-nature amulet",
- "examine": "Strung with the root of a Magic Tree. If I enchant this it will become an amulet of nature.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6042",
- "name": "Pre-nature amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6043",
- "name": "Oak roots",
- "examine": "The roots of the Oak tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6044",
- "name": "Oak roots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6045",
- "name": "Willow roots",
- "examine": "The roots of the Willow tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6046",
- "name": "Willow roots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6047",
- "name": "Maple roots",
- "examine": "The roots of the Maple tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6048",
- "name": "Maple roots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6049",
- "name": "Yew roots",
- "examine": "The roots of a yew tree",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6050",
- "name": "Yew roots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6051",
- "name": "Magic roots",
- "examine": "The roots of a magic tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6052",
- "name": "Magic roots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6054",
- "name": "Spirit roots",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6055",
- "name": "Weeds",
- "examine": "A handful of weeds.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "6056",
- "name": "Weeds",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6057",
- "name": "Hay sack",
- "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6058",
- "name": "Hay sack",
- "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6059",
- "name": "Scarecrow",
- "examine": "This should scare the birds.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6060",
- "name": "Stool",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6061",
- "name": "Bronze bolts(p+)",
- "examine": "Bronze crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "6062",
- "name": "Bronze bolts(p++)",
- "examine": "Bronze crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "6064",
- "name": "Bloody mourner top",
- "examine": "How do I wash blood stains out?",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2.72"
- },
- {
- "id": "6065",
- "name": "Mourner top",
- "examine": "A thick heavy leather top.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
- },
- {
- "id": "6066",
- "name": "Mourner trousers",
- "examine": "These are in need of a good tailor.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2.25"
- },
- {
- "id": "6067",
- "name": "Mourner trousers",
- "examine": "A pair of mourner trousers.",
- "archery_ticket_price": "0",
+ "examine": "An initiate Temple Knight's leg armour.",
"durability": null,
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "weight": "7",
+ "absorb": "1,0,2",
"equipment_slot": "7",
- "weight": "2.25"
+ "grand_exchange_price": "4574",
+ "name": "Initiate cuisse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5576",
+ "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,5,0,0"
},
{
- "id": "6068",
- "name": "Mourner gloves",
- "examine": "These will keep my hands warm.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "examine": "A vial of something labelled 'Cupric Sulfate'.",
"durability": null,
- "equipment_slot": "9",
- "shop_price": "160",
- "weight": "2.3"
- },
- {
- "id": "6069",
- "name": "Mourner boots",
- "examine": "Comfortable leather boots.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "160",
- "weight": "1.36"
- },
- {
- "id": "6070",
- "name": "Mourner cloak",
- "examine": "A dull brown cape.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "1",
- "weight": "2.25"
- },
- {
- "id": "6071",
- "name": "Mourner letter",
- "examine": "A letter of recommendation.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160"
- },
- {
- "id": "6072",
- "name": "Tegid's soap",
- "examine": "A bar of soap taken from Tegid.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.5"
- },
- {
- "id": "6073",
- "name": "Prifddinas' history",
- "examine": "A book on the history of Prifddinas.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6075",
- "name": "Eastern discovery",
- "examine": "A book on the exploration of the eastern realm.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6077",
- "name": "Eastern settlement",
- "examine": "A book on the settlement of the eastern realm.",
- "archery_ticket_price": "0",
+ "name": "Cupric sulphate",
+ "tradeable": "false",
"destroy": "true",
- "durability": null,
- "tradeable": "false"
+ "archery_ticket_price": "0",
+ "id": "5577"
},
{
- "id": "6079",
- "name": "The great divide",
- "examine": "A book about the great divide.",
- "archery_ticket_price": "0",
+ "examine": "A vial of something labelled 'Acetic Acid'.",
"durability": null,
- "weight": "0.5"
- },
- {
- "id": "6081",
- "name": "Broken device",
- "examine": "A strange broken device of gnomic design.",
- "archery_ticket_price": "0",
+ "name": "Acetic acid",
+ "tradeable": "false",
"destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "5578"
+ },
+ {
+ "examine": "A vial of something labelled 'Gypsum'.",
"durability": null,
- "tradeable": "false"
+ "name": "Gypsum",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "5579"
},
{
- "id": "6082",
- "name": "Fixed device",
- "examine": "A device for firing dye.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
+ "examine": "A vial of something labelled 'Sodium Chloride'.",
"durability": null,
- "equipment_slot": "3",
- "render_anim": "284",
- "run_anim": "2322",
- "stand_anim": "2316",
- "stand_turn_anim": "2321",
- "turn180_anim": "2318",
- "turn90ccw_anim": "2320",
- "turn90cw_anim": "2319",
- "two_handed": "true",
- "walk_anim": "2317",
- "weapon_interface": "20",
- "weight": "4"
+ "name": "Sodium chloride",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "5580"
},
{
- "id": "6083",
- "name": "Tarnished key",
- "examine": "This key has seen a lot of use. (Mourning's Ends Part I)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6085",
- "name": "Red dye bellows",
- "examine": "A large pair of ogre bellows filled with red dye.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6086",
- "name": "Blue dye bellows",
- "examine": "A large pair of ogre bellows filled with blue dye.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6087",
- "name": "Yellow dye bellows",
- "examine": "A large pair of ogre bellows filled with yellow dye.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6088",
- "name": "Green dye bellows",
- "examine": "A large pair of ogre bellows filled with green dye.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6089",
- "name": "Blue toad",
- "examine": "A blue dye filled toad.",
- "archery_ticket_price": "0",
+ "examine": "A vial of something labelled 'Nitrous Oxide'.",
"durability": null,
- "weight": "1"
+ "name": "Nitrous oxide",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "5581"
},
{
- "id": "6090",
- "name": "Red toad",
- "examine": "A red dye filled toad.",
- "archery_ticket_price": "0",
+ "examine": "A vial of something labelled Dihydrogen Monoxide.",
"durability": null,
- "weight": "0.7"
+ "name": "Vial of liquid",
+ "archery_ticket_price": "0",
+ "id": "5582"
},
{
- "id": "6091",
- "name": "Yellow toad",
- "examine": "A yellow dye filled toad.",
- "archery_ticket_price": "0",
+ "examine": "A vial of something labelled 'Powdered Tin Ore'.",
"durability": null,
- "weight": "0.7"
+ "name": "Tin ore powder",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "5583"
},
{
- "id": "6092",
- "name": "Green toad",
- "examine": "A green dye filled toad.",
- "archery_ticket_price": "0",
+ "examine": "A vial of something labelled 'Powdered Cupric Ore'.",
"durability": null,
- "weight": "1"
+ "name": "Cupric ore powder",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "5584"
},
{
- "id": "6093",
- "name": "Rotten apples",
- "examine": "A barrel full of rotten apples.",
- "archery_ticket_price": "0",
+ "examine": "It's a metal spade without a handle.",
"durability": null,
- "weight": "17"
+ "name": "Metal spade",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "5586"
},
{
- "id": "6094",
- "name": "Apple barrel",
- "examine": "A barrel full of mushed apples.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6095",
- "name": "Naphtha apple mix",
- "examine": "A barrel full of rotten apples and naptha.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6096",
- "name": "Toxic naphtha",
- "examine": "A barrel full of toxic naphtha.",
- "archery_ticket_price": "0",
+ "examine": "It's a metal spade without a handle.",
"durability": null,
- "weight": "32"
+ "name": "Metal spade",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "5587"
},
{
- "id": "6097",
- "name": "Sieve",
- "examine": "It's a sieve.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6098",
- "name": "Toxic powder",
- "examine": "A pile of toxic powder.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6099",
- "name": "Teleport crystal (4)",
- "examine": "A tiny crystal enchanted to return the user to Lletya.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6100",
- "name": "Teleport crystal (3)",
- "examine": "A tiny crystal enchanted to return the user to Lletya.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6101",
- "name": "Teleport crystal (2)",
- "examine": "A tiny crystal enchanted to return the user to Lletya.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6102",
- "name": "Teleport crystal (1)",
- "examine": "A tiny crystal enchanted to return the user to Lletya.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6103",
- "name": "Tiny elf crystal",
- "examine": "A tiny Elf crystal, I need to have this re-enchanted",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6104",
- "name": "New key",
- "examine": "This key is newly cut. (Mourning's Ends Part II)",
- "archery_ticket_price": "0",
+ "examine": "Looks like a pretty boring read.",
"durability": null,
- "weight": "0.33"
+ "name": "Alchemical notes",
+ "archery_ticket_price": "0",
+ "id": "5588"
},
{
- "id": "6106",
- "name": "Ghostly boots",
- "examine": "They seem to be not quite of this world...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
+ "shop_price": "6",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "42",
"durability": null,
- "equipment_slot": "10"
+ "name": "Tin",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "5592"
},
{
- "id": "6107",
- "name": "Ghostly robe",
- "examine": "Varies",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0",
+ "shop_price": "6",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "42",
"durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
+ "name": "Tin",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "5593"
},
{
- "id": "6108",
- "name": "Ghostly robe",
- "examine": "Varies",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
+ "shop_price": "6",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "42",
"durability": null,
- "equipment_slot": "7"
+ "name": "Tin",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "5594"
},
{
- "id": "6109",
- "name": "Ghostly hood",
- "examine": "A ghostly hood, fit for a ghostly head.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "shop_price": "6",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "42",
"durability": null,
- "equipment_slot": "0",
- "remove_head": "true"
+ "name": "Tin",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "5595"
},
{
- "id": "6110",
- "name": "Ghostly gloves",
- "examine": "They seem to fade in and out of existence...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
+ "shop_price": "6",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "42",
"durability": null,
- "equipment_slot": "9"
+ "name": "Tin",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "5596"
},
{
- "id": "6111",
- "name": "Ghostly cloak",
- "examine": "Made of a strange, ghostly material...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0",
+ "shop_price": "6",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "42",
"durability": null,
+ "name": "Tin",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "5597"
+ },
+ {
+ "shop_price": "6",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "42",
+ "durability": null,
+ "name": "Tin",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "5598"
+ },
+ {
+ "shop_price": "6",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "42",
+ "durability": null,
+ "name": "Tin",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "5599"
+ },
+ {
+ "shop_price": "6",
+ "examine": "This needs refining.",
+ "grand_exchange_price": "42",
+ "durability": null,
+ "name": "Tin",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "5600"
+ },
+ {
+ "shop_price": "14",
+ "examine": "Good for detailed crafting.",
+ "grand_exchange_price": "33",
+ "durability": null,
+ "name": "Chisel",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "5601"
+ },
+ {
+ "examine": "Useful for crafting items.",
+ "grand_exchange_price": "237",
+ "durability": null,
+ "name": "Bronze wire",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "5602"
+ },
+ {
+ "shop_price": "1",
+ "examine": "For shearing sheep.",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Shears",
+ "tradeable": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5603"
+ },
+ {
+ "examine": "A very attractive magnet.",
+ "durability": null,
+ "name": "Magnet",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5604"
+ },
+ {
+ "shop_price": "25",
+ "examine": "A dangerous looking knife.",
+ "grand_exchange_price": "102",
+ "durability": null,
+ "name": "Knife",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "5605"
+ },
+ {
+ "examine": "I can exchange this for one free makeover with the makeover mage.",
+ "durability": null,
+ "name": "Makeover voucher",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5606"
+ },
+ {
+ "shop_price": "2",
+ "examine": "Some wheat heads.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Grain",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.6",
+ "archery_ticket_price": "0",
+ "id": "5607",
"equipment_slot": "1"
},
{
- "id": "6112",
- "name": "Kelda seed",
- "examine": "Kelda hop seeds can only be grown underground!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Return to the drunken dwarf's drunken relative to get your seeds back.",
+ "examine": "A cunning animal.",
"durability": null,
- "tradeable": "false"
+ "name": "Fox",
+ "archery_ticket_price": "0",
+ "id": "5608",
+ "equipment_slot": "3"
},
{
- "id": "6113",
- "name": "Kelda hops",
- "examine": "A handful of Kelda Hops.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Return to the Keldagrim palace gardener to get your hops back.",
+ "examine": "Normal: Yep. Definitely a chicken.",
"durability": null,
- "tradeable": "false",
- "weight": "0.01"
- },
- {
- "id": "6118",
- "name": "Kelda stout",
- "examine": "A pint of bluish beer.",
+ "name": "Chicken",
"archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "0.5"
- },
- {
- "id": "6119",
- "name": "Square stone",
- "examine": "There is a strange [green/yellow] marking on this stone.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "6120",
- "name": "Square stone",
- "examine": "There is a strange [green/yellow] marking on this stone.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "6122",
- "name": "A chair",
- "archery_ticket_price": "0",
- "durability": null,
+ "attack_speed": "4",
+ "id": "5609",
"equipment_slot": "5"
},
{
- "id": "6123",
- "name": "Beer glass",
- "examine": "I need to fill this with beer.",
- "archery_ticket_price": "0",
+ "examine": "There's not much sand left in the top half...",
"durability": null,
- "equipment_slot": "3",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
+ "name": "Hourglass",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "5610"
},
{
- "id": "6124",
+ "durability": null,
+ "name": "Initiate sallet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5611"
+ },
+ {
+ "durability": null,
+ "name": "Initiate hauberk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5612"
+ },
+ {
+ "durability": null,
+ "name": "Initiate cuisse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5613"
+ },
+ {
+ "turn90cw_anim": "330",
+ "walk_anim": "330",
+ "durability": null,
+ "turn90ccw_anim": "330",
+ "turn180_anim": "330",
+ "render_anim": "191",
+ "equipment_slot": "3",
+ "stand_anim": "330",
+ "name": "Magic carpet",
+ "run_anim": "330",
+ "archery_ticket_price": "0",
+ "id": "5614",
+ "stand_turn_anim": "330"
+ },
+ {
+ "examine": "A pot of crushed [type of bones].",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5615"
+ },
+ {
+ "shop_price": "7",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with bronze heads.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "equipment_slot": "13",
+ "grand_exchange_price": "127",
+ "name": "Bronze arrow(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5616",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with iron heads.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "138",
+ "name": "Iron arrow(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5617",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10"
+ },
+ {
+ "requirements": "{4,5}",
+ "shop_price": "46",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with steel heads.",
+ "durability": null,
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "equipment_slot": "13",
+ "grand_exchange_price": "159",
+ "name": "Steel arrow(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5618",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16"
+ },
+ {
+ "requirements": "{4,20}",
+ "shop_price": "76",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with mithril heads.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "equipment_slot": "13",
+ "grand_exchange_price": "176",
+ "name": "Mithril arrow(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5619",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22"
+ },
+ {
+ "requirements": "{4,30}",
+ "shop_price": "172",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with adamantite heads.",
+ "durability": null,
+ "low_alchemy": "68",
+ "high_alchemy": "103",
+ "equipment_slot": "13",
+ "grand_exchange_price": "211",
+ "name": "Adamant arrow(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5620",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31"
+ },
+ {
+ "requirements": "{4,40}",
+ "shop_price": "510",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with rune heads.",
+ "durability": null,
+ "low_alchemy": "204",
+ "high_alchemy": "306",
+ "equipment_slot": "13",
+ "grand_exchange_price": "415",
+ "name": "Rune arrow(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5621",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49"
+ },
+ {
+ "shop_price": "7",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with bronze heads.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1076",
+ "name": "Bronze arrow(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5622",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with iron heads.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1037",
+ "name": "Iron arrow(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5623",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10"
+ },
+ {
+ "requirements": "{4,5}",
+ "shop_price": "46",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with steel heads.",
+ "durability": null,
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1038",
+ "name": "Steel arrow(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5624",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16"
+ },
+ {
+ "requirements": "{4,20}",
+ "shop_price": "76",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with mithril heads.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "equipment_slot": "13",
+ "grand_exchange_price": "718",
+ "name": "Mithril arrow(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5625",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22"
+ },
+ {
+ "requirements": "{4,30}",
+ "shop_price": "172",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with adamantite heads.",
+ "durability": null,
+ "low_alchemy": "68",
+ "high_alchemy": "103",
+ "equipment_slot": "13",
+ "grand_exchange_price": "101",
+ "name": "Adamant arrow(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5626",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31"
+ },
+ {
+ "requirements": "{4,40}",
+ "shop_price": "510",
+ "ge_buy_limit": "10000",
+ "examine": "Arrows with rune heads.",
+ "durability": null,
+ "low_alchemy": "204",
+ "high_alchemy": "306",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1300",
+ "name": "Rune arrow(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5627",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a bronze tip.",
+ "durability": null,
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "162",
+ "attack_audios": "2547,0,0,0",
+ "name": "Bronze dart(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5628",
+ "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with an iron tip.",
+ "durability": null,
+ "high_alchemy": "1",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "164",
+ "attack_audios": "2547,0,0,0",
+ "name": "Iron dart(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5629",
+ "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3"
+ },
+ {
+ "requirements": "{4,5}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a steel tip.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "173",
+ "attack_audios": "2547,0,0,0",
+ "name": "Steel dart(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5630",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4"
+ },
+ {
+ "requirements": "{4,10}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a black tip.",
+ "durability": null,
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "822",
+ "attack_audios": "2547,0,0,0",
+ "name": "Black dart(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5631",
+ "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6"
+ },
+ {
+ "requirements": "{4,20}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a mithril tip.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "196",
+ "attack_audios": "2547,0,0,0",
+ "name": "Mithril dart(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5632",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with an adamantite tip.",
+ "durability": null,
+ "low_alchemy": "26",
+ "high_alchemy": "39",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "244",
+ "attack_audios": "2547,0,0,0",
+ "name": "Adamant dart(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5633",
+ "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a rune tip.",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "370",
+ "attack_audios": "2547,0,0,0",
+ "name": "Rune dart(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5634",
+ "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a bronze tip.",
+ "durability": null,
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "1733",
+ "attack_audios": "2547,0,0,0",
+ "name": "Bronze dart(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5635",
+ "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with an iron tip.",
+ "durability": null,
+ "high_alchemy": "1",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "1687",
+ "attack_audios": "2547,0,0,0",
+ "name": "Iron dart(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5636",
+ "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3"
+ },
+ {
+ "requirements": "{4,5}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a steel tip.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "1654",
+ "attack_audios": "2547,0,0,0",
+ "name": "Steel dart(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5637",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4"
+ },
+ {
+ "requirements": "{4,10}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a black tip.",
+ "durability": null,
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "2422",
+ "attack_audios": "2547,0,0,0",
+ "name": "Black dart(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5638",
+ "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6"
+ },
+ {
+ "requirements": "{4,20}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a mithril tip.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "1660",
+ "attack_audios": "2547,0,0,0",
+ "name": "Mithril dart(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5639",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with an adamantite tip.",
+ "durability": null,
+ "low_alchemy": "26",
+ "high_alchemy": "39",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "1352",
+ "attack_audios": "2547,0,0,0",
+ "name": "Adamant dart(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5640",
+ "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "1000",
+ "examine": "A deadly throwing dart with a rune tip.",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "582,582,582,582",
+ "grand_exchange_price": "1109",
+ "attack_audios": "2547,0,0,0",
+ "name": "Rune dart(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5641",
+ "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "1000",
+ "examine": "A bronze-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "115",
+ "name": "Bronze javelin(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5642",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6"
+ },
+ {
+ "shop_price": "8",
+ "ge_buy_limit": "1000",
+ "examine": "An iron-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "112",
+ "name": "Iron javelin(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5643",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10"
+ },
+ {
+ "requirements": "{4,5}",
+ "shop_price": "37",
+ "ge_buy_limit": "1000",
+ "examine": "A steel-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "22",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "128",
+ "name": "Steel javelin(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5644",
+ "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12"
+ },
+ {
+ "requirements": "{4,20}",
+ "shop_price": "79",
+ "ge_buy_limit": "1000",
+ "examine": "A mithril tipped javelin.",
+ "durability": null,
+ "low_alchemy": "39",
+ "high_alchemy": "58",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "141",
+ "name": "Mithril javelin(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5645",
+ "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18"
+ },
+ {
+ "attack_anims": "806,806,806,806",
+ "requirements": "{4,30}",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "179",
+ "durability": null,
+ "name": "Adamant javelin(p+)",
+ "archery_ticket_price": "0",
+ "id": "5646",
+ "weapon_interface": "18",
+ "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28",
+ "defence_anim": "424",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "624",
+ "ge_buy_limit": "1000",
+ "examine": "A rune tipped javelin.",
+ "durability": null,
+ "low_alchemy": "249",
+ "high_alchemy": "374",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "302",
+ "name": "Rune javelin(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5647",
+ "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "A bronze-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1755",
+ "name": "Bronze jav'n(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5648",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6"
+ },
+ {
+ "shop_price": "8",
+ "ge_buy_limit": "1000",
+ "examine": "An iron-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1756",
+ "name": "Iron javelin(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5649",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10"
+ },
+ {
+ "requirements": "{4,5}",
+ "shop_price": "37",
+ "ge_buy_limit": "1000",
+ "examine": "A steel-tipped javelin.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "22",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1769",
+ "name": "Steel javelin(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5650",
+ "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12"
+ },
+ {
+ "requirements": "{4,20}",
+ "shop_price": "79",
+ "ge_buy_limit": "1000",
+ "examine": "A mithril tipped javelin.",
+ "durability": null,
+ "low_alchemy": "39",
+ "high_alchemy": "58",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1736",
+ "name": "Mithril javelin(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5651",
+ "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18"
+ },
+ {
+ "attack_anims": "806,806,806,806",
+ "requirements": "{4,30}",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1514",
+ "durability": null,
+ "name": "Adamant javelin(p++)",
+ "archery_ticket_price": "0",
+ "id": "5652",
+ "weapon_interface": "18",
+ "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28",
+ "defence_anim": "424",
+ "equipment_slot": "3"
+ },
+ {
+ "requirements": "{4,40}",
+ "shop_price": "624",
+ "ge_buy_limit": "1000",
+ "examine": "A rune tipped javelin.",
+ "durability": null,
+ "low_alchemy": "249",
+ "high_alchemy": "374",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1521",
+ "name": "Rune javelin(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5653",
+ "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42"
+ },
+ {
+ "shop_price": "14",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "164",
+ "attack_audios": "2704,0,0,0",
+ "name": "Bronze knife(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5654",
+ "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3"
+ },
+ {
+ "shop_price": "58",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "23",
+ "high_alchemy": "34",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "170",
+ "attack_audios": "2704,0,0,0",
+ "name": "Iron knife(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5655",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4"
+ },
+ {
+ "requirements": "{4,5}",
+ "shop_price": "68",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "27",
+ "high_alchemy": "40",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "212",
+ "attack_audios": "2704,0,0,0",
+ "name": "Steel knife(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5656",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7"
+ },
+ {
+ "requirements": "{4,20}",
+ "ge_buy_limit": "100",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "16",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "330",
+ "attack_audios": "2704,0,0,0",
+ "name": "Mithril knife(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5657",
+ "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10"
+ },
+ {
+ "requirements": "{4,10}",
+ "shop_price": "15",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "7",
+ "high_alchemy": "11",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "66",
+ "attack_audios": "2704,0,0,0",
+ "name": "Black knife(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5658",
+ "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "26",
+ "high_alchemy": "40",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "609",
+ "attack_audios": "2704,0,0,0",
+ "name": "Adamant knife(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5659",
+ "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "66",
+ "high_alchemy": "100",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1511",
+ "attack_audios": "2704,0,0,0",
+ "name": "Rune knife(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5660",
+ "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24"
+ },
+ {
+ "shop_price": "14",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1514",
+ "attack_audios": "2704,0,0,0",
+ "name": "Bronze knife(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5661",
+ "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3"
+ },
+ {
+ "shop_price": "58",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "23",
+ "high_alchemy": "34",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1212",
+ "attack_audios": "2704,0,0,0",
+ "name": "Iron knife(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5662",
+ "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4"
+ },
+ {
+ "requirements": "{4,5}",
+ "shop_price": "68",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "27",
+ "high_alchemy": "40",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1579",
+ "attack_audios": "2704,0,0,0",
+ "name": "Steel knife(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5663",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7"
+ },
+ {
+ "requirements": "{4,20}",
+ "ge_buy_limit": "100",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "16",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1368",
+ "attack_audios": "2704,0,0,0",
+ "name": "Mithril knife(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5664",
+ "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10"
+ },
+ {
+ "requirements": "{4,10}",
+ "shop_price": "15",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "7",
+ "high_alchemy": "11",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "103",
+ "attack_audios": "2704,0,0,0",
+ "name": "Black knife(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5665",
+ "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8"
+ },
+ {
+ "requirements": "{4,30}",
+ "ge_buy_limit": "100",
+ "durability": null,
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "1505",
+ "attack_audios": "2704,0,0,0",
+ "name": "Adamant knife(p++)",
+ "archery_ticket_price": "0",
+ "id": "5666",
+ "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "10000",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "low_alchemy": "66",
+ "high_alchemy": "100",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "806,806,806,806",
+ "grand_exchange_price": "2207",
+ "attack_audios": "2704,0,0,0",
+ "name": "Rune knife(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5667",
+ "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24"
+ },
+ {
+ "shop_price": "38",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "483",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Iron dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5668",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "483",
+ "durability": null,
+ "name": "Iron dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5669"
+ },
+ {
+ "shop_price": "11",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "350",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Bronze dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5670",
+ "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "350",
+ "durability": null,
+ "name": "Bronze dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5671"
+ },
+ {
+ "requirements": "{0,5}",
+ "shop_price": "135",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "575",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Steel dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5672",
+ "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "575",
+ "durability": null,
+ "name": "Steel dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5673"
+ },
+ {
+ "requirements": "{0,20}",
+ "shop_price": "130",
+ "ge_buy_limit": "100",
+ "examine": "A dangerous dagger.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "0.3",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "538",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Mithril dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5674",
+ "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "538",
+ "durability": null,
+ "name": "Mithril dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5675"
+ },
+ {
+ "requirements": "{0,30}",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "800",
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Adamant dagger(p+)",
+ "archery_ticket_price": "0",
+ "id": "5676",
+ "weapon_interface": "5",
+ "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0",
+ "render_anim": "2584",
+ "equipment_slot": "3"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "800",
+ "durability": null,
+ "name": "Adamant dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5677"
+ },
+ {
+ "requirements": "{0,40}",
+ "shop_price": "8000",
+ "ge_buy_limit": "100",
+ "examine": "A powerful dagger.",
+ "durability": null,
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "lendable": "true",
+ "grand_exchange_price": "4538",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Rune dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5678",
+ "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4538",
+ "durability": null,
+ "name": "Rune dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5679"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "60000",
+ "ge_buy_limit": "10",
+ "examine": "A powerful dagger.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "396,396,395,396",
+ "lendable": "true",
+ "grand_exchange_price": "16800",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dragon dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5680",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
+ },
+ {
+ "attack_anims": "396,396,395,396",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "16800",
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Dragon dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5681",
+ "defence_anim": "397"
+ },
+ {
+ "requirements": "{0,10}",
+ "shop_price": "240",
+ "ge_buy_limit": "100",
+ "examine": "A vicious black dagger.",
+ "durability": null,
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "664",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Black dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5682",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "664",
+ "durability": null,
+ "name": "Black dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5683"
+ },
+ {
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Poison dagger(p+)",
+ "archery_ticket_price": "0",
+ "id": "5684",
+ "weapon_interface": "5",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
+ "render_anim": "2584",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Poison dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5685"
+ },
+ {
+ "shop_price": "38",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "4128",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Iron dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5686",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4128",
+ "durability": null,
+ "name": "Iron dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5687"
+ },
+ {
+ "shop_price": "11",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "5088",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Br'ze dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5688",
+ "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5088",
+ "durability": null,
+ "name": "Br'ze dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5689"
+ },
+ {
+ "requirements": "{0,5}",
+ "shop_price": "135",
+ "ge_buy_limit": "100",
+ "examine": "Short but pointy.",
+ "durability": null,
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "4729",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Steel dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5690",
+ "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4729",
+ "durability": null,
+ "name": "Steel dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5691"
+ },
+ {
+ "requirements": "{0,20}",
+ "shop_price": "130",
+ "ge_buy_limit": "100",
+ "examine": "A dangerous dagger.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "0.3",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "3476",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Mithril dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5692",
+ "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3476",
+ "durability": null,
+ "name": "Mithril dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5693"
+ },
+ {
+ "requirements": "{0,30}",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4612",
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Adamant dagger(p++)",
+ "archery_ticket_price": "0",
+ "id": "5694",
+ "weapon_interface": "5",
+ "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0",
+ "render_anim": "2584",
+ "equipment_slot": "3"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4612",
+ "durability": null,
+ "name": "Adamant dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5695"
+ },
+ {
+ "requirements": "{0,40}",
+ "shop_price": "8000",
+ "ge_buy_limit": "100",
+ "examine": "A powerful dagger.",
+ "durability": null,
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "lendable": "true",
+ "grand_exchange_price": "5061",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Rune dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5696",
+ "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5061",
+ "durability": null,
+ "name": "Rune dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5697"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "60000",
+ "ge_buy_limit": "10",
+ "examine": "A powerful dagger.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "396,396,395,396",
+ "lendable": "true",
+ "grand_exchange_price": "20300",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dragon dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5698",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
+ },
+ {
+ "attack_anims": "396,396,395,396",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "20300",
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Dragon dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5699",
+ "defence_anim": "397"
+ },
+ {
+ "requirements": "{0,10}",
+ "shop_price": "240",
+ "ge_buy_limit": "100",
+ "examine": "A vicious black dagger.",
+ "durability": null,
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "4921",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Black dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5700",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4921",
+ "durability": null,
+ "name": "Black dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5701"
+ },
+ {
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Poison dagger(p++)",
+ "archery_ticket_price": "0",
+ "id": "5702",
+ "weapon_interface": "5",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
+ "render_anim": "2584",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Poison dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5703"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A bronze tipped spear.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "861",
+ "stand_anim": "813",
+ "name": "Bronze spear(p+)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5704",
+ "stand_turn_anim": "1209",
+ "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "861",
+ "durability": null,
+ "name": "Bronze spear(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5705"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An iron tipped spear.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "676",
+ "stand_anim": "813",
+ "name": "Iron spear(p+)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5706",
+ "stand_turn_anim": "1209",
+ "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "676",
+ "durability": null,
+ "name": "Iron spear(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5707"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A steel tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "130",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "596",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5708",
+ "stand_turn_anim": "1209",
+ "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
+ "requirements": "{0,5}",
+ "durability": null,
+ "high_alchemy": "195",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Steel spear(p+)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "596",
+ "durability": null,
+ "name": "Steel spear(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5709"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A mithril tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "338",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "802",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5710",
+ "stand_turn_anim": "1209",
+ "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0",
+ "requirements": "{0,20}",
+ "durability": null,
+ "high_alchemy": "507",
+ "weight": "1.8",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Mithril spear(p+)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "802",
+ "durability": null,
+ "name": "Mithril spear(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5711"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An adamant tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "832",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1394",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5712",
+ "stand_turn_anim": "1209",
+ "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0",
+ "requirements": "{0,30}",
+ "durability": null,
+ "high_alchemy": "1248",
+ "weight": "2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Adamant spear(p+)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1394",
+ "durability": null,
+ "name": "Adamant spear(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5713"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A rune tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "8320",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "12500",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5714",
+ "stand_turn_anim": "1209",
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
+ "requirements": "{0,40}",
+ "durability": null,
+ "high_alchemy": "12480",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Rune spear(p+)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12500",
+ "durability": null,
+ "name": "Rune spear(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5715"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "A dragon tipped spear.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "low_alchemy": "24960",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "41800",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5716",
+ "stand_turn_anim": "1209",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
+ "requirements": "{0,60}",
+ "durability": null,
+ "high_alchemy": "37440",
+ "weight": "2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Dragon spear(p+)"
+ },
+ {
+ "attack_anims": "2080,2081,2082,2080",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "41800",
+ "durability": null,
+ "name": "Dragon spear(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5717",
+ "defence_anim": "2079"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A bronze tipped spear.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "7557",
+ "stand_anim": "813",
+ "name": "Bronze spear(p++)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5718",
+ "stand_turn_anim": "1209",
+ "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7557",
+ "durability": null,
+ "name": "Bronze spear(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5719"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An iron tipped spear.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "8394",
+ "stand_anim": "813",
+ "name": "Iron spear(p++)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5720",
+ "stand_turn_anim": "1209",
+ "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8394",
+ "durability": null,
+ "name": "Iron spear(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5721"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A steel tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "130",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "8336",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5722",
+ "stand_turn_anim": "1209",
+ "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
+ "requirements": "{0,5}",
+ "durability": null,
+ "high_alchemy": "195",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Steel spear(p++)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8336",
+ "durability": null,
+ "name": "Steel spear(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5723"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A mithril tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "338",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "7035",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5724",
+ "stand_turn_anim": "1209",
+ "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0",
+ "requirements": "{0,20}",
+ "durability": null,
+ "high_alchemy": "507",
+ "weight": "1.8",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Mithril spear(p++)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7035",
+ "durability": null,
+ "name": "Mithril spear(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5725"
+ },
+ {
+ "requirements": "{0,30}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "walk_anim": "1205",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "7530",
+ "stand_anim": "813",
+ "name": "Adamant spear(p++)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5726",
+ "stand_turn_anim": "1209",
+ "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7530",
+ "durability": null,
+ "name": "Adamant spear(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5727"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A rune tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "8320",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "17700",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5728",
+ "stand_turn_anim": "1209",
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
+ "requirements": "{0,40}",
+ "durability": null,
+ "high_alchemy": "12480",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Rune spear(p++)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "17700",
+ "durability": null,
+ "name": "Rune spear(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5729"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "A dragon tipped spear.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "low_alchemy": "24960",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "37800",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5730",
+ "stand_turn_anim": "1209",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
+ "requirements": "{0,60}",
+ "durability": null,
+ "high_alchemy": "37440",
+ "weight": "2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Dragon spear(p++)"
+ },
+ {
+ "attack_anims": "2080,2081,2082,2080",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "37800",
+ "durability": null,
+ "name": "Dragon spear(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5731",
+ "defence_anim": "2079"
+ },
+ {
+ "durability": null,
+ "name": "Stool",
+ "archery_ticket_price": "0",
+ "id": "5732",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "Yuk!",
+ "durability": null,
+ "name": "Rotten potato",
+ "archery_ticket_price": "0",
+ "id": "5733"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A black tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "260",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "3351",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5734",
+ "stand_turn_anim": "1209",
+ "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0",
+ "requirements": "{0,10}",
+ "durability": null,
+ "high_alchemy": "390",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Black spear(p+)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3351",
+ "durability": null,
+ "name": "Black spear(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5735"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A black tipped spear.",
+ "walk_anim": "1205",
+ "low_alchemy": "260",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "9065",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "5736",
+ "stand_turn_anim": "1209",
+ "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0",
+ "requirements": "{0,10}",
+ "durability": null,
+ "high_alchemy": "390",
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Black spear(p++)"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9065",
+ "durability": null,
+ "name": "Black spear(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5737"
+ },
+ {
+ "shop_price": "15",
+ "examine": "A slightly bluish leaf.",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Woad leaf",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5738"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Asgarnian ale.",
+ "grand_exchange_price": "459",
+ "durability": null,
+ "name": "Asgarnian ale(m)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5739"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "459",
+ "durability": null,
+ "name": "Asgarnian ale(m)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5740"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
+ "grand_exchange_price": "1193",
+ "durability": null,
+ "name": "Mature wmb",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5741"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1193",
+ "durability": null,
+ "name": "Mature wmb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5742"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Greenman's Ale.",
+ "grand_exchange_price": "65400",
+ "durability": null,
+ "name": "Greenman's ale(m)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "5743"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "65400",
+ "durability": null,
+ "name": "Greenman's ale(m)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5744"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Dragon Bitter.",
+ "grand_exchange_price": "2458",
+ "durability": null,
+ "name": "Dragon bitter(m)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5745"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2458",
+ "durability": null,
+ "name": "Dragon bitter(m)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5746"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal dwarven stout.",
+ "grand_exchange_price": "56400",
+ "durability": null,
+ "name": "Dwarven stout(m)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5747"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "56400",
+ "durability": null,
+ "name": "Dwarven stout(m)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5748"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Moonlight Mead.",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Moonlight mead(m)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5749"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Moonlight mead(m)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5750"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This might help me chop harder.",
+ "grand_exchange_price": "890",
+ "durability": null,
+ "name": "Axeman's folly",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5751"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "890",
+ "durability": null,
+ "name": "Axeman's folly",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5752"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than a normal Axeman's Folly.",
+ "grand_exchange_price": "26000",
+ "durability": null,
+ "name": "Axeman's folly(m)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5753"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "26000",
+ "durability": null,
+ "name": "Axeman's folly(m)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5754"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A fruity, full-bodied ale.",
+ "grand_exchange_price": "3694",
+ "durability": null,
+ "name": "Chef's delight",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5755"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3694",
+ "durability": null,
+ "name": "Chef's delight",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5756"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Chef's Delight.",
+ "grand_exchange_price": "42800",
+ "durability": null,
+ "name": "Chef's delight(m)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5757"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "42800",
+ "durability": null,
+ "name": "Chef's delight(m)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5758"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Ale with bite.",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Slayer's respite",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5759"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Slayer's respite",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5760"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Slayer's Respite.",
+ "grand_exchange_price": "1748",
+ "durability": null,
+ "name": "Slayer's respite(m)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5761"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1748",
+ "durability": null,
+ "name": "Slayer's respite(m)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5762"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of Cider",
+ "grand_exchange_price": "1279",
+ "durability": null,
+ "name": "Cider",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5763"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1279",
+ "durability": null,
+ "name": "Cider",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5764"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal cider.",
+ "grand_exchange_price": "3614",
+ "durability": null,
+ "name": "Mature cider",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5765"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3614",
+ "durability": null,
+ "name": "Mature cider",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5766"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "A pot filled with ale yeast.",
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Ale yeast",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "5767"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Ale yeast",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5768"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Sliced and hollowed out to form a keg.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Calquat keg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5769"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Calquat keg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5770"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "A pint of thick dark beer.",
+ "grand_exchange_price": "1934",
+ "durability": null,
+ "name": "Dwarven stout(1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5771"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1934",
+ "durability": null,
+ "name": "Dwarven stout(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5772"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "A pint of thick dark beer.",
+ "grand_exchange_price": "3214",
+ "durability": null,
+ "name": "Dwarven stout(2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5773"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3214",
+ "durability": null,
+ "name": "Dwarven stout(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5774"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "A pint of thick dark beer.",
+ "grand_exchange_price": "4886",
+ "durability": null,
+ "name": "Dwarven stout(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5775"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4886",
+ "durability": null,
+ "name": "Dwarven stout(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5776"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "A pint of thick dark beer.",
+ "grand_exchange_price": "5159",
+ "durability": null,
+ "name": "Dwarven stout(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5777"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5159",
+ "durability": null,
+ "name": "Dwarven stout(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5778"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "Probably the finest readily-available ale in Asgarnia.",
+ "grand_exchange_price": "3344",
+ "durability": null,
+ "name": "Asgarnian ale(1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5779"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3344",
+ "durability": null,
+ "name": "Asgarnian ale(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5780"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "Probably the finest readily-available ale in Asgarnia.",
+ "grand_exchange_price": "6103",
+ "durability": null,
+ "name": "Asgarnian ale(2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5781"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6103",
+ "durability": null,
+ "name": "Asgarnian ale(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5782"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "Probably the finest readily-available ale in Asgarnia.",
+ "grand_exchange_price": "9230",
+ "durability": null,
+ "name": "Asgarnian ale(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5783"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9230",
+ "durability": null,
+ "name": "Asgarnian ale(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5784"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "Probably the finest readily-available ale in Asgarnia.",
+ "grand_exchange_price": "12900",
+ "durability": null,
+ "name": "Asgarnian ale(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5785"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12900",
+ "durability": null,
+ "name": "Asgarnian ale(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5786"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "3441",
+ "durability": null,
+ "name": "Greenmans ale(1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5787"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3441",
+ "durability": null,
+ "name": "Greenmans ale(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5788"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "4670",
+ "durability": null,
+ "name": "Greenmans ale(2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5789"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4670",
+ "durability": null,
+ "name": "Greenmans ale(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5790"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "7654",
+ "durability": null,
+ "name": "Greenmans ale(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5791"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7654",
+ "durability": null,
+ "name": "Greenmans ale(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5792"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "6317",
+ "durability": null,
+ "name": "Greenmans ale(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5793"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6317",
+ "durability": null,
+ "name": "Greenmans ale(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5794"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "It's got strange bubbles in it.",
+ "grand_exchange_price": "1495",
+ "durability": null,
+ "name": "Mind bomb(1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5795"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1495",
+ "durability": null,
+ "name": "Mind bomb(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5796"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "It's got strange bubbles in it.",
+ "grand_exchange_price": "2721",
+ "durability": null,
+ "name": "Mind bomb(2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5797"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2721",
+ "durability": null,
+ "name": "Mind bomb(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5798"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "It's got strange bubbles in it.",
+ "grand_exchange_price": "4038",
+ "durability": null,
+ "name": "Mind bomb(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5799"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4038",
+ "durability": null,
+ "name": "Mind bomb(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5800"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "It's got strange bubbles in it.",
+ "grand_exchange_price": "5166",
+ "durability": null,
+ "name": "Mind bomb(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5801"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5166",
+ "durability": null,
+ "name": "Mind bomb(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5802"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of bitter.",
+ "grand_exchange_price": "1673",
+ "durability": null,
+ "name": "Dragon bitter(1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5803"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1673",
+ "durability": null,
+ "name": "Dragon bitter(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5804"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of bitter.",
+ "grand_exchange_price": "3259",
+ "durability": null,
+ "name": "Dragon bitter(2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5805"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3259",
+ "durability": null,
+ "name": "Dragon bitter(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5806"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of bitter.",
+ "grand_exchange_price": "4845",
+ "durability": null,
+ "name": "Dragon bitter(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5807"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4845",
+ "durability": null,
+ "name": "Dragon bitter(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5808"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of bitter.",
+ "grand_exchange_price": "5924",
+ "durability": null,
+ "name": "Dragon bitter(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5809"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5924",
+ "durability": null,
+ "name": "Dragon bitter(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5810"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "A foul smelling brew.",
+ "grand_exchange_price": "1298",
+ "durability": null,
+ "name": "Moonlight mead(1)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5811"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1298",
+ "durability": null,
+ "name": "Moonlight mead(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5812"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "A foul smelling brew.",
+ "grand_exchange_price": "2510",
+ "durability": null,
+ "name": "Moonlight mead(2)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5813"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2510",
+ "durability": null,
+ "name": "Moonlight mead(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5814"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "A foul smelling brew.",
+ "grand_exchange_price": "3721",
+ "durability": null,
+ "name": "Moonlight mead(3)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5815"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3721",
+ "durability": null,
+ "name": "Moonlight mead(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5816"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "A foul smelling brew.",
+ "grand_exchange_price": "4883",
+ "durability": null,
+ "name": "Moonlight mead(4)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5817"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4883",
+ "durability": null,
+ "name": "Moonlight mead(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5818"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This might help me chop harder.",
+ "grand_exchange_price": "3333",
+ "durability": null,
+ "name": "Axeman's folly(1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5819"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3333",
+ "durability": null,
+ "name": "Axeman's folly(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5820"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This might help me chop harder.",
+ "grand_exchange_price": "6093",
+ "durability": null,
+ "name": "Axeman's folly(2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5821"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6093",
+ "durability": null,
+ "name": "Axeman's folly(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5822"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This might help me chop harder.",
+ "grand_exchange_price": "8978",
+ "durability": null,
+ "name": "Axeman's folly(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5823"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8978",
+ "durability": null,
+ "name": "Axeman's folly(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5824"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This might help me chop harder.",
+ "grand_exchange_price": "9212",
+ "durability": null,
+ "name": "Axeman's folly(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5825"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9212",
+ "durability": null,
+ "name": "Axeman's folly(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5826"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A fruity, full-bodied ale.",
+ "grand_exchange_price": "3851",
+ "durability": null,
+ "name": "Chef's delight(1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5827"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3851",
+ "durability": null,
+ "name": "Chef's delight(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5828"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A fruity, full-bodied ale.",
+ "grand_exchange_price": "6589",
+ "durability": null,
+ "name": "Chef's delight(2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5829"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6589",
+ "durability": null,
+ "name": "Chef's delight(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5830"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A fruity, full-bodied ale.",
+ "grand_exchange_price": "9536",
+ "durability": null,
+ "name": "Chef's delight(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5831"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9536",
+ "durability": null,
+ "name": "Chef's delight(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5832"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A fruity, full-bodied ale.",
+ "grand_exchange_price": "13200",
+ "durability": null,
+ "name": "Chef's delight(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5833"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "13200",
+ "durability": null,
+ "name": "Chef's delight(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5834"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Ale with bite.",
+ "grand_exchange_price": "1127",
+ "durability": null,
+ "name": "Slayer's respite(1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5835"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1127",
+ "durability": null,
+ "name": "Slayer's respite(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5836"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Ale with bite.",
+ "grand_exchange_price": "2168",
+ "durability": null,
+ "name": "Slayer's respite(2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5837"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2168",
+ "durability": null,
+ "name": "Slayer's respite(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5838"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Ale with bite.",
+ "grand_exchange_price": "3209",
+ "durability": null,
+ "name": "Slayer's respite(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5839"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3209",
+ "durability": null,
+ "name": "Slayer's respite(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5840"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Ale with bite.",
+ "grand_exchange_price": "3582",
+ "durability": null,
+ "name": "Slayer's respite(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5841"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3582",
+ "durability": null,
+ "name": "Slayer's respite(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5842"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of Cider",
+ "grand_exchange_price": "6040",
+ "durability": null,
+ "name": "Cider(1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5843"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6040",
+ "durability": null,
+ "name": "Cider(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5844"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of Cider",
+ "grand_exchange_price": "11000",
+ "durability": null,
+ "name": "Cider(2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5845"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11000",
+ "durability": null,
+ "name": "Cider(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5846"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of Cider",
+ "grand_exchange_price": "15400",
+ "durability": null,
+ "name": "Cider(3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5847"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "15400",
+ "durability": null,
+ "name": "Cider(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5848"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "A glass of Cider",
+ "grand_exchange_price": "18900",
+ "durability": null,
+ "name": "Cider(4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5849"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "18900",
+ "durability": null,
+ "name": "Cider(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5850"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal dwarven stout.",
+ "grand_exchange_price": "44600",
+ "durability": null,
+ "name": "Dwarven stout(m1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5851"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "44600",
+ "durability": null,
+ "name": "Dwarven stout(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5852"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal dwarven stout.",
+ "grand_exchange_price": "68900",
+ "durability": null,
+ "name": "Dwarven stout(m2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5853"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "68900",
+ "durability": null,
+ "name": "Dwarven stout(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5854"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal dwarven stout.",
+ "grand_exchange_price": "98800",
+ "durability": null,
+ "name": "Dwarven stout(m3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5855"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "98800",
+ "durability": null,
+ "name": "Dwarven stout(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5856"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal dwarven stout.",
+ "grand_exchange_price": "237400",
+ "durability": null,
+ "name": "Dwarven stout(m4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5857"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "237400",
+ "durability": null,
+ "name": "Dwarven stout(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5858"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Asgarnian ale.",
+ "grand_exchange_price": "1697",
+ "durability": null,
+ "name": "Asgarnian ale(m1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5859"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1697",
+ "durability": null,
+ "name": "Asgarnian ale(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5860"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Asgarnian ale.",
+ "grand_exchange_price": "3307",
+ "durability": null,
+ "name": "Asgarnian ale(m2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5861"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3307",
+ "durability": null,
+ "name": "Asgarnian ale(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5862"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Asgarnian ale.",
+ "grand_exchange_price": "4917",
+ "durability": null,
+ "name": "Asgarnian ale(m3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5863"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4917",
+ "durability": null,
+ "name": "Asgarnian ale(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5864"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Asgarnian ale.",
+ "grand_exchange_price": "6778",
+ "durability": null,
+ "name": "Asgarnian ale(m4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5865"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6778",
+ "durability": null,
+ "name": "Asgarnian ale(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5866"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Greenman's Ale.",
+ "grand_exchange_price": "57600",
+ "durability": null,
+ "name": "Greenmans ale(m1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "5867"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "57600",
+ "durability": null,
+ "name": "Greenmans ale(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5868"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Greenman's Ale.",
+ "grand_exchange_price": "92000",
+ "durability": null,
+ "name": "Greenmans ale(m2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "5869"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "92000",
+ "durability": null,
+ "name": "Greenmans ale(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5870"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Greenman's Ale.",
+ "grand_exchange_price": "136700",
+ "durability": null,
+ "name": "Greenmans ale(m3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "5871"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "136700",
+ "durability": null,
+ "name": "Greenmans ale(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5872"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Greenman's Ale.",
+ "grand_exchange_price": "231700",
+ "durability": null,
+ "name": "Greenmans ale(m4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "5873"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "231700",
+ "durability": null,
+ "name": "Greenmans ale(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5874"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
+ "grand_exchange_price": "3032",
+ "durability": null,
+ "name": "Mind bomb(m1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5875"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3032",
+ "durability": null,
+ "name": "Mind bomb(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5876"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
+ "grand_exchange_price": "5977",
+ "durability": null,
+ "name": "Mind bomb(m2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5877"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5977",
+ "durability": null,
+ "name": "Mind bomb(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5878"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
+ "grand_exchange_price": "8922",
+ "durability": null,
+ "name": "Mind bomb(m3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5879"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8922",
+ "durability": null,
+ "name": "Mind bomb(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5880"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.",
+ "grand_exchange_price": "12700",
+ "durability": null,
+ "name": "Mind bomb(m4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5881"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12700",
+ "durability": null,
+ "name": "Mind bomb(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5882"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Dragon Bitter.",
+ "grand_exchange_price": "2125",
+ "durability": null,
+ "name": "Dragon bitter(m1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5883"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2125",
+ "durability": null,
+ "name": "Dragon bitter(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5884"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Dragon Bitter.",
+ "grand_exchange_price": "4163",
+ "durability": null,
+ "name": "Dragon bitter(m2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5885"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4163",
+ "durability": null,
+ "name": "Dragon bitter(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5886"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Dragon Bitter.",
+ "grand_exchange_price": "6201",
+ "durability": null,
+ "name": "Dragon bitter(m3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5887"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6201",
+ "durability": null,
+ "name": "Dragon bitter(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5888"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Dragon Bitter.",
+ "grand_exchange_price": "8834",
+ "durability": null,
+ "name": "Dragon bitter(m4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5889"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8834",
+ "durability": null,
+ "name": "Dragon bitter(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5890"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "A foul smelling brew.",
+ "grand_exchange_price": "1315",
+ "durability": null,
+ "name": "M'light mead(m1)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5891"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1315",
+ "durability": null,
+ "name": "M'light mead(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5892"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Moonlight Mead.",
+ "grand_exchange_price": "2543",
+ "durability": null,
+ "name": "M'light mead(m2)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5893"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2543",
+ "durability": null,
+ "name": "M'light mead(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5894"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Moonlight Mead.",
+ "grand_exchange_price": "3771",
+ "durability": null,
+ "name": "M'light mead(m3)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5895"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3771",
+ "durability": null,
+ "name": "M'light mead(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5896"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Moonlight Mead.",
+ "grand_exchange_price": "5000",
+ "durability": null,
+ "name": "M'light mead(m4)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "5897"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5000",
+ "durability": null,
+ "name": "M'light mead(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5898"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than a normal Axeman's Folly.",
+ "grand_exchange_price": "13500",
+ "durability": null,
+ "name": "Axeman's folly(m1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5899"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "13500",
+ "durability": null,
+ "name": "Axeman's folly(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5900"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than a normal Axeman's Folly.",
+ "grand_exchange_price": "24800",
+ "durability": null,
+ "name": "Axeman's folly(m2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5901"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "24800",
+ "durability": null,
+ "name": "Axeman's folly(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5902"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than a normal Axeman's Folly.",
+ "grand_exchange_price": "37300",
+ "durability": null,
+ "name": "Axeman's folly(m3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5903"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "37300",
+ "durability": null,
+ "name": "Axeman's folly(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5904"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This might help me chop harder.",
+ "grand_exchange_price": "60700",
+ "durability": null,
+ "name": "Axeman's folly(m4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5905"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "60700",
+ "durability": null,
+ "name": "Axeman's folly(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5906"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A fruity, full-bodied ale.",
+ "grand_exchange_price": "18000",
+ "durability": null,
+ "name": "Chef's delight(m1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5907"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "18000",
+ "durability": null,
+ "name": "Chef's delight(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5908"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Chef's Delight.",
+ "grand_exchange_price": "34300",
+ "durability": null,
+ "name": "Chef's delight(m2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5909"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "34300",
+ "durability": null,
+ "name": "Chef's delight(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5910"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Chef's Delight.",
+ "grand_exchange_price": "51000",
+ "durability": null,
+ "name": "Chef's delight(m3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5911"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "51000",
+ "durability": null,
+ "name": "Chef's delight(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5912"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Chef's Delight.",
+ "grand_exchange_price": "98600",
+ "durability": null,
+ "name": "Chef's delight(m4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5913"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "98600",
+ "durability": null,
+ "name": "Chef's delight(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5914"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Slayer's Respite.",
+ "grand_exchange_price": "3672",
+ "durability": null,
+ "name": "Slayer respite(m1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5915"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3672",
+ "durability": null,
+ "name": "Slayer respite(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5916"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Slayer's Respite.",
+ "grand_exchange_price": "7258",
+ "durability": null,
+ "name": "Slayer respite(m2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5917"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7258",
+ "durability": null,
+ "name": "Slayer respite(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5918"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Slayer's Respite.",
+ "grand_exchange_price": "10800",
+ "durability": null,
+ "name": "Slayer respite(m3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5919"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10800",
+ "durability": null,
+ "name": "Slayer respite(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5920"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal Slayer's Respite.",
+ "grand_exchange_price": "15300",
+ "durability": null,
+ "name": "Slayer respite(m4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5921"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "15300",
+ "durability": null,
+ "name": "Slayer respite(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5922"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal cider.",
+ "grand_exchange_price": "2966",
+ "durability": null,
+ "name": "Cider(m1)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5923"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2966",
+ "durability": null,
+ "name": "Cider(m1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5924"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal cider.",
+ "grand_exchange_price": "5845",
+ "durability": null,
+ "name": "Cider(m2)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5925"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5845",
+ "durability": null,
+ "name": "Cider(m2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5926"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal cider.",
+ "grand_exchange_price": "8724",
+ "durability": null,
+ "name": "Cider(m3)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5927"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8724",
+ "durability": null,
+ "name": "Cider(m3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5928"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks a good deal stronger than normal cider.",
+ "grand_exchange_price": "11900",
+ "durability": null,
+ "name": "Cider(m4)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "5929"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11900",
+ "durability": null,
+ "name": "Cider(m4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5930"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "I can weave this to make sacks.",
+ "grand_exchange_price": "532",
+ "durability": null,
+ "name": "Jute fibre",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "5931"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "532",
+ "durability": null,
+ "name": "Jute fibre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5932"
+ },
+ {
+ "ge_buy_limit": "200",
+ "examine": "A branch from a willow tree.",
+ "grand_exchange_price": "1255",
+ "durability": null,
+ "name": "Willow branch",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "5933"
+ },
+ {
+ "ge_buy_limit": "200",
+ "grand_exchange_price": "1255",
+ "durability": null,
+ "name": "Willow branch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5934"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A vial filled with coconut milk.",
+ "grand_exchange_price": "1307",
+ "durability": null,
"name": "Coconut milk",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6125",
- "name": "Enchanted lyre(2)",
- "examine": "This will teleport me to Rellekka when I play it.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1.8"
- },
- {
- "id": "6126",
- "name": "Enchanted lyre(3)",
- "examine": "This will teleport me to Rellekka when I play it.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1.8"
- },
- {
- "id": "6127",
- "name": "Enchanted lyre(4)",
- "examine": "This will teleport me to Rellekka when I play it.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1.8"
- },
- {
- "id": "6128",
- "name": "Rock-shell helm",
- "examine": "Protective headwear made from crabs. Better than it sounds.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
"tradeable": "true",
- "weight": "2.7"
+ "archery_ticket_price": "0",
+ "id": "5935"
},
{
- "id": "6129",
- "name": "Rock-shell plate",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0",
+ "ge_buy_limit": "1000",
+ "examine": "A vial of extra-strong weapon poison, for spears and daggers.",
+ "grand_exchange_price": "605",
"durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true"
- },
- {
- "id": "6130",
- "name": "Rock-shell legs",
- "examine": "Some tough leggings made from rock crab parts.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "lendable": "true",
- "requirements": "{1,40}",
+ "name": "Weapon poison+",
"tradeable": "true",
- "weight": "9"
+ "low_alchemy": "115",
+ "high_alchemy": "172",
+ "archery_ticket_price": "0",
+ "id": "5937"
},
{
- "id": "6131",
- "name": "Spined helm",
- "examine": "A helm fit for any Fremennik ranger.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "605",
"durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}-{4,40}",
+ "name": "Weapon poison+",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "5938"
},
{
- "id": "6132",
- "name": "Spined helm",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "examine": "A vial of super strong weapon poison, for spears and daggers.",
+ "grand_exchange_price": "4817",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6133",
- "name": "Spined body",
- "examine": "A constant reminder that I'm above a Dagannoth in the food chain.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}-{4,40}",
+ "name": "Weapon poison++",
"tradeable": "true",
- "weight": "6"
+ "low_alchemy": "172",
+ "high_alchemy": "259",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "5940"
},
{
- "id": "6134",
- "name": "Spined body",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "4817",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6135",
- "name": "Spined chaps",
- "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "lendable": "true",
- "requirements": "{1,40}-{4,40}",
+ "name": "Weapon poison++",
"tradeable": "true",
- "weight": "5"
+ "archery_ticket_price": "0",
+ "id": "5941"
},
{
- "id": "6136",
- "name": "Spined chaps",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "examine": "N doses of extra-stong antipoison potion",
+ "grand_exchange_price": "1032",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6137",
- "name": "Skeletal helm",
- "examine": "Make your foes cower by wearing a skull as a helmet!",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,40}-{6,40}",
+ "name": "Antipoison+(4)",
"tradeable": "true",
- "weight": "1.3"
+ "low_alchemy": "144",
+ "high_alchemy": "216",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5943"
},
{
- "id": "6138",
- "name": "Skeletal helm",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1032",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6139",
- "name": "Skeletal top",
- "examine": "The bones in this armour seems to vibrate with a magic quality...",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}-{6,40}",
+ "name": "Antipoison+(4)",
"tradeable": "true",
- "weight": "4.9"
+ "archery_ticket_price": "0",
+ "id": "5944"
},
{
- "id": "6140",
- "name": "Skeletal top",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "examine": "N doses of extra-stong antipoison potion",
+ "grand_exchange_price": "1499",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6141",
- "name": "Skeletal bottoms",
- "examine": "A superior set of strengthened slacks for any self respecting seer.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "lendable": "true",
- "requirements": "{1,40}-{6,40}",
+ "name": "Antipoison+(3)",
"tradeable": "true",
- "weight": "4"
+ "low_alchemy": "144",
+ "high_alchemy": "216",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5945"
},
{
- "id": "6142",
- "name": "Skeletal bottoms",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1499",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6143",
- "name": "Spined boots",
- "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "lendable": "true",
+ "name": "Antipoison+(3)",
"tradeable": "true",
- "weight": "3"
+ "archery_ticket_price": "0",
+ "id": "5946"
},
{
- "id": "6144",
- "name": "Spined boots",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "examine": "N doses of extra-stong antipoison potion",
+ "grand_exchange_price": "1316",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6145",
- "name": "Rock-shell boots",
- "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "lendable": "true",
+ "name": "Antipoison+(2)",
"tradeable": "true",
- "weight": "3.1"
+ "low_alchemy": "144",
+ "high_alchemy": "216",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5947"
},
{
- "id": "6146",
- "name": "Rock-shell boots",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1316",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6147",
- "name": "Skeletal boots",
- "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "lendable": "true",
+ "name": "Antipoison+(2)",
"tradeable": "true",
- "weight": "3.1"
+ "archery_ticket_price": "0",
+ "id": "5948"
},
{
- "id": "6148",
- "name": "Skeletal boots",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "examine": "N doses of extra-stong antipoison potion",
+ "grand_exchange_price": "1599",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6149",
- "name": "Spined gloves",
- "examine": "Fremennik gloves stitched together from spined dagannoth hide.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "lendable": "true",
+ "name": "Antipoison+(1)",
"tradeable": "true",
- "weight": "3"
+ "low_alchemy": "144",
+ "high_alchemy": "216",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5949"
},
{
- "id": "6150",
- "name": "Spined gloves",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1599",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6151",
- "name": "Rock-shell gloves",
- "examine": "Fremennik gloves stitched together from rock crab shell shards.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "lendable": "true",
+ "name": "Antipoison+(1)",
"tradeable": "true",
- "weight": "2"
+ "archery_ticket_price": "0",
+ "id": "5950"
},
{
- "id": "6152",
- "name": "Rock-shell gloves",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "examine": "4 doses of a super-strong antipoison potion.",
+ "grand_exchange_price": "1138",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6153",
- "name": "Skeletal gloves",
- "examine": "Fremennik gloves stitched together from wallasalki bones fragments.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "lendable": "true",
+ "name": "Antipoison++(4)",
"tradeable": "true",
- "weight": "3.1"
+ "low_alchemy": "115",
+ "high_alchemy": "172",
+ "archery_ticket_price": "0",
+ "id": "5952"
},
{
- "id": "6154",
- "name": "Skeletal gloves",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1138",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6155",
- "name": "Dagannoth hide",
- "examine": "A sturdy piece of dagannoth hide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
+ "name": "Antipoison++(4)",
"tradeable": "true",
- "weight": "3.1"
+ "archery_ticket_price": "0",
+ "id": "5953"
},
{
- "id": "6156",
- "name": "Dagannoth hide",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "examine": "3 doses of a super-strong antipoison potion.",
+ "grand_exchange_price": "1071",
"durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "6157",
- "name": "Rock-shell chunk",
- "examine": "A spherical chunk of rock-shell.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Antipoison++(3)",
"tradeable": "true",
- "weight": "3"
+ "low_alchemy": "115",
+ "high_alchemy": "172",
+ "archery_ticket_price": "0",
+ "id": "5954"
},
{
- "id": "6158",
- "name": "Rock-shell chunk",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1071",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6159",
- "name": "Rock-shell shard",
- "examine": "A curved piece of rock-shell.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6160",
- "name": "Rock-shell shard",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6161",
- "name": "Rock-shell splinter",
- "examine": "A slim piece of rock-shell.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Antipoison++(3)",
"tradeable": "true",
- "weight": "3"
+ "archery_ticket_price": "0",
+ "id": "5955"
},
{
- "id": "6162",
- "name": "Rock-shell splinter",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "examine": "2 doses of a super-strong antipoison potion.",
+ "grand_exchange_price": "632",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6163",
- "name": "Skull piece",
- "examine": "A fearsome looking skull.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Antipoison++(2)",
"tradeable": "true",
- "weight": "3.1"
+ "low_alchemy": "115",
+ "high_alchemy": "172",
+ "archery_ticket_price": "0",
+ "id": "5956"
},
{
- "id": "6164",
- "name": "Skull piece",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "632",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6165",
- "name": "Ribcage piece",
- "examine": "A slightly damaged ribcage.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Antipoison++(2)",
"tradeable": "true",
- "weight": "3.1"
+ "archery_ticket_price": "0",
+ "id": "5957"
},
{
- "id": "6166",
- "name": "Ribcage piece",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "examine": "1 dose of a super-strong antipoison potion.",
+ "grand_exchange_price": "821",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6167",
- "name": "Fibula piece",
- "examine": "An interesting looking bone shard.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Antipoison++(1)",
"tradeable": "true",
- "weight": "3.1"
+ "low_alchemy": "115",
+ "high_alchemy": "172",
+ "archery_ticket_price": "0",
+ "id": "5958"
},
{
- "id": "6168",
- "name": "Fibula piece",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "821",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6169",
- "name": "Circular hide",
- "examine": "A toughened chunk of dagannoth hide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Antipoison++(1)",
"tradeable": "true",
- "weight": "3.1"
+ "archery_ticket_price": "0",
+ "id": "5959"
},
{
- "id": "6170",
- "name": "Circular hide",
- "archery_ticket_price": "0",
+ "examine": "A basket filled with tomatoes.",
+ "grand_exchange_price": "663",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6171",
- "name": "Flattened hide",
- "examine": "A tattered chunk of dagannoth hide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Tomatoes(1)",
"tradeable": "true",
- "weight": "3.1"
+ "archery_ticket_price": "0",
+ "id": "5960"
},
{
- "id": "6172",
- "name": "Flattened hide",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6173",
- "name": "Stretched hide",
- "examine": "A weathered chunk of dagannoth hide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
+ "name": "Tomatoes(1)",
"tradeable": "true",
- "weight": "3.1"
+ "archery_ticket_price": "0",
+ "id": "5961"
},
{
- "id": "6174",
- "name": "Stretched hide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6175",
- "name": "Rock-shell helm",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6176",
- "name": "Rock-shell plate",
- "examine": "A sturdy body armour made from rock crab pieces.",
- "archery_ticket_price": "0",
+ "examine": "A basket filled with tomatoes.",
+ "grand_exchange_price": "663",
"durability": null,
+ "name": "Tomatoes(2)",
"tradeable": "true",
- "weight": "9"
+ "archery_ticket_price": "0",
+ "id": "5962"
},
{
- "id": "6177",
- "name": "Rock-shell legs",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "true"
+ "name": "Tomatoes(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5963"
},
{
- "id": "6178",
- "name": "Raw pheasant",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
+ "examine": "A basket filled with tomatoes.",
+ "grand_exchange_price": "663",
"durability": null,
- "weight": "10"
+ "name": "Tomatoes(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5964"
},
{
- "id": "6179",
- "name": "Raw pheasant",
- "examine": "I need to cook this first.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "10"
+ "name": "Tomatoes(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5965"
},
{
- "id": "6180",
- "name": "Lederhosen top",
- "examine": "A leather strapped top.",
- "archery_ticket_price": "0",
+ "examine": "A basket filled with tomatoes.",
+ "grand_exchange_price": "663",
"durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2.2"
+ "name": "Tomatoes(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5966"
},
{
- "id": "6181",
- "name": "Lederhosen shorts",
- "examine": "Brown leather shorts with bright white socks?",
- "archery_ticket_price": "0",
"durability": null,
- "equipment_slot": "7",
- "weight": "2.2"
+ "name": "Tomatoes(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5967"
},
{
- "id": "6182",
- "name": "Lederhosen hat",
- "examine": "A hat with a goat's hair attached.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "examine": "A basket filled with tomatoes.",
+ "grand_exchange_price": "335",
"durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "weight": "2"
+ "name": "Tomatoes(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5968"
},
{
- "id": "6183",
- "name": "Frog token",
- "examine": "I can use this at the Varrock clothes shop.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6184",
- "name": "Prince tunic",
- "examine": "Very posh!",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "335",
"durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2.7"
+ "name": "Tomatoes(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5969"
},
{
- "id": "6185",
- "name": "Prince leggings",
- "examine": "Very posh!",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "5000",
+ "examine": "I could make a spicy curry with this.",
+ "grand_exchange_price": "318",
"durability": null,
- "equipment_slot": "7",
- "weight": "2"
+ "name": "Curry leaf",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "11",
+ "archery_ticket_price": "0",
+ "id": "5970"
},
{
- "id": "6186",
- "name": "Princess blouse",
- "examine": "Very posh!",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "318",
"durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2"
+ "name": "Curry leaf",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5971"
},
{
- "id": "6187",
- "name": "Princess skirt",
- "examine": "Very posh!",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "5000",
+ "examine": "Looks delicious.",
+ "grand_exchange_price": "2074",
"durability": null,
- "equipment_slot": "7",
- "weight": "2"
+ "name": "Papaya fruit",
+ "tradeable": "true",
+ "low_alchemy": "25",
+ "high_alchemy": "38",
+ "archery_ticket_price": "0",
+ "id": "5972"
},
{
- "id": "6188",
- "name": "Frog mask",
- "examine": "Now that's just silly.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2074",
"durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "weight": "0.4"
+ "name": "Papaya fruit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5973"
},
{
- "id": "6199",
- "name": "Mystery box",
- "examine": "Could there be something valuable in here?",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "5000",
+ "examine": "It's a coconut.",
+ "grand_exchange_price": "2568",
"durability": null,
- "point_price": "2",
- "weight": "1"
+ "name": "Coconut",
+ "tradeable": "true",
+ "low_alchemy": "34",
+ "high_alchemy": "52",
+ "archery_ticket_price": "0",
+ "id": "5974"
},
{
- "id": "6200",
- "name": "Raw fishlike thing",
- "examine": "A raw...fish? Is this a fish??",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "A ghastly fish",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2568",
"durability": null,
+ "name": "Coconut",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5975"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "It's a coconut.",
+ "grand_exchange_price": "1258",
+ "durability": null,
+ "name": "Coconut",
+ "tradeable": "true",
+ "low_alchemy": "34",
+ "high_alchemy": "52",
+ "archery_ticket_price": "0",
+ "id": "5976"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1258",
+ "durability": null,
+ "name": "Coconut",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5977"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "All the milk has been removed.",
+ "grand_exchange_price": "54",
+ "durability": null,
+ "name": "Coconut shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5978"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "54",
+ "durability": null,
+ "name": "Coconut shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5979"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This is the largest fruit I've ever seen.",
+ "grand_exchange_price": "43",
+ "durability": null,
+ "name": "Calquat fruit",
+ "tradeable": "true",
+ "low_alchemy": "21",
+ "high_alchemy": "32",
+ "archery_ticket_price": "0",
+ "id": "5980"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "43",
+ "durability": null,
+ "name": "Calquat fruit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5981"
+ },
+ {
+ "shop_price": "48",
+ "ge_buy_limit": "10000",
+ "examine": "A juicy watermelon.",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Watermelon",
+ "tradeable": "true",
+ "low_alchemy": "19",
+ "high_alchemy": "28",
+ "weight": "0.111",
+ "archery_ticket_price": "0",
+ "id": "5982"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Watermelon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5983"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A slice of watermelon.",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Watermelon slice",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "5984"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Watermelon slice",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5985"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Raw sweetcorn.",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Sweetcorn",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "archery_ticket_price": "0",
+ "id": "5986"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Sweetcorn",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5987"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Delicious cooked sweetcorn.",
+ "grand_exchange_price": "15",
+ "durability": null,
+ "name": "Cooked sweetcorn",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "archery_ticket_price": "0",
+ "id": "5988"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "15",
+ "durability": null,
+ "name": "Cooked sweetcorn",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5989"
+ },
+ {
+ "durability": null,
+ "name": "Burnt sweetcorn",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5991"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A bucket of apple mush.",
+ "grand_exchange_price": "425",
+ "durability": null,
+ "name": "Apple mush",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "5992"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "425",
+ "durability": null,
+ "name": "Apple mush",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5993"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A handful of Hammerstone hops.",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Hammerstone hops",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "5994"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Hammerstone hops",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5995"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A handful of Asgarnian hops.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Asgarnian hops",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "5996"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Asgarnian hops",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5997"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A handful of Yanillian hops.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Yanillian hops",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "5998"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Yanillian hops",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "5999"
+ },
+ {
+ "shop_price": "4",
+ "ge_buy_limit": "1000",
+ "examine": "A handful of Krandorian hops.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Krandorian hops",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "6000"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Krandorian hops",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6001"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A handful of wildblood hops.",
+ "grand_exchange_price": "66",
+ "durability": null,
+ "name": "Wildblood hops",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6002"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "66",
+ "durability": null,
+ "name": "Wildblood hops",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6003"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "219",
+ "durability": null,
+ "name": "Mushroom",
+ "archery_ticket_price": "0",
+ "id": "6004"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "219",
+ "durability": null,
+ "name": "Mushroom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6005"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A handful of Barley.",
+ "grand_exchange_price": "211",
+ "durability": null,
+ "name": "Barley",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "6006"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "211",
+ "durability": null,
+ "name": "Barley",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6007"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A handful of barley malt.",
+ "grand_exchange_price": "410",
+ "durability": null,
+ "name": "Barley malt",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "6008"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "410",
+ "durability": null,
+ "name": "Barley malt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6009"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bunch of marigolds.",
+ "grand_exchange_price": "3326",
+ "durability": null,
+ "name": "Marigolds",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6010"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3326",
+ "durability": null,
+ "name": "Marigolds",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6011"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bunch of nasturtiums.",
+ "grand_exchange_price": "52",
+ "durability": null,
+ "name": "Nasturtiums",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "6012"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "52",
+ "durability": null,
+ "name": "Nasturtiums",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6013"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Some rosemary.",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Rosemary",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "6014"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Rosemary",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6015"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Don't prick yourself with this.",
+ "grand_exchange_price": "6990",
+ "durability": null,
+ "name": "Cactus spine",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6016"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "6990",
+ "durability": null,
+ "name": "Cactus spine",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6017"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "They look sweet and juicy, but only a fool would eat them.",
+ "grand_exchange_price": "399",
+ "durability": null,
+ "name": "Poison ivy berries",
+ "tradeable": "true",
+ "low_alchemy": "26",
+ "high_alchemy": "39",
+ "archery_ticket_price": "0",
+ "id": "6018"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "399",
+ "durability": null,
+ "name": "Poison ivy berries",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6019"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A pile of leaves.",
+ "grand_exchange_price": "152",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6020"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "152",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6021"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A pile of leaves.",
+ "grand_exchange_price": "27",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6022"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "27",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6023"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A pile of leaves.",
+ "grand_exchange_price": "21",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6024"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "21",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6025"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A pile of leaves.",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6026"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6027"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A pile of leaves.",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6028"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6029"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A pile of leaves.",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6030"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6031"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "10000",
+ "examine": "Good for plants, helps them grow.",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Compost",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "6032"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Compost",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6033"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Super-good for the smallest or largest of plants.",
+ "grand_exchange_price": "909",
+ "durability": null,
+ "name": "Supercompost",
+ "tradeable": "true",
+ "low_alchemy": "34",
+ "high_alchemy": "51",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "6034"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "909",
+ "durability": null,
+ "name": "Supercompost",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6035"
+ },
+ {
+ "shop_price": "25",
+ "ge_buy_limit": "100",
+ "examine": "Use this on plants to cure disease.",
+ "grand_exchange_price": "170",
+ "durability": null,
+ "name": "Plant cure",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "6036"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "170",
+ "durability": null,
+ "name": "Plant cure",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6037"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I could use this to make jewellery.",
+ "grand_exchange_price": "1078",
+ "durability": null,
+ "name": "Magic string",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6038"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1078",
+ "durability": null,
+ "name": "Magic string",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6039"
+ },
+ {
+ "destroy_message": "You will need to create a new amulet if you destroy this one.",
+ "examine": "An Amulet of Nature.",
+ "durability": null,
+ "name": "Amulet of nature",
"tradeable": "false",
- "weight": "1"
- },
- {
- "id": "6201",
- "name": "Picture",
- "examine": "Fish-tastic!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6202",
- "name": "Fishlike thing",
- "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.",
- "archery_ticket_price": "0",
"destroy": "true",
- "destroy_message": "A ghastly fish",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "6204",
- "name": "Raw fishlike thing",
- "examine": "A raw...fish? Is this a fish??",
+ "weight": "1",
"archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "A ghastly fish",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "6206",
- "name": "Fishlike thing",
- "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "A ghastly fish",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "6208",
- "name": "Man speak amulet",
- "examine": "It's an amulet of Man speak. It makes vague grunting noises.",
- "archery_ticket_price": "0",
- "durability": null,
+ "id": "6040",
"equipment_slot": "2"
},
{
- "id": "6209",
- "name": "Small fishing net",
- "examine": "Useful for catching small fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "40",
- "tradeable": "true",
- "weight": "4.5"
- },
- {
- "id": "6211",
- "name": "Teak pyre logs",
- "examine": "Teak logs prepared with sacred oil for a funeral pyre.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6212",
- "name": "Teak pyre logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6213",
- "name": "Mahogany pyre log",
- "examine": "Mahogany logs prepared with sacred oil for a funeral pyre.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "6214",
- "name": "Mahogany pyre log",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6215",
- "name": "Broodoo shield (10)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"ge_buy_limit": "100",
- "requirements": "{1,25}-{6,25}",
+ "examine": "Strung with the root of a Magic Tree. If I enchant this it will become an amulet of nature.",
+ "grand_exchange_price": "1996",
+ "durability": null,
+ "name": "Pre-nature amulet",
"tradeable": "true",
- "weight": "5.4"
+ "archery_ticket_price": "0",
+ "id": "6041",
+ "equipment_slot": "2"
},
{
- "id": "6216",
- "name": "Broodoo shield (10)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6217",
- "name": "Broodoo shield (9)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
+ "grand_exchange_price": "1996",
"durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
+ "name": "Pre-nature amulet",
"tradeable": "true",
- "weight": "5.4"
+ "archery_ticket_price": "0",
+ "id": "6042"
},
{
- "id": "6218",
- "name": "Broodoo shield (9)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6219",
- "name": "Broodoo shield (8)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6220",
- "name": "Broodoo shield (8)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6221",
- "name": "Broodoo shield (7)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6222",
- "name": "Broodoo shield (7)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6223",
- "name": "Broodoo shield (6)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6224",
- "name": "Broodoo shield (6)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6225",
- "name": "Broodoo shield (5)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6226",
- "name": "Broodoo shield (5)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6227",
- "name": "Broodoo shield (4)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6228",
- "name": "Broodoo shield (4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6229",
- "name": "Broodoo shield (3)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6230",
- "name": "Broodoo shield (3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6231",
- "name": "Broodoo shield (2)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6232",
- "name": "Broodoo shield (2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6233",
- "name": "Broodoo shield (1)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6234",
- "name": "Broodoo shield (1)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6235",
- "name": "Broodoo shield",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"ge_buy_limit": "100",
- "requirements": "{1,25}-{6,25}",
+ "examine": "The roots of the Oak tree.",
+ "grand_exchange_price": "60",
+ "durability": null,
+ "name": "Oak roots",
"tradeable": "true",
- "weight": "5.4"
+ "archery_ticket_price": "0",
+ "id": "6043"
},
{
- "id": "6236",
- "name": "Broodoo shield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "60",
+ "durability": null,
+ "name": "Oak roots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6044"
},
{
- "id": "6237",
- "name": "Broodoo shield (10)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"ge_buy_limit": "100",
- "requirements": "{1,25}-{6,25}",
+ "examine": "The roots of the Willow tree.",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "Willow roots",
"tradeable": "true",
- "weight": "5.4"
+ "archery_ticket_price": "0",
+ "id": "6045"
},
{
- "id": "6238",
- "name": "Broodoo shield (10)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6239",
- "name": "Broodoo shield (9)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
+ "grand_exchange_price": "41",
"durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
+ "name": "Willow roots",
"tradeable": "true",
- "weight": "5.4"
+ "archery_ticket_price": "0",
+ "id": "6046"
},
{
- "id": "6240",
- "name": "Broodoo shield (9)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6241",
- "name": "Broodoo shield (8)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6242",
- "name": "Broodoo shield (8)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6243",
- "name": "Broodoo shield (7)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6244",
- "name": "Broodoo shield (7)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6245",
- "name": "Broodoo shield (6)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6246",
- "name": "Broodoo shield (6)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6247",
- "name": "Broodoo shield (5)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6248",
- "name": "Broodoo shield (5)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6249",
- "name": "Broodoo shield (4)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6250",
- "name": "Broodoo shield (4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6251",
- "name": "Broodoo shield (3)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6252",
- "name": "Broodoo shield (3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6253",
- "name": "Broodoo shield (2)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6254",
- "name": "Broodoo shield (2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6255",
- "name": "Broodoo shield (1)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6256",
- "name": "Broodoo shield (1)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6257",
- "name": "Broodoo shield",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"ge_buy_limit": "100",
- "requirements": "{1,25}-{6,25}",
+ "examine": "The roots of the Maple tree.",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Maple roots",
"tradeable": "true",
- "weight": "5.4"
+ "archery_ticket_price": "0",
+ "id": "6047"
},
{
- "id": "6258",
- "name": "Broodoo shield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Maple roots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6048"
},
{
- "id": "6259",
- "name": "Broodoo shield (10)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"ge_buy_limit": "100",
- "requirements": "{1,25}-{6,25}",
+ "examine": "The roots of a yew tree",
+ "grand_exchange_price": "570",
+ "durability": null,
+ "name": "Yew roots",
"tradeable": "true",
- "weight": "5.4"
+ "archery_ticket_price": "0",
+ "id": "6049"
},
{
- "id": "6260",
- "name": "Broodoo shield (10)",
- "archery_ticket_price": "0",
- "attack_anims": "7060",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6261",
- "name": "Broodoo shield (9)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
+ "grand_exchange_price": "570",
"durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
+ "name": "Yew roots",
"tradeable": "true",
- "weight": "5.4"
+ "archery_ticket_price": "0",
+ "id": "6050"
},
{
- "id": "6262",
- "name": "Broodoo shield (9)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6263",
- "name": "Broodoo shield (8)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6264",
- "name": "Broodoo shield (8)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6265",
- "name": "Broodoo shield (7)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6266",
- "name": "Broodoo shield (7)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6267",
- "name": "Broodoo shield (6)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6268",
- "name": "Broodoo shield (6)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6269",
- "name": "Broodoo shield (5)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6270",
- "name": "Broodoo shield (5)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6271",
- "name": "Broodoo shield (4)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6272",
- "name": "Broodoo shield (4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6273",
- "name": "Broodoo shield (3)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6274",
- "name": "Broodoo shield (3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6275",
- "name": "Broodoo shield (2)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6276",
- "name": "Broodoo shield (2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6277",
- "name": "Broodoo shield (1)",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,25}-{6,25}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6278",
- "name": "Broodoo shield (1)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6279",
- "name": "Broodoo shield",
- "examine": "A scary broodoo shield.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0",
- "durability": null,
- "equipment_slot": "5",
"ge_buy_limit": "100",
- "requirements": "{1,25}-{6,25}",
+ "examine": "The roots of a magic tree.",
+ "grand_exchange_price": "5853",
+ "durability": null,
+ "name": "Magic roots",
"tradeable": "true",
- "weight": "5.4"
+ "archery_ticket_price": "0",
+ "id": "6051"
},
{
- "id": "6280",
- "name": "Broodoo shield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6281",
- "name": "Thatch spar light",
- "examine": "A wooden pole for use in primitive construction.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "5853",
"durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
+ "name": "Magic roots",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "6052"
},
{
- "id": "6282",
- "name": "Thatch spar light",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6283",
- "name": "Thatch spar med",
- "examine": "A wooden pole for use in primitive construction.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
+ "name": "Spirit roots",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "6054"
},
{
- "id": "6284",
- "name": "Thatch spar med",
- "archery_ticket_price": "0",
+ "shop_price": "1",
+ "examine": "A handful of weeds.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6285",
- "name": "Thatch spar dense",
- "examine": "A wooden pole for use in primitive construction.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
+ "name": "Weeds",
"tradeable": "true",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "6055"
},
{
- "id": "6286",
- "name": "Thatch spar dense",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Weeds",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6056"
},
{
- "id": "6287",
- "name": "Snake hide",
- "examine": "Scaly but not slimy!",
- "archery_ticket_price": "0",
+ "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.",
"durability": null,
+ "name": "Hay sack",
+ "archery_ticket_price": "0",
+ "id": "6057"
+ },
+ {
+ "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.",
+ "durability": null,
+ "name": "Hay sack",
+ "archery_ticket_price": "0",
+ "id": "6058"
+ },
+ {
+ "examine": "This should scare the birds.",
+ "durability": null,
+ "name": "Scarecrow",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "6059"
+ },
+ {
+ "durability": null,
+ "name": "Stool",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6060"
+ },
+ {
+ "shop_price": "3",
"ge_buy_limit": "10000",
+ "examine": "Bronze crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "equipment_slot": "13",
+ "grand_exchange_price": "134",
+ "name": "Bronze bolts(p+)",
"tradeable": "true",
- "weight": "0.5"
+ "archery_ticket_price": "0",
+ "id": "6061",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "6288",
- "name": "Snake hide",
- "archery_ticket_price": "0",
- "durability": null,
+ "shop_price": "3",
"ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6289",
- "name": "Snakeskin",
- "examine": "Scaley but not slimy!",
- "archery_ticket_price": "0",
+ "examine": "Bronze crossbow bolts.",
"durability": null,
- "ge_buy_limit": "10000",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1162",
+ "name": "Bronze bolts(p++)",
"tradeable": "true",
- "weight": "0.5"
+ "archery_ticket_price": "0",
+ "id": "6062",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10"
},
{
- "id": "6290",
- "name": "Snakeskin",
- "archery_ticket_price": "0",
+ "examine": "How do I wash blood stains out?",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "name": "Bloody mourner top",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.72",
+ "archery_ticket_price": "0",
+ "id": "6064"
},
{
- "id": "6291",
- "name": "Spider carcass",
- "examine": "Its creeping days are over!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "6292",
- "name": "Spider carcass",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6293",
- "name": "Spider on stick",
- "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "6294",
- "name": "Spider on stick",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6295",
- "name": "Spider on shaft",
- "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "40",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6296",
- "name": "Spider on shaft",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6297",
- "name": "Spider on stick",
- "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "6298",
- "name": "Spider on stick",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6299",
- "name": "Spider on shaft",
- "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "40",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6300",
- "name": "Spider on shaft",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6302",
- "name": "Burnt spider",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6303",
- "name": "Spider on shaft",
- "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "40",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6304",
- "name": "Spider on shaft",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6305",
- "name": "Skewer stick",
- "examine": "A sharp pointed stick, quite resistant to fire.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6306",
- "name": "Trading sticks",
- "examine": "Karamja currency.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6311",
- "name": "Gout tuber",
- "examine": "Plant this in a herb patch to grow Goutweed.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "6312",
- "name": "Gout tuber",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6313",
- "name": "Opal machete",
- "examine": "A jungle specific slashing device.",
- "archery_ticket_price": "0",
- "bonuses": "0,8,-2,0,0,0,1,1,0,0,0,4,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2554",
- "shop_price": "500",
- "tradeable": "true",
- "weapon_interface": "6",
- "weight": "1.35"
- },
- {
- "id": "6314",
- "name": "Opal machete",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6315",
- "name": "Jade machete",
- "examine": "A jungle specific slashing device.",
- "archery_ticket_price": "0",
- "bonuses": "0,11,-2,0,0,0,1,1,0,0,0,6,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2554",
- "shop_price": "1000",
- "tradeable": "true",
- "weapon_interface": "6"
- },
- {
- "id": "6316",
- "name": "Jade machete",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6317",
- "name": "Red topaz machete",
- "examine": "A jungle specific slashing device.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "4",
- "bonuses": "0,16,-2,0,0,0,1,1,0,0,0,10,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2554",
- "shop_price": "2000",
- "tradeable": "true",
- "weapon_interface": "6",
- "weight": "1.3"
- },
- {
- "id": "6318",
- "name": "Red topaz machete",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6319",
- "name": "Proboscis",
- "examine": "A giant mosquito's proboscis: aerodynamic, sharp and pointy!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6322",
- "name": "Snakeskin body",
- "examine": "Made from 100% real snakeskin.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,12,25,28,32,15,35,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
"remove_sleeves": "true",
+ "examine": "A thick heavy leather top.",
+ "durability": null,
+ "name": "Mourner top",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "6065",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.",
+ "durability": null,
+ "name": "Mourner trousers",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "6066"
+ },
+ {
+ "examine": "Damaged: These are in need of a good tailor.Repaired: A pair of mourner trousers.",
+ "durability": null,
+ "name": "Mourner trousers",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "6067",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "160",
+ "examine": "These will keep my hands warm.",
+ "durability": null,
+ "name": "Mourner gloves",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "2.3",
+ "archery_ticket_price": "0",
+ "id": "6068",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "160",
+ "examine": "Comfortable leather boots.",
+ "durability": null,
+ "name": "Mourner boots",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1.36",
+ "archery_ticket_price": "0",
+ "id": "6069",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "examine": "A dull brown cape.",
+ "durability": null,
+ "name": "Mourner cloak",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "2.25",
+ "archery_ticket_price": "0",
+ "id": "6070",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A letter of recommendation.",
+ "durability": null,
+ "name": "Mourner letter",
+ "archery_ticket_price": "0",
+ "id": "6071"
+ },
+ {
+ "examine": "A bar of soap taken from Tegid.",
+ "durability": null,
+ "name": "Tegid's soap",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6072"
+ },
+ {
+ "examine": "A book on the history of Prifddinas.",
+ "durability": null,
+ "name": "Prifddinas' history",
+ "archery_ticket_price": "0",
+ "id": "6073"
+ },
+ {
+ "examine": "A book on the exploration of the eastern realm.",
+ "durability": null,
+ "name": "Eastern discovery",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "6075"
+ },
+ {
+ "examine": "A book on the settlement of the eastern realm.",
+ "durability": null,
+ "name": "Eastern settlement",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6077"
+ },
+ {
+ "examine": "A book about the great divide.",
+ "durability": null,
+ "name": "The great divide",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6079"
+ },
+ {
+ "examine": "A strange broken device of gnomic design.",
+ "durability": null,
+ "name": "Broken device",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6081"
+ },
+ {
+ "turn90cw_anim": "2319",
+ "examine": "A device for firing dye.",
+ "walk_anim": "2317",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "4",
+ "turn90ccw_anim": "2320",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "20",
+ "turn180_anim": "2318",
+ "render_anim": "284",
+ "equipment_slot": "3",
+ "stand_anim": "2316",
+ "name": "Fixed device",
+ "run_anim": "2322",
+ "archery_ticket_price": "0",
+ "id": "6082",
+ "stand_turn_anim": "2321"
+ },
+ {
+ "examine": "This key has seen a lot of use. (Mourning's Ends Part I)",
+ "durability": null,
+ "name": "Tarnished key",
+ "archery_ticket_price": "0",
+ "id": "6083"
+ },
+ {
+ "examine": "A large pair of ogre bellows filled with red dye.",
+ "durability": null,
+ "name": "Red dye bellows",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "6085"
+ },
+ {
+ "examine": "A large pair of ogre bellows filled with blue dye.",
+ "durability": null,
+ "name": "Blue dye bellows",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "6086"
+ },
+ {
+ "examine": "A large pair of ogre bellows filled with yellow dye.",
+ "durability": null,
+ "name": "Yellow dye bellows",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "6087"
+ },
+ {
+ "examine": "A large pair of ogre bellows filled with green dye.",
+ "durability": null,
+ "name": "Green dye bellows",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "6088"
+ },
+ {
+ "examine": "A blue dye filled toad.",
+ "durability": null,
+ "name": "Blue toad",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6089"
+ },
+ {
+ "examine": "A red dye filled toad.",
+ "durability": null,
+ "name": "Red toad",
+ "weight": "0.7",
+ "archery_ticket_price": "0",
+ "id": "6090"
+ },
+ {
+ "examine": "A yellow dye filled toad.",
+ "durability": null,
+ "name": "Yellow toad",
+ "weight": "0.7",
+ "archery_ticket_price": "0",
+ "id": "6091"
+ },
+ {
+ "examine": "A green dye filled toad.",
+ "durability": null,
+ "name": "Green toad",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6092"
+ },
+ {
+ "examine": "A barrel full of rotten apples.",
+ "durability": null,
+ "name": "Rotten apples",
+ "weight": "17",
+ "archery_ticket_price": "0",
+ "id": "6093"
+ },
+ {
+ "examine": "A barrel full of mushed apples.",
+ "durability": null,
+ "name": "Apple barrel",
+ "archery_ticket_price": "0",
+ "id": "6094"
+ },
+ {
+ "examine": "A barrel full of rotten apples and naptha.",
+ "durability": null,
+ "name": "Naphtha apple mix",
+ "archery_ticket_price": "0",
+ "id": "6095"
+ },
+ {
+ "examine": "A barrel full of toxic naphtha.",
+ "durability": null,
+ "name": "Toxic naphtha",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "6096"
+ },
+ {
+ "examine": "It's a sieve.",
+ "durability": null,
+ "name": "Sieve",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "6097"
+ },
+ {
+ "examine": "A pile of toxic powder.",
+ "durability": null,
+ "name": "Toxic powder",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "6098"
+ },
+ {
+ "examine": "A tiny crystal enchanted to return the user to Lletya.",
+ "durability": null,
+ "name": "Teleport crystal (4)",
+ "archery_ticket_price": "0",
+ "id": "6099"
+ },
+ {
+ "examine": "A tiny crystal enchanted to return the user to Lletya.",
+ "durability": null,
+ "name": "Teleport crystal (3)",
+ "archery_ticket_price": "0",
+ "id": "6100"
+ },
+ {
+ "examine": "A tiny crystal enchanted to return the user to Lletya.",
+ "durability": null,
+ "name": "Teleport crystal (2)",
+ "archery_ticket_price": "0",
+ "id": "6101"
+ },
+ {
+ "examine": "A tiny crystal enchanted to return the user to Lletya.",
+ "durability": null,
+ "name": "Teleport crystal (1)",
+ "archery_ticket_price": "0",
+ "id": "6102"
+ },
+ {
+ "examine": "A tiny Elf crystal, I need to have this re-enchanted",
+ "durability": null,
+ "name": "Tiny elf crystal",
+ "archery_ticket_price": "0",
+ "id": "6103"
+ },
+ {
+ "examine": "This key is newly cut. (Mourning's Ends Part II)",
+ "durability": null,
+ "name": "New key",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "6104"
+ },
+ {
+ "examine": "They seem to be not quite of this world...",
+ "durability": null,
+ "name": "Ghostly boots",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "6106",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Varies",
+ "durability": null,
+ "name": "Ghostly robe",
+ "archery_ticket_price": "0",
+ "id": "6107",
+ "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Varies",
+ "durability": null,
+ "name": "Ghostly robe",
+ "archery_ticket_price": "0",
+ "id": "6108",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A ghostly hood, fit for a ghostly head.",
+ "durability": null,
+ "name": "Ghostly hood",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "6109",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "They seem to fade in and out of existence...",
+ "durability": null,
+ "name": "Ghostly gloves",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "6110",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "Made of a strange, ghostly material...",
+ "durability": null,
+ "name": "Ghostly cloak",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "6111",
+ "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "destroy_message": "Return to the drunken dwarf's drunken relative to get your seeds back.",
+ "examine": "Kelda hop seeds can only be grown underground!",
+ "durability": null,
+ "name": "Kelda seed",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6112"
+ },
+ {
+ "destroy_message": "Return to the Keldagrim palace gardener to get your hops back.",
+ "examine": "A handful of Kelda Hops.",
+ "durability": null,
+ "name": "Kelda hops",
+ "low_alchemy": "1",
+ "tradeable": "false",
+ "high_alchemy": "2",
+ "destroy": "true",
+ "weight": "0.01",
+ "archery_ticket_price": "0",
+ "id": "6113"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A pint of bluish beer.",
+ "durability": null,
+ "name": "Kelda stout",
+ "high_alchemy": "1",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6118"
+ },
+ {
+ "examine": "There is a strange [green/yellow] marking on this stone.",
+ "durability": null,
+ "name": "Square stone",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6119"
+ },
+ {
+ "examine": "There is a strange [green/yellow] marking on this stone.",
+ "durability": null,
+ "name": "Square stone",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6120"
+ },
+ {
+ "durability": null,
+ "name": "A chair",
+ "archery_ticket_price": "0",
+ "id": "6122",
+ "equipment_slot": "5"
+ },
+ {
+ "shop_price": "1",
+ "examine": "I need to fill this with beer.",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Beer glass",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "6123",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Coconut milk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6124"
+ },
+ {
+ "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.",
+ "durability": null,
+ "name": "Enchanted lyre(2)",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "6125",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.",
+ "durability": null,
+ "name": "Enchanted lyre(3)",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "6126",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "This will teleport me to Rellekka when I play it. A musical intrument that I can magically play.",
+ "durability": null,
+ "name": "Enchanted lyre(4)",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "6127",
+ "equipment_slot": "3"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "100",
+ "examine": "Protective headwear made from crabs. Better than it sounds.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "21000",
+ "name": "Rock-shell helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6128",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0"
+ },
+ {
+ "remove_sleeves": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "40600",
+ "durability": null,
+ "name": "Rock-shell plate",
+ "archery_ticket_price": "0",
+ "id": "6129",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "100",
+ "examine": "Some tough leggings made from rock crab parts.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "9",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "39400",
+ "name": "Rock-shell legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6130",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,40}",
+ "ge_buy_limit": "100",
+ "examine": "A helm fit for any Fremennik ranger.",
+ "durability": null,
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "35800",
+ "name": "Spined helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6131",
+ "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "35800",
+ "durability": null,
+ "name": "Spined helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6132"
+ },
+ {
+ "requirements": "{1,40}-{4,40}",
+ "ge_buy_limit": "100",
+ "examine": "A constant reminder that I'm above a Dagannoth in the food chain.",
+ "durability": null,
+ "low_alchemy": "3000",
+ "high_alchemy": "4500",
+ "weight": "6",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "4386",
+ "name": "Spined body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6133",
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4386",
+ "durability": null,
+ "name": "Spined body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6134"
+ },
+ {
+ "requirements": "{1,40}-{4,40}",
+ "ge_buy_limit": "100",
+ "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...",
+ "durability": null,
+ "low_alchemy": "1560",
+ "high_alchemy": "2340",
+ "weight": "5",
+ "absorb": "0,4,2",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "2132",
+ "name": "Spined chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6135",
+ "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2132",
+ "durability": null,
+ "name": "Spined chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6136"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{6,40}",
+ "ge_buy_limit": "100",
+ "examine": "Make your foes cower by wearing a skull as a helmet!",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "1.3",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "29500",
+ "name": "Skeletal helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6137",
+ "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "29500",
+ "durability": null,
+ "name": "Skeletal helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6138"
+ },
+ {
+ "requirements": "{1,40}-{6,40}",
+ "ge_buy_limit": "100",
+ "examine": "The bones in this armour seems to vibrate with a magic quality...",
+ "durability": null,
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "weight": "4.9",
+ "absorb": "6,3,0",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "27800",
+ "name": "Skeletal top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6139",
+ "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "27800",
+ "durability": null,
+ "name": "Skeletal top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6140"
+ },
+ {
+ "requirements": "{1,40}-{6,40}",
+ "ge_buy_limit": "100",
+ "examine": "A superior set of strengthened slacks for any self respecting seer.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "4",
+ "absorb": "4,2,0",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "23600",
+ "name": "Skeletal bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6141",
+ "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "23600",
+ "durability": null,
+ "name": "Skeletal bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6142"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "3",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "1671",
+ "name": "Spined boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6143",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1671",
+ "durability": null,
+ "name": "Spined boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6144"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "3.1",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "756",
+ "name": "Rock-shell boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6145",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "756",
+ "durability": null,
+ "name": "Rock-shell boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6146"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "3.1",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "4958",
+ "name": "Skeletal boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6147",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4958",
+ "durability": null,
+ "name": "Skeletal boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6148"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Fremennik gloves stitched together from spined dagannoth hide.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "3",
+ "equipment_slot": "9",
+ "lendable": "true",
+ "grand_exchange_price": "955",
+ "name": "Spined gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6149",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "955",
+ "durability": null,
+ "name": "Spined gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6150"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Fremennik gloves stitched together from rock crab shell shards.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "2",
+ "equipment_slot": "9",
+ "lendable": "true",
+ "grand_exchange_price": "951",
+ "name": "Rock-shell gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6151",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "951",
+ "durability": null,
+ "name": "Rock-shell gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6152"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Fremennik gloves stitched together from wallasalki bones fragments.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "3.1",
+ "equipment_slot": "9",
+ "lendable": "true",
+ "grand_exchange_price": "21800",
+ "name": "Skeletal gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6153",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "21800",
+ "durability": null,
+ "name": "Skeletal gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6154"
+ },
+ {
+ "ge_buy_limit": "500",
+ "examine": "A sturdy piece of dagannoth hide.",
+ "grand_exchange_price": "3978",
+ "durability": null,
+ "name": "Dagannoth hide",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "6155"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "3978",
+ "durability": null,
+ "name": "Dagannoth hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6156"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A spherical chunk of rock-shell.",
+ "grand_exchange_price": "7371",
+ "durability": null,
+ "name": "Rock-shell chunk",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "6157"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7371",
+ "durability": null,
+ "name": "Rock-shell chunk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6158"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A curved piece of rock-shell.",
+ "grand_exchange_price": "11300",
+ "durability": null,
+ "name": "Rock-shell shard",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "archery_ticket_price": "0",
+ "id": "6159"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11300",
+ "durability": null,
+ "name": "Rock-shell shard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6160"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A slim piece of rock-shell.",
+ "grand_exchange_price": "16100",
+ "durability": null,
+ "name": "Rock-shell splinter",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "6161"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "16100",
+ "durability": null,
+ "name": "Rock-shell splinter",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6162"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A fearsome looking skull.",
+ "grand_exchange_price": "9859",
+ "durability": null,
+ "name": "Skull piece",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "6163"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9859",
+ "durability": null,
+ "name": "Skull piece",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6164"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A slightly damaged ribcage.",
+ "grand_exchange_price": "11300",
+ "durability": null,
+ "name": "Ribcage piece",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "6165"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11300",
+ "durability": null,
+ "name": "Ribcage piece",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6166"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An interesting looking bone shard.",
+ "grand_exchange_price": "10300",
+ "durability": null,
+ "name": "Fibula piece",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "6167"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10300",
+ "durability": null,
+ "name": "Fibula piece",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6168"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A toughened chunk of dagannoth hide.",
+ "grand_exchange_price": "23400",
+ "durability": null,
+ "name": "Circular hide",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "6169"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "23400",
+ "durability": null,
+ "name": "Circular hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6170"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A tattered chunk of dagannoth hide.",
+ "grand_exchange_price": "502",
+ "durability": null,
+ "name": "Flattened hide",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "6171"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "502",
+ "durability": null,
+ "name": "Flattened hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6172"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A weathered chunk of dagannoth hide.",
+ "grand_exchange_price": "398",
+ "durability": null,
+ "name": "Stretched hide",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3.1",
+ "archery_ticket_price": "0",
+ "id": "6173"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "398",
+ "durability": null,
+ "name": "Stretched hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6174"
+ },
+ {
+ "durability": null,
+ "name": "Rock-shell helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6175"
+ },
+ {
+ "durability": null,
+ "name": "Rock-shell plate",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6176"
+ },
+ {
+ "durability": null,
+ "name": "Rock-shell legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6177"
+ },
+ {
+ "examine": "I need to cook this first.",
+ "durability": null,
+ "name": "Raw pheasant",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "6178"
+ },
+ {
+ "examine": "I need to cook this first.",
+ "durability": null,
+ "name": "Raw pheasant",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "6179"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "A leather strapped top.",
+ "durability": null,
+ "name": "Lederhosen top",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "6180",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Brown leather shorts with bright white socks?",
+ "durability": null,
+ "name": "Lederhosen shorts",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "6181",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A hat with a goat's hair attached.",
+ "durability": null,
+ "name": "Lederhosen hat",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "6182",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "I can use this at the Varrock clothes shop.",
+ "durability": null,
+ "name": "Frog token",
+ "archery_ticket_price": "0",
+ "id": "6183"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Very posh!",
+ "durability": null,
+ "name": "Prince tunic",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
+ "id": "6184",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Very posh!",
+ "durability": null,
+ "name": "Prince leggings",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "6185",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Very posh!",
+ "durability": null,
+ "name": "Princess blouse",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "6186",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Very posh!",
+ "durability": null,
+ "name": "Princess skirt",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "6187",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Now that's just silly.",
+ "durability": null,
+ "name": "Frog mask",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "6188",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Could there be something valuable in here?",
+ "durability": null,
+ "name": "Mystery box",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6199",
+ "point_price": "2"
+ },
+ {
+ "destroy_message": "A ghastly fish",
+ "examine": "A raw...fish? Is this a fish??",
+ "durability": null,
+ "name": "Raw fishlike thing",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6200"
+ },
+ {
+ "examine": "Fish-tastic!",
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "6201"
+ },
+ {
+ "destroy_message": "A ghastly fish",
+ "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.",
+ "durability": null,
+ "name": "Fishlike thing",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6202"
+ },
+ {
+ "destroy_message": "A ghastly fish",
+ "examine": "A raw...fish? Is this a fish??",
+ "durability": null,
+ "name": "Raw fishlike thing",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6204"
+ },
+ {
+ "destroy_message": "A ghastly fish",
+ "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.",
+ "durability": null,
+ "name": "Fishlike thing",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6206"
+ },
+ {
+ "examine": "It's an amulet of Man speak. It makes vague grunting noises.",
+ "durability": null,
+ "name": "Man speak amulet",
+ "archery_ticket_price": "0",
+ "id": "6208",
+ "equipment_slot": "2"
+ },
+ {
+ "shop_price": "40",
+ "examine": "Useful for catching small fish.",
+ "grand_exchange_price": "433",
+ "durability": null,
+ "name": "Small fishing net",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "4.5",
+ "archery_ticket_price": "0",
+ "id": "6209"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Teak logs prepared with sacred oil for a funeral pyre.",
+ "grand_exchange_price": "3365",
+ "durability": null,
+ "name": "Teak pyre logs",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6211"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3365",
+ "durability": null,
+ "name": "Teak pyre logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6212"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Mahogany logs prepared with sacred oil for a funeral pyre.",
+ "grand_exchange_price": "3574",
+ "durability": null,
+ "name": "Mahogany pyre log",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "6213"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3574",
+ "durability": null,
+ "name": "Mahogany pyre log",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6214"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "ge_buy_limit": "100",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2007",
+ "name": "Broodoo shield (10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6215",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2007",
+ "durability": null,
+ "name": "Broodoo shield (10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6216"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (9)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6217",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (9)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6218"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6219",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6220"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6221",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6222"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6223",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6224"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6225",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6226"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6227",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6228"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6229",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6230"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6231",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6232"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6233",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6234"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "ge_buy_limit": "100",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2572",
+ "name": "Broodoo shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6235",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2572",
+ "durability": null,
+ "name": "Broodoo shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6236"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "ge_buy_limit": "100",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2200",
+ "name": "Broodoo shield (10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6237",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2200",
+ "durability": null,
+ "name": "Broodoo shield (10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6238"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (9)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6239",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (9)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6240"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6241",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6242"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6243",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6244"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6245",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6246"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6247",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6248"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6249",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6250"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6251",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6252"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6253",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6254"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6255",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6256"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "ge_buy_limit": "100",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2731",
+ "name": "Broodoo shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6257",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2731",
+ "durability": null,
+ "name": "Broodoo shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6258"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "ge_buy_limit": "100",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1494",
+ "name": "Broodoo shield (10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6259",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "attack_anims": "7060",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1494",
+ "durability": null,
+ "name": "Broodoo shield (10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6260"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (9)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6261",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (9)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6262"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6263",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6264"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6265",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6266"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6267",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6268"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6269",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6270"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6271",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6272"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6273",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6274"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6275",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6276"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1",
+ "name": "Broodoo shield (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6277",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Broodoo shield (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6278"
+ },
+ {
+ "requirements": "{1,25}-{6,25}",
+ "ge_buy_limit": "100",
+ "examine": "A scary broodoo shield.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "5.4",
+ "absorb": "4,2,0",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2957",
+ "name": "Broodoo shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6279",
+ "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2957",
+ "durability": null,
+ "name": "Broodoo shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6280"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A wooden pole for use in primitive construction.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Thatch spar light",
+ "tradeable": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "6281",
+ "equipment_slot": "5"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Thatch spar light",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6282"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A wooden pole for use in primitive construction.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Thatch spar med",
+ "tradeable": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "6283",
+ "equipment_slot": "5"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Thatch spar med",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6284"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A wooden pole for use in primitive construction.",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Thatch spar dense",
+ "tradeable": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "6285",
+ "equipment_slot": "5"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Thatch spar dense",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6286"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Scaly but not slimy!",
+ "grand_exchange_price": "2084",
+ "durability": null,
+ "name": "Snake hide",
+ "tradeable": "true",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6287"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2084",
+ "durability": null,
+ "name": "Snake hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6288"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Scaley but not slimy!",
+ "grand_exchange_price": "2019",
+ "durability": null,
+ "name": "Snakeskin",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6289"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2019",
+ "durability": null,
+ "name": "Snakeskin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6290"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Its creeping days are over!",
+ "grand_exchange_price": "1949",
+ "durability": null,
+ "name": "Spider carcass",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "6291"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1949",
+ "durability": null,
+ "name": "Spider carcass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6292"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "1000",
+ "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.",
+ "grand_exchange_price": "207",
+ "durability": null,
+ "name": "Spider on stick",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "6293"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "207",
+ "durability": null,
+ "name": "Spider on stick",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6294"
+ },
+ {
+ "shop_price": "40",
+ "ge_buy_limit": "1000",
+ "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)",
+ "grand_exchange_price": "106",
+ "durability": null,
+ "name": "Spider on shaft",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6295"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "106",
+ "durability": null,
+ "name": "Spider on shaft",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6296"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "1000",
+ "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.",
+ "grand_exchange_price": "54",
+ "durability": null,
+ "name": "Spider on stick",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "6297"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "54",
+ "durability": null,
+ "name": "Spider on stick",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6298"
+ },
+ {
+ "shop_price": "40",
+ "ge_buy_limit": "1000",
+ "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)",
+ "grand_exchange_price": "78",
+ "durability": null,
+ "name": "Spider on shaft",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6299"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "78",
+ "durability": null,
+ "name": "Spider on shaft",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6300"
+ },
+ {
+ "durability": null,
+ "name": "Burnt spider",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6302"
+ },
+ {
+ "shop_price": "40",
+ "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)",
+ "grand_exchange_price": "106",
+ "durability": null,
+ "name": "Spider on shaft",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6303"
+ },
+ {
+ "durability": null,
+ "name": "Spider on shaft",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6304"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A sharp pointed stick, quite resistant to fire.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Skewer stick",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "6305"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Karamja currency.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Trading sticks",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6306"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Plant this in a herb patch to grow Goutweed.",
+ "grand_exchange_price": "6991",
+ "durability": null,
+ "name": "Gout tuber",
+ "tradeable": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "6311"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6991",
+ "durability": null,
+ "name": "Gout tuber",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6312"
+ },
+ {
+ "shop_price": "500",
+ "ge_buy_limit": "100",
+ "examine": "A jungle specific slashing device.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "1.35",
+ "weapon_interface": "6",
+ "render_anim": "2554",
+ "equipment_slot": "3",
+ "grand_exchange_price": "179",
+ "name": "Opal machete",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6313",
+ "bonuses": "0,8,-2,0,0,0,1,1,0,0,0,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "179",
+ "durability": null,
+ "name": "Opal machete",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6314"
+ },
+ {
+ "shop_price": "1000",
+ "ge_buy_limit": "100",
+ "examine": "A jungle specific slashing device.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weapon_interface": "6",
+ "render_anim": "2554",
+ "equipment_slot": "3",
+ "grand_exchange_price": "4473",
+ "name": "Jade machete",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6315",
+ "bonuses": "0,11,-2,0,0,0,1,1,0,0,0,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4473",
+ "durability": null,
+ "name": "Jade machete",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6316"
+ },
+ {
+ "shop_price": "2000",
+ "ge_buy_limit": "100",
+ "examine": "A jungle specific slashing device.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1.3",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "render_anim": "2554",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "8774",
+ "name": "Red topaz machete",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6317",
+ "bonuses": "0,16,-2,0,0,0,1,1,0,0,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8774",
+ "durability": null,
+ "name": "Red topaz machete",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6318"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A giant mosquito's proboscis: aerodynamic, sharp and pointy!",
+ "grand_exchange_price": "9733",
+ "durability": null,
+ "name": "Proboscis",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6319"
+ },
+ {
"requirements": "{1,30}-{4,30}",
"shop_price": "1588",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "6323",
+ "ge_buy_limit": "100",
+ "examine": "Made from 100% real snakeskin.",
+ "durability": null,
+ "low_alchemy": "500",
+ "high_alchemy": "750",
+ "weight": "10",
+ "absorb": "0,4,2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "23100",
"name": "Snakeskin body",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6322",
+ "bonuses": "0,0,0,-5,12,25,28,32,15,35,30,0,0,0,0"
},
{
- "id": "6324",
- "name": "Snakeskin chaps",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "23100",
+ "durability": null,
+ "name": "Snakeskin body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6323"
+ },
+ {
+ "requirements": "{1,30}-{4,30}",
+ "ge_buy_limit": "100",
"examine": "Made from 100% real snake.",
+ "durability": null,
+ "low_alchemy": "470",
+ "high_alchemy": "705",
+ "weight": "3.6",
"absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,6,8,8,10,4,10,10,0,0,0,0",
- "durability": null,
"equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{1,30}-{4,30}",
- "tradeable": "true",
- "weight": "3.6"
- },
- {
- "id": "6325",
+ "grand_exchange_price": "702",
"name": "Snakeskin chaps",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6324",
+ "bonuses": "0,0,0,-5,6,8,8,10,4,10,10,0,0,0,0"
},
{
- "id": "6326",
- "name": "Snakeskin bandana",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "702",
+ "durability": null,
+ "name": "Snakeskin chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6325"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}-{4,30}",
+ "ge_buy_limit": "100",
"examine": "Lightweight head protection.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.9",
"absorb": "0,2,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0",
- "durability": null,
"equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{1,30}-{4,30}",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "6327",
+ "grand_exchange_price": "871",
"name": "Snakeskin bandana",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6326",
+ "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0"
},
{
- "id": "6328",
- "name": "Snakeskin boots",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "871",
+ "durability": null,
+ "name": "Snakeskin bandana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6327"
+ },
+ {
+ "requirements": "{1,30}-{4,30}",
+ "ge_buy_limit": "100",
"examine": "Made from snakes.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0",
"durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.3",
"equipment_slot": "10",
- "ge_buy_limit": "100",
- "requirements": "{1,30}-{4,30}",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "6329",
+ "grand_exchange_price": "10800",
"name": "Snakeskin boots",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6328",
+ "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0"
},
{
- "id": "6330",
- "name": "Snakeskin v'brace",
- "examine": "Made from 100% real snake.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10800",
"durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10000",
+ "name": "Snakeskin boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6329"
+ },
+ {
"requirements": "{1,30}-{4,30}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6331",
- "name": "Snakeskin v'brace",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "10000",
- "tradeable": "true"
+ "examine": "Made from 100% real snake.",
+ "durability": null,
+ "low_alchemy": "173",
+ "high_alchemy": "260",
+ "weight": "1",
+ "equipment_slot": "9",
+ "grand_exchange_price": "914",
+ "name": "Snakeskin v'brace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6330",
+ "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0"
},
{
- "id": "6332",
- "name": "Mahogany logs",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "914",
+ "durability": null,
+ "name": "Snakeskin v'brace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6331"
+ },
+ {
+ "ge_buy_limit": "25000",
"examine": "Some well-cut mahogany logs.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "503",
"durability": null,
- "ge_buy_limit": "25000",
+ "name": "Mahogany logs",
"tradeable": "true",
- "weight": "1.33"
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1.33",
+ "archery_ticket_price": "0",
+ "id": "6332"
},
{
- "id": "6333",
- "name": "Teak logs",
+ "ge_buy_limit": "25000",
"examine": "Some well-cut teak logs.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "92",
"durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true",
- "weight": "1.35"
- },
- {
- "id": "6334",
"name": "Teak logs",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1.35",
"archery_ticket_price": "0",
- "durability": null,
+ "id": "6333"
+ },
+ {
"ge_buy_limit": "25000",
- "tradeable": "true"
+ "grand_exchange_price": "92",
+ "durability": null,
+ "name": "Teak logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6334"
},
{
+ "ge_buy_limit": "100",
+ "examine": "A ceremonial wooden mask.",
+ "grand_exchange_price": "1306",
+ "durability": null,
+ "name": "Tribal mask",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "2",
+ "archery_ticket_price": "0",
"id": "6335",
- "name": "Tribal mask",
- "examine": "A ceremonial wooden mask.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
+ "equipment_slot": "0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "1306",
+ "durability": null,
+ "name": "Tribal mask",
"tradeable": "true",
- "weight": "2"
- },
- {
- "id": "6336",
- "name": "Tribal mask",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6336"
},
{
+ "ge_buy_limit": "100",
+ "examine": "A ceremonial wooden mask.",
+ "grand_exchange_price": "997",
+ "durability": null,
+ "name": "Tribal mask",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "2",
+ "archery_ticket_price": "0",
"id": "6337",
- "name": "Tribal mask",
- "examine": "A ceremonial wooden mask.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
+ "equipment_slot": "0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "997",
+ "durability": null,
+ "name": "Tribal mask",
"tradeable": "true",
- "weight": "2"
- },
- {
- "id": "6338",
- "name": "Tribal mask",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6338"
},
{
+ "ge_buy_limit": "100",
+ "examine": "A ceremonial wooden mask.",
+ "grand_exchange_price": "1018",
+ "durability": null,
+ "name": "Tribal mask",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "2",
+ "archery_ticket_price": "0",
"id": "6339",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1018",
+ "durability": null,
"name": "Tribal mask",
- "examine": "A ceremonial wooden mask.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
"tradeable": "true",
- "weight": "2"
+ "archery_ticket_price": "0",
+ "id": "6340"
},
{
- "id": "6340",
- "name": "Tribal mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6341",
- "name": "Tribal top",
- "examine": "Local dress.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
"shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6342",
- "name": "Tribal top",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6343",
- "name": "Villager robe",
- "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "250",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "6344",
- "name": "Villager robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6345",
- "name": "Villager hat",
- "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6346",
- "name": "Villager hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6347",
- "name": "Villager armband",
- "examine": "A brown armband, as worn by the Tai Bwo Wannai locals.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "shop_price": "150",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6348",
- "name": "Villager armband",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6349",
- "name": "Villager sandals",
- "examine": "A brightly coloured pair of local sandals.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.6"
- },
- {
- "id": "6350",
- "name": "Villager sandals",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6351",
- "name": "Tribal top",
"examine": "Local dress.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
"equipment_slot": "4",
- "ge_buy_limit": "100",
"remove_sleeves": "true",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6352",
+ "grand_exchange_price": "3331",
"name": "Tribal top",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6341"
},
{
- "id": "6353",
- "name": "Villager robe",
- "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
"ge_buy_limit": "100",
+ "grand_exchange_price": "3331",
+ "durability": null,
+ "name": "Tribal top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6342"
+ },
+ {
"shop_price": "250",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "6354",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1382",
"name": "Villager robe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6343"
},
{
- "id": "6355",
- "name": "Villager hat",
- "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
"ge_buy_limit": "100",
+ "grand_exchange_price": "1382",
+ "durability": null,
+ "name": "Villager robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6344"
+ },
+ {
"shop_price": "200",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6356",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "2337",
"name": "Villager hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6357",
- "name": "Villager sandals",
- "examine": "A brightly coloured pair of local sandals.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "100",
"tradeable": "true",
- "weight": "0.6"
+ "archery_ticket_price": "0",
+ "id": "6345"
},
{
- "id": "6358",
- "name": "Villager sandals",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "2337",
+ "durability": null,
+ "name": "Villager hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6346"
},
{
- "id": "6359",
- "name": "Villager armband",
- "examine": "A blue armband, as worn by the Tai Bwo Wannai locals.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
"shop_price": "150",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6360",
- "name": "Villager armband",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "A <colour> armband, as worn by the Tai Bwo Wannai locals.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.5",
+ "equipment_slot": "9",
+ "grand_exchange_price": "734",
+ "name": "Villager armband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6347"
},
{
- "id": "6361",
- "name": "Tribal top",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "734",
+ "durability": null,
+ "name": "Villager armband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6348"
+ },
+ {
+ "shop_price": "100",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured pair of local sandals.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.6",
+ "equipment_slot": "10",
+ "grand_exchange_price": "2793",
+ "name": "Villager sandals",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6349"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2793",
+ "durability": null,
+ "name": "Villager sandals",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6350"
+ },
+ {
+ "shop_price": "300",
+ "ge_buy_limit": "100",
"examine": "Local dress.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
"equipment_slot": "4",
- "ge_buy_limit": "100",
"remove_sleeves": "true",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6362",
+ "grand_exchange_price": "3171",
"name": "Tribal top",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6351"
},
{
- "id": "6363",
- "name": "Villager robe",
- "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
"ge_buy_limit": "100",
+ "grand_exchange_price": "3171",
+ "durability": null,
+ "name": "Tribal top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6352"
+ },
+ {
"shop_price": "250",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "6364",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1416",
"name": "Villager robe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6353"
},
{
- "id": "6365",
- "name": "Villager hat",
- "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
"ge_buy_limit": "100",
+ "grand_exchange_price": "1416",
+ "durability": null,
+ "name": "Villager robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6354"
+ },
+ {
"shop_price": "200",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6366",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "2785",
"name": "Villager hat",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6355"
},
{
- "id": "6367",
- "name": "Villager sandals",
- "examine": "A brightly coloured pair of local sandals.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "10",
"ge_buy_limit": "100",
+ "grand_exchange_price": "2785",
+ "durability": null,
+ "name": "Villager hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6356"
+ },
+ {
"shop_price": "100",
- "tradeable": "true",
- "weight": "0.6"
- },
- {
- "id": "6368",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured pair of local sandals.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.6",
+ "equipment_slot": "10",
+ "grand_exchange_price": "944",
"name": "Villager sandals",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6369",
- "name": "Villager armband",
- "examine": "A yellow armband, as worn by the Tai Bwo Wannai locals.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "shop_price": "150",
"tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6370",
- "name": "Villager armband",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6357"
},
{
- "id": "6371",
- "name": "Tribal top",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "944",
+ "durability": null,
+ "name": "Villager sandals",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6358"
+ },
+ {
+ "shop_price": "150",
+ "ge_buy_limit": "100",
+ "examine": "A <colour> armband, as worn by the Tai Bwo Wannai locals.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.5",
+ "equipment_slot": "9",
+ "grand_exchange_price": "672",
+ "name": "Villager armband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6359"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "672",
+ "durability": null,
+ "name": "Villager armband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6360"
+ },
+ {
+ "shop_price": "300",
+ "ge_buy_limit": "100",
"examine": "Local dress.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
"equipment_slot": "4",
- "ge_buy_limit": "100",
"remove_sleeves": "true",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6372",
+ "grand_exchange_price": "2484",
"name": "Tribal top",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6361"
},
{
- "id": "6373",
- "name": "Villager robe",
- "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
"ge_buy_limit": "100",
+ "grand_exchange_price": "2484",
+ "durability": null,
+ "name": "Tribal top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6362"
+ },
+ {
"shop_price": "250",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "6374",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "499",
"name": "Villager robe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6363"
},
{
- "id": "6375",
- "name": "Villager hat",
- "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
"ge_buy_limit": "100",
+ "grand_exchange_price": "499",
+ "durability": null,
+ "name": "Villager robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6364"
+ },
+ {
"shop_price": "200",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6376",
- "name": "Villager hat",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6377",
- "name": "Villager sandals",
- "examine": "A brightly coloured pair of local sandals.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.6"
- },
- {
- "id": "6378",
- "name": "Villager sandals",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6379",
- "name": "Villager armband",
- "examine": "A pink armband, as worn by the Tai Bwo Wannai locals.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "shop_price": "150",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6380",
- "name": "Villager armband",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6382",
- "name": "Fez",
- "examine": "A fez hat. Juss like that.",
- "archery_ticket_price": "0",
+ "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.",
"durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
"equipment_slot": "0",
+ "grand_exchange_price": "2440",
+ "name": "Villager hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6365"
+ },
+ {
"ge_buy_limit": "100",
- "hat": true,
+ "grand_exchange_price": "2440",
+ "durability": null,
+ "name": "Villager hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6366"
+ },
+ {
+ "shop_price": "100",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured pair of local sandals.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.6",
+ "equipment_slot": "10",
+ "grand_exchange_price": "1479",
+ "name": "Villager sandals",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6367"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1479",
+ "durability": null,
+ "name": "Villager sandals",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6368"
+ },
+ {
+ "shop_price": "150",
+ "ge_buy_limit": "100",
+ "examine": "A <colour> armband, as worn by the Tai Bwo Wannai locals.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.5",
+ "equipment_slot": "9",
+ "grand_exchange_price": "823",
+ "name": "Villager armband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6369"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "823",
+ "durability": null,
+ "name": "Villager armband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6370"
+ },
+ {
+ "shop_price": "300",
+ "ge_buy_limit": "100",
+ "examine": "Local dress.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "2683",
+ "name": "Tribal top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6371"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2683",
+ "durability": null,
+ "name": "Tribal top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6372"
+ },
+ {
+ "shop_price": "250",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "331",
+ "name": "Villager robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6373"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "331",
+ "durability": null,
+ "name": "Villager robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6374"
+ },
+ {
+ "shop_price": "200",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "3010",
+ "name": "Villager hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6375"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3010",
+ "durability": null,
+ "name": "Villager hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6376"
+ },
+ {
+ "shop_price": "100",
+ "ge_buy_limit": "100",
+ "examine": "A brightly coloured pair of local sandals.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.6",
+ "equipment_slot": "10",
+ "grand_exchange_price": "2310",
+ "name": "Villager sandals",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6377"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2310",
+ "durability": null,
+ "name": "Villager sandals",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6378"
+ },
+ {
+ "shop_price": "150",
+ "ge_buy_limit": "100",
+ "examine": "A <colour> armband, as worn by the Tai Bwo Wannai locals.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.5",
+ "equipment_slot": "9",
+ "grand_exchange_price": "1697",
+ "name": "Villager armband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6379"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1697",
+ "durability": null,
+ "name": "Villager armband",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6380"
+ },
+ {
"shop_price": "24",
- "tradeable": "true"
- },
- {
- "id": "6383",
+ "ge_buy_limit": "100",
+ "examine": "A fez hat. Juss like that.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "0",
+ "grand_exchange_price": "690",
"name": "Fez",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6384",
- "name": "Desert top",
- "examine": "A bit itchy.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "15",
"tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6385",
- "name": "Desert top",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "hat": true,
+ "id": "6382"
},
{
- "id": "6386",
- "name": "Desert robes",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "690",
+ "durability": null,
+ "name": "Fez",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6383"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A bit itchy.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "649",
+ "name": "Desert top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6384"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "649",
+ "durability": null,
+ "name": "Desert top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6385"
+ },
+ {
+ "shop_price": "25",
+ "ge_buy_limit": "100",
"examine": "Has a coarse hard wearing texture.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "533",
"durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "25",
- "tradeable": "true"
- },
- {
- "id": "6387",
"name": "Desert robes",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6388",
- "name": "Desert top",
- "examine": "A bit itchy.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "15",
"tradeable": "true",
- "weight": "1"
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "6386",
+ "equipment_slot": "7"
},
{
- "id": "6389",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "533",
+ "durability": null,
+ "name": "Desert robes",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6387"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "A bit itchy.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1016",
"name": "Desert top",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6388"
},
{
- "id": "6390",
- "name": "Desert legs",
- "examine": "Better than factor 50 sun cream.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
"ge_buy_limit": "100",
+ "grand_exchange_price": "1016",
+ "durability": null,
+ "name": "Desert top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6389"
+ },
+ {
"shop_price": "25",
- "tradeable": "true"
- },
- {
- "id": "6391",
+ "ge_buy_limit": "100",
+ "examine": "Better than factor 50 sun cream.",
+ "grand_exchange_price": "515",
+ "durability": null,
"name": "Desert legs",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6390",
+ "equipment_slot": "7"
},
{
- "id": "6392",
- "name": "Menap headgear",
- "examine": "Good for keeping the sun off my neck.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
"ge_buy_limit": "100",
+ "grand_exchange_price": "515",
+ "durability": null,
+ "name": "Desert legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6391"
+ },
+ {
"remove_head": "true",
"shop_price": "35",
- "tradeable": "true"
- },
- {
- "id": "6393",
+ "ge_buy_limit": "100",
+ "examine": "Good for keeping the sun off my neck.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "equipment_slot": "0",
+ "grand_exchange_price": "531",
"name": "Menap headgear",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6392"
},
{
- "id": "6394",
- "name": "Menaphite top",
- "examine": "Colourful.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
"ge_buy_limit": "100",
- "remove_sleeves": "true",
+ "grand_exchange_price": "531",
+ "durability": null,
+ "name": "Menap headgear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6393"
+ },
+ {
"shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "6395",
- "name": "Menaphite top",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "Colourful.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "650",
+ "name": "Menaphite top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6394"
},
{
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "650",
+ "durability": null,
+ "name": "Menaphite top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6395"
+ },
+ {
+ "shop_price": "40",
+ "ge_buy_limit": "100",
+ "examine": "A cool light Menaphite robe.",
+ "grand_exchange_price": "440",
+ "durability": null,
+ "name": "Menaphite robe",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
"id": "6396",
- "name": "Menaphite robe",
- "examine": "A cool light Menaphite robe.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "40",
- "tradeable": "true"
+ "equipment_slot": "7"
},
{
- "id": "6397",
- "name": "Menaphite robe",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "440",
+ "durability": null,
+ "name": "Menaphite robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6397"
},
{
- "id": "6398",
- "name": "Menap action kilt",
- "examine": "Look at those nobbily knees.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
"shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "6399",
+ "ge_buy_limit": "100",
+ "examine": "Look at those nobbily knees.",
+ "grand_exchange_price": "246",
+ "durability": null,
"name": "Menap action kilt",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6398",
+ "equipment_slot": "7"
},
{
- "id": "6400",
- "name": "Menap headgear",
- "examine": "Good for keeping the sun off my neck.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
"ge_buy_limit": "100",
+ "grand_exchange_price": "246",
+ "durability": null,
+ "name": "Menap action kilt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6399"
+ },
+ {
"remove_head": "true",
"shop_price": "35",
- "tradeable": "true"
- },
- {
- "id": "6401",
+ "ge_buy_limit": "100",
+ "examine": "Good for keeping the sun off my neck.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "equipment_slot": "0",
+ "grand_exchange_price": "484",
"name": "Menap headgear",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6400"
},
{
- "id": "6402",
- "name": "Menaphite top",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "484",
+ "durability": null,
+ "name": "Menap headgear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6401"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
"examine": "Colourful.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
"equipment_slot": "4",
- "ge_buy_limit": "100",
"remove_sleeves": "true",
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "6403",
+ "grand_exchange_price": "557",
"name": "Menaphite top",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6402"
},
{
- "id": "6404",
- "name": "Menaphite robe",
- "examine": "A cool light Menaphite robe.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
"ge_buy_limit": "100",
+ "grand_exchange_price": "557",
+ "durability": null,
+ "name": "Menaphite top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6403"
+ },
+ {
"shop_price": "40",
- "tradeable": "true"
- },
- {
- "id": "6405",
+ "ge_buy_limit": "100",
+ "examine": "A cool light Menaphite robe.",
+ "grand_exchange_price": "449",
+ "durability": null,
"name": "Menaphite robe",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6404",
+ "equipment_slot": "7"
},
{
- "id": "6406",
- "name": "Menap action kilt",
- "examine": "Look at those nobbily knees.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
"ge_buy_limit": "100",
+ "grand_exchange_price": "449",
+ "durability": null,
+ "name": "Menaphite robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6405"
+ },
+ {
"shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "6407",
+ "ge_buy_limit": "100",
+ "examine": "Look at those nobbily knees.",
+ "grand_exchange_price": "236",
+ "durability": null,
"name": "Menap action kilt",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6406",
+ "equipment_slot": "7"
},
{
- "id": "6408",
- "name": "Oak blackjack(o)",
- "examine": "An offensive blackjack.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,4,0,0,0,0,0,0,0,0,4,0,0,0",
- "durability": null,
- "equipment_slot": "3",
"ge_buy_limit": "100",
+ "grand_exchange_price": "236",
+ "durability": null,
+ "name": "Menap action kilt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6407"
+ },
+ {
"requirements": "{17,10}-{0,10}",
"shop_price": "400",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "1"
- },
- {
- "id": "6409",
- "name": "Oak blackjack(o)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6410",
- "name": "Oak blackjack(d)",
- "examine": "An defensive blackjack.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{17,10}-{1,10}",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "1"
- },
- {
- "id": "6411",
- "name": "Oak blackjack(d)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6412",
- "name": "Willow blackjack(o)",
"examine": "An offensive blackjack.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,8,0,0,0,0,0,0,0,0,8,0,0,0",
"durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "1",
+ "attack_speed": "4",
+ "weapon_interface": "10",
"equipment_slot": "3",
+ "grand_exchange_price": "852",
+ "name": "Oak blackjack(o)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6408",
+ "bonuses": "0,0,4,0,0,0,0,0,0,0,0,4,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "852",
+ "durability": null,
+ "name": "Oak blackjack(o)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6409"
+ },
+ {
+ "requirements": "{17,10}-{1,10}",
+ "ge_buy_limit": "100",
+ "examine": "An defensive blackjack.",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "1",
+ "attack_speed": "4",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "818",
+ "name": "Oak blackjack(d)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6410",
+ "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "818",
+ "durability": null,
+ "name": "Oak blackjack(d)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6411"
+ },
+ {
"requirements": "{17,20}-{0,20}",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "An offensive blackjack.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "attack_speed": "4",
"weapon_interface": "10",
- "weight": "1"
- },
- {
- "id": "6413",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1418",
"name": "Willow blackjack(o)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6414",
- "name": "Willow blackjack(d)",
- "examine": "A defensive blackjack.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,8,0,0,0,8,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{17,20}-{1,20}",
"tradeable": "true",
- "weapon_interface": "10",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "6412",
+ "bonuses": "0,0,8,0,0,0,0,0,0,0,0,8,0,0,0"
},
{
- "id": "6415",
- "name": "Willow blackjack(d)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "1418",
+ "durability": null,
+ "name": "Willow blackjack(o)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6413"
},
{
- "id": "6416",
- "name": "Maple blackjack",
- "examine": "A solid bit of maple.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
+ "requirements": "{17,20}-{1,20}",
+ "ge_buy_limit": "100",
+ "examine": "A defensive blackjack.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,20,0,0,0",
- "defence_anim": "425",
- "durability": null,
+ "weapon_interface": "10",
"equipment_slot": "3",
+ "grand_exchange_price": "1285",
+ "name": "Willow blackjack(d)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6414",
+ "bonuses": "0,0,0,0,0,0,0,8,0,0,0,8,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "1285",
+ "durability": null,
+ "name": "Willow blackjack(d)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6415"
+ },
+ {
"requirements": "{17,30}",
"shop_price": "1200",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "1.8"
- },
- {
- "id": "6417",
- "name": "Maple blackjack",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6418",
- "name": "Maple blackjack(o)",
- "examine": "An offensive blackjack.",
- "archery_ticket_price": "0",
+ "examine": "A solid bit of maple.",
+ "durability": null,
+ "low_alchemy": "480",
+ "high_alchemy": "720",
+ "weight": "1.8",
"attack_speed": "4",
- "bonuses": "0,0,24,0,0,0,0,0,0,0,0,20,0,0,0",
- "durability": null,
+ "weapon_interface": "10",
"equipment_slot": "3",
+ "grand_exchange_price": "1432",
+ "name": "Maple blackjack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6416",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,20,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "1432",
+ "durability": null,
+ "name": "Maple blackjack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6417"
+ },
+ {
"requirements": "{17,30}-{0,30}",
"shop_price": "1600",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "1"
- },
- {
- "id": "6419",
- "name": "Maple blackjack(o)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6420",
- "name": "Maple blackjack(d)",
- "examine": "A defensive blackjack.",
- "archery_ticket_price": "0",
+ "examine": "An offensive blackjack.",
+ "durability": null,
+ "low_alchemy": "640",
+ "high_alchemy": "960",
+ "weight": "1",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,24,0,0,0,20,0,0,0",
- "durability": null,
+ "weapon_interface": "10",
"equipment_slot": "3",
+ "grand_exchange_price": "2079",
+ "name": "Maple blackjack(o)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6418",
+ "bonuses": "0,0,24,0,0,0,0,0,0,0,0,20,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "2079",
+ "durability": null,
+ "name": "Maple blackjack(o)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6419"
+ },
+ {
"requirements": "{17,30}-{1,30}",
"shop_price": "952",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "1"
- },
- {
- "id": "6421",
- "name": "Maple blackjack(d)",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6422",
- "name": "Air rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
+ "examine": "A defensive blackjack.",
"durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "6423",
- "name": "Air rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6424",
- "name": "Water rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "6425",
- "name": "Water rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6426",
- "name": "Earth rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "6427",
- "name": "Earth rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6428",
- "name": "Fire rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "6429",
- "name": "Fire rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6430",
- "name": "Chaos rune",
- "examine": "Used for small missile spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "140",
- "tradeable": "true"
- },
- {
- "id": "6431",
- "name": "Chaos rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6432",
- "name": "Death rune",
- "examine": "Used for medium missile spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "310",
- "tradeable": "true"
- },
- {
- "id": "6433",
- "name": "Death rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6434",
- "name": "Law rune",
- "examine": "Used for teleport spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "378",
- "tradeable": "true"
- },
- {
- "id": "6435",
- "name": "Law rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6436",
- "name": "Mind rune",
- "examine": "Used for basic missile spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "6437",
- "name": "Mind rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6438",
- "name": "Body rune",
- "examine": "Used for Curse spells",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "16",
- "tradeable": "true"
- },
- {
- "id": "6439",
- "name": "Body rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6448",
- "name": "Spadeful of coke",
- "examine": "A spadeful of refined coal.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "6453",
- "name": "White rose seed",
- "examine": "A white rosebush seed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "28.928"
- },
- {
- "id": "6454",
- "name": "Red rose seed",
- "examine": "A red rosebush seed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6455",
- "name": "Pink rose seed",
- "examine": "A pink rosebush seed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6456",
- "name": "Vine seed",
- "examine": "A grapevine seed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get some more Burthorpe vine seeds from Berald in Taverly.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6457",
- "name": "Delphinium seed",
- "examine": "A delphinium seed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6460",
- "name": "Snowdrop seed",
- "examine": "A snowdrop seed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6461",
- "name": "White tree shoot",
- "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6462",
- "name": "White tree shoot",
- "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6463",
- "name": "White tree shoot",
- "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6464",
- "name": "White tree sapling",
- "examine": "A young White Tree sapling",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "6465",
- "name": "Ring of charos(a)",
- "examine": "The power within this ring has been activated.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.",
- "durability": null,
- "equipment_slot": "12",
- "tradeable": "false"
- },
- {
- "id": "6466",
- "name": "Rune shards",
- "examine": "A rune essence chip that has been broken into shards.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6467",
- "name": "Rune dust",
- "examine": "Crushed rune essence.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6468",
- "name": "Plant cure",
- "examine": "Use this on plants to cure disease.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "25",
- "tradeable": "true"
- },
- {
- "id": "6469",
- "name": "White tree fruit",
- "examine": "Looks delicious.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6470",
- "name": "Compost potion(4)",
- "examine": "Pour this onto compost to make it into super-compost.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6471",
- "name": "Compost potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6472",
- "name": "Compost potion(3)",
- "examine": "Pour this onto compost to make it into super-compost.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6473",
- "name": "Compost potion(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6474",
- "name": "Compost potion(2)",
- "examine": "Pour this onto compost to make it into super-compost.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6475",
- "name": "Compost potion(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6476",
- "name": "Compost potion(1)",
- "examine": "Pour this onto compost to make it into super-compost.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6477",
- "name": "Compost potion(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6478",
- "name": "Trolley",
- "examine": "I can use this to move heavy objects. (or) An empty trolley.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another one from Queen Ellamaria",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "6479",
- "name": "List",
- "examine": "A list of things that I must collect for Queen Ellamaria.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another list from Queen Ellamaria in Varrock",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6522",
- "name": "Toktz-xil-ul",
- "examine": "A razor sharp ring of obsidian.",
- "archery_ticket_price": "0",
- "attack_anims": "2614,2614,2614,2614",
+ "low_alchemy": "640",
+ "high_alchemy": "960",
+ "weight": "1",
"attack_speed": "4",
- "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,49",
- "defence_anim": "424",
- "durability": null,
+ "weapon_interface": "10",
"equipment_slot": "3",
+ "grand_exchange_price": "2407",
+ "name": "Maple blackjack(d)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6420",
+ "bonuses": "0,0,0,0,0,0,0,24,0,0,0,20,0,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "2407",
+ "durability": null,
+ "name": "Maple blackjack(d)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6421"
+ },
+ {
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "9",
+ "durability": null,
+ "name": "Air rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6422"
+ },
+ {
+ "durability": null,
+ "name": "Air rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6423"
+ },
+ {
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Water rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6424"
+ },
+ {
+ "durability": null,
+ "name": "Water rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6425"
+ },
+ {
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Earth rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6426"
+ },
+ {
+ "durability": null,
+ "name": "Earth rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6427"
+ },
+ {
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Fire rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6428"
+ },
+ {
+ "durability": null,
+ "name": "Fire rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6429"
+ },
+ {
+ "shop_price": "140",
+ "examine": "Used for small missile spells.",
+ "grand_exchange_price": "65",
+ "durability": null,
+ "name": "Chaos rune",
+ "tradeable": "true",
+ "low_alchemy": "18",
+ "high_alchemy": "28",
+ "archery_ticket_price": "0",
+ "id": "6430"
+ },
+ {
+ "durability": null,
+ "name": "Chaos rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6431"
+ },
+ {
+ "shop_price": "310",
+ "examine": "Used for medium missile spells.",
+ "grand_exchange_price": "399",
+ "durability": null,
+ "name": "Death rune",
+ "tradeable": "true",
+ "low_alchemy": "41",
+ "high_alchemy": "62",
+ "archery_ticket_price": "0",
+ "id": "6432"
+ },
+ {
+ "durability": null,
+ "name": "Death rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6433"
+ },
+ {
+ "shop_price": "378",
+ "examine": "Used for teleport spells.",
+ "grand_exchange_price": "277",
+ "durability": null,
+ "name": "Law rune",
+ "tradeable": "true",
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "archery_ticket_price": "0",
+ "id": "6434"
+ },
+ {
+ "durability": null,
+ "name": "Law rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6435"
+ },
+ {
+ "shop_price": "17",
+ "examine": "Used for basic missile spells.",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Mind rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6436"
+ },
+ {
+ "durability": null,
+ "name": "Mind rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6437"
+ },
+ {
+ "shop_price": "16",
+ "examine": "Used for Curse spells",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Body rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6438"
+ },
+ {
+ "durability": null,
+ "name": "Body rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6439"
+ },
+ {
+ "examine": "A spadeful of refined coal.",
+ "durability": null,
+ "name": "Spadeful of coke",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "6448"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A white rosebush seed.",
+ "durability": null,
+ "name": "White rose seed",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "28.928",
+ "archery_ticket_price": "0",
+ "id": "6453"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A red rosebush seed.",
+ "durability": null,
+ "name": "Red rose seed",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6454"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A pink rosebush seed.",
+ "durability": null,
+ "name": "Pink rose seed",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6455"
+ },
+ {
+ "destroy_message": "You can get some more Burthorpe vine seeds from Berald in Taverly.",
+ "examine": "A grapevine seed.",
+ "durability": null,
+ "name": "Vine seed",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6456"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A delphinium seed.",
+ "durability": null,
+ "name": "Delphinium seed",
+ "low_alchemy": "1",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6457"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A snowdrop seed.",
+ "durability": null,
+ "name": "Snowdrop seed",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6460"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.",
+ "durability": null,
+ "name": "White tree shoot",
+ "archery_ticket_price": "0",
+ "id": "6461"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.",
+ "durability": null,
+ "name": "White tree shoot",
+ "archery_ticket_price": "0",
+ "id": "6462"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.",
+ "durability": null,
+ "name": "White tree shoot",
+ "archery_ticket_price": "0",
+ "id": "6463"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A young White Tree sapling",
+ "durability": null,
+ "name": "White tree sapling",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "6464"
+ },
+ {
+ "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.",
+ "examine": "Unactivated: The Ring of charos.Activated: The power within this ring has been activated.",
+ "durability": null,
+ "name": "Ring of charos(a)",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6465",
+ "equipment_slot": "12"
+ },
+ {
+ "examine": "A rune essence chip that has been broken into shards.",
+ "durability": null,
+ "name": "Rune shards",
+ "archery_ticket_price": "0",
+ "id": "6466"
+ },
+ {
+ "examine": "Crushed rune essence.",
+ "durability": null,
+ "name": "Rune dust",
+ "archery_ticket_price": "0",
+ "id": "6467"
+ },
+ {
+ "shop_price": "25",
+ "examine": "Use this on plants to cure disease.",
+ "grand_exchange_price": "199",
+ "durability": null,
+ "name": "Plant cure",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "6468"
+ },
+ {
+ "examine": "Looks delicious.",
+ "durability": null,
+ "name": "White tree fruit",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "6469"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Pour this onto compost to make it into super-compost.",
+ "grand_exchange_price": "11500",
+ "durability": null,
+ "name": "Compost potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "archery_ticket_price": "0",
+ "id": "6470"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11500",
+ "durability": null,
+ "name": "Compost potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6471"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Pour this onto compost to make it into super-compost.",
+ "grand_exchange_price": "6804",
+ "durability": null,
+ "name": "Compost potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "archery_ticket_price": "0",
+ "id": "6472"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6804",
+ "durability": null,
+ "name": "Compost potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6473"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Pour this onto compost to make it into super-compost.",
+ "grand_exchange_price": "3338",
+ "durability": null,
+ "name": "Compost potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "archery_ticket_price": "0",
+ "id": "6474"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3338",
+ "durability": null,
+ "name": "Compost potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6475"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Pour this onto compost to make it into super-compost.",
+ "grand_exchange_price": "1734",
+ "durability": null,
+ "name": "Compost potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "archery_ticket_price": "0",
+ "id": "6476"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1734",
+ "durability": null,
+ "name": "Compost potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6477"
+ },
+ {
+ "destroy_message": "You can get another one from Queen Ellamaria",
+ "examine": "I can use this to move heavy objects. (or) An empty trolley.",
+ "durability": null,
+ "name": "Trolley",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "6478"
+ },
+ {
+ "destroy_message": "You can get another list from Queen Ellamaria in Varrock",
+ "examine": "A list of things that I must collect for Queen Ellamaria.",
+ "durability": null,
+ "name": "List",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6479"
+ },
+ {
"requirements": "{4,60}",
"shop_price": "375",
+ "ge_buy_limit": "100",
+ "examine": "A razor sharp ring of obsidian.",
+ "durability": null,
"tokkul_price": "375",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "attack_speed": "4",
+ "weapon_interface": "18",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "2614,2614,2614,2614",
+ "grand_exchange_price": "340",
+ "name": "Toktz-xil-ul",
"tradeable": "true",
- "weapon_interface": "18"
+ "archery_ticket_price": "0",
+ "id": "6522",
+ "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,49"
},
{
- "id": "6523",
- "name": "Toktz-xil-ak",
- "examine": "A razor sharp sword of obsidian.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "4",
- "bonuses": "47,38,-2,0,0,2,3,0,0,0,0,49,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
"requirements": "{0,60}",
"shop_price": "60000",
+ "ge_buy_limit": "10",
+ "examine": "A razor sharp sword of obsidian.",
+ "durability": null,
"tokkul_price": "60000",
- "tradeable": "true",
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "1.8",
+ "attack_speed": "4",
"weapon_interface": "5",
- "weight": "1.8"
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "30200",
+ "name": "Toktz-xil-ak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6523",
+ "bonuses": "47,38,-2,0,0,2,3,0,0,0,0,49,0,0,0"
},
{
- "id": "6524",
- "name": "Toktz-ket-xil",
- "examine": "A spiked shield of Obsidian.",
- "absorb": "5,0,11",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-12,-8,40,42,38,0,65,60,5,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "10",
"requirements": "{1,60}",
"shop_price": "67500",
+ "ge_buy_limit": "10",
+ "examine": "A spiked shield of Obsidian.",
+ "durability": null,
"tokkul_price": "67500",
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "weight": "3.6",
+ "absorb": "5,0,11",
+ "equipment_slot": "5",
+ "grand_exchange_price": "34700",
+ "name": "Toktz-ket-xil",
"tradeable": "true",
- "weight": "3.6"
+ "archery_ticket_price": "0",
+ "id": "6524",
+ "bonuses": "0,0,0,-12,-8,40,42,38,0,65,60,5,0,0,0"
},
{
- "id": "6525",
- "name": "Toktz-xil-ek",
- "examine": "A large knife of Obsidian.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "4",
- "bonuses": "16,48,0,0,0,0,0,0,0,0,0,39,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "2584",
"requirements": "{0,60}",
"shop_price": "37500",
+ "ge_buy_limit": "10",
+ "examine": "A large knife of Obsidian.",
+ "durability": null,
"tokkul_price": "37500",
- "tradeable": "true",
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "weight": "0.4",
+ "attack_speed": "4",
"weapon_interface": "6",
- "weight": "0.4"
- },
- {
- "id": "6526",
- "name": "Toktz-mej-tal",
- "examine": "A staff of obsidian.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "6",
- "bonuses": "15,-1,55,15,0,10,15,5,15,0,0,55,5,0,0",
+ "render_anim": "2584",
"defence_anim": "397",
- "durability": null,
"equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "28",
- "requirements": "{0,60}-{6,60}",
- "run_anim": "1210",
- "shop_price": "52500",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tokkul_price": "52500",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "16900",
+ "name": "Toktz-xil-ek",
"tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "6525",
+ "bonuses": "16,48,0,0,0,0,0,0,0,0,0,39,0,0,0"
},
{
- "id": "6527",
- "name": "Tzhaar-ket-em",
- "examine": "A mace of obsidian.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "5",
- "bonuses": "-4,-4,62,0,0,0,0,0,0,0,0,56,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
"ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "A staff of obsidian.",
+ "walk_anim": "1205",
+ "tokkul_price": "52500",
+ "low_alchemy": "14000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "26300",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6526",
+ "stand_turn_anim": "1209",
+ "bonuses": "15,-1,55,15,0,10,15,5,15,0,0,55,5,0,0",
+ "requirements": "{0,60}-{6,60}",
+ "shop_price": "52500",
+ "durability": null,
+ "high_alchemy": "21000",
+ "weight": "1",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "name": "Toktz-mej-tal"
+ },
+ {
"requirements": "{0,60}",
"shop_price": "45000",
+ "ge_buy_limit": "10",
+ "examine": "A mace of obsidian.",
+ "durability": null,
"tokkul_price": "45000",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "1.8"
- },
- {
- "id": "6528",
- "name": "Tzhaar-ket-om",
- "examine": "A maul of obsidian.",
- "archery_ticket_price": "0",
- "attack_anims": "2661,2661,2661,2661",
- "attack_audios": "2520,0,0,0",
- "attack_speed": "7",
- "bonuses": "0,0,80,-4,0,0,0,0,0,0,0,85,0,0,0",
- "defence_anim": "1666",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "27",
- "requirements": "{2,60}",
- "run_anim": "1664",
- "shop_price": "75000",
- "stand_anim": "1662",
- "stand_turn_anim": "823",
- "tokkul_price": "75000",
- "tradeable": "true",
- "turn180_anim": "1663",
- "turn90ccw_anim": "1663",
- "turn90cw_anim": "1663",
- "two_handed": "true",
- "walk_anim": "1663",
- "weapon_interface": "10",
- "weight": "3.6"
- },
- {
- "id": "6529",
- "name": "Tokkul",
- "examine": "It's a Token of some kind made from Obsidian.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6535",
- "name": "Toktz-xil-ak",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6536",
- "name": "Toktz-ket-xil",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6537",
- "name": "Toktz-xil-ek",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6538",
- "name": "Toktz-mej-tal",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6539",
- "name": "Tzhaar-ket-em",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6540",
- "name": "Tzhaar-ket-om",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6541",
- "name": "Mouse toy",
- "examine": "An Advanced Combat Training Device.",
- "archery_ticket_price": "0",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get a replacement mouse toy by speaking to Bob, the Jagex cat.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false",
- "weapon_interface": "12",
- "weight": "0.1"
- },
- {
- "id": "6542",
- "name": "Present",
- "examine": "Thanks for all your help! Love, Bob & Neite.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will not get a replacement for the present. Open it for your reward.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6543",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6544",
- "name": "Catspeak amulet(e)",
- "examine": "It's an amulet of cat speak. It makes vague purring noises.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Amulet of Catspeak from the Sphinx in Sophanem.",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "6545",
- "name": "Chores",
- "examine": "A list of chores that Bob gave you to do.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You have completed the chores; you can safely destroy the list.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6546",
- "name": "Recipe",
- "examine": "It says on the back 'My favourite recipe.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You found the recipe in Unferth's bookcase, which is in his Burthorpe house, you will be able to get a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6547",
- "name": "Doctors hat",
- "examine": "A mirror helps reflect light on the subject.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Doctor's hat from the Apothecary in Varrock.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false"
- },
- {
- "id": "6548",
- "name": "Nurse hat",
- "examine": "A nurse's hat, but does it have healing powers?",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Nurse's hat from the Apothecary in Varrock.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false"
- },
- {
- "id": "6549",
- "name": "Lazy cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6550",
- "name": "Lazy cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6551",
- "name": "Lazy cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6552",
- "name": "Lazy cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6553",
- "name": "Lazy cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6554",
- "name": "Lazy cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6555",
- "name": "Wily cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6556",
- "name": "Wily cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6557",
- "name": "Wily cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6558",
- "name": "Wily cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6559",
- "name": "Wily cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6560",
- "name": "Wily cat",
- "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6562",
- "name": "Mud battlestaff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "weight": "1.8",
"attack_speed": "5",
- "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "render_anim": "28",
- "requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "6563",
- "name": "Mystic mud staff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "28",
- "requirements": "{0,40}-{6,40}",
- "run_anim": "1210",
- "shop_price": "40000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "6564",
- "name": "Onyx ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6565",
- "name": "Onyx necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6566",
- "name": "Onyx amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6568",
- "name": "Obsidian cape",
- "examine": "A cape woven of obsidian plates.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "lendable": "true",
- "shop_price": "90000",
- "tokkul_price": "90000",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "6569",
- "name": "Obsidian cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6570",
- "name": "Fire cape",
- "examine": "A cape of fire.",
- "archery_ticket_price": "0",
- "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0",
- "durability": null,
- "equipment_slot": "1",
- "tradeable": "false",
- "weight": "1.8"
- },
- {
- "id": "6571",
- "name": "Uncut onyx",
- "examine": "An uncut onyx.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2700000",
- "tokkul_price": "300000",
- "tradeable": "true"
- },
- {
- "id": "6572",
- "name": "Uncut onyx",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6573",
- "name": "Onyx",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6574",
- "name": "Onyx",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6575",
- "name": "Onyx ring",
- "examine": "A valuable ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6576",
- "name": "Onyx ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6577",
- "name": "Onyx necklace",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6578",
- "name": "Onyx necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6579",
- "name": "Onyx amulet",
- "examine": "It needs a string so I can wear it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6580",
- "name": "Onyx amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6581",
- "name": "Onyx amulet",
- "examine": "I wonder if I can get this enchanted.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6582",
- "name": "Onyx amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6583",
- "name": "Ring of stone",
- "examine": "An enchanted ring.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6584",
- "name": "Ring of stone",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6585",
- "name": "Amulet of fury",
- "examine": "A very powerful onyx amulet.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,5,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "6586",
- "name": "Amulet of fury",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6587",
- "name": "White claws",
- "examine": "A set of fighting claws.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,390,390",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,1,0,0",
+ "weapon_interface": "10",
"defence_anim": "397",
- "durability": null,
- "equip_audio": "1003",
"equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "22600",
+ "name": "Tzhaar-ket-em",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6527",
+ "bonuses": "-4,-4,62,0,0,0,0,0,0,0,0,56,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1663",
+ "examine": "A maul of obsidian.",
+ "walk_anim": "1663",
+ "tokkul_price": "75000",
+ "low_alchemy": "20000",
+ "turn90ccw_anim": "1663",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1663",
+ "defence_anim": "1666",
+ "equipment_slot": "3",
+ "attack_anims": "2661,2661,2661,2661",
+ "grand_exchange_price": "31000",
+ "stand_anim": "1662",
+ "tradeable": "true",
+ "run_anim": "1664",
+ "archery_ticket_price": "0",
+ "id": "6528",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,80,-4,0,0,0,0,0,0,0,85,0,0,0",
+ "requirements": "{2,60}",
+ "shop_price": "75000",
+ "durability": null,
+ "high_alchemy": "30000",
+ "weight": "3.6",
+ "weapon_interface": "10",
+ "render_anim": "27",
+ "attack_audios": "2520,0,0,0",
+ "name": "Tzhaar-ket-om"
+ },
+ {
+ "examine": "It's a Token of some kind made from Obsidian.",
+ "durability": null,
+ "name": "Tokkul",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "6529"
+ },
+ {
+ "durability": null,
+ "name": "Toktz-xil-ak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6535"
+ },
+ {
+ "durability": null,
+ "name": "Toktz-ket-xil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6536"
+ },
+ {
+ "durability": null,
+ "name": "Toktz-xil-ek",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6537"
+ },
+ {
+ "durability": null,
+ "name": "Toktz-mej-tal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6538"
+ },
+ {
+ "durability": null,
+ "name": "Tzhaar-ket-em",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6539"
+ },
+ {
+ "durability": null,
+ "name": "Tzhaar-ket-om",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6540"
+ },
+ {
+ "destroy_message": "You can get a replacement mouse toy by speaking to Bob, the Jagex cat.",
+ "examine": "An Advanced Combat Training Device.",
+ "durability": null,
+ "name": "Mouse toy",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "6541",
+ "weapon_interface": "12",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You will not get a replacement for the present. Open it for your reward.",
+ "examine": "Thanks for all your help! Love, Bob & Neite.",
+ "durability": null,
+ "name": "Present",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6542"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6543"
+ },
+ {
+ "destroy_message": "You can get another Amulet of Catspeak from the Sphinx in Sophanem.",
+ "examine": "It's an amulet of cat speak. It makes vague purring noises.",
+ "durability": null,
+ "name": "Catspeak amulet(e)",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6544",
+ "equipment_slot": "2"
+ },
+ {
+ "destroy_message": "You have completed the chores; you can safely destroy the list.",
+ "examine": "A list of chores that Bob gave you to do.",
+ "durability": null,
+ "name": "Chores",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6545"
+ },
+ {
+ "destroy_message": "You found the recipe in Unferth's bookcase, which is in his Burthorpe house, you will be able to get a replacement.",
+ "examine": "It says on the back 'My favourite recipe.",
+ "durability": null,
+ "name": "Recipe",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6546"
+ },
+ {
+ "destroy_message": "You can get another Doctor's hat from the Apothecary in Varrock.",
+ "examine": "A mirror helps reflect light on the subject.",
+ "durability": null,
+ "name": "Doctors hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6547",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can get another Nurse's hat from the Apothecary in Varrock.",
+ "examine": "A nurse's hat, but does it have healing powers?",
+ "durability": null,
+ "name": "Nurse hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6548",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Lazy cat",
+ "archery_ticket_price": "0",
+ "id": "6549"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Lazy cat",
+ "archery_ticket_price": "0",
+ "id": "6550"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Lazy cat",
+ "archery_ticket_price": "0",
+ "id": "6551"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Lazy cat",
+ "archery_ticket_price": "0",
+ "id": "6552"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Lazy cat",
+ "archery_ticket_price": "0",
+ "id": "6553"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Lazy cat",
+ "archery_ticket_price": "0",
+ "id": "6554"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Wily cat",
+ "archery_ticket_price": "0",
+ "id": "6555"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Wily cat",
+ "archery_ticket_price": "0",
+ "id": "6556"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Wily cat",
+ "archery_ticket_price": "0",
+ "id": "6557"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Wily cat",
+ "archery_ticket_price": "0",
+ "id": "6558"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Wily cat",
+ "archery_ticket_price": "0",
+ "id": "6559"
+ },
+ {
+ "examine": "Inventory: Wild. (wily)Lethargic. (lazy)",
+ "durability": null,
+ "name": "Wily cat",
+ "archery_ticket_price": "0",
+ "id": "6560"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "rare_item": "true",
+ "low_alchemy": "6800",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "368700",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6562",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
+ "requirements": "{0,30}-{6,30}",
+ "durability": null,
+ "high_alchemy": "10200",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Mud battlestaff"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "18000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "423100",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6563",
+ "stand_turn_anim": "1209",
+ "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
+ "requirements": "{0,40}-{6,40}",
+ "shop_price": "40000",
+ "durability": null,
+ "high_alchemy": "27000",
+ "weight": "2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Mystic mud staff"
+ },
+ {
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "6609743",
+ "durability": null,
+ "name": "Onyx ring",
+ "tradeable": "true",
+ "low_alchemy": "80400",
+ "high_alchemy": "120600",
+ "archery_ticket_price": "0",
+ "id": "6564"
+ },
+ {
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "4501000",
+ "durability": null,
+ "name": "Onyx necklace",
+ "tradeable": "true",
+ "low_alchemy": "80400",
+ "high_alchemy": "120600",
+ "archery_ticket_price": "0",
+ "id": "6565"
+ },
+ {
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "9058124",
+ "durability": null,
+ "name": "Onyx amulet",
+ "tradeable": "true",
+ "low_alchemy": "80800",
+ "high_alchemy": "121200",
+ "archery_ticket_price": "0",
+ "id": "6566"
+ },
+ {
+ "shop_price": "90000",
"ge_buy_limit": "100",
- "render_anim": "2583",
+ "examine": "A cape woven of obsidian plates.",
+ "durability": null,
+ "tokkul_price": "90000",
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "weight": "1.8",
+ "equipment_slot": "1",
+ "lendable": "true",
+ "grand_exchange_price": "42000",
+ "name": "Obsidian cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6568",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "42000",
+ "durability": null,
+ "name": "Obsidian cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6569"
+ },
+ {
+ "examine": "A cape of fire.",
+ "durability": null,
+ "name": "Fire cape",
+ "tradeable": "false",
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "6570",
+ "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "2700000",
+ "ge_buy_limit": "100",
+ "examine": "An uncut onyx.",
+ "grand_exchange_price": "10700000",
+ "tokkul_price": "300000",
+ "durability": null,
+ "name": "Uncut onyx",
+ "tradeable": "true",
+ "low_alchemy": "120000",
+ "high_alchemy": "180000",
+ "archery_ticket_price": "0",
+ "id": "6571"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10700000",
+ "durability": null,
+ "name": "Uncut onyx",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6572"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This looks valuable.",
+ "grand_exchange_price": "10700000",
+ "durability": null,
+ "name": "Onyx",
+ "tradeable": "true",
+ "low_alchemy": "120000",
+ "high_alchemy": "180000",
+ "archery_ticket_price": "0",
+ "id": "6573"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10700000",
+ "durability": null,
+ "name": "Onyx",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6574"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A valuable ring.",
+ "grand_exchange_price": "11900000",
+ "durability": null,
+ "name": "Onyx ring",
+ "tradeable": "true",
+ "low_alchemy": "80400",
+ "high_alchemy": "120600",
+ "archery_ticket_price": "0",
+ "id": "6575",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11900000",
+ "durability": null,
+ "name": "Onyx ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6576"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "4500000",
+ "durability": null,
+ "name": "Onyx necklace",
+ "tradeable": "true",
+ "low_alchemy": "80400",
+ "high_alchemy": "120600",
+ "archery_ticket_price": "0",
+ "id": "6577",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4500000",
+ "durability": null,
+ "name": "Onyx necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6578"
+ },
+ {
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "9058124",
+ "durability": null,
+ "name": "Onyx amulet",
+ "tradeable": "true",
+ "low_alchemy": "80800",
+ "high_alchemy": "121200",
+ "archery_ticket_price": "0",
+ "id": "6579"
+ },
+ {
+ "durability": null,
+ "name": "Onyx amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6580"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I wonder if I can get this enchanted.",
+ "grand_exchange_price": "10900000",
+ "durability": null,
+ "name": "Onyx amulet",
+ "tradeable": "true",
+ "low_alchemy": "80800",
+ "high_alchemy": "121200",
+ "archery_ticket_price": "0",
+ "id": "6581",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10900000",
+ "durability": null,
+ "name": "Onyx amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6582"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An enchanted ring.",
+ "grand_exchange_price": "803700",
+ "durability": null,
+ "name": "Ring of stone",
+ "tradeable": "true",
+ "low_alchemy": "80800",
+ "high_alchemy": "121200",
+ "archery_ticket_price": "0",
+ "id": "6583",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "803700",
+ "durability": null,
+ "name": "Ring of stone",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6584"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A very powerful onyx amulet.",
+ "durability": null,
+ "low_alchemy": "80800",
+ "high_alchemy": "121200",
+ "equipment_slot": "2",
+ "lendable": "true",
+ "grand_exchange_price": "9200000",
+ "name": "Amulet of fury",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6585",
+ "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,5,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9200000",
+ "durability": null,
+ "name": "Amulet of fury",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6586"
+ },
+ {
"requirements": "{0,10}-{5,10}",
"shop_price": "360",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "A set of fighting claws.",
+ "durability": null,
+ "low_alchemy": "144",
+ "high_alchemy": "216",
+ "attack_speed": "4",
"two_handed": "true",
- "weapon_interface": "9"
- },
- {
- "id": "6588",
- "name": "White claws",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6589",
- "name": "White battleaxe",
- "examine": "A vicious looking axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,1,0,0",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
"defence_anim": "397",
- "durability": null,
- "equip_audio": "2232",
"equipment_slot": "3",
+ "attack_anims": "390,390,390,390",
+ "grand_exchange_price": "1013",
+ "name": "White claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6587",
+ "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,1,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "render_anim": "2586",
+ "grand_exchange_price": "1013",
+ "durability": null,
+ "name": "White claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6588"
+ },
+ {
"requirements": "{0,10}-{5,10}",
"shop_price": "1248",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "A vicious looking axe.",
+ "durability": null,
+ "low_alchemy": "499",
+ "high_alchemy": "748",
+ "weight": "2.7",
+ "attack_speed": "6",
"weapon_interface": "2",
- "weight": "2.7"
- },
- {
- "id": "6590",
- "name": "White battleaxe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6591",
- "name": "White dagger",
- "examine": "A vicious white dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,400,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,10}-{5,10}",
- "shop_price": "240",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "6592",
- "name": "White dagger",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6593",
- "name": "White dagger(p)",
- "examine": "A vicious white dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,10}-{5,10}",
- "shop_price": "240",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "6594",
- "name": "White dagger(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6595",
- "name": "White dagger(p+)",
- "examine": "A vicious white dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,10}-{5,10}",
- "shop_price": "240",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "6596",
- "name": "White dagger(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6597",
- "name": "White dagger(p++)",
- "examine": "A vicious white dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "2584",
- "requirements": "{0,10}-{5,10}",
- "shop_price": "240",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "6598",
- "name": "White dagger(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6599",
- "name": "White halberd",
- "examine": "A white halberd.",
- "archery_ticket_price": "0",
- "attack_anims": "440,440,412,440",
- "attack_speed": "7",
- "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,1,0,0",
- "defence_anim": "430",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,10}-{2,5}",
- "run_anim": "1210",
- "shop_price": "1920",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "15",
- "weight": "3.1"
- },
- {
- "id": "6600",
- "name": "White halberd",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6601",
- "name": "White mace",
- "examine": "A spiky mace.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,3,0,0",
+ "render_anim": "2586",
"defence_anim": "397",
- "durability": null,
- "equip_audio": "2246",
"equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "1459",
+ "name": "White battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6589",
+ "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,1,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "1459",
+ "durability": null,
+ "name": "White battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6590"
+ },
+ {
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "240",
+ "ge_buy_limit": "100",
+ "examine": "A vicious white dagger.",
+ "durability": null,
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,400,400",
+ "grand_exchange_price": "479",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "White dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6591",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "479",
+ "durability": null,
+ "name": "White dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6592"
+ },
+ {
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "240",
+ "ge_buy_limit": "100",
+ "examine": "A vicious white dagger.",
+ "durability": null,
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "497",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "White dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6593",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "497",
+ "durability": null,
+ "name": "White dagger(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6594"
+ },
+ {
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "240",
+ "ge_buy_limit": "100",
+ "examine": "A vicious white dagger.",
+ "durability": null,
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "982",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "White dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6595",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "982",
+ "durability": null,
+ "name": "White dagger(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6596"
+ },
+ {
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "240",
+ "ge_buy_limit": "100",
+ "examine": "A vicious white dagger.",
+ "durability": null,
+ "low_alchemy": "96",
+ "high_alchemy": "144",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "equipment_slot": "3",
+ "grand_exchange_price": "8422",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "White dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6597",
+ "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8422",
+ "durability": null,
+ "name": "White dagger(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6598"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A white halberd.",
+ "walk_anim": "1205",
+ "low_alchemy": "768",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "430",
+ "equipment_slot": "3",
+ "attack_anims": "440,440,412,440",
+ "grand_exchange_price": "1834",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6599",
+ "stand_turn_anim": "1209",
+ "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,1,0,0",
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "1920",
+ "durability": null,
+ "high_alchemy": "1152",
+ "weight": "3.1",
+ "weapon_interface": "15",
+ "render_anim": "28",
+ "name": "White halberd"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1834",
+ "durability": null,
+ "name": "White halberd",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6600"
+ },
+ {
"requirements": "{0,10}-{5,10}",
"shop_price": "432",
- "tradeable": "true",
- "weapon_interface": "8",
- "weight": "1.8"
- },
- {
- "id": "6602",
- "name": "White mace",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6603",
- "name": "White magic staff",
- "examine": "A Magical staff.",
- "archery_ticket_price": "0",
- "attack_audios": "2555,0,0,0",
- "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,1,0,0",
+ "examine": "A spiky mace.",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,10}-{5,10}",
- "run_anim": "1210",
- "shop_price": "200",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "6604",
- "name": "White magic staff",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6605",
- "name": "White sword",
- "examine": "A razor sharp sword.",
- "archery_ticket_price": "0",
- "attack_anims": "381,390,390,390",
- "attack_speed": "4",
- "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,1,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1381",
- "requirements": "{0,10}-{5,10}",
- "run_anim": "824",
- "shop_price": "624",
- "stand_anim": "813",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "5",
- "weight": "1.8"
- },
- {
- "id": "6606",
- "name": "White sword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6607",
- "name": "White longsword",
- "examine": "A razor sharp longsword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
+ "low_alchemy": "172",
+ "high_alchemy": "259",
+ "weight": "1.8",
"attack_speed": "5",
- "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,1,0,0",
+ "weapon_interface": "8",
"defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
"equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
- "requirements": "{0,10}-{5,10}",
- "run_anim": "824",
- "shop_price": "960",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "6608",
- "name": "White longsword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6609",
- "name": "White 2h sword",
- "examine": "A two handed sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "2503,0,2504,0",
- "attack_speed": "7",
- "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,1,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "124",
- "requirements": "{0,10}-{5,10}",
- "run_anim": "7039",
- "shop_price": "1920",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
- "weapon_interface": "7",
- "weight": "3.6"
- },
- {
- "id": "6610",
- "name": "White 2h sword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6611",
- "name": "White scimitar",
- "examine": "A vicious, curved sword.",
- "archery_ticket_price": "0",
"attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,1,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
- "requirements": "{0,10}-{5,10}",
- "run_anim": "824",
- "shop_price": "768",
- "stand_anim": "808",
- "stand_turn_anim": "823",
+ "grand_exchange_price": "481",
+ "name": "White mace",
"tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "6601",
+ "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,3,0,0"
},
{
- "id": "6612",
- "name": "White scimitar",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
+ "grand_exchange_price": "481",
+ "durability": null,
+ "name": "White mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6602"
},
{
- "id": "6613",
- "name": "White warhammer",
- "examine": "I don't think it's intended for joinery.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,1,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2233",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A Magical staff.",
+ "walk_anim": "1205",
+ "low_alchemy": "80",
+ "turn90ccw_anim": "1208",
+ "turn180_anim": "1206",
"equipment_slot": "3",
+ "grand_exchange_price": "650",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6603",
+ "stand_turn_anim": "1209",
+ "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,1,0,0",
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "200",
+ "durability": null,
+ "high_alchemy": "120",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "White magic staff"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "650",
+ "durability": null,
+ "name": "White magic staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6604"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A razor sharp sword.",
+ "walk_anim": "1205",
+ "low_alchemy": "249",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,390,390,390",
+ "grand_exchange_price": "1187",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "6605",
+ "stand_turn_anim": "823",
+ "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,1,0,0",
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "624",
+ "durability": null,
+ "high_alchemy": "374",
+ "weight": "1.8",
+ "weapon_interface": "5",
+ "render_anim": "1381",
+ "name": "White sword"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1187",
+ "durability": null,
+ "name": "White sword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6606"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A razor sharp longsword.",
+ "walk_anim": "819",
+ "low_alchemy": "384",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "2060",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "6607",
+ "stand_turn_anim": "823",
+ "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,1,0,0",
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "960",
+ "durability": null,
+ "high_alchemy": "576",
+ "weight": "1.8",
+ "weapon_interface": "6",
+ "render_anim": "1",
+ "name": "White longsword"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2060",
+ "durability": null,
+ "name": "White longsword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6608"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "7044",
+ "examine": "A two handed sword.",
+ "walk_anim": "7046",
+ "low_alchemy": "768",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "4029",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "6609",
+ "stand_turn_anim": "7040",
+ "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,1,0,0",
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "1920",
+ "durability": null,
+ "high_alchemy": "1152",
+ "weight": "3.6",
+ "weapon_interface": "7",
+ "render_anim": "124",
+ "attack_audios": "2503,0,2504,0",
+ "name": "White 2h sword"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4029",
+ "durability": null,
+ "name": "White 2h sword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6610"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A vicious, curved sword.",
+ "walk_anim": "819",
+ "low_alchemy": "307",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "820",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "1404",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "6611",
+ "stand_turn_anim": "823",
+ "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,1,0,0",
+ "requirements": "{0,10}-{5,10}",
+ "shop_price": "768",
+ "durability": null,
+ "high_alchemy": "460",
+ "weight": "1",
+ "weapon_interface": "6",
+ "render_anim": "1",
+ "attack_audios": "2500,0,2517,0",
+ "name": "White scimitar"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1404",
+ "durability": null,
+ "name": "White scimitar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6612"
+ },
+ {
"requirements": "{0,10}-{5,10}",
"shop_price": "980",
- "tradeable": "true",
+ "ge_buy_limit": "100",
+ "examine": "I don't think it's intended for joinery.",
+ "durability": null,
+ "low_alchemy": "392",
+ "high_alchemy": "588",
+ "weight": "1.8",
+ "attack_speed": "6",
"weapon_interface": "10",
- "weight": "1.8"
- },
- {
- "id": "6614",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "1178",
+ "attack_audios": "2504,0,0,0",
"name": "White warhammer",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6613",
+ "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,1,0,0"
},
{
- "id": "6615",
- "name": "White chainbody",
- "examine": "A series of connected metal rings.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,1,0,0",
- "durability": null,
- "equipment_slot": "4",
"ge_buy_limit": "100",
+ "grand_exchange_price": "1178",
+ "durability": null,
+ "name": "White warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6614"
+ },
+ {
"requirements": "{1,10}-{5,10}",
"shop_price": "1440",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "6616",
- "name": "White chainbody",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6617",
- "name": "White platebody",
- "examine": "Provides excellent protection.",
+ "examine": "A series of connected metal rings.",
+ "durability": null,
+ "low_alchemy": "576",
+ "high_alchemy": "864",
+ "weight": "6.8",
"absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,1,0,0",
- "durability": null,
- "equip_audio": "2239",
"equipment_slot": "4",
+ "grand_exchange_price": "788",
+ "name": "White chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6615",
+ "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,1,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "remove_sleeves": "true",
+ "grand_exchange_price": "788",
+ "durability": null,
+ "name": "White chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6616"
+ },
+ {
"requirements": "{1,10}-{5,10}",
"shop_price": "3840",
- "tradeable": "true",
- "weight": "9.9"
- },
- {
- "id": "6618",
+ "ge_buy_limit": "100",
+ "examine": "Provides excellent protection.",
+ "durability": null,
+ "low_alchemy": "1536",
+ "high_alchemy": "2304",
+ "weight": "9.9",
+ "absorb": "1,0,2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "5837",
"name": "White platebody",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6617",
+ "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,1,0,0"
},
{
- "id": "6619",
- "name": "White boots",
- "examine": "These will protect my feet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,1,0,0",
- "durability": null,
- "equipment_slot": "10",
"ge_buy_limit": "100",
+ "grand_exchange_price": "5837",
+ "durability": null,
+ "name": "White platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6618"
+ },
+ {
"requirements": "{1,10}-{5,10}",
"shop_price": "576",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "6620",
+ "ge_buy_limit": "100",
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "230",
+ "high_alchemy": "345",
+ "weight": "1.3",
+ "equipment_slot": "10",
+ "grand_exchange_price": "1016",
"name": "White boots",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6619",
+ "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,1,0,0"
},
{
- "id": "6621",
- "name": "White med helm",
- "examine": "A medium sized helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,1,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
"ge_buy_limit": "100",
+ "grand_exchange_price": "1016",
+ "durability": null,
+ "name": "White boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6620"
+ },
+ {
"remove_head": "true",
"requirements": "{1,10}-{5,10}",
"shop_price": "576",
- "tradeable": "true",
- "weight": "1.9"
- },
- {
- "id": "6622",
- "name": "White med helm",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6623",
- "name": "White full helm",
- "examine": "A full face helmet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,1,0,0",
+ "examine": "A medium sized helmet.",
"durability": null,
- "equip_audio": "2240",
+ "low_alchemy": "230",
+ "high_alchemy": "345",
+ "weight": "1.9",
"equipment_slot": "0",
+ "grand_exchange_price": "853",
+ "name": "White med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6621",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,1,0,0"
+ },
+ {
"ge_buy_limit": "100",
- "remove_beard": "true",
+ "grand_exchange_price": "853",
+ "durability": null,
+ "name": "White med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6622"
+ },
+ {
"remove_head": "true",
"requirements": "{1,10}-{5,10}",
"shop_price": "1056",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "6624",
+ "ge_buy_limit": "100",
+ "examine": "A full face helmet.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "2.7",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "2624",
"name": "White full helm",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6623",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,1,0,0"
},
{
- "id": "6625",
- "name": "White platelegs",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2624",
+ "durability": null,
+ "name": "White full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6624"
+ },
+ {
+ "requirements": "{1,10}-{5,10}",
+ "shop_price": "1920",
+ "ge_buy_limit": "100",
"examine": "Big, white and heavy looking.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0",
"durability": null,
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "9",
"equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{1,10}-{5,10}",
- "shop_price": "1920",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "6626",
+ "grand_exchange_price": "2115",
"name": "White platelegs",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6625",
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0"
},
{
- "id": "6627",
- "name": "White plateskirt",
- "examine": "Big, white, and heavy looking.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0",
- "durability": null,
- "equipment_slot": "7",
"ge_buy_limit": "100",
+ "grand_exchange_price": "2115",
+ "durability": null,
+ "name": "White platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6626"
+ },
+ {
"requirements": "{1,10}-{5,10}",
"shop_price": "1920",
- "tradeable": "true",
- "weight": "8.1"
- },
- {
- "id": "6628",
+ "ge_buy_limit": "100",
+ "examine": "Big, white, and heavy looking.",
+ "durability": null,
+ "low_alchemy": "768",
+ "high_alchemy": "1152",
+ "weight": "8.1",
+ "equipment_slot": "7",
+ "grand_exchange_price": "2000",
"name": "White plateskirt",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6627",
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0"
},
{
- "id": "6629",
- "name": "White gloves",
- "examine": "These will keep my hands warm!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,1,0,0",
- "durability": null,
- "equipment_slot": "9",
"ge_buy_limit": "100",
+ "grand_exchange_price": "2000",
+ "durability": null,
+ "name": "White plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6628"
+ },
+ {
"requirements": "{1,10}-{5,10}",
"shop_price": "6",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "6630",
+ "ge_buy_limit": "100",
+ "examine": "These will keep my hands warm!",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "2036",
"name": "White gloves",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "6629",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,1,0,0"
},
{
- "id": "6631",
- "name": "White sq shield",
- "examine": "A medium square shield.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,1,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
"ge_buy_limit": "100",
+ "grand_exchange_price": "2036",
+ "durability": null,
+ "name": "White gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6630"
+ },
+ {
"requirements": "{1,10}-{5,10}",
"shop_price": "1152",
- "tradeable": "true",
- "weight": "3.6"
- },
- {
- "id": "6632",
- "name": "White sq shield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6633",
- "name": "White kiteshield",
- "examine": "A large metal shield.",
+ "examine": "A medium square shield.",
+ "durability": null,
+ "low_alchemy": "460",
+ "high_alchemy": "691",
+ "weight": "3.6",
"absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,1,0,0",
- "durability": null,
- "equip_audio": "2245",
"equipment_slot": "5",
+ "grand_exchange_price": "1360",
+ "name": "White sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6631",
+ "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,1,0,0"
+ },
+ {
"ge_buy_limit": "100",
+ "grand_exchange_price": "1360",
+ "durability": null,
+ "name": "White sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6632"
+ },
+ {
"requirements": "{1,10}-{5,10}",
"shop_price": "1632",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "6634",
- "name": "White kiteshield",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6635",
- "name": "Commorb",
- "examine": "A Temple Knight Communication Orb. Top Secret! / Use this to stay in touch with Korasi and Jessika. (A Void Dance version) / Tyr's commorb, given to him by Sir Tiffy. (Tyr's commorb)",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "6636",
- "name": "Solus's hat",
- "examine": "Proof that I have defeated the evil mage Solus.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6637",
- "name": "Dark beast",
- "examine": "From a darker dimension.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null
- },
- {
- "id": "6638",
- "name": "Colour wheel",
- "examine": "A key to the nature of light itself. (Mourning's Ends Part II)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6639",
- "name": "Hand mirror",
- "examine": "A small hand mirror.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Resetting the light maze will generate a new mirror.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6641",
- "name": "Yellow crystal",
- "examine": "A yellow crystal.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Resetting the light maze will generate a new crystal.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6643",
- "name": "Cyan crystal",
- "examine": "A cyan crystal.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Resetting the light maze will generate a new crystal.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6644",
- "name": "Blue crystal",
- "examine": "A blue crystal.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Resetting the light maze will generate a new crystal.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6646",
- "name": "Fractured crystal",
- "examine": "A fractured crystal, one of the edges is clear.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Resetting the light maze will generate a new crystal.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6647",
- "name": "Fractured crystal",
- "examine": "A fractured crystal, one of the edges is clear.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Resetting the light maze will generate a new crystal.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6648",
- "name": "Item list",
- "examine": "It's a list of items I need to collect.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another list from Thorgel.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6649",
- "name": "Edern's journal",
- "examine": "The journal of Nissyen Edern.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6650",
- "name": "Blackened crystal",
- "examine": "A blackened crystal sample.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6651",
- "name": "Newly made crystal",
- "examine": "A newly formed crystal / A warm energy radiates from this crystal.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6652",
- "name": "Newly made crystal",
- "examine": "A newly formed crystal / A warm energy radiates from this crystal.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6653",
- "name": "Crystal trinket",
- "examine": "A small Crystal trinket.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Crystal trinket from Arianwyn in Lletya.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6654",
- "name": "Camo top",
- "examine": "Examine what?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2.7"
- },
- {
- "id": "6655",
- "name": "Camo bottoms",
- "examine": "Examine what?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "weight": "2.2"
- },
- {
- "id": "6656",
- "name": "Camo helmet",
- "examine": "Examine what?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "2.2"
- },
- {
- "id": "6657",
- "name": "Camo top",
- "examine": "Examine what?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2.7"
- },
- {
- "id": "6658",
- "name": "Camo bottoms",
- "examine": "Examine what?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "weight": "2.2"
- },
- {
- "id": "6659",
- "name": "Camo helmet",
- "examine": "Examine what?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "2.2"
- },
- {
- "id": "6660",
- "name": "Fishing explosive",
- "examine": "The jar keeps shaking... I'm scared.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "60"
- },
- {
- "id": "6661",
- "name": "Mogre",
- "examine": "An angry Ogre in a funny hat.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null
- },
- {
- "id": "6662",
- "name": "Broken fishing rod",
- "examine": "This fishing rod seems to have been bitten in half.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6663",
- "name": "Forlorn boot",
- "examine": "It seems someone vacated this boot in a hurry.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6664",
- "name": "Fishing explosive",
- "examine": "The jar keeps shaking... I'm scared.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{18,32}",
- "shop_price": "60"
- },
- {
- "id": "6665",
- "name": "Mudskipper hat",
- "examine": "Fishy, damp and smelly.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "1"
- },
- {
- "id": "6666",
- "name": "Flippers",
- "examine": "Strangely uncomfortable flippers.",
- "archery_ticket_price": "0",
- "bonuses": "-2,-2,-2,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "weight": "2"
- },
- {
- "id": "6667",
- "name": "Fishbowl",
- "examine": "An empty fishbowl.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "6668",
- "name": "Fishbowl",
- "examine": "A fishless fishbowl.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "2.3"
- },
- {
- "id": "6669",
- "name": "Fishbowl",
- "examine": "A fishless fishbowl with some seaweed.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "2.3"
- },
- {
- "id": "6670",
- "name": "Fishbowl",
- "examine": "A fishbowl with a Tiny Bluefish in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "2.3"
- },
- {
- "id": "6671",
- "name": "Fishbowl",
- "examine": "A fishbowl with a Tiny Greenfish in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "2.3"
- },
- {
- "id": "6672",
- "name": "Fishbowl",
- "examine": "A fishbowl with a Tiny Spinefish in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "2.3"
- },
- {
- "id": "6673",
- "name": "Fishbowl and net",
- "examine": "An empty fishbowl in a net.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "6674",
- "name": "Tiny net",
- "examine": "A tiny net for grabbing tiny fish.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "6675",
- "name": "An empty box",
- "examine": "'Ingredients: Ground Guam and Ground Seaweed.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6677",
- "name": "Guam in a box",
- "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6678",
- "name": "Guam in a box?",
- "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6679",
- "name": "Seaweed in a box",
- "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6680",
- "name": "Seaweed in a box?",
- "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6681",
- "name": "Ground guam",
- "examine": "One of the ingredients for making fish food.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6682",
- "name": "Ground guam",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6683",
- "name": "Ground seaweed",
- "examine": "One of the ingredients for making fish food.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6684",
- "name": "Ground seaweed",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6685",
- "name": "Saradomin brew(4)",
- "examine": "A Saradomin Brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6686",
- "name": "Saradomin brew(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6687",
- "name": "Saradomin brew(3)",
- "examine": "A Saradomin Brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6688",
- "name": "Saradomin brew(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6689",
- "name": "Saradomin brew(2)",
- "examine": "A Saradomin Brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6690",
- "name": "Saradomin brew(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6691",
- "name": "Saradomin brew(1)",
- "examine": "A Saradomin Brew.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6692",
- "name": "Saradomin brew(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6693",
- "name": "Crushed nest",
- "examine": "It's a crushed bird's nest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6694",
- "name": "Crushed nest",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6695",
- "name": "Desert lizard",
- "examine": "\"A cold-blooded creature, partial to warmth.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6696",
- "name": "Ice cooler",
- "examine": "Contains ice-cold water.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{22,18}",
- "shop_price": "1"
- },
- {
- "id": "6697",
- "name": "Pat of butter",
- "examine": "A pat of freshly churned butter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "6698",
- "name": "Pat of butter",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6700",
- "name": "Burnt potato",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6701",
- "name": "Baked potato",
- "examine": "It'd taste even better with some toppings.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6702",
- "name": "Baked potato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6703",
- "name": "Potato with butter",
- "examine": "A baked potato with butter.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6704",
- "name": "Potato with butter",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6705",
- "name": "Potato with cheese",
- "examine": "A baked potato with butter and cheese.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "350",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6706",
- "name": "Potato with cheese",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6707",
- "name": "Camulet",
- "examine": "An amulet of Camel-speak. It makes vague braying noises.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "6708",
- "name": "Slayer gloves",
- "examine": "Especially good against diseased arachnids.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0",
- "durability": null,
- "shop_price": "200"
- },
- {
- "id": "6709",
- "name": "Fever spider",
- "examine": "A bunch of legs, eyes and teeth.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null
- },
- {
- "id": "6710",
- "name": "Blindweed seed",
- "examine": "A blindweed seed - plant in a Blindweed patch.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6711",
- "name": "Blindweed",
- "examine": "An inedible, foul smelling herb.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6712",
- "name": "Bucket of water",
- "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "6713",
- "name": "Wrench",
- "examine": "A heavy metal wrench.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6714",
- "name": "Holy wrench",
- "examine": "A shining paragon of wrenchly virtue.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6715",
- "name": "Sluglings",
- "examine": "They look at you balefully. 'Feed us...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6716",
- "name": "Karamthulhu",
- "examine": "A sinister looking squid.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6717",
- "name": "Karamthulhu",
- "examine": "A sinister looking squid.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6718",
- "name": "Fever spider body",
- "examine": "A diseased deceased Fever Spider. Handle with care.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6719",
- "name": "Unsanitary swill",
- "examine": "Sorry, I mean a bucket of 'rum'.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6720",
- "name": "Slayer gloves",
- "examine": "Especially good against diseased arachnids.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{18,42}",
- "shop_price": "200"
- },
- {
- "id": "6721",
- "name": "Rusty scimitar",
- "examine": "A decent enough weapon gone rusty.",
- "archery_ticket_price": "0",
- "attack_audios": "2500,0,2517,0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "6722",
- "name": "Zombie head",
- "examine": "Alas...I hardly knew him.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6723",
- "name": "Fishbowl",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6724",
- "name": "Seercull",
- "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "has_special": "true",
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "2588",
- "requirements": "{4,50}",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1"
- },
- {
- "id": "6725",
- "name": "Seercull",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6726",
- "name": "Mud battlestaff",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6727",
- "name": "Mystic mud staff",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6728",
- "name": "Bonemeal",
- "examine": "A pot of crushed small zombie monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "6729",
- "name": "Dagannoth bones",
- "examine": "These would feed a dogfish for months!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1.5"
- },
- {
- "id": "6730",
- "name": "Dagannoth bones",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6731",
- "name": "Seers ring",
- "examine": "A mysterious ring that can fill the wearer with magical power...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "10",
- "lendable": "true",
- "rare_item": "true",
- "tradeable": "true"
- },
- {
- "id": "6732",
- "name": "Seers ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6733",
- "name": "Archers ring",
- "examine": "A fabled ring that improves the wearer's skill with a bow...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "10",
- "lendable": "true",
- "rare_item": "true",
- "tradeable": "true"
- },
- {
- "id": "6734",
- "name": "Archers ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6735",
- "name": "Warrior ring",
- "examine": "A legendary ring once worn by Fremennik warriors.",
- "archery_ticket_price": "0",
- "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "10",
- "lendable": "true",
- "rare_item": "true",
- "tradeable": "true"
- },
- {
- "id": "6736",
- "name": "Warrior ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6737",
- "name": "Berserker ring",
- "examine": "A ring reputed to bring out a berserk fury in its wearer.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0",
- "durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "10",
- "lendable": "true",
- "rare_item": "true",
- "tradeable": "true"
- },
- {
- "id": "6738",
- "name": "Berserker ring",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6739",
- "name": "Dragon axe",
- "examine": "A very powerful axe.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2498,2498,2497,2498",
- "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2229",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "rare_item": "true",
- "render_anim": "2586",
- "requirements": "{0,60}",
- "tradeable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "6740",
- "name": "Dragon axe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6741",
- "name": "Broken axe",
- "examine": "Bob can fix this broken (metal) axe for me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "2.5"
- },
- {
- "id": "6742",
- "name": "Broken axe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6744",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6745",
- "name": "Silverlight",
- "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "5",
- "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "2554",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "6746",
- "name": "Darklight",
- "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "5",
- "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "2554",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "6747",
- "name": "Demonic sigil mould",
- "examine": "Used to make the sigil of the demon Agrith-Naar.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6748",
- "name": "Demonic sigil",
- "examine": "A sigil used for the summoning of the demon Agrith-Naar.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.8"
- },
- {
- "id": "6749",
- "name": "Demonic tome",
- "examine": "Will this book help in summoning Agrith-Naar?",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.4"
- },
- {
- "id": "6750",
- "name": "Black desert shirt",
- "examine": "A desert shirt stained black with mushroom ink.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
- },
- {
- "id": "6752",
- "name": "Black desert robe",
- "examine": "A desert robe stained black with mushroom ink.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7"
- },
- {
- "id": "6754",
- "name": "Enchanted key",
- "examine": "It changes temperature as I walk. (Meeting History)",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Hopefully Erin has a copy!",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "6760",
- "name": "Guthix mjolnir",
- "examine": "A Guthix Mjolnir.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0",
- "defence_anim": "2079",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "250",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "3",
- "weight": "2"
- },
- {
- "id": "6761",
- "name": "Guthix mjolnir",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6762",
- "name": "Saradomin mjolnir",
- "examine": "A Saradomin Mjolnir.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0",
- "defence_anim": "2079",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "250",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "3",
- "weight": "2"
- },
- {
- "id": "6763",
- "name": "Saradomin mjolnir",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6764",
- "name": "Zamorak mjolnir",
- "examine": "A Zamorak mjolnir.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0",
- "defence_anim": "2079",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "3",
- "weight": "2"
- },
- {
- "id": "6765",
- "name": "Zamorak mjolnir",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6766",
- "name": "Cat antipoison",
- "examine": "Antipoison for Pox.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6768",
- "name": "Poisoned cheese",
- "examine": "A little more smelly than usual.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "6769",
- "name": "Music scroll",
- "examine": "Charming.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another sheet of music by talking to the snakecharmer of Pollnivneach.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6770",
- "name": "Directions",
- "examine": "Jimmy Dazzler's directions.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another set of directions to the party by talking to Jimmy Dazzler.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6771",
- "name": "Pot of weeds",
- "examine": "Contains garden weeds.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6772",
- "name": "Smouldering pot",
- "examine": "Contains slowly burning garden weeds.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6773",
- "name": "Rat pole",
- "examine": "A pole for putting rats on.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "10",
- "weight": "2.2"
- },
- {
- "id": "6774",
- "name": "Rat pole",
- "examine": "A pole with one rat on it.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "10",
- "weight": "2.2"
- },
- {
- "id": "6775",
- "name": "Rat pole",
- "examine": "A pole with two rats on it.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "10",
- "weight": "2.2"
- },
- {
- "id": "6776",
- "name": "Rat pole",
- "examine": "A pole with three rats on it.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "10",
- "weight": "2.2"
- },
- {
- "id": "6777",
- "name": "Rat pole",
- "examine": "A pole with four rats on it.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "10",
- "weight": "2.2"
- },
- {
- "id": "6778",
- "name": "Rat pole",
- "examine": "A pole with five rats on it.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "10",
- "weight": "2.2"
- },
- {
- "id": "6779",
- "name": "Rat pole",
- "examine": "A pole with six rats on it.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "10",
- "weight": "2.2"
- },
- {
- "id": "6780",
- "name": "Menaphite thug",
- "examine": "Menaphite thug.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6786",
- "name": "Robe of elidinis",
- "examine": "This looks quite old.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
- },
- {
- "id": "6787",
- "name": "Robe of elidinis",
- "examine": "This looks quite old.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7"
- },
- {
- "id": "6788",
- "name": "Torn robe",
- "examine": "This robe is too torn to wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "6789",
- "name": "Torn robe",
- "examine": "This robe is too torn to wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "6790",
- "name": "Shoes",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "10"
- },
- {
- "id": "6791",
- "name": "Sole",
- "examine": "Awusah's Sole.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "6792",
- "name": "Ancestral key",
- "examine": "An ancient key from the shrine in Nardah. (Spirits of the Elid)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6793",
- "name": "Ballad",
- "examine": "The Ballad of Jaresh.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6794",
- "name": "Choc-ice",
- "examine": "A tasty treat from Nardah - better eat this before it melts.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "6795",
- "name": "Choc-ice",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6796",
- "name": "Lamp",
- "examine": "Wonder what happens if I rub it...",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "6797",
- "name": "Watering can",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8"
- },
- {
- "id": "6798",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6799",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6800",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6801",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6802",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6803",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6804",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6805",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6806",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6807",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6808",
- "name": "Champion scroll",
- "examine": "A scroll once used by a champion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6809",
- "name": "Granite legs",
- "examine": "These look pretty heavy.",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "lendable": "true",
- "requirements": "{1,50}-{2,50}",
- "tradeable": "true",
- "weight": "15"
- },
- {
- "id": "6810",
- "name": "Bonemeal",
- "examine": "A pot of crushed large zombie monkey bones.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "6811",
- "name": "Skeletal wyvern",
- "examine": "A very dangerous pile of animated Wyvern bones.",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "durability": null
- },
- {
- "id": "6812",
- "name": "Wyvern bones",
- "examine": "Bones of a huge flying creature.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6813",
- "name": "Granite legs",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6814",
- "name": "Fur",
- "examine": "This would make warm clothing.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "6815",
- "name": "Fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6816",
- "name": "Wyvern bones",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6817",
- "name": "Slender blade",
- "examine": "A slender two-handed sword.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "124",
- "run_anim": "7039",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "false",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
- "weight": "3"
- },
- {
- "id": "6818",
- "name": "Bow-sword",
- "examine": "A sharp sword that can also fire arrows.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can make a replacement.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weight": "3"
- },
- {
- "id": "6819",
- "name": "Large pouch",
- "examine": "A large pouch used for storing essence.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "25000",
- "weight": "1"
- },
- {
- "id": "6820",
- "name": "Relic",
- "examine": "It seems to have pieces missing. After Temple at Senntisten quest: The assassin's plunder from the church on Entrana.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can get another from the assassin beside the winch that leads down into Senntisten temple.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6821",
- "name": "Orb",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6822",
- "name": "Star bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6823",
- "name": "Star bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6824",
- "name": "Star bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6825",
- "name": "Star bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6826",
- "name": "Star bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6827",
- "name": "Star bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6828",
- "name": "Box bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6829",
- "name": "Box bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6830",
- "name": "Box bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6831",
- "name": "Box bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6832",
- "name": "Box bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6833",
- "name": "Box bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6834",
- "name": "Diamond bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6835",
- "name": "Diamond bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6836",
- "name": "Diamond bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6837",
- "name": "Diamond bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6838",
- "name": "Diamond bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6839",
- "name": "Diamond bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6840",
- "name": "Tree bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6841",
- "name": "Tree bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6842",
- "name": "Tree bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6843",
- "name": "Tree bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6844",
- "name": "Tree bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6845",
- "name": "Tree bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6846",
- "name": "Bell bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6847",
- "name": "Bell bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6848",
- "name": "Bell bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6849",
- "name": "Bell bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6850",
- "name": "Bell bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6851",
- "name": "Bell bauble",
- "examine": "See individual articles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6852",
- "name": "Puppet box",
- "examine": "A box for storing completed puppets.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6853",
- "name": "Bauble box",
- "examine": "A box for storing painted baubles.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6854",
- "name": "Puppet box",
- "examine": "A box for storing completed puppets.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6855",
- "name": "Bauble box",
- "examine": "A box for storing painted baubles.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6856",
- "name": "Bobble hat",
- "examine": "A woolly bobble hat.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another hat from Diango in the Draynor Market.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "0.25"
- },
- {
- "id": "6857",
- "name": "Bobble scarf",
- "examine": "A woolly scarf.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "2",
- "weight": "0.25"
- },
- {
- "id": "6858",
- "name": "Jester hat",
- "examine": "A woolly Jester hat.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another hat from Diango in the Draynor Market.",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "160",
- "tradeable": "false",
- "weight": "0.25"
- },
- {
- "id": "6859",
- "name": "Jester scarf",
- "examine": "A woolly jester scarf.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Jester scarf from Diango.",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false",
- "weight": "0.25"
- },
- {
- "id": "6860",
- "name": "Tri-jester hat",
- "examine": "A woolly triple bobble jester hat.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You may get another from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "0.25"
- },
- {
- "id": "6861",
- "name": "Tri-jester scarf",
- "examine": "A woolly jester scarf.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another jester scarf from Diango in the Draynor Market.",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false",
- "weight": "0.25"
- },
- {
- "id": "6862",
- "name": "Woolly hat",
- "examine": "A woolly tobogganing hat.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another hat from Diango in the Draynor Market.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "0.25"
- },
- {
- "id": "6863",
- "name": "Woolly scarf",
- "examine": "A woolly tobogganing scarf.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false",
- "weight": "0.25"
- },
- {
- "id": "6864",
- "name": "Marionette handle",
- "examine": "The controlling part of a marionette.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "6865",
- "name": "Blue marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6866",
- "name": "Green marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6867",
- "name": "Red marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6868",
- "name": "Blue marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6869",
- "name": "Green marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6870",
- "name": "Red marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6871",
- "name": "Red marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6872",
- "name": "Red marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6873",
- "name": "Red marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6874",
- "name": "Red marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6875",
- "name": "Blue marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6876",
- "name": "Blue marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6877",
- "name": "Blue marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6878",
- "name": "Blue marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6879",
- "name": "Green marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6880",
- "name": "Green marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6881",
- "name": "Green marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6882",
- "name": "Green marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6883",
- "name": "Peach",
- "examine": "A tasty fruit.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6885",
- "name": "Progress hat",
- "examine": "A magic training arena progress hat",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "0"
- },
- {
- "id": "6886",
- "name": "Progress hat",
- "examine": "A magic training arena progress hat",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "0"
- },
- {
- "id": "6887",
- "name": "Progress hat",
- "examine": "A magic training arena progress hat",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "0"
- },
- {
- "id": "6888",
- "name": "Guardian statue",
- "examine": "A guardian of the arena.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null
- },
- {
- "id": "6889",
- "name": "Mage's book",
- "examine": "The magical book of the Mage.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "10",
- "requirements": "{6,60}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6890",
- "name": "Mage's book",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6891",
- "name": "Arena book",
- "examine": "A book about the Training Arena.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "200",
- "weight": "1"
- },
- {
- "id": "6893",
- "name": "Leather boots",
- "examine": "Comfortable leather boots.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "6894",
- "name": "Adamant kiteshield",
"examine": "A large metal shield.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bankable": "false",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
"durability": null,
- "tradeable": "true",
- "weight": "5.8"
- },
- {
- "id": "6895",
- "name": "Adamant med helm",
- "examine": "A medium sized helmet.",
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "5.4",
"absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bankable": "false",
- "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0",
- "durability": null,
+ "equipment_slot": "5",
+ "grand_exchange_price": "2390",
+ "name": "White kiteshield",
"tradeable": "true",
- "weight": "1.8"
+ "archery_ticket_price": "0",
+ "id": "6633",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,1,0,0"
},
{
- "id": "6896",
- "name": "Emerald",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2390",
"durability": null,
- "shop_price": "350",
- "tradeable": "true"
- },
- {
- "id": "6897",
- "name": "Rune longsword",
- "examine": "A razor sharp longsword",
- "archery_ticket_price": "0",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
- "bankable": "false",
- "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0",
- "durability": null,
- "lendable": "true",
- "shop_price": "32000",
+ "name": "White kiteshield",
"tradeable": "true",
- "weight": "1.8"
+ "archery_ticket_price": "0",
+ "id": "6634"
},
{
- "id": "6898",
- "name": "Cylinder",
- "examine": "A green cylinder",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null
- },
- {
- "id": "6899",
- "name": "Cube",
- "examine": "A yellow cube",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null
- },
- {
- "id": "6900",
- "name": "Icosahedron",
- "examine": "A blue icosahedron.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null
- },
- {
- "id": "6901",
- "name": "Pentamid",
- "examine": "A red pentamid.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null
- },
- {
- "id": "6902",
- "name": "Orb",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null
- },
- {
- "id": "6903",
- "name": "Dragonstone",
- "examine": "This looks valuable.",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A Temple Knight Communication Orb. Top Secret! / Use this to stay in touch with Korasi and Jessika. (A Void Dance version) / Tyr's commorb, given to him by Sir Tiffy. (Tyr's commorb)",
"durability": null,
- "tradeable": "true",
- "weight": "0.3"
+ "name": "Commorb",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6635"
},
{
- "id": "6904",
- "name": "Animals' bones",
- "examine": "Various animals' bones.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6905",
- "name": "Animals' bones",
- "examine": "Various animals' bones.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6906",
- "name": "Animals' bones",
- "examine": "Various animals' bones.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6907",
- "name": "Animals' bones",
- "examine": "Various animals' bones.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6908",
- "name": "Beginner wand",
- "examine": "A beginner level wand",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0",
+ "examine": "Proof that I have defeated the evil mage Solus.",
"durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "1426",
- "requirements": "{6,45}",
- "run_anim": "1210",
- "shop_price": "303030030",
- "stand_anim": "809",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "1146",
- "weapon_interface": "1",
- "weight": "0.2"
+ "name": "Solus's hat",
+ "archery_ticket_price": "0",
+ "id": "6636"
},
{
- "id": "6909",
- "name": "Beginner wand",
- "archery_ticket_price": "0",
+ "examine": "From a darker dimension.",
"durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "name": "Dark beast",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "6637"
},
{
- "id": "6910",
- "name": "Apprentice wand",
- "examine": "An apprentice level wand.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "bonuses": "0,0,0,10,0,0,0,0,10,0,0,0,0,0,0",
- "defence_anim": "420",
+ "examine": "A key to the nature of light itself. (Mourning's Ends Part II)",
"durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "1426",
- "requirements": "{6,50}",
- "run_anim": "1210",
- "shop_price": "606060060",
- "stand_anim": "809",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "1146",
- "weapon_interface": "1"
+ "name": "Colour wheel",
+ "archery_ticket_price": "0",
+ "id": "6638"
},
{
- "id": "6911",
- "name": "Apprentice wand",
- "archery_ticket_price": "0",
+ "destroy_message": "Resetting the light maze will generate a new mirror.",
+ "examine": "A small hand mirror.",
"durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "name": "Hand mirror",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6639"
},
{
- "id": "6912",
- "name": "Teacher wand",
- "examine": "A teacher level wand.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,0,0,0,0,0",
+ "destroy_message": "Resetting the light maze will generate a new crystal.",
+ "examine": "A yellow crystal.",
"durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "1426",
- "requirements": "{6,55}",
- "run_anim": "1210",
- "stand_anim": "809",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "1146",
- "weapon_interface": "1"
+ "name": "Yellow crystal",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6641"
},
{
- "id": "6913",
- "name": "Teacher wand",
- "archery_ticket_price": "0",
+ "destroy_message": "Resetting the light maze will generate a new crystal.",
+ "examine": "A cyan crystal.",
"durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "name": "Cyan crystal",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6643"
},
{
- "id": "6914",
- "name": "Master wand",
- "examine": "A master level wand.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0",
- "defence_anim": "420",
+ "destroy_message": "Resetting the light maze will generate a new crystal.",
+ "examine": "A blue crystal.",
"durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "1426",
- "requirements": "{6,60}",
- "run_anim": "1210",
- "stand_anim": "8980",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "1146",
- "weapon_interface": "1",
- "weight": "0.1"
+ "name": "Blue crystal",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6644"
},
{
- "id": "6915",
- "name": "Master wand",
- "archery_ticket_price": "0",
+ "destroy_message": "Resetting the light maze will generate a new crystal.",
+ "examine": "A fractured crystal, one of the edges is clear.",
"durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
+ "name": "Fractured crystal",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6646"
},
{
- "id": "6916",
- "name": "Infinity top",
- "examine": "Mystical robes.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,22,0,0,0,0,22,0,20,0,0,0,0",
+ "destroy_message": "Resetting the light maze will generate a new crystal.",
+ "examine": "A fractured crystal, one of the edges is clear.",
"durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "10",
+ "name": "Fractured crystal",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6647"
+ },
+ {
+ "destroy_message": "You can obtain another list from Thorgel.",
+ "examine": "It's a list of items I need to collect.",
+ "durability": null,
+ "name": "Item list",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6648"
+ },
+ {
+ "examine": "The journal of Nissyen Edern.",
+ "durability": null,
+ "name": "Edern's journal",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6649"
+ },
+ {
+ "examine": "A blackened crystal sample.",
+ "durability": null,
+ "name": "Blackened crystal",
+ "archery_ticket_price": "0",
+ "id": "6650"
+ },
+ {
+ "examine": "A newly formed crystal / A warm energy radiates from this crystal.",
+ "durability": null,
+ "name": "Newly made crystal",
+ "archery_ticket_price": "0",
+ "id": "6651"
+ },
+ {
+ "examine": "A newly formed crystal / A warm energy radiates from this crystal.",
+ "durability": null,
+ "name": "Newly made crystal",
+ "archery_ticket_price": "0",
+ "id": "6652"
+ },
+ {
+ "destroy_message": "You can get another Crystal trinket from Arianwyn in Lletya.",
+ "examine": "A small Crystal trinket.",
+ "durability": null,
+ "name": "Crystal trinket",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6653"
+ },
+ {
"remove_sleeves": "true",
- "requirements": "{1,25}-{6,50}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "6917",
- "name": "Infinity top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6918",
- "name": "Infinity hat",
- "examine": "A mystic hat.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,0,0,0,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "hat": true,
- "requirements": "{1,25}-{6,50}",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "6919",
- "name": "Infinity hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6920",
- "name": "Infinity boots",
- "examine": "Mystical boots.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "10",
- "requirements": "{1,25}-{6,50}",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "6921",
- "name": "Infinity boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6922",
- "name": "Infinity gloves",
- "examine": "Mystical gloves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "10",
- "requirements": "{1,25}-{6,50}",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "6923",
- "name": "Infinity gloves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6924",
- "name": "Infinity bottoms",
- "examine": "Mystical robes.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,17,0,0,0,0,17,0,17,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "requirements": "{1,25}-{6,50}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "6925",
- "name": "Infinity bottoms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "6926",
- "name": "Bones to peaches",
- "examine": "A tablet containing a magic spell.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6945",
- "name": "Sandy hand",
- "examine": "A severed hand covered with sand.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6946",
- "name": "Beer-soaked hand",
- "examine": "A severed hand dripping with beer.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to the Guard Captain in Yanille to get another beer soaked hand.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6947",
- "name": "Bert's rota",
- "examine": "A copy of a work rota.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Bert to replace this Rota.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6948",
- "name": "Sandy's rota",
- "examine": "An original work rota.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Search Sandy's office in Brimhaven for another Rota.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6949",
- "name": "A magic scroll",
- "examine": "Maybe I should read this...",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6950",
- "name": "Magical orb",
- "examine": "An ordinary looking scrying orb.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6951",
- "name": "Magical orb (a)",
- "examine": "This magical scrying orb pulsates as it stores information.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6952",
- "name": "Truth serum",
- "examine": "Fluid sloshes innocently in this vial.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Betty in Port Sarim to get another bottle of truth serum.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6953",
- "name": "Bottled water",
- "examine": "A bottle of water.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Betty in Port Sarim to get another bottle.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6954",
- "name": "Redberry juice",
- "examine": "Redberry juice sloshes around in this vial, waiting for white berries to be added.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make some more red berry juice.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6955",
- "name": "Pink dye",
- "examine": "A vial of pink dye.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Betty in Port Sarim to make more pink dye.",
- "durability": null,
- "shop_price": "20",
- "tradeable": "false"
- },
- {
- "id": "6956",
- "name": "Rose-tinted lens",
- "examine": "This lens has a pinkish tinge to it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make the lens again.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "6957",
- "name": "Wizard's head",
- "examine": "A decapitated, sand-covered head.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Mazion near the sandpit on Entrana to find the Wizard Head again.",
- "durability": null,
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "6958",
- "name": "Sand",
- "examine": "A handful of sand from Sandy's pocket.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "6959",
- "name": "Cape",
- "examine": "Use pink dye on a cape and this is what you get!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "6960",
- "name": "Cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6961",
- "name": "Baguette",
- "examine": "A freshly baked baguette.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6962",
- "name": "Triangle sandwich",
- "examine": "A freshly made triangle sandwich.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "6963",
- "name": "Roll",
- "examine": "A freshly made roll.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.5"
- },
- {
- "id": "6964",
- "name": "Coins",
- "examine": "Lovely money!",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null
- },
- {
- "id": "6965",
- "name": "Square sandwich",
- "examine": "A freshly made square sandwich.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "6967",
- "name": "Dragon med helm",
- "examine": "Makes the wearer pretty intimidating.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0",
- "durability": null,
- "lendable": "true",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "6968",
- "name": "Triangle sandwich",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "6969",
- "name": "Shark",
- "examine": "I'd better be careful eating this.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.6"
- },
- {
- "id": "6970",
- "name": "Pyramid top",
- "examine": "It's a solid gold pyramid!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "11"
- },
- {
- "id": "6971",
- "name": "Sandstone (1kg)",
- "examine": "A large chunk of sandstone.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6972",
- "name": "Sandstone (1kg)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6973",
- "name": "Sandstone (2kg)",
- "examine": "A large chunk of sandstone.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6974",
- "name": "Sandstone (2kg)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6975",
- "name": "Sandstone (5kg)",
- "examine": "A large chunk of sandstone.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6976",
- "name": "Sandstone (5kg)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6977",
- "name": "Sandstone (10kg)",
- "examine": "A large chunk of sandstone.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "6978",
- "name": "Sandstone (10kg)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "6979",
- "name": "Granite (500g)",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6980",
- "name": "Granite (500g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6981",
- "name": "Granite (2kg)",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6982",
- "name": "Granite (2kg)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6983",
- "name": "Granite (5kg)",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "6984",
- "name": "Granite (5kg)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "6985",
- "name": "Sandstone (20kg)",
- "examine": "A huge twenty-kilo block of sandstone.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can make another 20 kg block by giving enough stone to Lazim.",
- "durability": null,
- "weight": "20"
- },
- {
- "id": "6986",
- "name": "Sandstone (32kg)",
- "examine": "A huge thirty-two-kilo block of sandstone.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can make another 32 kg sandstone block by giving enough stone to Lazim.",
- "durability": null,
- "weight": "32"
- },
- {
- "id": "6987",
- "name": "Sandstone body",
- "examine": "The body of a sandstone statue.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can make another statue body by giving Lazim 20 kg of stone and then crafting it.",
- "durability": null
- },
- {
- "id": "6988",
- "name": "Sandstone base",
- "examine": "The base and legs of a sandstone statue.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can make another statue base by giving Lazim 32 kg of stone and then crafting it.",
- "durability": null,
- "weight": "32"
- },
- {
- "id": "6993",
- "name": "Z sigil",
- "examine": "A metal sigil in the shape of a Z.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6994",
- "name": "M sigil",
- "examine": "A metal sigil in the shape of an M.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6995",
- "name": "R sigil",
- "examine": "A metal sigil in the shape of an R.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6996",
- "name": "K sigil",
- "examine": "A metal sigil in the shape of a K.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "6997",
- "name": "Stone left arm",
- "examine": "The left arm of a large stone statue.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the statue's left arm back from Lazim.",
- "durability": null,
- "tradeable": "false",
- "weight": "9"
- },
- {
- "id": "6998",
- "name": "Stone right arm",
- "examine": "The right arm of a large stone statue.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the statue's right arm back from Lazim.",
- "durability": null,
- "tradeable": "false",
- "weight": "9"
- },
- {
- "id": "6999",
- "name": "Stone left leg",
- "examine": "The left leg of a large stone statue.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the statue's left leg back from Lazim.",
- "durability": null,
- "tradeable": "false",
- "weight": "9"
- },
- {
- "id": "7000",
- "name": "Stone right leg",
- "examine": "The right leg of a large stone statue.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the statue's right leg back from Lazim.",
- "durability": null,
- "tradeable": "false",
- "weight": "9"
- },
- {
- "id": "7001",
- "name": "Camel mould (p)",
- "examine": "A positive clay mould of a camel's head.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can make another positive mould by using soft clay on the pedestal in Enakhra's temple.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.5"
- },
- {
- "id": "7003",
- "name": "Camel mask",
- "examine": "Blend in in the desert.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "weight": "0.5"
- },
- {
- "id": "7004",
- "name": "Chisel",
- "examine": "Good for detailed crafting.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "14",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "7051",
- "name": "Unlit bug lantern",
- "examine": "A lantern to aid attacking Harpie bugs.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
- "requirements": "{18,33}-{11,33}",
- "shop_price": "130",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "7052",
- "name": "Unlit bug lantern",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7053",
- "name": "Lit bug lantern",
- "examine": "A lantern to aid attacking Harpie bugs.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{18,33}",
- "shop_price": "130",
- "weight": "2.2"
- },
- {
- "id": "7054",
- "name": "Chilli potato",
- "examine": "A baked potato with chilli con carne",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7055",
- "name": "Chilli potato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7056",
- "name": "Egg potato",
- "examine": "A baked potato with egg and tomato.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7057",
- "name": "Egg potato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7058",
- "name": "Mushroom potato",
- "examine": "A baked potato with mushroom and onions.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7059",
- "name": "Mushroom potato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7060",
- "name": "Tuna potato",
- "examine": "A baked potato with tuna and sweetcorn.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7061",
- "name": "Tuna potato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7062",
- "name": "Chilli con carne",
- "examine": "A bowl of meat in chilli-con-carne sauce.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7063",
- "name": "Chilli con carne",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7064",
- "name": "Egg and tomato",
- "examine": "A bowl of scrambled eggs and tomato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7065",
- "name": "Egg and tomato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7066",
- "name": "Mushroom & onion",
- "examine": "A bowl of fried mushroom and onions.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7067",
- "name": "Mushroom & onion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7068",
- "name": "Tuna and corn",
- "examine": "A bowl of cooked tuna and sweetcorn.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7069",
- "name": "Tuna and corn",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7070",
- "name": "Minced meat",
- "examine": "A bowl of finely minced meat.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7071",
- "name": "Minced meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7072",
- "name": "Spicy sauce",
- "examine": "A bowl of spicy sauce.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7073",
- "name": "Spicy sauce",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7074",
- "name": "Chopped garlic",
- "examine": "A bowl of chopped garlic.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7075",
- "name": "Chopped garlic",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7076",
- "name": "Uncooked egg",
- "examine": "A bowl of uncooked egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7077",
- "name": "Uncooked egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7078",
- "name": "Scrambled egg",
- "examine": "A bowl of scrambled egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7079",
- "name": "Scrambled egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7080",
- "name": "Sliced mushrooms",
- "examine": "A bowl of sliced Bittercap mushrooms.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7081",
- "name": "Sliced mushrooms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7082",
- "name": "Fried mushrooms",
- "examine": "A bowl of fried Bittercap mushrooms.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7083",
- "name": "Fried mushrooms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7084",
- "name": "Fried onions",
- "examine": "A bowl of sliced, fried onions.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7085",
- "name": "Fried onions",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7086",
- "name": "Chopped tuna",
- "examine": "A bowl of finely chopped tuna.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7087",
- "name": "Chopped tuna",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7088",
- "name": "Sweetcorn",
- "examine": "A bowl of cooked sweetcorn.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7089",
- "name": "Sweetcorn",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7091",
- "name": "Burnt egg",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7093",
- "name": "Burnt onion",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7095",
- "name": "Burnt mushroom",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7108",
- "name": "Gunpowder",
- "examine": "Best keep this away from naked flames.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7109",
- "name": "Fuse",
- "examine": "A fuse.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7110",
- "name": "Stripy pirate shirt",
- "examine": "A seaworthy grey shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7111",
- "name": "Stripy pirate shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7112",
- "name": "Pirate bandana",
- "examine": "Essential pirate wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "7113",
- "name": "Pirate bandana",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7114",
- "name": "Pirate boots",
- "examine": "Not for land lubbers.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "350",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "7115",
- "name": "Pirate boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7116",
- "name": "Pirate leggings",
- "examine": "Well, okay, they're beige, but they're part of the white pirate clothing set, so...",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "350",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7117",
- "name": "Pirate leggings",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7118",
- "name": "Canister",
- "examine": "A cannister holding shrapnel.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7120",
- "name": "Ramrod",
- "examine": "For cleaning and packing the cannon.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "7121",
- "name": "Repair plank",
- "examine": "A plank of wood to repair the hull with.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7122",
- "name": "Stripy pirate shirt",
- "examine": "A sea worthy shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7123",
- "name": "Stripy pirate shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7124",
- "name": "Pirate bandana",
- "examine": "Essential pirate wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "7125",
- "name": "Pirate bandana",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7126",
- "name": "Pirate leggings",
- "examine": "A sea worthy pair of trousers.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "350",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7127",
- "name": "Pirate leggings",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7128",
- "name": "Stripy pirate shirt",
- "examine": "A sea worthy shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7129",
- "name": "Stripy pirate shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7130",
- "name": "Pirate bandana",
- "examine": "Essential pirate wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "7131",
- "name": "Pirate bandana",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7132",
- "name": "Pirate leggings",
- "examine": "A sea worthy pair of trousers.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "350",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7133",
- "name": "Pirate leggings",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7134",
- "name": "Stripy pirate shirt",
- "examine": "A sea worthy shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7135",
- "name": "Stripy pirate shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7136",
- "name": "Pirate bandana",
- "examine": "Essential pirate wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "7137",
- "name": "Pirate bandana",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7138",
- "name": "Pirate leggings",
- "examine": "A sea worthy pair of trousers.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "350",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7139",
- "name": "Pirate leggings",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7140",
- "name": "Lucky cutlass",
- "examine": "Feels quite lucky.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "4",
- "bonuses": "5,20,0,-5,0,6,6,6,0,0,0,25,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "2560",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "7141",
- "name": "Harry's cutlass",
- "examine": "I hope he doesn't want it back.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "1040",
- "weapon_interface": "6",
- "weight": "1"
- },
- {
- "id": "7142",
- "name": "Rapier",
- "examine": "The very butcher of a silk button.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "2622",
- "shop_price": "25600",
- "weapon_interface": "5",
- "weight": "1"
- },
- {
- "id": "7143",
- "name": "Plunder",
- "examine": "Looks valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7144",
- "name": "Book o' piracy",
- "examine": "By Cap'n Hook-Hand Morrisane.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7145",
- "name": "Cannon barrel",
- "examine": "A working cannon barrel.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "32"
- },
- {
- "id": "7146",
- "name": "Broken cannon",
- "examine": "Not likely to work again.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "32"
- },
- {
- "id": "7148",
- "name": "Repair plank",
- "examine": "A plank of wood to repair the hull with.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7149",
- "name": "Canister",
- "examine": "A cannister holding shrapnel.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7150",
- "name": "Tacks",
- "examine": "Useful for pinning up paintings.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7155",
- "name": "Rope",
- "examine": "A coil of rope.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "18",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "7156",
- "name": "Tinderbox",
- "examine": "Useful for lighting a fire.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "7157",
- "name": "Braindeath 'rum",
- "examine": "I think it is eating through the bottle.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "30",
- "weight": "0.9"
- },
- {
- "id": "7158",
- "name": "Dragon 2h sword",
- "examine": "A two-handed dragon sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "2503,0,2504,0",
- "attack_speed": "7",
- "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "124",
- "requirements": "{0,60}",
- "run_anim": "7039",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
- "weapon_interface": "7",
- "weight": "3"
- },
- {
- "id": "7159",
- "name": "Insulated boots",
- "examine": "They're heavily insulated wellies.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,1,0,0,1,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "requirements": "{18,37}",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "7160",
- "name": "Killerwatt",
- "examine": "Before being attacked: A ball of Electrical energy.",
- "archery_ticket_price": "0",
- "attack_speed": "2",
- "durability": null
- },
- {
- "id": "7161",
- "name": "Insulated boots",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7162",
- "name": "Pie recipe book",
- "examine": "Lots of pie recipes for me to try.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "7163",
- "name": "Pie recipe book",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7164",
- "name": "Part mud pie",
- "examine": "Still needs two more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "54",
- "tradeable": "true"
- },
- {
- "id": "7165",
- "name": "Part mud pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7166",
- "name": "Part mud pie",
- "examine": "Still needs one more ingredient.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "54",
- "tradeable": "true"
- },
- {
- "id": "7167",
- "name": "Part mud pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7168",
- "name": "Raw mud pie",
- "examine": "Needs to be baked before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7169",
- "name": "Raw mud pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7170",
- "name": "Mud pie",
- "examine": "All the good of the earth.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "render_anim": "1",
- "run_anim": "824",
- "shop_price": "54",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "13"
- },
- {
- "id": "7171",
- "name": "Mud pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7172",
- "name": "Part garden pie",
- "examine": "Still needs two more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7173",
- "name": "Part garden pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7174",
- "name": "Part garden pie",
- "examine": "Still needs one more ingredient.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7175",
- "name": "Part garden pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7176",
- "name": "Raw garden pie",
- "examine": "Needs cooking before I eat it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7177",
- "name": "Raw garden pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7178",
- "name": "Garden pie",
- "examine": "What I wouldn't give for a good steak about now...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7179",
- "name": "Garden pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7180",
- "name": "Half a garden pie",
- "examine": "What I wouldn't give for a good steak about now...",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7181",
- "name": "Half a garden pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7182",
- "name": "Part fish pie",
- "examine": "Still needs two more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7183",
- "name": "Part fish pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7184",
- "name": "Part fish pie",
- "examine": "Still needs one more ingredient.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7185",
- "name": "Part fish pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7186",
- "name": "Raw fish pie",
- "examine": "Raw fish is risky, better cook it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7187",
- "name": "Raw fish pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7188",
- "name": "Fish pie",
- "examine": "Bounty of the sea.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7189",
- "name": "Fish pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7190",
- "name": "Half a fish pie",
- "examine": "Bounty of the sea.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7191",
- "name": "Half a fish pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7192",
- "name": "Part admiral pie",
- "examine": "Still needs two more ingredients. ",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7193",
- "name": "Part admiral pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7194",
- "name": "Part admiral pie",
- "examine": "Still needs one more ingredient.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7195",
- "name": "Part admiral pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7196",
- "name": "Raw admiral pie",
- "examine": "This would taste a lot better cooked.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7197",
- "name": "Raw admiral pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7198",
- "name": "Admiral pie",
- "examine": "Much tastier than a normal fish pie.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7199",
- "name": "Admiral pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7200",
- "name": "Half an admiral pie",
- "examine": "Much tastier than a normal fish pie.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7201",
- "name": "Half an admiral pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7202",
- "name": "Part wild pie",
- "examine": "Still needs two more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7203",
- "name": "Part wild pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7204",
- "name": "Part wild pie",
- "examine": "Still needs one more ingredient.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7205",
- "name": "Part wild pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7206",
- "name": "Raw wild pie",
- "examine": "Good as it looks, I'd better cook it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7207",
- "name": "Raw wild pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7208",
- "name": "Wild pie",
- "examine": "A triumph of man over nature.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7209",
- "name": "Wild pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7210",
- "name": "Half a wild pie",
- "examine": "A triumph of man over nature.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7211",
- "name": "Half a wild pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7212",
- "name": "Part summer pie",
- "examine": "Still needs two more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7213",
- "name": "Part summer pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7214",
- "name": "Part summer pie",
- "examine": "Still needs one more ingredient.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7215",
- "name": "Part summer pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7216",
- "name": "Raw summer pie",
- "examine": "Fresh fruit may be good for you, but I should really cook this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7217",
- "name": "Raw summer pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7218",
- "name": "Summer pie",
- "examine": "All the fruits of a very small forest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7219",
- "name": "Summer pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7220",
- "name": "Half a summer pie",
- "examine": "All the fruits of a very small forest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7221",
- "name": "Half a summer pie",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7222",
- "name": "Burnt rabbit",
- "examine": "Mmm this looks tasty.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "19",
- "tradeable": "true"
- },
- {
- "id": "7223",
- "name": "Roast rabbit",
- "examine": "A delicious looking piece of roast rabbit.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "25",
- "tradeable": "true"
- },
- {
- "id": "7224",
- "name": "Skewered rabbit",
- "examine": "Might taste better cooked.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "67",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "7225",
- "name": "Iron spit",
- "examine": "An iron spit.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "81",
- "tradeable": "true",
- "weight": "1.5"
- },
- {
- "id": "7227",
- "name": "Burnt chompy",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7228",
- "name": "Cooked chompy",
- "examine": "It might look delicious to an ogre.Roasted chompy bird.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "130",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "7229",
- "name": "Cooked chompy",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7230",
- "name": "Skewered chompy",
- "examine": "A skewered chompy bird.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7231",
- "name": "Burnt rabbit",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7232",
- "name": "Roast rabbit",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7233",
- "name": "Skewered rabbit",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7234",
- "name": "Iron spit",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7235",
- "name": "Skewered chompy",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7236",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7237",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7238",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7239",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7240",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7241",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7242",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7243",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7244",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7245",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7246",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7247",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7248",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7249",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7250",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7251",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7252",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7253",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7254",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7255",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7256",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7257",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7258",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7259",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7260",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7261",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7262",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7263",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7264",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7265",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7266",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7267",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7268",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7269",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7270",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7271",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7272",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7273",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7274",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7275",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7276",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7277",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7278",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7279",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7280",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7281",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7282",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7283",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7284",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7285",
- "name": "Challenge scroll",
- "examine": "I need to answer this correctly.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7286",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7287",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7288",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7289",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7290",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7291",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7292",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7293",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7294",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7295",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7296",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7298",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7300",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7301",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7303",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7304",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7305",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7306",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7307",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7308",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7309",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7310",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7311",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7312",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7313",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7314",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7315",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7316",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7317",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000"
- },
- {
- "id": "7318",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7319",
- "name": "Red boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7320",
- "name": "Red boater",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7321",
- "name": "Orange boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7322",
- "name": "Orange boater",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7323",
- "name": "Green boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7324",
- "name": "Green boater",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7325",
- "name": "Blue boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7326",
- "name": "Blue boater",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7327",
- "name": "Black boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7328",
- "name": "Black boater",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7329",
- "name": "Red firelighter",
- "examine": "Makes firelighting a lot easier.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7330",
- "name": "Green firelighter",
- "examine": "Makes firelighting a lot easier.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7331",
- "name": "Blue firelighter",
- "examine": "Makes firelighting a lot easier.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7332",
- "name": "Black shield(h1)",
- "examine": "A black kitesheild with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "7333",
- "name": "Black shield(h1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7334",
- "name": "Adamant shield(h1)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7335",
- "name": "Adamant shield(h1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7336",
- "name": "Rune shield(h1)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "7337",
- "name": "Rune shield(h1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7338",
- "name": "Black shield(h2)",
- "examine": "A black kiteshield with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "7339",
- "name": "Black shield(h2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7340",
- "name": "Adamant shield(h2)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7341",
- "name": "Adamant shield(h2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7342",
- "name": "Rune shield(h2)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "7343",
- "name": "Rune shield(h2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7344",
- "name": "Black shield(h3)",
- "examine": "A black shield with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "7345",
- "name": "Black shield(h3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7346",
- "name": "Adamant shield(h3)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7347",
- "name": "Adamant shield(h3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7348",
- "name": "Rune shield(h3)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7349",
- "name": "Rune shield(h3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7350",
- "name": "Black shield(h4)",
- "examine": "A black shield with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "7351",
- "name": "Black shield(h4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7352",
- "name": "Adamant shield(h4)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7353",
- "name": "Adamant shield(h4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7354",
- "name": "Rune shield(h4)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7355",
- "name": "Rune shield(h4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7356",
- "name": "Black shield(h5)",
- "examine": "A black shield with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "7357",
- "name": "Black shield(h5)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7358",
- "name": "Adamant shield(h5)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7359",
- "name": "Adamant shield(h5)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7360",
- "name": "Rune shield(h5)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7361",
- "name": "Rune shield(h5)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "",
- "tradeable": "true"
- },
- {
- "id": "7362",
- "name": "Studded body (g)",
- "examine": "Those studs should provide a bit more protection. Nice trim too!",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "requirements": "{1,20}-{4,20}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "7363",
- "name": "Studded body (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7364",
- "name": "Studded body (t)",
- "examine": "Those studs should provide a bit more protection. Nice trim too!",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "requirements": "{1,20}-{4,20}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "7365",
- "name": "Studded body (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7366",
- "name": "Studded chaps (g)",
- "examine": "Those studs should provide a bit more protection. Nice trim too!",
- "absorb": "0,2,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{4,20}",
- "tradeable": "true",
- "weight": "4.5"
- },
- {
- "id": "7367",
- "name": "Studded chaps (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7368",
- "name": "Studded chaps (t)",
- "examine": "Those studs should provide a bit more protection. Nice trim, too!",
- "absorb": "0,2,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{4,20}",
- "tradeable": "true",
- "weight": "4.5"
- },
- {
- "id": "7369",
- "name": "Studded chaps (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7370",
- "name": "D'hide body(g)",
- "examine": "Made from 100% real dragonhide. With colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "5000",
- "requirements": "{1,40}-{4,40}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "7371",
- "name": "D'hide body(g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "7372",
- "name": "D'hide body (t)",
- "examine": "Made from 100% real dragonhide. With colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,40}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "7373",
- "name": "D'hide body (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7374",
- "name": "D'hide body (g)",
- "examine": "Made from 100% real dragonhide, with colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,50}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "7375",
- "name": "D'hide body (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7376",
- "name": "D'hide body (t)",
- "examine": "Made from 100% real dragonhide, with colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,50}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "7377",
- "name": "D'hide body (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7378",
- "name": "D'hide chaps (g)",
- "examine": "Made from 100% real dragonhide, with colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7379",
- "name": "D'hide chaps (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7380",
- "name": "D'hide chaps (t)",
- "examine": "Made from 100% real dragonhide, with colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7381",
- "name": "D'hide chaps (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7382",
- "name": "D'hide chaps (g)",
- "examine": "Made from 100% real dragonhide, with colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{4,50}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7383",
- "name": "D'hide chaps (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7384",
- "name": "D'hide chaps (t)",
- "examine": "Made from 100% real dragonhide, with colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{4,50}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "7385",
- "name": "D'hide chaps (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7386",
- "name": "Blue skirt (g)",
- "examine": "Leg covering favoured by women and wizards. With a colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7387",
- "name": "Blue skirt (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7388",
- "name": "Blue skirt (t)",
- "examine": "Leg covering favoured by women and wizards. With a colourful trim!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7389",
- "name": "Blue skirt (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7390",
- "name": "Wizard robe (g)",
- "examine": "I can practise magic better in this.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7391",
- "name": "Wizard robe (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7392",
- "name": "Wizard robe (t)",
- "examine": "I can do magic better in this.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7393",
- "name": "Wizard robe (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7394",
- "name": "Wizard hat (g)",
- "examine": "A silly pointed hat with colourful trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7395",
- "name": "Wizard hat (g)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7396",
- "name": "Wizard hat (t)",
- "examine": "A silly pointed hat, with colourful trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "hat": "true",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "7397",
- "name": "Wizard hat (t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "7398",
- "name": "Enchanted robe",
- "examine": "Enchanted Wizards robes.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,20}-{6,40}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "7399",
- "name": "Enchanted top",
- "examine": "Enchanted Wizards robes.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,20}-{6,40}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7400",
- "name": "Enchanted hat",
- "examine": "A three pointed hat of magic.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,20}-{6,40}",
- "tradeable": "true"
- },
- {
- "id": "7401",
- "name": "Enchanted robe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7402",
- "name": "Enchanted top",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7403",
- "name": "Enchanted hat",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7404",
- "name": "Red logs",
- "examine": "A number of chemical covered wooden logs.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7405",
- "name": "Green logs",
- "examine": "A number of chemical covered wooden logs.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "7406",
- "name": "Blue logs",
- "examine": "A number of chemical covered wooden logs.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "7407",
- "name": "Dragon 2h sword",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7408",
- "name": "Draynor skull",
- "examine": "I shouldn't joke; this is a grave matter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I found this in a grave at Draynor Manor.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7409",
- "name": "Magic secateurs",
- "examine": "The only way to kill a Tanglefoot.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "7,9,-5,1,0,0,1,0,1,0,0,1,0,0,0",
- "destroy": "true",
- "destroy_message": "I'll chat to Malignius Mortifer if I want another pair.",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "40000",
- "tradeable": "false",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "7410",
- "name": "Queen's secateurs",
- "examine": "Contains the Fairy Queen's magical essence.",
- "archery_ticket_price": "0",
- "destroy_message": "I can always find another Tanglefoot if I need more.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "7411",
- "name": "Symptoms list",
- "examine": "A list of the Fairy Queen's symptoms.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7413",
- "name": "Bird's nest",
- "examine": "Full: ",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7414",
- "name": "Paddle",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weapon_interface": "1"
- },
- {
- "id": "7415",
- "name": "Paddle",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7416",
- "name": "Mole claw",
- "examine": "A mole claw.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "7417",
- "name": "Mole claw",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "7418",
- "name": "Mole skin",
- "examine": "The skin of a large mole.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "7419",
- "name": "Mole skin",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "7420",
- "name": "Mutated zygomite",
- "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense. (As Fungi) A bouncy fungus. (Level 74) A fun guy. No wait, that's awful.. (Level 86)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7421",
- "name": "Fungicide spray 10",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7422",
- "name": "Fungicide spray 9",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7423",
- "name": "Fungicide spray 8",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7424",
- "name": "Fungicide spray 7",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7425",
- "name": "Fungicide spray 6",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7426",
- "name": "Fungicide spray 5",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7427",
- "name": "Fungicide spray 4",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7428",
- "name": "Fungicide spray 3",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7429",
- "name": "Fungicide spray 2",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7430",
- "name": "Fungicide spray 1",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7431",
- "name": "Fungicide spray 0",
- "examine": "Pumps fungicide.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "618",
- "requirements": "{18,57}",
- "run_anim": "824",
- "shop_price": "300",
- "stand_anim": "3332",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "3334",
- "weight": "2"
- },
- {
- "id": "7432",
- "name": "Fungicide",
- "examine": "Does exactly what it says on the tin. (Kills Fungi.)",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{18,57}",
- "shop_price": "10"
- },
- {
- "id": "7433",
- "name": "Wooden spoon",
- "examine": "Spoooooon!",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "shop_price": "35",
- "tradeable": "true",
- "weapon_interface": "6",
- "weight": "0.4"
- },
- {
- "id": "7434",
- "name": "Wooden spoon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7435",
- "name": "Egg whisk",
- "examine": "A large whisk of death.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "shop_price": "45",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "7436",
- "name": "Egg whisk",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7437",
- "name": "Spork",
- "examine": "Use the spork.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{0,10}",
- "shop_price": "292",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "1.8"
- },
- {
- "id": "7438",
- "name": "Spork",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7439",
- "name": "Spatula",
- "examine": "A large spatula... of doom!",
- "archery_ticket_price": "0",
- "attack_speed": "7",
- "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,22,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "124",
- "requirements": "{0,10}",
- "run_anim": "7039",
- "shop_price": "1728",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
- "weapon_interface": "7",
- "weight": "3.6"
- },
- {
- "id": "7440",
- "name": "Spatula",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7441",
- "name": "Frying pan",
- "examine": "Looks like it's non-stick too!",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{0,20}",
- "shop_price": "1494",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "1.5"
- },
- {
- "id": "7442",
- "name": "Frying pan",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7443",
- "name": "Skewer",
- "examine": "Generally used for impaling fresh meat.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{0,30}",
- "shop_price": "2880",
- "tradeable": "true",
- "weapon_interface": "6",
- "weight": "2"
- },
- {
- "id": "7444",
- "name": "Skewer",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7445",
- "name": "Rolling pin",
- "examine": "That's how I roll!",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{0,40}",
- "shop_price": "12960",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "1.8"
- },
- {
- "id": "7446",
- "name": "Rolling pin",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7447",
- "name": "Kitchen knife",
- "examine": "A sharp, dependable knife, for filleting meat.",
- "archery_ticket_price": "0",
- "attack_audios": "2704,0,0,0",
- "attack_speed": "4",
- "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{0,40}",
- "shop_price": "8000",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "7448",
- "name": "Kitchen knife",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7449",
- "name": "Meat tenderiser",
- "examine": "Often used to soften tough meat up.",
- "archery_ticket_price": "0",
- "attack_anims": "2067,2066,2068",
- "attack_speed": "6",
- "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0",
- "defence_anim": "1666",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1",
- "requirements": "{0,40}",
- "run_anim": "824",
- "shop_price": "41500",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "10",
- "weight": "1"
- },
- {
- "id": "7450",
- "name": "Meat tenderiser",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7451",
- "name": "Cleaver",
- "examine": "An effective tool for chopping tough meat.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{0,40}",
- "shop_price": "24040",
- "tradeable": "true",
- "weapon_interface": "6",
- "weight": "0.5"
- },
- {
- "id": "7452",
- "name": "Cleaver",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7453",
- "name": "Gloves",
- "examine": "A pair of plain gloves.",
- "archery_ticket_price": "0",
- "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "shop_price": "50",
- "weight": "0.2"
- },
- {
- "id": "7454",
- "name": "Gloves",
- "examine": "A pair of bronze-coloured gloves.",
- "archery_ticket_price": "0",
- "bonuses": "2,2,2,1,2,2,2,2,1,2,1,2,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "shop_price": "100",
- "weight": "0.2"
- },
- {
- "id": "7455",
- "name": "Gloves",
- "examine": "A pair of iron-coloured gloves.",
- "archery_ticket_price": "0",
- "bonuses": "3,3,3,2,3,3,3,3,2,3,2,3,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "shop_price": "325",
- "weight": "0.2"
- },
- {
- "id": "7456",
- "name": "Gloves",
- "examine": "A pair of steel-coloured gloves.",
- "archery_ticket_price": "0",
- "bonuses": "4,4,4,2,4,4,4,4,2,4,2,4,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "shop_price": "500",
- "weight": "0.2"
- },
- {
- "id": "7457",
- "name": "Gloves",
- "examine": "A pair of black-coloured gloves.",
- "archery_ticket_price": "0",
- "bonuses": "5,5,5,3,5,5,5,5,3,5,3,5,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "shop_price": "1000",
- "weight": "0.2"
- },
- {
- "id": "7458",
- "name": "Gloves",
- "examine": "A pair of mithril-coloured gloves.",
- "archery_ticket_price": "0",
- "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "shop_price": "1500"
- },
- {
- "id": "7459",
- "name": "Gloves",
- "examine": "A pair of adamant-coloured gloves.",
- "archery_ticket_price": "0",
- "bonuses": "7,7,7,4,7,7,7,7,4,7,4,7,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "shop_price": "2500",
- "weight": "0.2"
- },
- {
- "id": "7460",
- "name": "Gloves",
- "examine": "A pair of rune-coloured gloves.",
- "archery_ticket_price": "0",
- "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "requirements": "{1,13}",
- "shop_price": "5000"
- },
- {
- "id": "7461",
- "name": "Gloves",
- "examine": "A pair of dragon-coloured gloves.",
- "archery_ticket_price": "0",
- "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "requirements": "{1,41}",
- "shop_price": "100000"
- },
- {
- "id": "7462",
- "name": "Gloves",
- "examine": "A pair of Barrows-themed gloves.",
- "archery_ticket_price": "0",
- "bonuses": "12,12,12,6,12,12,12,12,6,12,6,12,0,0,0",
- "durability": null,
- "equip_audio": "2236",
- "equipment_slot": "9",
- "requirements": "{1,41}",
- "shop_price": "100000",
- "weight": "0.2"
- },
- {
- "id": "7463",
- "name": "Cornflour",
- "examine": "It's cornflour in a pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7464",
- "name": "Book on chickens",
- "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7465",
- "name": "Vanilla pod",
- "examine": "Surprise, it looks like a vanilla pod.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7466",
- "name": "Cornflour",
- "examine": "It's cornflour in a pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7468",
- "name": "Pot of cornflour",
- "examine": "It's cornflour in a pot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7470",
- "name": "Cornflour mixture",
- "examine": "A mixture of milk, cream and cornflour.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I'll have to get all the ingredients again.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "7471",
- "name": "Milky mixture",
- "examine": "It's a bucket of milk and cream.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I'll have to get all the ingredients again.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "7472",
- "name": "Cinnamon",
- "examine": "Some cinnamon sticks.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7476",
- "name": "Brulee supreme",
- "examine": "A pot of brulee supreme.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "7477",
- "name": "Evil chicken's egg",
- "examine": "What came first, the chicken or...",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "7478",
- "name": "Dragon token",
- "examine": "It's got a dragon on it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I got this by killing a Black Dragon. It might be hard to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7479",
- "name": "Spicy stew",
- "examine": "It's a meat and potato stew with fancy seasoning.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "1.5"
- },
- {
- "id": "7480",
- "name": "Red spice (4)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7481",
- "name": "Red spice (3)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7482",
- "name": "Red spice (2)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7483",
- "name": "Red spice (1)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7484",
- "name": "Orange spice (4)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7485",
- "name": "Orange spice (3)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7486",
- "name": "Orange spice (2)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7487",
- "name": "Orange spice (1)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7488",
- "name": "Brown spice (4)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7489",
- "name": "Brown spice (3)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7490",
- "name": "Brown spice (2)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7491",
- "name": "Brown spice (1)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7492",
- "name": "Yellow spice (4)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7493",
- "name": "Yellow spice (3)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7494",
- "name": "Yellow spice (2)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7495",
- "name": "Yellow spice (1)",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7496",
- "name": "Empty spice shaker",
- "examine": "Allows for equal distribution of spice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7497",
- "name": "Dirty blast",
- "examine": "A cool refreshing fruit mix. With ash in for some reason.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7498",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7499",
- "name": "Evil dave",
- "examine": "He seems to like wearing black.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7500",
- "name": "Dwarf",
- "examine": "A short angry guy.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7502",
- "name": "Lumbridge guide",
- "examine": "He provides new players with useful information.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7504",
- "name": "Osman",
- "examine": "He looks a little shifty.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7505",
- "name": "Pirate pete",
- "examine": "A shifty-looking character.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7506",
- "name": "Sir amik varze",
- "examine": "Leader of the White Knights.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7507",
- "name": "Skrach",
- "examine": "He's been frozen in time.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7508",
- "name": "Asgoldian ale",
- "examine": "There appears to be a coin in the bottom. Liked by dwarves.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "4"
- },
- {
- "id": "7509",
- "name": "Dwarven rock cake",
- "examine": "Red hot and glowing, ouch! Only for dwarf consumption.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "8.5"
- },
- {
- "id": "7510",
- "name": "Dwarven rock cake",
- "examine": "Cool and heavy as a brick. Only for dwarf consumption.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "8.5"
- },
- {
- "id": "7511",
- "name": "Slop of compromise",
- "examine": "Two out of two goblin generals prefer it!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7512",
- "name": "Soggy bread",
- "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7513",
- "name": "Spicy maggots",
- "examine": "They clearly taste so much better this way!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7514",
- "name": "Dyed orange",
- "examine": "Orange slices which have been dyed, but it looks more like they died.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7515",
- "name": "Breadcrumbs",
- "examine": "Glad these aren't in my bed.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7516",
- "name": "Kelp",
- "examine": "Those leaves look useful!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7517",
- "name": "Ground kelp",
- "examine": "Kelp flakes. Smells of the sea.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "7518",
- "name": "Crab meat",
- "examine": "A smelly meat.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7519",
- "name": "Crab meat",
- "examine": "A smelly meat.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7521",
- "name": "Cooked crab meat",
- "examine": "Nice and Tasty!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "7522",
- "name": "Cooked crab meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7523",
- "name": "Cooked crab meat",
- "examine": "Nice and Tasty!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "7524",
- "name": "Cooked crab meat",
- "examine": "Nice and Tasty!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "7525",
- "name": "Cooked crab meat",
- "examine": "Nice and Tasty!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "7526",
- "name": "Cooked crab meat",
- "examine": "Nice and Tasty!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "7527",
- "name": "Ground crab meat",
- "examine": "A smelly paste.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7528",
- "name": "Ground cod",
- "examine": "A smelly paste.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7529",
- "name": "Raw fishcake",
- "examine": "Would taste nicer if I cooked it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7530",
- "name": "Cooked fishcake",
- "examine": "Mmmm, reminds me of the seaside.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7532",
- "name": "Mudskipper hide",
- "examine": "Hmmm, what can I use this for?",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7534",
- "name": "Fishbowl helmet",
- "examine": "You'll look daft, but at least you won't drown!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "weight": "5"
- },
- {
- "id": "7535",
- "name": "Diving apparatus",
- "examine": "I'll need a helmet to make this work.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "1",
- "weight": "10"
- },
- {
- "id": "7536",
- "name": "Fresh crab claw",
- "examine": "Fresh off the crab itself.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7537",
- "name": "Crab claw",
- "examine": "If it is good enough for crabs, it's good enough for me.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,3,4,2,0,0,1,1,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "weight": "0.9"
- },
- {
- "id": "7538",
- "name": "Fresh crab shell",
- "examine": "Fresh off the crab itself.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7539",
- "name": "Crab helmet",
- "examine": "If it's good enough for crabs, it's good enough for me!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "weight": "0.9"
- },
- {
- "id": "7540",
- "name": "Broken crab claw",
- "examine": "Darn, it's useless now.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7541",
- "name": "Broken crab shell",
- "examine": "Darn, it's useless now.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7542",
- "name": "Cake of guidance",
- "examine": "Imbued with knowledge itself.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Maybe Traiborn will have another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7543",
- "name": "Raw guide cake",
- "examine": "Now all I need to do is cook it.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "7544",
- "name": "Enchanted egg",
- "examine": "Egg containing knowledge.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "7545",
- "name": "Enchanted milk",
- "examine": "Guiding milk.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "7546",
- "name": "Enchanted flour",
- "examine": "A pot of special flour.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "7547",
- "name": "Druid pouch",
- "examine": "A druid pouch.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7548",
- "name": "Potato seed",
- "examine": "A potato seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "8",
- "tradeable": "true"
- },
- {
- "id": "7549",
- "name": "Potato seed",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7550",
- "name": "Onion seed",
- "examine": "An onion seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "true"
- },
- {
- "id": "7551",
- "name": "Onion seed",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7552",
- "name": "Mithril arrow",
- "examine": "Arrows with mithril heads.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,22,0,0",
- "durability": null,
- "shop_price": "76",
- "tradeable": "true"
- },
- {
- "id": "7553",
- "name": "Mithril arrow",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7554",
- "name": "Fire rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "7555",
- "name": "Fire rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7556",
- "name": "Water rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "7557",
- "name": "Water rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7558",
- "name": "Air rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "7559",
- "name": "Air rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7560",
- "name": "Chaos rune",
- "examine": "Used for small missile spells.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "140",
- "tradeable": "true"
- },
- {
- "id": "7561",
- "name": "Chaos rune",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7562",
- "name": "Tomato seed",
- "examine": "A tomato seed - plant in an allotment.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "true"
- },
- {
- "id": "7563",
- "name": "Tomato seed",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7564",
- "name": "Balloon toad",
- "examine": "An inflated toad tied to a rock like a balloon.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7565",
- "name": "Balloon toad",
- "examine": "An inflated toad tied to a rock like a balloon.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7566",
- "name": "Raw jubbly",
- "examine": "The uncooked meat of a Jubbly bird.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "7567",
- "name": "Raw jubbly",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7568",
- "name": "Cooked jubbly",
- "examine": "Lovely jubbly!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "7569",
- "name": "Cooked jubbly",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7571",
- "name": "Burnt jubbly",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7572",
- "name": "Red banana",
- "examine": "Like a banana only redder.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "7573",
- "name": "Tchiki monkey nuts",
- "examine": "Like monkey nuts only tchikier.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7574",
- "name": "Sliced red banana",
- "examine": "Perfect for stuffing snakes.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7575",
- "name": "Tchiki nut paste",
- "examine": "Mixing this with jam would just be wrong.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7576",
- "name": "Snake corpse",
- "examine": "Like a snake only not alive.",
- "archery_ticket_price": "0",
+ "examine": "Examine what?",
"durability": null,
- "weight": "3"
- },
- {
- "id": "7577",
- "name": "Raw stuffed snake",
- "examine": "This snake is stuffed right up.",
+ "name": "Camo top",
+ "weight": "2.7",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "7578",
- "name": "Odd stuffed snake",
- "examine": "Is this really what you wanted to do?",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7579",
- "name": "Stuffed snake",
- "examine": "Fit for a Monkey King. (cooked)",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "7581",
- "name": "Overgrown hellcat",
- "examine": "Your hellish pet cat!!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7582",
- "name": "Hell cat",
- "examine": "Your hellish pet cat!!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7583",
- "name": "Hell-kitten",
- "examine": "Your hellish pet cat!!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7585",
- "name": "Wily hellcat",
- "examine": "Your hellish pet cat!!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7586",
- "name": "Dummy",
- "examine": "I can train on this",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7587",
- "name": "Coffin",
- "examine": "Filled with items. Like a bank, but spookier!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7588",
- "name": "Coffin",
- "examine": "Filled with items. Like a bank, but spookier!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7589",
- "name": "Coffin",
- "examine": "Filled with items. Like a bank, but spookier!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7590",
- "name": "Coffin",
- "examine": "Filled with items. Like a bank, but spookier!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7591",
- "name": "Coffin",
- "examine": "Filled with items. Like a bank, but spookier!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7592",
- "name": "Zombie shirt",
- "examine": "Aside from the braaaains on the lapel, it's still quite good.",
- "archery_ticket_price": "0",
- "durability": null,
+ "id": "6654",
"equipment_slot": "4"
},
{
- "id": "7593",
- "name": "Zombie trousers",
- "examine": "Good for a shamble about town.",
- "archery_ticket_price": "0",
+ "examine": "Examine what?",
"durability": null,
+ "name": "Camo bottoms",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "6655",
"equipment_slot": "7"
},
{
- "id": "7594",
- "name": "Zombie mask",
- "examine": "I look 40,000 years old in this...",
- "archery_ticket_price": "0",
+ "examine": "Examine what?",
"durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true"
+ "name": "Camo helmet",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "6656",
+ "equipment_slot": "0"
},
{
- "id": "7595",
- "name": "Zombie gloves",
- "examine": "Smells pretty funky.",
- "archery_ticket_price": "0",
+ "remove_sleeves": "true",
+ "examine": "Examine what?",
"durability": null,
+ "name": "Camo top",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
+ "id": "6657",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Examine what?",
+ "durability": null,
+ "name": "Camo bottoms",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "6658",
+ "equipment_slot": "7"
+ },
+ {
+ "examine": "Examine what?",
+ "durability": null,
+ "name": "Camo helmet",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "6659",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The jar keeps shaking... I'm scared.",
+ "durability": null,
+ "name": "Fishing explosive",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "archery_ticket_price": "0",
+ "id": "6660"
+ },
+ {
+ "examine": "An angry Ogre in a funny hat.",
+ "durability": null,
+ "name": "Mogre",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "6661"
+ },
+ {
+ "examine": "This fishing rod seems to have been bitten in half.",
+ "durability": null,
+ "name": "Broken fishing rod",
+ "archery_ticket_price": "0",
+ "id": "6662"
+ },
+ {
+ "examine": "It seems someone vacated this boot in a hurry.",
+ "durability": null,
+ "name": "Forlorn boot",
+ "archery_ticket_price": "0",
+ "id": "6663"
+ },
+ {
+ "requirements": "{18,32}",
+ "shop_price": "60",
+ "examine": "The jar keeps shaking... I'm scared.",
+ "durability": null,
+ "name": "Fishing explosive",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "archery_ticket_price": "0",
+ "id": "6664"
+ },
+ {
+ "examine": "Fishy, damp and smelly.",
+ "durability": null,
+ "name": "Mudskipper hat",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6665",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Strangely uncomfortable flippers.",
+ "durability": null,
+ "name": "Flippers",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "6666",
+ "bonuses": "-2,-2,-2,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "An empty fishbowl.",
+ "grand_exchange_price": "431",
+ "durability": null,
+ "name": "Fishbowl",
+ "tradeable": "true",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "6667"
+ },
+ {
+ "examine": "A fishless fishbowl.",
+ "grand_exchange_price": "619",
+ "durability": null,
+ "name": "Fishbowl",
+ "tradeable": "true",
+ "weight": "2.3",
+ "archery_ticket_price": "0",
+ "id": "6668"
+ },
+ {
+ "examine": "A fishless fishbowl with some seaweed.",
+ "grand_exchange_price": "619",
+ "durability": null,
+ "name": "Fishbowl",
+ "tradeable": "true",
+ "weight": "2.3",
+ "archery_ticket_price": "0",
+ "id": "6669"
+ },
+ {
+ "examine": "A fishbowl with a Tiny Bluefish in it.",
+ "grand_exchange_price": "619",
+ "durability": null,
+ "name": "Fishbowl",
+ "tradeable": "true",
+ "weight": "2.3",
+ "archery_ticket_price": "0",
+ "id": "6670"
+ },
+ {
+ "examine": "A fishbowl with a Tiny Greenfish in it.",
+ "grand_exchange_price": "619",
+ "durability": null,
+ "name": "Fishbowl",
+ "tradeable": "true",
+ "weight": "2.3",
+ "archery_ticket_price": "0",
+ "id": "6671"
+ },
+ {
+ "examine": "A fishbowl with a Tiny Spinefish in it.",
+ "grand_exchange_price": "619",
+ "durability": null,
+ "name": "Fishbowl",
+ "tradeable": "true",
+ "weight": "2.3",
+ "archery_ticket_price": "0",
+ "id": "6672"
+ },
+ {
+ "examine": "An empty fishbowl in a net.",
+ "durability": null,
+ "name": "Fishbowl and net",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "6673"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A tiny net for grabbing tiny fish.",
+ "durability": null,
+ "name": "Tiny net",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6674"
+ },
+ {
+ "examine": "'Ingredients: Ground Guam and Ground Seaweed.",
+ "durability": null,
+ "name": "An empty box",
+ "archery_ticket_price": "0",
+ "id": "6675"
+ },
+ {
+ "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...",
+ "durability": null,
+ "name": "Guam in a box",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6677"
+ },
+ {
+ "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...",
+ "durability": null,
+ "name": "Guam in a box?",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6678"
+ },
+ {
+ "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...",
+ "durability": null,
+ "name": "Seaweed in a box",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6679"
+ },
+ {
+ "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...",
+ "durability": null,
+ "name": "Seaweed in a box?",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6680"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "One of the ingredients for making fish food.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Ground guam",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "6681"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Ground guam",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6682"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "One of the ingredients for making fish food.",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Ground seaweed",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "6683"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Ground seaweed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6684"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A Saradomin Brew.",
+ "grand_exchange_price": "15300",
+ "durability": null,
+ "name": "Saradomin brew(4)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "121",
+ "archery_ticket_price": "0",
+ "id": "6685"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "15300",
+ "durability": null,
+ "name": "Saradomin brew(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6686"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A Saradomin Brew.",
+ "grand_exchange_price": "11400",
+ "durability": null,
+ "name": "Saradomin brew(3)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "121",
+ "archery_ticket_price": "0",
+ "id": "6687"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "11400",
+ "durability": null,
+ "name": "Saradomin brew(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6688"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A Saradomin Brew.",
+ "grand_exchange_price": "7566",
+ "durability": null,
+ "name": "Saradomin brew(2)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "121",
+ "archery_ticket_price": "0",
+ "id": "6689"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "7566",
+ "durability": null,
+ "name": "Saradomin brew(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6690"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A Saradomin Brew.",
+ "grand_exchange_price": "3783",
+ "durability": null,
+ "name": "Saradomin brew(1)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "121",
+ "archery_ticket_price": "0",
+ "id": "6691"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3783",
+ "durability": null,
+ "name": "Saradomin brew(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6692"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "It's a crushed bird's nest.",
+ "grand_exchange_price": "10500",
+ "durability": null,
+ "name": "Crushed nest",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6693"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "10500",
+ "durability": null,
+ "name": "Crushed nest",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6694"
+ },
+ {
+ "examine": "\"A cold-blooded creature, partial to warmth.",
+ "durability": null,
+ "name": "Desert lizard",
+ "archery_ticket_price": "0",
+ "id": "6695"
+ },
+ {
+ "requirements": "{22,18}",
+ "shop_price": "1",
+ "examine": "Contains ice-cold water.",
+ "durability": null,
+ "name": "Ice cooler",
+ "archery_ticket_price": "0",
+ "id": "6696"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "10000",
+ "examine": "A pat of freshly churned butter.",
+ "grand_exchange_price": "405",
+ "durability": null,
+ "name": "Pat of butter",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "6697"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "405",
+ "durability": null,
+ "name": "Pat of butter",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6698"
+ },
+ {
+ "durability": null,
+ "name": "Burnt potato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6700"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "It'd taste even better with some toppings.",
+ "grand_exchange_price": "326",
+ "durability": null,
+ "name": "Baked potato",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6701"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "326",
+ "durability": null,
+ "name": "Baked potato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6702"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A baked potato with butter.",
+ "grand_exchange_price": "745",
+ "durability": null,
+ "name": "Potato with butter",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6703"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "745",
+ "durability": null,
+ "name": "Potato with butter",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6704"
+ },
+ {
+ "shop_price": "350",
+ "ge_buy_limit": "10000",
+ "examine": "A baked potato with butter and cheese.",
+ "grand_exchange_price": "604",
+ "durability": null,
+ "name": "Potato with cheese",
+ "tradeable": "true",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6705"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "604",
+ "durability": null,
+ "name": "Potato with cheese",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6706"
+ },
+ {
+ "examine": "An amulet of Camel-speak. It makes vague braying noises.",
+ "durability": null,
+ "name": "Camulet",
+ "archery_ticket_price": "0",
+ "id": "6707",
+ "equipment_slot": "2"
+ },
+ {
+ "shop_price": "200",
+ "examine": "Especially good against diseased arachnids.",
+ "durability": null,
+ "name": "Slayer gloves",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "6708",
+ "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0"
+ },
+ {
+ "examine": "A bunch of legs, eyes and teeth.",
+ "durability": null,
+ "name": "Fever spider",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "6709"
+ },
+ {
+ "examine": "A blindweed seed - plant in a Blindweed patch.",
+ "durability": null,
+ "name": "Blindweed seed",
+ "archery_ticket_price": "0",
+ "id": "6710"
+ },
+ {
+ "examine": "An inedible, foul smelling herb.",
+ "durability": null,
+ "name": "Blindweed",
+ "archery_ticket_price": "0",
+ "id": "6711"
+ },
+ {
+ "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Bucket of water",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "6712"
+ },
+ {
+ "examine": "A heavy metal wrench.",
+ "durability": null,
+ "name": "Wrench",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6713"
+ },
+ {
+ "examine": "A shining paragon of wrenchly virtue.",
+ "durability": null,
+ "name": "Holy wrench",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "6714"
+ },
+ {
+ "examine": "They look at you balefully. 'Feed us...",
+ "durability": null,
+ "name": "Sluglings",
+ "archery_ticket_price": "0",
+ "id": "6715"
+ },
+ {
+ "examine": "A sinister looking squid.",
+ "durability": null,
+ "name": "Karamthulhu",
+ "archery_ticket_price": "0",
+ "id": "6716"
+ },
+ {
+ "examine": "A sinister looking squid.",
+ "durability": null,
+ "name": "Karamthulhu",
+ "archery_ticket_price": "0",
+ "id": "6717"
+ },
+ {
+ "examine": "A diseased deceased Fever Spider. Handle with care.",
+ "durability": null,
+ "name": "Fever spider body",
+ "archery_ticket_price": "0",
+ "id": "6718"
+ },
+ {
+ "examine": "Sorry, I mean a bucket of 'rum'.",
+ "durability": null,
+ "name": "Unsanitary swill",
+ "archery_ticket_price": "0",
+ "id": "6719"
+ },
+ {
+ "requirements": "{18,42}",
+ "shop_price": "200",
+ "examine": "Especially good against diseased arachnids.",
+ "durability": null,
+ "name": "Slayer gloves",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "6720",
+ "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0",
"equipment_slot": "9"
},
{
- "id": "7596",
- "name": "Zombie boots",
- "examine": "Thrilling.",
- "archery_ticket_price": "0",
+ "examine": "A decent enough weapon gone rusty.",
+ "attack_audios": "2500,0,2517,0",
"durability": null,
- "equipment_slot": "10",
- "shop_price": "160"
+ "name": "Rusty scimitar",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "6721"
},
{
- "id": "7597",
- "name": "Item",
- "archery_ticket_price": "0",
+ "examine": "Alas...I hardly knew him.",
"durability": null,
- "tradeable": "true"
+ "name": "Zombie head",
+ "archery_ticket_price": "0",
+ "id": "6722"
},
{
- "id": "7598",
- "name": "Item",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "true"
+ "name": "Fishbowl",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6723"
},
{
- "id": "7599",
- "name": "Item",
- "archery_ticket_price": "0",
+ "requirements": "{4,50}",
+ "ge_buy_limit": "100",
+ "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.",
+ "has_special": "true",
"durability": null,
- "tradeable": "true"
+ "rare_item": "true",
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "weight": "1",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "render_anim": "2588",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "lendable": "true",
+ "grand_exchange_price": "12200",
+ "name": "Seercull",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6724",
+ "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0"
},
{
- "id": "7600",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12200",
"durability": null,
- "tradeable": "true"
+ "name": "Seercull",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6725"
},
{
- "id": "7601",
- "name": "Item",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "true"
+ "name": "Mud battlestaff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6726"
},
{
- "id": "7602",
- "name": "Item",
- "archery_ticket_price": "0",
"durability": null,
- "tradeable": "true"
+ "name": "Mystic mud staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6727"
},
{
- "id": "7603",
- "name": "Item",
- "archery_ticket_price": "0",
+ "examine": "A pot of crushed [type of bones].",
"durability": null,
- "tradeable": "true"
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6728"
},
{
- "id": "7604",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "examine": "These would feed a dogfish for months!",
+ "grand_exchange_price": "9616",
"durability": null,
- "tradeable": "true"
+ "name": "Dagannoth bones",
+ "tradeable": "true",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "6729"
},
{
- "id": "7605",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "9616",
"durability": null,
- "tradeable": "true"
+ "name": "Dagannoth bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6730"
},
{
- "id": "7606",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "examine": "A mysterious ring that can fill the wearer with magical power...",
+ "rare_item": "true",
"durability": null,
- "tradeable": "true"
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "equipment_slot": "12",
+ "lendable": "true",
+ "grand_exchange_price": "478800",
+ "name": "Seers ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6731",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0"
},
{
- "id": "7607",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "478800",
"durability": null,
- "tradeable": "true"
+ "name": "Seers ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6732"
},
{
- "id": "7608",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "examine": "A fabled ring that improves the wearer's skill with a bow...",
+ "rare_item": "true",
"durability": null,
- "tradeable": "true"
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "equipment_slot": "12",
+ "lendable": "true",
+ "grand_exchange_price": "1400000",
+ "name": "Archers ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6733",
+ "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0"
},
{
- "id": "7609",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1400000",
"durability": null,
- "tradeable": "true"
+ "name": "Archers ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6734"
},
{
- "id": "7610",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "examine": "A legendary ring once worn by Fremennik warriors.",
+ "rare_item": "true",
"durability": null,
- "tradeable": "true"
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "equipment_slot": "12",
+ "lendable": "true",
+ "grand_exchange_price": "178100",
+ "name": "Warrior ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6735",
+ "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0"
},
{
- "id": "7611",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "178100",
"durability": null,
- "tradeable": "true"
+ "name": "Warrior ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6736"
},
{
- "id": "7612",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "examine": "A ring reputed to bring out a berserk fury in its wearer.",
+ "rare_item": "true",
"durability": null,
- "tradeable": "true"
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "equipment_slot": "12",
+ "lendable": "true",
+ "grand_exchange_price": "2700000",
+ "name": "Berserker ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6737",
+ "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0"
},
{
- "id": "7613",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "2700000",
"durability": null,
- "tradeable": "true"
+ "name": "Berserker ring",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6738"
},
{
- "id": "7614",
- "name": "Item",
- "archery_ticket_price": "0",
+ "requirements": "{0,60}-{8,61}",
+ "ge_buy_limit": "10",
+ "examine": "A very powerful axe.",
+ "has_special": "true",
+ "rare_item": "true",
"durability": null,
- "tradeable": "true"
+ "low_alchemy": "22000",
+ "high_alchemy": "33000",
+ "weapon_interface": "2",
+ "render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "grand_exchange_price": "813100",
+ "name": "Dragon axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6739",
+ "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0"
},
{
- "id": "7615",
- "name": "Item",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "813100",
"durability": null,
- "tradeable": "true"
+ "name": "Dragon axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6740"
},
{
- "id": "7616",
- "name": "Item",
- "archery_ticket_price": "0",
+ "examine": "Bob can fix this broken (metal) axe for me.",
"durability": null,
- "tradeable": "true"
- },
- {
- "id": "7617",
- "name": "Item",
+ "name": "Broken axe",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "weight": "2.5",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7618",
- "name": "Item",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7620",
- "name": "Silvthrill rod",
- "examine": "A silvery rod of mithril and silver with sapphire on top.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7622",
- "name": "Bucket of rubble",
- "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "7624",
- "name": "Bucket of rubble",
- "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "7626",
- "name": "Bucket of rubble",
- "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "7628",
- "name": "Plaster fragment",
- "examine": "A fragment of plaster with some impressions on it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another plaster fragment by exploring near the Inn in Burgh de Rott.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "7629",
- "name": "Dusty scroll",
- "examine": "An ancient tattered scroll.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another scroll by exploring near the Inn in Burgh de Rott.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7632",
- "name": "Temple library key",
- "examine": "A key for the Temple Library. (In Aid of the Myreque)",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another temple key by talking to Drezel.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7633",
- "name": "Ancient book",
- "examine": "The unholy book of a forgotten god.",
- "archery_ticket_price": "0",
- "bonuses": "4,4,4,6,0,4,4,4,6,0,2,0,0,5,0",
- "destroy_message": "You can get another Ancient Book by searching the library in the temple on the Salve.",
- "durability": null,
- "shop_price": "5000",
- "weight": "1"
- },
- {
- "id": "7634",
- "name": "Battered tome",
- "examine": "An ancient history book.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Crumbling tome by searching the library in the temple on the Salve.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7635",
- "name": "Leather book",
- "examine": "An ancient leather-bound tome.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Leather book by searching the library in the temple on the Salve.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7636",
- "name": "Rod dust",
- "examine": "Rod of Ivandis dust.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7637",
- "name": "Silvthrill rod",
- "examine": "A silvery rod of mithril and silver with sapphire on top.",
- "archery_ticket_price": "0",
- "durability": null,
+ "id": "6741",
"equipment_slot": "3"
},
{
- "id": "7638",
- "name": "Silvthrill rod",
- "examine": "A silvery rod of mithril and silver with sapphire on top.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7639",
- "name": "Rod of ivandis(10)",
- "examine": "A fully charged rod.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "7640",
- "name": "Rod of ivandis(9)",
- "examine": "A partialy charged rod.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "7641",
- "name": "Rod of ivandis(8)",
- "examine": "A partialy charged rod.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "destroy": "true",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "7642",
- "name": "Rod of ivandis(7)",
- "examine": "A partialy charged rod.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "7643",
- "name": "Rod of ivandis(6)",
- "examine": "A partialy charged rod.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "7644",
- "name": "Rod of ivandis(5)",
- "examine": "A partialy charged rod.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "7645",
- "name": "Rod of ivandis(4)",
- "examine": "A partialy charged rod.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "7646",
- "name": "Rod of ivandis(3)",
- "examine": "A partialy charged rod.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "7647",
- "name": "Rod of ivandis(2)",
- "examine": "2! 2 charges left! Ha Ha Ha.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "7648",
- "name": "Rod of ivandis(1)",
- "examine": "A partialy charged rod.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "false",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "7649",
- "name": "Rod clay mould",
- "examine": "A mould of the Rod of Ivandis.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can make another one of these by using clay on Ivandis' coffin.",
- "durability": null
- },
- {
- "id": "7650",
- "name": "Silver dust",
- "examine": "It's ground up silver.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
+ "name": "Broken axe",
"tradeable": "true",
- "weight": "0.33"
+ "archery_ticket_price": "0",
+ "id": "6742"
},
{
- "id": "7651",
- "name": "Silver dust",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6744"
},
{
- "id": "7652",
- "name": "Guthix balance(unf)",
- "examine": "An unfinished potion.",
- "archery_ticket_price": "0",
+ "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)",
"durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7653",
- "name": "Guthix balance(unf)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7654",
- "name": "Guthix balance(unf)",
- "examine": "An unfinished potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7655",
- "name": "Guthix balance(unf)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7656",
- "name": "Guthix balance(unf)",
- "examine": "An unfinished potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7657",
- "name": "Guthix balance(unf)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7658",
- "name": "Guthix balance(unf)",
- "examine": "An unfinished potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7659",
- "name": "Guthix balance(unf)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7660",
- "name": "Guthix balance(4)",
- "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7661",
- "name": "Guthix balance(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7662",
- "name": "Guthix balance(3)",
- "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7663",
- "name": "Guthix balance(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7664",
- "name": "Guthix balance(2)",
- "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7665",
- "name": "Guthix balance(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7666",
- "name": "Guthix balance(1)",
- "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7667",
- "name": "Guthix balance(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "7668",
- "name": "Gadderhammer",
- "examine": "A specially crafted hammer with strange markings on it.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1.8",
"attack_speed": "5",
- "bonuses": "-4,-4,35,-4,0,0,0,0,0,0,0,35,0,0,0",
- "defence_anim": "420",
- "durability": null,
+ "weapon_interface": "6",
+ "render_anim": "2554",
+ "defence_anim": "397",
"equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "name": "Silverlight",
+ "archery_ticket_price": "0",
+ "id": "6745",
+ "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0"
+ },
+ {
+ "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "weapon_interface": "6",
+ "render_anim": "2554",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "name": "Darklight",
+ "archery_ticket_price": "0",
+ "id": "6746",
+ "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0"
+ },
+ {
+ "examine": "Used to make the sigil of the demon Agrith-Naar.",
+ "durability": null,
+ "name": "Demonic sigil mould",
+ "archery_ticket_price": "0",
+ "id": "6747"
+ },
+ {
+ "examine": "A sigil used for the summoning of the demon Agrith-Naar.",
+ "durability": null,
+ "name": "Demonic sigil",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "6748"
+ },
+ {
+ "examine": "Will this book help in summoning Agrith-Naar?",
+ "durability": null,
+ "name": "Demonic tome",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "6749"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "A desert shirt stained black with mushroom ink.",
+ "durability": null,
+ "name": "Black desert shirt",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "6750",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "A desert robe stained black with mushroom ink.",
+ "durability": null,
+ "name": "Black desert robe",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "6752",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Hopefully Erin has a copy!",
+ "examine": "It changes temperature as I walk. (Meeting History)",
+ "durability": null,
+ "name": "Enchanted key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6754",
+ "equipment_slot": "3"
+ },
+ {
"ge_buy_limit": "100",
- "render_anim": "27",
- "run_anim": "1664",
- "shop_price": "3000",
- "stand_anim": "1662",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1663",
- "turn90ccw_anim": "1663",
- "turn90cw_anim": "1663",
+ "turn90cw_anim": "1207",
+ "examine": "A Guthix Mjolnir.",
+ "walk_anim": "1205",
+ "low_alchemy": "250",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "grand_exchange_price": "2875",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6760",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0",
+ "shop_price": "250",
+ "durability": null,
+ "high_alchemy": "375",
+ "weight": "2",
+ "weapon_interface": "3",
+ "render_anim": "28",
+ "name": "Guthix mjolnir"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2875",
+ "durability": null,
+ "name": "Guthix mjolnir",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6761"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A Saradomin Mjolnir.",
+ "walk_anim": "1205",
+ "low_alchemy": "250",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "grand_exchange_price": "17200",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6762",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0",
+ "shop_price": "250",
+ "durability": null,
+ "high_alchemy": "375",
+ "weight": "2",
+ "weapon_interface": "3",
+ "render_anim": "28",
+ "name": "Saradomin mjolnir"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "17200",
+ "durability": null,
+ "name": "Saradomin mjolnir",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6763"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A Zamorak mjolnir.",
+ "walk_anim": "1205",
+ "low_alchemy": "250",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "grand_exchange_price": "4115",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6764",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0",
+ "durability": null,
+ "high_alchemy": "375",
+ "weight": "2",
+ "weapon_interface": "3",
+ "render_anim": "28",
+ "name": "Zamorak mjolnir"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4115",
+ "durability": null,
+ "name": "Zamorak mjolnir",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6765"
+ },
+ {
+ "examine": "Antipoison for Pox.",
+ "durability": null,
+ "name": "Cat antipoison",
+ "archery_ticket_price": "0",
+ "id": "6766"
+ },
+ {
+ "examine": "A little more smelly than usual.",
+ "durability": null,
+ "name": "Poisoned cheese",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "6768"
+ },
+ {
+ "destroy_message": "You can obtain another sheet of music by talking to the snakecharmer of Pollnivneach.",
+ "examine": "Charming.",
+ "durability": null,
+ "name": "Music scroll",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6769"
+ },
+ {
+ "destroy_message": "You can obtain another set of directions to the party by talking to Jimmy Dazzler.",
+ "examine": "Jimmy Dazzler's directions.",
+ "durability": null,
+ "name": "Directions",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6770"
+ },
+ {
+ "examine": "Contains garden weeds.",
+ "durability": null,
+ "name": "Pot of weeds",
+ "archery_ticket_price": "0",
+ "id": "6771"
+ },
+ {
+ "examine": "Contains slowly burning garden weeds.",
+ "durability": null,
+ "name": "Smouldering pot",
+ "archery_ticket_price": "0",
+ "id": "6772"
+ },
+ {
+ "turn90cw_anim": "1424",
+ "examine": "A pole for putting rats on.",
+ "walk_anim": "1422",
+ "durability": null,
+ "weight": "2.2",
+ "turn90ccw_anim": "1425",
+ "attack_speed": "5",
"two_handed": "true",
- "walk_anim": "1663",
"weapon_interface": "10",
- "weight": "1.8"
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Rat pole",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "6773",
+ "stand_turn_anim": "1426",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
},
{
- "id": "7669",
- "name": "Gadderhammer",
- "archery_ticket_price": "0",
+ "turn90cw_anim": "1424",
+ "examine": "A pole with one rat on it.",
+ "walk_anim": "1422",
"durability": null,
+ "weight": "2.2",
+ "turn90ccw_anim": "1425",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Rat pole",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "6774",
+ "stand_turn_anim": "1426",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1424",
+ "examine": "A pole with two rats on it.",
+ "walk_anim": "1422",
+ "durability": null,
+ "weight": "2.2",
+ "turn90ccw_anim": "1425",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Rat pole",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "6775",
+ "stand_turn_anim": "1426",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1424",
+ "examine": "A pole with three rats on it.",
+ "walk_anim": "1422",
+ "durability": null,
+ "weight": "2.2",
+ "turn90ccw_anim": "1425",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Rat pole",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "6776",
+ "stand_turn_anim": "1426",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1424",
+ "examine": "A pole with four rats on it.",
+ "walk_anim": "1422",
+ "durability": null,
+ "weight": "2.2",
+ "turn90ccw_anim": "1425",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Rat pole",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "6777",
+ "stand_turn_anim": "1426",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1424",
+ "examine": "A pole with five rats on it.",
+ "walk_anim": "1422",
+ "durability": null,
+ "weight": "2.2",
+ "turn90ccw_anim": "1425",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Rat pole",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "6778",
+ "stand_turn_anim": "1426",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1424",
+ "examine": "A pole with six rats on it.",
+ "walk_anim": "1422",
+ "durability": null,
+ "weight": "2.2",
+ "turn90ccw_anim": "1425",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Rat pole",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "6779",
+ "stand_turn_anim": "1426",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "examine": "Menaphite thug.",
+ "durability": null,
+ "name": "Menaphite thug",
+ "archery_ticket_price": "0",
+ "id": "6780"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "This looks quite old.",
+ "durability": null,
+ "name": "Robe of elidinis",
+ "archery_ticket_price": "0",
+ "id": "6786",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "This looks quite old.",
+ "durability": null,
+ "name": "Robe of elidinis",
+ "archery_ticket_price": "0",
+ "id": "6787",
+ "equipment_slot": "7"
+ },
+ {
+ "examine": "This robe is too torn to wear.",
+ "durability": null,
+ "name": "Torn robe",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6788"
+ },
+ {
+ "examine": "This robe is too torn to wear.",
+ "durability": null,
+ "name": "Torn robe",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6789"
+ },
+ {
+ "durability": null,
+ "name": "Shoes",
+ "archery_ticket_price": "0",
+ "id": "6790",
+ "equipment_slot": "10"
+ },
+ {
+ "examine": "Awusah's Sole.",
+ "durability": null,
+ "name": "Sole",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6791"
+ },
+ {
+ "examine": "An ancient key from the shrine in Nardah. (Spirits of the Elid)",
+ "durability": null,
+ "name": "Ancestral key",
+ "archery_ticket_price": "0",
+ "id": "6792"
+ },
+ {
+ "examine": "The Ballad of Jaresh.",
+ "durability": null,
+ "name": "Ballad",
+ "archery_ticket_price": "0",
+ "id": "6793"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "1000",
+ "examine": "A tasty treat from Nardah - better eat this before it melts.",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Choc-ice",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "6794"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Choc-ice",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6795"
+ },
+ {
+ "bankable": "false",
+ "examine": "Wonder what happens if I rub it...",
+ "durability": null,
+ "name": "Lamp",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "6796"
+ },
+ {
+ "shop_price": "8",
+ "examine": "See article",
+ "grand_exchange_price": "206",
+ "durability": null,
+ "name": "Watering can",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "6797"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6798"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6799"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6800"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6801"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6802"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6803"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6804"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6805"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6806"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6807"
+ },
+ {
+ "examine": "A scroll once used by a champion.",
+ "durability": null,
+ "name": "Champion scroll",
+ "archery_ticket_price": "0",
+ "id": "6808"
+ },
+ {
+ "requirements": "{1,50}-{2,50}",
+ "ge_buy_limit": "10",
+ "examine": "These look pretty heavy.",
+ "durability": null,
+ "low_alchemy": "26400",
+ "high_alchemy": "39600",
+ "weight": "15",
+ "absorb": "2,0,5",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "39400",
+ "name": "Granite legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6809",
+ "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0"
+ },
+ {
+ "examine": "A pot of crushed [type of bones].",
+ "durability": null,
+ "name": "Bonemeal",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6810"
+ },
+ {
+ "examine": "A very dangerous pile of animated Wyvern bones.",
+ "durability": null,
+ "name": "Skeletal wyvern",
+ "archery_ticket_price": "0",
+ "attack_speed": "6",
+ "id": "6811"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Bones of a huge flying creature.",
+ "grand_exchange_price": "4845",
+ "durability": null,
+ "name": "Wyvern bones",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6812"
+ },
+ {
+ "durability": null,
+ "name": "Granite legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6813"
+ },
+ {
+ "shop_price": "20",
"ge_buy_limit": "100",
- "tradeable": "true"
+ "examine": "This would make warm clothing.",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Fur",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "6814"
},
{
- "id": "7671",
- "name": "Boxing gloves",
- "examine": "I think they look a bit silly.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "90",
"durability": null,
- "equipment_slot": "3",
- "render_anim": "1386",
- "run_anim": "824",
- "stand_anim": "3677",
- "stand_turn_anim": "823",
- "turn180_anim": "3680",
- "turn90ccw_anim": "3680",
- "turn90cw_anim": "3680",
+ "name": "Fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6815"
+ },
+ {
+ "durability": null,
+ "name": "Wyvern bones",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6816"
+ },
+ {
+ "turn90cw_anim": "7044",
+ "examine": "A slender two-handed sword.",
+ "walk_anim": "7046",
+ "durability": null,
+ "destroy": "true",
+ "weight": "3",
+ "turn90ccw_anim": "7043",
"two_handed": "true",
- "walk_anim": "3680",
- "weapon_interface": "9",
- "weight": "0.4"
+ "turn180_anim": "7045",
+ "render_anim": "124",
+ "equipment_slot": "3",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "stand_anim": "7047",
+ "name": "Slender blade",
+ "tradeable": "false",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "6817",
+ "stand_turn_anim": "7040"
},
{
- "id": "7673",
- "name": "Boxing gloves",
- "examine": "I think they look a bit silly.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
+ "turn90cw_anim": "1207",
+ "examine": "A sharp sword that can also fire arrows.",
+ "walk_anim": "1205",
"durability": null,
+ "destroy": "true",
+ "weight": "3",
+ "turn90ccw_anim": "1208",
+ "turn180_anim": "1206",
+ "render_anim": "28",
"equipment_slot": "3",
- "render_anim": "1386",
- "run_anim": "824",
- "stand_anim": "3677",
+ "destroy_message": "You can make a replacement.",
+ "stand_anim": "813",
+ "name": "Bow-sword",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6818",
+ "stand_turn_anim": "1209"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "25000",
+ "examine": "A large pouch used for storing essence.",
+ "durability": null,
+ "name": "Large pouch",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6819"
+ },
+ {
+ "destroy_message": "I can get another from the assassin beside the winch that leads down into Senntisten temple.",
+ "examine": "It seems to have pieces missing. After Temple at Senntisten quest: The assassin's plunder from the church on Entrana.",
+ "durability": null,
+ "name": "Relic",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6820"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This looks valuable.",
+ "durability": null,
+ "name": "Orb",
+ "archery_ticket_price": "0",
+ "id": "6821"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Star bauble",
+ "archery_ticket_price": "0",
+ "id": "6822"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Star bauble",
+ "archery_ticket_price": "0",
+ "id": "6823"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Star bauble",
+ "archery_ticket_price": "0",
+ "id": "6824"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Star bauble",
+ "archery_ticket_price": "0",
+ "id": "6825"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Star bauble",
+ "archery_ticket_price": "0",
+ "id": "6826"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Star bauble",
+ "archery_ticket_price": "0",
+ "id": "6827"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Box bauble",
+ "archery_ticket_price": "0",
+ "id": "6828"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Box bauble",
+ "archery_ticket_price": "0",
+ "id": "6829"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Box bauble",
+ "archery_ticket_price": "0",
+ "id": "6830"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Box bauble",
+ "archery_ticket_price": "0",
+ "id": "6831"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Box bauble",
+ "archery_ticket_price": "0",
+ "id": "6832"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Box bauble",
+ "archery_ticket_price": "0",
+ "id": "6833"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Diamond bauble",
+ "archery_ticket_price": "0",
+ "id": "6834"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Diamond bauble",
+ "archery_ticket_price": "0",
+ "id": "6835"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Diamond bauble",
+ "archery_ticket_price": "0",
+ "id": "6836"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Diamond bauble",
+ "archery_ticket_price": "0",
+ "id": "6837"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Diamond bauble",
+ "archery_ticket_price": "0",
+ "id": "6838"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Diamond bauble",
+ "archery_ticket_price": "0",
+ "id": "6839"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Tree bauble",
+ "archery_ticket_price": "0",
+ "id": "6840"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Tree bauble",
+ "archery_ticket_price": "0",
+ "id": "6841"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Tree bauble",
+ "archery_ticket_price": "0",
+ "id": "6842"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Tree bauble",
+ "archery_ticket_price": "0",
+ "id": "6843"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Tree bauble",
+ "archery_ticket_price": "0",
+ "id": "6844"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Tree bauble",
+ "archery_ticket_price": "0",
+ "id": "6845"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Bell bauble",
+ "archery_ticket_price": "0",
+ "id": "6846"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Bell bauble",
+ "archery_ticket_price": "0",
+ "id": "6847"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Bell bauble",
+ "archery_ticket_price": "0",
+ "id": "6848"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Bell bauble",
+ "archery_ticket_price": "0",
+ "id": "6849"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Bell bauble",
+ "archery_ticket_price": "0",
+ "id": "6850"
+ },
+ {
+ "examine": "See individual articles.",
+ "durability": null,
+ "name": "Bell bauble",
+ "archery_ticket_price": "0",
+ "id": "6851"
+ },
+ {
+ "examine": "A box for storing completed puppets.",
+ "durability": null,
+ "name": "Puppet box",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6852"
+ },
+ {
+ "examine": "A box for storing painted baubles.",
+ "durability": null,
+ "name": "Bauble box",
+ "archery_ticket_price": "0",
+ "id": "6853"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A box for storing completed puppets.",
+ "durability": null,
+ "name": "Puppet box",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6854"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A box for storing painted baubles.",
+ "durability": null,
+ "name": "Bauble box",
+ "archery_ticket_price": "0",
+ "id": "6855"
+ },
+ {
+ "destroy_message": "You can obtain another hat from Diango in the Draynor Market.",
+ "examine": "A woolly bobble hat.",
+ "durability": null,
+ "name": "Bobble hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "6856",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A woolly scarf.",
+ "durability": null,
+ "name": "Bobble scarf",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "6857",
+ "equipment_slot": "2"
+ },
+ {
+ "destroy_message": "You can obtain another hat from Diango in the Draynor Market.",
+ "shop_price": "160",
+ "examine": "A woolly Jester hat.",
+ "durability": null,
+ "name": "Jester hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "6858",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can get another Jester scarf from Diango.",
+ "examine": "A woolly jester scarf.",
+ "durability": null,
+ "name": "Jester scarf",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "6859",
+ "equipment_slot": "2"
+ },
+ {
+ "destroy_message": "You may get another from Diango in Draynor Village.",
+ "examine": "A woolly triple bobble jester hat.",
+ "durability": null,
+ "name": "Tri-jester hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "6860",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can obtain another jester scarf from Diango in the Draynor Market.",
+ "examine": "A woolly jester scarf.",
+ "durability": null,
+ "name": "Tri-jester scarf",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "6861",
+ "equipment_slot": "2"
+ },
+ {
+ "destroy_message": "You can obtain another hat from Diango in the Draynor Market.",
+ "examine": "A woolly tobogganing hat.",
+ "durability": null,
+ "name": "Woolly hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "6862",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A woolly tobogganing scarf.",
+ "durability": null,
+ "name": "Woolly scarf",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "6863",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "The controlling part of a marionette.",
+ "durability": null,
+ "name": "Marionette handle",
+ "archery_ticket_price": "0",
+ "id": "6864",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.",
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Blue marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6865"
+ },
+ {
+ "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.",
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Green marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6866"
+ },
+ {
+ "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.",
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Red marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6867"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Blue marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6868"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Green marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6869"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Red marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6870"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Red marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6871"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Red marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6872"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Red marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6873"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Red marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6874"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Blue marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6875"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Blue marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6876"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Blue marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6877"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Blue marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6878"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Green marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6879"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Green marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6880"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Green marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6881"
+ },
+ {
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Green marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6882"
+ },
+ {
+ "examine": "A tasty fruit.",
+ "durability": null,
+ "name": "Peach",
+ "archery_ticket_price": "0",
+ "id": "6883"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A magic training arena progress hat",
+ "durability": null,
+ "name": "Progress hat",
+ "archery_ticket_price": "0",
+ "id": "6885",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A magic training arena progress hat",
+ "durability": null,
+ "name": "Progress hat",
+ "archery_ticket_price": "0",
+ "id": "6886",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A magic training arena progress hat",
+ "durability": null,
+ "name": "Progress hat",
+ "archery_ticket_price": "0",
+ "id": "6887",
+ "equipment_slot": "0"
+ },
+ {
+ "bankable": "false",
+ "examine": "A guardian of the arena.",
+ "durability": null,
+ "name": "Guardian statue",
+ "archery_ticket_price": "0",
+ "id": "6888"
+ },
+ {
+ "requirements": "{6,60}",
+ "ge_buy_limit": "10",
+ "examine": "The magical book of the Mage.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "1",
+ "equipment_slot": "5",
+ "grand_exchange_price": "3800000",
+ "name": "Mage's book",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6889",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "3800000",
+ "durability": null,
+ "name": "Mage's book",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6890"
+ },
+ {
+ "shop_price": "200",
+ "examine": "A book about the Training Arena.",
+ "durability": null,
+ "name": "Arena book",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6891"
+ },
+ {
+ "bankable": "false",
+ "shop_price": "6",
+ "examine": "Comfortable leather boots.",
+ "grand_exchange_price": "189",
+ "durability": null,
+ "name": "Leather boots",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "6893",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0"
+ },
+ {
+ "bankable": "false",
+ "examine": "A large metal shield.",
+ "grand_exchange_price": "3084",
+ "durability": null,
+ "name": "Adamant kiteshield",
+ "tradeable": "true",
+ "weight": "5.8",
+ "archery_ticket_price": "0",
+ "id": "6894",
+ "absorb": "3,0,6",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0"
+ },
+ {
+ "bankable": "false",
+ "examine": "A medium sized helmet.",
+ "grand_exchange_price": "1049",
+ "durability": null,
+ "name": "Adamant med helm",
+ "tradeable": "true",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "6895",
+ "absorb": "1,0,2",
+ "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0"
+ },
+ {
+ "bankable": "false",
+ "shop_price": "350",
+ "examine": "This looks valuable.",
+ "grand_exchange_price": "644",
+ "durability": null,
+ "name": "Emerald",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6896"
+ },
+ {
+ "bankable": "false",
+ "shop_price": "32000",
+ "examine": "A razor sharp longsword",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "5",
+ "lendable": "true",
+ "grand_exchange_price": "18938",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Rune longsword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6897",
+ "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0"
+ },
+ {
+ "bankable": "false",
+ "examine": "A green cylinder",
+ "durability": null,
+ "name": "Cylinder",
+ "archery_ticket_price": "0",
+ "id": "6898"
+ },
+ {
+ "bankable": "false",
+ "examine": "A yellow cube",
+ "durability": null,
+ "name": "Cube",
+ "archery_ticket_price": "0",
+ "id": "6899"
+ },
+ {
+ "bankable": "false",
+ "examine": "A blue icosahedron.",
+ "durability": null,
+ "name": "Icosahedron",
+ "archery_ticket_price": "0",
+ "id": "6900"
+ },
+ {
+ "bankable": "false",
+ "examine": "A red pentamid.",
+ "durability": null,
+ "name": "Pentamid",
+ "archery_ticket_price": "0",
+ "id": "6901"
+ },
+ {
+ "bankable": "false",
+ "examine": "This looks valuable.",
+ "durability": null,
+ "name": "Orb",
+ "archery_ticket_price": "0",
+ "id": "6902"
+ },
+ {
+ "bankable": "false",
+ "examine": "This looks valuable.",
+ "durability": null,
+ "name": "Dragonstone",
+ "tradeable": "true",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "6903"
+ },
+ {
+ "examine": "Various animals' bones.",
+ "durability": null,
+ "name": "Animals' bones",
+ "archery_ticket_price": "0",
+ "id": "6904"
+ },
+ {
+ "examine": "Various animals' bones.",
+ "durability": null,
+ "name": "Animals' bones",
+ "archery_ticket_price": "0",
+ "id": "6905"
+ },
+ {
+ "examine": "Various animals' bones.",
+ "durability": null,
+ "name": "Animals' bones",
+ "archery_ticket_price": "0",
+ "id": "6906"
+ },
+ {
+ "examine": "Various animals' bones.",
+ "durability": null,
+ "name": "Animals' bones",
+ "archery_ticket_price": "0",
+ "id": "6907"
+ },
+ {
+ "requirements": "{6,45}",
+ "shop_price": "303030030",
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "821",
+ "examine": "A beginner level wand",
+ "walk_anim": "1146",
+ "durability": null,
+ "low_alchemy": "480",
+ "high_alchemy": "720",
+ "weight": "0.2",
+ "turn90ccw_anim": "822",
+ "weapon_interface": "1",
+ "turn180_anim": "820",
+ "render_anim": "1426",
+ "equipment_slot": "3",
+ "grand_exchange_price": "11500",
+ "stand_anim": "809",
+ "name": "Beginner wand",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6908",
"stand_turn_anim": "823",
- "turn180_anim": "3680",
- "turn90ccw_anim": "3680",
- "turn90cw_anim": "3680",
- "two_handed": "true",
- "walk_anim": "3680",
- "weapon_interface": "9",
- "weight": "0.4"
+ "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0"
},
{
- "id": "7675",
- "name": "Wooden sword",
- "examine": "A less-than razor sharp sword.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "11500",
"durability": null,
- "equip_audio": "2248",
+ "name": "Beginner wand",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6909"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "821",
+ "examine": "An apprentice level wand.",
+ "walk_anim": "1146",
+ "low_alchemy": "600",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "defence_anim": "420",
"equipment_slot": "3",
- "render_anim": "2584",
- "weapon_interface": "5"
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "82000",
+ "stand_anim": "809",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6910",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,10,0,0,0,0,10,0,0,0,0,0,0",
+ "requirements": "{6,50}",
+ "shop_price": "606060060",
+ "durability": null,
+ "high_alchemy": "900",
+ "weapon_interface": "1",
+ "render_anim": "1426",
+ "name": "Apprentice wand"
},
{
- "id": "7676",
- "name": "Wooden shield",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "82000",
"durability": null,
- "equip_audio": "2250",
+ "name": "Apprentice wand",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6911"
+ },
+ {
+ "requirements": "{6,55}",
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "821",
+ "examine": "A teacher level wand.",
+ "walk_anim": "1146",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "turn90ccw_anim": "822",
+ "weapon_interface": "1",
+ "turn180_anim": "820",
+ "render_anim": "1426",
+ "equipment_slot": "3",
+ "grand_exchange_price": "944100",
+ "stand_anim": "809",
+ "name": "Teacher wand",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6912",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "944100",
+ "durability": null,
+ "name": "Teacher wand",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6913"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "821",
+ "examine": "A master level wand.",
+ "walk_anim": "1146",
+ "low_alchemy": "1000",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "1700000",
+ "stand_anim": "8980",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "6914",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0",
+ "requirements": "{6,60}",
+ "durability": null,
+ "high_alchemy": "1500",
+ "weight": "0.1",
+ "weapon_interface": "1",
+ "render_anim": "1426",
+ "name": "Master wand"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1700000",
+ "durability": null,
+ "name": "Master wand",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6915"
+ },
+ {
+ "requirements": "{1,25}-{6,50}",
+ "ge_buy_limit": "10",
+ "examine": "Mystical robes.",
+ "durability": null,
+ "low_alchemy": "56000",
+ "high_alchemy": "84000",
+ "weight": "2.2",
+ "absorb": "3,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "3300000",
+ "name": "Infinity top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6916",
+ "bonuses": "0,0,0,22,0,0,0,0,22,0,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "3300000",
+ "durability": null,
+ "name": "Infinity top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6917"
+ },
+ {
+ "requirements": "{1,25}-{6,50}",
+ "ge_buy_limit": "10",
+ "examine": "A mystic hat.",
+ "durability": null,
+ "low_alchemy": "6800",
+ "high_alchemy": "10200",
+ "weight": "0.4",
+ "absorb": "1,0,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1800000",
+ "name": "Infinity hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "6918",
+ "bonuses": "0,0,0,6,0,0,0,0,6,0,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1800000",
+ "durability": null,
+ "name": "Infinity hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6919"
+ },
+ {
+ "requirements": "{1,25}-{6,50}",
+ "ge_buy_limit": "10",
+ "examine": "Mystical boots.",
+ "durability": null,
+ "low_alchemy": "4800",
+ "high_alchemy": "7200",
+ "destroy": "true",
+ "weight": "0.4",
+ "equipment_slot": "10",
+ "grand_exchange_price": "1200000",
+ "name": "Infinity boots",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "6920",
+ "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1200000",
+ "durability": null,
+ "name": "Infinity boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6921"
+ },
+ {
+ "requirements": "{1,25}-{6,50}",
+ "ge_buy_limit": "10",
+ "examine": "Mystical gloves.",
+ "durability": null,
+ "low_alchemy": "4800",
+ "high_alchemy": "7200",
+ "weight": "0.4",
+ "equipment_slot": "9",
+ "grand_exchange_price": "1900000",
+ "name": "Infinity gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6922",
+ "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1900000",
+ "durability": null,
+ "name": "Infinity gloves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6923"
+ },
+ {
+ "requirements": "{1,25}-{6,50}",
+ "ge_buy_limit": "10",
+ "examine": "Mystical robes.",
+ "durability": null,
+ "low_alchemy": "36000",
+ "high_alchemy": "54000",
+ "weight": "1.8",
+ "absorb": "2,1,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "2500000",
+ "name": "Infinity bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6924",
+ "bonuses": "0,0,0,17,0,0,0,0,17,0,17,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "2500000",
+ "durability": null,
+ "name": "Infinity bottoms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6925"
+ },
+ {
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "983",
+ "durability": null,
+ "name": "Bones to peaches",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6926"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A severed hand covered with sand.",
+ "durability": null,
+ "name": "Sandy hand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6945"
+ },
+ {
+ "destroy_message": "Speak to the Guard Captain in Yanille to get another beer soaked hand.",
+ "examine": "A severed hand dripping with beer.",
+ "durability": null,
+ "name": "Beer-soaked hand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6946"
+ },
+ {
+ "destroy_message": "Speak to Bert to replace this Rota.",
+ "examine": "A copy of a work rota.",
+ "durability": null,
+ "name": "Bert's rota",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6947"
+ },
+ {
+ "destroy_message": "Search Sandy's office in Brimhaven for another Rota.",
+ "examine": "An original work rota.",
+ "durability": null,
+ "name": "Sandy's rota",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6948"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Maybe I should read this...",
+ "durability": null,
+ "name": "A magic scroll",
+ "archery_ticket_price": "0",
+ "id": "6949"
+ },
+ {
+ "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.",
+ "examine": "An ordinary looking scrying orb.",
+ "durability": null,
+ "name": "Magical orb",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6950"
+ },
+ {
+ "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.",
+ "examine": "This magical scrying orb pulsates as it stores information.",
+ "durability": null,
+ "name": "Magical orb (a)",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6951"
+ },
+ {
+ "destroy_message": "Speak to Betty in Port Sarim to get another bottle of truth serum.",
+ "examine": "Fluid sloshes innocently in this vial.",
+ "durability": null,
+ "name": "Truth serum",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6952"
+ },
+ {
+ "destroy_message": "Speak to Betty in Port Sarim to get another bottle.",
+ "examine": "A bottle of water.",
+ "durability": null,
+ "name": "Bottled water",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6953"
+ },
+ {
+ "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make some more red berry juice.",
+ "examine": "Redberry juice sloshes around in this vial, waiting for white berries to be added.",
+ "durability": null,
+ "name": "Redberry juice",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6954"
+ },
+ {
+ "destroy_message": "Speak to Betty in Port Sarim to make more pink dye.",
+ "shop_price": "20",
+ "examine": "A vial of pink dye.",
+ "durability": null,
+ "name": "Pink dye",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6955"
+ },
+ {
+ "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make the lens again.",
+ "examine": "This lens has a pinkish tinge to it.",
+ "durability": null,
+ "name": "Rose-tinted lens",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6956",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "Speak to Mazion near the sandpit on Entrana to find the Wizard Head again.",
+ "examine": "A decapitated, sand-covered head.",
+ "durability": null,
+ "name": "Wizard's head",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "6957"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A handful of sand from Sandy's pocket.",
+ "durability": null,
+ "name": "Sand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6958"
+ },
+ {
+ "shop_price": "20",
+ "ge_buy_limit": "100",
+ "examine": "Use pink dye on a cape and this is what you get!",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "destroy": "true",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "919",
+ "name": "Cape",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "6959",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "919",
+ "durability": null,
+ "name": "Cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6960"
+ },
+ {
+ "examine": "A freshly baked baguette.",
+ "durability": null,
+ "name": "Baguette",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "6961"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A freshly made triangle sandwich.",
+ "grand_exchange_price": "110",
+ "durability": null,
+ "name": "Triangle sandwich",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "6962"
+ },
+ {
+ "examine": "A freshly made roll.",
+ "durability": null,
+ "name": "Roll",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6963"
+ },
+ {
+ "bankable": "false",
+ "examine": "Lovely money!",
+ "durability": null,
+ "name": "Coins",
+ "archery_ticket_price": "0",
+ "id": "6964"
+ },
+ {
+ "examine": "A freshly made square sandwich.",
+ "durability": null,
+ "name": "Square sandwich",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "6965"
+ },
+ {
+ "examine": "Makes the wearer pretty intimidating.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "weight": "1.3",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "grand_exchange_price": "61200",
+ "name": "Dragon med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6967",
+ "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Triangle sandwich",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6968"
+ },
+ {
+ "examine": "I'd better be careful eating this.",
+ "grand_exchange_price": "694",
+ "durability": null,
+ "name": "Shark",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.6",
+ "archery_ticket_price": "0",
+ "id": "6969"
+ },
+ {
+ "examine": "It's a solid gold pyramid!",
+ "durability": null,
+ "name": "Pyramid top",
+ "weight": "11",
+ "archery_ticket_price": "0",
+ "id": "6970"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A large chunk of sandstone.",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Sandstone (1kg)",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6971"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Sandstone (1kg)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6972"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A large chunk of sandstone.",
+ "grand_exchange_price": "27",
+ "durability": null,
+ "name": "Sandstone (2kg)",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6973"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "27",
+ "durability": null,
+ "name": "Sandstone (2kg)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6974"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A large chunk of sandstone.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Sandstone (5kg)",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6975"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Sandstone (5kg)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6976"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A large chunk of sandstone.",
+ "grand_exchange_price": "120",
+ "durability": null,
+ "name": "Sandstone (10kg)",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "6977"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "120",
+ "durability": null,
+ "name": "Sandstone (10kg)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6978"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "See article",
+ "grand_exchange_price": "304",
+ "durability": null,
+ "name": "Granite (500g)",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6979"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "304",
+ "durability": null,
+ "name": "Granite (500g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6980"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "See article",
+ "grand_exchange_price": "845",
+ "durability": null,
+ "name": "Granite (2kg)",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6981"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "845",
+ "durability": null,
+ "name": "Granite (2kg)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "6982"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "See article",
+ "grand_exchange_price": "2153",
+ "durability": null,
+ "name": "Granite (5kg)",
+ "tradeable": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "6983",
"equipment_slot": "5"
},
{
- "id": "7677",
- "name": "Treasure stone",
- "examine": "It knows where the treasure is.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.8"
- },
- {
- "id": "7678",
- "name": "Prize key",
- "examine": "You can use this to open the prize chest!",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "weight": "1"
- },
- {
- "id": "7679",
- "name": "Pugel",
- "examine": "A good tool for bashing someone.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "two_handed": "true",
- "weapon_interface": "14"
- },
- {
- "id": "7680",
- "name": "Pugel",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7681",
- "name": "Game book",
- "examine": "Party Pete's Bumper Book Of Games",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2153",
"durability": null,
+ "name": "Granite (5kg)",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "6984"
},
{
- "id": "7682",
- "name": "Hoop",
- "archery_ticket_price": "0",
+ "destroy_message": "You can make another 20 kg block by giving enough stone to Lazim.",
+ "examine": "A huge twenty-kilo block of sandstone.",
"durability": null,
+ "name": "Sandstone (20kg)",
+ "destroy": "true",
+ "weight": "20",
+ "archery_ticket_price": "0",
+ "id": "6985"
+ },
+ {
+ "destroy_message": "You can make another 32 kg sandstone block by giving enough stone to Lazim.",
+ "examine": "A huge thirty-two-kilo block of sandstone.",
+ "durability": null,
+ "name": "Sandstone (32kg)",
+ "destroy": "true",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "6986"
+ },
+ {
+ "destroy_message": "You can make another statue body by giving Lazim 20 kg of stone and then crafting it.",
+ "examine": "The body of a sandstone statue.",
+ "durability": null,
+ "name": "Sandstone body",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "6987"
+ },
+ {
+ "destroy_message": "You can make another statue base by giving Lazim 32 kg of stone and then crafting it.",
+ "examine": "The base and legs of a sandstone statue.",
+ "durability": null,
+ "name": "Sandstone base",
+ "destroy": "true",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "6988"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A metal sigil in the shape of a Z.",
+ "durability": null,
+ "name": "Z sigil",
+ "archery_ticket_price": "0",
+ "id": "6993"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A metal sigil in the shape of an M.",
+ "durability": null,
+ "name": "M sigil",
+ "archery_ticket_price": "0",
+ "id": "6994"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A metal sigil in the shape of an R.",
+ "durability": null,
+ "name": "R sigil",
+ "archery_ticket_price": "0",
+ "id": "6995"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A metal sigil in the shape of a K.",
+ "durability": null,
+ "name": "K sigil",
+ "archery_ticket_price": "0",
+ "id": "6996"
+ },
+ {
+ "destroy_message": "You can get the statue's left arm back from Lazim.",
+ "examine": "The left arm of a large stone statue.",
+ "durability": null,
+ "name": "Stone left arm",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "9",
+ "archery_ticket_price": "0",
+ "id": "6997"
+ },
+ {
+ "destroy_message": "You can get the statue's right arm back from Lazim.",
+ "examine": "The right arm of a large stone statue.",
+ "durability": null,
+ "name": "Stone right arm",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "9",
+ "archery_ticket_price": "0",
+ "id": "6998"
+ },
+ {
+ "destroy_message": "You can get the statue's left leg back from Lazim.",
+ "examine": "The left leg of a large stone statue.",
+ "durability": null,
+ "name": "Stone left leg",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "9",
+ "archery_ticket_price": "0",
+ "id": "6999"
+ },
+ {
+ "destroy_message": "You can get the statue's right leg back from Lazim.",
+ "examine": "The right leg of a large stone statue.",
+ "durability": null,
+ "name": "Stone right leg",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "9",
+ "archery_ticket_price": "0",
+ "id": "7000"
+ },
+ {
+ "destroy_message": "You can make another positive mould by using soft clay on the pedestal in Enakhra's temple.",
+ "examine": "A positive clay mould of a camel's head.",
+ "durability": null,
+ "name": "Camel mould (p)",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7001"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Blend in in the desert.",
+ "durability": null,
+ "name": "Camel mask",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7003",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "14",
+ "examine": "Good for detailed crafting.",
+ "grand_exchange_price": "33",
+ "durability": null,
+ "name": "Chisel",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "7004",
"equipment_slot": "3"
},
{
- "id": "7683",
- "name": "Hoop",
- "archery_ticket_price": "0",
+ "requirements": "{18,33}-{11,33}",
+ "shop_price": "130",
+ "ge_buy_limit": "100",
+ "examine": "A lantern to aid attacking Harpie bugs.",
"durability": null,
- "tradeable": "true"
+ "low_alchemy": "52",
+ "high_alchemy": "78",
+ "weight": "2.2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "466",
+ "name": "Unlit bug lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7051"
},
{
- "id": "7684",
- "name": "Dart",
- "archery_ticket_price": "0",
- "attack_speed": "3",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "466",
"durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3"
+ "name": "Unlit bug lantern",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7052"
},
{
- "id": "7685",
- "name": "Dart",
- "archery_ticket_price": "0",
+ "requirements": "{18,33}",
+ "shop_price": "130",
+ "examine": "A lantern to aid attacking Harpie bugs.",
"durability": null,
- "tradeable": "true"
+ "name": "Lit bug lantern",
+ "low_alchemy": "52",
+ "high_alchemy": "78",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "7053",
+ "equipment_slot": "5"
},
{
- "id": "7686",
- "name": "Bow and arrow",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "examine": "A baked potato with chilli con carne",
+ "grand_exchange_price": "415",
"durability": null,
+ "name": "Chilli potato",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7054"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "415",
+ "durability": null,
+ "name": "Chilli potato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7055"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A baked potato with egg and tomato.",
+ "grand_exchange_price": "441",
+ "durability": null,
+ "name": "Egg potato",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7056"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "441",
+ "durability": null,
+ "name": "Egg potato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7057"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A baked potato with mushroom and onions.",
+ "grand_exchange_price": "1165",
+ "durability": null,
+ "name": "Mushroom potato",
+ "tradeable": "true",
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7058"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1165",
+ "durability": null,
+ "name": "Mushroom potato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7059"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A baked potato with tuna and sweetcorn.",
+ "grand_exchange_price": "2134",
+ "durability": null,
+ "name": "Tuna potato",
+ "tradeable": "true",
+ "low_alchemy": "45",
+ "high_alchemy": "67",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7060"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2134",
+ "durability": null,
+ "name": "Tuna potato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7061"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of meat in chilli-con-carne sauce.",
+ "grand_exchange_price": "215",
+ "durability": null,
+ "name": "Chilli con carne",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7062"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "215",
+ "durability": null,
+ "name": "Chilli con carne",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7063"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of scrambled eggs and tomato",
+ "grand_exchange_price": "126",
+ "durability": null,
+ "name": "Egg and tomato",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7064"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "126",
+ "durability": null,
+ "name": "Egg and tomato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7065"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of fried mushroom and onions.",
+ "grand_exchange_price": "368",
+ "durability": null,
+ "name": "Mushroom & onion",
+ "tradeable": "true",
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7066"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "368",
+ "durability": null,
+ "name": "Mushroom & onion",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7067"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A bowl of cooked tuna and sweetcorn.",
+ "grand_exchange_price": "514",
+ "durability": null,
+ "name": "Tuna and corn",
+ "tradeable": "true",
+ "low_alchemy": "45",
+ "high_alchemy": "67",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7068"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "514",
+ "durability": null,
+ "name": "Tuna and corn",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7069"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of finely minced meat.",
+ "grand_exchange_price": "22",
+ "durability": null,
+ "name": "Minced meat",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7070"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "22",
+ "durability": null,
+ "name": "Minced meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7071"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of spicy sauce.",
+ "grand_exchange_price": "70",
+ "durability": null,
+ "name": "Spicy sauce",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7072"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "70",
+ "durability": null,
+ "name": "Spicy sauce",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7073"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of chopped garlic.",
+ "grand_exchange_price": "39",
+ "durability": null,
+ "name": "Chopped garlic",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "7074"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "39",
+ "durability": null,
+ "name": "Chopped garlic",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7075"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of uncooked egg.",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Uncooked egg",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7076"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Uncooked egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7077"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of scrambled egg.",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Scrambled egg",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7078"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Scrambled egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7079"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of sliced Bittercap mushrooms.",
+ "grand_exchange_price": "149",
+ "durability": null,
+ "name": "Sliced mushrooms",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "25",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7080"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "149",
+ "durability": null,
+ "name": "Sliced mushrooms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7081"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of fried Bittercap mushrooms.",
+ "grand_exchange_price": "189",
+ "durability": null,
+ "name": "Fried mushrooms",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "25",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7082"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "189",
+ "durability": null,
+ "name": "Fried mushrooms",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7083"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of sliced, fried onions.",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Fried onions",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7084"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Fried onions",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7085"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A bowl of finely chopped tuna.",
+ "grand_exchange_price": "233",
+ "durability": null,
+ "name": "Chopped tuna",
+ "tradeable": "true",
+ "low_alchemy": "41",
+ "high_alchemy": "62",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7086"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "233",
+ "durability": null,
+ "name": "Chopped tuna",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7087"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Raw sweetcorn.",
+ "grand_exchange_price": "110",
+ "durability": null,
+ "name": "Sweetcorn",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "archery_ticket_price": "0",
+ "id": "7088"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "110",
+ "durability": null,
+ "name": "Sweetcorn",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7089"
+ },
+ {
+ "durability": null,
+ "name": "Burnt egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7091"
+ },
+ {
+ "durability": null,
+ "name": "Burnt onion",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7093"
+ },
+ {
+ "durability": null,
+ "name": "Burnt mushroom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7095"
+ },
+ {
+ "examine": "Best keep this away from naked flames.",
+ "durability": null,
+ "name": "Gunpowder",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7108"
+ },
+ {
+ "examine": "A fuse.",
+ "durability": null,
+ "name": "Fuse",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7109"
+ },
+ {
+ "shop_price": "300",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "48",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7110",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "48",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7111"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "714",
+ "name": "Pirate bandana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7112"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "714",
+ "durability": null,
+ "name": "Pirate bandana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7113"
+ },
+ {
+ "shop_price": "350",
+ "ge_buy_limit": "100",
+ "examine": "Not for land lubbers.",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "weight": "4",
+ "equipment_slot": "10",
+ "grand_exchange_price": "2530",
+ "name": "Pirate boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7114"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2530",
+ "durability": null,
+ "name": "Pirate boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7115"
+ },
+ {
+ "shop_price": "350",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "77",
+ "durability": null,
+ "name": "Pirate leggings",
+ "tradeable": "true",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "archery_ticket_price": "0",
+ "id": "7116",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "77",
+ "durability": null,
+ "name": "Pirate leggings",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7117"
+ },
+ {
+ "examine": "A cannister holding shrapnel.",
+ "durability": null,
+ "name": "Canister",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7118"
+ },
+ {
+ "examine": "For cleaning and packing the cannon.",
+ "durability": null,
+ "name": "Ramrod",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "7120"
+ },
+ {
+ "examine": "A plank of wood to repair the hull with.",
+ "durability": null,
+ "name": "Repair plank",
+ "archery_ticket_price": "0",
+ "id": "7121"
+ },
+ {
+ "shop_price": "300",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "904",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7122",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "904",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7123"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "340",
+ "name": "Pirate bandana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7124"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "340",
+ "durability": null,
+ "name": "Pirate bandana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7125"
+ },
+ {
+ "shop_price": "350",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "187",
+ "durability": null,
+ "name": "Pirate leggings",
+ "tradeable": "true",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "archery_ticket_price": "0",
+ "id": "7126",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "187",
+ "durability": null,
+ "name": "Pirate leggings",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7127"
+ },
+ {
+ "shop_price": "300",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "744",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7128",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "744",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7129"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "154",
+ "name": "Pirate bandana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7130"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "154",
+ "durability": null,
+ "name": "Pirate bandana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7131"
+ },
+ {
+ "shop_price": "350",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "253",
+ "durability": null,
+ "name": "Pirate leggings",
+ "tradeable": "true",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "archery_ticket_price": "0",
+ "id": "7132",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "253",
+ "durability": null,
+ "name": "Pirate leggings",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7133"
+ },
+ {
+ "shop_price": "300",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "421",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7134",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "421",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7135"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "469",
+ "name": "Pirate bandana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7136"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "469",
+ "durability": null,
+ "name": "Pirate bandana",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7137"
+ },
+ {
+ "shop_price": "350",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Pirate leggings",
+ "tradeable": "true",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "archery_ticket_price": "0",
+ "id": "7138",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Pirate leggings",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7139"
+ },
+ {
+ "shop_price": "2560",
+ "examine": "Feels quite lucky.",
+ "durability": null,
+ "low_alchemy": "1024",
+ "high_alchemy": "1536",
+ "weight": "1.8",
+ "attack_speed": "4",
+ "weapon_interface": "6",
"equipment_slot": "3",
- "weapon_interface": "1"
+ "attack_anims": "390,390,381,390",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Lucky cutlass",
+ "archery_ticket_price": "0",
+ "id": "7140",
+ "bonuses": "5,20,0,-5,0,6,6,6,0,0,0,25,0,0,0"
},
{
- "id": "7687",
- "name": "Bow and arrow",
- "archery_ticket_price": "0",
+ "shop_price": "1040",
+ "examine": "I hope he doesn't want it back.",
"durability": null,
- "tradeable": "true"
+ "low_alchemy": "416",
+ "high_alchemy": "624",
+ "weight": "1",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "equipment_slot": "3",
+ "name": "Harry's cutlass",
+ "archery_ticket_price": "0",
+ "id": "7141",
+ "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0"
},
{
- "id": "7688",
- "name": "Kettle",
- "examine": "The kettle is empty.",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "shop_price": "25600",
+ "examine": "The very butcher of a silk button.",
"durability": null,
- "tradeable": "false"
+ "low_alchemy": "10240",
+ "high_alchemy": "15360",
+ "weight": "1",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2622",
+ "equipment_slot": "3",
+ "name": "Rapier",
+ "archery_ticket_price": "0",
+ "id": "7142",
+ "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0"
},
{
- "id": "7689",
- "name": "Kettle",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "examine": "Looks valuable.",
"durability": null,
- "tradeable": "false"
+ "name": "Plunder",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7143"
},
{
- "id": "7690",
- "name": "Full kettle",
- "examine": "It's full of cold water.",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "examine": "By Cap'n Hook-Hand Morrisane.",
"durability": null,
- "tradeable": "false"
+ "name": "Book o' piracy",
+ "archery_ticket_price": "0",
+ "id": "7144"
},
{
- "id": "7691",
- "name": "Hot kettle",
- "examine": "It's full of boiling water.",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "examine": "A working cannon barrel.",
"durability": null,
- "tradeable": "false"
+ "name": "Cannon barrel",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "7145"
},
{
- "id": "7692",
- "name": "Pot of tea (4)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "examine": "Not likely to work again.",
"durability": null,
+ "name": "Broken cannon",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "7146"
+ },
+ {
+ "examine": "A plank of wood to repair the hull with.",
+ "durability": null,
+ "name": "Repair plank",
+ "archery_ticket_price": "0",
+ "id": "7148"
+ },
+ {
+ "examine": "A cannister holding shrapnel.",
+ "durability": null,
+ "name": "Canister",
"tradeable": "false",
- "weight": "1.5"
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7149"
},
{
- "id": "7693",
- "name": "Pot of tea (4)",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "examine": "Useful for pinning up paintings.",
"durability": null,
- "tradeable": "false"
+ "name": "Tacks",
+ "archery_ticket_price": "0",
+ "id": "7150"
},
{
- "id": "7694",
- "name": "Pot of tea (3)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "shop_price": "18",
+ "examine": "A coil of rope.",
+ "grand_exchange_price": "101",
"durability": null,
- "tradeable": "false",
- "weight": "1.5"
+ "name": "Rope",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "7155"
},
{
- "id": "7695",
- "name": "Pot of tea (3)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7696",
- "name": "Pot of tea (2)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7697",
- "name": "Pot of tea (2)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7698",
- "name": "Pot of tea (1)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7699",
- "name": "Pot of tea (1)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7700",
- "name": "Teapot with leaves",
- "examine": "Add boiling water to make a tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7701",
- "name": "Teapot with leaves",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7702",
- "name": "Teapot",
- "examine": "This teapot is empty.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "7703",
- "name": "Teapot",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7704",
- "name": "Pot of tea (4)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7705",
- "name": "Pot of tea (4)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7706",
- "name": "Pot of tea (3)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7707",
- "name": "Pot of tea (3)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7708",
- "name": "Pot of tea (2)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7709",
- "name": "Pot of tea (2)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7710",
- "name": "Pot of tea (1)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7711",
- "name": "Pot of tea (1)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7712",
- "name": "Teapot with leaves",
- "examine": "Add boiling water to make a tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7713",
- "name": "Teapot with leaves",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7714",
- "name": "Teapot",
- "examine": "This teapot is empty.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "7715",
- "name": "Teapot",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7716",
- "name": "Pot of tea (4)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7717",
- "name": "Pot of tea (4)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7718",
- "name": "Pot of tea (3)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7719",
- "name": "Pot of tea (3)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7720",
- "name": "Pot of tea (2)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7721",
- "name": "Pot of tea (2)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7722",
- "name": "Pot of tea (1)",
- "examine": "I'd really like a nice cup of tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7723",
- "name": "Pot of tea (1)",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7724",
- "name": "Teapot with leaves",
- "examine": "Add boiling water to make a tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1.5"
- },
- {
- "id": "7725",
- "name": "Teapot with leaves",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7726",
- "name": "Teapot",
- "examine": "This teapot is empty.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "7727",
- "name": "Teapot",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7728",
- "name": "Empty cup",
- "examine": "An empty cup.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
"shop_price": "1",
- "tradeable": "false"
+ "examine": "Useful for lighting a fire.",
+ "grand_exchange_price": "121",
+ "durability": null,
+ "name": "Tinderbox",
+ "tradeable": "true",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "7156"
},
{
- "id": "7729",
- "name": "Empty cup",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "shop_price": "30",
+ "examine": "I think it is eating through the bottle.",
"durability": null,
- "tradeable": "false"
+ "name": "Braindeath 'rum",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7157"
},
{
- "id": "7730",
- "name": "Cup of tea",
- "examine": "A nice cup of nettle tea.",
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "7044",
+ "examine": "A two-handed dragon sword.",
+ "walk_anim": "7046",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "88000",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "1000000",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
"archery_ticket_price": "0",
- "bankable": "false",
+ "id": "7158",
+ "stand_turn_anim": "7040",
+ "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0",
+ "requirements": "{0,60}",
"durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
+ "high_alchemy": "132000",
+ "weight": "3",
+ "weapon_interface": "7",
+ "render_anim": "124",
+ "lendable": "true",
+ "attack_audios": "2503,0,2504,0",
+ "name": "Dragon 2h sword"
},
{
- "id": "7731",
- "name": "Cup of tea",
- "examine": "A milky cup of nettle tea.",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "requirements": "{18,37}",
+ "shop_price": "200",
+ "ge_buy_limit": "100",
+ "examine": "They're heavily insulated wellies.",
"durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1.3",
+ "equipment_slot": "10",
+ "grand_exchange_price": "269",
+ "name": "Insulated boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7159",
+ "bonuses": "0,0,0,0,0,1,1,0,0,1,0,0,0,0,0"
},
{
- "id": "7732",
- "name": "Porcelain cup",
- "examine": "A porcelain cup.",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "examine": "Before being attacked: A ball of Electrical energy.",
"durability": null,
- "tradeable": "false"
+ "name": "Killerwatt",
+ "archery_ticket_price": "0",
+ "attack_speed": "2",
+ "id": "7160"
},
{
- "id": "7733",
- "name": "Cup of tea",
- "examine": "Some nettle tea in a porcelain cup.",
- "archery_ticket_price": "0",
- "bankable": "false",
"durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
+ "name": "Insulated boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7161"
},
{
- "id": "7734",
- "name": "Cup of tea",
- "examine": "Some milky nettle tea in a porcelain cup.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "7735",
- "name": "Porcelain cup",
- "examine": "A porcelain cup.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7736",
- "name": "Cup of tea",
- "examine": "Some nettle tea in a porcelain cup.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "7737",
- "name": "Cup of tea",
- "examine": "Some milky nettle tea in a porcelain cup.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "shop_price": "10",
- "tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "7738",
- "name": "Tea leaves",
- "examine": "Mmm, how about a nice cup of tea?",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7739",
- "name": "Tea leaves",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7740",
- "name": "Beer",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "7741",
- "name": "Beer",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7742",
- "name": "Beer glass",
- "examine": "I need to fill this with beer.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "shop_price": "1",
- "tradeable": "false",
- "weight": "0.05"
- },
- {
- "id": "7743",
- "name": "Beer glass",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7744",
- "name": "Asgarnian ale",
- "examine": "Probably the finest readily-available ale in Asgarnia.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "shop_price": "3",
- "tradeable": "false"
- },
- {
- "id": "7745",
- "name": "Asgarnian ale",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7746",
- "name": "Greenman's ale",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "shop_price": "2",
- "tradeable": "false"
- },
- {
- "id": "7747",
- "name": "Greenman's ale",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7748",
- "name": "Dragon bitter",
- "examine": "A glass of bitter.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "shop_price": "2",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "7749",
- "name": "Dragon bitter",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7750",
- "name": "Moonlight mead",
- "examine": "A foul smelling brew.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "5",
- "tradeable": "true"
+ "ge_buy_limit": "100",
+ "examine": "Lots of pie recipes for me to try.",
+ "grand_exchange_price": "62",
+ "durability": null,
+ "name": "Pie recipe book",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "7162"
},
{
- "id": "7751",
- "name": "Moonlight mead",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "62",
"durability": null,
- "tradeable": "true"
+ "name": "Pie recipe book",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7163"
},
{
- "id": "7752",
- "name": "Cider",
- "examine": "A glass of Cider",
- "archery_ticket_price": "0",
- "bankable": "false",
+ "shop_price": "54",
+ "ge_buy_limit": "1000",
+ "examine": "Still needs two more ingredients.",
+ "grand_exchange_price": "77",
"durability": null,
- "shop_price": "2",
+ "name": "Part mud pie",
+ "tradeable": "true",
+ "low_alchemy": "21",
+ "high_alchemy": "32",
+ "archery_ticket_price": "0",
+ "id": "7164"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "77",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part mud pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7165"
+ },
+ {
+ "shop_price": "54",
+ "ge_buy_limit": "1000",
+ "examine": "Still needs one more ingredient.",
+ "grand_exchange_price": "284",
+ "durability": null,
+ "name": "Part mud pie",
+ "tradeable": "true",
+ "low_alchemy": "21",
+ "high_alchemy": "32",
+ "archery_ticket_price": "0",
+ "id": "7166"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "284",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part mud pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7167"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Needs to be baked before I can use it.",
+ "grand_exchange_price": "1625",
+ "durability": null,
+ "name": "Raw mud pie",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "16",
+ "archery_ticket_price": "0",
+ "id": "7168"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1625",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Raw mud pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7169"
+ },
+ {
+ "shop_price": "54",
+ "ge_buy_limit": "1000",
+ "turn90cw_anim": "821",
+ "examine": "All the good of the earth.",
+ "walk_anim": "819",
+ "durability": null,
+ "low_alchemy": "21",
+ "high_alchemy": "32",
+ "turn90ccw_anim": "822",
+ "weapon_interface": "13",
+ "turn180_anim": "820",
+ "render_anim": "1",
+ "equipment_slot": "3",
+ "grand_exchange_price": "2024",
+ "stand_anim": "808",
+ "name": "Mud pie",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7170",
+ "stand_turn_anim": "823"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2024",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Mud pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7171"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs two more ingredients.",
+ "grand_exchange_price": "94",
+ "durability": null,
+ "name": "Part garden pie",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "7172"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "94",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part garden pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7173"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs one more ingredient.",
+ "grand_exchange_price": "150",
+ "durability": null,
+ "name": "Part garden pie",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "7174"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "150",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part garden pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7175"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Needs cooking before I eat it.",
+ "grand_exchange_price": "1052",
+ "durability": null,
+ "name": "Raw garden pie",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7176"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1052",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Raw garden pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7177"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "What I wouldn't give for a good steak about now...",
+ "grand_exchange_price": "1667",
+ "durability": null,
+ "name": "Garden pie",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "7178"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1667",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Garden pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7179"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "What I wouldn't give for a good steak about now...",
+ "grand_exchange_price": "442",
+ "durability": null,
+ "name": "Half a garden pie",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "7180"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "442",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Half a garden pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7181"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs two more ingredients.",
+ "grand_exchange_price": "51",
+ "durability": null,
+ "name": "Part fish pie",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "7182"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "51",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part fish pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7183"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs one more ingredient.",
+ "grand_exchange_price": "691",
+ "durability": null,
+ "name": "Part fish pie",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "7184"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "691",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part fish pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7185"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Raw fish is risky, better cook it.",
+ "grand_exchange_price": "1198",
+ "durability": null,
+ "name": "Raw fish pie",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7186"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1198",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Raw fish pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7187"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Bounty of the sea.",
+ "grand_exchange_price": "121",
+ "durability": null,
+ "name": "Fish pie",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "7188"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "121",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Fish pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7189"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Bounty of the sea.",
+ "grand_exchange_price": "56",
+ "durability": null,
+ "name": "Half a fish pie",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "7190"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "56",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Half a fish pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7191"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs two more ingredients. ",
+ "grand_exchange_price": "159",
+ "durability": null,
+ "name": "Part admiral pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7192"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "159",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part admiral pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7193"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs one more ingredient.",
+ "grand_exchange_price": "537",
+ "durability": null,
+ "name": "Part admiral pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7194"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "537",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part admiral pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7195"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "This would taste a lot better cooked.",
+ "grand_exchange_price": "1813",
+ "durability": null,
+ "name": "Raw admiral pie",
+ "tradeable": "true",
+ "low_alchemy": "62",
+ "high_alchemy": "93",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7196"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1813",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Raw admiral pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7197"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Much tastier than a normal fish pie.",
+ "grand_exchange_price": "532",
+ "durability": null,
+ "name": "Admiral pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7198"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "532",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Admiral pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7199"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Much tastier than a normal fish pie.",
+ "grand_exchange_price": "184",
+ "durability": null,
+ "name": "Half an admiral pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7200"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "184",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Half an admiral pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7201"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs two more ingredients.",
+ "grand_exchange_price": "126",
+ "durability": null,
+ "name": "Part wild pie",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "id": "7202"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "126",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part wild pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7203"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs one more ingredient.",
+ "grand_exchange_price": "1116",
+ "durability": null,
+ "name": "Part wild pie",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "id": "7204"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1116",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part wild pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7205"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Good as it looks, I'd better cook it.",
+ "grand_exchange_price": "3787",
+ "durability": null,
+ "name": "Raw wild pie",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "7206"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3787",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Raw wild pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7207"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A triumph of man over nature.",
+ "grand_exchange_price": "1322",
+ "durability": null,
+ "name": "Wild pie",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "id": "7208"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1322",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Wild pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7209"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A triumph of man over nature.",
+ "grand_exchange_price": "112",
+ "durability": null,
+ "name": "Half a wild pie",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "id": "7210"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "112",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Half a wild pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7211"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs two more ingredients.",
+ "grand_exchange_price": "495",
+ "durability": null,
+ "name": "Part summer pie",
+ "tradeable": "true",
+ "low_alchemy": "56",
+ "high_alchemy": "84",
+ "archery_ticket_price": "0",
+ "id": "7212"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "495",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part summer pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7213"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Still needs one more ingredient.",
+ "grand_exchange_price": "980",
+ "durability": null,
+ "name": "Part summer pie",
+ "tradeable": "true",
+ "low_alchemy": "56",
+ "high_alchemy": "84",
+ "archery_ticket_price": "0",
+ "id": "7214"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "980",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Part summer pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7215"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Fresh fruit may be good for you, but I should really cook this.",
+ "grand_exchange_price": "2577",
+ "durability": null,
+ "name": "Raw summer pie",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7216"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2577",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Raw summer pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7217"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "All the fruits of a very small forest.",
+ "grand_exchange_price": "1288",
+ "durability": null,
+ "name": "Summer pie",
+ "tradeable": "true",
+ "low_alchemy": "56",
+ "high_alchemy": "84",
+ "archery_ticket_price": "0",
+ "id": "7218"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1288",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Summer pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7219"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "All the fruits of a very small forest.",
+ "grand_exchange_price": "430",
+ "durability": null,
+ "name": "Half a summer pie",
+ "tradeable": "true",
+ "low_alchemy": "56",
+ "high_alchemy": "84",
+ "archery_ticket_price": "0",
+ "id": "7220"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "430",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Half a summer pie",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7221"
+ },
+ {
+ "shop_price": "19",
+ "examine": "Mmm this looks tasty.",
+ "grand_exchange_price": "32",
+ "durability": null,
+ "name": "Burnt rabbit",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "11",
+ "archery_ticket_price": "0",
+ "id": "7222"
+ },
+ {
+ "shop_price": "25",
+ "ge_buy_limit": "1000",
+ "examine": "A delicious looking piece of roast rabbit.",
+ "grand_exchange_price": "37",
+ "durability": null,
+ "name": "Roast rabbit",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "7223"
+ },
+ {
+ "shop_price": "67",
+ "ge_buy_limit": "1000",
+ "examine": "Might taste better cooked.",
+ "grand_exchange_price": "112",
+ "durability": null,
+ "name": "Skewered rabbit",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "7224"
+ },
+ {
+ "shop_price": "81",
+ "ge_buy_limit": "100",
+ "examine": "An iron spit.",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Iron spit",
+ "tradeable": "true",
+ "low_alchemy": "25",
+ "high_alchemy": "38",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7225"
+ },
+ {
+ "durability": null,
+ "name": "Burnt chompy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7227"
+ },
+ {
+ "shop_price": "130",
+ "ge_buy_limit": "1000",
+ "examine": "It might look delicious to an ogre.Roasted chompy bird.",
+ "grand_exchange_price": "164",
+ "durability": null,
+ "name": "Cooked chompy",
+ "tradeable": "true",
+ "low_alchemy": "52",
+ "high_alchemy": "78",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7228"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "164",
+ "durability": null,
+ "name": "Cooked chompy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7229"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A skewered chompy bird.",
+ "grand_exchange_price": "294",
+ "durability": null,
+ "name": "Skewered chompy",
+ "low_alchemy": "59",
+ "high_alchemy": "89",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7230"
+ },
+ {
+ "durability": null,
+ "name": "Burnt rabbit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7231"
+ },
+ {
+ "durability": null,
+ "name": "Roast rabbit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7232"
+ },
+ {
+ "durability": null,
+ "name": "Skewered rabbit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7233"
+ },
+ {
+ "durability": null,
+ "name": "Iron spit",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7234"
+ },
+ {
+ "durability": null,
+ "name": "Skewered chompy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7235"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7236"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7237"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7238"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7239"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7240"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7241"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7242"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7243"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7244"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7245"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7246"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7247"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7248"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7249"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7250"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7251"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7252"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7253"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7254"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7255"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7256"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7257"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7258"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7259"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7260"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7261"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7262"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7263"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7264"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7265"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7266"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7267"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7268"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "7269"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7270"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "7271"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7272"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "7273"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7274"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "7275"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7276"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "7277"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7278"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "7279"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7280"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "7281"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7282"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "7283"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7284"
+ },
+ {
+ "examine": "I need to answer this correctly.",
+ "durability": null,
+ "name": "Challenge scroll",
+ "archery_ticket_price": "0",
+ "id": "7285"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7286"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7287"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7288"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7289"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7290"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7291"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7292"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7293"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7294"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7295"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7296"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7298"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7300"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7301"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7303"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7304"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7305"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7306"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7307"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7308"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7309"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7310"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7311"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7312"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7313"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7314"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7315"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7316"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "archery_ticket_price": "0",
+ "id": "7317"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7318"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Stylish!",
+ "grand_exchange_price": "36600",
+ "durability": null,
+ "name": "Red boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "7319",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "36600",
+ "durability": null,
+ "name": "Red boater",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7320"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Stylish!",
+ "grand_exchange_price": "16600",
+ "durability": null,
+ "name": "Orange boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "7321",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "16600",
+ "durability": null,
+ "name": "Orange boater",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7322"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Stylish!",
+ "grand_exchange_price": "43000",
+ "durability": null,
+ "name": "Green boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "7323",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "43000",
+ "durability": null,
+ "name": "Green boater",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7324"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Stylish!",
+ "grand_exchange_price": "37600",
+ "durability": null,
+ "name": "Blue boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "7325",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "37600",
+ "durability": null,
+ "name": "Blue boater",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7326"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Stylish!",
+ "grand_exchange_price": "41700",
+ "durability": null,
+ "name": "Black boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "7327",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "41700",
+ "durability": null,
+ "name": "Black boater",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7328"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Makes firelighting a lot easier.",
+ "grand_exchange_price": "93",
+ "durability": null,
+ "name": "Red firelighter",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "7329"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Makes firelighting a lot easier.",
+ "grand_exchange_price": "94",
+ "durability": null,
+ "name": "Green firelighter",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "7330"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Makes firelighting a lot easier.",
+ "grand_exchange_price": "113",
+ "durability": null,
+ "name": "Blue firelighter",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "7331"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black kitesheild with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "14300",
+ "name": "Black shield(h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7332",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "14300",
+ "durability": null,
+ "name": "Black shield(h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7333"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "16400",
+ "name": "Adamant shield(h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7334",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "16400",
+ "durability": null,
+ "name": "Adamant shield(h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7335"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "34200",
+ "name": "Rune shield(h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7336",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "34200",
+ "durability": null,
+ "name": "Rune shield(h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7337"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "6530",
+ "high_alchemy": "9795",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "9797",
+ "name": "Black shield(h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7338",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "9797",
+ "durability": null,
+ "name": "Black shield(h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7339"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "3248",
+ "name": "Adamant shield(h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7340",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "3248",
+ "durability": null,
+ "name": "Adamant shield(h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7341"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "32400",
+ "name": "Rune shield(h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7342",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "32400",
+ "durability": null,
+ "name": "Rune shield(h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7343"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "7405",
+ "name": "Black shield(h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7344",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "7405",
+ "durability": null,
+ "name": "Black shield(h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7345"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "5271",
+ "name": "Adamant shield(h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7346",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "5271",
+ "durability": null,
+ "name": "Adamant shield(h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7347"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "32700",
+ "name": "Rune shield(h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7348",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "32700",
+ "durability": null,
+ "name": "Rune shield(h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7349"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "5572",
+ "name": "Black shield(h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7350",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "5572",
+ "durability": null,
+ "name": "Black shield(h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7351"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "3366",
+ "name": "Adamant shield(h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7352",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "3366",
+ "durability": null,
+ "name": "Adamant shield(h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7353"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "32500",
+ "name": "Rune shield(h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7354",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "32500",
+ "durability": null,
+ "name": "Rune shield(h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7355"
+ },
+ {
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "7159",
+ "name": "Black shield(h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7356",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "7159",
+ "durability": null,
+ "name": "Black shield(h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7357"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "6328",
+ "name": "Adamant shield(h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7358",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "6328",
+ "durability": null,
+ "name": "Adamant shield(h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7359"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "32400",
+ "name": "Rune shield(h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7360",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "32400",
+ "durability": null,
+ "name": "Rune shield(h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7361"
+ },
+ {
+ "requirements": "{1,20}-{4,20}",
+ "ge_buy_limit": "2",
+ "examine": "Those studs should provide a bit more protection. Nice trim too!",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "absorb": "0,3,1",
+ "equipment_slot": "4",
+ "grand_exchange_price": "101600",
+ "name": "Studded body (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7362",
+ "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "101600",
+ "durability": null,
+ "name": "Studded body (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7363"
+ },
+ {
+ "requirements": "{1,20}-{4,20}",
+ "ge_buy_limit": "2",
+ "examine": "Those studs should provide a bit more protection. Nice trim too!",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "absorb": "0,3,1",
+ "equipment_slot": "4",
+ "grand_exchange_price": "27300",
+ "name": "Studded body (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7364",
+ "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "27300",
+ "durability": null,
+ "name": "Studded body (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7365"
+ },
+ {
+ "requirements": "{4,20}",
+ "ge_buy_limit": "2",
+ "examine": "Those studs should provide a bit more protection. Nice trim too!",
+ "durability": null,
+ "low_alchemy": "300",
+ "high_alchemy": "450",
+ "weight": "4.5",
+ "absorb": "0,2,1",
+ "equipment_slot": "7",
+ "grand_exchange_price": "114600",
+ "name": "Studded chaps (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7366",
+ "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "114600",
+ "durability": null,
+ "name": "Studded chaps (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7367"
+ },
+ {
+ "requirements": "{4,20}",
+ "ge_buy_limit": "2",
+ "examine": "Those studs should provide a bit more protection. Nice trim, too!",
+ "durability": null,
+ "low_alchemy": "300",
+ "high_alchemy": "450",
+ "weight": "4.5",
+ "absorb": "0,2,1",
+ "equipment_slot": "7",
+ "grand_exchange_price": "36800",
+ "name": "Studded chaps (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7368",
+ "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "36800",
+ "durability": null,
+ "name": "Studded chaps (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7369"
+ },
+ {
+ "requirements": "{1,40}-{4,40}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "212400",
+ "durability": null,
+ "name": "D'hide body(g)",
+ "archery_ticket_price": "0",
+ "id": "7370",
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "212400",
+ "durability": null,
+ "name": "D'hide body(g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7371"
+ },
+ {
+ "requirements": "{1,40}-{4,40}",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "38800",
+ "durability": null,
+ "name": "D'hide body (t)",
+ "archery_ticket_price": "0",
+ "id": "7372",
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "38800",
+ "durability": null,
+ "name": "D'hide body (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7373"
+ },
+ {
+ "requirements": "{1,50}-{4,40}",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "6883",
+ "durability": null,
+ "name": "D'hide body (g)",
+ "archery_ticket_price": "0",
+ "id": "7374",
+ "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "6883",
+ "durability": null,
+ "name": "D'hide body (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7375"
+ },
+ {
+ "requirements": "{1,50}-{4,40}",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "5268",
+ "durability": null,
+ "name": "D'hide body (t)",
+ "archery_ticket_price": "0",
+ "id": "7376",
+ "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "5268",
+ "durability": null,
+ "name": "D'hide body (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7377"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1300000",
+ "durability": null,
+ "name": "D'hide chaps (g)",
+ "archery_ticket_price": "0",
+ "id": "7378",
+ "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1300000",
+ "durability": null,
+ "name": "D'hide chaps (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7379"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "304300",
+ "durability": null,
+ "name": "D'hide chaps (t)",
+ "archery_ticket_price": "0",
+ "id": "7380",
+ "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "304300",
+ "durability": null,
+ "name": "D'hide chaps (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7381"
+ },
+ {
+ "requirements": "{4,50}",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "21300",
+ "durability": null,
+ "name": "D'hide chaps (g)",
+ "archery_ticket_price": "0",
+ "id": "7382",
+ "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "21300",
+ "durability": null,
+ "name": "D'hide chaps (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7383"
+ },
+ {
+ "requirements": "{4,50}",
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2554",
+ "durability": null,
+ "name": "D'hide chaps (t)",
+ "archery_ticket_price": "0",
+ "id": "7384",
+ "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2554",
+ "durability": null,
+ "name": "D'hide chaps (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7385"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Leg covering favoured by women and wizards. With a colourful trim!",
+ "grand_exchange_price": "298900",
+ "durability": null,
+ "name": "Blue skirt (g)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7386",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "298900",
+ "durability": null,
+ "name": "Blue skirt (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7387"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Leg covering favoured by women and wizards. With a colourful trim!",
+ "grand_exchange_price": "126800",
+ "durability": null,
+ "name": "Blue skirt (t)",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7388",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "126800",
+ "durability": null,
+ "name": "Blue skirt (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7389"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "I can practise magic better in this.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1200000",
+ "name": "Wizard robe (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7390",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1200000",
+ "durability": null,
+ "name": "Wizard robe (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7391"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "I can do magic better in this.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "244600",
+ "name": "Wizard robe (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7392",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "244600",
+ "durability": null,
+ "name": "Wizard robe (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7393"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A silly pointed hat with colourful trim.",
+ "durability": null,
+ "high_alchemy": "1",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1400000",
+ "name": "Wizard hat (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "7394",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1400000",
+ "durability": null,
+ "name": "Wizard hat (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7395"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A silly pointed hat, with colourful trim.",
+ "durability": null,
+ "high_alchemy": "1",
+ "weight": "0.4",
+ "equipment_slot": "0",
+ "grand_exchange_price": "352700",
+ "name": "Wizard hat (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "7396",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "352700",
+ "durability": null,
+ "name": "Wizard hat (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7397"
+ },
+ {
+ "requirements": "{1,40}-{6,20}",
+ "ge_buy_limit": "2",
+ "examine": "Enchanted Wizards robes.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "weight": "1.8",
+ "absorb": "2,1,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "50000",
+ "name": "Enchanted robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7398",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}-{6,20}",
+ "ge_buy_limit": "2",
+ "examine": "Enchanted Wizards robes.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "weight": "1",
+ "absorb": "3,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "75100",
+ "name": "Enchanted top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7399",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{6,20}",
+ "ge_buy_limit": "2",
+ "examine": "A three pointed hat of magic.",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "equipment_slot": "0",
+ "grand_exchange_price": "8845",
+ "name": "Enchanted hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7400",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Enchanted robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7401"
+ },
+ {
+ "durability": null,
+ "name": "Enchanted top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7402"
+ },
+ {
+ "durability": null,
+ "name": "Enchanted hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7403"
+ },
+ {
+ "examine": "A number of chemical covered wooden logs.",
+ "durability": null,
+ "name": "Red logs",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "7404"
+ },
+ {
+ "examine": "A number of chemical covered wooden logs.",
+ "durability": null,
+ "name": "Green logs",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "7405"
+ },
+ {
+ "examine": "A number of chemical covered wooden logs.",
+ "durability": null,
+ "name": "Blue logs",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "7406"
+ },
+ {
+ "durability": null,
+ "name": "Dragon 2h sword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7407"
+ },
+ {
+ "destroy_message": "I found this in a grave at Draynor Manor.",
+ "examine": "I shouldn't joke; this is a grave matter.",
+ "durability": null,
+ "name": "Draynor skull",
"tradeable": "false",
- "weight": "1"
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7408"
},
{
- "id": "7753",
- "name": "Cider",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7754",
- "name": "Chef's delight",
- "examine": "A fruity, full-bodied ale.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7755",
- "name": "Chef's delight",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7756",
- "name": "Paintbrush",
- "archery_ticket_price": "0",
+ "shop_price": "40000",
+ "examine": "The only way to kill a Tanglefoot.",
"durability": null,
+ "low_alchemy": "75000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "weight": "0.4",
+ "attack_speed": "5",
+ "weapon_interface": "5",
"equipment_slot": "3",
- "tradeable": "true"
+ "destroy_message": "I'll chat to Malignius Mortifer if I want another pair.",
+ "name": "Magic secateurs",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "7409",
+ "bonuses": "7,9,-5,1,0,0,1,0,1,0,0,1,0,0,0"
},
{
- "id": "7757",
- "name": "Paintbrush",
- "archery_ticket_price": "0",
+ "destroy_message": "I can always find another Tanglefoot if I need more.",
+ "examine": "Contains the Fairy Queen's magical essence.",
"durability": null,
- "tradeable": "true"
+ "name": "Queen's secateurs",
+ "archery_ticket_price": "0",
+ "id": "7410",
+ "equipment_slot": "3"
},
{
- "id": "7758",
- "name": "Rusty sword",
- "examine": "A decent-enough weapon gone rusty.",
- "archery_ticket_price": "0",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A list of the Fairy Queen's symptoms.",
"durability": null,
+ "name": "Symptoms list",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7411"
+ },
+ {
+ "examine": "Full: ",
+ "durability": null,
+ "name": "Bird's nest",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7413"
+ },
+ {
+ "durability": null,
+ "name": "Paddle",
+ "archery_ticket_price": "0",
+ "id": "7414",
+ "weapon_interface": "1",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Paddle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7415"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A mole claw.",
+ "grand_exchange_price": "11800",
+ "durability": null,
+ "name": "Mole claw",
+ "tradeable": "true",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "archery_ticket_price": "0",
+ "id": "7416"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "11800",
+ "durability": null,
+ "name": "Mole claw",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7417"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "The skin of a large mole.",
+ "grand_exchange_price": "12000",
+ "durability": null,
+ "name": "Mole skin",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "archery_ticket_price": "0",
+ "id": "7418"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "12000",
+ "durability": null,
+ "name": "Mole skin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7419"
+ },
+ {
+ "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense. (As Fungi) A bouncy fungus. (Level 74) A fun guy. No wait, that's awful.. (Level 86)",
+ "durability": null,
+ "name": "Mutated zygomite",
+ "archery_ticket_price": "0",
+ "id": "7420"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
"equipment_slot": "3",
- "weight": "2"
+ "stand_anim": "3332",
+ "name": "Fungicide spray 10",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7421",
+ "stand_turn_anim": "823"
},
{
- "id": "7759",
- "name": "Toy soldier",
- "examine": "Nice bit of crafting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7760",
- "name": "Toy soldier",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7761",
- "name": "Toy soldier (wound)",
- "examine": "Nice bit of crafting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7762",
- "name": "Toy soldier (wound)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7763",
- "name": "Toy doll",
- "examine": "Nice bit of crafting!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7764",
- "name": "Toy doll",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7765",
- "name": "Toy doll (wound)",
- "examine": "Nice bit of crafting!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7766",
- "name": "Toy doll (wound)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7767",
- "name": "Toy mouse",
- "examine": "Nice bit of crafting!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1705",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7768",
- "name": "Toy mouse",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7769",
- "name": "Toy mouse (wound)",
- "examine": "Nice bit of crafting!",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1705",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7770",
- "name": "Toy mouse (wound)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7771",
- "name": "Clockwork cat",
- "examine": "Inventory: Nice bit of crafting!As a follower: An amazing piece of crafting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7772",
- "name": "Clockwork cat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7773",
- "name": "Branch",
- "examine": "I can use this to make a lyre.",
- "archery_ticket_price": "0",
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
"durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
"equipment_slot": "3",
- "weight": "1"
+ "stand_anim": "3332",
+ "name": "Fungicide spray 9",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7422",
+ "stand_turn_anim": "823"
},
{
- "id": "7774",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7775",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7776",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "7777",
- "name": "Long vine",
- "examine": "A long section of vine made up of lots of shorter sections.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7778",
- "name": "Short vine",
- "examine": "A short section of vines.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7779",
- "name": "Fishing tome",
- "examine": "A tome of learning that focuses on the Fishing skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7780",
- "name": "Fishing tome",
- "examine": "A tome of learning that focuses on the Fishing skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7781",
- "name": "Fishing tome",
- "examine": "A tome of learning that focuses on the Fishing skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7782",
- "name": "Agility tome",
- "examine": "A tome of learning that focuses on Agility.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7783",
- "name": "Agility tome",
- "examine": "A tome of learning that focuses on Agility.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7784",
- "name": "Agility tome",
- "examine": "A tome of learning that focuses on Agility.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7785",
- "name": "Thieving tome",
- "examine": "A tome of learning that focuses on the Thieving skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7786",
- "name": "Thieving tome",
- "examine": "A tome of learning that focuses on the Thieving skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7787",
- "name": "Thieving tome",
- "examine": "A tome of learning that focuses on the Thieving skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7788",
- "name": "Slayer tome",
- "examine": "A tome of learning which focuses on the Slayer skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7789",
- "name": "Slayer tome",
- "examine": "A tome of learning which focuses on the Slayer skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7790",
- "name": "Slayer tome",
- "examine": "A tome of learning which focuses on the Slayer skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7791",
- "name": "Mining tome",
- "examine": "A tome of learning that focuses on the Mining skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "weight": "1"
- },
- {
- "id": "7792",
- "name": "Mining tome",
- "examine": "A tome of learning that focuses on the Mining skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "weight": "1"
- },
- {
- "id": "7793",
- "name": "Mining tome",
- "examine": "A tome of learning that focuses on the Mining skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "weight": "1"
- },
- {
- "id": "7794",
- "name": "Firemaking tome",
- "examine": "A tome of learning that focuses on Firemaking.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7795",
- "name": "Firemaking tome",
- "examine": "A tome of learning that focuses on Firemaking.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7796",
- "name": "Firemaking tome",
- "examine": "A tome of learning that focuses on Firemaking.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7797",
- "name": "Woodcutting tome",
- "examine": "A tome of learning that focuses on the Woodcutting skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "weight": "1"
- },
- {
- "id": "7798",
- "name": "Woodcutting tome",
- "examine": "A tome of learning that focuses on the Woodcutting skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "weight": "1"
- },
- {
- "id": "7799",
- "name": "Woodcutting tome",
- "examine": "A tome of learning that focuses on the Woodcutting skill.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "weight": "1"
- },
- {
- "id": "7800",
- "name": "Snail shell",
- "examine": "A shell from a giant snail.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "7"
- },
- {
- "id": "7801",
- "name": "Snake hide",
- "examine": "Scaly but not slimy!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "7802",
- "name": "Snake hide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7803",
- "name": "Yin yang amulet",
- "examine": "A non-magical copy of the make-over mage's amulet.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "100"
- },
- {
- "id": "7804",
- "name": "Picture",
- "archery_ticket_price": "0",
- "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0",
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
"durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
"equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
+ "stand_anim": "3332",
+ "name": "Fungicide spray 8",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7423",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
+ "equipment_slot": "3",
+ "stand_anim": "3332",
+ "name": "Fungicide spray 7",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7424",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
+ "equipment_slot": "3",
+ "stand_anim": "3332",
+ "name": "Fungicide spray 6",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7425",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
+ "equipment_slot": "3",
+ "stand_anim": "3332",
+ "name": "Fungicide spray 5",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7426",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
+ "equipment_slot": "3",
+ "stand_anim": "3332",
+ "name": "Fungicide spray 4",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7427",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
+ "equipment_slot": "3",
+ "stand_anim": "3332",
+ "name": "Fungicide spray 3",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7428",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
+ "equipment_slot": "3",
+ "stand_anim": "3332",
+ "name": "Fungicide spray 2",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7429",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
+ "equipment_slot": "3",
+ "stand_anim": "3332",
+ "name": "Fungicide spray 1",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7430",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "300",
+ "turn90cw_anim": "821",
+ "examine": "Pumps fungicide.",
+ "walk_anim": "3334",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "2",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "618",
+ "equipment_slot": "3",
+ "stand_anim": "3332",
+ "name": "Fungicide spray 0",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7431",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{18,57}",
+ "shop_price": "10",
+ "examine": "Does exactly what it says on the tin. (Kills Fungi.)",
+ "durability": null,
+ "name": "Fungicide",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7432"
+ },
+ {
+ "shop_price": "35",
+ "ge_buy_limit": "100",
+ "examine": "Spoooooon!",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "0.4",
+ "attack_speed": "5",
+ "weapon_interface": "6",
+ "equipment_slot": "3",
+ "grand_exchange_price": "44",
+ "name": "Wooden spoon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7433",
+ "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "44",
+ "durability": null,
+ "name": "Wooden spoon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7434"
+ },
+ {
+ "shop_price": "45",
+ "ge_buy_limit": "100",
+ "examine": "A large whisk of death.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "equipment_slot": "3",
+ "grand_exchange_price": "11",
+ "name": "Egg whisk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7435",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11",
+ "durability": null,
+ "name": "Egg whisk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7436"
+ },
+ {
+ "requirements": "{0,10}",
+ "shop_price": "292",
+ "ge_buy_limit": "100",
+ "examine": "Use the spork.",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "1.8",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "equipment_slot": "3",
+ "grand_exchange_price": "196",
+ "name": "Spork",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7437",
+ "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "196",
+ "durability": null,
+ "name": "Spork",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7438"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "7044",
+ "examine": "A large spatula... of doom!",
+ "walk_anim": "7046",
+ "low_alchemy": "768",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
"two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "3"
- },
- {
- "id": "7805",
- "name": "Picture",
+ "turn180_anim": "7045",
+ "equipment_slot": "3",
+ "grand_exchange_price": "953",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
"archery_ticket_price": "0",
+ "id": "7439",
+ "stand_turn_anim": "7040",
+ "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,22,0,0,0",
+ "requirements": "{0,10}",
+ "shop_price": "1728",
"durability": null,
- "tradeable": "true"
+ "high_alchemy": "1152",
+ "weight": "3.6",
+ "weapon_interface": "7",
+ "render_anim": "124",
+ "name": "Spatula"
},
{
- "id": "7806",
- "name": "Anger sword",
- "examine": "A heavy duty sword.",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "953",
+ "durability": null,
+ "name": "Spatula",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7440"
+ },
+ {
+ "requirements": "{0,20}",
+ "shop_price": "1494",
+ "ge_buy_limit": "100",
+ "examine": "Looks like it's non-stick too!",
+ "durability": null,
+ "low_alchemy": "664",
+ "high_alchemy": "996",
+ "weight": "1.5",
+ "attack_speed": "6",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "836",
+ "name": "Frying pan",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7441",
+ "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "836",
+ "durability": null,
+ "name": "Frying pan",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7442"
+ },
+ {
+ "requirements": "{0,30}",
+ "shop_price": "2880",
+ "ge_buy_limit": "100",
+ "examine": "Generally used for impaling fresh meat.",
+ "durability": null,
+ "low_alchemy": "1280",
+ "high_alchemy": "1920",
+ "weight": "2",
+ "attack_speed": "5",
+ "weapon_interface": "6",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1712",
+ "name": "Skewer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7443",
+ "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1712",
+ "durability": null,
+ "name": "Skewer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7444"
+ },
+ {
+ "requirements": "{0,40}",
+ "shop_price": "12960",
+ "ge_buy_limit": "100",
+ "examine": "That's how I roll!",
+ "durability": null,
+ "low_alchemy": "5760",
+ "high_alchemy": "8640",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "8445",
+ "name": "Rolling pin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7445",
+ "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8445",
+ "durability": null,
+ "name": "Rolling pin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7446"
+ },
+ {
+ "requirements": "{0,40}",
+ "shop_price": "8000",
+ "ge_buy_limit": "100",
+ "examine": "A sharp, dependable knife, for filleting meat.",
+ "durability": null,
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "equipment_slot": "3",
+ "grand_exchange_price": "4686",
+ "attack_audios": "2704,0,0,0",
+ "name": "Kitchen knife",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7447",
+ "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4686",
+ "durability": null,
+ "name": "Kitchen knife",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7448"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "Often used to soften tough meat up.",
+ "walk_anim": "819",
+ "low_alchemy": "16600",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "defence_anim": "1666",
+ "equipment_slot": "3",
+ "attack_anims": "2067,2066,2068",
+ "grand_exchange_price": "24700",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7449",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0",
+ "requirements": "{0,40}",
+ "shop_price": "41500",
+ "durability": null,
+ "high_alchemy": "24900",
+ "weight": "1",
+ "weapon_interface": "10",
+ "render_anim": "1",
+ "name": "Meat tenderiser"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "24700",
+ "durability": null,
+ "name": "Meat tenderiser",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7450"
+ },
+ {
+ "requirements": "{0,40}",
+ "shop_price": "24040",
+ "ge_buy_limit": "100",
+ "examine": "An effective tool for chopping tough meat.",
+ "durability": null,
+ "low_alchemy": "10240",
+ "high_alchemy": "15360",
+ "weight": "0.5",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "15000",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Cleaver",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7451",
+ "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "15000",
+ "durability": null,
+ "name": "Cleaver",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7452"
+ },
+ {
+ "shop_price": "50",
+ "examine": "A pair of plain gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "7453",
+ "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A pair of bronze-coloured gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "7454",
+ "bonuses": "2,2,2,1,2,2,2,2,1,2,1,2,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "325",
+ "examine": "A pair of iron-coloured gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "7455",
+ "bonuses": "3,3,3,2,3,3,3,3,2,3,2,3,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "500",
+ "examine": "A pair of steel-coloured gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "7456",
+ "bonuses": "4,4,4,2,4,4,4,4,2,4,2,4,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "1000",
+ "examine": "A pair of black-coloured gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "7457",
+ "bonuses": "5,5,5,3,5,5,5,5,3,5,3,5,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A pair of mithril-coloured gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "archery_ticket_price": "0",
+ "id": "7458",
+ "bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "2500",
+ "examine": "A pair of adamant-coloured gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "7459",
+ "bonuses": "7,7,7,4,7,7,7,7,4,7,4,7,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "requirements": "{1,13}",
+ "shop_price": "5000",
+ "examine": "A pair of rune-coloured gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "archery_ticket_price": "0",
+ "id": "7460",
+ "bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "requirements": "{1,41}",
+ "shop_price": "100000",
+ "examine": "A pair of dragon-coloured gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "archery_ticket_price": "0",
+ "id": "7461",
+ "bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "requirements": "{1,41}",
+ "shop_price": "100000",
+ "examine": "A pair of Barrows-themed gloves.",
+ "durability": null,
+ "name": "Gloves",
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "7462",
+ "bonuses": "12,12,12,6,12,12,12,12,6,12,6,12,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "It's cornflour in a pot.",
+ "durability": null,
+ "name": "Cornflour",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7463"
+ },
+ {
+ "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.",
+ "durability": null,
+ "name": "Book on chickens",
+ "archery_ticket_price": "0",
+ "id": "7464"
+ },
+ {
+ "examine": "Surprise, it looks like a vanilla pod.",
+ "durability": null,
+ "name": "Vanilla pod",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7465"
+ },
+ {
+ "examine": "It's cornflour in a pot.",
+ "durability": null,
+ "name": "Cornflour",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7466"
+ },
+ {
+ "examine": "It's cornflour in a pot.",
+ "durability": null,
+ "name": "Pot of cornflour",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7468"
+ },
+ {
+ "destroy_message": "I'll have to get all the ingredients again.",
+ "examine": "A mixture of milk, cream and cornflour.",
+ "durability": null,
+ "name": "Cornflour mixture",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7470"
+ },
+ {
+ "destroy_message": "I'll have to get all the ingredients again.",
+ "examine": "It's a bucket of milk and cream.",
+ "durability": null,
+ "name": "Milky mixture",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7471"
+ },
+ {
+ "examine": "Some cinnamon sticks.",
+ "durability": null,
+ "name": "Cinnamon",
+ "archery_ticket_price": "0",
+ "id": "7472"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A pot of brulee supreme.",
+ "durability": null,
+ "name": "Brulee supreme",
+ "archery_ticket_price": "0",
+ "id": "7476"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "What came first, the chicken or...",
+ "durability": null,
+ "name": "Evil chicken's egg",
+ "archery_ticket_price": "0",
+ "id": "7477"
+ },
+ {
+ "destroy_message": "I got this by killing a Black Dragon. It might be hard to get another one.",
+ "examine": "It's got a dragon on it.",
+ "durability": null,
+ "name": "Dragon token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7478"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "It's a meat and potato stew with fancy seasoning.",
+ "durability": null,
+ "name": "Spicy stew",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7479"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Red spice (4)",
+ "archery_ticket_price": "0",
+ "id": "7480"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Red spice (3)",
+ "archery_ticket_price": "0",
+ "id": "7481"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Red spice (2)",
+ "archery_ticket_price": "0",
+ "id": "7482"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Red spice (1)",
+ "archery_ticket_price": "0",
+ "id": "7483"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Orange spice (4)",
+ "archery_ticket_price": "0",
+ "id": "7484"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Orange spice (3)",
+ "archery_ticket_price": "0",
+ "id": "7485"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Orange spice (2)",
+ "archery_ticket_price": "0",
+ "id": "7486"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Orange spice (1)",
+ "archery_ticket_price": "0",
+ "id": "7487"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Brown spice (4)",
+ "archery_ticket_price": "0",
+ "id": "7488"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Brown spice (3)",
+ "archery_ticket_price": "0",
+ "id": "7489"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Brown spice (2)",
+ "archery_ticket_price": "0",
+ "id": "7490"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Brown spice (1)",
+ "archery_ticket_price": "0",
+ "id": "7491"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Yellow spice (4)",
+ "archery_ticket_price": "0",
+ "id": "7492"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Yellow spice (3)",
+ "archery_ticket_price": "0",
+ "id": "7493"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Yellow spice (2)",
+ "archery_ticket_price": "0",
+ "id": "7494"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Yellow spice (1)",
+ "archery_ticket_price": "0",
+ "id": "7495"
+ },
+ {
+ "examine": "Allows for equal distribution of spice.",
+ "durability": null,
+ "name": "Empty spice shaker",
+ "archery_ticket_price": "0",
+ "id": "7496"
+ },
+ {
+ "examine": "A cool refreshing fruit mix. With ash in for some reason.",
+ "durability": null,
+ "name": "Dirty blast",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "7497"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7498"
+ },
+ {
+ "examine": "He seems to like wearing black.",
+ "durability": null,
+ "name": "Evil dave",
+ "archery_ticket_price": "0",
+ "id": "7499"
+ },
+ {
+ "examine": "A short angry guy.",
+ "durability": null,
+ "name": "Dwarf",
+ "archery_ticket_price": "0",
+ "id": "7500"
+ },
+ {
+ "examine": "He provides new players with useful information.",
+ "durability": null,
+ "name": "Lumbridge guide",
+ "archery_ticket_price": "0",
+ "id": "7502"
+ },
+ {
+ "examine": "He looks a little shifty.",
+ "durability": null,
+ "name": "Osman",
+ "archery_ticket_price": "0",
+ "id": "7504"
+ },
+ {
+ "examine": "A shifty-looking character.",
+ "durability": null,
+ "name": "Pirate pete",
+ "archery_ticket_price": "0",
+ "id": "7505"
+ },
+ {
+ "examine": "Leader of the White Knights.",
+ "durability": null,
+ "name": "Sir amik varze",
+ "archery_ticket_price": "0",
+ "id": "7506"
+ },
+ {
+ "examine": "He's been frozen in time.",
+ "durability": null,
+ "name": "Skrach",
+ "archery_ticket_price": "0",
+ "id": "7507"
+ },
+ {
+ "shop_price": "4",
+ "examine": "There appears to be a coin in the bottom. Liked by dwarves.",
+ "durability": null,
+ "name": "Asgoldian ale",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7508"
+ },
+ {
+ "examine": "Red hot and glowing, ouch! Only for dwarf consumption.",
+ "durability": null,
+ "name": "Dwarven rock cake",
+ "weight": "8.5",
+ "archery_ticket_price": "0",
+ "id": "7509"
+ },
+ {
+ "examine": "Cool and heavy as a brick. Only for dwarf consumption.",
+ "durability": null,
+ "name": "Dwarven rock cake",
+ "weight": "8.5",
+ "archery_ticket_price": "0",
+ "id": "7510"
+ },
+ {
+ "examine": "Two out of two goblin generals prefer it!",
+ "durability": null,
+ "name": "Slop of compromise",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7511"
+ },
+ {
+ "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.",
+ "durability": null,
+ "name": "Soggy bread",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "7512"
+ },
+ {
+ "examine": "They clearly taste so much better this way!",
+ "durability": null,
+ "name": "Spicy maggots",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7513"
+ },
+ {
+ "examine": "Orange slices which have been dyed, but it looks more like they died.",
+ "durability": null,
+ "name": "Dyed orange",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7514"
+ },
+ {
+ "examine": "Glad these aren't in my bed.",
+ "durability": null,
+ "name": "Breadcrumbs",
+ "archery_ticket_price": "0",
+ "id": "7515"
+ },
+ {
+ "examine": "Those leaves look useful!",
+ "durability": null,
+ "name": "Kelp",
+ "archery_ticket_price": "0",
+ "id": "7516"
+ },
+ {
+ "examine": "Kelp flakes. Smells of the sea.",
+ "durability": null,
+ "name": "Ground kelp",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "7517"
+ },
+ {
+ "examine": "A smelly meat.",
+ "durability": null,
+ "name": "Crab meat",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7518"
+ },
+ {
+ "examine": "A smelly meat.",
+ "durability": null,
+ "name": "Crab meat",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7519"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Nice and Tasty!",
+ "grand_exchange_price": "219",
+ "durability": null,
+ "name": "Cooked crab meat",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7521"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "219",
+ "durability": null,
+ "name": "Cooked crab meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7522"
+ },
+ {
+ "examine": "Nice and Tasty!",
+ "grand_exchange_price": "226",
+ "durability": null,
+ "name": "Cooked crab meat",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7523"
+ },
+ {
+ "examine": "Nice and Tasty!",
+ "grand_exchange_price": "226",
+ "durability": null,
+ "name": "Cooked crab meat",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7524"
+ },
+ {
+ "examine": "Nice and Tasty!",
+ "grand_exchange_price": "226",
+ "durability": null,
+ "name": "Cooked crab meat",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7525"
+ },
+ {
+ "examine": "Nice and Tasty!",
+ "grand_exchange_price": "226",
+ "durability": null,
+ "name": "Cooked crab meat",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7526"
+ },
+ {
+ "examine": "A smelly paste.",
+ "durability": null,
+ "name": "Ground crab meat",
+ "archery_ticket_price": "0",
+ "id": "7527"
+ },
+ {
+ "examine": "A smelly paste.",
+ "durability": null,
+ "name": "Ground cod",
+ "archery_ticket_price": "0",
+ "id": "7528"
+ },
+ {
+ "examine": "Would taste nicer if I cooked it.",
+ "durability": null,
+ "name": "Raw fishcake",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "7529"
+ },
+ {
+ "examine": "Mmmm, reminds me of the seaside.",
+ "durability": null,
+ "name": "Cooked fishcake",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "7530"
+ },
+ {
+ "examine": "Hmmm, what can I use this for?",
+ "durability": null,
+ "name": "Mudskipper hide",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7532"
+ },
+ {
+ "remove_head": "true",
+ "examine": "You'll look daft, but at least you won't drown!",
+ "durability": null,
+ "name": "Fishbowl helmet",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7534",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "I'll need a helmet to make this work.",
+ "durability": null,
+ "name": "Diving apparatus",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7535",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "Fresh off the crab itself.",
+ "durability": null,
+ "name": "Fresh crab claw",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7536"
+ },
+ {
+ "examine": "If it is good enough for crabs, it's good enough for me.",
+ "durability": null,
+ "name": "Crab claw",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7537",
+ "bonuses": "0,0,0,0,0,3,4,2,0,0,1,1,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "Fresh off the crab itself.",
+ "durability": null,
+ "name": "Fresh crab shell",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7538"
+ },
+ {
+ "remove_head": "true",
+ "examine": "If it's good enough for crabs, it's good enough for me!",
+ "durability": null,
+ "name": "Crab helmet",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7539",
+ "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Darn, it's useless now.",
+ "durability": null,
+ "name": "Broken crab claw",
+ "archery_ticket_price": "0",
+ "id": "7540"
+ },
+ {
+ "examine": "Darn, it's useless now.",
+ "durability": null,
+ "name": "Broken crab shell",
+ "archery_ticket_price": "0",
+ "id": "7541"
+ },
+ {
+ "destroy_message": "Maybe Traiborn will have another.",
+ "examine": "Imbued with knowledge itself.",
+ "durability": null,
+ "name": "Cake of guidance",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7542"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Now all I need to do is cook it.",
+ "durability": null,
+ "name": "Raw guide cake",
+ "archery_ticket_price": "0",
+ "id": "7543"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Egg containing knowledge.",
+ "durability": null,
+ "name": "Enchanted egg",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "7544"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Guiding milk.",
+ "durability": null,
+ "name": "Enchanted milk",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "7545"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A pot of special flour.",
+ "durability": null,
+ "name": "Enchanted flour",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7546"
+ },
+ {
+ "examine": "A druid pouch.",
+ "durability": null,
+ "name": "Druid pouch",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "7547"
+ },
+ {
+ "shop_price": "8",
+ "examine": "A potato seed - plant in an allotment.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Potato seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7548"
+ },
+ {
+ "durability": null,
+ "name": "Potato seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7549"
+ },
+ {
+ "shop_price": "10",
+ "examine": "An onion seed - plant in an allotment.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Onion seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7550"
+ },
+ {
+ "durability": null,
+ "name": "Onion seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7551"
+ },
+ {
+ "shop_price": "76",
+ "examine": "Arrows with mithril heads.",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Mithril arrow",
+ "tradeable": "true",
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "archery_ticket_price": "0",
+ "id": "7552",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,22,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Mithril arrow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7553"
+ },
+ {
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Fire rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "7554"
+ },
+ {
+ "durability": null,
+ "name": "Fire rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7555"
+ },
+ {
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Water rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "7556"
+ },
+ {
+ "durability": null,
+ "name": "Water rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7557"
+ },
+ {
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "9",
+ "durability": null,
+ "name": "Air rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "7558"
+ },
+ {
+ "durability": null,
+ "name": "Air rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7559"
+ },
+ {
+ "shop_price": "140",
+ "examine": "Used for small missile spells.",
+ "grand_exchange_price": "65",
+ "durability": null,
+ "name": "Chaos rune",
+ "tradeable": "true",
+ "low_alchemy": "18",
+ "high_alchemy": "28",
+ "archery_ticket_price": "0",
+ "id": "7560"
+ },
+ {
+ "durability": null,
+ "name": "Chaos rune",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7561"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A tomato seed - plant in an allotment.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Tomato seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7562"
+ },
+ {
+ "durability": null,
+ "name": "Tomato seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7563"
+ },
+ {
+ "examine": "An inflated toad tied to a rock like a balloon.",
+ "durability": null,
+ "name": "Balloon toad",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7564"
+ },
+ {
+ "examine": "An inflated toad tied to a rock like a balloon.",
+ "durability": null,
+ "name": "Balloon toad",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7565"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "The uncooked meat of a Jubbly bird.",
+ "grand_exchange_price": "422",
+ "durability": null,
+ "name": "Raw jubbly",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7566"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "422",
+ "durability": null,
+ "name": "Raw jubbly",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7567"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Lovely jubbly!",
+ "grand_exchange_price": "944",
+ "durability": null,
+ "name": "Cooked jubbly",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7568"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "944",
+ "durability": null,
+ "name": "Cooked jubbly",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7569"
+ },
+ {
+ "durability": null,
+ "name": "Burnt jubbly",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7571"
+ },
+ {
+ "examine": "Like a banana only redder.",
+ "durability": null,
+ "name": "Red banana",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "7572",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "Like monkey nuts only tchikier.",
+ "durability": null,
+ "name": "Tchiki monkey nuts",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "7573"
+ },
+ {
+ "examine": "Perfect for stuffing snakes.",
+ "durability": null,
+ "name": "Sliced red banana",
+ "archery_ticket_price": "0",
+ "id": "7574"
+ },
+ {
+ "examine": "Mixing this with jam would just be wrong.",
+ "durability": null,
+ "name": "Tchiki nut paste",
+ "archery_ticket_price": "0",
+ "id": "7575"
+ },
+ {
+ "examine": "Like a snake only not alive.",
+ "durability": null,
+ "name": "Snake corpse",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "7576"
+ },
+ {
+ "examine": "This snake is stuffed right up.",
+ "durability": null,
+ "name": "Raw stuffed snake",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "7577"
+ },
+ {
+ "examine": "Is this really what you wanted to do?",
+ "durability": null,
+ "name": "Odd stuffed snake",
+ "archery_ticket_price": "0",
+ "id": "7578"
+ },
+ {
+ "examine": "Fit for a Monkey King. (cooked)",
+ "durability": null,
+ "name": "Stuffed snake",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "7579"
+ },
+ {
+ "examine": "Your hellish pet cat!!",
+ "durability": null,
+ "name": "Overgrown hellcat",
+ "archery_ticket_price": "0",
+ "id": "7581"
+ },
+ {
+ "examine": "Your hellish pet cat!!",
+ "durability": null,
+ "name": "Hell cat",
+ "archery_ticket_price": "0",
+ "id": "7582"
+ },
+ {
+ "examine": "Your hellish pet cat!!",
+ "durability": null,
+ "name": "Hell-kitten",
+ "archery_ticket_price": "0",
+ "id": "7583"
+ },
+ {
+ "examine": "Your hellish pet cat!!",
+ "durability": null,
+ "name": "Wily hellcat",
+ "archery_ticket_price": "0",
+ "id": "7585"
+ },
+ {
+ "examine": "I can train on this",
+ "durability": null,
+ "name": "Dummy",
+ "archery_ticket_price": "0",
+ "id": "7586"
+ },
+ {
+ "examine": "Filled with items. Like a bank, but spookier!",
+ "durability": null,
+ "name": "Coffin",
+ "archery_ticket_price": "0",
+ "id": "7587"
+ },
+ {
+ "examine": "Filled with items. Like a bank, but spookier!",
+ "durability": null,
+ "name": "Coffin",
+ "archery_ticket_price": "0",
+ "id": "7588"
+ },
+ {
+ "examine": "Filled with items. Like a bank, but spookier!",
+ "durability": null,
+ "name": "Coffin",
+ "archery_ticket_price": "0",
+ "id": "7589"
+ },
+ {
+ "examine": "Filled with items. Like a bank, but spookier!",
+ "durability": null,
+ "name": "Coffin",
+ "archery_ticket_price": "0",
+ "id": "7590"
+ },
+ {
+ "examine": "Filled with items. Like a bank, but spookier!",
+ "durability": null,
+ "name": "Coffin",
+ "archery_ticket_price": "0",
+ "id": "7591"
+ },
+ {
+ "examine": "Aside from the braaaains on the lapel, it's still quite good.",
+ "durability": null,
+ "name": "Zombie shirt",
+ "archery_ticket_price": "0",
+ "id": "7592",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Good for a shamble about town.",
+ "durability": null,
+ "name": "Zombie trousers",
+ "archery_ticket_price": "0",
+ "id": "7593",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "examine": "I look 40,000 years old in this...",
+ "durability": null,
+ "name": "Zombie mask",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "7594",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Smells pretty funky.",
+ "durability": null,
+ "name": "Zombie gloves",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "7595",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "160",
+ "examine": "Thrilling.",
+ "durability": null,
+ "name": "Zombie boots",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "7596",
+ "equipment_slot": "10"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7597"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7598"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7599"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7600"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7601"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7602"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7603"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7604"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7605"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7606"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7607"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7608"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7609"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7610"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7611"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7612"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7613"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7614"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7615"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7616"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7617"
+ },
+ {
+ "durability": null,
+ "name": "Item",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7618"
+ },
+ {
+ "examine": "A silvery rod of mithril and silver with sapphire on top.",
+ "durability": null,
+ "name": "Silvthrill rod",
+ "archery_ticket_price": "0",
+ "id": "7620"
+ },
+ {
+ "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.",
+ "durability": null,
+ "name": "Bucket of rubble",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "7622"
+ },
+ {
+ "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.",
+ "durability": null,
+ "name": "Bucket of rubble",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "7624"
+ },
+ {
+ "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.",
+ "durability": null,
+ "name": "Bucket of rubble",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "7626"
+ },
+ {
+ "destroy_message": "You can get another plaster fragment by exploring near the Inn in Burgh de Rott.",
+ "examine": "A fragment of plaster with some impressions on it.",
+ "durability": null,
+ "name": "Plaster fragment",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7628"
+ },
+ {
+ "destroy_message": "You can get another scroll by exploring near the Inn in Burgh de Rott.",
+ "examine": "An ancient tattered scroll.",
+ "durability": null,
+ "name": "Dusty scroll",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7629"
+ },
+ {
+ "destroy_message": "You can get another temple key by talking to Drezel.",
+ "examine": "A key for the Temple Library. (In Aid of the Myreque)",
+ "durability": null,
+ "name": "Temple library key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7632"
+ },
+ {
+ "destroy_message": "You can get another Ancient Book by searching the library in the temple on the Salve.",
+ "shop_price": "5000",
+ "examine": "The unholy book of a forgotten god.",
+ "durability": null,
+ "name": "Ancient book",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7633",
+ "bonuses": "4,4,4,6,0,4,4,4,6,0,2,0,0,5,0"
+ },
+ {
+ "destroy_message": "You can get another Crumbling tome by searching the library in the temple on the Salve.",
+ "examine": "An ancient history book.",
+ "durability": null,
+ "name": "Battered tome",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7634"
+ },
+ {
+ "destroy_message": "You can get another Leather book by searching the library in the temple on the Salve.",
+ "examine": "An ancient leather-bound tome.",
+ "durability": null,
+ "name": "Leather book",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7635"
+ },
+ {
+ "examine": "Rod of Ivandis dust.",
+ "durability": null,
+ "name": "Rod dust",
+ "archery_ticket_price": "0",
+ "id": "7636"
+ },
+ {
+ "examine": "A silvery rod of mithril and silver with sapphire on top.",
+ "durability": null,
+ "name": "Silvthrill rod",
+ "archery_ticket_price": "0",
+ "id": "7637",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A silvery rod of mithril and silver with sapphire on top.",
+ "durability": null,
+ "name": "Silvthrill rod",
+ "archery_ticket_price": "0",
+ "id": "7638"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A fully charged rod.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "name": "Rod of ivandis(10)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7639",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A partialy charged rod.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "name": "Rod of ivandis(9)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7640",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A partialy charged rod.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "low_alchemy": "400",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7641",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
+ "durability": null,
+ "high_alchemy": "600",
+ "destroy": "true",
+ "weight": "2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "name": "Rod of ivandis(8)"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A partialy charged rod.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "name": "Rod of ivandis(7)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7642",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A partialy charged rod.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "name": "Rod of ivandis(6)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7643",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A partialy charged rod.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "name": "Rod of ivandis(5)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7644",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A partialy charged rod.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "name": "Rod of ivandis(4)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7645",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A partialy charged rod.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "name": "Rod of ivandis(3)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7646",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "2! 2 charges left! Ha Ha Ha.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "name": "Rod of ivandis(2)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7647",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A partialy charged rod.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "name": "Rod of ivandis(1)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7648",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "destroy_message": "You can make another one of these by using clay on Ivandis' coffin.",
+ "examine": "A mould of the Rod of Ivandis.",
+ "durability": null,
+ "name": "Rod clay mould",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7649"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "It's ground up silver.",
+ "grand_exchange_price": "316",
+ "durability": null,
+ "name": "Silver dust",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "7650"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "316",
+ "durability": null,
+ "name": "Silver dust",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7651"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "96",
+ "durability": null,
+ "name": "Guthix balance(unf)",
+ "archery_ticket_price": "0",
+ "id": "7652"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "96",
+ "durability": null,
+ "name": "Guthix balance(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7653"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "77",
+ "durability": null,
+ "name": "Guthix balance(unf)",
+ "archery_ticket_price": "0",
+ "id": "7654"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "77",
+ "durability": null,
+ "name": "Guthix balance(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7655"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "58",
+ "durability": null,
+ "name": "Guthix balance(unf)",
+ "archery_ticket_price": "0",
+ "id": "7656"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "58",
+ "durability": null,
+ "name": "Guthix balance(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7657"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Guthix balance(unf)",
+ "archery_ticket_price": "0",
+ "id": "7658"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Guthix balance(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7659"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Guthix balance(4)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "7660"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "140",
+ "durability": null,
+ "name": "Guthix balance(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7661"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.",
+ "grand_exchange_price": "168",
+ "durability": null,
+ "name": "Guthix balance(3)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "7662"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "168",
+ "durability": null,
+ "name": "Guthix balance(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7663"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.",
+ "grand_exchange_price": "132",
+ "durability": null,
+ "name": "Guthix balance(2)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "7664"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "132",
+ "durability": null,
+ "name": "Guthix balance(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7665"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.",
+ "grand_exchange_price": "66",
+ "durability": null,
+ "name": "Guthix balance(1)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "7666"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "66",
+ "durability": null,
+ "name": "Guthix balance(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7667"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1663",
+ "examine": "A specially crafted hammer with strange markings on it.",
+ "walk_anim": "1663",
+ "low_alchemy": "1200",
+ "turn90ccw_anim": "1663",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1663",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "grand_exchange_price": "1615",
+ "stand_anim": "1662",
+ "tradeable": "true",
+ "run_anim": "1664",
+ "archery_ticket_price": "0",
+ "id": "7668",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,35,-4,0,0,0,0,0,0,0,35,0,0,0",
+ "shop_price": "3000",
+ "durability": null,
+ "high_alchemy": "1800",
+ "weight": "1.8",
+ "weapon_interface": "10",
+ "render_anim": "27",
+ "name": "Gadderhammer"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1615",
+ "durability": null,
+ "name": "Gadderhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7669"
+ },
+ {
+ "turn90cw_anim": "3680",
+ "examine": "I think they look a bit silly.",
+ "walk_anim": "3680",
+ "durability": null,
+ "weight": "0.4",
+ "turn90ccw_anim": "3680",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "turn180_anim": "3680",
+ "render_anim": "1386",
+ "equipment_slot": "3",
+ "stand_anim": "3677",
+ "name": "Boxing gloves",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7671",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0"
+ },
+ {
+ "turn90cw_anim": "3680",
+ "examine": "I think they look a bit silly.",
+ "walk_anim": "3680",
+ "durability": null,
+ "weight": "0.4",
+ "turn90ccw_anim": "3680",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "turn180_anim": "3680",
+ "render_anim": "1386",
+ "equipment_slot": "3",
+ "stand_anim": "3677",
+ "name": "Boxing gloves",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "7673",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A less-than razor sharp sword.",
+ "durability": null,
+ "name": "Wooden sword",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "7675",
+ "weapon_interface": "5",
+ "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0",
+ "render_anim": "2584",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Wooden shield",
+ "archery_ticket_price": "0",
+ "id": "7676",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "It knows where the treasure is.",
+ "durability": null,
+ "name": "Treasure stone",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "7677"
+ },
+ {
+ "shop_price": "160",
+ "examine": "You can use this to open the prize chest!",
+ "durability": null,
+ "name": "Prize key",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7678"
+ },
+ {
+ "examine": "A good tool for bashing someone.",
+ "durability": null,
+ "name": "Pugel",
+ "archery_ticket_price": "0",
+ "two_handed": "true",
+ "id": "7679",
+ "weapon_interface": "14",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Pugel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7680"
+ },
+ {
+ "examine": "Party Pete's Bumper Book Of Games",
+ "durability": null,
+ "name": "Game book",
+ "tradeable": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7681"
+ },
+ {
+ "durability": null,
+ "name": "Hoop",
+ "archery_ticket_price": "0",
+ "id": "7682",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Hoop",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7683"
+ },
+ {
+ "durability": null,
+ "name": "Dart",
"archery_ticket_price": "0",
- "attack_anims": "381,390,390,390",
"attack_speed": "3",
+ "id": "7684",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Dart",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7685"
+ },
+ {
+ "durability": null,
+ "name": "Bow and arrow",
+ "archery_ticket_price": "0",
+ "id": "7686",
+ "weapon_interface": "1",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Bow and arrow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7687"
+ },
+ {
+ "examine": "The kettle is empty.",
+ "durability": null,
+ "name": "Kettle",
+ "archery_ticket_price": "0",
+ "id": "7688"
+ },
+ {
+ "durability": null,
+ "name": "Kettle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7689"
+ },
+ {
+ "examine": "It's full of cold water.",
+ "durability": null,
+ "name": "Full kettle",
+ "archery_ticket_price": "0",
+ "id": "7690"
+ },
+ {
+ "examine": "It's full of boiling water.",
+ "durability": null,
+ "name": "Hot kettle",
+ "archery_ticket_price": "0",
+ "id": "7691"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (4)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7692"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7693"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (3)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7694"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7695"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (2)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7696"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7697"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (1)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7698"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7699"
+ },
+ {
+ "examine": "Add boiling water to make a tea.",
+ "durability": null,
+ "name": "Teapot with leaves",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7700"
+ },
+ {
+ "durability": null,
+ "name": "Teapot with leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7701"
+ },
+ {
+ "examine": "This teapot is empty.",
+ "durability": null,
+ "name": "Teapot",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "7702"
+ },
+ {
+ "durability": null,
+ "name": "Teapot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7703"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (4)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7704"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7705"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (3)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7706"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7707"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (2)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7708"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7709"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (1)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7710"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7711"
+ },
+ {
+ "examine": "Add boiling water to make a tea.",
+ "durability": null,
+ "name": "Teapot with leaves",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7712"
+ },
+ {
+ "durability": null,
+ "name": "Teapot with leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7713"
+ },
+ {
+ "examine": "This teapot is empty.",
+ "durability": null,
+ "name": "Teapot",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "7714"
+ },
+ {
+ "durability": null,
+ "name": "Teapot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7715"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (4)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7716"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7717"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (3)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7718"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7719"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (2)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7720"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7721"
+ },
+ {
+ "examine": "I'd really like a nice cup of tea.",
+ "durability": null,
+ "name": "Pot of tea (1)",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7722"
+ },
+ {
+ "durability": null,
+ "name": "Pot of tea (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7723"
+ },
+ {
+ "examine": "Add boiling water to make a tea.",
+ "durability": null,
+ "name": "Teapot with leaves",
+ "weight": "1.5",
+ "archery_ticket_price": "0",
+ "id": "7724"
+ },
+ {
+ "durability": null,
+ "name": "Teapot with leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7725"
+ },
+ {
+ "examine": "This teapot is empty.",
+ "durability": null,
+ "name": "Teapot",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "7726"
+ },
+ {
+ "durability": null,
+ "name": "Teapot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7727"
+ },
+ {
+ "shop_price": "1",
+ "examine": "An empty cup.",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Empty cup",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7728"
+ },
+ {
+ "durability": null,
+ "name": "Empty cup",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7729"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "7730"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "7731"
+ },
+ {
+ "examine": "A porcelain cup.",
+ "durability": null,
+ "name": "Porcelain cup",
+ "archery_ticket_price": "0",
+ "id": "7732"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "7733"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "7734"
+ },
+ {
+ "examine": "A porcelain cup.",
+ "durability": null,
+ "name": "Porcelain cup",
+ "archery_ticket_price": "0",
+ "id": "7735"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "7736"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A nice cup of tea.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Cup of tea",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "7737"
+ },
+ {
+ "examine": "Mmm, how about a nice cup of tea?",
+ "durability": null,
+ "name": "Tea leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7738"
+ },
+ {
+ "durability": null,
+ "name": "Tea leaves",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7739"
+ },
+ {
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "151",
+ "durability": null,
+ "name": "Beer",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7740"
+ },
+ {
+ "durability": null,
+ "name": "Beer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7741"
+ },
+ {
+ "shop_price": "1",
+ "examine": "I need to fill this with beer.",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Beer glass",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "7742"
+ },
+ {
+ "durability": null,
+ "name": "Beer glass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7743"
+ },
+ {
+ "shop_price": "3",
+ "examine": "Probably the finest readily-available ale in Asgarnia.",
+ "grand_exchange_price": "131",
+ "durability": null,
+ "name": "Asgarnian ale",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7744"
+ },
+ {
+ "durability": null,
+ "name": "Asgarnian ale",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7745"
+ },
+ {
+ "shop_price": "2",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "569",
+ "durability": null,
+ "name": "Greenman's ale",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7746"
+ },
+ {
+ "durability": null,
+ "name": "Greenman's ale",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7747"
+ },
+ {
+ "shop_price": "2",
+ "examine": "A glass of bitter.",
+ "grand_exchange_price": "523",
+ "durability": null,
+ "name": "Dragon bitter",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7748"
+ },
+ {
+ "durability": null,
+ "name": "Dragon bitter",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7749"
+ },
+ {
+ "shop_price": "5",
+ "examine": "A foul smelling brew.",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Moonlight mead",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "7750"
+ },
+ {
+ "durability": null,
+ "name": "Moonlight mead",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7751"
+ },
+ {
+ "shop_price": "2",
+ "examine": "A glass of Cider",
+ "grand_exchange_price": "1539",
+ "durability": null,
+ "name": "Cider",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7752"
+ },
+ {
+ "durability": null,
+ "name": "Cider",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7753"
+ },
+ {
+ "examine": "A fruity, full-bodied ale.",
+ "grand_exchange_price": "2371",
+ "durability": null,
+ "name": "Chef's delight",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7754"
+ },
+ {
+ "durability": null,
+ "name": "Chef's delight",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7755"
+ },
+ {
+ "durability": null,
+ "name": "Paintbrush",
+ "archery_ticket_price": "0",
+ "id": "7756",
+ "equipment_slot": "3"
+ },
+ {
+ "durability": null,
+ "name": "Paintbrush",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7757"
+ },
+ {
+ "examine": "A decent-enough weapon gone rusty.",
+ "durability": null,
+ "name": "Rusty sword",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "7758",
+ "equipment_slot": "3"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Nice bit of crafting.",
+ "grand_exchange_price": "3140",
+ "durability": null,
+ "name": "Toy soldier",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7759"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3140",
+ "durability": null,
+ "name": "Toy soldier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7760"
+ },
+ {
+ "examine": "Nice bit of crafting.",
+ "grand_exchange_price": "3123",
+ "durability": null,
+ "name": "Toy soldier (wound)",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7761"
+ },
+ {
+ "durability": null,
+ "name": "Toy soldier (wound)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7762"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...",
+ "grand_exchange_price": "3236",
+ "durability": null,
+ "name": "Toy doll",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7763"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3236",
+ "durability": null,
+ "name": "Toy doll",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7764"
+ },
+ {
+ "examine": "In inventory: Nice bit of crafting! When released: Nice bit of crafting that...",
+ "grand_exchange_price": "3289",
+ "durability": null,
+ "name": "Toy doll (wound)",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7765"
+ },
+ {
+ "durability": null,
+ "name": "Toy doll (wound)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7766"
+ },
+ {
+ "shop_price": "1705",
+ "ge_buy_limit": "100",
+ "examine": "Nice bit of crafting!",
+ "grand_exchange_price": "3384",
+ "durability": null,
+ "name": "Toy mouse",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7767"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3384",
+ "durability": null,
+ "name": "Toy mouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7768"
+ },
+ {
+ "shop_price": "1705",
+ "examine": "Nice bit of crafting!",
+ "grand_exchange_price": "3484",
+ "durability": null,
+ "name": "Toy mouse (wound)",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7769"
+ },
+ {
+ "durability": null,
+ "name": "Toy mouse (wound)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7770"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Inventory: Nice bit of crafting!As a follower: An amazing piece of crafting.",
+ "grand_exchange_price": "2930",
+ "durability": null,
+ "name": "Clockwork cat",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7771"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2930",
+ "durability": null,
+ "name": "Clockwork cat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7772"
+ },
+ {
+ "examine": "I can use this to make a lyre.",
+ "durability": null,
+ "name": "Branch",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7773",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7774"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7775"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7776"
+ },
+ {
+ "examine": "A long section of vine made up of lots of shorter sections.",
+ "durability": null,
+ "name": "Long vine",
+ "archery_ticket_price": "0",
+ "id": "7777"
+ },
+ {
+ "examine": "A short section of vines.",
+ "durability": null,
+ "name": "Short vine",
+ "archery_ticket_price": "0",
+ "id": "7778"
+ },
+ {
+ "examine": "A tome of learning that focuses on the Fishing skill.",
+ "durability": null,
+ "name": "Fishing tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7779"
+ },
+ {
+ "examine": "A tome of learning that focuses on the Fishing skill.",
+ "durability": null,
+ "name": "Fishing tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7780"
+ },
+ {
+ "examine": "A tome of learning that focuses on the Fishing skill.",
+ "durability": null,
+ "name": "Fishing tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7781"
+ },
+ {
+ "examine": "A tome of learning that focuses on Agility.",
+ "durability": null,
+ "name": "Agility tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7782"
+ },
+ {
+ "examine": "A tome of learning that focuses on Agility.",
+ "durability": null,
+ "name": "Agility tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7783"
+ },
+ {
+ "examine": "A tome of learning that focuses on Agility.",
+ "durability": null,
+ "name": "Agility tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7784"
+ },
+ {
+ "examine": "A tome of learning that focuses on the Thieving skill.",
+ "durability": null,
+ "name": "Thieving tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7785"
+ },
+ {
+ "examine": "A tome of learning that focuses on the Thieving skill.",
+ "durability": null,
+ "name": "Thieving tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7786"
+ },
+ {
+ "examine": "A tome of learning that focuses on the Thieving skill.",
+ "durability": null,
+ "name": "Thieving tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7787"
+ },
+ {
+ "examine": "A tome of learning which focuses on the Slayer skill.",
+ "durability": null,
+ "name": "Slayer tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7788"
+ },
+ {
+ "examine": "A tome of learning which focuses on the Slayer skill.",
+ "durability": null,
+ "name": "Slayer tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7789"
+ },
+ {
+ "examine": "A tome of learning which focuses on the Slayer skill.",
+ "durability": null,
+ "name": "Slayer tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7790"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A tome of learning that focuses on the Mining skill.",
+ "durability": null,
+ "name": "Mining tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7791"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A tome of learning that focuses on the Mining skill.",
+ "durability": null,
+ "name": "Mining tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7792"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A tome of learning that focuses on the Mining skill.",
+ "durability": null,
+ "name": "Mining tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7793"
+ },
+ {
+ "examine": "A tome of learning that focuses on Firemaking.",
+ "durability": null,
+ "name": "Firemaking tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7794"
+ },
+ {
+ "examine": "A tome of learning that focuses on Firemaking.",
+ "durability": null,
+ "name": "Firemaking tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7795"
+ },
+ {
+ "examine": "A tome of learning that focuses on Firemaking.",
+ "durability": null,
+ "name": "Firemaking tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7796"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A tome of learning that focuses on the Woodcutting skill.",
+ "durability": null,
+ "name": "Woodcutting tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7797"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A tome of learning that focuses on the Woodcutting skill.",
+ "durability": null,
+ "name": "Woodcutting tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7798"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A tome of learning that focuses on the Woodcutting skill.",
+ "durability": null,
+ "name": "Woodcutting tome",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7799"
+ },
+ {
+ "examine": "A shell from a giant snail.",
+ "durability": null,
+ "name": "Snail shell",
+ "weight": "7",
+ "archery_ticket_price": "0",
+ "id": "7800"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Scaly but not slimy!",
+ "grand_exchange_price": "1618",
+ "durability": null,
+ "name": "Snake hide",
+ "tradeable": "true",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "7801"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1618",
+ "durability": null,
+ "name": "Snake hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7802"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A non-magical copy of the make-over mage's amulet.",
+ "durability": null,
+ "name": "Yin yang amulet",
+ "archery_ticket_price": "0",
+ "id": "7803",
+ "equipment_slot": "2"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "walk_anim": "1205",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "two_handed": "true",
+ "weapon_interface": "3",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "stand_anim": "813",
+ "name": "Picture",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7804",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7805"
+ },
+ {
+ "attack_anims": "381,390,390,390",
+ "examine": "A heavy duty sword.",
+ "durability": null,
+ "name": "Anger sword",
+ "archery_ticket_price": "0",
+ "attack_speed": "3",
+ "id": "7806",
+ "weapon_interface": "5",
"bonuses": "20,20,20,0,0,0,2,1,0,0,0,5,0,0,0",
"defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "weapon_interface": "5"
+ "equipment_slot": "3"
},
{
- "id": "7807",
- "name": "Anger battleaxe",
+ "attack_anims": "395,395,395,395",
"examine": "A heavy duty axe.",
+ "durability": null,
+ "name": "Anger battleaxe",
"archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
+ "id": "7807",
+ "weapon_interface": "2",
"bonuses": "20,20,20,0,0,0,0,0,0,-1,0,13,0,0,0",
"defence_anim": "397",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "weapon_interface": "2"
+ "equipment_slot": "3"
},
{
- "id": "7808",
- "name": "Anger mace",
- "examine": "A heavy duty mace.",
- "archery_ticket_price": "0",
"attack_anims": "390,390,381,390",
+ "examine": "A heavy duty mace.",
+ "durability": null,
+ "name": "Anger mace",
+ "archery_ticket_price": "0",
+ "id": "7808",
+ "weapon_interface": "8",
"bonuses": "20,20,20,0,0,0,0,0,0,0,0,5,1,0,0",
"defence_anim": "397",
- "durability": null,
- "equipment_slot": "3",
- "weapon_interface": "8"
+ "equipment_slot": "3"
},
{
- "id": "7809",
- "name": "Anger spear",
- "examine": "A heavy duty spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "bonuses": "20,20,20,0,0,1,1,0,0,0,0,6,0,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
"turn90cw_anim": "1207",
- "two_handed": "true",
+ "examine": "A heavy duty spear.",
"walk_anim": "1205",
- "weapon_interface": "14"
- },
- {
- "id": "7810",
- "name": "Jug of vinegar",
- "examine": "This wine clearly did not age well.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "weight": "1"
- },
- {
- "id": "7811",
- "name": "Pot of vinegar",
- "examine": "Well, this pot is certainly full of vinegar and no mistake.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "7812",
- "name": "Goblin skull",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7813",
- "name": "Bone in vinegar",
- "examine": "There is a goblin bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7814",
- "name": "Goblin skull",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7815",
- "name": "Bear ribs",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7816",
- "name": "Bone in vinegar",
- "examine": "There is a bear bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7817",
- "name": "Bear ribs",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7818",
- "name": "Ram skull",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7819",
- "name": "Bone in vinegar",
- "examine": "There is a ram bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7820",
- "name": "Ram skull",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7821",
- "name": "Unicorn bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7822",
- "name": "Bone in vinegar",
- "examine": "There is a unicorn bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7823",
- "name": "Unicorn bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7824",
- "name": "Giant rat bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7825",
- "name": "Bone in vinegar",
- "examine": "There is a giant rat bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7826",
- "name": "Giant rat bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7827",
- "name": "Giant bat wing",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7828",
- "name": "Bone in vinegar",
- "examine": "There is a giant bat bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7829",
- "name": "Giant bat wing",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7830",
- "name": "Wolf bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7831",
- "name": "Bone in vinegar",
- "examine": "There is a wolf bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7832",
- "name": "Wolf bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7833",
- "name": "Bat wing",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7834",
- "name": "Bone in vinegar",
- "examine": "There is a bat bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7835",
- "name": "Bat wing",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7836",
- "name": "Rat bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7837",
- "name": "Bone in vinegar",
- "examine": "There is a rat bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7838",
- "name": "Rat bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7839",
- "name": "Baby dragon bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7840",
- "name": "Bone in vinegar",
- "examine": "There is a baby blue dragon bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7841",
- "name": "Baby dragon bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7842",
- "name": "Ogre ribs",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7843",
- "name": "Bone in vinegar",
- "examine": "There is a ogre bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7844",
- "name": "Ogre ribs",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7845",
- "name": "Jogre bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7846",
- "name": "Bone in vinegar",
- "examine": "There is a jogre bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7847",
- "name": "Jogre bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7848",
- "name": "Zogre bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7849",
- "name": "Bone in vinegar",
- "examine": "There is a zogre bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7850",
- "name": "Zogre bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7851",
- "name": "Mogre bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7852",
- "name": "Bone in vinegar",
- "examine": "There is a mogre bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7853",
- "name": "Mogre bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7854",
- "name": "Monkey paw",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7855",
- "name": "Bone in vinegar",
- "examine": "There is a monkey bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7856",
- "name": "Monkey paw",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7857",
- "name": "Dagannoth ribs",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7858",
- "name": "Bone in vinegar",
- "examine": "There is a Dagannoth bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7859",
- "name": "Dagannoth ribs",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7860",
- "name": "Snake spine",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7861",
- "name": "Bone in vinegar",
- "examine": "There is a snake bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7862",
- "name": "Snake spine",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7863",
- "name": "Zombie bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7864",
- "name": "Bone in vinegar",
- "examine": "There is a zombie bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7865",
- "name": "Zombie bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7866",
- "name": "Werewolf bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7867",
- "name": "Bone in vinegar",
- "examine": "There is a werewolf bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7868",
- "name": "Werewolf bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7869",
- "name": "Moss giant bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7870",
- "name": "Bone in vinegar",
- "examine": "There is a moss giant bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7871",
- "name": "Moss giant bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7872",
- "name": "Fire giant bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7873",
- "name": "Bone in vinegar",
- "examine": "There is a fire giant bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7874",
- "name": "Fire giant bone",
- "examine": "This bone belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7875",
- "name": "Ice giant ribs",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7876",
- "name": "Bone in vinegar",
- "examine": "There is an ice giant bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7877",
- "name": "Ice giant ribs",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7878",
- "name": "Terrorbird wing",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7879",
- "name": "Bone in vinegar",
- "examine": "There is a terrorbird bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7880",
- "name": "Terrorbird wing",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7881",
- "name": "Ghoul bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7882",
- "name": "Bone in vinegar",
- "examine": "There is a ghoul bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7883",
- "name": "Ghoul bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7884",
- "name": "Troll bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7885",
- "name": "Bone in vinegar",
- "examine": "There is a troll bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7886",
- "name": "Troll bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7887",
- "name": "Seagull wing",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7888",
- "name": "Bone in vinegar",
- "examine": "There is a seagull bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7889",
- "name": "Seagull wing",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7890",
- "name": "Undead cow ribs",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7891",
- "name": "Bone in vinegar",
- "examine": "There is an undead cow bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7892",
- "name": "Undead cow ribs",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7893",
- "name": "Experiment bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "weight": "0.9"
- },
- {
- "id": "7894",
- "name": "Bone in vinegar",
- "examine": "There is an experiment bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7895",
- "name": "Experiment bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "160",
- "weight": "0.9"
- },
- {
- "id": "7896",
- "name": "Rabbit bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7897",
- "name": "Bone in vinegar",
- "examine": "There is a rabbit bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7898",
- "name": "Rabbit bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7899",
- "name": "Basilisk bone",
- "examine": "This bone needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7900",
- "name": "Bone in vinegar",
- "examine": "There is a basilisk bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7901",
- "name": "Basilisk bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7902",
- "name": "Desert lizard bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7903",
- "name": "Bone in vinegar",
- "examine": "There is a desert lizard bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7904",
- "name": "Desert lizard bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7905",
- "name": "Cave goblin skull",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7906",
- "name": "Bone in vinegar",
- "examine": "There is a cave goblin bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7907",
- "name": "Cave goblin skull",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7908",
- "name": "Big frog leg",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7909",
- "name": "Bone in vinegar",
- "examine": "There is a big frog bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7910",
- "name": "Big frog leg",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7911",
- "name": "Vulture wing",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7912",
- "name": "Bone in vinegar",
- "examine": "There is a vulture bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7913",
- "name": "Vulture wing",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7914",
- "name": "Jackal bone",
- "examine": "This needs a good polish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7915",
- "name": "Bone in vinegar",
- "examine": "There is a jackal bone in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7916",
- "name": "Jackal bone",
- "examine": "This belongs in a museum!",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.9"
- },
- {
- "id": "7917",
- "name": "Ram skull helm",
- "examine": "Makes me feel baaad to the bone.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-2,19,21,16,0,19,6,0,0,0,0",
- "destroy_message": "The ram skull helm looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.",
- "durability": null,
- "equipment_slot": "0",
- "weight": "3"
- },
- {
- "id": "7918",
- "name": "Bonesack",
- "examine": "The Bonesack is a little old item that protects like leather.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,4,4,4,4,4,4,0,0,0,0",
- "destroy_message": "The bonesack looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.",
- "durability": null,
- "equipment_slot": "1",
- "weight": "9"
- },
- {
- "id": "7919",
- "name": "Bottle of wine",
- "examine": "A very good vintage.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "500",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "7920",
- "name": "Bottle of wine",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7921",
- "name": "Empty wine bottle",
- "examine": "This one has clearly been taken down and passed around.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "7922",
- "name": "Al kharid flyer",
- "examine": "The money off voucher has expired.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7927",
- "name": "Easter ring",
- "examine": "A ring given to you by the Easter Bunny.",
- "archery_ticket_price": "0",
- "attack_audios": "",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "12"
- },
- {
- "id": "7928",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7929",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7930",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7931",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7932",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7933",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7934",
- "name": "Field ration",
- "examine": "A field ration to help your wounds go away.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "390",
- "tradeable": "true"
- },
- {
- "id": "7935",
- "name": "Field ration",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "7936",
- "name": "Pure essence",
- "examine": "An uncharged Rune Stone of extra capability.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "7937",
- "name": "Pure essence",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "7939",
- "name": "Tortoise shell",
- "examine": "A word in your shell-like.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "6.8"
- },
- {
- "id": "7940",
- "name": "Tortoise shell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "7941",
- "name": "Iron sheet",
- "examine": "A sturdy sheet of iron.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.75"
- },
- {
- "id": "7942",
- "name": "Fresh monkfish",
- "examine": "Perfect for storing. Not so good for eating.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.8"
- },
- {
- "id": "7943",
- "name": "Fresh monkfish",
- "examine": "Perfect for storing. Not so good for eating.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.8"
- },
- {
- "id": "7944",
- "name": "Raw monkfish",
- "examine": "I should try cooking this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "7945",
- "name": "Raw monkfish",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "7946",
- "name": "Monkfish",
- "examine": "A tasty fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "7947",
- "name": "Monkfish",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "7949",
- "name": "Burnt monkfish",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "7950",
- "name": "Bone seeds",
- "examine": "A highly portable army of skeletal magic.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7951",
- "name": "Herman's book",
- "examine": "A book taken from the desk of Herman Caranos.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "shop_price": "160",
- "tradeable": "false",
- "weight": "0.09"
- },
- {
- "id": "7952",
- "name": "Picture",
- "examine": "Useless without the head.",
- "archery_ticket_price": "0",
"durability": null,
+ "turn90ccw_anim": "1208",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "defence_anim": "2079",
"equipment_slot": "3",
- "tradeable": "true"
+ "attack_anims": "2080,2081,2082,2080",
+ "stand_anim": "813",
+ "name": "Anger spear",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "7809",
+ "stand_turn_anim": "1209",
+ "bonuses": "20,20,20,0,0,1,1,0,0,0,0,6,0,0,0"
},
{
- "id": "7953",
+ "shop_price": "1",
+ "examine": "This wine clearly did not age well.",
+ "durability": null,
+ "name": "Jug of vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7810"
+ },
+ {
+ "examine": "Well, this pot is certainly full of vinegar and no mistake.",
+ "durability": null,
+ "name": "Pot of vinegar",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "7811"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Goblin skull",
+ "archery_ticket_price": "0",
+ "id": "7812"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7813"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Goblin skull",
+ "archery_ticket_price": "0",
+ "id": "7814"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Bear ribs",
+ "archery_ticket_price": "0",
+ "id": "7815"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7816"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Bear ribs",
+ "archery_ticket_price": "0",
+ "id": "7817"
+ },
+ {
+ "examine": "Unpolished: This needs a good polish.",
+ "durability": null,
+ "name": "Ram skull",
+ "archery_ticket_price": "0",
+ "id": "7818"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7819"
+ },
+ {
+ "examine": "Unpolished: This needs a good polish.",
+ "durability": null,
+ "name": "Ram skull",
+ "archery_ticket_price": "0",
+ "id": "7820"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Unicorn bone",
+ "archery_ticket_price": "0",
+ "id": "7821"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7822"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Unicorn bone",
+ "archery_ticket_price": "0",
+ "id": "7823"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Giant rat bone",
+ "archery_ticket_price": "0",
+ "id": "7824"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7825"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Giant rat bone",
+ "archery_ticket_price": "0",
+ "id": "7826"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Giant bat wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7827"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7828"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Giant bat wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7829"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Wolf bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7830"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7831"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Wolf bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7832"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Bat wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7833"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7834"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Bat wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7835"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Rat bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7836"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7837"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Rat bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7838"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Baby dragon bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7839"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7840"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Baby dragon bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7841"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Ogre ribs",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7842"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7843"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Ogre ribs",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7844"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Jogre bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7845"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7846"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Jogre bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7847"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Zogre bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7848"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7849"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Zogre bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7850"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Mogre bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7851"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7852"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Mogre bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7853"
+ },
+ {
+ "examine": "This needs a good polish./ This belongs in a museum!",
+ "durability": null,
+ "name": "Monkey paw",
+ "archery_ticket_price": "0",
+ "id": "7854"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7855"
+ },
+ {
+ "examine": "This needs a good polish./ This belongs in a museum!",
+ "durability": null,
+ "name": "Monkey paw",
+ "archery_ticket_price": "0",
+ "id": "7856"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Dagannoth ribs",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7857"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7858"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Dagannoth ribs",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7859"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Snake spine",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7860"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7861"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Snake spine",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7862"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Zombie bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7863"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7864"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Zombie bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7865"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Werewolf bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7866"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7867"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Werewolf bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7868"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Moss giant bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7869"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7870"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Moss giant bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7871"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Fire giant bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7872"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7873"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Fire giant bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7874"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Ice giant ribs",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7875"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7876"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Ice giant ribs",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7877"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Terrorbird wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7878"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7879"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Terrorbird wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7880"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Ghoul bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7881"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7882"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Ghoul bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7883"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Troll bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7884"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7885"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Troll bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7886"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Seagull wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7887"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7888"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Seagull wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7889"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Undead cow ribs",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7890"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7891"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Undead cow ribs",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7892"
+ },
+ {
+ "shop_price": "160",
+ "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!",
+ "durability": null,
+ "name": "Experiment bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7893"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7894"
+ },
+ {
+ "shop_price": "160",
+ "examine": "Unpolished: This needs a good polish. Polished: This bone belongs in a museum!",
+ "durability": null,
+ "name": "Experiment bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7895"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Rabbit bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7896"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7897"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Rabbit bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7898"
+ },
+ {
+ "examine": "Dirty:This bone needs a good polish.",
+ "durability": null,
+ "name": "Basilisk bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7899"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7900"
+ },
+ {
+ "examine": "Dirty:This bone needs a good polish.",
+ "durability": null,
+ "name": "Basilisk bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7901"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Desert lizard bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7902"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7903"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Desert lizard bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7904"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Cave goblin skull",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7905"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7906"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Cave goblin skull",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7907"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Big frog leg",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7908"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7909"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Big frog leg",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7910"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Vulture wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7911"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7912"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Vulture wing",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7913"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Jackal bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7914"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Bone in vinegar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7915"
+ },
+ {
+ "examine": "This needs a good polish.",
+ "durability": null,
+ "name": "Jackal bone",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "7916"
+ },
+ {
+ "destroy_message": "The ram skull helm looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.",
+ "examine": "Makes me feel baaad to the bone.",
+ "durability": null,
+ "name": "Ram skull helm",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "7917",
+ "bonuses": "0,0,0,0,-2,19,21,16,0,19,6,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "The bonesack looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.",
+ "examine": "The Bonesack is a little old item that protects like leather.",
+ "durability": null,
+ "name": "Bonesack",
+ "weight": "9",
+ "archery_ticket_price": "0",
+ "id": "7918",
+ "bonuses": "0,0,0,0,0,4,4,4,4,4,4,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "500",
+ "examine": "A very good vintage.",
+ "durability": null,
+ "name": "Bottle of wine",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7919"
+ },
+ {
+ "durability": null,
+ "name": "Bottle of wine",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7920"
+ },
+ {
+ "examine": "This one has clearly been taken down and passed around.",
+ "durability": null,
+ "name": "Empty wine bottle",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7921"
+ },
+ {
+ "examine": "The money off voucher has expired.",
+ "durability": null,
+ "name": "Al kharid flyer",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "7922"
+ },
+ {
+ "examine": "A ring given to you by the Easter Bunny.",
+ "durability": null,
+ "name": "Easter ring",
+ "archery_ticket_price": "0",
+ "id": "7927"
+ },
+ {
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7928"
+ },
+ {
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7929"
+ },
+ {
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7930"
+ },
+ {
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7931"
+ },
+ {
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7932"
+ },
+ {
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7933"
+ },
+ {
+ "shop_price": "390",
+ "ge_buy_limit": "100",
+ "examine": "A field ration to help your wounds go away.",
+ "grand_exchange_price": "171",
+ "durability": null,
+ "name": "Field ration",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "7934"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "171",
+ "durability": null,
+ "name": "Field ration",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7935"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "25000",
+ "examine": "An uncharged Rune Stone of extra capability.",
+ "grand_exchange_price": "180",
+ "durability": null,
+ "name": "Pure essence",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "7936"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "109",
+ "durability": null,
+ "name": "Pure essence",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7937"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A word in your shell-like.",
+ "grand_exchange_price": "13600",
+ "durability": null,
+ "name": "Tortoise shell",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "6.8",
+ "archery_ticket_price": "0",
+ "id": "7939"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "13600",
+ "durability": null,
+ "name": "Tortoise shell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7940"
+ },
+ {
+ "examine": "A sturdy sheet of iron.",
+ "durability": null,
+ "name": "Iron sheet",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1.75",
+ "archery_ticket_price": "0",
+ "id": "7941"
+ },
+ {
+ "examine": "Perfect for storing. Not so good for eating.",
+ "durability": null,
+ "name": "Fresh monkfish",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "7942"
+ },
+ {
+ "examine": "Perfect for storing. Not so good for eating.",
+ "durability": null,
+ "name": "Fresh monkfish",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "7943"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "I should try cooking this./Freshly caught. Needs cooking. (Fresh Monkfish)",
+ "grand_exchange_price": "618",
+ "durability": null,
+ "name": "Raw monkfish",
+ "tradeable": "true",
+ "low_alchemy": "92",
+ "high_alchemy": "138",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "7944"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "618",
+ "durability": null,
+ "name": "Raw monkfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7945"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A tasty fish.",
+ "grand_exchange_price": "617",
+ "durability": null,
+ "name": "Monkfish",
+ "tradeable": "true",
+ "low_alchemy": "92",
+ "high_alchemy": "138",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "7946"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "617",
+ "durability": null,
+ "name": "Monkfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7947"
+ },
+ {
+ "durability": null,
+ "name": "Burnt monkfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7949"
+ },
+ {
+ "examine": "A highly portable army of skeletal magic.",
+ "durability": null,
+ "name": "Bone seeds",
+ "archery_ticket_price": "0",
+ "id": "7950"
+ },
+ {
+ "shop_price": "160",
+ "examine": "A book taken from the desk of Herman Caranos.",
+ "durability": null,
+ "name": "Herman's book",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.09",
+ "archery_ticket_price": "0",
+ "id": "7951"
+ },
+ {
+ "examine": "Useless without the head.",
+ "durability": null,
"name": "Picture",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "7952",
+ "equipment_slot": "3"
},
{
- "id": "7955",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "7953"
+ },
+ {
+ "durability": null,
"name": "Burnt shrimp",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "7955"
},
{
- "id": "7956",
- "name": "Casket",
"examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "3726",
"durability": null,
+ "name": "Casket",
"tradeable": "true",
- "weight": "5"
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "7956"
},
{
- "id": "7957",
- "name": "White apron",
- "examine": "A mostly clean apron.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "2",
+ "examine": "A mostly clean apron.",
+ "grand_exchange_price": "169",
+ "durability": null,
+ "name": "White apron",
"tradeable": "true",
- "weight": "0.45"
+ "high_alchemy": "1",
+ "weight": "0.45",
+ "archery_ticket_price": "0",
+ "id": "7957"
},
{
- "id": "7958",
- "name": "Mining prop",
- "examine": "A prop for holding up a tunnel roof.",
- "archery_ticket_price": "0",
- "destroy": "true",
"destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A prop for holding up a tunnel roof.",
"durability": null,
- "tradeable": "false"
+ "name": "Mining prop",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7958"
},
{
- "id": "7959",
- "name": "Heavy box",
- "examine": "A box full of stolen Etceterian items.",
- "archery_ticket_price": "0",
- "destroy": "true",
"destroy_message": "You can get your box back by talking to the guard by the dungeon entrance in Etceteria.",
+ "examine": "A box full of stolen Etceterian items.",
"durability": null,
- "tradeable": "false"
+ "name": "Heavy box",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7959"
},
{
- "id": "7960",
- "name": "Empty box",
"examine": "It says 'To the dungeons' on the side.",
+ "durability": null,
+ "name": "Empty box",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7960"
},
{
- "id": "7961",
- "name": "Burnt diary",
"examine": "A diary with one/two/three/four/five page(s).",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "7962",
+ "durability": null,
"name": "Burnt diary",
- "examine": "A diary with one/two/three/four/five page(s).",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7961"
},
{
- "id": "7963",
+ "examine": "A diary with one/two/three/four/five page(s).",
+ "durability": null,
"name": "Burnt diary",
- "examine": "A diary with one/two/three/four/five page(s).",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7962"
},
{
- "id": "7964",
+ "examine": "A diary with one/two/three/four/five page(s).",
+ "durability": null,
"name": "Burnt diary",
- "examine": "A diary with one/two/three/four/five page(s).",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7963"
},
{
- "id": "7965",
+ "examine": "A diary with one/two/three/four/five page(s).",
+ "durability": null,
"name": "Burnt diary",
- "examine": "A diary with one/two/three/four/five page(s).",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7964"
+ },
+ {
+ "examine": "A diary with one/two/three/four/five page(s).",
+ "durability": null,
+ "name": "Burnt diary",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "7965"
},
{
- "id": "7967",
- "name": "Engine",
"examine": "A dwarf-made coal engine. It looks very sturdy.",
- "archery_ticket_price": "0",
- "destroy": "true",
"durability": null,
- "tradeable": "false"
+ "name": "Engine",
+ "low_alchemy": "2",
+ "tradeable": "false",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7967"
},
{
- "id": "7969",
- "name": "Pulley beam",
"examine": "A beam with a pulley attached.",
+ "durability": null,
+ "name": "Pulley beam",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7969"
},
{
- "id": "7970",
- "name": "Long pulley beam",
"examine": "A long beam with a pulley attached.",
+ "durability": null,
+ "name": "Long pulley beam",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7970"
},
{
- "id": "7971",
- "name": "Longer pulley beam",
"examine": "A very long beam with a pulley attached.",
+ "durability": null,
+ "name": "Longer pulley beam",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7971"
},
{
- "id": "7972",
- "name": "Lift manual",
"examine": "The manual for an AMCE Lift-In-A-Box.",
- "archery_ticket_price": "0",
- "destroy": "true",
"durability": null,
- "tradeable": "false"
+ "name": "Lift manual",
+ "low_alchemy": "2",
+ "tradeable": "false",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "7972"
},
{
- "id": "7973",
- "name": "Beam",
"examine": "A wooden beam.",
+ "durability": null,
+ "name": "Beam",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7973"
},
{
- "id": "7975",
+ "durability": null,
"name": "Crawling hand",
- "examine": "I should get it stuffed!",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "7975"
},
{
- "id": "7976",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Cockatrice head",
- "examine": "I should get it stuffed!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "800",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "1200",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7976"
},
{
- "id": "7977",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Basilisk head",
- "examine": "I should get it stuffed!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "1600",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "2400",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7977"
},
{
- "id": "7978",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Kurask head",
- "examine": "I should get it stuffed!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "2400",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "3600",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7978"
},
{
- "id": "7979",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Abyssal head",
- "examine": "I should get it stuffed!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "4800",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "7200",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7979"
},
{
- "id": "7980",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Kbd heads",
- "examine": "I should get it stuffed!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "20000",
"tradeable": "false",
- "weight": "10"
- },
- {
- "id": "7981",
- "name": "Kq head",
- "examine": "I should get it stuffed!",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "weight": "10",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7980"
},
{
- "id": "7982",
+ "examine": "I should get it stuffed!",
+ "durability": null,
+ "name": "Kq head",
+ "archery_ticket_price": "0",
+ "id": "7981"
+ },
+ {
+ "durability": null,
"name": "Crawling hand",
- "examine": "I could mount this on my wall!",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "7982"
},
{
- "id": "7983",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Cockatrice head",
- "examine": "I could mount this on my wall!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "800",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "1200",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7983"
},
{
- "id": "7984",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Basilisk head",
- "examine": "I could mount this on my wall!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "1600",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "2400",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7984"
},
{
- "id": "7985",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Kurask head",
- "examine": "I could mount this on my wall!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "2400",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "3600",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7985"
},
{
- "id": "7986",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Abyssal head",
- "examine": "I could mount this on my wall!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "4800",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "7200",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7986"
},
{
- "id": "7987",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Kbd heads",
- "examine": "I could mount these on my wall!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "20000",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "7987"
},
{
- "id": "7988",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Kq head",
- "examine": "I could mount this on my wall!",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7988"
},
{
- "id": "7989",
- "name": "Big bass",
"examine": "Whopper! I should get this stuffed!",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "6"
- },
- {
- "id": "7990",
"name": "Big bass",
- "examine": "I should mount this on my wall!",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "6",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "6"
+ "id": "7989"
},
{
- "id": "7991",
- "name": "Big swordfish",
"examine": "Whopper! I should get this stuffed!",
+ "durability": null,
+ "name": "Big bass",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "6",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7990"
},
{
- "id": "7992",
+ "examine": "Whopper! I should get this stuffed!",
+ "durability": null,
"name": "Big swordfish",
- "examine": "I should mount this on my wall!",
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
"archery_ticket_price": "0",
- "durability": null
+ "id": "7991"
},
{
- "id": "7993",
- "name": "Big shark",
- "examine": "It's a monster! I should get this stuffed!",
- "archery_ticket_price": "0",
+ "examine": "Whopper! I should get this stuffed!",
"durability": null,
- "weight": "0.7"
- },
- {
- "id": "7994",
- "name": "Big shark",
- "examine": "I should mount this on my wall!",
+ "name": "Big swordfish",
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
"archery_ticket_price": "0",
- "durability": null,
- "weight": "0.7"
+ "id": "7992"
+ },
+ {
+ "examine": "Its a monster! I should get this stuffed!",
+ "durability": null,
+ "name": "Big shark",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "0.7",
+ "archery_ticket_price": "0",
+ "id": "7993"
+ },
+ {
+ "examine": "Its a monster! I should get this stuffed!",
+ "durability": null,
+ "name": "Big shark",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "0.7",
+ "archery_ticket_price": "0",
+ "id": "7994"
},
{
- "id": "7995",
- "name": "Arthur portrait",
"examine": "A portrait of King Arthur.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
+ "name": "Arthur portrait",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7995"
},
{
- "id": "7996",
- "name": "Elena portrait",
- "examine": "A portrait of Elena.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "1000",
- "weight": "1"
+ "examine": "A portrait of Elena.",
+ "durability": null,
+ "name": "Elena portrait",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7996"
},
{
- "id": "7997",
- "name": "Keldagrim portrait",
"examine": "A painting of the staute of King Alvis of Keldagrim",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
+ "name": "Keldagrim portrait",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7997"
},
{
- "id": "7998",
- "name": "Misc. portrait",
"examine": "A portrait of Prince Brand and Princess Astrid of Miscellania.",
- "archery_ticket_price": "0",
"durability": null,
- "weight": "1"
+ "name": "Misc. portrait",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "7998"
},
{
- "id": "8000",
- "name": "Isafdar painting",
+ "shop_price": "2000",
"examine": "The exotic land of the Elves.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "2000"
+ "name": "Isafdar painting",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "archery_ticket_price": "0",
+ "id": "8000"
},
{
- "id": "8001",
- "name": "Karamja painting",
+ "shop_price": "2000",
"examine": "The tropical coast of karamja.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "2000"
+ "name": "Karamja painting",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "archery_ticket_price": "0",
+ "id": "8001"
},
{
- "id": "8002",
- "name": "Lumbridge painting",
+ "shop_price": "2000",
"examine": "Oxtable's famous painting of the Lumbridge water mill.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "2000",
- "weight": "1"
+ "name": "Lumbridge painting",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "8002"
},
{
- "id": "8003",
- "name": "Morytania painting",
+ "shop_price": "2000",
"examine": "A painting of the spooky forests of morytania.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "2000",
- "weight": "1"
+ "name": "Morytania painting",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "8003"
},
{
- "id": "8007",
+ "shop_price": "2500",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "1341",
+ "durability": null,
"name": "Varrock teleport",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
+ "low_alchemy": "1699",
+ "high_alchemy": "1700",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2500",
- "tradeable": "true"
+ "id": "8007"
},
{
- "id": "8008",
+ "shop_price": "2500",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "1371",
+ "durability": null,
"name": "Lumbridge teleport",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
+ "low_alchemy": "1699",
+ "high_alchemy": "1700",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2500",
- "tradeable": "true"
+ "id": "8008"
},
{
- "id": "8009",
+ "shop_price": "2500",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "1414",
+ "durability": null,
"name": "Falador teleport",
- "examine": "A tablet containing a magic spell.",
- "archery_ticket_price": "0",
+ "tradeable": "true",
+ "low_alchemy": "1699",
+ "high_alchemy": "1700",
"destroy": "true",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2500",
- "tradeable": "true"
+ "archery_ticket_price": "0",
+ "id": "8009"
},
{
- "id": "8010",
+ "shop_price": "2500",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "1369",
+ "durability": null,
"name": "Camelot teleport",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
+ "low_alchemy": "1699",
+ "high_alchemy": "1700",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2500",
- "tradeable": "true"
+ "id": "8010"
},
{
- "id": "8011",
+ "shop_price": "2500",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "1511",
+ "durability": null,
"name": "Ardougne teleport",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
+ "low_alchemy": "1699",
+ "high_alchemy": "1700",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2500",
- "tradeable": "true"
+ "id": "8011"
},
{
- "id": "8012",
+ "shop_price": "2500",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "1025",
+ "durability": null,
"name": "Watchtower t'port",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
+ "low_alchemy": "1699",
+ "high_alchemy": "1700",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2500",
- "tradeable": "true"
+ "id": "8012"
},
{
- "id": "8013",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "1426",
+ "durability": null,
"name": "Teleport to house",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "8013"
},
{
- "id": "8014",
+ "ge_buy_limit": "200",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "360",
+ "durability": null,
"name": "Bones to bananas",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
+ "id": "8014"
},
{
- "id": "8015",
+ "ge_buy_limit": "200",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "620",
+ "durability": null,
"name": "Bones to peaches",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "200",
- "tradeable": "true"
+ "id": "8015"
},
{
- "id": "8016",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "343",
+ "durability": null,
"name": "Enchant sapphire",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "8016"
},
{
- "id": "8017",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "409",
+ "durability": null,
"name": "Enchant emerald",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "8017"
},
{
- "id": "8018",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "207",
+ "durability": null,
"name": "Enchant ruby",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "8018"
},
{
- "id": "8019",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "326",
+ "durability": null,
"name": "Enchant diamond",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "8019"
},
{
- "id": "8020",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "250",
+ "durability": null,
"name": "Enchant dragonstn.",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "8020"
},
{
- "id": "8021",
+ "ge_buy_limit": "1000",
+ "examine": "A tablet containing a magic spell.",
+ "grand_exchange_price": "31",
+ "durability": null,
"name": "Enchant onyx",
- "examine": "A tablet containing a magic spell.",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "8021"
},
{
- "id": "8031",
+ "grand_exchange_price": "1918",
+ "durability": null,
"name": "Wooden bed",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8031"
},
{
- "id": "8032",
+ "grand_exchange_price": "1631",
+ "durability": null,
"name": "Oak bed",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8032"
},
{
- "id": "8033",
+ "grand_exchange_price": "1388",
+ "durability": null,
"name": "Large oak bed",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8033"
},
{
- "id": "8034",
+ "grand_exchange_price": "1376",
+ "durability": null,
"name": "Teak bed",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8034"
},
{
- "id": "8035",
+ "grand_exchange_price": "1996",
+ "durability": null,
"name": "Large teak bed",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8035"
},
{
- "id": "8036",
+ "grand_exchange_price": "1314",
+ "durability": null,
"name": "4-poster",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8036"
},
{
- "id": "8037",
+ "grand_exchange_price": "274779",
+ "durability": null,
"name": "Gilded 4-poster",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8037"
},
{
- "id": "8038",
+ "grand_exchange_price": "18",
+ "durability": null,
"name": "Shoe box",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8038"
},
{
- "id": "8039",
+ "grand_exchange_price": "42",
+ "durability": null,
"name": "Oak drawers",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8039"
},
{
- "id": "8040",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak wardrobe",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8040"
},
{
- "id": "8041",
+ "grand_exchange_price": "126",
+ "durability": null,
"name": "Teak drawers",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8041"
},
{
- "id": "8042",
+ "grand_exchange_price": "12",
+ "durability": null,
"name": "Teak wardrobe",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8042"
},
{
- "id": "8043",
+ "grand_exchange_price": "102",
+ "durability": null,
"name": "Mahogany 'drobe",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8043"
},
{
- "id": "8044",
+ "grand_exchange_price": "139452",
+ "durability": null,
"name": "Gilded wardrobe",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8044"
},
{
- "id": "8045",
+ "grand_exchange_price": "510",
+ "durability": null,
"name": "Shaving stand",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8045"
},
{
- "id": "8046",
+ "grand_exchange_price": "449",
+ "durability": null,
"name": "Oak shaving stand",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8046"
},
{
- "id": "8047",
+ "grand_exchange_price": "147",
+ "durability": null,
"name": "Oak dresser",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8047"
},
{
- "id": "8048",
+ "grand_exchange_price": "478",
+ "durability": null,
"name": "Teak dresser",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8048"
},
{
- "id": "8049",
+ "grand_exchange_price": "456",
+ "durability": null,
"name": "Fancy teak dresser",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8049"
},
{
- "id": "8050",
+ "grand_exchange_price": "404",
+ "durability": null,
"name": "Mahogany dresser",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8050"
},
{
- "id": "8051",
+ "grand_exchange_price": "140594",
+ "durability": null,
"name": "Gilded dresser",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8051"
},
{
- "id": "8052",
+ "grand_exchange_price": "367",
+ "durability": null,
"name": "Oak clock",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8052"
},
{
- "id": "8053",
+ "grand_exchange_price": "552",
+ "durability": null,
"name": "Teak clock",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8053"
},
{
- "id": "8054",
+ "grand_exchange_price": "154310",
+ "durability": null,
"name": "Gilded clock",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8054"
},
{
- "id": "8085",
- "name": "Suit of armour",
"examine": "When unanimated: A dusty old suit of armour. When animated: Aaargh, it's alive!",
+ "durability": null,
+ "name": "Suit of armour",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8085"
},
{
- "id": "8108",
+ "grand_exchange_price": "13",
+ "durability": null,
"name": "Wooden bench",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8108"
},
{
- "id": "8109",
+ "grand_exchange_price": "131",
+ "durability": null,
"name": "Oak bench",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8109"
},
{
- "id": "8110",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Carved oak bench",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8110"
},
{
- "id": "8111",
+ "grand_exchange_price": "17",
+ "durability": null,
"name": "Teak dining bench",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8111"
},
{
- "id": "8112",
+ "grand_exchange_price": "2",
+ "durability": null,
"name": "Carved teak bench",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8112"
},
{
- "id": "8113",
+ "grand_exchange_price": "145",
+ "durability": null,
"name": "Mahogany bench",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8113"
},
{
- "id": "8114",
+ "grand_exchange_price": "531526",
+ "durability": null,
"name": "Gilded bench",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8114"
},
{
- "id": "8115",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Wood dining table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8115"
},
{
- "id": "8116",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak dining table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8116"
},
{
- "id": "8117",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Carved oak table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8117"
},
{
- "id": "8118",
+ "grand_exchange_price": "2",
+ "durability": null,
"name": "Teak table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8118"
},
{
- "id": "8119",
+ "grand_exchange_price": "249",
+ "durability": null,
"name": "Carved teak table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8119"
},
{
- "id": "8120",
+ "grand_exchange_price": "497",
+ "durability": null,
"name": "Mahogany table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8120"
},
{
- "id": "8121",
+ "grand_exchange_price": "394177",
+ "durability": null,
"name": "Opulent table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8121"
},
{
- "id": "8128",
- "name": "Candles",
- "examine": "A candle.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "24",
- "tradeable": "true"
+ "examine": "A candle.",
+ "grand_exchange_price": "104",
+ "durability": null,
+ "name": "Candles",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "8128"
},
{
- "id": "8131",
+ "durability": null,
"name": "Skeleton guard",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "8131"
},
{
- "id": "8132",
- "name": "Guard dog",
"examine": "He doesn't seem pleased to see me./Beware of the dog! (Construction)",
+ "durability": null,
+ "name": "Guard dog",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8132"
},
{
- "id": "8133",
- "name": "Hobgoblin guard",
"examine": "He doesn't look very welcoming.",
+ "durability": null,
+ "name": "Hobgoblin guard",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "8133"
},
{
- "id": "8134",
- "name": "Baby red dragon",
"examine": "Young but still dangerous.",
+ "durability": null,
+ "name": "Baby red dragon",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8134"
},
{
- "id": "8135",
- "name": "Huge spider",
"examine": "No spider could grow that big! It's unrealistic!",
+ "durability": null,
+ "name": "Huge spider",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8135"
},
{
- "id": "8137",
- "name": "Hellhound",
"examine": "(Level 122)",
+ "durability": null,
+ "name": "Hellhound",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "8137"
},
{
- "id": "8139",
- "name": "Kalphite soldier",
"examine": "I don't think insect repellent will work...",
+ "durability": null,
+ "name": "Kalphite soldier",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "8139"
},
{
- "id": "8140",
- "name": "Tok-xil",
"examine": "The Tok-Xil fires deadly spines out of its arm, projected by its own heat.",
+ "durability": null,
+ "name": "Tok-xil",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8140"
},
{
- "id": "8142",
- "name": "Steel dragon",
"examine": "Its scales seem to be made of steel.",
+ "durability": null,
+ "name": "Steel dragon",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "8142"
},
{
- "id": "8203",
- "name": "Thorny hedge",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "5000",
- "tradeable": "true"
- },
- {
- "id": "8204",
- "name": "Nice hedge",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "10000",
- "tradeable": "true"
- },
- {
- "id": "8205",
- "name": "Small box hedge",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "15000",
- "tradeable": "true"
- },
- {
- "id": "8206",
- "name": "Topiary hedge",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "20000",
+ "name": "Thorny hedge",
"tradeable": "true",
- "weight": "10"
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "archery_ticket_price": "0",
+ "id": "8203"
},
{
- "id": "8207",
- "name": "Fancy hedge",
+ "shop_price": "10000",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Nice hedge",
+ "tradeable": "true",
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "archery_ticket_price": "0",
+ "id": "8204"
+ },
+ {
+ "shop_price": "15000",
+ "examine": "You can plant this in your garden.",
+ "durability": null,
+ "name": "Small box hedge",
+ "tradeable": "true",
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "archery_ticket_price": "0",
+ "id": "8205"
+ },
+ {
+ "shop_price": "20000",
+ "examine": "You can plant this in your garden.",
+ "durability": null,
+ "name": "Topiary hedge",
+ "tradeable": "true",
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8206"
+ },
+ {
"shop_price": "25000",
- "weight": "10"
- },
- {
- "id": "8208",
- "name": "Tall fancy hedge",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "50000"
+ "name": "Fancy hedge",
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8207"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "You can plant this in your garden.",
+ "durability": null,
+ "name": "Tall fancy hedge",
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "archery_ticket_price": "0",
+ "id": "8208"
},
{
- "id": "8210",
- "name": "Rosemary",
"examine": "Some rosemary.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "20",
"durability": null,
- "tradeable": "true"
+ "name": "Rosemary",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "8210"
},
{
- "id": "8214",
- "name": "Marigolds",
"examine": "A bunch of marigolds.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "3862",
"durability": null,
- "tradeable": "true"
+ "name": "Marigolds",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8214"
},
{
- "id": "8239",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Beer barrel",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8239"
},
{
- "id": "8240",
+ "grand_exchange_price": "16860",
+ "durability": null,
"name": "Cider barrel",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8240"
},
{
- "id": "8241",
- "name": "Asgarnian ale",
- "examine": "Probably the finest readily-available ale in Asgarnia.",
- "archery_ticket_price": "0",
- "durability": null,
"shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "8242",
- "name": "Greenman's ale",
- "examine": "A glass of frothy ale.",
- "archery_ticket_price": "0",
+ "examine": "Probably the finest readily-available ale in Asgarnia.",
+ "grand_exchange_price": "131",
"durability": null,
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "8243",
- "name": "Dragon bitter",
- "examine": "A glass of bitter.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
+ "name": "Asgarnian ale",
"tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8244",
- "name": "Chef's delight",
- "examine": "A fruity, full-bodied ale.",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8241"
},
{
- "id": "8246",
+ "shop_price": "2",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "569",
+ "durability": null,
+ "name": "Greenman's ale",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "8242"
+ },
+ {
+ "shop_price": "2",
+ "examine": "A glass of bitter.",
+ "grand_exchange_price": "523",
+ "durability": null,
+ "name": "Dragon bitter",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "8243"
+ },
+ {
+ "examine": "A fruity, full-bodied ale.",
+ "grand_exchange_price": "2371",
+ "durability": null,
+ "name": "Chef's delight",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "8244"
+ },
+ {
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Wood kitchen table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8246"
},
{
- "id": "8247",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak kitchen table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8247"
},
{
- "id": "8248",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Teak kitchen table",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8248"
},
{
- "id": "8260",
+ "durability": null,
"name": "Crawling hand",
- "examine": "A trophy of a mighty slayer!",
"archery_ticket_price": "0",
"attack_speed": "4",
- "durability": null
+ "id": "8260"
},
{
- "id": "8261",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Cockatrice head",
- "examine": "A trophy of a mighty slayer!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "800",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "1200",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8261"
},
{
- "id": "8262",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Basilisk head",
- "examine": "A trophy of a mighty slayer!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "1600",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "2400",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8262"
},
{
- "id": "8263",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Kurask head",
- "examine": "A trophy of a mighty slayer!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "2400",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "3600",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8263"
},
{
- "id": "8264",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Abyssal head",
- "examine": "A trophy of a mighty slayer!!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "4800",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "7200",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8264"
},
{
- "id": "8265",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Kbd heads",
- "examine": "A trophy of a mighty dragon-slayer!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
+ "low_alchemy": "20000",
"tradeable": "false",
- "weight": "10"
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8265"
},
{
- "id": "8266",
+ "examine": "I should get it stuffed!",
+ "durability": null,
"name": "Kq head",
- "examine": "A trophy of a mighty kalphite slayer!",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8266"
},
{
- "id": "8272",
+ "durability": null,
"name": "Runite armour",
+ "archery_ticket_price": "0",
+ "id": "8272",
"absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
},
{
- "id": "8279",
- "name": "Silverlight",
"examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)",
+ "durability": null,
+ "name": "Silverlight",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1.8",
"archery_ticket_price": "0",
"attack_speed": "5",
- "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0",
- "durability": null,
- "weight": "1.8"
+ "id": "8279",
+ "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0"
},
{
- "id": "8280",
- "name": "Excalibur",
"examine": "This used to belong to King Arthur.",
+ "durability": null,
+ "name": "Excalibur",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "2.2",
"archery_ticket_price": "0",
"attack_speed": "5",
- "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0",
- "durability": null,
- "weight": "2.2"
+ "id": "8280",
+ "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0"
},
{
- "id": "8281",
- "name": "Darklight",
"examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.",
+ "durability": null,
+ "name": "Darklight",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "1.8",
"archery_ticket_price": "0",
"attack_speed": "5",
- "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0",
- "durability": null,
- "weight": "1.8"
+ "id": "8281",
+ "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0"
},
{
- "id": "8282",
- "name": "Anti-dragon shield",
"examine": "This provides partial protection from dragon-breath attacks.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0",
+ "grand_exchange_price": "305",
"durability": null,
+ "name": "Anti-dragon shield",
"tradeable": "true",
- "weight": "5.4"
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "5.4",
+ "archery_ticket_price": "0",
+ "id": "8282",
+ "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0"
},
{
- "id": "8283",
- "name": "Amulet of glory",
"examine": "A very powerful dragonstone amulet.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0",
+ "grand_exchange_price": "1",
"durability": null,
- "tradeable": "true"
+ "name": "Amulet of glory",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "8283",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0"
},
{
- "id": "8284",
- "name": "Cape of legends",
- "examine": "The cape worn by members of the Legends Guild.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0",
- "durability": null,
"shop_price": "450",
- "weight": "1.8"
+ "examine": "The cape worn by members of the Legends Guild.",
+ "durability": null,
+ "name": "Cape of legends",
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "8284",
+ "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0"
},
{
- "id": "8285",
- "name": "King arthur",
"examine": "Legendary King of the Britons.",
+ "durability": null,
+ "name": "King arthur",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8285"
},
{
- "id": "8286",
- "name": "Elena",
"examine": "She looks concerned.",
+ "durability": null,
+ "name": "Elena",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8286"
},
{
- "id": "8305",
- "name": "Rocnar",
"examine": "It's full of pent-up aggression.",
+ "durability": null,
+ "name": "Rocnar",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8305"
},
{
- "id": "8309",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Crude wooden chair",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8309"
},
{
- "id": "8310",
+ "grand_exchange_price": "50",
+ "durability": null,
"name": "Wooden chair",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8310"
},
{
- "id": "8311",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Rocking chair",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8311"
},
{
- "id": "8312",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak chair",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8312"
},
{
- "id": "8313",
+ "grand_exchange_price": "2",
+ "durability": null,
"name": "Oak armchair",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8313"
},
{
- "id": "8314",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Teak armchair",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8314"
},
{
- "id": "8315",
+ "grand_exchange_price": "8",
+ "durability": null,
"name": "Mahogany armchair",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8315"
},
{
- "id": "8319",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Wooden bookcase",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8319"
},
{
- "id": "8320",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak bookcase",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8320"
},
{
- "id": "8321",
+ "grand_exchange_price": "52",
+ "durability": null,
"name": "Mahogany b'kcase",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8321"
},
{
- "id": "8417",
- "name": "Bagged dead tree",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
- "durability": null,
"requirements": "{5,22}",
"shop_price": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8418",
- "name": "Bagged dead tree",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8419",
- "name": "Bagged nice tree",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged dead tree",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "8417"
+ },
+ {
+ "durability": null,
+ "name": "Bagged dead tree",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8418"
+ },
+ {
"requirements": "{10,22}",
"shop_price": "2000",
- "tradeable": "true"
- },
- {
- "id": "8420",
+ "examine": "You can plant this in your garden.",
+ "durability": null,
"name": "Bagged nice tree",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8419"
},
{
- "id": "8421",
- "name": "Bagged oak tree",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged nice tree",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8420"
+ },
+ {
"requirements": "{15,22}",
- "tradeable": "true"
- },
- {
- "id": "8422",
+ "durability": null,
"name": "Bagged oak tree",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8421"
},
{
- "id": "8423",
- "name": "Bagged willow tree",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged oak tree",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8422"
+ },
+ {
"requirements": "{22,30}",
"shop_price": "10000",
- "tradeable": "true"
- },
- {
- "id": "8424",
- "name": "Bagged willow tree",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8425",
- "name": "Bagged maple tree",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged willow tree",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8423"
+ },
+ {
+ "durability": null,
+ "name": "Bagged willow tree",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8424"
+ },
+ {
"requirements": "{22,45}",
"shop_price": "15000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8426",
- "name": "Bagged maple tree",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8427",
- "name": "Bagged yew tree",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged maple tree",
+ "tradeable": "true",
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8425"
+ },
+ {
+ "durability": null,
+ "name": "Bagged maple tree",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8426"
+ },
+ {
"requirements": "{22,60}",
"shop_price": "20000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8428",
- "name": "Bagged yew tree",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8429",
- "name": "Bagged magic tree",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged yew tree",
+ "tradeable": "true",
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8427"
+ },
+ {
+ "durability": null,
+ "name": "Bagged yew tree",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8428"
+ },
+ {
"requirements": "{22,75}",
"shop_price": "50000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8430",
+ "examine": "You can plant this in your garden.",
+ "durability": null,
"name": "Bagged magic tree",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8431",
- "name": "Bagged plant 1",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "1000",
"tradeable": "true",
- "weight": "10"
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8429"
},
{
- "id": "8432",
- "name": "Bagged plant 1",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged magic tree",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8430"
+ },
+ {
+ "shop_price": "1000",
"ge_buy_limit": "5000",
- "tradeable": "true"
+ "examine": "You can plant this in your garden.",
+ "grand_exchange_price": "1345",
+ "durability": null,
+ "name": "Bagged plant 1",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8431"
},
{
- "id": "8433",
- "name": "Bagged plant 2",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1345",
"durability": null,
+ "name": "Bagged plant 1",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8432"
+ },
+ {
"requirements": "{6,22}",
"shop_price": "5000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8434",
- "name": "Bagged plant 2",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8435",
- "name": "Bagged plant 3",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged plant 2",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8433"
+ },
+ {
+ "durability": null,
+ "name": "Bagged plant 2",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8434"
+ },
+ {
"requirements": "{12,22}",
"shop_price": "10000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8436",
- "name": "Bagged plant 3",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8437",
- "name": "Thorny hedge",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged plant 3",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8435"
+ },
+ {
+ "durability": null,
+ "name": "Bagged plant 3",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8436"
+ },
+ {
"requirements": "{22,56}",
"shop_price": "5000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8438",
- "name": "Thorny hedge",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8439",
- "name": "Nice hedge",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Thorny hedge",
+ "tradeable": "true",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "archery_ticket_price": "0",
+ "id": "8437"
+ },
+ {
+ "durability": null,
+ "name": "Thorny hedge",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8438"
+ },
+ {
"requirements": "{22,60}",
"shop_price": "10000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8440",
- "name": "Nice hedge",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8441",
- "name": "Small box hedge",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Nice hedge",
+ "tradeable": "true",
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "archery_ticket_price": "0",
+ "id": "8439"
+ },
+ {
+ "durability": null,
+ "name": "Nice hedge",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8440"
+ },
+ {
"requirements": "{22,64}",
"shop_price": "15000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8442",
- "name": "Small box hedge",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8443",
- "name": "Topiary hedge",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Small box hedge",
+ "tradeable": "true",
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "archery_ticket_price": "0",
+ "id": "8441"
+ },
+ {
+ "durability": null,
+ "name": "Small box hedge",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8442"
+ },
+ {
"requirements": "{22,68}",
"shop_price": "20000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8444",
- "name": "Topiary hedge",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8445",
- "name": "Fancy hedge",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Topiary hedge",
+ "tradeable": "true",
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8443"
+ },
+ {
+ "durability": null,
+ "name": "Topiary hedge",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8444"
+ },
+ {
"requirements": "{22,72}",
"shop_price": "25000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8446",
+ "examine": "You can plant this in your garden.",
+ "durability": null,
"name": "Fancy hedge",
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "weight": "10",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8445"
},
{
- "id": "8447",
- "name": "Tall fancy hedge",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Fancy hedge",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8446"
+ },
+ {
"requirements": "{22,76}",
"shop_price": "50000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8448",
- "name": "Tall fancy hedge",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8449",
- "name": "Tall box hedge",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Tall fancy hedge",
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "archery_ticket_price": "0",
+ "id": "8447"
+ },
+ {
+ "durability": null,
+ "name": "Tall fancy hedge",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8448"
+ },
+ {
"requirements": "{22,80}",
- "shop_price": "100000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8450",
+ "durability": null,
"name": "Tall box hedge",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8449"
},
{
- "id": "8451",
- "name": "Bagged rosemary",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
- "requirements": "{22,66}",
- "shop_price": "5000",
+ "name": "Tall box hedge",
"tradeable": "true",
- "weight": "10"
+ "archery_ticket_price": "0",
+ "id": "8450"
},
{
- "id": "8452",
+ "requirements": "{22,66}",
+ "durability": null,
"name": "Bagged rosemary",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8451"
},
{
- "id": "8453",
- "name": "Bagged daffodils",
- "examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged rosemary",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8452"
+ },
+ {
"requirements": "{22,71}",
"shop_price": "10000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8454",
- "name": "Bagged daffodils",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8455",
- "name": "Bagged bluebells",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged daffodils",
+ "tradeable": "true",
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "archery_ticket_price": "0",
+ "id": "8453"
+ },
+ {
+ "durability": null,
+ "name": "Bagged daffodils",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8454"
+ },
+ {
"requirements": "{22,76}",
"shop_price": "15000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8456",
- "name": "Bagged bluebells",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8457",
- "name": "Bagged sunflower",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged bluebells",
+ "tradeable": "true",
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "archery_ticket_price": "0",
+ "id": "8455"
+ },
+ {
+ "durability": null,
+ "name": "Bagged bluebells",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8456"
+ },
+ {
"requirements": "{22,66}",
"shop_price": "5000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8458",
- "name": "Bagged sunflower",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8459",
- "name": "Bagged marigolds",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged sunflower",
+ "tradeable": "true",
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8457"
+ },
+ {
+ "durability": null,
+ "name": "Bagged sunflower",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8458"
+ },
+ {
"requirements": "{22,71}",
"shop_price": "10000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8460",
- "name": "Bagged marigolds",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8461",
- "name": "Bagged roses",
"examine": "You can plant this in your garden.",
- "archery_ticket_price": "0",
"durability": null,
+ "name": "Bagged marigolds",
+ "tradeable": "true",
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "archery_ticket_price": "0",
+ "id": "8459"
+ },
+ {
+ "durability": null,
+ "name": "Bagged marigolds",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8460"
+ },
+ {
"requirements": "{22,76}",
"shop_price": "15000",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8462",
- "name": "Bagged roses",
- "archery_ticket_price": "0",
+ "examine": "You can plant this in your garden.",
"durability": null,
- "tradeable": "true"
+ "name": "Bagged roses",
+ "tradeable": "true",
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "8461"
},
{
- "id": "8463",
- "name": "Construction guide",
+ "durability": null,
+ "name": "Bagged roses",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8462"
+ },
+ {
+ "shop_price": "160",
"examine": "How to build a house.",
- "archery_ticket_price": "0",
"durability": null,
- "shop_price": "160",
+ "name": "Construction guide",
"tradeable": "true",
- "weight": "1"
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "8463"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8464",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8466",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8468",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8470",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8472",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8474",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8476",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8478",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8480",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8482",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8484",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8486",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8488",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8490",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8492",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Rune heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8494",
- "name": "Rune heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
- "id": "8496",
- "name": "Crude wooden chair",
- "examine": "A ready-to-assemble crude chair.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "8497",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Crude wooden chair",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8496"
},
{
- "id": "8498",
- "name": "Wooden chair",
- "examine": "A ready-to-assemble wooden chair.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Crude wooden chair",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8497"
},
{
- "id": "8499",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "53",
+ "durability": null,
"name": "Wooden chair",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8498"
},
{
- "id": "8500",
- "name": "Rocking chair",
- "examine": "A ready-to-assemble rocking chair.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "53",
+ "durability": null,
+ "name": "Wooden chair",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8499"
},
{
- "id": "8501",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Rocking chair",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8500"
},
{
- "id": "8502",
- "name": "Oak chair",
- "examine": "A ready-to-assemble oak chair.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Rocking chair",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8501"
},
{
- "id": "8503",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
"name": "Oak chair",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8502"
},
{
- "id": "8504",
- "name": "Oak armchair",
- "examine": "A ready-to-assemble oak armchair.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Oak chair",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8503"
},
{
- "id": "8505",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak armchair",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8504"
},
{
- "id": "8506",
- "name": "Teak armchair",
- "examine": "A ready-to-assemble teak armchair.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Oak armchair",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8505"
},
{
- "id": "8507",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Teak armchair",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8506"
},
{
- "id": "8508",
- "name": "Mahogany armchair",
- "examine": "A ready-to-assemble mahogany armchair.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Teak armchair",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8507"
},
{
- "id": "8509",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8",
+ "durability": null,
"name": "Mahogany armchair",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8508"
},
{
- "id": "8510",
- "name": "Wooden bookcase",
- "examine": "A ready-to-assemble wooden bookcase.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Mahogany armchair",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8509"
},
{
- "id": "8511",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Wooden bookcase",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8510"
},
{
- "id": "8512",
- "name": "Oak bookcase",
- "examine": "A ready-to-assemble oak bookcase.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Wooden bookcase",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8511"
},
{
- "id": "8513",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak bookcase",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8512"
},
{
- "id": "8514",
- "name": "Mahogany b'kcase",
- "examine": "A ready-to-assemble mahogany bookcase.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Oak bookcase",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8513"
},
{
- "id": "8515",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "46",
+ "durability": null,
"name": "Mahogany b'kcase",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8514"
},
{
- "id": "8516",
- "name": "Beer barrel",
- "examine": "A ready-to-assemble beer barrel.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "46",
+ "durability": null,
+ "name": "Mahogany b'kcase",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8515"
},
{
- "id": "8517",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Beer barrel",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8516"
},
{
- "id": "8518",
- "name": "Cider barrel",
- "examine": "A ready-to-assemble cider barrel.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Beer barrel",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8517"
},
{
- "id": "8519",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "16900",
+ "durability": null,
"name": "Cider barrel",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8518"
},
{
- "id": "8520",
- "name": "Asgarnian ale",
- "examine": "A ready-to-assemble barrel of Asgarnian Ale.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "16900",
+ "durability": null,
+ "name": "Cider barrel",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8519"
+ },
+ {
"shop_price": "3",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8521",
+ "ge_buy_limit": "100",
+ "examine": "Probably the finest readily-available ale in Asgarnia.",
+ "grand_exchange_price": "4586",
+ "durability": null,
"name": "Asgarnian ale",
+ "tradeable": "true",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8520"
},
{
- "id": "8522",
- "name": "Greenman's ale",
- "examine": "A ready-to-assemble barrel of Greenman's Ale.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "4586",
+ "durability": null,
+ "name": "Asgarnian ale",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8521"
+ },
+ {
"shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8523",
+ "ge_buy_limit": "100",
+ "examine": "A glass of frothy ale.",
+ "grand_exchange_price": "8875",
+ "durability": null,
"name": "Greenman's ale",
+ "tradeable": "true",
+ "high_alchemy": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8522"
},
{
- "id": "8524",
- "name": "Dragon bitter",
- "examine": "A ready-to-assemble barrel of Dragon Bitter.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "8875",
+ "durability": null,
+ "name": "Greenman's ale",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8523"
+ },
+ {
"shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8525",
+ "ge_buy_limit": "100",
+ "examine": "A glass of bitter.",
+ "grand_exchange_price": "10300",
+ "durability": null,
"name": "Dragon bitter",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "8526",
- "name": "Chef's delight",
- "examine": "A ready-to-assemble barrel of Chef's Delight.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"tradeable": "true",
- "weight": "1"
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "8524"
},
{
- "id": "8527",
- "name": "Chef's delight",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "8528",
- "name": "Wood kitchen table",
- "examine": "A ready-to-assemble wooden kitchen table.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "10300",
"durability": null,
- "ge_buy_limit": "100",
+ "name": "Dragon bitter",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8525"
},
{
- "id": "8529",
+ "ge_buy_limit": "100",
+ "examine": "A fruity, full-bodied ale.",
+ "grand_exchange_price": "48800",
+ "durability": null,
+ "name": "Chef's delight",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "8526"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "48800",
+ "durability": null,
+ "name": "Chef's delight",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8527"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Wood kitchen table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8528"
},
{
- "id": "8530",
- "name": "Oak kitchen table",
- "examine": "A ready-to-assemble oak kitchen table.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Wood kitchen table",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8529"
},
{
- "id": "8531",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak kitchen table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8530"
},
{
- "id": "8532",
- "name": "Teak kitchen table",
- "examine": "A ready-to-assemble teak kitchen table.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Oak kitchen table",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8531"
},
{
- "id": "8533",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Teak kitchen table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8532"
},
{
- "id": "8535",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Teak kitchen table",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8533"
+ },
+ {
+ "durability": null,
"name": "Oak lectern",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8535"
},
{
- "id": "8537",
+ "durability": null,
"name": "Eagle lectern",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8537"
},
{
- "id": "8539",
+ "durability": null,
"name": "Demon lectern",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8539"
},
{
- "id": "8541",
+ "durability": null,
"name": "Teak eagle lectern",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8541"
},
{
- "id": "8543",
+ "durability": null,
"name": "Teak demon lectern",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8543"
},
{
- "id": "8545",
+ "durability": null,
"name": "Mahogany eagle",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null
+ "id": "8545"
},
{
- "id": "8547",
+ "durability": null,
"name": "Mahogany demon",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8548",
- "name": "Wood dining table",
- "examine": "A ready-to-assemble wooden dining table.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8547"
},
{
- "id": "8549",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Wood dining table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8548"
},
{
- "id": "8550",
- "name": "Oak dining table",
- "examine": "A ready-to-assemble oak dining table.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Wood dining table",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8549"
},
{
- "id": "8551",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak dining table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8550"
},
{
- "id": "8552",
- "name": "Carved oak table",
- "examine": "A ready-to-assemble carved oak dining table.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Oak dining table",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8551"
},
{
- "id": "8553",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Carved oak table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8552"
},
{
- "id": "8554",
- "name": "Teak table",
- "examine": "A ready-to-assemble teak dining table.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Carved oak table",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8553"
},
{
- "id": "8555",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
"name": "Teak table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8554"
},
{
- "id": "8556",
- "name": "Carved teak table",
- "examine": "A ready-to-assemble carved teak dining table.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Teak table",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8555"
},
{
- "id": "8557",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "245",
+ "durability": null,
"name": "Carved teak table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8556"
},
{
- "id": "8558",
- "name": "Mahogany table",
- "examine": "A ready-to-assemble mahogany dining table.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "245",
+ "durability": null,
+ "name": "Carved teak table",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8557"
},
{
- "id": "8559",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "575",
+ "durability": null,
"name": "Mahogany table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8558"
},
{
- "id": "8560",
- "name": "Opulent table",
- "examine": "A ready-to-assemble opulent dining table.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "575",
+ "durability": null,
+ "name": "Mahogany table",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8559"
},
{
- "id": "8561",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "379100",
+ "durability": null,
"name": "Opulent table",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8560"
},
{
- "id": "8562",
- "name": "Wooden bench",
- "examine": "A ready-to-assemble wooden dining bench.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "379100",
+ "durability": null,
+ "name": "Opulent table",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8561"
},
{
- "id": "8563",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "15",
+ "durability": null,
"name": "Wooden bench",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8562"
},
{
- "id": "8564",
- "name": "Oak bench",
- "examine": "A ready-to-assemble oak dining bench.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "15",
+ "durability": null,
+ "name": "Wooden bench",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8563"
},
{
- "id": "8565",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "137",
+ "durability": null,
"name": "Oak bench",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8564"
},
{
- "id": "8566",
- "name": "Carved oak bench",
- "examine": "A ready-to-assemble carved oak dining bench.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "137",
+ "durability": null,
+ "name": "Oak bench",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8565"
},
{
- "id": "8567",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Carved oak bench",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8566"
},
{
- "id": "8568",
- "name": "Teak dining bench",
- "examine": "A ready-to-assemble teak dining bench.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Carved oak bench",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8567"
},
{
- "id": "8569",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "18",
+ "durability": null,
"name": "Teak dining bench",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8568"
},
{
- "id": "8570",
- "name": "Carved teak bench",
- "examine": "A ready-to-assemble carved teak dining bench.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Teak dining bench",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8569"
},
{
- "id": "8571",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
"name": "Carved teak bench",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8570"
},
{
- "id": "8572",
- "name": "Mahogany bench",
- "examine": "A ready-to-assemble mahogany dining bench.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Carved teak bench",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8571"
},
{
- "id": "8573",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "126",
+ "durability": null,
"name": "Mahogany bench",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8572"
},
{
- "id": "8574",
- "name": "Gilded bench",
- "examine": "A ready-to-assemble gilded mahogany dining bench.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "126",
+ "durability": null,
+ "name": "Mahogany bench",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8573"
},
{
- "id": "8575",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "517600",
+ "durability": null,
"name": "Gilded bench",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8574"
},
{
- "id": "8576",
- "name": "Wooden bed",
- "examine": "A ready-to-assemble wooden bed.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "517600",
+ "durability": null,
+ "name": "Gilded bench",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8575"
},
{
- "id": "8577",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1974",
+ "durability": null,
"name": "Wooden bed",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8576"
},
{
- "id": "8578",
- "name": "Oak bed",
- "examine": "A ready-to-assemble oak bed.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1974",
+ "durability": null,
+ "name": "Wooden bed",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8577"
},
{
- "id": "8579",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1775",
+ "durability": null,
"name": "Oak bed",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8578"
},
{
- "id": "8580",
- "name": "Large oak bed",
- "examine": "A ready-to-assemble large oak bed.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1775",
+ "durability": null,
+ "name": "Oak bed",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8579"
},
{
- "id": "8581",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1433",
+ "durability": null,
"name": "Large oak bed",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8580"
},
{
- "id": "8582",
- "name": "Teak bed",
- "examine": "A ready-to-assemble teak bed.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1433",
+ "durability": null,
+ "name": "Large oak bed",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8581"
},
{
- "id": "8583",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1442",
+ "durability": null,
"name": "Teak bed",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8582"
},
{
- "id": "8584",
- "name": "Large teak bed",
- "examine": "A ready-to-assemble large teak bed.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1442",
+ "durability": null,
+ "name": "Teak bed",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8583"
},
{
- "id": "8585",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2030",
+ "durability": null,
"name": "Large teak bed",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8584"
},
{
- "id": "8586",
- "name": "4-poster",
- "examine": "A ready-to-assemble four-poster bed.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "2030",
+ "durability": null,
+ "name": "Large teak bed",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8585"
},
{
- "id": "8587",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1401",
+ "durability": null,
"name": "4-poster",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8586"
},
{
- "id": "8588",
- "name": "Gilded 4-poster",
- "examine": "A ready-to-assemble gilded four-poster bed.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1401",
+ "durability": null,
+ "name": "4-poster",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8587"
},
{
- "id": "8589",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "286700",
+ "durability": null,
"name": "Gilded 4-poster",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8588"
},
{
- "id": "8590",
- "name": "Oak clock",
- "examine": "A ready-to-assemble oak clock.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "286700",
+ "durability": null,
+ "name": "Gilded 4-poster",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8589"
},
{
- "id": "8591",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "384",
+ "durability": null,
"name": "Oak clock",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8590"
},
{
- "id": "8592",
- "name": "Teak clock",
- "examine": "A ready-to-assemble teak clock.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "384",
+ "durability": null,
+ "name": "Oak clock",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8591"
},
{
- "id": "8593",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "595",
+ "durability": null,
"name": "Teak clock",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8592"
},
{
- "id": "8594",
- "name": "Gilded clock",
- "examine": "A ready-to-assemble gilded mahogany clock.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "595",
+ "durability": null,
+ "name": "Teak clock",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8593"
},
{
- "id": "8595",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "156100",
+ "durability": null,
"name": "Gilded clock",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8594"
},
{
- "id": "8596",
- "name": "Shaving stand",
- "examine": "A ready-to-assemble shaving stand.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "156100",
+ "durability": null,
+ "name": "Gilded clock",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8595"
},
{
- "id": "8597",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "510",
+ "durability": null,
"name": "Shaving stand",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8596"
},
{
- "id": "8598",
- "name": "Oak shaving stand",
- "examine": "A ready-to-assemble oak shaving stand.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "510",
+ "durability": null,
+ "name": "Shaving stand",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8597"
},
{
- "id": "8599",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "455",
+ "durability": null,
"name": "Oak shaving stand",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8598"
},
{
- "id": "8600",
- "name": "Oak dresser",
- "examine": "A ready-to-assemble oak dresser.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "455",
+ "durability": null,
+ "name": "Oak shaving stand",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8599"
},
{
- "id": "8601",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "147",
+ "durability": null,
"name": "Oak dresser",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8600"
},
{
- "id": "8602",
- "name": "Teak dresser",
- "examine": "A ready-to-assemble teak dresser.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "147",
+ "durability": null,
+ "name": "Oak dresser",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8601"
},
{
- "id": "8603",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "478",
+ "durability": null,
"name": "Teak dresser",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8602"
},
{
- "id": "8604",
- "name": "Fancy teak dresser",
- "examine": "A ready-to-assemble fancy teak dresser.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "478",
+ "durability": null,
+ "name": "Teak dresser",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8603"
},
{
- "id": "8605",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "455",
+ "durability": null,
"name": "Fancy teak dresser",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8604"
},
{
- "id": "8606",
- "name": "Mahogany dresser",
- "examine": "A ready-to-assemble mahogany dresser.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "455",
+ "durability": null,
+ "name": "Fancy teak dresser",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8605"
},
{
- "id": "8607",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "399",
+ "durability": null,
"name": "Mahogany dresser",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8606"
},
{
- "id": "8608",
- "name": "Gilded dresser",
- "examine": "A ready-to-assemble gilded dresser.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "399",
+ "durability": null,
+ "name": "Mahogany dresser",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8607"
},
{
- "id": "8609",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "138800",
+ "durability": null,
"name": "Gilded dresser",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8608"
},
{
- "id": "8610",
- "name": "Shoe box",
- "examine": "A ready-to-assemble shoe box.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "138800",
+ "durability": null,
+ "name": "Gilded dresser",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8609"
},
{
- "id": "8611",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "21",
+ "durability": null,
"name": "Shoe box",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8610"
},
{
- "id": "8612",
- "name": "Oak drawers",
- "examine": "A ready-to-assemble oak chest of drawers.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "21",
+ "durability": null,
+ "name": "Shoe box",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8611"
},
{
- "id": "8613",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "47",
+ "durability": null,
"name": "Oak drawers",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8612"
},
{
- "id": "8614",
- "name": "Oak wardrobe",
- "examine": "A ready-to-assemble oak bedroom wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "47",
+ "durability": null,
+ "name": "Oak drawers",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8613"
},
{
- "id": "8615",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
"name": "Oak wardrobe",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8614"
},
{
- "id": "8616",
- "name": "Teak drawers",
- "examine": "A ready-to-assemble teak chest of drawers.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Oak wardrobe",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8615"
},
{
- "id": "8617",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "132",
+ "durability": null,
"name": "Teak drawers",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8616"
},
{
- "id": "8618",
- "name": "Teak wardrobe",
- "examine": "A ready-to-assemble teak bedroom wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "132",
+ "durability": null,
+ "name": "Teak drawers",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8617"
},
{
- "id": "8619",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "13",
+ "durability": null,
"name": "Teak wardrobe",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8618"
},
{
- "id": "8620",
- "name": "Mahogany 'drobe",
- "examine": "A ready-to-assemble mahogany bedroom wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Teak wardrobe",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8619"
},
{
- "id": "8621",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "98",
+ "durability": null,
"name": "Mahogany 'drobe",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8620"
},
{
- "id": "8622",
- "name": "Gilded wardrobe",
- "examine": "A ready-to-assemble gilded mahogany bedroom wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "98",
+ "durability": null,
+ "name": "Mahogany 'drobe",
"tradeable": "true",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8621"
},
{
- "id": "8623",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "137700",
+ "durability": null,
"name": "Gilded wardrobe",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8622"
},
{
- "id": "8625",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "137700",
+ "durability": null,
+ "name": "Gilded wardrobe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8623"
+ },
+ {
+ "durability": null,
"name": "Crystal ball",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8625"
},
{
- "id": "8627",
+ "durability": null,
"name": "Elemental sphere",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8627"
},
{
- "id": "8629",
+ "durability": null,
"name": "Crystal of power",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8629"
},
{
- "id": "8631",
+ "durability": null,
"name": "Globe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8631"
},
{
- "id": "8633",
+ "durability": null,
"name": "Ornamental globe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8633"
},
{
- "id": "8635",
+ "durability": null,
"name": "Lunar globe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8635"
},
{
- "id": "8637",
+ "durability": null,
"name": "Celestial globe",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8637"
},
{
- "id": "8639",
+ "durability": null,
"name": "Armillary sphere",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8639"
},
{
- "id": "8641",
+ "durability": null,
"name": "Small orrery",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8641"
},
{
- "id": "8643",
+ "durability": null,
"name": "Large orrery",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8643"
},
{
- "id": "8645",
+ "durability": null,
"name": "Wooden telescope",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8645"
},
{
- "id": "8647",
+ "durability": null,
"name": "Teak telescope",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8647"
},
{
- "id": "8649",
+ "durability": null,
"name": "Mahogany 'scope",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8649"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8650",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8652",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8654",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8656",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8658",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8660",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8662",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8664",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8666",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8668",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8670",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8672",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8674",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8676",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8678",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "turn90cw_anim": "1424",
+ "walk_anim": "1422",
+ "durability": null,
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Banner",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
"id": "8680",
- "name": "Banner",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14"
+ "stand_turn_anim": "1426"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8682",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8684",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8686",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8688",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8690",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8692",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8694",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8696",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8698",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8700",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8702",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8704",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8706",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8708",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8710",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "remove_head": "true",
+ "examine": "The colours represent crest.",
+ "durability": null,
+ "name": "Steel heraldic helm",
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
"id": "8712",
- "name": "Steel heraldic helm",
- "examine": "The colours represent crest.",
- "archery_ticket_price": "0",
"bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
"remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,5}",
- "weight": "2.7"
+ "equipment_slot": "0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8714",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8716",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8718",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8720",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8722",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8724",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8726",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8728",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8730",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8732",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8734",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8736",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8738",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8740",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8742",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "32583",
+ "name": "Rune kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8744",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "lendable": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8746",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8748",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8750",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8752",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8754",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8756",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8758",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8760",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8762",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8764",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8766",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8768",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8770",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8772",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8774",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
+ "shop_price": "850",
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
+ "name": "Steel kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
"id": "8776",
- "name": "Steel kiteshield",
- "examine": "A large metal shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,5}",
- "shop_price": "850",
- "tradeable": "true",
- "weight": "5.4"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
- "id": "8778",
- "name": "Oak plank",
+ "ge_buy_limit": "10000",
"examine": "A plank of sturdy oak.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "660",
"durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "8779",
"name": "Oak plank",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.8",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "8778"
},
{
- "id": "8780",
- "name": "Teak plank",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "660",
+ "durability": null,
+ "name": "Oak plank",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8779"
+ },
+ {
+ "shop_price": "500",
+ "ge_buy_limit": "10000",
"examine": "A plank of fine teak.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "959",
"durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "500",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "8781",
"name": "Teak plank",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.8",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "8780"
},
{
- "id": "8782",
- "name": "Mahogany plank",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "959",
+ "durability": null,
+ "name": "Teak plank",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8781"
+ },
+ {
+ "shop_price": "1500",
+ "ge_buy_limit": "10000",
"examine": "A plank of expensive mahogany.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "2286",
"durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "1500",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "8783",
"name": "Mahogany plank",
+ "tradeable": "true",
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "weight": "0.8",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
+ "id": "8782"
},
{
- "id": "8784",
- "name": "Gold leaf",
- "examine": "A very delicate sheet of gold.",
- "archery_ticket_price": "0",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "2286",
"durability": null,
- "ge_buy_limit": "100",
+ "name": "Mahogany plank",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8783"
+ },
+ {
"shop_price": "130000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8785",
+ "ge_buy_limit": "100",
+ "examine": "A very delicate sheet of gold.",
+ "grand_exchange_price": "133800",
+ "durability": null,
"name": "Gold leaf",
+ "tradeable": "true",
+ "low_alchemy": "52000",
+ "high_alchemy": "78000",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8784"
},
{
- "id": "8786",
- "name": "Marble block",
- "examine": "A beautifully carved marble block.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "133800",
+ "durability": null,
+ "name": "Gold leaf",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8785"
+ },
+ {
"shop_price": "325000",
- "tradeable": "true",
- "weight": "13.6"
- },
- {
- "id": "8787",
+ "ge_buy_limit": "100",
+ "examine": "A beautifully carved marble block.",
+ "grand_exchange_price": "324800",
+ "durability": null,
"name": "Marble block",
+ "tradeable": "true",
+ "low_alchemy": "130000",
+ "high_alchemy": "195000",
+ "weight": "13.6",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8786"
},
{
- "id": "8788",
- "name": "Magic stone",
- "examine": "A magic stone to make high-level furniture.",
- "archery_ticket_price": "0",
- "durability": null,
"ge_buy_limit": "100",
+ "grand_exchange_price": "324800",
+ "durability": null,
+ "name": "Marble block",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8787"
+ },
+ {
"shop_price": "975000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8789",
+ "ge_buy_limit": "100",
+ "examine": "A magic stone to make high-level furniture.",
+ "grand_exchange_price": "980300",
+ "durability": null,
"name": "Magic stone",
+ "tradeable": "true",
+ "low_alchemy": "390000",
+ "high_alchemy": "585000",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8788"
},
{
- "id": "8790",
- "name": "Bolt of cloth",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "980300",
+ "durability": null,
+ "name": "Magic stone",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8789"
+ },
+ {
+ "shop_price": "650",
+ "ge_buy_limit": "100",
"examine": "A bolt of ordinary cloth.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1090",
"durability": null,
- "ge_buy_limit": "100",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8791",
"name": "Bolt of cloth",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8790"
},
{
- "id": "8792",
- "name": "Clockwork",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1090",
+ "durability": null,
+ "name": "Bolt of cloth",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8791"
+ },
+ {
+ "ge_buy_limit": "5000",
"examine": "A clockwork mechanism.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "1630",
"durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8793",
"name": "Clockwork",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "1",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
+ "id": "8792"
},
{
- "id": "8794",
- "name": "Saw",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1630",
+ "durability": null,
+ "name": "Clockwork",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8793"
+ },
+ {
+ "shop_price": "13",
+ "ge_buy_limit": "100",
"examine": "Good for cutting wood.",
- "archery_ticket_price": "0",
"durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "weight": "1",
"equipment_slot": "3",
- "ge_buy_limit": "100",
- "shop_price": "13",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8795",
+ "grand_exchange_price": "64",
"name": "Saw",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "id": "8794"
},
{
- "id": "8836",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "64",
+ "durability": null,
+ "name": "Saw",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8795"
+ },
+ {
+ "durability": null,
"name": "Mahogany logs",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
+ "id": "8836"
},
{
- "id": "8837",
- "name": "Timber beam",
+ "shop_price": "1",
+ "ge_buy_limit": "1000",
"examine": "A hefty beam of timber, perfect for building temples.",
- "archery_ticket_price": "0",
+ "grand_exchange_price": "29",
"durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "8838",
"name": "Timber beam",
+ "tradeable": "true",
"archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
+ "id": "8837"
},
{
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Timber beam",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8838"
+ },
+ {
+ "shop_price": "250",
+ "examine": "Torso armour from the order of the Void Knights.",
+ "durability": null,
+ "low_alchemy": "19200",
+ "high_alchemy": "28800",
+ "weight": "6.8",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "name": "Void knight top",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
"id": "8839",
- "name": "Void knight top",
- "examine": "Torso armour from the order of the Void Knights.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "250",
- "tradeable": "false",
- "weight": "6.5"
+ "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0"
},
{
- "id": "8840",
- "name": "Void knight robe",
+ "shop_price": "250",
"examine": "Leg armour of the order of the Void Knights.",
+ "durability": null,
+ "name": "Void knight robe",
+ "tradeable": "false",
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "weight": "8",
"archery_ticket_price": "0",
+ "id": "8840",
"bonuses": "0,0,0,0,0,30,30,30,30,30,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "250",
- "tradeable": "false",
- "weight": "8"
+ "equipment_slot": "7"
},
{
- "id": "8841",
- "name": "Void knight mace",
+ "shop_price": "250",
"examine": "A mace used by the order of the Void Knights.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,401,401",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0",
"durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
+ "low_alchemy": "4800",
+ "high_alchemy": "7200",
+ "weight": "1",
+ "attack_speed": "5",
+ "weapon_interface": "1",
"render_anim": "2553",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "250",
+ "equipment_slot": "3",
+ "name": "Void knight mace",
"tradeable": "false",
- "weapon_interface": "1",
- "weight": "1"
+ "archery_ticket_price": "0",
+ "id": "8841",
+ "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0"
},
{
- "id": "8842",
- "name": "Void knight gloves",
+ "shop_price": "150",
"examine": "Gloves as used by the order of the Void Knights.",
+ "durability": null,
+ "name": "Void knight gloves",
+ "tradeable": "false",
+ "low_alchemy": "2420",
+ "high_alchemy": "3631",
+ "weight": "0.5",
"archery_ticket_price": "0",
+ "id": "8842",
"bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "0.5"
- },
- {
- "id": "8844",
- "name": "Bronze defender",
- "examine": "A defensive weapon.",
- "archery_ticket_price": "0",
- "bonuses": "3,2,1,-3,-2,3,2,1,-3,-2,1,0,0,0,0",
- "defence_anim": "4177",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "5",
- "weight": "0.4"
- },
- {
- "id": "8845",
- "name": "Iron defender",
- "examine": "A defensive weapon.",
- "archery_ticket_price": "0",
- "bonuses": "5,4,3,-3,-2,5,4,3,-3,-2,2,0,0,0,0",
- "defence_anim": "4177",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "5",
- "weight": "0.4"
- },
- {
- "id": "8846",
- "name": "Steel defender",
- "examine": "A defensive weapon.",
- "archery_ticket_price": "0",
- "bonuses": "7,6,5,-3,-2,7,6,5,-3,-2,3,1,0,0,0",
- "defence_anim": "4177",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "5",
- "requirements": "{0,5}-{1,5}",
- "weight": "0.4"
- },
- {
- "id": "8847",
- "name": "Black defender",
- "examine": "A defensive weapon.",
- "archery_ticket_price": "0",
- "bonuses": "9,8,7,-3,-2,9,8,7,-3,-2,4,2,0,0,0",
- "defence_anim": "4177",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "5",
- "requirements": "{0,10}-{1,10}",
- "weight": "0.4"
- },
- {
- "id": "8848",
- "name": "Mithril defender",
- "examine": "A defensive weapon.",
- "archery_ticket_price": "0",
- "bonuses": "10,9,8,-3,-2,10,9,8,-3,-2,5,3,0,0,0",
- "defence_anim": "4177",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "5",
- "requirements": "{0,20}-{1,20}",
- "weight": "0.4"
- },
- {
- "id": "8849",
- "name": "Adamant defender",
- "examine": "A defensive weapon.",
- "archery_ticket_price": "0",
- "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0",
- "defence_anim": "4177",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "5",
- "requirements": "{0,30}-{1,30}",
- "weight": "0.4"
- },
- {
- "id": "8850",
- "name": "Rune defender",
- "examine": "A defensive weapon.",
- "archery_ticket_price": "0",
- "bonuses": "20,19,18,-3,-2,20,19,18,-3,-2,8,5,0,0,0",
- "defence_anim": "4177",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "5",
- "requirements": "{0,40}-{1,40}",
- "weight": "0.4"
- },
- {
- "id": "8851",
- "name": "Warrior guild token",
- "examine": "Warrior Guild Token.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8856",
- "name": "Defensive shield",
- "examine": "Large, round, heavy shield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "two_handed": "false",
- "weight": "3.6"
- },
- {
- "id": "8858",
- "name": "18lb shot",
- "examine": "Just landed 18lb shot.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null
- },
- {
- "id": "8859",
- "name": "22lb shot",
- "examine": "Just landed 22lb shot.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null
- },
- {
- "id": "8860",
- "name": "One barrel",
- "examine": "To put on your head.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "weight": "4.5"
- },
- {
- "id": "8861",
- "name": "Two barrels",
- "examine": "To put on your head.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "weight": "9"
- },
- {
- "id": "8862",
- "name": "Three barrels",
- "examine": "To put on your head.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "weight": "13.5"
- },
- {
- "id": "8863",
- "name": "Four barrels",
- "examine": "To put on your head.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "weight": "18.1"
- },
- {
- "id": "8864",
- "name": "Five barrels",
- "examine": "To put on your head.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "weight": "22.6"
- },
- {
- "id": "8865",
- "name": "Ground ashes",
- "examine": "A heap of finely ground ashes.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8869",
- "name": "Iron key",
- "examine": "A key made of solid iron.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8870",
- "name": "Zanik",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8871",
- "name": "Crate with zanik",
- "examine": "It's got Zanik in it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "822",
- "run_anim": "4194",
- "stand_anim": "4193",
- "stand_turn_anim": "4194",
- "tradeable": "false",
- "turn180_anim": "4194",
- "turn90ccw_anim": "4194",
- "turn90cw_anim": "4194",
- "walk_anim": "4194",
- "weight": "32"
- },
- {
- "id": "8872",
- "name": "Bone dagger",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,400,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "has_special": "true",
- "render_anim": "2584",
- "shop_price": "2000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "8873",
- "name": "Bone dagger",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "8874",
- "name": "Bone dagger (p)",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,400,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "has_special": "true",
- "render_anim": "2584",
- "shop_price": "2000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "8875",
- "name": "Bone dagger (p)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "8876",
- "name": "Bone dagger (p+)",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,400,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "has_special": "true",
- "render_anim": "2584",
- "shop_price": "2000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "8877",
- "name": "Bone dagger (p+)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "8878",
- "name": "Bone dagger (p++)",
- "examine": "A powerful dagger.",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,400,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0",
- "defence_anim": "378",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "has_special": "true",
- "render_anim": "2584",
- "shop_price": "2000",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "8879",
- "name": "Bone dagger (p++)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "8880",
- "name": "Dorgeshuun c'bow",
- "examine": "This fires crossbow bolts.",
- "archery_ticket_price": "0",
- "attack_anims": "4230,4230,4230,4230",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "has_special": "true",
- "render_anim": "175",
- "requirements": "{4,28}",
- "run_anim": "4228",
- "shop_price": "2000",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "2.2"
- },
- {
- "id": "8881",
- "name": "Dorgeshuun c'bow",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "8882",
- "name": "Bone bolts",
- "examine": "Good if you have a bone crossbow!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,28}",
- "shop_price": "4",
- "tradeable": "true"
- },
- {
- "id": "8887",
- "name": "Zanik",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8890",
- "name": "Coins",
- "examine": "Lovely money!",
- "archery_ticket_price": "0",
- "bankable": "false",
- "durability": null
- },
- {
- "id": "8900",
- "name": "Cave horror",
- "examine": "A horrible, emaciated ape like creature with beady red eyes.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8901",
- "name": "Black mask (10)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8902",
- "name": "Black mask (10)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "8903",
- "name": "Black mask (9)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8904",
- "name": "Black mask (9)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8905",
- "name": "Black mask (8)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8906",
- "name": "Black mask (8)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8907",
- "name": "Black mask (7)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8908",
- "name": "Black mask (7)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8909",
- "name": "Black mask (6)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8910",
- "name": "Black mask (6)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8911",
- "name": "Black mask (5)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8912",
- "name": "Black mask (5)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8913",
- "name": "Black mask (4)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8914",
- "name": "Black mask (4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8915",
- "name": "Black mask (3)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8916",
- "name": "Black mask (3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8917",
- "name": "Black mask (2)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8918",
- "name": "Black mask (2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8919",
- "name": "Black mask (1)",
- "examine": "A magic cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8920",
- "name": "Black mask (1)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8921",
- "name": "Black mask",
- "examine": "An inert-seeming cave horror mask.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "requirements": "{1,20}-{2,10}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "8922",
- "name": "Black mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "8923",
- "name": "Witchwood icon",
- "examine": "A stick on a string... pure style.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,0,0,0,0,0,0,0,1,0,0",
- "durability": null,
- "equipment_slot": "2",
- "requirements": "{18,35}",
- "shop_price": "900"
- },
- {
- "id": "8924",
- "name": "Bandana and eyepatch",
- "examine": "A white bandana and a patch for the right eye.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "8925",
- "name": "Bandana and eyepatch",
- "examine": "A red bandana and a patch for the right eye.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "8926",
- "name": "Bandana and eyepatch",
- "examine": "A blue bandana and a patch for the right eye.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "8927",
- "name": "Bandana and eyepatch",
- "examine": "A brown bandana and a patch for the right eye.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "8928",
- "name": "Hat and eyepatch",
- "examine": "A pirate hat and a patch for the right eye.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "8929",
- "name": "Crabclaw and hook",
- "examine": "Tied together so they don't come apart.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,3,5,3,0,0,0,1,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "800",
- "weight": "1"
- },
- {
- "id": "8930",
- "name": "Pipe section",
- "examine": "Crude wooden pipe section.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "8931",
- "name": "Pipe section",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8932",
- "name": "Lumber patch",
- "examine": "Repairs made with this will be patchy at best.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8933",
- "name": "Lumber patch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8934",
- "name": "Scrapey tree logs",
- "examine": "Slimy logs from the scrapey tree.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8935",
- "name": "Scrapey tree logs",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8936",
- "name": "Blue flowers",
- "examine": "Very blue.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8937",
- "name": "Blue flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8938",
- "name": "Red flowers",
- "examine": "Very red.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8939",
- "name": "Red flowers",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8943",
- "name": "Blue monkey",
- "examine": "Bluuuuuuuue Monkeeeeeeey!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8944",
- "name": "Blue monkey",
- "examine": "Bluuuuuuuue Monkeeeeeeey!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8945",
- "name": "Blue monkey",
- "examine": "Bluuuuuuuue Monkeeeeeeey!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8946",
- "name": "Red monkey",
- "examine": "A well red monkey.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8947",
- "name": "Red monkey",
- "examine": "A well red monkey.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8948",
- "name": "Red monkey",
- "examine": "A well red monkey.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8949",
- "name": "Pirate bandana",
- "examine": "Essential pirate wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "8950",
- "name": "Pirate hat",
- "examine": "Shiver me timbers!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true"
- },
- {
- "id": "8951",
- "name": "Pieces of eight",
- "examine": "Piratical currency.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8952",
- "name": "Blue naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "8953",
- "name": "Green naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "8954",
- "name": "Red naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "8955",
- "name": "Brown naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "8956",
- "name": "Black naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "8957",
- "name": "Purple naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "8958",
- "name": "Grey naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "8959",
- "name": "Blue tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "50"
- },
- {
- "id": "8960",
- "name": "Green tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "50"
- },
- {
- "id": "8961",
- "name": "Red tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "50"
- },
- {
- "id": "8962",
- "name": "Brown tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "50"
- },
- {
- "id": "8963",
- "name": "Black tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "50"
- },
- {
- "id": "8964",
- "name": "Purple tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "50"
- },
- {
- "id": "8965",
- "name": "Grey tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "50"
- },
- {
- "id": "8966",
- "name": "Cutthroat flag",
- "examine": "The flag of The Cutthroat.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "shop_price": "200",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "walk_anim": "1422",
- "weapon_interface": "14",
- "weight": "6"
- },
- {
- "id": "8967",
- "name": "Guilded smile flag",
- "examine": "The flag of The Guilded Smile.",
- "archery_ticket_price": "0",
- "attack_speed": "2",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "shop_price": "200",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "walk_anim": "1422",
- "weapon_interface": "14",
- "weight": "6"
- },
- {
- "id": "8968",
- "name": "Bronze fist flag",
- "examine": "The flag of The Bronze Fist.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "shop_price": "300",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "walk_anim": "1422",
- "weapon_interface": "14",
- "weight": "6"
- },
- {
- "id": "8969",
- "name": "Lucky shot flag",
- "examine": "The flag of The Lucky Shot.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "shop_price": "400",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "walk_anim": "1422",
- "weapon_interface": "14",
- "weight": "6"
- },
- {
- "id": "8970",
- "name": "Treasure flag",
- "examine": "The flag of The Treasure Trove.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "shop_price": "500",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "walk_anim": "1422",
- "weapon_interface": "14",
- "weight": "6"
- },
- {
- "id": "8971",
- "name": "Phasmatys flag",
- "examine": "The flag of The Phasmatys Pride.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "131",
- "run_anim": "1427",
- "shop_price": "600",
- "stand_anim": "1421",
- "stand_turn_anim": "1426",
- "turn180_anim": "1423",
- "turn90ccw_anim": "1425",
- "turn90cw_anim": "1424",
- "two_handed": "true",
- "walk_anim": "1422",
- "weapon_interface": "14",
- "weight": "6"
- },
- {
- "id": "8972",
- "name": "Bowl of red water",
- "examine": "A Bowl of red water.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8973",
- "name": "Bowl of red water",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8974",
- "name": "Bowl of blue water",
- "examine": "A Bowl of blue water.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8975",
- "name": "Bowl of blue water",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8976",
- "name": "Bitternut",
- "examine": "Monkeys seem to like throwing these.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8977",
- "name": "Scrapey bark",
- "examine": "Greasy bark from the scrapey tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.1"
- },
- {
- "id": "8978",
- "name": "Scrapey bark",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8979",
- "name": "Bridge section",
- "examine": "Caution; not for use over troubled water.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8980",
- "name": "Bridge section",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8981",
- "name": "Sweetgrubs",
- "examine": "Better than sea slugs.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8982",
- "name": "Sweetgrubs",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8986",
- "name": "Bucket",
- "examine": "It's an empty bucket.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "8987",
- "name": "Torch",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "8988",
- "name": "The stuff",
- "examine": "Apparently good for brewing.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5",
- "weight": "0.5"
- },
- {
- "id": "8989",
- "name": "Brewin' guide",
- "examine": "A how-to of brewing and arson.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8990",
- "name": "Brewin' guide",
- "examine": "A how-to of brewing and arson.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "8991",
- "name": "Blue navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "8992",
- "name": "Green navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "8993",
- "name": "Red navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "8994",
- "name": "Brown navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "8995",
- "name": "Black navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "8996",
- "name": "Purple navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "8997",
- "name": "Grey navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "8998",
- "name": "Bandana and eyepatch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "8999",
- "name": "Bandana and eyepatch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9000",
- "name": "Bandana and eyepatch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9001",
- "name": "Bandana and eyepatch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9002",
- "name": "Hat and eyepatch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9003",
- "name": "Security book",
- "examine": "WARNING: Contains information which could make your account secure!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "9004",
- "name": "Stronghold notes",
- "examine": "Information regarding the Stronghold of Security.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9005",
- "name": "Fancy boots",
- "examine": "Very nice boots from the Stronghold of Security.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another pair of Fancy Boots from the Stronghold of Security",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "tradeable": "false"
- },
- {
- "id": "9006",
- "name": "Fighting boots",
- "examine": "Very nice boots from the Stronghold of Security.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another pair of Fighting Boots from the Stronghold of Security.",
- "durability": null,
- "equipment_slot": "10",
- "tradeable": "false"
- },
- {
- "id": "9007",
- "name": "Right skull half",
- "examine": "Ooooh spooky!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "9008",
- "name": "Left skull half",
- "examine": "Ooooh spooky!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "9009",
- "name": "Strange skull",
- "examine": "Seems to be for use with a staff or sceptre of some sort.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "1.2"
- },
- {
- "id": "9010",
- "name": "Top of sceptre",
- "examine": "Top half of a broken sceptre.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "9011",
- "name": "Bottom of sceptre",
- "examine": "Bottom half of a broken sceptre.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "1.8"
- },
- {
- "id": "9012",
- "name": "Runed sceptre",
- "examine": "Sceptre with runes on it, seems to be missing something.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false",
- "weight": "3.5"
- },
- {
- "id": "9013",
- "name": "Skull sceptre",
- "examine": "A fragile magical Sceptre.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0",
- "destroy": "true",
- "destroy_message": "You can obtain another Sceptre by collecting all four pieces from the Stronghold of Security.",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "3",
- "weight": "1.8"
- },
- {
- "id": "9014",
- "name": "Security book",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9015",
- "name": "Stronghold notes",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9016",
- "name": "Gorak claws",
- "examine": "Oversized nail clippings.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9017",
- "name": "Star flower",
- "examine": "A flower with magical properties.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9018",
- "name": "Gorak claw powder",
- "examine": "Ground-down gorak claws.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "9020",
- "name": "Queen's secateurs",
- "examine": "Contains the Fairy Queen's magical essence.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "9025",
- "name": "Nuff's certificate",
- "examine": "A scroll that says she's a healer, that's Fairy Nuff.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Maybe I can find another in Fairy Nuff's grotto.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9026",
- "name": "Ivory comb",
- "examine": "Simon Templeton at the Agility Pyramid will give me 50 coins for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9027",
- "name": "Ivory comb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9028",
- "name": "Golden scarab",
- "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9029",
- "name": "Golden scarab",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9030",
- "name": "Stone scarab",
- "examine": "Little ornament in the shape of a scarab.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.07"
- },
- {
- "id": "9031",
- "name": "Stone scarab",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9032",
- "name": "Pottery scarab",
- "examine": "A small pottery scarab.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9033",
- "name": "Pottery scarab",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9034",
- "name": "Golden statuette",
- "examine": "A small golden statuette.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9035",
- "name": "Golden statuette",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9036",
- "name": "Pottery statuette",
- "examine": "A small pottery statuette.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "9037",
- "name": "Pottery statuette",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9038",
- "name": "Stone statuette",
- "examine": "A small stone statuette.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9039",
- "name": "Stone statuette",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9040",
- "name": "Gold seal",
- "examine": "Simon Templeton at the Agility Arena will give me 750 coins for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9041",
- "name": "Gold seal",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9042",
- "name": "Stone seal",
- "examine": "Simon Templeton at the Agility Pyramid will give me 150 coins for this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9043",
- "name": "Stone seal",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9044",
- "name": "Pharaoh's sceptre",
- "examine": "This sceptre is fully charged.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "28",
- "requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "3",
- "weight": "2"
- },
- {
- "id": "9045",
- "name": "Pharaoh's sceptre",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "9046",
- "name": "Pharaoh's sceptre",
- "examine": "This sceptre has two charges left.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "3",
- "weight": "2"
- },
- {
- "id": "9047",
- "name": "Pharaoh's sceptre",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9048",
- "name": "Pharaoh's sceptre",
- "examine": "This sceptre has one charge left.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "3",
- "weight": "2"
- },
- {
- "id": "9049",
- "name": "Pharaoh's sceptre",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9050",
- "name": "Pharaoh's sceptre",
- "examine": "This sceptre has no charges left.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "28",
- "requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "3",
- "weight": "2"
- },
- {
- "id": "9051",
- "name": "Pharaoh's sceptre",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "9052",
- "name": "Locust meat",
- "examine": "Delicious and nutritious. Well, nutritious anyway.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9053",
- "name": "Locust meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9054",
- "name": "Red goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "weight": "3"
- },
- {
- "id": "9055",
- "name": "Black goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "weight": "3"
- },
- {
- "id": "9056",
- "name": "Yellow goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "weight": "3"
- },
- {
- "id": "9057",
- "name": "Green goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "weight": "3"
- },
- {
- "id": "9058",
- "name": "Purple goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "weight": "3"
- },
- {
- "id": "9059",
- "name": "Pink goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "weight": "3"
- },
- {
- "id": "9064",
- "name": "Emerald lantern",
- "examine": "A mystical lantern casting a green beam.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.3"
- },
- {
- "id": "9065",
- "name": "Emerald lantern",
- "examine": "A mystical lantern casting a green beam.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "weight": "1.3"
- },
- {
- "id": "9066",
- "name": "Emerald lens",
- "examine": "A roughly circular disc of glass.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9067",
- "name": "Dream log",
- "examine": "A log of my thoughts...",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "9068",
- "name": "Moonclan helm",
- "examine": "Mystical headgear.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "1000"
- },
- {
- "id": "9069",
- "name": "Moonclan hat",
- "examine": "A mystical hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "1000",
- "weight": "1"
- },
- {
- "id": "9070",
- "name": "Moonclan armour",
- "examine": "Provides good protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,-10,5,5,5,5,-10,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "1000",
- "weight": "4"
- },
- {
- "id": "9071",
- "name": "Moonclan skirt",
- "examine": "This should protect my legs.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,-7,5,5,5,5,-7,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "1000",
- "weight": "3"
- },
- {
- "id": "9072",
- "name": "Moonclan gloves",
- "examine": "These should keep my hands safe.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,-5,2,2,2,2,-5,2,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "900"
- },
- {
- "id": "9073",
- "name": "Moonclan boots",
- "examine": "Groovy foot protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,-5,2,2,2,2,-5,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "900"
- },
- {
- "id": "9074",
- "name": "Moonclan cape",
- "examine": "A mystical cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,-2,0,1,1,2,-2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "200"
- },
- {
- "id": "9075",
- "name": "Astral rune",
- "examine": "Used for Lunar Spells",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "shop_price": "220",
- "tradeable": "true"
- },
- {
- "id": "9076",
- "name": "Lunar ore",
- "examine": "This needs refining",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "7"
- },
- {
- "id": "9077",
- "name": "Lunar bar",
- "examine": "It's a bar of magic metal.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to mine another lunar ore and smelt it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9078",
- "name": "Moonclan manual",
- "examine": "A book of Moonclan history.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "9079",
- "name": "Suqah tooth",
- "examine": "The tooth, the whole tooth, and nothing but the tooth.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9080",
- "name": "Suqah hide",
- "examine": "An untanned piece of suqah hide.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9081",
- "name": "Suqah leather",
- "examine": "A piece of Suqah hide that has been expertly tanned into leather.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "9082",
- "name": "Ground tooth",
- "examine": "A ground Suqah tooth.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9083",
- "name": "Seal of passage",
- "examine": "A seal of passage issued by Brundt the Chieftain of the Fremennik.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Brundt the Chieftain will probably have another lying around somewhere anyway...",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false",
- "weight": "4.5"
- },
- {
- "id": "9084",
- "name": "Lunar staff",
- "examine": "A Moonclan staff.",
- "archery_ticket_price": "0",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "3,2,16,13,0,2,3,2,13,1,0,15,3,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{6,65}",
- "run_anim": "1210",
- "shop_price": "30000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "9085",
- "name": "Empty vial",
- "examine": "A vessel for holding liquid.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to get another from the Oneiromancer.",
- "durability": null
- },
- {
- "id": "9086",
- "name": "Vial of water",
- "examine": "A glass vial containing water.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0.02"
- },
- {
- "id": "9087",
- "name": "Waking sleep vial",
- "examine": "A vessel for dreaming while awake!",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "9088",
- "name": "Guam vial",
- "examine": "A vessel with water and Guam inside.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "9089",
- "name": "Marr vial",
- "examine": "A vessel with water and Marrentill inside.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "9090",
- "name": "Guam-marr vial",
- "examine": "A vessel with water, guam and marrentill inside.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "9091",
- "name": "Lunar staff - pt1",
- "examine": "A staff enchanted by air.",
- "archery_ticket_price": "0",
- "attack_audios": "2555,0,0,0",
- "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{6,65}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "1"
- },
- {
- "id": "9092",
- "name": "Lunar staff - pt2",
- "examine": "A staff enchanted by air and fire.",
- "archery_ticket_price": "0",
- "attack_audios": "2555,0,0,0",
- "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{6,65}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "1"
- },
- {
- "id": "9093",
- "name": "Lunar staff - pt3",
- "examine": "A staff enchanted by air, fire and water.",
- "archery_ticket_price": "0",
- "attack_audios": "2555,0,0,0",
- "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{6,65}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "1"
- },
- {
- "id": "9094",
- "name": "Kindling",
- "examine": "Small bits of wood from the first magic tree!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9095",
- "name": "Soaked kindling",
- "examine": "Magic wood soaked with a potion of waking sleep. Groovy.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9096",
- "name": "Lunar helm",
- "examine": "A mystical helmet.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}-{6,65}",
- "shop_price": "15000",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "9097",
- "name": "Lunar torso",
- "examine": "Provides good protection.",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,10,-10,34,22,40,12,0,35,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,40}-{6,65}",
- "shop_price": "120000",
- "tradeable": "false",
- "weight": "4.5"
- },
- {
- "id": "9098",
- "name": "Lunar legs",
- "examine": "These should protect my legs.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,-7,20,19,23,9,0,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,40}-{6,65}",
- "shop_price": "80000",
- "tradeable": "false",
- "weight": "3.65"
- },
- {
- "id": "9099",
- "name": "Lunar gloves",
- "examine": "These should keep my hands safe.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,-1,2,1,1,2,0,1,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{1,40}-{6,65}",
- "shop_price": "10000",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "9100",
- "name": "Lunar boots",
- "examine": "Mystical foot protection.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,-1,1,2,2,2,0,2,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "10",
- "requirements": "{1,40}-{6,65}",
- "shop_price": "10000",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "9101",
- "name": "Lunar cape",
- "examine": "Oooo pretty!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{1,40}-{6,65}",
- "shop_price": "12000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9102",
- "name": "Lunar amulet",
- "examine": "Awesome.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "2",
- "requirements": "{1,40}-{6,65}",
- "shop_price": "4000",
- "tradeable": "false"
- },
- {
- "id": "9103",
- "name": "A special tiara",
- "examine": "I'll be the talk of the town with this... maybe.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9104",
- "name": "Lunar ring",
- "examine": "A mysterious ring that can fill the wearer with magical power.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "12",
- "requirements": "{1,40}-{6,65}",
- "shop_price": "2000",
- "tradeable": "false"
- },
- {
- "id": "9106",
- "name": "Astral tiara",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0"
- },
- {
- "id": "9139",
- "name": "Blurite bolts",
- "examine": "Blurite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
- "durability": null,
- "equipment_slot": "13",
- "requirements": "{4,16}"
- },
- {
- "id": "9140",
- "name": "Iron bolts",
- "examine": "Iron crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,26}",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "9141",
- "name": "Steel bolts",
- "examine": "Steel crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,31}",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "9142",
- "name": "Mithril bolts",
- "examine": "Mithril crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,36}",
- "shop_price": "32",
- "tradeable": "true"
- },
- {
- "id": "9143",
- "name": "Adamant bolts",
- "examine": "Adamantite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,46}",
- "shop_price": "23",
- "tradeable": "true"
- },
- {
- "id": "9144",
- "name": "Rune bolts",
- "examine": "Runite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,61}",
- "tradeable": "true"
- },
- {
- "id": "9145",
- "name": "Silver bolts",
- "examine": "Silver crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,26}",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "9174",
- "name": "Bronze crossbow",
- "examine": "A bronze crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "4230,4230,4230,4230",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "500",
- "render_anim": "175",
- "run_anim": "4228",
- "shop_price": "92",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "4"
- },
- {
- "id": "9175",
- "name": "Bronze crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9176",
- "name": "Blurite crossbow",
- "examine": "A blurite crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "4230,4230,4230,4230",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,30,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "175",
- "requirements": "{4,16}",
- "run_anim": "4228",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "4"
- },
- {
- "id": "9177",
- "name": "Iron crossbow",
- "examine": "An iron crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "4230,4230,4230,4230",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "500",
- "render_anim": "175",
- "requirements": "{4,26}",
- "run_anim": "4228",
- "shop_price": "157",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "4"
- },
- {
- "id": "9178",
- "name": "Iron crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9179",
- "name": "Steel crossbow",
- "examine": "A steel crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "4230,4230,4230,4230",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,54,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "500",
- "render_anim": "175",
- "requirements": "{4,31}",
- "run_anim": "4228",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "5"
- },
- {
- "id": "9180",
- "name": "Steel crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9181",
- "name": "Mith crossbow",
- "examine": "A mithril crossbow",
- "archery_ticket_price": "0",
- "attack_anims": "4230,4230,4230,4230",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,66,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "500",
- "render_anim": "175",
- "requirements": "{4,36}",
- "run_anim": "4228",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "6"
- },
- {
- "id": "9182",
- "name": "Mith crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9183",
- "name": "Adamant crossbow",
- "examine": "An adamantite crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "4230,4230,4230,4230",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,78,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "500",
- "render_anim": "175",
- "requirements": "{4,46}",
- "run_anim": "4228",
- "shop_price": "2244",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "6"
- },
- {
- "id": "9184",
- "name": "Adamant crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9185",
- "name": "Rune crossbow",
- "examine": "A runite crossbow.",
- "archery_ticket_price": "0",
- "attack_anims": "4230,4230,4230,4230",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "500",
- "lendable": "true",
- "render_anim": "175",
- "requirements": "{4,61}",
- "run_anim": "4228",
- "shop_price": "16200",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "6"
- },
- {
- "id": "9186",
- "name": "Rune crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9187",
- "name": "Jade bolt tips",
- "examine": "Jade bolt tips.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9188",
- "name": "Topaz bolt tips",
- "examine": "Red Topaz bolt tips.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9189",
- "name": "Sapphire bolt tips",
- "examine": "Sapphire bolt tips.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9190",
- "name": "Emerald bolt tips",
- "examine": "Emerald bolt tips.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9191",
- "name": "Ruby bolt tips",
- "examine": "Ruby bolt tips.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9192",
- "name": "Diamond bolt tips",
- "examine": "Diamond bolt tips.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9193",
- "name": "Dragon bolt tips",
- "examine": "Dragonstone bolt tips.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9194",
- "name": "Onyx bolt tips",
- "examine": "Onyx bolt tips.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "13500",
- "tokkul_price": "1500",
- "tradeable": "true"
- },
- {
- "id": "9236",
- "name": "Opal bolts (e)",
- "examine": "Enchanted Opal tipped Bronze Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "9237",
- "name": "Jade bolts (e)",
- "examine": "Enchanted Jade tipped Blurite Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30",
- "durability": null,
- "equipment_slot": "13",
- "requirements": "{4,15}"
- },
- {
- "id": "9238",
- "name": "Pearl bolts (e)",
- "examine": "Enchanted Pearl tipped Iron Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,26}",
- "tradeable": "true"
- },
- {
- "id": "9239",
- "name": "Topaz bolts (e)",
- "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,31}",
- "tradeable": "true"
- },
- {
- "id": "9240",
- "name": "Sapphire bolts (e)",
- "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,36}",
- "shop_price": "103",
- "tradeable": "true"
- },
- {
- "id": "9241",
- "name": "Emerald bolts (e)",
- "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,36}",
- "tradeable": "true"
- },
- {
- "id": "9242",
- "name": "Ruby bolts (e)",
- "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,46}",
- "tradeable": "true"
- },
- {
- "id": "9243",
- "name": "Diamond bolts (e)",
- "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,46}",
- "tradeable": "true"
- },
- {
- "id": "9244",
- "name": "Dragon bolts (e)",
- "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,61}",
- "tradeable": "true"
- },
- {
- "id": "9245",
- "name": "Onyx bolts (e)",
- "examine": "Enchanted Onyx tipped runite Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,61}",
- "tradeable": "true"
- },
- {
- "id": "9286",
- "name": "Blurite bolts(p)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
- "durability": null,
- "equipment_slot": "13",
- "requirements": "{4,16}"
- },
- {
- "id": "9287",
- "name": "Iron bolts (p)",
- "examine": "Iron crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,26}",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "9288",
- "name": "Steel bolts (p)",
- "examine": "Steel crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,31}",
- "tradeable": "true"
- },
- {
- "id": "9289",
- "name": "Mithril bolts (p)",
- "examine": "Mithril crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,36}",
- "shop_price": "32",
- "tradeable": "true"
- },
- {
- "id": "9290",
- "name": "Adamant bolts (p)",
- "examine": "Adamantite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,46}",
- "shop_price": "23",
- "tradeable": "true"
- },
- {
- "id": "9291",
- "name": "Runite bolts (p)",
- "examine": "Runite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,61}",
- "tradeable": "true"
- },
- {
- "id": "9292",
- "name": "Silver bolts (p)",
- "examine": "Silver crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,26}",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "9293",
- "name": "Blurite bolts(p+)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
- "durability": null,
- "equipment_slot": "13",
- "requirements": "{4,16}"
- },
- {
- "id": "9294",
- "name": "Iron bolts(p+)",
- "examine": "Iron crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,26}",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "9295",
- "name": "Steel bolts(p+)",
- "examine": "Steel crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,31}",
- "tradeable": "true"
- },
- {
- "id": "9296",
- "name": "Mithril bolts(p+)",
- "examine": "Mithril crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,36}",
- "shop_price": "32",
- "tradeable": "true"
- },
- {
- "id": "9297",
- "name": "Adamant bolts(p+)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,46}"
- },
- {
- "id": "9298",
- "name": "Runite bolts(p+)",
- "examine": "Runite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,61}",
- "tradeable": "true"
- },
- {
- "id": "9299",
- "name": "Silver bolts(p+)",
- "examine": "Silver crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,26}",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "9300",
- "name": "Blurite bolts(p++)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
- "durability": null,
- "equipment_slot": "13",
- "requirements": "{4,16}"
- },
- {
- "id": "9301",
- "name": "Iron bolts(p++)",
- "examine": "Iron crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,26}",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "9302",
- "name": "Steel bolts(p++)",
- "examine": "Steel crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,31}",
- "tradeable": "true"
- },
- {
- "id": "9303",
- "name": "Mithril bolts(p++)",
- "examine": "Mithril crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,36}",
- "shop_price": "32",
- "tradeable": "true"
- },
- {
- "id": "9304",
- "name": "Adamant bolts(p++)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,46}"
- },
- {
- "id": "9305",
- "name": "Runite bolts(p++)",
- "examine": "Runite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,61}",
- "tradeable": "true"
- },
- {
- "id": "9306",
- "name": "Silver bolts(p++)",
- "examine": "Silver crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,26}",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "9335",
- "name": "Jade bolts",
- "examine": "Jade tipped blurite bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30",
- "durability": null,
- "equipment_slot": "13",
- "requirements": "{4,16}"
- },
- {
- "id": "9336",
- "name": "Topaz bolts",
- "examine": "Red Topaz tipped Steel Crossbow Bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,31}",
- "shop_price": "62",
- "tradeable": "true"
- },
- {
- "id": "9337",
- "name": "Sapphire bolts",
- "examine": "Sapphire tipped Mithril crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,36}",
- "tradeable": "true"
- },
- {
- "id": "9338",
- "name": "Emerald bolts",
- "examine": "Emerald tipped Mithril crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,36}",
- "tradeable": "true"
- },
- {
- "id": "9339",
- "name": "Ruby bolts",
- "examine": "Ruby tipped Adamantite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,46}",
- "tradeable": "true"
- },
- {
- "id": "9340",
- "name": "Diamond bolts",
- "examine": "Diamond tipped Adamantite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,46}",
- "tradeable": "true"
- },
- {
- "id": "9341",
- "name": "Dragon bolts",
- "examine": "Dragonstone tipped Runite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,61}",
- "tradeable": "true"
- },
- {
- "id": "9342",
- "name": "Onyx bolts",
- "examine": "Onyx tipped Runite crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "25000",
- "requirements": "{4,61}",
- "tradeable": "true"
- },
- {
- "id": "9375",
- "name": "Bronze bolts (unf)",
- "examine": "Unfeathered bronze crossbow bolts.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "9376",
- "name": "Blurite bolts (unf)",
- "examine": "Unfeathered blurite crossbow bolts.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9377",
- "name": "Iron bolts (unf)",
- "examine": "Unfeathered iron crossbow bolts.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "9378",
- "name": "Steel bolts (unf)",
- "examine": "Unfeathered steel crossbow bolts.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9379",
- "name": "Mithril bolts (unf)",
- "examine": "Unfeathered mithril crossbow bolts.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9380",
- "name": "Adamant bolts(unf)",
- "examine": "Unfeathered adamantite crossbow bolts.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9381",
- "name": "Runite bolts (unf)",
- "examine": "Unfeathered runite crossbow bolts",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9382",
- "name": "Silver bolts (unf)",
- "examine": "Unfeathered silver crossbow bolts.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9415",
- "name": "Grapple",
- "examine": "A mithril grapple tipped bolt with a rope.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9416",
- "name": "Mith grapple tip",
- "examine": "A mithril grapple tip.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9417",
- "name": "Mith grapple tip",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9418",
- "name": "Mith grapple",
- "examine": "A mithril grapple tipped bolt with a rope.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9419",
- "name": "Mith grapple",
- "examine": "A mithril grapple tipped bolt with a rope.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9420",
- "name": "Bronze limbs",
- "examine": "A pair of bronze crossbow limbs.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "5000",
- "requirements": "{9,9}",
- "shop_price": "20",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9421",
- "name": "Bronze limbs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "9422",
- "name": "Blurite limbs",
- "examine": "A pair of blurite crossbow limbs.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{24,9}",
- "weight": "1"
- },
- {
- "id": "9423",
- "name": "Iron limbs",
- "examine": "A pair of iron crossbow limbs.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "5000",
- "requirements": "{9,39}",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9424",
- "name": "Iron limbs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "9425",
- "name": "Steel limbs",
- "examine": "A pair of steel crossbow limbs.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "5000",
- "requirements": "{9,46}",
- "shop_price": "900",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "9426",
- "name": "Steel limbs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "9427",
- "name": "Mithril limbs",
- "examine": "A pair of mithril crossbow limbs.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "5000",
- "requirements": "{9,54}",
- "shop_price": "650",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "9428",
- "name": "Mithril limbs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "9429",
- "name": "Adamantite limbs",
- "examine": "A pair of adamantite crossbow limbs.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "5000",
- "requirements": "{9,61}",
- "shop_price": "4800",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "9430",
- "name": "Adamantite limbs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "9431",
- "name": "Runite limbs",
- "examine": "A pair of runite crossbow limbs.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "5000",
- "requirements": "{9,69}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "9432",
- "name": "Runite limbs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "9433",
- "name": "Bolt pouch",
- "examine": "A pouch for storing crossbow bolts.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "1500",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "9434",
- "name": "Bolt mould",
- "examine": "A mould for creating silver crossbow bolts.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "25",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "9435",
- "name": "Bolt mould",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9436",
- "name": "Sinew",
- "examine": "I can use this to make a crossbow string.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9437",
- "name": "Sinew",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9438",
- "name": "Crossbow string",
- "examine": "A string for a crossbow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9439",
- "name": "Crossbow string",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9440",
- "name": "Wooden stock",
- "examine": "A wooden crossbow stock",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{9,9}",
- "shop_price": "8",
- "tradeable": "true"
- },
- {
- "id": "9441",
- "name": "Wooden stock",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9442",
- "name": "Oak stock",
- "examine": "An oak crossbow stock.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{24,9}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "9443",
- "name": "Oak stock",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9444",
- "name": "Willow stock",
- "examine": "A willow crossbow stock.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{9,39}",
- "shop_price": "21",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9445",
- "name": "Willow stock",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9446",
- "name": "Teak stock",
- "examine": "A teak crossbow stock.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{9,46}",
- "shop_price": "231",
- "tradeable": "true"
- },
- {
- "id": "9447",
- "name": "Teak stock",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9448",
- "name": "Maple stock",
- "examine": "A maple crossbow stock.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{9,54}",
- "tradeable": "true"
- },
- {
- "id": "9449",
- "name": "Maple stock",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9450",
- "name": "Mahogany stock",
- "examine": "A Mahogany crossbow stock.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{9,61}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "9451",
- "name": "Mahogany stock",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9452",
- "name": "Yew stock",
- "examine": "A yew crossbow stock.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "requirements": "{9,69}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "9453",
- "name": "Yew stock",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9454",
- "name": "Bronze c'bow (u)",
- "examine": "An unstrung bronze crossbow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "shop_price": "27",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "9455",
- "name": "Bronze c'bow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9456",
- "name": "Blurite c'bow (u)",
- "examine": "An unstrung blurite crossbow.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "27",
- "weight": "8"
- },
- {
- "id": "9457",
- "name": "Iron c'bow (u)",
- "examine": "An unstrung iron crossbow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "9458",
- "name": "Iron c'bow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9459",
- "name": "Steel c'bow (u)",
- "examine": "An unstrung steel crossbow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "shop_price": "27",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "9460",
- "name": "Steel c'bow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9461",
- "name": "Mithril c'bow (u)",
- "examine": "An unstrung mithril crossbow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "shop_price": "27",
- "tradeable": "true"
- },
- {
- "id": "9462",
- "name": "Mithril c'bow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9463",
- "name": "Adamant c'bow (u)",
- "examine": "An unstrung adamantite crossbow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "shop_price": "693",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "9464",
- "name": "Adamant c'bow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9465",
- "name": "Runite c'bow (u)",
- "examine": "An unstrung runite crossbow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "shop_price": "4000",
- "tradeable": "true"
- },
- {
- "id": "9466",
- "name": "Runite c'bow (u)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "9467",
- "name": "Blurite bar",
- "examine": "It's a bar of blurite.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.8"
- },
- {
- "id": "9468",
- "name": "Sawdust",
- "examine": "What is left over when a log is made into a plank.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.5"
- },
- {
- "id": "9469",
- "name": "Grand seed pod",
- "examine": "A seed pod of the Grand Tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9470",
- "name": "Gnome scarf",
- "examine": "A scarf. You feel your upper lip stiffening.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "10",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "9471",
- "name": "Gnome scarf",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "9472",
- "name": "Gnome goggles",
- "examine": "Tally Ho!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "9473",
- "name": "Gnome goggles",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "9474",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9475",
- "name": "Mint cake",
- "examine": "It looks very minty.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "9476",
- "name": "Mint cake",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9477",
- "name": "Aluft aloft box",
- "examine": "You can check on your delivery details here",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9478",
- "name": "Half made batta",
- "examine": "This cheese & tomato batta needs baking (and garnishing with equa leaves).",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "9479",
- "name": "Unfinished batta",
- "examine": "This cheese & tomato batta needs garnishing with equa leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "9480",
- "name": "Half made batta",
- "examine": "This fruit batta needs baking (and garnishing with gnome spices).",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "9481",
- "name": "Unfinished batta",
- "examine": "This fruit batta needs garnishing with gnome spices.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "9482",
- "name": "Half made batta",
- "examine": "This toad batta needs baking.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "9483",
- "name": "Half made batta",
- "examine": "This veggie batta needs baking (and garnishing with equa leaves).",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "9484",
- "name": "Unfinished batta",
- "examine": "This veggie batta needs garnishing with equa leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "9485",
- "name": "Half made batta",
- "examine": "This worm batta needs baking (and garnishing with equa leaves).",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "9486",
- "name": "Unfinished batta",
- "examine": "This worm batta needs garnishing with equa leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "9487",
- "name": "Wizard blizzard",
- "examine": "This looks like a strange mix.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "28",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9488",
- "name": "Wizard blizzard",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9489",
- "name": "Wizard blizzard",
- "examine": "This looks like a strange mix.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "28",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9508",
- "name": "Wizard blizzard",
- "examine": "This looks like a strange mix.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "28",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9509",
- "name": "Wizard blizzard",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9510",
- "name": "Short green guy",
- "examine": "A Short Green Guy... looks good.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "28",
- "tradeable": "true"
- },
- {
- "id": "9511",
- "name": "Short green guy",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9512",
- "name": "Pineapple punch",
- "examine": "A fresh healthy fruit mix.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "28",
- "tradeable": "true"
- },
- {
- "id": "9513",
- "name": "Pineapple punch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9514",
- "name": "Fruit blast",
- "examine": "A cool refreshing fruit mix.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "28",
- "tradeable": "true"
- },
- {
- "id": "9515",
- "name": "Fruit blast",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9516",
- "name": "Drunk dragon",
- "examine": "A warm creamy alcoholic beverage",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "28",
- "tradeable": "true"
- },
- {
- "id": "9517",
- "name": "Drunk dragon",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9518",
- "name": "Choc saturday",
- "examine": "A warm creamy alcoholic beverage",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "28",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9519",
- "name": "Choc saturday",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9520",
- "name": "Blurberry special",
- "examine": "Looks good... smells strong.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "9521",
- "name": "Blurberry special",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9522",
- "name": "Batta tin",
- "examine": "A deep tin used to make gnome battas in.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "9523",
- "name": "Batta tin",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9524",
- "name": "Batta tin",
- "examine": "A deep tin used to make gnome battas in.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "9525",
- "name": "Batta tin",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9527",
- "name": "Fruit batta",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "9528",
- "name": "Fruit batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9529",
- "name": "Toad batta",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "78",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "9530",
- "name": "Toad batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9531",
- "name": "Worm batta",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9532",
- "name": "Worm batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9533",
- "name": "Vegetable batta",
- "examine": "Well... It looks healthy.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "9534",
- "name": "Vegetable batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9535",
- "name": "Cheese+tom batta",
- "examine": "This smells really good.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "9536",
- "name": "Cheese+tom batta",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9538",
- "name": "Toad crunchies",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "9539",
- "name": "Toad crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9540",
- "name": "Spicy crunchies",
- "examine": "Yum...smells spicy.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "70",
- "tradeable": "true"
- },
- {
- "id": "9541",
- "name": "Spicy crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9542",
- "name": "Worm crunchies",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "80",
- "tradeable": "true"
- },
- {
- "id": "9543",
- "name": "Worm crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9544",
- "name": "Chocchip crunchies",
- "examine": "Yum... smells good.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "70",
- "tradeable": "true"
- },
- {
- "id": "9545",
- "name": "Chocchip crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9547",
- "name": "Worm hole",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9548",
- "name": "Worm hole",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9549",
- "name": "Veg ball",
- "examine": "This looks pretty healthy.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9550",
- "name": "Veg ball",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9551",
- "name": "Tangled toads' legs",
- "examine": "It actually smells quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "9552",
- "name": "Tangled toads' legs",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9553",
- "name": "Chocolate bomb",
- "examine": "Full of creamy, chocolately goodness.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "450",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "9554",
- "name": "Chocolate bomb",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9558",
- "name": "Half made bowl",
- "examine": "This unfinished choco bomb needs baking, and final ingredients",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "9559",
- "name": "Half made bowl",
- "examine": "This unfinished tangled toad legs bowl needs baking, and final ingredients",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "9560",
- "name": "Unfinished bowl",
- "examine": "This unfinished choc bomb needs cream and chocolate dust.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9561",
- "name": "Half made bowl",
- "examine": "This unfinished veggie ball needs baking, and final ingredients",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "9562",
- "name": "Unfinished bowl",
- "examine": "This unfinished veggie ball needs equa leaves.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9563",
- "name": "Half made bowl",
- "examine": "This unfinished worm hole needs baking, and final ingredients",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.2"
- },
- {
- "id": "9564",
- "name": "Unfinished bowl",
- "examine": "This unfinished worm hole needs equa leaves.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9565",
- "name": "Cocktail shaker",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9566",
- "name": "Mixed blizzard",
- "examine": "This wizzard blizzard needs pouring, a lime slice, and pineapple chunks.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9567",
- "name": "Mixed sgg",
- "examine": "This short green guy cocktail needs pouring, a lime slice and equa leaves.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9568",
- "name": "Mixed blast",
- "examine": "This fruit blast cocktail needs pouring and a lemon slice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9569",
- "name": "Mixed punch",
- "examine": "This pineapple punch needs pouring, lime and pineapple chunks, and a orange slice.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9570",
- "name": "Mixed blurberry special",
- "examine": "This blurberry special needs pouring, orange and lemon chunks, a lime slice and equa leaves.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9577",
- "name": "Half made crunchy",
- "examine": "This choco chip crunchy needs baking and garnishing with chocolate dust.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9578",
- "name": "Unfinished crunchy",
- "examine": "This choco chip crunchy needs garnishing with chocolate dust.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9579",
- "name": "Half made crunchy",
- "examine": "This spicy crunchy needs baking and garnishing with gnome spices.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9580",
- "name": "Unfinished crunchy",
- "examine": "This spicy crunchy needs garnishing with gnome spices.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9581",
- "name": "Half made crunchy",
- "examine": "This toad crunchy needs baking and garnishing with equa leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9582",
- "name": "Unfinished crunchy",
- "examine": "This toad crunchy needs garnishing with equa leaves.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9583",
- "name": "Half made crunchy",
- "examine": "This worm crunchy needs baking and garnishing with gnome spices.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9584",
- "name": "Unfinished crunchy",
- "examine": "This worm crunchy needs garnishing with gnome spices.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9585",
- "name": "Batta tin",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9586",
- "name": "Crunchy tray",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9587",
- "name": "Gnomebowl mould",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9588",
- "name": "Raw crunchies",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9589",
- "name": "Dossier",
- "examine": "A dossier containing info on the Black Knight plot.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Speak to Sir Amik Varze at the beginning of the Black Knight's Fortress Quest.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9590",
- "name": "Dossier",
- "examine": "A dossier containing info on the Black Knight plot.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9592",
- "name": "Magic glue",
- "examine": "Glue made from tree sap and ground mud runes.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "9593",
- "name": "Weird gloop",
- "examine": "This doesn't look like it will do anything interesting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "2.5"
- },
- {
- "id": "9594",
- "name": "Ground mud runes",
- "examine": "Mud runes ground into a powder.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "9597",
- "name": "Red circle",
- "examine": "A red circular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9598",
- "name": "Red triangle",
- "examine": "A red triangular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9599",
- "name": "Red square",
- "examine": "A red square-shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9600",
- "name": "Red pentagon",
- "examine": "A red pentagon shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9601",
- "name": "Orange circle",
- "examine": "An orange circular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9602",
- "name": "Orange triangle",
- "examine": "An orange triangular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9603",
- "name": "Orange square",
- "examine": "An orange square-shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9604",
- "name": "Orange pentagon",
- "examine": "An orange pentagon shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9605",
- "name": "Yellow circle",
- "examine": "A yellow circular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9606",
- "name": "Yellow triangle",
- "examine": "A yellow triangular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9607",
- "name": "Yellow square",
- "examine": "A yellow square-shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9608",
- "name": "Yellow pentagon",
- "examine": "A yellow pentagon shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9609",
- "name": "Green circle",
- "examine": "A green circular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9610",
- "name": "Green triangle",
- "examine": "A green triangular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9611",
- "name": "Green square",
- "examine": "A green square shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9612",
- "name": "Green pentagon",
- "examine": "A green pentagon shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9613",
- "name": "Blue circle",
- "examine": "A blue circular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9614",
- "name": "Blue triangle",
- "examine": "A blue triangular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9615",
- "name": "Blue square",
- "examine": "A blue square shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9616",
- "name": "Blue pentagon",
- "examine": "A blue pentagon shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9617",
- "name": "Indigo circle",
- "examine": "An indigo circular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9618",
- "name": "Indigo triangle",
- "examine": "An indigo triangular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9619",
- "name": "Indigo square",
- "examine": "An indigo square shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9620",
- "name": "Indigo pentagon",
- "examine": "An indigo pentagon shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9621",
- "name": "Violet circle",
- "examine": "A violet circular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9622",
- "name": "Violet triangle",
- "examine": "A violet triangular crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9623",
- "name": "Violet square",
- "examine": "A violet square-shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9624",
- "name": "Violet pentagon",
- "examine": "A violet pentagon shaped crystalline disc.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9625",
- "name": "Crystal saw",
- "examine": "A magical saw.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Maybe Brimstail will have another...",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "9626",
- "name": "Small crystal seed",
- "examine": "This small crystal seed looks grey and dead.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Maybe Brimstail will have another...",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "9629",
- "name": "Tyras helm",
- "examine": "As used by King Tyras personal guard.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{1,5}",
- "shop_price": "1265",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "9630",
- "name": "Tyras helm",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9632",
- "name": "Daeyalt ore",
- "examine": "This needs refining.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "9634",
- "name": "Vyrewatch top",
- "examine": "Dressing like the Vyrewatch could be a useful disguise in the ghetto of Meiyerditch.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "635",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "9635",
- "name": "Vyrewatch top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9636",
- "name": "Vyrewatch legs",
- "examine": "Dress like a powerful Vyrewatch!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "635",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "9637",
- "name": "Vyrewatch legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9638",
- "name": "Vyrewatch shoes",
- "examine": "Dress like a powerful Vyrewatch!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "635",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "9639",
- "name": "Vyrewatch shoes",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9640",
- "name": "Citizen top",
- "examine": "Could be used as a disguise in the ghetto of Meiyerditch.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "9641",
- "name": "Citizen top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9642",
- "name": "Citizen trousers",
- "examine": "Could be used as a disguise in the ghetto of Meiyerditch.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "9643",
- "name": "Citizen trousers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9644",
- "name": "Citizen shoes",
- "examine": "Could be used as a disguise in the ghetto of Meiyerditch.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "9645",
- "name": "Citizen shoes",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9646",
- "name": "Castle sketch 1",
- "examine": "Northern approach of the castle.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9647",
- "name": "Castle sketch 2",
- "examine": "Western approach of the castle.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9648",
- "name": "Castle sketch 3",
- "examine": "Southern approach of the castle.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9651",
- "name": "Large ornate key",
- "examine": "A key to some large, strange door.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9652",
- "name": "Haemalchemy",
- "examine": "A book called Haemalchemy Volume 1.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Unknown You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9653",
- "name": "Sealed message",
- "examine": "A sealed message from Safalaan to Valiaf.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Safalaan gave you this message; he would probably write out another one for you.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9654",
- "name": "Door key",
- "examine": "A key to the Witch's house's front door. (Witch's House)",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "9655",
- "name": "Ladder top",
- "examine": "The top part of a ladder.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You found this ladder top on a wall section in the north of Meiyerditch; you can get another one there.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9656",
- "name": "Tome of xp (3)",
- "examine": "A tome of experience that awards 2000 XP per chapter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9657",
- "name": "Tome of xp (2)",
- "examine": "A tome of experience that awards 2000 XP per chapter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9658",
- "name": "Tome of xp (1)",
- "examine": "A tome of experience that awards 2000 XP per chapter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9659",
- "name": "Bucket of water",
- "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "9660",
- "name": "Bucket",
- "examine": "It's an empty bucket.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9662",
- "name": "Shortcut key",
- "examine": "A key allowing a shortcut into the Sanguinesti region. (Darkness of Hallowvale)",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Safalaan gave you this key as a reward for helping out in Meiyerditch, you can get another key from him.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9665",
- "name": "Torch",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "9666",
- "name": "Pros'yte harness m",
- "examine": "Unknown edit",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "25000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "9667",
- "name": "Pros'yte harness m",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9668",
- "name": "Initiate harness m",
- "examine": "Unknown edit",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "20000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "9669",
- "name": "Initiate harness m",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9670",
- "name": "Pros'yte harness f",
- "examine": "Unknown edit",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "25000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "9671",
- "name": "Pros'yte harness f",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9672",
- "name": "Proselyte sallet",
- "examine": "A Proselyte Temple Knight's helm.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,4,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,30}-{5,20}",
- "shop_price": "8000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "9673",
- "name": "Proselyte sallet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9674",
- "name": "Proselyte hauberk",
- "examine": "A Proselyte Temple Knight's armour.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,8,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "requirements": "{1,30}-{5,20}",
- "shop_price": "12000",
- "tradeable": "true",
- "weight": "8.6"
- },
- {
- "id": "9675",
- "name": "Proselyte hauberk",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9676",
- "name": "Proselyte cuisse",
- "examine": "A Proselyte Temple Knight's leg armour",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{1,30}-{5,20}",
- "shop_price": "10000",
- "tradeable": "true",
- "weight": "7.7"
- },
- {
- "id": "9677",
- "name": "Proselyte cuisse",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9678",
- "name": "Proselyte tasset",
- "examine": "A Proselyte Temple Knight's leg armour.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{1,30}-{5,20}",
- "shop_price": "10000",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "9679",
- "name": "Proselyte tasset",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9680",
- "name": "Sea slug glue",
- "examine": "A rendered down baby sea slug.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9681",
- "name": "Commorb v2",
- "examine": "A Temple Knight Communication Orb. Top Secret!",
- "archery_ticket_price": "0",
- "destroy_message": "As a security precaution, your CommOrb will automatically self",
- "durability": null
- },
- {
- "id": "9682",
- "name": "Door transcription",
- "examine": "A copy of the mysterious glyphs.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "9683",
- "name": "Dead sea slug",
- "examine": "Dead sea slug, very sticky.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9684",
- "name": "Page 1",
- "examine": "A page from Maledict's holy book.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get this page from Mayor Hobb's Desk.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.1"
- },
- {
- "id": "9685",
- "name": "Page 2",
- "examine": "A page from Maledict's holy book.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get this page from Ezekial Lovecraft.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9686",
- "name": "Page 3",
- "examine": "A page from Maledict's holy book.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will have to get the torn page from Col. O' Niall.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9687",
- "name": "Fragment 1",
- "examine": "A piece of torn page.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "9688",
- "name": "Fragment 2",
- "examine": "A piece of torn page.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "9689",
- "name": "Fragment 3",
- "examine": "A piece of torn page.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "9690",
- "name": "Blank water rune",
- "examine": "A blank water rune.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you wish to destroy this?",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9691",
- "name": "Water rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "9692",
- "name": "Blank air rune",
- "examine": "A blank air rune.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you wish to destroy this?",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9693",
- "name": "Air rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "9694",
- "name": "Blank earth rune",
- "examine": "A blank earth rune.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you wish to destroy this?",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9695",
- "name": "Earth rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "9696",
- "name": "Blank mind rune",
- "examine": "A blank mind rune.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you wish to destroy this?",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9697",
- "name": "Mind rune",
- "examine": "Used for basic missile spells.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "9698",
- "name": "Blank fire rune",
- "examine": "A blank fire rune.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you wish to destroy this?",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9699",
- "name": "Fire rune",
- "examine": "One of the 4 basic elemental Runes.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "17",
- "tradeable": "true"
- },
- {
- "id": "9701",
- "name": "Torch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9702",
- "name": "Stick",
- "examine": "A big, bad troll.",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "durability": null,
- "equipment_slot": "3",
- "weapon_interface": "5"
- },
- {
- "id": "9703",
- "name": "Training sword",
- "examine": "Basic training sword.",
- "archery_ticket_price": "0",
- "attack_anims": "381,390,390,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "4",
- "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "2584",
- "shop_price": "35",
- "weapon_interface": "5",
- "weight": "1.8"
- },
- {
- "id": "9704",
- "name": "Training shield",
- "examine": "Made of flimsy painted wood.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "weight": "5.4"
- },
- {
- "id": "9705",
- "name": "Training bow",
- "examine": "Light and flexible, good for a beginner.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false",
- "two_handed": "true",
- "weapon_interface": "16",
- "weight": "1.3"
- },
- {
- "id": "9706",
- "name": "Training arrows",
- "examine": "Standard training arrows.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "13",
- "tradeable": "false"
- },
- {
- "id": "9715",
- "name": "Slashed book",
- "examine": "Book of the elemental shield.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "9717",
- "name": "Beaten book",
- "examine": "Book of the elemental helm.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "9718",
- "name": "Crane schematic",
- "examine": "On the subject of lava dippers.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9719",
- "name": "Lever schematic",
- "examine": "A scroll with a lever schematic drawn on it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9720",
- "name": "Crane claw",
- "examine": "A crane claw.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "9721",
- "name": "Scroll",
- "examine": "A scroll with some writing on it."
- },
- {
- "id": "9722",
- "name": "Key",
- "examine": "Quite a small key."
- },
- {
- "id": "9723",
- "name": "Pipe",
- "examine": "A pipe that belongs in a cannon stand.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "9724",
- "name": "Large cog",
- "examine": "A large cog.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "9725",
- "name": "Medium cog",
- "examine": "A medium cog.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "9726",
- "name": "Small cog",
- "examine": "A small cog.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "9727",
- "name": "Primed bar",
- "examine": "A primed elemental ingot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1.8"
- },
- {
- "id": "9728",
- "name": "Elemental mind bar",
- "examine": "An elemental mind ingot.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "9729",
- "name": "Elemental helmet",
- "examine": "A helmet made in the Elemental Workshop.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "9730",
- "name": "Elemental helmet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9731",
- "name": "Mind shield",
- "examine": "A shield made in the Elemental Workshop.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "9732",
- "name": "Mind shield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9733",
- "name": "Mind helmet",
- "examine": "A helmet made in the Elemental Workshop.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "shop_price": "1200",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "9734",
- "name": "Mind helmet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9735",
- "name": "Desert goat horn",
- "examine": "Not much good for blowing.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "9736",
- "name": "Goat horn dust",
- "examine": "Finely ground desert goat horn.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "9737",
- "name": "Goat horn dust",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9738",
- "name": "Desert goat horn",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9739",
- "name": "Combat potion(4)",
- "examine": "4 doses of combat potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "207",
- "tradeable": "true"
- },
- {
- "id": "9740",
- "name": "Combat potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9741",
- "name": "Combat potion(3)",
- "examine": "3 doses of combat potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "207",
- "tradeable": "true"
- },
- {
- "id": "9742",
- "name": "Combat potion(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9743",
- "name": "Combat potion(2)",
- "examine": "2 doses of combat potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "207",
- "tradeable": "true"
- },
- {
- "id": "9744",
- "name": "Combat potion(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9745",
- "name": "Combat potion(1)",
- "examine": "1 dose of combat potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "207",
- "tradeable": "true"
- },
- {
- "id": "9746",
- "name": "Combat potion(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9747",
- "name": "Attack cape",
- "examine": "The cape worn by masters of attack.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{0,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9748",
- "name": "Attack cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{0,99}",
- "tradeable": "false"
- },
- {
- "id": "9749",
- "name": "Attack hood",
- "examine": "Attack skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{0,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9750",
- "name": "Strength cape",
- "examine": "The cape only worn by the strongest people.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{2,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9751",
- "name": "Strength cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{2,99}",
- "tradeable": "false"
- },
- {
- "id": "9752",
- "name": "Strength hood",
- "examine": "Strength skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{2,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9753",
- "name": "Defence cape",
- "examine": "The cape worn by masters of the art of Defence.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{1,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9754",
- "name": "Defence cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{1,99}",
- "tradeable": "false"
- },
- {
- "id": "9755",
- "name": "Defence hood",
- "examine": "Defence skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9756",
- "name": "Ranging cape",
- "examine": "The cape worn by master archers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{4,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9757",
- "name": "Ranging cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{4,99}",
- "tradeable": "false"
- },
- {
- "id": "9758",
- "name": "Ranging hood",
- "examine": "Range skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{4,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9759",
- "name": "Prayer cape",
- "examine": "The cape worn by the most pious of heroes.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{5,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9760",
- "name": "Prayer cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{5,99}",
- "tradeable": "false"
- },
- {
- "id": "9761",
- "name": "Prayer hood",
- "examine": "Prayer skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{5,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9762",
- "name": "Magic cape",
- "examine": "The cape worn by the most powerful mages.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{6,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9763",
- "name": "Magic cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{6,99}",
- "tradeable": "false"
- },
- {
- "id": "9764",
- "name": "Magic hood",
- "examine": "Magic skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{6,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9765",
- "name": "Runecraft cape",
- "examine": "The cape worn by master runecrafters.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{20,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9766",
- "name": "Runecraft cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{20,99}",
- "tradeable": "false"
- },
- {
- "id": "9767",
- "name": "Runecrafting hood",
- "examine": "Runecrafting skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{20,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9768",
- "name": "Hitpoints cape",
- "examine": "The cape worn by well-constituted adventurers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{3,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9769",
- "name": "Hitpoints cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{3,99}",
- "tradeable": "false"
- },
- {
- "id": "9770",
- "name": "Hitpoints hood",
- "examine": "Constitution skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{3,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9771",
- "name": "Agility cape",
- "examine": "The cape worn by the most agile of heroes.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{16,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9772",
- "name": "Agility cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{16,99}",
- "tradeable": "false"
- },
- {
- "id": "9773",
- "name": "Agility hood",
- "examine": "Agility skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{16,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9774",
- "name": "Herblore cape",
- "examine": "The cape worn by the most skilled at the art of herblore.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{15,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9775",
- "name": "Herblore cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{15,99}",
- "tradeable": "false"
- },
- {
- "id": "9776",
- "name": "Herblore hood",
- "examine": "Herblore skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{15,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9777",
- "name": "Thieving cape",
- "examine": "The cape worn by master thieves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{17,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9778",
- "name": "Thieving cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{17,99}",
- "tradeable": "false"
- },
- {
- "id": "9779",
- "name": "Thieving hood",
- "examine": "Thieving skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{17,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9780",
- "name": "Crafting cape",
- "examine": "The cape worn by master craftworkers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{12,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9781",
- "name": "Crafting cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{12,99}",
- "tradeable": "false"
- },
- {
- "id": "9782",
- "name": "Crafting hood",
- "examine": "Crafting skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{12,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9783",
- "name": "Fletching cape",
- "examine": "The cape worn by the best of fletchers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{9,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9784",
- "name": "Fletching cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{9,99}",
- "tradeable": "false"
- },
- {
- "id": "9785",
- "name": "Fletching hood",
- "examine": "Fletching skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{9,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9786",
- "name": "Slayer cape",
- "examine": "The cape worn by slayer masters.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{18,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9787",
- "name": "Slayer cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{18,99}",
- "tradeable": "false"
- },
- {
- "id": "9788",
- "name": "Slayer hood",
- "examine": "Slayer skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{18,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9789",
- "name": "Construct. cape",
- "examine": "The cape worn by master builders.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{22,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9790",
- "name": "Construct. cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{22,99}",
- "tradeable": "false"
- },
- {
- "id": "9791",
- "name": "Construct. hood",
- "examine": "Construction skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{22,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9792",
- "name": "Mining cape",
- "examine": "The cape worn by the most skilled miners.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{14,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9793",
- "name": "Mining cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{14,99}",
- "tradeable": "false"
- },
- {
- "id": "9794",
- "name": "Mining hood",
- "examine": "Mining skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{14,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9795",
- "name": "Smithing cape",
- "examine": "The cape worn by master smiths.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{13,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9796",
- "name": "Smithing cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{13,99}",
- "tradeable": "false"
- },
- {
- "id": "9797",
- "name": "Smithing hood",
- "examine": "Smithing skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{13,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9798",
- "name": "Fishing cape",
- "examine": "The cape worn by the best fishermen.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{10,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9799",
- "name": "Fishing cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{10,99}",
- "tradeable": "false"
- },
- {
- "id": "9800",
- "name": "Fishing hood",
- "examine": "Fishing skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{10,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9801",
- "name": "Cooking cape",
- "examine": "The cape worn by the world's best chefs.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{7,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9802",
- "name": "Cooking cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{7,99}",
- "tradeable": "false"
- },
- {
- "id": "9803",
- "name": "Cooking hood",
- "examine": "Cooking skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{7,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9804",
- "name": "Firemaking cape",
- "examine": "The cape worn by master firelighters.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{11,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9805",
- "name": "Firemaking cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{11,99}",
- "tradeable": "false"
- },
- {
- "id": "9806",
- "name": "Firemaking hood",
- "examine": "Firemaking skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{11,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9807",
- "name": "Woodcutting cape",
- "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{8,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9808",
- "name": "Woodcut. cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{8,99}",
- "tradeable": "false"
- },
- {
- "id": "9809",
- "name": "Woodcutting hood",
- "examine": "Woodcutting skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{8,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9810",
- "name": "Farming cape",
- "examine": "The cape worn by master farmers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{19,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9811",
- "name": "Farming cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{19,99}",
- "tradeable": "false"
- },
- {
- "id": "9812",
- "name": "Farming hood",
- "examine": "Farming skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{19,99}",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9813",
- "name": "Quest point cape",
- "examine": "The cape worn by only the most experienced adventurers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9814",
- "name": "Quest point hood",
- "examine": "Quest skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "99000",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "9815",
- "name": "Bobble hat",
- "examine": "A woolly bobble hat.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "0.25"
- },
- {
- "id": "9816",
- "name": "Bobble scarf",
- "examine": "A woolly scarf.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "0.25"
- },
- {
- "id": "9817",
- "name": "Oak cape rack",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9818",
- "name": "Teak cape rack",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9819",
- "name": "M'gany cape rack",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9820",
- "name": "Gilded cape rack",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9821",
- "name": "Marble cape rack",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9822",
- "name": "Magical cape rack",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9823",
- "name": "Oak costume box",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9824",
- "name": "Teak costume box",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9825",
- "name": "Mahogany cos box",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9826",
- "name": "Oak armour case",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9827",
- "name": "Teak armour case",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9828",
- "name": "M'gany arm'r case",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9829",
- "name": "Oak magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9830",
- "name": "Carved oak magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9831",
- "name": "Teak magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9832",
- "name": "Carved teak magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9833",
- "name": "Mahogany magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9834",
- "name": "Gilded magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9835",
- "name": "Marble magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9836",
- "name": "Oak toy box",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9837",
- "name": "Teak toy box",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9838",
- "name": "Mahogany toy box",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9839",
- "name": "Oak treasure chest",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9840",
- "name": "Teak treas' chest",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9841",
- "name": "M'gany treas' chest",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9843",
- "name": "Oak cape rack",
- "examine": "A ready-to-assemble oak cape rack.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9844",
- "name": "Teak cape rack",
- "examine": "A ready-to-assemble teak cape rack..",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9845",
- "name": "M'gany cape rack",
- "examine": "A ready-to-assemble mahogany cape rack.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9846",
- "name": "Gilded cape rack",
- "examine": "A ready-to-assemble gilded mahogany rack.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9847",
- "name": "Marble cape rack",
- "examine": "A ready-to-assemble marble cape rack.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9848",
- "name": "Magical cape rack",
- "examine": "A ready-to-assemble magic cape rack.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9849",
- "name": "Oak toy box",
- "examine": "A ready-to-assemble oak toy box.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9850",
- "name": "Teak toy box",
- "examine": "A ready-to-assemble teak toy box.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9851",
- "name": "Mahogany toy box",
- "examine": "A ready-to-assemble mahogany toy box.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9852",
- "name": "Oak magic wardrobe",
- "examine": "A ready-to-assemble oak magic wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9853",
- "name": "Carved oak magic wardrobe",
- "examine": "A ready-to-assemble oak magic wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9854",
- "name": "Teak magic wardrobe",
- "examine": "A ready-to-assemble teak magic wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9855",
- "name": "Carved teak magic wardrobe",
- "examine": "A ready-to-assemble carved teak magic wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9856",
- "name": "Mahogany magic wardrobe",
- "examine": "A ready-to-assemble mahogany magic wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9857",
- "name": "Gilded magic wardrobe",
- "examine": "A ready-to-assemble gilded mahogany magic wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9858",
- "name": "Marble magic wardrobe",
- "examine": "A ready-to-assemble marble magic wardrobe.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9859",
- "name": "Oak armour case",
- "examine": "A ready-to-assemble oak armour case.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9860",
- "name": "Teak armour case",
- "examine": "A ready-to-assemble teak armour case.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9861",
- "name": "M'gany arm'r case",
- "examine": "A ready-to-assemble mahogany armour case.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9862",
- "name": "Oak treasure chest",
- "examine": "A ready-to-assemble oak treasure chest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9863",
- "name": "Teak treas' chest",
- "examine": "A ready-to-assemble teak treasure chest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9864",
- "name": "M'gany treas' chest",
- "examine": "A ready-to-assemble mahogany treasure chest.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9865",
- "name": "Oak costume box",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9866",
- "name": "Teak costume box",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9867",
- "name": "Mahogany cos box",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9868",
- "name": "Oak cape rack",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9869",
- "name": "Teak cape rack",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9870",
- "name": "M'gany cape rack",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9871",
- "name": "Gilded cape rack",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9872",
- "name": "Marble cape rack",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9873",
- "name": "Magical cape rack",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9874",
- "name": "Oak toy box",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9875",
- "name": "Teak toy box",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9876",
- "name": "Mahogany toy box",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9877",
- "name": "Oak magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9878",
- "name": "Carved oak magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9879",
- "name": "Teak magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9880",
- "name": "Carved teak magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9881",
- "name": "Mahogany magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9882",
- "name": "Gilded magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9883",
- "name": "Marble magic wardrobe",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9884",
- "name": "Oak armour case",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9885",
- "name": "Teak armour case",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9886",
- "name": "M'gany arm'r case",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9887",
- "name": "Oak treasure chest",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9888",
- "name": "Teak treas' chest",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9889",
- "name": "M'gany treas' chest",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9890",
- "name": "Oak costume box",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9891",
- "name": "Teak costume box",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9892",
- "name": "Mahogany cos box",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9901",
- "name": "Goutweedy lump",
- "examine": "A lump that at some point might have been a gout tuber.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9902",
- "name": "Hardy gout tubers",
- "examine": "A pile of gout tubers suitable for use in mountainous terrain.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9903",
- "name": "Farming manual",
- "examine": "Farmer Gricoller's Farming Manual.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "My Arm will probably have a spare copy.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9904",
- "name": "Sailing book",
- "examine": "A book for sailors.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9906",
- "name": "Ghost buster 500",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "9907",
- "name": "Ghost buster 500",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "9908",
- "name": "Ghost buster 500",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "9909",
- "name": "Ghost buster 500",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "9910",
- "name": "Ghost buster 500",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "9911",
- "name": "Ghost buster 500",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "9912",
- "name": "Ghost buster 500",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "9913",
- "name": "White destabiliser",
- "examine": "A white destabiliser for use in a ghost buster.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "9914",
- "name": "Red destabiliser",
- "examine": "A red destabiliser for use in a ghost buster.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "5",
- "tradeable": "false"
- },
- {
- "id": "9915",
- "name": "Blue destabiliser",
- "examine": "A blue destabiliser for use in a ghost buster.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "9916",
- "name": "Green destabiliser",
- "examine": "A green destabiliser for use in a ghost buster.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "9917",
- "name": "Yellow destabiliser",
- "examine": "A yellow destabiliser for use in a ghost buster.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "9918",
- "name": "Black destabiliser",
- "examine": "A black destabiliser for use in a ghost buster.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "9919",
- "name": "Evil root",
- "examine": "An angry-looking tree root.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9920",
- "name": "Jack lantern mask",
- "examine": "Better not light it!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Players may get another from Diango in Draynor Village.",
- "durability": null,
- "equip_audio": "3227",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "tradeable": "false"
- },
- {
- "id": "9921",
- "name": "Skeleton boots",
- "examine": "Skeleton feet.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "10",
- "weight": "2"
- },
- {
- "id": "9922",
- "name": "Skeleton gloves",
- "examine": "Some skeletal gloves.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "weight": "2"
- },
- {
- "id": "9923",
- "name": "Skeleton leggings",
- "examine": "Does my pelvis look big in this?",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "7",
- "weight": "2"
- },
- {
- "id": "9924",
- "name": "Skeleton shirt",
- "examine": "The shirt of a fully body skeleton costume.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2"
- },
- {
- "id": "9925",
- "name": "Skeleton mask",
- "examine": "A scary skeleton mask.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "weight": "2"
- },
- {
- "id": "9932",
- "name": "Auguste's sapling",
- "examine": "This sapling is ready to be replanted in a tree patch.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to buy another one from Auguste on Entrana.",
- "durability": null,
- "shop_price": "30000",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "9933",
- "name": "Balloon structure",
- "examine": "An incomplete origami balloon.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9934",
- "name": "Origami balloon",
- "examine": "An origami balloon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9935",
- "name": "Yellow balloon",
- "examine": "An origami balloon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9936",
- "name": "Blue balloon",
- "examine": "An origami balloon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9937",
- "name": "Red balloon",
- "examine": "An origami balloon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9938",
- "name": "Orange balloon",
- "examine": "An origami balloon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9939",
- "name": "Green balloon",
- "examine": "An origami balloon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9940",
- "name": "Purple balloon",
- "examine": "An origami balloon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9941",
- "name": "Pink balloon",
- "examine": "An origami balloon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9942",
- "name": "Black balloon",
- "examine": "An origami balloon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9943",
- "name": "Sandbag",
- "examine": "A bag full of sand.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1"
- },
- {
- "id": "9944",
- "name": "Bomber jacket",
- "examine": "For all your flying needs.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to visit Auguste on Entrana to get a new jacket.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "9945",
- "name": "Bomber cap",
- "examine": "The red baron would be jealous.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to visit Auguste on Entrana to get a new cap.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "false"
- },
- {
- "id": "9946",
- "name": "Cap and goggles",
- "examine": "For better flying vision.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true"
- },
- {
- "id": "9947",
- "name": "Old red disk",
- "examine": "A red coloured disk that's seen better days.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "9948",
- "name": "Hunter cape",
- "examine": "The cape worn by master hunters.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{21,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "9949",
- "name": "Hunter cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{21,99}"
- },
- {
- "id": "9950",
- "name": "Hunter hood",
- "examine": "Hunter skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{21,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "9952",
- "name": "Imp",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null
- },
- {
- "id": "9953",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9954",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9955",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9956",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9957",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9958",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9959",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9960",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9961",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9962",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9963",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9964",
- "name": "Kebbit",
- "examine": "A little bigger than usual...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9974",
- "name": "Giant eagle",
- "examine": "It appears to be protecting the nest.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9975",
- "name": "Rabbit",
- "examine": "Aww, how cute. ",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "9977",
- "name": "Red chinchompa",
- "examine": "Even more volatile than its vegetarian counterpart.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,15,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9978",
- "name": "Raw bird meat",
- "examine": "This certainly needs cooking!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "63",
- "tradeable": "true",
- "weight": "0.15"
- },
- {
- "id": "9979",
- "name": "Raw bird meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "9980",
- "name": "Roast bird meat",
- "examine": "A nicely roasted bird.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9981",
- "name": "Roast bird meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9983",
- "name": "Burnt bird meat",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9984",
- "name": "Skewered bird meat",
- "examine": "This certainly needs cooking!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "63",
- "tradeable": "true",
- "weight": "0.15"
- },
- {
- "id": "9985",
- "name": "Skewered bird meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9986",
- "name": "Raw beast meat",
- "examine": "A slab of raw beast meat.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "9987",
- "name": "Raw beast meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9988",
- "name": "Roast beast meat",
- "examine": "A delicious looking slab of roast beast.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "9989",
- "name": "Roast beast meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9991",
- "name": "Burnt beast meat",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "9992",
- "name": "Skewered beast",
- "examine": "Beast meat on a spit.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "3.5"
- },
- {
- "id": "9993",
- "name": "Skewered beast",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9994",
- "name": "Spicy tomato",
- "examine": "A bowl of chopped tomatoes with an extra kick.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "9995",
- "name": "Spicy tomato",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9996",
- "name": "Spicy minced meat",
- "examine": "A bowl of chopped beef with an extra kick.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "9997",
- "name": "Spicy minced meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "9998",
- "name": "Hunter potion(4)",
- "examine": "4 doses of hunter potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "9999",
- "name": "Hunter potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10000",
- "name": "Hunter potion(3)",
- "examine": "3 doses of hunter potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10001",
- "name": "Hunter potion(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10002",
- "name": "Hunter potion(2)",
- "examine": "2 doses of hunter potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10003",
- "name": "Hunter potion(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10004",
- "name": "Hunter potion(1)",
- "examine": "1 dose of hunter potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10005",
- "name": "Hunter potion(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10006",
- "name": "Bird snare",
- "examine": "A simple bird catcher./There's something caught in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10007",
- "name": "Bird snare",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10008",
- "name": "Box trap",
- "examine": "If a creature goes inside, then the box should slam shut.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{21,27}",
- "shop_price": "38",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10009",
- "name": "Box trap",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10010",
- "name": "Butterfly net",
- "examine": "For catching butterflies...",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_speed": "4",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{21,15}",
- "run_anim": "1210",
- "shop_price": "24",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "10",
- "weight": "0.2"
- },
- {
- "id": "10011",
- "name": "Butterfly net",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10012",
- "name": "Butterfly jar",
- "examine": "It's got little holes at the top.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{21,15}",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.02"
- },
- {
- "id": "10013",
- "name": "Butterfly jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10014",
- "name": "Black warlock",
- "examine": "There's a black warlock butterfly in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.02"
- },
- {
- "id": "10015",
- "name": "Black warlock",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10016",
- "name": "Snowy knight",
- "examine": "There's a snowy knight butterfly in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.02"
- },
- {
- "id": "10017",
- "name": "Snowy knight",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10018",
- "name": "Sapphire glacialis",
- "examine": "There's a sapphire glacialis butterfly in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.02"
- },
- {
- "id": "10019",
- "name": "Sapphire glacialis",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10020",
- "name": "Ruby harvest",
- "examine": "There's a ruby harvest butterfly in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.02"
- },
- {
- "id": "10021",
- "name": "Ruby harvest",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10023",
- "name": "Falconer's glove",
- "examine": "A very large, single leather glove",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "500",
- "tradeable": "false",
- "weight": "1.8"
- },
- {
- "id": "10024",
- "name": "Falconer's glove",
- "examine": "A very large, single leather glove",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1283",
- "run_anim": "5168",
- "shop_price": "500",
- "stand_anim": "5160",
- "stand_turn_anim": "5161",
- "tradeable": "false",
- "turn180_anim": "5165",
- "turn90ccw_anim": "5167",
- "turn90cw_anim": "5166",
- "walk_anim": "5164",
- "weight": "1.8"
- },
- {
- "id": "10025",
- "name": "Magic box",
- "examine": "A magical catching box.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{21,71}",
- "shop_price": "720",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10026",
- "name": "Magic box",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10027",
- "name": "Imp-in-a-box(2)",
- "examine": "A magical catching box.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "720",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10028",
- "name": "Imp-in-a-box(1)",
- "examine": "A magical catching box.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "720",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10029",
- "name": "Teasing stick",
- "examine": "Reduces the risk of hand severage when poking large, vicious carnivores.",
- "archery_ticket_price": "0",
- "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{21,31}",
- "shop_price": "1",
- "tradeable": "true",
- "weapon_interface": "6",
- "weight": "1"
- },
- {
- "id": "10030",
- "name": "Teasing stick",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10031",
- "name": "Rabbit snare",
- "examine": "The snare will tighten around animals passing through.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{21,27}",
- "shop_price": "18",
- "tradeable": "true",
- "weight": "0.02"
- },
- {
- "id": "10032",
- "name": "Rabbit snare",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10033",
- "name": "Chinchompa",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,45,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "20000",
- "render_anim": "234",
- "requirements": "{4,45}",
- "run_anim": "3178",
- "stand_anim": "3175",
- "stand_turn_anim": "3177",
- "turn180_anim": "3177",
- "turn90ccw_anim": "3177",
- "turn90cw_anim": "3177",
- "walk_anim": "3177",
- "weapon_interface": "19"
- },
- {
- "id": "10034",
- "name": "Red chinchompa",
- "examine": "Even more volatile than its vegetarian counterpart.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,0,0,15",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "20000",
- "render_anim": "234",
- "requirements": "{4,55}",
- "run_anim": "3178",
- "stand_anim": "3175",
- "stand_turn_anim": "3177",
- "tradeable": "true",
- "turn180_anim": "3177",
- "turn90ccw_anim": "3177",
- "turn90cw_anim": "3177",
- "walk_anim": "3177",
- "weapon_interface": "19"
- },
- {
- "id": "10035",
- "name": "Kyatt legs",
- "examine": "These should make me harder to spot in polar areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{21,52}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10036",
- "name": "Kyatt legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10037",
- "name": "Kyatt top",
- "examine": "This should make me harder to spot in polar areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "requirements": "{21,52}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10038",
- "name": "Kyatt top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10039",
- "name": "Kyatt hat",
- "examine": "This should make me harder to spot in polar areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{21,52}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10040",
- "name": "Kyatt hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10041",
- "name": "Larupia legs",
- "examine": "This should make me harder to spot in woodland and jungle areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{21,28}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10042",
- "name": "Larupia legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10043",
- "name": "Larupia top",
- "examine": "This should make me harder to spot in woodland and jungle areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "requirements": "{21,28}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10044",
- "name": "Larupia top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10045",
- "name": "Larupia hat",
- "examine": "This should make me harder to spot in woodland and jungle areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-1,4,5,3,0,4,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{21,28}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10046",
- "name": "Larupia hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10047",
- "name": "Graahk legs",
- "examine": "These should make me harder to spot in desert areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{21,38}",
- "shop_price": "150",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10048",
- "name": "Graahk legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10049",
- "name": "Graahk top",
- "examine": "This should make me harder to spot in desert areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "requirements": "{21,38}",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10050",
- "name": "Graahk top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10051",
- "name": "Graahk headdress",
- "examine": "This should make me harder to spot in desert areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{21,38}",
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10052",
- "name": "Graahk headdress",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10053",
- "name": "Wood camo top",
- "examine": "This should make me harder to spot in wooded areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10054",
- "name": "Wood camo top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10055",
- "name": "Wood camo legs",
- "examine": "These should make me harder to spot in wooded areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10056",
- "name": "Wood camo legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10057",
- "name": "Jungle camo top",
- "examine": "This should make me harder to spot in jungle areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "requirements": "{21,4}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10058",
- "name": "Jungle camo top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10059",
- "name": "Jungle camo legs",
- "examine": "These should make me harder to spot in jungle areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{21,4}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10060",
- "name": "Jungle camo legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10061",
- "name": "Desert camo top",
- "examine": "This should make me harder to spot in desert areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "requirements": "{21,10}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10062",
- "name": "Desert camo top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10063",
- "name": "Desert camo legs",
- "examine": "These should make me harder to spot in desert areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{21,10}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10064",
- "name": "Desert camo legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10065",
- "name": "Polar camo top",
- "examine": "This should make me harder to spot in polar areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10066",
- "name": "Polar camo top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10067",
- "name": "Polar camo legs",
- "examine": "These should make me harder to spot in polar areas",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10068",
- "name": "Polar camo legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10069",
- "name": "Spotted cape",
- "examine": "A surprisingly aerodynamic cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "requirements": "{21,40}",
- "tradeable": "true",
- "weight": "-2.2"
- },
- {
- "id": "10070",
- "name": "Spotted cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10071",
- "name": "Spottier cape",
- "examine": "A really surprisingly aerodynamic cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "100",
- "requirements": "{21,66}",
- "tradeable": "true",
- "weight": "-4.5"
- },
- {
- "id": "10072",
- "name": "Spottier cape",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10073",
- "name": "Spotted cape",
- "examine": "A surprisingly aerodynamic cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{21,40}",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10074",
- "name": "Spottier cape",
- "examine": "A really surprisingly aerodynamic cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{21,66}",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10075",
- "name": "Gloves of silence",
- "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{21,54}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10076",
- "name": "Gloves of silence",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10077",
- "name": "Spiky vambraces",
- "examine": "Attack at your own risk.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10078",
- "name": "Spiky vambraces",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10079",
- "name": "Green spiky vambs",
- "examine": "Made from 100% real dragonhide. Now with added spikiness.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,2,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10080",
- "name": "Green spiky vambs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10081",
- "name": "Blue spiky vambs",
- "examine": "Made from 100% real dragonhide. Now with added spikiness.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,2,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{4,50}",
- "tradeable": "true"
- },
- {
- "id": "10082",
- "name": "Blue spiky vambs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10083",
- "name": "Red spiky vambs",
- "examine": "Vambraces made from 100% real dragonhide. Now with added spikes.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,2,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{4,60}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10084",
- "name": "Red spiky vambs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10085",
- "name": "Black spiky vambs",
- "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,2,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{4,70}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10086",
- "name": "Black spiky vambs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10087",
- "name": "Stripy feather",
- "examine": "Attractive to other birds and hunters alike.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10088",
- "name": "Red feather",
- "examine": "A vivid red feather.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "3",
- "tradeable": "true"
- },
- {
- "id": "10089",
- "name": "Blue feather",
- "examine": "A cool blue feather.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10090",
- "name": "Yellow feather",
- "examine": "A bright yellow feather.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10091",
- "name": "Orange feather",
- "examine": "A fairly plain feather.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "10093",
- "name": "Tatty larupia fur",
- "examine": "It's a shabby-looking larupia fur.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10094",
- "name": "Tatty larupia fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10095",
- "name": "Larupia fur",
- "examine": "It's a perfect-looking larupia fur.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10096",
- "name": "Larupia fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10097",
- "name": "Tatty graahk fur",
- "examine": "It's a shabby-looking graahk fur.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10098",
- "name": "Tatty graahk fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10099",
- "name": "Graahk fur",
- "examine": "It's a perfect-looking graahk fur.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10100",
- "name": "Graahk fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10101",
- "name": "Tatty kyatt fur",
- "examine": "It's a shabby-looking kyatt fur.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10102",
- "name": "Tatty kyatt fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10103",
- "name": "Kyatt fur",
- "examine": "It's a perfect-looking kyatt fur.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "8000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10104",
- "name": "Kyatt fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10105",
- "name": "Kebbit spike",
- "examine": "These bone spikes are both very tough and very sharp.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10106",
- "name": "Kebbit spike",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10107",
- "name": "Long kebbit spike",
- "examine": "These bone spikes are both very tough and very sharp.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10108",
- "name": "Long kebbit spike",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10109",
- "name": "Kebbit teeth",
- "examine": "A kebbit-sized set of dentures.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10110",
- "name": "Kebbit teeth",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10111",
- "name": "Kebbit teeth dust",
- "examine": "Previously a kebbit-sized set of dentures.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10112",
- "name": "Kebbit teeth dust",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10113",
- "name": "Kebbit claws",
- "examine": "More menacing when attached to the owner.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10114",
- "name": "Kebbit claws",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10115",
- "name": "Dark kebbit fur",
- "examine": "Sleek, silent, and furry.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10116",
- "name": "Dark kebbit fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10117",
- "name": "Polar kebbit fur",
- "examine": "A thick fur for a cold climate.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "175",
- "shop_price": "12",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10118",
- "name": "Polar kebbit fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "175",
- "tradeable": "true"
- },
- {
- "id": "10119",
- "name": "Feldip weasel fur",
- "examine": "Not actually from a weasel, but it is, at least, furry.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10120",
- "name": "Feldip weasel fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10121",
- "name": "Common kebbit fur",
- "examine": "Common fur from a common kebbit.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10122",
- "name": "Common kebbit fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10123",
- "name": "Desert devil fur",
- "examine": "Sandy coloured kebbit fur.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10124",
- "name": "Desert devil fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10125",
- "name": "Spotted kebbit fur",
- "examine": "Maybe this is why people think furry dice make you go faster.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10126",
- "name": "Spotted kebbit fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10127",
- "name": "Dashing kebbit fur",
- "examine": "Nature's equivalent of go-faster stripes.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10128",
- "name": "Dashing kebbit fur",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10129",
- "name": "Barb-tail harpoon",
- "examine": "A mighty Hunter weapon. One previous owner.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "9,4,-4,0,0,0,0,0,0,0,0,6,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "requirements": "{10,35}",
- "tradeable": "true",
- "weapon_interface": "5",
- "weight": "1.3"
- },
- {
- "id": "10130",
- "name": "Barb-tail harpoon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10132",
- "name": "Strung rabbit foot",
- "examine": "Not so lucky for the rabbit.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "requirements": "{21,24}",
- "tradeable": "true"
- },
- {
- "id": "10133",
- "name": "Strung rabbit foot",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10134",
- "name": "Rabbit foot",
- "examine": "This could be put on a string and worn for luck.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10135",
- "name": "Rabbit foot",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10136",
- "name": "Rainbow fish",
- "examine": "Well, this would certainly add some colour to a meal.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "48",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10137",
- "name": "Rainbow fish",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "10138",
- "name": "Raw rainbow fish",
- "examine": "A colourful fish, attracted to colourful flies.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10139",
- "name": "Raw rainbow fish",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "20000",
- "tradeable": "true"
- },
- {
- "id": "10141",
- "name": "Burnt rainbow fish",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10142",
- "name": "Guam tar",
- "examine": "A thick, foul-smelling, tar-like substance with a green tinge",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{0,30}-{4,30}-{6,30}",
- "tradeable": "true"
- },
- {
- "id": "10143",
- "name": "Marrentill tar",
- "examine": "A thick, foul-smelling, tar-like substance with an orange tinge.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{0,50}-{4,50}-{6,50}",
- "tradeable": "true"
- },
- {
- "id": "10144",
- "name": "Tarromin tar",
- "examine": "A thick, foul-smelling, tar-like substance with a red tinge.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{0,60}-{4,60}-{6,60}",
- "tradeable": "true"
- },
- {
- "id": "10145",
- "name": "Harralander tar",
- "examine": "A dark, thick, foul-smelling, tar-like substance.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{0,70}-{4,70}-{6,70}",
- "tradeable": "true"
- },
- {
- "id": "10146",
- "name": "Orange salamander",
- "examine": "Slightly slimy, but kind of cute.",
- "archery_ticket_price": "0",
- "attack_audios": "740,735,736,0",
- "attack_speed": "5",
- "bonuses": "0,19,0,0,29,0,0,0,0,0,0,31,0,0,0",
- "destroy": "true",
- "durability": null,
- "equip_audio": "732",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "render_anim": "1277",
- "requirements": "{0,50}-{4,50}-{6,50}",
- "run_anim": "824",
- "shop_price": "127",
- "stand_anim": "5246",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "5245",
- "turn90ccw_anim": "5245",
- "turn90cw_anim": "5245",
- "two_handed": "true",
- "walk_anim": "5245",
- "weapon_interface": "21",
- "weight": "4"
- },
- {
- "id": "10147",
- "name": "Red salamander",
- "examine": "Slightly slimy but certainly striking.",
- "archery_ticket_price": "0",
- "attack_audios": "740,735,736,0",
- "attack_speed": "5",
- "bonuses": "0,37,0,0,47,0,0,0,0,0,0,49,0,0,0",
- "destroy": "true",
- "durability": null,
- "equip_audio": "732",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "render_anim": "1277",
- "requirements": "{0,60}-{4,60}-{6,60}",
- "run_anim": "824",
- "shop_price": "190",
- "stand_anim": "5246",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "5245",
- "turn90ccw_anim": "5245",
- "turn90cw_anim": "5245",
- "two_handed": "true",
- "walk_anim": "5245",
- "weapon_interface": "21",
- "weight": "4"
- },
- {
- "id": "10148",
- "name": "Black salamander",
- "examine": "Slightly slimy and somewhat menacing.",
- "archery_ticket_price": "0",
- "attack_audios": "740,735,736,0",
- "attack_speed": "5",
- "bonuses": "0,59,0,0,69,0,0,0,0,0,0,71,0,0,0",
- "destroy": "true",
- "durability": null,
- "equip_audio": "732",
- "equipment_slot": "3",
- "ge_buy_limit": "1000",
- "render_anim": "1277",
- "requirements": "{0,70}-{4,70}-{6,70}",
- "run_anim": "824",
- "stand_anim": "5246",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "5245",
- "turn90ccw_anim": "5245",
- "turn90cw_anim": "5245",
- "two_handed": "true",
- "walk_anim": "5245",
- "weapon_interface": "21",
- "weight": "4"
- },
- {
- "id": "10149",
- "name": "Swamp lizard",
- "examine": "A very slimy and generally disgusting green lizard.",
- "archery_ticket_price": "0",
- "attack_audios": "740,735,736,0",
- "attack_speed": "5",
- "bonuses": "0,10,0,0,20,0,0,0,0,0,0,22,0,0,0",
- "destroy": "true",
- "durability": null,
- "equip_audio": "732",
- "equipment_slot": "3",
- "ge_buy_limit": "2000",
- "render_anim": "1277",
- "requirements": "{0,30}-{4,30}-{6,30}",
- "run_anim": "824",
- "stand_anim": "5246",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "5245",
- "turn90ccw_anim": "5245",
- "turn90cw_anim": "5245",
- "two_handed": "true",
- "walk_anim": "5245",
- "weapon_interface": "21",
- "weight": "4"
- },
- {
- "id": "10150",
- "name": "Noose wand",
- "examine": "A noose on a stick.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1279",
- "run_anim": "5253",
- "shop_price": "4",
- "stand_anim": "5254",
- "stand_turn_anim": "5252",
- "tradeable": "true",
- "turn180_anim": "5251",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "5250",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "10151",
- "name": "Noose wand",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10156",
- "name": "Hunters' crossbow",
- "examine": "A weapon made of bone and wood.",
- "archery_ticket_price": "0",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "175",
- "requirements": "{4,50}",
- "run_anim": "4228",
- "shop_price": "1300",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "5"
- },
- {
- "id": "10157",
- "name": "Hunters' crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10158",
- "name": "Kebbit bolts",
- "examine": "Bolts made from the spikes of a prickly kebbit.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,50}",
- "tradeable": "true"
- },
- {
- "id": "10159",
- "name": "Long kebbit bolts",
- "examine": "Bolts made from the spikes of a razor-backed kebbit.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,38",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "1000",
- "requirements": "{4,50}",
- "tradeable": "true"
- },
- {
- "id": "10160",
- "name": "Orange salamander",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10161",
- "name": "Red salamander",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10162",
- "name": "Black salamander",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10163",
- "name": "Swamp lizard",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10167",
- "name": "Eagle feather",
- "examine": "Probably a bit too big for fly fishing.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10171",
- "name": "Eagle cape",
- "examine": "A cape made from giant eagle feathers.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "1",
- "weight": "0.2"
- },
- {
- "id": "10172",
- "name": "Fake beak",
- "examine": "A cheaply made fake beak.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0"
- },
- {
- "id": "10173",
- "name": "Bird book",
- "examine": "The title reads 'William Oddity's Guide to the Avian.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10174",
- "name": "Metal feather",
- "examine": "A small feather made out of some sort of metal. The detail is exquisite.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another metal feather from the camp",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10176",
- "name": "Silver feather",
- "examine": "An intricate feather crafted from a silver-coloured metal of some sort.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another by inspecting the opening",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "10177",
- "name": "Bronze feather",
- "examine": "An intricate feather crafted from a bronze-coloured metal of some sort.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another by taking from pedestal.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10178",
- "name": "Odd bird seed",
- "examine": "\"It looks like bird seed, but it's not quite right somehow.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10179",
- "name": "Feathered journal",
- "examine": "There's a feather glued to the front. \"Property of Arthur Artimus\".",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10180",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10181",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10182",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10183",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10184",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10185",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10186",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10187",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10188",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10189",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10190",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10191",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10192",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10193",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10194",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10195",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10196",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10197",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10198",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10199",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10200",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10201",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10202",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10203",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10204",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10205",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10206",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10207",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10208",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10209",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10210",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10211",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10212",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10213",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10214",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10215",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10216",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10217",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10218",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10219",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10220",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10221",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10222",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10223",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10224",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10225",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10226",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10227",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10228",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10229",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10230",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10231",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10232",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10233",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10234",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10235",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10236",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10237",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10238",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10239",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10240",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10241",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10242",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10243",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10244",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10245",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10246",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10247",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10248",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10249",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10250",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10251",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10252",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10253",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10254",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10255",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10256",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10257",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10258",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10259",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10260",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10261",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10262",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10263",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10264",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10265",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10266",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10267",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10268",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10269",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10270",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10271",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10272",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10273",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10274",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10275",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10276",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10277",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10278",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "10279",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10280",
- "name": "Willow comp bow",
- "examine": "A powerful bow made from willow.",
- "archery_ticket_price": "0",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "2",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{4,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "10281",
- "name": "Willow comp bow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10282",
- "name": "Yew comp bow",
- "examine": "A powerful bow made from yew wood.",
- "archery_ticket_price": "0",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "2",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{4,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "16",
- "weight": "1.8"
- },
- {
- "id": "10283",
- "name": "Yew comp bow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10284",
- "name": "Magic comp bow",
- "examine": "A powerful bow made from magic wood.",
- "archery_ticket_price": "0",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "2",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "28",
- "requirements": "{4,50}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "16",
- "weight": "1.3"
- },
- {
- "id": "10285",
- "name": "Magic comp bow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10286",
- "name": "Rune helm (h1)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true"
- },
- {
- "id": "10287",
- "name": "Rune helm (h1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10288",
- "name": "Rune helm (h2)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10289",
- "name": "Rune helm (h2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10290",
- "name": "Rune helm (h3)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "10291",
- "name": "Rune helm (h3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10292",
- "name": "Rune helm (h4)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10293",
- "name": "Rune helm (h4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10294",
- "name": "Rune helm (h5)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10295",
- "name": "Rune helm (h5)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10296",
- "name": "Adamant helm (h1)",
- "examine": "An adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10297",
- "name": "Adamant helm (h1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10298",
- "name": "Adamant helm (h2)",
- "examine": "An adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10299",
- "name": "Adamant helm (h2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10300",
- "name": "Adamant helm (h3)",
- "examine": "An adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10301",
- "name": "Adamant helm (h3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10302",
- "name": "Adamant helm (h4)",
- "examine": "An Adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10303",
- "name": "Adamant helm (h4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10304",
- "name": "Adamant helm (h5)",
- "examine": "An adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10305",
- "name": "Adamant helm (h5)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10306",
- "name": "Black helm (h1)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10307",
- "name": "Black helm (h1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10308",
- "name": "Black helm (h2)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10309",
- "name": "Black helm (h2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10310",
- "name": "Black helm (h3)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10311",
- "name": "Black helm (h3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10312",
- "name": "Black helm (h4)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10313",
- "name": "Black helm (h4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10314",
- "name": "Black helm (h5)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10315",
- "name": "Black helm (h5)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10316",
- "name": "Bob shirt",
- "examine": "Bob says: 'Never give your password out to anyone.'",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10317",
- "name": "Bob shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10318",
- "name": "Bob shirt",
- "examine": "Bob says: 'Always check the second trade screen.'",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10319",
- "name": "Bob shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10320",
- "name": "Bob shirt",
- "examine": "Bob says: 'Never trade in the wilderness!'",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10321",
- "name": "Bob shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10322",
- "name": "Bob shirt",
- "examine": "Bob says: 'A bank pin will keep your items secure.'",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10323",
- "name": "Bob shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10324",
- "name": "Bob shirt",
- "examine": "Bob says: 'Keep your computer keylogger free and virus scanned.'",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10325",
- "name": "Bob shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10326",
- "name": "Purple firelighter",
- "examine": "Makes firelighting a lot easier.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10327",
- "name": "White firelighter",
- "examine": "Makes firelighting a lot easier.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10328",
- "name": "White logs",
- "examine": "A number of chemical covered wooden logs.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10329",
- "name": "Purple logs",
- "examine": "A number of chemical covered wooden logs.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10330",
- "name": "3rd age range top",
- "examine": "Ancient range protection crafted from white dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,45}-{4,65}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "10331",
- "name": "3rd age range top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10332",
- "name": "3rd age range legs",
- "examine": "Fabulously ancient range protection crafted from white dragonhide.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,45}-{4,65}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "10333",
- "name": "3rd age range legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10334",
- "name": "3rd age range coif",
- "examine": "Ancient range protection crafted from white dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "5000",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,45}-{4,65}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10335",
- "name": "3rd age range coif",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10336",
- "name": "3rd age vambraces",
- "examine": "Fabulously ancient range protection crafted from white dragonhide.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,11,6,5,7,9,0,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,45}-{4,65}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10337",
- "name": "3rd age vambraces",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10338",
- "name": "3rd age robe top",
- "examine": "Ancient mage protection enchanted in the Third-Age.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,30}-{6,65}",
- "tradeable": "true",
- "weight": "2.5"
- },
- {
- "id": "10339",
- "name": "3rd age robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10340",
- "name": "3rd age robe",
- "examine": "Ancient mage protection enchanted in the Third-Age.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,30}-{6,65}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10341",
- "name": "3rd age robe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10342",
- "name": "3rd age mage hat",
- "examine": "Ancient mage protection enchanted in the Third-Age.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,30}-{6,65}",
- "tradeable": "true"
- },
- {
- "id": "10343",
- "name": "3rd age mage hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10344",
- "name": "3rd age amulet",
- "examine": "Ancient mage protection enchanted in the Third-Age.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,30}-{6,65}",
- "tradeable": "true"
- },
- {
- "id": "10345",
- "name": "3rd age amulet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10346",
- "name": "3rd age platelegs",
- "examine": "Ancient armour beaten from magical silver.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,65}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10347",
- "name": "3rd age platelegs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10348",
- "name": "3rd age platebody",
- "examine": "Ancient armour beaten from magical silver.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0",
- "durability": null,
- "equip_audio": "2234",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,65}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "10349",
- "name": "3rd age platebody",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10350",
- "name": "3rd age full helmet",
- "examine": "Ancient armour beaten from magical silver.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,65}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10351",
- "name": "3rd age full helmet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10352",
- "name": "3rd age kiteshield",
- "examine": "Ancient armour beaten from magical silver.",
- "absorb": "5,0,11",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{1,65}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10353",
- "name": "3rd age kiteshield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10354",
- "name": "Amulet of glory(t4)",
- "examine": "A dragonstone amulet with 4 magic charges.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10355",
- "name": "Amulet of glory(t4)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10356",
- "name": "Amulet of glory(t3)",
- "examine": "A dragonstone amulet with 3 magic charges.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "10357",
- "name": "Amulet of glory(t3)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10358",
- "name": "Amulet of glory(t2)",
- "examine": "A dragonstone amulet with 2 magic charges.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "10359",
- "name": "Amulet of glory(t2)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10360",
- "name": "Amulet of glory(t1)",
- "examine": "A dragonstone amulet with 1 magic charge.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "10361",
- "name": "Amulet of glory(t1)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10362",
- "name": "Amulet of glory(t)",
- "examine": "A very powerful dragonstone amulet with a nice trim.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10363",
- "name": "Amulet of glory(t)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10364",
- "name": "Strength amulet(t)",
- "examine": "An enchanted ruby amulet with a nice trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10365",
- "name": "Strength amulet(t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10366",
- "name": "Amulet of magic(t)",
- "examine": "An enchanted sapphire amulet of magic.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10367",
- "name": "Amulet of magic(t)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10368",
- "name": "Zamorak bracers",
- "examine": "Zamorak blessed dragonhide vambraces.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10369",
- "name": "Zamorak bracers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10370",
- "name": "Zamorak d'hide",
- "examine": "Zamorak blessed dragonhide body armour.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "10371",
- "name": "Zamorak d'hide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10372",
- "name": "Zamorak chaps",
- "examine": "Zamorak blessed dragonhide chaps.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10373",
- "name": "Zamorak chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10374",
- "name": "Zamorak coif",
- "examine": "Zamorak blessed dragonhide coif.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true"
- },
- {
- "id": "10375",
- "name": "Zamorak coif",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10376",
- "name": "Guthix bracers",
- "examine": "Guthix blessed dragonhide vambraces.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10377",
- "name": "Guthix bracers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10378",
- "name": "Guthix dragonhide",
- "examine": "Guthix blessed dragonhide body armour.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "13",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "10379",
- "name": "Guthix dragonhide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10380",
- "name": "Guthix chaps",
- "examine": "Guthix blessed dragonhide chaps.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10381",
- "name": "Guthix chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10382",
- "name": "Guthix coif",
- "examine": "Guthix blessed dragonhide coif.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "0.85"
- },
- {
- "id": "10383",
- "name": "Guthix coif",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10384",
- "name": "Saradomin bracers",
- "examine": "Saradomin blessed dragonhide vambraces.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "9",
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10385",
- "name": "Saradomin bracers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10386",
- "name": "Saradomin d'hide",
- "examine": "Saradomin blessed dragonhide body armour.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "13000",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "10387",
- "name": "Saradomin d'hide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10388",
- "name": "Saradomin chaps",
- "examine": "Saradomin blessed dragonhide chaps.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true"
- },
- {
- "id": "10389",
- "name": "Saradomin chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10390",
- "name": "Saradomin coif",
- "examine": "Saradomin blessed dragonhide coif.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true"
- },
- {
- "id": "10391",
- "name": "Saradomin coif",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10392",
- "name": "A powdered wig",
- "examine": "A big 'do about nothing.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10393",
- "name": "A powdered wig",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10394",
- "name": "Flared trousers",
- "examine": "These'll help me stay alive.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10395",
- "name": "Flared trousers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10396",
- "name": "Pantaloons",
- "examine": "Alas, someone has slashed my pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10397",
- "name": "Pantaloons",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10398",
- "name": "Sleeping cap",
- "examine": "A cap for wearing whil...zzzzzzzzz",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10399",
- "name": "Sleeping cap",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10400",
- "name": "Black ele' shirt",
- "examine": "A well made elegant mans' black shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10401",
- "name": "Black ele' shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10402",
- "name": "Black ele' legs",
- "examine": "A rather elegant black pair of pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10403",
- "name": "Black ele' legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10404",
- "name": "Red ele' shirt",
- "examine": "A well made elegant men's red shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10405",
- "name": "Red ele' shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10406",
- "name": "Red ele' legs",
- "examine": "A rather elegant red pair of pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10407",
- "name": "Red ele' legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10408",
- "name": "Blue ele' shirt",
- "examine": "A well made elegant mans' blue shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10409",
- "name": "Blue ele' shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10410",
- "name": "Blue ele' legs",
- "examine": "A rather elegant pair of men's blue pantaloons",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10411",
- "name": "Blue ele' legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10412",
- "name": "Green ele' shirt",
- "examine": "A well made elegant men's green shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10413",
- "name": "Green ele' shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10414",
- "name": "Green ele' legs",
- "examine": "A rather elegant green pair of men's pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10415",
- "name": "Green ele' legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10416",
- "name": "Purple ele' shirt",
- "examine": "A well made elegant men's purple shirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10417",
- "name": "Purple ele' shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10418",
- "name": "Purple ele' legs",
- "examine": "A rather elegant purple pair of pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10419",
- "name": "Purple ele' legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10420",
- "name": "White ele' blouse",
- "examine": "A well made ladies' elegant white blouse.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10421",
- "name": "White ele' blouse",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10422",
- "name": "White ele' skirt",
- "examine": "A rather elegant white skirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10423",
- "name": "White ele' skirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10424",
- "name": "Red ele' blouse",
- "examine": "A well made elegant ladies' red blouse.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10425",
- "name": "Red ele' blouse",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10426",
- "name": "Red ele' skirt",
- "examine": "A rather elegant Red skirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10427",
- "name": "Red ele' skirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10428",
- "name": "Blue ele' blouse",
- "examine": "A well made ladies' elegant blue blouse.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10429",
- "name": "Blue ele' blouse",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10430",
- "name": "Blue ele' skirt",
- "examine": "A rather elegant blue skirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10431",
- "name": "Blue ele' skirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10432",
- "name": "Green ele' blouse",
- "examine": "A well made ladies' elegant green blouse.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10433",
- "name": "Green ele' blouse",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10434",
- "name": "Green ele' skirt",
- "examine": "A rather elegant green skirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10435",
- "name": "Green ele' skirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10436",
- "name": "Purple ele' blouse",
- "examine": "A well made elegant ladies' purple blouse.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10437",
- "name": "Purple ele' blouse",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10438",
- "name": "Purple ele' skirt",
- "examine": "A rather elegant purple skirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10439",
- "name": "Purple ele' skirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10440",
- "name": "Saradomin crozier",
- "examine": "A Saradomin crozier.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0",
- "defence_anim": "420",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "2",
- "render_anim": "28",
- "requirements": "{5,60}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "10441",
- "name": "Saradomin crozier",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10442",
- "name": "Guthix crozier",
- "examine": "A Guthix crozier.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0",
- "defence_anim": "420",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "2",
- "render_anim": "28",
- "requirements": "{5,60}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "10443",
- "name": "Guthix crozier",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10444",
- "name": "Zamorak crozier",
- "examine": "A Zamorak crozier.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0",
- "defence_anim": "420",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "2",
- "render_anim": "28",
- "requirements": "{5,60}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "10445",
- "name": "Zamorak crozier",
- "archery_ticket_price": "0",
- "attack_anims": "",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10446",
- "name": "Saradomin cloak",
- "examine": "A Saradomin cloak.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "2",
- "requirements": "{5,40}",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10447",
- "name": "Saradomin cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10448",
- "name": "Guthix cloak",
- "examine": "A Guthix cloak.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "2",
- "requirements": "{5,40}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10449",
- "name": "Guthix cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10450",
- "name": "Zamorak cloak",
- "examine": "A Zamorak cloak.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0",
- "durability": null,
- "equipment_slot": "1",
- "ge_buy_limit": "2",
- "requirements": "{5,40}",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10451",
- "name": "Zamorak cloak",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10452",
- "name": "Saradomin mitre",
- "examine": "A Saradomin mitre.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{5,40}-{6,40}",
- "tradeable": "true"
- },
- {
- "id": "10453",
- "name": "Saradomin mitre",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10454",
- "name": "Guthix mitre",
- "examine": "A Guthix mitre.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{5,40}-{6,40}",
- "tradeable": "true"
- },
- {
- "id": "10455",
- "name": "Guthix mitre",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10456",
- "name": "Zamorak mitre",
- "examine": "A Zamorak mitre.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{5,40}-{6,40}",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "10457",
- "name": "Zamorak mitre",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10458",
- "name": "Saradomin robe top",
- "examine": "Blessed vestments of Saradomin.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{5,20}",
- "tradeable": "true"
- },
- {
- "id": "10459",
- "name": "Saradomin robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10460",
- "name": "Zamorak robe top",
- "examine": "Zamorak Vestments.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{5,20}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10461",
- "name": "Zamorak robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10462",
- "name": "Guthix robe top",
- "examine": "Blessed vestments of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{5,20}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10463",
- "name": "Guthix robe top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10464",
- "name": "Saradomin robe legs",
- "examine": "Leggings from the Saradomin Vestments.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{5,20}",
- "tradeable": "true"
- },
- {
- "id": "10465",
- "name": "Saradomin robe legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10466",
- "name": "Guthix robe legs",
- "examine": "Leggings from the Guthix Vestments.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{5,20}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10467",
- "name": "Guthix robe legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10468",
- "name": "Zamorak robe legs",
- "examine": "Legs of the Zamorak Vestments.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "requirements": "{5,20}",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "10469",
- "name": "Zamorak robe legs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10470",
- "name": "Saradomin stole",
- "examine": "A Saradomin stole.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "2",
- "requirements": "{5,60}",
- "tradeable": "true"
- },
- {
- "id": "10471",
- "name": "Saradomin stole",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10472",
- "name": "Guthix stole",
- "examine": "A blessed stole.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "2",
- "requirements": "{5,60}",
- "tradeable": "true"
- },
- {
- "id": "10473",
- "name": "Guthix stole",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10474",
- "name": "Zamorak stole",
- "examine": "A Zamorak stole.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "2",
- "requirements": "{5,60}",
- "tradeable": "true"
- },
- {
- "id": "10475",
- "name": "Zamorak stole",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "10476",
- "name": "Purple sweets",
- "examine": "Remember to brush after eating!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "10485",
- "name": "Scroll",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "10486",
- "name": "Empty sack",
- "examine": "An empty sack.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10487",
- "name": "Undead chicken",
- "examine": "Yup, definitely a chicken...an undead chicken.",
- "archery_ticket_price": "0",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "durability": null,
- "equip_audio": "3277",
- "equipment_slot": "3",
- "render_anim": "1171",
- "run_anim": "824",
- "stand_anim": "5363",
- "stand_turn_anim": "823",
- "turn180_anim": "5438",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "5364",
- "weapon_interface": "12"
- },
- {
- "id": "10488",
- "name": "Selected iron",
- "examine": "An iron bar supplied by an insane old crone.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "The Witch in Draynor supplies these bars.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "10489",
- "name": "Bar magnet",
- "examine": "A magnet designed for undead chicken use.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another magnet using special bars. The Witch in Draynor supplies these bars.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10490",
- "name": "Undead twigs",
- "examine": "Were they trying to escape just then?",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can chop more wood from undead trees using my blessed axe.",
- "durability": null,
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "10491",
- "name": "Blessed axe",
- "examine": "It radiates purity but can still lop off heads.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "5",
- "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,2,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.",
- "durability": null,
- "equip_audio": "2229",
- "equipment_slot": "3",
- "render_anim": "2586",
- "tradeable": "false",
- "weapon_interface": "2",
- "weight": "1.1"
- },
- {
- "id": "10492",
- "name": "Research notes",
- "examine": "These make no sense at all.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10493",
- "name": "Translated notes",
- "examine": "They still make no sense, but look more meaningful now.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10494",
- "name": "A pattern",
- "examine": "Attach tab A to button B then fold along line C...",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "10495",
- "name": "A container",
- "examine": "A desirable residence for discerning, undead chickens.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10496",
- "name": "Polished buttons",
- "examine": "Shiny!",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10498",
- "name": "Ava's attractor",
- "examine": "A bagged chicken ready to serve you, magnet in claw.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,2,0,0,0,2,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "I can buy a replacement from Ava in Draynor Manor; she will charge me 999 coins for this service.",
- "durability": null,
- "equip_audio": "3284",
- "equipment_slot": "1",
- "shop_price": "999",
- "tradeable": "false",
- "weight": "4.5"
- },
- {
- "id": "10499",
- "name": "Ava's accumulator",
- "examine": "A superior bagged chicken ready to serve you, magnet in claw.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower",
- "durability": null,
- "equip_audio": "3284",
- "equipment_slot": "1",
- "shop_price": "999",
- "tradeable": "false",
- "weight": "4.5"
- },
- {
- "id": "10500",
- "name": "Crone-made amulet",
- "examine": "Allows the ghost farmer to talk to Alice - a breakthrough!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can obtain a replacement for this from the crone who lives west of the Port Phasmatys farm.",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false",
- "weight": "5"
- },
- {
- "id": "10501",
- "name": "Snowball",
- "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,1",
- "durability": null,
- "equipment_slot": "3",
- "weapon_interface": "18"
- },
- {
- "id": "10506",
- "name": "Gublinch shards",
- "examine": "A gublinch frozen and crumbled into shards.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "10"
- },
- {
- "id": "10507",
- "name": "Reindeer hat",
- "examine": "A reindeer hat and a matching flashing nose.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it. this item",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "10508",
- "name": "Wintumber tree",
- "examine": "A wintumber tree for your player-owned house.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another from Diango in Draynor Village.",
- "durability": null,
- "tradeable": "false",
- "weight": "10"
- },
- {
- "id": "10509",
- "name": "Snowball",
- "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10510",
- "name": "Snowball",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10511",
- "name": "Zanaris choir",
- "examine": "They're going to sing to you!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10513",
- "name": "Crackers",
- "examine": "Some dry crackers.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Unknown You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10514",
- "name": "Tofu",
- "examine": "A block of tofu.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "10515",
- "name": "Worms",
- "examine": "Some meaty worms.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10516",
- "name": "Attacker horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10517",
- "name": "Attacker horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10518",
- "name": "Attacker horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10519",
- "name": "Attacker horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10520",
- "name": "Attacker horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10521",
- "name": "Collection bag",
- "examine": "A very small/small/medium-sized/large/very large collection bag.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10522",
- "name": "Collection bag",
- "examine": "A very small/small/medium-sized/large/very large collection bag.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10523",
- "name": "Collection bag",
- "examine": "A very small/small/medium-sized/large/very large collection bag.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10524",
- "name": "Collection bag",
- "examine": "A very small/small/medium-sized/large/very large collection bag.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10525",
- "name": "Collection bag",
- "examine": "A very small/small/medium-sized/large/very large collection bag.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10526",
- "name": "Healer horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10527",
- "name": "Healer horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10528",
- "name": "Healer horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10529",
- "name": "Healer horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10530",
- "name": "Healer horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10531",
- "name": "Green egg",
- "examine": "Used to poison your enemies!",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "10532",
- "name": "Red egg",
- "examine": "Will explode when fired.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "10533",
- "name": "Blue egg",
- "examine": "Stun your foes!",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "10534",
- "name": "Yellow egg",
- "examine": "A yellow egg; it needs passing to the Healer to be poisoned!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10535",
- "name": "Poisoned egg",
- "examine": "A poisoned yellow egg; pass it to the Attacker for spikes to be added!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10536",
- "name": "Spiked/pois. egg",
- "examine": "A poisoned, spiky egg; pass to the defender for heating!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10537",
- "name": "Omega egg",
- "examine": "A heated, poisoned, spiky egg; pass to the Collector for loading.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10538",
- "name": "Defender horn",
- "examine": "A horn to call others.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10539",
- "name": "Poisoned tofu",
- "examine": "Some poisoned tofu.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10540",
- "name": "Poisoned worms",
- "examine": "Some poisoned worms.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10541",
- "name": "Poisoned meat",
- "examine": "A poisoned leg of meat.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10542",
- "name": "Healing vial(4)",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "10543",
- "name": "Healing vial(3)",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "10544",
- "name": "Healing vial(2)",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "10545",
- "name": "Healing vial(1)",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "10546",
- "name": "Healing vial",
- "examine": "A full healing vial.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10547",
- "name": "Healer hat",
- "examine": "A Penance Healer hat.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,7,-5,6,8,10,8,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}",
- "shop_price": "275",
- "weight": "2"
- },
- {
- "id": "10548",
- "name": "Fighter hat",
- "examine": "A Penance Fighter hat.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "5,5,5,-7,-7,30,32,28,-3,28,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}",
- "shop_price": "275",
- "weight": "2"
- },
- {
- "id": "10549",
- "name": "Runner hat",
- "examine": "A Penance Runner hat.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,40}",
- "shop_price": "275",
- "weight": "1"
- },
- {
- "id": "10550",
- "name": "Ranger hat",
- "examine": "A Penance ranger hat.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,40}",
- "shop_price": "275",
- "weight": "2"
- },
- {
- "id": "10551",
- "name": "Fighter torso",
- "examine": "Penance Fighter torso armour.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,0,66,85,62,-6,67,40,4,0,0,0",
- "destroy": "true",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "shop_price": "375",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "10552",
- "name": "Runner boots",
- "examine": "Boots made from a Penance Runner.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "requirements": "{1,40}",
- "shop_price": "100"
- },
- {
- "id": "10553",
- "name": "Penance gloves",
- "examine": "These gloves seem unbelievably light!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{1,40}",
- "shop_price": "150",
- "weight": "-7"
- },
- {
- "id": "10554",
- "name": "Penance gloves",
- "examine": "These gloves seem unbelievably light!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{1,40}",
- "shop_price": "150",
- "weight": "0.3"
- },
- {
- "id": "10555",
- "name": "Penance skirt",
- "examine": "A skirt made from the skin of a Penance Ranger.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,16,26,21,28,19,27,15,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,40}",
- "shop_price": "375",
- "weight": "3"
- },
- {
- "id": "10556",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "1"
- },
- {
- "id": "10557",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "1"
- },
- {
- "id": "10558",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "1"
- },
- {
- "id": "10559",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "1"
- },
- {
- "id": "10560",
- "name": "Collector horn",
- "examine": "A horn for communication with your team members.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10562",
- "name": "Queen help book",
- "examine": "A book about the Barbarian Assault Queen.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will have to ask Captain Cain for another.",
- "durability": null,
- "shop_price": "160",
- "tradeable": "false"
- },
- {
- "id": "10564",
- "name": "Granite body",
- "examine": "Provides excellent protection.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,50}-{2,50}",
- "shop_price": "95000",
- "tradeable": "true",
- "weight": "22.6"
- },
- {
- "id": "10565",
- "name": "Granite body",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "10566",
- "name": "Fire cape",
- "examine": "A cape of fire.",
- "archery_ticket_price": "0",
- "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0",
- "durability": null,
- "equipment_slot": "1",
- "tradeable": "false",
- "weight": "1.8"
- },
- {
- "id": "10567",
- "name": "Picture",
- "examine": "Mabob.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "10568",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10569",
- "name": "Picture",
- "examine": "Mabob.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "10570",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10571",
- "name": "Picture",
- "examine": "Mabob.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "10572",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10573",
- "name": "Picture",
- "examine": "Mabob.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "10574",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10575",
- "name": "Picture",
- "examine": "Mabob.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "10576",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10577",
- "name": "Picture",
- "examine": "Mabob.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "10578",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10579",
- "name": "Picture",
- "examine": "Mabob.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "10580",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "10581",
- "name": "Keris",
- "examine": "(Normal) A mystical-feeling dagger. (Poisoned) The twisted blade is covered with a nasty poison.",
- "archery_ticket_price": "0",
- "attack_anims": "376,376,377,376",
- "attack_speed": "4",
- "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0",
- "defence_anim": "378",
- "destroy": "true",
- "destroy_message": "You can obtain another from Osman. You will then need to poison it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "2584",
- "tradeable": "false",
- "weapon_interface": "5",
- "weight": "0.4"
- },
- {
- "id": "10582",
- "name": "Keris(p)",
- "archery_ticket_price": "0",
- "attack_anims": "376,376,377,376",
- "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0",
- "defence_anim": "378",
- "destroy_message": "You can obtain another from Osman. You will then need to poison it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "2584",
- "weapon_interface": "5"
- },
- {
- "id": "10583",
- "name": "Keris(p+)",
- "archery_ticket_price": "0",
- "attack_anims": "376,376,377,376",
- "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0",
- "defence_anim": "378",
- "destroy_message": "You can obtain another from Osman. You will then need to poison it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "2584",
- "weapon_interface": "5"
- },
- {
- "id": "10584",
- "name": "Keris(p++)",
- "archery_ticket_price": "0",
- "attack_anims": "376,376,377,376",
- "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0",
- "defence_anim": "378",
- "destroy_message": "You can obtain another from Osman. You will then need to poison it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "2584",
- "weapon_interface": "5"
- },
- {
- "id": "10586",
- "name": "Combat lamp",
- "examine": "A mystical lamp, engraved with scenes of carnage.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain a replacement lamp from the high priest in Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10587",
- "name": "Tarn's diary",
- "examine": "Tarn Razorlor's diary.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I got this diary in Tarn's Lair, perhaps I can get another one there.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10588",
- "name": "Salve amulet(e)",
- "examine": "Increases the wearer's Strength and Attack by 20% when fighting the undead.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "1"
- },
- {
- "id": "10589",
- "name": "Granite helm",
- "examine": "A stone helmet.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,50}-{2,50}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "10590",
- "name": "Granite helm",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "10591",
- "name": "Terror dog",
- "examine": "A terrifying dog beast.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null
- },
- {
- "id": "10592",
- "name": "Penguin bongos",
- "examine": "Small drums.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can make another with tanned leather and a mahogany plank.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10593",
- "name": "Cowbells",
- "examine": "Every song needs a cowbell.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "2"
- },
- {
- "id": "10594",
- "name": "Clockwork book",
- "examine": "A book about clockwork mechanisms.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "10595",
- "name": "Clockwork suit",
- "examine": "A clockwork penguin suit.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "10596",
- "name": "Clockwork suit",
- "examine": "A clockwork penguin suit.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "10600",
- "name": "Kgp id card",
- "examine": "So you can be a penguin too!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Noodle to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10601",
- "name": "Mystic hat",
- "examine": "Blue: A magical hat. ",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "shop_price": "15000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10602",
- "name": "Mystic hat",
- "examine": "Blue: A magical hat. ",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "shop_price": "15000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10603",
- "name": "Mystic hat",
- "examine": "Blue: A magical hat. ",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "shop_price": "15000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10604",
- "name": "Skeletal helm",
- "examine": "Make your foes cower by wearing a skull as a helmet!",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,-2,10,9,11,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "10605",
- "name": "Infinity top",
- "examine": "Mystical robes.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "10606",
- "name": "Splitbark helm",
- "examine": "A wooden helmet.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "10607",
- "name": "Ghostly boots",
- "examine": "They seem to be not quite of this world...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10"
- },
- {
- "id": "10608",
- "name": "Moonclan hat",
- "examine": "A mystical hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "1000",
- "weight": "1"
- },
- {
- "id": "10609",
- "name": "Lunar helm",
- "examine": "A mystical helmet.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-2,8,7,10,2,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "15000",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "10610",
- "name": "Decorative armour",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
- },
- {
- "id": "10611",
- "name": "Void knight top",
- "examine": "Torso armour from the order of the Void Knights.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "250",
- "tradeable": "false",
- "weight": "6.5"
- },
- {
- "id": "10612",
- "name": "Rogue mask",
- "examine": "Black banded leather armour, a rogue's dream!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "weight": "0.5"
- },
- {
- "id": "10613",
- "name": "Rock-shell helm",
- "examine": "Protective headwear made from crabs. Better than it sounds.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "10614",
- "name": "Spined helm",
- "examine": "A helm fit for any Fremennik ranger.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}-{4,40}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10615",
- "name": "Tribal mask",
- "examine": "A ceremonial wooden mask.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10616",
- "name": "Tribal mask",
- "examine": "A ceremonial wooden mask.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10617",
- "name": "Tribal mask",
- "examine": "A ceremonial wooden mask.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10618",
- "name": "White platebody",
- "examine": "Provides excellent protection.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,1,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "3840",
- "tradeable": "true",
- "weight": "9.9"
- },
- {
- "id": "10619",
- "name": "Initiate hauberk",
- "examine": "An initiate Temple Knight's Armour.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,0,0,6,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10000",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "10620",
- "name": "Proselyte hauberk",
- "examine": "A Proselyte Temple Knight's armour.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,8,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "12000",
- "tradeable": "true",
- "weight": "8.6"
- },
- {
- "id": "10621",
- "name": "Mourner top",
- "examine": "A thick heavy leather top.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
- },
- {
- "id": "10622",
- "name": "Kyatt top",
- "examine": "This should make me harder to spot in polar areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10623",
- "name": "Larupia top",
- "examine": "This should make me harder to spot in woodland and jungle areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10624",
- "name": "Graahk top",
- "examine": "This should make me harder to spot in desert areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10625",
- "name": "Wood camo top",
- "examine": "This should make me harder to spot in wooded areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10626",
- "name": "Jungle camo top",
- "examine": "This should make me harder to spot in jungle areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10627",
- "name": "Desert camo top",
- "examine": "This should make me harder to spot in desert areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10628",
- "name": "Polar camo top",
- "examine": "This should make me harder to spot in polar areas.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10629",
- "name": "Mime mask",
- "examine": "A mime would wear this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0"
- },
- {
- "id": "10630",
- "name": "Princess blouse",
- "examine": "Very posh!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2"
- },
- {
- "id": "10631",
- "name": "Zombie shirt",
- "examine": "Aside from the braaaains on the lapel, it's still quite good.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4"
- },
- {
- "id": "10632",
- "name": "Camo top",
- "examine": "Examine what?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2.7"
- },
- {
- "id": "10633",
- "name": "Lederhosen top",
- "examine": "A leather strapped top.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2.2"
- },
- {
- "id": "10634",
- "name": "Shade robe",
- "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2"
- },
- {
- "id": "10635",
- "name": "Cape of legends",
- "examine": "The cape worn by members of the Legends Guild.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "450",
- "tradeable": "false",
- "weight": "1.8"
- },
- {
- "id": "10636",
- "name": "Obsidian cape",
- "examine": "A cape woven of obsidian plates.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "lendable": "true",
- "shop_price": "90000",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10637",
- "name": "Fire cape",
- "examine": "A cape of fire.",
- "archery_ticket_price": "0",
- "bonuses": "1,1,1,1,1,11,11,11,11,11,0,4,2,0,0",
- "durability": null,
- "equipment_slot": "1",
- "tradeable": "false",
- "weight": "1.8"
- },
- {
- "id": "10638",
- "name": "Team-1 cape",
- "examine": "Ooohhh look at the pretty colours...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10639",
- "name": "Attack cape",
- "examine": "The cape worn by masters of attack.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{0,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10640",
- "name": "Strength cape",
- "examine": "The cape only worn by the strongest people.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{2,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10641",
- "name": "Defence cape",
- "examine": "The cape worn by masters of the art of Defence.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{1,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10642",
- "name": "Ranging cape",
- "examine": "The cape worn by master archers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{4,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10643",
- "name": "Prayer cape",
- "examine": "The cape worn by the most pious of heroes.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{5,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10644",
- "name": "Magic cape",
- "examine": "The cape worn by the most powerful mages.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{6,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10645",
- "name": "Runecraft cape",
- "examine": "The cape worn by master runecrafters.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{20,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10646",
- "name": "Hunter cape",
- "examine": "The cape worn by master hunters.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{21,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10647",
- "name": "Hitpoints cape",
- "examine": "The cape worn by well-constituted adventurers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{3,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10648",
- "name": "Agility cape",
- "examine": "The cape worn by the most agile of heroes.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{16,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10649",
- "name": "Herblore cape",
- "examine": "The cape worn by the most skilled at the art of herblore.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{15,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10650",
- "name": "Thieving cape",
- "examine": "The cape worn by master thieves.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{17,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10651",
- "name": "Crafting cape",
- "examine": "The cape worn by master craftworkers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{12,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10652",
- "name": "Fletching cape",
- "examine": "The cape worn by the best of fletchers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{9,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10653",
- "name": "Slayer cape",
- "examine": "The cape worn by slayer masters.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{18,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10654",
- "name": "Construct. cape",
- "examine": "The cape worn by master builders.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{22,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10655",
- "name": "Mining cape",
- "examine": "The cape worn by the most skilled miners.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{14,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10656",
- "name": "Smithing cape",
- "examine": "The cape worn by master smiths.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{13,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10657",
- "name": "Fishing cape",
- "examine": "The cape worn by the best fishermen.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{10,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10658",
- "name": "Cooking cape",
- "examine": "The cape worn by the world's best chefs.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{7,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10659",
- "name": "Firemaking cape",
- "examine": "The cape worn by master firelighters.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{11,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10660",
- "name": "Woodcutting cape",
- "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{8,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10661",
- "name": "Farming cape",
- "examine": "The cape worn by master farmers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{19,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10662",
- "name": "Quest point cape",
- "examine": "The cape worn by only the most experienced adventurers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "10663",
- "name": "Spotted cape",
- "examine": "A surprisingly aerodynamic cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10664",
- "name": "Spottier cape",
- "examine": "A really surprisingly aerodynamic cape.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10665",
- "name": "Black shield(h1)",
- "examine": "A black kitesheild with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "10666",
- "name": "Adamant shield(h1)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10667",
- "name": "Rune shield(h1)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "10668",
- "name": "Black shield(h2)",
- "examine": "A black kiteshield with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "10669",
- "name": "Adamant shield(h2)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10670",
- "name": "Rune shield(h2)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "10671",
- "name": "Black shield(h3)",
- "examine": "A black shield with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "10672",
- "name": "Adamant shield(h3)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10673",
- "name": "Rune shield(h3)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10674",
- "name": "Black shield(h4)",
- "examine": "A black shield with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "10675",
- "name": "Adamant shield(h4)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10676",
- "name": "Rune shield(h4)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10677",
- "name": "Black shield(h5)",
- "examine": "A black shield with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "10678",
- "name": "Adamant shield(h5)",
- "examine": "A shield with a heraldic design.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10679",
- "name": "Rune shield(h5)",
- "examine": "A rune kiteshield with a heraldic design.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "10680",
- "name": "Studded body (g)",
- "examine": "Those studs should provide a bit more protection. Nice trim too!",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "10681",
- "name": "Studded body (t)",
- "examine": "Those studs should provide a bit more protection. Nice trim too!",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "tradeable": "true",
- "weight": "5.4"
- },
- {
- "id": "10682",
- "name": "D'hide body(g)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4"
- },
- {
- "id": "10683",
- "name": "D'hide body (t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4"
- },
- {
- "id": "10684",
- "name": "D'hide body (g)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4"
- },
- {
- "id": "10685",
- "name": "D'hide body (t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2241",
- "equipment_slot": "4"
- },
- {
- "id": "10686",
- "name": "Wizard robe (g)",
- "examine": "I can practise magic better in this.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10687",
- "name": "Wizard robe (t)",
- "examine": "I can do magic better in this.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10688",
- "name": "Enchanted top",
- "examine": "Enchanted Wizards robes.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}-{6,40}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10689",
- "name": "Wizard boots",
- "examine": "Slightly magical boots.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "lendable": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10690",
- "name": "Black platebody (t)",
- "examine": "Black platebody with trim.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "10691",
- "name": "Black platebody (g)",
- "examine": "Black platebody with gold trim.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "10692",
- "name": "Highwayman mask",
- "examine": "Your money or your life!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10693",
- "name": "Blue beret",
- "examine": "Parlez-vous francais? (Do you speak French?)",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "hat": true,
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10694",
- "name": "Black beret",
- "examine": "Parlez-vous francais?(Do you speak French?)",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "hat": true,
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10695",
- "name": "White beret",
- "examine": "Parlez-vous francais? (Do you speak French?)",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "hat": true,
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10696",
- "name": "Ranger boots",
- "examine": "Lightweight boots ideal for rangers.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,2,3,4,2,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "lendable": "true",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10697",
- "name": "Adam platebody (t)",
- "examine": "Adamant platebody with trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "10698",
- "name": "Adam platebody (g)",
- "examine": "Adamant platebody with gold trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "2",
- "remove_sleeves": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "10699",
- "name": "Black helm (h1)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10700",
- "name": "Black helm (h2)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10701",
- "name": "Black helm (h3)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10702",
- "name": "Black helm (h4)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10703",
- "name": "Black helm (h5)",
- "examine": "A black helmet with a heraldic design.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10704",
- "name": "Rune helm (h1)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true"
- },
- {
- "id": "10705",
- "name": "Rune helm (h2)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10706",
- "name": "Rune helm (h3)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "10707",
- "name": "Rune helm (h4)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10708",
- "name": "Rune helm (h5)",
- "examine": "A rune helmet with a heraldic design.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10709",
- "name": "Adamant helm (h1)",
- "examine": "An adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10710",
- "name": "Adamant helm (h2)",
- "examine": "An adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10711",
- "name": "Adamant helm (h3)",
- "examine": "An adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10712",
- "name": "Adamant helm (h4)",
- "examine": "An Adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10713",
- "name": "Adamant helm (h5)",
- "examine": "An adamant helmet with a heraldic design.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10714",
- "name": "Bob shirt",
- "examine": "See table",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10715",
- "name": "Bob shirt",
- "examine": "See table",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10716",
- "name": "Bob shirt",
- "examine": "See table",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10717",
- "name": "Bob shirt",
- "examine": "See table",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10718",
- "name": "Bob shirt",
- "examine": "See table",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10719",
- "name": "Amulet of glory(t)",
- "examine": "A very powerful dragonstone amulet.",
- "archery_ticket_price": "0",
- "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "10720",
- "name": "Guthix cape",
- "examine": "A cape from the almighty god Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,10,0,1,1,2,10,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "weight": "0.4"
- },
- {
- "id": "10721",
- "name": "Frog mask",
- "examine": "Now that's just silly.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "weight": "0.4"
- },
- {
- "id": "10722",
- "name": "Reindeer hat",
- "examine": "A reindeer hat and a matching flashing nose.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another from Diango in Draynor Village.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "10723",
- "name": "Jack lantern mask",
- "examine": "Better not light it!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You may get another from Diango in Draynor Village.",
- "durability": null,
- "equip_audio": "3227",
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "tradeable": "false"
- },
- {
- "id": "10724",
- "name": "Skeleton boots",
- "examine": "Skeleton feet.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "10",
- "weight": "2"
- },
- {
- "id": "10725",
- "name": "Skeleton gloves",
- "examine": "Some skeletal gloves.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "weight": "2"
- },
- {
- "id": "10726",
- "name": "Skeleton leggings",
- "examine": "Does my pelvis look big in this?",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "7",
- "weight": "2"
- },
- {
- "id": "10727",
- "name": "Skeleton shirt",
- "examine": "The shirt of a fully body skeleton costume.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "2"
- },
- {
- "id": "10728",
- "name": "Skeleton mask",
- "examine": "A scary skeleton mask.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "weight": "2"
- },
- {
- "id": "10729",
- "name": "Easter ring",
- "examine": "A ring given to you by the Easter Bunny.",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": ""
- },
- {
- "id": "10730",
- "name": "Blue marionette",
- "examine": "I've got no strings ... oh hang on!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10731",
- "name": "Zombie head",
- "examine": "Alas...I hardly knew him.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10732",
- "name": "Rubber chicken",
- "examine": "Perhaps not the most powerful weapon in 2009Scape.",
- "archery_ticket_price": "0",
- "attack_audios": "2257,2257,2257",
- "attack_speed": "4",
- "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "3",
- "fun_weapon": "true",
- "render_anim": "182",
- "run_anim": "824",
- "stand_anim": "1832",
- "stand_turn_anim": "823",
- "turn180_anim": "1830",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "1830",
- "weapon_interface": "12",
- "weight": "0.4"
- },
- {
- "id": "10733",
- "name": "Yo-yo",
- "examine": "A gift from Santa.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10734",
- "name": "Bunny ears",
- "examine": "A rabbit-like adornment.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "0.2"
- },
- {
- "id": "10735",
- "name": "Scythe",
- "examine": "It's a Scythe.",
- "archery_ticket_price": "0",
- "attack_speed": "7",
- "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "1383",
- "run_anim": "824",
- "stand_anim": "847",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "two_handed": "true",
- "walk_anim": "819",
- "weight": "3"
- },
- {
- "id": "10736",
- "name": "Strength amulet(t)",
- "examine": "An enchanted ruby amulet with a nice trim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "10738",
- "name": "Amulet of magic(t)",
- "examine": "An enchanted sapphire amulet of magic.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "10740",
- "name": "A powdered wig",
- "examine": "A big 'do about nothing.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10742",
- "name": "Flared trousers",
- "examine": "These'll help me stay alive.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "lendable": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10744",
- "name": "Pantaloons",
- "examine": "Alas, someone has slashed my pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "lendable": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10746",
- "name": "Sleeping cap",
- "examine": "A cap for wearing whil...zzzzzzzzz",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10748",
- "name": "Elegant shirt",
- "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10750",
- "name": "Elegant shirt",
- "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10752",
- "name": "Elegant shirt",
- "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10754",
- "name": "Elegant shirt",
- "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10756",
- "name": "Elegant shirt",
- "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10758",
- "name": "Red boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true"
- },
- {
- "id": "10760",
- "name": "Orange boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true"
- },
- {
- "id": "10762",
- "name": "Green boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true"
- },
- {
- "id": "10764",
- "name": "Blue boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true"
- },
- {
- "id": "10766",
- "name": "Black boater",
- "examine": "Stylish!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true"
- },
- {
- "id": "10768",
- "name": "Red headband",
- "examine": "A minimalist's hat.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10770",
- "name": "Black headband",
- "examine": "A minimalist's hat.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10772",
- "name": "Brown headband",
- "examine": "A minimalist's hat.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10774",
- "name": "Pirate's hat",
- "examine": "Shiver me timbers!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true"
- },
- {
- "id": "10776",
- "name": "Zamorak platebody",
- "examine": "Rune platebody in the colours of Zamorak.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9"
- },
- {
- "id": "10778",
- "name": "Saradomin plate",
- "examine": "Rune platebody in the colours of Saradomin.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "10780",
- "name": "Guthix platebody",
- "examine": "Rune platebody in the colours of Guthix.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "10782",
- "name": "Gilded platebody",
- "examine": "Rune platebody with complete gold trim & plating.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "10784",
- "name": "Saradomin robe top",
- "examine": "Blessed vestments of Saradomin.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{5,20}",
- "tradeable": "true"
- },
- {
- "id": "10786",
- "name": "Zamorak robe top",
- "examine": "Zamorak Vestments.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{5,20}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10788",
- "name": "Guthix robe top",
- "examine": "Blessed vestments of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{5,20}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10790",
- "name": "Zamorak d'hide",
- "examine": "Zamorak blessed dragonhide body armour.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "10792",
- "name": "Saradomin d'hide",
- "examine": "Saradomin blessed dragonhide body armour.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "13000",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "10794",
- "name": "Guthix dragonhide",
- "examine": "Guthix blessed dragonhide body armour.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "13",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "10796",
- "name": "Robin hood hat",
- "examine": "Endorsed by Robin Hood.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "requirements": "{4,40}",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10798",
- "name": "Rune platebody (g)",
- "examine": "Rune platebody with gold trim.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "10800",
- "name": "Rune platebody (t)",
- "examine": "Rune platebody with trim.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "9.07"
- },
- {
- "id": "10802",
- "name": "Tan cavalier",
- "examine": "All for one and one for all!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10804",
- "name": "Dark cavalier",
- "examine": "All for one and one for all!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10806",
- "name": "Black cavalier",
- "examine": "All for one and one for all!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "tradeable": "true"
- },
- {
- "id": "10808",
- "name": "Arctic pyre logs",
- "examine": "Arctic Pine logs prepared with sacred oil for a funeral pyre",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10809",
- "name": "Arctic pyre logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "10810",
- "name": "Arctic pine logs",
- "examine": "Log cut from an arctic pine.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "25000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10811",
- "name": "Arctic pine logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "10812",
- "name": "Split log",
- "examine": "Used to repair bridges.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "10813",
- "name": "Split log",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "10814",
- "name": "Hair",
- "examine": "I can spin this into rope.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "10815",
- "name": "Hair",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "10816",
- "name": "Raw yak meat",
- "examine": "I need to cook this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "2",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10817",
- "name": "Raw yak meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "10818",
- "name": "Yak-hide",
- "examine": "Thakkrad, of Neitiznot, can cure this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10819",
- "name": "Yak-hide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10820",
- "name": "Cured yak-hide",
- "examine": "Ready to be cut and sewn into armour.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "10821",
- "name": "Cured yak-hide",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "10822",
- "name": "Yak-hide armour",
- "examine": "Smelly yak body armour.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "requirements": "{1,20}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10823",
- "name": "Yak-hide armour",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10824",
- "name": "Yak-hide armour",
- "examine": "Leg protection, made from smelly yak-hide.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{1,20}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "10825",
- "name": "Yak-hide armour",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10826",
- "name": "Fremennik round shield",
- "examine": "A wooden shield with a rope rim.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
- "requirements": "{1,25}",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10827",
- "name": "Fremennik round shield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10828",
- "name": "Helm of neitiznot",
- "examine": "A gift from Neitiznot's Burgher.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{1,55}",
- "shop_price": "50000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "10830",
- "name": "Royal decree",
- "examine": "The document is stamped with King Gjuki Sorvott IV's royal seal.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "King Sorvott of Jatizso will give you another one, grudgingly.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10831",
- "name": "Empty tax bag",
- "examine": "An empty tax bag.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10836",
- "name": "Silly jester hat",
- "examine": "A silly hat with bells.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Are you sure? You can find another in King Sorvott's chest.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "2.7"
- },
- {
- "id": "10837",
- "name": "Silly jester top",
- "examine": "A jester's jangly top.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Are you sure? You can find another in King Sorvott's chest.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false",
- "weight": "6.8"
- },
- {
- "id": "10838",
- "name": "Silly jester tights",
- "examine": "Silly jester tights.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Are you sure? You can find another in King Sorvott's chest.",
- "durability": null,
- "equipment_slot": "7",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "10839",
- "name": "Silly jester boots",
- "examine": "Silly jester boots.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Are you sure? You can find another in King Sorvott's chest.",
- "durability": null,
- "equipment_slot": "10",
- "tradeable": "false",
- "weight": "1.3"
- },
- {
- "id": "10840",
- "name": "A jester stick",
- "alchemizable": "true",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "10842",
- "name": "Decapitated head",
- "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "10843",
- "name": "Helm of neitiznot",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10844",
- "name": "Spring sq'irk",
- "examine": "A slightly sq'irky, I mean quirky, fruit.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10845",
- "name": "Summer sq'irk",
- "examine": "A slightly sq'irky, I mean quirky, fruit.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10846",
- "name": "Autumn sq'irk",
- "examine": "A slightly sq'irky, I mean quirky, fruit.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10847",
- "name": "Winter sq'irk",
- "examine": "A slightly sq'irky, I mean quirky, fruit.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10848",
- "name": "Spring sq'irkjuice",
- "examine": "Made from 4 spring sq'irks.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "10849",
- "name": "Summer sq'irkjuice",
- "examine": "Made from 2 summer sq'irks.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "10850",
- "name": "Autumn sq'irkjuice",
- "examine": "Made from 3 autumn sq'irks.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "10851",
- "name": "Winter sq'irkjuice",
- "examine": "Made from 5 winter sq'irks.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10856",
- "name": "Sin seer's note",
- "examine": "Her writing is too scrawled to make out what it says.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Sin Seer in Seers' Village to get another one.",
- "durability": null,
- "shop_price": "40",
- "tradeable": "false"
- },
- {
- "id": "10857",
- "name": "Severed leg",
- "examine": "A severed human leg.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to General Khazard, near the Fremennik Province, to get another.",
- "durability": null,
- "tradeable": "false",
- "weight": "12"
- },
- {
- "id": "10858",
- "name": "Shadow sword",
- "examine": "A shadow sword.",
- "archery_ticket_price": "0",
- "attack_speed": "7",
- "bonuses": "-4,27,21,4,0,0,0,0,4,-1,0,26,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one by visiting the cave near the Fishing guild. A friendly ghost will replace it for you. You must be wearing a Ring of visibility, or you cannot get it back.",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "124",
- "run_anim": "7039",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "false",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7043",
- "turn90cw_anim": "7044",
- "two_handed": "true",
- "walk_anim": "7046",
- "weapon_interface": "7",
- "weight": "3.6"
- },
- {
- "id": "10859",
- "name": "Tea flask",
- "examine": "You can put nice, hot tea in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "10860",
- "name": "Tea flask",
- "examine": "You can put nice, hot tea in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "10861",
- "name": "Tea flask",
- "examine": "You can put nice, hot tea in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "10862",
- "name": "Hard hat",
- "examine": "Can't get any safer than this.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to find another within the Tower of Life!",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "10863",
- "name": "Builder's shirt",
- "examine": "Very fetching.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to find another within the Tower of Life!",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "10864",
- "name": "Builder's trousers",
- "examine": "Slightly tatty in my opinion.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to find another within the Tower of Life!",
- "durability": null,
- "equipment_slot": "7",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "10865",
- "name": "Builder's boots",
- "examine": "They'll offer good protection for my toes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to find another within the Tower of Life!",
- "durability": null,
- "equipment_slot": "10",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "10866",
- "name": "Rivets",
- "examine": "Used to bolt things together.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10870",
- "name": "Binding fluid",
- "examine": "Some magical fluid to bind surfaces.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10871",
- "name": "Pipe",
- "examine": "A pipe that belongs in a cannon stand.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "10872",
- "name": "Pipe ring",
- "examine": "A ring used to join two pipes together.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10873",
- "name": "Metal sheet",
- "examine": "A sheet of metal.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10874",
- "name": "Coloured ball",
- "examine": "Bound to have some use.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10875",
- "name": "Valve wheel",
- "examine": "A wheel used to control valves.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10876",
- "name": "Metal bar",
- "examine": "Some unknown metal substance.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10877",
- "name": "Plain satchel",
- "examine": "I can keep my grub in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "shop_price": "128",
- "weight": "0.1"
- },
- {
- "id": "10878",
- "name": "Green satchel",
- "examine": "I can keep my grub in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "weight": "0.1"
- },
- {
- "id": "10879",
- "name": "Red satchel",
- "examine": "I can keep my grub in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "shop_price": "128",
- "weight": "0.1"
- },
- {
- "id": "10880",
- "name": "Black satchel",
- "examine": "I can keep my grub in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "weight": "0.1"
- },
- {
- "id": "10881",
- "name": "Gold satchel",
- "examine": "I can keep my grub in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "weight": "0.1"
- },
- {
- "id": "10882",
- "name": "Rune satchel",
- "examine": "I can keep my grub in here.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "weight": "0.1"
- },
- {
- "id": "10883",
- "name": "Hard hat",
- "examine": "Can't get any safer than this.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to find another within the Tower of Life!",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "10884",
- "name": "Fuse",
- "examine": "A fuse.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10885",
- "name": "Keg",
- "examine": "A small keg of gunpowder.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "12"
- },
- {
- "id": "10886",
- "name": "Prayer book",
- "examine": "Used to cure poison through prayer.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "10887",
- "name": "Barrelchest anchor",
- "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)",
- "archery_ticket_price": "0",
- "attack_anims": "5865,5865,5865,5865",
- "attack_speed": "6",
- "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0",
- "defence_anim": "5866",
- "destroy_message": "If you drop the Anchor it will be destroyed, and you will need to get a new one from Brother Tranquillity, then pay Smith to re",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "985",
- "run_anim": "5868",
- "stand_anim": "5869",
- "stand_turn_anim": "823",
- "turn180_anim": "5867",
- "turn90ccw_anim": "5867",
- "turn90cw_anim": "5867",
- "two_handed": "true",
- "walk_anim": "5867",
- "weapon_interface": "8",
- "weight": "30"
- },
- {
- "id": "10888",
- "name": "Barrelchest anchor",
- "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0",
- "durability": null,
- "weight": "30"
- },
- {
- "id": "10889",
- "name": "Blessed lamp",
- "examine": "This will answer my prayers.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this lamp it will be destroyed, and you will need to see Brother Tranquility for another.",
- "durability": null
- },
- {
- "id": "10890",
- "name": "Prayer book",
- "examine": "Used to cure poison through prayer.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This book is old and delicate. You can reclaim this item from the place you found it.ping it here will destroy it and you will have to search the Edgeville Monastery bookcase for another.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "10891",
- "name": "Wooden cat",
- "examine": "A wooden cat toy.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10892",
- "name": "Wooden cat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10893",
- "name": "Cranial clamp",
- "examine": "A cranial clamp.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10894",
- "name": "Brain tongs",
- "examine": "Some tongs for use with brains.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10895",
- "name": "Bell jar",
- "examine": "A bell jar for covering things.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "10896",
- "name": "Wolf whistle",
- "examine": "A silver whistle.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10897",
- "name": "Shipping order",
- "examine": "A shipping order list.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10898",
- "name": "Keg",
- "examine": "A small keg of gunpowder.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "12"
- },
- {
- "id": "10899",
- "name": "Crate part",
- "examine": "Part of a crate.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10904",
- "name": "Skull staple",
- "examine": "One skull staple.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10909",
- "name": "Mixture - step 1(4)",
- "examine": "This super restore and unicorn dust potion needs more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10910",
- "name": "Mixture - step 1(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10911",
- "name": "Mixture - step 1(3)",
- "examine": "This super restore and unicorn dust potion needs more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10912",
- "name": "Mixture - step 1(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10913",
- "name": "Mixture - step 1(2)",
- "examine": "This super restore and unicorn dust potion needs more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10914",
- "name": "Mixture - step 1(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10915",
- "name": "Mixture - step 1(1)",
- "examine": "This super restore and unicorn dust potion needs more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10916",
- "name": "Mixture - step 1(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10917",
- "name": "Mixture - step 2(4)",
- "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10918",
- "name": "Mixture - step 2(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10919",
- "name": "Mixture - step 2(3)",
- "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10920",
- "name": "Mixture - step 2(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10921",
- "name": "Mixture - step 2(2)",
- "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10922",
- "name": "Mixture - step 2(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10923",
- "name": "Mixture - step 2(1)",
- "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10924",
- "name": "Mixture - step 2(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10925",
- "name": "Sanfew serum(4)",
- "examine": "A \"X\" dose Sanfew Serum.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10926",
- "name": "Sanfew serum(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10927",
- "name": "Sanfew serum(3)",
- "examine": "A \"X\" dose Sanfew Serum.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10928",
- "name": "Sanfew serum(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10929",
- "name": "Sanfew serum(2)",
- "examine": "A \"X\" dose Sanfew Serum.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10930",
- "name": "Sanfew serum(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10931",
- "name": "Sanfew serum(1)",
- "examine": "A \"X\" dose Sanfew Serum.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10932",
- "name": "Sanfew serum(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10933",
- "name": "Lumberjack boots",
- "examine": "You certainly will be alright wearing these.",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "weight": "0.9"
- },
- {
- "id": "10934",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10935",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10936",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10937",
- "name": "Nail beast nails",
- "examine": "The claws from a nail beast",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10938",
- "name": "Nail beast nails",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10939",
- "name": "Lumberjack top",
- "examine": "You certainly will be alright wearing this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "1.3"
- },
- {
- "id": "10940",
- "name": "Lumberjack legs",
- "examine": "You certainly will be alright wearing these.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "weight": "0.9"
- },
- {
- "id": "10941",
- "name": "Lumberjack hat",
- "examine": "You certainly will be alright wearing this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "weight": "0.4"
- },
- {
- "id": "10942",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10943",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10944",
- "name": "Reward token",
- "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10945",
- "name": "Lumberjack top",
- "examine": "You certainly will be alright wearing this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "weight": "1.3"
- },
- {
- "id": "10950",
- "name": "Skull staples",
- "examine": "One skull staple.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10951",
- "name": "Skull staples",
- "examine": "One skull staple.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10952",
- "name": "Slayer bell",
- "examine": "Don't make anyone jump when you ring this!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{18,39}",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "10953",
- "name": "Slayer bell",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10954",
- "name": "Frog-leather body",
- "examine": "Armour made out of Frog hide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "requirements": "{1,25}-{4,25}",
- "shop_price": "1000",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10955",
- "name": "Frog-leather body",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10956",
- "name": "Frog-leather chaps",
- "examine": "Chaps made out of Frog hide.",
- "absorb": "0,2,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,2,7,7,9,4,9,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "requirements": "{1,25}-{4,25}",
- "shop_price": "900",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "10957",
- "name": "Frog-leather chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10958",
- "name": "Frog-leather boots",
- "examine": "Boots made out of Frog hide.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,2,1,1,1,0,1,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "requirements": "{1,25}-{4,25}",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10959",
- "name": "Frog-leather boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "10960",
- "name": "Green gloop soup",
- "examine": "Thick and tasty soup.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10"
- },
- {
- "id": "10961",
- "name": "Frogspawn gumbo",
- "examine": "A big bowl of frogspawn gumbo.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10"
- },
- {
- "id": "10962",
- "name": "Frogburger",
- "examine": "A juicy frogburger.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "weight": "1"
- },
- {
- "id": "10963",
- "name": "Coated frogs' legs",
- "examine": "Nice and crunchy.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10964",
- "name": "Bat shish",
- "examine": "Bat shish kebab.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10"
- },
- {
- "id": "10965",
- "name": "Fingers",
- "examine": "Wall beast fingers in a white fern sauce.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10"
- },
- {
- "id": "10967",
- "name": "Roast frog",
- "examine": "A whole roasted frog.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "10968",
- "name": "Mushrooms",
- "examine": "Tasty saut??ed mushrooms.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10969",
- "name": "Fillets",
- "examine": "Chunky cave-crawler fillets.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10970",
- "name": "Loach",
- "examine": "Steamed cave pond loach.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "10971",
- "name": "Eel sushi",
- "examine": "Cave-eel sushi.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10972",
- "name": "Dorgesh-kaan sphere",
- "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
- "weight": "0.5"
- },
- {
- "id": "10973",
- "name": "Light orb",
- "examine": "A component of cave goblin Magic.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "requirements": "{11,52}",
- "tradeable": "true"
- },
- {
- "id": "10974",
- "name": "Light orb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "10975",
- "name": "Spanner",
- "examine": "A goblin wrench.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "10976",
- "name": "Long bone",
- "examine": "A Construction bone.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1000",
- "weight": "1"
- },
- {
- "id": "10977",
- "name": "Curved bone",
- "examine": "A curved Construction bone.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2000",
- "weight": "1"
- },
- {
- "id": "10978",
- "name": "Swamp weed",
- "examine": "Swamp weed found in the caves near Dorgesh-Kaan.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "10979",
- "name": "Swamp weed",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "10980",
- "name": "Empty light orb",
- "examine": "Add a wire to complete it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10981",
- "name": "Cave goblin wire",
- "examine": "Wire found in Dorgesh-Kaan.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "10982",
- "name": "Cave goblin wire",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "10983",
- "name": "Cog",
- "examine": "A cog. Broken: A broken cog.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another cog from the old power station.",
- "durability": null,
- "shop_price": "160",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "10984",
- "name": "Cog",
- "examine": "A cog. Broken: A broken cog.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another cog from the old power station.",
- "durability": null,
- "shop_price": "160",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "10985",
- "name": "Fuse",
- "examine": "A fuse.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10986",
- "name": "Fuse",
- "examine": "A fuse.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10987",
- "name": "Meter",
- "examine": "A meter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10988",
- "name": "Meter",
- "examine": "A meter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "10989",
- "name": "Capacitor",
- "examine": "A capacitor.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "10990",
- "name": "Capacitor",
- "examine": "A capacitor.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "10993",
- "name": "Powerbox",
- "examine": "A powerbox. Broken: A broken powerbox.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another power box from the old power station.",
- "durability": null,
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "10994",
- "name": "Powerbox",
- "examine": "A powerbox. Broken: A broken powerbox.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another power box from the old power station.",
- "durability": null,
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "10995",
- "name": "Perfect shell",
- "examine": "A perfect example of a tortoise shell.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "6.8"
- },
- {
- "id": "10996",
- "name": "Perfect snail shell",
- "examine": "A perfect example of a snail shell.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "7"
- },
- {
- "id": "10997",
- "name": "Molanisk",
- "examine": "On wall: That white dot looks like an eye! Off wall: A strange mole-like being.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null
- },
- {
- "id": "10998",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "10999",
- "name": "Goblin book",
- "examine": "A tattered goblin holy book.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "11001",
- "name": "Dagon'hai history",
- "examine": "The History of Dagon'hai.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11002",
- "name": "Sin'keth's diary",
- "examine": "The diary of Sin'keth Magis.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11003",
- "name": "An empty folder",
- "examine": "A folder for Rat's papers.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to ask Rat for another empty folder if you destroy this one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11006",
- "name": "Used folder",
- "examine": "A folder for rat's papers. It needs more pages.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11007",
- "name": "Full folder",
- "examine": "A full folder. You should take this back to Rat.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11008",
- "name": "Rat's paper",
- "examine": "A page of Rat's document.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to find more papers about the outlaws if you destroy this.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11009",
- "name": "Rat's letter",
- "examine": "A letter in a strange language.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to get another copy of the letter from Rat if you destroy this.",
- "durability": null,
- "shop_price": "160",
- "tradeable": "false"
- },
- {
- "id": "11010",
- "name": "Surok's letter",
- "examine": "A letter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to ask Surok for another letter to Rat if you destroy this.",
- "durability": null,
- "shop_price": "27",
- "tradeable": "false"
- },
- {
- "id": "11011",
- "name": "Zaff's instructions",
- "examine": "Instructions for the beacon ring.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11012",
- "name": "Wand",
- "examine": "A wand.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "11013",
- "name": "Infused wand",
- "examine": "This wand is glowing with chaos magic.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "11014",
- "name": "Beacon ring",
- "examine": "A magical ring.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,1,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to get another ring from Zaff if you destroy this one.",
- "durability": null,
- "equipment_slot": "12",
- "tradeable": "false"
- },
- {
- "id": "11015",
- "name": "Chicken head",
- "examine": "Cock-a-doodle-do!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "11016",
- "name": "Chicken feet",
- "examine": "Perfect for crossing the road.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "10",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "11017",
- "name": "Chicken wings",
- "examine": "I look fowl in this.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "11018",
- "name": "Chicken legs",
- "examine": "What's the matter, are you chicken?",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "7",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "11019",
- "name": "Chicken feet",
- "examine": "Perfect for crossing the road.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Diango to get another pair of chicken feet.",
- "durability": null,
- "equipment_slot": "10",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "11020",
- "name": "Chicken wings",
- "examine": "I look fowl in this.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Diango to get another set of chicken wings.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "11021",
- "name": "Chicken head",
- "examine": "Cock-a-doodle-do!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Diango to get another chicken head.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "11022",
- "name": "Chicken legs",
- "examine": "What's the matter, are you chicken?",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to speak to Diango to get another set of chicken legs.",
- "durability": null,
- "equipment_slot": "7",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "11023",
- "name": "Magic egg",
- "examine": "Let's see how far the rabbit hole goes.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "11024",
- "name": "Rabbit mould",
- "examine": "Used for making chocolate rabbits.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "11025",
- "name": "Chocolate chunks",
- "examine": "Some chocolate chunks.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11026",
- "name": "Chocolate kebbit",
- "examine": "Chocolatey kebbit goodness.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11027",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true"
- },
- {
- "id": "11028",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true"
- },
- {
- "id": "11029",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true"
- },
- {
- "id": "11030",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true"
- },
- {
- "id": "11031",
- "name": "Damp planks",
- "examine": "A number of dripping, waterlogged planks.",
- "archery_ticket_price": "0",
- "destroy_message": "These logs will be destroyed if you drop them and you will need to see Olaf Hradson to get some more.",
- "durability": null
- },
- {
- "id": "11032",
- "name": "Crude carving",
- "examine": "A log with some squiggles carved into it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11033",
- "name": "Cruder carving",
- "examine": "Another log with some sort of bird hacked into it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11034",
- "name": "Sven's last map",
- "examine": "A faded map marking a cross next to a section of the landscape.",
- "archery_ticket_price": "0",
- "destroy_message": "This map will be destroyed if you drop it and you will need to see Olaf Hradson to get another.",
- "durability": null
- },
- {
- "id": "11035",
- "name": "Windswept logs",
- "examine": "Logs taken from the exotic-looking windswept tree.",
- "archery_ticket_price": "0",
- "destroy_message": "These logs will be destroyed if you drop them and you will need to chop more from the windswept tree.",
- "durability": null
- },
- {
- "id": "11037",
- "name": "Brine sabre",
- "examine": "A salty sword.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "4",
- "bonuses": "7,47,-2,0,0,0,0,0,0,0,0,46,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "has_special": "true",
- "requirements": "{0,40}",
- "tradeable": "true",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "11038",
- "name": "Brine sabre",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11044",
- "name": "Rotten barrel",
- "examine": "Looks like it might still float.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11045",
- "name": "Rotten barrel",
- "examine": "Looks like it might still float.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11046",
- "name": "Rope",
- "examine": "A coil of rope.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "18",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "11047",
- "name": "Brine rat",
- "examine": "Eww, a bald rat!",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null
- },
- {
- "id": "11048",
- "name": "Armour shard",
- "examine": "A piece of ancient goblin armour.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11049",
- "name": "Artefact",
- "examine": "An ancient goblin object encrusted in dirt.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11050",
- "name": "Axe head",
- "examine": "It's missing a handle.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "11051",
- "name": "Artefact",
- "examine": "An ancient goblin object encrusted in dirt.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11052",
- "name": "Helmet fragment",
- "examine": "A piece of ancient goblin helmet.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11053",
- "name": "Artefact",
- "examine": "An ancient goblin object encrusted in dirt.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11054",
- "name": "Shield fragment",
- "examine": "A piece of an ancient goblin shield.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11055",
- "name": "Artefact",
- "examine": "An ancient goblin object encrusted in dirt.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11056",
- "name": "Sword fragment",
- "examine": "A piece of an ancient goblin sword.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11057",
- "name": "Artefact",
- "examine": "An ancient goblin object encrusted in dirt.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11058",
- "name": "Mace",
- "archery_ticket_price": "0",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "durability": null
- },
- {
- "id": "11059",
- "name": "Artefact",
- "examine": "An ancient goblin object encrusted in dirt.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11060",
- "name": "Goblin village sphere",
- "examine": "Oldak's marvellous Moving-over-distance Sphere",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
- "weight": "0.05"
- },
- {
- "id": "11061",
- "name": "Ancient mace",
- "examine": "It has ancient goblin symbols on it.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "10,-2,16,0,0,0,0,0,0,0,0,14,3,0,0",
- "defence_anim": "397",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "has_special": "true",
- "requirements": "{0,25}-{5,15}",
- "shop_price": "1000",
- "tradeable": "true",
- "weapon_interface": "8",
- "weight": "1.8"
- },
- {
- "id": "11064",
- "name": "Ancient mace",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11065",
- "name": "Bracelet mould",
- "examine": "Used to make gold bracelets.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "5",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "11066",
- "name": "Bracelet mould",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11069",
- "name": "Gold bracelet",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "shop_price": "165",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "11070",
- "name": "Gold bracelet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11072",
- "name": "Sapphire bracelet",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "shop_price": "1035",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "11073",
- "name": "Sapphire bracelet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11074",
- "name": "Bracelet of clay",
- "examine": "Now I can become a potter.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "shop_price": "506",
- "tradeable": "true"
- },
- {
- "id": "11075",
- "name": "Bracelet of clay",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11076",
- "name": "Emerald bracelet",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "11077",
- "name": "Emerald bracelet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11079",
- "name": "Castlewar brace(3)",
- "examine": "Must be worn as you enter the game to receive the bonus for that game.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "34464",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "11080",
- "name": "Castlewar brace(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11081",
- "name": "Castlewar brace(2)",
- "examine": "Must be worn as you enter the game to receive the bonus for that game.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "11082",
- "name": "Castlewar brace(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11083",
- "name": "Castlewar brace(1)",
- "examine": "Must be worn as you enter the game to receive the bonus for that game.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "11084",
- "name": "Castlewar brace(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11085",
- "name": "Ruby bracelet",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "shop_price": "2325",
- "tradeable": "true"
- },
- {
- "id": "11086",
- "name": "Ruby bracelet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11088",
- "name": "Inoculation brace",
- "examine": "It eases diseases!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.25"
- },
- {
- "id": "11089",
- "name": "Inoculation brace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11090",
- "name": "Phoenix necklace",
- "examine": "In case of emergency, wear necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11091",
- "name": "Phoenix necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11092",
- "name": "Diamond bracelet",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "shop_price": "3422",
- "tradeable": "true"
- },
- {
- "id": "11093",
- "name": "Diamond bracelet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11095",
- "name": "Forinthry brace(5)",
- "examine": "It repels revenants and helps you enter the Abyss.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "11096",
- "name": "Forinthry brace(5)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11097",
- "name": "Forinthry brace(4)",
- "examine": "It repels revenants and helps you enter the Abyss.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "11098",
- "name": "Forinthry brace(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11099",
- "name": "Forinthry brace(3)",
- "examine": "It repels revenants and helps you enter the Abyss.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "11100",
- "name": "Forinthry brace(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11101",
- "name": "Forinthry brace(2)",
- "examine": "It repels revenants and helps you enter the Abyss.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "11102",
- "name": "Forinthry brace(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11103",
- "name": "Forinthry brace(1)",
- "examine": "It repels revenants and helps you enter the Abyss.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "11104",
- "name": "Forinthry brace(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11105",
- "name": "Skills necklace(4)",
- "examine": "This will help me travel.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11106",
- "name": "Skills necklace(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11107",
- "name": "Skills necklace(3)",
- "examine": "This will help me travel.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "11108",
- "name": "Skills necklace(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11109",
- "name": "Skills necklace(2)",
- "examine": "This will help me travel.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "11110",
- "name": "Skills necklace(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11111",
- "name": "Skills necklace(1)",
- "examine": "This will help me travel.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "true"
- },
- {
- "id": "11112",
- "name": "Skills necklace(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11113",
- "name": "Skills necklace",
- "examine": "This will help me travel.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11114",
- "name": "Skills necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11115",
- "name": "Dragon bracelet",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "11116",
- "name": "Dragon bracelet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11118",
- "name": "Combat bracelet(4)",
- "examine": "A handy way to get around.",
- "archery_ticket_price": "0",
- "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "11119",
- "name": "Combat bracelet(4)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11120",
- "name": "Combat bracelet(3)",
- "examine": "A handy way to get around.",
- "archery_ticket_price": "0",
- "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "11121",
- "name": "Combat bracelet(3)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11122",
- "name": "Combat bracelet(2)",
- "examine": "A handy way to get around.",
- "archery_ticket_price": "0",
- "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "11123",
- "name": "Combat bracelet(2)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11124",
- "name": "Combat bracelet(1)",
- "examine": "A handy way to get around.",
- "archery_ticket_price": "0",
- "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "11125",
- "name": "Combat bracelet(1)",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11126",
- "name": "Combat bracelet",
- "examine": "You will need to recharge the bracelet at the Legends Guild.",
- "archery_ticket_price": "0",
- "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.3"
- },
- {
- "id": "11127",
- "name": "Combat bracelet",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11128",
- "name": "Berserker necklace",
- "examine": "Makes obsidian weapons even stronger!",
- "archery_ticket_price": "0",
- "bonuses": "-10,-10,-10,0,0,-20,-20,-20,-20,-20,-20,7,3,0,0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11129",
- "name": "Berserker necklace",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11130",
- "name": "Onyx bracelet",
- "examine": "I wonder if this is valuable.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "shop_price": "80400",
- "tradeable": "true"
- },
- {
- "id": "11131",
- "name": "Onyx bracelet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11133",
- "name": "Regen bracelet",
- "examine": "Helps to restore your life points.",
- "archery_ticket_price": "0",
- "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "11134",
- "name": "Regen bracelet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11135",
- "name": "Bomber jacket",
- "examine": "For all your flying needs.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11136",
- "name": "Karamja gloves 1",
- "examine": "A pair of pale green Karamja gloves.",
- "archery_ticket_price": "0",
- "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "false"
- },
- {
- "id": "11137",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11138",
- "name": "Karamja gloves 2",
- "examine": "A pair of green Karamja gloves.",
- "archery_ticket_price": "0",
- "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "false"
- },
- {
- "id": "11139",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11140",
- "name": "Karamja gloves 3",
- "examine": "A pair of dark green Karamja gloves.",
- "archery_ticket_price": "0",
- "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "false"
- },
- {
- "id": "11141",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11151",
- "name": "Dream vial (empty)",
- "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11152",
- "name": "Dream vial (water)",
- "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11153",
- "name": "Dream vial (herb)",
- "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11154",
- "name": "Dream potion",
- "examine": "Potion of Shared Dreaming. One dream for two!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11155",
- "name": "Ground astral rune",
- "examine": "A ground astral rune.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "11156",
- "name": "Astral rune shards",
- "examine": "An astral rune that has been broken into shards.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "11157",
- "name": "Dreamy lamp",
- "examine": "A lunar-styled lamp. I wonder what's inside?",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11158",
- "name": "Cyrisus's chest",
- "examine": "Perfect for storing heavy things.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "6"
- },
- {
- "id": "11159",
- "name": "Hunter kit",
- "examine": "A box of Hunter goodies.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will have to create another using the Lunar Spellbook.",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "11164",
- "name": "Restored shield",
- "examine": "Complete Shield of Arrav.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll need to get it back from Captain Rovin.",
- "durability": null,
- "weight": "5"
- },
- {
- "id": "11165",
- "name": "Phoenix crossbow",
- "examine": "Second-rate crossbow, former property of the Phoenix Gang.",
- "archery_ticket_price": "0",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "175",
- "run_anim": "4228",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "3"
- },
- {
- "id": "11166",
- "name": "Phoenix crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11167",
- "name": "Phoenix crossbow",
- "examine": "Second-rate crossbow, former property of the Phoenix Gang.",
- "archery_ticket_price": "0",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "175",
- "run_anim": "4228",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "3"
- },
- {
- "id": "11168",
- "name": "Phoenix crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11169",
- "name": "Newspaper",
- "examine": "A collection of written news on paper!",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "11170",
- "name": "Newspaper",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11171",
- "name": "Newspaper",
- "examine": "A collection of written news on paper!",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "11172",
- "name": "Newspaper",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11173",
- "name": "Half certificate",
- "examine": "I can use this to claim a reward from the King, if I get the other half.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11174",
- "name": "Half certificate",
- "examine": "I can use this to claim a reward from the King, if I get the other half.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11175",
- "name": "Uncleaned find",
- "examine": "A roughly-prepared archaeological find ready for cleaning.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another find from the pile in the cleaning area of Varrock Museum.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11179",
- "name": "Old coin",
- "examine": "An old looking coin.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11180",
- "name": "Ancient coin",
- "examine": "A cracked and rusty looking coin.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11181",
- "name": "Ancient symbol",
- "examine": "A very old symbol of Saradomin.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11182",
- "name": "Old symbol",
- "examine": "An old symbol of Saradomin.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11183",
- "name": "Old chipped vase",
- "examine": "An old vase with Saradominist markings - it has been chipped.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11184",
- "name": "Museum map",
- "examine": "A map of Varrock Museum.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11185",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11186",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11187",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11188",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11189",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11190",
- "name": "Digsite pendant (1)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "0.5"
- },
- {
- "id": "11191",
- "name": "Digsite pendant (2)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "0.5"
- },
- {
- "id": "11192",
- "name": "Digsite pendant (3)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "0.5"
- },
- {
- "id": "11193",
- "name": "Digsite pendant (4)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "0.5"
- },
- {
- "id": "11194",
- "name": "Digsite pendant (5)",
- "examine": "An enchanted necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "weight": "0.5"
- },
- {
- "id": "11195",
- "name": "Clean necklace",
- "examine": "A recently-cleaned necklace.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "11196",
- "name": "Griffin feather",
- "examine": "One of Grimgnash's feathers.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "11197",
- "name": "Miazrqa's pendant",
- "examine": "The pendant belonging to Miazrqa.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to try and find another pendant in the mouse hole if you destroy this.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11198",
- "name": "Music sheet",
- "examine": "A sheet of music.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to find another sheet of music in the witch's basement if you destroy this.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11199",
- "name": "Rupert's helmet",
- "examine": "A sturdy helmet that belonged to Rupert the beard.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to obtain another helmet from Rupert the Beard if you destroy this",
- "durability": null,
- "shop_price": "60000",
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "11200",
- "name": "Dwarven helmet",
- "examine": "A sturdy helmet that belonged to Rupert the beard.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,6,-2,-2,27,28,31,5,24,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{1,50}",
- "shop_price": "60000",
- "tradeable": "true",
- "weight": "1.9"
- },
- {
- "id": "11201",
- "name": "Dwarven helmet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11202",
- "name": "Shrinking recipe",
- "examine": "A recipe for a shrinking potion.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11203",
- "name": "To-do list",
- "examine": "A list of tasks for the day.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11204",
- "name": "Shrink-me-quick",
- "examine": "Apparently it shrinks you. Very fast.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to make another shrinking potion if you destroy this.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "11205",
- "name": "Shrunk ogleroot",
- "examine": "A shrunk ogleroot! How odd...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "4",
- "tradeable": "false"
- },
- {
- "id": "11210",
- "name": "Golden goblin",
- "examine": "A shiny golden goblin. Strange!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "30"
- },
- {
- "id": "11211",
- "name": "Magic beans",
- "examine": "A bag of magic beans.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to get another bag of beans from Sylas if you destroy this one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11212",
- "name": "Dragon arrow",
- "examine": "An arrow made using a dragon's talon.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true"
- },
- {
- "id": "11217",
- "name": "Dragon fire arrows",
- "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true"
- },
- {
- "id": "11222",
- "name": "Dragon fire arrows",
- "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true"
- },
- {
- "id": "11227",
- "name": "Dragon arrow(p)",
- "examine": "An arrow made using a dragon's talon.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true"
- },
- {
- "id": "11228",
- "name": "Dragon arrow(p+)",
- "examine": "An arrow made using a dragon's talon.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true"
- },
- {
- "id": "11229",
- "name": "Dragon arrow(p++)",
- "examine": "An arrow made using a dragon's talon.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true"
- },
- {
- "id": "11230",
- "name": "Dragon dart",
- "examine": "A deadly throwing dart with a dragon tip.",
- "archery_ticket_price": "0",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "11231",
- "name": "Dragon dart(p)",
- "examine": "A deadly throwing dart with a dragon tip.",
- "archery_ticket_price": "0",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "11232",
- "name": "Dragon dart tip",
- "examine": "A deadly looking dragon dart tip - needs feathers for flight.",
- "archery_ticket_price": "0",
- "attack_audios": "2547,0,0,0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11233",
- "name": "Dragon dart(p+)",
- "examine": "A deadly throwing dart with a dragon tip.",
- "archery_ticket_price": "0",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "11234",
- "name": "Dragon dart(p++)",
- "examine": "A deadly throwing dart with a dragon tip.",
- "archery_ticket_price": "0",
- "attack_audios": "2547,0,0,0",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "10000",
- "requirements": "{4,60}",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "11235",
- "name": "Dark bow",
- "examine": "A bow from a darker dimension.",
- "archery_ticket_price": "0",
- "attack_anims": "426,426,426,426",
- "attack_audios": "3731,0,0,0",
- "attack_speed": "9",
- "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "424",
- "durability": null,
- "equip_audio": "3738",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "1",
- "requirements": "{4,60}",
- "run_anim": "824",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "two_handed": "true",
- "walk_anim": "819",
- "weapon_interface": "16",
- "weight": "1.9"
- },
- {
- "id": "11236",
- "name": "Dark bow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11237",
- "name": "Dragon arrowtips",
- "examine": "Dragon talons, usable as arrowheads.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "11238",
- "name": "Baby impling jar",
- "examine": "A baby impling in a jar. That's a bit cruel.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11239",
- "name": "Baby impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11240",
- "name": "Young impling jar",
- "examine": "A young impling in a jar. Don't trap me, man.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11241",
- "name": "Young impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11242",
- "name": "Gourm' impling jar",
- "examine": "A gourmet impling in a jar.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "11243",
- "name": "Gourm' impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11244",
- "name": "Earth impling jar",
- "examine": "Earth impling in a jar.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "11245",
- "name": "Earth impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11246",
- "name": "Ess' impling jar",
- "examine": "Essence impling in a jar.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11247",
- "name": "Ess' impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11248",
- "name": "Eclectic impling jar",
- "examine": "Eclectic impling in a jar.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11249",
- "name": "Eclectic impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11250",
- "name": "Nature impling jar",
- "examine": "Nature impling in a jar.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11251",
- "name": "Nature impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11252",
- "name": "Magpie impling jar",
- "examine": "Magpie impling in a jar.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "11253",
- "name": "Magpie impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11254",
- "name": "Ninja impling jar",
- "examine": "Ninja impling in a jar.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "11255",
- "name": "Ninja impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11256",
- "name": "Dragon impling jar",
- "examine": "Dragon impling in a jar.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "11257",
- "name": "Dragon impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "500",
- "tradeable": "true"
- },
- {
- "id": "11258",
- "name": "Jar generator",
- "examine": "Creates butterfly and impling jars.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11259",
- "name": "Magic butterfly net",
- "examine": "For catching butterflies.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_speed": "4",
- "defence_anim": "403",
- "destroy": "true",
- "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1426",
- "requirements": "{21,17}",
- "run_anim": "6603",
- "shop_price": "3",
- "stand_anim": "6604",
- "stand_turn_anim": "6611",
- "tradeable": "false",
- "turn180_anim": "6608",
- "turn90ccw_anim": "6609",
- "turn90cw_anim": "6610",
- "two_handed": "",
- "walk_anim": "6607",
- "weapon_interface": "14",
- "weight": "0.2"
- },
- {
- "id": "11260",
- "name": "Impling jar",
- "examine": "It's got little holes in the top.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "11261",
- "name": "Impling jar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11262",
- "name": "Imp repellent",
- "examine": "Imps seem to hate this stuff. Can't say I blame them.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "3",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11263",
- "name": "Imp repellent",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11264",
- "name": "Anchovy oil",
- "examine": "Omega 3 oil. Good for the brain, not so for the nose.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11265",
- "name": "Anchovy oil",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11266",
- "name": "Anchovy paste",
- "examine": "Fish paste. Urk.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11267",
- "name": "Picture",
- "examine": "I can train on this",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11268",
- "name": "Picture",
- "examine": "I can train on this",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11269",
- "name": "Picture",
- "examine": "I can train on this",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11270",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11271",
- "name": "Picture",
- "examine": "I can train on this",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11272",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11273",
- "name": "Impling scroll",
- "examine": "Lets you easily identify your prey.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will have to ask Elnock for another one of these.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11274",
- "name": "Ham shirt",
- "examine": "The label says 'Vivid Crimson', but it looks like pink to me!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "11275",
- "name": "Mith grapple",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11276",
- "name": "Mith grapple",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11277",
- "name": "Cavalier mask",
- "examine": "I hope I don't meet any roundheads...",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "8",
- "lendable": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "11278",
- "name": "Beret mask",
- "examine": "Essential mime wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "weight": "1"
- },
- {
- "id": "11279",
- "name": "Elvarg's head",
- "examine": "The severed head of the great dragon Elvarg!",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can complete the quest by speaking to Oziach even if you do not have the head.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "11280",
- "name": "Cavalier and mask",
- "examine": "I hope I don't meet any roundheads...",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "11281",
- "name": "Cavalier and mask",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11282",
- "name": "Beret and mask",
- "examine": "Essential mime wear.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "weight": "1"
- },
- {
- "id": "11283",
- "name": "Dragonfire shield",
- "examine": "A heavy shield with a snarling, draconic visage.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "rare_item": "true",
- "requirements": "{1,75}",
- "weight": "7.2"
- },
- {
- "id": "11284",
- "name": "Dragonfire shield",
- "examine": "A heavy shield with a snarling, draconic visage.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "requirements": "{1,75}",
- "tradeable": "true",
- "weight": "7.2"
- },
- {
- "id": "11285",
- "name": "Dragonfire shield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11286",
- "name": "Draconic visage",
- "examine": "It looks like this could be attached to a shield somehow.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "rare_item": "true",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "11287",
- "name": "Draconic visage",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11323",
- "name": "Barbarian rod",
- "examine": "A heavy barbarian Fishing rod.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "11324",
- "name": "Roe",
- "examine": "Roe, or cheap fishy eggs.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "6",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "11325",
- "name": "Roe",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11326",
- "name": "Caviar",
- "examine": "Caviar, or expensive fishy eggs.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true",
- "weight": "0.05"
- },
- {
- "id": "11327",
- "name": "Caviar",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11328",
- "name": "Leaping trout",
- "examine": "A sad-looking trout.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "shop_price": "11",
- "tradeable": "true"
- },
- {
- "id": "11329",
- "name": "Leaping trout",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11330",
- "name": "Leaping salmon",
- "examine": "Some non-tasty salmon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11331",
- "name": "Leaping salmon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11332",
- "name": "Leaping sturgeon",
- "examine": "A bloated sturgeon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11333",
- "name": "Leaping sturgeon",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11334",
- "name": "Fish offcuts",
- "examine": "Slices of inedible fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11335",
- "name": "Dragon full helm",
- "examine": "Protects your head and looks impressive too.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "lendable": "true",
- "rare_item": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,60}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "11336",
- "name": "Dragon full helm",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11337",
- "name": "Mangled bones",
- "examine": "The bones of a barbarian warrior, slain by his fellow adventurers.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "11338",
- "name": "Chewed bones",
- "examine": "The bones of a barbarian warrior, slain by vile dragons.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.",
- "durability": null,
- "weight": "9.6"
- },
- {
- "id": "11339",
- "name": "My notes",
- "examine": "Records from my discoveries beneath the lake.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can obtain another from Otto.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11340",
- "name": "Barbarian skills",
- "examine": "A record of Otto's instructions to me.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can obtain another from Otto.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11341",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11342",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11343",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11344",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11345",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11346",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11347",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11348",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11349",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11350",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11351",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11352",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11353",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11354",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11355",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11356",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11357",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11358",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11359",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11360",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11361",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11362",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11363",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11364",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11365",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11366",
- "name": "Ancient page",
- "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11367",
- "name": "Bronze hasta",
- "examine": "A bronze-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11368",
- "name": "Bronze hasta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11369",
- "name": "Iron hasta",
- "examine": "An iron-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11370",
- "name": "Iron hasta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11371",
- "name": "Steel hasta",
- "examine": "A steel-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11372",
- "name": "Steel hasta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11373",
- "name": "Mithril hasta",
- "examine": "A mithril-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "11374",
- "name": "Mithril hasta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11375",
- "name": "Adamant hasta",
- "examine": "An adamant-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11376",
- "name": "Adamant hasta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11377",
- "name": "Rune hasta",
- "examine": "A rune-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11378",
- "name": "Rune hasta",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11379",
- "name": "Bronze hasta(p)",
- "examine": "A bronze-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11380",
- "name": "Bronze hasta(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11381",
- "name": "Bronze hasta(kp)",
- "examine": "A karambwan poison-tipped, one-handed bronze hasta.",
- "archery_ticket_price": "0",
- "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11382",
- "name": "Bronze hasta(p+)",
- "examine": "A bronze-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11383",
- "name": "Bronze hasta(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11384",
- "name": "Bronze hasta(p++)",
- "examine": "A bronze-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11385",
- "name": "Bronze hasta(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11386",
- "name": "Iron hasta(p)",
- "examine": "An iron-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11387",
- "name": "Iron hasta(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11388",
- "name": "Iron hasta(kp)",
- "examine": "A karambwan poison-tipped, one-handed iron hasta.",
- "archery_ticket_price": "0",
- "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11389",
- "name": "Iron hasta(p+)",
- "examine": "An iron-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11390",
- "name": "Iron hasta(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11391",
- "name": "Iron hasta(p++)",
- "examine": "An iron-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11392",
- "name": "Iron hasta(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11393",
- "name": "Steel hasta(p)",
- "examine": "A steel-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11394",
- "name": "Steel hasta(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11395",
- "name": "Steel hasta(kp)",
- "examine": "A karambwan poison-tipped, one-handed steel hasta.",
- "archery_ticket_price": "0",
- "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11396",
- "name": "Steel hasta(p+)",
- "examine": "A steel-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11397",
- "name": "Steel hasta(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11398",
- "name": "Steel hasta(p++)",
- "examine": "A steel-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,5}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11399",
- "name": "Steel hasta(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11400",
- "name": "Mithril hasta(p)",
- "examine": "A mithril-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "11401",
- "name": "Mithril hasta(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11402",
- "name": "Mithril hasta(kp)",
- "examine": "A karambwan poison-tipped, one-handed mithril hasta",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "11403",
- "name": "Mithril hasta(p+)",
- "examine": "A mithril-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "11404",
- "name": "Mithril hasta(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11405",
- "name": "Mithril hasta(p++)",
- "examine": "A mithril-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,20}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "1.8"
- },
- {
- "id": "11406",
- "name": "Mithril hasta(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11407",
- "name": "Adamant hasta(p)",
- "examine": "An adamant-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11408",
- "name": "Adamant hasta(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11409",
- "name": "Adamant hasta(kp)",
- "examine": "\tA karambwan poison-tipped, one-handed adamantite hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11410",
- "name": "Adamant hasta(p+)",
- "examine": "An adamant-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11411",
- "name": "Adamant hasta(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11412",
- "name": "Adamant hasta(p++)",
- "examine": "An adamant-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11413",
- "name": "Adamant hasta(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11414",
- "name": "Rune hasta(p)",
- "examine": "A rune-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11415",
- "name": "Rune hasta(p)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11416",
- "name": "Rune hasta(kp)",
- "examine": "A karambwan poison-tipped, one-handed rune hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11417",
- "name": "Rune hasta(p+)",
- "examine": "A rune-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11418",
- "name": "Rune hasta(p+)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11419",
- "name": "Rune hasta(p++)",
- "examine": "A rune-tipped, one-handed hasta.",
- "archery_ticket_price": "0",
- "attack_audios": "2562,2556,2555,2562",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "28",
- "requirements": "{0,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "2.2"
- },
- {
- "id": "11420",
- "name": "Rune hasta(p++)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11429",
- "name": "Attack mix(2)",
- "examine": "One/Two dose(s) of fishy attack potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11430",
- "name": "Attack mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11431",
- "name": "Attack mix(1)",
- "examine": "One/Two dose(s) of fishy attack potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11432",
- "name": "Attack mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11433",
- "name": "Antipoison mix(2)",
- "examine": "Two doses of fishy antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11434",
- "name": "Antipoison mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11435",
- "name": "Antipoison mix(1)",
- "examine": "Two doses of fishy antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11436",
- "name": "Antipoison mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11437",
- "name": "Relicym's mix(2)",
- "examine": "2 dose: Two doses of fishy Relicym's balm.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11438",
- "name": "Relicym's mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11439",
- "name": "Relicym's mix(1)",
- "examine": "2 dose: Two doses of fishy Relicym's balm.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11440",
- "name": "Relicym's mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11441",
- "name": "Strength mix(1)",
- "examine": "One/two doses of fishy strength potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11442",
- "name": "Strength mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11443",
- "name": "Strength mix(2)",
- "examine": "One/two doses of fishy strength potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11444",
- "name": "Strength mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11445",
- "name": "Combat mix(2)",
- "examine": "One/two doses of a fishy Combat potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11446",
- "name": "Combat mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11447",
- "name": "Combat mix(1)",
- "examine": "One/two doses of a fishy Combat potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11448",
- "name": "Combat mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11449",
- "name": "Restore mix(2)",
- "examine": "One/two dose(s) of fishy restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11450",
- "name": "Restore mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11451",
- "name": "Restore mix(1)",
- "examine": "One/two dose(s) of fishy restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11452",
- "name": "Restore mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11453",
- "name": "Energy mix(2)",
- "examine": "One/two doses of fishy energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11454",
- "name": "Energy mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11455",
- "name": "Energy mix(1)",
- "examine": "One/two doses of fishy energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11456",
- "name": "Energy mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11457",
- "name": "Defence mix(2)",
- "examine": "One/two doses of a fishy defence potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11458",
- "name": "Defence mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11459",
- "name": "Defence mix(1)",
- "examine": "One/two doses of a fishy defence potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11460",
- "name": "Defence mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11461",
- "name": "Agility mix(2)",
- "examine": "2 doses of a fishy agility potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11462",
- "name": "Agility mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11463",
- "name": "Agility mix(1)",
- "examine": "1 dose of a fishy agility potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11464",
- "name": "Agility mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11465",
- "name": "Prayer mix(2)",
- "examine": "One/two dose(s) of a fishy Prayer potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11466",
- "name": "Prayer mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11467",
- "name": "Prayer mix(1)",
- "examine": "One/two dose(s) of a fishy Prayer potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11468",
- "name": "Prayer mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11469",
- "name": "Superattack mix(2)",
- "examine": "one/two doses of fishy super attack potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11470",
- "name": "Superattack mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11471",
- "name": "Superattack mix(1)",
- "examine": "one/two doses of fishy super attack potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11472",
- "name": "Superattack mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11473",
- "name": "Anti-p supermix(2)",
- "examine": "One/Two dose(s) of fishy super antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11474",
- "name": "Anti-p supermix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11475",
- "name": "Anti-p supermix(1)",
- "examine": "One/Two dose(s) of fishy super antipoison potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11476",
- "name": "Anti-p supermix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11477",
- "name": "Fishing mix(2)",
- "examine": "One/Two Doses of fishy fishing potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11478",
- "name": "Fishing mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11479",
- "name": "Fishing mix(1)",
- "examine": "One/Two Doses of fishy fishing potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11480",
- "name": "Fishing mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11481",
- "name": "Super energy mix(2)",
- "examine": "One/Two doses of fishy super energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11482",
- "name": "Super energy mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11483",
- "name": "Super energy mix(1)",
- "examine": "One/Two doses of fishy super energy potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11484",
- "name": "Super energy mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11485",
- "name": "Super strength mix(2)",
- "examine": "One/Two doses of fishy Super strength potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11486",
- "name": "Super strength mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11487",
- "name": "Super strength mix(1)",
- "examine": "One/Two doses of fishy Super strength potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11488",
- "name": "Super strength mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11489",
- "name": "Magic ess. mix(2)",
- "examine": "One/Two doses of fishy Magic essence potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11490",
- "name": "Magic ess. mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11491",
- "name": "Magic ess. mix(1)",
- "examine": "One/Two doses of fishy Magic essence potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11492",
- "name": "Magic ess. mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11493",
- "name": "Super restore mix(2)",
- "examine": "One/Two doses of fishy super restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11494",
- "name": "Super restore mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11495",
- "name": "Super restore mix(1)",
- "examine": "One/Two doses of fishy super restore potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11496",
- "name": "Super restore mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11497",
- "name": "Super defence mix(2)",
- "examine": "One/two doses of fishy super defence potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11498",
- "name": "Super defence mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11499",
- "name": "Super defence mix(1)",
- "examine": "One/two doses of fishy super defence potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11500",
- "name": "Super defence mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11501",
- "name": "Antidote+ mix(2)",
- "examine": "One/Two doses of fishy extra strength antidote potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11502",
- "name": "Antidote+ mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11503",
- "name": "Antidote+ mix(1)",
- "examine": "One/Two doses of fishy extra strength antidote potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11504",
- "name": "Antidote+ mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11505",
- "name": "Antifire mix(2)",
- "examine": "One/Two dose(s) of fishy anti-fire breath potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11506",
- "name": "Antifire mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11507",
- "name": "Antifire mix(1)",
- "examine": "One/Two dose(s) of fishy anti-fire breath potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11508",
- "name": "Antifire mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11509",
- "name": "Ranging mix(2)",
- "examine": "One/Two doses of fishy ranging potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11510",
- "name": "Ranging mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11511",
- "name": "Ranging mix(1)",
- "examine": "One/Two doses of fishy ranging potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11512",
- "name": "Ranging mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11513",
- "name": "Magic mix(2)",
- "examine": "One/Two doses of fishy magic potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11514",
- "name": "Magic mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11515",
- "name": "Magic mix(1)",
- "examine": "One/Two doses of fishy magic potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11516",
- "name": "Magic mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11517",
- "name": "Hunting mix(2)",
- "examine": "Doses of fishy hunting potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11518",
- "name": "Hunting mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11519",
- "name": "Hunting mix(1)",
- "examine": "Doses of fishy hunting potion",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11520",
- "name": "Hunting mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11521",
- "name": "Zamorak mix(2)",
- "examine": "One/Two doses of fishy Zamorak potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11522",
- "name": "Zamorak mix(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11523",
- "name": "Zamorak mix(1)",
- "examine": "One/Two doses of fishy Zamorak potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "11524",
- "name": "Zamorak mix(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "11525",
- "name": "Wimpy feather",
- "examine": "More fluff than feather.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "11640",
- "name": "Book of knowledge",
- "examine": "Educate yourself.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this book it will be destroyed. You cannot replace it.",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "11655",
- "name": "Astronomy book",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11656",
- "name": "Glassblowing book",
- "examine": "A book that explains the art of crafting items from glass.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11657",
- "name": "Glassblowing book",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11663",
- "name": "Void mage helm",
- "examine": "A mage helm from the order of the Void Knights.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "200",
- "tradeable": "false"
- },
- {
- "id": "11664",
- "name": "Void ranger helm",
- "examine": "A ranger helm from the order of the Void Knights",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "3.6"
- },
- {
- "id": "11665",
- "name": "Void melee helm",
- "examine": "A melee helm from the order of the Void Knights.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11666",
- "name": "Void seal(8)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "11667",
- "name": "Void seal(7)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "11668",
- "name": "Void seal(6)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "11669",
- "name": "Void seal(5)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "11670",
- "name": "Void seal(4)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "11671",
- "name": "Void seal(3)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "11672",
- "name": "Void seal(2)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "11673",
- "name": "Void seal(1)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "2",
- "tradeable": "false"
- },
- {
- "id": "11674",
- "name": "Void mage helm",
- "examine": "A mage helm from the order of the Void Knights.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "200",
- "tradeable": "false"
- },
- {
- "id": "11675",
- "name": "Void ranger helm",
- "examine": "A ranger helm from the order of the Void Knights",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "3.6"
- },
- {
- "id": "11676",
- "name": "Void melee helm",
- "examine": "A melee helm from the order of the Void Knights.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11677",
- "name": "Explorer's notes",
- "examine": "\"Beyond Trollheim\" by Nestor Peregrine.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can find another book in the Keldagrim library.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11678",
- "name": "Black knight helm",
- "examine": "A black helm, too small for your head",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll need to visit the Sinclair Mansion to get another one.",
- "durability": null,
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "11679",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11680",
- "name": "Address form",
- "examine": "A change of address form.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11681",
- "name": "Scrap paper",
- "examine": "It has something written on it.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "11682",
- "name": "Hair clip",
- "examine": "I could use this to pick the lock.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11686",
- "name": "Godsword shards",
- "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11687",
- "name": "Godsword shards",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11688",
- "name": "Godsword shards",
- "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11689",
- "name": "Godsword shards",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11690",
- "name": "Godsword blade",
- "examine": "The blade for the ultimate weapon.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true",
- "weight": "7.5"
- },
- {
- "id": "11691",
- "name": "Godsword blade",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11692",
- "name": "Godsword shards",
- "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11693",
- "name": "Godsword shards",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11694",
- "name": "Armadyl godsword",
- "examine": "A beautiful, heavy sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "3846,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "124",
- "requirements": "{0,75}",
- "run_anim": "7039",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7044",
- "turn90cw_anim": "7043",
- "two_handed": "true",
- "walk_anim": "7046",
- "weapon_interface": "7",
- "weight": "10"
- },
- {
- "id": "11695",
- "name": "Armadyl godsword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11696",
- "name": "Bandos godsword",
- "examine": "A brutally heavy sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "3846,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "124",
- "requirements": "{0,75}",
- "run_anim": "7039",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7044",
- "turn90cw_anim": "7043",
- "two_handed": "true",
- "walk_anim": "7046",
- "weapon_interface": "7",
- "weight": "10"
- },
- {
- "id": "11697",
- "name": "Bandos godsword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11698",
- "name": "Saradomin godsword",
- "examine": "A gracious, heavy sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "3846,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "124",
- "requirements": "{0,75}",
- "run_anim": "7039",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7044",
- "turn90cw_anim": "7043",
- "two_handed": "true",
- "walk_anim": "7046",
- "weapon_interface": "7",
- "weight": "10"
- },
- {
- "id": "11699",
- "name": "Saradomin godsword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11700",
- "name": "Zamorak godsword",
- "examine": "A terrifying, heavy sword.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "3846,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "124",
- "requirements": "{0,75}",
- "run_anim": "7039",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7044",
- "turn90cw_anim": "7043",
- "two_handed": "true",
- "walk_anim": "7046",
- "weapon_interface": "7",
- "weight": "10"
- },
- {
- "id": "11701",
- "name": "Zamorak godsword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11702",
- "name": "Armadyl hilt",
- "examine": "Brimming with potential.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "rare_item": "true",
- "tradeable": "true",
- "weight": "2.5"
- },
- {
- "id": "11703",
- "name": "Armadyl hilt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11704",
- "name": "Bandos hilt",
- "examine": "Brimming with potential.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "rare_item": "true",
- "tradeable": "true",
- "weight": "2.5"
- },
- {
- "id": "11705",
- "name": "Bandos hilt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11706",
- "name": "Saradomin hilt",
- "examine": "Brimming with potential.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "rare_item": "true",
- "tradeable": "true",
- "weight": "2.5"
- },
- {
- "id": "11707",
- "name": "Saradomin hilt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11708",
- "name": "Zamorak hilt",
- "examine": "Brimming with potential.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "rare_item": "true",
- "tradeable": "true",
- "weight": "2.5"
- },
- {
- "id": "11709",
- "name": "Zamorak hilt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11710",
- "name": "Godsword shard 1",
- "examine": "Part of the Godsword blade.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "rare_item": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "11711",
- "name": "Godsword shard 1",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11712",
- "name": "Godsword shard 2",
- "examine": "Part of the Godsword blade.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "ge_buy_limit": "10",
- "rare_item": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "11713",
- "name": "Godsword shard 2",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11714",
- "name": "Godsword shard 3",
- "examine": "Part of the Godsword blade.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "rare_item": "true",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "11715",
- "name": "Godsword shard 3",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11716",
- "name": "Zamorakian spear",
- "examine": "An evil spear.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "4",
- "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,2,0,0",
- "defence_anim": "2079",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "28",
- "requirements": "{0,70}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "3"
- },
- {
- "id": "11717",
- "name": "Zamorakian spear",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11718",
- "name": "Armadyl helmet",
- "examine": "A helmet of great craftmanship.",
- "absorb": "0,5,2",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "ge_buy_limit": "1",
- "lendable": "true",
- "rare_item": "true",
- "remove_head": "true",
- "requirements": "{1,70}-{4,70}",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "11719",
- "name": "Armadyl helmet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1",
- "tradeable": "true"
- },
- {
- "id": "11720",
- "name": "Armadyl chestplate",
- "examine": "A chestplate of great craftsmanship",
- "absorb": "0,10,5",
- "archery_ticket_price": "0",
- "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,1,0,0",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "ge_buy_limit": "1",
- "lendable": "true",
- "rare_item": "true",
- "remove_sleeves": "true",
- "requirements": "{1,70}-{4,70}",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "11721",
- "name": "Armadyl chestplate",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1",
- "tradeable": "true"
- },
- {
- "id": "11722",
- "name": "Armadyl plateskirt",
- "examine": "A plateskirt of great craftsmanship.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,1,0,0",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "ge_buy_limit": "2",
- "lendable": "true",
- "rare_item": "true",
- "requirements": "{1,70}-{4,70}",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "11723",
- "name": "Armadyl plateskirt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11724",
- "name": "Bandos chestplate",
- "examine": "A sturdy chestplate.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,1,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "1",
- "lendable": "true",
- "rare_item": "true",
- "remove_sleeves": "true",
- "requirements": "{1,65}",
- "tradeable": "true",
- "weight": "12"
- },
- {
- "id": "11725",
- "name": "Bandos chestplate",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1",
- "tradeable": "true"
- },
- {
- "id": "11726",
- "name": "Bandos tassets",
- "examine": "A sturdy pair of tassets.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,1,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "1",
- "lendable": "true",
- "rare_item": "true",
- "requirements": "{1,65}",
- "tradeable": "true",
- "weight": "8"
- },
- {
- "id": "11727",
- "name": "Bandos tassets",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1",
- "tradeable": "true"
- },
- {
- "id": "11728",
- "name": "Bandos boots",
- "examine": "Some sturdy boots",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,1,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "1",
- "lendable": "true",
- "rare_item": "true",
- "requirements": "{1,65}",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "11729",
- "name": "Bandos boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1",
- "tradeable": "true"
- },
- {
- "id": "11730",
- "name": "Saradomin sword",
- "examine": "The incredible blade of an Icyene.",
- "archery_ticket_price": "0",
- "attack_anims": "7041,7041,7048,7049",
- "attack_audios": "3846,0,0,0",
- "attack_speed": "4",
- "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,2,0,0",
- "defence_anim": "7050",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "has_special": "true",
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "124",
- "requirements": "{0,70}",
- "run_anim": "7039",
- "stand_anim": "7047",
- "stand_turn_anim": "7040",
- "tradeable": "true",
- "turn180_anim": "7045",
- "turn90ccw_anim": "7044",
- "turn90cw_anim": "7043",
- "two_handed": "true",
- "walk_anim": "7046",
- "weapon_interface": "7",
- "weight": "3"
- },
- {
- "id": "11731",
- "name": "Saradomin sword",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11732",
- "name": "Dragon boots",
- "examine": "These will protect my feet.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "10",
- "lendable": "true",
- "rare_item": "true",
- "requirements": "{1,60}",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "11733",
- "name": "Dragon boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11734",
- "name": "Knight's notes",
- "examine": "A scroll for Sir Tiffy. It is sealed with a wax insignia.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11735",
- "name": "Knight's notes",
- "examine": "A scroll for Sir Tiffy. The wax seal is broken.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11736",
- "name": "Steam battlestaff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2230",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "rare_item": "true",
- "render_anim": "28",
- "requirements": "{0,30}-{6,30}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "11737",
- "name": "Steam battlestaff",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11738",
- "name": "Mystic steam staff",
- "examine": "It's a slightly magical stick.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
- "defence_anim": "420",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "28",
- "requirements": "{0,40}-{6,40}",
- "run_anim": "1210",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2"
- },
- {
- "id": "11739",
- "name": "Mystic steam staff",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11741",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11743",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11745",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11747",
- "name": "A key to a chest",
- "examine": "This probably opens a chest in Golrie's caves. (Path of Glophrie)",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "There may be another in the chest where you found this.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11748",
- "name": "Strongroom key",
- "examine": "This opens the door into Golrie's strongroom. (Path of Glophrie)",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "There may be another in the chest where you found this.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11749",
- "name": "Crystal chime",
- "examine": "It makes a sound.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Maybe Brimstail will have another crystal seed you could grow into a chime.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11750",
- "name": "Yewnock's notes",
- "examine": "Notes written by Yewnock while copying Oaknock's machine.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "There may be another in the chest where you found this.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11753",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11754",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11755",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11756",
- "name": "Varrock armour 1",
- "examine": "Varrock Smithing armour.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to get a new set of armour from Rat Burgiss if you destroy this one.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11757",
- "name": "Varrock armour 2",
- "examine": "Varrock smithing armour.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to get a new set of armour from Reldo if you destroy this one.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11758",
- "name": "Varrock armour 3",
- "examine": "Varrock smithing armour.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to get a new set of armour from Vannaka if you destroy this one.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11760",
- "name": "Logs",
- "examine": "A number of wooden logs.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "4",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "11761",
- "name": "Locked diary",
- "examine": "A locked/unlocked diary.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the diary again from Sandy's desk.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11762",
- "name": "Unlocked diary",
- "examine": "A locked/unlocked diary.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the diary again from Sandy's desk.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11764",
- "name": "Foot",
- "examine": "A wizard's severed foot. You can tell by the robes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the foot again from the creatures in the Jade Vine.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11766",
- "name": "Left arm",
- "examine": "\"A wizard's severed arm. You can tell by the robes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the arm again from the creatures in the Jade Vine.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11767",
- "name": "Right arm",
- "examine": "A wizard's severed arm. You can tell by the robes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the arm again from the creatures in the Jade Vine.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11768",
- "name": "Left leg",
- "examine": "A wizard's severed leg. You can tell by the robes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the leg again from the creatures in the Jade Vine.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11769",
- "name": "Right leg",
- "examine": "A wizard's severed leg. You can tell by the robes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the leg again from the creatures in the Jade Vine.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11770",
- "name": "Root cutting",
- "examine": "A root cutting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11771",
- "name": "Root cutting",
- "examine": "A root cutting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11772",
- "name": "Root cutting",
- "examine": "A root cutting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11773",
- "name": "Root cutting",
- "examine": "A root cutting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11774",
- "name": "Root cutting",
- "examine": "A root cutting.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11775",
- "name": "Wilted cutting",
- "examine": "A floppy root cutting. Quite dead.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11776",
- "name": "Potted root",
- "examine": "A potted root.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11777",
- "name": "Sealed pot",
- "examine": "This sealed pot contains your vine cutting - hopefully still alive.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get the sealed pot back by visiting Garth, the farmer on Karamja.",
- "durability": null,
- "tradeable": "false",
- "weight": "2.2"
- },
- {
- "id": "11778",
- "name": "Jade vine seed",
- "examine": "A large seed.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11780",
- "name": "The grim reaper's diary",
- "examine": "Surely this holds many a dark tale...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You'll have to find another from the Grim Reaper's house.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11781",
- "name": "Grim's robe",
- "examine": "Some of the Grim Reaper's garb.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "Another can be found in the Grim Reaper's house.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11782",
- "name": "Last will and testament",
- "examine": "Someone's Last Will and Testament.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You'll have to find another from the Grim Reaper's house.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11783",
- "name": "Human bones",
- "examine": "A tasty treat for Muncher.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You'll have to find another from the Grim Reaper's house.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11784",
- "name": "Servant's skull",
- "examine": "Ooooh spooky!",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You'll have to find another from the Grim Reaper's house.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11785",
- "name": "Hourglass",
- "examine": "There's not much sand left in the top half...",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You can get a replacement from Diango in Draynor Village.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11786",
- "name": "Scythe sharpener",
- "examine": "Used to sharpen the blade of a scythe.",
- "archery_ticket_price": "0",
- "attack_audios": "2524,2524,2522,2524",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "Another can be found in the Grim Reaper's house.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11787",
- "name": "Human eye",
- "examine": "That's gross. Why am I carrying it around?",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You'll have to find another from the Grim Reaper's house.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11788",
- "name": "'voice of doom' potion",
- "examine": "A 'Voice of Doom' potion, used to deepen your voice.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You'll have to find another from the Grim Reaper's house.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11789",
- "name": "Grim reaper hood",
- "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You should be able to get another from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "tradeable": "false"
- },
- {
- "id": "11790",
- "name": "Grim reaper hood",
- "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You should be able to get another from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "tradeable": "false"
- },
- {
- "id": "11791",
- "name": "White goblin mail",
- "examine": "Armour designed to fit goblins.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "weight": "3"
- },
- {
- "id": "11792",
- "name": "Grubfoot",
- "examine": "Smaller than the average goblin. After The Chosen Commander: Oldak's new assistant.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11793",
- "name": "Zanik",
- "examine": "See article",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11794",
- "name": "Plain of mud sphere",
- "examine": "Oldak's Marvellous Moving-Over-Distance Sphere",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "32"
- },
- {
- "id": "11795",
- "name": "Ekeleshuun key",
- "examine": "The key you stole from the Ekeleshuun priest.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "The Ekeleshuun priest probably has a spare.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11796",
- "name": "Narogoshuun key",
- "examine": "The key you stole from the Narogoshuun priest.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "The Narogoshuun priest probably has a spare.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11797",
- "name": "Huzamogaarb key",
- "examine": "The key you stole from the Huzamogaarb priest.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "The Huzamogaarb priest probably has a spare.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11798",
- "name": "Saragorgak key",
- "examine": "The key you stole from the Saragorgak priest.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "The Saragorgak priest probably has a spare.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11799",
- "name": "Horogothgar key",
- "examine": "The key you stole from the Horogothgar priest.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "The Horogothgar priest probably has a spare.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11800",
- "name": "Yurkolgokh key",
- "examine": "The key you stole from the Yurkolgokh priest.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "The Yurkolgokh priest probably has a spare.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11802",
- "name": "Snothead's bone",
- "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11803",
- "name": "Snailfeet's bone",
- "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11804",
- "name": "Mosschin's bone",
- "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11805",
- "name": "Redeyes's bone",
- "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11806",
- "name": "Strongbones's bone",
- "examine": "An ancient goblin bone wrapped in fragments of priestly robes.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11807",
- "name": "Pharmakos berries",
- "examine": "You can combine these with a toadflax to make a goblin transformation potion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11808",
- "name": "Whitefish",
- "examine": "An ugly albino fish.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.25"
- },
- {
- "id": "11809",
- "name": "Goblin potion (4)",
- "examine": "4 doses of goblin transmogrification potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "11810",
- "name": "Goblin potion (3)",
- "examine": "3 doses of goblin transmogrification potion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11811",
- "name": "Goblin potion (2)",
- "examine": "2 doses of goblin transmogrification potion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11812",
- "name": "Goblin potion (1)",
- "examine": "1 dose of goblin transmogrification potion.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11814",
- "name": "Bronze armour set (l)",
- "examine": "Grand Exchange set containing bronze full helm, platebody, legs and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "177",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11815",
- "name": "Bronze armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11816",
- "name": "Bronze armour set (sk)",
- "examine": "Grand Exchange set containing bronze full helm, platebody, skirt and kiteshield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-59,-19,27,26,18,-11,25,5,0,0,1,0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "177",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11817",
- "name": "Bronze armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11818",
- "name": "Iron armour set (l)",
- "examine": "Grand Exchange set containing iron full helm, platebody, legs, and kiteshield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1022",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11819",
- "name": "Iron armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11820",
- "name": "Iron armour set (sk)",
- "examine": "Grand Exchange set containing iron full helm, platebody, skirt, and kiteshield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "1022",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11821",
- "name": "Iron armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11822",
- "name": "Steel armour set (l)",
- "examine": "Grand Exchange set containing steel full helm, platebody, legs and kiteshield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{5,1}",
- "shop_price": "2365",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11823",
- "name": "Steel armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11824",
- "name": "Steel armour set (sk)",
- "examine": "Grand Exchange set containing steel full helm, platebody, skirt and kiteshield.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{5,1}",
- "shop_price": "2365",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11825",
- "name": "Steel armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11826",
- "name": "Black armour set (l)",
- "examine": "Grand Exchange set containing Black full helm, platebody, legs and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{10,1}",
- "shop_price": "11286",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11827",
- "name": "Black armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11828",
- "name": "Black armour set (sk)",
- "examine": "Grand Exchange set containing a black full helm, platebody, skirt and kiteshield.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,91,92,78,-12,90,27,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{10,1}",
- "shop_price": "11286",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11829",
- "name": "Black armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11830",
- "name": "Mithril armour set (l)",
- "examine": "Grand Exchange set containing a mithril full helm, platebody, legs and kiteshield.",
- "absorb": "2,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,101,102,89,-12,97,52,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{20,1}",
- "shop_price": "15232",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11831",
- "name": "Mithril armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11832",
- "name": "Mithril armour set (sk)",
- "examine": "Grand Exchange set containing a mithril full helm, platebody, skirt and kiteshield.",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,101,102,89,-12,99,50,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{20,1}",
- "shop_price": "15232",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11833",
- "name": "Mithril armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11834",
- "name": "Adamant armour set (l)",
- "examine": "Grand Exchange set containing an adamant full helm, platebody, legs and kiteshield.",
- "absorb": "7,0,15",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,30}",
- "shop_price": "28276",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11835",
- "name": "Adamant armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11836",
- "name": "Adamant armour set (sk)",
- "examine": "Grand Exchange set containing an adamant full helm, platebody, skirt and kiteshield.",
- "absorb": "7,0,15",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,30}",
- "shop_price": "28276",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11837",
- "name": "Adamant armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11838",
- "name": "Rune armour set (l)",
- "examine": "Grand Exchange set containing a rune full helm, platebody, legs and kiteshield.",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}",
- "shop_price": "136112",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11839",
- "name": "Rune armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11840",
- "name": "Rune armour set (sk)",
- "examine": "Grand Exchange set containing a rune full helm, platebody, skirt and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}",
- "shop_price": "136112",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11841",
- "name": "Rune armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11842",
- "name": "Dragon chain armour set (l)",
- "examine": "Grand Exchange set containing a dragon helm, chainbody, legs.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "requirements": "{1,60}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11843",
- "name": "Dragon chain armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11844",
- "name": "Dragon chain armour set (sk)",
- "examine": "Grand Exchange set containing a dragon helm, chainbody, skirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "requirements": "{1,60}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11845",
- "name": "Dragon chain armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11846",
- "name": "Barrows - ahrim's set",
- "examine": "Grand Exchange set containing Ahrim's robetop, robeskirt, hood, and staff.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "requirements": "{0,70}-{1,70}-{6,70}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11847",
- "name": "Barrows - ahrim's set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11848",
- "name": "Barrows - dharok's set",
- "examine": "Grand Exchange set containing Dharok's helm, body, legs and greataxe.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "requirements": "{0,70}-{1,70}-{2,70}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11849",
- "name": "Barrows - dharok's set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11850",
- "name": "Barrows - guthan's set",
- "examine": "Grand Exchange set containing Guthan's helm, platebody, chainskirt and warspear.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "requirements": "{0,70}-{1,70}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11851",
- "name": "Barrows - guthan's set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11852",
- "name": "Barrows - karil's set",
- "examine": "A Grand Exchange set containing Karil's coif, crossbow, leather body, and leather skirt.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "requirements": "{1,70}-{4,70}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11853",
- "name": "Barrows - karil's set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11854",
- "name": "Barrows - torag's set",
- "examine": "Grand Exchange set containing Torag's helm, body, legs and hammers.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "requirements": "{0,70}-{1,70}-{2,70}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11855",
- "name": "Barrows - torag's set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11856",
- "name": "Barrows - verac's set",
- "examine": "Grand Exchange set containing Verac's helm, brassard, plateskirt and flail.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "requirements": "{0,70}-{1,70}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11857",
- "name": "Barrows - verac's set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11858",
- "name": "Third age melee set",
- "examine": "Grand Exchange set containing a helm, body, legs and shield",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,65}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "11859",
- "name": "Third age melee set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11860",
- "name": "Third age ranger set",
- "examine": "Grand Exchange set containing coif, body, chaps and vambraces.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,45}-{4,65}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11861",
- "name": "Third age ranger set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11862",
- "name": "Third age mage set",
- "examine": "Grand Exchange set containing a body, legs, amulet and hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,30}-{6,65}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11863",
- "name": "Third age mage set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11864",
- "name": "Green dragonhide set",
- "examine": "Grand Exchange set containing body, chaps and vambraces.",
- "absorb": "0,10,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}-{4,40}",
- "shop_price": "9000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11865",
- "name": "Green dragonhide set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11866",
- "name": "Blue dragonhide set",
- "examine": "Grand Exchange set containing body, chaps and vambraces.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}-{4,50}",
- "shop_price": "12000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11867",
- "name": "Blue dragonhide set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11868",
- "name": "Red dragonhide set",
- "examine": "Grand Exchange set containing body, chaps and vambraces.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}-{4,60}",
- "shop_price": "15000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11869",
- "name": "Red dragonhide set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11870",
- "name": "Black dragonhide set",
- "examine": "Grand Exchange set containing body, chaps and vambraces.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "40000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11871",
- "name": "Black dragonhide set",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "11872",
- "name": "Mystic robes set",
- "examine": "Grand Exchange set containing mystic hat, top, bottoms, gloves, and boots.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{20,1}-{6,40}",
- "shop_price": "169143",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11873",
- "name": "Mystic robes set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11874",
- "name": "Infinity robes set",
- "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "requirements": "{1,25}-{6,50}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11875",
- "name": "Infinity robes set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11876",
- "name": "Splitbark armour set",
- "examine": "Grand Exchange set containing a helm, body, boots, gauntlets and legs.",
- "absorb": "13,6,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,24,-21,74,59,86,32,0,74,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}-{6,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11877",
- "name": "Splitbark armour set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11878",
- "name": "Black trimmed armour set (l)",
- "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{10,1}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11879",
- "name": "Black trimmed armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11880",
- "name": "Black trimmed armour set (sk)",
- "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{10,1}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11881",
- "name": "Black trimmed armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11882",
- "name": "Black gold-trimmed armour set (l)",
- "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{10,1}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11883",
- "name": "Black gold-trimmed armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11884",
- "name": "Black gold-trimmed armour set (sk)",
- "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{10,1}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11885",
- "name": "Black gold-trimmed armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11886",
- "name": "Adamant trimmed armour set (l)",
- "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11887",
- "name": "Adamant trimmed armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11888",
- "name": "Adamant trimmed armour set (sk)",
- "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11889",
- "name": "Adamant trimmed armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11890",
- "name": "Adamant gold-trimmed armour set (l)",
- "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11891",
- "name": "Adamant gold-trimmed armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11892",
- "name": "Adamant gold-trimmed armour set (sk)",
- "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,30}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11893",
- "name": "Adamant gold-trimmed armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11894",
- "name": "Rune trimmed armour set (l)",
- "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11895",
- "name": "Rune trimmed armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11896",
- "name": "Rune trimmed armour set (sk)",
- "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true"
- },
- {
- "id": "11897",
- "name": "Rune trimmed armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11898",
- "name": "Rune gold-trimmed armour set (l)",
- "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11899",
- "name": "Rune gold-trimmed armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11900",
- "name": "Rune gold-trimmed armour set (sk)",
- "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11901",
- "name": "Rune gold-trimmed armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11902",
- "name": "Enchanted set",
- "examine": "Grand Exchange set containing hat, robetops and bottoms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{20,1}-{6,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11903",
- "name": "Enchanted set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11904",
- "name": "Trimmed blue wizard set",
- "examine": "Grand Exchange set containing hat, robetops and bottoms",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "11905",
- "name": "Trimmed blue wizard set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11906",
- "name": "Gold-trimmed blue wizard set",
- "examine": "Grand Exchange set containing hat, robe top and bottom",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11907",
- "name": "Gold-trimmed blue wizard set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11908",
- "name": "Trimmed leather armour set",
- "examine": "Grand Exchange set containing body and chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "requirements": "{20,4}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11909",
- "name": "Trimmed leather armour set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "11910",
- "name": "Gold-trimmed leather armour set",
- "examine": "Grand Exchange set containing body and chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "requirements": "{20,4}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11911",
- "name": "Gold-trimmed leather armour set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "11912",
- "name": "Green d'hide trimmed set",
- "examine": "Grand Exchange set containing body and chaps",
- "absorb": "0,10,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11913",
- "name": "Green d'hide trimmed set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11914",
- "name": "Green d'hide gold-trimmed set",
- "examine": "Grand Exchange set containing body and chaps",
- "absorb": "0,10,5",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11915",
- "name": "Green d'hide gold-trimmed set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11916",
- "name": "Blue d'hide trimmed set",
- "examine": "Grand Exchange set containing body and chaps",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,50}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11917",
- "name": "Blue d'hide trimmed set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11918",
- "name": "Blue d'hide gold-trimmed set",
- "examine": "Grand Exchange set containing body and chaps.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,50}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11919",
- "name": "Blue d'hide gold-trimmed set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11920",
- "name": "Green d'hide blessed set",
- "examine": "Grand Exchange set containing body, chaps, bracers and coif.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11921",
- "name": "Green d'hide blessed set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11922",
- "name": "Blue d'hide blessed set",
- "examine": "Grand Exchange set containing body, chaps, bracers and coif.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11923",
- "name": "Blue d'hide blessed set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11924",
- "name": "Red d'hide blessed set",
- "examine": "Grand Exchange set containing body, chaps, bracers and coif.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}-{4,70}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11925",
- "name": "Red d'hide blessed set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11926",
- "name": "Guthix armour set (l)",
- "examine": "Grand Exchange set containing full helm, platebody, legs and shield.",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11927",
- "name": "Guthix armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11928",
- "name": "Saradomin armour set (l)",
- "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11929",
- "name": "Saradomin armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11930",
- "name": "Zamorak armour set (l)",
- "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11931",
- "name": "Zamorak armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11932",
- "name": "Guthix armour set (sk)",
- "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11933",
- "name": "Guthix armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11934",
- "name": "Saradomin armour set (sk)",
- "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11935",
- "name": "Saradomin armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11936",
- "name": "Zamorak armour set (sk)",
- "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield",
- "absorb": "9,0,20",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11937",
- "name": "Zamorak armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11938",
- "name": "Gilded armour set (l)",
- "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11939",
- "name": "Gilded armour set (l)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11940",
- "name": "Gilded armour set (sk)",
- "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11941",
- "name": "Gilded armour set (sk)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "11942",
- "name": "Rockshell armour set",
- "examine": "Grand Exchange set containing helm, platebody, legs, boots and gloves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11943",
- "name": "Rockshell armour set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11944",
- "name": "Spined armour set",
- "examine": "Grand Exchange set containing helm, body, chaps, boots and gloves",
- "absorb": "0,13,6",
- "archery_ticket_price": "0",
- "bonuses": "-6,-6,-6,-31,29,68,56,78,34,62,47,0,0,0,0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}-{4,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11945",
- "name": "Spined armour set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11946",
- "name": "Skeletal armour set",
- "examine": "Grand Exchange set containing helm, top, bottoms, boots and gloves",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{1,40}-{6,40}",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11947",
- "name": "Skeletal armour set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11949",
- "name": "Snow globe",
- "examine": "A tiny model of Lumbridge Castle inside a glass dome.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "11950",
- "name": "Snow globe",
- "examine": "A tiny model of Lumbridge Castle inside a glass dome.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "11951",
- "name": "Snowball",
- "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?",
- "archery_ticket_price": "0",
- "attack_anims": "5063",
- "attack_speed": "4",
- "durability": null,
- "equipment_slot": "3",
- "weapon_interface": "18"
- },
- {
- "id": "11952",
- "name": "Ice sword",
- "examine": "Add this to a snowman to make a snow warrior.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You can get another from a snow imp.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11953",
- "name": "Winter staff",
- "examine": "Add this to a snowman to make a snow mage.",
- "archery_ticket_price": "0",
- "attack_audios": "2555,0,0,0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You can get another from a snow imp.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11954",
- "name": "Holly bow",
- "examine": "Add this to a snowman to make a snow ranger.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You can get another from a snow imp.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11955",
- "name": "Barbarian snowman hat",
- "examine": "Add this to a snowman to make a barbarian snowman.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You can get another from a snow imp.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11956",
- "name": "Dragon snowman hat",
- "examine": "It's actually made of cardboard, but it looks like a dragon full helm.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You can get another from a snow imp.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11957",
- "name": "Dwarf snowman hat",
- "examine": "Use this to make your snowman look like a dwarf.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You can get another from a snow imp.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11958",
- "name": "Pirate snowman hat",
- "examine": "Arr! Shiver me snowman!",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "Talk to a snow imp to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11959",
- "name": "Snowman top hat",
- "examine": "The most traditional snowman hat.",
- "archery_ticket_price": "0",
- "bankable": "false",
- "destroy": "true",
- "destroy_message": "You can get another from a snow imp.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11960",
- "name": "Light mystic robes set",
- "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{20,1}-{6,40}",
- "shop_price": "215431",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11961",
- "name": "Light mystic robes set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11962",
- "name": "Dark mystic robes set",
- "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{20,1}-{6,40}",
- "shop_price": "228541",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11963",
- "name": "Dark mystic robes set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "11964",
- "name": "Raven egg",
- "examine": "I can hatch this in an incubator.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11965",
- "name": "Vulture egg",
- "examine": "I can hatch this in an incubator.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11966",
- "name": "Bird's nest",
- "examine": "Full: ",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "11967",
- "name": "Dwarf cannon set",
- "examine": "Grand Exchange set containing cannon base, stand, barrels and furnace.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "shop_price": "750000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "11968",
- "name": "Dwarf cannon set",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "11969",
- "name": "Enchanted water tiara",
- "examine": "A water tiara infused with water runes. Protects from the hot desert sun.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,5,5,5,3,3,0,0,2,0,0",
- "destroy_message": "If I destroy this it will disintegrate into its component parts and drop to the floor.",
- "durability": null,
- "equipment_slot": "0",
- "weight": "1"
- },
- {
- "id": "11970",
- "name": "Smelly crate",
- "examine": "A crate full of distressed gear.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can obtain and fill another one from the archaeologist near Sophanem.",
- "durability": null,
- "tradeable": "false",
- "weight": "30"
- },
- {
- "id": "11972",
- "name": "Empty crate",
- "examine": "An empty crate, ready for bronze gear.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "11973",
- "name": "Scabaras research",
- "examine": "A book of research on Scabarite history.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can obtain another one from the archaeologist near Sophanem.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "11974",
- "name": "Artefact receipt",
- "examine": "Issued by Simon Templeton.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can obtain another one from Simon Templeton.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11975",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11976",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11977",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11978",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11979",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11980",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11981",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11982",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11983",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11984",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11985",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11986",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11987",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11988",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11989",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11990",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11991",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11992",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11993",
- "name": "Scabarite notes",
- "examine": "See article",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11994",
- "name": "Scabarite key",
- "examine": "Newly made, but to an ancient pattern. (Dealing with Scabaras)",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can obtain another one from the archaeologists near Sophanem.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11995",
- "name": "Oxidised dagger",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "attack_audios": "2517,2517,2500,2517",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze dagger.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11996",
- "name": "Oxidised medium helm",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11997",
- "name": "Oxidised sword",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze sword.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "11998",
- "name": "Oxidised scimitar",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "attack_audios": "2500,0,2517,0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze scimitar.",
- "durability": null,
- "render_anim": "1",
- "run_anim": "824",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "false",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819"
- },
- {
- "id": "11999",
- "name": "Oxidised longsword",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze longsword.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12000",
- "name": "Oxidised full helm",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze full helmet.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12001",
- "name": "Oxidised square shield",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze square shield.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12002",
- "name": "Oxidised chainbody",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze chainbody.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12003",
- "name": "Oxidised kiteshield",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze kiteshield.",
- "durability": null,
- "equip_audio": "2245",
- "tradeable": "false"
- },
- {
- "id": "12004",
- "name": "Oxidised two-handed sword",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze two",
- "durability": null,
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12005",
- "name": "Oxidised platelegs",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on some bronze platelegs.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12006",
- "name": "Oxidised plateskirt",
- "examine": "It has been oxidised.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "I can make another one by using camel dung on a bronze plateskirt.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12007",
- "name": "Spirit terrorbird pouch",
- "examine": "I can summon a spirit terrorbird familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,52}",
- "tradeable": "true"
- },
- {
- "id": "12008",
- "name": "Spirit terrorbird pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12009",
- "name": "Granite crab pouch",
- "examine": "I can summon a granite crab familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{16,23}",
- "tradeable": "true"
- },
- {
- "id": "12010",
- "name": "Granite crab pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12011",
- "name": "Praying mantis pouch",
- "examine": "I can summon a praying mantis familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,75}",
- "tradeable": "true"
- },
- {
- "id": "12012",
- "name": "Praying mantis pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12013",
- "name": "Giant ent pouch",
- "examine": "I can summon a giant ent familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,78}",
- "tradeable": "true"
- },
- {
- "id": "12014",
- "name": "Giant ent pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12015",
- "name": "Spirit cobra pouch",
- "examine": "I can summon a spirit cobra familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,63}",
- "tradeable": "true"
- },
- {
- "id": "12016",
- "name": "Spirit cobra pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12017",
- "name": "Spirit dagannoth pouch",
- "examine": "I can summon a spirit dagannoth familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,83}",
- "tradeable": "true"
- },
- {
- "id": "12018",
- "name": "Spirit dagannoth pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12019",
- "name": "Thorny snail pouch",
- "examine": "I can summon a thorny snail familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{13,23}",
- "tradeable": "true"
- },
- {
- "id": "12020",
- "name": "Thorny snail pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12021",
- "name": "Beaver pouch",
- "examine": "I can summon a beaver familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,33}",
- "tradeable": "true"
- },
- {
- "id": "12022",
- "name": "Beaver pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12023",
- "name": "Karam. overlord pouch",
- "examine": "I can summon a karamthulhu overlord familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,58}",
- "tradeable": "true"
- },
- {
- "id": "12024",
- "name": "Karam. overlord pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12025",
- "name": "Hydra pouch",
- "examine": "I can summon a hydra familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,80}",
- "tradeable": "true"
- },
- {
- "id": "12026",
- "name": "Hydra pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12027",
- "name": "Spirit jelly pouch",
- "examine": "I can summon a spirit jelly familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,55}",
- "tradeable": "true"
- },
- {
- "id": "12028",
- "name": "Spirit jelly pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12029",
- "name": "Bunyip pouch",
- "examine": "I can summon a bunyip familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,68}",
- "tradeable": "true"
- },
- {
- "id": "12030",
- "name": "Bunyip pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12031",
- "name": "War tortoise pouch",
- "examine": "I can summon a war tortoise familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,67}",
- "tradeable": "true"
- },
- {
- "id": "12032",
- "name": "War tortoise pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12033",
- "name": "Fruit bat pouch",
- "examine": "I can summon a fruit bat familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,69}",
- "tradeable": "true"
- },
- {
- "id": "12034",
- "name": "Fruit bat pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12035",
- "name": "Abyssal parasite pouch",
- "examine": "I can summon an abyssal parasite familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,54}",
- "tradeable": "true"
- },
- {
- "id": "12036",
- "name": "Abyssal parasite pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12037",
- "name": "Abyssal lurker pouch",
- "examine": "I can summon an abyssal lurker familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,62}",
- "tradeable": "true"
- },
- {
- "id": "12038",
- "name": "Abyssal lurker pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12039",
- "name": "Unicorn stallion pouch",
- "examine": "I can summon a unicorn stallion familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,88}",
- "tradeable": "true"
- },
- {
- "id": "12040",
- "name": "Unicorn stallion pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12041",
- "name": "Magpie pouch",
- "examine": "I can summon a magpie familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,47}",
- "tradeable": "true"
- },
- {
- "id": "12042",
- "name": "Magpie pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12043",
- "name": "Dreadfowl pouch",
- "examine": "I can summon a dreadfowl familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{4,23}",
- "tradeable": "true"
- },
- {
- "id": "12044",
- "name": "Dreadfowl pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12045",
- "name": "Stranger plant pouch",
- "examine": "I can summon a stranger plant familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,64}",
- "tradeable": "true"
- },
- {
- "id": "12046",
- "name": "Stranger plant pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12047",
- "name": "Spirit wolf pouch",
- "examine": "I can summon a spirit wolf familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12048",
- "name": "Spirit wolf pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12049",
- "name": "Desert wyrm pouch",
- "examine": "I can summon a desert wyrm familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{18,23}",
- "tradeable": "true"
- },
- {
- "id": "12050",
- "name": "Desert wyrm pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12051",
- "name": "Evil turnip pouch",
- "examine": "I can summon an evil turnip familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,42}",
- "tradeable": "true"
- },
- {
- "id": "12052",
- "name": "Evil turnip pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12053",
- "name": "Vampire bat pouch",
- "examine": "I can summon a vampire bat familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "requirements": "{23,31}",
- "tradeable": "true"
- },
- {
- "id": "12054",
- "name": "Vampire bat pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "12055",
- "name": "Spirit scorpion pouch",
- "examine": "I can summon a spirit scorpion familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{19,23}",
- "tradeable": "true"
- },
- {
- "id": "12056",
- "name": "Spirit scorpion pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12057",
- "name": "Arctic bear pouch",
- "examine": "I can summon an arctic bear familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,71}",
- "tradeable": "true"
- },
- {
- "id": "12058",
- "name": "Arctic bear pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12059",
- "name": "Spirit spider pouch",
- "examine": "I can summon a spirit spider familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{10,23}",
- "tradeable": "true"
- },
- {
- "id": "12060",
- "name": "Spirit spider pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12061",
- "name": "Bloated leech pouch",
- "examine": "I can summon a bloated leech familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,49}",
- "tradeable": "true"
- },
- {
- "id": "12062",
- "name": "Bloated leech pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12063",
- "name": "Spirit kalphite pouch",
- "examine": "I can summon a spirit kalphite familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,25}",
- "tradeable": "true"
- },
- {
- "id": "12064",
- "name": "Spirit kalphite pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12065",
- "name": "Honey badger pouch",
- "examine": "I can summon a honey badger familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,32}",
- "tradeable": "true"
- },
- {
- "id": "12066",
- "name": "Honey badger pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12067",
- "name": "Albino rat pouch",
- "examine": "I can summon an albino rat familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,23}",
- "tradeable": "true"
- },
- {
- "id": "12068",
- "name": "Albino rat pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12069",
- "name": "Granite lobster pouch",
- "examine": "I can summon a granite lobster familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,74}",
- "tradeable": "true"
- },
- {
- "id": "12070",
- "name": "Granite lobster pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12071",
- "name": "Macaw pouch",
- "examine": "I can summon a macaw familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,41}",
- "tradeable": "true"
- },
- {
- "id": "12072",
- "name": "Macaw pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12073",
- "name": "Bronze minotaur pouch",
- "examine": "I can summon a bronze minotaur familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,36}",
- "tradeable": "true"
- },
- {
- "id": "12074",
- "name": "Bronze minotaur pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12075",
- "name": "Iron minotaur pouch",
- "examine": "I can summon an iron minotaur familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,46}",
- "tradeable": "true"
- },
- {
- "id": "12076",
- "name": "Iron minotaur pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12077",
- "name": "Steel minotaur pouch",
- "examine": "I can summon a steel minotaur familiar with this",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,56}",
- "tradeable": "true"
- },
- {
- "id": "12078",
- "name": "Steel minotaur pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12079",
- "name": "Mithril minotaur pouch",
- "examine": "I can summon a mithril minotaur with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,66}",
- "tradeable": "true"
- },
- {
- "id": "12080",
- "name": "Mithril minotaur pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12081",
- "name": "Adamant minotaur pouch",
- "examine": "I can summon an adamant minotaur familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,76}",
- "tradeable": "true"
- },
- {
- "id": "12082",
- "name": "Adamant minotaur pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12083",
- "name": "Rune minotaur pouch",
- "examine": "I can summon a rune minotaur with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,86}",
- "tradeable": "true"
- },
- {
- "id": "12084",
- "name": "Rune minotaur pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12085",
- "name": "Smoke devil pouch",
- "examine": "I can summon a smoke devil familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,61}",
- "tradeable": "true"
- },
- {
- "id": "12086",
- "name": "Smoke devil pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12087",
- "name": "Bull ant pouch",
- "examine": "I can summon a bull ant familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,40}",
- "tradeable": "true"
- },
- {
- "id": "12088",
- "name": "Bull ant pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12089",
- "name": "Wolpertinger pouch",
- "examine": "I can summon a wolpertinger familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,92}",
- "tradeable": "true"
- },
- {
- "id": "12090",
- "name": "Wolpertinger pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12091",
- "name": "Compost mound pouch",
- "examine": "I can summon a compost mound familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,28}",
- "tradeable": "true"
- },
- {
- "id": "12092",
- "name": "Compost mound pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12093",
- "name": "Pack yak pouch",
- "examine": "I can summon a pack yak familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,96}",
- "tradeable": "true"
- },
- {
- "id": "12094",
- "name": "Pack yak pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12095",
- "name": "Sp. cockatrice pouch",
- "examine": "I can summon a spirit cockatrice familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,43}",
- "tradeable": "true"
- },
- {
- "id": "12096",
- "name": "Sp. cockatrice pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12097",
- "name": "Sp. guthatrice pouch",
- "examine": "I can summon a spirit guthatrice familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,43}",
- "tradeable": "true"
- },
- {
- "id": "12098",
- "name": "Sp. guthatrice pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12099",
- "name": "Sp. saratrice pouch",
- "examine": "I can summon a spirit saratrice familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,43}",
- "tradeable": "true"
- },
- {
- "id": "12100",
- "name": "Sp. saratrice pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12101",
- "name": "Sp. zamatrice pouch",
- "examine": "I can summon a spirit zamatrice familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,43}",
- "tradeable": "true"
- },
- {
- "id": "12102",
- "name": "Sp. zamatrice pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12103",
- "name": "Sp. pengatrice pouch",
- "examine": "I can summon a spirit pengatrice familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,43}",
- "tradeable": "true"
- },
- {
- "id": "12104",
- "name": "Sp. pengatrice pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12105",
- "name": "Sp. coraxatrice pouch",
- "examine": "I can summon a spirit coraxatrice familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,43}",
- "tradeable": "true"
- },
- {
- "id": "12106",
- "name": "Sp. coraxatrice pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12107",
- "name": "Sp. vulatrice pouch",
- "examine": "I can summon a spirit vulatrice familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,43}",
- "tradeable": "true"
- },
- {
- "id": "12108",
- "name": "Sp. vulatrice pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12109",
- "name": "Cockatrice egg",
- "examine": "A stripy brown egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "12110",
- "name": "Cockatrice egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "12111",
- "name": "Guthatrice egg",
- "examine": "A stripy green egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12112",
- "name": "Guthatrice egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12113",
- "name": "Saratrice egg",
- "examine": "A stripy blue egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12114",
- "name": "Saratrice egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12115",
- "name": "Zamatrice egg",
- "examine": "A stripy red egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12116",
- "name": "Zamatrice egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12117",
- "name": "Pengatrice egg",
- "examine": "A stripy grey egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12118",
- "name": "Pengatrice egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12119",
- "name": "Coraxatrice egg",
- "examine": "A stripy black egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12120",
- "name": "Coraxatrice egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12121",
- "name": "Vulatrice egg",
- "examine": "A stripy pink egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12122",
- "name": "Vulatrice egg",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12123",
- "name": "Barker toad pouch",
- "examine": "I can summon a barker toad familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,66}",
- "tradeable": "true"
- },
- {
- "id": "12124",
- "name": "Barker toad pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12125",
- "name": "Flies",
- "examine": "A swarm of little flies.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "10",
- "tradeable": "true"
- },
- {
- "id": "12126",
- "name": "Flies",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12127",
- "name": "Beetle bits",
- "examine": "Some beetle bits.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "10",
- "tradeable": "true"
- },
- {
- "id": "12128",
- "name": "Beetle bits",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12129",
- "name": "Ground fishing bait",
- "examine": "Good for feeding birds.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12130",
- "name": "Nuts",
- "examine": "Mmmm...nuts.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "shop_price": "10",
- "tradeable": "true"
- },
- {
- "id": "12131",
- "name": "Nuts",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12132",
- "name": "Truffle",
- "examine": "Makes me want to do a truffle shuffle.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false",
- "weight": "28.928"
- },
- {
- "id": "12133",
- "name": "Truffle",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "12134",
- "name": "Evil turnip",
- "examine": "An evil turnip.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12135",
- "name": "Evil turnip",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12136",
- "name": "2/3 evil turnip",
- "examine": "An evil turnip.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12137",
- "name": "2/3 evil turnip",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12138",
- "name": "1/3 evil turnip",
- "examine": "An evil turnip.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12139",
- "name": "1/3 evil turnip",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12140",
- "name": "Summoning potion(4)",
- "examine": "4 doses of Summoning potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12141",
- "name": "Summoning potion(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12142",
- "name": "Summoning potion(3)",
- "examine": "3 doses of Summoning potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12143",
- "name": "Summoning potion(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12144",
- "name": "Summoning potion(2)",
- "examine": "2 doses of Summoning potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12145",
- "name": "Summoning potion(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12146",
- "name": "Summoning potion(1)",
- "examine": "1 dose of Summoning potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12147",
- "name": "Summoning potion(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12148",
- "name": "Evil turnip seed",
- "examine": "Grows into the root-vegetable of all evil.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12153",
- "name": "Carved evil turnip",
- "examine": "Utterly terrifying!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12154",
- "name": "Carved evil turnip",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12155",
- "name": "Pouch",
- "examine": "Can be used to create Summoning pouches.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "12156",
- "name": "Honeycomb",
- "examine": "This is what bees craft.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12157",
- "name": "Honeycomb",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12158",
- "name": "Gold charm",
- "examine": "A charm used to summon familiars.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "false"
- },
- {
- "id": "12159",
- "name": "Green charm",
- "examine": "A charm used to summon familiars.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12160",
- "name": "Crimson charm",
- "examine": "A charm used to summon familiars.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12161",
- "name": "Abyssal charm",
- "examine": "A charm used to summon familiars",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12162",
- "name": "Talon beast charm",
- "examine": "A charm used to summon talon beasts.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12163",
- "name": "Blue charm",
- "examine": "A charm used to summon familiars.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12164",
- "name": "Ravager charm",
- "examine": "A charm needed to summon a Void ravager.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
- "tradeable": "false"
- },
- {
- "id": "12165",
- "name": "Shifter charm",
- "examine": "A charm needed to summon a Void shifter.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
- "tradeable": "false"
- },
- {
- "id": "12166",
- "name": "Spinner charm",
- "examine": "A charm needed to summon a Void Spinner.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
- "tradeable": "false"
- },
- {
- "id": "12167",
- "name": "Torcher charm",
- "examine": "A charm needed to summon a Void torcher.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
- "tradeable": "false"
- },
- {
- "id": "12168",
- "name": "Obsidian charm",
- "examine": "A charm used to summon familiars.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12169",
- "name": "Summoning cape",
- "examine": "The cape worn by master summoners.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{23,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "12170",
- "name": "Summoning cape(t)",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{23,99}"
- },
- {
- "id": "12171",
- "name": "Summoning hood",
- "examine": "Summoning skillcape hood.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{23,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "12172",
- "name": "Clean spirit weed",
- "examine": "A fresh herb.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12173",
- "name": "Clean spirit weed",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "12174",
- "name": "Grimy spirit weed",
- "examine": "I need to clean this herb before I can use it.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "requirements": "{15,35}",
- "tradeable": "true"
- },
- {
- "id": "12175",
- "name": "Grimy spirit weed",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "tradeable": "true"
- },
- {
- "id": "12176",
- "name": "Spirit weed seed",
- "examine": "A seed for spirit weed.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "requirements": "{19,36}",
- "tradeable": "true"
- },
- {
- "id": "12181",
- "name": "Spirit weed potion(unf)",
- "examine": "I need another ingredient to finish this spirit weed potion.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12182",
- "name": "Spirit weed potion(unf)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12183",
- "name": "Spirit shards",
- "examine": "Shards of an obelisk.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10000",
- "shop_price": "25",
- "tradeable": "true"
- },
- {
- "id": "12184",
- "name": "Gecko",
- "examine": "How cute!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12185",
- "name": "Saradomin owl",
- "examine": "A fantastic saradomin owl.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12186",
- "name": "Zamorak hawk",
- "examine": "A stately zamorak hawk.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12187",
- "name": "Guthix raptor",
- "examine": "An impressive Guthix raptor.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12190",
- "name": "Vulture",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12191",
- "name": "Terrier puppy",
- "examine": "It's lively and energetic.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12192",
- "name": "Greyhound puppy",
- "examine": "This is one fast little pooch.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12193",
- "name": "Labrador puppy",
- "examine": "Soft but strong... and cute.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12194",
- "name": "Dalmatian puppy",
- "examine": "Now, if only I could find another hundred...",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12195",
- "name": "Sheepdog puppy",
- "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12196",
- "name": "Bulldog puppy",
- "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12197",
- "name": "Dragon hatchling",
- "examine": "A hatchling green dragon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12198",
- "name": "Baby giant crab",
- "examine": "Little Nipper.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12199",
- "name": "Baby raccoon",
- "examine": "A stripy little baby raccoon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12200",
- "name": "Squirrel",
- "examine": "An experienced nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12203",
- "name": "Chameleon",
- "examine": "It's a colour-coordinated lizard!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12204",
- "name": "Antlers",
- "examine": "Doors could be a problem, wearing these...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{23,10}",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12205",
- "name": "Antlers",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12206",
- "name": "Antlers (charged)",
- "examine": "Doors could be a problem, wearing these...",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12207",
- "name": "Lizard skull",
- "examine": "It's a little smelly in there.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{23,30}",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "12208",
- "name": "Lizard skull",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12209",
- "name": "Lizard skull (charged)",
- "examine": "It's a little smelly in there.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "12210",
- "name": "Feather headdress",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "requirements": "{4,50}-{23,20}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12211",
- "name": "Feather headdress",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12212",
- "name": "Feather headdress (charged)",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12213",
- "name": "Feather headdress",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "requirements": "{4,50}-{23,20}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12214",
- "name": "Feather headdress",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12215",
- "name": "Feather headdress (charged)",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12216",
- "name": "Feather headdress",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "requirements": "{4,50}-{23,20}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12217",
- "name": "Feather headdress",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12218",
- "name": "Feather headdress (charged)",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12219",
- "name": "Feather headdress",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "requirements": "{4,50}-{23,20}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12220",
- "name": "Feather headdress",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12221",
- "name": "Feather headdress (charged)",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12222",
- "name": "Feather headdress",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "requirements": "{4,50}-{23,20}",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12223",
- "name": "Feather headdress",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12224",
- "name": "Feather headdress (charged)",
- "examine": "It's fun to go to the O-B-E-L-I-S-K!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12294",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12296",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12298",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12300",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12302",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12304",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12306",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12308",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12310",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12312",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12314",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12316",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12318",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12320",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12322",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12324",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12326",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12328",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12330",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12332",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12334",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12336",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12338",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12340",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12342",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12344",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12346",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12348",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12350",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12352",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12354",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12356",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12358",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12360",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12362",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12364",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12366",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12368",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12370",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12372",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12374",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12376",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12378",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12380",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12382",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12384",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12386",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12388",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12390",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12392",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12394",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12396",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12398",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12400",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12402",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12404",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12406",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12408",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12410",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12412",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12414",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12416",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12418",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12420",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12422",
- "name": "Herbcall scroll",
- "examine": "A scroll for a macaw familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,41}",
- "tradeable": "true"
- },
- {
- "id": "12423",
- "name": "Fruitfall scroll",
- "examine": "A scroll for a fruit bat familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,69}",
- "tradeable": "true"
- },
- {
- "id": "12424",
- "name": "Fish rain scroll",
- "examine": "A scroll for an ibis familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,56}",
- "tradeable": "true"
- },
- {
- "id": "12425",
- "name": "Howl scroll",
- "examine": "A scroll for a spirit wolf familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12426",
- "name": "Thieving fingers scroll",
- "examine": "A scroll for a magpie familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,47}",
- "tradeable": "true"
- },
- {
- "id": "12427",
- "name": "Abyssal stealth scroll",
- "examine": "A scroll for an abyssal lurker familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,62}",
- "tradeable": "true"
- },
- {
- "id": "12428",
- "name": "Egg spawn scroll",
- "examine": "A scroll for a spirit spider familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,10}",
- "tradeable": "true"
- },
- {
- "id": "12429",
- "name": "Multichop scroll",
- "examine": "A scroll for a beaver familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,33}",
- "tradeable": "true"
- },
- {
- "id": "12430",
- "name": "Cheese feast scroll",
- "examine": "A scroll for an albino rat familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,23}",
- "tradeable": "true"
- },
- {
- "id": "12431",
- "name": "Unburden scroll",
- "examine": "A scroll for a bull ant familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,40}",
- "tradeable": "true"
- },
- {
- "id": "12432",
- "name": "Venom shot scroll",
- "examine": "A scroll for a spirit scorpion familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,19}",
- "tradeable": "true"
- },
- {
- "id": "12433",
- "name": "Insane ferocity scroll",
- "examine": "A scroll for a honey badger familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,32}",
- "tradeable": "true"
- },
- {
- "id": "12434",
- "name": "Healing aura scroll",
- "examine": "A scroll for a unicorn stallion familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,88}",
- "tradeable": "true"
- },
- {
- "id": "12435",
- "name": "Winter storage scroll",
- "examine": "A scroll for a pack yak familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,96}",
- "tradeable": "true"
- },
- {
- "id": "12436",
- "name": "Oph. incubation scroll",
- "examine": "A scroll for a spirit cobra familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,63}",
- "tradeable": "true"
- },
- {
- "id": "12437",
- "name": "Magic focus scroll",
- "examine": "A scroll for a wolpertinger familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,92}",
- "tradeable": "true"
- },
- {
- "id": "12438",
- "name": "Swallow whole scroll",
- "examine": "A scroll for a bunyip familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,68}",
- "tradeable": "true"
- },
- {
- "id": "12439",
- "name": "Testudo scroll",
- "examine": "A scroll for a war tortoise familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,67}",
- "tradeable": "true"
- },
- {
- "id": "12440",
- "name": "Generate compost scroll",
- "examine": "A scroll for a compost mound familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,28}",
- "tradeable": "true"
- },
- {
- "id": "12441",
- "name": "Tireless run scroll",
- "examine": "A scroll for a spirit terrorbird familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,52}",
- "tradeable": "true"
- },
- {
- "id": "12442",
- "name": "Regrowth scroll",
- "examine": "A scroll for a hydra familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,80}",
- "tradeable": "true"
- },
- {
- "id": "12443",
- "name": "Call to arms scroll",
- "examine": "A scroll for a Pest Control familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,34}",
- "tradeable": "true"
- },
- {
- "id": "12444",
- "name": "Blood drain scroll",
- "examine": "A scroll for a bloated leech familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,49}",
- "tradeable": "true"
- },
- {
- "id": "12445",
- "name": "Dreadfowl strike scroll",
- "examine": "A scroll for a dreadfowl familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,4}",
- "tradeable": "true"
- },
- {
- "id": "12446",
- "name": "Sandstorm scroll",
- "examine": "A scroll for a spirit kalphite familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,25}",
- "tradeable": "true"
- },
- {
- "id": "12447",
- "name": "Vampire touch scroll",
- "examine": "A scroll for a vampire bat familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "requirements": "{23,31}",
- "tradeable": "true"
- },
- {
- "id": "12448",
- "name": "Evil flames scroll",
- "examine": "A scroll for an evil turnip familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,42}",
- "tradeable": "true"
- },
- {
- "id": "12449",
- "name": "Crushing claw scroll",
- "examine": "A scroll for a granite lobster familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,74}",
- "tradeable": "true"
- },
- {
- "id": "12450",
- "name": "Mantis strike scroll",
- "examine": "A scroll for a praying mantis familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,75}",
- "tradeable": "true"
- },
- {
- "id": "12451",
- "name": "Arctic blast scroll",
- "examine": "A scroll for an arctic bear familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,71}",
- "tradeable": "true"
- },
- {
- "id": "12452",
- "name": "Toad bark scroll",
- "examine": "A scroll for a barker toad familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,66}",
- "tradeable": "true"
- },
- {
- "id": "12453",
- "name": "Dissolve scroll",
- "examine": "A scroll for a spirit jelly familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,55}",
- "tradeable": "true"
- },
- {
- "id": "12454",
- "name": "Abyssal drain scroll",
- "examine": "A scroll for an abyssal parasite familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,54}",
- "tradeable": "true"
- },
- {
- "id": "12455",
- "name": "Doomsphere scroll",
- "examine": "A scroll for a karamthulhu overlord familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,58}",
- "tradeable": "true"
- },
- {
- "id": "12456",
- "name": "Spike shot scroll",
- "examine": "A scroll for a spirit dagannoth familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,83}",
- "tradeable": "true"
- },
- {
- "id": "12457",
- "name": "Acorn missile scroll",
- "examine": "A scroll for a giant ent familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,78}",
- "tradeable": "true"
- },
- {
- "id": "12458",
- "name": "Petrifying gaze scroll",
- "examine": "A scroll for a cockatrice variant familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,43}",
- "tradeable": "true"
- },
- {
- "id": "12459",
- "name": "Slime spray scroll",
- "examine": "A scroll for a thorny snail familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,13}",
- "tradeable": "true"
- },
- {
- "id": "12460",
- "name": "Electric lash scroll",
- "examine": "A scroll for a desert wyrm familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,18}",
- "tradeable": "true"
- },
- {
- "id": "12461",
- "name": "Bronze bull rush scroll",
- "examine": "A scroll for a bronze minotaur familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,36}",
- "tradeable": "true"
- },
- {
- "id": "12462",
- "name": "Iron bull rush scroll",
- "examine": "A scroll for an iron minotaur familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,46}",
- "tradeable": "true"
- },
- {
- "id": "12463",
- "name": "Steel bull rush scroll",
- "examine": "A scroll for a steel minotaur familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,56}",
- "tradeable": "true"
- },
- {
- "id": "12464",
- "name": "Mith bull rush scroll",
- "examine": "A scroll for a mithril minotaur familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,66}",
- "tradeable": "true"
- },
- {
- "id": "12465",
- "name": "Addy bull rush scroll",
- "examine": "A scroll for an adamant minotaur familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,76}",
- "tradeable": "true"
- },
- {
- "id": "12466",
- "name": "Rune bull rush scroll",
- "examine": "A scroll for a rune minotaur familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,86}",
- "tradeable": "true"
- },
- {
- "id": "12467",
- "name": "Poisonous blast scroll",
- "examine": "A scroll for a stranger plant familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,64}",
- "tradeable": "true"
- },
- {
- "id": "12468",
- "name": "Dust cloud scroll",
- "examine": "A scroll for a smoke devil familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,61}",
- "tradeable": "true"
- },
- {
- "id": "12469",
- "name": "Dragon hatchling",
- "examine": "A hatchling red dragon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12471",
- "name": "Hatchling dragon",
- "examine": "A hatchling blue dragon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12473",
- "name": "Hatchling dragon",
- "examine": "A hatchling green dragon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12475",
- "name": "Hatchling dragon",
- "examine": "A hatchling black dragon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12477",
- "name": "Red dragon egg",
- "examine": "This will hatch into a mighty dragon.",
- "archery_ticket_price": "0",
- "destroy": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12478",
- "name": "Blue dragon egg",
- "examine": "This will hatch into a mighty dragon.",
- "archery_ticket_price": "0",
- "destroy": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12479",
- "name": "Green dragon egg",
- "examine": "This will hatch into a mighty dragon.",
- "archery_ticket_price": "0",
- "destroy": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12480",
- "name": "Black dragon egg",
- "examine": "This will hatch into a mighty dragon.",
- "archery_ticket_price": "0",
- "destroy": "false",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12481",
- "name": "Baby penguin",
- "examine": "Can't fly and can barely walk, but adorable nonetheless.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12482",
- "name": "Penguin",
- "examine": "Emperor of all he surveys."
- },
- {
- "id": "12483",
- "name": "Penguin egg",
- "examine": "I can hatch this in an incubator.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12484",
- "name": "Raven chick",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12485",
- "name": "Raven",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12486",
- "name": "Baby raccoon",
- "examine": "A stripy little baby raccoon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12487",
- "name": "Raccoon",
- "examine": "He can run with us.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12488",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12489",
- "name": "Gecko",
- "examine": "How cute!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12490",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12491",
- "name": "Squirrel",
- "examine": "An experienced nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12492",
- "name": "Baby chameleon",
- "examine": "It's a colour-coordinated lizard!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12493",
- "name": "Chameleon",
- "examine": "It's a colour-coordinated lizard!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12494",
- "name": "Chameleon egg",
- "examine": "A lizard's egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "12495",
- "name": "Chameleon egg",
- "examine": "A lizard's egg.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "12496",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12497",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12498",
- "name": "Vulture chick",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12499",
- "name": "Vulture",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12500",
- "name": "Baby giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12501",
- "name": "Giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12502",
- "name": "Crunchy claw token",
- "examine": "Apparently, this token is worth one baby giant crab to someone called Nung.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12503",
- "name": "Saradomin chick",
- "examine": "A fluffy chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12504",
- "name": "Saradomin bird",
- "examine": "Lovely blue plumage.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12505",
- "name": "Saradomin owl",
- "examine": "A fantastic saradomin owl.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12506",
- "name": "Zamorak chick",
- "examine": "A fluffy chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12507",
- "name": "Zamorak bird",
- "examine": "Lovely red plumage.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12508",
- "name": "Zamorak hawk",
- "examine": "A stately zamorak hawk.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12509",
- "name": "Guthix chick",
- "examine": "A fluffy chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12510",
- "name": "Guthix bird",
- "examine": "Lovely green plumage.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12511",
- "name": "Guthix raptor",
- "examine": "An impressive Guthix raptor.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12512",
- "name": "Terrier puppy",
- "examine": "It's lively and energetic.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12513",
- "name": "Terrier",
- "examine": "It's lively and energetic.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12514",
- "name": "Greyhound puppy",
- "examine": "This is one fast little pooch.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12515",
- "name": "Greyhound",
- "examine": "An aerodynamic doggy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12516",
- "name": "Labrador puppy",
- "examine": "Soft but strong... and cute.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12517",
- "name": "Labrador",
- "examine": "My most faithful friend.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12518",
- "name": "Dalmatian puppy",
- "examine": "Now, if only I could find another hundred...",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12519",
- "name": "Dalmatian",
- "examine": "A purebred doggy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12520",
- "name": "Sheepdog puppy",
- "examine": "This little puppy is very quiet.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12521",
- "name": "Sheepdog",
- "examine": "Come by! Come by!",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12522",
- "name": "Bulldog puppy",
- "examine": "One proud little puppy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12523",
- "name": "Bulldog",
- "examine": "Looks like it's chewing a wasp.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12524",
- "name": "Summoning cape",
- "examine": "The cape worn by master summoners.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1",
- "requirements": "{23,99}",
- "shop_price": "99000",
- "weight": "0.4"
- },
- {
- "id": "12527",
- "name": "Gold charm",
- "examine": "A charm used to summon familiars.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "1",
- "tradeable": "false"
- },
- {
- "id": "12528",
- "name": "Trapdoor key",
- "examine": "A key to Pikkupstix's trapdoor.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12530",
- "name": "Spirit shards",
- "examine": "Shards of an obelisk.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "25",
- "tradeable": "true"
- },
- {
- "id": "12531",
- "name": "Ibis pouch",
- "examine": "I can summon an ibis familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,56}",
- "tradeable": "true"
- },
- {
- "id": "12532",
- "name": "Ibis pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12533",
- "name": "Stony shell scroll",
- "examine": "A scroll for a granite crab familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,16}",
- "tradeable": "true"
- },
- {
- "id": "12535",
- "name": "Raw pawya meat",
- "examine": "Meat from a creature that can be hunted in Isafdar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "0.33"
- },
- {
- "id": "12536",
- "name": "Raw pawya meat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "12538",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12539",
- "name": "Grenwall spikes",
- "examine": "Spikes from a grenwall.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12545",
- "name": "Picture",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12547",
- "name": "Platypus",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12548",
- "name": "Platypus",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12549",
- "name": "Platypus",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12550",
- "name": "Platypus",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12551",
- "name": "Baby platypus",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12552",
- "name": "Baby platypus",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12553",
- "name": "Baby platypus",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12554",
- "name": "Patrick",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12555",
- "name": "Penelope",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12556",
- "name": "Peter",
- "examine": "I bet he can't wait until it's cooked.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12557",
- "name": "Peanut",
- "examine": "A most unlikely creature.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12558",
- "name": "Mud",
- "examine": "Marginally better than egg on your face.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0"
- },
- {
- "id": "12559",
- "name": "Ogre wig",
- "examine": "The height of style?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12560",
- "name": "Ogre wig",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12561",
- "name": "Ogre kilt",
- "examine": "It's a little big on me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "60",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12562",
- "name": "Ogre kilt",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12563",
- "name": "Ogre top",
- "examine": "It's a little big on me.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "60",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12564",
- "name": "Ogre top",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12565",
- "name": "Ogre boots",
- "examine": "Good for stomping.",
- "archery_ticket_price": "0",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10",
- "ge_buy_limit": "100",
- "shop_price": "60",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "12566",
- "name": "Ogre boots",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12567",
- "name": "Diseased kebbit fur",
- "examine": "It's a slightly sickly-looking fur.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12568",
- "name": "Davy kebbit hat",
- "examine": "A furry hat with an unnerving tail.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12569",
- "name": "Davy kebbit hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12570",
- "name": "Ogre club",
- "examine": "A big piece of tree.",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,401,401",
- "attack_speed": "7",
- "bonuses": "-6,-2,15,0,0,0,0,0,0,0,0,12,0,0,0",
- "defence_anim": "403",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "1157",
- "requirements": "{0,5}",
- "run_anim": "8685",
- "stand_anim": "8683",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "8684",
- "turn90ccw_anim": "8684",
- "turn90cw_anim": "8684",
- "walk_anim": "8684",
- "weapon_interface": "10",
- "weight": "10"
- },
- {
- "id": "12571",
- "name": "Ogre club",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12572",
- "name": "Lavender",
- "examine": "A delicate, sweet-smelling flower.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12573",
- "name": "Lavender",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12574",
- "name": "Fever grass",
- "examine": "A stiff, pungent grass.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12575",
- "name": "Fever grass",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12576",
- "name": "Tansymum",
- "examine": "A cheerful, aromatic flower.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12577",
- "name": "Tansymum",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12578",
- "name": "Smouldering fever grass",
- "examine": "A stiff, pungent grass.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "294",
- "run_anim": "8690",
- "stand_anim": "8682",
- "stand_turn_anim": "8682",
- "tradeable": "true",
- "turn180_anim": "8681",
- "turn90ccw_anim": "8681",
- "turn90cw_anim": "8681",
- "walk_anim": "8681"
- },
- {
- "id": "12579",
- "name": "Smouldering lavender",
- "examine": "A delicate, sweet-smelling flower.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "294",
- "run_anim": "8690",
- "stand_anim": "8682",
- "stand_turn_anim": "8682",
- "tradeable": "true",
- "turn180_anim": "8681",
- "turn90ccw_anim": "8681",
- "turn90cw_anim": "8681",
- "walk_anim": "8681"
- },
- {
- "id": "12580",
- "name": "Smouldering tansymum",
- "examine": "A cheerful, aromatic flower.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "294",
- "run_anim": "8690",
- "stand_anim": "8682",
- "stand_turn_anim": "8682",
- "tradeable": "true",
- "turn180_anim": "8681",
- "turn90ccw_anim": "8681",
- "turn90cw_anim": "8681",
- "walk_anim": "8681"
- },
- {
- "id": "12581",
- "name": "Eucalyptus logs",
- "examine": "Logs cut from a eucalyptus tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "12582",
- "name": "Eucalyptus logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "25000",
- "tradeable": "true"
- },
- {
- "id": "12583",
- "name": "Eucalyptus pyre logs",
- "examine": "Logs cut from a eucalyptus tree.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12584",
- "name": "Eucalyptus pyre logs",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "1000",
- "tradeable": "true"
- },
- {
- "id": "12588",
- "name": "Primweed",
- "examine": "A modest and mild plant.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12589",
- "name": "Primweed",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12590",
- "name": "Stinkbloom",
- "examine": "A pretty but putrid flower.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true",
- "weight": "0.01"
- },
- {
- "id": "12591",
- "name": "Stinkbloom",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12592",
- "name": "Diseased kebbit fur",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12593",
- "name": "Catapult schematics",
- "examine": "The plans for repairing the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can get another from the Tyras Camp catapult engineer.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12594",
- "name": "Engineer's letter",
- "examine": "General Hining wants me to deliver this to the Catapult Engineer.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can get another from General Hining in the Tyras Camp.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12595",
- "name": "Sailor's hat",
- "examine": "Taken from a drunken sailor in Port Sarim.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can always get another from the drunken sailor in Port Sarim.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "12596",
- "name": "Metal catapult parts",
- "examine": "Dwarf-made parts for repairing the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another set from Thaki the delivery dwarf in Port Sarim.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12597",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12598",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12599",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12600",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12601",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12602",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12603",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12604",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12605",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12606",
- "name": "Mahogany catapult part",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
- "durability": null,
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12607",
- "name": "Picture",
- "examine": "Used to repair the Tyras Camp catapult.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "5",
- "tradeable": "false",
- "weight": "2"
- },
- {
- "id": "12608",
- "name": "Amulet of farming(1)",
- "examine": "An amulet of Farming with 1 charge.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "12609",
- "name": "Amulet of farming(1)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12610",
- "name": "Amulet of farming(2)",
- "examine": "An amulet of Farming with 2 charges.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "12611",
- "name": "Amulet of farming(2)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12612",
- "name": "Amulet of farming(3)",
- "examine": "An amulet of Farming with 3 charges.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "12613",
- "name": "Amulet of farming(3)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12614",
- "name": "Amulet of farming(4)",
- "examine": "An amulet of Farming with 4 charges.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "12615",
- "name": "Amulet of farming(4)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12616",
- "name": "Amulet of farming(5)",
- "examine": "An amulet of Farming with 5 charges.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "12617",
- "name": "Amulet of farming(5)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12618",
- "name": "Amulet of farming(6)",
- "examine": "An amulet of Farming with 6 charges.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "12619",
- "name": "Amulet of farming(6)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12620",
- "name": "Amulet of farming(7)",
- "examine": "An amulet of Farming with 7 charges.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "12621",
- "name": "Amulet of farming(7)",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12622",
- "name": "Amulet of farming(8)",
- "examine": "An amulet of Farming with 8 charges.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "2",
- "ge_buy_limit": "100",
- "shop_price": "200",
- "tradeable": "true"
- },
- {
- "id": "12623",
- "name": "Amulet of farming(8)",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12624",
- "name": "Ogleroot",
- "examine": "An ogleroot. How odd.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "10",
- "tradeable": "true",
- "weight": "0"
- },
- {
- "id": "12625",
- "name": "Flag",
- "examine": "A flag to put in the ground.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to obtain more flags from Mrs. Winkin or Farmer Blinkin if you have lost all of the flags you have.",
- "durability": null,
- "shop_price": "500",
- "tradeable": "false",
- "weight": "0"
- },
- {
- "id": "12626",
- "name": "Test paper",
- "examine": "Player Safety test",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You will need to get another exam paper from Professor Henry",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12627",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12628",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12629",
- "name": "Safety gloves",
- "examine": "Gloves from the Stronghold of Player Safety.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,1,2,2,1,2,1,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another pair of gloves from the chest in the Stronghold of Player Safety.",
- "durability": null,
- "equipment_slot": "9",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "12630",
- "name": "Rubium",
- "examine": "Be careful with this near water.",
- "archery_ticket_price": "0",
- "destroy_message": "Rubium is very unstable",
- "durability": null,
- "shop_price": "10",
- "weight": "1"
- },
- {
- "id": "12631",
- "name": "Toy train",
- "examine": "(While on the ground) Kennith's lost toy. (While in your inventory) A wooden toy train.",
- "archery_ticket_price": "0",
- "destroy_message": "The train is tiny",
- "durability": null
- },
- {
- "id": "12632",
- "name": "Note",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "160",
- "tradeable": "true"
- },
- {
- "id": "12633",
- "name": "Super fishing explosive",
- "examine": "The jar is shaking violently!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12634",
- "name": "Chocatrice cape",
- "examine": "A thick, orange cape.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "1",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "12635",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12636",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12637",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12638",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12639",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12640",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12641",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12642",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12643",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12644",
- "name": "Easter egg",
- "examine": "Happy Easter.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12645",
- "name": "Chocatrice cape",
- "examine": "A thick, orange cape.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "1",
- "tradeable": "false",
- "weight": "0.4"
- },
- {
- "id": "12646",
- "name": "Chocolate egg",
- "examine": "A chocolate egg wrapped in coloured foil.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12647",
- "name": "Chocolate egg",
- "examine": "A chocolate egg wrapped in coloured foil.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12648",
- "name": "Chocolate egg",
- "examine": "A chocolate egg wrapped in coloured foil.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12649",
- "name": "Bucket",
- "examine": "It's an empty bucket.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "2",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12650",
- "name": "Bucket of water",
- "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "12651",
- "name": "Bucket of water",
- "examine": "It's a bucket of water.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "12652",
- "name": "Bucket of coal",
- "examine": "It's a bucket of coal from the Easter Bunny's warren.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "12653",
- "name": "Bucket of coal",
- "examine": "It's a bucket of coal from the Easter Bunny's warren.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "12654",
- "name": "Cockatrice egg",
- "examine": "A stripy brown egg.",
- "archery_ticket_price": "0",
- "destroy_message": "Are you sure you want to destroy this object? You can get another in the Easter Bunny's warren.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12655",
- "name": "Chocatrice egg",
- "examine": "A cockatrice egg that has been dipped in molten chocolate.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "Are you sure you want to destroy this object? You can make another at the Easter Bunny's warren.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "12657",
- "name": "Chocolate chunks",
- "examine": "Some chocolate chunks.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "12658",
- "name": "Adamant full helm (e)",
- "examine": "A full face helmet.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "3520",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12659",
- "name": "Adamant full helm (charged)",
- "examine": "A full face helmet.",
- "absorb": "1,0,2",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "3520",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12660",
- "name": "Snakeskin bandana (e)",
- "examine": "Lightweight head protection.",
- "absorb": "0,2,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "12661",
- "name": "Snakeskin bandana (charged)",
- "examine": "Lightweight head protection.",
- "absorb": "0,2,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "12662",
- "name": "Splitbark helm (e)",
- "examine": "A wooden helmet.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "12663",
- "name": "Splitbark helm (charged)",
- "examine": "A wooden helmet.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "12664",
- "name": "Rune full helm (e)",
- "examine": "A full face helmet.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12665",
- "name": "Rune full helm (charged)",
- "examine": "A full face helmet.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12666",
- "name": "Dragon med helm (e)",
- "examine": "Makes the wearer pretty intimidating.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "12667",
- "name": "Dragon med helm (charged)",
- "examine": "Makes the wearer pretty intimidating.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1.3"
- },
- {
- "id": "12668",
- "name": "Lunar helm (e)",
- "examine": "A mystical helmet.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "15000",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "12669",
- "name": "Lunar helm (charged)",
- "examine": "A mystical helmet.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The Oneiromancer might be able to help you get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "15000",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "12670",
- "name": "Armadyl helmet (e)",
- "examine": "A helmet of great craftmanship.",
- "absorb": "0,5,2",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "12671",
- "name": "Armadyl helmet (charged)",
- "examine": "A helmet of great craftmanship.",
- "absorb": "0,5,2",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "12672",
- "name": "Archer helm (e)",
- "examine": "This helmet is worn by archers.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12673",
- "name": "Archer helm (charged)",
- "examine": "This helmet is worn by archers.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2"
- },
- {
- "id": "12674",
- "name": "Berserker helm (e)",
- "examine": "This helmet is worn by berserkers.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12675",
- "name": "Berserker helm (charged)",
- "examine": "This helmet is worn by berserkers.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12676",
- "name": "Warrior helm (e)",
- "examine": "This helm is worn by warriors.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12677",
- "name": "Warrior helm (charged)",
- "examine": "This helm is worn by warriors.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12678",
- "name": "Farseer helm (e)",
- "examine": "This helm is worn by farseers.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12679",
- "name": "Farseer helm (charged)",
- "examine": "This helm is worn by farseers.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "shop_price": "78000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "12680",
- "name": "Helm of neitiznot (e)",
- "examine": "A gift from Neitiznot's Burgher.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "50000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "12681",
- "name": "Helm of neitiznot (charged)",
- "examine": "A gift from Neitiznot's Burgher.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "50000",
- "tradeable": "true",
- "weight": "2.2"
- },
- {
- "id": "12682",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12683",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12684",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12685",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12686",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12687",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12688",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12689",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12690",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12691",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12692",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12693",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12694",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12695",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12696",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12697",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12698",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12699",
- "name": "Monkey",
- "examine": "Hide the bananas!"
- },
- {
- "id": "12700",
- "name": "Terrier puppy",
- "examine": "A hyperactive little pup.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12701",
- "name": "Terrier",
- "examine": "A hyperactive little pup.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12702",
- "name": "Terrier puppy",
- "examine": "Such a brave doggy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12703",
- "name": "Terrier",
- "examine": "Such a brave doggy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12704",
- "name": "Greyhound puppy",
- "examine": "This is one fast little pooch.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12705",
- "name": "Greyhound",
- "examine": "An aerodynamic doggy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12706",
- "name": "Greyhound puppy",
- "examine": "This is one fast little pooch.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12707",
- "name": "Greyhound",
- "examine": "An aerodynamic doggy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12708",
- "name": "Labrador puppy",
- "examine": "Soft but strong... and cute.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12709",
- "name": "Labrador",
- "examine": "My most faithful friend.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12710",
- "name": "Labrador puppy",
- "examine": "Soft but strong... and cute.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12711",
- "name": "Labrador",
- "examine": "My most faithful friend.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12712",
- "name": "Dalmatian puppy",
- "examine": "Now, if only I could find another hundred...",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12713",
- "name": "Dalmatian",
- "examine": "A purebred doggy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12714",
- "name": "Dalmatian puppy",
- "examine": "Now, if only I could find another hundred...",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12715",
- "name": "Dalmatian",
- "examine": "A purebred doggy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12716",
- "name": "Sheepdog puppy",
- "examine": "This little puppy is very quiet.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12717",
- "name": "Sheepdog",
- "examine": "Come by! Come by!",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12718",
- "name": "Sheepdog puppy",
- "examine": "This little puppy is very quiet.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12719",
- "name": "Sheepdog",
- "examine": "Come by! Come by!",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12720",
- "name": "Bulldog puppy",
- "examine": "One proud little puppy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12721",
- "name": "Bulldog",
- "examine": "Looks like it's chewing a wasp.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12722",
- "name": "Bulldog puppy",
- "examine": "One proud little puppy.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12723",
- "name": "Bulldog",
- "examine": "Looks like it's chewing a wasp.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{4,23}"
- },
- {
- "id": "12724",
- "name": "Raven chick",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12725",
- "name": "Raven",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12726",
- "name": "Raven chick",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12727",
- "name": "Raven",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12728",
- "name": "Raven chick",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12729",
- "name": "Raven",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12730",
- "name": "Raven chick",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12731",
- "name": "Raven",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12732",
- "name": "Raven chick",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12733",
- "name": "Raven",
- "examine": "Chick: A raven chick.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12734",
- "name": "Baby raccoon",
- "examine": "A stripy little baby raccoon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12735",
- "name": "Raccoon",
- "examine": "He can run with us.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12736",
- "name": "Baby raccoon",
- "examine": "A stripy little baby raccoon.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12737",
- "name": "Raccoon",
- "examine": "He can run with us.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12738",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12739",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12740",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12741",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12742",
- "name": "Gecko",
- "examine": "How cute!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12743",
- "name": "Gecko",
- "examine": "How cute!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12744",
- "name": "Gecko",
- "examine": "How cute!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12745",
- "name": "Gecko",
- "examine": "How cute!",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12746",
- "name": "Baby giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12747",
- "name": "Giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12748",
- "name": "Baby giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12749",
- "name": "Giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12750",
- "name": "Baby giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12751",
- "name": "Giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12752",
- "name": "Baby giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12753",
- "name": "Giant crab",
- "examine": "Baby: Little NipperAdult: Bigger Nipper.",
- "archery_ticket_price": "0",
- "durability": null,
- "requirements": "{23,40}"
- },
- {
- "id": "12754",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12755",
- "name": "Squirrel",
- "examine": "An experienced nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12756",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12757",
- "name": "Squirrel",
- "examine": "An experienced nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12758",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12759",
- "name": "Squirrel",
- "examine": "An experienced nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12760",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12761",
- "name": "Squirrel",
- "examine": "An experienced nut-thief.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12762",
- "name": "Penguin",
- "examine": "Emperor of all he surveys."
- },
- {
- "id": "12763",
- "name": "Baby penguin",
- "examine": "Can't fly and can barely walk, but adorable nonetheless.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12764",
- "name": "Penguin",
- "examine": "Emperor of all he surveys."
- },
- {
- "id": "12765",
- "name": "Baby penguin",
- "examine": "Can't fly and can barely walk, but adorable nonetheless.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12766",
- "name": "Vulture chick",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12767",
- "name": "Vulture",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12768",
- "name": "Vulture chick",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12769",
- "name": "Vulture",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12770",
- "name": "Vulture chick",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12771",
- "name": "Vulture",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12772",
- "name": "Vulture chick",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12773",
- "name": "Vulture",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12774",
- "name": "Vulture chick",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12775",
- "name": "Vulture",
- "examine": "If you see them circling: run.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12776",
- "name": "Swamp titan pouch",
- "examine": "I can summon a swamp titan familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,85}",
- "tradeable": "true"
- },
- {
- "id": "12777",
- "name": "Swamp titan pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12778",
- "name": "Spirit mosquito pouch",
- "examine": "I can summon a spirit mosquito familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{17,23}",
- "tradeable": "true"
- },
- {
- "id": "12779",
- "name": "Spirit mosquito pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12780",
- "name": "Void spinner pouch",
- "examine": "I can summon a void spinner familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,34}",
- "tradeable": "true"
- },
- {
- "id": "12781",
- "name": "Void spinner pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12782",
- "name": "Forge regent pouch",
- "examine": "I can summon a forge regent familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,76}",
- "tradeable": "true"
- },
- {
- "id": "12783",
- "name": "Forge regent pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12784",
- "name": "Spirit larupia pouch",
- "examine": "I can summon a spirit larupia familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,57}",
- "tradeable": "true"
- },
- {
- "id": "12785",
- "name": "Spirit larupia pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12786",
- "name": "Geyser titan pouch",
- "examine": "I can summon a geyser titan familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,89}",
- "tradeable": "true"
- },
- {
- "id": "12787",
- "name": "Geyser titan pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12788",
- "name": "Lava titan pouch",
- "examine": "I can summon a lava titan familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,83}",
- "tradeable": "true"
- },
- {
- "id": "12789",
- "name": "Lava titan pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12790",
- "name": "Steel titan pouch",
- "examine": "I can summon a steel titan familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,99}",
- "tradeable": "true"
- },
- {
- "id": "12791",
- "name": "Steel titan pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12792",
- "name": "Obsidian golem pouch",
- "examine": "I can summon an obsidian golem familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,73}",
- "tradeable": "true"
- },
- {
- "id": "12793",
- "name": "Obsidian golem pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12794",
- "name": "Talon beast pouch",
- "examine": "I can summon a talon beast familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,77}",
- "tradeable": "true"
- },
- {
- "id": "12795",
- "name": "Talon beast pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12796",
- "name": "Abyssal titan pouch",
- "examine": "I can summon an abyssal titan familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,93}",
- "tradeable": "true"
- },
- {
- "id": "12797",
- "name": "Abyssal titan pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12798",
- "name": "Void torcher pouch",
- "examine": "I can summon a void torcher familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,34}",
- "tradeable": "true"
- },
- {
- "id": "12799",
- "name": "Void torcher pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12800",
- "name": "Giant chinchompa pouch",
- "examine": "I can summon a giant chinchompa familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,29}",
- "tradeable": "true"
- },
- {
- "id": "12801",
- "name": "Giant chinchompa pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12802",
- "name": "Fire titan pouch",
- "examine": "I can summon a fire titan familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,79}",
- "tradeable": "true"
- },
- {
- "id": "12803",
- "name": "Fire titan pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12804",
- "name": "Moss titan pouch",
- "examine": "I can summon a moss titan familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,79}",
- "tradeable": "true"
- },
- {
- "id": "12805",
- "name": "Moss titan pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12806",
- "name": "Ice titan pouch",
- "examine": "I can summon an ice titan familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,79}",
- "tradeable": "true"
- },
- {
- "id": "12807",
- "name": "Ice titan pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12808",
- "name": "Spirit tz-kih pouch",
- "examine": "I can summon a spirit Tz-Kih familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{22,23}",
- "tradeable": "true"
- },
- {
- "id": "12809",
- "name": "Spirit tz-kih pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12810",
- "name": "Spirit graahk pouch",
- "examine": "I can summon a spirit graahk familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,57}",
- "tradeable": "true"
- },
- {
- "id": "12811",
- "name": "Spirit graahk pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12812",
- "name": "Spirit kyatt pouch",
- "examine": "I can summon a spirit kyatt familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,57}",
- "tradeable": "true"
- },
- {
- "id": "12813",
- "name": "Spirit kyatt pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12814",
- "name": "Void shifter pouch",
- "examine": "I can summon a void shifter familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,34}",
- "tradeable": "true"
- },
- {
- "id": "12815",
- "name": "Void shifter pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12816",
- "name": "Pyrelord pouch",
- "examine": "I can summon a pyrelord familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,46}",
- "tradeable": "true"
- },
- {
- "id": "12817",
- "name": "Pyrelord pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12818",
- "name": "Void ravager pouch",
- "examine": "I can summon a void ravager familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,34}",
- "tradeable": "true"
- },
- {
- "id": "12819",
- "name": "Void ravager pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12820",
- "name": "Ravenous locust pouch",
- "examine": "I can summon a ravenous locust familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,70}",
- "tradeable": "true"
- },
- {
- "id": "12821",
- "name": "Ravenous locust pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12822",
- "name": "Iron titan pouch",
- "examine": "I can summon an iron titan familiar with this.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,95}",
- "tradeable": "true"
- },
- {
- "id": "12823",
- "name": "Iron titan pouch",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "tradeable": "true"
- },
- {
- "id": "12824",
- "name": "Titan's con. scroll",
- "examine": "A scroll for an elemental titan familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,79}",
- "tradeable": "true"
- },
- {
- "id": "12825",
- "name": "Steel of legends scroll",
- "examine": "A scroll for a steel titan familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,99}",
- "tradeable": "true"
- },
- {
- "id": "12826",
- "name": "Volcanic str. scroll",
- "examine": "A scroll for an obsidian golem familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,73}",
- "tradeable": "true"
- },
- {
- "id": "12827",
- "name": "Essence shipment scroll",
- "examine": "A scroll for an abyssal titan familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,93}",
- "tradeable": "true"
- },
- {
- "id": "12828",
- "name": "Iron within scroll",
- "examine": "A scroll for an iron titan familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,95}",
- "tradeable": "true"
- },
- {
- "id": "12829",
- "name": "Immense heat scroll",
- "examine": "A scroll for a pyrelord familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,46}",
- "tradeable": "true"
- },
- {
- "id": "12830",
- "name": "Famine scroll",
- "examine": "A scroll for a ravenous locust familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,70}",
- "tradeable": "true"
- },
- {
- "id": "12831",
- "name": "Deadly claw scroll",
- "examine": "A scroll for a talon beast familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,77}",
- "tradeable": "true"
- },
- {
- "id": "12832",
- "name": "Swamp plague scroll",
- "examine": "A scroll for a swamp titan familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,85}",
- "tradeable": "true"
- },
- {
- "id": "12833",
- "name": "Boil scroll",
- "examine": "A scroll for a geyser titan familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,89}",
- "tradeable": "true"
- },
- {
- "id": "12834",
- "name": "Explode scroll",
- "examine": "A scroll for a giant chinchompa familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,29}",
- "tradeable": "true"
- },
- {
- "id": "12835",
- "name": "Goad scroll",
- "examine": "A scroll for a spirit graahk familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,57}",
- "tradeable": "true"
- },
- {
- "id": "12836",
- "name": "Ambush scroll",
- "examine": "A scroll for a spirit kyatt familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,57}",
- "tradeable": "true"
- },
- {
- "id": "12837",
- "name": "Ebon thunder scroll",
- "examine": "A scroll for a lava titan familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,83}",
- "tradeable": "true"
- },
- {
- "id": "12838",
- "name": "Pester scroll",
- "examine": "A scroll for a spirit mosquito familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,17}",
- "tradeable": "true"
- },
- {
- "id": "12839",
- "name": "Fireball assault scroll",
- "examine": "A scroll for a spirit Tz-Kih familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,22}",
- "tradeable": "true"
- },
- {
- "id": "12840",
- "name": "Rending scroll",
- "examine": "A scroll for a spirit larupia familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,57}",
- "tradeable": "true"
- },
- {
- "id": "12841",
- "name": "Inferno scroll",
- "examine": "A scroll for a forge regent familiar.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "5000",
- "requirements": "{23,76}",
- "tradeable": "true"
- },
- {
- "id": "12842",
- "name": "Gnomecopter",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "1",
- "run_anim": "8963",
- "stand_anim": "8964",
- "stand_turn_anim": "8963",
- "turn180_anim": "8963",
- "turn90ccw_anim": "8963",
- "turn90cw_anim": "8963",
- "walk_anim": "8961"
- },
- {
- "id": "12843",
- "name": "Gnomecopter ticket",
- "examine": "It tells gnomecopters where you wish to go.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This is for use with the gnomecopters, north of Lumbridge. Sasquine Huburns will give you another one.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "12844",
- "name": "Toy kite",
- "examine": "A kite with a dragon on it.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "593",
- "run_anim": "8986",
- "shop_price": "100",
- "stand_anim": "8981",
- "stand_turn_anim": "8987",
- "turn180_anim": "8985",
- "turn90ccw_anim": "8984",
- "turn90cw_anim": "8983",
- "walk_anim": "8982"
- },
- {
- "id": "12845",
- "name": "Stone of power",
- "examine": "A stone used to gather energy.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "370",
- "run_anim": "9004",
- "stand_anim": "8998",
- "stand_turn_anim": "9000",
- "tradeable": "false",
- "turn180_anim": "9001",
- "turn90ccw_anim": "9003",
- "turn90cw_anim": "9002",
- "walk_anim": "8997",
- "weight": "30"
- },
- {
- "id": "12846",
- "name": "Stone of power",
- "examine": "A stone used to gather energy.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "370",
- "run_anim": "9004",
- "stand_anim": "8998",
- "stand_turn_anim": "9000",
- "tradeable": "false",
- "turn180_anim": "9001",
- "turn90ccw_anim": "9003",
- "turn90cw_anim": "9002",
- "walk_anim": "8997",
- "weight": "30"
- },
- {
- "id": "12847",
- "name": "Stone of power",
- "examine": "A stone used to gather energy.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "370",
- "run_anim": "9004",
- "stand_anim": "8998",
- "stand_turn_anim": "9000",
- "tradeable": "false",
- "turn180_anim": "9001",
- "turn90ccw_anim": "9003",
- "turn90cw_anim": "9002",
- "walk_anim": "8997",
- "weight": "30"
- },
- {
- "id": "12848",
- "name": "Stone of power",
- "examine": "A stone used to gather energy.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "370",
- "run_anim": "9004",
- "stand_anim": "8998",
- "stand_turn_anim": "9000",
- "tradeable": "false",
- "turn180_anim": "9001",
- "turn90ccw_anim": "9003",
- "turn90cw_anim": "9002",
- "walk_anim": "8997",
- "weight": "30"
- },
- {
- "id": "12849",
- "name": "Stone of power",
- "examine": "A stone used to gather energy.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "370",
- "run_anim": "9004",
- "stand_anim": "8998",
- "stand_turn_anim": "9000",
- "tradeable": "false",
- "turn180_anim": "9001",
- "turn90ccw_anim": "9003",
- "turn90cw_anim": "9002",
- "walk_anim": "8997",
- "weight": "30"
- },
- {
- "id": "12850",
- "name": "Elemental rune",
- "examine": "A generic elemental rune",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12851",
- "name": "Catalytic rune",
- "examine": "A generic non-elemental rune",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12852",
- "name": "Fist of guthix token",
- "examine": "A token awarded for taking part in the Fist of Guthix minigame.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "12853",
- "name": "Bandages",
- "examine": "A box of bandages for healing.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "12855",
- "name": "Tele-orb",
- "examine": "Teleports you to the centre of the arena.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null
- },
- {
- "id": "12856",
- "name": "Irit gloves",
- "examine": "A pair of mystical gloves.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{15,50}",
- "shop_price": "75",
- "tradeable": "false"
- },
- {
- "id": "12857",
- "name": "Avantoe gloves",
- "examine": "A pair of mystical gloves.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{15,60}",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "12858",
- "name": "Kwuarm gloves",
- "examine": "A pair of mystical gloves.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{15,70}",
- "shop_price": "200",
- "tradeable": "false"
- },
- {
- "id": "12859",
- "name": "Cadantine gloves",
- "examine": "A pair of mystical gloves.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{15,80}",
- "shop_price": "200",
- "tradeable": "false"
- },
- {
- "id": "12860",
- "name": "Swordfish gloves",
- "examine": "A pair of mystical gloves.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{10,65}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12861",
- "name": "Shark gloves",
- "examine": "A pair of mystical gloves",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{10,90}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12862",
- "name": "Dragon slayer gloves",
- "examine": "A pair of mystical gloves.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{18,70}",
- "shop_price": "200",
- "tradeable": "false"
- },
- {
- "id": "12863",
- "name": "Air runecrafting gloves",
- "examine": "A pair of mystical gloves.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{20,10}",
- "shop_price": "75",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12864",
- "name": "Water runecrafting gloves",
- "examine": "A pair of mystical gloves.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{20,20}",
- "shop_price": "75",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12865",
- "name": "Earth runecrafting gloves",
- "examine": "A pair of mystical gloves.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix minigame.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{20,30}",
- "shop_price": "75",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12866",
- "name": "Battle hood 100",
- "examine": "Its arcane power is waning.",
- "absorb": "4,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "250",
- "tradeable": "false"
- },
- {
- "id": "12867",
- "name": "Battle hood 80",
- "examine": "Its arcane power is waning.",
- "absorb": "4,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "250",
- "tradeable": "false"
- },
- {
- "id": "12868",
- "name": "Battle hood 60",
- "examine": "Its arcane power is waning.",
- "absorb": "4,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "250",
- "tradeable": "false"
- },
- {
- "id": "12869",
- "name": "Battle hood 40",
- "examine": "Its arcane power is waning.",
- "absorb": "4,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "250",
- "tradeable": "false"
- },
- {
- "id": "12870",
- "name": "Battle hood 20",
- "examine": "Its arcane power is waning.",
- "absorb": "4,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "250",
- "tradeable": "false"
- },
- {
- "id": "12871",
- "name": "Battle hood 0",
- "examine": "Its arcane power is waning.",
- "absorb": "4,3,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,3,2,3,2,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "remove_head": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "250",
- "tradeable": "true"
- },
- {
- "id": "12872",
- "name": "Battle hood 0",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12873",
- "name": "Battle robe top 100",
- "examine": "A robe top infused with arcane power, especially created for combat spells.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1500",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12874",
- "name": "Battle robe top 80",
- "examine": "A robe top infused with arcane power, especially created for combat spells.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1500",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12875",
- "name": "Battle robe top 60",
- "examine": "A robe top infused with arcane power, especially created for combat spells.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1500",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12876",
- "name": "Battle robe top 40",
- "examine": "A robe top infused with arcane power, especially created for combat spells.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1500",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12877",
- "name": "Battle robe top 20",
- "examine": "A robe top infused with arcane power, especially created for combat spells.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1500",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12878",
- "name": "Battle robe top 0",
- "examine": "Its arcane power is waning.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,4,4,5,7,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "remove_sleeves": "true",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1500",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "12879",
- "name": "Battle robe top 0",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12880",
- "name": "Battle robe bottom 100",
- "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
- "absorb": "5,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1000",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12881",
- "name": "Battle robe bottom 80",
- "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
- "absorb": "5,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1000",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12882",
- "name": "Battle robe bottom 60",
- "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
- "absorb": "5,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1000",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12883",
- "name": "Battle robe bottom 40",
- "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
- "absorb": "5,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1000",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12884",
- "name": "Battle robe bottom 20",
- "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
- "absorb": "5,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1000",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12885",
- "name": "Battle robe bottom 0",
- "examine": "Its arcane power is waning.",
- "absorb": "5,2,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,4,3,4,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "requirements": "{1,50}-{6,60}",
- "shop_price": "1000",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "12886",
- "name": "Battle robe bottom 0",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12887",
- "name": "Druidic mage hood 100",
- "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12888",
- "name": "Druidic mage hood 80",
- "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12889",
- "name": "Druidic mage hood 60",
- "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12890",
- "name": "Druidic mage hood 40",
- "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12891",
- "name": "Druidic mage hood 20",
- "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12892",
- "name": "Druidic mage hood 0",
- "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "7"
- },
- {
- "id": "12893",
- "name": "Druidic mage hood 0",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12894",
- "name": "Druidic mage top 100",
- "examine": "A magical robe top worn by followers of Guthix.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12895",
- "name": "Druidic mage top 80",
- "examine": "A magical robe top worn by followers of Guthix.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12896",
- "name": "Druidic mage top 60",
- "examine": "A magical robe top worn by followers of Guthix.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12897",
- "name": "Druidic mage top 40",
- "examine": "A magical robe top worn by followers of Guthix.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12898",
- "name": "Druidic mage top 20",
- "examine": "A magical robe top worn by followers of Guthix.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12899",
- "name": "Druidic mage top 0",
- "examine": "A magical robe top worn by followers of Guthix.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "12900",
- "name": "Druidic mage top 0",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12901",
- "name": "Druidic mage bottom 100",
- "examine": "A magical robe bottom worn by a person who follows Guthix.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12902",
- "name": "Druidic mage bottom 80",
- "examine": "A magical robe bottom worn by a person who follows Guthix.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12903",
- "name": "Druidic mage bottom 60",
- "examine": "A magical robe bottom worn by a person who follows Guthix.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12904",
- "name": "Druidic mage bottom 40",
- "examine": "A magical robe bottom worn by a person who follows Guthix.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12905",
- "name": "Druidic mage bottom 20",
- "examine": "A magical robe bottom worn by a person who follows Guthix.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12906",
- "name": "Druidic mage bottom 0",
- "examine": "A magical robe bottom worn by a person who follows Guthix.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,2,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "12907",
- "name": "Druidic mage bottom 0",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12908",
- "name": "Adamant spikeshield 100",
- "examine": "A spiked square shield.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "5"
- },
- {
- "id": "12909",
- "name": "Adamant spikeshield 80",
- "examine": "A spiked square shield.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "5"
- },
- {
- "id": "12910",
- "name": "Adamant spikeshield 60",
- "examine": "A spiked square shield.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "5"
- },
- {
- "id": "12911",
- "name": "Adamant spikeshield 40",
- "examine": "A spiked square shield.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "5"
- },
- {
- "id": "12912",
- "name": "Adamant spikeshield 20",
- "examine": "A spiked square shield.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "5"
- },
- {
- "id": "12913",
- "name": "Adamant spikeshield 0",
- "examine": "Not so spiky anymore.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,11,12,10,0,11,4,1,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "100",
- "requirements": "{1,35}",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "12914",
- "name": "Adamant spikeshield 0",
- "examine": "Not so spiky anymore!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12915",
- "name": "Adamant berserker shield 100",
- "examine": "A large, spiked metal shield",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12916",
- "name": "Adamant berserker shield 80",
- "examine": "A large, spiked metal shield",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12917",
- "name": "Adamant berserker shield 60",
- "examine": "A large, spiked metal shield",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12918",
- "name": "Adamant berserker shield 40",
- "examine": "A large, spiked metal shield",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12919",
- "name": "Adamant berserker shield 20",
- "examine": "A large, spiked metal shield",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,35}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "7"
- },
- {
- "id": "12920",
- "name": "Adamant berserker shield 0",
- "examine": "Not so spiky anymore!",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,12,14,13,-1,8,4,1,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "10",
- "requirements": "{1,35}",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "7"
- },
- {
- "id": "12921",
- "name": "Adamant berserker shield 0",
- "examine": "Not so spiky anymore!",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12922",
- "name": "Rune spikeshield 100",
- "examine": "A spiked, medium square shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "point_price": "35",
- "requirements": "{1,45}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12923",
- "name": "Rune spikeshield 80",
- "examine": "A spiked, medium square shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,45}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12924",
- "name": "Rune spikeshield 60",
- "examine": "A spiked, medium square shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,45}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12925",
- "name": "Rune spikeshield 40",
- "examine": "A spiked, medium square shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,45}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12926",
- "name": "Rune spikeshield 20",
- "examine": "A spiked, medium square shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,45}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12927",
- "name": "Rune spikeshield 0",
- "examine": "Not so spiky anymore.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,14,15,13,0,14,8,2,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "10",
- "requirements": "{1,45}",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "12928",
- "name": "Rune spikeshield 0",
- "examine": "Not so spiky anymore.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12929",
- "name": "Rune berserker shield 100",
- "examine": "A Large, spiked metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "point_price": "35",
- "requirements": "{1,45}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "6"
- },
- {
- "id": "12930",
- "name": "Rune berserker shield 80",
- "examine": "A Large, spiked metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,45}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "6"
- },
- {
- "id": "12931",
- "name": "Rune berserker shield 60",
- "examine": "A Large, spiked metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,45}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "6"
- },
- {
- "id": "12932",
- "name": "Rune berserker shield 40",
- "examine": "A Large, spiked metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,45}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "6"
- },
- {
- "id": "12933",
- "name": "Rune berserker shield 20",
- "examine": "A Large, spiked metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "requirements": "{1,45}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "6"
- },
- {
- "id": "12934",
- "name": "Rune berserker shield 0",
- "examine": "Not so spiky anymore.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-8,-2,16,18,17,-1,17,9,2,0,0,0",
- "durability": null,
- "equipment_slot": "5",
- "ge_buy_limit": "10",
- "requirements": "{1,45}",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "6"
- },
- {
- "id": "12935",
- "name": "Rune berserker shield 0",
- "examine": "Not so spiky anymore.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12936",
- "name": "Green d'hide coif 100",
- "examine": "A coif made of green dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,40}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "12937",
- "name": "Green d'hide coif 80",
- "examine": "A coif made of green dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,40}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "12938",
- "name": "Green d'hide coif 60",
- "examine": "A coif made of green dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,40}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "12939",
- "name": "Green d'hide coif 40",
- "examine": "A coif made of green dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,40}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "12940",
- "name": "Green d'hide coif 20",
- "examine": "A coif made of green dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,40}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "0.9"
- },
- {
- "id": "12941",
- "name": "Green d'hide coif 0",
- "examine": "A worn out coif made of green dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,1,1,2,2,1,2,1,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{1,40}-{4,40}",
- "shop_price": "150",
- "tradeable": "true",
- "weight": "0.9"
- },
- {
- "id": "12942",
- "name": "Green d'hide coif 0",
- "examine": "A worn out coif made of green dragonhide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12943",
- "name": "Blue d'hide coif 100",
- "examine": "A coif made of blue dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,50}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12944",
- "name": "Blue d'hide coif 80",
- "examine": "A coif made of blue dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,50}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12945",
- "name": "Blue d'hide coif 60",
- "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,50}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12946",
- "name": "Blue d'hide coif 40",
- "examine": "A coif made of blue dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,50}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12947",
- "name": "Blue d'hide coif 20",
- "examine": "A coif made of blue dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,50}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12948",
- "name": "Blue d'hide coif 0",
- "examine": "A worn out coif made of blue dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,1,1,2,2,1,2,2,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{1,40}-{4,50}",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12949",
- "name": "Blue d'hide coif 0",
- "examine": "A worn out coif made of blue dragonhide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12950",
- "name": "Red d'hide coif 100",
- "examine": "A coif made of red dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,60}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12951",
- "name": "Red d'hide coif 80",
- "examine": "A coif made of red dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,60}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12952",
- "name": "Red d'hide coif 60",
- "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,60}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12953",
- "name": "Red d'hide coif 40",
- "examine": "A coif made of red dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,60}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12954",
- "name": "Red d'hide coif 20",
- "examine": "A coif made of red dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,60}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12955",
- "name": "Red d'hide coif 0",
- "examine": "A worn out coif made of red dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,2,1,2,3,1,2,2,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{1,40}-{4,60}",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12956",
- "name": "Red d'hide coif 0",
- "examine": "A worn out coif made of red dragonhide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12957",
- "name": "Black d'hide coif 100",
- "examine": "A coif made of black dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "500",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12958",
- "name": "Black d'hide coif 80",
- "examine": "A coif made of black dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "500",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12959",
- "name": "Black d'hide coif 60",
- "examine": "A coif made of black dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "500",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12960",
- "name": "Black d'hide coif 40",
- "examine": "A coif made of black dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "500",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12961",
- "name": "Black d'hide coif 20",
- "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "500",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "12962",
- "name": "Black d'hide coif 0",
- "examine": "A coif made of black dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,3,1,3,3,1,2,3,0,0,0,0",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "ge_buy_limit": "100",
- "remove_head": "true",
- "requirements": "{1,40}-{4,70}",
- "shop_price": "500",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "12963",
- "name": "Black d'hide coif 0",
- "examine": "A coif made of black dragonhide.",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12964",
- "name": "Combat hood 100",
- "examine": "A magical hood, especially created for combat spells.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "12965",
- "name": "Combat hood 80",
- "examine": "A magical hood, especially created for combat spells.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "12966",
- "name": "Combat hood 60",
- "examine": "A magical hood, especially created for combat spells.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "12967",
- "name": "Combat hood 40",
- "examine": "A magical hood, especially created for combat spells.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "12968",
- "name": "Combat hood 20",
- "examine": "A magical hood, especially created for combat spells.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "0.8"
- },
- {
- "id": "12969",
- "name": "Combat hood 0",
- "examine": "A magical hood, especially created for combat spells.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,2,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "10",
- "remove_head": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "0.8"
- },
- {
- "id": "12970",
- "name": "Combat hood 0",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12971",
- "name": "Combat robe top 100",
- "examine": "A magical robe top, especially made for combat spells.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12972",
- "name": "Combat robe top 80",
- "examine": "A magical robe top, especially made for combat spells.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12973",
- "name": "Combat robe top 60",
- "examine": "A magical robe top, especially made for combat spells.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12974",
- "name": "Combat robe top 40",
- "examine": "A magical robe top, especially made for combat spells.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12975",
- "name": "Combat robe top 20",
- "examine": "A magical robe top, especially made for combat spells.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "4"
- },
- {
- "id": "12976",
- "name": "Combat robe top 0",
- "examine": "A magical robe top, especially made for combat spells.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,4,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "10",
- "remove_sleeves": "true",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "150",
- "tradeable": "true",
- "weight": "4"
- },
- {
- "id": "12977",
- "name": "Combat robe top 0",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12978",
- "name": "Combat robe bottom 100",
- "examine": "A magical robe bottom, especially created for combat spells.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12979",
- "name": "Combat robe bottom 80",
- "examine": "A magical robe bottom, especially created for combat spells.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12980",
- "name": "Combat robe bottom 60",
- "examine": "A magical robe bottom, especially created for combat spells.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12981",
- "name": "Combat robe bottom 40",
- "examine": "A magical robe bottom, especially created for combat spells.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12982",
- "name": "Combat robe bottom 20",
- "examine": "A magical robe bottom, especially created for combat spells.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "false",
- "weight": "3"
- },
- {
- "id": "12983",
- "name": "Combat robe bottom 0",
- "examine": "A magical robe bottom, especially created for combat spells.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "10",
- "requirements": "{1,10}-{6,20}",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "3"
- },
- {
- "id": "12984",
- "name": "Combat robe bottom 0",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "10",
- "tradeable": "true"
- },
- {
- "id": "12985",
- "name": "Bronze gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "15",
- "tradeable": "false"
- },
- {
- "id": "12986",
- "name": "Worn-out bronze gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "12987",
- "name": "Worn-out bronze gauntlets",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12988",
- "name": "Iron gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "30",
- "tradeable": "false"
- },
- {
- "id": "12989",
- "name": "Worn-out iron gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "12990",
- "name": "Worn-out iron gauntlets",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12991",
- "name": "Steel gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{1,5}",
- "shop_price": "50",
- "tradeable": "false",
- "weight": "10"
- },
- {
- "id": "12992",
- "name": "Worn-out steel gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,1,1,1,-1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{1,5}",
- "shop_price": "50",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "12993",
- "name": "Worn-out steel gauntlets",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12994",
- "name": "Black gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{1,10}",
- "shop_price": "75",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "12995",
- "name": "Worn-out black gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,1,2,2,-1,1,1,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{1,10}",
- "shop_price": "75",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "12996",
- "name": "Worn-out black gauntlets",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "12997",
- "name": "Mithril gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,6,7,7,-1,6,6,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{1,20}",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "12998",
- "name": "Worn-out mithril gauntlets",
- "examine": "I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{1,20}",
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "12999",
- "name": "Worn-out mithril gauntlets",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "13000",
- "name": "Adamant gauntlets",
- "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{1,30}",
- "shop_price": "150",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "13001",
- "name": "Worn-out adamant gauntlets",
- "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{1,30}",
- "shop_price": "150",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "13002",
- "name": "Worn-out adamant gauntlets",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "13003",
- "name": "Rune gauntlets",
- "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{1,40}",
- "shop_price": "200",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "13004",
- "name": "Worn-out rune gauntlets",
- "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{1,40}",
- "shop_price": "200",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "13005",
- "name": "Worn-out rune gauntlets",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "13006",
- "name": "Dragon gauntlets",
- "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{1,60}",
- "shop_price": "300",
- "tradeable": "false",
- "weight": "0.2"
- },
- {
- "id": "13007",
- "name": "Worn-out dragon gauntlets",
- "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,1,0,0,0",
- "durability": null,
- "equipment_slot": "9",
- "ge_buy_limit": "100",
- "requirements": "{1,60}",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "0.2"
- },
- {
- "id": "13008",
- "name": "Worn-out dragon gauntlets",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "13010",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13011",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13012",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13013",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13014",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13015",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13016",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13017",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13018",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13019",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13020",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13021",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13022",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13023",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13024",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13025",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13026",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13027",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13028",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13029",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13030",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13031",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13032",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13033",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13034",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13035",
- "name": "Puzzle box",
- "examine": "I need to solve this.",
- "archery_ticket_price": "0",
- "destroy_message": "You can reclaim this item from the place you found it.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "13036",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13037",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13038",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13039",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13040",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13041",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13042",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13043",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13044",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13045",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13046",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13047",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13048",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13049",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13050",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13051",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13052",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13053",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13054",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13055",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13056",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13057",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13058",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13059",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13060",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13061",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13062",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13063",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13064",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13065",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13066",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13067",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13068",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13069",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13070",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13071",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13072",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13074",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13075",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13076",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13077",
- "name": "Casket",
- "examine": "I hope there's treasure in it.",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true",
- "weight": "5"
- },
- {
- "id": "13078",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13079",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13080",
- "name": "Clue scroll",
- "examine": "A set of instructions to be followed.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "13081",
- "name": "Black crossbow",
- "examine": "A black crossbow.",
- "archery_ticket_price": "0",
- "attack_audios": "2700,0,0,0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "ge_buy_limit": "100",
- "render_anim": "175",
- "requirements": "{4,33}",
- "run_anim": "4228",
- "stand_anim": "4591",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "4227",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "4226",
- "weapon_interface": "17",
- "weight": "5"
- },
- {
- "id": "13082",
- "name": "Black crossbow",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
- },
- {
- "id": "13083",
- "name": "Black bolts",
- "examine": "Black crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "100",
- "requirements": "{4,33}",
- "tradeable": "true"
- },
- {
- "id": "13084",
- "name": "Black bolts(p)",
- "examine": "Black crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "100",
- "requirements": "{4,33}",
- "tradeable": "true"
- },
- {
- "id": "13085",
- "name": "Black bolts(p+)",
- "examine": "Black crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "100",
- "requirements": "{4,33}",
- "tradeable": "true"
- },
- {
- "id": "13086",
- "name": "Black bolts(p++)",
- "examine": "Black crossbow bolts.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75",
- "durability": null,
- "equipment_slot": "13",
- "ge_buy_limit": "100",
- "requirements": "{4,33}",
- "tradeable": "true"
- },
- {
- "id": "13095",
- "name": "Black cane",
- "examine": "A sapphire-topped cane.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "2",
- "requirements": "{0,8}",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "0.5"
- },
- {
- "id": "13096",
- "name": "Black cane",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13097",
- "name": "Adamant cane",
- "examine": "A ruby-topped cane.",
- "archery_ticket_price": "0",
- "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "2",
- "requirements": "{0,28}",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "0.5"
- },
- {
- "id": "13098",
- "name": "Adamant cane",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13099",
- "name": "Rune cane",
- "examine": "A diamond-topped cane.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0",
- "durability": null,
- "equipment_slot": "3",
- "ge_buy_limit": "2",
- "lendable": "true",
- "requirements": "{0,38}",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "0.5"
- },
- {
- "id": "13100",
- "name": "Rune cane",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13101",
- "name": "Top hat",
- "examine": "Comes with a free rabbit!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13102",
- "name": "Top hat",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13103",
- "name": "Pith helmet",
- "examine": "Official explorer headgear!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "13104",
- "name": "Pith helmet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13105",
- "name": "Spiked helmet",
- "examine": "Spikier than normal.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "remove_head": "true",
- "requirements": "{1,5}",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "13106",
- "name": "Spiked helmet",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13107",
- "name": "Sheep mask",
- "examine": "Shear elegance.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13108",
- "name": "Sheep mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13109",
- "name": "Penguin mask",
- "examine": "I can get the look right, but can I do the waddle too?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13110",
- "name": "Penguin mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13111",
- "name": "Bat mask",
- "examine": "The bats have left the belltower.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13112",
- "name": "Bat mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13113",
- "name": "Cat mask",
- "examine": "It's the year of the cat!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true"
- },
- {
- "id": "13114",
- "name": "Cat mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13115",
- "name": "Wolf mask",
- "examine": "I'm hungry like the wolf.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "2",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13116",
- "name": "Wolf mask",
- "archery_ticket_price": "0",
- "durability": null,
- "ge_buy_limit": "2",
- "tradeable": "true"
- },
- {
- "id": "13117",
- "name": "Ivandis flail (30)",
- "examine": "A fully charged flail.",
- "archery_ticket_price": "0",
- "attack_anims": "9097,9097,9097,9097",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "defence_anim": "9048",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13118",
- "name": "Ivandis flail (29)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13119",
- "name": "Ivandis flail(28)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23"
- },
- {
- "id": "13120",
- "name": "Ivandis flail (27)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13121",
- "name": "Ivandis flail (26)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13122",
- "name": "Ivandis flail (25)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13123",
- "name": "Ivandis flail (24)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13124",
- "name": "Ivandis flail (23)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13125",
- "name": "Ivandis flail (22)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13126",
- "name": "Ivandis flail (21)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13127",
- "name": "Ivandis flail (20)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13128",
- "name": "Ivandis flail (19)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13129",
- "name": "Ivandis flail (18)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13130",
- "name": "Ivandis flail (17)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13131",
- "name": "Ivandis flail (16)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13132",
- "name": "Ivandis flail (15)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13133",
- "name": "Ivandis flail (14)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13134",
- "name": "Ivandis flail (13)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13135",
- "name": "Ivandis flail (12)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13136",
- "name": "Ivandis flail (11)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13137",
- "name": "Ivandis flail (10)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13138",
- "name": "Ivandis flail (9)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13139",
- "name": "Ivandis flail (8)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13140",
- "name": "Ivandis flail (7)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13141",
- "name": "Ivandis flail (6)",
- "examine": "A partially charged flail.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13142",
- "name": "Ivandis flail (5)",
- "examine": "A partially charged flail - it's nearly out of charges.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13143",
- "name": "Ivandis flail (4)",
- "examine": "A partially charged flail - it's nearly out of charges.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13144",
- "name": "Ivandis flail (3)",
- "examine": "A partially charged flail - it's nearly out of charges.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13145",
- "name": "Ivandis flail (2)",
- "examine": "A partially charged flail - it's nearly out of charges.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13146",
- "name": "Ivandis flail (1)",
- "examine": "A partially charged flail - one last charge left.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "712",
- "run_anim": "9050",
- "stand_anim": "9049",
- "stand_turn_anim": "823",
- "turn180_anim": "9052",
- "turn90ccw_anim": "9054",
- "turn90cw_anim": "9053",
- "two_handed": "true",
- "walk_anim": "9051",
- "weapon_interface": "23",
- "weight": "5"
- },
- {
- "id": "13147",
- "name": "Flail dust",
- "examine": "Flail of Ivandis dust.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "13149",
- "name": "Book page",
- "examine": "A page ripped from a book; it looks like a map of some kind.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You found this page in the top floor of Paterdomus temple on an old table.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13151",
- "name": "Combat book",
- "examine": "A big book of combat techniques.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You got this book from a bunk bed in Sanguinesti Myreque base.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13153",
- "name": "Chain link mould",
- "examine": "Used to make a metal chain.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "1"
- },
- {
- "id": "13154",
- "name": "Silvthril chain",
- "examine": "A chain made from mithril and silver.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "3"
- },
- {
- "id": "13155",
- "name": "Silver sickle emerald(b)",
- "examine": "A blessed sickle with an emerald recessed into it.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1"
- },
- {
- "id": "13156",
- "name": "Enchanted sickle emerald(b)",
- "examine": "A blessed and enchanted silver sickle with an emerald recessed into it.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "3",
- "weight": "1"
- },
- {
- "id": "13157",
- "name": "Vyre corpse",
- "examine": "A Vyrewatch corpse. Just a husk, really.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "5"
- },
- {
- "id": "13158",
- "name": "Columbarium key",
- "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.1"
- },
- {
- "id": "13159",
- "name": "Ornate tomb key",
- "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You got this key by cremating a Vyrewatch in the Paterdomus Columbarium.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13160",
- "name": "Tome of xp 2nd ed (3)",
- "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "13161",
- "name": "Tome of xp 2nd ed (2)",
- "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "13162",
- "name": "Tome of xp 2nd ed (1)",
- "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
- "durability": null,
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "13163",
- "name": "Black cane",
- "examine": "A sapphire-topped cane.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "0.5"
- },
- {
- "id": "13164",
- "name": "Adamant cane",
- "examine": "A ruby-topped cane.",
- "archery_ticket_price": "0",
- "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "0.5"
- },
- {
- "id": "13165",
- "name": "Rune cane",
- "examine": "A diamond-topped cane.",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0",
- "durability": null,
- "equipment_slot": "3",
- "lendable": "true",
- "tradeable": "true",
- "weapon_interface": "10",
- "weight": "0.5"
- },
- {
- "id": "13166",
- "name": "Top hat",
- "examine": "Comes with a free rabbit!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13167",
- "name": "Pith helmet",
- "examine": "Official explorer headgear!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "0.5"
- },
- {
- "id": "13168",
- "name": "Spiked helmet",
- "examine": "Spikier than normal.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "10"
- },
- {
- "id": "13169",
- "name": "Sheep mask",
- "examine": "Shear elegance.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13170",
- "name": "Penguin mask",
- "examine": "I can get the look right, but can I do the waddle too?",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13171",
- "name": "Bat mask",
- "examine": "The bats have left the belltower.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13172",
- "name": "Cat mask",
- "examine": "It's the year of the cat!",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true"
- },
- {
- "id": "13173",
- "name": "Wolf mask",
- "examine": "I'm hungry like the wolf.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_head": "true",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13174",
- "name": "Blue navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "13175",
- "name": "Green navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "13176",
- "name": "Red navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "13177",
- "name": "Brown navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "13178",
- "name": "Black navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "13179",
- "name": "Purple navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "13180",
- "name": "Grey navy slacks",
- "examine": "Not for slackers",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "100"
- },
- {
- "id": "13181",
- "name": "Blue naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13182",
- "name": "Green naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13183",
- "name": "Red naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13184",
- "name": "Brown naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13185",
- "name": "Black naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13186",
- "name": "Purple naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13187",
- "name": "Grey naval shirt",
- "examine": "...You can sail the seven seas...",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13188",
- "name": "Blue tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "50"
- },
- {
- "id": "13189",
- "name": "Green tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "50"
- },
- {
- "id": "13190",
- "name": "Red tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "50"
- },
- {
- "id": "13191",
- "name": "Brown tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "50"
- },
- {
- "id": "13192",
- "name": "Black tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "50"
- },
- {
- "id": "13193",
- "name": "Purple tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "50"
- },
- {
- "id": "13194",
- "name": "Grey tricorn hat",
- "examine": "I could never look square in this.",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "50"
- },
- {
- "id": "13227",
- "name": "Mysterious lamp",
- "examine": "I wonder what happens if I rub it.",
- "archery_ticket_price": "0",
- "destroy_message": "If you drop this lamp, it will be destroyed. You can obtain another from Dunstan.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13230",
- "name": "Icefiend net",
- "examine": "Professor Arblenap gave you this net to catch the baby icefiends on Ice Mountain.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get another net from Professor Arblenap on Ice Mountain.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "13231",
- "name": "Baby icefiend",
- "examine": "You should give this to Professor Arblenap.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false",
- "weight": "1"
- },
- {
- "id": "13232",
- "name": "Tent",
- "examine": "The remains of the Oracle's tent on Ice Mountain.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "It will reappear near the bottom of Ice Mountain.",
- "durability": null,
- "tradeable": "false",
- "weight": "30"
- },
- {
- "id": "13234",
- "name": "Dwarven key",
- "examine": "You took this key from Drorkar's pocket in the power station. (Perils of Ice Mountain)",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get it back by pickpocketing Drorkar again.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13238",
- "name": "Treated oak plank",
- "examine": "A plank of oak that has been treated to resist fire.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.8"
- },
- {
- "id": "13239",
- "name": "Chisel",
- "examine": "Good for detailed crafting.",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "14",
- "tradeable": "true",
- "weight": "0.4"
- },
- {
- "id": "13240",
- "name": ".",
- "archery_ticket_price": "0",
- "durability": null,
- "equipment_slot": "5",
- "tradeable": "true"
- },
- {
- "id": "13241",
- "name": "Treated plank",
- "examine": "A plank of oak that has been treated to resist fire.",
- "archery_ticket_price": "0",
- "durability": null,
- "weight": "0.8"
- },
- {
- "id": "13242",
- "name": ".",
- "archery_ticket_price": "0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "13243",
- "name": "Stone tablet",
- "examine": "An old stone slab with writing on it.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "13244",
- "name": "Tzhaar tourist guide",
- "examine": "A book for those who want to visit the TzHaar city.",
- "archery_ticket_price": "0",
- "durability": null
- },
- {
- "id": "13245",
- "name": "Stone slab",
- "examine": "A flawed block of obsidian from the Karamja volcano.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can mine more stone slabs in the TzHaar mine.",
- "durability": null,
- "tradeable": "false",
- "weight": "32"
- },
- {
- "id": "13246",
- "name": "Pillar",
- "examine": "A support pillar.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "You can get more pillars by crafting stone slabs from the TzHaar mine.",
- "durability": null,
- "tradeable": "false",
- "weight": "25"
- },
- {
- "id": "13247",
- "name": "Splat",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13248",
- "name": "Splat",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13249",
- "name": "Splat",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13250",
- "name": "Splat",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13259",
- "name": "Ranged path key",
- "examine": "A key obtained in Catolax's tomb.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13260",
- "name": "Magic path key",
- "examine": "A key obtained in Catolax's tomb.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13263",
- "name": "Slayer helmet",
- "examine": "You don't want to wear it inside-out.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,10}",
- "shop_price": "650",
- "tradeable": "false"
- },
- {
- "id": "13276",
- "name": "Banshee voice",
- "examine": "The remains of a banshee's scream.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13277",
- "name": "Masked earmuffs",
- "examine": "More of that crazy Slayer headgear.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "shop_price": "400",
- "tradeable": "false"
- },
- {
- "id": "13278",
- "name": "Broad arrow heads",
- "examine": "For use against turoth and kurasks.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "50",
- "tradeable": "false"
- },
- {
- "id": "13279",
- "name": "Unfinished broad bolts",
- "examine": "For use against turoth and kurasks.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "50",
- "tradeable": "false"
- },
- {
- "id": "13280",
- "name": "Broad-tipped bolts",
- "examine": "For use against turoth and kurasks.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "13281",
- "name": "Ring of slaying(8)",
- "examine": "An enchanted ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "150",
- "tradeable": "false"
- },
- {
- "id": "13282",
- "name": "Ring of slaying(7)",
- "examine": "An enchanted ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "150",
- "tradeable": "false"
- },
- {
- "id": "13283",
- "name": "Ring of slaying(6)",
- "examine": "An enchanted ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "150",
- "tradeable": "false"
- },
- {
- "id": "13284",
- "name": "Ring of slaying(5)",
- "examine": "An enchanted ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "150",
- "tradeable": "false"
- },
- {
- "id": "13285",
- "name": "Ring of slaying(4)",
- "examine": "An enchanted ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "150",
- "tradeable": "false"
- },
- {
- "id": "13286",
- "name": "Ring of slaying(3)",
- "examine": "An enchanted ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "150",
- "tradeable": "false"
- },
- {
- "id": "13287",
- "name": "Ring of slaying(2)",
- "examine": "An enchanted ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "150",
- "tradeable": "false"
- },
- {
- "id": "13288",
- "name": "Ring of slaying(1)",
- "examine": "An enchanted ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "150",
- "tradeable": "false"
- },
- {
- "id": "13290",
- "name": "Leaf-bladed sword",
- "examine": "A razor-sharp sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "381,381,390,381",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "67,62,0,0,0,0,0,0,0,0,0,50,0,0,0",
- "defence_anim": "397",
- "destroy": "false",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "rare_item": "true",
- "requirements": "{0,50}-{18,55}",
- "run_anim": "824",
- "shop_price": "68000",
- "stand_anim": "813",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "5"
- },
- {
- "id": "13291",
- "name": "Leaf-bladed sword",
- "examine": "A razor-sharp sword.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "durability": null,
- "shop_price": "68000",
- "tradeable": "true"
- },
- {
- "id": "13292",
- "name": "Letter",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13293",
- "name": "Plans",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13294",
- "name": "Charcoal rubbing",
- "examine": "A charcoal rubbing taken from 50% Luke.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop these plans, they will be lost and you will need to see Captain Donnie for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13295",
- "name": "Frank's mark",
- "examine": "Signature from Frank.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop Frank's mark, you will need to see him to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13296",
- "name": "Crude lockpick",
- "examine": "A device for opening locked doors.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop these lockpicks, you will need to look under the mattress to get another set.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13297",
- "name": "Customs shirt",
- "examine": "The top of a Custom Officer's uniform.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this shirt you will need to kill another Customs officer for a replacement.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false"
- },
- {
- "id": "13298",
- "name": "Customs trousers",
- "examine": "The trousers of a Custom Officer's uniform.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop these trousers you will need to kill another Customs officer for a replacement.",
- "durability": null,
- "equipment_slot": "7",
- "tradeable": "false"
- },
- {
- "id": "13299",
- "name": "Customs hat",
- "examine": "The hat of a Custom Officer's uniform.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this hat you will need to kill another Customs officer for a replacement.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false"
- },
- {
- "id": "13300",
- "name": "File",
- "examine": "A folder containing all the marks I have gathered.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13301",
- "name": "File",
- "examine": "A folder containing all the marks I have gathered.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13302",
- "name": "Brooch",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13303",
- "name": "Izzy's mark",
- "examine": "Signature from Izzy No-Beard.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop Izzy's No-Beard's mark, you will need to see him to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13304",
- "name": "Key",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13305",
- "name": "Crowbar",
- "examine": "This could be useful.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this crowbar, you will need to get another from the chest on the sunken ship.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13307",
- "name": "Idol of many heads",
- "examine": "An idol. It has many heads.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop the idol, you will need to go diving to get another replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13308",
- "name": "Bill teach's mark",
- "examine": "Signature from Bill Teach.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop Bill Teach's mark, you will need to see him to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13309",
- "name": "Paper",
- "examine": "This is generally used for writing on.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13310",
- "name": "Confession",
- "examine": "A written confession.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this note, you'll need to call the guards for replacement paper.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13311",
- "name": "Note",
- "examine": "Swap this note at any bank for the equivalent item.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13312",
- "name": "Ink bottle",
- "examine": "An empty ink bottle./This is full of ink.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13313",
- "name": "Inky paper",
- "examine": "It's got ink all over it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this paper you will need to call to the guards to replace it and the ink.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13314",
- "name": "Ink bottle",
- "examine": "An empty ink bottle./This is full of ink.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13315",
- "name": "Smashed bottle",
- "examine": "It's smashed. I should mind my fingers.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this bottle, you will need to call to the guards for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13316",
- "name": "Prison uniform top",
- "examine": "The top part of a prisoner's uniform.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this top, then you will need to speak to the guards to get it replaced.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false"
- },
- {
- "id": "13317",
- "name": "Prison uniform trousers",
- "examine": "The bottom part of a prisoner's uniform.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop these trousers, then you will need to speak to the guards to get it replaced.",
- "durability": null,
- "equipment_slot": "7",
- "tradeable": "false"
- },
- {
- "id": "13318",
- "name": "Fishy prison uniform top",
- "examine": "It's covered in fish slop.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this top, you will need to speak to the guards to get it replaced, then find a way to get stew on it again.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "tradeable": "false"
- },
- {
- "id": "13319",
- "name": "Tin cup",
- "examine": "A standard prison-issue tin cup.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "13320",
- "name": "Tin cup",
- "examine": "A standard prison-issue tin cup.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "13321",
- "name": "Pipe",
- "examine": "A pipe that belongs in a cannon stand.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Destroy",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13322",
- "name": "Accordion",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13323",
- "name": "Accordion",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13324",
- "name": "Accordion",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13325",
- "name": "Vacuum pump",
- "examine": "A very crude vacuum pump.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this accordion, pipe and inky paper, it will all be destroyed and you will need to get all the items back again.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13326",
- "name": "Vacuum pump and gull",
- "examine": "It sounds like a law firm.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this, you will lose all the items you put in it, as well as the seagull.",
- "durability": null,
- "equipment_slot": "3",
- "tradeable": "false"
- },
- {
- "id": "13327",
- "name": "Quill",
- "examine": "From a bird - can be used for writing.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this quill, you will need to talk to the guard for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13328",
- "name": "Inky quill",
- "examine": "From a bird - can be used for writing. It has some ink on the tip.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Unknown ",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13329",
- "name": "File",
- "examine": "A folder containing all the marks I have gathered.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13330",
- "name": "File",
- "examine": "A folder containing all the marks I have gathered.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13331",
- "name": "Ex-parrot",
- "examine": "A very dead rotten parrot.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this dead parrot, there is a chance that bad, bad things will happen to you - unless you see 50 Ships Mufassah for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13332",
- "name": "Magical cage",
- "examine": "It feels very cold to the touch.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this cage, you will need to see Bill Teach for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13333",
- "name": "Ex-parrot in a magic cage",
- "examine": "A very dead rotten parrot in a magical cage.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this dead parrot in a cage (and who wouldn't) then you will need to see ",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13334",
- "name": "Ex-ex-parrot in a magic cage",
- "examine": "A very alive rotten parrot in a magic cage.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop the cage, the ex-ex-parrot will escape.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13335",
- "name": "Ex-ex-parrot",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13336",
- "name": "Ex-ex-parrot",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13337",
- "name": "Pirate impling jar",
- "examine": "A pirate impling in a jar.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "13338",
- "name": "Pirate impling jar",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
- "durability": null,
- "shop_price": "50",
- "tradeable": "true"
- },
- {
- "id": "13339",
- "name": "Bandana and eyepatch",
- "examine": "A white bandana and a patch for the left eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13340",
- "name": "Bandana and eyepatches",
- "examine": "A white bandana and a patch for both eyes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13341",
- "name": "Bandana and eyepatch",
- "examine": "A red bandana and a patch for the left eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13342",
- "name": "Bandana and eyepatches",
- "examine": "A red bandana and a patch for both eyes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13343",
- "name": "Bandana and eyepatch",
- "examine": "A blue bandana and a patch for the left eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13344",
- "name": "Bandana and eyepatches",
- "examine": "A blue bandana and a patch for both eyes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13345",
- "name": "Bandana and eyepatch",
- "examine": "A brown bandana and a patch for the left eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13346",
- "name": "Bandana and eyepatches",
- "examine": "A brown bandana and a patch for both eyes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13347",
- "name": "Bandana and eyepatch",
- "examine": "A grey bandana and a patch for the left eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13348",
- "name": "Bandana and eyepatches",
- "examine": "A grey bandana and a patch for both eyes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13349",
- "name": "Bandana and eyepatch",
- "examine": "A purple bandana and a patch for the left eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13350",
- "name": "Bandana and eyepatches",
- "examine": "A purple bandana and a patch for both eyes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13351",
- "name": "Bandana and eyepatch",
- "examine": "A orange bandana and a patch for the left eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13352",
- "name": "Bandana and eyepatches",
- "examine": "A orange bandana and a patch for both eyes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13353",
- "name": "Double eyepatches",
- "examine": "It's dark, and I'm wearing two patches. Hit it!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "13354",
- "name": "Pirate hat and eyepatches",
- "examine": "Two patches and a hat.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13355",
- "name": "Left eyepatch",
- "examine": "A patch for the left eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13356",
- "name": "Left eyepatch",
- "examine": "A patch for the left eye.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13357",
- "name": "Pirate hat and eyepatch",
- "examine": "A hat and a patch.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "false"
- },
- {
- "id": "13358",
- "name": "Stripy pirate shirt",
- "examine": "A seaworthy grey shirt.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13359",
- "name": "Stripy pirate shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "300",
- "tradeable": "true"
- },
- {
- "id": "13360",
- "name": "Stripy pirate shirt",
- "examine": "A seaworthy purple shirt.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13361",
- "name": "Stripy pirate shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "300",
- "tradeable": "true"
- },
- {
- "id": "13362",
- "name": "Stripy pirate shirt",
- "examine": "A seaworthy orange shirt.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "ge_buy_limit": "100",
- "remove_sleeves": "true",
- "shop_price": "300",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13363",
- "name": "Stripy pirate shirt",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "300",
- "tradeable": "true"
- },
- {
- "id": "13364",
- "name": "Pirate leggings",
- "examine": "A seaworthy pair of grey trousers.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "350",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13365",
- "name": "Pirate leggings",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "350",
- "tradeable": "true"
- },
- {
- "id": "13366",
- "name": "Pirate leggings",
- "examine": "A seaworthy pair of purple trousers.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "350",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13367",
- "name": "Pirate leggings",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "350",
- "tradeable": "true"
- },
- {
- "id": "13368",
- "name": "Pirate leggings",
- "examine": "A seaworthy pair of orange trousers.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "ge_buy_limit": "100",
- "shop_price": "350",
- "tradeable": "true",
- "weight": "1"
- },
- {
- "id": "13369",
- "name": "Pirate leggings",
- "archery_ticket_price": "0",
- "durability": null,
- "shop_price": "350",
- "tradeable": "true"
- },
- {
- "id": "13370",
- "name": "Bandana",
- "examine": "A grey bandana.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "13371",
- "name": "Bandana",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "13372",
- "name": "Bandana",
- "examine": "A purple bandana.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "13373",
- "name": "Bandana",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "13374",
- "name": "Bandana",
- "examine": "An orange bandana.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "13375",
- "name": "Bandana",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "13376",
- "name": "Bandana and eyepatch",
- "examine": "A purple bandana and a patch for the right eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13377",
- "name": "Bandana and eyepatch",
- "examine": "A orange bandana and a patch for the right eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13378",
- "name": "Bandana and eyepatch",
- "examine": "A grey bandana and a patch for the right eye.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "100",
- "tradeable": "true",
- "weight": "0.1"
- },
- {
- "id": "13379",
- "name": "Rock fragments",
- "examine": "Some rock fragments.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Destroy",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13380",
- "name": "Introduction letter",
- "examine": "Note from Teach to Brass Hand Harry.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop the letter, it will be destroyed and you'll need to see Bill Teach for another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13381",
- "name": "Broken hand",
- "examine": "One of many broken hands.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13382",
- "name": "Broken hand",
- "examine": "One of many broken hands.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13383",
- "name": "Broken hand",
- "examine": "One of many broken hands.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13384",
- "name": "Broken hand",
- "examine": "One of many broken hands.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13385",
- "name": "Broken hand",
- "examine": "One of many broken hands.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13386",
- "name": "Fingers",
- "examine": "Wall beast fingers in a white fern sauce.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13387",
- "name": "Thumb",
- "examine": "A brass thumb.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13388",
- "name": "Hand",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13389",
- "name": "Wrist",
- "examine": "A brass wrist.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13390",
- "name": "Brace",
- "examine": "A brass brace.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13391",
- "name": "Brass hand",
- "examine": "A completed brass hand.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13392",
- "name": "Ink pad",
- "examine": "It's soaked with ink.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this ink pad, you will lose it and will need to see Brass Hand Harry for a replacement.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13393",
- "name": "Inky hand",
- "examine": "An inky brass hand.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13394",
- "name": "Paper",
- "examine": "This is generally used for writing on.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13395",
- "name": "Brass hand harry's mark",
- "examine": "Handprint from Brass Hand Harry.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop Brass Hand Harry's mark, it will be destroyed and you need to see him to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13396",
- "name": "Fake beard",
- "examine": "Makes me itch.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false"
- },
- {
- "id": "13397",
- "name": "Fake moustache and nose",
- "examine": "It looks like someone has sneezed in it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false"
- },
- {
- "id": "13398",
- "name": "Fake monocle, moustache and nose",
- "examine": "Why is the monocle nailed to it?",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.",
- "durability": null,
- "equipment_slot": "0",
- "tradeable": "false"
- },
- {
- "id": "13399",
- "name": "Curly wig",
- "examine": "You can barely see where it connected to the mop handle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "false"
- },
- {
- "id": "13400",
- "name": "Straight wig",
- "examine": "It looks like it is part-dog, part-mould.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "tradeable": "false"
- },
- {
- "id": "13401",
- "name": "Order",
- "examine": "An order simply for 'rum'.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop this order for 'rum' you will need to speak to the Rusty Anchor barman to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13402",
- "name": "Braindeath's mark",
- "examine": "Signature of Captain Braindeath.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop Captain Braindeath's mark, you will need to speak to him to get another.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13403",
- "name": "Golden tinderbox",
- "examine": "A replica tinderbox made of solid gold.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "300",
- "tradeable": "false"
- },
- {
- "id": "13405",
- "name": "Dark bow",
- "examine": "A bow from a darker dimension.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_audios": "3731,0,0,0",
- "attack_speed": "9",
- "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "3738",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "303",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13406",
- "name": "Ancient staff",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "10,-1,40,15,0,2,3,1,15,0,5,50,0,-1,10",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "render_anim": "28",
- "weapon_interface": "1"
- },
- {
- "id": "13407",
- "name": "Archer helm",
- "examine": "This helmet is worn by archers.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13408",
- "name": "Berserker helm",
- "examine": "This helmet is worn by berserkers.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13409",
- "name": "Warrior helm",
- "examine": "This helm is worn by warriors.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13410",
- "name": "Farseer helm",
- "examine": "This helm is worn by farseers.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13411",
- "name": "Rock-shell helm",
- "examine": "Protective headwear made from crabs. Better than it sounds.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13412",
- "name": "Rock-shell plate",
- "examine": "A sturdy body armour made from rock crab pieces.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13413",
- "name": "Rock-shell legs",
- "examine": "Some tough leggings made from rock crab parts.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13414",
- "name": "Spined helm",
- "examine": "A helm fit for any Fremennik ranger.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13415",
- "name": "Spined body",
- "examine": "A constant reminder that I'm above a Dagannoth in the food chain.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13416",
- "name": "Spined chaps",
- "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13417",
- "name": "Skeletal helm",
- "examine": "Make your foes cower by wearing a skull as a helmet!",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13418",
- "name": "Skeletal top",
- "examine": "The bones in this armour seems to vibrate with a magic quality...",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13419",
- "name": "Skeletal bottoms",
- "examine": "A superior set of strengthened slacks for any self respecting seer.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13420",
- "name": "Spined boots",
- "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13421",
- "name": "Rock-shell boots",
- "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13422",
- "name": "Skeletal boots",
- "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13423",
- "name": "Spined gloves",
- "examine": "Fremennik gloves stitched together from spined dagannoth hide.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13424",
- "name": "Rock-shell gloves",
- "examine": "Fremennik gloves stitched together from rock crab shell shards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13425",
- "name": "Skeletal gloves",
- "examine": "Fremennik gloves stitched together from wallasalki bones fragments.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13426",
- "name": "Seers ring",
- "examine": "A mysterious ring that can fill the wearer with magical power...",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13427",
- "name": "Archers ring",
- "examine": "A fabled ring that improves the wearer's skill with a bow...",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13428",
- "name": "Warrior ring",
- "examine": "A legendary ring once worn by Fremennik warriors.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13429",
- "name": "Berserker ring",
- "examine": "A ring reputed to bring out a berserk fury in its wearer.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13430",
- "name": "Dragon 2h sword",
- "examine": "A two-handed dragon sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "7",
- "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "124",
- "two_handed": "true",
- "weapon_interface": "7"
- },
- {
- "id": "13431",
- "name": "Crayfish cage",
- "examine": "Useful for catching crayfish.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "13432",
- "name": "Crayfish cage",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "13433",
- "name": "Crayfish",
- "examine": "Some cooked crayfish. Eat it to heal.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "13434",
- "name": "Crayfish",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "13435",
- "name": "Raw crayfish",
- "examine": "I should try cooking this. Used in Cooking (1).",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "13436",
- "name": "Raw crayfish",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "5",
- "tradeable": "true"
- },
- {
- "id": "13437",
- "name": "Burnt crayfish",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "13438",
- "name": "Burnt crayfish",
- "examine": "Swap this note at any bank for the equivalent item.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "durability": null,
- "shop_price": "1",
- "tradeable": "true"
- },
- {
- "id": "13439",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13440",
- "name": "Bag of runes",
- "examine": "This is a bag of runes for Sir Vant.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13442",
- "name": "Amulet of fury",
- "examine": "A very powerful onyx amulet.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13443",
- "name": "Obsidian cape",
- "examine": "A cape woven of obsidian plates.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13444",
- "name": "Abyssal whip",
- "examine": "A weapon from the Abyss.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2249",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1578",
- "weapon_interface": "11"
- },
- {
- "id": "13445",
- "name": "Granite maul",
- "examine": "Simplicity is the best weapon.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "7",
- "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "lendable": "true",
- "render_anim": "27",
- "two_handed": "true",
- "weapon_interface": "10"
- },
- {
- "id": "13446",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13447",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13448",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13449",
- "name": "Dragon full helm",
- "examine": "Protects your head and looks impressive too.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13450",
- "name": "Armadyl godsword",
- "examine": "A beautiful, heavy sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1579",
- "two_handed": "true",
- "weapon_interface": "7"
- },
- {
- "id": "13451",
- "name": "Bandos godsword",
- "examine": "A brutally heavy sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1579",
- "two_handed": "true",
- "weapon_interface": "7"
- },
- {
- "id": "13452",
- "name": "Saradomin godsword",
- "examine": "A gracious, heavy sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1579",
- "two_handed": "true",
- "weapon_interface": "7"
- },
- {
- "id": "13453",
- "name": "Zamorak godsword",
- "examine": "A terrifying, heavy sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1579",
- "two_handed": "true",
- "weapon_interface": "7"
- },
- {
- "id": "13454",
- "name": "Zamorakian spear",
- "examine": "An evil spear.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,0,2,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1581",
- "two_handed": "true",
- "weapon_interface": "14"
- },
- {
- "id": "13455",
- "name": "Armadyl helmet",
- "examine": "A helmet of great craftmanship.",
- "absorb": "0,5,2",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "-5,-5,-5,-5,10,6,6,10,10,8,12,0,0,1,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2240",
- "lendable": "true"
- },
- {
- "id": "13456",
- "name": "Armadyl chestplate",
- "examine": "A chestplate of great craftsmanship",
- "absorb": "0,10,5",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,0,1,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2239",
- "lendable": "true"
- },
- {
- "id": "13457",
- "name": "Armadyl plateskirt",
- "examine": "A chainskirt of great craftsmanship.",
- "absorb": "0,7,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,0,1,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2242",
- "lendable": "true"
- },
- {
- "id": "13458",
- "name": "Bandos chestplate",
- "examine": "A sturdy chestplate.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13459",
- "name": "Bandos tassets",
- "examine": "A sturdy pair of tassets.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13460",
- "name": "Bandos boots",
- "examine": "Some sturdy boots.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,0,1,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2237",
- "lendable": "true"
- },
- {
- "id": "13461",
- "name": "Saradomin sword",
- "examine": "The incredible blade of an Icyene.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,0,2,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1579",
- "two_handed": "true",
- "weapon_interface": "7"
- },
- {
- "id": "13462",
- "name": "Dragon boots",
- "examine": "These will protect my feet.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2237",
- "lendable": "true"
- },
- {
- "id": "13463",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13464",
- "name": "Task list",
- "examine": "This reminds me of my current job and who set me to the task.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another by talking about jobs with citizens and tutors around Lumbridge.",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "13465",
- "name": "Dragon dagger",
- "examine": "A powerful dagger.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "lendable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "13466",
- "name": "Dragon dagger(p)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "shop_price": "1"
- },
- {
- "id": "13467",
- "name": "Dragon dagger(p+)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "shop_price": "1"
- },
- {
- "id": "13468",
- "name": "Dragon dagger(p++)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "shop_price": "1"
- },
- {
- "id": "13469",
- "name": "Rune axe",
- "examine": "A powerful axe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2229",
- "lendable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "13470",
- "name": "Dragon axe",
- "examine": "A very powerful axe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2229",
- "has_special": "true",
- "lendable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "13471",
- "name": "Rune battleaxe",
- "examine": "A vicious looking axe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "13472",
- "name": "Dragon battleaxe",
- "examine": "A vicious looking axe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "lendable": "true",
- "render_anim": "2586",
- "requirements": "{0,60}",
- "weapon_interface": "2",
- "weight": "2.7"
- },
- {
- "id": "13473",
- "name": "Rune warhammer",
- "examine": "I don't think it's intended for joinery.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2233",
- "lendable": "true",
- "render_anim": "1430",
- "weapon_interface": "10"
- },
- {
- "id": "13474",
- "name": "Rune longsword",
- "examine": "A razor-sharp longsword",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "render_anim": "1582",
- "weapon_interface": "5"
- },
- {
- "id": "13475",
- "name": "Dragon longsword",
- "examine": "A very powerful sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1582",
- "weapon_interface": "5"
- },
- {
- "id": "13476",
- "name": "Rune scimitar",
- "examine": "A vicious, curved sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "render_anim": "1582",
- "weapon_interface": "6"
- },
- {
- "id": "13477",
- "name": "Dragon scimitar",
- "examine": "A vicious, curved sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_speed": "4",
- "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "1928",
- "weapon_interface": "6"
- },
- {
- "id": "13478",
- "name": "Dragon halberd",
- "examine": "A dragon halberd.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "7",
- "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "has_special": "true",
- "lendable": "true",
- "render_anim": "28",
- "two_handed": "true",
- "weapon_interface": "15"
- },
- {
- "id": "13479",
- "name": "Dragon mace",
- "examine": "A spiky mace.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,0,5,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2246",
- "has_special": "true",
- "lendable": "true",
- "requirements": "{0,60}",
- "weapon_interface": "8",
- "weight": "1.8"
- },
- {
- "id": "13480",
- "name": "Rune pickaxe",
- "examine": "Used for mining.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2232",
- "lendable": "true",
- "weapon_interface": "4"
- },
- {
- "id": "13481",
- "name": "Dragon chainbody",
- "examine": "A series of connected metal rings.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13482",
- "name": "Rune platebody",
- "examine": "Provides excellent protection.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13483",
- "name": "Green d'hide body",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-20,15,40,32,45,20,40,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13484",
- "name": "Blue d'hide body",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13485",
- "name": "Red d'hide body",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13486",
- "name": "Black d'hide body",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13487",
- "name": "Rune platelegs",
- "examine": "These look pretty heavy.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13488",
- "name": "Dragon platelegs",
- "examine": "Looks pretty heavy.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13489",
- "name": "Rune plateskirt",
- "examine": "Designer leg protection.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13490",
- "name": "Dragon plateskirt",
- "examine": "This looks pretty heavy.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13491",
- "name": "Green d'hide chaps",
- "examine": "100% real dragonhide.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13492",
- "name": "Blue d'hide chaps",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,5,2",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13493",
- "name": "Red d'hide chaps",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13494",
- "name": "Black d'hide chaps",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,7,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13495",
- "name": "Dragon med helm",
- "examine": "Makes the wearer pretty intimidating.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2240",
- "lendable": "true"
- },
- {
- "id": "13496",
- "name": "Rune full helm",
- "examine": "A full face helmet.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13497",
- "name": "Green d'hide vamb",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13498",
- "name": "Blue d'hide vamb",
- "examine": "Made from 100% real dragonhide.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13499",
- "name": "Red d'hide vamb",
- "examine": "Vambraces made from 100% real dragonhide.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13500",
- "name": "Black d'hide vamb",
- "examine": "Vambraces made from 100% real dragonhide.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13501",
- "name": "Splitbark helm",
- "examine": "A wooden helmet.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13502",
- "name": "Splitbark body",
- "examine": "Provides good protection.",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13503",
- "name": "Splitbark legs",
- "examine": "These should protect my legs.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13504",
- "name": "Splitbark gauntlets",
- "examine": "These should keep my hands safe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13505",
- "name": "Splitbark boots",
- "examine": "Wooden foot protection.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2237",
- "lendable": "true"
- },
- {
- "id": "13506",
- "name": "Dragon sq shield",
- "examine": "An ancient and powerful looking Dragon Square shield.",
- "absorb": "5,0,11",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13507",
- "name": "Rune kiteshield",
- "examine": "A large metal shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13508",
- "name": "Mystic hat",
- "examine": "Blue: A magical hat. ",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13509",
- "name": "Mystic robe top",
- "examine": "The upper half of a magical robe.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13510",
- "name": "Mystic robe bottom",
- "examine": "The lower half of a magical robe.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13511",
- "name": "Mystic gloves",
- "examine": "Bright/Dark magical gloves.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13512",
- "name": "Mystic boots",
- "examine": "Magical boots.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13513",
- "name": "Mystic hat",
- "examine": "Blue: A magical hat. ",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13514",
- "name": "Mystic robe top",
- "examine": "The upper half of a magical robe.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13515",
- "name": "Mystic robe bottom",
- "examine": "The lower half of a magical robe.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13516",
- "name": "Mystic gloves",
- "examine": "Bright/Dark magical gloves.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13517",
- "name": "Mystic boots",
- "examine": "Magical boots.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13518",
- "name": "Mystic hat",
- "examine": "Blue: A magical hat. ",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13519",
- "name": "Mystic robe top",
- "examine": "The upper half of a magical robe.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13520",
- "name": "Mystic robe bottom",
- "examine": "The lower half of a magical robe.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13521",
- "name": "Mystic gloves",
- "examine": "Bright/Dark magical gloves.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13522",
- "name": "Mystic boots",
- "examine": "Magical boots.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13523",
- "name": "Maple longbow",
- "examine": "A nice sturdy bow made out of maple.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "lendable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13524",
- "name": "Maple shortbow",
- "examine": "A shortbow made out of maple, still effective.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "lendable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13525",
- "name": "Yew longbow",
- "examine": "A nice sturdy bow made out of yew.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "lendable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13526",
- "name": "Yew shortbow",
- "examine": "A shortbow made out of yew, still effective.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "lendable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13527",
- "name": "Magic longbow",
- "examine": "A nice sturdy magical bow.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "has_special": "true",
- "lendable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13528",
- "name": "Magic shortbow",
- "examine": "Short and magical, but still effective.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "has_special": "true",
- "lendable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13529",
- "name": "Seercull",
- "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "lendable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13530",
- "name": "Rune crossbow",
- "examine": "A runite crossbow.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "lendable": "true",
- "render_anim": "175",
- "weapon_interface": "17"
- },
- {
- "id": "13531",
- "name": "Red partyhat",
- "examine": "A nice hat from a cracker.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13532",
- "name": "Yellow partyhat",
- "examine": "A nice hat from a cracker.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13533",
- "name": "Blue partyhat",
- "examine": "A nice hat from a cracker.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13534",
- "name": "Green partyhat",
- "examine": "A nice hat from a cracker.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13535",
- "name": "Purple partyhat",
- "examine": "A nice hat from a cracker.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13536",
- "name": "White partyhat",
- "examine": "A nice hat from a cracker.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13537",
- "name": "Santa hat",
- "examine": "It's a Santa hat.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13538",
- "name": "Green h'ween mask",
- "examine": "Aaaarrrghhh ... I'm a monster.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13539",
- "name": "Blue h'ween mask",
- "examine": "Aaaarrrghhh ... I'm a monster.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13540",
- "name": "Red h'ween mask",
- "examine": "Aaaarrrghhh ... I'm a monster.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13541",
- "name": "Willow comp bow",
- "examine": "A powerful bow made from willow.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "render_anim": "28",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13542",
- "name": "Yew comp bow",
- "examine": "A powerful bow made from yew wood.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "render_anim": "28",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13543",
- "name": "Magic comp bow",
- "examine": "A powerful bow made from magic wood.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "lendable": "true",
- "render_anim": "28",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "13544",
- "name": "3rd age range top",
- "examine": "Ancient range protection crafted from white dragonhide.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13545",
- "name": "3rd age range legs",
- "examine": "Fabulously ancient range protection crafted from white dragonhide.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13546",
- "name": "3rd age range coif",
- "examine": "Ancient range protection crafted from white dragonhide.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13547",
- "name": "3rd age vambraces",
- "examine": "Fabulously ancient range protection crafted from white dragonhide.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-11,11,6,5,7,9,0,5,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2241",
- "lendable": "true"
- },
- {
- "id": "13548",
- "name": "3rd age robe top",
- "examine": "Ancient mage protection enchanted in the Third-Age.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13549",
- "name": "3rd age robe",
- "examine": "Ancient mage protection enchanted in the Third-Age.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13550",
- "name": "3rd age mage hat",
- "examine": "Ancient mage protection enchanted in the Third-Age.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13551",
- "name": "3rd age amulet",
- "examine": "Ancient mage protection enchanted in the Third-Age.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13552",
- "name": "3rd age platelegs",
- "examine": "Ancient armour beaten from magical silver.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13553",
- "name": "3rd age platebody",
- "examine": "Ancient armour beaten from magical silver.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13554",
- "name": "3rd age full helmet",
- "examine": "Ancient armour beaten from magical silver.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13555",
- "name": "3rd age kiteshield",
- "examine": "Ancient armour beaten from magical silver.",
- "absorb": "5,0,11",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13556",
- "name": "Ranger boots",
- "examine": "Lightweight boots ideal for rangers.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13557",
- "name": "Wizard boots",
- "examine": "Slightly magical boots.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13558",
- "name": "Robin hood hat",
- "examine": "Endorsed by Robin Hood.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13560",
- "name": "Explorer's ring 1",
- "examine": "A Lumbridge explorer's ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0",
- "destroy": "true",
- "destroy_message": "You will have talk to Explorer Jack in Lumbridge if you destroy this one.",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "350"
- },
- {
- "id": "13561",
- "name": "Explorer's ring 2",
- "examine": "A Lumbridge explorer's ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0",
- "destroy": "true",
- "destroy_message": "You will have talk to ",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "350"
- },
- {
- "id": "13562",
- "name": "Explorer's ring 3",
- "examine": "A Lumbridge explorer's ring.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0",
- "destroy": "true",
- "destroy_message": "You will need to obtain a new ring from Ned in Draynor if you destroy this one.",
- "durability": null,
- "equipment_slot": "12",
- "shop_price": "350"
- },
- {
- "id": "13563",
- "name": "Button mushroom",
- "examine": "An occasionally edible mushroom.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "38",
- "tradeable": "true"
- },
- {
- "id": "13564",
- "name": "Button mushroom",
- "examine": "An occasionally edible mushroom.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "38",
- "tradeable": "true"
- },
- {
- "id": "13565",
- "name": "Doll",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13566",
- "name": "Jennica's ring",
- "examine": "This magical ring once belonged to Summer's mother.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You may be able to find a new ring near where Summer stood outside the wilderness wall.",
- "durability": null,
- "equipment_slot": "12"
- },
- {
- "id": "13567",
- "name": "Cursed magic logs",
- "examine": "Logs cut from a cursed magic tree.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "13568",
- "name": "Cursed magic logs",
- "examine": "Logs cut from a cursed magic tree.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "13569",
- "name": "Enchanted key notes",
- "examine": "Notes on how to use the enchanted key.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Hopefully, Jorral will be able to return them.",
- "durability": null
- },
- {
- "id": "13570",
- "name": "Bowl",
- "examine": "Useful for mixing things.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13571",
- "name": "Bucket of milk",
- "examine": "It's a bucket of milk.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13572",
- "name": "Clean guam",
- "examine": "A fresh herb.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13573",
- "name": "Bowl of honey",
- "examine": "A bowlful of bees' precious product.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You'll have to start again from stratch.",
- "durability": null
- },
- {
- "id": "13574",
- "name": "Bowl of milk and honey",
- "examine": "A bowlful of milk and honey.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You'll have to start again from stratch.",
- "durability": null
- },
- {
- "id": "13575",
- "name": "Bowl of milk, honey and guam",
- "examine": "A bowl full of milk, honey and guam.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You'll have to start again from stratch.",
- "durability": null
- },
- {
- "id": "13576",
- "name": "Map of 2009Scape",
- "examine": "Your best impression of a map of 2009Scape.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Hopefully, the family has more papyrus and charcoal.",
- "durability": null
- },
- {
- "id": "13577",
- "name": "Papyrus",
- "examine": "Used for making notes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13578",
- "name": "Charcoal",
- "examine": "A lump of charcoal.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13579",
- "name": "Spade",
- "examine": "A slightly muddy spade. ",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13580",
- "name": "Plant pot",
- "examine": "A plant pot filled with soil.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13581",
- "name": "Pear tree seedling",
- "examine": "A seedling has been sown in this plant pot.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13582",
- "name": "Mango tree seedling",
- "examine": "A seedling has been sown in this plant pot.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13583",
- "name": "Quince tree seedling",
- "examine": "A seedling has been sown in this plant pot.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13584",
- "name": "Lemon tree seedling",
- "examine": "A seedling has been sown in this plant pot.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13585",
- "name": "Avocado tree seedling",
- "examine": "A seedling has been sown in this plant pot.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13586",
- "name": "Plum tree seedling",
- "examine": "A seedling has been sown in this plant pot.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13587",
- "name": "Pestle and mortar",
- "examine": "I can grind things for potions in this.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "4"
- },
- {
- "id": "13588",
- "name": "Ground guam",
- "examine": "One of the ingredients for making fish food.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13589",
- "name": "Bucket",
- "examine": "It's an empty bucket. ",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "2"
- },
- {
- "id": "13591",
- "name": "Enchanted key",
- "examine": "It seems to change temperature as I walk. (Making History)",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null
- },
- {
- "id": "13592",
- "name": "A brooch",
- "examine": "Some ladies jewellery.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Hopefully, you can find another.",
- "durability": null
- },
- {
- "id": "13593",
- "name": "Old tome",
- "examine": "It's falling apart, but full of knowledge.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will not get another chance to read the book!",
- "durability": null
- },
- {
- "id": "13598",
- "name": "Runecrafting guild teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13599",
- "name": "Air altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13600",
- "name": "Mind altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13601",
- "name": "Water altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13602",
- "name": "Earth altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13603",
- "name": "Fire altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13604",
- "name": "Body altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13605",
- "name": "Cosmic altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13606",
- "name": "Chaos altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13607",
- "name": "Nature altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13608",
- "name": "Law altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13609",
- "name": "Death altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13610",
- "name": "Blood altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13611",
- "name": "Astral altar teleport",
- "examine": "A tablet containing a magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13612",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "20"
- },
- {
- "id": "13613",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "20"
- },
- {
- "id": "13614",
- "name": "Runecrafter robe",
- "examine": "Heavy duty wizard robes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "75"
- },
- {
- "id": "13615",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "75"
- },
- {
- "id": "13616",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "75"
- },
- {
- "id": "13617",
- "name": "Runecrafter skirt",
- "examine": "A heavy-duty wizard robe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "75"
- },
- {
- "id": "13618",
- "name": "Runecrafter gloves",
- "examine": "Essence can be rough on the hands",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "75"
- },
- {
- "id": "13619",
- "name": "Runecrafter robe",
- "examine": "Heavy duty wizard robes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "75"
- },
- {
- "id": "13620",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "75"
- },
- {
- "id": "13621",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "75"
- },
- {
- "id": "13622",
- "name": "Runecrafter skirt",
- "examine": "A heavy-duty wizard robe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "75"
- },
- {
- "id": "13623",
- "name": "Runecrafter gloves",
- "examine": "Essence can be rough on the hands",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "75"
- },
- {
- "id": "13624",
- "name": "Runecrafter robe",
- "examine": "Heavy duty wizard robes.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "75"
- },
- {
- "id": "13625",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "75"
- },
- {
- "id": "13626",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "75"
- },
- {
- "id": "13627",
- "name": "Runecrafter skirt",
- "examine": "A heavy-duty wizard robe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "75"
- },
- {
- "id": "13628",
- "name": "Runecrafter gloves",
- "examine": "Essence can be rough on the hands",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "75"
- },
- {
- "id": "13629",
- "name": "Runecrafting staff",
- "examine": "Staff with a holder for a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "render_anim": "28",
- "shop_price": "15"
- },
- {
- "id": "13630",
- "name": "Air talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13631",
- "name": "Mind talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13632",
- "name": "Water talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13633",
- "name": "Earth talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13634",
- "name": "Fire talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13635",
- "name": "Body talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13636",
- "name": "Cosmic talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13637",
- "name": "Chaos talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13638",
- "name": "Nature talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "No",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13639",
- "name": "Law talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13640",
- "name": "Death talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13641",
- "name": "Blood talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13642",
- "name": "Omni-talisman staff",
- "examine": "A staff with a talisman on top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0",
- "destroy": "true",
- "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "1500",
- "weapon_interface": "1"
- },
- {
- "id": "13643",
- "name": "Yellow attractor",
- "examine": "Attracts Runecrafting energy orbs in the rune altars.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you destroy this, you will leave the game.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "20",
- "weapon_interface": "1"
- },
- {
- "id": "13644",
- "name": "Yellow repeller",
- "examine": "Repels Runecrafting energy orbs in the rune altars.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you destroy this, you will leave the game.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "20",
- "weapon_interface": "1"
- },
- {
- "id": "13645",
- "name": "Green attractor",
- "examine": "Attracts Runecrafting energy orbs in the rune altars.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you destroy this, you will leave the game.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "20",
- "weapon_interface": "1"
- },
- {
- "id": "13646",
- "name": "Green repeller",
- "examine": "Repels Runecrafting energy orbs in the rune altars.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you destroy this, you will leave the game.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "20",
- "weapon_interface": "1"
- },
- {
- "id": "13647",
- "name": "Green barrier generator",
- "examine": "It creates barriers.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you destroy this, you will leave the game.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "20",
- "weapon_interface": "1"
- },
- {
- "id": "13648",
- "name": "Yellow barrier generator",
- "examine": "It creates barriers.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you destroy this, you will leave the game.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "20",
- "weapon_interface": "1"
- },
- {
- "id": "13649",
- "name": "Omni-talisman",
- "examine": "Many mysterious powers emanate from the talisman.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will have to speak to ",
- "durability": null,
- "shop_price": "4"
- },
- {
- "id": "13650",
- "name": "Runecrafting guild token",
- "examine": "Wizard Elriss will exchange these for rewards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Unknown ",
- "durability": null
- },
- {
- "id": "13651",
- "name": "Runecrafting guild token",
- "examine": "Wizard Elriss will exchange these for rewards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Unknown ",
- "durability": null
- },
- {
- "id": "13652",
- "name": "Runecrafting guild token",
- "examine": "Wizard Elriss will exchange these for rewards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Unknown ",
- "durability": null
- },
- {
- "id": "13653",
- "name": "Runecrafting guild token",
- "examine": "Wizard Elriss will exchange these for rewards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Unknown ",
- "durability": null
- },
- {
- "id": "13654",
- "name": "Runecrafting guild token",
- "examine": "Wizard Elriss will exchange these for rewards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Unknown ",
- "durability": null
- },
- {
- "id": "13655",
- "name": "Omni-tiara",
- "examine": "A tiara infused with the properties of all talismans.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "100"
- },
- {
- "id": "13656",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "75"
- },
- {
- "id": "13657",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "75"
- },
- {
- "id": "13658",
- "name": "Runecrafter hat",
- "examine": "Comes with goggles, for extra safety while Runecrafting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "75"
- },
- {
- "id": "13659",
- "name": "Ring of fire",
- "examine": "It burns, burns, burns...",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "To get another Ring of Fire, you need to keep six beacons alight simultaneously and then talk to King Roald.",
- "durability": null,
- "equipment_slot": "12",
- "point_price": "50",
- "requirements": "{11,62}",
- "shop_price": "100"
- },
- {
- "id": "13660",
- "name": "Flame gloves",
- "examine": "The hottest gloves in town.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.",
- "durability": null,
- "equipment_slot": "9",
- "requirements": "{11,79}",
- "shop_price": "200"
- },
- {
- "id": "13661",
- "name": "Inferno adze",
- "examine": "Danger: risk of fire.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_speed": "5",
- "bonuses": "10,9,7,0,0,0,1,0,0,0,0,11,0,0,0",
- "destroy": "true",
- "destroy_message": "To get another Inferno Adze, you need to keep all fourteen beacons alight simultaneously and then talk to King Roald.",
- "durability": null,
- "equipment_slot": "3",
- "point_price": "75",
- "render_anim": "1096",
- "requirements": "{11,92}",
- "shop_price": "300",
- "weapon_interface": "2"
- },
- {
- "id": "13662",
- "name": "Fire beacon",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13663",
- "name": "Circus ticket",
- "examine": "Tear ticket to exit the circus.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "The ticket says: Tearing this ticket will make you leave the circus. Choose wisely.",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "10"
- },
- {
- "id": "13666",
- "name": "Giant's hand",
- "examine": "Let's give them a big hand!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another one.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "326",
- "shop_price": "10",
- "weapon_interface": "7"
- },
- {
- "id": "13667",
- "name": "Clown hat",
- "examine": "A clown hat!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "10"
- },
- {
- "id": "13668",
- "name": "Clown shirt",
- "examine": "Buttoning this up is tricky.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13669",
- "name": "Clown leggings",
- "examine": "These are my funny pants.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13670",
- "name": "Clown shoes",
- "examine": "For helping clowns stay upright.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "10"
- },
- {
- "id": "13671",
- "name": "Tambourine",
- "examine": "For making a happy noise.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "327",
- "shop_price": "10",
- "weapon_interface": "8"
- },
- {
- "id": "13672",
- "name": "Ringmaster hat",
- "examine": "Very stylish.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another one.",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "10"
- },
- {
- "id": "13673",
- "name": "Ringmaster shirt",
- "examine": "Fits nicely.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another one.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13674",
- "name": "Ringmaster pants",
- "examine": "Very stylish.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another one.",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13675",
- "name": "Ringmaster boots",
- "examine": "Shiny.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another one.",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "10"
- },
- {
- "id": "13676",
- "name": "Mega-phonus",
- "examine": "For shouting at people.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another one.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "328",
- "shop_price": "10",
- "weapon_interface": "8"
- },
- {
- "id": "13677",
- "name": "Acrobat shirt",
- "examine": "Stretchy.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13678",
- "name": "Acrobat pants",
- "examine": "Very tight fitting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13679",
- "name": "Acrobat shoes",
- "examine": "These keep your feet off the floor.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "10"
- },
- {
- "id": "13680",
- "name": "Acrobat hood",
- "examine": "Oh no, I'm bald! Just kidding.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "10"
- },
- {
- "id": "13681",
- "name": "Acrobat shirt",
- "examine": "Stretchy.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13682",
- "name": "Acrobat pants",
- "examine": "Very tight fitting.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13683",
- "name": "Acrobat shoes",
- "examine": "These keep your feet off the floor.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "10"
- },
- {
- "id": "13684",
- "name": "Acrobat hood",
- "examine": "Oh no, I'm bald! Just kidding.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "10"
- },
- {
- "id": "13685",
- "name": "A stylish hat",
- "examine": "Very dapper!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "10"
- },
- {
- "id": "13686",
- "name": "A stylish hat",
- "examine": "Very dapper!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "10"
- },
- {
- "id": "13687",
- "name": "A stylish hat",
- "examine": "Very dapper!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "10"
- },
- {
- "id": "13688",
- "name": "A stylish hat",
- "examine": "Very dapper!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "10"
- },
- {
- "id": "13689",
- "name": "A stylish hat",
- "examine": "Very dapper!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "10"
- },
- {
- "id": "13690",
- "name": "A stylish hat",
- "examine": "Very dapper!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak to the ringmaster to get another.",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "10"
- },
- {
- "id": "13691",
- "name": "Shirt",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13692",
- "name": "Shirt",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13693",
- "name": "Shirt",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13694",
- "name": "Shirt",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13695",
- "name": "Shirt",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13696",
- "name": "Shirt",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "10"
- },
- {
- "id": "13697",
- "name": "Leggings",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13698",
- "name": "Leggings",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13699",
- "name": "Leggings",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13700",
- "name": "Skirt",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13701",
- "name": "Skirt",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13702",
- "name": "Skirt",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "10"
- },
- {
- "id": "13703",
- "name": "Shoes",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "10"
- },
- {
- "id": "13704",
- "name": "Shoes",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "10"
- },
- {
- "id": "13705",
- "name": "Shoes",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "10"
- },
- {
- "id": "13706",
- "name": "Shoes",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "10",
- "shop_price": "10"
- },
- {
- "id": "13707",
- "name": "Tightrope 101",
- "examine": "Shows you the moves you need to succeed!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.",
- "durability": null
- },
- {
- "id": "13708",
- "name": "Tightrope 101",
- "examine": "Shows you the moves you need to succeed!",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "13709",
- "name": "Balls (level 10 approx.)",
- "examine": "An Agility level of 10 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13710",
- "name": "Plates (level 20 approx.)",
- "examine": "An Agility level of 20 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13711",
- "name": "Eggs (level 30 approx.)",
- "examine": "An Agility level of 30 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13712",
- "name": "Knives (level 40 approx.)",
- "examine": "An Agility level of 40 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13713",
- "name": "Spades (level 50 approx.)",
- "examine": "An Agility level of 50 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13714",
- "name": "Tuna (level 60 approx.)",
- "examine": "An Agility level of 60 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13715",
- "name": "Soap (level 70 approx.)",
- "examine": "An Agility level of 70 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13716",
- "name": "Cannon balls (level 80 approx.)",
- "examine": "An Agility level of 80 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13717",
- "name": "Torches (level 90 approx.)",
- "examine": "An Agility level of 90 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13718",
- "name": "Chinchompas (level 99 approx.)",
- "examine": "An Agility level of 99 is advised when juggling these.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "13719",
- "name": "Performance shortbow",
- "examine": "Short, but effective.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "176",
- "shop_price": "50",
- "weapon_interface": "16"
- },
- {
- "id": "13720",
- "name": "Performance knife",
- "examine": "A finely balanced throwing knife.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "3",
- "shop_price": "14",
- "weapon_interface": "18"
- },
- {
- "id": "13721",
- "name": "Performance throwing axe",
- "examine": "A finely balanced throwing axe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "4",
- "weapon_interface": "18"
- },
- {
- "id": "13722",
- "name": "Performance arrow",
- "examine": "Arrows with bronze heads.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "7"
- },
- {
- "id": "13723",
- "name": "Teleport spell",
- "examine": "A tablet containing a Magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13724",
- "name": "Levitation spell",
- "examine": "A tablet containing a Magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13725",
- "name": "Alchemy spell",
- "examine": "A tablet containing a Magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13726",
- "name": "Elemental spell",
- "examine": "A tablet containing a Magic spell.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another one from the equipment box for this performance.",
- "durability": null,
- "shop_price": "100"
- },
- {
- "id": "13727",
- "name": "Stardust",
- "examine": "Small, shiny bits of rock.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can mine more if you find another crashed star.",
- "durability": null,
- "shop_price": "50"
- },
- {
- "id": "13732",
- "name": "Spy notebook",
- "examine": "Notes on the locations of penguin spies.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will need to speak with Larry/Chuck at Ardougne Zoo to get another.",
- "durability": null
- },
- {
- "id": "13734",
- "name": "Spirit shield",
- "examine": "An ethereal shield.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,39,41,50,1,45,40,0,1,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "rare_item": "true",
- "requirements": "{1,40}-{5,55}",
- "shop_price": "70000",
- "tradeable": "true"
- },
- {
- "id": "13735",
- "name": "Spirit shield",
- "examine": "An ethereal shield.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "70000",
- "tradeable": "true"
- },
- {
- "id": "13736",
- "name": "Blessed spirit shield",
- "examine": "An ethereal shield that has been blessed with holy powers.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,53,55,73,2,52,65,0,3,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "rare_item": "true",
- "requirements": "{1,70}-{5,60}",
- "shop_price": "1400000",
- "tradeable": "true"
- },
- {
- "id": "13737",
- "name": "Blessed spirit shield",
- "examine": "An ethereal shield that has been blessed with holy powers.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "1400000",
- "tradeable": "true"
- },
- {
- "id": "13738",
- "name": "Arcane spirit shield",
- "examine": "An ethereal shield with an arcane sigil attached to it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,20,0,53,55,73,2,52,65,0,3,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,75}-{6,65}-{5,70}",
- "shop_price": "2000000",
- "tradeable": "true"
- },
- {
- "id": "13739",
- "name": "Arcane spirit shield",
- "examine": "An ethereal shield with an arcane sigil attached to it.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "2000000",
- "tradeable": "true"
- },
- {
- "id": "13740",
- "name": "Divine spirit shield",
- "examine": "An ethereal shield with a divine sigil attached to it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,75}-{5,75}",
- "shop_price": "2000000",
- "tradeable": "true"
- },
- {
- "id": "13741",
- "name": "Divine spirit shield",
- "examine": "An ethereal shield with a divine sigil attached to it.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "2000000",
- "tradeable": "true"
- },
- {
- "id": "13742",
- "name": "Elysian spirit shield",
- "examine": "An ethereal shield with an elysian sigil attached to it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,75}-{5,75}",
- "shop_price": "2000000",
- "tradeable": "true"
- },
- {
- "id": "13743",
- "name": "Elysian spirit shield",
- "examine": "An ethereal shield with an elysian sigil attached to it.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "2000000",
- "tradeable": "true"
- },
- {
- "id": "13744",
- "name": "Spectral spirit shield",
- "examine": "An ethereal shield with a spectral sigil attached to it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,53,55,73,30,52,65,0,3,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "requirements": "{1,75}-{5,70}-{6,65}",
- "shop_price": "2000000",
- "tradeable": "true"
- },
- {
- "id": "13745",
- "name": "Spectral spirit shield",
- "examine": "An ethereal shield with a spectral sigil attached to it.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "2000000",
- "tradeable": "true"
- },
- {
- "id": "13746",
- "name": "Arcane sigil",
- "examine": "A sigil in the shape of an arcane rune.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "rare_item": "true",
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13747",
- "name": "Arcane sigil",
- "examine": "A sigil in the shape of an arcane rune.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13748",
- "name": "Divine sigil",
- "examine": "A sigil in the shape of a divine symbol.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "rare_item": "true",
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13749",
- "name": "Divine sigil",
- "examine": "A sigil in the shape of a divine symbol.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13750",
- "name": "Elysian sigil",
- "examine": "A sigil marked with elysian signs.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "rare_item": "true",
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13751",
- "name": "Elysian sigil",
- "examine": "A sigil marked with elysian signs.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13752",
- "name": "Spectral sigil",
- "examine": "A sigil tempered with spectral powers.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "rare_item": "true",
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13753",
- "name": "Spectral sigil",
- "examine": "A sigil tempered with spectral powers.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13754",
- "name": "Holy elixir",
- "examine": "A bottle of holy elixir.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "rare_item": "true",
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13755",
- "name": "Holy elixir",
- "examine": "A bottle of holy elixir.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "750000",
- "tradeable": "true"
- },
- {
- "id": "13756",
- "name": "Cursed willow logs",
- "examine": "Logs cut from cursed willow roots.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "40"
- },
- {
- "id": "13757",
- "name": "Hartwin",
- "examine": "A loyal scout of Varrock.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "13758",
- "name": "Grubby key",
- "examine": "A key that was found while tracking zombies. (Defender of Varrock)",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You'll have to keep searching trees near the zombie trails until you find another.",
- "durability": null
- },
- {
- "id": "13759",
- "name": "Scrap of paper",
- "examine": "The location of ",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You'll have to speak to Thurgo to find another.",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "13760",
- "name": "Bottle",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "13761",
- "name": "Bottle of mist",
- "examine": "A bottle of red mist.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "13762",
- "name": "List of elders",
- "examine": "This lists each of the founding members of the ",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another from ",
- "durability": null
- },
- {
- "id": "13763",
- "name": "Cavalier and mask",
- "examine": "I hope I don't meet any roundheads...",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13764",
- "name": "Rune claws",
- "examine": "A right hand fighting claw.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "1003",
- "has_special": "true",
- "lendable": "true",
- "two_handed": "true",
- "weapon_interface": "9"
- },
- {
- "id": "13765",
- "name": "Rune dagger",
- "examine": "A powerful dagger.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "13766",
- "name": "Rune dagger(p)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "13767",
- "name": "Rune dagger(p+)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "13768",
- "name": "Rune dagger(p++)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "13769",
- "name": "Rune spear",
- "examine": "A rune tipped spear.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "render_anim": "28",
- "two_handed": "true",
- "weapon_interface": "14"
- },
- {
- "id": "13770",
- "name": "Dragon spear",
- "examine": "A dragon tipped spear.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "lendable": "true",
- "render_anim": "28",
- "two_handed": "true",
- "weapon_interface": "14"
- },
- {
- "id": "13771",
- "name": "Rune spear(p)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "render_anim": "28",
- "shop_price": "1",
- "two_handed": "true"
- },
- {
- "id": "13772",
- "name": "Dragon spear(p)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "render_anim": "28",
- "shop_price": "1",
- "two_handed": "true"
- },
- {
- "id": "13773",
- "name": "Rune spear(p+)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "render_anim": "28",
- "shop_price": "1",
- "two_handed": "true"
- },
- {
- "id": "13774",
- "name": "Dragon spear(p+)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "render_anim": "28",
- "shop_price": "1",
- "two_handed": "true"
- },
- {
- "id": "13775",
- "name": "Rune spear(p++)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "render_anim": "28",
- "shop_price": "1",
- "two_handed": "true"
- },
- {
- "id": "13776",
- "name": "Dragon spear(p++)",
- "examine": "A picture of a lady called Elena.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "has_special": "true",
- "render_anim": "28",
- "shop_price": "1",
- "two_handed": "true"
- },
- {
- "id": "13777",
- "name": "Rune sword",
- "examine": "A razor-sharp sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "render_anim": "1381",
- "weapon_interface": "5"
- },
- {
- "id": "13778",
- "name": "Rune 2h sword",
- "examine": "A two handed sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "7",
- "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "lendable": "true",
- "render_anim": "124",
- "two_handed": "true",
- "weapon_interface": "7"
- },
- {
- "id": "13779",
- "name": "Rune halberd",
- "examine": "A rune halberd.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "7",
- "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "lendable": "true",
- "render_anim": "28",
- "two_handed": "true",
- "weapon_interface": "15"
- },
- {
- "id": "13780",
- "name": "Rune mace",
- "examine": "A spiky mace.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,0,4,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "weapon_interface": "8"
- },
- {
- "id": "13781",
- "name": "Rune chainbody",
- "examine": "A series of connected metal rings.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13782",
- "name": "Rune boots",
- "examine": "These will protect my feet.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2237",
- "lendable": "true"
- },
- {
- "id": "13783",
- "name": "Rune med helm",
- "examine": "A medium sized helmet.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13784",
- "name": "Granite helm",
- "examine": "A stone helmet.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13785",
- "name": "Granite body",
- "examine": "Provides excellent protection.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13786",
- "name": "Granite legs",
- "examine": "These look pretty heavy.",
- "absorb": "2,0,5",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13787",
- "name": "Rune sq shield",
- "examine": "A medium square shield.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13788",
- "name": "Granite shield",
- "examine": "A solid stone shield.",
- "absorb": "5,0,10",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13789",
- "name": "A powdered wig",
- "examine": "A big 'do about nothing.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13790",
- "name": "Flared trousers",
- "examine": "These'll help me stay alive.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13791",
- "name": "Pantaloons",
- "examine": "Alas, someone has slashed my pantaloons.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13792",
- "name": "Sleeping cap",
- "examine": "A cap for wearing whil...zzzzzzzzz",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13793",
- "name": "Rune cane",
- "examine": "A diamond-topped cane.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,0,4,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true",
- "weapon_interface": "8"
- },
- {
- "id": "13794",
- "name": "Top hat",
- "examine": "Comes with a free rabbit!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13795",
- "name": "Sheep mask",
- "examine": "Shear elegance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13796",
- "name": "Penguin mask",
- "examine": "I can get the look right, but can I do the waddle too?",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13797",
- "name": "Bat mask",
- "examine": "The bats have left the belltower.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13798",
- "name": "Cat mask",
- "examine": "It's the year of the cat!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13799",
- "name": "Wolf mask",
- "examine": "I'm hungry like the wolf.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13800",
- "name": "Rune platebody (g)",
- "examine": "Rune platebody with gold trim.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13801",
- "name": "Rune platelegs (g)",
- "examine": "Rune platelegs with gold trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13802",
- "name": "Rune plateskirt (g)",
- "examine": "Rune plateskirt with gold trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13803",
- "name": "Rune full helm(g)",
- "examine": "Rune full helmet with gold trim.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13804",
- "name": "Rune kiteshield (g)",
- "examine": "Rune kiteshield with gold trim",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13805",
- "name": "Rune platebody (t)",
- "examine": "Rune platebody with trim.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13806",
- "name": "Rune platelegs (t)",
- "examine": "Rune platelegs with trim!",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13807",
- "name": "Rune plateskirt (t)",
- "examine": "Rune plateskirt with trim.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13808",
- "name": "Rune full helm (t)",
- "examine": "Rune full helmet with trim.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13809",
- "name": "Rune kiteshield (t)",
- "examine": "A large, metal shield with a nice trim.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13810",
- "name": "Highwayman mask",
- "examine": "Your money or your life!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13811",
- "name": "Blue beret",
- "examine": "Parlez-vous francais?",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "hat": true,
- "lendable": "true"
- },
- {
- "id": "13812",
- "name": "Black beret",
- "examine": "Parlez-vous francais?",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "hat": true,
- "lendable": "true"
- },
- {
- "id": "13813",
- "name": "White beret",
- "examine": "Parlez-vous Francais?",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "hat": true,
- "lendable": "true"
- },
- {
- "id": "13814",
- "name": "Tan cavalier",
- "examine": "All for one and one for all!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13815",
- "name": "Dark cavalier",
- "examine": "All for one and one for all!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13816",
- "name": "Black cavalier",
- "examine": "All for one and one for all!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13817",
- "name": "Red headband",
- "examine": "A minimalist's hat.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13818",
- "name": "Black headband",
- "examine": "A minimalist's hat.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13819",
- "name": "Brown headband",
- "examine": "A minimalist's hat.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13820",
- "name": "Zamorak platebody",
- "examine": "Rune platebody in the colours of Zamorak.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13821",
- "name": "Zamorak platelegs",
- "examine": "Rune platelegs in the colours of Zamorak.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13822",
- "name": "Zamorak plateskirt",
- "examine": "Rune plateskirt in the colours of Zamorak.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13823",
- "name": "Zamorak full helm",
- "examine": "A full helmet in the colours of Zamorak.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13824",
- "name": "Zamorak kiteshield",
- "examine": "A Rune kiteshield in the colours of Zamorak.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13825",
- "name": "Saradomin platebody",
- "examine": "Rune platebody in the colours of Saradomin.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13826",
- "name": "Saradomin platelegs",
- "examine": "Rune platelegs in the colours of Saradomin.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13827",
- "name": "Saradomin plateskirt",
- "examine": "Rune plateskirt in the colours of Saradomin.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13828",
- "name": "Saradomin full helm",
- "examine": "Rune full helmet in the colours of Saradomin.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13829",
- "name": "Saradomin kiteshield",
- "examine": "Rune kiteshield in the colours of Saradomin.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13830",
- "name": "Guthix platebody",
- "examine": "Rune platebody in the colours of Guthix.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13831",
- "name": "Guthix platelegs",
- "examine": "Rune platelegs in the colours of Guthix.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13832",
- "name": "Guthix plateskirt",
- "examine": "Rune plateskirt in the colours of Guthix.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13833",
- "name": "Guthix full helm",
- "examine": "A rune full helmet in the colours of Guthix.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13834",
- "name": "Guthix kiteshield",
- "examine": "Rune kiteshield in the colours of Guthix.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13835",
- "name": "Gilded platebody",
- "examine": "Rune platebody with complete gold trim & plating.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13836",
- "name": "Gilded platelegs",
- "examine": "Rune platelegs with gold plate.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13837",
- "name": "Gilded plateskirt",
- "examine": "Rune plateskirt with gold plate.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13838",
- "name": "Gilded full helm",
- "examine": "Rune full helmet with gold plate.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "13839",
- "name": "Gilded kiteshield",
- "examine": "Rune kiteshield with gold plate.",
- "absorb": "3,0,7",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,45,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "lendable": "true"
- },
- {
- "id": "13845",
- "name": "Brawling gloves (melee)",
- "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13846",
- "name": "Brawling gloves (ranged)",
- "examine": "A pair of gloves that gives you bonus Ranged xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13847",
- "name": "Brawling gloves (magic)",
- "examine": "A pair of gloves that gives you bonus Magic xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13848",
- "name": "Brawling gloves (prayer)",
- "examine": "A pair of gloves that gives you bonus Prayer xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13849",
- "name": "Brawling gloves (agility)",
- "examine": "A pair of gloves that gives you bonus Agility xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13850",
- "name": "Brawling gloves (wc)",
- "examine": "A pair of gloves that gives you bonus Woodcutting xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13851",
- "name": "Brawling gloves (fm)",
- "examine": "A pair of gloves that gives you bonus Firemaking xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13852",
- "name": "Brawling gloves (mining)",
- "examine": "A pair of gloves that gives you bonus Mining xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13853",
- "name": "Brawling gloves (hunter)",
- "examine": "A pair of gloves that gives you bonus Hunting xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13854",
- "name": "Brawling gloves (thieving)",
- "examine": "A pair of gloves that gives you bonus Thieving xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13855",
- "name": "Brawling gloves (smithing)",
- "examine": "A pair of gloves that gives you bonus Smithing xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13856",
- "name": "Brawling gloves (fishing)",
- "examine": "A pair of gloves that gives you bonus Fishing xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13857",
- "name": "Brawling gloves (cooking)",
- "examine": "A pair of gloves that gives you bonus Cooking xp.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
- "durability": null,
- "equipment_slot": "9",
- "shop_price": "50000"
- },
- {
- "id": "13858",
- "name": "Zuriel's robe top",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "12,6,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,78}-{6,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13859",
- "name": "Zuriel's robe top",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,78}-{6,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13860",
- "name": "Zuriel's robe top (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "12,6,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,78}-{6,78}",
- "shop_price": "300000"
- },
- {
- "id": "13861",
- "name": "Zuriel's robe bottom",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,78}-{6,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13862",
- "name": "Zuriel's robe bottom",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,78}-{6,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13863",
- "name": "Zuriel's robe bottom (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,78}-{6,78}",
- "shop_price": "300000"
- },
- {
- "id": "13864",
- "name": "Zuriel's hood",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,78}-{6,78}",
- "shop_price": "250000",
- "tradeable": "true"
- },
- {
- "id": "13865",
- "name": "Zuriel's hood",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,78}-{6,78}",
- "shop_price": "250000",
- "tradeable": "true"
- },
- {
- "id": "13866",
- "name": "Zuriel's hood (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,78}-{6,78}",
- "shop_price": "150000"
- },
- {
- "id": "13867",
- "name": "Zuriel's staff",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "6",
- "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10",
- "defence_anim": "420",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "rare_item": "true",
- "render_anim": "28",
- "requirements": "{0,78}-{6,78}",
- "run_anim": "1210",
- "shop_price": "300000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "13868",
- "name": "Zuriel's staff",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{0,78}-{6,78}",
- "shop_price": "300000",
- "tradeable": "true"
- },
- {
- "id": "13869",
- "name": "Zuriel's staff (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "6",
- "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10",
- "defence_anim": "420",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "rare_item": "true",
- "render_anim": "28",
- "requirements": "{0,78}-{6,78}",
- "run_anim": "1210",
- "shop_price": "300000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1"
- },
- {
- "id": "13870",
- "name": "Morrigan's leather body",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,12,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,78}-{4,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13871",
- "name": "Morrigan's leather body",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,78}-{4,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13872",
- "name": "Morrigan's leather body (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,12,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,78}-{4,78}",
- "shop_price": "300000"
- },
- {
- "id": "13873",
- "name": "Morrigan's leather chaps",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,8,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop, Destroy after degrading.",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,78}-{4,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13874",
- "name": "Morrigan's leather chaps",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop, Destroy after degrading.",
- "durability": null,
- "requirements": "{1,78}-{4,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13875",
- "name": "Morrigan's leather chaps (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,8,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop, Destroy after degrading.",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,78}-{4,78}",
- "shop_price": "300000"
- },
- {
- "id": "13876",
- "name": "Morrigan's coif",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,78}-{4,78}",
- "shop_price": "250000",
- "tradeable": "true"
- },
- {
- "id": "13877",
- "name": "Morrigan's coif",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,78}-{4,78}",
- "shop_price": "250000",
- "tradeable": "true"
- },
- {
- "id": "13878",
- "name": "Morrigan's coif (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,78}-{4,78}",
- "shop_price": "150000"
- },
- {
- "id": "13879",
- "name": "Morrigan's javelin",
- "examine": "A vicious javelin.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "1381",
- "requirements": "{4,78}",
- "shop_price": "4000",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "13880",
- "name": "Morrigan's javelin(p)",
- "examine": "A vicious javelin.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "1381",
- "requirements": "{4,78}",
- "shop_price": "10000",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "13881",
- "name": "Morrigan's javelin(p+)",
- "examine": "A vicious javelin.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "1381",
- "requirements": "{4,78}",
- "shop_price": "10000",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "13882",
- "name": "Morrigan's javelin(p++)",
- "examine": "A vicious javelin.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "1381",
- "requirements": "{4,78}",
- "shop_price": "10000",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "13883",
- "name": "Morrigan's throwing axe",
- "examine": "A vicious throwing axe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "has_special": "true",
- "requirements": "{4,78}",
- "shop_price": "4000",
- "tradeable": "true",
- "weapon_interface": "18"
- },
- {
- "id": "13884",
- "name": "Statius's platebody",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13885",
- "name": "Statius's platebody",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13886",
- "name": "Statius's platebody (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,78}",
- "shop_price": "300000"
- },
- {
- "id": "13887",
- "name": "Vesta's chainbody",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop, Destroy once it has been degraded.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13888",
- "name": "Vesta's chainbody",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop, Destroy once it has been degraded.",
- "durability": null,
- "requirements": "{1,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13889",
- "name": "Vesta's chainbody (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop, Destroy once it has been degraded.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,78}",
- "shop_price": "300000"
- },
- {
- "id": "13890",
- "name": "Statius's platelegs",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13891",
- "name": "Statius's platelegs",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13892",
- "name": "Statius's platelegs (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,78}",
- "shop_price": "300000"
- },
- {
- "id": "13893",
- "name": "Vesta's plateskirt",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13894",
- "name": "Vesta's plateskirt",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,78}",
- "shop_price": "500000",
- "tradeable": "true"
- },
- {
- "id": "13895",
- "name": "Vesta's plateskirt (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,78}",
- "shop_price": "300000"
- },
- {
- "id": "13896",
- "name": "Statius's full helm",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,78}",
- "shop_price": "250000",
- "tradeable": "true"
- },
- {
- "id": "13897",
- "name": "Statius's full helm",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "requirements": "{1,78}",
- "shop_price": "250000",
- "tradeable": "true"
- },
- {
- "id": "13898",
- "name": "Statius' full helm (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,78}",
- "shop_price": "150000"
- },
- {
- "id": "13899",
- "name": "Vesta's longsword",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
- "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0",
- "defence_anim": "397",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "has_special": "true",
- "rare_item": "true",
- "render_anim": "1426",
- "requirements": "{0,78}",
- "run_anim": "824",
- "shop_price": "300000",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "6"
- },
- {
- "id": "13900",
- "name": "Vesta's longsword",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{0,78}",
- "shop_price": "300000",
- "tradeable": "true"
- },
- {
- "id": "13901",
- "name": "Vesta's longsword (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
- "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "has_special": "true",
- "rare_item": "true",
- "render_anim": "1426",
- "requirements": "{0,78}",
- "run_anim": "824",
- "shop_price": "300000",
- "stand_turn_anim": "823",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "6"
- },
- {
- "id": "13902",
- "name": "Statius's warhammer",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0",
- "defence_anim": "397",
- "destroy": "false",
- "destroy_message": "Drop, Destroy once it has been degraded.",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "has_special": "true",
- "requirements": "{0,78}",
- "run_anim": "1210",
- "shop_price": "300000",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "10"
- },
- {
- "id": "13903",
- "name": "Statius's warhammer",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop, Destroy once it has been degraded.",
- "durability": null,
- "requirements": "{0,78}",
- "shop_price": "300000",
- "tradeable": "true"
- },
- {
- "id": "13904",
- "name": "Statius' warhammer (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,395,395",
- "attack_audios": "2504,0,0,0",
- "attack_speed": "6",
- "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop, Destroy once it has been degraded.",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "1426",
- "run_anim": "1210",
- "shop_price": "300000",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
- "turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "10"
- },
- {
- "id": "13905",
- "name": "Vesta's spear",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0",
- "defence_anim": "2079",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "requirements": "{0,78}",
- "run_anim": "1210",
- "shop_price": "300000",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14",
- "weight": "4.2"
- },
- {
- "id": "13906",
- "name": "Vesta's spear",
- "examine": "This item degrades in combat, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{0,78}",
- "shop_price": "300000",
- "tradeable": "true",
- "two_handed": "true"
- },
- {
- "id": "13907",
- "name": "Vesta's spear (deg)",
- "examine": "This item degrades in combat, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0",
- "defence_anim": "2079",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "has_special": "true",
- "render_anim": "28",
- "requirements": "{0,78}",
- "shop_price": "180000",
- "turn90ccw_anim": "1208",
- "two_handed": "true",
- "walk_anim": "1205",
- "weapon_interface": "14"
- },
- {
- "id": "13908",
- "name": "Corrupt statius's platebody",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}",
- "shop_price": "125000"
- },
- {
- "id": "13909",
- "name": "Corrupt statius's platebody",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13910",
- "name": "Corrupt statius's platebody (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}}",
- "shop_price": "75000"
- },
- {
- "id": "13911",
- "name": "Corrupt vesta's chainbody",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}",
- "shop_price": "125000"
- },
- {
- "id": "13912",
- "name": "Corrupt vesta's chainbody",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13913",
- "name": "Corrupt vesta's chainbody (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "6,0,12",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}",
- "shop_price": "75000"
- },
- {
- "id": "13914",
- "name": "Corrupt statius's platelegs",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,20}",
- "shop_price": "125000"
- },
- {
- "id": "13915",
- "name": "Corrupt statius's platelegs",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13916",
- "name": "Corrupt statius's platelegs (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "requirements": "{1,20}",
- "shop_price": "75000"
- },
- {
- "id": "13917",
- "name": "Corrupt vesta's plateskirt",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,20}",
- "shop_price": "125000"
- },
- {
- "id": "13918",
- "name": "Corrupt vesta's plateskirt",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13919",
- "name": "Corrupt vesta's plateskirt (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "4,0,8",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,20}",
- "shop_price": "75000"
- },
- {
- "id": "13920",
- "name": "Corrupt statius's full helm",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,20}",
- "shop_price": "50000"
- },
- {
- "id": "13921",
- "name": "Corrupt statius's full helm",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}",
- "shop_price": "50000",
- "tradeable": "true"
- },
- {
- "id": "13922",
- "name": "Corrupt statius' full helm (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,20}",
- "shop_price": "30000"
- },
- {
- "id": "13923",
- "name": "Corrupt vesta's longsword",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "381,390,390,390",
- "attack_speed": "5",
- "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "1426",
- "requirements": "{0,20}",
- "run_anim": "824",
- "shop_price": "125000",
- "stand_turn_anim": "823",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "5"
- },
- {
- "id": "13924",
- "name": "Corrupt vesta's longsword",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_anims": "381,390,390,390",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "render_anim": "1426",
- "requirements": "{0,20}",
- "run_anim": "824",
- "shop_price": "125000",
- "stand_turn_anim": "823",
- "tradeable": "true",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205"
- },
- {
- "id": "13925",
- "name": "C. vesta's longsword (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "1426",
- "requirements": "{0,20}",
- "run_anim": "824",
- "shop_price": "75000",
- "stand_turn_anim": "823",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "5"
- },
- {
- "id": "13926",
- "name": "Corrupt statius's warhammer",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_audios": "395,395,395,395",
- "attack_speed": "6",
- "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "requirements": "{0,20}",
- "shop_price": "125000",
- "weapon_interface": "8"
- },
- {
- "id": "13927",
- "name": "Corrupt statius's warhammer",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{0,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13928",
- "name": "C. statius's warhammer (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2233",
- "equipment_slot": "3",
- "requirements": "{0,20}",
- "shop_price": "75000",
- "weapon_interface": "8"
- },
- {
- "id": "13929",
- "name": "Corrupt vesta's spear",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,20}",
- "shop_price": "125000",
- "two_handed": "true",
- "weapon_interface": "14"
- },
- {
- "id": "13930",
- "name": "Corrupt vesta's spear",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{0,20}",
- "shop_price": "125000",
- "tradeable": "true",
- "two_handed": "true"
- },
- {
- "id": "13931",
- "name": "Corrupt vesta's spear (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{0,20}",
- "shop_price": "75000",
- "two_handed": "true",
- "weapon_interface": "14"
- },
- {
- "id": "13932",
- "name": "Corrupt zuriel's robe top",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "12,6,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}-{6,20}",
- "shop_price": "125000"
- },
- {
- "id": "13933",
- "name": "Corrupt zuriel's robe top",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}-{6,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13934",
- "name": "Corrupt zuriel's robe top (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "12,6,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}-{6,20}",
- "shop_price": "75000"
- },
- {
- "id": "13935",
- "name": "Corrupt zuriel's robe bottom",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,20}-{6,20}",
- "shop_price": "125000"
- },
- {
- "id": "13936",
- "name": "Corrupt zuriel's robe bottom",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}-{6,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13937",
- "name": "Corrupt zuriel's robe bottom (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "8,4,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,20}-{6,20}",
- "shop_price": "75000"
- },
- {
- "id": "13938",
- "name": "Corrupt zuriel's hood",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,20}-{6,20}",
- "shop_price": "50000"
- },
- {
- "id": "13939",
- "name": "Corrupt zuriel's hood",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}-{6,20}",
- "shop_price": "50000",
- "tradeable": "true"
- },
- {
- "id": "13940",
- "name": "Corrupt zuriel's hood (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,20}-{6,20}",
- "shop_price": "30000"
- },
- {
- "id": "13941",
- "name": "Corrupt zuriel's staff",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2555,0,0,0",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "6",
- "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{6,20}",
- "shop_price": "125000",
- "weapon_interface": "1"
- },
- {
- "id": "13942",
- "name": "Corrupt zuriel's staff",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{6,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13943",
- "name": "Corrupt zuriel's staff (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "requirements": "{6,20}",
- "shop_price": "70000",
- "weapon_interface": "1"
- },
- {
- "id": "13944",
- "name": "Corrupt morrigan's leather body",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,12,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}-{4,20}",
- "shop_price": "125000"
- },
- {
- "id": "13945",
- "name": "Corrupt morrigan's leather body",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}-{4,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13946",
- "name": "Corrupt morrigan's leather body (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,12,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}-{4,20}",
- "shop_price": "75000"
- },
- {
- "id": "13947",
- "name": "Corrupt morrigan's leather chaps",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,8,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,20}-{4,20}",
- "shop_price": "125000"
- },
- {
- "id": "13948",
- "name": "Corrupt morrigan's leather chaps",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}-{4,20}",
- "shop_price": "125000",
- "tradeable": "true"
- },
- {
- "id": "13949",
- "name": "Corrupt morrigan's leather chaps (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,8,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,20}-{4,20}",
- "shop_price": "75000"
- },
- {
- "id": "13950",
- "name": "Corrupt morrigan's coif",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,20}-{4,20}",
- "shop_price": "50000"
- },
- {
- "id": "13951",
- "name": "Corrupt morrigan's coif",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{1,20}-{4,20}",
- "shop_price": "50000",
- "tradeable": "true"
- },
- {
- "id": "13952",
- "name": "Corrupt morrigan's coif (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2238",
- "equipment_slot": "0",
- "remove_head": "true",
- "requirements": "{1,20}-{4,20}",
- "shop_price": "30000"
- },
- {
- "id": "13953",
- "name": "Corrupt morrigan's javelin",
- "examine": "A vicious javelin.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "1381",
- "requirements": "{4,20}",
- "shop_price": "1000",
- "weapon_interface": "18"
- },
- {
- "id": "13954",
- "name": "C. morrigan's javelin (p)",
- "examine": "A vicious javelin.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "1381",
- "requirements": "{4,20}",
- "shop_price": "10000",
- "weapon_interface": "18"
- },
- {
- "id": "13955",
- "name": "C. morrigan's javelin (p+)",
- "examine": "A vicious javelin.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "1381",
- "requirements": "{4,20}",
- "shop_price": "10000",
- "weapon_interface": "18"
- },
- {
- "id": "13956",
- "name": "C. morrigan's javelin (p++)",
- "examine": "A vicious javelin.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2244",
- "equipment_slot": "3",
- "render_anim": "1381",
- "requirements": "{4,20}",
- "shop_price": "10000",
- "weapon_interface": "18"
- },
- {
- "id": "13957",
- "name": "C. morrigan's throwing axe",
- "examine": "A vicious throwing axe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "requirements": "{4,20}",
- "shop_price": "1000",
- "weapon_interface": "18"
- },
- {
- "id": "13958",
- "name": "Corrupt dragon chainbody",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{0,20}-{4,20}",
- "shop_price": "120000"
- },
- {
- "id": "13959",
- "name": "Corrupt dragon chainbody",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120000",
- "tradeable": "true"
- },
- {
- "id": "13960",
- "name": "Corrupt dragon chainbody (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "72000"
- },
- {
- "id": "13961",
- "name": "Corrupt dragon med helm",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "60000"
- },
- {
- "id": "13962",
- "name": "Corrupt dragon med helm",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60000",
- "tradeable": "true"
- },
- {
- "id": "13963",
- "name": "Corrupt dragon med helm (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2240",
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "36000"
- },
- {
- "id": "13964",
- "name": "Corrupt dragon sq shield",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "5,0,11",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "shop_price": "120000"
- },
- {
- "id": "13965",
- "name": "Corrupt dragon sq shield",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120000",
- "tradeable": "true"
- },
- {
- "id": "13966",
- "name": "Corrupt dragon sq shield (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "5,0,11",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "shop_price": "72000"
- },
- {
- "id": "13967",
- "name": "Corrupt dragon plateskirt",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Destroy",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "120000"
- },
- {
- "id": "13968",
- "name": "Corrupt dragon plateskirt",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Destroy",
- "durability": null,
- "shop_price": "120000",
- "tradeable": "true"
- },
- {
- "id": "13969",
- "name": "Corrupt dragon plateskirt (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Destroy",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "72000"
- },
- {
- "id": "13970",
- "name": "Corrupt dragon platelegs",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "shop_price": "120000"
- },
- {
- "id": "13971",
- "name": "Corrupt dragon platelegs",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120000",
- "tradeable": "true"
- },
- {
- "id": "13972",
- "name": "Corrupt dragon platelegs (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "shop_price": "72000"
- },
- {
- "id": "13973",
- "name": "Corrupt dragon battleaxe",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "render_anim": "2586",
- "requirements": "{0,60}",
- "shop_price": "120000",
- "weapon_interface": "2",
- "weight": "2.7"
- },
- {
- "id": "13974",
- "name": "Corrupt dragon battleaxe",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "4",
- "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "render_anim": "2586",
- "requirements": "{0,60}",
- "shop_price": "120000",
- "tradeable": "true",
- "weight": "2.7"
- },
- {
- "id": "13975",
- "name": "C. dragon battleaxe (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "395,395,401,395",
- "attack_audios": "2498,2498,2497,2498",
- "attack_speed": "6",
- "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2232",
- "equipment_slot": "3",
- "render_anim": "2586",
- "requirements": "{0,60}",
- "shop_price": "72000",
- "weapon_interface": "2",
- "weight": "2.7"
- },
- {
- "id": "13976",
- "name": "Corrupt dragon dagger",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "shop_price": "30000",
- "weapon_interface": "5"
- },
- {
- "id": "13977",
- "name": "Corrupt dragon dagger",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "shop_price": "30000",
- "tradeable": "true"
- },
- {
- "id": "13978",
- "name": "C. dragon dagger (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "396,396,395,396",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "4",
- "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "shop_price": "18000",
- "weapon_interface": "5"
- },
- {
- "id": "13979",
- "name": "Corrupt dragon scimitar",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "1928",
- "requirements": "{0,60}",
- "shop_price": "100000",
- "weapon_interface": "6",
- "weight": "1.8"
- },
- {
- "id": "13980",
- "name": "Corrupt dragon scimitar",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "shop_price": "100000",
- "tradeable": "true"
- },
- {
- "id": "13981",
- "name": "C. dragon scimitar (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "1928",
- "shop_price": "60000",
- "weapon_interface": "6"
- },
- {
- "id": "13982",
- "name": "Corrupt dragon longsword",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
- "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "ge_buy_limit": "10",
- "render_anim": "1582",
- "requirements": "{0,60}",
- "shop_price": "100000",
- "weapon_interface": "5",
- "weight": "1.8"
- },
- {
- "id": "13983",
- "name": "Corrupt dragon longsword",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "100000",
- "tradeable": "true"
- },
- {
- "id": "13984",
- "name": "C. dragon longsword (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "1582",
- "shop_price": "60000",
- "weapon_interface": "5"
- },
- {
- "id": "13985",
- "name": "Corrupt dragon mace",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "requirements": "{0,60}",
- "shop_price": "50000",
- "weapon_interface": "8",
- "weight": "1.8"
- },
- {
- "id": "13986",
- "name": "Corrupt dragon mace",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "4",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "requirements": "{0,60}",
- "shop_price": "50000",
- "tradeable": "true",
- "weight": "1.8"
- },
- {
- "id": "13987",
- "name": "Corrupt dragon mace (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2508,2508,25092508",
- "attack_speed": "5",
- "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2246",
- "equipment_slot": "3",
- "requirements": "{0,60}",
- "shop_price": "30000",
- "weapon_interface": "8",
- "weight": "1.8"
- },
- {
- "id": "13988",
- "name": "Corrupt dragon spear",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "40000",
- "two_handed": "true",
- "weapon_interface": "14"
- },
- {
- "id": "13989",
- "name": "Corrupt dragon spear",
- "examine": "This item degrades while worn, and will turn to dust.",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "4",
- "defence_anim": "2079",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "40000",
- "tradeable": "true",
- "two_handed": "true"
- },
- {
- "id": "13990",
- "name": "Corrupt dragon spear (deg)",
- "examine": "This item degrades while worn, and will turn to dust.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "2080,2081,2082,2080",
- "attack_speed": "5",
- "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
- "defence_anim": "2079",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "24000",
- "two_handed": "true",
- "weapon_interface": "14"
- },
- {
- "id": "14056",
- "name": "Pvp worlds manual",
- "examine": "A book about the Wilderness.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another copy by searching bookshelves around 2009Scape.",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "14057",
- "name": "Broomstick",
- "examine": "A threat to dusty corners everywhere.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can obtain another by talking to Maggie the witch.",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1072",
- "shop_price": "25",
- "weapon_interface": "8"
- },
- {
- "id": "14058",
- "name": "Goulash",
- "examine": "What a curious and ghoulish smell!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "2"
- },
- {
- "id": "14061",
- "name": "Magic unguent",
- "examine": "Purple and pungent.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another flask of magic unguent from the chest in Betty's basement.",
- "durability": null,
- "shop_price": "2"
- },
- {
- "id": "14062",
- "name": "Broom ointment",
- "examine": "To be used on brooms.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another flask of broom ointment from Hetty in Rimmington.",
- "durability": null,
- "shop_price": "2"
- },
- {
- "id": "14064",
- "name": "Newt",
- "examine": "A newt from Hetty's basement.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you release this newt, you can get another from the crate in Hetty's basement in Rimmington.",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "5"
- },
- {
- "id": "14065",
- "name": "Newt label",
- "examine": "A label for a shipping crate.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another newt label from Gus in Hetty's basement in Rimmington.",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14066",
- "name": "Toad label",
- "examine": "A label for a shipping crate.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another toad label from Gus in Hetty's basement in Rimmington.",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14067",
- "name": "Newts and toads label",
- "examine": "A label for a shipping crate.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another newt-and-toad label from Gus in Hetty's basement in Rimmington.",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14068",
- "name": "Betty's wand",
- "examine": "Warm to the touch.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can obtain another wand from the chest in Betty's basement.",
- "durability": null,
- "shop_price": "15"
- },
- {
- "id": "14069",
- "name": "Magic slate",
- "examine": "What a view!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you destroy this item, you can get another from Lottie in Betty's basement.",
- "durability": null,
- "shop_price": "2"
- },
- {
- "id": "14070",
- "name": "Reptile",
- "examine": "Desert dweller.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14071",
- "name": "Blackbird",
- "examine": "Bleak and beaky.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14072",
- "name": "Bat",
- "examine": "An annoying flappy thing.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14073",
- "name": "Spider",
- "examine": "It's an extremely small brown spider, probably very poisonous.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14074",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14075",
- "name": "Snail",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14076",
- "name": "Warlock top",
- "examine": "The height of warlock fashion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another warlock top from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "15"
- },
- {
- "id": "14077",
- "name": "Warlock legs",
- "examine": "Tattered but trendy.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "15"
- },
- {
- "id": "14078",
- "name": "Witch top",
- "examine": "The height of witchly fashion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another witch top from Diango in Draynor.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "15"
- },
- {
- "id": "14079",
- "name": "Witch skirt",
- "examine": "Tattered but trendy.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another witch top from Diango in Draynor.",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "15"
- },
- {
- "id": "14080",
- "name": "Witch cloak",
- "examine": "Ragged but rugged.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another witch cloak from Diango in Draynor.",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "15"
- },
- {
- "id": "14081",
- "name": "Warlock cloak",
- "examine": "Ragged but rugged.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "15"
- },
- {
- "id": "14082",
- "name": "Popcorn ball",
- "examine": "A sticky orb of popped corn.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14083",
- "name": "Chocolate drop",
- "examine": "Chocolatey goodness.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14084",
- "name": "Wrapped candy",
- "examine": "Sugary bliss.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14085",
- "name": "Armadyl communiqu?",
- "examine": "An urgent communiqu?? revealing important information.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14086",
- "name": "Witch top",
- "examine": "The height of witchly fashion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another witch top from Diango in Draynor.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "15"
- },
- {
- "id": "14087",
- "name": "Witch skirt",
- "examine": "Tattered but trendy.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another witch top from Diango in Draynor.",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "15"
- },
- {
- "id": "14088",
- "name": "Witch cloak",
- "examine": "Ragged but rugged.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another witch cloak from Diango in Draynor.",
- "durability": null,
- "equipment_slot": "1",
- "shop_price": "15"
- },
- {
- "id": "14089",
- "name": "Pet kitten",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14090",
- "name": "Pet cat",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14091",
- "name": "Lazy cat",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14092",
- "name": "Overgrown cat",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14093",
- "name": "Wily cat",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14094",
- "name": "Sacred clay platebody",
- "examine": "The sacred clay top has transformed into a spiked, platemail body.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "43333"
- },
- {
- "id": "14095",
- "name": "Sacred clay platelegs",
- "examine": "The sacred clay bottom has transformed into spiked, platemail legs.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "42667"
- },
- {
- "id": "14096",
- "name": "Sacred clay helm",
- "examine": "The sacred clay hat has transformed into a spined helm.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "23467"
- },
- {
- "id": "14097",
- "name": "Sacred clay scimitar",
- "examine": "The sacred clay weapon has transformed into a sharp scimitar.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2248",
- "equipment_slot": "3",
- "render_anim": "1629",
- "shop_price": "17066",
- "weapon_interface": "5"
- },
- {
- "id": "14098",
- "name": "Volatile clay tool",
- "examine": "This can turn into a variety of tools.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "21333"
- },
- {
- "id": "14099",
- "name": "Volatile clay pickaxe",
- "examine": "Your volatile tool wants to mine some rocks.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "21333",
- "weapon_interface": "4"
- },
- {
- "id": "14100",
- "name": "Volatile clay hatchet",
- "examine": "Your volatile tool wants to cut some wood.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "21333",
- "weapon_interface": "2"
- },
- {
- "id": "14101",
- "name": "Volatile clay harpoon",
- "examine": "Your volatile tool wants to spear some big fish.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "21333"
- },
- {
- "id": "14102",
- "name": "Volatile clay butterfly net",
- "examine": "Your volatile tool wants to catch some butterflies.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "403",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "158",
- "shop_price": "21333",
- "weapon_interface": "5"
- },
- {
- "id": "14103",
- "name": "Volatile clay fletching knife",
- "examine": "Your volatile tool wants to make some bows or arrows.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "3",
- "shop_price": "21333"
- },
- {
- "id": "14104",
- "name": "Volatile clay hammer",
- "examine": "Your volatile tool wants to work metal or build furniture.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "21333"
- },
- {
- "id": "14105",
- "name": "Volatile clay needle",
- "examine": "Your volatile tool wants to make some leather armour.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "21333"
- },
- {
- "id": "14106",
- "name": "Proto-tool",
- "examine": "This can turn into a variety of tools.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "21333"
- },
- {
- "id": "14107",
- "name": "Sacred clay pickaxe",
- "examine": "Your sacred clay tool has transformed into a pickaxe.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "21333",
- "weapon_interface": "4"
- },
- {
- "id": "14108",
- "name": "Sacred clay hatchet",
- "examine": "Your sacred clay tool has transformed into a hatchet.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "21333",
- "weapon_interface": "2"
- },
- {
- "id": "14109",
- "name": "Sacred clay harpoon",
- "examine": "Your sacred clay tool has transformed into a harpoon.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "21333"
- },
- {
- "id": "14110",
- "name": "Sacred clay butterfly net",
- "examine": "Your sacred clay tool has transformed into a butterfly net.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_speed": "5",
- "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0",
- "defence_anim": "403",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "158",
- "shop_price": "1",
- "weapon_interface": "5"
- },
- {
- "id": "14111",
- "name": "Sacred clay fletching knife",
- "examine": "The sacred clay has transformed into a knife.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "21333"
- },
- {
- "id": "14112",
- "name": "Sacred clay hammer",
- "examine": "Your sacred clay tool has transformed into a hammer.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "21333"
- },
- {
- "id": "14113",
- "name": "Sacred clay needle",
- "examine": "The sacred clay has transformed into a needle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "21333"
- },
- {
- "id": "14114",
- "name": "Sacred clay robe top",
- "examine": "The sacred clay top has transformed into a heavy, magical robe.",
- "absorb": "6,3,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "43333"
- },
- {
- "id": "14115",
- "name": "Sacred clay robe bottom",
- "examine": "The sacred clay bottom has transformed into a heavy, magical robe.",
- "absorb": "4,2,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "42667"
- },
- {
- "id": "14116",
- "name": "Sacred clay hat",
- "examine": "The sacred clay hat has transformed into a wizard hat.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "23467"
- },
- {
- "id": "14117",
- "name": "Sacred clay staff",
- "examine": "The sacred clay weapon has transformed into a magical staff.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "17066",
- "weapon_interface": "1"
- },
- {
- "id": "14118",
- "name": "Sacred clay body",
- "examine": "The sacred clay top has transformed into a leather body.",
- "absorb": "0,6,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "43333"
- },
- {
- "id": "14119",
- "name": "Sacred clay chaps",
- "examine": "The sacred clay bottom has been transformed into a set of chaps.",
- "absorb": "0,4,2",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "42667"
- },
- {
- "id": "14120",
- "name": "Sacred clay coif",
- "examine": "The sacred clay hat has transformed into a coif.",
- "absorb": "0,3,1",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "23467"
- },
- {
- "id": "14121",
- "name": "Sacred clay bow",
- "examine": "The sacred clay weapon has transformed into a bow.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "17066",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "14122",
- "name": "Pickaxe (class 1)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "30",
- "tradeable": "true",
- "weapon_interface": "4"
- },
- {
- "id": "14123",
- "name": "Pickaxe (class 1)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14124",
- "name": "Pickaxe (class 2)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "60",
- "tradeable": "true",
- "weapon_interface": "4"
- },
- {
- "id": "14125",
- "name": "Pickaxe (class 2)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14126",
- "name": "Pickaxe (class 3)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "90",
- "tradeable": "true",
- "weapon_interface": "4"
- },
- {
- "id": "14127",
- "name": "Pickaxe (class 3)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14128",
- "name": "Pickaxe (class 4)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "120",
- "tradeable": "true",
- "weapon_interface": "4"
- },
- {
- "id": "14129",
- "name": "Pickaxe (class 4)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14130",
- "name": "Pickaxe (class 5)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "150",
- "tradeable": "true",
- "weapon_interface": "4"
- },
- {
- "id": "14131",
- "name": "Pickaxe (class 5)",
- "examine": "The sacred clay has become hard enough to chip stone.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14132",
- "name": "Hatchet (class 1)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,10,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "30",
- "tradeable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "14133",
- "name": "Hatchet (class 1)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14134",
- "name": "Hatchet (class 2)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,15,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "60",
- "tradeable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "14135",
- "name": "Hatchet (class 2)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14136",
- "name": "Hatchet (class 3)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,20,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "90",
- "tradeable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "14137",
- "name": "Hatchet (class 3)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14138",
- "name": "Hatchet (class 4)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,25,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "120",
- "tradeable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "14139",
- "name": "Hatchet (class 4)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14140",
- "name": "Hatchet (class 5)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,30,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "150",
- "tradeable": "true",
- "weapon_interface": "2"
- },
- {
- "id": "14141",
- "name": "Hatchet (class 5)",
- "examine": "The sacred clay has become sharp enough to cut wood.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14142",
- "name": "Harpoon (class 1)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "30",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14143",
- "name": "Harpoon (class 1)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14144",
- "name": "Harpoon (class 2)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "60",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14145",
- "name": "Harpoon (class 2)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14146",
- "name": "Harpoon (class 3)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "90",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14147",
- "name": "Harpoon (class 3)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14148",
- "name": "Harpoon (class 4)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "120",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14149",
- "name": "Harpoon (class 4)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14150",
- "name": "Harpoon (class 5)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "150",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14151",
- "name": "Harpoon (class 5)",
- "examine": "The sacred clay has become long enough to reach the depths of pools.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14152",
- "name": "Butterfly net (class 1)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_speed": "4",
- "bonuses": "0,0,10,0,0,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "403",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "158",
- "shop_price": "30",
- "tradeable": "true",
- "weapon_interface": "14"
- },
- {
- "id": "14153",
- "name": "Butterfly net (class 1)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14154",
- "name": "Butterfly net (class 2)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_speed": "4",
- "bonuses": "0,0,15,0,0,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "403",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "158",
- "shop_price": "60",
- "tradeable": "true",
- "weapon_interface": "14"
- },
- {
- "id": "14155",
- "name": "Butterfly net (class 2)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14156",
- "name": "Butterfly net (class 3)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_speed": "4",
- "bonuses": "0,0,20,0,0,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "403",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "158",
- "shop_price": "90",
- "tradeable": "true",
- "weapon_interface": "14"
- },
- {
- "id": "14157",
- "name": "Butterfly net (class 3)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14158",
- "name": "Butterfly net (class 4)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_speed": "4",
- "bonuses": "0,0,25,0,0,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "403",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "158",
- "shop_price": "120",
- "tradeable": "true",
- "weapon_interface": "14"
- },
- {
- "id": "14159",
- "name": "Butterfly net (class 4)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14160",
- "name": "Butterfly net (class 5)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "401,401,400,401",
- "attack_speed": "4",
- "bonuses": "0,0,30,0,0,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "403",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "158",
- "shop_price": "150",
- "tradeable": "true",
- "weapon_interface": "14"
- },
- {
- "id": "14161",
- "name": "Butterfly net (class 5)",
- "examine": "The sacred clay has become light enough to swing at floating shards.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14162",
- "name": "Food (class 1)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14163",
- "name": "Food (class 1)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14164",
- "name": "Food (class 2)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14165",
- "name": "Food (class 2)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14166",
- "name": "Food (class 3)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14167",
- "name": "Food (class 3)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14168",
- "name": "Food (class 4)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14169",
- "name": "Food (class 4)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14170",
- "name": "Food (class 5)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14171",
- "name": "Food (class 5)",
- "examine": "The sacred clay has transformed into something bland, but edible.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14172",
- "name": "Barrier (class 1)",
- "examine": "The clay has transformed into an expandable wall.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14173",
- "name": "Barrier (class 1)",
- "examine": "The clay has transformed into an expandable wall.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14174",
- "name": "Barrier (class 2)",
- "examine": "The clay has transformed into an expandable wall.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14175",
- "name": "Barrier (class 2)",
- "examine": "The clay has transformed into an expandable wall.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14176",
- "name": "Barrier (class 3)",
- "examine": "The clay has transformed into an expandable wall.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14177",
- "name": "Barrier (class 3)",
- "examine": "The clay has transformed into an expandable wall.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14178",
- "name": "Barrier (class 4)",
- "examine": "The clay has transformed into an expandable wall.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14179",
- "name": "Barrier (class 4)",
- "examine": "The clay has transformed into an expandable wall.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14180",
- "name": "Barrier (class 5)",
- "examine": "The clay has transformed into an expandable wall.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14181",
- "name": "Barrier (class 5)",
- "examine": "The clay has transformed into an expandable wall.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14182",
- "name": "Sacred clay (class 1)",
- "examine": "Very low quality sacred clay.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "14183",
- "name": "Sacred clay (class 1)",
- "examine": "Very low quality sacred clay.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "15",
- "tradeable": "true"
- },
- {
- "id": "14184",
- "name": "Sacred clay (class 2)",
- "examine": "Low quality sacred clay.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14185",
- "name": "Sacred clay (class 2)",
- "examine": "Low quality sacred clay.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14186",
- "name": "Sacred clay (class 3)",
- "examine": "Medium quality sacred clay.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "45",
- "tradeable": "true"
- },
- {
- "id": "14187",
- "name": "Sacred clay (class 3)",
- "examine": "Medium quality sacred clay.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "45",
- "tradeable": "true"
- },
- {
- "id": "14188",
- "name": "Sacred clay (class 4)",
- "examine": "High quality sacred clay.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14189",
- "name": "Sacred clay (class 4)",
- "examine": "High quality sacred clay.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14190",
- "name": "Sacred clay (class 5)",
- "examine": "Very high quality sacred clay.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "75",
- "tradeable": "true"
- },
- {
- "id": "14191",
- "name": "Sacred clay (class 5)",
- "examine": "Very high quality sacred clay.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "75",
- "tradeable": "true"
- },
- {
- "id": "14192",
- "name": "Bow (class 1)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "30",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "14193",
- "name": "Bow (class 1)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true",
- "two_handed": "true"
- },
- {
- "id": "14194",
- "name": "Bow (class 2)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "60",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "14195",
- "name": "Bow (class 2)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true",
- "two_handed": "true"
- },
- {
- "id": "14196",
- "name": "Bow (class 3)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,135,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "90",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "14197",
- "name": "Bow (class 3)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true",
- "two_handed": "true"
- },
- {
- "id": "14198",
- "name": "Bow (class 4)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,180,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "120",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "14199",
- "name": "Bow (class 4)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true",
- "two_handed": "true"
- },
- {
- "id": "14200",
- "name": "Bow (class 5)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,225,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "150",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "16"
- },
- {
- "id": "14201",
- "name": "Bow (class 5)",
- "examine": "The sacred clay has transformed into a wood-like substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true",
- "two_handed": "true"
- },
- {
- "id": "14202",
- "name": "Arrows (class 1)",
- "examine": "The Sacred Clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,15",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "2",
- "tradeable": "true"
- },
- {
- "id": "14203",
- "name": "Arrows (class 2)",
- "examine": "The Sacred Clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "4",
- "tradeable": "true"
- },
- {
- "id": "14204",
- "name": "Arrows (class 3)",
- "examine": "The Sacred Clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "6",
- "tradeable": "true"
- },
- {
- "id": "14205",
- "name": "Arrows (class 4)",
- "examine": "The Sacred Clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "8",
- "tradeable": "true"
- },
- {
- "id": "14206",
- "name": "Arrows (class 5)",
- "examine": "The Sacred Clay has transformed into a wood-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "13",
- "shop_price": "10",
- "tradeable": "true"
- },
- {
- "id": "14207",
- "name": "Prayer potion(5)",
- "examine": "3 doses of Prayer restore potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14208",
- "name": "Prayer potion(5)",
- "examine": "3 doses of Prayer restore potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14209",
- "name": "Prayer potion(4)",
- "examine": "4 doses of Prayer restore potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14210",
- "name": "Prayer potion(4)",
- "examine": "4 doses of Prayer restore potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14211",
- "name": "Prayer potion(3)",
- "examine": "3 doses of Prayer restore potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14212",
- "name": "Prayer potion(3)",
- "examine": "3 doses of Prayer restore potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14213",
- "name": "Prayer potion(2)",
- "examine": "2 doses of Prayer restore potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14214",
- "name": "Prayer potion(2)",
- "examine": "2 doses of Prayer restore potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14215",
- "name": "Prayer potion(1)",
- "examine": "1 dose of Prayer restore potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14216",
- "name": "Prayer potion(1)",
- "examine": "1 dose of Prayer restore potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14217",
- "name": "Energy potion (5)",
- "examine": "4 doses of energy potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14218",
- "name": "Energy potion (5)",
- "examine": "4 doses of energy potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14219",
- "name": "Energy potion (4)",
- "examine": "4 doses of energy potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14220",
- "name": "Energy potion (4)",
- "examine": "4 doses of energy potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14221",
- "name": "Energy potion (3)",
- "examine": "3 doses of energy potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14222",
- "name": "Energy potion (3)",
- "examine": "3 doses of energy potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14223",
- "name": "Energy potion (2)",
- "examine": "2 doses of energy potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14224",
- "name": "Energy potion (2)",
- "examine": "2 doses of energy potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14225",
- "name": "Energy potion (1)",
- "examine": "1 dose of energy potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14226",
- "name": "Energy potion (1)",
- "examine": "1 dose of energy potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14227",
- "name": "Super attack(5)",
- "examine": "5 doses of super Attack potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14228",
- "name": "Super attack(5)",
- "examine": "5 doses of super Attack potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14229",
- "name": "Super attack(4)",
- "examine": "4 doses of super Attack potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14230",
- "name": "Super attack(4)",
- "examine": "4 doses of super Attack potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14231",
- "name": "Super attack(3)",
- "examine": "3 doses of super Attack potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14232",
- "name": "Super attack(3)",
- "examine": "3 doses of super Attack potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14233",
- "name": "Super attack(2)",
- "examine": "2 doses of super Attack potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14234",
- "name": "Super attack(2)",
- "examine": "2 doses of super Attack potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14235",
- "name": "Super attack(1)",
- "examine": "1 dose of super Attack potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14236",
- "name": "Super attack(1)",
- "examine": "1 dose of super Attack potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14237",
- "name": "Super strength(5)",
- "examine": "5 doses of super Strength potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14238",
- "name": "Super strength(5)",
- "examine": "5 doses of super Strength potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14239",
- "name": "Super strength(4)",
- "examine": "4 doses of super Strength potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14240",
- "name": "Super strength(4)",
- "examine": "4 doses of super Strength potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14241",
- "name": "Super strength(3)",
- "examine": "3 doses of super Strength potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14242",
- "name": "Super strength(3)",
- "examine": "3 doses of super Strength potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14243",
- "name": "Super strength(2)",
- "examine": "2 doses of super Strength potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14244",
- "name": "Super strength(2)",
- "examine": "2 doses of super Strength potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14245",
- "name": "Super strength(1)",
- "examine": "1 dose of super Strength potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14246",
- "name": "Super strength(1)",
- "examine": "1 dose of super Strength potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14247",
- "name": "Ranging potion(5)",
- "examine": "4 doses of ranging potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14248",
- "name": "Ranging potion(5)",
- "examine": "5 doses of ranging potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14249",
- "name": "Ranging potion(4)",
- "examine": "4 doses of ranging potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14250",
- "name": "Ranging potion(4)",
- "examine": "4 doses of ranging potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14251",
- "name": "Ranging potion(3)",
- "examine": "3 doses of ranging potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14252",
- "name": "Ranging potion(3)",
- "examine": "3 doses of ranging potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14253",
- "name": "Ranging potion(2)",
- "examine": "2 doses of ranging potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14254",
- "name": "Ranging potion(2)",
- "examine": "2 doses of ranging potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14255",
- "name": "Ranging potion(1)",
- "examine": "1 dose of ranging potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14256",
- "name": "Ranging potion(1)",
- "examine": "1 dose of ranging potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14257",
- "name": "Defence potion(5)",
- "examine": "3 doses of Defence Potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14258",
- "name": "Defence potion(5)",
- "examine": "3 doses of Defence Potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14259",
- "name": "Defence potion(4)",
- "examine": "4 doses of Defence Potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14260",
- "name": "Defence potion(4)",
- "examine": "4 doses of Defence Potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14261",
- "name": "Defence potion(3)",
- "examine": "3 doses of Defence Potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14262",
- "name": "Defence potion(3)",
- "examine": "3 doses of Defence Potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14263",
- "name": "Defence potion(2)",
- "examine": "2 doses of Defence Potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14264",
- "name": "Defence potion(2)",
- "examine": "2 doses of Defence Potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14265",
- "name": "Defence potion(1)",
- "examine": "1 dose of Defence Potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14266",
- "name": "Defence potion(1)",
- "examine": "1 dose of Defence Potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14267",
- "name": "Magic potion(5)",
- "examine": "4 doses of Magic potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14268",
- "name": "Magic potion(5)",
- "examine": "5 doses of Magic potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14269",
- "name": "Magic potion(4)",
- "examine": "4 doses of Magic potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14270",
- "name": "Magic potion(4)",
- "examine": "4 doses of Magic potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14271",
- "name": "Magic potion(3)",
- "examine": "3 doses of Magic potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14272",
- "name": "Magic potion(3)",
- "examine": "3 doses of Magic potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14273",
- "name": "Magic potion(2)",
- "examine": "2 doses of Magic potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14274",
- "name": "Magic potion(2)",
- "examine": "2 doses of Magic potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14275",
- "name": "Magic potion(1)",
- "examine": "1 dose of Magic potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14276",
- "name": "Magic potion(1)",
- "examine": "1 dose of Magic potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14277",
- "name": "Summoning potion(5)",
- "examine": "3 doses of Summoning potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14278",
- "name": "Summoning potion(5)",
- "examine": "3 doses of Summoning potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14279",
- "name": "Summoning potion(4)",
- "examine": "4 doses of Summoning potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14280",
- "name": "Summoning potion(4)",
- "examine": "4 doses of Summoning potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14281",
- "name": "Summoning potion(3)",
- "examine": "3 doses of Summoning potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14282",
- "name": "Summoning potion(3)",
- "examine": "3 doses of Summoning potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14283",
- "name": "Summoning potion(2)",
- "examine": "2 doses of Summoning potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14284",
- "name": "Summoning potion(2)",
- "examine": "2 doses of Summoning potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14285",
- "name": "Summoning potion(1)",
- "examine": "1 dose of Summoning potion.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14286",
- "name": "Summoning potion(1)",
- "examine": "1 dose of Summoning potion.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14287",
- "name": "Scimitar (class 1)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "0,55,0,0,0,0,0,0,0,0,0,15,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1629",
- "shop_price": "30",
- "tradeable": "true",
- "weapon_interface": "6"
- },
- {
- "id": "14288",
- "name": "Scimitar (class 1)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14289",
- "name": "Scimitar (class 2)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "0,90,0,0,0,0,0,0,0,0,0,30,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1629",
- "shop_price": "60",
- "tradeable": "true",
- "weapon_interface": "6"
- },
- {
- "id": "14290",
- "name": "Scimitar (class 2)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14291",
- "name": "Scimitar (class 3)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "0,145,0,0,0,0,0,0,0,0,0,45,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1629",
- "shop_price": "90",
- "tradeable": "true",
- "weapon_interface": "6"
- },
- {
- "id": "14292",
- "name": "Scimitar (class 3)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14293",
- "name": "Scimitar (class 4)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "0,180,0,0,0,0,0,0,0,0,0,60,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1629",
- "shop_price": "120",
- "tradeable": "true",
- "weapon_interface": "6"
- },
- {
- "id": "14294",
- "name": "Scimitar (class 4)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14295",
- "name": "Scimitar (class 5)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,0,2517,0",
- "attack_speed": "4",
- "bonuses": "0,225,0,0,0,0,0,0,0,0,0,75,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "1629",
- "shop_price": "150",
- "tradeable": "true",
- "weapon_interface": "6"
- },
- {
- "id": "14296",
- "name": "Scimitar (class 5)",
- "examine": "The sacred clay has transformed into a vicious, curved sword.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14297",
- "name": "Dagger (class 1)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "3",
- "bonuses": "41,0,0,0,0,0,0,0,0,0,0,15,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "30",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14298",
- "name": "Dagger (class 1)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14299",
- "name": "Dagger (class 2)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "3",
- "bonuses": "68,0,0,0,0,0,0,0,0,0,0,30,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "60",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14300",
- "name": "Dagger (class 2)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14301",
- "name": "Dagger (class 3)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "3",
- "bonuses": "101,0,0,0,0,0,0,0,0,0,0,45,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "90",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14302",
- "name": "Dagger (class 3)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14303",
- "name": "Dagger (class 4)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "3",
- "bonuses": "135,0,0,0,0,0,0,0,0,0,0,60,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "120",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14304",
- "name": "Dagger (class 4)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14305",
- "name": "Dagger (class 5)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "400,400,401,400",
- "attack_audios": "2517,2517,2500,2517",
- "attack_speed": "3",
- "bonuses": "168,0,0,0,0,0,0,0,0,0,0,75,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "150",
- "tradeable": "true",
- "weapon_interface": "5"
- },
- {
- "id": "14306",
- "name": "Dagger (class 5)",
- "examine": "The sacred clay transformed into a sharp dagger.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14307",
- "name": "Warhammer (class 1)",
- "examine": "The sacred clay has transformed into a heavy warhammer.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,83,0,0,0,0,0,0,0,0,15,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "3",
- "shop_price": "30",
- "tradeable": "true",
- "weapon_interface": "10"
- },
- {
- "id": "14308",
- "name": "Warhammer (class 1)",
- "examine": "The sacred clay has transformed into a heavy warhammer.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14309",
- "name": "Warhammer (class 2)",
- "examine": "The sacred clay has transformed into a heavy warhammer.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,135,0,0,0,0,0,0,0,0,30,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "60",
- "tradeable": "true",
- "weapon_interface": "10"
- },
- {
- "id": "14310",
- "name": "Warhammer (class 2)",
- "examine": "The sacred clay has transformed into a heavy warhammer.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14311",
- "name": "Warhammer (class 3)",
- "examine": "The sacred clay has transformed into a heavy warhammer.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,202,0,0,0,0,0,0,0,0,45,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "90",
- "tradeable": "true",
- "weapon_interface": "10"
- },
- {
- "id": "14312",
- "name": "Warhammer (class 3)",
- "examine": "The sacred clay has transformed into a heavy warhammer.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14313",
- "name": "Warhammer (class 4)",
- "examine": "The Sacred Clay has transformed into a heavy warhammer.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,270,0,0,0,0,0,0,0,0,60,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "120",
- "tradeable": "true",
- "weapon_interface": "10"
- },
- {
- "id": "14314",
- "name": "Warhammer (class 4)",
- "examine": "The Sacred Clay has transformed into a heavy warhammer.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14315",
- "name": "Warhammer (class 5)",
- "examine": "The sacred clay has transformed into a heavy warhammer.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "6",
- "bonuses": "0,0,338,0,0,0,0,0,0,0,0,75,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "150",
- "tradeable": "true",
- "weapon_interface": "10"
- },
- {
- "id": "14316",
- "name": "Warhammer (class 5)",
- "examine": "The sacred clay has transformed into a heavy warhammer.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14317",
- "name": "Robe top (class 1)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14318",
- "name": "Robe top (class 1)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14319",
- "name": "Robe top (class 2)",
- "examine": "The sacred clay has transformed into a light, cloth-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14320",
- "name": "Robe top (class 2)",
- "examine": "The sacred clay has transformed into a light, cloth-like substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14321",
- "name": "Robe top (class 3)",
- "examine": "The sacred clay has transformed into a light, cloth-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14322",
- "name": "Robe top (class 3)",
- "examine": "The sacred clay has transformed into a light, cloth-like substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14323",
- "name": "Robe top (class 4)",
- "examine": "The sacred clay has transformed into a light, cloth-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,80,0,80,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14324",
- "name": "Robe top (class 4)",
- "examine": "The sacred clay has transformed into a light, cloth-like substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14325",
- "name": "Robe top (class 5)",
- "examine": "The sacred clay has transformed into a light, cloth-like substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,100,0,100,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14326",
- "name": "Robe top (class 5)",
- "examine": "The sacred clay has transformed into a light, cloth-like substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14327",
- "name": "Robe bottom (class 1)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14328",
- "name": "Robe bottom (class 1)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14329",
- "name": "Robe bottom (class 2)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14330",
- "name": "Robe bottom (class 2)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14331",
- "name": "Robe bottom (class 3)",
- "examine": "The sacred clay transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14332",
- "name": "Robe bottom (class 3)",
- "examine": "The sacred clay transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14333",
- "name": "Robe bottom (class 4)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14334",
- "name": "Robe bottom (class 4)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14335",
- "name": "Robe bottom (class 5)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14336",
- "name": "Robe bottom (class 5)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14337",
- "name": "Hat (class 1)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14338",
- "name": "Hat (class 1)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14339",
- "name": "Hat (class 2)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14340",
- "name": "Hat (class 2)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14341",
- "name": "Hat (class 3)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14342",
- "name": "Hat (class 3)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14343",
- "name": "Hat (class 4)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14344",
- "name": "Hat (class 4)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14345",
- "name": "Hat (class 5)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14346",
- "name": "Hat (class 5)",
- "examine": "The sacred clay has transformed into a light, cloth-like material.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14347",
- "name": "Platebody (class 1)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14348",
- "name": "Platebody (class 1)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14349",
- "name": "Platebody (class 2)",
- "examine": "The sacred clay transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14350",
- "name": "Platebody (class 2)",
- "examine": "The sacred clay transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14351",
- "name": "Platebody (class 3)",
- "examine": "The sacred clay top has transformed into a spiked, platemail body.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14352",
- "name": "Platebody (class 3)",
- "examine": "The sacred clay top has transformed into a spiked, platemail body.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14353",
- "name": "Platebody (class 4)",
- "examine": "The sacred clay top has transformed into a spiked, platemail body.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,80,80,80,-10,40,80,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14354",
- "name": "Platebody (class 4)",
- "examine": "The sacred clay top has transformed into a spiked, platemail body.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14355",
- "name": "Platebody (class 5)",
- "examine": "The sacred clay top has transformed into a spiked, platemail body.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,100,100,100,-10,50,100,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14356",
- "name": "Platebody (class 5)",
- "examine": "The sacred clay top has transformed into a spiked, platemail body.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14357",
- "name": "Platelegs (class 1)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14358",
- "name": "Platelegs (class 1)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14359",
- "name": "Platelegs (class 2)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14360",
- "name": "Platelegs (class 2)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14361",
- "name": "Platelegs (class 3)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14362",
- "name": "Platelegs (class 3)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14363",
- "name": "Platelegs (class 4)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14364",
- "name": "Platelegs (class 4)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14365",
- "name": "Platelegs (class 5)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14366",
- "name": "Platelegs (class 5)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14367",
- "name": "Helm (class 1)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,10,10,10,-10,5,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14368",
- "name": "Helm (class 1)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14369",
- "name": "Helm (class 2)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14370",
- "name": "Helm (class 2)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14371",
- "name": "Helm (class 3)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14372",
- "name": "Helm (class 3)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14373",
- "name": "Helm (class 4)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14374",
- "name": "Helm (class 4)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14375",
- "name": "Helm (class 5)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,-10,50,50,50,-10,25,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14376",
- "name": "Helm (class 5)",
- "examine": "The sacred clay has transformed into a hard, metallic substance.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14377",
- "name": "Staff (class 1)",
- "examine": "The sacred clay has transformed into a light weight, magical stick.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,55,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "30",
- "tradeable": "true",
- "weapon_interface": "1"
- },
- {
- "id": "14378",
- "name": "Staff (class 1)",
- "examine": "The sacred clay has transformed into a light weight, magical stick.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14379",
- "name": "Staff (class 2)",
- "examine": "The sacred clay has transformed into a light weight, magical stick.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,90,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "60",
- "tradeable": "true",
- "weapon_interface": "1"
- },
- {
- "id": "14380",
- "name": "Staff (class 2)",
- "examine": "The sacred clay has transformed into a light weight, magical stick.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14381",
- "name": "Staff (class 3)",
- "examine": "The sacred clay has transformed into a lightweight, magical stick.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,135,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "90",
- "tradeable": "true",
- "weapon_interface": "1"
- },
- {
- "id": "14382",
- "name": "Staff (class 3)",
- "examine": "The sacred clay has transformed into a lightweight, magical stick.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14383",
- "name": "Staff (class 4)",
- "examine": "The sacred clay has transformed into a lightweight, magical stick.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,180,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "120",
- "tradeable": "true",
- "weapon_interface": "1"
- },
- {
- "id": "14384",
- "name": "Staff (class 4)",
- "examine": "The sacred clay has transformed into a lightweight, magical stick.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14385",
- "name": "Staff (class 5)",
- "examine": "The sacred clay has transformed into a lightweight, magical stick.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "5",
- "bonuses": "0,0,0,225,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "render_anim": "28",
- "shop_price": "150",
- "tradeable": "true",
- "weapon_interface": "1"
- },
- {
- "id": "14386",
- "name": "Staff (class 5)",
- "examine": "The sacred clay has transformed into a lightweight, magical stick.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14387",
- "name": "Cape",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1"
- },
- {
- "id": "14389",
- "name": "Cape",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "1"
- },
- {
- "id": "14391",
- "name": "Leather body (class 1)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,10,10,10,20,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14392",
- "name": "Leather body (class 1)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14393",
- "name": "Leather body (class 2)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,20,20,20,40,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14394",
- "name": "Leather body (class 2)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14395",
- "name": "Leather body (class 3)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,30,30,30,60,60,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14396",
- "name": "Leather body (class 3)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14397",
- "name": "Leather body (class 4)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,40,40,40,40,80,80,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14398",
- "name": "Leather body (class 4)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14399",
- "name": "Leather body (class 5)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,50,50,50,50,100,100,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14400",
- "name": "Leather body (class 5)",
- "examine": "The sacred clay has transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14401",
- "name": "Chaps (class 1)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14402",
- "name": "Chaps (class 1)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14403",
- "name": "Chaps (class 2)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14404",
- "name": "Chaps (class 2)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14405",
- "name": "Chaps (class 3)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14406",
- "name": "Chaps (class 3)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14407",
- "name": "Chaps (class 4)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14408",
- "name": "Chaps (class 4)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14409",
- "name": "Chaps (class 5)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "7",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14410",
- "name": "Chaps (class 5)",
- "examine": "The sacred clay transformed into a flexible mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14411",
- "name": "Coif (class 1)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,5,5,5,0,10,10,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14412",
- "name": "Coif (class 1)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14413",
- "name": "Coif (class 2)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,10,10,0,20,20,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14414",
- "name": "Coif (class 2)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14415",
- "name": "Coif (class 3)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14416",
- "name": "Coif (class 3)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14417",
- "name": "Coif (class 4)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,20,20,0,40,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14418",
- "name": "Coif (class 4)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14419",
- "name": "Coif (class 5)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,25,25,25,0,50,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "remove_head": "true",
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14420",
- "name": "Coif (class 5)",
- "examine": "The sacred clay has transformed into a flexible, protective mesh.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14421",
- "name": "Clay deposit scroll",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14422",
- "name": "Sacred clay pouch (class 1)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14422",
- "name": "USDT Slot",
- "examine": "You should not have this."
- },
- {
- "id": "14423",
- "name": "Sacred clay pouch (class 1)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30",
- "tradeable": "true"
- },
- {
- "id": "14424",
- "name": "Sacred clay pouch (class 2)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14424",
- "name": "HDT Slot",
- "examine": "You should not have this."
- },
- {
- "id": "14425",
- "name": "Sacred clay pouch (class 2)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "60",
- "tradeable": "true"
- },
- {
- "id": "14426",
- "name": "Sacred clay pouch (class 3)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14426",
- "name": "GDT Slot",
- "examine": "You should not have this."
- },
- {
- "id": "14427",
- "name": "Sacred clay pouch (class 3)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "90",
- "tradeable": "true"
- },
- {
- "id": "14428",
- "name": "Sacred clay pouch (class 4)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14428",
- "name": "RSDT Slot",
- "examine": "You should not have this."
- },
- {
- "id": "14429",
- "name": "Sacred clay pouch (class 4)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "120",
- "tradeable": "true"
- },
- {
- "id": "14430",
- "name": "Sacred clay pouch (class 5)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14430",
- "name": "ASDT Slot",
- "examine": "You should not have this."
- },
- {
- "id": "14431",
- "name": "Sacred clay pouch (class 5)",
- "examine": "This scroll will make your familiar deposit its items at your base.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "150",
- "tradeable": "true"
- },
- {
- "id": "14432",
- "name": "Null sacred clay",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14458",
- "name": "Vine flower",
- "examine": "A vine flower grown through magical means.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "5"
- },
- {
- "id": "14459",
- "name": "Unconscious broav",
- "examine": "Its unconscious, poor thing.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You caught this broav west of the Hunting Expert's home. You can catch another one with a trap baited with mort Myre Fungus.",
- "durability": null
- },
- {
- "id": "14460",
- "name": "Dirty laundry",
- "examine": "Some dirty clothes that apparently belong to Movario.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "10"
- },
- {
- "id": "14461",
- "name": "Waste-paper basket",
- "examine": "A receptacle for rubbish.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this basket in Movario's base.",
- "durability": null
- },
- {
- "id": "14462",
- "name": "Ruby key",
- "examine": "A superbly made key with a fine ruby inserted into it. (While Guthix Sleeps)",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this key attached to the bottom of the bin in Movario's base.",
- "durability": null
- },
- {
- "id": "14463",
- "name": "Notes on pressure",
- "examine": "A collection of notes made by an absent-minded fellow.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found these notes in Movario's basement.",
- "durability": null
- },
- {
- "id": "14464",
- "name": "Movario's notes (volume 1)",
- "examine": "A loose-leaf collection of research notes, found on Movario's study desk.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found these notes loosely piled up on ",
- "durability": null
- },
- {
- "id": "14465",
- "name": "Movario's notes (volume 2)",
- "examine": "A loose-leaf collection of research notes, found in Movario's bed chest.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found these notes in Movario's bedchest, in his base of operations near the Khazard Battlefield.",
- "durability": null
- },
- {
- "id": "14466",
- "name": "Weight (1kg)",
- "examine": "A 1kg weight.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "14467",
- "name": "Weight (2kg)",
- "examine": "A 2kg weight.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "14468",
- "name": "Weight (5kg)",
- "examine": "A 5kg weight.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null
- },
- {
- "id": "14469",
- "name": "Strange key loop",
- "examine": "The loop half of a strange key.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can find another under the bed on the top level of Movario's base",
- "durability": null
- },
- {
- "id": "14470",
- "name": "Strange key teeth",
- "examine": "The teeth half of a strange key.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can find another under the bed on the top level of Movario's base",
- "durability": null
- },
- {
- "id": "14471",
- "name": "Dragonkin key",
- "examine": "The completed dragonkin key.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You fused together two parts of a Dragonkin key which you obtained from Movario's base.",
- "durability": null
- },
- {
- "id": "14472",
- "name": "Ruined dragon armour lump",
- "examine": "A badly damaged lump of dragon metal.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "rare_item": "true",
- "shop_price": "30000",
- "tradeable": "true"
- },
- {
- "id": "14473",
- "name": "Ruined dragon armour lump",
- "examine": "A badly damaged lump of dragon metal.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30000",
- "tradeable": "true"
- },
- {
- "id": "14474",
- "name": "Ruined dragon armour slice",
- "examine": "A badly damaged slice of dragon metal.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "rare_item": "true",
- "shop_price": "30000",
- "tradeable": "true"
- },
- {
- "id": "14475",
- "name": "Ruined dragon armour slice",
- "examine": "A badly damaged slice of dragon metal.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30000",
- "tradeable": "true"
- },
- {
- "id": "14476",
- "name": "Ruined dragon armour shard",
- "examine": "A badly damaged shard of dragon metal.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "rare_item": "true",
- "shop_price": "30000",
- "tradeable": "true"
- },
- {
- "id": "14477",
- "name": "Ruined dragon armour shard",
- "examine": "A badly damaged shard of dragon metal.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "30000",
- "tradeable": "true"
- },
- {
- "id": "14478",
- "name": "Blast fusion hammer",
- "examine": "A very powerful Smithing hammer.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3"
- },
- {
- "id": "14479",
- "name": "Dragon platebody",
- "examine": "Provides excellent protection.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,60}",
- "shop_price": "1760000",
- "tradeable": "true"
- },
- {
- "id": "14480",
- "name": "Dragon platebody",
- "examine": "Provides excellent protection.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "1760000",
- "tradeable": "true"
- },
- {
- "id": "14481",
- "name": "Dragon platebody",
- "examine": "Provides excellent protection.",
- "absorb": "4,0,9",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "",
- "lendable": "true",
- "requirements": "{1,60}"
- },
- {
- "id": "14484",
- "name": "Dragon claws",
- "examine": "A set of fighting claws.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "393,393,1067,393",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "1003",
- "equipment_slot": "3",
- "has_special": "true",
- "lendable": "true",
- "rare_item": "true",
- "render_anim": "2583",
- "requirements": "{0,60}",
- "shop_price": "67500",
- "tradeable": "true",
- "two_handed": "true",
- "weapon_interface": "9"
- },
- {
- "id": "14485",
- "name": "Dragon claws",
- "examine": "A set of fighting claws.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "67500",
- "tradeable": "true",
- "two_handed": "true"
- },
- {
- "id": "14486",
- "name": "Dragon claws",
- "examine": "A set of fighting claws.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_audios": "2548,2548,2548,2548",
- "attack_speed": "4",
- "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "1003",
- "has_special": "true",
- "lendable": "true",
- "requirements": "{0,60}",
- "two_handed": "true",
- "weapon_interface": "9"
- },
- {
- "id": "14487",
- "name": "Enriched snapdragon",
- "examine": "An enriched snapdragon herb.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You grew this herb by planting an enriched snapdragon seed in the special herb patch on top of Falador castle.",
- "durability": null
- },
- {
- "id": "14488",
- "name": "Super truth serum",
- "examine": "Fluid sloshes innocently in this vial.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You made this serum by mixing an enriched snapdragon into one of Betty's truth serums.",
- "durability": null
- },
- {
- "id": "14489",
- "name": "Suspect sketch",
- "examine": "A sketch of the suspect known as Dark Squall.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You gained this item by having papyrus and charcoal in your inventory while interrogating a spy in Falador castle.",
- "durability": null
- },
- {
- "id": "14490",
- "name": "Elite black platelegs",
- "examine": "These look pretty heavy, but very elite.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2242",
- "equipment_slot": "7",
- "lendable": "true",
- "requirements": "{1,40}",
- "shop_price": "65000",
- "tradeable": "true"
- },
- {
- "id": "14491",
- "name": "Elite black platelegs",
- "examine": "These look pretty heavy, but very elite.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "65000",
- "tradeable": "true"
- },
- {
- "id": "14492",
- "name": "Elite black platebody",
- "examine": "Provides excellent protection, and is elite.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equip_audio": "2239",
- "equipment_slot": "4",
- "lendable": "true",
- "remove_sleeves": "true",
- "requirements": "{1,40}",
- "shop_price": "64000",
- "tradeable": "true"
- },
- {
- "id": "14493",
- "name": "Elite black platebody",
- "examine": "Provides excellent protection, and is elite.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "64000",
- "tradeable": "true"
- },
- {
- "id": "14494",
- "name": "Elite black full helm",
- "examine": "A full face helmet, and elite.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "0",
- "lendable": "true",
- "remove_beard": "true",
- "remove_head": "true",
- "requirements": "{1,40}",
- "shop_price": "35200",
- "tradeable": "true"
- },
- {
- "id": "14495",
- "name": "Elite black full helm",
- "examine": "A full face helmet, and elite.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "35200",
- "tradeable": "true"
- },
- {
- "id": "14496",
- "name": "Cell key",
- "examine": "Opens the cells beneath the Black Knights' Fortress. (While Guthix Sleeps)",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got this key from the key rack in Dark Squall's base.",
- "durability": null
- },
- {
- "id": "14497",
- "name": "Dagon'hai robe top",
- "examine": "A robe worn by members of the Dagon'hai.",
- "absorb": "3,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,2,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "120000",
- "tradeable": "true"
- },
- {
- "id": "14498",
- "name": "Dagon'hai robe top",
- "examine": "A robe worn by members of the Dagon'hai.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "durability": null,
- "shop_price": "120000",
- "tradeable": "true"
- },
- {
- "id": "14499",
- "name": "Dagon'hai hat",
- "examine": "A hat worn by members of the Dagon'hai.",
- "absorb": "1,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "0",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "15000",
- "tradeable": "true"
- },
- {
- "id": "14500",
- "name": "Dagon'hai hat",
- "examine": "A hat worn by members of the Dagon'hai.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "durability": null,
- "shop_price": "15000",
- "tradeable": "true"
- },
- {
- "id": "14501",
- "name": "Dagon'hai robe bottom",
- "examine": "A robe worn by members of the Dagon'hai.",
- "absorb": "2,1,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,2,0,0",
- "destroy": "false",
- "durability": null,
- "equipment_slot": "7",
- "requirements": "{1,20}-{6,40}",
- "shop_price": "80000",
- "tradeable": "true"
- },
- {
- "id": "14502",
- "name": "Dagon'hai robe bottom",
- "examine": "A robe worn by members of the Dagon'hai.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "durability": null,
- "shop_price": "80000",
- "tradeable": "true"
- },
- {
- "id": "14503",
- "name": "Silif",
- "examine": "Elite Black Knight armour adds to his stealthiness.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14504",
- "name": "Silif",
- "examine": "Elite Black Knight armour adds to his stealthiness.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14505",
- "name": "Teleorb",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "equipment_slot": "5"
- },
- {
- "id": "14506",
- "name": "Enriched snapdragon seed",
- "examine": "An enriched snapdragon seed. The herb that grows from this seed will be extra potent!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You created this by focusing the light onto a snapdragon seed from a rose tinted lens while in Betty's shop.",
- "durability": null
- },
- {
- "id": "14507",
- "name": "Dolmen",
- "examine": "Part of a stone circle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
- "durability": null
- },
- {
- "id": "14508",
- "name": "Dolmen",
- "examine": "Part of a stone circle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
- "durability": null
- },
- {
- "id": "14509",
- "name": "Dolmen",
- "examine": "Part of a stone circle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
- "durability": null
- },
- {
- "id": "14510",
- "name": "Dolmen",
- "examine": "Part of a stone circle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
- "durability": null
- },
- {
- "id": "14511",
- "name": "Dolmen",
- "examine": "Part of a stone circle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
- "durability": null
- },
- {
- "id": "14512",
- "name": "Dolmen",
- "examine": "Part of a stone circle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
- "durability": null
- },
- {
- "id": "14513",
- "name": "Dolmen",
- "examine": "Part of a stone circle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
- "durability": null
- },
- {
- "id": "14514",
- "name": "Dolmen",
- "examine": "Part of a stone circle.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
- "durability": null
- },
- {
- "id": "14515",
- "name": "Air key",
- "examine": "An elemental key of air.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.",
- "durability": null
- },
- {
- "id": "14516",
- "name": "Earth key",
- "examine": "An elemental key of earth.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.",
- "durability": null
- },
- {
- "id": "14517",
- "name": "Fire key",
- "examine": "An elemental key of fire.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this in the Chasm of Tears by using an",
- "durability": null
- },
- {
- "id": "14518",
- "name": "Water key",
- "examine": "An elemental key of water.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this in the Chasm of Tears by using an",
- "durability": null
- },
- {
- "id": "14519",
- "name": "Air key",
- "examine": "An elemental key of air.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.",
- "durability": null
- },
- {
- "id": "14520",
- "name": "Earth key",
- "examine": "An elemental key of earth.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.",
- "durability": null
- },
- {
- "id": "14521",
- "name": "Fire key",
- "examine": "An elemental key of fire.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this in the Chasm of Tears by using an",
- "durability": null
- },
- {
- "id": "14522",
- "name": "Water key",
- "examine": "An elemental key of water.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You found this in the Chasm of Tears by using an",
- "durability": null
- },
- {
- "id": "14525",
- "name": "Dagon'hai robes set",
- "examine": "Grand Exchange set containing a hat, top and bottoms.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "false",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "14526",
- "name": "Dagon'hai robes set",
- "examine": "Grand Exchange set containing a hat, top and bottoms.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "false",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "14527",
- "name": "Elite black armour set",
- "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.",
- "absorb": "6,0,13",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-38,-16,163,168,80,-3,159,62,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "14528",
- "name": "Elite black armour set",
- "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "14529",
- "name": "Dragon plate armour set (l)",
- "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.",
- "absorb": "9,0,19",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "14530",
- "name": "Dragon plate armour set (l)",
- "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "14531",
- "name": "Dragon plate armour set (sk)",
- "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.",
- "absorb": "9,0,19",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "14532",
- "name": "Dragon plate armour set (sk)",
- "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "20",
- "tradeable": "true"
- },
- {
- "id": "14533",
- "name": "Broav",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14534",
- "name": "Strange teleorb",
- "examine": "This orb can used to teleport people...somehow.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You gained this orb from Dark Squall's base. You can probably get another one from visiting the same place.",
- "durability": null
- },
- {
- "id": "14536",
- "name": "Turkey book",
- "examine": "Notes on the locations of turkeys.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will not be able to get the book back if you destroy it.",
- "durability": null
- },
- {
- "id": "14537",
- "name": "Cornucopia",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.",
- "durability": null
- },
- {
- "id": "14538",
- "name": "Cornucopia",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.",
- "durability": null
- },
- {
- "id": "14539",
- "name": "Raw turkey",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "9"
- },
- {
- "id": "14540",
- "name": "Cooked turkey",
- "examine": "Mmm, this looks tasty.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "4"
- },
- {
- "id": "14541",
- "name": "Burnt turkey",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14542",
- "name": "Raw turkey drumstick",
- "examine": "I need to cook this first.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "9"
- },
- {
- "id": "14543",
- "name": "Cooked turkey drumstick",
- "examine": "Mmm, this looks tasty.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "shop_price": "4"
- },
- {
- "id": "14544",
- "name": "Burnt turkey drumstick",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14570",
- "name": "Cornucopia",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.",
- "durability": null
- },
- {
- "id": "14571",
- "name": "Fremennik sea boots 1",
- "examine": "Not-so-sturdy boots for northern winters.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10"
- },
- {
- "id": "14572",
- "name": "Fremennik sea boots 2",
- "examine": "Sturdy boots for northern winters.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can claim replacement Fremennik sea boots from Yrsa in Rellekka.",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10"
- },
- {
- "id": "14573",
- "name": "Fremennik sea boots 3",
- "examine": "Very sturdy boots for northern winters.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0",
- "destroy": "true",
- "durability": null,
- "equip_audio": "2237",
- "equipment_slot": "10"
- },
- {
- "id": "14574",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "14575",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "14576",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "tradeable": "false"
- },
- {
- "id": "14577",
- "name": "Falador shield 1",
- "examine": "A buckler shield from Falador.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,3,0,0",
- "destroy": "true",
- "destroy_message": "You will be able to get a replacement shield from Redbeard the Pirate in Port Sarim.",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "shop_price": "100"
- },
- {
- "id": "14578",
- "name": "Falador shield 2",
- "examine": "A kiteshield from Falador.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,5,0,0",
- "destroy": "true",
- "destroy_message": "You will be able to get a replacement shield from the chemist in Rimmington.",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "shop_price": "200"
- },
- {
- "id": "14579",
- "name": "Falador shield 3",
- "examine": "A tower shield from Falador.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,7,0,0",
- "destroy": "true",
- "destroy_message": "You will be able to get a replacement shield from Sir Vyvin's squire in the White Knights' Castle.",
- "durability": null,
- "equip_audio": "2245",
- "equipment_slot": "5",
- "shop_price": "300"
- },
- {
- "id": "14580",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "shop_price": "1000",
- "tradeable": "false"
- },
- {
- "id": "14581",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "shop_price": "5000",
- "tradeable": "false"
- },
- {
- "id": "14582",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "shop_price": "10000",
- "tradeable": "false"
- },
- {
- "id": "14583",
- "name": "White lily",
- "examine": "A white lily seed - plant in a flower patch.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Harvest (turns to ",
- "durability": null
- },
- {
- "id": "14584",
- "name": "Money crest voucher",
- "examine": "I can take this to the Herald to get my money crest back for free.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will not be able to replace this voucher - it is a one-time offer only!",
- "durability": null,
- "shop_price": "500000"
- },
- {
- "id": "14589",
- "name": "White lily seed",
- "examine": "A white lily seed - plant in a flower patch.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "1250"
- },
- {
- "id": "14590",
- "name": "Enchanted lyre(5)",
- "examine": "This will teleport me to Rellekka when I play it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "1000"
- },
- {
- "id": "14591",
- "name": "Enchanted lyre(6)",
- "examine": "This will teleport me to Rellekka when I play it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "equipment_slot": "3",
- "shop_price": "1000"
- },
- {
- "id": "14592",
- "name": "Elite black platelegs",
- "examine": "These look pretty heavy, but very elite.",
- "absorb": "2,0,4",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "14593",
- "name": "Elite black platebody",
- "examine": "Provides excellent protection, and is elite.",
- "absorb": "3,0,6",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "14594",
- "name": "Elite black full helm",
- "examine": "A full face helmet, and elite.",
- "absorb": "1,0,3",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
- "durability": null,
- "lendable": "true"
- },
- {
- "id": "14595",
- "name": "Santa costume top",
- "examine": "A red and jolly top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
- },
- {
- "id": "14596",
- "name": "Ice amulet",
- "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "14597",
- "name": "Stones",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can probably get more in the last room of the yeti cave, in the Land of Snow.",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14598",
- "name": "Enchanted stones",
- "examine": "According to the snow imps, this is enchanted, frozen yeti dung.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You will have to fetch more in the last room of the yeti cave, then get them enchanted by snow imps.",
- "durability": null,
- "shop_price": "1"
- },
- {
- "id": "14599",
- "name": "Ice amulet",
- "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "2"
- },
- {
- "id": "14600",
- "name": "Santa costume top",
- "examine": "A red and jolly top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
- },
- {
- "id": "14601",
- "name": "Santa costume top",
- "examine": "A red and jolly top.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another from Diango in Draynor Village.",
- "durability": null,
- "equipment_slot": "4",
- "remove_sleeves": "true"
- },
- {
- "id": "14602",
- "name": "Santa costume gloves",
- "examine": "Some black and jolly gloves.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another pair from Diango in Draynor Village.",
- "durability": null,
"equipment_slot": "9"
},
{
- "id": "14603",
- "name": "Santa costume legs",
- "examine": "Some red and jolly legs.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another from Diango in Draynor Village.",
+ "examine": "A defensive weapon.",
"durability": null,
- "equipment_slot": "7"
+ "name": "Bronze defender",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "8844",
+ "bonuses": "3,2,1,-3,-2,3,2,1,-3,-2,1,0,0,0,0",
+ "defence_anim": "4177",
+ "equipment_slot": "5"
},
{
- "id": "14604",
- "name": "Santa costume legs",
- "examine": "Some red and jolly legs.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another from Diango in Draynor Village.",
+ "examine": "A defensive weapon.",
"durability": null,
- "equipment_slot": "7"
+ "name": "Iron defender",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "8845",
+ "bonuses": "5,4,3,-3,-2,5,4,3,-3,-2,2,0,0,0,0",
+ "defence_anim": "4177",
+ "equipment_slot": "5"
},
{
- "id": "14605",
- "name": "Santa costume boots",
- "examine": "Some black and jolly boots.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another pair from Diango in Draynor Village.",
+ "requirements": "{0,5}-{1,5}",
+ "examine": "A defensive weapon.",
"durability": null,
- "equipment_slot": "10"
+ "name": "Steel defender",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "8846",
+ "bonuses": "7,6,5,-3,-2,7,6,5,-3,-2,3,1,0,0,0",
+ "defence_anim": "4177",
+ "equipment_slot": "5"
},
{
- "id": "14606",
- "name": "Cinnamon twigs",
- "examine": "Aromatic twigs from a cinnamon tree.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14607",
- "name": "Sassafras twigs",
- "examine": "Aromatic twigs from a sassafras tree.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14608",
- "name": "Ailanthus twigs",
- "examine": "Aromatic twigs from a ailanthus tree.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14609",
- "name": "Cedar twigs",
- "examine": "Aromatic twigs from a cedar tree.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14610",
- "name": "Mastic twigs",
- "examine": "Aromatic twigs from a mastic tree.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14611",
- "name": "Cinnamon weaving ribbon",
- "examine": "Cinnamon twigs, fletched into ribbons of wood and ready to be woven.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14612",
- "name": "Sassafras weaving ribbon",
- "examine": "Sassafras twigs, fletched into ribbons of wood and ready to be woven.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14613",
- "name": "Ailanthus weaving ribbon",
- "examine": "Ailanthus twigs, fletched into ribbons of wood and ready to be woven.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14614",
- "name": "Cedar weaving ribbon",
- "examine": "Cedar twigs, fletched into ribbons of wood and ready to be woven.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14615",
- "name": "Mastic weaving ribbon",
- "examine": "Mastic twigs, fletched into ribbons of wood and ready to be woven.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
- "durability": null
- },
- {
- "id": "14616",
- "name": "Phoenix quill",
- "examine": "A feather from a phoenix. Used in Summoning (72).",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
+ "requirements": "{0,10}-{1,10}",
+ "examine": "A defensive weapon.",
"durability": null,
- "shop_price": "100",
- "tradeable": "true"
+ "name": "Black defender",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "8847",
+ "bonuses": "9,8,7,-3,-2,9,8,7,-3,-2,4,2,0,0,0",
+ "defence_anim": "4177",
+ "equipment_slot": "5"
},
{
- "id": "14617",
- "name": "Phoenix quill",
- "examine": "A feather from a phoenix. Used in Summoning (72).",
+ "requirements": "{0,20}-{1,20}",
+ "examine": "A defensive weapon.",
+ "durability": null,
+ "name": "Mithril defender",
+ "weight": "0.4",
"archery_ticket_price": "0",
- "attack_speed": "4",
+ "id": "8848",
+ "bonuses": "10,9,8,-3,-2,10,9,8,-3,-2,5,3,0,0,0",
+ "defence_anim": "4177",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{0,30}-{1,30}",
+ "examine": "A defensive weapon.",
+ "durability": null,
+ "name": "Adamant defender",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "8849",
+ "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0",
+ "defence_anim": "4177",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{0,40}-{1,40}",
+ "examine": "A defensive weapon.",
+ "durability": null,
+ "name": "Rune defender",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "8850",
+ "bonuses": "20,19,18,-3,-2,20,19,18,-3,-2,8,5,0,0,0",
+ "defence_anim": "4177",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "Warrior Guild Token.",
+ "durability": null,
+ "name": "Warrior guild token",
+ "archery_ticket_price": "0",
+ "id": "8851"
+ },
+ {
+ "examine": "Large, round, heavy shield.",
+ "durability": null,
+ "name": "Defensive shield",
+ "weight": "3.6",
+ "archery_ticket_price": "0",
+ "two_handed": "false",
+ "id": "8856",
+ "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "Just landed 18lb shot.",
+ "durability": null,
+ "name": "18lb shot",
"destroy": "true",
- "destroy_message": "Drop",
+ "archery_ticket_price": "0",
+ "id": "8858"
+ },
+ {
+ "examine": "Just landed 22lb shot.",
"durability": null,
- "shop_price": "100",
- "tradeable": "true"
- },
- {
- "id": "14620",
- "name": "Pouch",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "14621",
- "name": "Pouch",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null,
- "tradeable": "true"
- },
- {
- "id": "14622",
- "name": "Rise from the ashes scroll",
- "examine": "A scroll for a phoenix familiar.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "requirements": "{23,72}",
- "shop_price": "498",
- "tradeable": "true"
- },
- {
- "id": "14623",
- "name": "Phoenix pouch",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null,
- "shop_price": "4986",
- "tradeable": "true"
- },
- {
- "id": "14624",
- "name": "Phoenix pouch",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "durability": null,
- "shop_price": "4986",
- "tradeable": "true"
- },
- {
- "id": "14625",
- "name": "Pouch",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14626",
- "name": "Phoenix eggling",
- "examine": "A baby phoenix and it's bad to the bone!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14627",
- "name": "Phoenix eggling",
- "examine": "A baby phoenix and it's bad to the bone!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "durability": null
- },
- {
- "id": "14629",
- "name": "Phoenix egg",
- "examine": "I found this egg in the Phoenix's Lair, and clapped at it!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "name": "22lb shot",
"destroy": "true",
- "destroy_message": "Unknown ",
- "durability": null
+ "archery_ticket_price": "0",
+ "id": "8859"
},
{
- "id": "14630",
- "name": "Cracked phoenix egg",
- "examine": "I found this egg in the Phoenix's Lair, and kicked it!",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Unknown ",
- "durability": null
- },
- {
- "id": "14631",
- "name": "Seer's headband",
- "examine": "A headband with an eye embroidered on it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,3,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "A player can get a new one by talking to any seer around Seer's village.",
+ "examine": "To put on your head.",
"durability": null,
+ "name": "One barrel",
+ "destroy": "true",
+ "weight": "4.5",
+ "archery_ticket_price": "0",
+ "id": "8860",
"equipment_slot": "0"
},
{
- "id": "14632",
- "name": "Enhanced excalibur",
- "examine": "This used to belong to King Arthur and has since been improved.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_anims": "390,390,381,390",
- "attack_audios": "2500,2500,2517,2500",
- "attack_speed": "5",
- "bonuses": "38,47,-2,0,0,0,3,2,1,0,0,45,0,0,0",
- "defence_anim": "397",
- "destroy": "true",
- "destroy_message": "You can retrieve the Enhanced Excalibur from the Lady of the Lake for 500 coins.",
+ "examine": "To put on your head.",
"durability": null,
+ "name": "Two barrels",
+ "destroy": "true",
+ "weight": "9",
+ "archery_ticket_price": "0",
+ "id": "8861",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "To put on your head.",
+ "durability": null,
+ "name": "Three barrels",
+ "destroy": "true",
+ "weight": "13.5",
+ "archery_ticket_price": "0",
+ "id": "8862",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "To put on your head.",
+ "durability": null,
+ "name": "Four barrels",
+ "destroy": "true",
+ "weight": "18.1",
+ "archery_ticket_price": "0",
+ "id": "8863",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "To put on your head.",
+ "durability": null,
+ "name": "Five barrels",
+ "destroy": "true",
+ "weight": "22.6",
+ "archery_ticket_price": "0",
+ "id": "8864",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A heap of finely ground ashes.",
+ "durability": null,
+ "name": "Ground ashes",
+ "archery_ticket_price": "0",
+ "id": "8865"
+ },
+ {
+ "examine": "A key made of solid iron.",
+ "durability": null,
+ "name": "Iron key",
+ "archery_ticket_price": "0",
+ "id": "8869"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Zanik",
+ "archery_ticket_price": "0",
+ "id": "8870"
+ },
+ {
+ "turn90cw_anim": "4194",
+ "examine": "It's got Zanik in it.",
+ "walk_anim": "4194",
+ "durability": null,
+ "destroy": "true",
+ "weight": "32",
+ "turn90ccw_anim": "4194",
+ "turn180_anim": "4194",
+ "render_anim": "822",
"equipment_slot": "3",
+ "stand_anim": "4193",
+ "name": "Crate with zanik",
+ "tradeable": "false",
+ "run_anim": "4194",
+ "archery_ticket_price": "0",
+ "id": "8871",
+ "stand_turn_anim": "4194"
+ },
+ {
+ "shop_price": "2000",
+ "ge_buy_limit": "100",
+ "examine": "A powerful dagger.",
"has_special": "true",
- "render_anim": "1",
- "requirements": "{0,30}",
- "run_anim": "824",
- "shop_price": "200",
- "stand_anim": "808",
- "stand_turn_anim": "823",
- "turn180_anim": "820",
- "turn90ccw_anim": "822",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,400,400",
+ "grand_exchange_price": "2855",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Bone dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8872",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2855",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Bone dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8873"
+ },
+ {
+ "shop_price": "2000",
+ "ge_buy_limit": "100",
+ "examine": "A powerful dagger.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,400,400",
+ "grand_exchange_price": "3033",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Bone dagger (p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8874",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3033",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Bone dagger (p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8875"
+ },
+ {
+ "shop_price": "2000",
+ "ge_buy_limit": "100",
+ "examine": "A powerful dagger.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,400,400",
+ "grand_exchange_price": "3523",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Bone dagger (p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8876",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3523",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Bone dagger (p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8877"
+ },
+ {
+ "shop_price": "2000",
+ "ge_buy_limit": "100",
+ "examine": "A powerful dagger.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,400,400",
+ "grand_exchange_price": "8337",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Bone dagger (p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8878",
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8337",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Bone dagger (p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8879"
+ },
+ {
+ "ge_buy_limit": "100",
"turn90cw_anim": "821",
- "walk_anim": "819",
- "weapon_interface": "6"
+ "examine": "This fires crossbow bolts.",
+ "walk_anim": "4226",
+ "has_special": "true",
+ "low_alchemy": "800",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "turn180_anim": "4227",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "4230,4230,4230,4230",
+ "grand_exchange_price": "1159",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "8880",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,28}",
+ "shop_price": "2000",
+ "durability": null,
+ "high_alchemy": "1200",
+ "weight": "2.2",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Dorgeshuun c'bow"
},
{
- "id": "14633",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1159",
+ "examine": "Swap this note at any bank for the equivalent item.",
"durability": null,
- "tradeable": "false"
+ "name": "Dorgeshuun c'bow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8881"
},
{
- "id": "14634",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
+ "requirements": "{4,28}",
+ "shop_price": "4",
+ "ge_buy_limit": "10000",
+ "examine": "Good if you have a bone crossbow!",
"durability": null,
- "tradeable": "false"
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "equipment_slot": "13",
+ "grand_exchange_price": "12",
+ "name": "Bone bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8882",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49"
},
{
- "id": "14635",
- "name": "Antique lamp",
- "examine": "I wonder what happens if I rub it.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
+ "examine": "See article",
"durability": null,
- "tradeable": "false"
+ "name": "Zanik",
+ "archery_ticket_price": "0",
+ "id": "8887"
},
{
- "id": "14636",
- "name": "Slayer helmet (e)",
- "examine": "You don't want to wear it inside-out.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
+ "bankable": "false",
+ "examine": "Lovely money!",
"durability": null,
+ "name": "Coins",
+ "archery_ticket_price": "0",
+ "id": "8890"
+ },
+ {
+ "examine": "A horrible, emaciated ape like creature with beady red eyes.",
+ "durability": null,
+ "name": "Cave horror",
+ "archery_ticket_price": "0",
+ "id": "8900"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "ge_buy_limit": "10",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
"equipment_slot": "0",
- "remove_beard": "true",
- "remove_head": "true",
- "shop_price": "650"
+ "grand_exchange_price": "989400",
+ "name": "Black mask (10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8901",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
},
{
- "id": "14637",
- "name": "Slayer helmet (charged)",
- "examine": "You don't want to wear it inside-out.",
- "absorb": "0,0,0",
- "archery_ticket_price": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0",
- "destroy": "true",
- "destroy_message": "Drop",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "989400",
"durability": null,
+ "name": "Black mask (10)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8902"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
"equipment_slot": "0",
- "remove_beard": "true",
+ "grand_exchange_price": "583700",
+ "name": "Black mask (9)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8903",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Black mask (9)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8904"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "583700",
+ "name": "Black mask (8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8905",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Black mask (8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8906"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "583700",
+ "name": "Black mask (7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8907",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Black mask (7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8908"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "583700",
+ "name": "Black mask (6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8909",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Black mask (6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8910"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "583700",
+ "name": "Black mask (5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8911",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Black mask (5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8912"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "583700",
+ "name": "Black mask (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8913",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Black mask (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8914"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "583700",
+ "name": "Black mask (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8915",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Black mask (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8916"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "583700",
+ "name": "Black mask (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8917",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Black mask (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8918"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "examine": "A magic cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "583700",
+ "name": "Black mask (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8919",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Black mask (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8920"
+ },
+ {
+ "requirements": "{1,20}-{2,10}",
+ "ge_buy_limit": "10",
+ "examine": "An inert-seeming cave horror mask.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "956100",
+ "name": "Black mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8921",
+ "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "956100",
+ "durability": null,
+ "name": "Black mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8922"
+ },
+ {
+ "requirements": "{18,35}",
+ "shop_price": "900",
+ "examine": "A stick on a string... pure style.",
+ "durability": null,
+ "name": "Witchwood icon",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "8923",
+ "bonuses": "0,0,0,1,0,0,0,0,0,0,0,0,1,0,0",
+ "equipment_slot": "2"
+ },
+ {
"remove_head": "true",
- "shop_price": "650"
- },
- {
- "id": "14638",
- "name": "Ring of wealth",
- "examine": "It can be charged at the Fountain of Rune.",
- "archery_ticket_price": "0",
+ "examine": "A (colour) bandana and a patch for the right eye.",
"durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Bandana and eyepatch",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "8924",
+ "equipment_slot": "0"
},
{
- "id": "14639",
- "name": "Ring of wealth",
- "examine": "It can be charged at the Fountain of Rune.",
- "archery_ticket_price": "0",
+ "remove_head": "true",
+ "examine": "A (colour) bandana and a patch for the right eye.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Bandana and eyepatch",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "8925",
+ "equipment_slot": "0"
},
{
- "id": "14640",
- "name": "Ring of wealth(1)",
- "examine": "An enchanted ring with one teleport charge.",
- "archery_ticket_price": "0",
+ "remove_head": "true",
+ "examine": "A (colour) bandana and a patch for the right eye.",
"durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Bandana and eyepatch",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "8926",
+ "equipment_slot": "0"
},
{
- "id": "14641",
- "name": "Ring of wealth(1)",
- "examine": "An enchanted ring with one teleport charge.",
- "archery_ticket_price": "0",
+ "remove_head": "true",
+ "examine": "A (colour) bandana and a patch for the right eye.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Bandana and eyepatch",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "8927",
+ "equipment_slot": "0"
},
{
- "id": "14642",
- "name": "Ring of wealth(2)",
- "examine": "An enchanted ring with two teleport charges.",
- "archery_ticket_price": "0",
+ "examine": "A pirate hat and a patch for the right eye.",
"durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Hat and eyepatch",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "8928",
+ "equipment_slot": "0"
},
{
- "id": "14643",
- "name": "Ring of wealth(2)",
- "examine": "An enchanted ring with two teleport charges.",
- "archery_ticket_price": "0",
+ "shop_price": "800",
+ "examine": "Tied together so they don't come apart.",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Crabclaw and hook",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "8929",
+ "bonuses": "0,0,0,0,0,3,5,3,0,0,0,1,0,0,0",
+ "equipment_slot": "9"
},
{
- "id": "14644",
- "name": "Ring of wealth(3)",
- "examine": "An enchanted ring with three teleport charges.",
- "archery_ticket_price": "0",
+ "examine": "Crude wooden pipe section.",
"durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Pipe section",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "8930"
},
{
- "id": "14645",
- "name": "Ring of wealth(3)",
- "examine": "An enchanted ring with three teleport charges.",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Pipe section",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8931"
},
{
- "id": "14646",
- "name": "Ring of wealth(4)",
- "examine": "An enchanted ring with four teleport charges.",
- "archery_ticket_price": "0",
+ "examine": "Repairs made with this will be patchy at best.",
"durability": null,
- "equipment_slot": "12",
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Lumber patch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8932"
},
{
- "id": "14647",
- "name": "Ring of wealth(4)",
- "examine": "An enchanted ring with four teleport charges.",
- "archery_ticket_price": "0",
"durability": null,
- "ge_buy_limit": "100",
- "tradeable": "true"
+ "name": "Lumber patch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8933"
},
{
- "id": "14648",
- "name": "Jangles the Monkey Backpack",
- "examine": "A totally alive monkey friend for your back!",
+ "examine": "Slimy logs from the scrapey tree.",
+ "durability": null,
+ "name": "Scrapey tree logs",
"archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "id": "8934"
+ },
+ {
+ "durability": null,
+ "name": "Scrapey tree logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8935"
+ },
+ {
+ "examine": "Very blue.",
+ "durability": null,
+ "name": "Blue flowers",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "8936"
+ },
+ {
+ "durability": null,
+ "name": "Blue flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8937"
+ },
+ {
+ "examine": "Very red.",
+ "durability": null,
+ "name": "Red flowers",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "8938"
+ },
+ {
+ "durability": null,
+ "name": "Red flowers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8939"
+ },
+ {
+ "examine": "Bluuuuuuuue Monkeeeeeeey!",
+ "durability": null,
+ "name": "Blue monkey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8943"
+ },
+ {
+ "examine": "Bluuuuuuuue Monkeeeeeeey!",
+ "durability": null,
+ "name": "Blue monkey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8944"
+ },
+ {
+ "examine": "Bluuuuuuuue Monkeeeeeeey!",
+ "durability": null,
+ "name": "Blue monkey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8945"
+ },
+ {
+ "examine": "A well red monkey.",
+ "durability": null,
+ "name": "Red monkey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8946"
+ },
+ {
+ "examine": "A well red monkey.",
+ "durability": null,
+ "name": "Red monkey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8947"
+ },
+ {
+ "examine": "A well red monkey.",
+ "durability": null,
+ "name": "Red monkey",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8948"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "name": "Pirate bandana",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "8949",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Shiver me timbers!",
+ "grand_exchange_price": "83200",
+ "durability": null,
+ "name": "Pirate hat",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "id": "8950",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Piratical currency.",
+ "durability": null,
+ "name": "Pieces of eight",
+ "archery_ticket_price": "0",
+ "id": "8951"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Blue naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
"destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "8952",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
"durability": null,
+ "name": "Green naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "8953",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Red naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "8954",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Brown naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "8955",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Black naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "8956",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Purple naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "8957",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Grey naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "8958",
+ "equipment_slot": "4"
+ },
+ {
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Blue tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "8959",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Green tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "8960",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Red tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "8961",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Brown tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "8962",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Black tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "8963",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Purple tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "8964",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Grey tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "8965",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "200",
+ "turn90cw_anim": "1424",
+ "examine": "The flag of The Cutthroat.",
+ "walk_anim": "1422",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "6",
+ "turn90ccw_anim": "1425",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Cutthroat flag",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "8966",
+ "stand_turn_anim": "1426"
+ },
+ {
+ "shop_price": "200",
+ "turn90cw_anim": "1424",
+ "examine": "The flag of The Guilded Smile.",
+ "walk_anim": "1422",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "6",
+ "turn90ccw_anim": "1425",
+ "attack_speed": "2",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Guilded smile flag",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "8967",
+ "stand_turn_anim": "1426"
+ },
+ {
+ "shop_price": "300",
+ "turn90cw_anim": "1424",
+ "examine": "The flag of The Bronze Fist.",
+ "walk_anim": "1422",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "6",
+ "turn90ccw_anim": "1425",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Bronze fist flag",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "8968",
+ "stand_turn_anim": "1426"
+ },
+ {
+ "shop_price": "400",
+ "turn90cw_anim": "1424",
+ "examine": "The flag of The Lucky Shot.",
+ "walk_anim": "1422",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "6",
+ "turn90ccw_anim": "1425",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Lucky shot flag",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "8969",
+ "stand_turn_anim": "1426"
+ },
+ {
+ "shop_price": "500",
+ "turn90cw_anim": "1424",
+ "examine": "The flag of The Treasure Trove.",
+ "walk_anim": "1422",
+ "durability": null,
+ "weight": "6",
+ "turn90ccw_anim": "1425",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Treasure flag",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "8970",
+ "stand_turn_anim": "1426"
+ },
+ {
+ "shop_price": "600",
+ "turn90cw_anim": "1424",
+ "examine": "The flag of The Phasmatys Pride.",
+ "walk_anim": "1422",
+ "durability": null,
+ "weight": "6",
+ "turn90ccw_anim": "1425",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "1423",
+ "render_anim": "131",
+ "equipment_slot": "3",
+ "stand_anim": "1421",
+ "name": "Phasmatys flag",
+ "run_anim": "1427",
+ "archery_ticket_price": "0",
+ "id": "8971",
+ "stand_turn_anim": "1426"
+ },
+ {
+ "examine": "A Bowl of red water.",
+ "durability": null,
+ "name": "Bowl of red water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8972"
+ },
+ {
+ "durability": null,
+ "name": "Bowl of red water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8973"
+ },
+ {
+ "examine": "A Bowl of blue water.",
+ "durability": null,
+ "name": "Bowl of blue water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8974"
+ },
+ {
+ "durability": null,
+ "name": "Bowl of blue water",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8975"
+ },
+ {
+ "examine": "Monkeys seem to like throwing these.",
+ "durability": null,
+ "name": "Bitternut",
+ "archery_ticket_price": "0",
+ "id": "8976"
+ },
+ {
+ "examine": "Greasy bark from the scrapey tree.",
+ "durability": null,
+ "name": "Scrapey bark",
+ "weight": "1.1",
+ "archery_ticket_price": "0",
+ "id": "8977"
+ },
+ {
+ "durability": null,
+ "name": "Scrapey bark",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8978"
+ },
+ {
+ "examine": "Caution; not for use over troubled water.",
+ "durability": null,
+ "name": "Bridge section",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8979"
+ },
+ {
+ "durability": null,
+ "name": "Bridge section",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8980"
+ },
+ {
+ "examine": "Better than sea slugs.",
+ "durability": null,
+ "name": "Sweetgrubs",
+ "archery_ticket_price": "0",
+ "id": "8981"
+ },
+ {
+ "durability": null,
+ "name": "Sweetgrubs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8982"
+ },
+ {
+ "shop_price": "2",
+ "examine": "It's an empty bucket.",
+ "grand_exchange_price": "50",
+ "durability": null,
+ "name": "Bucket",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "8986"
+ },
+ {
+ "durability": null,
+ "name": "Torch",
+ "archery_ticket_price": "0",
+ "id": "8987",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "5",
+ "examine": "Apparently good for brewing.",
+ "durability": null,
+ "name": "The stuff",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "8988"
+ },
+ {
+ "examine": "A how-to of brewing and arson.",
+ "durability": null,
+ "name": "Brewin' guide",
+ "archery_ticket_price": "0",
+ "id": "8989"
+ },
+ {
+ "examine": "A how-to of brewing and arson.",
+ "durability": null,
+ "name": "Brewin' guide",
+ "archery_ticket_price": "0",
+ "id": "8990"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Blue navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "8991",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Green navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "8992",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Red navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "8993",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Brown navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "8994",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Black navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "8995",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Purple navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "8996",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Grey navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "8997",
+ "equipment_slot": "7"
+ },
+ {
+ "durability": null,
+ "name": "Bandana and eyepatch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8998"
+ },
+ {
+ "durability": null,
+ "name": "Bandana and eyepatch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "8999"
+ },
+ {
+ "durability": null,
+ "name": "Bandana and eyepatch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9000"
+ },
+ {
+ "durability": null,
+ "name": "Bandana and eyepatch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9001"
+ },
+ {
+ "durability": null,
+ "name": "Hat and eyepatch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9002"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "100",
+ "examine": "WARNING: Contains information which could make your account secure!",
+ "grand_exchange_price": "100",
+ "durability": null,
+ "name": "Security book",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9003"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Information regarding the Stronghold of Security.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Stronghold notes",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9004"
+ },
+ {
+ "destroy_message": "You can get another pair of Fancy Boots from the Stronghold of Security",
+ "examine": "Very nice boots from the Stronghold of Security.",
+ "durability": null,
+ "name": "Fancy boots",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9005",
+ "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "You can get another pair of Fighting Boots from the Stronghold of Security.",
+ "examine": "Very nice boots from the Stronghold of Security.",
+ "durability": null,
+ "name": "Fighting boots",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9006",
+ "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "examine": "Ooooh spooky!",
+ "durability": null,
+ "name": "Right skull half",
+ "tradeable": "false",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9007"
+ },
+ {
+ "examine": "Ooooh spooky!",
+ "durability": null,
+ "name": "Left skull half",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "4",
+ "archery_ticket_price": "0",
+ "id": "9008"
+ },
+ {
+ "examine": "Seems to be for use with a staff or sceptre of some sort.",
+ "durability": null,
+ "name": "Strange skull",
+ "tradeable": "false",
+ "weight": "1.2",
+ "archery_ticket_price": "0",
+ "id": "9009"
+ },
+ {
+ "examine": "Top half of a broken sceptre.",
+ "durability": null,
+ "name": "Top of sceptre",
+ "tradeable": "false",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "9010"
+ },
+ {
+ "examine": "Bottom half of a broken sceptre.",
+ "durability": null,
+ "name": "Bottom of sceptre",
+ "tradeable": "false",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "9011"
+ },
+ {
+ "examine": "Sceptre with runes on it, seems to be missing something.",
+ "durability": null,
+ "name": "Runed sceptre",
+ "tradeable": "false",
+ "weight": "3.5",
+ "archery_ticket_price": "0",
+ "id": "9012"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A fragile magical Sceptre.",
+ "walk_anim": "1205",
+ "durability": null,
+ "destroy": "true",
+ "weight": "1.8",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "3",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "You can obtain another Sceptre by collecting all four pieces from the Stronghold of Security.",
+ "stand_anim": "813",
+ "name": "Skull sceptre",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "9013",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Security book",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9014"
+ },
+ {
+ "durability": null,
+ "name": "Stronghold notes",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9015"
+ },
+ {
+ "examine": "Oversized nail clippings.",
+ "durability": null,
+ "name": "Gorak claws",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "9016"
+ },
+ {
+ "examine": "A flower with magical properties.",
+ "durability": null,
+ "name": "Star flower",
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "archery_ticket_price": "0",
+ "id": "9017"
+ },
+ {
+ "examine": "Ground-down gorak claws.",
+ "durability": null,
+ "name": "Gorak claw powder",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9018"
+ },
+ {
+ "examine": "Contains the Fairy Queen's magical essence.",
+ "durability": null,
+ "name": "Queen's secateurs",
+ "archery_ticket_price": "0",
+ "id": "9020",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "Maybe I can find another in Fairy Nuff's grotto.",
+ "examine": "A scroll that says she's a healer, that's Fairy Nuff.",
+ "durability": null,
+ "name": "Nuff's certificate",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9025"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Simon Templeton at the Agility Pyramid will give me 50 coins for this.",
+ "grand_exchange_price": "187",
+ "durability": null,
+ "name": "Ivory comb",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "9026"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "187",
+ "durability": null,
+ "name": "Ivory comb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9027"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.",
+ "grand_exchange_price": "513",
+ "durability": null,
+ "name": "Golden scarab",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9028"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "513",
+ "durability": null,
+ "name": "Golden scarab",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9029"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Little ornament in the shape of a scarab.",
+ "grand_exchange_price": "168",
+ "durability": null,
+ "name": "Stone scarab",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.07",
+ "archery_ticket_price": "0",
+ "id": "9030"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "168",
+ "durability": null,
+ "name": "Stone scarab",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9031"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A small pottery scarab.",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Pottery scarab",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9032"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Pottery scarab",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9033"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A small golden statuette.",
+ "grand_exchange_price": "740",
+ "durability": null,
+ "name": "Golden statuette",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9034"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "740",
+ "durability": null,
+ "name": "Golden statuette",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9035"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A small pottery statuette.",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Pottery statuette",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "9036"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Pottery statuette",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9037"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A small stone statuette.",
+ "grand_exchange_price": "193",
+ "durability": null,
+ "name": "Stone statuette",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "9038"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "193",
+ "durability": null,
+ "name": "Stone statuette",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9039"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Simon Templeton at the Agility Arena will give me 750 coins for this.",
+ "grand_exchange_price": "379",
+ "durability": null,
+ "name": "Gold seal",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9040"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "379",
+ "durability": null,
+ "name": "Gold seal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9041"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Simon Templeton at the Agility Pyramid will give me 150 coins for this.",
+ "grand_exchange_price": "147",
+ "durability": null,
+ "name": "Stone seal",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "9042"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "147",
+ "durability": null,
+ "name": "Stone seal",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9043"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "This sceptre is fully charged.",
+ "walk_anim": "1205",
+ "low_alchemy": "40",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1000000",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "9044",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0",
+ "requirements": "{0,30}-{6,30}",
+ "durability": null,
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "2",
+ "weapon_interface": "3",
+ "render_anim": "28",
+ "name": "Pharaoh's sceptre"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1000000",
+ "durability": null,
+ "name": "Pharaoh's sceptre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9045"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "This sceptre has two charges left.",
+ "walk_anim": "1205",
+ "low_alchemy": "40",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "27",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "9046",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0",
+ "requirements": "{0,30}-{6,30}",
+ "durability": null,
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "2",
+ "weapon_interface": "3",
+ "render_anim": "28",
+ "name": "Pharaoh's sceptre"
+ },
+ {
+ "durability": null,
+ "name": "Pharaoh's sceptre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9047"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "This sceptre has one charge left.",
+ "walk_anim": "1205",
+ "low_alchemy": "40",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "27",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "9048",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0",
+ "requirements": "{0,30}-{6,30}",
+ "durability": null,
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "2",
+ "weapon_interface": "3",
+ "render_anim": "28",
+ "name": "Pharaoh's sceptre"
+ },
+ {
+ "durability": null,
+ "name": "Pharaoh's sceptre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9049"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "This sceptre has no charges left.",
+ "walk_anim": "1205",
+ "low_alchemy": "40",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "985800",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "9050",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0",
+ "requirements": "{0,30}-{6,30}",
+ "durability": null,
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "2",
+ "weapon_interface": "3",
+ "render_anim": "28",
+ "name": "Pharaoh's sceptre"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "985800",
+ "durability": null,
+ "name": "Pharaoh's sceptre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9051"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Delicious and nutritious. Well, nutritious anyway.",
+ "grand_exchange_price": "68",
+ "durability": null,
+ "name": "Locust meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9052"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "68",
+ "durability": null,
+ "name": "Locust meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9053"
+ },
+ {
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "name": "Red goblin mail",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9054",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "name": "Black goblin mail",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9055",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "name": "Yellow goblin mail",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9056",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "name": "Green goblin mail",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9057",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "name": "Purple goblin mail",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9058",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "name": "Pink goblin mail",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9059",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "A mystical lantern casting a green beam.",
+ "durability": null,
+ "name": "Emerald lantern",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "9064"
+ },
+ {
+ "examine": "A mystical lantern casting a green beam.",
+ "durability": null,
+ "name": "Emerald lantern",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "9065",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "A roughly circular disc of glass.",
+ "durability": null,
+ "name": "Emerald lens",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "9066"
+ },
+ {
+ "examine": "A log of my thoughts...",
+ "durability": null,
+ "name": "Dream log",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9067"
+ },
+ {
+ "shop_price": "1000",
+ "examine": "Mystical headgear.",
+ "durability": null,
+ "name": "Moonclan helm",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "9068",
+ "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "1000",
+ "examine": "A mystical hat.",
+ "durability": null,
+ "name": "Moonclan hat",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9069",
+ "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "1000",
+ "examine": "Provides good protection.",
+ "durability": null,
+ "name": "Moonclan armour",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "4",
+ "archery_ticket_price": "0",
+ "id": "9070",
+ "bonuses": "0,0,0,5,-10,5,5,5,5,-10,5,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "shop_price": "1000",
+ "examine": "This should protect my legs.",
+ "durability": null,
+ "name": "Moonclan skirt",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9071",
+ "bonuses": "0,0,0,5,-7,5,5,5,5,-7,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "900",
+ "examine": "These should keep my hands safe.",
+ "durability": null,
+ "name": "Moonclan gloves",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "9072",
+ "bonuses": "0,0,0,2,-5,2,2,2,2,-5,2,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "900",
+ "examine": "Groovy foot protection.",
+ "durability": null,
+ "name": "Moonclan boots",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "9073",
+ "bonuses": "0,0,0,2,-5,2,2,2,2,-5,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "shop_price": "200",
+ "examine": "A mystical cape.",
+ "durability": null,
+ "name": "Moonclan cape",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "9074",
+ "bonuses": "0,0,0,2,-2,0,1,1,2,-2,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "220",
+ "ge_buy_limit": "25000",
+ "examine": "Used for Lunar Spells",
+ "grand_exchange_price": "231",
+ "durability": null,
+ "name": "Astral rune",
+ "tradeable": "true",
+ "low_alchemy": "29",
+ "high_alchemy": "44",
+ "archery_ticket_price": "0",
+ "id": "9075"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This needs refining",
+ "durability": null,
+ "name": "Lunar ore",
+ "weight": "7",
+ "archery_ticket_price": "0",
+ "id": "9076"
+ },
+ {
+ "destroy_message": "You'll have to mine another lunar ore and smelt it.",
+ "examine": "It's a bar of magic metal.",
+ "durability": null,
+ "name": "Lunar bar",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9077"
+ },
+ {
+ "examine": "A book of Moonclan history.",
+ "durability": null,
+ "name": "Moonclan manual",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9078"
+ },
+ {
+ "examine": "The tooth, the whole tooth, and nothing but the tooth.",
+ "durability": null,
+ "name": "Suqah tooth",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "9079"
+ },
+ {
+ "examine": "An untanned piece of suqah hide.",
+ "durability": null,
+ "name": "Suqah hide",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "archery_ticket_price": "0",
+ "id": "9080"
+ },
+ {
+ "examine": "A piece of Suqah hide that has been expertly tanned into leather.",
+ "durability": null,
+ "name": "Suqah leather",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9081"
+ },
+ {
+ "examine": "A ground Suqah tooth.",
+ "durability": null,
+ "name": "Ground tooth",
+ "archery_ticket_price": "0",
+ "id": "9082"
+ },
+ {
+ "destroy_message": "Brundt the Chieftain will probably have another lying around somewhere anyway...",
+ "examine": "A seal of passage issued by Brundt the Chieftain of the Fremennik.",
+ "durability": null,
+ "name": "Seal of passage",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "4.5",
+ "archery_ticket_price": "0",
+ "id": "9083",
+ "equipment_slot": "2"
+ },
+ {
+ "requirements": "{6,65}",
+ "shop_price": "30000",
+ "turn90cw_anim": "1207",
+ "examine": "A Moonclan staff.",
+ "walk_anim": "1205",
+ "durability": null,
+ "destroy": "true",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "stand_anim": "813",
+ "attack_audios": "2555,0,0,0",
+ "name": "Lunar staff",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "9084",
+ "stand_turn_anim": "1209",
+ "bonuses": "3,2,16,13,0,2,3,2,13,1,0,15,3,0,0"
+ },
+ {
+ "destroy_message": "You'll have to get another from the Oneiromancer.",
+ "examine": "A vessel for holding liquid.",
+ "durability": null,
+ "name": "Empty vial",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9085"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "10",
+ "examine": "A glass vial containing water.",
+ "grand_exchange_price": "21",
+ "durability": null,
+ "name": "Vial of water",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.02",
+ "archery_ticket_price": "0",
+ "id": "9086"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A vessel for dreaming while awake!",
+ "durability": null,
+ "name": "Waking sleep vial",
+ "archery_ticket_price": "0",
+ "id": "9087"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A vessel with water and Guam inside.",
+ "durability": null,
+ "name": "Guam vial",
+ "archery_ticket_price": "0",
+ "id": "9088"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A vessel with water and Marrentill inside.",
+ "durability": null,
+ "name": "Marr vial",
+ "archery_ticket_price": "0",
+ "id": "9089"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A vessel with water, guam and marrentill inside.",
+ "durability": null,
+ "name": "Guam-marr vial",
+ "archery_ticket_price": "0",
+ "id": "9090"
+ },
+ {
+ "requirements": "{6,65}",
+ "turn90cw_anim": "1207",
+ "examine": "A staff enchanted by air.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "weight": "1",
+ "turn90ccw_anim": "1208",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "stand_anim": "813",
+ "attack_audios": "2555,0,0,0",
+ "name": "Lunar staff - pt1",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "9091",
+ "stand_turn_anim": "1209",
+ "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0"
+ },
+ {
+ "requirements": "{6,65}",
+ "turn90cw_anim": "1207",
+ "examine": "A staff enchanted by air and fire.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "weight": "1",
+ "turn90ccw_anim": "1208",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "stand_anim": "813",
+ "attack_audios": "2555,0,0,0",
+ "name": "Lunar staff - pt2",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "9092",
+ "stand_turn_anim": "1209",
+ "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0"
+ },
+ {
+ "requirements": "{6,65}",
+ "turn90cw_anim": "1207",
+ "examine": "A staff enchanted by air, fire and water.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "weight": "1",
+ "turn90ccw_anim": "1208",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "stand_anim": "813",
+ "attack_audios": "2555,0,0,0",
+ "name": "Lunar staff - pt3",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "9093",
+ "stand_turn_anim": "1209",
+ "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0"
+ },
+ {
+ "examine": "Small bits of wood from the first magic tree!",
+ "durability": null,
+ "name": "Kindling",
+ "archery_ticket_price": "0",
+ "id": "9094"
+ },
+ {
+ "examine": "Magic wood soaked with a potion of waking sleep. Groovy.",
+ "durability": null,
+ "name": "Soaked kindling",
+ "archery_ticket_price": "0",
+ "id": "9095"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{6,65}",
+ "shop_price": "15000",
+ "examine": "A mystical helmet.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "0.9",
+ "absorb": "3,1,0",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar helm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9096",
+ "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}-{6,65}",
+ "shop_price": "120000",
+ "examine": "Provides good protection.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "4.5",
+ "absorb": "6,3,0",
+ "equipment_slot": "4",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "remove_sleeves": "true",
+ "name": "Lunar torso",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9097",
+ "bonuses": "0,0,0,10,-10,34,22,40,12,0,35,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}-{6,65}",
+ "shop_price": "80000",
+ "examine": "These should protect my legs.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "3.65",
+ "absorb": "4,2,0",
+ "equipment_slot": "7",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar legs",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9098",
+ "bonuses": "0,0,0,7,-7,20,19,23,9,0,20,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}-{6,65}",
+ "shop_price": "10000",
+ "examine": "These should keep my hands safe.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "0.9",
+ "equipment_slot": "9",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar gloves",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9099",
+ "bonuses": "0,0,0,4,-1,2,1,1,2,0,1,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}-{6,65}",
+ "shop_price": "10000",
+ "examine": "Mystical foot protection.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "0.9",
+ "equipment_slot": "10",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar boots",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9100",
+ "bonuses": "0,0,0,2,-1,1,2,2,2,0,2,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}-{6,65}",
+ "shop_price": "12000",
+ "examine": "Oooo pretty!",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "weight": "0.4",
"equipment_slot": "1",
- "ge_buy_limit": "0",
- "shop_price": "0",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar cape",
"tradeable": "false",
- "weight": "0.0"
+ "archery_ticket_price": "0",
+ "id": "9101",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
},
{
- "id": "14649",
- "name": "Zanik ring",
- "examine": "A ring for only the truest of cave goblins. And Logg too.",
- "archery_ticket_price": "0",
- "destroy": "true",
+ "requirements": "{1,40}-{6,65}",
+ "shop_price": "4000",
+ "examine": "Awesome.",
"durability": null,
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "destroy": "true",
+ "equipment_slot": "2",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar amulet",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9102",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "examine": "I'll be the talk of the town with this... maybe.",
+ "durability": null,
+ "name": "A special tiara",
+ "low_alchemy": "12",
+ "tradeable": "false",
+ "high_alchemy": "18",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9103"
+ },
+ {
+ "requirements": "{1,40}-{6,65}",
+ "shop_price": "2000",
+ "examine": "A mysterious ring that can fill the wearer with magical power.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
"equipment_slot": "12",
- "ge_buy_limit": "0",
- "tradeable": "false"
- },
- {
- "id": "14650",
- "name": "Wizard hat",
- "examine": "A standard issue wizard hat.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
- "destroy": "true",
- "durability": null,
- "equipment_slot": "0",
- "ge_buy_limit": "0",
- "hat": "true",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar ring",
"tradeable": "false",
- "weight": "0.1"
+ "archery_ticket_price": "0",
+ "id": "9104",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0"
},
{
- "id": "14651",
- "name": "Ancient Blueprints",
- "examine": "Mysterious blueprints written in an alien language.",
- "archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": " WARNING: You will have to reobtain this item the hard way.",
+ "requirements": "",
"durability": null,
- "weight": "0.1"
+ "name": "Astral tiara",
+ "archery_ticket_price": "0",
+ "id": "9106",
+ "equipment_slot": "0"
},
{
- "id": "14652",
- "name": "Ring of the Star Sprite",
- "examine": "A stardust-infused dragonstone ring.",
- "archery_ticket_price": "0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "destroy": "true",
- "destroy_message": "You can get another by bringing the materials along with the blueprint to a Star Sprite.",
+ "requirements": "{4,16}",
+ "examine": "Blurite crossbow bolts.",
"durability": null,
- "equipment_slot": "12",
- "weight": "0.1"
+ "name": "Blurite bolts",
+ "archery_ticket_price": "0",
+ "id": "9139",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
+ "equipment_slot": "13"
},
{
- "id": "14654",
- "name": "Staff of the raven",
- "examine": "A staff with a spooky raven head attached.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "420",
- "destroy": "true",
+ "requirements": "{4,26}",
+ "shop_price": "60",
+ "ge_buy_limit": "25000",
+ "examine": "Iron crossbow bolts.",
"durability": null,
- "equip_audio": "2247",
+ "high_alchemy": "1",
+ "equipment_slot": "13",
+ "grand_exchange_price": "41",
+ "name": "Iron bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9140",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46"
+ },
+ {
+ "requirements": "{4,31}",
+ "shop_price": "150",
+ "ge_buy_limit": "10000",
+ "examine": "Steel crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "equipment_slot": "13",
+ "grand_exchange_price": "90",
+ "name": "Steel bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9141",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64"
+ },
+ {
+ "requirements": "{4,36}",
+ "shop_price": "32",
+ "ge_buy_limit": "10000",
+ "examine": "Mithril crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "108",
+ "name": "Mithril bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9142",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82"
+ },
+ {
+ "requirements": "{4,46}",
+ "shop_price": "23",
+ "ge_buy_limit": "10000",
+ "examine": "Adamantite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "23",
+ "high_alchemy": "34",
+ "equipment_slot": "13",
+ "grand_exchange_price": "210",
+ "name": "Adamant bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9143",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100"
+ },
+ {
+ "requirements": "{4,61}",
+ "ge_buy_limit": "10000",
+ "examine": "Runite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "equipment_slot": "13",
+ "grand_exchange_price": "627",
+ "name": "Rune bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9144",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115"
+ },
+ {
+ "requirements": "{4,26}",
+ "shop_price": "6",
+ "ge_buy_limit": "10000",
+ "examine": "Silver crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "equipment_slot": "13",
+ "grand_exchange_price": "8",
+ "name": "Silver bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9145",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36"
+ },
+ {
+ "ge_buy_limit": "500",
+ "turn90cw_anim": "821",
+ "examine": "A bronze crossbow.",
+ "walk_anim": "4226",
+ "low_alchemy": "29",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "4227",
+ "defence_anim": "424",
"equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "200",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
- },
- {
- "id": "14655",
- "name": "Staff of the raven",
- "examine": "A staff with a spooky raven head attached.",
+ "attack_anims": "4230,4230,4230,4230",
+ "grand_exchange_price": "29",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
"archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "420",
- "destroy": "true",
+ "id": "9174",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,0",
+ "shop_price": "92",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "200",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
+ "high_alchemy": "43",
+ "weight": "4",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Bronze crossbow"
},
{
- "id": "14656",
- "name": "Staff of the raven",
- "examine": "A staff with a spooky raven head attached.",
- "archery_ticket_price": "0",
- "attack_anims": "419,419,419,419",
- "attack_audios": "2555,0,0,0",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "defence_anim": "420",
- "destroy": "true",
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "29",
"durability": null,
- "equip_audio": "2247",
- "equipment_slot": "3",
- "render_anim": "28",
- "run_anim": "1210",
- "shop_price": "200",
- "stand_anim": "813",
- "stand_turn_anim": "1209",
- "tradeable": "false",
- "turn180_anim": "1206",
- "turn90ccw_anim": "1208",
- "turn90cw_anim": "1207",
- "walk_anim": "1205",
- "weapon_interface": "1",
- "weight": "2.2"
+ "name": "Bronze crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9175"
},
{
- "id": "14658",
- "name": "Bunny ears",
- "examine": "A rabbit-like adornment, back in black!",
+ "requirements": "{4,16}",
+ "turn90cw_anim": "821",
+ "examine": "A blurite crossbow.",
+ "walk_anim": "4226",
+ "durability": null,
+ "low_alchemy": "37",
+ "high_alchemy": "55",
+ "weight": "4",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "weapon_interface": "17",
+ "turn180_anim": "4227",
+ "render_anim": "175",
+ "equipment_slot": "3",
+ "attack_anims": "4230,4230,4230,4230",
+ "stand_anim": "4591",
+ "attack_audios": "2700,0,0,0",
+ "name": "Blurite crossbow",
+ "run_anim": "4228",
"archery_ticket_price": "0",
- "destroy": "true",
- "destroy_message": "This item can not be reclaimed.",
- "equipment_slot": "0",
+ "id": "9176",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,30,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "500",
+ "turn90cw_anim": "821",
+ "examine": "An iron crossbow.",
+ "walk_anim": "4226",
+ "low_alchemy": "62",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "4227",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "4230,4230,4230,4230",
+ "grand_exchange_price": "20",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "9177",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,26}",
+ "shop_price": "157",
+ "durability": null,
+ "high_alchemy": "94",
+ "weight": "4",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Iron crossbow"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Iron crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9178"
+ },
+ {
+ "ge_buy_limit": "500",
+ "turn90cw_anim": "821",
+ "examine": "A steel crossbow.",
+ "walk_anim": "4226",
+ "low_alchemy": "144",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "4227",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "4230,4230,4230,4230",
+ "grand_exchange_price": "99",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "9179",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,54,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,31}",
+ "durability": null,
+ "high_alchemy": "216",
+ "weight": "5",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Steel crossbow"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "99",
+ "durability": null,
+ "name": "Steel crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9180"
+ },
+ {
+ "ge_buy_limit": "500",
+ "turn90cw_anim": "821",
+ "examine": "A mithril crossbow",
+ "walk_anim": "4226",
+ "low_alchemy": "313",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "4227",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "4230,4230,4230,4230",
+ "grand_exchange_price": "355",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "9181",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,66,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,36}",
+ "durability": null,
+ "high_alchemy": "469",
+ "weight": "6",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Mith crossbow"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "355",
+ "durability": null,
+ "name": "Mith crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9182"
+ },
+ {
+ "ge_buy_limit": "500",
+ "turn90cw_anim": "821",
+ "examine": "An adamantite crossbow.",
+ "walk_anim": "4226",
+ "low_alchemy": "706",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "4227",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "4230,4230,4230,4230",
+ "grand_exchange_price": "905",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "9183",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,78,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,46}",
+ "shop_price": "2244",
+ "durability": null,
+ "high_alchemy": "1060",
+ "weight": "6",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Adamant crossbow"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "905",
+ "durability": null,
+ "name": "Adamant crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9184"
+ },
+ {
+ "ge_buy_limit": "500",
+ "turn90cw_anim": "821",
+ "examine": "A runite crossbow.",
+ "walk_anim": "4226",
+ "low_alchemy": "6480",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "4227",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "4230,4230,4230,4230",
+ "grand_exchange_price": "9706",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "9185",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,61}",
+ "shop_price": "16200",
+ "durability": null,
+ "high_alchemy": "9720",
+ "weight": "6",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "lendable": "true",
+ "attack_audios": "2700,0,0,0",
+ "name": "Rune crossbow"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "9706",
+ "durability": null,
+ "name": "Rune crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9186"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Jade bolt tips.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Jade bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "9187"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Red Topaz bolt tips.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Topaz bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "9188"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Sapphire bolt tips.",
+ "grand_exchange_price": "4",
+ "durability": null,
+ "name": "Sapphire bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "10",
+ "archery_ticket_price": "0",
+ "id": "9189"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Emerald bolt tips.",
+ "grand_exchange_price": "84",
+ "durability": null,
+ "name": "Emerald bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "13",
+ "high_alchemy": "19",
+ "archery_ticket_price": "0",
+ "id": "9190"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Ruby bolt tips.",
+ "grand_exchange_price": "159",
+ "durability": null,
+ "name": "Ruby bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "26",
+ "high_alchemy": "40",
+ "archery_ticket_price": "0",
+ "id": "9191"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Diamond bolt tips.",
+ "grand_exchange_price": "1289",
+ "durability": null,
+ "name": "Diamond bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "53",
+ "high_alchemy": "79",
+ "archery_ticket_price": "0",
+ "id": "9192"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Dragonstone bolt tips.",
+ "grand_exchange_price": "2477",
+ "durability": null,
+ "name": "Dragon bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "archery_ticket_price": "0",
+ "id": "9193"
+ },
+ {
+ "shop_price": "13500",
+ "ge_buy_limit": "10000",
+ "examine": "Onyx bolt tips.",
+ "grand_exchange_price": "8096",
+ "tokkul_price": "1500",
+ "durability": null,
+ "name": "Onyx bolt tips",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "9194"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Enchanted Opal tipped Bronze Crossbow Bolts.",
+ "grand_exchange_price": "10",
+ "durability": null,
+ "name": "Opal bolts (e)",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "archery_ticket_price": "0",
+ "id": "9236",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{4,15}",
+ "examine": "Enchanted Jade tipped Blurite Crossbow Bolts.",
+ "durability": null,
+ "name": "Jade bolts (e)",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "9237",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{4,26}",
+ "ge_buy_limit": "25000",
+ "examine": "Enchanted Pearl tipped Iron Crossbow Bolts.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "equipment_slot": "13",
+ "grand_exchange_price": "36",
+ "name": "Pearl bolts (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9238",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48"
+ },
+ {
+ "requirements": "{4,31}",
+ "ge_buy_limit": "25000",
+ "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "44",
+ "name": "Topaz bolts (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9239",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66"
+ },
+ {
+ "requirements": "{4,36}",
+ "shop_price": "103",
+ "ge_buy_limit": "25000",
+ "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "equipment_slot": "13",
+ "grand_exchange_price": "95",
+ "name": "Sapphire bolts (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9240",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83"
+ },
+ {
+ "requirements": "{4,36}",
+ "ge_buy_limit": "25000",
+ "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.",
+ "durability": null,
+ "low_alchemy": "23",
+ "high_alchemy": "35",
+ "equipment_slot": "13",
+ "grand_exchange_price": "304",
+ "name": "Emerald bolts (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9241",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85"
+ },
+ {
+ "requirements": "{4,46}",
+ "ge_buy_limit": "25000",
+ "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.",
+ "durability": null,
+ "low_alchemy": "55",
+ "high_alchemy": "82",
+ "equipment_slot": "13",
+ "grand_exchange_price": "450",
+ "name": "Ruby bolts (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9242",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103"
+ },
+ {
+ "requirements": "{4,46}",
+ "ge_buy_limit": "25000",
+ "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.",
+ "durability": null,
+ "low_alchemy": "84",
+ "high_alchemy": "126",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1631",
+ "name": "Diamond bolts (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9243",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105"
+ },
+ {
+ "requirements": "{4,61}",
+ "ge_buy_limit": "25000",
+ "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.",
+ "durability": null,
+ "low_alchemy": "425",
+ "high_alchemy": "637",
+ "equipment_slot": "13",
+ "grand_exchange_price": "3217",
+ "name": "Dragon bolts (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9244",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117"
+ },
+ {
+ "requirements": "{4,61}",
+ "ge_buy_limit": "25000",
+ "examine": "Enchanted Onyx tipped runite Crossbow Bolts.",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "equipment_slot": "13",
+ "grand_exchange_price": "8870",
+ "name": "Onyx bolts (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9245",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120"
+ },
+ {
+ "requirements": "{4,16}",
+ "durability": null,
+ "name": "Blurite bolts(p)",
+ "archery_ticket_price": "0",
+ "id": "9286",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{4,26}",
+ "shop_price": "60",
+ "ge_buy_limit": "25000",
+ "examine": "Iron crossbow bolts.",
+ "durability": null,
+ "high_alchemy": "1",
+ "equipment_slot": "13",
+ "grand_exchange_price": "88",
+ "name": "Iron bolts (p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9287",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46"
+ },
+ {
+ "requirements": "{4,31}",
+ "ge_buy_limit": "10000",
+ "examine": "Steel crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "equipment_slot": "13",
+ "grand_exchange_price": "132",
+ "name": "Steel bolts (p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9288",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64"
+ },
+ {
+ "requirements": "{4,36}",
+ "shop_price": "32",
+ "ge_buy_limit": "10000",
+ "examine": "Mithril crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "146",
+ "name": "Mithril bolts (p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9289",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82"
+ },
+ {
+ "requirements": "{4,46}",
+ "shop_price": "23",
+ "ge_buy_limit": "10000",
+ "examine": "Adamantite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "23",
+ "high_alchemy": "34",
+ "equipment_slot": "13",
+ "grand_exchange_price": "302",
+ "name": "Adamant bolts (p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9290",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100"
+ },
+ {
+ "requirements": "{4,61}",
+ "ge_buy_limit": "10000",
+ "examine": "Runite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "equipment_slot": "13",
+ "grand_exchange_price": "734",
+ "name": "Runite bolts (p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9291",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115"
+ },
+ {
+ "requirements": "{4,26}",
+ "shop_price": "6",
+ "ge_buy_limit": "10000",
+ "examine": "Silver crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "equipment_slot": "13",
+ "grand_exchange_price": "34",
+ "name": "Silver bolts (p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9292",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36"
+ },
+ {
+ "requirements": "{4,16}",
+ "durability": null,
+ "name": "Blurite bolts(p+)",
+ "archery_ticket_price": "0",
+ "id": "9293",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{4,26}",
+ "shop_price": "60",
+ "ge_buy_limit": "25000",
+ "examine": "Iron crossbow bolts.",
+ "durability": null,
+ "high_alchemy": "1",
+ "equipment_slot": "13",
+ "grand_exchange_price": "185",
+ "name": "Iron bolts(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9294",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46"
+ },
+ {
+ "requirements": "{4,31}",
+ "ge_buy_limit": "10000",
+ "examine": "Steel crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "equipment_slot": "13",
+ "grand_exchange_price": "215",
+ "name": "Steel bolts(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9295",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64"
+ },
+ {
+ "requirements": "{4,36}",
+ "shop_price": "32",
+ "ge_buy_limit": "10000",
+ "examine": "Mithril crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "296",
+ "name": "Mithril bolts(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9296",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82"
+ },
+ {
+ "requirements": "{4,46}",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "472",
+ "durability": null,
+ "name": "Adamant bolts(p+)",
+ "archery_ticket_price": "0",
+ "id": "9297",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{4,61}",
+ "ge_buy_limit": "10000",
+ "examine": "Runite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1130",
+ "name": "Runite bolts(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9298",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115"
+ },
+ {
+ "requirements": "{4,26}",
+ "shop_price": "6",
+ "ge_buy_limit": "10000",
+ "examine": "Silver crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "equipment_slot": "13",
+ "grand_exchange_price": "129",
+ "name": "Silver bolts(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9299",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36"
+ },
+ {
+ "requirements": "{4,16}",
+ "durability": null,
+ "name": "Blurite bolts(p++)",
+ "archery_ticket_price": "0",
+ "id": "9300",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{4,26}",
+ "shop_price": "60",
+ "ge_buy_limit": "25000",
+ "examine": "Iron crossbow bolts.",
+ "durability": null,
+ "high_alchemy": "1",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1136",
+ "name": "Iron bolts(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9301",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46"
+ },
+ {
+ "requirements": "{4,31}",
+ "ge_buy_limit": "10000",
+ "examine": "Steel crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1088",
+ "name": "Steel bolts(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9302",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64"
+ },
+ {
+ "requirements": "{4,36}",
+ "shop_price": "32",
+ "ge_buy_limit": "10000",
+ "examine": "Mithril crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "903",
+ "name": "Mithril bolts(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9303",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82"
+ },
+ {
+ "requirements": "{4,46}",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1043",
+ "durability": null,
+ "name": "Adamant bolts(p++)",
+ "archery_ticket_price": "0",
+ "id": "9304",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{4,61}",
+ "ge_buy_limit": "10000",
+ "examine": "Runite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1581",
+ "name": "Runite bolts(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9305",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115"
+ },
+ {
+ "requirements": "{4,26}",
+ "shop_price": "6",
+ "ge_buy_limit": "10000",
+ "examine": "Silver crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1211",
+ "name": "Silver bolts(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9306",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36"
+ },
+ {
+ "requirements": "{4,16}",
+ "examine": "Jade tipped blurite bolts.",
+ "durability": null,
+ "name": "Jade bolts",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "9335",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{4,31}",
+ "shop_price": "62",
+ "ge_buy_limit": "25000",
+ "examine": "Red Topaz tipped Steel Crossbow Bolts.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "13",
+ "grand_exchange_price": "60",
+ "name": "Topaz bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9336",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66"
+ },
+ {
+ "requirements": "{4,36}",
+ "ge_buy_limit": "25000",
+ "examine": "Sapphire tipped Mithril crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "22",
+ "equipment_slot": "13",
+ "grand_exchange_price": "89",
+ "name": "Sapphire bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9337",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83"
+ },
+ {
+ "requirements": "{4,36}",
+ "ge_buy_limit": "25000",
+ "examine": "Emerald tipped Mithril crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "21",
+ "high_alchemy": "31",
+ "equipment_slot": "13",
+ "grand_exchange_price": "177",
+ "name": "Emerald bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9338",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85"
+ },
+ {
+ "requirements": "{4,46}",
+ "ge_buy_limit": "25000",
+ "examine": "Ruby tipped Adamantite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "equipment_slot": "13",
+ "grand_exchange_price": "408",
+ "name": "Ruby bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9339",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103"
+ },
+ {
+ "requirements": "{4,46}",
+ "ge_buy_limit": "25000",
+ "examine": "Diamond tipped Adamantite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "115",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1545",
+ "name": "Diamond bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9340",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105"
+ },
+ {
+ "requirements": "{4,61}",
+ "ge_buy_limit": "25000",
+ "examine": "Dragonstone tipped Runite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "386",
+ "high_alchemy": "580",
+ "equipment_slot": "13",
+ "grand_exchange_price": "3201",
+ "name": "Dragon bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9341",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117"
+ },
+ {
+ "requirements": "{4,61}",
+ "ge_buy_limit": "25000",
+ "examine": "Onyx tipped Runite crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "5453",
+ "high_alchemy": "8179",
+ "equipment_slot": "13",
+ "grand_exchange_price": "8752",
+ "name": "Onyx bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9342",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120"
+ },
+ {
"shop_price": "1",
+ "ge_buy_limit": "10000",
+ "examine": "Unfeathered bronze crossbow bolts.",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Bronze bolts (unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9375"
+ },
+ {
+ "examine": "Unfeathered blurite crossbow bolts.",
+ "durability": null,
+ "name": "Blurite bolts (unf)",
+ "archery_ticket_price": "0",
+ "id": "9376"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "10000",
+ "examine": "Unfeathered iron crossbow bolts.",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Iron bolts (unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9377"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Unfeathered steel crossbow bolts.",
+ "grand_exchange_price": "61",
+ "durability": null,
+ "name": "Steel bolts (unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9378"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Unfeathered mithril crossbow bolts.",
+ "grand_exchange_price": "115",
+ "durability": null,
+ "name": "Mithril bolts (unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9379"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Unfeathered adamantite crossbow bolts.",
+ "grand_exchange_price": "266",
+ "durability": null,
+ "name": "Adamant bolts(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9380"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Unfeathered runite crossbow bolts",
+ "grand_exchange_price": "1235",
+ "durability": null,
+ "name": "Runite bolts (unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9381"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Unfeathered silver crossbow bolts.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Silver bolts (unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9382"
+ },
+ {
+ "examine": "A mithril grapple tipped bolt with a rope.",
+ "grand_exchange_price": "1447",
+ "durability": null,
+ "name": "Grapple",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9415"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A mithril grapple tip.",
+ "grand_exchange_price": "461",
+ "durability": null,
+ "name": "Mith grapple tip",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9416"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "461",
+ "durability": null,
+ "name": "Mith grapple tip",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9417"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A mithril grapple tipped bolt with a rope.",
+ "grand_exchange_price": "858",
+ "durability": null,
+ "name": "Mith grapple",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9418"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A mithril grapple tipped bolt with a rope.",
+ "grand_exchange_price": "1470",
+ "durability": null,
+ "name": "Mith grapple",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9419",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{9,9}",
+ "shop_price": "20",
+ "ge_buy_limit": "5000",
+ "examine": "A pair of bronze crossbow limbs.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "1",
+ "equipment_slot": "5",
+ "grand_exchange_price": "49",
+ "name": "Bronze limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9420"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "49",
+ "durability": null,
+ "name": "Bronze limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9421"
+ },
+ {
+ "requirements": "{24,9}",
+ "examine": "A pair of blurite crossbow limbs.",
+ "durability": null,
+ "name": "Blurite limbs",
+ "low_alchemy": "13",
+ "high_alchemy": "19",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9422",
+ "equipment_slot": "5"
+ },
+ {
+ "requirements": "{9,39}",
+ "shop_price": "200",
+ "ge_buy_limit": "5000",
+ "examine": "A pair of iron crossbow limbs.",
+ "durability": null,
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "1",
+ "equipment_slot": "5",
+ "grand_exchange_price": "34",
+ "name": "Iron limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9423"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "34",
+ "durability": null,
+ "name": "Iron limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9424"
+ },
+ {
+ "requirements": "{9,46}",
+ "shop_price": "900",
+ "ge_buy_limit": "5000",
+ "examine": "A pair of steel crossbow limbs.",
+ "durability": null,
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "97",
+ "name": "Steel limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9425"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Steel limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9426"
+ },
+ {
+ "requirements": "{9,54}",
+ "shop_price": "650",
+ "ge_buy_limit": "5000",
+ "examine": "A pair of mithril crossbow limbs.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "weight": "2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "347",
+ "name": "Mithril limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9427"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "347",
+ "durability": null,
+ "name": "Mithril limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9428"
+ },
+ {
+ "requirements": "{9,61}",
+ "shop_price": "4800",
+ "ge_buy_limit": "5000",
+ "examine": "A pair of adamantite crossbow limbs.",
+ "durability": null,
+ "low_alchemy": "640",
+ "high_alchemy": "960",
+ "weight": "3",
+ "equipment_slot": "5",
+ "grand_exchange_price": "1434",
+ "name": "Adamantite limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9429"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1434",
+ "durability": null,
+ "name": "Adamantite limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9430"
+ },
+ {
+ "requirements": "{9,69}",
+ "ge_buy_limit": "5000",
+ "examine": "A pair of runite crossbow limbs.",
+ "durability": null,
+ "low_alchemy": "6400",
+ "high_alchemy": "9600",
+ "weight": "3",
+ "equipment_slot": "5",
+ "grand_exchange_price": "9441",
+ "name": "Runite limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9431"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "9441",
+ "durability": null,
+ "name": "Runite limbs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9432"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "1500",
+ "examine": "A pouch for storing crossbow bolts.",
+ "durability": null,
+ "name": "Bolt pouch",
"tradeable": "false",
- "weight": "0.2"
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9433"
+ },
+ {
+ "shop_price": "25",
+ "ge_buy_limit": "100",
+ "examine": "A mould for creating silver crossbow bolts.",
+ "grand_exchange_price": "409",
+ "durability": null,
+ "name": "Bolt mould",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9434"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "409",
+ "durability": null,
+ "name": "Bolt mould",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9435"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "I can use this to make a crossbow string.",
+ "grand_exchange_price": "196",
+ "durability": null,
+ "name": "Sinew",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9436"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "196",
+ "durability": null,
+ "name": "Sinew",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9437"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A string for a crossbow.",
+ "grand_exchange_price": "203",
+ "durability": null,
+ "name": "Crossbow string",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9438"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "203",
+ "durability": null,
+ "name": "Crossbow string",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9439"
+ },
+ {
+ "requirements": "{9,9}",
+ "shop_price": "8",
+ "ge_buy_limit": "1000",
+ "examine": "A wooden crossbow stock",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1",
+ "name": "Wooden stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9440"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Wooden stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9441"
+ },
+ {
+ "requirements": "{24,9}",
+ "ge_buy_limit": "1000",
+ "examine": "An oak crossbow stock.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "16",
+ "weight": "3",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1",
+ "name": "Oak stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9442"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Oak stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9443"
+ },
+ {
+ "requirements": "{9,39}",
+ "shop_price": "21",
+ "ge_buy_limit": "1000",
+ "examine": "A willow crossbow stock.",
+ "durability": null,
+ "low_alchemy": "21",
+ "high_alchemy": "31",
+ "weight": "1",
+ "equipment_slot": "3",
+ "grand_exchange_price": "3",
+ "name": "Willow stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9444"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Willow stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9445"
+ },
+ {
+ "requirements": "{9,46}",
+ "shop_price": "231",
+ "ge_buy_limit": "1000",
+ "examine": "A teak crossbow stock.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "46",
+ "equipment_slot": "3",
+ "grand_exchange_price": "6",
+ "name": "Teak stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9446"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Teak stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9447"
+ },
+ {
+ "requirements": "{9,54}",
+ "ge_buy_limit": "1000",
+ "examine": "A maple crossbow stock.",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Maple stock",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "9448",
+ "equipment_slot": "3"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Maple stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9449"
+ },
+ {
+ "requirements": "{9,61}",
+ "ge_buy_limit": "1000",
+ "examine": "A Mahogany crossbow stock.",
+ "durability": null,
+ "low_alchemy": "53",
+ "high_alchemy": "79",
+ "weight": "3",
+ "equipment_slot": "3",
+ "grand_exchange_price": "23",
+ "name": "Mahogany stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9450"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Mahogany stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9451"
+ },
+ {
+ "requirements": "{9,69}",
+ "ge_buy_limit": "1000",
+ "examine": "A yew crossbow stock.",
+ "durability": null,
+ "low_alchemy": "66",
+ "high_alchemy": "100",
+ "weight": "3",
+ "equipment_slot": "3",
+ "grand_exchange_price": "37",
+ "name": "Yew stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9452"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "37",
+ "durability": null,
+ "name": "Yew stock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9453"
+ },
+ {
+ "shop_price": "27",
+ "ge_buy_limit": "500",
+ "examine": "An unstrung bronze crossbow.",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Bronze c'bow (u)",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "8",
+ "archery_ticket_price": "0",
+ "id": "9454"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Bronze c'bow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9455"
+ },
+ {
+ "shop_price": "27",
+ "examine": "An unstrung blurite crossbow.",
+ "durability": null,
+ "name": "Blurite c'bow (u)",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "8",
+ "archery_ticket_price": "0",
+ "id": "9456"
+ },
+ {
+ "ge_buy_limit": "500",
+ "examine": "An unstrung iron crossbow.",
+ "grand_exchange_price": "26",
+ "durability": null,
+ "name": "Iron c'bow (u)",
+ "tradeable": "true",
+ "low_alchemy": "49",
+ "high_alchemy": "73",
+ "weight": "8",
+ "archery_ticket_price": "0",
+ "id": "9457"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "26",
+ "durability": null,
+ "name": "Iron c'bow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9458"
+ },
+ {
+ "shop_price": "27",
+ "ge_buy_limit": "500",
+ "examine": "An unstrung steel crossbow.",
+ "grand_exchange_price": "114",
+ "durability": null,
+ "name": "Steel c'bow (u)",
+ "tradeable": "true",
+ "low_alchemy": "130",
+ "high_alchemy": "196",
+ "weight": "8",
+ "archery_ticket_price": "0",
+ "id": "9459"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "114",
+ "durability": null,
+ "name": "Steel c'bow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9460"
+ },
+ {
+ "shop_price": "27",
+ "ge_buy_limit": "500",
+ "examine": "An unstrung mithril crossbow.",
+ "grand_exchange_price": "330",
+ "durability": null,
+ "name": "Mithril c'bow (u)",
+ "tradeable": "true",
+ "low_alchemy": "300",
+ "high_alchemy": "450",
+ "archery_ticket_price": "0",
+ "id": "9461"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "330",
+ "durability": null,
+ "name": "Mithril c'bow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9462"
+ },
+ {
+ "shop_price": "693",
+ "ge_buy_limit": "500",
+ "examine": "An unstrung adamantite crossbow.",
+ "grand_exchange_price": "1007",
+ "durability": null,
+ "name": "Adamant c'bow (u)",
+ "tradeable": "true",
+ "low_alchemy": "693",
+ "high_alchemy": "1039",
+ "weight": "8",
+ "archery_ticket_price": "0",
+ "id": "9463"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "1007",
+ "durability": null,
+ "name": "Adamant c'bow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9464"
+ },
+ {
+ "shop_price": "4000",
+ "ge_buy_limit": "500",
+ "examine": "An unstrung runite crossbow.",
+ "grand_exchange_price": "9493",
+ "durability": null,
+ "name": "Runite c'bow (u)",
+ "tradeable": "true",
+ "low_alchemy": "6466",
+ "high_alchemy": "9700",
+ "archery_ticket_price": "0",
+ "id": "9465"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "9493",
+ "durability": null,
+ "name": "Runite c'bow (u)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9466"
+ },
+ {
+ "examine": "It's a bar of blurite.",
+ "durability": null,
+ "name": "Blurite bar",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "9467"
+ },
+ {
+ "examine": "What is left over when a log is made into a plank.",
+ "durability": null,
+ "name": "Sawdust",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "9468"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A seed pod of the Grand Tree.",
+ "grand_exchange_price": "16200",
+ "durability": null,
+ "name": "Grand seed pod",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "9469"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "A scarf. You feel your upper lip stiffening.",
+ "grand_exchange_price": "1900000",
+ "durability": null,
+ "name": "Gnome scarf",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9470",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1900000",
+ "durability": null,
+ "name": "Gnome scarf",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9471"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Tally Ho!",
+ "grand_exchange_price": "95800",
+ "durability": null,
+ "name": "Gnome goggles",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "9472",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "95800",
+ "durability": null,
+ "name": "Gnome goggles",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9473"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9474"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It looks very minty.",
+ "grand_exchange_price": "675",
+ "durability": null,
+ "name": "Mint cake",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "9475"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "675",
+ "durability": null,
+ "name": "Mint cake",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9476"
+ },
+ {
+ "examine": "You can check on your delivery details here",
+ "durability": null,
+ "name": "Aluft aloft box",
+ "archery_ticket_price": "0",
+ "id": "9477"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This cheese & tomato batta needs baking (and garnishing with equa leaves).",
+ "durability": null,
+ "name": "Half made batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9478"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This cheese & tomato batta needs garnishing with equa leaves.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9479"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This fruit batta needs baking (and garnishing with gnome spices).",
+ "durability": null,
+ "name": "Half made batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9480"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This fruit batta needs garnishing with gnome spices.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9481"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This toad batta needs baking.",
+ "durability": null,
+ "name": "Half made batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9482"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This veggie batta needs baking (and garnishing with equa leaves).",
+ "durability": null,
+ "name": "Half made batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9483"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This veggie batta needs garnishing with equa leaves.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9484"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This worm batta needs baking (and garnishing with equa leaves).",
+ "durability": null,
+ "name": "Half made batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9485"
+ },
+ {
+ "shop_price": "1",
+ "examine": "This worm batta needs garnishing with equa leaves.",
+ "durability": null,
+ "name": "Unfinished batta",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9486"
+ },
+ {
+ "shop_price": "28",
+ "examine": "This looks like a strange mix.",
+ "grand_exchange_price": "740",
+ "durability": null,
+ "name": "Wizard blizzard",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9487"
+ },
+ {
+ "durability": null,
+ "name": "Wizard blizzard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9488"
+ },
+ {
+ "shop_price": "28",
+ "examine": "This looks like a strange mix.",
+ "grand_exchange_price": "740",
+ "durability": null,
+ "name": "Wizard blizzard",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9489"
+ },
+ {
+ "shop_price": "28",
+ "examine": "This looks like a strange mix.",
+ "grand_exchange_price": "740",
+ "durability": null,
+ "name": "Wizard blizzard",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9508"
+ },
+ {
+ "durability": null,
+ "name": "Wizard blizzard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9509"
+ },
+ {
+ "shop_price": "28",
+ "examine": "A Short Green Guy... looks good.",
+ "grand_exchange_price": "954",
+ "durability": null,
+ "name": "Short green guy",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9510"
+ },
+ {
+ "durability": null,
+ "name": "Short green guy",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9511"
+ },
+ {
+ "shop_price": "28",
+ "examine": "A fresh healthy fruit mix.",
+ "grand_exchange_price": "287",
+ "durability": null,
+ "name": "Pineapple punch",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9512"
+ },
+ {
+ "durability": null,
+ "name": "Pineapple punch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9513"
+ },
+ {
+ "shop_price": "28",
+ "examine": "A cool refreshing fruit mix.",
+ "grand_exchange_price": "2276",
+ "durability": null,
+ "name": "Fruit blast",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9514"
+ },
+ {
+ "durability": null,
+ "name": "Fruit blast",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9515"
+ },
+ {
+ "shop_price": "28",
+ "examine": "A warm creamy alcoholic beverage",
+ "grand_exchange_price": "577",
+ "durability": null,
+ "name": "Drunk dragon",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9516"
+ },
+ {
+ "durability": null,
+ "name": "Drunk dragon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9517"
+ },
+ {
+ "shop_price": "28",
+ "examine": "A warm creamy alcoholic beverage",
+ "grand_exchange_price": "281",
+ "durability": null,
+ "name": "Choc saturday",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9518"
+ },
+ {
+ "durability": null,
+ "name": "Choc saturday",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9519"
+ },
+ {
+ "shop_price": "30",
+ "examine": "Looks good... smells strong.",
+ "grand_exchange_price": "27",
+ "durability": null,
+ "name": "Blurberry special",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "9520"
+ },
+ {
+ "durability": null,
+ "name": "Blurberry special",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9521"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A deep tin used to make gnome battas in.",
+ "durability": null,
+ "name": "Batta tin",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "9522"
+ },
+ {
+ "durability": null,
+ "name": "Batta tin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9523"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A deep tin used to make gnome battas in.",
+ "durability": null,
+ "name": "Batta tin",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "9524"
+ },
+ {
+ "durability": null,
+ "name": "Batta tin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9525"
+ },
+ {
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "310",
+ "durability": null,
+ "name": "Fruit batta",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9527"
+ },
+ {
+ "durability": null,
+ "name": "Fruit batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9528"
+ },
+ {
+ "shop_price": "78",
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "280",
+ "durability": null,
+ "name": "Toad batta",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9529"
+ },
+ {
+ "durability": null,
+ "name": "Toad batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9530"
+ },
+ {
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "148",
+ "durability": null,
+ "name": "Worm batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9531"
+ },
+ {
+ "durability": null,
+ "name": "Worm batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9532"
+ },
+ {
+ "examine": "Well... It looks healthy.",
+ "grand_exchange_price": "240",
+ "durability": null,
+ "name": "Vegetable batta",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9533"
+ },
+ {
+ "durability": null,
+ "name": "Vegetable batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9534"
+ },
+ {
+ "examine": "This smells really good.",
+ "grand_exchange_price": "266",
+ "durability": null,
+ "name": "Cheese+tom batta",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9535"
+ },
+ {
+ "durability": null,
+ "name": "Cheese+tom batta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9536"
+ },
+ {
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "2606",
+ "durability": null,
+ "name": "Toad crunchies",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9538"
+ },
+ {
+ "durability": null,
+ "name": "Toad crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9539"
+ },
+ {
+ "shop_price": "70",
+ "examine": "Yum...smells spicy.",
+ "grand_exchange_price": "99",
+ "durability": null,
+ "name": "Spicy crunchies",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9540"
+ },
+ {
+ "durability": null,
+ "name": "Spicy crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9541"
+ },
+ {
+ "shop_price": "80",
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "255",
+ "durability": null,
+ "name": "Worm crunchies",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9542"
+ },
+ {
+ "durability": null,
+ "name": "Worm crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9543"
+ },
+ {
+ "shop_price": "70",
+ "examine": "Yum... smells good.",
+ "grand_exchange_price": "889",
+ "durability": null,
+ "name": "Chocchip crunchies",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9544"
+ },
+ {
+ "durability": null,
+ "name": "Chocchip crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9545"
+ },
+ {
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "475",
+ "durability": null,
+ "name": "Worm hole",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9547"
+ },
+ {
+ "durability": null,
+ "name": "Worm hole",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9548"
+ },
+ {
+ "examine": "This looks pretty healthy.",
+ "grand_exchange_price": "514",
+ "durability": null,
+ "name": "Veg ball",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9549"
+ },
+ {
+ "durability": null,
+ "name": "Veg ball",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9550"
+ },
+ {
+ "examine": "It actually smells quite good.",
+ "grand_exchange_price": "2650",
+ "durability": null,
+ "name": "Tangled toads' legs",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "9551"
+ },
+ {
+ "durability": null,
+ "name": "Tangled toads' legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9552"
+ },
+ {
+ "shop_price": "450",
+ "examine": "Full of creamy, chocolately goodness.",
+ "grand_exchange_price": "4704",
+ "durability": null,
+ "name": "Chocolate bomb",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "9553"
+ },
+ {
+ "durability": null,
+ "name": "Chocolate bomb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9554"
+ },
+ {
+ "examine": "This unfinished choco bomb needs baking, and final ingredients",
+ "durability": null,
+ "name": "Half made bowl",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9558"
+ },
+ {
+ "examine": "This unfinished tangled toad legs bowl needs baking, and final ingredients",
+ "durability": null,
+ "name": "Half made bowl",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9559"
+ },
+ {
+ "examine": "This unfinished choc bomb needs cream and chocolate dust.",
+ "durability": null,
+ "name": "Unfinished bowl",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9560"
+ },
+ {
+ "examine": "This unfinished veggie ball needs baking, and final ingredients",
+ "durability": null,
+ "name": "Half made bowl",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9561"
+ },
+ {
+ "examine": "This unfinished veggie ball needs equa leaves.",
+ "durability": null,
+ "name": "Unfinished bowl",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9562"
+ },
+ {
+ "examine": "This unfinished worm hole needs baking, and final ingredients",
+ "durability": null,
+ "name": "Half made bowl",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9563"
+ },
+ {
+ "examine": "This unfinished worm hole needs equa leaves.",
+ "durability": null,
+ "name": "Unfinished bowl",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9564"
+ },
+ {
+ "durability": null,
+ "name": "Cocktail shaker",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9565"
+ },
+ {
+ "examine": "This wizzard blizzard needs pouring, a lime slice, and pineapple chunks.",
+ "durability": null,
+ "name": "Mixed blizzard",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9566"
+ },
+ {
+ "examine": "This short green guy cocktail needs pouring, a lime slice and equa leaves.",
+ "durability": null,
+ "name": "Mixed sgg",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9567"
+ },
+ {
+ "examine": "This fruit blast cocktail needs pouring and a lemon slice.",
+ "durability": null,
+ "name": "Mixed blast",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9568"
+ },
+ {
+ "examine": "This pineapple punch needs pouring, lime and pineapple chunks, and a orange slice.",
+ "durability": null,
+ "name": "Mixed punch",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9569"
+ },
+ {
+ "examine": "This blurberry special needs pouring, orange and lemon chunks, a lime slice and equa leaves.",
+ "durability": null,
+ "name": "Mixed blurberry special",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9570"
+ },
+ {
+ "examine": "This choco chip crunchy needs baking and garnishing with chocolate dust.",
+ "durability": null,
+ "name": "Half made crunchy",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9577"
+ },
+ {
+ "examine": "This choco chip crunchy needs garnishing with chocolate dust.",
+ "durability": null,
+ "name": "Unfinished crunchy",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9578"
+ },
+ {
+ "examine": "This spicy crunchy needs baking and garnishing with gnome spices.",
+ "durability": null,
+ "name": "Half made crunchy",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9579"
+ },
+ {
+ "examine": "This spicy crunchy needs garnishing with gnome spices.",
+ "durability": null,
+ "name": "Unfinished crunchy",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9580"
+ },
+ {
+ "examine": "This toad crunchy needs baking and garnishing with equa leaves.",
+ "durability": null,
+ "name": "Half made crunchy",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9581"
+ },
+ {
+ "examine": "This toad crunchy needs garnishing with equa leaves.",
+ "durability": null,
+ "name": "Unfinished crunchy",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9582"
+ },
+ {
+ "examine": "This worm crunchy needs baking and garnishing with gnome spices.",
+ "durability": null,
+ "name": "Half made crunchy",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9583"
+ },
+ {
+ "examine": "This worm crunchy needs garnishing with gnome spices.",
+ "durability": null,
+ "name": "Unfinished crunchy",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "9584"
+ },
+ {
+ "durability": null,
+ "name": "Batta tin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9585"
+ },
+ {
+ "durability": null,
+ "name": "Crunchy tray",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9586"
+ },
+ {
+ "durability": null,
+ "name": "Gnomebowl mould",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9587"
+ },
+ {
+ "durability": null,
+ "name": "Raw crunchies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9588"
+ },
+ {
+ "destroy_message": "Speak to Sir Amik Varze at the beginning of the Black Knight's Fortress Quest.",
+ "examine": "A dossier containing info on the Black Knight plot.",
+ "durability": null,
+ "name": "Dossier",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9589"
+ },
+ {
+ "examine": "A dossier containing info on the Black Knight plot.",
+ "durability": null,
+ "name": "Dossier",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9590"
+ },
+ {
+ "examine": "Glue made from tree sap and ground mud runes.",
+ "durability": null,
+ "name": "Magic glue",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9592"
+ },
+ {
+ "examine": "This doesn't look like it will do anything interesting.",
+ "durability": null,
+ "name": "Weird gloop",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "9593"
+ },
+ {
+ "examine": "Mud runes ground into a powder.",
+ "durability": null,
+ "name": "Ground mud runes",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "9594"
+ },
+ {
+ "examine": "A red circular crystalline disc.",
+ "durability": null,
+ "name": "Red circle",
+ "archery_ticket_price": "0",
+ "id": "9597"
+ },
+ {
+ "examine": "A red triangular crystalline disc.",
+ "durability": null,
+ "name": "Red triangle",
+ "archery_ticket_price": "0",
+ "id": "9598"
+ },
+ {
+ "examine": "A red square-shaped crystalline disc.",
+ "durability": null,
+ "name": "Red square",
+ "archery_ticket_price": "0",
+ "id": "9599"
+ },
+ {
+ "examine": "A red pentagon shaped crystalline disc.",
+ "durability": null,
+ "name": "Red pentagon",
+ "archery_ticket_price": "0",
+ "id": "9600"
+ },
+ {
+ "examine": "An orange circular crystalline disc.",
+ "durability": null,
+ "name": "Orange circle",
+ "archery_ticket_price": "0",
+ "id": "9601"
+ },
+ {
+ "examine": "An orange triangular crystalline disc.",
+ "durability": null,
+ "name": "Orange triangle",
+ "archery_ticket_price": "0",
+ "id": "9602"
+ },
+ {
+ "examine": "An orange square-shaped crystalline disc.",
+ "durability": null,
+ "name": "Orange square",
+ "archery_ticket_price": "0",
+ "id": "9603"
+ },
+ {
+ "examine": "An orange pentagon shaped crystalline disc.",
+ "durability": null,
+ "name": "Orange pentagon",
+ "archery_ticket_price": "0",
+ "id": "9604"
+ },
+ {
+ "examine": "A yellow circular crystalline disc.",
+ "durability": null,
+ "name": "Yellow circle",
+ "archery_ticket_price": "0",
+ "id": "9605"
+ },
+ {
+ "examine": "A yellow triangular crystalline disc.",
+ "durability": null,
+ "name": "Yellow triangle",
+ "archery_ticket_price": "0",
+ "id": "9606"
+ },
+ {
+ "examine": "A yellow square-shaped crystalline disc.",
+ "durability": null,
+ "name": "Yellow square",
+ "archery_ticket_price": "0",
+ "id": "9607"
+ },
+ {
+ "examine": "A yellow pentagon shaped crystalline disc.",
+ "durability": null,
+ "name": "Yellow pentagon",
+ "archery_ticket_price": "0",
+ "id": "9608"
+ },
+ {
+ "examine": "A green circular crystalline disc.",
+ "durability": null,
+ "name": "Green circle",
+ "archery_ticket_price": "0",
+ "id": "9609"
+ },
+ {
+ "examine": "A green triangular crystalline disc.",
+ "durability": null,
+ "name": "Green triangle",
+ "archery_ticket_price": "0",
+ "id": "9610"
+ },
+ {
+ "examine": "A green square shaped crystalline disc.",
+ "durability": null,
+ "name": "Green square",
+ "archery_ticket_price": "0",
+ "id": "9611"
+ },
+ {
+ "examine": "A green pentagon shaped crystalline disc.",
+ "durability": null,
+ "name": "Green pentagon",
+ "archery_ticket_price": "0",
+ "id": "9612"
+ },
+ {
+ "examine": "A blue circular crystalline disc.",
+ "durability": null,
+ "name": "Blue circle",
+ "archery_ticket_price": "0",
+ "id": "9613"
+ },
+ {
+ "examine": "A blue triangular crystalline disc.",
+ "durability": null,
+ "name": "Blue triangle",
+ "archery_ticket_price": "0",
+ "id": "9614"
+ },
+ {
+ "examine": "A blue square shaped crystalline disc.",
+ "durability": null,
+ "name": "Blue square",
+ "archery_ticket_price": "0",
+ "id": "9615"
+ },
+ {
+ "examine": "A blue pentagon shaped crystalline disc.",
+ "durability": null,
+ "name": "Blue pentagon",
+ "archery_ticket_price": "0",
+ "id": "9616"
+ },
+ {
+ "examine": "An indigo circular crystalline disc.",
+ "durability": null,
+ "name": "Indigo circle",
+ "archery_ticket_price": "0",
+ "id": "9617"
+ },
+ {
+ "examine": "An indigo triangular crystalline disc.",
+ "durability": null,
+ "name": "Indigo triangle",
+ "archery_ticket_price": "0",
+ "id": "9618"
+ },
+ {
+ "examine": "An indigo square shaped crystalline disc.",
+ "durability": null,
+ "name": "Indigo square",
+ "archery_ticket_price": "0",
+ "id": "9619"
+ },
+ {
+ "examine": "An indigo pentagon shaped crystalline disc.",
+ "durability": null,
+ "name": "Indigo pentagon",
+ "archery_ticket_price": "0",
+ "id": "9620"
+ },
+ {
+ "examine": "A violet circular crystalline disc.",
+ "durability": null,
+ "name": "Violet circle",
+ "archery_ticket_price": "0",
+ "id": "9621"
+ },
+ {
+ "examine": "A violet triangular crystalline disc.",
+ "durability": null,
+ "name": "Violet triangle",
+ "archery_ticket_price": "0",
+ "id": "9622"
+ },
+ {
+ "examine": "A violet square-shaped crystalline disc.",
+ "durability": null,
+ "name": "Violet square",
+ "archery_ticket_price": "0",
+ "id": "9623"
+ },
+ {
+ "examine": "A violet pentagon shaped crystalline disc.",
+ "durability": null,
+ "name": "Violet pentagon",
+ "archery_ticket_price": "0",
+ "id": "9624"
+ },
+ {
+ "destroy_message": "Maybe Brimstail will have another...",
+ "examine": "A magical saw.",
+ "durability": null,
+ "name": "Crystal saw",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9625",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "Maybe Brimstail will have another...",
+ "examine": "This small crystal seed looks grey and dead.",
+ "durability": null,
+ "name": "Small crystal seed",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9626"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,5}",
+ "shop_price": "1265",
+ "ge_buy_limit": "100",
+ "examine": "As used by King Tyras personal guard.",
+ "durability": null,
+ "low_alchemy": "220",
+ "high_alchemy": "330",
+ "weight": "0.9",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1406",
+ "name": "Tyras helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9629",
+ "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1406",
+ "durability": null,
+ "name": "Tyras helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9630"
+ },
+ {
+ "examine": "This needs refining.",
+ "durability": null,
+ "name": "Daeyalt ore",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "9632"
+ },
+ {
+ "shop_price": "635",
+ "ge_buy_limit": "100",
+ "examine": "Dressing like the Vyrewatch could be a useful disguise in the ghetto of Meiyerditch.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.9",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "2160",
+ "name": "Vyrewatch top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9634",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2160",
+ "durability": null,
+ "name": "Vyrewatch top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9635"
+ },
+ {
+ "shop_price": "635",
+ "ge_buy_limit": "100",
+ "examine": "Dress like a powerful Vyrewatch!",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1204",
+ "name": "Vyrewatch legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9636",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1204",
+ "durability": null,
+ "name": "Vyrewatch legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9637"
+ },
+ {
+ "shop_price": "635",
+ "ge_buy_limit": "100",
+ "examine": "Dress like a powerful Vyrewatch!",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.9",
+ "equipment_slot": "10",
+ "grand_exchange_price": "2874",
+ "name": "Vyrewatch shoes",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9638",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2874",
+ "durability": null,
+ "name": "Vyrewatch shoes",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9639"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "Could be used as a disguise in the ghetto of Meiyerditch.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.9",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "588",
+ "name": "Citizen top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9640",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "588",
+ "durability": null,
+ "name": "Citizen top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9641"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "Could be used as a disguise in the ghetto of Meiyerditch.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.9",
+ "equipment_slot": "7",
+ "grand_exchange_price": "491",
+ "name": "Citizen trousers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9642",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "491",
+ "durability": null,
+ "name": "Citizen trousers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9643"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "Could be used as a disguise in the ghetto of Meiyerditch.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.9",
+ "equipment_slot": "10",
+ "grand_exchange_price": "458",
+ "name": "Citizen shoes",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9644",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "458",
+ "durability": null,
+ "name": "Citizen shoes",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9645"
+ },
+ {
+ "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.",
+ "examine": "Northern approach of the castle.",
+ "durability": null,
+ "name": "Castle sketch 1",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9646"
+ },
+ {
+ "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.",
+ "examine": "Western approach of the castle.",
+ "durability": null,
+ "name": "Castle sketch 2",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9647"
+ },
+ {
+ "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.",
+ "examine": "Southern approach of the castle.",
+ "durability": null,
+ "name": "Castle sketch 3",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9648"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A key to some large, strange door.",
+ "durability": null,
+ "name": "Large ornate key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9651"
+ },
+ {
+ "destroy_message": "Unknown You can reclaim this item from the place you found it.",
+ "examine": "A book called Haemalchemy Volume 1.",
+ "durability": null,
+ "name": "Haemalchemy",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9652"
+ },
+ {
+ "destroy_message": "Safalaan gave you this message; he would probably write out another one for you.",
+ "examine": "A sealed message from Safalaan to Valiaf.",
+ "durability": null,
+ "name": "Sealed message",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9653"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A key to the Witch's house's front door. (Witch's House)",
+ "durability": null,
+ "name": "Door key",
+ "archery_ticket_price": "0",
+ "id": "9654"
+ },
+ {
+ "destroy_message": "You found this ladder top on a wall section in the north of Meiyerditch; you can get another one there.",
+ "examine": "The top part of a ladder.",
+ "durability": null,
+ "name": "Ladder top",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9655"
+ },
+ {
+ "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
+ "examine": "A tome of experience that awards 2000 XP per chapter.",
+ "durability": null,
+ "name": "Tome of xp (3)",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9656"
+ },
+ {
+ "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
+ "examine": "A tome of experience that awards 2000 XP per chapter.",
+ "durability": null,
+ "name": "Tome of xp (2)",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9657"
+ },
+ {
+ "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
+ "examine": "A tome of experience that awards 2000 XP per chapter.",
+ "durability": null,
+ "name": "Tome of xp (1)",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9658"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Bucket of water",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "9659"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "2",
+ "examine": "It's an empty bucket.",
+ "grand_exchange_price": "50",
+ "durability": null,
+ "name": "Bucket",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9660"
+ },
+ {
+ "destroy_message": "Safalaan gave you this key as a reward for helping out in Meiyerditch, you can get another key from him.",
+ "examine": "A key allowing a shortcut into the Sanguinesti region. (Darkness of Hallowvale)",
+ "durability": null,
+ "name": "Shortcut key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9662"
+ },
+ {
+ "durability": null,
+ "name": "Torch",
+ "archery_ticket_price": "0",
+ "id": "9665",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "25000",
+ "ge_buy_limit": "100",
+ "examine": "Unknown edit",
+ "grand_exchange_price": "27500",
+ "durability": null,
+ "name": "Pros'yte harness m",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "9666"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "27500",
+ "durability": null,
+ "name": "Pros'yte harness m",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9667"
+ },
+ {
+ "shop_price": "20000",
+ "ge_buy_limit": "100",
+ "examine": "Unknown edit",
+ "grand_exchange_price": "22700",
+ "durability": null,
+ "name": "Initiate harness m",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "9668"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "22700",
+ "durability": null,
+ "name": "Initiate harness m",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9669"
+ },
+ {
+ "shop_price": "25000",
+ "ge_buy_limit": "100",
+ "examine": "Unknown edit",
+ "grand_exchange_price": "27900",
+ "durability": null,
+ "name": "Pros'yte harness f",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "9670"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "27900",
+ "durability": null,
+ "name": "Pros'yte harness f",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9671"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}-{5,20}",
+ "shop_price": "8000",
+ "ge_buy_limit": "100",
+ "examine": "A Proselyte Temple Knight's helm.",
+ "durability": null,
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "weight": "2",
+ "absorb": "1,0,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "4619",
+ "name": "Proselyte sallet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9672",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,4,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4619",
+ "durability": null,
+ "name": "Proselyte sallet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9673"
+ },
+ {
+ "requirements": "{1,30}-{5,20}",
+ "shop_price": "12000",
+ "ge_buy_limit": "100",
+ "examine": "A Proselyte Temple Knight's armour.",
+ "durability": null,
+ "low_alchemy": "4800",
+ "high_alchemy": "7200",
+ "weight": "8.6",
+ "absorb": "2,0,4",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "7076",
+ "name": "Proselyte hauberk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9674",
+ "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,8,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7076",
+ "durability": null,
+ "name": "Proselyte hauberk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9675"
+ },
+ {
+ "requirements": "{1,30}-{5,20}",
+ "shop_price": "10000",
+ "ge_buy_limit": "100",
+ "examine": "A Proselyte Temple Knight's leg armour",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "7.7",
+ "absorb": "1,0,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "5923",
+ "name": "Proselyte cuisse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9676",
+ "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5923",
+ "durability": null,
+ "name": "Proselyte cuisse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9677"
+ },
+ {
+ "requirements": "{1,30}-{5,20}",
+ "shop_price": "10000",
+ "ge_buy_limit": "100",
+ "examine": "A Proselyte Temple Knight's leg armour.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "9",
+ "absorb": "1,0,3",
+ "equipment_slot": "7",
+ "grand_exchange_price": "5730",
+ "name": "Proselyte tasset",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9678",
+ "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "5730",
+ "durability": null,
+ "name": "Proselyte tasset",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9679"
+ },
+ {
+ "examine": "A rendered down baby sea slug.",
+ "durability": null,
+ "name": "Sea slug glue",
+ "archery_ticket_price": "0",
+ "id": "9680"
+ },
+ {
+ "destroy_message": "As a security precaution, your CommOrb will automatically self",
+ "examine": "A Temple Knight Communication Orb. Top Secret!",
+ "durability": null,
+ "name": "Commorb v2",
+ "archery_ticket_price": "0",
+ "id": "9681"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A copy of the mysterious glyphs.",
+ "durability": null,
+ "name": "Door transcription",
+ "archery_ticket_price": "0",
+ "id": "9682"
+ },
+ {
+ "examine": "Dead sea slug, very sticky.",
+ "durability": null,
+ "name": "Dead sea slug",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9683"
+ },
+ {
+ "destroy_message": "You can get this page from Mayor Hobb's Desk.",
+ "examine": "A page from Maledict's holy book.",
+ "durability": null,
+ "name": "Page 1",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "9684"
+ },
+ {
+ "destroy_message": "You can get this page from Ezekial Lovecraft.",
+ "examine": "A page from Maledict's holy book.",
+ "durability": null,
+ "name": "Page 2",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9685"
+ },
+ {
+ "destroy_message": "You will have to get the torn page from Col. O' Niall.",
+ "examine": "A page from Maledict's holy book.",
+ "durability": null,
+ "name": "Page 3",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9686"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A piece of torn page.",
+ "durability": null,
+ "name": "Fragment 1",
+ "archery_ticket_price": "0",
+ "id": "9687"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A piece of torn page.",
+ "durability": null,
+ "name": "Fragment 2",
+ "archery_ticket_price": "0",
+ "id": "9688"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A piece of torn page.",
+ "durability": null,
+ "name": "Fragment 3",
+ "archery_ticket_price": "0",
+ "id": "9689"
+ },
+ {
+ "destroy_message": "Are you sure you wish to destroy this?",
+ "examine": "A blank water rune.",
+ "durability": null,
+ "name": "Blank water rune",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9690"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Water rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "9691"
+ },
+ {
+ "destroy_message": "Are you sure you wish to destroy this?",
+ "examine": "A blank air rune.",
+ "durability": null,
+ "name": "Blank air rune",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9692"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "9",
+ "durability": null,
+ "name": "Air rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "9693"
+ },
+ {
+ "destroy_message": "Are you sure you wish to destroy this?",
+ "examine": "A blank earth rune.",
+ "durability": null,
+ "name": "Blank earth rune",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9694"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "7",
+ "durability": null,
+ "name": "Earth rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "9695"
+ },
+ {
+ "destroy_message": "Are you sure you wish to destroy this?",
+ "examine": "A blank mind rune.",
+ "durability": null,
+ "name": "Blank mind rune",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9696"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "17",
+ "examine": "Used for basic missile spells.",
+ "grand_exchange_price": "6",
+ "durability": null,
+ "name": "Mind rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "9697"
+ },
+ {
+ "destroy_message": "Are you sure you wish to destroy this?",
+ "examine": "A blank fire rune.",
+ "durability": null,
+ "name": "Blank fire rune",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9698"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "17",
+ "examine": "One of the 4 basic elemental Runes.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Fire rune",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "9699"
+ },
+ {
+ "durability": null,
+ "name": "Torch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9701"
+ },
+ {
+ "examine": "A big, bad troll.",
+ "durability": null,
+ "name": "Stick",
+ "archery_ticket_price": "0",
+ "attack_speed": "6",
+ "id": "9702",
+ "weapon_interface": "5",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "35",
+ "examine": "Basic training sword.",
+ "durability": null,
+ "weight": "1.8",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,390,390,390",
+ "name": "Training sword",
+ "archery_ticket_price": "0",
+ "id": "9703",
+ "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0"
+ },
+ {
+ "examine": "Made of flimsy painted wood.",
+ "durability": null,
+ "name": "Training shield",
+ "weight": "5.4",
+ "archery_ticket_price": "0",
+ "id": "9704",
+ "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "Light and flexible, good for a beginner.",
+ "durability": null,
+ "destroy": "true",
+ "weight": "1.3",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "attack_audios": "2700,0,0,0",
+ "name": "Training bow",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9705",
+ "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Standard training arrows.",
+ "durability": null,
+ "name": "Training arrows",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9706",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7",
+ "equipment_slot": "13"
+ },
+ {
+ "examine": "Book of the elemental shield.",
+ "durability": null,
+ "name": "Slashed book",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "9715"
+ },
+ {
+ "examine": "Book of the elemental helm.",
+ "durability": null,
+ "name": "Beaten book",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "9717"
+ },
+ {
+ "examine": "On the subject of lava dippers.",
+ "durability": null,
+ "name": "Crane schematic",
+ "archery_ticket_price": "0",
+ "id": "9718"
+ },
+ {
+ "examine": "A scroll with a lever schematic drawn on it.",
+ "durability": null,
+ "name": "Lever schematic",
+ "archery_ticket_price": "0",
+ "id": "9719"
+ },
+ {
+ "examine": "A crane claw.",
+ "durability": null,
+ "name": "Crane claw",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9720"
+ },
+ {
+ "examine": "A pipe that belongs in a cannon stand.",
+ "durability": null,
+ "name": "Pipe",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9723"
+ },
+ {
+ "examine": "A large cog.",
+ "durability": null,
+ "name": "Large cog",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9724"
+ },
+ {
+ "examine": "A medium cog.",
+ "durability": null,
+ "name": "Medium cog",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9725"
+ },
+ {
+ "examine": "A small cog.",
+ "durability": null,
+ "name": "Small cog",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9726"
+ },
+ {
+ "examine": "A primed elemental ingot.",
+ "durability": null,
+ "name": "Primed bar",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "9727"
+ },
+ {
+ "examine": "An elemental mind ingot.",
+ "durability": null,
+ "name": "Elemental mind bar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9728"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A helmet made in the Elemental Workshop.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "196",
+ "name": "Elemental helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9729",
+ "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "196",
+ "durability": null,
+ "name": "Elemental helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9730"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A shield made in the Elemental Workshop.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "0.2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "8351",
+ "name": "Mind shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9731",
+ "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8351",
+ "durability": null,
+ "name": "Mind shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9732"
+ },
+ {
+ "shop_price": "1200",
+ "ge_buy_limit": "100",
+ "examine": "A helmet made in the Elemental Workshop.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "0.1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1589",
+ "name": "Mind helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9733",
+ "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1589",
+ "durability": null,
+ "name": "Mind helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9734"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Not much good for blowing.",
+ "grand_exchange_price": "902",
+ "durability": null,
+ "name": "Desert goat horn",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9735"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Finely ground desert goat horn.",
+ "grand_exchange_price": "1082",
+ "durability": null,
+ "name": "Goat horn dust",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9736"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1082",
+ "durability": null,
+ "name": "Goat horn dust",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9737"
+ },
+ {
+ "durability": null,
+ "name": "Desert goat horn",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9738"
+ },
+ {
+ "shop_price": "207",
+ "ge_buy_limit": "100",
+ "examine": "4 doses of combat potion.",
+ "grand_exchange_price": "45",
+ "durability": null,
+ "name": "Combat potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "9739"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "45",
+ "durability": null,
+ "name": "Combat potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9740"
+ },
+ {
+ "shop_price": "207",
+ "ge_buy_limit": "100",
+ "examine": "3 doses of combat potion.",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Combat potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "9741"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Combat potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9742"
+ },
+ {
+ "shop_price": "207",
+ "ge_buy_limit": "100",
+ "examine": "2 doses of combat potion.",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Combat potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "9743"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Combat potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9744"
+ },
+ {
+ "shop_price": "207",
+ "ge_buy_limit": "100",
+ "examine": "1 dose of combat potion.",
+ "grand_exchange_price": "72",
+ "durability": null,
+ "name": "Combat potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "9745"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "72",
+ "durability": null,
+ "name": "Combat potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9746"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by masters of attack.",
+ "durability": null,
+ "name": "Attack cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9747",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Attack cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9748",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Attack skillcape hood.",
+ "durability": null,
+ "name": "Attack hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9749",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape only worn by the strongest people.",
+ "durability": null,
+ "name": "Strength cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9750",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Strength cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9751",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Strength skillcape hood.",
+ "durability": null,
+ "name": "Strength hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9752",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by masters of the art of Defence.",
+ "durability": null,
+ "name": "Defence cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9753",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Defence cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9754",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Defence skillcape hood.",
+ "durability": null,
+ "name": "Defence hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9755",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master archers.",
+ "durability": null,
+ "name": "Ranging cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9756",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Ranging cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9757",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Range skillcape hood.",
+ "durability": null,
+ "name": "Ranging hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9758",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most pious of heroes.",
+ "durability": null,
+ "name": "Prayer cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9759",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Prayer cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9760",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Prayer skillcape hood.",
+ "durability": null,
+ "name": "Prayer hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9761",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most powerful mages.",
+ "durability": null,
+ "name": "Magic cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9762",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Magic cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9763",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Magic skillcape hood.",
+ "durability": null,
+ "name": "Magic hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9764",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master runecrafters.",
+ "durability": null,
+ "name": "Runecraft cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9765",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Runecraft cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9766",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Runecrafting skillcape hood.",
+ "durability": null,
+ "name": "Runecrafting hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9767",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by well-constituted adventurers.",
+ "durability": null,
+ "name": "Hitpoints cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9768",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Hitpoints cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9769",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Constitution skillcape hood.",
+ "durability": null,
+ "name": "Hitpoints hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9770",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most agile of heroes.",
+ "durability": null,
+ "name": "Agility cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9771",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Agility cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9772",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Agility skillcape hood.",
+ "durability": null,
+ "name": "Agility hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9773",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most skilled at the art of herblore.",
+ "durability": null,
+ "name": "Herblore cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9774",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Herblore cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9775",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Herblore skillcape hood.",
+ "durability": null,
+ "name": "Herblore hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9776",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master thieves.",
+ "durability": null,
+ "name": "Thieving cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9777",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Thieving cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9778",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Thieving skillcape hood.",
+ "durability": null,
+ "name": "Thieving hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9779",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master craftworkers.",
+ "durability": null,
+ "name": "Crafting cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9780",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Crafting cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9781",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Crafting skillcape hood.",
+ "durability": null,
+ "name": "Crafting hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9782",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the best of fletchers.",
+ "durability": null,
+ "name": "Fletching cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9783",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Fletching cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9784",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Fletching skillcape hood.",
+ "durability": null,
+ "name": "Fletching hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9785",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by slayer masters.",
+ "durability": null,
+ "name": "Slayer cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9786",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Slayer cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9787",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Slayer skillcape hood.",
+ "durability": null,
+ "name": "Slayer hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9788",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master builders.",
+ "durability": null,
+ "name": "Construct. cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9789",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Construct. cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9790",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Construction skillcape hood.",
+ "durability": null,
+ "name": "Construct. hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9791",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most skilled miners.",
+ "durability": null,
+ "name": "Mining cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9792",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Mining cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9793",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Mining skillcape hood.",
+ "durability": null,
+ "name": "Mining hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9794",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master smiths.",
+ "durability": null,
+ "name": "Smithing cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9795",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Smithing cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9796",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Smithing skillcape hood.",
+ "durability": null,
+ "name": "Smithing hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9797",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the best fishermen.",
+ "durability": null,
+ "name": "Fishing cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9798",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Fishing cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9799",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Fishing skillcape hood.",
+ "durability": null,
+ "name": "Fishing hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9800",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the world's best chefs.",
+ "durability": null,
+ "name": "Cooking cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9801",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Cooking cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9802",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Cooking skillcape hood.",
+ "durability": null,
+ "name": "Cooking hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9803",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master firelighters.",
+ "durability": null,
+ "name": "Firemaking cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9804",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Firemaking cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9805",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Firemaking skillcape hood.",
+ "durability": null,
+ "name": "Firemaking hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9806",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)",
+ "durability": null,
+ "name": "Woodcutting cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9807",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Woodcut. cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9808",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Woodcutting skillcape hood.",
+ "durability": null,
+ "name": "Woodcutting hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9809",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master farmers.",
+ "durability": null,
+ "name": "Farming cape",
+ "tradeable": "false",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9810",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Farming cape(t)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "9811",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Farming skillcape hood.",
+ "durability": null,
+ "name": "Farming hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9812",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by only the most experienced adventurers.",
+ "durability": null,
+ "name": "Quest point cape",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9813",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Quest skillcape hood.",
+ "durability": null,
+ "name": "Quest point hood",
+ "tradeable": "false",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9814",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A woolly bobble hat.",
+ "durability": null,
+ "name": "Bobble hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "9815",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A woolly scarf.",
+ "durability": null,
+ "name": "Bobble scarf",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "9816",
+ "equipment_slot": "2"
+ },
+ {
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Oak cape rack",
+ "archery_ticket_price": "0",
+ "id": "9817"
+ },
+ {
+ "grand_exchange_price": "88",
+ "durability": null,
+ "name": "Teak cape rack",
+ "archery_ticket_price": "0",
+ "id": "9818"
+ },
+ {
+ "grand_exchange_price": "120",
+ "durability": null,
+ "name": "M'gany cape rack",
+ "archery_ticket_price": "0",
+ "id": "9819"
+ },
+ {
+ "grand_exchange_price": "136025",
+ "durability": null,
+ "name": "Gilded cape rack",
+ "archery_ticket_price": "0",
+ "id": "9820"
+ },
+ {
+ "grand_exchange_price": "328598",
+ "durability": null,
+ "name": "Marble cape rack",
+ "archery_ticket_price": "0",
+ "id": "9821"
+ },
+ {
+ "grand_exchange_price": "979747",
+ "durability": null,
+ "name": "Magical cape rack",
+ "archery_ticket_price": "0",
+ "id": "9822"
+ },
+ {
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Oak costume box",
+ "archery_ticket_price": "0",
+ "id": "9823"
+ },
+ {
+ "grand_exchange_price": "122",
+ "durability": null,
+ "name": "Teak costume box",
+ "archery_ticket_price": "0",
+ "id": "9824"
+ },
+ {
+ "grand_exchange_price": "59",
+ "durability": null,
+ "name": "Mahogany cos box",
+ "archery_ticket_price": "0",
+ "id": "9825"
+ },
+ {
+ "grand_exchange_price": "15",
+ "durability": null,
+ "name": "Oak armour case",
+ "archery_ticket_price": "0",
+ "id": "9826"
+ },
+ {
+ "grand_exchange_price": "27",
+ "durability": null,
+ "name": "Teak armour case",
+ "archery_ticket_price": "0",
+ "id": "9827"
+ },
+ {
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "M'gany arm'r case",
+ "archery_ticket_price": "0",
+ "id": "9828"
+ },
+ {
+ "grand_exchange_price": "103",
+ "durability": null,
+ "name": "Oak magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9829"
+ },
+ {
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Carved oak magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9830"
+ },
+ {
+ "grand_exchange_price": "127",
+ "durability": null,
+ "name": "Teak magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9831"
+ },
+ {
+ "grand_exchange_price": "13",
+ "durability": null,
+ "name": "Carved teak magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9832"
+ },
+ {
+ "grand_exchange_price": "135",
+ "durability": null,
+ "name": "Mahogany magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9833"
+ },
+ {
+ "grand_exchange_price": "137267",
+ "durability": null,
+ "name": "Gilded magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9834"
+ },
+ {
+ "grand_exchange_price": "341567",
+ "durability": null,
+ "name": "Marble magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9835"
+ },
+ {
+ "grand_exchange_price": "21",
+ "durability": null,
+ "name": "Oak toy box",
+ "archery_ticket_price": "0",
+ "id": "9836"
+ },
+ {
+ "grand_exchange_price": "151",
+ "durability": null,
+ "name": "Teak toy box",
+ "archery_ticket_price": "0",
+ "id": "9837"
+ },
+ {
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Mahogany toy box",
+ "archery_ticket_price": "0",
+ "id": "9838"
+ },
+ {
+ "grand_exchange_price": "21",
+ "durability": null,
+ "name": "Oak treasure chest",
+ "archery_ticket_price": "0",
+ "id": "9839"
+ },
+ {
+ "grand_exchange_price": "157",
+ "durability": null,
+ "name": "Teak treas' chest",
+ "archery_ticket_price": "0",
+ "id": "9840"
+ },
+ {
+ "grand_exchange_price": "39",
+ "durability": null,
+ "name": "M'gany treas' chest",
+ "archery_ticket_price": "0",
+ "id": "9841"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Oak cape rack",
+ "archery_ticket_price": "0",
+ "id": "9843"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "92",
+ "durability": null,
+ "name": "Teak cape rack",
+ "archery_ticket_price": "0",
+ "id": "9844"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "111",
+ "durability": null,
+ "name": "M'gany cape rack",
+ "archery_ticket_price": "0",
+ "id": "9845"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "130900",
+ "durability": null,
+ "name": "Gilded cape rack",
+ "archery_ticket_price": "0",
+ "id": "9846"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "329500",
+ "durability": null,
+ "name": "Marble cape rack",
+ "archery_ticket_price": "0",
+ "id": "9847"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1000000",
+ "durability": null,
+ "name": "Magical cape rack",
+ "archery_ticket_price": "0",
+ "id": "9848"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Oak toy box",
+ "archery_ticket_price": "0",
+ "id": "9849"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "165",
+ "durability": null,
+ "name": "Teak toy box",
+ "archery_ticket_price": "0",
+ "id": "9850"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Mahogany toy box",
+ "archery_ticket_price": "0",
+ "id": "9851"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "111",
+ "durability": null,
+ "name": "Oak magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9852"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Carved oak magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9853"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "133",
+ "durability": null,
+ "name": "Teak magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9854"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "15",
+ "durability": null,
+ "name": "Carved teak magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9855"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "129",
+ "durability": null,
+ "name": "Mahogany magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9856"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "137700",
+ "durability": null,
+ "name": "Gilded magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9857"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "335800",
+ "durability": null,
+ "name": "Marble magic wardrobe",
+ "archery_ticket_price": "0",
+ "id": "9858"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "17",
+ "durability": null,
+ "name": "Oak armour case",
+ "archery_ticket_price": "0",
+ "id": "9859"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "29",
+ "durability": null,
+ "name": "Teak armour case",
+ "archery_ticket_price": "0",
+ "id": "9860"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "88",
+ "durability": null,
+ "name": "M'gany arm'r case",
+ "archery_ticket_price": "0",
+ "id": "9861"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Oak treasure chest",
+ "archery_ticket_price": "0",
+ "id": "9862"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "164",
+ "durability": null,
+ "name": "Teak treas' chest",
+ "archery_ticket_price": "0",
+ "id": "9863"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "41",
+ "durability": null,
+ "name": "M'gany treas' chest",
+ "archery_ticket_price": "0",
+ "id": "9864"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "62",
+ "durability": null,
+ "name": "Oak costume box",
+ "archery_ticket_price": "0",
+ "id": "9865"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "135",
+ "durability": null,
+ "name": "Teak costume box",
+ "archery_ticket_price": "0",
+ "id": "9866"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "60",
+ "durability": null,
+ "name": "Mahogany cos box",
+ "archery_ticket_price": "0",
+ "id": "9867"
+ },
+ {
+ "durability": null,
+ "name": "Oak cape rack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9868"
+ },
+ {
+ "durability": null,
+ "name": "Teak cape rack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9869"
+ },
+ {
+ "durability": null,
+ "name": "M'gany cape rack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9870"
+ },
+ {
+ "durability": null,
+ "name": "Gilded cape rack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9871"
+ },
+ {
+ "durability": null,
+ "name": "Marble cape rack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9872"
+ },
+ {
+ "durability": null,
+ "name": "Magical cape rack",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9873"
+ },
+ {
+ "durability": null,
+ "name": "Oak toy box",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9874"
+ },
+ {
+ "durability": null,
+ "name": "Teak toy box",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9875"
+ },
+ {
+ "durability": null,
+ "name": "Mahogany toy box",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9876"
+ },
+ {
+ "durability": null,
+ "name": "Oak magic wardrobe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9877"
+ },
+ {
+ "durability": null,
+ "name": "Carved oak magic wardrobe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9878"
+ },
+ {
+ "durability": null,
+ "name": "Teak magic wardrobe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9879"
+ },
+ {
+ "durability": null,
+ "name": "Carved teak magic wardrobe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9880"
+ },
+ {
+ "durability": null,
+ "name": "Mahogany magic wardrobe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9881"
+ },
+ {
+ "durability": null,
+ "name": "Gilded magic wardrobe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9882"
+ },
+ {
+ "durability": null,
+ "name": "Marble magic wardrobe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9883"
+ },
+ {
+ "durability": null,
+ "name": "Oak armour case",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9884"
+ },
+ {
+ "durability": null,
+ "name": "Teak armour case",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9885"
+ },
+ {
+ "durability": null,
+ "name": "M'gany arm'r case",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9886"
+ },
+ {
+ "durability": null,
+ "name": "Oak treasure chest",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9887"
+ },
+ {
+ "durability": null,
+ "name": "Teak treas' chest",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9888"
+ },
+ {
+ "durability": null,
+ "name": "M'gany treas' chest",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9889"
+ },
+ {
+ "durability": null,
+ "name": "Oak costume box",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9890"
+ },
+ {
+ "durability": null,
+ "name": "Teak costume box",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9891"
+ },
+ {
+ "durability": null,
+ "name": "Mahogany cos box",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9892"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A lump that at some point might have been a gout tuber.",
+ "durability": null,
+ "name": "Goutweedy lump",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9901"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A pile of gout tubers suitable for use in mountainous terrain.",
+ "durability": null,
+ "name": "Hardy gout tubers",
+ "low_alchemy": "2",
+ "tradeable": "false",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9902"
+ },
+ {
+ "destroy_message": "My Arm will probably have a spare copy.",
+ "examine": "Farmer Gricoller's Farming Manual.",
+ "durability": null,
+ "name": "Farming manual",
+ "low_alchemy": "8",
+ "tradeable": "false",
+ "high_alchemy": "12",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9903"
+ },
+ {
+ "examine": "A book for sailors.",
+ "durability": null,
+ "name": "Sailing book",
+ "archery_ticket_price": "0",
+ "id": "9904"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Ghost buster 500",
+ "archery_ticket_price": "0",
+ "id": "9906",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Ghost buster 500",
+ "archery_ticket_price": "0",
+ "id": "9907",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Ghost buster 500",
+ "archery_ticket_price": "0",
+ "id": "9908",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Ghost buster 500",
+ "archery_ticket_price": "0",
+ "id": "9909",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Ghost buster 500",
+ "archery_ticket_price": "0",
+ "id": "9910",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Ghost buster 500",
+ "archery_ticket_price": "0",
+ "id": "9911",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Ghost buster 500",
+ "archery_ticket_price": "0",
+ "id": "9912",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A white destabiliser for use in a ghost buster.",
+ "durability": null,
+ "name": "White destabiliser",
+ "archery_ticket_price": "0",
+ "id": "9913",
+ "equipment_slot": "5"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A red destabiliser for use in a ghost buster.",
+ "durability": null,
+ "name": "Red destabiliser",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9914",
+ "equipment_slot": "5"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A blue destabiliser for use in a ghost buster.",
+ "durability": null,
+ "name": "Blue destabiliser",
+ "archery_ticket_price": "0",
+ "id": "9915",
+ "equipment_slot": "5"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A green destabiliser for use in a ghost buster.",
+ "durability": null,
+ "name": "Green destabiliser",
+ "archery_ticket_price": "0",
+ "id": "9916",
+ "equipment_slot": "5"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A yellow destabiliser for use in a ghost buster.",
+ "durability": null,
+ "name": "Yellow destabiliser",
+ "archery_ticket_price": "0",
+ "id": "9917",
+ "equipment_slot": "5"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A black destabiliser for use in a ghost buster.",
+ "durability": null,
+ "name": "Black destabiliser",
+ "archery_ticket_price": "0",
+ "id": "9918",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "An angry-looking tree root.",
+ "durability": null,
+ "name": "Evil root",
+ "archery_ticket_price": "0",
+ "id": "9919"
+ },
+ {
+ "remove_head": "true",
+ "destroy_message": "Players may get another from Diango in Draynor Village.",
+ "examine": "Better not light it!",
+ "durability": null,
+ "name": "Jack lantern mask",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9920",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Skeleton feet.",
+ "durability": null,
+ "name": "Skeleton boots",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "9921",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Some skeletal gloves.",
+ "durability": null,
+ "name": "Skeleton gloves",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "9922",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Does my pelvis look big in this?",
+ "durability": null,
+ "name": "Skeleton leggings",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "9923",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "remove_sleeves": "true",
+ "examine": "The shirt of a fully body skeleton costume.",
+ "durability": null,
+ "name": "Skeleton shirt",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "9924",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_head": "true",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A scary skeleton mask.",
+ "durability": null,
+ "name": "Skeleton mask",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "9925",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You'll have to buy another one from Auguste on Entrana.",
+ "shop_price": "30000",
+ "examine": "This sapling is ready to be replanted in a tree patch.",
+ "durability": null,
+ "name": "Auguste's sapling",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "9932"
+ },
+ {
+ "examine": "An incomplete origami balloon.",
+ "durability": null,
+ "name": "Balloon structure",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9933"
+ },
+ {
+ "examine": "An origami balloon.",
+ "durability": null,
+ "name": "Origami balloon",
+ "archery_ticket_price": "0",
+ "id": "9934"
+ },
+ {
+ "examine": "An origami balloon.",
+ "durability": null,
+ "name": "Yellow balloon",
+ "archery_ticket_price": "0",
+ "id": "9935"
+ },
+ {
+ "examine": "An origami balloon.",
+ "durability": null,
+ "name": "Blue balloon",
+ "archery_ticket_price": "0",
+ "id": "9936"
+ },
+ {
+ "examine": "An origami balloon.",
+ "durability": null,
+ "name": "Red balloon",
+ "archery_ticket_price": "0",
+ "id": "9937"
+ },
+ {
+ "examine": "An origami balloon.",
+ "durability": null,
+ "name": "Orange balloon",
+ "archery_ticket_price": "0",
+ "id": "9938"
+ },
+ {
+ "examine": "An origami balloon.",
+ "durability": null,
+ "name": "Green balloon",
+ "archery_ticket_price": "0",
+ "id": "9939"
+ },
+ {
+ "examine": "An origami balloon.",
+ "durability": null,
+ "name": "Purple balloon",
+ "archery_ticket_price": "0",
+ "id": "9940"
+ },
+ {
+ "examine": "An origami balloon.",
+ "durability": null,
+ "name": "Pink balloon",
+ "archery_ticket_price": "0",
+ "id": "9941"
+ },
+ {
+ "examine": "An origami balloon.",
+ "durability": null,
+ "name": "Black balloon",
+ "archery_ticket_price": "0",
+ "id": "9942"
+ },
+ {
+ "examine": "A bag full of sand.",
+ "durability": null,
+ "name": "Sandbag",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9943",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You'll have to visit Auguste on Entrana to get a new jacket.",
+ "remove_sleeves": "true",
+ "examine": "For all your flying needs.",
+ "durability": null,
+ "name": "Bomber jacket",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9944",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_head": "true",
+ "destroy_message": "You'll have to visit Auguste on Entrana to get a new cap.",
+ "examine": "The red baron would be jealous.",
+ "durability": null,
+ "name": "Bomber cap",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9945",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "For better flying vision.",
+ "durability": null,
+ "name": "Cap and goggles",
+ "archery_ticket_price": "0",
+ "id": "9946",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A red coloured disk that's seen better days.",
+ "durability": null,
+ "name": "Old red disk",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "9947"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master hunters.",
+ "durability": null,
+ "name": "Hunter cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9948",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Hunter cape(t)",
+ "archery_ticket_price": "0",
+ "id": "9949",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Hunter skillcape hood.",
+ "durability": null,
+ "name": "Hunter hood",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "9950",
+ "equipment_slot": "0"
+ },
+ {
+ "durability": null,
+ "name": "Imp",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "9952"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9953"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9954"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9955"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9956"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9957"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9958"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9959"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9960"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9961"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9962"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9963"
+ },
+ {
+ "examine": "A little bigger than usual...",
+ "durability": null,
+ "name": "Kebbit",
+ "archery_ticket_price": "0",
+ "id": "9964"
+ },
+ {
+ "examine": "It appears to be protecting the nest.",
+ "durability": null,
+ "name": "Giant eagle",
+ "archery_ticket_price": "0",
+ "id": "9974"
+ },
+ {
+ "examine": "Aww, how cute. ",
+ "durability": null,
+ "name": "Rabbit",
+ "archery_ticket_price": "0",
+ "id": "9975"
+ },
+ {
+ "examine": "Even more volatile than its vegetarian counterpart.",
+ "grand_exchange_price": "796",
+ "durability": null,
+ "name": "Red chinchompa",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "9977",
+ "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,15,0,0"
+ },
+ {
+ "shop_price": "63",
+ "ge_buy_limit": "10000",
+ "examine": "This certainly needs cooking!",
+ "grand_exchange_price": "204",
+ "durability": null,
+ "name": "Raw bird meat",
+ "tradeable": "true",
+ "low_alchemy": "25",
+ "high_alchemy": "37",
+ "weight": "0.15",
+ "archery_ticket_price": "0",
+ "id": "9978"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "204",
+ "durability": null,
+ "name": "Raw bird meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9979"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A nicely roasted bird.",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Roast bird meat",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "archery_ticket_price": "0",
+ "id": "9980"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Roast bird meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9981"
+ },
+ {
+ "durability": null,
+ "name": "Burnt bird meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9983"
+ },
+ {
+ "shop_price": "63",
+ "ge_buy_limit": "1000",
+ "examine": "This certainly needs cooking!",
+ "grand_exchange_price": "130",
+ "durability": null,
+ "name": "Skewered bird meat",
+ "tradeable": "true",
+ "low_alchemy": "25",
+ "high_alchemy": "37",
+ "weight": "0.15",
+ "archery_ticket_price": "0",
+ "id": "9984"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "130",
+ "durability": null,
+ "name": "Skewered bird meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9985"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A slab of raw beast meat.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Raw beast meat",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "9986"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Raw beast meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9987"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A delicious looking slab of roast beast.",
+ "grand_exchange_price": "42",
+ "durability": null,
+ "name": "Roast beast meat",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "9988"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "42",
+ "durability": null,
+ "name": "Roast beast meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9989"
+ },
+ {
+ "durability": null,
+ "name": "Burnt beast meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9991"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Beast meat on a spit.",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Skewered beast",
+ "tradeable": "true",
+ "low_alchemy": "35",
+ "high_alchemy": "53",
+ "weight": "3.5",
+ "archery_ticket_price": "0",
+ "id": "9992"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Skewered beast",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9993"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of chopped tomatoes with an extra kick.",
+ "grand_exchange_price": "324",
+ "durability": null,
+ "name": "Spicy tomato",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "9994"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "324",
+ "durability": null,
+ "name": "Spicy tomato",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9995"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "A bowl of chopped beef with an extra kick.",
+ "grand_exchange_price": "263",
+ "durability": null,
+ "name": "Spicy minced meat",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "4",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "9996"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "263",
+ "durability": null,
+ "name": "Spicy minced meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9997"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "4 doses of hunter potion.",
+ "grand_exchange_price": "566",
+ "durability": null,
+ "name": "Hunter potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "9998"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "566",
+ "durability": null,
+ "name": "Hunter potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "9999"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "3 doses of hunter potion.",
+ "grand_exchange_price": "229",
+ "durability": null,
+ "name": "Hunter potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "10000"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "229",
+ "durability": null,
+ "name": "Hunter potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10001"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "2 doses of hunter potion.",
+ "grand_exchange_price": "159",
+ "durability": null,
+ "name": "Hunter potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "10002"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "159",
+ "durability": null,
+ "name": "Hunter potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10003"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "1 dose of hunter potion.",
+ "grand_exchange_price": "148",
+ "durability": null,
+ "name": "Hunter potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "10004"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "148",
+ "durability": null,
+ "name": "Hunter potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10005"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "100",
+ "examine": "A simple bird catcher./There's something caught in it.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Bird snare",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10006"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Bird snare",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10007"
+ },
+ {
+ "requirements": "{21,27}",
+ "shop_price": "38",
+ "ge_buy_limit": "100",
+ "examine": "If a creature goes inside, then the box should slam shut.",
+ "durability": null,
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "weight": "0.2",
+ "grand_exchange_price": "308",
+ "name": "Box trap",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10008"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "308",
+ "durability": null,
+ "name": "Box trap",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10009"
+ },
+ {
+ "requirements": "{15,21}",
+ "shop_price": "24",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "For catching butterflies...",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "weapon_interface": "10",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1",
+ "stand_anim": "813",
+ "name": "Butterfly net",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "10010",
+ "stand_turn_anim": "1209"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Butterfly net",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10011"
+ },
+ {
+ "requirements": "{15,21}",
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "It's got little holes at the top.",
+ "grand_exchange_price": "156",
+ "durability": null,
+ "name": "Butterfly jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10012"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "156",
+ "durability": null,
+ "name": "Butterfly jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10013"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "143",
+ "durability": null,
+ "name": "Black warlock",
+ "archery_ticket_price": "0",
+ "id": "10014"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "143",
+ "durability": null,
+ "name": "Black warlock",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10015"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "227",
+ "durability": null,
+ "name": "Snowy knight",
+ "archery_ticket_price": "0",
+ "id": "10016"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "227",
+ "durability": null,
+ "name": "Snowy knight",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10017"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "180",
+ "durability": null,
+ "name": "Sapphire glacialis",
+ "archery_ticket_price": "0",
+ "id": "10018"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "180",
+ "durability": null,
+ "name": "Sapphire glacialis",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10019"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1270",
+ "durability": null,
+ "name": "Ruby harvest",
+ "archery_ticket_price": "0",
+ "id": "10020"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1270",
+ "durability": null,
+ "name": "Ruby harvest",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10021"
+ },
+ {
+ "shop_price": "500",
+ "examine": "A very large, single leather glove",
+ "durability": null,
+ "name": "Falconer's glove",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "10023",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "500",
+ "turn90cw_anim": "5166",
+ "examine": "A very large, single leather glove",
+ "walk_anim": "5164",
+ "durability": null,
+ "destroy": "true",
+ "weight": "1.8",
+ "turn90ccw_anim": "5167",
+ "attack_speed": "4",
+ "turn180_anim": "5165",
+ "render_anim": "1283",
+ "equipment_slot": "3",
+ "stand_anim": "5160",
+ "name": "Falconer's glove",
+ "tradeable": "false",
+ "run_anim": "5168",
+ "archery_ticket_price": "0",
+ "id": "10024",
+ "stand_turn_anim": "5161",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0"
+ },
+ {
+ "requirements": "{21,71}",
+ "shop_price": "720",
+ "ge_buy_limit": "100",
+ "examine": "A magical catching box.",
+ "durability": null,
+ "low_alchemy": "288",
+ "high_alchemy": "432",
+ "weight": "1",
+ "grand_exchange_price": "784",
+ "name": "Magic box",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10025"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "784",
+ "durability": null,
+ "name": "Magic box",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10026"
+ },
+ {
+ "shop_price": "720",
+ "examine": "A magical catching box.",
+ "grand_exchange_price": "743",
+ "durability": null,
+ "name": "Imp-in-a-box(2)",
+ "tradeable": "true",
+ "low_alchemy": "288",
+ "high_alchemy": "432",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10027"
+ },
+ {
+ "shop_price": "720",
+ "examine": "A magical catching box.",
+ "grand_exchange_price": "743",
+ "durability": null,
+ "name": "Imp-in-a-box(1)",
+ "tradeable": "true",
+ "low_alchemy": "288",
+ "high_alchemy": "432",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10028"
+ },
+ {
+ "requirements": "{21,31}",
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "Reduces the risk of hand severage when poking large, vicious carnivores.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1",
+ "weapon_interface": "6",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1",
+ "name": "Teasing stick",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10029",
+ "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Teasing stick",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10030"
+ },
+ {
+ "requirements": "{21,27}",
+ "shop_price": "18",
+ "ge_buy_limit": "100",
+ "examine": "The snare will tighten around animals passing through.",
+ "durability": null,
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "weight": "0.02",
+ "grand_exchange_price": "1",
+ "name": "Rabbit snare",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10031"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Rabbit snare",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10032"
+ },
+ {
+ "requirements": "{4,45}",
+ "ge_buy_limit": "20000",
+ "turn90cw_anim": "3177",
+ "walk_anim": "3177",
+ "durability": null,
+ "turn90ccw_anim": "3177",
+ "attack_speed": "4",
+ "weapon_interface": "19",
+ "turn180_anim": "3177",
+ "render_anim": "234",
+ "equipment_slot": "3",
+ "grand_exchange_price": "973",
+ "stand_anim": "3175",
+ "name": "Chinchompa",
+ "run_anim": "3178",
+ "archery_ticket_price": "0",
+ "id": "10033",
+ "stand_turn_anim": "3177",
+ "bonuses": "0,0,0,0,45,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "requirements": "{4,55}",
+ "ge_buy_limit": "20000",
+ "turn90cw_anim": "3177",
+ "examine": "Even more volatile than its vegetarian counterpart.",
+ "walk_anim": "3177",
+ "durability": null,
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "destroy": "true",
+ "turn90ccw_anim": "3177",
+ "attack_speed": "4",
+ "weapon_interface": "19",
+ "turn180_anim": "3177",
+ "render_anim": "234",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1382",
+ "stand_anim": "3175",
+ "name": "Red chinchompa",
+ "tradeable": "true",
+ "run_anim": "3178",
+ "archery_ticket_price": "0",
+ "id": "10034",
+ "stand_turn_anim": "3177",
+ "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,0,0,15"
+ },
+ {
+ "requirements": "{21,52}",
+ "ge_buy_limit": "100",
+ "examine": "These should make me harder to spot in polar areas.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "449",
+ "name": "Kyatt legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10035",
+ "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "449",
+ "durability": null,
+ "name": "Kyatt legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10036"
+ },
+ {
+ "requirements": "{21,52}",
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in polar areas.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "272",
+ "name": "Kyatt top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10037",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "272",
+ "durability": null,
+ "name": "Kyatt top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10038"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{21,52}",
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in polar areas.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "8338",
+ "name": "Kyatt hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10039",
+ "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8338",
+ "durability": null,
+ "name": "Kyatt hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10040"
+ },
+ {
+ "requirements": "{21,28}",
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in woodland and jungle areas.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "2889",
+ "name": "Larupia legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10041",
+ "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2889",
+ "durability": null,
+ "name": "Larupia legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10042"
+ },
+ {
+ "requirements": "{21,28}",
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in woodland and jungle areas.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "3232",
+ "name": "Larupia top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10043",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3232",
+ "durability": null,
+ "name": "Larupia top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10044"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{21,28}",
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in woodland and jungle areas.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7237",
+ "name": "Larupia hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10045",
+ "bonuses": "0,0,0,0,-1,4,5,3,0,4,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7237",
+ "durability": null,
+ "name": "Larupia hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10046"
+ },
+ {
+ "requirements": "{21,38}",
+ "shop_price": "150",
+ "ge_buy_limit": "100",
+ "examine": "These should make me harder to spot in desert areas.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "266",
+ "name": "Graahk legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10047",
+ "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "266",
+ "durability": null,
+ "name": "Graahk legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10048"
+ },
+ {
+ "requirements": "{21,38}",
+ "shop_price": "300",
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in desert areas.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "252",
+ "name": "Graahk top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10049",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "252",
+ "durability": null,
+ "name": "Graahk top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10050"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{21,38}",
+ "shop_price": "1",
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in desert areas.",
+ "durability": null,
+ "low_alchemy": "300",
+ "high_alchemy": "450",
+ "weight": "0.2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "8445",
+ "name": "Graahk headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10051",
+ "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8445",
+ "durability": null,
+ "name": "Graahk headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10052"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in wooded areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "3527",
+ "name": "Wood camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10053",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3527",
+ "durability": null,
+ "name": "Wood camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10054"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "These should make me harder to spot in wooded areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "3228",
+ "name": "Wood camo legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10055",
+ "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3228",
+ "durability": null,
+ "name": "Wood camo legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10056"
+ },
+ {
+ "requirements": "{21,4}",
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in jungle areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "315",
+ "name": "Jungle camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10057",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "315",
+ "durability": null,
+ "name": "Jungle camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10058"
+ },
+ {
+ "requirements": "{21,4}",
+ "ge_buy_limit": "100",
+ "examine": "These should make me harder to spot in jungle areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "462",
+ "name": "Jungle camo legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10059",
+ "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "462",
+ "durability": null,
+ "name": "Jungle camo legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10060"
+ },
+ {
+ "requirements": "{21,10}",
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in desert areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "541",
+ "name": "Desert camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10061",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "541",
+ "durability": null,
+ "name": "Desert camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10062"
+ },
+ {
+ "requirements": "{21,10}",
+ "ge_buy_limit": "100",
+ "examine": "These should make me harder to spot in desert areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "910",
+ "name": "Desert camo legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10063",
+ "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "910",
+ "durability": null,
+ "name": "Desert camo legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10064"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This should make me harder to spot in polar areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "7990",
+ "name": "Polar camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10065",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7990",
+ "durability": null,
+ "name": "Polar camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10066"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "These should make me harder to spot in polar areas",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "8389",
+ "name": "Polar camo legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10067",
+ "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8389",
+ "durability": null,
+ "name": "Polar camo legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10068"
+ },
+ {
+ "requirements": "{21,40}",
+ "ge_buy_limit": "100",
+ "examine": "A surprisingly aerodynamic cape.",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "-2.2",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1140",
+ "name": "Spotted cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10069",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1140",
+ "durability": null,
+ "name": "Spotted cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10070"
+ },
+ {
+ "requirements": "{21,66}",
+ "ge_buy_limit": "100",
+ "examine": "A really surprisingly aerodynamic cape.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "-4.5",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1262",
+ "name": "Spottier cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10071",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1262",
+ "durability": null,
+ "name": "Spottier cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10072"
+ },
+ {
+ "requirements": "{21,40}",
+ "examine": "A surprisingly aerodynamic cape.",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "951",
+ "name": "Spotted cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10073",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "requirements": "{21,66}",
+ "examine": "A really surprisingly aerodynamic cape.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "881",
+ "name": "Spottier cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10074",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0"
+ },
+ {
+ "requirements": "{21,54}",
+ "ge_buy_limit": "100",
+ "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.",
+ "durability": null,
+ "low_alchemy": "240",
+ "high_alchemy": "360",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "1063",
+ "name": "Gloves of silence",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10075",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1063",
+ "durability": null,
+ "name": "Gloves of silence",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10076"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Attack at your own risk.",
+ "durability": null,
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "weight": "1",
+ "equipment_slot": "9",
+ "grand_exchange_price": "80",
+ "name": "Spiky vambraces",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10077",
+ "bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "80",
+ "durability": null,
+ "name": "Spiky vambraces",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10078"
+ },
+ {
+ "requirements": "{4,40}",
+ "ge_buy_limit": "100",
+ "examine": "Made from 100% real dragonhide. Now with added spikiness.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "weight": "1",
+ "equipment_slot": "9",
+ "grand_exchange_price": "1353",
+ "name": "Green spiky vambs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10079",
+ "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,2,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1353",
+ "durability": null,
+ "name": "Green spiky vambs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10080"
+ },
+ {
+ "requirements": "{4,50}",
+ "ge_buy_limit": "100",
+ "examine": "Made from 100% real dragonhide. Now with added spikiness.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "equipment_slot": "9",
+ "grand_exchange_price": "1773",
+ "name": "Blue spiky vambs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10081",
+ "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,2,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1773",
+ "durability": null,
+ "name": "Blue spiky vambs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10082"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "100",
+ "examine": "Vambraces made from 100% real dragonhide. Now with added spikes.",
+ "durability": null,
+ "low_alchemy": "1440",
+ "high_alchemy": "2160",
+ "weight": "1",
+ "equipment_slot": "9",
+ "grand_exchange_price": "1978",
+ "name": "Red spiky vambs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10083",
+ "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,2,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1978",
+ "durability": null,
+ "name": "Red spiky vambs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10084"
+ },
+ {
+ "requirements": "{4,70}",
+ "ge_buy_limit": "100",
+ "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.",
+ "durability": null,
+ "low_alchemy": "1728",
+ "high_alchemy": "2592",
+ "weight": "1",
+ "equipment_slot": "9",
+ "grand_exchange_price": "2727",
+ "name": "Black spiky vambs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10085",
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,2,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2727",
+ "durability": null,
+ "name": "Black spiky vambs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10086"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "Attractive to other birds and hunters alike.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Stripy feather",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "10087"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "5000",
+ "examine": "A vivid red feather.",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Red feather",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "10088"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A cool blue feather.",
+ "grand_exchange_price": "27",
+ "durability": null,
+ "name": "Blue feather",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "10089"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A bright yellow feather.",
+ "grand_exchange_price": "36",
+ "durability": null,
+ "name": "Yellow feather",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "10090"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "5000",
+ "examine": "A fairly plain feather.",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Orange feather",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "10091"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's a shabby-looking larupia fur.",
+ "grand_exchange_price": "1195",
+ "durability": null,
+ "name": "Tatty larupia fur",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "43",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10093"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1195",
+ "durability": null,
+ "name": "Tatty larupia fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10094"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's a perfect-looking larupia fur.",
+ "grand_exchange_price": "4986",
+ "durability": null,
+ "name": "Larupia fur",
+ "tradeable": "true",
+ "low_alchemy": "38",
+ "high_alchemy": "57",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10095"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4986",
+ "durability": null,
+ "name": "Larupia fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10096"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's a shabby-looking graahk fur.",
+ "grand_exchange_price": "28",
+ "durability": null,
+ "name": "Tatty graahk fur",
+ "tradeable": "true",
+ "low_alchemy": "43",
+ "high_alchemy": "64",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10097"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "28",
+ "durability": null,
+ "name": "Tatty graahk fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10098"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's a perfect-looking graahk fur.",
+ "grand_exchange_price": "7574",
+ "durability": null,
+ "name": "Graahk fur",
+ "tradeable": "true",
+ "low_alchemy": "57",
+ "high_alchemy": "86",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10099"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7574",
+ "durability": null,
+ "name": "Graahk fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10100"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's a shabby-looking kyatt fur.",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Tatty kyatt fur",
+ "tradeable": "true",
+ "low_alchemy": "57",
+ "high_alchemy": "86",
+ "archery_ticket_price": "0",
+ "id": "10101"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "23",
+ "durability": null,
+ "name": "Tatty kyatt fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10102"
+ },
+ {
+ "shop_price": "8000",
+ "ge_buy_limit": "100",
+ "examine": "It's a perfect-looking kyatt fur.",
+ "grand_exchange_price": "11100",
+ "durability": null,
+ "name": "Kyatt fur",
+ "tradeable": "true",
+ "low_alchemy": "76",
+ "high_alchemy": "115",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10103"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "11100",
+ "durability": null,
+ "name": "Kyatt fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10104"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "These bone spikes are both very tough and very sharp.",
+ "grand_exchange_price": "154",
+ "durability": null,
+ "name": "Kebbit spike",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "10105"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "154",
+ "durability": null,
+ "name": "Kebbit spike",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10106"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "These bone spikes are both very tough and very sharp.",
+ "grand_exchange_price": "1619",
+ "durability": null,
+ "name": "Long kebbit spike",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "10107"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1619",
+ "durability": null,
+ "name": "Long kebbit spike",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10108"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A kebbit-sized set of dentures.",
+ "grand_exchange_price": "894",
+ "durability": null,
+ "name": "Kebbit teeth",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "10109"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "894",
+ "durability": null,
+ "name": "Kebbit teeth",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10110"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "Previously a kebbit-sized set of dentures.",
+ "grand_exchange_price": "947",
+ "durability": null,
+ "name": "Kebbit teeth dust",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "10111"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "947",
+ "durability": null,
+ "name": "Kebbit teeth dust",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10112"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "More menacing when attached to the owner.",
+ "grand_exchange_price": "55",
+ "durability": null,
+ "name": "Kebbit claws",
+ "tradeable": "true",
+ "low_alchemy": "17",
+ "high_alchemy": "25",
+ "archery_ticket_price": "0",
+ "id": "10113"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "55",
+ "durability": null,
+ "name": "Kebbit claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10114"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Sleek, silent, and furry.",
+ "grand_exchange_price": "92",
+ "durability": null,
+ "name": "Dark kebbit fur",
+ "tradeable": "true",
+ "low_alchemy": "84",
+ "high_alchemy": "126",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10115"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "92",
+ "durability": null,
+ "name": "Dark kebbit fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10116"
+ },
+ {
+ "shop_price": "12",
+ "ge_buy_limit": "175",
+ "examine": "A thick fur for a cold climate.",
+ "grand_exchange_price": "3862",
+ "durability": null,
+ "name": "Polar kebbit fur",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10117"
+ },
+ {
+ "ge_buy_limit": "175",
+ "grand_exchange_price": "3862",
+ "durability": null,
+ "name": "Polar kebbit fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10118"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Not actually from a weasel, but it is, at least, furry.",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Feldip weasel fur",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10119"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Feldip weasel fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10120"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Common fur from a common kebbit.",
+ "grand_exchange_price": "1555",
+ "durability": null,
+ "name": "Common kebbit fur",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10121"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1555",
+ "durability": null,
+ "name": "Common kebbit fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10122"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Sandy coloured kebbit fur.",
+ "grand_exchange_price": "95",
+ "durability": null,
+ "name": "Desert devil fur",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10123"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "95",
+ "durability": null,
+ "name": "Desert devil fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10124"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Maybe this is why people think furry dice make you go faster.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Spotted kebbit fur",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "10125"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Spotted kebbit fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10126"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Nature's equivalent of go-faster stripes.",
+ "grand_exchange_price": "69",
+ "durability": null,
+ "name": "Dashing kebbit fur",
+ "tradeable": "true",
+ "low_alchemy": "108",
+ "high_alchemy": "162",
+ "archery_ticket_price": "0",
+ "id": "10127"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "69",
+ "durability": null,
+ "name": "Dashing kebbit fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10128"
+ },
+ {
+ "requirements": "{10,35}",
+ "ge_buy_limit": "100",
+ "examine": "A mighty Hunter weapon. One previous owner.",
+ "durability": null,
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "1.3",
+ "attack_speed": "5",
+ "weapon_interface": "5",
+ "equipment_slot": "3",
+ "grand_exchange_price": "19",
+ "name": "Barb-tail harpoon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10129",
+ "bonuses": "9,4,-4,0,0,0,0,0,0,0,0,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Barb-tail harpoon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10130"
+ },
+ {
+ "requirements": "{21,24}",
+ "ge_buy_limit": "100",
+ "examine": "Not so lucky for the rabbit.",
+ "grand_exchange_price": "789",
+ "durability": null,
+ "name": "Strung rabbit foot",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "10132",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "789",
+ "durability": null,
+ "name": "Strung rabbit foot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10133"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This could be put on a string and worn for luck.",
+ "grand_exchange_price": "543",
+ "durability": null,
+ "name": "Rabbit foot",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "10134"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "543",
+ "durability": null,
+ "name": "Rabbit foot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10135"
+ },
+ {
+ "shop_price": "48",
+ "ge_buy_limit": "10000",
+ "examine": "Well, this would certainly add some colour to a meal.",
+ "grand_exchange_price": "99",
+ "durability": null,
+ "name": "Rainbow fish",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10136"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "99",
+ "durability": null,
+ "name": "Rainbow fish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10137"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "examine": "A colourful fish, attracted to colourful flies.",
+ "grand_exchange_price": "236",
+ "durability": null,
+ "name": "Raw rainbow fish",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10138"
+ },
+ {
+ "ge_buy_limit": "20000",
+ "grand_exchange_price": "236",
+ "durability": null,
+ "name": "Raw rainbow fish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10139"
+ },
+ {
+ "durability": null,
+ "name": "Burnt rainbow fish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10141"
+ },
+ {
+ "requirements": "{0,30}-{4,30}-{6,30}",
+ "ge_buy_limit": "10000",
+ "examine": "A thick, foul-smelling, tar-like substance with a green tinge",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "equipment_slot": "13",
+ "grand_exchange_price": "28",
+ "name": "Guam tar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10142",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16"
+ },
+ {
+ "requirements": "{0,50}-{4,50}-{6,50}",
+ "ge_buy_limit": "10000",
+ "examine": "A thick, foul-smelling, tar-like substance with an orange tinge.",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Marrentill tar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10143",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{0,60}-{4,60}-{6,60}",
+ "ge_buy_limit": "10000",
+ "examine": "A thick, foul-smelling, tar-like substance with a red tinge.",
+ "grand_exchange_price": "28",
+ "durability": null,
+ "name": "Tarromin tar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10144",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31",
+ "equipment_slot": "13"
+ },
+ {
+ "requirements": "{0,70}-{4,70}-{6,70}",
+ "ge_buy_limit": "10000",
+ "examine": "A dark, thick, foul-smelling, tar-like substance.",
+ "grand_exchange_price": "47",
+ "durability": null,
+ "name": "Harralander tar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10145",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49",
+ "equipment_slot": "13"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "turn90cw_anim": "5245",
+ "examine": "Slightly slimy, but kind of cute.",
+ "walk_anim": "5245",
+ "low_alchemy": "40",
+ "turn90ccw_anim": "5245",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "5245",
+ "equipment_slot": "3",
+ "grand_exchange_price": "6",
+ "stand_anim": "5246",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "10146",
+ "stand_turn_anim": "823",
+ "bonuses": "0,19,0,0,29,0,0,0,0,0,0,31,0,0,0",
+ "requirements": "{0,50}-{4,50}-{6,50}",
+ "shop_price": "127",
+ "durability": null,
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "4",
+ "weapon_interface": "21",
+ "render_anim": "1277",
+ "name": "Orange salamander"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "turn90cw_anim": "5245",
+ "examine": "Slightly slimy but certainly striking.",
+ "walk_anim": "5245",
+ "low_alchemy": "60",
+ "turn90ccw_anim": "5245",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "5245",
+ "equipment_slot": "3",
+ "grand_exchange_price": "27",
+ "stand_anim": "5246",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "10147",
+ "stand_turn_anim": "823",
+ "bonuses": "0,37,0,0,47,0,0,0,0,0,0,49,0,0,0",
+ "requirements": "{0,60}-{4,60}-{6,60}",
+ "shop_price": "190",
+ "durability": null,
+ "high_alchemy": "90",
+ "destroy": "true",
+ "weight": "4",
+ "weapon_interface": "21",
+ "render_anim": "1277",
+ "name": "Red salamander"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "turn90cw_anim": "5245",
+ "examine": "Slightly slimy and somewhat menacing.",
+ "walk_anim": "5245",
+ "low_alchemy": "80",
+ "turn90ccw_anim": "5245",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "5245",
+ "equipment_slot": "3",
+ "grand_exchange_price": "124",
+ "stand_anim": "5246",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "10148",
+ "stand_turn_anim": "823",
+ "bonuses": "0,59,0,0,69,0,0,0,0,0,0,71,0,0,0",
+ "requirements": "{0,70}-{4,70}-{6,70}",
+ "durability": null,
+ "high_alchemy": "120",
+ "destroy": "true",
+ "weight": "4",
+ "weapon_interface": "21",
+ "render_anim": "1277",
+ "name": "Black salamander"
+ },
+ {
+ "ge_buy_limit": "2000",
+ "turn90cw_anim": "5245",
+ "examine": "A very slimy and generally disgusting green lizard.",
+ "walk_anim": "5245",
+ "low_alchemy": "20",
+ "turn90ccw_anim": "5245",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "5245",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1802",
+ "stand_anim": "5246",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "10149",
+ "stand_turn_anim": "823",
+ "bonuses": "0,10,0,0,20,0,0,0,0,0,0,22,0,0,0",
+ "requirements": "{0,30}-{4,30}-{6,30}",
+ "durability": null,
+ "high_alchemy": "30",
+ "destroy": "true",
+ "weight": "4",
+ "weapon_interface": "21",
+ "render_anim": "1277",
+ "name": "Swamp lizard"
+ },
+ {
+ "shop_price": "4",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A noose on a stick.",
+ "walk_anim": "5250",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "1.8",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "5251",
+ "render_anim": "1279",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1",
+ "stand_anim": "5254",
+ "name": "Noose wand",
+ "tradeable": "true",
+ "run_anim": "5253",
+ "archery_ticket_price": "0",
+ "id": "10150",
+ "stand_turn_anim": "5252"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Noose wand",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10151"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A weapon made of bone and wood.",
+ "walk_anim": "4226",
+ "low_alchemy": "520",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "turn180_anim": "4227",
+ "equipment_slot": "3",
+ "grand_exchange_price": "2496",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "10156",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,50}",
+ "shop_price": "1300",
+ "durability": null,
+ "high_alchemy": "780",
+ "weight": "5",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Hunters' crossbow"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2496",
+ "durability": null,
+ "name": "Hunters' crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10157"
+ },
+ {
+ "requirements": "{4,50}",
+ "ge_buy_limit": "1000",
+ "examine": "Bolts made from the spikes of a prickly kebbit.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "10",
+ "equipment_slot": "13",
+ "grand_exchange_price": "28",
+ "name": "Kebbit bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10158",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28"
+ },
+ {
+ "requirements": "{4,50}",
+ "ge_buy_limit": "1000",
+ "examine": "Bolts made from the spikes of a razor-backed kebbit.",
+ "durability": null,
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "equipment_slot": "13",
+ "grand_exchange_price": "352",
+ "name": "Long kebbit bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10159",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,38"
+ },
+ {
+ "durability": null,
+ "name": "Orange salamander",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10160"
+ },
+ {
+ "durability": null,
+ "name": "Red salamander",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10161"
+ },
+ {
+ "durability": null,
+ "name": "Black salamander",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10162"
+ },
+ {
+ "durability": null,
+ "name": "Swamp lizard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10163"
+ },
+ {
+ "examine": "Probably a bit too big for fly fishing.",
+ "durability": null,
+ "name": "Eagle feather",
+ "archery_ticket_price": "0",
+ "id": "10167"
+ },
+ {
+ "examine": "A cape made from giant eagle feathers.",
+ "durability": null,
+ "name": "Eagle cape",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "10171",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "A cheaply made fake beak.",
+ "durability": null,
+ "name": "Fake beak",
+ "archery_ticket_price": "0",
+ "id": "10172",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "The title reads 'William Oddity's Guide to the Avian.",
+ "durability": null,
+ "name": "Bird book",
+ "archery_ticket_price": "0",
+ "id": "10173"
+ },
+ {
+ "destroy_message": "You can obtain another metal feather from the camp",
+ "examine": "A small feather made out of some sort of metal. The detail is exquisite.",
+ "durability": null,
+ "name": "Metal feather",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10174"
+ },
+ {
+ "destroy_message": "You can get another by inspecting the opening",
+ "examine": "An intricate feather crafted from a silver-coloured metal of some sort.",
+ "durability": null,
+ "name": "Silver feather",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10176"
+ },
+ {
+ "destroy_message": "You can get another by taking from pedestal.",
+ "examine": "An intricate feather crafted from a bronze-coloured metal of some sort.",
+ "durability": null,
+ "name": "Bronze feather",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10177"
+ },
+ {
+ "examine": "\"It looks like bird seed, but it's not quite right somehow.",
+ "durability": null,
+ "name": "Odd bird seed",
+ "archery_ticket_price": "0",
+ "id": "10178"
+ },
+ {
+ "examine": "There's a feather glued to the front. \"Property of Arthur Artimus\".",
+ "durability": null,
+ "name": "Feathered journal",
+ "archery_ticket_price": "0",
+ "id": "10179"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10180"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10181"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10182"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10183"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10184"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10185"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10186"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10187"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10188"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10189"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10190"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10191"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10192"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10193"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10194"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10195"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10196"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10197"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10198"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10199"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10200"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10201"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10202"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10203"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10204"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10205"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10206"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10207"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10208"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10209"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10210"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10211"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10212"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10213"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10214"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10215"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10216"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10217"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10218"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10219"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10220"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10221"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10222"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10223"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10224"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10225"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10226"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10227"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10228"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10229"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10230"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10231"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10232"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10233"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10234"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10235"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10236"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10237"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10238"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10239"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10240"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10241"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10242"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10243"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10244"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10245"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10246"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10247"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10248"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10249"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10250"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10251"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10252"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10253"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10254"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10255"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10256"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10257"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10258"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10259"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10260"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10261"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10262"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10263"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10264"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10265"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10266"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10267"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10268"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10269"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10270"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10271"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10272"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10273"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10274"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10275"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10276"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10277"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10278"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10279"
+ },
+ {
+ "ge_buy_limit": "2",
+ "turn90cw_anim": "1207",
+ "examine": "A powerful bow made from willow.",
+ "walk_anim": "1205",
+ "low_alchemy": "120",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "136",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "10280",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,20}",
+ "durability": null,
+ "high_alchemy": "180",
+ "weight": "1.8",
+ "weapon_interface": "16",
+ "render_anim": "28",
+ "lendable": "true",
+ "attack_audios": "2700,0,0,0",
+ "name": "Willow comp bow"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "136",
+ "durability": null,
+ "name": "Willow comp bow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10281"
+ },
+ {
+ "ge_buy_limit": "2",
+ "turn90cw_anim": "1207",
+ "examine": "A powerful bow made from yew wood.",
+ "walk_anim": "1205",
+ "low_alchemy": "720",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "876",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "10282",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,40}",
+ "durability": null,
+ "high_alchemy": "1080",
+ "weight": "1.8",
+ "weapon_interface": "16",
+ "render_anim": "28",
+ "lendable": "true",
+ "attack_audios": "2700,0,0,0",
+ "name": "Yew comp bow"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "876",
+ "durability": null,
+ "name": "Yew comp bow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10283"
+ },
+ {
+ "ge_buy_limit": "2",
+ "turn90cw_anim": "1207",
+ "examine": "A powerful bow made from magic wood.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "low_alchemy": "1000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1268",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "10284",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,50}",
+ "durability": null,
+ "high_alchemy": "1500",
+ "weight": "1.3",
+ "weapon_interface": "16",
+ "render_anim": "28",
+ "lendable": "true",
+ "attack_audios": "2700,0,0,0",
+ "name": "Magic comp bow"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1268",
+ "durability": null,
+ "name": "Magic comp bow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10285"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "23600",
+ "name": "Rune helm (h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10286",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "23600",
+ "durability": null,
+ "name": "Rune helm (h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10287"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "3",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "20800",
+ "name": "Rune helm (h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10288",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "20800",
+ "durability": null,
+ "name": "Rune helm (h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10289"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "4",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "20800",
+ "name": "Rune helm (h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10290",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "20800",
+ "durability": null,
+ "name": "Rune helm (h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10291"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "21100",
+ "name": "Rune helm (h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10292",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "21100",
+ "durability": null,
+ "name": "Rune helm (h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10293"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "24900",
+ "name": "Rune helm (h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10294",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "24900",
+ "durability": null,
+ "name": "Rune helm (h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10295"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "An adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "31500",
+ "name": "Adamant helm (h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10296",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "31500",
+ "durability": null,
+ "name": "Adamant helm (h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10297"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "An adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "10100",
+ "name": "Adamant helm (h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10298",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "10100",
+ "durability": null,
+ "name": "Adamant helm (h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10299"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "An adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "8797",
+ "name": "Adamant helm (h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10300",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "8797",
+ "durability": null,
+ "name": "Adamant helm (h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10301"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "An Adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "10900",
+ "name": "Adamant helm (h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10302",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "10900",
+ "durability": null,
+ "name": "Adamant helm (h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10303"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "An adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "17100",
+ "name": "Adamant helm (h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10304",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "17100",
+ "durability": null,
+ "name": "Adamant helm (h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10305"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "20400",
+ "name": "Black helm (h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10306",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "20400",
+ "durability": null,
+ "name": "Black helm (h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10307"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7033",
+ "name": "Black helm (h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10308",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "7033",
+ "durability": null,
+ "name": "Black helm (h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10309"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7574",
+ "name": "Black helm (h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10310",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "7574",
+ "durability": null,
+ "name": "Black helm (h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10311"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "10100",
+ "name": "Black helm (h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10312",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "10100",
+ "durability": null,
+ "name": "Black helm (h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10313"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,10}",
+ "ge_buy_limit": "2",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "10400",
+ "name": "Black helm (h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10314",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "10400",
+ "durability": null,
+ "name": "Black helm (h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10315"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "See table",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "8196",
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10316"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "8196",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10317"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "See table",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "14700",
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10318"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "14700",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10319"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "See table",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "8403",
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10320"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "8403",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10321"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "See table",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "9230",
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10322"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "9230",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10323"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "See table",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "8197",
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10324"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "8197",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10325"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Makes firelighting a lot easier.",
+ "grand_exchange_price": "112",
+ "durability": null,
+ "name": "Purple firelighter",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "10326"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Makes firelighting a lot easier.",
+ "grand_exchange_price": "167",
+ "durability": null,
+ "name": "White firelighter",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "10327"
+ },
+ {
+ "examine": "A number of chemical covered wooden logs.",
+ "durability": null,
+ "name": "White logs",
+ "archery_ticket_price": "0",
+ "id": "10328"
+ },
+ {
+ "examine": "A number of chemical covered wooden logs.",
+ "durability": null,
+ "name": "Purple logs",
+ "archery_ticket_price": "0",
+ "id": "10329"
+ },
+ {
+ "requirements": "{1,45}-{4,65}",
+ "ge_buy_limit": "2",
+ "examine": "Ancient range protection crafted from white dragonhide.",
+ "durability": null,
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "weight": "4",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "33900000",
+ "name": "3rd age range top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10330",
+ "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "33900000",
+ "durability": null,
+ "name": "3rd age range top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10331"
+ },
+ {
+ "requirements": "{1,45}-{4,65}",
+ "ge_buy_limit": "2",
+ "examine": "Fabulously ancient range protection crafted from white dragonhide.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "6",
+ "absorb": "0,4,2",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "20800000",
+ "name": "3rd age range legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10332",
+ "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "20800000",
+ "durability": null,
+ "name": "3rd age range legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10333"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,45}-{4,65}",
+ "ge_buy_limit": "5000",
+ "examine": "Ancient range protection crafted from white dragonhide.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "6100000",
+ "name": "3rd age range coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10334",
+ "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "6100000",
+ "durability": null,
+ "name": "3rd age range coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10335"
+ },
+ {
+ "requirements": "{1,45}-{4,65}",
+ "ge_buy_limit": "2",
+ "examine": "Fabulously ancient range protection crafted from white dragonhide.",
+ "durability": null,
+ "low_alchemy": "86000",
+ "high_alchemy": "129000",
+ "weight": "1",
+ "equipment_slot": "9",
+ "lendable": "true",
+ "grand_exchange_price": "7100000",
+ "name": "3rd age vambraces",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10336",
+ "bonuses": "0,0,0,-10,11,6,5,7,9,0,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "7100000",
+ "durability": null,
+ "name": "3rd age vambraces",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10337"
+ },
+ {
+ "requirements": "{1,30}-{6,65}",
+ "ge_buy_limit": "2",
+ "examine": "Ancient mage protection enchanted in the Third-Age.",
+ "durability": null,
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "weight": "2.5",
+ "absorb": "4,2,0",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "66500000",
+ "name": "3rd age robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10338",
+ "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "66500000",
+ "durability": null,
+ "name": "3rd age robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10339"
+ },
+ {
+ "requirements": "{1,30}-{6,65}",
+ "ge_buy_limit": "2",
+ "examine": "Ancient mage protection enchanted in the Third-Age.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "1",
+ "absorb": "4,2,0",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "31500000",
+ "name": "3rd age robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10340",
+ "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "31500000",
+ "durability": null,
+ "name": "3rd age robe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10341"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,30}-{6,65}",
+ "ge_buy_limit": "2",
+ "examine": "Ancient mage protection enchanted in the Third-Age.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "absorb": "2,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "21000000",
+ "name": "3rd age mage hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10342",
+ "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "21000000",
+ "durability": null,
+ "name": "3rd age mage hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10343"
+ },
+ {
+ "requirements": "{1,30}-{6,65}",
+ "ge_buy_limit": "2",
+ "examine": "Ancient mage protection enchanted in the Third-Age.",
+ "durability": null,
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "equipment_slot": "2",
+ "lendable": "true",
+ "grand_exchange_price": "20100000",
+ "name": "3rd age amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10344",
+ "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "20100000",
+ "durability": null,
+ "name": "3rd age amulet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10345"
+ },
+ {
+ "requirements": "{1,65}",
+ "ge_buy_limit": "2",
+ "examine": "Ancient armour beaten from magical silver.",
+ "durability": null,
+ "low_alchemy": "80000",
+ "high_alchemy": "120000",
+ "weight": "2",
+ "absorb": "3,0,6",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "92800000",
+ "name": "3rd age platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10346",
+ "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "92800000",
+ "durability": null,
+ "name": "3rd age platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10347"
+ },
+ {
+ "requirements": "{1,65}",
+ "ge_buy_limit": "2",
+ "examine": "Ancient armour beaten from magical silver.",
+ "durability": null,
+ "low_alchemy": "80000",
+ "high_alchemy": "120000",
+ "weight": "9",
+ "absorb": "4,0,9",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "86200000",
+ "name": "3rd age platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10348",
+ "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "86200000",
+ "durability": null,
+ "name": "3rd age platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10349"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,65}",
+ "ge_buy_limit": "2",
+ "examine": "Ancient armour beaten from magical silver.",
+ "durability": null,
+ "low_alchemy": "36000",
+ "high_alchemy": "54000",
+ "weight": "1",
+ "absorb": "2,0,4",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "41600000",
+ "name": "3rd age full helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10350",
+ "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "41600000",
+ "durability": null,
+ "name": "3rd age full helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10351"
+ },
+ {
+ "requirements": "{1,65}",
+ "ge_buy_limit": "2",
+ "examine": "Ancient armour beaten from magical silver.",
+ "durability": null,
+ "low_alchemy": "72000",
+ "high_alchemy": "108000",
+ "weight": "2",
+ "absorb": "5,0,11",
+ "equipment_slot": "5",
+ "lendable": "true",
+ "grand_exchange_price": "65100000",
+ "name": "3rd age kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10352",
+ "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "65100000",
+ "durability": null,
+ "name": "3rd age kiteshield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10353"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A dragonstone amulet with 4 magic charges.",
+ "grand_exchange_price": "233100",
+ "durability": null,
+ "name": "Amulet of glory(t4)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "10354",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "233100",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory(t4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10355"
+ },
+ {
+ "examine": "A dragonstone amulet with 3 magic charges.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Amulet of glory(t3)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "10356",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory(t3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10357"
+ },
+ {
+ "examine": "A dragonstone amulet with 2 magic charges.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Amulet of glory(t2)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "10358",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory(t2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10359"
+ },
+ {
+ "examine": "A dragonstone amulet with 1 magic charge.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Amulet of glory(t1)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "10360",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory(t1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10361"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A very powerful dragonstone amulet with a nice trim.",
+ "grand_exchange_price": "223000",
+ "durability": null,
+ "name": "Amulet of glory(t)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "10362",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "223000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Amulet of glory(t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10363"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "An enchanted ruby amulet with a nice trim.",
+ "grand_exchange_price": "819400",
+ "durability": null,
+ "name": "Strength amulet(t)",
+ "tradeable": "true",
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "archery_ticket_price": "0",
+ "id": "10364",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "819400",
+ "durability": null,
+ "name": "Strength amulet(t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10365"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "An enchanted sapphire amulet of magic.",
+ "grand_exchange_price": "128700",
+ "durability": null,
+ "name": "Amulet of magic(t)",
+ "tradeable": "true",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "10366",
+ "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "128700",
+ "durability": null,
+ "name": "Amulet of magic(t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10367"
+ },
+ {
+ "requirements": "{1,40}-{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Zamorak blessed dragonhide vambraces.",
+ "durability": null,
+ "low_alchemy": "1600",
+ "high_alchemy": "2400",
+ "weight": "1",
+ "equipment_slot": "9",
+ "grand_exchange_price": "116200",
+ "name": "Zamorak bracers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10368",
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "116200",
+ "durability": null,
+ "name": "Zamorak bracers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10369"
+ },
+ {
+ "requirements": "{1,40}-{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Zamorak blessed dragonhide body armour.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "6",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "155200",
+ "name": "Zamorak d'hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10370",
+ "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "155200",
+ "durability": null,
+ "name": "Zamorak d'hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10371"
+ },
+ {
+ "requirements": "{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Zamorak blessed dragonhide chaps.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "5",
+ "absorb": "0,4,2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "35100",
+ "name": "Zamorak chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10372",
+ "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "35100",
+ "durability": null,
+ "name": "Zamorak chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10373"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Zamorak blessed dragonhide coif.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "35900",
+ "name": "Zamorak coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10374",
+ "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "35900",
+ "durability": null,
+ "name": "Zamorak coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10375"
+ },
+ {
+ "requirements": "{1,70}-{4,40}",
+ "ge_buy_limit": "2",
+ "examine": "Guthix blessed dragonhide vambraces.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "1",
+ "equipment_slot": "9",
+ "grand_exchange_price": "3181",
+ "name": "Guthix bracers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10376",
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "3181",
+ "durability": null,
+ "name": "Guthix bracers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10377"
+ },
+ {
+ "requirements": "{1,40}-{4,70}",
+ "shop_price": "13",
+ "ge_buy_limit": "2",
+ "examine": "Guthix blessed dragonhide body armour.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "6",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "39800",
+ "name": "Guthix dragonhide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10378",
+ "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "39800",
+ "durability": null,
+ "name": "Guthix dragonhide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10379"
+ },
+ {
+ "requirements": "{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Guthix blessed dragonhide chaps.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "5",
+ "absorb": "0,4,2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "7346",
+ "name": "Guthix chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10380",
+ "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "7346",
+ "durability": null,
+ "name": "Guthix chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10381"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Guthix blessed dragonhide coif.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.85",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "27500",
+ "name": "Guthix coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10382",
+ "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "27500",
+ "durability": null,
+ "name": "Guthix coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10383"
+ },
+ {
+ "requirements": "{1,70}-{4,40}",
+ "ge_buy_limit": "2",
+ "examine": "Saradomin blessed dragonhide vambraces.",
+ "durability": null,
+ "low_alchemy": "1600",
+ "high_alchemy": "2400",
+ "weight": "1",
+ "equipment_slot": "9",
+ "grand_exchange_price": "70800",
+ "name": "Saradomin bracers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10384",
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "70800",
+ "durability": null,
+ "name": "Saradomin bracers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10385"
+ },
+ {
+ "requirements": "{1,40}-{4,70}",
+ "shop_price": "13000",
+ "ge_buy_limit": "2",
+ "examine": "Saradomin blessed dragonhide body armour.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "destroy": "true",
+ "weight": "6",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "164100",
+ "name": "Saradomin d'hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10386",
+ "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "164100",
+ "durability": null,
+ "name": "Saradomin d'hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10387"
+ },
+ {
+ "requirements": "{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Saradomin blessed dragonhide chaps.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "absorb": "0,4,2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "36600",
+ "name": "Saradomin chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10388",
+ "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "36600",
+ "durability": null,
+ "name": "Saradomin chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10389"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Saradomin blessed dragonhide coif.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "28000",
+ "name": "Saradomin coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10390",
+ "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "28000",
+ "durability": null,
+ "name": "Saradomin coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10391"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "2",
+ "examine": "A big 'do about nothing.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "2",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "45400",
+ "name": "A powdered wig",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10392"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "45400",
+ "durability": null,
+ "name": "A powdered wig",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10393"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "These'll help me stay alive.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "448900",
+ "name": "Flared trousers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10394"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "448900",
+ "durability": null,
+ "name": "Flared trousers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10395"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Alas, someone has slashed my pantaloons.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "9863",
+ "name": "Pantaloons",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10396"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "9863",
+ "durability": null,
+ "name": "Pantaloons",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10397"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "2",
+ "examine": "A cap for wearing whil...zzzzzzzzz",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "2",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "276400",
+ "name": "Sleeping cap",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10398"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "276400",
+ "durability": null,
+ "name": "Sleeping cap",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10399"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made elegant mans' black shirt.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "921500",
+ "name": "Black ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10400"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "921500",
+ "durability": null,
+ "name": "Black ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10401"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant black pair of pantaloons.",
+ "grand_exchange_price": "270700",
+ "durability": null,
+ "name": "Black ele' legs",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10402",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "270700",
+ "durability": null,
+ "name": "Black ele' legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10403"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made elegant men's red shirt.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "118600",
+ "name": "Red ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10404"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "118600",
+ "durability": null,
+ "name": "Red ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10405"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant red pair of pantaloons.",
+ "grand_exchange_price": "39400",
+ "durability": null,
+ "name": "Red ele' legs",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10406",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "39400",
+ "durability": null,
+ "name": "Red ele' legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10407"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made elegant mans' blue shirt.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "134700",
+ "name": "Blue ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10408"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "134700",
+ "durability": null,
+ "name": "Blue ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10409"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant pair of men's blue pantaloons",
+ "grand_exchange_price": "80700",
+ "durability": null,
+ "name": "Blue ele' legs",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10410",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "80700",
+ "durability": null,
+ "name": "Blue ele' legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10411"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made elegant men's green shirt.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "162600",
+ "name": "Green ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10412"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "162600",
+ "durability": null,
+ "name": "Green ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10413"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant green pair of men's pantaloons.",
+ "grand_exchange_price": "36100",
+ "durability": null,
+ "name": "Green ele' legs",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10414",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "36100",
+ "durability": null,
+ "name": "Green ele' legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10415"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made elegant men's purple shirt.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "116200",
+ "name": "Purple ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10416"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "116200",
+ "durability": null,
+ "name": "Purple ele' shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10417"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant purple pair of pantaloons.",
+ "grand_exchange_price": "73400",
+ "durability": null,
+ "name": "Purple ele' legs",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10418",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "73400",
+ "durability": null,
+ "name": "Purple ele' legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10419"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made ladies' elegant white blouse.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "571500",
+ "name": "White ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10420"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "571500",
+ "durability": null,
+ "name": "White ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10421"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant white skirt.",
+ "grand_exchange_price": "56600",
+ "durability": null,
+ "name": "White ele' skirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10422",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "56600",
+ "durability": null,
+ "name": "White ele' skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10423"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made elegant ladies' red blouse.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "15000",
+ "name": "Red ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10424"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "15000",
+ "durability": null,
+ "name": "Red ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10425"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant Red skirt.",
+ "grand_exchange_price": "7132",
+ "durability": null,
+ "name": "Red ele' skirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10426",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "7132",
+ "durability": null,
+ "name": "Red ele' skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10427"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made ladies' elegant blue blouse.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "22200",
+ "name": "Blue ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10428"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "22200",
+ "durability": null,
+ "name": "Blue ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10429"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant blue skirt.",
+ "grand_exchange_price": "12200",
+ "durability": null,
+ "name": "Blue ele' skirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10430",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "12200",
+ "durability": null,
+ "name": "Blue ele' skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10431"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made ladies' elegant green blouse.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "12300",
+ "name": "Green ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10432"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "12300",
+ "durability": null,
+ "name": "Green ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10433"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant green skirt.",
+ "grand_exchange_price": "10300",
+ "durability": null,
+ "name": "Green ele' skirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10434",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "10300",
+ "durability": null,
+ "name": "Green ele' skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10435"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A well made elegant ladies' purple blouse.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "22800",
+ "name": "Purple ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10436"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "22800",
+ "durability": null,
+ "name": "Purple ele' blouse",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10437"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "A rather elegant purple skirt.",
+ "grand_exchange_price": "16700",
+ "durability": null,
+ "name": "Purple ele' skirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10438",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "16700",
+ "durability": null,
+ "name": "Purple ele' skirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10439"
+ },
+ {
+ "requirements": "{5,60}",
+ "ge_buy_limit": "2",
+ "turn90cw_anim": "1207",
+ "examine": "A Saradomin crozier.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "8611",
+ "stand_anim": "813",
+ "name": "Saradomin crozier",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "10440",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "8611",
+ "durability": null,
+ "name": "Saradomin crozier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10441"
+ },
+ {
+ "requirements": "{5,60}",
+ "ge_buy_limit": "2",
+ "turn90cw_anim": "1207",
+ "examine": "A Guthix crozier.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "2925",
+ "stand_anim": "813",
+ "name": "Guthix crozier",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "10442",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2925",
+ "durability": null,
+ "name": "Guthix crozier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10443"
+ },
+ {
+ "requirements": "{5,60}",
+ "ge_buy_limit": "2",
+ "turn90cw_anim": "1207",
+ "examine": "A Zamorak crozier.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "2794",
+ "stand_anim": "813",
+ "name": "Zamorak crozier",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "10444",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2794",
+ "durability": null,
+ "name": "Zamorak crozier",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10445"
+ },
+ {
+ "requirements": "{5,40}",
+ "ge_buy_limit": "2",
+ "examine": "A Saradomin cloak.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1200000",
+ "name": "Saradomin cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10446",
+ "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1200000",
+ "durability": null,
+ "name": "Saradomin cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10447"
+ },
+ {
+ "requirements": "{5,40}",
+ "ge_buy_limit": "2",
+ "examine": "A Guthix cloak.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "equipment_slot": "1",
+ "grand_exchange_price": "391000",
+ "name": "Guthix cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10448",
+ "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "391000",
+ "durability": null,
+ "name": "Guthix cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10449"
+ },
+ {
+ "requirements": "{5,40}",
+ "ge_buy_limit": "2",
+ "examine": "A Zamorak cloak.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.4",
+ "equipment_slot": "1",
+ "grand_exchange_price": "1000000",
+ "name": "Zamorak cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10450",
+ "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1000000",
+ "durability": null,
+ "name": "Zamorak cloak",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10451"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{5,40}-{6,40}",
+ "ge_buy_limit": "2",
+ "examine": "A Saradomin mitre.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "equipment_slot": "0",
+ "grand_exchange_price": "299200",
+ "name": "Saradomin mitre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10452",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "299200",
+ "durability": null,
+ "name": "Saradomin mitre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10453"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{5,40}-{6,40}",
+ "ge_buy_limit": "2",
+ "examine": "A Guthix mitre.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "equipment_slot": "0",
+ "grand_exchange_price": "130300",
+ "name": "Guthix mitre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10454",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "130300",
+ "durability": null,
+ "name": "Guthix mitre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10455"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{5,40}-{6,40}",
+ "ge_buy_limit": "2",
+ "examine": "A Zamorak mitre.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "0.3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "346500",
+ "name": "Zamorak mitre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10456",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "346500",
+ "durability": null,
+ "name": "Zamorak mitre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10457"
+ },
+ {
+ "requirements": "{5,20}",
+ "ge_buy_limit": "2",
+ "examine": "Blessed vestments of Saradomin.",
+ "durability": null,
+ "low_alchemy": "2800",
+ "high_alchemy": "4200",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "121400",
+ "name": "Saradomin robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10458",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "121400",
+ "durability": null,
+ "name": "Saradomin robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10459"
+ },
+ {
+ "requirements": "{5,20}",
+ "ge_buy_limit": "2",
+ "examine": "Zamorak Vestments.",
+ "durability": null,
+ "low_alchemy": "2800",
+ "high_alchemy": "4200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "154700",
+ "name": "Zamorak robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10460",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "154700",
+ "durability": null,
+ "name": "Zamorak robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10461"
+ },
+ {
+ "requirements": "{5,20}",
+ "ge_buy_limit": "2",
+ "examine": "Blessed vestments of Guthix.",
+ "durability": null,
+ "low_alchemy": "2800",
+ "high_alchemy": "4200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "75200",
+ "name": "Guthix robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10462",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "75200",
+ "durability": null,
+ "name": "Guthix robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10463"
+ },
+ {
+ "requirements": "{5,20}",
+ "ge_buy_limit": "2",
+ "examine": "Leggings from the Saradomin Vestments.",
+ "durability": null,
+ "low_alchemy": "2800",
+ "high_alchemy": "4200",
+ "equipment_slot": "7",
+ "grand_exchange_price": "56300",
+ "name": "Saradomin robe legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10464",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "56300",
+ "durability": null,
+ "name": "Saradomin robe legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10465"
+ },
+ {
+ "requirements": "{5,20}",
+ "ge_buy_limit": "2",
+ "examine": "Leggings from the Guthix Vestments.",
+ "durability": null,
+ "low_alchemy": "2800",
+ "high_alchemy": "4200",
+ "weight": "2",
+ "equipment_slot": "7",
+ "grand_exchange_price": "56900",
+ "name": "Guthix robe legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10466",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "56900",
+ "durability": null,
+ "name": "Guthix robe legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10467"
+ },
+ {
+ "requirements": "{5,20}",
+ "ge_buy_limit": "2",
+ "examine": "Legs of the Zamorak Vestments.",
+ "durability": null,
+ "low_alchemy": "2800",
+ "high_alchemy": "4200",
+ "weight": "2.7",
+ "equipment_slot": "7",
+ "grand_exchange_price": "79400",
+ "name": "Zamorak robe legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10468",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "79400",
+ "durability": null,
+ "name": "Zamorak robe legs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10469"
+ },
+ {
+ "requirements": "{5,60}",
+ "ge_buy_limit": "2",
+ "examine": "A Saradomin stole.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "equipment_slot": "2",
+ "grand_exchange_price": "14000",
+ "name": "Saradomin stole",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10470",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "14000",
+ "durability": null,
+ "name": "Saradomin stole",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10471"
+ },
+ {
+ "requirements": "{5,60}",
+ "ge_buy_limit": "2",
+ "examine": "A blessed stole.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "equipment_slot": "2",
+ "grand_exchange_price": "3849",
+ "name": "Guthix stole",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10472",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "3849",
+ "durability": null,
+ "name": "Guthix stole",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10473"
+ },
+ {
+ "requirements": "{5,60}",
+ "ge_buy_limit": "2",
+ "examine": "A Zamorak stole.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "equipment_slot": "2",
+ "grand_exchange_price": "13700",
+ "name": "Zamorak stole",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10474",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "13700",
+ "durability": null,
+ "name": "Zamorak stole",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10475"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Remember to brush after eating!",
+ "grand_exchange_price": "22700",
+ "durability": null,
+ "name": "Purple sweets",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "archery_ticket_price": "0",
+ "id": "10476"
+ },
+ {
+ "durability": null,
+ "name": "Scroll",
+ "archery_ticket_price": "0",
+ "id": "10485",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "1",
+ "examine": "An empty sack.",
+ "grand_exchange_price": "30",
+ "durability": null,
+ "name": "Empty sack",
+ "tradeable": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10486"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "Yup, definitely a chicken...an undead chicken.",
+ "walk_anim": "5364",
+ "durability": null,
+ "turn90ccw_anim": "822",
+ "weapon_interface": "12",
+ "turn180_anim": "5438",
+ "equip_audio": "3277",
+ "render_anim": "1171",
+ "equipment_slot": "3",
+ "stand_anim": "5363",
+ "name": "Undead chicken",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "10487",
+ "stand_turn_anim": "823",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "destroy_message": "The Witch in Draynor supplies these bars.",
+ "examine": "An iron bar supplied by an insane old crone.",
+ "durability": null,
+ "name": "Selected iron",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10488",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "I can make another magnet using special bars. The Witch in Draynor supplies these bars.",
+ "examine": "A magnet designed for undead chicken use.",
+ "durability": null,
+ "name": "Bar magnet",
+ "low_alchemy": "6",
+ "tradeable": "false",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10489"
+ },
+ {
+ "destroy_message": "I can chop more wood from undead trees using my blessed axe.",
+ "examine": "Were they trying to escape just then?",
+ "durability": null,
+ "name": "Undead twigs",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10490"
+ },
+ {
+ "examine": "It radiates purity but can still lop off heads.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "destroy": "true",
+ "weight": "1.1",
+ "attack_speed": "5",
+ "weapon_interface": "2",
+ "render_anim": "2586",
+ "equipment_slot": "3",
+ "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.",
+ "name": "Blessed axe",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10491",
+ "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,2,0,0"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "These make no sense at all.",
+ "durability": null,
+ "name": "Research notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10492"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "They still make no sense, but look more meaningful now.",
+ "durability": null,
+ "name": "Translated notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10493"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Attach tab A to button B then fold along line C...",
+ "durability": null,
+ "name": "A pattern",
+ "archery_ticket_price": "0",
+ "id": "10494"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A desirable residence for discerning, undead chickens.",
+ "durability": null,
+ "name": "A container",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10495"
+ },
+ {
+ "examine": "Shiny!",
+ "durability": null,
+ "name": "Polished buttons",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10496"
+ },
+ {
+ "shop_price": "999",
+ "examine": "A bagged chicken ready to serve you, magnet in claw.",
+ "durability": null,
+ "low_alchemy": "307",
+ "high_alchemy": "461",
+ "destroy": "true",
+ "weight": "4.5",
+ "equip_audio": "3284",
+ "equipment_slot": "1",
+ "destroy_message": "I can buy a replacement from Ava in Draynor Manor; she will charge me 999 coins for this service.",
+ "name": "Ava's attractor",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10498",
+ "bonuses": "0,0,0,0,2,0,0,0,2,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "999",
+ "examine": "A superior bagged chicken ready to serve you, magnet in claw.",
+ "durability": null,
+ "destroy": "true",
+ "weight": "4.5",
+ "equip_audio": "3284",
+ "equipment_slot": "1",
+ "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower",
+ "name": "Ava's accumulator",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10499",
+ "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "I can obtain a replacement for this from the crone who lives west of the Port Phasmatys farm.",
+ "examine": "Allows the ghost farmer to talk to Alice - a breakthrough!",
+ "durability": null,
+ "name": "Crone-made amulet",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "10500",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?",
+ "durability": null,
+ "name": "Snowball",
+ "archery_ticket_price": "0",
+ "id": "10501",
+ "weapon_interface": "18",
+ "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,1",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A gublinch frozen and crumbled into shards.",
+ "durability": null,
+ "name": "Gublinch shards",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "10506"
+ },
+ {
+ "remove_head": "true",
+ "destroy_message": "You can reclaim this item from the place you found it. this item",
+ "examine": "A reindeer hat and a matching flashing nose.",
+ "durability": null,
+ "name": "Reindeer hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10507",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can get another from Diango in Draynor Village.",
+ "examine": "A wintumber tree for your player-owned house.",
+ "durability": null,
+ "name": "Wintumber tree",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "10",
+ "archery_ticket_price": "0",
+ "id": "10508"
+ },
+ {
+ "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?",
+ "durability": null,
+ "name": "Snowball",
+ "archery_ticket_price": "0",
+ "id": "10509"
+ },
+ {
+ "durability": null,
+ "name": "Snowball",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10510"
+ },
+ {
+ "examine": "They're going to sing to you!",
+ "durability": null,
+ "name": "Zanaris choir",
+ "archery_ticket_price": "0",
+ "id": "10511"
+ },
+ {
+ "destroy_message": "Unknown You can reclaim this item from the place you found it.",
+ "examine": "Some dry crackers.",
+ "durability": null,
+ "name": "Crackers",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10513"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A block of tofu.",
+ "durability": null,
+ "name": "Tofu",
+ "archery_ticket_price": "0",
+ "id": "10514"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Some meaty worms.",
+ "durability": null,
+ "name": "Worms",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10515"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Attacker horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10516"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Attacker horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10517"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Attacker horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10518"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Attacker horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10519"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Attacker horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10520"
+ },
+ {
+ "examine": "A very small/small/medium-sized/large/very large collection bag.",
+ "durability": null,
+ "name": "Collection bag",
+ "archery_ticket_price": "0",
+ "id": "10521"
+ },
+ {
+ "examine": "A very small/small/medium-sized/large/very large collection bag.",
+ "durability": null,
+ "name": "Collection bag",
+ "archery_ticket_price": "0",
+ "id": "10522"
+ },
+ {
+ "examine": "A very small/small/medium-sized/large/very large collection bag.",
+ "durability": null,
+ "name": "Collection bag",
+ "archery_ticket_price": "0",
+ "id": "10523"
+ },
+ {
+ "examine": "A very small/small/medium-sized/large/very large collection bag.",
+ "durability": null,
+ "name": "Collection bag",
+ "archery_ticket_price": "0",
+ "id": "10524"
+ },
+ {
+ "examine": "A very small/small/medium-sized/large/very large collection bag.",
+ "durability": null,
+ "name": "Collection bag",
+ "archery_ticket_price": "0",
+ "id": "10525"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Healer horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10526"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Healer horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10527"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Healer horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10528"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Healer horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10529"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Healer horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10530"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Used to poison your enemies!",
+ "durability": null,
+ "name": "Green egg",
+ "archery_ticket_price": "0",
+ "id": "10531"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Will explode when fired.",
+ "durability": null,
+ "name": "Red egg",
+ "archery_ticket_price": "0",
+ "id": "10532"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Stun your foes!",
+ "durability": null,
+ "name": "Blue egg",
+ "archery_ticket_price": "0",
+ "id": "10533"
+ },
+ {
+ "examine": "A yellow egg; it needs passing to the Healer to be poisoned!",
+ "durability": null,
+ "name": "Yellow egg",
+ "archery_ticket_price": "0",
+ "id": "10534"
+ },
+ {
+ "examine": "A poisoned yellow egg; pass it to the Attacker for spikes to be added!",
+ "durability": null,
+ "name": "Poisoned egg",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10535"
+ },
+ {
+ "examine": "A poisoned, spiky egg; pass to the defender for heating!",
+ "durability": null,
+ "name": "Spiked/pois. egg",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10536"
+ },
+ {
+ "examine": "A heated, poisoned, spiky egg; pass to the Collector for loading.",
+ "durability": null,
+ "name": "Omega egg",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10537"
+ },
+ {
+ "examine": "A horn to call others.",
+ "durability": null,
+ "name": "Defender horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10538"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Some poisoned tofu.",
+ "durability": null,
+ "name": "Poisoned tofu",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10539"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Some poisoned worms.",
+ "durability": null,
+ "name": "Poisoned worms",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10540"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A poisoned leg of meat.",
+ "durability": null,
+ "name": "Poisoned meat",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10541"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "durability": null,
+ "name": "Healing vial(4)",
+ "archery_ticket_price": "0",
+ "id": "10542"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "durability": null,
+ "name": "Healing vial(3)",
+ "archery_ticket_price": "0",
+ "id": "10543"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "durability": null,
+ "name": "Healing vial(2)",
+ "archery_ticket_price": "0",
+ "id": "10544"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "durability": null,
+ "name": "Healing vial(1)",
+ "archery_ticket_price": "0",
+ "id": "10545"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A full healing vial.",
+ "durability": null,
+ "name": "Healing vial",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10546"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "shop_price": "275",
+ "examine": "A Penance Healer hat.",
+ "durability": null,
+ "name": "Healer hat",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10547",
+ "absorb": "3,1,0",
+ "bonuses": "-5,-5,-5,7,-5,6,8,10,8,0,7,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "shop_price": "275",
+ "examine": "A Penance Fighter hat.",
+ "durability": null,
+ "low_alchemy": "7680",
+ "high_alchemy": "11520",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "name": "Fighter hat",
+ "archery_ticket_price": "0",
+ "id": "10548",
+ "bonuses": "5,5,5,-7,-7,30,32,28,-3,28,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "275",
+ "examine": "A Penance Runner hat.",
+ "durability": null,
+ "low_alchemy": "7680",
+ "high_alchemy": "11520",
+ "weight": "1",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "name": "Runner hat",
+ "archery_ticket_price": "0",
+ "id": "10549",
+ "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "275",
+ "examine": "A Penance ranger hat.",
+ "durability": null,
+ "low_alchemy": "7680",
+ "high_alchemy": "11520",
+ "weight": "2",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "name": "Ranger hat",
+ "archery_ticket_price": "0",
+ "id": "10550",
+ "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "375",
+ "examine": "Penance Fighter torso armour.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "weight": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "name": "Fighter torso",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10551",
+ "bonuses": "0,0,0,-30,0,66,85,62,-6,67,40,4,0,0,0"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "100",
+ "examine": "Boots made from a Penance Runner.",
+ "durability": null,
+ "name": "Runner boots",
+ "archery_ticket_price": "0",
+ "id": "10552",
+ "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "150",
+ "examine": "These gloves seem unbelievably light!",
+ "durability": null,
+ "name": "Penance gloves",
+ "weight": "-7",
+ "archery_ticket_price": "0",
+ "id": "10553",
+ "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "150",
+ "examine": "These gloves seem unbelievably light!",
+ "durability": null,
+ "name": "Penance gloves",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "10554",
+ "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "375",
+ "examine": "A skirt made from the skin of a Penance Ranger.",
+ "durability": null,
+ "name": "Penance skirt",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "10555",
+ "absorb": "0,4,2",
+ "bonuses": "0,0,0,-10,16,26,21,28,19,27,15,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "10556",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "10557",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "10558",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "10559",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "A horn for communication with your team members.",
+ "durability": null,
+ "name": "Collector horn",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10560"
+ },
+ {
+ "destroy_message": "You will have to ask Captain Cain for another.",
+ "shop_price": "160",
+ "examine": "A book about the Barbarian Assault Queen.",
+ "durability": null,
+ "name": "Queen help book",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10562"
+ },
+ {
+ "requirements": "{1,50}-{2,50}",
+ "shop_price": "95000",
+ "ge_buy_limit": "10",
+ "examine": "Provides excellent protection.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "weight": "22.6",
+ "absorb": "4,0,8",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "126800",
+ "name": "Granite body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10564",
+ "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "126800",
+ "durability": null,
+ "name": "Granite body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10565"
+ },
+ {
+ "examine": "A cape of fire.",
+ "durability": null,
+ "name": "Fire cape",
+ "tradeable": "false",
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "10566",
+ "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "Mabob.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10567",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10568"
+ },
+ {
+ "examine": "Mabob.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10569",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10570"
+ },
+ {
+ "examine": "Mabob.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10571",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10572"
+ },
+ {
+ "examine": "Mabob.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10573",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10574"
+ },
+ {
+ "examine": "Mabob.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10575",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10576"
+ },
+ {
+ "examine": "Mabob.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10577",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10578"
+ },
+ {
+ "examine": "Mabob.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10579",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10580"
+ },
+ {
+ "examine": "(Normal) A mystical-feeling dagger. (Poisoned) The twisted blade is covered with a nasty poison.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "weight": "0.4",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "376,376,377,376",
+ "destroy_message": "You can obtain another from Osman. You will then need to poison it.",
+ "name": "Keris",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10581",
+ "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0"
+ },
+ {
+ "attack_anims": "376,376,377,376",
+ "destroy_message": "You can obtain another from Osman. You will then need to poison it.",
+ "durability": null,
+ "name": "Keris(p)",
+ "archery_ticket_price": "0",
+ "id": "10582",
+ "weapon_interface": "5",
+ "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3"
+ },
+ {
+ "attack_anims": "376,376,377,376",
+ "destroy_message": "You can obtain another from Osman. You will then need to poison it.",
+ "durability": null,
+ "name": "Keris(p+)",
+ "archery_ticket_price": "0",
+ "id": "10583",
+ "weapon_interface": "5",
+ "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3"
+ },
+ {
+ "attack_anims": "376,376,377,376",
+ "destroy_message": "You can obtain another from Osman. You will then need to poison it.",
+ "durability": null,
+ "name": "Keris(p++)",
+ "archery_ticket_price": "0",
+ "id": "10584",
+ "weapon_interface": "5",
+ "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can obtain a replacement lamp from the high priest in Sophanem.",
+ "examine": "A mystical lamp, engraved with scenes of carnage.",
+ "durability": null,
+ "name": "Combat lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10586"
+ },
+ {
+ "destroy_message": "I got this diary in Tarn's Lair, perhaps I can get another one there.",
+ "examine": "Tarn Razorlor's diary.",
+ "durability": null,
+ "name": "Tarn's diary",
+ "low_alchemy": "20",
+ "tradeable": "false",
+ "high_alchemy": "30",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10587"
+ },
+ {
+ "examine": "Increases the wearer's Strength and Attack by 20% when fighting the undead.",
+ "durability": null,
+ "name": "Salve amulet(e)",
+ "low_alchemy": "150000",
+ "high_alchemy": "150000",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10588",
+ "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,50}-{2,50}",
+ "ge_buy_limit": "10",
+ "examine": "A stone helmet.",
+ "durability": null,
+ "low_alchemy": "18400",
+ "high_alchemy": "27600",
+ "weight": "4",
+ "absorb": "2,0,4",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "28000",
+ "name": "Granite helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10589",
+ "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "28000",
+ "durability": null,
+ "name": "Granite helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10590"
+ },
+ {
+ "examine": "A terrifying dog beast.",
+ "durability": null,
+ "name": "Terror dog",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "10591"
+ },
+ {
+ "destroy_message": "You can make another with tanned leather and a mahogany plank.",
+ "examine": "Small drums.",
+ "durability": null,
+ "name": "Penguin bongos",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10592"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Every song needs a cowbell.",
+ "durability": null,
+ "name": "Cowbells",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10593"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A book about clockwork mechanisms.",
+ "durability": null,
+ "name": "Clockwork book",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10594"
+ },
+ {
+ "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.",
+ "examine": "A clockwork penguin suit.",
+ "durability": null,
+ "name": "Clockwork suit",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10595"
+ },
+ {
+ "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.",
+ "examine": "A clockwork penguin suit.",
+ "durability": null,
+ "name": "Clockwork suit",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10596"
+ },
+ {
+ "destroy_message": "You will need to speak to Noodle to get another.",
+ "examine": "So you can be a penguin too!",
+ "durability": null,
+ "name": "Kgp id card",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10600"
+ },
+ {
+ "shop_price": "15000",
+ "examine": "Blue: A magical hat. ",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "weight": "0.4",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "1",
+ "name": "Mystic hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10601",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15000",
+ "examine": "Blue: A magical hat. ",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "weight": "0.4",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "1",
+ "name": "Mystic hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10602",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15000",
+ "examine": "Blue: A magical hat. ",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "weight": "0.4",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "1",
+ "name": "Mystic hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10603",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Make your foes cower by wearing a skull as a helmet!",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "1.3",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "25569",
+ "name": "Skeletal helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10604",
+ "bonuses": "0,0,0,2,-2,10,9,11,3,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Mystical robes.",
+ "durability": null,
+ "low_alchemy": "56000",
+ "high_alchemy": "84000",
+ "weight": "2.2",
+ "absorb": "3,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "3932123",
+ "name": "Infinity top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10605",
+ "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A wooden helmet.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.9",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "5623",
+ "name": "Splitbark helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10606",
+ "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0"
+ },
+ {
+ "examine": "They seem to be not quite of this world...",
+ "durability": null,
+ "name": "Ghostly boots",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10607",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "shop_price": "1000",
+ "examine": "A mystical hat.",
+ "durability": null,
+ "name": "Moonclan hat",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10608",
+ "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "15000",
+ "examine": "A mystical helmet.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "0.9",
+ "absorb": "3,1,0",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar helm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10609",
+ "bonuses": "0,0,0,3,-2,8,7,10,2,0,0,0,0,0,0"
+ },
+ {
+ "remove_sleeves": "true",
+ "durability": null,
+ "name": "Decorative armour",
+ "archery_ticket_price": "0",
+ "id": "10610",
+ "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "shop_price": "250",
+ "examine": "Torso armour from the order of the Void Knights.",
+ "durability": null,
+ "low_alchemy": "19200",
+ "high_alchemy": "28800",
+ "weight": "6.8",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "name": "Void knight top",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10611",
+ "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Black banded leather armour, a rogue's dream!",
+ "durability": null,
+ "name": "Rogue mask",
+ "low_alchemy": "150",
+ "high_alchemy": "225",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "10612",
+ "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Protective headwear made from crabs. Better than it sounds.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "24661",
+ "name": "Rock-shell helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10613",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A helm fit for any Fremennik ranger.",
+ "durability": null,
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "35640",
+ "name": "Spined helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10614",
+ "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A ceremonial wooden mask.",
+ "grand_exchange_price": "1021",
+ "durability": null,
+ "name": "Tribal mask",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10615",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A ceremonial wooden mask.",
+ "grand_exchange_price": "1021",
+ "durability": null,
+ "name": "Tribal mask",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10616",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A ceremonial wooden mask.",
+ "grand_exchange_price": "1021",
+ "durability": null,
+ "name": "Tribal mask",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10617",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "3840",
+ "examine": "Provides excellent protection.",
+ "durability": null,
+ "low_alchemy": "1536",
+ "high_alchemy": "2304",
+ "weight": "9.9",
+ "absorb": "1,0,2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "4595",
+ "name": "White platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10618",
+ "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,1,0,0"
+ },
+ {
+ "shop_price": "10000",
+ "examine": "An initiate Temple Knight's Armour.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "8",
+ "absorb": "1,0,3",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "5821",
+ "name": "Initiate hauberk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10619",
+ "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,0,0,6,0,0"
+ },
+ {
+ "shop_price": "12000",
+ "examine": "A Proselyte Temple Knight's armour.",
+ "durability": null,
+ "low_alchemy": "4800",
+ "high_alchemy": "7200",
+ "weight": "8.6",
+ "absorb": "2,0,4",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "6960",
+ "name": "Proselyte hauberk",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10620",
+ "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,8,0,0"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "A thick heavy leather top.",
+ "durability": null,
+ "name": "Mourner top",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "10621",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "This should make me harder to spot in polar areas.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "216",
+ "name": "Kyatt top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10622",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0"
+ },
+ {
+ "examine": "This should make me harder to spot in woodland and jungle areas.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1793",
+ "name": "Larupia top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10623",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0"
+ },
+ {
+ "shop_price": "300",
+ "examine": "This should make me harder to spot in desert areas.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "246",
+ "name": "Graahk top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10624",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0"
+ },
+ {
+ "examine": "This should make me harder to spot in wooded areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "3883",
+ "name": "Wood camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10625",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0"
+ },
+ {
+ "examine": "This should make me harder to spot in jungle areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "325",
+ "name": "Jungle camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10626",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0"
+ },
+ {
+ "examine": "This should make me harder to spot in desert areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "606",
+ "name": "Desert camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10627",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0"
+ },
+ {
+ "examine": "This should make me harder to spot in polar areas.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "5614",
+ "name": "Polar camo top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10628",
+ "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0"
+ },
+ {
+ "examine": "A mime would wear this.",
+ "durability": null,
+ "name": "Mime mask",
+ "archery_ticket_price": "0",
+ "id": "10629",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Very posh!",
+ "durability": null,
+ "name": "Princess blouse",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10630",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Aside from the braaaains on the lapel, it's still quite good.",
+ "durability": null,
+ "name": "Zombie shirt",
+ "archery_ticket_price": "0",
+ "id": "10631",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Examine what?",
+ "durability": null,
+ "name": "Camo top",
+ "weight": "2.7",
+ "archery_ticket_price": "0",
+ "id": "10632",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "A leather strapped top.",
+ "durability": null,
+ "name": "Lederhosen top",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "10633",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)",
+ "durability": null,
+ "name": "Shade robe",
+ "low_alchemy": "28",
+ "high_alchemy": "42",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10634",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "shop_price": "450",
+ "examine": "The cape worn by members of the Legends Guild.",
+ "durability": null,
+ "name": "Cape of legends",
+ "tradeable": "false",
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "10635",
+ "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "90000",
+ "examine": "A cape woven of obsidian plates.",
+ "durability": null,
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "weight": "1.8",
+ "equipment_slot": "1",
+ "lendable": "true",
+ "grand_exchange_price": "38500",
+ "name": "Obsidian cape",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10636",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0"
+ },
+ {
+ "examine": "A cape of fire.",
+ "durability": null,
+ "name": "Fire cape",
+ "tradeable": "false",
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "10637",
+ "bonuses": "1,1,1,1,1,11,11,11,11,11,0,4,2,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "50",
+ "examine": "Ooohhh look at the pretty colours...",
+ "durability": null,
+ "name": "Team-1 cape",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10638",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by masters of attack.",
+ "durability": null,
+ "name": "Attack cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10639",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape only worn by the strongest people.",
+ "durability": null,
+ "name": "Strength cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10640",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by masters of the art of Defence.",
+ "durability": null,
+ "name": "Defence cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10641",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master archers.",
+ "durability": null,
+ "name": "Ranging cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10642",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most pious of heroes.",
+ "durability": null,
+ "name": "Prayer cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10643",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most powerful mages.",
+ "durability": null,
+ "name": "Magic cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10644",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master runecrafters.",
+ "durability": null,
+ "name": "Runecraft cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10645",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master hunters.",
+ "durability": null,
+ "name": "Hunter cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10646",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by well-constituted adventurers.",
+ "durability": null,
+ "name": "Hitpoints cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10647",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most agile of heroes.",
+ "durability": null,
+ "name": "Agility cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10648",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most skilled at the art of herblore.",
+ "durability": null,
+ "name": "Herblore cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10649",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master thieves.",
+ "durability": null,
+ "name": "Thieving cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10650",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master craftworkers.",
+ "durability": null,
+ "name": "Crafting cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10651",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the best of fletchers.",
+ "durability": null,
+ "name": "Fletching cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10652",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by slayer masters.",
+ "durability": null,
+ "name": "Slayer cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10653",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master builders.",
+ "durability": null,
+ "name": "Construct. cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10654",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the most skilled miners.",
+ "durability": null,
+ "name": "Mining cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10655",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master smiths.",
+ "durability": null,
+ "name": "Smithing cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10656",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the best fishermen.",
+ "durability": null,
+ "name": "Fishing cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10657",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by the world's best chefs.",
+ "durability": null,
+ "name": "Cooking cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10658",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master firelighters.",
+ "durability": null,
+ "name": "Firemaking cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10659",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)",
+ "durability": null,
+ "name": "Woodcutting cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10660",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master farmers.",
+ "durability": null,
+ "name": "Farming cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10661",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by only the most experienced adventurers.",
+ "durability": null,
+ "name": "Quest point cape",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10662",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "A surprisingly aerodynamic cape.",
+ "grand_exchange_price": "951",
+ "durability": null,
+ "name": "Spotted cape",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10663",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "A really surprisingly aerodynamic cape.",
+ "grand_exchange_price": "881",
+ "durability": null,
+ "name": "Spottier cape",
+ "tradeable": "true",
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10664",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "A black kitesheild with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "15249",
+ "name": "Black shield(h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10665",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0"
+ },
+ {
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "16339",
+ "name": "Adamant shield(h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10666",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0"
+ },
+ {
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "35300",
+ "name": "Rune shield(h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10667",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0"
+ },
+ {
+ "examine": "A black kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "6530",
+ "high_alchemy": "9795",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "9751",
+ "name": "Black shield(h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10668",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0"
+ },
+ {
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "3353",
+ "name": "Adamant shield(h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10669",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0"
+ },
+ {
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "31903",
+ "name": "Rune shield(h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10670",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0"
+ },
+ {
+ "examine": "A black shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "6791",
+ "name": "Black shield(h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10671",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0"
+ },
+ {
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "5566",
+ "name": "Adamant shield(h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10672",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0"
+ },
+ {
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "32082",
+ "name": "Rune shield(h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10673",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0"
+ },
+ {
+ "examine": "A black shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "5159",
+ "name": "Black shield(h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10674",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0"
+ },
+ {
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "3219",
+ "name": "Adamant shield(h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10675",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0"
+ },
+ {
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "32351",
+ "name": "Rune shield(h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10676",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0"
+ },
+ {
+ "examine": "A black shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "652",
+ "high_alchemy": "979",
+ "weight": "4",
+ "absorb": "1,0,2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "8451",
+ "name": "Black shield(h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10677",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0"
+ },
+ {
+ "examine": "A shield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "2176",
+ "high_alchemy": "3264",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "5905",
+ "name": "Adamant shield(h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10678",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0"
+ },
+ {
+ "examine": "A rune kiteshield with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "35200",
+ "name": "Rune shield(h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10679",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0"
+ },
+ {
+ "examine": "Those studs should provide a bit more protection. Nice trim too!",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "absorb": "0,3,1",
+ "equipment_slot": "4",
+ "grand_exchange_price": "67430",
+ "name": "Studded body (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10680",
+ "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0"
+ },
+ {
+ "examine": "Those studs should provide a bit more protection. Nice trim too!",
+ "durability": null,
+ "low_alchemy": "340",
+ "high_alchemy": "510",
+ "weight": "5.4",
+ "absorb": "0,3,1",
+ "equipment_slot": "4",
+ "grand_exchange_price": "22400",
+ "name": "Studded body (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10681",
+ "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "D'hide body(g)",
+ "archery_ticket_price": "0",
+ "id": "10682",
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "durability": null,
+ "name": "D'hide body (t)",
+ "archery_ticket_price": "0",
+ "id": "10683",
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "durability": null,
+ "name": "D'hide body (g)",
+ "archery_ticket_price": "0",
+ "id": "10684",
+ "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "durability": null,
+ "name": "D'hide body (t)",
+ "archery_ticket_price": "0",
+ "id": "10685",
+ "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "I can practise magic better in this.",
+ "durability": null,
+ "name": "Wizard robe (g)",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10686",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "I can do magic better in this.",
+ "durability": null,
+ "name": "Wizard robe (t)",
+ "tradeable": "true",
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10687",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Enchanted Wizards robes.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "weight": "1",
+ "absorb": "3,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "72800",
+ "name": "Enchanted top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10688",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Slightly magical boots.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "763602",
+ "name": "Wizard boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10689",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Black platebody with trim.",
+ "durability": null,
+ "low_alchemy": "1536",
+ "high_alchemy": "2304",
+ "weight": "9.07",
+ "absorb": "1,0,2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "90744",
+ "name": "Black platebody (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10690",
+ "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0"
+ },
+ {
+ "examine": "Black platebody with gold trim.",
+ "durability": null,
+ "low_alchemy": "1536",
+ "high_alchemy": "2304",
+ "weight": "9.07",
+ "absorb": "1,0,2",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "230800",
+ "name": "Black platebody (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10691",
+ "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0"
+ },
+ {
+ "lendable": "true",
+ "examine": "Your money or your life!",
+ "grand_exchange_price": "92519",
+ "durability": null,
+ "name": "Highwayman mask",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "10692",
+ "equipment_slot": "0"
+ },
+ {
+ "lendable": "true",
+ "examine": "Parlez-vous francais? (Do you speak French?)",
+ "grand_exchange_price": "64066",
+ "durability": null,
+ "name": "Blue beret",
+ "tradeable": "true",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "10693",
+ "equipment_slot": "0"
+ },
+ {
+ "lendable": "true",
+ "examine": "Parlez-vous francais?(Do you speak French?)",
+ "grand_exchange_price": "158274",
+ "durability": null,
+ "name": "Black beret",
+ "tradeable": "true",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "10694",
+ "equipment_slot": "0"
+ },
+ {
+ "lendable": "true",
+ "examine": "Parlez-vous francais? (Do you speak French?)",
+ "grand_exchange_price": "281900",
+ "durability": null,
+ "name": "White beret",
+ "tradeable": "true",
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "10695",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Lightweight boots ideal for rangers.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "0.2",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "11781186",
+ "name": "Ranger boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10696",
+ "bonuses": "0,0,0,-10,8,2,3,4,2,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Adamant platebody with trim.",
+ "durability": null,
+ "low_alchemy": "5120",
+ "high_alchemy": "7680",
+ "weight": "9.07",
+ "absorb": "2,0,4",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "79300",
+ "name": "Adam platebody (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10697",
+ "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0"
+ },
+ {
+ "examine": "Adamant platebody with gold trim.",
+ "durability": null,
+ "low_alchemy": "5120",
+ "high_alchemy": "7680",
+ "weight": "9.07",
+ "absorb": "2,0,4",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "207912",
+ "name": "Adam platebody (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10698",
+ "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "22022",
+ "name": "Black helm (h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10699",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "11700",
+ "name": "Black helm (h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10700",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "10424",
+ "name": "Black helm (h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10701",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "12717",
+ "name": "Black helm (h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10702",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A black helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "422",
+ "high_alchemy": "633",
+ "weight": "1.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "17852",
+ "name": "Black helm (h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10703",
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "30298",
+ "name": "Rune helm (h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10704",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "3",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "26127",
+ "name": "Rune helm (h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10705",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "4",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "37333",
+ "name": "Rune helm (h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10706",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "29600",
+ "name": "Rune helm (h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10707",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A rune helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "grand_exchange_price": "41325",
+ "name": "Rune helm (h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10708",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "An adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "28407",
+ "name": "Adamant helm (h1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10709",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "An adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "9839",
+ "name": "Adamant helm (h2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10710",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "An adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "8485",
+ "name": "Adamant helm (h3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10711",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "An Adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "10774",
+ "name": "Adamant helm (h4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10712",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "An adamant helmet with a heraldic design.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "3",
+ "absorb": "1,0,2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "17390",
+ "name": "Adamant helm (h5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10713",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "See table",
+ "grand_exchange_price": "8425",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10714",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "See table",
+ "grand_exchange_price": "8425",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10715",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "See table",
+ "grand_exchange_price": "8425",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10716",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "See table",
+ "grand_exchange_price": "8425",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10717",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "See table",
+ "grand_exchange_price": "8425",
+ "durability": null,
+ "name": "Bob shirt",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10718",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "A very powerful dragonstone amulet.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Amulet of glory(t)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "10719",
+ "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "A cape from the almighty god Guthix.",
+ "durability": null,
+ "name": "Guthix cape",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10720",
+ "bonuses": "0,0,0,10,0,1,1,2,10,0,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Now that's just silly.",
+ "durability": null,
+ "name": "Frog mask",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10721",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can get another from Diango in Draynor Village.",
+ "examine": "A reindeer hat and a matching flashing nose.",
+ "durability": null,
+ "name": "Reindeer hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10722"
+ },
+ {
+ "remove_head": "true",
+ "destroy_message": "You may get another from Diango in Draynor Village.",
+ "examine": "Better not light it!",
+ "durability": null,
+ "name": "Jack lantern mask",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10723",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Skeleton feet.",
+ "durability": null,
+ "name": "Skeleton boots",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10724",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Some skeletal gloves.",
+ "durability": null,
+ "name": "Skeleton gloves",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10725",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Does my pelvis look big in this?",
+ "durability": null,
+ "name": "Skeleton leggings",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10726",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "remove_sleeves": "true",
+ "examine": "The shirt of a fully body skeleton costume.",
+ "durability": null,
+ "name": "Skeleton shirt",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10727",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_head": "true",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A scary skeleton mask.",
+ "durability": null,
+ "name": "Skeleton mask",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10728",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A ring given to you by the Easter Bunny.",
+ "durability": null,
+ "name": "Easter ring",
+ "archery_ticket_price": "0",
+ "id": "10729"
+ },
+ {
+ "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.",
+ "examine": "I've got no strings ... oh hang on!",
+ "durability": null,
+ "name": "Blue marionette",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10730"
+ },
+ {
+ "examine": "Alas...I hardly knew him.",
+ "durability": null,
+ "name": "Zombie head",
+ "archery_ticket_price": "0",
+ "id": "10731"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "Perhaps not the most powerful weapon in RuneScape.",
+ "walk_anim": "1830",
+ "durability": null,
+ "weight": "0.4",
+ "turn90ccw_anim": "822",
+ "attack_speed": "4",
+ "weapon_interface": "12",
+ "turn180_anim": "1830",
+ "render_anim": "182",
+ "equipment_slot": "3",
+ "fun_weapon": "true",
+ "stand_anim": "1832",
+ "name": "Rubber chicken",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "10732",
+ "stand_turn_anim": "823",
+ "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0"
+ },
+ {
+ "examine": "A gift from Santa.",
+ "durability": null,
+ "name": "Yo-yo",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "10733"
+ },
+ {
+ "examine": "A rabbit-like adornment.",
+ "durability": null,
+ "name": "Bunny ears",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "10734",
+ "equipment_slot": "0"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "It's a Scythe.",
+ "walk_anim": "819",
+ "durability": null,
+ "weight": "3",
+ "turn90ccw_anim": "822",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "turn180_anim": "820",
+ "render_anim": "1383",
+ "equipment_slot": "3",
+ "stand_anim": "847",
+ "name": "Scythe",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "10735",
+ "stand_turn_anim": "823",
+ "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0"
+ },
+ {
+ "examine": "An enchanted ruby amulet with a nice trim.",
+ "grand_exchange_price": "443800",
+ "durability": null,
+ "name": "Strength amulet(t)",
+ "tradeable": "true",
+ "low_alchemy": "810",
+ "high_alchemy": "1215",
+ "archery_ticket_price": "0",
+ "id": "10736",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "An enchanted sapphire amulet of magic.",
+ "grand_exchange_price": "67158",
+ "durability": null,
+ "name": "Amulet of magic(t)",
+ "tradeable": "true",
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "archery_ticket_price": "0",
+ "id": "10738",
+ "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A big 'do about nothing.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "2",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "36879",
+ "name": "A powdered wig",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10740"
+ },
+ {
+ "lendable": "true",
+ "examine": "These'll help me stay alive.",
+ "grand_exchange_price": "559284",
+ "durability": null,
+ "name": "Flared trousers",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10742",
+ "equipment_slot": "7"
+ },
+ {
+ "lendable": "true",
+ "examine": "Alas, someone has slashed my pantaloons.",
+ "grand_exchange_price": "12022",
+ "durability": null,
+ "name": "Pantaloons",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10744",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A cap for wearing whil...zzzzzzzzz",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "2",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "376084",
+ "name": "Sleeping cap",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10746"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
+ "durability": null,
+ "name": "Elegant shirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10748",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
+ "durability": null,
+ "name": "Elegant shirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10750",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
+ "durability": null,
+ "name": "Elegant shirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10752",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
+ "durability": null,
+ "name": "Elegant shirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10754",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.",
+ "durability": null,
+ "name": "Elegant shirt",
+ "tradeable": "true",
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10756",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Stylish!",
+ "grand_exchange_price": "56600",
+ "durability": null,
+ "name": "Red boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "10758",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Stylish!",
+ "grand_exchange_price": "20300",
+ "durability": null,
+ "name": "Orange boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "10760",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Stylish!",
+ "grand_exchange_price": "59940",
+ "durability": null,
+ "name": "Green boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "10762",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Stylish!",
+ "grand_exchange_price": "54236",
+ "durability": null,
+ "name": "Blue boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "10764",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Stylish!",
+ "grand_exchange_price": "56495",
+ "durability": null,
+ "name": "Black boater",
+ "tradeable": "true",
+ "low_alchemy": "90",
+ "high_alchemy": "135",
+ "archery_ticket_price": "0",
+ "id": "10766",
+ "equipment_slot": "0"
+ },
+ {
+ "lendable": "true",
+ "examine": "A minimalist's hat.",
+ "grand_exchange_price": "114319",
+ "durability": null,
+ "name": "Red headband",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "10768",
+ "equipment_slot": "0"
+ },
+ {
+ "lendable": "true",
+ "examine": "A minimalist's hat.",
+ "grand_exchange_price": "41778",
+ "durability": null,
+ "name": "Black headband",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "10770",
+ "equipment_slot": "0"
+ },
+ {
+ "lendable": "true",
+ "examine": "A minimalist's hat.",
+ "grand_exchange_price": "21764",
+ "durability": null,
+ "name": "Brown headband",
+ "tradeable": "true",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "archery_ticket_price": "0",
+ "id": "10772",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Shiver me timbers!",
+ "grand_exchange_price": "83200",
+ "durability": null,
+ "name": "Pirate's hat",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "id": "10774",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Rune platebody in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "647800",
+ "name": "Zamorak platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10776",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9.07",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1097689",
+ "name": "Saradomin plate",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10778",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9.07",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "241600",
+ "name": "Guthix platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10780",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody with complete gold trim & plating.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "10",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1653821",
+ "name": "Gilded platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10782",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "Blessed vestments of Saradomin.",
+ "grand_exchange_price": "106389",
+ "durability": null,
+ "name": "Saradomin robe top",
+ "tradeable": "true",
+ "low_alchemy": "2800",
+ "high_alchemy": "4200",
+ "archery_ticket_price": "0",
+ "id": "10784",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Zamorak Vestments.",
+ "durability": null,
+ "low_alchemy": "2800",
+ "high_alchemy": "4200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "151000",
+ "name": "Zamorak robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10786",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0"
+ },
+ {
+ "examine": "Blessed vestments of Guthix.",
+ "durability": null,
+ "low_alchemy": "2800",
+ "high_alchemy": "4200",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "80181",
+ "name": "Guthix robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10788",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0"
+ },
+ {
+ "examine": "Zamorak blessed dragonhide body armour.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "6",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "84966",
+ "name": "Zamorak d'hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10790",
+ "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0"
+ },
+ {
+ "shop_price": "13000",
+ "examine": "Saradomin blessed dragonhide body armour.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "destroy": "true",
+ "weight": "6",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "92762",
+ "name": "Saradomin d'hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10792",
+ "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0"
+ },
+ {
+ "shop_price": "13",
+ "examine": "Guthix blessed dragonhide body armour.",
+ "durability": null,
+ "low_alchemy": "5200",
+ "high_alchemy": "7800",
+ "weight": "6",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "22384",
+ "name": "Guthix dragonhide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10794",
+ "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0"
+ },
+ {
+ "examine": "Endorsed by Robin Hood.",
+ "durability": null,
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "weight": "0.2",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "3070557",
+ "name": "Robin hood hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10796",
+ "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody with gold trim.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9.07",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "231400",
+ "name": "Rune platebody (g)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10798",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody with trim.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "weight": "9.07",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "61100",
+ "name": "Rune platebody (t)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10800",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0"
+ },
+ {
+ "lendable": "true",
+ "examine": "All for one and one for all!",
+ "grand_exchange_price": "56677",
+ "durability": null,
+ "name": "Tan cavalier",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "10802",
+ "equipment_slot": "0"
+ },
+ {
+ "lendable": "true",
+ "examine": "All for one and one for all!",
+ "grand_exchange_price": "18942",
+ "durability": null,
+ "name": "Dark cavalier",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "10804",
+ "equipment_slot": "0"
+ },
+ {
+ "lendable": "true",
+ "examine": "All for one and one for all!",
+ "grand_exchange_price": "421305",
+ "durability": null,
+ "name": "Black cavalier",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "10806",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Arctic Pine logs prepared with sacred oil for a funeral pyre",
+ "grand_exchange_price": "3453",
+ "durability": null,
+ "name": "Arctic pyre logs",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10808"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3453",
+ "durability": null,
+ "name": "Arctic pyre logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10809"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Log cut from an arctic pine.",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Arctic pine logs",
+ "tradeable": "true",
+ "low_alchemy": "14",
+ "high_alchemy": "21",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10810",
+ "equipment_slot": "5"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Arctic pine logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10811"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Used to repair bridges.",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Split log",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "10812"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "18",
+ "durability": null,
+ "name": "Split log",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10813"
+ },
+ {
+ "shop_price": "120",
+ "ge_buy_limit": "1000",
+ "examine": "I can spin this into rope.",
+ "grand_exchange_price": "113",
+ "durability": null,
+ "name": "Hair",
+ "tradeable": "true",
+ "low_alchemy": "48",
+ "high_alchemy": "72",
+ "archery_ticket_price": "0",
+ "id": "10814"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "113",
+ "durability": null,
+ "name": "Hair",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10815"
+ },
+ {
+ "shop_price": "2",
+ "ge_buy_limit": "1000",
+ "examine": "I need to cook this.",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Raw yak meat",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "10816"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "14",
+ "durability": null,
+ "name": "Raw yak meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10817"
+ },
+ {
+ "shop_price": "50",
+ "ge_buy_limit": "5000",
+ "examine": "Thakkrad, of Neitiznot, can cure this.",
+ "grand_exchange_price": "301",
+ "durability": null,
+ "name": "Yak-hide",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10818"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "301",
+ "durability": null,
+ "name": "Yak-hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10819"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "Ready to be cut and sewn into armour.",
+ "grand_exchange_price": "396",
+ "durability": null,
+ "name": "Cured yak-hide",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10820"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "396",
+ "durability": null,
+ "name": "Cured yak-hide",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10821"
+ },
+ {
+ "remove_sleeves": "true",
+ "requirements": "{1,20}",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "122",
+ "durability": null,
+ "name": "Yak-hide armour",
+ "archery_ticket_price": "0",
+ "id": "10822",
+ "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "122",
+ "durability": null,
+ "name": "Yak-hide armour",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10823"
+ },
+ {
+ "requirements": "{1,20}",
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Yak-hide armour",
+ "archery_ticket_price": "0",
+ "id": "10824",
+ "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "83",
+ "durability": null,
+ "name": "Yak-hide armour",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10825"
+ },
+ {
+ "requirements": "{1,25}",
+ "ge_buy_limit": "100",
+ "examine": "A shield worn by Fremennik warriors.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "destroy": "true",
+ "weight": "2.2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "402",
+ "name": "Fremennik round shield",
+ "archery_ticket_price": "0",
+ "id": "10826",
+ "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "402",
+ "durability": null,
+ "name": "Fremennik round shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10827"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,55}",
+ "shop_price": "50000",
+ "ge_buy_limit": "100",
+ "examine": "A gift from Neitiznot's Burgher.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "2.2",
+ "absorb": "2,0,4",
+ "equipment_slot": "0",
+ "grand_exchange_price": "44800",
+ "name": "Helm of neitiznot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10828",
+ "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0"
+ },
+ {
+ "destroy_message": "King Sorvott of Jatizso will give you another one, grudgingly.",
+ "examine": "The document is stamped with King Gjuki Sorvott IV's royal seal.",
+ "durability": null,
+ "name": "Royal decree",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10830"
+ },
+ {
+ "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.",
+ "examine": "An empty tax bag.",
+ "durability": null,
+ "name": "Empty tax bag",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10831"
+ },
+ {
+ "examine": "A silly hat with bells.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "2.7",
+ "equipment_slot": "0",
+ "destroy_message": "Are you sure? You can find another in King Sorvott's chest.",
+ "name": "Silly jester hat",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10836",
+ "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0"
+ },
+ {
+ "examine": "A jester's jangly top.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "6.8",
+ "equipment_slot": "4",
+ "destroy_message": "Are you sure? You can find another in King Sorvott's chest.",
+ "remove_sleeves": "true",
+ "name": "Silly jester top",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10837",
+ "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0"
+ },
+ {
+ "destroy_message": "Are you sure? You can find another in King Sorvott's chest.",
+ "examine": "Silly jester tights.",
+ "durability": null,
+ "name": "Silly jester tights",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "10838",
+ "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Are you sure? You can find another in King Sorvott's chest.",
+ "examine": "Silly jester boots.",
+ "durability": null,
+ "name": "Silly jester boots",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "10839",
+ "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "durability": null,
+ "name": "A jester stick",
+ "archery_ticket_price": "0",
+ "id": "10840",
+ "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.",
+ "durability": null,
+ "name": "Decapitated head",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "10842"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "44800",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Helm of neitiznot",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10843"
+ },
+ {
+ "examine": "A slightly sq'irky, I mean quirky, fruit.",
+ "durability": null,
+ "name": "Spring sq'irk",
+ "archery_ticket_price": "0",
+ "id": "10844"
+ },
+ {
+ "examine": "A slightly sq'irky, I mean quirky, fruit.",
+ "durability": null,
+ "name": "Summer sq'irk",
+ "archery_ticket_price": "0",
+ "id": "10845"
+ },
+ {
+ "examine": "A slightly sq'irky, I mean quirky, fruit.",
+ "durability": null,
+ "name": "Autumn sq'irk",
+ "archery_ticket_price": "0",
+ "id": "10846"
+ },
+ {
+ "examine": "A slightly sq'irky, I mean quirky, fruit.",
+ "durability": null,
+ "name": "Winter sq'irk",
+ "archery_ticket_price": "0",
+ "id": "10847"
+ },
+ {
+ "examine": "Made from 4 spring sq'irks.",
+ "durability": null,
+ "name": "Spring sq'irkjuice",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10848"
+ },
+ {
+ "examine": "Made from 2 summer sq'irks.",
+ "durability": null,
+ "name": "Summer sq'irkjuice",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10849"
+ },
+ {
+ "examine": "Made from 3 autumn sq'irks.",
+ "durability": null,
+ "name": "Autumn sq'irkjuice",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10850"
+ },
+ {
+ "examine": "Made from 5 winter sq'irks.",
+ "durability": null,
+ "name": "Winter sq'irkjuice",
+ "archery_ticket_price": "0",
+ "id": "10851"
+ },
+ {
+ "destroy_message": "You will need to speak to Sin Seer in Seers' Village to get another one.",
+ "shop_price": "40",
+ "examine": "Her writing is too scrawled to make out what it says.",
+ "durability": null,
+ "name": "Sin seer's note",
+ "low_alchemy": "2",
+ "tradeable": "false",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10856"
+ },
+ {
+ "destroy_message": "You will need to speak to General Khazard, near the Fremennik Province, to get another.",
+ "examine": "A severed human leg.",
+ "durability": null,
+ "name": "Severed leg",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "12",
+ "archery_ticket_price": "0",
+ "id": "10857"
+ },
+ {
+ "turn90cw_anim": "7044",
+ "examine": "A shadow sword.",
+ "walk_anim": "7046",
+ "durability": null,
+ "destroy": "true",
+ "weight": "3.6",
+ "turn90ccw_anim": "7043",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "weapon_interface": "7",
+ "turn180_anim": "7045",
+ "render_anim": "124",
+ "equipment_slot": "3",
+ "destroy_message": "You can get another one by visiting the cave near the Fishing guild. A friendly ghost will replace it for you. You must be wearing a Ring of visibility, or you cannot get it back.",
+ "stand_anim": "7047",
+ "name": "Shadow sword",
+ "tradeable": "false",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "10858",
+ "stand_turn_anim": "7040",
+ "bonuses": "-4,27,21,4,0,0,0,0,4,-1,0,26,0,0,0"
+ },
+ {
+ "examine": "You can put nice, hot tea in it.",
+ "durability": null,
+ "name": "Tea flask",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10859"
+ },
+ {
+ "examine": "You can put nice, hot tea in it.",
+ "durability": null,
+ "name": "Tea flask",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10860"
+ },
+ {
+ "examine": "You can put nice, hot tea in it.",
+ "durability": null,
+ "name": "Tea flask",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10861"
+ },
+ {
+ "destroy_message": "You'll have to find another within the Tower of Life!",
+ "examine": "Can't get any safer than this.",
+ "durability": null,
+ "name": "Hard hat",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10862",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Very fetching.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "0.9",
+ "equipment_slot": "4",
+ "destroy_message": "You'll have to find another within the Tower of Life!",
+ "remove_sleeves": "true",
+ "name": "Builder's shirt",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "10863"
+ },
+ {
+ "destroy_message": "You'll have to find another within the Tower of Life!",
+ "examine": "Slightly tatty in my opinion.",
+ "durability": null,
+ "name": "Builder's trousers",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10864",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "You'll have to find another within the Tower of Life!",
+ "examine": "They'll offer good protection for my toes.",
+ "durability": null,
+ "name": "Builder's boots",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10865",
+ "equipment_slot": "10"
+ },
+ {
+ "examine": "Used to bolt things together.",
+ "durability": null,
+ "name": "Rivets",
+ "archery_ticket_price": "0",
+ "id": "10866"
+ },
+ {
+ "examine": "Some magical fluid to bind surfaces.",
+ "durability": null,
+ "name": "Binding fluid",
+ "archery_ticket_price": "0",
+ "id": "10870"
+ },
+ {
+ "examine": "A pipe that belongs in a cannon stand.",
+ "durability": null,
+ "name": "Pipe",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "10871"
+ },
+ {
+ "examine": "A ring used to join two pipes together.",
+ "durability": null,
+ "name": "Pipe ring",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10872"
+ },
+ {
+ "examine": "A sheet of metal.",
+ "durability": null,
+ "name": "Metal sheet",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10873"
+ },
+ {
+ "examine": "Bound to have some use.",
+ "durability": null,
+ "name": "Coloured ball",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "10874"
+ },
+ {
+ "examine": "A wheel used to control valves.",
+ "durability": null,
+ "name": "Valve wheel",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10875"
+ },
+ {
+ "examine": "Some unknown metal substance.",
+ "durability": null,
+ "name": "Metal bar",
+ "archery_ticket_price": "0",
+ "id": "10876"
+ },
+ {
+ "shop_price": "128",
+ "examine": "I can keep my grub in here.",
+ "durability": null,
+ "name": "Plain satchel",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10877",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "I can keep my grub in here.",
+ "durability": null,
+ "name": "Green satchel",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10878",
+ "equipment_slot": "5"
+ },
+ {
+ "shop_price": "128",
+ "examine": "I can keep my grub in here.",
+ "durability": null,
+ "name": "Red satchel",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10879",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "I can keep my grub in here.",
+ "durability": null,
+ "name": "Black satchel",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10880",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "I can keep my grub in here.",
+ "durability": null,
+ "name": "Gold satchel",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10881",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "I can keep my grub in here.",
+ "durability": null,
+ "name": "Rune satchel",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10882",
+ "equipment_slot": "5"
+ },
+ {
+ "destroy_message": "You'll have to find another within the Tower of Life!",
+ "examine": "Can't get any safer than this.",
+ "durability": null,
+ "name": "Hard hat",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "10883",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "A fuse.",
+ "durability": null,
+ "name": "Fuse",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10884"
+ },
+ {
+ "examine": "A small keg of gunpowder.",
+ "durability": null,
+ "name": "Keg",
+ "weight": "12",
+ "archery_ticket_price": "0",
+ "id": "10885"
+ },
+ {
+ "examine": "Used to cure poison through prayer.",
+ "durability": null,
+ "name": "Prayer book",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10886"
+ },
+ {
+ "turn90cw_anim": "5867",
+ "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)",
+ "walk_anim": "5867",
+ "has_special": "true",
+ "low_alchemy": "92000",
+ "turn90ccw_anim": "5867",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "turn180_anim": "5867",
+ "defence_anim": "5866",
+ "equipment_slot": "3",
+ "attack_anims": "5865,5865,5865,5865",
+ "destroy_message": "If you drop the Anchor it will be destroyed, and you will need to get a new one from Brother Tranquillity, then pay Smith to re",
+ "stand_anim": "5869",
+ "run_anim": "5868",
+ "archery_ticket_price": "0",
+ "id": "10887",
+ "stand_turn_anim": "823",
+ "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0",
+ "durability": null,
+ "high_alchemy": "138000",
+ "weight": "30",
+ "weapon_interface": "8",
+ "render_anim": "985",
+ "name": "Barrelchest anchor"
+ },
+ {
+ "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)",
+ "durability": null,
+ "name": "Barrelchest anchor",
+ "low_alchemy": "92000",
+ "high_alchemy": "138000",
+ "weight": "30",
+ "archery_ticket_price": "0",
+ "attack_speed": "6",
+ "id": "10888",
+ "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this lamp it will be destroyed, and you will need to see Brother Tranquility for another.",
+ "examine": "This will answer my prayers.",
+ "durability": null,
+ "name": "Blessed lamp",
+ "archery_ticket_price": "0",
+ "id": "10889"
+ },
+ {
+ "destroy_message": "This book is old and delicate. You can reclaim this item from the place you found it.ping it here will destroy it and you will have to search the Edgeville Monastery bookcase for another.",
+ "examine": "Used to cure poison through prayer.",
+ "durability": null,
+ "name": "Prayer book",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10890"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A wooden cat toy.",
+ "grand_exchange_price": "922",
+ "durability": null,
+ "name": "Wooden cat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10891"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "922",
+ "durability": null,
+ "name": "Wooden cat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10892"
+ },
+ {
+ "examine": "A cranial clamp.",
+ "durability": null,
+ "name": "Cranial clamp",
+ "archery_ticket_price": "0",
+ "id": "10893"
+ },
+ {
+ "examine": "Some tongs for use with brains.",
+ "durability": null,
+ "name": "Brain tongs",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10894"
+ },
+ {
+ "examine": "A bell jar for covering things.",
+ "durability": null,
+ "name": "Bell jar",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10895"
+ },
+ {
+ "examine": "A silver whistle.",
+ "durability": null,
+ "name": "Wolf whistle",
+ "archery_ticket_price": "0",
+ "id": "10896"
+ },
+ {
+ "examine": "A shipping order list.",
+ "durability": null,
+ "name": "Shipping order",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10897"
+ },
+ {
+ "examine": "A small keg of gunpowder.",
+ "durability": null,
+ "name": "Keg",
+ "weight": "12",
+ "archery_ticket_price": "0",
+ "id": "10898"
+ },
+ {
+ "examine": "Part of a crate.",
+ "durability": null,
+ "name": "Crate part",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10899"
+ },
+ {
+ "examine": "One skull staple.",
+ "durability": null,
+ "name": "Skull staple",
+ "archery_ticket_price": "0",
+ "id": "10904"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This super restore and unicorn dust potion needs more ingredients.",
+ "grand_exchange_price": "8420",
+ "durability": null,
+ "name": "Mixture - step 1(4)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10909"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8420",
+ "durability": null,
+ "name": "Mixture - step 1(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10910"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This super restore and unicorn dust potion needs more ingredients.",
+ "grand_exchange_price": "6543",
+ "durability": null,
+ "name": "Mixture - step 1(3)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10911"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6543",
+ "durability": null,
+ "name": "Mixture - step 1(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10912"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This super restore and unicorn dust potion needs more ingredients.",
+ "grand_exchange_price": "4335",
+ "durability": null,
+ "name": "Mixture - step 1(2)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10913"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4335",
+ "durability": null,
+ "name": "Mixture - step 1(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10914"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This super restore and unicorn dust potion needs more ingredients.",
+ "grand_exchange_price": "2168",
+ "durability": null,
+ "name": "Mixture - step 1(1)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10915"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2168",
+ "durability": null,
+ "name": "Mixture - step 1(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10916"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.",
+ "grand_exchange_price": "8665",
+ "durability": null,
+ "name": "Mixture - step 2(4)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10917"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8665",
+ "durability": null,
+ "name": "Mixture - step 2(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10918"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.",
+ "grand_exchange_price": "6695",
+ "durability": null,
+ "name": "Mixture - step 2(3)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10919"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6695",
+ "durability": null,
+ "name": "Mixture - step 2(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10920"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.",
+ "grand_exchange_price": "4335",
+ "durability": null,
+ "name": "Mixture - step 2(2)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10921"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4335",
+ "durability": null,
+ "name": "Mixture - step 2(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10922"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.",
+ "grand_exchange_price": "2168",
+ "durability": null,
+ "name": "Mixture - step 2(1)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10923"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2168",
+ "durability": null,
+ "name": "Mixture - step 2(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10924"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A \"X\" dose Sanfew Serum.",
+ "grand_exchange_price": "15900",
+ "durability": null,
+ "name": "Sanfew serum(4)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10925"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "15900",
+ "durability": null,
+ "name": "Sanfew serum(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10926"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A \"X\" dose Sanfew Serum.",
+ "grand_exchange_price": "12000",
+ "durability": null,
+ "name": "Sanfew serum(3)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10927"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12000",
+ "durability": null,
+ "name": "Sanfew serum(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10928"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A \"X\" dose Sanfew Serum.",
+ "grand_exchange_price": "10200",
+ "durability": null,
+ "name": "Sanfew serum(2)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10929"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "10200",
+ "durability": null,
+ "name": "Sanfew serum(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10930"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A \"X\" dose Sanfew Serum.",
+ "grand_exchange_price": "6114",
+ "durability": null,
+ "name": "Sanfew serum(1)",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10931"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "6114",
+ "durability": null,
+ "name": "Sanfew serum(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10932"
+ },
+ {
+ "examine": "You certainly will be alright wearing these.",
+ "durability": null,
+ "name": "Lumberjack boots",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "10933",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10934"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10935"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10936"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "The claws from a nail beast",
+ "grand_exchange_price": "203",
+ "durability": null,
+ "name": "Nail beast nails",
+ "tradeable": "true",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "10937"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "203",
+ "durability": null,
+ "name": "Nail beast nails",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10938"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "You certainly will be alright wearing this.",
+ "durability": null,
+ "name": "Lumberjack top",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "10939",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "You certainly will be alright wearing these.",
+ "durability": null,
+ "name": "Lumberjack legs",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.9",
+ "archery_ticket_price": "0",
+ "id": "10940",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "examine": "You certainly will be alright wearing this.",
+ "durability": null,
+ "name": "Lumberjack hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "10941",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10942"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10943"
+ },
+ {
+ "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.",
+ "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.",
+ "durability": null,
+ "name": "Reward token",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10944"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "You certainly will be alright wearing this.",
+ "durability": null,
+ "name": "Lumberjack top",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "10945",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "One skull staple.",
+ "durability": null,
+ "name": "Skull staples",
+ "archery_ticket_price": "0",
+ "id": "10950"
+ },
+ {
+ "examine": "One skull staple.",
+ "durability": null,
+ "name": "Skull staples",
+ "archery_ticket_price": "0",
+ "id": "10951"
+ },
+ {
+ "requirements": "{18,39}",
+ "shop_price": "150",
+ "ge_buy_limit": "100",
+ "examine": "Don't make anyone jump when you ring this!",
+ "grand_exchange_price": "57",
+ "durability": null,
+ "name": "Slayer bell",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "10952"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "57",
+ "durability": null,
+ "name": "Slayer bell",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10953"
+ },
+ {
+ "requirements": "{1,25}-{4,25}",
+ "shop_price": "1000",
+ "ge_buy_limit": "100",
+ "examine": "Armour made out of Frog hide.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "3",
+ "absorb": "0,3,1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1797",
+ "name": "Frog-leather body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10954",
+ "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1797",
+ "durability": null,
+ "name": "Frog-leather body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10955"
+ },
+ {
+ "requirements": "{1,25}-{4,25}",
+ "shop_price": "900",
+ "ge_buy_limit": "100",
+ "examine": "Chaps made out of Frog hide.",
+ "durability": null,
+ "low_alchemy": "360",
+ "high_alchemy": "540",
+ "weight": "3",
+ "absorb": "0,2,1",
+ "equipment_slot": "7",
+ "grand_exchange_price": "361",
+ "name": "Frog-leather chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10956",
+ "bonuses": "0,0,0,-5,2,7,7,9,4,9,5,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "361",
+ "durability": null,
+ "name": "Frog-leather chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10957"
+ },
+ {
+ "requirements": "{1,25}-{4,25}",
+ "shop_price": "200",
+ "ge_buy_limit": "100",
+ "examine": "Boots made out of Frog hide.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "equipment_slot": "10",
+ "grand_exchange_price": "1156",
+ "name": "Frog-leather boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10958",
+ "bonuses": "0,0,0,-8,2,1,1,1,0,1,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1156",
+ "durability": null,
+ "name": "Frog-leather boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10959"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Thick and tasty soup.",
+ "durability": null,
+ "name": "Green gloop soup",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "10960"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A big bowl of frogspawn gumbo.",
+ "durability": null,
+ "name": "Frogspawn gumbo",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "10961"
+ },
+ {
+ "shop_price": "10",
+ "examine": "A juicy frogburger.",
+ "durability": null,
+ "name": "Frogburger",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10962"
+ },
+ {
+ "examine": "Nice and crunchy.",
+ "durability": null,
+ "name": "Coated frogs' legs",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "10963"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Bat shish kebab.",
+ "durability": null,
+ "name": "Bat shish",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "10964"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Wall beast fingers in a white fern sauce.",
+ "durability": null,
+ "name": "Fingers",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "10965"
+ },
+ {
+ "examine": "A whole roasted frog.",
+ "durability": null,
+ "name": "Roast frog",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10967"
+ },
+ {
+ "examine": "Tasty saut??ed mushrooms.",
+ "durability": null,
+ "name": "Mushrooms",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "10968"
+ },
+ {
+ "examine": "Chunky cave-crawler fillets.",
+ "durability": null,
+ "name": "Fillets",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "10969"
+ },
+ {
+ "examine": "Steamed cave pond loach.",
+ "durability": null,
+ "name": "Loach",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10970"
+ },
+ {
+ "examine": "Cave-eel sushi.",
+ "durability": null,
+ "name": "Eel sushi",
+ "archery_ticket_price": "0",
+ "id": "10971"
+ },
+ {
+ "shop_price": "2",
+ "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.",
+ "durability": null,
+ "name": "Dorgesh-kaan sphere",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "10972"
+ },
+ {
+ "requirements": "{11,52}",
+ "ge_buy_limit": "1000",
+ "examine": "A component of cave goblin Magic.",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Light orb",
+ "tradeable": "true",
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "archery_ticket_price": "0",
+ "id": "10973"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Light orb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10974"
+ },
+ {
+ "examine": "A goblin wrench.",
+ "durability": null,
+ "name": "Spanner",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10975"
+ },
+ {
+ "shop_price": "1000",
+ "examine": "A Construction bone.",
+ "durability": null,
+ "name": "Long bone",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10976"
+ },
+ {
+ "shop_price": "2000",
+ "examine": "A curved Construction bone.",
+ "durability": null,
+ "name": "Curved bone",
+ "low_alchemy": "2",
+ "high_alchemy": "4",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10977"
+ },
+ {
+ "ge_buy_limit": "500",
+ "examine": "Swamp weed found in the caves near Dorgesh-Kaan.",
+ "grand_exchange_price": "292",
+ "durability": null,
+ "name": "Swamp weed",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "10978"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "292",
+ "durability": null,
+ "name": "Swamp weed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10979"
+ },
+ {
+ "examine": "Add a wire to complete it.",
+ "durability": null,
+ "name": "Empty light orb",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "10980"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Wire found in Dorgesh-Kaan.",
+ "grand_exchange_price": "988",
+ "durability": null,
+ "name": "Cave goblin wire",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10981"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "988",
+ "durability": null,
+ "name": "Cave goblin wire",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "10982"
+ },
+ {
+ "destroy_message": "You can get another cog from the old power station.",
+ "shop_price": "160",
+ "examine": "A cog. Broken: A broken cog.",
+ "durability": null,
+ "name": "Cog",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "10983"
+ },
+ {
+ "destroy_message": "You can get another cog from the old power station.",
+ "shop_price": "160",
+ "examine": "A cog. Broken: A broken cog.",
+ "durability": null,
+ "name": "Cog",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "10984"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A fuse.",
+ "durability": null,
+ "name": "Fuse",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10985"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A fuse.",
+ "durability": null,
+ "name": "Fuse",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10986"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A meter.",
+ "durability": null,
+ "name": "Meter",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10987"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A meter.",
+ "durability": null,
+ "name": "Meter",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "10988"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A capacitor.",
+ "durability": null,
+ "name": "Capacitor",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10989"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A capacitor.",
+ "durability": null,
+ "name": "Capacitor",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "10990"
+ },
+ {
+ "destroy_message": "You can get another power box from the old power station.",
+ "examine": "A powerbox. Broken: A broken powerbox.",
+ "durability": null,
+ "name": "Powerbox",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "10993"
+ },
+ {
+ "destroy_message": "You can get another power box from the old power station.",
+ "examine": "A powerbox. Broken: A broken powerbox.",
+ "durability": null,
+ "name": "Powerbox",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "10994"
+ },
+ {
+ "examine": "A perfect example of a tortoise shell.",
+ "durability": null,
+ "name": "Perfect shell",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "6.8",
+ "archery_ticket_price": "0",
+ "id": "10995"
+ },
+ {
+ "examine": "A perfect example of a snail shell.",
+ "durability": null,
+ "name": "Perfect snail shell",
+ "weight": "7",
+ "archery_ticket_price": "0",
+ "id": "10996"
+ },
+ {
+ "examine": "On wall: That white dot looks like an eye! Off wall: A strange mole-like being.",
+ "durability": null,
+ "name": "Molanisk",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "10997"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "durability": null,
+ "name": "Cave goblin",
+ "archery_ticket_price": "0",
+ "id": "10998"
+ },
+ {
+ "examine": "A tattered goblin holy book.",
+ "durability": null,
+ "name": "Goblin book",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "10999"
+ },
+ {
+ "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.",
+ "examine": "The History of Dagon'hai.",
+ "durability": null,
+ "name": "Dagon'hai history",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11001"
+ },
+ {
+ "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.",
+ "examine": "The diary of Sin'keth Magis.",
+ "durability": null,
+ "name": "Sin'keth's diary",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11002"
+ },
+ {
+ "destroy_message": "You will need to ask Rat for another empty folder if you destroy this one.",
+ "examine": "A folder for Rat's papers.",
+ "durability": null,
+ "name": "An empty folder",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11003"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A folder for rat's papers. It needs more pages.",
+ "durability": null,
+ "name": "Used folder",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11006"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A full folder. You should take this back to Rat.",
+ "durability": null,
+ "name": "Full folder",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11007"
+ },
+ {
+ "destroy_message": "You will need to find more papers about the outlaws if you destroy this.",
+ "examine": "A page of Rat's document.",
+ "durability": null,
+ "name": "Rat's paper",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11008"
+ },
+ {
+ "destroy_message": "You will need to get another copy of the letter from Rat if you destroy this.",
+ "shop_price": "160",
+ "examine": "A letter in a strange language.",
+ "durability": null,
+ "name": "Rat's letter",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11009"
+ },
+ {
+ "destroy_message": "You will need to ask Surok for another letter to Rat if you destroy this.",
+ "shop_price": "27",
+ "examine": "A letter.",
+ "durability": null,
+ "name": "Surok's letter",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11010"
+ },
+ {
+ "examine": "Instructions for the beacon ring.",
+ "durability": null,
+ "name": "Zaff's instructions",
+ "archery_ticket_price": "0",
+ "id": "11011"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A wand.",
+ "durability": null,
+ "name": "Wand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11012",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "This wand is glowing with chaos magic.",
+ "durability": null,
+ "name": "Infused wand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11013",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You will need to get another ring from Zaff if you destroy this one.",
+ "examine": "A magical ring.",
+ "durability": null,
+ "name": "Beacon ring",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11014",
+ "bonuses": "0,0,0,2,0,0,0,0,1,0,0,0,0,0,0",
+ "equipment_slot": "12"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Cock-a-doodle-do!",
+ "durability": null,
+ "name": "Chicken head",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11015",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Perfect for crossing the road.",
+ "durability": null,
+ "name": "Chicken feet",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11016",
+ "equipment_slot": "10"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "I look fowl in this.",
+ "durability": null,
+ "name": "Chicken wings",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11017",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "What's the matter, are you chicken?",
+ "durability": null,
+ "name": "Chicken legs",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11018",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "You will need to speak to Diango to get another pair of chicken feet.",
+ "examine": "Perfect for crossing the road.",
+ "durability": null,
+ "name": "Chicken feet",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11019",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "You will need to speak to Diango to get another set of chicken wings.",
+ "remove_sleeves": "true",
+ "examine": "I look fowl in this.",
+ "durability": null,
+ "name": "Chicken wings",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11020",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_head": "true",
+ "destroy_message": "You will need to speak to Diango to get another chicken head.",
+ "examine": "Cock-a-doodle-do!",
+ "durability": null,
+ "name": "Chicken head",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11021",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You will need to speak to Diango to get another set of chicken legs.",
+ "examine": "What's the matter, are you chicken?",
+ "durability": null,
+ "name": "Chicken legs",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11022",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Let's see how far the rabbit hole goes.",
+ "durability": null,
+ "name": "Magic egg",
+ "archery_ticket_price": "0",
+ "id": "11023"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Used for making chocolate rabbits.",
+ "durability": null,
+ "name": "Rabbit mould",
+ "archery_ticket_price": "0",
+ "id": "11024"
+ },
+ {
+ "examine": "Some chocolate chunks.",
+ "durability": null,
+ "name": "Chocolate chunks",
+ "archery_ticket_price": "0",
+ "id": "11025"
+ },
+ {
+ "examine": "Chocolatey kebbit goodness.",
+ "durability": null,
+ "name": "Chocolate kebbit",
+ "archery_ticket_price": "0",
+ "id": "11026"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "11027",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "11028",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "11029",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "11030",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "These logs will be destroyed if you drop them and you will need to see Olaf Hradson to get some more.",
+ "examine": "A number of dripping, waterlogged planks.",
+ "durability": null,
+ "name": "Damp planks",
+ "archery_ticket_price": "0",
+ "id": "11031"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A log with some squiggles carved into it.",
+ "durability": null,
+ "name": "Crude carving",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11032"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Another log with some sort of bird hacked into it.",
+ "durability": null,
+ "name": "Cruder carving",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11033"
+ },
+ {
+ "destroy_message": "This map will be destroyed if you drop it and you will need to see Olaf Hradson to get another.",
+ "examine": "A faded map marking a cross next to a section of the landscape.",
+ "durability": null,
+ "name": "Sven's last map",
+ "archery_ticket_price": "0",
+ "id": "11034"
+ },
+ {
+ "destroy_message": "These logs will be destroyed if you drop them and you will need to chop more from the windswept tree.",
+ "examine": "Logs taken from the exotic-looking windswept tree.",
+ "durability": null,
+ "name": "Windswept logs",
+ "archery_ticket_price": "0",
+ "id": "11035"
+ },
+ {
+ "requirements": "{0,40}",
+ "ge_buy_limit": "100",
+ "examine": "A salty sword.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "10400",
+ "high_alchemy": "15600",
+ "weight": "1.8",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "120200",
+ "name": "Brine sabre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11037",
+ "bonuses": "7,47,-2,0,0,0,0,0,0,0,0,46,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "120200",
+ "durability": null,
+ "name": "Brine sabre",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11038"
+ },
+ {
+ "examine": "Looks like it might still float.",
+ "durability": null,
+ "name": "Rotten barrel",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11044"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Looks like it might still float.",
+ "durability": null,
+ "name": "Rotten barrel",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11045"
+ },
+ {
+ "shop_price": "18",
+ "examine": "A coil of rope.",
+ "grand_exchange_price": "101",
+ "durability": null,
+ "name": "Rope",
+ "tradeable": "true",
+ "low_alchemy": "7",
+ "high_alchemy": "10",
+ "weight": "1.3",
+ "archery_ticket_price": "0",
+ "id": "11046"
+ },
+ {
+ "examine": "Eww, a bald rat!",
+ "durability": null,
+ "name": "Brine rat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "11047"
+ },
+ {
+ "examine": "A piece of ancient goblin armour.",
+ "durability": null,
+ "name": "Armour shard",
+ "archery_ticket_price": "0",
+ "id": "11048"
+ },
+ {
+ "examine": "An ancient goblin object encrusted in dirt.",
+ "durability": null,
+ "name": "Artefact",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11049"
+ },
+ {
+ "shop_price": "1",
+ "examine": "It's missing a handle.",
+ "durability": null,
+ "name": "Axe head",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "11050"
+ },
+ {
+ "examine": "An ancient goblin object encrusted in dirt.",
+ "durability": null,
+ "name": "Artefact",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11051"
+ },
+ {
+ "examine": "A piece of ancient goblin helmet.",
+ "durability": null,
+ "name": "Helmet fragment",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11052"
+ },
+ {
+ "examine": "An ancient goblin object encrusted in dirt.",
+ "durability": null,
+ "name": "Artefact",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11053"
+ },
+ {
+ "examine": "A piece of an ancient goblin shield.",
+ "durability": null,
+ "name": "Shield fragment",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11054"
+ },
+ {
+ "examine": "An ancient goblin object encrusted in dirt.",
+ "durability": null,
+ "name": "Artefact",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11055"
+ },
+ {
+ "examine": "A piece of an ancient goblin sword.",
+ "durability": null,
+ "name": "Sword fragment",
+ "archery_ticket_price": "0",
+ "id": "11056"
+ },
+ {
+ "examine": "An ancient goblin object encrusted in dirt.",
+ "durability": null,
+ "name": "Artefact",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11057"
+ },
+ {
+ "durability": null,
+ "name": "Mace",
+ "archery_ticket_price": "0",
+ "attack_speed": "5",
+ "id": "11058"
+ },
+ {
+ "examine": "An ancient goblin object encrusted in dirt.",
+ "durability": null,
+ "name": "Artefact",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11059"
+ },
+ {
+ "shop_price": "2",
+ "examine": "Oldak's marvellous Moving-over-distance Sphere",
+ "durability": null,
+ "name": "Goblin village sphere",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "11060"
+ },
+ {
+ "requirements": "{0,25}-{5,15}",
+ "shop_price": "1000",
+ "ge_buy_limit": "100",
+ "examine": "It has ancient goblin symbols on it.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "grand_exchange_price": "4093",
+ "name": "Ancient mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11061",
+ "bonuses": "10,-2,16,0,0,0,0,0,0,0,0,14,3,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Ancient mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11064"
+ },
+ {
+ "shop_price": "5",
+ "ge_buy_limit": "100",
+ "examine": "Used to make gold bracelets.",
+ "grand_exchange_price": "456",
+ "durability": null,
+ "name": "Bracelet mould",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "11065"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "456",
+ "durability": null,
+ "name": "Bracelet mould",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11066"
+ },
+ {
+ "shop_price": "165",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "durability": null,
+ "low_alchemy": "220",
+ "high_alchemy": "330",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "223",
+ "name": "Gold bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11069"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "223",
+ "durability": null,
+ "name": "Gold bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11070"
+ },
+ {
+ "shop_price": "1035",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "durability": null,
+ "low_alchemy": "460",
+ "high_alchemy": "690",
+ "weight": "0.25",
+ "equipment_slot": "9",
+ "grand_exchange_price": "578",
+ "name": "Sapphire bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11072"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "578",
+ "durability": null,
+ "name": "Sapphire bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11073"
+ },
+ {
+ "shop_price": "506",
+ "ge_buy_limit": "5000",
+ "examine": "Now I can become a potter.",
+ "grand_exchange_price": "644",
+ "durability": null,
+ "name": "Bracelet of clay",
+ "tradeable": "true",
+ "low_alchemy": "506",
+ "high_alchemy": "759",
+ "archery_ticket_price": "0",
+ "id": "11074",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "644",
+ "durability": null,
+ "name": "Bracelet of clay",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11075"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "786",
+ "durability": null,
+ "name": "Emerald bracelet",
+ "tradeable": "true",
+ "low_alchemy": "610",
+ "high_alchemy": "915",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11076",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "786",
+ "durability": null,
+ "name": "Emerald bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11077"
+ },
+ {
+ "ge_buy_limit": "34464",
+ "examine": "Must be worn as you enter the game to receive the bonus for that game.",
+ "grand_exchange_price": "926",
+ "durability": null,
+ "name": "Castlewar brace(3)",
+ "tradeable": "true",
+ "low_alchemy": "670",
+ "high_alchemy": "1005",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "11079",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "926",
+ "durability": null,
+ "name": "Castlewar brace(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11080"
+ },
+ {
+ "examine": "Must be worn as you enter the game to receive the bonus for that game.",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Castlewar brace(2)",
+ "tradeable": "true",
+ "low_alchemy": "670",
+ "high_alchemy": "1005",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "11081",
+ "equipment_slot": "9"
+ },
+ {
+ "durability": null,
+ "name": "Castlewar brace(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11082"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "Must be worn as you enter the game to receive the bonus for that game.",
+ "grand_exchange_price": "3484",
+ "durability": null,
+ "name": "Castlewar brace(1)",
+ "tradeable": "true",
+ "low_alchemy": "670",
+ "high_alchemy": "1005",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "11083",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3484",
+ "durability": null,
+ "name": "Castlewar brace(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11084"
+ },
+ {
+ "shop_price": "2325",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "1271",
+ "durability": null,
+ "name": "Ruby bracelet",
+ "tradeable": "true",
+ "low_alchemy": "930",
+ "high_alchemy": "1395",
+ "archery_ticket_price": "0",
+ "id": "11085",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1271",
+ "durability": null,
+ "name": "Ruby bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11086"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "It eases diseases!",
+ "grand_exchange_price": "1376",
+ "durability": null,
+ "name": "Inoculation brace",
+ "tradeable": "true",
+ "low_alchemy": "1024",
+ "high_alchemy": "1536",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "11088",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1376",
+ "durability": null,
+ "name": "Inoculation brace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11089"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "In case of emergency, wear necklace.",
+ "grand_exchange_price": "15400",
+ "durability": null,
+ "name": "Phoenix necklace",
+ "tradeable": "true",
+ "low_alchemy": "1620",
+ "high_alchemy": "2430",
+ "archery_ticket_price": "0",
+ "id": "11090",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "15400",
+ "durability": null,
+ "name": "Phoenix necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11091"
+ },
+ {
+ "shop_price": "3422",
+ "ge_buy_limit": "5000",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "12100",
+ "durability": null,
+ "name": "Diamond bracelet",
+ "tradeable": "true",
+ "low_alchemy": "1530",
+ "high_alchemy": "2295",
+ "archery_ticket_price": "0",
+ "id": "11092",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "12100",
+ "durability": null,
+ "name": "Diamond bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11093"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "It repels revenants and helps you enter the Abyss.",
+ "grand_exchange_price": "15200",
+ "durability": null,
+ "name": "Forinthry brace(5)",
+ "tradeable": "true",
+ "low_alchemy": "1680",
+ "high_alchemy": "2520",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11095",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "15200",
+ "durability": null,
+ "name": "Forinthry brace(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11096"
+ },
+ {
+ "examine": "It repels revenants and helps you enter the Abyss.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Forinthry brace(4)",
+ "tradeable": "true",
+ "low_alchemy": "1680",
+ "high_alchemy": "2520",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11097",
+ "equipment_slot": "9"
+ },
+ {
+ "durability": null,
+ "name": "Forinthry brace(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11098"
+ },
+ {
+ "examine": "It repels revenants and helps you enter the Abyss.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Forinthry brace(3)",
+ "tradeable": "true",
+ "low_alchemy": "1680",
+ "high_alchemy": "2520",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11099",
+ "equipment_slot": "9"
+ },
+ {
+ "durability": null,
+ "name": "Forinthry brace(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11100"
+ },
+ {
+ "examine": "It repels revenants and helps you enter the Abyss.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Forinthry brace(2)",
+ "tradeable": "true",
+ "low_alchemy": "1680",
+ "high_alchemy": "2520",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11101",
+ "equipment_slot": "9"
+ },
+ {
+ "durability": null,
+ "name": "Forinthry brace(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11102"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "It repels revenants and helps you enter the Abyss.",
+ "grand_exchange_price": "2537",
+ "durability": null,
+ "name": "Forinthry brace(1)",
+ "tradeable": "true",
+ "low_alchemy": "1680",
+ "high_alchemy": "2520",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "11103",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2537",
+ "durability": null,
+ "name": "Forinthry brace(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11104"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This will help me travel.",
+ "grand_exchange_price": "30400",
+ "durability": null,
+ "name": "Skills necklace(4)",
+ "tradeable": "true",
+ "low_alchemy": "8080",
+ "high_alchemy": "12120",
+ "archery_ticket_price": "0",
+ "id": "11105",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "30400",
+ "durability": null,
+ "name": "Skills necklace(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11106"
+ },
+ {
+ "examine": "This will help me travel.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Skills necklace(3)",
+ "tradeable": "true",
+ "low_alchemy": "8080",
+ "high_alchemy": "12120",
+ "archery_ticket_price": "0",
+ "id": "11107",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Skills necklace(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11108"
+ },
+ {
+ "examine": "This will help me travel.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Skills necklace(2)",
+ "tradeable": "true",
+ "low_alchemy": "8080",
+ "high_alchemy": "12120",
+ "archery_ticket_price": "0",
+ "id": "11109",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Skills necklace(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11110"
+ },
+ {
+ "examine": "This will help me travel.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Skills necklace(1)",
+ "tradeable": "true",
+ "low_alchemy": "8080",
+ "high_alchemy": "12120",
+ "archery_ticket_price": "0",
+ "id": "11111",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Skills necklace(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11112"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "This will help me travel.",
+ "grand_exchange_price": "28400",
+ "durability": null,
+ "name": "Skills necklace",
+ "tradeable": "true",
+ "low_alchemy": "8080",
+ "high_alchemy": "12120",
+ "archery_ticket_price": "0",
+ "id": "11113",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "28400",
+ "durability": null,
+ "name": "Skills necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11114"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "26000",
+ "durability": null,
+ "name": "Dragon bracelet",
+ "tradeable": "true",
+ "low_alchemy": "7650",
+ "high_alchemy": "11475",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "11115",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "26000",
+ "durability": null,
+ "name": "Dragon bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11116"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A handy way to get around.",
+ "durability": null,
+ "low_alchemy": "8416",
+ "high_alchemy": "12624",
+ "weight": "0.3",
+ "equipment_slot": "9",
+ "grand_exchange_price": "29700",
+ "name": "Combat bracelet(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11118",
+ "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "29700",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Combat bracelet(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11119"
+ },
+ {
+ "examine": "A handy way to get around.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Combat bracelet(3)",
+ "tradeable": "true",
+ "low_alchemy": "8416",
+ "high_alchemy": "12624",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "11120",
+ "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Combat bracelet(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11121"
+ },
+ {
+ "examine": "A handy way to get around.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Combat bracelet(2)",
+ "tradeable": "true",
+ "low_alchemy": "8416",
+ "high_alchemy": "12624",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "11122",
+ "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Combat bracelet(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11123"
+ },
+ {
+ "examine": "A handy way to get around.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Combat bracelet(1)",
+ "tradeable": "true",
+ "low_alchemy": "8416",
+ "high_alchemy": "12624",
+ "weight": "0.3",
+ "archery_ticket_price": "0",
+ "id": "11124",
+ "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Combat bracelet(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11125"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "You will need to recharge the bracelet at the Legends Guild.",
+ "durability": null,
+ "low_alchemy": "8416",
+ "high_alchemy": "12624",
+ "weight": "0.3",
+ "equipment_slot": "9",
+ "grand_exchange_price": "29000",
+ "name": "Combat bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11126",
+ "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "29000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Combat bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11127"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Makes obsidian weapons even stronger!",
+ "grand_exchange_price": "2400000",
+ "durability": null,
+ "name": "Berserker necklace",
+ "tradeable": "true",
+ "low_alchemy": "80400",
+ "high_alchemy": "120600",
+ "archery_ticket_price": "0",
+ "id": "11128",
+ "bonuses": "-10,-10,-10,0,0,-20,-20,-20,-20,-20,-20,7,3,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2400000",
+ "durability": null,
+ "name": "Berserker necklace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11129"
+ },
+ {
+ "shop_price": "80400",
+ "ge_buy_limit": "100",
+ "examine": "I wonder if this is valuable.",
+ "grand_exchange_price": "941200",
+ "durability": null,
+ "name": "Onyx bracelet",
+ "tradeable": "true",
+ "low_alchemy": "80800",
+ "high_alchemy": "121200",
+ "archery_ticket_price": "0",
+ "id": "11130",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "941200",
+ "durability": null,
+ "name": "Onyx bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11131"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Helps to restore your life points.",
+ "durability": null,
+ "low_alchemy": "80800",
+ "high_alchemy": "121200",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "124200",
+ "name": "Regen bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11133",
+ "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "124200",
+ "durability": null,
+ "name": "Regen bracelet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11134"
+ },
+ {
+ "remove_sleeves": "true",
+ "examine": "For all your flying needs.",
+ "durability": null,
+ "name": "Bomber jacket",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11135",
+ "equipment_slot": "4"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A pair of pale green Karamja gloves.",
+ "durability": null,
+ "name": "Karamja gloves 1",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11136",
+ "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11137"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A pair of green Karamja gloves.",
+ "durability": null,
+ "name": "Karamja gloves 2",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11138",
+ "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11139"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A pair of dark green Karamja gloves.",
+ "durability": null,
+ "name": "Karamja gloves 3",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11140",
+ "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11141"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.",
+ "durability": null,
+ "name": "Dream vial (empty)",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11151"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.",
+ "durability": null,
+ "name": "Dream vial (water)",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11152"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.",
+ "durability": null,
+ "name": "Dream vial (herb)",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11153"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Potion of Shared Dreaming. One dream for two!",
+ "durability": null,
+ "name": "Dream potion",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11154"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A ground astral rune.",
+ "durability": null,
+ "name": "Ground astral rune",
+ "archery_ticket_price": "0",
+ "id": "11155"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "An astral rune that has been broken into shards.",
+ "durability": null,
+ "name": "Astral rune shards",
+ "archery_ticket_price": "0",
+ "id": "11156"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A lunar-styled lamp. I wonder what's inside?",
+ "durability": null,
+ "name": "Dreamy lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11157"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Perfect for storing heavy things.",
+ "durability": null,
+ "name": "Cyrisus's chest",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "6",
+ "archery_ticket_price": "0",
+ "id": "11158"
+ },
+ {
+ "destroy_message": "You will have to create another using the Lunar Spellbook.",
+ "ge_buy_limit": "100",
+ "examine": "A box of Hunter goodies.",
+ "grand_exchange_price": "3",
+ "durability": null,
+ "name": "Hunter kit",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "11159"
+ },
+ {
+ "destroy_message": "You'll need to get it back from Captain Rovin.",
+ "examine": "Complete Shield of Arrav.",
+ "durability": null,
+ "name": "Restored shield",
+ "destroy": "true",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "11164"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "Second-rate crossbow, former property of the Phoenix Gang.",
+ "walk_anim": "4226",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "3",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "weapon_interface": "17",
+ "turn180_anim": "4227",
+ "render_anim": "175",
+ "equipment_slot": "3",
+ "stand_anim": "4591",
+ "attack_audios": "2700,0,0,0",
+ "name": "Phoenix crossbow",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "11165",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Phoenix crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11166"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "Second-rate crossbow, former property of the Phoenix Gang.",
+ "walk_anim": "4226",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "3",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "weapon_interface": "17",
+ "turn180_anim": "4227",
+ "render_anim": "175",
+ "equipment_slot": "3",
+ "stand_anim": "4591",
+ "attack_audios": "2700,0,0,0",
+ "name": "Phoenix crossbow",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "11167",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Phoenix crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11168"
+ },
+ {
+ "shop_price": "50",
+ "examine": "A collection of written news on paper!",
+ "durability": null,
+ "name": "Newspaper",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "11169"
+ },
+ {
+ "durability": null,
+ "name": "Newspaper",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11170"
+ },
+ {
+ "shop_price": "50",
+ "examine": "A collection of written news on paper!",
+ "durability": null,
+ "name": "Newspaper",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "11171"
+ },
+ {
+ "durability": null,
+ "name": "Newspaper",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11172"
+ },
+ {
+ "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.",
+ "examine": "I can use this to claim a reward from the King, if I get the other half.",
+ "durability": null,
+ "name": "Half certificate",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11173"
+ },
+ {
+ "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.",
+ "examine": "I can use this to claim a reward from the King, if I get the other half.",
+ "durability": null,
+ "name": "Half certificate",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11174"
+ },
+ {
+ "destroy_message": "You can get another find from the pile in the cleaning area of Varrock Museum.",
+ "examine": "A roughly-prepared archaeological find ready for cleaning.",
+ "durability": null,
+ "name": "Uncleaned find",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11175"
+ },
+ {
+ "examine": "An old looking coin.",
+ "durability": null,
+ "name": "Old coin",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11179"
+ },
+ {
+ "examine": "A cracked and rusty looking coin.",
+ "durability": null,
+ "name": "Ancient coin",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11180"
+ },
+ {
+ "examine": "A very old symbol of Saradomin.",
+ "durability": null,
+ "name": "Ancient symbol",
+ "archery_ticket_price": "0",
+ "id": "11181"
+ },
+ {
+ "examine": "An old symbol of Saradomin.",
+ "durability": null,
+ "name": "Old symbol",
+ "archery_ticket_price": "0",
+ "id": "11182"
+ },
+ {
+ "examine": "An old vase with Saradominist markings - it has been chipped.",
+ "durability": null,
+ "name": "Old chipped vase",
+ "archery_ticket_price": "0",
+ "id": "11183"
+ },
+ {
+ "examine": "A map of Varrock Museum.",
+ "durability": null,
+ "name": "Museum map",
+ "archery_ticket_price": "0",
+ "id": "11184"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11185"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11186"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11187"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11188"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11189"
+ },
+ {
+ "examine": "An enchanted necklace.",
+ "durability": null,
+ "name": "Digsite pendant (1)",
+ "low_alchemy": "960",
+ "high_alchemy": "1440",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "11190",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "An enchanted necklace.",
+ "durability": null,
+ "name": "Digsite pendant (2)",
+ "low_alchemy": "960",
+ "high_alchemy": "1440",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "11191",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "An enchanted necklace.",
+ "durability": null,
+ "name": "Digsite pendant (3)",
+ "low_alchemy": "960",
+ "high_alchemy": "1440",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "11192",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "An enchanted necklace.",
+ "durability": null,
+ "name": "Digsite pendant (4)",
+ "low_alchemy": "960",
+ "high_alchemy": "1440",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "11193",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "An enchanted necklace.",
+ "durability": null,
+ "name": "Digsite pendant (5)",
+ "low_alchemy": "960",
+ "high_alchemy": "1440",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "11194",
+ "equipment_slot": "2"
+ },
+ {
+ "examine": "A recently-cleaned necklace.",
+ "durability": null,
+ "name": "Clean necklace",
+ "archery_ticket_price": "0",
+ "id": "11195",
+ "equipment_slot": "2"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "One of Grimgnash's feathers.",
+ "durability": null,
+ "name": "Griffin feather",
+ "archery_ticket_price": "0",
+ "id": "11196"
+ },
+ {
+ "destroy_message": "You will need to try and find another pendant in the mouse hole if you destroy this.",
+ "examine": "The pendant belonging to Miazrqa.",
+ "durability": null,
+ "name": "Miazrqa's pendant",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11197"
+ },
+ {
+ "destroy_message": "You will need to find another sheet of music in the witch's basement if you destroy this.",
+ "examine": "A sheet of music.",
+ "durability": null,
+ "name": "Music sheet",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11198"
+ },
+ {
+ "destroy_message": "You will need to obtain another helmet from Rupert the Beard if you destroy this",
+ "shop_price": "60000",
+ "examine": "A sturdy helmet that belonged to Rupert the beard.",
+ "durability": null,
+ "name": "Rupert's helmet",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "11199"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,50}",
+ "shop_price": "60000",
+ "ge_buy_limit": "100",
+ "examine": "A sturdy helmet that belonged to Rupert the beard.",
+ "durability": null,
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "weight": "1.9",
+ "equipment_slot": "0",
+ "grand_exchange_price": "35800",
+ "name": "Dwarven helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11200",
+ "bonuses": "0,0,6,-2,-2,27,28,31,5,24,8,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "35800",
+ "durability": null,
+ "name": "Dwarven helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11201"
+ },
+ {
+ "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.",
+ "examine": "A recipe for a shrinking potion.",
+ "durability": null,
+ "name": "Shrinking recipe",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11202"
+ },
+ {
+ "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.",
+ "examine": "A list of tasks for the day.",
+ "durability": null,
+ "name": "To-do list",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11203"
+ },
+ {
+ "destroy_message": "You will need to make another shrinking potion if you destroy this.",
+ "examine": "Apparently it shrinks you. Very fast.",
+ "durability": null,
+ "name": "Shrink-me-quick",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11204",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "4",
+ "ge_buy_limit": "100",
+ "examine": "A shrunk ogleroot! How odd...",
+ "grand_exchange_price": "35",
+ "durability": null,
+ "name": "Shrunk ogleroot",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11205"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A shiny golden goblin. Strange!",
+ "durability": null,
+ "name": "Golden goblin",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "30",
+ "archery_ticket_price": "0",
+ "id": "11210"
+ },
+ {
+ "destroy_message": "You will need to get another bag of beans from Sylas if you destroy this one.",
+ "examine": "A bag of magic beans.",
+ "durability": null,
+ "name": "Magic beans",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11211"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "An arrow made using a dragon's talon.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "equipment_slot": "13",
+ "grand_exchange_price": "2674",
+ "name": "Dragon arrow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11212",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "equipment_slot": "13",
+ "grand_exchange_price": "3988",
+ "name": "Dragon fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11217",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "equipment_slot": "13",
+ "grand_exchange_price": "3834",
+ "name": "Dragon fire arrows",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11222",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "An arrow made using a dragon's talon.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "equipment_slot": "13",
+ "grand_exchange_price": "3141",
+ "name": "Dragon arrow(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11227",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "An arrow made using a dragon's talon.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "equipment_slot": "13",
+ "grand_exchange_price": "2866",
+ "name": "Dragon arrow(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11228",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "An arrow made using a dragon's talon.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "equipment_slot": "13",
+ "grand_exchange_price": "3766",
+ "name": "Dragon arrow(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11229",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "A deadly throwing dart with a dragon tip.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "equipment_slot": "3",
+ "grand_exchange_price": "315",
+ "attack_audios": "2547,0,0,0",
+ "name": "Dragon dart",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11230",
+ "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "A deadly throwing dart with a dragon tip.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "equipment_slot": "3",
+ "grand_exchange_price": "445",
+ "attack_audios": "2547,0,0,0",
+ "name": "Dragon dart(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11231",
+ "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A deadly looking dragon dart tip - needs feathers for flight.",
+ "grand_exchange_price": "746",
+ "attack_audios": "2547,0,0,0",
+ "durability": null,
+ "name": "Dragon dart tip",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "archery_ticket_price": "0",
+ "id": "11232"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "A deadly throwing dart with a dragon tip.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "equipment_slot": "3",
+ "grand_exchange_price": "516",
+ "attack_audios": "2547,0,0,0",
+ "name": "Dragon dart(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11233",
+ "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20"
+ },
+ {
+ "requirements": "{4,60}",
+ "ge_buy_limit": "10000",
+ "examine": "A deadly throwing dart with a dragon tip.",
+ "durability": null,
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "attack_speed": "3",
+ "weapon_interface": "18",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1248",
+ "attack_audios": "2547,0,0,0",
+ "name": "Dragon dart(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11234",
+ "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "821",
+ "examine": "A bow from a darker dimension.",
+ "walk_anim": "819",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "48000",
+ "turn90ccw_anim": "822",
+ "attack_speed": "9",
+ "two_handed": "true",
+ "turn180_anim": "820",
+ "defence_anim": "424",
+ "equipment_slot": "3",
+ "attack_anims": "426,426,426,426",
+ "grand_exchange_price": "143400",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "11235",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,60}",
+ "durability": null,
+ "high_alchemy": "72001",
+ "weight": "1.9",
+ "weapon_interface": "16",
+ "equip_audio": "3738",
+ "render_anim": "1",
+ "lendable": "true",
+ "attack_audios": "3731,0,0,0",
+ "name": "Dark bow"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "143400",
+ "durability": null,
+ "name": "Dark bow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11236"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "Dragon talons, usable as arrowheads.",
+ "grand_exchange_price": "3391",
+ "durability": null,
+ "name": "Dragon arrowtips",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "archery_ticket_price": "0",
+ "id": "11237"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "1000",
+ "examine": "A baby impling in a jar. That's a bit cruel.",
+ "grand_exchange_price": "529",
+ "durability": null,
+ "name": "Baby impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "11238"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "529",
+ "durability": null,
+ "name": "Baby impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11239"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "1000",
+ "examine": "A young impling in a jar. Don't trap me, man.",
+ "grand_exchange_price": "514",
+ "durability": null,
+ "name": "Young impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "11240"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "514",
+ "durability": null,
+ "name": "Young impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11241"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "1000",
+ "examine": "A gourmet impling in a jar.",
+ "grand_exchange_price": "677",
+ "durability": null,
+ "name": "Gourm' impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "11242"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "677",
+ "durability": null,
+ "name": "Gourm' impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11243"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "1000",
+ "examine": "Earth impling in a jar.",
+ "grand_exchange_price": "1343",
+ "durability": null,
+ "name": "Earth impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "11244"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1343",
+ "durability": null,
+ "name": "Earth impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11245"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "1000",
+ "examine": "Essence impling in a jar.",
+ "grand_exchange_price": "1266",
+ "durability": null,
+ "name": "Ess' impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11246"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1266",
+ "durability": null,
+ "name": "Ess' impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11247"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "1000",
+ "examine": "Eclectic impling in a jar.",
+ "grand_exchange_price": "2943",
+ "durability": null,
+ "name": "Eclectic impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "11248"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2943",
+ "durability": null,
+ "name": "Eclectic impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11249"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "1000",
+ "examine": "Nature impling in a jar.",
+ "grand_exchange_price": "8593",
+ "durability": null,
+ "name": "Nature impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "11250"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "8593",
+ "durability": null,
+ "name": "Nature impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11251"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "1000",
+ "examine": "Magpie impling in a jar.",
+ "grand_exchange_price": "22900",
+ "durability": null,
+ "name": "Magpie impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11252"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "22900",
+ "durability": null,
+ "name": "Magpie impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11253"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "1000",
+ "examine": "Ninja impling in a jar.",
+ "grand_exchange_price": "21800",
+ "durability": null,
+ "name": "Ninja impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11254"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "21800",
+ "durability": null,
+ "name": "Ninja impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11255"
+ },
+ {
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "ge_buy_limit": "500",
+ "examine": "Dragon impling in a jar.",
+ "grand_exchange_price": "423600",
+ "durability": null,
+ "name": "Dragon impling jar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "11256"
+ },
+ {
+ "ge_buy_limit": "500",
+ "grand_exchange_price": "423600",
+ "durability": null,
+ "name": "Dragon impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11257"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Creates butterfly and impling jars.",
+ "durability": null,
+ "name": "Jar generator",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11258"
+ },
+ {
+ "shop_price": "3",
+ "turn90cw_anim": "6610",
+ "examine": "For catching butterflies.",
+ "walk_anim": "6607",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "destroy": "true",
+ "weight": "0.2",
+ "turn90ccw_anim": "6609",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "turn180_anim": "6608",
+ "render_anim": "1426",
+ "equipment_slot": "3",
+ "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.",
+ "stand_anim": "6604",
+ "name": "Magic butterfly net",
+ "tradeable": "false",
+ "run_anim": "6603",
+ "archery_ticket_price": "0",
+ "id": "11259",
+ "stand_turn_anim": "6611"
+ },
+ {
+ "shop_price": "1",
+ "ge_buy_limit": "1000",
+ "examine": "It's got little holes in the top.",
+ "grand_exchange_price": "248",
+ "durability": null,
+ "name": "Impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11260"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "248",
+ "durability": null,
+ "name": "Impling jar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11261"
+ },
+ {
+ "shop_price": "3",
+ "ge_buy_limit": "100",
+ "examine": "Imps seem to hate this stuff. Can't say I blame them.",
+ "grand_exchange_price": "1016",
+ "durability": null,
+ "name": "Imp repellent",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11262"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1016",
+ "durability": null,
+ "name": "Imp repellent",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11263"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Omega 3 oil. Good for the brain, not so for the nose.",
+ "grand_exchange_price": "601",
+ "durability": null,
+ "name": "Anchovy oil",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "11264"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "601",
+ "durability": null,
+ "name": "Anchovy oil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11265"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Fish paste. Urk.",
+ "grand_exchange_price": "57",
+ "durability": null,
+ "name": "Anchovy paste",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "11266"
+ },
+ {
+ "examine": "I can train on this",
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "11267"
+ },
+ {
+ "examine": "I can train on this",
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "11268"
+ },
+ {
+ "examine": "I can train on this",
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "11269"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11270"
+ },
+ {
+ "examine": "I can train on this",
+ "durability": null,
+ "name": "Picture",
+ "archery_ticket_price": "0",
+ "id": "11271"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11272"
+ },
+ {
+ "destroy_message": "You will have to ask Elnock for another one of these.",
+ "examine": "Lets you easily identify your prey.",
+ "durability": null,
+ "name": "Impling scroll",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11273"
+ },
+ {
+ "examine": "The label says 'Vivid Crimson', but it looks like pink to me!",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "weight": "0.9",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "27",
+ "name": "Ham shirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11274",
+ "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Mith grapple",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11275"
+ },
+ {
+ "durability": null,
+ "name": "Mith grapple",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11276"
+ },
+ {
+ "lendable": "true",
+ "examine": "I hope I don't meet any roundheads...",
+ "durability": null,
+ "name": "Cavalier mask",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11277",
+ "equipment_slot": "8"
+ },
+ {
+ "examine": "Essential mime wear.",
+ "durability": null,
+ "name": "Beret mask",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11278",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can complete the quest by speaking to Oziach even if you do not have the head.",
+ "examine": "The severed head of the great dragon Elvarg!",
+ "durability": null,
+ "name": "Elvarg's head",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11279",
+ "equipment_slot": "3"
+ },
+ {
+ "remove_head": "true",
+ "lendable": "true",
+ "examine": "I hope I don't meet any roundheads...",
+ "durability": null,
+ "name": "Cavalier and mask",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11280",
+ "equipment_slot": "0"
+ },
+ {
+ "durability": null,
+ "name": "Cavalier and mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11281"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Essential mime wear.",
+ "durability": null,
+ "name": "Beret and mask",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11282",
+ "equipment_slot": "0"
+ },
+ {
+ "requirements": "{1,75}",
+ "examine": "A heavy shield with a snarling, draconic visage.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "weight": "7.2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "5653008",
+ "name": "Dragonfire shield",
+ "archery_ticket_price": "0",
+ "id": "11283",
+ "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0"
+ },
+ {
+ "requirements": "{1,75}",
+ "ge_buy_limit": "10",
+ "examine": "A heavy shield with a snarling, draconic visage.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "weight": "7.2",
+ "equipment_slot": "5",
+ "grand_exchange_price": "7700000",
+ "name": "Dragonfire shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11284",
+ "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "7700000",
+ "durability": null,
+ "name": "Dragonfire shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11285"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "It looks like this could be attached to a shield somehow.",
+ "grand_exchange_price": "8000000",
+ "rare_item": "true",
+ "durability": null,
+ "name": "Draconic visage",
+ "tradeable": "true",
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "weight": "1.8",
+ "archery_ticket_price": "0",
+ "id": "11286"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "8000000",
+ "durability": null,
+ "name": "Draconic visage",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11287"
+ },
+ {
+ "examine": "A heavy barbarian Fishing rod.",
+ "durability": null,
+ "name": "Barbarian rod",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11323"
+ },
+ {
+ "shop_price": "6",
+ "ge_buy_limit": "5000",
+ "examine": "Roe, or cheap fishy eggs.",
+ "grand_exchange_price": "17",
+ "durability": null,
+ "name": "Roe",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "11324"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "17",
+ "durability": null,
+ "name": "Roe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11325"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "Caviar, or expensive fishy eggs.",
+ "grand_exchange_price": "370",
+ "durability": null,
+ "name": "Caviar",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "0.05",
+ "archery_ticket_price": "0",
+ "id": "11326"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "370",
+ "durability": null,
+ "name": "Caviar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11327"
+ },
+ {
+ "shop_price": "11",
+ "ge_buy_limit": "5000",
+ "examine": "A sad-looking trout.",
+ "grand_exchange_price": "9",
+ "durability": null,
+ "name": "Leaping trout",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "11328"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "9",
+ "durability": null,
+ "name": "Leaping trout",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11329"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "Some non-tasty salmon.",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Leaping salmon",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "11330"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Leaping salmon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11331"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A bloated sturgeon.",
+ "grand_exchange_price": "151",
+ "durability": null,
+ "name": "Leaping sturgeon",
+ "tradeable": "true",
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "archery_ticket_price": "0",
+ "id": "11332"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "151",
+ "durability": null,
+ "name": "Leaping sturgeon",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11333"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Slices of inedible fish.",
+ "grand_exchange_price": "2",
+ "durability": null,
+ "name": "Fish offcuts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11334"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,60}",
+ "ge_buy_limit": "10",
+ "examine": "Protects your head and looks impressive too.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "60000",
+ "high_alchemy": "90000",
+ "weight": "2",
+ "absorb": "2,0,4",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "51600000",
+ "name": "Dragon full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11335",
+ "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "51600000",
+ "durability": null,
+ "name": "Dragon full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11336"
+ },
+ {
+ "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.",
+ "examine": "The bones of a barbarian warrior, slain by his fellow adventurers.",
+ "durability": null,
+ "name": "Mangled bones",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11337"
+ },
+ {
+ "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.",
+ "examine": "The bones of a barbarian warrior, slain by vile dragons.",
+ "durability": null,
+ "name": "Chewed bones",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "weight": "9.6",
+ "archery_ticket_price": "0",
+ "id": "11338"
+ },
+ {
+ "destroy_message": "I can obtain another from Otto.",
+ "examine": "Records from my discoveries beneath the lake.",
+ "durability": null,
+ "name": "My notes",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11339"
+ },
+ {
+ "destroy_message": "I can obtain another from Otto.",
+ "examine": "A record of Otto's instructions to me.",
+ "durability": null,
+ "name": "Barbarian skills",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11340"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11341"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11342"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11343"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11344"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11345"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11346"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11347"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11348"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11349"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11350"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11351"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11352"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11353"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11354"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11355"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11356"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11357"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11358"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11359"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11360"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11361"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11362"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11363"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11364"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11365"
+ },
+ {
+ "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.",
+ "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.",
+ "durability": null,
+ "name": "Ancient page",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11366"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A bronze-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "204",
+ "stand_anim": "813",
+ "name": "Bronze hasta",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11367",
+ "stand_turn_anim": "1209",
+ "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "204",
+ "durability": null,
+ "name": "Bronze hasta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11368"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An iron-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "25",
+ "stand_anim": "813",
+ "name": "Iron hasta",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11369",
+ "stand_turn_anim": "1209",
+ "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "25",
+ "durability": null,
+ "name": "Iron hasta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11370"
+ },
+ {
+ "requirements": "{0,5}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A steel-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "93",
+ "stand_anim": "813",
+ "name": "Steel hasta",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11371",
+ "stand_turn_anim": "1209",
+ "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "93",
+ "durability": null,
+ "name": "Steel hasta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11372"
+ },
+ {
+ "requirements": "{0,20}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A mithril-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "338",
+ "high_alchemy": "507",
+ "weight": "1.8",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "357",
+ "stand_anim": "813",
+ "name": "Mithril hasta",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11373",
+ "stand_turn_anim": "1209",
+ "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "357",
+ "durability": null,
+ "name": "Mithril hasta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11374"
+ },
+ {
+ "requirements": "{0,30}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An adamant-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "832",
+ "high_alchemy": "1248",
+ "weight": "2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1095",
+ "stand_anim": "813",
+ "name": "Adamant hasta",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11375",
+ "stand_turn_anim": "1209",
+ "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1095",
+ "durability": null,
+ "name": "Adamant hasta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11376"
+ },
+ {
+ "requirements": "{0,40}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A rune-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "8320",
+ "high_alchemy": "12480",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "12300",
+ "stand_anim": "813",
+ "name": "Rune hasta",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11377",
+ "stand_turn_anim": "1209",
+ "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12300",
+ "durability": null,
+ "name": "Rune hasta",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11378"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A bronze-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "290",
+ "stand_anim": "813",
+ "name": "Bronze hasta(p)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11379",
+ "stand_turn_anim": "1209",
+ "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "290",
+ "durability": null,
+ "name": "Bronze hasta(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11380"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "walk_anim": "1205",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "stand_anim": "813",
+ "name": "Bronze hasta(kp)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11381",
+ "stand_turn_anim": "1209",
+ "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A bronze-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "775",
+ "stand_anim": "813",
+ "name": "Bronze hasta(p+)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11382",
+ "stand_turn_anim": "1209",
+ "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "775",
+ "durability": null,
+ "name": "Bronze hasta(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11383"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A bronze-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "8974",
+ "stand_anim": "813",
+ "name": "Bronze hasta(p++)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11384",
+ "stand_turn_anim": "1209",
+ "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8974",
+ "durability": null,
+ "name": "Bronze hasta(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11385"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An iron-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "99",
+ "stand_anim": "813",
+ "name": "Iron hasta(p)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11386",
+ "stand_turn_anim": "1209",
+ "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "99",
+ "durability": null,
+ "name": "Iron hasta(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11387"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "walk_anim": "1205",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "stand_anim": "813",
+ "name": "Iron hasta(kp)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11388",
+ "stand_turn_anim": "1209",
+ "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An iron-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "584",
+ "stand_anim": "813",
+ "name": "Iron hasta(p+)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11389",
+ "stand_turn_anim": "1209",
+ "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "584",
+ "durability": null,
+ "name": "Iron hasta(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11390"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An iron-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "8783",
+ "stand_anim": "813",
+ "name": "Iron hasta(p++)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11391",
+ "stand_turn_anim": "1209",
+ "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8783",
+ "durability": null,
+ "name": "Iron hasta(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11392"
+ },
+ {
+ "requirements": "{0,5}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A steel-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "151",
+ "stand_anim": "813",
+ "name": "Steel hasta(p)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11393",
+ "stand_turn_anim": "1209",
+ "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "151",
+ "durability": null,
+ "name": "Steel hasta(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11394"
+ },
+ {
+ "requirements": "{0,5}",
+ "turn90cw_anim": "1207",
+ "walk_anim": "1205",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "stand_anim": "813",
+ "name": "Steel hasta(kp)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11395",
+ "stand_turn_anim": "1209",
+ "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0"
+ },
+ {
+ "requirements": "{0,5}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A steel-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "636",
+ "stand_anim": "813",
+ "name": "Steel hasta(p+)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11396",
+ "stand_turn_anim": "1209",
+ "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "636",
+ "durability": null,
+ "name": "Steel hasta(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11397"
+ },
+ {
+ "requirements": "{0,5}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A steel-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "130",
+ "high_alchemy": "195",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "8835",
+ "stand_anim": "813",
+ "name": "Steel hasta(p++)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11398",
+ "stand_turn_anim": "1209",
+ "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8835",
+ "durability": null,
+ "name": "Steel hasta(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11399"
+ },
+ {
+ "requirements": "{0,20}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A mithril-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "338",
+ "high_alchemy": "507",
+ "weight": "1.8",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "440",
+ "stand_anim": "813",
+ "name": "Mithril hasta(p)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11400",
+ "stand_turn_anim": "1209",
+ "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "440",
+ "durability": null,
+ "name": "Mithril hasta(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11401"
+ },
+ {
+ "requirements": "{0,20}",
+ "turn90cw_anim": "1207",
+ "examine": "A mithril-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "338",
+ "high_alchemy": "507",
+ "weight": "1.8",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "353",
+ "stand_anim": "813",
+ "name": "Mithril hasta(kp)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11402",
+ "stand_turn_anim": "1209",
+ "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0"
+ },
+ {
+ "requirements": "{0,20}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A mithril-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "338",
+ "high_alchemy": "507",
+ "weight": "1.8",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "925",
+ "stand_anim": "813",
+ "name": "Mithril hasta(p+)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11403",
+ "stand_turn_anim": "1209",
+ "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "925",
+ "durability": null,
+ "name": "Mithril hasta(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11404"
+ },
+ {
+ "requirements": "{0,20}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A mithril-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "338",
+ "high_alchemy": "507",
+ "weight": "1.8",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "8711",
+ "stand_anim": "813",
+ "name": "Mithril hasta(p++)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11405",
+ "stand_turn_anim": "1209",
+ "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8711",
+ "durability": null,
+ "name": "Mithril hasta(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11406"
+ },
+ {
+ "requirements": "{0,30}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An adamant-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "832",
+ "high_alchemy": "1248",
+ "weight": "2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1154",
+ "stand_anim": "813",
+ "name": "Adamant hasta(p)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11407",
+ "stand_turn_anim": "1209",
+ "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1154",
+ "durability": null,
+ "name": "Adamant hasta(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11408"
+ },
+ {
+ "requirements": "{0,30}",
+ "turn90cw_anim": "1207",
+ "walk_anim": "1205",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "stand_anim": "813",
+ "name": "Adamant hasta(kp)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11409",
+ "stand_turn_anim": "1209",
+ "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0"
+ },
+ {
+ "requirements": "{0,30}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "An adamant-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "832",
+ "high_alchemy": "1248",
+ "weight": "2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "1639",
+ "stand_anim": "813",
+ "name": "Adamant hasta(p+)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11410",
+ "stand_turn_anim": "1209",
+ "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1639",
+ "durability": null,
+ "name": "Adamant hasta(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11411"
+ },
+ {
+ "requirements": "{0,30}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "walk_anim": "1205",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "9388",
+ "stand_anim": "813",
+ "name": "Adamant hasta(p++)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11412",
+ "stand_turn_anim": "1209",
+ "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9388",
+ "durability": null,
+ "name": "Adamant hasta(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11413"
+ },
+ {
+ "requirements": "{0,40}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A rune-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "8320",
+ "high_alchemy": "12480",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "12300",
+ "stand_anim": "813",
+ "name": "Rune hasta(p)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11414",
+ "stand_turn_anim": "1209",
+ "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12300",
+ "durability": null,
+ "name": "Rune hasta(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11415"
+ },
+ {
+ "requirements": "{0,40}",
+ "turn90cw_anim": "1207",
+ "walk_anim": "1205",
+ "durability": null,
+ "turn90ccw_anim": "1208",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "stand_anim": "813",
+ "name": "Rune hasta(kp)",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11416",
+ "stand_turn_anim": "1209",
+ "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A rune-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "8320",
+ "high_alchemy": "12480",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "12200",
+ "stand_anim": "813",
+ "name": "Rune hasta(p+)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11417",
+ "stand_turn_anim": "1209",
+ "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12200",
+ "durability": null,
+ "name": "Rune hasta(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11418"
+ },
+ {
+ "requirements": "{0,40}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "1207",
+ "examine": "A rune-tipped, one-handed hasta.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "8320",
+ "high_alchemy": "12480",
+ "weight": "2.2",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "14",
+ "turn180_anim": "1206",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "grand_exchange_price": "15500",
+ "stand_anim": "813",
+ "name": "Rune hasta(p++)",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11419",
+ "stand_turn_anim": "1209",
+ "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "15500",
+ "durability": null,
+ "name": "Rune hasta(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11420"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two dose(s) of fishy attack potion",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Attack mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "11429"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Attack mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11430"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two dose(s) of fishy attack potion",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Attack mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "11431"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "19",
+ "durability": null,
+ "name": "Attack mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11432"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Two doses of fishy antipoison potion.",
+ "grand_exchange_price": "455",
+ "durability": null,
+ "name": "Antipoison mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "86",
+ "high_alchemy": "129",
+ "archery_ticket_price": "0",
+ "id": "11433"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "455",
+ "durability": null,
+ "name": "Antipoison mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11434"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Two doses of fishy antipoison potion.",
+ "grand_exchange_price": "608",
+ "durability": null,
+ "name": "Antipoison mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "86",
+ "high_alchemy": "129",
+ "archery_ticket_price": "0",
+ "id": "11435"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "608",
+ "durability": null,
+ "name": "Antipoison mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11436"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "2 dose: Two doses of fishy Relicym's balm.",
+ "grand_exchange_price": "264",
+ "durability": null,
+ "name": "Relicym's mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "11437"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "264",
+ "durability": null,
+ "name": "Relicym's mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11438"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "2 dose: Two doses of fishy Relicym's balm.",
+ "grand_exchange_price": "131",
+ "durability": null,
+ "name": "Relicym's mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "11439"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "131",
+ "durability": null,
+ "name": "Relicym's mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11440"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of fishy strength potion.",
+ "grand_exchange_price": "159",
+ "durability": null,
+ "name": "Strength mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "11441"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "159",
+ "durability": null,
+ "name": "Strength mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11442"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of fishy strength potion.",
+ "grand_exchange_price": "164",
+ "durability": null,
+ "name": "Strength mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "11443"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "164",
+ "durability": null,
+ "name": "Strength mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11444"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of a fishy Combat potion",
+ "grand_exchange_price": "366",
+ "durability": null,
+ "name": "Combat mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "42",
+ "high_alchemy": "63",
+ "archery_ticket_price": "0",
+ "id": "11445"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "366",
+ "durability": null,
+ "name": "Combat mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11446"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of a fishy Combat potion",
+ "grand_exchange_price": "328",
+ "durability": null,
+ "name": "Combat mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "42",
+ "high_alchemy": "63",
+ "archery_ticket_price": "0",
+ "id": "11447"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "328",
+ "durability": null,
+ "name": "Combat mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11448"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two dose(s) of fishy restore potion.",
+ "grand_exchange_price": "17",
+ "durability": null,
+ "name": "Restore mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "26",
+ "high_alchemy": "39",
+ "archery_ticket_price": "0",
+ "id": "11449"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "17",
+ "durability": null,
+ "name": "Restore mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11450"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two dose(s) of fishy restore potion.",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Restore mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "26",
+ "high_alchemy": "39",
+ "archery_ticket_price": "0",
+ "id": "11451"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Restore mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11452"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of fishy energy potion.",
+ "grand_exchange_price": "248",
+ "durability": null,
+ "name": "Energy mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "43",
+ "archery_ticket_price": "0",
+ "id": "11453"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "248",
+ "durability": null,
+ "name": "Energy mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11454"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of fishy energy potion.",
+ "grand_exchange_price": "212",
+ "durability": null,
+ "name": "Energy mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "28",
+ "high_alchemy": "43",
+ "archery_ticket_price": "0",
+ "id": "11455"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "212",
+ "durability": null,
+ "name": "Energy mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11456"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of a fishy defence potion",
+ "grand_exchange_price": "887",
+ "durability": null,
+ "name": "Defence mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "11457"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "887",
+ "durability": null,
+ "name": "Defence mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11458"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of a fishy defence potion",
+ "grand_exchange_price": "780",
+ "durability": null,
+ "name": "Defence mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "36",
+ "high_alchemy": "54",
+ "archery_ticket_price": "0",
+ "id": "11459"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "780",
+ "durability": null,
+ "name": "Defence mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11460"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "2 doses of a fishy agility potion",
+ "grand_exchange_price": "388",
+ "durability": null,
+ "name": "Agility mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11461"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "388",
+ "durability": null,
+ "name": "Agility mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11462"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "1 dose of a fishy agility potion",
+ "grand_exchange_price": "459",
+ "durability": null,
+ "name": "Agility mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11463"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "459",
+ "durability": null,
+ "name": "Agility mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11464"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two dose(s) of a fishy Prayer potion.",
+ "grand_exchange_price": "2761",
+ "durability": null,
+ "name": "Prayer mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "46",
+ "high_alchemy": "69",
+ "archery_ticket_price": "0",
+ "id": "11465"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2761",
+ "durability": null,
+ "name": "Prayer mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11466"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two dose(s) of a fishy Prayer potion.",
+ "grand_exchange_price": "1857",
+ "durability": null,
+ "name": "Prayer mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "46",
+ "high_alchemy": "69",
+ "archery_ticket_price": "0",
+ "id": "11467"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1857",
+ "durability": null,
+ "name": "Prayer mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11468"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "one/two doses of fishy super attack potion",
+ "grand_exchange_price": "375",
+ "durability": null,
+ "name": "Superattack mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "54",
+ "high_alchemy": "81",
+ "archery_ticket_price": "0",
+ "id": "11469"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "375",
+ "durability": null,
+ "name": "Superattack mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11470"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "one/two doses of fishy super attack potion",
+ "grand_exchange_price": "516",
+ "durability": null,
+ "name": "Superattack mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "54",
+ "high_alchemy": "81",
+ "archery_ticket_price": "0",
+ "id": "11471"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "516",
+ "durability": null,
+ "name": "Superattack mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11472"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two dose(s) of fishy super antipoison potion.",
+ "grand_exchange_price": "613",
+ "durability": null,
+ "name": "Anti-p supermix(2)",
+ "tradeable": "true",
+ "low_alchemy": "86",
+ "high_alchemy": "129",
+ "archery_ticket_price": "0",
+ "id": "11473"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "613",
+ "durability": null,
+ "name": "Anti-p supermix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11474"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two dose(s) of fishy super antipoison potion.",
+ "grand_exchange_price": "1119",
+ "durability": null,
+ "name": "Anti-p supermix(1)",
+ "tradeable": "true",
+ "low_alchemy": "86",
+ "high_alchemy": "129",
+ "archery_ticket_price": "0",
+ "id": "11475"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1119",
+ "durability": null,
+ "name": "Anti-p supermix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11476"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two Doses of fishy fishing potion.",
+ "grand_exchange_price": "123",
+ "durability": null,
+ "name": "Fishing mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "11477"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "123",
+ "durability": null,
+ "name": "Fishing mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11478"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two Doses of fishy fishing potion.",
+ "grand_exchange_price": "87",
+ "durability": null,
+ "name": "Fishing mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "11479"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "87",
+ "durability": null,
+ "name": "Fishing mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11480"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy super energy potion.",
+ "grand_exchange_price": "1062",
+ "durability": null,
+ "name": "Sup. energy mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "11481"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1062",
+ "durability": null,
+ "name": "Sup. energy mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11482"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy super energy potion.",
+ "grand_exchange_price": "562",
+ "durability": null,
+ "name": "Sup. energy mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "archery_ticket_price": "0",
+ "id": "11483"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "562",
+ "durability": null,
+ "name": "Sup. energy mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11484"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy Super strength potion.",
+ "grand_exchange_price": "955",
+ "durability": null,
+ "name": "Sup. str. mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "66",
+ "high_alchemy": "99",
+ "archery_ticket_price": "0",
+ "id": "11485"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "955",
+ "durability": null,
+ "name": "Sup. str. mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11486"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy Super strength potion.",
+ "grand_exchange_price": "1040",
+ "durability": null,
+ "name": "Sup. str. mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "66",
+ "high_alchemy": "99",
+ "archery_ticket_price": "0",
+ "id": "11487"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1040",
+ "durability": null,
+ "name": "Sup. str. mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11488"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy Magic essence potion.",
+ "grand_exchange_price": "808",
+ "durability": null,
+ "name": "Magic ess. mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "id": "11489"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "808",
+ "durability": null,
+ "name": "Magic ess. mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11490"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy Magic essence potion.",
+ "grand_exchange_price": "447",
+ "durability": null,
+ "name": "Magic ess. mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "archery_ticket_price": "0",
+ "id": "11491"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "447",
+ "durability": null,
+ "name": "Magic ess. mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11492"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy super restore potion.",
+ "grand_exchange_price": "3670",
+ "durability": null,
+ "name": "Sup. restore mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "66",
+ "high_alchemy": "99",
+ "archery_ticket_price": "0",
+ "id": "11493"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3670",
+ "durability": null,
+ "name": "Sup. restore mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11494"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy super restore potion.",
+ "grand_exchange_price": "3104",
+ "durability": null,
+ "name": "Sup. restore mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "66",
+ "high_alchemy": "99",
+ "archery_ticket_price": "0",
+ "id": "11495"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3104",
+ "durability": null,
+ "name": "Sup. restore mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11496"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of fishy super defence potion",
+ "grand_exchange_price": "38",
+ "durability": null,
+ "name": "Sup. def. mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "79",
+ "high_alchemy": "118",
+ "archery_ticket_price": "0",
+ "id": "11497"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "38",
+ "durability": null,
+ "name": "Sup. def. mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11498"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/two doses of fishy super defence potion",
+ "grand_exchange_price": "66",
+ "durability": null,
+ "name": "Sup. def. mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "79",
+ "high_alchemy": "118",
+ "archery_ticket_price": "0",
+ "id": "11499"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "66",
+ "durability": null,
+ "name": "Sup. def. mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11500"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy extra strength antidote potion.",
+ "grand_exchange_price": "1909",
+ "durability": null,
+ "name": "Antidote+ mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11501"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1909",
+ "durability": null,
+ "name": "Antidote+ mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11502"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy extra strength antidote potion.",
+ "grand_exchange_price": "1330",
+ "durability": null,
+ "name": "Antidote+ mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11503"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1330",
+ "durability": null,
+ "name": "Antidote+ mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11504"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two dose(s) of fishy anti-fire breath potion.",
+ "grand_exchange_price": "2048",
+ "durability": null,
+ "name": "Antifire mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "79",
+ "high_alchemy": "118",
+ "archery_ticket_price": "0",
+ "id": "11505"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2048",
+ "durability": null,
+ "name": "Antifire mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11506"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two dose(s) of fishy anti-fire breath potion.",
+ "grand_exchange_price": "1444",
+ "durability": null,
+ "name": "Antifire mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "79",
+ "high_alchemy": "118",
+ "archery_ticket_price": "0",
+ "id": "11507"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1444",
+ "durability": null,
+ "name": "Antifire mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11508"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy ranging potion.",
+ "grand_exchange_price": "2879",
+ "durability": null,
+ "name": "Ranging mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "86",
+ "high_alchemy": "129",
+ "archery_ticket_price": "0",
+ "id": "11509"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "2879",
+ "durability": null,
+ "name": "Ranging mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11510"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy ranging potion.",
+ "grand_exchange_price": "1880",
+ "durability": null,
+ "name": "Ranging mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "86",
+ "high_alchemy": "129",
+ "archery_ticket_price": "0",
+ "id": "11511"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1880",
+ "durability": null,
+ "name": "Ranging mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11512"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy magic potion.",
+ "grand_exchange_price": "1022",
+ "durability": null,
+ "name": "Magic mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "11513"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1022",
+ "durability": null,
+ "name": "Magic mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11514"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy magic potion.",
+ "grand_exchange_price": "1323",
+ "durability": null,
+ "name": "Magic mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "11515"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "1323",
+ "durability": null,
+ "name": "Magic mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11516"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Doses of fishy hunting potion",
+ "grand_exchange_price": "146",
+ "durability": null,
+ "name": "Hunting mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "archery_ticket_price": "0",
+ "id": "11517"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "146",
+ "durability": null,
+ "name": "Hunting mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11518"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Doses of fishy hunting potion",
+ "grand_exchange_price": "87",
+ "durability": null,
+ "name": "Hunting mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "archery_ticket_price": "0",
+ "id": "11519"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "87",
+ "durability": null,
+ "name": "Hunting mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11520"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy Zamorak potion.",
+ "grand_exchange_price": "665",
+ "durability": null,
+ "name": "Zamorak mix(2)",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "11521"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "665",
+ "durability": null,
+ "name": "Zamorak mix(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11522"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "One/Two doses of fishy Zamorak potion.",
+ "grand_exchange_price": "339",
+ "durability": null,
+ "name": "Zamorak mix(1)",
+ "tradeable": "true",
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "archery_ticket_price": "0",
+ "id": "11523"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "339",
+ "durability": null,
+ "name": "Zamorak mix(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11524"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "More fluff than feather.",
+ "grand_exchange_price": "325",
+ "durability": null,
+ "name": "Wimpy feather",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "11525"
+ },
+ {
+ "destroy_message": "If you drop this book it will be destroyed. You cannot replace it.",
+ "examine": "Educate yourself.",
+ "durability": null,
+ "name": "Book of knowledge",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11640"
+ },
+ {
+ "durability": null,
+ "name": "Astronomy book",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11655"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A book that explains the art of crafting items from glass.",
+ "grand_exchange_price": "278",
+ "durability": null,
+ "name": "Glassblowing book",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "11656"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "278",
+ "durability": null,
+ "name": "Glassblowing book",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11657"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "200",
+ "examine": "A mage helm from the order of the Void Knights.",
+ "durability": null,
+ "low_alchemy": "3940",
+ "high_alchemy": "5910",
+ "destroy": "true",
+ "equipment_slot": "0",
+ "name": "Void mage helm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11663",
+ "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "200",
+ "examine": "A ranger helm from the order of the Void Knights",
+ "durability": null,
+ "low_alchemy": "3940",
+ "high_alchemy": "5910",
+ "weight": "3.6",
+ "equipment_slot": "0",
+ "name": "Void ranger helm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11664",
+ "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "200",
+ "examine": "A melee helm from the order of the Void Knights.",
+ "durability": null,
+ "low_alchemy": "3940",
+ "high_alchemy": "5910",
+ "weight": "0.4",
+ "equipment_slot": "0",
+ "name": "Void melee helm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11665",
+ "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Void seal(8)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11666",
+ "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Void seal(7)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11667",
+ "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Void seal(6)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11668",
+ "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Void seal(5)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11669",
+ "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Void seal(4)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11670",
+ "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Void seal(3)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11671",
+ "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Void seal(2)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11672",
+ "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Void seal(1)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11673",
+ "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "200",
+ "examine": "A mage helm from the order of the Void Knights.",
+ "durability": null,
+ "low_alchemy": "3940",
+ "high_alchemy": "5910",
+ "destroy": "true",
+ "equipment_slot": "0",
+ "name": "Void mage helm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11674",
+ "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "200",
+ "examine": "A ranger helm from the order of the Void Knights",
+ "durability": null,
+ "low_alchemy": "3940",
+ "high_alchemy": "5910",
+ "weight": "3.6",
+ "equipment_slot": "0",
+ "name": "Void ranger helm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11675",
+ "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "200",
+ "examine": "A melee helm from the order of the Void Knights.",
+ "durability": null,
+ "low_alchemy": "3940",
+ "high_alchemy": "5910",
+ "weight": "0.4",
+ "equipment_slot": "0",
+ "name": "Void melee helm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "11676",
+ "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "I can find another book in the Keldagrim library.",
+ "examine": "\"Beyond Trollheim\" by Nestor Peregrine.",
+ "durability": null,
+ "name": "Explorer's notes",
+ "low_alchemy": "2",
+ "tradeable": "false",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11677"
+ },
+ {
+ "destroy_message": "You'll need to visit the Sinclair Mansion to get another one.",
+ "examine": "A black helm, too small for your head",
+ "durability": null,
+ "name": "Black knight helm",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "11678"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11679"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A change of address form.",
+ "durability": null,
+ "name": "Address form",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11680"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "It has something written on it.",
+ "durability": null,
+ "name": "Scrap paper",
+ "archery_ticket_price": "0",
+ "id": "11681"
+ },
+ {
+ "examine": "I could use this to pick the lock.",
+ "durability": null,
+ "name": "Hair clip",
+ "archery_ticket_price": "0",
+ "id": "11682"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.",
+ "grand_exchange_price": "331300",
+ "durability": null,
+ "name": "Godsword shards",
+ "tradeable": "true",
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "archery_ticket_price": "0",
+ "id": "11686"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "331300",
+ "durability": null,
+ "name": "Godsword shards",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11687"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.",
+ "grand_exchange_price": "342100",
+ "durability": null,
+ "name": "Godsword shards",
+ "tradeable": "true",
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "archery_ticket_price": "0",
+ "id": "11688"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "342100",
+ "durability": null,
+ "name": "Godsword shards",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11689"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "The blade for the ultimate weapon.",
+ "grand_exchange_price": "466800",
+ "durability": null,
+ "name": "Godsword blade",
+ "tradeable": "true",
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "weight": "7.5",
+ "archery_ticket_price": "0",
+ "id": "11690"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "466800",
+ "durability": null,
+ "name": "Godsword blade",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11691"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.",
+ "grand_exchange_price": "348500",
+ "durability": null,
+ "name": "Godsword shards",
+ "tradeable": "true",
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "archery_ticket_price": "0",
+ "id": "11692"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "348500",
+ "durability": null,
+ "name": "Godsword shards",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11693"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "7043",
+ "examine": "A beautiful, heavy sword.",
+ "walk_anim": "7046",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "500000",
+ "turn90ccw_anim": "7044",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "28000000",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "11694",
+ "stand_turn_anim": "7040",
+ "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0",
+ "requirements": "{0,75}",
+ "durability": null,
+ "high_alchemy": "750000",
+ "weight": "10",
+ "weapon_interface": "7",
+ "render_anim": "124",
+ "lendable": "true",
+ "attack_audios": "3846,0,0,0",
+ "name": "Armadyl godsword"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "28000000",
+ "durability": null,
+ "name": "Armadyl godsword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11695"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "7043",
+ "examine": "A brutally heavy sword.",
+ "walk_anim": "7046",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "500000",
+ "turn90ccw_anim": "7044",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "3700000",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "11696",
+ "stand_turn_anim": "7040",
+ "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0",
+ "requirements": "{0,75}",
+ "durability": null,
+ "high_alchemy": "750000",
+ "weight": "10",
+ "weapon_interface": "7",
+ "render_anim": "124",
+ "lendable": "true",
+ "attack_audios": "3846,0,0,0",
+ "name": "Bandos godsword"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "3700000",
+ "durability": null,
+ "name": "Bandos godsword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11697"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "7043",
+ "examine": "A gracious, heavy sword.",
+ "walk_anim": "7046",
+ "has_special": "true",
+ "low_alchemy": "500000",
+ "turn90ccw_anim": "7044",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "22000000",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "11698",
+ "stand_turn_anim": "7040",
+ "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0",
+ "requirements": "{0,75}",
+ "durability": null,
+ "high_alchemy": "750000",
+ "weight": "10",
+ "weapon_interface": "7",
+ "render_anim": "124",
+ "lendable": "true",
+ "attack_audios": "3846,0,0,0",
+ "name": "Saradomin godsword"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "22000000",
+ "durability": null,
+ "name": "Saradomin godsword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11699"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "7043",
+ "examine": "A terrifying, heavy sword.",
+ "walk_anim": "7046",
+ "has_special": "true",
+ "low_alchemy": "500000",
+ "turn90ccw_anim": "7044",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "6100000",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "11700",
+ "stand_turn_anim": "7040",
+ "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0",
+ "requirements": "{0,75}",
+ "durability": null,
+ "high_alchemy": "750000",
+ "weight": "10",
+ "weapon_interface": "7",
+ "render_anim": "124",
+ "lendable": "true",
+ "attack_audios": "3846,0,0,0",
+ "name": "Zamorak godsword"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "6100000",
+ "durability": null,
+ "name": "Zamorak godsword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11701"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Brimming with potential.",
+ "grand_exchange_price": "30600000",
+ "rare_item": "true",
+ "durability": null,
+ "name": "Armadyl hilt",
+ "tradeable": "true",
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "11702"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "30600000",
+ "durability": null,
+ "name": "Armadyl hilt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11703"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Brimming with potential.",
+ "grand_exchange_price": "3300000",
+ "rare_item": "true",
+ "durability": null,
+ "name": "Bandos hilt",
+ "tradeable": "true",
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "11704"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "3300000",
+ "durability": null,
+ "name": "Bandos hilt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11705"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Brimming with potential.",
+ "grand_exchange_price": "24900000",
+ "rare_item": "true",
+ "durability": null,
+ "name": "Saradomin hilt",
+ "tradeable": "true",
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "11706"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "24900000",
+ "durability": null,
+ "name": "Saradomin hilt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11707"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Brimming with potential.",
+ "grand_exchange_price": "6100000",
+ "rare_item": "true",
+ "durability": null,
+ "name": "Zamorak hilt",
+ "tradeable": "true",
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "weight": "2.5",
+ "archery_ticket_price": "0",
+ "id": "11708"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "6100000",
+ "durability": null,
+ "name": "Zamorak hilt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11709"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Part of the Godsword blade.",
+ "grand_exchange_price": "150200",
+ "durability": null,
+ "rare_item": "true",
+ "name": "Godsword shard 1",
+ "tradeable": "true",
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "11710"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "150200",
+ "durability": null,
+ "name": "Godsword shard 1",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11711"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Part of the Godsword blade.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "true",
+ "weight": "2",
+ "grand_exchange_price": "149100",
+ "name": "Godsword shard 2",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11712"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "149100",
+ "durability": null,
+ "name": "Godsword shard 2",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11713"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Part of the Godsword blade.",
+ "grand_exchange_price": "149800",
+ "durability": null,
+ "rare_item": "true",
+ "name": "Godsword shard 3",
+ "tradeable": "true",
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "11714"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "149800",
+ "durability": null,
+ "name": "Godsword shard 3",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11715"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "An evil spear.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "40000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "grand_exchange_price": "5400000",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11716",
+ "stand_turn_anim": "1209",
+ "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,2,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "60000",
+ "weight": "3",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Zamorakian spear"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "5400000",
+ "durability": null,
+ "name": "Zamorakian spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11717"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,70}-{4,70}",
+ "ge_buy_limit": "1",
+ "examine": "A helmet of great craftmanship.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "weight": "0.5",
+ "absorb": "0,5,2",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "4100000",
+ "name": "Armadyl helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11718",
+ "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0"
+ },
+ {
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "4100000",
+ "durability": null,
+ "name": "Armadyl helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11719"
+ },
+ {
+ "requirements": "{1,70}-{4,70}",
+ "ge_buy_limit": "1",
+ "examine": "A chestplate of great craftsmanship",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "weight": "4",
+ "absorb": "0,10,5",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "14800000",
+ "name": "Armadyl chestplate",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11720",
+ "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,1,0,0"
+ },
+ {
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "14800000",
+ "durability": null,
+ "name": "Armadyl chestplate",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11721"
+ },
+ {
+ "requirements": "{1,70}-{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "A rune plateskirt in the colours of Armadyl.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "weight": "8",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "14800000",
+ "name": "Armadyl plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11722",
+ "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,1,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "14800000",
+ "durability": null,
+ "name": "Armadyl plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11723"
+ },
+ {
+ "requirements": "{1,65}",
+ "ge_buy_limit": "1",
+ "examine": "A sturdy chestplate.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "106000",
+ "high_alchemy": "159000",
+ "weight": "12",
+ "absorb": "4,0,9",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "14700000",
+ "name": "Bandos chestplate",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11724",
+ "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,1,0,0"
+ },
+ {
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "14700000",
+ "durability": null,
+ "name": "Bandos chestplate",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11725"
+ },
+ {
+ "requirements": "{1,65}",
+ "ge_buy_limit": "1",
+ "examine": "A sturdy pair of tassets.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "109000",
+ "high_alchemy": "163500",
+ "weight": "8",
+ "absorb": "3,0,6",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "grand_exchange_price": "15200000",
+ "name": "Bandos tassets",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11726",
+ "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,1,0,0"
+ },
+ {
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "15200000",
+ "durability": null,
+ "name": "Bandos tassets",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11727"
+ },
+ {
+ "requirements": "{1,65}",
+ "ge_buy_limit": "1",
+ "examine": "Some sturdy boots",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "weight": "6",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "111700",
+ "name": "Bandos boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11728",
+ "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,1,0,0"
+ },
+ {
+ "ge_buy_limit": "1",
+ "grand_exchange_price": "111700",
+ "durability": null,
+ "name": "Bandos boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11729"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "7043",
+ "examine": "The incredible blade of an Icyene.",
+ "walk_anim": "7046",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "52000",
+ "turn90ccw_anim": "7044",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "7045",
+ "defence_anim": "7050",
+ "equipment_slot": "3",
+ "attack_anims": "7041,7041,7048,7049",
+ "grand_exchange_price": "5300000",
+ "stand_anim": "7047",
+ "tradeable": "true",
+ "run_anim": "7039",
+ "archery_ticket_price": "0",
+ "id": "11730",
+ "stand_turn_anim": "7040",
+ "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,2,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "high_alchemy": "78000",
+ "weight": "3",
+ "weapon_interface": "7",
+ "render_anim": "124",
+ "lendable": "true",
+ "attack_audios": "3846,0,0,0",
+ "name": "Saradomin sword"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "5300000",
+ "durability": null,
+ "name": "Saradomin sword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11731"
+ },
+ {
+ "requirements": "{1,60}",
+ "ge_buy_limit": "10",
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "weight": "1",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "95400",
+ "name": "Dragon boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11732",
+ "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "95400",
+ "durability": null,
+ "name": "Dragon boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11733"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A scroll for Sir Tiffy. The wax seal is broken. / Before reading the scroll: A scroll for Sir Tiffy. It is sealed with a wax insignia.",
+ "durability": null,
+ "name": "Knight's notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11734"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A scroll for Sir Tiffy. The wax seal is broken. / Before reading the scroll: A scroll for Sir Tiffy. It is sealed with a wax insignia.",
+ "durability": null,
+ "name": "Knight's notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11735"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "rare_item": "true",
+ "low_alchemy": "6800",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "231300",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11736",
+ "stand_turn_anim": "1209",
+ "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0",
+ "requirements": "{0,30}-{6,30}",
+ "durability": null,
+ "high_alchemy": "10200",
+ "weight": "2",
+ "weapon_interface": "1",
+ "equip_audio": "2230",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Steam battlestaff"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "231300",
+ "durability": null,
+ "name": "Steam battlestaff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11737"
+ },
+ {
+ "ge_buy_limit": "10",
+ "turn90cw_anim": "1207",
+ "examine": "It's a slightly magical stick.",
+ "walk_anim": "1205",
+ "low_alchemy": "18000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "equipment_slot": "3",
+ "grand_exchange_price": "267600",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "11738",
+ "stand_turn_anim": "1209",
+ "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
+ "requirements": "{0,40}-{6,40}",
+ "durability": null,
+ "high_alchemy": "27000",
+ "weight": "2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Mystic steam staff"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "267600",
+ "durability": null,
+ "name": "Mystic steam staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11739"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11741"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11743"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11745"
+ },
+ {
+ "destroy_message": "There may be another in the chest where you found this.",
+ "examine": "This probably opens a chest in Golrie's caves. (Path of Glophrie)",
+ "durability": null,
+ "name": "A key to a chest",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11747"
+ },
+ {
+ "destroy_message": "There may be another in the chest where you found this.",
+ "examine": "This opens the door into Golrie's strongroom. (Path of Glophrie)",
+ "durability": null,
+ "name": "Strongroom key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11748"
+ },
+ {
+ "destroy_message": "Maybe Brimstail will have another crystal seed you could grow into a chime.",
+ "examine": "It makes a sound.",
+ "durability": null,
+ "name": "Crystal chime",
+ "low_alchemy": "4",
+ "tradeable": "false",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11749",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "There may be another in the chest where you found this.",
+ "examine": "Notes written by Yewnock while copying Oaknock's machine.",
+ "durability": null,
+ "name": "Yewnock's notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11750"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11753"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11754"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11755"
+ },
+ {
+ "destroy_message": "You will need to get a new set of armour from Rat Burgiss if you destroy this one.",
+ "remove_sleeves": "true",
+ "examine": "Varrock Smithing armour.",
+ "durability": null,
+ "name": "Varrock armour 1",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11756",
+ "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "destroy_message": "You will need to get a new set of armour from Reldo if you destroy this one.",
+ "remove_sleeves": "true",
+ "examine": "Varrock smithing armour.",
+ "durability": null,
+ "name": "Varrock armour 2",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11757",
+ "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "destroy_message": "You will need to get a new set of armour from Vannaka if you destroy this one.",
+ "remove_sleeves": "true",
+ "examine": "Varrock smithing armour.",
+ "durability": null,
+ "name": "Varrock armour 3",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11758",
+ "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "shop_price": "4",
+ "examine": "A number of wooden logs.",
+ "grand_exchange_price": "124",
+ "durability": null,
+ "name": "Logs",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "11760"
+ },
+ {
+ "destroy_message": "You can get the diary again from Sandy's desk.",
+ "examine": "A locked/unlocked diary.",
+ "durability": null,
+ "name": "Locked diary",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11761"
+ },
+ {
+ "destroy_message": "You can get the diary again from Sandy's desk.",
+ "examine": "A locked/unlocked diary.",
+ "durability": null,
+ "name": "Unlocked diary",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11762"
+ },
+ {
+ "destroy_message": "You can get the foot again from the creatures in the Jade Vine.",
+ "examine": "A wizard's severed foot. You can tell by the robes.",
+ "durability": null,
+ "name": "Foot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11764"
+ },
+ {
+ "destroy_message": "You can get the arm again from the creatures in the Jade Vine.",
+ "examine": "\"A wizard's severed arm. You can tell by the robes.",
+ "durability": null,
+ "name": "Left arm",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11766"
+ },
+ {
+ "destroy_message": "You can get the arm again from the creatures in the Jade Vine.",
+ "examine": "A wizard's severed arm. You can tell by the robes.",
+ "durability": null,
+ "name": "Right arm",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11767"
+ },
+ {
+ "destroy_message": "You can get the leg again from the creatures in the Jade Vine.",
+ "examine": "A wizard's severed leg. You can tell by the robes.",
+ "durability": null,
+ "name": "Left leg",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11768"
+ },
+ {
+ "destroy_message": "You can get the leg again from the creatures in the Jade Vine.",
+ "examine": "A wizard's severed leg. You can tell by the robes.",
+ "durability": null,
+ "name": "Right leg",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11769"
+ },
+ {
+ "examine": "A root cutting.",
+ "durability": null,
+ "name": "Root cutting",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11770"
+ },
+ {
+ "examine": "A root cutting.",
+ "durability": null,
+ "name": "Root cutting",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11771"
+ },
+ {
+ "examine": "A root cutting.",
+ "durability": null,
+ "name": "Root cutting",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11772"
+ },
+ {
+ "examine": "A root cutting.",
+ "durability": null,
+ "name": "Root cutting",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11773"
+ },
+ {
+ "examine": "A root cutting.",
+ "durability": null,
+ "name": "Root cutting",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11774"
+ },
+ {
+ "examine": "A floppy root cutting. Quite dead.",
+ "durability": null,
+ "name": "Wilted cutting",
+ "archery_ticket_price": "0",
+ "id": "11775"
+ },
+ {
+ "examine": "A potted root.",
+ "durability": null,
+ "name": "Potted root",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11776"
+ },
+ {
+ "destroy_message": "You can get the sealed pot back by visiting Garth, the farmer on Karamja.",
+ "examine": "This sealed pot contains your vine cutting - hopefully still alive.",
+ "durability": null,
+ "name": "Sealed pot",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11777"
+ },
+ {
+ "examine": "A large seed.",
+ "durability": null,
+ "name": "Jade vine seed",
+ "archery_ticket_price": "0",
+ "id": "11778"
+ },
+ {
+ "destroy_message": "You'll have to find another from the Grim Reaper's house.",
+ "examine": "Surely this holds many a dark tale...",
+ "durability": null,
+ "name": "The grim reaper's diary",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11780"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "Another can be found in the Grim Reaper's house.",
+ "examine": "Some of the Grim Reaper's garb.",
+ "durability": null,
+ "name": "Grim's robe",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11781"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You'll have to find another from the Grim Reaper's house.",
+ "examine": "Someone's Last Will and Testament.",
+ "durability": null,
+ "name": "Last will and testament",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11782"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You'll have to find another from the Grim Reaper's house.",
+ "examine": "A tasty treat for Muncher.",
+ "durability": null,
+ "name": "Human bones",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11783"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You'll have to find another from the Grim Reaper's house.",
+ "examine": "Ooooh spooky!",
+ "durability": null,
+ "name": "Servant's skull",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11784"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You can get a replacement from Diango in Draynor Village.",
+ "examine": "There's not much sand left in the top half...",
+ "durability": null,
+ "name": "Hourglass",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11785"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "Another can be found in the Grim Reaper's house.",
+ "examine": "Used to sharpen the blade of a scythe.",
+ "durability": null,
+ "name": "Scythe sharpener",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11786"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You'll have to find another from the Grim Reaper's house.",
+ "examine": "That's gross. Why am I carrying it around?",
+ "durability": null,
+ "name": "Human eye",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11787"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You'll have to find another from the Grim Reaper's house.",
+ "examine": "A 'Voice of Doom' potion, used to deepen your voice.",
+ "durability": null,
+ "name": "'voice of doom' potion",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11788"
+ },
+ {
+ "remove_head": "true",
+ "destroy_message": "You should be able to get another from Diango in Draynor Village.",
+ "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...",
+ "durability": null,
+ "name": "Grim reaper hood",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11789",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "destroy_message": "You should be able to get another from Diango in Draynor Village.",
+ "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...",
+ "durability": null,
+ "name": "Grim reaper hood",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11790",
+ "remove_beard": "true",
+ "equipment_slot": "0"
+ },
+ {
+ "examine": "Armour designed to fit goblins.",
+ "durability": null,
+ "name": "White goblin mail",
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "11791",
+ "equipment_slot": "4"
+ },
+ {
+ "examine": "Smaller than the average goblin. After The Chosen Commander: Oldak's new assistant.",
+ "durability": null,
+ "name": "Grubfoot",
+ "archery_ticket_price": "0",
+ "id": "11792"
+ },
+ {
+ "examine": "See article",
+ "durability": null,
+ "name": "Zanik",
+ "archery_ticket_price": "0",
+ "id": "11793"
+ },
+ {
+ "shop_price": "32",
+ "examine": "Oldak's Marvellous Moving-Over-Distance Sphere",
+ "durability": null,
+ "name": "Plain of mud sphere",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "id": "11794"
+ },
+ {
+ "destroy_message": "The Ekeleshuun priest probably has a spare.",
+ "examine": "The key you stole from the Ekeleshuun priest.",
+ "durability": null,
+ "name": "Ekeleshuun key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11795"
+ },
+ {
+ "destroy_message": "The Narogoshuun priest probably has a spare.",
+ "examine": "The key you stole from the Narogoshuun priest.",
+ "durability": null,
+ "name": "Narogoshuun key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11796"
+ },
+ {
+ "destroy_message": "The Huzamogaarb priest probably has a spare.",
+ "examine": "The key you stole from the Huzamogaarb priest.",
+ "durability": null,
+ "name": "Huzamogaarb key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11797"
+ },
+ {
+ "destroy_message": "The Saragorgak priest probably has a spare.",
+ "examine": "The key you stole from the Saragorgak priest.",
+ "durability": null,
+ "name": "Saragorgak key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11798"
+ },
+ {
+ "destroy_message": "The Horogothgar priest probably has a spare.",
+ "examine": "The key you stole from the Horogothgar priest.",
+ "durability": null,
+ "name": "Horogothgar key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11799"
+ },
+ {
+ "destroy_message": "The Yurkolgokh priest probably has a spare.",
+ "examine": "The key you stole from the Yurkolgokh priest.",
+ "durability": null,
+ "name": "Yurkolgokh key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11800"
+ },
+ {
+ "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.",
+ "durability": null,
+ "name": "Snothead's bone",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11802"
+ },
+ {
+ "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.",
+ "durability": null,
+ "name": "Snailfeet's bone",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11803"
+ },
+ {
+ "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.",
+ "durability": null,
+ "name": "Mosschin's bone",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11804"
+ },
+ {
+ "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.",
+ "durability": null,
+ "name": "Redeyes's bone",
+ "archery_ticket_price": "0",
+ "id": "11805"
+ },
+ {
+ "examine": "An ancient goblin bone wrapped in fragments of priestly robes.",
+ "durability": null,
+ "name": "Strongbones's bone",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11806"
+ },
+ {
+ "examine": "You can combine these with a toadflax to make a goblin transformation potion.",
+ "durability": null,
+ "name": "Pharmakos berries",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "11807"
+ },
+ {
+ "examine": "An ugly albino fish.",
+ "durability": null,
+ "name": "Whitefish",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "weight": "0.25",
+ "archery_ticket_price": "0",
+ "id": "11808"
+ },
+ {
+ "examine": "4 doses of goblin transmogrification potion.",
+ "durability": null,
+ "name": "Goblin potion (4)",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "11809",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "3 doses of goblin transmogrification potion.",
+ "durability": null,
+ "name": "Goblin potion (3)",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "11810"
+ },
+ {
+ "examine": "2 doses of goblin transmogrification potion.",
+ "durability": null,
+ "name": "Goblin potion (2)",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "11811"
+ },
+ {
+ "examine": "1 dose of goblin transmogrification potion.",
+ "durability": null,
+ "name": "Goblin potion (1)",
+ "low_alchemy": "5",
+ "high_alchemy": "7",
+ "archery_ticket_price": "0",
+ "id": "11812"
+ },
+ {
+ "shop_price": "177",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing bronze full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "614",
+ "durability": null,
+ "name": "Bronze armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11814"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "614",
+ "durability": null,
+ "name": "Bronze armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11815"
+ },
+ {
+ "shop_price": "177",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing bronze full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "938",
+ "durability": null,
+ "name": "Bronze armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11816",
+ "bonuses": "0,0,0,-59,-19,27,26,18,-11,25,5,0,0,1,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "938",
+ "durability": null,
+ "name": "Bronze armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11817"
+ },
+ {
+ "shop_price": "1022",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing iron full helm, platebody, legs, and kiteshield.",
+ "grand_exchange_price": "1830",
+ "durability": null,
+ "name": "Iron armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11818",
+ "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1830",
+ "durability": null,
+ "name": "Iron armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11819"
+ },
+ {
+ "shop_price": "1022",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing iron full helm, platebody, skirt, and kiteshield.",
+ "grand_exchange_price": "1711",
+ "durability": null,
+ "name": "Iron armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11820",
+ "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1711",
+ "durability": null,
+ "name": "Iron armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11821"
+ },
+ {
+ "requirements": "{5,1}",
+ "shop_price": "2365",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing steel full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "3646",
+ "durability": null,
+ "name": "Steel armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11822",
+ "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3646",
+ "durability": null,
+ "name": "Steel armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11823"
+ },
+ {
+ "requirements": "{5,1}",
+ "shop_price": "2365",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing steel full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "3796",
+ "durability": null,
+ "name": "Steel armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11824",
+ "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3796",
+ "durability": null,
+ "name": "Steel armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11825"
+ },
+ {
+ "requirements": "{10,1}",
+ "shop_price": "11286",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing Black full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "18900",
+ "durability": null,
+ "name": "Black armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11826"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "18900",
+ "durability": null,
+ "name": "Black armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11827"
+ },
+ {
+ "requirements": "{10,1}",
+ "shop_price": "11286",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing a black full helm, platebody, skirt and kiteshield.",
+ "durability": null,
+ "weight": "2.2",
+ "absorb": "2,0,4",
+ "grand_exchange_price": "14600",
+ "name": "Black armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11828",
+ "bonuses": "0,0,0,-65,-21,91,92,78,-12,90,27,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "14600",
+ "durability": null,
+ "name": "Black armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11829"
+ },
+ {
+ "requirements": "{20,1}",
+ "shop_price": "15232",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing a mithril full helm, platebody, legs and kiteshield.",
+ "durability": null,
+ "weight": "2.2",
+ "absorb": "2,0,6",
+ "grand_exchange_price": "8764",
+ "name": "Mithril armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11830",
+ "bonuses": "0,0,0,-65,-21,101,102,89,-12,97,52,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8764",
+ "durability": null,
+ "name": "Mithril armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11831"
+ },
+ {
+ "requirements": "{20,1}",
+ "shop_price": "15232",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing a mithril full helm, platebody, skirt and kiteshield.",
+ "durability": null,
+ "weight": "2.2",
+ "absorb": "2,0,5",
+ "grand_exchange_price": "7829",
+ "name": "Mithril armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11832",
+ "bonuses": "0,0,0,-65,-21,101,102,89,-12,99,50,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "7829",
+ "durability": null,
+ "name": "Mithril armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11833"
+ },
+ {
+ "requirements": "{1,30}",
+ "shop_price": "28276",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing an adamant full helm, platebody, legs and kiteshield.",
+ "durability": null,
+ "weight": "2.2",
+ "absorb": "7,0,15",
+ "grand_exchange_price": "20600",
+ "name": "Adamant armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11834",
+ "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "20600",
+ "durability": null,
+ "name": "Adamant armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11835"
+ },
+ {
+ "requirements": "{1,30}",
+ "shop_price": "28276",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing an adamant full helm, platebody, skirt and kiteshield.",
+ "durability": null,
+ "weight": "2.2",
+ "absorb": "7,0,15",
+ "grand_exchange_price": "21500",
+ "name": "Adamant armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11836",
+ "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "21500",
+ "durability": null,
+ "name": "Adamant armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11837"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "136112",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing a rune full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "136300",
+ "durability": null,
+ "name": "Rune armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11838",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "136300",
+ "durability": null,
+ "name": "Rune armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11839"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "136112",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing a rune full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "140300",
+ "durability": null,
+ "name": "Rune armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11840"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "140300",
+ "durability": null,
+ "name": "Rune armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11841"
+ },
+ {
+ "requirements": "{1,60}",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "4800000",
+ "durability": null,
+ "name": "Dragon chain armour set (l)",
+ "archery_ticket_price": "0",
+ "id": "11842"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "4800000",
+ "durability": null,
+ "name": "Dragon chain armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11843"
+ },
+ {
+ "requirements": "{1,60}",
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "4600000",
+ "durability": null,
+ "name": "Dragon chain armour set (sk)",
+ "archery_ticket_price": "0",
+ "id": "11844"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "4600000",
+ "durability": null,
+ "name": "Dragon chain armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11845"
+ },
+ {
+ "requirements": "{0,70}-{1,70}-{6,70}",
+ "ge_buy_limit": "10",
+ "examine": "Grand Exchange set containing Ahrim's robetop, robeskirt, hood, and staff.",
+ "grand_exchange_price": "3100000",
+ "durability": null,
+ "name": "Barrows - ahrim's set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11846"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "3100000",
+ "durability": null,
+ "name": "Barrows - ahrim's set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11847"
+ },
+ {
+ "requirements": "{0,70}-{1,70}-{2,70}",
+ "ge_buy_limit": "10",
+ "examine": "Grand Exchange set containing Dharok's helm, body, legs and greataxe.",
+ "grand_exchange_price": "3100000",
+ "durability": null,
+ "name": "Barrows - dharok's set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11848"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "3100000",
+ "durability": null,
+ "name": "Barrows - dharok's set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11849"
+ },
+ {
+ "requirements": "{0,70}-{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Grand Exchange set containing Guthan's helm, platebody, chainskirt and warspear.",
+ "grand_exchange_price": "1600000",
+ "durability": null,
+ "name": "Barrows - guthan's set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11850"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1600000",
+ "durability": null,
+ "name": "Barrows - guthan's set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11851"
+ },
+ {
+ "requirements": "{1,70}-{4,70}",
+ "ge_buy_limit": "10",
+ "examine": "A Grand Exchange set containing Karil's coif, crossbow, leather body, and leather skirt.",
+ "grand_exchange_price": "2200000",
+ "durability": null,
+ "name": "Barrows - karil's set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11852"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "2200000",
+ "durability": null,
+ "name": "Barrows - karil's set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11853"
+ },
+ {
+ "requirements": "{0,70}-{1,70}-{2,70}",
+ "ge_buy_limit": "10",
+ "examine": "Grand Exchange set containing Torag's helm, body, legs and hammers.",
+ "grand_exchange_price": "1100000",
+ "durability": null,
+ "name": "Barrows - torag's set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11854"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1100000",
+ "durability": null,
+ "name": "Barrows - torag's set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11855"
+ },
+ {
+ "requirements": "{0,70}-{1,70}",
+ "ge_buy_limit": "10",
+ "examine": "Grand Exchange set containing Verac's helm, brassard, plateskirt and flail.",
+ "grand_exchange_price": "1500000",
+ "durability": null,
+ "name": "Barrows - verac's set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11856"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "1500000",
+ "durability": null,
+ "name": "Barrows - verac's set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11857"
+ },
+ {
+ "requirements": "{1,65}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a helm, body, legs and shield",
+ "grand_exchange_price": "388700000",
+ "durability": null,
+ "name": "Third age melee set",
+ "tradeable": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "11858"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "388700000",
+ "durability": null,
+ "name": "Third age melee set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11859"
+ },
+ {
+ "requirements": "{1,45}-{4,65}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing coif, body, chaps and vambraces.",
+ "grand_exchange_price": "87500000",
+ "durability": null,
+ "name": "Third age ranger set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11860"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "87500000",
+ "durability": null,
+ "name": "Third age ranger set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11861"
+ },
+ {
+ "requirements": "{1,30}-{6,65}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a body, legs, amulet and hat",
+ "grand_exchange_price": "163100000",
+ "durability": null,
+ "name": "Third age mage set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11862"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "163100000",
+ "durability": null,
+ "name": "Third age mage set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11863"
+ },
+ {
+ "requirements": "{1,40}-{4,40}",
+ "shop_price": "9000",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing body, chaps and vambraces.",
+ "durability": null,
+ "weight": "2.2",
+ "absorb": "0,10,5",
+ "grand_exchange_price": "8932",
+ "name": "Green dragonhide set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11864",
+ "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "8932",
+ "durability": null,
+ "name": "Green dragonhide set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11865"
+ },
+ {
+ "requirements": "{1,40}-{4,50}",
+ "shop_price": "12000",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing body, chaps and vambraces.",
+ "grand_exchange_price": "9062",
+ "durability": null,
+ "name": "Blue dragonhide set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11866"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "9062",
+ "durability": null,
+ "name": "Blue dragonhide set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11867"
+ },
+ {
+ "requirements": "{1,40}-{4,60}",
+ "shop_price": "15000",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing body, chaps and vambraces.",
+ "grand_exchange_price": "12800",
+ "durability": null,
+ "name": "Red dragonhide set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11868"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12800",
+ "durability": null,
+ "name": "Red dragonhide set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11869"
+ },
+ {
+ "requirements": "{1,40}-{4,70}",
+ "shop_price": "40000",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing body, chaps and vambraces.",
+ "grand_exchange_price": "17600",
+ "durability": null,
+ "name": "Black dragonhide set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11870"
+ },
+ {
+ "durability": null,
+ "name": "Black dragonhide set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11871"
+ },
+ {
+ "requirements": "{20,1}-{6,40}",
+ "shop_price": "169143",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing mystic hat, top, bottoms, gloves, and boots.",
+ "grand_exchange_price": "163300",
+ "durability": null,
+ "name": "Mystic robes set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11872"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "163300",
+ "durability": null,
+ "name": "Mystic robes set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11873"
+ },
+ {
+ "requirements": "{1,25}-{6,50}",
+ "ge_buy_limit": "10",
+ "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots",
+ "grand_exchange_price": "11000000",
+ "durability": null,
+ "name": "Infinity robes set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11874"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "11000000",
+ "durability": null,
+ "name": "Infinity robes set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11875"
+ },
+ {
+ "requirements": "{1,40}-{6,40}",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing a helm, body, boots, gauntlets and legs.",
+ "grand_exchange_price": "107400",
+ "durability": null,
+ "name": "Splitbark armour set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11876",
+ "absorb": "13,6,0",
+ "bonuses": "0,0,0,24,-21,74,59,86,32,0,74,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "107400",
+ "durability": null,
+ "name": "Splitbark armour set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11877"
+ },
+ {
+ "requirements": "{10,1}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "341200",
+ "durability": null,
+ "name": "Black trimmed armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11878",
+ "absorb": "2,0,4",
+ "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "341200",
+ "durability": null,
+ "name": "Black trimmed armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11879"
+ },
+ {
+ "requirements": "{10,1}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "331600",
+ "durability": null,
+ "name": "Black trimmed armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11880",
+ "absorb": "2,0,4",
+ "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "331600",
+ "durability": null,
+ "name": "Black trimmed armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11881"
+ },
+ {
+ "requirements": "{10,1}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "1700000",
+ "durability": null,
+ "name": "Black gold-trimmed armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11882"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1700000",
+ "durability": null,
+ "name": "Black gold-trimmed armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11883"
+ },
+ {
+ "requirements": "{10,1}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "1300000",
+ "durability": null,
+ "name": "Black gold-trimmed armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11884"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1300000",
+ "durability": null,
+ "name": "Black gold-trimmed armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11885"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "318100",
+ "durability": null,
+ "name": "Adamant trimmed armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11886"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "318100",
+ "durability": null,
+ "name": "Adamant trimmed armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11887"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "293700",
+ "durability": null,
+ "name": "Adamant trimmed armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11888"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "293700",
+ "durability": null,
+ "name": "Adamant trimmed armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11889"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "949400",
+ "durability": null,
+ "name": "Adamant gold-trimmed armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11890"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "949400",
+ "durability": null,
+ "name": "Adamant gold-trimmed armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11891"
+ },
+ {
+ "requirements": "{1,30}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "880500",
+ "durability": null,
+ "name": "Adamant gold-trimmed armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11892"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "880500",
+ "durability": null,
+ "name": "Adamant gold-trimmed armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11893"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "702500",
+ "durability": null,
+ "name": "Rune trimmed armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11894",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "702500",
+ "durability": null,
+ "name": "Rune trimmed armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11895"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "675400",
+ "durability": null,
+ "name": "Rune trimmed armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11896",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "675400",
+ "durability": null,
+ "name": "Rune trimmed armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11897"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "1700000",
+ "durability": null,
+ "name": "Rune gold-trimmed armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11898",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1700000",
+ "durability": null,
+ "name": "Rune gold-trimmed armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11899"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "1400000",
+ "durability": null,
+ "name": "Rune gold-trimmed armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11900",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1400000",
+ "durability": null,
+ "name": "Rune gold-trimmed armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11901"
+ },
+ {
+ "requirements": "{20,1}-{6,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing hat, robetops and bottoms",
+ "grand_exchange_price": "207200",
+ "durability": null,
+ "name": "Enchanted set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11902"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "207200",
+ "durability": null,
+ "name": "Enchanted set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11903"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing hat, robetops and bottoms",
+ "grand_exchange_price": "877900",
+ "durability": null,
+ "name": "Trimmed blue wizard set",
+ "tradeable": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "11904"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "877900",
+ "durability": null,
+ "name": "Trimmed blue wizard set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11905"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing hat, robe top and bottom",
+ "grand_exchange_price": "3100000",
+ "durability": null,
+ "name": "Gold-trimmed blue wizard set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11906"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "3100000",
+ "durability": null,
+ "name": "Gold-trimmed blue wizard set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11907"
+ },
+ {
+ "requirements": "{20,4}",
+ "ge_buy_limit": "10000",
+ "examine": "Grand Exchange set containing body and chaps",
+ "grand_exchange_price": "85100",
+ "durability": null,
+ "name": "Trimmed leather armour set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11908"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "85100",
+ "durability": null,
+ "name": "Trimmed leather armour set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11909"
+ },
+ {
+ "requirements": "{20,4}",
+ "ge_buy_limit": "10000",
+ "examine": "Grand Exchange set containing body and chaps",
+ "grand_exchange_price": "217200",
+ "durability": null,
+ "name": "Gold-trimmed leather armour set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11910"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "217200",
+ "durability": null,
+ "name": "Gold-trimmed leather armour set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11911"
+ },
+ {
+ "requirements": "{1,40}-{4,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing body and chaps",
+ "grand_exchange_price": "371600",
+ "durability": null,
+ "name": "Green d'hide trimmed set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11912",
+ "absorb": "0,10,5",
+ "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "371600",
+ "durability": null,
+ "name": "Green d'hide trimmed set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11913"
+ },
+ {
+ "requirements": "{1,40}-{4,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing body and chaps",
+ "grand_exchange_price": "1600000",
+ "durability": null,
+ "name": "Green d'hide gold-trimmed set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11914",
+ "absorb": "0,10,5",
+ "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1600000",
+ "durability": null,
+ "name": "Green d'hide gold-trimmed set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11915"
+ },
+ {
+ "requirements": "{1,40}-{4,50}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing body and chaps",
+ "grand_exchange_price": "38300",
+ "durability": null,
+ "name": "Blue d'hide trimmed set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11916"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "38300",
+ "durability": null,
+ "name": "Blue d'hide trimmed set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11917"
+ },
+ {
+ "requirements": "{1,40}-{4,50}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing body and chaps.",
+ "grand_exchange_price": "50000",
+ "durability": null,
+ "name": "Blue d'hide gold-trimmed set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11918"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "50000",
+ "durability": null,
+ "name": "Blue d'hide gold-trimmed set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11919"
+ },
+ {
+ "requirements": "{1,40}-{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing body, chaps, bracers and coif.",
+ "grand_exchange_price": "179500",
+ "durability": null,
+ "name": "Green d'hide blessed set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11920"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "179500",
+ "durability": null,
+ "name": "Green d'hide blessed set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11921"
+ },
+ {
+ "requirements": "{1,40}-{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing body, chaps, bracers and coif.",
+ "grand_exchange_price": "477500",
+ "durability": null,
+ "name": "Blue d'hide blessed set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11922"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "477500",
+ "durability": null,
+ "name": "Blue d'hide blessed set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11923"
+ },
+ {
+ "requirements": "{1,40}-{4,70}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing body, chaps, bracers and coif.",
+ "grand_exchange_price": "585300",
+ "durability": null,
+ "name": "Red d'hide blessed set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11924"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "585300",
+ "durability": null,
+ "name": "Red d'hide blessed set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11925"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, legs and shield.",
+ "grand_exchange_price": "1100000",
+ "durability": null,
+ "name": "Guthix armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11926",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1100000",
+ "durability": null,
+ "name": "Guthix armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11927"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield",
+ "grand_exchange_price": "4000000",
+ "durability": null,
+ "name": "Saradomin armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11928",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "4000000",
+ "durability": null,
+ "name": "Saradomin armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11929"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield",
+ "grand_exchange_price": "2300000",
+ "durability": null,
+ "name": "Zamorak armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11930",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2300000",
+ "durability": null,
+ "name": "Zamorak armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11931"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "1000000",
+ "durability": null,
+ "name": "Guthix armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11932",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1000000",
+ "durability": null,
+ "name": "Guthix armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11933"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield",
+ "grand_exchange_price": "3600000",
+ "durability": null,
+ "name": "Saradomin armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11934",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "3600000",
+ "durability": null,
+ "name": "Saradomin armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11935"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield",
+ "grand_exchange_price": "2000000",
+ "durability": null,
+ "name": "Zamorak armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11936",
+ "absorb": "9,0,20",
+ "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "2000000",
+ "durability": null,
+ "name": "Zamorak armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11937"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.",
+ "grand_exchange_price": "5900000",
+ "durability": null,
+ "name": "Gilded armour set (l)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11938"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "5900000",
+ "durability": null,
+ "name": "Gilded armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11939"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "2",
+ "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.",
+ "grand_exchange_price": "4300000",
+ "durability": null,
+ "name": "Gilded armour set (sk)",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11940"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "4300000",
+ "durability": null,
+ "name": "Gilded armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11941"
+ },
+ {
+ "requirements": "{1,40}",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing helm, platebody, legs, boots and gloves",
+ "grand_exchange_price": "145000",
+ "durability": null,
+ "name": "Rockshell armour set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11942"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "145000",
+ "durability": null,
+ "name": "Rockshell armour set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11943"
+ },
+ {
+ "requirements": "{1,40}-{4,40}",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing helm, body, chaps, boots and gloves",
+ "grand_exchange_price": "94500",
+ "durability": null,
+ "name": "Spined armour set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11944",
+ "absorb": "0,13,6",
+ "bonuses": "-6,-6,-6,-31,29,68,56,78,34,62,47,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "94500",
+ "durability": null,
+ "name": "Spined armour set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11945"
+ },
+ {
+ "requirements": "{1,40}-{6,40}",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing helm, top, bottoms, boots and gloves",
+ "grand_exchange_price": "145200",
+ "durability": null,
+ "name": "Skeletal armour set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11946"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "145200",
+ "durability": null,
+ "name": "Skeletal armour set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11947"
+ },
+ {
+ "destroy_message": "You can get another from Diango in Draynor Village.",
+ "examine": "A tiny model of Lumbridge Castle inside a glass dome.",
+ "durability": null,
+ "name": "Snow globe",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11949",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another from Diango in Draynor Village.",
+ "examine": "A tiny model of Lumbridge Castle inside a glass dome.",
+ "durability": null,
+ "name": "Snow globe",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11950",
+ "equipment_slot": "3"
+ },
+ {
+ "attack_anims": "5063",
+ "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?",
+ "durability": null,
+ "name": "Snowball",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "11951",
+ "weapon_interface": "18",
+ "equipment_slot": "3"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You can get another from a snow imp.",
+ "examine": "Add this to a snowman to make a snow warrior.",
+ "durability": null,
+ "name": "Ice sword",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11952"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You can get another from a snow imp.",
+ "examine": "Add this to a snowman to make a snow mage.",
+ "attack_audios": "2555,0,0,0",
+ "durability": null,
+ "name": "Winter staff",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11953"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You can get another from a snow imp.",
+ "examine": "Add this to a snowman to make a snow ranger.",
+ "durability": null,
+ "name": "Holly bow",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11954"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You can get another from a snow imp.",
+ "examine": "Add this to a snowman to make a barbarian snowman.",
+ "durability": null,
+ "name": "Barbarian snowman hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11955"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You can get another from a snow imp.",
+ "examine": "It's actually made of cardboard, but it looks like a dragon full helm.",
+ "durability": null,
+ "name": "Dragon snowman hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11956"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You can get another from a snow imp.",
+ "examine": "Use this to make your snowman look like a dwarf.",
+ "durability": null,
+ "name": "Dwarf snowman hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11957"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "Talk to a snow imp to get another.",
+ "examine": "Arr! Shiver me snowman!",
+ "durability": null,
+ "name": "Pirate snowman hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11958"
+ },
+ {
+ "bankable": "false",
+ "destroy_message": "You can get another from a snow imp.",
+ "examine": "The most traditional snowman hat.",
+ "durability": null,
+ "name": "Snowman top hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11959"
+ },
+ {
+ "requirements": "{20,1}-{6,40}",
+ "shop_price": "215431",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots",
+ "grand_exchange_price": "487300",
+ "durability": null,
+ "name": "Light mystic robes set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11960"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "487300",
+ "durability": null,
+ "name": "Light mystic robes set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11961"
+ },
+ {
+ "requirements": "{20,1}-{6,40}",
+ "shop_price": "228541",
+ "ge_buy_limit": "100",
+ "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots",
+ "grand_exchange_price": "294000",
+ "durability": null,
+ "name": "Dark mystic robes set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11962"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "294000",
+ "durability": null,
+ "name": "Dark mystic robes set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11963"
+ },
+ {
+ "examine": "I can hatch this in an incubator.",
+ "durability": null,
+ "name": "Raven egg",
+ "archery_ticket_price": "0",
+ "id": "11964"
+ },
+ {
+ "examine": "I can hatch this in an incubator.",
+ "durability": null,
+ "name": "Vulture egg",
+ "archery_ticket_price": "0",
+ "id": "11965"
+ },
+ {
+ "examine": "Full: ",
+ "durability": null,
+ "name": "Bird's nest",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "11966"
+ },
+ {
+ "shop_price": "750000",
+ "ge_buy_limit": "10",
+ "examine": "Grand Exchange set containing cannon base, stand, barrels and furnace.",
+ "grand_exchange_price": "718900",
+ "durability": null,
+ "name": "Dwarf cannon set",
+ "tradeable": "true",
+ "weight": "2.2",
+ "archery_ticket_price": "0",
+ "id": "11967"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "718900",
+ "durability": null,
+ "name": "Dwarf cannon set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "11968"
+ },
+ {
+ "destroy_message": "If I destroy this it will disintegrate into its component parts and drop to the floor.",
+ "examine": "A water tiara infused with water runes. Protects from the hot desert sun.",
+ "durability": null,
+ "name": "Enchanted water tiara",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11969",
+ "bonuses": "0,0,0,2,0,5,5,5,3,3,0,0,2,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "I can obtain and fill another one from the archaeologist near Sophanem.",
+ "examine": "A crate full of distressed gear.",
+ "durability": null,
+ "name": "Smelly crate",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "30",
+ "archery_ticket_price": "0",
+ "id": "11970"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "An empty crate, ready for bronze gear.",
+ "durability": null,
+ "name": "Empty crate",
+ "archery_ticket_price": "0",
+ "id": "11972"
+ },
+ {
+ "destroy_message": "I can obtain another one from the archaeologist near Sophanem.",
+ "examine": "A book of research on Scabarite history.",
+ "durability": null,
+ "name": "Scabaras research",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "11973"
+ },
+ {
+ "destroy_message": "I can obtain another one from Simon Templeton.",
+ "examine": "Issued by Simon Templeton.",
+ "durability": null,
+ "name": "Artefact receipt",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11974"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11975"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11976"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11977"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11978"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11979"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11980"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11981"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11982"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11983"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11984"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11985"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11986"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11987"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11988"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11989"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11990"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11991"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11992"
+ },
+ {
+ "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.",
+ "examine": "See article",
+ "durability": null,
+ "name": "Scabarite notes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11993"
+ },
+ {
+ "destroy_message": "I can obtain another one from the archaeologists near Sophanem.",
+ "examine": "Newly made, but to an ancient pattern. (Dealing with Scabaras)",
+ "durability": null,
+ "name": "Scabarite key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11994"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on a bronze dagger.",
+ "examine": "It has been oxidised.",
+ "attack_audios": "2517,2517,2500,2517",
+ "durability": null,
+ "name": "Oxidised dagger",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11995"
+ },
+ {
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised medium helm",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11996"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on a bronze sword.",
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised sword",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11997"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "It has been oxidised.",
+ "walk_anim": "819",
+ "durability": null,
+ "destroy": "true",
+ "turn90ccw_anim": "822",
+ "turn180_anim": "820",
+ "render_anim": "1",
+ "destroy_message": "I can make another one by using camel dung on a bronze scimitar.",
+ "stand_anim": "808",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Oxidised scimitar",
+ "tradeable": "false",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "11998",
+ "stand_turn_anim": "823"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on a bronze longsword.",
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised longsword",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "11999"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on a bronze full helmet.",
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised full helm",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12000"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on a bronze square shield.",
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised square shield",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12001"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on a bronze chainbody.",
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised chainbody",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12002"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on a bronze kiteshield.",
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised kiteshield",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12003"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on a bronze two",
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised two-handed sword",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "4",
+ "archery_ticket_price": "0",
+ "id": "12004"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on some bronze platelegs.",
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised platelegs",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12005"
+ },
+ {
+ "destroy_message": "I can make another one by using camel dung on a bronze plateskirt.",
+ "examine": "It has been oxidised.",
+ "durability": null,
+ "name": "Oxidised plateskirt",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12006"
+ },
+ {
+ "requirements": "{23,52}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "330",
+ "examine": "I can summon a spirit terrorbird familiar with this.",
+ "durability": null,
+ "name": "Spirit terrorbird pouch",
+ "tradeable": "true",
+ "low_alchemy": "289",
+ "high_alchemy": "434",
+ "archery_ticket_price": "0",
+ "id": "12007"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "330",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit terrorbird pouch",
+ "tradeable": "true",
+ "low_alchemy": "289",
+ "high_alchemy": "434",
+ "archery_ticket_price": "0",
+ "id": "12008"
+ },
+ {
+ "requirements": "{16,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "239",
+ "examine": "I can summon a granite crab familiar with this.",
+ "durability": null,
+ "name": "Granite crab pouch",
+ "tradeable": "true",
+ "low_alchemy": "239",
+ "high_alchemy": "359",
+ "archery_ticket_price": "0",
+ "id": "12009"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "239",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Granite crab pouch",
+ "tradeable": "true",
+ "low_alchemy": "239",
+ "high_alchemy": "359",
+ "archery_ticket_price": "0",
+ "id": "12010"
+ },
+ {
+ "requirements": "{23,75}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2918",
+ "examine": "I can summon a praying mantis familiar with this.",
+ "durability": null,
+ "name": "Praying mantis pouch",
+ "tradeable": "true",
+ "low_alchemy": "1849",
+ "high_alchemy": "2774",
+ "archery_ticket_price": "0",
+ "id": "12011"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2918",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Praying mantis pouch",
+ "tradeable": "true",
+ "low_alchemy": "1849",
+ "high_alchemy": "2774",
+ "archery_ticket_price": "0",
+ "id": "12012"
+ },
+ {
+ "requirements": "{23,78}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2167",
+ "examine": "I can summon a giant ent familiar with this.",
+ "durability": null,
+ "name": "Giant ent pouch",
+ "tradeable": "true",
+ "low_alchemy": "1409",
+ "high_alchemy": "2114",
+ "archery_ticket_price": "0",
+ "id": "12013"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2167",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Giant ent pouch",
+ "tradeable": "true",
+ "low_alchemy": "1409",
+ "high_alchemy": "2114",
+ "archery_ticket_price": "0",
+ "id": "12014"
+ },
+ {
+ "requirements": "{23,63}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2018",
+ "examine": "I can summon a spirit cobra familiar with this.",
+ "durability": null,
+ "name": "Spirit cobra pouch",
+ "tradeable": "true",
+ "low_alchemy": "1329",
+ "high_alchemy": "1994",
+ "archery_ticket_price": "0",
+ "id": "12015"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2018",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit cobra pouch",
+ "tradeable": "true",
+ "low_alchemy": "1329",
+ "high_alchemy": "1994",
+ "archery_ticket_price": "0",
+ "id": "12016"
+ },
+ {
+ "requirements": "{23,83}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "121",
+ "examine": "I can summon a spirit dagannoth familiar with this.",
+ "durability": null,
+ "name": "Spirit dagannoth pouch",
+ "tradeable": "true",
+ "low_alchemy": "179",
+ "high_alchemy": "269",
+ "archery_ticket_price": "0",
+ "id": "12017"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "121",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit dagannoth pouch",
+ "tradeable": "true",
+ "low_alchemy": "179",
+ "high_alchemy": "269",
+ "archery_ticket_price": "0",
+ "id": "12018"
+ },
+ {
+ "requirements": "{13,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "248",
+ "examine": "I can summon a thorny snail familiar with this.",
+ "durability": null,
+ "name": "Thorny snail pouch",
+ "tradeable": "true",
+ "low_alchemy": "259",
+ "high_alchemy": "389",
+ "archery_ticket_price": "0",
+ "id": "12019"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "248",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Thorny snail pouch",
+ "tradeable": "true",
+ "low_alchemy": "259",
+ "high_alchemy": "389",
+ "archery_ticket_price": "0",
+ "id": "12020"
+ },
+ {
+ "requirements": "{23,33}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1268",
+ "examine": "I can summon a beaver familiar with this.",
+ "durability": null,
+ "name": "Beaver pouch",
+ "tradeable": "true",
+ "low_alchemy": "889",
+ "high_alchemy": "1334",
+ "archery_ticket_price": "0",
+ "id": "12021"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1268",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Beaver pouch",
+ "tradeable": "true",
+ "low_alchemy": "889",
+ "high_alchemy": "1334",
+ "archery_ticket_price": "0",
+ "id": "12022"
+ },
+ {
+ "requirements": "{23,58}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2520",
+ "examine": "I can summon a karamthulhu overlord familiar with this.",
+ "durability": null,
+ "name": "Karam. overlord pouch",
+ "tradeable": "true",
+ "low_alchemy": "1609",
+ "high_alchemy": "2414",
+ "archery_ticket_price": "0",
+ "id": "12023"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2520",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Karam. overlord pouch",
+ "tradeable": "true",
+ "low_alchemy": "1609",
+ "high_alchemy": "2414",
+ "archery_ticket_price": "0",
+ "id": "12024"
+ },
+ {
+ "requirements": "{23,80}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2235",
+ "examine": "I can summon a hydra familiar with this.",
+ "durability": null,
+ "name": "Hydra pouch",
+ "tradeable": "true",
+ "low_alchemy": "1449",
+ "high_alchemy": "2174",
+ "archery_ticket_price": "0",
+ "id": "12025"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2235",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Hydra pouch",
+ "tradeable": "true",
+ "low_alchemy": "1449",
+ "high_alchemy": "2174",
+ "archery_ticket_price": "0",
+ "id": "12026"
+ },
+ {
+ "requirements": "{23,55}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2641",
+ "examine": "I can summon a spirit jelly familiar with this.",
+ "durability": null,
+ "name": "Spirit jelly pouch",
+ "tradeable": "true",
+ "low_alchemy": "1679",
+ "high_alchemy": "2519",
+ "archery_ticket_price": "0",
+ "id": "12027"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2641",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit jelly pouch",
+ "tradeable": "true",
+ "low_alchemy": "1679",
+ "high_alchemy": "2519",
+ "archery_ticket_price": "0",
+ "id": "12028"
+ },
+ {
+ "requirements": "{23,68}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3506",
+ "examine": "I can summon a bunyip familiar with this.",
+ "durability": null,
+ "name": "Bunyip pouch",
+ "tradeable": "true",
+ "low_alchemy": "1269",
+ "high_alchemy": "1904",
+ "archery_ticket_price": "0",
+ "id": "12029"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3506",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Bunyip pouch",
+ "tradeable": "true",
+ "low_alchemy": "1269",
+ "high_alchemy": "1904",
+ "archery_ticket_price": "0",
+ "id": "12030"
+ },
+ {
+ "requirements": "{23,67}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "13200",
+ "examine": "I can summon a war tortoise familiar with this.",
+ "durability": null,
+ "name": "War tortoise pouch",
+ "tradeable": "true",
+ "low_alchemy": "179",
+ "high_alchemy": "269",
+ "archery_ticket_price": "0",
+ "id": "12031"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "13200",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "War tortoise pouch",
+ "tradeable": "true",
+ "low_alchemy": "179",
+ "high_alchemy": "269",
+ "archery_ticket_price": "0",
+ "id": "12032"
+ },
+ {
+ "requirements": "{23,69}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2269",
+ "examine": "I can summon a fruit bat familiar with this.",
+ "durability": null,
+ "name": "Fruit bat pouch",
+ "tradeable": "true",
+ "low_alchemy": "1469",
+ "high_alchemy": "2204",
+ "archery_ticket_price": "0",
+ "id": "12033"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2269",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Fruit bat pouch",
+ "tradeable": "true",
+ "low_alchemy": "1469",
+ "high_alchemy": "2204",
+ "archery_ticket_price": "0",
+ "id": "12034"
+ },
+ {
+ "requirements": "{23,54}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "4004",
+ "examine": "I can summon an abyssal parasite familiar with this.",
+ "durability": null,
+ "name": "Abyssal parasite pouch",
+ "tradeable": "true",
+ "low_alchemy": "1229",
+ "high_alchemy": "1844",
+ "archery_ticket_price": "0",
+ "id": "12035"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "4004",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Abyssal parasite pouch",
+ "tradeable": "true",
+ "low_alchemy": "1229",
+ "high_alchemy": "1844",
+ "archery_ticket_price": "0",
+ "id": "12036"
+ },
+ {
+ "requirements": "{23,62}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "5660",
+ "examine": "I can summon an abyssal lurker familiar with this.",
+ "durability": null,
+ "name": "Abyssal lurker pouch",
+ "tradeable": "true",
+ "low_alchemy": "1359",
+ "high_alchemy": "2039",
+ "archery_ticket_price": "0",
+ "id": "12037"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "5660",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Abyssal lurker pouch",
+ "tradeable": "true",
+ "low_alchemy": "1359",
+ "high_alchemy": "2039",
+ "archery_ticket_price": "0",
+ "id": "12038"
+ },
+ {
+ "requirements": "{23,88}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2439",
+ "examine": "I can summon a unicorn stallion familiar with this.",
+ "durability": null,
+ "name": "Unicorn stallion pouch",
+ "tradeable": "true",
+ "low_alchemy": "1569",
+ "high_alchemy": "2354",
+ "archery_ticket_price": "0",
+ "id": "12039"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2439",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Unicorn stallion pouch",
+ "tradeable": "true",
+ "low_alchemy": "1569",
+ "high_alchemy": "2354",
+ "archery_ticket_price": "0",
+ "id": "12040"
+ },
+ {
+ "requirements": "{23,47}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1559",
+ "examine": "I can summon a magpie familiar with this.",
+ "durability": null,
+ "name": "Magpie pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12041"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1559",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Magpie pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12042"
+ },
+ {
+ "requirements": "{4,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "258",
+ "examine": "I can summon a dreadfowl familiar with this.",
+ "durability": null,
+ "name": "Dreadfowl pouch",
+ "tradeable": "true",
+ "low_alchemy": "249",
+ "high_alchemy": "374",
+ "archery_ticket_price": "0",
+ "id": "12043"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "258",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Dreadfowl pouch",
+ "tradeable": "true",
+ "low_alchemy": "249",
+ "high_alchemy": "374",
+ "archery_ticket_price": "0",
+ "id": "12044"
+ },
+ {
+ "requirements": "{23,64}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2216",
+ "examine": "I can summon a stranger plant familiar with this.",
+ "durability": null,
+ "name": "Stranger plant pouch",
+ "tradeable": "true",
+ "low_alchemy": "1449",
+ "high_alchemy": "2174",
+ "archery_ticket_price": "0",
+ "id": "12045"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2216",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Stranger plant pouch",
+ "tradeable": "true",
+ "low_alchemy": "1449",
+ "high_alchemy": "2174",
+ "archery_ticket_price": "0",
+ "id": "12046"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "301",
+ "examine": "I can summon a spirit wolf familiar with this.",
+ "durability": null,
+ "name": "Spirit wolf pouch",
+ "tradeable": "true",
+ "low_alchemy": "239",
+ "high_alchemy": "359",
+ "archery_ticket_price": "0",
+ "id": "12047"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "301",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit wolf pouch",
+ "tradeable": "true",
+ "low_alchemy": "239",
+ "high_alchemy": "359",
+ "archery_ticket_price": "0",
+ "id": "12048"
+ },
+ {
+ "requirements": "{18,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "808",
+ "examine": "I can summon a desert wyrm familiar with this.",
+ "durability": null,
+ "name": "Desert wyrm pouch",
+ "tradeable": "true",
+ "low_alchemy": "619",
+ "high_alchemy": "929",
+ "archery_ticket_price": "0",
+ "id": "12049"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "808",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Desert wyrm pouch",
+ "tradeable": "true",
+ "low_alchemy": "619",
+ "high_alchemy": "929",
+ "archery_ticket_price": "0",
+ "id": "12050"
+ },
+ {
+ "requirements": "{23,42}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1812",
+ "examine": "I can summon an evil turnip familiar with this.",
+ "durability": null,
+ "name": "Evil turnip pouch",
+ "tradeable": "true",
+ "low_alchemy": "1209",
+ "high_alchemy": "1814",
+ "archery_ticket_price": "0",
+ "id": "12051"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1812",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Evil turnip pouch",
+ "tradeable": "true",
+ "low_alchemy": "1209",
+ "high_alchemy": "1814",
+ "archery_ticket_price": "0",
+ "id": "12052"
+ },
+ {
+ "requirements": "{23,31}",
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1416",
+ "examine": "I can summon a vampire bat familiar with this.",
+ "durability": null,
+ "name": "Vampire bat pouch",
+ "tradeable": "true",
+ "low_alchemy": "979",
+ "high_alchemy": "1469",
+ "archery_ticket_price": "0",
+ "id": "12053"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1416",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Vampire bat pouch",
+ "tradeable": "true",
+ "low_alchemy": "979",
+ "high_alchemy": "1469",
+ "archery_ticket_price": "0",
+ "id": "12054"
+ },
+ {
+ "requirements": "{19,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "992",
+ "examine": "I can summon a spirit scorpion familiar with this.",
+ "durability": null,
+ "name": "Spirit scorpion pouch",
+ "tradeable": "true",
+ "low_alchemy": "739",
+ "high_alchemy": "1109",
+ "archery_ticket_price": "0",
+ "id": "12055"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "992",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit scorpion pouch",
+ "tradeable": "true",
+ "low_alchemy": "739",
+ "high_alchemy": "1109",
+ "archery_ticket_price": "0",
+ "id": "12056"
+ },
+ {
+ "requirements": "{23,71}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "332",
+ "examine": "I can summon an arctic bear familiar with this.",
+ "durability": null,
+ "name": "Arctic bear pouch",
+ "tradeable": "true",
+ "low_alchemy": "309",
+ "high_alchemy": "464",
+ "archery_ticket_price": "0",
+ "id": "12057"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "332",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Arctic bear pouch",
+ "tradeable": "true",
+ "low_alchemy": "309",
+ "high_alchemy": "464",
+ "archery_ticket_price": "0",
+ "id": "12058"
+ },
+ {
+ "requirements": "{10,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2225",
+ "examine": "I can summon a spirit spider familiar with this.",
+ "durability": null,
+ "name": "Spirit spider pouch",
+ "tradeable": "true",
+ "low_alchemy": "249",
+ "high_alchemy": "374",
+ "archery_ticket_price": "0",
+ "id": "12059"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2225",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit spider pouch",
+ "tradeable": "true",
+ "low_alchemy": "249",
+ "high_alchemy": "374",
+ "archery_ticket_price": "0",
+ "id": "12060"
+ },
+ {
+ "requirements": "{23,49}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2045",
+ "examine": "I can summon a bloated leech familiar with this.",
+ "durability": null,
+ "name": "Bloated leech pouch",
+ "tradeable": "true",
+ "low_alchemy": "1339",
+ "high_alchemy": "2009",
+ "archery_ticket_price": "0",
+ "id": "12061"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2045",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Bloated leech pouch",
+ "tradeable": "true",
+ "low_alchemy": "1339",
+ "high_alchemy": "2009",
+ "archery_ticket_price": "0",
+ "id": "12062"
+ },
+ {
+ "requirements": "{23,25}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3746",
+ "examine": "I can summon a spirit kalphite familiar with this.",
+ "durability": null,
+ "name": "Spirit kalphite pouch",
+ "tradeable": "true",
+ "low_alchemy": "679",
+ "high_alchemy": "1019",
+ "archery_ticket_price": "0",
+ "id": "12063"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3746",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit kalphite pouch",
+ "tradeable": "true",
+ "low_alchemy": "679",
+ "high_alchemy": "1019",
+ "archery_ticket_price": "0",
+ "id": "12064"
+ },
+ {
+ "requirements": "{23,32}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1470",
+ "examine": "I can summon a honey badger familiar with this.",
+ "durability": null,
+ "name": "Honey badger pouch",
+ "tradeable": "true",
+ "low_alchemy": "1009",
+ "high_alchemy": "1514",
+ "archery_ticket_price": "0",
+ "id": "12065"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1470",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Honey badger pouch",
+ "tradeable": "true",
+ "low_alchemy": "1009",
+ "high_alchemy": "1514",
+ "archery_ticket_price": "0",
+ "id": "12066"
+ },
+ {
+ "requirements": "{23,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1578",
+ "examine": "I can summon an albino rat familiar with this.",
+ "durability": null,
+ "name": "Albino rat pouch",
+ "tradeable": "true",
+ "low_alchemy": "919",
+ "high_alchemy": "1379",
+ "archery_ticket_price": "0",
+ "id": "12067"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1578",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Albino rat pouch",
+ "tradeable": "true",
+ "low_alchemy": "919",
+ "high_alchemy": "1379",
+ "archery_ticket_price": "0",
+ "id": "12068"
+ },
+ {
+ "requirements": "{23,74}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2924",
+ "examine": "I can summon a granite lobster familiar with this.",
+ "durability": null,
+ "name": "Granite lobster pouch",
+ "tradeable": "true",
+ "low_alchemy": "1829",
+ "high_alchemy": "2744",
+ "archery_ticket_price": "0",
+ "id": "12069"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2924",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Granite lobster pouch",
+ "tradeable": "true",
+ "low_alchemy": "1829",
+ "high_alchemy": "2744",
+ "archery_ticket_price": "0",
+ "id": "12070"
+ },
+ {
+ "requirements": "{23,41}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1375",
+ "examine": "I can summon a macaw familiar with this.",
+ "durability": null,
+ "name": "Macaw pouch",
+ "tradeable": "true",
+ "low_alchemy": "949",
+ "high_alchemy": "1424",
+ "archery_ticket_price": "0",
+ "id": "12071"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1375",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Macaw pouch",
+ "tradeable": "true",
+ "low_alchemy": "949",
+ "high_alchemy": "1424",
+ "archery_ticket_price": "0",
+ "id": "12072"
+ },
+ {
+ "requirements": "{23,36}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1804",
+ "examine": "I can summon a bronze minotaur familiar with this.",
+ "durability": null,
+ "name": "Bronze minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1189",
+ "high_alchemy": "1784",
+ "archery_ticket_price": "0",
+ "id": "12073"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1804",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Bronze minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1189",
+ "high_alchemy": "1784",
+ "archery_ticket_price": "0",
+ "id": "12074"
+ },
+ {
+ "requirements": "{23,46}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2216",
+ "examine": "I can summon an iron minotaur familiar with this.",
+ "durability": null,
+ "name": "Iron minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1419",
+ "high_alchemy": "2129",
+ "archery_ticket_price": "0",
+ "id": "12075"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2216",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Iron minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1419",
+ "high_alchemy": "2129",
+ "archery_ticket_price": "0",
+ "id": "12076"
+ },
+ {
+ "requirements": "{23,56}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2529",
+ "examine": "I can summon a steel minotaur familiar with this",
+ "durability": null,
+ "name": "Steel minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1579",
+ "high_alchemy": "2369",
+ "archery_ticket_price": "0",
+ "id": "12077"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2529",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Steel minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1579",
+ "high_alchemy": "2369",
+ "archery_ticket_price": "0",
+ "id": "12078"
+ },
+ {
+ "requirements": "{23,66}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2666",
+ "examine": "I can summon a mithril minotaur with this.",
+ "durability": null,
+ "name": "Mithril minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1689",
+ "high_alchemy": "2534",
+ "archery_ticket_price": "0",
+ "id": "12079"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2666",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Mithril minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1689",
+ "high_alchemy": "2534",
+ "archery_ticket_price": "0",
+ "id": "12080"
+ },
+ {
+ "requirements": "{23,76}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2520",
+ "examine": "I can summon an adamant minotaur familiar with this.",
+ "durability": null,
+ "name": "Adamant minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1609",
+ "high_alchemy": "2414",
+ "archery_ticket_price": "0",
+ "id": "12081"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2520",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Adamant minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "1609",
+ "high_alchemy": "2414",
+ "archery_ticket_price": "0",
+ "id": "12082"
+ },
+ {
+ "requirements": "{23,86}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "373",
+ "examine": "I can summon a rune minotaur with this.",
+ "durability": null,
+ "name": "Rune minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "179",
+ "high_alchemy": "269",
+ "archery_ticket_price": "0",
+ "id": "12083"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "373",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Rune minotaur pouch",
+ "tradeable": "true",
+ "low_alchemy": "179",
+ "high_alchemy": "269",
+ "archery_ticket_price": "0",
+ "id": "12084"
+ },
+ {
+ "requirements": "{23,61}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2468",
+ "examine": "I can summon a smoke devil familiar with this.",
+ "durability": null,
+ "name": "Smoke devil pouch",
+ "tradeable": "true",
+ "low_alchemy": "1579",
+ "high_alchemy": "2369",
+ "archery_ticket_price": "0",
+ "id": "12085"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2468",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Smoke devil pouch",
+ "tradeable": "true",
+ "low_alchemy": "1579",
+ "high_alchemy": "2369",
+ "archery_ticket_price": "0",
+ "id": "12086"
+ },
+ {
+ "requirements": "{23,40}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "319",
+ "examine": "I can summon a bull ant familiar with this.",
+ "durability": null,
+ "name": "Bull ant pouch",
+ "tradeable": "true",
+ "low_alchemy": "279",
+ "high_alchemy": "419",
+ "archery_ticket_price": "0",
+ "id": "12087"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "319",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Bull ant pouch",
+ "tradeable": "true",
+ "low_alchemy": "279",
+ "high_alchemy": "419",
+ "archery_ticket_price": "0",
+ "id": "12088"
+ },
+ {
+ "requirements": "{23,92}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3625",
+ "examine": "I can summon a wolpertinger familiar with this.",
+ "durability": null,
+ "name": "Wolpertinger pouch",
+ "tradeable": "true",
+ "low_alchemy": "2199",
+ "high_alchemy": "3299",
+ "archery_ticket_price": "0",
+ "id": "12089"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3625",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Wolpertinger pouch",
+ "tradeable": "true",
+ "low_alchemy": "2199",
+ "high_alchemy": "3299",
+ "archery_ticket_price": "0",
+ "id": "12090"
+ },
+ {
+ "requirements": "{23,28}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "906",
+ "examine": "I can summon a compost mound familiar with this.",
+ "durability": null,
+ "name": "Compost mound pouch",
+ "tradeable": "true",
+ "low_alchemy": "639",
+ "high_alchemy": "959",
+ "archery_ticket_price": "0",
+ "id": "12091"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "906",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Compost mound pouch",
+ "tradeable": "true",
+ "low_alchemy": "639",
+ "high_alchemy": "959",
+ "archery_ticket_price": "0",
+ "id": "12092"
+ },
+ {
+ "requirements": "{23,96}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3696",
+ "examine": "I can summon a pack yak familiar with this.",
+ "durability": null,
+ "name": "Pack yak pouch",
+ "tradeable": "true",
+ "low_alchemy": "2279",
+ "high_alchemy": "3419",
+ "archery_ticket_price": "0",
+ "id": "12093"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3696",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Pack yak pouch",
+ "tradeable": "true",
+ "low_alchemy": "2279",
+ "high_alchemy": "3419",
+ "archery_ticket_price": "0",
+ "id": "12094"
+ },
+ {
+ "requirements": "{23,43}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1514",
+ "examine": "I can summon a spirit cockatrice familiar with this.",
+ "durability": null,
+ "name": "Sp. cockatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12095"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1514",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Sp. cockatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12096"
+ },
+ {
+ "requirements": "{23,43}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1523",
+ "examine": "I can summon a spirit guthatrice familiar with this.",
+ "durability": null,
+ "name": "Sp. guthatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12097"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1523",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Sp. guthatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12098"
+ },
+ {
+ "requirements": "{23,43}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1492",
+ "examine": "I can summon a spirit saratrice familiar with this.",
+ "durability": null,
+ "name": "Sp. saratrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12099"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1492",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Sp. saratrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12100"
+ },
+ {
+ "requirements": "{23,43}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1515",
+ "examine": "I can summon a spirit zamatrice familiar with this.",
+ "durability": null,
+ "name": "Sp. zamatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12101"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1515",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Sp. zamatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12102"
+ },
+ {
+ "requirements": "{23,43}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1531",
+ "examine": "I can summon a spirit pengatrice familiar with this.",
+ "durability": null,
+ "name": "Sp. pengatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12103"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1531",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Sp. pengatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12104"
+ },
+ {
+ "requirements": "{23,43}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3085",
+ "examine": "I can summon a spirit coraxatrice familiar with this.",
+ "durability": null,
+ "name": "Sp. coraxatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12105"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3085",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Sp. coraxatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12106"
+ },
+ {
+ "requirements": "{23,43}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3881",
+ "examine": "I can summon a spirit vulatrice familiar with this.",
+ "durability": null,
+ "name": "Sp. vulatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12107"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3881",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Sp. vulatrice pouch",
+ "tradeable": "true",
+ "low_alchemy": "1049",
+ "high_alchemy": "1574",
+ "archery_ticket_price": "0",
+ "id": "12108"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A stripy brown egg.",
+ "grand_exchange_price": "1053",
+ "durability": null,
+ "name": "Cockatrice egg",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "12109"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "1053",
+ "durability": null,
+ "name": "Cockatrice egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12110"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A stripy green egg.",
+ "grand_exchange_price": "1171",
+ "durability": null,
+ "name": "Guthatrice egg",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "12111"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1171",
+ "durability": null,
+ "name": "Guthatrice egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12112"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A stripy blue egg.",
+ "grand_exchange_price": "1080",
+ "durability": null,
+ "name": "Saratrice egg",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "12113"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1080",
+ "durability": null,
+ "name": "Saratrice egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12114"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A stripy red egg.",
+ "grand_exchange_price": "1154",
+ "durability": null,
+ "name": "Zamatrice egg",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "12115"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1154",
+ "durability": null,
+ "name": "Zamatrice egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12116"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A stripy grey egg.",
+ "grand_exchange_price": "2676",
+ "durability": null,
+ "name": "Pengatrice egg",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "12117"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2676",
+ "durability": null,
+ "name": "Pengatrice egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12118"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A stripy black egg.",
+ "grand_exchange_price": "2865",
+ "durability": null,
+ "name": "Coraxatrice egg",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "12119"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2865",
+ "durability": null,
+ "name": "Coraxatrice egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12120"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "A stripy pink egg.",
+ "grand_exchange_price": "18900",
+ "durability": null,
+ "name": "Vulatrice egg",
+ "tradeable": "true",
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "archery_ticket_price": "0",
+ "id": "12121"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "18900",
+ "durability": null,
+ "name": "Vulatrice egg",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12122"
+ },
+ {
+ "requirements": "{23,66}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "293",
+ "examine": "I can summon a barker toad familiar with this.",
+ "durability": null,
+ "name": "Barker toad pouch",
+ "tradeable": "true",
+ "low_alchemy": "279",
+ "high_alchemy": "419",
+ "archery_ticket_price": "0",
+ "id": "12123"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "293",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Barker toad pouch",
+ "tradeable": "true",
+ "low_alchemy": "279",
+ "high_alchemy": "419",
+ "archery_ticket_price": "0",
+ "id": "12124"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "100",
+ "examine": "A swarm of little flies.",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Flies",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12125"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "97",
+ "durability": null,
+ "name": "Flies",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12126"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "100",
+ "examine": "Some beetle bits.",
+ "grand_exchange_price": "176",
+ "durability": null,
+ "name": "Beetle bits",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12127"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "176",
+ "durability": null,
+ "name": "Beetle bits",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12128"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Good for feeding birds.",
+ "grand_exchange_price": "1",
+ "durability": null,
+ "name": "Ground fishing bait",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12129"
+ },
+ {
+ "shop_price": "10",
+ "ge_buy_limit": "100",
+ "examine": "Mmmm...nuts.",
+ "grand_exchange_price": "673",
+ "durability": null,
+ "name": "Nuts",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12130"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "673",
+ "durability": null,
+ "name": "Nuts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12131"
+ },
+ {
+ "examine": "Makes me want to do a truffle shuffle.",
+ "durability": null,
+ "name": "Truffle",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "28.928",
+ "archery_ticket_price": "0",
+ "id": "12132"
+ },
+ {
+ "durability": null,
+ "name": "Truffle",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12133",
+ "equipment_slot": "3"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "An evil turnip.",
+ "grand_exchange_price": "6750",
+ "durability": null,
+ "name": "Evil turnip",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "12134"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "6750",
+ "durability": null,
+ "name": "Evil turnip",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12135"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "An evil turnip.",
+ "grand_exchange_price": "133",
+ "durability": null,
+ "name": "2/3 evil turnip",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "12136"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "133",
+ "durability": null,
+ "name": "2/3 evil turnip",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12137"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "An evil turnip.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "1/3 evil turnip",
+ "tradeable": "true",
+ "low_alchemy": "12",
+ "high_alchemy": "18",
+ "archery_ticket_price": "0",
+ "id": "12138"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "1/3 evil turnip",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12139"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "4 doses of Summoning potion.",
+ "grand_exchange_price": "4489",
+ "durability": null,
+ "name": "Summoning potion(4)",
+ "tradeable": "true",
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12140"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "4489",
+ "durability": null,
+ "name": "Summoning potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12141"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "3 doses of Summoning potion.",
+ "grand_exchange_price": "3320",
+ "durability": null,
+ "name": "Summoning potion(3)",
+ "tradeable": "true",
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12142"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3320",
+ "durability": null,
+ "name": "Summoning potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12143"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "2 doses of Summoning potion.",
+ "grand_exchange_price": "1671",
+ "durability": null,
+ "name": "Summoning potion(2)",
+ "tradeable": "true",
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12144"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1671",
+ "durability": null,
+ "name": "Summoning potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12145"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "1 dose of Summoning potion.",
+ "grand_exchange_price": "1576",
+ "durability": null,
+ "name": "Summoning potion(1)",
+ "tradeable": "true",
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12146"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1576",
+ "durability": null,
+ "name": "Summoning potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12147"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Grows into the root-vegetable of all evil.",
+ "grand_exchange_price": "68",
+ "durability": null,
+ "name": "Evil turnip seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12148"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "Utterly terrifying!",
+ "grand_exchange_price": "7101",
+ "durability": null,
+ "name": "Carved evil turnip",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "12153"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "7101",
+ "durability": null,
+ "name": "Carved evil turnip",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12154"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "3",
+ "examine": "Can be used to create Summoning pouches.",
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12155"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "This is what bees craft.",
+ "grand_exchange_price": "393",
+ "durability": null,
+ "name": "Honeycomb",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "archery_ticket_price": "0",
+ "id": "12156"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "393",
+ "durability": null,
+ "name": "Honeycomb",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12157"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A charm used to summon familiars.",
+ "durability": null,
+ "name": "Gold charm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12158"
+ },
+ {
+ "examine": "A charm used to summon familiars.",
+ "durability": null,
+ "name": "Green charm",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "12159"
+ },
+ {
+ "examine": "A charm used to summon familiars.",
+ "durability": null,
+ "name": "Crimson charm",
+ "tradeable": "false",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "id": "12160"
+ },
+ {
+ "examine": "A charm used to summon familiars",
+ "durability": null,
+ "name": "Abyssal charm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12161"
+ },
+ {
+ "examine": "A charm used to summon talon beasts.",
+ "durability": null,
+ "name": "Talon beast charm",
+ "archery_ticket_price": "0",
+ "id": "12162"
+ },
+ {
+ "examine": "A charm used to summon familiars.",
+ "durability": null,
+ "name": "Blue charm",
+ "tradeable": "false",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "12163"
+ },
+ {
+ "shop_price": "2",
+ "examine": "A charm needed to summon a Void ravager.",
+ "durability": null,
+ "name": "Ravager charm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12164"
+ },
+ {
+ "shop_price": "2",
+ "examine": "A charm needed to summon a Void shifter.",
+ "durability": null,
+ "name": "Shifter charm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12165"
+ },
+ {
+ "shop_price": "2",
+ "examine": "A charm needed to summon a Void Spinner.",
+ "durability": null,
+ "name": "Spinner charm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12166"
+ },
+ {
+ "shop_price": "2",
+ "examine": "A charm needed to summon a Void torcher.",
+ "durability": null,
+ "name": "Torcher charm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12167"
+ },
+ {
+ "examine": "A charm used to summon familiars.",
+ "durability": null,
+ "name": "Obsidian charm",
+ "archery_ticket_price": "0",
+ "id": "12168"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master summoners.",
+ "durability": null,
+ "name": "Summoning cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "12169",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Summoning cape(t)",
+ "archery_ticket_price": "0",
+ "id": "12170",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "99000",
+ "examine": "Summoning skillcape hood.",
+ "durability": null,
+ "name": "Summoning hood",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "12171",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "examine": "A fresh herb.",
+ "grand_exchange_price": "3597",
+ "durability": null,
+ "name": "Clean spirit weed",
+ "tradeable": "true",
+ "low_alchemy": "9",
+ "high_alchemy": "14",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12172"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "3597",
+ "durability": null,
+ "name": "Clean spirit weed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12173"
+ },
+ {
+ "requirements": "{15,35}",
+ "ge_buy_limit": "10000",
+ "examine": "I need to clean this herb before I can use it.",
+ "grand_exchange_price": "3634",
+ "durability": null,
+ "name": "Grimy spirit weed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12174"
+ },
+ {
+ "ge_buy_limit": "10000",
+ "grand_exchange_price": "3634",
+ "durability": null,
+ "name": "Grimy spirit weed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12175"
+ },
+ {
+ "requirements": "{19,36}",
+ "ge_buy_limit": "100",
+ "examine": "A seed for spirit weed.",
+ "grand_exchange_price": "698",
+ "durability": null,
+ "name": "Spirit weed seed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12176"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "I need another ingredient to finish this spirit weed potion.",
+ "grand_exchange_price": "2963",
+ "durability": null,
+ "name": "Spirit weed potion(unf)",
+ "tradeable": "true",
+ "low_alchemy": "9",
+ "high_alchemy": "13",
+ "archery_ticket_price": "0",
+ "id": "12181"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "2963",
+ "durability": null,
+ "name": "Spirit weed potion(unf)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12182"
+ },
+ {
+ "shop_price": "25",
+ "ge_buy_limit": "10000",
+ "examine": "Shards of an obelisk.",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Spirit shards",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "12183"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Gecko",
+ "archery_ticket_price": "0",
+ "id": "12184"
+ },
+ {
+ "examine": "A fantastic saradomin owl.",
+ "durability": null,
+ "name": "Saradomin owl",
+ "archery_ticket_price": "0",
+ "id": "12185"
+ },
+ {
+ "examine": "A stately zamorak hawk.",
+ "durability": null,
+ "name": "Zamorak hawk",
+ "archery_ticket_price": "0",
+ "id": "12186"
+ },
+ {
+ "examine": "An impressive Guthix raptor.",
+ "durability": null,
+ "name": "Guthix raptor",
+ "archery_ticket_price": "0",
+ "id": "12187"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture",
+ "archery_ticket_price": "0",
+ "id": "12190"
+ },
+ {
+ "examine": "It's lively and energetic.",
+ "durability": null,
+ "name": "Terrier puppy",
+ "archery_ticket_price": "0",
+ "id": "12191"
+ },
+ {
+ "examine": "This is one fast little pooch.",
+ "durability": null,
+ "name": "Greyhound puppy",
+ "archery_ticket_price": "0",
+ "id": "12192"
+ },
+ {
+ "examine": "Soft but strong... and cute.",
+ "durability": null,
+ "name": "Labrador puppy",
+ "archery_ticket_price": "0",
+ "id": "12193"
+ },
+ {
+ "examine": "Now, if only I could find another hundred...",
+ "durability": null,
+ "name": "Dalmatian puppy",
+ "archery_ticket_price": "0",
+ "id": "12194"
+ },
+ {
+ "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)",
+ "durability": null,
+ "name": "Sheepdog puppy",
+ "archery_ticket_price": "0",
+ "id": "12195"
+ },
+ {
+ "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)",
+ "durability": null,
+ "name": "Bulldog puppy",
+ "archery_ticket_price": "0",
+ "id": "12196"
+ },
+ {
+ "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.",
+ "durability": null,
+ "name": "Dragon hatchling",
+ "archery_ticket_price": "0",
+ "id": "12197"
+ },
+ {
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Baby giant crab",
+ "archery_ticket_price": "0",
+ "id": "12198"
+ },
+ {
+ "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.",
+ "durability": null,
+ "name": "Baby raccoon",
+ "archery_ticket_price": "0",
+ "id": "12199"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Squirrel",
+ "archery_ticket_price": "0",
+ "id": "12200"
+ },
+ {
+ "examine": "It's a colour-coordinated lizard!",
+ "durability": null,
+ "name": "Chameleon",
+ "archery_ticket_price": "0",
+ "id": "12203"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{23,10}",
+ "shop_price": "100",
+ "ge_buy_limit": "100",
+ "examine": "Doors could be a problem, wearing these...",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "40",
+ "name": "Antlers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12204",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "40",
+ "durability": null,
+ "name": "Antlers",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12205"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "Doors could be a problem, wearing these...",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "50",
+ "name": "Antlers (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12206",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{23,30}",
+ "shop_price": "200",
+ "ge_buy_limit": "100",
+ "examine": "It's a little smelly in there.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "254",
+ "name": "Lizard skull",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12207",
+ "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "254",
+ "durability": null,
+ "name": "Lizard skull",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12208"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "200",
+ "examine": "It's a little smelly in there.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "211",
+ "name": "Lizard skull (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12209",
+ "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0"
+ },
+ {
+ "requirements": "{4,50}-{23,20}",
+ "ge_buy_limit": "100",
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "234",
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12210",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "234",
+ "durability": null,
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12211"
+ },
+ {
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "grand_exchange_price": "107",
+ "durability": null,
+ "name": "Feather headdress (charged)",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12212",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "requirements": "{4,50}-{23,20}",
+ "ge_buy_limit": "100",
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "662",
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12213",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "662",
+ "durability": null,
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12214"
+ },
+ {
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "grand_exchange_price": "107",
+ "durability": null,
+ "name": "Feather headdress (charged)",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12215",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "requirements": "{4,50}-{23,20}",
+ "ge_buy_limit": "100",
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "90",
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12216",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "90",
+ "durability": null,
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12217"
+ },
+ {
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "grand_exchange_price": "107",
+ "durability": null,
+ "name": "Feather headdress (charged)",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12218",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "requirements": "{4,50}-{23,20}",
+ "ge_buy_limit": "100",
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "107",
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12219",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "107",
+ "durability": null,
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12220"
+ },
+ {
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "grand_exchange_price": "107",
+ "durability": null,
+ "name": "Feather headdress (charged)",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12221",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "requirements": "{4,50}-{23,20}",
+ "ge_buy_limit": "100",
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "equipment_slot": "0",
+ "grand_exchange_price": "211",
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12222",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "211",
+ "durability": null,
+ "name": "Feather headdress",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12223"
+ },
+ {
+ "examine": "It's fun to go to the O-B-E-L-I-S-K!",
+ "grand_exchange_price": "107",
+ "durability": null,
+ "name": "Feather headdress (charged)",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12224",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12294"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12296"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12298"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12300"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12302"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12304"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12306"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12308"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12310"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12312"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12314"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12316"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12318"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12320"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12322"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12324"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12326"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12328"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12330"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12332"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12334"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12336"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12338"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12340"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12342"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12344"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12346"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12348"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12350"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12352"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12354"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12356"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12358"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12360"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12362"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12364"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12366"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12368"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12370"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12372"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12374"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12376"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12378"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12380"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12382"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12384"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12386"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12388"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12390"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12392"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12394"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12396"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12398"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12400"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12402"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12404"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12406"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12408"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12410"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12412"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12414"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12416"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12418"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12420"
+ },
+ {
+ "requirements": "{23,41}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "96",
+ "examine": "A scroll for a macaw familiar.",
+ "durability": null,
+ "name": "Herbcall scroll",
+ "low_alchemy": "94",
+ "tradeable": "true",
+ "high_alchemy": "142",
+ "archery_ticket_price": "0",
+ "id": "12422"
+ },
+ {
+ "requirements": "{23,69}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "258",
+ "examine": "A scroll for a fruit bat familiar.",
+ "durability": null,
+ "name": "Fruitfall scroll",
+ "low_alchemy": "146",
+ "tradeable": "true",
+ "high_alchemy": "220",
+ "archery_ticket_price": "0",
+ "id": "12423"
+ },
+ {
+ "requirements": "{23,56}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "146",
+ "examine": "A scroll for an ibis familiar.",
+ "durability": null,
+ "name": "Fish rain scroll",
+ "low_alchemy": "125",
+ "tradeable": "true",
+ "high_alchemy": "188",
+ "archery_ticket_price": "0",
+ "id": "12424"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "7",
+ "examine": "A scroll for a spirit wolf familiar.",
+ "durability": null,
+ "name": "Howl scroll",
+ "low_alchemy": "23",
+ "tradeable": "true",
+ "high_alchemy": "35",
+ "archery_ticket_price": "0",
+ "id": "12425"
+ },
+ {
+ "requirements": "{23,47}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "97",
+ "examine": "A scroll for a magpie familiar.",
+ "durability": null,
+ "name": "Thieving fingers scroll",
+ "low_alchemy": "104",
+ "tradeable": "true",
+ "high_alchemy": "157",
+ "archery_ticket_price": "0",
+ "id": "12426"
+ },
+ {
+ "requirements": "{23,62}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "533",
+ "examine": "A scroll for an abyssal lurker familiar.",
+ "durability": null,
+ "name": "Abyssal stealth scroll",
+ "low_alchemy": "135",
+ "tradeable": "true",
+ "high_alchemy": "203",
+ "archery_ticket_price": "0",
+ "id": "12427"
+ },
+ {
+ "requirements": "{23,10}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "237",
+ "examine": "A scroll for a spirit spider familiar.",
+ "durability": null,
+ "name": "Egg spawn scroll",
+ "low_alchemy": "24",
+ "tradeable": "true",
+ "high_alchemy": "37",
+ "archery_ticket_price": "0",
+ "id": "12428"
+ },
+ {
+ "requirements": "{23,33}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "97",
+ "examine": "A scroll for a beaver familiar.",
+ "durability": null,
+ "name": "Multichop scroll",
+ "low_alchemy": "88",
+ "tradeable": "true",
+ "high_alchemy": "133",
+ "archery_ticket_price": "0",
+ "id": "12429"
+ },
+ {
+ "requirements": "{23,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "121",
+ "examine": "A scroll for an albino rat familiar.",
+ "durability": null,
+ "name": "Cheese feast scroll",
+ "low_alchemy": "91",
+ "tradeable": "true",
+ "high_alchemy": "137",
+ "archery_ticket_price": "0",
+ "id": "12430"
+ },
+ {
+ "requirements": "{23,40}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "39",
+ "examine": "A scroll for a bull ant familiar.",
+ "durability": null,
+ "name": "Unburden scroll",
+ "low_alchemy": "27",
+ "tradeable": "true",
+ "high_alchemy": "41",
+ "archery_ticket_price": "0",
+ "id": "12431"
+ },
+ {
+ "requirements": "{23,19}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "72",
+ "examine": "A scroll for a spirit scorpion familiar.",
+ "durability": null,
+ "name": "Venom shot scroll",
+ "low_alchemy": "73",
+ "tradeable": "true",
+ "high_alchemy": "110",
+ "archery_ticket_price": "0",
+ "id": "12432"
+ },
+ {
+ "requirements": "{23,32}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "99",
+ "examine": "A scroll for a honey badger familiar.",
+ "durability": null,
+ "name": "Insane ferocity scroll",
+ "low_alchemy": "100",
+ "tradeable": "true",
+ "high_alchemy": "151",
+ "archery_ticket_price": "0",
+ "id": "12433"
+ },
+ {
+ "requirements": "{23,88}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "299",
+ "examine": "A scroll for a unicorn stallion familiar.",
+ "durability": null,
+ "name": "Healing aura scroll",
+ "low_alchemy": "156",
+ "tradeable": "true",
+ "high_alchemy": "235",
+ "archery_ticket_price": "0",
+ "id": "12434"
+ },
+ {
+ "requirements": "{23,96}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "428",
+ "examine": "A scroll for a pack yak familiar.",
+ "durability": null,
+ "name": "Winter storage scroll",
+ "low_alchemy": "227",
+ "tradeable": "true",
+ "high_alchemy": "341",
+ "archery_ticket_price": "0",
+ "id": "12435"
+ },
+ {
+ "requirements": "{23,63}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "223",
+ "examine": "A scroll for a spirit cobra familiar.",
+ "durability": null,
+ "name": "Oph. incubation scroll",
+ "low_alchemy": "132",
+ "tradeable": "true",
+ "high_alchemy": "199",
+ "archery_ticket_price": "0",
+ "id": "12436"
+ },
+ {
+ "requirements": "{23,92}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "419",
+ "examine": "A scroll for a wolpertinger familiar.",
+ "durability": null,
+ "name": "Magic focus scroll",
+ "low_alchemy": "219",
+ "tradeable": "true",
+ "high_alchemy": "329",
+ "archery_ticket_price": "0",
+ "id": "12437"
+ },
+ {
+ "requirements": "{23,68}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "220",
+ "examine": "A scroll for a bunyip familiar.",
+ "durability": null,
+ "name": "Swallow whole scroll",
+ "low_alchemy": "126",
+ "tradeable": "true",
+ "high_alchemy": "190",
+ "archery_ticket_price": "0",
+ "id": "12438"
+ },
+ {
+ "requirements": "{23,67}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "269",
+ "examine": "A scroll for a war tortoise familiar.",
+ "durability": null,
+ "name": "Testudo scroll",
+ "low_alchemy": "17",
+ "tradeable": "true",
+ "high_alchemy": "26",
+ "archery_ticket_price": "0",
+ "id": "12439"
+ },
+ {
+ "requirements": "{23,28}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "47",
+ "examine": "A scroll for a compost mound familiar.",
+ "durability": null,
+ "name": "Generate compost scroll",
+ "low_alchemy": "63",
+ "tradeable": "true",
+ "high_alchemy": "95",
+ "archery_ticket_price": "0",
+ "id": "12440"
+ },
+ {
+ "requirements": "{23,52}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "35",
+ "examine": "A scroll for a spirit terrorbird familiar.",
+ "durability": null,
+ "name": "Tireless run scroll",
+ "low_alchemy": "28",
+ "tradeable": "true",
+ "high_alchemy": "43",
+ "archery_ticket_price": "0",
+ "id": "12441"
+ },
+ {
+ "requirements": "{23,80}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "174",
+ "examine": "A scroll for a hydra familiar.",
+ "durability": null,
+ "name": "Regrowth scroll",
+ "low_alchemy": "144",
+ "tradeable": "true",
+ "high_alchemy": "217",
+ "archery_ticket_price": "0",
+ "id": "12442"
+ },
+ {
+ "requirements": "{23,34}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1118",
+ "examine": "A scroll for a Pest Control familiar.",
+ "durability": null,
+ "name": "Call to arms scroll",
+ "low_alchemy": "90",
+ "tradeable": "true",
+ "high_alchemy": "136",
+ "archery_ticket_price": "0",
+ "id": "12443"
+ },
+ {
+ "requirements": "{23,49}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "148",
+ "examine": "A scroll for a bloated leech familiar.",
+ "durability": null,
+ "name": "Blood drain scroll",
+ "low_alchemy": "133",
+ "tradeable": "true",
+ "high_alchemy": "200",
+ "archery_ticket_price": "0",
+ "id": "12444"
+ },
+ {
+ "requirements": "{23,4}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "7",
+ "examine": "A scroll for a dreadfowl familiar.",
+ "durability": null,
+ "name": "Dreadfowl strike scroll",
+ "low_alchemy": "24",
+ "tradeable": "true",
+ "high_alchemy": "37",
+ "archery_ticket_price": "0",
+ "id": "12445"
+ },
+ {
+ "requirements": "{23,25}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "122",
+ "examine": "A scroll for a spirit kalphite familiar.",
+ "durability": null,
+ "name": "Sandstorm scroll",
+ "low_alchemy": "67",
+ "tradeable": "true",
+ "high_alchemy": "101",
+ "archery_ticket_price": "0",
+ "id": "12446"
+ },
+ {
+ "requirements": "{23,31}",
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "98",
+ "examine": "A scroll for a vampire bat familiar.",
+ "durability": null,
+ "name": "Vampire touch scroll",
+ "low_alchemy": "97",
+ "tradeable": "true",
+ "high_alchemy": "146",
+ "archery_ticket_price": "0",
+ "id": "12447"
+ },
+ {
+ "requirements": "{23,42}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "123",
+ "examine": "A scroll for an evil turnip familiar.",
+ "durability": null,
+ "name": "Evil flames scroll",
+ "low_alchemy": "120",
+ "tradeable": "true",
+ "high_alchemy": "181",
+ "archery_ticket_price": "0",
+ "id": "12448"
+ },
+ {
+ "requirements": "{23,74}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "219",
+ "examine": "A scroll for a granite lobster familiar.",
+ "durability": null,
+ "name": "Crushing claw scroll",
+ "low_alchemy": "182",
+ "tradeable": "true",
+ "high_alchemy": "274",
+ "archery_ticket_price": "0",
+ "id": "12449"
+ },
+ {
+ "requirements": "{23,75}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "221",
+ "examine": "A scroll for a praying mantis familiar.",
+ "durability": null,
+ "name": "Mantis strike scroll",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12450"
+ },
+ {
+ "requirements": "{23,71}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "12",
+ "examine": "A scroll for an arctic bear familiar.",
+ "durability": null,
+ "name": "Arctic blast scroll",
+ "low_alchemy": "30",
+ "tradeable": "true",
+ "high_alchemy": "46",
+ "archery_ticket_price": "0",
+ "id": "12451"
+ },
+ {
+ "requirements": "{23,66}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "10",
+ "examine": "A scroll for a barker toad familiar.",
+ "durability": null,
+ "name": "Toad bark scroll",
+ "low_alchemy": "27",
+ "tradeable": "true",
+ "high_alchemy": "41",
+ "archery_ticket_price": "0",
+ "id": "12452"
+ },
+ {
+ "requirements": "{23,55}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "202",
+ "examine": "A scroll for a spirit jelly familiar.",
+ "durability": null,
+ "name": "Dissolve scroll",
+ "low_alchemy": "167",
+ "tradeable": "true",
+ "high_alchemy": "251",
+ "archery_ticket_price": "0",
+ "id": "12453"
+ },
+ {
+ "requirements": "{23,54}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "163",
+ "examine": "A scroll for an abyssal parasite familiar.",
+ "durability": null,
+ "name": "Abyssal drain scroll",
+ "low_alchemy": "122",
+ "tradeable": "true",
+ "high_alchemy": "183",
+ "archery_ticket_price": "0",
+ "id": "12454"
+ },
+ {
+ "requirements": "{23,58}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "198",
+ "examine": "A scroll for a karamthulhu overlord familiar.",
+ "durability": null,
+ "name": "Doomsphere scroll",
+ "low_alchemy": "160",
+ "tradeable": "true",
+ "high_alchemy": "241",
+ "archery_ticket_price": "0",
+ "id": "12455"
+ },
+ {
+ "requirements": "{23,83}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "9",
+ "examine": "A scroll for a spirit dagannoth familiar.",
+ "durability": null,
+ "name": "Spike shot scroll",
+ "low_alchemy": "17",
+ "tradeable": "true",
+ "high_alchemy": "26",
+ "archery_ticket_price": "0",
+ "id": "12456"
+ },
+ {
+ "requirements": "{23,78}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "146",
+ "examine": "A scroll for a giant ent familiar.",
+ "durability": null,
+ "name": "Acorn missile scroll",
+ "low_alchemy": "140",
+ "tradeable": "true",
+ "high_alchemy": "211",
+ "archery_ticket_price": "0",
+ "id": "12457"
+ },
+ {
+ "requirements": "{23,43}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "97",
+ "examine": "A scroll for a cockatrice variant familiar.",
+ "durability": null,
+ "name": "Petrifying gaze scroll",
+ "low_alchemy": "104",
+ "tradeable": "true",
+ "high_alchemy": "157",
+ "archery_ticket_price": "0",
+ "id": "12458"
+ },
+ {
+ "requirements": "{23,13}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "10",
+ "examine": "A scroll for a thorny snail familiar.",
+ "durability": null,
+ "name": "Slime spray scroll",
+ "low_alchemy": "184",
+ "tradeable": "true",
+ "high_alchemy": "277",
+ "archery_ticket_price": "0",
+ "id": "12459"
+ },
+ {
+ "requirements": "{23,18}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "47",
+ "examine": "A scroll for a desert wyrm familiar.",
+ "durability": null,
+ "name": "Electric lash scroll",
+ "low_alchemy": "61",
+ "tradeable": "true",
+ "high_alchemy": "92",
+ "archery_ticket_price": "0",
+ "id": "12460"
+ },
+ {
+ "requirements": "{23,36}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "135",
+ "examine": "A scroll for a bronze minotaur familiar.",
+ "durability": null,
+ "name": "Bronze bull rush scroll",
+ "low_alchemy": "118",
+ "tradeable": "true",
+ "high_alchemy": "178",
+ "archery_ticket_price": "0",
+ "id": "12461"
+ },
+ {
+ "requirements": "{23,46}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "180",
+ "examine": "A scroll for an iron minotaur familiar.",
+ "durability": null,
+ "name": "Iron bull rush scroll",
+ "low_alchemy": "141",
+ "tradeable": "true",
+ "high_alchemy": "212",
+ "archery_ticket_price": "0",
+ "id": "12462"
+ },
+ {
+ "requirements": "{23,56}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "182",
+ "examine": "A scroll for a steel minotaur familiar.",
+ "durability": null,
+ "name": "Steel bull rush scroll",
+ "low_alchemy": "157",
+ "tradeable": "true",
+ "high_alchemy": "236",
+ "archery_ticket_price": "0",
+ "id": "12463"
+ },
+ {
+ "requirements": "{23,66}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "198",
+ "examine": "A scroll for a mithril minotaur familiar.",
+ "durability": null,
+ "name": "Mith bull rush scroll",
+ "low_alchemy": "168",
+ "tradeable": "true",
+ "high_alchemy": "253",
+ "archery_ticket_price": "0",
+ "id": "12464"
+ },
+ {
+ "requirements": "{23,76}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "203",
+ "examine": "A scroll for an adamant minotaur familiar.",
+ "durability": null,
+ "name": "Addy bull rush scroll",
+ "low_alchemy": "160",
+ "tradeable": "true",
+ "high_alchemy": "241",
+ "archery_ticket_price": "0",
+ "id": "12465"
+ },
+ {
+ "requirements": "{23,86}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "67",
+ "examine": "A scroll for a rune minotaur familiar.",
+ "durability": null,
+ "name": "Rune bull rush scroll",
+ "low_alchemy": "17",
+ "tradeable": "true",
+ "high_alchemy": "26",
+ "archery_ticket_price": "0",
+ "id": "12466"
+ },
+ {
+ "requirements": "{23,64}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "171",
+ "examine": "A scroll for a stranger plant familiar.",
+ "durability": null,
+ "name": "Poisonous blast scroll",
+ "low_alchemy": "144",
+ "tradeable": "true",
+ "high_alchemy": "217",
+ "archery_ticket_price": "0",
+ "id": "12467"
+ },
+ {
+ "requirements": "{23,61}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "170",
+ "examine": "A scroll for a smoke devil familiar.",
+ "durability": null,
+ "name": "Dust cloud scroll",
+ "low_alchemy": "157",
+ "tradeable": "true",
+ "high_alchemy": "236",
+ "archery_ticket_price": "0",
+ "id": "12468"
+ },
+ {
+ "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.",
+ "durability": null,
+ "name": "Hatchling dragon",
+ "archery_ticket_price": "0",
+ "id": "12469"
+ },
+ {
+ "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.",
+ "durability": null,
+ "name": "Hatchling dragon",
+ "archery_ticket_price": "0",
+ "id": "12471"
+ },
+ {
+ "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.",
+ "durability": null,
+ "name": "Hatchling dragon",
+ "archery_ticket_price": "0",
+ "id": "12473"
+ },
+ {
+ "examine": "(hatchling) A hatchling <dragon colour> dragon.(baby) A bigger baby <colour> dragon.",
+ "durability": null,
+ "name": "Hatchling dragon",
+ "archery_ticket_price": "0",
+ "id": "12475"
+ },
+ {
+ "examine": "This will hatch into a mighty dragon.",
+ "durability": null,
+ "name": "Red dragon egg",
+ "tradeable": "false",
+ "destroy": "false",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12477"
+ },
+ {
+ "examine": "This will hatch into a mighty dragon.",
+ "durability": null,
+ "name": "Blue dragon egg",
+ "tradeable": "false",
+ "destroy": "false",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12478"
+ },
+ {
+ "examine": "This will hatch into a mighty dragon.",
+ "durability": null,
+ "name": "Green dragon egg",
+ "tradeable": "false",
+ "destroy": "false",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12479"
+ },
+ {
+ "examine": "This will hatch into a mighty dragon.",
+ "durability": null,
+ "name": "Black dragon egg",
+ "tradeable": "false",
+ "destroy": "false",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12480"
+ },
+ {
+ "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.",
+ "durability": null,
+ "name": "Baby penguin",
+ "archery_ticket_price": "0",
+ "id": "12481"
+ },
+ {
+ "examine": "I can hatch this in an Incubator.",
+ "durability": null,
+ "name": "Penguin egg",
+ "archery_ticket_price": "0",
+ "id": "12483"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven chick",
+ "archery_ticket_price": "0",
+ "id": "12484"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven",
+ "archery_ticket_price": "0",
+ "id": "12485"
+ },
+ {
+ "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.",
+ "durability": null,
+ "name": "Baby raccoon",
+ "archery_ticket_price": "0",
+ "id": "12486"
+ },
+ {
+ "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.",
+ "durability": null,
+ "name": "Raccoon",
+ "archery_ticket_price": "0",
+ "id": "12487"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Baby gecko",
+ "archery_ticket_price": "0",
+ "id": "12488"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Gecko",
+ "archery_ticket_price": "0",
+ "id": "12489"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Baby squirrel",
+ "archery_ticket_price": "0",
+ "id": "12490"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Squirrel",
+ "archery_ticket_price": "0",
+ "id": "12491"
+ },
+ {
+ "examine": "It's a colour-coordinated lizard!",
+ "durability": null,
+ "name": "Baby chameleon",
+ "archery_ticket_price": "0",
+ "id": "12492"
+ },
+ {
+ "examine": "It's a colour-coordinated lizard!",
+ "durability": null,
+ "name": "Chameleon",
+ "archery_ticket_price": "0",
+ "id": "12493"
+ },
+ {
+ "examine": "A lizard's egg.",
+ "durability": null,
+ "name": "Chameleon egg",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12494"
+ },
+ {
+ "examine": "A lizard's egg.",
+ "durability": null,
+ "name": "Chameleon egg",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12495"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12496"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture chick",
+ "archery_ticket_price": "0",
+ "id": "12498"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture",
+ "archery_ticket_price": "0",
+ "id": "12499"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Baby giant crab",
+ "archery_ticket_price": "0",
+ "id": "12500"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Giant crab",
+ "archery_ticket_price": "0",
+ "id": "12501"
+ },
+ {
+ "examine": "Apparently, this token is worth one baby giant crab to someone called Nung.",
+ "durability": null,
+ "name": "Crunchy claw token",
+ "archery_ticket_price": "0",
+ "id": "12502"
+ },
+ {
+ "examine": "A fluffy chick.",
+ "durability": null,
+ "name": "Saradomin chick",
+ "archery_ticket_price": "0",
+ "id": "12503"
+ },
+ {
+ "examine": "Lovely blue plumage.",
+ "durability": null,
+ "name": "Saradomin bird",
+ "archery_ticket_price": "0",
+ "id": "12504"
+ },
+ {
+ "examine": "A fantastic saradomin owl.",
+ "durability": null,
+ "name": "Saradomin owl",
+ "archery_ticket_price": "0",
+ "id": "12505"
+ },
+ {
+ "examine": "A fluffy chick.",
+ "durability": null,
+ "name": "Zamorak chick",
+ "archery_ticket_price": "0",
+ "id": "12506"
+ },
+ {
+ "examine": "Lovely red plumage.",
+ "durability": null,
+ "name": "Zamorak bird",
+ "archery_ticket_price": "0",
+ "id": "12507"
+ },
+ {
+ "examine": "A stately zamorak hawk.",
+ "durability": null,
+ "name": "Zamorak hawk",
+ "archery_ticket_price": "0",
+ "id": "12508"
+ },
+ {
+ "examine": "A fluffy chick.",
+ "durability": null,
+ "name": "Guthix chick",
+ "archery_ticket_price": "0",
+ "id": "12509"
+ },
+ {
+ "examine": "Lovely green plumage.",
+ "durability": null,
+ "name": "Guthix bird",
+ "archery_ticket_price": "0",
+ "id": "12510"
+ },
+ {
+ "examine": "An impressive Guthix raptor.",
+ "durability": null,
+ "name": "Guthix raptor",
+ "archery_ticket_price": "0",
+ "id": "12511"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "It's lively and energetic.",
+ "durability": null,
+ "name": "Terrier puppy",
+ "archery_ticket_price": "0",
+ "id": "12512"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "It's lively and energetic.",
+ "durability": null,
+ "name": "Terrier",
+ "archery_ticket_price": "0",
+ "id": "12513"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "This is one fast little pooch.",
+ "durability": null,
+ "name": "Greyhound puppy",
+ "archery_ticket_price": "0",
+ "id": "12514"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "An aerodynamic doggy.",
+ "durability": null,
+ "name": "Greyhound",
+ "archery_ticket_price": "0",
+ "id": "12515"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Soft but strong... and cute.",
+ "durability": null,
+ "name": "Labrador puppy",
+ "archery_ticket_price": "0",
+ "id": "12516"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "My most faithful friend.",
+ "durability": null,
+ "name": "Labrador",
+ "archery_ticket_price": "0",
+ "id": "12517"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Now, if only I could find another hundred...",
+ "durability": null,
+ "name": "Dalmatian puppy",
+ "archery_ticket_price": "0",
+ "id": "12518"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "A purebred doggy.",
+ "durability": null,
+ "name": "Dalmatian",
+ "archery_ticket_price": "0",
+ "id": "12519"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "This little puppy is very quiet.",
+ "durability": null,
+ "name": "Sheepdog puppy",
+ "archery_ticket_price": "0",
+ "id": "12520"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Come by! Come by!",
+ "durability": null,
+ "name": "Sheepdog",
+ "archery_ticket_price": "0",
+ "id": "12521"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "One proud little puppy.",
+ "durability": null,
+ "name": "Bulldog puppy",
+ "archery_ticket_price": "0",
+ "id": "12522"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Looks like it's chewing a wasp.",
+ "durability": null,
+ "name": "Bulldog",
+ "archery_ticket_price": "0",
+ "id": "12523"
+ },
+ {
+ "shop_price": "99000",
+ "examine": "The cape worn by master summoners.",
+ "durability": null,
+ "name": "Summoning cape",
+ "low_alchemy": "39600",
+ "high_alchemy": "59400",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "12524",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A charm used to summon familiars.",
+ "durability": null,
+ "name": "Gold charm",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12527"
+ },
+ {
+ "examine": "A key to Pikkupstix's trapdoor.",
+ "durability": null,
+ "name": "Trapdoor key",
+ "archery_ticket_price": "0",
+ "id": "12528"
+ },
+ {
+ "shop_price": "25",
+ "examine": "Shards of an obelisk.",
+ "grand_exchange_price": "24",
+ "durability": null,
+ "name": "Spirit shards",
+ "tradeable": "true",
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "archery_ticket_price": "0",
+ "id": "12530"
+ },
+ {
+ "requirements": "{23,56}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1914",
+ "examine": "I can summon an ibis familiar with this.",
+ "durability": null,
+ "name": "Ibis pouch",
+ "tradeable": "true",
+ "low_alchemy": "1259",
+ "high_alchemy": "1889",
+ "archery_ticket_price": "0",
+ "id": "12531"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1914",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ibis pouch",
+ "tradeable": "true",
+ "low_alchemy": "1259",
+ "high_alchemy": "1889",
+ "archery_ticket_price": "0",
+ "id": "12532"
+ },
+ {
+ "requirements": "{23,16}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "7",
+ "examine": "A scroll for a granite crab familiar.",
+ "durability": null,
+ "name": "Stony shell scroll",
+ "low_alchemy": "23",
+ "tradeable": "true",
+ "high_alchemy": "35",
+ "archery_ticket_price": "0",
+ "id": "12533"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Meat from a creature that can be hunted in Isafdar.",
+ "grand_exchange_price": "7968",
+ "durability": null,
+ "name": "Raw pawya meat",
+ "tradeable": "true",
+ "low_alchemy": "200",
+ "high_alchemy": "300",
+ "weight": "0.33",
+ "archery_ticket_price": "0",
+ "id": "12535"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "7968",
+ "durability": null,
+ "name": "Raw pawya meat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12536"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12538"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "examine": "Spikes from a grenwall.",
+ "grand_exchange_price": "1704",
+ "durability": null,
+ "name": "Grenwall spikes",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "12539"
+ },
+ {
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12545"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Platypus",
+ "archery_ticket_price": "0",
+ "id": "12547"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Platypus",
+ "archery_ticket_price": "0",
+ "id": "12548"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Platypus",
+ "archery_ticket_price": "0",
+ "id": "12549"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Platypus",
+ "archery_ticket_price": "0",
+ "id": "12550"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Baby platypus",
+ "archery_ticket_price": "0",
+ "id": "12551"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Baby platypus",
+ "archery_ticket_price": "0",
+ "id": "12552"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Baby platypus",
+ "archery_ticket_price": "0",
+ "id": "12553"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Patrick",
+ "archery_ticket_price": "0",
+ "id": "12554"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Penelope",
+ "archery_ticket_price": "0",
+ "id": "12555"
+ },
+ {
+ "examine": "I bet he can't wait until it's cooked.",
+ "durability": null,
+ "name": "Peter",
+ "archery_ticket_price": "0",
+ "id": "12556"
+ },
+ {
+ "examine": "A most unlikely creature.",
+ "durability": null,
+ "name": "Peanut",
+ "archery_ticket_price": "0",
+ "id": "12557"
+ },
+ {
+ "examine": "Marginally better than egg on your face.",
+ "durability": null,
+ "name": "Mud",
+ "archery_ticket_price": "0",
+ "id": "12558",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "The height of style?",
+ "durability": null,
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1004",
+ "name": "Ogre wig",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12559"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "1004",
+ "durability": null,
+ "name": "Ogre wig",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12560"
+ },
+ {
+ "shop_price": "60",
+ "ge_buy_limit": "100",
+ "examine": "It's a little big on me.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
+ "equipment_slot": "7",
+ "grand_exchange_price": "197",
+ "name": "Ogre kilt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12561"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "197",
+ "durability": null,
+ "name": "Ogre kilt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12562"
+ },
+ {
+ "shop_price": "60",
+ "ge_buy_limit": "100",
+ "examine": "It's a little big on me.",
+ "durability": null,
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "1",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "536",
+ "name": "Ogre top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12563"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "536",
+ "durability": null,
+ "name": "Ogre top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12564"
+ },
+ {
+ "shop_price": "60",
+ "ge_buy_limit": "100",
+ "examine": "Good for stomping.",
+ "durability": null,
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "3",
+ "equipment_slot": "10",
+ "grand_exchange_price": "420",
+ "name": "Ogre boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12565"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "420",
+ "durability": null,
+ "name": "Ogre boots",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12566"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It's a slightly sickly-looking fur.",
+ "grand_exchange_price": "1468",
+ "durability": null,
+ "name": "Diseased kebbit fur",
+ "tradeable": "true",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12567"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "100",
+ "examine": "A furry hat with an unnerving tail.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "weight": "1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "3656",
+ "name": "Davy kebbit hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12568"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3656",
+ "durability": null,
+ "name": "Davy kebbit hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12569"
+ },
+ {
+ "requirements": "{0,5}",
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "8684",
+ "examine": "A big piece of tree.",
+ "walk_anim": "8684",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "weight": "10",
+ "turn90ccw_anim": "8684",
+ "attack_speed": "7",
+ "weapon_interface": "10",
+ "turn180_anim": "8684",
+ "render_anim": "1157",
+ "equipment_slot": "3",
+ "grand_exchange_price": "77",
+ "stand_anim": "8683",
+ "name": "Ogre club",
+ "tradeable": "true",
+ "run_anim": "8685",
+ "archery_ticket_price": "0",
+ "id": "12570",
+ "stand_turn_anim": "823",
+ "bonuses": "-6,-2,15,0,0,0,0,0,0,0,0,12,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "77",
+ "durability": null,
+ "name": "Ogre club",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12571"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A delicate, sweet-smelling flower.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Lavender",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "12572"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Lavender",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12573"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A stiff, pungent grass.",
+ "grand_exchange_price": "31",
+ "durability": null,
+ "name": "Fever grass",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "12574"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "31",
+ "durability": null,
+ "name": "Fever grass",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12575"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A cheerful, aromatic flower.",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Tansymum",
+ "tradeable": "true",
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "archery_ticket_price": "0",
+ "id": "12576"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "12",
+ "durability": null,
+ "name": "Tansymum",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12577"
+ },
+ {
+ "turn90cw_anim": "8681",
+ "examine": "A stiff, pungent grass.",
+ "walk_anim": "8681",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "turn90ccw_anim": "8681",
+ "turn180_anim": "8681",
+ "render_anim": "294",
+ "equipment_slot": "3",
+ "grand_exchange_price": "41",
+ "stand_anim": "8682",
+ "name": "Smouldering fever grass",
+ "tradeable": "true",
+ "run_anim": "8690",
+ "archery_ticket_price": "0",
+ "id": "12578",
+ "stand_turn_anim": "8682"
+ },
+ {
+ "turn90cw_anim": "8681",
+ "examine": "A delicate, sweet-smelling flower.",
+ "walk_anim": "8681",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "turn90ccw_anim": "8681",
+ "turn180_anim": "8681",
+ "render_anim": "294",
+ "equipment_slot": "3",
+ "grand_exchange_price": "29",
+ "stand_anim": "8682",
+ "name": "Smouldering lavender",
+ "tradeable": "true",
+ "run_anim": "8690",
+ "archery_ticket_price": "0",
+ "id": "12579",
+ "stand_turn_anim": "8682"
+ },
+ {
+ "turn90cw_anim": "8681",
+ "examine": "A cheerful, aromatic flower.",
+ "walk_anim": "8681",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "turn90ccw_anim": "8681",
+ "turn180_anim": "8681",
+ "render_anim": "294",
+ "equipment_slot": "3",
+ "grand_exchange_price": "18",
+ "stand_anim": "8682",
+ "name": "Smouldering tansymum",
+ "tradeable": "true",
+ "run_anim": "8690",
+ "archery_ticket_price": "0",
+ "id": "12580",
+ "stand_turn_anim": "8682"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "examine": "Logs cut from a eucalyptus tree.",
+ "grand_exchange_price": "507",
+ "durability": null,
+ "name": "Eucalyptus logs",
+ "tradeable": "true",
+ "low_alchemy": "50",
+ "high_alchemy": "75",
+ "archery_ticket_price": "0",
+ "id": "12581",
+ "equipment_slot": "5"
+ },
+ {
+ "ge_buy_limit": "25000",
+ "grand_exchange_price": "507",
+ "durability": null,
+ "name": "Eucalyptus logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12582"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "examine": "Logs cut from a eucalyptus tree.",
+ "grand_exchange_price": "3609",
+ "durability": null,
+ "name": "Eucalyptus pyre logs",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12583"
+ },
+ {
+ "ge_buy_limit": "1000",
+ "grand_exchange_price": "3609",
+ "durability": null,
+ "name": "Eucalyptus pyre logs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12584"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A modest and mild plant.",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Primweed",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12588"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "20",
+ "durability": null,
+ "name": "Primweed",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12589"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A pretty but putrid flower.",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Stinkbloom",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "0.01",
+ "archery_ticket_price": "0",
+ "id": "12590"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "16",
+ "durability": null,
+ "name": "Stinkbloom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12591"
+ },
+ {
+ "durability": null,
+ "name": "Diseased kebbit fur",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12592"
+ },
+ {
+ "destroy_message": "If you need to, you can get another from the Tyras Camp catapult engineer.",
+ "examine": "The plans for repairing the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Catapult schematics",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12593"
+ },
+ {
+ "destroy_message": "If you need to, you can get another from General Hining in the Tyras Camp.",
+ "examine": "General Hining wants me to deliver this to the Catapult Engineer.",
+ "durability": null,
+ "name": "Engineer's letter",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12594"
+ },
+ {
+ "destroy_message": "You can always get another from the drunken sailor in Port Sarim.",
+ "examine": "Taken from a drunken sailor in Port Sarim.",
+ "durability": null,
+ "name": "Sailor's hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "12595",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "You can get another set from Thaki the delivery dwarf in Port Sarim.",
+ "examine": "Dwarf-made parts for repairing the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Metal catapult parts",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12596"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12597"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12598"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12599"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12600"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12601"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12602"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12603"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12604"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12605"
+ },
+ {
+ "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.",
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Mahogany catapult part",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12606"
+ },
+ {
+ "examine": "Used to repair the Tyras Camp catapult.",
+ "durability": null,
+ "name": "Picture",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "2",
+ "archery_ticket_price": "0",
+ "id": "12607",
+ "equipment_slot": "5"
+ },
+ {
+ "shop_price": "200",
+ "ge_buy_limit": "100",
+ "examine": "An amulet of Farming with 1 charge.",
+ "grand_exchange_price": "271",
+ "durability": null,
+ "name": "Amulet of farming(1)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "12608",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "271",
+ "durability": null,
+ "name": "Amulet of farming(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12609"
+ },
+ {
+ "shop_price": "200",
+ "examine": "An amulet of Farming with 2 charges.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Amulet of farming(2)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "12610",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Amulet of farming(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12611"
+ },
+ {
+ "shop_price": "200",
+ "examine": "An amulet of Farming with 3 charges.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Amulet of farming(3)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "12612",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Amulet of farming(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12613"
+ },
+ {
+ "shop_price": "200",
+ "examine": "An amulet of Farming with 4 charges.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Amulet of farming(4)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "12614",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Amulet of farming(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12615"
+ },
+ {
+ "shop_price": "200",
+ "examine": "An amulet of Farming with 5 charges.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Amulet of farming(5)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "12616",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Amulet of farming(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12617"
+ },
+ {
+ "shop_price": "200",
+ "examine": "An amulet of Farming with 6 charges.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Amulet of farming(6)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "12618",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Amulet of farming(6)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12619"
+ },
+ {
+ "shop_price": "200",
+ "examine": "An amulet of Farming with 7 charges.",
+ "grand_exchange_price": "8",
+ "durability": null,
+ "name": "Amulet of farming(7)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "12620",
+ "equipment_slot": "2"
+ },
+ {
+ "durability": null,
+ "name": "Amulet of farming(7)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12621"
+ },
+ {
+ "shop_price": "200",
+ "ge_buy_limit": "100",
+ "examine": "An amulet of Farming with 8 charges.",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Amulet of farming(8)",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "archery_ticket_price": "0",
+ "id": "12622",
+ "equipment_slot": "2"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "210",
+ "durability": null,
+ "name": "Amulet of farming(8)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12623"
+ },
+ {
+ "shop_price": "10",
+ "examine": "An ogleroot. How odd.",
+ "durability": null,
+ "name": "Ogleroot",
+ "tradeable": "true",
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "archery_ticket_price": "0",
+ "weight": "0",
+ "id": "12624"
+ },
+ {
+ "destroy_message": "You will need to obtain more flags from Mrs. Winkin or Farmer Blinkin if you have lost all of the flags you have.",
+ "shop_price": "500",
+ "examine": "A flag to put in the ground.",
+ "durability": null,
+ "name": "Flag",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0",
+ "archery_ticket_price": "0",
+ "id": "12625"
+ },
+ {
+ "destroy_message": "You will need to get another exam paper from Professor Henry",
+ "examine": "Player Safety test",
+ "durability": null,
+ "name": "Test paper",
+ "tradeable": "false",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12626"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12627"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12628"
+ },
+ {
+ "destroy_message": "You can get another pair of gloves from the chest in the Stronghold of Player Safety.",
+ "examine": "Gloves from the Stronghold of Player Safety.",
+ "durability": null,
+ "name": "Safety gloves",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "12629",
+ "bonuses": "0,0,0,0,0,1,2,2,1,2,1,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "Rubium is very unstable",
+ "shop_price": "10",
+ "examine": "Be careful with this near water.",
+ "durability": null,
+ "name": "Rubium",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12630"
+ },
+ {
+ "destroy_message": "The train is tiny",
+ "examine": "(While on the ground) Kennith's lost toy. (While in your inventory) A wooden toy train.",
+ "durability": null,
+ "name": "Toy train",
+ "archery_ticket_price": "0",
+ "id": "12631"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "160",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Note",
+ "tradeable": "true",
+ "low_alchemy": "160",
+ "high_alchemy": "160",
+ "archery_ticket_price": "0",
+ "id": "12632"
+ },
+ {
+ "examine": "The jar is shaking violently!",
+ "durability": null,
+ "name": "Super fishing explosive",
+ "low_alchemy": "24",
+ "high_alchemy": "36",
+ "archery_ticket_price": "0",
+ "id": "12633"
+ },
+ {
+ "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.",
+ "examine": "A thick, orange cape.",
+ "durability": null,
+ "name": "Chocatrice cape",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "12634",
+ "equipment_slot": "1"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12635"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12636"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12637"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12638"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12639"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12640"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12641"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12642"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12643"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Happy Easter.",
+ "grand_exchange_price": "64747137",
+ "durability": null,
+ "name": "Easter egg",
+ "tradeable": "true",
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "archery_ticket_price": "0",
+ "id": "12644"
+ },
+ {
+ "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.",
+ "examine": "A thick, orange cape.",
+ "durability": null,
+ "name": "Chocatrice cape",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "12645",
+ "equipment_slot": "1"
+ },
+ {
+ "examine": "A chocolate egg wrapped in coloured foil.",
+ "durability": null,
+ "name": "Chocolate egg",
+ "archery_ticket_price": "0",
+ "id": "12646"
+ },
+ {
+ "examine": "A chocolate egg wrapped in coloured foil.",
+ "durability": null,
+ "name": "Chocolate egg",
+ "archery_ticket_price": "0",
+ "id": "12647"
+ },
+ {
+ "examine": "A chocolate egg wrapped in coloured foil.",
+ "durability": null,
+ "name": "Chocolate egg",
+ "archery_ticket_price": "0",
+ "id": "12648"
+ },
+ {
+ "shop_price": "2",
+ "examine": "It's an empty bucket.",
+ "grand_exchange_price": "50",
+ "durability": null,
+ "name": "Bucket",
+ "tradeable": "true",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12649"
+ },
+ {
+ "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Bucket of water",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "12650"
+ },
+ {
+ "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?",
+ "grand_exchange_price": "74",
+ "durability": null,
+ "name": "Bucket of water",
+ "tradeable": "true",
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "12651"
+ },
+ {
+ "examine": "It's a bucket of coal from the Easter Bunny's warren.",
+ "durability": null,
+ "name": "Bucket of coal",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "12652"
+ },
+ {
+ "examine": "It's a bucket of coal from the Easter Bunny's warren.",
+ "durability": null,
+ "name": "Bucket of coal",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "12653"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy this object? You can get another in the Easter Bunny's warren.",
+ "examine": "A stripy brown egg.",
+ "grand_exchange_price": "1255",
+ "durability": null,
+ "name": "Cockatrice egg",
+ "tradeable": "true",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "12654"
+ },
+ {
+ "destroy_message": "Are you sure you want to destroy this object? You can make another at the Easter Bunny's warren.",
+ "examine": "A cockatrice egg that has been dipped in molten chocolate.",
+ "durability": null,
+ "name": "Chocatrice egg",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12655",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Some chocolate chunks.",
+ "durability": null,
+ "name": "Chocolate chunks",
+ "archery_ticket_price": "0",
+ "id": "12657"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "3520",
+ "examine": "A full face helmet.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "2.7",
+ "absorb": "1,0,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1913",
+ "name": "Adamant full helm (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12658",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "3520",
+ "examine": "A full face helmet.",
+ "durability": null,
+ "low_alchemy": "1408",
+ "high_alchemy": "2112",
+ "weight": "2.7",
+ "absorb": "1,0,2",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1913",
+ "name": "Adamant full helm (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12659",
+ "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Lightweight head protection.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.9",
+ "absorb": "0,2,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1040",
+ "name": "Snakeskin bandana (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12660",
+ "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Lightweight head protection.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "weight": "0.9",
+ "absorb": "0,2,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1040",
+ "name": "Snakeskin bandana (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12661",
+ "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A wooden helmet.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.9",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "5623",
+ "name": "Splitbark helm (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12662",
+ "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A wooden helmet.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "weight": "0.9",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "5623",
+ "name": "Splitbark helm (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12663",
+ "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A full face helmet.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "21200",
+ "name": "Rune full helm (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12664",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A full face helmet.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "21200",
+ "name": "Rune full helm (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12665",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Makes the wearer pretty intimidating.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "weight": "1.3",
+ "absorb": "2,0,4",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "61200",
+ "name": "Dragon med helm (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12666",
+ "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Makes the wearer pretty intimidating.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "weight": "1.3",
+ "absorb": "2,0,4",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "61200",
+ "name": "Dragon med helm (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12667",
+ "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "15000",
+ "examine": "A mystical helmet.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "0.9",
+ "absorb": "3,1,0",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar helm (e)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12668",
+ "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "15000",
+ "examine": "A mystical helmet.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "weight": "0.9",
+ "absorb": "3,1,0",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "destroy_message": "The Oneiromancer might be able to help you get another.",
+ "name": "Lunar helm (charged)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12669",
+ "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A helmet of great craftmanship.",
+ "durability": null,
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "weight": "0.5",
+ "absorb": "0,5,2",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "3932989",
+ "name": "Armadyl helmet (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12670",
+ "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "A helmet of great craftmanship.",
+ "durability": null,
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "weight": "0.5",
+ "absorb": "0,5,2",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "3932989",
+ "name": "Armadyl helmet (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12671",
+ "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "78000",
+ "examine": "This helmet is worn by archers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "41000",
+ "name": "Archer helm (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12672",
+ "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "78000",
+ "examine": "This helmet is worn by archers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "41000",
+ "name": "Archer helm (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12673",
+ "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "78000",
+ "examine": "This helmet is worn by berserkers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "48800",
+ "name": "Berserker helm (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12674",
+ "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "78000",
+ "examine": "This helmet is worn by berserkers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "48800",
+ "name": "Berserker helm (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12675",
+ "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "78000",
+ "examine": "This helm is worn by warriors.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "48200",
+ "name": "Warrior helm (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12676",
+ "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "78000",
+ "examine": "This helm is worn by warriors.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2.7",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "48200",
+ "name": "Warrior helm (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12677",
+ "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "78000",
+ "examine": "This helm is worn by farseers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2.7",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "46400",
+ "name": "Farseer helm (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12678",
+ "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "78000",
+ "examine": "This helm is worn by farseers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "weight": "2.7",
+ "absorb": "3,1,0",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "46400",
+ "name": "Farseer helm (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12679",
+ "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50000",
+ "examine": "A gift from Neitiznot's Burgher.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "2.2",
+ "absorb": "2,0,4",
+ "equipment_slot": "0",
+ "grand_exchange_price": "44831",
+ "name": "Helm of neitiznot (e)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12680",
+ "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50000",
+ "examine": "A gift from Neitiznot's Burgher.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "2.2",
+ "absorb": "2,0,4",
+ "equipment_slot": "0",
+ "grand_exchange_price": "44831",
+ "name": "Helm of neitiznot (charged)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12681",
+ "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12682"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12684"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12686"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12688"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12690"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12692"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12694"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12696"
+ },
+ {
+ "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!",
+ "durability": null,
+ "name": "Baby monkey",
+ "archery_ticket_price": "0",
+ "id": "12698"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "A hyperactive little pup.",
+ "durability": null,
+ "name": "Terrier puppy",
+ "archery_ticket_price": "0",
+ "id": "12700"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "A hyperactive little pup.",
+ "durability": null,
+ "name": "Terrier",
+ "archery_ticket_price": "0",
+ "id": "12701"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Such a brave doggy.",
+ "durability": null,
+ "name": "Terrier puppy",
+ "archery_ticket_price": "0",
+ "id": "12702"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Such a brave doggy.",
+ "durability": null,
+ "name": "Terrier",
+ "archery_ticket_price": "0",
+ "id": "12703"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "This is one fast little pooch.",
+ "durability": null,
+ "name": "Greyhound puppy",
+ "archery_ticket_price": "0",
+ "id": "12704"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "An aerodynamic doggy.",
+ "durability": null,
+ "name": "Greyhound",
+ "archery_ticket_price": "0",
+ "id": "12705"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "This is one fast little pooch.",
+ "durability": null,
+ "name": "Greyhound puppy",
+ "archery_ticket_price": "0",
+ "id": "12706"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "An aerodynamic doggy.",
+ "durability": null,
+ "name": "Greyhound",
+ "archery_ticket_price": "0",
+ "id": "12707"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Soft but strong... and cute.",
+ "durability": null,
+ "name": "Labrador puppy",
+ "archery_ticket_price": "0",
+ "id": "12708"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "My most faithful friend.",
+ "durability": null,
+ "name": "Labrador",
+ "archery_ticket_price": "0",
+ "id": "12709"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Soft but strong... and cute.",
+ "durability": null,
+ "name": "Labrador puppy",
+ "archery_ticket_price": "0",
+ "id": "12710"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "My most faithful friend.",
+ "durability": null,
+ "name": "Labrador",
+ "archery_ticket_price": "0",
+ "id": "12711"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Now, if only I could find another hundred...",
+ "durability": null,
+ "name": "Dalmatian puppy",
+ "archery_ticket_price": "0",
+ "id": "12712"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "A purebred doggy.",
+ "durability": null,
+ "name": "Dalmatian",
+ "archery_ticket_price": "0",
+ "id": "12713"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Now, if only I could find another hundred...",
+ "durability": null,
+ "name": "Dalmatian puppy",
+ "archery_ticket_price": "0",
+ "id": "12714"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "A purebred doggy.",
+ "durability": null,
+ "name": "Dalmatian",
+ "archery_ticket_price": "0",
+ "id": "12715"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "This little puppy is very quiet.",
+ "durability": null,
+ "name": "Sheepdog puppy",
+ "archery_ticket_price": "0",
+ "id": "12716"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Come by! Come by!",
+ "durability": null,
+ "name": "Sheepdog",
+ "archery_ticket_price": "0",
+ "id": "12717"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "This little puppy is very quiet.",
+ "durability": null,
+ "name": "Sheepdog puppy",
+ "archery_ticket_price": "0",
+ "id": "12718"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Come by! Come by!",
+ "durability": null,
+ "name": "Sheepdog",
+ "archery_ticket_price": "0",
+ "id": "12719"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "One proud little puppy.",
+ "durability": null,
+ "name": "Bulldog puppy",
+ "archery_ticket_price": "0",
+ "id": "12720"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Looks like it's chewing a wasp.",
+ "durability": null,
+ "name": "Bulldog",
+ "archery_ticket_price": "0",
+ "id": "12721"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "One proud little puppy.",
+ "durability": null,
+ "name": "Bulldog puppy",
+ "archery_ticket_price": "0",
+ "id": "12722"
+ },
+ {
+ "requirements": "{4,23}",
+ "examine": "Looks like it's chewing a wasp.",
+ "durability": null,
+ "name": "Bulldog",
+ "archery_ticket_price": "0",
+ "id": "12723"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven chick",
+ "archery_ticket_price": "0",
+ "id": "12724"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven",
+ "archery_ticket_price": "0",
+ "id": "12725"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven chick",
+ "archery_ticket_price": "0",
+ "id": "12726"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven",
+ "archery_ticket_price": "0",
+ "id": "12727"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven chick",
+ "archery_ticket_price": "0",
+ "id": "12728"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven",
+ "archery_ticket_price": "0",
+ "id": "12729"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven chick",
+ "archery_ticket_price": "0",
+ "id": "12730"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven",
+ "archery_ticket_price": "0",
+ "id": "12731"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven chick",
+ "archery_ticket_price": "0",
+ "id": "12732"
+ },
+ {
+ "examine": "Chick: A raven chick.",
+ "durability": null,
+ "name": "Raven",
+ "archery_ticket_price": "0",
+ "id": "12733"
+ },
+ {
+ "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.",
+ "durability": null,
+ "name": "Baby raccoon",
+ "archery_ticket_price": "0",
+ "id": "12734"
+ },
+ {
+ "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.",
+ "durability": null,
+ "name": "Raccoon",
+ "archery_ticket_price": "0",
+ "id": "12735"
+ },
+ {
+ "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.",
+ "durability": null,
+ "name": "Baby raccoon",
+ "archery_ticket_price": "0",
+ "id": "12736"
+ },
+ {
+ "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.",
+ "durability": null,
+ "name": "Raccoon",
+ "archery_ticket_price": "0",
+ "id": "12737"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Baby gecko",
+ "archery_ticket_price": "0",
+ "id": "12738"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Baby gecko",
+ "archery_ticket_price": "0",
+ "id": "12739"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Baby gecko",
+ "archery_ticket_price": "0",
+ "id": "12740"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Baby gecko",
+ "archery_ticket_price": "0",
+ "id": "12741"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Gecko",
+ "archery_ticket_price": "0",
+ "id": "12742"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Gecko",
+ "archery_ticket_price": "0",
+ "id": "12743"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Gecko",
+ "archery_ticket_price": "0",
+ "id": "12744"
+ },
+ {
+ "examine": "(Baby) It's so adorably tiny! (Adult) How cute!",
+ "durability": null,
+ "name": "Gecko",
+ "archery_ticket_price": "0",
+ "id": "12745"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Baby giant crab",
+ "archery_ticket_price": "0",
+ "id": "12746"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Giant crab",
+ "archery_ticket_price": "0",
+ "id": "12747"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Baby giant crab",
+ "archery_ticket_price": "0",
+ "id": "12748"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Giant crab",
+ "archery_ticket_price": "0",
+ "id": "12749"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Baby giant crab",
+ "archery_ticket_price": "0",
+ "id": "12750"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Giant crab",
+ "archery_ticket_price": "0",
+ "id": "12751"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Baby giant crab",
+ "archery_ticket_price": "0",
+ "id": "12752"
+ },
+ {
+ "requirements": "{23,40}",
+ "examine": "Baby: Little NipperAdult: Bigger Nipper.",
+ "durability": null,
+ "name": "Giant crab",
+ "archery_ticket_price": "0",
+ "id": "12753"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Baby squirrel",
+ "archery_ticket_price": "0",
+ "id": "12754"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Squirrel",
+ "archery_ticket_price": "0",
+ "id": "12755"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Baby squirrel",
+ "archery_ticket_price": "0",
+ "id": "12756"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Squirrel",
+ "archery_ticket_price": "0",
+ "id": "12757"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Baby squirrel",
+ "archery_ticket_price": "0",
+ "id": "12758"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Squirrel",
+ "archery_ticket_price": "0",
+ "id": "12759"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Baby squirrel",
+ "archery_ticket_price": "0",
+ "id": "12760"
+ },
+ {
+ "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.",
+ "durability": null,
+ "name": "Squirrel",
+ "archery_ticket_price": "0",
+ "id": "12761"
+ },
+ {
+ "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.",
+ "durability": null,
+ "name": "Baby penguin",
+ "archery_ticket_price": "0",
+ "id": "12763"
+ },
+ {
+ "examine": "(Baby) Can't fly and can barely walk, but adorable nonetheless. (adult) Emperor of all he surveys.",
+ "durability": null,
+ "name": "Baby penguin",
+ "archery_ticket_price": "0",
+ "id": "12765"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture chick",
+ "archery_ticket_price": "0",
+ "id": "12766"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture",
+ "archery_ticket_price": "0",
+ "id": "12767"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture chick",
+ "archery_ticket_price": "0",
+ "id": "12768"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture",
+ "archery_ticket_price": "0",
+ "id": "12769"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture chick",
+ "archery_ticket_price": "0",
+ "id": "12770"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture",
+ "archery_ticket_price": "0",
+ "id": "12771"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture chick",
+ "archery_ticket_price": "0",
+ "id": "12772"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture",
+ "archery_ticket_price": "0",
+ "id": "12773"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture chick",
+ "archery_ticket_price": "0",
+ "id": "12774"
+ },
+ {
+ "examine": "If you see them circling: run.",
+ "durability": null,
+ "name": "Vulture",
+ "archery_ticket_price": "0",
+ "id": "12775"
+ },
+ {
+ "requirements": "{23,85}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2613",
+ "examine": "I can summon a swamp titan familiar with this.",
+ "durability": null,
+ "name": "Swamp titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "1669",
+ "high_alchemy": "2504",
+ "archery_ticket_price": "0",
+ "id": "12776"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2613",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Swamp titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "1669",
+ "high_alchemy": "2504",
+ "archery_ticket_price": "0",
+ "id": "12777"
+ },
+ {
+ "requirements": "{17,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "130",
+ "examine": "I can summon a spirit mosquito familiar with this.",
+ "durability": null,
+ "name": "Spirit mosquito pouch",
+ "tradeable": "true",
+ "low_alchemy": "179",
+ "high_alchemy": "269",
+ "archery_ticket_price": "0",
+ "id": "12778"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "130",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit mosquito pouch",
+ "tradeable": "true",
+ "low_alchemy": "179",
+ "high_alchemy": "269",
+ "archery_ticket_price": "0",
+ "id": "12779"
+ },
+ {
+ "requirements": "{23,34}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "16100",
+ "examine": "I can summon a void spinner familiar with this.",
+ "durability": null,
+ "name": "Void spinner pouch",
+ "tradeable": "true",
+ "low_alchemy": "909",
+ "high_alchemy": "1364",
+ "archery_ticket_price": "0",
+ "id": "12780"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "16100",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Void spinner pouch",
+ "tradeable": "true",
+ "low_alchemy": "909",
+ "high_alchemy": "1364",
+ "archery_ticket_price": "0",
+ "id": "12781"
+ },
+ {
+ "requirements": "{23,76}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2458",
+ "examine": "I can summon a forge regent familiar with this.",
+ "durability": null,
+ "name": "Forge regent pouch",
+ "tradeable": "true",
+ "low_alchemy": "1579",
+ "high_alchemy": "2369",
+ "archery_ticket_price": "0",
+ "id": "12782"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2458",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Forge regent pouch",
+ "tradeable": "true",
+ "low_alchemy": "1579",
+ "high_alchemy": "2369",
+ "archery_ticket_price": "0",
+ "id": "12783"
+ },
+ {
+ "requirements": "{23,57}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "4097",
+ "examine": "I can summon a spirit larupia familiar with this.",
+ "durability": null,
+ "name": "Spirit larupia pouch",
+ "tradeable": "true",
+ "low_alchemy": "1719",
+ "high_alchemy": "2579",
+ "archery_ticket_price": "0",
+ "id": "12784"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "4097",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit larupia pouch",
+ "tradeable": "true",
+ "low_alchemy": "1719",
+ "high_alchemy": "2579",
+ "archery_ticket_price": "0",
+ "id": "12785"
+ },
+ {
+ "requirements": "{23,89}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3856",
+ "examine": "I can summon a geyser titan familiar with this.",
+ "durability": null,
+ "name": "Geyser titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2389",
+ "high_alchemy": "3584",
+ "archery_ticket_price": "0",
+ "id": "12786"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3856",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Geyser titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2389",
+ "high_alchemy": "3584",
+ "archery_ticket_price": "0",
+ "id": "12787"
+ },
+ {
+ "requirements": "{23,83}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3840",
+ "examine": "I can summon a lava titan familiar with this.",
+ "durability": null,
+ "name": "Lava titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2359",
+ "high_alchemy": "3539",
+ "archery_ticket_price": "0",
+ "id": "12788"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3840",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Lava titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2359",
+ "high_alchemy": "3539",
+ "archery_ticket_price": "0",
+ "id": "12789"
+ },
+ {
+ "requirements": "{23,99}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "5800",
+ "examine": "I can summon a steel titan familiar with this.",
+ "durability": null,
+ "name": "Steel titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "1949",
+ "high_alchemy": "2924",
+ "archery_ticket_price": "0",
+ "id": "12790"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "5800",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Steel titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "1949",
+ "high_alchemy": "2924",
+ "archery_ticket_price": "0",
+ "id": "12791"
+ },
+ {
+ "requirements": "{23,73}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3436",
+ "examine": "I can summon an obsidian golem familiar with this.",
+ "durability": null,
+ "name": "Obsidian golem pouch",
+ "tradeable": "true",
+ "low_alchemy": "2119",
+ "high_alchemy": "3179",
+ "archery_ticket_price": "0",
+ "id": "12792"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3436",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Obsidian golem pouch",
+ "tradeable": "true",
+ "low_alchemy": "2119",
+ "high_alchemy": "3179",
+ "archery_ticket_price": "0",
+ "id": "12793"
+ },
+ {
+ "requirements": "{23,77}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3017",
+ "examine": "I can summon a talon beast familiar with this.",
+ "durability": null,
+ "name": "Talon beast pouch",
+ "tradeable": "true",
+ "low_alchemy": "1909",
+ "high_alchemy": "2864",
+ "archery_ticket_price": "0",
+ "id": "12794"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3017",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Talon beast pouch",
+ "tradeable": "true",
+ "low_alchemy": "1909",
+ "high_alchemy": "2864",
+ "archery_ticket_price": "0",
+ "id": "12795"
+ },
+ {
+ "requirements": "{23,93}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2991",
+ "examine": "I can summon an abyssal titan familiar with this.",
+ "durability": null,
+ "name": "Abyssal titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "1299",
+ "high_alchemy": "1949",
+ "archery_ticket_price": "0",
+ "id": "12796"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "2991",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Abyssal titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "1299",
+ "high_alchemy": "1949",
+ "archery_ticket_price": "0",
+ "id": "12797"
+ },
+ {
+ "requirements": "{23,34}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "18300",
+ "examine": "I can summon a void torcher familiar with this.",
+ "durability": null,
+ "name": "Void torcher pouch",
+ "tradeable": "true",
+ "low_alchemy": "909",
+ "high_alchemy": "1364",
+ "archery_ticket_price": "0",
+ "id": "12798"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "18300",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Void torcher pouch",
+ "tradeable": "true",
+ "low_alchemy": "909",
+ "high_alchemy": "1364",
+ "archery_ticket_price": "0",
+ "id": "12799"
+ },
+ {
+ "requirements": "{23,29}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1513",
+ "examine": "I can summon a giant chinchompa familiar with this.",
+ "durability": null,
+ "name": "Giant chinchompa pouch",
+ "tradeable": "true",
+ "low_alchemy": "1009",
+ "high_alchemy": "1514",
+ "archery_ticket_price": "0",
+ "id": "12800"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1513",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Giant chinchompa pouch",
+ "tradeable": "true",
+ "low_alchemy": "1009",
+ "high_alchemy": "1514",
+ "archery_ticket_price": "0",
+ "id": "12801"
+ },
+ {
+ "requirements": "{23,79}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3567",
+ "examine": "I can summon a fire titan familiar with this.",
+ "durability": null,
+ "name": "Fire titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2149",
+ "high_alchemy": "3224",
+ "archery_ticket_price": "0",
+ "id": "12802"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3567",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Fire titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2149",
+ "high_alchemy": "3224",
+ "archery_ticket_price": "0",
+ "id": "12803"
+ },
+ {
+ "requirements": "{23,79}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3548",
+ "examine": "I can summon a moss titan familiar with this.",
+ "durability": null,
+ "name": "Moss titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2189",
+ "high_alchemy": "3284",
+ "archery_ticket_price": "0",
+ "id": "12804"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3548",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Moss titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2189",
+ "high_alchemy": "3284",
+ "archery_ticket_price": "0",
+ "id": "12805"
+ },
+ {
+ "requirements": "{23,79}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "7184",
+ "examine": "I can summon an ice titan familiar with this.",
+ "durability": null,
+ "name": "Ice titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2149",
+ "high_alchemy": "3224",
+ "archery_ticket_price": "0",
+ "id": "12806"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "7184",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ice titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2149",
+ "high_alchemy": "3224",
+ "archery_ticket_price": "0",
+ "id": "12807"
+ },
+ {
+ "requirements": "{22,23}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1116",
+ "examine": "I can summon a spirit Tz-Kih familiar with this.",
+ "durability": null,
+ "name": "Spirit tz-kih pouch",
+ "tradeable": "true",
+ "low_alchemy": "809",
+ "high_alchemy": "1214",
+ "archery_ticket_price": "0",
+ "id": "12808"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1116",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit tz-kih pouch",
+ "tradeable": "true",
+ "low_alchemy": "809",
+ "high_alchemy": "1214",
+ "archery_ticket_price": "0",
+ "id": "12809"
+ },
+ {
+ "requirements": "{23,57}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "7919",
+ "examine": "I can summon a spirit graahk familiar with this.",
+ "durability": null,
+ "name": "Spirit graahk pouch",
+ "tradeable": "true",
+ "low_alchemy": "1709",
+ "high_alchemy": "2564",
+ "archery_ticket_price": "0",
+ "id": "12810"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "7919",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit graahk pouch",
+ "tradeable": "true",
+ "low_alchemy": "1709",
+ "high_alchemy": "2564",
+ "archery_ticket_price": "0",
+ "id": "12811"
+ },
+ {
+ "requirements": "{23,57}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "13300",
+ "examine": "I can summon a spirit kyatt familiar with this.",
+ "durability": null,
+ "name": "Spirit kyatt pouch",
+ "tradeable": "true",
+ "low_alchemy": "1699",
+ "high_alchemy": "2549",
+ "archery_ticket_price": "0",
+ "id": "12812"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "13300",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Spirit kyatt pouch",
+ "tradeable": "true",
+ "low_alchemy": "1699",
+ "high_alchemy": "2549",
+ "archery_ticket_price": "0",
+ "id": "12813"
+ },
+ {
+ "requirements": "{23,34}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "18600",
+ "examine": "I can summon a void shifter familiar with this.",
+ "durability": null,
+ "name": "Void shifter pouch",
+ "tradeable": "true",
+ "low_alchemy": "909",
+ "high_alchemy": "1364",
+ "archery_ticket_price": "0",
+ "id": "12814"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "18600",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Void shifter pouch",
+ "tradeable": "true",
+ "low_alchemy": "909",
+ "high_alchemy": "1364",
+ "archery_ticket_price": "0",
+ "id": "12815"
+ },
+ {
+ "requirements": "{23,46}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1951",
+ "examine": "I can summon a pyrelord familiar with this.",
+ "durability": null,
+ "name": "Pyrelord pouch",
+ "tradeable": "true",
+ "low_alchemy": "1279",
+ "high_alchemy": "1919",
+ "archery_ticket_price": "0",
+ "id": "12816"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1951",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Pyrelord pouch",
+ "tradeable": "true",
+ "low_alchemy": "1279",
+ "high_alchemy": "1919",
+ "archery_ticket_price": "0",
+ "id": "12817"
+ },
+ {
+ "requirements": "{23,34}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "10700",
+ "examine": "I can summon a void ravager familiar with this.",
+ "durability": null,
+ "name": "Void ravager pouch",
+ "tradeable": "true",
+ "low_alchemy": "909",
+ "high_alchemy": "1364",
+ "archery_ticket_price": "0",
+ "id": "12818"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "10700",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Void ravager pouch",
+ "tradeable": "true",
+ "low_alchemy": "909",
+ "high_alchemy": "1364",
+ "archery_ticket_price": "0",
+ "id": "12819"
+ },
+ {
+ "requirements": "{23,70}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1382",
+ "examine": "I can summon a ravenous locust familiar with this.",
+ "durability": null,
+ "name": "Ravenous locust pouch",
+ "tradeable": "true",
+ "low_alchemy": "959",
+ "high_alchemy": "1439",
+ "archery_ticket_price": "0",
+ "id": "12820"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1382",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Ravenous locust pouch",
+ "tradeable": "true",
+ "low_alchemy": "959",
+ "high_alchemy": "1439",
+ "archery_ticket_price": "0",
+ "id": "12821"
+ },
+ {
+ "requirements": "{23,95}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3470",
+ "examine": "I can summon an iron titan familiar with this.",
+ "durability": null,
+ "name": "Iron titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2149",
+ "high_alchemy": "3224",
+ "archery_ticket_price": "0",
+ "id": "12822"
+ },
+ {
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "3470",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Iron titan pouch",
+ "tradeable": "true",
+ "low_alchemy": "2149",
+ "high_alchemy": "3224",
+ "archery_ticket_price": "0",
+ "id": "12823"
+ },
+ {
+ "requirements": "{23,79}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "380",
+ "examine": "A scroll for an elemental titan familiar.",
+ "durability": null,
+ "name": "Titan's con. scroll",
+ "low_alchemy": "214",
+ "tradeable": "true",
+ "high_alchemy": "322",
+ "archery_ticket_price": "0",
+ "id": "12824"
+ },
+ {
+ "requirements": "{23,99}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "646",
+ "examine": "A scroll for a steel titan familiar.",
+ "durability": null,
+ "name": "Steel of legends scroll",
+ "low_alchemy": "194",
+ "tradeable": "true",
+ "high_alchemy": "292",
+ "archery_ticket_price": "0",
+ "id": "12825"
+ },
+ {
+ "requirements": "{23,73}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "271",
+ "examine": "A scroll for an obsidian golem familiar.",
+ "durability": null,
+ "name": "Volcanic str. scroll",
+ "low_alchemy": "211",
+ "tradeable": "true",
+ "high_alchemy": "317",
+ "archery_ticket_price": "0",
+ "id": "12826"
+ },
+ {
+ "requirements": "{23,93}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "310",
+ "examine": "A scroll for an abyssal titan familiar.",
+ "durability": null,
+ "name": "Essence shipment scroll",
+ "low_alchemy": "129",
+ "tradeable": "true",
+ "high_alchemy": "194",
+ "archery_ticket_price": "0",
+ "id": "12827"
+ },
+ {
+ "requirements": "{23,95}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "389",
+ "examine": "A scroll for an iron titan familiar.",
+ "durability": null,
+ "name": "Iron within scroll",
+ "low_alchemy": "214",
+ "tradeable": "true",
+ "high_alchemy": "322",
+ "archery_ticket_price": "0",
+ "id": "12828"
+ },
+ {
+ "requirements": "{23,46}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "146",
+ "examine": "A scroll for a pyrelord familiar.",
+ "durability": null,
+ "name": "Immense heat scroll",
+ "low_alchemy": "127",
+ "tradeable": "true",
+ "high_alchemy": "191",
+ "archery_ticket_price": "0",
+ "id": "12829"
+ },
+ {
+ "requirements": "{23,70}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "149",
+ "examine": "A scroll for a ravenous locust familiar.",
+ "durability": null,
+ "name": "Famine scroll",
+ "low_alchemy": "95",
+ "tradeable": "true",
+ "high_alchemy": "143",
+ "archery_ticket_price": "0",
+ "id": "12830"
+ },
+ {
+ "requirements": "{23,77}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "245",
+ "examine": "A scroll for a talon beast familiar.",
+ "durability": null,
+ "name": "Deadly claw scroll",
+ "low_alchemy": "190",
+ "tradeable": "true",
+ "high_alchemy": "286",
+ "archery_ticket_price": "0",
+ "id": "12831"
+ },
+ {
+ "requirements": "{23,85}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "192",
+ "examine": "A scroll for a swamp titan familiar.",
+ "durability": null,
+ "name": "Swamp plague scroll",
+ "low_alchemy": "166",
+ "tradeable": "true",
+ "high_alchemy": "250",
+ "archery_ticket_price": "0",
+ "id": "12832"
+ },
+ {
+ "requirements": "{23,89}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "294",
+ "examine": "A scroll for a geyser titan familiar.",
+ "durability": null,
+ "name": "Boil scroll",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12833"
+ },
+ {
+ "requirements": "{23,29}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "103",
+ "examine": "A scroll for a giant chinchompa familiar.",
+ "durability": null,
+ "name": "Explode scroll",
+ "low_alchemy": "238",
+ "tradeable": "true",
+ "high_alchemy": "358",
+ "archery_ticket_price": "0",
+ "id": "12834"
+ },
+ {
+ "requirements": "{23,57}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "250",
+ "examine": "A scroll for a spirit graahk familiar.",
+ "durability": null,
+ "name": "Goad scroll",
+ "low_alchemy": "170",
+ "tradeable": "true",
+ "high_alchemy": "256",
+ "archery_ticket_price": "0",
+ "id": "12835"
+ },
+ {
+ "requirements": "{23,57}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1428",
+ "examine": "A scroll for a spirit kyatt familiar.",
+ "durability": null,
+ "name": "Ambush scroll",
+ "low_alchemy": "169",
+ "tradeable": "true",
+ "high_alchemy": "254",
+ "archery_ticket_price": "0",
+ "id": "12836"
+ },
+ {
+ "requirements": "{23,83}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "300",
+ "examine": "A scroll for a lava titan familiar.",
+ "durability": null,
+ "name": "Ebon thunder scroll",
+ "low_alchemy": "211",
+ "tradeable": "true",
+ "high_alchemy": "317",
+ "archery_ticket_price": "0",
+ "id": "12837"
+ },
+ {
+ "requirements": "{23,17}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "1",
+ "examine": "A scroll for a spirit mosquito familiar.",
+ "durability": null,
+ "name": "Pester scroll",
+ "low_alchemy": "17",
+ "tradeable": "true",
+ "high_alchemy": "26",
+ "archery_ticket_price": "0",
+ "id": "12838"
+ },
+ {
+ "requirements": "{23,22}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "78",
+ "examine": "A scroll for a spirit Tz-Kih familiar.",
+ "durability": null,
+ "name": "Fireball assault scroll",
+ "low_alchemy": "80",
+ "tradeable": "true",
+ "high_alchemy": "121",
+ "archery_ticket_price": "0",
+ "id": "12839"
+ },
+ {
+ "requirements": "{23,57}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "196",
+ "examine": "A scroll for a spirit larupia familiar.",
+ "durability": null,
+ "name": "Rending scroll",
+ "low_alchemy": "171",
+ "tradeable": "true",
+ "high_alchemy": "257",
+ "archery_ticket_price": "0",
+ "id": "12840"
+ },
+ {
+ "requirements": "{23,76}",
+ "ge_buy_limit": "5000",
+ "grand_exchange_price": "173",
+ "examine": "A scroll for a forge regent familiar.",
+ "durability": null,
+ "name": "Inferno scroll",
+ "low_alchemy": "157",
+ "tradeable": "true",
+ "high_alchemy": "236",
+ "archery_ticket_price": "0",
+ "id": "12841"
+ },
+ {
+ "turn90cw_anim": "8963",
+ "stand_anim": "8964",
+ "walk_anim": "8961",
+ "durability": null,
+ "name": "Gnomecopter",
+ "run_anim": "8963",
+ "archery_ticket_price": "0",
+ "turn90ccw_anim": "8963",
+ "id": "12842",
+ "stand_turn_anim": "8963",
+ "turn180_anim": "8963",
+ "equipment_slot": "1"
+ },
+ {
+ "destroy_message": "This is for use with the gnomecopters, north of Lumbridge. Sasquine Huburns will give you another one.",
+ "examine": "It tells gnomecopters where you wish to go.",
+ "durability": null,
+ "name": "Gnomecopter ticket",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12843"
+ },
+ {
+ "shop_price": "100",
+ "turn90cw_anim": "8983",
+ "examine": "A kite with a dragon on it.",
+ "walk_anim": "8982",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "turn90ccw_anim": "8984",
+ "attack_speed": "4",
+ "turn180_anim": "8985",
+ "render_anim": "593",
+ "equipment_slot": "3",
+ "stand_anim": "8981",
+ "name": "Toy kite",
+ "run_anim": "8986",
+ "archery_ticket_price": "0",
+ "id": "12844",
+ "stand_turn_anim": "8987"
+ },
+ {
+ "turn90cw_anim": "9002",
+ "examine": "A stone used to gather energy.",
+ "walk_anim": "8997",
+ "durability": null,
+ "destroy": "true",
+ "weight": "30",
+ "turn90ccw_anim": "9003",
+ "turn180_anim": "9001",
+ "render_anim": "370",
+ "equipment_slot": "3",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "stand_anim": "8998",
+ "name": "Stone of power",
+ "tradeable": "false",
+ "run_anim": "9004",
+ "archery_ticket_price": "0",
+ "id": "12845",
+ "stand_turn_anim": "9000"
+ },
+ {
+ "turn90cw_anim": "9002",
+ "examine": "A stone used to gather energy.",
+ "walk_anim": "8997",
+ "durability": null,
+ "destroy": "true",
+ "weight": "30",
+ "turn90ccw_anim": "9003",
+ "turn180_anim": "9001",
+ "render_anim": "370",
+ "equipment_slot": "3",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "stand_anim": "8998",
+ "name": "Stone of power",
+ "tradeable": "false",
+ "run_anim": "9004",
+ "archery_ticket_price": "0",
+ "id": "12846",
+ "stand_turn_anim": "9000"
+ },
+ {
+ "turn90cw_anim": "9002",
+ "examine": "A stone used to gather energy.",
+ "walk_anim": "8997",
+ "durability": null,
+ "destroy": "true",
+ "weight": "30",
+ "turn90ccw_anim": "9003",
+ "turn180_anim": "9001",
+ "render_anim": "370",
+ "equipment_slot": "3",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "stand_anim": "8998",
+ "name": "Stone of power",
+ "tradeable": "false",
+ "run_anim": "9004",
+ "archery_ticket_price": "0",
+ "id": "12847",
+ "stand_turn_anim": "9000"
+ },
+ {
+ "turn90cw_anim": "9002",
+ "examine": "A stone used to gather energy.",
+ "walk_anim": "8997",
+ "durability": null,
+ "destroy": "true",
+ "weight": "30",
+ "turn90ccw_anim": "9003",
+ "turn180_anim": "9001",
+ "render_anim": "370",
+ "equipment_slot": "3",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "stand_anim": "8998",
+ "name": "Stone of power",
+ "tradeable": "false",
+ "run_anim": "9004",
+ "archery_ticket_price": "0",
+ "id": "12848",
+ "stand_turn_anim": "9000"
+ },
+ {
+ "turn90cw_anim": "9002",
+ "examine": "A stone used to gather energy.",
+ "walk_anim": "8997",
+ "durability": null,
+ "destroy": "true",
+ "weight": "30",
+ "turn90ccw_anim": "9003",
+ "turn180_anim": "9001",
+ "render_anim": "370",
+ "equipment_slot": "3",
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "stand_anim": "8998",
+ "name": "Stone of power",
+ "tradeable": "false",
+ "run_anim": "9004",
+ "archery_ticket_price": "0",
+ "id": "12849",
+ "stand_turn_anim": "9000"
+ },
+ {
+ "examine": "A generic elemental rune",
+ "durability": null,
+ "name": "Elemental rune",
+ "archery_ticket_price": "0",
+ "id": "12850"
+ },
+ {
+ "examine": "A generic non-elemental rune",
+ "durability": null,
+ "name": "Catalytic rune",
+ "archery_ticket_price": "0",
+ "id": "12851"
+ },
+ {
+ "examine": "A token awarded for taking part in the Fist of Guthix minigame.",
+ "durability": null,
+ "name": "Fist of guthix token",
+ "archery_ticket_price": "0",
+ "id": "12852"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "A box of bandages for healing.",
+ "durability": null,
+ "name": "Bandages",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12853"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "examine": "Teleports you to the centre of the arena.",
+ "durability": null,
+ "name": "Tele-orb",
+ "archery_ticket_price": "0",
+ "id": "12855"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "75",
+ "examine": "A pair of mystical gloves.",
+ "durability": null,
+ "name": "Irit gloves",
+ "archery_ticket_price": "0",
+ "id": "12856",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "100",
+ "examine": "A pair of mystical gloves.",
+ "durability": null,
+ "name": "Avantoe gloves",
+ "archery_ticket_price": "0",
+ "id": "12857",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "200",
+ "examine": "A pair of mystical gloves.",
+ "durability": null,
+ "name": "Kwuarm gloves",
+ "archery_ticket_price": "0",
+ "id": "12858",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "200",
+ "examine": "A pair of mystical gloves.",
+ "durability": null,
+ "name": "Cadantine gloves",
+ "archery_ticket_price": "0",
+ "id": "12859",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "200",
+ "examine": "A pair of mystical gloves.",
+ "durability": null,
+ "name": "Swordfish gloves",
+ "weight": "0.2",
+ "archery_ticket_price": "0",
+ "id": "12860",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "200",
+ "examine": "A pair of mystical gloves",
+ "durability": null,
+ "name": "Shark gloves",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "12861",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "200",
+ "examine": "A pair of mystical gloves.",
+ "durability": null,
+ "name": "Dragon slayer gloves",
+ "archery_ticket_price": "0",
+ "id": "12862",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.",
+ "shop_price": "75",
+ "examine": "A pair of mystical gloves.",
+ "durability": null,
+ "name": "Air runecrafting gloves",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12863",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.",
+ "shop_price": "75",
+ "examine": "A pair of mystical gloves.",
+ "durability": null,
+ "name": "Water runecrafting gloves",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12864",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix minigame.",
+ "shop_price": "75",
+ "examine": "A pair of mystical gloves.",
+ "durability": null,
+ "name": "Earth runecrafting gloves",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "12865",
+ "equipment_slot": "9"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,60}-{6,50}",
+ "shop_price": "250",
+ "examine": "Its arcane power is waning.",
+ "durability": null,
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "absorb": "4,3,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "70529",
+ "name": "Battle hood 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12866",
+ "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,60}-{6,50}",
+ "shop_price": "250",
+ "examine": "Its arcane power is waning.",
+ "durability": null,
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "absorb": "4,3,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "70529",
+ "name": "Battle hood 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12867",
+ "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,60}-{6,50}",
+ "shop_price": "250",
+ "examine": "Its arcane power is waning.",
+ "durability": null,
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "absorb": "4,3,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "70529",
+ "name": "Battle hood 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12868",
+ "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,60}-{6,50}",
+ "shop_price": "250",
+ "examine": "Its arcane power is waning.",
+ "durability": null,
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "absorb": "4,3,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "70529",
+ "name": "Battle hood 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12869",
+ "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,60}-{6,50}",
+ "shop_price": "250",
+ "examine": "Its arcane power is waning.",
+ "durability": null,
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "absorb": "4,3,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "70529",
+ "name": "Battle hood 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12870",
+ "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,60}-{6,50}",
+ "shop_price": "250",
+ "ge_buy_limit": "10",
+ "examine": "Its arcane power is waning.",
+ "durability": null,
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "absorb": "4,3,0",
+ "equipment_slot": "0",
+ "grand_exchange_price": "78900",
+ "name": "Battle hood 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12871",
+ "bonuses": "0,0,0,2,0,3,2,3,2,0,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "78900",
+ "durability": null,
+ "name": "Battle hood 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12872"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1500",
+ "examine": "A robe top infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "537714",
+ "name": "Battle robe top 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12873",
+ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1500",
+ "examine": "A robe top infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "537714",
+ "name": "Battle robe top 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12874",
+ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1500",
+ "examine": "A robe top infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "537714",
+ "name": "Battle robe top 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12875",
+ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1500",
+ "examine": "A robe top infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "537714",
+ "name": "Battle robe top 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12876",
+ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1500",
+ "examine": "A robe top infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "537714",
+ "name": "Battle robe top 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12877",
+ "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1500",
+ "ge_buy_limit": "10",
+ "examine": "Its arcane power is waning.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "431400",
+ "name": "Battle robe top 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12878",
+ "bonuses": "0,0,0,7,0,4,4,5,7,0,8,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "431400",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Battle robe top 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12879"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1000",
+ "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "3",
+ "absorb": "5,2,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "364878",
+ "name": "Battle robe bottom 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12880",
+ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1000",
+ "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "3",
+ "absorb": "5,2,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "364878",
+ "name": "Battle robe bottom 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12881",
+ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1000",
+ "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "3",
+ "absorb": "5,2,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "364878",
+ "name": "Battle robe bottom 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12882",
+ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1000",
+ "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "3",
+ "absorb": "5,2,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "364878",
+ "name": "Battle robe bottom 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12883",
+ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1000",
+ "examine": "A robe bottom infused with arcane power, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "3",
+ "absorb": "5,2,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "364878",
+ "name": "Battle robe bottom 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12884",
+ "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0"
+ },
+ {
+ "requirements": "{1,50}-{6,60}",
+ "shop_price": "1000",
+ "ge_buy_limit": "10",
+ "examine": "Its arcane power is waning.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "weight": "3",
+ "absorb": "5,2,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "538000",
+ "name": "Battle robe bottom 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12885",
+ "bonuses": "0,0,0,6,0,4,3,4,6,0,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "538000",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Battle robe bottom 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12886"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "7",
+ "equipment_slot": "0",
+ "grand_exchange_price": "6915",
+ "name": "Druidic mage hood 100",
+ "archery_ticket_price": "0",
+ "id": "12887",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "7",
+ "equipment_slot": "0",
+ "grand_exchange_price": "6915",
+ "name": "Druidic mage hood 80",
+ "archery_ticket_price": "0",
+ "id": "12888",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "7",
+ "equipment_slot": "0",
+ "grand_exchange_price": "6915",
+ "name": "Druidic mage hood 60",
+ "archery_ticket_price": "0",
+ "id": "12889",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "7",
+ "equipment_slot": "0",
+ "grand_exchange_price": "6915",
+ "name": "Druidic mage hood 40",
+ "archery_ticket_price": "0",
+ "id": "12890",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "7",
+ "equipment_slot": "0",
+ "grand_exchange_price": "6915",
+ "name": "Druidic mage hood 20",
+ "archery_ticket_price": "0",
+ "id": "12891",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "ge_buy_limit": "10",
+ "examine": "A worn-out hood, formerly worn by the followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "7",
+ "equipment_slot": "0",
+ "grand_exchange_price": "8504",
+ "name": "Druidic mage hood 0",
+ "archery_ticket_price": "0",
+ "id": "12892",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,1,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "8504",
+ "durability": null,
+ "name": "Druidic mage hood 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12893"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "300",
+ "examine": "A magical robe top worn by followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "80273",
+ "name": "Druidic mage top 100",
+ "archery_ticket_price": "0",
+ "id": "12894",
+ "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "300",
+ "examine": "A magical robe top worn by followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "80273",
+ "name": "Druidic mage top 80",
+ "archery_ticket_price": "0",
+ "id": "12895",
+ "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "300",
+ "examine": "A magical robe top worn by followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "80273",
+ "name": "Druidic mage top 60",
+ "archery_ticket_price": "0",
+ "id": "12896",
+ "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "300",
+ "examine": "A magical robe top worn by followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "80273",
+ "name": "Druidic mage top 40",
+ "archery_ticket_price": "0",
+ "id": "12897",
+ "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "300",
+ "examine": "A magical robe top worn by followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "80273",
+ "name": "Druidic mage top 20",
+ "archery_ticket_price": "0",
+ "id": "12898",
+ "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "300",
+ "ge_buy_limit": "10",
+ "examine": "A magical robe top worn by followers of Guthix.",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "76300",
+ "name": "Druidic mage top 0",
+ "archery_ticket_price": "0",
+ "id": "12899",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "76300",
+ "durability": null,
+ "name": "Druidic mage top 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12900"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "200",
+ "examine": "A magical robe bottom worn by a person who follows Guthix.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "54532",
+ "name": "Druidic mage bottom 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12901",
+ "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "200",
+ "examine": "A magical robe bottom worn by a person who follows Guthix.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "54532",
+ "name": "Druidic mage bottom 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12902",
+ "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "200",
+ "examine": "A magical robe bottom worn by a person who follows Guthix.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "54532",
+ "name": "Druidic mage bottom 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12903",
+ "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "200",
+ "examine": "A magical robe bottom worn by a person who follows Guthix.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "54532",
+ "name": "Druidic mage bottom 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12904",
+ "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "200",
+ "examine": "A magical robe bottom worn by a person who follows Guthix.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "54532",
+ "name": "Druidic mage bottom 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12905",
+ "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "200",
+ "ge_buy_limit": "10",
+ "examine": "A magical robe bottom worn by a person who follows Guthix.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "60800",
+ "name": "Druidic mage bottom 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12906",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,2,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "60800",
+ "durability": null,
+ "name": "Druidic mage bottom 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12907"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "50",
+ "examine": "A spiked square shield.",
+ "durability": null,
+ "low_alchemy": "1620",
+ "high_alchemy": "2430",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2271",
+ "name": "Adamant spikeshield 100",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12908",
+ "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "50",
+ "examine": "A spiked square shield.",
+ "durability": null,
+ "low_alchemy": "1620",
+ "high_alchemy": "2430",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2271",
+ "name": "Adamant spikeshield 80",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12909",
+ "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "50",
+ "examine": "A spiked square shield.",
+ "durability": null,
+ "low_alchemy": "1620",
+ "high_alchemy": "2430",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2271",
+ "name": "Adamant spikeshield 60",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12910",
+ "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "50",
+ "examine": "A spiked square shield.",
+ "durability": null,
+ "low_alchemy": "1620",
+ "high_alchemy": "2430",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2271",
+ "name": "Adamant spikeshield 40",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12911",
+ "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "50",
+ "examine": "A spiked square shield.",
+ "durability": null,
+ "low_alchemy": "1620",
+ "high_alchemy": "2430",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2271",
+ "name": "Adamant spikeshield 20",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12912",
+ "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "Not so spiky anymore.",
+ "durability": null,
+ "low_alchemy": "1620",
+ "high_alchemy": "2430",
+ "weight": "5",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "2718",
+ "name": "Adamant spikeshield 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12913",
+ "bonuses": "0,0,0,-6,-2,11,12,10,0,11,4,1,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "Not so spiky anymore!",
+ "grand_exchange_price": "2718",
+ "durability": null,
+ "name": "Adamant spikeshield 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12914"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "100",
+ "examine": "A large, spiked metal shield",
+ "durability": null,
+ "low_alchemy": "2456",
+ "high_alchemy": "3684",
+ "weight": "7",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "19190",
+ "name": "Adamant berserker shield 100",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12915",
+ "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "100",
+ "examine": "A large, spiked metal shield",
+ "durability": null,
+ "low_alchemy": "2456",
+ "high_alchemy": "3684",
+ "weight": "7",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "19190",
+ "name": "Adamant berserker shield 80",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12916",
+ "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "100",
+ "examine": "A large, spiked metal shield",
+ "durability": null,
+ "low_alchemy": "2456",
+ "high_alchemy": "3684",
+ "weight": "7",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "19190",
+ "name": "Adamant berserker shield 60",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12917",
+ "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "100",
+ "examine": "A large, spiked metal shield",
+ "durability": null,
+ "low_alchemy": "2456",
+ "high_alchemy": "3684",
+ "weight": "7",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "19190",
+ "name": "Adamant berserker shield 40",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12918",
+ "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "100",
+ "examine": "A large, spiked metal shield",
+ "durability": null,
+ "low_alchemy": "2456",
+ "high_alchemy": "3684",
+ "weight": "7",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "19190",
+ "name": "Adamant berserker shield 20",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12919",
+ "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0"
+ },
+ {
+ "requirements": "{1,35}",
+ "shop_price": "100",
+ "ge_buy_limit": "10",
+ "examine": "Not so spiky anymore!",
+ "durability": null,
+ "low_alchemy": "2456",
+ "high_alchemy": "3684",
+ "weight": "7",
+ "absorb": "3,0,6",
+ "equipment_slot": "5",
+ "grand_exchange_price": "23700",
+ "name": "Adamant berserker shield 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12920",
+ "bonuses": "0,0,0,-8,-2,12,14,13,-1,8,4,1,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Not so spiky anymore!",
+ "grand_exchange_price": "23700",
+ "durability": null,
+ "name": "Adamant berserker shield 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12921"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "200",
+ "examine": "A spiked, medium square shield.",
+ "durability": null,
+ "low_alchemy": "2576",
+ "high_alchemy": "3864",
+ "weight": "4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "57548",
+ "name": "Rune spikeshield 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12922",
+ "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0",
+ "point_price": "35"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "200",
+ "examine": "A spiked, medium square shield.",
+ "durability": null,
+ "low_alchemy": "2576",
+ "high_alchemy": "3864",
+ "weight": "4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "57548",
+ "name": "Rune spikeshield 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12923",
+ "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "200",
+ "examine": "A spiked, medium square shield.",
+ "durability": null,
+ "low_alchemy": "2576",
+ "high_alchemy": "3864",
+ "weight": "4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "57548",
+ "name": "Rune spikeshield 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12924",
+ "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "200",
+ "examine": "A spiked, medium square shield.",
+ "durability": null,
+ "low_alchemy": "2576",
+ "high_alchemy": "3864",
+ "weight": "4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "57548",
+ "name": "Rune spikeshield 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12925",
+ "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "200",
+ "examine": "A spiked, medium square shield.",
+ "durability": null,
+ "low_alchemy": "2576",
+ "high_alchemy": "3864",
+ "weight": "4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "57548",
+ "name": "Rune spikeshield 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12926",
+ "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "200",
+ "ge_buy_limit": "10",
+ "examine": "Not so spiky anymore.",
+ "durability": null,
+ "low_alchemy": "2576",
+ "high_alchemy": "3864",
+ "weight": "4",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "50500",
+ "name": "Rune spikeshield 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12927",
+ "bonuses": "0,0,0,-6,-2,14,15,13,0,14,8,2,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Not so spiky anymore.",
+ "grand_exchange_price": "50500",
+ "durability": null,
+ "name": "Rune spikeshield 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12928"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "300",
+ "examine": "A Large, spiked metal shield.",
+ "durability": null,
+ "low_alchemy": "25760",
+ "high_alchemy": "38640",
+ "weight": "6",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "82000",
+ "name": "Rune berserker shield 100",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12929",
+ "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0",
+ "point_price": "35"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "300",
+ "examine": "A Large, spiked metal shield.",
+ "durability": null,
+ "low_alchemy": "25760",
+ "high_alchemy": "38640",
+ "weight": "6",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "82000",
+ "name": "Rune berserker shield 80",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12930",
+ "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "300",
+ "examine": "A Large, spiked metal shield.",
+ "durability": null,
+ "low_alchemy": "25760",
+ "high_alchemy": "38640",
+ "weight": "6",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "82000",
+ "name": "Rune berserker shield 60",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12931",
+ "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "300",
+ "examine": "A Large, spiked metal shield.",
+ "durability": null,
+ "low_alchemy": "25760",
+ "high_alchemy": "38640",
+ "weight": "6",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "82000",
+ "name": "Rune berserker shield 40",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12932",
+ "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "300",
+ "examine": "A Large, spiked metal shield.",
+ "durability": null,
+ "low_alchemy": "25760",
+ "high_alchemy": "38640",
+ "weight": "6",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "82000",
+ "name": "Rune berserker shield 20",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12933",
+ "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0"
+ },
+ {
+ "requirements": "{1,45}",
+ "shop_price": "300",
+ "ge_buy_limit": "10",
+ "examine": "Not so spiky anymore.",
+ "durability": null,
+ "low_alchemy": "25760",
+ "high_alchemy": "38640",
+ "weight": "6",
+ "absorb": "3,0,7",
+ "equipment_slot": "5",
+ "grand_exchange_price": "135300",
+ "name": "Rune berserker shield 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12934",
+ "bonuses": "0,0,0,-8,-2,16,18,17,-1,17,9,2,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "examine": "Not so spiky anymore.",
+ "grand_exchange_price": "135300",
+ "durability": null,
+ "name": "Rune berserker shield 0",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "12935"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,40}",
+ "shop_price": "150",
+ "examine": "A coif made of green dragonhide.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.9",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "88084",
+ "name": "Green d'hide coif 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12936",
+ "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,40}",
+ "shop_price": "150",
+ "examine": "A coif made of green dragonhide.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.9",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "88084",
+ "name": "Green d'hide coif 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12937",
+ "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,40}",
+ "shop_price": "150",
+ "examine": "A coif made of green dragonhide.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.9",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "88084",
+ "name": "Green d'hide coif 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12938",
+ "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,40}",
+ "shop_price": "150",
+ "examine": "A coif made of green dragonhide.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.9",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "88084",
+ "name": "Green d'hide coif 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12939",
+ "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,40}",
+ "shop_price": "150",
+ "examine": "A coif made of green dragonhide.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.9",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "88084",
+ "name": "Green d'hide coif 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12940",
+ "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,40}",
+ "shop_price": "150",
+ "ge_buy_limit": "100",
+ "examine": "A worn out coif made of green dragonhide.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.9",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "92700",
+ "name": "Green d'hide coif 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12941",
+ "bonuses": "0,0,0,-1,1,1,2,2,1,2,1,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A worn out coif made of green dragonhide.",
+ "grand_exchange_price": "92700",
+ "durability": null,
+ "name": "Green d'hide coif 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12942"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,50}",
+ "shop_price": "200",
+ "examine": "A coif made of blue dragonhide.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "186985",
+ "name": "Blue d'hide coif 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12943",
+ "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,50}",
+ "shop_price": "200",
+ "examine": "A coif made of blue dragonhide.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "186985",
+ "name": "Blue d'hide coif 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12944",
+ "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,50}",
+ "shop_price": "200",
+ "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "186985",
+ "name": "Blue d'hide coif 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12945",
+ "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,50}",
+ "shop_price": "200",
+ "examine": "A coif made of blue dragonhide.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "186985",
+ "name": "Blue d'hide coif 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12946",
+ "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,50}",
+ "shop_price": "200",
+ "examine": "A coif made of blue dragonhide.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "186985",
+ "name": "Blue d'hide coif 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12947",
+ "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,50}",
+ "shop_price": "200",
+ "ge_buy_limit": "100",
+ "examine": "A worn out coif made of blue dragonhide.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "131900",
+ "name": "Blue d'hide coif 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12948",
+ "bonuses": "0,0,0,-1,1,1,2,2,1,2,2,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A worn out coif made of blue dragonhide.",
+ "grand_exchange_price": "131900",
+ "durability": null,
+ "name": "Blue d'hide coif 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12949"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,60}",
+ "shop_price": "300",
+ "examine": "A coif made of red dragonhide.",
+ "durability": null,
+ "low_alchemy": "1400",
+ "high_alchemy": "2100",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "230059",
+ "name": "Red d'hide coif 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12950",
+ "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,60}",
+ "shop_price": "300",
+ "examine": "A coif made of red dragonhide.",
+ "durability": null,
+ "low_alchemy": "1400",
+ "high_alchemy": "2100",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "230059",
+ "name": "Red d'hide coif 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12951",
+ "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,60}",
+ "shop_price": "300",
+ "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.",
+ "durability": null,
+ "low_alchemy": "1400",
+ "high_alchemy": "2100",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "230059",
+ "name": "Red d'hide coif 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12952",
+ "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,60}",
+ "shop_price": "300",
+ "examine": "A coif made of red dragonhide.",
+ "durability": null,
+ "low_alchemy": "1400",
+ "high_alchemy": "2100",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "230059",
+ "name": "Red d'hide coif 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12953",
+ "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,60}",
+ "shop_price": "300",
+ "examine": "A coif made of red dragonhide.",
+ "durability": null,
+ "low_alchemy": "1400",
+ "high_alchemy": "2100",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "230059",
+ "name": "Red d'hide coif 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12954",
+ "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,60}",
+ "shop_price": "300",
+ "ge_buy_limit": "100",
+ "examine": "A worn out coif made of red dragonhide.",
+ "durability": null,
+ "low_alchemy": "1400",
+ "high_alchemy": "2100",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "156600",
+ "name": "Red d'hide coif 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12955",
+ "bonuses": "0,0,0,-1,2,1,2,3,1,2,2,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A worn out coif made of red dragonhide.",
+ "grand_exchange_price": "156600",
+ "durability": null,
+ "name": "Red d'hide coif 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12956"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,70}",
+ "shop_price": "500",
+ "examine": "A coif made of black dragonhide.",
+ "durability": null,
+ "low_alchemy": "2200",
+ "high_alchemy": "3300",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "379555",
+ "name": "Black d'hide coif 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12957",
+ "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,70}",
+ "shop_price": "500",
+ "examine": "A coif made of black dragonhide.",
+ "durability": null,
+ "low_alchemy": "2200",
+ "high_alchemy": "3300",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "379555",
+ "name": "Black d'hide coif 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12958",
+ "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,70}",
+ "shop_price": "500",
+ "examine": "A coif made of black dragonhide.",
+ "durability": null,
+ "low_alchemy": "2200",
+ "high_alchemy": "3300",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "379555",
+ "name": "Black d'hide coif 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12959",
+ "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,70}",
+ "shop_price": "500",
+ "examine": "A coif made of black dragonhide.",
+ "durability": null,
+ "low_alchemy": "2200",
+ "high_alchemy": "3300",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "379555",
+ "name": "Black d'hide coif 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12960",
+ "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,70}",
+ "shop_price": "500",
+ "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.",
+ "durability": null,
+ "low_alchemy": "2200",
+ "high_alchemy": "3300",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "379555",
+ "name": "Black d'hide coif 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12961",
+ "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}-{4,70}",
+ "shop_price": "500",
+ "ge_buy_limit": "100",
+ "examine": "A coif made of black dragonhide.",
+ "durability": null,
+ "low_alchemy": "2200",
+ "high_alchemy": "3300",
+ "weight": "1",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "grand_exchange_price": "229000",
+ "name": "Black d'hide coif 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12962",
+ "bonuses": "0,0,0,-1,3,1,3,3,1,2,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "A coif made of black dragonhide.",
+ "grand_exchange_price": "229000",
+ "durability": null,
+ "name": "Black d'hide coif 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12963"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "50",
+ "examine": "A magical hood, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "5661",
+ "name": "Combat hood 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12964",
+ "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "50",
+ "examine": "A magical hood, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "5661",
+ "name": "Combat hood 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12965",
+ "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "50",
+ "examine": "A magical hood, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "5661",
+ "name": "Combat hood 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12966",
+ "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "50",
+ "examine": "A magical hood, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "5661",
+ "name": "Combat hood 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12967",
+ "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "50",
+ "examine": "A magical hood, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "5661",
+ "name": "Combat hood 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12968",
+ "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "50",
+ "ge_buy_limit": "10",
+ "examine": "A magical hood, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "0.8",
+ "equipment_slot": "0",
+ "grand_exchange_price": "6511",
+ "name": "Combat hood 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12969",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,2,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "6511",
+ "durability": null,
+ "name": "Combat hood 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12970"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "150",
+ "examine": "A magical robe top, especially made for combat spells.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "37700",
+ "name": "Combat robe top 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12971",
+ "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "150",
+ "examine": "A magical robe top, especially made for combat spells.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "37700",
+ "name": "Combat robe top 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12972",
+ "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "150",
+ "examine": "A magical robe top, especially made for combat spells.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "37700",
+ "name": "Combat robe top 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12973",
+ "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "150",
+ "examine": "A magical robe top, especially made for combat spells.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "37700",
+ "name": "Combat robe top 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12974",
+ "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "150",
+ "examine": "A magical robe top, especially made for combat spells.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "37700",
+ "name": "Combat robe top 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12975",
+ "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "150",
+ "ge_buy_limit": "10",
+ "examine": "A magical robe top, especially made for combat spells.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "weight": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "61500",
+ "name": "Combat robe top 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12976",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,4,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "61500",
+ "durability": null,
+ "name": "Combat robe top 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12977"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A magical robe bottom, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "50200",
+ "name": "Combat robe bottom 100",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12978",
+ "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A magical robe bottom, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "50200",
+ "name": "Combat robe bottom 80",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12979",
+ "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A magical robe bottom, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "50200",
+ "name": "Combat robe bottom 60",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12980",
+ "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A magical robe bottom, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "50200",
+ "name": "Combat robe bottom 40",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12981",
+ "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "examine": "A magical robe bottom, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "50200",
+ "name": "Combat robe bottom 20",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12982",
+ "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,10}",
+ "shop_price": "100",
+ "ge_buy_limit": "10",
+ "examine": "A magical robe bottom, especially created for combat spells.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "weight": "3",
+ "absorb": "1,0,0",
+ "equipment_slot": "7",
+ "grand_exchange_price": "47800",
+ "name": "Combat robe bottom 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12983",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "10",
+ "grand_exchange_price": "47800",
+ "durability": null,
+ "name": "Combat robe bottom 0",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12984"
+ },
+ {
+ "shop_price": "15",
+ "examine": "I have to keep my hands safe!",
+ "grand_exchange_price": "3694",
+ "durability": null,
+ "name": "Bronze gauntlets",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "12985",
+ "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "15",
+ "ge_buy_limit": "100",
+ "examine": "I have to keep my hands safe!",
+ "grand_exchange_price": "3275",
+ "durability": null,
+ "name": "Worn-out bronze gauntlets",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "12986",
+ "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "3275",
+ "durability": null,
+ "name": "Worn-out bronze gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12987"
+ },
+ {
+ "shop_price": "30",
+ "examine": "I have to keep my hands safe!",
+ "grand_exchange_price": "17339",
+ "durability": null,
+ "name": "Iron gauntlets",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "12988",
+ "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "30",
+ "ge_buy_limit": "100",
+ "examine": "I have to keep my hands safe!",
+ "grand_exchange_price": "16000",
+ "durability": null,
+ "name": "Worn-out iron gauntlets",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "archery_ticket_price": "0",
+ "id": "12989",
+ "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "16000",
+ "durability": null,
+ "name": "Worn-out iron gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12990"
+ },
+ {
+ "requirements": "{1,5}",
+ "shop_price": "50",
+ "examine": "I have to keep my hands safe!",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "10",
+ "equipment_slot": "9",
+ "grand_exchange_price": "29844",
+ "name": "Steel gauntlets",
+ "archery_ticket_price": "0",
+ "id": "12991",
+ "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0"
+ },
+ {
+ "requirements": "{1,5}",
+ "shop_price": "50",
+ "ge_buy_limit": "100",
+ "examine": "I have to keep my hands safe!",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "10",
+ "equipment_slot": "9",
+ "grand_exchange_price": "27000",
+ "name": "Worn-out steel gauntlets",
+ "archery_ticket_price": "0",
+ "id": "12992",
+ "bonuses": "0,0,0,-1,-1,1,1,1,-1,1,1,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "27000",
+ "durability": null,
+ "name": "Worn-out steel gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12993"
+ },
+ {
+ "requirements": "{1,10}",
+ "shop_price": "75",
+ "examine": "I have to keep my hands safe!",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "50808",
+ "name": "Black gauntlets",
+ "archery_ticket_price": "0",
+ "id": "12994",
+ "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0"
+ },
+ {
+ "requirements": "{1,10}",
+ "shop_price": "75",
+ "ge_buy_limit": "100",
+ "examine": "I have to keep my hands safe!",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "40100",
+ "name": "Worn-out black gauntlets",
+ "archery_ticket_price": "0",
+ "id": "12995",
+ "bonuses": "0,0,0,-1,-1,1,2,2,-1,1,1,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "40100",
+ "durability": null,
+ "name": "Worn-out black gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12996"
+ },
+ {
+ "requirements": "{1,20}",
+ "shop_price": "100",
+ "examine": "I have to keep my hands safe!",
+ "grand_exchange_price": "60064",
+ "durability": null,
+ "name": "Mithril gauntlets",
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "archery_ticket_price": "0",
+ "id": "12997",
+ "bonuses": "0,0,0,-1,-1,6,7,7,-1,6,6,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "requirements": "{1,20}",
+ "shop_price": "100",
+ "ge_buy_limit": "100",
+ "examine": "I have to keep my hands safe!",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "equipment_slot": "9",
+ "grand_exchange_price": "54200",
+ "name": "Worn-out mithril gauntlets",
+ "archery_ticket_price": "0",
+ "id": "12998",
+ "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "54200",
+ "durability": null,
+ "name": "Worn-out mithril gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "12999"
+ },
+ {
+ "requirements": "{1,30}",
+ "shop_price": "150",
+ "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "74526",
+ "name": "Adamant gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13000",
+ "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0"
+ },
+ {
+ "requirements": "{1,30}",
+ "shop_price": "150",
+ "ge_buy_limit": "100",
+ "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "71500",
+ "name": "Worn-out adamant gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13001",
+ "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "71500",
+ "durability": null,
+ "name": "Worn-out adamant gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13002"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "200",
+ "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.",
+ "durability": null,
+ "low_alchemy": "3000",
+ "high_alchemy": "4500",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "95700",
+ "name": "Rune gauntlets",
+ "archery_ticket_price": "0",
+ "id": "13003",
+ "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "200",
+ "ge_buy_limit": "100",
+ "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.",
+ "durability": null,
+ "low_alchemy": "3000",
+ "high_alchemy": "4500",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "99900",
+ "name": "Worn-out rune gauntlets",
+ "archery_ticket_price": "0",
+ "id": "13004",
+ "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "99900",
+ "durability": null,
+ "name": "Worn-out rune gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13005"
+ },
+ {
+ "requirements": "{1,60}",
+ "shop_price": "300",
+ "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "214700",
+ "name": "Dragon gauntlets",
+ "archery_ticket_price": "0",
+ "id": "13006",
+ "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0"
+ },
+ {
+ "requirements": "{1,60}",
+ "shop_price": "300",
+ "ge_buy_limit": "100",
+ "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "weight": "0.2",
+ "equipment_slot": "9",
+ "grand_exchange_price": "166200",
+ "name": "Worn-out dragon gauntlets",
+ "archery_ticket_price": "0",
+ "id": "13007",
+ "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,1,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "166200",
+ "durability": null,
+ "name": "Worn-out dragon gauntlets",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13008"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13010"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13011"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13012"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13013"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13014"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13015"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13016"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13017"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13018"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13019"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13020"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13021"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13022"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13023"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13024"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13025"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13026"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13027"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13028"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13029"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13030"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13031"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13032"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13033"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13034"
+ },
+ {
+ "destroy_message": "You can reclaim this item from the place you found it.",
+ "shop_price": "5",
+ "examine": "I need to solve this.",
+ "durability": null,
+ "name": "Puzzle box",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13035"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13036"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13037"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13038"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13039"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13040"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13041"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13042"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13043"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13044"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13045"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13046"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13047"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13048"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13049"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13050"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13051"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13052"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13053"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13054"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13055"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13056"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13057"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13058"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13059"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13060"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13061"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13062"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13063"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13064"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13065"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13066"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13067"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13068"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13069"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13070"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13071"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13072"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13074"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13075"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13076"
+ },
+ {
+ "examine": "I hope there's treasure in it.",
+ "grand_exchange_price": "3726",
+ "durability": null,
+ "name": "Casket",
+ "tradeable": "true",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13077"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13078"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13079"
+ },
+ {
+ "shop_price": "5000",
+ "examine": "A set of instructions to be followed.",
+ "durability": null,
+ "name": "Clue scroll",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13080"
+ },
+ {
+ "ge_buy_limit": "100",
+ "turn90cw_anim": "821",
+ "examine": "A black crossbow.",
+ "walk_anim": "4226",
+ "low_alchemy": "320",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "4227",
+ "equipment_slot": "3",
+ "grand_exchange_price": "261",
+ "stand_anim": "4591",
+ "tradeable": "true",
+ "run_anim": "4228",
+ "archery_ticket_price": "0",
+ "id": "13081",
+ "stand_turn_anim": "823",
+ "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,33}",
+ "durability": null,
+ "high_alchemy": "480",
+ "weight": "5",
+ "weapon_interface": "17",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Black crossbow"
+ },
+ {
+ "ge_buy_limit": "100",
+ "grand_exchange_price": "261",
+ "durability": null,
+ "name": "Black crossbow",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13082"
+ },
+ {
+ "requirements": "{4,33}",
+ "ge_buy_limit": "100",
+ "examine": "Black crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "equipment_slot": "13",
+ "grand_exchange_price": "55",
+ "name": "Black bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13083",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75"
+ },
+ {
+ "requirements": "{4,33}",
+ "ge_buy_limit": "100",
+ "examine": "Black crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "equipment_slot": "13",
+ "grand_exchange_price": "141",
+ "name": "Black bolts(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13084",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75"
+ },
+ {
+ "requirements": "{4,33}",
+ "ge_buy_limit": "100",
+ "examine": "Black crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "equipment_slot": "13",
+ "grand_exchange_price": "233",
+ "name": "Black bolts(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13085",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75"
+ },
+ {
+ "requirements": "{4,33}",
+ "ge_buy_limit": "100",
+ "examine": "Black crossbow bolts.",
+ "durability": null,
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "equipment_slot": "13",
+ "grand_exchange_price": "1690",
+ "name": "Black bolts(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13086",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75"
+ },
+ {
+ "requirements": "{0,8}",
+ "ge_buy_limit": "2",
+ "examine": "A sapphire-topped cane.",
+ "durability": null,
+ "low_alchemy": "172",
+ "high_alchemy": "258",
+ "weight": "0.5",
+ "attack_speed": "5",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "77000",
+ "name": "Black cane",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13095",
+ "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "77000",
+ "durability": null,
+ "name": "Black cane",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13096"
+ },
+ {
+ "requirements": "{0,28}",
+ "ge_buy_limit": "2",
+ "examine": "A ruby-topped cane.",
+ "durability": null,
+ "low_alchemy": "576",
+ "high_alchemy": "864",
+ "weight": "0.5",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "19100",
+ "name": "Adamant cane",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13097",
+ "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "19100",
+ "durability": null,
+ "name": "Adamant cane",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13098"
+ },
+ {
+ "requirements": "{0,38}",
+ "ge_buy_limit": "2",
+ "examine": "A diamond-topped cane.",
+ "durability": null,
+ "low_alchemy": "5760",
+ "high_alchemy": "8640",
+ "weight": "0.5",
+ "attack_speed": "5",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "lendable": "true",
+ "grand_exchange_price": "14500",
+ "name": "Rune cane",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13099",
+ "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "14500",
+ "durability": null,
+ "name": "Rune cane",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13100"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Comes with a free rabbit!",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "160400",
+ "name": "Top hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13101"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "160400",
+ "durability": null,
+ "name": "Top hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13102"
+ },
+ {
+ "ge_buy_limit": "2",
+ "examine": "Official explorer headgear!",
+ "grand_exchange_price": "85400",
+ "durability": null,
+ "name": "Pith helmet",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "13103",
+ "equipment_slot": "0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "85400",
+ "durability": null,
+ "name": "Pith helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13104"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,5}",
+ "ge_buy_limit": "2",
+ "examine": "Spikier than normal.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "38300",
+ "name": "Spiked helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13105",
+ "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "38300",
+ "durability": null,
+ "name": "Spiked helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13106"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "2",
+ "examine": "Shear elegance.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "296700",
+ "name": "Sheep mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13107"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "296700",
+ "durability": null,
+ "name": "Sheep mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13108"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "2",
+ "examine": "I can get the look right, but can I do the waddle too?",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "633600",
+ "name": "Penguin mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13109"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "633600",
+ "durability": null,
+ "name": "Penguin mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13110"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "2",
+ "examine": "The bats have left the belltower.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "399000",
+ "name": "Bat mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13111"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "399000",
+ "durability": null,
+ "name": "Bat mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13112"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "2",
+ "examine": "It's the year of the cat!",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "1200000",
+ "name": "Cat mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13113"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1200000",
+ "durability": null,
+ "name": "Cat mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13114"
+ },
+ {
+ "remove_head": "true",
+ "ge_buy_limit": "2",
+ "examine": "I'm hungry like the wolf.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "1500000",
+ "name": "Wolf mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13115"
+ },
+ {
+ "ge_buy_limit": "2",
+ "grand_exchange_price": "1500000",
+ "durability": null,
+ "name": "Wolf mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13116"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A fully charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "defence_anim": "9048",
+ "equipment_slot": "3",
+ "attack_anims": "9097,9097,9097,9097",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (30)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13117",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (29)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13118",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "turn90ccw_anim": "9054",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail(28)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13119",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (27)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13120",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (26)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13121",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (25)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13122",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (24)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13123",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (23)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13124",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (22)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13125",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (21)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13126",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (20)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13127",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (19)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13128",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (18)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13129",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (17)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13130",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (16)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13131",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (15)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13132",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (14)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13133",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (13)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13134",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (12)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13135",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (11)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13136",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (10)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13137",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (9)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13138",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (8)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13139",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (7)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13140",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (6)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13141",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail - it's nearly out of charges.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (5)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13142",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail - it's nearly out of charges.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (4)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13143",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail - it's nearly out of charges.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (3)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13144",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail - it's nearly out of charges.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (2)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13145",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "turn90cw_anim": "9053",
+ "examine": "A partially charged flail - one last charge left.",
+ "walk_anim": "9051",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "5",
+ "turn90ccw_anim": "9054",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "23",
+ "turn180_anim": "9052",
+ "render_anim": "712",
+ "equipment_slot": "3",
+ "stand_anim": "9049",
+ "name": "Ivandis flail (1)",
+ "run_anim": "9050",
+ "archery_ticket_price": "0",
+ "id": "13146",
+ "stand_turn_anim": "823",
+ "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0"
+ },
+ {
+ "examine": "Flail of Ivandis dust.",
+ "durability": null,
+ "name": "Flail dust",
+ "archery_ticket_price": "0",
+ "id": "13147"
+ },
+ {
+ "destroy_message": "You found this page in the top floor of Paterdomus temple on an old table.",
+ "examine": "A page ripped from a book; it looks like a map of some kind.",
+ "durability": null,
+ "name": "Book page",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13149"
+ },
+ {
+ "destroy_message": "You got this book from a bunk bed in Sanguinesti Myreque base.",
+ "examine": "A big book of combat techniques.",
+ "durability": null,
+ "name": "Combat book",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13151"
+ },
+ {
+ "examine": "Used to make a metal chain.",
+ "durability": null,
+ "name": "Chain link mould",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "13153"
+ },
+ {
+ "examine": "A chain made from mithril and silver.",
+ "durability": null,
+ "name": "Silvthril chain",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "3",
+ "archery_ticket_price": "0",
+ "id": "13154"
+ },
+ {
+ "examine": "A blessed sickle with an emerald recessed into it.",
+ "durability": null,
+ "name": "Silver sickle emerald(b)",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "13155",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A blessed and enchanted silver sickle with an emerald recessed into it.",
+ "durability": null,
+ "name": "Enchanted sickle emerald(b)",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "13156",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "A Vyrewatch corpse. Just a husk, really.",
+ "durability": null,
+ "name": "Vyre corpse",
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "weight": "5",
+ "archery_ticket_price": "0",
+ "id": "13157"
+ },
+ {
+ "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)",
+ "durability": null,
+ "name": "Columbarium key",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "13158"
+ },
+ {
+ "destroy_message": "You got this key by cremating a Vyrewatch in the Paterdomus Columbarium.",
+ "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)",
+ "durability": null,
+ "name": "Ornate tomb key",
+ "low_alchemy": "2",
+ "tradeable": "false",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13159"
+ },
+ {
+ "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
+ "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.",
+ "durability": null,
+ "name": "Tome of xp 2nd ed (3)",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "13160"
+ },
+ {
+ "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
+ "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.",
+ "durability": null,
+ "name": "Tome of xp 2nd ed (2)",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "13161"
+ },
+ {
+ "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.",
+ "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.",
+ "durability": null,
+ "name": "Tome of xp 2nd ed (1)",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "13162"
+ },
+ {
+ "examine": "A sapphire-topped cane.",
+ "durability": null,
+ "low_alchemy": "172",
+ "high_alchemy": "258",
+ "weight": "0.5",
+ "attack_speed": "5",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "115390",
+ "name": "Black cane",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13163",
+ "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0"
+ },
+ {
+ "examine": "A ruby-topped cane.",
+ "durability": null,
+ "low_alchemy": "576",
+ "high_alchemy": "864",
+ "weight": "0.5",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "grand_exchange_price": "18514",
+ "name": "Adamant cane",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13164",
+ "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0"
+ },
+ {
+ "examine": "A diamond-topped cane.",
+ "durability": null,
+ "low_alchemy": "5760",
+ "high_alchemy": "8640",
+ "weight": "0.5",
+ "attack_speed": "5",
+ "weapon_interface": "10",
+ "equipment_slot": "3",
+ "lendable": "true",
+ "grand_exchange_price": "15023",
+ "name": "Rune cane",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13165",
+ "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0"
+ },
+ {
+ "lendable": "true",
+ "examine": "Comes with a free rabbit!",
+ "grand_exchange_price": "425919",
+ "durability": null,
+ "name": "Top hat",
+ "tradeable": "true",
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "13166",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Official explorer headgear!",
+ "grand_exchange_price": "99682",
+ "durability": null,
+ "name": "Pith helmet",
+ "tradeable": "true",
+ "low_alchemy": "100",
+ "high_alchemy": "150",
+ "weight": "0.5",
+ "archery_ticket_price": "0",
+ "id": "13167",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Spikier than normal.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "weight": "10",
+ "equipment_slot": "0",
+ "grand_exchange_price": "39643",
+ "name": "Spiked helmet",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13168",
+ "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "Shear elegance.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "313558",
+ "name": "Sheep mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13169"
+ },
+ {
+ "remove_head": "true",
+ "examine": "I can get the look right, but can I do the waddle too?",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "609515",
+ "name": "Penguin mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13170"
+ },
+ {
+ "remove_head": "true",
+ "examine": "The bats have left the belltower.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "371616",
+ "name": "Bat mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13171"
+ },
+ {
+ "remove_head": "true",
+ "lendable": "true",
+ "examine": "It's the year of the cat!",
+ "grand_exchange_price": "1066648",
+ "durability": null,
+ "name": "Cat mask",
+ "tradeable": "true",
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "archery_ticket_price": "0",
+ "id": "13172",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "I'm hungry like the wolf.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "weight": "1",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "grand_exchange_price": "1303443",
+ "name": "Wolf mask",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13173"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Blue navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13174",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Green navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13175",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Red navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13176",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Brown navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13177",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Black navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13178",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Purple navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13179",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "100",
+ "examine": "Not for slackers",
+ "durability": null,
+ "name": "Grey navy slacks",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "archery_ticket_price": "0",
+ "id": "13180",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Blue naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13181",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Green naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13182",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Red naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13183",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Brown naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13184",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Black naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13185",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Purple naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13186",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "100",
+ "examine": "...You can sail the seven seas...",
+ "durability": null,
+ "name": "Grey naval shirt",
+ "low_alchemy": "40",
+ "tradeable": "false",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13187",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Blue tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "13188",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Green tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "13189",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Red tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "13190",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Brown tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "13191",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Black tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "13192",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Purple tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "13193",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "50",
+ "examine": "I could never look square in this.",
+ "durability": null,
+ "name": "Grey tricorn hat",
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "archery_ticket_price": "0",
+ "id": "13194",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "If you drop this lamp, it will be destroyed. You can obtain another from Dunstan.",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Mysterious lamp",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13227"
+ },
+ {
+ "destroy_message": "You can get another net from Professor Arblenap on Ice Mountain.",
+ "examine": "Professor Arblenap gave you this net to catch the baby icefiends on Ice Mountain.",
+ "durability": null,
+ "name": "Icefiend net",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "13230",
+ "equipment_slot": "3"
+ },
+ {
+ "examine": "You should give this to Professor Arblenap.",
+ "durability": null,
+ "name": "Baby icefiend",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "1",
+ "archery_ticket_price": "0",
+ "id": "13231",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "It will reappear near the bottom of Ice Mountain.",
+ "examine": "The remains of the Oracle's tent on Ice Mountain.",
+ "durability": null,
+ "name": "Tent",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "30",
+ "archery_ticket_price": "0",
+ "id": "13232"
+ },
+ {
+ "destroy_message": "You can get it back by pickpocketing Drorkar again.",
+ "examine": "You took this key from Drorkar's pocket in the power station. (Perils of Ice Mountain)",
+ "durability": null,
+ "name": "Dwarven key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "id": "13234"
+ },
+ {
+ "examine": "A plank of oak that has been treated to resist fire.",
+ "durability": null,
+ "name": "Treated oak plank",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "13238"
+ },
+ {
+ "shop_price": "14",
+ "examine": "Good for detailed crafting.",
+ "grand_exchange_price": "33",
+ "durability": null,
+ "name": "Chisel",
+ "tradeable": "true",
+ "low_alchemy": "5",
+ "high_alchemy": "8",
+ "weight": "0.4",
+ "archery_ticket_price": "0",
+ "id": "13239"
+ },
+ {
+ "durability": null,
+ "name": ".",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13240",
+ "equipment_slot": "5"
+ },
+ {
+ "examine": "A plank of oak that has been treated to resist fire.",
+ "durability": null,
+ "name": "Treated plank",
+ "weight": "0.8",
+ "archery_ticket_price": "0",
+ "id": "13241"
+ },
+ {
+ "durability": null,
+ "name": ".",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13242"
+ },
+ {
+ "examine": "An old stone slab with writing on it.",
+ "durability": null,
+ "name": "Stone tablet",
+ "archery_ticket_price": "0",
+ "id": "13243"
+ },
+ {
+ "examine": "A book for those who want to visit the TzHaar city.",
+ "durability": null,
+ "name": "Tzhaar tourist guide",
+ "archery_ticket_price": "0",
+ "id": "13244"
+ },
+ {
+ "destroy_message": "You can mine more stone slabs in the TzHaar mine.",
+ "examine": "A flawed block of obsidian from the Karamja volcano.",
+ "durability": null,
+ "name": "Stone slab",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "32",
+ "archery_ticket_price": "0",
+ "id": "13245"
+ },
+ {
+ "destroy_message": "You can get more pillars by crafting stone slabs from the TzHaar mine.",
+ "examine": "A support pillar.",
+ "durability": null,
+ "name": "Pillar",
+ "tradeable": "false",
+ "destroy": "true",
+ "weight": "25",
+ "archery_ticket_price": "0",
+ "id": "13246"
+ },
+ {
+ "durability": null,
+ "name": "Splat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13247",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Splat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13248",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Splat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13249",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Splat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13250",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.",
+ "examine": "A key obtained in Catolax's tomb.",
+ "durability": null,
+ "name": "Ranged path key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13259",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.",
+ "examine": "A key obtained in Catolax's tomb.",
+ "durability": null,
+ "name": "Magic path key",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13260",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,10}",
+ "shop_price": "650",
+ "examine": "You don't want to wear it inside-out.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Slayer helmet",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13263",
+ "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "The remains of a banshee's scream.",
+ "durability": null,
+ "name": "Banshee voice",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13276",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "400",
+ "examine": "More of that crazy Slayer headgear.",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Masked earmuffs",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13277",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "For use against turoth and kurasks.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "89",
+ "name": "Broad arrow heads",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13278",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "For use against turoth and kurasks.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "17",
+ "name": "Unfinished broad bolts",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13279",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "For use against turoth and kurasks.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "13",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "34",
+ "name": "Broad-tipped bolts",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13280",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An enchanted ring.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "12",
+ "destroy_message": "",
+ "name": "Ring of slaying(8)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13281",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An enchanted ring.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "12",
+ "destroy_message": "",
+ "name": "Ring of slaying(7)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13282",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An enchanted ring.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "12",
+ "destroy_message": "",
+ "name": "Ring of slaying(6)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13283",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An enchanted ring.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "12",
+ "destroy_message": "",
+ "name": "Ring of slaying(5)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13284",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An enchanted ring.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "12",
+ "destroy_message": "",
+ "name": "Ring of slaying(4)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13285",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An enchanted ring.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "12",
+ "destroy_message": "",
+ "name": "Ring of slaying(3)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13286",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An enchanted ring.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "12",
+ "destroy_message": "",
+ "name": "Ring of slaying(2)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13287",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "An enchanted ring.",
+ "durability": null,
+ "low_alchemy": "60",
+ "high_alchemy": "90",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "12",
+ "destroy_message": "",
+ "name": "Ring of slaying(1)",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13288",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A razor-sharp sword.",
+ "walk_anim": "1205",
+ "rare_item": "true",
+ "low_alchemy": "27200",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,381,390,381",
+ "destroy_message": "",
+ "grand_exchange_price": "43082",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "13290",
+ "stand_turn_anim": "823",
+ "bonuses": "67,62,0,0,0,0,0,0,0,0,0,50,0,0,0",
+ "requirements": "{0,50}-{18,55}",
+ "shop_price": "68000",
+ "durability": null,
+ "high_alchemy": "40800",
+ "destroy": "false",
+ "weapon_interface": "5",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Leaf-bladed sword"
+ },
+ {
+ "shop_price": "68000",
+ "examine": "A razor-sharp sword.",
+ "durability": null,
+ "low_alchemy": "27200",
+ "high_alchemy": "40800",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "",
+ "grand_exchange_price": "43082",
+ "name": "Leaf-bladed sword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13291"
+ },
+ {
+ "durability": null,
+ "name": "Letter",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13292",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Plans",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13293",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop these plans, they will be lost and you will need to see Captain Donnie for a replacement.",
+ "examine": "A charcoal rubbing taken from 50% Luke.",
+ "durability": null,
+ "name": "Charcoal rubbing",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13294",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop Frank's mark, you will need to see him to get another.",
+ "examine": "Signature from Frank.",
+ "durability": null,
+ "name": "Frank's mark",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13295",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop these lockpicks, you will need to look under the mattress to get another set.",
+ "examine": "A device for opening locked doors.",
+ "durability": null,
+ "name": "Crude lockpick",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13296",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "The top of a Custom Officer's uniform.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "If you drop this shirt you will need to kill another Customs officer for a replacement.",
+ "remove_sleeves": "true",
+ "name": "Customs shirt",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13297",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop these trousers you will need to kill another Customs officer for a replacement.",
+ "examine": "The trousers of a Custom Officer's uniform.",
+ "durability": null,
+ "name": "Customs trousers",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13298",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "If you drop this hat you will need to kill another Customs officer for a replacement.",
+ "examine": "The hat of a Custom Officer's uniform.",
+ "durability": null,
+ "name": "Customs hat",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13299",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.",
+ "examine": "A folder containing all the marks I have gathered.",
+ "durability": null,
+ "name": "File",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13300",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.",
+ "examine": "A folder containing all the marks I have gathered.",
+ "durability": null,
+ "name": "File",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13301",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Brooch",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13302",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop Izzy's No-Beard's mark, you will need to see him to get another.",
+ "examine": "Signature from Izzy No-Beard.",
+ "durability": null,
+ "name": "Izzy's mark",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13303",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Key",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13304",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this crowbar, you will need to get another from the chest on the sunken ship.",
+ "examine": "This could be useful.",
+ "durability": null,
+ "name": "Crowbar",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13305",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop the idol, you will need to go diving to get another replacement.",
+ "examine": "An idol. It has many heads.",
+ "durability": null,
+ "name": "Idol of many heads",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13307",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop Bill Teach's mark, you will need to see him to get another.",
+ "examine": "Signature from Bill Teach.",
+ "durability": null,
+ "name": "Bill teach's mark",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13308",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ",
+ "examine": "This is generally used for writing on.",
+ "durability": null,
+ "name": "Paper",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13309",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this note, you'll need to call the guards for replacement paper.",
+ "examine": "A written confession.",
+ "durability": null,
+ "name": "Confession",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13310",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Note",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13311",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.",
+ "examine": "An empty ink bottle./This is full of ink.",
+ "durability": null,
+ "name": "Ink bottle",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13312",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this paper you will need to call to the guards to replace it and the ink.",
+ "examine": "It's got ink all over it.",
+ "durability": null,
+ "name": "Inky paper",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13313",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.",
+ "examine": "An empty ink bottle./This is full of ink.",
+ "durability": null,
+ "name": "Ink bottle",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13314",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this bottle, you will need to call to the guards for a replacement.",
+ "examine": "It's smashed. I should mind my fingers.",
+ "durability": null,
+ "name": "Smashed bottle",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13315",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "The top part of a prisoner's uniform.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "If you drop this top, then you will need to speak to the guards to get it replaced.",
+ "remove_sleeves": "true",
+ "name": "Prison uniform top",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13316",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop these trousers, then you will need to speak to the guards to get it replaced.",
+ "examine": "The bottom part of a prisoner's uniform.",
+ "durability": null,
+ "name": "Prison uniform trousers",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13317",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "examine": "It's covered in fish slop.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "If you drop this top, you will need to speak to the guards to get it replaced, then find a way to get stew on it again.",
+ "remove_sleeves": "true",
+ "name": "Fishy prison uniform top",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13318",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.",
+ "examine": "A standard prison-issue tin cup.",
+ "durability": null,
+ "name": "Tin cup",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13319",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.",
+ "examine": "A standard prison-issue tin cup.",
+ "durability": null,
+ "name": "Tin cup",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13320",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "Destroy",
+ "examine": "A pipe that belongs in a cannon stand.",
+ "durability": null,
+ "name": "Pipe",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13321",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.",
+ "examine": "",
+ "durability": null,
+ "name": "Accordion",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13322",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.",
+ "examine": "",
+ "durability": null,
+ "name": "Accordion",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13323",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.",
+ "examine": "",
+ "durability": null,
+ "name": "Accordion",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13324",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this accordion, pipe and inky paper, it will all be destroyed and you will need to get all the items back again.",
+ "examine": "A very crude vacuum pump.",
+ "durability": null,
+ "name": "Vacuum pump",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13325",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this, you will lose all the items you put in it, as well as the seagull.",
+ "examine": "It sounds like a law firm.",
+ "durability": null,
+ "name": "Vacuum pump and gull",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13326",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "If you drop this quill, you will need to talk to the guard for a replacement.",
+ "examine": "From a bird - can be used for writing.",
+ "durability": null,
+ "name": "Quill",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13327",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Unknown ",
+ "examine": "From a bird - can be used for writing. It has some ink on the tip.",
+ "durability": null,
+ "name": "Inky quill",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13328",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.",
+ "examine": "A folder containing all the marks I have gathered.",
+ "durability": null,
+ "name": "File",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13329",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.",
+ "examine": "A folder containing all the marks I have gathered.",
+ "durability": null,
+ "name": "File",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13330",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this dead parrot, there is a chance that bad, bad things will happen to you - unless you see 50 Ships Mufassah for a replacement.",
+ "examine": "A very dead rotten parrot.",
+ "durability": null,
+ "name": "Ex-parrot",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13331",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this cage, you will need to see Bill Teach for a replacement.",
+ "examine": "It feels very cold to the touch.",
+ "durability": null,
+ "name": "Magical cage",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13332",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this dead parrot in a cage (and who wouldn't) then you will need to see ",
+ "examine": "A very dead rotten parrot in a magical cage.",
+ "durability": null,
+ "name": "Ex-parrot in a magic cage",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13333",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop the cage, the ex-ex-parrot will escape.",
+ "examine": "A very alive rotten parrot in a magic cage.",
+ "durability": null,
+ "name": "Ex-ex-parrot in a magic cage",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13334",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "",
+ "durability": null,
+ "name": "Ex-ex-parrot",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13335",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "",
+ "durability": null,
+ "name": "Ex-ex-parrot",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13336",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "A pirate impling in a jar.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "grand_exchange_price": "7346",
+ "name": "Pirate impling jar",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13337",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "A pirate impling in a jar.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?",
+ "grand_exchange_price": "7346",
+ "name": "Pirate impling jar",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13338"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13339",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for both eyes.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatches",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13340",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13341",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for both eyes.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatches",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13342",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13343",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for both eyes.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatches",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13344",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13345",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for both eyes.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatches",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13346",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13347",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for both eyes.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatches",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13348",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13349",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for both eyes.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatches",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13350",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13351",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for both eyes.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatches",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13352",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "It's dark, and I'm wearing two patches. Hit it!",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Double eyepatches",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13353",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "Two patches and a hat.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Pirate hat and eyepatches",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13354",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A patch for the left eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "23485",
+ "name": "Left eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13355",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A patch for the left eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "23485",
+ "name": "Left eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13356"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A hat and a patch.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Pirate hat and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13357",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "300",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Stripy pirate shirt",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13358",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "300",
+ "examine": "",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "false",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13359"
+ },
+ {
+ "shop_price": "300",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Stripy pirate shirt",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13360",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "300",
+ "examine": "",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "false",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13361"
+ },
+ {
+ "shop_price": "300",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Stripy pirate shirt",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13362",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "300",
+ "examine": "",
+ "durability": null,
+ "name": "Stripy pirate shirt",
+ "tradeable": "false",
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13363"
+ },
+ {
+ "shop_price": "350",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Pirate leggings",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13364",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "350",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Pirate leggings",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13365"
+ },
+ {
+ "shop_price": "350",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Pirate leggings",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13366",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "350",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Pirate leggings",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13367"
+ },
+ {
+ "shop_price": "350",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Pirate leggings",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13368",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "350",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "140",
+ "high_alchemy": "210",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Pirate leggings",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13369"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13370",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "name": "Bandana",
+ "tradeable": "false",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13371"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13372",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "name": "Bandana",
+ "tradeable": "false",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13373"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13374",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "100",
+ "examine": "Essential pirate wear.",
+ "durability": null,
+ "name": "Bandana",
+ "tradeable": "false",
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13375"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13376",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13377",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "100",
+ "examine": "A (colour) bandana and a patch for the right eye.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Bandana and eyepatch",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13378",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Destroy",
+ "examine": "Some rock fragments.",
+ "durability": null,
+ "name": "Rock fragments",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13379",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop the letter, it will be destroyed and you'll need to see Bill Teach for another.",
+ "examine": "Note from Teach to Brass Hand Harry.",
+ "durability": null,
+ "name": "Introduction letter",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13380",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
+ "examine": "One of many broken hands.",
+ "durability": null,
+ "name": "Broken hand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13381",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
+ "examine": "One of many broken hands.",
+ "durability": null,
+ "name": "Broken hand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13382",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
+ "examine": "One of many broken hands.",
+ "durability": null,
+ "name": "Broken hand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13383",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
+ "examine": "One of many broken hands.",
+ "durability": null,
+ "name": "Broken hand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13384",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "The hand is already broken and dropping it will destroy it completely. You will need to see Brass Hand Harry for a replacement.",
+ "examine": "One of many broken hands.",
+ "durability": null,
+ "name": "Broken hand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13385",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Wall beast fingers in a white fern sauce.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Fingers",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13386",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.",
+ "examine": "A brass thumb.",
+ "durability": null,
+ "name": "Thumb",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13387",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Hand",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13388",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.",
+ "examine": "A brass wrist.",
+ "durability": null,
+ "name": "Wrist",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13389",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "This hand part is small and delicate, and dropping it here will lose it. If you lose it, you will need to see Brass Hand Harry for a replacement.",
+ "examine": "A brass brace.",
+ "durability": null,
+ "name": "Brace",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13390",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.",
+ "examine": "A completed brass hand.",
+ "durability": null,
+ "name": "Brass hand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13391",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this ink pad, you will lose it and will need to see Brass Hand Harry for a replacement.",
+ "examine": "It's soaked with ink.",
+ "durability": null,
+ "name": "Ink pad",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13392",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this hand, you will destroy it and you will have to remake it from parts that Brass Hand Harry has.",
+ "examine": "An inky brass hand.",
+ "durability": null,
+ "name": "Inky hand",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13393",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ",
+ "examine": "This is generally used for writing on.",
+ "durability": null,
+ "name": "Paper",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13394",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop Brass Hand Harry's mark, it will be destroyed and you need to see him to get another.",
+ "examine": "Handprint from Brass Hand Harry.",
+ "durability": null,
+ "name": "Brass hand harry's mark",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13395",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "Makes me itch.",
+ "durability": null,
+ "name": "Fake beard",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13396",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.",
+ "examine": "It looks like someone has sneezed in it.",
+ "durability": null,
+ "name": "Fake moustache and nose",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13397",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.",
+ "examine": "Why is the monocle nailed to it?",
+ "durability": null,
+ "name": "Fake monocle, moustache and nose",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13398",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "You can barely see where it connected to the mop handle.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.",
+ "name": "Curly wig",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13399",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "examine": "It looks like it is part-dog, part-mould.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "If you drop this disguise you will need to see Captain Braindeath for a replacement.",
+ "name": "Straight wig",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13400",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop this order for 'rum' you will need to speak to the Rusty Anchor barman to get another.",
+ "examine": "An order simply for 'rum'.",
+ "durability": null,
+ "name": "Order",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13401",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you drop Captain Braindeath's mark, you will need to speak to him to get another.",
+ "examine": "Signature of Captain Braindeath.",
+ "durability": null,
+ "name": "Braindeath's mark",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13402",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "300",
+ "examine": "A replica tinderbox made of solid gold.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Golden tinderbox",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "13403",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A bow from a darker dimension.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "9",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "equip_audio": "3738",
+ "render_anim": "303",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "86850",
+ "attack_audios": "3731,0,0,0",
+ "name": "Dark bow",
+ "archery_ticket_price": "0",
+ "id": "13405",
+ "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "59171",
+ "name": "Ancient staff",
+ "archery_ticket_price": "0",
+ "id": "13406",
+ "bonuses": "10,-1,40,15,0,2,3,1,15,0,5,50,0,-1,10"
+ },
+ {
+ "examine": "This helmet is worn by archers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,3,1",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "46334",
+ "name": "Archer helm",
+ "archery_ticket_price": "0",
+ "id": "13407",
+ "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0"
+ },
+ {
+ "examine": "This helmet is worn by berserkers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "45978",
+ "name": "Berserker helm",
+ "archery_ticket_price": "0",
+ "id": "13408",
+ "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0"
+ },
+ {
+ "examine": "This helm is worn by warriors.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "45664",
+ "name": "Warrior helm",
+ "archery_ticket_price": "0",
+ "id": "13409",
+ "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0"
+ },
+ {
+ "examine": "This helm is worn by farseers.",
+ "durability": null,
+ "low_alchemy": "31200",
+ "high_alchemy": "46800",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "45989",
+ "name": "Farseer helm",
+ "archery_ticket_price": "0",
+ "id": "13410",
+ "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0"
+ },
+ {
+ "examine": "Protective headwear made from crabs. Better than it sounds.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "20378",
+ "name": "Rock-shell helm",
+ "archery_ticket_price": "0",
+ "id": "13411",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0"
+ },
+ {
+ "examine": "A sturdy body armour made from rock crab pieces.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "41788",
+ "name": "Rock-shell plate",
+ "archery_ticket_price": "0",
+ "id": "13412",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0"
+ },
+ {
+ "examine": "Some tough leggings made from rock crab parts.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "37139",
+ "name": "Rock-shell legs",
+ "archery_ticket_price": "0",
+ "id": "13413",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0"
+ },
+ {
+ "examine": "A helm fit for any Fremennik ranger.",
+ "durability": null,
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,3,1",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "37724",
+ "name": "Spined helm",
+ "archery_ticket_price": "0",
+ "id": "13414",
+ "bonuses": "0,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0"
+ },
+ {
+ "examine": "A constant reminder that I'm above a Dagannoth in the food chain.",
+ "durability": null,
+ "low_alchemy": "3000",
+ "high_alchemy": "4500",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "5773",
+ "name": "Spined body",
+ "archery_ticket_price": "0",
+ "id": "13415",
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0"
+ },
+ {
+ "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...",
+ "durability": null,
+ "low_alchemy": "1560",
+ "high_alchemy": "2340",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,4,2",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2696",
+ "name": "Spined chaps",
+ "archery_ticket_price": "0",
+ "id": "13416",
+ "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0"
+ },
+ {
+ "examine": "Make your foes cower by wearing a skull as a helmet!",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "39060",
+ "name": "Skeletal helm",
+ "archery_ticket_price": "0",
+ "id": "13417",
+ "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0"
+ },
+ {
+ "examine": "The bones in this armour seems to vibrate with a magic quality...",
+ "durability": null,
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,3,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "26289",
+ "name": "Skeletal top",
+ "archery_ticket_price": "0",
+ "id": "13418",
+ "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0"
+ },
+ {
+ "examine": "A superior set of strengthened slacks for any self respecting seer.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,2,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "24591",
+ "name": "Skeletal bottoms",
+ "archery_ticket_price": "0",
+ "id": "13419",
+ "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0"
+ },
+ {
+ "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "158181",
+ "name": "Spined boots",
+ "archery_ticket_price": "0",
+ "id": "13420",
+ "bonuses": "0,0,0,0,0,1,1,0,0,0,1,0,0,0,0"
+ },
+ {
+ "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1358",
+ "name": "Rock-shell boots",
+ "archery_ticket_price": "0",
+ "id": "13421",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0"
+ },
+ {
+ "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "7788",
+ "name": "Skeletal boots",
+ "archery_ticket_price": "0",
+ "id": "13422",
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0"
+ },
+ {
+ "examine": "Fremennik gloves stitched together from spined dagannoth hide.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3027",
+ "name": "Spined gloves",
+ "archery_ticket_price": "0",
+ "id": "13423",
+ "bonuses": "0,0,0,0,0,1,2,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Fremennik gloves stitched together from rock crab shell shards.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "12839",
+ "name": "Rock-shell gloves",
+ "archery_ticket_price": "0",
+ "id": "13424",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Fremennik gloves stitched together from wallasalki bones fragments.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "25838",
+ "name": "Skeletal gloves",
+ "archery_ticket_price": "0",
+ "id": "13425",
+ "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A mysterious ring that can fill the wearer with magical power...",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "799703",
+ "name": "Seers ring",
+ "archery_ticket_price": "0",
+ "id": "13426",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A fabled ring that improves the wearer's skill with a bow...",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "483521",
+ "name": "Archers ring",
+ "archery_ticket_price": "0",
+ "id": "13427",
+ "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0"
+ },
+ {
+ "examine": "A legendary ring once worn by Fremennik warriors.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "361302",
+ "name": "Warrior ring",
+ "archery_ticket_price": "0",
+ "id": "13428",
+ "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A ring reputed to bring out a berserk fury in its wearer.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "963418",
+ "name": "Berserker ring",
+ "archery_ticket_price": "0",
+ "id": "13429",
+ "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0"
+ },
+ {
+ "examine": "A two-handed dragon sword.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "88000",
+ "high_alchemy": "132000",
+ "destroy": "true",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "weapon_interface": "7",
+ "absorb": "0,0,0",
+ "render_anim": "124",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1024000",
+ "name": "Dragon 2h sword",
+ "archery_ticket_price": "0",
+ "id": "13430",
+ "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Useful for catching crayfish.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "25",
+ "name": "Crayfish cage",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13431",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "low_alchemy": "8",
+ "high_alchemy": "12",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "25",
+ "name": "Crayfish cage",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13432"
+ },
+ {
+ "shop_price": "5",
+ "examine": "Some cooked crayfish. Eat it to heal.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "32",
+ "name": "Crayfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13433",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "5",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "32",
+ "name": "Crayfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13434"
+ },
+ {
+ "shop_price": "5",
+ "examine": "I should try cooking this. Used in Cooking (1).",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "41",
+ "name": "Raw crayfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13435",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "5",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "41",
+ "name": "Raw crayfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13436"
+ },
+ {
+ "shop_price": "1",
+ "durability": null,
+ "name": "Burnt crayfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "destroy": "false",
+ "attack_speed": "4",
+ "id": "13437",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Swap this note at any bank for the equivalent item.",
+ "durability": null,
+ "name": "Burnt crayfish",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "destroy": "false",
+ "attack_speed": "4",
+ "id": "13438"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13439",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "This is a bag of runes for Sir Vant.",
+ "durability": null,
+ "name": "Bag of runes",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13440",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A very powerful onyx amulet.",
+ "durability": null,
+ "low_alchemy": "80800",
+ "high_alchemy": "121200",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2285210",
+ "name": "Amulet of fury",
+ "archery_ticket_price": "0",
+ "id": "13442",
+ "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,0,5,0"
+ },
+ {
+ "examine": "A cape woven of obsidian plates.",
+ "durability": null,
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "56575",
+ "name": "Obsidian cape",
+ "archery_ticket_price": "0",
+ "id": "13443",
+ "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0"
+ },
+ {
+ "examine": "A weapon from the Abyss.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "11",
+ "absorb": "0,0,0",
+ "render_anim": "1578",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "114775",
+ "name": "Abyssal whip",
+ "archery_ticket_price": "0",
+ "id": "13444",
+ "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0"
+ },
+ {
+ "examine": "Simplicity is the best weapon.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "weapon_interface": "10",
+ "absorb": "0,0,0",
+ "render_anim": "27",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "29584",
+ "name": "Granite maul",
+ "archery_ticket_price": "0",
+ "id": "13445",
+ "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13446",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13447",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13448",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Protects your head and looks impressive too.",
+ "durability": null,
+ "low_alchemy": "60000",
+ "high_alchemy": "90000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "5756658",
+ "name": "Dragon full helm",
+ "archery_ticket_price": "0",
+ "id": "13449",
+ "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0"
+ },
+ {
+ "examine": "A beautiful, heavy sword.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "500000",
+ "high_alchemy": "750000",
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "7",
+ "absorb": "0,0,0",
+ "render_anim": "1579",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "7767458",
+ "name": "Armadyl godsword",
+ "archery_ticket_price": "0",
+ "id": "13450",
+ "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0"
+ },
+ {
+ "examine": "A brutally heavy sword.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "500000",
+ "high_alchemy": "750000",
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "7",
+ "absorb": "0,0,0",
+ "render_anim": "1579",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1504919",
+ "name": "Bandos godsword",
+ "archery_ticket_price": "0",
+ "id": "13451",
+ "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0"
+ },
+ {
+ "examine": "A gracious, heavy sword.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "500000",
+ "high_alchemy": "750000",
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "7",
+ "absorb": "0,0,0",
+ "render_anim": "1579",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "34966317",
+ "name": "Saradomin godsword",
+ "archery_ticket_price": "0",
+ "id": "13452",
+ "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0"
+ },
+ {
+ "examine": "A terrifying, heavy sword.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "500000",
+ "high_alchemy": "750000",
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "7",
+ "absorb": "0,0,0",
+ "render_anim": "1579",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2132037",
+ "name": "Zamorak godsword",
+ "archery_ticket_price": "0",
+ "id": "13453",
+ "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,0,8,0"
+ },
+ {
+ "examine": "An evil spear.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "1581",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2070507",
+ "name": "Zamorakian spear",
+ "archery_ticket_price": "0",
+ "id": "13454",
+ "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,0,2,0"
+ },
+ {
+ "examine": "A helmet of great craftmanship.",
+ "durability": null,
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,5,2",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3732060",
+ "name": "Armadyl helmet",
+ "archery_ticket_price": "0",
+ "id": "13455",
+ "bonuses": "-5,-5,-5,-5,10,6,6,10,10,8,12,0,0,1,0"
+ },
+ {
+ "examine": "A chestplate of great craftsmanship",
+ "durability": null,
+ "low_alchemy": "24000",
+ "high_alchemy": "36000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,10,5",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "9628666",
+ "name": "Armadyl chestplate",
+ "archery_ticket_price": "0",
+ "id": "13456",
+ "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,0,1,0"
+ },
+ {
+ "examine": "A chainskirt of great craftsmanship.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,7,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "9754868",
+ "name": "Armadyl plateskirt",
+ "archery_ticket_price": "0",
+ "id": "13457",
+ "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,0,1,0"
+ },
+ {
+ "examine": "A sturdy chestplate.",
+ "durability": null,
+ "low_alchemy": "106000",
+ "high_alchemy": "159000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,9",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6460055",
+ "name": "Bandos chestplate",
+ "archery_ticket_price": "0",
+ "id": "13458",
+ "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,0,1,0"
+ },
+ {
+ "examine": "A sturdy pair of tassets.",
+ "durability": null,
+ "low_alchemy": "109000",
+ "high_alchemy": "163500",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4228256",
+ "name": "Bandos tassets",
+ "archery_ticket_price": "0",
+ "id": "13459",
+ "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0"
+ },
+ {
+ "examine": "Some sturdy boots.",
+ "durability": null,
+ "low_alchemy": "10000",
+ "high_alchemy": "15000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1259091",
+ "name": "Bandos boots",
+ "archery_ticket_price": "0",
+ "id": "13460",
+ "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,0,1,0"
+ },
+ {
+ "examine": "The incredible blade of an Icyene.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "52000",
+ "high_alchemy": "78000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "7",
+ "absorb": "0,0,0",
+ "render_anim": "1579",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "850151",
+ "name": "Saradomin sword",
+ "archery_ticket_price": "0",
+ "id": "13461",
+ "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,0,2,0"
+ },
+ {
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "17336",
+ "name": "Dragon boots",
+ "archery_ticket_price": "0",
+ "id": "13462",
+ "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13463",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another of these from Doric.",
+ "examine": "Doric's instructions for the task he gave you.",
+ "durability": null,
+ "name": "Task list",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13464",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A powerful dagger.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "attack_anims": "396,396,395,396",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "16744",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dragon dagger",
+ "archery_ticket_price": "0",
+ "id": "13465",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "has_special": "true",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "attack_anims": "396,396,395,396",
+ "destroy_message": "Drop",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dragon dagger(p)",
+ "archery_ticket_price": "0",
+ "id": "13466",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "has_special": "true",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "attack_anims": "396,396,395,396",
+ "destroy_message": "Drop",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dragon dagger(p+)",
+ "archery_ticket_price": "0",
+ "id": "13467",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "has_special": "true",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "attack_anims": "396,396,395,396",
+ "destroy_message": "Drop",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dragon dagger(p++)",
+ "archery_ticket_price": "0",
+ "id": "13468",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
+ },
+ {
+ "examine": "A powerful axe.",
+ "durability": null,
+ "low_alchemy": "5120",
+ "high_alchemy": "7680",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "7263",
+ "name": "Rune axe",
+ "archery_ticket_price": "0",
+ "id": "13469",
+ "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0"
+ },
+ {
+ "examine": "A very powerful axe.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "22000",
+ "high_alchemy": "33000",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3794577",
+ "name": "Dragon axe",
+ "archery_ticket_price": "0",
+ "id": "13470",
+ "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0"
+ },
+ {
+ "examine": "A vicious looking axe.",
+ "durability": null,
+ "low_alchemy": "16640",
+ "high_alchemy": "24960",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "23993",
+ "name": "Rune battleaxe",
+ "archery_ticket_price": "0",
+ "id": "13471",
+ "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0"
+ },
+ {
+ "requirements": "{0,60}",
+ "examine": "A vicious looking axe.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "80000",
+ "high_alchemy": "120000",
+ "destroy": "true",
+ "weight": "2.7",
+ "attack_speed": "6",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "render_anim": "2586",
+ "defence_anim": "397",
+ "attack_anims": "395,395,395,395",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "123019",
+ "name": "Dragon battleaxe",
+ "archery_ticket_price": "0",
+ "id": "13472",
+ "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0"
+ },
+ {
+ "examine": "I don't think it's intended for joinery.",
+ "durability": null,
+ "low_alchemy": "16600",
+ "high_alchemy": "24900",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "10",
+ "absorb": "0,0,0",
+ "render_anim": "1430",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "24357",
+ "name": "Rune warhammer",
+ "archery_ticket_price": "0",
+ "id": "13473",
+ "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0"
+ },
+ {
+ "examine": "A razor-sharp longsword",
+ "durability": null,
+ "low_alchemy": "12800",
+ "high_alchemy": "19200",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "render_anim": "1582",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "18420",
+ "name": "Rune longsword",
+ "archery_ticket_price": "0",
+ "id": "13474",
+ "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0"
+ },
+ {
+ "examine": "A very powerful sword.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "render_anim": "1582",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "58355",
+ "name": "Dragon longsword",
+ "archery_ticket_price": "0",
+ "id": "13475",
+ "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0"
+ },
+ {
+ "examine": "A vicious, curved sword.",
+ "durability": null,
+ "low_alchemy": "10240",
+ "high_alchemy": "15360",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "absorb": "0,0,0",
+ "render_anim": "1582",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "14690",
+ "name": "Rune scimitar",
+ "archery_ticket_price": "0",
+ "id": "13476",
+ "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0"
+ },
+ {
+ "examine": "A vicious, curved sword.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "absorb": "0,0,0",
+ "render_anim": "1928",
+ "attack_anims": "390,390,381,390",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "60405",
+ "name": "Dragon scimitar",
+ "archery_ticket_price": "0",
+ "id": "13477",
+ "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0"
+ },
+ {
+ "examine": "A dragon halberd.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "130000",
+ "high_alchemy": "195000",
+ "destroy": "true",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "weapon_interface": "15",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "200189",
+ "name": "Dragon halberd",
+ "archery_ticket_price": "0",
+ "id": "13478",
+ "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0"
+ },
+ {
+ "requirements": "{0,60}",
+ "examine": "A spiky mace.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "attack_anims": "390,390,381,390",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "28817",
+ "name": "Dragon mace",
+ "archery_ticket_price": "0",
+ "id": "13479",
+ "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,0,5,0"
+ },
+ {
+ "examine": "Used for mining.",
+ "durability": null,
+ "low_alchemy": "12800",
+ "high_alchemy": "19200",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "18546",
+ "name": "Rune pickaxe",
+ "archery_ticket_price": "0",
+ "id": "13480",
+ "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0"
+ },
+ {
+ "examine": "A series of connected metal rings.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,9",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2280904",
+ "name": "Dragon chainbody",
+ "archery_ticket_price": "0",
+ "id": "13481",
+ "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0"
+ },
+ {
+ "examine": "Provides excellent protection.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "38062",
+ "name": "Rune platebody",
+ "archery_ticket_price": "0",
+ "id": "13482",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "3120",
+ "high_alchemy": "4680",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4373",
+ "name": "Green d'hide body",
+ "archery_ticket_price": "0",
+ "id": "13483",
+ "bonuses": "0,0,0,-20,15,40,32,45,20,40,40,0,0,0,0"
+ },
+ {
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "3744",
+ "high_alchemy": "5616",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "5266",
+ "name": "Blue d'hide body",
+ "archery_ticket_price": "0",
+ "id": "13484",
+ "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0"
+ },
+ {
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "4492",
+ "high_alchemy": "6738",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6276",
+ "name": "Red d'hide body",
+ "archery_ticket_price": "0",
+ "id": "13485",
+ "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0"
+ },
+ {
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "5392",
+ "high_alchemy": "8088",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "7619",
+ "name": "Black d'hide body",
+ "archery_ticket_price": "0",
+ "id": "13486",
+ "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0"
+ },
+ {
+ "examine": "These look pretty heavy.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "37355",
+ "name": "Rune platelegs",
+ "archery_ticket_price": "0",
+ "id": "13487",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Looks pretty heavy.",
+ "durability": null,
+ "low_alchemy": "108000",
+ "high_alchemy": "162000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "160755",
+ "name": "Dragon platelegs",
+ "archery_ticket_price": "0",
+ "id": "13488",
+ "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
+ },
+ {
+ "examine": "Designer leg protection.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "37248",
+ "name": "Rune plateskirt",
+ "archery_ticket_price": "0",
+ "id": "13489",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "This looks pretty heavy.",
+ "durability": null,
+ "low_alchemy": "108000",
+ "high_alchemy": "162000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "161006",
+ "name": "Dragon plateskirt",
+ "archery_ticket_price": "0",
+ "id": "13490",
+ "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
+ },
+ {
+ "examine": "100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1560",
+ "high_alchemy": "2340",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,4,2",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2037",
+ "name": "Green d'hide chaps",
+ "archery_ticket_price": "0",
+ "id": "13491",
+ "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0"
+ },
+ {
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1728",
+ "high_alchemy": "2592",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,5,2",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2352",
+ "name": "Blue d'hide chaps",
+ "archery_ticket_price": "0",
+ "id": "13492",
+ "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0"
+ },
+ {
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "2072",
+ "high_alchemy": "3108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2761",
+ "name": "Red d'hide chaps",
+ "archery_ticket_price": "0",
+ "id": "13493",
+ "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0"
+ },
+ {
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "2488",
+ "high_alchemy": "3732",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,7,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3377",
+ "name": "Black d'hide chaps",
+ "archery_ticket_price": "0",
+ "id": "13494",
+ "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0"
+ },
+ {
+ "examine": "Makes the wearer pretty intimidating.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "59676",
+ "name": "Dragon med helm",
+ "archery_ticket_price": "0",
+ "id": "13495",
+ "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0"
+ },
+ {
+ "examine": "A full face helmet.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "20388",
+ "name": "Rune full helm",
+ "archery_ticket_price": "0",
+ "id": "13496",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1208",
+ "name": "Green d'hide vamb",
+ "archery_ticket_price": "0",
+ "id": "13497",
+ "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,0,0,0,0"
+ },
+ {
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1200",
+ "high_alchemy": "1800",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1488",
+ "name": "Blue d'hide vamb",
+ "archery_ticket_price": "0",
+ "id": "13498",
+ "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0"
+ },
+ {
+ "examine": "Vambraces made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1440",
+ "high_alchemy": "2160",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1714",
+ "name": "Red d'hide vamb",
+ "archery_ticket_price": "0",
+ "id": "13499",
+ "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0"
+ },
+ {
+ "examine": "Vambraces made from 100% real dragonhide.",
+ "durability": null,
+ "low_alchemy": "1728",
+ "high_alchemy": "2592",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2208",
+ "name": "Black d'hide vamb",
+ "archery_ticket_price": "0",
+ "id": "13500",
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0"
+ },
+ {
+ "examine": "A wooden helmet.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "5210",
+ "name": "Splitbark helm",
+ "archery_ticket_price": "0",
+ "id": "13501",
+ "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0"
+ },
+ {
+ "examine": "Provides good protection.",
+ "durability": null,
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,3,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "27106",
+ "name": "Splitbark body",
+ "archery_ticket_price": "0",
+ "id": "13502",
+ "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0"
+ },
+ {
+ "examine": "These should protect my legs.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,2,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "56050",
+ "name": "Splitbark legs",
+ "archery_ticket_price": "0",
+ "id": "13503",
+ "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0"
+ },
+ {
+ "examine": "These should keep my hands safe.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2442",
+ "name": "Splitbark gauntlets",
+ "archery_ticket_price": "0",
+ "id": "13504",
+ "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0"
+ },
+ {
+ "examine": "Wooden foot protection.",
+ "durability": null,
+ "low_alchemy": "2000",
+ "high_alchemy": "3000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6845",
+ "name": "Splitbark boots",
+ "archery_ticket_price": "0",
+ "id": "13505",
+ "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0"
+ },
+ {
+ "examine": "An ancient and powerful looking Dragon Square shield.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "5,0,11",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "328356",
+ "name": "Dragon sq shield",
+ "archery_ticket_price": "0",
+ "id": "13506",
+ "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0"
+ },
+ {
+ "examine": "A large metal shield.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "31885",
+ "name": "Rune kiteshield",
+ "archery_ticket_price": "0",
+ "id": "13507",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "examine": "Blue: A magical hat. ",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic hat",
+ "archery_ticket_price": "0",
+ "id": "13508",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0"
+ },
+ {
+ "examine": "The upper half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic robe top",
+ "archery_ticket_price": "0",
+ "id": "13509",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0"
+ },
+ {
+ "examine": "The lower half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,2,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic robe bottom",
+ "archery_ticket_price": "0",
+ "id": "13510",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0"
+ },
+ {
+ "examine": "Bright/Dark magical gloves.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic gloves",
+ "archery_ticket_price": "0",
+ "id": "13511",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Magical boots.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic boots",
+ "archery_ticket_price": "0",
+ "id": "13512",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "examine": "Blue: A magical hat. ",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic hat",
+ "archery_ticket_price": "0",
+ "id": "13513",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0"
+ },
+ {
+ "examine": "The upper half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic robe top",
+ "archery_ticket_price": "0",
+ "id": "13514",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0"
+ },
+ {
+ "examine": "The lower half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,2,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic robe bottom",
+ "archery_ticket_price": "0",
+ "id": "13515",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0"
+ },
+ {
+ "examine": "Bright/Dark magical gloves.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic gloves",
+ "archery_ticket_price": "0",
+ "id": "13516",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Magical boots.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic boots",
+ "archery_ticket_price": "0",
+ "id": "13517",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "examine": "Blue: A magical hat. ",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic hat",
+ "archery_ticket_price": "0",
+ "id": "13518",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0"
+ },
+ {
+ "examine": "The upper half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic robe top",
+ "archery_ticket_price": "0",
+ "id": "13519",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0"
+ },
+ {
+ "examine": "The lower half of a magical robe.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,2,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic robe bottom",
+ "archery_ticket_price": "0",
+ "id": "13520",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0"
+ },
+ {
+ "examine": "Bright/Dark magical gloves.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic gloves",
+ "archery_ticket_price": "0",
+ "id": "13521",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Magical boots.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1",
+ "name": "Mystic boots",
+ "archery_ticket_price": "0",
+ "id": "13522",
+ "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0"
+ },
+ {
+ "examine": "A nice sturdy bow made out of maple.",
+ "durability": null,
+ "low_alchemy": "256",
+ "high_alchemy": "384",
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "193",
+ "name": "Maple longbow",
+ "archery_ticket_price": "0",
+ "id": "13523",
+ "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A shortbow made out of maple, still effective.",
+ "durability": null,
+ "low_alchemy": "160",
+ "high_alchemy": "240",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "111",
+ "name": "Maple shortbow",
+ "archery_ticket_price": "0",
+ "id": "13524",
+ "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A nice sturdy bow made out of yew.",
+ "durability": null,
+ "low_alchemy": "512",
+ "high_alchemy": "768",
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "486",
+ "name": "Yew longbow",
+ "archery_ticket_price": "0",
+ "id": "13525",
+ "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A shortbow made out of yew, still effective.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "253",
+ "name": "Yew shortbow",
+ "archery_ticket_price": "0",
+ "id": "13526",
+ "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A nice sturdy magical bow.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "1024",
+ "high_alchemy": "1536",
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1211",
+ "name": "Magic longbow",
+ "archery_ticket_price": "0",
+ "id": "13527",
+ "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Short and magical, but still effective.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "640",
+ "high_alchemy": "960",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "655",
+ "name": "Magic shortbow",
+ "archery_ticket_price": "0",
+ "id": "13528",
+ "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "21698",
+ "name": "Seercull",
+ "archery_ticket_price": "0",
+ "id": "13529",
+ "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A runite crossbow.",
+ "durability": null,
+ "low_alchemy": "6480",
+ "high_alchemy": "9720",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "17",
+ "absorb": "0,0,0",
+ "render_anim": "175",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "8890",
+ "name": "Rune crossbow",
+ "archery_ticket_price": "0",
+ "id": "13530",
+ "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "1696744720",
+ "durability": null,
+ "name": "Red partyhat",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13531",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "1314730495",
+ "durability": null,
+ "name": "Yellow partyhat",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13532",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "2147483647",
+ "durability": null,
+ "name": "Blue partyhat",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13533",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "1481913809",
+ "durability": null,
+ "name": "Green partyhat",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13534",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "1248900588",
+ "durability": null,
+ "name": "Purple partyhat",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13535",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "examine": "A nice hat from a cracker.",
+ "grand_exchange_price": "2147473360",
+ "durability": null,
+ "name": "White partyhat",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13536",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "It's a Santa hat.",
+ "durability": null,
+ "low_alchemy": "64",
+ "high_alchemy": "96",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "130433327",
+ "name": "Santa hat",
+ "archery_ticket_price": "0",
+ "id": "13537",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Aaaarrrghhh ... I'm a monster.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "104671288",
+ "name": "Green h'ween mask",
+ "archery_ticket_price": "0",
+ "id": "13538",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Aaaarrrghhh ... I'm a monster.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "127720943",
+ "name": "Blue h'ween mask",
+ "archery_ticket_price": "0",
+ "id": "13539",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Aaaarrrghhh ... I'm a monster.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "171640098",
+ "name": "Red h'ween mask",
+ "archery_ticket_price": "0",
+ "id": "13540",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A powerful bow made from willow.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2606",
+ "name": "Willow comp bow",
+ "archery_ticket_price": "0",
+ "id": "13541",
+ "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A powerful bow made from yew wood.",
+ "durability": null,
+ "low_alchemy": "720",
+ "high_alchemy": "1080",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "588",
+ "name": "Yew comp bow",
+ "archery_ticket_price": "0",
+ "id": "13542",
+ "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A powerful bow made from magic wood.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "1000",
+ "high_alchemy": "1500",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1345",
+ "name": "Magic comp bow",
+ "archery_ticket_price": "0",
+ "id": "13543",
+ "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Ancient range protection crafted from white dragonhide.",
+ "durability": null,
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "74503559",
+ "name": "3rd age range top",
+ "archery_ticket_price": "0",
+ "id": "13544",
+ "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0"
+ },
+ {
+ "examine": "Fabulously ancient range protection crafted from white dragonhide.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,4,2",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "47837515",
+ "name": "3rd age range legs",
+ "archery_ticket_price": "0",
+ "id": "13545",
+ "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0"
+ },
+ {
+ "examine": "Ancient range protection crafted from white dragonhide.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,3,1",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "9746895",
+ "name": "3rd age range coif",
+ "archery_ticket_price": "0",
+ "id": "13546",
+ "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0"
+ },
+ {
+ "examine": "Fabulously ancient range protection crafted from white dragonhide.",
+ "durability": null,
+ "low_alchemy": "86000",
+ "high_alchemy": "129000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6826420",
+ "name": "3rd age vambraces",
+ "archery_ticket_price": "0",
+ "id": "13547",
+ "bonuses": "0,0,0,-11,11,6,5,7,9,0,5,0,0,0,0"
+ },
+ {
+ "examine": "Ancient mage protection enchanted in the Third-Age.",
+ "durability": null,
+ "low_alchemy": "18000",
+ "high_alchemy": "27000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,2,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "138719269",
+ "name": "3rd age robe top",
+ "archery_ticket_price": "0",
+ "id": "13548",
+ "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0"
+ },
+ {
+ "examine": "Ancient mage protection enchanted in the Third-Age.",
+ "durability": null,
+ "low_alchemy": "16000",
+ "high_alchemy": "24000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,2,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "89961678",
+ "name": "3rd age robe",
+ "archery_ticket_price": "0",
+ "id": "13549",
+ "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0"
+ },
+ {
+ "examine": "Ancient mage protection enchanted in the Third-Age.",
+ "durability": null,
+ "low_alchemy": "4000",
+ "high_alchemy": "6000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,1,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "14976830",
+ "name": "3rd age mage hat",
+ "archery_ticket_price": "0",
+ "id": "13550",
+ "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0"
+ },
+ {
+ "examine": "Ancient mage protection enchanted in the Third-Age.",
+ "durability": null,
+ "low_alchemy": "8000",
+ "high_alchemy": "12000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "35019596",
+ "name": "3rd age amulet",
+ "archery_ticket_price": "0",
+ "id": "13551",
+ "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Ancient armour beaten from magical silver.",
+ "durability": null,
+ "low_alchemy": "80000",
+ "high_alchemy": "120000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "244180930",
+ "name": "3rd age platelegs",
+ "archery_ticket_price": "0",
+ "id": "13552",
+ "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0"
+ },
+ {
+ "examine": "Ancient armour beaten from magical silver.",
+ "durability": null,
+ "low_alchemy": "80000",
+ "high_alchemy": "120000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,9",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "266509014",
+ "name": "3rd age platebody",
+ "archery_ticket_price": "0",
+ "id": "13553",
+ "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0"
+ },
+ {
+ "examine": "Ancient armour beaten from magical silver.",
+ "durability": null,
+ "low_alchemy": "36000",
+ "high_alchemy": "54000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "50697678",
+ "name": "3rd age full helmet",
+ "archery_ticket_price": "0",
+ "id": "13554",
+ "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0"
+ },
+ {
+ "examine": "Ancient armour beaten from magical silver.",
+ "durability": null,
+ "low_alchemy": "72000",
+ "high_alchemy": "108000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "5,0,11",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "91262203",
+ "name": "3rd age kiteshield",
+ "archery_ticket_price": "0",
+ "id": "13555",
+ "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0"
+ },
+ {
+ "examine": "Lightweight boots ideal for rangers.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6253527",
+ "name": "Ranger boots",
+ "archery_ticket_price": "0",
+ "id": "13556",
+ "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0"
+ },
+ {
+ "examine": "Slightly magical boots.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "388955",
+ "name": "Wizard boots",
+ "archery_ticket_price": "0",
+ "id": "13557",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Endorsed by Robin Hood.",
+ "durability": null,
+ "low_alchemy": "180",
+ "high_alchemy": "270",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1962571",
+ "name": "Robin hood hat",
+ "archery_ticket_price": "0",
+ "id": "13558",
+ "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will have talk to Explorer Jack in Lumbridge if you destroy this one.",
+ "shop_price": "350",
+ "examine": "A Lumbridge explorer's ring.",
+ "durability": null,
+ "name": "Explorer's ring 1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13560",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0",
+ "equipment_slot": "12"
+ },
+ {
+ "destroy_message": "You will have talk to ",
+ "shop_price": "350",
+ "examine": "A Lumbridge explorer's ring.",
+ "durability": null,
+ "name": "Explorer's ring 2",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13561",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0",
+ "equipment_slot": "12"
+ },
+ {
+ "destroy_message": "You will need to obtain a new ring from Ned in Draynor if you destroy this one.",
+ "shop_price": "350",
+ "examine": "A Lumbridge explorer's ring.",
+ "durability": null,
+ "name": "Explorer's ring 3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13562",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,1,0,0",
+ "equipment_slot": "12"
+ },
+ {
+ "shop_price": "38",
+ "examine": "An occasionally edible mushroom.",
+ "durability": null,
+ "low_alchemy": "15",
+ "high_alchemy": "22",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "100",
+ "name": "Button mushroom",
+ "archery_ticket_price": "0",
+ "id": "13563",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "38",
+ "examine": "An occasionally edible mushroom.",
+ "durability": null,
+ "low_alchemy": "15",
+ "high_alchemy": "22",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "100",
+ "name": "Button mushroom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13564"
+ },
+ {
+ "durability": null,
+ "name": "Doll",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13565",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You may be able to find a new ring near where Summer stood outside the wilderness wall.",
+ "examine": "This magical ring once belonged to Summer's mother.",
+ "durability": null,
+ "name": "Jennica's ring",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13566",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "12"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "Logs cut from a cursed magic tree.",
+ "durability": null,
+ "name": "Cursed magic logs",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13567",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "Logs cut from a cursed magic tree.",
+ "durability": null,
+ "name": "Cursed magic logs",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13568"
+ },
+ {
+ "destroy_message": "Hopefully, Jorral will be able to return them.",
+ "examine": "Notes on how to use the enchanted key.",
+ "durability": null,
+ "name": "Enchanted key notes",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13569",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Useful for mixing things.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "106",
+ "name": "Bowl",
+ "archery_ticket_price": "0",
+ "id": "13570",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "It's a bucket of milk.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "7",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "177",
+ "name": "Bucket of milk",
+ "archery_ticket_price": "0",
+ "id": "13571",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A fresh herb.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "595",
+ "name": "Clean guam",
+ "archery_ticket_price": "0",
+ "id": "13572",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You'll have to start again from stratch.",
+ "examine": "A bowlful of bees' precious product.",
+ "durability": null,
+ "name": "Bowl of honey",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13573",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You'll have to start again from stratch.",
+ "examine": "A bowlful of milk and honey.",
+ "durability": null,
+ "name": "Bowl of milk and honey",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13574",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You'll have to start again from stratch.",
+ "examine": "A bowl full of milk, honey and guam.",
+ "durability": null,
+ "name": "Bowl of milk, honey and guam",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13575",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Hopefully, the family has more papyrus and charcoal.",
+ "examine": "Your best impression of a map of RuneScape.",
+ "durability": null,
+ "name": "Map of runescape",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13576",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Used for making notes.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "290",
+ "name": "Papyrus",
+ "archery_ticket_price": "0",
+ "id": "13577",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A lump of charcoal.",
+ "durability": null,
+ "low_alchemy": "18",
+ "high_alchemy": "27",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "296",
+ "name": "Charcoal",
+ "archery_ticket_price": "0",
+ "id": "13578",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A slightly muddy spade. ",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "130",
+ "name": "Spade",
+ "archery_ticket_price": "0",
+ "id": "13579",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A plant pot filled with soil.",
+ "durability": null,
+ "name": "Plant pot",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13580",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A seedling has been sown in this plant pot.",
+ "durability": null,
+ "name": "Pear tree seedling",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13581",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A seedling has been sown in this plant pot.",
+ "durability": null,
+ "name": "Mango tree seedling",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13582",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A seedling has been sown in this plant pot.",
+ "durability": null,
+ "name": "Quince tree seedling",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13583",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A seedling has been sown in this plant pot.",
+ "durability": null,
+ "name": "Lemon tree seedling",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13584",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A seedling has been sown in this plant pot.",
+ "durability": null,
+ "name": "Avocado tree seedling",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13585",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A seedling has been sown in this plant pot.",
+ "durability": null,
+ "name": "Plum tree seedling",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13586",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "4",
+ "examine": "I can grind things for potions in this.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "169",
+ "name": "Pestle and mortar",
+ "archery_ticket_price": "0",
+ "id": "13587",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "One of the ingredients for making fish food.",
+ "grand_exchange_price": "5",
+ "durability": null,
+ "name": "Ground guam",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13588",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "2",
+ "examine": "It's an empty bucket. ",
+ "durability": null,
+ "high_alchemy": "1",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "39",
+ "name": "Bucket",
+ "archery_ticket_price": "0",
+ "id": "13589",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "It seems to change temperature as I walk. (Making History)",
+ "durability": null,
+ "name": "Enchanted key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13591",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Hopefully, you can find another.",
+ "examine": "Some ladies jewellery.",
+ "durability": null,
+ "name": "A brooch",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13592",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will not get another chance to read the book!",
+ "examine": "It's falling apart, but full of knowledge.",
+ "durability": null,
+ "name": "Old tome",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13593",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Runecrafting guild teleport",
+ "archery_ticket_price": "0",
+ "id": "13598",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Air altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13599",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Mind altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13600",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Water altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13601",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Earth altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13602",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Fire altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13603",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Body altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13604",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Cosmic altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13605",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Chaos altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13606",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Nature altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13607",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Law altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13608",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Death altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13609",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Blood altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13610",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A tablet containing a magic spell.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Astral altar teleport",
+ "archery_ticket_price": "0",
+ "id": "13611",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13612",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13613",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Heavy duty wizard robes.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Runecrafter robe",
+ "archery_ticket_price": "0",
+ "id": "13614",
+ "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13615",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13616",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "A heavy-duty wizard robe.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "name": "Runecrafter skirt",
+ "archery_ticket_price": "0",
+ "id": "13617",
+ "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Essence can be rough on the hands",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Drop",
+ "name": "Runecrafter gloves",
+ "archery_ticket_price": "0",
+ "id": "13618",
+ "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Heavy duty wizard robes.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Runecrafter robe",
+ "archery_ticket_price": "0",
+ "id": "13619",
+ "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13620",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13621",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "A heavy-duty wizard robe.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "name": "Runecrafter skirt",
+ "archery_ticket_price": "0",
+ "id": "13622",
+ "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Essence can be rough on the hands",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Drop",
+ "name": "Runecrafter gloves",
+ "archery_ticket_price": "0",
+ "id": "13623",
+ "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Heavy duty wizard robes.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Runecrafter robe",
+ "archery_ticket_price": "0",
+ "id": "13624",
+ "bonuses": "0,0,0,5,0,5,5,5,5,5,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13625",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13626",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "A heavy-duty wizard robe.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "name": "Runecrafter skirt",
+ "archery_ticket_price": "0",
+ "id": "13627",
+ "bonuses": "0,0,0,4,0,4,4,4,4,4,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Essence can be rough on the hands",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Drop",
+ "name": "Runecrafter gloves",
+ "archery_ticket_price": "0",
+ "id": "13628",
+ "bonuses": "0,0,0,2,0,2,2,2,2,2,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "Staff with a holder for a talisman on top.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "5",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "destroy_message": "Drop",
+ "name": "Runecrafting staff",
+ "archery_ticket_price": "0",
+ "id": "13629",
+ "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Air talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13630",
+ "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Mind talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13631",
+ "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Water talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13632",
+ "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Earth talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13633",
+ "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Fire talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13634",
+ "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Body talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13635",
+ "bonuses": "0,-1,7,5,0,2,3,1,15,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Cosmic talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13636",
+ "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Chaos talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13637",
+ "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "No",
+ "name": "Nature talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13638",
+ "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Law talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13639",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Death talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13640",
+ "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "low_alchemy": "600",
+ "high_alchemy": "900",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Blood talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13641",
+ "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "1500",
+ "examine": "A staff with a talisman on top.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.",
+ "name": "Omni-talisman staff",
+ "archery_ticket_price": "0",
+ "id": "13642",
+ "bonuses": "0,-1,7,5,0,2,3,1,16,0,0,33,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Attracts Runecrafting energy orbs in the rune altars.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "If you destroy this, you will leave the game.",
+ "name": "Yellow attractor",
+ "archery_ticket_price": "0",
+ "id": "13643",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Repels Runecrafting energy orbs in the rune altars.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "If you destroy this, you will leave the game.",
+ "name": "Yellow repeller",
+ "archery_ticket_price": "0",
+ "id": "13644",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Attracts Runecrafting energy orbs in the rune altars.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "If you destroy this, you will leave the game.",
+ "name": "Green attractor",
+ "archery_ticket_price": "0",
+ "id": "13645",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Repels Runecrafting energy orbs in the rune altars.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "If you destroy this, you will leave the game.",
+ "name": "Green repeller",
+ "archery_ticket_price": "0",
+ "id": "13646",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "It creates barriers.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "If you destroy this, you will leave the game.",
+ "name": "Green barrier generator",
+ "archery_ticket_price": "0",
+ "id": "13647",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "It creates barriers.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "If you destroy this, you will leave the game.",
+ "name": "Yellow barrier generator",
+ "archery_ticket_price": "0",
+ "id": "13648",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will have to speak to ",
+ "shop_price": "4",
+ "examine": "Many mysterious powers emanate from the talisman.",
+ "durability": null,
+ "name": "Omni-talisman",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13649",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Unknown ",
+ "examine": "Wizard Elriss will exchange these for rewards.",
+ "durability": null,
+ "name": "Runecrafting guild token",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13650",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Unknown ",
+ "examine": "Wizard Elriss will exchange these for rewards.",
+ "durability": null,
+ "name": "Runecrafting guild token",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13651",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Unknown ",
+ "examine": "Wizard Elriss will exchange these for rewards.",
+ "durability": null,
+ "name": "Runecrafting guild token",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13652",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Unknown ",
+ "examine": "Wizard Elriss will exchange these for rewards.",
+ "durability": null,
+ "name": "Runecrafting guild token",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13653",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Unknown ",
+ "examine": "Wizard Elriss will exchange these for rewards.",
+ "durability": null,
+ "name": "Runecrafting guild token",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13654",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.",
+ "shop_price": "100",
+ "examine": "A tiara infused with the properties of all talismans.",
+ "durability": null,
+ "name": "Omni-tiara",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13655",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13656",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13657",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "75",
+ "examine": "Comes with goggles, for extra safety while Runecrafting.",
+ "durability": null,
+ "low_alchemy": "30",
+ "high_alchemy": "45",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Runecrafter hat",
+ "archery_ticket_price": "0",
+ "id": "13658",
+ "bonuses": "0,0,0,3,0,3,3,3,3,3,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "It burns, burns, burns...",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "12",
+ "destroy_message": "To get another Ring of Fire, you need to keep six beacons alight simultaneously and then talk to King Roald.",
+ "name": "Ring of fire",
+ "archery_ticket_price": "0",
+ "id": "13659",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "point_price": "50"
+ },
+ {
+ "destroy_message": "To get another pair of Flame Gloves, you need to keep ten beacons alight simultaneously and then talk to King Roald.",
+ "shop_price": "200",
+ "examine": "The hottest gloves in town.",
+ "durability": null,
+ "name": "Flame gloves",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13660",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "shop_price": "300",
+ "examine": "Danger: risk of fire.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "render_anim": "1096",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,401,395",
+ "destroy_message": "To get another Inferno Adze, you need to keep all fourteen beacons alight simultaneously and then talk to King Roald.",
+ "attack_audios": "",
+ "name": "Inferno adze",
+ "archery_ticket_price": "0",
+ "id": "13661",
+ "bonuses": "10,9,7,0,0,0,1,0,0,0,0,11,0,0,0",
+ "point_price": "75"
+ },
+ {
+ "durability": null,
+ "name": "Fire beacon",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13662",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "The ticket says: Tearing this ticket will make you leave the circus. Choose wisely.",
+ "shop_price": "10",
+ "examine": "Tear ticket to exit the circus.",
+ "durability": null,
+ "name": "Circus ticket",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13663",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Let's give them a big hand!",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "7",
+ "absorb": "0,0,0",
+ "render_anim": "326",
+ "equipment_slot": "3",
+ "destroy_message": "You will need to speak to the ringmaster to get another one.",
+ "name": "Giant's hand",
+ "archery_ticket_price": "0",
+ "id": "13666",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "10",
+ "examine": "A clown hat!",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Clown hat",
+ "archery_ticket_price": "0",
+ "id": "13667",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Buttoning this up is tricky.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "remove_sleeves": "true",
+ "name": "Clown shirt",
+ "archery_ticket_price": "0",
+ "id": "13668",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "These are my funny pants.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Clown leggings",
+ "archery_ticket_price": "0",
+ "id": "13669",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "For helping clowns stay upright.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "10",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Clown shoes",
+ "archery_ticket_price": "0",
+ "id": "13670",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "For making a happy noise.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "render_anim": "327",
+ "equipment_slot": "3",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Tambourine",
+ "archery_ticket_price": "0",
+ "id": "13671",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Very stylish.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another one.",
+ "name": "Ringmaster hat",
+ "archery_ticket_price": "0",
+ "id": "13672",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Fits nicely.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "You will need to speak to the ringmaster to get another one.",
+ "remove_sleeves": "true",
+ "name": "Ringmaster shirt",
+ "archery_ticket_price": "0",
+ "id": "13673",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Very stylish.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "You will need to speak to the ringmaster to get another one.",
+ "name": "Ringmaster pants",
+ "archery_ticket_price": "0",
+ "id": "13674",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Shiny.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "10",
+ "destroy_message": "You will need to speak to the ringmaster to get another one.",
+ "name": "Ringmaster boots",
+ "archery_ticket_price": "0",
+ "id": "13675",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "For shouting at people.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "render_anim": "328",
+ "equipment_slot": "3",
+ "destroy_message": "You will need to speak to the ringmaster to get another one.",
+ "name": "Mega-phonus",
+ "archery_ticket_price": "0",
+ "id": "13676",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Stretchy.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "remove_sleeves": "true",
+ "name": "Acrobat shirt",
+ "archery_ticket_price": "0",
+ "id": "13677",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Very tight fitting.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Acrobat pants",
+ "archery_ticket_price": "0",
+ "id": "13678",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "These keep your feet off the floor.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "10",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Acrobat shoes",
+ "archery_ticket_price": "0",
+ "id": "13679",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "10",
+ "examine": "Oh no, I'm bald! Just kidding.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Acrobat hood",
+ "archery_ticket_price": "0",
+ "id": "13680",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Stretchy.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "remove_sleeves": "true",
+ "name": "Acrobat shirt",
+ "archery_ticket_price": "0",
+ "id": "13681",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Very tight fitting.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Acrobat pants",
+ "archery_ticket_price": "0",
+ "id": "13682",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "These keep your feet off the floor.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "10",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Acrobat shoes",
+ "archery_ticket_price": "0",
+ "id": "13683",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "10",
+ "examine": "Oh no, I'm bald! Just kidding.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "Acrobat hood",
+ "archery_ticket_price": "0",
+ "id": "13684",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Very dapper!",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "A stylish hat",
+ "archery_ticket_price": "0",
+ "id": "13685",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Very dapper!",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "A stylish hat",
+ "archery_ticket_price": "0",
+ "id": "13686",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Very dapper!",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "A stylish hat",
+ "archery_ticket_price": "0",
+ "id": "13687",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "10",
+ "examine": "Very dapper!",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "A stylish hat",
+ "archery_ticket_price": "0",
+ "id": "13688",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "10",
+ "examine": "Very dapper!",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "A stylish hat",
+ "archery_ticket_price": "0",
+ "id": "13689",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "10",
+ "examine": "Very dapper!",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "You will need to speak to the ringmaster to get another.",
+ "name": "A stylish hat",
+ "archery_ticket_price": "0",
+ "id": "13690",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shirt",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13691",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shirt",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13692",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shirt",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13693",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shirt",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13694",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shirt",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13695",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "remove_sleeves": "true",
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shirt",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13696",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Leggings",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13697",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Leggings",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13698",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Leggings",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13699",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Skirt",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13700",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Skirt",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13701",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Skirt",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13702",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shoes",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13703",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shoes",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13704",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shoes",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13705",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "shop_price": "10",
+ "durability": null,
+ "name": "Shoes",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13706",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.",
+ "examine": "Shows you the moves you need to succeed!",
+ "durability": null,
+ "name": "Tightrope 101",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13707",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another Tightrope 101 by speaking to the Agility assistant.",
+ "examine": "Shows you the moves you need to succeed!",
+ "durability": null,
+ "name": "Tightrope 101",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13708"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 10 is advised when juggling these.",
+ "durability": null,
+ "name": "Balls (level 10 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13709",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 20 is advised when juggling these.",
+ "durability": null,
+ "name": "Plates (level 20 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13710",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 30 is advised when juggling these.",
+ "durability": null,
+ "name": "Eggs (level 30 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13711",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 40 is advised when juggling these.",
+ "durability": null,
+ "name": "Knives (level 40 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13712",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 50 is advised when juggling these.",
+ "durability": null,
+ "name": "Spades (level 50 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13713",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 60 is advised when juggling these.",
+ "durability": null,
+ "name": "Tuna (level 60 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13714",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 70 is advised when juggling these.",
+ "durability": null,
+ "name": "Soap (level 70 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13715",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 80 is advised when juggling these.",
+ "durability": null,
+ "name": "Cannon balls (level 80 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13716",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 90 is advised when juggling these.",
+ "durability": null,
+ "name": "Torches (level 90 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13717",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "examine": "An Agility level of 99 is advised when juggling these.",
+ "durability": null,
+ "name": "Chinchompas (level 99 approx.)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13718",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "50",
+ "examine": "Short, but effective.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "render_anim": "176",
+ "equipment_slot": "3",
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "name": "Performance shortbow",
+ "archery_ticket_price": "0",
+ "id": "13719",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "14",
+ "examine": "A finely balanced throwing knife.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "name": "Performance knife",
+ "archery_ticket_price": "0",
+ "id": "13720",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "4",
+ "examine": "A finely balanced throwing axe.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "name": "Performance throwing axe",
+ "archery_ticket_price": "0",
+ "id": "13721",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "shop_price": "7",
+ "examine": "Arrows with bronze heads.",
+ "durability": null,
+ "name": "Performance arrow",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13722",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "13"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "shop_price": "100",
+ "examine": "A tablet containing a Magic spell.",
+ "durability": null,
+ "name": "Teleport spell",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13723",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "shop_price": "100",
+ "examine": "A tablet containing a Magic spell.",
+ "durability": null,
+ "name": "Levitation spell",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13724",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "shop_price": "100",
+ "examine": "A tablet containing a Magic spell.",
+ "durability": null,
+ "name": "Alchemy spell",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13725",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another one from the equipment box for this performance.",
+ "shop_price": "100",
+ "examine": "A tablet containing a Magic spell.",
+ "durability": null,
+ "name": "Elemental spell",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13726",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50",
+ "examine": "Small, shiny bits of rock.",
+ "durability": null,
+ "low_alchemy": "20",
+ "high_alchemy": "30",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "You can mine more if you find another crashed star.",
+ "name": "Stardust",
+ "archery_ticket_price": "0",
+ "id": "13727",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will need to speak with Larry/Chuck at Ardougne Zoo to get another.",
+ "examine": "Notes on the locations of penguin spies.",
+ "durability": null,
+ "name": "Spy notebook",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13732",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}-{5,55}",
+ "shop_price": "70000",
+ "examine": "An ethereal shield.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "28000",
+ "high_alchemy": "42000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "5",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "39982",
+ "name": "Spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13734",
+ "bonuses": "0,0,0,0,0,39,41,50,1,45,40,0,1,0,0"
+ },
+ {
+ "shop_price": "70000",
+ "examine": "An ethereal shield.",
+ "durability": null,
+ "low_alchemy": "28000",
+ "high_alchemy": "42000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "39982",
+ "name": "Spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13735"
+ },
+ {
+ "requirements": "{1,70}-{5,60}",
+ "shop_price": "1400000",
+ "examine": "An ethereal shield that has been blessed with holy powers.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "560000",
+ "high_alchemy": "840000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "5",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "936814",
+ "name": "Blessed spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13736",
+ "bonuses": "0,0,0,0,0,53,55,73,2,52,65,0,3,0,0"
+ },
+ {
+ "shop_price": "1400000",
+ "examine": "An ethereal shield that has been blessed with holy powers.",
+ "durability": null,
+ "low_alchemy": "560000",
+ "high_alchemy": "840000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "936814",
+ "name": "Blessed spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13737"
+ },
+ {
+ "requirements": "{1,75}-{6,65}-{5,70}",
+ "shop_price": "2000000",
+ "examine": "An ethereal shield with an arcane sigil attached to it.",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "5",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "15076199",
+ "name": "Arcane spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13738",
+ "bonuses": "0,0,0,20,0,53,55,73,2,52,65,0,3,0,0"
+ },
+ {
+ "shop_price": "2000000",
+ "examine": "An ethereal shield with an arcane sigil attached to it.",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "15076199",
+ "name": "Arcane spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13739"
+ },
+ {
+ "requirements": "{1,75}-{5,75}",
+ "shop_price": "2000000",
+ "examine": "An ethereal shield with a divine sigil attached to it.",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "5",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "40003587",
+ "name": "Divine spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13740",
+ "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0"
+ },
+ {
+ "shop_price": "2000000",
+ "examine": "An ethereal shield with a divine sigil attached to it.",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "40003587",
+ "name": "Divine spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13741"
+ },
+ {
+ "requirements": "{1,75}-{5,75}",
+ "shop_price": "2000000",
+ "examine": "An ethereal shield with an elysian sigil attached to it.",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "5",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "28420591",
+ "name": "Elysian spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13742",
+ "bonuses": "0,0,0,0,0,63,65,75,2,57,65,0,3,0,0"
+ },
+ {
+ "shop_price": "2000000",
+ "examine": "An ethereal shield with an elysian sigil attached to it.",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "28420591",
+ "name": "Elysian spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13743"
+ },
+ {
+ "requirements": "{1,75}-{5,70}-{6,65}",
+ "shop_price": "2000000",
+ "examine": "An ethereal shield with a spectral sigil attached to it.",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "5",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3616112",
+ "name": "Spectral spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13744",
+ "bonuses": "0,0,0,0,0,53,55,73,30,52,65,0,3,0,0"
+ },
+ {
+ "shop_price": "2000000",
+ "examine": "An ethereal shield with a spectral sigil attached to it.",
+ "durability": null,
+ "low_alchemy": "800000",
+ "high_alchemy": "1200000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3616112",
+ "name": "Spectral spirit shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13745"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A sigil in the shape of an arcane rune.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "19508553",
+ "name": "Arcane sigil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13746",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A sigil in the shape of an arcane rune.",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "19508553",
+ "name": "Arcane sigil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13747"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A sigil in the shape of a divine symbol.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "53026134",
+ "name": "Divine sigil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13748",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A sigil in the shape of a divine symbol.",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "53026134",
+ "name": "Divine sigil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13749"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A sigil marked with elysian signs.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "36159098",
+ "name": "Elysian sigil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13750",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A sigil marked with elysian signs.",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "36159098",
+ "name": "Elysian sigil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13751"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A sigil tempered with spectral powers.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3116720",
+ "name": "Spectral sigil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13752",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A sigil tempered with spectral powers.",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3116720",
+ "name": "Spectral sigil",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13753"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A bottle of holy elixir.",
+ "rare_item": "true",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "950904",
+ "name": "Holy elixir",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13754",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "750000",
+ "examine": "A bottle of holy elixir.",
+ "durability": null,
+ "low_alchemy": "300000",
+ "high_alchemy": "450000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "950904",
+ "name": "Holy elixir",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13755"
+ },
+ {
+ "shop_price": "40",
+ "examine": "Logs cut from cursed willow roots.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Cursed willow logs",
+ "archery_ticket_price": "0",
+ "id": "13756",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A loyal scout of Varrock.",
+ "durability": null,
+ "name": "Hartwin",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13757",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You'll have to keep searching trees near the zombie trails until you find another.",
+ "examine": "A key that was found while tracking zombies. (Defender of Varrock)",
+ "durability": null,
+ "name": "Grubby key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13758",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You'll have to speak to Thurgo to find another.",
+ "shop_price": "1",
+ "examine": "The location of ",
+ "durability": null,
+ "name": "Scrap of paper",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13759",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Bottle",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13760",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A bottle of red mist.",
+ "durability": null,
+ "name": "Bottle of mist",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13761",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another from ",
+ "examine": "This lists each of the founding members of the ",
+ "durability": null,
+ "name": "List of elders",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13762",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "I hope I don't meet any roundheads...",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "name": "Cavalier and mask",
+ "archery_ticket_price": "0",
+ "id": "13763",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A right hand fighting claw.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "2400",
+ "high_alchemy": "3600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "absorb": "0,0,0",
+ "equip_audio": "1003",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6535",
+ "name": "Rune claws",
+ "archery_ticket_price": "0",
+ "id": "13764",
+ "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0"
+ },
+ {
+ "examine": "A powerful dagger.",
+ "durability": null,
+ "low_alchemy": "3200",
+ "high_alchemy": "4800",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4381",
+ "name": "Rune dagger",
+ "archery_ticket_price": "0",
+ "id": "13765",
+ "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "durability": null,
+ "name": "Rune dagger(p)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13766",
+ "absorb": "0,0,0",
+ "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "durability": null,
+ "name": "Rune dagger(p+)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13767",
+ "absorb": "0,0,0",
+ "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "durability": null,
+ "name": "Rune dagger(p++)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13768",
+ "absorb": "0,0,0",
+ "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0"
+ },
+ {
+ "examine": "A rune tipped spear.",
+ "durability": null,
+ "low_alchemy": "8320",
+ "high_alchemy": "12480",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "11317",
+ "name": "Rune spear",
+ "archery_ticket_price": "0",
+ "id": "13769",
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0"
+ },
+ {
+ "examine": "A dragon tipped spear.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "24960",
+ "high_alchemy": "37440",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "defence_anim": "2079",
+ "attack_anims": "2080,2081,2082,2080",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "36774",
+ "name": "Dragon spear",
+ "archery_ticket_price": "0",
+ "id": "13770",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "destroy_message": "Drop",
+ "name": "Rune spear(p)",
+ "archery_ticket_price": "0",
+ "id": "13771",
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "has_special": "true",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "defence_anim": "2079",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "Drop",
+ "name": "Dragon spear(p)",
+ "archery_ticket_price": "0",
+ "id": "13772",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "destroy_message": "Drop",
+ "name": "Rune spear(p+)",
+ "archery_ticket_price": "0",
+ "id": "13773",
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "has_special": "true",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "defence_anim": "2079",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "Drop",
+ "name": "Dragon spear(p+)",
+ "archery_ticket_price": "0",
+ "id": "13774",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "destroy_message": "Drop",
+ "name": "Rune spear(p++)",
+ "archery_ticket_price": "0",
+ "id": "13775",
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A picture of a lady called Elena.",
+ "has_special": "true",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "defence_anim": "2079",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "Drop",
+ "name": "Dragon spear(p++)",
+ "archery_ticket_price": "0",
+ "id": "13776",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0"
+ },
+ {
+ "examine": "A razor-sharp sword.",
+ "durability": null,
+ "low_alchemy": "8320",
+ "high_alchemy": "12480",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "render_anim": "1381",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "11849",
+ "name": "Rune sword",
+ "archery_ticket_price": "0",
+ "id": "13777",
+ "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0"
+ },
+ {
+ "examine": "A two handed sword.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "weapon_interface": "7",
+ "absorb": "0,0,0",
+ "render_anim": "124",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "37511",
+ "name": "Rune 2h sword",
+ "archery_ticket_price": "0",
+ "id": "13778",
+ "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0"
+ },
+ {
+ "examine": "A rune halberd.",
+ "durability": null,
+ "low_alchemy": "51200",
+ "high_alchemy": "76800",
+ "destroy": "true",
+ "attack_speed": "7",
+ "two_handed": "true",
+ "weapon_interface": "15",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "74298",
+ "name": "Rune halberd",
+ "archery_ticket_price": "0",
+ "id": "13779",
+ "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0"
+ },
+ {
+ "examine": "A spiky mace.",
+ "durability": null,
+ "low_alchemy": "5760",
+ "high_alchemy": "8640",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "7917",
+ "name": "Rune mace",
+ "archery_ticket_price": "0",
+ "id": "13780",
+ "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,0,4,0"
+ },
+ {
+ "examine": "A series of connected metal rings.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "29145",
+ "name": "Rune chainbody",
+ "archery_ticket_price": "0",
+ "id": "13781",
+ "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0"
+ },
+ {
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "low_alchemy": "5000",
+ "high_alchemy": "7500",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "7036",
+ "name": "Rune boots",
+ "archery_ticket_price": "0",
+ "id": "13782",
+ "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0"
+ },
+ {
+ "examine": "A medium sized helmet.",
+ "durability": null,
+ "low_alchemy": "7680",
+ "high_alchemy": "11520",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "10678",
+ "name": "Rune med helm",
+ "archery_ticket_price": "0",
+ "id": "13783",
+ "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0"
+ },
+ {
+ "examine": "A stone helmet.",
+ "durability": null,
+ "low_alchemy": "18400",
+ "high_alchemy": "27600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "26576",
+ "name": "Granite helm",
+ "archery_ticket_price": "0",
+ "id": "13784",
+ "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0"
+ },
+ {
+ "examine": "Provides excellent protection.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,8",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "136414",
+ "name": "Granite body",
+ "archery_ticket_price": "0",
+ "id": "13785",
+ "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0"
+ },
+ {
+ "examine": "These look pretty heavy.",
+ "durability": null,
+ "low_alchemy": "26400",
+ "high_alchemy": "39600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,5",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "72213",
+ "name": "Granite legs",
+ "archery_ticket_price": "0",
+ "id": "13786",
+ "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0"
+ },
+ {
+ "examine": "A medium square shield.",
+ "durability": null,
+ "low_alchemy": "15360",
+ "high_alchemy": "23040",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "22225",
+ "name": "Rune sq shield",
+ "archery_ticket_price": "0",
+ "id": "13787",
+ "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0"
+ },
+ {
+ "examine": "A solid stone shield.",
+ "durability": null,
+ "low_alchemy": "22400",
+ "high_alchemy": "33600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "5,0,10",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "32512",
+ "name": "Granite shield",
+ "archery_ticket_price": "0",
+ "id": "13788",
+ "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0"
+ },
+ {
+ "examine": "A big 'do about nothing.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "42991",
+ "name": "A powdered wig",
+ "archery_ticket_price": "0",
+ "id": "13789",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "These'll help me stay alive.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "811293",
+ "name": "Flared trousers",
+ "archery_ticket_price": "0",
+ "id": "13790",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Alas, someone has slashed my pantaloons.",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "19286",
+ "name": "Pantaloons",
+ "archery_ticket_price": "0",
+ "id": "13791",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A cap for wearing whil...zzzzzzzzz",
+ "durability": null,
+ "low_alchemy": "800",
+ "high_alchemy": "1200",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "75357",
+ "name": "Sleeping cap",
+ "archery_ticket_price": "0",
+ "id": "13792",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A diamond-topped cane.",
+ "durability": null,
+ "low_alchemy": "5760",
+ "high_alchemy": "8640",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "76692",
+ "name": "Rune cane",
+ "archery_ticket_price": "0",
+ "id": "13793",
+ "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,0,4,0"
+ },
+ {
+ "examine": "Comes with a free rabbit!",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "333537",
+ "name": "Top hat",
+ "archery_ticket_price": "0",
+ "id": "13794",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Shear elegance.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "582969",
+ "name": "Sheep mask",
+ "archery_ticket_price": "0",
+ "id": "13795",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "I can get the look right, but can I do the waddle too?",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1159807",
+ "name": "Penguin mask",
+ "archery_ticket_price": "0",
+ "id": "13796",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "The bats have left the belltower.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "681595",
+ "name": "Bat mask",
+ "archery_ticket_price": "0",
+ "id": "13797",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "It's the year of the cat!",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2512014",
+ "name": "Cat mask",
+ "archery_ticket_price": "0",
+ "id": "13798",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "I'm hungry like the wolf.",
+ "durability": null,
+ "low_alchemy": "320",
+ "high_alchemy": "480",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3240770",
+ "name": "Wolf mask",
+ "archery_ticket_price": "0",
+ "id": "13799",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody with gold trim.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "343688",
+ "name": "Rune platebody (g)",
+ "archery_ticket_price": "0",
+ "id": "13800",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platelegs with gold trim.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "drop",
+ "grand_exchange_price": "238139",
+ "name": "Rune platelegs (g)",
+ "archery_ticket_price": "0",
+ "id": "13801",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune plateskirt with gold trim.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "37616",
+ "name": "Rune plateskirt (g)",
+ "archery_ticket_price": "0",
+ "id": "13802",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune full helmet with gold trim.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "247877",
+ "name": "Rune full helm(g)",
+ "archery_ticket_price": "0",
+ "id": "13803",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "examine": "Rune kiteshield with gold trim",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "118205",
+ "name": "Rune kiteshield (g)",
+ "archery_ticket_price": "0",
+ "id": "13804",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody with trim.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "100586",
+ "name": "Rune platebody (t)",
+ "archery_ticket_price": "0",
+ "id": "13805",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platelegs with trim!",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "81577",
+ "name": "Rune platelegs (t)",
+ "archery_ticket_price": "0",
+ "id": "13806",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune plateskirt with trim.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "37701",
+ "name": "Rune plateskirt (t)",
+ "archery_ticket_price": "0",
+ "id": "13807",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune full helmet with trim.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "95809",
+ "name": "Rune full helm (t)",
+ "archery_ticket_price": "0",
+ "id": "13808",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "examine": "A large, metal shield with a nice trim.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "46469",
+ "name": "Rune kiteshield (t)",
+ "archery_ticket_price": "0",
+ "id": "13809",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "examine": "Your money or your life!",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "252995",
+ "name": "Highwayman mask",
+ "archery_ticket_price": "0",
+ "id": "13810",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Parlez-vous francais?",
+ "durability": null,
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "135411",
+ "name": "Blue beret",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "13811",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Parlez-vous francais?",
+ "durability": null,
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "451371",
+ "name": "Black beret",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "13812",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Parlez-vous Francais?",
+ "durability": null,
+ "low_alchemy": "32",
+ "high_alchemy": "48",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "704147",
+ "name": "White beret",
+ "archery_ticket_price": "0",
+ "hat": true,
+ "id": "13813",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "All for one and one for all!",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "42014",
+ "name": "Tan cavalier",
+ "archery_ticket_price": "0",
+ "id": "13814",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "All for one and one for all!",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "61518",
+ "name": "Dark cavalier",
+ "archery_ticket_price": "0",
+ "id": "13815",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "All for one and one for all!",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "338530",
+ "name": "Black cavalier",
+ "archery_ticket_price": "0",
+ "id": "13816",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A minimalist's hat.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "159694",
+ "name": "Red headband",
+ "archery_ticket_price": "0",
+ "id": "13817",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A minimalist's hat.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "83543",
+ "name": "Black headband",
+ "archery_ticket_price": "0",
+ "id": "13818",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A minimalist's hat.",
+ "durability": null,
+ "low_alchemy": "16",
+ "high_alchemy": "24",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "26474",
+ "name": "Brown headband",
+ "archery_ticket_price": "0",
+ "id": "13819",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "868398",
+ "name": "Zamorak platebody",
+ "archery_ticket_price": "0",
+ "id": "13820",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platelegs in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "316989",
+ "name": "Zamorak platelegs",
+ "archery_ticket_price": "0",
+ "id": "13821",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune plateskirt in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "38597",
+ "name": "Zamorak plateskirt",
+ "archery_ticket_price": "0",
+ "id": "13822",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "A full helmet in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "618480",
+ "name": "Zamorak full helm",
+ "archery_ticket_price": "0",
+ "id": "13823",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "examine": "A Rune kiteshield in the colours of Zamorak.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "225574",
+ "name": "Zamorak kiteshield",
+ "archery_ticket_price": "0",
+ "id": "13824",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1555099",
+ "name": "Saradomin platebody",
+ "archery_ticket_price": "0",
+ "id": "13825",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platelegs in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "376849",
+ "name": "Saradomin platelegs",
+ "archery_ticket_price": "0",
+ "id": "13826",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune plateskirt in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "53048",
+ "name": "Saradomin plateskirt",
+ "archery_ticket_price": "0",
+ "id": "13827",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune full helmet in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1025974",
+ "name": "Saradomin full helm",
+ "archery_ticket_price": "0",
+ "id": "13828",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "examine": "Rune kiteshield in the colours of Saradomin.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "353916",
+ "name": "Saradomin kiteshield",
+ "archery_ticket_price": "0",
+ "id": "13829",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "406762",
+ "name": "Guthix platebody",
+ "archery_ticket_price": "0",
+ "id": "13830",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platelegs in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "181471",
+ "name": "Guthix platelegs",
+ "archery_ticket_price": "0",
+ "id": "13831",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune plateskirt in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "38388",
+ "name": "Guthix plateskirt",
+ "archery_ticket_price": "0",
+ "id": "13832",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "A rune full helmet in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "399963",
+ "name": "Guthix full helm",
+ "archery_ticket_price": "0",
+ "id": "13833",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "examine": "Rune kiteshield in the colours of Guthix.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "185266",
+ "name": "Guthix kiteshield",
+ "archery_ticket_price": "0",
+ "id": "13834",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platebody with complete gold trim & plating.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2034838",
+ "name": "Gilded platebody",
+ "archery_ticket_price": "0",
+ "id": "13835",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "examine": "Rune platelegs with gold plate.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1299758",
+ "name": "Gilded platelegs",
+ "archery_ticket_price": "0",
+ "id": "13836",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune plateskirt with gold plate.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "84191",
+ "name": "Gilded plateskirt",
+ "archery_ticket_price": "0",
+ "id": "13837",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Rune full helmet with gold plate.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1057068",
+ "name": "Gilded full helm",
+ "archery_ticket_price": "0",
+ "id": "13838",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "examine": "Rune kiteshield with gold plate.",
+ "durability": null,
+ "low_alchemy": "21760",
+ "high_alchemy": "32640",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "506093",
+ "name": "Gilded kiteshield",
+ "archery_ticket_price": "0",
+ "id": "13839",
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,45,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Atk, Def, Str and LP xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (melee)",
+ "archery_ticket_price": "0",
+ "id": "13845",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Ranged xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (ranged)",
+ "archery_ticket_price": "0",
+ "id": "13846",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Magic xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (magic)",
+ "archery_ticket_price": "0",
+ "id": "13847",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Prayer xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (prayer)",
+ "archery_ticket_price": "0",
+ "id": "13848",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Agility xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (agility)",
+ "archery_ticket_price": "0",
+ "id": "13849",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Woodcutting xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (wc)",
+ "archery_ticket_price": "0",
+ "id": "13850",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Firemaking xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (fm)",
+ "archery_ticket_price": "0",
+ "id": "13851",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Mining xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (mining)",
+ "archery_ticket_price": "0",
+ "id": "13852",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Hunting xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (hunter)",
+ "archery_ticket_price": "0",
+ "id": "13853",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Thieving xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (thieving)",
+ "archery_ticket_price": "0",
+ "id": "13854",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Smithing xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (smithing)",
+ "archery_ticket_price": "0",
+ "id": "13855",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Fishing xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (fishing)",
+ "archery_ticket_price": "0",
+ "id": "13856",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "50000",
+ "examine": "A pair of gloves that gives you bonus Cooking xp.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "9",
+ "destroy_message": "Your brawling gloves are fragile and will disappear if you drop them. Are you sure you want to drop them?",
+ "name": "Brawling gloves (cooking)",
+ "archery_ticket_price": "0",
+ "id": "13857",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "12,6,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1412812",
+ "name": "Zuriel's robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13858",
+ "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1412812",
+ "name": "Zuriel's robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13859"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "12,6,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1412812",
+ "name": "Zuriel's robe top (deg)",
+ "archery_ticket_price": "0",
+ "id": "13860",
+ "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "986668",
+ "name": "Zuriel's robe bottom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13861",
+ "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "986668",
+ "name": "Zuriel's robe bottom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13862"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "986668",
+ "name": "Zuriel's robe bottom (deg)",
+ "archery_ticket_price": "0",
+ "id": "13863",
+ "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "250000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "6,3,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "361542",
+ "name": "Zuriel's hood",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13864",
+ "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "250000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "361542",
+ "name": "Zuriel's hood",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13865"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "150000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,3,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "361542",
+ "name": "Zuriel's hood (deg)",
+ "archery_ticket_price": "0",
+ "id": "13866",
+ "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "walk_anim": "1205",
+ "rare_item": "true",
+ "low_alchemy": "120000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "6",
+ "turn180_anim": "1206",
+ "absorb": "0,0,0",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2116989",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "13867",
+ "stand_turn_anim": "1209",
+ "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10",
+ "requirements": "{6,78}",
+ "shop_price": "300000",
+ "durability": null,
+ "high_alchemy": "180000",
+ "destroy": "false",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Zuriel's staff"
+ },
+ {
+ "requirements": "{6,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "120000",
+ "high_alchemy": "180000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2116989",
+ "name": "Zuriel's staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13868"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "walk_anim": "1205",
+ "rare_item": "true",
+ "low_alchemy": "120000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "6",
+ "turn180_anim": "1206",
+ "absorb": "0,0,0",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2116989",
+ "stand_anim": "813",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "13869",
+ "stand_turn_anim": "1209",
+ "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10",
+ "requirements": "",
+ "shop_price": "300000",
+ "durability": null,
+ "high_alchemy": "180000",
+ "destroy": "true",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Zuriel's staff (deg)"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,12,6",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "926341",
+ "name": "Morrigan's leather body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13870",
+ "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "926341",
+ "name": "Morrigan's leather body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13871"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,12,6",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "926341",
+ "name": "Morrigan's leather body (deg)",
+ "archery_ticket_price": "0",
+ "id": "13872",
+ "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,8,4",
+ "equipment_slot": "7",
+ "destroy_message": "Drop, Destroy after degrading.",
+ "grand_exchange_price": "510395",
+ "name": "Morrigan's leather chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13873",
+ "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop, Destroy after degrading.",
+ "grand_exchange_price": "510395",
+ "name": "Morrigan's leather chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13874"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,8,4",
+ "equipment_slot": "7",
+ "destroy_message": "Drop, Destroy after degrading.",
+ "grand_exchange_price": "510395",
+ "name": "Morrigan's leather chaps (deg)",
+ "archery_ticket_price": "0",
+ "id": "13875",
+ "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "250000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "236411",
+ "name": "Morrigan's coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13876",
+ "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "250000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "236411",
+ "name": "Morrigan's coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13877"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "150000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "236411",
+ "name": "Morrigan's coif (deg)",
+ "archery_ticket_price": "0",
+ "id": "13878",
+ "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "4000",
+ "examine": "A vicious javelin.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "1600",
+ "high_alchemy": "2400",
+ "destroy": "false",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "render_anim": "1381",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "19944",
+ "name": "Morrigan's javelin",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13879",
+ "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "10000",
+ "examine": "A vicious javelin.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "1600",
+ "high_alchemy": "2400",
+ "destroy": "false",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "render_anim": "1381",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "19944",
+ "name": "Morrigan's javelin(p)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13880",
+ "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "10000",
+ "examine": "A vicious javelin.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "1600",
+ "high_alchemy": "2400",
+ "destroy": "false",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "render_anim": "1381",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "19944",
+ "name": "Morrigan's javelin(p+)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13881",
+ "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "10000",
+ "examine": "A vicious javelin.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "1600",
+ "high_alchemy": "2400",
+ "destroy": "false",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "render_anim": "1381",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "19944",
+ "name": "Morrigan's javelin(p++)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13882",
+ "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "4000",
+ "examine": "A vicious throwing axe.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "1600",
+ "high_alchemy": "2400",
+ "destroy": "false",
+ "attack_speed": "5",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "9994",
+ "name": "Morrigan's throwing axe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13883",
+ "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "6,0,12",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1619096",
+ "name": "Statius's platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13884",
+ "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1619096",
+ "name": "Statius's platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13885"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,0,12",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1619096",
+ "name": "Statius's platebody (deg)",
+ "archery_ticket_price": "0",
+ "id": "13886",
+ "bonuses": "5,5,7,-30,-10,154,145,121,-6,157,60,5,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "6,0,12",
+ "equipment_slot": "4",
+ "destroy_message": "Drop, Destroy once it has been degraded.",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "2154168",
+ "name": "Vesta's chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13887",
+ "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop, Destroy once it has been degraded.",
+ "grand_exchange_price": "2154168",
+ "name": "Vesta's chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13888"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,0,12",
+ "equipment_slot": "4",
+ "destroy_message": "Drop, Destroy once it has been degraded.",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "2154168",
+ "name": "Vesta's chainbody (deg)",
+ "archery_ticket_price": "0",
+ "id": "13889",
+ "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "4,0,8",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1735029",
+ "name": "Statius's platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13890",
+ "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1735029",
+ "name": "Statius's platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13891"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,8",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1735029",
+ "name": "Statius's platelegs (deg)",
+ "archery_ticket_price": "0",
+ "id": "13892",
+ "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "4,0,8",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1860767",
+ "name": "Vesta's plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13893",
+ "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "500000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1860767",
+ "name": "Vesta's plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13894"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "200000",
+ "high_alchemy": "300000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,8",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1860767",
+ "name": "Vesta's plateskirt (deg)",
+ "archery_ticket_price": "0",
+ "id": "13895",
+ "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}",
+ "shop_price": "250000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1301986",
+ "name": "Statius's full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13896",
+ "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "250000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1301986",
+ "name": "Statius's full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13897"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}",
+ "shop_price": "150000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "100000",
+ "high_alchemy": "150000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1301986",
+ "name": "Statius' full helm (deg)",
+ "archery_ticket_price": "0",
+ "id": "13898",
+ "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "120000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,390,390,390",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "10464249",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "13899",
+ "stand_turn_anim": "823",
+ "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0",
+ "requirements": "{0,78}",
+ "shop_price": "300000",
+ "durability": null,
+ "high_alchemy": "180000",
+ "destroy": "false",
+ "weapon_interface": "5",
+ "render_anim": "1426",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Vesta's longsword"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "120000",
+ "high_alchemy": "180000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "10464249",
+ "name": "Vesta's longsword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13900"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "120000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "381,390,390,390",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "10464249",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "13901",
+ "stand_turn_anim": "823",
+ "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0",
+ "requirements": "{0,78}",
+ "shop_price": "300000",
+ "durability": null,
+ "high_alchemy": "180000",
+ "destroy": "true",
+ "weapon_interface": "5",
+ "render_anim": "1426",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Vesta's longsword (deg)"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "walk_anim": "819",
+ "has_special": "true",
+ "low_alchemy": "120000",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "destroy_message": "Drop, Destroy once it has been degraded.",
+ "grand_exchange_price": "7424450",
+ "stand_anim": "808",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "13902",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0",
+ "requirements": "{0,78}",
+ "shop_price": "300000",
+ "durability": null,
+ "high_alchemy": "180000",
+ "destroy": "false",
+ "weapon_interface": "10",
+ "attack_audios": "2504,0,0,0",
+ "name": "Statius's warhammer"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "120000",
+ "high_alchemy": "180000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "Drop, Destroy once it has been degraded.",
+ "grand_exchange_price": "7424450",
+ "name": "Statius's warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13903"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "walk_anim": "819",
+ "has_special": "true",
+ "low_alchemy": "120000",
+ "turn90ccw_anim": "822",
+ "attack_speed": "6",
+ "turn180_anim": "820",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "destroy_message": "Drop, Destroy once it has been degraded.",
+ "grand_exchange_price": "7424450",
+ "stand_anim": "808",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "13904",
+ "stand_turn_anim": "823",
+ "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0",
+ "requirements": "",
+ "shop_price": "300000",
+ "durability": null,
+ "high_alchemy": "180000",
+ "destroy": "true",
+ "weapon_interface": "10",
+ "render_anim": "1426",
+ "attack_audios": "2504,0,0,0",
+ "name": "Statius' warhammer (deg)"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "walk_anim": "1205",
+ "has_special": "true",
+ "low_alchemy": "120000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "turn180_anim": "1206",
+ "absorb": "0,0,0",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "5264612",
+ "stand_anim": "813",
+ "tradeable": "true",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "13905",
+ "stand_turn_anim": "1209",
+ "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0",
+ "requirements": "{0,78}",
+ "shop_price": "300000",
+ "durability": null,
+ "high_alchemy": "180000",
+ "destroy": "false",
+ "weight": "4.2",
+ "weapon_interface": "14",
+ "render_anim": "28",
+ "name": "Vesta's spear"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "300000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "120000",
+ "high_alchemy": "180000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "5264612",
+ "name": "Vesta's spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13906"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "180000",
+ "examine": "This item degrades in combat, and will turn to dust.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "120000",
+ "high_alchemy": "180000",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "5264612",
+ "name": "Vesta's spear (deg)",
+ "archery_ticket_price": "0",
+ "id": "13907",
+ "bonuses": "133,113,120,0,0,18,21,21,0,0,0,122,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,0,12",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1897306",
+ "name": "Corrupt statius's platebody",
+ "archery_ticket_price": "0",
+ "id": "13908",
+ "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1897306",
+ "name": "Corrupt statius's platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13909"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,0,12",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "1897306",
+ "name": "Corrupt statius's platebody (deg)",
+ "archery_ticket_price": "0",
+ "id": "13910",
+ "bonuses": "5,5,7,-10,-30,154,145,121,-6,157,60,5,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,0,12",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "2546175",
+ "name": "Corrupt vesta's chainbody",
+ "archery_ticket_price": "0",
+ "id": "13911",
+ "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "2546175",
+ "name": "Corrupt vesta's chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13912"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,0,12",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "2546175",
+ "name": "Corrupt vesta's chainbody (deg)",
+ "archery_ticket_price": "0",
+ "id": "13913",
+ "bonuses": "5,7,7,-15,0,120,131,145,-3,140,60,6,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,8",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1734527",
+ "name": "Corrupt statius's platelegs",
+ "archery_ticket_price": "0",
+ "id": "13914",
+ "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1734527",
+ "name": "Corrupt statius's platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13915"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,8",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1734527",
+ "name": "Corrupt statius's platelegs (deg)",
+ "archery_ticket_price": "0",
+ "id": "13916",
+ "bonuses": "3,3,5,-21,-7,110,106,97,-4,121,30,3,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,8",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1942627",
+ "name": "Corrupt vesta's plateskirt",
+ "archery_ticket_price": "0",
+ "id": "13917",
+ "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1942627",
+ "name": "Corrupt vesta's plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13918"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,8",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1942627",
+ "name": "Corrupt vesta's plateskirt (deg)",
+ "archery_ticket_price": "0",
+ "id": "13919",
+ "bonuses": "3,5,5,-17,-4,86,100,112,-2,118,30,3,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}",
+ "shop_price": "50000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1062835",
+ "name": "Corrupt statius's full helm",
+ "archery_ticket_price": "0",
+ "id": "13920",
+ "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0"
+ },
+ {
+ "requirements": "{1,78}",
+ "shop_price": "50000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1062835",
+ "name": "Corrupt statius's full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13921"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}",
+ "shop_price": "30000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1062835",
+ "name": "Corrupt statius' full helm (deg)",
+ "archery_ticket_price": "0",
+ "id": "13922",
+ "bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "walk_anim": "1205",
+ "low_alchemy": "30000",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "attack_anims": "381,390,390,390",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3739998",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "13923",
+ "stand_turn_anim": "823",
+ "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0",
+ "requirements": "{0,78}",
+ "shop_price": "125000",
+ "durability": null,
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "weapon_interface": "5",
+ "render_anim": "1426",
+ "name": "Corrupt vesta's longsword"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "125000",
+ "turn90cw_anim": "1207",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "4",
+ "turn180_anim": "1206",
+ "render_anim": "1426",
+ "attack_anims": "381,390,390,390",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3739998",
+ "name": "Corrupt vesta's longsword",
+ "tradeable": "true",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "13924",
+ "stand_turn_anim": "823"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "75000",
+ "turn90cw_anim": "1207",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "walk_anim": "1205",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "weapon_interface": "5",
+ "turn180_anim": "1206",
+ "absorb": "0,0,0",
+ "render_anim": "1426",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3739998",
+ "name": "C. vesta's longsword (deg)",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "13925",
+ "stand_turn_anim": "823",
+ "bonuses": "106,121,-2,0,0,1,4,3,0,0,0,118,0,0,0"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3033516",
+ "attack_audios": "395,395,395,395",
+ "name": "Corrupt statius's warhammer",
+ "archery_ticket_price": "0",
+ "id": "13926",
+ "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,114,0,0,0"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3033516",
+ "name": "Corrupt statius's warhammer",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13927"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3033516",
+ "name": "C. statius's warhammer (deg)",
+ "archery_ticket_price": "0",
+ "id": "13928",
+ "bonuses": "-4,-4,123,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "343474",
+ "name": "Corrupt vesta's spear",
+ "archery_ticket_price": "0",
+ "id": "13929",
+ "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "343474",
+ "name": "Corrupt vesta's spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13930"
+ },
+ {
+ "requirements": "{0,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "30000",
+ "high_alchemy": "45000",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "343474",
+ "name": "Corrupt vesta's spear (deg)",
+ "archery_ticket_price": "0",
+ "id": "13931",
+ "bonuses": "133,113,120,0,0,18,21,21,0,0,0,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "12,6,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "253230",
+ "name": "Corrupt zuriel's robe top",
+ "archery_ticket_price": "0",
+ "id": "13932",
+ "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "253230",
+ "name": "Corrupt zuriel's robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13933"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "12,6,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "253230",
+ "name": "Corrupt zuriel's robe top (deg)",
+ "archery_ticket_price": "0",
+ "id": "13934",
+ "bonuses": "0,0,0,35,-10,63,45,74,35,0,60,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "121290",
+ "name": "Corrupt zuriel's robe bottom",
+ "archery_ticket_price": "0",
+ "id": "13935",
+ "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "grand_exchange_price": "121290",
+ "durability": null,
+ "name": "Corrupt zuriel's robe bottom",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "13936"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "8,4,0",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "121290",
+ "name": "Corrupt zuriel's robe bottom (deg)",
+ "archery_ticket_price": "0",
+ "id": "13937",
+ "bonuses": "0,0,0,25,-7,38,35,44,24,0,30,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "50000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,3,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "43778",
+ "name": "Corrupt zuriel's hood",
+ "archery_ticket_price": "0",
+ "id": "13938",
+ "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "50000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "43778",
+ "name": "Corrupt zuriel's hood",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13939"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}-{6,78}",
+ "shop_price": "30000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,3,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "43778",
+ "name": "Corrupt zuriel's hood (deg)",
+ "archery_ticket_price": "0",
+ "id": "13940",
+ "bonuses": "0,0,0,8,-2,20,16,22,8,0,15,0,0,0,0"
+ },
+ {
+ "requirements": "{6,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "28000",
+ "high_alchemy": "42000",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "attack_anims": "2555,0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "219418",
+ "attack_audios": "2555,0,0,0",
+ "name": "Corrupt zuriel's staff",
+ "archery_ticket_price": "0",
+ "id": "13941",
+ "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10"
+ },
+ {
+ "requirements": "{6,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "28000",
+ "high_alchemy": "42000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "219418",
+ "name": "Corrupt zuriel's staff",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13942"
+ },
+ {
+ "requirements": "{6,78}",
+ "shop_price": "70000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "28000",
+ "high_alchemy": "42000",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "219418",
+ "name": "Corrupt zuriel's staff (deg)",
+ "archery_ticket_price": "0",
+ "id": "13943",
+ "bonuses": "13,-1,65,18,0,5,7,4,18,0,0,72,0,0,10"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,12,6",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "387212",
+ "name": "Corrupt morrigan's leather body",
+ "archery_ticket_price": "0",
+ "id": "13944",
+ "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "387212",
+ "name": "Corrupt morrigan's leather body",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13945"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,12,6",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "387212",
+ "name": "Corrupt morrigan's leather body (deg)",
+ "archery_ticket_price": "0",
+ "id": "13946",
+ "bonuses": "0,0,0,-15,36,61,53,66,75,62,60,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,8,4",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "84592",
+ "name": "Corrupt morrigan's leather chaps",
+ "archery_ticket_price": "0",
+ "id": "13947",
+ "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "125000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "84592",
+ "name": "Corrupt morrigan's leather chaps",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13948"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "75000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "50000",
+ "high_alchemy": "75000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,8,4",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "84592",
+ "name": "Corrupt morrigan's leather chaps (deg)",
+ "archery_ticket_price": "0",
+ "id": "13949",
+ "bonuses": "0,0,0,-10,23,35,29,37,46,35,30,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "50000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "63502",
+ "name": "Corrupt morrigan's coif",
+ "archery_ticket_price": "0",
+ "id": "13950",
+ "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0"
+ },
+ {
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "50000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "63502",
+ "name": "Corrupt morrigan's coif",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13951"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,78}-{4,78}",
+ "shop_price": "30000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "20000",
+ "high_alchemy": "30000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "63502",
+ "name": "Corrupt morrigan's coif (deg)",
+ "archery_ticket_price": "0",
+ "id": "13952",
+ "bonuses": "0,0,0,-5,13,8,11,14,8,12,15,0,0,0,0"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "1000",
+ "examine": "A vicious javelin.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "render_anim": "1381",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6752",
+ "name": "Corrupt morrigan's javelin",
+ "archery_ticket_price": "0",
+ "id": "13953",
+ "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "10000",
+ "examine": "A vicious javelin.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "render_anim": "1381",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6752",
+ "name": "C. morrigan's javelin (p)",
+ "archery_ticket_price": "0",
+ "id": "13954",
+ "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "10000",
+ "examine": "A vicious javelin.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "render_anim": "1381",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6752",
+ "name": "C. morrigan's javelin (p+)",
+ "archery_ticket_price": "0",
+ "id": "13955",
+ "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "10000",
+ "examine": "A vicious javelin.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "render_anim": "1381",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "6752",
+ "name": "C. morrigan's javelin (p++)",
+ "archery_ticket_price": "0",
+ "id": "13956",
+ "bonuses": "0,0,0,0,105,0,0,0,0,0,0,0,0,0,145"
+ },
+ {
+ "requirements": "{4,78}",
+ "shop_price": "1000",
+ "examine": "A vicious throwing axe.",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "18",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "5388",
+ "name": "C. morrigan's throwing axe",
+ "archery_ticket_price": "0",
+ "id": "13957",
+ "bonuses": "0,0,0,0,93,0,0,0,0,0,0,0,0,0,117"
+ },
+ {
+ "requirements": "{0,78}-{4,78}",
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "28800",
+ "high_alchemy": "43200",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,9",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "168278",
+ "name": "Corrupt dragon chainbody",
+ "archery_ticket_price": "0",
+ "id": "13958",
+ "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0"
+ },
+ {
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "28800",
+ "high_alchemy": "43200",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "168278",
+ "name": "Corrupt dragon chainbody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13959"
+ },
+ {
+ "shop_price": "72000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "28800",
+ "high_alchemy": "43200",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,9",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "168278",
+ "name": "Corrupt dragon chainbody (deg)",
+ "archery_ticket_price": "0",
+ "id": "13960",
+ "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "60000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "14400",
+ "high_alchemy": "21600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "121835",
+ "name": "Corrupt dragon med helm",
+ "archery_ticket_price": "0",
+ "id": "13961",
+ "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0"
+ },
+ {
+ "shop_price": "60000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "14400",
+ "high_alchemy": "21600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "121835",
+ "name": "Corrupt dragon med helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13962"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "36000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "14400",
+ "high_alchemy": "21600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "121835",
+ "name": "Corrupt dragon med helm (deg)",
+ "archery_ticket_price": "0",
+ "id": "13963",
+ "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0"
+ },
+ {
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "5,0,11",
+ "equipment_slot": "5",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "79703",
+ "name": "Corrupt dragon sq shield",
+ "archery_ticket_price": "0",
+ "id": "13964",
+ "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0"
+ },
+ {
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "79703",
+ "name": "Corrupt dragon sq shield",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13965"
+ },
+ {
+ "shop_price": "72000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "5,0,11",
+ "equipment_slot": "5",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "79703",
+ "name": "Corrupt dragon sq shield (deg)",
+ "archery_ticket_price": "0",
+ "id": "13966",
+ "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0"
+ },
+ {
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "7",
+ "destroy_message": "Destroy",
+ "grand_exchange_price": "71066",
+ "name": "Corrupt dragon plateskirt",
+ "archery_ticket_price": "0",
+ "id": "13967",
+ "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
+ },
+ {
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Destroy",
+ "grand_exchange_price": "71066",
+ "name": "Corrupt dragon plateskirt",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13968"
+ },
+ {
+ "shop_price": "72000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "7",
+ "destroy_message": "Destroy",
+ "grand_exchange_price": "71066",
+ "name": "Corrupt dragon plateskirt (deg)",
+ "archery_ticket_price": "0",
+ "id": "13969",
+ "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
+ },
+ {
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "87957",
+ "name": "Corrupt dragon platelegs",
+ "archery_ticket_price": "0",
+ "id": "13970",
+ "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
+ },
+ {
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "87957",
+ "name": "Corrupt dragon platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13971"
+ },
+ {
+ "shop_price": "72000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "7",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "87957",
+ "name": "Corrupt dragon platelegs (deg)",
+ "archery_ticket_price": "0",
+ "id": "13972",
+ "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "28800",
+ "high_alchemy": "43200",
+ "destroy": "true",
+ "weight": "2.7",
+ "attack_speed": "6",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "332229",
+ "name": "Corrupt dragon battleaxe",
+ "archery_ticket_price": "0",
+ "id": "13973",
+ "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "120000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "28800",
+ "high_alchemy": "43200",
+ "destroy": "true",
+ "weight": "2.7",
+ "attack_speed": "4",
+ "render_anim": "2586",
+ "defence_anim": "397",
+ "attack_anims": "395,395,395,395",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "332229",
+ "name": "Corrupt dragon battleaxe",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13974",
+ "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "72000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "28800",
+ "high_alchemy": "43200",
+ "destroy": "true",
+ "weight": "2.7",
+ "attack_speed": "6",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "render_anim": "2586",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "395,395,395,395",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "332229",
+ "name": "C. dragon battleaxe (deg)",
+ "archery_ticket_price": "0",
+ "id": "13975",
+ "bonuses": "-2,70,65,0,0,0,0,0,-1,-1,0,85,0,0,0"
+ },
+ {
+ "shop_price": "30000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "396,396,395,396",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "33358",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Corrupt dragon dagger",
+ "archery_ticket_price": "0",
+ "id": "13976",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
+ },
+ {
+ "shop_price": "30000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "defence_anim": "397",
+ "attack_anims": "396,396,395,396",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "33358",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Corrupt dragon dagger",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13977"
+ },
+ {
+ "shop_price": "18000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "396,396,395,396",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "33358",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "C. dragon dagger (deg)",
+ "archery_ticket_price": "0",
+ "id": "13978",
+ "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "100000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "weight": "1.8",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "absorb": "0,0,0",
+ "render_anim": "1928",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "338644",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Corrupt dragon scimitar",
+ "archery_ticket_price": "0",
+ "id": "13979",
+ "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0"
+ },
+ {
+ "shop_price": "100000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "338644",
+ "name": "Corrupt dragon scimitar",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13980"
+ },
+ {
+ "shop_price": "60000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "absorb": "0,0,0",
+ "render_anim": "1928",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "338644",
+ "name": "C. dragon scimitar (deg)",
+ "archery_ticket_price": "0",
+ "id": "13981",
+ "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "100000",
+ "ge_buy_limit": "10",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "render_anim": "1582",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "207053",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Corrupt dragon longsword",
+ "archery_ticket_price": "0",
+ "id": "13982",
+ "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0"
+ },
+ {
+ "shop_price": "100000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "207053",
+ "name": "Corrupt dragon longsword",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13983"
+ },
+ {
+ "shop_price": "60000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "40000",
+ "high_alchemy": "60000",
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "render_anim": "1582",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "207053",
+ "name": "C. dragon longsword (deg)",
+ "archery_ticket_price": "0",
+ "id": "13984",
+ "bonuses": "58,69,-2,0,0,0,3,2,1,0,0,71,0,0,0"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "50000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "50096",
+ "name": "Corrupt dragon mace",
+ "archery_ticket_price": "0",
+ "id": "13985",
+ "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "50000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "weight": "1.8",
+ "attack_speed": "4",
+ "defence_anim": "397",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "50096",
+ "name": "Corrupt dragon mace",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13986"
+ },
+ {
+ "requirements": "{0,60}",
+ "shop_price": "30000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "weight": "1.8",
+ "attack_speed": "5",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "50096",
+ "name": "Corrupt dragon mace (deg)",
+ "archery_ticket_price": "0",
+ "id": "13987",
+ "bonuses": "40,-2,60,1,0,0,0,0,0,0,0,55,0,5,0"
+ },
+ {
+ "shop_price": "40000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "8800",
+ "high_alchemy": "13200",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "920922",
+ "name": "Corrupt dragon spear",
+ "archery_ticket_price": "0",
+ "id": "13988",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0"
+ },
+ {
+ "shop_price": "40000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "8800",
+ "high_alchemy": "13200",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "defence_anim": "2079",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "920922",
+ "name": "Corrupt dragon spear",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "13989"
+ },
+ {
+ "shop_price": "24000",
+ "examine": "This item degrades while worn, and will turn to dust.",
+ "durability": null,
+ "low_alchemy": "8800",
+ "high_alchemy": "13200",
+ "destroy": "true",
+ "attack_speed": "5",
+ "two_handed": "true",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "defence_anim": "2079",
+ "equipment_slot": "3",
+ "attack_anims": "2080,2081,2082,2080",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "920922",
+ "name": "Corrupt dragon spear (deg)",
+ "archery_ticket_price": "0",
+ "id": "13990",
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0"
+ },
+ {
+ "shop_price": "5",
+ "examine": "A book about the Wilderness.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "You can get another copy by searching bookshelves around RuneScape.",
+ "name": "Pvp worlds manual",
+ "archery_ticket_price": "0",
+ "id": "14056",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "25",
+ "examine": "A threat to dusty corners everywhere.",
+ "durability": null,
+ "low_alchemy": "10",
+ "high_alchemy": "15",
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "8",
+ "absorb": "0,0,0",
+ "render_anim": "1072",
+ "equipment_slot": "3",
+ "destroy_message": "You can obtain another by talking to Maggie the witch.",
+ "name": "Broomstick",
+ "archery_ticket_price": "0",
+ "id": "14057",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "2",
+ "examine": "What a curious and ghoulish smell!",
+ "durability": null,
+ "high_alchemy": "1",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "If you drop the goulash, it will be destroyed. You can get some more by dipping a bowl into Maggie's cauldron.",
+ "name": "Goulash",
+ "archery_ticket_price": "0",
+ "id": "14058",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another flask of magic unguent from the chest in Betty's basement.",
+ "shop_price": "2",
+ "examine": "Purple and pungent.",
+ "durability": null,
+ "name": "Magic unguent",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14061",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another flask of broom ointment from Hetty in Rimmington.",
+ "shop_price": "2",
+ "examine": "To be used on brooms.",
+ "durability": null,
+ "name": "Broom ointment",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14062",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you release this newt, you can get another from the crate in Hetty's basement in Rimmington.",
+ "shop_price": "5",
+ "examine": "A newt from Hetty's basement.",
+ "durability": null,
+ "name": "Newt",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14064",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "You can get another newt label from Gus in Hetty's basement in Rimmington.",
+ "shop_price": "1",
+ "examine": "A label for a shipping crate.",
+ "durability": null,
+ "name": "Newt label",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14065",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another toad label from Gus in Hetty's basement in Rimmington.",
+ "shop_price": "1",
+ "examine": "A label for a shipping crate.",
+ "durability": null,
+ "name": "Toad label",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14066",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another newt-and-toad label from Gus in Hetty's basement in Rimmington.",
+ "shop_price": "1",
+ "examine": "A label for a shipping crate.",
+ "durability": null,
+ "name": "Newts and toads label",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14067",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can obtain another wand from the chest in Betty's basement.",
+ "shop_price": "15",
+ "examine": "Warm to the touch.",
+ "durability": null,
+ "name": "Betty's wand",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14068",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you destroy this item, you can get another from Lottie in Betty's basement.",
+ "shop_price": "2",
+ "examine": "What a view!",
+ "durability": null,
+ "name": "Magic slate",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14069",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.",
+ "shop_price": "1",
+ "examine": "Desert dweller.",
+ "durability": null,
+ "name": "Reptile",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14070",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "If you release this creature, you will have to restart the puzzle in Betty's basement.",
+ "shop_price": "1",
+ "examine": "Bleak and beaky.",
+ "durability": null,
+ "name": "Blackbird",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14071",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "An annoying flappy thing.",
+ "durability": null,
+ "name": "Bat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14072",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "It's an extremely small brown spider, probably very poisonous.",
+ "durability": null,
+ "name": "Spider",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14073",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "A popular dwarven delicacy.",
+ "durability": null,
+ "name": "Rat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14074",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "durability": null,
+ "name": "Snail",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14075",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "The height of warlock fashion.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "You can get another warlock top from Diango in Draynor Village.",
+ "remove_sleeves": "true",
+ "name": "Warlock top",
+ "archery_ticket_price": "0",
+ "id": "14076",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "Tattered but trendy.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "You can get another set of warlock legs from Diango in Draynor Village.",
+ "name": "Warlock legs",
+ "archery_ticket_price": "0",
+ "id": "14077",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "The height of witchly fashion.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "You can get another witch top from Diango in Draynor.",
+ "remove_sleeves": "true",
+ "name": "Witch top",
+ "archery_ticket_price": "0",
+ "id": "14078",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "Tattered but trendy.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "You can get another witch top from Diango in Draynor.",
+ "name": "Witch skirt",
+ "archery_ticket_price": "0",
+ "id": "14079",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "Ragged but rugged.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "1",
+ "destroy_message": "You can get another witch cloak from Diango in Draynor.",
+ "name": "Witch cloak",
+ "archery_ticket_price": "0",
+ "id": "14080",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "Ragged but rugged.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "1",
+ "destroy_message": "You can get another warlock cloak from Diango in Draynor Village.",
+ "name": "Warlock cloak",
+ "archery_ticket_price": "0",
+ "id": "14081",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "1",
+ "examine": "A sticky orb of popped corn.",
+ "durability": null,
+ "name": "Popcorn ball",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14082",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "1",
+ "examine": "Chocolatey goodness.",
+ "durability": null,
+ "name": "Chocolate drop",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14083",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "1",
+ "examine": "Sugary bliss.",
+ "durability": null,
+ "name": "Wrapped candy",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14084",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "1",
+ "examine": "An urgent communiqu?? revealing important information.",
+ "durability": null,
+ "name": "Armadyl communiqu?",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14085",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "The height of witchly fashion.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "You can get another witch top from Diango in Draynor.",
+ "remove_sleeves": "true",
+ "name": "Witch top",
+ "archery_ticket_price": "0",
+ "id": "14086",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "Tattered but trendy.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "7",
+ "destroy_message": "You can get another witch top from Diango in Draynor.",
+ "name": "Witch skirt",
+ "archery_ticket_price": "0",
+ "id": "14087",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "15",
+ "examine": "Ragged but rugged.",
+ "durability": null,
+ "low_alchemy": "6",
+ "high_alchemy": "9",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "1",
+ "destroy_message": "You can get another witch cloak from Diango in Draynor.",
+ "name": "Witch cloak",
+ "archery_ticket_price": "0",
+ "id": "14088",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "",
+ "durability": null,
+ "name": "Pet kitten",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14089",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "",
+ "durability": null,
+ "name": "Pet cat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14090",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "",
+ "durability": null,
+ "name": "Lazy cat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14091",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "",
+ "durability": null,
+ "name": "Overgrown cat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14092",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "",
+ "durability": null,
+ "name": "Wily cat",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14093",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "43333",
+ "examine": "The sacred clay top has transformed into a spiked, platemail body.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Sacred clay platebody",
+ "archery_ticket_price": "0",
+ "id": "14094",
+ "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "42667",
+ "examine": "The sacred clay bottom has transformed into spiked, platemail legs.",
+ "durability": null,
+ "name": "Sacred clay platelegs",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14095",
+ "absorb": "2,0,4",
+ "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "23467",
+ "examine": "The sacred clay hat has transformed into a spined helm.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Sacred clay helm",
+ "archery_ticket_price": "0",
+ "id": "14096",
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
+ },
+ {
+ "shop_price": "17066",
+ "examine": "The sacred clay weapon has transformed into a sharp scimitar.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "render_anim": "1629",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Sacred clay scimitar",
+ "archery_ticket_price": "0",
+ "id": "14097",
+ "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "21333",
+ "examine": "This can turn into a variety of tools.",
+ "durability": null,
+ "name": "Volatile clay tool",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14098",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "21333",
+ "examine": "Your volatile tool wants to mine some rocks.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Volatile clay pickaxe",
+ "archery_ticket_price": "0",
+ "id": "14099",
+ "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0"
+ },
+ {
+ "shop_price": "21333",
+ "examine": "Your volatile tool wants to cut some wood.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Volatile clay hatchet",
+ "archery_ticket_price": "0",
+ "id": "14100",
+ "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "21333",
+ "examine": "Your volatile tool wants to spear some big fish.",
+ "durability": null,
+ "name": "Volatile clay harpoon",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14101",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "21333",
+ "examine": "Your volatile tool wants to catch some butterflies.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "render_anim": "158",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Volatile clay butterfly net",
+ "archery_ticket_price": "0",
+ "id": "14102",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "21333",
+ "examine": "Your volatile tool wants to make some bows or arrows.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Volatile clay fletching knife",
+ "archery_ticket_price": "0",
+ "id": "14103",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "21333",
+ "examine": "Your volatile tool wants to work metal or build furniture.",
+ "durability": null,
+ "name": "Volatile clay hammer",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14104",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "21333",
+ "examine": "Your volatile tool wants to make some leather armour.",
+ "durability": null,
+ "name": "Volatile clay needle",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14105",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "21333",
+ "examine": "This can turn into a variety of tools.",
+ "durability": null,
+ "name": "Proto-tool",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14106",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "21333",
+ "examine": "Your sacred clay tool has transformed into a pickaxe.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Sacred clay pickaxe",
+ "archery_ticket_price": "0",
+ "id": "14107",
+ "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0"
+ },
+ {
+ "shop_price": "21333",
+ "examine": "Your sacred clay tool has transformed into a hatchet.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Sacred clay hatchet",
+ "archery_ticket_price": "0",
+ "id": "14108",
+ "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "21333",
+ "examine": "Your sacred clay tool has transformed into a harpoon.",
+ "durability": null,
+ "name": "Sacred clay harpoon",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14109",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Your sacred clay tool has transformed into a butterfly net.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "render_anim": "158",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Sacred clay butterfly net",
+ "archery_ticket_price": "0",
+ "id": "14110",
+ "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "21333",
+ "examine": "The sacred clay has transformed into a knife.",
+ "durability": null,
+ "name": "Sacred clay fletching knife",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14111",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "21333",
+ "examine": "Your sacred clay tool has transformed into a hammer.",
+ "durability": null,
+ "name": "Sacred clay hammer",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14112",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "21333",
+ "examine": "The sacred clay has transformed into a needle.",
+ "durability": null,
+ "name": "Sacred clay needle",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14113",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "43333",
+ "examine": "The sacred clay top has transformed into a heavy, magical robe.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,3,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Sacred clay robe top",
+ "archery_ticket_price": "0",
+ "id": "14114",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "42667",
+ "examine": "The sacred clay bottom has transformed into a heavy, magical robe.",
+ "durability": null,
+ "name": "Sacred clay robe bottom",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14115",
+ "absorb": "4,2,0",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "23467",
+ "examine": "The sacred clay hat has transformed into a wizard hat.",
+ "durability": null,
+ "name": "Sacred clay hat",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14116",
+ "absorb": "3,1,0",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "shop_price": "17066",
+ "examine": "The sacred clay weapon has transformed into a magical staff.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Sacred clay staff",
+ "archery_ticket_price": "0",
+ "id": "14117",
+ "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0"
+ },
+ {
+ "shop_price": "43333",
+ "examine": "The sacred clay top has transformed into a leather body.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Sacred clay body",
+ "archery_ticket_price": "0",
+ "id": "14118",
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "42667",
+ "examine": "The sacred clay bottom has been transformed into a set of chaps.",
+ "durability": null,
+ "name": "Sacred clay chaps",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14119",
+ "absorb": "0,4,2",
+ "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "23467",
+ "examine": "The sacred clay hat has transformed into a coif.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,3,1",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Sacred clay coif",
+ "archery_ticket_price": "0",
+ "id": "14120",
+ "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0"
+ },
+ {
+ "shop_price": "17066",
+ "examine": "The sacred clay weapon has transformed into a bow.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Sacred clay bow",
+ "archery_ticket_price": "0",
+ "id": "14121",
+ "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Pickaxe (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14122",
+ "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "name": "Pickaxe (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14123"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Pickaxe (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14124",
+ "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "name": "Pickaxe (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14125"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Pickaxe (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14126",
+ "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "name": "Pickaxe (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14127"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Pickaxe (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14128",
+ "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "name": "Pickaxe (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14129"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Pickaxe (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14130",
+ "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has become hard enough to chip stone.",
+ "durability": null,
+ "name": "Pickaxe (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14131"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Hatchet (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14132",
+ "bonuses": "0,10,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "name": "Hatchet (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14133"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Hatchet (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14134",
+ "bonuses": "0,15,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "name": "Hatchet (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14135"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Hatchet (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14136",
+ "bonuses": "0,20,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "name": "Hatchet (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14137"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Hatchet (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14138",
+ "bonuses": "0,25,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "name": "Hatchet (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14139"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "2",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Hatchet (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14140",
+ "bonuses": "0,30,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has become sharp enough to cut wood.",
+ "durability": null,
+ "name": "Hatchet (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14141"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Harpoon (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14142",
+ "bonuses": "10,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "name": "Harpoon (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14143"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Harpoon (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14144",
+ "bonuses": "15,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "name": "Harpoon (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14145"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Harpoon (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14146",
+ "bonuses": "20,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "name": "Harpoon (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14147"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Harpoon (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14148",
+ "bonuses": "25,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "name": "Harpoon (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14149"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Harpoon (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14150",
+ "bonuses": "30,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has become long enough to reach the depths of pools.",
+ "durability": null,
+ "name": "Harpoon (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14151"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "158",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Butterfly net (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14152",
+ "bonuses": "0,0,10,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "name": "Butterfly net (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14153"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "158",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Butterfly net (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14154",
+ "bonuses": "0,0,15,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "name": "Butterfly net (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14155"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "158",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Butterfly net (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14156",
+ "bonuses": "0,0,20,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "name": "Butterfly net (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14157"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "158",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Butterfly net (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14158",
+ "bonuses": "0,0,25,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "name": "Butterfly net (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14159"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "14",
+ "absorb": "0,0,0",
+ "render_anim": "158",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Butterfly net (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14160",
+ "bonuses": "0,0,30,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has become light enough to swing at floating shards.",
+ "durability": null,
+ "name": "Butterfly net (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14161"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14162",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14163"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14164",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14165"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 3)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14166",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14167"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 4)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14168",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14169"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 5)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14170",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into something bland, but edible.",
+ "durability": null,
+ "name": "Food (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14171"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14172",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14173"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14174",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14175"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 3)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14176",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14177"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 4)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14178",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14179"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 5)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14180",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The clay has transformed into an expandable wall.",
+ "durability": null,
+ "name": "Barrier (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14181"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "15",
+ "examine": "Very low quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14182",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "15",
+ "examine": "Very low quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14183"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "Low quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14184",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "Low quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14185"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "45",
+ "examine": "Medium quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 3)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14186",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "45",
+ "examine": "Medium quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14187"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "High quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 4)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14188",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "High quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14189"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "75",
+ "examine": "Very high quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 5)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14190",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "75",
+ "examine": "Very high quality sacred clay.",
+ "durability": null,
+ "name": "Sacred clay (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14191"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Bow (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14192",
+ "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Bow (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "id": "14193"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Bow (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14194",
+ "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Bow (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "id": "14195"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Bow (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14196",
+ "bonuses": "0,0,0,0,135,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Bow (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "id": "14197"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Bow (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14198",
+ "bonuses": "0,0,0,0,180,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Bow (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "id": "14199"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "two_handed": "true",
+ "weapon_interface": "16",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Bow (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14200",
+ "bonuses": "0,0,0,0,225,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Bow (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "id": "14201"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "2",
+ "examine": "The Sacred Clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Arrows (class 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14202",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,15",
+ "equipment_slot": "13"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "4",
+ "examine": "The Sacred Clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Arrows (class 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14203",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30",
+ "equipment_slot": "13"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "6",
+ "examine": "The Sacred Clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Arrows (class 3)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14204",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45",
+ "equipment_slot": "13"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "8",
+ "examine": "The Sacred Clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Arrows (class 4)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14205",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60",
+ "equipment_slot": "13"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "10",
+ "examine": "The Sacred Clay has transformed into a wood-like substance.",
+ "durability": null,
+ "name": "Arrows (class 5)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14206",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75",
+ "equipment_slot": "13"
+ },
+ {
+ "shop_price": "150",
+ "examine": "3 doses of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(5)",
+ "archery_ticket_price": "0",
+ "id": "14207",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "3 doses of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14208"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(4)",
+ "archery_ticket_price": "0",
+ "id": "14209",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14210"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(3)",
+ "archery_ticket_price": "0",
+ "id": "14211",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14212"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(2)",
+ "archery_ticket_price": "0",
+ "id": "14213",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14214"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(1)",
+ "archery_ticket_price": "0",
+ "id": "14215",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of Prayer restore potion.",
+ "durability": null,
+ "low_alchemy": "61",
+ "high_alchemy": "91",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Prayer potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14216"
+ },
+ {
+ "shop_price": "150",
+ "examine": "4 doses of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (5)",
+ "archery_ticket_price": "0",
+ "id": "14217",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "4 doses of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14218"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (4)",
+ "archery_ticket_price": "0",
+ "id": "14219",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14220"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (3)",
+ "archery_ticket_price": "0",
+ "id": "14221",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14222"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (2)",
+ "archery_ticket_price": "0",
+ "id": "14223",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14224"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (1)",
+ "archery_ticket_price": "0",
+ "id": "14225",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of energy potion.",
+ "durability": null,
+ "low_alchemy": "58",
+ "high_alchemy": "87",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Energy potion (1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14226"
+ },
+ {
+ "shop_price": "150",
+ "examine": "5 doses of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(5)",
+ "archery_ticket_price": "0",
+ "id": "14227",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "5 doses of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14228"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(4)",
+ "archery_ticket_price": "0",
+ "id": "14229",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14230"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(3)",
+ "archery_ticket_price": "0",
+ "id": "14231",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14232"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(2)",
+ "archery_ticket_price": "0",
+ "id": "14233",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14234"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(1)",
+ "archery_ticket_price": "0",
+ "id": "14235",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of super Attack potion.",
+ "durability": null,
+ "low_alchemy": "72",
+ "high_alchemy": "108",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super attack(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14236"
+ },
+ {
+ "shop_price": "150",
+ "examine": "5 doses of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(5)",
+ "archery_ticket_price": "0",
+ "id": "14237",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "5 doses of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14238"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(4)",
+ "archery_ticket_price": "0",
+ "id": "14239",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14240"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(3)",
+ "archery_ticket_price": "0",
+ "id": "14241",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14242"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(2)",
+ "archery_ticket_price": "0",
+ "id": "14243",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14244"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(1)",
+ "archery_ticket_price": "0",
+ "id": "14245",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of super Strength potion.",
+ "durability": null,
+ "low_alchemy": "88",
+ "high_alchemy": "132",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Super strength(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14246"
+ },
+ {
+ "shop_price": "150",
+ "examine": "4 doses of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(5)",
+ "archery_ticket_price": "0",
+ "id": "14247",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "5 doses of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14248"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(4)",
+ "archery_ticket_price": "0",
+ "id": "14249",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14250"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(3)",
+ "archery_ticket_price": "0",
+ "id": "14251",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14252"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(2)",
+ "archery_ticket_price": "0",
+ "id": "14253",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14254"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(1)",
+ "archery_ticket_price": "0",
+ "id": "14255",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of ranging potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Ranging potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14256"
+ },
+ {
+ "shop_price": "150",
+ "examine": "3 doses of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(5)",
+ "archery_ticket_price": "0",
+ "id": "14257",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "3 doses of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14258"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(4)",
+ "archery_ticket_price": "0",
+ "id": "14259",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14260"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(3)",
+ "archery_ticket_price": "0",
+ "id": "14261",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14262"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(2)",
+ "archery_ticket_price": "0",
+ "id": "14263",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14264"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(1)",
+ "archery_ticket_price": "0",
+ "id": "14265",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of Defence Potion.",
+ "durability": null,
+ "low_alchemy": "352",
+ "high_alchemy": "528",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Defence potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14266"
+ },
+ {
+ "shop_price": "150",
+ "examine": "4 doses of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(5)",
+ "archery_ticket_price": "0",
+ "id": "14267",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "5 doses of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14268"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(4)",
+ "archery_ticket_price": "0",
+ "id": "14269",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14270"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(3)",
+ "archery_ticket_price": "0",
+ "id": "14271",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14272"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(2)",
+ "archery_ticket_price": "0",
+ "id": "14273",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14274"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(1)",
+ "archery_ticket_price": "0",
+ "id": "14275",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of Magic potion.",
+ "durability": null,
+ "low_alchemy": "224",
+ "high_alchemy": "336",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Magic potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14276"
+ },
+ {
+ "shop_price": "150",
+ "examine": "3 doses of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(5)",
+ "archery_ticket_price": "0",
+ "id": "14277",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "150",
+ "examine": "3 doses of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(5)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14278"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(4)",
+ "archery_ticket_price": "0",
+ "id": "14279",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "120",
+ "examine": "4 doses of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14280"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(3)",
+ "archery_ticket_price": "0",
+ "id": "14281",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "90",
+ "examine": "3 doses of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14282"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(2)",
+ "archery_ticket_price": "0",
+ "id": "14283",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "60",
+ "examine": "2 doses of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14284"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(1)",
+ "archery_ticket_price": "0",
+ "id": "14285",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30",
+ "examine": "1 dose of Summoning potion.",
+ "durability": null,
+ "low_alchemy": "76",
+ "high_alchemy": "114",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4",
+ "name": "Summoning potion(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14286"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "absorb": "0,0,0",
+ "render_anim": "1629",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Scimitar (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14287",
+ "bonuses": "0,55,0,0,0,0,0,0,0,0,0,15,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "name": "Scimitar (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14288"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "absorb": "0,0,0",
+ "render_anim": "1629",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Scimitar (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14289",
+ "bonuses": "0,90,0,0,0,0,0,0,0,0,0,30,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "name": "Scimitar (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14290"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "absorb": "0,0,0",
+ "render_anim": "1629",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Scimitar (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14291",
+ "bonuses": "0,145,0,0,0,0,0,0,0,0,0,45,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "name": "Scimitar (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14292"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "absorb": "0,0,0",
+ "render_anim": "1629",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Scimitar (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14293",
+ "bonuses": "0,180,0,0,0,0,0,0,0,0,0,60,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "name": "Scimitar (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14294"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "weapon_interface": "6",
+ "absorb": "0,0,0",
+ "render_anim": "1629",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "Drop",
+ "attack_audios": "2500,0,2517,0",
+ "name": "Scimitar (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14295",
+ "bonuses": "0,225,0,0,0,0,0,0,0,0,0,75,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a vicious, curved sword.",
+ "durability": null,
+ "name": "Scimitar (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14296"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "3",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "destroy_message": "Drop",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dagger (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14297",
+ "bonuses": "41,0,0,0,0,0,0,0,0,0,0,15,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "name": "Dagger (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14298"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "3",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "destroy_message": "Drop",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dagger (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14299",
+ "bonuses": "68,0,0,0,0,0,0,0,0,0,0,30,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "name": "Dagger (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14300"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "3",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "destroy_message": "Drop",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dagger (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14301",
+ "bonuses": "101,0,0,0,0,0,0,0,0,0,0,45,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "name": "Dagger (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14302"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "3",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "destroy_message": "Drop",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dagger (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14303",
+ "bonuses": "135,0,0,0,0,0,0,0,0,0,0,60,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "name": "Dagger (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14304"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "3",
+ "weapon_interface": "5",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,401,400",
+ "destroy_message": "Drop",
+ "attack_audios": "2517,2517,2500,2517",
+ "name": "Dagger (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14305",
+ "bonuses": "168,0,0,0,0,0,0,0,0,0,0,75,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay transformed into a sharp dagger.",
+ "durability": null,
+ "name": "Dagger (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14306"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "10",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Warhammer (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14307",
+ "bonuses": "0,0,83,0,0,0,0,0,0,0,0,15,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "name": "Warhammer (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14308"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "10",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Warhammer (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14309",
+ "bonuses": "0,0,135,0,0,0,0,0,0,0,0,30,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "name": "Warhammer (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14310"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "10",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Warhammer (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14311",
+ "bonuses": "0,0,202,0,0,0,0,0,0,0,0,45,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "name": "Warhammer (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14312"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The Sacred Clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "10",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Warhammer (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14313",
+ "bonuses": "0,0,270,0,0,0,0,0,0,0,0,60,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The Sacred Clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "name": "Warhammer (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14314"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "6",
+ "weapon_interface": "10",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Warhammer (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14315",
+ "bonuses": "0,0,338,0,0,0,0,0,0,0,0,75,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a heavy warhammer.",
+ "durability": null,
+ "name": "Warhammer (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14316"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Robe top (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14317",
+ "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe top (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14318"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a light, cloth-like substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Robe top (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14319",
+ "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a light, cloth-like substance.",
+ "durability": null,
+ "name": "Robe top (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14320"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a light, cloth-like substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Robe top (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14321",
+ "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a light, cloth-like substance.",
+ "durability": null,
+ "name": "Robe top (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14322"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a light, cloth-like substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Robe top (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14323",
+ "bonuses": "0,0,0,0,0,0,0,0,80,0,80,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a light, cloth-like substance.",
+ "durability": null,
+ "name": "Robe top (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14324"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a light, cloth-like substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Robe top (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14325",
+ "bonuses": "0,0,0,0,0,0,0,0,100,0,100,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a light, cloth-like substance.",
+ "durability": null,
+ "name": "Robe top (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14326"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14327",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,15,0,15,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14328"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14329",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14330"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 3)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14331",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,45,0,45,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14332"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 4)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14333",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,60,0,60,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14334"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 5)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14335",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,75,0,75,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Robe bottom (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14336"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14337",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,10,0,10,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14338"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14339",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,20,0,20,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14340"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 3)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14341",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,30,0,30,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14342"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 4)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14343",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,40,0,40,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14344"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 5)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14345",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,50,0,50,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a light, cloth-like material.",
+ "durability": null,
+ "name": "Hat (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14346"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Platebody (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14347",
+ "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platebody (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14348"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay transformed into a hard, metallic substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Platebody (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14349",
+ "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platebody (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14350"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay top has transformed into a spiked, platemail body.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Platebody (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14351",
+ "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay top has transformed into a spiked, platemail body.",
+ "durability": null,
+ "name": "Platebody (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14352"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay top has transformed into a spiked, platemail body.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Platebody (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14353",
+ "bonuses": "0,0,0,-30,-10,80,80,80,-10,40,80,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay top has transformed into a spiked, platemail body.",
+ "durability": null,
+ "name": "Platebody (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14354"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay top has transformed into a spiked, platemail body.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Platebody (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14355",
+ "bonuses": "0,0,0,-30,-10,100,100,100,-10,50,100,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay top has transformed into a spiked, platemail body.",
+ "durability": null,
+ "name": "Platebody (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14356"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14357",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,-30,-10,15,15,15,-10,7,15,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14358"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14359",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14360"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 3)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14361",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,-30,-10,45,45,45,-10,23,45,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14362"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 4)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14363",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,-30,-10,60,60,60,-10,30,60,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14364"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 5)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14365",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,-30,-10,75,75,75,-10,37,75,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Platelegs (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14366"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Helm (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14367",
+ "bonuses": "0,0,0,-30,-10,10,10,10,-10,5,10,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Helm (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14368"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Helm (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14369",
+ "bonuses": "0,0,0,-30,-10,20,20,20,-10,10,20,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Helm (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14370"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Helm (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14371",
+ "bonuses": "0,0,0,-30,-10,30,30,30,-10,15,30,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Helm (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14372"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Helm (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14373",
+ "bonuses": "0,0,0,-30,-10,40,40,40,-10,20,40,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Helm (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14374"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Helm (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14375",
+ "bonuses": "0,0,0,-30,-10,50,50,50,-10,25,50,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a hard, metallic substance.",
+ "durability": null,
+ "name": "Helm (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14376"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a light weight, magical stick.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Staff (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14377",
+ "bonuses": "0,0,0,55,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a light weight, magical stick.",
+ "durability": null,
+ "name": "Staff (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14378"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a light weight, magical stick.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Staff (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14379",
+ "bonuses": "0,0,0,90,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a light weight, magical stick.",
+ "durability": null,
+ "name": "Staff (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14380"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a lightweight, magical stick.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Staff (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14381",
+ "bonuses": "0,0,0,135,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a lightweight, magical stick.",
+ "durability": null,
+ "name": "Staff (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14382"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a lightweight, magical stick.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Staff (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14383",
+ "bonuses": "0,0,0,180,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a lightweight, magical stick.",
+ "durability": null,
+ "name": "Staff (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14384"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a lightweight, magical stick.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "5",
+ "weapon_interface": "1",
+ "absorb": "0,0,0",
+ "render_anim": "28",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Staff (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14385",
+ "bonuses": "0,0,0,225,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a lightweight, magical stick.",
+ "durability": null,
+ "name": "Staff (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14386"
+ },
+ {
+ "durability": null,
+ "name": "Cape",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14387",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "durability": null,
+ "name": "Cape",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14389",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0",
+ "equipment_slot": "1"
+ },
+ {
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Leather body (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14391",
+ "bonuses": "0,0,0,0,0,10,10,10,10,20,20,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Leather body (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14392"
+ },
+ {
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Leather body (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14393",
+ "bonuses": "0,0,0,0,0,20,20,20,20,40,40,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Leather body (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14394"
+ },
+ {
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Leather body (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14395",
+ "bonuses": "0,0,0,0,0,30,30,30,30,60,60,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Leather body (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14396"
+ },
+ {
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Leather body (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14397",
+ "bonuses": "0,0,0,0,0,40,40,40,40,80,80,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Leather body (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14398"
+ },
+ {
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "4",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "name": "Leather body (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14399",
+ "bonuses": "0,0,0,0,0,50,50,50,50,100,100,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Leather body (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14400"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14401",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,7,7,7,0,15,15,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14402"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14403",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14404"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 3)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14405",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,23,23,23,0,45,45,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14406"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 4)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14407",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,30,30,30,0,60,60,0,0,1,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14408"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 5)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14409",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,37,37,37,0,75,75,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay transformed into a flexible mesh.",
+ "durability": null,
+ "name": "Chaps (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14410"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Coif (class 1)",
+ "archery_ticket_price": "0",
+ "id": "14411",
+ "bonuses": "0,0,0,0,0,5,5,5,0,10,10,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "name": "Coif (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14412"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Coif (class 2)",
+ "archery_ticket_price": "0",
+ "id": "14413",
+ "bonuses": "0,0,0,0,0,10,10,10,0,20,20,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "name": "Coif (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14414"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Coif (class 3)",
+ "archery_ticket_price": "0",
+ "id": "14415",
+ "bonuses": "0,0,0,0,0,15,15,15,0,30,30,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "name": "Coif (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14416"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Coif (class 4)",
+ "archery_ticket_price": "0",
+ "id": "14417",
+ "bonuses": "0,0,0,0,0,20,20,20,0,40,40,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "name": "Coif (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14418"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Coif (class 5)",
+ "archery_ticket_price": "0",
+ "id": "14419",
+ "bonuses": "0,0,0,0,0,25,25,25,0,50,50,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "The sacred clay has transformed into a flexible, protective mesh.",
+ "durability": null,
+ "name": "Coif (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14420"
+ },
+ {
+ "shop_price": "30",
+ "durability": null,
+ "name": "Clay deposit scroll",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14421",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14422",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "30",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 1)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14423"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14424",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "60",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 2)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14425"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 3)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14426",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "90",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 3)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14427"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 4)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14428",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "120",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 4)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14429"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 5)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14430",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "150",
+ "examine": "This scroll will make your familiar deposit its items at your base.",
+ "durability": null,
+ "name": "Sacred clay pouch (class 5)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14431"
+ },
+ {
+ "durability": null,
+ "name": "Null sacred clay",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14432",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "5",
+ "examine": "A vine flower grown through magical means.",
+ "durability": null,
+ "low_alchemy": "2",
+ "high_alchemy": "3",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Vine flower",
+ "archery_ticket_price": "0",
+ "id": "14458",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You caught this broav west of the Hunting Expert's home. You can catch another one with a trap baited with mort Myre Fungus.",
+ "examine": "Its unconscious, poor thing.",
+ "durability": null,
+ "name": "Unconscious broav",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14459",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "10",
+ "examine": "Some dirty clothes that apparently belong to Movario.",
+ "durability": null,
+ "low_alchemy": "4",
+ "high_alchemy": "6",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "You got these clothes from a washerman who lives near the Khazard battle arena.",
+ "name": "Dirty laundry",
+ "archery_ticket_price": "0",
+ "id": "14460",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this basket in Movario's base.",
+ "examine": "A receptacle for rubbish.",
+ "durability": null,
+ "name": "Waste-paper basket",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14461",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this key attached to the bottom of the bin in Movario's base.",
+ "examine": "A superbly made key with a fine ruby inserted into it. (While Guthix Sleeps)",
+ "durability": null,
+ "name": "Ruby key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14462",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found these notes in Movario's basement.",
+ "examine": "A collection of notes made by an absent-minded fellow.",
+ "durability": null,
+ "name": "Notes on pressure",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14463",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found these notes loosely piled up on ",
+ "examine": "A loose-leaf collection of research notes, found on Movario's study desk.",
+ "durability": null,
+ "name": "Movario's notes (volume 1)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14464",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found these notes in Movario's bedchest, in his base of operations near the Khazard Battlefield.",
+ "examine": "A loose-leaf collection of research notes, found in Movario's bed chest.",
+ "durability": null,
+ "name": "Movario's notes (volume 2)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14465",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A 1kg weight.",
+ "durability": null,
+ "name": "Weight (1kg)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14466",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A 2kg weight.",
+ "durability": null,
+ "name": "Weight (2kg)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14467",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A 5kg weight.",
+ "durability": null,
+ "name": "Weight (5kg)",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14468",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can find another under the bed on the top level of Movario's base",
+ "examine": "The loop half of a strange key.",
+ "durability": null,
+ "name": "Strange key loop",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14469",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can find another under the bed on the top level of Movario's base",
+ "examine": "The teeth half of a strange key.",
+ "durability": null,
+ "name": "Strange key teeth",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14470",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You fused together two parts of a Dragonkin key which you obtained from Movario's base.",
+ "examine": "The completed dragonkin key.",
+ "durability": null,
+ "name": "Dragonkin key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14471",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30000",
+ "examine": "A badly damaged lump of dragon metal.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "955683",
+ "name": "Ruined dragon armour lump",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14472",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30000",
+ "examine": "A badly damaged lump of dragon metal.",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "955683",
+ "name": "Ruined dragon armour lump",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14473"
+ },
+ {
+ "shop_price": "30000",
+ "examine": "A badly damaged slice of dragon metal.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1761141",
+ "name": "Ruined dragon armour slice",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14474",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30000",
+ "examine": "A badly damaged slice of dragon metal.",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1761141",
+ "name": "Ruined dragon armour slice",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14475"
+ },
+ {
+ "shop_price": "30000",
+ "examine": "A badly damaged shard of dragon metal.",
+ "durability": null,
+ "rare_item": "true",
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1090493",
+ "name": "Ruined dragon armour shard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14476",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "30000",
+ "examine": "A badly damaged shard of dragon metal.",
+ "durability": null,
+ "low_alchemy": "12000",
+ "high_alchemy": "18000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1090493",
+ "name": "Ruined dragon armour shard",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14477"
+ },
+ {
+ "destroy_message": "Drop",
+ "examine": "A very powerful Smithing hammer.",
+ "durability": null,
+ "name": "Blast fusion hammer",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14478",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "3"
+ },
+ {
+ "requirements": "{1,60}",
+ "shop_price": "1760000",
+ "examine": "Provides excellent protection.",
+ "durability": null,
+ "low_alchemy": "704000",
+ "high_alchemy": "1056000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,9",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "4453643",
+ "name": "Dragon platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14479",
+ "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0"
+ },
+ {
+ "shop_price": "1760000",
+ "examine": "Provides excellent protection.",
+ "durability": null,
+ "low_alchemy": "704000",
+ "high_alchemy": "1056000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4453643",
+ "name": "Dragon platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14480"
+ },
+ {
+ "requirements": "{1,60}",
+ "examine": "Provides excellent protection.",
+ "durability": null,
+ "low_alchemy": "704000",
+ "high_alchemy": "1056000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "4,0,9",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "4453643",
+ "name": "Dragon platebody",
+ "archery_ticket_price": "0",
+ "id": "14481",
+ "bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0"
+ },
+ {
+ "examine": "A set of fighting claws.",
+ "has_special": "true",
+ "rare_item": "true",
+ "low_alchemy": "27000",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "393,393,1067,393",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1472441",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14484",
+ "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0",
+ "requirements": "{0,60}",
+ "shop_price": "67500",
+ "durability": null,
+ "high_alchemy": "40500",
+ "destroy": "true",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
+ "lendable": "true",
+ "name": "Dragon claws"
+ },
+ {
+ "shop_price": "67500",
+ "examine": "A set of fighting claws.",
+ "durability": null,
+ "low_alchemy": "27000",
+ "high_alchemy": "40500",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1472441",
+ "name": "Dragon claws",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14485"
+ },
+ {
+ "requirements": "{0,60}",
+ "examine": "A set of fighting claws.",
+ "has_special": "true",
+ "durability": null,
+ "low_alchemy": "27000",
+ "high_alchemy": "40500",
+ "destroy": "true",
+ "attack_speed": "4",
+ "two_handed": "true",
+ "weapon_interface": "9",
+ "absorb": "0,0,0",
+ "equip_audio": "1003",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1472441",
+ "name": "Dragon claws",
+ "archery_ticket_price": "0",
+ "id": "14486",
+ "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0"
+ },
+ {
+ "destroy_message": "You grew this herb by planting an enriched snapdragon seed in the special herb patch on top of Falador castle.",
+ "examine": "An enriched snapdragon herb.",
+ "durability": null,
+ "name": "Enriched snapdragon",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14487",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You made this serum by mixing an enriched snapdragon into one of Betty's truth serums.",
+ "examine": "Fluid sloshes innocently in this vial.",
+ "durability": null,
+ "name": "Super truth serum",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14488",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You gained this item by having papyrus and charcoal in your inventory while interrogating a spy in Falador castle.",
+ "examine": "A sketch of the suspect known as Dark Squall.",
+ "durability": null,
+ "name": "Suspect sketch",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14489",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "65000",
+ "examine": "These look pretty heavy, but very elite.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "equipment_slot": "7",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "41559",
+ "name": "Elite black platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14490",
+ "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0"
+ },
+ {
+ "shop_price": "65000",
+ "examine": "These look pretty heavy, but very elite.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "41559",
+ "name": "Elite black platelegs",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14491"
+ },
+ {
+ "requirements": "{1,40}",
+ "shop_price": "64000",
+ "examine": "Provides excellent protection, and is elite.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "equipment_slot": "4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "38275",
+ "name": "Elite black platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14492",
+ "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0"
+ },
+ {
+ "shop_price": "64000",
+ "examine": "Provides excellent protection, and is elite.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "38275",
+ "name": "Elite black platebody",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14493"
+ },
+ {
+ "remove_head": "true",
+ "requirements": "{1,40}",
+ "shop_price": "35200",
+ "examine": "A full face helmet, and elite.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "30542",
+ "name": "Elite black full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14494",
+ "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0"
+ },
+ {
+ "shop_price": "35200",
+ "examine": "A full face helmet, and elite.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "30542",
+ "name": "Elite black full helm",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14495"
+ },
+ {
+ "destroy_message": "You got this key from the key rack in Dark Squall's base.",
+ "examine": "Opens the cells beneath the Black Knights' Fortress. (While Guthix Sleeps)",
+ "durability": null,
+ "name": "Cell key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14496",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "120000",
+ "examine": "A robe worn by members of the Dagon'hai.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "3,1,0",
+ "equipment_slot": "4",
+ "destroy_message": "",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "71098",
+ "name": "Dagon'hai robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14497",
+ "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,2,0"
+ },
+ {
+ "shop_price": "120000",
+ "examine": "A robe worn by members of the Dagon'hai.",
+ "durability": null,
+ "low_alchemy": "48000",
+ "high_alchemy": "72000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "",
+ "grand_exchange_price": "71098",
+ "name": "Dagon'hai robe top",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14498"
+ },
+ {
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "15000",
+ "examine": "A hat worn by members of the Dagon'hai.",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "1,0,0",
+ "equipment_slot": "0",
+ "destroy_message": "",
+ "grand_exchange_price": "9580",
+ "name": "Dagon'hai hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14499",
+ "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0"
+ },
+ {
+ "shop_price": "15000",
+ "examine": "A hat worn by members of the Dagon'hai.",
+ "durability": null,
+ "low_alchemy": "6000",
+ "high_alchemy": "9000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "",
+ "grand_exchange_price": "9580",
+ "name": "Dagon'hai hat",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14500"
+ },
+ {
+ "requirements": "{1,20}-{6,40}",
+ "shop_price": "80000",
+ "examine": "A robe worn by members of the Dagon'hai.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "2,1,0",
+ "equipment_slot": "7",
+ "destroy_message": "",
+ "grand_exchange_price": "45691",
+ "name": "Dagon'hai robe bottom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14501",
+ "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,2,0"
+ },
+ {
+ "shop_price": "80000",
+ "examine": "A robe worn by members of the Dagon'hai.",
+ "durability": null,
+ "low_alchemy": "32000",
+ "high_alchemy": "48000",
+ "destroy": "false",
+ "attack_speed": "4",
+ "destroy_message": "",
+ "grand_exchange_price": "45691",
+ "name": "Dagon'hai robe bottom",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14502"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Elite Black Knight armour adds to his stealthiness.",
+ "durability": null,
+ "name": "Silif",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14503",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "examine": "Elite Black Knight armour adds to his stealthiness.",
+ "durability": null,
+ "name": "Silif",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14504",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Teleorb",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14505",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "5"
+ },
+ {
+ "destroy_message": "You created this by focusing the light onto a snapdragon seed from a rose tinted lens while in Betty's shop.",
+ "examine": "An enriched snapdragon seed. The herb that grows from this seed will be extra potent!",
+ "durability": null,
+ "name": "Enriched snapdragon seed",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14506",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
+ "examine": "Part of a stone circle.",
+ "durability": null,
+ "name": "Dolmen",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14507",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
+ "examine": "Part of a stone circle.",
+ "durability": null,
+ "name": "Dolmen",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14508",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
+ "examine": "Part of a stone circle.",
+ "durability": null,
+ "name": "Dolmen",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14509",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
+ "examine": "Part of a stone circle.",
+ "durability": null,
+ "name": "Dolmen",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14510",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
+ "examine": "Part of a stone circle.",
+ "durability": null,
+ "name": "Dolmen",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14511",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
+ "examine": "Part of a stone circle.",
+ "durability": null,
+ "name": "Dolmen",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14512",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
+ "examine": "Part of a stone circle.",
+ "durability": null,
+ "name": "Dolmen",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14513",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You got this by solving a puzzle in the a Guthixian temple near the Chasm of Tears.",
+ "examine": "Part of a stone circle.",
+ "durability": null,
+ "name": "Dolmen",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14514",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.",
+ "examine": "An elemental key of air.",
+ "durability": null,
+ "name": "Air key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14515",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.",
+ "examine": "An elemental key of earth.",
+ "durability": null,
+ "name": "Earth key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14516",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this in the Chasm of Tears by using an",
+ "examine": "An elemental key of fire.",
+ "durability": null,
+ "name": "Fire key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14517",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this in the Chasm of Tears by using an",
+ "examine": "An elemental key of water.",
+ "durability": null,
+ "name": "Water key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14518",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this in the Chasm of Tears by using an air-orb on an etched wall section.",
+ "examine": "An elemental key of air.",
+ "durability": null,
+ "name": "Air key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14519",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this in the Chasm of Tears by using an earth-orb on an etched wall section.",
+ "examine": "An elemental key of earth.",
+ "durability": null,
+ "name": "Earth key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14520",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this in the Chasm of Tears by using an",
+ "examine": "An elemental key of fire.",
+ "durability": null,
+ "name": "Fire key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14521",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You found this in the Chasm of Tears by using an",
+ "examine": "An elemental key of water.",
+ "durability": null,
+ "name": "Water key",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14522",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Grand Exchange set containing a hat, top and bottoms.",
+ "durability": null,
+ "destroy": "false",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "",
+ "grand_exchange_price": "193541",
+ "name": "Dagon'hai robes set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14525",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "shop_price": "20",
+ "examine": "Grand Exchange set containing a hat, top and bottoms.",
+ "grand_exchange_price": "193541",
+ "durability": null,
+ "name": "Dagon'hai robes set",
+ "tradeable": "true",
+ "destroy": "false",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14526"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "6,0,13",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "140536",
+ "name": "Elite black armour set",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14527",
+ "bonuses": "0,0,0,-38,-16,163,168,80,-3,159,62,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "20",
+ "examine": "Grand Exchange set containing an elite black full helm, platebody and legs.",
+ "grand_exchange_price": "140536",
+ "durability": null,
+ "name": "Elite black armour set",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14528"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "9,0,19",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "10629814",
+ "name": "Dragon plate armour set (l)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14529",
+ "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "20",
+ "examine": "Grand Exchange set containing a dragon full helm, platebody, legs.",
+ "grand_exchange_price": "10629814",
+ "durability": null,
+ "name": "Dragon plate armour set (l)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14530"
+ },
+ {
+ "shop_price": "20",
+ "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "9,0,19",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "12243786",
+ "name": "Dragon plate armour set (sk)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14531",
+ "bonuses": "0,0,0,-57,-9,222,221,201,-11,217,82,0,0,0,0"
+ },
+ {
+ "destroy_message": "Drop",
+ "shop_price": "20",
+ "examine": "Grand Exchange set containing a dragon full helm, platebody, skirt.",
+ "grand_exchange_price": "12243786",
+ "durability": null,
+ "name": "Dragon plate armour set (sk)",
+ "tradeable": "true",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14532"
+ },
+ {
+ "examine": "",
+ "durability": null,
+ "name": "Broav",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14533",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You gained this orb from Dark Squall's base. You can probably get another one from visiting the same place.",
+ "examine": "This orb can used to teleport people...somehow.",
+ "durability": null,
+ "name": "Strange teleorb",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14534",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will not be able to get the book back if you destroy it.",
+ "examine": "Notes on the locations of turkeys.",
+ "durability": null,
+ "name": "Turkey book",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14536",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.",
+ "examine": "",
+ "durability": null,
+ "name": "Cornucopia",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14537",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.",
+ "examine": "",
+ "durability": null,
+ "name": "Cornucopia",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14538",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "9",
+ "examine": "",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Raw turkey",
+ "archery_ticket_price": "0",
+ "id": "14539",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "4",
+ "examine": "Mmm, this looks tasty.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Cooked turkey",
+ "archery_ticket_price": "0",
+ "id": "14540",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "durability": null,
+ "name": "Burnt turkey",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14541",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "9",
+ "examine": "I need to cook this first.",
+ "durability": null,
+ "low_alchemy": "3",
+ "high_alchemy": "5",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Raw turkey drumstick",
+ "archery_ticket_price": "0",
+ "id": "14542",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "4",
+ "examine": "Mmm, this looks tasty.",
+ "durability": null,
+ "low_alchemy": "1",
+ "high_alchemy": "2",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "name": "Cooked turkey drumstick",
+ "archery_ticket_price": "0",
+ "id": "14543",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1",
+ "durability": null,
+ "name": "Burnt turkey drumstick",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14544",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will lose all food stored in the Cornucopia. You can get another empty one from Diango in Draynor Village.",
+ "examine": "",
+ "durability": null,
+ "name": "Cornucopia",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14570",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "Not-so-sturdy boots for northern winters.",
+ "durability": null,
+ "name": "Fremennik sea boots 1",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14571",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "You can claim replacement Fremennik sea boots from Yrsa in Rellekka.",
+ "examine": "Sturdy boots for northern winters.",
+ "durability": null,
+ "name": "Fremennik sea boots 2",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14572",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "",
+ "examine": "Very sturdy boots for northern winters.",
+ "durability": null,
+ "name": "Fremennik sea boots 3",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14573",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14574",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14575",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14576",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A buckler shield from Falador.",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "5",
+ "destroy_message": "You will be able to get a replacement shield from Redbeard the Pirate in Port Sarim.",
+ "name": "Falador shield 1",
+ "archery_ticket_price": "0",
+ "id": "14577",
+ "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,3,0,0"
+ },
+ {
+ "shop_price": "200",
+ "examine": "A kiteshield from Falador.",
+ "durability": null,
+ "low_alchemy": "80",
+ "high_alchemy": "120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "5",
+ "destroy_message": "You will be able to get a replacement shield from the chemist in Rimmington.",
+ "name": "Falador shield 2",
+ "archery_ticket_price": "0",
+ "id": "14578",
+ "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,5,0,0"
+ },
+ {
+ "shop_price": "300",
+ "examine": "A tower shield from Falador.",
+ "durability": null,
+ "low_alchemy": "120",
+ "high_alchemy": "180",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "5",
+ "destroy_message": "You will be able to get a replacement shield from Sir Vyvin's squire in the White Knights' Castle.",
+ "name": "Falador shield 3",
+ "archery_ticket_price": "0",
+ "id": "14579",
+ "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,7,0,0"
+ },
+ {
+ "destroy_message": "",
+ "shop_price": "1000",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14580",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "shop_price": "5000",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14581",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "shop_price": "10000",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14582",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Harvest (turns to ",
+ "examine": "A white lily seed - plant in a flower patch.",
+ "durability": null,
+ "name": "White lily",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14583",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will not be able to replace this voucher - it is a one-time offer only!",
+ "shop_price": "500000",
+ "examine": "I can take this to the Herald to get my money crest back for free.",
+ "durability": null,
+ "name": "Money crest voucher",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14584",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1250",
+ "examine": "A white lily seed - plant in a flower patch.",
+ "durability": null,
+ "name": "White lily seed",
+ "low_alchemy": "500",
+ "high_alchemy": "750",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14589",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1000",
+ "examine": "This will teleport me to Rellekka when I play it. ",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Enchanted lyre(5)",
+ "archery_ticket_price": "0",
+ "id": "14590",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "1000",
+ "examine": "This will teleport me to Rellekka when I play it. ",
+ "durability": null,
+ "low_alchemy": "400",
+ "high_alchemy": "600",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equipment_slot": "3",
+ "destroy_message": "Drop",
+ "name": "Enchanted lyre(6)",
+ "archery_ticket_price": "0",
+ "id": "14591",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "These look pretty heavy, but very elite.",
+ "durability": null,
+ "low_alchemy": "26000",
+ "high_alchemy": "39000",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "41559",
+ "name": "Elite black platelegs",
+ "archery_ticket_price": "0",
+ "id": "14592",
+ "bonuses": "0,0,0,-14,-6,52,50,25,-1,49,15,0,0,0,0"
+ },
+ {
+ "examine": "Provides excellent protection, and is elite.",
+ "durability": null,
+ "low_alchemy": "25600",
+ "high_alchemy": "38400",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,6",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "38275",
+ "name": "Elite black platebody",
+ "archery_ticket_price": "0",
+ "id": "14593",
+ "bonuses": "0,0,0,-20,-8,80,85,40,-2,80,40,0,0,0,0"
+ },
+ {
+ "examine": "A full face helmet, and elite.",
+ "durability": null,
+ "low_alchemy": "14080",
+ "high_alchemy": "21120",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "1,0,3",
+ "lendable": "true",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "30542",
+ "name": "Elite black full helm",
+ "archery_ticket_price": "0",
+ "id": "14594",
+ "bonuses": "0,0,0,-4,-2,31,33,15,0,30,7,0,0,0,0"
+ },
+ {
+ "destroy_message": "You can get another from Diango in Draynor Village.",
+ "remove_sleeves": "true",
+ "examine": "A red and jolly top.",
+ "durability": null,
+ "name": "Santa costume top",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14595",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "destroy_message": "",
+ "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.",
+ "durability": null,
+ "name": "Ice amulet",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14596",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "destroy_message": "You can probably get more in the last room of the yeti cave, in the Land of Snow.",
+ "shop_price": "1",
+ "examine": "",
+ "durability": null,
+ "name": "Stones",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14597",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You will have to fetch more in the last room of the yeti cave, then get them enchanted by snow imps.",
+ "shop_price": "1",
+ "examine": "According to the snow imps, this is enchanted, frozen yeti dung.",
+ "durability": null,
+ "name": "Enchanted stones",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14598",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "A spikey amulet made of ice crystals. It has been enchanted so it will not melt.",
+ "durability": null,
+ "name": "Ice amulet",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14599",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "2"
+ },
+ {
+ "destroy_message": "You can get another from Diango in Draynor Village.",
+ "remove_sleeves": "true",
+ "examine": "A red and jolly top.",
+ "durability": null,
+ "name": "Santa costume top",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14600",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "destroy_message": "You can get another from Diango in Draynor Village.",
+ "remove_sleeves": "true",
+ "examine": "A red and jolly top.",
+ "durability": null,
+ "name": "Santa costume top",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14601",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "4"
+ },
+ {
+ "destroy_message": "You can get another pair from Diango in Draynor Village.",
+ "examine": "Some black and jolly gloves.",
+ "durability": null,
+ "name": "Santa costume gloves",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14602",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "9"
+ },
+ {
+ "destroy_message": "You can get another from Diango in Draynor Village.",
+ "examine": "Some red and jolly legs.",
+ "durability": null,
+ "name": "Santa costume legs",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14603",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "You can get another from Diango in Draynor Village.",
+ "examine": "Some red and jolly legs.",
+ "durability": null,
+ "name": "Santa costume legs",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14604",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "7"
+ },
+ {
+ "destroy_message": "You can get another pair from Diango in Draynor Village.",
+ "examine": "Some black and jolly boots.",
+ "durability": null,
+ "name": "Santa costume boots",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14605",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "10"
+ },
+ {
+ "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Aromatic twigs from a cinnamon tree.",
+ "durability": null,
+ "name": "Cinnamon twigs",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14606",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Aromatic twigs from a sassafras tree.",
+ "durability": null,
+ "name": "Sassafras twigs",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14607",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Aromatic twigs from a ailanthus tree.",
+ "durability": null,
+ "name": "Ailanthus twigs",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14608",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Aromatic twigs from a cedar tree.",
+ "durability": null,
+ "name": "Cedar twigs",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14609",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You harvested these from a tree in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Aromatic twigs from a mastic tree.",
+ "durability": null,
+ "name": "Mastic twigs",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14610",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Cinnamon twigs, fletched into ribbons of wood and ready to be woven.",
+ "durability": null,
+ "name": "Cinnamon weaving ribbon",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14611",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Sassafras twigs, fletched into ribbons of wood and ready to be woven.",
+ "durability": null,
+ "name": "Sassafras weaving ribbon",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14612",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Ailanthus twigs, fletched into ribbons of wood and ready to be woven.",
+ "durability": null,
+ "name": "Ailanthus weaving ribbon",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14613",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Cedar twigs, fletched into ribbons of wood and ready to be woven.",
+ "durability": null,
+ "name": "Cedar weaving ribbon",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14614",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "You fletched this from twigs found in the phoenix's lair. You need one to complete the dungeon.",
+ "examine": "Mastic twigs, fletched into ribbons of wood and ready to be woven.",
+ "durability": null,
+ "name": "Mastic weaving ribbon",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14615",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A feather from a phoenix. Used in Summoning (72).",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3431",
+ "name": "Phoenix quill",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14616",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "100",
+ "examine": "A feather from a phoenix. Used in Summoning (72).",
+ "durability": null,
+ "low_alchemy": "40",
+ "high_alchemy": "60",
+ "destroy": "true",
+ "attack_speed": "4",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "3431",
+ "name": "Phoenix quill",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14617"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14620",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14621"
+ },
+ {
+ "requirements": "{23,72}",
+ "shop_price": "498",
+ "examine": "A scroll for a phoenix familiar.",
+ "durability": null,
+ "name": "Rise from the ashes scroll",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14622",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "4986",
+ "durability": null,
+ "name": "Phoenix pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14623",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "shop_price": "4986",
+ "durability": null,
+ "name": "Phoenix pouch",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14624"
+ },
+ {
+ "durability": null,
+ "name": "Pouch",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14625",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A baby phoenix and it's bad to the bone!",
+ "durability": null,
+ "name": "Phoenix eggling",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14626",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "examine": "A baby phoenix and it's bad to the bone!",
+ "durability": null,
+ "name": "Phoenix eggling",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14627",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Unknown ",
+ "examine": "I found this egg in the Phoenix's Lair, and clapped at it!",
+ "durability": null,
+ "name": "Phoenix egg",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14629",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "Unknown ",
+ "examine": "I found this egg in the Phoenix's Lair, and kicked it!",
+ "durability": null,
+ "name": "Cracked phoenix egg",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14630",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "A player can get a new one by talking to any seer around Seer's village.",
+ "examine": "A headband with an eye embroidered on it.",
+ "durability": null,
+ "name": "Seer's headband",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14631",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,3,0,0,0,0,0,0",
+ "equipment_slot": "0"
+ },
+ {
+ "turn90cw_anim": "821",
+ "examine": "This used to belong to King Arthur and has since been improved.",
+ "walk_anim": "819",
+ "has_special": "true",
+ "low_alchemy": "80",
+ "turn90ccw_anim": "822",
+ "attack_speed": "5",
+ "turn180_anim": "820",
+ "absorb": "0,0,0",
+ "defence_anim": "397",
+ "equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
+ "destroy_message": "You can retrieve the Enhanced Excalibur from the Lady of the Lake for 500 coins.",
+ "stand_anim": "808",
+ "run_anim": "824",
+ "archery_ticket_price": "0",
+ "id": "14632",
+ "stand_turn_anim": "823",
+ "bonuses": "38,47,-2,0,0,0,3,2,1,0,0,45,0,0,0",
+ "requirements": "{0,30}",
+ "shop_price": "200",
+ "durability": null,
+ "high_alchemy": "120",
+ "destroy": "true",
+ "weapon_interface": "6",
+ "render_anim": "1",
+ "attack_audios": "2500,2500,2517,2500",
+ "name": "Enhanced excalibur"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14633",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14634",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": "",
+ "examine": "I wonder what happens if I rub it.",
+ "durability": null,
+ "name": "Antique lamp",
+ "tradeable": "false",
+ "destroy": "true",
+ "archery_ticket_price": "0",
+ "attack_speed": "4",
+ "id": "14635",
+ "absorb": "0,0,0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "650",
+ "examine": "You don't want to wear it inside-out.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Slayer helmet (e)",
+ "archery_ticket_price": "0",
+ "id": "14636",
+ "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0"
+ },
+ {
+ "remove_head": "true",
+ "shop_price": "650",
+ "examine": "You don't want to wear it inside-out.",
+ "durability": null,
+ "low_alchemy": "260",
+ "high_alchemy": "390",
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "destroy_message": "Drop",
+ "name": "Slayer helmet (charged)",
+ "archery_ticket_price": "0",
+ "id": "14637",
+ "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It can be charged at the Fountain of Rune.",
+ "grand_exchange_price": "26000",
+ "durability": null,
+ "name": "Ring of wealth",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "14638",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "It can be charged at the Fountain of Rune.",
+ "grand_exchange_price": "29800",
+ "durability": null,
+ "name": "Ring of wealth",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14639"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An enchanted ring with one teleport charge.",
+ "grand_exchange_price": "27000",
+ "durability": null,
+ "name": "Ring of wealth(1)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "14640",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An enchanted ring with one teleport charge.",
+ "grand_exchange_price": "29800",
+ "durability": null,
+ "name": "Ring of wealth(1)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14641"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An enchanted ring with two teleport charges.",
+ "grand_exchange_price": "28000",
+ "durability": null,
+ "name": "Ring of wealth(2)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "14642",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An enchanted ring with two teleport charges.",
+ "grand_exchange_price": "29800",
+ "durability": null,
+ "name": "Ring of wealth(2)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14643"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An enchanted ring with three teleport charges.",
+ "grand_exchange_price": "30000",
+ "durability": null,
+ "name": "Ring of wealth(3)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "14644",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An enchanted ring with three teleport charges.",
+ "grand_exchange_price": "29800",
+ "durability": null,
+ "name": "Ring of wealth(3)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14645"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An enchanted ring with four teleport charges.",
+ "grand_exchange_price": "35000",
+ "durability": null,
+ "name": "Ring of wealth(4)",
+ "tradeable": "true",
+ "low_alchemy": "7050",
+ "high_alchemy": "10575",
+ "archery_ticket_price": "0",
+ "id": "14646",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "100",
+ "examine": "An enchanted ring with four teleport charges.",
+ "grand_exchange_price": "29800",
+ "durability": null,
+ "name": "Ring of wealth(4)",
+ "tradeable": "true",
+ "archery_ticket_price": "0",
+ "id": "14647"
+ },
+ {
+ "shop_price": "0",
+ "ge_buy_limit": "0",
+ "examine": "A totally alive monkey friend for your back!",
+ "durability": null,
+ "low_alchemy": "0",
+ "high_alchemy": "1",
+ "destroy": "true",
+ "weight": "0.0",
+ "equipment_slot": "1",
+ "grand_exchange_price": "0",
+ "name": "Jangles the Monkey Backpack",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "id": "14648",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
+ },
+ {
+ "ge_buy_limit": "0",
+ "examine": "A ring for only the truest of cave goblins. And Logg too.",
+ "grand_exchange_price": "0",
+ "durability": null,
+ "name": "Zanik ring",
+ "tradeable": "false",
+ "low_alchemy": "0",
+ "high_alchemy": "1",
+ "archery_ticket_price": "0",
+ "destroy": "true",
+ "id": "14649",
+ "equipment_slot": "12"
+ },
+ {
+ "ge_buy_limit": "0",
+ "examine": "A standard issue wizard hat.",
+ "durability": null,
+ "low_alchemy": "0",
+ "high_alchemy": "1",
+ "weight": "0.1",
+ "destroy": "true",
+ "equipment_slot": "0",
+ "destroy_message": "",
+ "grand_exchange_price": "0",
+ "name": "Wizard hat",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "hat": "true",
+ "id": "14650",
+ "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0"
+ },
+ {
+ "destroy_message": " WARNING: You will have to reobtain this item the hard way.",
+ "requirements": "",
+ "examine": "Mysterious blueprints written in an alien language.",
+ "durability": null,
+ "name": "Ancient Blueprints",
+ "destroy": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "14651"
+ },
+ {
+ "destroy_message": "You can get another by bringing the materials along with the blueprint to a Star Sprite.",
+ "examine": "A stardust-infused dragonstone ring.",
+ "durability": null,
+ "name": "Ring of the Star Sprite",
+ "destroy": "true",
+ "weight": "0.1",
+ "archery_ticket_price": "0",
+ "id": "14652",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "equipment_slot": "12"
+ },
+ {
+ "examine": "A chunk of rock.",
+ "name": "Rock",
+ "id": "1480"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A staff with a spooky raven head attached.",
+ "walk_anim": "1205",
+ "low_alchemy": "80",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "14654",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "shop_price": "200",
+ "durability": null,
+ "destroy": "true",
+ "high_alchemy": "120",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Staff of the raven"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A staff with a spooky raven head attached.",
+ "walk_anim": "1205",
+ "low_alchemy": "80",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "14655",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "shop_price": "200",
+ "durability": null,
+ "destroy": "true",
+ "high_alchemy": "120",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Staff of the raven"
+ },
+ {
+ "turn90cw_anim": "1207",
+ "examine": "A staff with a spooky raven head attached.",
+ "walk_anim": "1205",
+ "low_alchemy": "80",
+ "turn90ccw_anim": "1208",
+ "attack_speed": "5",
+ "turn180_anim": "1206",
+ "defence_anim": "420",
+ "equipment_slot": "3",
+ "attack_anims": "419,419,419,419",
+ "stand_anim": "813",
+ "tradeable": "false",
+ "run_anim": "1210",
+ "archery_ticket_price": "0",
+ "id": "14656",
+ "stand_turn_anim": "1209",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "shop_price": "200",
+ "durability": null,
+ "destroy": "true",
+ "high_alchemy": "120",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Staff of the raven"
+ },
+ {
+ "examine": "Item container for C. Ele Minor Drop Table. You should not be able to obtain this item.",
+ "name": "C. Ele Minor Drop Table",
+ "id": "799"
+ },
+ {
+ "examine": "This will unlock something. (Waterfall Quest)",
+ "name": "A key",
+ "tradeable": "false",
+ "weight": "0.01",
+ "archery_ticket_price": "0",
+ "id": "293"
+ },
+ {
+ "examine": "This will unlock something. (Waterfall dungeon)",
+ "name": "A key",
+ "tradeable": "false",
+ "archery_ticket_price": "0",
+ "weight": "0.01",
+ "id": "298"
}
]
\ No newline at end of file
diff --git a/Server/data/configs/music_configs.json b/Server/data/configs/music_configs.json
new file mode 100644
index 000000000..1fb75f150
--- /dev/null
+++ b/Server/data/configs/music_configs.json
@@ -0,0 +1,1552 @@
+[
+ {
+ "id": "1",
+ "borders": "{2112,4544,2175,4607}"
+ },
+ {
+ "id": "2",
+ "borders": "{3200,3264,3263,3327}"
+ },
+ {
+ "id": "3",
+ "borders": "{3072,3200,3135,3263}"
+ },
+ {
+ "id": "4",
+ "borders": "{2752,3712,2815,3775}"
+ },
+ {
+ "id": "5",
+ "borders": "{2496,3264,2559,3327}-{2752,4672,2815,4735}"
+ },
+ {
+ "id": "6",
+ "borders": "{2752,3200,2815,3263}"
+ },
+ {
+ "id": "7",
+ "borders": "{2688,3456,2751,3519}"
+ },
+ {
+ "id": "8",
+ "borders": "{3072,3584,3135,3647}"
+ },
+ {
+ "id": "9",
+ "borders": "{2816,3520,2879,3583}"
+ },
+ {
+ "id": "10",
+ "borders": "{3136,3584,3199,3647}-{2368,3264,2431,3327}"
+ },
+ {
+ "id": "11",
+ "borders": "{3392,9600,3455,9663}"
+ },
+ {
+ "id": "12",
+ "borders": "{2944,3200,3007,3263}"
+ },
+ {
+ "id": "13",
+ "borders": "{3072,3904,3135,3967}-{2496,4672,2559,4735}"
+ },
+ {
+ "id": "14",
+ "borders": "{3264,3648,3327,3711}"
+ },
+ {
+ "id": "15",
+ "borders": "{3008,3328,3071,3391}"
+ },
+ {
+ "id": "17",
+ "borders": "{2688,9664,2751,9727}"
+ },
+ {
+ "id": "18",
+ "borders": "{2880,3392,2943,3455}"
+ },
+ {
+ "id": "19",
+ "borders": "{2816,9792,2879,9855}"
+ },
+ {
+ "id": "20",
+ "borders": "{3328,3392,3391,3455}-{2624,3520,2687,3583}"
+ },
+ {
+ "id": "21",
+ "borders": "{2688,3520,2751,3583}"
+ },
+ {
+ "id": "22",
+ "borders": "{2432,3456,2495,3519}"
+ },
+ {
+ "id": "24",
+ "borders": "{2496,3200,2559,3263}"
+ },
+ {
+ "id": "25",
+ "borders": "{2816,9600,2879,9663}"
+ },
+ {
+ "id": "26",
+ "borders": "{3008,10240,3071,10303}"
+ },
+ {
+ "id": "27",
+ "borders": "{2560,3136,2623,3199}-{2560,9536,2623,9599}"
+ },
+ {
+ "id": "28",
+ "borders": "{2240,4672,2303,4735}"
+ },
+ {
+ "id": "29",
+ "borders": "{2560,9408,2623,9471}"
+ },
+ {
+ "id": "30",
+ "borders": "{2368,4672,2431,4735}-{2880,9280,2943,9343}"
+ },
+ {
+ "id": "32",
+ "borders": "{2496,3456,2559,3519}"
+ },
+ {
+ "id": "33",
+ "borders": "{2432,3392,2495,3455}"
+ },
+ {
+ "id": "34",
+ "borders": "{2944,3520,3007,3583}"
+ },
+ {
+ "id": "35",
+ "borders": "{3008,3200,3071,3263}"
+ },
+ {
+ "id": "36",
+ "borders": "{3264,3200,3327,3263}-{3392,3136,3455,3199}"
+ },
+ {
+ "id": "37",
+ "borders": "{2944,3776,3007,3839}"
+ },
+ {
+ "id": "38",
+ "borders": "{1856,4800,1919,4863}"
+ },
+ {
+ "id": "41",
+ "borders": "{2432,3200,2495,3263}-{2432,9600,2495,9663}"
+ },
+ {
+ "id": "42",
+ "borders": "{3008,3776,3071,3839}"
+ },
+ {
+ "id": "43",
+ "borders": "{2944,3712,3007,3775}"
+ },
+ {
+ "id": "45",
+ "borders": "{3328,9728,3391,9791}"
+ },
+ {
+ "id": "46",
+ "borders": "{3200,9600,3263,9663}"
+ },
+ {
+ "id": "47",
+ "borders": "{3328,3200,3391,3263}"
+ },
+ {
+ "id": "48",
+ "borders": "{3392,3456,3455,3519}"
+ },
+ {
+ "id": "49",
+ "borders": "{3008,3264,3071,3327}"
+ },
+ {
+ "id": "50",
+ "borders": "{3264,3136,3327,3199}-{3328,3136,3391,3199}"
+ },
+ {
+ "id": "51",
+ "borders": "{1920,4800,1983,4863}"
+ },
+ {
+ "id": "52",
+ "borders": "{2944,3904,3007,3967}-{2944,10240,3007,10303}-{2816,4800,2879,4863}"
+ },
+ {
+ "id": "53",
+ "borders": "{2880,9664,2943,9727}"
+ },
+ {
+ "id": "54",
+ "borders": "{2944,3392,3007,3455}"
+ },
+ {
+ "id": "55",
+ "borders": "{2752,3136,2815,3199}"
+ },
+ {
+ "id": "56",
+ "borders": "{3136,3520,3199,3583}"
+ },
+ {
+ "id": "57",
+ "borders": "{2880,4800,2943,4863}"
+ },
+ {
+ "id": "58",
+ "borders": "{2752,3072,2815,3135}"
+ },
+ {
+ "id": "59",
+ "borders": "{2368,9664,2431,9727}"
+ },
+ {
+ "id": "60",
+ "borders": "{2624,3392,2687,3455}"
+ },
+ {
+ "id": "61",
+ "borders": "{3456,3456,3519,3519}"
+ },
+ {
+ "id": "62",
+ "borders": "{3052,3055,3155,3135}"
+ },
+ {
+ "id": "63",
+ "borders": "{2624,9728,2687,9791}-{2688,9792,2751,9855}"
+ },
+ {
+ "id": "64",
+ "borders": "{3136,3136,3199,3199}"
+ },
+ {
+ "id": "65",
+ "borders": "{2752,4800,2815,4863}"
+ },
+ {
+ "id": "66",
+ "borders": "{3008,3648,3071,3711}-{2496,3520,2559,3583}"
+ },
+ {
+ "id": "67",
+ "borders": "{3136,3712,3199,3775}-{1536,5760,1599,5823}"
+ },
+ {
+ "id": "68",
+ "borders": "{3008,10304,3071,10367}-{2560,9472,2623,9535}"
+ },
+ {
+ "id": "69",
+ "borders": "{3264,3072,3327,3135}"
+ },
+ {
+ "id": "70",
+ "borders": "{2624,3200,2687,3263}"
+ },
+ {
+ "id": "71",
+ "borders": "{2624,2944,2687,3007}-{2624,9344,2687,9407}"
+ },
+ {
+ "id": "72",
+ "borders": "{2944,3328,3007,3391}"
+ },
+ {
+ "id": "73",
+ "borders": ""
+ },
+ {
+ "id": "74",
+ "borders": "{2752,3392,2815,3455}"
+ },
+ {
+ "id": "75",
+ "borders": "{3328,3328,3391,3391}"
+ },
+ {
+ "id": "76",
+ "borders": "{3200,3200,3263,3263}"
+ },
+ {
+ "id": "77",
+ "borders": "{2880,3456,2943,3519}"
+ },
+ {
+ "id": "78",
+ "borders": "{2880,2880,2943,2943}"
+ },
+ {
+ "id": "79",
+ "borders": "{3136,3008,3199,3071}"
+ },
+ {
+ "id": "80",
+ "borders": "{2432,2944,2495,3007}"
+ },
+ {
+ "id": "81",
+ "borders": "{2624,3328,2687,3391}"
+ },
+ {
+ "id": "82",
+ "borders": "{2496,3392,2559,3455}-{2496,9792,2559,9855}"
+ },
+ {
+ "id": "83",
+ "borders": "{2496,3072,2559,3135}"
+ },
+ {
+ "id": "84",
+ "borders": "{3392,3392,3455,3455}-{2304,4992,2367,5055}"
+ },
+ {
+ "id": "85",
+ "borders": "{3072,3136,3135,3199}-{3072,9472,3135,9535}"
+ },
+ {
+ "id": "87",
+ "borders": "{2816,3456,2879,3519}"
+ },
+ {
+ "id": "88",
+ "borders": "{2688,9856,2751,9919}"
+ },
+ {
+ "id": "89",
+ "borders": "{2880,3008,2943,3071}"
+ },
+ {
+ "id": "90",
+ "borders": "{2816,2944,2879,3007}"
+ },
+ {
+ "id": "91",
+ "borders": "{2688,3264,2751,3327}-{2112,3072,2175,3135}"
+ },
+ {
+ "id": "92",
+ "borders": "{2880,3136,2943,3199}"
+ },
+ {
+ "id": "93",
+ "borders": "{3264,3456,3327,3519}"
+ },
+ {
+ "id": "94",
+ "borders": "{2880,2944,2943,3007}"
+ },
+ {
+ "id": "95",
+ "borders": "{2304,9792,2367,9855}"
+ },
+ {
+ "id": "96",
+ "borders": "{3008,3520,3071,3583}"
+ },
+ {
+ "id": "97",
+ "borders": "{2240,4736,2303,4799}"
+ },
+ {
+ "id": "98",
+ "borders": "{3072,3456,3135,3519}-{3072,9856,3135,9919}"
+ },
+ {
+ "id": "99",
+ "borders": "{2624,3264,2687,3327}"
+ },
+ {
+ "id": "100",
+ "borders": "{2816,9856,2879,9919}-{2816,9920,2879,9983}"
+ },
+ {
+ "id": "101",
+ "borders": "{2304,3392,2367,3455}"
+ },
+ {
+ "id": "102",
+ "borders": "{3008,3456,3071,3519}-{2496,9600,2559,9663}"
+ },
+ {
+ "id": "103",
+ "borders": "{2880,9344,2943,9407}"
+ },
+ {
+ "id": "104",
+ "borders": "{2752,3456,2815,3519}"
+ },
+ {
+ "id": "105",
+ "borders": "{3008,3136,3071,3199}"
+ },
+ {
+ "id": "106",
+ "borders": "{3136,3904,3199,3967}-{3200,3328,3263,3391}-{3200,9728,3263,9791}"
+ },
+ {
+ "id": "107",
+ "borders": "{2880,3264,2943,3327}-{2624,4672,2687,4735}"
+ },
+ {
+ "id": "108",
+ "borders": "{2944,9536,3007,9599}-{3200,9536,3263,9599}"
+ },
+ {
+ "id": "109",
+ "borders": "{2560,3456,2623,3519}-{2496,9856,2559,9919}"
+ },
+ {
+ "id": "110",
+ "borders": "{2368,3136,2431,3199}"
+ },
+ {
+ "id": "111",
+ "borders": "{3264,3328,3327,3391}"
+ },
+ {
+ "id": "112",
+ "borders": "{2304,3456,2367,3519}"
+ },
+ {
+ "id": "113",
+ "borders": "{3072,3520,3135,3583}"
+ },
+ {
+ "id": "114",
+ "borders": "{2752,2944,2815,3007}-{2752,9344,2815,9407}"
+ },
+ {
+ "id": "115",
+ "borders": "{2688,3200,2751,3263}"
+ },
+ {
+ "id": "116",
+ "borders": "{3136,3328,3199,3391}"
+ },
+ {
+ "id": "117",
+ "borders": "{2752,3008,2815,3071}"
+ },
+ {
+ "id": "118",
+ "borders": "{2368,4352,2431,4415}"
+ },
+ {
+ "id": "119",
+ "borders": "{2816,3392,2879,3455}"
+ },
+ {
+ "id": "120",
+ "borders": "{3200,3712,3263,3775}"
+ },
+ {
+ "id": "121",
+ "borders": "{3264,3520,3327,3583}"
+ },
+ {
+ "id": "122",
+ "borders": "{3328,3264,3391,3327}"
+ },
+ {
+ "id": "123",
+ "borders": "{3264,3264,3327,3327}"
+ },
+ {
+ "id": "124",
+ "borders": "{3200,3072,3263,3135}"
+ },
+ {
+ "id": "125",
+ "borders": "{3200,3392,3263,3455}"
+ },
+ {
+ "id": "127",
+ "borders": "{3200,3904,3263,3967}-{2944,3264,3007,3327}"
+ },
+ {
+ "id": "128",
+ "borders": "{2560,2944,2623,3007}"
+ },
+ {
+ "id": "129",
+ "borders": "{2752,2880,2815,2943}-{2880,9472,2943,9535}"
+ },
+ {
+ "id": "130",
+ "borders": "{2304,3328,2367,3391}"
+ },
+ {
+ "id": "131",
+ "borders": "{2368,4800,2431,4863}"
+ },
+ {
+ "id": "132",
+ "borders": "{2240,3200,2303,3263}"
+ },
+ {
+ "id": "133",
+ "borders": "{2560,3328,2623,3391}-{2496,9728,2559,9791}"
+ },
+ {
+ "id": "134",
+ "borders": "{2176,4800,2239,4863}"
+ },
+ {
+ "id": "138",
+ "borders": "{2880,3200,2943,3263}-{2880,9600,2943,9663}"
+ },
+ {
+ "id": "140",
+ "borders": "{2624,3456,2687,3519}"
+ },
+ {
+ "id": "141",
+ "borders": "{3072,3392,3135,3455}-{3072,9792,3135,9855}"
+ },
+ {
+ "id": "142",
+ "borders": "{2240,4800,2303,4863}"
+ },
+ {
+ "id": "143",
+ "borders": "{2624,4800,2687,4863}"
+ },
+ {
+ "id": "144",
+ "borders": "{3136,9856,3199,9919}-{3072,9536,3135,9599}"
+ },
+ {
+ "id": "145",
+ "borders": "{3200,3136,3263,3199}"
+ },
+ {
+ "id": "146",
+ "borders": "{2688,4800,2751,4863}"
+ },
+ {
+ "id": "148",
+ "borders": "{2496,3136,2559,3199}-{2560,4416,2623,4479}-{2496,9536,2559,9599}"
+ },
+ {
+ "id": "149",
+ "borders": "{2880,3520,2943,3583}"
+ },
+ {
+ "id": "151",
+ "borders": "{3072,3264,3135,3327}"
+ },
+ {
+ "id": "152",
+ "borders": "{2560,3200,2623,3263}"
+ },
+ {
+ "id": "153",
+ "borders": "{2880,9984,2943,10047}"
+ },
+ {
+ "id": "154",
+ "borders": "{3392,3264,3455,3327}"
+ },
+ {
+ "id": "155",
+ "borders": "{2432,3328,2495,3391}"
+ },
+ {
+ "id": "156",
+ "borders": "{3392,9856,3455,9919}"
+ },
+ {
+ "id": "157",
+ "borders": "{3264,3392,3327,3455}"
+ },
+ {
+ "id": "158",
+ "borders": "{2560,4800,2623,4863}"
+ },
+ {
+ "id": "159",
+ "borders": "{3008,3712,3071,3775}-{2496,3008,2559,3071}-{2496,9408,2559,9471}"
+ },
+ {
+ "id": "160",
+ "borders": "{3008,3584,3071,3647}"
+ },
+ {
+ "id": "161",
+ "borders": "{2624,3072,2687,3135}"
+ },
+ {
+ "id": "162",
+ "borders": "{2816,3072,2879,3135}-{2816,9472,2879,9535}"
+ },
+ {
+ "id": "163",
+ "borders": "{3136,3264,3199,3327}"
+ },
+ {
+ "id": "164",
+ "borders": "{2688,3136,2751,3199}"
+ },
+ {
+ "id": "165",
+ "borders": "{2816,3008,2879,3071}"
+ },
+ {
+ "id": "166",
+ "borders": "{2944,3008,3007,3071}"
+ },
+ {
+ "id": "167",
+ "borders": "{2624,3136,2687,3199}"
+ },
+ {
+ "id": "168",
+ "borders": "{3264,9408,3327,9471}"
+ },
+ {
+ "id": "169",
+ "borders": "{3200,3520,3263,3583}-{2624,9664,2687,9727}"
+ },
+ {
+ "id": "170",
+ "borders": "{2816,3200,2879,3263}"
+ },
+ {
+ "id": "172",
+ "borders": "{2816,3136,2879,3199}-{2816,2880,2879,2943}"
+ },
+ {
+ "id": "173",
+ "borders": "{2880,9728,2943,9791}"
+ },
+ {
+ "id": "174",
+ "borders": "{3264,2944,3327,3007}-{3328,3008,3391,3071}"
+ },
+ {
+ "id": "175",
+ "borders": "{3136,3392,3199,3455}"
+ },
+ {
+ "id": "176",
+ "borders": "{3072,3648,3135,3711}"
+ },
+ {
+ "id": "177",
+ "borders": "{3200,3456,3263,3519}"
+ },
+ {
+ "id": "178",
+ "borders": "{2880,9792,2943,9855}"
+ },
+ {
+ "id": "179",
+ "borders": "{3328,3584,3391,3647}-{2816,9728,2879,9791}"
+ },
+ {
+ "id": "180",
+ "borders": "{2944,3136,3007,3199}"
+ },
+ {
+ "id": "181",
+ "borders": "{2432,4416,2495,4479}"
+ },
+ {
+ "id": "182",
+ "borders": "{3264,3776,3327,3839}-{3264,3712,3327,3775}"
+ },
+ {
+ "id": "183",
+ "borders": "{2944,3648,3007,3711}"
+ },
+ {
+ "id": "184",
+ "borders": "{2688,3392,2751,3455}"
+ },
+ {
+ "id": "185",
+ "borders": "{2560,3072,2623,3135}"
+ },
+ {
+ "id": "186",
+ "borders": "{2880,3328,2943,3391}"
+ },
+ {
+ "id": "187",
+ "borders": "{2816,3584,2879,3647}"
+ },
+ {
+ "id": "188",
+ "borders": "{2560,3008,2623,3071}"
+ },
+ {
+ "id": "190",
+ "borders": "{2496,4800,2559,4863}"
+ },
+ {
+ "id": "191",
+ "borders": "{2560,3264,2623,3327}"
+ },
+ {
+ "id": "192",
+ "borders": "{2688,3328,2751,3391}-{2688,9728,2751,9791}"
+ },
+ {
+ "id": "193",
+ "borders": "{2560,3392,2623,3455}"
+ },
+ {
+ "id": "198",
+ "borders": "{1792,4352,1855,4415}-{1920,4352,1983,4415}"
+ },
+ {
+ "id": "220",
+ "borders": "{2304,3842,2428,3901}"
+ },
+ {
+ "id": "241",
+ "borders": "{3456,3328,3519,3391}-{2176,4992,2239,5055}"
+ },
+ {
+ "id": "242",
+ "borders": "{2880,4544,2943,4607}"
+ },
+ {
+ "id": "243",
+ "borders": "{2112,4800,2175,4863}"
+ },
+ {
+ "id": "244",
+ "borders": "{3456,3392,3519,3455}-{1984,4992,2047,5055}"
+ },
+ {
+ "id": "245",
+ "borders": "{3392,3328,3455,3391}-{2240,4992,2303,5055}"
+ },
+ {
+ "id": "246",
+ "borders": "{3392,9728,3455,9791}"
+ },
+ {
+ "id": "247",
+ "borders": "{1984,4736,2047,4799}"
+ },
+ {
+ "id": "248",
+ "borders": "{2752,9536,2815,9599}"
+ },
+ {
+ "id": "251",
+ "borders": "{2240,3136,2303,3199}"
+ },
+ {
+ "id": "252",
+ "borders": "{2304,3200,2367,3263}"
+ },
+ {
+ "id": "253",
+ "borders": "{2240,3072,2303,3135}"
+ },
+ {
+ "id": "254",
+ "borders": "{2112,3136,2175,3199}"
+ },
+ {
+ "id": "255",
+ "borders": "{2112,3200,2175,3263}"
+ },
+ {
+ "id": "256",
+ "borders": "{2304,3264,2367,3327}"
+ },
+ {
+ "id": "257",
+ "borders": "{2816,3648,2879,3711}"
+ },
+ {
+ "id": "258",
+ "borders": "{2880,3584,2943,3647}"
+ },
+ {
+ "id": "259",
+ "borders": "{2240,3264,2303,3327}"
+ },
+ {
+ "id": "260",
+ "borders": "{3456,9472,3519,9535}"
+ },
+ {
+ "id": "261",
+ "borders": "{2752,10112,2815,10175}-{2816,10048,2879,10111}"
+ },
+ {
+ "id": "262",
+ "borders": "{2432,4800,2495,4863}"
+ },
+ {
+ "id": "263",
+ "borders": "{3136,2944,3199,3007}"
+ },
+ {
+ "id": "264",
+ "borders": "{2880,10048,2943,10111}"
+ },
+ {
+ "id": "265",
+ "borders": "{2752,9280,2815,9343}"
+ },
+ {
+ "id": "266",
+ "borders": "{3200,9344,3263,9407}"
+ },
+ {
+ "id": "267",
+ "borders": "{3200,2944,3263,3007}-{3328,2880,3391,2943}"
+ },
+ {
+ "id": "268",
+ "borders": "{2112,3264,2175,3327}"
+ },
+ {
+ "id": "269",
+ "borders": "{2176,4928,2239,4991}"
+ },
+ {
+ "id": "270",
+ "borders": "{2176,3072,2239,3135}"
+ },
+ {
+ "id": "271",
+ "borders": "{2304,9600,2367,9663}"
+ },
+ {
+ "id": "272",
+ "borders": ""
+ },
+ {
+ "id": "273",
+ "borders": ""
+ },
+ {
+ "id": "277",
+ "borders": "{2752,4416,2815,4479}"
+ },
+ {
+ "id": "278",
+ "borders": "{2688,4544,2751,4607}-{2688,4480,2751,4543}"
+ },
+ {
+ "id": "282",
+ "borders": "{2688,4416,2751,4479}-{2752,4480,2815,4543}"
+ },
+ {
+ "id": "284",
+ "borders": "{2496,3840,2559,3903}"
+ },
+ {
+ "id": "285",
+ "borders": "{2560,3840,2623,3903}"
+ },
+ {
+ "id": "286",
+ "borders": "{3392,3200,3455,3263}-{3456,3264,3519,3327}-{2112,4992,2175,5055}"
+ },
+ {
+ "id": "287",
+ "borders": "{3456,9664,3519,9727}"
+ },
+ {
+ "id": "288",
+ "borders": "{3520,3456,3583,3519}"
+ },
+ {
+ "id": "289",
+ "borders": "{2560,3648,2623,3711}"
+ },
+ {
+ "id": "290",
+ "borders": "{2560,3584,2623,3647}"
+ },
+ {
+ "id": "291",
+ "borders": "{2688,3648,2751,3711}"
+ },
+ {
+ "id": "292",
+ "borders": "{2816,3712,2879,3775}-{2880,3712,2943,3775}"
+ },
+ {
+ "id": "293",
+ "borders": "{2688,3584,2751,3647}"
+ },
+ {
+ "id": "294",
+ "borders": "{2816,3776,2879,3839}"
+ },
+ {
+ "id": "295",
+ "borders": "{2624,10048,2687,10111}"
+ },
+ {
+ "id": "296",
+ "borders": "{2560,4480,2623,4543}"
+ },
+ {
+ "id": "303",
+ "borders": "{2752,2752,2815,2815}"
+ },
+ {
+ "id": "304",
+ "borders": "{2880,2688,2943,2751}-{3008,5440,3071,5503}"
+ },
+ {
+ "id": "305",
+ "borders": "{2688,2752,2751,2815}"
+ },
+ {
+ "id": "306",
+ "borders": "{2688,2688,2751,2751}"
+ },
+ {
+ "id": "307",
+ "borders": "{2752,9152,2815,9215}"
+ },
+ {
+ "id": "311",
+ "borders": "{2688,9152,2751,9215}"
+ },
+ {
+ "id": "312",
+ "borders": "{2688,9088,2751,9151}"
+ },
+ {
+ "id": "314",
+ "borders": "{2368,3072,2431,3135}"
+ },
+ {
+ "id": "316",
+ "borders": "{2624,9984,2687,10047}"
+ },
+ {
+ "id": "317",
+ "borders": "{2432,3072,2495,3135}"
+ },
+ {
+ "id": "318",
+ "borders": "{2368,9472,2431,9535}"
+ },
+ {
+ "id": "319",
+ "borders": "{3456,9792,3519,9855}"
+ },
+ {
+ "id": "320",
+ "borders": "{2496,3584,2559,3647}"
+ },
+ {
+ "id": "322",
+ "borders": "{2496,9984,2559,10047}"
+ },
+ {
+ "id": "323",
+ "borders": "{2368,9536,2431,9599}"
+ },
+ {
+ "id": "324",
+ "borders": "{2752,3328,2815,3391}-{1920,4992,1983,5055}"
+ },
+ {
+ "id": "325",
+ "borders": "{3008,9728,3071,9791}-{2944,9792,3007,9855}"
+ },
+ {
+ "id": "326",
+ "borders": "{3328,3648,3391,3711}"
+ },
+ {
+ "id": "327",
+ "borders": "{3136,3200,3199,3263}"
+ },
+ {
+ "id": "328",
+ "borders": "{2496,3328,2559,3391}"
+ },
+ {
+ "id": "329",
+ "borders": "{3264,3904,3327,3967}"
+ },
+ {
+ "id": "330",
+ "borders": "{3136,9792,3199,9855}"
+ },
+ {
+ "id": "331",
+ "borders": "{3264,3840,3327,3903}"
+ },
+ {
+ "id": "332",
+ "borders": "{3200,3648,3263,3711}-{3136,3840,3199,3903}"
+ },
+ {
+ "id": "333",
+ "borders": "{3072,3328,3135,3391}"
+ },
+ {
+ "id": "334",
+ "borders": "{3008,3904,3071,3967}"
+ },
+ {
+ "id": "335",
+ "borders": "{2752,3840,2815,3903}"
+ },
+ {
+ "id": "336",
+ "borders": "{2816,9536,2879,9599}"
+ },
+ {
+ "id": "337",
+ "borders": "{3200,3584,3263,3647}"
+ },
+ {
+ "id": "338",
+ "borders": "{3072,9728,3135,9791}"
+ },
+ {
+ "id": "339",
+ "borders": "{3392,3520,3455,3583}"
+ },
+ {
+ "id": "340",
+ "borders": "{2688,9984,2751,10047}"
+ },
+ {
+ "id": "341",
+ "borders": "{2752,9984,2815,10047}"
+ },
+ {
+ "id": "342",
+ "borders": "{3456,9920,3519,9983}"
+ },
+ {
+ "id": "343",
+ "borders": "{3136,9600,3199,9663}"
+ },
+ {
+ "id": "344",
+ "borders": "{3456,3520,3519,3583}"
+ },
+ {
+ "id": "345",
+ "borders": "{3520,9856,3583,9919}"
+ },
+ {
+ "id": "346",
+ "borders": "{2560,9792,2623,9855}"
+ },
+ {
+ "id": "347",
+ "borders": "{2752,3264,2815,3327}"
+ },
+ {
+ "id": "348",
+ "borders": "{2432,9856,2495,9919}"
+ },
+ {
+ "id": "351",
+ "borders": "{3328,2944,3391,3007}"
+ },
+ {
+ "id": "352",
+ "borders": "{3136,2880,3199,2943}"
+ },
+ {
+ "id": "353",
+ "borders": "{3584,3520,3647,3583}"
+ },
+ {
+ "id": "354",
+ "borders": "{3648,9856,3711,9919}"
+ },
+ {
+ "id": "355",
+ "borders": "{3648,3456,3711,3519}"
+ },
+ {
+ "id": "356",
+ "borders": "{2752,3648,2815,3711}"
+ },
+ {
+ "id": "357",
+ "borders": "{2752,10048,2815,10111}"
+ },
+ {
+ "id": "358",
+ "borders": "{3776,3520,3839,3583}"
+ },
+ {
+ "id": "359",
+ "borders": "{3200,9280,3263,9343}"
+ },
+ {
+ "id": "361",
+ "borders": "{3072,9600,3135,9663}"
+ },
+ {
+ "id": "362",
+ "borders": "{2688,9472,2751,9535}-{2688,9408,2751,9471}"
+ },
+ {
+ "id": "363",
+ "name": "7th Realm",
+ "indexId": "285",
+ "borders": "{2624,9536,2687,9599}-{2624,9472,2687,9535}"
+ },
+ {
+ "id": "364",
+ "borders": "{2688,9536,2751,9599}"
+ },
+ {
+ "id": "369",
+ "borders": "{2816,10112,2879,10175}"
+ },
+ {
+ "id": "370",
+ "borders": "{2496,4928,2559,4991}"
+ },
+ {
+ "id": "372",
+ "borders": "{2304,3136,2367,3199}"
+ },
+ {
+ "id": "373",
+ "borders": "{2304,4928,2367,4991}"
+ },
+ {
+ "id": "375",
+ "borders": "{1920,4608,1983,4671}"
+ },
+ {
+ "id": "376",
+ "borders": "{1856,4608,1919,4671}"
+ },
+ {
+ "id": "377",
+ "borders": "{3392,3072,3455,3135}-{3456,3072,3519,3135}"
+ },
+ {
+ "id": "380",
+ "borders": "{3520,3264,3583,3327}"
+ },
+ {
+ "id": "381",
+ "borders": "{3520,9664,3583,9727}"
+ },
+ {
+ "id": "383",
+ "borders": "{3200,2752,3263,2815}-{3264,2752,3327,2815}"
+ },
+ {
+ "id": "386",
+ "borders": "{2820,5312,2849,5369}-{2849,5349,2880,5374}"
+ },
+ {
+ "id": "387",
+ "borders": "{3264,2816,3327,2879}"
+ },
+ {
+ "id": "388",
+ "borders": "{3264,9152,3327,9215}"
+ },
+ {
+ "id": "389",
+ "borders": "{3136,9536,3199,9599}"
+ },
+ {
+ "id": "390",
+ "borders": "{2304,3008,2367,3071}"
+ },
+ {
+ "id": "391",
+ "borders": "{2879,5340,2944,5366}-{2909,5316,2944,5340}"
+ },
+ {
+ "id": "392",
+ "borders": "{2432,3008,2495,3071}"
+ },
+ {
+ "id": "393",
+ "borders": "{2624,5056,2687,5119}"
+ },
+ {
+ "id": "394",
+ "borders": "{2432,9408,2495,9471}"
+ },
+ {
+ "id": "395",
+ "borders": "{2880,10112,2943,10175}"
+ },
+ {
+ "id": "396",
+ "borders": "{2816,10176,2879,10239}"
+ },
+ {
+ "id": "397",
+ "borders": "{3200,9472,3263,9535}"
+ },
+ {
+ "id": "399",
+ "borders": "{2816,5248,2943,5375,[2823,5250,2844,5310]~,[2844,5250,2878,5280]~,[2879,5340,2944,5366]~,[2909,5316,2944,5340]~,[2820,5312,2849,5369]~,[2849,5349,2880,5374]~,[2885,5253,2934,5278]~,[2913,5278,2937,5306]}"
+ },
+ {
+ "id": "401",
+ "borders": ""
+ },
+ {
+ "id": "402",
+ "borders": "{2944,4928,3007,4991}-{3008,4928,3071,4991}"
+ },
+ {
+ "id": "403",
+ "borders": "{3008,5056,3071,5119}"
+ },
+ {
+ "id": "404",
+ "borders": "{2823,5250,2844,5310}-{2844,5250,2878,5280}"
+ },
+ {
+ "id": "407",
+ "borders": "{3264,9600,3327,9663}"
+ },
+ {
+ "id": "408",
+ "borders": "{2885,5253,2934,5278}-{2913,5278,2937,5306}"
+ },
+ {
+ "id": "409",
+ "borders": "{2432,4736,2495,4799}"
+ },
+ {
+ "id": "411",
+ "borders": "{2496,4736,2559,4799}"
+ },
+ {
+ "id": "412",
+ "borders": "{3008,4800,3071,4863}"
+ },
+ {
+ "id": "413",
+ "borders": "{1920,4736,1983,4799}"
+ },
+ {
+ "id": "418",
+ "borders": "{3136,4800,3199,4863}"
+ },
+ {
+ "id": "419",
+ "borders": "{2560,4736,2623,4799}"
+ },
+ {
+ "id": "425",
+ "borders": "{2432,4928,2495,4991}"
+ },
+ {
+ "id": "428",
+ "borders": "{3264,4800,3327,4863}"
+ },
+ {
+ "id": "432",
+ "borders": "{1600,4800,1663,4863}-{1664,4800,1727,4863}"
+ },
+ {
+ "id": "434",
+ "borders": "{1920,4928,1983,4991}"
+ },
+ {
+ "id": "435",
+ "borders": "{2944,3584,3007,3647}-{3072,3712,3135,3775}"
+ },
+ {
+ "id": "442",
+ "borders": ""
+ },
+ {
+ "id": "443",
+ "borders": "{2944,5632,3135,5823}"
+ },
+ {
+ "id": "444",
+ "borders": "{2688,5632,2879,5823}"
+ },
+ {
+ "id": "445",
+ "borders": "{3200,5632,3391,5823}"
+ },
+ {
+ "id": "447",
+ "borders": "{3392,2880,3455,2943}"
+ },
+ {
+ "id": "448",
+ "borders": "{2432,10112,2495,10175}"
+ },
+ {
+ "id": "454",
+ "borders": ""
+ },
+ {
+ "id": "456",
+ "borders": ""
+ },
+ {
+ "id": "461",
+ "borders": "{2496,3712,2559,3775}"
+ },
+ {
+ "id": "462",
+ "borders": "{3328,9536,3391,9599}"
+ },
+ {
+ "id": "463",
+ "borders": "{2368,5120,2431,5183}"
+ },
+ {
+ "id": "464",
+ "borders": "{3328,9280,3391,9343}"
+ },
+ {
+ "id": "465",
+ "borders": "{3392,2944,3455,3007}"
+ },
+ {
+ "id": "469",
+ "borders": "{2432,5120,2495,5183}"
+ },
+ {
+ "id": "471",
+ "borders": "{3648,9920,3711,9983}"
+ },
+ {
+ "id": "473",
+ "borders": "{2368,5056,2431,5119}"
+ },
+ {
+ "id": "475",
+ "borders": "{3008,3840,3071,3903}"
+ },
+ {
+ "id": "476",
+ "borders": "{3136,3648,3199,3711}"
+ },
+ {
+ "id": "478",
+ "borders": "{2496,9664,2559,9727}"
+ },
+ {
+ "id": "479",
+ "borders": "{2880,3072,2943,3135}"
+ },
+ {
+ "id": "481",
+ "borders": "{2624,9600,2687,9663}"
+ },
+ {
+ "id": "482",
+ "borders": "{2880,5056,2943,5119}"
+ },
+ {
+ "id": "489",
+ "borders": "{1920,4672,1983,4735}"
+ },
+ {
+ "id": "490",
+ "borders": "{2944,9600,3007,9663}"
+ },
+ {
+ "id": "491",
+ "borders": "{2816,5056,2879,5119}"
+ },
+ {
+ "id": "496",
+ "borders": "{3136,3456,3199,3519}"
+ },
+ {
+ "id": "497",
+ "borders": "{2112,5056,2175,5119}"
+ },
+ {
+ "id": "498",
+ "borders": "{2112,5120,2175,5183}"
+ },
+ {
+ "id": "500",
+ "borders": ""
+ },
+ {
+ "id": "501",
+ "borders": "{3456,3136,3519,3199}"
+ },
+ {
+ "id": "505",
+ "borders": "{3328,2816,3391,2879}-{3008,4672,3071,4735}"
+ },
+ {
+ "id": "511",
+ "borders": "{2048,4416,2111,4479}"
+ },
+ {
+ "id": "515",
+ "borders": "{2944,3072,3007,3135}"
+ },
+ {
+ "id": "517",
+ "borders": "{2496,10112,2559,10175}"
+ },
+ {
+ "id": "526",
+ "borders": ""
+ },
+ {
+ "id": "524",
+ "borders": "{1856,4352,1919,4415}-{2880,4416,2943,4479}"
+ },
+ {
+ "id": "528",
+ "borders": "{3136,9728,3199,9791}"
+ },
+ {
+ "id": "529",
+ "borders": "{3008,9536,3071,9599}"
+ },
+ {
+ "id": "530",
+ "borders": "{3648,2944,3711,3007}"
+ },
+ {
+ "id": "532",
+ "borders": "{1984,4416,2047,4479}"
+ },
+ {
+ "id": "542",
+ "borders": "{3072,9280,3135,9343}"
+ },
+ {
+ "id": "544",
+ "borders": "{2304,3648,2367,3711}-{2304,3584,2367,3647}"
+ },
+ {
+ "id": "555",
+ "borders": ""
+ },
+ {
+ "id": "569",
+ "borders": "{3200,9984,3263,10047}"
+ },
+ {
+ "id": "571",
+ "borders": ""
+ },
+ {
+ "id": "573",
+ "borders": "{1728,5120,1791,5247}"
+ },
+ {
+ "id": "575",
+ "borders": "{2432,4352,2495,4415}"
+ },
+ {
+ "id": "576",
+ "borders": "{2944,9472,3007,9535}"
+ },
+ {
+ "id": "583",
+ "borders": "{1856,5312,1919,5375}"
+ },
+ {
+ "id": "586",
+ "borders": "{3328,3904,3391,3967}"
+ },
+ {
+ "id": "587",
+ "borders": "{2624,2624,2687,2687}"
+ },
+ {
+ "id": "588",
+ "borders": "{2624,2560,2687,2623}"
+ },
+ {
+ "id": "594",
+ "borders": "{3264,9792,3327,9855}-{3072,5184,3135,5247}-{3008,5184,3071,5247}"
+ },
+ {
+ "id": "603",
+ "borders": "{2432,5248,2495,5311}"
+ },
+ {
+ "id": "604",
+ "borders": ""
+ },
+ {
+ "id": "612",
+ "borders": "{1856,5120,1919,5183}"
+ },
+ {
+ "id": "616",
+ "borders": ""
+ },
+ {
+ "id": "634",
+ "borders": ""
+ },
+ {
+ "id": "964",
+ "borders": "{2944,9856,3007,9919}"
+ },
+ {
+ "id": "222",
+ "borders": "{2403,10186,2409,10192}"
+ },
+ {
+ "id": "223",
+ "borders": "{2404,3797,2421,3820}"
+ },
+ {
+ "id": "225",
+ "borders": "{2304,3785,2635,3818}"
+ },
+ {
+ "id": "584",
+ "borders": "{2580,5763,2620,5700}"
+ },
+ {
+ "id": "589",
+ "borders": "{2500,5766,2620,5810}"
+ },
+ {
+ "id": "487",
+ "borders": "{1600,4672,1663,4735}"
+ },
+ {
+ "id": "578",
+ "borders": ""
+ },
+ {
+ "id": "378",
+ "borders": "{2688,4864,2752,4928}"
+ },
+ {
+ "id": "379",
+ "borders": "{3520,4928,3584,4992}"
+ }
+]
diff --git a/Server/data/configs/music_regions.json b/Server/data/configs/music_regions.json
deleted file mode 100644
index ef23c3ecf..000000000
--- a/Server/data/configs/music_regions.json
+++ /dev/null
@@ -1,2574 +0,0 @@
-[
- {
- "region": "6234",
- "id": "67"
- },
- {
- "region": "6473",
- "id": "487"
- },
- {
- "region": "6475",
- "id": "432"
- },
- {
- "region": "6486",
- "id": "588"
- },
- {
- "region": "6487",
- "id": "503"
- },
- {
- "region": "6488",
- "id": "507"
- },
- {
- "region": "6489",
- "id": "507"
- },
- {
- "region": "6722",
- "id": "74"
- },
- {
- "region": "6726",
- "id": "205"
- },
- {
- "region": "6741",
- "id": "561"
- },
- {
- "region": "6744",
- "id": "507"
- },
- {
- "region": "6745",
- "id": "507"
- },
- {
- "region": "6989",
- "id": "309"
- },
- {
- "region": "6992",
- "id": "573"
- },
- {
- "region": "6993",
- "id": "573"
- },
- {
- "region": "6994",
- "id": "367"
- },
- {
- "region": "7236",
- "id": "198"
- },
- {
- "region": "7490",
- "id": "374"
- },
- {
- "region": "7492",
- "id": "524"
- },
- {
- "region": "7494",
- "id": "470"
- },
- {
- "region": "7496",
- "id": "376"
- },
- {
- "region": "7499",
- "id": "38"
- },
- {
- "region": "7500",
- "id": "203"
- },
- {
- "region": "7502",
- "id": "371"
- },
- {
- "region": "7504",
- "id": "612"
- },
- {
- "region": "7505",
- "id": "537"
- },
- {
- "region": "7507",
- "id": "583"
- },
- {
- "region": "7508",
- "id": "211"
- },
- {
- "region": "7509",
- "id": "604"
- },
- {
- "region": "7748",
- "id": "198"
- },
- {
- "region": "7749",
- "id": "591"
- },
- {
- "region": "7752",
- "id": "375"
- },
- {
- "region": "7753",
- "id": "489"
- },
- {
- "region": "7754",
- "id": "413"
- },
- {
- "region": "7755",
- "id": "51"
- },
- {
- "region": "7756",
- "id": "620"
- },
- {
- "region": "7757",
- "id": "434"
- },
- {
- "region": "7758",
- "id": "324"
- },
- {
- "region": "7760",
- "id": "202"
- },
- {
- "region": "7769",
- "id": "578"
- },
- {
- "region": "8001",
- "id": "426"
- },
- {
- "region": "8002",
- "id": "426"
- },
- {
- "region": "8004",
- "id": "579"
- },
- {
- "region": "8005",
- "id": "532"
- },
- {
- "region": "8009",
- "id": "271"
- },
- {
- "region": "8010",
- "id": "247"
- },
- {
- "region": "8013",
- "id": "620"
- },
- {
- "region": "8014",
- "id": "244"
- },
- {
- "region": "8015",
- "id": "640"
- },
- {
- "region": "8017",
- "id": "558"
- },
- {
- "region": "8022",
- "id": "421"
- },
- {
- "region": "8025",
- "id": "595"
- },
- {
- "region": "8252",
- "id": "625"
- },
- {
- "region": "8253",
- "id": "625"
- },
- {
- "region": "8261",
- "id": "511"
- },
- {
- "region": "8267",
- "id": "126"
- },
- {
- "region": "8276",
- "id": "303"
- },
- {
- "region": "8280",
- "id": "527"
- },
- {
- "region": "8282",
- "id": "592"
- },
- {
- "region": "8496",
- "id": "91"
- },
- {
- "region": "8497",
- "id": "254"
- },
- {
- "region": "8498",
- "id": "255"
- },
- {
- "region": "8499",
- "id": "268"
- },
- {
- "region": "8508",
- "id": "627"
- },
- {
- "region": "8509",
- "id": "627"
- },
- {
- "region": "8519",
- "id": "1"
- },
- {
- "region": "8523",
- "id": "243"
- },
- {
- "region": "8526",
- "id": "286"
- },
- {
- "region": "8527",
- "id": "497"
- },
- {
- "region": "8528",
- "id": "498"
- },
- {
- "region": "8529",
- "id": "559"
- },
- {
- "region": "8530",
- "id": "559"
- },
- {
- "region": "8534",
- "id": "23"
- },
- {
- "region": "8752",
- "id": "270"
- },
- {
- "region": "8763",
- "id": "630"
- },
- {
- "region": "8770",
- "id": "433"
- },
- {
- "region": "8779",
- "id": "134"
- },
- {
- "region": "8781",
- "id": "269"
- },
- {
- "region": "8782",
- "id": "241"
- },
- {
- "region": "8787",
- "id": "456"
- },
- {
- "region": "9008",
- "id": "253"
- },
- {
- "region": "9009",
- "id": "251"
- },
- {
- "region": "9010",
- "id": "132"
- },
- {
- "region": "9011",
- "id": "259"
- },
- {
- "region": "9014",
- "id": "366"
- },
- {
- "region": "9015",
- "id": "460"
- },
- {
- "region": "9033",
- "id": "28"
- },
- {
- "region": "9034",
- "id": "97"
- },
- {
- "region": "9035",
- "id": "142"
- },
- {
- "region": "9038",
- "id": "245"
- },
- {
- "region": "9046",
- "id": "150"
- },
- {
- "region": "9263",
- "id": "390"
- },
- {
- "region": "9265",
- "id": "372"
- },
- {
- "region": "9266",
- "id": "252"
- },
- {
- "region": "9267",
- "id": "256"
- },
- {
- "region": "9268",
- "id": "130"
- },
- {
- "region": "9269",
- "id": "101"
- },
- {
- "region": "9270",
- "id": "112"
- },
- {
- "region": "9272",
- "id": "544"
- },
- {
- "region": "9273",
- "id": "544"
- },
- {
- "region": "9275",
- "id": "225"
- },
- {
- "region": "9276",
- "id": "220"
- },
- {
- "region": "9285",
- "id": "73"
- },
- {
- "region": "9293",
- "id": "373"
- },
- {
- "region": "9294",
- "id": "84"
- },
- {
- "region": "9295",
- "id": "201"
- },
- {
- "region": "9297",
- "id": "560"
- },
- {
- "region": "9362",
- "id": "153"
- },
- {
- "region": "9365",
- "id": "271"
- },
- {
- "region": "9366",
- "id": "271"
- },
- {
- "region": "9369",
- "id": "95"
- },
- {
- "region": "9372",
- "id": "456"
- },
- {
- "region": "9520",
- "id": "314"
- },
- {
- "region": "9521",
- "id": "110"
- },
- {
- "region": "9522",
- "id": "41"
- },
- {
- "region": "9523",
- "id": "10"
- },
- {
- "region": "9526",
- "id": "112"
- },
- {
- "region": "9531",
- "id": "223"
- },
- {
- "region": "9532",
- "id": "220"
- },
- {
- "region": "9540",
- "id": "118"
- },
- {
- "region": "9541",
- "id": "118"
- },
- {
- "region": "9544",
- "id": "197"
- },
- {
- "region": "9545",
- "id": "30"
- },
- {
- "region": "9547",
- "id": "131"
- },
- {
- "region": "9550",
- "id": "84"
- },
- {
- "region": "9551",
- "id": "473"
- },
- {
- "region": "9552",
- "id": "463"
- },
- {
- "region": "9553",
- "id": "531"
- },
- {
- "region": "9558",
- "id": "276"
- },
- {
- "region": "9620",
- "id": "318"
- },
- {
- "region": "9621",
- "id": "323"
- },
- {
- "region": "9623",
- "id": "59"
- },
- {
- "region": "9625",
- "id": "194"
- },
- {
- "region": "9626",
- "id": "296"
- },
- {
- "region": "9631",
- "id": "222"
- },
- {
- "region": "9632",
- "id": "224"
- },
- {
- "region": "9774",
- "id": "80"
- },
- {
- "region": "9775",
- "id": "392"
- },
- {
- "region": "9776",
- "id": "317"
- },
- {
- "region": "9778",
- "id": "41"
- },
- {
- "region": "9780",
- "id": "155"
- },
- {
- "region": "9781",
- "id": "33"
- },
- {
- "region": "9782",
- "id": "22"
- },
- {
- "region": "9787",
- "id": "225"
- },
- {
- "region": "9794",
- "id": "439"
- },
- {
- "region": "9796",
- "id": "575"
- },
- {
- "region": "9797",
- "id": "181"
- },
- {
- "region": "9802",
- "id": "409"
- },
- {
- "region": "9803",
- "id": "262"
- },
- {
- "region": "9804",
- "id": "512"
- },
- {
- "region": "9805",
- "id": "425"
- },
- {
- "region": "9808",
- "id": "469"
- },
- {
- "region": "9810",
- "id": "603"
- },
- {
- "region": "9812",
- "id": "279"
- },
- {
- "region": "9814",
- "id": "275"
- },
- {
- "region": "9874",
- "id": "394"
- },
- {
- "region": "9875",
- "id": "394"
- },
- {
- "region": "9878",
- "id": "41"
- },
- {
- "region": "9879",
- "id": "59"
- },
- {
- "region": "9882",
- "id": "348"
- },
- {
- "region": "9886",
- "id": "448"
- },
- {
- "region": "10031",
- "id": "159"
- },
- {
- "region": "10032",
- "id": "83"
- },
- {
- "region": "10033",
- "id": "148"
- },
- {
- "region": "10034",
- "id": "24"
- },
- {
- "region": "10035",
- "id": "5"
- },
- {
- "region": "10036",
- "id": "328"
- },
- {
- "region": "10037",
- "id": "82"
- },
- {
- "region": "10038",
- "id": "32"
- },
- {
- "region": "10039",
- "id": "66"
- },
- {
- "region": "10040",
- "id": "320"
- },
- {
- "region": "10042",
- "id": "461"
- },
- {
- "region": "10043",
- "id": "225"
- },
- {
- "region": "10044",
- "id": "284"
- },
- {
- "region": "10055",
- "id": "129"
- },
- {
- "region": "10056",
- "id": "322"
- },
- {
- "region": "10057",
- "id": "13"
- },
- {
- "region": "10058",
- "id": "411"
- },
- {
- "region": "10059",
- "id": "190"
- },
- {
- "region": "10061",
- "id": "370"
- },
- {
- "region": "10074",
- "id": "589"
- },
- {
- "region": "10075",
- "id": "589"
- },
- {
- "region": "10129",
- "id": "453"
- },
- {
- "region": "10131",
- "id": "159"
- },
- {
- "region": "10133",
- "id": "148"
- },
- {
- "region": "10134",
- "id": "102"
- },
- {
- "region": "10135",
- "id": "478"
- },
- {
- "region": "10136",
- "id": "133"
- },
- {
- "region": "10137",
- "id": "82"
- },
- {
- "region": "10138",
- "id": "109"
- },
- {
- "region": "10139",
- "id": "66"
- },
- {
- "region": "10140",
- "id": "322"
- },
- {
- "region": "10142",
- "id": "517"
- },
- {
- "region": "10144",
- "id": "506"
- },
- {
- "region": "10284",
- "id": "474"
- },
- {
- "region": "10286",
- "id": "128"
- },
- {
- "region": "10287",
- "id": "188"
- },
- {
- "region": "10288",
- "id": "185"
- },
- {
- "region": "10289",
- "id": "27"
- },
- {
- "region": "10290",
- "id": "152"
- },
- {
- "region": "10291",
- "id": "191"
- },
- {
- "region": "10292",
- "id": "133"
- },
- {
- "region": "10293",
- "id": "193"
- },
- {
- "region": "10294",
- "id": "109"
- },
- {
- "region": "10296",
- "id": "290"
- },
- {
- "region": "10297",
- "id": "289"
- },
- {
- "region": "10298",
- "id": "289"
- },
- {
- "region": "10299",
- "id": "225"
- },
- {
- "region": "10300",
- "id": "285"
- },
- {
- "region": "10307",
- "id": "349"
- },
- {
- "region": "10309",
- "id": "148"
- },
- {
- "region": "10310",
- "id": "296"
- },
- {
- "region": "10311",
- "id": "308"
- },
- {
- "region": "10314",
- "id": "419"
- },
- {
- "region": "10315",
- "id": "158"
- },
- {
- "region": "10321",
- "id": "638"
- },
- {
- "region": "10322",
- "id": "66"
- },
- {
- "region": "10330",
- "id": "589"
- },
- {
- "region": "10387",
- "id": "29"
- },
- {
- "region": "10388",
- "id": "68"
- },
- {
- "region": "10389",
- "id": "27"
- },
- {
- "region": "10390",
- "id": "102"
- },
- {
- "region": "10391",
- "id": "478"
- },
- {
- "region": "10393",
- "id": "346"
- },
- {
- "region": "10394",
- "id": "109"
- },
- {
- "region": "10536",
- "id": "588"
- },
- {
- "region": "10537",
- "id": "587"
- },
- {
- "region": "10542",
- "id": "71"
- },
- {
- "region": "10544",
- "id": "161"
- },
- {
- "region": "10545",
- "id": "167"
- },
- {
- "region": "10546",
- "id": "70"
- },
- {
- "region": "10547",
- "id": "99"
- },
- {
- "region": "10548",
- "id": "81"
- },
- {
- "region": "10549",
- "id": "60"
- },
- {
- "region": "10550",
- "id": "140"
- },
- {
- "region": "10551",
- "id": "20"
- },
- {
- "region": "10552",
- "id": "290"
- },
- {
- "region": "10553",
- "id": "289"
- },
- {
- "region": "10554",
- "id": "289"
- },
- {
- "region": "10555",
- "id": "225"
- },
- {
- "region": "10558",
- "id": "217"
- },
- {
- "region": "10569",
- "id": "107"
- },
- {
- "region": "10571",
- "id": "143"
- },
- {
- "region": "10575",
- "id": "393"
- },
- {
- "region": "10577",
- "id": "568"
- },
- {
- "region": "10642",
- "id": "71"
- },
- {
- "region": "10644",
- "id": "363"
- },
- {
- "region": "10645",
- "id": "363"
- },
- {
- "region": "10646",
- "id": "481"
- },
- {
- "region": "10647",
- "id": "169"
- },
- {
- "region": "10648",
- "id": "63"
- },
- {
- "region": "10649",
- "id": "63"
- },
- {
- "region": "10650",
- "id": "63"
- },
- {
- "region": "10652",
- "id": "316"
- },
- {
- "region": "10653",
- "id": "295"
- },
- {
- "region": "10794",
- "id": "306"
- },
- {
- "region": "10795",
- "id": "305"
- },
- {
- "region": "10801",
- "id": "164"
- },
- {
- "region": "10802",
- "id": "115"
- },
- {
- "region": "10803",
- "id": "91"
- },
- {
- "region": "10804",
- "id": "192"
- },
- {
- "region": "10805",
- "id": "184"
- },
- {
- "region": "10806",
- "id": "7"
- },
- {
- "region": "10807",
- "id": "21"
- },
- {
- "region": "10808",
- "id": "293"
- },
- {
- "region": "10809",
- "id": "291"
- },
- {
- "region": "10810",
- "id": "291"
- },
- {
- "region": "10811",
- "id": "291"
- },
- {
- "region": "10820",
- "id": "563"
- },
- {
- "region": "10821",
- "id": "282"
- },
- {
- "region": "10822",
- "id": "278"
- },
- {
- "region": "10823",
- "id": "278"
- },
- {
- "region": "10827",
- "id": "146"
- },
- {
- "region": "10828",
- "id": "378"
- },
- {
- "region": "10829",
- "id": "378"
- },
- {
- "region": "10831",
- "id": "393"
- },
- {
- "region": "10833",
- "id": "249"
- },
- {
- "region": "10834",
- "id": "240"
- },
- {
- "region": "10838",
- "id": "442"
- },
- {
- "region": "10839",
- "id": "442"
- },
- {
- "region": "10840",
- "id": "444"
- },
- {
- "region": "10841",
- "id": "444"
- },
- {
- "region": "10842",
- "id": "444"
- },
- {
- "region": "10894",
- "id": "312"
- },
- {
- "region": "10895",
- "id": "311"
- },
- {
- "region": "10899",
- "id": "362"
- },
- {
- "region": "10900",
- "id": "362"
- },
- {
- "region": "10901",
- "id": "364"
- },
- {
- "region": "10903",
- "id": "17"
- },
- {
- "region": "10904",
- "id": "192"
- },
- {
- "region": "10905",
- "id": "63"
- },
- {
- "region": "10906",
- "id": "88"
- },
- {
- "region": "10907",
- "id": "340"
- },
- {
- "region": "10908",
- "id": "340"
- },
- {
- "region": "10910",
- "id": "274"
- },
- {
- "region": "10911",
- "id": "548"
- },
- {
- "region": "11051",
- "id": "303"
- },
- {
- "region": "11053",
- "id": "129"
- },
- {
- "region": "11054",
- "id": "114"
- },
- {
- "region": "11055",
- "id": "117"
- },
- {
- "region": "11056",
- "id": "58"
- },
- {
- "region": "11057",
- "id": "55"
- },
- {
- "region": "11058",
- "id": "6"
- },
- {
- "region": "11059",
- "id": "347"
- },
- {
- "region": "11060",
- "id": "324"
- },
- {
- "region": "11061",
- "id": "74"
- },
- {
- "region": "11062",
- "id": "104"
- },
- {
- "region": "11065",
- "id": "356"
- },
- {
- "region": "11066",
- "id": "4"
- },
- {
- "region": "11068",
- "id": "335"
- },
- {
- "region": "11077",
- "id": "277"
- },
- {
- "region": "11078",
- "id": "282"
- },
- {
- "region": "11081",
- "id": "5"
- },
- {
- "region": "11083",
- "id": "65"
- },
- {
- "region": "11084",
- "id": "378"
- },
- {
- "region": "11085",
- "id": "378"
- },
- {
- "region": "11096",
- "id": "444"
- },
- {
- "region": "11097",
- "id": "444"
- },
- {
- "region": "11098",
- "id": "444"
- },
- {
- "region": "11151",
- "id": "307"
- },
- {
- "region": "11153",
- "id": "265"
- },
- {
- "region": "11154",
- "id": "114"
- },
- {
- "region": "11157",
- "id": "248"
- },
- {
- "region": "11161",
- "id": "19"
- },
- {
- "region": "11164",
- "id": "341"
- },
- {
- "region": "11165",
- "id": "357"
- },
- {
- "region": "11166",
- "id": "261"
- },
- {
- "region": "11309",
- "id": "172"
- },
- {
- "region": "11310",
- "id": "90"
- },
- {
- "region": "11311",
- "id": "165"
- },
- {
- "region": "11312",
- "id": "162"
- },
- {
- "region": "11313",
- "id": "172"
- },
- {
- "region": "11314",
- "id": "170"
- },
- {
- "region": "11317",
- "id": "119"
- },
- {
- "region": "11318",
- "id": "87"
- },
- {
- "region": "11319",
- "id": "9"
- },
- {
- "region": "11320",
- "id": "187"
- },
- {
- "region": "11321",
- "id": "257"
- },
- {
- "region": "11322",
- "id": "292"
- },
- {
- "region": "11323",
- "id": "294"
- },
- {
- "region": "11324",
- "id": "569"
- },
- {
- "region": "11331",
- "id": "553"
- },
- {
- "region": "11332",
- "id": "564"
- },
- {
- "region": "11335",
- "id": "504"
- },
- {
- "region": "11339",
- "id": "52"
- },
- {
- "region": "11343",
- "id": "491"
- },
- {
- "region": "11352",
- "id": "444"
- },
- {
- "region": "11353",
- "id": "444"
- },
- {
- "region": "11354",
- "id": "444"
- },
- {
- "region": "11356",
- "id": "442"
- },
- {
- "region": "11408",
- "id": "365"
- },
- {
- "region": "11410",
- "id": "90"
- },
- {
- "region": "11412",
- "id": "162"
- },
- {
- "region": "11413",
- "id": "336"
- },
- {
- "region": "11414",
- "id": "25"
- },
- {
- "region": "11416",
- "id": "179"
- },
- {
- "region": "11417",
- "id": "19"
- },
- {
- "region": "11418",
- "id": "100"
- },
- {
- "region": "11419",
- "id": "100"
- },
- {
- "region": "11421",
- "id": "261"
- },
- {
- "region": "11422",
- "id": "369"
- },
- {
- "region": "11423",
- "id": "396"
- },
- {
- "region": "11562",
- "id": "304"
- },
- {
- "region": "11565",
- "id": "78"
- },
- {
- "region": "11566",
- "id": "94"
- },
- {
- "region": "11567",
- "id": "89"
- },
- {
- "region": "11568",
- "id": "479"
- },
- {
- "region": "11569",
- "id": "92"
- },
- {
- "region": "11570",
- "id": "138"
- },
- {
- "region": "11571",
- "id": "107"
- },
- {
- "region": "11572",
- "id": "186"
- },
- {
- "region": "11573",
- "id": "18"
- },
- {
- "region": "11574",
- "id": "77"
- },
- {
- "region": "11575",
- "id": "149"
- },
- {
- "region": "11576",
- "id": "258"
- },
- {
- "region": "11578",
- "id": "292"
- },
- {
- "region": "11587",
- "id": "564"
- },
- {
- "region": "11588",
- "id": "564"
- },
- {
- "region": "11589",
- "id": "524"
- },
- {
- "region": "11591",
- "id": "242"
- },
- {
- "region": "11595",
- "id": "57"
- },
- {
- "region": "11599",
- "id": "482"
- },
- {
- "region": "11605",
- "id": "232"
- },
- {
- "region": "11606",
- "id": "442"
- },
- {
- "region": "11608",
- "id": "442"
- },
- {
- "region": "11612",
- "id": "442"
- },
- {
- "region": "11665",
- "id": "30"
- },
- {
- "region": "11666",
- "id": "103"
- },
- {
- "region": "11668",
- "id": "129"
- },
- {
- "region": "11670",
- "id": "138"
- },
- {
- "region": "11671",
- "id": "53"
- },
- {
- "region": "11672",
- "id": "173"
- },
- {
- "region": "11673",
- "id": "178"
- },
- {
- "region": "11676",
- "id": "153"
- },
- {
- "region": "11677",
- "id": "264"
- },
- {
- "region": "11678",
- "id": "395"
- },
- {
- "region": "11821",
- "id": "162"
- },
- {
- "region": "11823",
- "id": "166"
- },
- {
- "region": "11824",
- "id": "515"
- },
- {
- "region": "11825",
- "id": "180"
- },
- {
- "region": "11826",
- "id": "12"
- },
- {
- "region": "11827",
- "id": "127"
- },
- {
- "region": "11828",
- "id": "72"
- },
- {
- "region": "11829",
- "id": "54"
- },
- {
- "region": "11831",
- "id": "34"
- },
- {
- "region": "11832",
- "id": "435"
- },
- {
- "region": "11833",
- "id": "183"
- },
- {
- "region": "11834",
- "id": "43"
- },
- {
- "region": "11835",
- "id": "37"
- },
- {
- "region": "11837",
- "id": "52"
- },
- {
- "region": "11853",
- "id": "402"
- },
- {
- "region": "11864",
- "id": "443"
- },
- {
- "region": "11865",
- "id": "443"
- },
- {
- "region": "11866",
- "id": "443"
- },
- {
- "region": "11924",
- "id": "576"
- },
- {
- "region": "11925",
- "id": "108"
- },
- {
- "region": "11926",
- "id": "490"
- },
- {
- "region": "11929",
- "id": "325"
- },
- {
- "region": "11930",
- "id": "582"
- },
- {
- "region": "11936",
- "id": "52"
- },
- {
- "region": "11937",
- "id": "52"
- },
- {
- "region": "12078",
- "id": "549"
- },
- {
- "region": "12079",
- "id": "62"
- },
- {
- "region": "12080",
- "id": "62"
- },
- {
- "region": "12081",
- "id": "105"
- },
- {
- "region": "12082",
- "id": "35"
- },
- {
- "region": "12083",
- "id": "49"
- },
- {
- "region": "12084",
- "id": "15"
- },
- {
- "region": "12085",
- "id": "310"
- },
- {
- "region": "12086",
- "id": "102"
- },
- {
- "region": "12087",
- "id": "96"
- },
- {
- "region": "12088",
- "id": "160"
- },
- {
- "region": "12089",
- "id": "66"
- },
- {
- "region": "12090",
- "id": "159"
- },
- {
- "region": "12091",
- "id": "42"
- },
- {
- "region": "12092",
- "id": "475"
- },
- {
- "region": "12093",
- "id": "334"
- },
- {
- "region": "12100",
- "id": "236"
- },
- {
- "region": "12102",
- "id": "633"
- },
- {
- "region": "12105",
- "id": "505"
- },
- {
- "region": "12107",
- "id": "412"
- },
- {
- "region": "12108",
- "id": "412"
- },
- {
- "region": "12109",
- "id": "402"
- },
- {
- "region": "12111",
- "id": "403"
- },
- {
- "region": "12115",
- "id": "86"
- },
- {
- "region": "12117",
- "id": "304"
- },
- {
- "region": "12120",
- "id": "443"
- },
- {
- "region": "12121",
- "id": "443"
- },
- {
- "region": "12122",
- "id": "443"
- },
- {
- "region": "12181",
- "id": "529"
- },
- {
- "region": "12184",
- "id": "325"
- },
- {
- "region": "12186",
- "id": "570"
- },
- {
- "region": "12187",
- "id": "585"
- },
- {
- "region": "12192",
- "id": "26"
- },
- {
- "region": "12193",
- "id": "68"
- },
- {
- "region": "12335",
- "id": "62"
- },
- {
- "region": "12336",
- "id": "62"
- },
- {
- "region": "12337",
- "id": "85"
- },
- {
- "region": "12338",
- "id": "3"
- },
- {
- "region": "12339",
- "id": "151"
- },
- {
- "region": "12340",
- "id": "333"
- },
- {
- "region": "12341",
- "id": "141"
- },
- {
- "region": "12342",
- "id": "98"
- },
- {
- "region": "12343",
- "id": "113"
- },
- {
- "region": "12344",
- "id": "8"
- },
- {
- "region": "12345",
- "id": "176"
- },
- {
- "region": "12346",
- "id": "435"
- },
- {
- "region": "12349",
- "id": "13"
- },
- {
- "region": "12354",
- "id": "494"
- },
- {
- "region": "12367",
- "id": "441"
- },
- {
- "region": "12376",
- "id": "443"
- },
- {
- "region": "12377",
- "id": "443"
- },
- {
- "region": "12378",
- "id": "443"
- },
- {
- "region": "12436",
- "id": "85"
- },
- {
- "region": "12437",
- "id": "144"
- },
- {
- "region": "12438",
- "id": "361"
- },
- {
- "region": "12440",
- "id": "338"
- },
- {
- "region": "12441",
- "id": "141"
- },
- {
- "region": "12442",
- "id": "98"
- },
- {
- "region": "12589",
- "id": "352"
- },
- {
- "region": "12590",
- "id": "263"
- },
- {
- "region": "12591",
- "id": "79"
- },
- {
- "region": "12593",
- "id": "64"
- },
- {
- "region": "12594",
- "id": "327"
- },
- {
- "region": "12595",
- "id": "163"
- },
- {
- "region": "12596",
- "id": "116"
- },
- {
- "region": "12597",
- "id": "175"
- },
- {
- "region": "12598",
- "id": "496"
- },
- {
- "region": "12599",
- "id": "56"
- },
- {
- "region": "12600",
- "id": "10"
- },
- {
- "region": "12601",
- "id": "476"
- },
- {
- "region": "12602",
- "id": "67"
- },
- {
- "region": "12603",
- "id": "449"
- },
- {
- "region": "12604",
- "id": "332"
- },
- {
- "region": "12605",
- "id": "106"
- },
- {
- "region": "12610",
- "id": "493"
- },
- {
- "region": "12610",
- "id": "493"
- },
- {
- "region": "12614",
- "id": "572"
- },
- {
- "region": "12615",
- "id": "214"
- },
- {
- "region": "12619",
- "id": "418"
- },
- {
- "region": "12623",
- "id": "441"
- },
- {
- "region": "12625",
- "id": "272"
- },
- {
- "region": "12693",
- "id": "389"
- },
- {
- "region": "12694",
- "id": "343"
- },
- {
- "region": "12696",
- "id": "528"
- },
- {
- "region": "12697",
- "id": "330"
- },
- {
- "region": "12698",
- "id": "144"
- },
- {
- "region": "12843",
- "id": "383"
- },
- {
- "region": "12846",
- "id": "267"
- },
- {
- "region": "12848",
- "id": "124"
- },
- {
- "region": "12849",
- "id": "145"
- },
- {
- "region": "12850",
- "id": "76"
- },
- {
- "region": "12851",
- "id": "2"
- },
- {
- "region": "12852",
- "id": "106"
- },
- {
- "region": "12853",
- "id": "125"
- },
- {
- "region": "12854",
- "id": "177"
- },
- {
- "region": "12855",
- "id": "169"
- },
- {
- "region": "12856",
- "id": "337"
- },
- {
- "region": "12857",
- "id": "332"
- },
- {
- "region": "12858",
- "id": "120"
- },
- {
- "region": "12861",
- "id": "127"
- },
- {
- "region": "12880",
- "id": "441"
- },
- {
- "region": "12888",
- "id": "445"
- },
- {
- "region": "12889",
- "id": "445"
- },
- {
- "region": "12890",
- "id": "445"
- },
- {
- "region": "12944",
- "id": "606"
- },
- {
- "region": "12945",
- "id": "359"
- },
- {
- "region": "12946",
- "id": "266"
- },
- {
- "region": "12948",
- "id": "397"
- },
- {
- "region": "12949",
- "id": "108"
- },
- {
- "region": "12950",
- "id": "46"
- },
- {
- "region": "12952",
- "id": "106"
- },
- {
- "region": "12953",
- "id": "125"
- },
- {
- "region": "12956",
- "id": "569"
- },
- {
- "region": "13099",
- "id": "383"
- },
- {
- "region": "13100",
- "id": "387"
- },
- {
- "region": "13102",
- "id": "174"
- },
- {
- "region": "13104",
- "id": "69"
- },
- {
- "region": "13105",
- "id": "50"
- },
- {
- "region": "13106",
- "id": "36"
- },
- {
- "region": "13107",
- "id": "123"
- },
- {
- "region": "13108",
- "id": "111"
- },
- {
- "region": "13109",
- "id": "157"
- },
- {
- "region": "13110",
- "id": "93"
- },
- {
- "region": "13111",
- "id": "121"
- },
- {
- "region": "13113",
- "id": "14"
- },
- {
- "region": "13114",
- "id": "182"
- },
- {
- "region": "13115",
- "id": "182"
- },
- {
- "region": "13116",
- "id": "331"
- },
- {
- "region": "13117",
- "id": "329"
- },
- {
- "region": "13131",
- "id": "428"
- },
- {
- "region": "13133",
- "id": "552"
- },
- {
- "region": "13135",
- "id": "441"
- },
- {
- "region": "13141",
- "id": "272"
- },
- {
- "region": "13142",
- "id": "459"
- },
- {
- "region": "13144",
- "id": "445"
- },
- {
- "region": "13145",
- "id": "445"
- },
- {
- "region": "13146",
- "id": "445"
- },
- {
- "region": "13199",
- "id": "388"
- },
- {
- "region": "13200",
- "id": "213"
- },
- {
- "region": "13203",
- "id": "168"
- },
- {
- "region": "13206",
- "id": "407"
- },
- {
- "region": "13209",
- "id": "594"
- },
- {
- "region": "13356",
- "id": "505"
- },
- {
- "region": "13357",
- "id": "267"
- },
- {
- "region": "13358",
- "id": "351"
- },
- {
- "region": "13359",
- "id": "174"
- },
- {
- "region": "13361",
- "id": "50"
- },
- {
- "region": "13362",
- "id": "47"
- },
- {
- "region": "13363",
- "id": "122"
- },
- {
- "region": "13364",
- "id": "75"
- },
- {
- "region": "13365",
- "id": "20"
- },
- {
- "region": "13366",
- "id": "93"
- },
- {
- "region": "13368",
- "id": "179"
- },
- {
- "region": "13369",
- "id": "326"
- },
- {
- "region": "13373",
- "id": "586"
- },
- {
- "region": "13400",
- "id": "445"
- },
- {
- "region": "13401",
- "id": "445"
- },
- {
- "region": "13402",
- "id": "445"
- },
- {
- "region": "13456",
- "id": "452"
- },
- {
- "region": "13457",
- "id": "464"
- },
- {
- "region": "13458",
- "id": "540"
- },
- {
- "region": "13459",
- "id": "540"
- },
- {
- "region": "13461",
- "id": "462"
- },
- {
- "region": "13463",
- "id": "534"
- },
- {
- "region": "13464",
- "id": "45"
- },
- {
- "region": "13465",
- "id": "45"
- },
- {
- "region": "13611",
- "id": "451"
- },
- {
- "region": "13613",
- "id": "447"
- },
- {
- "region": "13614",
- "id": "465"
- },
- {
- "region": "13616",
- "id": "377"
- },
- {
- "region": "13617",
- "id": "36"
- },
- {
- "region": "13618",
- "id": "286"
- },
- {
- "region": "13619",
- "id": "154"
- },
- {
- "region": "13620",
- "id": "245"
- },
- {
- "region": "13621",
- "id": "84"
- },
- {
- "region": "13622",
- "id": "48"
- },
- {
- "region": "13623",
- "id": "339"
- },
- {
- "region": "13642",
- "id": "411"
- },
- {
- "region": "13712",
- "id": "452"
- },
- {
- "region": "13718",
- "id": "11"
- },
- {
- "region": "13720",
- "id": "246"
- },
- {
- "region": "13722",
- "id": "156"
- },
- {
- "region": "13723",
- "id": "514"
- },
- {
- "region": "13872",
- "id": "377"
- },
- {
- "region": "13873",
- "id": "501"
- },
- {
- "region": "13875",
- "id": "286"
- },
- {
- "region": "13876",
- "id": "241"
- },
- {
- "region": "13877",
- "id": "244"
- },
- {
- "region": "13878",
- "id": "61"
- },
- {
- "region": "13879",
- "id": "344"
- },
- {
- "region": "13899",
- "id": "146"
- },
- {
- "region": "13968",
- "id": "539"
- },
- {
- "region": "13972",
- "id": "260"
- },
- {
- "region": "13975",
- "id": "287"
- },
- {
- "region": "13977",
- "id": "319"
- },
- {
- "region": "13979",
- "id": "342"
- },
- {
- "region": "14131",
- "id": "380"
- },
- {
- "region": "14134",
- "id": "288"
- },
- {
- "region": "14155",
- "id": "146"
- },
- {
- "region": "14157",
- "id": "379"
- },
- {
- "region": "14158",
- "id": "379"
- },
- {
- "region": "14167",
- "id": "562"
- },
- {
- "region": "14231",
- "id": "381"
- },
- {
- "region": "14234",
- "id": "345"
- },
- {
- "region": "14391",
- "id": "353"
- },
- {
- "region": "14413",
- "id": "379"
- },
- {
- "region": "14414",
- "id": "379"
- },
- {
- "region": "14486",
- "id": "197"
- },
- {
- "region": "14488",
- "id": "521"
- },
- {
- "region": "14638",
- "id": "530"
- },
- {
- "region": "14646",
- "id": "355"
- },
- {
- "region": "14746",
- "id": "354"
- },
- {
- "region": "14747",
- "id": "471"
- },
- {
- "region": "14894",
- "id": "631"
- },
- {
- "region": "14994",
- "id": "632"
- },
- {
- "region": "14995",
- "id": "632"
- },
- {
- "region": "15148",
- "id": "238"
- },
- {
- "region": "15150",
- "id": "611"
- },
- {
- "region": "15151",
- "id": "610"
- },
- {
- "region": "15159",
- "id": "358"
- },
- {
- "region": "15248",
- "id": "238"
- },
- {
- "region": "15251",
- "id": "632"
- }
-]
\ No newline at end of file
diff --git a/Server/data/configs/music_tiles.json b/Server/data/configs/music_tiles.json
deleted file mode 100644
index 7b901f974..000000000
--- a/Server/data/configs/music_tiles.json
+++ /dev/null
@@ -1,62 +0,0 @@
-[
- {
- "id": "98",
- "borders": "{3072,3456,3135,3519,[3076,3456,3085,3458]~,[3082,3459,3085,3460]}"
- },
- {
- "id": "141",
- "borders": "{3072,3392,3135,3455,[3076,3452,3085,3455]}"
- },
- {
- "id": "228",
- "borders": "{2896,5446,2919,5462}"
- },
- {
- "id": "229",
- "borders": "{2921,5456,2937,5479}"
- },
- {
- "id": "230",
- "borders": "{2904,5481,2927,5497}"
- },
- {
- "id": "231",
- "borders": "{2886,5464,2902,5487}"
- },
- {
- "id": "386",
- "borders": "{2820,5312,2849,5369}-{2849,5349,2880,5374}"
- },
- {
- "id": "391",
- "borders": "{2879,5340,2944,5366}-{2909,5316,2944,5340}"
- },
- {
- "id": "399",
- "borders": "{2816,5248,2943,5375,[2823,5250,2844,5310]~,[2844,5250,2878,5280]~,[2879,5340,2944,5366]~,[2909,5316,2944,5340]~,[2820,5312,2849,5369]~,[2849,5349,2880,5374]~,[2885,5253,2934,5278]~,[2913,5278,2937,5306]}"
- },
- {
- "id": "404",
- "borders": "{2823,5250,2844,5310}-{2844,5250,2878,5276}"
- },
- {
- "id": "408",
- "borders": "{2885,5253,2934,5278}-{2913,5278,2937,5306}"
- },
- {
- "id": "459",
- "borders": "{3137,5442,3192,5564}-{3193,5442,3198,5472}-{3193,5507,3198,5564}"
- },
- {
- "id": "467",
- "borders": "{3199,5441,3262,5564}-{3193,5482,3198,5497}"
- },
- {
- "id": "488",
- "borders": "{3263,5441,3327,5566}"
- },
- {
- "id": "492",
- "borders": "{3076,3452,3085,3460,[3076,3459,3081,3460]}"
- }
-]
\ No newline at end of file
diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json
index 44c10bdcb..098887d58 100644
--- a/Server/data/configs/npc_configs.json
+++ b/Server/data/configs/npc_configs.json
@@ -1,88129 +1,71137 @@
[
{
- "id": "0",
- "name": "Hans",
"examine": "Servant of the Duke of Lumbridge.",
- "attack_level": "17",
+ "melee_animation": "422",
+ "range_animation": "422",
"attack_speed": "4",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "14",
- "lifepoints": "12",
- "magic_animation": "422",
"magic_level": "22",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Hans",
+ "defence_level": "14",
"safespot": "0",
- "strength_level": "17"
+ "lifepoints": "12",
+ "strength_level": "17",
+ "id": "0",
+ "range_level": "1",
+ "attack_level": "17"
},
{
- "id": "1",
- "name": "Man",
"examine": "One of Gielinor's many citizens.",
- "attack_level": "5",
- "attack_speed": "4",
- "clue_level": "0",
+ "melee_animation": "422",
+ "range_animation": "422",
"combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "5",
- "lifepoints": "10",
- "magic_animation": "422",
+ "attack_speed": "4",
"magic_level": "6",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
"respawn_delay": "18",
- "safespot": null,
+ "defence_animation": "404",
+ "weakness": "9",
"slayer_exp": "0",
- "strength_level": "2",
- "weakness": "9"
- },
- {
- "id": "2",
+ "magic_animation": "422",
+ "death_animation": "9055",
"name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "4",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "3",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "4",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "4",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "4",
- "clue_level": "0",
- "combat_audio": "511,506,505",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "5",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "4",
- "clue_level": "0",
- "combat_audio": "511,506,505",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "6",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "511,506,505",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "3",
- "lifepoints": "4",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "7",
- "name": "Farmer",
- "examine": "He grows the crops in this area.",
- "attack_level": "5",
- "death_animation": "836",
- "defence_animation": "404",
"defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "5",
- "weakness": "9"
- },
- {
- "id": "8",
- "name": "Thief",
- "examine": "Known for his light-fingered qualities.",
- "attack_level": "10",
- "attack_speed": "4",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "10",
- "weakness": "9"
- },
- {
- "id": "9",
- "name": "Guard",
- "examine": "He tries to keep order around here.",
- "attack_level": "13",
- "attack_speed": "4",
- "clue_level": "1",
- "combat_audio": "2549,1979,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "400",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "13",
- "weakness": "9"
- },
- {
- "id": "10",
- "name": "Schoolgirl",
- "examine": "She looks happy.",
- "attack_level": "1",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "1",
"lifepoints": "10",
+ "strength_level": "2",
+ "id": "1",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "404",
+ "weakness": "9",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Man",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "defence_animation": "404",
+ "weakness": "9",
+ "slayer_exp": "0",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Man",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,506,505",
+ "attack_speed": "4",
+ "defence_animation": "404",
+ "weakness": "9",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Woman",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,506,505",
+ "attack_speed": "4",
+ "defence_animation": "404",
+ "weakness": "9",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Woman",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "404",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "4",
+ "strength_level": "1",
+ "id": "6",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "He grows the crops in this area.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "404",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Farmer",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
+ "id": "7",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "examine": "Known for his light-fingered qualities.",
+ "melee_animation": "284",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Thief",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
+ "id": "8",
+ "range_level": "1",
+ "attack_level": "10"
+ },
+ {
+ "examine": "He tries to keep order around here.",
+ "melee_animation": "284",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Guard",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "13",
+ "id": "9",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "13"
+ },
+ {
+ "examine": "She looks happy.",
"melee_animation": "0",
"range_animation": "1142",
- "range_level": "1",
+ "defence_animation": "285",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Schoolgirl",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "10",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "11",
- "name": "Tramp",
"examine": "A man down on his luck.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "12",
- "name": "Barbarian",
- "examine": "Not very civilised looking.",
- "attack_level": "1",
- "clue_level": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "13",
- "name": "Wizard",
- "examine": "Slightly magical.",
- "attack_level": "1",
- "bonuses": "23,7,8,2,1,8,12,0,0,0,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "12",
- "end_gfx": "2737",
- "lifepoints": "14",
- "magic_animation": "711",
- "magic_level": "21",
- "melee_animation": "2791",
- "projectile": "2729",
- "range_animation": "711",
- "range_level": "1",
- "respawn_delay": "12",
- "safespot": null,
- "slayer_exp": "0",
- "start_gfx": "2728",
- "strength_level": "1",
- "weakness": "3"
- },
- {
- "id": "14",
- "name": "Druid",
- "examine": "Loves nature.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "defence_animation": "404",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28"
- },
- {
- "id": "15",
- "name": "Warrior woman",
- "examine": "Not very fashion conscious.",
- "attack_level": "22",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "20",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tramp",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "11",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not very civilised looking.",
+ "name": "Barbarian",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "12",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Slightly magical.",
+ "start_gfx": "2728",
+ "combat_style": "2",
+ "melee_animation": "2791",
+ "range_animation": "711",
+ "combat_audio": "511,513,512",
+ "magic_level": "21",
+ "respawn_delay": "12",
+ "end_gfx": "2737",
+ "defence_animation": "404",
+ "weakness": "3",
+ "slayer_exp": "0",
+ "magic_animation": "711",
+ "death_animation": "9055",
+ "name": "Wizard",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "1",
+ "id": "13",
+ "bonuses": "23,7,8,2,1,8,12,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "2729",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Loves nature.",
+ "combat_audio": "511,513,512",
+ "range_animation": "0",
+ "melee_animation": "422",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "404",
+ "magic_animation": "711",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "14",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "Not very fashion conscious.",
"melee_animation": "386",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Warrior woman",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "20",
"strength_level": "22",
- "weakness": "7"
+ "id": "15",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "16",
- "name": "Man",
"examine": "One of the citizens of Al Kharid.",
- "attack_level": "3",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "4",
- "magic_animation": "0",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "3",
- "weakness": "7"
- },
- {
- "id": "17",
- "name": "Schoolgirl"
- },
- {
- "id": "18",
- "name": "Al-Kharid warrior",
- "examine": "Part of Al-Kharid's elite fighting force.",
- "attack_level": "7",
- "attack_speed": "4",
- "bonuses": "10,10,10,0,0,12,15,10,-1,12,0,9,0,0,0",
- "clue_level": "0",
- "combat_audio": "2500,1976,512",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
"death_animation": "836",
- "defence_animation": "387",
- "defence_level": "4",
- "lifepoints": "19",
- "magic_animation": "390",
+ "name": "Man",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "4",
+ "strength_level": "3",
+ "id": "16",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "Part of Al-Kharid's elite fighting force.",
"melee_animation": "390",
"range_animation": "390",
- "range_level": "1",
+ "combat_audio": "2500,1976,512",
+ "attack_speed": "4",
"respawn_delay": "25",
+ "defence_animation": "387",
+ "weakness": "7",
+ "magic_animation": "390",
+ "death_animation": "836",
+ "name": "Al-Kharid warrior",
+ "defence_level": "4",
"safespot": null,
+ "lifepoints": "19",
"strength_level": "5",
- "weakness": "7"
+ "id": "18",
+ "clue_level": "0",
+ "bonuses": "10,10,10,0,0,12,15,10,-1,12,0,9,0,0,0",
+ "range_level": "1",
+ "attack_level": "7"
},
{
- "id": "19",
- "name": "White Knight",
"examine": "Shiny armour!",
- "attack_level": "25",
- "attack_speed": "8",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
"melee_animation": "7042",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "8",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "White Knight",
+ "defence_level": "25",
"safespot": null,
+ "lifepoints": "35",
"strength_level": "25",
- "weakness": "7"
+ "id": "19",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "20",
- "name": "Paladin",
"examine": "A holy warrior.",
- "attack_level": "54",
- "attack_speed": "5",
+ "melee_animation": "390",
"combat_audio": "511,513,512",
- "death_animation": "836",
+ "attack_speed": "5",
+ "respawn_delay": "60",
"defence_animation": "425",
+ "death_animation": "836",
+ "name": "Paladin",
"defence_level": "54",
+ "safespot": null,
"lifepoints": "66",
- "melee_animation": "390",
+ "strength_level": "54",
+ "id": "20",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "54"
+ "attack_level": "54"
},
{
- "id": "21",
- "name": "Hero",
"examine": "Heroic!",
- "attack_level": "54",
+ "melee_animation": "390",
+ "range_animation": "0",
"attack_speed": "5",
- "death_animation": "836",
+ "respawn_delay": "60",
"defence_animation": "425",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Hero",
"defence_level": "54",
+ "safespot": null,
"lifepoints": "82",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "55",
- "weakness": "7"
+ "id": "21",
+ "range_level": "1",
+ "attack_level": "54"
},
{
- "id": "22",
- "name": "Forester",
"examine": "They love the forests.",
- "attack_level": "14",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
"attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "8",
- "lifepoints": "17",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "18",
- "safespot": null,
- "strength_level": "13"
- },
- {
- "id": "23",
- "name": "Knight of Ardougne",
- "examine": "A member of Ardougne's militia.",
- "attack_level": "38",
- "attack_speed": "5",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "31",
- "lifepoints": "52",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
- },
- {
- "id": "24",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "4",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3",
- "weakness": "9"
- },
- {
- "id": "25",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "511,506,505",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "4",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3",
- "weakness": "9"
- },
- {
- "id": "26",
- "name": "Knight of Ardougne",
- "examine": "To protect and serve the populace of Ardougne.",
- "attack_level": "38",
- "attack_speed": "5",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "31",
- "lifepoints": "52",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
- },
- {
- "id": "27",
- "name": "Archer",
- "examine": "Good with arrows.",
- "attack_level": "20",
- "combat_style": "1",
- "death_animation": "9055",
"defence_animation": "404",
- "defence_level": "20",
- "lifepoints": "50",
- "magic_animation": "426",
- "melee_animation": "426",
- "projectile": "10",
- "range_animation": "426",
- "range_level": "40",
- "respawn_delay": "12",
- "safespot": null,
- "start_gfx": "19",
- "strength_level": "20"
- },
- {
- "id": "28",
- "name": "Zoo keeper",
- "examine": "Enjoys locking up animals in small pens.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "9055",
+ "name": "Forester",
+ "defence_level": "8",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "17",
+ "strength_level": "13",
+ "id": "22",
+ "range_level": "1",
+ "attack_level": "14"
},
{
- "id": "29",
- "name": "Chuck",
- "examine": "He's a lumberjack, and he's ok.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "30",
- "name": "Barman",
- "examine": "Doesn't water down the beer too much.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "31",
- "name": "Priest",
- "examine": "A holy man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "32",
- "name": "Guard",
- "examine": "Keeps the peace... kind of.",
- "attack_level": "17",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "22",
- "magic_animation": "0",
- "melee_animation": "401",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "18",
- "weakness": "9"
- },
- {
- "id": "33",
- "name": "Door man",
- "examine": "What a boring job he has.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "34",
- "name": "Watchman",
- "examine": "Watches stuff. But who watches him?",
- "attack_level": "31",
- "attack_speed": "6",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "31",
- "lifepoints": "22",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "31",
- "weakness": "7"
- },
- {
- "id": "35",
- "name": "Soldier",
- "examine": "A soldier of the town of Yanille.",
- "attack_level": "26",
- "attack_speed": "5",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "22",
- "magic_animation": "0",
+ "examine": "A member of Ardougne's militia.",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "8"
- },
- {
- "id": "36",
- "name": "Wyson the gardener",
- "examine": "The head gardener.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "7",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "37",
- "name": "Sigbert the Adventurer",
- "examine": "A bold knight famed for his travels.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "38",
- "name": "Shipyard worker",
- "examine": "Builds ships for a living.",
- "attack_level": "10",
"death_animation": "836",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "10",
- "magic_animation": "0",
+ "name": "Knight of Ardougne",
+ "defence_level": "31",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "40",
+ "id": "23",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "10",
- "weakness": "6"
- },
- {
- "id": "39",
- "name": "Shipyard worker",
- "examine": "Builds ships for a living.",
- "attack_level": "10",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
"death_animation": "836",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "401",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
+ "name": "Man",
+ "defence_level": "3",
"safespot": null,
- "strength_level": "10",
- "weakness": "6"
+ "lifepoints": "4",
+ "strength_level": "3",
+ "id": "24",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
},
{
- "id": "40",
- "name": "Shark",
- "examine": "Let's not go skinny dipping eh?",
- "attack_level": "1",
- "death_animation": "0",
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "5",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "4",
+ "strength_level": "3",
+ "id": "25",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "To protect and serve the populace of Ardougne.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Knight of Ardougne",
+ "defence_level": "31",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "40",
+ "id": "26",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "Good with arrows.",
+ "start_gfx": "19",
+ "combat_style": "1",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "respawn_delay": "12",
+ "defence_animation": "404",
+ "magic_animation": "426",
+ "death_animation": "9055",
+ "name": "Archer",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "20",
+ "id": "27",
+ "range_level": "40",
+ "projectile": "10",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Enjoys locking up animals in small pens.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Zoo keeper",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "28",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "41",
- "name": "Chicken",
- "examine": "Yep. Definitely a chicken.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "5388",
+ "examine": "He's a lumberjack, and he's ok.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Chuck",
"defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "5387",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "29",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Doesn't water down the beer too much.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "30",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A holy man.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Priest",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "31",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Keeps the peace... kind of.",
+ "melee_animation": "401",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "18",
+ "id": "32",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "17"
+ },
+ {
+ "examine": "What a boring job he has.",
+ "name": "Door man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "33",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Watches stuff. But who watches him?",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Watchman",
+ "defence_level": "31",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "31",
+ "id": "34",
+ "range_level": "1",
+ "attack_level": "31"
+ },
+ {
+ "examine": "A soldier of the town of Yanille.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Soldier",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "25",
+ "id": "35",
+ "range_level": "1",
+ "attack_level": "26"
+ },
+ {
+ "examine": "The head gardener.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wyson the gardener",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "36",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A bold knight famed for his travels.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sigbert the Adventurer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "37",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Builds ships for a living.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Shipyard worker",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "10",
+ "id": "38",
+ "range_level": "1",
+ "attack_level": "10"
+ },
+ {
+ "examine": "Builds ships for a living.",
+ "melee_animation": "401",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Shipyard worker",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "10",
+ "id": "39",
+ "range_level": "1",
+ "attack_level": "10"
+ },
+ {
+ "examine": "Let's not go skinny dipping eh?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shark",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "40",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Yep. Definitely a chicken.",
+ "slayer_task": "7",
"melee_animation": "5387",
"range_animation": "5387",
- "range_level": "1",
+ "combat_audio": "355,357,356",
+ "attack_speed": "6",
"respawn_delay": "18",
+ "defence_animation": "5388",
+ "weakness": "9",
+ "magic_animation": "5387",
+ "death_animation": "5389",
+ "name": "Chicken",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "3",
"strength_level": "1",
- "weakness": "9"
+ "id": "41",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "42",
- "name": "Sheep",
"examine": "Freshly sheared.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "43",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Sheep",
- "examine": "White and fluffy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "44",
- "name": "Banker",
- "examine": "He can look after my money.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "45",
- "name": "Banker",
- "examine": "She can look after my money.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "46",
- "name": "Duck",
- "examine": "Quackers.",
- "attack_level": "1",
- "death_animation": "3468",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "1",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "1",
- "water_npc": "true",
- "weakness": "8"
+ "id": "42",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "47",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0",
- "combat_audio": "3102,3104,3103",
- "death_animation": "2707",
- "defence_animation": "2706",
+ "examine": "White and fluffy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sheep",
"defence_level": "1",
- "lifepoints": "2",
- "magic_animation": "2705",
- "magic_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "43",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He can look after my money.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "44",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "She can look after my money.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "45",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Quackers.",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "3468",
+ "name": "Duck",
+ "defence_level": "1",
+ "water_npc": "true",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "46",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A popular dwarven delicacy.",
+ "slayer_task": "67",
"melee_animation": "2705",
"range_animation": "2705",
- "range_level": "1",
+ "combat_audio": "3102,3104,3103",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "3",
- "safespot": null,
+ "defence_animation": "2706",
"slayer_exp": "2",
- "strength_level": "1"
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "1",
+ "id": "47",
+ "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "48",
- "name": "Oomlie bird",
"examine": "A jungle version of the chicken, but more vicious.",
- "attack_level": "40",
- "attack_speed": "4",
- "death_animation": "5389",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "40",
- "magic_animation": "0",
+ "slayer_task": "7",
"melee_animation": "5387",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5389",
+ "name": "Oomlie bird",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "40",
"strength_level": "40",
- "weakness": "9"
+ "id": "48",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "49",
- "name": "Hellhound",
"examine": "Hello, nice doggy...",
- "aggressive": "true",
- "attack_level": "105",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "3717,3719,3718",
- "death_animation": "6564",
- "defence_animation": "6563",
- "defence_level": "102",
- "lifepoints": "116",
- "magic_animation": "6562",
+ "slayer_task": "43",
"melee_animation": "6562",
"range_animation": "6562",
- "range_level": "1",
+ "combat_audio": "3717,3719,3718",
+ "attack_speed": "4",
"respawn_delay": "50",
- "safespot": null,
+ "defence_animation": "6563",
+ "weakness": "1",
"slayer_exp": "116",
+ "magic_animation": "6562",
+ "death_animation": "6564",
+ "name": "Hellhound",
+ "defence_level": "102",
+ "safespot": null,
+ "lifepoints": "116",
"strength_level": "104",
- "weakness": "1"
+ "id": "49",
+ "aggressive": "true",
+ "clue_level": "2",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "105"
},
{
- "id": "50",
- "name": "King Black Dragon",
- "examine": "The biggest, meanest dragon around.",
"agg_radius": "64",
+ "examine": "The biggest, meanest dragon around.",
+ "slayer_task": "9",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "magic_level": "240",
+ "respawn_delay": "50",
+ "defence_animation": "89",
+ "weakness": "4",
+ "slayer_exp": "258",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "King Black Dragon",
+ "defence_level": "240",
+ "safespot": null,
+ "lifepoints": "240",
+ "strength_level": "240",
+ "id": "50",
"aggressive": "true",
- "attack_level": "240",
"bonuses": "0,0,0,0,0,70,90,90,80,70,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "240",
- "lifepoints": "240",
- "magic_animation": "80",
- "magic_level": "240",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "258",
- "strength_level": "240",
- "weakness": "4"
+ "attack_level": "240"
},
{
- "id": "51",
- "name": "Baby dragon",
"examine": "Young but still dangerous.",
- "aggressive": "true",
- "attack_level": "102",
- "bonuses": "124,130,137,184,176,128,168,145,104,54,0,0,0,0,0",
"combat_audio": "407,405,406",
- "defence_level": "112",
- "lifepoints": "160",
"magic_level": "116",
- "range_level": "80",
"respawn_delay": "25",
+ "weakness": "0",
+ "name": "Baby dragon",
+ "defence_level": "112",
"safespot": null,
+ "lifepoints": "160",
"strength_level": "103",
- "weakness": "0"
+ "id": "51",
+ "aggressive": "true",
+ "bonuses": "124,130,137,184,176,128,168,145,104,54,0,0,0,0,0",
+ "range_level": "80",
+ "attack_level": "102"
},
{
- "id": "52",
- "name": "Baby blue dragon",
"examine": "Young but still dangerous.",
- "aggressive": "true",
- "attack_level": "40",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0",
+ "slayer_task": "11",
"combat_audio": "405,407,406",
- "death_animation": "28",
- "defence_animation": "26",
- "defence_level": "40",
- "lifepoints": "50",
- "magic_animation": "25",
- "magic_level": "1",
"melee_animation": "25",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "26",
+ "weakness": "3",
"slayer_exp": "50",
+ "magic_animation": "25",
+ "death_animation": "28",
+ "name": "Baby blue dragon",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "50",
"strength_level": "40",
- "weakness": "3"
+ "id": "52",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "53",
- "name": "Red dragon",
"examine": "A big powerful dragon.",
- "aggressive": "true",
- "attack_level": "130",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "130",
- "lifepoints": "140",
- "magic_animation": "80",
- "magic_level": "1",
+ "slayer_task": "68",
"melee_animation": "80",
"range_animation": "80",
- "range_level": "1",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "89",
+ "weakness": "3",
"slayer_exp": "143",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Red dragon",
+ "defence_level": "130",
+ "safespot": null,
+ "lifepoints": "140",
"strength_level": "130",
- "weakness": "3"
+ "id": "53",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "130"
},
{
- "id": "54",
- "name": "Black dragon",
"examine": "A fierce dragon with black scales!",
- "aggressive": "true",
- "attack_level": "200",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
- "clue_level": "2",
+ "slayer_task": "9",
+ "melee_animation": "80",
+ "range_animation": "80",
"combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "200",
- "lifepoints": "190",
- "magic_animation": "80",
+ "attack_speed": "4",
"magic_level": "100",
- "melee_animation": "80",
- "range_animation": "80",
- "range_level": "1",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "89",
+ "weakness": "3",
"slayer_exp": "200",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Black dragon",
+ "defence_level": "200",
+ "safespot": null,
+ "lifepoints": "190",
"strength_level": "200",
- "weakness": "3"
- },
- {
- "id": "55",
- "name": "Blue dragon",
- "examine": "A mother dragon.",
+ "id": "54",
"aggressive": "true",
- "attack_level": "95",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "95",
- "lifepoints": "105",
- "magic_animation": "80",
- "magic_level": "1",
+ "range_level": "1",
+ "attack_level": "200"
+ },
+ {
+ "examine": "A mother dragon.",
+ "slayer_task": "11",
"melee_animation": "80",
"range_animation": "80",
- "range_level": "1",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "89",
+ "weakness": "3",
"slayer_exp": "108",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Blue dragon",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
"strength_level": "95",
- "weakness": "3"
+ "id": "55",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "95"
},
{
- "id": "56",
- "name": "Dryad",
"examine": "A wood nymph.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "57",
- "name": "Fairy",
- "examine": "A delicate creature from this strange realm.",
- "attack_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
"death_animation": "0",
- "defence_animation": "0",
+ "name": "Dryad",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "58",
- "name": "Shadow spider",
- "examine": "Is it a spider or is it a shadow?",
- "aggressive": "true",
- "attack_level": "44",
- "attack_speed": "4",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "0",
- "defence_level": "44",
- "lifepoints": "55",
- "magic_animation": "0",
- "melee_animation": "5327",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "55",
- "strength_level": "42",
- "weakness": "2"
- },
- {
- "id": "59",
- "name": "Giant spider",
- "examine": "I think this spider has been genetically modified.",
- "aggressive": "false",
- "attack_level": "1",
- "attack_speed": "4",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "0",
- "melee_animation": "5327",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "5",
"strength_level": "1",
- "weakness": "2"
+ "id": "56",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "60",
- "name": "Giant spider",
- "examine": "I think this spider has been genetically modified.",
- "aggressive": "true",
- "attack_level": "20",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "examine": "A delicate creature from this strange realm.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fairy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "57",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Is it a spider or is it a shadow?",
+ "slayer_task": "76",
+ "melee_animation": "5327",
+ "range_animation": "0",
"combat_audio": "537,539,538",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "slayer_exp": "55",
+ "magic_animation": "0",
"death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "21",
- "lifepoints": "32",
- "magic_animation": "5327",
+ "name": "Shadow spider",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "42",
+ "id": "58",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "44"
+ },
+ {
+ "examine": "I think this spider has been genetically modified.",
+ "slayer_task": "76",
+ "melee_animation": "5327",
+ "range_animation": "0",
+ "combat_audio": "537,539,538",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "slayer_exp": "5",
+ "magic_animation": "0",
+ "death_animation": "5329",
+ "name": "Giant spider",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
+ "id": "59",
+ "aggressive": "false",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I think this spider has been genetically modified.",
+ "slayer_task": "76",
"melee_animation": "5327",
"range_animation": "5327",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "537,539,538",
+ "defence_animation": "5328",
+ "weakness": "2",
"slayer_exp": "33",
+ "magic_animation": "5327",
+ "death_animation": "5329",
+ "name": "Giant spider",
+ "defence_level": "21",
+ "safespot": null,
+ "lifepoints": "32",
"strength_level": "24",
- "weakness": "2"
+ "id": "60",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "20"
},
{
- "id": "61",
- "name": "Spider",
"examine": "Incey wincey.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "6251",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "2",
- "magic_animation": "0",
+ "slayer_task": "76",
"melee_animation": "6249",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "2",
- "strength_level": "1",
- "weakness": "2"
- },
- {
- "id": "62",
- "name": "Jungle spider",
- "examine": "A barely visible deadly spider.",
- "aggressive": "true",
- "attack_level": "35",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "5327",
- "magic_level": "1",
- "melee_animation": "5327",
- "poison_immune": "false",
- "range_animation": "5327",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "50",
- "strength_level": "37",
- "weakness": "2"
- },
- {
- "id": "63",
- "name": "Deadly red spider",
- "examine": "I think this spider has been genetically modified.",
- "attack_level": "30",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,15,16,7,12,16,0,0,0,0",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "30",
- "lifepoints": "35",
- "magic_animation": "5327",
- "magic_level": "1",
- "melee_animation": "5327",
- "range_animation": "5327",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "35",
- "strength_level": "25",
- "weakness": "2"
- },
- {
- "id": "64",
- "name": "Ice spider",
- "examine": "I think this spider has been genetically modified.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,20,17,12,13,13,0,0,0,0",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
"defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "65",
+ "weakness": "2",
+ "slayer_exp": "2",
"magic_animation": "0",
+ "death_animation": "6251",
+ "name": "Spider",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "61",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A barely visible deadly jungle spider.",
+ "slayer_task": "76",
+ "melee_animation": "5327",
+ "range_animation": "5327",
+ "combat_audio": "537,539,538",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "25",
+ "defence_animation": "5328",
+ "weakness": "2",
+ "slayer_exp": "50",
+ "magic_animation": "5327",
+ "death_animation": "5329",
+ "name": "Jungle spider",
+ "defence_level": "35",
+ "poison_immune": "false",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "37",
+ "id": "62",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "I think this spider has been genetically modified.",
+ "slayer_task": "76",
+ "melee_animation": "5327",
+ "range_animation": "5327",
+ "combat_audio": "537,539,538",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "5328",
+ "weakness": "2",
+ "slayer_exp": "35",
+ "magic_animation": "5327",
+ "death_animation": "5329",
+ "name": "Deadly red spider",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
+ "id": "63",
+ "bonuses": "0,0,0,0,0,0,15,16,7,12,16,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "I think this spider has been genetically modified.",
+ "slayer_task": "76",
"melee_animation": "5327",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "537,539,538",
+ "attack_speed": "4",
"respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "65",
- "strength_level": "55",
- "weakness": "2"
- },
- {
- "id": "65",
- "name": "Leprechaun",
- "examine": "A funny little man normally associated with rainbows.",
- "attack_level": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "magic_level": "1",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "66",
- "name": "Gnome",
- "examine": "Like a mini man!",
- "attack_level": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "422",
- "magic_level": "1",
- "melee_animation": "190",
- "range_animation": "190",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "67",
- "name": "Gnome",
- "examine": "Like a mini man!",
- "attack_level": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "422",
- "magic_level": "1",
- "melee_animation": "190",
- "range_animation": "190",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "68",
- "name": "Gnome",
- "examine": "Like a mini man!",
- "attack_level": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "422",
- "magic_level": "1",
- "melee_animation": "190",
- "range_animation": "190",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "69",
- "name": "Lizard man",
- "examine": "A scaly reptilian creature.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "magic_level": "1",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "70",
- "name": "Orc"
- },
- {
- "id": "71",
- "name": "Orc",
- "examine": "A hideous malformed elf.",
- "attack_level": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "magic_level": "1",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "72",
- "name": "Troll",
- "examine": "A hideously deformed creature.",
- "attack_level": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "magic_level": "1",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "73",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "4",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5568",
- "defence_level": "10",
- "lifepoints": "22",
- "melee_animation": "5567",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "22",
- "strength_level": "9"
- },
- {
- "id": "74",
- "name": "Zombie",
- "examine": "Dead woman walking.",
- "aggressive": "true",
- "attack_level": "13",
- "attack_speed": "4",
- "combat_audio": "931,923,922",
- "death_animation": "5580",
- "defence_animation": "5579",
- "defence_level": "10",
- "lifepoints": "24",
- "magic_animation": "5578",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "24",
- "strength_level": "13"
- },
- {
- "id": "75",
- "name": "Zombie",
- "examine": "The walking dead.",
- "aggressive": "true",
- "attack_level": "19",
- "attack_speed": "4",
- "combat_audio": "931,923,922",
- "death_animation": "5580",
- "defence_animation": "5579",
- "defence_level": "16",
- "lifepoints": "30",
- "magic_animation": "5578",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "21"
- },
- {
- "id": "76",
- "name": "Zombie",
- "examine": "The walking dead.",
- "aggressive": "true",
- "attack_level": "19",
- "attack_speed": "4",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "16",
- "lifepoints": "30",
- "melee_animation": "5571",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "21"
- },
- {
- "id": "77",
- "name": "Summoned Zombie",
- "examine": "The living dead.",
- "attack_level": "8",
- "attack_speed": "4",
- "death_animation": "5569",
"defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "22",
+ "weakness": "2",
+ "slayer_exp": "65",
"magic_animation": "0",
+ "death_animation": "5329",
+ "name": "Ice spider",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "55",
+ "id": "64",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,20,17,12,13,13,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "A funny little man normally associated with rainbows.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "magic_level": "1",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Leprechaun",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "65",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Like a mini man!",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "magic_level": "1",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Gnome",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "66",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Like a mini man!",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "magic_level": "1",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Gnome",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "67",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Like a mini man!",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "magic_level": "1",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Gnome",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "68",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A scaly reptilian creature.",
+ "slayer_task": "",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Lizard man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "69",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A hideous malformed elf.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "magic_level": "1",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Orc",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "71",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A hideously deformed creature.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "magic_level": "1",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Troll",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "72",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Dead man walking.",
+ "slayer_task": "93",
+ "melee_animation": "5567",
+ "combat_audio": "931,923,922",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "5568",
+ "slayer_exp": "22",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "9",
+ "id": "73",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "8"
+ },
+ {
+ "examine": "Dead woman walking.",
+ "slayer_task": "93",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "4",
+ "respawn_delay": "30",
+ "defence_animation": "5579",
+ "slayer_exp": "24",
+ "magic_animation": "5578",
+ "death_animation": "5580",
+ "name": "Zombie",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "13",
+ "id": "74",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "13"
+ },
+ {
+ "examine": "The walking dead.",
+ "slayer_task": "93",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "4",
+ "respawn_delay": "30",
+ "defence_animation": "5579",
+ "slayer_exp": "30",
+ "magic_animation": "5578",
+ "death_animation": "5580",
+ "name": "Zombie",
+ "defence_level": "16",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "21",
+ "id": "75",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "19"
+ },
+ {
+ "examine": "The walking dead.",
+ "slayer_task": "93",
+ "melee_animation": "5571",
+ "combat_audio": "931,923,922",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "5574",
+ "slayer_exp": "30",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "16",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "21",
+ "id": "76",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "19"
+ },
+ {
+ "examine": "The living dead.",
+ "slayer_task": "93",
"melee_animation": "5568",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
+ "attack_speed": "4",
+ "defence_animation": "0",
+ "weakness": "9",
"slayer_exp": "22",
+ "magic_animation": "0",
+ "death_animation": "5569",
+ "name": "Summoned Zombie",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "22",
"strength_level": "9",
- "weakness": "9"
+ "id": "77",
+ "range_level": "1",
+ "attack_level": "8"
},
{
- "id": "78",
- "name": "Giant bat",
"examine": "An annoying flappy thing.",
- "aggressive": "true",
- "attack_level": "22",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0",
- "combat_audio": "292,294,293",
- "death_animation": "4917",
- "defence_animation": "4916",
- "defence_level": "22",
- "lifepoints": "32",
- "magic_animation": "4915",
- "magic_level": "1",
+ "slayer_task": "5",
"melee_animation": "4915",
"range_animation": "4915",
- "range_level": "1",
+ "combat_audio": "292,294,293",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "4916",
+ "weakness": "4",
"slayer_exp": "32",
+ "magic_animation": "4915",
+ "death_animation": "4917",
+ "name": "Giant bat",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "32",
"strength_level": "22",
- "weakness": "4"
+ "id": "78",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "79",
- "name": "Death wing",
"examine": "A shadowy, barely visible flying entity from some evil place.",
- "aggressive": "true",
- "attack_level": "70",
- "attack_speed": "4",
- "death_animation": "4917",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "80",
- "magic_animation": "0",
- "magic_level": "1",
+ "slayer_task": "5",
"melee_animation": "4915",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "3",
"slayer_exp": "80",
+ "magic_animation": "0",
+ "death_animation": "4917",
+ "name": "Death wing",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "80",
"strength_level": "70",
- "weakness": "3"
+ "id": "79",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "70"
},
{
- "id": "80",
- "name": "Camel",
"examine": "Oh, it's a camel.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Camel",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "80",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "81",
- "name": "Cow",
"examine": "Converts grass to beef.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "369,371,370",
- "death_animation": "5851",
- "defence_animation": "5850",
- "defence_level": "1",
- "lifepoints": "8",
- "magic_animation": "5849",
+ "slayer_task": "20",
"melee_animation": "5849",
"range_animation": "5849",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "369,371,370",
+ "attack_speed": "5",
+ "defence_animation": "5850",
+ "weakness": "8",
"slayer_exp": "8",
+ "magic_animation": "5849",
+ "death_animation": "5851",
+ "name": "Cow",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "8",
"strength_level": "1",
- "weakness": "8"
+ "id": "81",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "82",
- "name": "Lesser demon",
"examine": "Lesser, but still pretty big.",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "400,404,403",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "71",
- "lifepoints": "79",
- "magic_animation": "4630",
- "magic_level": "1",
+ "slayer_task": "56",
"melee_animation": "4630",
"range_animation": "4630",
- "range_level": "1",
+ "combat_audio": "400,404,403",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "65",
+ "weakness": "4",
"slayer_exp": "79",
+ "magic_animation": "4630",
+ "death_animation": "67",
+ "name": "Lesser demon",
+ "defence_level": "71",
+ "safespot": null,
+ "lifepoints": "79",
"strength_level": "70",
- "weakness": "4"
+ "id": "82",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "68"
},
{
- "id": "83",
- "name": "Greater demon",
"examine": "Big, red, and incredibly evil.",
- "aggressive": "true",
- "attack_level": "76",
+ "slayer_task": "40",
+ "melee_animation": "64",
+ "range_animation": "64",
+ "combat_audio": "400,404,403",
"attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "32",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "87",
+ "magic_animation": "64",
+ "death_animation": "68",
+ "name": "Greater demon",
+ "defence_level": "81",
+ "safespot": null,
+ "lifepoints": "89",
+ "strength_level": "78",
+ "id": "83",
+ "aggressive": "true",
"bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "400,404,403",
- "death_animation": "68",
- "defence_animation": "65",
- "defence_level": "81",
- "lifepoints": "89",
- "magic_animation": "64",
- "magic_level": "1",
- "melee_animation": "64",
- "range_animation": "64",
"range_level": "1",
- "respawn_delay": "32",
- "safespot": null,
- "slayer_exp": "87",
- "strength_level": "78",
- "weakness": "4"
+ "attack_level": "76"
},
{
- "id": "84",
- "name": "Black demon",
"examine": "A big, scary, jet-black demon.",
- "aggressive": "true",
- "attack_level": "145",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "397,399,398",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "152",
- "facing_booth": "",
- "lifepoints": "157",
- "magic_animation": "64",
- "magic_level": "1",
+ "slayer_task": "8",
"melee_animation": "64",
"range_animation": "64",
- "range_level": "1",
+ "combat_audio": "397,399,398",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "65",
+ "weakness": "4",
"slayer_exp": "157",
+ "facing_booth": "",
+ "magic_animation": "64",
+ "death_animation": "67",
+ "name": "Black demon",
+ "defence_level": "152",
+ "safespot": null,
+ "lifepoints": "157",
"strength_level": "148",
- "weakness": "4"
+ "id": "84",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "145"
},
{
- "id": "85",
- "name": "Golem",
"examine": "A creature made from clay.",
- "attack_level": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "magic_level": "1",
"melee_animation": "422",
"range_animation": "422",
- "range_level": "1",
+ "magic_level": "1",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Golem",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "85",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "86",
- "name": "Giant rat",
"examine": "Overgrown vermin.",
- "aggressive": "true",
- "attack_level": "2",
- "attack_speed": "4",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "2",
- "lifepoints": "5",
- "magic_animation": "4933",
+ "slayer_task": "67",
"melee_animation": "4933",
"range_animation": "4933",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "703,705,704",
+ "attack_speed": "4",
+ "defence_animation": "4934",
+ "weakness": "8",
"slayer_exp": "5",
+ "magic_animation": "4933",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "5",
"strength_level": "3",
- "weakness": "8"
+ "id": "86",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "2"
},
{
- "id": "87",
- "name": "Giant rat",
"examine": "Overgrown vermin.",
- "aggressive": "true",
- "attack_level": "6",
- "attack_speed": "4",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "2",
- "lifepoints": "10",
- "magic_animation": "0",
+ "slayer_task": "67",
"melee_animation": "4933",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "10",
- "strength_level": "5",
- "weakness": "8"
- },
- {
- "id": "88",
- "name": "Dungeon rat",
- "examine": "A dirty rat.",
- "aggressive": "true",
- "attack_level": "10",
- "attack_speed": "4",
"combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "12",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
"respawn_delay": "60",
+ "defence_animation": "4934",
+ "weakness": "8",
+ "slayer_exp": "10",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "2",
"safespot": null,
- "slayer_exp": "12",
- "strength_level": "10",
- "weakness": "8"
+ "lifepoints": "10",
+ "strength_level": "5",
+ "id": "87",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "6"
},
{
- "id": "89",
- "name": "Unicorn",
- "examine": "Horse with a horn.",
- "attack_level": "11",
+ "examine": "A dirty rat.",
+ "slayer_task": "67",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
"attack_speed": "4",
- "combat_audio": "369,371,370",
- "death_animation": "6377",
- "defence_animation": "6375",
- "defence_level": "13",
- "lifepoints": "19",
- "magic_animation": "6376",
- "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "slayer_exp": "12",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Dungeon rat",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "12",
+ "strength_level": "10",
+ "id": "88",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "10"
+ },
+ {
+ "examine": "Horse with a horn.",
"melee_animation": "6376",
"range_animation": "6376",
- "range_level": "1",
+ "combat_audio": "369,371,370",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "90",
+ "defence_animation": "6375",
+ "weakness": "3",
+ "magic_animation": "6376",
+ "death_animation": "6377",
+ "name": "Unicorn",
+ "defence_level": "13",
"safespot": null,
+ "lifepoints": "19",
"strength_level": "13",
- "weakness": "3"
- },
- {
- "id": "90",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "attack_level": "15",
- "attack_speed": "4",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "17",
- "lifepoints": "29",
- "magic_animation": "5485",
- "melee_animation": "5485",
- "range_animation": "5485",
+ "id": "89",
"range_level": "1",
- "respawn_delay": "70",
- "safespot": null,
- "slayer_exp": "29",
- "strength_level": "18",
- "weakness": "8"
+ "attack_level": "11"
},
{
- "id": "91",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "attack_level": "17",
- "attack_speed": "4",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "17",
- "lifepoints": "24",
- "magic_animation": "5485",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "24",
- "strength_level": "17",
- "weakness": "8"
- },
- {
- "id": "92",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "attack_level": "24",
- "attack_speed": "4",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "24",
- "lifepoints": "17",
- "magic_animation": "5485",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "17",
- "strength_level": "24",
- "weakness": "8"
- },
- {
- "id": "93",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "attack_level": "32",
- "attack_speed": "4",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "36",
- "lifepoints": "59",
- "magic_animation": "5485",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "59",
- "strength_level": "35",
- "weakness": "8"
- },
- {
- "id": "94",
- "name": "Skeleton Mage"
- },
- {
- "id": "95",
- "name": "Wolf",
"examine": "Not man's best friend.",
- "attack_level": "50",
- "attack_speed": "4",
- "combat_audio": "481,491,490",
- "death_animation": "6558",
- "defence_animation": "6557",
- "defence_level": "52",
- "lifepoints": "69",
+ "slayer_task": "92",
"melee_animation": "6559",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "481,491,490",
+ "attack_speed": "4",
+ "defence_animation": "6557",
"slayer_exp": "69",
- "strength_level": "55"
+ "death_animation": "6558",
+ "name": "Wolf",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "69",
+ "strength_level": "55",
+ "id": "95",
+ "range_level": "1",
+ "attack_level": "50"
},
{
- "id": "96",
- "name": "White wolf",
"examine": "A vicious mountain wolf.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "4",
- "combat_audio": "909,912,911",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "22",
- "lifepoints": "34",
- "magic_animation": "6579",
+ "slayer_task": "92",
"melee_animation": "6579",
"range_animation": "6579",
- "range_level": "1",
- "safespot": null,
+ "attack_speed": "4",
+ "defence_animation": "6578",
+ "weakness": "9",
"slayer_exp": "34",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "White wolf",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "34",
"strength_level": "16",
- "weakness": "9"
+ "id": "96",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "20"
},
{
- "id": "97",
- "name": "White wolf",
"examine": "A vicious mountain wolf.",
- "aggressive": "true",
- "attack_level": "30",
- "attack_speed": "4",
- "combat_audio": "909,912,911",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "32",
- "lifepoints": "44",
- "magic_animation": "6579",
+ "slayer_task": "92",
"melee_animation": "6579",
"range_animation": "6579",
- "range_level": "1",
- "safespot": null,
+ "attack_speed": "4",
+ "defence_animation": "6578",
+ "weakness": "7",
"slayer_exp": "44",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "White wolf",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "44",
"strength_level": "31",
- "weakness": "7"
+ "id": "97",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "98",
- "name": "Dog",
"examine": "Bow wow.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dog",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "98",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "99",
- "name": "Guard dog",
"examine": "He doesn't seem pleased to see me.",
- "aggressive": "true",
- "attack_level": "35",
- "attack_speed": "4",
- "death_animation": "6564",
- "defence_animation": "6563",
- "defence_level": "37",
- "lifepoints": "49",
- "magic_animation": "6562",
+ "slayer_task": "27",
"melee_animation": "6562",
"range_animation": "6562",
- "range_level": "1",
+ "attack_speed": "4",
"respawn_delay": "15",
- "safespot": null,
+ "defence_animation": "6563",
+ "weakness": "7",
"slayer_exp": "49",
+ "magic_animation": "6562",
+ "death_animation": "6564",
+ "name": "Guard dog",
+ "defence_level": "37",
+ "safespot": null,
+ "lifepoints": "49",
"strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "100",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "4",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "1"
- },
- {
- "id": "101",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "3",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "102",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "2"
- },
- {
- "id": "103",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "agg_radius": "",
+ "id": "99",
"aggressive": "true",
- "attack_level": "13",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0",
- "combat_audio": "436,439,438",
- "death_animation": "5542",
- "defence_animation": "5541",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "5540",
- "magic_level": "1",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
+ "id": "100",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "101",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "16",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "102",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "",
+ "examine": "Eeek! A ghost!",
+ "slayer_task": "36",
"melee_animation": "5540",
"range_animation": "5540",
- "range_level": "1",
- "respawn_delay": "40",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "13",
- "weakness": "5"
- },
- {
- "id": "104",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "13",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0",
"combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
+ "attack_speed": "4",
"magic_level": "1",
- "melee_animation": "5532",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "40",
- "safespot": null,
+ "defence_animation": "5541",
+ "weakness": "5",
"slayer_exp": "25",
- "strength_level": "13",
- "weakness": "5"
- },
- {
- "id": "105",
- "name": "Grizzly bear",
- "examine": "Eek! A bear!",
- "aggressive": "true",
- "attack_level": "17",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "300,302,301",
- "death_animation": "4929",
- "defence_animation": "0",
- "defence_level": "15",
- "lifepoints": "27",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4925",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
+ "magic_animation": "5540",
+ "death_animation": "5542",
+ "name": "Ghost",
+ "defence_level": "18",
"safespot": null,
- "slayer_exp": "27",
- "strength_level": "18",
- "weakness": "7"
- },
- {
- "id": "106",
- "name": "Black bear",
- "examine": "Eek! A bear!",
- "aggressive": "false",
- "attack_level": "15",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "300,302,301",
- "death_animation": "4929",
- "defence_animation": "0",
- "defence_level": "13",
"lifepoints": "25",
- "magic_animation": "0",
+ "strength_level": "13",
+ "id": "103",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "13"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "slayer_task": "36",
+ "melee_animation": "5540",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "attack_speed": "4",
"magic_level": "1",
+ "respawn_delay": "40",
+ "defence_animation": "5541",
+ "weakness": "5",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "5542",
+ "name": "Ghost",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "13",
+ "id": "104",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,5,5,5,-5,5,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "13"
+ },
+ {
+ "examine": "Eek! A bear!",
+ "slayer_task": "6",
"melee_animation": "4925",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "16",
- "weakness": "7"
- },
- {
- "id": "107",
- "name": "Scorpion",
- "examine": "An extremely vicious scorpion.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "3611,3612,3610",
- "death_animation": "6256",
- "defence_animation": "6255",
- "defence_level": "1",
- "lifepoints": "17",
- "melee_animation": "6254",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "17",
- "strength_level": "1"
- },
- {
- "id": "108",
- "name": "Poison Scorpion",
- "examine": "It has a very vicious looking tail.",
- "aggressive": "true",
- "attack_level": "16",
+ "combat_audio": "300,302,301",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,5,15,15,0,5,0,0,0,0,0",
- "combat_audio": "3611,3612,3610",
- "death_animation": "6256",
- "defence_animation": "6255",
- "defence_level": "15",
- "lifepoints": "23",
- "magic_animation": "0",
- "melee_animation": "6254",
- "poison_amount": "15",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "23",
- "strength_level": "17",
- "weakness": "0"
- },
- {
- "id": "109",
- "name": "Pit Scorpion",
- "examine": "Tiny",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "3611,3612,3610",
- "death_animation": "6256",
- "defence_animation": "6255",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
- "melee_animation": "6254",
- "range_animation": "0",
- "range_level": "40",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
- },
- {
- "id": "110",
- "name": "Fire giant",
- "examine": "A very large elemental adversary.",
- "aggressive": "true",
- "attack_level": "65",
- "attack_speed": "5",
- "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "447,451,450",
- "death_animation": "4668",
- "defence_animation": "4664",
- "defence_level": "65",
- "lifepoints": "111",
- "magic_animation": "4666",
"magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "7",
+ "slayer_exp": "27",
+ "magic_animation": "0",
+ "death_animation": "4929",
+ "name": "Grizzly bear",
+ "defence_level": "15",
+ "safespot": null,
+ "lifepoints": "27",
+ "strength_level": "18",
+ "id": "105",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "17"
+ },
+ {
+ "examine": "Eek! A bear!",
+ "slayer_task": "6",
+ "melee_animation": "4925",
+ "range_animation": "0",
+ "combat_audio": "300,302,301",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "7",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "4929",
+ "name": "Black bear",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "16",
+ "id": "106",
+ "aggressive": "false",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "An extremely vicious scorpion.",
+ "melee_animation": "6254",
+ "combat_audio": "3611,3612,3610",
+ "respawn_delay": "60",
+ "defence_animation": "6255",
+ "slayer_exp": "17",
+ "death_animation": "6256",
+ "name": "Scorpion",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "17",
+ "strength_level": "1",
+ "id": "107",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It has a very vicious looking tail.",
+ "slayer_task": "71",
+ "melee_animation": "6254",
+ "range_animation": "0",
+ "combat_audio": "3611,3612,3610",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "respawn_delay": "25",
+ "defence_animation": "6255",
+ "weakness": "0",
+ "slayer_exp": "23",
+ "poison_amount": "3",
+ "magic_animation": "0",
+ "death_animation": "6256",
+ "name": "Poison Scorpion",
+ "defence_level": "15",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "17",
+ "id": "108",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,5,15,15,0,5,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "16"
+ },
+ {
+ "examine": "Tiny",
+ "slayer_task": "71",
+ "melee_animation": "6254",
+ "range_animation": "0",
+ "combat_audio": "3611,3612,3610",
+ "respawn_delay": "60",
+ "defence_animation": "6255",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "6256",
+ "name": "Pit Scorpion",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "1",
+ "id": "109",
+ "aggressive": "true",
+ "range_level": "40",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very large elemental adversary.",
+ "slayer_task": "33",
"melee_animation": "4666",
"range_animation": "4666",
- "range_level": "1",
+ "combat_audio": "447,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
"respawn_delay": "20",
- "safespot": null,
+ "defence_animation": "4664",
+ "weakness": "1",
"slayer_exp": "111",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Fire giant",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "111",
"strength_level": "65",
- "weakness": "1"
+ "id": "110",
+ "aggressive": "true",
+ "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
+ "range_level": "1",
+ "attack_level": "65"
},
{
- "id": "111",
- "name": "Ice giant",
"examine": "He's got icicles in his beard.",
- "aggressive": "true",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4673",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "70",
- "magic_animation": "0",
- "magic_level": "1",
+ "slayer_task": "47",
"melee_animation": "4672",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "448,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "9",
"slayer_exp": "70",
+ "magic_animation": "0",
+ "death_animation": "4673",
+ "name": "Ice giant",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "70",
"strength_level": "40",
- "weakness": "9"
+ "id": "111",
+ "aggressive": "true",
+ "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "112",
- "name": "Moss giant",
"examine": "His beard seems to have a life of its own.",
- "aggressive": "true",
- "attack_level": "30",
- "attack_speed": "6",
- "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
- "combat_audio": "449,451,450",
- "death_animation": "4668",
- "defence_animation": "4665",
- "defence_level": "30",
- "lifepoints": "60",
- "magic_animation": "4666",
- "magic_level": "1",
+ "slayer_task": "62",
"melee_animation": "4666",
"range_animation": "4666",
- "range_level": "1",
+ "combat_audio": "449,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "4665",
+ "weakness": "1",
"slayer_exp": "60",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Moss giant",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "60",
"strength_level": "30",
- "weakness": "1"
+ "id": "112",
+ "aggressive": "true",
+ "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "113",
- "name": "Jogre",
"examine": "An aggressive humanoid.",
- "aggressive": "true",
- "attack_level": "41",
- "attack_speed": "5",
- "clue_level": "1",
- "death_animation": "131",
- "defence_animation": "129",
- "defence_level": "41",
- "lifepoints": "50",
- "magic_animation": "128",
"melee_animation": "128",
"range_animation": "128",
- "range_level": "1",
+ "attack_speed": "5",
+ "defence_animation": "129",
+ "magic_animation": "128",
+ "death_animation": "131",
+ "name": "Jogre",
+ "defence_level": "41",
"safespot": null,
- "strength_level": "36",
- "weakness": "7"
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "113",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "41"
},
{
- "id": "114",
- "name": "Mogre",
"examine": "Big, ugly, and smelly.",
- "aggressive": "true",
- "attack_level": "27",
+ "melee_animation": "359",
+ "range_animation": "359",
"attack_speed": "6",
- "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "27",
- "lifepoints": "60",
- "magic_animation": "359",
"magic_level": "27",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "27",
"respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "27"
- },
- {
- "id": "115",
- "name": "Ogre",
- "examine": "A large dim looking humanoid.",
- "aggressive": "true",
- "attack_level": "43",
- "attack_speed": "6",
- "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0",
- "death_animation": "361",
"defence_animation": "360",
- "defence_level": "43",
- "lifepoints": "60",
"magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "25",
+ "death_animation": "361",
+ "name": "Mogre",
+ "defence_level": "27",
"safespot": null,
- "strength_level": "43"
+ "lifepoints": "60",
+ "strength_level": "27",
+ "id": "114",
+ "aggressive": "true",
+ "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0",
+ "range_level": "27",
+ "attack_level": "27"
},
{
- "id": "116",
- "name": "Cyclops",
- "examine": "Big, ugly, and smelly.",
+ "examine": "A large dim looking humanoid.",
+ "melee_animation": "359",
+ "range_animation": "359",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "25",
+ "defence_animation": "360",
+ "magic_animation": "359",
+ "death_animation": "361",
+ "name": "Ogre",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "43",
+ "id": "115",
"aggressive": "true",
- "attack_level": "65",
+ "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0",
+ "range_level": "1",
+ "attack_level": "43"
+ },
+ {
+ "examine": "Big, ugly, and smelly.",
+ "slayer_task": "44",
+ "melee_animation": "359",
+ "range_animation": "359",
"attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "25",
+ "defence_animation": "360",
+ "weakness": "8",
+ "slayer_exp": "75",
+ "magic_animation": "359",
+ "death_animation": "361",
+ "name": "Cyclops",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "65",
+ "id": "116",
+ "aggressive": "true",
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "35",
- "lifepoints": "75",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "65",
- "weakness": "8"
+ "attack_level": "65"
},
{
- "id": "117",
- "name": "Hill Giant",
"examine": "A very large foe.",
- "aggressive": "true",
- "attack_level": "18",
- "attack_speed": "6",
- "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "26",
- "lifepoints": "35",
- "magic_animation": "4652",
- "magic_level": "1",
+ "slayer_task": "44",
"melee_animation": "4652",
"range_animation": "4652",
- "range_level": "1",
+ "combat_audio": "448,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "4651",
+ "weakness": "6",
"slayer_exp": "35",
+ "magic_animation": "4652",
+ "death_animation": "4653",
+ "name": "Hill Giant",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "35",
"strength_level": "22",
- "weakness": "6"
+ "id": "117",
+ "aggressive": "true",
+ "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
+ "range_level": "1",
+ "attack_level": "18"
},
{
- "id": "118",
- "name": "Dwarf",
"examine": "A short angry guy.",
- "attack_level": "7",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
"attack_speed": "7",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "7",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "7",
- "weakness": "6"
- },
- {
- "id": "119",
- "name": "Chaos dwarf",
- "examine": "A dwarf gone bad.",
- "aggressive": "true",
- "attack_level": "38",
- "attack_speed": "4",
- "bonuses": "13,13,13,0,0,40,34,25,10,35,0,9,0,0,0",
- "combat_audio": "2567,419,418",
- "death_animation": "102",
"defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "99",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "150",
- "safespot": null,
- "slayer_exp": "61",
- "strength_level": "42",
- "weakness": "6"
- },
- {
- "id": "120",
- "name": "Dwarf",
- "examine": "A mountain dwelling short angry guy.",
- "attack_level": "15",
- "attack_speed": "6",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "16",
- "lifepoints": "26",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
+ "weakness": "6",
"slayer_exp": "16",
- "strength_level": "16",
- "weakness": "6"
- },
- {
- "id": "121",
+ "magic_animation": "0",
+ "death_animation": "102",
"name": "Dwarf",
- "attack_level": "1",
- "defence_level": "1",
+ "defence_level": "7",
+ "safespot": null,
"lifepoints": "10",
+ "strength_level": "7",
+ "id": "118",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
+ "attack_level": "7"
},
{
- "id": "122",
- "name": "Hobgoblin",
- "examine": "An ugly smelly creature.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "469,472,471",
- "death_animation": "167",
- "defence_animation": "165",
- "defence_level": "3",
- "lifepoints": "29",
- "magic_animation": "164",
- "melee_animation": "164",
- "range_animation": "164",
- "range_level": "20",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "123",
- "name": "Hobgoblin",
- "examine": "An ugly smelly creature.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "3520,472,471",
- "death_animation": "167",
- "defence_animation": "165",
- "defence_level": "1",
- "lifepoints": "29",
- "magic_animation": "164",
- "melee_animation": "164",
- "range_animation": "164",
- "range_level": "20",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "124",
- "name": "Earth warrior",
- "examine": "A strange, inhuman, elemental warrior.",
- "aggressive": "true",
- "attack_level": "42",
+ "examine": "A dwarf gone bad.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "combat_audio": "2567,419,418",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "54",
- "magic_animation": "0",
"magic_level": "1",
+ "respawn_delay": "150",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "61",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Chaos dwarf",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "42",
+ "id": "119",
+ "aggressive": "true",
+ "bonuses": "13,13,13,0,0,40,34,25,10,35,0,9,0,0,0",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "A mountain dwelling short angry guy.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "16",
+ "safespot": null,
+ "lifepoints": "26",
+ "strength_level": "16",
+ "id": "120",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "slayer_exp": "16",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "121",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly smelly creature.",
+ "melee_animation": "164",
+ "range_animation": "164",
+ "combat_audio": "469,472,471",
+ "attack_speed": "6",
+ "defence_animation": "165",
+ "magic_animation": "164",
+ "death_animation": "167",
+ "name": "Hobgoblin",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "10",
+ "id": "122",
+ "aggressive": "true",
+ "range_level": "20",
+ "attack_level": "20"
+ },
+ {
+ "examine": "An ugly smelly creature.",
+ "melee_animation": "164",
+ "range_animation": "164",
+ "combat_audio": "3520,472,471",
+ "attack_speed": "6",
+ "defence_animation": "165",
+ "magic_animation": "164",
+ "death_animation": "167",
+ "name": "Hobgoblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "10",
+ "id": "123",
+ "aggressive": "true",
+ "range_level": "20",
+ "attack_level": "20"
+ },
+ {
+ "examine": "A strange, inhuman, elemental warrior.",
+ "slayer_task": "30",
"melee_animation": "393",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "7",
"slayer_exp": "54",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Earth warrior",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "54",
"strength_level": "42",
- "weakness": "7"
+ "id": "124",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "42"
},
{
- "id": "125",
- "name": "Ice warrior",
"examine": "A cold-hearted elemental warrior.",
- "aggressive": "true",
- "attack_level": "47",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "2500,530,529",
- "death_animation": "843",
- "defence_animation": "404",
- "defence_level": "47",
- "lifepoints": "59",
- "magic_animation": "451",
+ "slayer_task": "48",
"melee_animation": "451",
"range_animation": "451",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "59",
- "strength_level": "47",
- "weakness": "9"
- },
- {
- "id": "126",
- "name": "Otherworldly being",
- "examine": "Looks pretty otherworldly to me!",
- "attack_level": "1",
- "attack_speed": "5",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "64",
- "magic_animation": "0",
- "magic_level": "45",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "127",
- "name": "Magic axe",
- "examine": "A magic axe with a mind of its own.",
- "aggressive": "true",
- "attack_level": "38",
+ "combat_audio": "2500,530,529",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,5,15,5,10,0,0,0,0,0",
- "combat_audio": "2498,12,1976",
- "death_animation": "188",
+ "respawn_delay": "30",
+ "defence_animation": "404",
+ "weakness": "9",
+ "slayer_exp": "59",
+ "magic_animation": "451",
+ "death_animation": "843",
+ "name": "Ice warrior",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "59",
+ "strength_level": "47",
+ "id": "125",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "47"
+ },
+ {
+ "examine": "Looks pretty otherworldly to me!",
+ "slayer_task": "65",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "45",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "29",
- "lifepoints": "44",
+ "weakness": "5",
"magic_animation": "0",
+ "name": "Otherworldly being",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "1",
+ "id": "126",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A magic axe with a mind of its own.",
"melee_animation": "185",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "2498,12,1976",
+ "attack_speed": "4",
"respawn_delay": "30",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "188",
+ "name": "Magic axe",
+ "defence_level": "29",
"safespot": null,
+ "lifepoints": "44",
"strength_level": "38",
- "weakness": "6"
+ "id": "127",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,10,5,15,5,10,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "38"
},
{
- "id": "128",
- "name": "Snake",
"examine": "A slithering serpent.",
- "aggressive": "true",
- "attack_level": "4",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "3609,3608,3610",
- "death_animation": "278",
- "defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "6",
- "magic_animation": "0",
- "magic_level": "1",
"melee_animation": "275",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "3609,3608,3610",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
- "strength_level": "5",
- "weakness": "8"
- },
- {
- "id": "129",
- "name": "Skavid"
- },
- {
- "id": "130",
- "name": "Yeti",
- "examine": "Stinky! Poor guy."
- },
- {
- "id": "131",
- "name": "Penguin",
- "examine": "An inhabitant of icy regions.",
- "attack_level": "6",
- "death_animation": "5671",
"defence_animation": "0",
- "defence_level": "6",
- "lifepoints": "8",
+ "weakness": "8",
"magic_animation": "0",
+ "death_animation": "278",
+ "name": "Snake",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "6",
+ "strength_level": "5",
+ "id": "128",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "4"
+ },
+ {
+ "examine": "An inhabitant of icy regions.",
+ "slayer_task": "7",
"melee_animation": "5669",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5671",
+ "name": "Penguin",
+ "defence_level": "6",
"safespot": null,
+ "lifepoints": "8",
"strength_level": "6",
- "weakness": "9"
+ "id": "131",
+ "range_level": "1",
+ "attack_level": "6"
},
{
- "id": "132",
- "name": "Monkey",
"examine": "Perhaps our oldest relatives?",
- "aggressive": "false",
- "attack_level": "2",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "629,631,630",
- "death_animation": "223",
- "defence_animation": "0",
- "defence_level": "2",
- "lifepoints": "6",
- "magic_animation": "0",
- "magic_level": "1",
+ "slayer_task": "61",
"melee_animation": "220",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "629,631,630",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "37",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "223",
+ "name": "Monkey",
+ "defence_level": "2",
"safespot": null,
+ "lifepoints": "6",
"strength_level": "3",
- "weakness": "8"
+ "id": "132",
+ "aggressive": "false",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "2"
},
{
- "id": "133",
- "name": "Black unicorn",
"examine": "A unicorn with a blackened heart.",
- "aggressive": "false",
- "attack_level": "21",
- "attack_speed": "4",
- "combat_audio": "369,371,370",
- "death_animation": "6377",
- "defence_animation": "6375",
- "defence_level": "23",
- "lifepoints": "29",
- "magic_animation": "6376",
- "magic_level": "1",
"melee_animation": "6376",
"range_animation": "6376",
- "range_level": "1",
+ "combat_audio": "369,371,370",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "90",
+ "defence_animation": "6375",
+ "weakness": "3",
+ "magic_animation": "6376",
+ "death_animation": "6377",
+ "name": "Black unicorn",
+ "defence_level": "23",
"safespot": null,
+ "lifepoints": "29",
"strength_level": "23",
- "weakness": "3"
+ "id": "133",
+ "aggressive": "false",
+ "range_level": "1",
+ "attack_level": "21"
},
{
- "id": "134",
- "name": "Poison spider",
"examine": "A nasty, poisonous arachnid.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "4",
+ "slayer_task": "76",
+ "melee_animation": "5327",
+ "range_animation": "0",
"combat_audio": "537,539,538",
- "death_animation": "5329",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "respawn_delay": "30",
"defence_animation": "5328",
+ "weakness": "2",
+ "poison_amount": "6",
+ "magic_animation": "0",
+ "death_animation": "5329",
+ "name": "Poison spider",
+ "safespot": null,
"defence_level": "52",
"lifepoints": "64",
- "magic_animation": "0",
- "melee_animation": "5327",
- "poison_amount": "30",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
"strength_level": "65",
- "weakness": "2"
+ "id": "134",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "50"
},
{
- "id": "135",
- "name": "Mammoth"
- },
- {
- "id": "136",
- "name": "Mounted terrorchick gnome"
- },
- {
- "id": "137",
- "name": "Terrorchick gnome",
"examine": "Aaw",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Terrorchick gnome",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "137",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "138",
- "name": "Terrorbird",
"examine": "A giant raptor.",
- "aggressive": "false",
- "attack_level": "23",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "832,834,833",
- "death_animation": "1013",
- "defence_animation": "1012",
- "defence_level": "19",
- "lifepoints": "34",
- "magic_animation": "0",
- "magic_level": "1",
+ "slayer_task": "7",
"melee_animation": "1010",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "strength_level": "23",
- "weakness": "6"
- },
- {
- "id": "139",
- "name": "Terrorbird",
- "examine": "A giant raptor.",
- "aggressive": "false",
- "attack_level": "23",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"combat_audio": "832,834,833",
- "death_animation": "1013",
- "defence_animation": "1012",
- "defence_level": "19",
- "lifepoints": "34",
- "magic_animation": "0",
+ "attack_speed": "4",
"magic_level": "1",
- "melee_animation": "1010",
- "range_level": "1",
"respawn_delay": "30",
+ "defence_animation": "1012",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "1013",
+ "name": "Terrorbird",
+ "defence_level": "19",
"safespot": null,
- "strength_level": "23"
+ "lifepoints": "34",
+ "strength_level": "23",
+ "id": "138",
+ "aggressive": "false",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "23"
},
{
- "id": "140",
- "name": "Souless",
- "examine": "A servant to Iban.",
- "aggressive": "true",
- "attack_level": "33",
- "death_animation": "340",
- "defence_animation": "0",
- "defence_level": "33",
- "lifepoints": "47",
+ "examine": "A giant raptor.",
+ "melee_animation": "1010",
+ "combat_audio": "832,834,833",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "1012",
"magic_animation": "0",
+ "death_animation": "1013",
+ "name": "Terrorbird",
+ "defence_level": "19",
+ "safespot": null,
+ "lifepoints": "34",
+ "strength_level": "23",
+ "id": "139",
+ "aggressive": "false",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A servant to Iban.",
"melee_animation": "338",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "340",
+ "name": "Souless",
+ "defence_level": "33",
"safespot": null,
+ "lifepoints": "47",
"strength_level": "33",
- "weakness": "7"
+ "id": "140",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "33"
},
{
- "id": "141",
- "name": "Big Wolf",
"examine": "Must be the pack leader.",
- "aggressive": "true",
- "attack_level": "31",
- "death_animation": "6558",
- "defence_animation": "0",
- "defence_level": "31",
- "lifepoints": "44",
- "magic_animation": "0",
+ "slayer_task": "92",
"melee_animation": "6559",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "7",
"slayer_exp": "74",
+ "magic_animation": "0",
+ "death_animation": "6558",
+ "name": "Big Wolf",
+ "defence_level": "31",
+ "safespot": null,
+ "lifepoints": "44",
"strength_level": "31",
- "weakness": "7"
+ "id": "141",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "31"
},
{
- "id": "142",
- "name": "Wolf",
- "attack_level": "1",
- "combat_audio": "481,491,490",
+ "slayer_exp": "34",
"death_animation": "6558",
+ "name": "Wolf",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "69",
"melee_animation": "6559",
+ "combat_audio": "481,491,490",
+ "strength_level": "1",
+ "id": "142",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "34",
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "143",
- "name": "Jungle Wolf",
"examine": "A rare jungle wolf - specific to the Kharazi jungle.",
- "aggressive": "true",
- "attack_level": "63",
- "death_animation": "6558",
- "defence_animation": "0",
- "defence_level": "63",
- "lifepoints": "90",
- "magic_animation": "0",
+ "slayer_task": "92",
"melee_animation": "6559",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "7",
"slayer_exp": "69",
+ "magic_animation": "0",
+ "death_animation": "6558",
+ "name": "Jungle Wolf",
+ "defence_level": "63",
+ "safespot": null,
+ "lifepoints": "90",
"strength_level": "63",
- "weakness": "7"
+ "id": "143",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "63"
},
{
- "id": "144",
- "name": "King Scorpion",
"examine": "Wow! Scorpions shouldn't grow that big.",
- "aggressive": "true",
- "attack_level": "21",
- "attack_speed": "5",
- "combat_audio": "3611,3612,3610",
- "death_animation": "6256",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
+ "slayer_task": "71",
"melee_animation": "6254",
"range_animation": "0",
- "range_level": "28",
+ "combat_audio": "3611,3612,3610",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "2",
"slayer_exp": "17",
+ "magic_animation": "0",
+ "death_animation": "6256",
+ "name": "King Scorpion",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
"strength_level": "21",
- "weakness": "2"
+ "id": "144",
+ "aggressive": "true",
+ "range_level": "28",
+ "attack_level": "21"
},
{
- "id": "145",
- "name": "Ice warrior",
"examine": "A cold-hearted elemental warrior.",
- "aggressive": "true",
- "attack_level": "47",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "2500,530,529",
- "death_animation": "843",
- "defence_animation": "404",
- "defence_level": "47",
- "lifepoints": "59",
- "magic_animation": "451",
+ "slayer_task": "48",
"melee_animation": "451",
"range_animation": "451",
- "range_level": "1",
+ "combat_audio": "2500,530,529",
+ "attack_speed": "4",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "404",
+ "weakness": "9",
"slayer_exp": "59",
- "strength_level": "47",
- "weakness": "9"
- },
- {
- "id": "146",
- "name": "Gull",
- "examine": "A sea bird.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "147",
- "name": "Cormorant",
- "examine": "A sea bird.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "148",
- "name": "Pelican",
- "examine": "A sea bird.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "149",
- "name": "Gull"
- },
- {
- "id": "150",
- "name": "Gull"
- },
- {
- "id": "151",
- "name": "Fly trap"
- },
- {
- "id": "152",
- "name": "Butterfly"
- },
- {
- "id": "153",
- "name": "Butterfly",
- "examine": "These look much better in the wild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "154",
- "name": "Butterfly",
- "examine": "I love butterflies.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "155",
- "name": "Butterfly"
- },
- {
- "id": "156",
- "name": "Butterfly"
- },
- {
- "id": "157",
- "name": "Butterfly"
- },
- {
- "id": "158",
- "name": "Shadow warrior",
- "examine": "A fighter from the supernatural world. He's a shadow of his former self.",
- "aggressive": "true",
- "attack_level": "47",
- "attack_speed": "5",
+ "magic_animation": "451",
"death_animation": "843",
- "defence_animation": "0",
+ "name": "Ice warrior",
"defence_level": "47",
- "lifepoints": "67",
+ "safespot": null,
+ "lifepoints": "59",
+ "strength_level": "47",
+ "id": "145",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "47"
+ },
+ {
+ "examine": "A sea bird.",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gull",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "146",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A sea bird.",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cormorant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "147",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A sea bird.",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pelican",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "148",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "These look much better in the wild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Butterfly",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "153",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I love butterflies.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Butterfly",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "154",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A fighter from the supernatural world. He's a shadow of his former self.",
+ "slayer_task": "74",
"melee_animation": "394",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "6"
- },
- {
- "id": "159",
- "name": "Gnome child",
- "examine": "Small, even by gnome standards.",
- "attack_level": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "2",
- "magic_animation": "0",
- "melee_animation": "191",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "160",
- "name": "Gnome child",
- "examine": "Small, even by gnome standards.",
- "attack_level": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "2",
- "magic_animation": "0",
- "melee_animation": "191",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "161",
- "name": "Gnome child",
- "examine": "Small, even by gnome standards.",
- "attack_level": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "2",
- "magic_animation": "0",
- "melee_animation": "191",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "162",
- "name": "Gnome trainer",
- "examine": "He can advise on training.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "6",
"magic_animation": "0",
+ "death_animation": "843",
+ "name": "Shadow warrior",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "47",
+ "id": "158",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "47"
+ },
+ {
+ "examine": "Small",
+ "melee_animation": "191",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "196",
+ "name": "Gnome child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "159",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Seems to crawl the caves.",
+ "melee_animation": "266",
+ "range_animation": "266",
+ "attack_speed": "5",
+ "defence_animation": "267",
+ "weakness": "9",
+ "magic_animation": "266",
+ "death_animation": "265",
+ "name": "Gnome child",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "21",
+ "strength_level": "23",
+ "id": "160",
+ "bonuses": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "Small",
+ "melee_animation": "191",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "196",
+ "name": "Gnome child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "161",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He can advise on training.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome trainer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "162",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "163",
- "name": "Gnome guard",
"examine": "A tree gnome guard.",
- "attack_level": "38",
- "death_animation": "1224",
- "defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "54",
- "magic_animation": "0",
"melee_animation": "1218",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "1224",
+ "name": "Gnome guard",
+ "defence_level": "38",
"safespot": null,
+ "lifepoints": "54",
"strength_level": "38",
- "weakness": "9"
+ "id": "163",
+ "range_level": "1",
+ "attack_level": "38"
},
{
- "id": "164",
- "name": "Gnome guard",
"examine": "A tree gnome guard.",
- "attack_level": "38",
- "death_animation": "196",
- "defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "54",
- "magic_animation": "0",
"melee_animation": "192",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "196",
+ "name": "Gnome guard",
+ "defence_level": "38",
"safespot": null,
+ "lifepoints": "54",
"strength_level": "38",
- "weakness": "9"
- },
- {
- "id": "165",
- "name": "Gnome shop keeper"
- },
- {
- "id": "166",
- "name": "Gnome banker",
- "examine": "Banks gnomish things."
- },
- {
- "id": "167",
- "name": "Gnome baller"
+ "id": "164",
+ "range_level": "1",
+ "attack_level": "38"
},
{
+ "examine": "A female gnome.",
+ "combat_style": "1",
+ "melee_animation": "191",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "196",
+ "name": "Gnome woman",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
"id": "168",
- "name": "Gnome woman",
- "examine": "A female gnome.",
- "attack_level": "30",
- "combat_style": "1",
- "death_animation": "196",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "191",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "7"
+ "attack_level": "30"
},
{
+ "examine": "A female gnome.",
+ "combat_style": "1",
+ "melee_animation": "191",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "196",
+ "name": "Gnome woman",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
"id": "169",
- "name": "Gnome woman",
- "examine": "A female gnome.",
- "attack_level": "30",
- "combat_style": "1",
- "death_animation": "196",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "191",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "7"
+ "attack_level": "30"
},
{
- "id": "170",
+ "examine": "One of Gielinor's many citizens",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
"name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
"defence_level": "3",
+ "safespot": null,
"lifepoints": "4",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "3",
- "weakness": "9"
+ "id": "170",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
},
{
- "id": "171",
- "name": "Brimstail"
- },
- {
- "id": "172",
- "name": "Dark wizard",
"examine": "He works evil magic.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "511,513,512",
"combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "27",
- "lifepoints": "24",
- "magic_animation": "711",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
"magic_level": "27",
- "melee_animation": "422",
- "prj_height": "3",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "173",
- "name": "Invrigar the Necromancer",
- "examine": "An evil user of Magic powers",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "magic_level": "30",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "174",
- "name": "Dark wizard",
- "examine": "He works evil magic.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "24",
- "lifepoints": "12",
+ "weakness": "4",
"magic_animation": "711",
- "magic_level": "24",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
+ "death_animation": "836",
+ "name": "Dark wizard",
+ "defence_level": "27",
"safespot": null,
+ "lifepoints": "24",
"strength_level": "1",
- "weakness": "4"
+ "id": "172",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1",
+ "prj_height": "3"
},
{
- "id": "175",
- "name": "Mugger",
- "examine": "He jumps out and attacks people.",
- "agg_radius": "2",
- "aggressive": "true",
- "attack_level": "11",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "11",
- "lifepoints": "15",
- "magic_animation": "0",
+ "examine": "An evil user of Magic powers",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
+ "magic_level": "30",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Invrigar the Necromancer",
+ "defence_level": "30",
"safespot": null,
- "strength_level": "11",
- "weakness": "9"
+ "lifepoints": "42",
+ "strength_level": "1",
+ "id": "173",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "176",
- "name": "Witch",
- "examine": "The hat's a dead give away.",
- "attack_level": "1",
- "death_animation": "836",
+ "examine": "He works evil magic.",
+ "combat_style": "2",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "magic_level": "24",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
+ "weakness": "4",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Dark wizard",
+ "defence_level": "24",
+ "safespot": null,
+ "lifepoints": "12",
+ "strength_level": "1",
+ "id": "174",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "2",
+ "examine": "He jumps out and attacks people.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
"magic_animation": "0",
- "magic_level": "22",
+ "death_animation": "836",
+ "name": "Mugger",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "11",
+ "id": "175",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "The hat's a dead give away.",
"melee_animation": "423",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "177",
- "name": "Witch"
- },
- {
- "id": "178",
- "name": "Black Knight",
- "examine": "A dark-hearted knight.",
- "aggressive": "true",
- "attack_level": "25",
- "attack_speed": "5",
- "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0",
- "combat_audio": "2503,15,512",
- "death_animation": "836",
- "defence_animation": "388",
- "defence_level": "25",
- "lifepoints": "42",
+ "magic_level": "22",
+ "defence_animation": "0",
+ "weakness": "4",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Witch",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "1",
+ "id": "176",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dark-hearted knight.",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "25",
- "weakness": "7"
- },
- {
- "id": "179",
- "name": "Black Knight",
- "examine": "A dark-hearted knight.",
- "aggressive": "true",
- "attack_level": "25",
- "attack_speed": "5",
- "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0",
"combat_audio": "2503,15,512",
- "death_animation": "836",
- "defence_animation": "388",
- "defence_level": "25",
- "lifepoints": "42",
- "melee_animation": "390",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Black Knight",
+ "defence_level": "25",
"safespot": null,
- "strength_level": "25"
+ "lifepoints": "42",
+ "strength_level": "25",
+ "id": "178",
+ "aggressive": "true",
+ "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "180",
- "name": "Highwayman",
- "examine": "He holds up passers by.",
- "aggressive": "true",
- "attack_level": "8",
+ "examine": "A dark-hearted knight.",
+ "melee_animation": "390",
+ "combat_audio": "2503,15,512",
"attack_speed": "5",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "8",
- "lifepoints": "13",
- "magic_animation": "799",
+ "respawn_delay": "25",
+ "defence_animation": "388",
+ "death_animation": "836",
+ "name": "Black Knight",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "25",
+ "id": "179",
+ "aggressive": "true",
+ "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "He holds up passers by.",
"melee_animation": "799",
"range_animation": "799",
- "range_level": "1",
- "safespot": null,
- "strength_level": "8",
- "weakness": "7"
- },
- {
- "id": "181",
- "name": "Chaos druid",
- "examine": "A crazy, evil druid.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "12",
- "end_gfx": "107",
- "lifepoints": "20",
- "magic_animation": "422",
- "magic_level": "10",
- "melee_animation": "422",
- "projectile": "106",
- "range_animation": "422",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "0",
- "start_gfx": "105",
- "strength_level": "8",
- "weakness": "3"
- },
- {
- "id": "182",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "183",
- "name": "Pirate",
- "examine": "This one's had too much to drink!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "184",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "23",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "185",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "186",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
- "aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
- "bonuses": "5,5,5,0,0,2,3,3,0,0,0,5,0,0,0",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5",
- "weakness": "9"
- },
- {
- "id": "187",
- "name": "Rogue",
- "examine": "Rogueish.",
- "aggressive": "false",
- "attack_level": "7",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "7",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "386",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "7",
- "weakness": "9"
- },
- {
- "id": "188",
- "name": "Monk of Zamorak",
- "examine": "An evil human cleric.",
- "aggressive": "true",
- "attack_level": "18",
- "attack_speed": "4",
"combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "22",
- "end_gfx": "101",
- "lifepoints": "20",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "422",
- "projectile": "100",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "18",
- "weakness": "5"
- },
- {
- "id": "189",
- "name": "Monk of Zamorak",
- "examine": "An evil human cleric.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "12",
- "end_gfx": "101",
- "lifepoints": "10",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "422",
- "projectile": "100",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "8",
- "weakness": "5"
- },
- {
- "id": "190",
- "name": "Monk of Zamorak",
- "examine": "An evil human cleric.",
- "aggressive": "true",
- "attack_level": "38",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "42",
- "end_gfx": "101",
- "lifepoints": "40",
- "magic_animation": "711",
- "magic_level": "40",
- "melee_animation": "422",
- "projectile": "100",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "38",
- "weakness": "5"
- },
- {
- "id": "191",
- "name": "Tribesman",
- "examine": "A primitive warrior.",
- "aggressive": "true",
- "attack_level": "23",
- "attack_speed": "4",
- "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0",
- "clue_level": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "39",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "428",
- "poison_amount": "55",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "27",
- "weakness": "8"
- },
- {
- "id": "192",
- "name": "Dark warrior",
- "examine": "A warrior of Darkness.",
- "attack_level": "10",
"attack_speed": "5",
- "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,1,1",
- "death_animation": "9055",
- "defence_animation": "388",
- "defence_level": "10",
- "lifepoints": "10",
- "melee_animation": "451",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "10",
- "weakness": "8"
- },
- {
- "id": "193",
- "name": "Chaos druid warrior",
- "examine": "A crazy evil druid.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "836",
"defence_animation": "404",
- "defence_level": "12",
- "end_gfx": "107",
- "lifepoints": "20",
- "magic_animation": "422",
- "magic_level": "10",
- "melee_animation": "422",
- "projectile": "106",
- "range_animation": "422",
- "range_level": "1",
- "respawn_delay": "25",
+ "weakness": "7",
+ "magic_animation": "799",
+ "death_animation": "9055",
+ "name": "Highwayman",
+ "defence_level": "8",
"safespot": null,
- "start_gfx": "105",
+ "lifepoints": "13",
"strength_level": "8",
- "weakness": "3"
- },
- {
- "id": "194",
- "name": "Necromancer",
- "examine": "A crazy evil necromancer.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
- "magic_level": "28",
- "melee_animation": "422",
- "range_animation": "0",
+ "id": "180",
+ "aggressive": "true",
"range_level": "1",
+ "attack_level": "8"
+ },
+ {
+ "examine": "A crazy, evil druid.",
+ "start_gfx": "105",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "attack_speed": "4",
+ "magic_level": "10",
+ "end_gfx": "107",
+ "respawn_delay": "25",
+ "defence_animation": "404",
+ "weakness": "3",
+ "slayer_exp": "0",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Chaos druid",
+ "defence_level": "12",
"safespot": null,
- "strength_level": "1",
- "weakness": "5"
+ "lifepoints": "20",
+ "strength_level": "8",
+ "id": "181",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "106",
+ "attack_level": "8"
},
{
- "id": "195",
- "name": "Bandit"
- },
- {
- "id": "196",
- "name": "Guard Bandit",
- "examine": "Bandit Camp guard.",
- "attack_level": "1",
+ "melee_animation": "422",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
"death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
- "magic_animation": "0",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "182",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "422",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "183",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "422",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "184",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "185",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Low on brains, high on aggression.",
"melee_animation": "386",
"range_animation": "0",
- "range_level": "20",
- "safespot": null,
- "strength_level": "1",
- "weakness": "1"
- },
- {
- "id": "197",
- "name": "Barbarian guard"
- },
- {
- "id": "198",
- "name": "Guildmaster",
- "examine": "Master of the Champions' Guild.",
- "attack_level": "1",
- "death_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
+ "id": "186",
+ "aggressive": "true",
+ "clue_level": "0",
+ "bonuses": "5,5,5,0,0,2,3,3,0,0,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "7"
+ },
+ {
+ "examine": "An evil human cleric.",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "combat_audio": "511,513,512",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "end_gfx": "101",
+ "respawn_delay": "60",
+ "defence_animation": "404",
+ "weakness": "5",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Monk of Zamorak",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "18",
+ "id": "188",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "100",
+ "attack_level": "18"
+ },
+ {
+ "examine": "An evil human cleric.",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "combat_audio": "511,513,512",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "end_gfx": "101",
+ "respawn_delay": "60",
+ "defence_animation": "404",
+ "weakness": "5",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Monk of Zamorak",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "8",
+ "id": "189",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "100",
+ "attack_level": "8"
+ },
+ {
+ "examine": "An evil human cleric.",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "combat_audio": "511,513,512",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "40",
+ "end_gfx": "101",
+ "respawn_delay": "60",
+ "defence_animation": "404",
+ "weakness": "5",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Monk of Zamorak",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "38",
+ "id": "190",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "100",
+ "attack_level": "38"
+ },
+ {
+ "examine": "A primitive warrior.",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "8",
+ "poison_amount": "11",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Tribesman",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "39",
+ "strength_level": "27",
+ "id": "191",
+ "aggressive": "true",
+ "clue_level": "1",
+ "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A warrior of Darkness.",
+ "melee_animation": "451",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "weakness": "8",
+ "death_animation": "9055",
+ "name": "Dark warrior",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "10",
+ "id": "192",
+ "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,1,1",
+ "range_level": "1",
+ "attack_level": "10"
+ },
+ {
+ "examine": "A crazy evil druid.",
+ "start_gfx": "105",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "attack_speed": "4",
+ "magic_level": "10",
+ "respawn_delay": "25",
+ "end_gfx": "107",
+ "defence_animation": "404",
+ "weakness": "3",
+ "magic_animation": "422",
+ "death_animation": "836",
+ "name": "Chaos druid warrior",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "8",
+ "id": "193",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "106",
+ "attack_level": "8"
+ },
+ {
+ "examine": "A crazy evil necromancer.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "magic_level": "28",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Necromancer",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "194",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Bandit Camp guard.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard Bandit",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "1",
+ "id": "196",
+ "range_level": "20",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Master of the Champions' Guild.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guildmaster",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "198",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "199",
- "name": "Gunthor the Brave",
"examine": "A mighty warrior!",
- "attack_level": "29",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "29",
- "lifepoints": "41",
- "magic_animation": "0",
"melee_animation": "395",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Gunthor the Brave",
+ "defence_level": "29",
"safespot": null,
+ "lifepoints": "41",
"strength_level": "29",
- "weakness": "8"
+ "id": "199",
+ "range_level": "1",
+ "attack_level": "29"
},
{
- "id": "200",
- "name": "Lord Daquarius"
- },
- {
- "id": "201",
- "name": "Jailer",
"examine": "Guards prisoners for the black knights.",
- "aggressive": "false",
- "attack_level": "40",
+ "melee_animation": "422",
+ "range_animation": "0",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,79,63,47,0,0,0,0,0,0,0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "47",
- "magic_animation": "0",
"magic_level": "1",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Jailer",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "47",
"strength_level": "40",
- "weakness": "8"
+ "id": "201",
+ "aggressive": "false",
+ "bonuses": "0,0,0,0,0,79,63,47,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "202",
- "name": "Black Heather",
"examine": "Has a fearsome scowl.",
- "attack_level": "28",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Black Heather",
+ "defence_level": "28",
+ "lifepoints": "40",
"strength_level": "28",
- "weakness": "8"
+ "id": "202",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A rocky slug.",
+ "slayer_task": "69",
+ "melee_animation": "1595",
+ "range_animation": "1595",
+ "combat_audio": "729,731,730",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "defence_animation": "1596",
+ "weakness": "7",
+ "magic_animation": "1595",
+ "death_animation": "1597",
+ "name": "Rockslug",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "30",
+ "id": "1631",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "24"
+ },
+ {
+ "examine": "A rocky slug.",
+ "slayer_task": "69",
+ "melee_animation": "1595",
+ "range_animation": "1595",
+ "combat_audio": "729,731,730",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "defence_animation": "1596",
+ "weakness": "7",
+ "magic_animation": "1595",
+ "death_animation": "1597",
+ "name": "Rockslug",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "30",
+ "id": "1632",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "24"
},
{
- "id": "203",
- "name": "Donny the Lad",
"examine": "Has a fearsome posture.",
- "attack_level": "28",
- "attack_speed": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Donny the Lad",
+ "defence_level": "28",
"safespot": null,
+ "lifepoints": "40",
"strength_level": "28",
- "weakness": "9"
+ "id": "203",
+ "range_level": "1",
+ "attack_level": "28"
},
{
- "id": "204",
- "name": "Speedy Keith",
"examine": "Nice hair.",
- "attack_level": "28",
- "attack_speed": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Speedy Keith",
+ "defence_level": "28",
"safespot": null,
+ "lifepoints": "40",
"strength_level": "28",
- "weakness": "7"
+ "id": "204",
+ "range_level": "1",
+ "attack_level": "28"
},
{
- "id": "205",
- "name": "Salarin the Twisted",
"examine": "A crazy evil druid.",
- "aggressive": "true",
- "attack_level": "58",
- "bonuses": "45,50,43,55,39,31,19,28,33,22,22,15,13,9,8",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "62",
- "lifepoints": "70",
- "magic_animation": "0",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Salarin the Twisted",
+ "defence_level": "62",
"safespot": null,
- "strength_level": "58"
+ "lifepoints": "70",
+ "strength_level": "58",
+ "id": "205",
+ "aggressive": "true",
+ "bonuses": "45,50,43,55,39,31,19,28,33,22,22,15,13,9,8",
+ "range_level": "1",
+ "attack_level": "58"
},
{
- "id": "206",
- "name": "Guard",
"examine": "A dwarven guard.",
- "aggressive": "false",
- "attack_level": "12",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "12",
- "lifepoints": "17",
- "magic_animation": "0",
+ "slayer_task": "29",
"melee_animation": "99",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Guard",
+ "defence_level": "12",
"safespot": null,
+ "lifepoints": "17",
"strength_level": "12",
- "weakness": "6"
+ "id": "206",
+ "aggressive": "false",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "12"
},
{
- "id": "207",
- "name": "Lollk"
- },
- {
- "id": "208",
- "name": "Captain Lawgof",
"examine": "The head honcho around here.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Lawgof",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "208",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "209",
- "name": "Nulodion"
- },
- {
- "id": "210",
- "name": "Grail Maiden",
"examine": "She looks serene.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Grail Maiden",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "210",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "211",
- "name": "Sir Percival"
- },
- {
- "id": "212",
- "name": "King Percival",
"examine": "A former Knight of the Round Table.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "King Percival",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "212",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "213",
- "name": "Merlin"
- },
- {
- "id": "214",
- "name": "Peasant",
"examine": "He looks unhappy...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Peasant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "214",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "215",
- "name": "Peasant"
- },
- {
- "id": "216",
- "name": "High Priest",
"examine": "High Priest of Entrana.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "High Priest",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "216",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "217",
- "name": "Crone"
- },
- {
- "id": "218",
- "name": "Galahad"
- },
- {
- "id": "219",
- "name": "Fisherman",
"examine": "It's a fisherman.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fisherman",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "219",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "220",
- "name": "The Fisher King",
"examine": "He doesn't look very well...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "The Fisher King",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "220",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "221",
- "name": "Black Knight Titan",
"examine": "He looks mean and powerful.",
- "aggressive": "true",
- "attack_level": "91",
- "attack_speed": "7",
- "bonuses": "27,27,27,0,0,18,27,18,1000,1000,0,0,0,0,0",
- "death_animation": "131",
- "defence_animation": "0",
- "defence_level": "91",
- "lifepoints": "142",
- "magic_animation": "0",
- "magic_level": "1",
"melee_animation": "128",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "7",
+ "magic_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "131",
+ "name": "Black Knight Titan",
+ "defence_level": "91",
"safespot": null,
+ "lifepoints": "142",
"strength_level": "100",
- "weakness": "10"
+ "id": "221",
+ "aggressive": "true",
+ "bonuses": "27,27,27,0,0,18,27,18,1000,1000,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "91"
},
{
- "id": "222",
- "name": "Monk",
"examine": "A holy man.",
- "attack_level": "7",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "magic_level": "10",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "magic_level": "10",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Monk",
+ "defence_level": "10",
"safespot": null,
+ "lifepoints": "14",
"strength_level": "7",
- "weakness": "5"
+ "id": "222",
+ "range_level": "1",
+ "attack_level": "7"
},
{
- "id": "223",
- "name": "Brother Kojo",
"examine": "A peaceful monk.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brother Kojo",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "223",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "224",
- "name": "Dungeon rat",
"examine": "A dirty rat.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "11",
- "magic_animation": "0",
+ "slayer_task": "67",
"melee_animation": "4933",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Dungeon rat",
+ "defence_level": "8",
"safespot": null,
+ "lifepoints": "11",
"strength_level": "8",
- "weakness": "9"
- },
- {
- "id": "225",
- "name": "Bonzo"
- },
- {
- "id": "226",
- "name": "Morris"
- },
- {
- "id": "228",
- "name": "Big Dave"
- },
- {
- "id": "229",
- "name": "Joshua"
- },
- {
- "id": "230",
- "name": "Grandpa Jack",
- "examine": "He looks elderly.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "231",
- "name": "Forester",
- "examine": "He likes to cut down trees.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "232",
- "name": "Austri"
- },
- {
- "id": "233",
- "name": "Fishing spot",
- "examine": "I can fish here.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "234",
- "name": "Fishing spot"
- },
- {
- "id": "235",
- "name": "Fishing spot"
- },
- {
- "id": "236",
- "name": "Fishing spot"
- },
- {
- "id": "237",
- "name": "Renegade Knight",
- "examine": "He isn't very friendly.",
+ "id": "224",
"aggressive": "true",
- "attack_level": "15",
- "death_animation": "6490",
+ "range_level": "1",
+ "attack_level": "8"
+ },
+ {
+ "examine": "He looks elderly.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "15",
- "lifepoints": "42",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Grandpa Jack",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "230",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He likes to cut down trees.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Forester",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "231",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I can fish here.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fishing spot",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "233",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He isn't very friendly.",
"melee_animation": "6489",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6490",
+ "name": "Renegade Knight",
+ "defence_level": "15",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "15",
- "weakness": "7"
+ "id": "237",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "15"
},
{
- "id": "238",
- "name": "Thrantax the Mighty",
"examine": "A terrifying spirit.",
- "attack_level": "50",
- "death_animation": "5542",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "142",
- "magic_animation": "0",
"melee_animation": "5540",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "50",
- "weakness": "7"
- },
- {
- "id": "239",
- "name": "Sir Lancelot"
- },
- {
- "id": "240",
- "name": "Sir Gawain"
- },
- {
- "id": "241",
- "name": "Sir Kay"
- },
- {
- "id": "242",
- "name": "Sir Bedivere"
- },
- {
- "id": "243",
- "name": "Sir Tristram"
- },
- {
- "id": "244",
- "name": "Sir Pelleas"
- },
- {
- "id": "245",
- "name": "Sir Lucan"
- },
- {
- "id": "246",
- "name": "Teapotspout",
- "examine": "Specialist meat transporter.",
- "attack_level": "1",
- "death_animation": "2301",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "7",
"magic_animation": "0",
+ "death_animation": "5542",
+ "name": "Thrantax the Mighty",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "142",
+ "strength_level": "50",
+ "id": "238",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Specialist meat transporter.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "2301",
+ "name": "Teapotspout",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "246",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "247",
- "name": "Sir Mordred",
- "attack_level": "1",
"death_animation": "6490",
- "defence_animation": "6488",
+ "name": "Sir Mordred",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "50",
"melee_animation": "6489",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "248",
- "name": "Morgan Le Faye"
- },
- {
- "id": "249",
- "name": "Merlin"
- },
- {
- "id": "250",
- "name": "The Lady of the Lake"
- },
- {
- "id": "251",
- "name": "King Arthur",
- "examine": "Legendary King of the Britons.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "252",
- "name": "Beggar"
- },
- {
- "id": "253",
- "name": "Khazard Guard",
- "examine": "It's one of General Khazard's guards.",
- "attack_level": "22",
- "attack_speed": "6",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "397",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "395",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "254",
- "name": "Khazard Guard",
- "examine": "He's been guarding the tavern for a bit too long.",
- "attack_level": "22",
- "attack_speed": "6",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "397",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "395",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "255",
- "name": "Khazard Guard",
- "examine": "His armour indicates he's a Khazard Guard.",
- "attack_level": "22",
- "attack_speed": "6",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "397",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "395",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "256",
- "name": "Khazard Guard",
- "examine": "His armour indicates he's a Khazard Guard.",
- "attack_level": "22",
- "attack_speed": "6",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "397",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "395",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "257",
- "name": "Khazard Guard",
- "examine": "He takes the slaves to the arena. He rarely takes them back..",
- "attack_level": "22",
- "attack_speed": "6",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "397",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "395",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "258",
- "name": "General Khazard",
- "examine": "He looks really nasty. Smells bad too.",
- "attack_level": "75",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "7050",
- "defence_level": "80",
- "lifepoints": "170",
- "magic_animation": "0",
- "melee_animation": "7049",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "78",
- "weakness": "6"
- },
- {
- "id": "259",
- "name": "Khazard barman",
- "examine": "A tough looking barman.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "397",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "1",
- "weakness": "6"
- },
- {
- "id": "260",
- "name": "Kelvin"
- },
- {
- "id": "261",
- "name": "Joe"
- },
- {
- "id": "262",
- "name": "Fightslave",
- "examine": "A slave fighter. He looks mistreated and weak.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "263",
- "name": "Hengrad"
- },
- {
- "id": "264",
- "name": "Lady Servil",
- "examine": "She looks wealthy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "265",
- "name": "Jeremy Servil",
- "examine": "A young squire. He looks worse for wear.",
- "attack_level": "0",
- "clue_level": "0",
- "death_animation": "0",
- "defence_level": "0",
- "lifepoints": "10",
- "magic_animation": "0",
- "range_level": "0",
- "safespot": null,
- "strength_level": "0"
- },
- {
- "id": "266",
- "name": "Jeremy Servil",
- "examine": "A young squire. He looks worse for wear.",
- "attack_level": "0",
- "clue_level": "0",
- "death_animation": "0",
- "defence_level": "0",
- "lifepoints": "10",
- "magic_animation": "0",
- "range_level": "0",
- "safespot": null,
- "strength_level": "0"
- },
- {
- "id": "267",
- "name": "Justin Servil",
- "examine": "Jeremy father, Sir Servil.",
- "attack_level": "0",
- "clue_level": "0",
- "death_animation": "0",
- "defence_level": "0",
- "lifepoints": "10",
- "magic_animation": "0",
- "range_level": "0",
- "safespot": null,
- "strength_level": "0"
- },
- {
- "id": "268",
- "name": "Local",
- "examine": "A scruffy looking chap.",
- "attack_level": "0",
- "clue_level": "0",
- "death_animation": "0",
- "defence_level": "0",
- "lifepoints": "10",
- "magic_animation": "0",
- "range_level": "0",
- "safespot": null,
- "strength_level": "0"
- },
- {
- "id": "269",
- "name": "Bouncer",
- "aggressive": "true",
- "attack_level": "120",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "120",
- "lifepoints": "116",
- "melee_animation": "6581",
+ "id": "247",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "120"
+ "attack_level": "1",
+ "defence_animation": "6488"
},
{
- "id": "270",
- "name": "Khazard Ogre",
- "examine": "Khazard's strongest ogre warrior.",
- "aggressive": "true",
- "attack_level": "46",
- "attack_speed": "6",
- "bonuses": "22,22,22,0,0,0,0,0,0,0,0,20,0,0,0",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "46",
- "lifepoints": "65",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "46"
- },
- {
- "id": "271",
- "name": "Khazard Scorpion",
- "examine": "A large angry scorpion",
- "aggressive": "true",
- "attack_level": "27",
- "combat_audio": "3611,3612,3610",
- "death_animation": "6256",
+ "examine": "Legendary King of the Britons.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "36",
- "lifepoints": "51",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "King Arthur",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "251",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's guarding the door.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Khazard Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "253",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's been guarding the tavern for a bit too long.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Khazard Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "254",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "His armour indicates he's a Khazard Guard.",
+ "melee_animation": "395",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Khazard Guard",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "255",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "examine": "His armour indicates he's a Khazard Guard.",
+ "melee_animation": "395",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Khazard Guard",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "256",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "examine": "A slave fighter. He looks mistreated and weak.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fightslave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "262",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "6581",
+ "respawn_delay": "60",
+ "defence_animation": "6578",
+ "death_animation": "6576",
+ "name": "Bouncer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "116",
+ "strength_level": "1",
+ "id": "269",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Khazard's strongest ogre warrior.",
+ "melee_animation": "2100",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "8576",
+ "name": "Khazard Ogre",
+ "defence_level": "46",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "46",
+ "id": "270",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "46"
+ },
+ {
+ "examine": "A large",
"melee_animation": "6254",
"range_animation": "0",
- "range_level": "36",
+ "combat_audio": "3611,3612,3610",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "6256",
+ "name": "Khazard Scorpion",
+ "defence_level": "36",
"safespot": null,
+ "lifepoints": "51",
"strength_level": "27",
- "weakness": "2"
+ "id": "271",
+ "aggressive": "true",
+ "range_level": "36",
+ "attack_level": "27"
},
{
- "id": "272",
- "name": "Lucien",
- "examine": "He walks with a slight limp.",
- "aggressive": "",
- "attack_level": "12",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "10",
- "lifepoints": "17",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "401",
+ "examine": "A guard who has devoted their life to Armadyl.",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "30",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "name": "Guardian of Armadyl",
+ "defence_level": "30",
"safespot": null,
- "strength_level": "11",
- "weakness": ""
- },
- {
- "id": "273",
- "name": "Lucien",
- "examine": "He walks with a slight limp.",
- "aggressive": "",
- "attack_level": "12",
- "combat_audio": "",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": "",
- "weakness": ""
- },
- {
+ "lifepoints": "42",
+ "strength_level": "30",
"id": "274",
- "name": "Guardian of Armadyl",
- "examine": "A guard who has devoted their life to Armadyl.",
- "attack_level": "30",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "401",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "8"
+ "attack_level": "30"
},
{
+ "examine": "A guard who has devoted their life to Armadyl.",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "name": "Guardian of Armadyl",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
"id": "275",
- "name": "Guardian of Armadyl",
- "examine": "A guard who has devoted their life to Armadyl.",
- "attack_level": "30",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "401",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "8"
+ "attack_level": "30"
},
{
- "id": "276",
- "name": "Winelda"
- },
- {
- "id": "277",
- "name": "Fire Warrior of Lesarkus",
"examine": "Intimidating!",
- "attack_level": "55",
- "attack_speed": "8",
- "combat_audio": "511,513,512",
"combat_style": "2",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "78",
- "end_gfx": "101",
- "lifepoints": "59",
- "magic_animation": "711",
- "magic_level": "62",
"melee_animation": "0",
- "projectile": "127",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "start_gfx": "99",
- "start_height": "96",
- "strength_level": "78",
- "weakness": "3"
- },
- {
- "id": "278",
- "name": "Cook",
- "examine": "Lumbridge Castle's head cook.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "3",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "279",
- "name": "Brother Omad",
- "examine": "An old monk.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "280",
- "name": "Brother Cedric",
- "examine": "An old drunk monk.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "281",
- "name": "Monk",
- "examine": "An Ardougne Monk.",
- "attack_level": "4",
- "combat_audio": "511,513,512",
"death_animation": "836",
+ "name": "Fire Warrior of Lesarkus",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "277",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "Lumbridge Castle's head cook.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "4",
- "lifepoints": "5",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cook",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "278",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An old monk.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brother Omad",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "279",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An old drunk monk.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brother Cedric",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "280",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An Ardougne Monk.",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Monk",
+ "defence_level": "4",
"safespot": null,
+ "lifepoints": "5",
"strength_level": "4",
- "weakness": "9"
+ "id": "281",
+ "range_level": "1",
+ "attack_level": "4"
},
{
- "id": "282",
- "name": "Thief",
"examine": "A dastardly blanket thief.",
- "attack_level": "15",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "15",
- "lifepoints": "21",
- "magic_animation": "0",
"melee_animation": "386",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Thief",
+ "defence_level": "15",
"safespot": null,
+ "lifepoints": "21",
"strength_level": "15",
- "weakness": "9"
+ "id": "282",
+ "range_level": "1",
+ "attack_level": "15"
},
{
- "id": "283",
- "name": "Head Thief",
"examine": "The head of the treacherous blanket stealing gang.",
- "attack_level": "18",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Head Thief",
+ "defence_level": "18",
"safespot": null,
+ "lifepoints": "25",
"strength_level": "18",
- "weakness": "9"
+ "id": "283",
+ "range_level": "1",
+ "attack_level": "18"
},
{
- "id": "284",
- "name": "Doric",
"examine": "A dwarf smith. Quite handy with a hammer.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Doric",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "284",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "285",
- "name": "Veronica",
"examine": "She doesn't look too happy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "286",
- "name": "Professor Oddenstein",
- "examine": "A mad scientist if I ever saw one!"
- },
- {
- "id": "287",
- "name": "Ernest"
- },
- {
- "id": "288",
- "name": "Chicken",
- "examine": "Yep. Definitely a chicken.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "5388",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Veronica",
"defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "5387",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "285",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Yep. Definitely a chicken.",
"melee_animation": "5387",
"range_animation": "5387",
- "range_level": "1",
+ "combat_audio": "355,357,356",
+ "attack_speed": "6",
"respawn_delay": "18",
+ "defence_animation": "5388",
+ "magic_animation": "5387",
+ "death_animation": "5389",
+ "name": "Chicken",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "288",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "289",
- "name": "Councillor Halgrive",
"examine": "An official of Ardougne.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Councillor Halgrive",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "289",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "290",
- "name": "Doctor Orbon",
"examine": "A serious-looking doctor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Doctor Orbon",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "290",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "291",
- "name": "Farmer Brumty",
"examine": "A farmer who's seen happier times.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Farmer Brumty",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "292",
- "name": "Guard"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "291",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "He tries to keep order around here.",
+ "melee_animation": "7218",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "7219",
+ "name": "Guard",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "296",
- "name": "Guard",
- "examine": "He tries to keep order around here.",
- "attack_level": "25",
- "attack_speed": "5",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "7219",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "7218",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "7"
+ "attack_level": "25"
},
{
- "id": "297",
- "name": "Guard",
"examine": "He tries to keep order around here.",
- "attack_level": "25",
- "attack_speed": "5",
- "clue_level": "1",
+ "melee_animation": "7218",
+ "range_animation": "0",
"combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
"death_animation": "7220",
- "defence_animation": "0",
+ "name": "Guard",
"defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "7218",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
+ "lifepoints": "35",
"strength_level": "25",
- "weakness": "7"
+ "id": "297",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "298",
- "name": "Guard",
"examine": "He tries to keep order around here.",
- "attack_level": "25",
- "attack_speed": "5",
- "clue_level": "1",
+ "melee_animation": "7218",
+ "range_animation": "0",
"combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
"death_animation": "7219",
- "defence_animation": "0",
+ "name": "Guard",
"defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "7218",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
+ "lifepoints": "35",
"strength_level": "25",
- "weakness": "7"
+ "id": "298",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "299",
- "name": "Guard",
"examine": "He tries to keep order around here.",
- "attack_level": "25",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "7213",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
"melee_animation": "583",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "7213",
+ "name": "Guard",
+ "defence_level": "25",
"safespot": null,
+ "lifepoints": "35",
"strength_level": "25",
- "weakness": "7"
+ "id": "299",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "300",
- "name": "Sedridor",
- "examine": "Chief of research at Wizards Tower."
- },
- {
- "id": "301",
- "name": "Twig"
- },
- {
- "id": "302",
- "name": "Hadley"
- },
- {
- "id": "303",
- "name": "Gerald"
- },
- {
- "id": "304",
- "name": "Almera"
- },
- {
- "id": "305",
- "name": "Hudon"
- },
- {
- "id": "306",
- "name": "Golrie"
- },
- {
- "id": "307",
- "name": "Hetty",
"examine": "An old motherly witch with a curious smile and a hooked nose.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hetty",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "307",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "308",
- "name": "Master fisher",
"examine": "The man in charge of the fishing guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Master fisher",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "308",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "309",
- "name": "Fishing spot"
- },
- {
- "id": "310",
- "name": "Fishing spot"
- },
- {
- "id": "311",
- "name": "Fishing spot"
- },
- {
- "id": "312",
- "name": "Fishing spot"
- },
- {
- "id": "313",
- "name": "Fishing spot"
- },
- {
- "id": "314",
- "name": "Fishing spot"
- },
- {
- "id": "315",
- "name": "Fishing spot"
- },
- {
- "id": "316",
- "name": "Fishing spot"
- },
- {
- "id": "317",
- "name": "Fishing spot"
- },
- {
- "id": "318",
- "name": "Fishing spot"
- },
- {
- "id": "319",
- "name": "Fishing spot"
- },
- {
- "id": "320",
- "name": "Fishing spot"
- },
- {
- "id": "321",
- "name": "Fishing spot"
- },
- {
- "id": "322",
- "name": "Fishing spot"
- },
- {
- "id": "323",
- "name": "Fishing spot",
- "examine": "I can see fish swimming in the water."
- },
- {
- "id": "324",
- "name": "Fishing spot"
- },
- {
- "id": "325",
- "name": "Fishing spot"
- },
- {
- "id": "326",
- "name": "Fishing spot"
- },
- {
- "id": "327",
- "name": "Fishing spot"
- },
- {
- "id": "328",
- "name": "Fishing spot"
- },
- {
- "id": "329",
- "name": "Fishing spot"
- },
- {
- "id": "330",
- "name": "Fishing spot"
- },
- {
- "id": "331",
- "name": "Fishing spot"
- },
- {
- "id": "332",
- "name": "Fishing spot"
- },
- {
- "id": "333",
- "name": "Fishing spot"
- },
- {
- "id": "334",
- "name": "Fishing spot"
- },
- {
- "id": "335",
- "name": "Elena",
- "examine": "She doesn't look too happy."
- },
- {
- "id": "336",
- "name": "Da Vinci",
"examine": "He has a colourful personality.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Da Vinci",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "337",
- "name": "Da Vinci"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "336",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "He's ready for a bet.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Chancy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "338",
- "name": "Chancy",
- "examine": "He's ready for a bet.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He's ready for a bet.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Chancy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "339",
- "name": "Chancy",
- "examine": "He's ready for a bet.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He's drunk.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hops",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "340",
- "name": "Hops",
- "examine": "He's drunk.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He's drunk.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hops",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "341",
- "name": "Hops",
- "examine": "He's drunk.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "342",
- "name": "Guidor's wife",
"examine": "She looks rather concerned.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guidor's wife",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "343",
- "name": "Guidor"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "342",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "He tries to keep order around here.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "344",
- "name": "Guard",
- "examine": "He tries to keep order around here.",
- "attack_level": "1",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He tries to keep order around here.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "345",
- "name": "Guard",
- "examine": "He tries to keep order around here.",
- "attack_level": "1",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
"id": "346",
- "name": "Guard",
- "attack_level": "1",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A mourner, or plague healer.",
+ "melee_animation": "414",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Mourner",
+ "defence_level": "24",
+ "safespot": null,
+ "lifepoints": "34",
+ "strength_level": "24",
"id": "347",
- "name": "Mourner",
- "examine": "A mourner, or plague healer.",
- "attack_level": "8",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "836",
- "defence_level": "8",
- "lifepoints": "18",
- "melee_animation": "428",
- "strength_level": "8"
+ "range_level": "1",
+ "attack_level": "24"
},
{
+ "examine": "A mourner, or plague healer.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Mourner",
+ "defence_level": "24",
+ "safespot": null,
+ "lifepoints": "34",
+ "strength_level": "24",
"id": "348",
- "name": "Mourner",
- "examine": "A mourner, or plague healer.",
- "attack_level": "19",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "836",
- "defence_level": "19",
- "lifepoints": "30",
- "melee_animation": "422",
- "strength_level": "19"
- },
- {
- "id": "349",
- "name": "Kilron"
- },
- {
- "id": "350",
- "name": "Omart"
- },
- {
- "id": "351",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "2",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0",
- "clue_level": "",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "13",
- "magic_animation": "",
- "melee_animation": "422",
- "range_animation": "",
"range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": ""
+ "attack_level": "24"
},
{
- "id": "352",
- "name": "Woman",
"examine": "One of Gielinor's many citizens.",
- "attack_level": "2",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0",
- "clue_level": "",
- "combat_audio": "511,506,505",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "",
"melee_animation": "422",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "1",
- "weakness": ""
- },
- {
- "id": "353",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "2",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0",
- "clue_level": "",
- "combat_audio": "511,506,505",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "13",
- "magic_animation": "",
- "melee_animation": "422",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "1",
- "weakness": ""
- },
- {
- "id": "354",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "2",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,1,1,1,0,0,0,0,0,0,0",
- "clue_level": "",
- "combat_audio": "511,506,505",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "13",
- "magic_animation": "",
- "melee_animation": "422",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "1",
- "weakness": ""
- },
- {
- "id": "355",
- "name": "Child",
- "examine": "A child of West Ardougne.",
- "attack_level": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "magic_level": "",
- "melee_animation": "",
- "movement_radius": "",
- "poison_amount": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "356",
- "name": "Child",
- "examine": "A child of West Ardougne.",
- "attack_level": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "magic_level": "",
- "melee_animation": "",
- "movement_radius": "",
- "poison_amount": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "357",
- "name": "Mourner",
- "examine": "A mourner, or plague healer.",
- "attack_level": "14",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "836",
- "defence_level": "14",
- "lifepoints": "24",
- "melee_animation": "428",
- "strength_level": "14"
- },
- {
- "id": "358",
- "name": "Priest",
- "examine": "A holy man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "359",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "5",
- "attack_speed": "4",
- "clue_level": "0",
"combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "422",
- "magic_level": "6",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "respawn_delay": "18",
- "safespot": null,
- "strength_level": "2",
- "weakness": "9"
- },
- {
- "id": "360",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "2",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "",
- "combat_audio": "511,506,505",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
"death_animation": "836",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "13",
- "magic_animation": "",
- "melee_animation": "422",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "1",
- "weakness": ""
- },
- {
- "id": "361",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "511,506,505",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "10",
- "lifepoints": "13",
- "magic_animation": "",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "10",
- "weakness": ""
- },
- {
- "id": "362",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "511,506,505",
- "death_animation": "836",
- "defence_animation": "404",
+ "name": "Man",
"defence_level": "2",
- "lifepoints": "10",
- "magic_animation": "",
- "melee_animation": "422",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "50",
"safespot": null,
- "strength_level": "1",
- "weakness": ""
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "351",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "2"
},
{
- "id": "363",
- "name": "Woman",
"examine": "One of Gielinor's many citizens.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "melee_animation": "422",
+ "range_animation": "0",
"combat_audio": "511,506,505",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
"death_animation": "836",
- "defence_animation": "404",
- "defence_level": "10",
- "lifepoints": "23",
- "magic_animation": "",
- "melee_animation": "422",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "50",
+ "name": "Woman",
+ "defence_level": "2",
"safespot": null,
- "strength_level": "10",
- "weakness": ""
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "352",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "353",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "354",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "A child of West Ardougne.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "355",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A holy man.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Priest",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "358",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Man...",
+ "name": "Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "359",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "360",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "2",
+ "id": "361",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "362",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "2",
+ "id": "363",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "2"
},
{
- "id": "364",
- "name": "King Lathas",
"examine": "King Lathas of East Ardougne.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "King Lathas",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "364",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "365",
- "name": "Paladin",
"examine": "A holy warrior.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
+ "name": "Paladin",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "365",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "366",
- "name": "Jerico"
- },
- {
- "id": "367",
- "name": "Chemist",
"examine": "Smells very chemically...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Chemist",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "367",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "368",
- "name": "Guard",
"examine": "He tries to keep order around here.",
- "attack_level": "1",
- "clue_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "511,513,512",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "368",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A mourner",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Mourner",
+ "defence_level": "24",
+ "safespot": null,
+ "lifepoints": "34",
+ "strength_level": "24",
"id": "369",
- "name": "Mourner",
- "examine": "A mourner, or plague healer.",
- "attack_level": "19",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "836",
- "defence_level": "19",
- "lifepoints": "30",
- "melee_animation": "422",
- "strength_level": "19"
+ "range_level": "1",
+ "attack_level": "24"
},
{
- "id": "370",
- "name": "Mourner (boss)",
- "examine": "A mourner, or plague healer.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,3,2,4,0,0,0,0,0,0,0",
- "death_animation": "836",
- "defence_level": "10",
- "lifepoints": "19",
- "melee_animation": "428",
- "strength_level": "10"
- },
- {
- "id": "371",
- "name": "Mourner",
- "examine": "A mourner, or plague healer.",
- "attack_level": "8",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "836",
- "defence_level": "8",
- "lifepoints": "20",
- "melee_animation": "422",
- "strength_level": "8"
- },
- {
- "id": "372",
- "name": "Mourner",
- "examine": "A mourner, or plague healer."
- },
- {
- "id": "373",
- "name": "Nurse Sarah",
"examine": "She's quite a looker!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Nurse Sarah",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "373",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "374",
- "name": "Ogre",
"examine": "Big, ugly, and smelly.",
- "aggressive": "true",
- "attack_level": "27",
- "attack_speed": "6",
- "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "27",
- "lifepoints": "60",
- "magic_animation": "359",
- "magic_level": "27",
+ "slayer_task": "64",
"melee_animation": "359",
"range_animation": "359",
- "range_level": "27",
+ "attack_speed": "6",
+ "magic_level": "27",
"respawn_delay": "25",
+ "defence_animation": "360",
+ "weakness": "8",
+ "magic_animation": "359",
+ "death_animation": "361",
+ "name": "Ogre",
+ "defence_level": "27",
"safespot": null,
+ "lifepoints": "60",
"strength_level": "27",
- "weakness": "8"
+ "id": "374",
+ "aggressive": "true",
+ "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0",
+ "range_level": "27",
+ "attack_level": "27"
},
{
- "id": "375",
- "name": "Redbeard Frank",
"examine": "A pirate. Smells of brine and brimstone. Also vomit.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "498,500,499",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Redbeard Frank",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "375",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "376",
- "name": "Captain Tobias",
- "examine": "An old sea dog."
- },
- {
- "id": "377",
- "name": "Seaman Lorris",
- "examine": "A young sailor."
- },
- {
- "id": "378",
- "name": "Seaman Thresnor",
- "examine": "A young sailor."
- },
- {
- "id": "379",
- "name": "Luthas",
- "examine": "Owner of the banana plantation."
- },
- {
- "id": "380",
- "name": "Customs officer",
"examine": "Inspects people's packages.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Customs officer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "380",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "381",
- "name": "Dwarf"
- },
- {
- "id": "382",
- "name": "Dwarf",
"examine": "A dwarf who looks after the mining guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
+ "defence_animation": "0",
"slayer_exp": "16",
- "strength_level": "1"
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "382",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "383",
- "name": "Stankers"
- },
- {
- "id": "384",
- "name": "Barbarian guard",
"examine": "Not very civilised looking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barbarian guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "384",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Looks vicious!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "3611,3612,3610",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Kharid Scorpion",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "385",
- "name": "Kharid Scorpion",
- "examine": "Looks vicious!",
- "attack_level": "1",
- "combat_audio": "3611,3612,3610",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Looks vicious!",
+ "name": "Kharid Scorpion",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "3611,3612,3610",
+ "strength_level": "1",
"id": "386",
- "name": "Kharid Scorpion",
- "examine": "Looks vicious!",
- "attack_level": "1",
- "combat_audio": "3611,3612,3610",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Looks vicious!",
+ "name": "Kharid Scorpion",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "3611,3612,3610",
+ "strength_level": "1",
"id": "387",
- "name": "Kharid Scorpion",
- "examine": "Looks vicious!",
- "attack_level": "1",
- "combat_audio": "3611,3612,3610",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "388",
- "name": "Seer",
"examine": "Could do with a shave...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "389",
- "name": "Thormac",
- "examine": "Nice hat."
- },
- {
- "id": "390",
- "name": "Big fish",
- "examine": "A brightly coloured game bird.",
- "attack_level": "3",
- "death_animation": "2373",
"defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "1",
+ "slayer_exp": "25",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Seer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "388",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A brightly coloured game bird.",
"melee_animation": "2371",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "3"
- },
- {
- "id": "391",
- "name": "River troll",
- "examine": "Likes fish... hates people.",
- "aggressive": "true",
- "attack_level": "17",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "17",
- "lifepoints": "20",
- "magic_level": "1",
- "melee_animation": "284",
- "range_level": "1",
- "respawn_delay": "",
- "strength_level": "17"
- },
- {
- "id": "392",
- "name": "River troll",
- "examine": "Likes fish... hates people.",
- "aggressive": "true",
- "attack_level": "32",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "32",
- "lifepoints": "35",
+ "defence_animation": "0",
"magic_animation": "0",
- "magic_level": "1",
+ "death_animation": "2373",
+ "name": "Big fish",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "3",
+ "id": "390",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "Likes fish... hates people.",
"melee_animation": "284",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "285",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "River troll",
+ "defence_level": "32",
"safespot": null,
- "strength_level": "32"
- },
- {
- "id": "393",
- "name": "River troll",
- "examine": "Likes fish... hates people.",
+ "lifepoints": "35",
+ "strength_level": "32",
+ "id": "392",
"aggressive": "true",
- "attack_level": "48",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "48",
- "lifepoints": "48",
- "magic_level": "1",
- "melee_animation": "284",
"range_level": "1",
- "strength_level": "48"
+ "attack_level": "32"
},
{
- "id": "394",
- "name": "River troll",
- "examine": "Likes fish... hates people.",
- "aggressive": "true",
- "attack_level": "65",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "65",
- "lifepoints": "85",
- "magic_level": "1",
- "melee_animation": "284",
- "range_level": "1",
- "strength_level": "65"
- },
- {
- "id": "395",
- "name": "River troll",
- "examine": "Likes fish... hates people.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "100",
- "lifepoints": "120",
- "magic_level": "1",
- "melee_animation": "284",
- "range_level": "1",
- "strength_level": "100"
- },
- {
- "id": "396",
- "name": "River troll",
- "examine": "Likes fish... hates people.",
- "aggressive": "true",
- "attack_level": "130",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "130",
- "lifepoints": "170",
- "magic_level": "1",
- "melee_animation": "284",
- "range_level": "1",
- "strength_level": "130"
- },
- {
- "id": "397",
- "name": "Cow",
"examine": "Beefy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "369,371,370",
- "death_animation": "5851",
- "defence_animation": "5850",
- "defence_level": "1",
- "lifepoints": "8",
- "magic_animation": "5849",
+ "slayer_task": "20",
"melee_animation": "5849",
"range_animation": "5849",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "8",
- "strength_level": "1",
- "weakness": "8"
- },
- {
- "id": "398",
- "name": "Legends guard",
- "examine": "A Legends Guild guard; he protects the entrance to the Legends Guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "399",
- "name": "Legends guard"
- },
- {
- "id": "400",
- "name": "Radimus Erkle"
- },
- {
- "id": "401",
- "name": "Jungle forester",
- "examine": "He deals in exotic types of wood.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "402",
- "name": "Jungle forester",
- "examine": "She deals in exotic types of wood.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "403",
- "name": "Fishing spot"
- },
- {
- "id": "404",
- "name": "Fishing spot"
- },
- {
- "id": "405",
- "name": "Fishing spot"
- },
- {
- "id": "406",
- "name": "Fishing spot"
- },
- {
- "id": "407",
- "name": "Strange Plant",
- "examine": "A very strange plant."
- },
- {
- "id": "408",
- "name": "Strange Plant",
- "examine": "A very strange plant.",
- "death_animation": "355",
- "defence_animation": "354",
- "defence_level": "300",
- "lifepoints": "100",
- "magic_level": "200",
- "melee_animation": "353"
- },
- {
- "id": "409",
- "name": "Genie"
- },
- {
- "id": "410",
- "name": "Mysterious Old Man"
- },
- {
- "id": "411",
- "name": "Swarm",
- "examine": "Insects buzzing around.",
- "aggressive": "false",
- "attack_level": "1",
- "combat_audio": "819,821,820",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "412",
- "name": "Bat",
- "examine": "An annoying flappy thing.",
- "attack_level": "1",
+ "combat_audio": "369,371,370",
"attack_speed": "5",
- "death_animation": "4918",
- "defence_animation": "4916",
- "defence_level": "2",
+ "defence_animation": "5850",
+ "weakness": "8",
+ "slayer_exp": "8",
+ "magic_animation": "5849",
+ "death_animation": "5851",
+ "name": "Cow",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "8",
- "magic_level": "10",
+ "strength_level": "1",
+ "id": "397",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Legends Guild guard; he protects the entrance to the Legends Guild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Legends guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "398",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He deals in exotic types of wood.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jungle forester",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "401",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "She deals in exotic types of wood.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jungle forester",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "402",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Insects buzzing around.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Swarm",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "411",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An annoying flappy thing.",
+ "slayer_task": "5",
"melee_animation": "4915",
"range_animation": "4915",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "8",
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "413",
- "name": "Rock Golem",
- "examine": "Rock with attitude.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "156",
- "defence_animation": "154",
- "lifepoints": "25",
- "projectile": "968",
- "range_animation": "5347",
- "range_level": "15",
- "strength_level": "8"
- },
- {
- "id": "414",
- "name": "Rock Golem",
- "examine": "Rock with attitude.",
- "aggressive": "true",
- "attack_level": "17",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "156",
- "defence_animation": "154",
- "lifepoints": "40",
- "projectile": "968",
- "range_animation": "5347",
- "range_level": "30",
- "strength_level": "17"
- },
- {
- "id": "415",
- "name": "Rock Golem",
- "examine": "Rock with attitude.",
- "aggressive": "true",
- "attack_level": "38",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "156",
- "defence_animation": "154",
- "lifepoints": "60",
- "projectile": "968",
- "range_animation": "5347",
- "range_level": "40",
- "strength_level": "36"
- },
- {
- "id": "416",
- "name": "Rock Golem",
- "examine": "Rock with attitude.",
- "aggressive": "true",
- "attack_level": "64",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "156",
- "defence_animation": "154",
- "lifepoints": "86",
- "projectile": "968",
- "range_animation": "5347",
- "range_level": "60",
- "strength_level": "64"
- },
- {
- "id": "417",
- "name": "Rock Golem",
- "examine": "Rock with attitude.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "156",
- "defence_animation": "154",
- "lifepoints": "120",
- "projectile": "968",
- "range_animation": "5347",
- "range_level": "75",
- "strength_level": "100"
- },
- {
- "id": "418",
- "name": "Rock Golem",
- "examine": "Rock with attitude.",
- "aggressive": "true",
- "attack_level": "130",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "156",
- "defence_animation": "154",
- "lifepoints": "166",
- "projectile": "968",
- "range_animation": "5347",
- "range_level": "80",
- "strength_level": "130"
- },
- {
- "id": "419",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "attack_level": "5",
"attack_speed": "5",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "20",
- "lifepoints": "14",
- "magic_animation": "5578",
- "magic_level": "5",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "5",
- "safespot": null,
- "strength_level": "5"
- },
- {
- "id": "420",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "attack_level": "10",
- "attack_speed": "5",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "40",
- "lifepoints": "14",
- "magic_animation": "5578",
"magic_level": "10",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "10",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "421",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "attack_level": "15",
- "attack_speed": "5",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "50",
- "lifepoints": "30",
- "magic_animation": "5578",
- "magic_level": "15",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "15",
- "safespot": null,
- "strength_level": "15"
- },
- {
- "id": "422",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "attack_level": "45",
- "attack_speed": "5",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "60",
- "lifepoints": "79",
- "magic_animation": "5578",
- "magic_level": "45",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "45",
- "safespot": null,
- "strength_level": "45"
- },
- {
- "id": "423",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "attack_level": "45",
- "attack_speed": "5",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "70",
- "lifepoints": "120",
- "magic_animation": "5578",
- "magic_level": "35",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "45",
- "safespot": null,
- "strength_level": "45"
- },
- {
- "id": "424",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "attack_level": "45",
- "attack_speed": "5",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "90",
- "lifepoints": "159",
- "magic_animation": "5578",
- "magic_level": "45",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "45",
- "safespot": null,
- "strength_level": "45"
- },
- {
- "id": "425",
- "name": "Shade",
- "examine": "Dead but not gone.",
- "attack_level": "6",
- "combat_audio": "511,439,438",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "7",
- "lifepoints": "8",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "6",
- "weakness": "9"
- },
- {
- "id": "426",
- "name": "Shade",
- "examine": "Dead but not gone.",
- "attack_level": "20",
- "combat_audio": "511,439,438",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "17",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "20",
- "weakness": "9"
- },
- {
- "id": "427",
- "name": "Shade",
- "examine": "Dead but not gone.",
- "attack_level": "43",
- "combat_audio": "511,439,438",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "28",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "43",
- "weakness": "9"
- },
- {
- "id": "428",
- "name": "Shade",
- "examine": "Dead but not gone.",
- "attack_level": "74",
- "combat_audio": "511,439,438",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "80",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "4.2",
- "strength_level": "74",
- "weakness": "9"
- },
- {
- "id": "429",
- "name": "Shade",
- "examine": "Dead but not gone.",
- "attack_level": "130",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "511,439,438",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "130",
- "lifepoints": "170",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "4.2",
- "strength_level": "90",
- "weakness": "9"
- },
- {
- "id": "430",
- "name": "Shade",
- "examine": "Dead but not gone.",
- "attack_level": "150",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "105",
- "lifepoints": "100",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "150",
- "weakness": "9"
- },
- {
- "id": "431",
- "name": "Cyrisus"
- },
- {
- "id": "433",
- "name": "Cyrisus"
- },
- {
- "id": "434",
- "name": "Cyrisus"
- },
- {
- "id": "435",
- "name": "Fallen Man",
- "examine": "I hope he's not dead!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "436",
- "name": "Fallen Man"
- },
- {
- "id": "437",
- "name": "Cap'n Izzy No-Beard",
- "examine": "Entrance clerk for the Brimhaven Agility Arena.",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "438",
- "name": "Tree spirit",
- "examine": "A very angry nymph.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "498,500,499",
- "death_animation": "97",
- "defence_animation": "95",
- "defence_level": "8",
- "lifepoints": "25",
- "magic_level": "1",
- "melee_animation": "94",
- "range_level": "1",
- "safespot": null,
- "strength_level": "8"
- },
- {
- "id": "439",
- "name": "Tree spirit",
- "examine": "A very angry nymph.",
- "aggressive": "true",
- "attack_level": "17",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "498,500,499",
- "death_animation": "97",
- "defence_animation": "95",
- "defence_level": "17",
- "lifepoints": "40",
- "magic_level": "1",
- "melee_animation": "94",
- "range_level": "1",
- "safespot": null,
- "strength_level": "17"
- },
- {
- "id": "440",
- "name": "Tree spirit",
- "examine": "A very angry nymph.",
- "aggressive": "true",
- "attack_level": "38",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "498,500,499",
- "death_animation": "97",
- "defence_animation": "95",
- "defence_level": "38",
- "lifepoints": "60",
- "magic_level": "1",
- "melee_animation": "94",
- "range_level": "1",
- "safespot": null,
- "strength_level": "38"
- },
- {
- "id": "441",
- "name": "Tree spirit",
- "examine": "A very angry nymph.",
- "aggressive": "true",
- "attack_level": "64",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "498,500,499",
- "death_animation": "97",
- "defence_animation": "95",
- "defence_level": "64",
- "lifepoints": "86",
- "magic_level": "1",
- "melee_animation": "94",
- "range_level": "1",
- "safespot": null,
- "strength_level": "64"
- },
- {
- "id": "442",
- "name": "Tree spirit",
- "examine": "A very angry nymph.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "498,500,499",
- "death_animation": "97",
- "defence_animation": "95",
- "defence_level": "100",
- "lifepoints": "120",
- "magic_level": "1",
- "melee_animation": "94",
- "range_level": "1",
- "safespot": null,
- "strength_level": "100"
- },
- {
- "id": "443",
- "name": "Tree spirit",
- "examine": "A very angry nymph.",
- "aggressive": "true",
- "attack_level": "130",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "498,500,499",
- "death_animation": "97",
- "defence_animation": "95",
- "defence_level": "130",
- "lifepoints": "170",
- "magic_level": "1",
- "melee_animation": "94",
- "range_level": "1",
- "safespot": null,
- "strength_level": "130"
- },
- {
- "id": "444",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "445",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "446",
- "name": "Giant rat",
- "examine": "Overgrown vermin.",
- "aggressive": "true",
- "attack_level": "5",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
+ "respawn_delay": "30",
+ "defence_animation": "4916",
+ "weakness": "4",
+ "slayer_exp": "8",
+ "death_animation": "4918",
+ "name": "Bat",
"defence_level": "2",
- "lifepoints": "5",
+ "safespot": null,
+ "lifepoints": "8",
+ "strength_level": "1",
+ "id": "412",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Dead man walking.",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "magic_level": "5",
+ "defence_animation": "5574",
+ "magic_animation": "5578",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "5",
+ "id": "419",
+ "range_level": "5",
+ "attack_level": "5"
+ },
+ {
+ "examine": "Dead man walking.",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "magic_level": "10",
+ "defence_animation": "5574",
+ "magic_animation": "5578",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
+ "id": "420",
+ "range_level": "10",
+ "attack_level": "10"
+ },
+ {
+ "examine": "Dead man walking.",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "magic_level": "15",
+ "defence_animation": "5574",
+ "magic_animation": "5578",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "15",
+ "id": "421",
+ "range_level": "15",
+ "attack_level": "15"
+ },
+ {
+ "examine": "Dead man walking.",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "magic_level": "45",
+ "defence_animation": "5574",
+ "magic_animation": "5578",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "79",
+ "strength_level": "45",
+ "id": "422",
+ "range_level": "45",
+ "attack_level": "45"
+ },
+ {
+ "examine": "Dead man walking.",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "magic_level": "35",
+ "defence_animation": "5574",
+ "magic_animation": "5578",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "45",
+ "id": "423",
+ "range_level": "45",
+ "attack_level": "45"
+ },
+ {
+ "examine": "Dead man walking.",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "magic_level": "45",
+ "defence_animation": "5574",
+ "magic_animation": "5578",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "90",
+ "safespot": null,
+ "lifepoints": "159",
+ "strength_level": "45",
+ "id": "424",
+ "range_level": "45",
+ "attack_level": "45"
+ },
+ {
+ "examine": "Dead but not gone.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Shade",
+ "defence_level": "7",
+ "safespot": null,
+ "lifepoints": "8",
+ "strength_level": "6",
+ "id": "425",
+ "range_level": "1",
+ "attack_level": "6"
+ },
+ {
+ "examine": "Dead but not gone.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Shade",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "17",
+ "strength_level": "20",
+ "id": "426",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Dead but not gone.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Shade",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "43",
+ "id": "427",
+ "range_level": "1",
+ "attack_level": "43"
+ },
+ {
+ "examine": "Dead but not gone.",
+ "slayer_task": "73",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "4.2",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Shade",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "74",
+ "id": "428",
+ "range_level": "1",
+ "attack_level": "74"
+ },
+ {
+ "examine": "Dead but not gone.",
+ "slayer_task": "73",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "4.2",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Shade",
+ "defence_level": "130",
+ "safespot": null,
+ "lifepoints": "170",
+ "strength_level": "90",
+ "id": "429",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "130"
+ },
+ {
+ "examine": "Dead but not gone.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Shade",
+ "defence_level": "105",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "150",
+ "id": "430",
+ "range_level": "1",
+ "attack_level": "150"
+ },
+ {
+ "examine": "I hope he's not dead!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fallen Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "435",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Entrance clerk for the Brimhaven Agility Arena.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "498,500,499",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cap'n Izzy No-Beard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "437",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very angry nymph.",
+ "melee_animation": "94",
+ "combat_audio": "498,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "95",
+ "death_animation": "97",
+ "name": "Tree spirit",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "8",
+ "id": "438",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "8"
+ },
+ {
+ "examine": "A very angry nymph.",
+ "melee_animation": "94",
+ "combat_audio": "498,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "95",
+ "death_animation": "97",
+ "name": "Tree spirit",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "17",
+ "id": "439",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "17"
+ },
+ {
+ "examine": "A very angry nymph.",
+ "melee_animation": "94",
+ "combat_audio": "498,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "95",
+ "death_animation": "97",
+ "name": "Tree spirit",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "38",
+ "id": "440",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "A very angry nymph.",
+ "melee_animation": "94",
+ "combat_audio": "498,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "95",
+ "death_animation": "97",
+ "name": "Tree spirit",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "86",
+ "strength_level": "64",
+ "id": "441",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "64"
+ },
+ {
+ "examine": "A very angry nymph.",
+ "melee_animation": "94",
+ "combat_audio": "498,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "95",
+ "death_animation": "97",
+ "name": "Tree spirit",
+ "defence_level": "100",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "100",
+ "id": "442",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
+ },
+ {
+ "examine": "A very angry nymph.",
+ "melee_animation": "94",
+ "combat_audio": "498,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "95",
+ "death_animation": "97",
+ "name": "Tree spirit",
+ "defence_level": "130",
+ "safespot": null,
+ "lifepoints": "170",
+ "strength_level": "130",
+ "id": "443",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "130"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "444",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "445",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
"melee_animation": "4933",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "4934",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "2",
"safespot": null,
+ "lifepoints": "5",
"strength_level": "5",
- "weakness": "8"
+ "id": "446",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "5"
},
{
+ "examine": "I wonder who he's guarding?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Jail guard",
+ "defence_level": "21",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
"id": "447",
- "name": "Jail guard",
- "examine": "I wonder who he's guarding?",
"aggressive": "true",
- "attack_level": "19",
- "attack_speed": "5",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "21",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "401",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23"
+ "attack_level": "19"
},
{
+ "examine": "I wonder who he's guarding?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Jail guard",
+ "defence_level": "21",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
"id": "448",
- "name": "Jail guard",
- "examine": "I wonder who he's guarding?",
"aggressive": "true",
- "attack_level": "19",
- "attack_speed": "5",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "21",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23"
+ "attack_level": "19"
},
{
+ "examine": "I wonder who he's guarding?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Jail guard",
+ "defence_level": "21",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
"id": "449",
- "name": "Jail guard",
- "examine": "I wonder who he's guarding?",
"aggressive": "true",
- "attack_level": "19",
- "attack_speed": "5",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "21",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "401",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23"
+ "attack_level": "19"
},
{
- "id": "450",
- "name": "Gull",
- "examine": "Flappy bird.",
- "water_npc": "true"
- },
- {
- "id": "451",
- "name": "Gull",
- "examine": "Flappy bird.",
- "water_npc": "true"
- },
- {
- "id": "452",
- "name": "Seth Groats",
"examine": "A large well built farmer.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Seth Groats",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "452",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "453",
- "name": "Suit of armour",
"examine": "Aargh! It's alive!",
- "attack_level": "16",
- "attack_speed": "5",
- "bonuses": "8,8,8,0,0,46,50,46,-12,45,0,10,0,0,0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "9",
- "lifepoints": "29",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "14",
- "weakness": "6"
- },
- {
- "id": "454",
- "name": "Sanfew",
- "examine": "An old druid."
- },
- {
- "id": "455",
- "name": "Kaqemeex",
- "examine": "A wise druid."
- },
- {
- "id": "456",
- "name": "Father Aereck",
- "examine": "He seems to be very devout.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "457",
- "name": "Restless ghost",
- "examine": "Eek! A ghost!",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "458",
- "name": "Father Urhney",
- "examine": "Very holy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "459",
- "name": "Skeleton",
- "examine": "It rattles when it moves.",
- "aggressive": "true",
- "attack_level": "3",
- "combat_audio": "774,775,777",
- "combat_style": "2",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "5",
- "lifepoints": "14",
- "magic_animation": "5485",
- "magic_level": "5",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3",
- "weakness": "3"
- },
- {
- "id": "460",
- "name": "Wizard Frumscone",
- "examine": "A Wizard of the Magic Guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "461",
- "name": "Magic Store owner",
- "examine": "A Supplier of Magical items.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "462",
- "name": "Wizard Distentor",
- "examine": "Head of the Magic Guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "463",
- "name": "Murphy"
- },
- {
- "id": "464",
- "name": "Murphy"
- },
- {
- "id": "465",
- "name": "Murphy"
- },
- {
- "id": "466",
- "name": "Murphy"
- },
- {
- "id": "467",
- "name": "Shark"
- },
- {
- "id": "468",
- "name": "Shark"
- },
- {
- "id": "469",
- "name": "King Bolren",
- "examine": "It's a gnome. He looks important.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "470",
- "name": "Commander Montai",
- "examine": "It's a tree gnome.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "471",
- "name": "Bolkoy"
- },
- {
- "id": "472",
- "name": "Remsai"
- },
- {
- "id": "473",
- "name": "Khazard trooper"
- },
- {
- "id": "475",
- "name": "Khazard trooper",
- "examine": "It's one of General Khazard's warriors.",
- "attack_level": "32",
- "attack_speed": "6",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "melee_animation": "401",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "32",
- "weakness": "6"
- },
- {
- "id": "476",
- "name": "Khazard trooper",
- "examine": "An open eye of World-gorger.",
- "attack_level": "1",
- "defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "11",
- "magic_animation": "0",
- "magic_level": "5",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "3"
- },
- {
- "id": "477",
- "name": "Khazard warlord",
- "examine": "He looks real nasty",
- "aggressive": "true",
- "attack_level": "38",
"attack_speed": "5",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "54",
+ "weakness": "6",
"magic_animation": "0",
- "melee_animation": "401",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
+ "death_animation": "836",
+ "name": "Suit of armour",
+ "defence_level": "9",
"safespot": null,
- "strength_level": "38",
- "weakness": "6"
+ "lifepoints": "29",
+ "strength_level": "14",
+ "id": "453",
+ "bonuses": "8,8,8,0,0,46,50,46,-12,45,0,10,0,0,0",
+ "range_level": "1",
+ "attack_level": "16"
},
{
- "id": "478",
- "name": "Khazard commander",
- "examine": "It's one of General Khazard's commanders.",
- "attack_level": "35",
- "death_animation": "836",
+ "examine": "He seems to be very devout.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Father Aereck",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "456",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eek! A ghost!",
+ "name": "Restless ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "457",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Very holy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Father Urhney",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "458",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Wizard of the Magic Guild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wizard Frumscone",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "460",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Supplier of Magical items.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Magic Store owner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "461",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Head of the Magic Guild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wizard Distentor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "462",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's a gnome. He looks important.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "King Bolren",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "469",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's a tree gnome.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Commander Montai",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "470",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's one of General Khazard's warriors.",
+ "melee_animation": "401",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Khazard trooper",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "32",
+ "id": "475",
+ "range_level": "1",
+ "attack_level": "32"
+ },
+ {
+ "examine": "An open eye of World-gorger.",
+ "magic_level": "5",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "name": "Khazard trooper",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "11",
+ "strength_level": "1",
+ "id": "476",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks real nasty",
+ "melee_animation": "401",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Khazard warlord",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "54",
+ "strength_level": "38",
+ "id": "477",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "It's one of General Khazard's commanders.",
"melee_animation": "428",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Khazard commander",
+ "defence_level": "35",
"safespot": null,
+ "lifepoints": "50",
"strength_level": "35",
- "weakness": "6"
+ "id": "478",
+ "range_level": "1",
+ "attack_level": "35"
},
{
- "id": "479",
- "name": "Gnome troop",
"examine": "It's a tree gnome trooper.",
- "attack_level": "24",
- "death_animation": "196",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
"melee_animation": "190",
"range_animation": "0",
- "range_level": "32",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "196",
+ "name": "Gnome troop",
+ "defence_level": "32",
"safespot": null,
+ "lifepoints": "45",
"strength_level": "24",
- "weakness": "1"
+ "id": "479",
+ "range_level": "32",
+ "attack_level": "24"
},
{
- "id": "480",
- "name": "Gnome troop"
- },
- {
- "id": "481",
+ "examine": "It's a gnome who specialises in covert operations.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Tracker gnome 1",
- "examine": "It's a gnome who specialises in covert operations.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "481",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "482",
+ "examine": "It's a gnome who specialises in covert operations.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Tracker gnome 2",
- "examine": "It's a gnome who specialises in covert operations.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "482",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "483",
+ "examine": "It's a gnome who specialises in covert operations.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Tracker gnome 3",
- "examine": "It's a gnome who specialises in covert operations.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "483",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "484",
- "name": "Local Gnome"
- },
- {
- "id": "485",
- "name": "Local Gnome",
"examine": "It's a young tree gnome.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Local Gnome",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "485",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "486",
- "name": "Kalron"
- },
- {
- "id": "487",
- "name": "Giant",
"examine": "I guess he wants to be more than just the muscle.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "488",
- "name": "Observatory professor",
- "examine": "A man, learned in the ways of the stars.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Giant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "487",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "489",
- "name": "Goblin guard",
"examine": "He doesn't look like he'd trust his own mother.",
- "attack_level": "32",
- "combat_audio": "469,472,471",
- "death_animation": "6190",
- "defence_animation": "0",
- "defence_level": "37",
- "lifepoints": "43",
- "magic_animation": "0",
+ "slayer_task": "38",
"melee_animation": "6199",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6190",
+ "name": "Goblin guard",
+ "defence_level": "20",
"safespot": null,
- "strength_level": "37",
- "weakness": "7"
+ "lifepoints": "28",
+ "strength_level": "20",
+ "id": "489",
+ "range_level": "1",
+ "attack_level": "20"
},
{
- "id": "490",
- "name": "Mummy",
"examine": "If the mummy is at school",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mummy",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "490",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "491",
- "name": "Ghost",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5542",
- "defence_animation": "5541",
- "defence_level": "1",
- "lifepoints": "20",
"melee_animation": "5540",
- "range_level": "1",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "5541",
"slayer_exp": "25",
- "strength_level": "1"
+ "death_animation": "5542",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "491",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "492",
- "name": "Spirit of Scorpius",
"examine": "The essence of evil.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Spirit of Scorpius",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "492",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "493",
- "name": "Grave scorpion",
"examine": "A vicious",
- "aggressive": "true",
- "attack_level": "5",
- "combat_audio": "3611,3612,3610",
- "death_animation": "6260",
- "defence_animation": "0",
- "defence_level": "7",
- "lifepoints": "10",
- "magic_animation": "0",
+ "slayer_task": "71",
"melee_animation": "6261",
"range_animation": "0",
- "range_level": "7",
+ "combat_audio": "3611,3612,3610",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "6260",
+ "name": "Grave scorpion",
+ "defence_level": "7",
"safespot": null,
+ "lifepoints": "10",
"strength_level": "5",
- "weakness": "2"
+ "id": "493",
+ "aggressive": "true",
+ "range_level": "7",
+ "attack_level": "5"
},
{
+ "examine": "He can look after my money.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "494",
- "name": "Banker",
- "examine": "He can look after my money.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "495",
- "name": "Banker",
"examine": "Good with money.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "495",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "496",
- "name": "Banker",
- "examine": "He can look after my money."
- },
- {
- "id": "497",
- "name": "Banker",
- "examine": "She can look after my money."
- },
- {
- "id": "498",
- "name": "Banker",
"examine": "Manages money momentarily.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "499",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Banker",
- "examine": "He can look after my money.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "498",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He can look after my money.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "500",
- "name": "Mosol Rei",
- "examine": "A warrior from Shilo Village."
- },
- {
- "id": "501",
- "name": "Spirit of Zadimus",
- "examine": "An unquiet soul."
- },
- {
- "id": "502",
- "name": "Undead one",
- "examine": "A minion of Rashiliyia.",
- "aggressive": "true",
- "attack_level": "32",
- "attack_speed": "5",
- "death_animation": "5491",
"defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "499",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A minion of Rashiliyia.",
+ "slayer_task": "75",
"melee_animation": "5485",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Undead one",
+ "defence_level": "32",
"safespot": null,
+ "lifepoints": "45",
"strength_level": "32",
- "weakness": "8"
+ "id": "502",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "32"
},
{
- "id": "503",
- "name": "Undead one",
"examine": "A minion of Rashiliyia.",
- "attack_level": "33",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "33",
- "lifepoints": "47",
- "magic_animation": "0",
+ "slayer_task": "75",
"melee_animation": "5485",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Undead one",
+ "defence_level": "33",
"safespot": null,
+ "lifepoints": "47",
"strength_level": "33",
- "weakness": "8"
+ "id": "503",
+ "range_level": "1",
+ "attack_level": "33"
},
{
- "id": "504",
- "name": "Undead one",
"examine": "The animated dead; one of Rashiliyia's minions.",
- "aggressive": "true",
- "attack_level": "32",
- "attack_speed": "5",
- "death_animation": "5569",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
+ "slayer_task": "93",
"melee_animation": "5568",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "32",
- "weakness": "8"
- },
- {
- "id": "505",
- "name": "Undead one",
- "examine": "The animated dead; one of Rashiliyia's minions.",
- "aggressive": "true",
- "attack_level": "33",
"attack_speed": "5",
- "death_animation": "5575",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5569",
+ "name": "Undead one",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "32",
+ "id": "504",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "32"
+ },
+ {
+ "examine": "The animated dead; one of Rashiliyia's minions.",
+ "slayer_task": "93",
+ "melee_animation": "5571",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5575",
+ "name": "Undead one",
"defence_level": "33",
+ "safespot": null,
"lifepoints": "47",
- "magic_animation": "0",
- "melee_animation": "5571",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "33",
- "weakness": "8"
- },
- {
- "id": "506",
- "name": "Rashiliyia ",
- "examine": "The animated spirit of Rashiliyia the Zombie Queen."
- },
- {
- "id": "507",
- "name": "Nazastarool",
+ "id": "505",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "1",
- "lifepoints": "100",
+ "range_level": "1",
+ "attack_level": "33"
+ },
+ {
"melee_animation": "5571",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "5574",
+ "death_animation": "5575",
+ "name": "Nazastarool",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "507",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "508",
- "name": "Nazastarool",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5509",
- "defence_animation": "5508",
- "defence_level": "1",
- "lifepoints": "75",
"melee_animation": "5507",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "509",
+ "defence_animation": "5508",
+ "death_animation": "5509",
"name": "Nazastarool",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5534",
- "defence_animation": "5533",
"defence_level": "1",
- "lifepoints": "110",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "1",
+ "id": "508",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"melee_animation": "5532",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "5533",
+ "death_animation": "5534",
+ "name": "Nazastarool",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "110",
+ "strength_level": "1",
+ "id": "509",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "510",
- "name": "Hajedy",
- "examine": "A cart driver; it looks like he's quite experienced."
- },
- {
- "id": "511",
- "name": "Vigroy",
- "examine": "A cart driver; it looks like he's quite experienced."
- },
- {
- "id": "512",
- "name": "Kaleb Paramaya",
- "examine": "This is Kaleb Paramaya, a warm and friendly inn owner."
- },
- {
- "id": "513",
- "name": "Yohnus",
- "examine": "This is Yohnus - he runs the local blacksmiths."
- },
- {
- "id": "514",
- "name": "Seravel",
- "examine": "This is Seravel. He sells tickets for the 'Lady of the Waves.'"
- },
- {
- "id": "515",
- "name": "Yanni Salika",
- "examine": "Yanni Salika; he buys and sells antiques."
- },
- {
- "id": "516",
- "name": "Obli",
- "examine": "An intelligent-looking shop owner."
- },
- {
- "id": "517",
- "name": "Fernahei",
- "examine": "This is Fernahei; he owns the local fishing tackle shop."
- },
- {
- "id": "518",
- "name": "Captain Shanks",
"examine": "He's the Captain of the 'Lady of the Waves'.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Shanks",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "518",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "519",
- "name": "Bob",
"examine": "An expert on axes.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bob",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "519",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Sells stuff.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shopkeeper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "520",
- "name": "Shopkeeper",
- "examine": "Sells stuff.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "521",
- "name": "Shop assistant",
"examine": "Helps sell stuff.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shop assistant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "521",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "522",
- "name": "Shopkeeper",
"examine": "Likes people spending money.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shopkeeper",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "522",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "523",
- "name": "Shop assistant",
"examine": "Likes helping sell stuff.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shop assistant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "523",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A product of a consumerist society.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shopkeeper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "524",
- "name": "Shopkeeper",
- "examine": "A product of a consumerist society.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Likes you more, the more you spend.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shop assistant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "525",
- "name": "Shop assistant",
- "examine": "Likes you more, the more you spend.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "526",
- "name": "Shopkeeper",
"examine": "A product of a consumerist society.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shopkeeper",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "526",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "527",
- "name": "Shop assistant",
"examine": "Likes you more, the more you spend.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "528",
- "name": "Shopkeeper",
- "examine": "Sells stuff."
- },
- {
- "id": "529",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Shop assistant",
- "examine": "Loves you more, the more you spend."
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "527",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "530",
- "name": "Shopkeeper",
"examine": "Has an interesting assortment of items for sale.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shopkeeper",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "530",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "531",
- "name": "Shop assistant",
"examine": "Works on commission.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shop assistant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "531",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Like a grave keeper",
+ "range_animation": "0",
+ "magic_level": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Shopkeeper",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "285",
+ "strength_level": "60",
"id": "532",
- "name": "Shopkeeper Kofi",
- "examine": "He clearly takes pride in his appearance.",
"aggressive": "true",
- "attack_level": "60",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "285",
- "magic_animation": "0",
- "magic_level": "60",
- "range_animation": "0",
"range_level": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
+ "attack_level": "60"
},
{
- "id": "533",
- "name": "Shop assistant",
- "examine": "Needs a haircut.",
- "aggressive": "true",
- "attack_level": "60",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "285",
- "magic_animation": "0",
- "magic_level": "60",
+ "examine": "Sells stuff.",
+ "melee_animation": "0",
"range_animation": "0",
- "range_level": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "534",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Fairy shopkeeper",
- "examine": "Sells stuff.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "534",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "535",
+ "examine": "Sells stuff.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Fairy shop assistant",
- "examine": "Sells stuff.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "535",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "536",
- "name": "Valaine"
- },
- {
- "id": "537",
- "name": "Scavvo"
- },
- {
- "id": "538",
- "name": "Peksa",
- "examine": "Always up-to-date with the latest helmet fashions."
- },
- {
- "id": "539",
- "name": "Silk trader",
"examine": "Very snappily dressed.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Silk trader",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "539",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "540",
- "name": "Gem trader",
"examine": "Makes his money selling rocks.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gem trader",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "540",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "541",
- "name": "Zeke",
- "examine": "Sells superior scimitars."
- },
- {
- "id": "542",
- "name": "Louie Legs",
"examine": "For the finest in armoured legware.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Louie Legs",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "542",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "543",
- "name": "Karim",
- "examine": "Kebabs are full of meaty goodness!"
- },
- {
- "id": "544",
- "name": "Ranael",
- "examine": "She's an expert on armoured skirts."
- },
- {
- "id": "545",
- "name": "Dommik",
- "examine": "If Crafting's your thing, he's your man."
- },
- {
- "id": "546",
- "name": "Zaff",
- "examine": "Sells superior staffs."
- },
- {
- "id": "547",
- "name": "Baraek",
- "examine": "Animal skins are a specialty."
- },
- {
- "id": "548",
- "name": "Thessalia",
- "examine": "Interesting assortment of clothes on offer..."
- },
- {
- "id": "549",
- "name": "Horvik",
- "examine": "The man with the armour."
- },
- {
- "id": "550",
- "name": "Lowe",
- "examine": "Sells arrows."
- },
- {
- "id": "551",
- "name": "Shopkeeper",
"examine": "Ironically, makes a living from swords.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shopkeeper",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "551",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "552",
- "name": "Shop assistant",
"examine": "Helps the shopkeeper sell swords.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shop assistant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "552",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "553",
- "name": "Aubury"
- },
- {
- "id": "554",
- "name": "Fancy-dress shop owner",
"examine": "For the interesting clothing items you just can't find elsewhere.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fancy-dress shop owner",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "554",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "555",
- "name": "Shopkeeper",
"examine": "Has a fine moustache.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "556",
- "name": "Grum",
- "examine": "Loves his gold!"
- },
- {
- "id": "557",
- "name": "Wydin",
- "examine": "Likes his food to be kept fresh."
- },
- {
- "id": "558",
- "name": "Gerrant",
- "examine": "A Fishing expert."
- },
- {
- "id": "559",
- "name": "Brian",
- "examine": "An expert on axes."
- },
- {
- "id": "560",
- "name": "Jiminua",
- "examine": "Goods for sale and trade."
- },
- {
- "id": "561",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Shopkeeper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "555",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "Could stand to lose a few pounds.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shopkeeper",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "561",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "562",
- "name": "Candle-maker",
"examine": "Has an odd smell about him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Candle-maker",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "562",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "563",
- "name": "Arhein"
- },
- {
- "id": "564",
- "name": "Jukat",
- "examine": "A being from a mysterious realm."
- },
- {
- "id": "565",
- "name": "Lunderwin"
- },
- {
- "id": "566",
- "name": "Irksol",
- "examine": "Is he invisible, or just floating clothing?"
- },
- {
- "id": "567",
- "name": "Fairy",
"examine": "Looks strange and mysterious.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fairy",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "567",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "568",
- "name": "Zambo",
- "examine": "Appears slightly drunk."
- },
- {
- "id": "569",
- "name": "Silver merchant",
"examine": "Looks fairly well fed.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Silver merchant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "569",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "570",
+ "examine": "Seems very well-off.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Gem merchant",
- "examine": "Seems very well-off.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "570",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "571",
- "name": "Baker",
"examine": "So where are the butcher and the candlestick-maker?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baker",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "571",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "572",
- "name": "Spice seller",
"examine": "Has a very exotic aroma about him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Spice seller",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "572",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "573",
- "name": "Fur trader",
"examine": "Knows how to keep warm in the winter.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fur trader",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "573",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "574",
- "name": "Silk merchant",
"examine": "Seems very well-off.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Silk merchant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "574",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "575",
- "name": "Hickton"
- },
- {
- "id": "576",
- "name": "Harry"
- },
- {
- "id": "577",
- "name": "Cassie",
- "examine": "Nice eyes."
- },
- {
- "id": "578",
- "name": "Frincos"
- },
- {
- "id": "579",
- "name": "Drogo dwarf",
"examine": "He runs a Mining store.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Drogo dwarf",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "579",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "580",
- "name": "Flynn",
- "examine": "The mace salesman."
- },
- {
- "id": "581",
- "name": "Wayne",
- "examine": "An armourer."
- },
- {
- "id": "582",
- "name": "Dwarf",
"examine": "I wonder if he wants to buy my junk?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarf",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "582",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "583",
- "name": "Betty",
- "examine": "She seems like a nice sort of person."
- },
- {
- "id": "584",
- "name": "Herquin"
- },
- {
- "id": "585",
- "name": "Rommik"
- },
- {
- "id": "586",
- "name": "Gaius",
- "examine": "Ironically, makes a living from swords."
- },
- {
- "id": "587",
- "name": "Jatix",
- "examine": "He runs the Herblore Shop."
- },
- {
- "id": "588",
- "name": "Davon",
- "examine": "An amulet trader."
- },
- {
- "id": "589",
- "name": "Zenesha"
- },
- {
- "id": "590",
- "name": "Aemad"
- },
- {
- "id": "591",
- "name": "Kortan"
- },
- {
- "id": "592",
- "name": "Roachey"
- },
- {
- "id": "593",
- "name": "Frenita"
- },
- {
- "id": "594",
- "name": "Nurmof"
- },
- {
- "id": "595",
- "name": "Tea seller",
"examine": "He seems to sell tea.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tea seller",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "595",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "596",
- "name": "Fat Tony",
"examine": "A pizza expert; in both making and eating.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fat Tony",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "596",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "597",
- "name": "Noterazzo"
- },
- {
- "id": "598",
- "name": "Hairdresser",
"examine": "Anyone fancy a trim?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hairdresser",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "598",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "599",
- "name": "Make-over Mage",
"examine": "Master of the mystical make-over.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Make-over Mage",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "599",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "600",
- "name": "Hudo"
- },
- {
- "id": "601",
- "name": "Rometti"
- },
- {
- "id": "602",
- "name": "Gulluck"
- },
- {
- "id": "603",
- "name": "Heckel Funch"
- },
- {
- "id": "604",
- "name": "Thurgo",
- "examine": "Dwarvish."
- },
- {
- "id": "605",
- "name": "Sir Vyvin",
- "examine": "An elderly White Knight."
- },
- {
- "id": "606",
- "name": "Squire",
"examine": "Indentured servant of a Knight.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "607",
- "name": "Gunnjorn"
- },
- {
- "id": "608",
- "name": "Sir Amik Varze"
- },
- {
- "id": "609",
- "name": "Fortress Guard",
- "examine": "A generic evil henchman.",
- "attack_level": "26",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "37",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "606",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A generic evil henchman.",
"melee_animation": "428",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "26",
- "weakness": "9"
- },
- {
- "id": "610",
- "name": "Black Knight Captain",
- "examine": "One of the Black Knights.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "9",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "611",
- "name": "Witch",
- "examine": "The Black Knights' resident witch.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "612",
- "name": "Greldo"
- },
- {
- "id": "613",
- "name": "Digsite workman",
- "examine": "This person is working on the site.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "614",
- "name": "Doug Deeping",
- "examine": "This person is working on the site.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "615",
- "name": "Student",
- "examine": "A student busy studying the digsite.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "616",
- "name": "Student",
- "examine": "A student busy studying the digsite.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "617",
- "name": "Student",
- "examine": "A student busy studying the digsite.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "618",
- "name": "Examiner",
- "examine": "Upon examining the examiner you examine it is indeed an examiner!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "619",
- "name": "Archaeological expert",
- "examine": "An expert on archaeology.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "620",
- "name": "Panning guide",
- "examine": "A specialist in panning for gold.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "621",
- "name": "Gnome baller",
- "examine": "A professional gnome baller.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "622",
- "name": "Gnome baller"
- },
- {
- "id": "623",
- "name": "Gnome baller"
- },
- {
- "id": "624",
- "name": "Gnome baller"
- },
- {
- "id": "625",
- "name": "Gnome baller"
- },
- {
- "id": "626",
- "name": "Gnome baller"
- },
- {
- "id": "627",
- "name": "Gnome baller"
- },
- {
- "id": "628",
- "name": "Gnome baller"
- },
- {
- "id": "629",
- "name": "Gnome baller"
- },
- {
- "id": "630",
- "name": "Gnome baller"
- },
- {
- "id": "631",
- "name": "Gnome baller"
- },
- {
- "id": "632",
- "name": "Gnome baller"
- },
- {
- "id": "633",
- "name": "Gnome winger",
- "examine": "A professional gnome baller.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "634",
- "name": "Gnome winger"
- },
- {
- "id": "635",
- "name": "Gnome ball referee",
- "examine": "Keeps the game fair.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "636",
- "name": "Cheerleader"
- },
- {
- "id": "637",
- "name": "Juliet",
- "examine": "A tearful damsel, maybe I can help her?"
- },
- {
- "id": "638",
- "name": "Apothecary",
- "examine": "A dealer in potions.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "639",
- "name": "Romeo",
- "examine": "Rather dense and soppy looking."
- },
- {
- "id": "640",
- "name": "Father Lawrence",
- "examine": "A religious man... And occasional drunk.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "641",
- "name": "Charlie the Tramp",
- "examine": "Looks down on his luck.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "642",
- "name": "Katrine"
- },
- {
- "id": "643",
- "name": "Weaponsmaster",
- "examine": "Looks kind of obsessive...",
- "attack_level": "15",
"death_animation": "836",
+ "name": "Fortress Guard",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "26",
+ "id": "609",
+ "range_level": "1",
+ "attack_level": "26"
+ },
+ {
+ "examine": "One of the Black Knights.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "15",
- "lifepoints": "42",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Black Knight Captain",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "610",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Black Knights' resident witch.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Witch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "611",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This person is working on the site.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Digsite workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "613",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This person is working on the site.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Doug Deeping",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "614",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A student busy studying the digsite.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Student",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "617",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Upon examining the examiner you examine it is indeed an examiner!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Examiner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "618",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An expert on archaeology.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Archaeological expert",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "619",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A specialist in panning for gold.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Panning guide",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "620",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A professional gnome baller.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome baller",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "621",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A professional gnome baller.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome winger",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "633",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Keeps the game fair.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome ball referee",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "635",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dealer in potions.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Apothecary",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "638",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A religious man... And occasional drunk.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Father Lawrence",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "640",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks down on his luck.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Charlie the Tramp",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "641",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks kind of obsessive...",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "15",
- "weakness": "9"
- },
- {
- "id": "644",
- "name": "Straven"
- },
- {
- "id": "645",
- "name": "Jonny the beard",
- "examine": "Looks kind of shifty...",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "2",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Weaponsmaster",
+ "defence_level": "15",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "15",
+ "id": "643",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "Looks kind of shifty...",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "498,500,499",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Jonny the beard",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "2",
"strength_level": "1",
- "weakness": "9"
+ "id": "645",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "646",
- "name": "Curator Haig Halen",
"examine": "Curator of the museum.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "703,705,704",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Curator Haig Halen",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "646",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "647",
- "name": "King Roald"
- },
- {
- "id": "648",
- "name": "King Roald",
"examine": "Varrock's resident monarch.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "King Roald",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "648",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "649",
- "name": "Archer",
"examine": "She looks quite experienced.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Archer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "649",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "650",
- "name": "Warrior",
"examine": "He looks big and dumb.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Warrior",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "650",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "651",
- "name": "Monk",
"examine": "He looks holy.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "651",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "652",
- "name": "Wizard",
"examine": "He looks kind of puny...",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
- "prj_height": "3",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "653",
- "name": "Fairy Queen"
- },
- {
- "id": "654",
- "name": "Shamus"
- },
- {
- "id": "655",
- "name": "Tree spirit",
- "examine": "Guardian of the dramen tree.",
- "attack_level": "45",
- "attack_speed": "5",
- "death_animation": "5534",
+ "combat_audio": "511,513,512",
"defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "64",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wizard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "652",
+ "range_level": "1",
+ "attack_level": "1",
+ "prj_height": "3"
+ },
+ {
+ "examine": "Guardian of the dramen tree.",
"melee_animation": "5532",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Tree spirit",
+ "defence_level": "45",
"safespot": null,
+ "lifepoints": "64",
"strength_level": "45",
- "weakness": "9"
+ "id": "655",
+ "range_level": "1",
+ "attack_level": "45"
},
{
- "id": "656",
- "name": "Cave monk",
"examine": "Unsurprisingly monk like.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave monk",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "656",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Holy looking.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk of Entrana",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "657",
- "name": "Monk of Entrana",
- "examine": "Holy looking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Holy looking.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk of Entrana",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "658",
- "name": "Monk of Entrana",
- "examine": "Holy looking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "659",
- "name": "Party Pete",
"examine": "He likes to paaaarty!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Party Pete",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "659",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "660",
"name": "Knight",
- "attack_level": "1",
- "combat_audio": "511,513,512",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "660",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "661",
- "name": "Megan"
- },
- {
- "id": "662",
- "name": "Lucy"
- },
- {
- "id": "663",
"name": "Man",
- "attack_level": "1",
- "clue_level": "0",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
"combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
+ "strength_level": "1",
+ "id": "663",
+ "clue_level": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "664",
- "name": "Boot"
- },
- {
- "id": "665",
- "name": "Boot",
"examine": "A short and angry dwarf.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Boot",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "665",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "666",
- "name": "Caleb"
- },
- {
- "id": "667",
- "name": "Chronozon",
"examine": "Chronozon the blood demon.",
- "aggressive": "true",
- "attack_level": "173",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "173",
- "lifepoints": "60",
- "magic_level": "1",
"melee_animation": "64",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "30",
+ "defence_animation": "65",
+ "death_animation": "67",
+ "name": "Chronozon",
+ "defence_level": "173",
"safespot": null,
- "strength_level": "172"
+ "lifepoints": "60",
+ "strength_level": "172",
+ "id": "667",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "173"
},
{
- "id": "668",
- "name": "Johnathon"
- },
- {
- "id": "669",
- "name": "Hazelmere"
- },
- {
- "id": "670",
- "name": "King Narnode Shareen",
"examine": "An important looking gnome.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "671",
- "name": "Glough"
- },
- {
- "id": "672",
- "name": "Anita"
- },
- {
- "id": "673",
- "name": "Charlie"
- },
- {
- "id": "674",
- "name": "Foreman",
- "examine": "The boss!",
- "attack_level": "20",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "King Narnode Shareen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "670",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The boss!",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Foreman",
+ "defence_level": "20",
"safespot": null,
+ "lifepoints": "28",
"strength_level": "20",
- "weakness": "9"
+ "id": "674",
+ "range_level": "1",
+ "attack_level": "20"
},
{
- "id": "675",
- "name": "Shipyard worker",
- "examine": "Builds ships for a living."
- },
- {
- "id": "676",
- "name": "Femi"
- },
- {
- "id": "677",
- "name": "Black demon",
"examine": "A big, scary, jet-black demon.",
- "aggressive": "true",
- "attack_level": "145",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "397,399,398",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "152",
- "lifepoints": "157",
- "magic_animation": "64",
- "magic_level": "1",
+ "slayer_task": "8",
"melee_animation": "64",
"range_animation": "64",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "157",
- "strength_level": "148",
- "weakness": "4"
- },
- {
- "id": "678",
- "name": "Guard",
- "examine": "Keeps order in the ranging guild.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "679",
- "name": "Ranging Guild Doorman",
- "examine": "The keeper of the gates to the ranging guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "680",
- "name": "Leatherworker",
- "examine": "An expert leatherworker.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "681",
- "name": "Held vampyre juvinate",
- "examine": "Mysterious swamp lights...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "682",
- "name": "Armour salesman",
- "examine": "Supplier of Rangers armour.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "683",
- "name": "Bow and Arrow salesman",
- "examine": "Supplier of Archery equipment.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "684",
- "name": "Tower Advisor",
- "examine": "Tower keeper and competition judge.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "685",
- "name": "Tower Advisor"
- },
- {
- "id": "686",
- "name": "Tower Advisor"
- },
- {
- "id": "687",
- "name": "Tower Advisor"
- },
- {
- "id": "688",
- "name": "Tower Archer",
- "examine": "Defender of the north tower.",
- "aggressive": "true",
- "attack_level": "7",
- "combat_style": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "426",
- "range_animation": "426",
- "range_level": "10",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "7",
- "weakness": "0"
- },
- {
- "id": "689",
- "name": "Tower Archer",
- "examine": "Defender of the east tower.",
- "aggressive": "true",
- "attack_level": "15",
- "combat_style": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
- "magic_animation": "0",
- "melee_animation": "426",
- "range_animation": "426",
- "range_level": "20",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "15",
- "weakness": "0"
- },
- {
- "id": "690",
- "name": "Tower Archer",
- "examine": "Defender of the south tower.",
- "aggressive": "true",
- "attack_level": "22",
- "combat_style": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "426",
- "range_animation": "426",
- "range_level": "30",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "0"
- },
- {
- "id": "691",
- "name": "Tower Archer",
- "examine": "Defender of the west tower.",
- "aggressive": "true",
- "attack_level": "30",
- "combat_style": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
- "melee_animation": "426",
- "range_animation": "426",
- "range_level": "40",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "0"
- },
- {
- "id": "692",
- "name": "Tribal Weapon Salesman",
- "examine": "Supplier of authentic throwing weapons.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "693",
- "name": "Competition Judge"
- },
- {
- "id": "694",
- "name": "Ticket Merchant",
- "examine": "Sells equipment in exchange for archery tickets.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "695",
- "name": "Bailey"
- },
- {
- "id": "696",
- "name": "Caroline",
- "examine": "She looks very worried about something.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "697",
- "name": "Holgart"
- },
- {
- "id": "698",
- "name": "Holgart",
- "examine": "A very good sailor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "699",
- "name": "Holgart"
- },
- {
- "id": "700",
- "name": "Holgart"
- },
- {
- "id": "701",
- "name": "Kent"
- },
- {
- "id": "702",
- "name": "Fisherman"
- },
- {
- "id": "703",
- "name": "Fisherman"
- },
- {
- "id": "704",
- "name": "Fisherman"
- },
- {
- "id": "705",
- "name": "Melee tutor",
- "examine": "Harlan, ready to teach swordplay.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "706",
- "name": "Wizard Mizgog",
- "examine": "An old wizard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "707",
- "name": "Wizard Grayzag",
- "examine": "Master of imps."
- },
- {
- "id": "708",
- "name": "Imp",
- "examine": "A cheeky little imp.",
- "attack_level": "2",
- "attack_speed": "5",
- "combat_audio": "534,536,535",
- "death_animation": "172",
- "defence_animation": "170",
- "defence_level": "2",
- "lifepoints": "8",
- "magic_animation": "169",
- "melee_animation": "169",
- "movement_radius": "25",
- "range_animation": "169",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2",
- "weakness": "7"
- },
- {
- "id": "709",
- "name": "Imp",
- "examine": "A cheeky little imp.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "534,536,535",
- "death_animation": "172",
- "defence_animation": "170",
- "defence_level": "1",
- "lifepoints": "8",
- "magic_animation": "169",
- "melee_animation": "169",
- "movement_radius": "25",
- "range_animation": "169",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "710",
- "name": "Alrena"
- },
- {
- "id": "711",
- "name": "Bravek"
- },
- {
- "id": "712",
- "name": "Carla"
- },
- {
- "id": "713",
- "name": "Clerk",
- "examine": "A bureaucratic administrator.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "714",
- "name": "Edmond",
- "examine": "A local civilian.",
- "attack_level": "",
- "combat_audio": "",
- "defence_level": "",
- "lifepoints": "",
- "range_level": "",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": ""
- },
- {
- "id": "715",
- "name": "Elena",
- "examine": "She looks concerned."
- },
- {
- "id": "716",
- "name": "Head Mourner",
- "examine": "In charge of people with silly outfits."
- },
- {
- "id": "717",
- "name": "Mourner",
- "examine": "A mourner, or plague healer."
- },
- {
- "id": "718",
- "name": "Mourner",
- "examine": "A mourner, or plague healer."
- },
- {
- "id": "719",
- "name": "Mourner",
- "examine": "A mourner, or plague healer."
- },
- {
- "id": "720",
- "name": "Recruiter",
- "examine": "A member of the Ardougne Royal Army.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "721",
- "name": "Ted Rehnison"
- },
- {
- "id": "722",
- "name": "Martha Rehnison"
- },
- {
- "id": "723",
- "name": "Billy Rehnison"
- },
- {
- "id": "724",
- "name": "Milli Rehnison"
- },
- {
- "id": "725",
- "name": "Jethick"
- },
- {
- "id": "726",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "727",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "728",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "",
- "clue_level": "",
- "combat_audio": "",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "protect_style": "",
- "range_animation": "",
- "range_level": "",
- "respawn_delay": "",
- "safespot": "",
- "slayer_exp": "",
- "strength_level": ""
- },
- {
- "id": "729",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "",
- "clue_level": "",
- "combat_audio": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "730",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "731",
- "name": "Bartender",
- "examine": "I could get a beer from him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "732",
- "name": "Bartender",
- "examine": "I could get a beer from him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "733",
- "name": "Bartender",
- "examine": "I could get a beer from him."
- },
- {
- "id": "734",
- "name": "Bartender",
- "examine": "I could get a beer from him."
- },
- {
- "id": "735",
- "name": "Bartender",
- "examine": "I could get a beer from him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "736",
- "name": "Emily",
- "examine": "Works in the Rising Sun."
- },
- {
- "id": "737",
- "name": "Bartender",
- "examine": "I could get a beer from him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "738",
- "name": "Bartender",
- "examine": "I could get a beer from him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "739",
- "name": "Bartender",
- "examine": "I could get a beer from him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "740",
- "name": "Trufitus",
- "examine": "A wise old witch doctor."
- },
- {
- "id": "741",
- "name": "Duke Horacio",
- "examine": "Duke Horacio of Lumbridge.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "742",
- "name": "Elvarg",
- "examine": "Roar! A dragon!",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "70",
+ "combat_audio": "397,399,398",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0",
- "death_animation": "4642",
- "defence_animation": "89",
- "defence_level": "70",
- "lifepoints": "80",
- "magic_level": "70",
- "melee_animation": "80",
- "range_level": "1",
- "respawn_delay": "35",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "157",
+ "magic_animation": "64",
+ "death_animation": "67",
+ "name": "Black demon",
+ "defence_level": "152",
"safespot": null,
- "strength_level": "70"
+ "lifepoints": "157",
+ "strength_level": "148",
+ "id": "677",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "145"
},
{
- "id": "743",
- "name": "Ned",
- "examine": "An old sailor."
- },
- {
- "id": "744",
- "name": "Klarense",
- "examine": "A young sailor."
- },
- {
- "id": "745",
- "name": "Wormbrain",
- "examine": "A badly-behaved goblin.",
- "attack_level": "1",
- "death_animation": "6204",
+ "examine": "Keeps order in the ranging guild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "1",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "678",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The keeper of the gates to the ranging guild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ranging Guild Doorman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "679",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An expert leatherworker.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Leatherworker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "680",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Mysterious swamp lights...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Held vampyre juvinate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "681",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Supplier of Rangers armour.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Armour salesman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "682",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Supplier of Archery equipment.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bow and Arrow salesman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "683",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Tower keeper and competition judge.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tower Advisor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "684",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Defender of the north tower.",
+ "combat_style": "1",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Tower Archer",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "7",
+ "id": "688",
+ "aggressive": "true",
+ "range_level": "10",
+ "attack_level": "7"
+ },
+ {
+ "examine": "Defender of the east tower.",
+ "combat_style": "1",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Tower Archer",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "15",
+ "id": "689",
+ "aggressive": "true",
+ "range_level": "20",
+ "attack_level": "15"
+ },
+ {
+ "examine": "Defender of the south tower.",
+ "combat_style": "1",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Tower Archer",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "22",
+ "id": "690",
+ "aggressive": "true",
+ "range_level": "30",
+ "attack_level": "22"
+ },
+ {
+ "examine": "Defender of the west tower.",
+ "combat_style": "1",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Tower Archer",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "30",
+ "id": "691",
+ "aggressive": "true",
+ "range_level": "40",
+ "attack_level": "30"
+ },
+ {
+ "examine": "Supplier of authentic throwing weapons.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tribal Weapon Salesman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "692",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Sells equipment in exchange for archery tickets.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ticket Merchant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "694",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Harlan, ready to teach swordplay.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Melee tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "705",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An old wizard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wizard Mizgog",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "706",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A cheeky little imp.",
+ "melee_animation": "169",
+ "range_animation": "169",
+ "combat_audio": "534,536,535",
+ "attack_speed": "5",
+ "defence_animation": "170",
+ "weakness": "7",
+ "magic_animation": "169",
+ "death_animation": "172",
+ "name": "Imp",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "8",
+ "strength_level": "2",
+ "id": "708",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "A cheeky little imp.",
+ "melee_animation": "169",
+ "range_animation": "169",
+ "combat_audio": "534,536,535",
+ "attack_speed": "5",
+ "defence_animation": "170",
+ "magic_animation": "169",
+ "death_animation": "172",
+ "name": "Imp",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "8",
+ "strength_level": "1",
+ "id": "709",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A bureaucratic administrator.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Clerk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "713",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "0",
+ "examine": "A local civilian.",
+ "name": "Edmond",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "714",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "In charge of people with silly outfits.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Head mourner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "716",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of the Ardougne Royal Army.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Recruiter",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "720",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "name": "Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "726",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "name": "Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "727",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "728",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "729",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "name": "Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "730",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I could get a beer from him.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bartender",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "731",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I could get a beer from him.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bartender",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "732",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I could get a beer from him.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bartender",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "735",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I could get a beer from him.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bartender",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "737",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I could get a beer from him.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bartender",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "738",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I could get a beer from him.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bartender",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "739",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duke Horacio of Lumbridge.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Duke Horacio",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "741",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "64",
+ "examine": "Roar! A dragon!",
+ "melee_animation": "80",
+ "attack_speed": "4",
+ "magic_level": "70",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "death_animation": "4642",
+ "name": "Elvarg",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "70",
+ "id": "742",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "70"
+ },
+ {
+ "examine": "A badly-behaved goblin.",
+ "slayer_task": "38",
"melee_animation": "6184",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6204",
+ "name": "Wormbrain",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "1",
"strength_level": "1",
- "weakness": "9"
+ "id": "745",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "746",
- "name": "Oracle"
- },
- {
- "id": "747",
- "name": "Oziach",
- "examine": "A strange little man."
- },
- {
- "id": "748",
- "name": "Angry barbarian spirit"
- },
- {
- "id": "749",
+ "examine": "He looks a tad upset.",
+ "melee_animation": "6726",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6727",
"name": "Angry barbarian spirit",
- "examine": "He looks a tad upset.",
- "aggressive": "true",
- "attack_level": "76",
- "death_animation": "6727",
- "defence_animation": "0",
"defence_level": "76",
- "lifepoints": "108",
- "magic_animation": "0",
- "melee_animation": "6726",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
+ "lifepoints": "108",
"strength_level": "76",
- "weakness": "6"
+ "id": "749",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "76"
},
{
- "id": "750",
+ "examine": "He looks a tad upset.",
+ "melee_animation": "6726",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6727",
"name": "Enraged barbarian spirit",
- "examine": "He looks a tad upset.",
- "aggressive": "true",
- "attack_level": "76",
- "death_animation": "6727",
- "defence_animation": "0",
"defence_level": "76",
- "lifepoints": "108",
- "magic_animation": "0",
- "melee_animation": "6726",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
+ "lifepoints": "108",
"strength_level": "76",
- "weakness": "6"
+ "id": "750",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "76"
},
{
- "id": "751",
+ "examine": "He looks a tad upset.",
+ "melee_animation": "6726",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6727",
"name": "Berserk barbarian spirit",
- "examine": "He looks a tad upset.",
- "aggressive": "true",
- "attack_level": "76",
- "death_animation": "6727",
- "defence_animation": "0",
"defence_level": "76",
+ "safespot": null,
"lifepoints": "108",
- "magic_animation": "0",
- "melee_animation": "6726",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "76",
- "weakness": "6"
+ "id": "751",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "76"
},
{
- "id": "752",
- "name": "Ferocious barbarian spirit",
"examine": "He looks a tad upset.",
- "aggressive": "true",
- "attack_level": "76",
- "bonuses": "80,100,60,70,85,70,70,90,60,100,50,90,90,0,0",
- "death_animation": "6727",
- "defence_animation": "0",
- "defence_level": "76",
- "lifepoints": "190",
- "magic_animation": "0",
"melee_animation": "6726",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6727",
+ "name": "Ferocious barbarian spirit",
+ "defence_level": "76",
"safespot": null,
+ "lifepoints": "190",
"strength_level": "76",
- "weakness": "6"
+ "id": "752",
+ "aggressive": "true",
+ "bonuses": "80,100,60,70,85,70,70,90,60,100,50,90,90,0,0",
+ "range_level": "1",
+ "attack_level": "76"
},
{
- "id": "753",
- "name": "Melzar the Mad",
"examine": "He looks totally insane!",
- "aggressive": "true",
- "attack_level": "28",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
- "magic_level": "28",
"melee_animation": "423",
"range_animation": "0",
- "range_level": "28",
+ "magic_level": "28",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Melzar the Mad",
+ "defence_level": "28",
"safespot": null,
+ "lifepoints": "40",
"strength_level": "28",
- "weakness": "10"
- },
- {
- "id": "754",
- "name": "Peaceful barbarian spirit"
- },
- {
- "id": "755",
- "name": "Morgan",
- "examine": "He looks scared."
- },
- {
- "id": "756",
- "name": "Dr Harlow",
- "examine": "A retired vampyre hunter."
- },
- {
- "id": "757",
- "name": "Count Draynor",
- "examine": "Stop looking and run!",
+ "id": "753",
"aggressive": "true",
- "attack_level": "20",
- "attack_speed": "5",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "20",
- "lifepoints": "4",
- "magic_animation": "422",
+ "range_level": "28",
+ "attack_level": "28"
+ },
+ {
+ "examine": "Stop looking and run!",
"melee_animation": "422",
"range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "758",
- "name": "Fred the Farmer",
- "examine": "A well-fed farmer.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "759",
- "name": "Kittens"
- },
- {
- "id": "761",
- "name": "Kitten"
- },
- {
- "id": "762",
- "name": "Kitten"
- },
- {
- "id": "763",
- "name": "Kitten"
- },
- {
- "id": "764",
- "name": "Kitten"
- },
- {
- "id": "765",
- "name": "Kitten"
- },
- {
- "id": "766",
- "name": "Kitten"
- },
- {
- "id": "767",
- "name": "Crate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "combat_style": "2",
- "death_animation": "196",
- "defence_animation": "194",
- "defence_level": "1",
- "lifepoints": "88",
- "melee_animation": "192",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "768",
- "name": "Cat"
- },
- {
- "id": "769",
- "name": "Cat"
- },
- {
- "id": "770",
- "name": "Cat"
- },
- {
- "id": "771",
- "name": "Cat"
- },
- {
- "id": "772",
- "name": "Cat"
- },
- {
- "id": "773",
- "name": "Cat"
- },
- {
- "id": "774",
- "name": "Overgrown cat"
- },
- {
- "id": "775",
- "name": "Overgrown cat"
- },
- {
- "id": "776",
- "name": "Overgrown cat"
- },
- {
- "id": "777",
- "name": "Overgrown cat"
- },
- {
- "id": "778",
- "name": "Overgrown cat",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "66",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "779",
- "name": "Overgrown cat"
- },
- {
- "id": "780",
- "name": "Gertrude"
- },
- {
- "id": "781",
- "name": "Shilop",
- "examine": "One of Gertrude's Sons."
- },
- {
- "id": "782",
- "name": "Philop"
- },
- {
- "id": "783",
- "name": "Wilough",
- "examine": "One of Gertrude's Sons."
- },
- {
- "id": "784",
- "name": "Kanel"
- },
- {
- "id": "785",
- "name": "Civilian",
- "examine": "A citizen of Ardougne.",
- "attack_level": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "786",
- "name": "Civilian",
- "examine": "A citizen of Ardougne.",
- "attack_level": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "787",
- "name": "Civilian",
- "examine": "A citizen of Ardougne.",
- "attack_level": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "788",
- "name": "Garv",
- "examine": "A diligent guard."
- },
- {
- "id": "789",
- "name": "Grubor",
- "examine": "A rough looking thief."
- },
- {
- "id": "790",
- "name": "Letham",
- "examine": "A gnome who's supposed to be cleaning up a mess.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "791",
- "name": "Seth"
- },
- {
- "id": "792",
- "name": "Grip",
- "examine": "Looks like he's been in the wars."
- },
- {
- "id": "793",
- "name": "Alfonse the waiter",
- "examine": "Smartly dressed, and ready to deliver food.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "794",
- "name": "Charlie the cook",
- "examine": "Distinctly cook-like.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "795",
- "name": "Ice Queen",
- "examine": "A cold hearted lady.",
- "attack_level": "95",
- "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "95",
- "lifepoints": "104",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "94",
- "weakness": "10"
- },
- {
- "id": "796",
- "name": "Achietties",
- "examine": "Distinctly heroic."
- },
- {
- "id": "797",
- "name": "Helemos"
- },
- {
- "id": "798",
- "name": "Velrak the explorer",
- "examine": "He looks cold and hungry.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "799",
- "name": "Pirate Guard",
- "examine": "A morally ambiguous guard.",
- "attack_level": "30",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "800",
- "name": "Fishing spot",
- "examine": "It looks like there might be eels swimming in the lava.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "801",
- "name": "Abbot Langley",
- "examine": "A holy man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "802",
- "name": "Brother Jered",
- "examine": "A holy man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "803",
- "name": "Monk",
- "examine": "A holy man.",
- "attack_level": "12",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "12",
- "lifepoints": "17",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "12",
- "weakness": "9"
- },
- {
- "id": "804",
- "name": "Tanner",
- "examine": "Manufacturer of fine leathers.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "805",
- "name": "Master Crafter",
- "examine": "He's in charge of the Crafting Guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "806",
- "name": "Donovan the Family Handyman",
- "examine": "He looks very tired...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "807",
- "name": "Pierre",
- "examine": "His job doesn't look very fun..."
- },
- {
- "id": "808",
- "name": "Hobbes",
- "examine": "He looks kind of stuck up..."
- },
- {
- "id": "809",
- "name": "Louisa",
- "examine": "She looks like she enjoys her job."
- },
- {
- "id": "810",
- "name": "Mary",
- "examine": "She looks very nervous..."
- },
- {
- "id": "811",
- "name": "Stanford",
- "examine": "He looks like he spends a lot of time outdoor."
- },
- {
- "id": "812",
- "name": "Guard",
- "examine": "An officer of the Law.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "813",
- "name": "Gossip",
- "examine": "One of those people who love to gossip!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "814",
- "name": "Anna",
- "examine": "She's dressed in a red top and green trousers."
- },
- {
- "id": "815",
- "name": "Bob",
- "examine": "He's dressed all in red."
- },
- {
- "id": "816",
- "name": "Carol",
- "examine": "She's wearing a blue top and red trousers."
- },
- {
- "id": "817",
- "name": "David",
- "examine": "He's dressed all in green."
- },
- {
- "id": "818",
- "name": "Elizabeth",
- "examine": "She's wearing a green top and blue trousers."
- },
- {
- "id": "819",
- "name": "Frank",
- "examine": "He's dressed all in blue."
- },
- {
- "id": "820",
- "name": "Poison Salesman",
- "examine": "He sure likes to sell stuff!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "821",
- "name": "Sinclair Guard dog",
- "examine": "Big, noisy, and scary looking!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "822",
- "name": "Ana"
- },
- {
- "id": "823",
- "name": "Ana"
- },
- {
- "id": "824",
- "name": "Female slave"
- },
- {
- "id": "825",
- "name": "Male slave",
- "examine": "It looks like he's been here a long time.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "826",
- "name": "Escaping slave"
- },
- {
- "id": "827",
- "name": "Rowdy slave",
- "examine": "He looks a bit aggressive.",
- "aggressive": "true",
- "attack_level": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "9"
- },
- {
- "id": "828",
- "name": "Shanty Claws"
- },
- {
- "id": "829",
- "name": "Mercenary Captain"
- },
- {
- "id": "830",
- "name": "Mercenary Captain",
- "examine": "He looks a bit aggressive.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "0",
+ "attack_speed": "5",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Count Draynor",
"defence_level": "20",
- "lifepoints": "28",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "4",
"strength_level": "1",
- "weakness": "9"
+ "id": "757",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "20"
},
{
- "id": "831",
- "name": "Captain Siad",
- "examine": "He's in control of the whole mining camp.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "A well-fed farmer.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "832",
- "name": "Al Shabim"
- },
- {
- "id": "833",
- "name": "Bedabin Nomad",
- "examine": "A Bedabin nomad",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fred the Farmer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "758",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "2",
+ "melee_animation": "192",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "194",
+ "death_animation": "196",
+ "name": "Crate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "1",
+ "id": "767",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Overgrown cat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "66",
+ "strength_level": "1",
+ "id": "778",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A citizen of Ardougne.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Civilian",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "785",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "834",
- "name": "Bedabin Nomad Guard",
- "examine": "A Bedabin nomad guard - it looks like he's protecting an area.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "A citizen of Ardougne.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Civilian",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "786",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "835",
- "name": "Irena",
- "examine": "A resident of Al Kharid."
+ "examine": "A citizen of Ardougne.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Civilian",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "787",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "836",
- "name": "Shantay",
- "examine": "He's in control of the Shantay Pass."
+ "examine": "A gnome who's supposed to be cleaning up a mess.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Letham",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "790",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "837",
- "name": "Shantay Guard",
- "examine": "He patrols the Shantay Pass.",
- "attack_level": "11",
+ "examine": "Smartly dressed",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Alfonse the waiter",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "793",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Distinctly cook-like.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Charlie the cook",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "794",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A cold hearted lady.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "magic_level": "55",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
"death_animation": "836",
+ "name": "Ice Queen",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "157",
+ "strength_level": "55",
+ "id": "795",
+ "range_level": "55",
+ "attack_level": "55"
+ },
+ {
+ "examine": "He looks cold and hungry.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "11",
- "lifepoints": "15",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Velrak the explorer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "798",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A morally ambiguous guard.",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "703,705,704",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Pirate Guard",
+ "defence_level": "30",
"safespot": null,
- "strength_level": "11",
- "weakness": "9"
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "799",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "838",
- "name": "Shantay Guard",
- "examine": "He patrols the Shantay Pass.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "It looks like there might be eels swimming in the lava.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fishing spot",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "800",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "839",
- "name": "Desert Wolf",
- "examine": "A vicious desert wolf.",
- "attack_level": "11",
- "death_animation": "6558",
+ "examine": "A holy man.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "11",
- "lifepoints": "15",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Abbot Langley",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "801",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A holy man.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brother Jered",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "802",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A holy man.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Monk",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "17",
+ "strength_level": "12",
+ "id": "803",
+ "range_level": "1",
+ "attack_level": "12"
+ },
+ {
+ "examine": "Manufacturer of fine leathers.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tanner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "804",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's in charge of the Crafting Guild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Master Crafter",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "805",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks very tired...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Donovan the Family Handyman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "806",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An officer of the Law.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "812",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of those people who love to gossip!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gossip",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "813",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He sure likes to sell stuff!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Poison Salesman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "820",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Big",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sinclair Guard dog",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "821",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It looks like he's been here a long time.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Male slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "825",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Rowdy slave",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
+ "id": "827",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Mercenary Captain",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "1",
+ "id": "830",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's in control of the whole mining camp.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Siad",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "831",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Bedabin nomad",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bedabin Nomad",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "833",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Bedabin nomad guard - it looks like he's protecting an area.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bedabin Nomad Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "834",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He patrols the Shantay Pass.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Shantay Guard",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "11",
+ "id": "837",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "He patrols the Shantay Pass.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shantay Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "838",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A vicious desert wolf.",
+ "slayer_task": "92",
"melee_animation": "6559",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6558",
+ "name": "Desert Wolf",
+ "defence_level": "11",
"safespot": null,
+ "lifepoints": "15",
"strength_level": "11",
- "weakness": "9"
+ "id": "839",
+ "range_level": "1",
+ "attack_level": "11"
},
{
- "id": "840",
- "name": "Ugthanki",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
"death_animation": "9674",
+ "name": "Ugthanki",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "46",
+ "strength_level": "1",
+ "attack_speed": "5",
+ "id": "840",
+ "aggressive": "true",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "841",
- "name": "Mine cart driver",
"examine": "He looks busy attending to his cart.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mine cart driver",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "841",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "842",
- "name": "Rowdy Guard",
"examine": "This pickaxe has been possessed by a dwarf ancestor spirit.",
- "aggressive": "true",
- "attack_level": "40",
- "death_animation": "188",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "400",
- "magic_animation": "0",
"melee_animation": "185",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "188",
+ "name": "Rowdy Guard",
+ "defence_level": "40",
"safespot": null,
- "strength_level": "40"
+ "lifepoints": "400",
+ "strength_level": "40",
+ "id": "842",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "843",
- "name": "RPDT employee",
"examine": "Inefficient looking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "RPDT employee",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "843",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "844",
- "name": "Horacio"
- },
- {
- "id": "846",
- "name": "Kangai Mau",
- "examine": "A happening kind of guy!"
- },
- {
- "id": "847",
- "name": "Head chef",
"examine": "Despite his name",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Head chef",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "847",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "848",
- "name": "Blurberry"
- },
- {
- "id": "849",
- "name": "Barman"
- },
- {
- "id": "850",
- "name": "Aluft Gianne snr.",
"examine": "The famous tree gnome chef.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Aluft Gianne snr.",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "850",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "851",
- "name": "Gnome Waiter",
"examine": "He can serve you gnome food.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome Waiter",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "851",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "852",
- "name": "Ogre chieftain",
"examine": "Tough-looking.",
- "attack_level": "75",
+ "slayer_task": "64",
+ "range_animation": "0",
"attack_speed": "4",
- "bonuses": "5,5,5,0,0,0,0,0,0,0,0,7,0,0,0",
- "defence_animation": "0",
- "defence_level": "75",
- "lifepoints": "60",
- "magic_animation": "0",
"magic_level": "1",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "300",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Ogre chieftain",
+ "defence_level": "75",
"safespot": null,
+ "lifepoints": "60",
"strength_level": "71",
- "weakness": "7"
+ "id": "852",
+ "bonuses": "5,5,5,0,0,0,0,0,0,0,0,7,0,0,0",
+ "range_level": "1",
+ "attack_level": "75"
},
{
- "id": "853",
- "name": "Og"
- },
- {
- "id": "854",
- "name": "Grew"
- },
- {
- "id": "855",
- "name": "Toban"
- },
- {
- "id": "856",
"name": "Gorad",
- "attack_level": "1",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "81",
+ "strength_level": "1",
+ "id": "856",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "857",
- "name": "Ogre guard"
- },
- {
- "id": "858",
- "name": "Ogre guard",
"examine": "These ogres protect the city.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "slayer_task": "64",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "859",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Ogre guard",
- "examine": "An ogre that guards.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "10",
"strength_level": "1",
- "weakness": "7"
+ "id": "858",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "860",
- "name": "Ogre guard"
+ "examine": "An ogre that guards.",
+ "slayer_task": "64",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ogre guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "859",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "861",
- "name": "Ogre guard"
- },
- {
- "id": "862",
+ "examine": "Tries to keep the peace.",
+ "slayer_task": "64",
+ "melee_animation": "2100",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "8576",
"name": "City guard",
- "examine": "Tries to keep the peace.",
- "attack_level": "58",
- "death_animation": "8576",
- "defence_animation": "0",
"defence_level": "58",
- "lifepoints": "331",
- "magic_animation": "0",
- "melee_animation": "2100",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "331",
"strength_level": "58",
- "weakness": "7"
+ "id": "862",
+ "range_level": "1",
+ "attack_level": "58"
},
{
- "id": "863",
- "name": "Scared skavid",
"examine": "Frightened-looking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Scared skavid",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "863",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "864",
- "name": "Mad skavid",
"examine": "Looks mad.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "865",
- "name": "Skavid"
- },
- {
- "id": "866",
- "name": "Skavid"
- },
- {
- "id": "867",
- "name": "Skavid"
- },
- {
- "id": "868",
- "name": "Skavid"
- },
- {
- "id": "869",
- "name": "Skavid"
- },
- {
- "id": "870",
- "name": "Enclave guard",
- "examine": "Big and ugly looking.",
- "attack_level": "58",
- "death_animation": "8576",
"defence_animation": "0",
- "defence_level": "58",
- "lifepoints": "331",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mad skavid",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "864",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Big and ugly looking.",
+ "slayer_task": "64",
"melee_animation": "2100",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "8576",
+ "name": "Enclave guard",
+ "defence_level": "58",
"safespot": null,
+ "lifepoints": "331",
"strength_level": "58",
- "weakness": "7"
+ "id": "870",
+ "range_level": "1",
+ "attack_level": "58"
},
{
- "id": "871",
- "name": "Watchtower Wizard"
- },
- {
- "id": "872",
- "name": "Watchtower Wizard",
"examine": "The hat is a dead giveaway.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Watchtower Wizard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "872",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Funnily enough",
+ "slayer_task": "64",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ogre trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "873",
- "name": "Ogre trader",
- "examine": "Funnily enough",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "874",
+ "examine": "Funnily enough",
+ "slayer_task": "64",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Ogre merchant",
- "examine": "Funnily enough",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "874",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "875",
+ "examine": "Funnily enough",
+ "slayer_task": "64",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Ogre trader",
- "examine": "Funnily enough",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "875",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "876",
- "name": "Ogre trader"
- },
- {
- "id": "877",
- "name": "Tower guard",
"examine": "Tries to keep the peace.",
- "attack_level": "17",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "17",
- "lifepoints": "97",
- "magic_animation": "0",
"melee_animation": "386",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "17",
- "weakness": "7"
- },
- {
- "id": "878",
- "name": "Colonel Radick",
- "attack_level": "1",
- "attack_speed": "5",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
"death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "71",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
+ "name": "Tower guard",
+ "defence_level": "17",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "97",
+ "strength_level": "17",
+ "id": "877",
+ "range_level": "1",
+ "attack_level": "17"
},
{
- "id": "879",
- "name": "Delrith",
- "attack_level": "1",
- "death_animation": "67",
- "defence_animation": "65",
+ "melee_animation": "395",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Colonel Radick",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "878",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "67",
+ "name": "Delrith",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "7",
"melee_animation": "64",
+ "strength_level": "1",
+ "id": "879",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "65"
},
{
- "id": "880",
- "name": "Weakened Delrith"
- },
- {
- "id": "881",
- "name": "Traiborn",
- "examine": "An old wizard."
- },
- {
- "id": "882",
- "name": "Gypsy Aris",
- "examine": "An old gypsy lady."
- },
- {
- "id": "883",
- "name": "Sir Prysin",
- "examine": "One of the king's knights."
- },
- {
- "id": "884",
- "name": "Captain Rovin",
"examine": "The head of the palace guard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Rovin",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "884",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "885",
- "name": "Ceril Carnillean",
"examine": "Head of the Carnillean household.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "886",
- "name": "Claus the chef",
- "examine": "The Carnillean family chef."
- },
- {
- "id": "887",
- "name": "Guard",
- "examine": "On special duty to protect the Canilleans.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ceril Carnillean",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "885",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "888",
- "name": "Philipe Carnillean"
- },
- {
- "id": "889",
- "name": "Henryeta Carnillean",
- "examine": "Ceril Carnillean's wife."
- },
- {
- "id": "890",
- "name": "Butler Jones",
- "examine": "The Carnellian family butler."
- },
- {
- "id": "891",
- "name": "Alomone",
- "examine": "Leader of the Hazeel cult."
- },
- {
- "id": "892",
- "name": "Hazeel"
- },
- {
- "id": "893",
- "name": "Clivet",
- "examine": "A member of the Hazeel cult.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
+ "name": "Guard",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "887",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Clivet",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "25",
"melee_animation": "811",
+ "strength_level": "1",
+ "id": "893",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
- "id": "894",
- "name": "Hazeel Cultist",
"examine": "A member of the Hazeel cult.",
- "attack_level": "15",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
- "magic_animation": "0",
- "magic_level": "20",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "magic_level": "20",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Hazeel Cultist",
+ "defence_level": "20",
"safespot": null,
+ "lifepoints": "28",
"strength_level": "15",
- "weakness": "3"
+ "id": "894",
+ "range_level": "1",
+ "attack_level": "15"
},
{
- "id": "895",
- "name": "Boy",
- "examine": "A sad looking child.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "Children are just like real people...just smaller.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "896",
- "name": "Nora T. Hagg"
- },
- {
- "id": "897",
- "name": "Witch's experiment",
- "examine": "Looks unnatural.",
- "attack_level": "18",
- "attack_speed": "4",
- "death_animation": "258",
"defence_animation": "0",
- "defence_level": "19",
- "lifepoints": "21",
"magic_animation": "0",
- "magic_level": "1",
+ "death_animation": "0",
+ "name": "Boy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "895",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks unnatural.",
"melee_animation": "255",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "258",
+ "name": "Witch's experiment",
+ "defence_level": "19",
"safespot": null,
+ "lifepoints": "21",
"strength_level": "10",
- "weakness": "7"
+ "id": "897",
+ "range_level": "1",
+ "attack_level": "18"
},
{
- "id": "898",
- "name": "Witch's experiment (second form)",
"examine": "Looks unnatural.",
- "attack_level": "28",
- "attack_speed": "4",
- "death_animation": "5329",
- "defence_animation": "0",
- "defence_level": "29",
- "lifepoints": "31",
- "magic_animation": "0",
- "magic_level": "1",
"melee_animation": "5327",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "5329",
+ "name": "Witch's experiment (second form)",
+ "defence_level": "29",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "20",
- "weakness": "7"
+ "id": "898",
+ "range_level": "1",
+ "attack_level": "28"
},
{
- "id": "899",
- "name": "Witch's experiment (third form)",
"examine": "Looks unnatural.",
- "attack_level": "38",
- "attack_speed": "4",
- "death_animation": "4929",
- "defence_animation": "0",
- "defence_level": "39",
- "lifepoints": "41",
- "magic_animation": "0",
- "magic_level": "1",
"melee_animation": "4925",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "4929",
+ "name": "Witch's experiment (third form)",
+ "defence_level": "39",
"safespot": null,
+ "lifepoints": "41",
"strength_level": "30",
- "weakness": "7"
+ "id": "899",
+ "range_level": "1",
+ "attack_level": "38"
},
{
- "id": "900",
- "name": "Witch's experiment (fourth form)",
"examine": "Looks unnatural.",
- "attack_level": "48",
- "attack_speed": "4",
- "death_animation": "6558",
- "defence_animation": "0",
- "defence_level": "49",
- "lifepoints": "51",
- "magic_animation": "0",
- "magic_level": "1",
"melee_animation": "6559",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
- },
- {
- "id": "901",
- "name": "Mouse"
- },
- {
- "id": "902",
- "name": "Gundai"
- },
- {
- "id": "903",
- "name": "Lundail"
- },
- {
- "id": "904",
- "name": "Chamber guardian",
- "examine": "He hasn't seen much sun lately.",
- "attack_level": "1",
- "death_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "7",
"magic_animation": "0",
+ "death_animation": "6558",
+ "name": "Witch's experiment (fourth form)",
+ "defence_level": "49",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "40",
+ "id": "900",
+ "range_level": "1",
+ "attack_level": "48"
+ },
+ {
+ "examine": "He hasn't seen much sun lately.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "905",
- "name": "Kolodion",
- "examine": "Runs the Mage Arena.",
- "attack_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Chamber guardian",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "904",
"range_level": "1",
- "safespot": null,
+ "attack_level": "1"
+ },
+ {
"slayer_exp": "0",
- "strength_level": "1"
- },
- {
- "id": "906",
- "name": "Kolodion"
- },
- {
- "id": "907",
+ "examine": "Runs the Mage Arena.",
"name": "Kolodion",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "905",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "He's a shape-shifter",
- "attack_level": "42",
- "attack_speed": "7",
"combat_style": "2",
- "death_animation": "1816",
- "defence_animation": "404",
- "defence_level": "20",
- "lifepoints": "3",
+ "melee_animation": "811",
+ "attack_speed": "7",
"magic_level": "75",
- "melee_animation": "811",
- "range_level": "1",
- "safespot": null,
+ "defence_animation": "404",
"slayer_exp": "0",
- "strength_level": "1"
+ "death_animation": "1816",
+ "name": "Kolodion",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "907",
+ "range_level": "1",
+ "attack_level": "42"
},
{
- "id": "908",
- "name": "Kolodion",
"examine": "He's a shape-shifter",
- "attack_level": "74",
- "attack_speed": "7",
"combat_style": "2",
- "death_animation": "133",
- "defence_animation": "404",
- "defence_level": "25",
- "lifepoints": "65",
- "magic_level": "89",
"melee_animation": "132",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "1"
- },
- {
- "id": "909",
- "name": "Kolodion",
- "examine": "He's a shape-shifter",
- "attack_level": "74",
"attack_speed": "7",
- "combat_style": "2",
- "death_animation": "5323",
- "defence_animation": "5320",
- "defence_level": "28",
- "lifepoints": "65",
"magic_level": "89",
- "melee_animation": "5322",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "1"
- },
- {
- "id": "910",
- "name": "Kolodion",
- "examine": "He's a shape-shifter",
- "attack_level": "74",
- "attack_speed": "7",
- "combat_style": "2",
- "death_animation": "714",
"defence_animation": "404",
- "defence_level": "30",
- "lifepoints": "78",
- "magic_level": "89",
- "melee_animation": "811",
- "range_level": "1",
- "safespot": null,
"slayer_exp": "0",
- "strength_level": "1"
- },
- {
- "id": "911",
+ "death_animation": "133",
"name": "Kolodion",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "908",
+ "range_level": "1",
+ "attack_level": "74"
+ },
+ {
"examine": "He's a shape-shifter",
- "attack_level": "85",
+ "combat_style": "2",
+ "melee_animation": "5322",
"attack_speed": "7",
- "death_animation": "68",
- "defence_animation": "65",
- "defence_level": "105",
- "lifepoints": "107",
- "magic_level": "80",
+ "magic_level": "89",
+ "defence_animation": "5320",
+ "slayer_exp": "0",
+ "death_animation": "5323",
+ "name": "Kolodion",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "909",
+ "range_level": "1",
+ "attack_level": "74"
+ },
+ {
+ "examine": "He's a shape-shifter",
+ "combat_style": "2",
+ "melee_animation": "811",
+ "attack_speed": "7",
+ "magic_level": "89",
+ "defence_animation": "404",
+ "slayer_exp": "0",
+ "death_animation": "714",
+ "name": "Kolodion",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "1",
+ "id": "910",
+ "range_level": "1",
+ "attack_level": "74"
+ },
+ {
+ "examine": "He's a shape-shifter",
"melee_animation": "69",
- "range_level": "1",
- "safespot": null,
+ "attack_speed": "7",
+ "magic_level": "80",
+ "defence_animation": "65",
"slayer_exp": "0",
- "strength_level": "98"
+ "death_animation": "68",
+ "name": "Kolodion",
+ "defence_level": "105",
+ "safespot": null,
+ "lifepoints": "107",
+ "strength_level": "98",
+ "id": "911",
+ "range_level": "1",
+ "attack_level": "85"
},
{
- "id": "912",
- "name": "Battle mage",
"examine": "He kills in the name of Zamorak.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "120",
- "magic_animation": "0",
- "magic_level": "50",
"melee_animation": "811",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "50",
"respawn_delay": "150",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Battle mage",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "120",
"strength_level": "1",
- "weakness": "3"
+ "id": "912",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "913",
- "name": "Battle mage",
"examine": "He kills in the name of Saradomin.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "120",
- "magic_animation": "0",
- "magic_level": "50",
"melee_animation": "811",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "50",
"respawn_delay": "150",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "3",
"slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Battle mage",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
"strength_level": "1",
- "weakness": "3"
+ "id": "913",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "914",
- "name": "Battle mage",
"examine": "He kills in the name of Guthix.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"combat_style": "2",
- "death_animation": "196",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "120",
- "magic_animation": "0",
- "magic_level": "50",
"melee_animation": "197",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "50",
"respawn_delay": "150",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "3",
"slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "196",
+ "name": "Battle mage",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
"strength_level": "1",
- "weakness": "3"
+ "id": "914",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "915",
- "name": "Leela",
- "examine": "She comes from Al-Kharid."
- },
- {
- "id": "916",
- "name": "Joe",
"examine": "A crafter at the pinnacle of his art.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Joe",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "916",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "917",
- "name": "Jail guard",
"examine": "I wonder who he's guarding?",
- "aggressive": "true",
- "attack_level": "19",
- "attack_speed": "5",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "21",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "401",
- "range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "23"
- },
- {
- "id": "918",
- "name": "Ned"
- },
- {
- "id": "919",
- "name": "Lady Keli",
- "examine": "An infamous bandit."
- },
- {
- "id": "920",
- "name": "Prince Ali",
- "examine": "A young prince."
- },
- {
- "id": "921",
- "name": "Prince Ali"
- },
- {
- "id": "922",
- "name": "Aggie",
- "examine": "A witch."
- },
- {
- "id": "923",
- "name": "Hassan",
- "examine": "The emir's chief advisor and physician.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "924",
- "name": "Osman",
- "examine": "Spymaster of Al Kharid."
- },
- {
- "id": "925",
- "name": "Border Guard",
- "examine": "Guards the border between Al Kharid and the Kingdom of Misthalin.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "926",
- "name": "Border Guard"
- },
- {
- "id": "927",
- "name": "Fishing spot"
- },
- {
- "id": "928",
- "name": "Gujuo"
- },
- {
- "id": "929",
- "name": "Ungadulu"
- },
- {
- "id": "930",
- "name": "Ungadulu"
- },
- {
- "id": "931",
- "name": "Jungle savage",
- "examine": "An aggressive native of the Kharazi Jungle.",
- "aggressive": "true",
- "attack_level": "44",
"death_animation": "836",
+ "name": "Jail guard",
+ "defence_level": "21",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "917",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "19"
+ },
+ {
+ "examine": "The emir's chief advisor and physician.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "44",
- "lifepoints": "62",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hassan",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "923",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Guards the border between Al Kharid and the Kingdom of Misthalin.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Border Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "925",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An aggressive native of the Kharazi Jungle.",
"melee_animation": "428",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "44",
- "weakness": "6"
- },
- {
- "id": "932",
- "name": "Fionella",
- "examine": "She sells general items at the Legends Guild."
- },
- {
- "id": "933",
- "name": "Siegfried Erkle"
- },
- {
- "id": "934",
- "name": "Nezikchened",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "1",
- "lifepoints": "150",
- "melee_animation": "64",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "935",
- "name": "Viyeldi"
- },
- {
- "id": "936",
- "name": "San Tojalon"
- },
- {
- "id": "937",
- "name": "Irvig Senay"
- },
- {
- "id": "938",
- "name": "Ranalph Devere",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "1",
- "lifepoints": "130",
- "melee_animation": "5485",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "939",
- "name": "Boulder",
- "examine": "I wonder what this is doing here.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "6",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Jungle savage",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "44",
+ "id": "931",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "44"
+ },
+ {
+ "melee_animation": "64",
+ "respawn_delay": "60",
+ "defence_animation": "65",
+ "death_animation": "67",
+ "name": "Nezikchened",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "150",
+ "strength_level": "1",
+ "id": "934",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5485",
+ "respawn_delay": "60",
+ "defence_animation": "5489",
+ "death_animation": "5491",
+ "name": "Ranalph Devere",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "id": "938",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I wonder what this is doing here.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Boulder",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "939",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "940",
- "name": "Echned Zekin"
- },
- {
- "id": "941",
- "name": "Green dragon",
"examine": "Must be related to Elvarg.",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "68",
- "lifepoints": "75",
- "magic_animation": "80",
- "magic_level": "68",
+ "slayer_task": "41",
"melee_animation": "80",
"range_animation": "80",
- "range_level": "1",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "68",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "89",
+ "weakness": "3",
"slayer_exp": "75",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Green dragon",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "75",
"strength_level": "68",
- "weakness": "3"
- },
- {
- "id": "942",
- "name": "Master chef",
- "examine": "An expert on all things culinary.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "943",
- "name": "Survival expert",
- "examine": "Very much an outdoors type.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "944",
- "name": "Combat instructor",
- "examine": "An expert on all forms of combat.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "945",
- "name": "RuneScape guide",
- "examine": "Your introduction to the world of Gielinor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "946",
- "name": "Magic instructor",
- "examine": "A master of Magic.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "947",
- "name": "Financial advisor",
- "examine": "An official representative from the First National Bank of Gielinor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "948",
- "name": "Mining instructor",
- "examine": "An expert on Mining-related skills.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "949",
- "name": "Quest guide",
- "examine": "Your introduction to the world of Gielinor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "950",
- "name": "Giant rat",
+ "id": "941",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "1",
- "lifepoints": "5",
- "melee_animation": "4933",
+ "bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0",
+ "clue_level": "2",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "68"
},
{
- "id": "951",
- "name": "Chicken",
- "examine": "Yep. Definitely a chicken.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "5388",
+ "examine": "An expert on all things culinary.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Master chef",
"defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "5387",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "942",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Very much an outdoors type.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Survival expert",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "943",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An expert on all forms of combat.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Combat instructor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "944",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Your introduction to the world of Gielinor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "RuneScape guide",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "945",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A master of Magic.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Magic instructor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "946",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An official representative from the First National Bank of Gielinor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Financial advisor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "947",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An expert on Mining-related skills.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mining instructor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "948",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Your introduction to the world of Gielinor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Quest guide",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "949",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "4933",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
+ "id": "950",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Yep. Definitely a chicken.",
"melee_animation": "5387",
"range_animation": "5387",
- "range_level": "1",
+ "combat_audio": "355,357,356",
+ "attack_speed": "6",
"respawn_delay": "18",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "952",
- "name": "Fishing spot"
- },
- {
- "id": "953",
- "name": "Banker"
- },
- {
- "id": "954",
- "name": "Brother Brace",
- "examine": "A holy man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
+ "defence_animation": "5388",
+ "magic_animation": "5387",
+ "death_animation": "5389",
+ "name": "Chicken",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "951",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A holy man.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brother Brace",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "954",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "955",
- "name": "Cow",
"examine": "Converts grass to beef.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "369,371,370",
- "death_animation": "5851",
- "defence_animation": "5850",
- "defence_level": "1",
- "lifepoints": "8",
- "magic_animation": "5849",
+ "slayer_task": "20",
"melee_animation": "5849",
"range_animation": "5849",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "8",
- "strength_level": "1",
- "weakness": "8"
- },
- {
- "id": "956",
- "name": "Drunken Dwarf",
- "examine": "He's had a fair bit to drink...",
- "attack_level": "5",
+ "combat_audio": "369,371,370",
"attack_speed": "5",
- "combat_audio": "2707,419,418",
- "combat_style": "1",
- "death_animation": "102",
- "defence_animation": "101",
+ "defence_animation": "5850",
+ "weakness": "8",
+ "slayer_exp": "8",
+ "magic_animation": "5849",
+ "death_animation": "5851",
+ "name": "Cow",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "99",
- "magic_level": "20",
- "melee_animation": "99",
- "prj_height": "45",
- "projectile": "33",
- "range_animation": "99",
- "range_level": "6",
"safespot": null,
+ "lifepoints": "8",
+ "strength_level": "1",
+ "id": "955",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's had a fair bit to drink...",
+ "start_gfx": "33",
+ "combat_style": "1",
+ "melee_animation": "99",
+ "range_animation": "99",
+ "attack_speed": "5",
+ "magic_level": "20",
+ "defence_animation": "101",
"slayer_exp": "0",
- "start_gfx": "",
- "strength_level": "5"
- },
- {
- "id": "957",
- "name": "Mubariz",
- "examine": "Tough-looking combat type."
- },
- {
- "id": "958",
- "name": "Fadli",
- "examine": "Looks kinda bored."
- },
- {
- "id": "959",
- "name": "A'abla",
- "examine": "Trained to deal with all sorts of injuries."
- },
- {
- "id": "960",
- "name": "Sabreen",
- "examine": "Wow! She's made a statement with that hair!"
- },
- {
- "id": "961",
- "name": "Surgeon General Tafani",
- "examine": "This doctor really knows her stuff.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
+ "magic_animation": "99",
+ "death_animation": "102",
+ "name": "Drunken Dwarf",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "5",
+ "id": "956",
+ "range_level": "6",
+ "projectile": "33",
+ "attack_level": "5",
+ "prj_height": "45"
+ },
+ {
+ "examine": "This doctor really knows her stuff.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "962",
- "name": "Jaraah",
- "examine": "Has the messy job of putting players back together again."
- },
- {
- "id": "963",
- "name": "Zahwa",
- "examine": "Battle-scarred."
- },
- {
- "id": "964",
- "name": "Ima",
- "examine": "A citizen of Al Kharid"
- },
- {
- "id": "965",
- "name": "Sabeil",
- "examine": "A citizen of Al Kharid"
- },
- {
- "id": "966",
- "name": "Jadid",
- "examine": "A citizen of Al Kharid"
- },
- {
- "id": "967",
- "name": "Dalal",
- "examine": "A citizen of Al Kharid"
- },
- {
- "id": "968",
- "name": "Afrah",
- "examine": "A citizen of Al Kharid"
- },
- {
- "id": "969",
- "name": "Jeed",
- "examine": "A citizen of Al Kharid"
- },
- {
- "id": "970",
- "name": "Diango",
- "examine": "He smells funny."
- },
- {
- "id": "971",
- "name": "Chadwell",
- "examine": "Shopkeeper."
- },
- {
- "id": "972",
- "name": "Koftik",
- "examine": "The cave guide."
- },
- {
- "id": "973",
- "name": "Koftik",
- "examine": "The cave guide."
- },
- {
- "id": "974",
- "name": "Koftik",
- "examine": "The cave guide."
- },
- {
- "id": "975",
- "name": "Koftik",
- "examine": "The cave guide."
- },
- {
- "id": "976",
- "name": "Koftik",
- "examine": "The cave guide."
- },
- {
- "id": "977",
- "name": "Blessed spider",
- "examine": "It's one of Iban's pets.",
- "attack_level": "22",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
"defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Surgeon General Tafani",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "961",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's one of Iban's pets.",
+ "slayer_task": "76",
"melee_animation": "5327",
"range_animation": "0",
- "range_level": "30",
+ "combat_audio": "537,539,538",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "5329",
+ "name": "Blessed spider",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "22",
- "weakness": "2"
+ "id": "977",
+ "range_level": "30",
+ "attack_level": "22"
},
{
- "id": "978",
- "name": "Blessed giant rat",
"examine": "It's one of Iban's pet vermin.",
- "attack_level": "12",
+ "slayer_task": "67",
+ "range_animation": "0",
"combat_audio": "703,705,704",
"defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Blessed giant rat",
"defence_level": "12",
+ "safespot": null,
"lifepoints": "17",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "12",
- "weakness": "9"
+ "id": "978",
+ "range_level": "1",
+ "attack_level": "12"
},
{
- "id": "979",
- "name": "Slave",
"examine": "A wretched slave of Iban.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "980",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Slave",
- "examine": "A wretched slave of Iban.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "981",
- "name": "Slave",
- "examine": "A wretched slave of Iban.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "982",
- "name": "Slave",
- "examine": "A wretched slave of Iban.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "983",
- "name": "Slave",
- "examine": "A wretched slave of Iban.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "984",
- "name": "Slave",
- "examine": "A wretched slave of Iban.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "985",
- "name": "Slave",
- "examine": "A wretched slave of Iban.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "986",
- "name": "Boulder",
- "examine": "Precariously balanced...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "987",
- "name": "Unicorn",
- "attack_level": "1",
- "combat_audio": "369,371,370",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "988",
- "name": "Sir Jerro",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "57",
- "melee_animation": "400",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "989",
- "name": "Sir Carl",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "57",
- "melee_animation": "400",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "990",
- "name": "Sir Harry",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "57",
- "melee_animation": "400",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "991",
- "name": "Half-soulless",
- "examine": "A creature empty of emotion.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "992",
- "name": "Kardia"
- },
- {
- "id": "993",
- "name": "Witch's cat",
- "examine": "Curiosity is yet to kill this one...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "994",
- "name": "Niloof"
- },
- {
- "id": "995",
- "name": "Klank",
- "examine": "A dwarven maker of gauntlets."
- },
- {
- "id": "996",
- "name": "Kamen",
- "examine": "This dwarf looks intoxicated."
- },
- {
- "id": "997",
- "name": "Kalrag",
- "examine": "A giant spider.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5321",
- "defence_animation": "5320",
- "defence_level": "1",
- "lifepoints": "91",
- "melee_animation": "5319",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "998",
- "name": "Othainian",
- "examine": "One of the guardians of Iban.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "1",
- "lifepoints": "90",
- "melee_animation": "64",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "999",
- "name": "Doomion",
- "examine": "One of the guardians of Iban.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "1",
- "lifepoints": "90",
- "melee_animation": "64",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1000",
- "name": "Holthion",
- "examine": "One of the guardians of Iban.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "1",
- "lifepoints": "90",
- "melee_animation": "64",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1001",
- "name": "Dark mage",
- "examine": "A user of dark magic.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "1",
- "weakness": "3"
+ "id": "979",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1002",
- "name": "Disciple of Iban",
- "examine": "A dark magic user.",
- "attack_level": "24",
- "death_animation": "836",
+ "examine": "A wretched slave of Iban.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
"magic_animation": "0",
- "magic_level": "32",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "980",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A wretched slave of Iban.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "981",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A wretched slave of Iban.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "982",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A wretched slave of Iban.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "983",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A wretched slave of Iban.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "984",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A wretched slave of Iban.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "985",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Precariously balanced...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Boulder",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "986",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Unicorn",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "369,371,370",
+ "strength_level": "1",
+ "id": "987",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Sir Jerro",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "57",
+ "melee_animation": "400",
+ "strength_level": "1",
+ "id": "988",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Sir Carl",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "57",
+ "melee_animation": "400",
+ "strength_level": "1",
+ "id": "989",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Sir Harry",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "57",
+ "melee_animation": "400",
+ "strength_level": "1",
+ "id": "990",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "examine": "A creature empty of emotion.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Half-soulless",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "991",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Curiosity is yet to kill this one...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Witch's cat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "993",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A giant spider.",
+ "melee_animation": "5319",
+ "respawn_delay": "60",
+ "defence_animation": "5320",
+ "death_animation": "5321",
+ "name": "Kalrag",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "1",
+ "id": "997",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the guardians of Iban.",
+ "melee_animation": "64",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "65",
+ "death_animation": "67",
+ "name": "Othainian",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "1",
+ "id": "998",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the guardians of Iban.",
+ "melee_animation": "64",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "65",
+ "death_animation": "67",
+ "name": "Doomion",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "1",
+ "id": "999",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the guardians of Iban.",
+ "melee_animation": "64",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "65",
+ "death_animation": "67",
+ "name": "Holthion",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "1",
+ "id": "1000",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A user of dark magic.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dark mage",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1001",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dark magic user.",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "magic_level": "32",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "24",
- "weakness": "3"
- },
- {
- "id": "1003",
- "name": "Lord Iban"
- },
- {
- "id": "1004",
- "name": "Spider",
- "examine": "Incey wincey.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "6251",
- "defence_animation": "6250",
- "defence_level": "1",
- "lifepoints": "2",
- "melee_animation": "6249",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1005",
- "name": "Giant bat",
- "examine": "An annoying flappy thing.",
- "attack_level": "22",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0",
- "combat_audio": "292,294,293",
- "defence_level": "22",
- "lifepoints": "32",
- "magic_level": "1",
- "range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "8",
- "strength_level": "22"
- },
- {
- "id": "1006",
- "name": "Sea slug",
- "examine": "A rather nasty looking crustacean."
- },
- {
- "id": "1007",
- "name": "Zamorak wizard",
- "examine": "A servant of Zamorak.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "5",
- "combat_style": "2",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "73",
- "magic_animation": "811",
- "magic_level": "60",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Disciple of Iban",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "24",
+ "id": "1002",
+ "range_level": "1",
+ "attack_level": "24"
+ },
+ {
+ "examine": "Incey wincey.",
+ "melee_animation": "6249",
+ "respawn_delay": "60",
+ "defence_animation": "6250",
+ "death_animation": "6251",
+ "name": "Spider",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "1",
+ "id": "1004",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An annoying flappy thing.",
+ "combat_audio": "292,294,293",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "slayer_exp": "8",
+ "name": "Giant bat",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "22",
+ "id": "1005",
+ "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "examine": "A servant of Zamorak.",
+ "combat_style": "2",
"melee_animation": "811",
"range_animation": "0",
- "range_level": "50",
- "respawn_delay": "60",
- "safespot": null,
+ "attack_speed": "5",
+ "magic_level": "60",
"spell_id": "43",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "811",
+ "death_animation": "836",
+ "name": "Zamorak wizard",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "73",
"strength_level": "50",
- "weakness": "3"
+ "id": "1007",
+ "aggressive": "true",
+ "range_level": "50",
+ "attack_level": "50"
},
{
- "id": "1008",
- "name": "Hamid"
- },
- {
- "id": "1009",
- "name": "Poison spider",
"examine": "A nasty, poisonous arachnid.",
- "aggressive": "true",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "28",
- "lifepoints": "25",
- "magic_animation": "0",
+ "slayer_task": "76",
"melee_animation": "5327",
- "poison_amount": "30",
+ "range_animation": "0",
+ "combat_audio": "537,539,538",
+ "attack_speed": "4",
"poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "30",
- "safespot": null,
- "strength_level": "28",
- "weakness": "2"
- },
- {
- "id": "1010",
- "name": "Rantz",
- "examine": "He hungry.",
- "combat_style": "1",
- "prj_height": "50",
- "projectile": "242",
- "range_animation": "3460",
- "start_gfx": "243",
- "start_height": "100"
- },
- {
- "id": "1011",
- "name": "Fycie"
- },
- {
- "id": "1012",
- "name": "Bugs"
- },
- {
- "id": "1013",
- "name": "Swamp toad",
- "examine": "A green skinned croaker",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "defence_animation": "5328",
+ "weakness": "2",
+ "poison_amount": "6",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "34",
+ "death_animation": "5329",
+ "name": "Poison spider",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1014",
- "name": "Bloated Toad"
- },
- {
- "id": "1015",
- "name": "Iron pickaxe",
- "examine": "Useful for hitting rocks.",
+ "defence_level": "52",
+ "lifepoints": "64",
+ "strength_level": "65",
+ "id": "1009",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "A green skinned croaker",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "1016",
- "name": "Chompy bird"
- },
- {
- "id": "1017",
- "name": "Chicken",
- "examine": "Yep. Definitely a chicken.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "5388",
+ "respawn_delay": "34",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Swamp toad",
"defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "5387",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1013",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Useful for hitting rocks.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Iron pickaxe",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1015",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Yep. Definitely a chicken.",
+ "slayer_task": "7",
"melee_animation": "5387",
"range_animation": "5387",
- "range_level": "1",
+ "combat_audio": "355,357,356",
+ "attack_speed": "6",
"respawn_delay": "18",
+ "defence_animation": "5388",
+ "weakness": "9",
+ "magic_animation": "5387",
+ "death_animation": "5389",
+ "name": "Chicken",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "3",
"strength_level": "1",
- "weakness": "9"
+ "id": "1017",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1018",
- "name": "Rooster",
"examine": "He rules the",
- "attack_level": "2",
- "death_animation": "5389",
- "defence_animation": "0",
- "defence_level": "2",
- "lifepoints": "2",
- "magic_animation": "0",
+ "slayer_task": "7",
"melee_animation": "5387",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5389",
+ "name": "Rooster",
+ "defence_level": "2",
"safespot": null,
+ "lifepoints": "2",
"strength_level": "2",
- "weakness": "9"
+ "id": "1018",
+ "range_level": "1",
+ "attack_level": "2"
},
{
- "id": "1019",
- "name": "Fire elemental",
"examine": "A fire elemental.",
- "attack_level": "24",
- "combat_audio": "1534,1536,1535",
- "death_animation": "1031",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "magic_level": "32",
"melee_animation": "1029",
- "movement_radius": "4",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "1534,1536,1535",
+ "magic_level": "32",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "1031",
+ "name": "Fire elemental",
+ "defence_level": "32",
"safespot": null,
+ "movement_radius": "4",
+ "lifepoints": "45",
"strength_level": "24",
- "weakness": "3"
+ "id": "1019",
+ "range_level": "1",
+ "attack_level": "24"
},
{
- "id": "1020",
- "name": "Earth elemental",
"examine": "An earth elemental.",
- "aggressive": "false",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "1531,1533,1532",
- "death_animation": "4870",
- "defence_animation": "4869",
- "defence_level": "35",
- "lifepoints": "35",
- "magic_animation": "0",
- "magic_level": "10",
"melee_animation": "4868",
- "movement_radius": "4",
"range_animation": "0",
- "range_level": "30",
+ "combat_audio": "1531,1533,1532",
+ "attack_speed": "6",
+ "magic_level": "10",
"respawn_delay": "50",
+ "defence_animation": "4869",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "4870",
+ "name": "Earth elemental",
+ "defence_level": "35",
"safespot": null,
+ "movement_radius": "4",
+ "lifepoints": "35",
"strength_level": "32",
- "weakness": "7"
- },
- {
- "id": "1021",
- "name": "Air elemental",
- "examine": "An air elemental.",
- "attack_level": "24",
- "combat_audio": "1527,1529,1528",
- "death_animation": "1041",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "melee_animation": "1040",
- "movement_radius": "4",
- "range_animation": "0",
- "range_level": "32",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "24",
- "weakness": "1"
- },
- {
- "id": "1022",
- "name": "Water elemental",
- "examine": "A water elemental.",
- "attack_level": "24",
- "combat_audio": "1546,1543,1545",
- "death_animation": "1048",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "melee_animation": "1044",
- "movement_radius": "4",
- "range_animation": "0",
- "range_level": "32",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "24",
- "weakness": "1"
- },
- {
- "id": "1023",
- "name": "Vampire",
- "examine": "It looks very hungry!",
- "attack_level": "52",
- "clue_level": "1",
- "death_animation": "7185",
- "defence_level": "52",
- "lifepoints": "50",
- "melee_animation": "7183",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "50",
- "strength_level": "1"
- },
- {
- "id": "1024",
- "name": "Baby impling"
- },
- {
- "id": "1028",
- "name": "Baby Impling",
- "examine": "A baby impling. Ahhh."
- },
- {
- "id": "1029",
- "name": "Young Impling",
- "examine": "A young impling. It's not fair!"
- },
- {
- "id": "1030",
- "name": "Gourmet Impling",
- "examine": "An impling gourmet. Mmmm, tasty."
- },
- {
- "id": "1031",
- "name": "Earth Impling",
- "examine": "An earth impling. Rock on."
- },
- {
- "id": "1032",
- "name": "Essence Impling",
- "examine": "An impling who likes magic. Magic!"
- },
- {
- "id": "1033",
- "name": "Eclectic Impling",
- "examine": "An impling with varied tastes."
- },
- {
- "id": "1034",
- "name": "Nature Impling",
- "examine": "A nature impling. Right on, maaan."
- },
- {
- "id": "1035",
- "name": "Magpie Impling",
- "examine": "Ooh, shiny things!"
- },
- {
- "id": "1036",
- "name": "Banker"
- },
- {
- "id": "1037",
- "name": "Prissy Scilla",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "1038",
- "name": "Rufus"
- },
- {
- "id": "1039",
- "name": "Barker"
- },
- {
- "id": "1040",
- "name": "Fidelio"
- },
- {
- "id": "1041",
- "name": "Sbott"
- },
- {
- "id": "1042",
- "name": "Roavar"
- },
- {
- "id": "1043",
- "name": "Will o' the wisp"
- },
- {
- "id": "1044",
- "name": "Monk of Zamorak",
- "examine": "An evil human cleric.",
- "aggressive": "true",
- "attack_level": "18",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "22",
- "end_gfx": "101",
- "lifepoints": "20",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "422",
- "projectile": "100",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "18",
- "weakness": "3"
- },
- {
- "id": "1045",
- "name": "Monk of Zamorak",
- "examine": "An evil human cleric.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "17",
- "end_gfx": "101",
- "lifepoints": "10",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "422",
- "projectile": "100",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "8",
- "weakness": "3"
- },
- {
- "id": "1046",
- "name": "Monk of Zamorak",
- "examine": "An evil human cleric.",
- "aggressive": "true",
- "attack_level": "25",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "25",
- "end_gfx": "101",
- "lifepoints": "25",
- "magic_animation": "711",
- "magic_level": "40",
- "melee_animation": "422",
- "projectile": "100",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "25",
- "weakness": "3"
- },
- {
- "id": "1047",
- "name": "Drezel"
- },
- {
- "id": "1049",
- "name": "Drezel",
- "examine": "A holy man."
- },
- {
- "id": "1050",
- "name": "Filiman Tarlock",
- "examine": "The animated spirit of a soul not at rest."
- },
- {
- "id": "1051",
- "name": "Nature Spirit",
- "examine": "The animated spirit of a soul not at rest."
- },
- {
- "id": "1052",
- "name": "Ghast",
- "examine": "Arrghhh... a Ghast.",
+ "id": "1020",
"aggressive": "false",
- "attack_level": "1",
- "combat_audio": "433,435,434",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
+ "range_level": "30",
+ "attack_level": "20"
},
{
- "id": "1053",
- "name": "Ghast",
- "examine": "Arrghhh... A Ghast.",
- "aggressive": "true",
- "attack_level": "22",
- "attack_speed": "4",
- "combat_audio": "433,435,434",
- "death_animation": "1089",
- "death_gfx": "265",
- "defence_animation": "1088",
- "defence_level": "18",
+ "examine": "An air elemental.",
+ "melee_animation": "1040",
+ "range_animation": "0",
+ "combat_audio": "1527,1529,1528",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "1041",
+ "name": "Air elemental",
+ "defence_level": "32",
+ "safespot": null,
+ "movement_radius": "4",
"lifepoints": "45",
+ "strength_level": "24",
+ "id": "1021",
+ "range_level": "32",
+ "attack_level": "24"
+ },
+ {
+ "examine": "A water elemental.",
+ "melee_animation": "1044",
+ "range_animation": "0",
+ "combat_audio": "1546,1543,1545",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
"magic_animation": "0",
- "magic_level": "1",
+ "death_animation": "1048",
+ "name": "Water elemental",
+ "defence_level": "32",
+ "safespot": null,
+ "movement_radius": "4",
+ "lifepoints": "45",
+ "strength_level": "24",
+ "id": "1022",
+ "range_level": "32",
+ "attack_level": "24"
+ },
+ {
+ "examine": "Could his name be 'Lurch'?",
+ "melee_animation": "7183",
+ "slayer_exp": "50",
+ "death_animation": "7185",
+ "name": "Vampire",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1023",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "52"
+ },
+ {
+ "examine": "An evil human cleric.",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "combat_audio": "511,513,512",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "end_gfx": "101",
+ "respawn_delay": "60",
+ "defence_animation": "404",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Monk of Zamorak",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "18",
+ "id": "1044",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "100",
+ "attack_level": "18"
+ },
+ {
+ "examine": "An evil human cleric.",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "combat_audio": "511,513,512",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "end_gfx": "101",
+ "respawn_delay": "60",
+ "defence_animation": "404",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Monk of Zamorak",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "8",
+ "id": "1045",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "100",
+ "attack_level": "8"
+ },
+ {
+ "examine": "An evil human cleric.",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "combat_audio": "511,513,512",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "40",
+ "end_gfx": "101",
+ "respawn_delay": "60",
+ "defence_animation": "404",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Monk of Zamorak",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "25",
+ "id": "1046",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "100",
+ "attack_level": "25"
+ },
+ {
+ "examine": "Arrghhh... a Ghast.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "433,435,434",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghast",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1052",
+ "aggressive": "false",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Arrghhh... A Ghast.",
+ "death_gfx": "265",
+ "range_animation": "0",
"melee_animation": "1087",
- "range_animation": "0",
- "range_level": "1",
+ "combat_audio": "433,435,434",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "60",
+ "defence_animation": "1088",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "1089",
+ "name": "Ghast",
+ "defence_level": "18",
"safespot": null,
+ "lifepoints": "45",
"strength_level": "22",
- "weakness": "9"
+ "id": "1053",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "1054",
- "name": "Ulizius",
- "examine": "A slightly nervous guard."
- },
- {
- "id": "1055",
- "name": "Pirate Jackie the Fruit",
"examine": "Ticket trader for the Brimhaven Agility Arena.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "703,705,704",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pirate Jackie the Fruit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1055",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of the audience.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Strange watcher",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1056",
- "name": "Mime"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1057",
- "name": "Strange watcher",
- "examine": "A member of the audience.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A member of the audience.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Strange watcher",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1058",
- "name": "Strange watcher",
- "examine": "A member of the audience.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A member of the audience.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Strange watcher",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1059",
- "name": "Strange watcher",
- "examine": "A member of the audience.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1060",
- "name": "Denulth",
"examine": "Commander of the Imperial Guard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Denulth",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1060",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A sergeant of the Imperial Guard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sergeant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1061",
- "name": "Sergeant",
- "examine": "A sergeant of the Imperial Guard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1062",
- "name": "Sergeant",
- "examine": "A sergeant of the Imperial Guard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "A soldier of the Imperial Guard.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Soldier",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1063",
- "name": "Soldier",
- "examine": "A soldier of the Imperial Guard.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A soldier of the Imperial Guard.",
+ "name": "Soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
"id": "1064",
- "name": "Soldier",
- "examine": "A soldier of the Imperial Guard.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A soldier of the Imperial Guard.",
+ "name": "Soldier",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "55",
+ "combat_audio": "511,513,512",
+ "strength_level": "44",
"id": "1065",
- "name": "Soldier",
- "examine": "A soldier of the Imperial Guard.",
- "attack_level": "44",
- "combat_audio": "511,513,512",
- "defence_level": "44",
- "lifepoints": "55",
"magic_level": "1",
"range_level": "1",
- "safespot": null,
- "strength_level": "44"
+ "attack_level": "44"
},
{
+ "examine": "A soldier of the Imperial Guard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1066",
- "name": "Soldier",
- "examine": "A soldier of the Imperial Guard.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A soldier of the Imperial Guard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1067",
- "name": "Soldier",
- "examine": "A soldier of the Imperial Guard.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A soldier of the Imperial Guard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1068",
- "name": "Soldier",
- "examine": "A soldier of the Imperial Guard.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A soldier of the Imperial Guard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1069",
- "name": "Soldier",
- "examine": "A soldier of the Imperial Guard.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Burthorpe Castle Archer.",
+ "start_gfx": "19",
+ "combat_style": "1",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "magic_level": "1",
+ "respawn_delay": "12",
+ "defence_animation": "404",
+ "magic_animation": "426",
+ "death_animation": "9055",
+ "name": "Archer",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "1",
+ "id": "1073",
+ "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0",
+ "range_level": "44",
+ "projectile": "10",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Burthorpe Castle Archer.",
+ "start_gfx": "19",
+ "combat_style": "1",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "magic_level": "1",
+ "respawn_delay": "12",
+ "defence_animation": "404",
+ "magic_animation": "426",
+ "death_animation": "9055",
+ "name": "Archer",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "1",
+ "id": "1074",
+ "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0",
+ "range_level": "44",
+ "projectile": "10",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Burthorpe Castle guard.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1070",
- "name": "Saba"
- },
- {
- "id": "1071",
- "name": "Tenzing"
- },
- {
- "id": "1072",
- "name": "Eadburg",
- "examine": "The Burthorpe Castle cook.",
- "attack_level": "3",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_level": "1",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "1073",
- "name": "Archer",
- "examine": "A Burthorpe Castle Archer.",
- "attack_level": "1",
- "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "44",
- "lifepoints": "55",
- "magic_animation": "426",
- "magic_level": "1",
- "melee_animation": "426",
- "projectile": "10",
- "range_animation": "426",
- "range_level": "44",
- "respawn_delay": "12",
- "safespot": null,
- "start_gfx": "19",
- "strength_level": "1"
- },
- {
- "id": "1074",
- "name": "Archer",
- "examine": "A Burthorpe Castle Archer.",
- "attack_level": "1",
- "bonuses": "54,68,75,72,67,81,54,35,35,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "44",
- "lifepoints": "55",
- "magic_animation": "426",
- "magic_level": "1",
- "melee_animation": "426",
- "projectile": "10",
- "range_animation": "426",
- "range_level": "44",
- "respawn_delay": "12",
- "safespot": null,
- "start_gfx": "19",
- "strength_level": "1"
- },
- {
- "id": "1075",
- "name": "Archer"
- },
- {
- "id": "1076",
- "name": "Guard",
- "examine": "A Burthorpe Castle guard.",
- "attack_level": "33",
- "clue_level": "1",
"combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "33",
- "lifepoints": "44",
"magic_level": "1",
- "melee_animation": "401",
- "range_level": "1",
- "safespot": null,
- "strength_level": "33"
- },
- {
- "id": "1077",
- "name": "Guard",
- "examine": "A Burthorpe Castle guard.",
- "attack_level": "33",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "33",
- "lifepoints": "44",
- "magic_level": "1",
- "melee_animation": "401",
- "range_level": "1",
- "safespot": null,
- "strength_level": "33"
- },
- {
- "id": "1078",
- "name": "Harold",
- "examine": "An off-duty Burthorpe Castle guard."
- },
- {
- "id": "1079",
- "name": "Tostig",
- "examine": "Barman of the Toad and Chicken."
- },
- {
- "id": "1080",
- "name": "Eohric",
- "examine": "Head servant for Prince Anlaf."
- },
- {
- "id": "1081",
- "name": "Servant",
- "examine": "A servant for Prince Anlaf.",
- "attack_level": "3",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_level": "1",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3"
- },
- {
- "id": "1082",
- "name": "Dunstan",
- "examine": "Smithy for Burthorpe."
- },
- {
- "id": "1083",
- "name": "Wistan",
- "examine": "Shopkeeper for Burthorpe."
- },
- {
- "id": "1084",
- "name": "Breoca",
- "examine": "A citizen of Burthorpe.",
- "attack_level": "3",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_level": "1",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3"
- },
- {
- "id": "1085",
- "name": "Ocga",
- "examine": "A citizen of Burthorpe.",
- "attack_level": "3",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_level": "1",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3"
- },
- {
- "id": "1086",
- "name": "Man",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1087",
- "name": "Penda",
- "examine": "A citizen of Burthorpe.",
- "attack_level": "3",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_level": "1",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3"
- },
- {
- "id": "1088",
- "name": "Hygd",
- "examine": "A citizen of Burthorpe.",
- "attack_level": "3",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_level": "1",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "1089",
- "name": "Ceolburg",
- "examine": "A citizen of Burthorpe.",
- "attack_level": "3",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_level": "1",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "1090",
- "name": "Hild",
- "examine": "A pretty young woman with an air of mystery around her."
- },
- {
- "id": "1091",
- "name": "Bob"
- },
- {
- "id": "1092",
- "name": "White Knight",
- "examine": "The knight seems to be watching something.",
- "attack_level": "27",
- "attack_speed": "8",
- "combat_audio": "511,513,512",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "27",
- "lifepoints": "38",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "33",
+ "safespot": null,
+ "lifepoints": "44",
+ "strength_level": "33",
+ "id": "1076",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "33"
+ },
+ {
+ "examine": "A Burthorpe Castle guard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "magic_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "33",
+ "safespot": null,
+ "lifepoints": "44",
+ "strength_level": "33",
+ "id": "1077",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "33"
+ },
+ {
+ "examine": "A servant for Prince Anlaf.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Servant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1081",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Ocga",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "1085",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "name": "Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1086",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Penda",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "1087",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Hygd",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "1088",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Ceolburg",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "1089",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "examine": "The knight seems to be watching something.",
"melee_animation": "7042",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "8",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "27",
- "weakness": "9"
- },
- {
- "id": "1093",
- "name": "Billy"
- },
- {
- "id": "1094",
- "name": "Mountain goat"
- },
- {
- "id": "1095",
- "name": "Rock",
- "examine": "The biggest and baddest troll.",
- "aggressive": "true",
- "attack_level": "70",
- "bonuses": "60,60,60,0,0,35,60,35,200,200,0,100,0,0,0",
"defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "140",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "White Knight",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "38",
+ "strength_level": "27",
+ "id": "1092",
+ "range_level": "1",
+ "attack_level": "27"
+ },
+ {
+ "examine": "The biggest and baddest troll.",
+ "slayer_task": "83",
"melee_animation": "6523",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Rock",
+ "defence_level": "63",
"safespot": null,
- "strength_level": "110",
- "weakness": "7"
+ "lifepoints": "90",
+ "strength_level": "63",
+ "id": "1095",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "63"
},
{
- "id": "1096",
- "name": "Stick",
"examine": "Careful, he is a big.",
- "aggressive": "true",
- "attack_level": "60",
+ "slayer_task": "83",
+ "range_animation": "0",
"attack_speed": "7",
- "bonuses": "50,50,50,0,0,30,30,50,200,200,0,80,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "60",
- "lifepoints": "135",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "284",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Stick",
+ "defence_level": "61",
"safespot": null,
- "strength_level": "110",
- "weakness": "7"
+ "lifepoints": "87",
+ "strength_level": "61",
+ "id": "1096",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "61"
},
{
- "id": "1097",
"name": "Pee Hat",
- "examine": "A nasty looking troll.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "6",
- "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "50",
- "lifepoints": "120",
- "magic_animation": "284",
- "melee_animation": "284",
- "range_animation": "284",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "126",
+ "strength_level": "1",
+ "id": "1097",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "100",
- "weakness": "7"
+ "attack_level": "1"
},
{
- "id": "1098",
"name": "Kraka",
- "examine": "A nasty looking troll.",
- "aggressive": "true",
- "attack_level": "50",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
"attack_speed": "6",
- "bonuses": "40,40,40,0,0,25,25,40,200,400,0,70,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "50",
- "lifepoints": "120",
- "magic_animation": "284",
- "melee_animation": "284",
- "range_animation": "284",
+ "id": "1098",
+ "aggressive": "true",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "100",
- "weakness": "7"
+ "attack_level": "1"
},
{
- "id": "1099",
+ "examine": "Human is his speciality.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Dung",
- "examine": "Human is his speciality.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "10",
"strength_level": "1",
- "weakness": "0"
+ "id": "1099",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1100",
+ "examine": "Human is his speciality.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Ash",
- "examine": "Human is his speciality.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "10",
"strength_level": "1",
- "weakness": "0"
+ "id": "1100",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "agg_radius": "6",
+ "examine": "Small for a troll, but mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower Troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1101",
- "name": "Thrower Troll",
- "examine": "Small for a troll, but mean, ugly and throws rocks.",
- "agg_radius": "6",
- "attack_level": "41",
- "attack_speed": "7",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "agg_radius": "6",
+ "examine": "Small for a troll, but mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower Troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1102",
- "name": "Thrower Troll",
- "examine": "Small for a troll, but mean, ugly and throws rocks.",
- "agg_radius": "6",
- "attack_level": "41",
- "attack_speed": "7",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "agg_radius": "6",
+ "examine": "Small for a troll, but mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower Troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1103",
- "name": "Thrower Troll",
- "examine": "Small for a troll, but mean, ugly and throws rocks.",
- "agg_radius": "6",
- "attack_level": "41",
- "attack_speed": "7",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "agg_radius": "6",
+ "examine": "Small for a troll, but mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower Troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1104",
- "name": "Thrower Troll",
- "examine": "Small for a troll, but mean, ugly and throws rocks.",
- "agg_radius": "6",
- "attack_level": "41",
- "attack_speed": "7",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "agg_radius": "6",
+ "examine": "Small for a troll, but mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower Troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1105",
- "name": "Thrower Troll",
- "examine": "Small for a troll, but mean, ugly and throws rocks.",
- "agg_radius": "6",
- "attack_level": "41",
- "attack_speed": "7",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "examine": "Small for a troll, but mean and ugly.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "5",
+ "defence_animation": "285",
+ "weakness": "7",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Mountain troll",
+ "defence_level": "53",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "20",
"id": "1106",
- "name": "Mountain troll",
- "examine": "Small for a troll, but mean and ugly.",
- "attack_level": "53",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "53",
- "lifepoints": "90",
- "magic_animation": "284",
- "melee_animation": "284",
- "range_animation": "284",
"range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "7"
+ "attack_level": "53"
},
{
+ "examine": "Small for a troll, but mean and ugly.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "5",
+ "defence_animation": "285",
+ "weakness": "7",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Mountain troll",
+ "defence_level": "53",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "20",
"id": "1107",
- "name": "Mountain troll",
- "examine": "Small for a troll, but mean and ugly.",
- "attack_level": "53",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "53",
- "lifepoints": "90",
- "magic_animation": "284",
- "melee_animation": "284",
- "range_animation": "284",
"range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "7"
+ "attack_level": "53"
},
{
+ "examine": "Small for a troll, but mean and ugly.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "5",
+ "defence_animation": "285",
+ "weakness": "7",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Mountain troll",
+ "defence_level": "53",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "20",
"id": "1108",
- "name": "Mountain troll",
- "examine": "Small for a troll, but mean and ugly.",
- "attack_level": "53",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "53",
- "lifepoints": "90",
- "magic_animation": "284",
- "melee_animation": "284",
- "range_animation": "284",
"range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "7"
+ "attack_level": "53"
},
{
+ "examine": "Small for a troll, but mean and ugly.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "5",
+ "defence_animation": "285",
+ "weakness": "7",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Mountain troll",
+ "defence_level": "53",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "20",
"id": "1109",
- "name": "Mountain troll",
- "examine": "Small for a troll, but mean and ugly.",
- "attack_level": "53",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "53",
- "lifepoints": "90",
- "magic_animation": "284",
- "melee_animation": "284",
- "range_animation": "284",
"range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "7"
+ "attack_level": "53"
},
{
+ "examine": "Small for a troll, but mean and ugly.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "5",
+ "defence_animation": "285",
+ "weakness": "7",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Mountain troll",
+ "defence_level": "53",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "20",
"id": "1110",
- "name": "Mountain troll",
- "examine": "Small for a troll, but mean and ugly.",
- "attack_level": "53",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "53",
- "lifepoints": "90",
- "magic_animation": "284",
- "melee_animation": "284",
- "range_animation": "284",
"range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "7"
+ "attack_level": "53"
},
{
+ "examine": "Small for a troll, but mean and ugly.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "5",
+ "defence_animation": "285",
+ "weakness": "7",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Mountain troll",
+ "defence_level": "53",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "20",
"id": "1111",
- "name": "Mountain troll",
- "examine": "Small for a troll, but mean and ugly.",
- "attack_level": "53",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "53",
- "lifepoints": "90",
- "magic_animation": "284",
- "melee_animation": "284",
- "range_animation": "284",
"range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "7"
+ "attack_level": "53"
},
{
+ "examine": "Small for a troll, but mean and ugly.",
+ "slayer_task": "83",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "5",
+ "defence_animation": "285",
+ "weakness": "7",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Mountain troll",
+ "defence_level": "53",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "20",
"id": "1112",
- "name": "Mountain troll",
- "examine": "Small for a troll, but mean and ugly.",
- "attack_level": "53",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "53",
- "lifepoints": "90",
- "magic_animation": "284",
- "melee_animation": "284",
- "range_animation": "284",
"range_level": "1",
+ "attack_level": "53"
+ },
+ {
+ "examine": "One of the troll generals.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll general",
+ "defence_level": "65",
"safespot": null,
- "strength_level": "20",
- "weakness": "7"
- },
- {
- "id": "1113",
- "name": "Eadgar"
- },
- {
- "id": "1114",
- "name": "Godric"
- },
- {
+ "lifepoints": "92",
+ "strength_level": "65",
"id": "1115",
- "name": "Troll general",
- "examine": "One of the troll generals.",
"aggressive": "true",
- "attack_level": "65",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "92",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "7"
+ "attack_level": "65"
},
{
+ "examine": "One of the troll generals.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll general",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "92",
+ "strength_level": "65",
"id": "1116",
- "name": "Troll general",
- "examine": "One of the troll generals.",
"aggressive": "true",
- "attack_level": "65",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "92",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "7"
+ "attack_level": "65"
},
{
+ "examine": "One of the troll generals.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll general",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "92",
+ "strength_level": "65",
"id": "1117",
- "name": "Troll general",
- "examine": "One of the troll generals.",
"aggressive": "true",
- "attack_level": "65",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "92",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "7"
+ "attack_level": "65"
},
{
+ "examine": "He's watching the arena.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll spectator",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "47",
"id": "1118",
- "name": "Troll spectator",
- "examine": "He's watching the arena.",
- "attack_level": "47",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "7"
+ "attack_level": "47"
},
{
+ "examine": "He's watching the arena.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll spectator",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "47",
"id": "1119",
- "name": "Troll spectator",
- "examine": "He's watching the arena.",
- "attack_level": "47",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "7"
+ "attack_level": "47"
},
{
+ "examine": "He's watching the arena.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll spectator",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "47",
"id": "1120",
- "name": "Troll spectator",
- "examine": "He's watching the arena.",
- "attack_level": "47",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "7"
+ "attack_level": "47"
},
{
+ "examine": "He's watching the arena.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll spectator",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "47",
"id": "1121",
- "name": "Troll spectator",
- "examine": "He's watching the arena.",
- "attack_level": "47",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "7"
+ "attack_level": "47"
},
{
+ "examine": "He's watching the arena.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll spectator",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "47",
"id": "1122",
- "name": "Troll spectator",
- "examine": "He's watching the arena.",
- "attack_level": "47",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "7"
+ "attack_level": "47"
},
{
+ "examine": "He's watching the arena.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll spectator",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "47",
"id": "1123",
- "name": "Troll spectator",
- "examine": "He's watching the arena.",
- "attack_level": "47",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "7"
+ "attack_level": "47"
},
{
+ "examine": "He's watching the arena.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Troll spectator",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "47",
"id": "1124",
- "name": "Troll spectator",
- "examine": "He's watching the arena.",
- "attack_level": "47",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
- "magic_animation": "0",
- "melee_animation": "1259",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "7"
+ "attack_level": "47"
},
{
- "id": "1125",
- "name": "Dad",
"examine": "An unusually large troll.",
- "attack_level": "60",
- "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0",
- "death_animation": "287",
+ "slayer_task": "83",
+ "melee_animation": "1158",
+ "range_animation": "0",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Dad",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "157",
+ "strength_level": "55",
+ "id": "1125",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "He's guarding the cells.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Twig",
"defence_level": "50",
- "lifepoints": "120",
- "magic_animation": "0",
- "melee_animation": "1158",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "120",
- "weakness": "7"
- },
- {
+ "lifepoints": "71",
+ "strength_level": "50",
"id": "1126",
- "name": "Twig",
- "examine": "He's guarding the cells.",
- "aggressive": "true",
- "attack_level": "40",
- "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "90",
- "magic_animation": "0",
- "melee_animation": "1158",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "90",
- "weakness": "7"
+ "attack_level": "50"
},
{
+ "examine": "He's guarding the cells.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Berry",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "50",
"id": "1127",
- "name": "Berry",
- "examine": "He's guarding the cells.",
- "aggressive": "true",
- "attack_level": "40",
- "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0",
- "death_animation": "287",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "90",
- "magic_animation": "0",
- "melee_animation": "1158",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "90",
- "weakness": "7"
+ "attack_level": "50"
},
{
- "id": "1128",
+ "examine": "He's guarding the cells.",
+ "slayer_task": "83",
+ "melee_animation": "5821",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
"name": "Twig",
- "examine": "He's guarding the cells.",
- "attack_level": "40",
- "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "90",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "defence_level": "50",
"safespot": null,
- "strength_level": "90",
- "weakness": "7"
+ "lifepoints": "71",
+ "strength_level": "50",
+ "id": "1128",
+ "range_level": "1",
+ "attack_level": "50"
},
{
- "id": "1129",
+ "examine": "He's guarding the cells.",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
"name": "Berry",
- "examine": "He's guarding the cells.",
- "attack_level": "40",
- "bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "90",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
+ "defence_level": "50",
"safespot": null,
- "strength_level": "90",
- "weakness": "7"
+ "lifepoints": "71",
+ "strength_level": "50",
+ "id": "1129",
+ "range_level": "1",
+ "attack_level": "50"
},
{
+ "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "start_gfx": "33",
+ "combat_style": "1",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1130",
- "name": "Thrower troll",
- "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
"aggressive": "true",
- "attack_level": "41",
- "attack_speed": "7",
"bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "start_gfx": "33",
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "agg_radius": "6",
+ "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "start_gfx": "33",
+ "combat_style": "1",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1131",
- "name": "Thrower troll",
- "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
- "agg_radius": "6",
"aggressive": "true",
- "attack_level": "41",
- "attack_speed": "7",
"bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "start_gfx": "33",
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "agg_radius": "6",
+ "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "start_gfx": "33",
+ "combat_style": "1",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1132",
- "name": "Thrower troll",
- "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
- "agg_radius": "6",
"aggressive": "true",
- "attack_level": "41",
- "attack_speed": "7",
"bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "start_gfx": "33",
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "agg_radius": "6",
+ "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "start_gfx": "33",
+ "combat_style": "1",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1133",
- "name": "Thrower troll",
- "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
- "agg_radius": "6",
"aggressive": "true",
- "attack_level": "41",
- "attack_speed": "7",
"bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "start_gfx": "33",
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "agg_radius": "6",
+ "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
+ "slayer_task": "83",
+ "start_gfx": "33",
+ "combat_style": "1",
+ "melee_animation": "284",
+ "range_animation": "284",
+ "attack_speed": "7",
+ "respawn_delay": "35",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Thrower troll",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "41",
"id": "1134",
- "name": "Thrower troll",
- "examine": "Small for a troll, but it's mean, ugly and throws rocks.",
- "agg_radius": "6",
"aggressive": "true",
- "attack_level": "41",
- "attack_speed": "7",
"bonuses": "30,60,40,40,50,70,50,0,0,0,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "30",
- "lifepoints": "95",
- "magic_animation": "284",
- "melee_animation": "284",
- "projectile": "276",
- "range_animation": "284",
"range_level": "40",
- "respawn_delay": "35",
- "safespot": null,
- "start_gfx": "33",
- "strength_level": "41",
- "weakness": "0"
+ "projectile": "276",
+ "attack_level": "41"
},
{
+ "examine": "Human is his speciality.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cook",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1135",
- "name": "Cook",
- "examine": "Human is his speciality.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Human is his speciality.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cook",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1136",
- "name": "Cook",
- "examine": "Human is his speciality.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Human is his speciality.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cook",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1137",
- "name": "Cook",
- "examine": "Human is his speciality.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1138",
- "name": "Mountain troll",
"examine": "Small for a troll, but mean and ugly.",
- "attack_level": "53",
- "attack_speed": "5",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "53",
- "lifepoints": "90",
- "magic_animation": "284",
+ "slayer_task": "83",
"melee_animation": "284",
"range_animation": "284",
- "range_level": "1",
+ "attack_speed": "5",
+ "defence_animation": "285",
+ "weakness": "7",
+ "magic_animation": "284",
+ "death_animation": "287",
+ "name": "Mountain troll",
+ "defence_level": "53",
"safespot": null,
- "strength_level": "20",
- "weakness": "7"
- },
- {
- "id": "1139",
- "name": "Mushroom",
- "examine": "He's fast asleep.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "1140",
- "name": "Mountain goat",
- "examine": "This beast doesn't need climbing boots.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1141",
- "name": "Mountain goat",
- "examine": "This beast doesn't need climbing boots.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1142",
- "name": "Guard",
- "examine": "He's guarding the storeroom.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1143",
- "name": "Guard",
- "examine": "He's guarding the storeroom.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1144",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1145",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1146",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1147",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1148",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1149",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1150",
- "name": "Guard",
- "examine": "He's guarding the goutweed.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1151",
- "name": "Burntmeat",
- "examine": "Human is his speciality.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1152",
- "name": "Weird Old Man",
- "examine": "What's he mumbling about?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1153",
- "name": "Kalphite Worker",
- "examine": "I don't think insect repellent will work...",
- "attack_level": "20",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0",
- "combat_audio": "571,573,572",
- "death_animation": "6230",
- "defence_animation": "6232",
- "defence_level": "20",
- "lifepoints": "40",
- "magic_animation": "6223",
- "magic_level": "1",
- "melee_animation": "6223",
- "range_animation": "6223",
- "range_level": "1",
- "respawn_delay": "38",
- "safespot": null,
- "slayer_exp": "40",
- "strength_level": "20",
- "weakness": "7"
- },
- {
- "id": "1154",
- "name": "Kalphite Soldier",
- "examine": "I don't think insect repellent will work...",
- "aggressive": "true",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0",
- "combat_audio": "567,569,568",
- "death_animation": "6228",
- "defence_animation": "6227",
- "defence_level": "70",
"lifepoints": "90",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "6224",
- "poison_amount": "20",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "90",
- "strength_level": "70",
- "weakness": "7"
- },
- {
- "id": "1155",
- "name": "Kalphite Guardian",
- "examine": "I don't think insect repellent will work...",
- "aggressive": "true",
- "attack_level": "110",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0",
- "death_animation": "6230",
- "defence_animation": "6232",
- "defence_level": "110",
- "lifepoints": "170",
- "magic_animation": "6223",
- "magic_level": "1",
- "melee_animation": "6223",
- "poison_amount": "30",
- "poisonous": "true",
- "range_animation": "6223",
- "range_level": "1",
- "respawn_delay": "65",
- "safespot": null,
- "strength_level": "110",
- "weakness": "7"
- },
- {
- "id": "1156",
- "name": "Kalphite Worker",
- "examine": "I don't think insect repellent will work...",
- "attack_level": "20",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0",
- "combat_audio": "571,573,572",
- "death_animation": "6230",
- "defence_animation": "6232",
- "defence_level": "20",
- "lifepoints": "40",
- "magic_animation": "6223",
- "magic_level": "1",
- "melee_animation": "6223",
- "range_animation": "6223",
- "range_level": "1",
- "respawn_delay": "38",
- "safespot": null,
- "slayer_exp": "40",
"strength_level": "20",
- "weakness": "7"
- },
- {
- "id": "1157",
- "name": "Kalphite Guardian",
- "examine": "I don't think insect repellent will work...",
- "aggressive": "true",
- "attack_level": "110",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0",
- "death_animation": "6230",
- "defence_animation": "6232",
- "defence_level": "110",
- "lifepoints": "170",
- "magic_animation": "6223",
- "magic_level": "1",
- "melee_animation": "6223",
- "poison_amount": "30",
- "poisonous": "true",
- "range_animation": "6223",
+ "id": "1138",
"range_level": "1",
- "respawn_delay": "65",
- "safespot": null,
- "strength_level": "110",
- "weakness": "7"
+ "attack_level": "53"
+ },
+ {
+ "examine": "He's fast asleep.",
+ "slayer_task": "83",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mushroom",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1139",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This beast doesn't need climbing boots.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mountain goat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1140",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This beast doesn't need climbing boots.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mountain goat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1141",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's guarding the storeroom.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1142",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's guarding the storeroom.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1143",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1144",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1145",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1146",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1147",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1148",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1149",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's guarding the goutweed.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1150",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Human is his speciality.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Burntmeat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1151",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "What's he mumbling about?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Weird Old Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1152",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1158",
- "name": "Kalphite Queen",
"examine": "I don't think insect repellent will work...",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "300",
+ "slayer_task": "53",
+ "melee_animation": "6223",
+ "range_animation": "6223",
+ "combat_audio": "571,573,572",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,50,50,10,100,100,0,0,0,0,0",
- "death_animation": "6242",
+ "magic_level": "1",
+ "respawn_delay": "38",
"defence_animation": "6232",
- "defence_level": "300",
- "lifepoints": "255",
- "magic_animation": "6241",
- "magic_level": "150",
- "melee_animation": "6241",
- "poisonous": "",
- "range_animation": "6241",
- "range_level": "1000",
- "respawn_delay": "0",
+ "weakness": "7",
+ "slayer_exp": "40",
+ "magic_animation": "6223",
+ "death_animation": "6230",
+ "name": "Kalphite Worker",
+ "defence_level": "20",
"safespot": null,
- "strength_level": "300",
- "weakness": "10"
+ "lifepoints": "40",
+ "strength_level": "20",
+ "id": "1153",
+ "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "20"
},
{
- "id": "1159",
- "name": "Kalphite Queen"
- },
- {
- "id": "1160",
- "name": "Kalphite Queen",
"examine": "I don't think insect repellent will work...",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "300",
+ "slayer_task": "53",
+ "melee_animation": "6224",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0",
- "death_animation": "6233",
- "defence_animation": "6234",
- "defence_level": "300",
- "lifepoints": "255",
- "magic_animation": "6235",
+ "poisonous": "true",
+ "respawn_delay": "60",
+ "weakness": "7",
+ "slayer_exp": "90",
+ "poison_amount": "4",
+ "magic_animation": "0",
+ "death_animation": "6228",
+ "lifepoints": "90",
+ "id": "1154",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0",
+ "range_animation": "0",
+ "combat_audio": "567,569,568",
+ "magic_level": "1",
+ "defence_animation": "6227",
+ "name": "Kalphite Soldier",
+ "defence_level": "70",
+ "safespot": null,
+ "strength_level": "70",
+ "range_level": "1",
+ "attack_level": "70"
+ },
+ {
+ "examine": "I don't think insect repellent will work...",
+ "slayer_task": "53",
+ "melee_animation": "6223",
+ "range_animation": "6223",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "magic_level": "1",
+ "respawn_delay": "65",
+ "defence_animation": "6232",
+ "weakness": "7",
+ "poison_amount": "6",
+ "magic_animation": "6223",
+ "death_animation": "6230",
+ "name": "Kalphite Guardian",
+ "defence_level": "110",
+ "safespot": null,
+ "lifepoints": "170",
+ "strength_level": "110",
+ "id": "1155",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "110"
+ },
+ {
+ "examine": "I don't think insect repellent will work...",
+ "slayer_task": "53",
+ "melee_animation": "6223",
+ "range_animation": "6223",
+ "combat_audio": "571,573,572",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "38",
+ "defence_animation": "6232",
+ "weakness": "7",
+ "slayer_exp": "40",
+ "magic_animation": "6223",
+ "death_animation": "6230",
+ "name": "Kalphite Worker",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "20",
+ "id": "1156",
+ "bonuses": "0,0,0,0,0,5,5,1,10,10,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "I don't think insect repellent will work...",
+ "slayer_task": "53",
+ "melee_animation": "6223",
+ "range_animation": "6223",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "magic_level": "1",
+ "respawn_delay": "65",
+ "defence_animation": "6232",
+ "weakness": "7",
+ "poison_amount": "6",
+ "magic_animation": "6223",
+ "death_animation": "6230",
+ "name": "Kalphite Guardian",
+ "defence_level": "110",
+ "safespot": null,
+ "lifepoints": "170",
+ "strength_level": "110",
+ "id": "1157",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "110"
+ },
+ {
+ "agg_radius": "64",
+ "examine": "I don't think insect repellent will work...",
+ "slayer_task": "53",
+ "melee_animation": "6241",
+ "range_animation": "6241",
+ "attack_speed": "4",
+ "poisonous": "true",
"magic_level": "150",
+ "respawn_delay": "45",
+ "defence_animation": "6232",
+ "weakness": "10",
+ "magic_animation": "6241",
+ "death_animation": "6242",
+ "name": "Kalphite Queen",
+ "defence_level": "300",
+ "safespot": null,
+ "lifepoints": "255",
+ "strength_level": "300",
+ "id": "1158",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,50,50,10,100,100,0,0,0,0,0",
+ "range_level": "1000",
+ "attack_level": "300"
+ },
+ {
+ "agg_radius": "64",
+ "examine": "I don't think insect repellent will work...",
+ "slayer_task": "53",
"melee_animation": "6235",
"range_animation": "6235",
- "range_level": "1000",
- "respawn_delay": "45",
- "safespot": null,
- "strength_level": "300",
- "weakness": "10"
- },
- {
- "id": "1161",
- "name": "Kalphite Larva",
- "examine": "I don't think insect repellent will work...",
- "aggressive": "false",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1162",
- "name": "Timfraku",
- "examine": "The imposing Chief of Tai Bwo Wannai."
- },
- {
- "id": "1163",
- "name": "Tiadeche",
- "examine": "A rather depressed looking fisherman."
- },
- {
- "id": "1164",
- "name": "Tiadeche",
- "examine": "A rather depressed looking fisherman."
- },
- {
- "id": "1165",
- "name": "Tinsay"
- },
- {
- "id": "1166",
- "name": "Tinsay"
- },
- {
- "id": "1167",
- "name": "Tamayu",
- "examine": "A hunter who long ago succumbed to blood lust."
- },
- {
- "id": "1168",
- "name": "Tamayu"
- },
- {
- "id": "1169",
- "name": "Tamayu"
- },
- {
- "id": "1170",
- "name": "Tamayu"
- },
- {
- "id": "1171",
- "name": "Lubufu",
- "examine": "A crotchety old fisherman who doesn't like young whippersnappers."
- },
- {
- "id": "1172",
- "name": "The Shaikahan",
- "examine": "A huge beast, resembling in some ways a lion, but mostly a twisted nightmare.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "5",
- "death_animation": "1201",
- "defence_animation": "1200",
- "defence_level": "50",
- "lifepoints": "100",
- "magic_animation": "1197",
- "melee_animation": "1199",
- "range_animation": "1197",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "50",
- "weakness": "9"
- },
- {
- "id": "1173",
- "name": "The Shaikahan"
- },
- {
- "id": "1174",
- "name": "Fishing spot"
- },
- {
- "id": "1175",
- "name": "Fishing spot"
- },
- {
- "id": "1176",
- "name": "Fishing spot",
- "examine": "I can see fish swimming in the water."
- },
- {
- "id": "1177",
- "name": "Fishing spot"
- },
- {
- "id": "1178",
- "name": "Fishing spot"
- },
- {
- "id": "1179",
- "name": "Gull",
- "examine": "Flappy bird.",
- "water_npc": "true"
- },
- {
- "id": "1180",
- "name": "Cormorant",
- "examine": "A sea bird."
- },
- {
- "id": "1181",
- "name": "Pelican",
- "examine": "A sea bird."
- },
- {
- "id": "1182",
- "name": "Lord Iorwerth"
- },
- {
- "id": "1183",
- "name": "Elf warrior",
- "examine": "He looks pretty handy with that bow.",
- "attack_level": "1",
- "clue_level": "2",
- "combat_audio": "425,427,426",
- "combat_style": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "428",
- "projectile": "249",
- "range_animation": "426",
- "range_level": "72",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "250",
- "strength_level": "1",
- "weakness": "2"
- },
- {
- "id": "1184",
- "name": "Elf warrior",
- "examine": "I don't wanna be at the wrong end of that pike.",
- "attack_level": "68",
- "attack_speed": "5",
- "clue_level": "2",
- "combat_audio": "425,427,426",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "68",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "428",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "68",
- "weakness": "9"
- },
- {
- "id": "1185",
- "name": "Elven city guard",
- "examine": "An elven city guard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1186",
- "name": "Idris"
- },
- {
- "id": "1187",
- "name": "Essyllt"
- },
- {
- "id": "1188",
- "name": "Morvran"
- },
- {
- "id": "1189",
- "name": "Fishing spot"
- },
- {
- "id": "1190",
- "name": "Fishing spot"
- },
- {
- "id": "1191",
- "name": "Fishing spot"
- },
- {
- "id": "1192",
- "name": "Rabbit",
- "examine": "A cute bunny rabbit.",
- "attack_level": "1",
- "death_animation": "6092",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "1",
- "magic_animation": "0",
- "melee_animation": "6090",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "1193",
- "name": "Rabbit",
- "attack_level": "1",
- "death_animation": "6092",
- "defence_animation": "6091",
- "defence_level": "1",
- "lifepoints": "5",
- "melee_animation": "6090",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1194",
- "name": "Rabbit",
- "attack_level": "1",
- "death_animation": "6092",
- "defence_animation": "6091",
- "defence_level": "1",
- "lifepoints": "5",
- "melee_animation": "6090",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1195",
- "name": "Grizzly bear",
- "examine": "It's an NPC.",
- "aggressive": "true",
- "attack_level": "40",
"attack_speed": "4",
- "combat_audio": "300,302,301",
- "death_animation": "4929",
- "defence_animation": "4927",
- "defence_level": "35",
- "lifepoints": "35",
- "magic_level": "1",
- "melee_animation": "4921",
- "range_level": "1",
- "respawn_delay": "50",
+ "magic_level": "150",
+ "respawn_delay": "0",
+ "defence_animation": "6234",
+ "weakness": "10",
+ "magic_animation": "6235",
+ "death_animation": "6233",
+ "name": "Kalphite Queen",
+ "defence_level": "300",
"safespot": null,
- "slayer_exp": "0",
- "strength_level": "36"
+ "lifepoints": "255",
+ "strength_level": "300",
+ "id": "1160",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,100,100,100,10,10,0,0,0,0,0",
+ "range_level": "1000",
+ "attack_level": "300"
},
{
- "id": "1196",
- "name": "Grizzly bear cub",
- "examine": "Eek! A bear cub!",
- "attack_level": "21",
- "combat_audio": "498,500,499",
- "defence_animation": "0",
- "defence_level": "21",
- "lifepoints": "30",
- "magic_animation": "0",
+ "examine": "I don't think insect repellent will work...",
+ "slayer_task": "53",
+ "melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "21",
- "weakness": "6"
- },
- {
- "id": "1197",
- "name": "Grizzly bear cub",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "defence_level": "1",
- "lifepoints": "35",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1198",
- "name": "Dire Wolf",
- "examine": "What big teeth you have.",
- "attack_level": "33",
- "death_animation": "6558",
"defence_animation": "0",
- "defence_level": "33",
- "lifepoints": "47",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Kalphite Larva",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1161",
+ "aggressive": "false",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A huge beast",
+ "melee_animation": "313",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "315",
+ "name": "The Shaikahan",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "50",
+ "id": "1172",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "He looks pretty handy with that bow.",
+ "slayer_task": "31",
+ "start_gfx": "250",
+ "combat_style": "1",
+ "melee_animation": "428",
+ "range_animation": "426",
+ "combat_audio": "425,427,426",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Elf warrior",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "1",
+ "id": "1183",
+ "clue_level": "2",
+ "range_level": "72",
+ "projectile": "249",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I don't wanna be at the wrong end of that pike.",
+ "slayer_task": "31",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "combat_audio": "425,427,426",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Elf warrior",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "68",
+ "id": "1184",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "68"
+ },
+ {
+ "examine": "An elven city guard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Elven city guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1185",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A cute bunny rabbit.",
+ "melee_animation": "6090",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6092",
+ "name": "Rabbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "1192",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "6092",
+ "name": "Rabbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "melee_animation": "6090",
+ "strength_level": "1",
+ "id": "1193",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "6091"
+ },
+ {
+ "death_animation": "6092",
+ "name": "Rabbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "melee_animation": "6090",
+ "strength_level": "1",
+ "id": "1194",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "6091"
+ },
+ {
+ "examine": "It's an NPC.",
+ "melee_animation": "4921",
+ "combat_audio": "300,302,301",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "4927",
+ "slayer_exp": "0",
+ "death_animation": "4929",
+ "name": "Grizzly bear",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "36",
+ "id": "1195",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Eek! A bear cub!",
+ "slayer_task": "6",
+ "range_animation": "0",
+ "combat_audio": "498,500,499",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "name": "Grizzly bear cub",
+ "defence_level": "21",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "21",
+ "id": "1196",
+ "range_level": "1",
+ "attack_level": "21"
+ },
+ {
+ "name": "Grizzly bear cub",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "35",
+ "combat_audio": "498,500,499",
+ "strength_level": "1",
+ "id": "1197",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "What big teeth you have.",
+ "slayer_task": "92",
"melee_animation": "6559",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6558",
+ "name": "Dire Wolf",
+ "defence_level": "33",
"safespot": null,
+ "lifepoints": "47",
"strength_level": "33",
- "weakness": "9"
+ "id": "1198",
+ "range_level": "1",
+ "attack_level": "33"
},
{
- "id": "1199",
- "name": "Elf Tracker",
"examine": "An elf tracker.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Elf Tracker",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1199",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1200",
- "name": "Tyras guard",
"examine": "One of King Tyras's men.",
- "attack_level": "42",
- "attack_speed": "6",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
- "magic_animation": "0",
"melee_animation": "414",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "6",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Tyras guard",
+ "defence_level": "42",
"safespot": null,
+ "lifepoints": "60",
"strength_level": "42",
- "weakness": "8"
+ "id": "1200",
+ "range_level": "1",
+ "attack_level": "42"
},
{
- "id": "1201",
- "name": "Elf warrior",
"examine": "I don't want to get on the wrong side of him.",
- "attack_level": "1",
- "clue_level": "2",
- "combat_audio": "425,427,426",
- "combat_style": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "105",
- "melee_animation": "426",
- "projectile": "249",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"start_gfx": "250",
- "strength_level": "1"
- },
- {
- "id": "1202",
- "name": "Arianwyn"
- },
- {
- "id": "1203",
- "name": "Tyras guard",
- "examine": "One of King Tyras's men.",
- "attack_level": "95",
- "attack_speed": "6",
- "death_animation": "836",
+ "combat_style": "1",
+ "melee_animation": "426",
+ "combat_audio": "425,427,426",
+ "respawn_delay": "60",
"defence_animation": "425",
+ "death_animation": "836",
+ "name": "Elf warrior",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "id": "1201",
+ "clue_level": "2",
+ "range_level": "1",
+ "projectile": "249",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of King Tyras's men.",
+ "melee_animation": "395",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Tyras guard",
"defence_level": "110",
+ "safespot": null,
"lifepoints": "110",
- "melee_animation": "395",
+ "strength_level": "105",
+ "id": "1203",
"range_level": "50",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "105"
+ "attack_level": "95"
},
{
- "id": "1204",
- "name": "Tyras guard",
"examine": "One of King Tyras's men.",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "112",
"melee_animation": "395",
- "range_level": "1",
+ "attack_speed": "6",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1205",
- "name": "Tyras guard"
- },
- {
- "id": "1206",
- "name": "Tyras guard",
- "examine": "One of King Tyras's men."
- },
- {
- "id": "1207",
- "name": "Quartermaster"
- },
- {
- "id": "1208",
- "name": "Quartermaster",
- "examine": "Responsible for the food and equipment of the troops.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1209",
- "name": "Koftik",
- "examine": "The cave guide."
- },
- {
- "id": "1210",
- "name": "Kings messenger",
- "examine": "One of King Lathas' messengers."
- },
- {
- "id": "1211",
- "name": "Will o' the wisp",
- "examine": "Mysterious swamp lights...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1212",
- "name": "Will o' the wisp",
- "examine": "Mysterious swamp lights..."
- },
- {
- "id": "1213",
- "name": "Tegid",
- "examine": "He's washing his clothes in the lake."
- },
- {
- "id": "1214",
- "name": "Thistle",
- "examine": "A plant."
- },
- {
- "id": "1215",
- "name": "Parrots",
- "examine": "What a colourful bunch of parrots!"
- },
- {
- "id": "1216",
- "name": "Parroty Pete",
- "examine": "He seems strangely familiar...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1217",
- "name": "Gardener",
- "examine": "An old gardener.",
- "attack_level": "4",
+ "defence_animation": "425",
"death_animation": "836",
+ "name": "Tyras guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "112",
+ "strength_level": "1",
+ "id": "1204",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Responsible for the food and equipment of the troops.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "4",
- "lifepoints": "5",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Quartermaster",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1208",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Mysterious swamp lights...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Will o' the wisp",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1211",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He seems strangely familiar...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Parroty Pete",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1216",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An old gardener.",
"melee_animation": "433",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Gardener",
+ "defence_level": "4",
"safespot": null,
+ "lifepoints": "5",
"strength_level": "4",
- "weakness": "8"
+ "id": "1217",
+ "range_level": "1",
+ "attack_level": "4"
},
{
- "id": "1218",
- "name": "Ghoul",
"examine": "A scary, man eating ghoul.",
- "aggressive": "true",
- "attack_level": "30",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "442,444,443",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "30",
- "lifepoints": "50",
- "magic_animation": "422",
- "magic_level": "1",
+ "slayer_task": "37",
"melee_animation": "422",
"range_animation": "422",
- "range_level": "1",
+ "combat_audio": "442,444,443",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "404",
+ "weakness": "9",
"slayer_exp": "50",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Ghoul",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "50",
"strength_level": "40",
- "weakness": "9"
+ "id": "1218",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "1219",
- "name": "Leech",
"examine": "Yuck! It's all slimy!",
- "aggressive": "true",
- "attack_level": "42",
- "death_animation": "1272",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
- "magic_animation": "0",
"melee_animation": "1273",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "1272",
+ "name": "Leech",
+ "defence_level": "42",
"safespot": null,
+ "lifepoints": "60",
"strength_level": "42",
- "weakness": "9"
+ "id": "1219",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "42"
},
{
- "id": "1220",
- "name": "Vampire",
- "examine": "It looks very hungry!",
- "attack_level": "52",
- "clue_level": "1",
- "death_animation": "7185",
- "defence_level": "52",
- "lifepoints": "50",
- "melee_animation": "1264",
- "range_level": "1",
- "safespot": null,
+ "examine": "Could his name be 'Lurch'?",
+ "melee_animation": "7183",
"slayer_exp": "50",
- "strength_level": "1"
- },
- {
- "id": "1221",
- "name": "Spider"
- },
- {
- "id": "1222",
- "name": "Mist"
- },
- {
- "id": "1223",
+ "death_animation": "7185",
"name": "Vampire",
- "examine": "It looks very hungry!",
- "attack_level": "1",
- "clue_level": "1",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "1264",
- "range_level": "1",
+ "defence_level": "52",
"safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1220",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "52"
+ },
+ {
"slayer_exp": "40",
- "strength_level": "1"
- },
- {
- "id": "1224",
- "name": "Vampyric hound"
- },
- {
- "id": "1225",
"name": "Vampire",
- "examine": "It looks very hungry!",
- "attack_level": "1",
- "clue_level": "1",
"defence_level": "1",
- "lifepoints": "50",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1223",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1226",
- "name": "Tree"
+ "name": "Vampire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1225",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A marsh coloured blamish snail, these types are said to spit acid.",
+ "combat_style": "1",
+ "melee_animation": "8143",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "8144",
+ "name": "Myre Blamish Snail",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "8",
+ "strength_level": "0",
"id": "1227",
- "name": "Myre Blamish Snail",
- "examine": "A marsh coloured blamish snail, these types are said to spit acid.",
"aggressive": "true",
- "attack_level": "0",
- "attack_speed": "4",
"bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
- "combat_style": "1",
- "death_animation": "8144",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "8",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "8143",
- "range_animation": "0",
"range_level": "5",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "0",
- "weakness": "9"
+ "attack_level": "0"
},
{
+ "examine": "A blood coloured blamish snail, these types are said to spit acid.",
+ "combat_style": "1",
+ "melee_animation": "8143",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "8144",
+ "name": "Blood Blamish Snail",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "13",
+ "strength_level": "0",
"id": "1228",
- "name": "Blood Blamish Snail",
- "examine": "A blood coloured blamish snail, these types are said to spit acid.",
"aggressive": "true",
- "attack_level": "0",
- "attack_speed": "6",
"bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
- "combat_style": "1",
- "death_animation": "8144",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "13",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "8143",
- "range_animation": "0",
"range_level": "12",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "0",
- "weakness": "9"
+ "attack_level": "0"
},
{
+ "examine": "A muddy coloured blamish snail, these types are said to spit acid.",
+ "combat_style": "1",
+ "melee_animation": "8143",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "8144",
+ "name": "Ochre Blamish Snail",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "0",
"id": "1229",
- "name": "Ochre Blamish Snail",
- "examine": "A muddy coloured blamish snail, these types are said to spit acid.",
"aggressive": "true",
- "attack_level": "0",
- "attack_speed": "6",
"bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
- "combat_style": "1",
- "death_animation": "8144",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "10",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "8143",
- "range_animation": "0",
"range_level": "7",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "0",
- "weakness": "9"
+ "attack_level": "0"
},
{
+ "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.",
+ "combat_style": "1",
+ "melee_animation": "8143",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "8144",
+ "name": "Bruise Blamish Snail",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "12",
+ "strength_level": "0",
"id": "1230",
- "name": "Bruise Blamish Snail",
- "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.",
"aggressive": "true",
- "attack_level": "0",
- "attack_speed": "6",
"bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
- "combat_style": "1",
- "death_animation": "8144",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "12",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "8143",
- "range_animation": "0",
"range_level": "15",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "0",
- "weakness": "9"
+ "attack_level": "0"
},
{
- "id": "1231",
- "name": "Bark Blamish Snail",
- "examine": "A branch bark coloured blamish snail, these types are said to spit acid.",
"agg_radius": "",
- "aggressive": "true",
- "attack_level": "0",
- "attack_speed": "6",
- "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
+ "examine": "A branch bark coloured blamish snail, these types are said to spit acid.",
"combat_style": "1",
- "death_animation": "8144",
+ "melee_animation": "8143",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "50",
"defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "8144",
+ "name": "Bark Blamish Snail",
"defence_level": "20",
+ "safespot": null,
"lifepoints": "22",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "8143",
- "range_animation": "0",
+ "strength_level": "0",
+ "id": "1231",
+ "aggressive": "true",
+ "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
"range_level": "10",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "0",
- "weakness": "9"
+ "attack_level": "0"
},
{
- "id": "1232",
- "name": "Myre Blamish Snail",
"examine": "A marsh coloured blamish snail, these types are said to spit acid.",
- "aggressive": "true",
- "attack_level": "0",
- "attack_speed": "4",
- "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
"combat_style": "1",
- "death_animation": "8144",
+ "melee_animation": "8143",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
"defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "8144",
+ "name": "Myre Blamish Snail",
"defence_level": "22",
+ "safespot": null,
"lifepoints": "8",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "8143",
- "range_animation": "0",
+ "strength_level": "0",
+ "id": "1232",
+ "aggressive": "true",
+ "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
"range_level": "5",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "0",
- "weakness": "9"
+ "attack_level": "0"
},
{
- "id": "1233",
- "name": "Blood Blamish Snail",
"examine": "A blood coloured blamish snail, these types are said to spit acid.",
- "aggressive": "true",
- "attack_level": "0",
- "attack_speed": "6",
- "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
"combat_style": "1",
- "death_animation": "8144",
+ "melee_animation": "8143",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "50",
"defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "8144",
+ "name": "Blood Blamish Snail",
"defence_level": "45",
+ "safespot": null,
"lifepoints": "13",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "8143",
- "range_animation": "0",
+ "strength_level": "0",
+ "id": "1233",
+ "aggressive": "true",
+ "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
"range_level": "12",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "0",
- "weakness": "9"
+ "attack_level": "0"
},
{
- "id": "1234",
- "name": "Ochre Blamish Snail",
"examine": "A muddy coloured blamish snail, these types are said to spit acid.",
- "aggressive": "true",
- "attack_level": "0",
- "attack_speed": "6",
- "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
"combat_style": "1",
- "death_animation": "8144",
+ "melee_animation": "8143",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "50",
"defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "8144",
+ "name": "Ochre Blamish Snail",
"defence_level": "18",
- "lifepoints": "10",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "8143",
- "range_animation": "0",
- "range_level": "7",
- "respawn_delay": "50",
"safespot": null,
- "slayer_exp": "0",
+ "lifepoints": "10",
"strength_level": "0",
- "weakness": "9"
- },
- {
- "id": "1235",
- "name": "Bruise Blamish Snail",
- "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.",
+ "id": "1234",
"aggressive": "true",
- "attack_level": "0",
- "attack_speed": "6",
"bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
+ "range_level": "7",
+ "attack_level": "0"
+ },
+ {
+ "examine": "A bruise blue coloured blamish snail, these types are said to spit acid.",
"combat_style": "1",
- "death_animation": "8144",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "12",
- "magic_animation": "0",
- "magic_level": "1",
"melee_animation": "8143",
"range_animation": "0",
- "range_level": "15",
+ "attack_speed": "6",
+ "magic_level": "1",
"respawn_delay": "50",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "9",
"slayer_exp": "0",
- "strength_level": "0",
- "weakness": "9"
- },
- {
- "id": "1236",
- "name": "Fishing spot"
- },
- {
- "id": "1237",
- "name": "Fishing spot"
- },
- {
- "id": "1238",
- "name": "Fishing spot"
- },
- {
- "id": "1239",
- "name": "Bedabin Nomad Fighter",
- "examine": "A Bedabin nomad fighter - a sandy swordsman.",
- "attack_level": "30",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
"magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "30",
- "weakness": "9"
- },
- {
- "id": "1240",
- "name": "Loar Shadow",
- "examine": "A shadowy sort of entity",
- "aggressive": "true",
- "attack_level": "45",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "38",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "3"
- },
- {
- "id": "1241",
- "name": "Loar Shade",
- "examine": "The shadowy remains of a long departed soul.",
- "aggressive": "true",
- "attack_level": "45",
- "death_animation": "1308",
- "defence_animation": "1284",
- "defence_level": "26",
- "lifepoints": "38",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "1283",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "3"
- },
- {
- "id": "1242",
- "name": "Shade Spirit"
- },
- {
- "id": "1243",
- "name": "Phrin Shadow",
- "examine": "A shadowy sort of entity",
- "aggressive": "true",
- "attack_level": "64",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "56",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "3"
- },
- {
- "id": "1244",
- "name": "Phrin Shade",
- "examine": "The shadowy remains of a long departed soul.",
- "aggressive": "true",
- "attack_level": "64",
- "death_animation": "1287",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "56",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "1283",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "3"
- },
- {
- "id": "1245",
- "name": "Riyl Shadow",
- "examine": "A shadowy sort of entity",
- "aggressive": "true",
- "attack_level": "88",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "76",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "3"
- },
- {
- "id": "1246",
- "name": "Riyl Shade",
- "examine": "The shadowy remains of a long departed soul.",
- "aggressive": "true",
- "attack_level": "88",
- "death_animation": "1287",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "76",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "1283",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "3"
- },
- {
- "id": "1247",
- "name": "Asyn Shadow",
- "examine": "A shadowy sort of entity",
- "aggressive": "true",
- "attack_level": "102",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "90",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "84",
- "weakness": "3"
- },
- {
- "id": "1248",
- "name": "Asyn Shade",
- "examine": "The shadowy remains of a long departed soul.",
- "aggressive": "true",
- "attack_level": "102",
- "death_animation": "1287",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "90",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "1283",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "84",
- "weakness": "3"
- },
- {
- "id": "1249",
- "name": "Fiyr Shadow",
- "examine": "A shadowy sort of entity",
- "aggressive": "true",
- "attack_level": "120",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "85",
- "lifepoints": "110",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "100",
- "weakness": "3"
- },
- {
- "id": "1250",
- "name": "Fiyr Shade",
- "examine": "The shadowy remains of a long departed soul.",
- "aggressive": "true",
- "attack_level": "120",
- "death_animation": "1287",
- "defence_animation": "0",
- "defence_level": "85",
- "lifepoints": "110",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "1283",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "100",
- "weakness": "3"
- },
- {
- "id": "1251",
- "name": "Afflicted(Ulsquire)"
- },
- {
- "id": "1252",
- "name": "Ulsquire Shauncy"
- },
- {
- "id": "1253",
- "name": "Afflicted(Razmire)"
- },
- {
- "id": "1254",
- "name": "Razmire Keelgan"
- },
- {
- "id": "1255",
- "name": "Mort'ton Local"
- },
- {
- "id": "1256",
- "name": "Mort'ton Local"
- },
- {
- "id": "1257",
- "name": "Afflicted",
- "examine": "A local villager of Mort'ton.",
- "attack_level": "43",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "43",
- "weakness": "6"
- },
- {
- "id": "1258",
- "name": "Afflicted",
- "examine": "A local villager of Mort'ton.",
- "attack_level": "44",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "44",
- "lifepoints": "62",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "44",
- "weakness": "6"
- },
- {
- "id": "1259",
- "name": "Mort'ton local"
- },
- {
- "id": "1260",
- "name": "Mort'ton local"
- },
- {
- "id": "1261",
- "name": "Afflicted",
- "examine": "A local villager of Mort'ton.",
- "attack_level": "45",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "64",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "45",
- "weakness": "6"
- },
- {
- "id": "1262",
- "name": "Afflicted",
- "examine": "A local villager of Mort'ton.",
- "aggressive": "true",
- "attack_level": "46",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "46",
- "lifepoints": "65",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "46",
- "weakness": "6"
- },
- {
- "id": "1263",
- "name": "Wizard",
- "examine": "Slightly more magical.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1264",
- "name": "Saradomin wizard",
- "examine": "A follower of Saradomin.",
- "aggressive": "true",
- "attack_level": "90",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "120",
- "magic_animation": "811",
- "magic_level": "90",
- "melee_animation": "376",
- "poison_amount": "30",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "70",
- "respawn_delay": "60",
- "safespot": null,
- "spell_id": "41",
- "strength_level": "90",
- "weakness": "3"
- },
- {
- "id": "1265",
- "name": "Rock Crab",
- "examine": "No one likes crabs...",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "0",
- "combat_audio": "717,723,722",
- "death_animation": "1314",
- "defence_animation": "1313",
- "defence_level": "1",
- "lifepoints": "50",
- "magic_animation": "1312",
- "magic_level": "1",
- "melee_animation": "1312",
- "range_animation": "1312",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "1266",
- "name": "Rocks",
- "examine": "A rocky outcrop.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "1314",
- "defence_animation": "1313",
- "defence_level": "1",
- "lifepoints": "50",
- "magic_animation": "1312",
- "melee_animation": "1312",
- "range_animation": "1312",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "1267",
- "name": "Rock Crab",
- "examine": "No one likes crabs...",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "0",
- "combat_audio": "717,723,722",
- "death_animation": "1314",
- "defence_animation": "1313",
- "defence_level": "1",
- "lifepoints": "50",
- "magic_animation": "1312",
- "melee_animation": "1312",
- "range_animation": "1312",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1268",
- "name": "Rocks",
- "examine": "A rocky outcrop.",
- "aggressive": "true",
- "attack_level": "4",
- "attack_speed": "5",
- "death_animation": "1314",
- "defence_animation": "1313",
- "defence_level": "4",
- "lifepoints": "50",
- "magic_animation": "1312",
- "melee_animation": "1312",
- "range_animation": "1312",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1269",
- "name": "Olaf the Bard",
- "examine": "A Fremennik bard.",
- "aggressive": "true",
- "attack_level": "10",
- "attack_speed": "5",
- "death_animation": "1314",
- "defence_animation": "1313",
- "defence_level": "8",
- "lifepoints": "50",
- "magic_animation": "1312",
- "melee_animation": "1312",
- "range_animation": "1312",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1270",
- "name": "Lalli",
- "examine": "Distinctly troll-shaped.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1271",
- "name": "Golden sheep",
- "examine": "Freshly shorn.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1272",
- "name": "Golden sheep",
- "examine": "Lovely thick wool.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1273",
- "name": "Fossegrimen",
- "examine": "A powerful spirit that lives in this lake.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1274",
- "name": "Ospak",
- "examine": "Looks like he's had a few drinks already.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1275",
- "name": "Styrmir",
- "examine": "Doesn't look like the musical type.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1276",
- "name": "Torbrund",
- "examine": "Waiting for the show.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1277",
- "name": "Fridgeir",
- "examine": "He sits impatiently with his friends.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1278",
- "name": "Longhall Bouncer",
- "examine": "He's fat, he's round, he bounces on the ground. That's how he got the job.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1279",
- "name": "The Draugen",
- "examine": "A fearful spirit of the drowned.",
- "aggressive": "true",
- "attack_level": "40",
- "death_animation": "836",
- "defence_animation": "0",
+ "death_animation": "8144",
+ "name": "Bruise Blamish Snail",
"defence_level": "40",
+ "safespot": null,
+ "lifepoints": "12",
+ "strength_level": "0",
+ "id": "1235",
+ "aggressive": "true",
+ "bonuses": "10,10,10,0,0,5,5,30,5,50,0,10,0,0,0",
+ "range_level": "15",
+ "attack_level": "0"
+ },
+ {
+ "examine": "A Bedabin nomad fighter - a sandy swordsman.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Bedabin Nomad Fighter",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "1239",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "A shadowy sort of entity",
+ "slayer_task": "73",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Loar Shadow",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "38",
+ "strength_level": "30",
+ "id": "1240",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "The shadowy remains of a long departed soul.",
+ "slayer_task": "73",
+ "melee_animation": "1283",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "1284",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "1308",
+ "name": "Loar Shade",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "38",
+ "strength_level": "30",
+ "id": "1241",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "A shadowy sort of entity",
+ "slayer_task": "73",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Phrin Shadow",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "56",
+ "strength_level": "47",
+ "id": "1243",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "64"
+ },
+ {
+ "examine": "The shadowy remains of a long departed soul.",
+ "slayer_task": "73",
+ "melee_animation": "1283",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "1287",
+ "name": "Phrin Shade",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "56",
+ "strength_level": "47",
+ "id": "1244",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "64"
+ },
+ {
+ "examine": "A shadowy sort of entity",
+ "slayer_task": "73",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Riyl Shadow",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "76",
+ "strength_level": "55",
+ "id": "1245",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "88"
+ },
+ {
+ "examine": "The shadowy remains of a long departed soul.",
+ "slayer_task": "73",
+ "melee_animation": "1283",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "1287",
+ "name": "Riyl Shade",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "76",
+ "strength_level": "55",
+ "id": "1246",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "88"
+ },
+ {
+ "examine": "A shadowy sort of entity",
+ "slayer_task": "73",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Asyn Shadow",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "84",
+ "id": "1247",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "102"
+ },
+ {
+ "examine": "The shadowy remains of a long departed soul.",
+ "slayer_task": "73",
+ "melee_animation": "1283",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "1287",
+ "name": "Asyn Shade",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "84",
+ "id": "1248",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "102"
+ },
+ {
+ "examine": "A shadowy sort of entity",
+ "slayer_task": "73",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fiyr Shadow",
+ "defence_level": "85",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "100",
+ "id": "1249",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "120"
+ },
+ {
+ "examine": "The shadowy remains of a long departed soul.",
+ "slayer_task": "73",
+ "melee_animation": "1283",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "1287",
+ "name": "Fiyr Shade",
+ "defence_level": "85",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "100",
+ "id": "1250",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "120"
+ },
+ {
+ "examine": "A local villager of Mort'ton.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Afflicted",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "43",
+ "id": "1257",
+ "range_level": "1",
+ "attack_level": "43"
+ },
+ {
+ "examine": "A local villager of Mort'ton.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Afflicted",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "44",
+ "id": "1258",
+ "range_level": "1",
+ "attack_level": "44"
+ },
+ {
+ "examine": "A local villager of Mort'ton.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Afflicted",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "1261",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "A local villager of Mort'ton.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Afflicted",
+ "defence_level": "46",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "46",
+ "id": "1262",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "46"
+ },
+ {
+ "examine": "Slightly more magical.",
+ "name": "Wizard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1263",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A follower of Saradomin.",
+ "melee_animation": "376",
+ "range_animation": "0",
+ "poisonous": "true",
+ "magic_level": "90",
+ "spell_id": "41",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "811",
+ "death_animation": "836",
+ "name": "Saradomin wizard",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "90",
+ "id": "1264",
+ "aggressive": "true",
+ "range_level": "70",
+ "attack_level": "90"
+ },
+ {
+ "examine": "No one likes crabs...",
+ "melee_animation": "1312",
+ "range_animation": "1312",
+ "combat_audio": "717,723,722",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "1313",
+ "weakness": "7",
+ "magic_animation": "1312",
+ "death_animation": "1314",
+ "name": "Rock Crab",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1265",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "melee_animation": "1312",
+ "range_animation": "1312",
+ "attack_speed": "5",
+ "defence_animation": "1313",
+ "weakness": "7",
+ "magic_animation": "1312",
+ "death_animation": "1314",
+ "name": "Rocks",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1266",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "No one likes crabs...",
+ "melee_animation": "1312",
+ "range_animation": "1312",
+ "combat_audio": "717,723,722",
+ "attack_speed": "4",
+ "respawn_delay": "50",
+ "defence_animation": "1313",
+ "magic_animation": "1312",
+ "death_animation": "1314",
+ "name": "Rock Crab",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1267",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "melee_animation": "1312",
+ "range_animation": "1312",
+ "attack_speed": "5",
+ "defence_animation": "1313",
+ "magic_animation": "1312",
+ "death_animation": "1314",
+ "name": "Rocks",
+ "defence_level": "4",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1268",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "4"
+ },
+ {
+ "examine": "A Fremennik bard.",
+ "melee_animation": "1312",
+ "range_animation": "1312",
+ "attack_speed": "5",
+ "defence_animation": "1313",
+ "magic_animation": "1312",
+ "death_animation": "1314",
+ "name": "Olaf the Bard",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1269",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "10"
+ },
+ {
+ "examine": "Distinctly troll-shaped.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Lalli",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1270",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Freshly shorn.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Golden sheep",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1271",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Lovely thick wool.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Golden sheep",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1272",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A powerful spirit that lives in this lake.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fossegrimen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1273",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks like he's had a few drinks already.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ospak",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1274",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Doesn't look like the musical type.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Styrmir",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1275",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Waiting for the show.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Torbrund",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1276",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He sits impatiently with his friends.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fridgeir",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1277",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's fat, he's round, he bounces on the ground. That's how he got the job.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Longhall Bouncer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1278",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A fearful spirit of the drowned.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "The Draugen",
+ "defence_level": "40",
+ "safespot": null,
"lifepoints": "57",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "40",
- "weakness": "9"
+ "id": "1279",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "1280",
- "name": "Butterfly"
- },
- {
- "id": "1281",
- "name": "Sigli the Huntsman",
"examine": "A Fremennik hunter.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sigli the Huntsman",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1281",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1282",
- "name": "Sigmund The Merchant",
"examine": "A Fremennik merchant.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sigmund The Merchant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1282",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1283",
- "name": "Swensen the Navigator",
"examine": "A Fremennik navigator.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Swensen the Navigator",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1283",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1284",
- "name": "Bjorn"
- },
- {
- "id": "1285",
- "name": "Eldgrim"
- },
- {
- "id": "1286",
- "name": "Manni the Reveller",
"examine": "Every innkeeper's best friend!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Manni the Reveller",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1286",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1287",
- "name": "Council workman",
"examine": "Supposedly fixes things around Gielinor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Council workman",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1287",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1288",
- "name": "Peer the Seer",
"examine": "A Fremennik riddler.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Peer the Seer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1288",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1289",
- "name": "Thorvald the Warrior",
"examine": "A Fremennik hero.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Thorvald the Warrior",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1289",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1290",
- "name": "Koschei the deathless",
"examine": "Your challenge awaits! ",
- "attack_level": "13",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "14",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Koschei the deathless",
+ "defence_level": "13",
"safespot": null,
+ "lifepoints": "14",
"strength_level": "13",
- "weakness": "10"
+ "id": "1290",
+ "range_level": "1",
+ "attack_level": "13"
},
{
- "id": "1291",
- "name": "Koschei the deathless",
"examine": "He lives again!",
- "attack_level": "13",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "14",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Koschei the deathless",
+ "defence_level": "13",
"safespot": null,
+ "lifepoints": "14",
"strength_level": "13",
- "weakness": "10"
+ "id": "1291",
+ "range_level": "1",
+ "attack_level": "13"
},
{
- "id": "1292",
- "name": "Koschei the deathless",
"examine": "He keeps on living!",
- "attack_level": "13",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "14",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "13",
- "weakness": "10"
- },
- {
- "id": "1293",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "836",
"name": "Koschei the deathless",
- "examine": "He just keeps on going.",
- "attack_level": "13",
- "death_animation": "836",
- "defence_animation": "0",
"defence_level": "13",
+ "safespot": null,
"lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "13",
- "weakness": "10"
- },
- {
- "id": "1294",
- "name": "Brundt the Chieftain",
- "examine": "The Fremennik tribe's chieftain.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
+ "id": "1292",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "13"
},
{
- "id": "1295",
- "name": "Askeladden"
- },
- {
- "id": "1296",
- "name": "Guard",
- "examine": "Stands around and looks at stuff all day.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1297",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1298",
- "name": "Town Guard",
- "examine": "What a rubbish job he has.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1299",
- "name": "Town Guard"
- },
- {
- "id": "1300",
- "name": "A bartender.",
- "examine": "The Longhall barkeep",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1301",
- "name": "Yrsa",
- "examine": "Pretty shabbily dressed for a clothes shop owner.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1302",
- "name": "Fisherman",
- "examine": "There's something fishy about this guy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1303",
- "name": "Skulgrimen",
- "examine": "Sells and makes weapons and armour.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1304",
- "name": "Sailor",
- "examine": "He's strong to the finish",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1305",
- "name": "Agnar",
- "examine": "One of Rellekka's many citizens.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1306",
- "name": "Freidir",
- "examine": "One of Rellekka's many citizens.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1307",
- "name": "Borrokar",
- "examine": "One of Rellekka's many citizens.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1308",
- "name": "Lanzig",
- "examine": "One of Rellekka's many citizens.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "51",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1309",
- "name": "Pontak",
- "examine": "One of Rellekka's many citizens.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "51",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1310",
- "name": "Freygerd"
- },
- {
- "id": "1311",
- "name": "Lensa"
- },
- {
- "id": "1312",
- "name": "Jennella"
- },
- {
- "id": "1313",
- "name": "Sassilik",
- "examine": "One of Rellekka's many citizens.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1314",
- "name": "Inga",
- "examine": "One of Rellekka's many citizens.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1315",
- "name": "Fish monger",
- "examine": "Fish-tastic!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1316",
- "name": "Fur trader",
- "examine": "I wonder what he does with all that fur?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1317",
- "name": "Market Guard",
- "examine": "Keeps the stalls secure.",
- "attack_level": "28",
- "combat_audio": "",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
+ "examine": "He just keeps on going.",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Koschei the deathless",
+ "defence_level": "13",
"safespot": null,
- "strength_level": "28",
- "weakness": "9"
+ "lifepoints": "14",
+ "strength_level": "13",
+ "id": "1293",
+ "range_level": "1",
+ "attack_level": "13"
},
{
- "id": "1318",
- "name": "Warrior",
- "examine": "A hardened Fremennik warrior.",
- "attack_level": "28",
- "death_animation": "836",
+ "examine": "The Fremennik tribe's chieftain.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brundt the Chieftain",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1294",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Stands around and looks at stuff all day.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1296",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1297",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "What a rubbish job he has.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Town Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1298",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Longhall barkeep",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A bartender.",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1300",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Pretty shabbily dressed for a clothes shop owner.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Yrsa",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1301",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "There's something fishy about this guy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fisherman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1302",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Sells and makes weapons and armour.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Skulgrimen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1303",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's strong to the finish",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sailor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1304",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Rellekka's many citizens.",
+ "melee_animation": "422",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Agnar",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1305",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Rellekka's many citizens.",
+ "melee_animation": "422",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Freidir",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1306",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Rellekka's many citizens.",
+ "melee_animation": "395",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Borrokar",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1307",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Rellekka's many citizens.",
+ "melee_animation": "422",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Lanzig",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "1",
+ "id": "1308",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Rellekka's many citizens.",
+ "melee_animation": "422",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pontak",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "1",
+ "id": "1309",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Rellekka's many citizens.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sassilik",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1313",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Rellekka's many citizens.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Inga",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1314",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Fish-tastic!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish monger",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1315",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I wonder what he does with all that fur?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fur trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1316",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Keeps the stalls secure.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Market Guard",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "28",
+ "id": "1317",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A hardened Fremennik warrior.",
"melee_animation": "401",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Warrior",
+ "defence_level": "28",
"safespot": null,
+ "lifepoints": "40",
"strength_level": "28",
- "weakness": "9"
+ "id": "1318",
+ "range_level": "1",
+ "attack_level": "28"
},
{
- "id": "1319",
- "name": "Fox",
"examine": "A cunning animal.",
- "attack_level": "32",
- "death_animation": "6570",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
"melee_animation": "6562",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6570",
+ "name": "Fox",
+ "defence_level": "32",
"safespot": null,
+ "lifepoints": "45",
"strength_level": "32",
- "weakness": "7"
+ "id": "1319",
+ "range_level": "1",
+ "attack_level": "32"
},
{
- "id": "1320",
- "name": "Bunny",
"examine": "Hoppity",
- "attack_level": "1",
- "death_animation": "1246",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "1",
- "magic_animation": "0",
"melee_animation": "1245",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "1246",
+ "name": "Bunny",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "1320",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1321",
- "name": "Bunny",
- "attack_level": "1",
"death_animation": "1246",
- "defence_animation": "1244",
+ "name": "Bunny",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "5",
"melee_animation": "1245",
+ "strength_level": "1",
+ "id": "1321",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1322",
- "name": "Gull"
- },
- {
- "id": "1323",
- "name": "Gull"
- },
- {
- "id": "1324",
- "name": "Gull"
- },
- {
- "id": "1325",
- "name": "Gull"
- },
- {
- "id": "1326",
- "name": "Bear Cub",
- "examine": "Cute. But deadly.",
- "aggressive": "true",
- "attack_level": "8",
- "combat_audio": "498,500,499",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "11",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "8",
- "weakness": "7"
- },
- {
- "id": "1327",
- "name": "Bear Cub",
- "examine": "Cute. But deadly.",
- "aggressive": "true",
"attack_level": "1",
- "combat_audio": "498,500,499",
- "defence_level": "1",
- "lifepoints": "20",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "defence_animation": "1244"
+ },
+ {
+ "examine": "Cute. But deadly.",
+ "slayer_task": "6",
+ "range_animation": "0",
+ "combat_audio": "498,500,499",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Bear Cub",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "11",
+ "strength_level": "8",
+ "id": "1326",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "8"
+ },
+ {
+ "examine": "Cute. But deadly.",
+ "name": "Bear Cub",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "combat_audio": "498,500,499",
+ "strength_level": "1",
+ "id": "1327",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
},
{
- "id": "1328",
- "name": "Unicorn Foal",
"examine": "Horned horsey.",
- "attack_level": "10",
- "attack_speed": "4",
- "combat_audio": "369,371,370",
- "death_animation": "6377",
- "defence_animation": "6375",
- "defence_level": "10",
- "lifepoints": "15",
- "magic_animation": "6376",
- "magic_level": "1",
"melee_animation": "6376",
"range_animation": "6376",
- "range_level": "1",
+ "combat_audio": "369,371,370",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "90",
+ "defence_animation": "6375",
+ "weakness": "7",
+ "magic_animation": "6376",
+ "death_animation": "6377",
+ "name": "Unicorn Foal",
+ "defence_level": "10",
"safespot": null,
+ "lifepoints": "15",
"strength_level": "6",
- "weakness": "7"
+ "id": "1328",
+ "range_level": "1",
+ "attack_level": "10"
},
{
- "id": "1329",
- "name": "Black unicorn Foal",
"examine": "Cute but evil.",
- "aggressive": "false",
- "attack_level": "18",
- "attack_speed": "4",
- "combat_audio": "369,371,370",
- "death_animation": "6377",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
"melee_animation": "6376",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "369,371,370",
+ "attack_speed": "4",
"respawn_delay": "20",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6377",
+ "name": "Black unicorn Foal",
+ "defence_level": "18",
"safespot": null,
+ "lifepoints": "25",
"strength_level": "18",
- "weakness": "7"
+ "id": "1329",
+ "aggressive": "false",
+ "range_level": "1",
+ "attack_level": "18"
},
{
- "id": "1330",
- "name": "Wolf",
"examine": "Fearsome predator found only in the Fremennik Province",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "481,491,490",
- "death_animation": "6558",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "69",
- "magic_animation": "0",
+ "slayer_task": "92",
"melee_animation": "6559",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "481,491,490",
"respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "69",
- "strength_level": "35",
- "weakness": "7"
- },
- {
- "id": "1331",
- "name": "Fishing spot"
- },
- {
- "id": "1332",
- "name": "Fishing spot"
- },
- {
- "id": "1333",
- "name": "Fishing spot"
- },
- {
- "id": "1334",
- "name": "Jossik"
- },
- {
- "id": "1335",
- "name": "Jossik"
- },
- {
- "id": "1336",
- "name": "Larrissa"
- },
- {
- "id": "1337",
- "name": "Larrissa"
- },
- {
- "id": "1338",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "attack_level": "80",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_style": "1",
- "death_animation": "1342",
- "defence_animation": "1341",
- "defence_level": "70",
- "lifepoints": "70",
- "magic_animation": "1340",
- "melee_animation": "1340",
- "projectile": "288",
- "range_animation": "1340",
- "range_level": "85",
- "safespot": null,
- "strength_level": "80"
- },
- {
- "id": "1339",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "aggressive": "true",
- "attack_level": "1",
- "clue_level": "1",
- "combat_style": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "70",
- "melee_animation": "1343",
- "projectile": "288",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1340",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "aggressive": "true",
- "attack_level": "1",
- "clue_level": "1",
- "combat_style": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "70",
- "melee_animation": "1343",
- "projectile": "288",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1341",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "aggressive": "true",
- "attack_level": "1",
- "clue_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "120",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1342",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "aggressive": "true",
- "attack_level": "1",
- "clue_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "120",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1343",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "aggressive": "true",
- "attack_level": "1",
- "clue_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "120",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1344",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "attack_level": "1",
- "clue_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1345",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "attack_level": "1",
- "clue_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1346",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "attack_level": "1",
- "clue_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1347",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "attack_level": "1",
- "clue_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1348",
- "name": "Dagannoth mother"
- },
- {
- "id": "1349",
- "name": "Dagannoth mother"
- },
- {
- "id": "1350",
- "name": "Dagannoth mother"
- },
- {
- "id": "1351",
- "name": "Dagannoth mother",
- "examine": "A horror from the ocean depths.",
- "aggressive": "true",
- "attack_level": "60",
- "death_animation": "1342",
"defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "128",
+ "weakness": "7",
+ "slayer_exp": "69",
"magic_animation": "0",
- "magic_level": "60",
+ "death_animation": "6558",
+ "name": "Wolf",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "69",
+ "strength_level": "35",
+ "id": "1330",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "combat_style": "1",
+ "melee_animation": "1340",
+ "range_animation": "1340",
+ "attack_speed": "5",
+ "defence_animation": "1341",
+ "magic_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "80",
+ "id": "1338",
+ "clue_level": "1",
+ "range_level": "85",
+ "projectile": "288",
+ "attack_level": "80"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "combat_style": "1",
+ "melee_animation": "1343",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "1339",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "projectile": "288",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "combat_style": "1",
+ "melee_animation": "1343",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "1340",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "projectile": "288",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "id": "1341",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "id": "1342",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "id": "1343",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1344",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1345",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1346",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1347",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths.",
+ "slayer_task": "24",
"melee_animation": "1341",
"range_animation": "0",
- "range_level": "60",
+ "magic_level": "60",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "1352",
- "name": "Dagannoth mother",
- "examine": "A horror from the ocean depths.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "100",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1353",
- "name": "Dagannoth mother",
- "examine": "A horror from the ocean depths.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "100",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1354",
- "name": "Dagannoth mother",
- "examine": "A horror from the ocean depths.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "100",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1355",
- "name": "Dagannoth mother",
- "examine": "A horror from the ocean depths.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "100",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1356",
- "name": "Dagannoth mother",
- "examine": "A horror from the ocean depths.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "100",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1357",
- "name": "Sam",
- "examine": "Pretty barmaid."
- },
- {
- "id": "1358",
- "name": "Rachael",
- "examine": "Pretty barmaid."
- },
- {
- "id": "1359",
- "name": "Queen Sigrid"
- },
- {
- "id": "1360",
- "name": "Banker",
- "examine": "He seems happy to see you.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "10",
"magic_animation": "0",
+ "death_animation": "1342",
+ "name": "Dagannoth mother",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "128",
+ "strength_level": "60",
+ "id": "1351",
+ "aggressive": "true",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "examine": "A horror from the ocean depths.",
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "1352",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths.",
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "1353",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths.",
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "1354",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths.",
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "1355",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A horror from the ocean depths.",
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "1356",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He seems happy to see you.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1361",
- "name": "Arnor"
- },
- {
- "id": "1362",
- "name": "Haming"
- },
- {
- "id": "1363",
- "name": "Moldof"
- },
- {
- "id": "1364",
- "name": "Helga"
- },
- {
- "id": "1365",
- "name": "Matilda"
- },
- {
- "id": "1366",
- "name": "Ashild"
- },
- {
- "id": "1367",
- "name": "Skraeling",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1360",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Skraeling",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "1",
"melee_animation": "401",
+ "strength_level": "1",
+ "id": "1367",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
+ "death_animation": "836",
+ "name": "Skraeling",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "melee_animation": "395",
+ "strength_level": "1",
"id": "1368",
- "name": "Skraeling",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "1",
- "melee_animation": "395",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
- "id": "1369",
- "name": "Fishmonger",
"examine": "Hmm",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fishmonger",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1369",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1370",
- "name": "Greengrocer",
"examine": "At least he eats his greens.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Greengrocer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1370",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1371",
- "name": "Prince Brand"
- },
- {
- "id": "1372",
- "name": "Princess Astrid"
- },
- {
- "id": "1373",
- "name": "King Vargas"
- },
- {
- "id": "1374",
- "name": "Guard",
"examine": "He's guarding the throne room.",
- "attack_level": "1",
- "clue_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "511,513,512",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1374",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1375",
- "name": "Advisor Ghrim"
- },
- {
- "id": "1376",
- "name": "Derrik",
- "examine": "Smithy for Sogthorpe."
- },
- {
- "id": "1377",
- "name": "Farmer",
"examine": "He's cutting the wheat.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Farmer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1377",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1378",
- "name": "Flower Girl",
"examine": "No-one would mistake her for a duchess.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Flower Girl",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1378",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1379",
- "name": "Ragnar",
- "examine": "A subject of Miscellania."
- },
- {
- "id": "1380",
- "name": "Einar",
- "examine": "A subject of Miscellania."
- },
- {
- "id": "1381",
+ "death_animation": "836",
"name": "Alrik",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "1",
"melee_animation": "422",
+ "strength_level": "1",
+ "id": "1381",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1382",
- "name": "Thorhild",
- "examine": "A subject of Miscellania."
- },
- {
- "id": "1383",
- "name": "Halla"
- },
- {
- "id": "1384",
- "name": "Yrsa"
- },
- {
- "id": "1385",
- "name": "Sailor",
- "examine": "He's strong to the finish, because he eats cabbage.",
"attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "defence_animation": "425"
+ },
+ {
+ "examine": "He's strong to the finish, because he eats cabbage.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sailor",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1385",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1386",
+ "death_animation": "836",
"name": "Rannveig",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "1",
"melee_animation": "422",
+ "strength_level": "1",
+ "id": "1386",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
- "id": "1387",
- "name": "Thora"
- },
- {
- "id": "1388",
+ "death_animation": "836",
"name": "Valgerd",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "1",
"melee_animation": "422",
+ "strength_level": "1",
+ "id": "1388",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
+ "death_animation": "836",
+ "name": "Skraeling",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "melee_animation": "395",
+ "strength_level": "1",
"id": "1389",
- "name": "Skraeling",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "1",
- "melee_animation": "395",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
- "id": "1390",
- "name": "Broddi",
- "attack_level": "1",
"death_animation": "836",
- "defence_animation": "425",
+ "name": "Broddi",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "1",
"melee_animation": "422",
+ "strength_level": "1",
+ "id": "1390",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
- "id": "1391",
- "name": "Skraeling",
- "attack_level": "1",
"death_animation": "836",
- "defence_animation": "425",
+ "name": "Skraeling",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "1",
"melee_animation": "395",
+ "strength_level": "1",
+ "id": "1391",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
- "id": "1392",
- "name": "Ragnvald",
- "attack_level": "1",
"death_animation": "836",
- "defence_animation": "425",
+ "name": "Ragnvald",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "1",
"melee_animation": "810",
+ "strength_level": "1",
+ "id": "1392",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
- "id": "1393",
- "name": "Fishmonger",
"examine": "Hmm",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fishmonger",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1393",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1394",
- "name": "Greengrocer",
"examine": "At least he eats his greens.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Greengrocer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1394",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1395",
- "name": "Lumberjack Leif",
"examine": "He's a lumberjack",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Lumberjack Leif",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1395",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1396",
- "name": "Miner Magnus",
"examine": "He's just mining his own business.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Miner Magnus",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1396",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1397",
- "name": "Fisherman Frodi",
"examine": "There's something fishy about him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fisherman Frodi",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1397",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1398",
- "name": "Gardener Gunnhild",
"examine": "She's looking a bit weedy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gardener Gunnhild",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1399",
- "name": "Fishing spot"
- },
- {
- "id": "1400",
- "name": "Gull"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1398",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Yep. Definitely a chicken.",
+ "melee_animation": "5387",
+ "range_animation": "5387",
+ "combat_audio": "355,357,356",
+ "attack_speed": "6",
+ "respawn_delay": "18",
+ "defence_animation": "5388",
+ "magic_animation": "5387",
+ "death_animation": "5389",
+ "name": "Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
"id": "1401",
- "name": "Chicken",
- "examine": "Yep. Definitely a chicken.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "5388",
- "defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "5387",
- "melee_animation": "5387",
- "range_animation": "5387",
"range_level": "1",
- "respawn_delay": "18",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Yep. Definitely a chicken.",
+ "melee_animation": "5387",
+ "range_animation": "5387",
+ "combat_audio": "355,357,356",
+ "attack_speed": "6",
+ "respawn_delay": "18",
+ "defence_animation": "5388",
+ "magic_animation": "5387",
+ "death_animation": "5389",
+ "name": "Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
"id": "1402",
- "name": "Chicken",
- "examine": "Yep. Definitely a chicken.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "5388",
- "defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "5387",
- "melee_animation": "5387",
- "range_animation": "5387",
"range_level": "1",
- "respawn_delay": "18",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1403",
- "name": "Rooster",
- "attack_level": "1",
"death_animation": "5389",
- "defence_animation": "5388",
+ "name": "Rooster",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "5",
"melee_animation": "5387",
+ "strength_level": "1",
+ "id": "1403",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "5388"
},
{
- "id": "1404",
- "name": "Rabbit",
- "attack_level": "1",
"death_animation": "6092",
- "defence_animation": "6091",
+ "name": "Rabbit",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "5",
"melee_animation": "6090",
+ "strength_level": "1",
+ "id": "1404",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "6091"
},
{
- "id": "1405",
- "name": "Fishing spot"
- },
- {
- "id": "1406",
- "name": "Fishing spot"
- },
- {
- "id": "1407",
- "name": "Daero"
- },
- {
- "id": "1408",
- "name": "Waydar"
- },
- {
- "id": "1409",
- "name": "Waydar"
- },
- {
- "id": "1410",
- "name": "Waydar"
- },
- {
- "id": "1411",
- "name": "Garkor"
- },
- {
- "id": "1412",
- "name": "Garkor"
- },
- {
- "id": "1413",
- "name": "Lumo"
- },
- {
- "id": "1414",
- "name": "Lumo"
- },
- {
- "id": "1415",
- "name": "Bunkdo"
- },
- {
- "id": "1416",
- "name": "Bunkdo"
- },
- {
- "id": "1417",
- "name": "Carado"
- },
- {
- "id": "1418",
- "name": "Carado"
- },
- {
- "id": "1419",
- "name": "Lumdo",
"examine": "There to help me make my bids.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Lumdo",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1419",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1420",
- "name": "Karam"
- },
- {
- "id": "1421",
- "name": "Karam"
- },
- {
- "id": "1422",
- "name": "Karam"
- },
- {
- "id": "1423",
- "name": "Bunkwicket"
- },
- {
- "id": "1424",
- "name": "Waymottin"
- },
- {
- "id": "1425",
- "name": "Zooknock"
- },
- {
- "id": "1426",
- "name": "Zooknock"
- },
- {
- "id": "1427",
- "name": "G.L.O. Caranock",
"examine": "An official looking Gnome with small beady eyes.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "G.L.O. Caranock",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1427",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1428",
- "name": "G.L.O. Caranock"
- },
- {
- "id": "1429",
- "name": "Dugopul"
- },
- {
- "id": "1430",
- "name": "Salenab"
- },
- {
- "id": "1431",
- "name": "Trefaji"
- },
- {
- "id": "1432",
- "name": "Aberab"
- },
- {
- "id": "1433",
- "name": "Solihib",
- "movement_radius": "1"
- },
- {
- "id": "1434",
- "name": "Daga"
- },
- {
- "id": "1435",
- "name": "Tutab"
- },
- {
- "id": "1436",
- "name": "Ifaba"
- },
- {
- "id": "1437",
- "name": "Hamab"
- },
- {
- "id": "1438",
- "name": "Hafuba"
- },
- {
- "id": "1439",
- "name": "Denadu"
- },
- {
- "id": "1440",
- "name": "Lofu"
- },
- {
- "id": "1441",
- "name": "Kruk"
- },
- {
- "id": "1442",
+ "melee_animation": "1383",
+ "respawn_delay": "60",
+ "defence_animation": "1393",
+ "death_animation": "1384",
"name": "Duke",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1384",
- "defence_animation": "1393",
"defence_level": "1",
- "lifepoints": "130",
- "melee_animation": "1383",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "130",
+ "strength_level": "1",
+ "id": "1442",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1443",
+ "melee_animation": "1383",
+ "respawn_delay": "60",
+ "defence_animation": "1393",
+ "death_animation": "1384",
"name": "Oipuis",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1384",
- "defence_animation": "1393",
"defence_level": "1",
- "lifepoints": "130",
- "melee_animation": "1383",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "130",
+ "strength_level": "1",
+ "id": "1443",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1444",
+ "melee_animation": "1383",
+ "respawn_delay": "60",
+ "defence_animation": "1393",
+ "death_animation": "1384",
"name": "Uyoro",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1384",
- "defence_animation": "1393",
"defence_level": "1",
- "lifepoints": "130",
- "melee_animation": "1383",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "130",
+ "strength_level": "1",
+ "id": "1444",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1445",
- "name": "Ouhai",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1384",
+ "melee_animation": "1383",
+ "respawn_delay": "60",
"defence_animation": "1387",
+ "death_animation": "1384",
+ "name": "Ouhai",
"defence_level": "1",
- "lifepoints": "130",
- "melee_animation": "1383",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "130",
+ "strength_level": "1",
+ "id": "1445",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1446",
+ "melee_animation": "1383",
+ "respawn_delay": "60",
+ "defence_animation": "1393",
+ "death_animation": "1384",
"name": "Uodai",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1384",
- "defence_animation": "1393",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "130",
- "melee_animation": "1383",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1447",
- "name": "Padulah",
+ "strength_level": "1",
+ "id": "1446",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "1384",
- "defence_animation": "1393",
- "defence_level": "1",
- "lifepoints": "133",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"melee_animation": "1383",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1448",
- "name": "Awowogei"
- },
- {
- "id": "1449",
- "name": "Uwogo"
- },
- {
- "id": "1450",
- "name": "Muruwoi"
- },
- {
- "id": "1451",
- "name": "Sleeping Monkey",
- "examine": "A rather sleepy looking guard",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1452",
- "name": "Monkey Child",
- "examine": "An adorable little monkey child.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1453",
- "name": "The Monkey's Uncle",
- "examine": "He looks like the Monkey's Uncle.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1454",
- "name": "The Monkey's Aunt",
- "examine": "She looks like the Monkey's Aunt.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1455",
- "name": "Monkey Guard",
- "examine": "A scimitar wielding ninja monkey.",
- "attack_level": "66",
- "combat_audio": "629,631,630",
+ "defence_animation": "1393",
"death_animation": "1384",
+ "name": "Padulah",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "133",
+ "strength_level": "1",
+ "id": "1447",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A rather sleepy looking guard",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
"defence_animation": "0",
- "defence_level": "66",
- "lifepoints": "94",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sleeping Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1451",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An adorable little monkey child.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monkey Child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1452",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks like the Monkey's Uncle.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "The Monkey's Uncle",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1453",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "She looks like the Monkey's Aunt.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "The Monkey's Aunt",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1454",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A scimitar wielding ninja monkey.",
+ "slayer_task": "61",
"melee_animation": "1392",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "1384",
+ "name": "Monkey Guard",
+ "defence_level": "66",
"safespot": null,
+ "lifepoints": "94",
"strength_level": "66",
- "weakness": "8"
+ "id": "1455",
+ "range_level": "1",
+ "attack_level": "66"
},
{
- "id": "1456",
- "name": "Monkey Archer",
"examine": "A bow wielding ninja monkey.",
- "aggressive": "true",
- "attack_level": "43",
- "combat_audio": "629,631,630",
+ "slayer_task": "61",
"combat_style": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "58",
- "lifepoints": "82",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "1394",
- "range_level": "58",
+ "combat_audio": "629,631,630",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monkey Archer",
+ "defence_level": "58",
"safespot": null,
+ "lifepoints": "82",
"strength_level": "43",
- "weakness": "1"
+ "id": "1456",
+ "aggressive": "true",
+ "range_level": "58",
+ "attack_level": "43"
},
{
+ "combat_style": "1",
+ "melee_animation": "1394",
+ "combat_audio": "629,631,630",
+ "respawn_delay": "60",
+ "defence_animation": "1393",
+ "death_animation": "1384",
+ "name": "Monkey Archer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
"id": "1457",
- "name": "Monkey Archer",
"aggressive": "true",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "combat_style": "1",
- "death_animation": "1384",
- "defence_animation": "1393",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "1394",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "combat_style": "1",
+ "melee_animation": "1394",
+ "combat_audio": "629,631,630",
+ "respawn_delay": "60",
+ "defence_animation": "1393",
+ "death_animation": "1384",
+ "name": "Monkey Archer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
"id": "1458",
- "name": "Monkey Archer",
"aggressive": "true",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "combat_style": "1",
- "death_animation": "1384",
- "defence_animation": "1393",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "1394",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1459",
- "name": "Monkey Guard",
"examine": "A huge brutish gorilla armoured with dangerous looking vambraces.",
- "attack_level": "100",
- "attack_speed": "6",
- "combat_audio": "629,631,630",
- "death_animation": "1404",
- "defence_animation": "1403",
- "defence_level": "90",
- "lifepoints": "130",
- "magic_animation": "1402",
+ "slayer_task": "61",
"melee_animation": "1402",
"range_animation": "1402",
- "range_level": "1",
+ "combat_audio": "629,631,630",
+ "attack_speed": "6",
+ "defence_animation": "1403",
+ "weakness": "8",
+ "magic_animation": "1402",
+ "death_animation": "1404",
+ "name": "Monkey Guard",
+ "defence_level": "90",
"safespot": null,
+ "lifepoints": "130",
"strength_level": "130",
- "weakness": "8"
+ "id": "1459",
+ "range_level": "1",
+ "attack_level": "100"
},
{
- "id": "1460",
- "name": "Monkey Guard",
"examine": "A huge brutish gorilla armoured with dangerous looking vambraces.",
- "aggressive": "true",
- "attack_level": "63",
- "attack_speed": "5",
- "combat_audio": "629,631,630",
- "death_animation": "1404",
- "defence_animation": "0",
- "defence_level": "63",
- "lifepoints": "90",
- "magic_animation": "0",
+ "slayer_task": "61",
"melee_animation": "1402",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "629,631,630",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "1404",
+ "name": "Monkey Guard",
+ "defence_level": "63",
"safespot": null,
+ "lifepoints": "90",
"strength_level": "63",
- "weakness": "8"
+ "id": "1460",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "63"
},
{
- "id": "1461",
- "name": "Elder Guard",
"examine": "A huge brutish gorilla stands here",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "slayer_task": "61",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1462",
- "name": "Elder Guard"
- },
- {
- "id": "1463",
- "name": "Monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1464",
- "name": "Monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1465",
- "name": "Monkey Zombie",
- "examine": "A large and lumbering undead monkey.",
- "aggressive": "true",
- "attack_level": "150",
- "attack_speed": "4",
- "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "629,631,630",
- "death_animation": "1384",
- "defence_animation": "1393",
- "defence_level": "60",
- "lifepoints": "60",
+ "defence_animation": "0",
"magic_animation": "0",
- "magic_level": "60",
+ "death_animation": "0",
+ "name": "Elder Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1461",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "1463",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "1464",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A large and lumbering undead monkey.",
+ "slayer_task": "61",
"melee_animation": "1383",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "60",
- "weakness": "6"
- },
- {
- "id": "1466",
- "name": "Monkey Zombie",
- "examine": "A large and lumbering undead monkey stands here, blocking the way.",
- "aggressive": "true",
- "attack_level": "150",
- "attack_speed": "4",
- "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0",
"combat_audio": "629,631,630",
- "death_animation": "1384",
- "defence_animation": "1393",
- "defence_level": "90",
- "lifepoints": "90",
- "magic_level": "90",
- "melee_animation": "1392",
- "range_level": "1",
- "respawn_delay": "13",
- "safespot": null,
- "strength_level": "110"
- },
- {
- "id": "1467",
- "name": "Monkey Zombie",
- "examine": "A recently deceased monkey. Its flesh seems to be worse for the wear.",
- "aggressive": "true",
- "attack_level": "100",
"attack_speed": "4",
- "bonuses": "15,15,15,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "629,631,630",
- "death_animation": "1384",
- "defence_animation": "1393",
- "defence_level": "60",
- "lifepoints": "60",
"magic_level": "60",
- "melee_animation": "1392",
- "range_level": "1",
"respawn_delay": "50",
- "safespot": null,
- "strength_level": "60"
- },
- {
- "id": "1468",
- "name": "Bonzara"
- },
- {
- "id": "1469",
- "name": "Monkey minder",
- "examine": "He looks like the type of guy who would mind monkeys.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "defence_animation": "1393",
+ "weakness": "6",
"magic_animation": "0",
+ "death_animation": "1384",
+ "name": "Monkey Zombie",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "60",
+ "id": "1465",
+ "aggressive": "true",
+ "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "150"
+ },
+ {
+ "examine": "A large and lumbering undead monkey stands here, blocking the way.",
+ "melee_animation": "1392",
+ "combat_audio": "629,631,630",
+ "attack_speed": "4",
+ "magic_level": "90",
+ "respawn_delay": "13",
+ "defence_animation": "1393",
+ "death_animation": "1384",
+ "name": "Monkey Zombie",
+ "defence_level": "90",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "110",
+ "id": "1466",
+ "aggressive": "true",
+ "bonuses": "35,35,35,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "150"
+ },
+ {
+ "examine": "A recently deceased monkey. Its flesh seems to be worse for the wear.",
+ "melee_animation": "1392",
+ "combat_audio": "629,631,630",
+ "attack_speed": "4",
+ "magic_level": "60",
+ "respawn_delay": "50",
+ "defence_animation": "1393",
+ "death_animation": "1384",
+ "name": "Monkey Zombie",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "60",
+ "id": "1467",
+ "aggressive": "true",
+ "bonuses": "15,15,15,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
+ },
+ {
+ "examine": "He looks like the type of guy who would mind monkeys.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1470",
- "name": "Foreman"
- },
- {
- "id": "1471",
- "name": "Skeleton",
- "examine": "It looks just a bit... underfed.",
- "aggressive": "true",
- "attack_level": "180",
- "attack_speed": "4",
- "bonuses": "50,50,50,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "774,775,777",
- "death_animation": "5521",
- "defence_animation": "5520",
- "defence_level": "110",
- "lifepoints": "77",
- "magic_animation": "5519",
- "magic_level": "110",
- "melee_animation": "5519",
- "range_animation": "5519",
- "range_level": "1",
- "respawn_delay": "100",
- "safespot": null,
- "slayer_exp": "110",
- "strength_level": "90",
- "weakness": "8"
- },
- {
- "id": "1472",
- "name": "Jungle demon",
- "examine": "A Greater Jungle demon. A magical aura emanates from its hide.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "2",
- "combat_audio": "400,404,403",
+ "combat_audio": "629,631,630",
"defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "428",
"magic_animation": "0",
- "magic_level": "50",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "1473",
- "name": "Spider",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "6251",
- "defence_animation": "6250",
+ "death_animation": "0",
+ "name": "Monkey minder",
"defence_level": "1",
- "lifepoints": "2",
- "melee_animation": "6249",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1474",
- "name": "Spider"
- },
- {
- "id": "1475",
- "name": "Bird",
- "examine": "It's a brightly coloured bird of the jungle.",
- "attack_level": "5",
- "death_animation": "6779",
- "defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "6775",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5",
- "weakness": "8"
- },
- {
- "id": "1476",
- "name": "Bird",
- "examine": "It's a brightly coloured bird of the jungle. It flies very quickly.",
- "attack_level": "5",
- "death_animation": "6777",
- "defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "6775",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5",
- "weakness": "8"
- },
- {
- "id": "1477",
- "name": "Scorpion",
- "attack_level": "1",
- "combat_audio": "3611,3612,3610",
- "defence_level": "1",
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "1469",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "17",
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1478",
- "name": "Jungle spider",
- "examine": "A very dangerous looking spider",
- "aggressive": "true",
- "attack_level": "47",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
+ "examine": "A Greater Jungle demon. A magical aura emanates from its hide.",
+ "range_animation": "0",
+ "combat_audio": "400,404,403",
+ "attack_speed": "2",
+ "magic_level": "50",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "63",
- "lifepoints": "90",
+ "weakness": "10",
"magic_animation": "0",
+ "name": "Jungle demon",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "428",
+ "strength_level": "50",
+ "id": "1472",
+ "aggressive": "true",
+ "range_level": "50",
+ "attack_level": "50"
+ },
+ {
+ "melee_animation": "6249",
+ "respawn_delay": "60",
+ "defence_animation": "6250",
+ "death_animation": "6251",
+ "name": "Spider",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "1",
+ "id": "1473",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's a brightly coloured bird of the jungle.",
+ "slayer_task": "7",
+ "melee_animation": "6775",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "6779",
+ "name": "Bird",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
+ "id": "1475",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "examine": "It's a brightly coloured bird of the jungle. It flies very quickly.",
+ "slayer_task": "7",
+ "melee_animation": "6775",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "6777",
+ "name": "Bird",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
+ "id": "1476",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "slayer_exp": "17",
+ "name": "Scorpion",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "3611,3612,3610",
+ "strength_level": "1",
+ "id": "1477",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very dangerous looking spider",
+ "slayer_task": "76",
"melee_animation": "5327",
"range_animation": "0",
- "range_level": "63",
+ "combat_audio": "537,539,538",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "2"
- },
- {
- "id": "1479",
- "name": "Snake",
- "attack_level": "1",
- "combat_audio": "3609,3608,3610",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1480",
- "name": "Small ninja monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1481",
- "name": "Medium ninja monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1482",
- "name": "Gorilla"
- },
- {
- "id": "1483",
- "name": "Bearded gorilla",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1484",
- "name": "Ancient monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1485",
- "name": "Small zombie monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1486",
- "name": "Large zombie monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1487",
- "name": "Monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1488",
- "name": "Dummy"
- },
- {
- "id": "1489",
- "name": "Dummy"
- },
- {
- "id": "1490",
- "name": "Dummy"
- },
- {
- "id": "1491",
- "name": "Dummy"
- },
- {
- "id": "1492",
- "name": "Dummy"
- },
- {
- "id": "1493",
- "name": "Dummy"
- },
- {
- "id": "1494",
- "name": "Dummy"
- },
- {
- "id": "1495",
- "name": "Dummy"
- },
- {
- "id": "1496",
- "name": "Dummy"
- },
- {
- "id": "1497",
- "name": "Dummy"
- },
- {
- "id": "1498",
- "name": "Dummy"
- },
- {
- "id": "1499",
- "name": "Dummy"
- },
- {
- "id": "1500",
- "name": "Dummy"
- },
- {
- "id": "1501",
- "name": "Dummy"
- },
- {
- "id": "1502",
- "name": "Dummy"
- },
- {
- "id": "1503",
- "name": "Dummy"
- },
- {
- "id": "1504",
- "name": "Dummy"
- },
- {
- "id": "1505",
- "name": "Dummy"
- },
- {
- "id": "1506",
- "name": "Dummy"
- },
- {
- "id": "1507",
- "name": "Dummy"
- },
- {
- "id": "1508",
- "name": "Forester"
- },
- {
- "id": "1509",
- "name": "Woman-at-arms"
- },
- {
- "id": "1510",
- "name": "Apprentice"
- },
- {
- "id": "1511",
- "name": "Ranger"
- },
- {
- "id": "1512",
- "name": "Adventurer"
- },
- {
- "id": "1513",
- "name": "Mage"
- },
- {
- "id": "1514",
- "name": "Hiylik Myna",
- "examine": "A local holy man who supports the people trying to get though Mort Myre."
- },
- {
- "id": "1515",
- "name": "Nail beast"
- },
- {
- "id": "1521",
- "name": "Nail beast",
- "examine": "A huge nail beast. Its nails appear very sharp.",
- "attack_level": "150",
- "death_animation": "5990",
"defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "550",
+ "weakness": "2",
"magic_animation": "0",
+ "death_animation": "5329",
+ "name": "Jungle spider",
+ "defence_level": "63",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "47",
+ "id": "1478",
+ "aggressive": "true",
+ "range_level": "63",
+ "attack_level": "47"
+ },
+ {
+ "name": "Snake",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "3609,3608,3610",
+ "strength_level": "1",
+ "id": "1479",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Small ninja monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "1480",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Medium ninja monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "1481",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Bearded gorilla",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "498,500,499",
+ "strength_level": "1",
+ "id": "1483",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Ancient monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "1484",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Small zombie monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "1485",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Large zombie monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "1486",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "1487",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A huge nail beast. Its nails appear very sharp.",
"melee_animation": "5989",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "150"
- },
- {
- "id": "1522",
- "name": "Nail beast"
- },
- {
- "id": "1523",
- "name": "Nail beast"
- },
- {
- "id": "1524",
- "name": "Undead Lumberjack",
- "examine": "He is one",
- "attack_level": "73",
- "death_animation": "5972",
"defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "100",
"magic_animation": "0",
+ "death_animation": "5990",
+ "name": "Nail beast",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "550",
+ "strength_level": "150",
+ "id": "1521",
+ "range_level": "1",
+ "attack_level": "150"
+ },
+ {
+ "examine": "He is one",
"melee_animation": "5970",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "5972",
+ "name": "Undead Lumberjack",
+ "defence_level": "10",
"safespot": null,
- "strength_level": "73"
+ "lifepoints": "100",
+ "strength_level": "73",
+ "id": "1524",
+ "range_level": "1",
+ "attack_level": "73"
},
{
- "id": "1525",
- "name": "Undead Lumberjack"
- },
- {
- "id": "1526",
- "name": "Lanthus"
- },
- {
- "id": "1527",
- "name": "Mine cart"
- },
- {
- "id": "1528",
- "name": "Zealot",
"examine": "His robes prominently display the star of Saradomin.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Zealot",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1528",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1529",
- "name": "Sheep"
- },
- {
- "id": "1530",
- "name": "Rabbit"
- },
- {
- "id": "1531",
"name": "Imp",
- "attack_level": "1",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "8",
- "movement_radius": "25",
+ "strength_level": "1",
+ "id": "1531",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Handy for hindering the enemy team's movement.",
+ "combat_style": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "9658",
+ "name": "Barricade",
+ "defence_level": "1",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
"id": "1532",
- "name": "Barricade",
- "examine": "Handy for hindering the enemy team's movement.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_style": "1",
- "death_animation": "9658",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "0",
- "poison_immune": "true",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Handy for hindering the enemy team's movement.",
+ "combat_style": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "9658",
+ "name": "Barricade",
+ "defence_level": "1",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
"id": "1533",
- "name": "Barricade",
- "examine": "Handy for hindering the enemy team's movement.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_style": "1",
- "death_animation": "9658",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "0",
- "poison_immune": "true",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Handy for hindering the enemy team's movement.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "9658",
+ "name": "Barricade",
+ "defence_level": "1",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
"id": "1534",
- "name": "Barricade",
- "examine": "Handy for hindering the enemy team's movement.",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "9658",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "0",
- "poison_immune": "true",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Handy for hindering the enemy team's movement.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "9658",
+ "name": "Barricade",
+ "defence_level": "1",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
"id": "1535",
- "name": "Barricade",
- "examine": "Handy for hindering the enemy team's movement.",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "9658",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "0",
- "poison_immune": "true",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1536",
- "name": "Possessed pickaxe",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "188",
- "defence_animation": "186",
- "defence_level": "1",
- "lifepoints": "40",
"melee_animation": "185",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "186",
+ "death_animation": "188",
+ "name": "Possessed pickaxe",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "1536",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1537",
- "name": "Haze",
"examine": "A strange disturbance in the air.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Haze",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "10",
"strength_level": "1",
- "weakness": "7"
+ "id": "1537",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1538",
- "name": "Corpse",
"examine": "Well",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "slayer_task": "75",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Corpse",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "10",
"strength_level": "1",
- "weakness": "9"
+ "id": "1538",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1539",
- "name": "Skeletal miner",
"examine": "I don't think the pickaxe is for hitting rocks.",
- "aggressive": "true",
- "attack_level": "35",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
+ "slayer_task": "75",
"melee_animation": "5485",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "8",
"slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeletal miner",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
"strength_level": "35",
- "weakness": "8"
+ "id": "1539",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
},
{
- "id": "1540",
+ "melee_animation": "5540",
+ "respawn_delay": "60",
+ "defence_animation": "5541",
+ "death_animation": "5542",
"name": "Treus Dayth",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5542",
- "defence_animation": "5541",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "100",
- "melee_animation": "5540",
+ "strength_level": "1",
+ "id": "1540",
+ "aggressive": "true",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "slayer_exp": "25",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
"id": "1541",
- "name": "Ghost",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1542",
- "name": "Loading crane"
- },
- {
- "id": "1543",
- "name": "Innocent-looking key"
- },
- {
- "id": "1544",
- "name": "Mine cart"
- },
- {
- "id": "1545",
- "name": "Mine cart"
- },
- {
- "id": "1546",
- "name": "Mine cart"
- },
- {
- "id": "1547",
- "name": "Mine cart"
- },
- {
- "id": "1548",
- "name": "Mine cart"
- },
- {
- "id": "1549",
- "name": "Ghost",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5542",
- "defence_animation": "5541",
- "defence_level": "1",
- "lifepoints": "30",
"melee_animation": "5540",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "1550",
- "name": "Chompy bird",
- "examine": "A large boisterous bird, a delicacy for ogres.",
- "aggressive": "false",
- "attack_level": "5",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "1449,1451,1450",
- "death_animation": "6762",
- "defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "6761",
- "poison_immune": "true",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5",
- "weakness": "3"
- },
- {
- "id": "1551",
- "name": "Mischievous ghost",
- "attack_level": "1",
"combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1552",
- "name": "Santa"
- },
- {
- "id": "1553",
- "name": "Ug",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1554",
- "name": "Aga"
- },
- {
- "id": "1555",
- "name": "Arrg"
- },
- {
- "id": "1556",
- "name": "Arrg",
- "aggressive": "true",
- "attack_level": "1",
"attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5541",
+ "slayer_exp": "25",
+ "death_animation": "5542",
+ "name": "Ghost",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "1549",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A large boisterous bird, a delicacy for ogres.",
+ "slayer_task": "7",
+ "melee_animation": "6761",
+ "range_animation": "0",
+ "combat_audio": "1449,1451,1450",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "6762",
+ "name": "Chompy bird",
+ "defence_level": "3",
+ "safespot": null,
+ "poison_immune": "true",
+ "lifepoints": "10",
+ "strength_level": "5",
+ "id": "1550",
+ "aggressive": "false",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "name": "Mischievous ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "1551",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Ug",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1553",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Arrg",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "150",
+ "strength_level": "1",
+ "attack_speed": "5",
+ "id": "1556",
+ "aggressive": "true",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1557",
"name": "Ug",
- "attack_level": "1",
- "combat_audio": "511,513,512",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "1557",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1558",
- "name": "Ice wolf",
"examine": "Not man's best friend.",
- "aggressive": "true",
- "attack_level": "51",
- "death_animation": "6558",
- "defence_animation": "0",
- "defence_level": "51",
- "lifepoints": "72",
- "magic_animation": "0",
+ "slayer_task": "92",
"melee_animation": "6559",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "51",
- "weakness": "7"
- },
- {
- "id": "1559",
- "name": "Ice wolf"
- },
- {
- "id": "1560",
- "name": "Ice Troll",
- "examine": "Brrrrr...he must be cold!",
- "aggressive": "true",
- "attack_level": "60",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "1561",
- "name": "Ice Troll",
- "examine": "Brrrrr...he must be cold!",
- "attack_level": "60",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "1562",
- "name": "Ice Troll",
- "examine": "Brrrrr...he must be cold!",
- "aggressive": "true",
- "attack_level": "60",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "1563",
- "name": "Ice Troll",
- "examine": "Brrrrr...he must be cold!",
- "attack_level": "60",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "1564",
- "name": "Ice Troll",
- "examine": "Brrrrr...he must be cold!",
- "aggressive": "true",
- "attack_level": "60",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "1565",
- "name": "Ice Troll",
- "examine": "Brrrrr...he must be cold!",
- "aggressive": "true",
- "attack_level": "60",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "1566",
- "name": "Ice Troll",
- "examine": "Brrrrr...he must be cold!",
- "attack_level": "60",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "1567",
- "name": "Cyreg Paddlehorn",
- "examine": "A tall and imposing man who's more than familiar with boating.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "7",
"magic_animation": "0",
+ "death_animation": "6558",
+ "name": "Ice wolf",
+ "defence_level": "51",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "51",
+ "id": "1558",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "51"
+ },
+ {
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice Troll",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "1560",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice Troll",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "1561",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice Troll",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "1562",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice Troll",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "1563",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice Troll",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "1564",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice Troll",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "1565",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice Troll",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "1566",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "A tall and imposing man who's more than familiar with boating.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cyreg Paddlehorn",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1568",
- "name": "Curpile Fyod"
- },
- {
- "id": "1569",
- "name": "Veliaf Hurtz"
- },
- {
- "id": "1570",
- "name": "Sani Piliu"
- },
- {
- "id": "1571",
- "name": "Harold Evans"
- },
- {
- "id": "1572",
- "name": "Radigad Ponfit"
- },
- {
- "id": "1573",
- "name": "Polmafi Ferdygris"
- },
- {
- "id": "1574",
- "name": "Ivan Strom"
- },
- {
- "id": "1575",
- "name": "Skeleton Hellhound"
- },
- {
- "id": "1576",
- "name": "Stranger"
- },
- {
- "id": "1577",
- "name": "Vanstrom Klause"
- },
- {
- "id": "1578",
- "name": "Mist"
- },
- {
- "id": "1579",
- "name": "Vanstrom Klause"
- },
- {
- "id": "1580",
- "name": "Vanstrom Klause"
- },
- {
- "id": "1581",
- "name": "Vanstrom Klause"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1567",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A very large elemental adversary.",
+ "slayer_task": "33",
+ "melee_animation": "4666",
+ "range_animation": "4666",
+ "combat_audio": "447,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "20",
+ "defence_animation": "4664",
+ "weakness": "1",
+ "slayer_exp": "111",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Fire giant",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "111",
+ "strength_level": "65",
"id": "1582",
- "name": "Fire giant",
- "examine": "A very large elemental adversary.",
"aggressive": "true",
- "attack_level": "65",
- "attack_speed": "5",
"bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "447,451,450",
- "death_animation": "4668",
- "defence_animation": "4664",
- "defence_level": "65",
- "lifepoints": "111",
- "magic_animation": "4666",
- "magic_level": "1",
- "melee_animation": "4666",
- "range_animation": "4666",
"range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "slayer_exp": "111",
- "strength_level": "65",
- "weakness": "1"
+ "attack_level": "65"
},
{
+ "examine": "A very large elemental adversary.",
+ "slayer_task": "33",
+ "melee_animation": "4666",
+ "range_animation": "4666",
+ "combat_audio": "447,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "20",
+ "defence_animation": "4664",
+ "weakness": "1",
+ "slayer_exp": "111",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Fire giant",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "111",
+ "strength_level": "65",
"id": "1583",
- "name": "Fire giant",
- "examine": "A very large elemental adversary.",
"aggressive": "true",
- "attack_level": "65",
- "attack_speed": "5",
"bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "447,451,450",
- "death_animation": "4668",
- "defence_animation": "4664",
- "defence_level": "65",
- "lifepoints": "111",
- "magic_animation": "4666",
- "magic_level": "1",
- "melee_animation": "4666",
- "range_animation": "4666",
"range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "slayer_exp": "111",
- "strength_level": "65",
- "weakness": "1"
+ "attack_level": "65"
},
{
+ "examine": "A very large elemental adversary.",
+ "slayer_task": "33",
+ "melee_animation": "4666",
+ "range_animation": "4666",
+ "combat_audio": "447,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "20",
+ "defence_animation": "4664",
+ "weakness": "1",
+ "slayer_exp": "111",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Fire giant",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "111",
+ "strength_level": "65",
"id": "1584",
- "name": "Fire giant",
- "examine": "A very large elemental adversary.",
"aggressive": "true",
- "attack_level": "65",
- "attack_speed": "5",
"bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "447,451,450",
- "death_animation": "4668",
- "defence_animation": "4664",
- "defence_level": "65",
- "lifepoints": "111",
- "magic_animation": "4666",
- "magic_level": "1",
- "melee_animation": "4666",
- "range_animation": "4666",
"range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "slayer_exp": "111",
- "strength_level": "65",
- "weakness": "1"
+ "attack_level": "65"
},
{
+ "examine": "A very large elemental adversary.",
+ "slayer_task": "33",
+ "melee_animation": "4666",
+ "range_animation": "4666",
+ "combat_audio": "447,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "20",
+ "defence_animation": "4664",
+ "weakness": "1",
+ "slayer_exp": "111",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Fire giant",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "111",
+ "strength_level": "65",
"id": "1585",
- "name": "Fire giant",
- "examine": "A very large elemental adversary.",
"aggressive": "true",
- "attack_level": "65",
- "attack_speed": "5",
"bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "447,451,450",
- "death_animation": "4668",
- "defence_animation": "4664",
- "defence_level": "65",
- "lifepoints": "111",
- "magic_animation": "4666",
- "magic_level": "1",
- "melee_animation": "4666",
- "range_animation": "4666",
"range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "slayer_exp": "111",
- "strength_level": "65",
- "weakness": "1"
+ "attack_level": "65"
},
{
+ "examine": "A very large elemental adversary.",
+ "slayer_task": "33",
+ "melee_animation": "4666",
+ "range_animation": "4666",
+ "combat_audio": "447,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "20",
+ "defence_animation": "4664",
+ "weakness": "1",
+ "slayer_exp": "111",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Fire giant",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "111",
+ "strength_level": "65",
"id": "1586",
- "name": "Fire giant",
- "examine": "A very large elemental adversary.",
"aggressive": "true",
- "attack_level": "65",
- "attack_speed": "5",
"bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "447,451,450",
- "death_animation": "4668",
- "defence_animation": "4664",
- "defence_level": "65",
- "lifepoints": "111",
- "magic_animation": "4666",
- "magic_level": "1",
- "melee_animation": "4666",
- "range_animation": "4666",
"range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "slayer_exp": "111",
- "strength_level": "65",
- "weakness": "1"
+ "attack_level": "65"
},
{
+ "examine": "His beard seems to have a life of its own.",
+ "slayer_task": "62",
+ "melee_animation": "4666",
+ "range_animation": "4666",
+ "combat_audio": "449,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4665",
+ "weakness": "1",
+ "slayer_exp": "60",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Moss giant",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "30",
"id": "1587",
- "name": "Moss giant",
- "examine": "His beard seems to have a life of its own.",
"aggressive": "true",
- "attack_level": "30",
- "attack_speed": "6",
"bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
- "combat_audio": "449,451,450",
- "death_animation": "4668",
- "defence_animation": "4665",
- "defence_level": "30",
- "lifepoints": "60",
- "magic_animation": "4666",
- "magic_level": "1",
- "melee_animation": "4666",
- "range_animation": "4666",
"range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "60",
- "strength_level": "30",
- "weakness": "1"
+ "attack_level": "30"
},
{
+ "examine": "His beard seems to have a life of its own.",
+ "slayer_task": "62",
+ "melee_animation": "4666",
+ "range_animation": "4666",
+ "combat_audio": "449,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4665",
+ "weakness": "1",
+ "slayer_exp": "60",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Moss giant",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "30",
"id": "1588",
- "name": "Moss giant",
- "examine": "His beard seems to have a life of its own.",
"aggressive": "true",
- "attack_level": "30",
- "attack_speed": "6",
"bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
- "combat_audio": "449,451,450",
- "death_animation": "4668",
- "defence_animation": "4665",
- "defence_level": "30",
- "lifepoints": "60",
- "magic_animation": "4666",
- "magic_level": "1",
- "melee_animation": "4666",
- "range_animation": "4666",
"range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "60",
- "strength_level": "30",
- "weakness": "1"
+ "attack_level": "30"
},
{
- "id": "1589",
- "name": "Baby red dragon",
"examine": "Young but still dangerous.",
- "aggressive": "true",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0",
- "combat_audio": "405,407,406",
- "death_animation": "28",
- "defence_animation": "26",
- "defence_level": "42",
- "lifepoints": "50",
- "magic_animation": "25",
- "magic_level": "40",
+ "slayer_task": "68",
"melee_animation": "25",
"range_animation": "25",
- "range_level": "1",
+ "combat_audio": "405,407,406",
+ "attack_speed": "5",
+ "magic_level": "40",
"respawn_delay": "32",
+ "defence_animation": "26",
+ "weakness": "3",
+ "magic_animation": "25",
+ "death_animation": "28",
+ "name": "Baby red dragon",
+ "defence_level": "42",
"safespot": null,
+ "lifepoints": "50",
"strength_level": "40",
- "weakness": "3"
+ "id": "1589",
+ "aggressive": "true",
+ "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "1590",
- "name": "Bronze dragon",
"examine": "Its scales seem to be made of bronze.",
- "aggressive": "true",
- "attack_level": "112",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "112",
- "lifepoints": "122",
- "magic_animation": "80",
- "magic_level": "100",
+ "slayer_task": "13",
"melee_animation": "80",
"range_animation": "80",
- "range_level": "1",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "100",
"respawn_delay": "40",
- "safespot": null,
+ "defence_animation": "89",
+ "weakness": "7",
"slayer_exp": "125",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Bronze dragon",
+ "defence_level": "112",
+ "safespot": null,
+ "lifepoints": "122",
"strength_level": "112",
- "weakness": "7"
+ "id": "1590",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "112"
},
{
- "id": "1591",
- "name": "Iron dragon",
"examine": "Its scales seem to be made of iron.",
- "aggressive": "true",
- "attack_level": "165",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "165",
- "lifepoints": "165",
- "magic_animation": "80",
- "magic_level": "100",
+ "slayer_task": "50",
"melee_animation": "80",
"range_animation": "80",
- "range_level": "1",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "100",
"respawn_delay": "45",
- "safespot": null,
+ "defence_animation": "89",
+ "weakness": "7",
"slayer_exp": "173",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Iron dragon",
+ "defence_level": "165",
+ "safespot": null,
+ "lifepoints": "165",
"strength_level": "165",
- "weakness": "7"
- },
- {
- "id": "1592",
- "name": "Steel dragon",
- "examine": "Its scales seem to be made of steel.",
+ "id": "1591",
"aggressive": "true",
- "attack_level": "215",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "215",
- "lifepoints": "210",
- "magic_animation": "80",
- "magic_level": "100",
+ "range_level": "1",
+ "attack_level": "165"
+ },
+ {
+ "examine": "Its scales seem to be made of steel.",
+ "slayer_task": "80",
"melee_animation": "80",
"range_animation": "80",
- "range_level": "1",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "100",
"respawn_delay": "45",
- "safespot": null,
+ "defence_animation": "89",
+ "weakness": "7",
"slayer_exp": "221",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Steel dragon",
+ "defence_level": "215",
+ "safespot": null,
+ "lifepoints": "210",
"strength_level": "215",
- "weakness": "7"
+ "id": "1592",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,50,70,70,30,90,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "215"
},
{
- "id": "1593",
- "name": "Wild dog",
"examine": "An unsuitable pet.",
- "aggressive": "true",
- "attack_level": "25",
- "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5",
- "death_animation": "6564",
- "defence_animation": "6563",
- "defence_level": "25",
- "lifepoints": "62",
- "magic_animation": "6562",
- "magic_level": "20",
+ "slayer_task": "27",
"melee_animation": "6562",
"range_animation": "6562",
- "range_level": "1",
+ "magic_level": "20",
"respawn_delay": "20",
- "safespot": null,
- "strength_level": "25",
- "weakness": "7"
- },
- {
- "id": "1594",
+ "defence_animation": "6563",
+ "weakness": "7",
+ "magic_animation": "6562",
+ "death_animation": "6564",
"name": "Wild dog",
- "examine": "Looks like it's got Rabies!",
- "aggressive": "true",
- "attack_level": "25",
- "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5",
- "death_animation": "6564",
- "defence_animation": "6563",
"defence_level": "25",
+ "safespot": null,
"lifepoints": "62",
- "magic_animation": "6562",
- "magic_level": "20",
+ "strength_level": "25",
+ "id": "1593",
+ "aggressive": "true",
+ "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "Looks like it's got Rabies!",
"melee_animation": "6562",
"range_animation": "6562",
- "range_level": "1",
+ "magic_level": "20",
"respawn_delay": "20",
+ "defence_animation": "6563",
+ "magic_animation": "6562",
+ "death_animation": "6564",
+ "name": "Wild dog",
+ "defence_level": "25",
"safespot": null,
- "strength_level": "25"
+ "lifepoints": "62",
+ "strength_level": "25",
+ "id": "1594",
+ "aggressive": "true",
+ "bonuses": "10,15,5,10,30,5,30,30,30,10,30,5,40,5,5",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "1595",
- "name": "Saniboch",
- "examine": "Looks like he wants money."
- },
- {
- "id": "1596",
- "name": "Vannaka"
- },
- {
- "id": "1597",
- "name": "Vannaka",
- "examine": "He looks dangerous."
- },
- {
- "id": "1598",
- "name": "Chaeldar",
- "examine": "She looks dangerous!"
- },
- {
- "id": "1599",
- "name": "Cave crawler"
- },
- {
- "id": "1600",
- "name": "Cave crawler",
"examine": "A spiky crawling critter. ",
- "attack_level": "28",
- "attack_speed": "4",
- "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0",
- "combat_audio": "341,343,342",
- "death_animation": "265",
- "defence_animation": "267",
- "defence_level": "30",
- "lifepoints": "23",
- "magic_animation": "266",
+ "slayer_task": "16",
"melee_animation": "266",
- "poison_amount": "40",
- "poisonous": "true",
"range_animation": "266",
- "range_level": "38",
+ "combat_audio": "341,343,342",
+ "attack_speed": "4",
+ "poisonous": "true",
"respawn_delay": "25",
- "safespot": null,
+ "defence_animation": "267",
+ "weakness": "1",
"slayer_exp": "22",
+ "magic_animation": "266",
+ "death_animation": "265",
+ "name": "Cave crawler",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "23",
"strength_level": "30",
- "weakness": "1"
+ "id": "1600",
+ "bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0",
+ "range_level": "38",
+ "attack_level": "28"
},
{
+ "examine": "A spiky crawling critter. ",
+ "melee_animation": "266",
+ "range_animation": "266",
+ "combat_audio": "341,343,342",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "respawn_delay": "25",
+ "defence_animation": "267",
+ "slayer_exp": "22",
+ "magic_animation": "266",
+ "death_animation": "265",
+ "name": "Cave crawler",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "30",
"id": "1601",
- "name": "Cave crawler",
- "examine": "A spiky crawling critter. ",
- "attack_level": "28",
- "attack_speed": "4",
"bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0",
- "combat_audio": "341,343,342",
- "death_animation": "265",
- "defence_animation": "267",
- "defence_level": "30",
- "lifepoints": "23",
- "magic_animation": "266",
- "melee_animation": "266",
- "poison_amount": "40",
- "poisonous": "true",
- "range_animation": "266",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "22",
- "strength_level": "30"
+ "attack_level": "28"
},
{
+ "examine": "A spiky crawling critter. ",
+ "melee_animation": "266",
+ "range_animation": "266",
+ "combat_audio": "341,343,342",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "respawn_delay": "25",
+ "defence_animation": "267",
+ "slayer_exp": "22",
+ "magic_animation": "266",
+ "death_animation": "265",
+ "name": "Cave crawler",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "30",
"id": "1602",
- "name": "Cave crawler",
- "examine": "A spiky crawling critter. ",
- "attack_level": "28",
- "attack_speed": "4",
"bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0",
- "combat_audio": "341,343,342",
- "death_animation": "265",
- "defence_animation": "267",
- "defence_level": "30",
- "lifepoints": "23",
- "magic_animation": "266",
- "melee_animation": "266",
- "poison_amount": "40",
- "poisonous": "true",
- "range_animation": "266",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "22",
- "strength_level": "30"
+ "attack_level": "28"
},
{
+ "examine": "A spiky crawling critter. ",
+ "melee_animation": "266",
+ "range_animation": "266",
+ "combat_audio": "341,343,342",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "respawn_delay": "25",
+ "defence_animation": "267",
+ "slayer_exp": "22",
+ "magic_animation": "266",
+ "death_animation": "265",
+ "name": "Cave crawler",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "30",
"id": "1603",
- "name": "Cave crawler",
- "examine": "A spiky crawling critter. ",
- "attack_level": "28",
- "attack_speed": "4",
"bonuses": "30,60,60,60,60,66,0,0,0,0,0,0,0,0,0",
- "combat_audio": "341,343,342",
- "death_animation": "265",
- "defence_animation": "267",
- "defence_level": "30",
- "lifepoints": "23",
- "magic_animation": "266",
- "melee_animation": "266",
- "poison_amount": "40",
- "poisonous": "true",
- "range_animation": "266",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "22",
- "strength_level": "30"
+ "attack_level": "28"
},
{
+ "examine": "A very smelly ghost.",
+ "slayer_task": "0",
+ "start_gfx": "334",
+ "combat_style": "2",
+ "melee_animation": "9466",
+ "attack_speed": "4",
+ "weakness": "5",
+ "slayer_exp": "90",
+ "magic_animation": "9466",
+ "death_animation": "9467",
+ "lifepoints": "90",
"id": "1604",
- "name": "Aberrant spectre",
- "examine": "A very smelly ghost.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "272,275,274",
- "combat_style": "2",
- "death_animation": "9467",
- "defence_animation": "9468",
- "defence_level": "90",
- "end_gfx": "336",
- "lifepoints": "90",
- "magic_animation": "9466",
- "magic_level": "105",
- "melee_animation": "9466",
- "projectile": "335",
"range_animation": "1507",
- "range_level": "1",
+ "combat_audio": "272,275,274",
+ "magic_level": "105",
+ "end_gfx": "336",
+ "defence_animation": "9468",
+ "name": "Aberrant spectre",
+ "defence_level": "90",
"safespot": null,
- "slayer_exp": "90",
- "start_gfx": "334",
"strength_level": "1",
- "weakness": "5"
+ "clue_level": "2",
+ "range_level": "1",
+ "projectile": "335",
+ "attack_level": "1"
},
{
+ "examine": "A very smelly ghost.",
+ "slayer_task": "0",
+ "start_gfx": "334",
+ "combat_style": "2",
+ "melee_animation": "9466",
+ "attack_speed": "4",
+ "weakness": "5",
+ "slayer_exp": "90",
+ "magic_animation": "9466",
+ "death_animation": "9467",
+ "lifepoints": "90",
"id": "1605",
- "name": "Aberrant spectre",
- "examine": "A very smelly ghost.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "272,275,274",
- "combat_style": "2",
- "death_animation": "9467",
- "defence_animation": "9468",
- "defence_level": "90",
- "end_gfx": "336",
- "lifepoints": "90",
- "magic_animation": "9466",
- "magic_level": "105",
- "melee_animation": "9466",
- "projectile": "335",
"range_animation": "1507",
- "range_level": "1",
+ "combat_audio": "272,275,274",
+ "magic_level": "105",
+ "end_gfx": "336",
+ "defence_animation": "9468",
+ "name": "Aberrant spectre",
+ "defence_level": "90",
"safespot": null,
- "slayer_exp": "90",
- "start_gfx": "334",
"strength_level": "1",
- "weakness": "5"
+ "clue_level": "2",
+ "range_level": "1",
+ "projectile": "335",
+ "attack_level": "1"
},
{
+ "examine": "A very smelly ghost.",
+ "slayer_task": "0",
+ "start_gfx": "334",
+ "combat_style": "2",
+ "melee_animation": "9466",
+ "attack_speed": "4",
+ "weakness": "5",
+ "slayer_exp": "90",
+ "magic_animation": "9466",
+ "death_animation": "9467",
+ "lifepoints": "90",
"id": "1606",
- "name": "Aberrant spectre",
- "examine": "A very smelly ghost.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "272,275,274",
- "combat_style": "2",
- "death_animation": "9467",
- "defence_animation": "9468",
- "defence_level": "90",
- "end_gfx": "336",
- "lifepoints": "90",
- "magic_animation": "9466",
- "magic_level": "105",
- "melee_animation": "9466",
- "projectile": "335",
"range_animation": "1507",
- "range_level": "1",
+ "combat_audio": "272,275,274",
+ "magic_level": "105",
+ "end_gfx": "336",
+ "defence_animation": "9468",
+ "name": "Aberrant spectre",
+ "defence_level": "90",
"safespot": null,
- "slayer_exp": "90",
- "start_gfx": "334",
"strength_level": "1",
- "weakness": "5"
+ "clue_level": "2",
+ "range_level": "1",
+ "projectile": "335",
+ "attack_level": "1"
},
{
+ "examine": "A very smelly ghost.",
+ "slayer_task": "0",
+ "start_gfx": "334",
+ "combat_style": "2",
+ "melee_animation": "9466",
+ "attack_speed": "4",
+ "weakness": "5",
+ "slayer_exp": "90",
+ "magic_animation": "9466",
+ "death_animation": "9467",
+ "lifepoints": "90",
"id": "1607",
- "name": "Aberrant spectre",
- "examine": "A very smelly ghost.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,20,20,0,15,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "272,275,274",
- "combat_style": "2",
- "death_animation": "9467",
- "defence_animation": "9468",
- "defence_level": "90",
- "end_gfx": "336",
- "lifepoints": "90",
- "magic_animation": "9466",
- "magic_level": "105",
- "melee_animation": "9466",
- "projectile": "335",
"range_animation": "1507",
- "range_level": "1",
+ "combat_audio": "272,275,274",
+ "magic_level": "105",
+ "end_gfx": "336",
+ "defence_animation": "9468",
+ "name": "Aberrant spectre",
+ "defence_level": "90",
"safespot": null,
- "slayer_exp": "90",
- "start_gfx": "334",
"strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "1608",
- "name": "Kurask",
- "examine": "Large, heavy, with sharp things attached to its head.",
- "aggressive": "true",
- "attack_level": "67",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
- "combat_audio": "588,590,589",
- "death_animation": "9440",
- "defence_animation": "9441",
- "defence_level": "105",
- "lifepoints": "97",
- "magic_animation": "9439",
- "magic_level": "1",
- "melee_animation": "9439",
- "range_animation": "9439",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "slayer_exp": "97",
- "strength_level": "105"
- },
- {
- "id": "1609",
- "name": "Kurask",
- "examine": "Large, heavy, with sharp things attached to its head.",
- "aggressive": "true",
- "attack_level": "67",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
- "combat_audio": "588,590,589",
- "death_animation": "9440",
- "defence_animation": "9441",
- "defence_level": "105",
- "lifepoints": "97",
- "magic_animation": "9439",
- "magic_level": "1",
- "melee_animation": "9439",
- "range_animation": "9439",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "slayer_exp": "97",
- "strength_level": "105"
- },
- {
- "id": "1610",
- "name": "Gargoyle",
- "examine": "Flies like a rock.",
- "aggressive": "true",
- "attack_level": "75",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "428,430,429",
- "death_animation": "1518",
- "defence_animation": "9455",
- "defence_level": "107",
- "lifepoints": "105",
- "magic_animation": "1516",
+ "range_level": "1",
+ "projectile": "335",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Large, heavy, with sharp things attached to its head.",
+ "melee_animation": "9439",
+ "range_animation": "9439",
+ "combat_audio": "588,590,589",
+ "attack_speed": "4",
"magic_level": "1",
+ "respawn_delay": "15",
+ "defence_animation": "9441",
+ "slayer_exp": "97",
+ "magic_animation": "9439",
+ "death_animation": "9440",
+ "name": "Kurask",
+ "defence_level": "105",
+ "safespot": null,
+ "lifepoints": "97",
+ "strength_level": "105",
+ "id": "1608",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "67"
+ },
+ {
+ "examine": "Large, heavy, with sharp things attached to its head.",
+ "melee_animation": "9439",
+ "range_animation": "9439",
+ "combat_audio": "588,590,589",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
+ "defence_animation": "9441",
+ "slayer_exp": "97",
+ "magic_animation": "9439",
+ "death_animation": "9440",
+ "name": "Kurask",
+ "defence_level": "105",
+ "safespot": null,
+ "lifepoints": "97",
+ "strength_level": "105",
+ "id": "1609",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "67"
+ },
+ {
+ "examine": "Flies like a rock.",
"melee_animation": "9454",
"range_animation": "1516",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "428,430,429",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "9455",
"slayer_exp": "105",
- "strength_level": "95"
+ "magic_animation": "1516",
+ "death_animation": "1518",
+ "name": "Gargoyle",
+ "defence_level": "107",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "1610",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "75"
},
{
- "id": "1611",
- "name": "Swarming turoth",
"examine": "Flies like a rock.",
- "attack_level": "45",
- "attack_speed": "5",
- "clue_level": "2",
- "death_animation": "1518",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "105",
- "magic_animation": "1516",
+ "slayer_task": "84",
"melee_animation": "1516",
"range_animation": "1516",
- "range_level": "49",
- "safespot": null,
+ "attack_speed": "5",
+ "defence_animation": "0",
+ "weakness": "0",
"slayer_exp": "105",
+ "magic_animation": "1516",
+ "death_animation": "1518",
+ "name": "Swarming turoth",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "105",
"strength_level": "104",
- "weakness": "0"
+ "id": "1611",
+ "clue_level": "2",
+ "range_level": "49",
+ "attack_level": "45"
},
{
- "id": "1612",
- "name": "Banshee",
"examine": "A tortured screaming soul.",
- "aggressive": "true",
- "attack_level": "22",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,5,5,5,0,5,0,0,0,0,0",
- "clue_level": "0",
- "combat_audio": "284,286,285",
- "death_animation": "9450",
- "defence_animation": "9451",
- "defence_level": "22",
- "lifepoints": "22",
- "magic_animation": "1523",
- "magic_level": "1",
"melee_animation": "9449",
"range_animation": "1523",
- "range_level": "1",
+ "combat_audio": "284,286,285",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "15",
- "safespot": null,
+ "defence_animation": "9451",
"slayer_exp": "22",
- "strength_level": "15"
+ "magic_animation": "1523",
+ "death_animation": "9450",
+ "name": "Banshee",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "15",
+ "id": "1612",
+ "aggressive": "true",
+ "clue_level": "0",
+ "bonuses": "0,0,0,0,0,5,5,5,0,5,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "1613",
- "name": "Nechryael",
"examine": "An evil death demon.",
- "attack_level": "97",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "645,647,646",
- "death_animation": "9488",
- "defence_animation": "9489",
- "defence_level": "105",
- "lifepoints": "105",
- "magic_animation": "1528",
- "magic_level": "1",
"melee_animation": "9487",
"range_animation": "1528",
- "range_level": "1",
- "safespot": null,
- "strength_level": "97"
- },
- {
- "id": "1614",
- "name": "Death spawn",
- "examine": "An evil death spawn.",
- "aggressive": "true",
- "attack_level": "67",
+ "combat_audio": "645,647,646",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0",
- "death_animation": "9460",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "60",
- "magic_animation": "1540",
"magic_level": "1",
- "melee_animation": "1540",
- "poison_immune": "true",
- "range_animation": "1540",
- "range_level": "1",
+ "defence_animation": "9489",
+ "magic_animation": "1528",
+ "death_animation": "9488",
+ "name": "Nechryael",
+ "defence_level": "105",
"safespot": null,
- "strength_level": "7",
- "weakness": "2"
- },
- {
- "id": "1615",
- "name": "Abyssal demon",
- "examine": "A denizen of the Abyss!",
- "attack_level": "97",
- "attack_speed": "4",
+ "lifepoints": "105",
+ "strength_level": "97",
+ "id": "1613",
"bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "276,278,277",
- "death_animation": "1538",
- "defence_animation": "0",
- "defence_level": "135",
- "lifepoints": "150",
- "magic_animation": "1537",
+ "range_level": "1",
+ "attack_level": "97"
+ },
+ {
+ "examine": "An evil death spawn.",
+ "melee_animation": "1540",
+ "range_animation": "1540",
+ "attack_speed": "4",
"magic_level": "1",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "1540",
+ "death_animation": "9460",
+ "name": "Death spawn",
+ "defence_level": "30",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "7",
+ "id": "1614",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "67"
+ },
+ {
+ "examine": "A denizen of the Abyss!",
+ "slayer_task": "1",
"melee_animation": "1537",
"range_animation": "1537",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "276,278,277",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "0",
+ "weakness": "1",
"slayer_exp": "150",
+ "magic_animation": "1537",
+ "death_animation": "1538",
+ "name": "Abyssal demon",
+ "defence_level": "135",
+ "safespot": null,
+ "lifepoints": "150",
"strength_level": "67",
- "weakness": "1"
+ "id": "1615",
+ "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "97"
},
{
+ "examine": "The eyes of evil.",
+ "melee_animation": "260",
+ "range_animation": "260",
+ "combat_audio": "288,290,289",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
+ "defence_animation": "261",
+ "slayer_exp": "75",
+ "magic_animation": "260",
+ "death_animation": "264",
+ "name": "Basilisk",
+ "defence_level": "75",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "45",
"id": "1616",
- "name": "Basilisk",
- "examine": "The eyes of evil.",
"aggressive": "false",
- "attack_level": "30",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,20,0,20,0,0,0,0,0,0",
- "combat_audio": "288,290,289",
- "death_animation": "264",
- "defence_animation": "261",
- "defence_level": "75",
- "lifepoints": "75",
- "magic_animation": "260",
- "magic_level": "1",
- "melee_animation": "260",
- "range_animation": "260",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "45"
+ "attack_level": "30"
},
{
+ "examine": "The eyes of evil.",
+ "melee_animation": "260",
+ "range_animation": "260",
+ "combat_audio": "288,290,289",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
+ "defence_animation": "261",
+ "slayer_exp": "75",
+ "magic_animation": "260",
+ "death_animation": "264",
+ "name": "Basilisk",
+ "defence_level": "75",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "45",
"id": "1617",
- "name": "Basilisk",
- "examine": "The eyes of evil.",
"aggressive": "false",
- "attack_level": "30",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,20,0,20,0,0,0,0,0,0",
- "combat_audio": "288,290,289",
- "death_animation": "264",
- "defence_animation": "261",
- "defence_level": "75",
- "lifepoints": "75",
- "magic_animation": "260",
- "magic_level": "1",
- "melee_animation": "260",
- "range_animation": "260",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "45"
+ "attack_level": "30"
},
{
+ "examine": "The tongue of evil.",
+ "melee_animation": "9130",
+ "range_animation": "1552",
+ "combat_audio": "312,314,313",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "9132",
+ "slayer_exp": "120",
+ "magic_animation": "1552",
+ "death_animation": "9131",
+ "name": "Bloodveld",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "45",
"id": "1618",
- "name": "Bloodveld",
- "examine": "The tongue of evil.",
- "aggressive": "false",
- "attack_level": "75",
- "attack_speed": "4",
- "clue_level": "2",
- "combat_audio": "312,314,313",
- "death_animation": "9131",
- "defence_animation": "9132",
- "defence_level": "30",
- "lifepoints": "120",
- "magic_animation": "1552",
- "melee_animation": "9130",
- "range_animation": "1552",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "120",
- "strength_level": "45"
- },
- {
- "id": "1619",
- "name": "Bloodveld",
- "examine": "The tongue of evil.",
"aggressive": "true",
- "attack_level": "75",
- "attack_speed": "4",
"clue_level": "2",
- "combat_audio": "312,314,313",
- "death_animation": "9131",
- "defence_animation": "9132",
- "defence_level": "30",
- "lifepoints": "120",
- "magic_animation": "1552",
+ "range_level": "1",
+ "attack_level": "75"
+ },
+ {
+ "examine": "The tongue of evil.",
"melee_animation": "9130",
"range_animation": "1552",
- "range_level": "1",
+ "combat_audio": "312,314,313",
+ "attack_speed": "4",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "9132",
"slayer_exp": "120",
- "strength_level": "45"
+ "magic_animation": "1552",
+ "death_animation": "9131",
+ "name": "Bloodveld",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "45",
+ "id": "1619",
+ "aggressive": "true",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "75"
},
{
- "id": "1620",
- "name": "Cockatrice",
"examine": "The winged reptile.",
- "attack_level": "32",
- "attack_speed": "5",
- "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "363,365,364",
- "death_animation": "7763",
- "defence_animation": "7761",
- "defence_level": "35",
- "lifepoints": "37",
- "magic_animation": "7762",
+ "slayer_task": "19",
"melee_animation": "7762",
"range_animation": "7762",
- "range_level": "32",
- "safespot": null,
+ "combat_audio": "363,365,364",
+ "attack_speed": "5",
+ "defence_animation": "7761",
+ "weakness": "2",
"slayer_exp": "37",
+ "magic_animation": "7762",
+ "death_animation": "7763",
+ "name": "Cockatrice",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "37",
"strength_level": "32",
- "weakness": "2"
- },
- {
- "id": "1621",
- "name": "Cockatrice",
- "examine": "The winged reptile.",
- "attack_level": "32",
- "attack_speed": "5",
+ "id": "1620",
"bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0",
"clue_level": "1",
- "combat_audio": "363,365,364",
- "death_animation": "7763",
- "defence_animation": "7761",
- "defence_level": "35",
- "lifepoints": "37",
- "magic_animation": "7762",
+ "range_level": "32",
+ "attack_level": "32"
+ },
+ {
+ "examine": "The winged reptile.",
"melee_animation": "7762",
"range_animation": "7762",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "363,365,364",
+ "attack_speed": "5",
+ "defence_animation": "7761",
"slayer_exp": "37",
- "strength_level": "32"
+ "magic_animation": "7762",
+ "death_animation": "7763",
+ "name": "Cockatrice",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "32",
+ "id": "1621",
+ "bonuses": "30,30,30,30,30,35,0,0,0,0,0,0,0,0,0",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "32"
},
{
- "id": "1622",
- "name": "Turoth",
"examine": "He's one big leg short!",
- "attack_level": "55",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
- "clue_level": "2",
+ "melee_animation": "9471",
+ "range_animation": "9471",
"combat_audio": "873,875,874",
- "death_animation": "9472",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
"defence_animation": "9473",
+ "magic_animation": "9471",
+ "death_animation": "9472",
+ "name": "Turoth",
"defence_level": "85",
- "lifepoints": "78",
- "magic_animation": "9471",
- "magic_level": "1",
- "melee_animation": "9471",
- "range_animation": "9471",
- "range_level": "1",
- "respawn_delay": "15",
"safespot": null,
- "strength_level": "85"
- },
- {
- "id": "1623",
- "name": "Turoth",
- "examine": "He's one big leg short!",
- "attack_level": "58",
- "attack_speed": "4",
+ "lifepoints": "78",
+ "strength_level": "85",
+ "id": "1622",
"bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "873,875,874",
- "death_animation": "9472",
- "defence_animation": "9473",
- "defence_level": "88",
- "lifepoints": "81",
- "magic_animation": "9471",
- "magic_level": "1",
- "melee_animation": "9471",
- "range_animation": "9471",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "88"
+ "attack_level": "55"
},
{
- "id": "1624",
- "name": "Dust devil",
- "examine": "The vacuumed face of evil.",
- "attack_level": "105",
+ "examine": "He's one big leg short!",
+ "melee_animation": "9471",
+ "range_animation": "9471",
+ "combat_audio": "873,875,874",
"attack_speed": "4",
- "combat_audio": "414,416,415",
- "death_animation": "1558",
- "defence_animation": "1555",
- "defence_level": "40",
- "lifepoints": "105",
- "magic_animation": "1557",
+ "magic_level": "1",
+ "respawn_delay": "15",
+ "defence_animation": "9473",
+ "magic_animation": "9471",
+ "death_animation": "9472",
+ "name": "Turoth",
+ "defence_level": "88",
+ "safespot": null,
+ "lifepoints": "81",
+ "strength_level": "88",
+ "id": "1623",
+ "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "58"
+ },
+ {
+ "examine": "The vacuumed face of evil.",
+ "slayer_task": "28",
"melee_animation": "1557",
"range_animation": "1557",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "414,416,415",
+ "attack_speed": "4",
+ "defence_animation": "1555",
+ "weakness": "2",
"slayer_exp": "105",
+ "magic_animation": "1557",
+ "death_animation": "1558",
+ "name": "Dust devil",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "105",
"strength_level": "70",
- "weakness": "2"
+ "id": "1624",
+ "range_level": "1",
+ "attack_level": "105"
},
{
- "id": "1625",
- "name": "Smokedevil",
"examine": "The cave-dwelling cousin of the dust devils.",
- "attack_level": "105",
- "death_animation": "1558",
- "defence_animation": "0",
- "defence_level": "61",
- "lifepoints": "87",
- "magic_animation": "0",
+ "slayer_task": "28",
"melee_animation": "1557",
"range_animation": "0",
- "range_level": "61",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "1558",
+ "name": "Smokedevil",
+ "defence_level": "61",
"safespot": null,
+ "lifepoints": "87",
"strength_level": "105",
- "weakness": "2"
+ "id": "1625",
+ "range_level": "61",
+ "attack_level": "105"
},
{
- "id": "1626",
- "name": "Turoth",
"examine": "She's one leg short!",
- "attack_level": "56",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
- "clue_level": "2",
+ "melee_animation": "9471",
+ "range_animation": "9471",
"combat_audio": "873,875,874",
- "death_animation": "9472",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
"defence_animation": "9473",
+ "magic_animation": "9471",
+ "death_animation": "9472",
+ "name": "Turoth",
"defence_level": "86",
+ "safespot": null,
"lifepoints": "79",
- "magic_animation": "9471",
- "magic_level": "1",
- "melee_animation": "9471",
- "range_animation": "9471",
+ "strength_level": "86",
+ "id": "1626",
+ "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
+ "clue_level": "2",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "86"
+ "attack_level": "56"
},
{
- "id": "1627",
- "name": "Turoth",
"examine": "It's one leg short!",
- "attack_level": "54",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
- "clue_level": "2",
+ "melee_animation": "9471",
+ "range_animation": "9471",
"combat_audio": "873,875,874",
- "death_animation": "9472",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
"defence_animation": "9473",
+ "magic_animation": "9471",
+ "death_animation": "9472",
+ "name": "Turoth",
"defence_level": "84",
+ "safespot": null,
"lifepoints": "77",
- "magic_animation": "9471",
- "magic_level": "1",
- "melee_animation": "9471",
- "range_animation": "9471",
+ "strength_level": "84",
+ "id": "1627",
+ "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
+ "clue_level": "2",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "84"
+ "attack_level": "54"
},
{
- "id": "1628",
- "name": "Turoth",
"examine": "It's one small leg short!",
- "attack_level": "53",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
- "clue_level": "2",
+ "melee_animation": "9471",
+ "range_animation": "9471",
"combat_audio": "873,875,874",
- "death_animation": "9472",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
"defence_animation": "9473",
+ "magic_animation": "9471",
+ "death_animation": "9472",
+ "name": "Turoth",
"defence_level": "83",
+ "safespot": null,
"lifepoints": "76",
- "magic_animation": "9471",
- "magic_level": "1",
- "melee_animation": "9471",
- "range_animation": "9471",
+ "strength_level": "83",
+ "id": "1628",
+ "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
+ "clue_level": "2",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "83"
+ "attack_level": "53"
},
{
+ "examine": "He's one big leg short!",
+ "melee_animation": "9471",
+ "range_animation": "9471",
+ "combat_audio": "873,875,874",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
+ "defence_animation": "9473",
+ "magic_animation": "9471",
+ "death_animation": "9472",
+ "name": "Turoth",
+ "defence_level": "87",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "87",
"id": "1629",
- "name": "Turoth",
- "examine": "He's one big leg short!",
- "attack_level": "57",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "873,875,874",
- "death_animation": "9472",
- "defence_animation": "9473",
- "defence_level": "87",
- "lifepoints": "80",
- "magic_animation": "9471",
- "magic_level": "1",
- "melee_animation": "9471",
- "range_animation": "9471",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "87"
+ "attack_level": "57"
},
{
+ "examine": "He's one big leg short!",
+ "melee_animation": "9471",
+ "range_animation": "9471",
+ "combat_audio": "873,875,874",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
+ "defence_animation": "9473",
+ "magic_animation": "9471",
+ "death_animation": "9472",
+ "name": "Turoth",
+ "defence_level": "87",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "87",
"id": "1630",
- "name": "Turoth",
- "examine": "He's one big leg short!",
- "attack_level": "57",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "873,875,874",
- "death_animation": "9472",
- "defence_animation": "9473",
- "defence_level": "87",
- "lifepoints": "80",
- "magic_animation": "9471",
- "magic_level": "1",
- "melee_animation": "9471",
- "range_animation": "9471",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "87"
+ "attack_level": "57"
},
{
- "id": "1631",
- "name": "Rockslug",
- "examine": "A rocky slug.",
- "attack_level": "24",
+ "spawn_animation": "8081",
+ "examine": "A small fire demon.",
+ "slayer_task": "66",
+ "melee_animation": "8080",
+ "combat_audio": "696,698,697",
"attack_speed": "5",
- "clue_level": "2",
- "combat_audio": "729,731,730",
- "death_animation": "1597",
- "defence_animation": "1596",
- "defence_level": "30",
- "lifepoints": "30",
- "magic_animation": "1595",
- "magic_level": "1",
- "melee_animation": "1595",
- "range_animation": "1595",
- "range_level": "1",
+ "magic_level": "10",
+ "respawn_delay": "60",
+ "defence_animation": "8084",
+ "weakness": "4",
+ "slayer_exp": "45",
+ "death_animation": "8078",
+ "name": "Pyrefiend",
+ "defence_level": "19",
"safespot": null,
- "strength_level": "30",
- "weakness": "7"
- },
- {
- "id": "1632",
- "name": "Rockslug",
- "examine": "A rocky slug.",
- "attack_level": "24",
- "attack_speed": "5",
- "clue_level": "2",
- "combat_audio": "729,731,730",
- "death_animation": "1597",
- "defence_animation": "1596",
- "defence_level": "30",
- "lifepoints": "30",
- "magic_animation": "1595",
- "magic_level": "1",
- "melee_animation": "1595",
- "range_animation": "1595",
- "range_level": "1",
- "safespot": null,
- "strength_level": "30",
- "weakness": "7"
- },
- {
+ "lifepoints": "45",
+ "strength_level": "29",
"id": "1633",
- "name": "Pyrefiend",
- "examine": "A small fire demon.",
- "attack_level": "22",
- "attack_speed": "5",
"bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0",
"clue_level": "1",
- "combat_audio": "696,698,697",
- "death_animation": "8078",
- "defence_animation": "8084",
- "defence_level": "19",
- "lifepoints": "45",
- "magic_level": "10",
- "melee_animation": "8080",
"range_level": "19",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "45",
- "spawn_animation": "8081",
- "strength_level": "29",
- "weakness": "4"
+ "attack_level": "22"
},
{
+ "spawn_animation": "8081",
+ "examine": "A small fire demon.",
+ "slayer_task": "66",
+ "melee_animation": "8080",
+ "combat_audio": "696,698,697",
+ "attack_speed": "5",
+ "magic_level": "10",
+ "respawn_delay": "60",
+ "defence_animation": "8084",
+ "weakness": "4",
+ "slayer_exp": "45",
+ "death_animation": "8078",
+ "name": "Pyrefiend",
+ "defence_level": "19",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "29",
"id": "1634",
- "name": "Pyrefiend",
- "examine": "A small fire demon.",
- "attack_level": "22",
- "attack_speed": "5",
"bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0",
"clue_level": "1",
- "combat_audio": "696,698,697",
- "death_animation": "8078",
- "defence_animation": "8084",
- "defence_level": "19",
- "lifepoints": "45",
- "magic_level": "10",
- "melee_animation": "8080",
"range_level": "19",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "45",
- "spawn_animation": "8081",
- "strength_level": "29",
- "weakness": "4"
+ "attack_level": "22"
},
{
+ "spawn_animation": "8081",
+ "examine": "A small fire demon.",
+ "slayer_task": "66",
+ "melee_animation": "8080",
+ "combat_audio": "696,698,697",
+ "attack_speed": "5",
+ "magic_level": "10",
+ "respawn_delay": "60",
+ "defence_animation": "8084",
+ "weakness": "4",
+ "slayer_exp": "45",
+ "death_animation": "8078",
+ "name": "Pyrefiend",
+ "defence_level": "19",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "29",
"id": "1635",
- "name": "Pyrefiend",
- "examine": "A small fire demon.",
- "attack_level": "22",
- "attack_speed": "5",
"bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0",
"clue_level": "1",
- "combat_audio": "696,698,697",
- "death_animation": "8078",
- "defence_animation": "8084",
- "defence_level": "19",
- "lifepoints": "45",
- "magic_level": "10",
- "melee_animation": "8080",
"range_level": "19",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "45",
- "spawn_animation": "8081",
- "strength_level": "29",
- "weakness": "4"
+ "attack_level": "22"
},
{
+ "spawn_animation": "8081",
+ "examine": "A small fire demon.",
+ "slayer_task": "66",
+ "melee_animation": "8080",
+ "combat_audio": "696,698,697",
+ "attack_speed": "5",
+ "magic_level": "10",
+ "respawn_delay": "60",
+ "defence_animation": "8084",
+ "weakness": "4",
+ "slayer_exp": "45",
+ "death_animation": "8078",
+ "name": "Pyrefiend",
+ "defence_level": "19",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "29",
"id": "1636",
- "name": "Pyrefiend",
- "examine": "A small fire demon.",
- "attack_level": "22",
- "attack_speed": "5",
"bonuses": "52,30,22,1,1,0,0,0,0,0,0,10,10,10,0",
"clue_level": "1",
- "combat_audio": "696,698,697",
- "death_animation": "8078",
- "defence_animation": "8084",
- "defence_level": "19",
- "lifepoints": "45",
- "magic_level": "10",
- "melee_animation": "8080",
"range_level": "19",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "45",
- "spawn_animation": "8081",
- "strength_level": "29",
- "weakness": "4"
+ "attack_level": "22"
},
{
- "id": "1637",
- "name": "Jelly",
"examine": "It's a Jelly.",
- "attack_level": "40",
- "attack_speed": "5",
- "clue_level": "2",
- "combat_audio": "547,550,549",
- "death_animation": "8570",
- "defence_animation": "8571",
- "defence_level": "40",
- "lifepoints": "75",
- "magic_animation": "8569",
- "magic_level": "40",
+ "slayer_task": "51",
"melee_animation": "8569",
"range_animation": "8569",
- "range_level": "40",
- "safespot": null,
+ "combat_audio": "547,550,549",
+ "attack_speed": "5",
+ "magic_level": "40",
+ "defence_animation": "8571",
+ "weakness": "2",
"slayer_exp": "75",
+ "magic_animation": "8569",
+ "death_animation": "8570",
+ "name": "Jelly",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "75",
"strength_level": "45",
- "weakness": "2"
+ "id": "1637",
+ "clue_level": "2",
+ "range_level": "40",
+ "attack_level": "40"
},
{
- "id": "1638",
- "name": "Jelly",
"examine": "Doesn't look so tough...",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "2",
- "combat_audio": "547,550,549",
- "death_animation": "8570",
- "defence_animation": "0",
- "defence_level": "49",
- "lifepoints": "70",
- "magic_animation": "0",
+ "slayer_task": "51",
"melee_animation": "8569",
"range_animation": "0",
- "range_level": "49",
+ "combat_audio": "547,550,549",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "2",
"slayer_exp": "75",
+ "magic_animation": "0",
+ "death_animation": "8570",
+ "name": "Jelly",
+ "defence_level": "49",
+ "safespot": null,
+ "lifepoints": "70",
"strength_level": "1",
- "weakness": "2"
+ "id": "1638",
+ "clue_level": "2",
+ "range_level": "49",
+ "attack_level": "1"
},
{
- "id": "1639",
- "name": "Jelly",
"examine": "Wibbly.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "2",
+ "slayer_task": "51",
+ "melee_animation": "8569",
+ "range_animation": "0",
"combat_audio": "547,550,549",
- "death_animation": "8570",
+ "attack_speed": "5",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "2",
+ "slayer_exp": "75",
+ "magic_animation": "0",
+ "death_animation": "8570",
+ "name": "Jelly",
"defence_level": "49",
+ "safespot": null,
"lifepoints": "70",
- "magic_animation": "0",
- "melee_animation": "8569",
- "range_animation": "0",
- "range_level": "49",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "75",
"strength_level": "1",
- "weakness": "2"
+ "id": "1639",
+ "clue_level": "2",
+ "range_level": "49",
+ "attack_level": "1"
},
{
- "id": "1640",
- "name": "Jelly",
"examine": "There's always room for jelly.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "2",
- "combat_audio": "547,550,549",
- "death_animation": "8570",
- "defence_animation": "0",
- "defence_level": "49",
- "lifepoints": "140",
- "magic_animation": "0",
+ "slayer_task": "51",
"melee_animation": "8569",
"range_animation": "0",
+ "combat_audio": "547,550,549",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "slayer_exp": "75",
+ "magic_animation": "0",
+ "death_animation": "8570",
+ "name": "Jelly",
+ "defence_level": "49",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "1",
+ "id": "1640",
+ "clue_level": "2",
"range_level": "49",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "1",
- "weakness": "2"
+ "attack_level": "1"
},
{
+ "melee_animation": "8569",
+ "combat_audio": "547,550,549",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "8571",
+ "slayer_exp": "75",
+ "name": "Jelly",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "1",
"id": "1641",
- "name": "Jelly",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "2",
- "combat_audio": "547,550,549",
- "defence_animation": "8571",
- "defence_level": "1",
- "lifepoints": "75",
- "melee_animation": "8569",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "melee_animation": "8569",
+ "combat_audio": "547,550,549",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "8571",
+ "slayer_exp": "75",
+ "name": "Jelly",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "1",
"id": "1642",
- "name": "Jelly",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "2",
- "combat_audio": "547,550,549",
- "defence_animation": "8571",
- "defence_level": "1",
- "lifepoints": "75",
- "melee_animation": "8569",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "An evil magic user.",
+ "slayer_task": "49",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "melee_animation": "811",
+ "range_animation": "811",
+ "magic_level": "75",
+ "respawn_delay": "12",
+ "end_gfx": "101",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "811",
+ "death_animation": "836",
+ "name": "Infernal Mage",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
"id": "1643",
- "name": "Infernal Mage",
- "examine": "An evil magic user.",
- "attack_level": "1",
"bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "end_gfx": "101",
- "lifepoints": "60",
- "magic_animation": "811",
- "magic_level": "75",
- "melee_animation": "811",
- "projectile": "100",
- "range_animation": "811",
"range_level": "1",
- "respawn_delay": "12",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "1",
- "weakness": "3"
+ "projectile": "100",
+ "attack_level": "1"
},
{
+ "slayer_task": "49",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "melee_animation": "811",
+ "range_animation": "811",
+ "magic_level": "75",
+ "respawn_delay": "12",
+ "end_gfx": "101",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "811",
+ "death_animation": "836",
+ "name": "Infernal Mage",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
"id": "1644",
- "name": "Infernal Mage",
- "attack_level": "1",
"bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "end_gfx": "101",
- "lifepoints": "60",
- "magic_animation": "811",
- "magic_level": "75",
- "melee_animation": "811",
- "projectile": "100",
- "range_animation": "811",
"range_level": "1",
- "respawn_delay": "12",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "1",
- "weakness": "3"
+ "projectile": "100",
+ "attack_level": "1"
},
{
+ "examine": "An evil magic user.",
+ "slayer_task": "49",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "melee_animation": "811",
+ "range_animation": "811",
+ "magic_level": "75",
+ "respawn_delay": "12",
+ "end_gfx": "101",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "811",
+ "death_animation": "836",
+ "name": "Infernal Mage",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
"id": "1645",
- "name": "Infernal Mage",
- "examine": "An evil magic user.",
- "attack_level": "1",
"bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "end_gfx": "101",
- "lifepoints": "60",
- "magic_animation": "811",
- "magic_level": "75",
- "melee_animation": "811",
- "projectile": "100",
- "range_animation": "811",
"range_level": "1",
- "respawn_delay": "12",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "1",
- "weakness": "3"
+ "projectile": "100",
+ "attack_level": "1"
},
{
+ "examine": "An evil magic user.",
+ "slayer_task": "49",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "melee_animation": "811",
+ "range_animation": "811",
+ "magic_level": "75",
+ "respawn_delay": "12",
+ "end_gfx": "101",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "811",
+ "death_animation": "836",
+ "name": "Infernal Mage",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
"id": "1646",
- "name": "Infernal Mage",
- "examine": "An evil magic user.",
- "attack_level": "1",
"bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "end_gfx": "101",
- "lifepoints": "60",
- "magic_animation": "811",
- "magic_level": "75",
- "melee_animation": "811",
- "projectile": "100",
- "range_animation": "811",
"range_level": "1",
- "respawn_delay": "12",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "1",
- "weakness": "3"
+ "projectile": "100",
+ "attack_level": "1"
},
{
+ "examine": "An evil magic user.",
+ "slayer_task": "49",
+ "start_gfx": "99",
+ "combat_style": "2",
+ "melee_animation": "811",
+ "range_animation": "811",
+ "magic_level": "75",
+ "respawn_delay": "12",
+ "end_gfx": "101",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "811",
+ "death_animation": "836",
+ "name": "Infernal Mage",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
"id": "1647",
- "name": "Infernal Mage",
- "examine": "An evil magic user.",
- "attack_level": "1",
"bonuses": "0,0,0,0,0,0,0,0,40,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "end_gfx": "101",
- "lifepoints": "60",
- "magic_animation": "811",
- "magic_level": "75",
- "melee_animation": "811",
- "projectile": "100",
- "range_animation": "811",
"range_level": "1",
- "respawn_delay": "12",
- "safespot": null,
- "start_gfx": "99",
- "strength_level": "1",
- "weakness": "3"
+ "projectile": "100",
+ "attack_level": "1"
},
{
- "id": "1648",
- "name": "Crawling Hand",
"examine": "Now THAT'S handy.",
- "attack_level": "5",
- "attack_speed": "5",
- "bonuses": "5,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "377,379,378",
- "death_animation": "9126",
- "defence_animation": "9127",
- "defence_level": "5",
- "lifepoints": "16",
- "magic_animation": "9125",
+ "slayer_task": "21",
"melee_animation": "9125",
"range_animation": "9125",
- "range_level": "1",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
"respawn_delay": "20",
- "safespot": null,
+ "defence_animation": "9127",
+ "weakness": "9",
"slayer_exp": "19",
+ "magic_animation": "9125",
+ "death_animation": "9126",
+ "name": "Crawling Hand",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "16",
"strength_level": "5",
- "weakness": "9"
+ "id": "1648",
+ "bonuses": "5,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "5"
},
{
+ "examine": "Gimmie five. Actually",
+ "slayer_task": "21",
+ "melee_animation": "9125",
+ "range_animation": "0",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "19",
+ "magic_animation": "0",
+ "death_animation": "9126",
+ "name": "Crawling Hand",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "8",
"id": "1649",
- "name": "Crawling Hand",
- "examine": "Gimmie five. Actually",
- "attack_level": "8",
- "attack_speed": "5",
- "combat_audio": "377,379,378",
- "death_animation": "9126",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "5",
- "magic_animation": "0",
- "melee_animation": "9125",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "19",
- "strength_level": "8",
- "weakness": "9"
+ "attack_level": "8"
},
{
+ "examine": "Gimmie five. Actually",
+ "slayer_task": "21",
+ "melee_animation": "9125",
+ "range_animation": "0",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "9126",
+ "name": "Crawling Hand",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "8",
"id": "1650",
- "name": "Crawling Hand",
- "examine": "Gimmie five. Actually",
- "attack_level": "8",
- "attack_speed": "5",
- "combat_audio": "377,379,378",
- "death_animation": "9126",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "5",
- "magic_animation": "0",
- "melee_animation": "9125",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "8",
- "weakness": "9"
+ "attack_level": "8"
},
{
+ "examine": "Gimmie five. Actually",
+ "slayer_task": "21",
+ "melee_animation": "9125",
+ "range_animation": "0",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "19",
+ "magic_animation": "0",
+ "death_animation": "9126",
+ "name": "Crawling Hand",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "8",
"id": "1651",
- "name": "Crawling Hand",
- "examine": "Gimmie five. Actually",
- "attack_level": "8",
- "attack_speed": "5",
- "combat_audio": "377,379,378",
- "death_animation": "9126",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "5",
- "magic_animation": "0",
- "melee_animation": "9125",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "19",
- "strength_level": "8",
- "weakness": "9"
+ "attack_level": "8"
},
{
+ "examine": "Gimmie five. Actually",
+ "slayer_task": "21",
+ "melee_animation": "9125",
+ "range_animation": "0",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "19",
+ "magic_animation": "0",
+ "death_animation": "9126",
+ "name": "Crawling Hand",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "8",
"id": "1652",
- "name": "Crawling Hand",
- "examine": "Gimmie five. Actually",
- "attack_level": "8",
- "attack_speed": "5",
- "combat_audio": "377,379,378",
- "death_animation": "9126",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "5",
- "magic_animation": "0",
- "melee_animation": "9125",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "19",
- "strength_level": "8",
- "weakness": "9"
+ "attack_level": "8"
},
{
- "id": "1653",
- "name": "Crawling Hand",
"examine": "Now THAT's handy.",
- "attack_level": "13",
- "attack_speed": "5",
- "combat_audio": "377,379,378",
- "death_animation": "9445",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
+ "slayer_task": "21",
"melee_animation": "9444",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "9",
"slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "9445",
+ "name": "Crawling Hand",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
"strength_level": "13",
- "weakness": "9"
+ "id": "1653",
+ "range_level": "1",
+ "attack_level": "13"
},
{
- "id": "1654",
- "name": "Crawling Hand",
"examine": "I'm glad it's just the hand I can see...",
- "attack_level": "13",
- "attack_speed": "5",
- "combat_audio": "377,379,378",
- "death_animation": "9445",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
+ "slayer_task": "21",
"melee_animation": "9444",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "9",
"slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "9445",
+ "name": "Crawling Hand",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
"strength_level": "13",
- "weakness": "9"
+ "id": "1654",
+ "range_level": "1",
+ "attack_level": "13"
},
{
+ "examine": "A big severed hand.",
+ "slayer_task": "21",
+ "melee_animation": "9444",
+ "range_animation": "0",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "9445",
+ "name": "Crawling Hand",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "13",
"id": "1655",
- "name": "Crawling Hand",
- "examine": "A big severed hand.",
- "attack_level": "13",
- "attack_speed": "5",
- "combat_audio": "377,379,378",
- "death_animation": "9445",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "9444",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "13",
- "weakness": "9"
+ "attack_level": "13"
},
{
- "id": "1656",
- "name": "Crawling Hand",
"examine": "Give the guy a big hand.....",
- "attack_level": "13",
- "attack_speed": "5",
- "combat_audio": "377,379,378",
- "death_animation": "9445",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
+ "slayer_task": "21",
"melee_animation": "9444",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "9",
"slayer_exp": "16",
- "strength_level": "13",
- "weakness": "9"
- },
- {
- "id": "1657",
+ "magic_animation": "0",
+ "death_animation": "9445",
"name": "Crawling Hand",
- "examine": "A big severed hand.",
- "attack_level": "13",
- "attack_speed": "5",
- "combat_audio": "377,379,378",
- "death_animation": "9445",
- "defence_animation": "0",
"defence_level": "13",
+ "safespot": null,
"lifepoints": "18",
- "magic_animation": "0",
+ "strength_level": "13",
+ "id": "1656",
+ "range_level": "1",
+ "attack_level": "13"
+ },
+ {
+ "examine": "A big severed hand.",
+ "slayer_task": "21",
"melee_animation": "9444",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "377,379,378",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "9",
"slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "9445",
+ "name": "Crawling Hand",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
"strength_level": "13",
- "weakness": "9"
+ "id": "1657",
+ "range_level": "1",
+ "attack_level": "13"
},
{
- "id": "1658",
- "name": "Robe Store owner",
"examine": "A Supplier of Magical robes.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Robe Store owner",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1658",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1659",
- "name": "Skullball"
- },
- {
- "id": "1660",
- "name": "Skullball Boss",
"examine": "He's in charge of the Skullball Course.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Skullball Boss",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1660",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1661",
- "name": "Agility Boss",
"examine": "He's in charge of the Agility Course.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Agility Boss",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1661",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1662",
- "name": "Skullball Trainer",
"examine": "A skullball guide.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Skullball Trainer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1662",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1663",
- "name": "Agility Trainer",
"examine": "A werewolf agility trainer.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Agility Trainer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1663",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1664",
- "name": "Agility Trainer"
- },
- {
- "id": "1665",
- "name": "Werewolf",
"examine": "Looks like he's guarding a trapdoor...",
- "attack_level": "1",
- "clue_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "100",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1666",
- "name": "Dr Fenkenstrain"
- },
- {
- "id": "1671",
- "name": "Fenkenstrain's Monster"
- },
- {
- "id": "1674",
- "name": "Lord Rologarth"
- },
- {
- "id": "1675",
- "name": "Gardener Ghost",
- "attack_level": "1",
- "combat_audio": "436,439,438",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Werewolf",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1676",
- "name": "Experiment",
- "examine": "It has a key hanging from its collar.",
- "attack_level": "40",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "1628",
- "defence_animation": "1627",
- "defence_level": "50",
- "lifepoints": "40",
- "magic_level": "1",
- "melee_animation": "1626",
- "range_level": "1",
- "strength_level": "50"
- },
- {
- "id": "1677",
- "name": "Experiment",
- "examine": "One of Fenkenstrain's failed experiments.",
- "aggressive": "",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_style": "",
- "death_animation": "1618",
- "defence_animation": "1617",
- "defence_level": "30",
"lifepoints": "100",
- "magic_level": "1",
- "melee_animation": "1616",
+ "strength_level": "1",
+ "id": "1665",
+ "clue_level": "1",
"range_level": "1",
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1678",
- "name": "Experiment",
- "examine": "One of Fenkenstrain's failed experiments.",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "1611",
- "defence_animation": "1613",
- "defence_level": "30",
- "lifepoints": "100",
- "magic_level": "1",
- "melee_animation": "1612",
+ "name": "Gardener Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "1675",
"range_level": "1",
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1679",
- "name": "Eluned"
- },
- {
- "id": "1680",
- "name": "Islwyn"
- },
- {
- "id": "1681",
- "name": "Moss giant",
"examine": "His beard seems to have a life of its own.",
- "aggressive": "true",
- "attack_level": "60",
- "bonuses": "66,62,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "449,451,450",
- "death_animation": "4668",
- "defence_animation": "4665",
- "defence_level": "60",
- "lifepoints": "120",
- "magic_animation": "4666",
- "magic_level": "1",
"melee_animation": "4666",
"range_animation": "4666",
- "range_level": "1",
+ "combat_audio": "449,451,450",
+ "magic_level": "1",
+ "defence_animation": "4665",
+ "weakness": "3",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Moss giant",
+ "defence_level": "60",
"safespot": null,
+ "lifepoints": "120",
"strength_level": "60",
- "weakness": "3"
+ "id": "1681",
+ "aggressive": "true",
+ "bonuses": "66,62,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
},
{
- "id": "1682",
- "name": "Golrie"
- },
- {
- "id": "1683",
- "name": "Velorina"
- },
- {
- "id": "1684",
- "name": "Necrovarus",
- "examine": "An evil priest."
- },
- {
- "id": "1685",
- "name": "Gravingas"
- },
- {
- "id": "1686",
- "name": "Ghost disciple",
"examine": "A ghost disciple.",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1687",
- "name": "Ak-Haranu"
- },
- {
- "id": "1688",
- "name": "Ak-Haranu",
- "examine": "A trader from across the eastern sea.",
- "attack_level": "1",
- "death_animation": "836",
+ "combat_audio": "436,439,438",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "movement_radius": "2",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "0",
+ "death_animation": "0",
+ "name": "Ghost disciple",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1686",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A trader from across the eastern sea.",
"start_gfx": "0",
"start_height": "0",
- "strength_level": "1"
- },
- {
- "id": "1689",
- "name": "Undead cow"
- },
- {
- "id": "1691",
- "name": "Undead cow",
- "examine": "It's an undead cow.",
- "aggressive": "false",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,-15,0,0,0",
- "death_animation": "5851",
- "defence_animation": "5850",
- "defence_level": "1",
- "lifepoints": "8",
- "magic_animation": "0",
+ "melee_animation": "386",
+ "range_animation": "0",
"magic_level": "1",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Ak-Haranu",
+ "defence_level": "1",
+ "movement_radius": "2",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1688",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's an undead cow.",
+ "slayer_task": "20",
"melee_animation": "5849",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "5",
+ "defence_animation": "5850",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5851",
+ "name": "Undead cow",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "8",
"strength_level": "3",
- "weakness": "8"
+ "id": "1691",
+ "aggressive": "false",
+ "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,-15,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1692",
- "name": "Undead chicken",
"examine": "Yup, definitely a chicken... an undead chicken.",
- "aggressive": "false",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,0,-42,0,0,0",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "0",
- "magic_level": "1",
+ "slayer_task": "7",
"melee_animation": "5387",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "355,357,356",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "5389",
+ "name": "Undead chicken",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "3",
"strength_level": "1",
- "weakness": "7"
+ "id": "1692",
+ "aggressive": "false",
+ "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,0,-42,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1693",
- "name": "Giant lobster",
"examine": "An extremely vicious lobster.",
- "attack_level": "30",
- "death_animation": "6267",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "128",
- "magic_animation": "0",
+ "slayer_task": "71",
"melee_animation": "6265",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6267",
+ "name": "Giant lobster",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "128",
"strength_level": "30",
- "weakness": "6"
+ "id": "1693",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "1694",
- "name": "Robin"
- },
- {
- "id": "1695",
- "name": "Old crone",
"examine": "An old",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Old crone",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1695",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1696",
- "name": "Old man",
"examine": "A creaky old man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Old man",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1696",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1697",
- "name": "Ghost villager",
"examine": "A spooky ghost villager.",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "436,439,438",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghost villager",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1697",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1698",
- "name": "Tortured soul",
"examine": "This poor soul cannot understand why it has not passed to the next world.",
- "aggressive": "true",
- "attack_level": "52",
- "attack_speed": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "51",
- "magic_animation": "0",
- "magic_level": "1",
+ "slayer_task": "36",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "51",
- "strength_level": "62",
- "weakness": "3"
- },
- {
- "id": "1699",
- "name": "Ghost shopkeeper",
- "examine": "Beware the ghostly shopkeeper's wares!",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1700",
- "name": "Ghost innkeeper",
- "examine": "Doesn't look like the bar's open anymore.",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1701",
- "name": "Ghost farmer",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1702",
- "name": "Ghost banker",
- "examine": "A ghost banker.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1703",
- "name": "Ghost sailor",
- "examine": "A ghost sailor.",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1704",
- "name": "Ghost captain",
- "examine": "A ghostship captain.",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1705",
- "name": "Ghost captain",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1706",
- "name": "Ghost guard",
- "examine": "This ghost guards the gates of Port Phasmatys.",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1707",
- "name": "Ghost (?)",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1708",
- "name": "Ghost (?)",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1709",
- "name": "Johanhus Ulsbrecht"
- },
- {
- "id": "1710",
- "name": "H.A.M. Guard",
- "examine": "A guard for the humans against monster group.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "1711",
- "name": "H.A.M. Guard",
- "examine": "A guard for the humans against monster group.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "1712",
- "name": "H.A.M. Guard",
- "examine": "A guard for the humans against monster group.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "1713",
- "name": "H.A.M. Deacon",
- "examine": "A deacon in the Humans Against Monsters group. A rather enthusiastic chap.",
- "attack_level": "1",
- "clue_level": "0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1714",
- "name": "H.A.M. Member",
- "examine": "A member of the 'Humans Against Monsters' group.",
- "attack_level": "1",
- "clue_level": "0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1715",
- "name": "H.A.M. Member",
- "examine": "A member of the 'Humans Against Monsters' group.",
- "attack_level": "1",
- "clue_level": "0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1716",
- "name": "H.A.M. Member",
- "examine": "A member of the 'Humans Against Monsters' group.",
- "attack_level": "1",
- "clue_level": "0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1717",
- "name": "H.A.M. Member",
- "examine": "A member of the 'Humans Against Monsters' group.",
- "attack_level": "1",
- "clue_level": "0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1718",
- "name": "Jimmy the Chisel",
- "examine": "A young man with a dark and mysterious past.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1719",
- "name": "Tree"
- },
- {
- "id": "1720",
- "name": "Tree"
- },
- {
- "id": "1721",
- "name": "Tree"
- },
- {
- "id": "1722",
- "name": "Dead tree"
- },
- {
- "id": "1723",
- "name": "Dead tree"
- },
- {
- "id": "1724",
- "name": "Dead tree"
- },
- {
- "id": "1725",
- "name": "Dead tree"
- },
- {
- "id": "1726",
- "name": "Dead tree"
- },
- {
- "id": "1727",
- "name": "Dead tree"
- },
- {
- "id": "1728",
- "name": "Dead tree"
- },
- {
- "id": "1729",
- "name": "Dead tree"
- },
- {
- "id": "1730",
- "name": "Dead tree"
- },
- {
- "id": "1731",
- "name": "Dead tree"
- },
- {
- "id": "1732",
- "name": "Dramen tree"
- },
- {
- "id": "1734",
- "name": "Magic tree"
- },
- {
- "id": "1735",
- "name": "Maple tree"
- },
- {
- "id": "1736",
- "name": "Willow"
- },
- {
- "id": "1737",
- "name": "Willow"
- },
- {
- "id": "1738",
- "name": "Willow"
- },
- {
- "id": "1739",
- "name": "Oak",
- "examine": "Manages the mill.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1740",
- "name": "Yew",
- "examine": "One of Sigmund's elite guards.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1741",
- "name": "Evergreen",
- "examine": "One of Sigmund's elite guards.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1742",
- "name": "Evergreen",
- "examine": "A member of Sigmund's H.A.M. splinter group.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1743",
- "name": "Evergreen",
- "examine": "A member of Sigmund's H.A.M. splinter group.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1744",
- "name": "Tree",
- "examine": "A member of Sigmund's H.A.M. splinter group.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1745",
- "name": "Dead tree",
- "examine": "A member of Sigmund's H.A.M. splinter group.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1746",
- "name": "Achey Tree",
- "examine": "A member of Sigmund's H.A.M. splinter group.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1747",
- "name": "Tree",
- "examine": "A member of Sigmund's H.A.M. splinter group.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1748",
- "name": "Tree",
- "examine": "A member of Sigmund's H.A.M. splinter group.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1749",
- "name": "Hollow tree"
- },
- {
- "id": "1750",
- "name": "Hollow tree"
- },
- {
- "id": "1751",
- "name": "Terrorbird",
- "examine": "A giant raptor.",
- "aggressive": "false",
- "attack_level": "23",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "832,834,833",
- "death_animation": "1013",
- "defence_animation": "1012",
- "defence_level": "19",
- "lifepoints": "34",
- "magic_animation": "0",
+ "attack_speed": "5",
"magic_level": "1",
- "melee_animation": "1010",
- "range_level": "1",
- "respawn_delay": "30",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "slayer_exp": "51",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Tortured soul",
+ "defence_level": "38",
"safespot": null,
- "strength_level": "23"
+ "lifepoints": "51",
+ "strength_level": "62",
+ "id": "1698",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "52"
},
{
- "id": "1752",
- "name": "Mounted terrorbird gnome",
- "examine": "These gnomes know how to get around!",
- "attack_level": "33",
- "death_animation": "6791",
+ "examine": "Beware the ghostly shopkeeper's wares!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
"defence_animation": "0",
- "defence_level": "33",
- "lifepoints": "37",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghost shopkeeper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1699",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Doesn't look like the bar's open anymore.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghost innkeeper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1700",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Ghost farmer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "1701",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A ghost banker.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghost banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1702",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A ghost sailor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghost sailor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1703",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A ghostship captain.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghost captain",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1704",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Ghost captain",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "1705",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This ghost guards the gates of Port Phasmatys.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghost guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1706",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Ghost (?)",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "1707",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Ghost (?)",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "1708",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A guard for the humans against monster group.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "H.A.M. Guard",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "1710",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "examine": "A guard for the humans against monster group.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "H.A.M. Guard",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "1711",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "examine": "A guard for the humans against monster group.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "H.A.M. Guard",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "1712",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "examine": "A deacon in the Humans Against Monsters group. A rather enthusiastic chap.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "H.A.M. Deacon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1713",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of the 'Humans Against Monsters' group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "H.A.M. Member",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1714",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of the 'Humans Against Monsters' group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "H.A.M. Member",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1715",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of the 'Humans Against Monsters' group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "H.A.M. Member",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1716",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of the 'Humans Against Monsters' group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "H.A.M. Member",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1717",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A young man with a dark and mysterious past.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jimmy the Chisel",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1718",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Manages the mill.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Oak",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1739",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Sigmund's elite guards.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Yew",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1740",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Sigmund's elite guards.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Evergreen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1741",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of Sigmund's H.A.M. splinter group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Evergreen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1742",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of Sigmund's H.A.M. splinter group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Evergreen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1743",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of Sigmund's H.A.M. splinter group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tree",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1744",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of Sigmund's H.A.M. splinter group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dead tree",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1745",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of Sigmund's H.A.M. splinter group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Achey Tree",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1746",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of Sigmund's H.A.M. splinter group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tree",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1747",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A member of Sigmund's H.A.M. splinter group.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tree",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1748",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A giant raptor.",
+ "melee_animation": "1010",
+ "combat_audio": "832,834,833",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "1012",
+ "magic_animation": "0",
+ "death_animation": "1013",
+ "name": "Terrorbird",
+ "defence_level": "19",
+ "safespot": null,
+ "lifepoints": "34",
+ "strength_level": "23",
+ "id": "1751",
+ "aggressive": "false",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "These gnomes know how to get around!",
+ "slayer_task": "7",
"melee_animation": "6790",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6791",
+ "name": "Mounted terrorbird gnome",
+ "defence_level": "33",
"safespot": null,
+ "lifepoints": "37",
"strength_level": "33",
- "weakness": "6"
+ "id": "1752",
+ "range_level": "1",
+ "attack_level": "33"
},
{
- "id": "1753",
- "name": "Mounted terrorbird gnome"
- },
- {
- "id": "1754",
- "name": "Crow",
"examine": "A farmer's enemy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "slayer_task": "7",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1755",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Crow",
- "examine": "A farmer's enemy."
- },
- {
- "id": "1756",
- "name": "Crow"
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1754",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "He grows the crops in this area.",
+ "melee_animation": "7181",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Farmer",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
"id": "1757",
- "name": "Farmer",
- "examine": "He grows the crops in this area.",
- "attack_level": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "7181",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "9"
+ "attack_level": "5"
},
{
+ "examine": "He grows the crops in this area.",
+ "melee_animation": "7181",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Farmer",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
"id": "1758",
- "name": "Farmer",
- "examine": "He grows the crops in this area.",
- "attack_level": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "7181",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "9"
+ "attack_level": "5"
},
{
- "id": "1759",
- "name": "Farmer",
"examine": "Farming.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Farmer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1759",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1760",
- "name": "Farmer",
"examine": "He grows the crops in this area.",
- "attack_level": "5",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
"melee_animation": "7181",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "9"
- },
- {
- "id": "1761",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "7185",
"name": "Farmer",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
+ "id": "1760",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
"examine": "Farming the wheat.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Farmer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1761",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1762",
- "name": "Sheep"
- },
- {
- "id": "1763",
- "name": "Sheep",
"examine": "White and fluffy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sheep",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1764",
- "name": "Sheep"
- },
- {
- "id": "1765",
- "name": "Sheep"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1763",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Young, but still beefy.",
+ "melee_animation": "5849",
+ "range_animation": "5849",
+ "combat_audio": "366,368,367",
+ "attack_speed": "5",
+ "defence_animation": "5850",
+ "slayer_exp": "8",
+ "magic_animation": "5849",
+ "death_animation": "5851",
+ "name": "Cow calf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "6",
+ "strength_level": "1",
"id": "1766",
- "name": "Cow calf",
- "examine": "Young, but still beefy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "366,368,367",
- "death_animation": "5851",
- "defence_animation": "5850",
- "defence_level": "1",
- "lifepoints": "6",
- "magic_animation": "5849",
- "melee_animation": "5849",
- "range_animation": "5849",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "8",
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1767",
- "name": "Cow",
"examine": "Where beef comes from.",
- "attack_level": "1",
- "attack_speed": "5",
+ "slayer_task": "20",
+ "melee_animation": "5849",
+ "range_animation": "5849",
"combat_audio": "369,371,370",
- "death_animation": "5851",
+ "attack_speed": "5",
"defence_animation": "5850",
+ "weakness": "8",
+ "slayer_exp": "8",
+ "magic_animation": "5849",
+ "death_animation": "5851",
+ "name": "Cow",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "8",
- "magic_animation": "5849",
- "melee_animation": "5849",
- "range_animation": "5849",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "8",
"strength_level": "1",
- "weakness": "8"
+ "id": "1767",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1768",
- "name": "Cow calf",
"examine": "Young, but still beefy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "366,368,367",
- "death_animation": "5851",
- "defence_animation": "5850",
- "defence_level": "1",
- "lifepoints": "6",
- "magic_animation": "5849",
"melee_animation": "5849",
"range_animation": "5849",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "366,368,367",
+ "attack_speed": "5",
+ "defence_animation": "5850",
"slayer_exp": "8",
- "strength_level": "1"
+ "magic_animation": "5849",
+ "death_animation": "5851",
+ "name": "Cow calf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "6",
+ "strength_level": "1",
+ "id": "1768",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "slayer_task": "38",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "weakness": "7",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "1769",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2",
- "weakness": "7"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "slayer_task": "38",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "weakness": "7",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "1770",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2",
- "weakness": "7"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "slayer_task": "38",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "weakness": "7",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "1771",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2",
- "weakness": "7"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "slayer_task": "38",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "weakness": "7",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "1772",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2",
- "weakness": "7"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "slayer_task": "38",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "weakness": "7",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "1773",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2",
- "weakness": "7"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "slayer_task": "38",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "weakness": "7",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "1774",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2",
- "weakness": "7"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "slayer_task": "38",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "weakness": "7",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "1775",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2",
- "weakness": "7"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "slayer_task": "38",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "weakness": "7",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "1776",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2",
- "weakness": "7"
+ "attack_level": "1"
},
{
- "id": "1777",
- "name": "Ilfeen"
- },
- {
- "id": "1778",
- "name": "William"
- },
- {
- "id": "1779",
- "name": "Ian"
- },
- {
- "id": "1780",
- "name": "Larry"
- },
- {
- "id": "1781",
- "name": "Darren"
- },
- {
- "id": "1782",
- "name": "Edward"
- },
- {
- "id": "1783",
- "name": "Richard",
- "examine": "A very brave merchant."
- },
- {
- "id": "1784",
- "name": "Neil"
- },
- {
- "id": "1785",
- "name": "Edmond",
- "examine": "A very brave merchant."
- },
- {
- "id": "1786",
- "name": "Simon"
- },
- {
- "id": "1787",
- "name": "Sam"
- },
- {
- "id": "1788",
- "name": "Lumdo"
- },
- {
- "id": "1789",
- "name": "Bunkwicket"
- },
- {
- "id": "1790",
- "name": "Waymottin"
- },
- {
- "id": "1791",
- "name": "Jungle Tree"
- },
- {
- "id": "1792",
- "name": "Jungle Tree"
- },
- {
- "id": "1793",
- "name": "Tassie Slipcast"
- },
- {
- "id": "1794",
- "name": "Hammerspike Stoutbeard",
"examine": "He looks quite independent in an aggressive and business like way.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "498,500,499",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Hammerspike Stoutbeard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1794",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A short stout menacing fellow.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf gang member",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "1795",
- "name": "Dwarf gang member",
- "examine": "A short stout menacing fellow.",
- "attack_level": "25",
- "attack_speed": "6",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "A short stout menacing fellow.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf gang member",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "1796",
- "name": "Dwarf gang member",
- "examine": "A short stout menacing fellow.",
- "attack_level": "25",
- "attack_speed": "6",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "A short stout menacing fellow.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf gang member",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "1797",
- "name": "Dwarf gang member",
- "examine": "A short stout menacing fellow.",
- "attack_level": "25",
- "attack_speed": "6",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
- "id": "1798",
- "name": "Phantuwti Fanstuwi Farsight"
- },
- {
- "id": "1799",
- "name": "Tindel Marchant"
- },
- {
- "id": "1800",
- "name": "Gnormadium Avlafrim"
- },
- {
- "id": "1801",
- "name": "Petra Fiyed"
- },
- {
- "id": "1802",
- "name": "Slagilith",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1752",
- "defence_animation": "1751",
- "defence_level": "1",
- "lifepoints": "60",
"melee_animation": "1750",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "1751",
+ "death_animation": "1752",
+ "name": "Slagilith",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "60",
+ "strength_level": "1",
+ "id": "1802",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1803",
- "name": "Rock pile",
"examine": "A pile of boulders.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rock pile",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1803",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1804",
- "name": "Slagilith"
- },
- {
- "id": "1805",
- "name": "Guard",
"examine": "He seems to be guarding a pile of rocks. Interesting job.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1806",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Guard",
- "examine": "He seems to be guarding a single rock. Interesting job.",
- "attack_level": "1",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1805",
"clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He seems to be guarding a single rock. Interesting job.",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "511,513,512",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1806",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1807",
- "name": "Hamal the Chieftain",
"examine": "The Chieftain of the mountain camp.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hamal the Chieftain",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1807",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1808",
- "name": "Ragnar"
- },
- {
- "id": "1809",
- "name": "Svidi"
- },
- {
- "id": "1810",
- "name": "Jokul"
- },
- {
- "id": "1811",
- "name": "The Kendal"
- },
- {
- "id": "1812",
- "name": "The Kendal",
"examine": "Is that a bear... or a man?",
- "aggressive": "true",
- "attack_level": "23",
- "death_animation": "1759",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "85",
- "magic_animation": "0",
+ "melee_animation": "1760",
+ "range_animation": "0",
"magic_level": "23",
- "melee_animation": "1760",
- "range_animation": "0",
- "range_level": "23",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "10"
- },
- {
- "id": "1813",
- "name": "The Kendal",
- "aggressive": "true",
- "attack_level": "1",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
"death_animation": "1759",
- "defence_animation": "1758",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "1760",
- "range_level": "1",
- "respawn_delay": "60",
+ "name": "The Kendal",
+ "defence_level": "23",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1814",
- "name": "Camp dweller",
- "examine": "One of the inhabitants of the camp.",
- "attack_level": "11",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "11",
- "lifepoints": "15",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "11",
- "weakness": "9"
- },
- {
- "id": "1815",
- "name": "Camp dweller",
- "examine": "One of the inhabitants of the camp.",
- "attack_level": "11",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "11",
- "lifepoints": "15",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "11",
- "weakness": "9"
- },
- {
- "id": "1816",
- "name": "Camp dweller",
- "examine": "One of the inhabitants of the camp.",
- "attack_level": "11",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "11",
- "lifepoints": "15",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "11",
- "weakness": "9"
- },
- {
- "id": "1817",
- "name": "Camp dweller",
- "examine": "One of the inhabitants of the camp.",
- "attack_level": "11",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "11",
- "lifepoints": "15",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "11",
- "weakness": "9"
- },
- {
- "id": "1818",
- "name": "Camp dweller",
- "examine": "One of the inhabitants of the camp.",
- "attack_level": "11",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "11",
- "lifepoints": "15",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "11",
- "weakness": "9"
- },
- {
- "id": "1819",
- "name": "Mountain Goat",
- "examine": "Looks a little underfed.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1820",
- "name": "Mountain Goat",
- "examine": "This goat belongs to the mountain camp people.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1821",
- "name": "Bald Headed Eagle"
- },
- {
- "id": "1822",
- "name": "Cave goblin",
- "examine": "A goblin with big bulging eyes.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "1",
- "magic_animation": "0",
- "melee_animation": "6001",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "1823",
- "name": "Cave goblin",
- "examine": "A goblin with big bulging eyes.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "1",
- "magic_animation": "0",
- "melee_animation": "6001",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "1824",
- "name": "Cave goblin",
- "examine": "A goblin with big bulging eyes.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "1",
- "magic_animation": "0",
- "melee_animation": "6001",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "1825",
- "name": "Cave goblin",
- "examine": "A goblin with big bulging eyes.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "1",
- "magic_animation": "0",
- "melee_animation": "6001",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "1826",
- "name": "Zombie",
- "examine": "A human zombie.",
- "attack_level": "30",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "30",
- "lifepoints": "50",
- "melee_animation": "5568",
- "range_level": "1",
- "safespot": null,
- "strength_level": "30"
- },
- {
- "id": "1827",
- "name": "Gargoyle",
- "examine": "Flies like a rock.",
+ "lifepoints": "85",
+ "strength_level": "23",
+ "id": "1812",
"aggressive": "true",
- "attack_level": "75",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "428,430,429",
- "death_animation": "1518",
- "defence_animation": "9455",
- "defence_level": "107",
- "lifepoints": "105",
- "magic_animation": "1516",
- "magic_level": "1",
+ "range_level": "23",
+ "attack_level": "23"
+ },
+ {
+ "melee_animation": "1760",
+ "respawn_delay": "60",
+ "defence_animation": "1758",
+ "death_animation": "1759",
+ "name": "The Kendal",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "1813",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the inhabitants of the camp.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Camp dweller",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "11",
+ "id": "1814",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "One of the inhabitants of the camp.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Camp dweller",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "11",
+ "id": "1815",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "One of the inhabitants of the camp.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Camp dweller",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "11",
+ "id": "1816",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "One of the inhabitants of the camp.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Camp dweller",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "11",
+ "id": "1817",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "One of the inhabitants of the camp.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Camp dweller",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "11",
+ "id": "1818",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "Looks a little underfed.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mountain Goat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1819",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This goat belongs to the mountain camp people.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mountain Goat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1820",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A goblin with big bulging eyes.",
+ "slayer_task": "38",
+ "melee_animation": "6001",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "1822",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A goblin with big bulging eyes.",
+ "slayer_task": "38",
+ "melee_animation": "6001",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "1823",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A goblin with big bulging eyes.",
+ "slayer_task": "38",
+ "melee_animation": "6001",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "1824",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A goblin with big bulging eyes.",
+ "slayer_task": "38",
+ "melee_animation": "6001",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "1825",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Flies like a rock.",
"melee_animation": "9454",
"range_animation": "1516",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "428,430,429",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "9455",
"slayer_exp": "105",
- "strength_level": "95"
+ "magic_animation": "1516",
+ "death_animation": "1518",
+ "name": "Gargoyle",
+ "defence_level": "107",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "1827",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "75"
},
{
- "id": "1828",
- "name": "Giant frog",
"examine": "It didn't get that big eating flies!",
- "attack_level": "45",
- "attack_speed": "6",
- "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0",
- "death_animation": "1795",
- "defence_animation": "1794",
- "defence_level": "60",
- "lifepoints": "100",
- "magic_animation": "1793",
"melee_animation": "1793",
"range_animation": "1793",
- "range_level": "32",
+ "attack_speed": "6",
+ "defence_animation": "1794",
+ "weakness": "1",
+ "magic_animation": "1793",
+ "death_animation": "1795",
+ "name": "Giant frog",
+ "defence_level": "60",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "45",
- "weakness": "1"
+ "id": "1828",
+ "bonuses": "10,10,10,10,10,10,1,10,10,10,10,37,0,0,0",
+ "range_level": "32",
+ "attack_level": "45"
},
{
- "id": "1829",
- "name": "Big frog",
"examine": "It didn't get that big eating flies.",
- "attack_level": "1",
- "death_animation": "1795",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "37",
- "magic_animation": "0",
"melee_animation": "1793",
"range_animation": "0",
- "range_level": "26",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "1795",
+ "name": "Big frog",
+ "defence_level": "26",
"safespot": null,
+ "lifepoints": "37",
"strength_level": "1",
- "weakness": "1"
+ "id": "1829",
+ "range_level": "26",
+ "attack_level": "1"
},
{
- "id": "1830",
- "name": "Frog"
- },
- {
- "id": "1831",
- "name": "Cave slime",
"examine": "A foul-smelling blob of protoplasm.",
- "aggressive": "false",
- "attack_level": "13",
- "attack_speed": "4",
- "clue_level": "0",
- "combat_audio": "784,786,785",
- "death_animation": "1792",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "13",
+ "slayer_task": "18",
"melee_animation": "1789",
- "poison_amount": "15",
+ "attack_speed": "4",
"poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "15",
- "safespot": null,
+ "weakness": "1",
"slayer_exp": "25",
+ "poison_amount": "3",
+ "magic_animation": "0",
+ "death_animation": "1792",
+ "lifepoints": "25",
+ "id": "1831",
+ "aggressive": "false",
+ "range_animation": "0",
+ "combat_audio": "784,786,785",
+ "magic_level": "13",
+ "defence_animation": "0",
+ "name": "Cave slime",
+ "defence_level": "35",
+ "safespot": null,
"strength_level": "13",
- "weakness": "1"
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "13"
},
{
- "id": "1832",
- "name": "Cave bug",
"examine": "A nasty crawling critter.",
- "attack_level": "6",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0",
- "death_animation": "6082",
- "defence_animation": "0",
- "defence_level": "6",
- "lifepoints": "5",
- "magic_animation": "0",
- "magic_level": "1",
+ "slayer_task": "15",
"melee_animation": "6079",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "2",
"slayer_exp": "5",
- "strength_level": "5",
- "weakness": "2"
+ "magic_animation": "0",
+ "death_animation": "6082",
+ "name": "Cave bug",
+ "defence_level": "6",
+ "safespot": null,
+ "lifepoints": "8",
+ "strength_level": "1",
+ "id": "1832",
+ "range_level": "6",
+ "attack_level": "1"
},
{
- "id": "1833",
- "name": "Cave bug larva",
"examine": "A little",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave bug larva",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1833",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1834",
- "name": "Candle seller",
"examine": "Has an odd smell about him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Candle seller",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1834",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1835",
- "name": "Easter Bunny"
- },
- {
- "id": "1836",
- "name": "Dondakan the Dwarf"
- },
- {
- "id": "1838",
- "name": "Dondakan the Dwarf"
- },
- {
- "id": "1839",
- "name": "Dondakan the Dwarf"
- },
- {
- "id": "1840",
- "name": "Dwarven Engineer",
"examine": "A short angry guy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarven Engineer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1840",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1841",
- "name": "Rolad"
- },
- {
- "id": "1842",
- "name": "Khorvak, a dwarven engineer",
"examine": "The little guy is having trouble standing up right.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Khorvak, a dwarven engineer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1842",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "It's probably you who will be paying the ferryman.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarven Ferryman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1843",
- "name": "Dwarven Ferryman",
- "examine": "It's probably you who will be paying the ferryman.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "It's probably you who will be paying the ferryman.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarven Ferryman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "1844",
- "name": "Dwarven Ferryman",
- "examine": "It's probably you who will be paying the ferryman.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1845",
- "name": "Dwarven Boatman"
- },
- {
- "id": "1846",
- "name": "Dwarven Boatman",
- "examine": "He seems to be in charge of the ship on the river.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1847",
- "name": "Miodvetnir"
- },
- {
- "id": "1848",
- "name": "Dernu"
- },
- {
- "id": "1849",
- "name": "Derni"
- },
- {
- "id": "1850",
- "name": "Arzinian Avatar of Strength",
"examine": "It is the avatar of the Arzinian Being of Bordanzan",
- "attack_level": "40",
- "death_animation": "1841",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "114",
- "magic_animation": "0",
"melee_animation": "1840",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "1841",
+ "name": "Arzinian Avatar of Strength",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "114",
"strength_level": "40",
- "weakness": "7"
+ "id": "1850",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "1851",
- "name": "Arzinian Avatar of Strength",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1843",
+ "melee_animation": "1840",
+ "respawn_delay": "60",
"defence_animation": "1842",
+ "death_animation": "1843",
+ "name": "Arzinian Avatar of Strength",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "110",
- "melee_animation": "1840",
+ "strength_level": "1",
+ "id": "1851",
+ "aggressive": "true",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1852",
- "name": "Arzinian Avatar of Strength",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1843",
+ "melee_animation": "1840",
+ "respawn_delay": "60",
"defence_animation": "1842",
+ "death_animation": "1843",
+ "name": "Arzinian Avatar of Strength",
"defence_level": "1",
- "lifepoints": "70",
- "melee_animation": "1840",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "1852",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1853",
- "name": "Arzinian Avatar of Ranging",
"examine": "It is the avatar of the Arzinian Being of Bordanzan",
- "aggressive": "true",
- "attack_level": "30",
- "death_animation": "1841",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "114",
- "magic_animation": "0",
"melee_animation": "1843",
"range_animation": "1843",
- "range_level": "40",
- "safespot": null,
- "strength_level": "30",
- "weakness": "0"
- },
- {
- "id": "1854",
- "name": "Arzinian Avatar of Ranging",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1843",
- "defence_animation": "1842",
- "defence_level": "1",
- "lifepoints": "110",
- "melee_animation": "1840",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1855",
- "name": "Arzinian Avatar of Ranging",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1843",
- "defence_animation": "1842",
- "defence_level": "1",
- "lifepoints": "70",
- "melee_animation": "1840",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1856",
- "name": "Arzinian Avatar of Magic",
- "examine": "It is the avatar of the Arzinian Being of Bordanzan",
- "aggressive": "true",
- "attack_level": "30",
- "death_animation": "1841",
"defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "114",
+ "weakness": "0",
"magic_animation": "0",
- "magic_level": "40",
+ "death_animation": "1841",
+ "name": "Arzinian Avatar of Ranging",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "114",
+ "strength_level": "30",
+ "id": "1853",
+ "aggressive": "true",
+ "range_level": "40",
+ "attack_level": "30"
+ },
+ {
+ "melee_animation": "1840",
+ "respawn_delay": "60",
+ "defence_animation": "1842",
+ "death_animation": "1843",
+ "name": "Arzinian Avatar of Ranging",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "1",
+ "id": "1854",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "1840",
+ "respawn_delay": "60",
+ "defence_animation": "1842",
+ "death_animation": "1843",
+ "name": "Arzinian Avatar of Ranging",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "1855",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It is the avatar of the Arzinian Being of Bordanzan",
"melee_animation": "1844",
"range_animation": "0",
- "range_level": "1",
+ "magic_level": "40",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "1841",
+ "name": "Arzinian Avatar of Magic",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "114",
"strength_level": "30",
- "weakness": "3"
+ "id": "1856",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "1857",
- "name": "Arzinian Avatar of Magic",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1843",
+ "melee_animation": "1840",
+ "respawn_delay": "60",
"defence_animation": "1842",
+ "death_animation": "1843",
+ "name": "Arzinian Avatar of Magic",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "110",
- "melee_animation": "1840",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1858",
- "name": "Arzinian Avatar of Magic",
+ "strength_level": "1",
+ "id": "1857",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "1843",
- "defence_animation": "1842",
- "defence_level": "1",
- "lifepoints": "70",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"melee_animation": "1840",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "1842",
+ "death_animation": "1843",
+ "name": "Arzinian Avatar of Magic",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "1858",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1859",
- "name": "Arzinian Being of Bordanzan",
"examine": "It's the Arzinian Being",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1860",
- "name": "Brian"
- },
- {
- "id": "1861",
- "name": "Ranged Tutor",
- "examine": "Nemarti looks ready to teach you about ranged combat.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1862",
- "name": "Ali Morrisane"
- },
- {
- "id": "1863",
- "name": "Drunken Ali",
- "examine": "Drunk man.",
- "attack_level": "1",
"death_animation": "0",
- "defence_animation": "0",
+ "name": "Arzinian Being of Bordanzan",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1859",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1864",
- "name": "Ali The barman",
- "examine": "A hassled looking barman.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1865",
- "name": "Ali the Kebab seller",
- "examine": "A kebab seller.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1866",
- "name": "Brian",
"examine": "He sells ranging equipment.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brian",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1866",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Nemarti looks ready to teach you about ranged combat.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ranged Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1861",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Drunk man.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Drunken Ali",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1863",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A hassled looking barman.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ali The barman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1864",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A kebab seller.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ali the Kebab seller",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1865",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1867",
- "name": "Ali the Camel Man",
"examine": "Ali the discount animal seller.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ali the Camel Man",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1867",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1868",
- "name": "Street urchin",
"examine": "A mischievous looking child.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Street urchin",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1868",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1869",
- "name": "Ali the Mayor"
- },
- {
- "id": "1871",
- "name": "Ali the Hag",
"examine": "An old Hag named Alice.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ali the Hag",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1871",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1872",
- "name": "Ali the Snake Charmer",
"examine": "A snake charmer.",
- "attack_level": "1",
- "combat_audio": "3609,3608,3610",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "3609,3608,3610",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ali the Snake Charmer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1872",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1873",
- "name": "Ali the Camel",
"examine": "A foul tempered ugly lumpy yellow horse prone to spitting.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ali the Camel",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1873",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1874",
- "name": "Desert snake",
"examine": "A slithering serpent.",
- "attack_level": "4",
- "combat_audio": "3609,3608,3610",
- "death_animation": "278",
- "defence_animation": "0",
- "defence_level": "6",
- "lifepoints": "8",
- "magic_animation": "0",
"melee_animation": "275",
"range_animation": "0",
- "range_level": "6",
+ "combat_audio": "3609,3608,3610",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "278",
+ "name": "Desert snake",
+ "defence_level": "6",
"safespot": null,
+ "lifepoints": "8",
"strength_level": "4",
- "weakness": "1"
+ "id": "1874",
+ "range_level": "6",
+ "attack_level": "4"
},
{
- "id": "1875",
- "name": "Snake",
"examine": "A toothless old Snake.",
- "attack_level": "1",
- "combat_audio": "3609,3608,3610",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1876",
- "name": "Bandit Leader"
- },
- {
- "id": "1879",
- "name": "Bandit"
- },
- {
- "id": "1881",
- "name": "Bandit"
- },
- {
- "id": "1882",
- "name": "Sir Palomedes"
- },
- {
- "id": "1883",
- "name": "Sir Palomedes"
- },
- {
- "id": "1884",
- "name": "Trobert",
- "examine": "A well dressed thief."
- },
- {
- "id": "1885",
- "name": "Bandit champion",
- "examine": "A very tough-looking bandit.",
- "aggressive": "true",
- "attack_level": "39",
- "death_animation": "836",
+ "combat_audio": "3609,3608,3610",
"defence_animation": "0",
- "defence_level": "39",
- "lifepoints": "55",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Snake",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1875",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very tough-looking bandit.",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "39",
- "weakness": "9"
- },
- {
- "id": "1886",
- "name": "Cowardly Bandit",
- "examine": "Probably the weakest bandit in the world ....ever.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "9",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1887",
- "name": "Villager"
- },
- {
- "id": "1889",
- "name": "Villager"
- },
- {
- "id": "1890",
- "name": "Villager"
- },
- {
- "id": "1891",
- "name": "Villager"
- },
- {
- "id": "1893",
- "name": "Villager"
- },
- {
- "id": "1894",
- "name": "Villager"
- },
- {
- "id": "1895",
- "name": "Villager"
- },
- {
- "id": "1897",
- "name": "Villager"
- },
- {
- "id": "1898",
- "name": "Villager"
- },
- {
- "id": "1899",
- "name": "Menaphite Leader"
- },
- {
- "id": "1902",
- "name": "Ali the Operator",
- "examine": "Smooth operator.",
- "attack_level": "6",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,10,5,5,10,0,0,0,0,0",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1903",
- "name": "Menaphite Thug"
- },
- {
- "id": "1904",
- "name": "Menaphite Thug",
- "examine": "Menaphite thug.",
- "aggressive": "false",
- "attack_level": "60",
- "attack_speed": "4",
- "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "60",
- "magic_animation": "0",
- "magic_level": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "0",
- "respawn_delay": "5",
- "safespot": null,
- "strength_level": "50",
- "weakness": "9"
- },
- {
- "id": "1905",
- "name": "Menaphite Thug",
- "examine": "Menaphite thug.",
- "aggressive": "false",
- "attack_level": "60",
- "attack_speed": "4",
- "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0",
"death_animation": "836",
- "defence_animation": "425",
- "defence_level": "20",
- "lifepoints": "60",
- "magic_animation": "0",
- "magic_level": "0",
- "melee_animation": "395",
- "range_animation": "0",
- "range_level": "0",
- "respawn_delay": "5",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "1906",
- "name": "Tough Guy",
- "examine": "Tough looking Menaphite.",
- "aggressive": "true",
- "attack_level": "39",
- "death_animation": "836",
- "defence_animation": "0",
+ "name": "Bandit champion",
"defence_level": "39",
- "lifepoints": "114",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "39",
+ "id": "1885",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "39"
+ },
+ {
+ "examine": "Probably the weakest bandit in the world ....ever.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cowardly Bandit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1886",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Smooth operator.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ali the Operator",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1902",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Menaphite thug.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "0",
+ "respawn_delay": "5",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Menaphite Thug",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "50",
+ "id": "1904",
+ "aggressive": "false",
+ "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0",
+ "range_level": "0",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Menaphite thug.",
"melee_animation": "395",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
+ "attack_speed": "4",
+ "magic_level": "0",
+ "respawn_delay": "5",
+ "defence_animation": "425",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Menaphite Thug",
+ "defence_level": "20",
"safespot": null,
+ "lifepoints": "60",
+ "strength_level": "50",
+ "id": "1905",
+ "aggressive": "false",
+ "bonuses": "4,4,4,0,0,9,8,10,0,0,0,9,0,0,0",
+ "range_level": "0",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Tough looking Menaphite.",
+ "melee_animation": "395",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Tough Guy",
+ "defence_level": "39",
+ "safespot": null,
+ "lifepoints": "114",
"strength_level": "39",
- "weakness": "9"
+ "id": "1906",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "39"
},
{
- "id": "1907",
- "name": "Broken clay golem"
- },
- {
- "id": "1909",
- "name": "Damaged clay golem"
- },
- {
- "id": "1910",
- "name": "Clay golem"
- },
- {
- "id": "1911",
- "name": "Desert Phoenix",
"examine": "Definitely not a chicken.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1912",
- "name": "Elissa"
- },
- {
- "id": "1913",
- "name": "Kamil",
- "examine": "Ice warrior.",
- "attack_level": "190",
- "attack_speed": "5",
- "bonuses": "0,60,0,0,0,35,60,35,0,0,0,100,0,0,0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "135",
- "lifepoints": "130",
- "magic_animation": "412",
- "melee_animation": "440",
- "range_animation": "440",
- "range_level": "1",
- "safespot": null,
- "strength_level": "80"
- },
- {
- "id": "1914",
- "name": "Dessous",
- "examine": "A vampyre warrior of Zamorak.",
- "aggressive": "true",
- "attack_level": "99",
- "bonuses": "0,0,50,0,0,10,150,150,0,0,0,50,0,0,0",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "99",
- "lifepoints": "200",
- "melee_animation": "1264",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "99"
- },
- {
- "id": "1915",
- "name": "Dessous",
- "examine": "A vampyre warrior of Zamorak.",
- "aggressive": "true",
- "attack_level": "99",
- "bonuses": "0,0,50,0,0,10,150,150,0,0,0,50,0,0,0",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "99",
- "lifepoints": "200",
- "melee_animation": "1264",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "99"
- },
- {
- "id": "1916",
- "name": "Ruantun",
- "examine": "Luckily, I can't see much of his face.",
- "attack_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
"death_animation": "0",
- "defence_animation": "0",
+ "name": "Desert Phoenix",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
+ "strength_level": "1",
+ "id": "1911",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "1917",
- "name": "Bandit shopkeeper",
- "examine": "I guess he sells what he steals...?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1918",
- "name": "Archaeologist",
- "examine": "Hardened by the cutthroat world of archaeology.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1919",
- "name": "Stranger",
- "examine": "Very mysterious looking...",
- "aggressive": "true",
- "attack_level": "58",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "58",
- "lifepoints": "82",
- "magic_animation": "0",
- "melee_animation": "377",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "58",
- "weakness": "7"
- },
- {
- "id": "1920",
- "name": "Malak",
- "examine": "One of Morytania's vampyric nobility.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1921",
- "name": "Bartender",
- "examine": "Looks like a rough-and-ready type.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1922",
- "name": "Eblis"
- },
- {
- "id": "1924",
- "name": "Eblis"
- },
- {
- "id": "1926",
- "name": "Bandit",
"examine": "A tough-looking criminal.",
- "attack_level": "30",
- "attack_speed": "5",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "30",
- "lifepoints": "65",
- "magic_animation": "412",
"melee_animation": "412",
"range_animation": "412",
- "range_level": "1",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "1927",
- "name": "Bandit"
- },
- {
- "id": "1928",
- "name": "Bandit"
- },
- {
- "id": "1929",
- "name": "Bandit"
- },
- {
- "id": "1930",
- "name": "Bandit"
- },
- {
- "id": "1931",
- "name": "Bandit",
- "examine": "This is an NPC.",
- "aggressive": "true",
- "attack_level": "1",
"attack_speed": "5",
- "death_animation": "9055",
"defence_animation": "404",
+ "magic_animation": "412",
+ "death_animation": "9055",
+ "name": "Kamil",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "55",
+ "id": "1913",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "melee_animation": "422",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Dessous",
"defence_level": "1",
- "lifepoints": "65",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "1914",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "422",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Dessous",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "1915",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I guess he sells what he steals...?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bandit shopkeeper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1917",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Hardened by the cutthroat world of archaeology.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Archaeologist",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1918",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Very mysterious looking...",
+ "melee_animation": "377",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Stranger",
+ "defence_level": "58",
+ "safespot": null,
+ "lifepoints": "82",
+ "strength_level": "58",
+ "id": "1919",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "58"
+ },
+ {
+ "examine": "Looks like a rough-and-ready type.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bartender",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1921",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A tough-looking criminal.",
+ "melee_animation": "412",
+ "range_animation": "412",
+ "attack_speed": "5",
+ "defence_animation": "404",
+ "magic_animation": "412",
+ "death_animation": "9055",
+ "name": "Bandit",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "70",
+ "id": "1926",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "This is an NPC.",
"melee_animation": "412",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "100",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Bandit",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "1931",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "1932",
- "name": "Troll child"
- },
- {
- "id": "1934",
- "name": "Troll child"
- },
- {
- "id": "1935",
- "name": "Ice troll",
"examine": "An ice troll.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ice troll",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1935",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice troll",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "64",
"id": "1936",
- "name": "Ice troll",
- "examine": "Brrrrr...he must be cold!",
"aggressive": "true",
- "attack_level": "64",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "64",
- "weakness": "9"
+ "attack_level": "64"
},
{
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice troll",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "64",
"id": "1937",
- "name": "Ice troll",
- "examine": "Brrrrr...he must be cold!",
- "attack_level": "64",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "64",
- "weakness": "9"
+ "attack_level": "64"
},
{
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice troll",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "64",
"id": "1938",
- "name": "Ice troll",
- "examine": "Brrrrr...he must be cold!",
"aggressive": "true",
- "attack_level": "64",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "64",
- "weakness": "9"
+ "attack_level": "64"
},
{
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice troll",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "64",
"id": "1939",
- "name": "Ice troll",
- "examine": "Brrrrr...he must be cold!",
- "attack_level": "64",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "64",
- "weakness": "9"
+ "attack_level": "64"
},
{
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice troll",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "64",
"id": "1940",
- "name": "Ice troll",
- "examine": "Brrrrr...he must be cold!",
"aggressive": "true",
- "attack_level": "64",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "64",
- "weakness": "9"
+ "attack_level": "64"
},
{
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice troll",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "64",
"id": "1941",
- "name": "Ice troll",
- "examine": "Brrrrr...he must be cold!",
"aggressive": "true",
- "attack_level": "64",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "64",
- "weakness": "9"
+ "attack_level": "64"
},
{
+ "examine": "Brrrrr...he must be cold!",
+ "slayer_task": "83",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice troll",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "64",
"id": "1942",
- "name": "Ice troll",
- "examine": "Brrrrr...he must be cold!",
- "attack_level": "64",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
+ "attack_level": "64"
+ },
+ {
+ "examine": "Not a man's best friend.",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "magic_level": "30",
+ "respawn_delay": "28",
+ "defence_animation": "6578",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "Ice wolf",
+ "defence_level": "60",
"safespot": null,
- "strength_level": "64",
- "weakness": "9"
- },
- {
- "id": "1943",
- "name": "Ice block",
- "examine": "A troll frozen in a block of ice.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "1944",
- "name": "Ice block",
- "examine": "A troll frozen in a block of ice.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "1945",
- "name": "Ice block",
- "examine": "A troll frozen in a block of ice.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "1946",
- "name": "Ice block",
- "examine": "A troll frozen in a block of ice.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "1947",
- "name": "Troll father",
- "examine": "An ice troll."
- },
- {
- "id": "1948",
- "name": "Troll father",
- "examine": "An ice troll."
- },
- {
- "id": "1949",
- "name": "Troll mother",
- "examine": "An ice troll."
- },
- {
- "id": "1950",
- "name": "Troll mother",
- "examine": "An ice troll."
- },
- {
+ "lifepoints": "72",
+ "strength_level": "60",
"id": "1951",
- "name": "Ice wolf",
- "examine": "Not a man's best friend.",
"aggressive": "true",
- "attack_level": "60",
"bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "60",
- "lifepoints": "72",
- "magic_animation": "6579",
- "magic_level": "30",
- "melee_animation": "6579",
- "range_animation": "6579",
"range_level": "1",
- "respawn_delay": "28",
- "safespot": null,
- "strength_level": "60"
+ "attack_level": "60"
},
{
+ "examine": "Not a man's best friend.",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "magic_level": "30",
+ "respawn_delay": "28",
+ "defence_animation": "6578",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "Ice wolf",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "60",
"id": "1952",
- "name": "Ice wolf",
- "examine": "Not a man's best friend.",
"aggressive": "true",
- "attack_level": "60",
"bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "60",
- "lifepoints": "72",
- "magic_animation": "6579",
- "magic_level": "30",
- "melee_animation": "6579",
- "range_animation": "6579",
"range_level": "1",
- "respawn_delay": "28",
- "safespot": null,
- "strength_level": "60"
+ "attack_level": "60"
},
{
+ "examine": "Not a man's best friend.",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "magic_level": "30",
+ "respawn_delay": "28",
+ "defence_animation": "6578",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "Ice wolf",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "60",
"id": "1953",
- "name": "Ice wolf",
- "examine": "Not a man's best friend.",
"aggressive": "true",
- "attack_level": "60",
"bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "60",
- "lifepoints": "72",
- "magic_animation": "6579",
- "magic_level": "30",
- "melee_animation": "6579",
- "range_animation": "6579",
"range_level": "1",
- "respawn_delay": "28",
- "safespot": null,
- "strength_level": "60"
+ "attack_level": "60"
},
{
+ "examine": "Not a man's best friend.",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "magic_level": "30",
+ "respawn_delay": "28",
+ "defence_animation": "6578",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "Ice wolf",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "60",
"id": "1954",
- "name": "Ice wolf",
- "examine": "Not a man's best friend.",
"aggressive": "true",
- "attack_level": "60",
"bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "60",
- "lifepoints": "72",
- "magic_animation": "6579",
- "magic_level": "30",
- "melee_animation": "6579",
- "range_animation": "6579",
"range_level": "1",
- "respawn_delay": "28",
- "safespot": null,
- "strength_level": "60"
+ "attack_level": "60"
},
{
+ "examine": "Not a man's best friend.",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "magic_level": "30",
+ "respawn_delay": "28",
+ "defence_animation": "6578",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "Ice wolf",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "60",
"id": "1955",
- "name": "Ice wolf",
- "examine": "Not a man's best friend.",
"aggressive": "true",
- "attack_level": "60",
"bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "60",
- "lifepoints": "72",
- "magic_animation": "6579",
- "magic_level": "30",
- "melee_animation": "6579",
- "range_animation": "6579",
"range_level": "1",
- "respawn_delay": "28",
- "safespot": null,
- "strength_level": "60"
+ "attack_level": "60"
},
{
+ "examine": "Not a man's best friend.",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "magic_level": "30",
+ "respawn_delay": "28",
+ "defence_animation": "6578",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "Ice wolf",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "60",
"id": "1956",
- "name": "Ice wolf",
- "examine": "Not a man's best friend.",
"aggressive": "true",
- "attack_level": "60",
"bonuses": "40,120,150,150,150,40,130,75,0,0,0,0,0,0,0",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "60",
- "lifepoints": "72",
- "magic_animation": "6579",
- "magic_level": "30",
- "melee_animation": "6579",
- "range_animation": "6579",
"range_level": "1",
- "respawn_delay": "28",
- "safespot": null,
- "strength_level": "60"
+ "attack_level": "60"
},
{
- "id": "1957",
- "name": "Mummy"
- },
- {
- "id": "1958",
- "name": "Mummy",
"examine": "Highly flammable!",
- "attack_level": "55",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
"melee_animation": "5549",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "55",
"safespot": null,
+ "lifepoints": "78",
"strength_level": "55",
- "weakness": "9"
- },
- {
- "id": "1959",
- "name": "Mummy"
- },
- {
- "id": "1960",
- "name": "Mummy ashes"
+ "id": "1958",
+ "range_level": "1",
+ "attack_level": "55"
},
{
+ "examine": "A tightly-wrapped monster.",
+ "melee_animation": "5549",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
"id": "1961",
- "name": "Mummy",
- "examine": "A tightly-wrapped monster.",
"aggressive": "true",
- "attack_level": "90",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "90",
- "lifepoints": "90",
- "magic_animation": "0",
- "melee_animation": "5549",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "90",
- "weakness": "9"
+ "attack_level": "55"
},
{
+ "examine": "Spooky",
+ "melee_animation": "5549",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "55",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
"id": "1962",
- "name": "Mummy",
- "examine": "Spooky, bandaged dead dude.",
- "aggressive": "true",
- "attack_level": "90",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "90",
- "lifepoints": "90",
- "magic_animation": "0",
- "melee_animation": "5549",
- "poison_immune": "true",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "90",
- "weakness": "9"
+ "attack_level": "55"
},
{
+ "examine": "A victim of poor first aid.",
+ "melee_animation": "5549",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "55",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
"id": "1963",
- "name": "Mummy",
- "examine": "A victim of poor first aid.",
- "aggressive": "true",
- "attack_level": "90",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "90",
- "lifepoints": "90",
- "magic_animation": "0",
- "melee_animation": "5549",
- "poison_immune": "true",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "90",
- "weakness": "9"
+ "attack_level": "55"
},
{
- "id": "1964",
- "name": "Mummy",
"examine": "But who's the daddy?",
- "aggressive": "true",
- "attack_level": "90",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "90",
- "lifepoints": "90",
- "magic_animation": "0",
"melee_animation": "5549",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "55",
"safespot": null,
- "strength_level": "90",
- "weakness": "9"
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "1964",
+ "range_level": "1",
+ "attack_level": "55"
},
{
- "id": "1965",
- "name": "Mummy",
"examine": "A tightly-wrapped monster.",
- "attack_level": "55",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
"melee_animation": "5549",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "55",
- "weakness": "9"
- },
- {
- "id": "1966",
- "name": "Mummy"
- },
- {
- "id": "1967",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
"name": "Mummy",
- "examine": "A victim of poor first aid.",
- "attack_level": "55",
- "death_animation": "5555",
- "defence_animation": "0",
"defence_level": "55",
+ "safespot": null,
"lifepoints": "78",
- "magic_animation": "0",
+ "strength_level": "55",
+ "id": "1965",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "A victim of poor first aid.",
"melee_animation": "5549",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "55",
- "weakness": "9"
- },
- {
- "id": "1968",
- "name": "Mummy"
- },
- {
- "id": "1969",
- "name": "Scarabs",
- "examine": "I think they're some kind of beetle...",
- "attack_level": "255",
- "attack_speed": "3",
- "death_animation": "5464",
- "defence_animation": "1946",
- "defence_level": "10",
- "lifepoints": "25",
- "magic_animation": "0",
- "melee_animation": "1948",
- "poison_amount": "15",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2",
- "weakness": "7"
- },
- {
- "id": "1970",
- "name": "Azzanadra"
- },
- {
- "id": "1972",
- "name": "Rasolo",
- "examine": "A wandering merchant.",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1973",
- "name": "Giant skeleton",
- "examine": "A giant skeleton.",
- "attack_level": "60",
- "death_animation": "5503",
"defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "85",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "1967",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "I think they're some kind of beetle...",
+ "slayer_task": "70",
+ "melee_animation": "1948",
+ "range_animation": "0",
+ "poisonous": "true",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "1946",
+ "name": "Scarabs",
+ "defence_level": "62",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "62",
+ "id": "1969",
+ "range_level": "1",
+ "attack_level": "62"
+ },
+ {
+ "examine": "A wandering merchant.",
+ "name": "Rasolo",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1972",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A giant skeleton.",
+ "slayer_task": "75",
"melee_animation": "5499",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5503",
+ "name": "Giant skeleton",
+ "defence_level": "60",
"safespot": null,
+ "lifepoints": "85",
"strength_level": "60",
- "weakness": "8"
- },
- {
- "id": "1974",
- "name": "Damis",
- "examine": "The warrior of darkness.",
- "attack_level": "90",
- "bonuses": "0,0,0,0,0,60,60,60,60,60,0,80,0,0,0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "90",
- "lifepoints": "90",
- "magic_animation": "0",
- "melee_animation": "440",
- "range_animation": "0",
+ "id": "1973",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "90",
- "weakness": "0"
+ "attack_level": "60"
},
{
- "id": "1975",
- "name": "Damis",
- "examine": "The warrior of darkness.",
- "attack_level": "160",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,0,100,100,100,80,120,0,100,0,0,0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "160",
- "lifepoints": "200",
- "magic_animation": "0",
- "melee_animation": "440",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "100",
- "weakness": "0"
- },
- {
- "id": "1976",
- "name": "Shadow Hound",
"examine": "Looks hungry!",
- "attack_level": "48",
- "death_animation": "6564",
- "defence_animation": "0",
- "defence_level": "48",
- "lifepoints": "68",
- "magic_animation": "0",
+ "slayer_task": "27",
"melee_animation": "6565",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6564",
+ "name": "Shadow Hound",
+ "defence_level": "48",
"safespot": null,
+ "lifepoints": "68",
"strength_level": "48",
- "weakness": "7"
+ "id": "1976",
+ "range_level": "1",
+ "attack_level": "48"
},
{
- "id": "1977",
- "name": "Fareed",
- "examine": "Zamorak's warrior of fire.",
- "aggressive": "true",
- "attack_level": "190",
- "bonuses": "0,0,0,0,0,100,100,100,0,0,0,120,0,0,0",
- "death_animation": "836",
- "defence_animation": "434",
- "defence_level": "135",
- "lifepoints": "130",
- "magic_level": "100",
"melee_animation": "799",
- "range_level": "100",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "120"
- },
- {
- "id": "1978",
- "name": "Slave",
- "examine": "A malnourished worker.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1979",
- "name": "Slave",
- "examine": "A malnourished worker.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1980",
- "name": "Embalmer",
- "examine": "A strange-smelling merchant.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1981",
- "name": "Carpenter",
- "examine": "A block of a man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1982",
- "name": "Raetul"
- },
- {
- "id": "1983",
- "name": "Siamun"
- },
- {
- "id": "1984",
- "name": "High Priest"
- },
- {
- "id": "1987",
- "name": "Priest"
- },
- {
- "id": "1988",
- "name": "Priest",
- "examine": "Preach my brother!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "1989",
- "name": "Priest"
- },
- {
- "id": "1990",
- "name": "Sphinx"
- },
- {
- "id": "1991",
- "name": "Possessed Priest",
- "examine": "He has a dangerous glint in his eye.",
- "aggressive": "true",
- "attack_level": "30",
- "combat_style": "2",
+ "defence_animation": "434",
"death_animation": "836",
+ "name": "Fareed",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "id": "1977",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A malnourished worker.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1978",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A malnourished worker.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1979",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A strange-smelling merchant.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Embalmer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1980",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A block of a man.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Carpenter",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1981",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Preach my brother!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Priest",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1988",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He has a dangerous glint in his eye.",
+ "combat_style": "2",
"melee_animation": "429",
"range_animation": "0",
- "range_level": "40",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "1"
- },
- {
- "id": "1992",
- "name": "Neite"
- },
- {
- "id": "1993",
- "name": "Crocodile",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "386,388,387",
- "death_animation": "7591",
- "defence_animation": "7590",
- "defence_level": "1",
- "lifepoints": "63",
- "melee_animation": "7588",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "62",
- "strength_level": "1"
- },
- {
- "id": "1994",
- "name": "Jackal",
- "examine": "He has had his day.",
- "aggressive": "true",
- "attack_level": "17",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "544,546,545",
- "death_animation": "6567",
"defence_animation": "0",
- "defence_level": "15",
- "lifepoints": "27",
+ "weakness": "1",
"magic_animation": "0",
- "magic_level": "1",
+ "death_animation": "836",
+ "name": "Possessed Priest",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "30",
+ "id": "1991",
+ "aggressive": "true",
+ "range_level": "40",
+ "attack_level": "30"
+ },
+ {
+ "melee_animation": "7588",
+ "combat_audio": "386,388,387",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "7590",
+ "slayer_exp": "62",
+ "death_animation": "7591",
+ "name": "Crocodile",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "63",
+ "strength_level": "1",
+ "id": "1993",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He has had his day.",
+ "slayer_task": "27",
"melee_animation": "6568",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "544,546,545",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6567",
+ "name": "Jackal",
+ "defence_level": "15",
"safespot": null,
+ "lifepoints": "27",
"strength_level": "18",
- "weakness": "6"
+ "id": "1994",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "17"
},
{
- "id": "1995",
- "name": "Locust",
"examine": "Obnoxious",
- "aggressive": "true",
- "attack_level": "12",
- "attack_speed": "5",
- "death_animation": "2013",
- "defence_animation": "0",
- "defence_level": "12",
- "lifepoints": "34",
- "magic_animation": "0",
"melee_animation": "2015",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "12",
- "weakness": "6"
- },
- {
- "id": "1996",
- "name": "Vulture"
- },
- {
- "id": "1997",
- "name": "Plague frog",
- "examine": "A very smelly frog.",
- "aggressive": "true",
- "attack_level": "15",
- "death_animation": "1022",
"defence_animation": "0",
- "defence_level": "15",
- "lifepoints": "42",
+ "weakness": "6",
"magic_animation": "0",
+ "death_animation": "2013",
+ "name": "Locust",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "34",
+ "strength_level": "12",
+ "id": "1995",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "12"
+ },
+ {
+ "examine": "A very smelly frog.",
"melee_animation": "1021",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "1022",
+ "name": "Plague frog",
+ "defence_level": "15",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "15",
- "weakness": "6"
+ "id": "1997",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "15"
},
{
- "id": "1998",
- "name": "Plague cow",
"examine": "I might give the burgers a miss in this town.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "slayer_task": "20",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "6"
- },
- {
- "id": "1999",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Plague cow",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "1998",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "I don't fancy eating any part of this.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "slayer_task": "20",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Plague cow",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "10",
"strength_level": "1",
- "weakness": "6"
+ "id": "1999",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2000",
- "name": "Plague cow"
- },
- {
- "id": "2001",
- "name": "Scarab swarm",
"examine": "I think they're some kind of beetle.",
- "aggressive": "true",
- "attack_level": "9",
- "attack_speed": "2",
- "death_animation": "1946",
- "defence_animation": "0",
- "defence_level": "9",
- "lifepoints": "900",
- "magic_animation": "0",
+ "slayer_task": "70",
"melee_animation": "1948",
- "poison_amount": "15",
+ "range_animation": "0",
+ "attack_speed": "2",
"poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "1946",
+ "name": "Scarab swarm",
+ "defence_level": "9",
"safespot": null,
+ "lifepoints": "900",
"strength_level": "9",
- "weakness": "6"
- },
- {
- "id": "2002",
- "name": "Wanderer"
- },
- {
- "id": "2006",
- "name": "Wanderer"
- },
- {
- "id": "2007",
- "name": "Het"
- },
- {
- "id": "2008",
- "name": "Apmeken"
- },
- {
- "id": "2009",
- "name": "Scabaras"
- },
- {
- "id": "2010",
- "name": "Crondis"
- },
- {
- "id": "2011",
- "name": "Icthlarin"
- },
- {
- "id": "2013",
- "name": "Klenter"
+ "id": "2001",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "9"
},
{
+ "examine": "This mummy looks like it means business!",
+ "melee_animation": "5554",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "50",
"id": "2015",
- "name": "Mummy",
- "examine": "This mummy looks like it means business!",
"aggressive": "true",
- "attack_level": "50",
- "attack_speed": "5",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
- "melee_animation": "5554",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "50",
- "weakness": "9"
+ "attack_level": "50"
},
{
- "id": "2016",
- "name": "Mummy",
"examine": "An irate warrior-mummy.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "5",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
"melee_animation": "5554",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "50",
"safespot": null,
+ "lifepoints": "71",
"strength_level": "50",
- "weakness": "9"
+ "id": "2016",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "50"
},
{
- "id": "2017",
- "name": "Mummy",
"examine": "This mummy looks like it means business!",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "5",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
"melee_animation": "5554",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "50",
"safespot": null,
+ "lifepoints": "71",
"strength_level": "50",
- "weakness": "9"
+ "id": "2017",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "50"
},
{
- "id": "2018",
- "name": "Mummy",
"examine": "An irate mummy.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "5",
- "death_animation": "5555",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
"melee_animation": "5554",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "50",
- "weakness": "9"
- },
- {
- "id": "2019",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
"name": "Mummy",
- "examine": "A wizened old warrior.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "5",
- "death_animation": "5555",
- "defence_animation": "0",
"defence_level": "50",
+ "safespot": null,
"lifepoints": "71",
- "magic_animation": "0",
+ "strength_level": "50",
+ "id": "2018",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "A wizened old warrior.",
"melee_animation": "5554",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "50",
- "weakness": "9"
- },
- {
- "id": "2020",
- "name": "Light creature"
- },
- {
- "id": "2021",
- "name": "Light creature",
- "examine": "A shimmering creature of blue light.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2022",
- "name": "Light creature"
- },
- {
- "id": "2023",
- "name": "Juna"
- },
- {
- "id": "2024",
- "name": "Strange Old Man",
- "examine": "Wonder how long he's been here...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2025",
- "name": "Ahrim the Blighted",
- "examine": "A vengeful spirit corrupted by dark magic.",
- "aggressive": "true",
- "attack_level": "1",
"attack_speed": "5",
- "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,49,0",
- "combat_style": "2",
- "death_animation": "7197",
- "defence_animation": "420",
- "defence_level": "100",
- "end_gfx": "157",
- "lifepoints": "100",
- "magic_animation": "1162",
- "magic_level": "100",
- "melee_animation": "1162",
- "projectile": "156",
- "range_animation": "1162",
- "range_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5555",
+ "name": "Mummy",
+ "defence_level": "50",
"safespot": null,
- "start_gfx": "155",
- "start_height": "96",
- "strength_level": "1",
- "weakness": "3"
+ "lifepoints": "71",
+ "strength_level": "50",
+ "id": "2019",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "A shimmering creature of blue light.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Light creature",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2021",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Wonder how long he's been here...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Strange Old Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2024",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2026",
- "name": "Dharok the Wretched",
"examine": "A vengeful spirit corrupted by dark magic.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "7",
- "bonuses": "105,105,105,-58,-18,252,250,244,-11,249,0,105,0,0,0",
+ "start_gfx": "155",
+ "combat_style": "2",
+ "start_height": "96",
+ "melee_animation": "1162",
+ "range_animation": "1162",
+ "attack_speed": "6",
+ "magic_level": "100",
+ "end_gfx": "157",
+ "defence_animation": "420",
+ "weakness": "3",
+ "magic_animation": "1162",
"death_animation": "7197",
- "defence_animation": "2063",
+ "name": "Ahrim the Blighted",
"defence_level": "100",
+ "safespot": null,
"lifepoints": "100",
- "magic_animation": "2066",
- "magic_level": "1",
+ "strength_level": "1",
+ "id": "2025",
+ "aggressive": "true",
+ "bonuses": "68,68,68,73,-19,103,85,117,73,0,0,68,0,0,0",
+ "range_level": "1",
+ "projectile": "156",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A vengeful spirit corrupted by dark magic.",
"melee_animation": "2066",
"range_animation": "2066",
- "range_level": "1",
+ "attack_speed": "7",
+ "magic_level": "1",
"respawn_delay": "0",
+ "defence_animation": "2063",
+ "weakness": "9",
+ "magic_animation": "2066",
+ "death_animation": "7197",
+ "name": "Dharok the Wretched",
+ "defence_level": "100",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "100",
- "weakness": "9"
+ "id": "2026",
+ "aggressive": "true",
+ "bonuses": "105,105,105,-58,-18,252,250,244,-11,249,0,105,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
},
{
- "id": "2027",
- "name": "Guthan the Infested",
"examine": "A vengeful spirit corrupted by dark magic.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "5",
- "bonuses": "75,75,75,-50,-19,259,247,241,-11,-250,0,75,0,0,0",
- "death_animation": "7197",
- "defence_animation": "2079",
- "defence_level": "100",
- "lifepoints": "100",
- "magic_animation": "2080",
- "magic_level": "1",
"melee_animation": "2080",
"range_animation": "2080",
- "range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "100",
- "weakness": "6"
- },
- {
- "id": "2028",
- "name": "Karil the Tainted",
- "examine": "A vengeful spirit corrupted by dark magic.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,-26,134,79,71,90,106,100,0,0,0,0,61",
- "combat_style": "1",
- "death_animation": "7197",
- "defence_animation": "424",
- "defence_level": "100",
- "lifepoints": "100",
- "magic_animation": "2075",
- "magic_level": "1",
- "melee_animation": "2075",
- "projectile": "27",
- "range_animation": "2075",
- "range_level": "100",
- "respawn_delay": "16",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
- },
- {
- "id": "2029",
- "name": "Torag the Corrupted",
- "examine": "A vengeful spirit corrupted by dark magic.",
- "aggressive": "true",
- "attack_level": "100",
"attack_speed": "5",
- "bonuses": "72,72,72,-33,-11,221,235,222,0,221,0,72,0,0,0",
- "death_animation": "7197",
- "defence_animation": "404",
- "defence_level": "100",
- "lifepoints": "100",
- "magic_animation": "2068",
"magic_level": "1",
+ "respawn_delay": "0",
+ "defence_animation": "2079",
+ "weakness": "6",
+ "magic_animation": "2080",
+ "death_animation": "7197",
+ "name": "Guthan the Infested",
+ "defence_level": "100",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "100",
+ "id": "2027",
+ "aggressive": "true",
+ "bonuses": "75,75,75,-50,-19,259,247,241,-11,-250,0,75,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
+ },
+ {
+ "examine": "A vengeful spirit corrupted by dark magic.",
+ "combat_style": "1",
+ "melee_animation": "2075",
+ "range_animation": "2075",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "16",
+ "defence_animation": "424",
+ "weakness": "0",
+ "magic_animation": "2075",
+ "death_animation": "7197",
+ "name": "Karil the Tainted",
+ "defence_level": "100",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "2028",
+ "aggressive": "true",
+ "bonuses": "0,0,0,-26,134,79,71,90,106,100,0,0,0,0,0",
+ "range_level": "100",
+ "projectile": "27",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A vengeful spirit corrupted by dark magic.",
"melee_animation": "2068",
"range_animation": "2068",
- "range_level": "1",
+ "attack_speed": "5",
+ "magic_level": "1",
"respawn_delay": "0",
+ "defence_animation": "404",
+ "weakness": "7",
+ "magic_animation": "2068",
+ "death_animation": "7197",
+ "name": "Torag the Corrupted",
+ "defence_level": "100",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "100",
- "weakness": "7"
+ "id": "2029",
+ "aggressive": "true",
+ "bonuses": "72,72,72,-33,-11,221,235,222,0,221,0,72,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
},
{
- "id": "2030",
- "name": "Verac the Defiled",
"examine": "A vengeful spirit corrupted by dark magic.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "5",
- "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,78,0,0,0",
- "combat_audio": "",
- "death_animation": "7197",
- "defence_animation": "2063",
- "defence_level": "100",
- "lifepoints": "100",
- "magic_animation": "2062",
- "magic_level": "1",
"melee_animation": "2062",
"range_animation": "2062",
- "range_level": "1",
+ "combat_audio": "",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "defence_animation": "2063",
+ "weakness": "8",
+ "magic_animation": "2062",
+ "death_animation": "7197",
+ "name": "Verac the Defiled",
+ "defence_level": "100",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "100",
- "weakness": "8"
+ "id": "2030",
+ "aggressive": "true",
+ "bonuses": "72,72,72,-42,-14,227,230,221,0,225,72,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
},
{
- "id": "2031",
- "name": "Bloodworm",
"examine": "I think I should keep my distance...",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "2073",
- "defence_animation": "2072",
- "defence_level": "35",
- "lifepoints": "45",
- "magic_animation": "2070",
- "magic_level": "1",
"melee_animation": "2070",
"range_animation": "2070",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "26",
+ "defence_animation": "2072",
+ "weakness": "6",
+ "magic_animation": "2070",
+ "death_animation": "2073",
+ "name": "Bloodworm",
+ "defence_level": "35",
"safespot": null,
+ "lifepoints": "45",
"strength_level": "20",
- "weakness": "6"
+ "id": "2031",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "80"
},
{
- "id": "2032",
- "name": "Crypt rat",
"examine": "A nasty little rodent.",
- "aggressive": "true",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "703,705,704",
- "death_animation": "243",
- "defence_animation": "241",
- "defence_level": "20",
- "lifepoints": "35",
- "magic_animation": "240",
- "magic_level": "1",
+ "slayer_task": "67",
"melee_animation": "240",
"range_animation": "240",
- "range_level": "1",
+ "combat_audio": "703,705,704",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "20",
+ "defence_animation": "241",
+ "weakness": "9",
+ "magic_animation": "240",
+ "death_animation": "243",
+ "name": "Crypt rat",
+ "defence_level": "20",
"safespot": null,
+ "lifepoints": "35",
"strength_level": "20",
- "weakness": "9"
+ "id": "2032",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "70"
},
{
- "id": "2033",
- "name": "Giant crypt rat",
"examine": "A nasty overgrown rodent.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "65",
- "lifepoints": "70",
- "magic_animation": "4933",
- "magic_level": "1",
+ "slayer_task": "67",
"melee_animation": "4933",
"range_animation": "4933",
- "range_level": "1",
+ "combat_audio": "703,705,704",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "30",
+ "defence_animation": "4934",
+ "weakness": "9",
+ "magic_animation": "4933",
+ "death_animation": "4935",
+ "name": "Giant crypt rat",
+ "defence_level": "65",
"safespot": null,
+ "lifepoints": "70",
"strength_level": "50",
- "weakness": "9"
+ "id": "2033",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "80"
},
{
- "id": "2034",
- "name": "Crypt spider",
"examine": "Incey wincey.",
- "aggressive": "true",
- "attack_level": "45",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,20,10,17,20,0,0,0,0,0",
- "combat_audio": "537,539,538",
- "death_animation": "6251",
- "defence_animation": "6250",
- "defence_level": "45",
- "lifepoints": "45",
- "magic_animation": "6249",
- "magic_level": "1",
+ "slayer_task": "76",
"melee_animation": "6249",
"range_animation": "6249",
- "range_level": "1",
+ "combat_audio": "537,539,538",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "25",
+ "defence_animation": "6250",
+ "weakness": "7",
+ "magic_animation": "6249",
+ "death_animation": "6251",
+ "name": "Crypt spider",
+ "defence_level": "45",
"safespot": null,
+ "lifepoints": "45",
"strength_level": "47",
- "weakness": "7"
+ "id": "2034",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,20,20,10,17,20,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "45"
},
{
- "id": "2035",
- "name": "Giant crypt spider",
"examine": "Not very incey wincey.",
- "aggressive": "true",
- "attack_level": "65",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "65",
- "lifepoints": "80",
- "magic_animation": "5327",
- "magic_level": "1",
+ "slayer_task": "76",
"melee_animation": "5327",
"range_animation": "5327",
- "range_level": "1",
+ "combat_audio": "537,539,538",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "35",
- "safespot": null,
- "strength_level": "67",
- "weakness": "7"
- },
- {
- "id": "2036",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "72",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "72",
- "lifepoints": "51",
- "magic_animation": "5487",
- "magic_level": "1",
- "melee_animation": "5487",
- "range_animation": "5487",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "72",
- "weakness": "8"
- },
- {
- "id": "2037",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "72",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "72",
- "lifepoints": "51",
- "magic_animation": "5487",
- "magic_level": "1",
- "melee_animation": "5487",
- "range_animation": "5487",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "72",
- "weakness": "8"
- },
- {
- "id": "2038",
- "name": "Grish"
- },
- {
- "id": "2039",
- "name": "Uglug Nar"
- },
- {
- "id": "2040",
- "name": "Pilg"
- },
- {
- "id": "2041",
- "name": "Grug"
- },
- {
- "id": "2042",
- "name": "Ogre guard"
- },
- {
- "id": "2043",
- "name": "Ogre guard"
- },
- {
- "id": "2044",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2045",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2046",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2047",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2048",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2049",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2050",
- "name": "Skogre",
- "examine": "It's falling apart!",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2051",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2052",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2053",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2054",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2055",
- "name": "Zogre",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2056",
- "name": "Skogre",
- "examine": "It's falling apart!",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2057",
- "name": "Skogre",
- "examine": "It's falling apart!",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "35",
- "lifepoints": "71",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": "36",
- "weakness": "7"
- },
- {
- "id": "2058",
- "name": "Hole in the wall",
- "examine": "What could be hiding in that crack in the wall?",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "931,923,922",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "60",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "2059",
- "name": "Zavistic Rarve"
- },
- {
- "id": "2060",
- "name": "Slash Bash",
- "examine": "A partially decomposing zombie ogre.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "6",
- "combat_audio": "",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "60",
- "lifepoints": "100",
- "magic_animation": "359",
- "magic_level": "1",
- "melee_animation": "359",
- "range_animation": "359",
- "range_level": "100",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "",
- "slayer_task": "64",
- "strength_level": "120",
- "weakness": "7"
- },
- {
- "id": "2061",
- "name": "Sithik Ints"
- },
- {
- "id": "2062",
- "name": "Sithik Ints"
- },
- {
- "id": "2063",
- "name": "Gargh"
- },
- {
- "id": "2064",
- "name": "Scarg"
- },
- {
- "id": "2065",
- "name": "Gruh"
- },
- {
- "id": "2066",
- "name": "Irwin Feaselbaum"
- },
- {
- "id": "2067",
- "name": "Fishing spot",
- "examine": "I can see fish swimming in the water.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2068",
- "name": "Fishing spot"
- },
- {
- "id": "2069",
- "name": "Cave goblin miner",
- "examine": "This one is slacking off.",
- "attack_level": "5",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "5",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "6007",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5",
- "weakness": "6"
- },
- {
- "id": "2070",
- "name": "Cave goblin miner",
- "examine": "This one is slacking off.",
- "attack_level": "5",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "5",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "6007",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5",
- "weakness": "6"
- },
- {
- "id": "2071",
- "name": "Cave goblin miner",
- "examine": "This one is slacking off.",
- "attack_level": "5",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "5",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "6007",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5",
- "weakness": "6"
- },
- {
- "id": "2072",
- "name": "Cave goblin miner",
- "examine": "This one is slacking off.",
- "attack_level": "5",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "5",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "6007",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5",
- "weakness": "6"
- },
- {
- "id": "2073",
- "name": "Cave goblin guard",
- "examine": "He protects the miners.",
- "attack_level": "15",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "15",
- "lifepoints": "21",
- "magic_animation": "0",
- "melee_animation": "6007",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "15",
- "weakness": "6"
- },
- {
- "id": "2074",
- "name": "Cave goblin guard",
- "examine": "He protects the miners.",
- "attack_level": "15",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "15",
- "lifepoints": "21",
- "magic_animation": "0",
- "melee_animation": "6007",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "15",
- "weakness": "6"
- },
- {
- "id": "2075",
- "name": "Cave goblin miner",
- "examine": "He's working hard!",
- "attack_level": "5",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "5",
- "lifepoints": "10",
- "melee_animation": "6007",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5"
- },
- {
- "id": "2076",
- "name": "Cave goblin miner",
- "examine": "He's working hard!",
- "attack_level": "5",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "5",
- "lifepoints": "10",
- "melee_animation": "6007",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5"
- },
- {
- "id": "2077",
- "name": "Cave goblin miner",
- "examine": "He's working hard!",
- "attack_level": "5",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "5",
- "lifepoints": "10",
- "melee_animation": "6007",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5"
- },
- {
- "id": "2078",
- "name": "Cave goblin miner",
- "examine": "He's working hard!",
- "attack_level": "5",
- "combat_audio": "469,472,471",
- "death_animation": "6003",
- "defence_animation": "6008",
- "defence_level": "5",
- "lifepoints": "10",
- "melee_animation": "6007",
- "range_level": "1",
- "safespot": null,
- "strength_level": "5"
- },
- {
- "id": "2079",
- "name": "Sigmund"
- },
- {
- "id": "2082",
- "name": "Sigmund",
- "examine": "Advisor to the Duke of Lumbridge.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2083",
- "name": "Sigmund"
- },
- {
- "id": "2084",
- "name": "Mistag"
- },
- {
- "id": "2085",
- "name": "Kazgar"
- },
- {
- "id": "2087",
- "name": "Ur-tag"
- },
- {
- "id": "2088",
- "name": "Duke Horacio"
- },
- {
- "id": "2089",
- "name": "Mistag"
- },
- {
- "id": "2090",
- "name": "Sigmund"
- },
- {
- "id": "2091",
- "name": "Secretary",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "5329",
"defence_animation": "5328",
+ "weakness": "7",
+ "magic_animation": "5327",
+ "death_animation": "5329",
+ "name": "Giant crypt spider",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "67",
+ "id": "2035",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "name": "Zogre",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "combat_audio": "",
+ "strength_level": "1",
+ "id": "2044",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2045",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2046",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2047",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2048",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2049",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Skogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2050",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2051",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2052",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2053",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2054",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2055",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Skogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2056",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Skogre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
+ "id": "2057",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "What could be hiding in that crack in the wall?",
+ "slayer_task": "87",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "slayer_exp": "30",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hole in the wall",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
+ "id": "2058",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Slash Bash",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "103",
+ "strength_level": "1",
+ "id": "2060",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I can see fish swimming in the water.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fishing spot",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "2067",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This one is slacking off.",
+ "slayer_task": "38",
+ "melee_animation": "6007",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "6008",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin miner",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
+ "id": "2069",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "examine": "This one is slacking off.",
+ "slayer_task": "38",
+ "melee_animation": "6007",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "6008",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin miner",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
+ "id": "2070",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "examine": "This one is slacking off.",
+ "slayer_task": "38",
+ "melee_animation": "6007",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "6008",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin miner",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
+ "id": "2071",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "examine": "This one is slacking off.",
+ "slayer_task": "38",
+ "melee_animation": "6007",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "6008",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin miner",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
+ "id": "2072",
+ "range_level": "1",
+ "attack_level": "5"
+ },
+ {
+ "examine": "He protects the miners.",
+ "slayer_task": "38",
+ "melee_animation": "6007",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "60",
+ "defence_animation": "6008",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin guard",
+ "defence_level": "15",
+ "safespot": null,
+ "lifepoints": "21",
+ "strength_level": "15",
+ "id": "2073",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "He protects the miners.",
+ "slayer_task": "38",
+ "melee_animation": "6007",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "60",
+ "defence_animation": "6008",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Cave goblin guard",
+ "defence_level": "15",
+ "safespot": null,
+ "lifepoints": "21",
+ "strength_level": "15",
+ "id": "2074",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "He's working hard!",
+ "melee_animation": "6007",
+ "combat_audio": "469,472,471",
+ "defence_animation": "6008",
+ "death_animation": "6003",
+ "name": "Cave goblin miner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2075",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's working hard!",
+ "melee_animation": "6007",
+ "combat_audio": "469,472,471",
+ "defence_animation": "6008",
+ "death_animation": "6003",
+ "name": "Cave goblin miner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2076",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's working hard!",
+ "melee_animation": "6007",
+ "combat_audio": "469,472,471",
+ "defence_animation": "6008",
+ "death_animation": "6003",
+ "name": "Cave goblin miner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2077",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's working hard!",
+ "melee_animation": "6007",
+ "combat_audio": "469,472,471",
+ "defence_animation": "6008",
+ "death_animation": "6003",
+ "name": "Cave goblin miner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2078",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Advisor to the Duke of Lumbridge.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sigmund",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2082",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"melee_animation": "5327",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "5328",
+ "death_animation": "5329",
+ "name": "Secretary",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2091",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2092",
- "name": "Purple Pewter Secretary",
"examine": "The head secretary of the Purple Pewter mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Purple Pewter Secretary",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2092",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2093",
- "name": "Yellow Fortune Secretary",
"examine": "The head secretary of the Yellow Fortune mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Yellow Fortune Secretary",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2093",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2094",
- "name": "Blue Opal Secretary",
"examine": "The head secretary of the Blue Opal mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Blue Opal Secretary",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2094",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2095",
- "name": "Green Gemstone Secretary",
"examine": "The head secretary of the Green Gemstone mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Green Gemstone Secretary",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2095",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2096",
- "name": "White Chisel Secretary",
"examine": "The head secretary of the White Chisel mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "White Chisel Secretary",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2096",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2097",
- "name": "Silver Cog Secretary",
"examine": "The head secretary of the Silver Cog mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Silver Cog Secretary",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2097",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2098",
- "name": "Brown Engine Secretary",
"examine": "The head secretary of the Brown Engine mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brown Engine Secretary",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2098",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2099",
- "name": "Red Axe Secretary"
- },
- {
- "id": "2100",
+ "examine": "One of the leaders of the business Consortium",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Purple Pewter Director",
- "examine": "One of the leaders of the business Consortium",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2100",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2101",
+ "examine": "One of the leaders of the business Consortium",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Blue Opal Director",
- "examine": "One of the leaders of the business Consortium",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2101",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2102",
+ "examine": "One of the leaders of the business Consortium",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Yellow Fortune Director",
- "examine": "One of the leaders of the business Consortium",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2102",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2103",
+ "examine": "One of the leaders of the business Consortium",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Green Gemstone Director",
- "examine": "One of the leaders of the business Consortium",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2103",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2104",
+ "examine": "One of the leaders of the business Consortium",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "White Chisel Director",
- "examine": "One of the leaders of the business Consortium",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2104",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2105",
+ "examine": "One of the leaders of the business Consortium",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Silver Cog Director",
- "examine": "One of the leaders of the business Consortium",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2105",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2106",
+ "examine": "One of the leaders of the business Consortium",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Brown Engine Director",
- "examine": "One of the leaders of the business Consortium",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "2106",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A trader for the Purple Pewter mining company.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2107",
- "name": "Red Axe Director"
- },
- {
- "id": "2108",
- "name": "Red Axe Cat"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2109",
- "name": "Trader",
- "examine": "A trader for the Purple Pewter mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Purple Pewter mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2110",
- "name": "Trader",
- "examine": "A trader for the Purple Pewter mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Blue Opal mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2111",
- "name": "Trader",
- "examine": "A trader for the Blue Opal mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Blue Opal mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2112",
- "name": "Trader",
- "examine": "A trader for the Blue Opal mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Yellow Fortune mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2113",
- "name": "Trader",
- "examine": "A trader for the Yellow Fortune mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Yellow Fortune mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2114",
- "name": "Trader",
- "examine": "A trader for the Yellow Fortune mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Green Gemstone mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2115",
- "name": "Trader",
- "examine": "A trader for the Green Gemstone mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Green Gemstone mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2116",
- "name": "Trader",
- "examine": "A trader for the Green Gemstone mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the White Chisel mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2117",
- "name": "Trader",
- "examine": "A trader for the White Chisel mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the White Chisel mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2118",
- "name": "Trader",
- "examine": "A trader for the White Chisel mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Silver Cog mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2119",
- "name": "Trader",
- "examine": "A trader for the Silver Cog mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Silver Cog mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2120",
- "name": "Trader",
- "examine": "A trader for the Silver Cog mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Brown Engine mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2121",
- "name": "Trader",
- "examine": "A trader for the Brown Engine mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A trader for the Brown Engine mining company.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2122",
- "name": "Trader",
- "examine": "A trader for the Brown Engine mining company.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2123",
- "name": "Trader"
- },
- {
- "id": "2125",
- "name": "Trader"
- },
- {
- "id": "2127",
- "name": "Trade Referee",
"examine": "He is regulating the flow of goods on the trade floor and maintaining order.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trade Referee",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2128",
- "name": "Supreme Commander"
- },
- {
- "id": "2129",
- "name": "Commander Veldaban"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2127",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A member of the Black Guard",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Black Guard",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
"id": "2130",
- "name": "Black Guard",
- "examine": "A member of the Black Guard",
- "attack_level": "34",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "34"
},
{
+ "examine": "A member of the Black Guard",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Black Guard",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
"id": "2131",
- "name": "Black Guard",
- "examine": "A member of the Black Guard",
- "attack_level": "34",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "34"
},
{
+ "examine": "A member of the Black Guard",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Black Guard",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
"id": "2132",
- "name": "Black Guard",
- "examine": "A member of the Black Guard",
- "attack_level": "34",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "34"
},
{
+ "slayer_exp": "16",
+ "name": "Black Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2133",
- "name": "Black Guard",
- "examine": "A member of the Black Guard",
- "attack_level": "34",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "1"
},
{
+ "examine": "An elite member of the Black Guard.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Black Guard Berserker",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "54",
+ "strength_level": "38",
"id": "2134",
- "name": "Black Guard Berserker",
- "examine": "An elite member of the Black Guard.",
- "attack_level": "38",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "54",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "38",
- "weakness": "6"
+ "attack_level": "38"
},
{
+ "examine": "An elite member of the Black Guard.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Black Guard Berserker",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "54",
+ "strength_level": "38",
"id": "2135",
- "name": "Black Guard Berserker",
- "examine": "An elite member of the Black Guard.",
- "attack_level": "38",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "54",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "38",
- "weakness": "6"
+ "attack_level": "38"
},
{
+ "examine": "An elite member of the Black Guard.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Black Guard Berserker",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "54",
+ "strength_level": "38",
"id": "2136",
- "name": "Black Guard Berserker",
- "examine": "An elite member of the Black Guard.",
- "attack_level": "38",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "54",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
+ "attack_level": "38"
+ },
+ {
+ "examine": "A gnome traveller, visiting Keldagrim.",
+ "name": "Gnome traveller",
+ "defence_level": "1",
+ "force_talk": "Buying low-level skilling items!",
"safespot": null,
- "strength_level": "38",
- "weakness": "6"
- },
- {
- "id": "2137",
- "name": "Gnome emissary"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2138",
- "name": "Gnome traveller",
- "examine": "A gnome traveller, visiting Keldagrim.",
- "attack_level": "1",
- "defence_level": "1",
- "force_talk": "",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2139",
- "name": "Gnome traveller",
- "examine": "A gnome traveller, visiting Keldagrim.",
- "attack_level": "1",
- "defence_level": "1",
- "force_talk": "",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2140",
- "name": "Dromund's cat",
"examine": "Very protective of his master... and his property.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dromund's cat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2140",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2141",
- "name": "Blasidar the sculptor",
"examine": "Makes sculptures.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2142",
- "name": "Riki the sculptor's model"
- },
- {
- "id": "2144",
- "name": "Riki the sculptor's model"
- },
- {
- "id": "2145",
- "name": "Riki the sculptor's model"
- },
- {
- "id": "2146",
- "name": "Riki the sculptor's model"
- },
- {
- "id": "2147",
- "name": "Riki the sculptor's model"
- },
- {
- "id": "2148",
- "name": "Riki the sculptor's model"
- },
- {
- "id": "2149",
- "name": "Riki the sculptor's model"
- },
- {
- "id": "2150",
- "name": "Riki the sculptor's model"
- },
- {
- "id": "2151",
- "name": "Vigr"
- },
- {
- "id": "2152",
- "name": "Santiri"
- },
- {
- "id": "2153",
- "name": "Saro"
- },
- {
- "id": "2154",
- "name": "Gunslik",
- "examine": "Proprietor of Gunslik's Assorted Items.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2155",
- "name": "Wemund"
- },
- {
- "id": "2156",
- "name": "Randivor"
- },
- {
- "id": "2157",
- "name": "Hervi"
- },
- {
- "id": "2158",
- "name": "Nolar",
- "examine": "A crafty dwarf."
- },
- {
- "id": "2159",
- "name": "Gulldamar"
- },
- {
- "id": "2160",
- "name": "Tati",
- "examine": "An old mining dwarf, now he sells pickaxes and generally acts grumpy.",
- "attack_level": "1",
"death_animation": "0",
- "defence_animation": "0",
+ "name": "Blasidar the sculptor",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2141",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2161",
- "name": "Agmundi"
- },
- {
- "id": "2162",
- "name": "Vermundi"
- },
- {
- "id": "2163",
- "name": "Banker",
"examine": "A rather personable banker lady.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2164",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2163",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "A rather serious old fella.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2164",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2165",
- "name": "Librarian",
"examine": "He takes care of the library and its many books.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Librarian",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2165",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2166",
- "name": "Assistant"
- },
- {
- "id": "2167",
- "name": "Customer",
"examine": "A customer looking for books.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2168",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Customer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2167",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "Looks like a human traveler visiting the library.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Customer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2168",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2169",
- "name": "Dromund"
- },
- {
- "id": "2170",
- "name": "Rind the gardener",
"examine": "He tends to the plants in the palace garden.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rind the gardener",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2170",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2171",
- "name": "Factory Manager",
"examine": "Looks after the factory.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Factory Manager",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2171",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Works hard at whatever it is he does.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Factory Worker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2172",
- "name": "Factory Worker",
- "examine": "Works hard at whatever it is he does.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Works hard at whatever it is he does.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Factory Worker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2173",
- "name": "Factory Worker",
- "examine": "Works hard at whatever it is he does.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Works hard at whatever it is he does.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Factory Worker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2174",
- "name": "Factory Worker",
- "examine": "Works hard at whatever it is he does.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Works hard at whatever it is he does.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Factory Worker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2175",
- "name": "Factory Worker",
- "examine": "Works hard at whatever it is he does.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2176",
- "name": "Inn Keeper"
- },
- {
- "id": "2177",
- "name": "Inn Keeper",
- "examine": "A rich landlord, fat and jolly.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2178",
- "name": "Barmaid",
"examine": "These Dwarf ladies are so attractive!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barmaid",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2179",
- "name": "Barman"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2178",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "He makes sure the carts don't run anyone over.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cart conductor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2180",
- "name": "Cart conductor",
- "examine": "He makes sure the carts don't run anyone over.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He makes sure the carts don't run anyone over.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cart conductor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2181",
- "name": "Cart conductor",
- "examine": "He makes sure the carts don't run anyone over.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He makes sure the carts don't run anyone over.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cart conductor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2182",
- "name": "Cart conductor",
- "examine": "He makes sure the carts don't run anyone over.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He makes sure the carts don't run anyone over.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cart conductor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2183",
- "name": "Cart conductor",
- "examine": "He makes sure the carts don't run anyone over.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He makes sure the carts don't run anyone over.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cart conductor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2184",
- "name": "Cart conductor",
- "examine": "He makes sure the carts don't run anyone over.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2185",
- "name": "Cart conductor",
"examine": "Remember: don't drink and ride in mine carts.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2186",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Cart conductor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2185",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "Keeps the line clear of traffic.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cart conductor",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2186",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2187",
+ "examine": "A loud",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Rowdy dwarf",
- "examine": "A loud, drunk and generally obnoxious dwarf.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "2187",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "You cannot see his ship",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2188",
- "name": "Hegir"
- },
- {
- "id": "2189",
- "name": "Haera"
- },
- {
- "id": "2190",
- "name": "Runvastr",
- "examine": "A sad old dwarf living in a sad old home.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2191",
- "name": "Sune",
- "examine": "He seems to always be busy.",
- "attack_level": "1",
"death_animation": "0",
- "defence_animation": "0",
+ "name": "Dwarven Boatman",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2192",
- "name": "Bentamir",
- "examine": "This dwarf doesn't seem to be very well off.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2193",
- "name": "Ulifed",
- "examine": "A dwarf minding his own business.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2194",
- "name": "Reinald"
- },
- {
- "id": "2195",
- "name": "Karl",
- "examine": "A short, merry guy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2196",
- "name": "Gauss"
- },
- {
- "id": "2197",
- "name": "Myndill"
- },
- {
- "id": "2198",
- "name": "Kjut",
- "examine": "His kebabs certainly smell delicious.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2199",
- "name": "Tombar"
- },
- {
- "id": "2200",
- "name": "Odmar"
- },
- {
- "id": "2201",
- "name": "Audmann",
- "examine": "He seems to be very well off.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2202",
- "name": "Drunken Dwarf",
- "examine": "He's had a fair bit to drink...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2203",
- "name": "Drunken Dwarf",
- "examine": "He's had a fair bit to drink...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2204",
- "name": "Drunken Dwarf"
- },
- {
+ "strength_level": "1",
"id": "2205",
- "name": "Dwarven Boatman",
- "examine": "You cannot see his ship, but presumably he has one.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2206",
- "name": "Dwarven Boatman",
- "examine": "You cannot see his ship, but presumably he has one.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2207",
- "name": "Dwarven Miner",
"examine": "He carries a heavy load.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2208",
- "name": "Dwarven Miner"
- },
- {
- "id": "2209",
- "name": "Dwarven Miner"
- },
- {
- "id": "2210",
- "name": "Dwarven Miner"
- },
- {
- "id": "2211",
- "name": "Dwarven Miner"
- },
- {
- "id": "2212",
- "name": "Dwarven Miner"
- },
- {
- "id": "2213",
- "name": "Dwarven Miner"
- },
- {
- "id": "2214",
- "name": "Dwarven Miner"
- },
- {
- "id": "2215",
- "name": "Dwarven Miner"
- },
- {
- "id": "2216",
- "name": "Dwarven Miner"
- },
- {
- "id": "2217",
- "name": "Dwarven Miner"
- },
- {
- "id": "2218",
- "name": "Dwarven Miner"
- },
- {
- "id": "2219",
- "name": "Purple Pewter Director"
- },
- {
- "id": "2220",
- "name": "Purple Pewter Director"
- },
- {
- "id": "2221",
- "name": "Blue Opal Director"
- },
- {
- "id": "2222",
- "name": "Yellow Fortune Director"
- },
- {
- "id": "2223",
- "name": "Green Gemstone Director"
- },
- {
- "id": "2224",
- "name": "White Chisel Director"
- },
- {
- "id": "2225",
- "name": "Silver Cog Director"
- },
- {
- "id": "2226",
- "name": "Brown Engine Director"
- },
- {
- "id": "2227",
- "name": "Red Axe Director"
- },
- {
- "id": "2228",
- "name": "Commander Veldaban"
- },
- {
- "id": "2229",
- "name": "Red Axe Cat"
- },
- {
- "id": "2230",
- "name": "Red Axe Cat"
- },
- {
- "id": "2231",
- "name": "Black Guard Berserker"
- },
- {
- "id": "2232",
- "name": "Black Guard Berserker",
- "examine": "An elite member of the Black Guard.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarven Miner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2207",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A master at farming.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Master Farmer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2233",
- "name": "Olivia"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2234",
- "name": "Master Farmer",
- "examine": "A master at farming.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A master at farming.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Master Farmer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2235",
- "name": "Master Farmer",
- "examine": "A master at farming.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2236",
- "name": "Market Guard",
"examine": "He guards the Draynor Market stalls from thieves.",
- "attack_level": "30",
- "combat_audio": "2547,1979,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Market Guard",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "2236",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "2237",
- "name": "Gee",
"examine": "A local farmer. He may be able to provide some useful information.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gee",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2237",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2238",
- "name": "Donie"
- },
- {
- "id": "2239",
- "name": "Pig"
- },
- {
- "id": "2240",
+ "examine": "There to help me make my bids.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Pig",
- "examine": "There to help me make my bids.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2240",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "There to help me make my bids.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Piglet",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2241",
- "name": "Piglet",
- "examine": "There to help me make my bids.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2242",
- "name": "Piglet",
"examine": "Porcine.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2243",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Piglet",
- "examine": "Bacon-in-training."
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2242",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2244",
- "name": "Lumbridge Guide",
"examine": "He provides new players with useful information.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2245",
- "name": "Khazard trooper",
- "examine": "It's one of General Khazard's warriors.",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "401",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2246",
- "name": "Khazard trooper",
- "examine": "It's one of General Khazard's warriors.",
- "attack_level": "32",
- "attack_speed": "6",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Lumbridge Guide",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2244",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's one of General Khazard's warriors.",
+ "melee_animation": "401",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Khazard trooper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "2245",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's one of General Khazard's warriors.",
"melee_animation": "429",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "6",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "32",
- "weakness": "8"
- },
- {
- "id": "2247",
- "name": "Gnome troop",
- "examine": "It's a tree gnome trooper.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_style": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "3",
- "melee_animation": "190",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2248",
- "name": "Gnome troop",
- "examine": "It's a tree gnome trooper.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_style": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "3",
- "melee_animation": "190",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2249",
- "name": "Gnome",
- "examine": "Like a mini man!",
- "attack_level": "1",
- "attack_speed": "4",
- "combat_style": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "3",
- "melee_animation": "190",
- "range_level": "1",
- "respawn_delay": "60",
- "strength_level": "1"
- },
- {
- "id": "2250",
- "name": "Gnome",
- "examine": "Like a mini man!",
- "agg_radius": "",
- "aggressive": "",
- "attack_level": "1",
- "attack_speed": "4",
- "combat_style": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "end_height": "",
- "lifepoints": "2",
- "melee_animation": "190",
- "range_level": "1",
- "respawn_delay": "60",
- "strength_level": "1",
- "weakness": ""
- },
- {
- "id": "2251",
- "name": "Gnome",
- "examine": "Like a mini man!",
- "attack_level": "1",
- "attack_speed": "4",
- "combat_style": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "force_talk": "",
- "lifepoints": "3",
- "melee_animation": "190",
- "range_level": "1",
- "respawn_delay": "60",
- "strength_level": "1"
- },
- {
- "id": "2252",
- "name": "Crow"
- },
- {
- "id": "2253",
- "name": "Wise Old Man",
- "examine": "A venerable and rich sage."
- },
- {
- "id": "2254",
- "name": "Bed"
- },
- {
- "id": "2255",
- "name": "Thing under the bed"
- },
- {
- "id": "2256",
- "name": "Paladin",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "66",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2257",
- "name": "Mage of Zamorak"
- },
- {
- "id": "2259",
- "name": "Mage of Zamorak"
- },
- {
- "id": "2260",
- "name": "Mage of Zamorak"
- },
- {
- "id": "2262",
- "name": "Dark mage",
- "examine": "An initiate of Zamorak.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "8",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Khazard trooper",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "32",
+ "id": "2246",
+ "range_level": "1",
+ "attack_level": "32"
+ },
+ {
+ "examine": "It's a tree gnome trooper.",
+ "combat_style": "1",
+ "melee_animation": "190",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "193",
+ "death_animation": "196",
+ "name": "Gnome troop",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "2247",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's a tree gnome trooper.",
+ "combat_style": "1",
+ "melee_animation": "190",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "193",
+ "death_animation": "196",
+ "name": "Gnome troop",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "2248",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Paladin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "66",
+ "strength_level": "1",
+ "id": "2256",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An initiate of Zamorak.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dark mage",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2262",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2263",
- "name": "Abyssal leech",
"examine": "A blood-drinking denizen of the abyss.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "3",
- "combat_audio": "232,231,230",
- "death_animation": "2183",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "2181",
"range_animation": "0",
- "range_level": "52",
+ "combat_audio": "232,231,230",
+ "attack_speed": "3",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "2",
"slayer_exp": "0",
+ "magic_animation": "0",
+ "death_animation": "2183",
+ "name": "Abyssal leech",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "74",
"strength_level": "1",
- "weakness": "2"
+ "id": "2263",
+ "aggressive": "true",
+ "range_level": "52",
+ "attack_level": "1"
},
{
- "id": "2264",
- "name": "Abyssal guardian",
"examine": "It seems to have eyes in the back of its head...",
- "aggressive": "true",
- "attack_level": "65",
- "attack_speed": "6",
- "death_animation": "2189",
- "defence_animation": "2188",
- "defence_level": "65",
- "lifepoints": "50",
- "magic_animation": "2186",
- "magic_level": "57",
"melee_animation": "2186",
"range_animation": "2186",
- "range_level": "135",
- "safespot": null,
+ "attack_speed": "6",
+ "magic_level": "57",
+ "defence_animation": "2188",
+ "weakness": "3",
"slayer_exp": "0",
+ "magic_animation": "2186",
+ "death_animation": "2189",
+ "name": "Abyssal guardian",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "50",
"strength_level": "96",
- "weakness": "3"
+ "id": "2264",
+ "aggressive": "true",
+ "range_level": "135",
+ "attack_level": "65"
},
{
- "id": "2265",
- "name": "Abyssal walker",
"examine": "Apparently walks the abyss.",
- "aggressive": "true",
- "attack_level": "60",
- "attack_speed": "5",
- "combat_audio": "233,235,234",
- "death_animation": "2194",
- "defence_animation": "2193",
- "defence_level": "55",
- "lifepoints": "95",
- "magic_animation": "2192",
"melee_animation": "2192",
"range_animation": "2192",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "233,235,234",
+ "attack_speed": "5",
+ "defence_animation": "2193",
+ "weakness": "8",
"slayer_exp": "0",
+ "magic_animation": "2192",
+ "death_animation": "2194",
+ "name": "Abyssal walker",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "95",
"strength_level": "116",
- "weakness": "8"
- },
- {
- "id": "2266",
- "name": "Brian O'Richard"
- },
- {
- "id": "2267",
- "name": "Rogue Guard",
- "examine": "Sparkles the Tinsel Snake",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2268",
- "name": "Rogue Guard"
- },
- {
- "id": "2269",
- "name": "Rogue Guard",
- "examine": "A snowman armed with a holly bow.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2270",
- "name": "Martin Thwait"
- },
- {
- "id": "2271",
- "name": "Emerald Benedict",
- "examine": "A snowman armed with an ice sword.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2272",
- "name": "Spin Blades",
- "examine": "A snowman armed with a winter staff.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2273",
- "name": "Spin Blades"
- },
- {
- "id": "2274",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "2275",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "2276",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "2277",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "2278",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "2279",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "2280",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "2281",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "2282",
- "name": "Sir Spishyus",
- "examine": "An observer for the Temple Knights.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2283",
- "name": "Lady Table",
- "examine": "An observer for the Temple Knights.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2284",
- "name": "Sir Kuam Ferentse",
- "examine": "An observer for the Temple Knights.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2285",
- "name": "Sir Leye",
- "examine": "A warrior blessed by Saradomin.",
+ "id": "2265",
"aggressive": "true",
- "attack_level": "18",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "15",
- "lifepoints": "21",
- "melee_animation": "400",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "18"
+ "attack_level": "60"
},
{
- "id": "2286",
- "name": "Sir Tinley",
- "examine": "An observer for the Temple Knights.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "Sparkles the Tinsel Snake",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rogue Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2267",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2287",
- "name": "Sir Ren Itchood",
- "examine": "An observer for the Temple Knights.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "A snowman armed with a holly bow.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rogue Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2269",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2288",
- "name": "Miss Cheevers",
- "examine": "An observer for the Temple Knights.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "A snowman armed with an ice sword.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Emerald Benedict",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2271",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2289",
- "name": "Ms. Hynn Terprett",
- "examine": "An observer for the Temple Knights.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "A snowman armed with a winter staff.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2290",
- "name": "Sir Tiffy Cashien",
- "examine": "Head of recruitment for the Temple Knights.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2291",
- "name": "Rug Merchant",
- "examine": "A carpet merchant.",
- "attack_level": "1",
"death_animation": "0",
- "defence_animation": "0",
+ "name": "Spin Blades",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2292",
- "name": "Rug Merchant",
- "examine": "A carpet merchant.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
+ "strength_level": "1",
+ "id": "2272",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2293",
- "name": "Rug Merchant",
- "examine": "A man who deals in rugs.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2294",
- "name": "Rug Merchant",
- "examine": "A man who deals in rugs.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2295",
- "name": "Rug Merchant"
- },
- {
- "id": "2297",
- "name": "Rug Merchant"
- },
- {
- "id": "2299",
- "name": "Rug Station Attendant"
- },
- {
- "id": "2301",
- "name": "Monkey",
- "examine": "Perhaps our oldest relatives.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2302",
- "name": "Sarah"
- },
- {
- "id": "2304",
- "name": "Sarah",
- "examine": "She sells farming equipment."
- },
- {
- "id": "2305",
- "name": "Vanessa"
- },
- {
- "id": "2306",
- "name": "Richard"
- },
- {
- "id": "2307",
- "name": "Alice"
- },
- {
- "id": "2308",
- "name": "Capt' Arnav"
- },
- {
- "id": "2309",
- "name": "null",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_animation": "",
- "defence_level": "1",
- "range_level": "1",
- "safespot": "null"
- },
- {
- "id": "2310",
- "name": "Cow calf",
- "examine": "Young, but still beefy.",
- "attack_level": "2",
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
"attack_speed": "5",
- "combat_audio": "366,368,367",
- "death_animation": "5851",
- "defence_animation": "5850",
- "defence_level": "2",
- "lifepoints": "6",
- "magic_animation": "5849",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
+ "id": "2274",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
+ "id": "2275",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
+ "id": "2276",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
+ "id": "2277",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
+ "id": "2278",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
+ "id": "2279",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
+ "id": "2280",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
+ "id": "2281",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A warrior blessed by Saradomin.",
+ "melee_animation": "400",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Sir Leye",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "21",
+ "strength_level": "1",
+ "id": "2285",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An observer for the Temple Knights.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Miss Cheevers",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2288",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An observer for the Temple Knights.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ms. Hynn Terprett",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2289",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A carpet merchant.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rug Merchant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2291",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A carpet merchant.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rug Merchant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2292",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A man who deals in rugs.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rug Merchant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2293",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A man who deals in rugs.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rug Merchant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2294",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Perhaps our oldest relatives.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2301",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Young, but still beefy.",
+ "slayer_task": "20",
"melee_animation": "5849",
"range_animation": "5849",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "366,368,367",
+ "attack_speed": "5",
+ "defence_animation": "5850",
+ "weakness": "8",
"slayer_exp": "8",
+ "magic_animation": "5849",
+ "death_animation": "5851",
+ "name": "Cow calf",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "6",
"strength_level": "2",
- "weakness": "8"
+ "id": "2310",
+ "range_level": "1",
+ "attack_level": "2"
},
{
- "id": "2311",
- "name": "Sheepdog",
"examine": "Farmer/sheep liaison officer. Go on - give the dog a bone!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sheepdog",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2311",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2312",
- "name": "Rooster",
"examine": "He rules the",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rooster",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2312",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Yep. Definitely a chicken.",
+ "melee_animation": "5387",
+ "range_animation": "5387",
+ "combat_audio": "355,357,356",
+ "attack_speed": "6",
+ "respawn_delay": "18",
+ "defence_animation": "5388",
+ "magic_animation": "5387",
+ "death_animation": "5389",
+ "name": "Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
"id": "2313",
- "name": "Chicken",
- "examine": "Yep. Definitely a chicken.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "5388",
- "defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "5387",
- "melee_animation": "5387",
- "range_animation": "5387",
"range_level": "1",
- "respawn_delay": "18",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Yep. Definitely a chicken.",
+ "melee_animation": "5387",
+ "range_animation": "5387",
+ "combat_audio": "355,357,356",
+ "attack_speed": "6",
+ "respawn_delay": "18",
+ "defence_animation": "5388",
+ "magic_animation": "5387",
+ "death_animation": "5389",
+ "name": "Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
"id": "2314",
- "name": "Chicken",
- "examine": "Yep. Definitely a chicken.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "5388",
- "defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "5387",
- "melee_animation": "5387",
- "range_animation": "5387",
"range_level": "1",
- "respawn_delay": "18",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Yep. Definitely a chicken.",
+ "melee_animation": "5387",
+ "range_animation": "5387",
+ "combat_audio": "355,357,356",
+ "attack_speed": "6",
+ "respawn_delay": "18",
+ "defence_animation": "5388",
+ "magic_animation": "5387",
+ "death_animation": "5389",
+ "name": "Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
"id": "2315",
- "name": "Chicken",
- "examine": "Yep. Definitely a chicken.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "355,357,356",
- "death_animation": "5389",
- "defence_animation": "5388",
- "defence_level": "1",
- "lifepoints": "3",
- "magic_animation": "5387",
- "melee_animation": "5387",
- "range_animation": "5387",
"range_level": "1",
- "respawn_delay": "18",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2316",
- "name": "Pig",
"examine": "Swine.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2317",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Pig",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2316",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "Porker.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pig",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2317",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2318",
- "name": "Piglet",
"examine": "Hog.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Piglet",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2318",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2319",
- "name": "Piglet",
"examine": "Porcine.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2320",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Piglet",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2319",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "He has a certain bovine aroma.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2321",
- "name": "Blandebir",
- "examine": "An expert on the brewing of ales and cider.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Piglet",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2320",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2322",
- "name": "Metarialus",
- "examine": "In his former life an expert brewer."
- },
- {
- "id": "2323",
- "name": "Elstan",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2324",
- "name": "Dantaera",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2325",
- "name": "Kragen",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2326",
- "name": "Lyra",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2327",
- "name": "Francis",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2328",
- "name": "Wizard Cromperty",
- "examine": "The hat is a dead give away."
- },
- {
- "id": "2329",
- "name": "Muncher",
"examine": "Only the Grim Reaper would have a pet like this.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Muncher",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2329",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2330",
- "name": "Garth",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2331",
- "name": "Ellena",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2332",
- "name": "Selena",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2333",
- "name": "Vasquen",
"examine": "Perhaps this farmer might look after your crops for you.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vasquen",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2333",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2334",
- "name": "Rhonen",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2335",
- "name": "Dreven",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2336",
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Taria",
- "examine": "Perhaps this gardener might look after your crops for you.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "2336",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Perhaps this gardener might look after your crops for you.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2337",
- "name": "Rhazien",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2338",
- "name": "Torrell",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2339",
- "name": "Alain",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2340",
- "name": "Heskel",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2341",
- "name": "Treznor",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2342",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Fayeth",
- "examine": "Perhaps this gardener might look after your crops for you.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2342",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2343",
- "name": "Bolongo",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2344",
- "name": "Gileth",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2345",
- "name": "Sick-looking sheep (1)"
- },
- {
- "id": "2346",
- "name": "Sick-looking sheep (2)"
- },
- {
- "id": "2347",
- "name": "Sick-looking sheep (3)"
- },
- {
- "id": "2348",
- "name": "Sick-looking sheep (4)"
- },
- {
- "id": "2349",
- "name": "Mourner"
- },
- {
- "id": "2350",
- "name": "Mourner"
- },
- {
- "id": "2351",
- "name": "Mourner"
- },
- {
- "id": "2352",
- "name": "Eudav"
- },
- {
- "id": "2353",
- "name": "Oronwen"
- },
- {
- "id": "2354",
- "name": "Banker",
"examine": "He can look after my money.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2355",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Banker",
- "examine": "She can look after my money.",
- "attack_level": "1",
- "combat_style": "2",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "476",
- "magic_animation": "0",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2354",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "She can look after my money.",
+ "combat_style": "2",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2356",
- "name": "Dalldav"
- },
- {
- "id": "2357",
- "name": "Gethin"
- },
- {
- "id": "2358",
- "name": "Arianwyn"
+ "lifepoints": "476",
+ "strength_level": "1",
+ "id": "2355",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "I don't wanna be at the wrong end of that pike.",
+ "slayer_task": "31",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "combat_audio": "425,427,426",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Elf warrior",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
"id": "2359",
- "name": "Elf warrior",
- "examine": "I don't wanna be at the wrong end of that pike.",
- "attack_level": "60",
- "attack_speed": "5",
"clue_level": "2",
- "combat_audio": "425,427,426",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "428",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
+ "attack_level": "60"
},
{
+ "examine": "I don't wanna be at the wrong end of that pike.",
+ "slayer_task": "31",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "combat_audio": "425,427,426",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Elf warrior",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
"id": "2360",
- "name": "Elf warrior",
- "examine": "I don't wanna be at the wrong end of that pike.",
- "attack_level": "60",
- "attack_speed": "5",
"clue_level": "2",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "He looks pretty handy with that bow.",
+ "slayer_task": "31",
+ "start_gfx": "250",
+ "combat_style": "1",
+ "melee_animation": "428",
+ "range_animation": "426",
"combat_audio": "425,427,426",
- "death_animation": "836",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "85",
+ "weakness": "2",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Elf warrior",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "1",
+ "id": "2361",
+ "clue_level": "2",
+ "range_level": "64",
+ "projectile": "249",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks pretty handy with that bow.",
+ "slayer_task": "31",
+ "start_gfx": "250",
+ "combat_style": "1",
+ "melee_animation": "428",
+ "range_animation": "426",
+ "combat_audio": "425,427,426",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Elf warrior",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "1",
+ "id": "2362",
+ "clue_level": "2",
+ "range_level": "64",
+ "projectile": "249",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Mourner showing his true identity.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Head mourner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2372",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Mourner",
+ "slayer_task": "31",
"melee_animation": "428",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "2361",
- "name": "Elf warrior",
- "examine": "He looks pretty handy with that bow.",
- "attack_level": "1",
- "clue_level": "2",
- "combat_audio": "425,427,426",
- "combat_style": "1",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "64",
- "lifepoints": "91",
+ "weakness": "9",
"magic_animation": "0",
- "melee_animation": "428",
- "projectile": "249",
- "range_animation": "426",
- "range_level": "64",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "250",
- "strength_level": "1",
- "weakness": "2"
- },
- {
- "id": "2362",
- "name": "Elf warrior",
- "examine": "He looks pretty handy with that bow.",
- "attack_level": "1",
- "clue_level": "2",
- "combat_audio": "425,427,426",
- "combat_style": "1",
"death_animation": "836",
- "defence_animation": "0",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "428",
- "projectile": "249",
- "range_animation": "426",
- "range_level": "64",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "250",
- "strength_level": "1",
- "weakness": "2"
- },
- {
- "id": "2363",
- "name": "Goreu"
- },
- {
- "id": "2364",
- "name": "Ysgawyn"
- },
- {
- "id": "2365",
- "name": "Arvel"
- },
- {
- "id": "2366",
- "name": "Mawrth"
- },
- {
- "id": "2367",
- "name": "Kelyn"
- },
- {
- "id": "2368",
- "name": "Eoin"
- },
- {
- "id": "2369",
- "name": "Iona"
- },
- {
- "id": "2370",
- "name": "Gnome"
- },
- {
- "id": "2372",
- "name": "Head mourner",
- "examine": "A Mourner showing his true identity.",
- "attack_level": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "2373",
"name": "Mourner",
- "examine": "A mourner, or plague healer.",
- "aggressive": "true",
- "attack_level": "61",
- "attack_speed": "4",
- "death_animation": "836",
- "defence_animation": "",
- "defence_level": "80",
+ "defence_level": "61",
+ "safespot": null,
"lifepoints": "87",
- "magic_animation": "",
- "melee_animation": "428",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
"strength_level": "61",
- "weakness": ""
+ "id": "2373",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "61"
},
{
- "id": "2374",
- "name": "Mourner",
- "examine": "A Mourner, or plague healer."
- },
- {
- "id": "2375",
- "name": "Eluned"
- },
- {
- "id": "2377",
- "name": "Sick-looking sheep (1)"
- },
- {
- "id": "2378",
- "name": "Sick-looking sheep (2)"
- },
- {
- "id": "2379",
- "name": "Sick-looking sheep (3)"
- },
- {
- "id": "2380",
- "name": "Sick-looking sheep (4)"
- },
- {
- "id": "2381",
"name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
"combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2382",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2383",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2384",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2385",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2386",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2387",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2388",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2389",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2390",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2391",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2392",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2393",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2394",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2395",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2396",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2397",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2398",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2399",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2400",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2401",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2402",
- "name": "Mysterious ghost",
- "examine": "Seems to flitter in and out of existence...",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2403",
- "name": "Cart conductor"
- },
- {
- "id": "2410",
- "name": "Red Axe Director"
- },
- {
- "id": "2411",
- "name": "Red Axe Director"
- },
- {
- "id": "2412",
- "name": "Red Axe Henchman"
- },
- {
- "id": "2413",
- "name": "Red Axe Henchman"
- },
- {
- "id": "2414",
- "name": "Red Axe Henchman"
- },
- {
- "id": "2415",
- "name": "Colonel Grimsson"
- },
- {
- "id": "2416",
- "name": "Colonel Grimsson"
- },
- {
- "id": "2417",
- "name": "Ogre shaman"
- },
- {
- "id": "2418",
- "name": "Ogre shaman"
- },
- {
- "id": "2419",
- "name": "Grunsh"
- },
- {
- "id": "2420",
- "name": "Gnome emissary"
- },
- {
- "id": "2421",
- "name": "Gnome companion"
- },
- {
- "id": "2422",
- "name": "Gnome companion"
- },
- {
- "id": "2423",
- "name": "Chaos dwarf",
- "examine": "A dwarf gone bad.",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "respawn_delay": "150",
- "safespot": null,
- "slayer_exp": "61",
"strength_level": "1",
- "weakness": "6"
+ "id": "2397",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2424",
- "name": "Gunslik"
+ "name": "Mysterious ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "2398",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2425",
- "name": "Nolar"
+ "name": "Mysterious ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "2399",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2426",
- "name": "Factory Worker"
+ "name": "Mysterious ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "2400",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2427",
- "name": "Cart conductor"
+ "name": "Mysterious ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "2401",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2428",
- "name": "Gauss"
+ "name": "Mysterious ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "2402",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2429",
- "name": "Drunken Dwarf"
+ "slayer_task": "29",
+ "examine": "A dwarf gone bad.",
+ "respawn_delay": "150",
+ "slayer_exp": "61",
+ "weakness": "6",
+ "name": "Chaos dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2423",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2430",
- "name": "Rowdy dwarf"
- },
- {
- "id": "2431",
- "name": "Ulifed"
- },
- {
- "id": "2432",
- "name": "Red Axe Henchman"
- },
- {
- "id": "2433",
- "name": "Red Axe Henchman"
- },
- {
- "id": "2434",
- "name": "Ogre shaman"
- },
- {
- "id": "2435",
- "name": "Jarvald"
- },
- {
- "id": "2436",
- "name": "Jarvald",
- "attack_level": "10",
"death_animation": "9230",
- "defence_animation": "9231",
+ "name": "Jarvald",
"defence_level": "10",
+ "safespot": null,
"lifepoints": "10",
"melee_animation": "9232",
+ "strength_level": "10",
+ "id": "2436",
"range_level": "1",
- "safespot": null,
- "strength_level": "10"
+ "attack_level": "10",
+ "defence_animation": "9231"
},
{
- "id": "2437",
- "name": "Jarvald"
- },
- {
- "id": "2438",
- "name": "Jarvald"
- },
- {
- "id": "2439",
- "name": "Askeladden",
"examine": "Looks like a wanna be Fremennik.",
- "attack_level": "1",
- "death_animation": "0",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Askeladden",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
+ "strength_level": "1",
+ "id": "2439",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2440",
- "name": "Door-support"
- },
- {
- "id": "2441",
- "name": "Door"
- },
- {
- "id": "2442",
- "name": "Door"
- },
- {
- "id": "2443",
- "name": "Door-support",
"examine": "This support is propping the door closed.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "0",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2444",
- "name": "Door"
- },
- {
- "id": "2445",
- "name": "Door"
- },
- {
- "id": "2446",
- "name": "Door-support"
- },
- {
- "id": "2447",
- "name": "Door"
- },
- {
- "id": "2448",
- "name": "Door"
- },
- {
- "id": "2449",
- "name": "Egg"
- },
- {
- "id": "2450",
- "name": "Egg"
- },
- {
- "id": "2451",
- "name": "Egg"
- },
- {
- "id": "2452",
- "name": "Giant Rock Crab",
- "examine": "No one likes crabs... especially really big ones!",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0",
- "combat_audio": "717,723,722",
- "death_animation": "1314",
- "defence_animation": "1313",
- "defence_level": "200",
- "lifepoints": "180",
+ "defence_animation": "0",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Door-support",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "0",
+ "strength_level": "1",
+ "id": "2443",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "No one likes crabs... especially really big ones!",
"melee_animation": "2368",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "717,723,722",
+ "attack_speed": "4",
"respawn_delay": "50",
+ "defence_animation": "1313",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "1314",
+ "name": "Giant Rock Crab",
+ "defence_level": "200",
"safespot": null,
+ "lifepoints": "180",
"strength_level": "80",
- "weakness": "9"
+ "id": "2452",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "50"
},
{
- "id": "2453",
- "name": "Boulder",
"examine": "Heavy rock!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "240",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Boulder",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "240",
+ "strength_level": "1",
+ "id": "2453",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2454",
- "name": "Dagannoth spawn",
"examine": "A teeny-tiny horror from the ocean depths...",
- "aggressive": "true",
- "attack_level": "47",
- "death_animation": "1342",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
- "magic_animation": "0",
+ "slayer_task": "24",
"melee_animation": "1341",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "1342",
+ "name": "Dagannoth spawn",
+ "defence_level": "47",
"safespot": null,
+ "lifepoints": "67",
"strength_level": "47",
- "weakness": "9"
+ "id": "2454",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "47"
},
{
- "id": "2455",
- "name": "Dagannoth",
"examine": "A horror from the ocean depths...",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
- "clue_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "71",
- "lifepoints": "120",
"melee_animation": "1343",
- "projectile": "294",
- "range_level": "1",
+ "attack_speed": "4",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "1340",
"slayer_exp": "120",
- "strength_level": "70"
- },
- {
- "id": "2456",
- "name": "Dagannoth",
- "examine": "A horror from the ocean depths...",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
- "clue_level": "1",
- "combat_style": "1",
"death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "50",
- "lifepoints": "70",
- "melee_animation": "1343",
+ "name": "Dagannoth",
+ "defence_level": "71",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "70",
+ "id": "2455",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
"projectile": "294",
- "range_level": "70",
+ "attack_level": "68"
+ },
+ {
+ "examine": "A horror from the ocean depths...",
+ "combat_style": "1",
+ "melee_animation": "1343",
+ "attack_speed": "4",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "1340",
"slayer_exp": "0",
- "strength_level": "70"
+ "death_animation": "1342",
+ "name": "Dagannoth",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "70",
+ "id": "2456",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "70",
+ "projectile": "294",
+ "attack_level": "68"
},
{
- "id": "2457",
- "name": "Wallasalki",
"examine": "A fearsome magical creature from the deep.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,100,150,175,250,-10,0,0,0,0,0",
- "combat_audio": "1077,1079,1078",
"combat_style": "2",
- "death_animation": "2367",
- "defence_animation": "2366",
- "defence_level": "80",
- "lifepoints": "120",
- "magic_animation": "2365",
- "magic_level": "100",
"melee_animation": "2365",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
+ "combat_audio": "1077,1079,1078",
+ "attack_speed": "6",
"spell_id": "48",
- "strength_level": "1"
- },
- {
- "id": "2458",
- "name": "Freaky Forester"
- },
- {
- "id": "2459",
- "name": "Pheasant",
- "examine": "A brightly coloured game bird.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "690,692,691",
- "death_animation": "2373",
- "defence_animation": "2371",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2372",
- "melee_animation": "2372",
- "range_animation": "2372",
- "range_level": "1",
- "respawn_delay": "18",
+ "magic_level": "100",
+ "respawn_delay": "60",
+ "defence_animation": "2366",
+ "magic_animation": "2365",
+ "death_animation": "2367",
+ "name": "Wallasalki",
+ "defence_level": "80",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2460",
- "name": "Pheasant",
- "examine": "A brightly coloured game bird.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "690,692,691",
- "death_animation": "2373",
- "defence_animation": "2371",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2372",
- "melee_animation": "2372",
- "range_animation": "2372",
- "range_level": "1",
- "respawn_delay": "18",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2461",
- "name": "Pheasant",
- "examine": "A brightly coloured game bird.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "690,692,691",
- "death_animation": "2373",
- "defence_animation": "2371",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2372",
- "melee_animation": "2372",
- "range_animation": "2372",
- "range_level": "1",
- "respawn_delay": "18",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2462",
- "name": "Pheasant",
- "examine": "A brightly coloured game bird.",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "690,692,691",
- "death_animation": "2373",
- "defence_animation": "2371",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2372",
- "melee_animation": "2372",
- "range_animation": "2372",
- "range_level": "1",
- "respawn_delay": "18",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2463",
- "name": "Evil Chicken",
- "examine": "A fowl beast.",
- "aggressive": "true",
- "attack_level": "5",
- "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0",
- "combat_audio": "2288,357,356",
- "combat_style": "2",
- "death_animation": "2301",
- "defence_animation": "2300",
- "defence_level": "20",
- "lifepoints": "19",
- "magic_animation": "2302",
- "magic_level": "5",
- "melee_animation": "2302",
- "projectile": "337",
- "range_animation": "2302",
- "range_level": "5",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "5"
- },
- {
- "id": "2464",
- "name": "Evil Chicken",
- "examine": "A fowl beast.",
- "aggressive": "true",
- "attack_level": "10",
- "bonuses": "35,105,125,95,128,105,85,0,0,0,0,0,0,0,0",
- "combat_audio": "2288,357,356",
- "combat_style": "2",
- "death_animation": "2301",
- "defence_animation": "2300",
- "defence_level": "40",
- "lifepoints": "40",
- "magic_animation": "2302",
- "magic_level": "10",
- "melee_animation": "2302",
- "projectile": "337",
- "range_animation": "2302",
- "range_level": "10",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "2465",
- "name": "Evil Chicken",
- "examine": "A fowl beast.",
- "aggressive": "true",
- "attack_level": "15",
- "bonuses": "35,185,185,155,188,125,165,0,0,0,0,0,0,0,0",
- "combat_audio": "2288,357,356",
- "combat_style": "2",
- "death_animation": "2301",
- "defence_animation": "2300",
- "defence_level": "50",
- "lifepoints": "60",
- "magic_animation": "2302",
- "magic_level": "15",
- "melee_animation": "2302",
- "projectile": "337",
- "range_animation": "2302",
- "range_level": "15",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "15"
- },
- {
- "id": "2466",
- "name": "Evil Chicken",
- "examine": "A fowl beast.",
- "aggressive": "true",
- "attack_level": "45",
- "bonuses": "45,235,235,205,238,145,165,0,0,0,0,0,0,0,0",
- "combat_audio": "2288,357,356",
- "combat_style": "2",
- "death_animation": "2301",
- "defence_animation": "2300",
- "defence_level": "60",
- "lifepoints": "80",
- "magic_animation": "2302",
- "magic_level": "25",
- "melee_animation": "2302",
- "projectile": "337",
- "range_animation": "2302",
- "range_level": "45",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "45"
- },
- {
- "id": "2467",
- "name": "Evil Chicken",
- "examine": "A fowl beast.",
- "aggressive": "true",
- "attack_level": "45",
- "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0",
- "combat_audio": "2288,357,356",
- "combat_style": "2",
- "death_animation": "2301",
- "defence_animation": "2300",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "2302",
- "magic_level": "35",
- "melee_animation": "2302",
- "projectile": "337",
- "range_animation": "2302",
- "range_level": "45",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "45"
- },
- {
- "id": "2468",
- "name": "Evil Chicken",
- "examine": "A fowl beast.",
- "aggressive": "true",
- "attack_level": "45",
- "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0",
- "combat_audio": "2288,357,356",
- "combat_style": "2",
- "death_animation": "2301",
- "defence_animation": "2300",
- "defence_level": "90",
"lifepoints": "120",
- "magic_animation": "2302",
- "magic_level": "45",
+ "strength_level": "1",
+ "id": "2457",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,100,150,175,250,-10,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A fowl beast.",
+ "combat_style": "2",
"melee_animation": "2302",
- "projectile": "337",
"range_animation": "2302",
- "range_level": "45",
+ "combat_audio": "355,357,356",
+ "magic_level": "5",
"respawn_delay": "25",
+ "defence_animation": "2300",
+ "magic_animation": "2302",
+ "death_animation": "2301",
+ "name": "Evil Chicken",
+ "defence_level": "20",
"safespot": null,
- "strength_level": "45",
- "weakness": "9"
- },
- {
- "id": "2469",
- "name": "Frog"
- },
- {
- "id": "2470",
- "name": "Frog"
- },
- {
- "id": "2471",
- "name": "Frog"
- },
- {
- "id": "2472",
- "name": "Frog"
- },
- {
- "id": "2473",
- "name": "Frog"
- },
- {
- "id": "2474",
- "name": "Frog prince"
- },
- {
- "id": "2475",
- "name": "Frog princess"
- },
- {
- "id": "2476",
- "name": "Rick Turpentine",
- "examine": "A Retired Highwayman",
- "attack_level": "8",
- "attack_speed": "5",
- "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20",
- "combat_audio": "2695,513,512",
- "combat_style": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "8",
- "lifepoints": "10",
- "magic_animation": "4230",
- "magic_level": "30",
- "melee_animation": "4230",
- "prj_height": "",
- "projectile": "27",
- "range_animation": "4230",
- "range_level": "20",
- "safespot": null,
- "strength_level": "8"
- },
- {
- "id": "2477",
- "name": "Quiz Master",
- "examine": "Apparently a master of quizzes!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2478",
- "name": "Evil Bob"
- },
- {
- "id": "2479",
- "name": "Evil Bob",
- "examine": "Hey, it's Bob the cat! Or... is it?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2480",
- "name": "Servant"
- },
- {
- "id": "2481",
- "name": "Servant",
- "examine": "Servant of Evil Bob.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2482",
- "name": "Giant bat",
- "examine": "Annoying flappy thing.",
- "attack_level": "22",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0",
- "combat_audio": "292,294,293",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "32",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "8",
- "strength_level": "22"
- },
- {
- "id": "2483",
- "name": "Bush snake"
- },
- {
- "id": "2489",
- "name": "Bush snake",
- "examine": "A slithering serpent that likes to hide in the bush.",
+ "lifepoints": "19",
+ "strength_level": "5",
+ "id": "2463",
"aggressive": "true",
- "attack_level": "25",
- "attack_speed": "7",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "3609,3608,3610",
- "death_animation": "278",
- "defence_animation": "276",
- "defence_level": "50",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "275",
- "poison_amount": "55",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "1"
+ "bonuses": "25,85,105,75,103,85,65,0,0,0,0,0,0,0,0",
+ "range_level": "5",
+ "projectile": "337",
+ "attack_level": "5"
},
{
- "id": "2490",
- "name": "Bush snake",
- "examine": "A slithering serpent that likes to hide in the bush.",
- "aggressive": "true",
- "attack_level": "25",
- "attack_speed": "7",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "3609,3608,3610",
- "death_animation": "278",
- "defence_animation": "276",
- "defence_level": "50",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "275",
- "poison_amount": "55",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25"
- },
- {
- "id": "2491",
- "name": "Jungle spider",
- "examine": "",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "5327",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2492",
- "name": "Jungle spider",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "5327",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2493",
- "name": "Large mosquito",
- "examine": "A flying bloodsucker.",
- "attack_level": "1",
- "death_animation": "2398",
- "defence_animation": "0",
- "defence_level": "63",
- "lifepoints": "90",
- "magic_animation": "0",
- "melee_animation": "2397",
- "range_animation": "0",
- "range_level": "63",
- "safespot": null,
- "strength_level": "1",
- "weakness": "2"
- },
- {
- "id": "2494",
- "name": "Mosquito swarm",
- "examine": "A swarm of three highly agile mosquitoes.",
- "attack_level": "1",
- "death_animation": "2398",
- "defence_animation": "0",
- "defence_level": "66",
- "lifepoints": "94",
- "magic_animation": "0",
- "melee_animation": "2397",
- "range_animation": "0",
- "range_level": "66",
- "safespot": null,
- "strength_level": "1",
- "weakness": "2"
- },
- {
- "id": "2495",
- "name": "Mosquito swarm",
- "examine": "A swarm of five highly agile mosquitoes.",
- "attack_level": "1",
- "death_animation": "2398",
- "defence_animation": "0",
- "defence_level": "68",
- "lifepoints": "97",
- "magic_animation": "0",
- "melee_animation": "2397",
- "range_animation": "0",
- "range_level": "68",
- "safespot": null,
- "strength_level": "1",
- "weakness": "2"
- },
- {
- "id": "2496",
- "name": "Tribesman",
- "attack_level": "1",
- "clue_level": "1",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2497",
- "name": "Tribesman",
- "examine": "A vicious warrior.",
- "aggressive": "true",
- "attack_level": "23",
- "attack_speed": "4",
- "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0",
- "clue_level": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "39",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "428",
- "poison_amount": "55",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "27",
- "weakness": "9"
- },
- {
- "id": "2498",
- "name": "Broodoo victim"
- },
- {
- "id": "2499",
- "name": "Broodoo victim",
- "examine": "An undead victim of some ancient murderous ritual; his skin appears deep green.",
- "aggressive": "true",
- "attack_level": "45",
+ "examine": "A fowl beast.",
"combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "64",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "45",
- "weakness": "9"
- },
- {
- "id": "2500",
- "name": "Broodoo victim"
- },
- {
- "id": "2501",
- "name": "Broodoo victim",
- "examine": "An undead victim of some ancient murderous ritual; his skin appears pale yellow.",
- "aggressive": "true",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "melee_animation": "428",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "43",
- "weakness": "9"
- },
- {
- "id": "2502",
- "name": "Broodoo victim"
- },
- {
- "id": "2503",
- "name": "Broodoo victim",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "100",
- "melee_animation": "810",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2504",
- "name": "Sharimika"
- },
- {
- "id": "2505",
- "name": "Sharimika",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2506",
- "name": "Sharimika",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2507",
- "name": "Mamma Bufetta"
- },
- {
- "id": "2508",
- "name": "Mamma Bufetta",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2509",
- "name": "Mamma Bufetta",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2510",
- "name": "Layleen"
- },
- {
- "id": "2511",
- "name": "Layleen",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2512",
- "name": "Layleen",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2513",
- "name": "Karaday"
- },
- {
- "id": "2514",
- "name": "Karaday",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2515",
- "name": "Karaday",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2516",
- "name": "Safta Doc"
- },
- {
- "id": "2517",
- "name": "Safta Doc",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2518",
- "name": "Safta Doc",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2519",
- "name": "Gabooty"
- },
- {
- "id": "2520",
- "name": "Gabooty",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2521",
- "name": "Gabooty",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2522",
- "name": "Fanellaman"
- },
- {
- "id": "2523",
- "name": "Fanellaman",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2524",
- "name": "Fanellaman",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2525",
- "name": "Jagbakoba"
- },
- {
- "id": "2526",
- "name": "Jagbakoba",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2527",
- "name": "Jagbakoba",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2528",
- "name": "Murcaily"
- },
- {
- "id": "2529",
- "name": "Murcaily",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2530",
- "name": "Murcaily",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2531",
- "name": "Rionasta"
- },
- {
- "id": "2532",
- "name": "Rionasta",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2533",
- "name": "Rionasta",
- "examine": "A native of Tai Bwo Wannai."
- },
- {
- "id": "2534",
- "name": "Mahogany"
- },
- {
- "id": "2535",
- "name": "Teak"
- },
- {
- "id": "2536",
- "name": "Niles"
- },
- {
- "id": "2537",
- "name": "Miles"
- },
- {
- "id": "2538",
- "name": "Giles"
- },
- {
- "id": "2539",
- "name": "Cap'n Hand",
- "examine": "He used to swashbuckle his away across the seven seas.",
- "attack_level": "30",
- "attack_speed": "5",
- "bonuses": "10,30,20,30,10,20,15,30,10,30,15,20,20,0,0",
- "combat_style": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "10",
- "lifepoints": "10",
- "magic_animation": "4230",
- "magic_level": "20",
- "melee_animation": "4230",
- "range_animation": "4230",
- "range_level": "30",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "2540",
- "name": "Dr Jekyll"
- },
- {
- "id": "2541",
- "name": "Mr Hyde"
- },
- {
- "id": "2542",
- "name": "Mr Hyde"
- },
- {
- "id": "2543",
- "name": "Mr Hyde"
- },
- {
- "id": "2544",
- "name": "Mr Hyde"
- },
- {
- "id": "2545",
- "name": "Mr Hyde"
- },
- {
- "id": "2546",
- "name": "Mr Hyde"
- },
- {
- "id": "2547",
- "name": "Chaos druid",
- "examine": "A crazy, evil druid.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "12",
- "end_gfx": "107",
- "lifepoints": "20",
- "magic_animation": "422",
+ "melee_animation": "2302",
+ "range_animation": "2302",
+ "combat_audio": "355,357,356",
"magic_level": "10",
- "melee_animation": "422",
- "projectile": "106",
- "range_animation": "422",
- "range_level": "1",
"respawn_delay": "25",
+ "defence_animation": "2300",
+ "magic_animation": "2302",
+ "death_animation": "2301",
+ "name": "Evil Chicken",
+ "defence_level": "40",
"safespot": null,
- "start_gfx": "105",
+ "lifepoints": "40",
+ "strength_level": "10",
+ "id": "2464",
+ "aggressive": "true",
+ "bonuses": "35,105,125,95,128,105,85,0,0,0,0,0,0,0,0",
+ "range_level": "10",
+ "projectile": "337",
+ "attack_level": "10"
+ },
+ {
+ "examine": "A fowl beast.",
+ "combat_style": "2",
+ "melee_animation": "2302",
+ "range_animation": "2302",
+ "combat_audio": "355,357,356",
+ "magic_level": "15",
+ "respawn_delay": "25",
+ "defence_animation": "2300",
+ "magic_animation": "2302",
+ "death_animation": "2301",
+ "name": "Evil Chicken",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "15",
+ "id": "2465",
+ "aggressive": "true",
+ "bonuses": "35,185,185,155,188,125,165,0,0,0,0,0,0,0,0",
+ "range_level": "15",
+ "projectile": "337",
+ "attack_level": "15"
+ },
+ {
+ "examine": "A fowl beast.",
+ "combat_style": "2",
+ "melee_animation": "2302",
+ "range_animation": "2302",
+ "combat_audio": "355,357,356",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "2300",
+ "magic_animation": "2302",
+ "death_animation": "2301",
+ "name": "Evil Chicken",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "45",
+ "id": "2466",
+ "aggressive": "true",
+ "bonuses": "45,235,235,205,238,145,165,0,0,0,0,0,0,0,0",
+ "range_level": "45",
+ "projectile": "337",
+ "attack_level": "45"
+ },
+ {
+ "examine": "A fowl beast.",
+ "combat_style": "2",
+ "melee_animation": "2302",
+ "range_animation": "2302",
+ "combat_audio": "355,357,356",
+ "magic_level": "35",
+ "respawn_delay": "25",
+ "defence_animation": "2300",
+ "magic_animation": "2302",
+ "death_animation": "2301",
+ "name": "Evil Chicken",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "45",
+ "id": "2467",
+ "aggressive": "true",
+ "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0",
+ "range_level": "45",
+ "projectile": "337",
+ "attack_level": "45"
+ },
+ {
+ "examine": "A fowl beast.",
+ "combat_style": "2",
+ "melee_animation": "2302",
+ "range_animation": "2302",
+ "combat_audio": "355,357,356",
+ "magic_level": "45",
+ "respawn_delay": "25",
+ "defence_animation": "2300",
+ "weakness": "9",
+ "magic_animation": "2302",
+ "death_animation": "2301",
+ "name": "Evil Chicken",
+ "defence_level": "90",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "45",
+ "id": "2468",
+ "aggressive": "true",
+ "bonuses": "45,285,285,255,288,145,165,0,0,0,0,0,0,0,0",
+ "range_level": "45",
+ "projectile": "337",
+ "attack_level": "45"
+ },
+ {
+ "examine": "A Retired Highwayman",
+ "combat_style": "1",
+ "melee_animation": "4230",
+ "range_animation": "4230",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "defence_animation": "404",
+ "magic_animation": "4230",
+ "death_animation": "9055",
+ "name": "Rick Turpentine",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "10",
"strength_level": "8",
- "weakness": "3"
+ "id": "2476",
+ "bonuses": "30,20,10,20,20,30,30,10,20,10,30,30,20,30,20",
+ "range_level": "20",
+ "attack_level": "8"
},
{
- "id": "2548",
- "name": "Blackjack seller"
- },
- {
- "id": "2549",
- "name": "Ali the dyer",
- "examine": "A colourful character.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "Apparently a master of quizzes!",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2550",
- "name": "Dwarven Miner"
- },
- {
- "id": "2551",
- "name": "Dwarven Miner"
- },
- {
- "id": "2552",
- "name": "Dwarven Miner"
- },
- {
- "id": "2553",
- "name": "Blast Furnace Foreman",
- "examine": "Looks after the blast furnace.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Quiz Master",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2477",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Hey",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Evil Bob",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2479",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2554",
- "name": "Tin ore"
+ "examine": "Servant of Evil Bob.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Servant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2481",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2555",
- "name": "Copper ore"
+ "examine": "Annoying flappy thing.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "292,294,293",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "defence_animation": "0",
+ "slayer_exp": "8",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Giant bat",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "22",
+ "id": "2482",
+ "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "2556",
- "name": "Iron ore"
+ "examine": "A slithering serpent that likes to hide in the bush.",
+ "melee_animation": "275",
+ "range_animation": "0",
+ "combat_audio": "3609,3608,3610",
+ "poisonous": "true",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "poison_amount": "11",
+ "magic_animation": "0",
+ "death_animation": "278",
+ "name": "Bush snake",
+ "defence_level": "61",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "1",
+ "id": "2489",
+ "aggressive": "true",
+ "range_level": "61",
+ "attack_level": "1"
},
{
- "id": "2557",
- "name": "Mithril ore"
+ "melee_animation": "275",
+ "combat_audio": "3609,3608,3610",
+ "poisonous": "true",
+ "respawn_delay": "60",
+ "defence_animation": "276",
+ "poison_amount": "11",
+ "death_animation": "278",
+ "name": "Bush snake",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "2490",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2558",
- "name": "Adamantite ore"
+ "melee_animation": "5327",
+ "combat_audio": "537,539,538",
+ "respawn_delay": "60",
+ "defence_animation": "5328",
+ "death_animation": "5329",
+ "name": "Jungle spider",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "2491",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2559",
- "name": "Runite ore"
+ "melee_animation": "5327",
+ "combat_audio": "537,539,538",
+ "respawn_delay": "60",
+ "defence_animation": "5328",
+ "death_animation": "5329",
+ "name": "Jungle spider",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "2492",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2560",
- "name": "Silver ore"
+ "examine": "A flying bloodsucker.",
+ "melee_animation": "2397",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "2398",
+ "name": "Large mosquito",
+ "defence_level": "63",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "1",
+ "id": "2493",
+ "range_level": "63",
+ "attack_level": "1"
},
{
- "id": "2561",
- "name": "Gold ore"
+ "examine": "A swarm of three highly agile mosquitoes.",
+ "melee_animation": "2397",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "2398",
+ "name": "Mosquito swarm",
+ "defence_level": "66",
+ "safespot": null,
+ "lifepoints": "94",
+ "strength_level": "1",
+ "id": "2494",
+ "range_level": "66",
+ "attack_level": "1"
},
{
- "id": "2562",
- "name": "Coal"
+ "examine": "A swarm of five highly agile mosquitoes.",
+ "melee_animation": "2397",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "2398",
+ "name": "Mosquito swarm",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "97",
+ "strength_level": "1",
+ "id": "2495",
+ "range_level": "68",
+ "attack_level": "1"
},
{
- "id": "2563",
- "name": "Perfect gold ore"
+ "name": "Tribesman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "2496",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2564",
- "name": "Ordan",
- "examine": "He smells of rock dust."
- },
- {
- "id": "2565",
- "name": "Jorzik",
- "examine": "He buys stuff."
- },
- {
- "id": "2566",
- "name": "Wise Old Man"
- },
- {
- "id": "2567",
- "name": "Wise Old Man"
- },
- {
- "id": "2568",
- "name": "Banker"
- },
- {
- "id": "2569",
- "name": "Banker"
- },
- {
- "id": "2570",
- "name": "Banker"
- },
- {
- "id": "2571",
- "name": "Market Guard",
- "attack_level": "1",
+ "examine": "A vicious warrior.",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "weakness": "9",
+ "poison_amount": "11",
+ "magic_animation": "0",
"death_animation": "836",
+ "name": "Tribesman",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "39",
+ "strength_level": "27",
+ "id": "2497",
+ "aggressive": "true",
+ "clue_level": "1",
+ "bonuses": "8,8,8,0,0,4,6,6,0,0,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "An undead victim of some ancient murderous ritual; his skin appears deep green.",
+ "combat_style": "2",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Broodoo victim",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "2499",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "An undead victim of some ancient murderous ritual; his skin appears pale yellow.",
+ "combat_style": "2",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Broodoo victim",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "43",
+ "id": "2501",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "43"
+ },
+ {
+ "combat_style": "2",
+ "melee_animation": "810",
+ "respawn_delay": "60",
"defence_animation": "425",
+ "death_animation": "836",
+ "name": "Broodoo victim",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "2503",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He used to swashbuckle his away across the seven seas.",
+ "combat_style": "1",
+ "melee_animation": "4230",
+ "range_animation": "4230",
+ "attack_speed": "5",
+ "magic_level": "20",
+ "defence_animation": "404",
+ "magic_animation": "4230",
+ "death_animation": "9055",
+ "name": "Cap'n Hand",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "10",
+ "id": "2539",
+ "bonuses": "10,30,20,30,10,20,15,30,10,30,15,20,20,0,0",
+ "range_level": "30",
+ "attack_level": "30"
+ },
+ {
+ "examine": "A crazy, evil druid.",
+ "start_gfx": "105",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "attack_speed": "4",
+ "magic_level": "10",
+ "end_gfx": "107",
+ "respawn_delay": "25",
+ "defence_animation": "404",
+ "weakness": "3",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Chaos druid",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "8",
+ "id": "2547",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "106",
+ "attack_level": "8"
+ },
+ {
+ "examine": "A colourful character.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ali the dyer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2549",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks after the blast furnace.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Blast Furnace Foreman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2553",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Market Guard",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "23",
"melee_animation": "400",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2572",
- "name": "Olivia",
- "examine": "She is a seed merchant."
- },
- {
- "id": "2573",
- "name": "Pillory Guard"
- },
- {
- "id": "2574",
- "name": "Bank guard",
- "examine": "He's guarding the bank.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2575",
- "name": "Purepker895"
- },
- {
- "id": "2576",
- "name": "Qutiedoll"
- },
- {
- "id": "2577",
- "name": "1337sp34kr"
- },
- {
- "id": "2578",
- "name": "Elfinlocks"
- },
- {
- "id": "2579",
- "name": "Cool Mom227"
- },
- {
- "id": "2580",
- "name": "Bernald",
- "examine": "Looks after the Burthorpe vinery."
- },
- {
- "id": "2581",
- "name": "Ellamaria"
- },
- {
- "id": "2582",
- "name": "Trolley"
- },
- {
- "id": "2583",
- "name": "Trolley"
- },
- {
- "id": "2584",
- "name": "Trolley"
- },
- {
- "id": "2585",
- "name": "Billy, a guard of Falador"
- },
- {
- "id": "2587",
- "name": "Bob, another guard of Falador"
- },
- {
- "id": "2588",
- "name": "Brother Althric",
- "examine": "A holy man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2589",
- "name": "PKMaster0036"
- },
- {
- "id": "2590",
- "name": "King Roald"
- },
- {
- "id": "2591",
- "name": "TzHaar-Mej",
- "examine": "Looks like some kind of mystic.",
- "attack_level": "70",
- "attack_speed": "5",
- "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "end_gfx": "1621",
- "lifepoints": "100",
- "magic_animation": "9260",
- "magic_level": "70",
- "melee_animation": "9260",
- "projectile": "1617",
- "range_animation": "9260",
- "range_level": "70",
- "safespot": null,
- "start_gfx": "1618",
- "strength_level": "70"
- },
- {
- "id": "2592",
- "name": "TzHaar-Mej",
- "examine": "Looks like some kind of mystic.",
- "attack_level": "70",
- "attack_speed": "5",
- "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "end_gfx": "1621",
- "lifepoints": "100",
- "magic_animation": "9260",
- "magic_level": "70",
- "melee_animation": "9260",
- "projectile": "1617",
- "range_animation": "9260",
- "range_level": "70",
- "safespot": null,
- "start_gfx": "1618",
- "strength_level": "70"
- },
- {
- "id": "2593",
- "name": "TzHaar-Mej",
- "examine": "Looks like some kind of mystic.",
- "attack_level": "70",
- "attack_speed": "5",
- "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "end_gfx": "1621",
- "lifepoints": "100",
- "magic_animation": "9260",
- "magic_level": "70",
- "melee_animation": "9260",
- "projectile": "1617",
- "range_animation": "9260",
- "range_level": "70",
- "safespot": null,
- "start_gfx": "1618",
- "strength_level": "70"
- },
- {
- "id": "2594",
- "name": "TzHaar-Mej",
- "examine": "Looks like some kind of mystic.",
- "attack_level": "70",
- "attack_speed": "5",
- "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "end_gfx": "1621",
- "lifepoints": "100",
- "magic_animation": "9260",
- "magic_level": "70",
- "melee_animation": "9260",
- "projectile": "1617",
- "range_animation": "9260",
- "range_level": "70",
- "safespot": null,
- "start_gfx": "1618",
- "strength_level": "70"
- },
- {
- "id": "2595",
- "name": "TzHaar-Mej",
- "examine": "Looks like some kind of mystic.",
- "attack_level": "70",
- "attack_speed": "5",
- "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "end_gfx": "1621",
- "lifepoints": "100",
- "magic_animation": "9260",
- "magic_level": "70",
- "melee_animation": "9260",
- "projectile": "1617",
- "range_animation": "9260",
- "range_level": "70",
- "safespot": null,
- "start_gfx": "1618",
- "strength_level": "70"
- },
- {
- "id": "2596",
- "name": "TzHaar-Mej",
- "examine": "Looks like some kind of mystic.",
- "attack_level": "70",
- "attack_speed": "5",
- "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "end_gfx": "1621",
- "lifepoints": "100",
- "magic_animation": "9260",
- "magic_level": "70",
- "melee_animation": "9260",
- "projectile": "1617",
- "range_animation": "9260",
- "range_level": "70",
- "safespot": null,
- "start_gfx": "1618",
- "strength_level": "70"
- },
- {
- "id": "2597",
- "name": "TzHaar-Mej",
- "examine": "Looks like some kind of mystic.",
- "attack_level": "70",
- "attack_speed": "5",
- "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "end_gfx": "1621",
- "lifepoints": "100",
- "magic_animation": "9260",
- "magic_level": "70",
- "melee_animation": "9260",
- "projectile": "1617",
- "range_animation": "9260",
- "range_level": "70",
- "safespot": null,
- "start_gfx": "1618",
- "strength_level": "70"
- },
- {
- "id": "2598",
- "name": "TzHaar-Hur",
- "examine": "Looks like a craftsman of some kind.",
- "attack_level": "50",
- "attack_speed": "5",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "9286",
- "magic_level": "50",
- "melee_animation": "9286",
- "range_animation": "9286",
- "range_level": "70",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "2599",
- "name": "TzHaar-Hur",
- "examine": "Looks like a craftsman of some kind.",
- "attack_level": "50",
- "attack_speed": "5",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "9286",
- "magic_level": "50",
- "melee_animation": "9286",
- "range_animation": "9286",
- "range_level": "70",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "2600",
- "name": "TzHaar-Hur",
- "examine": "Looks like a craftsman of some kind.",
- "attack_level": "50",
- "attack_speed": "5",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "9286",
- "magic_level": "50",
- "melee_animation": "9286",
- "range_animation": "9286",
- "range_level": "70",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "2601",
- "name": "TzHaar-Hur",
- "examine": "Looks like a craftsman of some kind.",
- "attack_level": "50",
- "attack_speed": "5",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "9286",
- "magic_level": "50",
- "melee_animation": "9286",
- "range_animation": "9286",
- "range_level": "70",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "2602",
- "name": "TzHaar-Hur",
- "examine": "Looks like a craftsman of some kind.",
- "attack_level": "50",
- "attack_speed": "5",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "9286",
- "magic_level": "50",
- "melee_animation": "9286",
- "range_animation": "9286",
- "range_level": "70",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "2603",
- "name": "TzHaar-Hur",
- "examine": "Looks like a craftsman of some kind.",
- "attack_level": "50",
- "attack_speed": "5",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "9286",
- "magic_level": "50",
- "melee_animation": "9286",
- "range_animation": "9286",
- "range_level": "70",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "2604",
- "name": "TzHaar-Xil",
- "examine": "Doesn't look very social.",
- "attack_level": "70",
- "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "120",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2605",
- "name": "TzHaar-Xil",
- "examine": "Doesn't look very social.",
- "attack_level": "70",
- "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "120",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2606",
- "name": "TzHaar-Xil",
- "examine": "Doesn't look very social.",
- "attack_level": "70",
- "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0",
- "combat_style": "1",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "120",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "projectile": "442",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2607",
- "name": "TzHaar-Xil",
- "examine": "Doesn't look very social.",
- "attack_level": "70",
- "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "120",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2608",
- "name": "TzHaar-Xil",
- "examine": "Doesn't look very social.",
- "attack_level": "70",
- "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "120",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2609",
- "name": "TzHaar-Xil",
- "examine": "Doesn't look very social.",
- "attack_level": "70",
- "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0",
- "combat_style": "1",
- "death_animation": "9291",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "120",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "projectile": "442",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "70"
- },
- {
- "id": "2610",
- "name": "TzHaar-Ket",
- "examine": "Must be a guard or something.",
- "attack_level": "70",
- "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "140",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2611",
- "name": "TzHaar-Ket",
- "examine": "Must be a guard or something.",
- "attack_level": "70",
- "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "140",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2612",
- "name": "TzHaar-Ket",
- "examine": "Must be a guard or something.",
- "attack_level": "70",
- "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "140",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2613",
- "name": "TzHaar-Ket",
- "examine": "Must be a guard or something.",
- "attack_level": "70",
- "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "140",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2614",
- "name": "TzHaar-Ket",
- "examine": "Must be a guard or something.",
- "attack_level": "70",
- "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "140",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2615",
- "name": "TzHaar-Ket",
- "examine": "Must be a guard or something.",
- "attack_level": "70",
- "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "140",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2616",
- "name": "TzHaar-Ket",
- "examine": "Must be a guard or something.",
- "attack_level": "70",
- "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "70",
- "lifepoints": "140",
- "magic_animation": "9345",
- "magic_level": "70",
- "melee_animation": "9345",
- "range_animation": "9345",
- "range_level": "70",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "2617",
- "name": "TzHaar-Mej-Jal",
- "examine": "Another one of those mystic-types."
- },
- {
- "id": "2618",
- "name": "TzHaar-Mej-Kah",
- "examine": "Another one of those mystic-types."
- },
- {
- "id": "2619",
- "name": "TzHaar-Ket-Zuh",
- "examine": "Maybe it'll guard my possessions."
- },
- {
- "id": "2620",
- "name": "TzHaar-Hur-Tel",
- "examine": "Wonder what it's making."
- },
- {
- "id": "2621",
- "name": "Olaf Hardson",
- "examine": "A soggy, smelly Fremennik."
- },
- {
- "id": "2622",
- "name": "TzHaar-Hur-Lek",
- "examine": "Wonder what it's making."
- },
- {
- "id": "2623",
- "name": "TzHaar-Mej-Roh",
- "examine": "Another one of those mystic-types."
- },
- {
- "id": "2624",
- "name": "TzHaar-Ket"
- },
- {
- "id": "2625",
- "name": "TzHaar-Ket"
- },
- {
- "id": "2626",
- "name": "Rocks"
- },
- {
- "id": "2627",
- "name": "Tz-Kih",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "7",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2628",
- "name": "Tz-Kih",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "7",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2629",
- "name": "Tz-Kek",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "defence_level": "1",
- "lifepoints": "20",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2630",
- "name": "Tz-Kek",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "defence_level": "1",
- "lifepoints": "20",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2631",
- "name": "Tok-Xil",
- "examine": "The Tok-Xil fires deadly spines out of its arm",
- "aggressive": "true",
- "attack_level": "1",
- "defence_animation": "0",
- "defence_level": "80",
- "lifepoints": "114",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "80",
- "safespot": null,
"strength_level": "1",
- "weakness": "10"
- },
- {
- "id": "2632",
- "name": "Tok-Xil"
- },
- {
- "id": "2633",
- "name": "Wise Old Man"
- },
- {
- "id": "2634",
- "name": "Miss Schism",
- "examine": "A busy-body who loves a bit of gossip.",
+ "id": "2571",
+ "range_level": "1",
+ "respawn_delay": "60",
"attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "defence_animation": "425"
+ },
+ {
+ "examine": "He's guarding the bank.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2635",
- "name": "Bob"
- },
- {
- "id": "2636",
- "name": "Bob"
- },
- {
- "id": "2637",
- "name": "Sphinx"
- },
- {
- "id": "2638",
- "name": "Neite"
- },
- {
- "id": "2639",
- "name": "Robert the Strong"
- },
- {
- "id": "2640",
- "name": "Odysseus"
- },
- {
- "id": "2641",
- "name": "Dragonkin",
- "attack_level": "1",
- "combat_audio": "408,410,409",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2642",
- "name": "King Black Dragon"
- },
- {
- "id": "2643",
- "name": "R4ng3rNo0b889"
- },
- {
- "id": "2644",
- "name": "Love Cats"
- },
- {
- "id": "2645",
- "name": "Love Cats"
- },
- {
- "id": "2646",
- "name": "Neite"
- },
- {
- "id": "2647",
- "name": "Bob"
- },
- {
- "id": "2648",
- "name": "Beite"
- },
- {
- "id": "2649",
- "name": "Gnome"
- },
- {
- "id": "2650",
- "name": "Gnome"
- },
- {
- "id": "2651",
- "name": "Odysseus"
- },
- {
- "id": "2652",
- "name": "Neite"
- },
- {
- "id": "2654",
- "name": "Unferth"
- },
- {
- "id": "2655",
- "name": "Unferth",
- "examine": "Nice but dim."
- },
- {
- "id": "2656",
- "name": "Unferth"
- },
- {
- "id": "2657",
- "name": "Unferth"
- },
- {
- "id": "2658",
- "name": "Unferth"
- },
- {
- "id": "2659",
- "name": "Unferth"
- },
- {
- "id": "2660",
- "name": "Reldo",
- "examine": "Reldo the librarian."
- },
- {
- "id": "2661",
- "name": "Reldo"
- },
- {
- "id": "2662",
- "name": "Lazy cat"
- },
- {
- "id": "2663",
- "name": "Lazy cat"
- },
- {
- "id": "2664",
- "name": "Lazy cat"
- },
- {
- "id": "2665",
- "name": "Lazy cat"
- },
- {
- "id": "2666",
- "name": "Lazy cat"
- },
- {
- "id": "2667",
- "name": "Lazy cat"
- },
- {
- "id": "2668",
- "name": "Wily cat"
- },
- {
- "id": "2669",
- "name": "Wily cat"
- },
- {
- "id": "2670",
- "name": "Wily cat"
- },
- {
- "id": "2671",
- "name": "Wily cat"
- },
- {
- "id": "2672",
- "name": "Wily cat"
- },
- {
- "id": "2673",
- "name": "Wily cat"
- },
- {
- "id": "2674",
- "name": "Thief",
- "examine": "Known for his light-fingered qualities.",
- "attack_level": "10",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bank guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2574",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A holy man.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brother Althric",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2588",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks like some kind of mystic.",
+ "start_gfx": "1618",
+ "combat_style": "2",
+ "melee_animation": "9260",
+ "range_animation": "9260",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "end_gfx": "1621",
+ "defence_animation": "9287",
+ "magic_animation": "9260",
+ "death_animation": "9291",
+ "name": "TzHaar-Mej",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "70",
+ "id": "2591",
+ "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "projectile": "1617",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Looks like some kind of mystic.",
+ "start_gfx": "1618",
+ "combat_style": "2",
+ "melee_animation": "9260",
+ "range_animation": "9260",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "end_gfx": "1621",
+ "defence_animation": "9287",
+ "magic_animation": "9260",
+ "death_animation": "9291",
+ "name": "TzHaar-Mej",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "70",
+ "id": "2592",
+ "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "projectile": "1617",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Looks like some kind of mystic.",
+ "start_gfx": "1618",
+ "combat_style": "2",
+ "melee_animation": "9260",
+ "range_animation": "9260",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "end_gfx": "1621",
+ "defence_animation": "9287",
+ "magic_animation": "9260",
+ "death_animation": "9291",
+ "name": "TzHaar-Mej",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "70",
+ "id": "2593",
+ "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "projectile": "1617",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Looks like some kind of mystic.",
+ "start_gfx": "1618",
+ "combat_style": "2",
+ "melee_animation": "9260",
+ "range_animation": "9260",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "end_gfx": "1621",
+ "defence_animation": "9287",
+ "magic_animation": "9260",
+ "death_animation": "9291",
+ "name": "TzHaar-Mej",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "70",
+ "id": "2594",
+ "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "projectile": "1617",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Looks like some kind of mystic.",
+ "start_gfx": "1618",
+ "combat_style": "2",
+ "melee_animation": "9260",
+ "range_animation": "9260",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "end_gfx": "1621",
+ "defence_animation": "9287",
+ "magic_animation": "9260",
+ "death_animation": "9291",
+ "name": "TzHaar-Mej",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "70",
+ "id": "2595",
+ "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "projectile": "1617",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Looks like some kind of mystic.",
+ "start_gfx": "1618",
+ "combat_style": "2",
+ "melee_animation": "9260",
+ "range_animation": "9260",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "end_gfx": "1621",
+ "defence_animation": "9287",
+ "magic_animation": "9260",
+ "death_animation": "9291",
+ "name": "TzHaar-Mej",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "70",
+ "id": "2596",
+ "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "projectile": "1617",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Looks like some kind of mystic.",
+ "start_gfx": "1618",
+ "combat_style": "2",
+ "melee_animation": "9260",
+ "range_animation": "9260",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "end_gfx": "1621",
+ "defence_animation": "9287",
+ "magic_animation": "9260",
+ "death_animation": "9291",
+ "name": "TzHaar-Mej",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "70",
+ "id": "2597",
+ "bonuses": "60,120,90,120,60,60,50,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "projectile": "1617",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Looks like a craftsman of some kind.",
+ "melee_animation": "9286",
+ "range_animation": "9286",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "defence_animation": "9287",
+ "magic_animation": "9286",
+ "death_animation": "9288",
+ "name": "TzHaar-Hur",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "2598",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Looks like a craftsman of some kind.",
+ "melee_animation": "9286",
+ "range_animation": "9286",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "defence_animation": "9287",
+ "magic_animation": "9286",
+ "death_animation": "9288",
+ "name": "TzHaar-Hur",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "2599",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Looks like a craftsman of some kind.",
+ "melee_animation": "9286",
+ "range_animation": "9286",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "defence_animation": "9287",
+ "magic_animation": "9286",
+ "death_animation": "9288",
+ "name": "TzHaar-Hur",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "2600",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Looks like a craftsman of some kind.",
+ "melee_animation": "9286",
+ "range_animation": "9286",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "defence_animation": "9287",
+ "magic_animation": "9286",
+ "death_animation": "9288",
+ "name": "TzHaar-Hur",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "2601",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Looks like a craftsman of some kind.",
+ "melee_animation": "9286",
+ "range_animation": "9286",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "defence_animation": "9287",
+ "magic_animation": "9286",
+ "death_animation": "9288",
+ "name": "TzHaar-Hur",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "2602",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Looks like a craftsman of some kind.",
+ "melee_animation": "9286",
+ "range_animation": "9286",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "defence_animation": "9287",
+ "magic_animation": "9286",
+ "death_animation": "9288",
+ "name": "TzHaar-Hur",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "2603",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Doesn't look very social.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9291",
+ "name": "TzHaar-Xil",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "70",
+ "id": "2604",
+ "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Doesn't look very social.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9291",
+ "name": "TzHaar-Xil",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "70",
+ "id": "2605",
+ "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Doesn't look very social.",
+ "combat_style": "1",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9291",
+ "name": "TzHaar-Xil",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "70",
+ "id": "2606",
+ "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0",
+ "range_level": "70",
+ "projectile": "442",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Doesn't look very social.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9291",
+ "name": "TzHaar-Xil",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "70",
+ "id": "2607",
+ "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Doesn't look very social.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9291",
+ "name": "TzHaar-Xil",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "70",
+ "id": "2608",
+ "bonuses": "50,30,120,120,120,130,20,50,45,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Doesn't look very social.",
+ "combat_style": "1",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "slayer_exp": "0",
+ "magic_animation": "9345",
+ "death_animation": "9291",
+ "name": "TzHaar-Xil",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "70",
+ "id": "2609",
+ "bonuses": "50,30,80,56,80,80,100,60,50,45,45,0,0,0,0",
+ "range_level": "70",
+ "projectile": "442",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Must be a guard or something.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9288",
+ "name": "TzHaar-Ket",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "70",
+ "id": "2610",
+ "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Must be a guard or something.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9288",
+ "name": "TzHaar-Ket",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "70",
+ "id": "2611",
+ "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Must be a guard or something.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9288",
+ "name": "TzHaar-Ket",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "70",
+ "id": "2612",
+ "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Must be a guard or something.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9288",
+ "name": "TzHaar-Ket",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "70",
+ "id": "2613",
+ "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Must be a guard or something.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9288",
+ "name": "TzHaar-Ket",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "70",
+ "id": "2614",
+ "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Must be a guard or something.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9288",
+ "name": "TzHaar-Ket",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "70",
+ "id": "2615",
+ "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Must be a guard or something.",
+ "melee_animation": "9345",
+ "range_animation": "9345",
+ "magic_level": "70",
+ "defence_animation": "9287",
+ "magic_animation": "9345",
+ "death_animation": "9288",
+ "name": "TzHaar-Ket",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "70",
+ "id": "2616",
+ "bonuses": "50,120,120,120,130,20,60,45,0,0,0,0,0,0,0",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "name": "Tz-Kih",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "attack_speed": "7",
+ "id": "2627",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Tz-Kih",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "attack_speed": "7",
+ "id": "2628",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Tz-Kek",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "attack_speed": "5",
+ "id": "2629",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Tz-Kek",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "attack_speed": "5",
+ "id": "2630",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Tok-Xil fires deadly spines out of its arm",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Tok-Xil",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "114",
+ "strength_level": "1",
+ "id": "2631",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A busy-body who loves a bit of gossip.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Miss Schism",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2634",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Dragonkin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "408,410,409",
+ "strength_level": "1",
+ "id": "2641",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Known for his light-fingered qualities.",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Thief",
+ "defence_level": "10",
"safespot": null,
+ "lifepoints": "14",
"strength_level": "10",
- "weakness": "9"
- },
- {
- "id": "2675",
- "name": "Man",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
+ "id": "2674",
"range_level": "1",
+ "attack_level": "10"
+ },
+ {
+ "name": "Man",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2676",
- "name": "Make-over Mage"
- },
- {
- "id": "2677",
- "name": "Highwayman",
- "examine": "He holds up passers by.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "5",
+ "lifepoints": "10",
"combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "8",
- "lifepoints": "13",
- "magic_animation": "799",
+ "strength_level": "1",
+ "id": "2675",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He holds up passers by.",
"melee_animation": "799",
"range_animation": "799",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "defence_animation": "404",
+ "weakness": "7",
+ "magic_animation": "799",
+ "death_animation": "9055",
+ "name": "Highwayman",
+ "defence_level": "8",
"safespot": null,
+ "lifepoints": "13",
"strength_level": "8",
- "weakness": "7"
+ "id": "2677",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "8"
},
{
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "2678",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "2679",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "2680",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "2",
"id": "2681",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
+ "attack_level": "1"
},
{
- "id": "2682",
- "name": "Rat",
"examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "3102,3104,3103",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "2",
- "magic_animation": "2705",
"melee_animation": "2705",
"range_animation": "2705",
- "range_level": "1",
+ "combat_audio": "3102,3104,3103",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "2",
+ "strength_level": "1",
+ "id": "2682",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2683",
+ "examine": "A citizen of Rimmington.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Hengel",
- "examine": "A citizen of Rimmington.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2683",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2684",
+ "examine": "A citizen of Rimmington.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Anja",
- "examine": "A citizen of Rimmington.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
+ "strength_level": "1",
+ "id": "2684",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "An ugly smelly creature.",
+ "melee_animation": "164",
+ "range_animation": "164",
+ "combat_audio": "469,472,471",
+ "attack_speed": "6",
+ "defence_animation": "165",
+ "magic_animation": "164",
+ "death_animation": "167",
+ "name": "Hobgoblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "10",
"id": "2685",
- "name": "Hobgoblin",
- "examine": "An ugly smelly creature.",
"aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "469,472,471",
- "death_animation": "167",
- "defence_animation": "165",
- "defence_level": "1",
- "lifepoints": "29",
- "magic_animation": "164",
- "melee_animation": "164",
- "range_animation": "164",
"range_level": "20",
- "safespot": null,
- "strength_level": "10"
+ "attack_level": "20"
},
{
+ "examine": "An ugly smelly creature.",
+ "melee_animation": "164",
+ "range_animation": "164",
+ "combat_audio": "469,472,471",
+ "attack_speed": "6",
+ "defence_animation": "165",
+ "magic_animation": "164",
+ "death_animation": "167",
+ "name": "Hobgoblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "10",
"id": "2686",
- "name": "Hobgoblin",
- "examine": "An ugly smelly creature.",
"aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "469,472,471",
- "death_animation": "167",
- "defence_animation": "165",
- "defence_level": "1",
- "lifepoints": "29",
- "magic_animation": "164",
- "melee_animation": "164",
- "range_animation": "164",
"range_level": "20",
- "safespot": null,
- "strength_level": "10"
+ "attack_level": "20"
},
{
+ "examine": "An ugly smelly creature.",
+ "melee_animation": "164",
+ "range_animation": "164",
+ "combat_audio": "469,472,471",
+ "attack_speed": "6",
+ "defence_animation": "165",
+ "magic_animation": "164",
+ "death_animation": "167",
+ "name": "Hobgoblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "10",
"id": "2687",
- "name": "Hobgoblin",
- "examine": "An ugly smelly creature.",
"aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "469,472,471",
- "death_animation": "167",
- "defence_animation": "165",
- "defence_level": "1",
- "lifepoints": "29",
- "magic_animation": "164",
- "melee_animation": "164",
- "range_animation": "164",
"range_level": "20",
- "safespot": null,
- "strength_level": "10"
+ "attack_level": "20"
},
{
- "id": "2688",
- "name": "Hobgoblin",
"examine": "An ugly smelly creature, with a spear.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "3520,472,471",
- "death_animation": "167",
- "defence_animation": "165",
- "defence_level": "1",
- "lifepoints": "29",
- "magic_animation": "163",
"melee_animation": "163",
"range_animation": "163",
- "range_level": "20",
+ "combat_audio": "3520,472,471",
+ "attack_speed": "6",
+ "defence_animation": "165",
+ "magic_animation": "163",
+ "death_animation": "167",
+ "name": "Hobgoblin",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "10"
+ "lifepoints": "29",
+ "strength_level": "10",
+ "id": "2688",
+ "aggressive": "true",
+ "range_level": "20",
+ "attack_level": "20"
},
{
- "id": "2689",
- "name": "Frog",
"examine": "Didn't the mage say this procedure was totally safe?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Frog",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2689",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2690",
- "name": "Jack Seagull",
"examine": "A salty seafarer. Needs a wash.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jack Seagull",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2690",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2691",
- "name": "Longbow Ben",
"examine": "A strange man with a strange name. Probably a strange past, too.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Longbow Ben",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2691",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2692",
- "name": "Ahab",
- "examine": "So what can one do with a drunken sailor?"
- },
- {
- "id": "2693",
- "name": "Duck",
"examine": "She quackers.",
- "attack_level": "1",
- "death_animation": "3468",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "1",
- "magic_animation": "0",
+ "slayer_task": "7",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "3468",
+ "name": "Duck",
+ "defence_level": "1",
"water_npc": "true",
- "weakness": "8"
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "2693",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2694",
- "name": "Duckling",
"examine": "Mini quackers.",
- "aggressive": "true",
- "attack_level": "1",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
"death_animation": "3468",
- "defence_animation": "0",
+ "name": "Duckling",
"defence_level": "1",
- "lifepoints": "1",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
"water_npc": "true",
- "weakness": "8"
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "2694",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2695",
- "name": "Pirate",
"examine": "This one's had too much to drink!",
- "aggressive": "true",
- "attack_level": "1",
+ "melee_animation": "422",
"combat_audio": "703,705,704",
- "death_animation": "836",
+ "respawn_delay": "60",
"defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
"defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "2695",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2696",
- "name": "Thief",
"examine": "Known for his light-fingered qualities.",
- "attack_level": "11",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "11",
- "lifepoints": "15",
- "magic_animation": "0",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Thief",
+ "defence_level": "11",
"safespot": null,
+ "lifepoints": "15",
"strength_level": "11",
- "weakness": "8"
+ "id": "2696",
+ "range_level": "1",
+ "attack_level": "11"
},
{
- "id": "2697",
- "name": "Mugger",
"examine": "He doesn't look so happy now he's in jail.",
- "aggressive": "true",
- "attack_level": "11",
- "death_animation": "836",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Mugger",
"defence_level": "11",
+ "safespot": null,
"lifepoints": "15",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "11",
- "weakness": "8"
+ "id": "2697",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "11"
},
{
- "id": "2698",
- "name": "Black knight",
"examine": "A dark-hearted knight.",
- "aggressive": "true",
- "attack_level": "25",
+ "melee_animation": "422",
+ "range_animation": "0",
"attack_speed": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "42",
- "magic_animation": "0",
"magic_level": "1",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Black knight",
+ "defence_level": "25",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "24",
- "weakness": "7"
+ "id": "2698",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "2699",
- "name": "Guard",
"examine": "He's guarding the prison.",
- "attack_level": "13",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
"safespot": null,
+ "lifepoints": "18",
"strength_level": "13",
- "weakness": "7"
+ "id": "2699",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "13"
},
{
+ "examine": "A prison guard.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "13",
"id": "2700",
- "name": "Guard",
- "examine": "A prison guard.",
- "attack_level": "13",
- "attack_speed": "5",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "13",
- "weakness": "7"
+ "attack_level": "13"
},
{
+ "examine": "A prison guard.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "13",
"id": "2701",
- "name": "Guard",
- "examine": "A prison guard.",
- "attack_level": "13",
- "attack_speed": "5",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "13",
- "weakness": "7"
+ "attack_level": "13"
},
{
+ "examine": "A prison guard.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "13",
"id": "2702",
- "name": "Guard",
- "examine": "A prison guard.",
- "attack_level": "13",
- "attack_speed": "5",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "13",
- "weakness": "7"
+ "attack_level": "13"
},
{
+ "examine": "A prison guard.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "13",
"id": "2703",
- "name": "Guard",
- "examine": "A prison guard.",
- "attack_level": "13",
- "attack_speed": "5",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "13",
- "weakness": "7"
+ "attack_level": "13"
},
{
- "id": "2704",
- "name": "Guard",
"examine": "He's asleep.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2705",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Guard",
- "examine": "Keeping an eye out for suspicious activity.",
- "attack_level": "1",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2704",
"clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Keeping an eye out for suspicious activity.",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "511,513,512",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2705",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2706",
- "name": "Crab",
"examine": "No one likes crabs...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Crab",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2706",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2707",
- "name": "Seagull",
"examine": "A sea bird.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "309,311,310",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Seagull",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2707",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2708",
- "name": "Seagull"
- },
- {
- "id": "2709",
- "name": "Fire wizard",
"examine": "Caution: HOT!",
- "attack_level": "1",
- "combat_style": "2",
- "death_animation": "2553",
- "defence_animation": "0",
- "defence_level": "18",
- "end_gfx": "101",
- "lifepoints": "25",
- "magic_animation": "711",
- "magic_level": "18",
- "melee_animation": "414",
- "projectile": "100",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"start_gfx": "99",
+ "combat_style": "2",
"start_height": "80",
+ "melee_animation": "414",
+ "range_animation": "0",
+ "magic_level": "18",
+ "respawn_delay": "60",
+ "end_gfx": "101",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "2553",
+ "name": "Fire wizard",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
"strength_level": "1",
- "weakness": "3"
+ "id": "2709",
+ "range_level": "1",
+ "projectile": "100",
+ "attack_level": "1"
},
{
- "id": "2710",
- "name": "Water wizard",
"examine": "Hydro-power!",
- "attack_level": "1",
"combat_style": "2",
- "death_animation": "2553",
- "defence_animation": "0",
- "defence_level": "14",
- "lifepoints": "20",
- "magic_animation": "711",
+ "melee_animation": "414",
+ "range_animation": "0",
"magic_level": "14",
- "melee_animation": "414",
- "projectile": "94",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "2553",
+ "name": "Water wizard",
+ "defence_level": "14",
"safespot": null,
- "start_gfx": "93",
- "start_height": "80",
+ "lifepoints": "20",
"strength_level": "1",
- "weakness": "3"
+ "id": "2710",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2711",
- "name": "Earth wizard",
"examine": "His hands are covered in mud, at least.",
- "attack_level": "1",
- "combat_style": "2",
- "death_animation": "2553",
- "defence_animation": "0",
- "defence_level": "16",
- "end_gfx": "98",
- "lifepoints": "22",
- "magic_animation": "711",
- "magic_level": "16",
- "melee_animation": "414",
- "projectile": "97",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"start_gfx": "96",
- "start_height": "80",
- "strength_level": "1",
- "weakness": "3"
- },
- {
- "id": "2712",
- "name": "Air wizard",
- "examine": "At least he looks solid enough to fight.",
- "attack_level": "1",
"combat_style": "2",
- "death_animation": "2553",
- "defence_animation": "0",
- "defence_level": "12",
- "end_gfx": "92",
- "lifepoints": "17",
- "magic_animation": "711",
- "magic_level": "12",
- "melee_animation": "414",
- "projectile": "91",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "90",
"start_height": "80",
+ "melee_animation": "414",
+ "range_animation": "0",
+ "magic_level": "16",
+ "respawn_delay": "60",
+ "end_gfx": "98",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "2553",
+ "name": "Earth wizard",
+ "defence_level": "16",
+ "safespot": null,
+ "lifepoints": "22",
"strength_level": "1",
- "weakness": "3"
- },
- {
- "id": "2713",
- "name": "Malignius Mortifer",
- "examine": "A master of necromancy!"
- },
- {
- "id": "2714",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
+ "id": "2711",
"range_level": "1",
+ "projectile": "97",
+ "attack_level": "1"
+ },
+ {
+ "examine": "At least he looks solid enough to fight.",
+ "start_gfx": "90",
+ "combat_style": "2",
+ "start_height": "80",
+ "melee_animation": "414",
+ "range_animation": "0",
+ "magic_level": "12",
+ "respawn_delay": "60",
+ "end_gfx": "92",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "2553",
+ "name": "Air wizard",
+ "defence_level": "12",
"safespot": null,
+ "lifepoints": "17",
+ "strength_level": "1",
+ "id": "2712",
+ "range_level": "1",
+ "projectile": "91",
+ "attack_level": "1"
+ },
+ {
"slayer_exp": "30",
- "strength_level": "1"
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "2714",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2715",
- "name": "Skeleton",
- "attack_level": "1",
- "combat_audio": "774,775,777",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2716",
- "name": "Ghost",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
"slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "2717",
- "name": "Skeleton mage",
- "attack_level": "1",
- "combat_audio": "774,775,777",
+ "name": "Ghost",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "2716",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2718",
- "name": "Betty",
"examine": "She'll store my items for me.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Betty",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2718",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2719",
- "name": "Grum"
- },
- {
- "id": "2720",
- "name": "Gerrant"
- },
- {
- "id": "2721",
- "name": "Wydin"
- },
- {
- "id": "2722",
- "name": "Fishing spot"
- },
- {
- "id": "2723",
- "name": "Fishing spot"
- },
- {
- "id": "2724",
- "name": "Fishing spot"
- },
- {
- "id": "2725",
- "name": "Otto Godblessed",
"examine": "A wise barbarian, apparently. He still looks like a thug.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Otto Godblessed",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2726",
- "name": "Gull",
- "examine": "A sea bird.",
- "water_npc": "true"
- },
- {
- "id": "2727",
- "name": "Gull"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2725",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Holy looking.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk of Entrana",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2728",
- "name": "Monk of Entrana",
- "examine": "Holy looking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Holy looking.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk of Entrana",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2729",
- "name": "Monk of Entrana",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "Holy looking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk of Entrana",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2730",
- "name": "Monk of Entrana"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2731",
- "name": "Monk of Entrana",
- "examine": "Holy looking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2732",
- "name": "Master Crafter",
"examine": "He works in the Crafting Guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2733",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Master Crafter",
- "examine": "He wanders around the Crafting Guild pretending to be working.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "2732",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He wanders around the Crafting Guild pretending to be working.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Master Crafter",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2733",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Hangs out in caves.",
+ "melee_animation": "9232",
+ "range_animation": "9232",
+ "attack_speed": "5",
+ "respawn_delay": "0",
+ "defence_animation": "9231",
+ "magic_animation": "9232",
+ "death_animation": "9230",
+ "name": "Tz-Kih",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "27",
"id": "2734",
- "name": "Tz-Kih",
- "examine": "Hangs out in caves.",
"aggressive": "true",
- "attack_level": "30",
- "attack_speed": "5",
"bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0",
- "death_animation": "9230",
- "defence_animation": "9231",
- "defence_level": "11",
- "lifepoints": "10",
- "magic_animation": "9232",
- "melee_animation": "9232",
- "range_animation": "9232",
"range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "27"
+ "attack_level": "30"
},
{
+ "examine": "Hangs out in caves.",
+ "melee_animation": "9232",
+ "range_animation": "9232",
+ "attack_speed": "5",
+ "respawn_delay": "0",
+ "defence_animation": "9231",
+ "magic_animation": "9232",
+ "death_animation": "9230",
+ "name": "Tz-Kih",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "27",
"id": "2735",
- "name": "Tz-Kih",
- "examine": "Hangs out in caves.",
"aggressive": "true",
- "attack_level": "30",
- "attack_speed": "5",
"bonuses": "150,22,22,22,22,11,0,0,0,0,0,0,0,0,0",
- "death_animation": "9230",
- "defence_animation": "9231",
- "defence_level": "11",
- "lifepoints": "10",
- "magic_animation": "9232",
- "melee_animation": "9232",
- "range_animation": "9232",
"range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "27"
+ "attack_level": "30"
},
{
+ "examine": "Looks like living lava...",
+ "melee_animation": "9233",
+ "range_animation": "9233",
+ "attack_speed": "5",
+ "magic_level": "20",
+ "defence_animation": "9235",
+ "magic_animation": "9233",
+ "death_animation": "9234",
+ "name": "Tz-Kek",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "60",
"id": "2736",
- "name": "Tz-Kek",
- "examine": "Looks like living lava...",
"aggressive": "true",
- "attack_level": "60",
- "attack_speed": "5",
"bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0",
- "death_animation": "9234",
- "defence_animation": "9235",
- "defence_level": "22",
- "lifepoints": "20",
- "magic_animation": "9233",
- "magic_level": "20",
- "melee_animation": "9233",
- "range_animation": "9233",
"range_level": "20",
- "safespot": null,
- "strength_level": "60"
+ "attack_level": "60"
},
{
+ "examine": "Looks like living lava...",
+ "melee_animation": "9233",
+ "range_animation": "9233",
+ "attack_speed": "5",
+ "magic_level": "20",
+ "defence_animation": "9235",
+ "magic_animation": "9233",
+ "death_animation": "9234",
+ "name": "Tz-Kek",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "60",
"id": "2737",
- "name": "Tz-Kek",
- "examine": "Looks like living lava...",
"aggressive": "true",
- "attack_level": "60",
- "attack_speed": "5",
"bonuses": "80,45,45,45,45,22,0,0,0,0,0,0,0,0,0",
- "death_animation": "9234",
- "defence_animation": "9235",
- "defence_level": "22",
- "lifepoints": "20",
- "magic_animation": "9233",
- "magic_level": "20",
- "melee_animation": "9233",
- "range_animation": "9233",
"range_level": "20",
- "safespot": null,
- "strength_level": "60"
+ "attack_level": "60"
},
{
- "id": "2738",
- "name": "Tz-Kek",
"examine": "Looks like living lava...",
- "attack_level": "30",
- "attack_speed": "5",
- "bonuses": "60,22,22,22,22,11,0,0,0,0,0,0,0,0,0",
- "death_animation": "9234",
- "defence_animation": "9235",
- "defence_level": "11",
- "lifepoints": "10",
- "magic_animation": "9233",
"melee_animation": "9233",
"range_animation": "9233",
- "range_level": "1",
+ "attack_speed": "5",
+ "defence_animation": "9235",
+ "magic_animation": "9233",
+ "death_animation": "9234",
+ "name": "Tz-Kek",
+ "defence_level": "11",
"safespot": null,
- "strength_level": "30"
+ "lifepoints": "10",
+ "strength_level": "30",
+ "id": "2738",
+ "bonuses": "60,22,22,22,22,11,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
},
{
+ "examine": "I don't like the look of those spines...",
+ "melee_animation": "9245",
+ "range_animation": "9245",
+ "attack_speed": "5",
+ "defence_animation": "9242",
+ "weakness": "4",
+ "magic_animation": "9245",
+ "death_animation": "9239",
+ "name": "Tok-Xil",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "80",
"id": "2739",
- "name": "Tok-Xil",
- "examine": "I don't like the look of those spines...",
- "attack_level": "80",
- "attack_speed": "5",
"bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0",
- "death_animation": "9239",
- "defence_animation": "9242",
- "defence_level": "45",
- "lifepoints": "40",
- "magic_animation": "9245",
- "melee_animation": "9245",
- "range_animation": "9245",
"range_level": "80",
- "safespot": null,
- "strength_level": "80",
- "weakness": "4"
+ "attack_level": "80"
},
{
+ "examine": "I don't like the look of those spines...",
+ "melee_animation": "9245",
+ "range_animation": "9245",
+ "attack_speed": "5",
+ "defence_animation": "9242",
+ "weakness": "4",
+ "magic_animation": "9245",
+ "death_animation": "9239",
+ "name": "Tok-Xil",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "80",
"id": "2740",
- "name": "Tok-Xil",
- "examine": "I don't like the look of those spines...",
- "attack_level": "80",
- "attack_speed": "5",
"bonuses": "80,90,86,90,90,90,45,55,26,55,0,0,0,0,0",
- "death_animation": "9239",
- "defence_animation": "9242",
- "defence_level": "45",
- "lifepoints": "40",
- "magic_animation": "9245",
- "melee_animation": "9245",
- "range_animation": "9245",
"range_level": "80",
- "safespot": null,
- "strength_level": "80",
- "weakness": "4"
+ "attack_level": "80"
},
{
+ "examine": "Holy reptile...",
+ "melee_animation": "9252",
+ "range_animation": "9252",
+ "attack_speed": "5",
+ "defence_animation": "9249",
+ "magic_animation": "9252",
+ "death_animation": "9257",
+ "name": "Yt-MejKot",
+ "defence_level": "90",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "100",
"id": "2741",
- "name": "Yt-MejKot",
- "examine": "Holy reptile...",
"aggressive": "true",
- "attack_level": "100",
- "attack_speed": "5",
"bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0",
- "death_animation": "9257",
- "defence_animation": "9249",
- "defence_level": "90",
- "lifepoints": "80",
- "magic_animation": "9252",
- "melee_animation": "9252",
- "range_animation": "9252",
"range_level": "1",
- "safespot": null,
- "strength_level": "100"
+ "attack_level": "100"
},
{
+ "examine": "Holy reptile...",
+ "melee_animation": "9252",
+ "range_animation": "9252",
+ "attack_speed": "5",
+ "defence_animation": "9249",
+ "magic_animation": "9252",
+ "death_animation": "9257",
+ "name": "Yt-MejKot",
+ "defence_level": "90",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "100",
"id": "2742",
- "name": "Yt-MejKot",
- "examine": "Holy reptile...",
"aggressive": "true",
- "attack_level": "100",
- "attack_speed": "5",
"bonuses": "100,180,180,180,180,90,97,0,0,0,0,0,0,0,0",
- "death_animation": "9257",
- "defence_animation": "9249",
- "defence_level": "90",
- "lifepoints": "80",
- "magic_animation": "9252",
- "melee_animation": "9252",
- "range_animation": "9252",
"range_level": "1",
- "safespot": null,
- "strength_level": "100"
+ "attack_level": "100"
},
{
+ "examine": "That's one hot dog!",
+ "melee_animation": "9265",
+ "range_animation": "9265",
+ "attack_speed": "5",
+ "magic_level": "150",
+ "defence_animation": "9268",
+ "magic_animation": "9265",
+ "death_animation": "9269",
+ "name": "Ket-Zek",
+ "defence_level": "180",
+ "safespot": null,
+ "lifepoints": "160",
+ "strength_level": "150",
"id": "2743",
- "name": "Ket-Zek",
- "examine": "That's one hot dog!",
- "attack_level": "150",
- "attack_speed": "5",
"bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0",
- "death_animation": "9269",
- "defence_animation": "9268",
- "defence_level": "180",
- "lifepoints": "160",
- "magic_animation": "9265",
- "magic_level": "150",
- "melee_animation": "9265",
- "range_animation": "9265",
"range_level": "1",
- "safespot": null,
- "strength_level": "150"
+ "attack_level": "150"
},
{
+ "examine": "That's one hot dog!",
+ "melee_animation": "9265",
+ "range_animation": "9265",
+ "attack_speed": "5",
+ "magic_level": "150",
+ "defence_animation": "9268",
+ "magic_animation": "9265",
+ "death_animation": "9269",
+ "name": "Ket-Zek",
+ "defence_level": "180",
+ "safespot": null,
+ "lifepoints": "160",
+ "strength_level": "150",
"id": "2744",
- "name": "Ket-Zek",
- "examine": "That's one hot dog!",
- "attack_level": "150",
- "attack_speed": "5",
"bonuses": "180,180,280,280,280,250,140,152,131,0,0,0,0,0,0",
- "death_animation": "9269",
- "defence_animation": "9268",
- "defence_level": "180",
- "lifepoints": "160",
- "magic_animation": "9265",
- "magic_level": "150",
- "melee_animation": "9265",
- "range_animation": "9265",
"range_level": "1",
- "safespot": null,
- "strength_level": "150"
+ "attack_level": "150"
},
{
- "id": "2745",
- "name": "TzTok-Jad",
- "examine": "This is going to hurt...",
"agg_radius": "64",
- "aggressive": "true",
- "attack_level": "640",
- "attack_speed": "8",
- "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "9279",
- "defence_animation": "9278",
- "defence_level": "480",
- "lifepoints": "250",
- "magic_animation": "9277",
- "magic_level": "480",
+ "examine": "This is going to hurt...",
"melee_animation": "9277",
"range_animation": "9277",
- "range_level": "960",
- "safespot": null,
+ "attack_speed": "8",
+ "magic_level": "480",
+ "defence_animation": "9278",
+ "weakness": "10",
"slayer_exp": "0",
+ "magic_animation": "9277",
+ "death_animation": "9279",
+ "name": "TzTok-Jad",
+ "defence_level": "480",
+ "safespot": null,
+ "lifepoints": "250",
"strength_level": "960",
- "weakness": "10"
+ "id": "2745",
+ "aggressive": "true",
+ "bonuses": "0,0,0,60,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "960",
+ "attack_level": "640"
},
{
- "id": "2746",
- "name": "Yt-HurKot",
"examine": "Mini Menace.",
- "aggressive": "true",
- "attack_level": "75",
- "attack_speed": "5",
- "bonuses": "100,110,110,110,110,60,110,30,0,0,0,0,0,0,0",
- "death_animation": "9257",
- "defence_animation": "9253",
- "defence_level": "75",
- "lifepoints": "40",
- "magic_animation": "9252",
"melee_animation": "9252",
"range_animation": "9252",
- "range_level": "1",
+ "attack_speed": "5",
+ "defence_animation": "9253",
+ "magic_animation": "9252",
+ "death_animation": "9257",
+ "name": "Yt-HurKot",
+ "defence_level": "75",
"safespot": null,
- "strength_level": "75"
- },
- {
- "id": "2747",
- "name": "Solus Dellagar"
- },
- {
- "id": "2748",
- "name": "Savant"
- },
- {
- "id": "2749",
- "name": "Lord Daquarius"
- },
- {
- "id": "2750",
- "name": "Solus Dellagar"
- },
- {
- "id": "2751",
- "name": "Black Knight"
- },
- {
- "id": "2752",
- "name": "Lord Daquarius"
- },
- {
- "id": "2753",
- "name": "Mage of Zamorak"
- },
- {
- "id": "2754",
- "name": "Mage of Zamorak"
- },
- {
- "id": "2755",
- "name": "Mage of Zamorak"
- },
- {
- "id": "2756",
- "name": "Woman"
- },
- {
- "id": "2759",
- "name": "null",
- "examine": "She can look after my money.",
+ "lifepoints": "40",
+ "strength_level": "75",
+ "id": "2746",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "bonuses": "100,110,110,110,110,60,110,30,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "75"
+ },
+ {
+ "examine": "She can look after my money.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2776",
- "name": "Woman",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "511,506,505",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2777",
- "name": "Black Knight"
- },
- {
- "id": "2778",
- "name": "Black Knight"
- },
- {
- "id": "2779",
- "name": "Ranger",
- "examine": "A Ranger of the Temple Knights.",
- "attack_level": "1",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "20",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "null",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2759",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Woman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,506,505",
+ "strength_level": "1",
+ "id": "2776",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Ranger of the Temple Knights.",
"melee_animation": "426",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2780",
- "name": "Solus Dellagar"
- },
- {
- "id": "2781",
- "name": "Gnome guard"
- },
- {
- "id": "2782",
- "name": "Shadow",
- "examine": "A shadow.",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "5",
- "death_animation": "2739",
"defence_animation": "0",
- "defence_level": "68",
- "lifepoints": "100",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Ranger",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "2779",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A shadow.",
"melee_animation": "2738",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "2739",
+ "name": "Shadow",
+ "defence_level": "68",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "68",
- "weakness": "6"
+ "id": "2782",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "68"
},
{
- "id": "2783",
- "name": "Dark beast",
"examine": "From a darker dimension.",
- "aggressive": "true",
- "attack_level": "140",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,40,100,90,100,0,0,0,0,0",
- "can_tolerate": "false",
- "combat_audio": "389,391,390",
- "death_animation": "2733",
- "defence_animation": "2732",
- "defence_level": "120",
- "lifepoints": "220",
- "magic_animation": "2731",
- "magic_level": "160",
+ "slayer_task": "25",
"melee_animation": "2731",
"range_animation": "2731",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "389,391,390",
+ "attack_speed": "4",
+ "magic_level": "160",
+ "defence_animation": "2732",
+ "weakness": "4",
"slayer_exp": "225",
+ "magic_animation": "2731",
+ "death_animation": "2733",
+ "name": "Dark beast",
+ "defence_level": "120",
+ "safespot": null,
+ "lifepoints": "220",
+ "can_tolerate": "false",
"strength_level": "160",
- "weakness": "4"
- },
- {
- "id": "2784",
- "name": "Mourner",
- "examine": "A mourner, or plague healer."
- },
- {
- "id": "2785",
- "name": "Slave",
- "examine": "Digging.",
- "attack_level": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "2786",
- "name": "Slave",
- "examine": "Digging.",
- "attack_level": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "2787",
- "name": "Slave",
- "examine": "Confused.",
- "attack_level": "",
- "death_animation": "",
- "defence_animation": "",
- "defence_level": "",
- "lifepoints": "",
- "magic_animation": "",
- "melee_animation": "",
- "range_animation": "",
- "range_level": "",
- "safespot": null,
- "strength_level": ""
- },
- {
- "id": "2788",
- "name": "Thorgel"
- },
- {
- "id": "2790",
- "name": "Sergeant Damien",
- "examine": "Drill Sergeant from heck!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2791",
- "name": "Pillory Guard"
- },
- {
- "id": "2792",
- "name": "Tramp",
- "examine": "A man down on his luck.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2793",
- "name": "Tramp"
- },
- {
- "id": "2794",
- "name": "Tramp"
- },
- {
- "id": "2795",
- "name": "Skippy"
- },
- {
- "id": "2796",
- "name": "Skippy",
- "examine": "He looks angry and smells drunk."
- },
- {
- "id": "2797",
- "name": "Skippy"
- },
- {
- "id": "2798",
- "name": "Skippy"
- },
- {
- "id": "2799",
- "name": "Skippy"
- },
- {
- "id": "2800",
- "name": "A pile of broken glass"
- },
- {
- "id": "2801",
- "name": "Ogre",
- "examine": "Big, ugly, and smelly.",
+ "id": "2783",
"aggressive": "true",
- "attack_level": "54",
- "attack_speed": "6",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "54",
- "lifepoints": "60",
- "magic_animation": "359",
+ "bonuses": "0,0,0,0,0,30,40,100,90,100,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "140"
+ },
+ {
+ "examine": "Digging.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2785",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Digging.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2786",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Confused.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Slave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2787",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Drill Sergeant from heck!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sergeant Damien",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2790",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A man down on his luck.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tramp",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2792",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An angry Ogre in a funny hat.",
"melee_animation": "359",
"range_animation": "359",
- "range_level": "1",
+ "attack_speed": "6",
+ "defence_animation": "360",
+ "magic_animation": "359",
+ "death_animation": "361",
+ "name": "Ogre",
+ "defence_level": "30",
"safespot": null,
- "strength_level": "54"
+ "lifepoints": "48",
+ "strength_level": "30",
+ "id": "2801",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "2802",
- "name": "Gnome Coach",
"examine": "They just call him 'Coach'.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome Coach",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2802",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2803",
- "name": "Lizard",
"examine": "A cold-blooded creature, partial to warmth.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "2778",
- "defence_animation": "2777",
- "defence_level": "55",
- "lifepoints": "40",
- "magic_animation": "2776",
+ "slayer_task": "26",
"melee_animation": "2776",
"range_animation": "2776",
- "range_level": "55",
- "safespot": null,
+ "attack_speed": "5",
+ "defence_animation": "2777",
+ "weakness": "0",
"slayer_exp": "40",
+ "magic_animation": "2776",
+ "death_animation": "2778",
+ "name": "Lizard",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "40",
"strength_level": "1",
- "weakness": "0"
+ "id": "2803",
+ "aggressive": "true",
+ "range_level": "55",
+ "attack_level": "1"
},
{
+ "examine": "A cold-blooded creature, partial to warmth.",
+ "slayer_task": "26",
+ "melee_animation": "2776",
+ "range_animation": "2776",
+ "attack_speed": "5",
+ "defence_animation": "2777",
+ "weakness": "0",
+ "slayer_exp": "25",
+ "magic_animation": "2776",
+ "death_animation": "2778",
+ "name": "Desert Lizard",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
"id": "2804",
- "name": "Desert Lizard",
- "examine": "A cold-blooded creature, partial to warmth.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "2778",
- "defence_animation": "2777",
- "defence_level": "45",
- "lifepoints": "25",
- "magic_animation": "2776",
- "melee_animation": "2776",
- "range_animation": "2776",
"range_level": "45",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1",
- "weakness": "0"
+ "attack_level": "1"
},
{
+ "examine": "A cold-blooded creature, partial to warmth.",
+ "slayer_task": "26",
+ "melee_animation": "2776",
+ "range_animation": "2776",
+ "attack_speed": "5",
+ "defence_animation": "2777",
+ "weakness": "0",
+ "slayer_exp": "25",
+ "magic_animation": "2776",
+ "death_animation": "2778",
+ "name": "Desert Lizard",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
"id": "2805",
- "name": "Desert Lizard",
- "examine": "A cold-blooded creature, partial to warmth.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "2778",
- "defence_animation": "2777",
- "defence_level": "45",
- "lifepoints": "25",
- "magic_animation": "2776",
- "melee_animation": "2776",
- "range_animation": "2776",
"range_level": "45",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1",
- "weakness": "0"
+ "attack_level": "1"
},
{
+ "examine": "A cold-blooded creature, partial to warmth.",
+ "melee_animation": "2776",
+ "range_animation": "2776",
+ "attack_speed": "5",
+ "defence_animation": "2777",
+ "slayer_exp": "25",
+ "magic_animation": "2776",
+ "death_animation": "2778",
+ "name": "Desert Lizard",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
"id": "2806",
- "name": "Desert Lizard",
- "examine": "A cold-blooded creature, partial to warmth.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "2778",
- "defence_animation": "2777",
- "defence_level": "45",
- "lifepoints": "25",
- "magic_animation": "2776",
- "melee_animation": "2776",
- "range_animation": "2776",
"range_level": "45",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2807",
- "name": "Small Lizard",
"examine": "A cold-blooded creature, partial to warmth.",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "2778",
- "defence_animation": "2777",
- "defence_level": "15",
- "lifepoints": "15",
- "magic_animation": "2776",
+ "slayer_task": "26",
"melee_animation": "2776",
"range_animation": "2776",
- "range_level": "15",
- "safespot": null,
+ "attack_speed": "5",
+ "defence_animation": "2777",
+ "weakness": "0",
"slayer_exp": "15",
+ "magic_animation": "2776",
+ "death_animation": "2778",
+ "name": "Small Lizard",
+ "defence_level": "15",
+ "safespot": null,
+ "lifepoints": "15",
"strength_level": "1",
- "weakness": "0"
+ "id": "2807",
+ "range_level": "15",
+ "attack_level": "1"
},
{
- "id": "2808",
- "name": "Small Lizard",
"examine": "A cold-blooded creature, partial to warmth.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "2778",
- "defence_animation": "2777",
- "defence_level": "15",
- "lifepoints": "15",
- "magic_animation": "2776",
+ "slayer_task": "26",
"melee_animation": "2776",
"range_animation": "2776",
- "range_level": "15",
+ "attack_speed": "5",
+ "defence_animation": "2777",
+ "weakness": "0",
+ "magic_animation": "2776",
+ "death_animation": "2778",
+ "name": "Small Lizard",
+ "defence_level": "15",
"safespot": null,
+ "lifepoints": "15",
"strength_level": "1",
- "weakness": "0"
+ "id": "2808",
+ "aggressive": "true",
+ "range_level": "15",
+ "attack_level": "1"
},
{
- "id": "2809",
- "name": "Al the Camel",
"examine": "A camel who has the soul of a poet.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Al the Camel",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2809",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2810",
- "name": "Elly the Camel",
"examine": "A camel whose love is unrequited.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Elly the Camel",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2810",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2811",
- "name": "Ollie the Camel",
"examine": "A camel who wants to fly some day.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ollie the Camel",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2811",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2812",
- "name": "Cam the Camel",
"examine": "A camel who likes to rest.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cam the Camel",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2812",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2813",
- "name": "Alice the Camel"
- },
- {
- "id": "2815",
- "name": "Neferti the Camel",
"examine": "A camel who wants to see the world.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Neferti the Camel",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2815",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2816",
- "name": "Ali the Smith"
- },
- {
- "id": "2821",
- "name": "Ali the Farmer"
- },
- {
- "id": "2822",
- "name": "Ali the Tailor"
- },
- {
- "id": "2823",
- "name": "Ali the Guard"
- },
- {
- "id": "2824",
- "name": "Ellis",
- "examine": "Manufacturer of fine leathers."
- },
- {
- "id": "2825",
- "name": "Pirate Pete",
"examine": "A shifty-looking character.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2826",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Pirate Pete",
- "attack_level": "1",
- "combat_audio": "703,705,704",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2825",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate Pete",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "2826",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2827",
- "name": "Captain Braindeath",
"examine": "A shabby-looking leader.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Braindeath",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2827",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2828",
- "name": "50% Luke",
"examine": "Most of an angry",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "50% Luke",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2828",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2829",
- "name": "Davey"
- },
- {
- "id": "2830",
- "name": "Captain Donnie",
"examine": "I wonder if it was all the 'rum' that pickled him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Donnie",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2830",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Sticking it to 'The Man'.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Zombie protester",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2831",
- "name": "Zombie protester",
- "examine": "Sticking it to 'The Man'.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Sticking it to 'The Man'.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Zombie protester",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2832",
- "name": "Zombie protester",
- "examine": "Sticking it to 'The Man'.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Sticking it to 'The Man'.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Zombie protester",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2833",
- "name": "Zombie protester",
- "examine": "Sticking it to 'The Man'.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Sticking it to 'The Man'.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Zombie protester",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2834",
- "name": "Zombie protester",
- "examine": "Sticking it to 'The Man'.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Sticking it to 'The Man'.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Zombie protester",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2835",
- "name": "Zombie protester",
- "examine": "Sticking it to 'The Man'.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Sticking it to 'The Man'.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Zombie protester",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2836",
- "name": "Zombie protester",
- "examine": "Sticking it to 'The Man'.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "An undead sea scoundrel.",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "36",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "36",
"id": "2837",
- "name": "Zombie pirate",
- "examine": "An undead sea scoundrel.",
"aggressive": "true",
- "attack_level": "36",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "36",
- "lifepoints": "51",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "36",
- "weakness": "6"
+ "attack_level": "36"
},
{
+ "examine": "An undead sea scoundrel.",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "36",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "36",
"id": "2838",
- "name": "Zombie pirate",
- "examine": "An undead sea scoundrel.",
"aggressive": "true",
- "attack_level": "36",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "36",
- "lifepoints": "51",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "36",
- "weakness": "6"
+ "attack_level": "36"
},
{
+ "examine": "An undead sea scoundrel.",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "36",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "36",
"id": "2839",
- "name": "Zombie pirate",
- "examine": "An undead sea scoundrel.",
"aggressive": "true",
- "attack_level": "36",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "36",
- "lifepoints": "51",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "36",
- "weakness": "6"
+ "attack_level": "36"
},
{
+ "examine": "An undead sea scoundrel.",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "36",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "36",
"id": "2840",
- "name": "Zombie pirate",
- "examine": "An undead sea scoundrel.",
"aggressive": "true",
- "attack_level": "36",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "36",
- "lifepoints": "51",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "36",
- "weakness": "6"
+ "attack_level": "36"
},
{
+ "examine": "An undead sea scoundrel.",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "36",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "36",
"id": "2841",
- "name": "Zombie pirate",
- "examine": "An undead sea scoundrel.",
"aggressive": "true",
- "attack_level": "36",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "36",
- "lifepoints": "51",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "36",
- "weakness": "6"
+ "attack_level": "36"
},
{
+ "examine": "An undead sea scoundrel.",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "36",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "36",
"id": "2842",
- "name": "Zombie pirate",
- "examine": "An undead sea scoundrel.",
"aggressive": "true",
- "attack_level": "36",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "36",
- "lifepoints": "51",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "36",
- "weakness": "6"
+ "attack_level": "36"
},
{
+ "examine": "He talks a good fight.",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie swab",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
"id": "2843",
- "name": "Zombie swab",
- "examine": "He talks a good fight.",
"aggressive": "true",
- "attack_level": "34",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "34"
},
{
+ "examine": "He talks a good fight.",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie swab",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
"id": "2844",
- "name": "Zombie swab",
- "examine": "He talks a good fight.",
"aggressive": "true",
- "attack_level": "34",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "34"
},
{
+ "examine": "He talks a good fight.",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie swab",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
"id": "2845",
- "name": "Zombie swab",
- "examine": "He talks a good fight.",
"aggressive": "true",
- "attack_level": "34",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "34"
},
{
+ "examine": "He talks a good fight.",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie swab",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
"id": "2846",
- "name": "Zombie swab",
- "examine": "He talks a good fight.",
"aggressive": "true",
- "attack_level": "34",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "34"
},
{
+ "examine": "He talks a good fight.",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie swab",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
"id": "2847",
- "name": "Zombie swab",
- "examine": "He talks a good fight.",
"aggressive": "true",
- "attack_level": "34",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "34"
},
{
+ "examine": "He talks a good fight.",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie swab",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
"id": "2848",
- "name": "Zombie swab",
- "examine": "He talks a good fight.",
"aggressive": "true",
- "attack_level": "34",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "34",
- "weakness": "6"
+ "attack_level": "34"
},
{
- "id": "2849",
- "name": "Evil spirit",
"examine": "The pun was intended.",
- "aggressive": "true",
- "attack_level": "40",
- "death_animation": "2805",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
- "magic_level": "40",
"melee_animation": "2804",
"range_animation": "0",
- "range_level": "40",
+ "magic_level": "40",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "2805",
+ "name": "Evil spirit",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "57",
"strength_level": "40",
- "weakness": "10"
+ "id": "2849",
+ "aggressive": "true",
+ "range_level": "40",
+ "attack_level": "40"
},
{
- "id": "2850",
- "name": "Fever spider",
"examine": "A bunch of legs, eyes and teeth.",
- "attack_level": "60",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,15,10,15,15,0,0,0,0,0",
- "combat_audio": "537,539,538",
- "death_animation": "5321",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "40",
- "magic_animation": "0",
+ "slayer_task": "76",
"melee_animation": "5319",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "537,539,538",
+ "attack_speed": "4",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "2",
"slayer_exp": "40",
+ "magic_animation": "0",
+ "death_animation": "5321",
+ "name": "Fever spider",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "40",
"strength_level": "30",
- "weakness": "2"
+ "id": "2850",
+ "bonuses": "0,0,0,0,0,20,15,10,15,15,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
},
{
+ "examine": "A worker in the brewery.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brewer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2851",
- "name": "Brewer",
- "examine": "A worker in the brewery.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A worker in the brewery.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brewer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2852",
- "name": "Brewer",
- "examine": "A worker in the brewery.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A worker in the brewery.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brewer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2853",
- "name": "Brewer",
- "examine": "A worker in the brewery.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A worker in the brewery.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brewer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2854",
- "name": "Brewer",
- "examine": "A worker in the brewery.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A worker in the brewery.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brewer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2855",
- "name": "Brewer",
- "examine": "A worker in the brewery.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A worker in the brewery.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brewer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2856",
- "name": "Brewer",
- "examine": "A worker in the brewery.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A worker in the brewery.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brewer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2857",
- "name": "Brewer",
- "examine": "A worker in the brewery.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A worker in the brewery.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brewer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "2858",
- "name": "Brewer",
- "examine": "A worker in the brewery.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2859",
- "name": "Fishing spot"
- },
- {
- "id": "2860",
- "name": "Amaethwyr",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "2861",
- "name": "Teclyn",
- "examine": "Looks after your Farming tools."
- },
- {
- "id": "2862",
- "name": "Death"
- },
- {
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
"id": "2863",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
"range_level": "1",
- "safespot": null,
+ "attack_level": "1"
+ },
+ {
"slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "2864",
- "name": "Most of a Zombie"
- },
- {
- "id": "2865",
- "name": "Most of a Zombie"
- },
- {
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
"id": "2866",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
"range_level": "1",
- "safespot": null,
+ "attack_level": "1"
+ },
+ {
"slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "2867",
- "name": "Most of a Zombie"
- },
- {
- "id": "2868",
- "name": "Zombie Head"
- },
- {
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
"id": "2869",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
"range_level": "1",
- "safespot": null,
+ "attack_level": "1"
+ },
+ {
"slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "2870",
- "name": "Half-Zombie"
- },
- {
- "id": "2871",
- "name": "Other Half-Zombie"
- },
- {
- "id": "2872",
- "name": "Child"
- },
- {
- "id": "2873",
- "name": "Child"
- },
- {
- "id": "2874",
- "name": "Child"
- },
- {
- "id": "2875",
- "name": "Child"
- },
- {
- "id": "2876",
- "name": "Child"
- },
- {
- "id": "2877",
- "name": "Child"
- },
- {
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
"id": "2878",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "2879",
- "name": "Bardur"
- },
- {
- "id": "2880",
- "name": "Dagannoth fledgeling",
"examine": "A knee-high horror from the ocean depths...",
- "aggressive": "true",
- "attack_level": "52",
- "death_animation": "1581",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "74",
- "magic_animation": "0",
+ "slayer_task": "24",
"melee_animation": "1579",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "1581",
+ "name": "Dagannoth fledgeling",
+ "defence_level": "52",
"safespot": null,
+ "lifepoints": "74",
"strength_level": "52",
- "weakness": "6"
+ "id": "2880",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "52"
},
{
- "id": "2881",
- "name": "Dagannoth Supreme",
- "examine": "The Dagannoth King responsible for the death of Bukalla.",
"agg_radius": "8",
- "aggressive": "true",
- "attack_level": "255",
+ "examine": "The Dagannoth King responsible for the death of Bukalla.",
+ "combat_style": "1",
+ "melee_animation": "2855",
"attack_speed": "4",
+ "magic_level": "255",
+ "respawn_delay": "60",
+ "defence_animation": "2852",
+ "death_animation": "2856",
+ "name": "Dagannoth Supreme",
+ "defence_level": "128",
+ "movement_radius": "8",
+ "safespot": null,
+ "lifepoints": "255",
+ "strength_level": "255",
+ "id": "2881",
+ "aggressive": "true",
"bonuses": "0,0,0,0,0,10,10,10,255,550,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "1",
- "death_animation": "2856",
- "defence_animation": "2852",
- "defence_level": "128",
- "lifepoints": "255",
- "magic_level": "255",
- "melee_animation": "2855",
- "movement_radius": "8",
- "projectile": "475",
"range_level": "255",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "255"
+ "projectile": "475",
+ "attack_level": "255"
},
{
- "id": "2882",
- "name": "Dagannoth Prime",
- "examine": "A legendary Dagannoth King, rumoured to fly on the North winds.",
"agg_radius": "8",
- "aggressive": "true",
- "attack_level": "255",
+ "examine": "A legendary Dagannoth King, rumoured to fly on the North winds.",
+ "combat_style": "2",
+ "melee_animation": "2854",
"attack_speed": "4",
+ "magic_level": "255",
+ "spell_id": "48",
+ "respawn_delay": "60",
+ "defence_animation": "2852",
+ "death_animation": "2856",
+ "name": "Dagannoth Prime",
+ "defence_level": "255",
+ "movement_radius": "8",
+ "safespot": null,
+ "lifepoints": "255",
+ "strength_level": "255",
+ "id": "2882",
+ "aggressive": "true",
"bonuses": "0,0,0,0,0,255,255,255,255,10,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "2",
- "death_animation": "2856",
- "defence_animation": "2852",
- "defence_level": "255",
- "lifepoints": "255",
- "magic_level": "255",
- "melee_animation": "2854",
- "movement_radius": "8",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "spell_id": "48",
- "strength_level": "255"
+ "attack_level": "255"
},
{
- "id": "2883",
- "name": "Dagannoth Rex",
- "examine": "Firstborn of the legendary Dagannoth Kings.",
"agg_radius": "8",
- "aggressive": "true",
- "attack_level": "255",
+ "examine": "Firstborn of the legendary Dagannoth Kings.",
+ "melee_animation": "2853",
"attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "2852",
+ "death_animation": "2856",
+ "name": "Dagannoth Rex",
+ "defence_level": "255",
+ "movement_radius": "8",
+ "safespot": null,
+ "lifepoints": "255",
+ "strength_level": "255",
+ "id": "2883",
+ "aggressive": "true",
"bonuses": "0,0,0,0,0,255,255,255,10,255,0,0,0,0,0",
"clue_level": "2",
- "death_animation": "2856",
- "defence_animation": "2852",
- "defence_level": "255",
- "lifepoints": "255",
- "magic_level": "1",
- "melee_animation": "2853",
- "movement_radius": "8",
"range_level": "255",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "255"
+ "attack_level": "255"
},
{
- "id": "2884",
- "name": "Wallasalki"
- },
- {
- "id": "2885",
- "name": "Giant Rock Crab",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0",
- "combat_audio": "717,723,722",
- "death_animation": "1314",
- "defence_animation": "1313",
- "defence_level": "200",
- "lifepoints": "180",
"melee_animation": "1312",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "80"
- },
- {
- "id": "2886",
- "name": "Boulder",
- "attack_level": "1",
- "attack_speed": "5",
- "defence_level": "1",
- "lifepoints": "240",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2887",
- "name": "Dagannoth",
- "aggressive": "true",
- "attack_level": "1",
- "clue_level": "1",
- "combat_style": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "85",
- "melee_animation": "1343",
- "projectile": "288",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2888",
- "name": "Dagannoth",
- "aggressive": "true",
- "attack_level": "1",
- "clue_level": "1",
- "combat_style": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "70",
- "melee_animation": "1343",
- "projectile": "288",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2889",
- "name": "Rock lobster",
- "examine": "It wasn't a rock... It was a rock lobster!",
- "attack_level": "100",
- "attack_speed": "2",
- "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0",
- "combat_audio": "726,728,727",
- "death_animation": "2862",
- "defence_animation": "2861",
- "defence_level": "100",
- "lifepoints": "150",
- "magic_animation": "2860",
- "melee_animation": "2860",
- "movement_radius": "30",
- "range_animation": "2860",
- "range_level": "1",
- "safespot": null,
- "strength_level": "100",
- "weakness": "7"
- },
- {
- "id": "2890",
- "name": "Large rock",
- "examine": "A Rock.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "2",
- "death_animation": "2861",
- "defence_animation": "2861",
- "defence_level": "100",
- "lifepoints": "150",
- "magic_animation": "2860",
- "melee_animation": "2860",
- "range_animation": "2860",
- "range_level": "1",
- "safespot": null,
- "strength_level": "100",
- "weakness": "7"
- },
- {
- "id": "2891",
- "name": "Suspicious water"
- },
- {
- "id": "2892",
- "name": "Spinolyp",
- "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.",
- "agg_radius": "12",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0",
- "combat_style": "2",
- "death_animation": "2866",
- "defence_animation": "2869",
- "defence_level": "1",
- "lifepoints": "75",
- "magic_animation": "2866",
- "magic_level": "65",
- "melee_animation": "2868",
- "projectile": "294",
- "range_animation": "2866",
- "range_level": "20",
- "respawn_delay": "55",
- "safespot": null,
- "slayer_exp": "0",
- "spell_id": "14",
- "strength_level": "10"
- },
- {
- "id": "2893",
- "name": "Suspicious water"
- },
- {
- "id": "2894",
- "name": "Spinolyp",
- "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.",
- "agg_radius": "12",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0",
- "combat_style": "2",
- "death_animation": "2866",
- "defence_animation": "2869",
- "defence_level": "1",
- "lifepoints": "75",
- "magic_animation": "2866",
- "magic_level": "65",
- "melee_animation": "2868",
- "projectile": "294",
- "range_animation": "2866",
- "range_level": "20",
- "respawn_delay": "55",
- "safespot": null,
- "spell_id": "14",
- "strength_level": "10"
- },
- {
- "id": "2895",
- "name": "Suspicious water"
- },
- {
- "id": "2896",
- "name": "Spinolyp",
- "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.",
- "agg_radius": "12",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0",
- "combat_style": "2",
- "death_animation": "2866",
- "defence_animation": "2869",
- "defence_level": "1",
- "lifepoints": "75",
- "magic_animation": "2866",
- "magic_level": "65",
- "melee_animation": "2868",
- "projectile": "294",
- "range_animation": "2866",
- "range_level": "70",
- "respawn_delay": "55",
- "safespot": null,
- "slayer_exp": "0",
- "spell_id": "14",
- "strength_level": "60"
- },
- {
- "id": "2897",
- "name": "Father Reen"
- },
- {
- "id": "2900",
- "name": "Father Reen"
- },
- {
- "id": "2901",
- "name": "Father Badden"
- },
- {
- "id": "2903",
- "name": "Father Badden"
- },
- {
- "id": "2904",
- "name": "Denath"
- },
- {
- "id": "2905",
- "name": "Denath"
- },
- {
- "id": "2906",
- "name": "Eric"
- },
- {
- "id": "2907",
- "name": "Eric"
- },
- {
- "id": "2908",
- "name": "Evil Dave"
- },
- {
- "id": "2910",
- "name": "Evil Dave"
- },
- {
- "id": "2911",
- "name": "Matthew"
- },
- {
- "id": "2912",
- "name": "Matthew"
- },
- {
- "id": "2913",
- "name": "Jennifer"
- },
- {
- "id": "2914",
- "name": "Jennifer"
- },
- {
- "id": "2915",
- "name": "Tanya"
- },
- {
- "id": "2916",
- "name": "Tanya"
- },
- {
- "id": "2917",
- "name": "Patrick"
- },
- {
- "id": "2918",
- "name": "Patrick"
- },
- {
- "id": "2919",
- "name": "Agrith Naar",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "1",
- "lifepoints": "95",
- "melee_animation": "64",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2920",
- "name": "Sand storm"
- },
- {
- "id": "2922",
- "name": "Clay golem"
- },
- {
- "id": "2928",
- "name": "Clay golem"
- },
- {
- "id": "2929",
- "name": "Ghost"
- },
- {
- "id": "2931",
- "name": "Ghost",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "2932",
- "name": "Jorral"
- },
- {
- "id": "2933",
- "name": "Melina"
- },
- {
- "id": "2935",
- "name": "Melina"
- },
- {
- "id": "2936",
- "name": "Droalak"
- },
- {
- "id": "2938",
- "name": "Droalak"
- },
- {
- "id": "2939",
- "name": "Dron"
- },
- {
- "id": "2940",
- "name": "Blanin"
- },
- {
- "id": "2941",
- "name": "The Beast",
- "examine": "Who ate all the rats?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2942",
- "name": "Bellemorde",
- "examine": "Unkempt and a bit smelly."
- },
- {
- "id": "2943",
- "name": "Pox"
- },
- {
- "id": "2944",
- "name": "Pox"
- },
- {
- "id": "2945",
- "name": "Bones",
- "examine": "Lovely, cute, and possibly what dreams are made of.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2946",
- "name": "Grimesquit",
- "examine": "Cracking personality."
- },
- {
- "id": "2947",
- "name": "Phingspet",
- "examine": "Lovely girl, shame about the smell."
- },
- {
- "id": "2948",
- "name": "Hooknosed Jack",
- "examine": "Obviously punches above his weight.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2949",
- "name": "Jimmy Dazzler",
- "examine": "Looks rich like an actor of sorts.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2950",
- "name": "The Face",
- "examine": "Once beautiful, now repugnant.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2951",
- "name": "Felkrash"
- },
- {
- "id": "2952",
- "name": "Smokin' Joe",
- "examine": "What is he?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2953",
- "name": "Ceril Carnillean"
- },
- {
- "id": "2954",
- "name": "Councillor Halgrive"
- },
- {
- "id": "2955",
- "name": "Spice seller"
- },
- {
- "id": "2956",
- "name": "Fur trader"
- },
- {
- "id": "2957",
- "name": "Gem merchant"
- },
- {
- "id": "2958",
- "name": "Silver merchant",
- "examine": "Looks fairly well fed.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2959",
- "name": "Silk merchant"
- },
- {
- "id": "2960",
- "name": "Zenesha"
- },
- {
- "id": "2961",
- "name": "Ali Morrisane"
- },
- {
- "id": "2962",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2963",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2964",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2965",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2966",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2967",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2968",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2969",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2970",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2971",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2972",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2973",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2974",
- "name": "Rat"
- },
- {
- "id": "2980",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2981",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2982",
- "name": "King rat",
- "examine": "The master of all rats.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2983",
- "name": "Turbogroomer"
- },
- {
- "id": "2984",
- "name": "Pusskins",
- "examine": "Not a soft touch.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2985",
- "name": "Loki"
- },
- {
- "id": "2986",
- "name": "Captain Tom",
- "examine": "A not-so friendly, not-so little cat.",
- "aggressive": "true",
- "attack_level": "10",
+ "combat_audio": "717,723,722",
"attack_speed": "4",
- "death_animation": "0",
- "defence_animation": "0",
+ "respawn_delay": "50",
+ "defence_animation": "1313",
+ "death_animation": "1314",
+ "name": "Giant Rock Crab",
+ "defence_level": "200",
+ "safespot": null,
+ "lifepoints": "180",
+ "strength_level": "80",
+ "id": "2885",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,225,200,175,-10,250,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "name": "Boulder",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "240",
+ "strength_level": "1",
+ "attack_speed": "5",
+ "id": "2886",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "1343",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "1",
+ "id": "2887",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "projectile": "288",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "1343",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "2888",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "projectile": "288",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It wasn't a rock... It was a rock lobster!",
+ "melee_animation": "2860",
+ "range_animation": "2860",
+ "combat_audio": "726,728,727",
+ "attack_speed": "2",
+ "defence_animation": "2861",
+ "weakness": "7",
+ "magic_animation": "2860",
+ "death_animation": "2862",
+ "name": "Rock lobster",
+ "defence_level": "100",
+ "safespot": null,
+ "movement_radius": "30",
+ "lifepoints": "150",
+ "strength_level": "100",
+ "id": "2889",
+ "bonuses": "0,0,0,0,0,100,100,50,50,150,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
+ },
+ {
+ "examine": "A Rock.",
+ "melee_animation": "2860",
+ "range_animation": "2860",
+ "attack_speed": "2",
+ "defence_animation": "2861",
+ "weakness": "7",
+ "magic_animation": "2860",
+ "death_animation": "2861",
+ "name": "Large rock",
+ "defence_level": "100",
+ "safespot": null,
+ "lifepoints": "150",
+ "strength_level": "100",
+ "id": "2890",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "100"
+ },
+ {
+ "agg_radius": "12",
+ "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.",
+ "combat_style": "2",
+ "melee_animation": "2868",
+ "range_animation": "2866",
+ "attack_speed": "6",
+ "magic_level": "65",
+ "spell_id": "14",
+ "respawn_delay": "55",
+ "defence_animation": "2869",
+ "slayer_exp": "0",
+ "magic_animation": "2866",
+ "death_animation": "2866",
+ "name": "Spinolyp",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "10",
+ "id": "2892",
+ "aggressive": "true",
+ "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0",
+ "range_level": "20",
+ "projectile": "294",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "12",
+ "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.",
+ "combat_style": "2",
+ "melee_animation": "2868",
+ "range_animation": "2866",
+ "attack_speed": "6",
+ "magic_level": "65",
+ "spell_id": "14",
+ "respawn_delay": "55",
+ "defence_animation": "2869",
+ "magic_animation": "2866",
+ "death_animation": "2866",
+ "name": "Spinolyp",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "10",
+ "id": "2894",
+ "aggressive": "true",
+ "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0",
+ "range_level": "20",
+ "projectile": "294",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "12",
+ "examine": "A sneaky, spiny, subterranean sea-dwelling scamp.",
+ "combat_style": "2",
+ "melee_animation": "2868",
+ "range_animation": "2866",
+ "attack_speed": "6",
+ "magic_level": "65",
+ "spell_id": "14",
+ "respawn_delay": "55",
+ "defence_animation": "2869",
+ "slayer_exp": "0",
+ "magic_animation": "2866",
+ "death_animation": "2866",
+ "name": "Spinolyp",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "60",
+ "id": "2896",
+ "aggressive": "true",
+ "bonuses": "70,50,60,50,10,60,30,10,60,60,70,50,0,0,0",
+ "range_level": "70",
+ "projectile": "294",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "64",
+ "respawn_delay": "60",
+ "defence_animation": "65",
+ "death_animation": "67",
+ "name": "Agrith Naar",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "id": "2919",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "25",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "2931",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Who ate all the rats?",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "The Beast",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2941",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2987",
- "name": "Treacle"
+ "examine": "Lovely, cute, and possibly what dreams are made of.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bones",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2945",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Obviously punches above his weight.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hooknosed Jack",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2948",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks rich like an actor of sorts.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jimmy Dazzler",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2949",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Once beautiful, now repugnant.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "The Face",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2950",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "What is he?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Smokin' Joe",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2952",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks fairly well fed.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Silver merchant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2958",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2962",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2963",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2964",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2965",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2966",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2967",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2968",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2969",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2970",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2971",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2972",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "2973",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
+ "id": "2980",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
+ "id": "2981",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The master of all rats.",
+ "name": "King rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "2982",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not a soft touch.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pusskins",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2984",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A not-so friendly, not-so little cat.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Tom",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2986",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2988",
- "name": "Mittens",
"examine": "A fully grown feline.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mittens",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2988",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2989",
- "name": "Claude"
- },
- {
- "id": "2990",
- "name": "Topsy",
"examine": "Cute and fluffy.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Topsy",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2990",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2991",
- "name": "Rauborn"
- },
- {
- "id": "2992",
- "name": "Vaeringk"
- },
- {
- "id": "2993",
- "name": "Oxi"
- },
- {
- "id": "2994",
- "name": "Fior"
- },
- {
- "id": "2995",
- "name": "Sagira"
- },
- {
- "id": "2996",
- "name": "Anleif"
- },
- {
- "id": "2997",
- "name": "Gertrude's cat",
"examine": "A friendly feline?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gertrude's cat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2997",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "2998",
- "name": "Gambler",
"examine": "Very well to do. I wonder what he's doing here.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "2999",
- "name": "Gambler"
- },
- {
- "id": "3000",
- "name": "Barman"
- },
- {
- "id": "3001",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Gambler",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2998",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "Rich.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gambler",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3001",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Poor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gambler",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3002",
- "name": "Gambler",
- "examine": "Poor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Poor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gambler",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3003",
- "name": "Gambler",
- "examine": "Poor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Poor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gambler",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3004",
- "name": "Gambler",
- "examine": "Poor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Poor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gambler",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3005",
- "name": "Gambler",
- "examine": "Poor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Poor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gambler",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3006",
- "name": "Gambler",
- "examine": "Poor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3007",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3008",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3009",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3010",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3011",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3012",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3013",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3014",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3015",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3016",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3017",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "2705",
+ "range_animation": "2705",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "3018",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "2705",
- "melee_animation": "2705",
- "range_animation": "2705",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3019",
- "name": "Fishing spot"
- },
- {
- "id": "3020",
- "name": "Rug Merchant"
- },
- {
- "id": "3021",
- "name": "Tool leprechaun",
"examine": "Looks after your Farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tool leprechaun",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3021",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3022",
- "name": "Genie",
"examine": "Phenomenal cosmic powers",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Genie",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3022",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3023",
- "name": "Nirrie"
- },
- {
- "id": "3024",
- "name": "Tirrie"
- },
- {
- "id": "3025",
- "name": "Hallak"
- },
- {
- "id": "3026",
+ "examine": "An animated clay statue.",
+ "melee_animation": "2917",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "2919",
"name": "Black golem",
- "examine": "An animated clay statue.",
- "aggressive": "true",
- "attack_level": "55",
- "death_animation": "2919",
- "defence_animation": "0",
"defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "2917",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
+ "lifepoints": "78",
"strength_level": "55",
- "weakness": "2"
+ "id": "3026",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "55"
},
{
- "id": "3027",
+ "examine": "An animated clay statue.",
+ "melee_animation": "2917",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "2919",
"name": "White golem",
- "examine": "An animated clay statue.",
- "aggressive": "true",
- "attack_level": "55",
- "death_animation": "2919",
- "defence_animation": "0",
"defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "2917",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "78",
"strength_level": "55",
- "weakness": "0"
+ "id": "3027",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "55"
},
{
- "id": "3028",
+ "examine": "An animated clay statue.",
+ "melee_animation": "2917",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "2919",
"name": "Grey golem",
- "examine": "An animated clay statue.",
- "aggressive": "true",
- "attack_level": "55",
- "death_animation": "2919",
- "defence_animation": "0",
"defence_level": "55",
+ "safespot": null,
"lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "2917",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "55",
- "weakness": "1"
- },
- {
- "id": "3029",
- "name": "Ghaslor the Elder",
- "examine": "The oldest man in Nardah.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3030",
- "name": "Ali the Carter",
- "examine": "A water salesman from Pollnivneach.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3031",
- "name": "Usi"
- },
- {
- "id": "3032",
- "name": "Nkuku"
- },
- {
- "id": "3033",
- "name": "Garai"
- },
- {
- "id": "3034",
- "name": "Habibah"
- },
- {
- "id": "3035",
- "name": "Meskhenet"
- },
- {
- "id": "3036",
- "name": "Zahra"
- },
- {
- "id": "3037",
- "name": "Zahur"
- },
- {
- "id": "3038",
- "name": "Seddu"
- },
- {
- "id": "3039",
- "name": "Kazemde"
- },
- {
- "id": "3040",
- "name": "Awusah the Mayor",
- "examine": "The Mayor of Nardah.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3041",
- "name": "Tarik"
- },
- {
- "id": "3042",
- "name": "Poltenip",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3043",
- "name": "Radat",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3044",
- "name": "Shiratti the Custodian",
- "examine": "Custodian of the shrine to Elidinis.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3045",
- "name": "Rokuh"
- },
- {
- "id": "3046",
- "name": "Nardah Banker",
- "examine": "A banker of Nardah.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3047",
- "name": "Target"
- },
- {
- "id": "3048",
- "name": "Target"
- },
- {
- "id": "3049",
- "name": "Larxus"
- },
- {
- "id": "3051",
- "name": "Mystery figure",
- "examine": "A mysterious watcher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3052",
- "name": "Mystery figure",
- "examine": "A mysterious watcher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3053",
- "name": "Mystery figure",
- "examine": "A mysterious watcher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3054",
- "name": "Mystery figure",
- "examine": "A mysterious watcher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3055",
- "name": "Mystery figure",
- "examine": "A mysterious watcher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3056",
- "name": "Mystery figure",
- "examine": "A mysterious watcher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3057",
- "name": "Earth Warrior Champion",
- "examine": "Champion of the earth warriors.",
+ "id": "3028",
"aggressive": "true",
- "attack_level": "84",
- "death_animation": "2946",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "The oldest man in Nardah.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "84",
- "lifepoints": "108",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghaslor the Elder",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3029",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A water salesman from Pollnivneach.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ali the Carter",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3030",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Mayor of Nardah.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Awusah the Mayor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3040",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Poltenip",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "melee_animation": "395",
+ "strength_level": "1",
+ "id": "3042",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Radat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "melee_animation": "395",
+ "strength_level": "1",
+ "id": "3043",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "examine": "Custodian of the shrine to Elidinis.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shiratti the Custodian",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3044",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A banker of Nardah.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Nardah Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3046",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mysterious watcher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mystery figure",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3051",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mysterious watcher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mystery figure",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3052",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mysterious watcher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mystery figure",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3053",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mysterious watcher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mystery figure",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3054",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mysterious watcher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mystery figure",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3055",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mysterious watcher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mystery figure",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3056",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Champion of the earth warriors.",
"melee_animation": "2951",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "2946",
+ "name": "Earth Warrior Champion",
+ "defence_level": "51",
"safespot": null,
- "strength_level": "84",
- "weakness": "7"
+ "lifepoints": "72",
+ "strength_level": "51",
+ "id": "3057",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "51"
},
{
- "id": "3058",
- "name": "Giant Champion",
"examine": "Champion of the giants.",
- "aggressive": "true",
- "attack_level": "36",
- "attack_speed": "4",
- "death_animation": "6369",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "70",
- "magic_animation": "0",
"melee_animation": "6368",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "8",
"slayer_exp": "35",
- "strength_level": "44",
- "weakness": "8"
+ "magic_animation": "0",
+ "death_animation": "6369",
+ "name": "Giant Champion",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "28",
+ "id": "3058",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "28"
},
{
- "id": "3059",
- "name": "Ghoul Champion",
"examine": "Champion of the ghouls.",
- "aggressive": "true",
- "attack_level": "60",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "441,444,443",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "1",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "60",
+ "combat_audio": "441,444,443",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "9",
"slayer_exp": "50",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Ghoul Champion",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "100",
"strength_level": "80",
- "weakness": "9"
+ "id": "3059",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "60",
+ "attack_level": "60"
},
{
- "id": "3060",
- "name": "Goblin Champion",
"examine": "Champion of the goblins.",
- "attack_level": "1",
- "attack_speed": "4",
- "combat_audio": "469,472,471",
- "death_animation": "6190",
- "defence_animation": "0",
- "defence_level": "14",
- "lifepoints": "32",
- "magic_animation": "0",
- "magic_level": "26",
"melee_animation": "6188",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "10"
- },
- {
- "id": "3061",
- "name": "Hobgoblin Champion",
- "examine": "Champion of the hobgoblins.",
- "aggressive": "true",
- "attack_level": "44",
- "attack_speed": "4",
"combat_audio": "469,472,471",
- "combat_style": "1",
- "death_animation": "167",
- "defence_animation": "165",
- "defence_level": "48",
- "lifepoints": "58",
- "magic_animation": "164",
- "melee_animation": "164",
- "range_animation": "164",
- "range_level": "44",
- "respawn_delay": "60",
+ "magic_level": "12",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "6190",
+ "name": "Goblin Champion",
+ "defence_level": "12",
"safespot": null,
- "strength_level": "48",
- "weakness": "0"
+ "lifepoints": "17",
+ "strength_level": "6",
+ "id": "3060",
+ "range_level": "1",
+ "attack_level": "6"
},
{
- "id": "3062",
- "name": "Imp Champion",
- "examine": "Champion of the imps.",
- "aggressive": "true",
- "attack_level": "5",
- "attack_speed": "4",
- "death_animation": "172",
+ "examine": "Champion of the hobgoblins.",
+ "combat_style": "1",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "40",
+ "weakness": "0",
"magic_animation": "0",
+ "death_animation": "2958",
+ "name": "Hobgoblin Champion",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "14",
+ "id": "3061",
+ "aggressive": "true",
+ "range_level": "28",
+ "attack_level": "14"
+ },
+ {
+ "examine": "Champion of the imps.",
"melee_animation": "5285",
"range_animation": "0",
- "range_level": "5",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "7"
- },
- {
- "id": "3063",
- "name": "Jogre Champion",
- "examine": "Champion of the jogres.",
- "aggressive": "true",
- "attack_level": "86",
- "death_animation": "2938",
- "defence_animation": "2937",
- "defence_level": "86",
- "lifepoints": "120",
- "magic_animation": "2936",
- "melee_animation": "2936",
- "poison_amount": "40",
- "poisonous": "true",
- "range_animation": "2936",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "86",
- "weakness": "9"
- },
- {
- "id": "3064",
- "name": "Lesser Demon Champion",
- "examine": "Champion of the lesser demons.",
- "aggressive": "true",
- "attack_level": "136",
- "combat_audio": "396,402,401",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "142",
- "lifepoints": "148",
+ "defence_animation": "0",
+ "weakness": "7",
"magic_animation": "0",
- "magic_level": "136",
+ "death_animation": "172",
+ "name": "Imp Champion",
+ "defence_level": "7",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "7",
+ "id": "3062",
+ "aggressive": "true",
+ "range_level": "7",
+ "attack_level": "7"
+ },
+ {
+ "examine": "Champion of the jogres.",
+ "melee_animation": "2100",
+ "range_animation": "0",
+ "poisonous": "true",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "8576",
+ "name": "Jogre Champion",
+ "defence_level": "54",
+ "safespot": null,
+ "lifepoints": "77",
+ "strength_level": "54",
+ "id": "3063",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "54"
+ },
+ {
+ "examine": "Champion of the lesser demons.",
"melee_animation": "64",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "396,402,401",
+ "magic_level": "81",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "65",
+ "weakness": "5",
"slayer_exp": "79",
- "strength_level": "140",
- "weakness": "5"
- },
- {
- "id": "3065",
- "name": "Skeleton Champion",
- "examine": "Champion of the jogres.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1444",
- "defence_animation": "5493",
- "defence_level": "54",
- "lifepoints": "58",
"magic_animation": "0",
- "melee_animation": "5485",
- "poisonous": "",
- "range_animation": "5493",
- "range_level": "36",
- "respawn_delay": "60",
+ "death_animation": "67",
+ "name": "Lesser Demon Champion",
+ "defence_level": "81",
"safespot": null,
+ "lifepoints": "115",
"strength_level": "1",
- "weakness": "9"
+ "id": "3064",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3066",
- "name": "Zombies Champion",
"examine": "Champion of the zombies.",
- "aggressive": "true",
- "attack_level": "26",
- "attack_speed": "5",
- "death_animation": "5575",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "37",
- "magic_animation": "0",
"melee_animation": "5581",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "26",
- "weakness": "9"
- },
- {
- "id": "3067",
- "name": "Leon d'Cour",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "7050",
- "defence_level": "1",
- "lifepoints": "123",
- "melee_animation": "7049",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3068",
- "name": "Skeletal Wyvern",
- "examine": "A very dangerous pile of animated Wyvern bones.",
- "agg_radius": "6",
- "aggressive": "true",
- "attack_level": "125",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "0,771,770",
- "death_animation": "2987",
- "defence_animation": "2983",
- "defence_level": "120",
- "end_gfx": "501",
- "lifepoints": "200",
- "magic_animation": "2985",
- "magic_level": "125",
- "melee_animation": "2985",
- "projectile": "500",
- "range_animation": "2989",
- "range_level": "120",
- "safespot": null,
- "slayer_exp": "210",
- "start_gfx": "499",
- "strength_level": "116",
- "weakness": "9"
- },
- {
- "id": "3069",
- "name": "Skeletal Wyvern",
- "examine": "A very dangerous pile of animated Wyvern bones.",
- "agg_radius": "6",
- "aggressive": "true",
- "attack_level": "125",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "0,771,770",
- "death_animation": "2987",
- "defence_animation": "2983",
- "defence_level": "120",
- "end_gfx": "501",
- "lifepoints": "200",
- "magic_animation": "2985",
- "magic_level": "125",
- "melee_animation": "2985",
- "projectile": "500",
- "range_animation": "2989",
- "range_level": "120",
- "safespot": null,
- "slayer_exp": "210",
- "start_gfx": "499",
- "strength_level": "116",
- "weakness": "9"
- },
- {
- "id": "3070",
- "name": "Skeletal Wyvern",
- "examine": "A very dangerous pile of animated Wyvern bones.",
- "agg_radius": "6",
- "aggressive": "true",
- "attack_level": "125",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "0,771,770",
- "death_animation": "2987",
- "defence_animation": "2983",
- "defence_level": "120",
- "end_gfx": "501",
- "lifepoints": "200",
- "magic_animation": "2985",
- "magic_level": "125",
- "melee_animation": "2985",
- "projectile": "500",
- "range_animation": "2989",
- "range_level": "120",
- "safespot": null,
- "slayer_exp": "210",
- "start_gfx": "499",
- "strength_level": "116",
- "weakness": "9"
- },
- {
- "id": "3071",
- "name": "Skeletal Wyvern",
- "examine": "A very dangerous pile of animated Wyvern bones.",
- "agg_radius": "6",
- "aggressive": "true",
- "attack_level": "125",
- "attack_speed": "6",
- "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "0,771,770",
- "death_animation": "2987",
- "defence_animation": "2983",
- "defence_level": "120",
- "end_gfx": "501",
- "lifepoints": "200",
- "magic_animation": "2985",
- "magic_level": "125",
- "melee_animation": "2985",
- "projectile": "500",
- "range_animation": "2989",
- "range_level": "120",
- "safespot": null,
- "slayer_exp": "210",
- "start_gfx": "499",
- "strength_level": "116",
- "weakness": "9"
- },
- {
- "id": "3072",
- "name": "Ice giant",
- "examine": "He's got icicles in his beard.",
- "aggressive": "true",
- "attack_level": "40",
"attack_speed": "5",
- "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4673",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "70",
+ "weakness": "9",
"magic_animation": "0",
- "magic_level": "1",
+ "death_animation": "5575",
+ "name": "Zombies Champion",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "26",
+ "id": "3066",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "26"
+ },
+ {
+ "melee_animation": "7049",
+ "respawn_delay": "60",
+ "defence_animation": "7050",
+ "death_animation": "836",
+ "name": "Leon d'Cour",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "123",
+ "strength_level": "1",
+ "id": "3067",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very dangerous pile of animated Wyvern bones.",
+ "slayer_task": "95",
+ "start_gfx": "499",
+ "melee_animation": "2985",
+ "attack_speed": "6",
+ "weakness": "9",
+ "slayer_exp": "210",
+ "magic_animation": "2985",
+ "death_animation": "2987",
+ "lifepoints": "200",
+ "id": "3068",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0",
+ "agg_radius": "6",
+ "range_animation": "2989",
+ "combat_audio": "0,771,770",
+ "magic_level": "125",
+ "end_gfx": "501",
+ "defence_animation": "2983",
+ "name": "Skeletal Wyvern",
+ "defence_level": "120",
+ "safespot": null,
+ "strength_level": "116",
+ "clue_level": "2",
+ "range_level": "120",
+ "projectile": "500",
+ "attack_level": "125"
+ },
+ {
+ "examine": "A very dangerous pile of animated Wyvern bones.",
+ "slayer_task": "95",
+ "start_gfx": "499",
+ "melee_animation": "2985",
+ "attack_speed": "6",
+ "weakness": "9",
+ "slayer_exp": "210",
+ "magic_animation": "2985",
+ "death_animation": "2987",
+ "lifepoints": "200",
+ "id": "3069",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0",
+ "agg_radius": "6",
+ "range_animation": "2989",
+ "combat_audio": "0,771,770",
+ "magic_level": "125",
+ "end_gfx": "501",
+ "defence_animation": "2983",
+ "name": "Skeletal Wyvern",
+ "defence_level": "120",
+ "safespot": null,
+ "strength_level": "116",
+ "clue_level": "2",
+ "range_level": "120",
+ "projectile": "500",
+ "attack_level": "125"
+ },
+ {
+ "examine": "A very dangerous pile of animated Wyvern bones.",
+ "slayer_task": "95",
+ "start_gfx": "499",
+ "melee_animation": "2985",
+ "attack_speed": "6",
+ "weakness": "9",
+ "slayer_exp": "210",
+ "magic_animation": "2985",
+ "death_animation": "2987",
+ "lifepoints": "200",
+ "id": "3070",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0",
+ "agg_radius": "6",
+ "range_animation": "2989",
+ "combat_audio": "0,771,770",
+ "magic_level": "125",
+ "end_gfx": "501",
+ "defence_animation": "2983",
+ "name": "Skeletal Wyvern",
+ "defence_level": "120",
+ "safespot": null,
+ "strength_level": "116",
+ "clue_level": "2",
+ "range_level": "120",
+ "projectile": "500",
+ "attack_level": "125"
+ },
+ {
+ "examine": "A very dangerous pile of animated Wyvern bones.",
+ "slayer_task": "95",
+ "start_gfx": "499",
+ "melee_animation": "2985",
+ "attack_speed": "6",
+ "weakness": "9",
+ "slayer_exp": "210",
+ "magic_animation": "2985",
+ "death_animation": "2987",
+ "lifepoints": "200",
+ "id": "3071",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,140,90,90,80,140,0,0,0,0,0",
+ "agg_radius": "6",
+ "range_animation": "2989",
+ "combat_audio": "0,771,770",
+ "magic_level": "125",
+ "end_gfx": "501",
+ "defence_animation": "2983",
+ "name": "Skeletal Wyvern",
+ "defence_level": "120",
+ "safespot": null,
+ "strength_level": "116",
+ "clue_level": "2",
+ "range_level": "120",
+ "projectile": "500",
+ "attack_level": "125"
+ },
+ {
+ "examine": "He's got icicles in his beard.",
+ "slayer_task": "47",
"melee_animation": "4672",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "448,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "9",
"slayer_exp": "70",
+ "magic_animation": "0",
+ "death_animation": "4673",
+ "name": "Ice giant",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "70",
"strength_level": "40",
- "weakness": "9"
+ "id": "3072",
+ "aggressive": "true",
+ "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "3073",
- "name": "Ice warrior",
"examine": "A cold-hearted elemental warrior.",
- "aggressive": "true",
- "attack_level": "47",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "2500,530,529",
- "death_animation": "843",
- "defence_animation": "404",
- "defence_level": "47",
- "lifepoints": "59",
- "magic_animation": "451",
+ "slayer_task": "48",
"melee_animation": "451",
"range_animation": "451",
- "range_level": "1",
+ "combat_audio": "2500,530,529",
+ "attack_speed": "4",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "404",
+ "weakness": "9",
"slayer_exp": "59",
+ "magic_animation": "451",
+ "death_animation": "843",
+ "name": "Ice warrior",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "59",
"strength_level": "47",
- "weakness": "9"
- },
- {
- "id": "3074",
- "name": "Monk",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3075",
- "name": "Monk",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3076",
- "name": "Dead Monk"
- },
- {
- "id": "3078",
- "name": "High Priest"
- },
- {
- "id": "3079",
- "name": "Monk",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3080",
- "name": "Monk",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3081",
- "name": "Assassin"
- },
- {
- "id": "3082",
- "name": "Rosie"
- },
- {
- "id": "3083",
- "name": "Sorcha"
- },
- {
- "id": "3084",
- "name": "Cait"
- },
- {
- "id": "3085",
- "name": "Cormac"
- },
- {
- "id": "3086",
- "name": "Fionn"
- },
- {
- "id": "3087",
- "name": "Donnacha"
- },
- {
- "id": "3088",
- "name": "Ronan"
- },
- {
- "id": "3089",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3090",
- "name": "",
- "examine": "A mighty warrior",
+ "id": "3073",
"aggressive": "true",
- "attack_level": "17",
+ "bonuses": "0,0,0,0,0,30,40,20,10,30,0,0,0,0,0",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "47"
+ },
+ {
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
"combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "17",
- "lifepoints": "24",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "3074",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "3075",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "3079",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "3080",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "3089",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mighty warrior",
"melee_animation": "7048",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "17",
- "weakness": "8"
- },
- {
- "id": "3091",
- "name": "",
- "attack_level": "1",
"combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "",
+ "defence_level": "17",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "24",
+ "strength_level": "17",
+ "id": "3090",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "17"
},
{
- "id": "3093",
- "name": "Flying Book"
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "3091",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3094",
- "name": "Flying Book",
"examine": "The book moves by itself!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Flying Book",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3094",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3095",
- "name": "Flying Book"
- },
- {
- "id": "3096",
- "name": "Pizzaz Hat"
- },
- {
- "id": "3097",
+ "examine": "A guardian of the arena.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Entrance Guardian",
- "examine": "A guardian of the arena.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3097",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3098",
+ "examine": "A guardian of the arena.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Telekinetic Guardian",
- "examine": "A guardian of the arena.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3098",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3099",
+ "examine": "A guardian of the arena.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Alchemy Guardian",
- "examine": "A guardian of the arena.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3099",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3100",
+ "examine": "A guardian of the arena.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Enchantment Guardian",
- "examine": "A guardian of the arena.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3100",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3101",
+ "examine": "A guardian of the arena.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Graveyard Guardian",
- "examine": "A guardian of the arena.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3101",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3102",
+ "examine": "A guardian of the arena.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Maze Guardian",
- "examine": "A guardian of the arena.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3102",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3103",
+ "examine": "A guardian of the arena.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Rewards Guardian",
- "examine": "A guardian of the arena.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3103",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Equipment that moves by itself!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Charmed Warrior",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3104",
- "name": "Charmed Warrior",
- "examine": "Equipment that moves by itself!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Equipment that moves by itself!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Charmed Warrior",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3105",
- "name": "Charmed Warrior",
- "examine": "Equipment that moves by itself!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Equipment that moves by itself!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Charmed Warrior",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3106",
- "name": "Charmed Warrior",
- "examine": "Equipment that moves by itself!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3107",
- "name": "Charmed Warrior"
- },
- {
- "id": "3108",
- "name": "Bert"
- },
- {
- "id": "3109",
- "name": "Guard Captain",
"examine": "This guard looks rather drunk and has beer stains down his armour.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard Captain",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3109",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3110",
- "name": "Sandy"
- },
- {
- "id": "3112",
- "name": "Sandy",
- "examine": "Angry and stressed, he doesn't seem to have time for anything other than sand."
- },
- {
- "id": "3113",
- "name": "Sandy"
- },
- {
- "id": "3114",
- "name": "Mazion"
- },
- {
- "id": "3115",
- "name": "Blaec",
- "examine": "Blaec seems to be covered in sand."
- },
- {
- "id": "3116",
- "name": "Reeso"
- },
- {
- "id": "3117",
- "name": "Sandwich lady",
- "examine": "The sandwich lady."
- },
- {
- "id": "3118",
- "name": "Prison Pete"
- },
- {
- "id": "3119",
- "name": "Balloon Animal"
- },
- {
- "id": "3120",
- "name": "Balloon Animal"
- },
- {
- "id": "3121",
- "name": "Balloon Animal",
"examine": "Looks after farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3122",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Balloon Animal",
- "examine": "I saw the witchdoctor",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3121",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3123",
- "name": "Simon Templeton",
- "examine": "Looks like he's seen the inside of a few tombs.",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "9055",
- "defence_animation": "404",
+ "examine": "I saw the witchdoctor",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Balloon Animal",
"defence_level": "1",
- "lifepoints": "12",
- "magic_animation": "422",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3122",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks like he's seen the inside of a few tombs.",
"melee_animation": "422",
"range_animation": "422",
- "range_level": "1",
- "safespot": "0",
- "strength_level": "1"
- },
- {
- "id": "3124",
- "name": "Pyramid block"
- },
- {
- "id": "3125",
- "name": "Pyramid block"
- },
- {
- "id": "3126",
- "name": "Pentyn"
- },
- {
- "id": "3127",
- "name": "Aristarchus"
- },
- {
- "id": "3128",
- "name": "Boneguard"
- },
- {
- "id": "3130",
- "name": "Pile of bones"
- },
- {
- "id": "3131",
- "name": "Desert Spirit"
- },
- {
- "id": "3132",
- "name": "Crust of ice"
- },
- {
- "id": "3134",
- "name": "Furnace grate"
- },
- {
- "id": "3135",
- "name": "Furnace grate",
- "examine": "It seems to be blocked.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
+ "attack_speed": "5",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Simon Templeton",
"defence_level": "1",
- "lifepoints": "0",
- "magic_animation": "0",
+ "safespot": "0",
+ "lifepoints": "12",
+ "strength_level": "1",
+ "id": "3123",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It seems to be blocked.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3136",
- "name": "Enakhra"
- },
- {
- "id": "3138",
- "name": "Enakhra"
- },
- {
- "id": "3139",
- "name": "Boneguard"
- },
- {
- "id": "3141",
- "name": "Akthanakos"
- },
- {
- "id": "3142",
- "name": "Akthanakos"
- },
- {
- "id": "3143",
- "name": "Lazim"
- },
- {
- "id": "3148",
- "name": "Enakhra"
- },
- {
- "id": "3149",
- "name": "Akthanakos"
- },
- {
- "id": "3150",
- "name": "Knight",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3151",
- "name": "Skeleton",
- "attack_level": "1",
- "combat_audio": "774,775,777",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3152",
- "name": "Harpie Bug Swarm"
- },
- {
- "id": "3153",
- "name": "Harpie Bug Swarm",
- "examine": "A swarm of bugs.",
- "aggressive": "true",
- "attack_level": "54",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,5,10,5,10,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "2743,2745,2744",
- "death_animation": "1585",
+ "combat_audio": "703,705,704",
"defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "25",
"magic_animation": "0",
- "magic_level": "1",
+ "death_animation": "0",
+ "name": "Furnace grate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "0",
+ "strength_level": "1",
+ "id": "3135",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "3150",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A swarm of bugs.",
+ "slayer_task": "42",
"melee_animation": "1584",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "2743,2745,2744",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "25",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "2",
"slayer_exp": "25",
- "strength_level": "46",
- "weakness": "2"
- },
- {
- "id": "3154",
- "name": "Count Draynor"
- },
- {
- "id": "3155",
- "name": "Bill Teach",
- "examine": "Bill Teach the pirate.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3156",
- "name": "Bill Teach"
- },
- {
- "id": "3157",
- "name": "Bill Teach"
- },
- {
- "id": "3158",
- "name": "Bill Teach"
- },
- {
- "id": "3159",
- "name": "Bill Teach"
- },
- {
- "id": "3160",
- "name": "Bill Teach"
- },
- {
- "id": "3161",
- "name": "Charley"
- },
- {
- "id": "3162",
- "name": "Smith"
- },
- {
- "id": "3163",
- "name": "Joe"
- },
- {
- "id": "3164",
- "name": "Mama"
- },
- {
- "id": "3165",
- "name": "Mama"
- },
- {
- "id": "3166",
- "name": "Mike",
- "examine": "Dodgy Mike."
- },
- {
- "id": "3167",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3168",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3169",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3170",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3171",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3172",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3173",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3174",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3175",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3176",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3177",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3178",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3179",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3180",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3181",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3182",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3183",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3184",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3185",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3186",
- "name": "Pirate",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3187",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3188",
- "name": "Pirate",
- "examine": "Arghh matey!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
- "combat_audio": "703,705,704",
- "death_animation": "9055",
- "defence_animation": "388",
- "defence_level": "40",
- "lifepoints": "45",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3189",
- "name": "Pirate",
- "examine": "Arghh matey!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
- "combat_audio": "703,705,704",
- "death_animation": "9055",
- "defence_animation": "388",
- "defence_level": "40",
- "lifepoints": "45",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3190",
- "name": "Pirate",
- "examine": "Arghh matey!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
- "combat_audio": "703,705,704",
- "death_animation": "9055",
- "defence_animation": "388",
- "defence_level": "40",
- "lifepoints": "45",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3191",
- "name": "Pirate",
- "examine": "Arghh matey!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
- "combat_audio": "703,705,704",
- "death_animation": "9055",
- "defence_animation": "388",
- "defence_level": "40",
- "lifepoints": "45",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3192",
- "name": "Pirate",
- "examine": "Arghh matey!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
- "combat_audio": "703,705,704",
- "death_animation": "9055",
- "defence_animation": "388",
- "defence_level": "40",
- "lifepoints": "45",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3193",
- "name": "Pirate",
- "examine": "Arghh matey!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
- "combat_audio": "703,705,704",
- "death_animation": "9055",
- "defence_animation": "388",
- "defence_level": "40",
- "lifepoints": "45",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3194",
- "name": "Pirate",
- "examine": "Arghh matey!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
- "combat_audio": "703,705,704",
- "death_animation": "9055",
- "defence_animation": "388",
- "defence_level": "40",
- "lifepoints": "45",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3195",
- "name": "Pirate",
- "examine": "Arghh matey!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
- "combat_audio": "703,705,704",
- "death_animation": "9055",
- "defence_animation": "388",
- "defence_level": "40",
- "lifepoints": "45",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3196",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "400",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3197",
- "name": "Gull"
- },
- {
- "id": "3198",
- "name": "Banker",
- "examine": "He can look after my money.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3199",
- "name": "Banker",
- "examine": "He can look after my money.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3200",
- "name": "Chaos Elemental",
- "examine": "pUre A cHaOs of crEatuRe!",
- "agg_radius": "16",
- "aggressive": "true",
- "attack_level": "270",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,70,70,70,70,70,0,0,0,0,0",
- "combat_audio": "345,351,347",
- "death_animation": "3147",
- "defence_animation": "3149",
- "defence_level": "270",
- "end_gfx": "558",
- "lifepoints": "250",
- "magic_animation": "5443",
- "magic_level": "270",
- "melee_animation": "3146",
- "movement_radius": "30",
- "projectile": "557",
- "range_animation": "5443",
- "range_level": "270",
- "respawn_delay": "100",
- "safespot": "true",
- "start_gfx": "556",
- "strength_level": "270",
- "weakness": "4"
- },
- {
- "id": "3201",
- "name": "Killerwatt",
- "attack_level": "1",
- "attack_speed": "3",
- "defence_level": "1",
- "lifepoints": "51",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "51",
- "strength_level": "1"
- },
- {
- "id": "3202",
- "name": "Killerwatt",
- "attack_level": "1",
- "attack_speed": "3",
- "defence_level": "1",
- "lifepoints": "51",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "51",
- "strength_level": "1"
- },
- {
- "id": "3203",
- "name": "Storm Cloud",
- "examine": "A very small storm!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3204",
- "name": "Storm Cloud",
- "examine": "A very small storm!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3205",
- "name": "Romily Weaklax"
- },
- {
- "id": "3206",
- "name": "Priest"
- },
- {
- "id": "3207",
- "name": "Pious Pete"
- },
- {
- "id": "3208",
- "name": "Taper"
- },
- {
- "id": "3209",
- "name": "Elena",
- "examine": "She doesn't look too happy."
- },
- {
- "id": "3210",
- "name": "Alrena"
- },
- {
- "id": "3211",
- "name": "Alrena"
- },
- {
- "id": "3212",
- "name": "Bravek"
- },
- {
- "id": "3213",
- "name": "Edmond",
- "examine": "A local civilian.",
- "attack_level": "",
- "combat_audio": "",
- "defence_level": "",
- "lifepoints": "",
- "range_level": "",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": ""
- },
- {
- "id": "3214",
- "name": "Edmond",
- "examine": "A local civilian.",
- "attack_level": "",
- "combat_audio": "",
- "defence_level": "",
- "lifepoints": "",
- "range_level": "",
- "safespot": null,
- "slayer_exp": "",
- "strength_level": ""
- },
- {
- "id": "3215",
- "name": "Elena",
- "examine": "She looks concerned."
- },
- {
- "id": "3216",
- "name": "Mourner",
- "examine": "A mourner, or plague healer."
- },
- {
- "id": "3217",
- "name": "Kaylee",
- "examine": "Works in the Rising Sun."
- },
- {
- "id": "3218",
- "name": "Tina"
- },
- {
- "id": "3219",
- "name": "Dwarf",
- "examine": "Loves mining.",
- "attack_level": "28",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "28",
- "weakness": "6"
- },
- {
- "id": "3220",
- "name": "Dwarf",
- "examine": "Loves mining.",
- "attack_level": "32",
- "death_animation": "102",
- "defence_animation": "0",
+ "death_animation": "1585",
+ "name": "Harpie Bug Swarm",
"defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "slayer_exp": "16",
- "strength_level": "32",
- "weakness": "6"
- },
- {
- "id": "3221",
- "name": "Dwarf",
- "examine": "Loves mining.",
- "attack_level": "28",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "28",
- "weakness": "6"
- },
- {
- "id": "3222",
- "name": "Drunken man",
- "examine": "One of Gielinor's many citizens, currently incapacitated by alcohol.",
- "attack_level": "4",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "4",
- "lifepoints": "5",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "4",
- "weakness": "9"
- },
- {
- "id": "3223",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "5",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "4",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3",
- "weakness": "9"
- },
- {
- "id": "3224",
- "name": "Man",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3225",
- "name": "Man",
- "examine": "One of Gielinor's many citizens. He looks worried about something.",
- "attack_level": "3",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "4",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3",
- "weakness": "9"
- },
- {
- "id": "3226",
- "name": "Woman",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "511,506,505",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "9",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3227",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "511,506,505",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3228",
- "name": "Guard",
- "examine": "He tries to keep order around here.",
- "attack_level": "13",
- "attack_speed": "5",
+ "lifepoints": "25",
+ "strength_level": "46",
+ "id": "3153",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,10,5,10,5,10,0,0,0,0,0",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "13",
- "lifepoints": "18",
+ "range_level": "1",
+ "attack_level": "54"
+ },
+ {
+ "examine": "Bill Teach the pirate.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bill Teach",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3155",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3167",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3168",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3169",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3170",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3171",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3172",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3173",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3174",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3175",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3176",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3177",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3178",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3179",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3180",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3181",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3182",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3183",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3184",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3185",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3186",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "422",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "3187",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Arghh matey!",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "death_animation": "9055",
+ "name": "Pirate",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "40",
+ "id": "3188",
+ "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Arghh matey!",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "death_animation": "9055",
+ "name": "Pirate",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "40",
+ "id": "3189",
+ "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Arghh matey!",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "death_animation": "9055",
+ "name": "Pirate",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "40",
+ "id": "3190",
+ "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Arghh matey!",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "death_animation": "9055",
+ "name": "Pirate",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "40",
+ "id": "3191",
+ "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Arghh matey!",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "death_animation": "9055",
+ "name": "Pirate",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "40",
+ "id": "3192",
+ "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Arghh matey!",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "death_animation": "9055",
+ "name": "Pirate",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "40",
+ "id": "3193",
+ "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Arghh matey!",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "death_animation": "9055",
+ "name": "Pirate",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "40",
+ "id": "3194",
+ "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Arghh matey!",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "death_animation": "9055",
+ "name": "Pirate",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "40",
+ "id": "3195",
+ "bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "melee_animation": "400",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "3196",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He can look after my money.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3198",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He can look after my money.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3199",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "pUre A cHaOs of crEatuRe!",
+ "start_gfx": "556",
+ "melee_animation": "3146",
+ "attack_speed": "5",
+ "respawn_delay": "100",
+ "weakness": "4",
+ "magic_animation": "5443",
+ "death_animation": "3147",
+ "lifepoints": "250",
+ "id": "3200",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,70,70,70,70,70,0,0,0,0,0",
+ "agg_radius": "16",
+ "range_animation": "5443",
+ "combat_audio": "345,351,347",
+ "magic_level": "270",
+ "end_gfx": "558",
+ "defence_animation": "3149",
+ "name": "Chaos Elemental",
+ "defence_level": "270",
+ "movement_radius": "30",
+ "safespot": "true",
+ "strength_level": "270",
+ "range_level": "270",
+ "projectile": "557",
+ "attack_level": "270"
+ },
+ {
+ "slayer_exp": "51",
+ "name": "Killerwatt",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "1",
+ "attack_speed": "3",
+ "id": "3201",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "51",
+ "name": "Killerwatt",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "1",
+ "attack_speed": "3",
+ "id": "3202",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very small storm!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Storm Cloud",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3203",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very small storm!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Storm Cloud",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3204",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mourner",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mourner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3216",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Loves mining.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "28",
+ "id": "3219",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "Loves mining.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "32",
+ "id": "3220",
+ "range_level": "1",
+ "attack_level": "32"
+ },
+ {
+ "examine": "Loves mining.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "28",
+ "id": "3221",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Man",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "4",
+ "strength_level": "3",
+ "id": "3223",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "name": "Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "3224",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens. He looks worried about something.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Man",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "4",
+ "strength_level": "3",
+ "id": "3225",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "melee_animation": "422",
+ "combat_audio": "511,506,505",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "9",
+ "strength_level": "1",
+ "id": "3226",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Woman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,506,505",
+ "strength_level": "1",
+ "id": "3227",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He tries to keep order around here.",
"melee_animation": "386",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
"safespot": null,
+ "lifepoints": "18",
"strength_level": "13",
- "weakness": "7"
+ "id": "3228",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "13"
},
{
- "id": "3229",
- "name": "Guard",
"examine": "He tries to keep order around here.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "4230",
+ "melee_animation": "0",
"range_animation": "2075",
- "range_level": "13",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
"safespot": null,
+ "lifepoints": "18",
"strength_level": "1",
- "weakness": "0"
+ "id": "3229",
+ "clue_level": "1",
+ "range_level": "13",
+ "attack_level": "1"
},
{
- "id": "3230",
- "name": "Guard",
"examine": "He tries to keep order around here.",
- "attack_level": "13",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
"melee_animation": "395",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
"safespot": null,
+ "lifepoints": "18",
"strength_level": "13",
- "weakness": "7"
+ "id": "3230",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "13"
},
{
- "id": "3231",
- "name": "Guard",
"examine": "He tries to keep order around here.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
"melee_animation": "422",
"range_animation": "426",
- "range_level": "13",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
"safespot": null,
+ "lifepoints": "18",
"strength_level": "1",
- "weakness": "0"
+ "id": "3231",
+ "clue_level": "1",
+ "range_level": "13",
+ "attack_level": "1"
},
{
+ "examine": "Keeping an eye out for threats to the city.",
+ "melee_animation": "422",
+ "range_animation": "426",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "1",
"id": "3232",
- "name": "Guard",
- "examine": "Keeping an eye out for threats to the city.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "426",
"range_level": "13",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
+ "attack_level": "1"
},
{
+ "examine": "Keeping an eye out for threats to the city.",
+ "melee_animation": "422",
+ "range_animation": "426",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "1",
"id": "3233",
- "name": "Guard",
- "examine": "Keeping an eye out for threats to the city.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "426",
"range_level": "13",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
+ "attack_level": "1"
},
{
- "id": "3234",
- "name": "Gardener",
"examine": "An old gardener.",
- "attack_level": "4",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "4",
- "lifepoints": "5",
- "magic_animation": "0",
"melee_animation": "433",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Gardener",
+ "defence_level": "4",
"safespot": null,
+ "lifepoints": "5",
"strength_level": "4",
- "weakness": "8"
+ "id": "3234",
+ "range_level": "1",
+ "attack_level": "4"
},
{
- "id": "3235",
- "name": "Apprentice workman",
"examine": "He's learning a trade.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Apprentice workman",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3235",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3236",
- "name": "Workman",
"examine": "A busy workman",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3237",
- "name": "Cuffs",
- "examine": "He looks a bit dodgy.",
- "agg_radius": "",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "7",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3238",
- "name": "Narf",
- "examine": "Looks unpleasant.",
- "agg_radius": "",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "7",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3239",
- "name": "Rusty",
- "examine": "Seems to be loitering.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "7",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3240",
- "name": "Jeff",
- "examine": "Untrustworthy.",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "7",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3241",
- "name": "Guard",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3242",
- "name": "Dark wizard",
- "examine": "A practicer of dark arts.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "3243",
- "name": "Dark wizard",
- "examine": "A practicer of dark arts.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "27",
- "lifepoints": "38",
- "magic_animation": "711",
- "magic_level": "27",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "3244",
- "name": "Dark wizard",
- "examine": "A practicer of dark arts.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "16",
- "lifepoints": "22",
- "magic_animation": "711",
- "magic_level": "16",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "3245",
- "name": "Dark wizard",
- "examine": "A practicer of dark arts.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "16",
- "lifepoints": "22",
- "magic_animation": "711",
- "magic_level": "16",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "3246",
- "name": "Barbarian",
- "examine": "Alberich, a fierce barbarian warrior.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3236",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Cuffs",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "7",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "3237",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Rusty",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "7",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "3239",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Jeff",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "7",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "3240",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "melee_animation": "395",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "3241",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A practicer of dark arts.",
+ "combat_style": "2",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "magic_level": "25",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Dark wizard",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "3242",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A practicer of dark arts.",
+ "combat_style": "2",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "magic_level": "27",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Dark wizard",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "38",
+ "strength_level": "1",
+ "id": "3243",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A practicer of dark arts.",
+ "combat_style": "2",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "magic_level": "16",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Dark wizard",
+ "defence_level": "16",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "3244",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A practicer of dark arts.",
+ "combat_style": "2",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "magic_level": "16",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Dark wizard",
+ "defence_level": "16",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "3245",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Alberich, a fierce barbarian warrior.",
"melee_animation": "2067",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3246",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3247",
- "name": "Barbarian",
"examine": "Fafner, a tough barbarian warrior.",
- "attack_level": "22",
- "attack_speed": "6",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "18",
- "magic_animation": "7048",
"melee_animation": "7048",
"range_animation": "7048",
- "range_level": "1",
+ "attack_speed": "6",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "7048",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "18",
"strength_level": "22",
- "weakness": "8"
+ "id": "3247",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3248",
- "name": "Barbarian",
"examine": "Fasolt, a strong barbarian warrior.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "2067",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3248",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3249",
- "name": "Barbarian",
"examine": "Siegmund, a guard in the Barbarian Village.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "401",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3249",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3250",
- "name": "Barbarian",
"examine": "Siegfried, a young guard in the Barbarian Village.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "2067",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3250",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3251",
- "name": "Barbarian",
"examine": "Lydspor, a well-traveld barbarian warrior.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "7048",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3251",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3252",
- "name": "Barbarian",
"examine": "Hagen, a guard in the Barbarian Village.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "2067",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3252",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3253",
- "name": "Barbarian",
"examine": "Minarch, a barbarian who likes his beer.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "401",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "22",
- "weakness": "8"
- },
- {
- "id": "3254",
- "name": "Hunding"
- },
- {
- "id": "3255",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
"name": "Barbarian",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "3253",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
"examine": "Wotan, a sturdy barbarian warrior.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "401",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3255",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3256",
- "name": "Barbarian",
"examine": "Acelin, a guard in the Barbarian Village.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3256",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3257",
- "name": "Barbarian",
"examine": "Adelino, a barbarian warrior with a big axe.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "2067",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3257",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3258",
- "name": "Barbarian",
"examine": "Adolpho, a barbarian warrior with a warhammer.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "401",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "3258",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3259",
- "name": "Barbarian",
"examine": "Aitan, a barbarian archer.",
- "attack_level": "22",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "426",
"range_animation": "426",
- "range_level": "1",
- "safespot": null,
- "strength_level": "22",
- "weakness": "8"
- },
- {
- "id": "3260",
- "name": "Barbarian",
- "examine": "Brunnhilde, a fierce barbarian warrior.",
- "attack_level": "20",
- "clue_level": "0",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
+ "weakness": "8",
"magic_animation": "0",
- "melee_animation": "428",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "8"
- },
- {
- "id": "3261",
- "name": "Barbarian",
- "examine": "Gutrune, a mighty barbarian warrior.",
- "attack_level": "20",
- "clue_level": "0",
"death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
- "magic_animation": "0",
- "melee_animation": "428",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "8"
- },
- {
- "id": "3262",
"name": "Barbarian",
- "examine": "Edelschwarz, a barbarian warrior with a spear.",
- "attack_level": "20",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
- "magic_animation": "0",
- "melee_animation": "428",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "8"
- },
- {
- "id": "3263",
- "name": "Barbarian",
- "examine": "Sieglinde, a muscular barbarian warrior.",
- "attack_level": "22",
- "attack_speed": "6",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "404",
"defence_level": "22",
- "lifepoints": "20",
- "magic_animation": "428",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "3259",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "examine": "Brunnhilde, a fierce barbarian warrior.",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "20",
+ "id": "3260",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Gutrune, a mighty barbarian warrior.",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "20",
+ "id": "3261",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Edelschwarz, a barbarian warrior with a spear.",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "20",
+ "id": "3262",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Sieglinde, a muscular barbarian warrior.",
"melee_animation": "428",
"range_animation": "428",
- "range_level": "1",
+ "attack_speed": "6",
+ "defence_animation": "404",
+ "weakness": "8",
+ "magic_animation": "428",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "20",
"strength_level": "20",
- "weakness": "8"
+ "id": "3263",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "22"
},
{
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
"id": "3264",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
"id": "3265",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
+ "attack_level": "1"
},
{
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
"id": "3266",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
+ "attack_level": "1"
},
{
- "id": "3267",
- "name": "Goblin",
"examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
+ "melee_animation": "6185",
+ "range_animation": "6185",
"combat_audio": "470,472,471",
- "death_animation": "6182",
+ "attack_speed": "5",
"defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
"slayer_exp": "5",
- "strength_level": "2"
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "3267",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A dwarven worker.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
"id": "3268",
- "name": "Dwarf",
- "examine": "A dwarven worker.",
- "attack_level": "10",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "10",
- "weakness": "6"
+ "attack_level": "10"
},
{
+ "examine": "A dwarven worker.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
"id": "3269",
- "name": "Dwarf",
- "examine": "A dwarven worker.",
- "attack_level": "10",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "10",
- "weakness": "6"
+ "attack_level": "10"
},
{
+ "examine": "A dwarven worker.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
"id": "3270",
- "name": "Dwarf",
- "examine": "A dwarven worker.",
- "attack_level": "10",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "10",
- "weakness": "6"
+ "attack_level": "10"
},
{
+ "examine": "A dwarven worker.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
"id": "3271",
- "name": "Dwarf",
- "examine": "A dwarven worker.",
- "attack_level": "10",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "10",
- "weakness": "6"
+ "attack_level": "10"
},
{
+ "examine": "A dwarven worker.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
"id": "3272",
- "name": "Dwarf",
- "examine": "A dwarven worker.",
- "attack_level": "10",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "10",
- "weakness": "6"
+ "attack_level": "10"
},
{
+ "examine": "A dwarven worker.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
"id": "3273",
- "name": "Dwarf",
- "examine": "A dwarven worker.",
- "attack_level": "10",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "10",
- "weakness": "6"
+ "attack_level": "10"
},
{
+ "examine": "A dwarven worker.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
"id": "3274",
- "name": "Dwarf",
- "examine": "A dwarven worker.",
- "attack_level": "10",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "10",
- "weakness": "6"
+ "attack_level": "10"
},
{
+ "examine": "A dwarven worker.",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Dwarf",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "10",
"id": "3275",
- "name": "Dwarf",
- "examine": "A dwarven worker.",
- "attack_level": "10",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "14",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "10",
- "weakness": "6"
+ "attack_level": "10"
},
{
+ "examine": "A member of the Black Guard",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Black Guard",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
"id": "3276",
- "name": "Black Guard",
- "examine": "A member of the Black Guard",
- "attack_level": "30",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "30",
- "weakness": "6"
+ "attack_level": "30"
},
{
+ "examine": "A member of the Black Guard",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Black Guard",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
"id": "3277",
- "name": "Black Guard",
- "examine": "A member of the Black Guard",
- "attack_level": "30",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "30",
- "weakness": "6"
+ "attack_level": "30"
},
{
+ "examine": "A member of the Black Guard",
+ "slayer_task": "29",
+ "melee_animation": "99",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "102",
+ "name": "Black Guard",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
"id": "3278",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "slayer_exp": "16",
"name": "Black Guard",
- "examine": "A member of the Black Guard",
- "attack_level": "30",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "3279",
- "name": "Black Guard",
- "examine": "A member of the Black Guard",
- "attack_level": "30",
- "death_animation": "102",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "99",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "3280",
- "name": "Engineering assistant",
- "examine": "He looks busy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3281",
- "name": "Engineering assistant"
- },
- {
- "id": "3282",
- "name": "Engineer",
- "examine": "He's building a cannon.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3283",
- "name": "Squirrel",
- "examine": "Bushy tail!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3284",
- "name": "Squirrel",
- "examine": "Bushy tail!"
- },
- {
- "id": "3285",
- "name": "Squirrel",
- "examine": "Bushy tail!"
- },
- {
- "id": "3286",
- "name": "Raccoon",
- "examine": "A raccoon.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3287",
- "name": "Raccoon",
- "examine": "A raccoon."
- },
- {
- "id": "3288",
- "name": "Raccoon",
- "examine": "A raccoon.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3289",
- "name": "Skeleton"
- },
- {
- "id": "3291",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "11",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "8",
- "weakness": "8"
- },
- {
- "id": "3292",
- "name": "Witch"
- },
- {
- "id": "3293",
- "name": "null",
- "examine": "She'll store my items for me.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3294",
- "name": "Dwarf",
- "examine": "A dwarf who looks after the mining guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
- },
- {
- "id": "3295",
- "name": "Dwarf",
- "examine": "A dwarf who looks after the mining guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
- },
- {
- "id": "3296",
- "name": "Swan",
- "examine": "A graceful bird.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "1",
- "water_npc": true
+ "id": "3279",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3297",
- "name": "Black Swan",
- "examine": "A rare bird.",
- "water_npc": "true"
+ "examine": "He looks busy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Engineering assistant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3280",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's building a cannon.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Engineer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3282",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Bushy tail!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squirrel",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3283",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A raccoon.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Raccoon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3286",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A raccoon.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Raccoon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3288",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "She'll store my items for me.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "null",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3293",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dwarf who looks after the mining guild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3294",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dwarf who looks after the mining guild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3295",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A graceful bird.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Swan",
+ "defence_level": "1",
+ "safespot": null,
+ "water_npc": true,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3296",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3298",
- "name": "Sweeper",
"examine": "Keeps this magic area tidy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sweeper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3298",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3299",
- "name": "Martin the Master Gardener",
"examine": "A master at gardening.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Martin the Master Gardener",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3299",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3300",
- "name": "Frog"
- },
- {
- "id": "3301",
- "name": "Storm cloud"
- },
- {
- "id": "3302",
- "name": "Co-ordinator",
"examine": "Manages the fairies.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Co-ordinator",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3302",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3303",
- "name": "Fairy Nuff"
- },
- {
- "id": "3304",
- "name": "Fairy Godfather",
"examine": "I'm gonna make him an offer he can't refuse.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fairy Godfather",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3304",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3305",
- "name": "Slim Louie"
- },
- {
- "id": "3306",
- "name": "Fat Rocco"
- },
- {
- "id": "3307",
- "name": "Gatekeeper",
"examine": "Guardian of the market gate.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3308",
- "name": "Zandar Horfyre"
- },
- {
- "id": "3309",
- "name": "Cow",
- "examine": "Converts grass to beef.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "369,371,370",
- "death_animation": "5851",
- "defence_animation": "5850",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gatekeeper",
"defence_level": "1",
- "lifepoints": "8",
- "magic_animation": "5849",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3307",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Converts grass to beef.",
+ "slayer_task": "20",
"melee_animation": "5849",
"range_animation": "5849",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "369,371,370",
+ "attack_speed": "5",
+ "defence_animation": "5850",
+ "weakness": "8",
"slayer_exp": "8",
- "strength_level": "1",
- "weakness": "8"
- },
- {
- "id": "3310",
- "name": "Sheep",
- "examine": "White and fluffy"
- },
- {
- "id": "3311",
- "name": "Sheep"
- },
- {
- "id": "3312",
- "name": "Zanaris choir",
- "examine": "They're going to sing to you!"
- },
- {
- "id": "3313",
- "name": "Tanglefoot",
- "attack_level": "1",
+ "magic_animation": "5849",
+ "death_animation": "5851",
+ "name": "Cow",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "8",
+ "strength_level": "1",
+ "id": "3309",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Tanglefoot",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "102",
+ "strength_level": "1",
+ "id": "3313",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3314",
- "name": "Baby tanglefoot"
- },
- {
- "id": "3319",
- "name": "Baby tanglefoot",
"examine": "An animated shrub.",
- "attack_level": "1",
- "defence_animation": "0",
- "defence_level": "41",
- "lifepoints": "58",
- "magic_animation": "0",
"range_animation": "0",
- "range_level": "41",
- "safespot": null,
- "strength_level": "1",
- "weakness": "2"
- },
- {
- "id": "3320",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
"name": "Baby tanglefoot",
- "examine": "An aggressive bush.",
- "attack_level": "1",
- "defence_animation": "0",
"defence_level": "41",
+ "safespot": null,
"lifepoints": "58",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "41",
- "safespot": null,
"strength_level": "1",
- "weakness": "2"
+ "id": "3319",
+ "range_level": "41",
+ "attack_level": "1"
},
{
- "id": "3321",
- "name": "Gatekeeper"
- },
- {
- "id": "3322",
- "name": "Fairy chef",
- "examine": "Likes to cook with mushrooms.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "movement_radius": "2",
+ "examine": "An aggressive bush.",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "name": "Baby tanglefoot",
+ "defence_level": "41",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "58",
+ "strength_level": "1",
+ "id": "3320",
+ "range_level": "41",
+ "attack_level": "1"
},
{
- "id": "3323",
- "name": "Draul Leptoc"
- },
- {
- "id": "3324",
- "name": "Draul Leptoc",
- "examine": "This looks like an angry, aggressive man."
- },
- {
- "id": "3325",
- "name": "Phillipa",
- "examine": "A quiet, more reserved sort of lady."
- },
- {
- "id": "3326",
- "name": "Martina Scorsby"
- },
- {
- "id": "3327",
- "name": "Jeremy Clerksin",
"examine": "Rather more tired than most.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jeremy Clerksin",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3327",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3328",
- "name": "Tarquin"
- },
- {
- "id": "3329",
- "name": "Sigurd"
- },
- {
- "id": "3330",
- "name": "Hari"
- },
- {
- "id": "3331",
- "name": "Barfy Bill",
"examine": "Looks a little green around the gills.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barfy Bill",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3331",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3332",
- "name": "Trees"
- },
- {
- "id": "3333",
- "name": "Trees"
- },
- {
- "id": "3334",
- "name": "Cavemouth",
"examine": "It's made of pure fire.",
- "aggressive": "true",
- "attack_level": "200",
"attack_speed": "6",
- "bonuses": "126,98,86,297,311,304,319,13,284,30,0,0,0,0,0",
- "defence_level": "500",
- "lifepoints": "1000",
"magic_level": "300",
- "range_level": "300",
"respawn_delay": "25",
+ "name": "Cavemouth",
+ "defence_level": "500",
"safespot": null,
- "strength_level": "1500"
+ "lifepoints": "1000",
+ "strength_level": "1500",
+ "id": "3334",
+ "aggressive": "true",
+ "bonuses": "126,98,86,297,311,304,319,13,284,30,0,0,0,0,0",
+ "range_level": "300",
+ "attack_level": "200"
},
{
- "id": "3335",
- "name": "Bullrush"
- },
- {
- "id": "3336",
- "name": "Bullrush"
- },
- {
- "id": "3337",
- "name": "Cave scenery"
- },
- {
- "id": "3338",
- "name": "Cave scenery"
- },
- {
- "id": "3339",
- "name": "Cave scenery"
- },
- {
- "id": "3340",
- "name": "Giant Mole",
"examine": "Holy Mole-y!",
- "attack_level": "200",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0",
- "combat_audio": "1642,1646,1645",
- "death_animation": "3310",
- "defence_animation": "3311",
- "defence_level": "200",
- "lifepoints": "200",
- "magic_animation": "3312",
- "magic_level": "200",
"melee_animation": "3312",
"range_animation": "3312",
- "range_level": "1",
+ "combat_audio": "1642,1646,1645",
+ "attack_speed": "4",
+ "magic_level": "200",
"respawn_delay": "56",
+ "defence_animation": "3311",
+ "weakness": "7",
+ "magic_animation": "3312",
+ "death_animation": "3310",
+ "name": "Giant Mole",
+ "defence_level": "200",
"safespot": null,
+ "lifepoints": "200",
"strength_level": "200",
- "weakness": "7"
+ "id": "3340",
+ "bonuses": "0,0,0,0,0,60,80,100,80,60,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "200"
},
{
- "id": "3341",
- "name": "Baby Mole",
"examine": "I will call him, Mini Mole.",
- "aggressive": "false",
- "attack_level": "1",
- "death_animation": "0",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby Mole",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3342",
- "name": "Baby Mole",
- "examine": "Mooooooooooooole."
- },
- {
- "id": "3343",
- "name": "Baby Mole",
- "examine": "Moley, moley, moley!"
- },
- {
- "id": "3344",
- "name": "Fungi",
- "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "65",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3345",
- "name": "Fungi",
- "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "2777",
- "defence_animation": "2775",
- "defence_level": "1",
- "lifepoints": "75",
- "melee_animation": "2776",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3346",
- "name": "Zygomite",
- "examine": "A bouncy fungus.",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "2777",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
- "magic_animation": "0",
- "melee_animation": "2776",
- "range_animation": "0",
- "range_level": "42",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "1",
- "weakness": "1"
+ "id": "3341",
+ "aggressive": "false",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3347",
- "name": "Zygomite",
- "examine": "Have a fungus.",
- "attack_level": "1",
+ "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.",
+ "melee_animation": "0",
+ "range_animation": "0",
"attack_speed": "5",
- "death_animation": "2777",
- "defence_animation": "2775",
- "defence_level": "1",
- "lifepoints": "75",
- "melee_animation": "2776",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3348",
- "name": "White Knight",
- "attack_level": "1",
- "attack_speed": "8",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "7050",
- "defence_level": "1",
- "lifepoints": "53",
- "melee_animation": "7049",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3349",
- "name": "White Knight",
- "attack_level": "1",
- "attack_speed": "8",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "7050",
- "defence_level": "1",
- "lifepoints": "53",
- "melee_animation": "7049",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3350",
- "name": "White Knight",
- "attack_level": "1",
- "attack_speed": "8",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "7050",
- "defence_level": "1",
- "lifepoints": "53",
- "melee_animation": "7049",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3351",
- "name": "Genie"
- },
- {
- "id": "3352",
- "name": "Mysterious Old Man"
- },
- {
- "id": "3353",
- "name": "Swarm"
- },
- {
- "id": "3354",
- "name": "Cap'n Hand"
- },
- {
- "id": "3355",
- "name": "Rick Turpentine"
- },
- {
- "id": "3356",
- "name": "Niles"
- },
- {
- "id": "3357",
- "name": "Miles"
- },
- {
- "id": "3358",
- "name": "Giles"
- },
- {
- "id": "3359",
- "name": "Dr Jekyll"
- },
- {
- "id": "3360",
- "name": "Mr Hyde"
- },
- {
- "id": "3361",
- "name": "Mr Hyde"
- },
- {
- "id": "3362",
- "name": "Mr Hyde"
- },
- {
- "id": "3363",
- "name": "Mr Hyde"
- },
- {
- "id": "3364",
- "name": "Mr Hyde"
- },
- {
- "id": "3365",
- "name": "Mr Hyde"
- },
- {
- "id": "3366",
- "name": "Evil Chicken",
- "attack_level": "1",
- "combat_audio": "355,357,356",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3367",
- "name": "Evil Chicken",
- "attack_level": "1",
- "combat_audio": "355,357,356",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3368",
- "name": "Evil Chicken",
- "attack_level": "1",
- "combat_audio": "355,357,356",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3369",
- "name": "Evil Chicken",
- "attack_level": "1",
- "combat_audio": "355,357,356",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3370",
- "name": "Evil Chicken",
- "attack_level": "1",
- "combat_audio": "355,357,356",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3371",
- "name": "Evil Chicken",
- "attack_level": "1",
- "combat_audio": "355,357,356",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3372",
- "name": "Sir Amik Varze"
- },
- {
- "id": "3373",
- "name": "Sir Amik Varze"
- },
- {
- "id": "3375",
- "name": "Evil Chicken",
- "examine": "A fowl beast.",
- "aggressive": "true",
- "attack_level": "55",
- "combat_audio": "355,357,356",
- "death_animation": "2301",
"defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "117",
"magic_animation": "0",
- "magic_level": "55",
+ "death_animation": "0",
+ "name": "Fungi",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "3344",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense.",
+ "melee_animation": "2776",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "2775",
+ "death_animation": "2777",
+ "name": "Fungi",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "1",
+ "id": "3345",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A bouncy fungus.",
+ "slayer_task": "94",
+ "melee_animation": "2776",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "2777",
+ "name": "Zygomite",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
+ "id": "3346",
+ "range_level": "42",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Have a fungus.",
+ "melee_animation": "2776",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "2775",
+ "death_animation": "2777",
+ "name": "Zygomite",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "1",
+ "id": "3347",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "7049",
+ "combat_audio": "511,513,512",
+ "attack_speed": "8",
+ "respawn_delay": "60",
+ "defence_animation": "7050",
+ "death_animation": "836",
+ "name": "White Knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "53",
+ "strength_level": "1",
+ "id": "3348",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "7049",
+ "combat_audio": "511,513,512",
+ "attack_speed": "8",
+ "respawn_delay": "60",
+ "defence_animation": "7050",
+ "death_animation": "836",
+ "name": "White Knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "53",
+ "strength_level": "1",
+ "id": "3349",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "7049",
+ "combat_audio": "511,513,512",
+ "attack_speed": "8",
+ "respawn_delay": "60",
+ "defence_animation": "7050",
+ "death_animation": "836",
+ "name": "White Knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "53",
+ "strength_level": "1",
+ "id": "3350",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Evil Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "355,357,356",
+ "strength_level": "1",
+ "id": "3366",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Evil Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "355,357,356",
+ "strength_level": "1",
+ "id": "3367",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Evil Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "355,357,356",
+ "strength_level": "1",
+ "id": "3368",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Evil Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "355,357,356",
+ "strength_level": "1",
+ "id": "3369",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Evil Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "355,357,356",
+ "strength_level": "1",
+ "id": "3370",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Evil Chicken",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "355,357,356",
+ "strength_level": "1",
+ "id": "3371",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A fowl beast.",
+ "slayer_task": "7",
"melee_animation": "2299",
"range_animation": "0",
- "range_level": "55",
+ "combat_audio": "355,357,356",
+ "magic_level": "55",
"respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "2301",
+ "name": "Evil Chicken",
+ "defence_level": "55",
"safespot": null,
+ "lifepoints": "117",
"strength_level": "55",
- "weakness": "10"
+ "id": "3375",
+ "aggressive": "true",
+ "range_level": "55",
+ "attack_level": "55"
},
{
- "id": "3376",
- "name": "Baby black dragon",
"examine": "Young but still dangerous.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "5",
- "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0",
- "combat_audio": "405,407,406",
- "death_animation": "28",
- "defence_animation": "26",
- "defence_level": "42",
- "lifepoints": "50",
- "magic_animation": "25",
- "magic_level": "40",
+ "slayer_task": "68",
"melee_animation": "25",
"range_animation": "25",
- "range_level": "1",
+ "combat_audio": "405,407,406",
+ "attack_speed": "5",
+ "magic_level": "40",
"respawn_delay": "32",
- "safespot": null,
+ "defence_animation": "26",
+ "weakness": "3",
"slayer_exp": "0",
+ "magic_animation": "25",
+ "death_animation": "28",
+ "name": "Baby black dragon",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "50",
"strength_level": "80",
- "weakness": "3"
- },
- {
- "id": "3377",
- "name": "K'klik"
- },
- {
- "id": "3378",
- "name": "Evil Dave",
- "examine": "He seems to like wearing black.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3379",
- "name": "Evil Dave"
- },
- {
- "id": "3381",
- "name": "Doris"
- },
- {
- "id": "3382",
- "name": "Hell-Rat",
- "examine": "Vermin from the underworld.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3383",
- "name": "Gypsy"
- },
- {
- "id": "3386",
- "name": "Gypsy"
- },
- {
- "id": "3387",
- "name": "Culinaromancer"
- },
- {
- "id": "3388",
- "name": "Osman"
- },
- {
- "id": "3389",
- "name": "Pirate Pete",
- "examine": "A shifty-looking character.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3390",
- "name": "Mountain Dwarf",
- "examine": "He looks short and grumpy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "7"
- },
- {
- "id": "3391",
- "name": "General Wartface",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3392",
- "name": "General Bentnoze",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3393",
- "name": "Lumbridge Guide",
- "examine": "He provides new players with useful information.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3394",
- "name": "Evil Dave",
- "examine": "He seems to like wearing black.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3395",
- "name": "Sir Amik Varze"
- },
- {
- "id": "3396",
- "name": "Awowogei"
- },
- {
- "id": "3397",
- "name": "Awowogei"
- },
- {
- "id": "3398",
- "name": "Skrach Uglogwee"
- },
- {
- "id": "3399",
- "name": "Culinaromancer"
- },
- {
- "id": "3401",
- "name": "An old Dwarf"
- },
- {
- "id": "3403",
- "name": "Rohak"
- },
- {
- "id": "3404",
- "name": "null",
- "examine": "Rutmir's assistant.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3406",
- "name": "Icefiend",
- "examine": "A small ice demon.",
+ "id": "3376",
"aggressive": "true",
- "attack_level": "60",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "531,533,532",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "171",
- "magic_animation": "0",
- "range_animation": "0",
+ "bonuses": "50,40,64,60,30,45,40,40,20,40,40,20,0,0,0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
+ "attack_level": "80"
},
{
- "id": "3407",
- "name": "Guard",
- "examine": "He tries to keep order around here.",
- "attack_level": "25",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "7219",
+ "examine": "He seems to like wearing black.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Evil Dave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3378",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Vermin from the underworld.",
+ "slayer_task": "67",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hell-Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3382",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A shifty-looking character.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pirate Pete",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3389",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks short and grumpy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mountain Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3390",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "General Wartface",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3391",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "General Bentnoze",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3392",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He provides new players with useful information.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Lumbridge Guide",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3393",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He seems to like wearing black.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Evil Dave",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3394",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Rutmir's assistant.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "null",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3404",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A small ice demon.",
+ "slayer_task": "46",
+ "range_animation": "0",
+ "combat_audio": "531,533,532",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Icefiend",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "171",
+ "strength_level": "60",
+ "id": "3406",
+ "aggressive": "true",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "He tries to keep order around here.",
"melee_animation": "7218",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "7219",
+ "name": "Guard",
+ "defence_level": "25",
"safespot": null,
+ "lifepoints": "35",
"strength_level": "25",
- "weakness": "7"
+ "id": "3407",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "3408",
- "name": "Guard",
"examine": "He tries to keep order around here.",
- "attack_level": "25",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "7213",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
"melee_animation": "583",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "7213",
+ "name": "Guard",
+ "defence_level": "25",
"safespot": null,
+ "lifepoints": "35",
"strength_level": "25",
- "weakness": "7"
+ "id": "3408",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "25"
},
{
+ "examine": "A sentient plant - ready",
+ "melee_animation": "7246",
+ "range_animation": "0",
+ "poisonous": "true",
+ "magic_level": "65",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7249",
+ "name": "Wild jade vine",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "185",
+ "strength_level": "65",
"id": "3409",
- "name": "Wild jade vine",
- "examine": "A sentient plant - ready",
"aggressive": "true",
- "attack_level": "65",
- "death_animation": "7249",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "185",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "7246",
- "poison_amount": "35",
- "poisonous": "true",
- "range_animation": "0",
"range_level": "65",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
+ "attack_level": "65"
},
{
+ "examine": "A sentient plant - ready",
+ "melee_animation": "7246",
+ "range_animation": "0",
+ "poisonous": "true",
+ "magic_level": "65",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7249",
+ "name": "Wild jade vine",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "185",
+ "strength_level": "65",
"id": "3410",
- "name": "Wild jade vine",
- "examine": "A sentient plant - ready",
"aggressive": "true",
- "attack_level": "65",
- "death_animation": "7249",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "185",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "7246",
- "poison_amount": "35",
- "poisonous": "true",
- "range_animation": "0",
"range_level": "65",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
+ "attack_level": "65"
},
{
+ "examine": "A sentient plant - ready",
+ "melee_animation": "7246",
+ "range_animation": "0",
+ "poisonous": "true",
+ "magic_level": "65",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7249",
+ "name": "Wild jade vine",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "185",
+ "strength_level": "65",
"id": "3411",
- "name": "Wild jade vine",
- "examine": "A sentient plant - ready",
"aggressive": "true",
- "attack_level": "65",
- "death_animation": "7249",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "185",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "7246",
- "poison_amount": "35",
- "poisonous": "true",
- "range_animation": "0",
"range_level": "65",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
+ "attack_level": "65"
},
{
+ "examine": "A sentient plant - ready",
+ "melee_animation": "7246",
+ "range_animation": "0",
+ "poisonous": "true",
+ "magic_level": "65",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7249",
+ "name": "Wild jade vine",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "185",
+ "strength_level": "65",
"id": "3412",
- "name": "Wild jade vine",
- "examine": "A sentient plant - ready",
"aggressive": "true",
- "attack_level": "65",
- "death_animation": "7249",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "185",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "7246",
- "poison_amount": "35",
- "poisonous": "true",
- "range_animation": "0",
"range_level": "65",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
+ "attack_level": "65"
},
{
- "id": "3413",
- "name": "Goblin Cook",
"examine": "He's got funky socks, but he's still an ugly green creature.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Goblin Cook",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3413",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3414",
- "name": "Goblin Cook",
"examine": "More like a goblin cooked.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3415",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Goblin Cook",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3414",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "Half way up the wall is maybe not a naturally tenable position for a goblin.",
- "attack_level": "1",
+ "name": "Goblin Cook",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
"combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3415",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He'll store my items for me.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pirate Pete",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3416",
- "name": "Pirate Pete",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "He'll store my items for me.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pirate Pete",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3417",
- "name": "Pirate Pete"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3418",
- "name": "Pirate Pete",
- "examine": "He'll store my items for me.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3419",
"name": "Ogre",
- "examine": "Big, ugly, and smelly.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "7",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "27",
- "lifepoints": "60",
- "melee_animation": "359",
- "respawn_delay": "60",
+ "defence_level": "1",
"safespot": null,
- "slayer_task": "64",
- "strength_level": "27",
- "weakness": "8"
+ "lifepoints": "60",
+ "strength_level": "1",
+ "attack_speed": "7",
+ "id": "3419",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
},
{
- "id": "3420",
- "name": "Mogre Guard",
"examine": "An angry Ogre in a highly amusing hat.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mogre Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3420",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3421",
- "name": "Crab",
"examine": "Nice claw!",
- "attack_level": "22",
- "death_animation": "3430",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "3428",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "3430",
+ "name": "Crab",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "9"
+ "id": "3421",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "3422",
- "name": "Mudskipper",
"examine": "Not the most beautiful fish in the sea.",
- "aggressive": "true",
- "attack_level": "29",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "241,243,242",
- "death_animation": "3435",
- "defence_animation": "3434",
- "defence_level": "26",
- "lifepoints": "20",
- "magic_animation": "0",
- "magic_level": "1",
"melee_animation": "3433",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "10",
- "safespot": null,
- "strength_level": "29",
- "weakness": "9"
- },
- {
- "id": "3423",
- "name": "Mudskipper",
- "examine": "Not the most beautiful fish in the sea.",
- "aggressive": "true",
- "attack_level": "30",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"combat_audio": "241,243,242",
- "death_animation": "3435",
- "defence_animation": "3434",
- "defence_level": "29",
- "lifepoints": "20",
+ "attack_speed": "4",
"magic_level": "1",
- "melee_animation": "3433",
- "range_level": "1",
- "respawn_delay": "5",
+ "respawn_delay": "10",
+ "defence_animation": "3434",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "3435",
+ "name": "Mudskipper",
+ "defence_level": "26",
"safespot": null,
- "strength_level": "30"
+ "lifepoints": "20",
+ "strength_level": "29",
+ "id": "3422",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "29"
+ },
+ {
+ "examine": "Not the most beautiful fish in the sea.",
+ "melee_animation": "3433",
+ "combat_audio": "241,243,242",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "5",
+ "defence_animation": "3434",
+ "death_animation": "3435",
+ "name": "Mudskipper",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "30",
+ "id": "3423",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "3424",
- "name": "Crab",
- "attack_level": "1",
"death_animation": "3430",
- "defence_animation": "3429",
+ "name": "Crab",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "18",
"melee_animation": "3428",
+ "strength_level": "1",
+ "id": "3424",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "3429"
},
{
+ "examine": "A Red Fantail.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3425",
- "name": "Fish",
- "examine": "A Red Fantail.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A Red Fantail.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3426",
- "name": "Fish",
- "examine": "A Red Fantail.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A Red Fantail.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3427",
- "name": "Fish",
- "examine": "A Red Fantail.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An Angel Fish.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3428",
- "name": "Fish"
- },
- {
- "id": "3429",
- "name": "Fish"
- },
- {
- "id": "3430",
- "name": "Fish"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3431",
- "name": "Fish",
- "examine": "An Angel Fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "An Angel Fish.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3432",
- "name": "Fish",
- "examine": "An Angel Fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "An Angel Fish.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3433",
- "name": "Fish",
- "examine": "An Angel Fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A Harlequin Fish.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3434",
- "name": "Fish",
- "examine": "A Harlequin Fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A Harlequin Fish.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3435",
- "name": "Fish",
- "examine": "A Harlequin Fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A Harlequin Fish.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3436",
- "name": "Fish",
- "examine": "A Harlequin Fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A Discus Fish.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3437",
- "name": "Fish",
- "examine": "A Discus Fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A Discus Fish.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3438",
- "name": "Fish",
- "examine": "A Discus Fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A Discus Fish.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3439",
- "name": "Fish",
- "examine": "A Discus Fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A shoal of Neon Tetra.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3440",
- "name": "Fish"
- },
- {
- "id": "3441",
- "name": "Fish"
- },
- {
- "id": "3442",
- "name": "Fish"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3443",
- "name": "Fish",
- "examine": "A shoal of Neon Tetra.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A shoal of Neon Tetra.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3444",
- "name": "Fish",
- "examine": "A shoal of Neon Tetra.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A shoal of Neon Tetra.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3445",
- "name": "Fish",
- "examine": "A shoal of Neon Tetra.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Lumbridge Guide",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3446",
- "name": "Fish"
- },
- {
- "id": "3447",
- "name": "Fish"
- },
- {
- "id": "3448",
- "name": "Fish"
- },
- {
+ "lifepoints": "60",
+ "strength_level": "1",
+ "attack_speed": "7",
"id": "3449",
- "name": "Lumbridge Guide",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "7",
- "defence_level": "1",
- "lifepoints": "60",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3450",
"name": "null",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "7",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "60",
+ "strength_level": "1",
+ "attack_speed": "7",
+ "id": "3450",
+ "aggressive": "true",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3451",
"name": "Lumbridge Guide",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "7",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "60",
+ "strength_level": "1",
+ "attack_speed": "7",
+ "id": "3451",
+ "aggressive": "true",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3452",
- "name": "? ? ? ?"
- },
- {
- "id": "3453",
- "name": "? ? ? ?"
- },
- {
- "id": "3454",
- "name": "? ? ? ?"
- },
- {
- "id": "3455",
- "name": "? ? ? ?"
- },
- {
- "id": "3456",
- "name": "? ? ? ?"
- },
- {
- "id": "3457",
- "name": "? ? ? ?"
- },
- {
- "id": "3458",
- "name": "? ? ? ?"
- },
- {
- "id": "3459",
- "name": "? ? ? ?"
- },
- {
- "id": "3460",
- "name": "? ? ? ?"
- },
- {
- "id": "3461",
- "name": "? ? ? ?"
- },
- {
- "id": "3462",
- "name": "Skrach Uglogwee"
- },
- {
- "id": "3463",
- "name": "Skrach Uglogwee",
"examine": "What restful music!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3464",
- "name": "Skrach Uglogwee"
- },
- {
- "id": "3465",
- "name": "Nung"
- },
- {
- "id": "3466",
- "name": "Ogre"
- },
- {
- "id": "3467",
- "name": "Rantz"
- },
- {
- "id": "3468",
- "name": "Rantz"
- },
- {
- "id": "3469",
- "name": "Ogre boat"
- },
- {
- "id": "3472",
- "name": "Ogre boat"
- },
- {
- "id": "3473",
- "name": "Balloon Toad"
- },
- {
- "id": "3474",
- "name": "Balloon Toad"
- },
- {
- "id": "3475",
- "name": "Balloon Toad"
- },
- {
- "id": "3476",
- "name": "Jubbly bird",
- "examine": "A large boisterous bird",
- "aggressive": "true",
- "attack_level": "6",
- "death_animation": "6801",
"defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "11",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Skrach Uglogwee",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3463",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A large boisterous bird",
+ "slayer_task": "7",
"melee_animation": "6800",
"range_animation": "0",
- "range_level": "8",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "6801",
+ "name": "Jubbly bird",
+ "defence_level": "8",
"safespot": null,
+ "lifepoints": "11",
"strength_level": "6",
- "weakness": "0"
+ "id": "3476",
+ "aggressive": "true",
+ "range_level": "8",
+ "attack_level": "6"
},
{
- "id": "3477",
- "name": "Jubbly bird"
- },
- {
- "id": "3478",
"name": "King Awowogei",
- "attack_level": "1",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "328",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3479",
- "name": "King Awowogei"
- },
- {
- "id": "3481",
- "name": "Mizaru"
- },
- {
- "id": "3482",
- "name": "Kikazaru"
- },
- {
- "id": "3483",
- "name": "Iwazaru"
- },
- {
- "id": "3484",
- "name": "Big Snake",
- "examine": "A big snake.",
- "aggressive": "true",
- "attack_level": "46",
- "combat_audio": "3609,3608,3610",
- "death_animation": "3540",
- "defence_animation": "0",
- "defence_level": "46",
- "lifepoints": "65",
- "magic_animation": "0",
- "melee_animation": "3538",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "46",
- "weakness": "8"
- },
- {
- "id": "3485",
- "name": "Culinaromancer"
- },
- {
- "id": "3486",
- "name": "Culinaromancer"
- },
- {
- "id": "3487",
- "name": "Culinaromancer"
- },
- {
- "id": "3488",
- "name": "Culinaromancer"
- },
- {
- "id": "3489",
- "name": "Culinaromancer"
- },
- {
- "id": "3490",
- "name": "Culinaromancer"
- },
- {
- "id": "3491",
- "name": "Culinaromancer",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "140",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3492",
- "name": "Culinaromancer"
- },
- {
- "id": "3493",
- "name": "Agrith-Na-Na",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "3503",
- "defence_animation": "3500",
- "defence_level": "1",
- "lifepoints": "200",
- "melee_animation": "3501",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3494",
- "name": "Flambeed",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1752",
- "defence_animation": "1751",
- "defence_level": "1",
- "lifepoints": "210",
- "melee_animation": "1750",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3495",
- "name": "Karamel",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "240",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3496",
- "name": "Dessourt",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "3510",
- "defence_animation": "3505",
- "defence_level": "1",
- "lifepoints": "140",
- "melee_animation": "3507",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3497",
- "name": "Gelatinnoth Mother",
- "examine": "Deadly AND fruity!",
- "aggressive": "true",
- "attack_level": "48",
- "death_animation": "1342",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "139",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "1341",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "48",
- "weakness": "5"
- },
- {
- "id": "3498",
- "name": "Gelatinnoth Mother",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "240",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3499",
- "name": "Gelatinnoth Mother",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "240",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3500",
- "name": "Gelatinnoth Mother",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "240",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3501",
- "name": "Gelatinnoth Mother",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "240",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3502",
- "name": "Gelatinnoth Mother",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "1342",
- "defence_animation": "1340",
- "defence_level": "1",
- "lifepoints": "240",
- "melee_animation": "1341",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3503",
- "name": "Overgrown hellcat"
- },
- {
- "id": "3504",
- "name": "Hellcat"
- },
- {
- "id": "3505",
- "name": "Hell-kitten"
- },
- {
- "id": "3506",
- "name": "Lazy hellcat"
- },
- {
- "id": "3507",
- "name": "Wily hellcat"
- },
- {
- "id": "3508",
- "name": "Leo"
- },
- {
- "id": "3509",
- "name": "Sorin",
- "examine": "Chronicler and regaler of your piratical exploits.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3510",
- "name": "Wiskit"
- },
- {
- "id": "3512",
- "name": "Vampyre Juvinate"
- },
- {
- "id": "3514",
- "name": "Vampyre Juvinate",
- "examine": "An initiate juvenile vampyre.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3515",
- "name": "Vampyre Juvinate"
- },
- {
- "id": "3516",
- "name": "Gadderanks"
- },
- {
- "id": "3518",
- "name": "Gadderanks"
- },
- {
- "id": "3519",
- "name": "Gadderanks"
- },
- {
- "id": "3520",
- "name": "Vampyre Juvinate"
- },
- {
- "id": "3521",
- "name": "Vampyre Juvinate",
- "examine": "An initiate juvenile vampyre.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5798",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "64",
- "magic_animation": "0",
- "melee_animation": "5783",
- "range_animation": "0",
- "range_level": "45",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "1",
- "weakness": "0"
- },
- {
- "id": "3522",
- "name": "Vampyre Juvinate",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5798",
- "defence_level": "1",
- "lifepoints": "85",
- "melee_animation": "5783",
+ "id": "3478",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3523",
- "name": "Vampyre Juvinate",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5798",
- "defence_level": "1",
- "lifepoints": "85",
- "melee_animation": "5783",
- "range_level": "1",
+ "examine": "A big snake.",
+ "melee_animation": "3538",
+ "range_animation": "0",
+ "combat_audio": "3609,3608,3610",
+ "poisonous": "true",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3524",
- "name": "Vampyre Juvinate",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5798",
- "defence_level": "1",
- "lifepoints": "85",
- "melee_animation": "5783",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3525",
- "name": "Vampyre Juvinate",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "5798",
- "defence_level": "1",
- "lifepoints": "85",
- "melee_animation": "5783",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3526",
- "name": "Vampyre Juvinate",
- "examine": "An initiate juvenile vampyre",
- "attack_level": "1",
- "death_animation": "6031",
"defence_animation": "0",
- "defence_level": "46",
- "lifepoints": "65",
+ "weakness": "8",
"magic_animation": "0",
+ "death_animation": "3540",
+ "name": "Big Snake",
+ "defence_level": "46",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "46",
+ "id": "3484",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "46"
+ },
+ {
+ "name": "Culinaromancer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "1",
+ "id": "3491",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "3501",
+ "respawn_delay": "60",
+ "defence_animation": "3500",
+ "death_animation": "3503",
+ "name": "Agrith-Na-Na",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "3493",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "1750",
+ "respawn_delay": "60",
+ "defence_animation": "1751",
+ "death_animation": "1752",
+ "name": "Flambeed",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "210",
+ "strength_level": "1",
+ "id": "3494",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "422",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Karamel",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "240",
+ "strength_level": "1",
+ "id": "3495",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "3507",
+ "respawn_delay": "60",
+ "defence_animation": "3505",
+ "death_animation": "3510",
+ "name": "Dessourt",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "1",
+ "id": "3496",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Deadly AND fruity!",
+ "melee_animation": "1341",
+ "range_animation": "0",
+ "magic_level": "65",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "1342",
+ "name": "Gelatinnoth Mother",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "139",
+ "strength_level": "48",
+ "id": "3497",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "48"
+ },
+ {
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Gelatinnoth Mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "240",
+ "strength_level": "1",
+ "id": "3498",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Gelatinnoth Mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "240",
+ "strength_level": "1",
+ "id": "3499",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Gelatinnoth Mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "240",
+ "strength_level": "1",
+ "id": "3500",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Gelatinnoth Mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "240",
+ "strength_level": "1",
+ "id": "3501",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "1341",
+ "respawn_delay": "60",
+ "defence_animation": "1340",
+ "death_animation": "1342",
+ "name": "Gelatinnoth Mother",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "240",
+ "strength_level": "1",
+ "id": "3502",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Chronicler and regaler of your piratical exploits.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sorin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3509",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An initiate juvenile vampyre.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vampyre Juvinate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3514",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An initiate juvenile vampyre.",
+ "melee_animation": "5783",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "5798",
+ "name": "Vampyre Juvinate",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "1",
+ "id": "3521",
+ "aggressive": "true",
+ "range_level": "45",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "5798",
+ "name": "Vampyre Juvinate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "85",
+ "melee_animation": "5783",
+ "strength_level": "1",
+ "id": "3522",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "5798",
+ "name": "Vampyre Juvinate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "85",
+ "melee_animation": "5783",
+ "strength_level": "1",
+ "id": "3523",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "5798",
+ "name": "Vampyre Juvinate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "85",
+ "melee_animation": "5783",
+ "strength_level": "1",
+ "id": "3524",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "5798",
+ "name": "Vampyre Juvinate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "85",
+ "melee_animation": "5783",
+ "strength_level": "1",
+ "id": "3525",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An initiate juvenile vampyre",
+ "slayer_task": "86",
"melee_animation": "6016",
"range_animation": "0",
- "range_level": "46",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "6031",
+ "name": "Vampyre Juvinate",
+ "defence_level": "46",
"safespot": null,
+ "lifepoints": "65",
"strength_level": "1",
- "weakness": "0"
+ "id": "3526",
+ "range_level": "46",
+ "attack_level": "1"
},
{
- "id": "3527",
- "name": "Held Vampyre Juvinate",
"examine": "A Juvinate vampyre",
- "attack_level": "1",
- "death_animation": "5798",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "64",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "45",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "5798",
+ "name": "Held Vampyre Juvinate",
+ "defence_level": "45",
"safespot": null,
+ "lifepoints": "64",
"strength_level": "1",
- "weakness": "0"
+ "id": "3527",
+ "range_level": "45",
+ "attack_level": "1"
},
{
- "id": "3528",
- "name": "Vampyre Juvinate"
- },
- {
- "id": "3529",
- "name": "Vampyre Juvinate"
- },
- {
- "id": "3530",
- "name": "Mist"
- },
- {
- "id": "3531",
- "name": "Vampyre Juvenile",
"examine": "He looks really hungry!",
- "attack_level": "40",
- "death_animation": "6781",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
+ "slayer_task": "86",
"melee_animation": "6276",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6781",
+ "name": "Vampyre Juvenile",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "57",
"strength_level": "40",
- "weakness": "7"
+ "id": "3531",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "3532",
- "name": "Vampyre Juvenile",
"examine": "She looks really hungry!",
- "attack_level": "40",
- "death_animation": "6781",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
+ "slayer_task": "86",
"melee_animation": "6276",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6781",
+ "name": "Vampyre Juvenile",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "57",
"strength_level": "40",
- "weakness": "7"
+ "id": "3532",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "3533",
- "name": "Vampyre Juvenile",
- "attack_level": "1",
"death_animation": "6781",
+ "name": "Vampyre Juvenile",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "60",
"melee_animation": "6276",
+ "strength_level": "1",
+ "id": "3533",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3534",
- "name": "Held Vampyre Juvenile",
"examine": "He looks really hungry!",
- "attack_level": "40",
- "death_animation": "6781",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
+ "slayer_task": "86",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
- },
- {
- "id": "3535",
- "name": "Ivan Strom"
- },
- {
- "id": "3536",
- "name": "Ivan Strom"
- },
- {
- "id": "3537",
- "name": "Vampyre Juvinate"
- },
- {
- "id": "3538",
- "name": "Vampyre Juvinate"
- },
- {
- "id": "3539",
- "name": "Veliaf Hurtz"
- },
- {
- "id": "3540",
- "name": "Elisabeta"
- },
- {
- "id": "3541",
- "name": "Aurel"
- },
- {
- "id": "3542",
- "name": "Sorin"
- },
- {
- "id": "3543",
- "name": "Luscion"
- },
- {
- "id": "3544",
- "name": "Sergiu"
- },
- {
- "id": "3545",
- "name": "Radu"
- },
- {
- "id": "3546",
- "name": "Grigore"
- },
- {
- "id": "3547",
- "name": "Ileana"
- },
- {
- "id": "3548",
- "name": "Valeria"
- },
- {
- "id": "3549",
- "name": "Emilia"
- },
- {
- "id": "3550",
- "name": "Florin"
- },
- {
- "id": "3551",
- "name": "Catalina"
- },
- {
- "id": "3552",
- "name": "Ivan"
- },
- {
- "id": "3553",
- "name": "Victor"
- },
- {
- "id": "3554",
- "name": "Helena"
- },
- {
- "id": "3555",
- "name": "Teodor"
- },
- {
- "id": "3556",
- "name": "Marius"
- },
- {
- "id": "3557",
- "name": "Gabriela"
- },
- {
- "id": "3558",
- "name": "Vladimir"
- },
- {
- "id": "3559",
- "name": "Calin"
- },
- {
- "id": "3560",
- "name": "Mihail"
- },
- {
- "id": "3561",
- "name": "Nicoleta"
- },
- {
- "id": "3562",
- "name": "Simona"
- },
- {
- "id": "3563",
- "name": "Vasile"
- },
- {
- "id": "3564",
- "name": "Razvan"
- },
- {
- "id": "3565",
- "name": "Luminata"
- },
- {
- "id": "3566",
- "name": "Cornelius"
- },
- {
- "id": "3569",
- "name": "Cornelius"
- },
- {
- "id": "3570",
- "name": "Benjamin"
- },
- {
- "id": "3571",
- "name": "Liam"
- },
- {
- "id": "3572",
- "name": "Miala"
- },
- {
- "id": "3573",
- "name": "Verak"
- },
- {
- "id": "3574",
- "name": "Fishing spot"
- },
- {
- "id": "3575",
- "name": "Fishing spot"
- },
- {
- "id": "3576",
- "name": "Juvinate"
- },
- {
- "id": "3577",
- "name": "Juvinate",
- "examine": "An initiate juvenile vampyre",
- "attack_level": "1",
- "death_animation": "6031",
"defence_animation": "0",
- "defence_level": "46",
- "lifepoints": "65",
+ "weakness": "7",
"magic_animation": "0",
+ "death_animation": "6781",
+ "name": "Held Vampyre Juvenile",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "40",
+ "id": "3534",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "An initiate juvenile vampyre",
+ "slayer_task": "86",
"melee_animation": "6016",
"range_animation": "0",
- "range_level": "46",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
- },
- {
- "id": "3578",
- "name": "Juvinate"
- },
- {
- "id": "3579",
- "name": "Sheep",
- "examine": "Is it a sheep?",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "0",
"magic_animation": "0",
+ "death_animation": "6031",
+ "name": "Juvinate",
+ "defence_level": "46",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "3577",
+ "range_level": "46",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Is it a sheep?",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3580",
- "name": "Tentacle"
- },
- {
- "id": "3581",
- "name": "Skeleton",
- "examine": "He guards the dungeon with the faithfulness of the undead.",
- "aggressive": "true",
- "attack_level": "15",
- "attack_speed": "4",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
"defence_animation": "0",
- "defence_level": "17",
- "lifepoints": "29",
"magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "5487",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "70",
- "safespot": null,
- "strength_level": "18",
- "weakness": "8"
- },
- {
- "id": "3582",
- "name": "Guard dog",
- "attack_level": "1",
+ "death_animation": "0",
+ "name": "Sheep",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "3579",
"range_level": "1",
- "safespot": null,
+ "attack_level": "1"
+ },
+ {
"slayer_exp": "49",
- "strength_level": "1"
- },
- {
- "id": "3583",
- "name": "Hobgoblin",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "167",
- "defence_animation": "163",
+ "name": "Guard dog",
"defence_level": "1",
- "lifepoints": "29",
- "melee_animation": "164",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3582",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3584",
- "name": "Troll"
- },
- {
- "id": "3585",
- "name": "Huge spider",
- "examine": "No spider could grow that big! It's unrealistic!",
+ "melee_animation": "164",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "60",
+ "defence_animation": "163",
+ "death_animation": "167",
+ "name": "Hobgoblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "1",
+ "id": "3583",
"aggressive": "true",
- "attack_level": "1",
- "combat_audio": "537,539,538",
- "death_animation": "5321",
- "defence_animation": "0",
- "defence_level": "72",
- "lifepoints": "122",
- "magic_animation": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "No spider could grow that big! It's unrealistic!",
"melee_animation": "5319",
"range_animation": "0",
- "range_level": "72",
+ "combat_audio": "537,539,538",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "5321",
+ "name": "Huge spider",
+ "defence_level": "72",
"safespot": null,
+ "lifepoints": "122",
"strength_level": "1",
- "weakness": "2"
+ "id": "3585",
+ "aggressive": "true",
+ "range_level": "72",
+ "attack_level": "1"
},
{
- "id": "3586",
- "name": "Hellhound",
"examine": "Good doggy...",
- "aggressive": "true",
- "attack_level": "105",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "3717,3719,3718",
- "death_animation": "6576",
- "defence_animation": "0",
- "defence_level": "102",
- "lifepoints": "116",
- "magic_animation": "0",
+ "slayer_task": "43",
"melee_animation": "6562",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "3717,3719,3718",
+ "attack_speed": "4",
"respawn_delay": "50",
- "safespot": null,
+ "defence_animation": "0",
+ "weakness": "7",
"slayer_exp": "116",
+ "magic_animation": "0",
+ "death_animation": "6576",
+ "name": "Hellhound",
+ "defence_level": "102",
+ "safespot": null,
+ "lifepoints": "116",
"strength_level": "104",
- "weakness": "7"
+ "id": "3586",
+ "aggressive": "true",
+ "clue_level": "2",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "105"
},
{
- "id": "3587",
- "name": "Rantz",
"examine": "Big, ugly, and smelly.",
- "aggressive": "true",
- "attack_level": "27",
- "attack_speed": "6",
- "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "27",
- "lifepoints": "60",
- "magic_animation": "359",
- "magic_level": "27",
"melee_animation": "359",
"range_animation": "359",
- "range_level": "27",
+ "attack_speed": "6",
+ "magic_level": "27",
"respawn_delay": "25",
+ "defence_animation": "360",
+ "magic_animation": "359",
+ "death_animation": "361",
+ "name": "Rantz",
+ "defence_level": "27",
"safespot": null,
- "strength_level": "27"
+ "lifepoints": "60",
+ "strength_level": "27",
+ "id": "3587",
+ "aggressive": "true",
+ "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0",
+ "range_level": "27",
+ "attack_level": "27"
},
{
- "id": "3588",
- "name": "Baby red dragon",
"examine": "Young but still dangerous.",
- "aggressive": "true",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0",
- "combat_audio": "405,407,406",
- "death_animation": "28",
- "defence_animation": "26",
- "defence_level": "42",
- "lifepoints": "50",
- "magic_animation": "25",
- "magic_level": "40",
"melee_animation": "25",
"range_animation": "25",
- "range_level": "1",
+ "combat_audio": "405,407,406",
+ "attack_speed": "5",
+ "magic_level": "40",
"respawn_delay": "32",
+ "defence_animation": "26",
+ "weakness": "8",
+ "magic_animation": "25",
+ "death_animation": "28",
+ "name": "Baby red dragon",
+ "defence_level": "42",
"safespot": null,
+ "lifepoints": "50",
"strength_level": "40",
- "weakness": "8"
- },
- {
- "id": "3589",
- "name": "Kalphite Soldier",
- "examine": "I don't think insect repellent will work...",
+ "id": "3588",
"aggressive": "true",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0",
- "combat_audio": "567,569,568",
- "death_animation": "6228",
- "defence_animation": "6227",
- "defence_level": "70",
- "lifepoints": "90",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "6223",
- "poison_amount": "20",
- "poisonous": "true",
- "range_animation": "0",
+ "bonuses": "20,10,10,20,40,40,20,40,40,20,0,0,0,0,0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "70",
- "weakness": "6"
+ "attack_level": "40"
},
{
- "id": "3590",
- "name": "Steel dragon",
- "examine": "Its scales seem to be made of steel.",
+ "examine": "I don't think insect repellent will work...",
+ "melee_animation": "6223",
+ "range_animation": "0",
+ "combat_audio": "567,569,568",
+ "attack_speed": "4",
+ "poisonous": "true",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "6227",
+ "weakness": "6",
+ "poison_amount": "4",
+ "magic_animation": "0",
+ "death_animation": "6228",
+ "name": "Kalphite Soldier",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "70",
+ "id": "3589",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,25,25,5,50,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Its scales seem to be made of steel.",
+ "combat_audio": "408,410,409",
+ "magic_level": "72",
+ "respawn_delay": "35",
+ "weakness": "8",
+ "slayer_exp": "221",
+ "name": "Steel dragon",
+ "defence_level": "238",
+ "safespot": null,
+ "lifepoints": "210",
+ "strength_level": "229",
+ "id": "3590",
"aggressive": "true",
- "attack_level": "234",
"bonuses": "56,42,104,51,212,115,232,302,331,21,264,100,100,40,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "defence_level": "238",
- "lifepoints": "210",
- "magic_level": "72",
"range_level": "185",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "221",
- "strength_level": "229",
- "weakness": "8"
+ "attack_level": "234"
},
{
- "id": "3591",
- "name": "Dagannoth",
"examine": "A darkened horror from the ocean depths.",
- "attack_level": "1",
- "clue_level": "1",
+ "name": "Dagannoth",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3591",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3592",
- "name": "Tok-Xil"
- },
- {
- "id": "3593",
- "name": "Demon",
"examine": "Arrgh! Look at its pointy teeth!",
- "aggressive": "true",
- "attack_level": "75",
+ "range_animation": "0",
"combat_audio": "400,404,403",
"defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Demon",
"defence_level": "75",
+ "safespot": null,
"lifepoints": "107",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "75",
- "weakness": "7"
- },
- {
- "id": "3594",
- "name": "Rocnar"
- },
- {
- "id": "3595",
- "name": "Toy Soldier"
- },
- {
- "id": "3596",
- "name": "Toy Doll"
- },
- {
- "id": "3597",
- "name": "Toy Mouse"
- },
- {
- "id": "3598",
- "name": "Clockwork cat"
- },
- {
- "id": "3599",
- "name": "Swamp snake",
- "examine": "A large snake that thrives in swamps.",
- "attack_level": "35",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0",
- "combat_audio": "3609,3608,3610",
- "death_animation": "3540",
- "defence_animation": "3539",
- "defence_level": "40",
- "lifepoints": "121",
- "magic_animation": "3538",
- "melee_animation": "3538",
- "range_animation": "3538",
- "range_level": "45",
- "safespot": null,
- "strength_level": "33",
- "weakness": "0"
- },
- {
- "id": "3600",
- "name": "Swamp snake",
- "examine": "A large snake that thrives in swamps.",
- "attack_level": "60",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0",
- "combat_audio": "3609,3608,3610",
- "death_animation": "3540",
- "defence_animation": "3539",
- "defence_level": "60",
- "lifepoints": "121",
- "magic_animation": "3538",
- "melee_animation": "3538",
- "range_animation": "3538",
- "range_level": "1",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "3601",
- "name": "Swamp snake",
- "examine": "A large snake that thrives in swamps.",
- "attack_level": "35",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0",
- "combat_audio": "3609,3608,3610",
- "death_animation": "3540",
- "defence_animation": "3539",
- "defence_level": "40",
- "lifepoints": "121",
- "magic_animation": "3538",
- "melee_animation": "3538",
- "range_animation": "3538",
- "range_level": "1",
- "safespot": null,
- "strength_level": "33",
- "weakness": "7"
- },
- {
- "id": "3602",
- "name": "Swamp snake",
- "examine": "A large snake that thrives in swamps.",
- "attack_level": "35",
- "attack_speed": "5",
- "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0",
- "combat_audio": "3609,3608,3610",
- "death_animation": "3540",
- "defence_animation": "3539",
- "defence_level": "40",
- "lifepoints": "121",
- "magic_animation": "3538",
- "melee_animation": "3538",
- "range_animation": "3538",
- "range_level": "1",
- "safespot": null,
- "strength_level": "33"
- },
- {
- "id": "3603",
- "name": "Dead swamp snake",
- "attack_level": "1",
- "combat_audio": "3609,3608,3610",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3604",
- "name": "Dead swamp snake",
- "attack_level": "1",
- "combat_audio": "3609,3608,3610",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3605",
- "name": "Dead swamp snake",
- "attack_level": "1",
- "combat_audio": "3609,3608,3610",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3606",
- "name": "Ghast"
- },
- {
- "id": "3607",
- "name": "Ghast"
- },
- {
- "id": "3608",
- "name": "Ghast"
- },
- {
- "id": "3609",
- "name": "Ghast"
- },
- {
- "id": "3610",
- "name": "Ghast"
- },
- {
- "id": "3611",
- "name": "Ghast"
- },
- {
- "id": "3612",
- "name": "Giant snail"
- },
- {
- "id": "3613",
- "name": "Giant snail"
- },
- {
- "id": "3614",
- "name": "Giant snail"
- },
- {
- "id": "3615",
- "name": "Riyl shadow"
- },
- {
- "id": "3616",
- "name": "Asyn shadow"
- },
- {
- "id": "3617",
- "name": "Shade"
- },
- {
- "id": "3618",
- "name": "Tentacle",
- "examine": "I'm glad I can't see the rest of it!",
+ "id": "3593",
"aggressive": "true",
- "attack_level": "80",
- "death_animation": "3620",
- "defence_animation": "0",
+ "range_level": "1",
+ "attack_level": "75"
+ },
+ {
+ "examine": "A large snake that thrives in swamps.",
+ "melee_animation": "3538",
+ "range_animation": "3538",
+ "combat_audio": "3609,3608,3610",
+ "attack_speed": "5",
+ "defence_animation": "3539",
+ "weakness": "0",
+ "magic_animation": "3538",
+ "death_animation": "3540",
+ "name": "Swamp snake",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "121",
+ "strength_level": "33",
+ "id": "3599",
+ "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0",
+ "range_level": "45",
+ "attack_level": "35"
+ },
+ {
+ "examine": "A large snake that thrives in swamps.",
+ "melee_animation": "3538",
+ "range_animation": "3538",
+ "combat_audio": "3609,3608,3610",
+ "attack_speed": "5",
+ "defence_animation": "3539",
+ "magic_animation": "3538",
+ "death_animation": "3540",
+ "name": "Swamp snake",
"defence_level": "60",
- "lifepoints": "171",
- "magic_animation": "0",
- "magic_level": "80",
+ "safespot": null,
+ "lifepoints": "121",
+ "strength_level": "50",
+ "id": "3600",
+ "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "A large snake that thrives in swamps.",
+ "slayer_task": "86",
+ "melee_animation": "3538",
+ "range_animation": "3538",
+ "combat_audio": "3609,3608,3610",
+ "attack_speed": "5",
+ "defence_animation": "3539",
+ "weakness": "7",
+ "magic_animation": "3538",
+ "death_animation": "3540",
+ "name": "Swamp snake",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "121",
+ "strength_level": "33",
+ "id": "3601",
+ "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "A large snake that thrives in swamps.",
+ "melee_animation": "3538",
+ "range_animation": "3538",
+ "combat_audio": "3609,3608,3610",
+ "attack_speed": "5",
+ "defence_animation": "3539",
+ "magic_animation": "3538",
+ "death_animation": "3540",
+ "name": "Swamp snake",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "121",
+ "strength_level": "33",
+ "id": "3602",
+ "bonuses": "10,10,10,10,10,10,1,10,6,10,6,4,0,0,0",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "name": "Dead swamp snake",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "3609,3608,3610",
+ "strength_level": "1",
+ "id": "3603",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Dead swamp snake",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "3609,3608,3610",
+ "strength_level": "1",
+ "id": "3604",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Dead swamp snake",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "3609,3608,3610",
+ "strength_level": "1",
+ "id": "3605",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I'm glad I can't see the rest of it!",
"melee_animation": "3618",
"range_animation": "3618",
- "range_level": "80",
+ "magic_level": "80",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "3620",
+ "name": "Tentacle",
+ "defence_level": "60",
"safespot": null,
+ "lifepoints": "171",
"strength_level": "80",
- "weakness": "9"
+ "id": "3618",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "80"
},
{
- "id": "3619",
- "name": "Head",
"examine": "I'm glad I can't see the rest of it!",
- "aggressive": "true",
- "attack_level": "85",
- "attack_speed": "10",
- "death_animation": "3733",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "171",
- "magic_animation": "0",
- "magic_level": "80",
"melee_animation": "3731",
"range_animation": "0",
- "range_level": "80",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "85",
- "weakness": "9"
- },
- {
- "id": "3620",
- "name": "Head",
- "aggressive": "true",
- "attack_level": "1",
"attack_speed": "10",
- "death_animation": "3733",
- "defence_animation": "3732",
- "defence_level": "1",
- "lifepoints": "150",
- "melee_animation": "3731",
- "range_level": "1",
+ "magic_level": "80",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3621",
- "name": "Tentacle"
- },
- {
- "id": "3622",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "3623",
- "name": "Smiddi Ryak"
- },
- {
- "id": "3625",
- "name": "Rolayne Twickit"
- },
- {
- "id": "3627",
- "name": "Jayene Kliyn"
- },
- {
- "id": "3629",
- "name": "Valantay Eppel"
- },
- {
- "id": "3631",
- "name": "Dalcian Fang"
- },
- {
- "id": "3633",
- "name": "Fyiona Fray"
- },
- {
- "id": "3634",
- "name": "Fyiona Fray",
- "examine": "A high-ranking Vyrewatch",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "3733",
+ "name": "Head",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "171",
+ "strength_level": "85",
+ "id": "3619",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "85"
+ },
+ {
+ "melee_animation": "3731",
+ "attack_speed": "10",
+ "respawn_delay": "60",
+ "defence_animation": "3732",
+ "death_animation": "3733",
+ "name": "Head",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "150",
+ "strength_level": "1",
+ "id": "3620",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "3622",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A high-ranking Vyrewatch",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3635",
- "name": "Abidor Crank"
- },
- {
- "id": "3636",
- "name": "Spirit tree"
- },
- {
- "id": "3637",
- "name": "Spirit tree"
- },
- {
- "id": "3638",
- "name": "Launa"
- },
- {
- "id": "3640",
- "name": "Launa"
- },
- {
- "id": "3641",
- "name": "Brana"
- },
- {
- "id": "3642",
- "name": "Mawnis Burowgar"
- },
- {
- "id": "3643",
- "name": "Tolna"
- },
- {
- "id": "3644",
- "name": "Tolna"
- },
- {
- "id": "3645",
- "name": "Angry bear",
- "examine": "He looks a little on the cross side!",
- "attack_level": "38",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "297,299,298",
- "death_animation": "4929",
- "defence_animation": "4927",
- "defence_level": "38",
- "lifepoints": "35",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4927",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "41",
- "weakness": "9"
- },
- {
- "id": "3646",
- "name": "Angry unicorn",
- "examine": "He looks a little on the cross side!",
- "aggressive": "false",
- "attack_level": "38",
- "attack_speed": "4",
- "combat_audio": "876,878,877",
- "death_animation": "6377",
"defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "50",
"magic_animation": "0",
- "melee_animation": "6376",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "41",
- "weakness": "9"
- },
- {
- "id": "3647",
- "name": "Angry giant rat",
- "examine": "He looks a little on the cross side!",
- "attack_level": "25",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
- },
- {
- "id": "3648",
- "name": "Angry goblin",
- "examine": "He looks a little on the cross side!",
- "attack_level": "25",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "6185",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
- },
- {
- "id": "3649",
- "name": "Fear reaper",
- "examine": "AHHHHH!",
- "attack_level": "41",
- "attack_speed": "4",
- "combat_audio": "297,299,298",
- "death_animation": "3813",
- "defence_animation": "3811",
- "defence_level": "40",
- "lifepoints": "25",
- "magic_animation": "0",
- "melee_animation": "3812",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "41",
- "weakness": ""
- },
- {
- "id": "3650",
- "name": "Confusion beast",
- "examine": "What on Gielinor is that?!?",
- "attack_level": "28",
- "death_animation": "3821",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
- "melee_animation": "3818",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "28",
- "weakness": "9"
- },
- {
- "id": "3651",
- "name": "Confusion beast"
- },
- {
- "id": "3652",
- "name": "Confusion beast"
- },
- {
- "id": "3653",
- "name": "Confusion beast"
- },
- {
- "id": "3654",
- "name": "Confusion beast"
- },
- {
- "id": "3655",
- "name": "Hopeless creature",
- "examine": "A hopeless poor creature.",
- "attack_level": "25",
- "death_animation": "3827",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "3823",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
- },
- {
- "id": "3656",
- "name": "Hopeless creature"
- },
- {
- "id": "3657",
- "name": "Hopeless creature"
- },
- {
- "id": "3658",
- "name": "Tolna"
- },
- {
- "id": "3659",
- "name": "Tolna"
- },
- {
- "id": "3660",
- "name": "Tolna"
- },
- {
- "id": "3661",
- "name": "Angry unicorn",
- "examine": "He looks a little on the cross side!",
- "aggressive": "false",
- "attack_level": "38",
- "attack_speed": "4",
- "combat_audio": "876,878,877",
- "death_animation": "6377",
- "defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "6376",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "41",
- "weakness": "9"
- },
- {
- "id": "3662",
- "name": "Angry giant rat",
- "examine": "He looks a little on the cross side!",
- "attack_level": "38",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "38",
- "lifepoints": "50",
- "melee_animation": "4933",
- "range_level": "1",
- "safespot": null,
- "strength_level": "41"
- },
- {
- "id": "3663",
- "name": "Angry goblin",
- "examine": "He looks a little on the cross side!",
- "attack_level": "38",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "38",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "6185",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "41",
- "weakness": "9"
- },
- {
- "id": "3664",
- "name": "Angry bear",
- "examine": "He looks a little on the cross side!",
- "attack_level": "38",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "297,299,298",
- "death_animation": "4929",
- "defence_animation": "4927",
- "defence_level": "38",
- "lifepoints": "10",
- "magic_level": "1",
- "melee_animation": "4927",
- "range_level": "1",
- "safespot": null,
- "strength_level": "41"
- },
- {
- "id": "3665",
- "name": "Fear reaper",
- "examine": "AHHHHH!",
- "attack_level": "45",
- "attack_speed": "4",
- "bonuses": "",
- "combat_audio": "297,299,298",
- "death_animation": "3813",
- "defence_animation": "3811",
- "defence_level": "45",
- "lifepoints": "57",
- "magic_level": "1",
- "melee_animation": "3812",
- "range_level": "1",
- "safespot": null,
- "strength_level": "48"
- },
- {
- "id": "3666",
- "name": "Confusion beast",
- "examine": "What on Gielinor is that?!?",
- "attack_level": "52",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "297,299,298",
- "death_animation": "3821",
- "defence_animation": "3820",
- "defence_level": "52",
- "lifepoints": "64",
- "magic_level": "1",
- "melee_animation": "3818",
- "range_level": "1",
- "safespot": null,
- "strength_level": "55"
- },
- {
- "id": "3667",
- "name": "Hopeless creature",
- "examine": "He looks a little on the cross side!",
- "attack_level": "59",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "297,299,298",
- "death_animation": "3827",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "71",
- "magic_level": "1",
- "melee_animation": "3823",
- "range_level": "1",
- "safespot": null,
- "strength_level": "62"
- },
- {
- "id": "3668",
- "name": "Hopeless beast"
- },
- {
- "id": "3669",
- "name": "Hopeless beast"
- },
- {
- "id": "3670",
- "name": "Odd Old Man",
- "examine": "That's a lot of bones on his back..."
- },
- {
- "id": "3671",
- "name": "Fortunato",
- "examine": "Looks like he could do with a sip of Amontillado."
- },
- {
- "id": "3672",
- "name": "Ram",
- "examine": "Freshly sheared.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "757,759,758",
- "death_animation": "5343",
- "defence_animation": "5337",
+ "death_animation": "0",
+ "name": "Fyiona Fray",
"defence_level": "1",
- "lifepoints": "8",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3634",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks a little on the cross side!",
+ "range_animation": "0",
+ "combat_audio": "297,299,298",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
"magic_animation": "0",
+ "name": "Angry bear",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "41",
+ "id": "3645",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "He looks a little on the cross side!",
+ "melee_animation": "6376",
+ "range_animation": "0",
+ "combat_audio": "876,878,877",
+ "attack_speed": "4",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6377",
+ "name": "Angry unicorn",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "41",
+ "id": "3646",
+ "aggressive": "false",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "He looks a little on the cross side!",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Angry giant rat",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
+ "id": "3647",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "He looks a little on the cross side!",
+ "melee_animation": "6185",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6182",
+ "name": "Angry goblin",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
+ "id": "3648",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "AHHHHH!",
+ "melee_animation": "3812",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "3813",
+ "name": "Fear reaper",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "38",
+ "strength_level": "27",
+ "id": "3649",
+ "range_level": "1",
+ "attack_level": "27"
+ },
+ {
+ "examine": "What on Gielinor is that?!?",
+ "melee_animation": "3818",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "3821",
+ "name": "Confusion beast",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "28",
+ "id": "3650",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A hopeless poor creature.",
+ "melee_animation": "3823",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "3827",
+ "name": "Hopeless creature",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
+ "id": "3655",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "He looks a little on the cross side!",
+ "name": "Angry unicorn",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "50",
+ "combat_audio": "876,878,877",
+ "strength_level": "41",
+ "attack_speed": "4",
+ "id": "3661",
+ "aggressive": "false",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "He looks a little on the cross side!",
+ "name": "Angry giant rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "3662",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks a little on the cross side!",
+ "slayer_task": "38",
+ "melee_animation": "6185",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6182",
+ "name": "Angry goblin",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
+ "id": "3663",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "He looks a little on the cross side!",
+ "combat_audio": "297,299,298",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "name": "Angry bear",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "41",
+ "id": "3664",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "Freshly sheared.",
"melee_animation": "5341",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5343",
+ "name": "Ram",
+ "defence_level": "2",
"safespot": null,
- "strength_level": "1",
- "weakness": "9"
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "3672",
+ "range_level": "1",
+ "attack_level": "2"
},
{
- "id": "3673",
- "name": "Ram",
- "examine": "White and fluffy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "757,759,758",
- "death_animation": "5336",
- "defence_animation": "5337",
- "defence_level": "1",
- "lifepoints": "8",
- "magic_animation": "0",
+ "examine": "White and shaggy.",
"melee_animation": "5338",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "3674",
- "name": "Sack"
- },
- {
- "id": "3675",
- "name": "Vulture",
- "examine": "If you see them circling, run.",
- "attack_level": "40",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "890,892,891",
- "death_animation": "2021",
- "defence_animation": "2024",
- "defence_level": "10",
- "lifepoints": "10",
+ "defence_animation": "0",
+ "weakness": "9",
"magic_animation": "0",
- "magic_level": "1",
+ "death_animation": "5336",
+ "name": "Ram",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "3673",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "If you see them circling, run.",
"melee_animation": "2019",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "40",
- "weakness": "9"
- },
- {
- "id": "3676",
- "name": "Vulture",
- "examine": "If you see them circling, run.",
- "attack_level": "40",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"combat_audio": "890,892,891",
- "death_animation": "2026",
- "defence_animation": "2024",
- "defence_level": "10",
- "lifepoints": "10",
+ "attack_speed": "4",
"magic_level": "1",
- "melee_animation": "2025",
- "range_level": "1",
"respawn_delay": "50",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3677",
- "name": "Sinister Stranger"
- },
- {
- "id": "3678",
- "name": "Sinister Stranger"
- },
- {
- "id": "3679",
- "name": "Vestri"
- },
- {
- "id": "3680",
- "name": "Ali the Leaflet Dropper",
- "examine": "A young boy handing out flyers.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "defence_animation": "2024",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "2021",
+ "name": "Vulture",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "40",
+ "id": "3675",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "If you see them circling, run.",
+ "melee_animation": "2025",
+ "combat_audio": "890,892,891",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "2024",
+ "death_animation": "2026",
+ "name": "Vulture",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "40",
+ "id": "3676",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "A young boy handing out flyers.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3681",
- "name": "Nigel"
- },
- {
- "id": "3682",
- "name": "Egg"
- },
- {
- "id": "3683",
- "name": "Egg"
- },
- {
- "id": "3684",
- "name": "Egg"
- },
- {
- "id": "3685",
- "name": "Egg"
- },
- {
- "id": "3686",
- "name": "Chocolate kebbit"
- },
- {
- "id": "3687",
- "name": "Chocolate kebbit"
- },
- {
- "id": "3688",
- "name": "Easter Bunny"
- },
- {
- "id": "3689",
- "name": "Egg"
- },
- {
- "id": "3690",
- "name": "Egg"
- },
- {
- "id": "3691",
- "name": "Egg"
- },
- {
- "id": "3692",
- "name": "Egg"
- },
- {
- "id": "3693",
- "name": "Egg"
- },
- {
- "id": "3694",
- "name": "Egg"
- },
- {
- "id": "3695",
- "name": "Volf Olafson"
- },
- {
- "id": "3696",
- "name": "Ingrid Hradson"
- },
- {
- "id": "3697",
- "name": "Skeleton fremennik",
- "examine": "Could use a good meal.",
- "attack_level": "17",
- "combat_audio": "774,775,777",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "17",
- "lifepoints": "24",
"magic_animation": "0",
- "melee_animation": "6128",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "17",
- "weakness": "6"
- },
- {
- "id": "3698",
- "name": "Skeleton fremennik",
- "attack_level": "1",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "425",
+ "death_animation": "0",
+ "name": "Ali the Leaflet Dropper",
"defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "400",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3699",
- "name": "Skeleton fremennik",
- "attack_level": "1",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "400",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3700",
- "name": "Skeleton fremennik",
- "examine": "He seems a little underweight.",
- "attack_level": "20",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
- "magic_animation": "0",
- "melee_animation": "6128",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "20",
- "weakness": "6"
- },
- {
- "id": "3701",
- "name": "Skeleton fremennik",
- "examine": "He seems a little underweight.",
- "attack_level": "20",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
- "magic_animation": "0",
- "melee_animation": "6128",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "20",
- "weakness": "6"
- },
- {
- "id": "3702",
- "name": "Skeleton fremennik",
- "attack_level": "1",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "35",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3703",
- "name": "Skeleton fremennik",
- "examine": "He seems a little underweight.",
- "attack_level": "22",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "6128",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "3704",
- "name": "Skeleton fremennik",
- "examine": "He seems a little underweight.",
- "attack_level": "22",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "melee_animation": "6128",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "3705",
- "name": "Skeleton fremennik",
- "attack_level": "1",
- "combat_audio": "774,775,777",
- "defence_level": "1",
"lifepoints": "10",
- "melee_animation": "5485",
+ "strength_level": "1",
+ "id": "3680",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3706",
"name": "Ulfric",
- "aggressive": "true",
- "attack_level": "1",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "60",
"melee_animation": "6118",
+ "strength_level": "1",
+ "id": "3706",
+ "aggressive": "true",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3707",
- "name": "Brine rat",
"examine": "Eww",
- "attack_level": "35",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "6115",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
+ "slayer_task": "67",
"melee_animation": "6117",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "50",
- "strength_level": "35",
- "weakness": "9"
- },
- {
- "id": "3708",
- "name": "Boulder"
- },
- {
- "id": "3709",
- "name": "Boulder",
- "examine": "A Wilderness fighter of massive repute.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "9",
+ "slayer_exp": "50",
"magic_animation": "0",
+ "death_animation": "6115",
+ "name": "Brine rat",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "3707",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "A Wilderness fighter of massive repute.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Boulder",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3709",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3710",
- "name": "Ulfric"
- },
- {
- "id": "3711",
- "name": "Giant bat",
"examine": "An annoying flappy thing.",
- "aggressive": "true",
- "attack_level": "12",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0",
- "combat_audio": "292,294,293",
- "death_animation": "4917",
- "defence_animation": "4916",
- "defence_level": "22",
- "lifepoints": "32",
- "magic_animation": "4915",
- "magic_level": "1",
+ "slayer_task": "5",
"melee_animation": "4915",
"range_animation": "4915",
- "range_level": "1",
+ "combat_audio": "292,294,293",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "4916",
+ "weakness": "4",
"slayer_exp": "8",
- "strength_level": "22",
- "weakness": "4"
- },
- {
- "id": "3712",
- "name": "Zanik"
- },
- {
- "id": "3713",
- "name": "Sigmund"
- },
- {
- "id": "3714",
- "name": "Zanik"
- },
- {
- "id": "3715",
- "name": "Guard",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
+ "magic_animation": "4915",
+ "death_animation": "4917",
+ "name": "Giant bat",
+ "defence_level": "22",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "32",
+ "strength_level": "22",
+ "id": "3711",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,10,10,12,10,8,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "12"
},
{
- "id": "3716",
- "name": "Sigmund"
- },
- {
- "id": "3717",
- "name": "Sigmund"
- },
- {
- "id": "3718",
- "name": "Sigmund"
- },
- {
- "id": "3719",
- "name": "Sigmund"
- },
- {
- "id": "3720",
- "name": "Sigmund"
- },
- {
- "id": "3721",
- "name": "Zanik"
- },
- {
- "id": "3722",
- "name": "Zanik"
- },
- {
- "id": "3723",
- "name": "General Bentnoze"
- },
- {
- "id": "3724",
- "name": "General Wartface"
- },
- {
- "id": "3725",
- "name": "Grubfoot"
- },
- {
- "id": "3726",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
+ "melee_animation": "395",
+ "combat_audio": "511,513,512",
"attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Guard",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "3715",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
"melee_animation": "6185",
"range_animation": "6185",
- "range_level": "1",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "2"
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "3726",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3727",
- "name": "Splatter",
"examine": "Don't burst its bubble!",
- "attack_level": "20",
- "bonuses": "5,10,10,10,10,2,0,0,0,0,0,0,0,0,0",
+ "melee_animation": "3891",
+ "range_animation": "3891",
"combat_audio": "809,811,810",
- "death_animation": "3888",
- "defence_animation": "3890",
- "defence_level": "20",
- "lifepoints": "13",
- "magic_animation": "3891",
"magic_level": "5",
- "melee_animation": "3891",
- "range_animation": "3891",
- "range_level": "1",
"respawn_delay": "120",
+ "defence_animation": "3890",
+ "weakness": "8",
+ "magic_animation": "3891",
+ "death_animation": "3888",
+ "name": "Splatter",
+ "defence_level": "20",
"safespot": null,
+ "lifepoints": "13",
"strength_level": "20",
- "weakness": "8"
+ "id": "3727",
+ "bonuses": "5,10,10,10,10,2,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "20"
},
{
+ "examine": "Don't burst its bubble!",
+ "melee_animation": "3891",
+ "range_animation": "3891",
+ "combat_audio": "809,811,810",
+ "magic_level": "10",
+ "respawn_delay": "120",
+ "defence_animation": "3890",
+ "magic_animation": "3891",
+ "death_animation": "3888",
+ "name": "Splatter",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "25",
"id": "3728",
- "name": "Splatter",
- "examine": "Don't burst its bubble!",
- "attack_level": "25",
"bonuses": "10,15,15,15,15,5,0,0,0,0,0,0,0,0,0",
- "combat_audio": "809,811,810",
- "death_animation": "3888",
- "defence_animation": "3890",
- "defence_level": "25",
- "lifepoints": "23",
- "magic_animation": "3891",
- "magic_level": "10",
- "melee_animation": "3891",
- "range_animation": "3891",
"range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "25"
+ "attack_level": "25"
},
{
- "id": "3729",
- "name": "Splatter",
"examine": "Don't burst its bubble!",
- "attack_level": "30",
- "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0",
+ "melee_animation": "3891",
+ "range_animation": "3891",
"combat_audio": "809,811,810",
- "death_animation": "3888",
+ "magic_level": "10",
+ "respawn_delay": "120",
"defence_animation": "3890",
+ "magic_animation": "3891",
+ "death_animation": "3888",
+ "name": "Splatter",
"defence_level": "30",
+ "safespot": null,
"lifepoints": "23",
- "magic_animation": "3891",
- "magic_level": "10",
- "melee_animation": "3891",
- "range_animation": "3891",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "30"
- },
- {
- "id": "3730",
- "name": "Splatter",
- "examine": "Don't burst its bubble!",
- "attack_level": "35",
- "bonuses": "20,25,25,25,25,10,0,0,0,0,0,0,0,0,0",
- "combat_audio": "809,811,810",
- "death_animation": "3888",
- "defence_animation": "3890",
- "defence_level": "35",
- "lifepoints": "23",
- "magic_animation": "3891",
- "magic_level": "15",
- "melee_animation": "3891",
- "range_animation": "3891",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "35"
- },
- {
- "id": "3731",
- "name": "Splatter",
- "examine": "Don't burst its bubble!",
- "attack_level": "40",
- "bonuses": "25,30,30,30,30,15,0,0,0,0,0,0,0,0,0",
- "combat_audio": "809,811,810",
- "death_animation": "3888",
- "defence_animation": "3890",
- "defence_level": "40",
- "lifepoints": "23",
- "magic_animation": "3891",
- "magic_level": "20",
- "melee_animation": "3891",
- "range_animation": "3891",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "40"
- },
- {
- "id": "3732",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "28",
- "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "28",
- "lifepoints": "23",
- "magic_animation": "3901",
- "magic_level": "14",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "28",
- "weakness": "9"
- },
- {
- "id": "3733",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "28",
- "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "28",
- "lifepoints": "23",
- "magic_animation": "3901",
- "magic_level": "14",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "28"
- },
- {
- "id": "3734",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "42",
- "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "42",
- "lifepoints": "38",
- "magic_animation": "3901",
- "magic_level": "20",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "42"
- },
- {
- "id": "3735",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "42",
- "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "42",
- "lifepoints": "38",
- "magic_animation": "3901",
- "magic_level": "20",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "42"
- },
- {
- "id": "3736",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "54",
- "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "54",
- "lifepoints": "53",
- "magic_animation": "3901",
- "magic_level": "25",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "54"
- },
- {
- "id": "3737",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "54",
- "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "54",
- "lifepoints": "53",
- "magic_animation": "3901",
- "magic_level": "25",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "54"
- },
- {
- "id": "3738",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "60",
- "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "60",
- "lifepoints": "68",
- "magic_animation": "3901",
- "magic_level": "30",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "60"
- },
- {
- "id": "3739",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "60",
- "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "60",
- "lifepoints": "68",
- "magic_animation": "3901",
- "magic_level": "30",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "60"
- },
- {
- "id": "3740",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "70",
- "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "70",
- "lifepoints": "83",
- "magic_animation": "3901",
- "magic_level": "35",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "3741",
- "name": "Shifter",
- "examine": "Nippy little thing!",
- "aggressive": "true",
- "attack_level": "70",
- "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0",
- "combat_audio": "766,768,767",
- "death_animation": "3903",
- "defence_animation": "3902",
- "defence_level": "70",
- "lifepoints": "83",
- "magic_animation": "3901",
- "magic_level": "35",
- "melee_animation": "3901",
- "poison_immune": "true",
- "range_animation": "3901",
- "range_level": "1",
- "respawn_delay": "127",
- "safespot": null,
- "strength_level": "70"
- },
- {
- "id": "3742",
- "name": "Ravager",
- "examine": "Worse than termites!",
- "attack_level": "15",
- "attack_speed": "5",
- "bonuses": "45,45,45,45,50,5,45,0,0,0,0,0,0,0,0",
- "combat_audio": "714,716,715",
- "death_animation": "3917",
- "defence_animation": "3916",
- "defence_level": "15",
- "lifepoints": "23",
- "magic_animation": "3915",
- "magic_level": "10",
- "melee_animation": "3915",
- "range_animation": "3915",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
"strength_level": "30",
- "weakness": "7"
+ "id": "3729",
+ "bonuses": "15,20,20,20,20,8,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "3743",
- "name": "Ravager",
- "examine": "Worse than termites!",
- "attack_level": "20",
- "attack_speed": "5",
- "bonuses": "45,45,45,45,50,5,55,0,0,0,0,0,0,0,0",
- "combat_audio": "714,716,715",
- "death_animation": "3917",
- "defence_animation": "3916",
- "defence_level": "20",
- "lifepoints": "38",
- "magic_animation": "3915",
+ "examine": "Don't burst its bubble!",
+ "melee_animation": "3891",
+ "range_animation": "3891",
+ "combat_audio": "809,811,810",
"magic_level": "15",
- "melee_animation": "3915",
- "range_animation": "3915",
- "range_level": "1",
"respawn_delay": "120",
+ "defence_animation": "3890",
+ "magic_animation": "3891",
+ "death_animation": "3888",
+ "name": "Splatter",
+ "defence_level": "35",
"safespot": null,
- "strength_level": "40"
+ "lifepoints": "23",
+ "strength_level": "35",
+ "id": "3730",
+ "bonuses": "20,25,25,25,25,10,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "35"
},
{
- "id": "3744",
- "name": "Ravager",
- "examine": "Worse than termites!",
- "attack_level": "30",
- "attack_speed": "5",
- "bonuses": "45,55,55,55,50,10,45,0,0,0,0,0,0,0,0",
- "combat_audio": "714,716,715",
- "death_animation": "3917",
- "defence_animation": "3916",
- "defence_level": "30",
- "lifepoints": "53",
- "magic_animation": "3915",
+ "examine": "Don't burst its bubble!",
+ "melee_animation": "3891",
+ "range_animation": "3891",
+ "combat_audio": "809,811,810",
"magic_level": "20",
- "melee_animation": "3915",
- "range_animation": "3915",
- "range_level": "1",
"respawn_delay": "120",
- "safespot": null,
- "strength_level": "60"
- },
- {
- "id": "3745",
- "name": "Ravager",
- "examine": "Worse than termites!",
- "attack_level": "45",
- "attack_speed": "5",
- "bonuses": "60,60,60,60,80,10,45,0,0,0,0,0,0,0,0",
- "combat_audio": "714,716,715",
- "death_animation": "3917",
- "defence_animation": "3916",
- "defence_level": "45",
- "lifepoints": "53",
- "magic_animation": "3915",
- "magic_level": "30",
- "melee_animation": "3915",
- "range_animation": "3915",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "75"
- },
- {
- "id": "3746",
- "name": "Ravager",
- "examine": "Worse than termites!",
- "attack_level": "60",
- "attack_speed": "5",
- "bonuses": "65,70,70,70,90,20,56,0,0,0,0,0,0,0,0",
- "combat_audio": "714,716,715",
- "death_animation": "3917",
- "defence_animation": "3916",
- "defence_level": "60",
- "lifepoints": "53",
- "magic_animation": "3915",
- "magic_level": "40",
- "melee_animation": "3915",
- "range_animation": "3915",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "80"
- },
- {
- "id": "3747",
- "name": "Spinner",
- "examine": "Eeewww!",
- "attack_level": "20",
- "bonuses": "20,40,40,40,40,10,38,0,0,0,0,0,0,0,0",
- "combat_audio": "805,807,806",
- "death_animation": "3910",
- "defence_animation": "3909",
- "defence_level": "20",
- "lifepoints": "33",
- "magic_animation": "3908",
- "magic_level": "10",
- "melee_animation": "3908",
- "range_animation": "3908",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "20",
- "weakness": "6"
- },
- {
- "id": "3748",
- "name": "Spinner",
- "examine": "Eeewww!",
- "attack_level": "30",
- "bonuses": "30,60,60,60,60,15,38,0,0,0,0,0,0,0,0",
- "combat_audio": "805,807,806",
- "death_animation": "3910",
- "defence_animation": "3909",
- "defence_level": "30",
- "lifepoints": "50",
- "magic_animation": "3908",
- "magic_level": "15",
- "melee_animation": "3908",
- "range_animation": "3908",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "30"
- },
- {
- "id": "3749",
- "name": "Spinner",
- "examine": "Eeewww!",
- "attack_level": "40",
- "bonuses": "50,70,70,70,70,20,38,0,0,0,0,0,0,0,0",
- "combat_audio": "805,807,806",
- "death_animation": "3910",
- "defence_animation": "3909",
+ "defence_animation": "3890",
+ "magic_animation": "3891",
+ "death_animation": "3888",
+ "name": "Splatter",
"defence_level": "40",
- "lifepoints": "67",
- "magic_animation": "3908",
- "magic_level": "20",
- "melee_animation": "3908",
- "range_animation": "3908",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "40",
+ "id": "3731",
+ "bonuses": "25,30,30,30,30,15,0,0,0,0,0,0,0,0,0",
"range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "40"
+ "attack_level": "40"
},
{
- "id": "3750",
- "name": "Spinner",
- "examine": "Eeewww!",
- "attack_level": "60",
- "bonuses": "60,100,100,100,100,30,25,0,0,0,0,0,0,0,0",
- "combat_audio": "805,807,806",
- "death_animation": "3910",
- "defence_animation": "3909",
- "defence_level": "60",
- "lifepoints": "101",
- "magic_animation": "3908",
- "magic_level": "30",
- "melee_animation": "3908",
- "range_animation": "3908",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "60"
- },
- {
- "id": "3751",
- "name": "Spinner",
- "examine": "Eeewww!",
- "attack_level": "50",
- "bonuses": "55,80,80,80,85,25,30,0,0,0,0,0,0,0,0",
- "combat_audio": "805,807,806",
- "death_animation": "3910",
- "defence_animation": "3909",
- "defence_level": "50",
- "lifepoints": "84",
- "magic_animation": "3908",
- "magic_level": "25",
- "melee_animation": "3908",
- "range_animation": "3908",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "3752",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "25",
- "end_gfx": "648",
- "lifepoints": "18",
- "magic_animation": "3882",
- "magic_level": "25",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "3753",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "25",
- "end_gfx": "648",
- "lifepoints": "18",
- "magic_animation": "3882",
- "magic_level": "25",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1"
- },
- {
- "id": "3754",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "40",
- "end_gfx": "648",
- "lifepoints": "30",
- "magic_animation": "3882",
- "magic_level": "40",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1"
- },
- {
- "id": "3755",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "40",
- "end_gfx": "648",
- "lifepoints": "30",
- "magic_animation": "3882",
- "magic_level": "40",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1"
- },
- {
- "id": "3756",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "50",
- "end_gfx": "648",
- "lifepoints": "42",
- "magic_animation": "3882",
- "magic_level": "50",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1"
- },
- {
- "id": "3757",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "50",
- "end_gfx": "648",
- "lifepoints": "42",
- "magic_animation": "3882",
- "magic_level": "50",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1"
- },
- {
- "id": "3758",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "60",
- "end_gfx": "648",
- "lifepoints": "51",
- "magic_animation": "3882",
- "magic_level": "60",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1"
- },
- {
- "id": "3759",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "60",
- "end_gfx": "648",
- "lifepoints": "51",
- "magic_animation": "3882",
- "magic_level": "60",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1"
- },
- {
- "id": "3760",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "70",
- "end_gfx": "648",
- "lifepoints": "62",
- "magic_animation": "3882",
- "magic_level": "70",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1"
- },
- {
- "id": "3761",
- "name": "Torcher",
- "examine": "Burn, baby, burn!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0",
- "combat_audio": "845,848,846",
- "combat_style": "2",
- "death_animation": "3881",
- "defence_animation": "3880",
- "defence_level": "70",
- "end_gfx": "648",
- "lifepoints": "62",
- "magic_animation": "3882",
- "magic_level": "70",
- "melee_animation": "3882",
- "projectile": "647",
- "range_animation": "3882",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "646",
- "strength_level": "1"
- },
- {
- "id": "3762",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "25",
- "lifepoints": "27",
- "magic_animation": "3920",
- "magic_level": "30",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "25",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "657",
- "strength_level": "1",
- "weakness": "0"
- },
- {
- "id": "3763",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "25",
- "lifepoints": "27",
- "magic_animation": "3920",
- "magic_level": "30",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "25",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3764",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "30,50,60,60,60,60,40,40,0,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "40",
- "lifepoints": "45",
- "magic_animation": "3920",
- "magic_level": "40",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "40",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "657",
- "strength_level": "1"
- },
- {
- "id": "3765",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "30,40,60,60,60,60,40,40,0,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "40",
- "lifepoints": "45",
- "magic_animation": "3920",
- "magic_level": "40",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "40",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3766",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "50",
- "lifepoints": "62",
- "magic_animation": "3920",
- "magic_level": "50",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "50",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "657",
- "strength_level": "1"
- },
- {
- "id": "3767",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "50",
- "lifepoints": "62",
- "magic_animation": "3920",
- "magic_level": "50",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "50",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3768",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "60",
- "lifepoints": "78",
- "magic_animation": "3920",
- "magic_level": "60",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "60",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "657",
- "strength_level": "1"
- },
- {
- "id": "3769",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "60",
- "lifepoints": "78",
- "magic_animation": "3920",
- "magic_level": "60",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "60",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3770",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "70",
- "lifepoints": "97",
- "magic_animation": "3920",
- "magic_level": "70",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "70",
- "respawn_delay": "120",
- "safespot": null,
- "start_gfx": "657",
- "strength_level": "1"
- },
- {
- "id": "3771",
- "name": "Defiler",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0",
- "combat_audio": "392,394,393",
- "combat_style": "1",
- "death_animation": "3922",
- "defence_animation": "3921",
- "defence_level": "70",
- "lifepoints": "97",
- "magic_animation": "3920",
- "magic_level": "70",
- "melee_animation": "3920",
- "projectile": "657",
- "range_animation": "3920",
- "range_level": "70",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3772",
- "name": "Brawler",
- "examine": "Mind your toes!",
- "aggressive": "true",
- "attack_level": "28",
- "bonuses": "45,45,50,50,50,50,50,15,50,0,0,0,0,0,0",
- "combat_audio": "323,326,325",
- "death_animation": "3894",
- "defence_animation": "3895",
- "defence_level": "28",
- "lifepoints": "53",
- "magic_animation": "3896",
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
"magic_level": "14",
- "melee_animation": "3896",
- "range_animation": "3896",
- "range_level": "1",
- "respawn_delay": "120",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "weakness": "9",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
+ "defence_level": "28",
+ "poison_immune": "true",
"safespot": null,
+ "lifepoints": "23",
"strength_level": "28",
- "weakness": "9"
+ "id": "3732",
+ "aggressive": "true",
+ "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "28"
},
{
- "id": "3773",
- "name": "Brawler",
- "examine": "Mind your toes!",
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
+ "magic_level": "14",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
+ "defence_level": "28",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "28",
+ "id": "3733",
"aggressive": "true",
- "attack_level": "42",
- "bonuses": "45,45,60,50,50,50,50,15,50,0,0,0,0,0,0",
- "combat_audio": "323,326,325",
- "death_animation": "3894",
- "defence_animation": "3895",
+ "bonuses": "20,25,20,40,40,40,40,5,18,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
+ "magic_level": "20",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
"defence_level": "42",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "38",
+ "strength_level": "42",
+ "id": "3734",
+ "aggressive": "true",
+ "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "42"
+ },
+ {
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
+ "magic_level": "20",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
+ "defence_level": "42",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "38",
+ "strength_level": "42",
+ "id": "3735",
+ "aggressive": "true",
+ "bonuses": "30,35,30,50,50,50,50,10,15,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "42"
+ },
+ {
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
+ "magic_level": "25",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
+ "defence_level": "54",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "53",
+ "strength_level": "54",
+ "id": "3736",
+ "aggressive": "true",
+ "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "54"
+ },
+ {
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
+ "magic_level": "25",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
+ "defence_level": "54",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "53",
+ "strength_level": "54",
+ "id": "3737",
+ "aggressive": "true",
+ "bonuses": "35,40,35,60,60,60,60,20,15,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "54"
+ },
+ {
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
+ "magic_level": "30",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
+ "defence_level": "60",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "68",
+ "strength_level": "60",
+ "id": "3738",
+ "aggressive": "true",
+ "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
+ "magic_level": "30",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
+ "defence_level": "60",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "68",
+ "strength_level": "60",
+ "id": "3739",
+ "aggressive": "true",
+ "bonuses": "40,50,40,70,70,70,70,30,15,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
+ "magic_level": "35",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
+ "defence_level": "70",
+ "poison_immune": "true",
+ "safespot": null,
"lifepoints": "83",
- "magic_animation": "3896",
- "magic_level": "21",
- "melee_animation": "3896",
- "range_animation": "3896",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "42"
- },
- {
- "id": "3774",
- "name": "Brawler",
- "examine": "Mind your toes!",
+ "strength_level": "70",
+ "id": "3740",
"aggressive": "true",
- "attack_level": "56",
- "bonuses": "45,45,60,80,80,80,80,25,50,0,0,0,0,0,0",
- "combat_audio": "323,326,325",
- "death_animation": "3894",
- "defence_animation": "3895",
- "defence_level": "56",
- "lifepoints": "113",
- "magic_animation": "3896",
- "magic_level": "32",
- "melee_animation": "3896",
- "range_animation": "3896",
+ "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0",
"range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "56"
+ "attack_level": "70"
},
{
- "id": "3775",
- "name": "Brawler",
- "examine": "Mind your toes!",
+ "examine": "Nippy little thing!",
+ "melee_animation": "3901",
+ "range_animation": "3901",
+ "combat_audio": "766,768,767",
+ "magic_level": "35",
+ "respawn_delay": "127",
+ "defence_animation": "3902",
+ "magic_animation": "3901",
+ "death_animation": "3903",
+ "name": "Shifter",
+ "defence_level": "70",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "83",
+ "strength_level": "70",
+ "id": "3741",
"aggressive": "true",
- "attack_level": "74",
- "bonuses": "45,45,60,60,60,60,60,20,50,0,0,0,0,0,0",
- "combat_audio": "323,326,325",
- "death_animation": "3894",
- "defence_animation": "3895",
- "defence_level": "74",
- "lifepoints": "143",
- "magic_animation": "3896",
- "magic_level": "38",
- "melee_animation": "3896",
- "range_animation": "3896",
+ "bonuses": "50,60,50,80,70,90,80,35,14,0,0,0,0,0,0",
"range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "74"
+ "attack_level": "70"
},
{
- "id": "3776",
- "name": "Brawler",
- "examine": "Mind your toes!",
- "aggressive": "true",
- "attack_level": "88",
- "bonuses": "45,45,80,100,100,100,100,30,46,0,0,0,0,0,0",
- "combat_audio": "323,326,325",
- "death_animation": "3894",
- "defence_animation": "3895",
- "defence_level": "88",
- "lifepoints": "173",
- "magic_animation": "3896",
- "magic_level": "45",
- "melee_animation": "3896",
- "range_animation": "3896",
- "range_level": "1",
- "respawn_delay": "120",
- "safespot": null,
- "strength_level": "88"
- },
- {
- "id": "3777",
- "name": "Doomsayer",
- "examine": "Cheerful, helpful and optimistic, I'll bet.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3778",
- "name": "Arthur"
- },
- {
- "id": "3780",
- "name": "Squire"
- },
- {
- "id": "3782",
- "name": "Void Knight",
- "examine": "A squire of balance.",
- "attack_level": "1",
+ "examine": "Worse than termites!",
+ "melee_animation": "3915",
+ "range_animation": "3915",
+ "combat_audio": "714,716,715",
"attack_speed": "5",
- "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "80",
- "lifepoints": "200",
- "magic_level": "80",
- "range_level": "1",
+ "magic_level": "10",
"respawn_delay": "120",
+ "defence_animation": "3916",
+ "weakness": "7",
+ "magic_animation": "3915",
+ "death_animation": "3917",
+ "name": "Ravager",
+ "defence_level": "15",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "23",
+ "strength_level": "30",
+ "id": "3742",
+ "bonuses": "45,45,45,45,50,5,45,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "15"
},
{
- "id": "3783",
- "name": "Frog",
- "examine": "Long legged licker.",
- "attack_level": "55",
- "death_animation": "7256",
- "defence_animation": "0",
- "defence_level": "55",
+ "examine": "Worse than termites!",
+ "melee_animation": "3915",
+ "range_animation": "3915",
+ "combat_audio": "714,716,715",
+ "attack_speed": "5",
+ "magic_level": "15",
+ "respawn_delay": "120",
+ "defence_animation": "3916",
+ "magic_animation": "3915",
+ "death_animation": "3917",
+ "name": "Ravager",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "38",
+ "strength_level": "40",
+ "id": "3743",
+ "bonuses": "45,45,45,45,50,5,55,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Worse than termites!",
+ "melee_animation": "3915",
+ "range_animation": "3915",
+ "combat_audio": "714,716,715",
+ "attack_speed": "5",
+ "magic_level": "20",
+ "respawn_delay": "120",
+ "defence_animation": "3916",
+ "magic_animation": "3915",
+ "death_animation": "3917",
+ "name": "Ravager",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "53",
+ "strength_level": "60",
+ "id": "3744",
+ "bonuses": "45,55,55,55,50,10,45,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "Worse than termites!",
+ "melee_animation": "3915",
+ "range_animation": "3915",
+ "combat_audio": "714,716,715",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "respawn_delay": "120",
+ "defence_animation": "3916",
+ "magic_animation": "3915",
+ "death_animation": "3917",
+ "name": "Ravager",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "53",
+ "strength_level": "75",
+ "id": "3745",
+ "bonuses": "60,60,60,60,80,10,45,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "Worse than termites!",
+ "melee_animation": "3915",
+ "range_animation": "3915",
+ "combat_audio": "714,716,715",
+ "attack_speed": "5",
+ "magic_level": "40",
+ "respawn_delay": "120",
+ "defence_animation": "3916",
+ "magic_animation": "3915",
+ "death_animation": "3917",
+ "name": "Ravager",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "53",
+ "strength_level": "80",
+ "id": "3746",
+ "bonuses": "65,70,70,70,90,20,56,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Eeewww!",
+ "melee_animation": "3908",
+ "range_animation": "3908",
+ "combat_audio": "805,807,806",
+ "magic_level": "10",
+ "respawn_delay": "125",
+ "defence_animation": "3909",
+ "weakness": "6",
+ "magic_animation": "3908",
+ "death_animation": "3910",
+ "name": "Spinner",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "33",
+ "strength_level": "20",
+ "id": "3747",
+ "bonuses": "20,40,40,40,40,10,38,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Eeewww!",
+ "melee_animation": "3908",
+ "range_animation": "3908",
+ "combat_audio": "805,807,806",
+ "magic_level": "15",
+ "respawn_delay": "125",
+ "defence_animation": "3909",
+ "magic_animation": "3908",
+ "death_animation": "3910",
+ "name": "Spinner",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "30",
+ "id": "3748",
+ "bonuses": "30,60,60,60,60,15,38,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "Eeewww!",
+ "melee_animation": "3908",
+ "range_animation": "3908",
+ "combat_audio": "805,807,806",
+ "magic_level": "20",
+ "respawn_delay": "125",
+ "defence_animation": "3909",
+ "magic_animation": "3908",
+ "death_animation": "3910",
+ "name": "Spinner",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "40",
+ "id": "3749",
+ "bonuses": "50,70,70,70,70,20,38,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Eeewww!",
+ "melee_animation": "3908",
+ "range_animation": "3908",
+ "combat_audio": "805,807,806",
+ "magic_level": "30",
+ "respawn_delay": "125",
+ "defence_animation": "3909",
+ "magic_animation": "3908",
+ "death_animation": "3910",
+ "name": "Spinner",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "101",
+ "strength_level": "60",
+ "id": "3750",
+ "bonuses": "60,100,100,100,100,30,25,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Eeewww!",
+ "melee_animation": "3908",
+ "range_animation": "3908",
+ "combat_audio": "805,807,806",
+ "magic_level": "25",
+ "respawn_delay": "125",
+ "defence_animation": "3909",
+ "magic_animation": "3908",
+ "death_animation": "3910",
+ "name": "Spinner",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "84",
+ "strength_level": "50",
+ "id": "3751",
+ "bonuses": "55,80,80,80,85,25,30,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "25",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "weakness": "5",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "1",
+ "id": "3752",
+ "aggressive": "true",
+ "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "25",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "1",
+ "id": "3753",
+ "aggressive": "true",
+ "bonuses": "30,30,30,30,15,30,40,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "40",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "3754",
+ "aggressive": "true",
+ "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "40",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "3755",
+ "aggressive": "true",
+ "bonuses": "45,40,40,40,25,35,35,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "50",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "1",
+ "id": "3756",
+ "aggressive": "true",
+ "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "50",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "1",
+ "id": "3757",
+ "aggressive": "true",
+ "bonuses": "35,40,40,40,30,35,35,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "60",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "1",
+ "id": "3758",
+ "aggressive": "true",
+ "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "60",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "1",
+ "id": "3759",
+ "aggressive": "true",
+ "bonuses": "60,80,80,80,50,50,35,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "70",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "1",
+ "id": "3760",
+ "aggressive": "true",
+ "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Burn, baby, burn!",
+ "start_gfx": "646",
+ "combat_style": "2",
+ "melee_animation": "3882",
+ "range_animation": "3882",
+ "combat_audio": "845,848,846",
+ "magic_level": "70",
+ "respawn_delay": "120",
+ "end_gfx": "648",
+ "defence_animation": "3880",
+ "magic_animation": "3882",
+ "death_animation": "3881",
+ "name": "Torcher",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "1",
+ "id": "3761",
+ "aggressive": "true",
+ "bonuses": "40,100,100,100,50,50,35,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "647",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "start_gfx": "657",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "30",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "weakness": "0",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "27",
+ "strength_level": "1",
+ "id": "3762",
+ "aggressive": "true",
+ "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0",
+ "range_level": "25",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "30",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "27",
+ "strength_level": "1",
+ "id": "3763",
+ "aggressive": "true",
+ "bonuses": "20,40,40,40,40,40,40,40,0,0,0,0,0,0,0",
+ "range_level": "25",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "start_gfx": "657",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "40",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "1",
+ "id": "3764",
+ "aggressive": "true",
+ "bonuses": "30,50,60,60,60,60,40,40,0,0,0,0,0,0,0",
+ "range_level": "40",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "40",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "1",
+ "id": "3765",
+ "aggressive": "true",
+ "bonuses": "30,40,60,60,60,60,40,40,0,0,0,0,0,0,0",
+ "range_level": "40",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "start_gfx": "657",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "50",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "1",
+ "id": "3766",
+ "aggressive": "true",
+ "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0",
+ "range_level": "50",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "50",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "1",
+ "id": "3767",
+ "aggressive": "true",
+ "bonuses": "35,65,70,70,70,70,40,40,0,0,0,0,0,0,0",
+ "range_level": "50",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "start_gfx": "657",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "60",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "60",
+ "safespot": null,
"lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "7260",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "9"
- },
- {
- "id": "3784",
- "name": "Void Knight",
+ "strength_level": "1",
+ "id": "3768",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "0",
+ "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0",
+ "range_level": "60",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "60",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "1",
+ "id": "3769",
+ "aggressive": "true",
+ "bonuses": "40,90,80,80,80,80,40,40,0,0,0,0,0,0,0",
+ "range_level": "60",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "start_gfx": "657",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "70",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "97",
+ "strength_level": "1",
+ "id": "3770",
+ "aggressive": "true",
+ "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0",
+ "range_level": "70",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "combat_style": "1",
+ "melee_animation": "3920",
+ "range_animation": "3920",
+ "combat_audio": "392,394,393",
+ "magic_level": "70",
+ "respawn_delay": "120",
+ "defence_animation": "3921",
+ "magic_animation": "3920",
+ "death_animation": "3922",
+ "name": "Defiler",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "97",
+ "strength_level": "1",
+ "id": "3771",
+ "aggressive": "true",
+ "bonuses": "50,100,100,100,120,100,40,40,80,0,0,0,0,0,0",
+ "range_level": "70",
+ "projectile": "657",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Mind your toes!",
+ "melee_animation": "3896",
+ "range_animation": "3896",
+ "combat_audio": "323,326,325",
+ "magic_level": "14",
+ "respawn_delay": "120",
+ "defence_animation": "3895",
+ "weakness": "9",
+ "magic_animation": "3896",
+ "death_animation": "3894",
+ "name": "Brawler",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "53",
+ "strength_level": "28",
+ "id": "3772",
+ "aggressive": "true",
+ "bonuses": "45,45,50,50,50,50,50,15,50,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "Mind your toes!",
+ "melee_animation": "3896",
+ "range_animation": "3896",
+ "combat_audio": "323,326,325",
+ "magic_level": "21",
+ "respawn_delay": "120",
+ "defence_animation": "3895",
+ "magic_animation": "3896",
+ "death_animation": "3894",
+ "name": "Brawler",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "83",
+ "strength_level": "42",
+ "id": "3773",
+ "aggressive": "true",
+ "bonuses": "45,45,60,50,50,50,50,15,50,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "42"
+ },
+ {
+ "examine": "Mind your toes!",
+ "melee_animation": "3896",
+ "range_animation": "3896",
+ "combat_audio": "323,326,325",
+ "magic_level": "32",
+ "respawn_delay": "120",
+ "defence_animation": "3895",
+ "magic_animation": "3896",
+ "death_animation": "3894",
+ "name": "Brawler",
+ "defence_level": "56",
+ "safespot": null,
+ "lifepoints": "113",
+ "strength_level": "56",
+ "id": "3774",
+ "aggressive": "true",
+ "bonuses": "45,45,60,80,80,80,80,25,50,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "56"
+ },
+ {
+ "examine": "Mind your toes!",
+ "melee_animation": "3896",
+ "range_animation": "3896",
+ "combat_audio": "323,326,325",
+ "magic_level": "38",
+ "respawn_delay": "120",
+ "defence_animation": "3895",
+ "magic_animation": "3896",
+ "death_animation": "3894",
+ "name": "Brawler",
+ "defence_level": "74",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "74",
+ "id": "3775",
+ "aggressive": "true",
+ "bonuses": "45,45,60,60,60,60,60,20,50,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "74"
+ },
+ {
+ "examine": "Mind your toes!",
+ "melee_animation": "3896",
+ "range_animation": "3896",
+ "combat_audio": "323,326,325",
+ "magic_level": "45",
+ "respawn_delay": "120",
+ "defence_animation": "3895",
+ "magic_animation": "3896",
+ "death_animation": "3894",
+ "name": "Brawler",
+ "defence_level": "88",
+ "safespot": null,
+ "lifepoints": "173",
+ "strength_level": "88",
+ "id": "3776",
+ "aggressive": "true",
+ "bonuses": "45,45,80,100,100,100,100,30,46,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "88"
+ },
+ {
+ "examine": "Cheerful, helpful and optimistic, I'll bet.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Doomsayer",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3777",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A squire of balance.",
+ "attack_speed": "5",
+ "magic_level": "80",
+ "respawn_delay": "120",
+ "name": "Void Knight",
+ "defence_level": "80",
+ "safespot": null,
"lifepoints": "200",
+ "strength_level": "1",
+ "id": "3782",
+ "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Long legged licker.",
+ "melee_animation": "7260",
+ "range_animation": "0",
+ "poisonous": "true",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "7256",
+ "name": "Frog",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "3783",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "name": "Void Knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "attack_speed": "0",
+ "id": "3784",
+ "aggressive": "true",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3785",
- "name": "Void Knight",
"examine": "A squire of balance.",
- "attack_level": "1",
"attack_speed": "5",
- "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "80",
- "lifepoints": "200",
"magic_level": "80",
- "range_level": "1",
"respawn_delay": "120",
+ "name": "Void Knight",
+ "defence_level": "80",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "3785",
+ "bonuses": "180,180,180,180,80,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A powerful knight of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Void Knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3786",
- "name": "Void Knight",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "A powerful knight of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Void Knight",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3787",
- "name": "Sir Palomedes"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3788",
- "name": "Void Knight",
- "examine": "A powerful knight of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A squire of balance.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3789",
- "name": "Void Knight"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3790",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3791",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3792",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3793",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3794",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3795",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3796",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3797",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3798",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3799",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3800",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "3801",
- "name": "Squire",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "3802",
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Squire (Novice)",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3802",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3803",
- "name": "Fishing spot"
- },
- {
- "id": "3805",
- "name": "Postie Pete",
"examine": "Posts things.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3806",
- "name": "Millie Miller",
- "examine": "Miss Millicent Miller the Miller of Mill Lane Mill.",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3807",
- "name": "Gillie Groats",
- "examine": "Gillie the Milkmaid milks cows. She's udderly fantastic at it.",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3808",
- "name": "Tortoise",
- "examine": "Massive beast of War with extra Gnome.",
- "attack_level": "36",
- "death_animation": "3962",
"defence_animation": "0",
- "defence_level": "36",
- "lifepoints": "121",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Postie Pete",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3805",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Miss Millicent Miller the Miller of Mill Lane Mill.",
+ "name": "Millie Miller",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3806",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Gillie the Milkmaid milks cows. She's udderly fantastic at it.",
+ "name": "Gillie Groats",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3807",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Massive beast of War with extra Gnome.",
"melee_animation": "3960",
"range_animation": "3954",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "3962",
+ "name": "Tortoise",
+ "defence_level": "36",
"safespot": null,
+ "lifepoints": "51",
"strength_level": "36",
- "weakness": "6"
+ "id": "3808",
+ "range_level": "1",
+ "attack_level": "36"
},
{
- "id": "3809",
- "name": "Captain Dalbur",
"examine": "Tally Ho!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3810",
- "name": "Captain Bleemadge",
- "examine": "Huzzah!",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3811",
- "name": "Captain Errdo",
- "examine": "Up up and away!",
- "attack_level": "1",
"death_animation": "0",
- "defence_animation": "0",
+ "name": "Captain Dalbur",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3812",
- "name": "Captain Klemfoodle",
- "examine": "Up up and away!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3814",
- "name": "Gnome Archer",
- "examine": "A Gnome Arrow-chucker",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "190",
- "prj_height": "30",
- "projectile": "10",
- "range_animation": "190",
- "range_level": "5",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "1",
- "weakness": "2"
+ "id": "3809",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3815",
- "name": "Gnome Driver",
- "examine": "Yee haa!",
- "aggressive": "true",
- "attack_level": "5",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "10",
+ "examine": "Huzzah!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Bleemadge",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3810",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Up up and away!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Errdo",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3811",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Up up and away!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Klemfoodle",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3812",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Gnome Arrow-chucker",
+ "combat_style": "1",
+ "melee_animation": "190",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "196",
+ "name": "Gnome Archer",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "1",
+ "id": "3814",
+ "aggressive": "true",
+ "range_level": "30",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Yee haa!",
"melee_animation": "3969",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "3816",
- "name": "Gnome Mage",
- "examine": "A battle mage of the gnomish variety.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "2",
- "death_animation": "196",
- "defence_animation": "193",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "200",
- "magic_level": "5",
- "melee_animation": "3968",
- "prj_height": "30",
- "projectile": "94",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "spell_id": "",
- "start_gfx": "93",
- "start_height": "80",
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "3817",
- "name": "Lieutenant Schepbur"
- },
- {
- "id": "3818",
- "name": "Trainer Nacklepen",
- "examine": "The cruel tortoise trainer. Boo!",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "196",
+ "name": "Gnome Driver",
+ "defence_level": "33",
+ "safespot": null,
+ "lifepoints": "47",
+ "strength_level": "33",
+ "id": "3815",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "33"
+ },
+ {
+ "examine": "A battle mage of the gnomish variety.",
+ "combat_style": "2",
+ "melee_animation": "3968",
+ "range_animation": "0",
+ "magic_level": "34",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "196",
+ "name": "Gnome Mage",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "1",
+ "id": "3816",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The cruel tortoise trainer. Boo!",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trainer Nacklepen",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3818",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3819",
- "name": "Tortoise",
"examine": "A large tortoise.",
- "attack_level": "36",
- "death_animation": "3962",
- "defence_animation": "0",
- "defence_level": "36",
- "lifepoints": "101",
- "magic_animation": "0",
"melee_animation": "3960",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "3962",
+ "name": "Tortoise",
+ "defence_level": "36",
"safespot": null,
+ "lifepoints": "51",
"strength_level": "36",
- "weakness": "6"
+ "id": "3819",
+ "range_level": "1",
+ "attack_level": "36"
},
{
- "id": "3820",
- "name": "Wise Old Man"
- },
- {
- "id": "3822",
- "name": "Herman Caranos",
- "examine": "Founder and Director of the Piscatoris Fishing Colony."
- },
- {
- "id": "3823",
- "name": "Franklin Caranos",
- "examine": "Engineer for the Piscatoris Fishing Colony."
- },
- {
- "id": "3824",
- "name": "Arnold Lydspor",
- "examine": "Secretary and Storemaster for the Piscatoris Fishing Colony."
- },
- {
- "id": "3825",
- "name": "Devin Mendelberg"
- },
- {
- "id": "3826",
- "name": "George Laxmeister"
- },
- {
- "id": "3827",
- "name": "Ramara du Croissant"
- },
- {
- "id": "3828",
- "name": "Kathy Corkat"
- },
- {
- "id": "3831",
- "name": "Kathy Corkat"
- },
- {
- "id": "3832",
- "name": "Kalphite Queen"
- },
- {
- "id": "3835",
- "name": "Kalphite Queen",
"agg_radius": "64",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "6242",
- "defence_animation": "6240",
- "defence_level": "1",
- "lifepoints": "255",
"melee_animation": "6241",
- "range_level": "1000",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3836",
- "name": "Kalphite Queen",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "1",
"attack_speed": "5",
- "death_animation": "6233",
- "defence_animation": "6237",
- "defence_level": "1",
- "lifepoints": "255",
- "melee_animation": "6234",
- "range_level": "1000",
"respawn_delay": "60",
+ "defence_animation": "6240",
+ "death_animation": "6242",
+ "name": "Kalphite Queen",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3837",
- "name": "Drunken Dwarf"
- },
- {
- "id": "3838",
- "name": "Wise Old Man"
- },
- {
- "id": "3839",
- "name": "Wise Old Man"
- },
- {
- "id": "3840",
- "name": "Sea troll",
- "examine": "An aquatic troll.",
+ "lifepoints": "255",
+ "strength_level": "1",
+ "id": "3835",
"aggressive": "true",
- "attack_level": "45",
+ "range_level": "1000",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "64",
+ "melee_animation": "6234",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "6237",
+ "death_animation": "6233",
+ "name": "Kalphite Queen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "255",
+ "strength_level": "1",
+ "id": "3836",
+ "aggressive": "true",
+ "range_level": "1000",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An aquatic troll.",
+ "range_animation": "0",
"defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "name": "Sea troll",
"defence_level": "45",
+ "safespot": null,
"lifepoints": "64",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "45",
- "weakness": "6"
- },
- {
- "id": "3841",
- "name": "Sea troll"
- },
- {
- "id": "3842",
- "name": "Sea troll"
- },
- {
- "id": "3843",
- "name": "Sea troll",
- "examine": "An aquatic troll.",
+ "id": "3840",
"aggressive": "true",
- "attack_level": "60",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "60",
- "weakness": "6"
+ "attack_level": "45"
},
{
- "id": "3844",
- "name": "Skeleton Mage"
- },
- {
- "id": "3845",
- "name": "Sea troll"
- },
- {
- "id": "3846",
- "name": "Sea Troll General"
- },
- {
- "id": "3847",
- "name": "Sea Troll Queen",
- "examine": "The mother of all sea trolls!",
- "aggressive": "true",
- "attack_level": "65",
- "death_animation": "3993",
+ "examine": "An aquatic troll.",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "428",
+ "weakness": "6",
"magic_animation": "0",
- "magic_level": "65",
+ "name": "Sea troll",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "3843",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "The mother of all sea trolls!",
"melee_animation": "3991",
"range_animation": "0",
- "range_level": "65",
+ "magic_level": "65",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
- },
- {
- "id": "3848",
- "name": "Fishing spot"
- },
- {
- "id": "3849",
- "name": "Fishing spot",
- "examine": "What have they done to him?",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "10",
"magic_animation": "0",
+ "death_animation": "3993",
+ "name": "Sea Troll Queen",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "428",
+ "strength_level": "65",
+ "id": "3847",
+ "aggressive": "true",
+ "range_level": "65",
+ "attack_level": "65"
+ },
+ {
+ "examine": "What have they done to him?",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3850",
- "name": "Skeleton Mage"
- },
- {
- "id": "3851",
- "name": "Skeleton Mage",
- "examine": "Doesn't seem to want to go away.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "80",
- "magic_animation": "811",
- "magic_level": "100",
- "melee_animation": "811",
- "range_animation": "811",
- "range_level": "1",
- "strength_level": "10"
- },
- {
- "id": "3852",
- "name": "Suspect"
- },
- {
- "id": "3853",
- "name": "Suspect"
- },
- {
- "id": "3854",
- "name": "Suspect"
- },
- {
- "id": "3855",
- "name": "Suspect"
- },
- {
- "id": "3856",
- "name": "Suspect"
- },
- {
- "id": "3857",
- "name": "Suspect"
- },
- {
- "id": "3858",
- "name": "Suspect"
- },
- {
- "id": "3859",
- "name": "Suspect"
- },
- {
- "id": "3860",
- "name": "Suspect"
- },
- {
- "id": "3861",
- "name": "Suspect"
- },
- {
- "id": "3862",
- "name": "Suspect"
- },
- {
- "id": "3863",
- "name": "Suspect"
- },
- {
- "id": "3864",
- "name": "Suspect"
- },
- {
- "id": "3865",
- "name": "Suspect"
- },
- {
- "id": "3866",
- "name": "Suspect"
- },
- {
- "id": "3867",
- "name": "Suspect"
- },
- {
- "id": "3868",
- "name": "Suspect"
- },
- {
- "id": "3869",
- "name": "Suspect"
- },
- {
- "id": "3870",
- "name": "Suspect"
- },
- {
- "id": "3871",
- "name": "Suspect"
- },
- {
- "id": "3872",
- "name": "Suspect"
- },
- {
- "id": "3873",
- "name": "Suspect"
- },
- {
- "id": "3874",
- "name": "Suspect"
- },
- {
- "id": "3875",
- "name": "Suspect"
- },
- {
- "id": "3876",
- "name": "Suspect"
- },
- {
- "id": "3877",
- "name": "Suspect"
- },
- {
- "id": "3878",
- "name": "Suspect"
- },
- {
- "id": "3879",
- "name": "Suspect"
- },
- {
- "id": "3880",
- "name": "Suspect"
- },
- {
- "id": "3881",
- "name": "Suspect"
- },
- {
- "id": "3882",
- "name": "Suspect"
- },
- {
- "id": "3883",
- "name": "Suspect"
- },
- {
- "id": "3884",
- "name": "Suspect"
- },
- {
- "id": "3885",
- "name": "Suspect"
- },
- {
- "id": "3886",
- "name": "Suspect"
- },
- {
- "id": "3887",
- "name": "Suspect"
- },
- {
- "id": "3888",
- "name": "Suspect"
- },
- {
- "id": "3889",
- "name": "Suspect"
- },
- {
- "id": "3890",
- "name": "Suspect"
- },
- {
- "id": "3891",
- "name": "Suspect"
- },
- {
- "id": "3892",
- "name": "Molly"
- },
- {
- "id": "3893",
- "name": "Molly"
- },
- {
- "id": "3894",
- "name": "Molly"
- },
- {
- "id": "3895",
- "name": "Molly"
- },
- {
- "id": "3896",
- "name": "Molly"
- },
- {
- "id": "3897",
- "name": "Molly"
- },
- {
- "id": "3898",
- "name": "Molly"
- },
- {
- "id": "3899",
- "name": "Molly"
- },
- {
- "id": "3900",
- "name": "Molly"
- },
- {
- "id": "3901",
- "name": "Molly"
- },
- {
- "id": "3902",
- "name": "Molly"
- },
- {
- "id": "3903",
- "name": "Molly"
- },
- {
- "id": "3904",
- "name": "Molly"
- },
- {
- "id": "3905",
- "name": "Molly"
- },
- {
- "id": "3906",
- "name": "Molly"
- },
- {
- "id": "3907",
- "name": "Molly"
- },
- {
- "id": "3908",
- "name": "Molly"
- },
- {
- "id": "3909",
- "name": "Molly"
- },
- {
- "id": "3910",
- "name": "Molly"
- },
- {
- "id": "3911",
- "name": "Molly"
- },
- {
- "id": "3912",
- "name": "Flippa"
- },
- {
- "id": "3913",
- "name": "Tilt"
- },
- {
- "id": "3914",
- "name": "Gardener"
- },
- {
- "id": "3915",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "7",
"magic_animation": "0",
- "magic_level": "1",
+ "death_animation": "0",
+ "name": "Fishing spot",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3849",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Man",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "7",
"strength_level": "1",
- "weakness": "9"
+ "id": "3915",
+ "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3916",
- "name": "Carpenter Kjallak",
"examine": "His bark's worse than his blight.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Carpenter Kjallak",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3916",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3917",
- "name": "Farmer Fromund",
"examine": "He looks a bit seedy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Farmer Fromund",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3917",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3918",
- "name": "Prince Brand"
- },
- {
- "id": "3919",
- "name": "Princess Astrid"
- },
- {
- "id": "3920",
- "name": "Runa"
- },
- {
- "id": "3921",
- "name": "Halla",
- "examine": "A subject of Miscellania."
- },
- {
- "id": "3922",
- "name": "Finn",
- "examine": "Runs the general store."
- },
- {
- "id": "3923",
- "name": "Osvald"
- },
- {
- "id": "3924",
- "name": "Runolf"
- },
- {
- "id": "3925",
- "name": "Tjorvi",
- "examine": "A subject of Miscellania."
- },
- {
- "id": "3926",
- "name": "Ingrid"
- },
- {
- "id": "3927",
- "name": "Thora",
- "examine": "A subject of Miscellania."
- },
- {
- "id": "3928",
- "name": "Signy"
- },
- {
- "id": "3929",
- "name": "Hild"
- },
- {
- "id": "3930",
- "name": "Armod"
- },
- {
- "id": "3931",
- "name": "Beigarth"
- },
- {
- "id": "3932",
- "name": "Reinn"
- },
- {
- "id": "3933",
- "name": "Alviss",
- "examine": "A dwarf who's currently living in Miscellania."
- },
- {
- "id": "3934",
- "name": "Fullangr",
- "examine": "A dwarf who's currently living in Miscellania."
- },
- {
- "id": "3935",
- "name": "Jari",
- "examine": "A dwarf who's currently living in Miscellania."
- },
- {
- "id": "3936",
- "name": "Thorodin"
- },
- {
- "id": "3937",
- "name": "Ferd",
- "examine": "A dwarf miner. He's shoring up the walls."
- },
- {
- "id": "3938",
- "name": "Donal",
- "examine": "A rather scared-looking dwarf. He doesn't seem all that drunk."
- },
- {
- "id": "3939",
- "name": "Sea Snake Young",
"examine": "Snake",
- "aggressive": "true",
- "attack_level": "33",
+ "slayer_task": "72",
+ "melee_animation": "3538",
+ "range_animation": "0",
"combat_audio": "3609,3608,3610",
- "death_animation": "3540",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "3540",
+ "name": "Sea Snake Young",
"defence_level": "45",
+ "safespot": null,
"lifepoints": "128",
- "magic_animation": "0",
- "melee_animation": "3538",
- "range_animation": "0",
- "range_level": "45",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "33",
- "weakness": "1"
- },
- {
- "id": "3940",
- "name": "Sea Snake Hatchling",
- "examine": "A baby sea snake. Snaaaaaaake!",
+ "id": "3939",
"aggressive": "true",
- "attack_level": "33",
- "combat_audio": "3609,3608,3610",
- "death_animation": "3540",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "100",
- "magic_animation": "0",
+ "range_level": "45",
+ "attack_level": "33"
+ },
+ {
+ "examine": "A baby sea snake. Snaaaaaaake!",
+ "slayer_task": "72",
"melee_animation": "3538",
"range_animation": "0",
- "range_level": "45",
+ "combat_audio": "3609,3608,3610",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "33",
- "weakness": "1"
- },
- {
- "id": "3941",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "3942",
- "name": "Guard",
- "examine": "He's guarding the entrance to the dungeons.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "1",
"magic_animation": "0",
+ "death_animation": "3540",
+ "name": "Sea Snake Hatchling",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "33",
+ "id": "3940",
+ "aggressive": "true",
+ "range_level": "45",
+ "attack_level": "33"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "3941",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's guarding the entrance to the dungeons.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3942",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "3943",
- "name": "Giant Sea Snake",
"examine": "A big snake that lives in the sea. How did it get in here?",
- "aggressive": "true",
- "attack_level": "33",
- "combat_audio": "3609,3608,3610",
- "death_animation": "4039",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "385",
- "magic_animation": "0",
"melee_animation": "4040",
"range_animation": "0",
- "range_level": "45",
+ "combat_audio": "3609,3608,3610",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "4039",
+ "name": "Giant Sea Snake",
+ "defence_level": "45",
"safespot": null,
+ "lifepoints": "385",
"strength_level": "33",
- "weakness": "1"
- },
- {
- "id": "3944",
- "name": "Hangman game"
- },
- {
- "id": "3945",
- "name": "Hangman game"
- },
- {
- "id": "3946",
- "name": "Hangman game"
- },
- {
- "id": "3947",
- "name": "Hangman game"
- },
- {
- "id": "3948",
- "name": "Hangman game"
- },
- {
- "id": "3949",
- "name": "Hangman game"
- },
- {
- "id": "3950",
- "name": "Hangman game"
- },
- {
- "id": "3951",
- "name": "Hangman game"
- },
- {
- "id": "3952",
- "name": "Hangman game"
- },
- {
- "id": "3953",
- "name": "Hangman game"
- },
- {
- "id": "3954",
- "name": "Treasure fairy"
- },
- {
- "id": "3955",
- "name": "Jacky Jester"
- },
- {
- "id": "3956",
- "name": "Combat stone"
- },
- {
- "id": "3957",
- "name": "Combat stone"
- },
- {
- "id": "3958",
- "name": "Combat stone"
- },
- {
- "id": "3959",
- "name": "Combat stone"
- },
- {
- "id": "3960",
- "name": "Combat stone"
- },
- {
- "id": "3961",
- "name": "Combat stone"
- },
- {
- "id": "3962",
- "name": "Combat stone"
- },
- {
- "id": "3963",
- "name": "Combat stone"
- },
- {
- "id": "3964",
- "name": "Combat stone"
- },
- {
- "id": "3965",
- "name": "Combat stone"
- },
- {
- "id": "3966",
- "name": "Combat stone"
- },
- {
- "id": "3967",
- "name": "Combat stone"
- },
- {
- "id": "3968",
- "name": "Combat stone"
- },
- {
- "id": "3969",
- "name": "Combat stone"
- },
- {
- "id": "3970",
- "name": "Combat stone"
- },
- {
- "id": "3971",
- "name": "Combat stone"
- },
- {
- "id": "3972",
- "name": "Combat stone"
- },
- {
- "id": "3973",
- "name": "Combat stone"
- },
- {
- "id": "3974",
- "name": "Combat stone"
- },
- {
- "id": "3975",
- "name": "Combat stone"
- },
- {
- "id": "3976",
- "name": "Combat stone"
- },
- {
- "id": "3977",
- "name": "Combat stone"
- },
- {
- "id": "3978",
- "name": "Combat stone"
- },
- {
- "id": "3979",
- "name": "Combat stone"
- },
- {
- "id": "3980",
- "name": "Combat stone"
- },
- {
- "id": "3981",
- "name": "Combat stone"
- },
- {
- "id": "3982",
- "name": "Combat stone"
- },
- {
- "id": "3983",
- "name": "Combat stone"
- },
- {
- "id": "3984",
- "name": "Combat stone"
- },
- {
- "id": "3985",
- "name": "Combat stone"
- },
- {
- "id": "3986",
- "name": "Combat stone"
- },
- {
- "id": "3987",
- "name": "Combat stone"
- },
- {
- "id": "3988",
- "name": "Combat stone"
- },
- {
- "id": "3989",
- "name": "Combat stone"
- },
- {
- "id": "3990",
- "name": "Combat stone"
- },
- {
- "id": "3991",
- "name": "Combat stone"
- },
- {
- "id": "3992",
- "name": "Combat stone"
- },
- {
- "id": "3993",
- "name": "Combat stone"
- },
- {
- "id": "3994",
- "name": "Combat stone"
- },
- {
- "id": "3995",
- "name": "Combat stone"
- },
- {
- "id": "3996",
- "name": "Combat stone"
- },
- {
- "id": "3997",
- "name": "Combat stone"
- },
- {
- "id": "3998",
- "name": "Combat stone"
- },
- {
- "id": "3999",
- "name": "Combat stone"
- },
- {
- "id": "4000",
- "name": "Combat stone"
- },
- {
- "id": "4001",
- "name": "Combat stone"
- },
- {
- "id": "4002",
- "name": "Combat stone"
- },
- {
- "id": "4003",
- "name": "Combat stone"
- },
- {
- "id": "4004",
- "name": "Combat stone"
- },
- {
- "id": "4005",
- "name": "Combat stone"
- },
- {
- "id": "4006",
- "name": "Combat stone"
- },
- {
- "id": "4007",
- "name": "Combat stone"
- },
- {
- "id": "4008",
- "name": "Combat stone"
- },
- {
- "id": "4009",
- "name": "Combat stone"
- },
- {
- "id": "4010",
- "name": "Combat stone"
- },
- {
- "id": "4011",
- "name": "Combat stone"
- },
- {
- "id": "4012",
- "name": "Combat stone"
- },
- {
- "id": "4013",
- "name": "Combat stone"
- },
- {
- "id": "4014",
- "name": "Combat stone"
- },
- {
- "id": "4015",
- "name": "Combat stone"
- },
- {
- "id": "4016",
- "name": "Combat stone"
- },
- {
- "id": "4017",
- "name": "Combat stone"
- },
- {
- "id": "4018",
- "name": "Combat stone"
- },
- {
- "id": "4019",
- "name": "Combat stone"
- },
- {
- "id": "4020",
- "name": "Combat stone"
- },
- {
- "id": "4021",
- "name": "Elemental balance"
- },
- {
- "id": "4022",
- "name": "Elemental balance"
- },
- {
- "id": "4023",
- "name": "Elemental balance"
- },
- {
- "id": "4024",
- "name": "Elemental balance"
- },
- {
- "id": "4025",
- "name": "Elemental balance"
- },
- {
- "id": "4026",
- "name": "Elemental balance"
- },
- {
- "id": "4027",
- "name": "Elemental balance"
- },
- {
- "id": "4028",
- "name": "Elemental balance"
- },
- {
- "id": "4029",
- "name": "Elemental balance"
- },
- {
- "id": "4030",
- "name": "Elemental balance"
- },
- {
- "id": "4031",
- "name": "Elemental balance"
- },
- {
- "id": "4032",
- "name": "Elemental balance"
- },
- {
- "id": "4033",
- "name": "Elemental balance"
- },
- {
- "id": "4034",
- "name": "Elemental balance"
- },
- {
- "id": "4035",
- "name": "Elemental balance"
- },
- {
- "id": "4036",
- "name": "Elemental balance"
- },
- {
- "id": "4037",
- "name": "Elemental balance"
- },
- {
- "id": "4038",
- "name": "Elemental balance"
- },
- {
- "id": "4039",
- "name": "Elemental balance"
- },
- {
- "id": "4040",
- "name": "Elemental balance"
- },
- {
- "id": "4041",
- "name": "Elemental balance"
- },
- {
- "id": "4042",
- "name": "Elemental balance"
- },
- {
- "id": "4043",
- "name": "Elemental balance"
- },
- {
- "id": "4044",
- "name": "Elemental balance"
- },
- {
- "id": "4045",
- "name": "Elemental balance"
- },
- {
- "id": "4046",
- "name": "Elemental balance"
- },
- {
- "id": "4047",
- "name": "Elemental balance"
- },
- {
- "id": "4048",
- "name": "Elemental balance"
- },
- {
- "id": "4049",
- "name": "Elemental balance"
- },
- {
- "id": "4050",
- "name": "Elemental balance"
- },
- {
- "id": "4051",
- "name": "Elemental balance"
- },
- {
- "id": "4052",
- "name": "Elemental balance"
- },
- {
- "id": "4053",
- "name": "Elemental balance"
- },
- {
- "id": "4054",
- "name": "Elemental balance"
- },
- {
- "id": "4055",
- "name": "Elemental balance"
- },
- {
- "id": "4056",
- "name": "Elemental balance"
- },
- {
- "id": "4057",
- "name": "Elemental balance"
- },
- {
- "id": "4058",
- "name": "Elemental balance"
- },
- {
- "id": "4059",
- "name": "Elemental balance"
- },
- {
- "id": "4060",
- "name": "Elemental balance"
- },
- {
- "id": "4061",
- "name": "Elemental balance"
- },
- {
- "id": "4062",
- "name": "Elemental balance"
- },
- {
- "id": "4063",
- "name": "Elemental balance"
- },
- {
- "id": "4064",
- "name": "Elemental balance"
- },
- {
- "id": "4065",
- "name": "Elemental balance"
- },
- {
- "id": "4066",
- "name": "Elemental balance"
- },
- {
- "id": "4067",
- "name": "Elemental balance"
- },
- {
- "id": "4068",
- "name": "Elemental balance"
- },
- {
- "id": "4069",
- "name": "Elemental balance"
- },
- {
- "id": "4070",
- "name": "Elemental balance"
- },
- {
- "id": "4071",
- "name": "Elemental balance"
- },
- {
- "id": "4072",
- "name": "Elemental balance"
- },
- {
- "id": "4073",
- "name": "Elemental balance"
- },
- {
- "id": "4074",
- "name": "Elemental balance"
- },
- {
- "id": "4075",
- "name": "Elemental balance"
- },
- {
- "id": "4076",
- "name": "Elemental balance"
- },
- {
- "id": "4077",
- "name": "Elemental balance"
- },
- {
- "id": "4078",
- "name": "Elemental balance"
- },
- {
- "id": "4079",
- "name": "Elemental balance"
- },
- {
- "id": "4080",
- "name": "Elemental balance"
- },
- {
- "id": "4081",
- "name": "Elemental balance"
- },
- {
- "id": "4082",
- "name": "Elemental balance"
- },
- {
- "id": "4083",
- "name": "Elemental balance"
- },
- {
- "id": "4084",
- "name": "Elemental balance"
- },
- {
- "id": "4085",
- "name": "Elemental balance"
- },
- {
- "id": "4086",
- "name": "Elemental balance"
- },
- {
- "id": "4087",
- "name": "Elemental balance"
- },
- {
- "id": "4088",
- "name": "Elemental balance"
- },
- {
- "id": "4089",
- "name": "Elemental balance"
- },
- {
- "id": "4090",
- "name": "Elemental balance"
- },
- {
- "id": "4091",
- "name": "Elemental balance"
- },
- {
- "id": "4092",
- "name": "Elemental balance"
- },
- {
- "id": "4093",
- "name": "Elemental balance"
- },
- {
- "id": "4094",
- "name": "Elemental balance"
- },
- {
- "id": "4095",
- "name": "Elemental balance"
- },
- {
- "id": "4096",
- "name": "Combat stone"
- },
- {
- "id": "4097",
- "name": "Combat stone"
- },
- {
- "id": "4098",
- "name": "Combat stone"
- },
- {
- "id": "4099",
- "name": "Combat stone"
- },
- {
- "id": "4100",
- "name": "Combat stone"
- },
- {
- "id": "4101",
- "name": "Combat stone"
- },
- {
- "id": "4102",
- "name": "Combat stone"
- },
- {
- "id": "4103",
- "name": "Combat stone"
- },
- {
- "id": "4104",
- "name": "Combat stone"
- },
- {
- "id": "4105",
- "name": "Combat stone"
- },
- {
- "id": "4106",
- "name": "Combat stone"
- },
- {
- "id": "4107",
- "name": "Combat stone"
- },
- {
- "id": "4108",
- "name": "Combat stone"
- },
- {
- "id": "4109",
- "name": "Combat stone"
- },
- {
- "id": "4110",
- "name": "Combat stone"
- },
- {
- "id": "4111",
- "name": "Combat stone"
- },
- {
- "id": "4112",
- "name": "Combat stone"
- },
- {
- "id": "4113",
- "name": "Combat stone"
- },
- {
- "id": "4114",
- "name": "Combat stone"
- },
- {
- "id": "4115",
- "name": "Combat stone"
- },
- {
- "id": "4116",
- "name": "Combat stone"
- },
- {
- "id": "4117",
- "name": "Combat stone"
- },
- {
- "id": "4118",
- "name": "Combat stone"
- },
- {
- "id": "4119",
- "name": "Combat stone"
- },
- {
- "id": "4120",
- "name": "Combat stone"
- },
- {
- "id": "4121",
- "name": "Combat stone"
- },
- {
- "id": "4122",
- "name": "Combat stone"
- },
- {
- "id": "4123",
- "name": "Combat stone"
- },
- {
- "id": "4124",
- "name": "Combat stone"
- },
- {
- "id": "4125",
- "name": "Combat stone"
- },
- {
- "id": "4126",
- "name": "Combat stone"
- },
- {
- "id": "4127",
- "name": "Combat stone"
- },
- {
- "id": "4128",
- "name": "Combat stone"
- },
- {
- "id": "4129",
- "name": "Combat stone"
- },
- {
- "id": "4130",
- "name": "Combat stone"
- },
- {
- "id": "4131",
- "name": "Combat stone"
- },
- {
- "id": "4132",
- "name": "Combat stone"
- },
- {
- "id": "4133",
- "name": "Combat stone"
- },
- {
- "id": "4134",
- "name": "Combat stone"
- },
- {
- "id": "4135",
- "name": "Combat stone"
- },
- {
- "id": "4136",
- "name": "Combat stone"
- },
- {
- "id": "4137",
- "name": "Combat stone"
- },
- {
- "id": "4138",
- "name": "Combat stone"
- },
- {
- "id": "4139",
- "name": "Combat stone"
- },
- {
- "id": "4140",
- "name": "Combat stone"
- },
- {
- "id": "4141",
- "name": "Combat stone"
- },
- {
- "id": "4142",
- "name": "Combat stone"
- },
- {
- "id": "4143",
- "name": "Combat stone"
- },
- {
- "id": "4144",
- "name": "Combat stone"
- },
- {
- "id": "4145",
- "name": "Combat stone"
- },
- {
- "id": "4146",
- "name": "Combat stone"
- },
- {
- "id": "4147",
- "name": "Combat stone"
- },
- {
- "id": "4148",
- "name": "Combat stone"
- },
- {
- "id": "4149",
- "name": "Combat stone"
- },
- {
- "id": "4150",
- "name": "Combat stone"
- },
- {
- "id": "4151",
- "name": "Combat stone"
- },
- {
- "id": "4152",
- "name": "Combat stone"
- },
- {
- "id": "4153",
- "name": "Combat stone"
- },
- {
- "id": "4154",
- "name": "Combat stone"
- },
- {
- "id": "4155",
- "name": "Combat stone"
- },
- {
- "id": "4156",
- "name": "Combat stone"
- },
- {
- "id": "4157",
- "name": "Combat stone"
- },
- {
- "id": "4158",
- "name": "Combat stone"
- },
- {
- "id": "4159",
- "name": "Combat stone"
- },
- {
- "id": "4160",
- "name": "Combat stone"
- },
- {
- "id": "4161",
- "name": "Combat stone"
- },
- {
- "id": "4162",
- "name": "Combat stone"
- },
- {
- "id": "4163",
- "name": "Combat stone"
- },
- {
- "id": "4164",
- "name": "Combat stone"
- },
- {
- "id": "4165",
- "name": "Combat stone"
- },
- {
- "id": "4166",
- "name": "Combat stone"
- },
- {
- "id": "4167",
- "name": "Combat stone"
- },
- {
- "id": "4168",
- "name": "Combat stone"
- },
- {
- "id": "4169",
- "name": "Combat stone"
- },
- {
- "id": "4170",
- "name": "Combat stone"
- },
- {
- "id": "4171",
- "name": "Combat stone"
- },
- {
- "id": "4172",
- "name": "Combat stone"
- },
- {
- "id": "4173",
- "name": "Combat stone"
- },
- {
- "id": "4174",
- "name": "Combat stone"
- },
- {
- "id": "4175",
- "name": "Combat stone"
- },
- {
- "id": "4176",
- "name": "Combat stone"
- },
- {
- "id": "4177",
- "name": "Combat stone"
- },
- {
- "id": "4178",
- "name": "Combat stone"
- },
- {
- "id": "4179",
- "name": "Combat stone"
- },
- {
- "id": "4180",
- "name": "Combat stone"
- },
- {
- "id": "4181",
- "name": "Combat stone"
- },
- {
- "id": "4182",
- "name": "Combat stone"
- },
- {
- "id": "4183",
- "name": "Combat stone"
- },
- {
- "id": "4184",
- "name": "Combat stone"
- },
- {
- "id": "4185",
- "name": "Combat stone"
- },
- {
- "id": "4186",
- "name": "Combat stone"
- },
- {
- "id": "4187",
- "name": "Combat stone"
- },
- {
- "id": "4188",
- "name": "Combat stone"
- },
- {
- "id": "4189",
- "name": "Combat stone"
- },
- {
- "id": "4190",
- "name": "Combat stone"
- },
- {
- "id": "4191",
- "name": "Combat stone"
- },
- {
- "id": "4192",
- "name": "Combat stone"
- },
- {
- "id": "4193",
- "name": "Combat stone"
- },
- {
- "id": "4194",
- "name": "Combat stone"
- },
- {
- "id": "4195",
- "name": "Combat stone"
- },
- {
- "id": "4196",
- "name": "Combat stone"
- },
- {
- "id": "4197",
- "name": "Combat stone"
- },
- {
- "id": "4198",
- "name": "Combat stone"
- },
- {
- "id": "4199",
- "name": "Combat stone"
- },
- {
- "id": "4200",
- "name": "Combat stone"
- },
- {
- "id": "4201",
- "name": "Combat stone"
- },
- {
- "id": "4202",
- "name": "Combat stone"
- },
- {
- "id": "4203",
- "name": "Combat stone"
- },
- {
- "id": "4204",
- "name": "Combat stone"
- },
- {
- "id": "4205",
- "name": "Combat stone"
- },
- {
- "id": "4206",
- "name": "Combat stone"
- },
- {
- "id": "4207",
- "name": "Combat stone"
- },
- {
- "id": "4208",
- "name": "Combat stone"
- },
- {
- "id": "4209",
- "name": "Combat stone"
- },
- {
- "id": "4210",
- "name": "Combat stone"
- },
- {
- "id": "4211",
- "name": "Combat stone"
- },
- {
- "id": "4212",
- "name": "Combat stone"
- },
- {
- "id": "4213",
- "name": "Combat stone"
- },
- {
- "id": "4214",
- "name": "Combat stone"
- },
- {
- "id": "4215",
- "name": "Combat stone"
- },
- {
- "id": "4216",
- "name": "Combat stone"
- },
- {
- "id": "4217",
- "name": "Combat stone"
- },
- {
- "id": "4218",
- "name": "Combat stone"
- },
- {
- "id": "4219",
- "name": "Combat stone"
- },
- {
- "id": "4220",
- "name": "Combat stone"
- },
- {
- "id": "4221",
- "name": "Combat stone"
- },
- {
- "id": "4222",
- "name": "Combat stone"
- },
- {
- "id": "4223",
- "name": "Combat stone"
- },
- {
- "id": "4224",
- "name": "Combat stone"
- },
- {
- "id": "4225",
- "name": "Combat stone"
- },
- {
- "id": "4226",
- "name": "Crawling hand"
- },
- {
- "id": "4227",
- "name": "Cockatrice",
- "attack_level": "1",
- "clue_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "37",
- "strength_level": "1"
- },
- {
- "id": "4228",
- "name": "Basilisk",
- "attack_level": "1",
- "combat_audio": "288,290,289",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "1"
- },
- {
- "id": "4229",
- "name": "Kurask",
- "examine": "Large, heavy, with sharp things attached to its head.",
+ "id": "3943",
"aggressive": "true",
- "attack_level": "67",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
- "combat_audio": "588,590,589",
- "death_animation": "9440",
- "defence_animation": "9441",
- "defence_level": "105",
- "lifepoints": "97",
- "magic_animation": "9439",
- "magic_level": "1",
+ "range_level": "45",
+ "attack_level": "33"
+ },
+ {
+ "slayer_exp": "37",
+ "name": "Cockatrice",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4227",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "75",
+ "name": "Basilisk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "288,290,289",
+ "strength_level": "1",
+ "id": "4228",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Large, heavy, with sharp things attached to its head.",
"melee_animation": "9439",
"range_animation": "9439",
- "range_level": "1",
+ "combat_audio": "588,590,589",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "15",
- "safespot": null,
+ "defence_animation": "9441",
"slayer_exp": "97",
- "strength_level": "105"
+ "magic_animation": "9439",
+ "death_animation": "9440",
+ "name": "Kurask",
+ "defence_level": "105",
+ "safespot": null,
+ "lifepoints": "97",
+ "strength_level": "105",
+ "id": "4229",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,20,20,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "67"
},
{
- "id": "4230",
- "name": "Abyssal demon",
"examine": "A denizen of the Abyss!",
- "attack_level": "97",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "276,278,277",
- "death_animation": "1538",
- "defence_animation": "0",
- "defence_level": "135",
- "lifepoints": "150",
- "magic_animation": "1537",
- "magic_level": "1",
+ "slayer_task": "1",
"melee_animation": "1537",
"range_animation": "1537",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "276,278,277",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "0",
+ "weakness": "1",
"slayer_exp": "150",
+ "magic_animation": "1537",
+ "death_animation": "1538",
+ "name": "Abyssal demon",
+ "defence_level": "135",
+ "safespot": null,
+ "lifepoints": "150",
"strength_level": "67",
- "weakness": "1"
+ "id": "4230",
+ "bonuses": "0,0,0,0,0,20,20,20,0,20,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "97"
},
{
- "id": "4231",
- "name": "Left head"
- },
- {
- "id": "4232",
- "name": "Middle head"
- },
- {
- "id": "4233",
- "name": "Right head"
- },
- {
- "id": "4234",
- "name": "Kalphite Queen"
- },
- {
- "id": "4235",
- "name": "Rick"
- },
- {
- "id": "4236",
- "name": "Maid"
- },
- {
- "id": "4238",
- "name": "Cook"
- },
- {
- "id": "4239",
- "name": "Cook",
- "examine": "I hope she can find all the ingredients!"
- },
- {
- "id": "4240",
- "name": "Butler"
- },
- {
- "id": "4242",
- "name": "Demon butler"
- },
- {
- "id": "4243",
"name": "Demon butler",
- "attack_level": "1",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
"combat_audio": "400,404,403",
- "defence_level": "1",
- "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4243",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "4244",
- "name": "Chief servant"
- },
- {
- "id": "4245",
- "name": "Chief servant",
"examine": "Head of the servants' guild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Chief servant",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4245",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4246",
- "name": "Taxidermist",
"examine": "She smells unpleasantly of chemicals.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Taxidermist",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4246",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4247",
- "name": "Estate agent",
"examine": "A fancy businessman with a mighty fine hat.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Estate agent",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4247",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4248",
- "name": "Stonemason",
"examine": "Someone has to get rid of all the stone they dug Keldagrim out of.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Stonemason",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4248",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4249",
- "name": "Sir Renitee",
- "examine": "Chief Herald of Falador."
- },
- {
- "id": "4250",
- "name": "Sawmill operator",
"examine": "He changes the shape of wood.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "703,705,704",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
"facing_booth": "true",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Sawmill operator",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4250",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4251",
- "name": "Garden supplier",
"examine": "She has green fingers. (Not literally.)",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Garden supplier",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4251",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4252",
- "name": "Macaroni Penguin",
"examine": "Beak areful with this one",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4253",
- "name": "Guard"
- },
- {
- "id": "4257",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4258",
- "name": "Guard",
- "examine": "A dwarven guard.",
- "aggressive": "true",
- "attack_level": "12",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "102",
"defence_animation": "0",
- "defence_level": "12",
- "lifepoints": "17",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Macaroni Penguin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4252",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "4257",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dwarven guard.",
+ "slayer_task": "29",
"melee_animation": "99",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "12",
- "weakness": "6"
- },
- {
- "id": "4259",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
"combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4260",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4261",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4262",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4263",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4264",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4265",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4266",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4267",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4268",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4269",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4270",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4271",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4272",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4273",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4274",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4275",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4276",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4277",
- "name": "Buinn"
- },
- {
- "id": "4278",
- "name": "Animated Bronze Armour",
- "examine": "Animated bronze armour.",
- "aggressive": "true",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
- "combat_audio": "2549,1979,512",
- "death_animation": "4167",
- "defence_animation": "388",
- "defence_level": "10",
- "lifepoints": "10",
- "magic_animation": "386",
- "melee_animation": "386",
- "poison_immune": "true",
- "range_animation": "386",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "10",
- "weakness": "7"
- },
- {
- "id": "4279",
- "name": "Animated Iron Armour",
- "examine": "Animated iron armour.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "4",
- "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
- "combat_audio": "2549,1979,512",
- "death_animation": "4167",
- "defence_animation": "388",
- "defence_level": "20",
- "lifepoints": "20",
- "magic_animation": "386",
- "melee_animation": "386",
- "poison_immune": "true",
- "range_animation": "386",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "20",
- "weakness": "7"
- },
- {
- "id": "4280",
- "name": "Animated Steel Armour",
- "examine": "Animated steel armour.",
- "aggressive": "true",
- "attack_level": "40",
- "attack_speed": "4",
- "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
- "combat_audio": "2549,1979,512",
- "death_animation": "4167",
- "defence_animation": "388",
- "defence_level": "40",
- "lifepoints": "40",
- "magic_animation": "386",
- "melee_animation": "386",
- "poison_immune": "true",
- "range_animation": "386",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
- },
- {
- "id": "4281",
- "name": "Animated Black Armour",
- "examine": "Animated black armour.",
- "aggressive": "true",
- "attack_level": "60",
- "attack_speed": "4",
- "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
- "combat_audio": "2549,1979,512",
- "death_animation": "4167",
- "defence_animation": "388",
- "defence_level": "60",
- "lifepoints": "60",
- "magic_animation": "386",
- "melee_animation": "386",
- "poison_immune": "true",
- "range_animation": "386",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "60",
- "weakness": "7"
- },
- {
- "id": "4282",
- "name": "Animated Mithril Armour",
- "examine": "Animated mithril armour.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
- "combat_audio": "2549,1979,512",
- "death_animation": "4167",
- "defence_animation": "388",
- "defence_level": "80",
- "lifepoints": "80",
- "magic_animation": "386",
- "melee_animation": "386",
- "poison_immune": "true",
- "range_animation": "386",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "80",
- "weakness": "7"
- },
- {
- "id": "4283",
- "name": "Animated Adamant Armour",
- "examine": "Animated adamant armour.",
- "aggressive": "true",
- "attack_level": "99",
- "attack_speed": "4",
- "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
- "combat_audio": "2549,1979,512",
- "death_animation": "4167",
- "defence_animation": "388",
- "defence_level": "99",
- "lifepoints": "99",
- "magic_animation": "386",
- "melee_animation": "386",
- "poison_immune": "true",
- "range_animation": "386",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "99",
- "weakness": "7"
- },
- {
- "id": "4284",
- "name": "Animated Rune Armour",
- "examine": "Animated rune armour.",
- "aggressive": "true",
- "attack_level": "120",
- "attack_speed": "4",
- "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
- "combat_audio": "2549,1979,512",
- "death_animation": "4167",
- "defence_animation": "388",
- "defence_level": "120",
- "lifepoints": "120",
- "magic_animation": "386",
- "melee_animation": "386",
- "poison_immune": "true",
- "range_animation": "386",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "120",
- "weakness": "7"
- },
- {
- "id": "4285",
- "name": "Ghommal",
- "examine": "The big door man."
- },
- {
- "id": "4286",
- "name": "Harrallak Menarous",
- "examine": "Guild Master."
- },
- {
- "id": "4287",
- "name": "Gamfred",
- "examine": "The guild engineer."
- },
- {
- "id": "4288",
- "name": "Ajjat",
- "examine": "Used to be a black knight."
- },
- {
- "id": "4289",
- "name": "Kamfreena",
- "examine": "Blademistress, skillful female warrior."
- },
- {
- "id": "4290",
- "name": "Shanomi",
- "examine": "A warrior mage from the east."
- },
- {
- "id": "4291",
- "name": "Cyclops",
- "examine": "A one-eyed man eater.",
- "aggressive": "true",
- "attack_level": "47",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "448,451,450",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "26",
- "lifepoints": "75",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "50",
- "weakness": "8"
- },
- {
- "id": "4292",
- "name": "Cyclops",
- "examine": "A one-eyed woman eater.",
- "aggressive": "true",
- "attack_level": "65",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "448,451,450",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "35",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "100",
- "strength_level": "65",
- "weakness": "1"
- },
- {
- "id": "4293",
- "name": "Lidio",
- "examine": "Food shopkeeper."
- },
- {
- "id": "4294",
- "name": "Lilly",
- "examine": "Potion shopkeeper."
- },
- {
- "id": "4295",
- "name": "Anton",
- "examine": "Armour shopkeeper."
- },
- {
- "id": "4296",
- "name": "Jade",
- "examine": "Bank staff."
- },
- {
- "id": "4297",
- "name": "Sloane",
- "examine": "He looks like a strong warrior."
- },
- {
- "id": "4298",
- "name": "Jimmy",
- "examine": "He looks a bit drunk."
- },
- {
- "id": "4299",
- "name": "Ref",
- "examine": "He looks fair and reliable."
- },
- {
- "id": "4300",
- "name": "Ref",
- "examine": "He looks fair and reliable.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "6",
"magic_animation": "0",
+ "death_animation": "102",
+ "name": "Guard",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "17",
+ "strength_level": "12",
+ "id": "4258",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "12"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "4259",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "4260",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4261",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4262",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4263",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4264",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4265",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4266",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4267",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4268",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4269",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4270",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4271",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4272",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4273",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4274",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4275",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4276",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Animated bronze armour.",
+ "melee_animation": "386",
+ "range_animation": "386",
+ "attack_speed": "4",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "weakness": "7",
+ "magic_animation": "386",
+ "death_animation": "4167",
+ "name": "Animated Bronze Armour",
+ "defence_level": "10",
+ "safespot": null,
+ "poison_immune": "true",
+ "lifepoints": "10",
+ "strength_level": "10",
+ "id": "4278",
+ "aggressive": "true",
+ "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "10"
+ },
+ {
+ "examine": "Animated iron armour.",
+ "melee_animation": "386",
+ "range_animation": "386",
+ "attack_speed": "4",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "weakness": "7",
+ "magic_animation": "386",
+ "death_animation": "4167",
+ "name": "Animated Iron Armour",
+ "defence_level": "20",
+ "safespot": null,
+ "poison_immune": "true",
+ "lifepoints": "20",
+ "strength_level": "20",
+ "id": "4279",
+ "aggressive": "true",
+ "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Animated steel armour.",
+ "melee_animation": "386",
+ "range_animation": "386",
+ "attack_speed": "4",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "weakness": "7",
+ "magic_animation": "386",
+ "death_animation": "4167",
+ "name": "Animated Steel Armour",
+ "defence_level": "40",
+ "safespot": null,
+ "poison_immune": "true",
+ "lifepoints": "40",
+ "strength_level": "40",
+ "id": "4280",
+ "aggressive": "true",
+ "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Animated black armour.",
+ "melee_animation": "386",
+ "range_animation": "386",
+ "attack_speed": "4",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "weakness": "7",
+ "magic_animation": "386",
+ "death_animation": "4167",
+ "name": "Animated Black Armour",
+ "defence_level": "60",
+ "safespot": null,
+ "poison_immune": "true",
+ "lifepoints": "60",
+ "strength_level": "60",
+ "id": "4281",
+ "aggressive": "true",
+ "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Animated mithril armour.",
+ "melee_animation": "386",
+ "range_animation": "386",
+ "attack_speed": "4",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "weakness": "7",
+ "magic_animation": "386",
+ "death_animation": "4167",
+ "name": "Animated Mithril Armour",
+ "defence_level": "80",
+ "safespot": null,
+ "poison_immune": "true",
+ "lifepoints": "80",
+ "strength_level": "80",
+ "id": "4282",
+ "aggressive": "true",
+ "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "Animated adamant armour.",
+ "melee_animation": "386",
+ "range_animation": "386",
+ "attack_speed": "4",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "weakness": "7",
+ "magic_animation": "386",
+ "death_animation": "4167",
+ "name": "Animated Adamant Armour",
+ "defence_level": "99",
+ "safespot": null,
+ "poison_immune": "true",
+ "lifepoints": "99",
+ "strength_level": "99",
+ "id": "4283",
+ "aggressive": "true",
+ "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "99"
+ },
+ {
+ "examine": "Animated rune armour.",
+ "melee_animation": "386",
+ "range_animation": "386",
+ "attack_speed": "4",
+ "respawn_delay": "20",
+ "defence_animation": "388",
+ "weakness": "7",
+ "magic_animation": "386",
+ "death_animation": "4167",
+ "name": "Animated Rune Armour",
+ "defence_level": "120",
+ "safespot": null,
+ "poison_immune": "true",
+ "lifepoints": "120",
+ "strength_level": "120",
+ "id": "4284",
+ "aggressive": "true",
+ "bonuses": "4,4,4,0,0,50,25,19,400,400,0,5,0,0,0",
+ "range_level": "1",
+ "attack_level": "120"
+ },
+ {
+ "examine": "A one-eyed man eater.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4651",
+ "weakness": "8",
+ "slayer_exp": "75",
+ "magic_animation": "0",
+ "death_animation": "4653",
+ "name": "Cyclops",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "50",
+ "id": "4291",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "47"
+ },
+ {
+ "examine": "A one-eyed woman eater.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4651",
+ "weakness": "1",
+ "slayer_exp": "100",
+ "magic_animation": "0",
+ "death_animation": "4653",
+ "name": "Cyclops",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "65",
+ "id": "4292",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "He looks fair and reliable.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4301",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4302",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4303",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4304",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4305",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4306",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4307",
- "name": "Guard",
- "examine": "A guard for the humans against monster group.",
- "attack_level": "26",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "37",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ref",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4300",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "4301",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "4302",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "4303",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "4304",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "4305",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "4306",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A guard for the humans against monster group.",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "26",
- "weakness": "9"
- },
- {
- "id": "4308",
- "name": "Guard",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "1",
"combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4309",
- "name": "Guard",
- "attack_level": "1",
"attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "395",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4310",
- "name": "Guard",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4311",
- "name": "Guard",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4312",
- "name": "Nardok"
- },
- {
- "id": "4313",
- "name": "Dartog"
- },
- {
- "id": "4315",
- "name": "Dwarf"
- },
- {
- "id": "4316",
- "name": "Dwarf",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
- },
- {
- "id": "4317",
- "name": "H.A.M. Member"
- },
- {
- "id": "4318",
- "name": "H.A.M. Member",
- "attack_level": "1",
- "clue_level": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4319",
- "name": "H.A.M. Member"
- },
- {
- "id": "4320",
- "name": "H.A.M. Member",
- "attack_level": "1",
- "clue_level": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4321",
- "name": "Zanik"
- },
- {
- "id": "4323",
- "name": "Zanik"
- },
- {
- "id": "4324",
- "name": "Zanik"
- },
- {
- "id": "4325",
- "name": "Light creature"
- },
- {
- "id": "4326",
- "name": "Zanik"
- },
- {
- "id": "4327",
- "name": "HAM member"
- },
- {
- "id": "4328",
- "name": "Sigmund"
- },
- {
- "id": "4329",
- "name": "H.A.M. Deacon",
- "attack_level": "1",
- "clue_level": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4330",
- "name": "Johanhus Ulsbrecht"
- },
- {
- "id": "4331",
- "name": "Sigmund"
- },
- {
- "id": "4332",
- "name": "Sigmund"
- },
- {
- "id": "4333",
- "name": "Sigmund"
- },
- {
- "id": "4334",
- "name": "Sigmund"
- },
- {
- "id": "4335",
- "name": "Sigmund"
- },
- {
- "id": "4336",
- "name": "Guard",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "395",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4337",
- "name": "Zanik"
- },
- {
- "id": "4338",
- "name": "Zanik"
- },
- {
- "id": "4340",
- "name": "Zanik"
- },
- {
- "id": "4341",
- "name": "Zanik"
- },
- {
- "id": "4342",
- "name": "Zanik"
- },
- {
- "id": "4343",
- "name": "Snake",
- "examine": "Snake! Snaaaaake! ",
- "aggressive": "true",
- "attack_level": "25",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "3609,3608,3610",
- "death_animation": "278",
- "defence_animation": "276",
- "defence_level": "50",
- "end_gfx": "",
- "end_height": "",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "275",
- "poison_amount": "15",
- "poisonous": "true",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "strength_level": "25"
- },
- {
- "id": "4344",
- "name": "Monkey",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "629,631,630",
- "death_animation": "223",
- "defence_animation": "221",
- "defence_level": "1",
- "lifepoints": "12",
- "melee_animation": "220",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4345",
- "name": "Albino bat",
- "examine": "It's all white by me.",
- "attack_level": "31",
- "death_animation": "4917",
"defence_animation": "0",
- "defence_level": "31",
- "lifepoints": "44",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "26",
+ "id": "4307",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "26"
+ },
+ {
+ "melee_animation": "395",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "4308",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "395",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "4309",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "395",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "4310",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "395",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "4311",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "16",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4316",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "H.A.M. Member",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4318",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "H.A.M. Member",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4320",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "H.A.M. Deacon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4329",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "395",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "4336",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Snake",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "3609,3608,3610",
+ "strength_level": "1",
+ "id": "4343",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "220",
+ "combat_audio": "629,631,630",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "221",
+ "death_animation": "223",
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "12",
+ "strength_level": "1",
+ "id": "4344",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's all white by me.",
+ "slayer_task": "5",
"melee_animation": "4915",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "31",
- "weakness": "8"
- },
- {
- "id": "4346",
- "name": "Crab"
- },
- {
- "id": "4347",
- "name": "Giant mosquito",
- "examine": "A flying blood sucker.",
- "attack_level": "63",
- "attack_speed": "10",
- "death_animation": "2398",
"defence_animation": "0",
- "defence_level": "63",
- "lifepoints": "90",
+ "weakness": "8",
"magic_animation": "0",
+ "death_animation": "4917",
+ "name": "Albino bat",
+ "defence_level": "31",
+ "safespot": null,
+ "lifepoints": "44",
+ "strength_level": "31",
+ "id": "4345",
+ "range_level": "1",
+ "attack_level": "31"
+ },
+ {
+ "examine": "A flying blood sucker.",
"melee_animation": "2397",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "10",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "2398",
+ "name": "Giant mosquito",
+ "defence_level": "63",
"safespot": null,
+ "lifepoints": "90",
"strength_level": "63",
- "weakness": "8"
+ "id": "4347",
+ "range_level": "1",
+ "attack_level": "63"
},
{
+ "examine": "A horrible, emaciated ape like creature with beady red eyes.",
+ "slayer_task": "52",
+ "melee_animation": "4235",
+ "range_animation": "0",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "4232",
+ "weakness": "7",
+ "slayer_exp": "45",
+ "magic_animation": "0",
+ "death_animation": "4233",
+ "name": "Jungle horror",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "70",
"id": "4348",
- "name": "Jungle horror",
- "examine": "A horrible, emaciated ape like creature with beady red eyes.",
"aggressive": "true",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"clue_level": "1",
- "combat_audio": "496,500,499",
- "death_animation": "4233",
- "defence_animation": "4232",
- "defence_level": "55",
- "lifepoints": "45",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4235",
- "range_animation": "0",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "45",
- "strength_level": "70",
- "weakness": "7"
+ "attack_level": "70"
},
{
- "id": "4349",
- "name": "Jungle horror",
"examine": "A horrible, emaciated ape like creature with beady yellow eyes.",
- "aggressive": "true",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "496,500,499",
- "death_animation": "4233",
- "defence_animation": "4232",
- "defence_level": "55",
- "lifepoints": "45",
- "magic_level": "1",
"melee_animation": "4234",
- "range_level": "1",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "50",
- "safespot": null,
+ "defence_animation": "4232",
"slayer_exp": "45",
- "strength_level": "70"
+ "death_animation": "4233",
+ "name": "Jungle horror",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "70",
+ "id": "4349",
+ "aggressive": "true",
+ "clue_level": "1",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "70"
},
{
- "id": "4350",
- "name": "Jungle horror",
"examine": "A horrible, emaciated ape like creature with beady green eyes.",
- "aggressive": "true",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "496,500,499",
- "death_animation": "4233",
- "defence_animation": "4232",
- "defence_level": "55",
- "lifepoints": "45",
- "magic_animation": "0",
- "magic_level": "1",
+ "slayer_task": "52",
"melee_animation": "4235",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "50",
- "safespot": null,
+ "defence_animation": "4232",
+ "weakness": "7",
"slayer_exp": "45",
+ "magic_animation": "0",
+ "death_animation": "4233",
+ "name": "Jungle horror",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "45",
"strength_level": "70",
- "weakness": "7"
+ "id": "4350",
+ "aggressive": "true",
+ "clue_level": "1",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "70"
},
{
- "id": "4351",
- "name": "Jungle horror",
"examine": "A horrible, emaciated ape like creature with beady blue eyes.",
- "aggressive": "true",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "496,500,499",
- "death_animation": "4233",
- "defence_animation": "4232",
- "defence_level": "55",
- "lifepoints": "45",
- "magic_level": "1",
"melee_animation": "4234",
- "range_level": "1",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "50",
- "safespot": null,
+ "defence_animation": "4232",
"slayer_exp": "45",
- "strength_level": "70"
- },
- {
- "id": "4352",
+ "death_animation": "4233",
"name": "Jungle horror",
- "examine": "A horrible, emaciated ape like creature with beady pink eyes.",
- "aggressive": "true",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "496,500,499",
- "death_animation": "4233",
- "defence_animation": "4232",
"defence_level": "55",
+ "safespot": null,
"lifepoints": "45",
+ "strength_level": "70",
+ "id": "4351",
+ "aggressive": "true",
+ "clue_level": "1",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "70"
+ },
+ {
+ "examine": "A horrible, emaciated ape like creature with beady pink eyes.",
+ "melee_animation": "4234",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
"magic_level": "1",
- "melee_animation": "4234",
- "range_level": "1",
"respawn_delay": "50",
- "safespot": null,
+ "defence_animation": "4232",
"slayer_exp": "45",
- "strength_level": "70"
- },
- {
- "id": "4353",
- "name": "Cave horror",
- "examine": "A horrible, emaciated ape like creature with beady red eyes.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "496,500,499",
"death_animation": "4233",
- "defence_animation": "4232",
- "defence_level": "62",
- "lifepoints": "55",
- "magic_animation": "4234",
- "magic_level": "80",
- "melee_animation": "4234",
- "range_animation": "4234",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "55",
- "strength_level": "77",
- "weakness": "6"
- },
- {
- "id": "4354",
- "name": "Cave horror",
- "examine": "A horrible, emaciated ape like creature with beady red eyes.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "496,500,499",
- "death_animation": "4233",
- "defence_animation": "4232",
- "defence_level": "62",
- "lifepoints": "55",
- "magic_animation": "4234",
- "magic_level": "80",
- "melee_animation": "4234",
- "range_animation": "4234",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "55",
- "strength_level": "77",
- "weakness": "6"
- },
- {
- "id": "4355",
- "name": "Cave horror",
- "examine": "A horrible, emaciated ape like creature with beady red eyes.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "496,500,499",
- "death_animation": "4233",
- "defence_animation": "4232",
- "defence_level": "62",
- "lifepoints": "55",
- "magic_animation": "4234",
- "magic_level": "80",
- "melee_animation": "4234",
- "range_animation": "4234",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "55",
- "strength_level": "77",
- "weakness": "6"
- },
- {
- "id": "4356",
- "name": "Cave horror",
- "examine": "A horrible, emaciated ape like creature with beady red eyes.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "496,500,499",
- "death_animation": "4233",
- "defence_animation": "4232",
- "defence_level": "62",
- "lifepoints": "55",
- "magic_animation": "4234",
- "magic_level": "80",
- "melee_animation": "4234",
- "range_animation": "4234",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "55",
- "strength_level": "77",
- "weakness": "6"
- },
- {
- "id": "4357",
- "name": "Cave horror",
- "examine": "A horrible, emaciated ape like creature with beady red eyes.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "496,500,499",
- "death_animation": "4233",
- "defence_animation": "4232",
- "defence_level": "62",
- "lifepoints": "55",
- "magic_animation": "4234",
- "magic_level": "80",
- "melee_animation": "4234",
- "range_animation": "4234",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "55",
- "strength_level": "77",
- "weakness": "6"
- },
- {
- "id": "4358",
- "name": "Cavey Davey"
- },
- {
- "id": "4359",
- "name": "Patchy",
- "examine": "Patchy the pirate.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4360",
- "name": "San Fan"
- },
- {
- "id": "4361",
- "name": "Fancy Dan",
- "examine": "A very flamboyant pirate.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4362",
- "name": "Honest Jimmy",
- "examine": "I can't wait to buy from a guy with Honest in his name...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4363",
- "name": "Monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4364",
- "name": "Swarm"
- },
- {
- "id": "4365",
- "name": "Blue Monkey"
- },
- {
- "id": "4371",
- "name": "Blue Monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4372",
- "name": "Red Monkey",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4373",
- "name": "Parrot",
- "examine": "A colourful bird.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4374",
- "name": "Parrot"
- },
- {
- "id": "4375",
- "name": "Security Guard",
- "examine": "A retired Gielinor security guard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4376",
- "name": "Litara",
- "examine": "Litara, a barbarian explorer."
- },
- {
- "id": "4377",
- "name": "Gate of War"
- },
- {
- "id": "4378",
- "name": "Ricketty door"
- },
- {
- "id": "4379",
- "name": "Oozing barrier"
- },
- {
- "id": "4380",
- "name": "Portal of Death"
- },
- {
- "id": "4381",
- "name": "Ankou",
- "examine": "A boney ghost.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "4",
- "clue_level": "2",
- "combat_audio": "924,926,925",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "50",
- "lifepoints": "60",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "60",
- "strength_level": "69"
- },
- {
- "id": "4382",
- "name": "Ankou",
- "examine": "A boney ghost.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "4",
- "clue_level": "2",
- "combat_audio": "924,926,925",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "50",
- "lifepoints": "66",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "60",
- "strength_level": "69"
- },
- {
- "id": "4383",
- "name": "Ankou",
- "examine": "A boney ghost.",
- "aggressive": "true",
- "attack_level": "60",
- "attack_speed": "4",
- "clue_level": "2",
- "combat_audio": "924,926,925",
- "death_animation": "9055",
- "defence_animation": "404",
+ "name": "Jungle horror",
"defence_level": "55",
- "lifepoints": "66",
- "magic_animation": "422",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "70",
+ "id": "4352",
+ "aggressive": "true",
+ "clue_level": "1",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "70"
+ },
+ {
+ "examine": "A horrible, emaciated ape like creature with beady red eyes.",
+ "slayer_task": "17",
+ "melee_animation": "4234",
+ "range_animation": "4234",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
+ "magic_level": "80",
+ "respawn_delay": "50",
+ "defence_animation": "4232",
+ "weakness": "6",
+ "slayer_exp": "55",
+ "magic_animation": "4234",
+ "death_animation": "4233",
+ "name": "Cave horror",
+ "defence_level": "62",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "77",
+ "id": "4353",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "A horrible, emaciated ape like creature with beady red eyes.",
+ "slayer_task": "17",
+ "melee_animation": "4234",
+ "range_animation": "4234",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
+ "magic_level": "80",
+ "respawn_delay": "50",
+ "defence_animation": "4232",
+ "weakness": "6",
+ "slayer_exp": "55",
+ "magic_animation": "4234",
+ "death_animation": "4233",
+ "name": "Cave horror",
+ "defence_level": "62",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "77",
+ "id": "4354",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "A horrible, emaciated ape like creature with beady red eyes.",
+ "slayer_task": "17",
+ "melee_animation": "4234",
+ "range_animation": "4234",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
+ "magic_level": "80",
+ "respawn_delay": "50",
+ "defence_animation": "4232",
+ "weakness": "6",
+ "slayer_exp": "55",
+ "magic_animation": "4234",
+ "death_animation": "4233",
+ "name": "Cave horror",
+ "defence_level": "62",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "77",
+ "id": "4355",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "A horrible, emaciated ape like creature with beady red eyes.",
+ "slayer_task": "17",
+ "melee_animation": "4234",
+ "range_animation": "4234",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
+ "magic_level": "80",
+ "respawn_delay": "50",
+ "defence_animation": "4232",
+ "weakness": "6",
+ "slayer_exp": "55",
+ "magic_animation": "4234",
+ "death_animation": "4233",
+ "name": "Cave horror",
+ "defence_level": "62",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "77",
+ "id": "4356",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "A horrible, emaciated ape like creature with beady red eyes.",
+ "slayer_task": "17",
+ "melee_animation": "4234",
+ "range_animation": "4234",
+ "combat_audio": "496,500,499",
+ "attack_speed": "4",
+ "magic_level": "80",
+ "respawn_delay": "50",
+ "defence_animation": "4232",
+ "weakness": "6",
+ "slayer_exp": "55",
+ "magic_animation": "4234",
+ "death_animation": "4233",
+ "name": "Cave horror",
+ "defence_level": "62",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "77",
+ "id": "4357",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "Patchy the pirate.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Patchy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4359",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very flamboyant pirate.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fancy Dan",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4361",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I can't wait to buy from a guy with Honest in his name...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Honest Jimmy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4362",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "4363",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Blue Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "4371",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Red Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "4372",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A colourful bird.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Parrot",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4373",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A retired Gielinor security guard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Security Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4375",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A bony ghost.",
"melee_animation": "422",
"range_animation": "422",
- "range_level": "1",
- "safespot": null,
+ "attack_speed": "6",
+ "defence_animation": "404",
"slayer_exp": "60",
- "strength_level": "74"
- },
- {
- "id": "4384",
- "name": "Skeleton",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "68",
- "melee_animation": "5485",
- "range_level": "1",
- "respawn_delay": "60",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Ankou",
+ "defence_level": "50",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4385",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
+ "lifepoints": "60",
+ "strength_level": "69",
+ "id": "4381",
"aggressive": "true",
- "attack_level": "34",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
+ "clue_level": "2",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "34",
- "weakness": "7"
+ "attack_level": "50"
},
{
- "id": "4386",
- "name": "Skeleton",
+ "examine": "A bony ghost.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "attack_speed": "6",
+ "defence_animation": "404",
+ "slayer_exp": "60",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Ankou",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "66",
+ "strength_level": "69",
+ "id": "4382",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "85",
- "melee_animation": "5485",
+ "clue_level": "2",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "50"
},
{
- "id": "4387",
- "name": "Ghost",
+ "examine": "A bony ghost.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "attack_speed": "6",
+ "defence_animation": "404",
+ "slayer_exp": "60",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Ankou",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "66",
+ "strength_level": "74",
+ "id": "4383",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5542",
- "defence_animation": "5541",
- "defence_level": "1",
- "lifepoints": "36",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
"melee_animation": "5540",
- "range_level": "1",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "5541",
"slayer_exp": "25",
- "strength_level": "1"
+ "death_animation": "5542",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "36",
+ "strength_level": "1",
+ "id": "4387",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4388",
- "name": "Ghost",
"examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "magic_level": "30",
+ "slayer_task": "36",
"melee_animation": "5532",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "4389",
- "name": "Flesh Crawler",
- "examine": "I don't think insect repellent will work.",
- "aggressive": "true",
- "attack_level": "60",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15",
- "combat_audio": "571,573,572",
- "death_animation": "1190",
- "defence_animation": "1186",
- "defence_level": "10",
- "lifepoints": "25",
- "magic_animation": "1184",
- "melee_animation": "1184",
- "range_animation": "1184",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "2",
- "weakness": "0"
- },
- {
- "id": "4390",
- "name": "Flesh Crawler",
- "examine": "I don't think insect repellent will work.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15",
- "combat_audio": "571,573,572",
- "death_animation": "1190",
- "defence_animation": "1186",
- "defence_level": "10",
- "lifepoints": "25",
- "magic_animation": "1184",
- "melee_animation": "1184",
- "range_animation": "1184",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "2"
- },
- {
- "id": "4391",
- "name": "Flesh Crawler",
- "examine": "I don't think insect repellent will work.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "3",
- "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15",
- "combat_audio": "571,573,572",
- "death_animation": "1190",
- "defence_animation": "1186",
- "defence_level": "10",
- "lifepoints": "25",
- "magic_animation": "1184",
- "melee_animation": "1184",
- "range_animation": "1184",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "2"
- },
- {
- "id": "4392",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "aggressive": "true",
- "attack_level": "24",
+ "combat_audio": "436,439,438",
"attack_speed": "5",
- "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25",
- "combat_audio": "918,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "25",
- "lifepoints": "23",
- "magic_animation": "5568",
+ "magic_level": "30",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "1",
+ "id": "4388",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I don't think insect repellent will work.",
+ "slayer_task": "34",
+ "melee_animation": "1184",
+ "range_animation": "1184",
+ "attack_speed": "3",
+ "respawn_delay": "30",
+ "defence_animation": "1186",
+ "weakness": "0",
+ "slayer_exp": "25",
+ "magic_animation": "1184",
+ "death_animation": "1190",
+ "name": "Flesh Crawler",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "2",
+ "id": "4389",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "I don't think insect repellent will work.",
+ "melee_animation": "1184",
+ "range_animation": "1184",
+ "attack_speed": "3",
+ "respawn_delay": "30",
+ "defence_animation": "1186",
+ "slayer_exp": "25",
+ "magic_animation": "1184",
+ "death_animation": "1190",
+ "name": "Flesh Crawler",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "2",
+ "id": "4390",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "I don't think insect repellent will work.",
+ "melee_animation": "1184",
+ "range_animation": "1184",
+ "attack_speed": "3",
+ "respawn_delay": "30",
+ "defence_animation": "1186",
+ "slayer_exp": "25",
+ "magic_animation": "1184",
+ "death_animation": "1190",
+ "name": "Flesh Crawler",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "2",
+ "id": "4391",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,15,15,15,15,15,15,15,15,15,15",
+ "range_level": "1",
+ "attack_level": "100"
+ },
+ {
+ "examine": "The walking dead.",
"melee_animation": "5568",
"range_animation": "5568",
- "range_level": "1",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "5567",
"slayer_exp": "30",
- "strength_level": "1"
+ "magic_animation": "5568",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "4392",
+ "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25",
+ "range_level": "1",
+ "attack_level": "24"
},
{
- "id": "4393",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "aggressive": "true",
- "attack_level": "35",
+ "examine": "Dead (wo)man walking.",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
"attack_speed": "5",
- "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25",
- "combat_audio": "918,923,922",
- "death_animation": "5580",
+ "respawn_delay": "30",
"defence_animation": "5579",
+ "slayer_exp": "30",
+ "magic_animation": "5578",
+ "death_animation": "5580",
+ "name": "Zombie",
"defence_level": "28",
+ "safespot": null,
"lifepoints": "18",
- "magic_animation": "5578",
- "melee_animation": "5578",
- "range_animation": "5578",
+ "strength_level": "1",
+ "id": "4393",
+ "aggressive": "true",
+ "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25",
"range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
+ "attack_level": "35"
},
{
- "id": "4394",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "aggressive": "true",
- "attack_level": "47",
+ "examine": "Could his name be \"Lurch\"?",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
"attack_speed": "5",
- "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45",
- "combat_audio": "918,923,922",
- "death_animation": "5580",
+ "respawn_delay": "30",
"defence_animation": "5579",
- "defence_level": "48",
- "lifepoints": "40",
- "magic_animation": "5578",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
"slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "4395",
- "name": "Giant rat",
- "examine": "Overgrown vermin.",
- "aggressive": "true",
- "attack_level": "21",
- "attack_speed": "5",
- "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "23",
- "lifepoints": "26",
- "melee_animation": "4933",
- "range_level": "1",
+ "magic_animation": "5578",
+ "death_animation": "5580",
+ "name": "Zombie",
+ "defence_level": "48",
"safespot": null,
- "strength_level": "20",
- "weakness": "9"
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "4394",
+ "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45",
+ "range_level": "1",
+ "attack_level": "47"
},
{
- "id": "4396",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
+ "combat_audio": "703,705,704",
"attack_speed": "5",
- "combat_audio": "710,713,711",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "2",
- "magic_animation": "2705",
+ "weakness": "9",
+ "name": "Giant rat",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "26",
+ "strength_level": "20",
+ "id": "4395",
+ "aggressive": "true",
+ "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "21"
+ },
+ {
+ "examine": "A popular dwarven delicacy.",
"melee_animation": "2705",
"range_animation": "2705",
- "range_level": "1",
+ "combat_audio": "3102,3104,3103",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "2",
+ "strength_level": "1",
+ "id": "4396",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4397",
- "name": "Catablepon",
"examine": "Big Cow-like... But cows don't have serpent tails!",
- "aggressive": "true",
- "attack_level": "38",
+ "melee_animation": "4271",
"attack_speed": "5",
+ "magic_level": "38",
+ "spell_id": "7",
+ "respawn_delay": "74",
+ "defence_animation": "4273",
+ "slayer_exp": "50",
+ "magic_animation": "4272",
+ "death_animation": "4270",
+ "name": "Catablepon",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "38",
+ "id": "4397",
+ "aggressive": "true",
"bonuses": "5,20,15,3,10,20,10,10,20,15,23,25,15,25,10",
"clue_level": "1",
- "combat_audio": "511,330,329",
- "death_animation": "4270",
- "defence_animation": "4273",
- "defence_level": "38",
- "lifepoints": "50",
- "magic_animation": "4272",
- "magic_level": "38",
- "melee_animation": "4271",
"range_level": "1",
- "respawn_delay": "74",
- "safespot": null,
- "slayer_exp": "50",
- "spell_id": "7",
- "strength_level": "38"
+ "attack_level": "38"
},
{
- "id": "4398",
- "name": "Catablepon",
"examine": "Big Cow-like... But cows don't have serpent tails!",
- "aggressive": "true",
- "attack_level": "38",
+ "melee_animation": "4271",
"attack_speed": "5",
+ "magic_level": "38",
+ "spell_id": "7",
+ "respawn_delay": "74",
+ "defence_animation": "4273",
+ "slayer_exp": "50",
+ "magic_animation": "4272",
+ "death_animation": "4270",
+ "name": "Catablepon",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "38",
+ "id": "4398",
+ "aggressive": "true",
"bonuses": "20,25,10,20,25,10,10,11,0,0,0,0,0,0,0",
"clue_level": "1",
- "combat_audio": "511,330,329",
- "death_animation": "4270",
- "defence_animation": "4273",
- "defence_level": "38",
- "lifepoints": "70",
- "magic_animation": "4272",
- "magic_level": "38",
- "melee_animation": "4271",
"range_level": "1",
- "respawn_delay": "74",
- "safespot": null,
- "slayer_exp": "50",
- "spell_id": "7",
- "strength_level": "38"
+ "attack_level": "38"
},
{
- "id": "4399",
- "name": "Catablepon",
"examine": "Big Cow-like... But cows don't have serpent tails!",
- "aggressive": "true",
- "attack_level": "40",
+ "melee_animation": "4271",
"attack_speed": "5",
+ "magic_level": "45",
+ "spell_id": "7",
+ "respawn_delay": "74",
+ "defence_animation": "4273",
+ "slayer_exp": "50",
+ "magic_animation": "4272",
+ "death_animation": "4270",
+ "name": "Catablepon",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "58",
+ "id": "4399",
+ "aggressive": "true",
"bonuses": "50,45,50,40,45,20,30,25,33,25,25,20,20,40,0",
"clue_level": "1",
- "combat_audio": "511,330,329",
- "death_animation": "4270",
- "defence_animation": "4273",
- "defence_level": "38",
- "lifepoints": "50",
- "magic_animation": "4272",
- "magic_level": "45",
- "melee_animation": "4271",
"range_level": "1",
- "respawn_delay": "74",
- "safespot": null,
- "slayer_exp": "50",
- "spell_id": "7",
- "strength_level": "58"
+ "attack_level": "40"
},
{
- "id": "4400",
- "name": "Giant spider",
"examine": "I think this spider has been genetically modified.",
- "aggressive": "true",
- "attack_level": "48",
- "bonuses": "19,21,19,62,45,51,54,63,60,18,0,0,0,0,0",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "51",
- "lifepoints": "50",
- "magic_animation": "5327",
"melee_animation": "5327",
"range_animation": "5327",
- "range_level": "1",
+ "combat_audio": "537,539,538",
+ "defence_animation": "5328",
+ "magic_animation": "5327",
+ "death_animation": "5329",
+ "name": "Giant spider",
+ "defence_level": "51",
"safespot": null,
- "strength_level": "45"
+ "lifepoints": "50",
+ "strength_level": "45",
+ "id": "4400",
+ "aggressive": "true",
+ "bonuses": "19,21,19,62,45,51,54,63,60,18,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "48"
},
{
- "id": "4401",
- "name": "Spider",
- "aggressive": "false",
- "attack_level": "1",
- "combat_audio": "3604,3609,3608",
- "death_animation": "6251",
- "defence_animation": "6250",
- "defence_level": "1",
- "lifepoints": "22",
"melee_animation": "6249",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "6250",
+ "death_animation": "6251",
+ "name": "Spider",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "4401",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4402",
- "name": "Scorpion",
"examine": "An extremely vicious scorpion.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "5",
- "bonuses": "12,23,10,51,32,62,29,54,48,0,0,0,0,0,0",
+ "melee_animation": "6254",
+ "range_animation": "6254",
"combat_audio": "3611,3612,3610",
- "death_animation": "6256",
+ "attack_speed": "5",
"defence_animation": "6255",
+ "slayer_exp": "17",
+ "magic_animation": "6254",
+ "death_animation": "6256",
+ "name": "Scorpion",
"defence_level": "49",
+ "safespot": null,
"lifepoints": "55",
- "magic_animation": "6254",
- "melee_animation": "6254",
- "range_animation": "6254",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "17",
- "strength_level": "51"
- },
- {
- "id": "4403",
- "name": "Scorpion",
- "examine": "An extremely vicious scorpion.",
+ "strength_level": "51",
+ "id": "4402",
"aggressive": "true",
- "attack_level": "30",
- "attack_speed": "5",
- "bonuses": "15,16,12,32,19,38,18,34,32,0,0,0,0,0,0",
- "combat_audio": "3611,3612,3610",
- "death_animation": "6256",
- "defence_animation": "6255",
- "defence_level": "35",
- "lifepoints": "37",
- "magic_animation": "6254",
- "melee_animation": "6254",
- "range_animation": "6254",
+ "bonuses": "12,23,10,51,32,62,29,54,48,0,0,0,0,0,0",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "17",
- "strength_level": "31"
+ "attack_level": "50"
+ },
+ {
+ "examine": "An extremely vicious scorpion.",
+ "melee_animation": "6254",
+ "range_animation": "6254",
+ "combat_audio": "3611,3612,3610",
+ "attack_speed": "5",
+ "defence_animation": "6255",
+ "slayer_exp": "17",
+ "magic_animation": "6254",
+ "death_animation": "6256",
+ "name": "Scorpion",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "31",
+ "id": "4403",
+ "aggressive": "true",
+ "bonuses": "15,16,12,32,19,38,18,34,32,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "4404",
- "name": "Minotaur",
"examine": "He doesn't look very pleased to see you.",
- "aggressive": "false",
- "attack_level": "12",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "clue_level": "0",
- "combat_audio": "626,628,627",
- "death_animation": "4265",
- "defence_animation": "4267",
- "defence_level": "10",
- "lifepoints": "10",
- "magic_animation": "4266",
- "magic_level": "1",
+ "slayer_task": "58",
"melee_animation": "4266",
"range_animation": "4266",
- "range_level": "1",
+ "combat_audio": "626,628,627",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "15",
- "safespot": null,
+ "defence_animation": "4267",
+ "weakness": "7",
"slayer_exp": "10",
+ "magic_animation": "4266",
+ "death_animation": "4265",
+ "name": "Minotaur",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
"strength_level": "10",
- "weakness": "7"
+ "id": "4404",
+ "aggressive": "false",
+ "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "12"
},
{
- "id": "4405",
- "name": "Minotaur",
"examine": "He doesn't look very pleased to see you.",
- "aggressive": "false",
- "attack_level": "12",
+ "melee_animation": "4266",
+ "range_animation": "4266",
+ "combat_audio": "626,628,627",
"attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
+ "defence_animation": "4267",
+ "magic_animation": "4266",
+ "death_animation": "4265",
+ "name": "Minotaur",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "10",
+ "id": "4405",
+ "aggressive": "false",
"bonuses": "11,11,13,11,11,13,11,11,11,13,11,11,11,11,11",
"clue_level": "0",
- "combat_audio": "626,628,627",
- "death_animation": "4265",
- "defence_animation": "4267",
- "defence_level": "10",
- "lifepoints": "10",
- "magic_animation": "4266",
- "magic_level": "1",
- "melee_animation": "4266",
- "range_animation": "4266",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
+ "attack_level": "12"
},
{
- "id": "4406",
- "name": "Minotaur",
"examine": "He doesn't look very pleased to see you.",
- "aggressive": "false",
- "attack_level": "23",
+ "melee_animation": "4266",
+ "range_animation": "4266",
+ "combat_audio": "626,628,627",
"attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "15",
+ "defence_animation": "4267",
+ "slayer_exp": "22",
+ "magic_animation": "4266",
+ "death_animation": "4265",
+ "name": "Minotaur",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "25",
+ "id": "4406",
+ "aggressive": "false",
"bonuses": "0,0,0,0,0,-10,-10,-10,21,-10,0,0,0,0,0",
"clue_level": "0",
- "combat_audio": "626,628,627",
- "death_animation": "4265",
- "defence_animation": "4267",
- "defence_level": "25",
- "lifepoints": "22",
- "magic_animation": "4266",
- "magic_level": "1",
- "melee_animation": "4266",
- "range_animation": "4266",
"range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "slayer_exp": "22",
- "strength_level": "25"
+ "attack_level": "23"
},
{
- "id": "4407",
- "name": "Goblin",
"examine": "An ugly green creature.",
- "attack_level": "1",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
"attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4407",
"bonuses": "3,3,3,3,3,3,3,3,3,3,3,3,3,3,3",
"clue_level": "0",
- "combat_audio": "3520,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "5",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
+ "attack_level": "1"
},
{
- "id": "4408",
- "name": "Goblin",
"examine": "An ugly green creature.",
- "attack_level": "1",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
"attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "16",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "11",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4408",
"bonuses": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8",
"clue_level": "0",
- "combat_audio": "3520,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "11",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "2"
+ "attack_level": "1"
},
{
- "id": "4409",
- "name": "Goblin",
"examine": "An ugly green creature.",
- "attack_level": "1",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
"attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "7",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4409",
"bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,6,6,6",
"clue_level": "0",
- "combat_audio": "3520,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "9",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "slayer_exp": "7",
- "strength_level": "2"
+ "attack_level": "1"
},
{
- "id": "4410",
- "name": "Goblin",
"examine": "An ugly green creature.",
- "attack_level": "1",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
"attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4410",
"bonuses": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8",
"clue_level": "0",
- "combat_audio": "3520,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "10",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "strength_level": "2"
+ "attack_level": "1"
},
{
- "id": "4411",
- "name": "Goblin",
"examine": "An ugly green creature.",
- "attack_level": "1",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
"attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4411",
"bonuses": "10,10,10,10,10,10,10,10,10,10,10,10,10,10,10",
"clue_level": "0",
- "combat_audio": "3520,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "17",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "strength_level": "2"
+ "attack_level": "1"
},
{
- "id": "4412",
- "name": "Goblin",
"examine": "An ugly green creature.",
- "attack_level": "1",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
"attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4412",
"bonuses": "8,8,8,8,8,8,8,8,8,8,8,8,8,8,8",
"clue_level": "0",
- "combat_audio": "3520,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "10",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "safespot": null,
- "strength_level": "2"
+ "attack_level": "1"
},
{
- "id": "4413",
- "name": "Wolf",
"examine": "They say inside you there are two wolves...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "7,7,7,7,7,7,7,7,7,7,7,7,7,7,7",
- "combat_audio": "481,491,490",
- "death_animation": "6558",
- "defence_animation": "6557",
- "defence_level": "9",
- "lifepoints": "15",
- "magic_animation": "6559",
"melee_animation": "6559",
"range_animation": "6559",
- "range_level": "1",
+ "combat_audio": "481,491,490",
+ "attack_speed": "5",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "6557",
"slayer_exp": "15",
- "strength_level": "1"
+ "magic_animation": "6559",
+ "death_animation": "6558",
+ "name": "Wolf",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "1",
+ "id": "4413",
+ "bonuses": "7,7,7,7,7,7,7,7,7,7,7,7,7,7,7",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4414",
- "name": "Wolf",
"examine": "They say inside you there are two wolves...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "5,5,5,5,5,5,5,5,5,5,5,5,5,5,5",
- "combat_audio": "481,491,490",
- "death_animation": "6558",
- "defence_animation": "6557",
- "defence_level": "7",
- "lifepoints": "10",
- "magic_animation": "6559",
"melee_animation": "6559",
"range_animation": "6559",
- "range_level": "1",
+ "combat_audio": "481,491,490",
+ "attack_speed": "5",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "6557",
"slayer_exp": "10",
- "strength_level": "1"
+ "magic_animation": "6559",
+ "death_animation": "6558",
+ "name": "Wolf",
+ "defence_level": "7",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4414",
+ "bonuses": "5,5,5,5,5,5,5,5,5,5,5,5,5,5,5",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4415",
- "name": "Rat",
"examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0",
- "combat_audio": "710,713,711",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "2",
- "magic_animation": "2705",
- "magic_level": "1",
+ "slayer_task": "67",
"melee_animation": "2705",
"range_animation": "2705",
- "range_level": "1",
- "respawn_delay": "3",
- "safespot": null,
- "slayer_exp": "2",
- "strength_level": "1"
- },
- {
- "id": "4416",
- "name": "Bee keeper"
- },
- {
- "id": "4417",
- "name": "Bees!"
- },
- {
- "id": "4418",
- "name": "Gorak",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "4302",
- "defence_animation": "4301",
- "defence_level": "1",
- "lifepoints": "112",
- "melee_animation": "4300",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "112",
- "strength_level": "1"
- },
- {
- "id": "4419",
- "name": "Cosmic Being",
- "examine": "A highly enlightened being.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4420",
- "name": "Fairy Godfather"
- },
- {
- "id": "4434",
- "name": "Fairy Nuff",
- "examine": "A healing fairy."
- },
- {
- "id": "4435",
- "name": "Fairy Queen"
- },
- {
- "id": "4437",
- "name": "Fairy Queen",
- "examine": "Looks otherworldy..."
- },
- {
- "id": "4438",
- "name": "Centaur",
- "examine": "Horseplay.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4439",
- "name": "Centaur",
- "examine": "Horseplay.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4440",
- "name": "Stag",
- "examine": "A noble creature!",
- "aggressive": "false",
- "attack_level": "11",
+ "combat_audio": "3102,3104,3103",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "812,814,813",
- "death_animation": "6377",
- "defence_animation": "0",
- "defence_level": "13",
- "lifepoints": "19",
- "magic_animation": "0",
"magic_level": "1",
+ "respawn_delay": "3",
+ "defence_animation": "2706",
+ "slayer_exp": "2",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "1",
+ "id": "4415",
+ "bonuses": "-47,-47,-47,0,0,-42,-42,-42,-42,-42,-42,-53,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "4300",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4301",
+ "slayer_exp": "112",
+ "death_animation": "4302",
+ "name": "Gorak",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "112",
+ "strength_level": "1",
+ "id": "4418",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A highly enlightened being.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cosmic Being",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4419",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Horseplay.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Centaur",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4438",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Horseplay.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Centaur",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4439",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A noble creature!",
"melee_animation": "6376",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "90",
- "safespot": null,
- "strength_level": "13",
- "weakness": "7"
- },
- {
- "id": "4441",
- "name": "Wood Dryad",
- "examine": "Twiggy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4442",
- "name": "Fairy Very Wise"
- },
- {
- "id": "4443",
- "name": "Fairy",
- "examine": "A delicate creature from this strange realm."
- },
- {
- "id": "4444",
- "name": "Fairy"
- },
- {
- "id": "4445",
- "name": "Fairy"
- },
- {
- "id": "4446",
- "name": "Fairy"
- },
- {
- "id": "4447",
- "name": "Rabbit"
- },
- {
- "id": "4448",
- "name": "Rabbit"
- },
- {
- "id": "4449",
- "name": "Butterfly"
- },
- {
- "id": "4450",
- "name": "Butterfly"
- },
- {
- "id": "4451",
- "name": "Starflower"
- },
- {
- "id": "4452",
- "name": "Starflower"
- },
- {
- "id": "4453",
- "name": "Fairy Fixit"
- },
- {
- "id": "4455",
- "name": "Fairy Fixit",
- "examine": "Fairy ring maintenance division.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4456",
- "name": "Ork"
- },
- {
- "id": "4457",
- "name": "Ork",
- "examine": "He works in the bank.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4458",
- "name": "Ork",
- "examine": "She works in the bank.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4459",
- "name": "Ork",
- "examine": "She works in the bank.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4460",
- "name": "Fake Man"
- },
- {
- "id": "4461",
- "name": "Held vampyre juvinate"
- },
- {
- "id": "4462",
- "name": "Held vampyre juvinate"
- },
- {
- "id": "4463",
- "name": "Angry juvinate"
- },
- {
- "id": "4464",
- "name": "Angry juvinate"
- },
- {
- "id": "4465",
- "name": "Angry juvinate"
- },
- {
- "id": "4466",
- "name": "Benjamin"
- },
- {
- "id": "4467",
- "name": "Liam"
- },
- {
- "id": "4468",
- "name": "Miala"
- },
- {
- "id": "4469",
- "name": "Verak"
- },
- {
- "id": "4470",
- "name": "Tree spirit",
- "examine": "A very angry nymph.",
- "aggressive": "true",
- "attack_level": "9",
- "attack_speed": "6",
- "death_animation": "97",
- "defence_animation": "0",
- "defence_level": "9",
- "lifepoints": "12",
- "magic_animation": "0",
- "melee_animation": "94",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "9",
- "weakness": "6"
- },
- {
- "id": "4471",
- "name": "Bogrog"
- },
- {
- "id": "4473",
- "name": "Woman"
- },
- {
- "id": "4474",
- "name": "Magic dummy",
- "examine": "A magic training dummy",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "97",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "15",
- "magic_animation": "0",
- "melee_animation": "94",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "6"
- },
- {
- "id": "4475",
- "name": "Ned"
- },
- {
- "id": "4476",
- "name": "Guardian mummy",
- "examine": "Who's your mummy?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4477",
- "name": "Annoyed guardian mummy"
- },
- {
- "id": "4478",
- "name": "Tarik"
- },
- {
- "id": "4479",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4480",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4481",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4482",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4483",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4484",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4485",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4486",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4487",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4488",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4489",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4490",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4491",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4492",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "4493",
- "name": "General Bentnoze"
- },
- {
- "id": "4494",
- "name": "General Wartface",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4495",
- "name": "Grubfoot"
- },
- {
- "id": "4497",
- "name": "Grubfoot"
- },
- {
- "id": "4498",
- "name": "Grubfoot"
- },
- {
- "id": "4499",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "5",
- "strength_level": "2"
- },
- {
- "id": "4500",
- "name": "Scarab swarm"
- },
- {
- "id": "4501",
- "name": "Ethereal Man",
- "examine": "Is he real or is it just my imagination?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4502",
- "name": "Ethereal Lady",
- "examine": "Does she really exist?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4503",
- "name": "Ethereal Numerator",
- "examine": "He reminds me of my old mathematics teacher.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4504",
- "name": "Ethereal Expert",
- "examine": "The master of accomplishment.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4505",
- "name": "Ethereal Perceptive",
- "examine": "He knows what is possible.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4506",
- "name": "Ethereal Guide",
- "examine": "He knows the past, present and future. But what of my shoe size?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4507",
- "name": "Ethereal Fluke",
- "examine": "Luck is probably on his side.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4508",
- "name": "Ethereal Mimic"
- },
- {
- "id": "4509",
- "name": "Me",
- "examine": "It's like looking in the mirror.",
- "attack_level": "60",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "171",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "414",
- "range_animation": "0",
- "range_level": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "4510",
- "name": "Me",
- "examine": "It's like looking in the mirror.",
- "attack_level": "60",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "171",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "414",
- "range_animation": "0",
- "range_level": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "4511",
- "name": "Oneiromancer",
- "examine": "Spiritual leader of the Moonclan.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4512",
- "name": "House",
- "examine": "The craziest house I ever did see!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4513",
- "name": "Baba Yaga"
- },
- {
- "id": "4514",
- "name": "Pauline Polaris"
- },
- {
- "id": "4515",
- "name": "Meteora"
- },
- {
- "id": "4516",
- "name": "Melana Moonlander"
- },
- {
- "id": "4517",
- "name": "Selene"
- },
- {
- "id": "4518",
- "name": "Rimae Sirsalis"
- },
- {
- "id": "4519",
- "name": "Sirsal Banker"
- },
- {
- "id": "4520",
- "name": "Clan Guard"
- },
- {
- "id": "4521",
- "name": "Enchanted Broom",
- "examine": "How does it see where to sweep?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4522",
- "name": "Enchanted Broom"
- },
- {
- "id": "4523",
- "name": "Enchanted Broom"
- },
- {
- "id": "4524",
- "name": "Enchanted Bucket",
- "examine": "I'm not sure if it's actually doing anything of use.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4525",
- "name": "Enchanted Bucket"
- },
- {
- "id": "4526",
- "name": "Bouquet Mac Hyacinth"
- },
- {
- "id": "4527",
- "name": "Suqah",
- "aggressive": "true",
- "attack_level": "95",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4389",
- "defence_animation": "4384",
- "defence_level": "95",
- "lifepoints": "105",
- "melee_animation": "4388",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "95"
- },
- {
- "id": "4528",
- "name": "Suqah",
- "aggressive": "true",
- "attack_level": "95",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4389",
- "defence_animation": "4384",
- "defence_level": "95",
- "lifepoints": "105",
- "melee_animation": "4388",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "95"
- },
- {
- "id": "4529",
- "name": "Suqah",
- "aggressive": "true",
- "attack_level": "95",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4389",
- "defence_animation": "4384",
- "defence_level": "95",
- "lifepoints": "105",
- "melee_animation": "4388",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "95"
- },
- {
- "id": "4530",
- "name": "Suqah",
- "aggressive": "true",
- "attack_level": "95",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4389",
- "defence_animation": "4385",
- "defence_level": "95",
- "lifepoints": "105",
- "melee_animation": "4388",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "95"
- },
- {
- "id": "4531",
- "name": "Suqah",
- "aggressive": "true",
- "attack_level": "95",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,50,70,70,70,50,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4389",
- "defence_animation": "4385",
- "defence_level": "95",
- "lifepoints": "105",
- "melee_animation": "4388",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "95"
- },
- {
- "id": "4532",
- "name": "Suqah",
- "aggressive": "true",
- "attack_level": "95",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4389",
- "defence_animation": "4384",
- "defence_level": "95",
- "lifepoints": "105",
- "melee_animation": "4388",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "95"
- },
- {
- "id": "4533",
- "name": "Suqah",
- "aggressive": "true",
- "attack_level": "95",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4389",
- "defence_animation": "4384",
- "defence_level": "95",
- "lifepoints": "105",
- "melee_animation": "4388",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "95"
- },
- {
- "id": "4534",
- "name": "Moss giant",
- "examine": "His beard seems to have a life of its own.",
- "aggressive": "true",
- "attack_level": "30",
- "attack_speed": "6",
- "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
- "combat_audio": "449,451,450",
- "death_animation": "4668",
- "defence_animation": "4665",
- "defence_level": "30",
- "lifepoints": "85",
- "magic_animation": "4666",
+ "combat_audio": "812,814,813",
+ "attack_speed": "4",
"magic_level": "1",
+ "respawn_delay": "90",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6377",
+ "name": "Stag",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "19",
+ "strength_level": "13",
+ "id": "4440",
+ "aggressive": "false",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "Twiggy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wood Dryad",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4441",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Fairy ring maintenance division.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fairy Fixit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4455",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He works in the bank.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ork",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4457",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "She works in the bank.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ork",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4458",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "She works in the bank.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ork",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4459",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very angry nymph.",
+ "melee_animation": "94",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "97",
+ "name": "Tree spirit",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "12",
+ "strength_level": "9",
+ "id": "4470",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "9"
+ },
+ {
+ "examine": "A magic training dummy",
+ "melee_animation": "94",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "97",
+ "name": "Magic dummy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "1",
+ "id": "4474",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Who's your mummy?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guardian mummy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4476",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4479",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4480",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4481",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4482",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4483",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4484",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4485",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4486",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4487",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4488",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4489",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4490",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4491",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4492",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "General Wartface",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4494",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ugly green creature.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "attack_speed": "5",
+ "defence_animation": "6183",
+ "slayer_exp": "5",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "4499",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Is he real or is it just my imagination?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ethereal Man",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4501",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Does she really exist?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ethereal Lady",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4502",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He reminds me of my old mathematics teacher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ethereal Numerator",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4503",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The master of accomplishment.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ethereal Expert",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4504",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He knows what is possible.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ethereal Perceptive",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4505",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He knows the past, present and future. But what of my shoe size?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ethereal Guide",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4506",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Luck is probably on his side.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ethereal Fluke",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4507",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's like looking in the mirror.",
+ "melee_animation": "414",
+ "range_animation": "0",
+ "magic_level": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Me",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "171",
+ "strength_level": "60",
+ "id": "4509",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "examine": "It's like looking in the mirror.",
+ "melee_animation": "414",
+ "range_animation": "0",
+ "magic_level": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Me",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "171",
+ "strength_level": "60",
+ "id": "4510",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Spiritual leader of the Moonclan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Oneiromancer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4511",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The craziest house I ever did see!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "House",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4512",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "How does it see where to sweep?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Enchanted Broom",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4521",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I'm not sure if it's actually doing anything of use.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Enchanted Bucket",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4524",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "4388",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4384",
+ "death_animation": "4389",
+ "name": "Suqah",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "4529",
+ "aggressive": "true",
+ "clue_level": "2",
+ "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "95"
+ },
+ {
+ "melee_animation": "4388",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4385",
+ "death_animation": "4389",
+ "name": "Suqah",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "4530",
+ "aggressive": "true",
+ "clue_level": "2",
+ "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "95"
+ },
+ {
+ "melee_animation": "4388",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4385",
+ "death_animation": "4389",
+ "name": "Suqah",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "4531",
+ "aggressive": "true",
+ "clue_level": "2",
+ "bonuses": "0,0,0,0,0,50,70,70,70,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "95"
+ },
+ {
+ "melee_animation": "4388",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4384",
+ "death_animation": "4389",
+ "name": "Suqah",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "4533",
+ "aggressive": "true",
+ "clue_level": "2",
+ "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "95"
+ },
+ {
+ "examine": "His beard seems to have a life of its own.",
+ "slayer_task": "62",
"melee_animation": "4666",
"range_animation": "4666",
- "range_level": "1",
+ "combat_audio": "449,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "4665",
+ "weakness": "1",
"slayer_exp": "85",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Moss giant",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "85",
"strength_level": "30",
- "weakness": "1"
- },
- {
- "id": "4535",
- "name": "Parrot"
- },
- {
- "id": "4536",
- "name": "Lokar Searunner"
- },
- {
- "id": "4537",
- "name": "Lokar Searunner",
- "examine": "Either a very fremennikey pirate, or a very piratey fremnnik.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4538",
- "name": "Cabin boy"
- },
- {
- "id": "4539",
- "name": "Cabin boy",
- "examine": "I always wondered what that job description actually meant...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4540",
- "name": "Captain Bentley",
- "examine": "The High Priest has been transformed into an avatar of Bandos.",
+ "id": "4534",
"aggressive": "true",
- "attack_level": "55",
- "death_animation": "0",
+ "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "Either a very fremennikey pirate, or a very piratey fremnnik.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "214",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Lokar Searunner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4537",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I always wondered what that job description actually meant...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cabin boy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4539",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The High Priest has been transformed into an avatar of Bandos.",
+ "range_animation": "0",
"magic_level": "55",
- "range_animation": "0",
- "range_level": "55",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Bentley",
+ "defence_level": "55",
"safespot": null,
+ "lifepoints": "214",
"strength_level": "55",
- "weakness": "9"
+ "id": "4540",
+ "aggressive": "true",
+ "range_level": "55",
+ "attack_level": "55"
},
{
- "id": "4541",
- "name": "'Beefy' Burns",
"examine": "A stickler for hygiene in the kitchen.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "'Beefy' Burns",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4541",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4542",
- "name": "'Eagle-eye' Shultz",
"examine": "A keen-eyed lookout with a telescope.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "'Eagle-eye' Shultz",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4542",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4543",
- "name": "First mate 'Davey-boy",
"examine": "First mate to Captain Bentley.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "First mate 'Davey-boy",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4543",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4544",
- "name": "'Bird's-Eye' Jack"
- },
- {
- "id": "4545",
- "name": "'Picarron' Pete",
"examine": "A pirate through and through.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "'Picarron' Pete",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4545",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4546",
- "name": "Jake",
- "attack_level": "1",
"death_animation": "836",
- "defence_animation": "425",
+ "name": "Jake",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "50",
"melee_animation": "422",
+ "strength_level": "1",
+ "id": "4546",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
- "id": "4547",
- "name": "Bedread the bold",
"examine": "He got his name from his favourite hobby. Reading about beds.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bedread the bold",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4547",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4548",
- "name": "Wilson",
- "attack_level": "1",
"death_animation": "836",
- "defence_animation": "425",
+ "name": "Wilson",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "50",
"melee_animation": "395",
+ "strength_level": "1",
+ "id": "4548",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "425"
},
{
- "id": "4549",
- "name": "Tommy 2-times",
"examine": "Nobody really knows why he's called Tommy 2-times...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tommy 2-times",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4549",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4550",
- "name": "Murky Pat",
"examine": "Don't look him straight in the eyes. He'll eat you alive!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Murky Pat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4550",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4551",
- "name": "Jack Sails",
"examine": "Nice beard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jack Sails",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4551",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4552",
- "name": "Palmer"
- },
- {
- "id": "4553",
- "name": "'Betty' B.Boppin"
- },
- {
- "id": "4554",
- "name": "'Beedy-eye' Jones",
"examine": "Is he looking at me?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "'Beedy-eye' Jones",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4554",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4555",
- "name": "Jenny Blade",
"examine": "Yes",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jenny Blade",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4555",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4556",
- "name": "'Lecherous' Lee",
"examine": "A low-down",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "'Lecherous' Lee",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4556",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4557",
- "name": "'Sticky' Sanders",
"examine": "Apparently his nickname comes from his fondness for jam.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "'Sticky' Sanders",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4558",
- "name": "Hirko"
- },
- {
- "id": "4559",
- "name": "Holoy"
- },
- {
- "id": "4560",
- "name": "Frizzy Skernip",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "4561",
- "name": "Yulf Squecks",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "4562",
- "name": "Praistan Ebola",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "4563",
- "name": "Hura"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4557",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "This person is working on the site.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Digsite workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4564",
- "name": "Digsite workman",
- "examine": "This person is working on the site.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This person is working on the site.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Digsite workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4565",
- "name": "Digsite workman",
- "examine": "This person is working on the site.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Upon examining the examiner you examine it is indeed an examiner!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Examiner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4566",
- "name": "Examiner",
- "examine": "Upon examining the examiner you examine it is indeed an examiner!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Upon examining the examiner you examine it is indeed an examiner!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Examiner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4567",
- "name": "Examiner",
- "examine": "Upon examining the examiner you examine it is indeed an examiner!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "4568",
- "name": "Researcher",
"examine": "Must be hard at work.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Researcher",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4568",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4569",
- "name": "Nick"
- },
- {
- "id": "4570",
- "name": "Crow"
- },
- {
- "id": "4571",
- "name": "Crow"
- },
- {
- "id": "4572",
- "name": "Gianne jnr."
- },
- {
- "id": "4573",
- "name": "Timble"
- },
- {
- "id": "4574",
- "name": "Tamble"
- },
- {
- "id": "4575",
- "name": "Spang"
- },
- {
- "id": "4576",
- "name": "Brambickle"
- },
- {
- "id": "4577",
- "name": "Wingstone"
- },
- {
- "id": "4578",
- "name": "Penwie",
- "examine": "He looks like he's a long way from home."
- },
- {
- "id": "4579",
- "name": "Generic Diplomat",
"examine": "He makes pots.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Generic Diplomat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4579",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4580",
- "name": "Ambassador Gimblewap",
"examine": "He's very diplomatic.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ambassador Gimblewap",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4580",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4581",
+ "examine": "Peaceful man!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Ambassador Spanfipple",
- "examine": "Peaceful man!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4581",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4582",
+ "examine": "Peaceful man!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Ambassador Ferrnook",
- "examine": "Peaceful man!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "4582",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Your common man.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4583",
- "name": "Professor Manglethorp"
- },
- {
- "id": "4584",
- "name": "Damwin"
- },
- {
- "id": "4585",
- "name": "Professor Onglewip",
- "examine": "A gnome mage on sabbatical."
- },
- {
- "id": "4586",
- "name": "Professor Imblewyn"
- },
- {
- "id": "4587",
- "name": "Perrdur"
- },
- {
- "id": "4588",
- "name": "Dalila"
- },
- {
- "id": "4589",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Sorrn",
- "examine": "Your common man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4589",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4590",
- "name": "Mimm",
"examine": "Your common woman.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mimm",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4590",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4591",
- "name": "Eebel"
- },
- {
- "id": "4592",
- "name": "Ermin"
- },
- {
- "id": "4593",
- "name": "Portobello",
"examine": "Your common man.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Portobello",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4593",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4594",
+ "examine": "A gnome pilot off duty",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Captain Ninto",
- "examine": "A gnome pilot off duty",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4594",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4595",
+ "examine": "A gnome pilot off duty",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Captain Daerkin",
- "examine": "A gnome pilot off duty",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4595",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4596",
- "name": "Captain Lamdoo"
- },
- {
- "id": "4597",
- "name": "Meegle"
- },
- {
- "id": "4598",
- "name": "Wurbel"
- },
- {
- "id": "4599",
- "name": "Sarble"
- },
- {
- "id": "4600",
- "name": "Guard Vemmeldo",
"examine": "He looks alert and ready for action.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard Vemmeldo",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4601",
- "name": "Burkor"
- },
- {
- "id": "4602",
- "name": "Froono"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4600",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A generic evil henchman.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Fortress Guard",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "26",
"id": "4603",
- "name": "Fortress Guard",
- "examine": "A generic evil henchman.",
- "attack_level": "26",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "37",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "26",
- "weakness": "9"
+ "attack_level": "26"
},
{
+ "examine": "A generic evil henchman.",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Fortress Guard",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "26",
"id": "4604",
- "name": "Fortress Guard",
- "examine": "A generic evil henchman.",
- "attack_level": "26",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "37",
- "magic_animation": "0",
- "melee_animation": "428",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "26",
- "weakness": "9"
+ "attack_level": "26"
},
{
+ "examine": "A generic evil henchman.",
+ "melee_animation": "428",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Fortress Guard",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "26",
"id": "4605",
- "name": "Fortress Guard",
- "examine": "A generic evil henchman.",
- "attack_level": "26",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "37",
- "magic_animation": "0",
- "melee_animation": "428",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "26",
- "weakness": "9"
+ "attack_level": "26"
},
{
- "id": "4606",
- "name": "Fortress Guard",
"examine": "A generic evil henchman.",
- "attack_level": "26",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "37",
- "magic_animation": "0",
"melee_animation": "390",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Fortress Guard",
+ "defence_level": "26",
"safespot": null,
+ "lifepoints": "37",
"strength_level": "26",
- "weakness": "9"
+ "id": "4606",
+ "range_level": "1",
+ "attack_level": "26"
},
{
- "id": "4607",
- "name": "Black Cat",
"examine": "A witch's black cat.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Black Cat",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "10",
"strength_level": "1",
- "weakness": "7"
+ "id": "4607",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4608",
"name": "Monk",
- "attack_level": "1",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
"combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4609",
- "name": "Brimstail"
- },
- {
- "id": "4611",
- "name": "Saboteur",
- "examine": "Swine.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4612",
- "name": "Gnome shop keeper"
- },
- {
- "id": "4613",
- "name": "Cute creature"
- },
- {
- "id": "4615",
- "name": "Evil creature",
- "examine": "What is that thing!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "0",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "1",
- "weakness": "6"
+ "id": "4608",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4616",
- "name": "Cute creature"
+ "examine": "Swine.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Saboteur",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4611",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4618",
- "name": "Evil creature"
- },
- {
- "id": "4619",
- "name": "Cute creature"
- },
- {
- "id": "4621",
- "name": "Evil creature"
- },
- {
- "id": "4622",
- "name": "Cute creature"
- },
- {
- "id": "4624",
- "name": "Evil creature"
- },
- {
- "id": "4625",
- "name": "Cute creature"
- },
- {
- "id": "4627",
- "name": "Evil creature"
- },
- {
- "id": "4628",
- "name": "Cute creature"
- },
- {
- "id": "4630",
- "name": "Evil creature"
- },
- {
- "id": "4631",
- "name": "fluffie"
- },
- {
- "id": "4632",
- "name": "fluffie"
+ "examine": "What is that thing!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Evil creature",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "0",
+ "strength_level": "1",
+ "id": "4615",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "4633",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "4634",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "4635",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "4636",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "4637",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A little warrior.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4638",
- "name": "Gnome soldier",
- "examine": "A little warrior.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A little warrior.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4639",
- "name": "Gnome soldier",
- "examine": "A little warrior.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A little warrior.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4640",
- "name": "Gnome soldier",
- "examine": "A little warrior.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A little warrior.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4641",
- "name": "Gnome soldier",
- "examine": "A little warrior.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A little warrior.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gnome soldier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4642",
- "name": "Gnome soldier",
- "examine": "A little warrior.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "4643",
- "name": "Healthorg and tortoise",
"examine": "King Healthorg riding his War Tortoise.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Healthorg and tortoise",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4643",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4644",
- "name": "Oaknock the Engineer"
- },
- {
- "id": "4645",
- "name": "Glouphrie the Untrusted",
"examine": "A weasly, shifty-looking Gnome Mage.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Glouphrie the Untrusted",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4645",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4646",
- "name": "King Healthorg"
- },
- {
- "id": "4647",
- "name": "Hazelmere"
- },
- {
- "id": "4648",
- "name": "Nisha"
- },
- {
- "id": "4649",
- "name": "Tyras guard"
- },
- {
- "id": "4650",
- "name": "Trader Stan",
"examine": "With the prices he charges, no wonder he can afford to look so sharp.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader Stan",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4650",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4651",
- "name": "Trader Crewmember",
"examine": "Looks very stylish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader Crewmember",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4651",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4652",
- "name": "Trader Crewmember",
"examine": "That suit looks a little briny around the edges.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader Crewmember",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4652",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4653",
- "name": "Trader Crewmember",
"examine": "First storm he is in that hat will blow away.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader Crewmember",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4653",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4654",
- "name": "Trader Crewmember",
"examine": "She'll never be able to climb rigging in that.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader Crewmember",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4654",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4655",
- "name": "Trader Crewmember",
"examine": "High heels on a ship? What is she thinking?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4656",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Trader Crewmember",
- "examine": "The effect is sort of spoiled by all those tattoos.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "4655",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The effect is sort of spoiled by all those tattoos.",
"melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader Crewmember",
+ "defence_level": "1",
"movement_radius": "710",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4656",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4657",
- "name": "Sir Prysin"
- },
- {
- "id": "4658",
- "name": "Dark wizard"
- },
- {
- "id": "4659",
- "name": "Dark wizard",
"examine": "He works evil magic.",
- "aggressive": "true",
- "attack_level": "5",
- "combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "5",
- "end_gfx": "95",
- "lifepoints": "12",
- "magic_animation": "711",
- "magic_level": "6",
- "melee_animation": "810",
- "projectile": "94",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"start_gfx": "93",
- "start_height": "80",
- "strength_level": "2"
- },
- {
- "id": "4660",
- "name": "Dark wizard",
- "examine": "He works evil magic.",
- "aggressive": "true",
- "attack_level": "17",
- "combat_audio": "511,513,512",
"combat_style": "2",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "14",
- "end_gfx": "98",
- "lifepoints": "24",
- "magic_animation": "711",
- "magic_level": "22",
"melee_animation": "810",
- "projectile": "97",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "start_gfx": "96",
- "start_height": "80",
- "strength_level": "17"
- },
- {
- "id": "4661",
- "name": "Dark wizard",
- "examine": "He works evil magic.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "4",
"combat_audio": "511,513,512",
- "combat_style": "2",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "15",
- "lifepoints": "30",
+ "magic_level": "6",
+ "end_gfx": "95",
+ "respawn_delay": "60",
+ "defence_animation": "425",
"magic_animation": "711",
- "magic_level": "15",
- "projectile": "98",
- "range_level": "1",
- "respawn_delay": "20",
+ "death_animation": "836",
+ "name": "Dark wizard",
+ "defence_level": "5",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4662",
- "name": "Denath"
- },
- {
- "id": "4663",
- "name": "Denath"
- },
- {
- "id": "4664",
- "name": "Wally"
- },
- {
- "id": "4665",
- "name": "Baby blue dragon",
- "examine": "Young but still dangerous.",
+ "lifepoints": "12",
+ "strength_level": "2",
+ "id": "4659",
"aggressive": "true",
- "attack_level": "40",
+ "range_level": "1",
+ "projectile": "94",
+ "attack_level": "5"
+ },
+ {
+ "examine": "He works evil magic.",
+ "start_gfx": "96",
+ "combat_style": "2",
+ "melee_animation": "810",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "magic_level": "22",
+ "end_gfx": "98",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "magic_animation": "711",
+ "death_animation": "836",
+ "name": "Dark wizard",
+ "defence_level": "14",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "17",
+ "id": "4660",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "97",
+ "attack_level": "17"
+ },
+ {
+ "examine": "He works evil magic.",
+ "combat_style": "2",
+ "combat_audio": "511,513,512",
"attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0",
- "combat_audio": "405,407,406",
- "death_animation": "28",
- "defence_animation": "26",
- "defence_level": "40",
- "lifepoints": "50",
- "magic_animation": "25",
- "magic_level": "1",
+ "magic_level": "15",
+ "respawn_delay": "20",
+ "defence_animation": "404",
+ "magic_animation": "711",
+ "death_animation": "9055",
+ "name": "Dark wizard",
+ "defence_level": "15",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "4661",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "98",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Young but still dangerous.",
+ "slayer_task": "11",
"melee_animation": "25",
"range_animation": "25",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "50",
- "strength_level": "40",
- "weakness": "3"
- },
- {
- "id": "4666",
- "name": "Baby blue dragon",
- "examine": "Young but still dangerous.",
- "aggressive": "true",
- "attack_level": "45",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0",
"combat_audio": "405,407,406",
- "death_animation": "28",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
"defence_animation": "26",
- "defence_level": "40",
- "lifepoints": "50",
- "magic_animation": "25",
- "magic_level": "1",
- "melee_animation": "25",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
+ "weakness": "3",
"slayer_exp": "50",
+ "magic_animation": "25",
+ "death_animation": "28",
+ "name": "Baby blue dragon",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "50",
"strength_level": "40",
- "weakness": "3"
+ "id": "4665",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
},
{
+ "examine": "Young but still dangerous.",
+ "slayer_task": "11",
+ "combat_audio": "405,407,406",
+ "melee_animation": "25",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "26",
+ "slayer_exp": "50",
+ "weakness": "3",
+ "magic_animation": "25",
+ "death_animation": "28",
+ "name": "Baby blue dragon",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "40",
+ "id": "4666",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,30,50,50,40,30,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "Young but still dangerous.",
+ "name": "Baby red dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "combat_audio": "405,407,406",
+ "strength_level": "1",
"id": "4667",
- "name": "Baby red dragon",
- "examine": "Young but still dangerous.",
"aggressive": "true",
- "attack_level": "1",
- "combat_audio": "405,407,406",
- "defence_level": "1",
- "lifepoints": "50",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Young but still dangerous.",
+ "name": "Baby red dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "combat_audio": "405,407,406",
+ "strength_level": "1",
"id": "4668",
- "name": "Baby red dragon",
- "examine": "Young but still dangerous.",
"aggressive": "true",
- "attack_level": "1",
- "combat_audio": "405,407,406",
- "defence_level": "1",
- "lifepoints": "50",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A big powerful dragon.",
+ "slayer_task": "68",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "143",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Red dragon",
+ "defence_level": "130",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "130",
"id": "4669",
- "name": "Red dragon",
- "examine": "A big powerful dragon.",
"aggressive": "true",
- "attack_level": "130",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "130",
- "lifepoints": "140",
- "magic_animation": "80",
- "magic_level": "1",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "143",
- "strength_level": "130",
- "weakness": "3"
+ "attack_level": "130"
},
{
+ "examine": "A big powerful dragon.",
+ "slayer_task": "68",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "143",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Red dragon",
+ "defence_level": "130",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "130",
"id": "4670",
- "name": "Red dragon",
- "examine": "A big powerful dragon.",
"aggressive": "true",
- "attack_level": "130",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "130",
- "lifepoints": "140",
- "magic_animation": "80",
- "magic_level": "1",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "143",
- "strength_level": "130",
- "weakness": "3"
+ "attack_level": "130"
},
{
+ "examine": "A big powerful dragon.",
+ "slayer_task": "68",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "143",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Red dragon",
+ "defence_level": "130",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "130",
"id": "4671",
- "name": "Red dragon",
- "examine": "A big powerful dragon.",
"aggressive": "true",
- "attack_level": "130",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "130",
- "lifepoints": "140",
- "magic_animation": "80",
- "magic_level": "1",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "143",
- "strength_level": "130",
- "weakness": "3"
+ "attack_level": "130"
},
{
+ "examine": "A big powerful dragon.",
+ "slayer_task": "68",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "143",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Red dragon",
+ "defence_level": "130",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "130",
"id": "4672",
- "name": "Red dragon",
- "examine": "A big powerful dragon.",
"aggressive": "true",
- "attack_level": "130",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "130",
- "lifepoints": "140",
- "magic_animation": "80",
- "magic_level": "1",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "143",
- "strength_level": "130",
- "weakness": "3"
+ "attack_level": "130"
},
{
+ "examine": "A fierce dragon with black scales!",
+ "slayer_task": "9",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "100",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "200",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Black dragon",
+ "defence_level": "200",
+ "safespot": null,
+ "lifepoints": "190",
+ "strength_level": "200",
"id": "4673",
- "name": "Black dragon",
- "examine": "A fierce dragon with black scales!",
"aggressive": "true",
- "attack_level": "200",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "200",
- "lifepoints": "190",
- "magic_animation": "80",
- "magic_level": "100",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "200",
- "strength_level": "200",
- "weakness": "3"
+ "attack_level": "200"
},
{
+ "examine": "A fierce dragon with black scales!",
+ "slayer_task": "9",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "100",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "200",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Black dragon",
+ "defence_level": "200",
+ "safespot": null,
+ "lifepoints": "190",
+ "strength_level": "200",
"id": "4674",
- "name": "Black dragon",
- "examine": "A fierce dragon with black scales!",
"aggressive": "true",
- "attack_level": "200",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "200",
- "lifepoints": "190",
- "magic_animation": "80",
- "magic_level": "100",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "200",
- "strength_level": "200",
- "weakness": "3"
+ "attack_level": "200"
},
{
+ "examine": "A fierce dragon with black scales!",
+ "slayer_task": "9",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "100",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "200",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Black dragon",
+ "defence_level": "200",
+ "safespot": null,
+ "lifepoints": "190",
+ "strength_level": "200",
"id": "4675",
- "name": "Black dragon",
- "examine": "A fierce dragon with black scales!",
"aggressive": "true",
- "attack_level": "200",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "200",
- "lifepoints": "190",
- "magic_animation": "80",
- "magic_level": "100",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "200",
- "strength_level": "200",
- "weakness": "3"
+ "attack_level": "200"
},
{
+ "examine": "A fierce dragon with black scales!",
+ "slayer_task": "9",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "100",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "200",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Black dragon",
+ "defence_level": "200",
+ "safespot": null,
+ "lifepoints": "190",
+ "strength_level": "200",
"id": "4676",
- "name": "Black dragon",
- "examine": "A fierce dragon with black scales!",
"aggressive": "true",
- "attack_level": "200",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "200",
- "lifepoints": "190",
- "magic_animation": "80",
- "magic_level": "100",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "200",
- "strength_level": "200",
- "weakness": "3"
+ "attack_level": "200"
},
{
+ "examine": "Must be related to Elvarg.",
+ "slayer_task": "41",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "68",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "75",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Green dragon",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "68",
"id": "4677",
- "name": "Green dragon",
- "examine": "Must be related to Elvarg.",
"aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "68",
- "lifepoints": "75",
- "magic_animation": "80",
- "magic_level": "68",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "68",
- "weakness": "3"
+ "attack_level": "68"
},
{
+ "examine": "Must be related to Elvarg.",
+ "slayer_task": "41",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "68",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "75",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Green dragon",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "68",
"id": "4678",
- "name": "Green dragon",
- "examine": "Must be related to Elvarg.",
"aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "68",
- "lifepoints": "75",
- "magic_animation": "80",
- "magic_level": "68",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "68",
- "weakness": "3"
+ "attack_level": "68"
},
{
+ "examine": "Must be related to Elvarg.",
+ "slayer_task": "41",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "68",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "75",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Green dragon",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "68",
"id": "4679",
- "name": "Green dragon",
- "examine": "Must be related to Elvarg.",
"aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "68",
- "lifepoints": "75",
- "magic_animation": "80",
- "magic_level": "68",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "68",
- "weakness": "3"
+ "attack_level": "68"
},
{
+ "examine": "Must be related to Elvarg.",
+ "slayer_task": "41",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "68",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "75",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Green dragon",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "68",
"id": "4680",
- "name": "Green dragon",
- "examine": "Must be related to Elvarg.",
"aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,20,40,40,30,20,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "68",
- "lifepoints": "75",
- "magic_animation": "80",
- "magic_level": "68",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "68",
- "weakness": "3"
+ "attack_level": "68"
},
{
+ "examine": "A mother dragon.",
+ "slayer_task": "11",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "108",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Blue dragon",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
"id": "4681",
- "name": "Blue dragon",
- "examine": "A mother dragon.",
"aggressive": "true",
- "attack_level": "95",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "95",
- "lifepoints": "105",
- "magic_animation": "80",
- "magic_level": "1",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "108",
- "strength_level": "95",
- "weakness": "3"
+ "attack_level": "95"
},
{
+ "examine": "A mother dragon.",
+ "slayer_task": "11",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "108",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Blue dragon",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
"id": "4682",
- "name": "Blue dragon",
- "examine": "A mother dragon.",
"aggressive": "true",
- "attack_level": "95",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "95",
- "lifepoints": "105",
- "magic_animation": "80",
- "magic_level": "1",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "108",
- "strength_level": "95",
- "weakness": "3"
+ "attack_level": "95"
},
{
+ "examine": "A mother dragon.",
+ "slayer_task": "11",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "108",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Blue dragon",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
"id": "4683",
- "name": "Blue dragon",
- "examine": "A mother dragon.",
"aggressive": "true",
- "attack_level": "95",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "95",
- "lifepoints": "105",
- "magic_animation": "80",
- "magic_level": "1",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "108",
- "strength_level": "95",
- "weakness": "3"
+ "attack_level": "95"
},
{
+ "examine": "A mother dragon.",
+ "slayer_task": "11",
+ "melee_animation": "80",
+ "range_animation": "80",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "35",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "108",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Blue dragon",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
"id": "4684",
- "name": "Blue dragon",
- "examine": "A mother dragon.",
"aggressive": "true",
- "attack_level": "95",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
"clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "95",
- "lifepoints": "105",
- "magic_animation": "80",
- "magic_level": "1",
- "melee_animation": "80",
- "range_animation": "80",
"range_level": "1",
- "respawn_delay": "35",
- "safespot": null,
- "slayer_exp": "108",
- "strength_level": "95",
- "weakness": "3"
+ "attack_level": "95"
},
{
+ "examine": "He's got icicles in his beard.",
+ "slayer_task": "47",
+ "melee_animation": "4672",
+ "range_animation": "0",
+ "combat_audio": "448,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "70",
+ "magic_animation": "0",
+ "death_animation": "4673",
+ "name": "Ice giant",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "40",
"id": "4685",
- "name": "Ice giant",
- "examine": "He's got icicles in his beard.",
"aggressive": "true",
- "attack_level": "40",
- "attack_speed": "5",
"bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4673",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "70",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4672",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "70",
- "strength_level": "40",
- "weakness": "9"
+ "attack_level": "40"
},
{
+ "examine": "He's got icicles in his beard.",
+ "slayer_task": "47",
+ "melee_animation": "4672",
+ "range_animation": "0",
+ "combat_audio": "448,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "70",
+ "magic_animation": "0",
+ "death_animation": "4673",
+ "name": "Ice giant",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "40",
"id": "4686",
- "name": "Ice giant",
- "examine": "He's got icicles in his beard.",
"aggressive": "true",
- "attack_level": "40",
- "attack_speed": "5",
"bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4673",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "70",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4672",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "70",
- "strength_level": "40",
- "weakness": "9"
+ "attack_level": "40"
},
{
+ "examine": "He's got icicles in his beard.",
+ "slayer_task": "47",
+ "melee_animation": "4672",
+ "range_animation": "0",
+ "combat_audio": "448,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "70",
+ "magic_animation": "0",
+ "death_animation": "4673",
+ "name": "Ice giant",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "40",
"id": "4687",
- "name": "Ice giant",
- "examine": "He's got icicles in his beard.",
"aggressive": "true",
- "attack_level": "40",
- "attack_speed": "5",
"bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4673",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "70",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4672",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "70",
- "strength_level": "40",
- "weakness": "9"
+ "attack_level": "40"
},
{
- "id": "4688",
- "name": "Moss giant",
"examine": "His beard seems to have a life of its own.",
- "aggressive": "true",
- "attack_level": "30",
- "attack_speed": "6",
- "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
- "combat_audio": "449,451,450",
- "death_animation": "4668",
- "defence_animation": "4665",
- "defence_level": "30",
- "lifepoints": "60",
- "magic_animation": "4666",
- "magic_level": "1",
+ "slayer_task": "62",
"melee_animation": "4666",
"range_animation": "4666",
- "range_level": "1",
+ "combat_audio": "449,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "4665",
+ "weakness": "1",
"slayer_exp": "60",
- "strength_level": "30",
- "weakness": "1"
- },
- {
- "id": "4689",
- "name": "Hill Giant",
- "examine": "A very large foe.",
- "aggressive": "true",
- "attack_level": "18",
- "attack_speed": "6",
- "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "26",
- "lifepoints": "35",
- "magic_animation": "4652",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "4652",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "35",
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "4690",
- "name": "Hill Giant",
- "examine": "A very large foe.",
- "aggressive": "true",
- "attack_level": "18",
- "attack_speed": "6",
- "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "26",
- "lifepoints": "35",
- "magic_animation": "4652",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "4652",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "35",
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "4691",
- "name": "Hill Giant",
- "examine": "A very large foe.",
- "aggressive": "true",
- "attack_level": "18",
- "attack_speed": "6",
- "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "26",
- "lifepoints": "35",
- "magic_animation": "4652",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "4652",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "35",
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "4692",
- "name": "Hill Giant",
- "examine": "A very large foe.",
- "aggressive": "true",
- "attack_level": "18",
- "attack_speed": "6",
- "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "26",
- "lifepoints": "35",
- "magic_animation": "4652",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "4652",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "35",
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "4693",
- "name": "Hill Giant",
- "examine": "A very large foe.",
- "aggressive": "true",
- "attack_level": "18",
- "attack_speed": "6",
- "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
- "combat_audio": "448,451,450",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "26",
- "lifepoints": "35",
- "magic_animation": "4652",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "4652",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "35",
- "strength_level": "22",
- "weakness": "6"
- },
- {
- "id": "4694",
- "name": "Lesser demon",
- "examine": "Lesser, but still pretty big.",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "400,404,403",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "71",
- "lifepoints": "79",
- "magic_animation": "4630",
- "magic_level": "1",
- "melee_animation": "4630",
- "range_animation": "4630",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "79",
- "strength_level": "70",
- "weakness": "4"
- },
- {
- "id": "4695",
- "name": "Lesser demon",
- "examine": "Lesser, but still pretty big.",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "400,404,403",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "71",
- "lifepoints": "79",
- "magic_animation": "4630",
- "magic_level": "1",
- "melee_animation": "4630",
- "range_animation": "4630",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "79",
- "strength_level": "70",
- "weakness": "4"
- },
- {
- "id": "4696",
- "name": "Lesser demon",
- "examine": "Lesser, but still pretty big.",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "400,404,403",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "71",
- "lifepoints": "79",
- "magic_animation": "4630",
- "magic_level": "1",
- "melee_animation": "4630",
- "range_animation": "4630",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "79",
- "strength_level": "70",
- "weakness": "4"
- },
- {
- "id": "4697",
- "name": "Lesser demon",
- "examine": "Lesser, but still pretty big.",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "400,404,403",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "71",
- "lifepoints": "79",
- "magic_animation": "4630",
- "magic_level": "1",
- "melee_animation": "4630",
- "range_animation": "4630",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "79",
- "strength_level": "70",
- "weakness": "4"
- },
- {
- "id": "4698",
- "name": "Greater demon",
- "examine": "Big, red, and incredibly evil.",
- "aggressive": "true",
- "attack_level": "59",
- "attack_speed": "5",
- "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "400,404,403",
- "death_animation": "68",
- "defence_animation": "65",
- "defence_level": "59",
- "lifepoints": "87",
- "magic_animation": "64",
- "magic_level": "59",
- "melee_animation": "64",
- "range_animation": "64",
- "range_level": "59",
- "respawn_delay": "32",
- "safespot": null,
- "slayer_exp": "87",
- "strength_level": "59",
- "weakness": "4"
- },
- {
- "id": "4699",
- "name": "Greater demon",
- "examine": "Big, red, and incredibly evil.",
- "aggressive": "true",
- "attack_level": "59",
- "attack_speed": "5",
- "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "400,404,403",
- "death_animation": "68",
- "defence_animation": "65",
- "defence_level": "59",
- "lifepoints": "87",
- "magic_animation": "64",
- "magic_level": "59",
- "melee_animation": "64",
- "range_animation": "64",
- "range_level": "59",
- "respawn_delay": "32",
- "safespot": null,
- "slayer_exp": "87",
- "strength_level": "59",
- "weakness": "4"
- },
- {
- "id": "4700",
- "name": "Greater demon",
- "examine": "Big, red, and incredibly evil.",
- "aggressive": "true",
- "attack_level": "59",
- "attack_speed": "5",
- "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "400,404,403",
- "death_animation": "68",
- "defence_animation": "65",
- "defence_level": "59",
- "lifepoints": "87",
- "magic_animation": "64",
- "magic_level": "59",
- "melee_animation": "64",
- "range_animation": "64",
- "range_level": "59",
- "respawn_delay": "32",
- "safespot": null,
- "slayer_exp": "87",
- "strength_level": "59",
- "weakness": "4"
- },
- {
- "id": "4701",
- "name": "Greater demon",
- "examine": "Big, red, and incredibly evil.",
- "aggressive": "true",
- "attack_level": "59",
- "attack_speed": "5",
- "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "400,404,403",
- "death_animation": "68",
- "defence_animation": "65",
- "defence_level": "59",
- "lifepoints": "87",
- "magic_animation": "64",
- "magic_level": "59",
- "melee_animation": "64",
- "range_animation": "64",
- "range_level": "59",
- "respawn_delay": "32",
- "safespot": null,
- "slayer_exp": "87",
- "strength_level": "59",
- "weakness": "4"
- },
- {
- "id": "4702",
- "name": "Black demon",
- "examine": "A big, scary, jet-black demon.",
- "aggressive": "true",
- "attack_level": "145",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "397,399,398",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "152",
- "lifepoints": "157",
- "magic_animation": "64",
- "magic_level": "1",
- "melee_animation": "64",
- "range_animation": "64",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "157",
- "strength_level": "148",
- "weakness": "4"
- },
- {
- "id": "4703",
- "name": "Black demon",
- "examine": "A big, scary, jet-black demon.",
- "aggressive": "true",
- "attack_level": "145",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "397,399,398",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "152",
- "lifepoints": "157",
- "magic_animation": "64",
- "magic_level": "1",
- "melee_animation": "64",
- "range_animation": "64",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "157",
- "strength_level": "148",
- "weakness": "4"
- },
- {
- "id": "4704",
- "name": "Black demon",
- "examine": "A big, scary, jet-black demon.",
- "aggressive": "true",
- "attack_level": "145",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "397,399,398",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "152",
- "lifepoints": "157",
- "magic_animation": "64",
- "magic_level": "1",
- "melee_animation": "64",
- "range_animation": "64",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "157",
- "strength_level": "148",
- "weakness": "4"
- },
- {
- "id": "4705",
- "name": "Black demon",
- "examine": "A big, scary, jet-black demon.",
- "aggressive": "true",
- "attack_level": "145",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "397,399,398",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "152",
- "lifepoints": "157",
- "magic_animation": "64",
- "magic_level": "1",
- "melee_animation": "64",
- "range_animation": "64",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "157",
- "strength_level": "148",
- "weakness": "4"
- },
- {
- "id": "4706",
- "name": "Moss giant",
- "examine": "His beard seems to have a life of its own.",
- "aggressive": "true",
- "attack_level": "30",
- "attack_speed": "6",
- "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
- "combat_audio": "449,451,450",
- "death_animation": "4668",
- "defence_animation": "4665",
- "defence_level": "30",
- "lifepoints": "85",
"magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Moss giant",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "30",
+ "id": "4688",
+ "aggressive": "true",
+ "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "A very large foe.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "4652",
+ "combat_audio": "448,451,450",
+ "attack_speed": "6",
"magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4651",
+ "weakness": "6",
+ "slayer_exp": "35",
+ "magic_animation": "4652",
+ "death_animation": "4653",
+ "name": "Hill Giant",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "22",
+ "id": "4689",
+ "aggressive": "true",
+ "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
+ "range_level": "1",
+ "attack_level": "18"
+ },
+ {
+ "examine": "A very large foe.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "4652",
+ "combat_audio": "448,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4651",
+ "weakness": "6",
+ "slayer_exp": "35",
+ "magic_animation": "4652",
+ "death_animation": "4653",
+ "name": "Hill Giant",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "22",
+ "id": "4690",
+ "aggressive": "true",
+ "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
+ "range_level": "1",
+ "attack_level": "18"
+ },
+ {
+ "examine": "A very large foe.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "4652",
+ "combat_audio": "448,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4651",
+ "weakness": "6",
+ "slayer_exp": "35",
+ "magic_animation": "4652",
+ "death_animation": "4653",
+ "name": "Hill Giant",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "22",
+ "id": "4691",
+ "aggressive": "true",
+ "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
+ "range_level": "1",
+ "attack_level": "18"
+ },
+ {
+ "examine": "A very large foe.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "4652",
+ "combat_audio": "448,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4651",
+ "weakness": "6",
+ "slayer_exp": "35",
+ "magic_animation": "4652",
+ "death_animation": "4653",
+ "name": "Hill Giant",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "22",
+ "id": "4692",
+ "aggressive": "true",
+ "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
+ "range_level": "1",
+ "attack_level": "18"
+ },
+ {
+ "examine": "A very large foe.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "4652",
+ "combat_audio": "448,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4651",
+ "weakness": "6",
+ "slayer_exp": "35",
+ "magic_animation": "4652",
+ "death_animation": "4653",
+ "name": "Hill Giant",
+ "defence_level": "26",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "22",
+ "id": "4693",
+ "aggressive": "true",
+ "bonuses": "18,18,18,0,0,0,0,0,0,0,0,16,0,0,0",
+ "range_level": "1",
+ "attack_level": "18"
+ },
+ {
+ "examine": "Lesser, but still pretty big.",
+ "slayer_task": "56",
+ "melee_animation": "4630",
+ "range_animation": "4630",
+ "combat_audio": "400,404,403",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "79",
+ "magic_animation": "4630",
+ "death_animation": "67",
+ "name": "Lesser demon",
+ "defence_level": "71",
+ "safespot": null,
+ "lifepoints": "79",
+ "strength_level": "70",
+ "id": "4694",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "68"
+ },
+ {
+ "examine": "Lesser, but still pretty big.",
+ "slayer_task": "56",
+ "melee_animation": "4630",
+ "range_animation": "4630",
+ "combat_audio": "400,404,403",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "79",
+ "magic_animation": "4630",
+ "death_animation": "67",
+ "name": "Lesser demon",
+ "defence_level": "71",
+ "safespot": null,
+ "lifepoints": "79",
+ "strength_level": "70",
+ "id": "4695",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "68"
+ },
+ {
+ "examine": "Lesser, but still pretty big.",
+ "slayer_task": "56",
+ "melee_animation": "4630",
+ "range_animation": "4630",
+ "combat_audio": "400,404,403",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "79",
+ "magic_animation": "4630",
+ "death_animation": "67",
+ "name": "Lesser demon",
+ "defence_level": "71",
+ "safespot": null,
+ "lifepoints": "79",
+ "strength_level": "70",
+ "id": "4696",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "68"
+ },
+ {
+ "examine": "Lesser, but still pretty big.",
+ "slayer_task": "56",
+ "melee_animation": "4630",
+ "range_animation": "4630",
+ "combat_audio": "400,404,403",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "79",
+ "magic_animation": "4630",
+ "death_animation": "67",
+ "name": "Lesser demon",
+ "defence_level": "71",
+ "safespot": null,
+ "lifepoints": "79",
+ "strength_level": "70",
+ "id": "4697",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "68"
+ },
+ {
+ "examine": "Big, red, and incredibly evil.",
+ "slayer_task": "40",
+ "melee_animation": "64",
+ "range_animation": "64",
+ "combat_audio": "400,404,403",
+ "attack_speed": "5",
+ "magic_level": "59",
+ "respawn_delay": "32",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "87",
+ "magic_animation": "64",
+ "death_animation": "68",
+ "name": "Greater demon",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "59",
+ "id": "4698",
+ "aggressive": "true",
+ "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "59",
+ "attack_level": "59"
+ },
+ {
+ "examine": "Big, red, and incredibly evil.",
+ "slayer_task": "40",
+ "melee_animation": "64",
+ "range_animation": "64",
+ "combat_audio": "400,404,403",
+ "attack_speed": "5",
+ "magic_level": "59",
+ "respawn_delay": "32",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "87",
+ "magic_animation": "64",
+ "death_animation": "68",
+ "name": "Greater demon",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "59",
+ "id": "4699",
+ "aggressive": "true",
+ "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "59",
+ "attack_level": "59"
+ },
+ {
+ "examine": "Big, red, and incredibly evil.",
+ "slayer_task": "40",
+ "melee_animation": "64",
+ "range_animation": "64",
+ "combat_audio": "400,404,403",
+ "attack_speed": "5",
+ "magic_level": "59",
+ "respawn_delay": "32",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "87",
+ "magic_animation": "64",
+ "death_animation": "68",
+ "name": "Greater demon",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "59",
+ "id": "4700",
+ "aggressive": "true",
+ "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "59",
+ "attack_level": "59"
+ },
+ {
+ "examine": "Big, red, and incredibly evil.",
+ "slayer_task": "40",
+ "melee_animation": "64",
+ "range_animation": "64",
+ "combat_audio": "400,404,403",
+ "attack_speed": "5",
+ "magic_level": "59",
+ "respawn_delay": "32",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "87",
+ "magic_animation": "64",
+ "death_animation": "68",
+ "name": "Greater demon",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "59",
+ "id": "4701",
+ "aggressive": "true",
+ "bonuses": "30,20,20,30,20,50,50,50,10,50,20,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "59",
+ "attack_level": "59"
+ },
+ {
+ "examine": "A big, scary, jet-black demon.",
+ "slayer_task": "8",
+ "melee_animation": "64",
+ "range_animation": "64",
+ "combat_audio": "397,399,398",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "157",
+ "magic_animation": "64",
+ "death_animation": "67",
+ "name": "Black demon",
+ "defence_level": "152",
+ "safespot": null,
+ "lifepoints": "157",
+ "strength_level": "148",
+ "id": "4702",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "145"
+ },
+ {
+ "examine": "A big, scary, jet-black demon.",
+ "slayer_task": "8",
+ "melee_animation": "64",
+ "range_animation": "64",
+ "combat_audio": "397,399,398",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "157",
+ "magic_animation": "64",
+ "death_animation": "67",
+ "name": "Black demon",
+ "defence_level": "152",
+ "safespot": null,
+ "lifepoints": "157",
+ "strength_level": "148",
+ "id": "4703",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "145"
+ },
+ {
+ "examine": "A big, scary, jet-black demon.",
+ "slayer_task": "8",
+ "melee_animation": "64",
+ "range_animation": "64",
+ "combat_audio": "397,399,398",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "157",
+ "magic_animation": "64",
+ "death_animation": "67",
+ "name": "Black demon",
+ "defence_level": "152",
+ "safespot": null,
+ "lifepoints": "157",
+ "strength_level": "148",
+ "id": "4704",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "145"
+ },
+ {
+ "examine": "A big, scary, jet-black demon.",
+ "slayer_task": "8",
+ "melee_animation": "64",
+ "range_animation": "64",
+ "combat_audio": "397,399,398",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "157",
+ "magic_animation": "64",
+ "death_animation": "67",
+ "name": "Black demon",
+ "defence_level": "152",
+ "safespot": null,
+ "lifepoints": "157",
+ "strength_level": "148",
+ "id": "4705",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "145"
+ },
+ {
+ "examine": "His beard seems to have a life of its own.",
+ "slayer_task": "62",
"melee_animation": "4666",
"range_animation": "4666",
- "range_level": "1",
+ "combat_audio": "449,451,450",
+ "attack_speed": "6",
+ "magic_level": "1",
"respawn_delay": "30",
- "safespot": null,
+ "defence_animation": "4665",
+ "weakness": "1",
"slayer_exp": "85",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Moss giant",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "85",
"strength_level": "30",
- "weakness": "1"
- },
- {
- "id": "4707",
- "name": "Magic Tutor",
- "examine": "Mikasi looks ready to teach you about magic.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4708",
- "name": "Old Man Ral",
- "examine": "A flea-infested",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4709",
- "name": "Vertida Sefalatis"
- },
- {
- "id": "4710",
- "name": "Aeonisig Raispher"
- },
- {
- "id": "4711",
- "name": "Safalaan"
- },
- {
- "id": "4714",
- "name": "Sarius Guile"
- },
- {
- "id": "4716",
- "name": "Trader Sven",
- "examine": "A flea-infested black market trader.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4717",
- "name": "Meiyerditch citizen",
- "examine": "A flea-infested",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4718",
- "name": "Meiyerditch citizen",
- "examine": "A flea-infested",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4719",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4720",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4721",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4722",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4723",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4724",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4725",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4726",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4727",
- "name": "Meiyerditch citizen"
- },
- {
- "id": "4728",
- "name": "Meiyerditch citizen"
- },
- {
- "id": "4729",
- "name": "Meiyerditch citizen"
- },
- {
- "id": "4730",
- "name": "Meiyerditch citizen"
- },
- {
- "id": "4731",
- "name": "Meiyerditch citizen"
- },
- {
- "id": "4732",
- "name": "Meiyerditch citizen"
- },
- {
- "id": "4733",
- "name": "Meiyerditch citizen",
- "examine": "Cowardly mage.",
+ "id": "4706",
"aggressive": "true",
- "attack_level": "1",
+ "bonuses": "33,33,33,0,0,0,0,0,0,0,0,31,0,0,0",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "Mikasi looks ready to teach you about magic.",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "28",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Magic Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4707",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A flea-infested",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Old Man Ral",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4708",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A flea-infested black market trader.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trader Sven",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4716",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A flea-infested",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4717",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A flea-infested",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4718",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4719",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4720",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4721",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4722",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4723",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4724",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4725",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4726",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Cowardly mage.",
"magic_level": "90",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "60",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "28",
+ "strength_level": "1",
+ "id": "4733",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4734",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4735",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4736",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4737",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4738",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4739",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4740",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks pale",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch citizen",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4741",
- "name": "Meiyerditch citizen",
- "examine": "This citizen looks pale",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A poor street urchin!",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4742",
- "name": "Meiyerditch citizen"
- },
- {
- "id": "4743",
- "name": "Meiyerditch citizen"
- },
- {
- "id": "4744",
- "name": "Meiyerditch citizen"
- },
- {
- "id": "4745",
- "name": "Meiyerditch citizen"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4746",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A poor street urchin!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4747",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A poor street urchin!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4748",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A poor street urchin!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4749",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A poor street urchin!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4750",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A poor street urchin!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4751",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A poor street urchin!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4752",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A poor street urchin!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4753",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A poor street urchin!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4754",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A poor street urchin!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "A Meiyerditch child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4755",
- "name": "A Meiyerditch child",
- "examine": "A poor street urchin!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks dirty and tired!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch miner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4756",
- "name": "Meiyerditch miner",
- "examine": "This citizen looks dirty and tired!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This citizen looks dirty and tired!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch miner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4757",
- "name": "Meiyerditch miner",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "This citizen looks dirty and tired!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Meiyerditch miner",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4758",
- "name": "Meiyerditch miner"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4759",
- "name": "Meiyerditch miner",
- "examine": "This citizen looks dirty and tired!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "4760",
- "name": "Meiyerditch miner"
- },
- {
- "id": "4761",
- "name": "Meiyerditch miner"
- },
- {
- "id": "4762",
- "name": "Shadowy figure"
- },
- {
- "id": "4763",
- "name": "Shadowy figure"
- },
- {
- "id": "4764",
- "name": "Shadowy figure"
- },
- {
- "id": "4765",
- "name": "null",
"examine": "Some rubbish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "null",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4765",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4766",
- "name": "Stray dog",
"examine": "Looks like it's got fleas!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Stray dog",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4766",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4767",
- "name": "Stray dog"
- },
- {
- "id": "4768",
- "name": "Cat",
"examine": "A smelly cat.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4769",
- "name": "Cat"
- },
- {
- "id": "4770",
- "name": "Boat"
- },
- {
- "id": "4771",
- "name": "Boat"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4768",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "An initiate juvenile vampyre; a guard for the mining area.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Juvinate guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4772",
- "name": "Juvinate guard",
- "examine": "An initiate juvenile vampyre; a guard for the mining area.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
+ "attack_level": "1"
},
{
+ "examine": "An initiate juvenile vampyre; a guard for the mining area.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Juvinate guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4773",
- "name": "Juvinate guard",
- "examine": "An initiate juvenile vampyre; a guard for the mining area.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
+ "attack_level": "1"
},
{
+ "examine": "A juvenile vampyre.",
+ "melee_animation": "6276",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6781",
+ "name": "Vampyre juvenile",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "40",
"id": "4774",
- "name": "Vampyre juvenile",
- "examine": "A juvenile vampyre.",
- "attack_level": "40",
- "death_animation": "6781",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
- "melee_animation": "6276",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
+ "attack_level": "40"
},
{
+ "examine": "A juvenile vampyre.",
+ "melee_animation": "6276",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6781",
+ "name": "Vampyre juvenile",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "40",
"id": "4775",
- "name": "Vampyre juvenile",
- "examine": "A juvenile vampyre.",
- "attack_level": "40",
- "death_animation": "6781",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
- "melee_animation": "6276",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
+ "attack_level": "40"
},
{
+ "examine": "An initiate juvenile vampyre; seems to be a servant.",
+ "melee_animation": "5783",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "5798",
+ "name": "Vampyre juvinate",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "1",
"id": "4776",
- "name": "Vampyre juvinate",
- "examine": "An initiate juvenile vampyre; seems to be a servant.",
- "attack_level": "1",
- "death_animation": "5798",
- "defence_animation": "0",
- "defence_level": "44",
- "lifepoints": "62",
- "magic_animation": "0",
- "melee_animation": "5783",
- "range_animation": "0",
"range_level": "44",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
+ "attack_level": "1"
},
{
- "id": "4777",
- "name": "Vampyre juvinate",
"examine": "An initiate juvenile vampyre.",
- "attack_level": "1",
- "death_animation": "5798",
- "defence_animation": "0",
- "defence_level": "44",
- "lifepoints": "62",
- "magic_animation": "0",
"melee_animation": "5783",
"range_animation": "0",
- "range_level": "44",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
- },
- {
- "id": "4778",
- "name": "Held vampyre juvenile",
- "examine": "A juvenile vampyre.",
- "attack_level": "40",
- "death_animation": "6781",
"defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
+ "weakness": "0",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
- },
- {
- "id": "4779",
- "name": "Held vampyre juvenile",
- "examine": "A juvenile vampyre.",
- "attack_level": "40",
- "death_animation": "6781",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
- },
- {
- "id": "4780",
- "name": "Held vampyre juvinate",
- "examine": "An initiate juvenile vampyre; seems to be a servant.",
- "attack_level": "1",
"death_animation": "5798",
- "defence_animation": "0",
+ "name": "Vampyre juvinate",
"defence_level": "44",
+ "safespot": null,
"lifepoints": "62",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "4777",
+ "range_level": "44",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A juvenile vampyre.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "44",
- "safespot": null,
- "strength_level": "1",
- "weakness": "0"
- },
- {
- "id": "4781",
- "name": "Held vampyre juvinate"
- },
- {
- "id": "4782",
- "name": "Vampyre juvinate"
- },
- {
- "id": "4783",
- "name": "Former vampyre"
- },
- {
- "id": "4784",
- "name": "Former vampyre"
- },
- {
- "id": "4785",
- "name": "Former vampyre"
- },
- {
- "id": "4786",
- "name": "Former vampyre"
- },
- {
- "id": "4787",
- "name": "Former vampyre"
- },
- {
- "id": "4788",
- "name": "Former vampyre"
- },
- {
- "id": "4789",
- "name": "Angry vampyre",
- "examine": "An enraged vampyre!",
- "attack_level": "42",
- "death_animation": "6031",
"defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
+ "weakness": "7",
"magic_animation": "0",
+ "death_animation": "6781",
+ "name": "Held vampyre juvenile",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "40",
+ "id": "4778",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "A juvenile vampyre.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6781",
+ "name": "Held vampyre juvenile",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "40",
+ "id": "4779",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "An initiate juvenile vampyre; seems to be a servant.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "5798",
+ "name": "Held vampyre juvinate",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "1",
+ "id": "4780",
+ "range_level": "44",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An enraged vampyre!",
+ "slayer_task": "86",
"melee_animation": "6016",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6031",
+ "name": "Angry vampyre",
+ "defence_level": "42",
"safespot": null,
+ "lifepoints": "60",
"strength_level": "42",
- "weakness": "7"
+ "id": "4789",
+ "range_level": "1",
+ "attack_level": "42"
},
{
- "id": "4790",
- "name": "Angry vampyre"
- },
- {
- "id": "4791",
- "name": "Vanstrom Klause"
- },
- {
- "id": "4792",
- "name": "Vanstrom Klause"
- },
- {
- "id": "4793",
"name": "Vanstrom Klause",
- "aggressive": "true",
- "attack_level": "1",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "155",
+ "strength_level": "1",
+ "id": "4793",
+ "aggressive": "true",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "4794",
- "name": "Vanstrom Klause"
- },
- {
- "id": "4795",
- "name": "Vanstrom Klause"
- },
- {
- "id": "4796",
- "name": "Vanstrom Klause",
"examine": "Not as strong as Thok.",
- "aggressive": "true",
- "attack_level": "90",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "28",
- "magic_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "name": "Vanstrom Klause",
+ "defence_level": "60",
"safespot": null,
- "strength_level": "90"
- },
- {
- "id": "4797",
- "name": "Vanescula Drakan"
- },
- {
- "id": "4798",
- "name": "Vanescula Drakan"
- },
- {
- "id": "4799",
- "name": "Vanescula Drakan"
- },
- {
- "id": "4800",
- "name": "Vanescula Drakan"
- },
- {
- "id": "4801",
- "name": "Ranis Drakan"
- },
- {
- "id": "4802",
- "name": "Ranis Drakan"
- },
- {
- "id": "4803",
- "name": "Ranis Drakan"
- },
- {
- "id": "4804",
- "name": "Ranis Drakan"
+ "lifepoints": "28",
+ "strength_level": "90",
+ "id": "4796",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "90"
},
{
+ "examine": "An evil",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "50",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vyrewatch",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
"id": "4805",
- "name": "Vyrewatch",
- "examine": "An evil",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "An evil",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "52",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vyrewatch",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "74",
+ "strength_level": "1",
"id": "4806",
- "name": "Vyrewatch",
- "examine": "An evil",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "74",
- "magic_animation": "0",
- "magic_level": "52",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "An evil",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "54",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vyrewatch",
+ "defence_level": "54",
+ "safespot": null,
+ "lifepoints": "77",
+ "strength_level": "1",
"id": "4807",
- "name": "Vyrewatch",
- "examine": "An evil",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "54",
- "lifepoints": "77",
- "magic_animation": "0",
- "magic_level": "54",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "An evil",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "56",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vyrewatch",
+ "defence_level": "56",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "1",
"id": "4808",
- "name": "Vyrewatch",
- "examine": "An evil",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "56",
- "lifepoints": "80",
- "magic_animation": "0",
- "magic_level": "56",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very high-ranking vampyre.",
"melee_animation": "7435",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
+ "magic_level": "70",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "7524",
+ "name": "Flying female vampire",
+ "defence_level": "70",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "4809",
- "name": "Flying female vampire"
- },
- {
"id": "4810",
- "name": "Flying female vampire",
- "examine": "A very high-ranking vampyre.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "7524",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
+ "attack_level": "1"
},
{
+ "examine": "A very high-ranking vampyre.",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "7524",
+ "name": "Flying female vampire",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
"id": "4811",
- "name": "Flying female vampire",
- "examine": "A very high-ranking vampyre.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "7524",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
+ "attack_level": "1"
},
{
+ "examine": "A very high-ranking vampyre.",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "7524",
+ "name": "Flying female vampire",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
"id": "4812",
- "name": "Flying female vampire",
- "examine": "A very high-ranking vampyre.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "7524",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
+ "attack_level": "1"
},
{
+ "examine": "A thirsty-looking",
+ "melee_animation": "6783",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "50",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "6861",
+ "name": "Vyrewatch",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
"id": "4813",
- "name": "Vyrewatch",
- "examine": "A thirsty-looking",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "6861",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "6783",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "A thirsty-looking",
+ "melee_animation": "6783",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "52",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "6861",
+ "name": "Vyrewatch",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "74",
+ "strength_level": "1",
"id": "4814",
- "name": "Vyrewatch",
- "examine": "A thirsty-looking",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "6861",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "74",
- "magic_animation": "0",
- "magic_level": "52",
- "melee_animation": "6783",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "A thirsty-looking",
+ "melee_animation": "6783",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "54",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "6861",
+ "name": "Vyrewatch",
+ "defence_level": "54",
+ "safespot": null,
+ "lifepoints": "77",
+ "strength_level": "1",
"id": "4815",
- "name": "Vyrewatch",
- "examine": "A thirsty-looking",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "6861",
- "defence_animation": "0",
- "defence_level": "54",
- "lifepoints": "77",
- "magic_animation": "0",
- "magic_level": "54",
- "melee_animation": "6783",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "A thirsty-looking",
+ "melee_animation": "6783",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "56",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "6861",
+ "name": "Vyrewatch",
+ "defence_level": "56",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "1",
"id": "4816",
- "name": "Vyrewatch",
- "examine": "A thirsty-looking",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "6861",
- "defence_animation": "0",
- "defence_level": "56",
- "lifepoints": "80",
- "magic_animation": "0",
- "magic_level": "56",
- "melee_animation": "6783",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "An evil",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "50",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vyrewatch",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "1",
"id": "4817",
- "name": "Vyrewatch",
- "examine": "An evil",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "An evil",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "52",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vyrewatch",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "74",
+ "strength_level": "1",
"id": "4818",
- "name": "Vyrewatch",
- "examine": "An evil",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "74",
- "magic_animation": "0",
- "magic_level": "52",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "An evil",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "54",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vyrewatch",
+ "defence_level": "54",
+ "safespot": null,
+ "lifepoints": "77",
+ "strength_level": "1",
"id": "4819",
- "name": "Vyrewatch",
- "examine": "An evil",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "54",
- "lifepoints": "77",
- "magic_animation": "0",
- "magic_level": "54",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "An evil",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "magic_level": "56",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Vyrewatch",
+ "defence_level": "56",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "1",
"id": "4820",
- "name": "Vyrewatch",
- "examine": "An evil",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "56",
- "lifepoints": "80",
- "magic_animation": "0",
- "magic_level": "56",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
+ "examine": "A very high-ranking vampyre.",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "7524",
+ "name": "Vyrewatch",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
"id": "4821",
- "name": "Vyrewatch",
- "examine": "A very high-ranking vampyre.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "7524",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
+ "attack_level": "1"
},
{
+ "examine": "A very high-ranking vampyre.",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "7524",
+ "name": "Vyrewatch",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
"id": "4822",
- "name": "Vyrewatch",
- "examine": "A very high-ranking vampyre.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "7524",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
+ "attack_level": "1"
},
{
+ "examine": "A very high-ranking vampyre.",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "7524",
+ "name": "Vyrewatch",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
"id": "4823",
- "name": "Vyrewatch",
- "examine": "A very high-ranking vampyre.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "7524",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
+ "attack_level": "1"
},
{
+ "examine": "A very high-ranking vampyre.",
+ "melee_animation": "7435",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "7524",
+ "name": "Vyrewatch",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
"id": "4824",
- "name": "Vyrewatch",
- "examine": "A very high-ranking vampyre.",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "7524",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "7435",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
+ "attack_level": "1"
},
{
- "id": "4825",
- "name": "Vyrewatch",
"examine": "A thirsty-looking",
- "aggressive": "true",
- "attack_level": "1",
+ "melee_animation": "6783",
+ "range_animation": "0",
"attack_speed": "6",
- "death_animation": "6861",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
"magic_level": "50",
- "melee_animation": "6783",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "6861",
+ "name": "Vyrewatch",
+ "defence_level": "50",
"safespot": null,
+ "lifepoints": "71",
"strength_level": "1",
- "weakness": "4"
+ "id": "4825",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4826",
- "name": "Vyrewatch",
"examine": "A thirsty-looking",
- "aggressive": "true",
- "attack_level": "1",
+ "melee_animation": "6783",
+ "range_animation": "0",
"attack_speed": "6",
- "death_animation": "6861",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "74",
- "magic_animation": "0",
"magic_level": "52",
- "melee_animation": "6783",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "6861",
+ "name": "Vyrewatch",
+ "defence_level": "52",
"safespot": null,
+ "lifepoints": "74",
"strength_level": "1",
- "weakness": "4"
+ "id": "4826",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4827",
- "name": "Vyrewatch",
"examine": "A thirsty-looking",
- "aggressive": "true",
- "attack_level": "1",
+ "melee_animation": "6783",
+ "range_animation": "0",
"attack_speed": "6",
- "death_animation": "6861",
- "defence_animation": "0",
- "defence_level": "54",
- "lifepoints": "77",
- "magic_animation": "0",
"magic_level": "54",
- "melee_animation": "6783",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "4828",
- "name": "Vyrewatch",
- "examine": "A thirsty-looking",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
"death_animation": "6861",
- "defence_animation": "0",
- "defence_level": "56",
- "lifepoints": "80",
- "magic_animation": "0",
- "magic_level": "56",
+ "name": "Vyrewatch",
+ "defence_level": "54",
+ "safespot": null,
+ "lifepoints": "77",
+ "strength_level": "1",
+ "id": "4827",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A thirsty-looking",
"melee_animation": "6783",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
- },
- {
- "id": "4829",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
"attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
- "range_level": "1",
+ "magic_level": "56",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4830",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4831",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4832",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4833",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4834",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4835",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4836",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4837",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4838",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4839",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4840",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4841",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4842",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4843",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4844",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4845",
- "name": "Flying female vampire",
- "examine": "A very high-ranking vampyre.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "7524",
"defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "100",
+ "weakness": "4",
"magic_animation": "0",
- "magic_level": "70",
+ "death_animation": "6861",
+ "name": "Vyrewatch",
+ "defence_level": "56",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "1",
+ "id": "4828",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4829",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4830",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4831",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4832",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4833",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4834",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4835",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4836",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4837",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4838",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4839",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4840",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4841",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4842",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4843",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "4844",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very high-ranking vampyre.",
"melee_animation": "7435",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
+ "magic_level": "70",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "7524",
+ "name": "Flying female vampire",
+ "defence_level": "70",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "4846",
- "name": "Flying female vampire"
+ "id": "4845",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "name": "Flying female vampire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "4847",
- "name": "Flying female vampire",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Flying female vampire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "4848",
- "name": "Flying female vampire",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "4849",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "4850",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "4851",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "4852",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "4853",
- "name": "Ezekial Lovecraft"
- },
- {
- "id": "4856",
- "name": "Ezekial Lovecraft",
- "examine": "Smells a bit fishy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4857",
- "name": "Sarius Guile"
- },
- {
- "id": "4862",
- "name": "Vanstrom Klause"
- },
- {
- "id": "4863",
- "name": "Kennith"
- },
- {
- "id": "4864",
- "name": "Kennith"
- },
- {
- "id": "4865",
- "name": "Holgart"
- },
- {
- "id": "4867",
- "name": "Holgart"
- },
- {
- "id": "4868",
- "name": "Holgart",
"examine": "Her knives tickle Thok.",
- "aggressive": "true",
- "attack_level": "1",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "28",
"magic_animation": "0",
+ "name": "Holgart",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "1",
+ "id": "4868",
+ "aggressive": "true",
"range_level": "90",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "0"
},
{
- "id": "4869",
- "name": "Fisherman"
- },
- {
- "id": "4870",
- "name": "Fisherman",
"examine": "Not Thok's pretty lass.",
- "aggressive": "true",
- "attack_level": "1",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "28",
- "magic_animation": "0",
"magic_level": "90",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4871",
- "name": "Col. O'Niall"
- },
- {
- "id": "4872",
- "name": "Col. O'Niall",
- "examine": "A (semi) retired member of the Temple Knights.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "name": "Fisherman",
+ "defence_level": "60",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4873",
- "name": "Col. O'Niall"
- },
- {
- "id": "4874",
- "name": "Mayor Hobb",
- "examine": "There's something fishy about him.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4875",
- "name": "Mayor Hobb"
- },
- {
- "id": "4876",
- "name": "Brother Maledict"
- },
- {
- "id": "4878",
- "name": "Brother Maledict",
- "examine": "A fresh-faced and innocent priest.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4879",
- "name": "Brother Maledict"
- },
- {
- "id": "4880",
- "name": "Witchaven villager"
- },
- {
- "id": "4883",
- "name": "Witchaven villager",
- "examine": "A down on his luck fisherman.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4884",
- "name": "Witchaven villager"
- },
- {
- "id": "4885",
- "name": "Witchaven villager",
- "examine": "A down on her luck fisherman.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4886",
- "name": "Witchaven villager"
- },
- {
- "id": "4887",
- "name": "Witchaven villager",
- "examine": "A down on his luck fisherman.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4888",
- "name": "Witchaven villager"
- },
- {
- "id": "4889",
- "name": "Mother Mallum"
- },
- {
- "id": "4890",
- "name": "Slug Prince",
- "examine": "A child of aquatic evil.",
+ "lifepoints": "28",
+ "strength_level": "1",
+ "id": "4870",
"aggressive": "true",
- "attack_level": "37",
- "death_animation": "4830",
- "defence_animation": "0",
- "defence_level": "37",
- "lifepoints": "105",
- "magic_animation": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A child of aquatic evil.",
"melee_animation": "4829",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "37",
- "weakness": "9"
- },
- {
- "id": "4891",
- "name": "Giant lobster"
- },
- {
- "id": "4893",
- "name": "Giant Lobster",
- "examine": "An extremely vicious lobster.",
- "aggressive": "true",
- "attack_level": "29",
- "death_animation": "6267",
"defence_animation": "0",
- "defence_level": "29",
- "lifepoints": "82",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "4830",
+ "name": "Slug Prince",
+ "defence_level": "37",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "37",
+ "id": "4890",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "37"
+ },
+ {
+ "examine": "An extremely vicious lobster.",
+ "slayer_task": "71",
"melee_animation": "6265",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6267",
+ "name": "Giant Lobster",
+ "defence_level": "29",
"safespot": null,
+ "lifepoints": "82",
"strength_level": "29",
- "weakness": "9"
+ "id": "4893",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "29"
},
{
- "id": "4894",
- "name": "Sea slug",
"examine": "A rather nasty looking crustacean.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4895",
- "name": "Jeb",
- "examine": "A villager named Jeb.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4896",
- "name": "Jeb"
- },
- {
- "id": "4897",
- "name": "Sir Tinley"
- },
- {
- "id": "4898",
- "name": "Hobgoblin",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "3520,472,471",
- "death_animation": "167",
- "defence_animation": "163",
- "defence_level": "1",
- "lifepoints": "29",
- "melee_animation": "164",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4899",
- "name": "Cooking Tutor",
- "examine": "Cordero looks ready to teach you how to cook.",
- "attack_level": "1",
"death_animation": "0",
- "defence_animation": "0",
+ "name": "Sea slug",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4900",
- "name": "Crafting Tutor",
- "examine": "Cadmus, looking a little bit crafty.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4901",
- "name": "Fishing Tutor",
- "examine": "Finlay, mending a crayfish cage.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4902",
- "name": "Mining Tutor",
- "examine": "Monlum, surveying the rocks.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4903",
- "name": "Prayer Tutor",
- "examine": "Yauchomi, follower of Saradomin.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4904",
- "name": "Smelting Tutor",
- "examine": "Feoras looks a bit fiery.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4905",
- "name": "Smithing Tutor"
- },
- {
- "id": "4906",
- "name": "Woodcutting Tutor",
- "examine": "Wilfred, a chip off the old block.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4907",
- "name": "Bank Tutor",
- "examine": "Barb, ready to teach you about banking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4908",
- "name": "Fishing spot"
- },
- {
- "id": "4909",
- "name": "Fritz the Glassblower",
- "examine": "His motives are see-through.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4910",
- "name": "Earth elemental",
- "examine": "An earth elemental.",
- "aggressive": "false",
- "attack_level": "20",
- "attack_speed": "6",
- "combat_audio": "1531,1533,1532",
- "death_animation": "4870",
- "defence_animation": "4869",
- "defence_level": "35",
- "lifepoints": "35",
- "magic_level": "10",
- "melee_animation": "4868",
- "range_level": "30",
- "respawn_delay": "5",
- "safespot": null,
- "strength_level": "35"
- },
- {
- "id": "4911",
- "name": "Elemental rock",
- "examine": "An elemental rock.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "1",
- "weakness": "7"
+ "id": "4894",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4912",
- "name": "Jig cart"
+ "melee_animation": "164",
+ "combat_audio": "3520,472,471",
+ "respawn_delay": "60",
+ "defence_animation": "163",
+ "death_animation": "167",
+ "name": "Hobgoblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "1",
+ "id": "4898",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4914",
- "name": "Jig cart"
+ "examine": "Cordero looks ready to teach you how to cook.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cooking Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4899",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4915",
- "name": "Jig cart"
+ "examine": "Cadmus, looking a little bit crafty.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Crafting Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4900",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4916",
- "name": "Jig cart"
+ "examine": "Finlay, mending a crayfish cage.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fishing Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4901",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4917",
- "name": "Jig cart"
+ "examine": "Monlum, surveying the rocks.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mining Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4902",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4918",
- "name": "Jig cart"
+ "examine": "Yauchomi, follower of Saradomin.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Prayer Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4903",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4919",
- "name": "Abidor Crank"
+ "examine": "Feoras looks a bit fiery.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Smelting Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4904",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Wilfred, a chip off the old block.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Woodcutting Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4906",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Barb, ready to teach you about banking.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bank Tutor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4907",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "His motives are see-through.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fritz the Glassblower",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4909",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An earth elemental.",
+ "melee_animation": "4868",
+ "combat_audio": "1531,1533,1532",
+ "attack_speed": "6",
+ "magic_level": "10",
+ "respawn_delay": "5",
+ "defence_animation": "4869",
+ "death_animation": "4870",
+ "name": "Earth elemental",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "35",
+ "id": "4910",
+ "aggressive": "false",
+ "range_level": "30",
+ "attack_level": "20"
+ },
+ {
+ "examine": "An elemental rock.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Elemental rock",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4911",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A nasty overgrown rodent.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "4933",
+ "combat_audio": "703,705,704",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4934",
+ "weakness": "9",
+ "magic_animation": "4933",
+ "death_animation": "4935",
+ "name": "Giant crypt rat",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "50",
"id": "4920",
- "name": "Giant crypt rat",
- "examine": "A nasty overgrown rodent.",
"aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "65",
- "lifepoints": "70",
- "magic_animation": "4933",
- "magic_level": "1",
- "melee_animation": "4933",
- "range_animation": "4933",
"range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "strength_level": "50",
- "weakness": "9"
+ "attack_level": "80"
},
{
+ "examine": "A nasty overgrown rodent.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "4933",
+ "combat_audio": "703,705,704",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "4934",
+ "weakness": "9",
+ "magic_animation": "4933",
+ "death_animation": "4935",
+ "name": "Giant crypt rat",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "50",
"id": "4921",
- "name": "Giant crypt rat",
- "examine": "A nasty overgrown rodent.",
"aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "65",
- "lifepoints": "70",
- "magic_animation": "4933",
- "magic_level": "1",
- "melee_animation": "4933",
- "range_animation": "4933",
"range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "strength_level": "50",
- "weakness": "9"
+ "attack_level": "80"
},
{
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
"id": "4922",
- "name": "Giant rat",
- "examine": "Overgrown vermin.",
"aggressive": "true",
- "attack_level": "5",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "8"
+ "attack_level": "5"
},
{
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
"id": "4923",
- "name": "Giant rat",
- "examine": "Overgrown vermin.",
"aggressive": "true",
- "attack_level": "5",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "8"
+ "attack_level": "5"
},
{
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
"id": "4924",
- "name": "Giant rat",
- "examine": "Overgrown vermin.",
"aggressive": "true",
- "attack_level": "5",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "8"
+ "attack_level": "5"
},
{
+ "melee_animation": "4933",
+ "combat_audio": "703,705,704",
+ "defence_animation": "4934",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "4925",
- "name": "Giant rat",
"aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "1",
- "lifepoints": "10",
- "melee_animation": "4933",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "7",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "7",
"id": "4926",
- "name": "Giant rat",
- "examine": "Overgrown vermin.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "7",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "7",
- "weakness": "8"
+ "attack_level": "7"
},
{
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "7",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "7",
"id": "4927",
- "name": "Giant rat",
- "examine": "Overgrown vermin.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "7",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "7",
- "weakness": "8"
+ "attack_level": "7"
},
{
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Dungeon rat",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "13",
"id": "4928",
- "name": "Dungeon rat",
- "examine": "Overgrown vermin.",
"aggressive": "true",
- "attack_level": "13",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "13",
- "weakness": "8"
+ "attack_level": "13"
},
{
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Dungeon rat",
+ "defence_level": "13",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "13",
"id": "4929",
- "name": "Dungeon rat",
- "examine": "Overgrown vermin.",
"aggressive": "true",
- "attack_level": "13",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "13",
- "lifepoints": "18",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "13",
- "weakness": "8"
+ "attack_level": "13"
},
{
+ "examine": "They'll eat anything!",
+ "melee_animation": "5341",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5343",
+ "name": "Goat",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
"id": "4930",
- "name": "Goat",
- "examine": "They'll eat anything!",
- "attack_level": "5",
- "death_animation": "5343",
- "defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "5341",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "6"
+ "attack_level": "5"
},
{
+ "examine": "They'll eat anything!",
+ "melee_animation": "5341",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5343",
+ "name": "Goat",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "7",
+ "strength_level": "5",
"id": "4931",
- "name": "Goat",
- "examine": "They'll eat anything!",
- "attack_level": "5",
- "death_animation": "5343",
- "defence_animation": "0",
- "defence_level": "5",
- "lifepoints": "7",
- "magic_animation": "0",
- "melee_animation": "5341",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "5",
- "weakness": "6"
+ "attack_level": "5"
},
{
- "id": "4932",
- "name": "Billy Goat",
"examine": "They'll eat anything!",
- "attack_level": "11",
- "death_animation": "5343",
+ "melee_animation": "5341",
+ "range_animation": "0",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5343",
+ "name": "Billy Goat",
"defence_level": "11",
+ "safespot": null,
"lifepoints": "15",
- "magic_animation": "0",
- "melee_animation": "5341",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "11",
- "weakness": "6"
+ "id": "4932",
+ "range_level": "1",
+ "attack_level": "11"
},
{
+ "death_animation": "5343",
+ "name": "Goat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "21",
+ "melee_animation": "5341",
+ "strength_level": "1",
"id": "4933",
- "name": "Goat",
- "attack_level": "1",
- "death_animation": "5343",
- "defence_animation": "5342",
- "defence_level": "1",
- "lifepoints": "21",
- "melee_animation": "5341",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "5342"
},
{
+ "death_animation": "5343",
+ "name": "Goat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "21",
+ "melee_animation": "5341",
+ "strength_level": "1",
"id": "4934",
- "name": "Goat",
- "attack_level": "1",
- "death_animation": "5343",
- "defence_animation": "5342",
- "defence_level": "1",
- "lifepoints": "21",
- "melee_animation": "5341",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "5342"
},
{
- "id": "4935",
- "name": "Billy Goat",
- "attack_level": "1",
"death_animation": "5343",
- "defence_animation": "5342",
+ "name": "Billy Goat",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "28",
"melee_animation": "5341",
+ "strength_level": "1",
+ "id": "4935",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "5342"
},
{
+ "examine": "A dirty rat.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Dungeon rat",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "11",
+ "strength_level": "8",
"id": "4936",
- "name": "Dungeon rat",
- "examine": "A dirty rat.",
"aggressive": "true",
- "attack_level": "8",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "11",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "8",
- "weakness": "9"
+ "attack_level": "8"
},
{
+ "examine": "A dirty rat.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Dungeon rat",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "11",
+ "strength_level": "8",
"id": "4937",
- "name": "Dungeon rat",
- "examine": "A dirty rat.",
"aggressive": "true",
- "attack_level": "8",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "11",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "8",
- "weakness": "9"
+ "attack_level": "8"
},
{
+ "name": "Angry giant rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
"id": "4938",
- "name": "Angry giant rat",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Angry giant rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
"id": "4939",
- "name": "Angry giant rat",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "4940",
- "name": "Angry giant rat",
"examine": "He looks a little on the cross side!",
- "attack_level": "25",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
"combat_audio": "703,705,704",
- "death_animation": "4935",
"defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Angry giant rat",
"defence_level": "25",
+ "safespot": null,
"lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "25",
- "weakness": "9"
+ "id": "4940",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "4941",
- "name": "Blessed giant rat",
"examine": "It's one of Iban's pet vermin.",
- "attack_level": "12",
+ "slayer_task": "67",
+ "range_animation": "0",
"combat_audio": "703,705,704",
"defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Blessed giant rat",
"defence_level": "12",
+ "safespot": null,
"lifepoints": "17",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
"strength_level": "12",
- "weakness": "9"
+ "id": "4941",
+ "range_level": "1",
+ "attack_level": "12"
},
{
+ "melee_animation": "4933",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "4942",
- "name": "Giant rat",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "1",
- "lifepoints": "5",
- "melee_animation": "4933",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "melee_animation": "4933",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4934",
+ "death_animation": "4935",
+ "name": "Giant rat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "4943",
- "name": "Giant rat",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "1",
- "lifepoints": "5",
- "melee_animation": "4933",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "4944",
- "name": "Giant rat",
"examine": "Overgrown vermin.",
- "aggressive": "true",
- "attack_level": "21",
- "attack_speed": "5",
- "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0",
"combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "23",
- "lifepoints": "26",
- "melee_animation": "4933",
- "range_level": "1",
- "safespot": null,
- "strength_level": "20"
- },
- {
- "id": "4945",
+ "attack_speed": "5",
"name": "Giant rat",
- "examine": "Overgrown vermin.",
- "aggressive": "true",
- "attack_level": "21",
- "attack_speed": "5",
- "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
"defence_level": "23",
- "lifepoints": "26",
- "melee_animation": "4933",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "26",
"strength_level": "20",
- "weakness": "9"
- },
- {
- "id": "4946",
- "name": "Ignatius Vulcan"
- },
- {
- "id": "4947",
- "name": "My Arm",
- "examine": "Trollish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4948",
- "name": "My Arm"
- },
- {
- "id": "4949",
- "name": "My Arm"
- },
- {
- "id": "4950",
- "name": "My Arm"
- },
- {
- "id": "4958",
- "name": "My Arm"
- },
- {
- "id": "4959",
- "name": "My Arm"
- },
- {
- "id": "4960",
- "name": "Adventurer"
- },
- {
- "id": "4961",
- "name": "Captain Barnaby"
- },
- {
- "id": "4962",
- "name": "Captain Barnaby",
- "examine": "An old sailor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4963",
- "name": "Murcaily"
- },
- {
- "id": "4964",
- "name": "Jagbakoba"
- },
- {
- "id": "4965",
- "name": "Tool Leprechaun",
- "examine": "It's a leprechaun sunbathing on a mountain.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4966",
- "name": "Flies"
- },
- {
- "id": "4968",
- "name": "Unnamed troll child"
- },
- {
- "id": "4969",
- "name": "Drunken dwarf's leg"
- },
- {
- "id": "4970",
- "name": "Baby Roc"
- },
- {
- "id": "4971",
- "name": "Baby Roc",
- "examine": "A mountain-dwelling bird. Cute",
+ "id": "4944",
"aggressive": "true",
- "attack_level": "40",
- "death_animation": "5033",
+ "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "21"
+ },
+ {
+ "examine": "Overgrown vermin.",
+ "slayer_task": "67",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "weakness": "9",
+ "name": "Giant rat",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "26",
+ "strength_level": "20",
+ "id": "4945",
+ "aggressive": "true",
+ "bonuses": "19,15,15,34,36,38,33,31,30,14,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "21"
+ },
+ {
+ "examine": "Trollish.",
+ "slayer_task": "83",
+ "melee_animation": "0",
+ "range_animation": "0",
"defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "100",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "My Arm",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4947",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An old sailor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Barnaby",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4962",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's a leprechaun sunbathing on a mountain.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tool Leprechaun",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4965",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mountain-dwelling bird. Cute",
+ "slayer_task": "7",
"melee_animation": "5031",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "5033",
+ "name": "Baby Roc",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "40",
- "weakness": "7"
+ "id": "4971",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "4972",
- "name": "Giant Roc",
"examine": "A very",
- "aggressive": "true",
- "attack_level": "55",
- "death_animation": "5027",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "285",
- "magic_animation": "0",
- "magic_level": "55",
+ "slayer_task": "7",
"melee_animation": "5024",
"range_animation": "5025",
- "range_level": "55",
+ "magic_level": "55",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "5027",
+ "name": "Giant Roc",
+ "defence_level": "55",
"safespot": null,
+ "lifepoints": "285",
"strength_level": "55",
- "weakness": "10"
+ "id": "4972",
+ "aggressive": "true",
+ "range_level": "55",
+ "attack_level": "55"
},
{
- "id": "4973",
- "name": "Shadow"
- },
- {
- "id": "4974",
- "name": "Captain Barnaby"
- },
- {
- "id": "4975",
- "name": "Male slave",
"examine": "It looks like he's been here a long time.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Male slave",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4975",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "4976",
- "name": "Male slave"
- },
- {
- "id": "4977",
- "name": "Female slave",
"examine": "She looks like she's been down here a long time.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Female slave",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "4978",
- "name": "Female slave"
- },
- {
- "id": "4979",
- "name": "Cart Camel"
- },
- {
- "id": "4980",
- "name": "Mine Cart"
- },
- {
- "id": "4981",
- "name": "Mine Cart"
- },
- {
- "id": "4982",
- "name": "Ana"
- },
- {
- "id": "4983",
- "name": "Mercenary"
- },
- {
- "id": "4984",
- "name": "Irena"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4977",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Mercenary",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4989",
- "name": "Mercenary",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Mercenary",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4990",
- "name": "Mercenary",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Mercenary",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4991",
- "name": "Mercenary",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Mercenary",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4992",
- "name": "Mercenary",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4993",
- "name": "Guard",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4994",
- "name": "Guard",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4995",
- "name": "Guard",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4996",
- "name": "Guard",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4997",
- "name": "Guard",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "examine": "He looks a bit aggressive.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Guard",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
"id": "4998",
- "name": "Guard",
- "examine": "He looks a bit aggressive.",
- "attack_level": "25",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "25",
- "weakness": "9"
+ "attack_level": "25"
},
{
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
"id": "4999",
- "name": "Guard",
- "attack_level": "1",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
"id": "5000",
- "name": "Guard",
- "attack_level": "1",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
"id": "5001",
- "name": "Guard",
- "attack_level": "1",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
"id": "5002",
- "name": "Guard",
- "attack_level": "1",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "5003",
- "name": "Gublinch"
- },
- {
- "id": "5018",
- "name": "Gublinch"
- },
- {
- "id": "5019",
- "name": "Gublinch"
- },
- {
- "id": "5020",
- "name": "Jack"
- },
- {
- "id": "5024",
- "name": "Jill"
- },
- {
- "id": "5025",
- "name": "Jeff"
- },
- {
- "id": "5026",
- "name": "Egg launcher",
"examine": "An apprentice.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Egg launcher",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5026",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5027",
- "name": "Egg launcher",
"examine": "A tired old wizard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5028",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Egg launcher",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5027",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "An egg launcher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Egg launcher",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5028",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5029",
- "name": "Commander Connad",
"examine": "A slightly more approachable barbarian.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Commander Connad",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5029",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5030",
- "name": "Captain Cain",
"examine": "He looks pretty mean.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Cain",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5030",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5031",
- "name": "Private Paldo",
"examine": "A stressed out barbarian private.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Private Paldo",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5031",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5032",
+ "examine": "A barbarian private.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Private Pendron",
- "examine": "A barbarian private.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5032",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5033",
+ "examine": "A barbarian private.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Private Pierreb",
- "examine": "A barbarian private.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5033",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5034",
+ "examine": "A barbarian private.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Private Paldon",
- "examine": "A barbarian private.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5034",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5035",
+ "examine": "A barbarian army teacher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Major Attack",
- "examine": "A barbarian army teacher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5035",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5036",
+ "examine": "A barbarian army teacher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Major Collect",
- "examine": "A barbarian army teacher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5036",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5037",
+ "examine": "A barbarian army teacher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Major Defend",
- "examine": "A barbarian army teacher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5037",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5038",
+ "examine": "A barbarian army teacher.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Major Heal",
- "examine": "A barbarian army teacher.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5038",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5039",
- "name": "Sergeant Sambur",
"examine": "He's keeping a close eye on that nearby door.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sergeant Sambur",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5039",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5040",
- "name": "Penance Fighter",
"examine": "What on Gielinor is that?",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "670,672,671",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Penance Fighter",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5040",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5041",
- "name": "Penance Ranger",
"examine": "Shooty-shooty.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Penance Ranger",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5041",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5042",
- "name": "Penance Runner",
"examine": "He's making a run for it!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Penance Runner",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5042",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5043",
- "name": "Penance Healer",
"examine": "A nasty piece of work.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5044",
- "name": "Penance Fighter"
- },
- {
- "id": "5045",
- "name": "Penance Fighter"
- },
- {
- "id": "5046",
- "name": "Jack"
- },
- {
- "id": "5047",
- "name": "Jill"
- },
- {
- "id": "5048",
- "name": "Jeff",
- "examine": "Not as strong as Thok.",
- "aggressive": "true",
- "attack_level": "80",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "22",
"magic_animation": "0",
- "magic_level": "80",
+ "death_animation": "0",
+ "name": "Penance Healer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5043",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not as strong as Thok.",
"melee_animation": "401",
"range_animation": "0",
- "range_level": "80",
- "safespot": null,
- "strength_level": "80",
- "weakness": "10"
- },
- {
- "id": "5049",
- "name": "Auguste"
- },
- {
- "id": "5050",
- "name": "Auguste"
- },
- {
- "id": "5051",
- "name": "Auguste"
- },
- {
- "id": "5052",
- "name": "Auguste"
- },
- {
- "id": "5053",
- "name": "Assistant Serf"
- },
- {
- "id": "5054",
- "name": "Assistant Brock"
- },
- {
- "id": "5055",
- "name": "Assistant Marrow"
- },
- {
- "id": "5056",
- "name": "Assistant Le Smith"
- },
- {
- "id": "5057",
- "name": "Assistant Stan"
- },
- {
- "id": "5058",
- "name": "Bob"
- },
- {
- "id": "5059",
- "name": "Curly"
- },
- {
- "id": "5060",
- "name": "Moe"
- },
- {
- "id": "5061",
- "name": "Larry"
- },
- {
- "id": "5062",
- "name": "Shark"
- },
- {
- "id": "5067",
- "name": "Shark",
- "examine": "Time to run away...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5068",
- "name": "Shark"
- },
- {
- "id": "5069",
- "name": "Shark"
- },
- {
- "id": "5070",
- "name": "Tropical wagtail"
- },
- {
- "id": "5072",
- "name": "Tropical wagtail",
- "examine": "It blends in very well with its surroundings.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5073",
- "name": "Crimson swift",
- "examine": "This bird obviously doesn't believe in subtlety.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5074",
- "name": "Cerulean twitch",
- "examine": "Best served ice cold.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5075",
- "name": "Golden warbler",
- "examine": "Actually",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5076",
- "name": "Copper longtail",
- "examine": "Nothing much to get in a flap about.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5077",
- "name": "Chinchompa"
- },
- {
- "id": "5079",
- "name": "Chinchompa",
- "examine": "Handle with care.",
- "attack_level": "1",
- "death_animation": "5183",
- "defence_level": "1",
- "lifepoints": "1",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5080",
- "name": "Carnivorous chinchompa",
- "examine": "It looks fluffy and cute; it's probably deadly.",
- "attack_level": "2",
- "death_animation": "5183",
- "defence_animation": "0",
- "defence_level": "2",
- "lifepoints": "10",
- "magic_animation": "0",
- "magic_level": "2",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "2",
- "safespot": null,
- "strength_level": "2"
- },
- {
- "id": "5081",
- "name": "Ferret",
- "examine": "Wild.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5082",
- "name": "Black warlock",
- "examine": "A black warlock. The air seems to distort wherever it passes.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5083",
- "name": "Snowy knight",
- "examine": "It's a snowy knight butterfly.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5084",
- "name": "Sapphire glacialis",
- "examine": "A sapphire glacialis. It doesn't look as pretentious as its name sounds.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5085",
- "name": "Ruby harvest",
- "examine": "It's a ruby harvest butterfly.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5086",
- "name": "Prickly kebbit",
- "examine": "Curls up into a ball to protect itself from attack.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5087",
- "name": "Sabre-toothed kebbit",
- "examine": "Now that's a big overbite.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5088",
- "name": "Barb-tailed kebbit",
- "examine": "It uses its tail to hunt and skewer fish.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5089",
- "name": "Wild kebbit",
- "examine": "That's a mean looking set of claws.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5090",
- "name": "Matthias"
- },
- {
- "id": "5093",
- "name": "Matthias"
- },
- {
- "id": "5094",
- "name": "Gyr Falcon"
- },
- {
- "id": "5095",
- "name": "Gyr Falcon"
- },
- {
- "id": "5096",
- "name": "Gyr Falcon"
- },
- {
- "id": "5097",
- "name": "Gyr Falcon",
- "examine": "Ha! Thok much stronger.",
- "aggressive": "true",
- "attack_level": "80",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "22",
- "magic_animation": "0",
"magic_level": "80",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Jeff",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "80",
+ "id": "5048",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "80"
+ },
+ {
+ "examine": "Time to run away...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Shark",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5067",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It blends in very well with its surroundings.",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tropical wagtail",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5072",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This bird obviously doesn't believe in subtlety.",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Crimson swift",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5073",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Best served ice cold.",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cerulean twitch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5074",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Actually",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Golden warbler",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5075",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Nothing much to get in a flap about.",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Copper longtail",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5076",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Chinchompa",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "5079",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It looks fluffy and cute; it's probably deadly.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "magic_level": "2",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "5183",
+ "name": "Carnivorous chinchompa",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "2",
+ "id": "5080",
+ "range_level": "2",
+ "attack_level": "2"
+ },
+ {
+ "examine": "Wild.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ferret",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5081",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A black warlock. The air seems to distort wherever it passes.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Black warlock",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5082",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's a snowy knight butterfly.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Snowy knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5083",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A sapphire glacialis. It doesn't look as pretentious as its name sounds.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sapphire glacialis",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5084",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's a ruby harvest butterfly.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ruby harvest",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5085",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Curls up into a ball to protect itself from attack.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Prickly kebbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5086",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Now that's a big overbite.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sabre-toothed kebbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5087",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It uses its tail to hunt and skewer fish.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barb-tailed kebbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5088",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "That's a mean looking set of claws.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wild kebbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5089",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Ha! Thok much stronger.",
"melee_animation": "395",
"range_animation": "0",
- "range_level": "80",
- "safespot": null,
- "strength_level": "80",
- "weakness": "10"
- },
- {
- "id": "5098",
- "name": "Spotted kebbit",
- "examine": "It seems to be on a permanent sugar rush.",
- "attack_level": "1",
- "death_animation": "0",
+ "magic_level": "80",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5099",
- "name": "Dark kebbit",
- "examine": "Quieter than a ninja mouse with slippers on.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5100",
- "name": "Dashing kebbit",
- "examine": "Now you see it; now you don't.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5101",
- "name": "Sabre-toothed kyatt"
- },
- {
- "id": "5103",
- "name": "Sabre-toothed kyatt",
- "examine": "It's just like a big, white, furry, deadly can opener.",
- "attack_level": "25",
- "attack_speed": "5",
- "death_animation": "5234",
- "defence_animation": "404",
- "defence_level": "99",
- "lifepoints": "10",
- "magic_animation": "5228",
- "melee_animation": "5228",
- "range_animation": "5228",
- "range_level": "1",
- "respawn_delay": "10",
- "safespot": null,
- "strength_level": "25"
- },
- {
- "id": "5104",
- "name": "Spined larupia",
- "examine": "If you tried to ride that, you'd just impale yourself!",
- "attack_level": "15",
- "attack_speed": "5",
- "death_animation": "5234",
- "defence_animation": "404",
- "defence_level": "99",
- "lifepoints": "10",
- "magic_animation": "5228",
- "melee_animation": "5228",
- "range_animation": "5228",
- "range_level": "1",
- "safespot": null,
- "strength_level": "15"
- },
- {
- "id": "5105",
- "name": "Horned graahk",
- "examine": "Get in a graahk's way and you're going to know about it... however briefly.",
- "attack_level": "25",
- "attack_speed": "5",
- "death_animation": "5234",
- "defence_animation": "404",
- "defence_level": "99",
- "lifepoints": "10",
- "magic_animation": "5228",
- "melee_animation": "5228",
- "range_animation": "5228",
- "range_level": "1",
- "safespot": null,
- "strength_level": "25"
- },
- {
- "id": "5106",
- "name": "null",
- "examine": "It's just like a big, white, furry, deadly can opener.",
- "attack_level": "20",
- "attack_speed": "5",
- "death_animation": "9055",
- "defence_animation": "404",
+ "death_animation": "836",
+ "name": "Gyr Falcon",
"defence_level": "40",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "80",
+ "id": "5097",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "80"
+ },
+ {
+ "examine": "It seems to be on a permanent sugar rush.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Spotted kebbit",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "5228",
+ "strength_level": "1",
+ "id": "5098",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Quieter than a ninja mouse with slippers on.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dark kebbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5099",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Now you see it; now you don't.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dashing kebbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5100",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's just like a big, white, furry, deadly can opener.",
"melee_animation": "5228",
"range_animation": "5228",
- "range_level": "1",
+ "attack_speed": "5",
+ "respawn_delay": "10",
+ "defence_animation": "404",
+ "magic_animation": "5228",
+ "death_animation": "5234",
+ "name": "Sabre-toothed kyatt",
+ "defence_level": "99",
"safespot": null,
- "strength_level": "20"
+ "lifepoints": "10",
+ "strength_level": "25",
+ "id": "5103",
+ "range_level": "1",
+ "attack_level": "25"
},
{
- "id": "5110",
- "name": "Aleck"
+ "examine": "If you tried to ride that, you'd just impale yourself!",
+ "melee_animation": "5228",
+ "range_animation": "5228",
+ "attack_speed": "5",
+ "defence_animation": "404",
+ "magic_animation": "5228",
+ "death_animation": "5234",
+ "name": "Spined larupia",
+ "defence_level": "99",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "15",
+ "id": "5104",
+ "range_level": "1",
+ "attack_level": "15"
},
{
- "id": "5111",
- "name": "Leon",
- "examine": "He seems to be making odd sucking noises with his teeth."
+ "examine": "Get in a graahk's way and you're going to know about it... however briefly.",
+ "melee_animation": "5228",
+ "range_animation": "5228",
+ "attack_speed": "5",
+ "defence_animation": "404",
+ "magic_animation": "5228",
+ "death_animation": "5234",
+ "name": "Horned graahk",
+ "defence_level": "99",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "25",
+ "id": "5105",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "It's just like a big, white, furry, deadly can opener.",
+ "melee_animation": "5228",
+ "range_animation": "5228",
+ "attack_speed": "5",
+ "defence_animation": "404",
+ "magic_animation": "5228",
+ "death_animation": "9055",
+ "name": "null",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "20",
+ "id": "5106",
+ "range_level": "1",
+ "attack_level": "20"
},
{
- "id": "5112",
- "name": "Hunting expert",
"examine": "He must be good at hunting; even his hair blends in with the surroundings.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5113",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Hunting expert",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5112",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "With all the furs",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hunting expert",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5113",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5114",
- "name": "Orange salamander",
"examine": "Slightly slimy but kind of cute.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Orange salamander",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5114",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5115",
- "name": "Red salamander",
"examine": "Slightly slimy but certainly striking.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Red salamander",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5115",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5116",
- "name": "Black salamander",
"examine": "Slightly slimy and somewhat menacing.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Black salamander",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5116",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5117",
- "name": "Swamp lizard",
"examine": "Very slimy and generally disgusting.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Swamp lizard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5118",
- "name": "Eagle"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5117",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A very large",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Eagle",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5120",
- "name": "Eagle",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "A very large",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5121",
- "name": "Eagle"
- },
- {
- "id": "5122",
- "name": "Eagle"
- },
- {
- "id": "5123",
- "name": "Eagle"
- },
- {
- "id": "5124",
- "name": "Nickolaus"
- },
- {
- "id": "5127",
- "name": "Nickolaus"
- },
- {
- "id": "5128",
- "name": "Nickolaus"
- },
- {
- "id": "5129",
- "name": "Nickolaus"
- },
- {
- "id": "5130",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Desert eagle",
- "examine": "A very large",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5130",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5131",
+ "examine": "A very large",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Jungle eagle",
- "examine": "A very large",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5131",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5132",
+ "examine": "A very large",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Polar eagle",
- "examine": "A very large",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5132",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5133",
- "name": "Eagle",
"examine": "It seems to be protecting the nest.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5134",
- "name": "Kebbit"
- },
- {
- "id": "5137",
- "name": "Kebbit",
- "aggressive": "true",
- "attack_level": "1",
- "defence_animation": "5305",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Eagle",
"defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5133",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Kebbit",
+ "defence_level": "1",
+ "safespot": null,
"lifepoints": "40",
"melee_animation": "5304",
+ "strength_level": "1",
+ "id": "5137",
+ "aggressive": "true",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "5305"
},
{
- "id": "5138",
- "name": "Charlie"
- },
- {
- "id": "5139",
- "name": "Boulder"
- },
- {
- "id": "5140",
- "name": "Boulder",
"examine": "Now",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Boulder",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5140",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5141",
- "name": "Uri"
- },
- {
- "id": "5142",
- "name": "Uri"
- },
- {
- "id": "5143",
- "name": "Uri"
- },
- {
- "id": "5144",
- "name": "Double agent",
"examine": "He's playing both sides!",
- "aggressive": "true",
- "attack_level": "75",
+ "melee_animation": "422",
+ "range_animation": "0",
"attack_speed": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "75",
- "lifepoints": "85",
- "magic_animation": "0",
"magic_level": "75",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "75",
- "weakness": "6"
- },
- {
- "id": "5145",
- "name": "Double agent",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
"death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "120",
+ "name": "Double agent",
+ "defence_level": "75",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "75",
+ "id": "5144",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "75"
+ },
+ {
"melee_animation": "422",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Double agent",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "120",
+ "strength_level": "1",
+ "id": "5145",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5146",
- "name": "Li'l lamb",
"examine": "How cute!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Li'l lamb",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5146",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5147",
- "name": "Lamb",
"examine": "The black sheep of the family.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Lamb",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5148",
- "name": "Sheep"
- },
- {
- "id": "5149",
- "name": "Sheep"
- },
- {
- "id": "5150",
- "name": "Sheep"
- },
- {
- "id": "5151",
- "name": "Sheep"
- },
- {
- "id": "5152",
- "name": "Sheep"
- },
- {
- "id": "5153",
- "name": "Sheep"
- },
- {
- "id": "5154",
- "name": "Sheep"
- },
- {
- "id": "5155",
- "name": "Sheep"
- },
- {
- "id": "5156",
- "name": "Sheep"
- },
- {
- "id": "5157",
- "name": "Sheep"
- },
- {
- "id": "5158",
- "name": "Sheep"
- },
- {
- "id": "5159",
- "name": "Sheep"
- },
- {
- "id": "5160",
- "name": "Sheep"
- },
- {
- "id": "5161",
- "name": "Sheep"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5147",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "White and fluffy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sheep",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5162",
- "name": "Sheep",
- "examine": "White and fluffy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "White and fluffy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sheep",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5163",
- "name": "Sheep",
- "examine": "White and fluffy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This goat belongs to the mountain camp people.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mountain Goat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5164",
- "name": "Sheep",
- "examine": "White and fluffy"
- },
- {
- "id": "5165",
- "name": "Sheep"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5166",
- "name": "Mountain Goat",
- "examine": "This goat belongs to the mountain camp people.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "This goat belongs to the mountain camp people.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mountain Goat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5167",
- "name": "Mountain Goat",
- "examine": "This goat belongs to the mountain camp people.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "White and shaggy.",
+ "melee_animation": "5338",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5337",
+ "death_animation": "5336",
+ "name": "Ram",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "4",
+ "strength_level": "1",
"id": "5168",
- "name": "Ram",
- "examine": "White and fluffy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "757,759,758",
- "death_animation": "5336",
- "defence_animation": "5337",
- "defence_level": "1",
- "lifepoints": "8",
- "melee_animation": "5338",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
+ "attack_level": "1"
},
{
+ "examine": "White and shaggy.",
+ "melee_animation": "5338",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5337",
+ "death_animation": "5336",
+ "name": "Ram",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "4",
+ "strength_level": "1",
"id": "5169",
- "name": "Ram",
- "examine": "White and fluffy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "757,759,758",
- "death_animation": "5336",
- "defence_animation": "5337",
- "defence_level": "1",
- "lifepoints": "8",
- "melee_animation": "5338",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
+ "attack_level": "1"
},
{
+ "examine": "White and shaggy.",
+ "melee_animation": "5338",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5337",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5336",
+ "name": "Ram",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "2",
"id": "5170",
- "name": "Ram",
- "examine": "White and fluffy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "757,759,758",
- "death_animation": "5336",
- "defence_animation": "5337",
- "defence_level": "1",
- "lifepoints": "8",
- "magic_animation": "0",
- "melee_animation": "5338",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
+ "attack_level": "2"
},
{
- "id": "5171",
- "name": "Mountain goat",
"examine": "This beast doesn't need climbing boots.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mountain goat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5171",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5172",
- "name": "Golden sheep",
"examine": "Freshly shorn.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5173",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Golden sheep",
- "examine": "Lovely thick wool.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "5172",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Lovely thick wool.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5174",
- "name": "Ogre chieftain"
- },
- {
- "id": "5175",
- "name": "Ogre shaman"
- },
- {
- "id": "5176",
- "name": "Ogre shaman",
- "examine": "Seems intelligent... for an ogre.",
- "aggressive": "true",
- "attack_level": "65",
- "combat_style": "2",
"defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "371",
"magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
+ "death_animation": "0",
+ "name": "Golden sheep",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5173",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Seems intelligent... for an ogre.",
+ "slayer_task": "64",
+ "combat_style": "2",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Ogre shaman",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "371",
"strength_level": "65",
- "weakness": "7"
- },
- {
- "id": "5177",
- "name": "Ogre shaman"
- },
- {
- "id": "5178",
- "name": "Blue dragon",
- "examine": "A mother dragon.",
+ "id": "5176",
"aggressive": "true",
- "attack_level": "95",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "95",
- "lifepoints": "105",
- "magic_animation": "80",
- "magic_level": "1",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "A mother dragon.",
+ "slayer_task": "11",
"melee_animation": "80",
"range_animation": "80",
- "range_level": "1",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "89",
+ "weakness": "3",
"slayer_exp": "108",
+ "magic_animation": "80",
+ "death_animation": "92",
+ "name": "Blue dragon",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
"strength_level": "95",
- "weakness": "3"
- },
- {
- "id": "5179",
- "name": "Elkoy"
- },
- {
- "id": "5180",
- "name": "Ogre shaman"
+ "id": "5178",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,50,70,70,60,50,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "95"
},
{
+ "examine": "Seems intelligent... for an ogre.",
+ "slayer_task": "64",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Ogre shaman",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "371",
+ "strength_level": "65",
"id": "5181",
- "name": "Ogre shaman",
- "examine": "Seems intelligent... for an ogre.",
- "attack_level": "65",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "371",
- "magic_animation": "0",
- "range_animation": "0",
"range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "Seems intelligent... for an ogre.",
+ "slayer_task": "64",
+ "combat_style": "2",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Ogre shaman",
+ "defence_level": "65",
"safespot": null,
+ "lifepoints": "371",
"strength_level": "65",
- "weakness": "7"
- },
- {
- "id": "5182",
- "name": "Elkoy"
- },
- {
- "id": "5183",
- "name": "Ogre shaman"
- },
- {
"id": "5184",
- "name": "Ogre shaman",
- "examine": "Seems intelligent... for an ogre.",
"aggressive": "true",
- "attack_level": "65",
- "combat_style": "2",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "371",
- "magic_animation": "0",
- "range_animation": "0",
"range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "Seems intelligent... for an ogre.",
+ "slayer_task": "64",
+ "combat_style": "2",
+ "range_animation": "0",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Ogre shaman",
+ "defence_level": "65",
"safespot": null,
+ "lifepoints": "371",
"strength_level": "65",
- "weakness": "7"
- },
- {
- "id": "5185",
- "name": "Biggleswade"
- },
- {
- "id": "5186",
- "name": "Ogre shaman"
- },
- {
"id": "5187",
- "name": "Ogre shaman",
- "examine": "Seems intelligent... for an ogre.",
"aggressive": "true",
- "attack_level": "65",
- "combat_style": "2",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "371",
- "magic_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "7"
+ "attack_level": "65"
},
{
- "id": "5188",
- "name": "Saff Waldon",
"examine": "It's Nial",
- "aggressive": "true",
- "attack_level": "58",
- "death_animation": "8948",
- "defence_animation": "0",
- "defence_level": "58",
- "lifepoints": "165",
- "magic_animation": "0",
- "magic_level": "58",
"melee_animation": "8946",
"range_animation": "0",
- "range_level": "58",
+ "magic_level": "58",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8948",
+ "name": "Saff Waldon",
+ "defence_level": "58",
"safespot": null,
+ "lifepoints": "165",
"strength_level": "58",
- "weakness": "10"
- },
- {
- "id": "5189",
- "name": "Ogre shaman"
+ "id": "5188",
+ "aggressive": "true",
+ "range_level": "58",
+ "attack_level": "58"
},
{
+ "examine": "Seems intelligent. For an ogre.",
+ "combat_style": "2",
+ "name": "Ogre shaman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
"id": "5190",
- "name": "Ogre shaman",
- "examine": "Seems intelligent. For an ogre.",
"aggressive": "true",
- "attack_level": "1",
- "combat_style": "2",
- "defence_level": "1",
- "lifepoints": "1",
"range_level": "1",
"respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Seems intelligent. For an ogre.",
+ "combat_style": "2",
+ "name": "Ogre shaman",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5191",
- "name": "Blaze Sharpeye"
- },
- {
- "id": "5192",
- "name": "Ogre shaman"
- },
- {
+ "lifepoints": "1",
+ "strength_level": "1",
"id": "5193",
- "name": "Ogre shaman",
- "examine": "Seems intelligent. For an ogre.",
"aggressive": "true",
- "attack_level": "1",
- "combat_style": "2",
- "defence_level": "1",
- "lifepoints": "1",
"range_level": "1",
"respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A wizard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wizard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5194",
- "name": "Blaze Sharpeye"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5195",
- "name": "Wizard",
- "examine": "A wizard.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A wizard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wizard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5196",
- "name": "Wizard",
- "examine": "A wizard.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A wizard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wizard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5197",
- "name": "Wizard",
- "examine": "A wizard.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "5198",
- "name": "Ava",
- "examine": "She's watching you."
- },
- {
- "id": "5199",
- "name": "Witch"
- },
- {
- "id": "5200",
- "name": "Witch",
- "examine": "The hat's a dead giveaway."
- },
- {
- "id": "5201",
- "name": "Alice's husband"
- },
- {
- "id": "5203",
- "name": "Alice's husband"
- },
- {
- "id": "5204",
- "name": "Alice's husband",
"examine": "She needs to work out before facing Thok.",
- "aggressive": "true",
- "attack_level": "80",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "22",
- "magic_animation": "0",
- "magic_level": "80",
"melee_animation": "7041",
"range_animation": "0",
- "range_level": "80",
+ "magic_level": "80",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Alice's husband",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "22",
"strength_level": "80",
- "weakness": "10"
+ "id": "5204",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "80"
},
{
- "id": "5205",
- "name": "Alice's husband"
- },
- {
- "id": "5206",
- "name": "Tree"
- },
- {
- "id": "5208",
- "name": "Undead tree"
- },
- {
- "id": "5209",
- "name": " Sneaky undead fowl"
- },
- {
- "id": "5210",
- "name": "Cow1337killr"
- },
- {
- "id": "5211",
- "name": "Undead cow",
"examine": "It's an undead cow.",
- "aggressive": "false",
- "attack_level": "1",
- "attack_speed": "4",
- "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "death_animation": "5851",
- "defence_animation": "5850",
- "defence_level": "1",
- "lifepoints": "8",
- "magic_animation": "5849",
- "magic_level": "1",
"melee_animation": "5849",
"range_animation": "5849",
- "range_level": "1",
+ "attack_speed": "4",
+ "magic_level": "1",
"respawn_delay": "5",
+ "defence_animation": "5850",
+ "magic_animation": "5849",
+ "death_animation": "5851",
+ "name": "Undead cow",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5212",
- "name": "Alice"
- },
- {
- "id": "5213",
- "name": "Penance Fighter"
- },
- {
- "id": "5214",
- "name": "Penance Fighter"
- },
- {
- "id": "5215",
- "name": "Penance Fighter"
- },
- {
- "id": "5216",
- "name": "Penance Fighter"
- },
- {
- "id": "5217",
- "name": "Penance Fighter"
- },
- {
- "id": "5218",
- "name": "Penance Fighter"
- },
- {
- "id": "5219",
- "name": "Penance Fighter"
- },
- {
- "id": "5220",
- "name": "Penance Runner"
- },
- {
- "id": "5221",
- "name": "Penance Runner"
- },
- {
- "id": "5222",
- "name": "Penance Runner"
- },
- {
- "id": "5223",
- "name": "Penance Runner"
- },
- {
- "id": "5224",
- "name": "Penance Runner"
- },
- {
- "id": "5225",
- "name": "Penance Runner"
- },
- {
- "id": "5226",
- "name": "Penance Runner"
- },
- {
- "id": "5227",
- "name": "Penance Runner"
- },
- {
- "id": "5228",
- "name": "Penance Runner"
+ "lifepoints": "8",
+ "strength_level": "1",
+ "id": "5211",
+ "aggressive": "false",
+ "bonuses": "-15,-15,-15,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Shooty-shooty.",
+ "combat_style": "1",
+ "melee_animation": "5395",
+ "respawn_delay": "60",
+ "defence_animation": "5396",
+ "death_animation": "5937",
+ "name": "Penance Ranger",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5229",
- "name": "Penance Ranger",
- "examine": "Shooty-shooty.",
"aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "5937",
- "defence_animation": "5396",
- "defence_level": "1",
- "lifepoints": "10",
- "melee_animation": "5395",
"range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Shooty-shooty.",
+ "combat_style": "1",
+ "melee_animation": "5395",
"respawn_delay": "60",
+ "defence_animation": "5396",
+ "death_animation": "5937",
+ "name": "Penance Ranger",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5230",
- "name": "Penance Ranger"
- },
- {
- "id": "5231",
- "name": "Penance Ranger"
- },
- {
- "id": "5232",
- "name": "Penance Ranger"
- },
- {
- "id": "5233",
- "name": "Penance Ranger"
- },
- {
- "id": "5234",
- "name": "Penance Ranger"
- },
- {
- "id": "5235",
- "name": "Penance Ranger"
- },
- {
- "id": "5236",
- "name": "Penance Ranger"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "5237",
- "name": "Penance Ranger",
- "examine": "Shooty-shooty.",
"aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "5937",
- "defence_animation": "5396",
- "defence_level": "1",
- "lifepoints": "10",
- "melee_animation": "5395",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "5238",
- "name": "Penance Healer"
- },
- {
- "id": "5239",
- "name": "Penance Healer"
- },
- {
- "id": "5240",
- "name": "Penance Healer"
- },
- {
- "id": "5241",
- "name": "Penance Healer"
- },
- {
- "id": "5242",
- "name": "Penance Healer"
- },
- {
- "id": "5243",
- "name": "Penance Healer"
- },
- {
- "id": "5244",
- "name": "Penance Healer"
- },
- {
- "id": "5245",
- "name": "Penance Healer"
- },
- {
- "id": "5246",
- "name": "Penance Healer"
- },
- {
- "id": "5247",
- "name": "Penance Queen",
"examine": "Run away! Run away!",
- "aggressive": "true",
- "attack_level": "260",
- "death_animation": "5412",
- "defence_animation": "0",
- "defence_level": "132",
- "lifepoints": "71",
- "magic_animation": "0",
"melee_animation": "5411",
"range_animation": "0",
- "range_level": "116",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "5412",
+ "name": "Penance Queen",
+ "defence_level": "132",
"safespot": null,
- "strength_level": "260"
+ "lifepoints": "71",
+ "strength_level": "260",
+ "id": "5247",
+ "aggressive": "true",
+ "range_level": "116",
+ "attack_level": "260"
},
{
- "id": "5248",
- "name": "Queen spawn",
"examine": "What's it looking at?",
- "aggressive": "true",
- "attack_level": "60",
- "death_animation": "5093",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "450",
- "magic_animation": "0",
"melee_animation": "5092",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "5093",
+ "name": "Queen spawn",
+ "defence_level": "50",
"safespot": null,
- "strength_level": "60"
+ "lifepoints": "450",
+ "strength_level": "60",
+ "id": "5248",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "60"
},
{
- "id": "5249",
- "name": "Captain Errdo",
"examine": "He looks embarrassed",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain Errdo",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5249",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "5250",
- "name": "Scarab mage",
"examine": "Part scarab, part man.",
- "aggressive": "true",
- "attack_level": "40",
+ "slayer_task": "70",
"combat_style": "2",
- "death_animation": "7616",
- "defence_animation": "0",
- "defence_level": "54",
- "lifepoints": "77",
- "magic_animation": "0",
- "magic_level": "54",
"melee_animation": "7615",
"range_animation": "0",
- "range_level": "1",
+ "magic_level": "54",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "7616",
+ "name": "Scarab mage",
+ "defence_level": "54",
"safespot": null,
+ "lifepoints": "77",
"strength_level": "40",
- "weakness": "3"
+ "id": "5250",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "5251",
- "name": "Locust rider",
"examine": "A mounted lancer.",
- "aggressive": "true",
- "attack_level": "54",
- "death_animation": "7581",
- "defence_animation": "0",
- "defence_level": "54",
- "lifepoints": "77",
- "magic_animation": "0",
+ "slayer_task": "70",
"melee_animation": "7584",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "7581",
+ "name": "Locust rider",
+ "defence_level": "54",
"safespot": null,
+ "lifepoints": "77",
"strength_level": "54",
- "weakness": "7"
+ "id": "5251",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "54"
},
{
- "id": "5252",
- "name": "Locust rider",
"examine": "A mounted archer.",
- "aggressive": "true",
- "attack_level": "40",
- "death_animation": "7581",
- "defence_animation": "0",
- "defence_level": "54",
- "lifepoints": "77",
- "magic_animation": "0",
+ "slayer_task": "70",
"melee_animation": "5451",
"range_animation": "5451",
- "range_level": "54",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "7581",
+ "name": "Locust rider",
+ "defence_level": "54",
"safespot": null,
+ "lifepoints": "77",
"strength_level": "40",
- "weakness": "2"
+ "id": "5252",
+ "aggressive": "true",
+ "range_level": "54",
+ "attack_level": "40"
},
{
- "id": "5253",
- "name": "Giant scarab",
"examine": "A huge scarab beast.",
- "aggressive": "true",
- "attack_level": "62",
- "death_animation": "5456",
- "defence_animation": "0",
- "defence_level": "62",
- "lifepoints": "571",
- "magic_animation": "0",
- "magic_level": "62",
+ "slayer_task": "70",
"melee_animation": "5457",
"range_animation": "0",
- "range_level": "62",
- "safespot": null,
- "strength_level": "62",
- "weakness": "10"
- },
- {
- "id": "5254",
- "name": "Scarab mage",
- "examine": "Part scarab, part man.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "2",
- "death_animation": "7616",
- "defence_animation": "7617",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "7615",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5255",
- "name": "Locust rider"
- },
- {
- "id": "5256",
- "name": "Locust rider"
- },
- {
- "id": "5257",
- "name": "Banker"
- },
- {
- "id": "5258",
- "name": "Banker",
- "examine": "He can look after my money.",
- "attack_level": "1",
- "death_animation": "0",
+ "magic_level": "62",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5259",
- "name": "Banker"
- },
- {
- "id": "5260",
- "name": "Banker",
- "examine": "She can look after my money.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5261",
- "name": "Stonemason"
- },
- {
- "id": "5263",
- "name": "Nathifa"
- },
- {
- "id": "5265",
- "name": "Urbi"
- },
- {
- "id": "5267",
- "name": "Jamila"
- },
- {
- "id": "5269",
- "name": "Sophanem guard"
- },
- {
- "id": "5270",
- "name": "Sophanem guard",
- "examine": "A guard of Sophanem.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5271",
- "name": "Sophanem guard"
- },
- {
- "id": "5273",
- "name": "Sophanem guard"
- },
- {
- "id": "5274",
- "name": "Sophanem guard",
- "examine": "A guard of Sophanem.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5275",
- "name": "Sophanem guard"
- },
- {
- "id": "5277",
- "name": "Menaphite guard",
- "examine": "A guard of Menaphos.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5278",
- "name": "Coenus"
- },
- {
- "id": "5279",
- "name": "Jex"
- },
- {
- "id": "5280",
- "name": "Maisa"
- },
- {
- "id": "5282",
- "name": "Osman"
- },
- {
- "id": "5285",
- "name": "Osman",
- "examine": "Flings annoying splinters at Thok.",
- "aggressive": "true",
- "attack_level": "80",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "22",
- "magic_animation": "0",
- "magic_level": "80",
- "melee_animation": "426",
- "range_animation": "426",
- "range_level": "80",
- "safespot": null,
- "strength_level": "80",
- "weakness": "10"
- },
- {
- "id": "5286",
- "name": "Osman"
- },
- {
- "id": "5287",
- "name": "Osman"
- },
- {
- "id": "5288",
- "name": "Embalmer"
- },
- {
- "id": "5289",
- "name": "Carpenter"
- },
- {
- "id": "5290",
- "name": "Linen worker"
- },
- {
- "id": "5291",
- "name": "Priest"
- },
- {
- "id": "5292",
- "name": "Giant scarab"
- },
- {
- "id": "5293",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5294",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5295",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5296",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5297",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5298",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5299",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5300",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5301",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5302",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5303",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5304",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5305",
- "name": "Zombie",
- "examine": "Brains!",
- "attack_level": "11",
- "attack_speed": "5",
- "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "10",
- "lifepoints": "18",
- "magic_animation": "5568",
- "melee_animation": "5568",
- "range_animation": "5568",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5306",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "22",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5307",
- "name": "Zombie",
- "examine": "Brains!",
- "attack_level": "11",
- "attack_speed": "5",
- "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "10",
- "lifepoints": "18",
- "magic_animation": "5568",
- "melee_animation": "5568",
- "range_animation": "5568",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5308",
- "name": "Zombie",
- "examine": "Brains!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "24",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5309",
- "name": "Zombie",
- "examine": "Brains!",
- "attack_level": "15",
- "attack_speed": "5",
- "bonuses": "10,15,16,16,15,16,16,10,10,16,15,15,15,15,15",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "16",
- "lifepoints": "40",
- "magic_animation": "5571",
- "melee_animation": "5571",
- "range_animation": "5571",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5310",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "24",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5311",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "24",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5312",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "24",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5313",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "24",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5314",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5315",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5316",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5317",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5318",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5319",
- "name": "Zombie",
- "examine": "Examine not added",
- "attack_level": "15",
- "attack_speed": "5",
- "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "20",
- "lifepoints": "40",
- "magic_animation": "5571",
- "melee_animation": "5571",
- "range_animation": "5571",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5320",
- "name": "Zombie",
- "examine": "Examine not added",
- "attack_level": "18",
- "attack_speed": "5",
- "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "20",
- "lifepoints": "40",
- "magic_animation": "5571",
- "melee_animation": "5571",
- "range_animation": "5571",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5321",
- "name": "Zombie",
- "examine": "Examine not added",
- "attack_level": "18",
- "attack_speed": "5",
- "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "20",
- "lifepoints": "40",
- "magic_animation": "5571",
- "melee_animation": "5571",
- "range_animation": "5571",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5322",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "aggressive": "true",
- "attack_level": "20",
- "attack_speed": "5",
- "bonuses": "21,19,20,42,44,34,41,38,40,21,0,0,0,0,0",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "23",
- "lifepoints": "30",
- "magic_animation": "5571",
- "melee_animation": "5571",
- "range_animation": "5571",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "19"
- },
- {
- "id": "5323",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5324",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5325",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5326",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5327",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5328",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5329",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5330",
- "name": "Zombie",
- "examine": "",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5331",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5332",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "15",
- "attack_speed": "4",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "17",
- "lifepoints": "29",
- "magic_level": "1",
- "melee_animation": "5485",
- "range_level": "1",
- "respawn_delay": "70",
- "safespot": null,
- "strength_level": "18",
- "weakness": "8"
- },
- {
- "id": "5333",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "15",
- "attack_speed": "4",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "17",
- "lifepoints": "29",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "70",
- "safespot": null,
- "strength_level": "18",
- "weakness": "8"
- },
- {
- "id": "5334",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "15",
- "attack_speed": "4",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "17",
- "lifepoints": "29",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "70",
- "safespot": null,
- "strength_level": "18",
- "weakness": "8"
- },
- {
- "id": "5335",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "attack_level": "11",
- "attack_speed": "6",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "1",
- "lifepoints": "24",
- "magic_animation": "5485",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "safespot": null,
- "strength_level": "11"
- },
- {
- "id": "5336",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "attack_level": "11",
- "attack_speed": "6",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "1",
- "lifepoints": "24",
- "magic_animation": "5485",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "safespot": null,
- "strength_level": "11"
- },
- {
- "id": "5337",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "24",
- "attack_speed": "4",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "24",
- "lifepoints": "17",
- "magic_animation": "5485",
- "magic_level": "1",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "24",
- "weakness": "8"
- },
- {
- "id": "5338",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "attack_level": "12",
- "attack_speed": "6",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "23",
- "lifepoints": "17",
- "magic_animation": "5485",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "safespot": null,
- "strength_level": "12",
- "weakness": "8"
- },
- {
- "id": "5339",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "attack_level": "12",
- "attack_speed": "6",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "23",
- "lifepoints": "17",
- "magic_animation": "5485",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "safespot": null,
- "strength_level": "12",
- "weakness": "8"
- },
- {
- "id": "5340",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "attack_level": "12",
- "attack_speed": "6",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5489",
- "defence_level": "23",
- "lifepoints": "17",
- "magic_animation": "5485",
- "melee_animation": "5485",
- "range_animation": "5485",
- "range_level": "1",
- "safespot": null,
- "strength_level": "12",
- "weakness": "8"
- },
- {
- "id": "5341",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "42",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5503",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
- "magic_animation": "0",
- "melee_animation": "5499",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "42",
- "weakness": "8"
- },
- {
- "id": "5342",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "18",
- "melee_animation": "5532",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "5343",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5344",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "18",
- "melee_animation": "5532",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "5345",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "18",
- "melee_animation": "5532",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "5346",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5347",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "18",
- "melee_animation": "5532",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "5348",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "18",
- "melee_animation": "5532",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "5349",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5350",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5351",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5352",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5353",
- "name": "Undead one",
- "examine": "A minion of Rashiliyia.",
- "aggressive": "true",
- "attack_level": "32",
- "attack_speed": "5",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "32",
- "weakness": "8"
- },
- {
- "id": "5354",
- "name": "Undead one",
- "examine": "A minion of Rashiliyia.",
- "attack_level": "33",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "33",
- "lifepoints": "47",
- "magic_animation": "0",
- "melee_animation": "5487",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "33",
- "weakness": "8"
- },
- {
- "id": "5355",
- "name": "Undead one",
- "examine": "The animated dead; one of Rashiliyia's minions.",
- "aggressive": "true",
- "attack_level": "32",
- "attack_speed": "5",
- "death_animation": "5569",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "melee_animation": "5568",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "32",
- "weakness": "8"
- },
- {
- "id": "5356",
- "name": "Undead one",
- "examine": "The animated dead; one of Rashiliyia's minions.",
- "aggressive": "true",
- "attack_level": "32",
- "attack_speed": "5",
- "death_animation": "5569",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "melee_animation": "5568",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "32",
- "weakness": "8"
- },
- {
- "id": "5357",
- "name": "Undead one",
- "examine": "The animated dead; one of Rashiliyia's minions.",
- "aggressive": "true",
- "attack_level": "33",
- "attack_speed": "5",
- "death_animation": "5575",
- "defence_animation": "0",
- "defence_level": "33",
- "lifepoints": "47",
- "magic_animation": "0",
- "melee_animation": "5571",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "33",
- "weakness": "8"
- },
- {
- "id": "5358",
- "name": "Undead one",
- "examine": "The animated dead; one of Rashiliyia's minions.",
- "aggressive": "true",
- "attack_level": "33",
- "attack_speed": "5",
- "death_animation": "5575",
- "defence_animation": "0",
- "defence_level": "33",
- "lifepoints": "47",
- "magic_animation": "0",
- "melee_animation": "5571",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "33",
- "weakness": "8"
- },
- {
- "id": "5359",
- "name": "Giant skeleton",
- "examine": "A giant skeleton.",
- "attack_level": "60",
- "death_animation": "5503",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "5499",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "60",
- "weakness": "8"
- },
- {
- "id": "5360",
- "name": "Mummy ashes"
- },
- {
- "id": "5361",
- "name": "Waterfiend",
- "examine": "A fiendish embodiment of water.",
- "aggressive": "true",
- "attack_level": "0",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,100,100,10,100,100,0,0,0,0,0",
- "combat_audio": "3774,3773,3772",
- "combat_style": "1",
- "death_animation": "300",
- "defence_animation": "301",
- "defence_level": "128",
- "lifepoints": "128",
- "magic_animation": "299",
- "magic_level": "105",
- "melee_animation": "299",
- "poison_immune": "true",
- "projectile": "16",
- "range_animation": "299",
- "range_level": "105",
- "safespot": null,
- "strength_level": "0",
- "weakness": "4"
- },
- {
- "id": "5362",
- "name": "Brutal green dragon",
- "examine": "It appears to be intelligent and savage.",
- "aggressive": "true",
- "attack_level": "268",
- "attack_speed": "4",
- "clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "168",
- "lifepoints": "175",
- "magic_animation": "91",
- "magic_level": "168",
- "melee_animation": "91",
- "poison_immune": "true",
- "range_animation": "91",
- "range_level": "0",
- "safespot": null,
- "slayer_exp": "183",
- "strength_level": "168",
- "weakness": "3"
- },
- {
- "id": "5363",
- "name": "Mithril dragon",
- "examine": "Experimenting with mithril gone bad!",
- "aggressive": "true",
- "attack_level": "268",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,50,100,70,30,90,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "92",
- "defence_animation": "89",
- "defence_level": "268",
- "lifepoints": "254",
- "magic_animation": "91",
- "magic_level": "168",
- "melee_animation": "91",
- "range_animation": "91",
- "range_level": "168",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "273",
- "strength_level": "268",
- "weakness": "8"
- },
- {
- "id": "5364",
- "name": "Confused barbarian",
- "examine": "It appears to be intelligent and savage.",
- "attack_level": "70",
- "attack_speed": "6",
- "defence_level": "50",
- "lifepoints": "175",
- "range_level": "167",
- "safespot": null,
- "strength_level": "167",
- "weakness": "7"
- },
- {
- "id": "5365",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "34",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "34",
- "weakness": "7"
- },
- {
- "id": "5366",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "60",
- "melee_animation": "5485",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5367",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "85",
- "melee_animation": "5485",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5368",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "85",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5369",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "36",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5370",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "36",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5371",
- "name": "Ghost",
- "examine": "Eeek! A ghost!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "36",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5372",
- "name": "Ghost",
- "examine": "Why does it attack with twigs? Swords and axes much better.",
- "aggressive": "true",
- "attack_level": "80",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "40",
- "lifepoints": "36",
- "magic_animation": "0",
- "magic_level": "80",
- "melee_animation": "5532",
- "range_animation": "426",
- "range_level": "80",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "80",
- "weakness": "10"
- },
- {
- "id": "5373",
- "name": "Ghost",
- "examine": "Are these twigs meant to hurt Thok?",
- "aggressive": "true",
- "attack_level": "80",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "40",
- "lifepoints": "36",
- "magic_animation": "0",
- "magic_level": "80",
- "melee_animation": "5532",
- "range_animation": "426",
- "range_level": "80",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "80",
- "weakness": "10"
- },
- {
- "id": "5374",
- "name": "Ghost",
- "examine": "It thinks it scary. Thok show it scary.",
- "aggressive": "true",
- "attack_level": "80",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "70",
- "lifepoints": "36",
- "magic_animation": "0",
- "magic_level": "80",
- "melee_animation": "5532",
- "range_animation": "0",
- "range_level": "80",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "80",
- "weakness": "10"
- },
- {
- "id": "5375",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "aggressive": "true",
- "attack_level": "25",
- "attack_speed": "5",
- "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25",
- "combat_audio": "918,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "25",
- "lifepoints": "23",
- "magic_animation": "5568",
- "melee_animation": "5568",
- "range_animation": "5568",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5376",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "aggressive": "true",
- "attack_level": "25",
- "attack_speed": "5",
- "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25",
- "combat_audio": "918,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "25",
- "lifepoints": "23",
- "magic_animation": "5568",
- "melee_animation": "5568",
- "range_animation": "5568",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5377",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "aggressive": "true",
- "attack_level": "38",
- "attack_speed": "5",
- "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25",
- "combat_audio": "918,923,922",
- "death_animation": "5580",
- "defence_animation": "5579",
- "defence_level": "28",
- "lifepoints": "30",
- "magic_animation": "5578",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5378",
- "name": "Zombie",
- "examine": "Dead man walking.",
- "aggressive": "true",
- "attack_level": "38",
- "attack_speed": "5",
- "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25",
- "combat_audio": "918,923,922",
- "death_animation": "5580",
- "defence_animation": "5579",
- "defence_level": "28",
- "lifepoints": "30",
- "magic_animation": "5578",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5379",
- "name": "Zombie",
- "examine": "The walking dead.",
- "aggressive": "true",
- "attack_level": "47",
- "attack_speed": "5",
- "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45",
- "combat_audio": "918,923,922",
- "death_animation": "5580",
- "defence_animation": "5579",
- "defence_level": "48",
- "lifepoints": "40",
- "magic_animation": "5578",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5380",
- "name": "Zombie",
- "examine": "The walking dead.",
- "aggressive": "true",
- "attack_level": "47",
- "attack_speed": "5",
- "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45",
- "combat_audio": "918,923,922",
- "death_animation": "5580",
- "defence_animation": "5579",
- "defence_level": "48",
- "lifepoints": "40",
- "magic_animation": "5578",
- "melee_animation": "5578",
- "range_animation": "5578",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5381",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "62",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
+ "death_animation": "5456",
+ "name": "Giant scarab",
"defence_level": "62",
- "lifepoints": "88",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
+ "lifepoints": "571",
"strength_level": "62",
- "weakness": "8"
- },
- {
- "id": "5382",
- "name": "Animated steel armour",
- "examine": "Animated steel armour.",
- "attack_level": "28",
- "death_animation": "4167",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
- "melee_animation": "386",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "28",
- "weakness": "7"
- },
- {
- "id": "5383",
- "name": "Odovacar"
- },
- {
- "id": "5384",
- "name": "Giant skeleton",
- "examine": "Big and bony, just how I like them.",
- "aggressive": "true",
- "attack_level": "95",
- "attack_speed": "2",
- "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25",
- "death_animation": "5503",
- "defence_animation": "5489",
- "defence_level": "85",
- "lifepoints": "100",
- "magic_animation": "5499",
- "melee_animation": "5499",
- "poison_immune": "true",
- "projectile": "2718",
- "range_animation": "5499",
- "range_level": "1",
- "safespot": null,
- "start_gfx": "2713",
- "strength_level": "95"
- },
- {
- "id": "5385",
- "name": "Skeleton",
- "examine": "A skeleton in a dress!",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "57",
- "lifepoints": "81",
- "magic_animation": "0",
- "magic_level": "57",
- "melee_animation": "5487",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "5386",
- "name": "Skeleton",
- "examine": "Achingly thin.",
- "aggressive": "true",
- "attack_level": "55",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "5487",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "8"
- },
- {
- "id": "5387",
- "name": "Skeleton",
- "examine": "Look: another skeleton.",
- "aggressive": "true",
- "attack_level": "55",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "8"
- },
- {
- "id": "5388",
- "name": "Skeleton",
- "examine": "That skeleton's grinning at me.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
- "melee_animation": "5487",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "50",
- "weakness": "8"
- },
- {
- "id": "5389",
- "name": "Skeleton",
- "examine": "He needs a tan.",
- "aggressive": "true",
- "attack_level": "51",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "51",
- "lifepoints": "72",
- "magic_animation": "0",
- "melee_animation": "5487",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "51",
- "weakness": "8"
- },
- {
- "id": "5390",
- "name": "Skeleton",
- "examine": "How do you know if a skeleton's male or female?",
- "aggressive": "true",
- "attack_level": "36",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "420",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "36"
- },
- {
- "id": "5391",
- "name": "Skeleton",
- "examine": "He obviously hasn't realised he's dead.",
- "aggressive": "true",
- "attack_level": "55",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "8"
- },
- {
- "id": "5392",
- "name": "Skeleton",
- "examine": "Put some meat on those bones!",
- "aggressive": "true",
- "attack_level": "52",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "74",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "52",
- "weakness": "8"
- },
- {
- "id": "5393",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "56",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5394",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "40",
- "melee_animation": "5578",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5395",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5396",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5397",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5398",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5399",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5400",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5401",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5402",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5403",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5404",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5569",
- "defence_animation": "5567",
- "defence_level": "1",
- "lifepoints": "92",
- "melee_animation": "5568",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5405",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5406",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5407",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5408",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5409",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5410",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "5411",
- "name": "Skeleton",
- "examine": "An angry skeleton.",
- "aggressive": "true",
- "attack_level": "55",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "5487",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "8"
- },
- {
- "id": "5412",
- "name": "Skeleton",
- "examine": "Cross bones.",
- "aggressive": "true",
- "attack_level": "57",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "57",
- "lifepoints": "81",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "57",
- "weakness": "8"
- },
- {
- "id": "5413",
- "name": "Possessed pickaxe",
- "examine": "How does it move of its own accord?",
- "aggressive": "true",
- "attack_level": "55",
- "death_animation": "5592",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "5591",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "6"
- },
- {
- "id": "5414",
- "name": "Animated spade",
- "examine": "How does it move of its own accord?",
- "attack_level": "52",
- "death_animation": "5596",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "74",
- "magic_animation": "0",
- "melee_animation": "5597",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "52",
- "weakness": "6"
- },
- {
- "id": "5415",
- "name": "Terror dog statue"
- },
- {
- "id": "5416",
- "name": "Terror dog statue"
- },
- {
- "id": "5417",
- "name": "Terror dog",
- "examine": "A terrifying dog beast.",
- "aggressive": "true",
- "attack_level": "47",
- "attack_speed": "5",
- "death_animation": "5628",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "134",
- "magic_animation": "0",
- "melee_animation": "5625",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "1"
- },
- {
- "id": "5418",
- "name": "Terror dog",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "5627",
- "defence_animation": "5626",
- "defence_level": "1",
- "lifepoints": "82",
- "melee_animation": "5625",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5419",
- "name": "Tarn"
- },
- {
- "id": "5420",
- "name": "Tarn",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "5619",
- "defence_animation": "5618",
- "defence_level": "1",
- "lifepoints": "65",
- "melee_animation": "5617",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5421",
- "name": "Mutant tarn",
- "examine": "I preferred him when he was human.",
- "aggressive": "true",
- "attack_level": "57",
- "attack_speed": "6",
- "death_animation": "5619",
- "defence_animation": "0",
- "defence_level": "57",
- "lifepoints": "325",
- "magic_animation": "0",
- "melee_animation": "5617",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "57",
- "weakness": "6"
- },
- {
- "id": "5422",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "63",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "63",
- "lifepoints": "90",
- "magic_animation": "0",
- "melee_animation": "5485",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "63",
- "weakness": "8"
- },
- {
- "id": "5423",
- "name": "Larry"
- },
- {
- "id": "5425",
- "name": "Larry"
- },
- {
- "id": "5426",
- "name": "Larry"
- },
- {
- "id": "5427",
- "name": "Penguin"
- },
- {
- "id": "5429",
- "name": "Penguin"
- },
- {
- "id": "5430",
- "name": "Penguin"
- },
- {
- "id": "5431",
- "name": "KGP Guard"
- },
- {
- "id": "5432",
- "name": "Pescaling Pax"
- },
- {
- "id": "5433",
- "name": "Ping"
- },
- {
- "id": "5434",
- "name": "Ping"
- },
- {
- "id": "5435",
- "name": "Pong"
- },
- {
- "id": "5436",
- "name": "Pong"
- },
- {
- "id": "5437",
- "name": "Ping"
- },
- {
- "id": "5438",
- "name": "Pong"
- },
- {
- "id": "5439",
- "name": "null",
- "examine": "What restful music!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5442",
- "name": "KGP Agent",
- "examine": "What restful music!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5443",
- "name": "Noodle"
- },
- {
- "id": "5445",
- "name": "Penguin"
- },
- {
- "id": "5446",
- "name": "Penguin suit"
- },
- {
- "id": "5447",
- "name": "Agility Instructor",
- "examine": "Instructs agility.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5448",
- "name": "Army Commander",
- "examine": "An army commander.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5449",
- "name": "Penguin"
- },
- {
- "id": "5450",
- "name": "Penguin"
- },
- {
- "id": "5451",
- "name": "Penguin"
- },
- {
- "id": "5452",
- "name": "Icelord",
- "examine": "Sturdy cold being.",
- "aggressive": "true",
- "attack_level": "22",
- "death_animation": "5726",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "5724",
- "range_animation": "5725",
- "range_level": "30",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "22",
- "weakness": "0"
- },
- {
- "id": "5453",
- "name": "Icelord",
- "examine": "Sturdy cold being.",
- "aggressive": "true",
- "attack_level": "30",
- "death_animation": "5726",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "5724",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "9"
- },
- {
- "id": "5454",
- "name": "Icelord",
- "examine": "Sturdy cold being.",
- "aggressive": "true",
- "attack_level": "30",
- "death_animation": "5726",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "5724",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "9"
- },
- {
- "id": "5455",
- "name": "Icelord",
- "examine": "Sturdy cold being.",
- "aggressive": "true",
- "attack_level": "30",
- "death_animation": "5726",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "5724",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "9"
- },
- {
- "id": "5456",
- "name": "Crusher"
- },
- {
- "id": "5457",
- "name": "Crusher"
- },
- {
- "id": "5458",
- "name": "Crusher"
- },
- {
- "id": "5459",
- "name": "Crusher"
- },
- {
- "id": "5460",
- "name": "Tree"
- },
- {
- "id": "5461",
- "name": "Jungle Tree"
- },
- {
- "id": "5462",
- "name": "Tolna"
- },
- {
- "id": "5463",
- "name": "Honour guard"
- },
- {
- "id": "5464",
- "name": "Honour guard"
- },
- {
- "id": "5465",
- "name": "Fridleif Shieldson"
- },
- {
- "id": "5466",
- "name": "Thakkrad Sigmundson"
- },
- {
- "id": "5467",
- "name": "Iceberg"
- },
- {
- "id": "5468",
- "name": "Iceberg"
- },
- {
- "id": "5469",
- "name": "Arctic Pine"
- },
- {
- "id": "5470",
- "name": "Fishing spot"
- },
- {
- "id": "5471",
- "name": "Fishing spot"
- },
- {
- "id": "5472",
- "name": "Ice Troll King",
- "examine": "An impressive-looking troll.",
- "aggressive": "true",
- "attack_level": "65",
- "death_animation": "5209",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "185",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "5374",
- "range_animation": "0",
- "range_level": "65",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
- },
- {
- "id": "5473",
- "name": "Ice troll runt",
- "examine": "An ice troll youngling.",
- "aggressive": "true",
- "attack_level": "60",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "70",
- "lifepoints": "60",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "70",
- "weakness": "9"
- },
- {
- "id": "5474",
- "name": "Ice troll male",
- "examine": "A male troll wielding a large club.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "40",
- "lifepoints": "80",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "80",
- "weakness": "9"
- },
- {
- "id": "5475",
- "name": "Ice troll female",
- "examine": "An ice troll with a bag of rocks.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "combat_style": "1",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "40",
- "lifepoints": "80",
- "magic_animation": "0",
- "melee_animation": "1142",
- "projectile": "276",
- "range_animation": "1142",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "80",
- "weakness": "0"
- },
- {
- "id": "5476",
- "name": "Ice troll grunt",
- "examine": "A large ice troll.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "80",
- "magic_animation": "0",
- "melee_animation": "4332",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "100",
- "weakness": "9"
- },
- {
- "id": "5477",
- "name": "Bork Sigmundson"
- },
- {
- "id": "5478",
- "name": "King Gjuki Sorvott IV",
- "examine": "An ill-tempered king.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5479",
- "name": "HRH Hrafn",
- "examine": "A regal cat with an evil glint in its eye.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5480",
- "name": "Thorkel Silkbeard",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5481",
- "name": "Mord Gunnars"
- },
- {
- "id": "5482",
- "name": "Mord Gunnars"
- },
- {
- "id": "5483",
- "name": "Hring Hring",
- "examine": "Harder than the rocks he sells.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5484",
- "name": "Flossi Dalksson",
- "examine": "Jatizso's fishmonger.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5485",
- "name": "Raum Urda-Stein",
- "examine": "A guy that will sell you armour.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5486",
- "name": "Skuli Myrka",
- "examine": "Jatizso's armour merchant.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5487",
- "name": "Keepa Kettilon",
- "examine": "A rough-looking chef.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5488",
- "name": "Magnus Gram",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "defence_level": "1",
- "facing_booth": "true",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5489",
- "name": "Guard",
- "examine": "A guard on insult duty.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5490",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5491",
- "name": "Guard",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5492",
- "name": "Guard",
- "examine": "One of King Sorvott's militia.",
- "aggressive": "true",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "5493",
- "name": "Freygerd",
- "examine": "One of Jatizso's many citizens.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5494",
- "name": "Lensa",
- "examine": "One of Jatizso's many citizens.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5495",
- "name": "Vanligga Gastfrihet",
- "examine": "A happy, friendly landlady.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5496",
- "name": "Sassilik",
- "examine": "One of Jatizso's many citizens.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5497",
- "name": "Miner",
- "examine": "A miner at work.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5498",
- "name": "Miner"
- },
- {
- "id": "5499",
- "name": "Eric",
- "examine": "A bedraggled-looking tramp.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5500",
- "name": "Gruva Patrull",
- "examine": "Mina guards the mine entrance.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5501",
- "name": "Brendt",
- "examine": "A dwarven trader from Keldagrim.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "422",
- "melee_animation": "422",
- "range_animation": "422",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5502",
- "name": "Grundt"
- },
- {
- "id": "5503",
- "name": "Mawnis Burowgar"
- },
- {
- "id": "5504",
- "name": "Mawnis Burowgar"
- },
- {
- "id": "5505",
- "name": "Fridleif Shieldson"
- },
- {
- "id": "5506",
- "name": "Thakkrad Sigmundson"
- },
- {
- "id": "5507",
- "name": "Maria Gunnars"
- },
- {
- "id": "5508",
- "name": "Maria Gunnars"
- },
- {
- "id": "5509",
- "name": "Jofridr Mordstatter"
- },
- {
- "id": "5510",
- "name": "Morten Holdstrom"
- },
- {
- "id": "5511",
- "name": "Gunnar Holdstrom"
- },
- {
- "id": "5512",
- "name": "Anne Isaakson"
- },
- {
- "id": "5513",
- "name": "Lisse Isaakson"
- },
- {
- "id": "5514",
- "name": "Honour guard",
- "examine": "The Burgher's protectors.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "5515",
- "name": "Honour Guard",
- "examine": "One of the Burgher's Protectors",
- "death_animation": "836",
- "defence_animation": "404",
- "melee_animation": "395"
- },
- {
- "id": "5516",
- "name": "Honour guard",
- "examine": "The Burgher's protectors.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "5517",
- "name": "Honour guard",
- "examine": "One of your militia.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "9"
- },
- {
- "id": "5518",
- "name": "Kjedelig Uppsen"
- },
- {
- "id": "5519",
- "name": "Trogen Konungarde"
- },
- {
- "id": "5520",
- "name": "Slug Hemligssen"
- },
- {
- "id": "5521",
- "name": "Ice troll runt",
- "examine": "An ice troll youngling.",
- "aggressive": "true",
- "attack_level": "60",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "70",
- "lifepoints": "60",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "70",
- "weakness": "9"
- },
- {
- "id": "5522",
- "name": "Ice troll male",
- "examine": "A male troll wielding a large club.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "40",
- "lifepoints": "80",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "80",
- "weakness": "9"
- },
- {
- "id": "5523",
- "name": "Ice troll female",
- "examine": "An ice troll with a bag of rocks.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "combat_style": "1",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "40",
- "lifepoints": "80",
- "magic_animation": "0",
- "melee_animation": "1142",
- "projectile": "276",
- "range_animation": "1142",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "80",
- "weakness": "0"
- },
- {
- "id": "5524",
- "name": "Ice troll grunt",
- "examine": "A large ice troll.",
- "aggressive": "true",
- "attack_level": "100",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "80",
- "magic_animation": "0",
- "melee_animation": "4332",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "100",
- "weakness": "9"
- },
- {
- "id": "5525",
- "name": "Ice troll runt",
- "examine": "An ice troll youngling.",
- "aggressive": "true",
- "attack_level": "60",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "70",
- "lifepoints": "60",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "70",
- "weakness": "9"
- },
- {
- "id": "5526",
- "name": "Ice troll male",
- "examine": "A male troll wielding a large club.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "40",
- "lifepoints": "80",
- "magic_animation": "0",
- "melee_animation": "284",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "80",
- "weakness": "9"
- },
- {
- "id": "5527",
- "name": "Ice troll female",
- "examine": "An ice troll with a bag of rocks.",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "4",
- "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
- "combat_style": "1",
- "death_animation": "287",
- "defence_animation": "285",
- "defence_level": "40",
- "lifepoints": "80",
- "magic_animation": "0",
- "melee_animation": "1142",
- "projectile": "276",
- "range_animation": "1142",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "80",
- "weakness": "0"
- },
- {
- "id": "5528",
- "name": "Ice troll grunt"
- },
- {
- "id": "5529",
- "name": "Yak",
- "examine": "A hairy, smelly, grazing animal.",
- "attack_level": "20",
- "attack_speed": "4",
- "combat_audio": "3378,3380,3379",
- "death_animation": "5784",
- "defence_animation": "5783",
- "defence_level": "1",
- "lifepoints": "50",
- "magic_animation": "5782",
- "melee_animation": "5782",
- "range_animation": "5782",
- "range_level": "1",
- "safespot": null,
- "strength_level": "10",
- "weakness": "7"
- },
- {
- "id": "5530",
- "name": "Sorceress"
- },
- {
- "id": "5531",
- "name": "Sorceress",
- "examine": "Antisocial.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5532",
- "name": "Apprentice",
- "examine": "Come",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5533",
- "name": "Autumn Elemental",
- "examine": "An autumn elemental.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5539",
- "name": "Spring Elemental",
- "examine": "A spring elemental.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5547",
- "name": "Summer Elemental",
- "examine": "A summer elemental.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5553",
- "name": "Winter Elemental",
- "examine": "A winter elemental.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5560",
- "name": "Osman"
- },
- {
- "id": "5561",
- "name": "Osman",
- "examine": "It dare attack Pretty Lass? Thok crush its puny skull!",
- "aggressive": "true",
- "attack_level": "95",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "157",
- "magic_animation": "0",
- "magic_level": "95",
- "range_animation": "0",
- "range_level": "95",
- "safespot": null,
- "strength_level": "95",
- "weakness": "10"
- },
- {
- "id": "5562",
- "name": "Del-Monty"
- },
- {
- "id": "5564",
- "name": "Bouncer"
- },
- {
- "id": "5565",
- "name": "Bouncer"
- },
- {
- "id": "5566",
- "name": "General Khazard"
- },
- {
- "id": "5567",
- "name": "Scout"
- },
- {
- "id": "5568",
- "name": "Scout"
- },
- {
- "id": "5569",
- "name": "Scout"
- },
- {
- "id": "5570",
- "name": "Scout"
- },
- {
- "id": "5571",
- "name": "Sin Seer",
- "examine": "She's honest about the things you aren't.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5572",
- "name": "Ghost",
- "examine": "A Shadow Realm guardian.",
- "attack_level": "1",
- "combat_audio": "436,439,438",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "5573",
- "name": "Effigy"
- },
- {
- "id": "5579",
- "name": "Effigy"
- },
- {
- "id": "5580",
- "name": "Bonafido"
- },
- {
- "id": "5581",
- "name": "Homunculus",
- "examine": "Is it male or female?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5582",
- "name": "Homunculus"
- },
- {
- "id": "5583",
- "name": "Homunculus"
- },
- {
- "id": "5584",
- "name": "Cage",
- "examine": "Strong",
- "aggressive": "true",
- "attack_level": "95",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "85",
- "magic_animation": "0",
- "magic_level": "95",
- "range_animation": "0",
- "range_level": "95",
- "safespot": null,
- "strength_level": "95",
- "weakness": "10"
- },
- {
- "id": "5585",
- "name": "'Transmute' The Alchemist"
- },
- {
- "id": "5586",
- "name": "'Transmute' The Alchemist"
- },
- {
- "id": "5587",
- "name": "'Currency' The Alchemist"
- },
- {
- "id": "5588",
- "name": "'Currency' The Alchemist"
- },
- {
- "id": "5589",
- "name": "'Black-eye",
- "examine": "Famous for his fights.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5590",
- "name": "'No fingers",
- "examine": "Count them pinkies!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5591",
- "name": "'Gummy",
- "examine": "He wishes he had teeth.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5592",
- "name": "'The Guns'"
- },
- {
- "id": "5593",
- "name": "Frogeel",
- "examine": "Is it a frog",
- "aggressive": "true",
- "attack_level": "36",
- "attack_speed": "5",
- "death_animation": "5841",
- "defence_animation": "0",
- "defence_level": "49",
- "lifepoints": "70",
- "magic_animation": "0",
- "melee_animation": "5842",
- "range_animation": "0",
- "range_level": "49",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "36",
- "weakness": "2"
- },
- {
- "id": "5594",
- "name": "Spidine",
- "attack_level": "1",
- "death_animation": "146",
- "defence_animation": "144",
- "defence_level": "1",
- "lifepoints": "35",
- "melee_animation": "143",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5595",
- "name": "Swordchick",
- "examine": "Definitely not a chicken or a swordfish.",
- "attack_level": "45",
- "attack_speed": "5",
- "death_animation": "5389",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "64",
- "magic_animation": "0",
- "melee_animation": "5387",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "45",
- "weakness": "7"
- },
- {
- "id": "5596",
- "name": "Jubster",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "6801",
- "defence_animation": "6802",
- "defence_level": "1",
- "lifepoints": "60",
- "melee_animation": "6800",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5597",
- "name": "Newtroost",
- "examine": "Since when did newts have beaks?",
- "attack_level": "40",
- "death_animation": "2301",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
- "melee_animation": "2299",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "40",
- "weakness": "7"
- },
- {
- "id": "5598",
- "name": "Unicow"
- },
- {
- "id": "5603",
- "name": "Unicow",
- "examine": "Half unicorn",
- "aggressive": "true",
- "attack_level": "30",
- "attack_speed": "5",
- "death_animation": "5851",
- "defence_animation": "0",
- "defence_level": "41",
- "lifepoints": "58",
- "magic_animation": "0",
- "magic_level": "41",
- "melee_animation": "5849",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "4"
- },
- {
- "id": "5604",
- "name": "Elfinlocks"
- },
- {
- "id": "5605",
- "name": "Clockwork cat"
- },
- {
- "id": "5606",
- "name": "Clockwork cat"
- },
- {
- "id": "5608",
- "name": "Monk",
- "examine": "Holier than thou.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5609",
- "name": "Monk",
- "examine": "Holier than thou.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5610",
- "name": "Monk",
- "examine": "Holier than thou.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5611",
- "name": "Monk",
- "examine": "Holier than thou.",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5612",
- "name": "Rufus"
- },
- {
- "id": "5613",
- "name": "Mi-Gor"
- },
- {
- "id": "5614",
- "name": "Puffin",
- "examine": "I'd prefer it if it were a muffin...",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5615",
- "name": "Puffin"
- },
- {
- "id": "5616",
- "name": "Brother Tranquility"
- },
- {
- "id": "5617",
- "name": "Brother Tranquility"
- },
- {
- "id": "5618",
- "name": "Brother Tranquility"
- },
- {
- "id": "5619",
- "name": "Monk",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5620",
- "name": "Monk",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5621",
- "name": "Monk",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5622",
- "name": "Monk",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5623",
- "name": "Zombie monk"
- },
- {
- "id": "5624",
- "name": "Zombie monk"
- },
- {
- "id": "5625",
- "name": "Zombie monk"
- },
- {
- "id": "5626",
- "name": "Zombie monk"
- },
- {
- "id": "5627",
- "name": "Sorebones",
- "examine": "Bedside manner is a little lacking",
- "attack_level": "35",
- "death_animation": "5658",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5643",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5628",
- "name": "Sorebones",
- "examine": "I hope his hands don't shake.",
- "attack_level": "35",
- "death_animation": "5658",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5643",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5629",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5630",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5631",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5632",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5633",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5634",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5635",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5647",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5636",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5637",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5638",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5639",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5640",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5641",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5651",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5642",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5880",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5643",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5880",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5644",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5880",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5645",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5880",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5646",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5654",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5880",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5647",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5886",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5884",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5648",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5886",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5884",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5649",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5650",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5886",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5884",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5651",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5652",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5886",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5884",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5653",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5654",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5886",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5884",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5655",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5656",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5891",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5889",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5657",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5658",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5891",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5889",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5659",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5891",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5889",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5660",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5661",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5891",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5889",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5662",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5663",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5891",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5889",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5664",
- "name": "Zombie pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "5649",
- "defence_animation": "5648",
- "defence_level": "1",
- "lifepoints": "52",
- "melee_animation": "5647",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5665",
- "name": "Zombie pirate",
- "examine": "Aaaarg",
- "aggressive": "true",
- "attack_level": "35",
- "combat_audio": "703,705,704",
- "death_animation": "5891",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "5889",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "6"
- },
- {
- "id": "5666",
- "name": "Barrelchest",
- "examine": "It's trying to mash you flat! Less examine",
- "aggressive": "true",
- "attack_level": "52",
- "death_animation": "5898",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "285",
- "magic_animation": "0",
- "magic_level": "52",
- "melee_animation": "5895",
- "range_animation": "0",
- "range_level": "52",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "52",
- "weakness": "10"
- },
- {
- "id": "5667",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5679",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5680",
- "name": "Undead Lumberjack",
- "examine": "He is one",
- "attack_level": "73",
- "death_animation": "5972",
- "defence_animation": "0",
- "defence_level": "10",
- "lifepoints": "100",
- "magic_animation": "0",
- "melee_animation": "5970",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "73"
- },
- {
- "id": "5681",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5682",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5683",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5684",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5685",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5686",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5687",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5688",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5689",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5690",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5691",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5692",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5693",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5694",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5695",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5696",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5697",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5698",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5699",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5700",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5701",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5702",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5703",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5704",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5705",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5706",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5707",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5708",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5709",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5710",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5711",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5712",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5713",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5714",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5715",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5716",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5717",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5718",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5719",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5720",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5721",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5722",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5723",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5724",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5725",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5726",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5727",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5728",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5729",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5730",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5731",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5732",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5733",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5734",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5735",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5736",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5737",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5738",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5739",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5740",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5741",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5742",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5743",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5744",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5745",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5746",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5747",
- "name": "Undead Lumberjack"
- },
- {
- "id": "5748",
- "name": "Fishing spot"
- },
- {
- "id": "5749",
- "name": "Fishing spot"
- },
- {
- "id": "5750",
- "name": "Cave bug",
- "examine": "A big",
- "attack_level": "82",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,72,59,35,25,95,0,0,0,0,0",
- "death_animation": "6081",
- "defence_animation": "0",
- "defence_level": "84",
- "lifepoints": "93",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "6079",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "93",
- "strength_level": "80",
- "weakness": "2"
- },
- {
- "id": "5751",
- "name": "Molanisk",
- "examine": "A strange mole-like being.",
- "aggressive": "true",
- "attack_level": "40",
- "attack_speed": "4",
- "clue_level": "1",
- "combat_audio": "3492,3494,3493",
- "death_animation": "6014",
- "defence_animation": "6013",
- "defence_level": "50",
- "lifepoints": "52",
- "magic_level": "1",
- "melee_animation": "6012",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "52",
- "strength_level": "40"
- },
- {
- "id": "5752",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5753",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5754",
- "name": "Cave goblin",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5755",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5756",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5757",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5758",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5759",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5760",
- "name": "Cave goblin",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5761",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5762",
- "name": "Cave goblin",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5763",
- "name": "Cave goblin",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5764",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5765",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5766",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5767",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5768",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5769",
- "name": "Cave goblin",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5770",
- "name": "Ur-zek"
- },
- {
- "id": "5771",
- "name": "Ur-vass"
- },
- {
- "id": "5772",
- "name": "Ur-taal"
- },
- {
- "id": "5773",
- "name": "Ur-meg"
- },
- {
- "id": "5774",
- "name": "Ur-lun"
- },
- {
- "id": "5775",
- "name": "Ur-pel"
- },
- {
- "id": "5776",
- "name": "Banker",
- "examine": "Looks after cave goblin money.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5777",
- "name": "Banker",
- "examine": "Looks after cave goblin money.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5778",
- "name": "Bartak"
- },
- {
- "id": "5779",
- "name": "Turgall"
- },
- {
- "id": "5780",
- "name": "Reldak"
- },
- {
- "id": "5781",
- "name": "Miltog"
- },
- {
- "id": "5782",
- "name": "Mernik"
- },
- {
- "id": "5783",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5784",
- "name": "Crate goblin",
- "examine": "Taking a terribly important box from one place to another.",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5785",
- "name": "Cave goblin",
- "examine": "One of the many citizens of Dorgesh-Kaan.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5786",
- "name": "Goblin scribe",
- "examine": "Good at shorthand.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5787",
- "name": "Gourmet"
- },
- {
- "id": "5789",
- "name": "Gourmet"
- },
- {
- "id": "5790",
- "name": "Gourmet"
- },
- {
- "id": "5791",
- "name": "Gourmet"
- },
- {
- "id": "5792",
- "name": "Turgok"
- },
- {
- "id": "5793",
- "name": "Markog"
- },
- {
- "id": "5794",
- "name": "Durgok"
- },
- {
- "id": "5795",
- "name": "Tindar"
- },
- {
- "id": "5796",
- "name": "Gundik"
- },
- {
- "id": "5797",
- "name": "Zenkog"
- },
- {
- "id": "5798",
- "name": "Lurgon"
- },
- {
- "id": "5799",
- "name": "Ur-tag"
- },
- {
- "id": "5800",
- "name": "Guard",
- "examine": "He keeps order in the city.",
- "attack_level": "42",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "6003",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
- "magic_animation": "0",
- "melee_animation": "6007",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "42",
- "weakness": "6"
- },
- {
- "id": "5801",
- "name": "Guard",
- "examine": "He keeps order in the city.",
- "attack_level": "42",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "6003",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
- "magic_animation": "0",
- "melee_animation": "6007",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "42",
- "weakness": "6"
- },
- {
- "id": "5802",
- "name": "Young 'un"
- },
- {
- "id": "5803",
- "name": "Young 'un",
- "examine": "A goblin baby.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5804",
- "name": "Tyke"
- },
- {
- "id": "5805",
- "name": "Nipper",
- "examine": "A goblin baby.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5806",
- "name": "Nipper"
- },
- {
- "id": "5807",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5808",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5809",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5810",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5811",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5812",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5813",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5814",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5815",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5816",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5817",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5818",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5819",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5820",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5821",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5822",
- "name": "Cave goblin child",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5823",
- "name": "Spit goblin",
- "examine": "Don't spit",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5824",
- "name": "Goblin fish",
- "examine": "A bug-eyed little goblin fish. How cute.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5825",
- "name": "Movario"
- },
- {
- "id": "5826",
- "name": "Darve"
- },
- {
- "id": "5827",
- "name": "Moths",
- "examine": "Annoying little flappy things.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5828",
- "name": "Barlak"
- },
- {
- "id": "5829",
- "name": "Rabbit",
- "attack_level": "1",
- "death_animation": "6092",
- "defence_animation": "6091",
- "defence_level": "1",
- "lifepoints": "5",
- "melee_animation": "6090",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5830",
- "name": "Rat Burgiss"
- },
- {
- "id": "5833",
- "name": "Rat Burgiss",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5834",
- "name": "Surok Magis",
- "examine": "A powerful wizard."
- },
- {
- "id": "5835",
- "name": "Surok Magis"
- },
- {
- "id": "5836",
- "name": "Zaff"
- },
- {
- "id": "5837",
- "name": "Anna Jones"
- },
- {
- "id": "5838",
- "name": "King Roald"
- },
- {
- "id": "5839",
- "name": "Mishkal'un Dorn"
- },
- {
- "id": "5840",
- "name": "Dakh'thoulan Aegis"
- },
- {
- "id": "5841",
- "name": "Sil'as Dahcsnu"
- },
- {
- "id": "5842",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5843",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5844",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5845",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5846",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5847",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5848",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5849",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5850",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5851",
- "name": "Outlaw",
- "examine": "A mean looking outlaw. Don't get too close!",
- "attack_level": "23",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "23",
- "lifepoints": "32",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "23",
- "weakness": "9"
- },
- {
- "id": "5852",
- "name": "Monkey",
- "examine": "Weird eyeball thing. Reminds Thok of breakfast.",
+ "id": "5253",
"aggressive": "true",
- "attack_level": "60",
- "combat_audio": "629,631,630",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "85",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
+ "range_level": "62",
+ "attack_level": "62"
},
{
- "id": "5853",
- "name": "Bench"
- },
- {
- "id": "5854",
- "name": "Bench",
- "examine": "For sitting on.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5855",
- "name": "Goblin",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5856",
- "name": "Goblin",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5857",
- "name": "Zanik"
- },
- {
- "id": "5858",
- "name": "Ur-tag"
- },
- {
- "id": "5859",
- "name": "H.A.M. Archer",
- "examine": "He looks pretty skilled with that bow.",
- "aggressive": "true",
- "attack_level": "15",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "57",
- "magic_animation": "0",
- "melee_animation": "426",
- "range_animation": "0",
- "range_level": "20",
- "safespot": null,
- "strength_level": "15",
- "weakness": "0"
- },
- {
- "id": "5860",
- "name": "H.A.M. Mage",
- "examine": "He bristles with arcane power.",
- "aggressive": "true",
- "attack_level": "15",
- "clue_level": "0",
+ "examine": "Part scarab, part man.",
"combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "57",
- "magic_animation": "0",
- "magic_level": "20",
- "melee_animation": "429",
- "range_animation": "0",
- "range_level": "1",
+ "melee_animation": "7615",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "15",
- "weakness": "3"
- },
- {
- "id": "5861",
- "name": "Zanik",
- "examine": "No match for Thok. Silly demon.",
- "aggressive": "true",
- "attack_level": "85",
- "defence_animation": "0",
- "defence_level": "85",
- "lifepoints": "71",
- "magic_animation": "0",
- "magic_level": "85",
- "range_level": "85",
- "safespot": null,
- "strength_level": "85",
- "weakness": "10"
- },
- {
- "id": "5862",
- "name": "Sigmund and Zanik"
- },
- {
- "id": "5863",
- "name": "Ambassador Alvijar"
- },
- {
- "id": "5864",
- "name": "Builder",
- "examine": "A worker on the train link.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5865",
- "name": "Builder",
- "examine": "A worker on the train link.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5866",
- "name": "Builder",
- "examine": "A worker on the train link.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5867",
- "name": "Builder",
- "examine": "A worker on the train link.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5868",
- "name": "Tegdak"
- },
- {
- "id": "5869",
- "name": "Zanik"
- },
- {
- "id": "5871",
- "name": "Sergeant Mossfists"
- },
- {
- "id": "5872",
- "name": "Sergeant Slimetoes"
- },
- {
- "id": "5873",
- "name": "Cave goblin",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5874",
- "name": "Cave goblin",
- "examine": "A goblin with big",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5875",
- "name": "Cave goblin",
- "examine": "A goblin with big",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5876",
- "name": "Cave goblin",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5877",
- "name": "Cave goblin",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5878",
- "name": "Cave goblin",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5879",
- "name": "Ticket goblin",
- "examine": "He sells tickets to Keldagrim.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5880",
- "name": "Dwarf",
- "examine": "A dwarf from Keldagrim.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
- },
- {
- "id": "5881",
- "name": "Dwarf",
- "examine": "A dwarf from Keldagrim.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
- },
- {
- "id": "5882",
- "name": "Dwarf",
- "examine": "A dwarf from Keldagrim.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
- },
- {
- "id": "5883",
- "name": "Dwarf",
- "examine": "A dwarf from Keldagrim.",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
- },
- {
- "id": "5884",
- "name": "Dwarf",
- "examine": "A dwarf from Keldagrim.",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
- },
- {
- "id": "5885",
- "name": "Dwarf",
- "examine": "A dwarf from Keldagrim.",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "16",
- "strength_level": "1"
- },
- {
- "id": "5886",
- "name": "Ticket dwarf",
- "examine": "He sells tickets to Dorgesh-Kaan.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5887",
- "name": "Cyrisus"
- },
- {
- "id": "5894",
- "name": "Cyrisus"
- },
- {
- "id": "5895",
- "name": "Cyrisus"
- },
- {
- "id": "5896",
- "name": "Cyrisus"
- },
- {
- "id": "5897",
- "name": "Cyrisus"
- },
- {
- "id": "5898",
- "name": "'Bird's-Eye' Jack"
- },
- {
- "id": "5899",
- "name": "The Inadequacy"
- },
- {
- "id": "5902",
- "name": "The Inadequacy",
- "examine": "Are you good enough to fight?",
- "aggressive": "true",
- "attack_level": "70",
- "death_animation": "6322",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "6318",
- "range_animation": "0",
- "range_level": "70",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "70",
- "weakness": "10"
- },
- {
- "id": "5903",
- "name": "The Everlasting",
- "examine": "Can you endure long enough?",
- "aggressive": "true",
- "attack_level": "67",
- "death_animation": "6347",
- "defence_animation": "0",
- "defence_level": "67",
- "lifepoints": "191",
- "magic_animation": "0",
- "magic_level": "67",
- "melee_animation": "6345",
- "range_animation": "0",
- "range_level": "67",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "67",
- "weakness": "10"
- },
- {
- "id": "5904",
- "name": "The Untouchable",
- "examine": "Can you bring yourself to hurt another?",
- "aggressive": "true",
- "attack_level": "65",
- "death_animation": "6331",
- "defence_animation": "0",
- "defence_level": "75",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "6329",
- "range_animation": "0",
- "range_level": "65",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
- },
- {
- "id": "5905",
- "name": "The Illusive",
- "examine": "What if you don't know how to win?",
- "aggressive": "true",
- "attack_level": "63",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "63",
- "lifepoints": "90",
- "magic_animation": "0",
- "magic_level": "63",
- "melee_animation": "6342",
- "range_animation": "0",
- "range_level": "63",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "63",
- "weakness": "10"
- },
- {
- "id": "5906",
- "name": "A Doubt",
- "examine": "You can't escape your inadequacy!",
- "aggressive": "true",
- "attack_level": "55",
- "death_animation": "6315",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "6310",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "8"
- },
- {
- "id": "5907",
- "name": "The Illusive"
- },
- {
- "id": "5908",
- "name": "Dying tree",
- "examine": "Dead stone defending a dead throne room.",
- "aggressive": "true",
- "attack_level": "50",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "142",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "50",
- "weakness": "7"
- },
- {
- "id": "5909",
- "name": "Barbarian",
- "examine": "Don't let her arm-wrestle you for money.",
- "attack_level": "20",
- "clue_level": "0",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "20",
- "lifepoints": "28",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "7"
- },
- {
- "id": "5910",
- "name": "Cook",
- "examine": "A greasy, grimy gourmet.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5911",
- "name": "Cook",
- "examine": "He's suspiciously talented with a meat-cleaver.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5912",
- "name": "Banker"
- },
- {
- "id": "5913",
- "name": "Banker"
- },
- {
- "id": "5914",
- "name": "Iffie",
- "examine": "This grizzled soldier is here to distribute Rated Clan Wars badges.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5915",
- "name": "Elsie"
- },
- {
- "id": "5916",
- "name": "Cleaner",
- "examine": "Does what too many people aren't interested in doing.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5917",
- "name": "Stray dog",
- "examine": "A mangy mutt.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5918",
- "name": "Stray dog"
- },
- {
- "id": "5919",
- "name": "Guard",
- "examine": "He tries to keep order around here. His bizarre uniform isn't helping.",
- "attack_level": "18",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "2548,1979,512",
- "death_animation": "6490",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
- "melee_animation": "6489",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "18",
- "weakness": "6"
- },
- {
- "id": "5920",
- "name": "Guard",
- "examine": "He tries to keep order around here. His bizarre uniform isn't helping.",
- "attack_level": "18",
- "attack_speed": "5",
- "clue_level": "1",
- "combat_audio": "2548,1979,512",
- "death_animation": "6490",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
- "melee_animation": "6489",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "18",
- "weakness": "6"
- },
- {
- "id": "5921",
- "name": "Trainee Guard",
- "examine": "He's studying to be a guard.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5922",
- "name": "Captain",
- "examine": "Trains the guards of the future.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5923",
- "name": "Man",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "4",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3",
- "weakness": "9"
- },
- {
- "id": "5924",
- "name": "Woman",
- "examine": "One of Gielinor's many citizens.",
- "attack_level": "3",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "511,506,505",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "3",
- "lifepoints": "4",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "3",
- "weakness": "9"
- },
- {
- "id": "5925",
- "name": "Benny",
- "examine": "Newspaper seller."
- },
- {
- "id": "5926",
- "name": "Thief",
- "examine": "Known for his light-fingered qualities.",
- "attack_level": "9",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "9",
- "lifepoints": "25",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "9",
- "weakness": "9"
- },
- {
- "id": "5927",
- "name": "Thief",
- "examine": "Known for his light-fingered qualities.",
- "attack_level": "9",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "9",
- "lifepoints": "25",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "9",
- "weakness": "9"
- },
- {
- "id": "5928",
- "name": "Thief",
- "examine": "Known for her light-fingered qualities.",
- "attack_level": "9",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "24",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "9",
- "weakness": "9"
- },
- {
- "id": "5929",
- "name": "Thief",
- "examine": "Known for her light-fingered qualities.",
- "attack_level": "9",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "24",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "9",
- "weakness": "9"
- },
- {
- "id": "5930",
- "name": "Art Critic Jacques",
- "examine": "Jacques Netis - a slightly pompous art expert.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5931",
- "name": "Historian Minas",
- "examine": "Seth Minas - an aged expert in Gielinor history.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5932",
- "name": "Barnabus Hurma"
- },
- {
- "id": "5933",
- "name": "Marius Giste"
- },
- {
- "id": "5934",
- "name": "Caden Azro"
- },
- {
- "id": "5935",
- "name": "Thias Leacke"
- },
- {
- "id": "5936",
- "name": "Sinco Doar"
- },
- {
- "id": "5937",
- "name": "Tinse Torpe"
- },
- {
- "id": "5938",
- "name": "Information clerk",
- "examine": "A lady with lots of information about the Museum.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5939",
- "name": "Torrcs"
- },
- {
- "id": "5940",
- "name": "Marfet"
- },
- {
- "id": "5941",
- "name": "Museum guard"
- },
- {
- "id": "5942",
- "name": "Museum guard"
- },
- {
- "id": "5943",
- "name": "Museum guard"
- },
- {
- "id": "5944",
- "name": "Teacher and pupil",
- "examine": "A teacher and one of his pupils.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5945",
- "name": "Schoolboy",
- "examine": "Looks kind of familiar.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5946",
- "name": "Schoolboy"
- },
- {
- "id": "5947",
- "name": "Teacher and pupil",
- "examine": "A teacher and one of her pupils.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5948",
- "name": "Teacher and pupil"
- },
- {
- "id": "5949",
- "name": "Schoolboy"
- },
- {
- "id": "5950",
- "name": "Teacher"
- },
- {
- "id": "5951",
- "name": "Schoolgirl"
- },
- {
- "id": "5952",
- "name": "Workman",
- "examine": "Looks hard at work.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5953",
- "name": "Workman"
- },
- {
- "id": "5954",
- "name": "Workman",
- "examine": "Could there be something exciting in his wheelbarrow?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5955",
- "name": "Workman"
- },
- {
- "id": "5956",
- "name": "Void Knight",
- "examine": "A powerful knight of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5957",
- "name": "Schoolgirl"
- },
- {
- "id": "5958",
- "name": "Digsite workman",
- "examine": "Wheelbarrow loader.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5959",
- "name": "Barge workman",
- "examine": "Working hard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5960",
- "name": "Barge workman",
- "examine": "Working hard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5961",
- "name": "Barge workman",
- "examine": "Working hard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5962",
- "name": "Barge workman",
- "examine": "Working hard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5963",
- "name": "Barge foreman",
- "examine": "Working hard.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5964",
- "name": "Ed Wood"
- },
- {
- "id": "5965",
- "name": "Orlando Smith"
- },
- {
- "id": "5966",
- "name": "Natural historian",
- "examine": "An aged expert in natural history.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5967",
- "name": "Natural historian"
- },
- {
- "id": "5968",
- "name": "Natural historian"
- },
- {
- "id": "5969",
- "name": "Natural historian"
- },
- {
- "id": "5970",
- "name": "Natural historian"
- },
- {
- "id": "5971",
- "name": "Leech display",
- "examine": "Bloodsuckers!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5972",
- "name": "Sea slugs display",
- "examine": "Slugs of the sea variety.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5973",
- "name": "Snail display",
- "examine": "A house on its back.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5974",
- "name": "Monkey display",
- "examine": "A cheeky little monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5975",
- "name": "Lizard display",
- "examine": "A scaly little fellow.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5976",
- "name": "Penguin display",
- "examine": "Nice suit.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5977",
- "name": "Camel display",
- "examine": "He's got the hump.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5978",
- "name": "Terrorbird display",
- "examine": "Terrifying!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "34",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "1010",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "strength_level": "23"
- },
- {
- "id": "5979",
- "name": "Dragon display",
- "examine": "Looks like a fire-breather.",
- "attack_level": "1",
- "combat_audio": "408,410,409",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5980",
- "name": "Wyvern display",
- "examine": "Needs a good square meal.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5981",
- "name": "Battle tortoise display",
- "examine": "A huge beast.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5982",
- "name": "Mole display",
- "examine": "Loves making molehills.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5983",
- "name": "Schoolgirl"
- },
- {
- "id": "5984",
- "name": "Schoolgirl"
- },
- {
- "id": "5985",
- "name": "Schoolgirl"
- },
- {
- "id": "5986",
- "name": "Workman",
- "examine": "It hides in stone",
- "aggressive": "true",
- "attack_level": "95",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "34",
- "magic_animation": "0",
- "magic_level": "95",
- "range_animation": "0",
- "range_level": "95",
- "safespot": null,
- "strength_level": "95",
- "weakness": "10"
- },
- {
- "id": "5987",
- "name": "Sylas",
- "examine": "A gnarly old man."
- },
- {
- "id": "5988",
- "name": "Miazrqa"
- },
- {
- "id": "5989",
- "name": "Grimgnash"
- },
- {
- "id": "5990",
- "name": "Rupert the Beard",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5991",
- "name": "Drain pipe"
- },
- {
- "id": "5992",
- "name": "Rupert the Beard",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5993",
- "name": "Experiment No.2",
- "examine": "A very odd looking creature.",
- "attack_level": "46",
- "death_animation": "6512",
- "defence_animation": "0",
- "defence_level": "46",
- "lifepoints": "131",
- "magic_animation": "0",
- "magic_level": "46",
- "melee_animation": "6513",
- "range_animation": "0",
- "range_level": "46",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "46",
- "weakness": "10"
- },
- {
- "id": "5994",
- "name": "Mouse",
- "examine": "A huge mouse. It looks hungry...",
- "aggressive": "true",
- "attack_level": "44",
- "death_animation": "6521",
- "defence_animation": "0",
- "defence_level": "44",
- "lifepoints": "62",
- "magic_animation": "0",
- "melee_animation": "6519",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "44",
- "weakness": "9"
- },
- {
- "id": "5995",
- "name": "Mouse"
- },
- {
- "id": "5996",
- "name": "Glod",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "6502",
- "defence_animation": "6503",
- "defence_level": "1",
- "lifepoints": "160",
- "melee_animation": "6501",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "5997",
- "name": "Rupert the Beard"
- },
- {
- "id": "5999",
- "name": "Rupert the Beard",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6000",
- "name": "Rupert the Beard"
- },
- {
- "id": "6001",
- "name": "Rupert the Beard",
- "attack_level": "1",
- "combat_audio": "498,500,499",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6002",
- "name": "Gnome"
- },
- {
- "id": "6003",
- "name": "Winkin"
- },
- {
- "id": "6004",
- "name": "Gnome"
- },
- {
- "id": "6005",
- "name": "Cage"
- },
- {
- "id": "6006",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6007",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6008",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6009",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6010",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6011",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6012",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6013",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6014",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6015",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6016",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6017",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6018",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6019",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6020",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6021",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6022",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6023",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6024",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6025",
- "name": "Werewolf",
- "examine": "Eek! A werewolf!",
- "aggressive": "false",
- "attack_level": "70",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,60,0,0,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "481,491,490",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "",
- "magic_level": "1",
- "melee_animation": "6536",
- "range_animation": "",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "70",
- "weakness": ""
- },
- {
- "id": "6026",
- "name": "Boris",
- "examine": "A traveling man. Are those fleas?",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6027",
- "name": "Imre",
- "examine": "A well organised shop keeper.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6028",
- "name": "Yuri",
- "examine": "He's staring at the moon.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6029",
- "name": "Joseph",
- "examine": "He keeps calling me comrade.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6030",
- "name": "Nikolai",
- "examine": "There's a set of brows that mean business.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6031",
- "name": "Eduard",
- "examine": "This is one feral looking innkeeper.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6032",
- "name": "Lev",
- "examine": "A tough looking villager.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6033",
- "name": "Georgy",
- "examine": "A simple villager.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6034",
- "name": "Svetlana",
- "examine": "Seems a bit of a drama queen.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6035",
- "name": "Irina",
- "examine": "I bet she works out.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6036",
- "name": "Alexis",
- "examine": "She doesn't say much.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6037",
- "name": "Milla",
- "examine": "She looks like she can handle herself.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6038",
- "name": "Galina",
- "examine": "She seems light on her feet.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6039",
- "name": "Sofiya",
- "examine": "A wise villager.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6040",
- "name": "Ksenia",
- "examine": "Not exactly a warrior princess.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6041",
- "name": "Yadviga",
- "examine": "A well off villager.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6042",
- "name": "Nikita",
- "examine": "The woman.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6043",
- "name": "Vera",
- "examine": "She seems sure of herself.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6044",
- "name": "Zoja",
- "examine": "A healthy villager.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6045",
- "name": "Liliya",
- "examine": "She's looking for flowers.",
- "attack_level": "10",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,-21,-21,-21,-21,-21,0,0,0,0,0",
- "combat_audio": "511,513,512",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "10",
- "lifepoints": "60",
- "melee_animation": "422",
- "range_level": "1",
- "respawn_delay": "15",
- "safespot": null,
- "strength_level": "10"
- },
- {
- "id": "6046",
- "name": "Big Wolf",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "909,912,911",
- "death_animation": "6558",
- "defence_animation": "6557",
- "defence_level": "1",
- "lifepoints": "74",
- "melee_animation": "6559",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "74",
- "strength_level": "1"
- },
- {
- "id": "6047",
- "name": "Wolf",
- "examine": "A vicious mountain wolf.",
- "aggressive": "true",
- "attack_level": "22",
- "attack_speed": "6",
- "combat_audio": "909,912,911",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "22",
- "lifepoints": "69",
- "magic_animation": "6579",
- "melee_animation": "6579",
- "range_animation": "6579",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "34",
- "strength_level": "1"
- },
- {
- "id": "6048",
- "name": "Wolf",
- "examine": "Now it has no armour",
- "aggressive": "true",
- "attack_level": "95",
- "combat_audio": "481,491,490",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "157",
- "magic_animation": "0",
- "magic_level": "95",
- "range_animation": "0",
- "range_level": "95",
- "safespot": null,
- "slayer_exp": "34",
- "strength_level": "95",
- "weakness": "10"
- },
- {
- "id": "6049",
- "name": "Wolf",
- "examine": "A big coward. Thok mocks scaredy man.",
- "aggressive": "true",
- "attack_level": "75",
- "combat_audio": "481,491,490",
- "defence_animation": "0",
- "defence_level": "75",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "75",
- "range_level": "75",
- "safespot": null,
- "slayer_exp": "34",
- "strength_level": "75",
- "weakness": "10"
- },
- {
- "id": "6050",
- "name": "Desert Wolf",
- "examine": "A vicious desert wolf.",
- "attack_level": "20",
- "attack_speed": "5",
- "death_animation": "6558",
- "defence_animation": "6578",
- "defence_level": "5",
- "lifepoints": "55",
- "magic_animation": "6579",
- "melee_animation": "6579",
- "range_animation": "6579",
- "range_level": "1",
- "safespot": null,
- "strength_level": "20",
- "weakness": "9"
- },
- {
- "id": "6051",
- "name": "Desert Wolf",
- "examine": "A vicious desert wolf.",
- "attack_level": "20",
- "attack_speed": "5",
- "death_animation": "6558",
- "defence_animation": "6578",
- "defence_level": "5",
- "lifepoints": "55",
- "magic_animation": "6579",
- "melee_animation": "6579",
- "range_animation": "6579",
- "range_level": "1",
- "safespot": null,
- "strength_level": "20"
- },
- {
- "id": "6052",
- "name": "Ice wolf",
- "examine": "Not man's best friend.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "6558",
- "defence_animation": "6557",
- "defence_level": "1",
- "lifepoints": "70",
- "melee_animation": "6559",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6053",
- "name": "Ninja Impling",
- "examine": "A very stealthy impling."
- },
- {
- "id": "6054",
- "name": "Dragon impling",
- "examine": "An impling who likes the word \"dragon\".",
- "attack_level": "1",
- "combat_audio": "408,410,409",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6055",
- "name": "Baby Impling Puro",
- "examine": "A baby impling. Ahhh.",
- "respawn_delay": "7"
- },
- {
- "id": "6056",
- "name": "Young Impling Puro",
- "examine": "A young impling. It's not fair!",
- "respawn_delay": "7"
- },
- {
- "id": "6057",
- "name": "Gourmet Impling Puro",
- "examine": "An impling gourmet. Mmmm, tasty.",
- "respawn_delay": "7"
- },
- {
- "id": "6058",
- "name": "Earth Impling Puro",
- "examine": "An earth impling. Rock on.",
- "respawn_delay": "50"
- },
- {
- "id": "6059",
- "name": "Essence Impling Puro",
- "examine": "An impling who likes magic. Magic!",
- "respawn_delay": "50"
- },
- {
- "id": "6060",
- "name": "Eclectic Impling Puro",
- "examine": "An impling with varied tastes.",
- "respawn_delay": "7"
- },
- {
- "id": "6061",
- "name": "Nature Impling Puro",
- "examine": "A nature impling. Right on, maaan.",
- "respawn_delay": "9999"
- },
- {
- "id": "6062",
- "name": "Magpie Impling Puro",
- "examine": "Ooh, shiny things!",
- "respawn_delay": "9999"
- },
- {
- "id": "6063",
- "name": "Ninja Impling Puro",
- "examine": "A very stealthy impling.",
- "respawn_delay": "9999"
- },
- {
- "id": "6064",
- "name": "Dragon impling",
- "examine": "An impling who likes the word \"dragon.\"",
- "attack_level": "1",
- "combat_audio": "408,410,409",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6065",
- "name": "Puro Spawn (Low)",
- "respawn_delay": "1"
- },
- {
- "id": "6066",
- "name": "Puro Spawn (Mid)",
- "respawn_delay": "1"
- },
- {
- "id": "6067",
- "name": "Puro Spawn (High)",
- "respawn_delay": "1"
- },
- {
- "id": "6071",
- "name": "Immenizz"
- },
- {
- "id": "6072",
- "name": "Fairy Aeryka",
- "examine": "She tends the wheat.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6073",
- "name": "Wandering impling",
- "examine": "He looks a little lost.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6074",
- "name": "Imp defender",
- "examine": "An angry little imp. Grrr.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6075",
- "name": "Cyclops"
- },
- {
- "id": "6078",
- "name": "Cyclops",
- "examine": "A one-eyed man eater.",
- "aggressive": "true",
- "attack_level": "65",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "35",
- "lifepoints": "75",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "65",
- "weakness": "8"
- },
- {
- "id": "6079",
- "name": "Cyclops",
- "examine": "A one-eyed woman eater.",
- "aggressive": "true",
- "attack_level": "65",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "65",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "100",
- "strength_level": "65",
- "weakness": "1"
- },
- {
- "id": "6080",
- "name": "Cyclops",
- "examine": "A one-eyed man eater.",
- "aggressive": "true",
- "attack_level": "65",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "35",
- "lifepoints": "75",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "75",
- "strength_level": "65",
- "weakness": "8"
- },
- {
- "id": "6081",
- "name": "Cyclops",
- "examine": "A one-eyed woman eater.",
- "aggressive": "true",
- "attack_level": "65",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "65",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "100",
- "strength_level": "65",
- "weakness": "1"
- },
- {
- "id": "6082",
- "name": "Captain Ned"
- },
- {
- "id": "6085",
- "name": "Cabin boy Jenkins"
- },
- {
- "id": "6086",
- "name": "Cabin boy Jenkins"
- },
- {
- "id": "6087",
- "name": "Elvarg"
- },
- {
- "id": "6088",
- "name": "Zombie rat",
- "examine": "Overgrown undead vermin.",
- "attack_level": "2",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "0",
- "defence_level": "2",
- "lifepoints": "2",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "2",
- "weakness": "7"
- },
- {
- "id": "6089",
- "name": "Zombie rat",
- "examine": "Overgrown undead vermin.",
- "attack_level": "2",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "0",
- "defence_level": "2",
- "lifepoints": "2",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "2",
- "weakness": "7"
- },
- {
- "id": "6090",
- "name": "Zombie rat",
- "examine": "Overgrown undead vermin.",
- "attack_level": "2",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "0",
- "defence_level": "2",
- "lifepoints": "2",
- "magic_animation": "0",
- "melee_animation": "4933",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "2",
- "weakness": "7"
- },
- {
- "id": "6091",
- "name": "Skeleton",
- "examine": "Ey.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "22",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6092",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "22",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6093",
- "name": "Skeleton",
- "examine": "Could do with gaining a few pounds.",
- "aggressive": "true",
- "attack_level": "9",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "9",
- "lifepoints": "12",
- "magic_animation": "0",
- "melee_animation": "5487",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "9",
- "weakness": "8"
- },
- {
- "id": "6094",
- "name": "Ghost",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5542",
- "defence_animation": "5541",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5540",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "6095",
- "name": "Ghost",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "6096",
- "name": "Ghost",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "6097",
- "name": "Ghost",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "6098",
- "name": "Ghost",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "436,439,438",
- "death_animation": "5534",
- "defence_animation": "5533",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5532",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "25",
- "strength_level": "1"
- },
- {
- "id": "6099",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5571",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "6100",
- "name": "Zombie",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "1",
- "lifepoints": "30",
- "melee_animation": "5571",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "6101",
- "name": "Lesser demon",
- "examine": "Lesser, but still pretty big.",
- "aggressive": "true",
- "attack_level": "68",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
- "combat_audio": "400,404,403",
- "death_animation": "67",
- "defence_animation": "65",
- "defence_level": "71",
- "lifepoints": "79",
- "magic_animation": "4630",
- "magic_level": "1",
- "melee_animation": "4630",
- "range_animation": "4630",
- "range_level": "1",
- "respawn_delay": "30",
- "safespot": null,
- "slayer_exp": "79",
- "strength_level": "70",
- "weakness": "4"
- },
- {
- "id": "6102",
- "name": "Lost barbarian",
- "examine": "His face is expressionless.",
- "attack_level": "60",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "7"
- },
- {
- "id": "6103",
- "name": "Skeleton hero",
- "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.",
- "aggressive": "true",
- "attack_level": "53",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "53",
- "lifepoints": "75",
- "magic_animation": "0",
- "melee_animation": "2067",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "53",
- "weakness": "8"
- },
- {
- "id": "6104",
- "name": "Skeleton brute",
- "examine": "An ex-barbarian, willing to make you ex too.",
- "aggressive": "true",
- "attack_level": "63",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "63",
- "lifepoints": "90",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "63",
- "weakness": "8"
- },
- {
- "id": "6105",
- "name": "Skeleton warlord",
- "examine": "He's heartless.",
- "aggressive": "true",
- "attack_level": "65",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "92",
- "magic_animation": "0",
- "melee_animation": "2067",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "8"
- },
- {
- "id": "6106",
- "name": "Skeleton heavy",
- "examine": "He's less heavy now.",
- "aggressive": "true",
- "attack_level": "64",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "64",
- "lifepoints": "91",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "64",
- "weakness": "8"
- },
- {
- "id": "6107",
- "name": "Skeleton thug",
- "examine": "Floats like an anvil, hits like a hammer.",
- "aggressive": "true",
- "attack_level": "61",
- "combat_audio": "774,775,777",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "61",
- "lifepoints": "87",
- "magic_animation": "0",
- "melee_animation": "422",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "61",
- "weakness": "8"
- },
- {
- "id": "6108",
- "name": "Entrana firebird",
- "examine": "Probably not a chicken.",
- "attack_level": "1",
- "death_animation": "6812",
- "defence_animation": "0",
+ "defence_animation": "7617",
+ "death_animation": "7616",
+ "name": "Scarab mage",
"defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "0",
- "melee_animation": "6811",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
+ "lifepoints": "50",
"strength_level": "1",
- "weakness": "1"
- },
- {
- "id": "6109",
- "name": "Mounted terrorbird gnome",
- "examine": "These gnomes know how to get around!",
- "attack_level": "38",
- "death_animation": "6791",
- "defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "54",
- "magic_animation": "0",
- "melee_animation": "6790",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "38",
- "weakness": "8"
- },
- {
- "id": "6110",
- "name": "Mounted terrorbird gnome",
- "examine": "These gnomes know how to get around!",
- "attack_level": "1",
- "death_animation": "6791",
- "defence_animation": "6792",
- "defence_level": "1",
- "lifepoints": "55",
- "melee_animation": "6790",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6111",
- "name": "Mounted terrorbird gnome",
- "examine": "These gnomes know how to get around!",
- "attack_level": "1",
- "death_animation": "6791",
- "defence_animation": "6792",
- "defence_level": "1",
- "lifepoints": "55",
- "melee_animation": "6790",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6112",
- "name": "Ducklings",
- "examine": "Aww, cute.",
+ "id": "5254",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "water_npc": "true"
+ "attack_level": "1"
},
{
- "id": "6113",
- "name": "Duck",
- "examine": "Quackers.",
- "attack_level": "1",
- "death_animation": "750",
- "defence_animation": "3268",
- "defence_level": "1",
- "lifepoints": "3",
- "melee_animation": "747",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6114",
- "name": "Drake"
- },
- {
- "id": "6115",
- "name": "Seagull",
- "examine": "A messy bird.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "309,311,310",
- "death_animation": "3468",
- "defence_animation": "1014",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "3467",
- "melee_animation": "3467",
- "range_animation": "3467",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "6"
- },
- {
- "id": "6116",
- "name": "Seagull",
- "examine": "A messy bird.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "309,311,310",
- "death_animation": "3468",
- "defence_animation": "1014",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "3467",
- "melee_animation": "3467",
- "range_animation": "3467",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6117",
- "name": "Mr. Mordaut",
- "examine": "Do not upset this teacher. You have been warned!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6118",
- "name": "Observatory assistant",
- "examine": "He helps the professor.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6119",
- "name": "Observatory professor",
- "examine": "A man, learned in the ways of the stars."
- },
- {
- "id": "6122",
- "name": "Sleeping guard",
- "examine": "Sleeping like an ugly baby.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6123",
- "name": "Naghead",
- "examine": "An old goblin hag.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6124",
- "name": "Wagchin",
- "examine": "A young goblin 'beauty'.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6125",
- "name": "Goblin",
- "examine": "An ugly green creature.",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6126",
- "name": "Goblin",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6127",
- "name": "Greasycheeks",
- "examine": "Big appetite for a small creature.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6128",
- "name": "Smellytoes",
- "examine": "Likes drink a little too much.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6129",
- "name": "Creakyknees",
- "examine": "Lean and green.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6130",
- "name": "Clothears"
- },
- {
- "id": "6131",
- "name": "Zombie",
- "attack_level": "1",
- "combat_audio": "931,923,922",
- "defence_level": "1",
- "lifepoints": "40",
- "range_level": "1",
- "safespot": null,
- "slayer_exp": "30",
- "strength_level": "1"
- },
- {
- "id": "6132",
- "name": "Goblin",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6133",
- "name": "Goblin",
- "attack_level": "1",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6134",
- "name": "Dunce",
- "examine": "This imp is clearly the class clown.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6135",
- "name": "Town crier",
- "examine": "Get useful information from this guy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6136",
- "name": "Town crier",
- "examine": "Get useful information from this guy."
- },
- {
- "id": "6137",
- "name": "Town crier",
- "examine": "Get useful information from this guy."
- },
- {
- "id": "6138",
- "name": "Town crier"
- },
- {
- "id": "6139",
- "name": "Town crier"
- },
- {
- "id": "6140",
- "name": "Squire (Intermediate)",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6141",
- "name": "Squire (Veteran)",
- "examine": "A squire of balance.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6142",
- "name": "Portal",
- "examine": "Not somewhere I want to go...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "50",
- "lifepoints": "200",
- "magic_level": "50",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6143",
- "name": "Portal",
- "examine": "Not somewhere I want to go...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "50",
- "lifepoints": "200",
- "magic_level": "25",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6144",
- "name": "Portal",
- "examine": "Not somewhere I want to go...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "50",
- "lifepoints": "200",
- "magic_level": "50",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6145",
- "name": "Portal",
- "examine": "Not somewhere I want to go...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "50",
- "lifepoints": "200",
- "magic_level": "50",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6146",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "200",
- "magic_level": "30",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6147",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "200",
- "magic_level": "15",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6148",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "200",
- "magic_level": "30",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6149",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "200",
- "magic_level": "30",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6150",
- "name": "Portal",
- "examine": "Not somewhere I want to go...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "150,150,150,75,75,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "70",
- "lifepoints": "250",
- "magic_level": "70",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6151",
- "name": "Portal",
- "examine": "Not somewhere I want to go...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "150,150,150,150,37,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "70",
- "lifepoints": "250",
- "magic_level": "40",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6152",
- "name": "Portal",
- "examine": "Not somewhere I want to go...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "150,150,75,150,75,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "70",
- "lifepoints": "250",
- "magic_level": "70",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6153",
- "name": "Portal",
- "examine": "Not somewhere I want to go...",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "75,75,150,150,75,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "70",
- "lifepoints": "250",
- "magic_level": "70",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6154",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "250",
- "magic_level": "30",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6155",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "250",
- "magic_level": "15",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6156",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "250",
- "magic_level": "30",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6157",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "250",
- "magic_level": "30",
- "range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6158",
- "name": "Sir Lucan"
- },
- {
- "id": "6159",
- "name": "Workman",
- "examine": "It is cold and solid. Thok will strap it to Marmaros's leg.",
- "aggressive": "true",
- "attack_level": "50",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "114",
- "magic_animation": "0",
- "magic_level": "50",
- "range_animation": "0",
- "range_level": "50",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "6160",
- "name": "Sir Lancelot"
- },
- {
- "id": "6161",
- "name": "Sir Bedivere"
- },
- {
- "id": "6162",
- "name": "Sir Tristram"
- },
- {
- "id": "6163",
- "name": "Sir Pelleas"
- },
- {
- "id": "6164",
- "name": "Sir Gawain"
- },
- {
- "id": "6165",
- "name": "Sir Kay"
- },
- {
- "id": "6166",
- "name": "Sir Pelleas"
- },
- {
- "id": "6167",
- "name": "Sir Gawain"
- },
- {
- "id": "6168",
- "name": "Sir Kay"
- },
- {
- "id": "6169",
- "name": "Squire",
- "examine": "Squire to the Knights of the Round Table.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6170",
- "name": "Sir Lancelot",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "836",
- "defence_animation": "422",
- "defence_level": "1",
- "lifepoints": "118",
- "melee_animation": "400",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6171",
- "name": "Sir Kay"
- },
- {
- "id": "6172",
- "name": "Sir Gawain"
- },
- {
- "id": "6173",
- "name": "Sir Lucan"
- },
- {
- "id": "6174",
- "name": "Bandit"
- },
- {
- "id": "6175",
- "name": "Sir Tristram"
- },
- {
- "id": "6176",
- "name": "Sir Pelleas"
- },
- {
- "id": "6177",
- "name": "Sir Bedivere"
- },
- {
- "id": "6178",
- "name": "Anna"
- },
- {
- "id": "6179",
- "name": "David"
- },
- {
- "id": "6180",
- "name": "Anna"
- },
- {
- "id": "6181",
- "name": "Court judge"
- },
- {
- "id": "6182",
- "name": "Jury"
- },
- {
- "id": "6183",
- "name": "Guard",
- "examine": "An officer of the law.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6184",
- "name": "Guard",
- "examine": "An officer of the law.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6185",
- "name": "Prosecutor"
- },
- {
- "id": "6186",
- "name": "Morgan Le Faye"
- },
- {
- "id": "6188",
- "name": "Renegade knight",
- "examine": "He isn't very friendly.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "8"
- },
- {
- "id": "6189",
- "name": "Black Knight",
- "examine": "A dark-hearted knight.",
- "aggressive": "true",
- "attack_level": "25",
- "attack_speed": "5",
- "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0",
- "combat_audio": "2503,15,512",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "42",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "25",
- "weakness": "8"
- },
- {
- "id": "6190",
- "name": "Guard",
- "examine": "Primping with combs and hair clips.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6191",
- "name": "Sinclair"
- },
- {
- "id": "6198",
- "name": "Sinclair",
- "examine": "The name isn't just for show.",
- "aggressive": "true",
- "attack_level": "55",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "85",
- "magic_animation": "0",
- "magic_level": "55",
- "range_animation": "0",
- "range_level": "55",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
- },
- {
- "id": "6199",
- "name": "Banker"
- },
- {
- "id": "6200",
- "name": "Banker",
"examine": "He can look after my money.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5258",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6201",
- "name": "Knight",
- "attack_level": "1",
- "combat_audio": "511,513,512",
+ "examine": "She can look after my money.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "5260",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6202",
- "name": "K'ril Tsutsaroth"
- },
- {
- "id": "6203",
- "name": "K'ril Tsutsaroth",
- "examine": "A servant of the god Zamorak. ",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "340",
- "attack_speed": "6",
- "bonuses": "160,160,160,0,0,80,80,80,130,80,0,31,0,0,0",
- "clue_level": "2",
- "death_animation": "6946",
- "defence_animation": "6944",
- "defence_level": "270",
- "lifepoints": "255",
- "magic_animation": "6945",
- "magic_level": "200",
- "melee_animation": "6945",
- "poison_amount": "",
- "poison_immune": "true",
- "poisonous": "",
- "range_animation": "6945",
- "range_level": "1",
- "respawn_delay": "150",
- "safespot": null,
- "slayer_exp": "350",
- "strength_level": "300",
- "weakness": "9"
- },
- {
- "id": "6204",
- "name": "Tstanon Karlak",
- "examine": "Destroyer of 1000 planes!",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "124",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,-5,0,0,14,0,0,0",
- "death_animation": "6946",
- "defence_animation": "6944",
- "defence_level": "125",
- "lifepoints": "142",
- "magic_animation": "6945",
- "magic_level": "50",
- "melee_animation": "6945",
- "range_animation": "6945",
- "range_level": "50",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "142",
- "strength_level": "118",
- "weakness": "9"
- },
- {
- "id": "6205",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
+ "examine": "A guard of Sophanem.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sophanem guard",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "5270",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6206",
- "name": "Zakl'n Gritch",
- "examine": "Scourge of light.",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "83",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,20,0,0,0,-5,0,0,0,0,0,20",
- "combat_style": "1",
- "death_animation": "6946",
- "defence_animation": "6945",
- "defence_level": "127",
- "lifepoints": "150",
- "magic_animation": "7033",
- "magic_level": "50",
- "melee_animation": "7033",
- "projectile": "1209",
- "range_animation": "7033",
- "range_level": "150",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "150",
- "start_gfx": "1208",
- "strength_level": "76",
- "weakness": "0"
- },
- {
- "id": "6207",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
+ "examine": "A guard of Sophanem.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sophanem guard",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "5274",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6208",
- "name": "Balfrug Kreeyath",
- "examine": "Despoiler of Ullek.",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "115",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,10,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "6946",
- "defence_animation": "6944",
- "defence_level": "153",
- "lifepoints": "161",
- "magic_animation": "7033",
- "magic_level": "150",
- "melee_animation": "7033",
- "projectile": "1213",
- "range_animation": "7033",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "161",
- "start_gfx": "1212",
- "strength_level": "60"
- },
- {
- "id": "6209",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
+ "examine": "A guard of Menaphos.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Menaphite guard",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "5277",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6210",
- "name": "Hellhound",
- "examine": "From the maws of hell.",
- "aggressive": "true",
- "attack_level": "105",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "3717,3719,3718",
- "death_animation": "6576",
- "defence_animation": "6578",
- "defence_level": "102",
- "lifepoints": "116",
- "magic_animation": "6579",
- "melee_animation": "6579",
- "range_animation": "6579",
- "range_level": "1",
- "respawn_delay": "50",
+ "examine": "Flings annoying splinters at Thok.",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "magic_level": "80",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Osman",
+ "defence_level": "40",
"safespot": null,
- "slayer_exp": "116",
- "strength_level": "104",
- "weakness": "7"
+ "lifepoints": "22",
+ "strength_level": "80",
+ "id": "5285",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "80"
},
{
- "id": "6211",
- "name": "Imp",
- "examine": "Have you checked your pockets lately?",
- "aggressive": "true",
- "attack_level": "4",
- "bonuses": "10,5,5,10,10,10,10,10,10,0,0,0,0,0,0",
- "combat_audio": "534,536,535",
- "death_animation": "172",
- "defence_animation": "170",
- "defence_level": "4",
- "lifepoints": "10",
- "magic_animation": "169",
- "melee_animation": "169",
- "movement_radius": "25",
- "range_animation": "169",
- "range_level": "1",
- "safespot": null,
- "strength_level": "4",
- "weakness": "7"
- },
- {
- "id": "6212",
- "name": "Werewolf",
- "examine": "He doesn't look pleased to see me.",
- "aggressive": "true",
- "attack_level": "64",
- "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0",
- "clue_level": "1",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "64",
- "lifepoints": "100",
- "magic_animation": "6536",
- "melee_animation": "6536",
- "range_animation": "6536",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "64",
- "weakness": "7"
- },
- {
- "id": "6213",
- "name": "Werewolf",
- "examine": "He doesn't look pleased to see me.",
- "aggressive": "true",
- "attack_level": "64",
- "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0",
- "clue_level": "1",
- "death_animation": "6537",
- "defence_animation": "6538",
- "defence_level": "64",
- "lifepoints": "100",
- "magic_animation": "6536",
- "melee_animation": "6536",
- "range_animation": "6536",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "64",
- "weakness": "7"
- },
- {
- "id": "6214",
- "name": "Vampire",
- "examine": "It looks really hungry!",
- "aggressive": "true",
- "attack_level": "44",
- "bonuses": "30,35,30,40,50,50,50,25,30,30,0,0,0,0,0",
- "clue_level": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "44",
- "lifepoints": "60",
- "magic_animation": "810",
- "melee_animation": "810",
- "range_animation": "810",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "44"
- },
- {
- "id": "6215",
- "name": "Bloodveld",
- "examine": "The tongue of evil.",
- "aggressive": "true",
- "attack_level": "75",
- "attack_speed": "4",
- "clue_level": "2",
- "combat_audio": "312,314,313",
- "death_animation": "9131",
- "defence_animation": "9132",
- "defence_level": "30",
- "lifepoints": "120",
- "magic_animation": "1552",
- "melee_animation": "9130",
- "range_animation": "1552",
- "range_level": "1",
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
"respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
"safespot": null,
- "slayer_exp": "120",
- "strength_level": "45"
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5293",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6216",
- "name": "Pyrefiend",
- "examine": "A small fire demon.",
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5294",
"aggressive": "true",
- "attack_level": "25",
- "bonuses": "25,25,20,40,40,40,15,30,20,60,20,0,0,0,0",
- "clue_level": "1",
- "combat_audio": "696,698,697",
- "death_animation": "1580",
- "defence_animation": "1581",
- "defence_level": "25",
- "lifepoints": "48",
- "magic_animation": "1582",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5295",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5296",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5297",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5298",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5299",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5300",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5301",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5302",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5303",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5304",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "range_animation": "5568",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "magic_animation": "5568",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "1",
+ "id": "5305",
+ "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "5306",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "range_animation": "5568",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "magic_animation": "5568",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "1",
+ "id": "5307",
+ "bonuses": "6,15,15,15,15,15,15,6,6,15,15,15,15,15,15",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "1",
+ "id": "5308",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Brains!",
+ "melee_animation": "5571",
+ "range_animation": "5571",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5574",
+ "slayer_exp": "30",
+ "magic_animation": "5571",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "16",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "5309",
+ "bonuses": "10,15,16,16,15,16,16,10,10,16,15,15,15,15,15",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "1",
+ "id": "5310",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "1",
+ "id": "5311",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "1",
+ "id": "5312",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "1",
+ "id": "5313",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5314",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5315",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5316",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5317",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5318",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Examine not added",
+ "melee_animation": "5571",
+ "range_animation": "5571",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5574",
+ "slayer_exp": "30",
+ "magic_animation": "5571",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "5319",
+ "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "Examine not added",
+ "melee_animation": "5571",
+ "range_animation": "5571",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5574",
+ "slayer_exp": "30",
+ "magic_animation": "5571",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "5320",
+ "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20",
+ "range_level": "1",
+ "attack_level": "18"
+ },
+ {
+ "examine": "Examine not added",
+ "melee_animation": "5571",
+ "range_animation": "5571",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5574",
+ "slayer_exp": "30",
+ "magic_animation": "5571",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "5321",
+ "bonuses": "12,20,20,20,20,20,20,12,12,20,20,20,20,20,20",
+ "range_level": "1",
+ "attack_level": "18"
+ },
+ {
+ "examine": "Dead man walking.",
+ "melee_animation": "5571",
+ "range_animation": "5571",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "defence_animation": "5574",
+ "slayer_exp": "30",
+ "magic_animation": "5571",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "19",
+ "id": "5322",
+ "aggressive": "true",
+ "bonuses": "21,19,20,42,44,34,41,38,40,21,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5323",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5324",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5325",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5326",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5327",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5328",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5329",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5330",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5331",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "slayer_task": "36",
+ "melee_animation": "5532",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "magic_level": "18",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5342",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5343",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "slayer_task": "36",
+ "melee_animation": "5532",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "magic_level": "18",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5344",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "slayer_task": "36",
+ "melee_animation": "5532",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "magic_level": "18",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5345",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5346",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "slayer_task": "36",
+ "melee_animation": "5532",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "magic_level": "18",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5347",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "slayer_task": "36",
+ "melee_animation": "5532",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "magic_level": "18",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5348",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5349",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5350",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5351",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "5352",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A minion of Rashiliyia.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Undead one",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "32",
+ "id": "5353",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "32"
+ },
+ {
+ "examine": "A minion of Rashiliyia.",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Undead one",
+ "defence_level": "33",
+ "safespot": null,
+ "lifepoints": "47",
+ "strength_level": "33",
+ "id": "5354",
+ "range_level": "1",
+ "attack_level": "33"
+ },
+ {
+ "examine": "The animated dead; one of Rashiliyia's minions.",
+ "slayer_task": "93",
+ "melee_animation": "5568",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5569",
+ "name": "Undead one",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "32",
+ "id": "5355",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "32"
+ },
+ {
+ "examine": "The animated dead; one of Rashiliyia's minions.",
+ "slayer_task": "93",
+ "melee_animation": "5568",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5569",
+ "name": "Undead one",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "32",
+ "id": "5356",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "32"
+ },
+ {
+ "examine": "The animated dead; one of Rashiliyia's minions.",
+ "slayer_task": "93",
+ "melee_animation": "5571",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5575",
+ "name": "Undead one",
+ "defence_level": "33",
+ "safespot": null,
+ "lifepoints": "47",
+ "strength_level": "33",
+ "id": "5357",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "33"
+ },
+ {
+ "examine": "The animated dead; one of Rashiliyia's minions.",
+ "slayer_task": "93",
+ "melee_animation": "5571",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5575",
+ "name": "Undead one",
+ "defence_level": "33",
+ "safespot": null,
+ "lifepoints": "47",
+ "strength_level": "33",
+ "id": "5358",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "33"
+ },
+ {
+ "examine": "A giant skeleton.",
+ "slayer_task": "75",
+ "melee_animation": "5499",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5503",
+ "name": "Giant skeleton",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "5359",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "A fiendish embodiment of water.",
+ "slayer_task": "90",
+ "combat_style": "1",
"melee_animation": "1582",
"range_animation": "1582",
- "range_level": "1",
- "respawn_delay": "25",
+ "combat_audio": "3774,3773,3772",
+ "attack_speed": "4",
+ "magic_level": "105",
+ "defence_animation": "1581",
+ "weakness": "4",
+ "magic_animation": "1582",
+ "death_animation": "1580",
+ "name": "Waterfiend",
+ "defence_level": "128",
+ "poison_immune": "true",
"safespot": null,
- "strength_level": "25",
- "weakness": "7"
+ "lifepoints": "128",
+ "strength_level": "0",
+ "id": "5361",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,100,100,10,100,100,0,0,0,0,0",
+ "range_level": "105",
+ "projectile": "16",
+ "attack_level": "0"
},
{
- "id": "6217",
- "name": "Icefiend",
- "examine": "A small ice demon.",
- "attack_level": "5",
- "bonuses": "5,5,5,5,10,10,10,10,10,10,5,0,0,0,0",
+ "examine": "It appears to be intelligent and savage.",
+ "slayer_task": "41",
+ "melee_animation": "91",
+ "range_animation": "91",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "168",
+ "defence_animation": "89",
+ "weakness": "3",
+ "slayer_exp": "183",
+ "magic_animation": "91",
+ "death_animation": "92",
+ "name": "Brutal green dragon",
+ "defence_level": "168",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "175",
+ "strength_level": "168",
+ "id": "5362",
+ "aggressive": "true",
+ "clue_level": "2",
+ "range_level": "0",
+ "attack_level": "268"
+ },
+ {
+ "examine": "Experimenting with mithril gone bad!",
+ "slayer_task": "57",
+ "melee_animation": "91",
+ "range_animation": "91",
+ "combat_audio": "408,410,409",
+ "attack_speed": "4",
+ "magic_level": "168",
+ "respawn_delay": "30",
+ "defence_animation": "89",
+ "weakness": "8",
+ "slayer_exp": "273",
+ "magic_animation": "91",
+ "death_animation": "92",
+ "name": "Mithril dragon",
+ "defence_level": "268",
+ "safespot": null,
+ "lifepoints": "254",
+ "strength_level": "268",
+ "id": "5363",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,50,100,70,30,90,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "168",
+ "attack_level": "268"
+ },
+ {
+ "weakness": "7",
+ "examine": "It appears to be intelligent and savage.",
+ "name": "Confused barbarian",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "175",
+ "strength_level": "167",
+ "attack_speed": "6",
+ "id": "5364",
+ "range_level": "167",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "36",
+ "strength_level": "1",
+ "id": "5369",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "36",
+ "strength_level": "1",
+ "id": "5370",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eeek! A ghost!",
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "36",
+ "strength_level": "1",
+ "id": "5371",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Why does it attack with twigs? Swords and axes much better.",
+ "melee_animation": "5532",
+ "range_animation": "426",
+ "combat_audio": "436,439,438",
+ "magic_level": "80",
+ "defence_animation": "5533",
+ "weakness": "10",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "36",
+ "strength_level": "80",
+ "id": "5372",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "80"
+ },
+ {
+ "examine": "Are these twigs meant to hurt Thok?",
+ "melee_animation": "5532",
+ "range_animation": "426",
+ "combat_audio": "436,439,438",
+ "magic_level": "80",
+ "defence_animation": "5533",
+ "weakness": "10",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "36",
+ "strength_level": "80",
+ "id": "5373",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "80"
+ },
+ {
+ "examine": "It thinks it scary. Thok show it scary.",
+ "melee_animation": "5532",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "magic_level": "80",
+ "defence_animation": "5533",
+ "weakness": "10",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "36",
+ "strength_level": "80",
+ "id": "5374",
+ "aggressive": "true",
+ "range_level": "80",
+ "attack_level": "80"
+ },
+ {
+ "examine": "Examine not added",
+ "melee_animation": "5568",
+ "range_animation": "5568",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "magic_animation": "5568",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "5375",
+ "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "Examine not added",
+ "melee_animation": "5568",
+ "range_animation": "5568",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "magic_animation": "5568",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "5376",
+ "bonuses": "15,25,25,25,25,25,25,15,15,25,25,25,25,25,25",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "Examine not added",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5579",
+ "slayer_exp": "30",
+ "magic_animation": "5578",
+ "death_animation": "5580",
+ "name": "Zombie",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5377",
+ "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "Examine not added",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5579",
+ "slayer_exp": "30",
+ "magic_animation": "5578",
+ "death_animation": "5580",
+ "name": "Zombie",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "5378",
+ "bonuses": "15,25,28,28,25,28,28,15,15,28,25,25,25,25,25",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "Examine not added",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5579",
+ "slayer_exp": "30",
+ "magic_animation": "5578",
+ "death_animation": "5580",
+ "name": "Zombie",
+ "defence_level": "48",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "5379",
+ "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45",
+ "range_level": "1",
+ "attack_level": "47"
+ },
+ {
+ "examine": "Examine not added",
+ "melee_animation": "5578",
+ "range_animation": "5578",
+ "combat_audio": "931,923,922",
+ "attack_speed": "5",
+ "respawn_delay": "30",
+ "defence_animation": "5579",
+ "slayer_exp": "30",
+ "magic_animation": "5578",
+ "death_animation": "5580",
+ "name": "Zombie",
+ "defence_level": "48",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "1",
+ "id": "5380",
+ "bonuses": "35,45,45,45,45,45,45,35,35,45,45,45,45,45,45",
+ "range_level": "1",
+ "attack_level": "47"
+ },
+ {
+ "examine": "Animated steel armour.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "4167",
+ "name": "Animated steel armour",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "28",
+ "id": "5382",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "Big and bony, just how I like them.",
+ "start_gfx": "2713",
+ "melee_animation": "5499",
+ "range_animation": "5499",
+ "attack_speed": "2",
+ "defence_animation": "5489",
+ "magic_animation": "5499",
+ "death_animation": "5503",
+ "name": "Giant skeleton",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "95",
+ "id": "5384",
+ "aggressive": "true",
+ "bonuses": "25,25,25,25,25,25,25,25,25,25,25,25,25,25,25",
+ "range_level": "1",
+ "projectile": "2718",
+ "attack_level": "95"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "56",
+ "strength_level": "1",
+ "id": "5393",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5394",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5395",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5396",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5397",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5398",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5399",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5400",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5401",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5402",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5403",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5568",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5567",
+ "slayer_exp": "30",
+ "death_animation": "5569",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "92",
+ "strength_level": "1",
+ "id": "5404",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5405",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5406",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5407",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5408",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5409",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "5410",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "How does it move of its own accord?",
+ "melee_animation": "5591",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5592",
+ "name": "Possessed pickaxe",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "5413",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "How does it move of its own accord?",
+ "melee_animation": "5597",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5596",
+ "name": "Animated spade",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "74",
+ "strength_level": "52",
+ "id": "5414",
+ "range_level": "1",
+ "attack_level": "52"
+ },
+ {
+ "examine": "A terrifying dog beast.",
+ "slayer_task": "82",
+ "melee_animation": "5625",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "5628",
+ "name": "Terror dog",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "134",
+ "strength_level": "47",
+ "id": "5417",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "47"
+ },
+ {
+ "melee_animation": "5625",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5626",
+ "death_animation": "5627",
+ "name": "Terror dog",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "82",
+ "strength_level": "1",
+ "id": "5418",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5617",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "5618",
+ "death_animation": "5619",
+ "name": "Tarn",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "5420",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I preferred him when he was human.",
+ "melee_animation": "5617",
+ "range_animation": "0",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5619",
+ "name": "Mutant tarn",
+ "defence_level": "57",
+ "safespot": null,
+ "lifepoints": "325",
+ "strength_level": "57",
+ "id": "5421",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "57"
+ },
+ {
+ "examine": "What restful music!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "null",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5439",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "What restful music!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "KGP Agent",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5442",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Instructs agility.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Agility Instructor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5447",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An army commander.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Army Commander",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5448",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Sturdy cold being.",
+ "slayer_task": "48",
+ "melee_animation": "5724",
+ "range_animation": "5725",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "5726",
+ "name": "Icelord",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "22",
+ "id": "5452",
+ "aggressive": "true",
+ "range_level": "30",
+ "attack_level": "22"
+ },
+ {
+ "examine": "Sturdy cold being.",
+ "slayer_task": "48",
+ "melee_animation": "5724",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5726",
+ "name": "Icelord",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "5453",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "Sturdy cold being.",
+ "slayer_task": "48",
+ "melee_animation": "5724",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5726",
+ "name": "Icelord",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "5454",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "Sturdy cold being.",
+ "slayer_task": "48",
+ "melee_animation": "5724",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "5726",
+ "name": "Icelord",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "5455",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "An impressive-looking troll.",
+ "slayer_task": "83",
+ "melee_animation": "5374",
+ "range_animation": "0",
+ "magic_level": "65",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "5209",
+ "name": "Ice Troll King",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "185",
+ "strength_level": "65",
+ "id": "5472",
+ "aggressive": "true",
+ "range_level": "65",
+ "attack_level": "65"
+ },
+ {
+ "examine": "An ice troll youngling.",
+ "range_animation": "0",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Ice troll runt",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "70",
+ "id": "5473",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "A male troll wielding a large club.",
+ "range_animation": "0",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Ice troll male",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "80",
+ "id": "5474",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "An ice troll with a bag of rocks.",
+ "combat_style": "1",
+ "range_animation": "1142",
+ "melee_animation": "1142",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Ice troll female",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "80",
+ "id": "5475",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "projectile": "276",
+ "attack_level": "80"
+ },
+ {
+ "examine": "A large ice troll.",
+ "melee_animation": "4332",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice troll grunt",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "100",
+ "id": "5476",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
+ },
+ {
+ "examine": "An ill-tempered king.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "King Gjuki Sorvott IV",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5478",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Thorkel Silkbeard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "498,500,499",
+ "strength_level": "1",
+ "id": "5480",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "facing_booth": "true",
+ "name": "Magnus Gram",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "498,500,499",
+ "strength_level": "1",
+ "id": "5488",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A guard on insult duty.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5489",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "5490",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "5491",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of King Sorvott's militia.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5492",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A miner at work.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Miner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5497",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Burgher's protectors.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Honour guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5514",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Burgher's protectors.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Honour guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5516",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of your militia.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Honour guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5517",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An ice troll youngling.",
+ "range_animation": "0",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Ice troll runt",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "70",
+ "id": "5521",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "A male troll wielding a large club.",
+ "range_animation": "0",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Ice troll male",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "80",
+ "id": "5522",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "An ice troll with a bag of rocks.",
+ "combat_style": "1",
+ "range_animation": "1142",
+ "melee_animation": "1142",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Ice troll female",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "80",
+ "id": "5523",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "projectile": "276",
+ "attack_level": "80"
+ },
+ {
+ "examine": "An ice troll youngling.",
+ "range_animation": "0",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Ice troll runt",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "70",
+ "id": "5525",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "A male troll wielding a large club.",
+ "range_animation": "0",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Ice troll male",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "80",
+ "id": "5526",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "attack_level": "80"
+ },
+ {
+ "examine": "An ice troll with a bag of rocks.",
+ "combat_style": "1",
+ "range_animation": "1142",
+ "melee_animation": "1142",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "285",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "287",
+ "name": "Ice troll female",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "80",
+ "id": "5527",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "projectile": "276",
+ "attack_level": "80"
+ },
+ {
+ "examine": "A hairy, smelly, grazing animal.",
+ "melee_animation": "5782",
+ "range_animation": "5782",
+ "combat_audio": "3378,3380,3379",
+ "attack_speed": "4",
+ "defence_animation": "5783",
+ "weakness": "7",
+ "magic_animation": "5782",
+ "death_animation": "5784",
+ "name": "Yak",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "10",
+ "id": "5529",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Antisocial.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sorceress",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5531",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Come",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Apprentice",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5532",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An autumn elemental.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Autumn Elemental",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5533",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A spring elemental.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Spring Elemental",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5539",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A summer elemental.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Summer Elemental",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5547",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A winter elemental.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Winter Elemental",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5553",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It dare attack Pretty Lass? Thok crush its puny skull!",
+ "range_animation": "0",
+ "magic_level": "95",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Osman",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "157",
+ "strength_level": "95",
+ "id": "5561",
+ "aggressive": "true",
+ "range_level": "95",
+ "attack_level": "95"
+ },
+ {
+ "examine": "She's honest about the things you aren't.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sin Seer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5571",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A Shadow Realm guardian.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "436,439,438",
+ "defence_animation": "0",
+ "slayer_exp": "25",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5572",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Is it male or female?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Homunculus",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5581",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Strong",
+ "range_animation": "0",
+ "magic_level": "95",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Cage",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "95",
+ "id": "5584",
+ "aggressive": "true",
+ "range_level": "95",
+ "attack_level": "95"
+ },
+ {
+ "examine": "Famous for his fights.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "'Black-eye",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5589",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Count them pinkies!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "'No fingers",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5590",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He wishes he had teeth.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "'Gummy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5591",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Is it a frog",
+ "melee_animation": "5842",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "5841",
+ "name": "Frogeel",
+ "defence_level": "49",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "36",
+ "id": "5593",
+ "aggressive": "true",
+ "range_level": "49",
+ "attack_level": "36"
+ },
+ {
+ "death_animation": "146",
+ "name": "Spidine",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "35",
+ "melee_animation": "143",
+ "strength_level": "1",
+ "id": "5594",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "144"
+ },
+ {
+ "examine": "Definitely not a chicken or a swordfish.",
+ "melee_animation": "5387",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "5389",
+ "name": "Swordchick",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "5595",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "melee_animation": "6800",
+ "respawn_delay": "60",
+ "defence_animation": "6802",
+ "death_animation": "6801",
+ "name": "Jubster",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
+ "id": "5596",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Since when did newts have beaks?",
+ "melee_animation": "2299",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "2301",
+ "name": "Newtroost",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "40",
+ "id": "5597",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Half unicorn",
+ "melee_animation": "5849",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "41",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
+ "death_animation": "5851",
+ "name": "Unicow",
+ "defence_level": "41",
+ "safespot": null,
+ "lifepoints": "58",
+ "strength_level": "30",
+ "id": "5603",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "Holier than thou.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5608",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Holier than thou.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5609",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Holier than thou.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5610",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Holier than thou.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5611",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I'd prefer it if it were a muffin...",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Puffin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5614",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "5619",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "5620",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "5621",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "5622",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Bedside manner is a little lacking",
+ "slayer_task": "93",
+ "melee_animation": "5643",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5658",
+ "name": "Sorebones",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5627",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "I hope his hands don't shake.",
+ "slayer_task": "93",
+ "melee_animation": "5643",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5658",
+ "name": "Sorebones",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5628",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5629",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5630",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5631",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5632",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5633",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5634",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5647",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5635",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5636",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5637",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5638",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5639",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5640",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5651",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5641",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5880",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5642",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5880",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5643",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5880",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5644",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5880",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5645",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5880",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5654",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5646",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5884",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5886",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5647",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5884",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5886",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5648",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5649",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5884",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5886",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5650",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5651",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5884",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5886",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5652",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5653",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5884",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5886",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5654",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5655",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5889",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5891",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5656",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5657",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5889",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5891",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5658",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5889",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5891",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5659",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5660",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5889",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5891",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5661",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5662",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5889",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5891",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5663",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "melee_animation": "5647",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "5648",
+ "death_animation": "5649",
+ "name": "Zombie pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "1",
+ "id": "5664",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aaaarg",
+ "slayer_task": "93",
+ "melee_animation": "5889",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5891",
+ "name": "Zombie pirate",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "5665",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "It's trying to mash you flat! Less examine",
+ "melee_animation": "5895",
+ "range_animation": "0",
+ "magic_level": "52",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "5898",
+ "name": "Barrelchest",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "285",
+ "strength_level": "52",
+ "id": "5666",
+ "aggressive": "true",
+ "range_level": "52",
+ "attack_level": "52"
+ },
+ {
+ "examine": "He is one",
+ "melee_animation": "5970",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "5972",
+ "name": "Undead Lumberjack",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "73",
+ "id": "5680",
+ "range_level": "1",
+ "attack_level": "73"
+ },
+ {
+ "examine": "A big",
+ "slayer_task": "15",
+ "melee_animation": "6079",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "slayer_exp": "93",
+ "magic_animation": "0",
+ "death_animation": "6081",
+ "name": "Cave bug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "93",
+ "strength_level": "1",
+ "id": "5750",
+ "range_level": "9",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A strange mole-like being.",
+ "melee_animation": "6012",
+ "combat_audio": "3492,3494,3493",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "6013",
+ "slayer_exp": "52",
+ "death_animation": "6014",
+ "name": "Molanisk",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "52",
+ "strength_level": "40",
+ "id": "5751",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "40"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5752",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5753",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5754",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5755",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5756",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5757",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5758",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5759",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5760",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5761",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5762",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5763",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5764",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5765",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5766",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5767",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5768",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5769",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks after cave goblin money.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5776",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks after cave goblin money.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5777",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5783",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Taking a terribly important box from one place to another.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Crate goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5784",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the many citizens of Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5785",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Good at shorthand.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Goblin scribe",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5786",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He keeps order in the city.",
+ "slayer_task": "38",
+ "melee_animation": "6007",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Guard",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "42",
+ "id": "5800",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "42"
+ },
+ {
+ "examine": "He keeps order in the city.",
+ "slayer_task": "38",
+ "melee_animation": "6007",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6003",
+ "name": "Guard",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "42",
+ "id": "5801",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "42"
+ },
+ {
+ "examine": "A goblin baby.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Young 'un",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5803",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A goblin baby.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Nipper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5805",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5807",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5808",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5809",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5810",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5811",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5812",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5813",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5814",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5815",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5816",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5817",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5818",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5819",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5820",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5821",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5822",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Don't spit",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Spit goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5823",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A bug-eyed little goblin fish. How cute.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Goblin fish",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5824",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Annoying little flappy things.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Moths",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5827",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "6092",
+ "name": "Rabbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "melee_animation": "6090",
+ "strength_level": "1",
+ "id": "5829",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "6091"
+ },
+ {
+ "name": "Rat Burgiss",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "5833",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5842",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5843",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5844",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5845",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5846",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5847",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5848",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5849",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5850",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "A mean looking outlaw. Don't get too close!",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Outlaw",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "32",
+ "strength_level": "23",
+ "id": "5851",
+ "range_level": "1",
+ "attack_level": "23"
+ },
+ {
+ "examine": "Weird eyeball thing. Reminds Thok of breakfast.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "magic_level": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Monkey",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "5852",
+ "aggressive": "true",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "examine": "For sitting on.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bench",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5854",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5855",
"clue_level": "0",
- "combat_audio": "531,533,532",
- "death_animation": "8078",
- "defence_animation": "8079",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5856",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks pretty skilled with that bow.",
+ "melee_animation": "426",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "H.A.M. Archer",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "15",
+ "id": "5859",
+ "aggressive": "true",
+ "clue_level": "0",
+ "range_level": "20",
+ "attack_level": "15"
+ },
+ {
+ "examine": "He bristles with arcane power.",
+ "combat_style": "2",
+ "melee_animation": "429",
+ "range_animation": "0",
+ "magic_level": "20",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "H.A.M. Mage",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "15",
+ "id": "5860",
+ "aggressive": "true",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "No match for Thok. Silly demon.",
+ "magic_level": "85",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Zanik",
+ "defence_level": "85",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "85",
+ "id": "5861",
+ "aggressive": "true",
+ "range_level": "85",
+ "attack_level": "85"
+ },
+ {
+ "examine": "A worker on the train link.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Builder",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5864",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A worker on the train link.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Builder",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5865",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A worker on the train link.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Builder",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5866",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A worker on the train link.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Builder",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5867",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5873",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A goblin with big",
+ "slayer_task": "38",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5874",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A goblin with big",
+ "slayer_task": "38",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5875",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5876",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5877",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Cave goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "5878",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He sells tickets to Keldagrim.",
+ "slayer_task": "38",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ticket goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5879",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dwarf from Keldagrim.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5880",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dwarf from Keldagrim.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5881",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dwarf from Keldagrim.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "slayer_exp": "16",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5882",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "16",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5883",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "16",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5884",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "16",
+ "name": "Dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5885",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He sells tickets to Dorgesh-Kaan.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ticket dwarf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5886",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Are you good enough to fight?",
+ "melee_animation": "6318",
+ "range_animation": "0",
+ "magic_level": "70",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "6322",
+ "name": "The Inadequacy",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "70",
+ "id": "5902",
+ "aggressive": "true",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Can you endure long enough?",
+ "melee_animation": "6345",
+ "range_animation": "0",
+ "magic_level": "67",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "6347",
+ "name": "The Everlasting",
+ "defence_level": "67",
+ "safespot": null,
+ "lifepoints": "191",
+ "strength_level": "67",
+ "id": "5903",
+ "aggressive": "true",
+ "range_level": "67",
+ "attack_level": "67"
+ },
+ {
+ "examine": "Can you bring yourself to hurt another?",
+ "melee_animation": "6329",
+ "range_animation": "0",
+ "magic_level": "65",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "6331",
+ "name": "The Untouchable",
+ "defence_level": "75",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "65",
+ "id": "5904",
+ "aggressive": "true",
+ "range_level": "65",
+ "attack_level": "65"
+ },
+ {
+ "examine": "What if you don't know how to win?",
+ "melee_animation": "6342",
+ "range_animation": "0",
+ "magic_level": "63",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "The Illusive",
+ "defence_level": "63",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "63",
+ "id": "5905",
+ "aggressive": "true",
+ "range_level": "63",
+ "attack_level": "63"
+ },
+ {
+ "examine": "You can't escape your inadequacy!",
+ "melee_animation": "6310",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "6315",
+ "name": "A Doubt",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "5906",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "Dead stone defending a dead throne room.",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Dying tree",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "142",
+ "strength_level": "50",
+ "id": "5908",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Don't let her arm-wrestle you for money.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Barbarian",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "20",
+ "id": "5909",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "A greasy, grimy gourmet.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cook",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5910",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's suspiciously talented with a meat-cleaver.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cook",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5911",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This grizzled soldier is here to distribute Rated Clan Wars badges.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Iffie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5914",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Does what too many people aren't interested in doing.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Cleaner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5916",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mangy mutt.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Stray dog",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5917",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He tries to keep order around here. His bizarre uniform isn't helping.",
+ "melee_animation": "6489",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6490",
+ "name": "Guard",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "18",
+ "id": "5919",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "18"
+ },
+ {
+ "examine": "He tries to keep order around here. His bizarre uniform isn't helping.",
+ "melee_animation": "6489",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "6490",
+ "name": "Guard",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "18",
+ "id": "5920",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "18"
+ },
+ {
+ "examine": "He's studying to be a guard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trainee Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5921",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Trains the guards of the future.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Captain",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5922",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Man",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "4",
+ "strength_level": "3",
+ "id": "5923",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "One of Gielinor's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Woman",
+ "defence_level": "3",
+ "safespot": null,
+ "lifepoints": "4",
+ "strength_level": "3",
+ "id": "5924",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "Known for his light-fingered qualities.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Thief",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "9",
+ "id": "5926",
+ "range_level": "1",
+ "attack_level": "9"
+ },
+ {
+ "examine": "Known for his light-fingered qualities.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Thief",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "9",
+ "id": "5927",
+ "range_level": "1",
+ "attack_level": "9"
+ },
+ {
+ "examine": "Known for her light-fingered qualities.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Thief",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "9",
+ "id": "5928",
+ "range_level": "1",
+ "attack_level": "9"
+ },
+ {
+ "examine": "Known for her light-fingered qualities.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Thief",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "9",
+ "id": "5929",
+ "range_level": "1",
+ "attack_level": "9"
+ },
+ {
+ "examine": "Jacques Netis - a slightly pompous art expert.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Art Critic Jacques",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5930",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Seth Minas - an aged expert in Gielinor history.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Historian Minas",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5931",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A lady with lots of information about the Museum.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Information clerk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5938",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A teacher and one of his pupils.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Teacher and pupil",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5944",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks kind of familiar.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Schoolboy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5945",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A teacher and one of her pupils.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Teacher and pupil",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5947",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks hard at work.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5952",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Could there be something exciting in his wheelbarrow?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5954",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A powerful knight of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Void Knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5956",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Wheelbarrow loader.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Digsite workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5958",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Working hard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barge workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5959",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Working hard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barge workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5960",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Working hard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barge workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5961",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Working hard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barge workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5962",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Working hard.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Barge foreman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5963",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An aged expert in natural history.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Natural historian",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5966",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Bloodsuckers!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Leech display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5971",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Slugs of the sea variety.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sea slugs display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5972",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A house on its back.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Snail display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5973",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A cheeky little monkey.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Monkey display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5974",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A scaly little fellow.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Lizard display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5975",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Nice suit.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Penguin display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5976",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's got the hump.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Camel display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5977",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Terrifying!",
+ "melee_animation": "1010",
+ "range_animation": "0",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Terrorbird display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "34",
+ "strength_level": "23",
+ "id": "5978",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks like a fire-breather.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "408,410,409",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dragon display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5979",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Needs a good square meal.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wyvern display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5980",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A huge beast.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Battle tortoise display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5981",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Loves making molehills.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mole display",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5982",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It hides in stone",
+ "range_animation": "0",
+ "magic_level": "95",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Workman",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "34",
+ "strength_level": "95",
+ "id": "5986",
+ "aggressive": "true",
+ "range_level": "95",
+ "attack_level": "95"
+ },
+ {
+ "name": "Rupert the Beard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "498,500,499",
+ "strength_level": "1",
+ "id": "5990",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Rupert the Beard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "498,500,499",
+ "strength_level": "1",
+ "id": "5992",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very odd looking creature.",
+ "melee_animation": "6513",
+ "range_animation": "0",
+ "magic_level": "46",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "6512",
+ "name": "Experiment No.2",
+ "defence_level": "46",
+ "safespot": null,
+ "lifepoints": "131",
+ "strength_level": "46",
+ "id": "5993",
+ "range_level": "46",
+ "attack_level": "46"
+ },
+ {
+ "examine": "A huge mouse. It looks hungry...",
+ "melee_animation": "6519",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6521",
+ "name": "Mouse",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "44",
+ "id": "5994",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "44"
+ },
+ {
+ "melee_animation": "6501",
+ "respawn_delay": "60",
+ "defence_animation": "6503",
+ "death_animation": "6502",
+ "name": "Glod",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "160",
+ "strength_level": "1",
+ "id": "5996",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Rupert the Beard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "498,500,499",
+ "strength_level": "1",
+ "id": "5999",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Rupert the Beard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "498,500,499",
+ "strength_level": "1",
+ "id": "6001",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I wish the moon wasn't out!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "76",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "76",
+ "id": "6006",
+ "aggressive": "true",
+ "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "76"
+ },
+ {
+ "examine": "I wish the moon wasn't out!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "76",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "76",
+ "id": "6007",
+ "aggressive": "true",
+ "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "76"
+ },
+ {
+ "examine": "I wish the moon wasn't out!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "76",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "76",
+ "id": "6008",
+ "aggressive": "true",
+ "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "76"
+ },
+ {
+ "examine": "I wish the moon wasn't out!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "76",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "76",
+ "id": "6009",
+ "aggressive": "true",
+ "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "76"
+ },
+ {
+ "examine": "I wish the moon wasn't out!",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "6538",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "76",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "76",
+ "id": "6010",
+ "aggressive": "true",
+ "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "76"
+ },
+ {
+ "examine": "I wish the moon wasn't out!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "76",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "76",
+ "id": "6011",
+ "aggressive": "true",
+ "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "76"
+ },
+ {
+ "examine": "I wish the moon wasn't out!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "76",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "76",
+ "id": "6012",
+ "aggressive": "true",
+ "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "76"
+ },
+ {
+ "examine": "I wish the moon wasn't out!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "76",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "76",
+ "id": "6013",
+ "aggressive": "true",
+ "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "76"
+ },
+ {
+ "examine": "I wish the moon wasn't out!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "76",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "76",
+ "id": "6014",
+ "aggressive": "true",
+ "bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,20,20,20",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "76"
+ },
+ {
+ "examine": "Eek! A werewolf!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "6015",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "Eek! A werewolf!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "6016",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "Eek! A werewolf!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "6017",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "Eek! A werewolf!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "6018",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "melee_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "6538",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "6019",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Eek! A werewolf!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "6020",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "Eek! A werewolf!",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "6021",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "melee_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "6538",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "6022",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "6538",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "6023",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "6538",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "6024",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "6536",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "6538",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "1",
+ "id": "6025",
+ "aggressive": "true",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Boris",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6026",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Imre",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6027",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Yuri",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6028",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Joseph",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6029",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Nikolai",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6030",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Eduard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6031",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Lev",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6032",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "melee_animation": "422",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Georgy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
+ "id": "6033",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "death_animation": "836",
+ "name": "Svetlana",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6034",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Irina",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6035",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Alexis",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6036",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Milla",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6037",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Galina",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6038",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Sofiya",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6039",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Ksenia",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6040",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Yadviga",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6041",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Nikita",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6042",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Vera",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6043",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Zoja",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6044",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "death_animation": "836",
+ "name": "Liliya",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "melee_animation": "422",
+ "strength_level": "1",
+ "id": "6045",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1",
+ "defence_animation": "425"
+ },
+ {
+ "melee_animation": "6559",
+ "respawn_delay": "60",
+ "defence_animation": "6557",
+ "slayer_exp": "74",
+ "death_animation": "6558",
+ "name": "Big Wolf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "74",
+ "strength_level": "1",
+ "id": "6046",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A vicious mountain wolf.",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "combat_audio": "481,491,490",
+ "attack_speed": "6",
+ "defence_animation": "6578",
+ "slayer_exp": "34",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "Wolf",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "69",
+ "strength_level": "1",
+ "id": "6047",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "examine": "Now it has no armour",
+ "range_animation": "0",
+ "combat_audio": "481,491,490",
+ "magic_level": "95",
+ "defence_animation": "0",
+ "weakness": "10",
+ "slayer_exp": "34",
+ "magic_animation": "0",
+ "name": "Wolf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "157",
+ "strength_level": "95",
+ "id": "6048",
+ "aggressive": "true",
+ "range_level": "95",
+ "attack_level": "95"
+ },
+ {
+ "examine": "A big coward. Thok mocks scaredy man.",
+ "combat_audio": "481,491,490",
+ "magic_level": "75",
+ "defence_animation": "0",
+ "weakness": "10",
+ "slayer_exp": "34",
+ "magic_animation": "0",
+ "name": "Wolf",
+ "defence_level": "75",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "75",
+ "id": "6049",
+ "aggressive": "true",
+ "range_level": "75",
+ "attack_level": "75"
+ },
+ {
+ "examine": "A vicious desert wolf.",
+ "slayer_task": "92",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "attack_speed": "5",
+ "defence_animation": "6578",
+ "weakness": "9",
+ "magic_animation": "6579",
+ "death_animation": "6558",
+ "name": "Desert Wolf",
"defence_level": "5",
- "lifepoints": "15",
- "magic_animation": "8080",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "20",
+ "id": "6050",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "A vicious desert wolf.",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "attack_speed": "5",
+ "defence_animation": "6578",
+ "magic_animation": "6579",
+ "death_animation": "6558",
+ "name": "Desert Wolf",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "20",
+ "id": "6051",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "Not man's best friend.",
+ "melee_animation": "6559",
+ "respawn_delay": "60",
+ "defence_animation": "6557",
+ "death_animation": "6558",
+ "name": "Ice wolf",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "6052",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An impling who likes the word \"dragon\".",
+ "name": "Dragon impling",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "408,410,409",
+ "strength_level": "1",
+ "id": "6054",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An impling who likes the word \"dragon.\"",
+ "name": "Dragon impling",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "408,410,409",
+ "strength_level": "1",
+ "id": "6064",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "She tends the wheat.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fairy Aeryka",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6072",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks a little lost.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wandering impling",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6073",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An angry little imp. Grrr.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Imp defender",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6074",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A one-eyed man eater.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "25",
+ "defence_animation": "4651",
+ "weakness": "8",
+ "slayer_exp": "75",
+ "magic_animation": "0",
+ "death_animation": "4653",
+ "name": "Cyclops",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "65",
+ "id": "6078",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "A one-eyed woman eater.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "4651",
+ "weakness": "1",
+ "slayer_exp": "100",
+ "magic_animation": "0",
+ "death_animation": "4653",
+ "name": "Cyclops",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "65",
+ "id": "6079",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "A one-eyed man eater.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "25",
+ "defence_animation": "4651",
+ "weakness": "8",
+ "slayer_exp": "75",
+ "magic_animation": "0",
+ "death_animation": "4653",
+ "name": "Cyclops",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "65",
+ "id": "6080",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "A one-eyed woman eater.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "4651",
+ "weakness": "1",
+ "slayer_exp": "100",
+ "magic_animation": "0",
+ "death_animation": "4653",
+ "name": "Cyclops",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "65",
+ "id": "6081",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "Overgrown undead vermin.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Zombie rat",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "6088",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "Overgrown undead vermin.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Zombie rat",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "6089",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "examine": "Overgrown undead vermin.",
+ "slayer_task": "67",
+ "melee_animation": "4933",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "4935",
+ "name": "Zombie rat",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "2",
+ "strength_level": "2",
+ "id": "6090",
+ "range_level": "1",
+ "attack_level": "2"
+ },
+ {
+ "melee_animation": "5540",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5541",
+ "slayer_exp": "25",
+ "death_animation": "5542",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "6094",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "6095",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "6096",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "6097",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5532",
+ "combat_audio": "436,439,438",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5533",
+ "slayer_exp": "25",
+ "death_animation": "5534",
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "6098",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5571",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5574",
+ "slayer_exp": "30",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "6099",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5571",
+ "combat_audio": "931,923,922",
+ "respawn_delay": "60",
+ "defence_animation": "5574",
+ "slayer_exp": "30",
+ "death_animation": "5575",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "6100",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Lesser, but still pretty big.",
+ "slayer_task": "56",
+ "melee_animation": "4630",
+ "range_animation": "4630",
+ "combat_audio": "400,404,403",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "30",
+ "defence_animation": "65",
+ "weakness": "4",
+ "slayer_exp": "79",
+ "magic_animation": "4630",
+ "death_animation": "67",
+ "name": "Lesser demon",
+ "defence_level": "71",
+ "safespot": null,
+ "lifepoints": "79",
+ "strength_level": "70",
+ "id": "6101",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "68"
+ },
+ {
+ "examine": "His face is expressionless.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Lost barbarian",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "6102",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Probably not a chicken.",
+ "slayer_task": "7",
+ "melee_animation": "6811",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "6812",
+ "name": "Entrana firebird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "strength_level": "1",
+ "id": "6108",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "These gnomes know how to get around!",
+ "slayer_task": "7",
+ "melee_animation": "6790",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "6791",
+ "name": "Mounted terrorbird gnome",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "54",
+ "strength_level": "38",
+ "id": "6109",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "These gnomes know how to get around!",
+ "melee_animation": "6790",
+ "respawn_delay": "60",
+ "defence_animation": "6792",
+ "death_animation": "6791",
+ "name": "Mounted terrorbird gnome",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "1",
+ "id": "6110",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "These gnomes know how to get around!",
+ "melee_animation": "6790",
+ "respawn_delay": "60",
+ "defence_animation": "6792",
+ "death_animation": "6791",
+ "name": "Mounted terrorbird gnome",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "55",
+ "strength_level": "1",
+ "id": "6111",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Aww, cute.",
+ "slayer_task": "7",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ducklings",
+ "defence_level": "1",
+ "water_npc": "true",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6112",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Quackers.",
+ "melee_animation": "747",
+ "respawn_delay": "60",
+ "defence_animation": "3268",
+ "death_animation": "750",
+ "name": "Duck",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "6113",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A messy bird.",
+ "slayer_task": "7",
+ "melee_animation": "3467",
+ "range_animation": "3467",
+ "combat_audio": "309,311,310",
+ "attack_speed": "5",
+ "defence_animation": "1014",
+ "weakness": "6",
+ "magic_animation": "3467",
+ "death_animation": "3468",
+ "name": "Seagull",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
+ "id": "6115",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A messy bird.",
+ "melee_animation": "3467",
+ "range_animation": "3467",
+ "combat_audio": "309,311,310",
+ "attack_speed": "5",
+ "defence_animation": "1014",
+ "magic_animation": "3467",
+ "death_animation": "3468",
+ "name": "Seagull",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "1",
+ "id": "6116",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Do not upset this teacher. You have been warned!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mr. Mordaut",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6117",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He helps the professor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Observatory assistant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6118",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Sleeping like an ugly baby.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Sleeping guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6122",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An old goblin hag.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Naghead",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6123",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A young goblin 'beauty'.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wagchin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6124",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "6125",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "6126",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Big appetite for a small creature.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Greasycheeks",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6127",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Likes drink a little too much.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Smellytoes",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6128",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Lean and green.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Creakyknees",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6129",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "slayer_exp": "30",
+ "name": "Zombie",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "combat_audio": "931,923,922",
+ "strength_level": "1",
+ "id": "6131",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "6132",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
+ "id": "6133",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This imp is clearly the class clown.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Dunce",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6134",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Get useful information from this guy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Town crier",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6135",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire (Intermediate)",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6140",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A squire of balance.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire (Veteran)",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6141",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not somewhere I want to go...",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "6142",
+ "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not somewhere I want to go...",
+ "attack_speed": "5",
+ "magic_level": "25",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "6143",
+ "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not somewhere I want to go...",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "6144",
+ "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not somewhere I want to go...",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "6145",
+ "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Void Knight will soon weaken the shield.",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "6146",
+ "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Void Knight will soon weaken the shield.",
+ "attack_speed": "5",
+ "magic_level": "15",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "6147",
+ "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Void Knight will soon weaken the shield.",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "6148",
+ "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Void Knight will soon weaken the shield.",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "200",
+ "strength_level": "1",
+ "id": "6149",
+ "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not somewhere I want to go...",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "6150",
+ "bonuses": "150,150,150,75,75,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not somewhere I want to go...",
+ "attack_speed": "5",
+ "magic_level": "40",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "6151",
+ "bonuses": "150,150,150,150,37,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not somewhere I want to go...",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "6152",
+ "bonuses": "150,150,75,150,75,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Not somewhere I want to go...",
+ "attack_speed": "5",
+ "magic_level": "70",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "6153",
+ "bonuses": "75,75,150,150,75,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Void Knight will soon weaken the shield.",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "6154",
+ "bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Void Knight will soon weaken the shield.",
+ "attack_speed": "5",
+ "magic_level": "15",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "6155",
+ "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Void Knight will soon weaken the shield.",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "6156",
+ "bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The Void Knight will soon weaken the shield.",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "6157",
+ "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It is cold and solid. Thok will strap it to Marmaros's leg.",
+ "range_animation": "0",
+ "magic_level": "50",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Workman",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "114",
+ "strength_level": "50",
+ "id": "6159",
+ "aggressive": "true",
+ "range_level": "50",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Squire to the Knights of the Round Table.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Squire",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6169",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "400",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "422",
+ "death_animation": "836",
+ "name": "Sir Lancelot",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "118",
+ "strength_level": "1",
+ "id": "6170",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An officer of the law.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6183",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An officer of the law.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6184",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He isn't very friendly.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Renegade knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6188",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dark-hearted knight.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "2503,15,512",
+ "attack_speed": "5",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Black Knight",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "25",
+ "id": "6189",
+ "aggressive": "true",
+ "bonuses": "18,18,18,0,0,73,76,70,-11,72,0,16,0,0,0",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "Primping with combs and hair clips.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6190",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The name isn't just for show.",
+ "range_animation": "0",
+ "magic_level": "55",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Sinclair",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "55",
+ "id": "6198",
+ "aggressive": "true",
+ "range_level": "55",
+ "attack_level": "55"
+ },
+ {
+ "examine": "He can look after my money.",
+ "name": "Banker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6200",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Knight",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6201",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A servant of the god Zamorak. ",
+ "slayer_task": "40",
+ "melee_animation": "6945",
+ "attack_speed": "6",
+ "poisonous": "true",
+ "respawn_delay": "150",
+ "weakness": "9",
+ "slayer_exp": "350",
+ "poison_amount": "16",
+ "magic_animation": "6945",
+ "death_animation": "6946",
+ "lifepoints": "255",
+ "id": "6203",
+ "aggressive": "true",
+ "bonuses": "160,160,160,0,0,80,80,80,130,80,0,31,0,0,0",
+ "agg_radius": "64",
+ "range_animation": "6945",
+ "magic_level": "200",
+ "defence_animation": "6944",
+ "name": "K'ril Tsutsaroth",
+ "defence_level": "270",
+ "poison_immune": "true",
+ "safespot": null,
+ "strength_level": "300",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "340"
+ },
+ {
+ "agg_radius": "64",
+ "examine": "Destroyer of 1000 planes!",
+ "slayer_task": "40",
+ "melee_animation": "6945",
+ "range_animation": "6945",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "respawn_delay": "50",
+ "defence_animation": "6944",
+ "weakness": "9",
+ "slayer_exp": "142",
+ "magic_animation": "6945",
+ "death_animation": "6946",
+ "name": "Tstanon Karlak",
+ "defence_level": "125",
+ "safespot": null,
+ "lifepoints": "142",
+ "strength_level": "118",
+ "id": "6204",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,-5,0,0,14,0,0,0",
+ "range_level": "50",
+ "attack_level": "124"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6205",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Scourge of light.",
+ "slayer_task": "56",
+ "start_gfx": "1208",
+ "combat_style": "1",
+ "melee_animation": "7033",
+ "attack_speed": "5",
+ "respawn_delay": "50",
+ "weakness": "0",
+ "slayer_exp": "150",
+ "magic_animation": "7033",
+ "death_animation": "6946",
+ "lifepoints": "150",
+ "id": "6206",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,20,0,0,0,-5,0,0,0,0,0,20",
+ "agg_radius": "64",
+ "range_animation": "7033",
+ "magic_level": "50",
+ "defence_animation": "6945",
+ "name": "Zakl'n Gritch",
+ "defence_level": "127",
+ "safespot": null,
+ "strength_level": "76",
+ "range_level": "150",
+ "projectile": "1209",
+ "attack_level": "83"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6207",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "64",
+ "examine": "Despoiler of Ullek.",
+ "start_gfx": "1212",
+ "combat_style": "2",
+ "melee_animation": "7033",
+ "range_animation": "7033",
+ "attack_speed": "5",
+ "magic_level": "150",
+ "respawn_delay": "50",
+ "defence_animation": "6944",
+ "slayer_exp": "161",
+ "magic_animation": "7033",
+ "death_animation": "6946",
+ "name": "Balfrug Kreeyath",
+ "defence_level": "153",
+ "safespot": null,
+ "lifepoints": "161",
+ "strength_level": "60",
+ "id": "6208",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,10,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "1213",
+ "attack_level": "115"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6209",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "From the maws of hell.",
+ "slayer_task": "43",
+ "melee_animation": "6579",
+ "range_animation": "6579",
+ "combat_audio": "3717,3719,3718",
+ "attack_speed": "4",
+ "respawn_delay": "50",
+ "defence_animation": "6578",
+ "weakness": "7",
+ "slayer_exp": "116",
+ "magic_animation": "6579",
+ "death_animation": "6576",
+ "name": "Hellhound",
+ "defence_level": "102",
+ "safespot": null,
+ "lifepoints": "116",
+ "strength_level": "104",
+ "id": "6210",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "105"
+ },
+ {
+ "examine": "Have you checked your pockets lately?",
+ "melee_animation": "169",
+ "range_animation": "169",
+ "combat_audio": "534,536,535",
+ "defence_animation": "170",
+ "weakness": "7",
+ "magic_animation": "169",
+ "death_animation": "172",
+ "name": "Imp",
+ "defence_level": "4",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "4",
+ "id": "6211",
+ "aggressive": "true",
+ "bonuses": "10,5,5,10,10,10,10,10,10,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "4"
+ },
+ {
+ "examine": "He doesn't look pleased to see me.",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "respawn_delay": "25",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "64",
+ "id": "6212",
+ "aggressive": "true",
+ "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "64"
+ },
+ {
+ "examine": "He doesn't look pleased to see me.",
+ "slayer_task": "91",
+ "melee_animation": "6536",
+ "range_animation": "6536",
+ "respawn_delay": "25",
+ "defence_animation": "6538",
+ "weakness": "7",
+ "magic_animation": "6536",
+ "death_animation": "6537",
+ "name": "Werewolf",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "64",
+ "id": "6213",
+ "aggressive": "true",
+ "bonuses": "50,40,45,60,70,70,70,40,40,50,0,0,0,0,0",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "64"
+ },
+ {
+ "examine": "It looks really hungry!",
+ "melee_animation": "810",
+ "range_animation": "810",
+ "respawn_delay": "25",
+ "defence_animation": "404",
+ "magic_animation": "810",
+ "death_animation": "9055",
+ "name": "Vampire",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "44",
+ "id": "6214",
+ "aggressive": "true",
+ "bonuses": "30,35,30,40,50,50,50,25,30,30,0,0,0,0,0",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "44"
+ },
+ {
+ "examine": "The tongue of evil.",
+ "melee_animation": "9130",
+ "range_animation": "1552",
+ "combat_audio": "312,314,313",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "9132",
+ "slayer_exp": "120",
+ "magic_animation": "1552",
+ "death_animation": "9131",
+ "name": "Bloodveld",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "45",
+ "id": "6215",
+ "aggressive": "true",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "75"
+ },
+ {
+ "examine": "A small fire demon.",
+ "slayer_task": "66",
+ "melee_animation": "1582",
+ "range_animation": "1582",
+ "combat_audio": "696,698,697",
+ "respawn_delay": "25",
+ "defence_animation": "1581",
+ "weakness": "7",
+ "magic_animation": "1582",
+ "death_animation": "1580",
+ "name": "Pyrefiend",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "25",
+ "id": "6216",
+ "aggressive": "true",
+ "bonuses": "25,25,20,40,40,40,15,30,20,60,20,0,0,0,0",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "25"
+ },
+ {
+ "examine": "A small ice demon.",
"melee_animation": "8080",
"range_animation": "8080",
- "range_level": "1",
+ "combat_audio": "531,533,532",
"respawn_delay": "25",
+ "defence_animation": "8079",
+ "magic_animation": "8080",
+ "death_animation": "8078",
+ "name": "Icefiend",
+ "defence_level": "5",
"safespot": null,
- "strength_level": "5"
+ "lifepoints": "15",
+ "strength_level": "5",
+ "id": "6217",
+ "bonuses": "5,5,5,5,10,10,10,10,10,10,5,0,0,0,0",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "5"
},
{
- "id": "6218",
- "name": "Gorak",
"examine": "Those horns look pretty sharp...",
- "aggressive": "true",
- "attack_level": "70",
- "bonuses": "30,30,50,70,40,70,70,50,60,55,0,0,0,0,0",
- "death_animation": "4302",
- "defence_animation": "4301",
- "defence_level": "70",
- "lifepoints": "112",
- "magic_animation": "4300",
+ "slayer_task": "39",
"melee_animation": "4300",
"range_animation": "4300",
- "range_level": "1",
"respawn_delay": "25",
- "safespot": null,
+ "defence_animation": "4301",
+ "weakness": "9",
"slayer_exp": "112",
+ "magic_animation": "4300",
+ "death_animation": "4302",
+ "name": "Gorak",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "112",
"strength_level": "70",
- "weakness": "9"
+ "id": "6218",
+ "aggressive": "true",
+ "bonuses": "30,30,50,70,40,70,70,50,60,55,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "70"
},
{
- "id": "6219",
- "name": "Spiritual warrior",
"examine": "Warrior of Zamorak.",
- "aggressive": "true",
- "attack_level": "66",
+ "slayer_task": "79",
+ "melee_animation": "390",
+ "range_animation": "390",
"attack_speed": "5",
+ "respawn_delay": "25",
+ "defence_animation": "1156",
+ "weakness": "6",
+ "magic_animation": "390",
+ "death_animation": "9055",
+ "name": "Spiritual warrior",
+ "defence_level": "66",
+ "safespot": null,
+ "lifepoints": "102",
+ "strength_level": "66",
+ "id": "6219",
+ "aggressive": "true",
"bonuses": "40,60,60,60,60,20,50,55,0,0,0,0,0,0,0",
"clue_level": "2",
- "death_animation": "9055",
- "defence_animation": "1156",
- "defence_level": "66",
- "lifepoints": "102",
- "magic_animation": "390",
- "melee_animation": "390",
- "range_animation": "390",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "66",
- "weakness": "6"
+ "attack_level": "66"
},
{
- "id": "6220",
- "name": "Spiritual ranger",
"examine": "A ranger spirit dedicated to Zamorak.",
+ "slayer_task": "78",
+ "start_gfx": "18",
+ "combat_style": "1",
+ "start_height": "96",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "respawn_delay": "25",
+ "defence_animation": "404",
+ "weakness": "1",
+ "magic_animation": "426",
+ "death_animation": "9055",
+ "name": "Spiritual ranger",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "id": "6220",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "50,70,50,50,50,70,50,85,85,0,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "70",
- "lifepoints": "120",
- "magic_animation": "426",
- "melee_animation": "426",
- "projectile": "9",
- "range_animation": "426",
"range_level": "70",
- "respawn_delay": "25",
- "safespot": null,
- "start_gfx": "18",
- "start_height": "96",
- "strength_level": "1",
- "weakness": "1"
+ "projectile": "9",
+ "attack_level": "1"
},
{
- "id": "6221",
- "name": "Spiritual mage",
"examine": "A deadly servant of Zamorak.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
+ "slayer_task": "77",
"combat_style": "2",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "61",
- "end_gfx": "78",
- "end_height": "0",
- "lifepoints": "75",
- "magic_animation": "811",
- "magic_level": "180",
"melee_animation": "811",
- "projectile": "78",
- "range_animation": "811",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "25",
+ "weakness": "3",
+ "magic_animation": "811",
+ "death_animation": "9055",
+ "lifepoints": "75",
+ "id": "6221",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_animation": "811",
+ "magic_level": "180",
+ "end_gfx": "78",
+ "defence_animation": "404",
+ "end_height": "0",
+ "name": "Spiritual mage",
+ "defence_level": "61",
"safespot": null,
"strength_level": "1",
- "weakness": "3"
+ "clue_level": "2",
+ "range_level": "1",
+ "projectile": "78",
+ "attack_level": "1"
},
{
- "id": "6222",
- "name": "Kree'arra",
- "examine": "Graceful avatar of Armadyl.",
"agg_radius": "64",
- "aggressive": "true",
- "attack_level": "300",
+ "examine": "Graceful avatar of Armadyl.",
+ "melee_animation": "6977",
+ "range_animation": "6977",
"attack_speed": "3",
+ "magic_level": "200",
+ "respawn_delay": "150",
+ "defence_animation": "6974",
+ "weakness": "10",
+ "slayer_exp": "357",
+ "magic_animation": "6977",
+ "death_animation": "6975",
+ "name": "Kree'arra",
+ "defence_level": "260",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "255",
+ "strength_level": "200",
+ "id": "6222",
+ "aggressive": "true",
"bonuses": "136,136,136,0,120,180,180,180,200,200,0,12,0,0,0",
"clue_level": "2",
- "death_animation": "6975",
- "defence_animation": "6974",
- "defence_level": "260",
- "lifepoints": "255",
- "magic_animation": "6977",
- "magic_level": "200",
- "melee_animation": "6977",
- "poison_immune": "true",
- "range_animation": "6977",
"range_level": "380",
- "respawn_delay": "150",
- "safespot": null,
- "slayer_exp": "357",
- "strength_level": "200",
- "weakness": "10"
+ "attack_level": "300"
},
{
- "id": "6223",
- "name": "Wingman Skree",
"examine": "Graceful, bird-like creature.",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "5",
- "bonuses": "45,45,45,0,0,0,0,0,0,0,0,25,0,0,0",
"combat_style": "2",
- "death_animation": "6956",
- "defence_animation": "6955",
- "defence_level": "160",
- "lifepoints": "121",
- "magic_animation": "6952",
- "magic_level": "150",
"melee_animation": "6952",
- "poison_immune": "false",
- "prj_height": "92",
- "projectile": "1199",
- "range_animation": "6952",
- "range_level": "100",
+ "attack_speed": "5",
"respawn_delay": "50",
- "safespot": null,
+ "weakness": "3",
"slayer_exp": "124",
- "strength_level": "50",
- "weakness": "3"
- },
- {
- "id": "6224",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6225",
- "name": "Flockleader Geerin",
- "examine": "Graceful, bird-like creature.",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0",
- "combat_style": "1",
+ "magic_animation": "6952",
"death_animation": "6956",
- "defence_animation": "6955",
- "defence_level": "175",
- "lifepoints": "132",
- "magic_animation": "6953",
- "magic_level": "50",
- "melee_animation": "6953",
- "poison_immune": "false",
+ "lifepoints": "121",
+ "id": "6223",
+ "aggressive": "true",
+ "bonuses": "45,45,45,0,0,0,0,0,0,0,0,25,0,0,0",
"prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
- "range_level": "150",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "133",
- "strength_level": "80",
- "weakness": "4"
- },
- {
- "id": "6226",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6227",
- "name": "Flight Kilisa",
- "examine": "Graceful, bird-like creature.",
"agg_radius": "64",
- "aggressive": "true",
- "attack_level": "124",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0",
- "death_animation": "6956",
+ "range_animation": "6952",
+ "magic_level": "150",
"defence_animation": "6955",
- "defence_level": "175",
- "lifepoints": "133",
- "magic_animation": "6954",
+ "name": "Wingman Skree",
+ "defence_level": "160",
+ "poison_immune": "false",
+ "safespot": null,
+ "strength_level": "50",
+ "range_level": "100",
+ "projectile": "1199",
+ "attack_level": "80"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6224",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Graceful, bird-like creature.",
+ "combat_style": "1",
+ "melee_animation": "6953",
+ "attack_speed": "5",
+ "respawn_delay": "50",
+ "weakness": "4",
+ "slayer_exp": "133",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "lifepoints": "132",
+ "id": "6225",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0",
+ "prj_height": "92",
+ "agg_radius": "64",
+ "range_animation": "6953",
"magic_level": "50",
+ "defence_animation": "6955",
+ "name": "Flockleader Geerin",
+ "defence_level": "175",
+ "poison_immune": "false",
+ "safespot": null,
+ "strength_level": "80",
+ "range_level": "150",
+ "projectile": "1190",
+ "attack_level": "80"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6226",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "64",
+ "examine": "Graceful, bird-like creature.",
"melee_animation": "6954",
"range_animation": "6954",
- "range_level": "169",
+ "attack_speed": "5",
+ "magic_level": "50",
"respawn_delay": "50",
- "safespot": null,
+ "defence_animation": "6955",
+ "weakness": "6",
"slayer_exp": "133",
- "strength_level": "118",
- "weakness": "6"
- },
- {
- "id": "6228",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
+ "magic_animation": "6954",
+ "death_animation": "6956",
+ "name": "Flight Kilisa",
+ "defence_level": "175",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "133",
+ "strength_level": "118",
+ "id": "6227",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0",
+ "range_level": "169",
+ "attack_level": "124"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6228",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6229",
- "name": "Spiritual warrior",
"examine": "A servant of Armadyl.",
+ "slayer_task": "79",
+ "combat_style": "1",
+ "melee_animation": "6954",
+ "range_animation": "6954",
+ "respawn_delay": "25",
+ "defence_animation": "6955",
+ "weakness": "6",
+ "magic_animation": "6954",
+ "death_animation": "6956",
+ "name": "Spiritual warrior",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "98",
+ "strength_level": "70",
+ "id": "6229",
"aggressive": "true",
- "attack_level": "70",
"bonuses": "40,40,50,50,20,50,50,0,0,0,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "1",
- "death_animation": "6956",
- "defence_animation": "6955",
- "defence_level": "70",
- "lifepoints": "98",
- "magic_animation": "6954",
- "melee_animation": "6954",
- "range_animation": "6954",
"range_level": "68",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "70",
- "weakness": "6"
+ "attack_level": "70"
},
{
- "id": "6230",
- "name": "Spiritual ranger",
"examine": "Armadyl's favourite servant.",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
+ "slayer_task": "78",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "weakness": "4",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Spiritual ranger",
"defence_level": "70",
+ "safespot": null,
"lifepoints": "89",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
+ "strength_level": "1",
+ "id": "6230",
+ "aggressive": "true",
+ "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
"range_level": "70",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
},
{
- "id": "6231",
- "name": "Spiritual mage",
"examine": "A mage who serves Armadyl above all else - even death.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,9,12,5,45,28,0,0,0,0,0",
- "clue_level": "2",
+ "slayer_task": "77",
"combat_style": "2",
- "death_animation": "6956",
- "defence_animation": "6955",
- "defence_level": "111",
- "lifepoints": "75",
- "magic_animation": "6952",
- "magic_level": "150",
"melee_animation": "6952",
- "prj_height": "92",
- "projectile": "1199",
- "range_animation": "6952",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "25",
+ "weakness": "4",
+ "magic_animation": "6952",
+ "death_animation": "6956",
+ "lifepoints": "75",
+ "id": "6231",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,9,12,5,45,28,0,0,0,0,0",
+ "prj_height": "92",
+ "range_animation": "6952",
+ "magic_level": "150",
+ "defence_animation": "6955",
+ "name": "Spiritual mage",
+ "defence_level": "111",
"safespot": null,
"strength_level": "1",
- "weakness": "4"
+ "clue_level": "2",
+ "range_level": "1",
+ "projectile": "1199",
+ "attack_level": "1"
},
{
- "id": "6232",
- "name": "Aviansie",
"examine": "Graceful, bird-like creature.",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "40",
+ "safespot": null,
"lifepoints": "70",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1191",
- "range_animation": "6953",
- "range_level": "40",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6233",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
+ "strength_level": "1",
+ "id": "6232",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
+ "range_level": "40",
+ "projectile": "1191",
+ "attack_level": "1",
+ "prj_height": "92"
+ },
+ {
+ "examine": "Graceful, bird-like creature.",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "45",
+ "safespot": null,
"lifepoints": "83",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
+ "strength_level": "1",
+ "id": "6233",
+ "aggressive": "true",
+ "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
"range_level": "45",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
},
{
+ "examine": "Graceful, bird-like creature.",
+ "combat_style": "1",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
+ "defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "86",
+ "strength_level": "1",
"id": "6234",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "1",
- "death_animation": "6956",
- "defence_animation": "6955",
- "defence_level": "50",
- "lifepoints": "86",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
"range_level": "50",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
},
{
+ "examine": "Graceful, bird-like creature.",
+ "combat_style": "1",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
+ "defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "86",
+ "strength_level": "1",
"id": "6235",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "1",
- "death_animation": "6956",
- "defence_animation": "6955",
- "defence_level": "50",
- "lifepoints": "86",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
"range_level": "50",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
},
{
- "id": "6236",
- "name": "Aviansie",
"examine": "Graceful, bird-like creature.",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "55",
+ "safespot": null,
"lifepoints": "95",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
+ "strength_level": "1",
+ "id": "6236",
+ "aggressive": "true",
+ "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
"range_level": "55",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
},
{
+ "examine": "Graceful, bird-like creature.",
+ "combat_style": "1",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
+ "defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "98",
+ "strength_level": "1",
"id": "6237",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "1",
- "death_animation": "6956",
- "defence_animation": "6955",
- "defence_level": "55",
- "lifepoints": "98",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1191",
- "range_animation": "6953",
"range_level": "55",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1191",
+ "attack_level": "1",
+ "prj_height": "92"
},
{
- "id": "6238",
- "name": "Aviansie",
"examine": "Graceful, bird-like creature.",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "65",
+ "safespot": null,
"lifepoints": "124",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
- "range_level": "65",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6239",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
+ "strength_level": "1",
+ "id": "6238",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
+ "range_level": "65",
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
+ },
+ {
+ "examine": "Graceful, bird-like creature.",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "65",
+ "safespot": null,
"lifepoints": "139",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1191",
- "range_animation": "6953",
- "range_level": "65",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6240",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
+ "strength_level": "1",
+ "id": "6239",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
+ "range_level": "65",
+ "projectile": "1191",
+ "attack_level": "1",
+ "prj_height": "92"
+ },
+ {
+ "examine": "Graceful, bird-like creature.",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "40",
+ "safespot": null,
"lifepoints": "63",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1191",
- "range_animation": "6953",
- "range_level": "40",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6241",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
+ "strength_level": "1",
+ "id": "6240",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
+ "range_level": "40",
+ "projectile": "1191",
+ "attack_level": "1",
+ "prj_height": "92"
+ },
+ {
+ "examine": "Graceful, bird-like creature.",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "40",
+ "safespot": null,
"lifepoints": "65",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
- "range_level": "40",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6242",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
+ "strength_level": "1",
+ "id": "6241",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
+ "range_level": "40",
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
+ },
+ {
+ "examine": "Graceful, bird-like creature.",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "40",
+ "safespot": null,
"lifepoints": "83",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
+ "strength_level": "1",
+ "id": "6242",
+ "aggressive": "true",
+ "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
"range_level": "40",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
},
{
- "id": "6243",
- "name": "Aviansie",
"examine": "Graceful, bird-like creature.",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "50",
+ "safespot": null,
"lifepoints": "69",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
+ "strength_level": "1",
+ "id": "6243",
+ "aggressive": "true",
+ "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
"range_level": "50",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
},
{
- "id": "6244",
- "name": "Aviansie",
"examine": "Graceful, bird-like creature.",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
- "clue_level": "2",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "55",
+ "safespot": null,
"lifepoints": "75",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
- "range_level": "55",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6245",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
+ "strength_level": "1",
+ "id": "6244",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
+ "range_level": "55",
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
+ },
+ {
+ "examine": "Graceful, bird-like creature.",
"combat_style": "1",
- "death_animation": "6956",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
"defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
"defence_level": "55",
- "lifepoints": "98",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1190",
- "range_animation": "6953",
- "range_level": "55",
- "respawn_delay": "25",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6246",
- "name": "Aviansie",
- "examine": "Graceful, bird-like creature.",
+ "lifepoints": "98",
+ "strength_level": "1",
+ "id": "6245",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "1",
- "death_animation": "6956",
- "defence_animation": "6955",
- "defence_level": "65",
- "lifepoints": "73",
- "magic_animation": "6953",
- "melee_animation": "6953",
- "prj_height": "92",
- "projectile": "1191",
- "range_animation": "6953",
- "range_level": "65",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1"
+ "range_level": "55",
+ "projectile": "1190",
+ "attack_level": "1",
+ "prj_height": "92"
},
{
- "id": "6247",
- "name": "Commander Zilyana",
- "examine": "Commander of Saradomin's forces. ",
- "agg_radius": "64",
+ "examine": "Graceful, bird-like creature.",
+ "combat_style": "1",
+ "melee_animation": "6953",
+ "range_animation": "6953",
+ "respawn_delay": "25",
+ "defence_animation": "6955",
+ "magic_animation": "6953",
+ "death_animation": "6956",
+ "name": "Aviansie",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "73",
+ "strength_level": "1",
+ "id": "6246",
"aggressive": "true",
- "attack_level": "280",
+ "bonuses": "60,50,60,50,65,65,0,0,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "65",
+ "projectile": "1191",
+ "attack_level": "1",
+ "prj_height": "92"
+ },
+ {
+ "agg_radius": "64",
+ "examine": "Commander of Saradomin's forces. ",
+ "melee_animation": "6964",
+ "range_animation": "6964",
"attack_speed": "2",
+ "magic_level": "300",
+ "respawn_delay": "150",
+ "defence_animation": "6966",
+ "weakness": "7",
+ "slayer_exp": "360",
+ "magic_animation": "6964",
+ "death_animation": "6965",
+ "name": "Commander Zilyana",
+ "defence_level": "300",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "255",
+ "strength_level": "196",
+ "id": "6247",
+ "aggressive": "true",
"bonuses": "195,195,195,200,0,100,100,100,100,100,0,20,0,0,0",
"clue_level": "2",
- "death_animation": "6965",
- "defence_animation": "6966",
- "defence_level": "300",
- "lifepoints": "255",
- "magic_animation": "6964",
- "magic_level": "300",
- "melee_animation": "6964",
- "poison_immune": "true",
- "range_animation": "6964",
"range_level": "250",
- "respawn_delay": "150",
- "safespot": null,
- "slayer_exp": "360",
- "strength_level": "196",
- "weakness": "7"
+ "attack_level": "280"
},
{
- "id": "6248",
- "name": "Starlight",
+ "agg_radius": "64",
"examine": "The bane of darkness.",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "120",
- "attack_speed": "5",
- "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0",
- "combat_audio": "3829,3866,3849",
- "death_animation": "6377",
- "defence_animation": "6375",
- "defence_level": "120",
- "lifepoints": "160",
- "magic_animation": "6376",
- "magic_level": "125",
"melee_animation": "6376",
- "poison_immune": "false",
"range_animation": "6376",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "125",
- "weakness": "7"
- },
- {
- "id": "6249",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6250",
- "name": "Growler",
- "examine": "Defender of the faithful.",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "100",
+ "combat_audio": "3829,3866,3849",
"attack_speed": "5",
- "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0",
- "combat_audio": "3830,3869,3867",
- "combat_style": "2",
- "death_animation": "7016",
- "defence_animation": "7017",
+ "magic_level": "125",
+ "respawn_delay": "50",
+ "defence_animation": "6375",
+ "weakness": "7",
+ "slayer_exp": "0",
+ "magic_animation": "6376",
+ "death_animation": "6377",
+ "name": "Starlight",
"defence_level": "120",
- "end_gfx": "1186",
- "lifepoints": "146",
- "magic_animation": "7019",
- "magic_level": "150",
- "melee_animation": "7019",
- "prj_height": "0",
- "projectile": "1185",
- "range_animation": "7019",
- "range_level": "1",
- "respawn_delay": "50",
+ "poison_immune": "false",
"safespot": null,
- "slayer_exp": "0",
- "start_gfx": "1184",
- "strength_level": "101"
- },
- {
- "id": "6251",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6252",
- "name": "Bree",
- "examine": "Champion of Truth.",
- "agg_radius": "64",
+ "lifepoints": "160",
+ "strength_level": "125",
+ "id": "6248",
"aggressive": "true",
- "attack_level": "110",
- "attack_speed": "5",
- "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0",
- "combat_style": "1",
- "death_animation": "7011",
- "defence_animation": "7010",
- "defence_level": "130",
- "end_gfx": "24",
- "lifepoints": "162",
- "magic_animation": "7009",
- "magic_level": "80",
- "melee_animation": "7009",
- "prj_height": "50",
- "projectile": "1188",
- "range_animation": "7009",
- "range_level": "150",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "80",
- "weakness": "0"
+ "bonuses": "60,60,60,0,0,12,14,13,5,13,0,10,0,0,0",
+ "range_level": "1",
+ "attack_level": "120"
},
{
- "id": "6253",
"name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6254",
- "name": "Saradomin priest",
- "examine": "A holy man wearing ancient clothing.",
- "aggressive": "true",
- "attack_level": "1",
- "bonuses": "40,40,40,40,20,50,40,55,0,0,0,0,0,0,0",
- "combat_style": "2",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "60",
- "end_gfx": "76",
- "lifepoints": "89",
- "magic_animation": "811",
- "magic_level": "60",
- "melee_animation": "811",
- "poisonous": "",
- "range_animation": "811",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
+ "combat_audio": "511,513,512",
"strength_level": "1",
- "weakness": "3"
+ "id": "6249",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6255",
- "name": "Spiritual warrior",
- "examine": "Warrior of Saradomin.",
- "aggressive": "true",
- "attack_level": "66",
+ "examine": "Defender of the faithful.",
+ "start_gfx": "1184",
+ "combat_style": "2",
+ "melee_animation": "7019",
"attack_speed": "5",
- "bonuses": "40,60,60,60,60,20,50,45,0,0,0,0,0,0,0",
- "clue_level": "2",
+ "respawn_delay": "50",
+ "slayer_exp": "0",
+ "magic_animation": "7019",
+ "death_animation": "7016",
+ "lifepoints": "146",
+ "id": "6250",
+ "aggressive": "true",
+ "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0",
+ "prj_height": "0",
+ "agg_radius": "64",
+ "range_animation": "7019",
+ "combat_audio": "3830,3869,3867",
+ "magic_level": "150",
+ "end_gfx": "1186",
+ "defence_animation": "7017",
+ "name": "Growler",
+ "defence_level": "120",
+ "safespot": null,
+ "strength_level": "101",
+ "range_level": "1",
+ "projectile": "1185",
+ "attack_level": "100"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6251",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Champion of Truth.",
+ "combat_style": "1",
+ "melee_animation": "7009",
+ "attack_speed": "5",
+ "respawn_delay": "50",
+ "weakness": "0",
+ "slayer_exp": "0",
+ "magic_animation": "7009",
+ "death_animation": "7011",
+ "lifepoints": "162",
+ "id": "6252",
+ "aggressive": "true",
+ "bonuses": "10,10,10,0,0,12,14,14,18,5,0,7,0,0,0",
+ "prj_height": "50",
+ "agg_radius": "64",
+ "range_animation": "7009",
+ "magic_level": "80",
+ "end_gfx": "24",
+ "defence_animation": "7010",
+ "name": "Bree",
+ "defence_level": "130",
+ "safespot": null,
+ "strength_level": "80",
+ "range_level": "150",
+ "projectile": "1188",
+ "attack_level": "110"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6253",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A holy man wearing ancient clothing.",
+ "combat_style": "2",
+ "melee_animation": "811",
+ "range_animation": "811",
+ "poisonous": "true",
+ "magic_level": "60",
+ "respawn_delay": "25",
+ "end_gfx": "76",
+ "defence_animation": "404",
+ "weakness": "3",
+ "magic_animation": "811",
"death_animation": "9055",
- "defence_animation": "1156",
- "defence_level": "66",
- "lifepoints": "100",
- "magic_animation": "390",
+ "name": "Saradomin priest",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "89",
+ "strength_level": "1",
+ "id": "6254",
+ "aggressive": "true",
+ "bonuses": "40,40,40,40,20,50,40,55,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Warrior of Saradomin.",
+ "slayer_task": "79",
"melee_animation": "390",
"range_animation": "390",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "25",
+ "defence_animation": "1156",
+ "weakness": "8",
+ "magic_animation": "390",
+ "death_animation": "9055",
+ "name": "Spiritual warrior",
+ "defence_level": "66",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "66",
- "weakness": "8"
+ "id": "6255",
+ "aggressive": "true",
+ "bonuses": "40,60,60,60,60,20,50,45,0,0,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "66"
},
{
- "id": "6256",
- "name": "Spiritual ranger",
"examine": "A ranger spirit dedicated to Saradomin.",
+ "slayer_task": "78",
+ "start_gfx": "18",
+ "combat_style": "1",
+ "start_height": "96",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "respawn_delay": "25",
+ "defence_animation": "404",
+ "weakness": "0",
+ "magic_animation": "426",
+ "death_animation": "9055",
+ "name": "Spiritual ranger",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "106",
+ "strength_level": "1",
+ "id": "6256",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "50,70,50,50,50,70,50,65,65,0,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "1",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "70",
- "lifepoints": "106",
- "magic_animation": "426",
- "melee_animation": "426",
- "projectile": "9",
- "range_animation": "426",
"range_level": "70",
- "respawn_delay": "25",
- "safespot": null,
- "start_gfx": "18",
- "start_height": "96",
- "strength_level": "1",
- "weakness": "0"
+ "projectile": "9",
+ "attack_level": "1"
},
{
- "id": "6257",
- "name": "Spiritual mage",
"examine": "Saradomin's holy mage.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,8,7,3,16,2,0,0,0,0,0",
- "clue_level": "2",
+ "slayer_task": "77",
"combat_style": "2",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "86",
- "end_gfx": "76",
- "end_height": "0",
- "lifepoints": "85",
- "magic_animation": "811",
- "magic_level": "160",
"melee_animation": "811",
- "projectile": "76",
- "range_animation": "811",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "25",
+ "weakness": "4",
+ "magic_animation": "811",
+ "death_animation": "9055",
+ "lifepoints": "85",
+ "id": "6257",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,8,7,3,16,2,0,0,0,0,0",
+ "range_animation": "811",
+ "magic_level": "160",
+ "end_gfx": "76",
+ "defence_animation": "404",
+ "end_height": "0",
+ "name": "Spiritual mage",
+ "defence_level": "86",
"safespot": null,
"strength_level": "1",
- "weakness": "4"
+ "clue_level": "2",
+ "range_level": "1",
+ "projectile": "76",
+ "attack_level": "1"
},
{
- "id": "6258",
- "name": "Knight of Saradomin",
"examine": "A valiant knight.",
- "aggressive": "true",
- "attack_level": "50",
- "bonuses": "40,40,40,40,50,20,40,50,0,0,0,0,0,0,0",
- "death_animation": "9055",
- "defence_animation": "410",
- "defence_level": "50",
- "lifepoints": "135",
- "magic_animation": "407",
"melee_animation": "407",
"range_animation": "407",
- "range_level": "1",
"respawn_delay": "25",
+ "defence_animation": "410",
+ "weakness": "7",
+ "magic_animation": "407",
+ "death_animation": "9055",
+ "name": "Knight of Saradomin",
+ "defence_level": "50",
"safespot": null,
+ "lifepoints": "135",
"strength_level": "50",
- "weakness": "7"
+ "id": "6258",
+ "aggressive": "true",
+ "bonuses": "40,40,40,40,50,20,40,50,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "50"
},
{
- "id": "6259",
- "name": "Knight of Saradomin",
"examine": "A valiant knight.",
- "aggressive": "true",
- "attack_level": "50",
- "bonuses": "40,40,40,40,50,20,40,65,0,0,0,0,0,0,0",
- "death_animation": "9055",
- "defence_animation": "424",
- "defence_level": "50",
- "lifepoints": "108",
- "magic_animation": "401",
"melee_animation": "401",
"range_animation": "401",
- "range_level": "1",
"respawn_delay": "25",
+ "defence_animation": "424",
+ "weakness": "7",
+ "magic_animation": "401",
+ "death_animation": "9055",
+ "name": "Knight of Saradomin",
+ "defence_level": "50",
"safespot": null,
+ "lifepoints": "108",
"strength_level": "50",
- "weakness": "7"
+ "id": "6259",
+ "aggressive": "true",
+ "bonuses": "40,40,40,40,50,20,40,65,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "50"
},
{
- "id": "6260",
- "name": "General Graardor",
- "examine": "A huge war chief.",
"agg_radius": "64",
- "aggressive": "true",
- "attack_level": "280",
+ "examine": "A huge war chief.",
+ "melee_animation": "7060",
+ "range_animation": "7060",
"attack_speed": "6",
+ "magic_level": "280",
+ "respawn_delay": "150",
+ "defence_animation": "7061",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "magic_animation": "7060",
+ "death_animation": "7062",
+ "name": "General Graardor",
+ "defence_level": "250",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "255",
+ "strength_level": "350",
+ "id": "6260",
+ "aggressive": "true",
"bonuses": "120,120,120,0,100,90,90,90,65,90,0,43,0,0,0",
"clue_level": "2",
- "death_animation": "7062",
- "defence_animation": "7061",
- "defence_level": "250",
- "lifepoints": "255",
- "magic_animation": "7060",
- "magic_level": "280",
- "melee_animation": "7060",
- "poison_immune": "true",
- "range_animation": "7060",
"range_level": "350",
- "respawn_delay": "150",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "350",
- "weakness": "10"
+ "attack_level": "280"
},
{
- "id": "6261",
+ "agg_radius": "64",
+ "examine": "A battle-honed goblin. ",
+ "slayer_task": "38",
+ "melee_animation": "6154",
+ "range_animation": "6154",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "respawn_delay": "50",
+ "defence_animation": "6155",
+ "weakness": "8",
+ "magic_animation": "6154",
+ "death_animation": "6156",
"name": "Sergeant Strongstack",
- "examine": "A battle-honed goblin. ",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "124",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0",
- "death_animation": "6156",
- "defence_animation": "6155",
"defence_level": "126",
+ "safespot": null,
"lifepoints": "128",
- "magic_animation": "6154",
- "magic_level": "50",
- "melee_animation": "6154",
- "range_animation": "6154",
- "range_level": "50",
- "respawn_delay": "50",
- "safespot": null,
"strength_level": "118",
- "weakness": "8"
+ "id": "6261",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,14,0,0,0",
+ "range_level": "50",
+ "attack_level": "124"
},
{
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
"id": "6262",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6263",
- "name": "Sergeant Steelwill",
"examine": "A battle-honed goblin. ",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0",
- "combat_style": "2",
- "death_animation": "6156",
- "defence_animation": "6155",
- "defence_level": "150",
- "lifepoints": "127",
- "magic_animation": "6154",
- "magic_level": "150",
- "melee_animation": "6154",
- "projectile": "1203",
- "range_animation": "6154",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
+ "slayer_task": "38",
"start_gfx": "1202",
- "strength_level": "50",
- "weakness": "3"
- },
- {
- "id": "6264",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6265",
- "name": "Sergeant Grimspike",
- "examine": "A battle-honed goblin. ",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "80",
- "attack_speed": "5",
- "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,20",
- "combat_style": "1",
- "death_animation": "6156",
- "defence_animation": "6155",
- "defence_level": "132",
- "lifepoints": "146",
- "magic_animation": "6154",
- "magic_level": "50",
+ "combat_style": "2",
"melee_animation": "6154",
- "projectile": "1206",
- "range_animation": "6154",
- "range_level": "150",
+ "attack_speed": "5",
"respawn_delay": "50",
- "safespot": null,
- "strength_level": "80",
- "weakness": "2"
- },
- {
- "id": "6266",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6267",
- "name": "Fishing spot",
- "examine": "Big, ugly, and smelly.",
+ "weakness": "3",
+ "magic_animation": "6154",
+ "death_animation": "6156",
+ "lifepoints": "127",
+ "id": "6263",
"aggressive": "true",
- "attack_level": "27",
- "attack_speed": "6",
- "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0",
- "death_animation": "361",
- "defence_animation": "360",
- "defence_level": "27",
- "lifepoints": "60",
- "magic_animation": "359",
- "magic_level": "27",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,6,0,0,0",
+ "agg_radius": "64",
+ "range_animation": "6154",
+ "magic_level": "150",
+ "defence_animation": "6155",
+ "name": "Sergeant Steelwill",
+ "defence_level": "150",
+ "safespot": null,
+ "strength_level": "50",
+ "range_level": "1",
+ "projectile": "1203",
+ "attack_level": "80"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6264",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "64",
+ "examine": "A battle-honed goblin. ",
+ "slayer_task": "38",
+ "combat_style": "1",
+ "melee_animation": "6154",
+ "range_animation": "6154",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "respawn_delay": "50",
+ "defence_animation": "6155",
+ "weakness": "2",
+ "magic_animation": "6154",
+ "death_animation": "6156",
+ "name": "Sergeant Grimspike",
+ "defence_level": "132",
+ "safespot": null,
+ "lifepoints": "146",
+ "strength_level": "80",
+ "id": "6265",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,20",
+ "range_level": "150",
+ "projectile": "1206",
+ "attack_level": "80"
+ },
+ {
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
+ "id": "6266",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Big, ugly, and smelly.",
"melee_animation": "359",
"range_animation": "359",
- "range_level": "27",
+ "attack_speed": "6",
+ "magic_level": "27",
"respawn_delay": "25",
+ "defence_animation": "360",
+ "magic_animation": "359",
+ "death_animation": "361",
+ "name": "Fishing spot",
+ "defence_level": "27",
"safespot": null,
- "strength_level": "27"
+ "lifepoints": "60",
+ "strength_level": "27",
+ "id": "6267",
+ "aggressive": "true",
+ "bonuses": "15,15,10,20,40,15,50,50,50,20,50,58,0,0,0",
+ "range_level": "27",
+ "attack_level": "27"
},
{
- "id": "6268",
- "name": "Jogre",
"examine": "Green and aggressive.",
- "aggressive": "true",
- "attack_level": "62",
- "attack_speed": "6",
- "bonuses": "10,20,20,20,20,20,10,20,0,0,0,0,0,0,0",
- "clue_level": "1",
- "death_animation": "2938",
- "defence_animation": "2937",
- "defence_level": "62",
- "lifepoints": "70",
- "magic_animation": "2936",
"melee_animation": "2936",
"range_animation": "2936",
- "range_level": "1",
+ "attack_speed": "6",
"respawn_delay": "25",
+ "defence_animation": "2937",
+ "weakness": "8",
+ "magic_animation": "2936",
+ "death_animation": "2938",
+ "name": "Jogre",
+ "defence_level": "62",
"safespot": null,
+ "lifepoints": "70",
"strength_level": "62",
- "weakness": "8"
+ "id": "6268",
+ "aggressive": "true",
+ "bonuses": "10,20,20,20,20,20,10,20,0,0,0,0,0,0,0",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "62"
},
{
+ "examine": "A one-eyed man-eater.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "25",
+ "defence_animation": "4651",
+ "weakness": "8",
+ "slayer_exp": "110",
+ "magic_animation": "0",
+ "death_animation": "4653",
+ "name": "Cyclops",
+ "defence_level": "48",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "70",
"id": "6269",
- "name": "Cyclops",
- "examine": "A one-eyed man-eater.",
"aggressive": "true",
- "attack_level": "60",
- "attack_speed": "4",
"bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "48",
- "lifepoints": "110",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "110",
- "strength_level": "70",
- "weakness": "8"
+ "attack_level": "60"
},
{
+ "examine": "A one-eyed man-eater.",
+ "slayer_task": "44",
+ "melee_animation": "4652",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "25",
+ "defence_animation": "4651",
+ "weakness": "8",
+ "slayer_exp": "110",
+ "magic_animation": "0",
+ "death_animation": "4653",
+ "name": "Cyclops",
+ "defence_level": "48",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "70",
"id": "6270",
- "name": "Cyclops",
- "examine": "A one-eyed man-eater.",
"aggressive": "true",
- "attack_level": "60",
- "attack_speed": "4",
"bonuses": "22,22,22,0,0,0,0,0,0,0,0,0,0,0,0",
"clue_level": "2",
- "death_animation": "4653",
- "defence_animation": "4651",
- "defence_level": "48",
- "lifepoints": "110",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "4652",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "slayer_exp": "110",
- "strength_level": "70",
- "weakness": "8"
+ "attack_level": "60"
},
{
- "id": "6271",
- "name": "Ork",
"examine": "Ugly, fierce and with a bad attitude.",
- "aggressive": "true",
- "attack_level": "68",
- "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0",
- "death_animation": "4321",
- "defence_animation": "4322",
- "defence_level": "68",
- "lifepoints": "110",
- "magic_animation": "4320",
"melee_animation": "4320",
"range_animation": "4320",
- "range_level": "1",
"respawn_delay": "25",
+ "defence_animation": "4322",
+ "weakness": "8",
+ "magic_animation": "4320",
+ "death_animation": "4321",
+ "name": "Ork",
+ "defence_level": "68",
"safespot": null,
+ "lifepoints": "110",
"strength_level": "68",
- "weakness": "8"
+ "id": "6271",
+ "aggressive": "true",
+ "bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "68"
},
{
+ "examine": "Ugly, fierce and with a bad attitude.",
+ "melee_animation": "4320",
+ "range_animation": "4320",
+ "respawn_delay": "25",
+ "defence_animation": "4322",
+ "magic_animation": "4320",
+ "death_animation": "4321",
+ "name": "Ork",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "68",
"id": "6272",
- "name": "Ork",
- "examine": "Ugly, fierce and with a bad attitude.",
"aggressive": "true",
- "attack_level": "68",
"bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0",
- "death_animation": "4321",
- "defence_animation": "4322",
- "defence_level": "68",
- "lifepoints": "110",
- "magic_animation": "4320",
- "melee_animation": "4320",
- "range_animation": "4320",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "68"
+ "attack_level": "68"
},
{
+ "examine": "Ugly, fierce and with a bad attitude.",
+ "melee_animation": "4320",
+ "range_animation": "4320",
+ "respawn_delay": "25",
+ "defence_animation": "4322",
+ "magic_animation": "4320",
+ "death_animation": "4321",
+ "name": "Ork",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "68",
"id": "6273",
- "name": "Ork",
- "examine": "Ugly, fierce and with a bad attitude.",
"aggressive": "true",
- "attack_level": "68",
"bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0",
- "death_animation": "4321",
- "defence_animation": "4322",
- "defence_level": "68",
- "lifepoints": "110",
- "magic_animation": "4320",
- "melee_animation": "4320",
- "range_animation": "4320",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "68"
+ "attack_level": "68"
},
{
+ "examine": "Ugly, fierce and with a bad attitude.",
+ "melee_animation": "4320",
+ "range_animation": "4320",
+ "respawn_delay": "25",
+ "defence_animation": "4322",
+ "magic_animation": "4320",
+ "death_animation": "4321",
+ "name": "Ork",
+ "defence_level": "68",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "68",
"id": "6274",
- "name": "Ork",
- "examine": "Ugly, fierce and with a bad attitude.",
"aggressive": "true",
- "attack_level": "68",
"bonuses": "40,20,30,45,45,45,45,20,45,35,0,0,0,0,0",
- "death_animation": "4321",
- "defence_animation": "4322",
- "defence_level": "68",
- "lifepoints": "110",
- "magic_animation": "4320",
- "melee_animation": "4320",
- "range_animation": "4320",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "68"
+ "attack_level": "68"
},
{
- "id": "6275",
- "name": "Hobgoblin",
"examine": "An ugly, smelly creature.",
- "aggressive": "true",
- "attack_level": "40",
- "bonuses": "20,30,30,30,30,30,10,30,0,0,0,0,0,0,0",
- "combat_audio": "469,472,471",
- "death_animation": "167",
- "defence_animation": "165",
- "defence_level": "40",
- "lifepoints": "52",
- "magic_animation": "164",
+ "slayer_task": "45",
"melee_animation": "164",
"range_animation": "164",
- "range_level": "1",
+ "combat_audio": "469,472,471",
"respawn_delay": "25",
+ "defence_animation": "165",
+ "weakness": "8",
+ "magic_animation": "164",
+ "death_animation": "167",
+ "name": "Hobgoblin",
+ "defence_level": "40",
"safespot": null,
+ "lifepoints": "52",
"strength_level": "40",
- "weakness": "8"
+ "id": "6275",
+ "aggressive": "true",
+ "bonuses": "20,30,30,30,30,30,10,30,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "40"
},
{
- "id": "6276",
- "name": "Spiritual ranger",
"examine": "The spirit of a ranger, serving bandos beyond death.",
+ "slayer_task": "78",
+ "start_gfx": "95",
+ "combat_style": "1",
+ "melee_animation": "4320",
+ "range_animation": "4320",
+ "respawn_delay": "25",
+ "defence_animation": "4322",
+ "weakness": "0",
+ "magic_animation": "4320",
+ "death_animation": "4321",
+ "name": "Spiritual ranger",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "id": "6276",
"aggressive": "true",
- "attack_level": "1",
"bonuses": "30,50,30,30,50,60,50,40,40,0,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "1",
- "death_animation": "4321",
- "defence_animation": "4322",
- "defence_level": "70",
- "lifepoints": "130",
- "magic_animation": "4320",
- "melee_animation": "4320",
- "projectile": "1195",
- "range_animation": "4320",
"range_level": "70",
- "respawn_delay": "25",
- "safespot": null,
- "start_gfx": "95",
- "strength_level": "1",
- "weakness": "0"
+ "projectile": "1195",
+ "attack_level": "1"
},
{
- "id": "6277",
- "name": "Spiritual warrior",
"examine": "A true servant of Bandos.",
+ "slayer_task": "79",
+ "melee_animation": "4320",
+ "range_animation": "4320",
+ "respawn_delay": "25",
+ "defence_animation": "4322",
+ "weakness": "8",
+ "magic_animation": "4320",
+ "death_animation": "4321",
+ "name": "Spiritual warrior",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "131",
+ "strength_level": "70",
+ "id": "6277",
"aggressive": "true",
- "attack_level": "70",
"bonuses": "50,40,45,60,60,60,60,20,50,60,0,0,0,0,0",
"clue_level": "2",
- "death_animation": "4321",
- "defence_animation": "4322",
- "defence_level": "70",
- "lifepoints": "131",
- "magic_animation": "4320",
- "melee_animation": "4320",
- "range_animation": "4320",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "70",
- "weakness": "8"
+ "attack_level": "70"
},
{
- "id": "6278",
- "name": "Spiritual mage",
"examine": "One of Bandos' chosen.",
- "aggressive": "true",
- "attack_level": "1",
+ "slayer_task": "77",
+ "combat_style": "2",
+ "melee_animation": "4320",
+ "range_animation": "4320",
"attack_speed": "5",
+ "magic_level": "142",
+ "respawn_delay": "25",
+ "defence_animation": "4322",
+ "weakness": "4",
+ "magic_animation": "4320",
+ "death_animation": "4321",
+ "name": "Spiritual mage",
+ "defence_level": "103",
+ "safespot": null,
+ "lifepoints": "106",
+ "strength_level": "1",
+ "id": "6278",
+ "aggressive": "true",
"bonuses": "0,0,0,0,0,12,14,13,35,13,0,0,0,0,0",
"clue_level": "2",
- "combat_style": "2",
- "death_animation": "4321",
- "defence_animation": "4322",
- "defence_level": "103",
- "lifepoints": "106",
- "magic_animation": "4320",
- "magic_level": "142",
- "melee_animation": "4320",
- "range_animation": "4320",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "1",
- "weakness": "4"
+ "attack_level": "1"
},
{
- "id": "6279",
- "name": "Goblin",
"examine": "An ancient goblin.",
- "aggressive": "true",
- "attack_level": "5",
- "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0",
- "clue_level": "0",
+ "melee_animation": "6185",
+ "range_animation": "6185",
"combat_audio": "469,472,471",
- "death_animation": "6182",
+ "respawn_delay": "25",
"defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
"defence_level": "5",
+ "safespot": null,
"lifepoints": "20",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
+ "strength_level": "5",
+ "id": "6279",
+ "aggressive": "true",
+ "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0",
+ "clue_level": "0",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "5"
},
{
+ "examine": "A warrior for Bandos.",
+ "melee_animation": "6185",
+ "range_animation": "6185",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "25",
+ "defence_animation": "6183",
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "5",
"id": "6280",
- "name": "Goblin",
- "examine": "A warrior for Bandos.",
"aggressive": "true",
- "attack_level": "5",
"bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "5",
- "lifepoints": "15",
- "magic_animation": "6185",
- "melee_animation": "6185",
- "range_animation": "6185",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "5"
},
{
+ "examine": "A soldier to the death.",
+ "melee_animation": "6188",
+ "range_animation": "6188",
+ "combat_audio": "469,472,471",
+ "respawn_delay": "25",
+ "defence_animation": "6189",
+ "magic_animation": "6188",
+ "death_animation": "6190",
+ "name": "Goblin",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "5",
"id": "6281",
- "name": "Goblin",
- "examine": "A soldier to the death.",
"aggressive": "true",
- "attack_level": "5",
"bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6190",
- "defence_animation": "6189",
- "defence_level": "5",
- "lifepoints": "15",
- "magic_animation": "6188",
- "melee_animation": "6188",
- "range_animation": "6188",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "5"
},
{
- "id": "6282",
- "name": "Goblin",
"examine": "A soldier to the death.",
- "aggressive": "true",
- "attack_level": "5",
- "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0",
- "clue_level": "0",
+ "melee_animation": "6188",
+ "range_animation": "6188",
"combat_audio": "469,472,471",
- "death_animation": "6190",
+ "respawn_delay": "25",
"defence_animation": "6189",
+ "magic_animation": "6188",
+ "death_animation": "6190",
+ "name": "Goblin",
"defence_level": "5",
+ "safespot": null,
"lifepoints": "18",
- "magic_animation": "6188",
- "melee_animation": "6188",
- "range_animation": "6188",
+ "strength_level": "5",
+ "id": "6282",
+ "aggressive": "true",
+ "bonuses": "5,10,10,10,10,10,5,10,5,0,0,0,0,0,0",
+ "clue_level": "0",
"range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "5"
},
{
- "id": "6283",
- "name": "Goblin",
"examine": "A warrior for Bandos.",
- "aggressive": "true",
- "attack_level": "5",
- "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0",
- "clue_level": "0",
- "combat_audio": "469,472,471",
- "death_animation": "6182",
- "defence_animation": "6183",
- "defence_level": "5",
- "lifepoints": "16",
- "magic_animation": "6185",
"melee_animation": "6185",
"range_animation": "6185",
- "range_level": "1",
+ "combat_audio": "469,472,471",
"respawn_delay": "25",
- "safespot": null,
+ "defence_animation": "6183",
"slayer_exp": "16",
- "strength_level": "5"
- },
- {
- "id": "6284",
- "name": "Warped terrorbird"
+ "magic_animation": "6185",
+ "death_animation": "6182",
+ "name": "Goblin",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "16",
+ "strength_level": "5",
+ "id": "6283",
+ "aggressive": "true",
+ "bonuses": "10,20,20,20,20,5,20,10,0,0,0,0,0,0,0",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "5"
},
{
+ "examine": "You don't think you can harm this terrorbird.",
+ "slayer_task": "88",
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "range_animation": "0",
+ "magic_level": "59",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "168",
+ "strength_level": "59",
"id": "6285",
- "name": "Warped terrorbird",
- "examine": "You don't think you can harm this terrorbird.",
"aggressive": "true",
- "attack_level": "59",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "168",
- "magic_animation": "0",
- "magic_level": "59",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "59",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "59",
- "weakness": "1"
+ "projectile": "1468",
+ "attack_level": "59"
},
{
+ "examine": "You don't think you can harm this terrorbird.",
+ "slayer_task": "88",
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "range_animation": "0",
+ "magic_level": "59",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "168",
+ "strength_level": "59",
"id": "6286",
- "name": "Warped terrorbird",
- "examine": "You don't think you can harm this terrorbird.",
"aggressive": "true",
- "attack_level": "59",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "168",
- "magic_animation": "0",
- "magic_level": "59",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "59",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "59",
- "weakness": "1"
+ "projectile": "1468",
+ "attack_level": "59"
},
{
+ "examine": "You don't think you can harm this terrorbird.",
+ "slayer_task": "88",
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "range_animation": "0",
+ "magic_level": "59",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "168",
+ "strength_level": "59",
"id": "6287",
- "name": "Warped terrorbird",
- "examine": "You don't think you can harm this terrorbird.",
"aggressive": "true",
- "attack_level": "59",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "168",
- "magic_animation": "0",
- "magic_level": "59",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "59",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "59",
- "weakness": "1"
+ "projectile": "1468",
+ "attack_level": "59"
},
{
+ "examine": "You don't think you can harm this terrorbird.",
+ "slayer_task": "88",
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "range_animation": "0",
+ "magic_level": "59",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "168",
+ "strength_level": "59",
"id": "6288",
- "name": "Warped terrorbird",
- "examine": "You don't think you can harm this terrorbird.",
"aggressive": "true",
- "attack_level": "59",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "168",
- "magic_animation": "0",
- "magic_level": "59",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "59",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "59",
- "weakness": "1"
+ "projectile": "1468",
+ "attack_level": "59"
},
{
+ "examine": "You don't think you can harm this terrorbird.",
+ "slayer_task": "88",
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "range_animation": "0",
+ "magic_level": "59",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "168",
+ "strength_level": "59",
"id": "6289",
- "name": "Warped terrorbird",
- "examine": "You don't think you can harm this terrorbird.",
"aggressive": "true",
- "attack_level": "59",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "168",
- "magic_animation": "0",
- "magic_level": "59",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "59",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "59",
- "weakness": "1"
+ "projectile": "1468",
+ "attack_level": "59"
},
{
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
"id": "6290",
- "name": "Warped terrorbird",
"aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1468",
+ "attack_level": "1"
},
{
+ "examine": "You don't think you can harm this terrorbird.",
+ "slayer_task": "88",
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "range_animation": "0",
+ "magic_level": "59",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "168",
+ "strength_level": "59",
"id": "6291",
- "name": "Warped terrorbird",
- "examine": "You don't think you can harm this terrorbird.",
"aggressive": "true",
- "attack_level": "59",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "168",
- "magic_animation": "0",
- "magic_level": "59",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "59",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "59",
- "weakness": "1"
+ "projectile": "1468",
+ "attack_level": "59"
},
{
+ "examine": "You don't think you can harm this terrorbird.",
+ "slayer_task": "88",
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "range_animation": "0",
+ "magic_level": "59",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "168",
+ "strength_level": "59",
"id": "6292",
- "name": "Warped terrorbird",
- "examine": "You don't think you can harm this terrorbird.",
"aggressive": "true",
- "attack_level": "59",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "168",
- "magic_animation": "0",
- "magic_level": "59",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "59",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "59",
- "weakness": "1"
+ "projectile": "1468",
+ "attack_level": "59"
},
{
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
"id": "6293",
- "name": "Warped terrorbird",
"aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1468",
+ "attack_level": "1"
},
{
+ "examine": "You don't think you can harm this terrorbird.",
+ "slayer_task": "88",
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "range_animation": "0",
+ "magic_level": "59",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "308",
+ "strength_level": "59",
"id": "6294",
- "name": "Warped terrorbird",
- "examine": "You don't think you can harm this terrorbird.",
"aggressive": "true",
- "attack_level": "59",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "308",
- "magic_animation": "0",
- "magic_level": "59",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "59",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "59",
- "weakness": "1"
+ "projectile": "1468",
+ "attack_level": "59"
},
{
+ "examine": "You don't think you can harm this terrorbird.",
+ "slayer_task": "88",
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "range_animation": "0",
+ "magic_level": "59",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "59",
+ "safespot": null,
+ "lifepoints": "308",
+ "strength_level": "59",
"id": "6295",
- "name": "Warped terrorbird",
- "examine": "You don't think you can harm this terrorbird.",
"aggressive": "true",
- "attack_level": "59",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "0",
- "defence_level": "59",
- "lifepoints": "308",
- "magic_animation": "0",
- "magic_level": "59",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "59",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "59",
- "weakness": "1"
+ "projectile": "1468",
+ "attack_level": "59"
},
{
- "id": "6296",
- "name": "Warped tortoise",
"examine": "You don't think you can harm this creature.",
- "attack_level": "39",
+ "slayer_task": "89",
+ "melee_animation": "7093",
+ "range_animation": "0",
"attack_speed": "5",
- "death_animation": "7091",
- "defence_animation": "0",
- "defence_level": "52",
- "lifepoints": "148",
- "magic_animation": "0",
"magic_level": "52",
- "melee_animation": "7093",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "39",
- "weakness": "4"
- },
- {
- "id": "6297",
- "name": "Warped tortoise",
- "attack_level": "1",
- "attack_speed": "5",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
"death_animation": "7091",
- "defence_animation": "7092",
- "defence_level": "1",
- "lifepoints": "87",
+ "name": "Warped tortoise",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "148",
+ "strength_level": "39",
+ "id": "6296",
+ "range_level": "1",
+ "attack_level": "39"
+ },
+ {
"melee_animation": "7093",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6298",
- "name": "Jeffery"
- },
- {
- "id": "6299",
- "name": "Big monolith"
- },
- {
- "id": "6300",
- "name": "Small monolith"
- },
- {
- "id": "6301",
- "name": "Cute creature"
- },
- {
- "id": "6302",
- "name": "Evil creature"
- },
- {
- "id": "6303",
- "name": "Yewnock the engineer"
- },
- {
- "id": "6304",
- "name": "Bolrie"
- },
- {
- "id": "6305",
- "name": "Hazelmere"
- },
- {
- "id": "6306",
- "name": "Bolrie",
- "examine": "Annoyingly easy to squish.",
- "aggressive": "true",
- "attack_level": "1",
- "defence_animation": "0",
- "defence_level": "2",
- "lifepoints": "0",
- "magic_animation": "0",
- "magic_level": "2",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "2",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6307",
- "name": "Advisor"
- },
- {
- "id": "6308",
- "name": "King Argenthorg"
- },
- {
- "id": "6309",
- "name": "Prince Argenthorg"
- },
- {
- "id": "6310",
- "name": "Cute creature"
- },
- {
- "id": "6312",
- "name": "Evil creature"
- },
- {
- "id": "6313",
- "name": "Terrorbird servant"
- },
- {
- "id": "6314",
- "name": "Guard no. 21",
- "examine": "She looks bored.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6315",
- "name": "Guard no. 72",
- "examine": "He looks even more bored.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6316",
- "name": "Guard no. 21"
- },
- {
- "id": "6317",
- "name": "Guard no. 72"
- },
- {
- "id": "6318",
- "name": "Longramble"
- },
- {
- "id": "6319",
- "name": "Spirit tree"
- },
- {
- "id": "6321",
- "name": "Spirit tree"
- },
- {
- "id": "6322",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6323",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6324",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6325",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6326",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6327",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6328",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6329",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6330",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6331",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6332",
- "name": "Warped terrorbird",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7109",
- "defence_animation": "7110",
- "defence_level": "1",
- "lifepoints": "154",
- "melee_animation": "7108",
- "projectile": "1468",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6333",
- "name": "Child"
- },
- {
- "id": "6334",
- "name": "Child",
- "examine": "A child of West Ardougne.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6335",
- "name": "Child",
- "examine": "A child of West Ardougne.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6336",
- "name": "Child",
- "examine": "A child of West Ardougne.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6337",
- "name": "Child",
- "examine": "A child of West Ardougne.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6338",
- "name": "Child",
- "examine": "A child of West Ardougne.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6339",
- "name": "Child",
- "examine": "A child of West Ardougne.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6340",
- "name": "Child"
- },
- {
- "id": "6341",
- "name": "Child"
- },
- {
- "id": "6342",
- "name": "Child"
- },
- {
- "id": "6343",
- "name": "Child"
- },
- {
- "id": "6344",
- "name": "Child",
- "examine": "Duck!",
- "aggressive": "true",
- "attack_level": "48",
"attack_speed": "5",
- "combat_style": "1",
- "death_animation": "3922",
+ "respawn_delay": "60",
+ "defence_animation": "7092",
+ "death_animation": "7091",
+ "name": "Warped tortoise",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "1",
+ "id": "6297",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Annoyingly easy to squish.",
+ "slayer_task": "73",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "magic_level": "2",
"defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "92",
"magic_animation": "0",
+ "name": "Bolrie",
+ "defence_level": "2",
+ "safespot": null,
+ "lifepoints": "0",
+ "strength_level": "1",
+ "id": "6306",
+ "aggressive": "true",
+ "range_level": "2",
+ "attack_level": "1"
+ },
+ {
+ "examine": "She looks bored.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard no. 21",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6314",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He looks even more bored.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard no. 72",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6315",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6322",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6323",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6324",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6325",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6326",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6327",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6328",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6329",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6330",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6331",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7108",
+ "respawn_delay": "60",
+ "defence_animation": "7110",
+ "death_animation": "7109",
+ "name": "Warped terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "154",
+ "strength_level": "1",
+ "id": "6332",
+ "aggressive": "true",
+ "range_level": "1",
+ "projectile": "1468",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A child of West Ardougne.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6334",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A child of West Ardougne.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6335",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A child of West Ardougne.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6336",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A child of West Ardougne.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6337",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A child of West Ardougne.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6338",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A child of West Ardougne.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Child",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6339",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Duck!",
+ "combat_style": "1",
"melee_animation": "3920",
"range_animation": "3920",
- "range_level": "65",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "48",
- "weakness": "1"
- },
- {
- "id": "6345",
- "name": "Child"
- },
- {
- "id": "6346",
- "name": "Pirate",
- "examine": "This one's had too much to drink!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6347",
- "name": "Pirate",
- "examine": "This one's had too much to drink!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6348",
- "name": "Pirate",
- "examine": "This one's had too much to drink!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6349",
- "name": "Pirate",
- "examine": "This one's had too much to drink!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6350",
- "name": "Pirate",
- "examine": "This one's had too much to drink!",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6351",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "23",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6352",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "23",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6353",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "23",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6354",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "23",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6355",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "23",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6356",
- "name": "Pirate",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "23",
- "melee_animation": "390",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6357",
- "name": "Street urchin"
- },
- {
- "id": "6358",
- "name": "Street urchin",
- "examine": "The mother of all pests!",
- "aggressive": "true",
- "attack_level": "70",
- "attack_speed": "6",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "1428",
- "magic_animation": "0",
- "magic_level": "70",
- "range_level": "70",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "70",
- "weakness": "10"
- },
- {
- "id": "6359",
- "name": "Street urchin"
- },
- {
- "id": "6360",
- "name": "Street urchin"
- },
- {
- "id": "6361",
- "name": "Street urchin"
- },
- {
- "id": "6362",
- "name": "Eniola"
- },
- {
- "id": "6363",
- "name": "Zamorak warrior",
- "examine": "A warrior of Zamorak.",
- "aggressive": "true",
- "attack_level": "44",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "44",
- "lifepoints": "62",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "44",
- "weakness": "7"
- },
- {
- "id": "6364",
- "name": "Zamorak warrior",
- "examine": "A warrior of Zamorak.",
- "aggressive": "true",
- "attack_level": "47",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
- "magic_animation": "0",
- "melee_animation": "390",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "47",
- "weakness": "7"
- },
- {
- "id": "6365",
- "name": "Zamorak ranger",
- "examine": "A ranger of Zamorak.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "46",
- "lifepoints": "65",
- "magic_animation": "0",
- "melee_animation": "426",
- "range_animation": "426",
- "range_level": "46",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "1"
- },
- {
- "id": "6366",
- "name": "Zamorak ranger",
- "examine": "A ranger of Zamorak.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "46",
- "lifepoints": "65",
- "magic_animation": "0",
- "melee_animation": "426",
- "range_animation": "426",
- "range_level": "46",
- "safespot": null,
- "strength_level": "1",
- "weakness": "1"
- },
- {
- "id": "6367",
- "name": "Zamorak mage",
- "examine": "A mage of Zamorak.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "2",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "49",
- "lifepoints": "70",
- "magic_animation": "0",
- "magic_level": "49",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "6368",
- "name": "Zamorak mage",
- "examine": "A mage of Zamorak.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "49",
- "lifepoints": "70",
- "magic_animation": "0",
- "magic_level": "49",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "6369",
- "name": "Cave lizard",
- "examine": "A cave dweller.",
- "aggressive": "true",
- "attack_level": "1",
"attack_speed": "5",
- "death_animation": "7205",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "47",
- "lifepoints": "67",
+ "weakness": "1",
"magic_animation": "0",
+ "death_animation": "3922",
+ "name": "Child",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "92",
+ "strength_level": "48",
+ "id": "6344",
+ "aggressive": "true",
+ "range_level": "65",
+ "attack_level": "48"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "6346",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "6347",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "6348",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "6349",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "1",
+ "id": "6350",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "6351",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "6352",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "6353",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "6354",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "6355",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "390",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Pirate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "23",
+ "strength_level": "1",
+ "id": "6356",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The mother of all pests!",
+ "attack_speed": "6",
+ "magic_level": "70",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Street urchin",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "1428",
+ "strength_level": "70",
+ "id": "6358",
+ "aggressive": "true",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "A warrior of Zamorak.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Zamorak warrior",
+ "defence_level": "44",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "44",
+ "id": "6363",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "44"
+ },
+ {
+ "examine": "A warrior of Zamorak.",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Zamorak warrior",
+ "defence_level": "47",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "47",
+ "id": "6364",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "47"
+ },
+ {
+ "examine": "A ranger of Zamorak.",
+ "combat_style": "1",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Zamorak ranger",
+ "defence_level": "46",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "6365",
+ "aggressive": "true",
+ "range_level": "46",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A ranger of Zamorak.",
+ "melee_animation": "426",
+ "range_animation": "426",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Zamorak ranger",
+ "defence_level": "46",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "6366",
+ "aggressive": "true",
+ "range_level": "46",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mage of Zamorak.",
+ "combat_style": "2",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "magic_level": "49",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Zamorak mage",
+ "defence_level": "49",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "6367",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A mage of Zamorak.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "magic_level": "49",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Zamorak mage",
+ "defence_level": "49",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "6368",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A cave dweller.",
"melee_animation": "7207",
"range_animation": "0",
- "range_level": "47",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "7205",
+ "name": "Cave lizard",
+ "defence_level": "47",
"safespot": null,
+ "lifepoints": "67",
"strength_level": "1",
- "weakness": "0"
+ "id": "6369",
+ "aggressive": "true",
+ "range_level": "47",
+ "attack_level": "1"
},
{
- "id": "6370",
- "name": "Mage of Zamorak",
"examine": "A representative of the Z.M.I.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mage of Zamorak",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6370",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6371",
- "name": "Zamorak crafter",
"examine": "A Z.M.I. runecrafter.",
- "attack_level": "19",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "19",
- "lifepoints": "27",
- "magic_animation": "0",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "19",
- "weakness": "7"
- },
- {
- "id": "6372",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
"name": "Zamorak crafter",
- "attack_level": "1",
+ "defence_level": "19",
+ "safespot": null,
+ "lifepoints": "27",
+ "strength_level": "19",
+ "id": "6371",
+ "range_level": "1",
+ "attack_level": "19"
+ },
+ {
"death_animation": "836",
- "defence_animation": "425",
+ "name": "Zamorak crafter",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "25",
"melee_animation": "422",
+ "strength_level": "1",
+ "id": "6372",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6373",
- "name": "Kennith"
- },
- {
- "id": "6374",
- "name": "Guard dog",
"attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
+ "defence_animation": "425"
+ },
+ {
"slayer_exp": "49",
- "strength_level": "1"
- },
- {
- "id": "6375",
- "name": "Wizard Cromperty"
- },
- {
- "id": "6376",
- "name": "Jungle spider",
- "examine": "A barely visible deadly spider.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
+ "name": "Guard dog",
"defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5327",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6377",
- "name": "Jungle spider",
- "examine": "A barely visible deadly spider.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "1",
- "lifepoints": "25",
- "melee_animation": "5327",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6378",
- "name": "Tenacious toucan",
- "examine": "I wouldn't want to be footing that bill.",
- "attack_level": "60",
- "attack_speed": "5",
- "death_animation": "6779",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "6775",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "6379",
- "name": "Giant ant worker",
- "examine": "I wonder how much he can lift.",
- "attack_level": "35",
- "death_animation": "7238",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "50",
- "magic_animation": "0",
- "melee_animation": "7237",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "35",
- "weakness": "9"
- },
- {
- "id": "6380",
- "name": "Giant ant soldier",
- "examine": "Gi-ant-ant-ant-ant...",
- "aggressive": "true",
- "attack_level": "50",
- "death_animation": "7238",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "71",
- "magic_animation": "0",
- "melee_animation": "7237",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "50",
- "weakness": "9"
- },
- {
- "id": "6381",
- "name": "Giant wasp",
- "examine": "That stinger has to hurt...",
- "aggressive": "true",
- "attack_level": "60",
- "attack_speed": "5",
- "death_animation": "7244",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "85",
- "magic_animation": "0",
- "melee_animation": "7242",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "60",
- "weakness": "9"
- },
- {
- "id": "6382",
- "name": "Pernicious parrot",
- "examine": "Polynomial - a parrot that goes without breakfast",
- "attack_level": "45",
- "attack_speed": "5",
- "death_animation": "6777",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "64",
- "magic_animation": "0",
- "melee_animation": "6775",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "45",
- "weakness": "9"
- },
- {
- "id": "6383",
- "name": "Giant wasp",
- "examine": "That stinger has to hurt...",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "7244",
- "defence_animation": "7243",
- "defence_level": "1",
- "lifepoints": "37",
- "melee_animation": "7242",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6384",
- "name": "Karamjan Jungle Eagle"
- },
- {
- "id": "6385",
- "name": "Karamjan Jungle eagle",
- "examine": "A very large",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "6374",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5327",
+ "combat_audio": "537,539,538",
+ "respawn_delay": "60",
+ "defence_animation": "5328",
+ "death_animation": "5329",
+ "name": "Jungle spider",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "6376",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "5327",
+ "combat_audio": "537,539,538",
+ "respawn_delay": "60",
+ "defence_animation": "5328",
+ "death_animation": "5329",
+ "name": "Jungle spider",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "6377",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "I wouldn't want to be footing that bill.",
+ "slayer_task": "7",
+ "melee_animation": "6775",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "6779",
+ "name": "Tenacious toucan",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "6378",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "I wonder how much he can lift.",
+ "melee_animation": "7237",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "7238",
+ "name": "Giant ant worker",
+ "defence_level": "35",
+ "safespot": null,
+ "lifepoints": "50",
+ "strength_level": "35",
+ "id": "6379",
+ "range_level": "1",
+ "attack_level": "35"
+ },
+ {
+ "examine": "Gi-ant-ant-ant-ant...",
+ "melee_animation": "7237",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "7238",
+ "name": "Giant ant soldier",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "50",
+ "id": "6380",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "That stinger has to hurt...",
+ "melee_animation": "7242",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "7244",
+ "name": "Giant wasp",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "60",
+ "id": "6381",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Polynomial - a parrot that goes without breakfast",
+ "slayer_task": "7",
+ "melee_animation": "6775",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6777",
+ "name": "Pernicious parrot",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "6382",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "melee_animation": "7242",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "7243",
+ "death_animation": "7244",
+ "name": "Giant wasp",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "1",
+ "id": "6383",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A very large",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Karamjan Jungle eagle",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6385",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6386",
- "name": "Bandit"
- },
- {
- "id": "6389",
- "name": "Gargoyle",
"examine": "Flies like a rock.",
- "aggressive": "true",
- "attack_level": "75",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0",
- "clue_level": "2",
- "combat_audio": "428,430,429",
- "death_animation": "1518",
- "defence_animation": "9455",
- "defence_level": "107",
- "lifepoints": "105",
- "magic_animation": "1516",
- "magic_level": "1",
"melee_animation": "9454",
"range_animation": "1516",
- "range_level": "1",
- "safespot": null,
+ "combat_audio": "428,430,429",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "9455",
"slayer_exp": "105",
- "strength_level": "95"
+ "magic_animation": "1516",
+ "death_animation": "1518",
+ "name": "Gargoyle",
+ "defence_level": "107",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "6389",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,20,20,0,20,20,0,0,0,0,0",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "75"
},
{
- "id": "6390",
- "name": "Grim Reaper",
"examine": "I wish I could tell where he was looking. What could be beneath that hood?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Grim Reaper",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6391",
- "name": "Glough"
- },
- {
- "id": "6392",
- "name": "Oldak"
- },
- {
- "id": "6393",
- "name": "Zanik"
- },
- {
- "id": "6394",
- "name": "Zanik"
- },
- {
- "id": "6396",
- "name": "Zanik"
- },
- {
- "id": "6398",
- "name": "Zanik"
- },
- {
- "id": "6400",
- "name": "Oldak"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6390",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6402",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6403",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6404",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6405",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6406",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6407",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6408",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6409",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6410",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6411",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6412",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6413",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6414",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6415",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6416",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6417",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6418",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6419",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6420",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6421",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6422",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6423",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6424",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6425",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6426",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6427",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6428",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6429",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6430",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6431",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6432",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6433",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6434",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6435",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6436",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6437",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6438",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6439",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6440",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6441",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6442",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6443",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6444",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6445",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6446",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6447",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6448",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6449",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6450",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6451",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6452",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6453",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6454",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6455",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6456",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6457",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6458",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6459",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6460",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6461",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6462",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6463",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6464",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6465",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6466",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6467",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6468",
- "name": "Skoblin"
- },
- {
- "id": "6469",
+ "examine": "A goblin high priest",
+ "slayer_task": "75",
+ "melee_animation": "7317",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "6182",
"name": "Snothead",
- "examine": "A goblin high priest",
- "aggressive": "true",
- "attack_level": "14",
- "death_animation": "6182",
- "defence_animation": "0",
"defence_level": "14",
+ "safespot": null,
"lifepoints": "20",
- "magic_animation": "0",
- "melee_animation": "7317",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "14",
- "weakness": "8"
+ "id": "6469",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "14"
},
{
- "id": "6470",
+ "examine": "A goblin high priest",
+ "slayer_task": "75",
+ "melee_animation": "7317",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "6182",
"name": "Snailfeet",
- "examine": "A goblin high priest",
- "aggressive": "true",
- "attack_level": "13",
- "death_animation": "6182",
- "defence_animation": "0",
"defence_level": "18",
+ "safespot": null,
"lifepoints": "25",
- "magic_animation": "0",
- "melee_animation": "7317",
- "range_animation": "0",
- "range_level": "18",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "13",
- "weakness": "2"
+ "id": "6470",
+ "aggressive": "true",
+ "range_level": "18",
+ "attack_level": "13"
},
{
- "id": "6471",
- "name": "Mosschin",
"examine": "A goblin high priest",
- "aggressive": "true",
- "attack_level": "16",
- "death_animation": "6182",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
+ "slayer_task": "75",
+ "melee_animation": "7317",
+ "range_animation": "0",
"magic_level": "22",
- "melee_animation": "7317",
- "range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "6182",
+ "name": "Mosschin",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "16",
- "weakness": "5"
+ "id": "6471",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "16"
},
{
- "id": "6472",
+ "examine": "A goblin high priest",
+ "slayer_task": "75",
+ "melee_animation": "7317",
+ "range_animation": "0",
+ "magic_level": "26",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "6182",
"name": "Redeyes",
- "examine": "A goblin high priest",
- "aggressive": "true",
- "attack_level": "19",
- "death_animation": "6182",
- "defence_animation": "0",
"defence_level": "26",
- "lifepoints": "37",
- "magic_animation": "0",
- "magic_level": "26",
- "melee_animation": "7317",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "37",
"strength_level": "19",
- "weakness": "5"
+ "id": "6472",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "19"
},
{
- "id": "6473",
- "name": "Strongbones",
"examine": "A goblin high priest",
- "aggressive": "true",
- "attack_level": "19",
- "death_animation": "6182",
- "defence_animation": "0",
- "defence_level": "26",
- "lifepoints": "37",
- "magic_animation": "0",
- "magic_level": "26",
+ "slayer_task": "75",
"melee_animation": "7317",
"range_animation": "0",
- "range_level": "1",
+ "magic_level": "26",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "6182",
+ "name": "Strongbones",
+ "defence_level": "26",
"safespot": null,
+ "lifepoints": "37",
"strength_level": "19",
- "weakness": "5"
+ "id": "6473",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "19"
},
{
- "id": "6474",
- "name": "Snothead"
- },
- {
- "id": "6475",
- "name": "Snailfeet"
- },
- {
- "id": "6476",
- "name": "Mosschin"
- },
- {
- "id": "6477",
- "name": "Redeyes"
- },
- {
- "id": "6478",
- "name": "Strongbones"
- },
- {
- "id": "6479",
- "name": "Grubfoot"
- },
- {
- "id": "6480",
- "name": "Grubfoot"
- },
- {
- "id": "6482",
- "name": "Priest",
"examine": "Priest of the Ekeleshuun tribe.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Priest",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6482",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6483",
- "name": "Priest"
- },
- {
- "id": "6484",
- "name": "Priest"
- },
- {
- "id": "6485",
- "name": "Priest"
- },
- {
- "id": "6486",
- "name": "Priest"
- },
- {
- "id": "6487",
- "name": "Priest"
- },
- {
- "id": "6488",
- "name": "Preacher",
"examine": "He is expounding the word of the Big High War God.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Preacher",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6489",
- "name": "High priest"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6488",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6490",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6491",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6492",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6493",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6494",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Goblin",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "469,472,471",
+ "strength_level": "1",
"id": "6495",
- "name": "Goblin",
- "attack_level": "1",
"clue_level": "0",
- "combat_audio": "469,472,471",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He doesn't look very welcoming.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Goblin guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6496",
- "name": "Goblin guard",
- "examine": "He doesn't look very welcoming.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He doesn't look very welcoming.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "469,472,471",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Goblin guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6497",
- "name": "Goblin guard",
- "examine": "He doesn't look very welcoming.",
- "attack_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6498",
- "name": "Guard",
"examine": "A guard wearing blue armour.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6498",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6499",
- "name": "Guard",
"examine": "A guard wearing orange armour.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6499",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6500",
- "name": "Guard",
"examine": "A guard wearing black armour.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6500",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6501",
- "name": "Guard",
"examine": "A guard wearing white armour.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6501",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6502",
- "name": "Guard",
"examine": "A guard wearing purple armour.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6503",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Guard",
- "examine": "A guard wearing yellow armour.",
- "attack_level": "1",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6502",
"clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6504",
- "name": "Ghost",
- "attack_level": "1",
- "combat_audio": "436,439,438",
+ "examine": "A guard wearing yellow armour.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6503",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"slayer_exp": "25",
- "strength_level": "1"
+ "name": "Ghost",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "436,439,438",
+ "strength_level": "1",
+ "id": "6504",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6505",
- "name": "Registrar 1"
- },
- {
- "id": "6507",
- "name": "Registrar 2",
"examine": "A very noble spider and attendant to the Queen.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Registrar 2",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6507",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6508",
- "name": "Registrar 3",
"examine": "The highest ranking of the Spider Queen's servants.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Registrar 3",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6508",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6509",
- "name": "Registrar 4",
"examine": "The head of the Spider Queen's army.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Registrar 4",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6509",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6510",
- "name": "Jury",
"examine": "Trying hard to hide his identity.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jury",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6510",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6511",
- "name": "Jury"
- },
- {
- "id": "6512",
- "name": "Spectator",
"examine": "Sir Amik's loyal squire.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6513",
- "name": "Spectator"
- },
- {
- "id": "6514",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Spectator",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6512",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "A being of ore and minerals.",
- "attack_level": "1",
- "defence_animation": "0",
+ "magic_animation": "0",
+ "name": "Spectator",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "1",
- "magic_animation": "0",
"range_animation": "0",
+ "strength_level": "1",
+ "id": "6514",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "0"
},
{
- "id": "6515",
- "name": "Spectator"
- },
- {
- "id": "6516",
- "name": "Spectator",
"examine": "A monkey on a mission.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6517",
- "name": "Spectator"
- },
- {
- "id": "6518",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Spectator",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6516",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "He works for Doric & Son.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Spectator",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6518",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6519",
- "name": "Spectator"
- },
- {
- "id": "6520",
- "name": "Head Registrar"
- },
- {
- "id": "6521",
- "name": "Grand Exchange Tutor",
"examine": "Gives an introduction to the Grand Exchange.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Grand Exchange Tutor",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6521",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6522",
- "examine": "Director of the Grand Exchange."
- },
- {
- "id": "6523",
- "name": "Farid Morrisane (ores)",
"examine": "The son of Ali M!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Farid Morrisane (ores)",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6523",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6524",
- "name": "Bob Barter (herbs)",
"examine": "He's probably seen better days.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bob Barter (herbs)",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6524",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6525",
- "name": "Murky Matt (runes)",
"examine": "You can never miss a pirate in disguise.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Murky Matt (runes)",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6525",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6526",
- "name": "Relobo Blinyo (logs)",
"examine": "A tribal man",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Relobo Blinyo (logs)",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6526",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6527",
- "name": "Hofuthand (armour and weapons)",
"examine": "He's travelled a long way.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Hofuthand (armour and weapons)",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6527",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6528",
- "examine": "There to help me make my bids."
- },
- {
- "id": "6529",
- "examine": "There to help me make my bids."
- },
- {
- "id": "6530",
- "examine": "There to help me make my bids."
- },
- {
- "id": "6531",
- "examine": "There to help me make my bids."
- },
- {
- "id": "6532",
- "examine": "She can look after my money. Good with money."
- },
- {
- "id": "6533",
- "examine": "She can look after my money. Good with money."
- },
- {
- "id": "6534",
- "examine": "He can look after my money. Good with money."
- },
- {
- "id": "6535",
- "examine": "He can look after my money. Good with money."
- },
- {
- "id": "6536",
- "name": "Registrar 5",
"examine": "Chief architect of the Spider Realm.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Registrar 5",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6537",
- "name": "Mandrith"
- },
- {
- "id": "6538",
- "name": "Banker"
- },
- {
- "id": "6539",
- "name": "Charley the Cleaner"
- },
- {
- "id": "6540",
- "name": "Scotty the Cleaner"
- },
- {
- "id": "6541",
- "name": "Sanchez the Cleaner"
- },
- {
- "id": "6542",
- "name": "Summer Bonde"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6536",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
"id": "6543",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "511,513,512",
+ "strength_level": "1",
"id": "6544",
- "name": "",
- "attack_level": "1",
- "combat_audio": "511,513,512",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6558",
- "name": "null",
"examine": "Tapping his feet and looking very bored.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "null",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6558",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6560",
- "name": "null",
"examine": "A huge war chief. ",
- "aggressive": "true",
- "attack_level": "250",
- "attack_speed": "5",
- "bonuses": "300,300,300,300,300,300,150,300,300,250,43,96,43,30,0",
- "death_animation": "7062",
- "defence_animation": "7061",
- "defence_level": "250",
- "lifepoints": "254",
- "magic_animation": "422",
"melee_animation": "422",
"range_animation": "422",
- "range_level": "200",
+ "attack_speed": "5",
"respawn_delay": "20",
+ "defence_animation": "7061",
+ "magic_animation": "422",
+ "death_animation": "7062",
+ "name": "null",
+ "defence_level": "250",
"safespot": null,
- "strength_level": "251"
- },
- {
- "id": "6566",
- "name": "Broken grave marker"
- },
- {
- "id": "6567",
- "name": "Collapsing grave marker"
- },
- {
- "id": "6568",
- "name": "Grave marker"
- },
- {
- "id": "6569",
- "name": "Broken grave marker"
- },
- {
- "id": "6570",
- "name": "Collapsing grave marker"
- },
- {
- "id": "6571",
- "name": "Gravestone"
- },
- {
- "id": "6572",
- "name": "Broken gravestone"
- },
- {
- "id": "6573",
- "name": "Collapsing gravestone"
- },
- {
- "id": "6574",
- "name": "Gravestone"
- },
- {
- "id": "6575",
- "name": "Broken gravestone"
- },
- {
- "id": "6576",
- "name": "Collapsing gravestone"
- },
- {
- "id": "6577",
- "name": "Gravestone"
- },
- {
- "id": "6578",
- "name": "Broken gravestone"
- },
- {
- "id": "6579",
- "name": "Collapsing gravestone"
- },
- {
- "id": "6580",
- "name": "Stele"
- },
- {
- "id": "6581",
- "name": "Broken stele"
- },
- {
- "id": "6582",
- "name": "Collapsing stele"
- },
- {
- "id": "6583",
- "name": "Saradomin symbol"
- },
- {
- "id": "6584",
- "name": "Broken Saradomin symbol"
- },
- {
- "id": "6585",
- "name": "Collapsing Saradomin symbol"
- },
- {
- "id": "6586",
- "name": "Zamorak symbol"
- },
- {
- "id": "6587",
- "name": "Broken Zamorak symbol"
- },
- {
- "id": "6588",
- "name": "Collapsing Zamorak symbol"
- },
- {
- "id": "6589",
- "name": "Guthix symbol"
- },
- {
- "id": "6590",
- "name": "Broken Guthix symbol"
- },
- {
- "id": "6591",
- "name": "Collapsing Guthix symbol"
- },
- {
- "id": "6592",
- "name": "Bandos symbol"
- },
- {
- "id": "6593",
- "name": "Broken Bandos symbol"
- },
- {
- "id": "6594",
- "name": "Collapsing Bandos symbol"
- },
- {
- "id": "6595",
- "name": "Armadyl symbol"
- },
- {
- "id": "6596",
- "name": "Broken Armadyl symbol"
- },
- {
- "id": "6597",
- "name": "Collapsing Armadyl symbol"
- },
- {
- "id": "6598",
- "name": "Memorial stone"
- },
- {
- "id": "6599",
- "name": "Broken memorial stone"
- },
- {
- "id": "6600",
- "name": "Collapsing memorial stone"
- },
- {
- "id": "6601",
- "name": "Memorial stone"
- },
- {
- "id": "6602",
- "name": "Broken memorial stone"
- },
- {
- "id": "6603",
- "name": "Collapsing memorial stone"
+ "lifepoints": "254",
+ "strength_level": "251",
+ "id": "6560",
+ "aggressive": "true",
+ "bonuses": "300,300,300,300,300,300,150,300,300,250,43,96,43,30,0",
+ "range_level": "200",
+ "attack_level": "250"
},
{
+ "spawn_animation": "7410",
+ "examine": "The essence of an imp slain during the god wars.",
+ "melee_animation": "7407",
+ "range_animation": "7501",
+ "combat_audio": "0,0,0",
+ "magic_level": "10",
+ "defence_animation": "7404",
+ "slayer_exp": "10",
+ "magic_animation": "7500",
+ "death_animation": "7408",
+ "name": "Revenant imp",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "10",
"id": "6604",
- "name": "Revenant imp",
- "examine": "The essence of an imp slain during the god wars.",
- "attack_level": "10",
- "combat_audio": "0,0,0",
- "death_animation": "7408",
- "defence_animation": "7404",
- "defence_level": "10",
- "lifepoints": "20",
- "magic_animation": "7500",
- "magic_level": "10",
- "melee_animation": "7407",
- "range_animation": "7501",
"range_level": "10",
- "safespot": null,
- "slayer_exp": "10",
- "spawn_animation": "7410",
- "strength_level": "10"
+ "attack_level": "10"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6605",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7485",
+ "examine": "The ghost of an icefiend slain during the God Wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "27",
+ "defence_animation": "7483",
+ "slayer_exp": "40",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant icefiend",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "27",
"id": "6606",
- "name": "Revenant icefiend",
- "examine": "The ghost of an icefiend slain during the God Wars.",
- "attack_level": "27",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "27",
- "lifepoints": "40",
- "magic_animation": "7506",
- "magic_level": "27",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "27",
- "safespot": null,
- "slayer_exp": "40",
- "spawn_animation": "7485",
- "strength_level": "27"
+ "attack_level": "27"
},
{
+ "spawn_animation": "7403",
+ "examine": "The ghost of a werewolf slain during the god wars.",
+ "melee_animation": "7397",
+ "range_animation": "7521",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "38",
"id": "6607",
- "name": "Revenant werewolf",
- "examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
"clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
- "melee_animation": "7397",
- "range_animation": "7521",
"range_level": "38",
- "safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "attack_level": "38"
},
{
+ "examine": "The ghost of a hobgoblin slain during the God Wars.",
+ "melee_animation": "7418",
+ "range_animation": "7516",
+ "combat_audio": "469,472,471",
+ "magic_level": "32",
+ "defence_animation": "7420",
+ "slayer_exp": "72",
+ "magic_animation": "7503",
+ "death_animation": "7419",
+ "name": "Revenant hobgoblin",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "32",
"id": "6608",
- "name": "Revenant hobgoblin",
- "examine": "The ghost of a hobgoblin slain during the God Wars.",
- "attack_level": "32",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7419",
- "defence_animation": "7420",
- "defence_level": "32",
- "lifepoints": "72",
- "magic_animation": "7503",
- "magic_level": "32",
- "melee_animation": "7418",
- "range_animation": "7516",
"range_level": "32",
- "safespot": null,
- "slayer_exp": "72",
- "strength_level": "32"
+ "attack_level": "32"
},
{
+ "spawn_animation": "7403",
+ "examine": "The ghost of a werewolf slain during the god wars.",
+ "melee_animation": "7397",
+ "range_animation": "7521",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "38",
"id": "6609",
- "name": "Revenant werewolf",
- "examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
"clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
- "melee_animation": "7397",
- "range_animation": "7521",
"range_level": "38",
- "safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "attack_level": "38"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6610",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
"id": "6611",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
"range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "attack_level": "80"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6612",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7426",
+ "examine": "The ghost of a vampire slain in the god wars.",
+ "melee_animation": "7427",
+ "range_animation": "7520",
+ "magic_level": "34",
+ "defence_animation": "7429",
+ "slayer_exp": "60",
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
"id": "6613",
- "name": "Revenant vampire",
- "examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
"clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
- "melee_animation": "7427",
- "range_animation": "7520",
"range_level": "34",
- "safespot": null,
- "slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "attack_level": "34"
},
{
+ "spawn_animation": "7403",
+ "examine": "The ghost of a werewolf slain during the god wars.",
+ "melee_animation": "7397",
+ "range_animation": "7521",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "38",
"id": "6614",
- "name": "Revenant werewolf",
- "examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
"clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
- "melee_animation": "7397",
- "range_animation": "7521",
"range_level": "38",
- "safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "attack_level": "38"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6615",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6616",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7403",
+ "examine": "The ghost of a werewolf slain during the god wars.",
+ "melee_animation": "7397",
+ "range_animation": "7521",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "38",
"id": "6617",
- "name": "Revenant werewolf",
- "examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
"clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
- "melee_animation": "7397",
- "range_animation": "7521",
"range_level": "38",
- "safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "attack_level": "38"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6618",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
"id": "6619",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
"range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "attack_level": "80"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6620",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7485",
+ "examine": "The ghost of an icefiend slain during the God Wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "27",
+ "defence_animation": "7483",
+ "slayer_exp": "40",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant icefiend",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "27",
"id": "6621",
- "name": "Revenant icefiend",
- "examine": "The ghost of an icefiend slain during the God Wars.",
- "attack_level": "27",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "27",
- "lifepoints": "40",
- "magic_animation": "7506",
- "magic_level": "27",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "27",
- "safespot": null,
- "slayer_exp": "40",
- "spawn_animation": "7485",
- "strength_level": "27"
+ "attack_level": "27"
},
{
+ "spawn_animation": "7485",
+ "examine": "The essence of a pyrefiend slain during the god wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "29",
+ "defence_animation": "7483",
+ "slayer_exp": "48",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant pyrefiend",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "29",
"id": "6622",
- "name": "Revenant pyrefiend",
- "examine": "The essence of a pyrefiend slain during the god wars.",
- "attack_level": "29",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "29",
- "lifepoints": "48",
- "magic_animation": "7506",
- "magic_level": "29",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "29",
- "safespot": null,
- "slayer_exp": "48",
- "spawn_animation": "7485",
- "strength_level": "29"
+ "attack_level": "29"
},
{
+ "spawn_animation": "7426",
+ "examine": "The ghost of a vampire slain in the god wars.",
+ "melee_animation": "7427",
+ "range_animation": "7520",
+ "magic_level": "34",
+ "defence_animation": "7429",
+ "slayer_exp": "60",
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
"id": "6623",
- "name": "Revenant vampire",
- "examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
"clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
- "melee_animation": "7427",
- "range_animation": "7520",
"range_level": "34",
- "safespot": null,
- "slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "attack_level": "34"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6624",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7403",
+ "examine": "The ghost of a werewolf slain during the god wars.",
+ "melee_animation": "7397",
+ "range_animation": "7521",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "38",
"id": "6625",
- "name": "Revenant werewolf",
- "examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
"clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
- "melee_animation": "7397",
- "range_animation": "7521",
"range_level": "38",
- "safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "attack_level": "38"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6626",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
"id": "6627",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
"range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "attack_level": "80"
},
{
+ "spawn_animation": "7485",
+ "examine": "The ghost of an icefiend slain during the God Wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "27",
+ "defence_animation": "7483",
+ "slayer_exp": "40",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant icefiend",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "27",
"id": "6628",
- "name": "Revenant icefiend",
- "examine": "The ghost of an icefiend slain during the God Wars.",
- "attack_level": "27",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "27",
- "lifepoints": "40",
- "magic_animation": "7506",
- "magic_level": "27",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "27",
- "safespot": null,
- "slayer_exp": "40",
- "spawn_animation": "7485",
- "strength_level": "27"
+ "attack_level": "27"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6629",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
"id": "6630",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
"range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "attack_level": "80"
},
{
+ "spawn_animation": "7485",
+ "examine": "The essence of a pyrefiend slain during the god wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "29",
+ "defence_animation": "7483",
+ "slayer_exp": "48",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant pyrefiend",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "29",
"id": "6631",
- "name": "Revenant pyrefiend",
- "examine": "The essence of a pyrefiend slain during the god wars.",
- "attack_level": "29",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "29",
- "lifepoints": "48",
- "magic_animation": "7506",
- "magic_level": "29",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "29",
- "safespot": null,
- "slayer_exp": "48",
- "spawn_animation": "7485",
- "strength_level": "29"
+ "attack_level": "29"
},
{
+ "spawn_animation": "7403",
+ "examine": "The ghost of a werewolf slain during the god wars.",
+ "melee_animation": "7397",
+ "range_animation": "7521",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "38",
"id": "6632",
- "name": "Revenant werewolf",
- "examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
"clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
- "melee_animation": "7397",
- "range_animation": "7521",
"range_level": "38",
- "safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "attack_level": "38"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6633",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
"id": "6634",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
"range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "attack_level": "80"
},
{
+ "spawn_animation": "7410",
+ "examine": "The essence of an imp slain during the god wars.",
+ "melee_animation": "7407",
+ "range_animation": "7501",
+ "combat_audio": "0,0,0",
+ "magic_level": "10",
+ "defence_animation": "7404",
+ "slayer_exp": "10",
+ "magic_animation": "7500",
+ "death_animation": "7408",
+ "name": "Revenant imp",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "10",
"id": "6635",
- "name": "Revenant imp",
- "examine": "The essence of an imp slain during the god wars.",
- "attack_level": "10",
- "combat_audio": "0,0,0",
- "death_animation": "7408",
- "defence_animation": "7404",
- "defence_level": "10",
- "lifepoints": "20",
- "magic_animation": "7500",
- "magic_level": "10",
- "melee_animation": "7407",
- "range_animation": "7501",
"range_level": "10",
- "safespot": null,
- "slayer_exp": "10",
- "spawn_animation": "7410",
- "strength_level": "10"
+ "attack_level": "10"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6636",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6637",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6638",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6639",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7485",
+ "examine": "The ghost of an icefiend slain during the God Wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "27",
+ "defence_animation": "7483",
+ "slayer_exp": "40",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant icefiend",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "27",
"id": "6640",
- "name": "Revenant icefiend",
- "examine": "The ghost of an icefiend slain during the God Wars.",
- "attack_level": "27",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "27",
- "lifepoints": "40",
- "magic_animation": "7506",
- "magic_level": "27",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "27",
- "safespot": null,
- "slayer_exp": "40",
- "spawn_animation": "7485",
- "strength_level": "27"
+ "attack_level": "27"
},
{
+ "spawn_animation": "7485",
+ "examine": "The essence of a pyrefiend slain during the god wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "29",
+ "defence_animation": "7483",
+ "slayer_exp": "48",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant pyrefiend",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "29",
"id": "6641",
- "name": "Revenant pyrefiend",
- "examine": "The essence of a pyrefiend slain during the god wars.",
- "attack_level": "29",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "29",
- "lifepoints": "48",
- "magic_animation": "7506",
- "magic_level": "29",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "29",
- "safespot": null,
- "slayer_exp": "48",
- "spawn_animation": "7485",
- "strength_level": "29"
+ "attack_level": "29"
},
{
+ "examine": "The ghost of a hobgoblin slain during the God Wars.",
+ "melee_animation": "7418",
+ "range_animation": "7516",
+ "combat_audio": "469,472,471",
+ "magic_level": "32",
+ "defence_animation": "7420",
+ "slayer_exp": "72",
+ "magic_animation": "7503",
+ "death_animation": "7419",
+ "name": "Revenant hobgoblin",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "32",
"id": "6642",
- "name": "Revenant hobgoblin",
- "examine": "The ghost of a hobgoblin slain during the God Wars.",
- "attack_level": "32",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7419",
- "defence_animation": "7420",
- "defence_level": "32",
- "lifepoints": "72",
- "magic_animation": "7503",
- "magic_level": "32",
- "melee_animation": "7418",
- "range_animation": "7516",
"range_level": "32",
- "safespot": null,
- "slayer_exp": "72",
- "strength_level": "32"
+ "attack_level": "32"
},
{
+ "spawn_animation": "7426",
+ "examine": "The ghost of a vampire slain in the god wars.",
+ "melee_animation": "7427",
+ "range_animation": "7520",
+ "magic_level": "34",
+ "defence_animation": "7429",
+ "slayer_exp": "60",
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
"id": "6643",
- "name": "Revenant vampire",
- "examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
"clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
- "melee_animation": "7427",
- "range_animation": "7520",
"range_level": "34",
- "safespot": null,
- "slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "attack_level": "34"
},
{
+ "spawn_animation": "7403",
+ "examine": "The ghost of a werewolf slain during the god wars.",
+ "melee_animation": "7397",
+ "range_animation": "7521",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "38",
"id": "6644",
- "name": "Revenant werewolf",
- "examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
"clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
- "melee_animation": "7397",
- "range_animation": "7521",
"range_level": "38",
- "safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "attack_level": "38"
},
{
+ "spawn_animation": "7457",
+ "examine": "The ghost of a cyclops slain during the god wars.",
+ "melee_animation": "7453",
+ "range_animation": "7510",
+ "magic_level": "43",
+ "defence_animation": "7455",
+ "weakness": "0",
+ "slayer_exp": "110",
+ "magic_animation": "7497",
+ "death_animation": "7454",
+ "name": "Revenant cyclops",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "43",
"id": "6645",
- "name": "Revenant cyclops",
- "examine": "The ghost of a cyclops slain during the god wars.",
- "attack_level": "43",
"clue_level": "2",
- "death_animation": "7454",
- "defence_animation": "7455",
- "defence_level": "43",
- "lifepoints": "110",
- "magic_animation": "7497",
- "magic_level": "43",
- "melee_animation": "7453",
- "range_animation": "7510",
"range_level": "43",
- "safespot": null,
- "slayer_exp": "110",
- "spawn_animation": "7457",
- "strength_level": "43",
- "weakness": "0"
+ "attack_level": "43"
},
{
+ "spawn_animation": "7464",
+ "examine": "The essence of a hellhound slain during the god wars.",
+ "melee_animation": "7460",
+ "range_animation": "7501",
+ "combat_audio": "3717,3719,3718",
+ "magic_level": "50",
+ "defence_animation": "7462",
+ "slayer_exp": "80",
+ "magic_animation": "7515",
+ "death_animation": "7461",
+ "name": "Revenant hellhound",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
"id": "6646",
- "name": "Revenant hellhound",
- "examine": "The essence of a hellhound slain during the god wars.",
- "attack_level": "50",
"clue_level": "2",
- "combat_audio": "3717,3719,3718",
- "death_animation": "7461",
- "defence_animation": "7462",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "7515",
- "magic_level": "50",
- "melee_animation": "7460",
- "range_animation": "7501",
"range_level": "50",
- "safespot": null,
- "slayer_exp": "80",
- "spawn_animation": "7464",
- "strength_level": "50"
+ "attack_level": "50"
},
{
- "id": "6647",
- "name": "Revenant demon",
+ "spawn_animation": "7478",
"examine": "The essence of a demon slain during the god wars.",
- "attack_level": "60",
- "clue_level": "2",
- "combat_audio": "400,404,403",
- "death_animation": "7475",
- "defence_animation": "7476",
- "defence_level": "60",
- "lifepoints": "80",
- "magic_animation": "7498",
- "magic_level": "60",
"melee_animation": "7474",
"range_animation": "7512",
- "range_level": "60",
- "safespot": null,
+ "combat_audio": "400,404,403",
+ "magic_level": "60",
+ "defence_animation": "7476",
"slayer_exp": "80",
- "spawn_animation": "7478",
- "strength_level": "60"
+ "magic_animation": "7498",
+ "death_animation": "7475",
+ "name": "Revenant demon",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "60",
+ "id": "6647",
+ "clue_level": "2",
+ "range_level": "60",
+ "attack_level": "60"
},
{
- "id": "6648",
- "name": "Revenant ork",
"examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
- "clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
"melee_animation": "7411",
"range_animation": "7518",
- "range_level": "70",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
"safespot": null,
- "strength_level": "70"
+ "lifepoints": "105",
+ "strength_level": "70",
+ "id": "6648",
+ "clue_level": "2",
+ "range_level": "70",
+ "attack_level": "70"
},
{
- "id": "6649",
- "name": "Revenant dark beast",
+ "spawn_animation": "7471",
"examine": "The ghost of a dark beast slain during the god wars.",
- "attack_level": "80",
- "clue_level": "2",
- "death_animation": "7468",
- "defence_animation": "7469",
- "defence_level": "80",
- "lifepoints": "140",
- "magic_animation": "7515",
"melee_animation": "7467",
"range_animation": "7514",
- "range_level": "80",
- "safespot": null,
+ "defence_animation": "7469",
"slayer_exp": "140",
- "spawn_animation": "7471",
- "strength_level": "80"
+ "magic_animation": "7515",
+ "death_animation": "7468",
+ "name": "Revenant dark beast",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "80",
+ "id": "6649",
+ "clue_level": "2",
+ "range_level": "80",
+ "attack_level": "80"
},
{
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
"id": "6650",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
"range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "attack_level": "80"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6651",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7426",
+ "examine": "The ghost of a vampire slain in the god wars.",
+ "melee_animation": "7427",
+ "range_animation": "7520",
+ "magic_level": "34",
+ "defence_animation": "7429",
+ "slayer_exp": "60",
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
"id": "6652",
- "name": "Revenant vampire",
- "examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
"clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
- "melee_animation": "7427",
- "range_animation": "7520",
"range_level": "34",
- "safespot": null,
- "slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "attack_level": "34"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6653",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
"id": "6654",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
"range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "attack_level": "80"
},
{
+ "spawn_animation": "7410",
+ "examine": "The essence of an imp slain during the god wars.",
+ "melee_animation": "7407",
+ "range_animation": "7501",
+ "combat_audio": "0,0,0",
+ "magic_level": "10",
+ "defence_animation": "7404",
+ "slayer_exp": "10",
+ "magic_animation": "7500",
+ "death_animation": "7408",
+ "name": "Revenant imp",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "10",
"id": "6655",
- "name": "Revenant imp",
- "examine": "The essence of an imp slain during the god wars.",
- "attack_level": "10",
- "combat_audio": "0,0,0",
- "death_animation": "7408",
- "defence_animation": "7404",
- "defence_level": "10",
- "lifepoints": "20",
- "magic_animation": "7500",
- "magic_level": "10",
- "melee_animation": "7407",
- "range_animation": "7501",
"range_level": "10",
- "safespot": null,
- "slayer_exp": "10",
- "spawn_animation": "7410",
- "strength_level": "10"
+ "attack_level": "10"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6656",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
- "id": "6657",
- "name": "Revenant goblin",
+ "spawn_animation": "7447",
"examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "22",
- "clue_level": "1",
+ "melee_animation": "7449",
+ "range_animation": "7513",
"combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "22",
- "lifepoints": "34",
- "magic_animation": "7499",
"magic_level": "22",
- "melee_animation": "7449",
- "range_animation": "7513",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "34",
+ "strength_level": "22",
+ "id": "6657",
+ "clue_level": "1",
"range_level": "22",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "22"
+ "attack_level": "22"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6658",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7485",
+ "examine": "The ghost of an icefiend slain during the God Wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "27",
+ "defence_animation": "7483",
+ "slayer_exp": "40",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant icefiend",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "27",
"id": "6659",
- "name": "Revenant icefiend",
- "examine": "The ghost of an icefiend slain during the God Wars.",
- "attack_level": "27",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "27",
- "lifepoints": "40",
- "magic_animation": "7506",
- "magic_level": "27",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "27",
- "safespot": null,
- "slayer_exp": "40",
- "spawn_animation": "7485",
- "strength_level": "27"
+ "attack_level": "27"
},
{
+ "spawn_animation": "7485",
+ "examine": "The essence of a pyrefiend slain during the god wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "29",
+ "defence_animation": "7483",
+ "slayer_exp": "48",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant pyrefiend",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "29",
"id": "6660",
- "name": "Revenant pyrefiend",
- "examine": "The essence of a pyrefiend slain during the god wars.",
- "attack_level": "29",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "29",
- "lifepoints": "48",
- "magic_animation": "7506",
- "magic_level": "29",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "29",
- "safespot": null,
- "slayer_exp": "48",
- "spawn_animation": "7485",
- "strength_level": "29"
+ "attack_level": "29"
},
{
+ "examine": "The ghost of a hobgoblin slain during the God Wars.",
+ "melee_animation": "7418",
+ "range_animation": "7516",
+ "combat_audio": "469,472,471",
+ "magic_level": "32",
+ "defence_animation": "7420",
+ "slayer_exp": "72",
+ "magic_animation": "7503",
+ "death_animation": "7419",
+ "name": "Revenant hobgoblin",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "32",
"id": "6661",
- "name": "Revenant hobgoblin",
- "examine": "The ghost of a hobgoblin slain during the God Wars.",
- "attack_level": "32",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7419",
- "defence_animation": "7420",
- "defence_level": "32",
- "lifepoints": "72",
- "magic_animation": "7503",
- "magic_level": "32",
- "melee_animation": "7418",
- "range_animation": "7516",
"range_level": "32",
- "safespot": null,
- "slayer_exp": "72",
- "strength_level": "32"
+ "attack_level": "32"
},
{
+ "spawn_animation": "7426",
+ "examine": "The ghost of a vampire slain in the god wars.",
+ "melee_animation": "7427",
+ "range_animation": "7520",
+ "magic_level": "34",
+ "defence_animation": "7429",
+ "slayer_exp": "60",
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
"id": "6662",
- "name": "Revenant vampire",
- "examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
"clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
- "melee_animation": "7427",
- "range_animation": "7520",
"range_level": "34",
- "safespot": null,
- "slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "attack_level": "34"
},
{
+ "spawn_animation": "7403",
+ "examine": "The ghost of a werewolf slain during the god wars.",
+ "melee_animation": "7397",
+ "range_animation": "7521",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "38",
"id": "6663",
- "name": "Revenant werewolf",
- "examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
"clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
- "melee_animation": "7397",
- "range_animation": "7521",
"range_level": "38",
- "safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "attack_level": "38"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6664",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "poisonous": "",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
- "id": "6665",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
- "clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
- "range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
"spawn_animation": "7440",
- "strength_level": "80"
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
+ "id": "6665",
+ "clue_level": "2",
+ "range_level": "80",
+ "attack_level": "80"
},
{
- "id": "6666",
- "name": "Revenant imp",
+ "spawn_animation": "7410",
"examine": "The essence of an imp slain during the god wars.",
- "attack_level": "10",
- "combat_audio": "0,0,0",
- "death_animation": "7408",
- "defence_animation": "7404",
- "defence_level": "10",
- "lifepoints": "20",
- "magic_animation": "7500",
- "magic_level": "10",
"melee_animation": "7407",
"range_animation": "7501",
- "range_level": "10",
- "safespot": null,
+ "combat_audio": "0,0,0",
+ "magic_level": "10",
+ "defence_animation": "7404",
"slayer_exp": "10",
- "spawn_animation": "7410",
- "strength_level": "10"
+ "magic_animation": "7500",
+ "death_animation": "7408",
+ "name": "Revenant imp",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "10",
+ "id": "6666",
+ "range_level": "10",
+ "attack_level": "10"
},
{
- "id": "6667",
- "name": "Revenant goblin",
+ "spawn_animation": "7447",
"examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
- "clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
"melee_animation": "7449",
"range_animation": "7513",
- "range_level": "12",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
"safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "lifepoints": "24",
+ "strength_level": "12",
+ "id": "6667",
+ "clue_level": "1",
+ "range_level": "12",
+ "attack_level": "12"
},
{
- "id": "6668",
- "name": "Revenant pyrefiend",
+ "spawn_animation": "7485",
"examine": "The essence of a pyrefiend slain during the god wars.",
- "attack_level": "29",
- "attack_speed": "3",
- "clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "29",
- "lifepoints": "48",
- "magic_animation": "7506",
- "magic_level": "29",
"melee_animation": "7481",
"range_animation": "7519",
- "range_level": "29",
- "safespot": null,
+ "attack_speed": "3",
+ "magic_level": "29",
+ "defence_animation": "7483",
"slayer_exp": "48",
- "spawn_animation": "7485",
- "strength_level": "29"
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant pyrefiend",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "29",
+ "id": "6668",
+ "clue_level": "1",
+ "range_level": "29",
+ "attack_level": "29"
},
{
+ "spawn_animation": "7426",
+ "examine": "The ghost of a vampire slain in the god wars.",
+ "melee_animation": "7427",
+ "range_animation": "7520",
+ "magic_level": "34",
+ "defence_animation": "7429",
+ "slayer_exp": "60",
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
"id": "6669",
- "name": "Revenant vampire",
- "examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
"clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
- "melee_animation": "7427",
- "range_animation": "7520",
"range_level": "34",
- "safespot": null,
- "slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "attack_level": "34"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6670",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7426",
+ "examine": "The ghost of a vampire slain in the god wars.",
+ "melee_animation": "7427",
+ "range_animation": "7520",
+ "magic_level": "34",
+ "defence_animation": "7429",
+ "slayer_exp": "60",
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
"id": "6671",
- "name": "Revenant vampire",
- "examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
"clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
- "melee_animation": "7427",
- "range_animation": "7520",
"range_level": "34",
- "safespot": null,
- "slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "attack_level": "34"
},
{
- "id": "6672",
- "name": "Revenant ork",
"examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
- "clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
"melee_animation": "7411",
"range_animation": "7518",
- "range_level": "70",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
"safespot": null,
- "strength_level": "70"
- },
- {
- "id": "6673",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
+ "lifepoints": "105",
+ "strength_level": "70",
+ "id": "6672",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "prj_height": "",
- "range_animation": "7522",
- "range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "range_level": "70",
+ "attack_level": "70"
},
{
- "id": "6674",
- "name": "Revenant vampire",
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
+ "id": "6673",
+ "clue_level": "2",
+ "range_level": "80",
+ "attack_level": "80"
+ },
+ {
+ "spawn_animation": "7426",
"examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
- "clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
"melee_animation": "7427",
"range_animation": "7520",
- "range_level": "34",
- "safespot": null,
+ "magic_level": "34",
+ "defence_animation": "7429",
"slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
+ "id": "6674",
+ "clue_level": "1",
+ "range_level": "34",
+ "attack_level": "34"
},
{
- "id": "6675",
- "name": "Revenant werewolf",
+ "spawn_animation": "7403",
"examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
- "clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
"melee_animation": "7397",
"range_animation": "7521",
- "range_level": "38",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
"safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
- },
- {
- "id": "6676",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
+ "lifepoints": "65",
+ "strength_level": "38",
+ "id": "6675",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
- "range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "range_level": "38",
+ "attack_level": "38"
},
{
- "id": "6677",
- "name": "Revenant imp",
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
+ "id": "6676",
+ "clue_level": "2",
+ "range_level": "80",
+ "attack_level": "80"
+ },
+ {
+ "spawn_animation": "7410",
"examine": "The essence of an imp slain during the god wars.",
- "attack_level": "10",
- "combat_audio": "0,0,0",
- "death_animation": "7408",
- "defence_animation": "7404",
- "defence_level": "10",
- "lifepoints": "20",
- "magic_animation": "7500",
- "magic_level": "10",
"melee_animation": "7407",
"range_animation": "7501",
- "range_level": "10",
- "safespot": null,
+ "combat_audio": "0,0,0",
+ "magic_level": "10",
+ "defence_animation": "7404",
"slayer_exp": "10",
- "spawn_animation": "7410",
- "strength_level": "10"
+ "magic_animation": "7500",
+ "death_animation": "7408",
+ "name": "Revenant imp",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "10",
+ "id": "6677",
+ "range_level": "10",
+ "attack_level": "10"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6678",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6679",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6680",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6681",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
- "id": "6682",
- "name": "Revenant icefiend",
+ "spawn_animation": "7485",
"examine": "The ghost of an icefiend slain during the God Wars.",
- "attack_level": "27",
+ "melee_animation": "7481",
+ "range_animation": "7519",
"attack_speed": "3",
- "clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "27",
- "lifepoints": "40",
- "magic_animation": "7506",
"magic_level": "27",
- "melee_animation": "7481",
- "range_animation": "7519",
- "range_level": "27",
- "safespot": null,
- "slayer_exp": "40",
- "spawn_animation": "7485",
- "strength_level": "27"
- },
- {
- "id": "6683",
- "name": "Revenant pyrefiend",
- "examine": "The essence of a pyrefiend slain during the god wars.",
- "attack_level": "29",
- "attack_speed": "3",
- "clue_level": "1",
- "death_animation": "7482",
"defence_animation": "7483",
- "defence_level": "29",
- "lifepoints": "48",
+ "slayer_exp": "40",
"magic_animation": "7506",
- "magic_level": "29",
- "melee_animation": "7481",
- "range_animation": "7519",
- "range_level": "29",
+ "death_animation": "7482",
+ "name": "Revenant icefiend",
+ "defence_level": "27",
"safespot": null,
- "slayer_exp": "48",
- "spawn_animation": "7485",
- "strength_level": "29"
+ "lifepoints": "40",
+ "strength_level": "27",
+ "id": "6682",
+ "clue_level": "1",
+ "range_level": "27",
+ "attack_level": "27"
},
{
- "id": "6684",
- "name": "Revenant hobgoblin",
- "examine": "The ghost of a hobgoblin slain during the God Wars.",
- "attack_level": "32",
+ "spawn_animation": "7485",
+ "examine": "The essence of a pyrefiend slain during the god wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "29",
+ "defence_animation": "7483",
+ "slayer_exp": "48",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant pyrefiend",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "29",
+ "id": "6683",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7419",
- "defence_animation": "7420",
- "defence_level": "32",
- "lifepoints": "72",
- "magic_animation": "7503",
- "magic_level": "32",
+ "range_level": "29",
+ "attack_level": "29"
+ },
+ {
+ "examine": "The ghost of a hobgoblin slain during the God Wars.",
"melee_animation": "7418",
"range_animation": "7516",
- "range_level": "32",
- "safespot": null,
+ "combat_audio": "469,472,471",
+ "magic_level": "32",
+ "defence_animation": "7420",
"slayer_exp": "72",
- "strength_level": "32"
+ "magic_animation": "7503",
+ "death_animation": "7419",
+ "name": "Revenant hobgoblin",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "32",
+ "id": "6684",
+ "clue_level": "1",
+ "range_level": "32",
+ "attack_level": "32"
},
{
- "id": "6685",
- "name": "Revenant vampire",
+ "spawn_animation": "7426",
"examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
- "clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
"melee_animation": "7427",
"range_animation": "7520",
- "range_level": "34",
- "safespot": null,
+ "magic_level": "34",
+ "defence_animation": "7429",
"slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
+ "id": "6685",
+ "clue_level": "1",
+ "range_level": "34",
+ "attack_level": "34"
},
{
- "id": "6686",
- "name": "Revenant werewolf",
+ "spawn_animation": "7403",
"examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
- "clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
"melee_animation": "7397",
"range_animation": "7521",
- "range_level": "38",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
"safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "lifepoints": "65",
+ "strength_level": "38",
+ "id": "6686",
+ "clue_level": "2",
+ "range_level": "38",
+ "attack_level": "38"
},
{
- "id": "6687",
- "name": "Revenant cyclops",
+ "spawn_animation": "7457",
"examine": "The ghost of a cyclops slain during the god wars.",
- "attack_level": "43",
- "clue_level": "2",
- "death_animation": "7454",
- "defence_animation": "7455",
- "defence_level": "43",
- "lifepoints": "110",
- "magic_animation": "7497",
- "magic_level": "43",
"melee_animation": "7453",
"range_animation": "7510",
- "range_level": "43",
- "safespot": null,
+ "magic_level": "43",
+ "defence_animation": "7455",
+ "weakness": "0",
"slayer_exp": "110",
- "spawn_animation": "7457",
+ "magic_animation": "7497",
+ "death_animation": "7454",
+ "name": "Revenant cyclops",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "110",
"strength_level": "43",
- "weakness": "0"
+ "id": "6687",
+ "clue_level": "2",
+ "range_level": "43",
+ "attack_level": "43"
},
{
- "id": "6688",
- "name": "Revenant hellhound",
+ "spawn_animation": "7464",
"examine": "The essence of a hellhound slain during the god wars.",
- "attack_level": "50",
- "clue_level": "2",
- "combat_audio": "3717,3719,3718",
- "death_animation": "7461",
- "defence_animation": "7462",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "7515",
- "magic_level": "50",
"melee_animation": "7460",
"range_animation": "7501",
- "range_level": "50",
- "safespot": null,
+ "combat_audio": "3717,3719,3718",
+ "magic_level": "50",
+ "defence_animation": "7462",
"slayer_exp": "80",
- "spawn_animation": "7464",
- "strength_level": "50"
+ "magic_animation": "7515",
+ "death_animation": "7461",
+ "name": "Revenant hellhound",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "6688",
+ "clue_level": "2",
+ "range_level": "50",
+ "attack_level": "50"
},
{
- "id": "6689",
- "name": "Revenant demon",
+ "spawn_animation": "7478",
"examine": "The essence of a demon slain during the god wars.",
- "attack_level": "60",
- "clue_level": "2",
- "combat_audio": "400,404,403",
- "death_animation": "7475",
- "defence_animation": "7476",
- "defence_level": "60",
- "lifepoints": "80",
- "magic_animation": "7498",
- "magic_level": "60",
"melee_animation": "7474",
"range_animation": "7512",
- "range_level": "60",
- "safespot": null,
+ "combat_audio": "400,404,403",
+ "magic_level": "60",
+ "defence_animation": "7476",
"slayer_exp": "80",
- "spawn_animation": "7478",
- "strength_level": "60"
+ "magic_animation": "7498",
+ "death_animation": "7475",
+ "name": "Revenant demon",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "60",
+ "id": "6689",
+ "clue_level": "2",
+ "range_level": "60",
+ "attack_level": "60"
},
{
- "id": "6690",
- "name": "Revenant ork",
"examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
- "clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
"melee_animation": "7411",
"range_animation": "7518",
- "range_level": "70",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
"safespot": null,
- "strength_level": "70"
+ "lifepoints": "105",
+ "strength_level": "70",
+ "id": "6690",
+ "clue_level": "2",
+ "range_level": "70",
+ "attack_level": "70"
},
{
- "id": "6691",
- "name": "Revenant dark beast",
+ "spawn_animation": "7471",
"examine": "The ghost of a dark beast slain during the god wars.",
- "attack_level": "80",
- "clue_level": "2",
- "death_animation": "7468",
- "defence_animation": "7469",
- "defence_level": "80",
- "lifepoints": "140",
- "magic_animation": "7515",
"melee_animation": "7467",
"range_animation": "7514",
- "range_level": "80",
- "safespot": null,
+ "defence_animation": "7469",
"slayer_exp": "140",
- "spawn_animation": "7471",
- "strength_level": "80"
+ "magic_animation": "7515",
+ "death_animation": "7468",
+ "name": "Revenant dark beast",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "80",
+ "id": "6691",
+ "clue_level": "2",
+ "range_level": "80",
+ "attack_level": "80"
},
{
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
"id": "6692",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
"range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "attack_level": "80"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6693",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7485",
+ "examine": "The ghost of an icefiend slain during the God Wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "27",
+ "defence_animation": "7483",
+ "slayer_exp": "40",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant icefiend",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "27",
"id": "6694",
- "name": "Revenant icefiend",
- "examine": "The ghost of an icefiend slain during the God Wars.",
- "attack_level": "27",
- "attack_speed": "3",
"clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "27",
- "lifepoints": "40",
- "magic_animation": "7506",
- "magic_level": "27",
- "melee_animation": "7481",
- "range_animation": "7519",
"range_level": "27",
- "safespot": null,
- "slayer_exp": "40",
- "spawn_animation": "7485",
- "strength_level": "27"
+ "attack_level": "27"
},
{
+ "spawn_animation": "7426",
+ "examine": "The ghost of a vampire slain in the god wars.",
+ "melee_animation": "7427",
+ "range_animation": "7520",
+ "magic_level": "34",
+ "defence_animation": "7429",
+ "slayer_exp": "60",
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
"id": "6695",
- "name": "Revenant vampire",
- "examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
"clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
- "melee_animation": "7427",
- "range_animation": "7520",
"range_level": "34",
- "safespot": null,
- "slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "attack_level": "34"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6696",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7410",
+ "examine": "The essence of an imp slain during the god wars.",
+ "melee_animation": "7407",
+ "range_animation": "7501",
+ "combat_audio": "0,0,0",
+ "magic_level": "10",
+ "defence_animation": "7404",
+ "slayer_exp": "10",
+ "magic_animation": "7500",
+ "death_animation": "7408",
+ "name": "Revenant imp",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "10",
"id": "6697",
- "name": "Revenant imp",
- "examine": "The essence of an imp slain during the god wars.",
- "attack_level": "10",
- "combat_audio": "0,0,0",
- "death_animation": "7408",
- "defence_animation": "7404",
- "defence_level": "10",
- "lifepoints": "20",
- "magic_animation": "7500",
- "magic_level": "10",
- "melee_animation": "7407",
- "range_animation": "7501",
"range_level": "10",
- "safespot": null,
- "slayer_exp": "10",
- "spawn_animation": "7410",
- "strength_level": "10"
+ "attack_level": "10"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6698",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6699",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7426",
+ "examine": "The ghost of a vampire slain in the god wars.",
+ "melee_animation": "7427",
+ "range_animation": "7520",
+ "magic_level": "34",
+ "defence_animation": "7429",
+ "slayer_exp": "60",
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
"id": "6700",
- "name": "Revenant vampire",
- "examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
"clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
- "melee_animation": "7427",
- "range_animation": "7520",
"range_level": "34",
- "safespot": null,
- "slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "attack_level": "34"
},
{
+ "spawn_animation": "7403",
+ "examine": "The ghost of a werewolf slain during the god wars.",
+ "melee_animation": "7397",
+ "range_animation": "7521",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "38",
"id": "6701",
- "name": "Revenant werewolf",
- "examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
"clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
- "melee_animation": "7397",
- "range_animation": "7521",
"range_level": "38",
- "safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "attack_level": "38"
},
{
+ "examine": "A ghost of an ork slain during the god wars.",
+ "melee_animation": "7411",
+ "range_animation": "7518",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "70",
"id": "6702",
- "name": "Revenant ork",
- "examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
"clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
- "melee_animation": "7411",
- "range_animation": "7518",
"range_level": "70",
- "safespot": null,
- "strength_level": "70"
+ "attack_level": "70"
},
{
+ "spawn_animation": "7410",
+ "examine": "The essence of an imp slain during the god wars.",
+ "melee_animation": "7407",
+ "range_animation": "7501",
+ "combat_audio": "0,0,0",
+ "magic_level": "10",
+ "defence_animation": "7404",
+ "slayer_exp": "10",
+ "magic_animation": "7500",
+ "death_animation": "7408",
+ "name": "Revenant imp",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "10",
"id": "6703",
- "name": "Revenant imp",
- "examine": "The essence of an imp slain during the god wars.",
- "attack_level": "10",
- "combat_audio": "0,0,0",
- "death_animation": "7408",
- "defence_animation": "7404",
- "defence_level": "10",
- "lifepoints": "20",
- "magic_animation": "7500",
- "magic_level": "10",
- "melee_animation": "7407",
- "range_animation": "7501",
"range_level": "10",
- "safespot": null,
- "slayer_exp": "10",
- "spawn_animation": "7410",
- "strength_level": "10"
+ "attack_level": "10"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6704",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6705",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6706",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6707",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
- "id": "6708",
- "name": "Revenant icefiend",
+ "spawn_animation": "7485",
"examine": "The ghost of an icefiend slain during the God Wars.",
- "attack_level": "27",
+ "melee_animation": "7481",
+ "range_animation": "7519",
"attack_speed": "3",
- "clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "27",
- "lifepoints": "40",
- "magic_animation": "7506",
"magic_level": "27",
- "melee_animation": "7481",
- "range_animation": "7519",
- "range_level": "27",
- "safespot": null,
- "slayer_exp": "40",
- "spawn_animation": "7485",
- "strength_level": "27"
- },
- {
- "id": "6709",
- "name": "Revenant pyrefiend",
- "examine": "The essence of a pyrefiend slain during the god wars.",
- "attack_level": "29",
- "attack_speed": "3",
- "clue_level": "1",
- "death_animation": "7482",
"defence_animation": "7483",
- "defence_level": "29",
- "lifepoints": "48",
+ "slayer_exp": "40",
"magic_animation": "7506",
- "magic_level": "29",
- "melee_animation": "7481",
- "range_animation": "7519",
- "range_level": "29",
+ "death_animation": "7482",
+ "name": "Revenant icefiend",
+ "defence_level": "27",
"safespot": null,
- "slayer_exp": "48",
- "spawn_animation": "7485",
- "strength_level": "29"
+ "lifepoints": "40",
+ "strength_level": "27",
+ "id": "6708",
+ "clue_level": "1",
+ "range_level": "27",
+ "attack_level": "27"
},
{
- "id": "6710",
- "name": "Revenant hobgoblin",
- "examine": "The ghost of a hobgoblin slain during the God Wars.",
- "attack_level": "32",
+ "spawn_animation": "7485",
+ "examine": "The essence of a pyrefiend slain during the god wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "29",
+ "defence_animation": "7483",
+ "slayer_exp": "48",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant pyrefiend",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "29",
+ "id": "6709",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7419",
- "defence_animation": "7420",
- "defence_level": "32",
- "lifepoints": "72",
- "magic_animation": "7503",
- "magic_level": "32",
+ "range_level": "29",
+ "attack_level": "29"
+ },
+ {
+ "examine": "The ghost of a hobgoblin slain during the God Wars.",
"melee_animation": "7418",
"range_animation": "7516",
- "range_level": "32",
- "safespot": null,
+ "combat_audio": "469,472,471",
+ "magic_level": "32",
+ "defence_animation": "7420",
"slayer_exp": "72",
- "strength_level": "32"
+ "magic_animation": "7503",
+ "death_animation": "7419",
+ "name": "Revenant hobgoblin",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "32",
+ "id": "6710",
+ "clue_level": "1",
+ "range_level": "32",
+ "attack_level": "32"
},
{
- "id": "6711",
- "name": "Revenant vampire",
+ "spawn_animation": "7426",
"examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
- "clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
"melee_animation": "7427",
"range_animation": "7520",
- "range_level": "34",
- "safespot": null,
+ "magic_level": "34",
+ "defence_animation": "7429",
"slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
+ "id": "6711",
+ "clue_level": "1",
+ "range_level": "34",
+ "attack_level": "34"
},
{
- "id": "6712",
- "name": "Revenant werewolf",
+ "spawn_animation": "7403",
"examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
- "clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
"melee_animation": "7397",
"range_animation": "7521",
- "range_level": "38",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
"safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "lifepoints": "65",
+ "strength_level": "38",
+ "id": "6712",
+ "clue_level": "2",
+ "range_level": "38",
+ "attack_level": "38"
},
{
- "id": "6713",
- "name": "Revenant ork",
"examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
- "clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
"melee_animation": "7411",
"range_animation": "7518",
- "range_level": "70",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
"safespot": null,
- "strength_level": "70"
- },
- {
- "id": "6714",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
+ "lifepoints": "105",
+ "strength_level": "70",
+ "id": "6713",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
- "range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "range_level": "70",
+ "attack_level": "70"
},
{
- "id": "6715",
- "name": "Revenant imp",
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
+ "id": "6714",
+ "clue_level": "2",
+ "range_level": "80",
+ "attack_level": "80"
+ },
+ {
+ "spawn_animation": "7410",
"examine": "The essence of an imp slain during the god wars.",
- "attack_level": "10",
- "combat_audio": "0,0,0",
- "death_animation": "7408",
- "defence_animation": "7404",
- "defence_level": "10",
- "lifepoints": "20",
- "magic_animation": "7500",
- "magic_level": "10",
"melee_animation": "7407",
"range_animation": "7501",
- "range_level": "10",
- "safespot": null,
+ "combat_audio": "0,0,0",
+ "magic_level": "10",
+ "defence_animation": "7404",
"slayer_exp": "10",
- "spawn_animation": "7410",
- "strength_level": "10"
+ "magic_animation": "7500",
+ "death_animation": "7408",
+ "name": "Revenant imp",
+ "defence_level": "10",
+ "safespot": null,
+ "lifepoints": "20",
+ "strength_level": "10",
+ "id": "6715",
+ "range_level": "10",
+ "attack_level": "10"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6716",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6717",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6718",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
+ "spawn_animation": "7447",
+ "examine": "The ghost of a goblin slain during the god wars.",
+ "melee_animation": "7449",
+ "range_animation": "7513",
+ "combat_audio": "469,472,471",
+ "magic_level": "12",
+ "defence_animation": "7450",
+ "magic_animation": "7499",
+ "death_animation": "7448",
+ "name": "Revenant goblin",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "12",
"id": "6719",
- "name": "Revenant goblin",
- "examine": "The ghost of a goblin slain during the god wars.",
- "attack_level": "12",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7448",
- "defence_animation": "7450",
- "defence_level": "12",
- "lifepoints": "24",
- "magic_animation": "7499",
- "magic_level": "12",
- "melee_animation": "7449",
- "range_animation": "7513",
"range_level": "12",
- "safespot": null,
- "spawn_animation": "7447",
- "strength_level": "12"
+ "attack_level": "12"
},
{
- "id": "6720",
- "name": "Revenant icefiend",
+ "spawn_animation": "7485",
"examine": "The ghost of an icefiend slain during the God Wars.",
- "attack_level": "27",
+ "melee_animation": "7481",
+ "range_animation": "7519",
"attack_speed": "3",
- "clue_level": "1",
- "death_animation": "7482",
- "defence_animation": "7483",
- "defence_level": "27",
- "lifepoints": "40",
- "magic_animation": "7506",
"magic_level": "27",
- "melee_animation": "7481",
- "range_animation": "7519",
- "range_level": "27",
- "safespot": null,
- "slayer_exp": "40",
- "spawn_animation": "7485",
- "strength_level": "27"
- },
- {
- "id": "6721",
- "name": "Revenant pyrefiend",
- "examine": "The essence of a pyrefiend slain during the god wars.",
- "attack_level": "29",
- "attack_speed": "3",
- "clue_level": "1",
- "death_animation": "7482",
"defence_animation": "7483",
- "defence_level": "29",
- "lifepoints": "48",
+ "slayer_exp": "40",
"magic_animation": "7506",
- "magic_level": "29",
- "melee_animation": "7481",
- "range_animation": "7519",
- "range_level": "29",
+ "death_animation": "7482",
+ "name": "Revenant icefiend",
+ "defence_level": "27",
"safespot": null,
- "slayer_exp": "48",
- "spawn_animation": "7485",
- "strength_level": "29"
+ "lifepoints": "40",
+ "strength_level": "27",
+ "id": "6720",
+ "clue_level": "1",
+ "range_level": "27",
+ "attack_level": "27"
},
{
- "id": "6722",
- "name": "Revenant hobgoblin",
- "examine": "The ghost of a hobgoblin slain during the God Wars.",
- "attack_level": "32",
+ "spawn_animation": "7485",
+ "examine": "The essence of a pyrefiend slain during the god wars.",
+ "melee_animation": "7481",
+ "range_animation": "7519",
+ "attack_speed": "3",
+ "magic_level": "29",
+ "defence_animation": "7483",
+ "slayer_exp": "48",
+ "magic_animation": "7506",
+ "death_animation": "7482",
+ "name": "Revenant pyrefiend",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "29",
+ "id": "6721",
"clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7419",
- "defence_animation": "7420",
- "defence_level": "32",
- "lifepoints": "72",
- "magic_animation": "7503",
- "magic_level": "32",
+ "range_level": "29",
+ "attack_level": "29"
+ },
+ {
+ "examine": "The ghost of a hobgoblin slain during the God Wars.",
"melee_animation": "7418",
"range_animation": "7516",
- "range_level": "32",
- "safespot": null,
+ "combat_audio": "469,472,471",
+ "magic_level": "32",
+ "defence_animation": "7420",
"slayer_exp": "72",
- "strength_level": "32"
+ "magic_animation": "7503",
+ "death_animation": "7419",
+ "name": "Revenant hobgoblin",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "32",
+ "id": "6722",
+ "clue_level": "1",
+ "range_level": "32",
+ "attack_level": "32"
},
{
- "id": "6723",
- "name": "Revenant vampire",
+ "spawn_animation": "7426",
"examine": "The ghost of a vampire slain in the god wars.",
- "attack_level": "34",
- "clue_level": "1",
- "death_animation": "7428",
- "defence_animation": "7429",
- "defence_level": "34",
- "lifepoints": "60",
- "magic_animation": "7507",
- "magic_level": "34",
"melee_animation": "7427",
"range_animation": "7520",
- "range_level": "34",
- "safespot": null,
+ "magic_level": "34",
+ "defence_animation": "7429",
"slayer_exp": "60",
- "spawn_animation": "7426",
- "strength_level": "34"
+ "magic_animation": "7507",
+ "death_animation": "7428",
+ "name": "Revenant vampire",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "34",
+ "id": "6723",
+ "clue_level": "1",
+ "range_level": "34",
+ "attack_level": "34"
},
{
- "id": "6724",
- "name": "Revenant werewolf",
+ "spawn_animation": "7403",
"examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
- "clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
"melee_animation": "7397",
"range_animation": "7521",
- "range_level": "38",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
"safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "lifepoints": "65",
+ "strength_level": "38",
+ "id": "6724",
+ "clue_level": "2",
+ "range_level": "38",
+ "attack_level": "38"
},
{
- "id": "6725",
- "name": "Revenant ork",
"examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
- "clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
"melee_animation": "7411",
"range_animation": "7518",
- "range_level": "70",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
"safespot": null,
- "strength_level": "70"
- },
- {
- "id": "6726",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
+ "lifepoints": "105",
+ "strength_level": "70",
+ "id": "6725",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
- "range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
- "spawn_animation": "7440",
- "strength_level": "80"
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "spawn_animation": "7440",
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
+ "id": "6726",
+ "clue_level": "2",
+ "range_level": "80",
+ "attack_level": "80"
},
{
- "id": "6727",
- "name": "Revenant hobgoblin",
"examine": "The ghost of a hobgoblin slain during the God Wars.",
- "attack_level": "32",
- "clue_level": "1",
- "combat_audio": "469,472,471",
- "death_animation": "7419",
- "defence_animation": "7420",
- "defence_level": "32",
- "lifepoints": "72",
- "magic_animation": "7503",
- "magic_level": "32",
"melee_animation": "7418",
"range_animation": "7516",
- "range_level": "32",
- "safespot": null,
+ "combat_audio": "469,472,471",
+ "magic_level": "32",
+ "defence_animation": "7420",
"slayer_exp": "72",
- "strength_level": "32"
+ "magic_animation": "7503",
+ "death_animation": "7419",
+ "name": "Revenant hobgoblin",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "32",
+ "id": "6727",
+ "clue_level": "1",
+ "range_level": "32",
+ "attack_level": "32"
},
{
- "id": "6728",
- "name": "Revenant werewolf",
+ "spawn_animation": "7403",
"examine": "The ghost of a werewolf slain during the god wars.",
- "attack_level": "38",
- "clue_level": "2",
- "death_animation": "7398",
- "defence_animation": "7399",
- "defence_level": "38",
- "lifepoints": "65",
- "magic_animation": "7496",
- "magic_level": "38",
"melee_animation": "7397",
"range_animation": "7521",
- "range_level": "38",
+ "magic_level": "38",
+ "defence_animation": "7399",
+ "magic_animation": "7496",
+ "death_animation": "7398",
+ "name": "Revenant werewolf",
+ "defence_level": "38",
"safespot": null,
- "spawn_animation": "7403",
- "strength_level": "38"
+ "lifepoints": "65",
+ "strength_level": "38",
+ "id": "6728",
+ "clue_level": "2",
+ "range_level": "38",
+ "attack_level": "38"
},
{
- "id": "6729",
- "name": "Revenant ork",
"examine": "A ghost of an ork slain during the god wars.",
- "attack_level": "70",
- "clue_level": "2",
- "death_animation": "7412",
- "defence_animation": "7413",
- "defence_level": "70",
- "lifepoints": "105",
- "magic_animation": "7505",
- "magic_level": "70",
"melee_animation": "7411",
"range_animation": "7518",
- "range_level": "70",
+ "magic_level": "70",
+ "defence_animation": "7413",
+ "magic_animation": "7505",
+ "death_animation": "7412",
+ "name": "Revenant ork",
+ "defence_level": "70",
"safespot": null,
- "strength_level": "70"
- },
- {
- "id": "6730",
- "name": "Revenant knight",
- "examine": "A ghost of a knight slain during the god wars.",
- "attack_level": "80",
+ "lifepoints": "105",
+ "strength_level": "70",
+ "id": "6729",
"clue_level": "2",
- "death_animation": "7442",
- "defence_animation": "7443",
- "defence_level": "80",
- "lifepoints": "143",
- "magic_animation": "7508",
- "magic_level": "80",
- "melee_animation": "7441",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "7522",
- "range_level": "80",
- "safespot": null,
- "slayer_exp": "143",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
"spawn_animation": "7440",
- "strength_level": "80"
+ "examine": "A ghost of a knight slain during the god wars.",
+ "melee_animation": "7441",
+ "range_animation": "7522",
+ "poisonous": "true",
+ "magic_level": "80",
+ "defence_animation": "7443",
+ "slayer_exp": "143",
+ "poison_amount": "8",
+ "magic_animation": "7508",
+ "death_animation": "7442",
+ "name": "Revenant knight",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "143",
+ "strength_level": "80",
+ "id": "6730",
+ "clue_level": "2",
+ "range_level": "80",
+ "attack_level": "80"
},
{
- "id": "6731",
- "name": "Queen of Snow",
"examine": "Her lack of body heat is unsettling.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Queen of Snow",
+ "defence_level": "1",
"movement_radius": "5",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6731",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6732",
- "name": "Snow imp"
- },
- {
- "id": "6733",
- "name": "Snow imp"
- },
- {
- "id": "6734",
- "name": "Snow imp"
- },
- {
- "id": "6735",
- "name": "Snow imp"
- },
- {
- "id": "6736",
- "name": "Snow imp"
- },
- {
- "id": "6737",
- "name": "Snow imp"
- },
- {
- "id": "6738",
- "name": "Snow imp"
- },
- {
- "id": "6739",
- "name": "Snow imp",
"examine": "It looks right at home here.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Snow imp",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6739",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6740",
- "name": "Snow",
"examine": "Snowflakes swirling in the wind.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6741",
- "name": "Snow"
- },
- {
- "id": "6742",
- "name": "Barbarian Snowman",
- "examine": "A helmetted, barbarian snowman.",
- "agg_radius": "",
- "combat_audio": "12,3295,3287",
- "death_animation": "7560",
- "defence_animation": "7559",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Snow",
"defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "7565"
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6740",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6743",
"name": "Dragon snowman",
- "examine": "A snowman in fake dragon armour.",
- "attack_level": "1",
- "combat_audio": "29,3295,3287",
- "death_animation": "7560",
- "defence_animation": "7559",
"defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "7558",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "combat_audio": "408,410,409",
+ "strength_level": "1",
+ "id": "6743",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6744",
- "name": "Dwarf Snowman",
- "examine": "A snow dwarf.",
- "combat_audio": "12,3295,3287",
- "death_animation": "7560",
- "defence_animation": "7559",
- "defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "7565"
- },
- {
- "id": "6745",
"name": "Pirate snowman",
- "examine": "Arr!",
- "attack_level": "1",
- "combat_audio": "29,3295,3287",
- "death_animation": "7560",
- "defence_animation": "7559",
"defence_level": "1",
- "lifepoints": "20",
- "melee_animation": "7558",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "703,705,704",
+ "strength_level": "1",
+ "id": "6745",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6746",
- "name": "Snowman",
- "examine": "A traditional snowman."
- },
- {
- "id": "6747",
- "name": "Snow ranger",
"examine": "A snowman armed with a holly bow.",
- "attack_level": "30",
+ "name": "Snow ranger",
"defence_level": "10",
- "lifepoints": "30",
- "range_level": "30",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "30",
+ "strength_level": "1",
+ "id": "6747",
+ "range_level": "30",
+ "attack_level": "30"
},
{
- "id": "6748",
- "name": "Snow ranger",
"examine": "A snowman armed with an ice sword.",
- "attack_level": "30",
+ "name": "Snow ranger",
"defence_level": "10",
+ "safespot": null,
"lifepoints": "20",
+ "strength_level": "1",
+ "id": "6748",
"magic_level": "30",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "30"
},
{
- "id": "6749",
- "name": "Snow mage",
"examine": "A snowman armed with a winter staff.",
- "attack_level": "30",
+ "name": "Snow mage",
"defence_level": "10",
+ "safespot": null,
"lifepoints": "20",
+ "strength_level": "1",
+ "id": "6749",
"range_level": "30",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "30"
},
{
- "id": "6750",
- "name": "Pet shop owner",
- "examine": "The lady of the pet shop."
- },
- {
- "id": "6751",
- "name": "Bulldog"
- },
- {
- "id": "6753",
- "name": "Mummy"
- },
- {
- "id": "6754",
- "name": "Mummy"
- },
- {
- "id": "6755",
- "name": "Mummy"
- },
- {
- "id": "6756",
- "name": "Mummy"
- },
- {
- "id": "6757",
- "name": "Mummy"
- },
- {
- "id": "6758",
- "name": "Mummy"
- },
- {
- "id": "6759",
- "name": "Mummy"
- },
- {
- "id": "6760",
- "name": "Mummy"
- },
- {
- "id": "6761",
- "name": "Dried zombie",
"examine": "Cut-down and dried.",
- "attack_level": "48",
- "attack_speed": "5",
- "death_animation": "5569",
- "defence_animation": "0",
- "defence_level": "48",
- "lifepoints": "68",
- "magic_animation": "0",
+ "slayer_task": "93",
"melee_animation": "5568",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "5569",
+ "name": "Dried zombie",
+ "defence_level": "48",
"safespot": null,
+ "lifepoints": "68",
"strength_level": "48",
- "weakness": "7"
+ "id": "6761",
+ "range_level": "1",
+ "attack_level": "48"
},
{
- "id": "6762",
- "name": "Dried zombie",
"examine": "Needs moisturising.",
- "attack_level": "48",
- "attack_speed": "5",
- "death_animation": "5569",
- "defence_animation": "0",
- "defence_level": "48",
- "lifepoints": "68",
- "magic_animation": "0",
+ "slayer_task": "93",
"melee_animation": "5568",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "48",
- "weakness": "7"
- },
- {
- "id": "6763",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "5569",
"name": "Dried zombie",
- "examine": "I bet it's parched.",
- "attack_level": "48",
- "attack_speed": "5",
- "death_animation": "5569",
- "defence_animation": "0",
"defence_level": "48",
+ "safespot": null,
"lifepoints": "68",
- "magic_animation": "0",
+ "strength_level": "48",
+ "id": "6762",
+ "range_level": "1",
+ "attack_level": "48"
+ },
+ {
+ "examine": "I bet it's parched.",
+ "slayer_task": "93",
"melee_animation": "5568",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "48",
- "weakness": "7"
- },
- {
- "id": "6764",
- "name": "Skeleton",
- "aggressive": "true",
- "attack_level": "1",
"attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "97",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6765",
- "name": "Skeleton",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "108",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6766",
- "name": "Skeleton",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6767",
- "name": "Skeleton",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "115",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6768",
- "name": "Skeleton",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "774,775,777",
- "death_animation": "5491",
- "defence_animation": "5513",
- "defence_level": "1",
- "lifepoints": "140",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6769",
- "name": "Doorman",
- "examine": "A guard.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "7",
"magic_animation": "0",
+ "death_animation": "5569",
+ "name": "Dried zombie",
+ "defence_level": "48",
+ "safespot": null,
+ "lifepoints": "68",
+ "strength_level": "48",
+ "id": "6763",
+ "range_level": "1",
+ "attack_level": "48"
+ },
+ {
+ "examine": "A guard.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Doorman",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6769",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6770",
- "name": "Giant scarab",
"examine": "A huge beast of a beetle.",
- "aggressive": "true",
- "attack_level": "49",
- "death_animation": "7595",
- "defence_animation": "0",
- "defence_level": "66",
- "lifepoints": "285",
- "magic_animation": "0",
+ "slayer_task": "70",
"melee_animation": "7596",
"range_animation": "0",
- "range_level": "66",
- "safespot": null,
- "strength_level": "49",
- "weakness": "2"
- },
- {
- "id": "6771",
- "name": "Giant scarab"
- },
- {
- "id": "6772",
- "name": "Scarab larva",
- "examine": "It's not quite small enough to stamp upon.",
- "attack_level": "18",
- "death_animation": "7656",
"defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
+ "weakness": "2",
"magic_animation": "0",
+ "death_animation": "7595",
+ "name": "Giant scarab",
+ "defence_level": "66",
+ "safespot": null,
+ "lifepoints": "285",
+ "strength_level": "49",
+ "id": "6770",
+ "aggressive": "true",
+ "range_level": "66",
+ "attack_level": "49"
+ },
+ {
+ "examine": "It's not quite small enough to stamp upon.",
"melee_animation": "7657",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "7656",
+ "name": "Scarab larva",
+ "defence_level": "18",
"safespot": null,
+ "lifepoints": "25",
"strength_level": "18",
- "weakness": "9"
+ "id": "6772",
+ "range_level": "1",
+ "attack_level": "18"
},
{
- "id": "6773",
- "name": "Scabaras ranger",
"examine": "Bred to shoot you down.",
- "aggressive": "true",
- "attack_level": "41",
- "combat_style": "1",
- "death_animation": "7609",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "157",
- "magic_animation": "0",
- "melee_animation": "7607",
- "projectile": "11",
- "range_animation": "7607",
- "range_level": "55",
- "respawn_delay": "60",
- "safespot": null,
+ "slayer_task": "70",
"start_gfx": "18",
+ "combat_style": "1",
+ "melee_animation": "7607",
+ "range_animation": "7607",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "7609",
+ "name": "Scabaras ranger",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "157",
"strength_level": "41",
- "weakness": "2"
+ "id": "6773",
+ "aggressive": "true",
+ "range_level": "55",
+ "projectile": "11",
+ "attack_level": "41"
},
{
- "id": "6774",
- "name": "Scabaras lancer",
"examine": "It might be angry...it's hard to tell.",
- "aggressive": "true",
- "attack_level": "55",
- "death_animation": "7614",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
+ "slayer_task": "70",
"melee_animation": "7612",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "9"
- },
- {
- "id": "6775",
- "name": "Scabaras priest"
- },
- {
- "id": "6776",
- "name": "Scabaras locust",
- "examine": "A giant, mountable locust.",
- "aggressive": "true",
- "attack_level": "41",
- "death_animation": "7581",
"defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
+ "weakness": "9",
"magic_animation": "0",
+ "death_animation": "7614",
+ "name": "Scabaras lancer",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "6774",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "A giant, mountable locust.",
"melee_animation": "7586",
"range_animation": "0",
- "range_level": "55",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "2",
+ "magic_animation": "0",
+ "death_animation": "7581",
+ "name": "Scabaras locust",
+ "defence_level": "55",
"safespot": null,
+ "lifepoints": "78",
"strength_level": "41",
- "weakness": "2"
+ "id": "6776",
+ "aggressive": "true",
+ "range_level": "55",
+ "attack_level": "41"
},
{
- "id": "6777",
- "name": "Locust lancer",
"examine": "Bouncy",
- "aggressive": "true",
- "attack_level": "55",
- "death_animation": "7581",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
+ "slayer_task": "70",
"melee_animation": "7584",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "55",
- "weakness": "9"
- },
- {
- "id": "6778",
- "name": "Locust ranger",
- "examine": "He'll have someone's eye out with that.",
- "aggressive": "true",
- "attack_level": "41",
- "combat_style": "1",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
"death_animation": "7581",
- "defence_animation": "0",
+ "name": "Locust lancer",
"defence_level": "55",
- "lifepoints": "78",
- "magic_animation": "0",
- "melee_animation": "5451",
- "projectile": "11",
- "range_animation": "5451",
- "range_level": "55",
- "respawn_delay": "60",
"safespot": null,
- "start_gfx": "18",
- "strength_level": "41",
- "weakness": "2"
- },
- {
- "id": "6779",
- "name": "Crocodile",
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "6777",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "combat_audio": "386,388,387",
- "death_animation": "7591",
- "defence_animation": "7590",
- "defence_level": "1",
- "lifepoints": "72",
- "melee_animation": "7588",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "62",
- "strength_level": "1"
+ "attack_level": "55"
},
{
- "id": "6780",
- "name": "Scabaras mage",
- "examine": "Part scarab, part man.",
- "aggressive": "true",
- "attack_level": "41",
- "combat_style": "2",
- "death_animation": "7616",
+ "examine": "He'll have someone's eye out with that.",
+ "slayer_task": "70",
+ "start_gfx": "18",
+ "combat_style": "1",
+ "melee_animation": "5451",
+ "range_animation": "5451",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "78",
+ "weakness": "2",
"magic_animation": "0",
- "magic_level": "55",
+ "death_animation": "7581",
+ "name": "Locust ranger",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "41",
+ "id": "6778",
+ "aggressive": "true",
+ "range_level": "55",
+ "projectile": "11",
+ "attack_level": "41"
+ },
+ {
+ "melee_animation": "7588",
+ "combat_audio": "386,388,387",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "7590",
+ "slayer_exp": "62",
+ "death_animation": "7591",
+ "name": "Crocodile",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "1",
+ "id": "6779",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Part scarab, part man.",
+ "slayer_task": "70",
+ "combat_style": "2",
"melee_animation": "7615",
"range_animation": "0",
- "range_level": "1",
+ "magic_level": "55",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "41",
- "weakness": "4"
- },
- {
- "id": "6781",
- "name": "Scabaras mage",
- "examine": "Part scarab, part man.",
- "aggressive": "true",
- "attack_level": "1",
- "combat_style": "2",
+ "defence_animation": "0",
+ "weakness": "4",
+ "magic_animation": "0",
"death_animation": "7616",
- "defence_animation": "7617",
- "defence_level": "1",
- "lifepoints": "70",
+ "name": "Scabaras mage",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "41",
+ "id": "6780",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "41"
+ },
+ {
+ "examine": "Part scarab, part man.",
+ "combat_style": "2",
"melee_animation": "7620",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "7617",
+ "death_animation": "7616",
+ "name": "Scabaras mage",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "70",
+ "strength_level": "1",
+ "id": "6781",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6782",
- "name": "Maisa"
- },
- {
- "id": "6783",
- "name": "Maisa"
- },
- {
- "id": "6784",
- "name": "Priest"
- },
- {
- "id": "6785",
- "name": "Clay golem",
"examine": "An animated clay statue.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Clay golem",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6785",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6786",
- "name": "Lead archaeologist Abigail",
"examine": "She looks a bit dirty from digging.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Lead archaeologist Abigail",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6786",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6787",
- "name": "Assistant archaeologist Kerner",
"examine": "He looks a bit dusty from troweling.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Assistant archaeologist Kerner",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6787",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "He exudes something like holiness.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "High Priest of Scabaras",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6788",
- "name": "High Priest of Scabaras",
- "examine": "He exudes something like holiness.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "6789",
- "name": "High Priest of Scabaras",
"examine": "He exudes something like holiness.",
- "attack_level": "66",
- "death_animation": "7614",
- "defence_animation": "0",
- "defence_level": "66",
- "lifepoints": "94",
- "magic_animation": "0",
- "magic_level": "66",
+ "slayer_task": "70",
"melee_animation": "7612",
"range_animation": "0",
- "range_level": "66",
+ "magic_level": "66",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7614",
+ "name": "High Priest of Scabaras",
+ "defence_level": "66",
"safespot": null,
+ "lifepoints": "94",
"strength_level": "66",
- "weakness": "10"
+ "id": "6789",
+ "range_level": "66",
+ "attack_level": "66"
},
{
- "id": "6790",
- "name": "High Priest of Scabaras",
"examine": "He exudes something like holiness.",
- "attack_level": "66",
- "death_animation": "7609",
- "defence_animation": "0",
- "defence_level": "66",
- "lifepoints": "94",
- "magic_animation": "0",
- "magic_level": "66",
+ "slayer_task": "70",
"melee_animation": "7607",
"range_animation": "7607",
- "range_level": "66",
+ "magic_level": "66",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7609",
+ "name": "High Priest of Scabaras",
+ "defence_level": "66",
"safespot": null,
+ "lifepoints": "94",
"strength_level": "66",
- "weakness": "10"
- },
- {
- "id": "6791",
- "name": "High Priest of Scabaras"
- },
- {
- "id": "6792",
- "name": "Vulture"
- },
- {
- "id": "6793",
- "name": "Spirit terrorbird"
+ "id": "6790",
+ "range_level": "66",
+ "attack_level": "66"
},
{
+ "examine": "A bird. Literally terrifying.",
+ "melee_animation": "1010",
+ "respawn_delay": "0",
+ "defence_animation": "1011",
+ "death_animation": "1012",
+ "name": "Spirit terrorbird",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "74",
+ "strength_level": "1",
"id": "6794",
- "name": "Spirit terrorbird",
- "examine": "A bird. Literally terrifying.",
- "attack_level": "50",
- "death_animation": "1013",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "74",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "1010",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A bird. Literally terrifying.",
+ "melee_animation": "1010",
+ "range_animation": "0",
+ "magic_level": "50",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "1013",
+ "name": "Spirit terrorbird",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "74",
+ "strength_level": "50",
"id": "6795",
- "name": "Spirit terrorbird",
- "examine": "A bird. Literally terrifying.",
- "attack_level": "50",
- "death_animation": "1013",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "74",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "1010",
- "range_animation": "0",
"range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
+ "attack_level": "50"
},
{
- "id": "6796",
- "name": "Granite crab",
"examine": "Is it a stone? Is it a crab? No! It's Granite Crab!",
- "attack_level": "18",
- "attack_speed": "3",
- "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0",
- "death_animation": "8106",
- "defence_animation": "8105",
- "defence_level": "22",
- "lifepoints": "39",
- "magic_animation": "8104",
- "magic_level": "13",
"melee_animation": "8104",
"range_animation": "8104",
- "range_level": "16",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "17"
- },
- {
- "id": "6797",
- "name": "Granite crab",
- "examine": "Is it a stone? Is it a crab? No! It's Granite Crab!",
- "attack_level": "18",
"attack_speed": "3",
- "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0",
- "death_animation": "8106",
- "defence_animation": "8105",
- "defence_level": "22",
- "lifepoints": "39",
- "magic_animation": "8104",
"magic_level": "13",
- "melee_animation": "8104",
- "range_animation": "8104",
- "range_level": "16",
"respawn_delay": "50",
+ "defence_animation": "8105",
+ "magic_animation": "8104",
+ "death_animation": "8106",
+ "name": "Granite crab",
+ "defence_level": "22",
"safespot": null,
+ "lifepoints": "39",
"strength_level": "17",
- "weakness": "10"
+ "id": "6796",
+ "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0",
+ "range_level": "16",
+ "attack_level": "18"
},
{
+ "examine": "Is it a stone? Is it a crab? No! It's Granite Crab!",
+ "melee_animation": "8104",
+ "range_animation": "8104",
+ "attack_speed": "3",
+ "magic_level": "13",
+ "respawn_delay": "50",
+ "defence_animation": "8105",
+ "weakness": "10",
+ "magic_animation": "8104",
+ "death_animation": "8106",
+ "name": "Granite crab",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "39",
+ "strength_level": "17",
+ "id": "6797",
+ "bonuses": "16,9,5,12,4,11,57,53,61,12,45,22,0,0,0",
+ "range_level": "16",
+ "attack_level": "18"
+ },
+ {
+ "death_animation": "8065",
+ "name": "Praying mantis",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "8064",
+ "strength_level": "1",
"id": "6798",
- "name": "Praying mantis",
- "examine": "Wax on",
- "attack_level": "60",
- "death_animation": "8065",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "107",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "8069",
- "range_animation": "0",
- "range_level": "60",
+ "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
+ "attack_level": "1",
+ "defence_animation": "8066"
},
{
+ "examine": "Wax on",
+ "melee_animation": "8069",
+ "range_animation": "0",
+ "magic_level": "60",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8065",
+ "name": "Praying mantis",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "107",
+ "strength_level": "60",
"id": "6799",
- "name": "Praying mantis",
- "examine": "Wax on",
- "attack_level": "60",
- "death_animation": "8065",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "107",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "8069",
- "range_animation": "0",
"range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
+ "attack_level": "60"
},
{
+ "death_animation": "7854",
+ "name": "Giant ent",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "7853",
+ "strength_level": "1",
"id": "6800",
- "name": "Giant ent",
- "examine": "He ent such a bad guy.",
- "attack_level": "60",
- "death_animation": "7854",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "111",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "7853",
- "range_animation": "0",
- "range_level": "60",
+ "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
+ "attack_level": "1",
+ "defence_animation": "7852"
},
{
+ "examine": "He ent such a bad guy.",
+ "melee_animation": "7853",
+ "range_animation": "0",
+ "magic_level": "60",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7854",
+ "name": "Giant ent",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "111",
+ "strength_level": "60",
"id": "6801",
- "name": "Giant ent",
- "examine": "He ent such a bad guy.",
- "attack_level": "60",
- "death_animation": "7854",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "111",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "7853",
- "range_animation": "0",
"range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
+ "attack_level": "60"
},
{
+ "death_animation": "8153",
+ "name": "Spirit cobra",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "8152",
+ "strength_level": "1",
"id": "6802",
- "name": "Spirit cobra",
- "examine": "Serpentine.",
- "attack_level": "55",
- "death_animation": "8153",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "90",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "8152",
- "range_animation": "0",
- "range_level": "55",
+ "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "1",
+ "defence_animation": "8154"
},
{
+ "examine": "Serpentine.",
+ "melee_animation": "8152",
+ "range_animation": "0",
+ "magic_level": "55",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8153",
+ "name": "Spirit cobra",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "55",
"id": "6803",
- "name": "Spirit cobra",
- "examine": "Serpentine.",
- "attack_level": "55",
- "death_animation": "8153",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "90",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "8152",
- "range_animation": "0",
"range_level": "55",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "55"
},
{
+ "death_animation": "7780",
+ "name": "Spirit dagannoth",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "7786",
+ "strength_level": "1",
"id": "6804",
- "name": "Spirit dagannoth",
- "examine": "Face the thing that should not be!",
- "attack_level": "65",
- "death_animation": "7780",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "115",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "7786",
- "range_animation": "0",
- "range_level": "65",
+ "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
+ "attack_level": "1",
+ "defence_animation": "7785"
},
{
+ "examine": "Face the thing that should not be!",
+ "melee_animation": "7786",
+ "range_animation": "0",
+ "magic_level": "65",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7780",
+ "name": "Spirit dagannoth",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "115",
+ "strength_level": "65",
"id": "6805",
- "name": "Spirit dagannoth",
- "examine": "Face the thing that should not be!",
- "attack_level": "65",
- "death_animation": "7780",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "115",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "7786",
- "range_animation": "0",
"range_level": "65",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
+ "attack_level": "65"
},
{
+ "examine": "A hermit slug.",
+ "combat_style": "1",
+ "melee_animation": "8143",
+ "range_animation": "8143",
+ "attack_speed": "5",
+ "magic_level": "18",
+ "respawn_delay": "55",
+ "end_gfx": "1387",
+ "defence_animation": "8145",
+ "magic_animation": "8143",
+ "death_animation": "8143",
+ "name": "Thorny snail",
+ "defence_level": "22",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "18",
"id": "6806",
- "name": "Thorny snail",
- "examine": "A hermit slug.",
- "attack_level": "19",
- "attack_speed": "5",
"bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "8143",
- "defence_animation": "8145",
- "defence_level": "22",
- "end_gfx": "1387",
- "lifepoints": "28",
- "magic_animation": "8143",
- "magic_level": "18",
- "melee_animation": "8143",
- "poison_immune": "true",
- "projectile": "1386",
- "range_animation": "8143",
"range_level": "21",
- "respawn_delay": "55",
- "safespot": null,
- "strength_level": "18"
+ "projectile": "1386",
+ "attack_level": "19"
},
{
+ "examine": "A hermit slug.",
+ "combat_style": "1",
+ "melee_animation": "8143",
+ "range_animation": "8143",
+ "attack_speed": "5",
+ "magic_level": "18",
+ "respawn_delay": "55",
+ "end_gfx": "1387",
+ "defence_animation": "8145",
+ "weakness": "10",
+ "magic_animation": "8143",
+ "death_animation": "8143",
+ "name": "Thorny snail",
+ "defence_level": "22",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "18",
"id": "6807",
- "name": "Thorny snail",
- "examine": "A hermit slug.",
- "attack_level": "19",
- "attack_speed": "5",
"bonuses": "47,50,52,52,54,49,13,3,13,4,0,0,0,0,0",
- "combat_style": "1",
- "death_animation": "8143",
- "defence_animation": "8145",
- "defence_level": "22",
- "end_gfx": "1387",
- "lifepoints": "28",
- "magic_animation": "8143",
- "magic_level": "18",
- "melee_animation": "8143",
- "poison_immune": "true",
- "projectile": "1386",
- "range_animation": "8143",
"range_level": "21",
- "respawn_delay": "55",
+ "projectile": "1386",
+ "attack_level": "19"
+ },
+ {
+ "combat_style": "2",
+ "melee_animation": "7970",
+ "respawn_delay": "0",
+ "defence_animation": "7967",
+ "death_animation": "7979",
+ "name": "Karamthulhu overlord",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "18",
- "weakness": "10"
- },
- {
- "id": "6808",
- "name": "Beaver"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6809",
- "name": "Karamthulhu overlord",
- "examine": "Kneel before squid!",
- "attack_level": "50",
- "combat_style": "2",
- "death_animation": "7964",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "82",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "7963",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Kneel before squid!",
+ "combat_style": "2",
+ "melee_animation": "7963",
+ "range_animation": "0",
+ "magic_level": "50",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7964",
+ "name": "Karamthulhu overlord",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "82",
+ "strength_level": "50",
"id": "6810",
- "name": "Karamthulhu overlord",
- "examine": "Kneel before squid!",
- "attack_level": "50",
- "combat_style": "2",
- "death_animation": "7964",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "82",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "7963",
- "range_animation": "0",
"range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
+ "attack_level": "50"
},
{
+ "combat_style": "1",
+ "melee_animation": "7935",
+ "respawn_delay": "0",
+ "defence_animation": "7936",
+ "death_animation": "7937",
+ "name": "Hydra",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6811",
- "name": "Hydra",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7937",
- "defence_animation": "7936",
- "defence_level": "1",
- "lifepoints": "10",
- "melee_animation": "7935",
"range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "combat_style": "1",
+ "melee_animation": "7935",
+ "respawn_delay": "0",
+ "defence_animation": "7936",
+ "death_animation": "7937",
+ "name": "Hydra",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6812",
- "name": "Hydra",
- "attack_level": "1",
- "combat_style": "1",
- "death_animation": "7937",
- "defence_animation": "7936",
- "defence_level": "1",
- "lifepoints": "10",
- "melee_animation": "7935",
"range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "death_animation": "7740",
+ "name": "Bunyip",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "melee_animation": "7741",
+ "strength_level": "1",
"id": "6813",
- "name": "Bunyip",
- "attack_level": "1",
- "death_animation": "7740",
- "defence_animation": "7742",
- "defence_level": "1",
- "lifepoints": "40",
- "melee_animation": "7741",
"range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "7742"
},
{
+ "death_animation": "7740",
+ "name": "Bunyip",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "40",
+ "melee_animation": "7741",
+ "strength_level": "1",
"id": "6814",
- "name": "Bunyip",
- "attack_level": "1",
- "death_animation": "7740",
- "defence_animation": "7742",
- "defence_level": "1",
- "lifepoints": "40",
- "melee_animation": "7741",
"range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1",
+ "defence_animation": "7742"
},
{
+ "combat_style": "1",
+ "melee_animation": "8286",
+ "respawn_delay": "0",
+ "defence_animation": "8287",
+ "death_animation": "8285",
+ "name": "War tortoise",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "348",
+ "strength_level": "1",
"id": "6815",
- "name": "War tortoise",
- "examine": "Definitely not teenaged",
- "attack_level": "55",
- "combat_style": "0",
- "death_animation": "8285",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "95",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "8286",
- "range_animation": "0",
- "range_level": "55",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Definitely not teenaged",
+ "combat_style": "1",
+ "melee_animation": "8286",
+ "range_animation": "0",
+ "magic_level": "55",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8285",
+ "name": "War tortoise",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "55",
"id": "6816",
- "name": "War tortoise",
- "examine": "Definitely not teenaged",
- "attack_level": "55",
- "combat_style": "0",
- "death_animation": "8285",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "95",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "8286",
- "range_animation": "0",
"range_level": "55",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "55"
},
{
- "id": "6817",
- "name": "Fruit bat",
"examine": "Fruity and bat-shaped. A winning combination!.",
- "attack_level": "1",
+ "name": "Fruit bat",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6817",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "combat_style": "2",
+ "melee_animation": "7675",
+ "respawn_delay": "0",
+ "defence_animation": "7670",
+ "death_animation": "7671",
+ "name": "Abyssal parasite",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6818",
- "name": "Abyssal parasite",
- "examine": "It's an extra-planar little blood hoover.",
- "attack_level": "50",
- "combat_style": "2",
- "death_animation": "7671",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "77",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "8910",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "It's an extra-planar little blood hoover.",
+ "combat_style": "2",
+ "melee_animation": "8910",
+ "range_animation": "0",
+ "magic_level": "50",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7671",
+ "name": "Abyssal parasite",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "77",
+ "strength_level": "50",
"id": "6819",
- "name": "Abyssal parasite",
- "examine": "It's an extra-planar little blood hoover.",
- "attack_level": "50",
- "combat_style": "2",
- "death_animation": "7671",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "77",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "8910",
- "range_animation": "0",
"range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
+ "attack_level": "50"
},
{
+ "death_animation": "7684",
+ "name": "Abyssal lurker",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "7680",
+ "strength_level": "1",
"id": "6820",
- "name": "Abyssal lurker",
- "examine": "Lurking like only a lurker can.",
- "attack_level": "55",
- "death_animation": "7684",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "88",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "7680",
- "range_animation": "0",
- "range_level": "55",
+ "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "1",
+ "defence_animation": "7681"
},
{
+ "examine": "Lurking like only a lurker can.",
+ "melee_animation": "7680",
+ "range_animation": "0",
+ "magic_level": "55",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7684",
+ "name": "Abyssal lurker",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "55",
"id": "6821",
- "name": "Abyssal lurker",
- "examine": "Lurking like only a lurker can.",
- "attack_level": "55",
- "death_animation": "7684",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "88",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "7680",
- "range_animation": "0",
"range_level": "55",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "55"
},
{
- "id": "6822",
- "name": "Unicorn stallion",
"examine": "The pointiest horse on the planet.",
- "attack_level": "64",
- "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0",
- "combat_audio": "4135,4196,4195",
- "death_animation": "6377",
- "defence_animation": "6375",
- "defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "6376",
- "magic_level": "69",
"melee_animation": "6376",
- "poison_immune": "true",
"range_animation": "6376",
- "range_level": "72",
- "safespot": null,
- "strength_level": "62"
- },
- {
- "id": "6823",
+ "combat_audio": "4135,4196,4195",
+ "magic_level": "69",
+ "defence_animation": "6375",
+ "magic_animation": "6376",
+ "death_animation": "6377",
"name": "Unicorn stallion",
- "examine": "The pointiest horse on the planet.",
- "attack_level": "64",
- "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0",
- "combat_audio": "4135,4196,4195",
- "death_animation": "6377",
- "defence_animation": "6375",
"defence_level": "70",
- "lifepoints": "100",
- "magic_animation": "6376",
- "magic_level": "69",
- "melee_animation": "6376",
"poison_immune": "true",
- "range_animation": "6376",
- "range_level": "72",
"safespot": null,
+ "lifepoints": "100",
"strength_level": "62",
- "weakness": "10"
+ "id": "6822",
+ "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0",
+ "range_level": "72",
+ "attack_level": "64"
},
{
- "id": "6824",
+ "examine": "The pointiest horse on the planet.",
+ "melee_animation": "6376",
+ "range_animation": "6376",
+ "combat_audio": "4135,4196,4195",
+ "magic_level": "69",
+ "defence_animation": "6375",
+ "weakness": "10",
+ "magic_animation": "6376",
+ "death_animation": "6377",
+ "name": "Unicorn stallion",
+ "defence_level": "70",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "62",
+ "id": "6823",
+ "bonuses": "48,59,43,52,104,52,116,123,134,46,127,4,0,0,0",
+ "range_level": "72",
+ "attack_level": "64"
+ },
+ {
+ "combat_style": "2",
+ "melee_animation": "7810",
+ "attack_speed": "5",
+ "respawn_delay": "0",
+ "defence_animation": "5388",
+ "death_animation": "8012",
"name": "Magpie",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_style": "2",
- "death_animation": "8012",
- "defence_animation": "5388",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "16",
- "melee_animation": "7810",
- "projectile": "1318",
+ "strength_level": "1",
+ "id": "6824",
"range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "1"
+ "projectile": "1318",
+ "attack_level": "1"
},
{
- "id": "6825",
- "name": "Dreadfowl",
"examine": "Southern fried please!",
- "attack_level": "17",
- "attack_speed": "5",
- "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7",
"combat_style": "2",
- "death_animation": "5389",
- "defence_animation": "5388",
- "defence_level": "22",
- "lifepoints": "16",
- "magic_animation": "7810",
- "magic_level": "23",
"melee_animation": "7810",
- "poison_immune": "true",
- "projectile": "1318",
"range_animation": "7810",
- "range_level": "16",
+ "attack_speed": "5",
+ "magic_level": "23",
"respawn_delay": "50",
- "safespot": null,
- "strength_level": "15"
- },
- {
- "id": "6826",
+ "defence_animation": "5388",
+ "magic_animation": "7810",
+ "death_animation": "5389",
"name": "Dreadfowl",
- "examine": "Southern fried please!",
- "attack_level": "17",
- "attack_speed": "5",
- "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7",
- "combat_style": "2",
- "death_animation": "5389",
- "defence_animation": "5388",
"defence_level": "22",
- "lifepoints": "16",
- "magic_animation": "7810",
- "magic_level": "23",
- "melee_animation": "7810",
"poison_immune": "true",
- "projectile": "1318",
- "range_animation": "7810",
- "range_level": "16",
- "respawn_delay": "50",
"safespot": null,
+ "lifepoints": "16",
"strength_level": "15",
- "weakness": "10"
+ "id": "6825",
+ "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7",
+ "range_level": "16",
+ "projectile": "1318",
+ "attack_level": "17"
},
{
+ "examine": "Southern fried please!",
+ "combat_style": "2",
+ "melee_animation": "7810",
+ "range_animation": "7810",
+ "attack_speed": "5",
+ "magic_level": "23",
+ "respawn_delay": "50",
+ "defence_animation": "5388",
+ "weakness": "10",
+ "magic_animation": "7810",
+ "death_animation": "5389",
+ "name": "Dreadfowl",
+ "defence_level": "22",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "16",
+ "strength_level": "15",
+ "id": "6826",
+ "bonuses": "16,15,29,12,39,13,41,35,29,39,47,2,2,2,7",
+ "range_level": "16",
+ "projectile": "1318",
+ "attack_level": "17"
+ },
+ {
+ "examine": "It's mean and green.",
+ "melee_animation": "8208",
+ "respawn_delay": "0",
+ "defence_animation": "8205",
+ "death_animation": "8209",
+ "name": "Stranger plant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6827",
- "name": "Stranger plant",
- "examine": "It's mean and green!",
- "attack_level": "55",
- "attack_speed": "5",
- "death_animation": "8209",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "91",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "8208",
- "range_animation": "0",
- "range_level": "55",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "It's mean and green!",
+ "melee_animation": "8208",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "55",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8209",
+ "name": "Stranger plant",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "55",
"id": "6828",
- "name": "Stranger plant",
- "examine": "It's mean and green!",
- "attack_level": "55",
- "attack_speed": "5",
- "death_animation": "8209",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "91",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "8208",
- "range_animation": "0",
"range_level": "55",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "55"
},
{
+ "examine": "Man's significantly less-domesticated friend.",
+ "melee_animation": "8292",
+ "range_animation": "8292",
+ "attack_speed": "5",
+ "magic_level": "7",
+ "defence_animation": "8294",
+ "magic_animation": "8292",
+ "death_animation": "8295",
+ "name": "Spirit wolf",
+ "defence_level": "21",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "18",
"id": "6829",
- "name": "Spirit wolf",
- "examine": "Man's significantly less-domesticated friend.",
- "attack_level": "16",
- "attack_speed": "5",
"bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0",
- "death_animation": "8295",
- "defence_animation": "8294",
- "defence_level": "21",
- "lifepoints": "15",
- "magic_animation": "8292",
- "magic_level": "7",
- "melee_animation": "8292",
- "range_animation": "8292",
"range_level": "9",
- "safespot": null,
- "strength_level": "18"
+ "attack_level": "16"
},
{
+ "examine": "Man's significantly less-domesticated friend.",
+ "melee_animation": "8292",
+ "range_animation": "8292",
+ "attack_speed": "5",
+ "magic_level": "7",
+ "defence_animation": "8294",
+ "weakness": "10",
+ "magic_animation": "8292",
+ "death_animation": "8295",
+ "name": "Spirit wolf",
+ "defence_level": "21",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "18",
"id": "6830",
- "name": "Spirit wolf",
- "examine": "Man's significantly less-domesticated friend.",
- "attack_level": "16",
- "attack_speed": "5",
"bonuses": "12,7,4,10,23,5,29,27,16,12,13,17,0,0,0",
- "death_animation": "8295",
- "defence_animation": "8294",
- "defence_level": "21",
- "lifepoints": "15",
- "magic_animation": "8292",
- "magic_level": "7",
- "melee_animation": "8292",
- "range_animation": "8292",
"range_level": "9",
- "safespot": null,
- "strength_level": "18",
- "weakness": "10"
+ "attack_level": "16"
},
{
+ "death_animation": "7797",
+ "name": "Desert wyrm",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "47",
+ "melee_animation": "7795",
+ "strength_level": "1",
"id": "6831",
- "name": "Desert wyrm",
- "examine": "Surprisingly slime-free.",
- "attack_level": "18",
- "combat_style": "1",
- "death_animation": "7797",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "18",
- "melee_animation": "7795",
- "range_animation": "0",
- "range_level": "18",
+ "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "18",
- "weakness": "10"
+ "attack_level": "1",
+ "defence_animation": "7796"
},
{
+ "examine": "Surprisingly slime-free.",
+ "combat_style": "1",
+ "melee_animation": "7795",
+ "range_animation": "0",
+ "magic_level": "18",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7797",
+ "name": "Desert wyrm",
+ "defence_level": "18",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "18",
"id": "6832",
- "name": "Desert wyrm",
- "examine": "Surprisingly slime-free.",
- "attack_level": "18",
- "combat_style": "1",
- "death_animation": "7797",
- "defence_animation": "0",
- "defence_level": "18",
- "lifepoints": "25",
- "magic_animation": "0",
- "magic_level": "18",
- "melee_animation": "7795",
- "range_animation": "0",
"range_level": "18",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "18",
- "weakness": "10"
+ "attack_level": "18"
},
{
- "id": "6833",
- "name": "Evil turnip",
"examine": "If you think he's evil",
- "attack_level": "42",
- "combat_style": "1",
- "death_animation": "8250",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
- "magic_animation": "0",
- "magic_level": "42",
"melee_animation": "8248",
"range_animation": "0",
- "range_level": "42",
+ "magic_level": "42",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8250",
+ "name": "Evil turnip",
+ "defence_level": "42",
"safespot": null,
+ "lifepoints": "60",
"strength_level": "42",
- "weakness": "10"
- },
- {
"id": "6834",
- "name": "Evil turnip",
- "examine": "If you think he's evil",
- "attack_level": "42",
- "combat_style": "1",
- "death_animation": "8250",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
- "magic_animation": "0",
- "magic_level": "42",
- "melee_animation": "8248",
- "range_animation": "0",
"range_level": "42",
- "safespot": null,
- "strength_level": "42",
- "weakness": "10"
+ "attack_level": "42"
},
{
+ "death_animation": "8276",
+ "name": "Vampire bat",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "20",
+ "melee_animation": "8275",
+ "strength_level": "1",
"id": "6835",
- "name": "Vampire bat",
- "examine": "It vants to suck my blood!",
- "attack_level": "31",
- "death_animation": "8276",
- "defence_animation": "0",
- "defence_level": "31",
- "lifepoints": "44",
- "magic_animation": "0",
- "magic_level": "31",
- "melee_animation": "8275",
- "range_animation": "0",
- "range_level": "31",
+ "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "31",
- "weakness": "10"
+ "attack_level": "1",
+ "defence_animation": "8274"
},
{
+ "examine": "It vants to suck my blood!",
+ "melee_animation": "8275",
+ "range_animation": "0",
+ "magic_level": "31",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8276",
+ "name": "Vampire bat",
+ "defence_level": "31",
+ "safespot": null,
+ "lifepoints": "44",
+ "strength_level": "31",
"id": "6836",
- "name": "Vampire bat",
- "examine": "It vants to suck my blood!",
- "attack_level": "31",
- "death_animation": "8276",
- "defence_animation": "0",
- "defence_level": "31",
- "lifepoints": "44",
- "magic_animation": "0",
- "magic_level": "31",
- "melee_animation": "8275",
- "range_animation": "0",
"range_level": "31",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "31",
- "weakness": "10"
+ "attack_level": "31"
},
{
+ "melee_animation": "6254",
+ "combat_audio": "3611,3612,3610",
+ "respawn_delay": "0",
+ "defence_animation": "6255",
+ "death_animation": "6256",
+ "name": "Spirit scorpion",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "67",
+ "strength_level": "1",
"id": "6837",
- "name": "Spirit scorpion",
- "examine": "Salt and vinegaroon.",
- "attack_level": "19",
- "combat_audio": "3611,3612,3610",
- "death_animation": "6256",
- "defence_animation": "0",
- "defence_level": "19",
- "lifepoints": "27",
- "magic_animation": "0",
- "magic_level": "19",
- "melee_animation": "6254",
- "range_animation": "0",
- "range_level": "19",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "19",
- "weakness": "10"
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Salt and vinegaroon.",
+ "melee_animation": "6254",
+ "range_animation": "0",
+ "combat_audio": "3611,3612,3610",
+ "magic_level": "19",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "6256",
+ "name": "Spirit scorpion",
+ "defence_level": "19",
+ "safespot": null,
+ "lifepoints": "27",
+ "strength_level": "19",
"id": "6838",
- "name": "Spirit scorpion",
- "examine": "Salt and vinegaroon.",
- "attack_level": "19",
- "combat_audio": "3611,3612,3610",
- "death_animation": "6256",
- "defence_animation": "0",
- "defence_level": "19",
- "lifepoints": "27",
- "magic_animation": "0",
- "magic_level": "19",
- "melee_animation": "6254",
- "range_animation": "0",
"range_level": "19",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "19",
- "weakness": "10"
+ "attack_level": "19"
},
{
- "id": "6839",
- "name": "Arctic bear",
"examine": "Crikey! Look at the size of those teeth!",
- "attack_level": "60",
- "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0",
+ "melee_animation": "4925",
"combat_audio": "498,500,499",
- "death_animation": "4929",
+ "magic_level": "60",
+ "respawn_delay": "0",
"defence_animation": "4928",
- "defence_level": "60",
- "lifepoints": "10",
- "magic_level": "60",
- "melee_animation": "4925",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60"
- },
- {
- "id": "6840",
- "name": "Arctic bear",
- "examine": "Crikey! Look at the size of those teeth!",
- "attack_level": "60",
- "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0",
- "combat_audio": "498,500,499",
"death_animation": "4929",
- "defence_animation": "0",
+ "name": "Arctic bear",
"defence_level": "60",
- "lifepoints": "101",
- "magic_animation": "0",
- "magic_level": "60",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "60",
+ "id": "6839",
+ "bonuses": "90,50,50,60,90,80,50,30,40,100,0,0,0,0,0",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Crikey! Look at the size of those teeth!",
"melee_animation": "4925",
"range_animation": "0",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "6841",
- "name": "Spirit spider",
- "examine": "Would scare anyone off their tuffet.",
- "attack_level": "17",
- "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "17",
- "lifepoints": "18",
- "magic_animation": "5327",
- "magic_level": "15",
- "melee_animation": "5327",
- "range_animation": "5327",
- "range_level": "12",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "16"
- },
- {
- "id": "6842",
- "name": "Spirit spider",
- "examine": "Would scare anyone off their tuffet.",
- "attack_level": "17",
- "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0",
- "combat_audio": "537,539,538",
- "death_animation": "5329",
- "defence_animation": "5328",
- "defence_level": "17",
- "lifepoints": "18",
- "magic_animation": "5327",
- "magic_level": "15",
- "melee_animation": "5327",
- "range_animation": "5327",
- "range_level": "12",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "16",
- "weakness": "10"
- },
- {
- "id": "6843",
- "name": "Bloated leech",
- "examine": "It's like a little suction pump with eyes.",
- "attack_level": "49",
- "death_animation": "7656",
- "defence_animation": "0",
- "defence_level": "49",
- "lifepoints": "70",
- "magic_animation": "0",
- "magic_level": "49",
- "melee_animation": "7657",
- "range_animation": "0",
- "range_level": "49",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "49",
- "weakness": "10"
- },
- {
- "id": "6844",
- "name": "Bloated leech",
- "examine": "It's like a little suction pump with eyes.",
- "attack_level": "49",
- "death_animation": "7656",
- "defence_animation": "0",
- "defence_level": "49",
- "lifepoints": "70",
- "magic_animation": "0",
- "magic_level": "49",
- "melee_animation": "7657",
- "range_animation": "0",
- "range_level": "49",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "49",
- "weakness": "10"
- },
- {
- "id": "6845",
- "name": "Honey badger",
- "examine": "Violent little so-and-so.",
- "attack_level": "32",
- "death_animation": "7925",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "magic_level": "32",
- "melee_animation": "7928",
- "range_animation": "0",
- "range_level": "32",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "32",
- "weakness": "10"
- },
- {
- "id": "6846",
- "name": "Honey badger",
- "examine": "Violent little so-and-so.",
- "attack_level": "32",
- "death_animation": "7925",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "45",
- "magic_animation": "0",
- "magic_level": "32",
- "melee_animation": "7928",
- "range_animation": "0",
- "range_level": "32",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "32",
- "weakness": "10"
- },
- {
- "id": "6847",
- "name": "Albino rat",
- "examine": "The big cheese.",
- "attack_level": "31",
- "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5",
- "combat_audio": "703,705,704",
- "defence_level": "32",
- "lifepoints": "68",
- "magic_level": "27",
- "poison_immune": "true",
- "range_level": "31",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "28"
- },
- {
- "id": "6848",
- "name": "Albino rat",
- "examine": "The big cheese.",
- "attack_level": "31",
- "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5",
- "combat_audio": "703,705,704",
- "defence_level": "32",
- "lifepoints": "68",
- "magic_level": "27",
- "poison_immune": "true",
- "range_level": "31",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "28",
- "weakness": "10"
- },
- {
- "id": "6849",
- "name": "Granite lobster",
- "examine": "Puts the 'crust' in 'crustacean'.",
- "attack_level": "60",
- "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0",
- "death_animation": "8113",
- "defence_animation": "8114",
- "defence_level": "60",
- "lifepoints": "10",
- "melee_animation": "8112",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60"
- },
- {
- "id": "6850",
- "name": "Granite lobster",
- "examine": "Puts the 'crust' in 'crustacean'.",
- "attack_level": "60",
- "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0",
- "death_animation": "8113",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "105",
- "magic_animation": "0",
+ "combat_audio": "498,500,499",
"magic_level": "60",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "4929",
+ "name": "Arctic bear",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "101",
+ "strength_level": "60",
+ "id": "6840",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Would scare anyone off their tuffet.",
+ "melee_animation": "5327",
+ "range_animation": "5327",
+ "combat_audio": "537,539,538",
+ "magic_level": "15",
+ "respawn_delay": "50",
+ "defence_animation": "5328",
+ "magic_animation": "5327",
+ "death_animation": "5329",
+ "name": "Spirit spider",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "16",
+ "id": "6841",
+ "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0",
+ "range_level": "12",
+ "attack_level": "17"
+ },
+ {
+ "examine": "Would scare anyone off their tuffet.",
+ "melee_animation": "5327",
+ "range_animation": "5327",
+ "combat_audio": "537,539,538",
+ "magic_level": "15",
+ "respawn_delay": "50",
+ "defence_animation": "5328",
+ "weakness": "10",
+ "magic_animation": "5327",
+ "death_animation": "5329",
+ "name": "Spirit spider",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "16",
+ "id": "6842",
+ "bonuses": "15,16,11,14,34,12,24,36,46,16,37,0,0,0,0",
+ "range_level": "12",
+ "attack_level": "17"
+ },
+ {
+ "death_animation": "7656",
+ "name": "Bloated leech",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "7657",
+ "strength_level": "1",
+ "id": "6843",
+ "range_level": "1",
+ "respawn_delay": "0",
+ "attack_level": "1",
+ "defence_animation": "7655"
+ },
+ {
+ "examine": "It's like a little suction pump with eyes.",
+ "melee_animation": "7657",
+ "range_animation": "0",
+ "magic_level": "49",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7656",
+ "name": "Bloated leech",
+ "defence_level": "49",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "49",
+ "id": "6844",
+ "range_level": "49",
+ "attack_level": "49"
+ },
+ {
+ "death_animation": "7925",
+ "name": "Honey badger",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "7928",
+ "strength_level": "1",
+ "id": "6845",
+ "range_level": "1",
+ "respawn_delay": "0",
+ "attack_level": "1",
+ "defence_animation": "7927"
+ },
+ {
+ "examine": "Violent little so-and-so.",
+ "melee_animation": "7928",
+ "range_animation": "0",
+ "magic_level": "32",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7925",
+ "name": "Honey badger",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "45",
+ "strength_level": "32",
+ "id": "6846",
+ "range_level": "32",
+ "attack_level": "32"
+ },
+ {
+ "examine": "The big cheese.",
+ "combat_audio": "703,705,704",
+ "magic_level": "27",
+ "respawn_delay": "50",
+ "name": "Albino rat",
+ "defence_level": "32",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "68",
+ "strength_level": "28",
+ "id": "6847",
+ "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5",
+ "range_level": "31",
+ "attack_level": "31"
+ },
+ {
+ "examine": "The big cheese.",
+ "combat_audio": "703,705,704",
+ "magic_level": "27",
+ "respawn_delay": "50",
+ "weakness": "10",
+ "name": "Albino rat",
+ "defence_level": "32",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "68",
+ "strength_level": "28",
+ "id": "6848",
+ "bonuses": "64,42,40,57,64,50,76,82,72,24,75,5,15,5,5",
+ "range_level": "31",
+ "attack_level": "31"
+ },
+ {
+ "examine": "Puts the 'crust' in 'crustacean'.",
+ "melee_animation": "8112",
+ "respawn_delay": "0",
+ "defence_animation": "8114",
+ "death_animation": "8113",
+ "name": "Granite lobster",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "60",
+ "id": "6849",
+ "bonuses": "93,90,65,90,30,40,50,50,60,40,0,0,0,0,0",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Puts the 'crust' in 'crustacean'.",
"melee_animation": "8112",
"range_animation": "0",
- "range_level": "60",
+ "magic_level": "60",
"respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8113",
+ "name": "Granite lobster",
+ "defence_level": "60",
"safespot": null,
+ "lifepoints": "105",
"strength_level": "60",
- "weakness": "10"
+ "id": "6850",
+ "range_level": "60",
+ "attack_level": "60"
},
{
+ "death_animation": "8012",
+ "name": "Macaw",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6851",
- "name": "Macaw",
- "attack_level": "1",
- "death_animation": "8012",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "death_animation": "8012",
+ "name": "Macaw",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6852",
- "name": "Macaw",
- "attack_level": "1",
- "death_animation": "8012",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "He's just a big bully.",
+ "combat_style": "1",
+ "melee_animation": "8024",
+ "magic_level": "31",
+ "respawn_delay": "0",
+ "defence_animation": "8023",
+ "death_animation": "8025",
+ "name": "Bronze minotaur",
+ "defence_level": "31",
+ "safespot": null,
+ "lifepoints": "15",
+ "strength_level": "1",
"id": "6853",
- "name": "Bronze minotaur",
- "examine": "He's just a big bully.",
- "attack_level": "19",
- "bonuses": "-2,6,3,0,0,15,14,9,-6,14,5,90,0,0,0",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "8023",
- "defence_level": "19",
- "lifepoints": "133",
- "magic_level": "1",
- "melee_animation": "8024",
- "range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "19"
+ "bonuses": "15,20,10,15,10,5,35,0,0,0,0,0,0,0,0",
+ "range_level": "31",
+ "attack_level": "31"
},
{
+ "examine": "He's just a big bully.",
+ "combat_style": "1",
+ "melee_animation": "8024",
+ "range_animation": "0",
+ "magic_level": "15",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8025",
+ "name": "Bronze minotaur",
+ "defence_level": "15",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "15",
"id": "6854",
- "name": "Bronze minotaur",
- "examine": "He's just a big bully.",
- "attack_level": "19",
- "bonuses": "15,20,10,15,10,15,15,15,0,0,0,90,0,0,0",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "0",
- "defence_level": "19",
- "lifepoints": "133",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "8024",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "19",
- "weakness": "10"
+ "range_level": "15",
+ "attack_level": "15"
},
{
+ "combat_style": "1",
+ "melee_animation": "8024",
+ "respawn_delay": "0",
+ "defence_animation": "8023",
+ "death_animation": "8025",
+ "name": "Iron minotaur",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "1",
"id": "6855",
- "name": "Iron minotaur",
- "examine": "He's just a big bully.",
- "attack_level": "25",
- "bonuses": "-2,8,5,0,0,21,17,9,-6,20,5,100,0,100,0",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "8023",
- "defence_level": "25",
- "lifepoints": "193",
- "magic_animation": "",
- "magic_level": "25",
- "melee_animation": "8024",
"range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "25"
+ "attack_level": "1"
},
{
+ "examine": "He's just a big bully.",
+ "combat_style": "1",
+ "melee_animation": "8024",
+ "range_animation": "0",
+ "magic_level": "25",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8025",
+ "name": "Iron minotaur",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "25",
"id": "6856",
- "name": "Iron minotaur",
- "examine": "He's just a big bully.",
- "attack_level": "25",
- "bonuses": "25,25,25,25,0,25,25,25,25,0,0,100,0,100,0",
- "clue_level": "",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "193",
- "magic_animation": "0",
- "magic_level": "25",
- "melee_animation": "8024",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "25",
- "weakness": "10"
+ "range_level": "25",
+ "attack_level": "25"
},
{
- "id": "6857",
- "name": "Steel minotaur",
"examine": "He's just a big bully!",
- "attack_level": "28",
- "bonuses": "-2,16,11,0,0,32,31,24,-6,31,5,122,0,122,0",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "8023",
- "defence_level": "28",
- "lifepoints": "260",
- "magic_level": "28",
+ "combat_style": "1",
"melee_animation": "8024",
- "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "28"
- },
- {
- "id": "6858",
+ "defence_animation": "8023",
+ "death_animation": "8025",
"name": "Steel minotaur",
- "examine": "He's just a big bully.",
- "attack_level": "28",
- "bonuses": "40,30,30,30,30,30,30,30,30,30,0,127,0,0,0",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "260",
- "magic_animation": "0",
- "magic_level": "28",
- "melee_animation": "8024",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "28",
- "weakness": "10"
- },
- {
- "id": "6859",
- "name": "Mithril minotaur",
- "examine": "He's just a big bully",
- "attack_level": "30",
- "bonuses": "-2,22,17,0,0,46,44,38,-6,44,20,146,0,147,0",
- "can_tolerate": "",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "8023",
- "defence_level": "30",
- "lifepoints": "340",
- "magic_level": "30",
- "melee_animation": "8024",
- "range_level": "0",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "30"
- },
- {
- "id": "6860",
- "name": "Mithril minotaur",
- "examine": "He's just a big bully.",
- "attack_level": "30",
- "bonuses": "30,30,30,30,0,30,30,30,30,0,30,146,0,147,0",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "8023",
- "defence_level": "30",
- "lifepoints": "340",
- "magic_animation": "0",
- "magic_level": "30",
- "melee_animation": "8024",
- "range_animation": "0",
- "range_level": "0",
- "respawn_delay": "0",
+ "defence_level": "70",
"safespot": null,
+ "lifepoints": "44",
"strength_level": "30",
- "weakness": "10"
- },
- {
- "id": "6861",
- "name": "Adamant minotaur",
- "examine": "He's just a big bully.",
- "attack_level": "35",
- "attack_speed": "",
- "bonuses": "-2,31,26,-3,-17,65,63,55,-6,63,30,146,0,181,0",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "8023",
- "defence_level": "35",
- "lifepoints": "441",
- "magic_level": "35",
- "melee_animation": "8024",
- "poison_immune": "",
+ "id": "6857",
+ "bonuses": "40,30,30,30,30,50,30,60,60,60,20,80,40,20,0",
"range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "35"
+ "attack_level": "70"
},
{
- "id": "6862",
- "name": "Adamant minotaur",
"examine": "He's just a big bully.",
- "attack_level": "35",
- "bonuses": "40,50,40,45,35,20,50,36,30,40,15,180,30,10,0",
- "combat_style": "0",
- "death_animation": "8025",
- "defence_animation": "0",
- "defence_level": "35",
- "lifepoints": "441",
- "magic_animation": "0",
- "magic_level": "35",
+ "combat_style": "1",
"melee_animation": "8024",
"range_animation": "0",
- "range_level": "1",
+ "magic_level": "35",
"respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8025",
+ "name": "Steel minotaur",
+ "defence_level": "35",
"safespot": null,
+ "lifepoints": "80",
"strength_level": "35",
- "weakness": "10"
+ "id": "6858",
+ "range_level": "35",
+ "attack_level": "35"
},
{
+ "examine": "He's just a big bully",
+ "combat_style": "1",
+ "melee_animation": "8024",
+ "magic_level": "40",
+ "respawn_delay": "0",
+ "defence_animation": "8023",
+ "death_animation": "8025",
+ "name": "Mithril minotaur",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "37",
+ "strength_level": "40",
+ "id": "6859",
+ "bonuses": "56,35,30,30,30,40,10,12,30,40,30,35,40,0,0",
+ "range_level": "40",
+ "attack_level": "40"
+ },
+ {
+ "examine": "He's just a big bully.",
+ "combat_style": "1",
+ "melee_animation": "8024",
+ "range_animation": "0",
+ "magic_level": "45",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8025",
+ "name": "Mithril minotaur",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "94",
+ "strength_level": "45",
+ "id": "6860",
+ "range_level": "45",
+ "attack_level": "45"
+ },
+ {
+ "examine": "He's just a big bully.",
+ "combat_style": "1",
+ "melee_animation": "8024",
+ "magic_level": "55",
+ "respawn_delay": "0",
+ "defence_animation": "8023",
+ "death_animation": "8025",
+ "name": "Adamant minotaur",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "43",
+ "strength_level": "1",
+ "id": "6861",
+ "bonuses": "40,50,40,45,35,20,50,36,30,40,15,18,30,10,0",
+ "range_level": "55",
+ "attack_level": "55"
+ },
+ {
+ "examine": "He's just a big bully.",
+ "combat_style": "1",
+ "melee_animation": "8024",
+ "range_animation": "0",
+ "magic_level": "55",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8025",
+ "name": "Adamant minotaur",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "108",
+ "strength_level": "55",
+ "id": "6862",
+ "range_level": "55",
+ "attack_level": "55"
+ },
+ {
+ "examine": "He's just a big bully.",
+ "melee_animation": "8024",
+ "magic_level": "65",
+ "respawn_delay": "0",
+ "defence_animation": "8023",
+ "death_animation": "8025",
+ "name": "Rune minotaur",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "65",
"id": "6863",
- "name": "Rune minotaur",
- "examine": "He's just a big bully.",
- "attack_level": "40",
- "bonuses": "-2,48,43,0,-1,207,209,192,-12,205,102,157,0,195,0",
- "death_animation": "8025",
- "defence_animation": "8023",
- "defence_level": "40",
- "lifepoints": "570",
- "magic_level": "40",
- "melee_animation": "8024",
- "range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "40"
+ "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40",
+ "range_level": "65",
+ "attack_level": "65"
},
{
- "id": "6864",
- "name": "Rune minotaur",
"examine": "He's just a big bully.",
- "attack_level": "40",
- "bonuses": "50,40,40,56,40,30,50,30,60,30,40,219,50,40,40",
- "death_animation": "8025",
- "defence_animation": "8023",
- "defence_level": "40",
- "lifepoints": "570",
- "magic_level": "40",
"melee_animation": "8024",
- "range_level": "1",
+ "magic_level": "65",
"respawn_delay": "0",
- "safespot": null,
+ "defence_animation": "8023",
"slayer_exp": "0",
- "strength_level": "40"
+ "death_animation": "8025",
+ "name": "Rune minotaur",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "65",
+ "id": "6864",
+ "bonuses": "50,40,40,56,40,30,50,30,60,30,40,30,50,40,40",
+ "range_level": "65",
+ "attack_level": "65"
},
{
+ "death_animation": "7818",
+ "name": "Smoke devil",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "7816",
+ "strength_level": "1",
"id": "6865",
- "name": "Smoke devil",
- "examine": "Well",
- "attack_level": "55",
- "death_animation": "7818",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "87",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "7816",
- "range_animation": "0",
- "range_level": "55",
+ "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "1",
+ "defence_animation": "7817"
},
{
+ "examine": "Well",
+ "melee_animation": "7816",
+ "range_animation": "0",
+ "magic_level": "55",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7818",
+ "name": "Smoke devil",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "55",
"id": "6866",
- "name": "Smoke devil",
- "examine": "Well",
- "attack_level": "55",
- "death_animation": "7818",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "87",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "7816",
- "range_animation": "0",
"range_level": "55",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "55"
},
{
+ "death_animation": "7897",
+ "name": "Bull ant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "7896",
+ "strength_level": "1",
"id": "6867",
- "name": "Bull ant",
- "examine": "Putting all three of its best feet forward.",
- "attack_level": "40",
- "death_animation": "7897",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
- "magic_level": "40",
- "melee_animation": "7896",
- "range_animation": "0",
- "range_level": "40",
+ "range_level": "1",
"respawn_delay": "0",
- "safespot": null,
- "strength_level": "40",
- "weakness": "10"
+ "attack_level": "1",
+ "defence_animation": "7900"
},
{
+ "examine": "Putting all three of its best feet forward.",
+ "melee_animation": "7896",
+ "range_animation": "0",
+ "magic_level": "40",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7897",
+ "name": "Bull ant",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "57",
+ "strength_level": "40",
"id": "6868",
- "name": "Bull ant",
- "examine": "Putting all three of its best feet forward.",
- "attack_level": "40",
- "death_animation": "7897",
- "defence_animation": "0",
- "defence_level": "40",
- "lifepoints": "57",
- "magic_animation": "0",
- "magic_level": "40",
- "melee_animation": "7896",
- "range_animation": "0",
"range_level": "40",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "40",
- "weakness": "10"
+ "attack_level": "40"
},
{
+ "examine": "It's just a harmless wee rabbit. ",
+ "combat_style": "2",
+ "melee_animation": "8304",
+ "range_animation": "8304",
+ "attack_speed": "5",
+ "magic_level": "95",
+ "defence_animation": "8306",
+ "magic_animation": "8304",
+ "death_animation": "8305",
+ "name": "Wolpertinger",
+ "defence_level": "95",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "619",
+ "strength_level": "1",
"id": "6869",
- "name": "Wolpertinger",
- "examine": "It's just a harmless wee rabbit. ",
- "attack_level": "1",
- "attack_speed": "5",
"bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0",
- "combat_style": "2",
- "death_animation": "8305",
- "defence_animation": "8306",
- "defence_level": "95",
- "lifepoints": "619",
- "magic_animation": "8304",
- "magic_level": "95",
- "melee_animation": "8304",
- "poison_immune": "true",
- "range_animation": "8304",
"range_level": "95",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "It's just a harmless wee rabbit. ",
+ "combat_style": "2",
+ "melee_animation": "8304",
+ "range_animation": "8304",
+ "attack_speed": "5",
+ "magic_level": "95",
+ "defence_animation": "8306",
+ "magic_animation": "8304",
+ "death_animation": "8305",
+ "name": "Wolpertinger",
+ "defence_level": "95",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "619",
+ "strength_level": "1",
"id": "6870",
- "name": "Wolpertinger",
- "examine": "It's just a harmless wee rabbit. ",
- "attack_level": "1",
- "attack_speed": "5",
"bonuses": "59,50,50,50,50,50,50,50,50,50,50,50,50,68,0",
- "combat_style": "2",
- "death_animation": "8305",
- "defence_animation": "8306",
- "defence_level": "95",
- "lifepoints": "619",
- "magic_animation": "8304",
- "magic_level": "95",
- "melee_animation": "8304",
- "poison_immune": "true",
- "range_animation": "8304",
"range_level": "95",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "melee_animation": "853",
+ "attack_speed": "5",
+ "respawn_delay": "0",
+ "defence_animation": "851",
+ "death_animation": "852",
+ "name": "Compost mound",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "96",
+ "strength_level": "1",
"id": "6871",
- "name": "Compost mound",
- "examine": "I suppose it could smell worse",
- "attack_level": "28",
- "attack_speed": "5",
- "death_animation": "7770",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
- "magic_level": "28",
- "melee_animation": "7769",
- "range_animation": "0",
- "range_level": "28",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "28",
- "weakness": "10"
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "I suppose it could smell worse",
+ "melee_animation": "7769",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "28",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7770",
+ "name": "Compost mound",
+ "defence_level": "28",
+ "safespot": null,
+ "lifepoints": "40",
+ "strength_level": "28",
"id": "6872",
- "name": "Compost mound",
- "examine": "I suppose it could smell worse",
- "attack_level": "28",
- "attack_speed": "5",
- "death_animation": "7770",
- "defence_animation": "0",
- "defence_level": "28",
- "lifepoints": "40",
- "magic_animation": "0",
- "magic_level": "28",
- "melee_animation": "7769",
- "range_animation": "0",
"range_level": "28",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "28",
- "weakness": "10"
+ "attack_level": "28"
},
{
- "id": "6873",
- "name": "Pack yak",
"examine": "Bulk haulage never smelled so bad.",
- "attack_level": "112",
- "attack_speed": "5",
- "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40",
- "death_animation": "5784",
- "defence_animation": "5783",
- "defence_level": "121",
- "lifepoints": "710",
- "magic_animation": "5782",
- "magic_level": "91",
"melee_animation": "5782",
- "poison_immune": "true",
"range_animation": "5782",
- "range_level": "86",
- "safespot": null,
- "strength_level": "104"
- },
- {
- "id": "6874",
+ "attack_speed": "5",
+ "magic_level": "91",
+ "defence_animation": "5783",
+ "magic_animation": "5782",
+ "death_animation": "5784",
"name": "Pack yak",
- "examine": "Bulk haulage never smelled so bad.",
- "attack_level": "112",
- "attack_speed": "5",
- "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40",
- "death_animation": "5784",
- "defence_animation": "5783",
"defence_level": "121",
- "lifepoints": "710",
- "magic_animation": "5782",
- "magic_level": "91",
- "melee_animation": "5782",
"poison_immune": "true",
- "range_animation": "5782",
- "range_level": "86",
"safespot": null,
+ "lifepoints": "710",
"strength_level": "104",
- "weakness": "10"
+ "id": "6873",
+ "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40",
+ "range_level": "86",
+ "attack_level": "112"
},
{
+ "examine": "Bulk haulage never smelled so bad.",
+ "melee_animation": "5782",
+ "range_animation": "5782",
+ "attack_speed": "5",
+ "magic_level": "91",
+ "defence_animation": "5783",
+ "weakness": "10",
+ "magic_animation": "5782",
+ "death_animation": "5784",
+ "name": "Pack yak",
+ "defence_level": "121",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "710",
+ "strength_level": "104",
+ "id": "6874",
+ "bonuses": "64,67,5,72,128,49,264,234,164,49,132,40,35,40,40",
+ "range_level": "86",
+ "attack_level": "112"
+ },
+ {
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "respawn_delay": "0",
+ "defence_animation": "7761",
+ "death_animation": "7763",
+ "name": "Spirit cockatrice",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6875",
- "name": "Spirit cockatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
+ "range_level": "1",
"projectile": "1468",
- "range_animation": "0",
- "range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "attack_level": "1"
},
{
+ "examine": "If looks could kill... Wait",
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "range_animation": "0",
+ "magic_level": "43",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7763",
+ "name": "Spirit cockatrice",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "43",
"id": "6876",
- "name": "Spirit cockatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "projectile": "1468",
+ "attack_level": "43"
},
{
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "respawn_delay": "0",
+ "defence_animation": "7761",
+ "death_animation": "7763",
+ "name": "Spirit guthatrice",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6877",
- "name": "Spirit guthatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
+ "range_level": "1",
"projectile": "1468",
- "range_animation": "0",
- "range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "attack_level": "1"
},
{
+ "examine": "If looks could kill... Wait",
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "range_animation": "0",
+ "magic_level": "43",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7763",
+ "name": "Spirit guthatrice",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "43",
"id": "6878",
- "name": "Spirit guthatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "projectile": "1468",
+ "attack_level": "43"
},
{
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "combat_audio": "703,705,704",
+ "respawn_delay": "0",
+ "defence_animation": "7761",
+ "death_animation": "7763",
+ "name": "Spirit saratrice",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6879",
- "name": "Spirit saratrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_audio": "703,705,704",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
+ "range_level": "1",
"projectile": "1468",
- "range_animation": "0",
- "range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "attack_level": "1"
},
{
+ "examine": "If looks could kill... Wait",
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
+ "magic_level": "43",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7763",
+ "name": "Spirit saratrice",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "43",
"id": "6880",
- "name": "Spirit saratrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_audio": "703,705,704",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "projectile": "1468",
+ "attack_level": "43"
},
{
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "respawn_delay": "0",
+ "defence_animation": "7761",
+ "death_animation": "7763",
+ "name": "Spirit zamatrice",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6881",
- "name": "Spirit zamatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
+ "range_level": "1",
"projectile": "1468",
- "range_animation": "0",
- "range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "attack_level": "1"
},
{
+ "examine": "If looks could kill... Wait",
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "range_animation": "0",
+ "magic_level": "43",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7763",
+ "name": "Spirit zamatrice",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "43",
"id": "6882",
- "name": "Spirit zamatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "projectile": "1468",
+ "attack_level": "43"
},
{
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "respawn_delay": "0",
+ "defence_animation": "7761",
+ "death_animation": "7763",
+ "name": "Spirit pengatrice",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6883",
- "name": "Spirit pengatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
+ "range_level": "1",
"projectile": "1468",
- "range_animation": "0",
- "range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "attack_level": "1"
},
{
+ "examine": "If looks could kill... Wait",
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "range_animation": "0",
+ "magic_level": "43",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7763",
+ "name": "Spirit pengatrice",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "43",
"id": "6884",
- "name": "Spirit pengatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "projectile": "1468",
+ "attack_level": "43"
},
{
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "respawn_delay": "0",
+ "defence_animation": "7761",
+ "death_animation": "7763",
+ "name": "Spirit coraxatrice",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6885",
- "name": "Spirit coraxatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
+ "range_level": "1",
"projectile": "1468",
- "range_animation": "0",
- "range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "attack_level": "1"
},
{
+ "examine": "If looks could kill... Wait",
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "range_animation": "0",
+ "magic_level": "43",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7763",
+ "name": "Spirit coraxatrice",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "43",
"id": "6886",
- "name": "Spirit coraxatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "projectile": "1468",
+ "attack_level": "43"
},
{
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "respawn_delay": "0",
+ "defence_animation": "7761",
+ "death_animation": "7763",
+ "name": "Spirit vulatrice",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "6887",
- "name": "Spirit vulatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
+ "range_level": "1",
"projectile": "1468",
- "range_animation": "0",
- "range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "attack_level": "1"
},
{
+ "examine": "If looks could kill... Wait",
+ "start_gfx": "1467",
+ "combat_style": "2",
+ "melee_animation": "7762",
+ "range_animation": "0",
+ "magic_level": "43",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7763",
+ "name": "Spirit vulatrice",
+ "defence_level": "43",
+ "safespot": null,
+ "lifepoints": "61",
+ "strength_level": "43",
"id": "6888",
- "name": "Spirit vulatrice",
- "examine": "If looks could kill... Wait",
- "attack_level": "43",
- "combat_style": "2",
- "death_animation": "7763",
- "defence_animation": "0",
- "defence_level": "43",
- "lifepoints": "61",
- "magic_animation": "0",
- "magic_level": "43",
- "melee_animation": "7762",
- "projectile": "1468",
- "range_animation": "0",
"range_level": "43",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1467",
- "strength_level": "43",
- "weakness": "10"
+ "projectile": "1468",
+ "attack_level": "43"
},
{
+ "examine": "The only creature with a mouth big enough to hold a cannonball.",
+ "melee_animation": "7260",
+ "magic_level": "55",
+ "respawn_delay": "0",
+ "defence_animation": "7257",
+ "death_animation": "7256",
+ "name": "Barker toad",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "55",
"id": "6889",
- "name": "Barker toad",
- "examine": "The only creature with a mouth big enough to fit a cannon ball into.",
- "attack_level": "55",
- "death_animation": "7256",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "94",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "7260",
- "range_animation": "0",
"range_level": "55",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "1"
},
{
+ "examine": "The only creature with a mouth big enough to fit a cannon ball into.",
+ "melee_animation": "7260",
+ "range_animation": "0",
+ "magic_level": "55",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7256",
+ "name": "Barker toad",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "94",
+ "strength_level": "55",
"id": "6890",
- "name": "Barker toad",
- "examine": "The only creature with a mouth big enough to fit a cannon ball into.",
- "attack_level": "55",
- "death_animation": "7256",
- "defence_animation": "0",
- "defence_level": "55",
- "lifepoints": "94",
- "magic_animation": "0",
- "magic_level": "55",
- "melee_animation": "7260",
- "range_animation": "0",
"range_level": "55",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "55",
- "weakness": "10"
+ "attack_level": "55"
},
{
- "id": "6891",
- "name": "Penguin keeper",
"examine": "He looks like the type of guy who would keep penguins.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Penguin keeper",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6891",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6892",
- "name": "Pet shop owner",
"examine": "The lady of the pet shop.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6893",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Pet shop owner",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6892",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "The man of the pet shop.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pet shop owner",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6893",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "6894",
- "name": "Terrier",
- "examine": "A terrier puppy."
- },
- {
- "id": "6895",
- "name": "Labrador",
- "examine": "A labrador puppy."
- },
- {
- "id": "6896",
- "name": "Dalmatian",
"examine": "A dalmatian puppy.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6897",
- "name": "Bulldog",
- "examine": "A bulldog puppy.",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6898",
- "name": "Pet shop owner"
- },
- {
- "id": "6899",
- "name": "Bulldog"
- },
- {
- "id": "6900",
- "name": "Hatchling dragon",
- "attack_level": "1",
- "combat_audio": "408,410,409",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6901",
- "name": "Baby dragon",
- "attack_level": "1",
- "combat_audio": "407,405,406",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6902",
- "name": "Hatchling dragon",
- "attack_level": "1",
- "combat_audio": "408,410,409",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6903",
- "name": "Baby dragon",
- "attack_level": "1",
- "combat_audio": "407,405,406",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6904",
- "name": "Hatchling dragon",
- "attack_level": "1",
- "combat_audio": "408,410,409",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6905",
- "name": "Baby dragon",
- "attack_level": "1",
- "combat_audio": "407,405,406",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6906",
- "name": "Hatchling dragon",
- "attack_level": "1",
- "combat_audio": "408,410,409",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6907",
- "name": "Baby dragon",
- "attack_level": "1",
- "combat_audio": "407,405,406",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6908",
- "name": "Baby penguin"
- },
- {
- "id": "6909",
- "name": "Penguin"
- },
- {
- "id": "6910",
- "name": "Penguin"
- },
- {
- "id": "6911",
- "name": "Raven chick"
- },
- {
- "id": "6912",
- "name": "Raven"
- },
- {
- "id": "6913",
- "name": "Baby raccoon",
- "examine": "A stripy little baby raccoon."
- },
- {
- "id": "6914",
- "name": "Raccoon",
- "examine": "He can run with us."
- },
- {
- "id": "6915",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!"
- },
- {
- "id": "6916",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "6917",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!",
- "attack_level": "1",
"death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6918",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "6919",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief."
- },
- {
- "id": "6920",
- "name": "Squirrel",
- "examine": "An experienced nut-thief."
- },
- {
- "id": "6921",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6922",
- "name": "Baby chameleon"
- },
- {
- "id": "6923",
- "name": "Chameleon"
- },
- {
- "id": "6924",
- "name": "Baby chameleon"
- },
- {
- "id": "6925",
- "name": "Chameleon"
- },
- {
- "id": "6926",
- "name": "Baby chameleon"
- },
- {
- "id": "6927",
- "name": "Chameleon"
- },
- {
- "id": "6928",
- "name": "Baby chameleon"
- },
- {
- "id": "6929",
- "name": "Chameleon"
- },
- {
- "id": "6930",
- "name": "Baby chameleon"
- },
- {
- "id": "6931",
- "name": "Chameleon"
- },
- {
- "id": "6932",
- "name": "Baby chameleon"
- },
- {
- "id": "6933",
- "name": "Chameleon"
- },
- {
- "id": "6934",
- "name": "Baby chameleon"
- },
- {
- "id": "6935",
- "name": "Chameleon"
- },
- {
- "id": "6936",
- "name": "Baby chameleon"
- },
- {
- "id": "6937",
- "name": "Chameleon"
- },
- {
- "id": "6938",
- "name": "Baby chameleon"
- },
- {
- "id": "6939",
- "name": "Chameleon"
- },
- {
- "id": "6940",
- "name": "Baby chameleon"
- },
- {
- "id": "6941",
- "name": "Chameleon"
- },
- {
- "id": "6942",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6943",
- "name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6944",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6945",
- "name": "Vulture chick"
- },
- {
- "id": "6946",
- "name": "Vulture"
- },
- {
- "id": "6947",
- "name": "Baby giant crab"
- },
- {
- "id": "6948",
- "name": "Giant crab"
- },
- {
- "id": "6949",
- "name": "Saradomin chick"
- },
- {
- "id": "6950",
- "name": "Saradomin bird"
- },
- {
- "id": "6951",
- "name": "Saradomin owl"
- },
- {
- "id": "6952",
- "name": "Zamorak chick"
- },
- {
- "id": "6953",
- "name": "Zamorak bird"
- },
- {
- "id": "6954",
- "name": "Zamorak hawk"
- },
- {
- "id": "6955",
- "name": "Guthix chick"
- },
- {
- "id": "6956",
- "name": "Guthix bird"
- },
- {
- "id": "6957",
- "name": "Guthix raptor"
- },
- {
- "id": "6958",
- "name": "Terrier puppy",
- "examine": "It's lively and energetic."
- },
- {
- "id": "6959",
- "name": "Terrier",
- "examine": "It's lively and energetic."
- },
- {
- "id": "6960",
- "name": "Greyhound puppy",
- "examine": "This is one fast little pooch."
- },
- {
- "id": "6961",
- "name": "Greyhound",
- "examine": "An aerodynamic doggy."
- },
- {
- "id": "6962",
- "name": "Labrador puppy",
- "examine": "Soft but strong... and cute."
- },
- {
- "id": "6963",
- "name": "Labrador",
- "examine": "My most faithful friend."
- },
- {
- "id": "6964",
- "name": "Dalmatian puppy",
- "examine": "Now, if only I could find another hundred..."
- },
- {
- "id": "6965",
"name": "Dalmatian",
- "examine": "A purebred doggy."
- },
- {
- "id": "6966",
- "name": "Sheepdog puppy",
- "examine": "This little puppy is very quiet."
- },
- {
- "id": "6967",
- "name": "Sheepdog",
- "examine": "Come by! Come by!"
- },
- {
- "id": "6968",
- "name": "Bulldog",
- "examine": "Looks like it's chewing a wasp."
- },
- {
- "id": "6969",
- "name": "Bulldog puppy",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_style": "2",
- "death_animation": "8305",
- "defence_animation": "8306",
"defence_level": "1",
- "lifepoints": "651",
- "magic_level": "28",
- "melee_animation": "8304",
- "range_level": "1",
- "respawn_delay": "0",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6970",
- "name": "Pikkupstix",
- "examine": "He's a very important druid."
- },
- {
- "id": "6971",
- "name": "Pikkupstix",
- "examine": "He's a very important druid."
- },
- {
- "id": "6972",
- "name": "Druid",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "7185",
- "defence_animation": "7186",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7181",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6973",
- "name": "Druid",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6974",
- "name": "Druid",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6975",
- "name": "Druid",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "7185",
- "defence_animation": "7186",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7181",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6976",
- "name": "Druid",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6977",
- "name": "Druid",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6978",
- "name": "Druid",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6979",
- "name": "Druid",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "7185",
- "defence_animation": "7186",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7181",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28"
- },
- {
- "id": "6980",
- "name": "Druid",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,513,512",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6981",
- "name": "Druidess",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,506,505",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6982",
- "name": "Druidess",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,506,505",
- "death_animation": "7185",
- "defence_animation": "7186",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7181",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6983",
- "name": "Druidess",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,506,505",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6984",
- "name": "Druidess",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,506,505",
- "death_animation": "7185",
- "defence_animation": "7186",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7181",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6985",
- "name": "Druidess",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,506,505",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6986",
- "name": "Druidess",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,506,505",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6987",
- "name": "Druidess",
- "examine": "A nature lover.",
- "attack_level": "28",
- "attack_speed": "4",
- "combat_audio": "511,506,505",
- "death_animation": "7185",
- "defence_animation": "0",
- "defence_level": "32",
- "lifepoints": "30",
- "magic_animation": "711",
- "magic_level": "25",
- "melee_animation": "7182",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
- "strength_level": "28",
- "weakness": "3"
- },
- {
- "id": "6988",
- "name": "Pikkupstix",
- "examine": "He's a very important druid."
- },
- {
- "id": "6989",
- "name": "Pikkupstix",
- "examine": "He's a very important druid."
- },
- {
- "id": "6990",
- "name": "Giant wolpertinger"
- },
- {
- "id": "6991",
- "name": "Ibis"
- },
- {
- "id": "6992",
- "name": "Spirit jelly",
- "examine": "On Gielinor",
- "attack_level": "50",
- "death_animation": "8570",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "78",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "8569",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "6993",
- "name": "Spirit jelly",
- "examine": "On Gielinor",
- "attack_level": "50",
- "death_animation": "8570",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "78",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "8569",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "6994",
- "name": "Spirit kalphite",
- "examine": "Hail to the Queen",
- "attack_level": "25",
- "combat_style": "1",
- "death_animation": "6228",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "magic_level": "25",
- "melee_animation": "6223",
- "range_animation": "0",
- "range_level": "25",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "25",
- "weakness": "10"
- },
- {
- "id": "6995",
- "name": "Spirit kalphite",
- "examine": "Hail to the Queen",
- "attack_level": "25",
- "combat_style": "1",
- "death_animation": "6228",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "magic_level": "25",
- "melee_animation": "6223",
- "range_animation": "0",
- "range_level": "25",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "25",
- "weakness": "10"
- },
- {
- "id": "6996",
- "name": "Fishing spot"
- },
- {
- "id": "6997",
- "name": "Baby raccoon",
- "examine": "A stripy little baby raccoon.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "6896",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A bulldog puppy.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "6998",
- "name": "Revenant dragon",
- "examine": "A ghost of a dragon slain during the god wars.",
- "attack_level": "85",
- "clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "8593",
- "defence_animation": "8592",
- "defence_level": "85",
- "lifepoints": "155",
- "magic_animation": "8594",
- "melee_animation": "8591",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "8594",
- "range_level": "85",
- "safespot": null,
- "spawn_animation": "8595",
- "strength_level": "85"
- },
- {
- "id": "6999",
- "name": "Revenant dragon",
- "examine": "A ghost of a dragon slain during the god wars.",
- "attack_level": "85",
- "clue_level": "2",
- "combat_audio": "408,410,409",
- "death_animation": "8593",
- "defence_animation": "8592",
- "defence_level": "85",
- "lifepoints": "155",
- "magic_animation": "8594",
- "melee_animation": "8591",
- "poison_amount": "",
- "poisonous": "",
- "range_animation": "8594",
- "range_level": "85",
- "safespot": null,
- "spawn_animation": "8595",
- "strength_level": "85"
- },
- {
- "id": "7000",
- "name": "Dark Squall"
- },
- {
- "id": "7002",
- "name": "Surok Magis"
- },
- {
- "id": "7003",
- "name": "Fire giant",
- "examine": "A very large elemental adversary.",
- "attack_level": "65",
- "attack_speed": "5",
- "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "447,451,450",
- "death_animation": "4668",
- "defence_animation": "4664",
- "defence_level": "65",
- "lifepoints": "111",
- "magic_animation": "4666",
- "magic_level": "1",
- "melee_animation": "4666",
- "range_animation": "4666",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "slayer_exp": "111",
- "strength_level": "65",
- "weakness": "1"
- },
- {
- "id": "7004",
- "name": "Fire giant",
- "examine": "A very large elemental adversary.",
- "attack_level": "65",
- "attack_speed": "5",
- "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
- "combat_audio": "447,451,450",
- "death_animation": "4668",
- "defence_animation": "4664",
- "defence_level": "65",
- "lifepoints": "111",
- "magic_animation": "4666",
- "magic_level": "1",
- "melee_animation": "4666",
- "range_animation": "4666",
- "range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "slayer_exp": "111",
- "strength_level": "65",
- "weakness": "1"
- },
- {
- "id": "7005",
- "name": "Big wolf",
- "examine": "Must be the pack leader.",
- "aggressive": "true",
- "attack_level": "60",
- "death_animation": "6558",
"defence_animation": "0",
- "defence_level": "62",
- "lifepoints": "21",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bulldog",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6897",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Hatchling dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "408,410,409",
+ "strength_level": "1",
+ "id": "6900",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Baby dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "407,405,406",
+ "strength_level": "1",
+ "id": "6901",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Hatchling dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "408,410,409",
+ "strength_level": "1",
+ "id": "6902",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Baby dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "407,405,406",
+ "strength_level": "1",
+ "id": "6903",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Hatchling dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "408,410,409",
+ "strength_level": "1",
+ "id": "6904",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Baby dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "407,405,406",
+ "strength_level": "1",
+ "id": "6905",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Hatchling dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "408,410,409",
+ "strength_level": "1",
+ "id": "6906",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Baby dragon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "407,405,406",
+ "strength_level": "1",
+ "id": "6907",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's so adorably tiny!",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby gecko",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6917",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A tiny nut-thief.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby squirrel",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6921",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "6942",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "6943",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "It's a tiny",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6944",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "2",
+ "melee_animation": "8304",
+ "attack_speed": "5",
+ "respawn_delay": "0",
+ "defence_animation": "8306",
+ "death_animation": "8305",
+ "name": "Bulldog puppy",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "651",
+ "strength_level": "1",
+ "id": "6969",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7181",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "7186",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6972",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "melee_animation": "7182",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6973",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "melee_animation": "7182",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6974",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7181",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "7186",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6975",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7182",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6976",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7182",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6977",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7182",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6978",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7181",
+ "combat_audio": "511,513,512",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "7186",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6979",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7182",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druid",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6980",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7182",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druidess",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6981",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7181",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "7186",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druidess",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6982",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7182",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druidess",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6983",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7181",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "7186",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druidess",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6984",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7182",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druidess",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6985",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7182",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druidess",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6986",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A nature lover.",
+ "melee_animation": "7182",
+ "range_animation": "0",
+ "combat_audio": "511,506,505",
+ "attack_speed": "4",
+ "magic_level": "25",
+ "respawn_delay": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "711",
+ "death_animation": "7185",
+ "name": "Druidess",
+ "defence_level": "32",
+ "safespot": null,
+ "lifepoints": "30",
+ "strength_level": "28",
+ "id": "6987",
+ "range_level": "1",
+ "attack_level": "28"
+ },
+ {
+ "death_animation": "8570",
+ "name": "Spirit jelly",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "8569",
+ "strength_level": "1",
+ "id": "6992",
+ "range_level": "1",
+ "respawn_delay": "0",
+ "attack_level": "1",
+ "defence_animation": "8571"
+ },
+ {
+ "examine": "On Gielinor",
+ "melee_animation": "8569",
+ "range_animation": "0",
+ "magic_level": "50",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8570",
+ "name": "Spirit jelly",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "50",
+ "id": "6993",
+ "range_level": "50",
+ "attack_level": "50"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "8519",
+ "respawn_delay": "0",
+ "defence_animation": "8518",
+ "death_animation": "8517",
+ "name": "Spirit kalphite",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "77",
+ "strength_level": "1",
+ "id": "6994",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Hail to the Queen",
+ "combat_style": "1",
+ "melee_animation": "6223",
+ "range_animation": "0",
+ "magic_level": "25",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "6228",
+ "name": "Spirit kalphite",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "25",
+ "id": "6995",
+ "range_level": "25",
+ "attack_level": "25"
+ },
+ {
+ "examine": "A stripy little baby raccoon.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby raccoon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "6997",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "spawn_animation": "8595",
+ "examine": "A ghost of a dragon slain during the god wars.",
+ "melee_animation": "8591",
+ "range_animation": "8594",
+ "combat_audio": "408,410,409",
+ "poisonous": "true",
+ "defence_animation": "8592",
+ "poison_amount": "8",
+ "magic_animation": "8594",
+ "death_animation": "8593",
+ "name": "Revenant dragon",
+ "defence_level": "85",
+ "safespot": null,
+ "lifepoints": "155",
+ "strength_level": "85",
+ "id": "6998",
+ "clue_level": "2",
+ "range_level": "85",
+ "attack_level": "85"
+ },
+ {
+ "spawn_animation": "8595",
+ "examine": "A ghost of a dragon slain during the god wars.",
+ "melee_animation": "8591",
+ "range_animation": "8594",
+ "combat_audio": "408,410,409",
+ "poisonous": "true",
+ "defence_animation": "8592",
+ "poison_amount": "8",
+ "magic_animation": "8594",
+ "death_animation": "8593",
+ "name": "Revenant dragon",
+ "defence_level": "85",
+ "safespot": null,
+ "lifepoints": "155",
+ "strength_level": "85",
+ "id": "6999",
+ "clue_level": "2",
+ "range_level": "85",
+ "attack_level": "85"
+ },
+ {
+ "examine": "A very large elemental adversary.",
+ "slayer_task": "33",
+ "melee_animation": "4666",
+ "range_animation": "4666",
+ "combat_audio": "447,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "20",
+ "defence_animation": "4664",
+ "weakness": "1",
+ "slayer_exp": "111",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Fire giant",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "111",
+ "strength_level": "65",
+ "id": "7003",
+ "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "A very large elemental adversary.",
+ "slayer_task": "33",
+ "melee_animation": "4666",
+ "range_animation": "4666",
+ "combat_audio": "447,451,450",
+ "attack_speed": "5",
+ "magic_level": "1",
+ "respawn_delay": "20",
+ "defence_animation": "4664",
+ "weakness": "1",
+ "slayer_exp": "111",
+ "magic_animation": "4666",
+ "death_animation": "4668",
+ "name": "Fire giant",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "111",
+ "strength_level": "65",
+ "id": "7004",
+ "bonuses": "29,29,29,0,0,0,3,2,0,0,0,31,0,0,0",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "Must be the pack leader.",
+ "slayer_task": "92",
"melee_animation": "6559",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
+ "defence_animation": "0",
"slayer_exp": "74",
- "strength_level": "60"
+ "magic_animation": "0",
+ "death_animation": "6558",
+ "name": "Big wolf",
+ "defence_level": "62",
+ "safespot": null,
+ "lifepoints": "21",
+ "strength_level": "60",
+ "id": "7005",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "60"
},
{
- "id": "7006",
- "name": "Grenwall"
- },
- {
- "id": "7010",
- "name": "Grenwall",
"examine": "An active spiny creature.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7011",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Grenwall",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7010",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "A hiding spiny creature.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Grenwall",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7011",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "What a strange little creature.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pawya",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7012",
- "name": "Pawya",
- "examine": "What a strange little creature.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7013",
- "name": "Earth Mound",
"examine": "Dug by a Pawya (Not actual exam).",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Earth Mound",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7013",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7014",
- "name": "Pawya",
"examine": "What a strange little creature.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Pawya",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7014",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7015",
- "name": "Platypus"
- },
- {
- "id": "7016",
- "name": "Platypus"
- },
- {
- "id": "7017",
- "name": "Platypus"
- },
- {
- "id": "7018",
- "name": "Baby platypus"
- },
- {
- "id": "7019",
- "name": "Baby platypus"
- },
- {
- "id": "7020",
- "name": "Baby platypus"
- },
- {
- "id": "7021",
+ "examine": "A most unlikely creature.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Platypus",
- "examine": "A most unlikely creature.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "7021",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A most unlikely creature.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7022",
- "name": "Platypus"
- },
- {
- "id": "7023",
- "name": "Platypus"
- },
- {
- "id": "7024",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Baby platypus",
- "examine": "A most unlikely creature.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7024",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7025",
- "name": "Baby platypus"
- },
- {
- "id": "7026",
- "name": "Baby platypus"
- },
- {
- "id": "7027",
- "name": "Patrick"
- },
- {
- "id": "7028",
- "name": "Penelope"
- },
- {
- "id": "7029",
- "name": "Peter"
- },
- {
- "id": "7030",
- "name": "Peanut"
- },
- {
- "id": "7031",
- "name": "Wimpy bird",
"examine": "An ogre snack with wings.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "slayer_task": "7",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wimpy bird",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7031",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7032",
- "name": "Diseased kebbit"
- },
- {
- "id": "7039",
- "name": "Diseased kebbit",
"examine": "A shy creature with a toxic bite.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Diseased kebbit",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7039",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7040",
- "name": "Fishing spot"
- },
- {
- "id": "7045",
- "name": "Fishing spot"
- },
- {
- "id": "7046",
- "name": "Fishing spot"
- },
- {
- "id": "7047",
- "name": "Balnea",
- "examine": "She looks like she means business."
- },
- {
- "id": "7048",
- "name": "Frawd"
- },
- {
- "id": "7049",
- "name": "Ogress banker",
"examine": "Fit to wear the uniform?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ogress banker",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7049",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7050",
- "name": "Ogress banker"
- },
- {
- "id": "7051",
- "name": "Chief Tess",
"examine": "She walks as if she owns the place.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Chief Tess",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7051",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7052",
- "name": "Seegud"
- },
- {
- "id": "7053",
- "name": "Chargurr"
- },
- {
- "id": "7054",
- "name": "Chargurr"
- },
- {
- "id": "7055",
- "name": "Snurgh"
- },
- {
- "id": "7058",
- "name": "Kringk"
- },
- {
- "id": "7059",
- "name": "Thump"
- },
- {
- "id": "7060",
- "name": "Massage table"
- },
- {
- "id": "7061",
- "name": "Thump"
- },
- {
- "id": "7062",
- "name": "Muggh"
- },
- {
- "id": "7063",
- "name": "Kringk"
- },
- {
- "id": "7064",
- "name": "Hairdryer"
- },
- {
- "id": "7065",
- "name": "Snert"
- },
- {
- "id": "7068",
- "name": "Tyke"
- },
- {
- "id": "7069",
- "name": "Snarrl"
- },
- {
- "id": "7070",
- "name": "Snarrk"
- },
- {
- "id": "7071",
- "name": "I'rk"
- },
- {
- "id": "7072",
- "name": "Thuddley"
- },
- {
- "id": "7073",
- "name": "Grr'bah"
- },
- {
- "id": "7074",
- "name": "Chomp"
- },
- {
- "id": "7075",
- "name": "Grubb"
- },
- {
- "id": "7076",
- "name": "Grunther"
- },
- {
- "id": "7077",
- "name": "Glum"
- },
- {
- "id": "7078",
- "name": "Ogress champion",
"examine": "A fearsome adversary with no sense of humour.",
- "aggressive": "true",
- "attack_level": "48",
- "death_animation": "8640",
+ "slayer_task": "64",
+ "melee_animation": "8636",
+ "range_animation": "0",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "8640",
+ "name": "Ogress champion",
"defence_level": "48",
+ "safespot": null,
"lifepoints": "68",
- "magic_animation": "0",
- "melee_animation": "8636",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "48",
- "weakness": "6"
+ "id": "7078",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "48"
},
{
- "id": "7079",
- "name": "Ogress warrior",
"examine": "Irascible, belligerent and stupefyingly impolite.",
- "aggressive": "true",
- "attack_level": "45",
- "death_animation": "8640",
- "defence_animation": "0",
- "defence_level": "45",
- "lifepoints": "64",
- "magic_animation": "0",
+ "slayer_task": "64",
"melee_animation": "8636",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "45",
- "weakness": "6"
- },
- {
- "id": "7080",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "8640",
"name": "Ogress warrior",
- "examine": "Irascible, beliggerent and stupefyingly impolite.",
- "aggressive": "true",
- "attack_level": "45",
- "death_animation": "8641",
- "defence_animation": "0",
"defence_level": "45",
- "lifepoints": "64",
- "magic_animation": "0",
- "melee_animation": "8637",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
"safespot": null,
+ "lifepoints": "64",
"strength_level": "45",
- "weakness": "6"
+ "id": "7079",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "45"
},
{
- "id": "7081",
- "name": "Ogress",
- "examine": "A large and contentious lady ogre.",
- "aggressive": "true",
- "attack_level": "42",
- "attack_speed": "5",
- "death_animation": "8640",
+ "examine": "Irascible, beliggerent and stupefyingly impolite.",
+ "slayer_task": "64",
+ "melee_animation": "8637",
+ "range_animation": "0",
+ "respawn_delay": "60",
"defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
+ "weakness": "6",
"magic_animation": "0",
+ "death_animation": "8641",
+ "name": "Ogress warrior",
+ "defence_level": "45",
+ "safespot": null,
+ "lifepoints": "64",
+ "strength_level": "45",
+ "id": "7080",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "45"
+ },
+ {
+ "examine": "A large and contentious lady ogre.",
+ "slayer_task": "64",
"melee_animation": "8636",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "8640",
+ "name": "Ogress",
+ "defence_level": "42",
"safespot": null,
+ "lifepoints": "60",
"strength_level": "42",
- "weakness": "6"
+ "id": "7081",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "42"
},
{
- "id": "7082",
- "name": "Ogress",
"examine": "A large and contentious lady ogre.",
- "aggressive": "true",
- "attack_level": "42",
- "attack_speed": "5",
- "death_animation": "8641",
- "defence_animation": "0",
- "defence_level": "42",
- "lifepoints": "60",
- "magic_animation": "0",
+ "slayer_task": "64",
"melee_animation": "8637",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "8641",
+ "name": "Ogress",
+ "defence_level": "42",
"safespot": null,
+ "lifepoints": "60",
"strength_level": "42",
- "weakness": "6"
- },
- {
- "id": "7083",
- "name": "Flying bugs"
- },
- {
- "id": "7084",
- "name": "Eucalyptus ent",
- "examine": "Dead stone defending a dead throne room.",
+ "id": "7082",
"aggressive": "true",
- "attack_level": "51",
+ "range_level": "1",
+ "attack_level": "42"
+ },
+ {
+ "examine": "Dead stone defending a dead throne room.",
+ "range_animation": "0",
"attack_speed": "5",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Eucalyptus ent",
"defence_level": "51",
+ "safespot": null,
"lifepoints": "145",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "51",
- "weakness": "7"
+ "id": "7084",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "51"
},
{
- "id": "7085",
- "name": "Eucalyptus ent",
"examine": "Dead stone defending a dead throne room.",
- "aggressive": "true",
- "attack_level": "54",
+ "range_animation": "0",
"attack_speed": "5",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Eucalyptus ent",
"defence_level": "54",
+ "safespot": null,
"lifepoints": "142",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "54",
- "weakness": "7"
+ "id": "7085",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "54"
},
{
- "id": "7086",
- "name": "Eucalyptus ent",
"examine": "Dead stone defending a dead throne room.",
- "aggressive": "true",
- "attack_level": "57",
+ "range_animation": "0",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "name": "Eucalyptus ent",
"defence_level": "57",
+ "safespot": null,
"lifepoints": "162",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
"strength_level": "57",
- "weakness": "7"
+ "id": "7086",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "57"
},
{
- "id": "7087",
- "name": "Balnea"
- },
- {
- "id": "7088",
- "name": "Chief Tess"
- },
- {
- "id": "7089",
- "name": "Chargurr"
- },
- {
- "id": "7090",
- "name": "Wise Old Man"
- },
- {
- "id": "7091",
- "name": "Dawg"
- },
- {
- "id": "7105",
- "name": "Chaos druid",
"examine": "A crazy, evil druid.",
- "aggressive": "true",
- "attack_level": "8",
- "attack_speed": "4",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "12",
- "end_gfx": "107",
- "lifepoints": "20",
- "magic_animation": "422",
- "magic_level": "10",
- "melee_animation": "422",
- "projectile": "106",
- "range_animation": "422",
- "range_level": "1",
- "respawn_delay": "25",
- "safespot": null,
"start_gfx": "105",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "attack_speed": "4",
+ "magic_level": "10",
+ "end_gfx": "107",
+ "respawn_delay": "25",
+ "defence_animation": "404",
+ "weakness": "3",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Chaos druid",
+ "defence_level": "12",
+ "safespot": null,
+ "lifepoints": "20",
"strength_level": "8",
- "weakness": "3"
+ "id": "7105",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "projectile": "106",
+ "attack_level": "8"
},
{
+ "examine": "Low on brains, high on aggression.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
"id": "7106",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
"bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0",
"clue_level": "0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "7"
},
{
+ "examine": "Low on brains, high on aggression.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
"id": "7107",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
"bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0",
"clue_level": "0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "7"
},
{
+ "examine": "Low on brains, high on aggression.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
"id": "7108",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
"bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0",
"clue_level": "0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "7"
},
{
+ "examine": "Low on brains, high on aggression.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
"id": "7109",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
"bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0",
"clue_level": "0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "7"
},
{
+ "examine": "Low on brains, high on aggression.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
"id": "7110",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
"bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0",
"clue_level": "0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "7"
},
{
+ "examine": "Low on brains, high on aggression.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
"id": "7111",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
"bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0",
"clue_level": "0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "7"
},
{
+ "examine": "Low on brains, high on aggression.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
"id": "7112",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
"bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0",
"clue_level": "0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "7"
},
{
+ "examine": "Low on brains, high on aggression.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
"id": "7113",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
"bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0",
"clue_level": "0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "7"
},
{
+ "examine": "Low on brains, high on aggression.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "50",
+ "defence_animation": "404",
+ "magic_animation": "0",
+ "death_animation": "9055",
+ "name": "Thug",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "18",
+ "strength_level": "5",
"id": "7114",
- "name": "Thug",
- "examine": "Low on brains, high on aggression.",
"aggressive": "true",
- "attack_level": "7",
- "attack_speed": "4",
"bonuses": "5,5,5,0,0,0,2,3,3,0,0,5,0,0,0",
"clue_level": "0",
- "death_animation": "9055",
- "defence_animation": "404",
- "defence_level": "9",
- "lifepoints": "18",
- "magic_animation": "0",
- "magic_level": "1",
- "melee_animation": "386",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "5"
+ "attack_level": "7"
},
{
- "id": "7115",
- "name": "Thaki the delivery dwarf",
"examine": "He seems to be enjoying his time in the bar.",
- "attack_level": "1",
- "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "melee_animation": "0",
+ "range_animation": "0",
"magic_level": "1",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Thaki the delivery dwarf",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7115",
+ "bonuses": "5,5,0,0,0,0,2,3,3,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7116",
- "name": "Drunken sailor"
- },
- {
- "id": "7117",
- "name": "Drunken sailor"
- },
- {
- "id": "7118",
- "name": "Catapult engineer"
- },
- {
- "id": "7119",
- "name": "Tyras guard"
- },
- {
- "id": "7120",
- "name": "Tyras guard",
"examine": "One of King Tyras's men.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Tyras guard",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7121",
- "name": "General Hining"
- },
- {
- "id": "7122",
- "name": "Githan"
- },
- {
- "id": "7123",
- "name": "Amulet of Nature"
- },
- {
- "id": "7124",
- "name": "Mud"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7120",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A hungry-looking rabbit.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rabbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7125",
- "name": "Rabbit",
- "examine": "A hungry-looking rabbit.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7126",
- "name": "Rabbit",
- "examine": "A hungry-looking rabbit.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
+ "examine": "A gnome farmer.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7127",
- "name": "Rabbit",
- "examine": "A hungry-looking rabbit.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "50",
+ "death_animation": "0",
+ "name": "Farmer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7128",
- "name": "Farmer",
- "examine": "A gnome farmer.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7129",
- "name": "Farmer",
"examine": "A gnome farmer.",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Farmer",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7130",
- "name": "Farmer",
- "examine": "A gnome farmer.",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7131",
- "name": "Farmer Blinkin",
- "examine": "The head farmer, apparently."
- },
- {
- "id": "7132",
- "name": "Mrs. Winkin",
"examine": "Owner of this homestead.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7133",
- "name": "Bork",
- "examine": "That's one big Ork... ",
- "agg_radius": "64",
- "attack_level": "100",
- "attack_speed": "6",
- "bonuses": "200,120,100,300,300,120,400,500,300,200,300,400,200,90,0",
- "death_animation": "8756",
- "defence_animation": "8755",
- "defence_level": "80",
- "lifepoints": "300",
- "melee_animation": "8754",
- "poison_immune": "true",
- "range_level": "1",
- "respawn_delay": "60",
- "strength_level": "90"
- },
- {
- "id": "7134",
- "name": "Bork",
- "agg_radius": "64",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "8",
- "death_animation": "8756",
- "defence_animation": "8755",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mrs. Winkin",
"defence_level": "1",
- "lifepoints": "300",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7132",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "agg_radius": "64",
+ "examine": "That's one big Ork... ",
"melee_animation": "8754",
- "poison_immune": "true",
- "range_level": "1",
+ "attack_speed": "6",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "defence_animation": "8755",
+ "death_animation": "8756",
+ "name": "Bork",
+ "defence_level": "80",
+ "lifepoints": "300",
+ "strength_level": "90",
+ "id": "7133",
+ "bonuses": "200,120,100,300,300,120,400,500,300,200,300,400,200,90,0",
+ "range_level": "1",
+ "attack_level": "100"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Sharimika",
+ "id": "2505"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Sharimika",
+ "id": "2506"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Mamma Bufetta",
+ "id": "2508"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Mamma Bufetta",
+ "id": "2509"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Layleen",
+ "id": "2511"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Layleen",
+ "id": "2512"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Karaday",
+ "id": "2514"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Karaday",
+ "id": "2515"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Safta Doc",
+ "id": "2517"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Safta Doc",
+ "id": "2518"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Gabooty",
+ "id": "2520"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Gabooty",
+ "id": "2521"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Fanellaman",
+ "id": "2523"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Fanellaman",
+ "id": "2524"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Jagbakoba",
+ "id": "2526"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Jagbakoba",
+ "id": "2527"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Murcaily",
+ "id": "2529"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Murcaily",
+ "id": "2530"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Rionasta",
+ "id": "2532"
+ },
+ {
+ "examine": "A native of Tai Bwo Wannai.",
+ "name": "Rionasta",
+ "id": "2533"
+ },
+ {
+ "agg_radius": "64",
+ "melee_animation": "8754",
+ "attack_speed": "8",
+ "respawn_delay": "60",
+ "defence_animation": "8755",
+ "death_animation": "8756",
+ "name": "Bork",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "300",
+ "strength_level": "1",
+ "id": "7134",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7135",
- "name": "Ork legion",
"examine": "Aww, aren't they the cutest li - Argh!",
- "aggressive": "true",
- "attack_level": "68",
- "bonuses": "5,10,3,5,3,5,5,5,10,0,0,0,0,0,0",
- "death_animation": "8761",
- "defence_animation": "0",
- "defence_level": "57",
- "lifepoints": "100",
- "magic_animation": "0",
"melee_animation": "8760",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "8761",
+ "name": "Ork legion",
+ "defence_level": "57",
"poison_immune": "true",
- "range_animation": "0",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "68",
+ "id": "7135",
+ "aggressive": "true",
+ "bonuses": "5,10,3,5,3,5,5,5,10,0,0,0,0,0,0",
"range_level": "68",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "68"
+ "attack_level": "68"
},
{
- "id": "7136",
- "name": "Surok Magis"
- },
- {
- "id": "7137",
- "name": "Dagon'hai Elite",
"examine": "A powerful wizard.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "25",
- "bonuses": "220,190,140,120,120,130,90,120,120,200,100,154,150,93,190",
"combat_style": "2",
- "defence_level": "40",
- "lifepoints": "70",
+ "attack_speed": "25",
"magic_level": "90",
- "range_level": "1",
- "safespot": null,
"spell_id": "11",
- "strength_level": "90"
+ "name": "Dagon'hai Elite",
+ "defence_level": "40",
+ "safespot": null,
+ "lifepoints": "70",
+ "strength_level": "90",
+ "id": "7137",
+ "aggressive": "true",
+ "bonuses": "220,190,140,120,120,130,90,120,120,200,100,154,150,93,190",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A monk of the Dagon'hai.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "98",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Dagon'hai Monk",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "84",
"id": "7138",
- "name": "Dagon'hai Monk",
- "examine": "A monk of the Dagon'hai.",
"aggressive": "true",
- "attack_level": "84",
- "attack_speed": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "80",
- "lifepoints": "88",
- "magic_animation": "0",
- "magic_level": "98",
- "melee_animation": "422",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "84"
+ "attack_level": "84"
},
{
+ "examine": "A monk of the Dagon'hai.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "98",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Dagon'hai Monk",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "84",
"id": "7139",
- "name": "Dagon'hai Monk",
- "examine": "A monk of the Dagon'hai.",
"aggressive": "true",
- "attack_level": "84",
- "attack_speed": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "80",
- "lifepoints": "88",
- "magic_animation": "0",
- "magic_level": "98",
- "melee_animation": "422",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "84"
+ "attack_level": "84"
},
{
+ "examine": "A monk of the Dagon'hai.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "98",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Dagon'hai Monk",
+ "defence_level": "80",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "84",
"id": "7140",
- "name": "Dagon'hai Monk",
- "examine": "A monk of the Dagon'hai.",
"aggressive": "true",
- "attack_level": "84",
- "attack_speed": "5",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "80",
- "lifepoints": "88",
- "magic_animation": "0",
- "magic_level": "98",
- "melee_animation": "422",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "84"
+ "attack_level": "84"
},
{
- "id": "7141",
- "name": "null",
"examine": "He seems to have gone mad.",
- "aggressive": "true",
- "attack_level": "25",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "4",
- "magic_animation": "0",
- "magic_level": "25",
"melee_animation": "426",
"range_animation": "426",
- "range_level": "25",
+ "magic_level": "25",
+ "defence_animation": "0",
+ "weakness": "1",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "null",
+ "defence_level": "25",
"safespot": null,
- "strength_level": "25",
- "weakness": "1"
- },
- {
- "id": "7142",
- "name": "Guard",
- "examine": "He thumps people who cheat.",
- "attack_level": "1",
- "clue_level": "1",
- "combat_audio": "511,513,512",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7143",
- "name": "Professor Henry"
- },
- {
- "id": "7144",
- "name": "Gublinch jailmate",
- "examine": "An imprisoned gublinch.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7145",
- "name": "Gublinchette jailmate",
- "examine": "An imprisoned gublinch.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7146",
- "name": "Gublinchette jailmate",
- "examine": "An imprisoned gublinch.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7147",
- "name": "Gublinch jailmate",
- "examine": "An imprisoned gublinch.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7148",
- "name": "Gublinch jailmate",
- "examine": "An imprisoned gublinch.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7149",
- "name": "Gublinch jailmate",
- "examine": "An imprisoned gublinch.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7150",
- "name": "Gublinch jailmate",
- "examine": "An imprisoned gublinch.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7151",
- "name": "Student",
- "examine": "A person sitting an exam.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "strength_level": "1"
- },
- {
- "id": "7152",
- "name": "Student",
- "examine": "A person sitting an exam.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7153",
- "name": "Student",
- "examine": "A person sitting an exam.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "strength_level": "1"
- },
- {
- "id": "7154",
- "name": "Student",
- "examine": "A person sitting an exam.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "strength_level": "1"
- },
- {
- "id": "7155",
- "name": "Student",
- "examine": "A person sitting an exam.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "strength_level": "1"
- },
- {
- "id": "7156",
- "name": "Student",
- "examine": "A person sitting an exam.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7157",
- "name": "Student",
- "examine": "A person sitting an exam.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "strength_level": "1"
- },
- {
- "id": "7158",
- "name": "Cockroach drone",
- "examine": "A household pest.",
- "attack_level": "3",
- "attack_speed": "5",
- "death_animation": "8788",
- "defence_animation": "0",
- "defence_level": "3",
"lifepoints": "4",
+ "strength_level": "25",
+ "id": "7141",
+ "aggressive": "true",
+ "range_level": "25",
+ "attack_level": "25"
+ },
+ {
+ "examine": "He thumps people who cheat.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "511,513,512",
+ "defence_animation": "0",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Guard",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7142",
+ "clue_level": "1",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An imprisoned gublinch.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gublinch jailmate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7144",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An imprisoned gublinch.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gublinchette jailmate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7145",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An imprisoned gublinch.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gublinchette jailmate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7146",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An imprisoned gublinch.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gublinch jailmate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7147",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An imprisoned gublinch.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gublinch jailmate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7148",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An imprisoned gublinch.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gublinch jailmate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7149",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "An imprisoned gublinch.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Gublinch jailmate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7150",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A person sitting an exam.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Student",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7152",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A person sitting an exam.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Student",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7156",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A person sitting an exam.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Student",
+ "defence_level": "1",
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7157",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A household pest.",
"melee_animation": "8785",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "8788",
+ "name": "Cockroach drone",
+ "defence_level": "3",
"safespot": null,
+ "lifepoints": "4",
"strength_level": "3",
- "weakness": "8"
+ "id": "7158",
+ "range_level": "1",
+ "attack_level": "3"
},
{
- "id": "7159",
- "name": "Cockroach worker",
"examine": "Eurgh! A big bug.",
- "attack_level": "22",
- "attack_speed": "5",
- "death_animation": "8790",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "31",
- "magic_animation": "0",
"melee_animation": "8787",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "8790",
+ "name": "Cockroach worker",
+ "defence_level": "70",
"safespot": null,
+ "lifepoints": "31",
"strength_level": "22",
- "weakness": "8"
+ "id": "7159",
+ "range_level": "1",
+ "attack_level": "22"
},
{
- "id": "7160",
- "name": "Cockroach soldier",
"examine": "Euww! A giant bug.",
- "attack_level": "38",
- "attack_speed": "5",
- "bonuses": "10,10,10,5,0,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "8789",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "97",
- "magic_animation": "0",
"melee_animation": "8786",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "8789",
+ "name": "Cockroach soldier",
+ "defence_level": "70",
"safespot": null,
+ "lifepoints": "97",
"strength_level": "26",
- "weakness": "8"
+ "id": "7160",
+ "bonuses": "10,10,10,5,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "38"
},
{
+ "melee_animation": "422",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Mugger",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "8",
+ "strength_level": "1",
"id": "7161",
- "name": "Mugger",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "8",
- "melee_animation": "422",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "melee_animation": "422",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Mugger",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "8",
+ "strength_level": "1",
"id": "7162",
- "name": "Mugger",
"aggressive": "true",
- "attack_level": "1",
- "death_animation": "836",
- "defence_animation": "425",
- "defence_level": "1",
- "lifepoints": "8",
- "melee_animation": "422",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7163",
- "name": "Villager"
- },
- {
- "id": "7165",
- "name": "Villager"
- },
- {
- "id": "7166",
- "name": "Villager"
- },
- {
- "id": "7167",
- "name": "Villager"
- },
- {
- "id": "7168",
- "name": "Kimberly",
- "examine": "A little girl. She looks terrified.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
+ "examine": "A popular dwarven delicacy.",
+ "melee_animation": "4933",
+ "range_animation": "4933",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "4934",
+ "magic_animation": "4933",
+ "death_animation": "4935",
+ "name": "Rat",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7169",
- "name": "Kimberly"
- },
- {
- "id": "7170",
- "name": "Kimberly"
- },
- {
- "id": "7171",
- "name": "Kennith"
- },
- {
- "id": "7172",
- "name": "Kennith"
- },
- {
- "id": "7173",
- "name": "Kennith"
- },
- {
- "id": "7174",
- "name": "Kennith"
- },
- {
- "id": "7175",
- "name": "Kennith"
- },
- {
- "id": "7176",
- "name": "Villager"
- },
- {
- "id": "7184",
- "name": "Ezekial Lovecraft"
- },
- {
- "id": "7185",
- "name": "Clive"
- },
- {
- "id": "7186",
- "name": "Katherine"
- },
- {
- "id": "7187",
- "name": "Katherine"
- },
- {
- "id": "7188",
- "name": "Clive"
- },
- {
- "id": "7189",
- "name": "Kent"
- },
- {
- "id": "7190",
- "name": "Rabbit hole"
- },
- {
- "id": "7197",
- "name": "Easter Bunny"
- },
- {
- "id": "7198",
- "name": "Bunny"
- },
- {
- "id": "7199",
- "name": "Bunny"
- },
- {
- "id": "7200",
- "name": "Guard bunny"
- },
- {
- "id": "7201",
- "name": "Chocatrice"
- },
- {
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "7202",
- "name": "Rat",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "4933",
"melee_animation": "4933",
"range_animation": "4933",
- "range_level": "1",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "4934",
+ "magic_animation": "4933",
+ "death_animation": "4935",
+ "name": "Rat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7203",
- "name": "Void Knight"
- },
- {
+ "lifepoints": "5",
+ "strength_level": "1",
"id": "7204",
- "name": "Rat",
- "examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "4933",
- "melee_animation": "4933",
- "range_animation": "4933",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7205",
- "name": "Mouse"
- },
- {
- "id": "7206",
+ "examine": "It seems to have eaten a lot of chocolate.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Cockroach",
- "examine": "It seems to have eaten a lot of chocolate.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7206",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7207",
- "name": "Spider",
"examine": "It's searching for crumbs of chocolate.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Spider",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7207",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7208",
- "name": "Rabbit"
- },
- {
- "id": "7209",
- "name": "Snail",
"examine": "It seems to have eaten a lot of chocolate.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Snail",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7209",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7210",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7211",
- "name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7212",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7213",
- "name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7214",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7215",
- "name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7216",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7217",
- "name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7218",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7219",
- "name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7220",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7221",
- "name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7222",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7223",
- "name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7224",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7225",
- "name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7226",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7227",
"name": "Monkey",
- "examine": "Hide the bananas!",
- "attack_level": "1",
- "combat_audio": "629,631,630",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
+ "id": "7227",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "It's a tiny",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7228",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "It's a tiny",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7229",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "It's a tiny",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7230",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "It's a tiny",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7231",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "It's a tiny",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7232",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "It's a tiny",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "629,631,630",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7233",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7234",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7235",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Baby monkey",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "629,631,630",
+ "strength_level": "1",
"id": "7236",
- "name": "Baby monkey",
- "examine": "It's a tiny, cheeky monkey.",
- "attack_level": "1",
- "combat_audio": "629,631,630",
- "defence_level": "1",
- "lifepoints": "10",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7237",
- "name": "Terrier puppy",
- "examine": "A hyperactive little pup."
- },
- {
- "id": "7238",
- "name": "Terrier",
- "examine": "A hyperactive little pup."
- },
- {
- "id": "7239",
- "name": "Terrier puppy",
- "examine": "Such a brave doggy."
- },
- {
- "id": "7240",
- "name": "Terrier",
- "examine": "Such a brave doggy."
- },
- {
- "id": "7241",
- "name": "Greyhound puppy",
- "examine": "This is one fast little pooch."
- },
- {
- "id": "7242",
- "name": "Greyhound",
- "examine": "An aerodynamic doggy."
- },
- {
- "id": "7243",
- "name": "Greyhound puppy",
- "examine": "This is one fast little pooch."
- },
- {
- "id": "7244",
- "name": "Greyhound",
- "examine": "An aerodynamic doggy."
- },
- {
- "id": "7245",
- "name": "Labrador puppy",
- "examine": "Soft but strong... and cute."
- },
- {
- "id": "7246",
- "name": "Labrador",
- "examine": "My most faithful friend."
- },
- {
- "id": "7247",
- "name": "Labrador puppy",
- "examine": "Soft but strong... and cute."
- },
- {
- "id": "7248",
- "name": "Labrador",
- "examine": "My most faithful friend."
- },
- {
- "id": "7249",
- "name": "Dalmatian puppy",
- "examine": "Now, if only I could find another hundred..."
- },
- {
- "id": "7250",
- "name": "Dalmatian",
- "examine": "A purebred doggy."
- },
- {
- "id": "7251",
- "name": "Dalmatian puppy",
- "examine": "Now, if only I could find another hundred..."
- },
- {
- "id": "7252",
- "name": "Dalmatian",
- "examine": "A purebred doggy."
- },
- {
- "id": "7253",
- "name": "Sheepdog puppy",
- "examine": "This little puppy is very quiet."
- },
- {
- "id": "7254",
- "name": "Sheepdog",
- "examine": "Come by! Come by!"
- },
- {
- "id": "7255",
- "name": "Sheepdog puppy",
- "examine": "This little puppy is very quiet."
- },
- {
- "id": "7256",
- "name": "Sheepdog",
- "examine": "Come by! Come by!"
- },
- {
- "id": "7257",
- "name": "Bulldog",
- "examine": "Looks like it's chewing a wasp."
- },
- {
- "id": "7258",
- "name": "Bulldog",
- "examine": "Looks like it's chewing a wasp."
- },
- {
- "id": "7259",
- "name": "Bulldog puppy",
- "examine": "One proud little puppy."
- },
- {
- "id": "7260",
- "name": "Bulldog puppy",
- "examine": "One proud little puppy."
- },
- {
- "id": "7261",
- "name": "Raven chick"
- },
- {
- "id": "7262",
- "name": "Raven"
- },
- {
- "id": "7263",
- "name": "Raven chick"
- },
- {
- "id": "7264",
- "name": "Raven"
- },
- {
- "id": "7265",
- "name": "Raven chick"
- },
- {
- "id": "7266",
- "name": "Raven"
- },
- {
- "id": "7267",
- "name": "Raven chick"
- },
- {
- "id": "7268",
- "name": "Raven"
- },
- {
- "id": "7269",
- "name": "Raven chick"
- },
- {
- "id": "7270",
- "name": "Raven"
- },
- {
- "id": "7271",
- "name": "Baby raccoon",
- "examine": "A stripy little baby raccoon."
- },
- {
- "id": "7272",
- "name": "Raccoon",
- "examine": "He can run with us."
- },
- {
- "id": "7273",
- "name": "Baby raccoon",
- "examine": "A stripy little baby raccoon."
- },
- {
- "id": "7274",
- "name": "Raccoon",
- "examine": "He can run with us."
- },
- {
- "id": "7275",
- "name": "Baby Raccoon",
"examine": "A stripy little baby raccoon.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Baby Raccoon",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7275",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7276",
- "name": "Baby raccoon",
- "examine": "A stripy little baby raccoon."
- },
- {
- "id": "7277",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!"
- },
- {
- "id": "7278",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!"
- },
- {
- "id": "7279",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!"
- },
- {
- "id": "7280",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!"
- },
- {
- "id": "7281",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "7282",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "7283",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "7284",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "7285",
- "name": "Baby gecko",
"examine": "It's so adorably tiny!",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
"death_animation": "0",
- "defence_animation": "0",
+ "name": "Baby gecko",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7285",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7286",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!"
- },
- {
- "id": "7287",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!"
- },
- {
- "id": "7288",
- "name": "Baby gecko",
- "examine": "It's so adorably tiny!"
- },
- {
- "id": "7289",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "7290",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "7291",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "7292",
- "name": "Gecko",
- "examine": "How cute!"
- },
- {
- "id": "7293",
- "name": "Baby giant crab"
- },
- {
- "id": "7294",
- "name": "Giant crab"
- },
- {
- "id": "7295",
- "name": "Baby giant crab"
- },
- {
- "id": "7296",
- "name": "Giant crab"
- },
- {
- "id": "7297",
- "name": "Baby giant crab"
- },
- {
- "id": "7298",
- "name": "Giant crab"
- },
- {
- "id": "7299",
- "name": "Baby giant crab"
- },
- {
- "id": "7300",
- "name": "Giant crab"
- },
- {
- "id": "7301",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief."
- },
- {
- "id": "7302",
- "name": "Squirrel",
- "examine": "An experienced nut-thief."
- },
- {
- "id": "7303",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief."
- },
- {
- "id": "7304",
- "name": "Squirrel",
- "examine": "An experienced nut-thief."
- },
- {
- "id": "7305",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief."
- },
- {
- "id": "7306",
- "name": "Squirrel",
- "examine": "An experienced nut-thief."
- },
- {
- "id": "7307",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief."
- },
- {
- "id": "7308",
- "name": "Squirrel",
- "examine": "An experienced nut-thief."
- },
- {
- "id": "7309",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief."
- },
- {
- "id": "7310",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief."
- },
- {
- "id": "7311",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief."
- },
- {
- "id": "7312",
- "name": "Baby squirrel",
- "examine": "A tiny nut-thief."
- },
- {
- "id": "7313",
- "name": "Baby penguin"
- },
- {
- "id": "7314",
- "name": "Penguin"
- },
- {
- "id": "7315",
- "name": "Penguin"
- },
- {
- "id": "7316",
- "name": "Baby penguin"
- },
- {
- "id": "7317",
- "name": "Penguin"
- },
- {
- "id": "7318",
- "name": "Penguin"
- },
- {
- "id": "7319",
- "name": "Vulture chick"
- },
- {
- "id": "7320",
- "name": "Vulture"
- },
- {
- "id": "7321",
- "name": "Vulture chick"
- },
- {
- "id": "7322",
- "name": "Vulture"
- },
- {
- "id": "7323",
- "name": "Vulture chick"
- },
- {
- "id": "7324",
- "name": "Vulture"
- },
- {
- "id": "7325",
- "name": "Vulture chick"
- },
- {
- "id": "7326",
- "name": "Vulture"
- },
- {
- "id": "7327",
- "name": "Vulture chick"
- },
- {
- "id": "7328",
- "name": "Vulture"
- },
- {
- "id": "7329",
- "name": "Swamp titan",
- "attack_level": "1",
- "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70",
- "combat_style": "0",
- "death_animation": "8226",
+ "combat_style": "1",
+ "melee_animation": "8222",
+ "magic_level": "70",
+ "respawn_delay": "0",
"defence_animation": "8224",
- "defence_level": "78",
- "lifepoints": "556",
- "magic_level": "70",
- "melee_animation": "8222",
- "range_level": "70",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7330",
- "name": "Swamp titan",
- "examine": "Do you hear duelling banjos?",
- "attack_level": "60",
- "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70",
- "combat_style": "0",
"death_animation": "8226",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "117",
- "magic_animation": "0",
- "magic_level": "65",
+ "name": "Swamp titan",
+ "defence_level": "78",
+ "safespot": null,
+ "lifepoints": "556",
+ "strength_level": "1",
+ "id": "7329",
+ "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70",
+ "range_level": "70",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Do you hear duelling banjos?",
+ "combat_style": "1",
"melee_animation": "8222",
"range_animation": "0",
- "range_level": "65",
+ "magic_level": "65",
"respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8226",
+ "name": "Swamp titan",
+ "defence_level": "65",
"safespot": null,
+ "lifepoints": "117",
"strength_level": "60",
- "weakness": "10"
+ "id": "7330",
+ "bonuses": "60,60,60,60,50,50,100,200,200,28,100,100,70,70,70",
+ "range_level": "65",
+ "attack_level": "60"
},
{
- "id": "7331",
- "name": "Spirit mosquito",
"examine": "It buzzes and bites. Nasty.",
- "attack_level": "28",
- "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0",
- "death_animation": "8033",
- "defence_animation": "8034",
- "defence_level": "25",
- "lifepoints": "43",
- "magic_animation": "8032",
- "magic_level": "21",
"melee_animation": "8032",
- "poison_immune": "true",
"range_animation": "8032",
- "range_level": "25",
+ "magic_level": "21",
"respawn_delay": "50",
- "safespot": null,
- "strength_level": "24"
- },
- {
- "id": "7332",
+ "defence_animation": "8034",
+ "magic_animation": "8032",
+ "death_animation": "8033",
"name": "Spirit mosquito",
- "examine": "It buzzes and bites. Nasty.",
- "attack_level": "28",
- "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0",
- "death_animation": "8033",
- "defence_animation": "8034",
"defence_level": "25",
- "lifepoints": "43",
- "magic_animation": "8032",
- "magic_level": "21",
- "melee_animation": "8032",
"poison_immune": "true",
- "range_animation": "8032",
- "range_level": "25",
- "respawn_delay": "50",
"safespot": null,
+ "lifepoints": "43",
"strength_level": "24",
- "weakness": "10"
+ "id": "7331",
+ "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0",
+ "range_level": "25",
+ "attack_level": "28"
},
{
- "id": "7333",
- "name": "Void spinner",
- "examine": "It spins.",
- "attack_level": "34",
- "death_animation": "8176",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "magic_level": "34",
- "melee_animation": "8172",
- "range_animation": "0",
- "range_level": "34",
- "safespot": null,
- "strength_level": "34",
- "weakness": "10"
- },
- {
- "id": "7334",
- "name": "Void spinner",
- "examine": "It spins.",
- "attack_level": "34",
- "death_animation": "8176",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "magic_level": "34",
- "melee_animation": "8172",
- "range_animation": "0",
- "range_level": "34",
- "safespot": null,
- "strength_level": "34",
- "weakness": "10"
- },
- {
- "id": "7335",
- "name": "Forge regent",
- "examine": "This one will burn right through the net!",
- "attack_level": "60",
- "combat_style": "1",
- "death_animation": "7864",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "108",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "7863",
- "range_animation": "0",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "7336",
- "name": "Forge regent",
- "examine": "This one will burn right through the net!",
- "attack_level": "60",
- "combat_style": "1",
- "death_animation": "7864",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "108",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "7863",
- "range_animation": "0",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "7337",
- "name": "Spirit larupia",
- "examine": "Fast cat is fast.",
- "attack_level": "50",
- "death_animation": "5230",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "81",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "5228",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "7338",
- "name": "Spirit larupia",
- "examine": "Fast cat is fast.",
- "attack_level": "50",
- "death_animation": "5230",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "81",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "5228",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "7339",
- "name": "Geyser titan",
- "examine": "It'll kill your enemies, and makes a great cup of tea.",
- "attack_level": "70",
- "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120",
- "combat_style": "1",
- "death_animation": "7880",
- "defence_animation": "7878",
- "defence_level": "70",
- "lifepoints": "620",
- "magic_animation": "422",
- "magic_level": "70",
- "melee_animation": "7879",
- "poison_immune": "true",
- "range_animation": "422",
- "range_level": "70",
+ "examine": "It buzzes and bites. Nasty.",
+ "melee_animation": "8032",
+ "range_animation": "8032",
+ "magic_level": "21",
"respawn_delay": "50",
- "safespot": null,
- "strength_level": "70",
- "weakness": "0"
- },
- {
- "id": "7340",
- "name": "Geyser titan",
- "examine": "It'll kill your enemies, and makes a great cup of tea.",
- "attack_level": "70",
- "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120",
- "combat_style": "1",
- "death_animation": "7880",
- "defence_animation": "7878",
- "defence_level": "70",
- "lifepoints": "620",
- "magic_animation": "422",
- "magic_level": "70",
- "melee_animation": "7879",
- "poison_immune": "true",
- "range_animation": "422",
- "range_level": "70",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "70",
- "weakness": "0"
- },
- {
- "id": "7341",
- "name": "Lava titan",
- "examine": "Made of lava.",
- "attack_level": "65",
- "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0",
- "combat_style": "0",
- "death_animation": "7979",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "115",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "7980",
- "range_animation": "0",
- "range_level": "65",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
- },
- {
- "id": "7342",
- "name": "Lava titan",
- "examine": "Made of lava.",
- "attack_level": "65",
- "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0",
- "combat_style": "0",
- "death_animation": "7979",
- "defence_animation": "0",
- "defence_level": "65",
- "lifepoints": "115",
- "magic_animation": "0",
- "magic_level": "65",
- "melee_animation": "7980",
- "range_animation": "0",
- "range_level": "65",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
- },
- {
- "id": "7343",
- "name": "Steel titan",
- "examine": "The King of the Titans!",
- "attack_level": "70",
- "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120",
- "combat_style": "1",
- "death_animation": "8184",
- "defence_animation": "8185",
- "defence_level": "70",
- "lifepoints": "750",
- "magic_animation": "8183",
- "magic_level": "70",
- "melee_animation": "8183",
- "poison_immune": "true",
- "range_animation": "8183",
- "range_level": "70",
- "respawn_delay": "15",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "70",
- "weakness": "10"
- },
- {
- "id": "7344",
- "name": "Steel titan",
- "examine": "The King of the Titans!",
- "attack_level": "70",
- "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120",
- "combat_style": "1",
- "death_animation": "8184",
- "defence_animation": "8185",
- "defence_level": "70",
- "lifepoints": "750",
- "magic_animation": "8183",
- "magic_level": "70",
- "melee_animation": "8183",
- "poison_immune": "true",
- "range_animation": "8183",
- "range_level": "70",
- "respawn_delay": "15",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "70",
- "weakness": "10"
- },
- {
- "id": "7345",
- "name": "Obsidian golem",
- "examine": "Four fists can make quite an impression IN someone...",
- "attack_level": "60",
- "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0",
- "death_animation": "8052",
- "defence_animation": "8051",
- "defence_level": "60",
- "lifepoints": "10",
- "magic_level": "60",
- "melee_animation": "8050",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60"
- },
- {
- "id": "7346",
- "name": "Obsidian golem",
- "examine": "Four fists can make quite an impression IN someone...",
- "attack_level": "60",
- "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0",
- "death_animation": "8052",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "104",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "8050",
- "range_animation": "0",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "7347",
- "name": "Talon beast",
- "examine": "If a normal black cat is bad luck",
- "attack_level": "60",
- "death_animation": "5990",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "110",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "5989",
- "range_animation": "0",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "7348",
- "name": "Talon beast",
- "examine": "If a normal black cat is bad luck",
- "attack_level": "60",
- "death_animation": "5990",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "110",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "5989",
- "range_animation": "0",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "7349",
- "name": "Abyssal titan",
- "examine": "Big",
- "attack_level": "70",
- "death_animation": "7692",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "125",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "7693",
- "range_animation": "0",
- "range_level": "70",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "70",
- "weakness": "10"
- },
- {
- "id": "7350",
- "name": "Abyssal titan",
- "examine": "Big",
- "attack_level": "70",
- "death_animation": "7692",
- "defence_animation": "0",
- "defence_level": "70",
- "lifepoints": "125",
- "magic_animation": "0",
- "magic_level": "70",
- "melee_animation": "7693",
- "range_animation": "0",
- "range_level": "70",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "70",
- "weakness": "10"
- },
- {
- "id": "7351",
- "name": "Void torcher",
- "examine": "It torches.",
- "attack_level": "34",
- "combat_style": "2",
- "death_animation": "8236",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "magic_level": "34",
- "melee_animation": "8235",
- "range_animation": "0",
- "range_level": "34",
- "safespot": null,
- "strength_level": "34",
- "weakness": "10"
- },
- {
- "id": "7352",
- "name": "Void torcher",
- "examine": "It torches.",
- "attack_level": "34",
- "combat_style": "2",
- "death_animation": "8236",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "magic_level": "34",
- "melee_animation": "8235",
- "range_animation": "0",
- "range_level": "34",
- "safespot": null,
- "strength_level": "34",
- "weakness": "10"
- },
- {
- "id": "7353",
- "name": "Giant chinchompa",
- "examine": "Looks a little...volatile.",
- "attack_level": "29",
- "combat_style": "1",
- "death_animation": "7758",
- "defence_animation": "0",
- "defence_level": "29",
- "lifepoints": "41",
- "magic_animation": "0",
- "magic_level": "29",
- "melee_animation": "7755",
- "range_animation": "0",
- "range_level": "29",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "29",
- "weakness": "10"
- },
- {
- "id": "7354",
- "name": "Giant chinchompa",
- "examine": "Looks a little...volatile.",
- "attack_level": "29",
- "combat_style": "1",
- "death_animation": "7758",
- "defence_animation": "0",
- "defence_level": "29",
- "lifepoints": "41",
- "magic_animation": "0",
- "magic_level": "29",
- "melee_animation": "7755",
- "range_animation": "0",
- "range_level": "29",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "29",
- "weakness": "10"
- },
- {
- "id": "7355",
- "name": "Fire titan",
- "examine": "Scorching!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
- "combat_style": "2",
- "death_animation": "7833",
- "defence_animation": "7832",
- "defence_level": "40",
- "lifepoints": "476",
- "magic_animation": "7834",
- "magic_level": "40",
- "melee_animation": "7834",
- "poison_immune": "true",
- "range_animation": "7834",
- "range_level": "30",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "30",
- "weakness": "10"
- },
- {
- "id": "7356",
- "name": "Fire titan",
- "examine": "Scorching!",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "64,45,76,82,208,84,221,231,179,89,113,23,0,0,0",
- "combat_style": "2",
- "death_animation": "7833",
- "defence_animation": "7832",
- "defence_level": "40",
- "lifepoints": "476",
- "magic_animation": "7834",
- "magic_level": "40",
- "melee_animation": "7834",
- "poison_immune": "true",
- "range_animation": "7834",
- "range_level": "30",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "30",
- "weakness": "10"
- },
- {
- "id": "7357",
- "name": "Moss titan",
- "examine": "Gathers rolling stones to bash people with.",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
- "death_animation": "7843",
- "defence_animation": "7832",
- "defence_level": "40",
- "lifepoints": "476",
- "magic_animation": "7834",
- "magic_level": "40",
- "melee_animation": "7844",
- "poison_immune": "true",
- "range_animation": "7834",
- "range_level": "30",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "30",
- "weakness": "10"
- },
- {
- "id": "7358",
- "name": "Moss titan",
- "examine": "Gathers rolling stones to bash people with.",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
- "death_animation": "7843",
- "defence_animation": "7832",
- "defence_level": "40",
- "lifepoints": "476",
- "magic_animation": "7834",
- "magic_level": "40",
- "melee_animation": "7844",
- "poison_immune": "true",
- "range_animation": "7834",
- "range_level": "30",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "30",
- "weakness": "10"
- },
- {
- "id": "7359",
- "name": "Ice titan",
- "examine": "Frosty the highly violent snowman.",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
- "death_animation": "7846",
- "defence_animation": "7832",
- "defence_level": "40",
- "lifepoints": "476",
- "magic_animation": "7834",
- "magic_level": "40",
- "melee_animation": "7845",
- "poison_immune": "true",
- "range_animation": "7834",
- "range_level": "30",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "30",
- "weakness": "10"
- },
- {
- "id": "7360",
- "name": "Ice titan",
- "examine": "Frosty the highly violent snowman.",
- "attack_level": "40",
- "attack_speed": "5",
- "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
- "death_animation": "7846",
- "defence_animation": "7832",
- "defence_level": "40",
- "lifepoints": "476",
- "magic_animation": "7834",
- "magic_level": "40",
- "melee_animation": "7845",
- "poison_immune": "true",
- "range_animation": "7834",
- "range_level": "30",
- "respawn_delay": "50",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "30",
- "weakness": "10"
- },
- {
- "id": "7361",
- "name": "Spirit Tz-Kih",
- "examine": "This bat burned down the belfry.",
- "attack_level": "22",
- "attack_speed": "3",
- "combat_style": "2",
- "death_animation": "8258",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "magic_level": "22",
- "melee_animation": "8257",
- "range_animation": "0",
- "range_level": "22",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "22",
- "weakness": "10"
- },
- {
- "id": "7362",
- "name": "Spirit Tz-Kih",
- "examine": "This bat burned down the belfry.",
- "attack_level": "22",
- "attack_speed": "3",
- "combat_style": "2",
- "death_animation": "8258",
- "defence_animation": "0",
- "defence_level": "22",
- "lifepoints": "31",
- "magic_animation": "0",
- "magic_level": "22",
- "melee_animation": "8257",
- "range_animation": "0",
- "range_level": "22",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "22",
- "weakness": "10"
- },
- {
- "id": "7363",
- "name": "Spirit graahk",
- "examine": "Those spikes are pretty big!",
- "attack_level": "50",
- "death_animation": "5230",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "81",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "5229",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1367",
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "7364",
- "name": "Spirit graahk",
- "examine": "Those spikes are pretty big!",
- "attack_level": "50",
- "death_animation": "5230",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "81",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "5229",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1367",
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "7365",
- "name": "Spirit kyatt",
- "examine": "Those teeth are pretty big!",
- "attack_level": "50",
- "death_animation": "5230",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "81",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "5228",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1365",
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "7366",
- "name": "Spirit kyatt",
- "examine": "Those teeth are pretty big!",
- "attack_level": "50",
- "death_animation": "5230",
- "defence_animation": "0",
- "defence_level": "50",
- "lifepoints": "81",
- "magic_animation": "0",
- "magic_level": "50",
- "melee_animation": "5228",
- "range_animation": "0",
- "range_level": "50",
- "respawn_delay": "0",
- "safespot": null,
- "start_gfx": "1365",
- "strength_level": "50",
- "weakness": "10"
- },
- {
- "id": "7367",
- "name": "Void shifter",
- "examine": "It shifts.",
- "attack_level": "34",
- "death_animation": "8133",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "magic_level": "34",
- "melee_animation": "8131",
- "range_animation": "0",
- "range_level": "34",
- "safespot": null,
- "strength_level": "34",
- "weakness": "10"
- },
- {
- "id": "7368",
- "name": "Void shifter",
- "examine": "It shifts.",
- "attack_level": "34",
- "death_animation": "8133",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "magic_level": "34",
- "melee_animation": "8131",
- "range_animation": "0",
- "range_level": "34",
- "safespot": null,
- "strength_level": "34",
- "weakness": "10"
- },
- {
- "id": "7369",
- "name": "Void shifter"
- },
- {
- "id": "7370",
- "name": "Void ravager",
- "examine": "It ravages.",
- "attack_level": "34",
- "death_animation": "8087",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "magic_level": "34",
- "melee_animation": "8086",
- "range_animation": "0",
- "range_level": "34",
- "safespot": null,
- "strength_level": "34",
- "weakness": "10"
- },
- {
- "id": "7371",
- "name": "Void ravager",
- "examine": "It ravages.",
- "attack_level": "34",
- "death_animation": "8087",
- "defence_animation": "0",
- "defence_level": "34",
- "lifepoints": "48",
- "magic_animation": "0",
- "magic_level": "34",
- "melee_animation": "8086",
- "range_animation": "0",
- "range_level": "34",
- "safespot": null,
- "strength_level": "34",
- "weakness": "10"
- },
- {
- "id": "7372",
- "name": "Ravenous locust"
- },
- {
- "id": "7373",
- "name": "Ravenous locust",
- "examine": "It's like a little stomach on wings.",
- "attack_level": "60",
- "death_animation": "7996",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "7994",
- "range_animation": "0",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "7374",
- "name": "Ravenous locust",
- "examine": "It's like a little stomach on wings.",
- "attack_level": "60",
- "death_animation": "7996",
- "defence_animation": "0",
- "defence_level": "60",
- "lifepoints": "100",
- "magic_animation": "0",
- "magic_level": "60",
- "melee_animation": "7994",
- "range_animation": "0",
- "range_level": "60",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "60",
- "weakness": "10"
- },
- {
- "id": "7375",
- "name": "Iron titan",
- "examine": "He is an iron man!",
- "attack_level": "65",
- "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90",
- "combat_style": "0",
- "death_animation": "7947",
- "defence_animation": "7948",
- "defence_level": "65",
- "lifepoints": "694",
- "magic_level": "65",
- "melee_animation": "7946",
- "range_level": "65",
- "respawn_delay": "0",
- "safespot": null,
- "strength_level": "65",
- "weakness": "10"
- },
- {
- "id": "7376",
- "name": "Iron titan",
- "examine": "He is an iron man!",
- "attack_level": "65",
- "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90",
- "combat_audio": "0,0,0",
- "combat_style": "0",
- "death_animation": "7947",
- "defence_animation": "7948",
- "defence_level": "65",
- "lifepoints": "694",
- "magic_level": "65",
- "melee_animation": "7946",
- "range_level": "65",
- "respawn_delay": "0",
- "safespot": null,
- "slayer_exp": "0",
- "strength_level": "65",
- "weakness": "10"
- },
- {
- "id": "7377",
- "name": "Pyrelord",
- "examine": "Where did I put the marshmallows?",
- "attack_level": "46",
- "death_animation": "8078",
- "defence_animation": "0",
- "defence_level": "46",
- "lifepoints": "65",
- "magic_animation": "0",
- "magic_level": "46",
- "melee_animation": "8080",
- "range_animation": "0",
- "range_level": "46",
- "safespot": null,
- "strength_level": "46",
- "weakness": "10"
- },
- {
- "id": "7378",
- "name": "Pyrelord",
- "examine": "Where did I put the marshmallows?",
- "attack_level": "46",
- "death_animation": "8078",
- "defence_animation": "0",
- "defence_level": "46",
- "lifepoints": "65",
- "magic_animation": "0",
- "magic_level": "46",
- "melee_animation": "8080",
- "range_animation": "0",
- "range_level": "46",
- "safespot": null,
- "strength_level": "46",
- "weakness": "10"
- },
- {
- "id": "7379",
- "name": "Elfinlocks",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "8967",
- "defence_animation": "8966",
- "defence_level": "1",
- "lifepoints": "120",
- "melee_animation": "8965",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7380",
- "name": "Missi Sissi",
- "aggressive": "true",
- "attack_level": "1",
- "death_animation": "8967",
- "defence_animation": "8966",
- "defence_level": "1",
- "lifepoints": "120",
- "melee_animation": "8965",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7381",
- "name": "Missi Sissi",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_style": "2",
- "death_animation": "8956",
- "defence_animation": "8957",
- "defence_level": "1",
- "lifepoints": "75",
- "melee_animation": "8955",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7382",
- "name": "Uberlass",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_style": "2",
- "death_animation": "8956",
- "defence_animation": "8957",
- "defence_level": "1",
- "lifepoints": "75",
- "melee_animation": "8955",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7383",
- "name": "Uberlass"
- },
- {
- "id": "7384",
- "name": "Uberlass"
- },
- {
- "id": "7385",
- "name": "Uberlass"
- },
- {
- "id": "7386",
- "name": "Uberlass"
- },
- {
- "id": "7387",
- "name": "Sannytea"
- },
- {
- "id": "7388",
- "name": "Sannytea"
- },
- {
- "id": "7389",
- "name": "Irollsixes"
- },
- {
- "id": "7390",
- "name": "Irollsixes"
- },
- {
- "id": "7391",
- "name": "Foxyhunter"
- },
- {
- "id": "7392",
- "name": "Foxyhunter"
- },
- {
- "id": "7393",
- "name": "Foxyhunter"
- },
- {
- "id": "7394",
- "name": "Gabriela"
- },
- {
- "id": "7395",
- "name": "Teodor"
- },
- {
- "id": "7396",
- "name": "Aurel"
- },
- {
- "id": "7397",
- "name": "Cornelius"
- },
- {
- "id": "7398",
- "name": "Elisabeta",
- "examine": "The vengeful spirit of one who died within Daemonheim.",
- "aggressive": "true",
- "attack_level": "25",
- "defence_animation": "0",
+ "defence_animation": "8034",
+ "weakness": "10",
+ "magic_animation": "8032",
+ "death_animation": "8033",
+ "name": "Spirit mosquito",
"defence_level": "25",
- "lifepoints": "7",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "43",
+ "strength_level": "24",
+ "id": "7332",
+ "bonuses": "45,49,42,39,47,46,29,43,51,16,53,10,0,0,0",
+ "range_level": "25",
+ "attack_level": "28"
+ },
+ {
+ "examine": "It spins.",
+ "melee_animation": "8172",
+ "range_animation": "0",
+ "magic_level": "34",
+ "defence_animation": "0",
+ "weakness": "10",
"magic_animation": "0",
- "magic_level": "25",
+ "death_animation": "8176",
+ "name": "Void spinner",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
+ "id": "7334",
+ "range_level": "34",
+ "attack_level": "34"
+ },
+ {
+ "death_animation": "7864",
+ "name": "Forge regent",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "7863",
+ "strength_level": "1",
+ "id": "7335",
+ "range_level": "1",
+ "respawn_delay": "0",
+ "attack_level": "1",
+ "defence_animation": "7865"
+ },
+ {
+ "examine": "This one will burn right through the net!",
+ "melee_animation": "7863",
+ "range_animation": "0",
+ "magic_level": "60",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7864",
+ "name": "Forge regent",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "108",
+ "strength_level": "60",
+ "id": "7336",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "death_animation": "5230",
+ "name": "Spirit larupia",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "5228",
+ "strength_level": "1",
+ "id": "7337",
+ "range_level": "1",
+ "respawn_delay": "0",
+ "attack_level": "1",
+ "defence_animation": "5227"
+ },
+ {
+ "examine": "Fast cat is fast.",
+ "melee_animation": "5228",
+ "range_animation": "0",
+ "magic_level": "50",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "5230",
+ "name": "Spirit larupia",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "81",
+ "strength_level": "50",
+ "id": "7338",
+ "range_level": "50",
+ "attack_level": "50"
+ },
+ {
+ "examine": "It'll kill your enemies, and makes a great cup of tea.",
+ "melee_animation": "7879",
+ "range_animation": "422",
+ "magic_level": "70",
+ "respawn_delay": "50",
+ "defence_animation": "7878",
+ "weakness": "0",
+ "magic_animation": "422",
+ "death_animation": "7880",
+ "name": "Geyser titan",
+ "defence_level": "70",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "620",
+ "strength_level": "70",
+ "id": "7339",
+ "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "It'll kill your enemies, and makes a great cup of tea.",
+ "melee_animation": "7879",
+ "range_animation": "422",
+ "magic_level": "70",
+ "respawn_delay": "50",
+ "defence_animation": "7878",
+ "weakness": "0",
+ "slayer_exp": "0",
+ "magic_animation": "422",
+ "death_animation": "7880",
+ "name": "Geyser titan",
+ "defence_level": "70",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "620",
+ "strength_level": "70",
+ "id": "7340",
+ "bonuses": "115,115,115,110,110,102,95,110,110,105,78,120,115,120,120",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "7980",
+ "respawn_delay": "0",
+ "defence_animation": "7981",
+ "death_animation": "7692",
+ "name": "Lava titan",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "528",
+ "strength_level": "1",
+ "id": "7341",
+ "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Made of lava.",
+ "combat_style": "1",
+ "melee_animation": "7980",
+ "range_animation": "0",
+ "magic_level": "65",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7979",
+ "name": "Lava titan",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "115",
+ "strength_level": "65",
+ "id": "7342",
+ "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0",
+ "range_level": "65",
+ "attack_level": "65"
+ },
+ {
+ "examine": "The King of the Titans!",
+ "melee_animation": "8183",
+ "range_animation": "8183",
+ "magic_level": "70",
+ "respawn_delay": "15",
+ "defence_animation": "8185",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "magic_animation": "8183",
+ "death_animation": "8184",
+ "name": "Steel titan",
+ "defence_level": "70",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "750",
+ "strength_level": "70",
+ "id": "7343",
+ "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "The King of the Titans!",
+ "melee_animation": "8183",
+ "range_animation": "8183",
+ "magic_level": "70",
+ "respawn_delay": "15",
+ "defence_animation": "8185",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "magic_animation": "8183",
+ "death_animation": "8184",
+ "name": "Steel titan",
+ "defence_level": "70",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "750",
+ "strength_level": "70",
+ "id": "7344",
+ "bonuses": "105,105,105,100,110,102,95,110,110,105,78,120,115,120,120",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "Four fists can make quite an impression IN someone...",
+ "melee_animation": "8050",
+ "magic_level": "60",
+ "respawn_delay": "0",
+ "defence_animation": "8051",
+ "death_animation": "8052",
+ "name": "Obsidian golem",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "60",
+ "id": "7345",
+ "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "examine": "Four fists can make quite an impression IN someone...",
+ "melee_animation": "8050",
+ "range_animation": "0",
+ "magic_level": "60",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8052",
+ "name": "Obsidian golem",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "104",
+ "strength_level": "60",
+ "id": "7346",
+ "bonuses": "100,120,90,100,90,90,40,50,0,0,0,0,0,0,0",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "death_animation": "5990",
+ "name": "Talon beast",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "5989",
+ "strength_level": "1",
+ "id": "7347",
+ "range_level": "1",
+ "respawn_delay": "0",
+ "attack_level": "1",
+ "defence_animation": "5988"
+ },
+ {
+ "examine": "If a normal black cat is bad luck",
+ "melee_animation": "5989",
+ "range_animation": "0",
+ "magic_level": "60",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "5990",
+ "name": "Talon beast",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "110",
+ "strength_level": "60",
+ "id": "7348",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "death_animation": "7979",
+ "name": "Abyssal titan",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "667",
+ "melee_animation": "7693",
+ "strength_level": "1",
+ "id": "7349",
+ "range_level": "1",
+ "respawn_delay": "0",
+ "attack_level": "1",
+ "defence_animation": "7691"
+ },
+ {
+ "examine": "Big",
+ "melee_animation": "7693",
+ "range_animation": "0",
+ "magic_level": "70",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7692",
+ "name": "Abyssal titan",
+ "defence_level": "70",
+ "safespot": null,
+ "lifepoints": "125",
+ "strength_level": "70",
+ "id": "7350",
+ "range_level": "70",
+ "attack_level": "70"
+ },
+ {
+ "examine": "It torches.",
+ "melee_animation": "8235",
+ "range_animation": "0",
+ "magic_level": "34",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8236",
+ "name": "Void torcher",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
+ "id": "7352",
+ "range_level": "34",
+ "attack_level": "34"
+ },
+ {
+ "death_animation": "7758",
+ "name": "Giant chinchompa",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "1",
+ "melee_animation": "7755",
+ "strength_level": "1",
+ "id": "7353",
+ "range_level": "1",
+ "respawn_delay": "0",
+ "attack_level": "1",
+ "defence_animation": "7753"
+ },
+ {
+ "examine": "Looks a little...volatile.",
+ "melee_animation": "7755",
+ "range_animation": "0",
+ "magic_level": "29",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7758",
+ "name": "Giant chinchompa",
+ "defence_level": "29",
+ "safespot": null,
+ "lifepoints": "41",
+ "strength_level": "29",
+ "id": "7354",
+ "range_level": "29",
+ "attack_level": "29"
+ },
+ {
+ "examine": "Scorching!",
+ "melee_animation": "7834",
+ "range_animation": "7834",
+ "attack_speed": "5",
+ "magic_level": "40",
+ "respawn_delay": "50",
+ "defence_animation": "7832",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "magic_animation": "7834",
+ "death_animation": "7833",
+ "name": "Fire titan",
+ "defence_level": "40",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "476",
+ "strength_level": "30",
+ "id": "7355",
+ "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
+ "range_level": "30",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Scorching!",
+ "melee_animation": "7834",
+ "range_animation": "7834",
+ "attack_speed": "5",
+ "magic_level": "40",
+ "respawn_delay": "50",
+ "defence_animation": "7832",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "magic_animation": "7834",
+ "death_animation": "7833",
+ "name": "Fire titan",
+ "defence_level": "40",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "476",
+ "strength_level": "30",
+ "id": "7356",
+ "bonuses": "64,45,76,82,208,84,221,231,179,89,113,23,0,0,0",
+ "range_level": "30",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Gathers rolling stones to bash people with.",
+ "melee_animation": "7844",
+ "range_animation": "7834",
+ "attack_speed": "5",
+ "magic_level": "40",
+ "respawn_delay": "50",
+ "defence_animation": "7832",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "magic_animation": "7834",
+ "death_animation": "7843",
+ "name": "Moss titan",
+ "defence_level": "40",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "476",
+ "strength_level": "30",
+ "id": "7357",
+ "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
+ "range_level": "30",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Gathers rolling stones to bash people with.",
+ "melee_animation": "7844",
+ "range_animation": "7834",
+ "attack_speed": "5",
+ "magic_level": "40",
+ "respawn_delay": "50",
+ "defence_animation": "7832",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "magic_animation": "7834",
+ "death_animation": "7843",
+ "name": "Moss titan",
+ "defence_level": "40",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "476",
+ "strength_level": "30",
+ "id": "7358",
+ "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
+ "range_level": "30",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Frosty the highly violent snowman.",
+ "melee_animation": "7845",
+ "range_animation": "7834",
+ "attack_speed": "5",
+ "magic_level": "40",
+ "respawn_delay": "50",
+ "defence_animation": "7832",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "magic_animation": "7834",
+ "death_animation": "7846",
+ "name": "Ice titan",
+ "defence_level": "40",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "476",
+ "strength_level": "30",
+ "id": "7359",
+ "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
+ "range_level": "30",
+ "attack_level": "40"
+ },
+ {
+ "examine": "Frosty the highly violent snowman.",
+ "melee_animation": "7845",
+ "range_animation": "7834",
+ "attack_speed": "5",
+ "magic_level": "40",
+ "respawn_delay": "50",
+ "defence_animation": "7832",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "magic_animation": "7834",
+ "death_animation": "7846",
+ "name": "Ice titan",
+ "defence_level": "40",
+ "poison_immune": "true",
+ "safespot": null,
+ "lifepoints": "476",
+ "strength_level": "30",
+ "id": "7360",
+ "bonuses": "64,45,76,82,120,84,140,120,106,89,113,80,0,0,0",
+ "range_level": "30",
+ "attack_level": "40"
+ },
+ {
+ "combat_style": "1",
+ "melee_animation": "8257",
+ "attack_speed": "3",
+ "respawn_delay": "0",
+ "defence_animation": "8256",
+ "death_animation": "8258",
+ "name": "Spirit Tz-Kih",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "1",
+ "id": "7361",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "This bat burned down the belfry.",
+ "combat_style": "1",
+ "melee_animation": "8257",
+ "range_animation": "0",
+ "attack_speed": "3",
+ "magic_level": "22",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8258",
+ "name": "Spirit Tz-Kih",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "7362",
+ "range_level": "22",
+ "attack_level": "22"
+ },
+ {
+ "start_gfx": "1367",
+ "melee_animation": "5228",
+ "respawn_delay": "0",
+ "defence_animation": "5227",
+ "death_animation": "5230",
+ "name": "Spirit graahk",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7363",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Those spikes are pretty big!",
+ "start_gfx": "1367",
+ "melee_animation": "5229",
+ "range_animation": "0",
+ "magic_level": "50",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "5230",
+ "name": "Spirit graahk",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "81",
+ "strength_level": "50",
+ "id": "7364",
+ "range_level": "50",
+ "attack_level": "50"
+ },
+ {
+ "start_gfx": "1365",
+ "melee_animation": "5228",
+ "respawn_delay": "0",
+ "defence_animation": "5227",
+ "death_animation": "5230",
+ "name": "Spirit kyatt",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7365",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Those teeth are pretty big!",
+ "start_gfx": "1365",
+ "melee_animation": "5228",
+ "range_animation": "0",
+ "magic_level": "50",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "5230",
+ "name": "Spirit kyatt",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "81",
+ "strength_level": "50",
+ "id": "7366",
+ "range_level": "50",
+ "attack_level": "50"
+ },
+ {
+ "examine": "It shifts.",
+ "melee_animation": "8131",
+ "range_animation": "0",
+ "magic_level": "34",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8133",
+ "name": "Void shifter",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
+ "id": "7368",
+ "range_level": "34",
+ "attack_level": "34"
+ },
+ {
+ "examine": "It ravages.",
+ "melee_animation": "8086",
+ "range_animation": "0",
+ "magic_level": "34",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8087",
+ "name": "Void ravager",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
+ "id": "7371",
+ "range_level": "34",
+ "attack_level": "34"
+ },
+ {
+ "examine": "It's like a little stomach on wings.",
+ "melee_animation": "7994",
+ "range_animation": "0",
+ "magic_level": "60",
+ "respawn_delay": "0",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "7996",
+ "name": "Ravenous locust",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "100",
+ "strength_level": "60",
+ "id": "7373",
+ "range_level": "60",
+ "attack_level": "60"
+ },
+ {
+ "death_animation": "7996",
+ "name": "Ravenous locust",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "melee_animation": "7994",
+ "strength_level": "1",
+ "id": "7374",
+ "range_level": "1",
+ "respawn_delay": "0",
+ "attack_level": "1",
+ "defence_animation": "7995"
+ },
+ {
+ "examine": "He is an iron man!",
+ "combat_style": "1",
+ "melee_animation": "7946",
+ "magic_level": "65",
+ "respawn_delay": "0",
+ "defence_animation": "7948",
+ "weakness": "10",
+ "death_animation": "7947",
+ "name": "Iron titan",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "694",
+ "strength_level": "65",
+ "id": "7375",
+ "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90",
+ "range_level": "65",
+ "attack_level": "65"
+ },
+ {
+ "examine": "He is an iron man!",
+ "combat_style": "1",
+ "melee_animation": "7946",
+ "combat_audio": "0,0,0",
+ "magic_level": "65",
+ "respawn_delay": "0",
+ "defence_animation": "7948",
+ "weakness": "10",
+ "slayer_exp": "0",
+ "death_animation": "7947",
+ "name": "Iron titan",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "694",
+ "strength_level": "65",
+ "id": "7376",
+ "bonuses": "120,130,100,109,80,120,102,90,103,80,100,108,105,66,90",
+ "range_level": "65",
+ "attack_level": "65"
+ },
+ {
+ "examine": "Where did I put the marshmallows?",
+ "melee_animation": "8080",
+ "range_animation": "0",
+ "magic_level": "46",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "death_animation": "8078",
+ "name": "Pyrelord",
+ "defence_level": "46",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "46",
+ "id": "7378",
+ "range_level": "46",
+ "attack_level": "46"
+ },
+ {
+ "melee_animation": "8965",
+ "respawn_delay": "60",
+ "defence_animation": "8966",
+ "death_animation": "8967",
+ "name": "Elfinlocks",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "id": "7379",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "8965",
+ "respawn_delay": "60",
+ "defence_animation": "8966",
+ "death_animation": "8967",
+ "name": "Missi Sissi",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "id": "7380",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "2",
+ "melee_animation": "8955",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "8957",
+ "death_animation": "8956",
+ "name": "Missi Sissi",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "1",
+ "id": "7381",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_style": "2",
+ "melee_animation": "8955",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "8957",
+ "death_animation": "8956",
+ "name": "Uberlass",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "1",
+ "id": "7382",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The vengeful spirit of one who died within Daemonheim.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "25",
+ "magic_level": "25",
+ "defence_animation": "0",
+ "weakness": "3",
+ "magic_animation": "0",
+ "name": "Elisabeta",
+ "defence_level": "25",
"safespot": null,
+ "lifepoints": "7",
"strength_level": "25",
- "weakness": "3"
+ "id": "7398",
+ "aggressive": "true",
+ "range_level": "25",
+ "attack_level": "25"
},
{
- "id": "7399",
- "name": "Sorin"
- },
- {
- "id": "7400",
- "name": "Luscion"
- },
- {
- "id": "7401",
- "name": "Sergiu"
- },
- {
- "id": "7402",
- "name": "Radu"
- },
- {
- "id": "7403",
- "name": "Grigore"
- },
- {
- "id": "7404",
- "name": "Ileana"
- },
- {
- "id": "7405",
- "name": "Valeria"
- },
- {
- "id": "7406",
- "name": "Emilia"
- },
- {
- "id": "7407",
- "name": "Florin"
- },
- {
- "id": "7408",
- "name": "Catalina"
- },
- {
- "id": "7409",
- "name": "Ivan"
- },
- {
- "id": "7410",
- "name": "Victor"
- },
- {
- "id": "7411",
- "name": "Helena"
- },
- {
- "id": "7412",
- "name": "Mihail"
- },
- {
- "id": "7413",
- "name": "Nicoleta"
- },
- {
- "id": "7414",
- "name": "Vasile"
- },
- {
- "id": "7415",
- "name": "Razvan"
- },
- {
- "id": "7416",
- "name": "Luminata"
- },
- {
- "id": "7417",
- "name": "Rat",
"examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "3102,3104,3103",
- "death_animation": "2707",
- "defence_animation": "2706",
- "defence_level": "1",
- "lifepoints": "2",
- "magic_animation": "2705",
"melee_animation": "2705",
"range_animation": "2705",
- "range_level": "1",
+ "combat_audio": "3102,3104,3103",
+ "attack_speed": "5",
+ "defence_animation": "2706",
+ "magic_animation": "2705",
+ "death_animation": "2707",
+ "name": "Rat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "2",
+ "strength_level": "1",
+ "id": "7417",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7418",
- "name": "Juvinate"
- },
- {
- "id": "7419",
- "name": "Held vampyre juvinate"
- },
- {
- "id": "7420",
- "name": "Hieronymus Avlafrim"
- },
- {
- "id": "7421",
- "name": "Sasquine Huburns"
- },
- {
- "id": "7422",
- "name": "Sasquine Huburns"
- },
- {
- "id": "7423",
- "name": "Lollery"
- },
- {
- "id": "7424",
- "name": "Wigglewoo"
- },
- {
- "id": "7425",
- "name": "Wigglewoo",
"examine": "An impling manager: what a terrifying thought!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Wigglewoo",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7425",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7426",
- "name": "Orangeowns",
"examine": "This worker looks after the incubator.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7427",
- "name": "Orangeowns"
- },
- {
- "id": "7428",
- "name": "I like m0m"
- },
- {
- "id": "7429",
- "name": "I like m0m"
- },
- {
- "id": "7430",
- "name": "Qutiedoll"
- },
- {
- "id": "7431",
- "name": "Goreu"
- },
- {
- "id": "7432",
- "name": "Ysgawyn"
- },
- {
- "id": "7433",
- "name": "Arvel"
- },
- {
- "id": "7434",
- "name": "Mawrth"
- },
- {
- "id": "7435",
- "name": "Kelyn"
- },
- {
- "id": "7436",
- "name": "Eoin"
- },
- {
- "id": "7437",
- "name": "Iona"
- },
- {
- "id": "7438",
- "name": "Elf warrior",
- "attack_level": "1",
- "clue_level": "2",
- "combat_audio": "425,427,426",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7439",
- "name": "Elf warrior",
- "attack_level": "1",
- "clue_level": "2",
- "combat_audio": "425,427,426",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7440",
- "name": "Elf warrior",
- "attack_level": "1",
- "clue_level": "2",
- "combat_audio": "425,427,426",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7441",
- "name": "Elf warrior",
- "attack_level": "1",
- "clue_level": "2",
- "combat_audio": "425,427,426",
- "defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7442",
- "name": "Arianwyn"
- },
- {
- "id": "7443",
- "name": "Eudav",
- "examine": "He holds up passers by.",
- "aggressive": "true",
- "attack_level": "8",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "8",
- "lifepoints": "11",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Orangeowns",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7426",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Elf warrior",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "425,427,426",
+ "strength_level": "1",
+ "id": "7438",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Elf warrior",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "425,427,426",
+ "strength_level": "1",
+ "id": "7439",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Elf warrior",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "425,427,426",
+ "strength_level": "1",
+ "id": "7440",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Elf warrior",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "425,427,426",
+ "strength_level": "1",
+ "id": "7441",
+ "clue_level": "2",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He holds up passers by.",
"melee_animation": "386",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Eudav",
+ "defence_level": "8",
"safespot": null,
+ "lifepoints": "11",
"strength_level": "8",
- "weakness": "7"
+ "id": "7443",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "8"
},
{
- "id": "7444",
- "name": "Oronwen"
- },
- {
- "id": "7445",
- "name": "Banker"
- },
- {
- "id": "7446",
- "name": "Banker"
- },
- {
- "id": "7447",
- "name": "Dalldav"
- },
- {
- "id": "7448",
- "name": "Gethin"
- },
- {
- "id": "7449",
- "name": "Amaethwr"
- },
- {
- "id": "7450",
- "name": "Teclyn"
- },
- {
- "id": "7451",
- "name": "Butterfly"
- },
- {
- "id": "7452",
- "name": "Lapsang"
- },
- {
- "id": "7453",
- "name": "Lapsang"
- },
- {
- "id": "7454",
- "name": "Souchong"
- },
- {
- "id": "7455",
- "name": "Souchong"
- },
- {
- "id": "7456",
- "name": "Earlgrey"
- },
- {
- "id": "7457",
- "name": "Earlgrey"
- },
- {
- "id": "7458",
- "name": "Fairtrade"
- },
- {
- "id": "7459",
"name": "Fairtrade",
- "attack_level": "1",
- "attack_speed": "5",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "75",
+ "strength_level": "1",
+ "attack_speed": "5",
+ "id": "7459",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7460",
"name": "Teapotspout",
- "attack_level": "1",
- "attack_speed": "5",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "75",
+ "strength_level": "1",
+ "attack_speed": "5",
+ "id": "7460",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7461",
- "name": "Rat",
"examine": "A popular dwarven delicacy.",
- "attack_level": "1",
- "attack_speed": "5",
- "combat_audio": "703,705,704",
- "death_animation": "4935",
- "defence_animation": "4934",
- "defence_level": "1",
- "lifepoints": "5",
- "magic_animation": "4933",
"melee_animation": "4933",
"range_animation": "4933",
- "range_level": "1",
+ "combat_audio": "703,705,704",
+ "attack_speed": "5",
+ "defence_animation": "4934",
+ "magic_animation": "4933",
+ "death_animation": "4935",
+ "name": "Rat",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "5",
+ "strength_level": "1",
+ "id": "7461",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "It's bubbling, gross.",
+ "melee_animation": "9130",
+ "range_animation": "9130",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "9132",
+ "magic_animation": "9130",
+ "death_animation": "9131",
+ "name": "Hotwater",
+ "defence_level": "99",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "99",
"id": "7462",
- "name": "Hotwater",
- "examine": "It's bubbling, gross.",
- "attack_level": "99",
- "attack_speed": "5",
"bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0",
- "death_animation": "9131",
- "defence_animation": "9132",
- "defence_level": "99",
- "lifepoints": "120",
- "magic_animation": "9130",
- "melee_animation": "9130",
- "range_animation": "9130",
"range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "99"
+ "attack_level": "99"
},
{
+ "examine": "It's bubbling, gross.",
+ "melee_animation": "9130",
+ "range_animation": "9130",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "9132",
+ "magic_animation": "9130",
+ "death_animation": "9131",
+ "name": "Hotwater",
+ "defence_level": "99",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "99",
"id": "7463",
- "name": "Hotwater",
- "examine": "It's bubbling, gross.",
- "attack_level": "99",
- "attack_speed": "5",
"bonuses": "20,20,20,20,20,20,20,20,20,20,20,20,45,20,0",
- "death_animation": "9131",
- "defence_animation": "9132",
- "defence_level": "99",
- "lifepoints": "120",
- "magic_animation": "9130",
- "melee_animation": "9130",
- "range_animation": "9130",
"range_level": "1",
- "respawn_delay": "20",
- "safespot": null,
- "strength_level": "99"
+ "attack_level": "99"
},
{
- "id": "7464",
- "name": "Sliceoflemon"
- },
- {
- "id": "7465",
- "name": "Sliceoflemon"
- },
- {
- "id": "7466",
- "name": "Milknosugar"
- },
- {
- "id": "7467",
- "name": "Milknosugar"
- },
- {
- "id": "7468",
- "name": "Randomdood"
- },
- {
- "id": "7469",
- "name": "Employedman"
- },
- {
- "id": "7470",
- "name": "Heidiggle"
- },
- {
- "id": "7471",
- "name": "Dodgy Penny"
- },
- {
- "id": "7472",
- "name": "Shadydude98"
- },
- {
- "id": "7473",
- "name": "Madam C"
- },
- {
- "id": "7474",
- "name": "M0m Online"
- },
- {
- "id": "7475",
- "name": "Lady Seenit",
"examine": "His usual sunny disposition is not in evidence.",
- "attack_level": "30",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "magic_level": "30",
"range_animation": "0",
+ "magic_level": "30",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "10",
+ "magic_animation": "0",
+ "name": "Lady Seenit",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "7475",
"range_level": "30",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "10"
+ "attack_level": "30"
},
{
- "id": "7476",
"name": "Berrybree",
- "attack_level": "1",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "50",
+ "strength_level": "1",
+ "id": "7476",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7477",
"name": "Stuffstuffer",
- "attack_level": "1",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "50",
+ "strength_level": "1",
+ "id": "7477",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7478",
- "name": "Learking"
- },
- {
- "id": "7479",
"name": "Learking",
- "attack_level": "1",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "60",
+ "strength_level": "1",
+ "id": "7479",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7480",
"name": "Rachael",
- "attack_level": "1",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "70",
+ "strength_level": "1",
+ "id": "7480",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7481",
- "name": "Cool Mom227",
"examine": "You clearly can't live on treasure alone.",
- "attack_level": "30",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
+ "slayer_task": "75",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Cool Mom227",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "7481",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "7482",
- "name": "Purepker895",
"examine": "A testament to the effect of greed.",
- "attack_level": "30",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
+ "slayer_task": "75",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Purepker895",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "7482",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "7483",
- "name": "Pkmaster0036",
"examine": "He wanted loot",
- "attack_level": "30",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
+ "slayer_task": "75",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Pkmaster0036",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "7483",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "7484",
- "name": "Cow1337killr",
"examine": "Eternally looking for that big payday.",
- "attack_level": "30",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
+ "slayer_task": "75",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Cow1337killr",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "7484",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "7485",
- "name": "Mathdude",
"examine": "No more tea-breaks for this one.",
- "attack_level": "30",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
+ "slayer_task": "75",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "7486",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5491",
"name": "Mathdude",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "7485",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
"examine": "Even in death you can smell his feet.",
- "attack_level": "30",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
+ "slayer_task": "75",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Mathdude",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "7486",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "7487",
- "name": "1337sp34kr",
"examine": "An anatomist's dream.",
- "attack_level": "30",
- "death_animation": "5491",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
+ "slayer_task": "75",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "7488",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "5491",
"name": "1337sp34kr",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "7487",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
"examine": "A hand seems to be gripping his spine through his chest. Ouch.",
- "attack_level": "30",
+ "slayer_task": "75",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
"death_animation": "5491",
- "defence_animation": "0",
+ "name": "1337sp34kr",
"defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "7488",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "7489",
- "name": "Moglewee"
- },
- {
- "id": "7490",
- "name": "Moglewee"
- },
- {
- "id": "7491",
- "name": "Sarah Domin"
- },
- {
- "id": "7492",
- "name": "Sarah Domin",
"examine": "A desert dweller taken to banditry.",
- "attack_level": "30",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
"melee_animation": "9705",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "7493",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
"name": "Sarah Domin",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "7492",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
"examine": "Calls himself an archaeologist.",
- "attack_level": "30",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
"melee_animation": "9715",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Sarah Domin",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "7493",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "7494",
- "name": "Sue Spammers",
"examine": "He hasn't found much of use",
- "attack_level": "30",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
"melee_animation": "9705",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Sue Spammers",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "7494",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "7495",
- "name": "Killerwail",
"examine": "An amateur historian with added greed.",
- "attack_level": "30",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
"melee_animation": "9715",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Killerwail",
+ "defence_level": "30",
"safespot": null,
+ "lifepoints": "42",
"strength_level": "30",
- "weakness": "6"
+ "id": "7495",
+ "range_level": "1",
+ "attack_level": "30"
},
{
- "id": "7496",
- "name": "Wise Old Man",
"examine": "It all started with her love of genealogy.",
- "attack_level": "30",
- "death_animation": "836",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
"melee_animation": "9705",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "7497",
- "name": "Sabre-toothed kyatt",
- "examine": "A rocky horror.",
- "attack_level": "27",
"defence_animation": "0",
- "defence_level": "27",
- "lifepoints": "38",
+ "weakness": "6",
"magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "27",
- "weakness": "6"
- },
- {
- "id": "7498",
- "name": "Snowy knight"
- },
- {
- "id": "7499",
- "name": "Sapphire glacialis"
- },
- {
- "id": "7500",
- "name": "Cerulean twitch",
- "examine": "This dung beetle has mistaken you for its staple diet.",
- "aggressive": "true",
- "attack_level": "30",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "7501",
- "name": "Abone",
- "examine": "It's looking unwell - probably something it ate.",
- "aggressive": "true",
- "attack_level": "30",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "7502",
- "name": "Mythmaster",
- "examine": "Once a valuable contributor to the ecosystem.",
- "aggressive": "true",
- "attack_level": "30",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "7503",
- "name": "Donkey Wrong",
- "examine": "This is what happens if you play with your food.",
- "aggressive": "true",
- "attack_level": "30",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "42",
- "magic_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "7504",
- "name": "Creapantic",
- "examine": "He likes a good fight",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7505",
- "name": "Frondlike",
- "examine": "He likes a good fight",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7506",
- "name": "Happy Spud",
- "examine": "His favourite must be winning.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7507",
- "name": "Nobodyhere",
- "examine": "Blood-thirsty and enthusiastic.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7508",
- "name": "Bluehairlass",
- "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7509",
- "name": "Evil Wibbler"
- },
- {
- "id": "7510",
- "name": "Ilikekebabs",
- "examine": "His favourite must be winning.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7511",
- "name": "Trunka Lex",
- "examine": "His favourite must be winning.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7512",
- "name": "Val Razz",
- "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7513",
- "name": "Abstractclas",
- "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7514",
- "name": "Bigbluebox",
- "examine": "Bloodthirsty and enthusiastic.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7515",
- "name": "Funorbrox",
- "examine": "Bloodthirsty and enthusiastic.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7516",
- "name": "Heresjohnny"
- },
- {
- "id": "7517",
- "name": "Mogglewump"
- },
- {
- "id": "7518",
- "name": "Morrisnorris",
- "examine": "He's asleep.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7519",
- "name": "Matt Blitzer",
- "examine": "He's propping the bar up. Or is it the other way round?",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7520",
- "name": "Ketchuppl0x",
- "examine": "He demands to have some booze.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7521",
- "name": "Renderorder"
- },
- {
- "id": "7522",
- "name": "Boolean"
- },
- {
- "id": "7523",
- "name": "Stress Diva"
- },
- {
- "id": "7524",
- "name": "Treadsoftly"
- },
- {
- "id": "7525",
- "name": "Helphelphelp"
- },
- {
- "id": "7526",
- "name": "Doorbellpl0x"
- },
- {
- "id": "7527",
- "name": "Fixmydoorup"
- },
- {
- "id": "7528",
- "name": "Redheadmonky",
- "attack_level": "1",
- "attack_speed": "6",
"death_animation": "836",
- "defence_animation": "425",
+ "name": "Wise Old Man",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "7496",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "A rocky horror.",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "name": "Sabre-toothed kyatt",
+ "defence_level": "27",
+ "safespot": null,
+ "lifepoints": "38",
+ "strength_level": "27",
+ "id": "7497",
+ "range_level": "1",
+ "attack_level": "27"
+ },
+ {
+ "examine": "This dung beetle has mistaken you for its staple diet.",
+ "slayer_task": "70",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "name": "Cerulean twitch",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "7500",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "It's looking unwell - probably something it ate.",
+ "slayer_task": "70",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "name": "Abone",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "7501",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "Once a valuable contributor to the ecosystem.",
+ "slayer_task": "70",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "name": "Mythmaster",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "7502",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "This is what happens if you play with your food.",
+ "slayer_task": "70",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "name": "Donkey Wrong",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "42",
+ "strength_level": "30",
+ "id": "7503",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "30"
+ },
+ {
+ "examine": "He likes a good fight",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Creapantic",
"defence_level": "1",
- "lifepoints": "22",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7504",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He likes a good fight",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Frondlike",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7505",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "His favourite must be winning.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Happy Spud",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7506",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Blood-thirsty and enthusiastic.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Nobodyhere",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7507",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bluehairlass",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7508",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "His favourite must be winning.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ilikekebabs",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7510",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "His favourite must be winning.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Trunka Lex",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7511",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Val Razz",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7512",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Probably discussing the strengths and weaknesses of the fighting slaves.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Abstractclas",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7513",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Bloodthirsty and enthusiastic.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Bigbluebox",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7514",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Bloodthirsty and enthusiastic.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Funorbrox",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7515",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's asleep.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Morrisnorris",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7518",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He's propping the bar up. Or is it the other way round?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Matt Blitzer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7519",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He demands to have some booze.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ketchuppl0x",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7520",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"melee_animation": "395",
- "range_level": "1",
+ "attack_speed": "6",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7529",
- "name": "Wallscaler"
- },
- {
- "id": "7530",
- "name": "2scompany"
- },
- {
- "id": "7531",
- "name": "2scompany"
- },
- {
- "id": "7532",
- "name": "3sacrowd",
- "examine": "It's an NPC.",
- "attack_level": "1",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Redheadmonky",
"defence_level": "1",
- "lifepoints": "10",
- "range_level": "1",
"safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "7528",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
"slayer_exp": "0",
- "strength_level": "1"
+ "examine": "It's an NPC.",
+ "name": "3sacrowd",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7532",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7533",
- "name": "4sjustsilly"
- },
- {
- "id": "7534",
- "name": "Roadblocked"
- },
- {
- "id": "7535",
- "name": "Barricade"
- },
- {
- "id": "7536",
- "name": "Barricade"
- },
- {
- "id": "7537",
- "name": "Yoinker"
- },
- {
- "id": "7538",
- "name": "Yoinker"
- },
- {
- "id": "7539",
- "name": "Stopthief"
- },
- {
- "id": "7540",
- "name": "Stopthief"
- },
- {
- "id": "7541",
- "name": "Knickknack"
- },
- {
- "id": "7542",
- "name": "Paddywhack"
- },
- {
- "id": "7543",
- "name": "Giveadog"
- },
- {
- "id": "7544",
- "name": "Spacebadgers"
- },
- {
- "id": "7545",
- "name": "Freakypeaky"
- },
- {
- "id": "7546",
- "name": "Rollinghome"
- },
- {
- "id": "7547",
- "name": "Nullpointer"
- },
- {
- "id": "7548",
- "name": "Badgerfreak"
- },
- {
- "id": "7549",
- "name": "Windstrike32"
- },
- {
- "id": "7550",
- "name": "Void Knight"
- },
- {
- "id": "7551",
- "name": "Portal",
"examine": "Not somewhere I want to go...",
- "attack_level": "1",
"attack_speed": "90",
- "bonuses": "200,200,200,100,100,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "90",
- "lifepoints": "250",
"magic_level": "70",
- "range_level": "1",
"respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "90",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "7551",
+ "bonuses": "200,200,200,100,100,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7552",
- "name": "Portal",
"examine": "Not somewhere I want to go...",
- "attack_level": "1",
"attack_speed": "5",
- "bonuses": "200,200,200,200,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "90",
- "lifepoints": "250",
"magic_level": "50",
- "range_level": "1",
"respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "90",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "7552",
+ "bonuses": "200,200,200,200,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "Not somewhere I want to go...",
+ "attack_speed": "5",
+ "magic_level": "90",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "90",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
"id": "7553",
- "name": "Portal",
- "examine": "Not somewhere I want to go...",
- "attack_level": "1",
- "attack_speed": "5",
"bonuses": "200,200,100,200,100,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "90",
- "lifepoints": "250",
- "magic_level": "90",
"range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7554",
- "name": "Portal",
"examine": "Not somewhere I want to go...",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"attack_speed": "5",
- "bonuses": "100,100,200,200,100,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "90",
- "lifepoints": "250",
- "magic_animation": "0",
"magic_level": "90",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "125",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Portal",
+ "defence_level": "90",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "7554",
+ "bonuses": "100,100,200,200,100,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "The Void Knight will soon weaken the shield.",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
"id": "7555",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
"bonuses": "100,100,100,50,50,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "250",
- "magic_level": "30",
"range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7556",
- "name": "Portal",
"examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
"attack_speed": "5",
- "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0",
- "defence_level": "30",
- "lifepoints": "250",
"magic_level": "15",
- "range_level": "1",
"respawn_delay": "125",
+ "name": "Portal",
+ "defence_level": "30",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "7556",
+ "bonuses": "100,100,100,100,25,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "The Void Knight will soon weaken the shield.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "30",
+ "respawn_delay": "125",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Portal",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "250",
+ "strength_level": "1",
"id": "7557",
- "name": "Portal",
- "examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
- "attack_speed": "5",
"bonuses": "100,100,50,100,50,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "250",
- "magic_animation": "0",
- "magic_level": "30",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "125",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7558",
- "name": "Portal",
"examine": "The Void Knight will soon weaken the shield.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"attack_speed": "5",
- "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "30",
- "lifepoints": "250",
- "magic_animation": "0",
"magic_level": "30",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"respawn_delay": "125",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Portal",
+ "defence_level": "30",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "250",
+ "strength_level": "1",
+ "id": "7558",
+ "bonuses": "50,50,100,100,50,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7559",
- "name": "Brawler",
"examine": "Looks after your Farming tools.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "323,326,325",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Brawler",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7559",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7560",
+ "examine": "Looks after your Farming tools.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Lostme",
- "examine": "Looks after your Farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7560",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7561",
+ "examine": "Looks after your Farming tools.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Chiercat",
- "examine": "Looks after your Farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7561",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7562",
+ "examine": "Looks after your Farming tools.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Skydischarge",
- "examine": "Looks after your Farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7562",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7563",
+ "examine": "Looks after your Farming tools.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Agplus",
- "examine": "Looks after your Farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7563",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7564",
+ "examine": "Looks after your Farming tools.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Distantthin",
- "examine": "Looks after your Farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7564",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7565",
+ "examine": "Looks after your Farming tools.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Allmarshes",
- "examine": "Looks after your Farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7565",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7566",
+ "examine": "Looks after your Farming tools.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Explosive67",
- "examine": "Looks after your Farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "10",
- "magic_animation": "0",
+ "strength_level": "1",
+ "id": "7566",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks after your Farming tools.",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7567",
- "name": "Wraithboss"
- },
- {
- "id": "7568",
- "name": "What Goudron"
- },
- {
- "id": "7569",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Alpha1beta",
- "examine": "Looks after your Farming tools.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7569",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7570",
+ "examine": "Enjoys locking up animals in small pens.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Solltalk",
- "examine": "Enjoys locking up animals in small pens.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7570",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7571",
+ "examine": "Enjoys locking up animals in small pens.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Hm Val",
- "examine": "Enjoys locking up animals in small pens.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7571",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7572",
+ "examine": "He looks like the type of guy who would mind monkeys.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Wizzydumped",
- "examine": "He looks like the type of guy who would mind monkeys.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7572",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7573",
+ "examine": "He looks like the type of guy who would mind monkeys.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
"name": "Oddskater",
- "examine": "He looks like the type of guy who would mind monkeys.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
"defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7573",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7574",
- "name": "Lvzyoda"
- },
- {
- "id": "7575",
- "name": "Airstriker"
- },
- {
- "id": "7576",
- "name": "Droepedoff"
- },
- {
- "id": "7577",
- "name": "Plzpudding"
- },
- {
- "id": "7578",
- "name": "Assassin10"
- },
- {
- "id": "7579",
- "name": "Steallake"
- },
- {
- "id": "7580",
"name": "Poledragon",
- "attack_level": "1",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
"combat_audio": "408,410,409",
- "defence_level": "1",
- "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7580",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7581",
- "name": "Deepkiwi"
- },
- {
- "id": "7582",
- "name": "Al Truism",
"examine": "He likes inflicting pain.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Al Truism",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7582",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7583",
- "name": "Ohhhhdude",
"examine": "The Don of penguins.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ohhhhdude",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7584",
- "name": "Bigface Oz"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7583",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "examine": "A penguin pushing paper",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "845,848,846",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Torcher",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7585",
- "name": "Torcher",
- "examine": "A penguin pushing paper",
- "attack_level": "1",
- "combat_audio": "845,848,846",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "examine": "A penguin pushing paper",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "845,848,846",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Torcher",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
"id": "7586",
- "name": "Torcher",
- "examine": "A penguin pushing paper",
- "attack_level": "1",
- "combat_audio": "845,848,846",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7587",
- "name": "Torcher"
- },
- {
- "id": "7588",
- "name": "Torcher"
- },
- {
- "id": "7589",
- "name": "Defiler"
- },
- {
- "id": "7590",
- "name": "Defiler"
- },
- {
- "id": "7591",
- "name": "Shifter"
- },
- {
- "id": "7592",
- "name": "Shifter"
- },
- {
- "id": "7593",
- "name": "Shifter",
"examine": "He's a little rough around the edges.",
- "attack_level": "1",
+ "melee_animation": "0",
+ "range_animation": "0",
"combat_audio": "766,768,767",
- "death_animation": "0",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
+ "death_animation": "0",
+ "name": "Shifter",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7593",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7594",
- "name": "Shifter"
- },
- {
- "id": "7595",
- "name": "Splatter"
- },
- {
- "id": "7596",
- "name": "Splatter"
- },
- {
- "id": "7597",
- "name": "Splatter"
- },
- {
- "id": "7598",
- "name": "Spinner"
- },
- {
- "id": "7599",
- "name": "Ravager"
- },
- {
- "id": "7600",
- "name": "Fiara"
- },
- {
- "id": "7601",
- "name": "Reggie"
- },
- {
- "id": "7602",
- "name": "Getorix"
- },
- {
- "id": "7603",
- "name": "Pontimer"
- },
- {
- "id": "7604",
- "name": "Alran"
- },
- {
- "id": "7605",
- "name": "Banker",
"examine": "He has unbelievable strength!",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
"melee_animation": "0",
"range_animation": "0",
- "range_level": "1",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Banker",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7605",
+ "range_level": "1",
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7606",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7607",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7608",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7609",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
"range_level": "1",
"respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7610",
- "name": "Flying female vampire"
- },
- {
- "id": "7611",
- "name": "Flying female vampire"
- },
- {
- "id": "7612",
- "name": "Flying female vampire"
- },
- {
- "id": "7613",
- "name": "Flying female vampire"
- },
- {
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7614",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7615",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7616",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7617",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7618",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7619",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7620",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7621",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
"range_level": "1",
"respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7622",
- "name": "Vyrewatch"
- },
- {
- "id": "7623",
- "name": "Vyrewatch"
- },
- {
- "id": "7624",
- "name": "Vyrewatch"
- },
- {
- "id": "7625",
- "name": "Vyrewatch"
- },
- {
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7626",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7627",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7628",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7629",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
"range_level": "1",
"respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7630",
- "name": "Vyrewatch"
- },
- {
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7631",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7632",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
"range_level": "1",
"respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7633",
- "name": "Vyrewatch"
- },
- {
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7634",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
"id": "7635",
- "name": "Vyrewatch",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
"range_level": "1",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7636",
- "name": "Fishing spot"
- },
- {
- "id": "7637",
- "name": "Skeletal hand"
- },
- {
- "id": "7640",
+ "examine": "Ew it's still alive.",
+ "slayer_task": "21",
+ "melee_animation": "9125",
+ "range_animation": "9125",
+ "attack_speed": "5",
+ "respawn_delay": "20",
+ "defence_animation": "9127",
+ "weakness": "9",
+ "magic_animation": "9125",
+ "death_animation": "9126",
"name": "Skeletal hand",
- "examine": "Ew it's still alive.",
- "aggressive": "true",
- "attack_level": "85",
- "attack_speed": "5",
- "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15",
- "death_animation": "9126",
- "defence_animation": "9127",
"defence_level": "85",
- "lifepoints": "90",
- "magic_animation": "9125",
- "melee_animation": "9125",
- "range_animation": "9125",
- "range_level": "1",
- "respawn_delay": "20",
"safespot": null,
+ "lifepoints": "90",
"strength_level": "85",
- "weakness": "9"
+ "id": "7640",
+ "aggressive": "true",
+ "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15",
+ "range_level": "1",
+ "attack_level": "85"
},
{
- "id": "7641",
- "name": "Zombie hand",
"examine": "Ew it's still alive.",
- "aggressive": "true",
- "attack_level": "75",
- "attack_speed": "5",
- "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15",
- "death_animation": "9126",
- "defence_animation": "9127",
- "defence_level": "75",
- "lifepoints": "90",
- "magic_animation": "9125",
+ "slayer_task": "21",
"melee_animation": "9125",
"range_animation": "9125",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "20",
+ "defence_animation": "9127",
+ "weakness": "9",
+ "magic_animation": "9125",
+ "death_animation": "9126",
+ "name": "Zombie hand",
+ "defence_level": "75",
"safespot": null,
+ "lifepoints": "90",
"strength_level": "75",
- "weakness": "9"
+ "id": "7641",
+ "aggressive": "true",
+ "bonuses": "15,15,15,15,15,15,15,15,15,15,15,15,15,15,15",
+ "range_level": "1",
+ "attack_level": "75"
},
{
- "id": "7642",
- "name": "Mutated bloodveld",
"examine": "A bloodveld with a very mixed heritage.",
- "aggressive": "true",
- "attack_level": "56",
+ "slayer_task": "10",
+ "melee_animation": "9102",
+ "range_animation": "0",
"attack_speed": "5",
- "death_animation": "9131",
+ "respawn_delay": "60",
"defence_animation": "0",
+ "weakness": "9",
+ "slayer_exp": "206",
+ "magic_animation": "0",
+ "death_animation": "9131",
+ "name": "Mutated bloodveld",
"defence_level": "56",
+ "safespot": null,
"lifepoints": "112",
- "magic_animation": "0",
- "melee_animation": "9102",
- "range_animation": "0",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "206",
"strength_level": "56",
- "weakness": "9"
+ "id": "7642",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "56"
},
{
- "id": "7643",
- "name": "Mutated bloodveld",
"examine": "A bloodveld with a very mixed heritage.",
- "aggressive": "true",
- "attack_level": "58",
- "attack_speed": "5",
- "death_animation": "9131",
- "defence_animation": "0",
- "defence_level": "58",
- "lifepoints": "116",
- "magic_animation": "0",
+ "slayer_task": "10",
"melee_animation": "9102",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "5",
"respawn_delay": "60",
- "safespot": null,
- "slayer_exp": "206",
- "strength_level": "58",
- "weakness": "9"
- },
- {
- "id": "7644",
- "name": "Zaromark Sliver",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "88",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7645",
- "name": "Zaromark Sliver",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "88",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7646",
- "name": "Zaromark Sliver",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "88",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7647",
- "name": "Zaromark Sliver",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "88",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7648",
- "name": "Zaromark Sliver",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "88",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7649",
- "name": "Zaromark Sliver",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "88",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7650",
- "name": "Zaromark Sliver",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "88",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7651",
- "name": "Zaromark Sliver",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "88",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7652",
- "name": "Zaromark Sliver"
- },
- {
- "id": "7653",
- "name": "Zaromark Sliver"
- },
- {
- "id": "7654",
- "name": "Fistandantilus",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "65",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7655",
- "name": "Fistandantilus",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "65",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7656",
- "name": "Fistandantilus",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "65",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7657",
- "name": "Fistandantilus",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "65",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7658",
- "name": "Fistandantilus",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "65",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7659",
- "name": "Fistandantilus",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "65",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7660",
- "name": "Fistandantilus",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "65",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7661",
- "name": "Fistandantilus",
- "aggressive": "true",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "65",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7662",
- "name": "Fistandantilus"
- },
- {
- "id": "7663",
- "name": "Fistandantilus"
- },
- {
- "id": "7664",
- "name": "Mercenary Adventurer"
- },
- {
- "id": "7665",
- "name": "Ivan Strom"
- },
- {
- "id": "7666",
- "name": "Mysterious person"
- },
- {
- "id": "7667",
- "name": "Mysterious person"
- },
- {
- "id": "7668",
- "name": "Mysterious person"
- },
- {
- "id": "7669",
- "name": "Mysterious person"
- },
- {
- "id": "7670",
- "name": "Mysterious person"
- },
- {
- "id": "7671",
- "name": "Mysterious person"
- },
- {
- "id": "7672",
- "name": "Flaygian Screwte"
- },
- {
- "id": "7673",
- "name": "Mekritus A'hara"
- },
- {
- "id": "7674",
- "name": "Andiess Juip"
- },
- {
- "id": "7675",
- "name": "Kael Forshaw"
- },
- {
- "id": "7676",
- "name": "Andiess Juip"
- },
- {
- "id": "7677",
- "name": "Kael Forshaw"
- },
- {
- "id": "7678",
- "name": "Safalaan"
- },
- {
- "id": "7679",
- "name": "Andiess Juip"
- },
- {
- "id": "7680",
- "name": "Kael Forshaw"
- },
- {
- "id": "7681",
- "name": "Safalaan"
- },
- {
- "id": "7682",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7683",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7684",
- "name": "Vyrewatch"
- },
- {
- "id": "7685",
- "name": "Vyrewatch"
- },
- {
- "id": "7686",
- "name": "Safalaan"
- },
- {
- "id": "7687",
- "name": "Spectral Vyrewatch"
- },
- {
- "id": "7688",
- "name": "Drezel"
- },
- {
- "id": "7690",
- "name": "Drezel",
- "examine": "A holy man."
- },
- {
- "id": "7691",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7692",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7693",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7694",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7695",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7696",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7697",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7698",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7699",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7700",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7701",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7702",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7703",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "95",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7704",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "105",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7705",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "120",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7706",
- "name": "Vyrewatch",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "defence_level": "1",
- "lifepoints": "130",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7707",
- "name": "Drezel",
- "examine": "A holy man."
- },
- {
- "id": "7708",
- "name": "Temple guardian"
- },
- {
- "id": "7711",
- "name": "Temple guardian",
- "examine": "Looks like a big ugly dog.",
- "attack_level": "24",
- "death_animation": "6564",
"defence_animation": "0",
- "defence_level": "24",
- "lifepoints": "34",
+ "weakness": "9",
+ "slayer_exp": "206",
"magic_animation": "0",
+ "death_animation": "9131",
+ "name": "Mutated bloodveld",
+ "defence_level": "58",
+ "safespot": null,
+ "lifepoints": "116",
+ "strength_level": "58",
+ "id": "7643",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "58"
+ },
+ {
+ "name": "Zaromark Sliver",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "1",
+ "id": "7644",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zaromark Sliver",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "1",
+ "id": "7645",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zaromark Sliver",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "1",
+ "id": "7646",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zaromark Sliver",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "1",
+ "id": "7647",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zaromark Sliver",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "1",
+ "id": "7648",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zaromark Sliver",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "1",
+ "id": "7649",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zaromark Sliver",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "1",
+ "id": "7650",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Zaromark Sliver",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "1",
+ "id": "7651",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Fistandantilus",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "7654",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Fistandantilus",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "7655",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Fistandantilus",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "7656",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Fistandantilus",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "7657",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Fistandantilus",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "7658",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Fistandantilus",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "7659",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Fistandantilus",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "7660",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Fistandantilus",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "65",
+ "strength_level": "1",
+ "id": "7661",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7682",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7683",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7691",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7692",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7693",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7694",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7695",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7696",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7697",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7698",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7699",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7700",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7701",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7702",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "95",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7703",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7704",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7705",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "name": "Vyrewatch",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "130",
+ "strength_level": "1",
+ "attack_speed": "6",
+ "id": "7706",
+ "aggressive": "true",
+ "range_level": "1",
+ "respawn_delay": "60",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks like a big ugly dog.",
+ "slayer_task": "27",
"melee_animation": "6565",
"range_animation": "0",
- "range_level": "1",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "6564",
+ "name": "Temple guardian",
+ "defence_level": "24",
"safespot": null,
+ "lifepoints": "34",
"strength_level": "24",
- "weakness": "9"
+ "id": "7711",
+ "range_level": "1",
+ "attack_level": "24"
},
{
- "id": "7712",
- "name": "Baby icefiend"
- },
- {
- "id": "7713",
- "name": "Baby icefiend",
- "aggressive": "true",
- "attack_level": "1",
+ "melee_animation": "8080",
"attack_speed": "5",
- "death_animation": "8078",
+ "respawn_delay": "60",
"defence_animation": "8084",
+ "death_animation": "8078",
+ "name": "Baby icefiend",
"defence_level": "1",
+ "safespot": null,
"lifepoints": "50",
- "melee_animation": "8080",
+ "strength_level": "1",
+ "id": "7713",
+ "aggressive": "true",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "1"
},
{
- "id": "7714",
- "name": "Icefiend",
"examine": "A small ice demon.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "clue_level": "0",
- "combat_audio": "531,533,532",
- "death_animation": "8078",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "magic_level": "25",
+ "slayer_task": "46",
"melee_animation": "8080",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "531,533,532",
+ "attack_speed": "5",
+ "magic_level": "25",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "7715",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "8078",
"name": "Icefiend",
- "examine": "The icefiend seems to be melting.",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "1",
+ "id": "7714",
"aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
"clue_level": "0",
- "combat_audio": "531,533,532",
- "death_animation": "8078",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "magic_level": "25",
- "melee_animation": "8080",
- "range_animation": "0",
"range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
+ "attack_level": "1"
},
{
- "id": "7716",
- "name": "null",
"examine": "The icefiend seems to be melting.",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "8078",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "35",
- "magic_animation": "0",
- "magic_level": "25",
+ "slayer_task": "46",
"melee_animation": "8080",
"range_animation": "0",
- "range_level": "1",
+ "combat_audio": "531,533,532",
+ "attack_speed": "5",
+ "magic_level": "25",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "1",
- "weakness": "5"
- },
- {
- "id": "7718",
- "name": "Brother Bordiss"
- },
- {
- "id": "7719",
- "name": "Brother Althric"
- },
- {
- "id": "7720",
- "name": "Drorkar"
- },
- {
- "id": "7721",
- "name": "Nurmof"
- },
- {
- "id": "7722",
- "name": "Lakki the delivery dwarf"
- },
- {
- "id": "7723",
- "name": "Drorkar"
- },
- {
- "id": "7724",
- "name": "Brother Bordiss"
- },
- {
- "id": "7725",
- "name": "Professor Arblenap"
- },
- {
- "id": "7726",
- "name": "Assistant"
- },
- {
- "id": "7727",
- "name": "Monk",
- "examine": "A holy man.",
- "attack_level": "12",
- "combat_audio": "511,513,512",
- "death_animation": "836",
"defence_animation": "0",
- "defence_level": "12",
- "lifepoints": "17",
+ "weakness": "5",
"magic_animation": "0",
+ "death_animation": "8078",
+ "name": "Icefiend",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "1",
+ "id": "7715",
+ "aggressive": "true",
+ "clue_level": "0",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "The icefiend seems to be melting.",
+ "slayer_task": "46",
+ "melee_animation": "8080",
+ "range_animation": "0",
+ "attack_speed": "5",
+ "magic_level": "25",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "8078",
+ "name": "null",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "1",
+ "id": "7716",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A holy man.",
"melee_animation": "422",
"range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "12",
- "weakness": "9"
- },
- {
- "id": "7728",
- "name": "Baby icefiend"
- },
- {
- "id": "7736",
- "name": "Baby icefiend",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "5",
- "death_animation": "8078",
- "defence_animation": "8084",
- "defence_level": "1",
- "lifepoints": "50",
- "melee_animation": "8080",
- "range_level": "1",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7737",
- "name": "Will"
- },
- {
- "id": "7738",
- "name": "Will"
- },
- {
- "id": "7739",
- "name": "Phil"
- },
- {
- "id": "7740",
- "name": "Jiggling crate",
- "examine": "Is it full of rats?",
- "attack_level": "1",
- "combat_audio": "703,705,704",
- "death_animation": "0",
+ "combat_audio": "511,513,512",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
+ "weakness": "9",
"magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7741",
- "name": "Three little kittens",
- "examine": "A warrior who has been long forgotten.",
- "aggressive": "true",
- "attack_level": "30",
"death_animation": "836",
- "defence_animation": "0",
- "defence_level": "25",
- "lifepoints": "5",
- "magic_animation": "0",
- "magic_level": "25",
- "range_animation": "0",
- "range_level": "25",
+ "name": "Monk",
+ "defence_level": "12",
"safespot": null,
- "strength_level": "30",
- "weakness": "6"
- },
- {
- "id": "7742",
- "name": "Fluffs"
- },
- {
- "id": "7743",
- "name": "Fluffs"
- },
- {
- "id": "7744",
- "name": "Kittens"
- },
- {
- "id": "7746",
- "name": "TzHaar-Mej-Malk"
- },
- {
- "id": "7747",
- "name": "TzHaar-Xil-Tog",
- "examine": "It looks upset.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
+ "lifepoints": "17",
+ "strength_level": "12",
+ "id": "7727",
"range_level": "1",
- "safespot": null,
- "strength_level": "1"
+ "attack_level": "12"
},
{
- "id": "7748",
- "name": "TzHaar-Hur-Frok"
- },
- {
- "id": "7749",
- "name": "TzHaar-Ket-Grol"
- },
- {
- "id": "7750",
- "name": "TzHaar-Ket-Rok"
- },
- {
- "id": "7751",
- "name": "TzHaar-Ket-Lurk"
- },
- {
- "id": "7752",
- "name": "TzHaar-Mej-Lor",
- "examine": "A TzHaar librarian.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7753",
- "name": "TzHaar-Mej"
- },
- {
- "id": "7754",
- "name": "TzHaar-Hur"
- },
- {
- "id": "7755",
- "name": "TzHaar-Xil"
- },
- {
- "id": "7756",
- "name": "Library assistant",
- "examine": "A TzHaar-Hur stamping stone tablets.",
- "attack_level": "1",
- "death_animation": "0",
- "defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "10",
- "magic_animation": "0",
- "melee_animation": "0",
- "range_animation": "0",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7757",
- "name": "TzHaar-Hur-Brekt"
- },
- {
- "id": "7758",
- "name": "TzHaar-Hur-Brekt"
- },
- {
- "id": "7759",
- "name": "TzHaar-Ket-Jok"
- },
- {
- "id": "7760",
- "name": "TzHaar-Ket-Jok"
- },
- {
- "id": "7761",
- "name": "TzHaar-Xil-Mor"
- },
- {
- "id": "7762",
- "name": "TzHaar-Xil-Mor"
- },
- {
- "id": "7763",
- "name": "TzHaar-Mej-Kol"
- },
- {
- "id": "7764",
- "name": "TzHaar-Mej-Kol"
- },
- {
- "id": "7765",
- "name": "TzHaar-Hur-Klag"
- },
- {
- "id": "7766",
- "name": "TzHaar-Hur-Klag"
- },
- {
- "id": "7767",
- "name": "TzHaar-Hur",
- "examine": "Looks like a craftsman of some kind.",
- "attack_level": "50",
+ "melee_animation": "8080",
"attack_speed": "5",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "9286",
- "magic_level": "50",
- "melee_animation": "9286",
- "range_animation": "9286",
- "range_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "8084",
+ "death_animation": "8078",
+ "name": "Baby icefiend",
+ "defence_level": "1",
"safespot": null,
- "strength_level": "50"
- },
- {
- "id": "7768",
- "name": "TzHaar-Hur",
- "examine": "Looks like a craftsman of some kind.",
- "attack_level": "50",
- "attack_speed": "5",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "9286",
- "magic_level": "50",
- "melee_animation": "9286",
- "range_animation": "9286",
- "range_level": "1",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "7769",
- "name": "TzHaar-Hur",
- "examine": "Looks like a craftsman of some kind.",
- "attack_level": "50",
- "attack_speed": "5",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "death_animation": "9288",
- "defence_animation": "9287",
- "defence_level": "50",
- "lifepoints": "80",
- "magic_animation": "9286",
- "magic_level": "50",
- "melee_animation": "9286",
- "range_animation": "9286",
- "range_level": "1",
- "safespot": null,
- "strength_level": "50"
- },
- {
- "id": "7770",
- "name": "TokTz-Ket-Dill"
- },
- {
- "id": "7771",
- "name": "TokTz-Ket-Dill"
- },
- {
- "id": "7772",
- "name": "Lava monster",
- "examine": "A monster made of magma.",
+ "lifepoints": "50",
+ "strength_level": "1",
+ "id": "7736",
"aggressive": "true",
- "attack_level": "28",
- "combat_style": "1",
- "death_animation": "9340",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Is it full of rats?",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "combat_audio": "703,705,704",
"defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "54",
"magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jiggling crate",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7740",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A warrior who has been long forgotten.",
+ "range_animation": "0",
+ "magic_level": "25",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Three little kittens",
+ "defence_level": "25",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "30",
+ "id": "7741",
+ "aggressive": "true",
+ "range_level": "25",
+ "attack_level": "30"
+ },
+ {
+ "examine": "It looks upset.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "TzHaar-Xil-Tog",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7747",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A TzHaar librarian.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "TzHaar-Mej-Lor",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7752",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A TzHaar-Hur stamping stone tablets.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Library assistant",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7756",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Looks like a craftsman of some kind.",
+ "melee_animation": "9286",
+ "range_animation": "9286",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "defence_animation": "9287",
+ "magic_animation": "9286",
+ "death_animation": "9288",
+ "name": "TzHaar-Hur",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "7767",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Looks like a craftsman of some kind.",
+ "melee_animation": "9286",
+ "range_animation": "9286",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "defence_animation": "9287",
+ "magic_animation": "9286",
+ "death_animation": "9288",
+ "name": "TzHaar-Hur",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "7768",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Looks like a craftsman of some kind.",
+ "melee_animation": "9286",
+ "range_animation": "9286",
+ "attack_speed": "5",
+ "magic_level": "50",
+ "defence_animation": "9287",
+ "magic_animation": "9286",
+ "death_animation": "9288",
+ "name": "TzHaar-Hur",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "50",
+ "id": "7769",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "A monster made of magma.",
+ "combat_style": "1",
"melee_animation": "9337",
"range_animation": "0",
- "range_level": "38",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "0",
+ "magic_animation": "0",
+ "death_animation": "9340",
+ "name": "Lava monster",
+ "defence_level": "38",
"safespot": null,
+ "lifepoints": "54",
"strength_level": "28",
- "weakness": "0"
+ "id": "7772",
+ "aggressive": "true",
+ "range_level": "38",
+ "attack_level": "28"
},
{
- "id": "7773",
- "name": "Fire monster",
"examine": "A monster like many others",
- "aggressive": "true",
- "attack_level": "28",
"combat_style": "2",
- "death_animation": "9344",
- "defence_animation": "0",
- "defence_level": "38",
- "lifepoints": "54",
- "magic_animation": "0",
"melee_animation": "9341",
"range_animation": "0",
- "range_level": "38",
"respawn_delay": "60",
- "safespot": null,
- "strength_level": "28",
- "weakness": "0"
- },
- {
- "id": "7774",
- "name": "Skeleton"
- },
- {
- "id": "7775",
- "name": "Skeleton"
- },
- {
- "id": "7776",
- "name": "Skeleton"
- },
- {
- "id": "7777",
- "name": "Skeleton"
- },
- {
- "id": "7778",
- "name": "Skeleton"
- },
- {
- "id": "7779",
- "name": "Sumona"
- },
- {
- "id": "7781",
- "name": "Jesmona"
- },
- {
- "id": "7782",
- "name": "Catolax"
- },
- {
- "id": "7783",
- "name": "Ali Cat"
- },
- {
- "id": "7786",
- "name": "Mighty banshee",
- "examine": "Not the best of vocalists.",
- "aggressive": "true",
- "attack_level": "65",
- "combat_audio": "284,286,285",
- "combat_style": "1",
- "death_animation": "9450",
- "defence_animation": "9451",
- "defence_level": "65",
- "lifepoints": "85",
- "magic_animation": "9382",
- "magic_level": "65",
- "melee_animation": "9449",
- "range_animation": "9382",
- "range_level": "0",
- "respawn_delay": "60",
- "safespot": null,
- "strength_level": "65",
- "weakness": "0"
- },
- {
- "id": "7787",
- "name": "Cave crawler"
- },
- {
- "id": "7788",
- "name": "Skeleton"
- },
- {
- "id": "7789",
- "name": "Zombie"
- },
- {
- "id": "7790",
- "name": "Zombie"
- },
- {
- "id": "7791",
- "name": "Zombie"
- },
- {
- "id": "7792",
- "name": "Zombie"
- },
- {
- "id": "7793",
- "name": "Banshee mistress"
- },
- {
- "id": "7794",
- "name": "Banshee mistress"
- },
- {
- "id": "7795",
- "name": "Insectoid assassin"
- },
- {
- "id": "7796",
- "name": "Insectoid assassin"
- },
- {
- "id": "7797",
- "name": "Kurask overlord"
- },
- {
- "id": "7798",
- "name": "Monstrous cave crawler"
- },
- {
- "id": "7799",
- "name": "Basilisk boss"
- },
- {
- "id": "7800",
- "name": "Mightiest turoth"
- },
- {
- "id": "7801",
- "name": "Aberrant spectre"
- },
- {
- "id": "7802",
- "name": "Aberrant spectre"
- },
- {
- "id": "7803",
- "name": "Aberrant spectre"
- },
- {
- "id": "7804",
- "name": "Aberrant spectre"
- },
- {
- "id": "7805",
- "name": "Kurask minion"
- },
- {
- "id": "7806",
- "name": "Mummy warrior"
- },
- {
- "id": "7807",
- "name": "Mummy warrior"
- },
- {
- "id": "7808",
- "name": "Mummy warrior"
- },
- {
- "id": "7809",
- "name": "Cat"
- },
- {
- "id": "7810",
- "name": "Banshee"
- },
- {
- "id": "7811",
- "name": "Kurask"
- },
- {
- "id": "7812",
- "name": "Cave crawler"
- },
- {
- "id": "7813",
- "name": "Basilisk"
- },
- {
- "id": "7814",
- "name": "Turoth"
- },
- {
- "id": "7815",
- "name": "Skeleton"
- },
- {
- "id": "7816",
- "name": "Master"
- },
- {
- "id": "7817",
- "name": "Zombie"
- },
- {
- "id": "7818",
- "name": "Zombie"
- },
- {
- "id": "7819",
- "name": "Zombie"
- },
- {
- "id": "7820",
- "name": "Zombie"
- },
- {
- "id": "7821",
- "name": "A wanderer."
- },
- {
- "id": "7822",
- "name": "A wanderer."
- },
- {
- "id": "7823",
- "name": "Wall Beast",
- "examine": "A big, scary hand! ",
- "aggressive": "true",
- "attack_level": "38",
- "attack_speed": "6",
- "death_animation": "1804",
- "defence_animation": "1803",
- "defence_level": "38",
- "lifepoints": "105",
- "melee_animation": "1802",
- "movement_radius": "0",
- "range_level": "1",
- "respawn_delay": "0",
- "safespot": null,
- "slayer_exp": "105",
- "strength_level": "38"
- },
- {
- "id": "7824",
- "name": "Osman"
- },
- {
- "id": "7825",
- "name": "50 Ships Mufassah"
- },
- {
- "id": "7826",
- "name": "Karamthulhu"
- },
- {
- "id": "7827",
- "name": "Karamthulhu"
- },
- {
- "id": "7828",
- "name": "Giant lobster"
- },
- {
- "id": "7829",
- "name": "Giant crab"
- },
- {
- "id": "7830",
- "name": "Customs Sergeant"
- },
- {
- "id": "7831",
- "name": "Customs Sergeant"
- },
- {
- "id": "7832",
- "name": "Young Ralph"
- },
- {
- "id": "7833",
- "name": "Young Ralph"
- },
- {
- "id": "7834",
- "name": "Young Ralph"
- },
- {
- "id": "7835",
- "name": "Young Ralph"
- },
- {
- "id": "7836",
- "name": "Young Ralph"
- },
- {
- "id": "7837",
- "name": "Customs Officer"
- },
- {
- "id": "7838",
- "name": "Customs Officer"
- },
- {
- "id": "7839",
- "name": "Customs Officer"
- },
- {
- "id": "7840",
- "name": "Heavy-Handed Harry"
- },
- {
- "id": "7841",
- "name": "Player"
- },
- {
- "id": "7842",
- "name": "Locker Officer"
- },
- {
- "id": "7843",
- "name": "Locker Officer"
- },
- {
- "id": "7844",
- "name": "Ex-ex-parrot"
- },
- {
- "id": "7845",
- "name": "Pirate impling"
- },
- {
- "id": "7846",
- "name": "Pirate impling"
- },
- {
- "id": "7847",
- "name": "Captain Rabid Jack"
- },
- {
- "id": "7848",
- "name": "Jack"
- },
- {
- "id": "7849",
- "name": "Bosun Giles"
- },
- {
- "id": "7850",
- "name": "Pirate"
- },
- {
- "id": "7851",
- "name": "Lizzie"
- },
- {
- "id": "7852",
- "name": "Cap'n Izzy No-Beard"
- },
- {
- "id": "7853",
- "name": "Ralph"
- },
- {
- "id": "7854",
- "name": "Brass Hand Harry"
- },
- {
- "id": "7855",
- "name": "Bill Teach"
- },
- {
- "id": "7856",
- "name": "Pirate"
- },
- {
- "id": "7857",
- "name": "Brass Hand Harry"
- },
- {
- "id": "7858",
- "name": "Gull"
- },
- {
- "id": "7861",
- "name": "Jack"
- },
- {
- "id": "7862",
- "name": "Fishing spot"
- },
- {
- "id": "7863",
- "name": "Fishing spot"
- },
- {
- "id": "7864",
- "name": "Fishing spot"
- },
- {
- "id": "7865",
- "name": "Guardsman Dante"
- },
- {
- "id": "7866",
- "name": "Guardsman DeShawn"
- },
- {
- "id": "7867",
- "name": "Guardsman Brawn"
- },
- {
- "id": "7868",
- "name": "Iain"
- },
- {
- "id": "7869",
- "name": "Julian"
- },
- {
- "id": "7870",
- "name": "Lachtopher"
- },
- {
- "id": "7871",
- "name": "Samuel"
- },
- {
- "id": "7872",
- "name": "Victoria"
- },
- {
- "id": "7873",
- "name": "Man"
- },
- {
- "id": "7874",
- "name": "Man"
- },
- {
- "id": "7875",
- "name": "Man"
- },
- {
- "id": "7876",
- "name": "Man"
- },
- {
- "id": "7877",
- "name": "Man"
- },
- {
- "id": "7878",
- "name": "Man"
- },
- {
- "id": "7879",
- "name": "Man"
- },
- {
- "id": "7880",
- "name": "Woman"
- },
- {
- "id": "7881",
- "name": "Woman"
- },
- {
- "id": "7882",
- "name": "Woman"
- },
- {
- "id": "7883",
- "name": "Woman"
- },
- {
- "id": "7884",
- "name": "Woman"
- },
- {
- "id": "7885",
- "name": "Guardsman Dante"
- },
- {
- "id": "7886",
- "name": "Guardsman DeShawn"
- },
- {
- "id": "7887",
- "name": "Guardsman Brawn"
- },
- {
- "id": "7888",
- "name": "Sergeant Abram"
- },
- {
- "id": "7889",
- "name": "Guardsman Pazel"
- },
- {
- "id": "7890",
- "name": "Guardsman Peale"
- },
- {
- "id": "7891",
- "name": "Melee dummy",
- "examine": "A melee training dummy",
- "aggressive": "true",
- "attack_level": "1",
- "attack_speed": "6",
- "death_animation": "97",
"defence_animation": "0",
- "defence_level": "1",
- "lifepoints": "15",
+ "weakness": "0",
"magic_animation": "0",
+ "death_animation": "9344",
+ "name": "Fire monster",
+ "defence_level": "38",
+ "safespot": null,
+ "lifepoints": "54",
+ "strength_level": "28",
+ "id": "7773",
+ "aggressive": "true",
+ "range_level": "38",
+ "attack_level": "28"
+ },
+ {
+ "examine": "A big, scary hand! ",
+ "melee_animation": "1802",
+ "attack_speed": "6",
+ "respawn_delay": "60",
+ "defence_animation": "1803",
+ "slayer_exp": "105",
+ "death_animation": "1804",
+ "name": "Wall Beast",
+ "defence_level": "38",
+ "movement_radius": "1",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "38",
+ "id": "7823",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "38"
+ },
+ {
+ "examine": "A melee training dummy",
"melee_animation": "94",
"range_animation": "0",
- "range_level": "1",
+ "attack_speed": "6",
"respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "97",
+ "name": "Melee dummy",
+ "defence_level": "1",
"safespot": null,
+ "lifepoints": "15",
"strength_level": "1",
- "weakness": "6"
+ "id": "7891",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7892",
- "name": "General Wartface"
- },
- {
- "id": "7893",
- "name": "General Bentnoze"
- },
- {
- "id": "7894",
- "name": "General Wartface"
- },
- {
- "id": "7896",
- "name": "General Bentnoze"
- },
- {
- "id": "7898",
- "name": "Loar Shadow"
- },
- {
- "id": "7901",
- "name": "Loar Shadow"
- },
- {
- "id": "7902",
- "name": "Sergeant Abram"
- },
- {
- "id": "7903",
- "name": "Guardsman Pazel"
- },
- {
- "id": "7904",
- "name": "Guardsman Peale"
- },
- {
- "id": "7905",
- "name": "Barricade guard"
- },
- {
- "id": "7906",
- "name": "Barricade guard"
- },
- {
- "id": "7907",
- "name": "Barricade guard"
- },
- {
- "id": "7908",
- "name": "Barricade guard"
- },
- {
- "id": "7909",
- "name": "Barricade guard"
- },
- {
- "id": "7910",
- "name": "Barricade guard"
- },
- {
- "id": "7911",
- "name": "Barricade guard"
- },
- {
- "id": "7912",
- "name": "Border guard"
- },
- {
- "id": "7913",
- "name": "Iain"
- },
- {
- "id": "7914",
- "name": "Julian"
- },
- {
- "id": "7915",
- "name": "Lachtopher"
- },
- {
- "id": "7916",
- "name": "Samuel"
- },
- {
- "id": "7917",
- "name": "Victoria"
- },
- {
- "id": "7918",
- "name": "Man"
- },
- {
- "id": "7919",
- "name": "Man"
- },
- {
- "id": "7920",
- "name": "Man"
- },
- {
- "id": "7921",
- "name": "Man"
- },
- {
- "id": "7922",
- "name": "Man"
- },
- {
- "id": "7923",
- "name": "Man"
- },
- {
- "id": "7924",
- "name": "Man"
- },
- {
- "id": "7925",
- "name": "Woman"
- },
- {
- "id": "7926",
- "name": "Woman"
- },
- {
- "id": "7927",
- "name": "Woman"
- },
- {
- "id": "7928",
- "name": "Woman"
- },
- {
- "id": "7929",
- "name": "Lumbridge Guide"
- },
- {
- "id": "7930",
- "name": "Doomsayer"
- },
- {
- "id": "7931",
- "name": "Donie"
- },
- {
- "id": "7932",
- "name": "Gee"
- },
- {
- "id": "7933",
- "name": "Duke Horacio"
- },
- {
- "id": "7934",
- "name": "Sigmund"
- },
- {
- "id": "7935",
- "name": "Hans"
- },
- {
- "id": "7936",
- "name": "Cook"
- },
- {
- "id": "7937",
- "name": "Father Aereck"
- },
- {
- "id": "7938",
- "name": "Sir Vant"
- },
- {
- "id": "7939",
- "name": "Sir Vant"
- },
- {
- "id": "7940",
- "name": "Sir Vant"
- },
- {
- "id": "7941",
- "name": "Sir Vant"
- },
- {
- "id": "7942",
- "name": "Sir Vant"
- },
- {
- "id": "7943",
- "name": "Dragon"
- },
- {
- "id": "7944",
- "name": "Dragon"
- },
- {
- "id": "7945",
- "name": "Dragon"
- },
- {
- "id": "7946",
- "name": "Dragon"
- },
- {
- "id": "7947",
- "name": "Dragon"
- },
- {
- "id": "7948",
- "name": "Dragon"
- },
- {
- "id": "7949",
- "name": "Lumbridge Guide"
- },
- {
- "id": "7950",
- "name": "Melee Tutor"
- },
- {
- "id": "7951",
- "name": "Ranged Tutor"
- },
- {
- "id": "7952",
- "name": "Magic Tutor"
- },
- {
- "id": "7953",
- "name": "Cooking Tutor"
- },
- {
- "id": "7954",
- "name": "Crafting Tutor"
- },
- {
- "id": "7955",
- "name": "Fishing Tutor"
- },
- {
- "id": "7956",
- "name": "Mining Tutor"
- },
- {
- "id": "7957",
- "name": "Prayer Tutor"
- },
- {
- "id": "7958",
- "name": "Smelting Tutor",
"examine": "A man of his craft.",
- "attack_level": "1",
- "defence_level": "1",
- "lifepoints": "10",
- "movement_radius": "5",
- "range_level": "1",
- "safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7959",
"name": "Smelting Tutor",
- "examine": "A master of his craft.",
- "attack_level": "1",
"defence_level": "1",
- "lifepoints": "10",
"movement_radius": "5",
- "range_level": "1",
"safespot": null,
- "strength_level": "1"
- },
- {
- "id": "7960",
- "name": "Woodcutting Tutor"
- },
- {
- "id": "7961",
- "name": "Bank Tutor"
- },
- {
- "id": "7962",
- "name": "Gee"
- },
- {
- "id": "7963",
- "name": "Spirit"
- },
- {
- "id": "7964",
- "name": "Goblin"
- },
- {
- "id": "7965",
- "name": "Goblin"
- },
- {
- "id": "7966",
- "name": "Chaos druid"
- },
- {
- "id": "7967",
- "name": "Shopkeeper"
- },
- {
- "id": "7968",
- "name": "Explorer Jack"
- },
- {
- "id": "7969",
- "name": "Explorer Jack",
- "examine": "He looks like a professional explorer.",
- "attack_level": "1",
- "defence_level": "1",
"lifepoints": "10",
+ "strength_level": "1",
+ "id": "7958",
"range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A master of his craft.",
+ "name": "Smelting Tutor",
+ "defence_level": "1",
+ "movement_radius": "5",
"safespot": null,
- "strength_level": "1"
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7959",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7970",
- "name": "Smithing Tutor"
+ "examine": "He looks like a professional explorer.",
+ "name": "Explorer Jack",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7969",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "7971",
- "name": "Mining Tutor"
- },
- {
- "id": "7972",
- "name": "Spirit"
- },
- {
- "id": "7977",
- "name": "Spirit"
- },
- {
- "id": "7978",
- "name": "Spirit"
- },
- {
- "id": "7979",
- "name": "Spirit"
- },
- {
- "id": "7980",
- "name": "Spirit"
- },
- {
- "id": "7981",
- "name": "Spirit"
- },
- {
- "id": "7982",
- "name": "Spirit"
- },
- {
- "id": "7983",
- "name": "Spirit"
- },
- {
- "id": "7984",
- "name": "Spirit"
- },
- {
- "id": "7985",
- "name": "Summer Bonde"
- },
- {
- "id": "7987",
- "name": "Spirit"
- },
- {
- "id": "7988",
- "name": "Spirit"
- },
- {
- "id": "7989",
- "name": "Erik Bonde"
- },
- {
- "id": "7990",
- "name": "Spirit"
- },
- {
- "id": "7991",
- "name": "Jallek Lenkin"
- },
- {
- "id": "7992",
- "name": "Spirit"
- },
- {
- "id": "7993",
- "name": "Meranek Thanatos"
- },
- {
- "id": "7994",
- "name": "Ghostly warrior"
- },
- {
- "id": "7995",
- "name": "Spirit Beast"
- },
- {
- "id": "7996",
- "name": "Spirit Beast"
- },
- {
- "id": "7997",
- "name": "Spirit Beast"
- },
- {
- "id": "7998",
- "name": "Ghost"
- },
- {
- "id": "7999",
- "name": "Ghost"
- },
- {
- "id": "8000",
- "name": "Goth leprechaun"
- },
- {
- "id": "8001",
- "name": "Jack"
- },
- {
- "id": "8003",
- "name": "Sarah"
- },
- {
- "id": "8004",
- "name": "Laura"
- },
- {
- "id": "8005",
- "name": "Laura"
- },
- {
- "id": "8006",
- "name": "Roger"
- },
- {
- "id": "8007",
- "name": "Jorral"
- },
- {
- "id": "8008",
- "name": "Guthix"
- },
- {
- "id": "8009",
- "name": "Max the traveller"
- },
- {
- "id": "8010",
- "name": "Man"
- },
- {
- "id": "8011",
- "name": "Man"
- },
- {
- "id": "8012",
- "name": "Woman"
- },
- {
- "id": "8013",
- "name": "Woman"
- },
- {
- "id": "8014",
- "name": "Haluned"
- },
- {
- "id": "8015",
- "name": "Jack"
- },
- {
- "id": "8016",
- "name": "Baby Sarah"
- },
- {
- "id": "8017",
- "name": "Snowy"
- },
- {
- "id": "8018",
- "name": "Roger"
- },
- {
- "id": "8019",
- "name": "Portal"
- },
- {
- "id": "8020",
- "name": "Portal"
- },
- {
- "id": "8021",
- "name": "Yellow orb"
- },
- {
- "id": "8023",
- "name": "Yellow orb"
- },
- {
- "id": "8024",
- "name": "Yellow orb"
- },
- {
- "id": "8025",
- "name": "Green orb"
- },
- {
- "id": "8027",
- "name": "Green orb"
- },
- {
- "id": "8028",
- "name": "Green orb"
- },
- {
- "id": "8029",
- "name": "Wizard Korvak"
- },
- {
- "id": "8030",
- "name": "Wizard Vief"
- },
- {
- "id": "8031",
- "name": "Wizard Acantha"
- },
- {
- "id": "8032",
- "name": "Wizard Elriss"
- },
- {
- "id": "8033",
- "name": "Wizard"
- },
- {
- "id": "8034",
- "name": "Wizard"
- },
- {
- "id": "8035",
- "name": "Wizard"
- },
- {
- "id": "8036",
- "name": "Wizard"
- },
- {
- "id": "8037",
- "name": "Wizard"
- },
- {
- "id": "8038",
- "name": "Wizard"
- },
- {
- "id": "8039",
- "name": "Wizard"
- },
- {
- "id": "8040",
- "name": "Wizard"
- },
- {
- "id": "8041",
- "name": "Imiago",
- "examine": "Perhaps this gardener might look after your crops for you."
- },
- {
- "id": "8042",
- "name": "Squire Fyre"
- },
- {
- "id": "8043",
- "name": "Squire Fyre"
- },
- {
- "id": "8044",
- "name": "Orry"
- },
- {
- "id": "8045",
- "name": "Orry"
- },
- {
- "id": "8046",
- "name": "Ube"
- },
- {
- "id": "8047",
- "name": "Ube"
- },
- {
- "id": "8048",
- "name": "Waldo"
- },
- {
- "id": "8049",
- "name": "Waldo"
- },
- {
- "id": "8050",
- "name": "Gjalp"
- },
- {
- "id": "8051",
- "name": "Gjalp"
- },
- {
- "id": "8052",
- "name": "Brother Fintan"
- },
- {
- "id": "8053",
- "name": "Brother Fintan"
- },
- {
- "id": "8054",
- "name": "Stubthumb"
- },
- {
- "id": "8055",
- "name": "Stubthumb"
- },
- {
- "id": "8056",
- "name": "Stubthumb"
- },
- {
- "id": "8057",
- "name": "Doronbol"
- },
- {
- "id": "8058",
- "name": "Doronbol"
- },
- {
- "id": "8059",
- "name": "Crate"
- },
- {
- "id": "8060",
- "name": "Crate"
- },
- {
- "id": "8061",
- "name": "Egg"
- },
- {
- "id": "8062",
- "name": "Egg"
- },
- {
- "id": "8063",
- "name": "Nanuq"
- },
- {
- "id": "8064",
- "name": "Nanuq"
- },
- {
- "id": "8065",
- "name": "Pumpkin"
- },
- {
- "id": "8077",
- "name": "Pumpkin",
- "examine": "What's black and white and smells of pumpkin?",
- "end_height": ""
- },
- {
- "id": "8078",
- "name": "Maggie"
- },
- {
- "id": "8079",
- "name": "Circus barker"
- },
- {
- "id": "8080",
- "name": "Circus barker"
- },
- {
- "id": "8081",
- "name": "Circus barker"
- },
- {
- "id": "8082",
- "name": "Agility assistant"
- },
- {
- "id": "8083",
- "name": "Magic assistant"
- },
- {
- "id": "8084",
- "name": "Ranged assistant"
- },
- {
- "id": "8085",
- "name": "Ringmaster"
- },
- {
- "id": "8086",
- "name": "Audience"
- },
- {
- "id": "8087",
- "name": "Audience"
- },
- {
- "id": "8088",
- "name": "Ticket vendor"
- },
- {
- "id": "8089",
- "name": "Rock"
- },
- {
- "id": "8091",
- "name": "Star sprite"
- },
- {
- "id": "8092",
- "name": "Shooting star shadow"
- },
- {
- "id": "8093",
- "name": "Penguin"
- },
- {
- "id": "8094",
- "name": "Penguin"
- },
- {
- "id": "8095",
- "name": "Penguin"
- },
- {
- "id": "8096",
- "name": "Penguin"
- },
- {
- "id": "8097",
- "name": "Penguin"
- },
- {
- "id": "8098",
- "name": "Penguin"
- },
- {
- "id": "8099",
- "name": "Penguin"
- },
- {
- "id": "8100",
- "name": "Penguin"
- },
- {
- "id": "8101",
- "name": "Penguin"
- },
- {
- "id": "8102",
- "name": "Penguin"
- },
- {
- "id": "8103",
- "name": "Penguin"
- },
- {
- "id": "8104",
- "name": "Barrel",
- "examine": "What's black and white and smells like beer?"
- },
- {
- "id": "8105",
- "name": "Bush",
- "examine": "What's black and white and down to earth?"
- },
- {
- "id": "8106",
- "name": "Bush"
- },
- {
- "id": "8107",
- "name": "Cactus",
- "examine": "What's black and white and covered in spines?"
- },
- {
- "id": "8108",
- "name": "Crate",
- "examine": "What's black and white and on a sneaking mission?"
- },
- {
- "id": "8109",
- "name": "Rock",
- "examine": "What's black and white and looks like a rock hopper?"
- },
- {
- "id": "8110",
- "name": "Toadstool",
- "examine": "What's black and white and covered in mushroom?"
- },
- {
- "id": "8111",
- "name": "Calladin"
- },
- {
- "id": "8112",
- "name": "Summer Bonde"
- },
- {
- "id": "8114",
- "name": "Summer Bonde"
- },
- {
- "id": "8115",
- "name": "Erik Bonde"
- },
- {
- "id": "8116",
- "name": "Erik Bonde"
- },
- {
- "id": "8117",
- "name": "Jallek Lenkin"
- },
- {
- "id": "8118",
- "name": "Jallek Lenkin"
- },
- {
- "id": "8119",
- "name": "Meranek Thanatos"
- },
- {
- "id": "8120",
- "name": "Meranek Thanatos"
- },
- {
- "id": "8121",
- "name": "Spirit"
- },
- {
- "id": "8122",
- "name": "Rogue"
- },
- {
- "id": "8123",
- "name": "Tormented wraith"
- },
- {
- "id": "8126",
- "name": "Dark energy core"
- },
- {
- "id": "8127",
- "name": "Dark energy core"
- },
- {
- "id": "8128",
- "name": "Spirit Beast"
- },
- {
- "id": "8129",
- "name": "Spirit Beast"
- },
- {
- "id": "8130",
- "name": "Spirit Beast"
- },
- {
- "id": "8131",
- "name": "Spirit Beast"
- },
- {
- "id": "8132",
- "name": "Spirit Beast"
- },
- {
- "id": "8133",
- "name": "Corporeal Beast",
- "examine": "A vision of supernatural horror.",
"agg_radius": "64",
- "aggressive": "true",
- "attack_level": "320",
- "attack_speed": "6",
- "bonuses": "50,50,50,0,0,25,200,100,150,230,0,0,0,0,0",
- "death_animation": "10385",
- "defence_animation": "10386",
- "defence_level": "310",
- "lifepoints": "2000",
- "magic_animation": "10053",
- "magic_level": "350",
+ "examine": "A vision of supernatural horror.",
"melee_animation": "10058",
- "movement_radius": "64",
- "poison_immune": "true",
- "range_level": "150",
+ "attack_speed": "6",
+ "magic_level": "350",
"respawn_delay": "80",
+ "defence_animation": "10386",
+ "magic_animation": "10053",
+ "death_animation": "10385",
+ "name": "Corporeal Beast",
+ "defence_level": "310",
+ "poison_immune": "true",
+ "movement_radius": "64",
"safespot": null,
- "strength_level": "320"
+ "lifepoints": "2000",
+ "strength_level": "320",
+ "id": "8133",
+ "aggressive": "true",
+ "bonuses": "50,50,50,0,0,25,200,100,150,230,0,0,0,0,0",
+ "range_level": "150",
+ "attack_level": "320"
},
{
- "id": "8134",
- "name": "Spirit"
- },
- {
- "id": "8135",
- "name": "Summer Bonde"
- },
- {
- "id": "8136",
- "name": "Erik Bonde"
- },
- {
- "id": "8137",
- "name": "Jallek Lenkin"
- },
- {
- "id": "8138",
- "name": "Meranek Thanatos"
- },
- {
- "id": "8139",
- "name": "Hartwin"
- },
- {
- "id": "8140",
- "name": "Hartwin"
- },
- {
- "id": "8141",
- "name": "Zombie"
- },
- {
- "id": "8143",
- "name": "Zombie"
- },
- {
- "id": "8144",
- "name": "Zombie"
- },
- {
- "id": "8145",
- "name": "Zombie"
- },
- {
- "id": "8146",
- "name": "Zemouregal"
- },
- {
- "id": "8147",
- "name": "Zemouregal"
- },
- {
- "id": "8149",
- "name": "Armoured zombie",
"examine": "He sure looks grave.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "6",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "50",
- "lifepoints": "62",
"melee_animation": "5571",
- "range_level": "50",
+ "combat_audio": "931,923,922",
+ "attack_speed": "6",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "5574",
"slayer_exp": "30",
- "strength_level": "50"
+ "death_animation": "5575",
+ "name": "Armoured zombie",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "50",
+ "id": "8149",
+ "aggressive": "true",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "50",
+ "attack_level": "50"
},
{
- "id": "8150",
- "name": "Armoured zombie",
"examine": "This is a rotten one.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "6",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
- "defence_level": "50",
- "lifepoints": "62",
"melee_animation": "5571",
- "range_level": "50",
+ "combat_audio": "931,923,922",
+ "attack_speed": "6",
"respawn_delay": "35",
- "safespot": null,
+ "defence_animation": "5574",
"slayer_exp": "30",
- "strength_level": "50"
- },
- {
- "id": "8151",
+ "death_animation": "5575",
"name": "Armoured zombie",
- "examine": "It hasn't quite gotten around to dying.",
- "aggressive": "true",
- "attack_level": "50",
- "attack_speed": "6",
- "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
- "combat_audio": "931,923,922",
- "death_animation": "5575",
- "defence_animation": "5574",
"defence_level": "50",
- "lifepoints": "62",
- "melee_animation": "5571",
- "range_level": "50",
- "respawn_delay": "35",
"safespot": null,
+ "lifepoints": "62",
+ "strength_level": "50",
+ "id": "8150",
+ "aggressive": "true",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "50",
+ "attack_level": "50"
+ },
+ {
+ "examine": "It hasn't quite gotten around to dying.",
+ "melee_animation": "5571",
+ "combat_audio": "931,923,922",
+ "attack_speed": "6",
+ "respawn_delay": "35",
+ "defence_animation": "5574",
"slayer_exp": "30",
- "strength_level": "50"
- },
- {
- "id": "8152",
- "name": "Armoured zombie"
- },
- {
- "id": "8153",
- "name": "Armoured zombie"
- },
- {
- "id": "8154",
- "name": "Armoured zombie"
- },
- {
- "id": "8155",
- "name": "Armoured zombie"
- },
- {
- "id": "8156",
- "name": "Armoured zombie"
- },
- {
- "id": "8157",
- "name": "Armoured zombie"
- },
- {
- "id": "8158",
- "name": "Armoured zombie"
- },
- {
- "id": "8159",
- "name": "Armoured zombie"
- },
- {
- "id": "8160",
- "name": "Armoured zombie"
- },
- {
- "id": "8161",
- "name": "Armoured zombie"
- },
- {
- "id": "8162",
- "name": "Armoured zombie"
- },
- {
- "id": "8163",
- "name": "Armoured zombie"
- },
- {
- "id": "8164",
- "name": "Armoured zombie"
- },
- {
- "id": "8165",
- "name": "Sharathteerk"
- },
- {
- "id": "8166",
- "name": "Sharathteerk"
- },
- {
- "id": "8168",
- "name": "Arrav"
- },
- {
- "id": "8169",
- "name": "Arrav"
- },
- {
- "id": "8170",
- "name": "Ramarno"
- },
- {
- "id": "8171",
- "name": "Dimintheis"
- },
- {
- "id": "8172",
- "name": "Dimintheis"
- },
- {
- "id": "8173",
- "name": "Guard"
- },
- {
- "id": "8174",
- "name": "Clive"
- },
- {
- "id": "8175",
- "name": "Ellamaria"
- },
- {
- "id": "8176",
- "name": "Fish"
- },
- {
- "id": "8177",
- "name": "Fish"
- },
- {
- "id": "8178",
- "name": "Monk of Zamorak"
- },
- {
- "id": "8179",
- "name": "Ellamaria"
- },
- {
- "id": "8180",
- "name": "Traiborn"
- },
- {
- "id": "8181",
- "name": "Fenkenstrain's Monster"
- },
- {
- "id": "8182",
- "name": "Wise Old Man"
- },
- {
- "id": "8183",
- "name": "Acrobat"
- },
- {
- "id": "8186",
- "name": "Acrobat"
- },
- {
- "id": "8187",
- "name": "Acrobat"
- },
- {
- "id": "8188",
- "name": "Acrobat"
- },
- {
- "id": "8189",
- "name": "Acrobat"
- },
- {
- "id": "8190",
- "name": "Acrobat"
- },
- {
- "id": "8191",
- "name": "Acrobat"
- },
- {
- "id": "8192",
- "name": "Acrobat"
- },
- {
- "id": "8193",
- "name": "Acrobat"
- },
- {
- "id": "8194",
- "name": "Acrobat"
- },
- {
- "id": "8195",
- "name": "Acrobat"
- },
- {
- "id": "8196",
- "name": "Acrobat"
- },
- {
- "id": "8197",
- "name": "Acrobat"
- },
- {
- "id": "8198",
- "name": "Acrobat"
- },
- {
- "id": "8199",
- "name": "Acrobat"
- },
- {
- "id": "8200",
- "name": "Acrobat"
- },
- {
- "id": "8201",
- "name": "Wendy"
- },
- {
- "id": "8202",
- "name": "Trogs"
- },
- {
- "id": "8203",
- "name": "Norman"
- },
- {
- "id": "8204",
- "name": "Babe"
- },
- {
- "id": "8205",
- "name": "Gus"
- },
- {
- "id": "8206",
- "name": "Lottie"
- },
- {
- "id": "8207",
- "name": "Aggie"
- },
- {
- "id": "8208",
- "name": "Bat"
- },
- {
- "id": "8209",
- "name": "Rat"
- },
- {
- "id": "8210",
- "name": "Lizard"
- },
- {
- "id": "8211",
- "name": "Blackbird"
- },
- {
- "id": "8212",
- "name": "Spider"
- },
- {
- "id": "8213",
- "name": "Snail"
- },
- {
- "id": "8214",
- "name": "Cat"
- },
- {
- "id": "8215",
- "name": "Lazy cat"
- },
- {
- "id": "8216",
- "name": "Overgrown cat"
- },
- {
- "id": "8217",
- "name": "Kitten"
- },
- {
- "id": "8218",
- "name": "Wily cat"
- },
- {
- "id": "8219",
- "name": "Guardian of Armadyl"
- },
- {
- "id": "8227",
- "name": "Head mystic"
- },
- {
- "id": "8228",
- "name": "Rewards mystic"
- },
- {
- "id": "8229",
- "name": "Mystic"
- },
- {
- "id": "8230",
- "name": "Mystic"
- },
- {
- "id": "8231",
- "name": "Mystic"
- },
- {
- "id": "8232",
- "name": "Mystic"
- },
- {
- "id": "8233",
- "name": "Mystic"
- },
- {
- "id": "8234",
- "name": "Mystic"
- },
- {
- "id": "8235",
- "name": "Mystic"
- },
- {
- "id": "8236",
- "name": "Mystic"
- },
- {
- "id": "8237",
- "name": "Mystic"
- },
- {
- "id": "8238",
- "name": "Mystic"
- },
- {
- "id": "8239",
- "name": "Head mystic"
- },
- {
- "id": "8240",
- "name": "Clay familiar (class 1)"
- },
- {
- "id": "8241",
- "name": "Clay familiar (class 1)"
- },
- {
- "id": "8242",
- "name": "Clay familiar (class 2)"
- },
- {
- "id": "8243",
- "name": "Clay familiar (class 2)"
- },
- {
- "id": "8244",
- "name": "Clay familiar (class 3)"
- },
- {
- "id": "8245",
- "name": "Clay familiar (class 3)"
- },
- {
- "id": "8246",
- "name": "Clay familiar (class 4)"
- },
- {
- "id": "8247",
- "name": "Clay familiar (class 4)"
- },
- {
- "id": "8248",
- "name": "Clay familiar (class 5)"
- },
- {
- "id": "8249",
- "name": "Clay familiar (class 5)"
- },
- {
- "id": "8250",
- "name": "Grindxplox"
- },
- {
- "id": "8251",
- "name": "Grindxplox"
- },
- {
- "id": "8252",
- "name": "Stealing Creation team"
- },
- {
- "id": "8253",
- "name": "Resource NPC"
- },
- {
- "id": "8254",
- "name": "Game NPC"
- },
- {
- "id": "8255",
- "name": "Resource NPC"
- },
- {
- "id": "8257",
- "name": "Harrallak Menarous"
- },
- {
- "id": "8269",
- "name": "Yadech Strongarm"
- },
- {
- "id": "8271",
- "name": "Turael"
- },
- {
- "id": "8273",
- "name": "Turael",
- "examine": "He looks dangerous!"
- },
- {
- "id": "8274",
- "name": "Mazchna"
- },
- {
- "id": "8275",
- "name": "Duradel",
- "examine": "He looks dangerous!"
- },
- {
- "id": "8276",
- "name": "Cyrisus"
- },
- {
- "id": "8280",
- "name": "Sloane"
- },
- {
- "id": "8281",
- "name": "Balance Elemental"
- },
- {
- "id": "8282",
- "name": "Balance Elemental"
- },
- {
- "id": "8283",
- "name": "Balance Elemental"
- },
- {
- "id": "8284",
- "name": "Balance Elemental"
- },
- {
- "id": "8285",
- "name": "Balance Elemental"
- },
- {
- "id": "8286",
- "name": "Undead hero"
- },
- {
- "id": "8287",
- "name": "Undead hero"
- },
- {
- "id": "8288",
- "name": "Undead hero"
- },
- {
- "id": "8289",
- "name": "Undead hero"
- },
- {
- "id": "8290",
- "name": "Undead hero"
- },
- {
- "id": "8291",
- "name": "Undead hero"
- },
- {
- "id": "8292",
- "name": "Undead hero"
- },
- {
- "id": "8293",
- "name": "Undead hero"
- },
- {
- "id": "8294",
- "name": "Undead hero"
- },
- {
- "id": "8295",
- "name": "Undead hero"
- },
- {
- "id": "8296",
- "name": "Undead hero"
- },
- {
- "id": "8297",
- "name": "Undead hero"
- },
- {
- "id": "8298",
- "name": "Stone block"
- },
- {
- "id": "8299",
- "name": "Harrallak Menarous"
- },
- {
- "id": "8300",
- "name": "Harrallak Menarous"
- },
- {
- "id": "8301",
- "name": "Harrallak Menarous"
- },
- {
- "id": "8302",
- "name": "Turael"
- },
- {
- "id": "8303",
- "name": "Turael"
- },
- {
- "id": "8304",
- "name": "Cyrisus"
- },
- {
- "id": "8305",
- "name": "Cyrisus"
- },
- {
- "id": "8306",
- "name": "Ghommal"
- },
- {
- "id": "8307",
- "name": "Mazchna"
- },
- {
- "id": "8308",
- "name": "Mazchna"
- },
- {
- "id": "8309",
- "name": "Mazchna"
- },
- {
- "id": "8310",
- "name": "Duradel"
- },
- {
- "id": "8311",
- "name": "Sloane"
- },
- {
- "id": "8317",
- "name": "Elite Dark Ranger"
- },
- {
- "id": "8318",
- "name": "Elite Dark Ranger"
- },
- {
- "id": "8319",
- "name": "Elite Dark Ranger"
- },
- {
- "id": "8320",
- "name": "Elite Dark Mage"
- },
- {
- "id": "8321",
- "name": "Elite Dark Mage"
- },
- {
- "id": "8322",
- "name": "Elite Dark Mage"
- },
- {
- "id": "8323",
- "name": "Elite Dark Mage"
- },
- {
- "id": "8324",
- "name": "Elite Black Knight"
- },
- {
- "id": "8325",
- "name": "Elite Black Knight"
- },
- {
- "id": "8326",
- "name": "Elite Black Knight"
- },
- {
- "id": "8327",
- "name": "Elite Black Knight"
- },
- {
- "id": "8328",
- "name": "Elite Black Knight"
- },
- {
- "id": "8329",
- "name": "Elite Black Knight"
- },
- {
- "id": "8330",
- "name": "Elite Black Knight"
- },
- {
- "id": "8331",
- "name": "Guardian of Armadyl"
- },
- {
- "id": "8332",
- "name": "Guardian of Armadyl"
- },
- {
- "id": "8333",
- "name": "Guardian of Armadyl"
- },
- {
- "id": "8334",
- "name": "Mercenary axeman"
- },
- {
- "id": "8335",
- "name": "Mercenary mage"
- },
- {
- "id": "8336",
- "name": "Idria"
- },
- {
- "id": "8337",
- "name": "Idria"
- },
- {
- "id": "8338",
- "name": "Akrisae"
- },
- {
- "id": "8339",
- "name": "Shady stranger"
- },
- {
- "id": "8340",
- "name": "Shady stranger"
- },
- {
- "id": "8341",
- "name": "Shady stranger"
- },
- {
- "id": "8342",
- "name": "Guardian of Armadyl"
- },
- {
- "id": "8344",
- "name": "Guardian of Armadyl"
- },
- {
- "id": "8345",
- "name": "Local thug"
- },
- {
- "id": "8347",
- "name": "Local mage"
- },
- {
+ "death_animation": "5575",
+ "name": "Armoured zombie",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "62",
+ "strength_level": "50",
+ "id": "8151",
+ "aggressive": "true",
+ "bonuses": "30,30,80,85,80,40,40,60,38,0,0,0,0,0,0",
+ "range_level": "50",
+ "attack_level": "50"
+ },
+ {
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "2",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "0",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8349",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "2",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "0",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "2",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "2",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8350",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "2",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "2",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "2",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "1",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8351",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "2",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "1",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "1",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "0",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8352",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "1",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "0",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "1",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "2",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8353",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "1",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "2",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "1",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "1",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8354",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "1",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "1",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "0",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "0",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8355",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "0",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "0",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "0",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "2",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8356",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "0",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "2",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "0",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "1",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8357",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "0",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "1",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "2",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "0",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8358",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "2",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "0",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "2",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "2",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8359",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "2",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "2",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "2",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "1",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8360",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "2",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "1",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "1",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "0",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8361",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "1",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "0",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "1",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "2",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8362",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "1",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "2",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "1",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "1",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
"id": "8363",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
"aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
"bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "1",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "1",
- "range_animation": "10919",
"range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
+ "attack_level": "85"
},
{
- "id": "8364",
- "name": "Tormented demon",
"examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
- "aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
- "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
"combat_style": "0",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
"melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
"protect_style": "0",
- "range_animation": "10919",
- "range_level": "85",
"respawn_delay": "100",
- "safespot": "true",
+ "defence_animation": "10923",
"slayer_exp": "136",
- "strength_level": "85"
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
+ "id": "8364",
+ "aggressive": "true",
+ "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
+ "range_level": "85",
+ "attack_level": "85"
},
{
- "id": "8365",
- "name": "Tormented demon",
"examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
- "aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
- "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
"combat_style": "0",
- "death_animation": "10924",
- "defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
"melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
"protect_style": "2",
- "range_animation": "10919",
- "range_level": "85",
"respawn_delay": "100",
- "safespot": "true",
- "slayer_exp": "136",
- "strength_level": "85"
- },
- {
- "id": "8366",
- "name": "Tormented demon",
- "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
- "aggressive": "true",
- "attack_level": "85",
- "attack_speed": "6",
- "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
- "combat_style": "0",
- "death_animation": "10924",
"defence_animation": "10923",
- "defence_level": "85",
- "lifepoints": "326",
- "magic_animation": "10918",
- "magic_level": "85",
- "melee_animation": "10922",
- "movement_radius": "40",
- "poison_immune": "true",
- "protect_style": "1",
- "range_animation": "10919",
- "range_level": "85",
- "respawn_delay": "100",
- "safespot": "true",
"slayer_exp": "136",
- "strength_level": "85"
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
+ "id": "8365",
+ "aggressive": "true",
+ "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
+ "range_level": "85",
+ "attack_level": "85"
},
{
- "id": "8367",
- "name": "Undead troll"
+ "examine": "Lucien must be incredibly powerful if he can bind such demons to his will.",
+ "combat_style": "0",
+ "melee_animation": "10922",
+ "range_animation": "10919",
+ "attack_speed": "6",
+ "magic_level": "85",
+ "protect_style": "1",
+ "respawn_delay": "100",
+ "defence_animation": "10923",
+ "slayer_exp": "136",
+ "magic_animation": "10918",
+ "death_animation": "10924",
+ "name": "Tormented demon",
+ "defence_level": "85",
+ "poison_immune": "true",
+ "safespot": "true",
+ "lifepoints": "326",
+ "strength_level": "85",
+ "id": "8366",
+ "aggressive": "true",
+ "bonuses": "112,132,113,111,245,167,394,346,213,349,167,65,39,65,58",
+ "range_level": "85",
+ "attack_level": "85"
},
{
- "id": "8378",
- "name": "Undead troll"
+ "examine": "Flappy bird.",
+ "name": "Gull",
+ "water_npc": "true",
+ "id": "1179"
},
{
- "id": "8379",
- "name": "Undead troll"
+ "examine": "Flappy bird.",
+ "name": "Gull",
+ "water_npc": "true",
+ "id": "450"
},
{
- "id": "8380",
- "name": "Undead troll"
+ "examine": "Flappy bird.",
+ "name": "Gull",
+ "water_npc": "true",
+ "id": "451"
},
{
- "id": "8381",
- "name": "Undead troll"
+ "examine": "Tough-looking combat type.",
+ "name": "Mubariz",
+ "id": "957"
},
{
- "id": "8382",
- "name": "Undead troll"
+ "examine": "Looks kinda bored.",
+ "name": "Fadli",
+ "id": "958"
},
{
- "id": "8383",
- "name": "Undead troll"
+ "examine": "Trained to deal with all sorts of injuries.",
+ "name": "A'abla",
+ "id": "959"
},
{
- "id": "8384",
- "name": "Undead troll"
+ "examine": "Wow! She's made a statement with that hair!",
+ "name": "Sabreen",
+ "id": "960"
},
{
- "id": "8385",
- "name": "Undead troll"
+ "examine": "Has the messy job of putting players back together again.",
+ "name": "Jaraah",
+ "id": "962"
},
{
- "id": "8386",
- "name": "Undead troll"
+ "examine": "Battle-scarred.",
+ "name": "Zahwa",
+ "id": "963"
},
{
- "id": "8387",
- "name": "Undead troll"
+ "examine": "A citizen of Al Kharid",
+ "name": "Ima",
+ "id": "964"
},
{
- "id": "8388",
- "name": "Undead troll"
+ "examine": "A citizen of Al Kharid",
+ "name": "Sabeil",
+ "id": "965"
},
{
- "id": "8389",
- "name": "Undead troll"
+ "examine": "A citizen of Al Kharid",
+ "name": "Jadid",
+ "id": "966"
},
{
- "id": "8390",
- "name": "Undead troll"
+ "examine": "A citizen of Al Kharid",
+ "name": "Dalal",
+ "id": "967"
},
{
- "id": "8391",
- "name": "Undead troll"
+ "examine": "A citizen of Al Kharid",
+ "name": "Afrah",
+ "id": "968"
},
{
- "id": "8392",
- "name": "Undead troll"
+ "examine": "A citizen of Al Kharid",
+ "name": "Jeed",
+ "id": "969"
},
{
- "id": "8393",
- "name": "Vasador"
+ "examine": "He smells funny.",
+ "name": "Diango",
+ "id": "970"
},
{
- "id": "8394",
- "name": "Valator"
+ "examine": "Shopkeeper.",
+ "name": "Chadwell",
+ "id": "971"
},
{
- "id": "8395",
- "name": "Vaasdor"
+ "examine": "The cave guide.",
+ "name": "Koftik",
+ "id": "972"
},
{
- "id": "8396",
- "name": "Varosad"
+ "examine": "The cave guide.",
+ "name": "Koftik",
+ "id": "973"
},
{
- "id": "8397",
- "name": "Verisad"
+ "examine": "The cave guide.",
+ "name": "Koftik",
+ "id": "974"
},
{
- "id": "8398",
- "name": "Vudisor"
+ "examine": "The cave guide.",
+ "name": "Koftik",
+ "id": "975"
},
{
- "id": "8399",
- "name": "Vlatoad"
+ "examine": "The cave guide.",
+ "name": "Koftik",
+ "id": "976"
},
{
- "id": "8400",
- "name": "Vedolas"
+ "examine": "This dwarf looks intoxicated.",
+ "name": "Kamen",
+ "id": "996"
},
{
- "id": "8401",
- "name": "Vundiar"
+ "examine": "A dwarven maker of gauntlets.",
+ "name": "Klank",
+ "id": "995"
},
{
- "id": "8402",
- "name": "Versita"
+ "examine": "One of King Tyras's men.",
+ "name": "Tyras guard",
+ "id": "1206"
},
{
- "id": "8403",
- "name": "Vislota"
+ "examine": "The cave guide.",
+ "name": "Koftik",
+ "id": "1209"
},
{
- "id": "8404",
- "name": "Vanjuta"
+ "examine": "One of King Lathas' messengers.",
+ "name": "Kings messenger",
+ "id": "1210"
},
{
- "id": "8405",
- "name": "Vasador"
+ "examine": "Mysterious swamp lights...",
+ "name": "Will o' the wisp",
+ "id": "1212"
},
{
- "id": "8406",
- "name": "Valator"
+ "examine": "He's washing his clothes in the lake.",
+ "name": "Tegid",
+ "id": "1213"
},
{
- "id": "8407",
- "name": "Vaasdor"
+ "examine": "A plant.",
+ "name": "Thistle",
+ "id": "1214"
},
{
- "id": "8408",
- "name": "Varosad"
+ "examine": "What a colourful bunch of parrots!",
+ "name": "Parrots",
+ "id": "1215"
},
{
- "id": "8409",
- "name": "Verisad"
+ "examine": "Rather dense and soppy looking.",
+ "name": "Romeo",
+ "id": "639"
},
{
- "id": "8410",
- "name": "Vudisor"
+ "examine": "Newspaper seller.",
+ "name": "Benny",
+ "id": "5925"
},
{
- "id": "8411",
- "name": "Vlatoad"
+ "examine": "One of Gertrude's Sons.",
+ "name": "Wilough",
+ "id": "783"
},
{
- "id": "8412",
- "name": "Vedolas"
+ "examine": "An old gypsy lady.",
+ "name": "Gypsy Aris",
+ "id": "882"
},
{
- "id": "8413",
- "name": "Vundiar"
+ "examine": "Interesting assortment of clothes on offer...",
+ "name": "Thessalia",
+ "id": "548"
},
{
- "id": "8414",
- "name": "Versita"
+ "examine": "Sells superior staffs.",
+ "name": "Zaff",
+ "id": "546"
},
{
- "id": "8415",
- "name": "Vislota"
+ "examine": "A retired vampyre hunter.",
+ "name": "Dr Harlow",
+ "id": "756"
},
{
- "id": "8416",
- "name": "Vanjuta"
+ "examine": "I could get a beer from him.",
+ "name": "Bartender",
+ "id": "733"
},
{
- "id": "8417",
- "name": "Ivy Sophista"
+ "examine": "Director of the Grand Exchange.",
+ "id": "6522"
},
{
- "id": "8418",
- "name": "Thaerisk Cemphier"
+ "examine": "He can look after my money. Good with money.",
+ "id": "6535"
},
{
- "id": "8419",
- "name": "Thaerisk Cemphier"
+ "examine": "She can look after my money. Good with money.",
+ "id": "6532"
},
{
- "id": "8420",
- "name": "Assassin"
+ "examine": "There to help me make my bids.",
+ "id": "6530"
},
{
- "id": "8423",
- "name": "Assassin"
+ "examine": "There to help me make my bids.",
+ "id": "6528"
},
{
- "id": "8424",
- "name": "Mithril dragon"
+ "examine": "He can look after my money. Good with money.",
+ "id": "6534"
},
{
- "id": "8425",
- "name": "Dragon head"
+ "examine": "She can look after my money. Good with money.",
+ "id": "6533"
},
{
- "id": "8426",
- "name": "Dragon head"
+ "examine": "There to help me make my bids.",
+ "id": "6531"
},
{
- "id": "8427",
- "name": "Dragon head"
+ "examine": "There to help me make my bids.",
+ "id": "6529"
},
{
- "id": "8428",
- "name": "Khazard launderer"
+ "examine": "She looks very worried about something.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Caroline",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "696",
+ "range_level": "1",
+ "attack_level": "1"
},
{
- "id": "8429",
- "name": "Khazard cook"
+ "examine": "A very good sailor.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Holgart",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "698",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Smells a bit fishy.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Ezekial Lovecraft",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4856",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A (semi) retired member of the Temple Knights.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Col. O'Niall",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4872",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "There's something fishy about him.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Mayor Hobb",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4874",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A fresh-faced and innocent priest.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Brother Maledict",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4878",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A down on his luck fisherman.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Witchaven villager",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4883",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A down on her luck fisherman.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Witchaven villager",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4885",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A down on his luck fisherman.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Witchaven villager",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4887",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A villager named Jeb.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Jeb",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "4895",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A little girl. She looks terrified.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Kimberly",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7168",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Stinky! Poor guy.",
+ "name": "Yeti",
+ "id": "130"
+ },
+ {
+ "examine": "A regal cat with an evil glint in its eye.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "HRH Hrafn",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5479",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Harder than the rocks he sells.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Hring Hring",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5483",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Jatizso's fishmonger.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Flossi Dalksson",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5484",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A guy that will sell you armour.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Raum Urda-Stein",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5485",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Jatizso's armour merchant.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Skuli Myrka",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5486",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A rough-looking chef.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Keepa Kettilon",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5487",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Jatizso's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Freygerd",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5493",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Jatizso's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Lensa",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5494",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A happy, friendly landlady.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Vanligga Gastfrihet",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5495",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Jatizso's many citizens.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Sassilik",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5496",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A bedraggled-looking tramp.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Eric",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5499",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Mina guards the mine entrance.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Gruva Patrull",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5500",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A dwarven trader from Keldagrim.",
+ "melee_animation": "422",
+ "range_animation": "422",
+ "combat_audio": "511,513,512",
+ "defence_animation": "404",
+ "magic_animation": "422",
+ "death_animation": "9055",
+ "name": "Brendt",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "5501",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A hungry-looking rabbit.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rabbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7126",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A gnome farmer.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Farmer",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7129",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of the Burgher's Protectors",
+ "death_animation": "836",
+ "name": "Honour Guard",
+ "melee_animation": "395",
+ "id": "5515",
+ "defence_animation": "404"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "4",
+ "respawn_delay": "70",
+ "defence_animation": "5489",
+ "weakness": "8",
+ "slayer_exp": "29",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "18",
+ "id": "90",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "4",
+ "defence_animation": "5489",
+ "weakness": "8",
+ "slayer_exp": "24",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "17",
+ "id": "91",
+ "range_level": "1",
+ "attack_level": "17"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "4",
+ "defence_animation": "5489",
+ "weakness": "8",
+ "slayer_exp": "17",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "24",
+ "safespot": null,
+ "lifepoints": "17",
+ "strength_level": "24",
+ "id": "92",
+ "range_level": "1",
+ "attack_level": "24"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "4",
+ "defence_animation": "5489",
+ "weakness": "8",
+ "slayer_exp": "59",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "36",
+ "safespot": null,
+ "lifepoints": "59",
+ "strength_level": "35",
+ "id": "93",
+ "range_level": "1",
+ "attack_level": "32"
+ },
+ {
+ "examine": "Rogueish.",
+ "melee_animation": "386",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Rogue",
+ "defence_level": "7",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "7",
+ "aggressive": "false",
+ "id": "187",
+ "range_level": "1",
+ "attack_level": "7"
+ },
+ {
+ "examine": "It rattles when it moves.",
+ "slayer_task": "75",
+ "combat_style": "2",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "magic_level": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5489",
+ "weakness": "3",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "5",
+ "safespot": null,
+ "lifepoints": "14",
+ "strength_level": "3",
+ "id": "459",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "3"
+ },
+ {
+ "examine": "It looks just a bit... underfed.",
+ "slayer_task": "75",
+ "melee_animation": "5519",
+ "range_animation": "5519",
+ "combat_audio": "774,775,777",
+ "attack_speed": "4",
+ "magic_level": "110",
+ "respawn_delay": "100",
+ "defence_animation": "5520",
+ "weakness": "8",
+ "slayer_exp": "110",
+ "magic_animation": "5519",
+ "death_animation": "5521",
+ "name": "Skeleton",
+ "defence_level": "110",
+ "safespot": null,
+ "lifepoints": "77",
+ "strength_level": "90",
+ "id": "1471",
+ "aggressive": "true",
+ "bonuses": "50,50,50,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "180"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "5487",
+ "combat_audio": "774,775,777",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "20",
+ "defence_animation": "5513",
+ "weakness": "8",
+ "magic_animation": "5487",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "72",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "72",
+ "id": "2036",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "72"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "5487",
+ "combat_audio": "774,775,777",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "20",
+ "defence_animation": "5513",
+ "weakness": "8",
+ "magic_animation": "5487",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "72",
+ "safespot": null,
+ "lifepoints": "51",
+ "strength_level": "72",
+ "id": "2037",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,5,5,-5,0,5,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "72"
+ },
+ {
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "774,775,777",
+ "strength_level": "1",
+ "id": "2715",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Skeleton mage",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "774,775,777",
+ "strength_level": "1",
+ "id": "2717",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "774,775,777",
+ "strength_level": "1",
+ "id": "3151",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "One of Gielinor's many citizens, currently incapacitated by alcohol.",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Drunken man",
+ "defence_level": "4",
+ "safespot": null,
+ "lifepoints": "5",
+ "strength_level": "4",
+ "id": "3222",
+ "range_level": "1",
+ "attack_level": "4"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "8",
+ "safespot": null,
+ "lifepoints": "11",
+ "strength_level": "8",
+ "id": "3291",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "8"
+ },
+ {
+ "examine": "He guards the dungeon with the faithfulness of the undead.",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "70",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "18",
+ "id": "3581",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "Could use a good meal.",
+ "slayer_task": "75",
+ "melee_animation": "6128",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton fremennik",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "17",
+ "id": "3697",
+ "range_level": "1",
+ "attack_level": "17"
+ },
+ {
+ "melee_animation": "400",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Skeleton fremennik",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "3698",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "400",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Skeleton fremennik",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "25",
+ "strength_level": "1",
+ "id": "3699",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He seems a little underweight.",
+ "slayer_task": "75",
+ "melee_animation": "6128",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton fremennik",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "20",
+ "id": "3700",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "examine": "He seems a little underweight.",
+ "slayer_task": "75",
+ "melee_animation": "6128",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton fremennik",
+ "defence_level": "20",
+ "safespot": null,
+ "lifepoints": "28",
+ "strength_level": "20",
+ "id": "3701",
+ "range_level": "1",
+ "attack_level": "20"
+ },
+ {
+ "melee_animation": "395",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "425",
+ "death_animation": "836",
+ "name": "Skeleton fremennik",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "35",
+ "strength_level": "1",
+ "id": "3702",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "He seems a little underweight.",
+ "slayer_task": "75",
+ "melee_animation": "6128",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton fremennik",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "3703",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "examine": "He seems a little underweight.",
+ "slayer_task": "75",
+ "melee_animation": "6128",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "6",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton fremennik",
+ "defence_level": "22",
+ "safespot": null,
+ "lifepoints": "31",
+ "strength_level": "22",
+ "id": "3704",
+ "range_level": "1",
+ "attack_level": "22"
+ },
+ {
+ "name": "Skeleton fremennik",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "combat_audio": "774,775,777",
+ "strength_level": "1",
+ "id": "3705",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "68",
+ "strength_level": "1",
+ "id": "4384",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
+ "id": "4385",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "34"
+ },
+ {
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "1",
+ "id": "4386",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "4388",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4384",
+ "death_animation": "4389",
+ "name": "Suqah",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "4532",
+ "aggressive": "true",
+ "clue_level": "2",
+ "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "95"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "combat_audio": "774,775,777",
+ "melee_animation": "5485",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "70",
+ "defence_animation": "5513",
+ "weakness": "8",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "18",
+ "id": "5332",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "melee_animation": "5485",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "70",
+ "defence_animation": "5513",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "18",
+ "id": "5333",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "melee_animation": "5485",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "70",
+ "defence_animation": "5513",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "17",
+ "safespot": null,
+ "lifepoints": "29",
+ "strength_level": "18",
+ "id": "5334",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "15"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "6",
+ "defence_animation": "5489",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "11",
+ "id": "5335",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "6",
+ "defence_animation": "5489",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "24",
+ "strength_level": "11",
+ "id": "5336",
+ "range_level": "1",
+ "attack_level": "11"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "60",
+ "defence_animation": "5489",
+ "weakness": "8",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "24",
+ "safespot": null,
+ "lifepoints": "17",
+ "strength_level": "24",
+ "id": "5337",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "24"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "6",
+ "defence_animation": "5489",
+ "weakness": "8",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "17",
+ "strength_level": "12",
+ "id": "5338",
+ "range_level": "1",
+ "attack_level": "12"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "6",
+ "defence_animation": "5489",
+ "weakness": "8",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "17",
+ "strength_level": "12",
+ "id": "5339",
+ "range_level": "1",
+ "attack_level": "12"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "5485",
+ "combat_audio": "774,775,777",
+ "attack_speed": "6",
+ "defence_animation": "5489",
+ "weakness": "8",
+ "magic_animation": "5485",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "23",
+ "safespot": null,
+ "lifepoints": "17",
+ "strength_level": "12",
+ "id": "5340",
+ "range_level": "1",
+ "attack_level": "12"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5499",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5503",
+ "name": "Skeleton",
+ "defence_level": "42",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "42",
+ "id": "5341",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "42"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "7",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "34",
+ "safespot": null,
+ "lifepoints": "48",
+ "strength_level": "34",
+ "id": "5365",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "34"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "60",
+ "strength_level": "1",
+ "id": "5366",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "1",
+ "id": "5367",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "85",
+ "strength_level": "1",
+ "id": "5368",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "62",
+ "safespot": null,
+ "lifepoints": "88",
+ "strength_level": "62",
+ "id": "5381",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "62"
+ },
+ {
+ "examine": "A skeleton in a dress!",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "magic_level": "57",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "5",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "57",
+ "safespot": null,
+ "lifepoints": "81",
+ "strength_level": "1",
+ "id": "5385",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Achingly thin.",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "5386",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "Look: another skeleton.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "5387",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "That skeleton's grinning at me.",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "50",
+ "safespot": null,
+ "lifepoints": "71",
+ "strength_level": "50",
+ "id": "5388",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "50"
+ },
+ {
+ "examine": "He needs a tan.",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "51",
+ "safespot": null,
+ "lifepoints": "72",
+ "strength_level": "51",
+ "id": "5389",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "51"
+ },
+ {
+ "examine": "How do you know if a skeleton's male or female?",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "30",
+ "safespot": null,
+ "lifepoints": "420",
+ "strength_level": "36",
+ "id": "5390",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "36"
+ },
+ {
+ "examine": "He obviously hasn't realised he's dead.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "5391",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "Put some meat on those bones!",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "52",
+ "safespot": null,
+ "lifepoints": "74",
+ "strength_level": "52",
+ "id": "5392",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "52"
+ },
+ {
+ "examine": "An angry skeleton.",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "55",
+ "safespot": null,
+ "lifepoints": "78",
+ "strength_level": "55",
+ "id": "5411",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "55"
+ },
+ {
+ "examine": "Cross bones.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "57",
+ "safespot": null,
+ "lifepoints": "81",
+ "strength_level": "57",
+ "id": "5412",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "57"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5485",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "63",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "63",
+ "id": "5422",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "63"
+ },
+ {
+ "examine": "Ey.",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "6091",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "22",
+ "strength_level": "1",
+ "id": "6092",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Could do with gaining a few pounds.",
+ "slayer_task": "75",
+ "melee_animation": "5487",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "9",
+ "safespot": null,
+ "lifepoints": "12",
+ "strength_level": "9",
+ "id": "6093",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "9"
+ },
+ {
+ "examine": "An opponent from the grave. He seems unimpressed by your bone rummaging.",
+ "slayer_task": "75",
+ "melee_animation": "2067",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton hero",
+ "defence_level": "53",
+ "safespot": null,
+ "lifepoints": "75",
+ "strength_level": "53",
+ "id": "6103",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "53"
+ },
+ {
+ "examine": "An ex-barbarian, willing to make you ex too.",
+ "slayer_task": "75",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton brute",
+ "defence_level": "63",
+ "safespot": null,
+ "lifepoints": "90",
+ "strength_level": "63",
+ "id": "6104",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "63"
+ },
+ {
+ "examine": "He's heartless.",
+ "slayer_task": "75",
+ "melee_animation": "2067",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton warlord",
+ "defence_level": "65",
+ "safespot": null,
+ "lifepoints": "92",
+ "strength_level": "65",
+ "id": "6105",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "He's less heavy now.",
+ "slayer_task": "75",
+ "melee_animation": "390",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton heavy",
+ "defence_level": "64",
+ "safespot": null,
+ "lifepoints": "91",
+ "strength_level": "64",
+ "id": "6106",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "64"
+ },
+ {
+ "examine": "Floats like an anvil, hits like a hammer.",
+ "slayer_task": "75",
+ "melee_animation": "422",
+ "range_animation": "0",
+ "combat_audio": "774,775,777",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "8",
+ "magic_animation": "0",
+ "death_animation": "836",
+ "name": "Skeleton thug",
+ "defence_level": "61",
+ "safespot": null,
+ "lifepoints": "87",
+ "strength_level": "61",
+ "id": "6107",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "61"
+ },
+ {
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "97",
+ "strength_level": "1",
+ "id": "6764",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "108",
+ "strength_level": "1",
+ "id": "6765",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "120",
+ "strength_level": "1",
+ "id": "6766",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "115",
+ "strength_level": "1",
+ "id": "6767",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "combat_audio": "774,775,777",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "5513",
+ "death_animation": "5491",
+ "name": "Skeleton",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "140",
+ "strength_level": "1",
+ "id": "6768",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A hungry-looking rabbit.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "respawn_delay": "50",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Rabbit",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "7127",
+ "aggressive": "true",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "A rich landlord, fat and jolly.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Inn Keeper",
+ "defence_level": "1",
+ "safespot": null,
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "2177",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Likes to cook with mushrooms.",
+ "melee_animation": "0",
+ "range_animation": "0",
+ "defence_animation": "0",
+ "magic_animation": "0",
+ "death_animation": "0",
+ "name": "Fairy chef",
+ "defence_level": "1",
+ "safespot": null,
+ "movement_radius": "2",
+ "lifepoints": "10",
+ "strength_level": "1",
+ "id": "3322",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "melee_animation": "4388",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4384",
+ "death_animation": "4389",
+ "name": "Suqah",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "4527",
+ "aggressive": "true",
+ "clue_level": "2",
+ "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "95"
+ },
+ {
+ "melee_animation": "4388",
+ "attack_speed": "5",
+ "respawn_delay": "60",
+ "defence_animation": "4384",
+ "death_animation": "4389",
+ "name": "Suqah",
+ "defence_level": "95",
+ "safespot": null,
+ "lifepoints": "105",
+ "strength_level": "95",
+ "id": "4528",
+ "aggressive": "true",
+ "clue_level": "2",
+ "bonuses": "0,0,0,0,0,50,70,70,90,50,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "95"
+ },
+ {
+ "examine": "A large ice troll.",
+ "melee_animation": "4332",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "0",
+ "weakness": "9",
+ "magic_animation": "0",
+ "name": "Ice troll grunt",
+ "defence_level": "60",
+ "safespot": null,
+ "lifepoints": "80",
+ "strength_level": "100",
+ "id": "5524",
+ "aggressive": "true",
+ "bonuses": "60,60,60,0,0,30,60,30,0,0,0,60,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
},
{
- "id": "8430",
- "name": "Silif"
+ "examine": "Soft but strong... and cute.",
+ "name": "Labrador puppy",
+ "id": "7247"
},
{
- "id": "8431",
- "name": "Silif"
+ "examine": "Soft but strong... and cute.",
+ "name": "Labrador puppy",
+ "id": "6962"
},
{
- "id": "8432",
- "name": "Silif"
+ "examine": "Soft but strong... and cute.",
+ "name": "Labrador puppy",
+ "id": "7245"
},
{
- "id": "8433",
- "name": "Silif"
+ "examine": "My most faithful friend.",
+ "name": "Labrador",
+ "id": "7248"
},
{
- "id": "8434",
- "name": "Silif"
+ "examine": "My most faithful friend.",
+ "name": "Labrador",
+ "id": "6963"
},
{
- "id": "8435",
- "name": "Shady stranger"
+ "examine": "My most faithful friend.",
+ "name": "Labrador",
+ "id": "7246"
},
{
- "id": "8436",
- "name": "Suspicious outsider"
+ "examine": "One proud little puppy.",
+ "name": "Bulldog puppy",
+ "id": "7260"
},
{
- "id": "8437",
- "name": "Elite Khazard guard"
+ "examine": "One proud little puppy.",
+ "name": "Bulldog puppy",
+ "id": "7259"
},
{
- "id": "8438",
- "name": "Elite Khazard guard"
+ "examine": "Looks like it's chewing a wasp.",
+ "name": "Bulldog",
+ "id": "6968"
},
{
- "id": "8439",
- "name": "Elite Khazard guard"
+ "examine": "Looks like it's chewing a wasp.",
+ "name": "Bulldog",
+ "id": "7258"
},
{
- "id": "8440",
- "name": "Elite Khazard guard"
+ "examine": "Looks like it's chewing a wasp.",
+ "name": "Bulldog",
+ "id": "7257"
},
{
- "id": "8441",
- "name": "Dark Squall"
+ "examine": "Now, if only I could find another hundred...",
+ "name": "Dalmatian puppy",
+ "id": "6964"
},
{
- "id": "8442",
- "name": "Surok Magis"
+ "examine": "Now, if only I could find another hundred...",
+ "name": "Dalmatian puppy",
+ "id": "7249"
},
{
- "id": "8443",
- "name": "Lucien"
+ "examine": "Now, if only I could find another hundred...",
+ "name": "Dalmatian puppy",
+ "id": "7251"
},
{
- "id": "8444",
- "name": "Druid"
+ "examine": "A purebred doggy.",
+ "name": "Dalmatian",
+ "id": "7252"
},
{
- "id": "8445",
- "name": "Druid"
+ "examine": "A purebred doggy.",
+ "name": "Dalmatian",
+ "id": "7250"
},
{
- "id": "8446",
- "name": "Druid"
+ "examine": "A purebred doggy.",
+ "name": "Dalmatian",
+ "id": "6965"
},
{
- "id": "8447",
- "name": "Druid bodyguard"
+ "examine": "This is one fast little pooch.",
+ "name": "Greyhound puppy",
+ "id": "6960"
},
{
- "id": "8448",
- "name": "Druid bodyguard"
+ "examine": "This is one fast little pooch.",
+ "name": "Greyhound puppy",
+ "id": "7241"
},
{
- "id": "8449",
- "name": "Movario"
+ "examine": "This is one fast little pooch.",
+ "name": "Greyhound puppy",
+ "id": "7243"
},
{
- "id": "8450",
- "name": "Darve"
+ "examine": "An aerodynamic doggy.",
+ "name": "Greyhound",
+ "id": "6961"
},
{
- "id": "8451",
- "name": "Cave goblin"
+ "examine": "An aerodynamic doggy.",
+ "name": "Greyhound",
+ "id": "7242"
},
{
- "id": "8452",
- "name": "Movario"
+ "examine": "An aerodynamic doggy.",
+ "name": "Greyhound",
+ "id": "7244"
},
{
- "id": "8453",
- "name": "Darve"
+ "examine": "It's lively and energetic.",
+ "name": "Terrier puppy",
+ "id": "6958"
},
{
- "id": "8454",
- "name": "Light creature"
+ "examine": "A hyperactive little pup.",
+ "name": "Terrier puppy",
+ "id": "7237"
},
{
- "id": "8455",
- "name": "Light creature"
+ "examine": "Such a brave doggy.",
+ "name": "Terrier puppy",
+ "id": "7239"
},
{
- "id": "8456",
- "name": "Druid spirit"
+ "examine": "It's lively and energetic.",
+ "name": "Terrier",
+ "id": "6959"
},
{
- "id": "8457",
- "name": "Druid spirit"
+ "examine": "A hyperactive little pup.",
+ "name": "Terrier",
+ "id": "7238"
},
{
- "id": "8458",
- "name": "Druid spirit"
+ "examine": "Such a brave doggy.",
+ "name": "Terrier",
+ "id": "7240"
},
{
- "id": "8459",
- "name": "Druid spirit"
+ "examine": "This little puppy is very quiet.",
+ "name": "Sheepdog puppy",
+ "id": "7253"
},
{
- "id": "8460",
- "name": "Turael"
+ "examine": "This little puppy is very quiet.",
+ "name": "Sheepdog puppy",
+ "id": "6966"
},
{
- "id": "8462",
- "name": "Spria"
+ "examine": "This little puppy is very quiet.",
+ "name": "Sheepdog puppy",
+ "id": "7255"
},
{
- "id": "8463",
- "name": "Mazchna"
+ "examine": "Come by! Come by!",
+ "name": "Sheepdog",
+ "id": "6967"
},
{
- "id": "8464",
- "name": "Mazchna"
+ "examine": "Come by! Come by!",
+ "name": "Sheepdog",
+ "id": "7254"
},
{
- "id": "8465",
- "name": "Achtryn"
+ "examine": "Come by! Come by!",
+ "name": "Sheepdog",
+ "id": "7256"
},
{
- "id": "8466",
- "name": "Duradel"
+ "examine": "The sandwich lady.",
+ "name": "Sandwich lady",
+ "id": "3117"
},
{
- "id": "8467",
- "name": "Lapalok"
+ "examine": "A holy man.",
+ "name": "Drezel",
+ "id": "1049"
},
{
- "id": "8468",
- "name": "Laidee Gnonock"
+ "examine": "A holy man.",
+ "name": "Drezel",
+ "id": "7690"
},
{
- "id": "8485",
- "name": "Hazelmere"
+ "examine": "A holy man.",
+ "name": "Drezel",
+ "id": "7707"
},
{
- "id": "8486",
- "name": "Undead mage"
+ "examine": "A slightly nervous guard.",
+ "name": "Ulizius",
+ "id": "1054"
},
{
- "id": "8487",
- "name": "Wild broav"
+ "examine": "A local holy man who supports the people trying to get though Mort Myre.",
+ "name": "Hiylik Myna",
+ "id": "1514"
},
{
- "id": "8488",
- "name": "Hazelmere"
+ "examine": "The animated spirit of a soul not at rest.",
+ "name": "Filiman Tarlock",
+ "id": "1050"
},
{
- "id": "8490",
- "name": "Hazelmere"
+ "examine": "The animated spirit of a soul not at rest.",
+ "name": "Nature Spirit",
+ "id": "1051"
},
{
- "id": "8491",
- "name": "Broav"
+ "examine": "I can see fish swimming in the water.",
+ "name": "Fishing spot",
+ "id": "323"
},
{
- "id": "8492",
- "name": "Sithaph"
+ "examine": "I can see fish swimming in the water.",
+ "name": "Fishing spot",
+ "id": "1176"
},
{
- "id": "8494",
- "name": "Strisath"
+ "examine": "Nice hat.",
+ "name": "Thormac",
+ "id": "389"
},
{
- "id": "8495",
- "name": "Sakirth"
+ "examine": "An evil priest.",
+ "name": "Necrovarus",
+ "id": "1684"
},
{
- "id": "8496",
- "name": "Hazelmere's hat"
+ "examine": "He looks dangerous.",
+ "name": "Vannaka",
+ "id": "1597"
},
{
- "id": "8497",
- "name": "Lucien"
+ "examine": "A soggy, smelly Fremennik.",
+ "name": "Olaf Hardson",
+ "id": "2621"
},
{
- "id": "8498",
- "name": "A lazy Khazard guard"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Elstan",
+ "id": "2323"
},
{
- "id": "8499",
- "name": "Thanksgiving Turkey"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Dantaera",
+ "id": "2324"
},
{
- "id": "8500",
- "name": "Cook's brother"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Kragen",
+ "id": "2325"
},
{
- "id": "8501",
- "name": "Turkey"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Lyra",
+ "id": "2326"
},
{
- "id": "8502",
- "name": "Cactus",
- "examine": "Are those spines or feathers? Either way, it looks delicious."
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Francis",
+ "id": "2327"
},
{
- "id": "8503",
- "name": "Cactus",
- "examine": "Prickly, but strangely tasty-looking..."
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Rhonen",
+ "id": "2334"
},
{
- "id": "8504",
- "name": "Bush",
- "examine": "It rustles deliciously."
+ "examine": "Banks gnomish things.",
+ "name": "Gnome banker",
+ "id": "166"
},
{
- "id": "8505",
- "name": "Toadstool",
- "examine": "A horrible fungus, but there is something strangely tasty about it."
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Ellena",
+ "id": "2331"
},
{
- "id": "8506",
- "name": "Barrel",
- "examine": "The most delicious barrel you have ever seen."
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Alain",
+ "id": "2339"
},
{
- "id": "8507",
- "name": "Bush",
- "examine": "Who would have thought that leaves could smell so edible?"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Dreven",
+ "id": "2335"
},
{
- "id": "8508",
- "name": "Crate",
- "examine": "A crate. But delicious."
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Frizzy Skernip",
+ "id": "4560"
},
{
- "id": "8509",
- "name": "Bush",
- "examine": "You feel a strange urge to pour gravy on that bush."
+ "examine": "She sells farming equipment.",
+ "name": "Sarah",
+ "id": "2304"
},
{
- "id": "8510",
- "name": "Rock",
- "examine": "Now that's a rock I'd try to make into soup!"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Garth",
+ "id": "2330"
},
{
- "id": "8511",
- "name": "Bush",
- "examine": "Did that bush just pour sauce on itself?"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Selena",
+ "id": "2332"
},
{
- "id": "8512",
- "name": "Marvin"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Rhazien",
+ "id": "2337"
},
{
- "id": "8513",
- "name": "Marius"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Torrell",
+ "id": "2338"
},
{
- "id": "8514",
- "name": "Benny"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Heskel",
+ "id": "2340"
},
{
- "id": "8515",
- "name": "Yeti"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Treznor",
+ "id": "2341"
},
{
- "id": "8516",
- "name": "Yeti"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Bolongo",
+ "id": "2343"
},
{
- "id": "8517",
- "name": "Jack Frost",
- "examine": "The rebellious teenage son of the Queen of Snow. Interesting outfit!"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Gileth",
+ "id": "2344"
},
{
- "id": "8518",
- "name": "Jack Frost"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Amaethwyr",
+ "id": "2860"
},
{
- "id": "8519",
- "name": "Jack Frost"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Praistan Ebola",
+ "id": "4562"
},
{
- "id": "8520",
- "name": "Jack Frost"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Imiago",
+ "id": "8041"
},
{
- "id": "8521",
- "name": "Snow imp"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Prissy Scilla",
+ "id": "1037"
},
{
- "id": "8537",
- "name": "Snow imp"
+ "examine": "Looks after your Farming tools.",
+ "name": "Teclyn",
+ "id": "2861"
},
{
- "id": "8538",
- "name": "Snow imp"
+ "examine": "Perhaps this gardener might look after your crops for you.",
+ "name": "Yulf Squecks",
+ "id": "4561"
},
{
- "id": "8539",
- "name": "Queen of Snow"
+ "examine": "The head farmer, apparently.",
+ "name": "Farmer Blinkin",
+ "id": "7131"
},
{
- "id": "8540",
- "name": "Santa Claus",
- "examine": "A jolly-looking present-distributor."
+ "examine": "The lady of the pet shop.",
+ "name": "Pet shop owner",
+ "id": "6750"
},
{
- "id": "8541",
- "name": "Head snow imp"
+ "examine": "Looks after the Burthorpe vinery.",
+ "name": "Bernald",
+ "id": "2580"
},
{
- "id": "8542",
- "name": "Head snow imp"
+ "examine": "An old druid.",
+ "name": "Sanfew",
+ "id": "454"
},
{
- "id": "8543",
- "name": "Head snow imp"
+ "examine": "He runs the Herblore Shop.",
+ "name": "Jatix",
+ "id": "587"
},
{
- "id": "8544",
- "name": "Isidor"
+ "examine": "A wise druid.",
+ "name": "Kaqemeex",
+ "id": "455"
},
{
- "id": "8545",
- "name": "Mystic"
+ "examine": "He's a very important druid.",
+ "name": "Pikkupstix",
+ "id": "6971"
},
{
- "id": "8546",
- "name": "Balance Elemental"
+ "examine": "Ironically, makes a living from swords.",
+ "name": "Gaius",
+ "id": "586"
},
{
- "id": "8547",
- "name": "Wounded phoenix"
+ "examine": "A gnarly old man.",
+ "name": "Sylas",
+ "id": "5987"
},
{
- "id": "8548",
- "name": "Phoenix"
+ "examine": "A terrier puppy.",
+ "name": "Terrier",
+ "id": "6894"
},
{
- "id": "8549",
- "name": "Phoenix"
+ "examine": "A labrador puppy.",
+ "name": "Labrador",
+ "id": "6895"
},
{
- "id": "8550",
- "name": "Phoenix eggling"
+ "examine": "Dwarvish.",
+ "name": "Thurgo",
+ "id": "604"
},
{
- "id": "8551",
- "name": "Phoenix eggling"
+ "examine": "Get useful information from this guy.",
+ "name": "Town crier",
+ "id": "6137"
},
{
- "id": "8552",
- "name": "Large egg"
+ "examine": "The mace salesman.",
+ "name": "Flynn",
+ "id": "580"
},
{
- "id": "8553",
- "name": "Priest of Guthix"
+ "examine": "Works in the Rising Sun.",
+ "name": "Kaylee",
+ "id": "3217"
},
{
- "id": "8556",
- "name": "Brian Twitcher"
+ "examine": "Works in the Rising Sun.",
+ "name": "Emily",
+ "id": "736"
},
{
- "id": "8557",
- "name": "Lesser reborn warrior"
+ "examine": "Nice eyes.",
+ "name": "Cassie",
+ "id": "577"
},
{
- "id": "8558",
- "name": "Lesser reborn warrior"
+ "examine": "Chief Herald of Falador.",
+ "name": "Sir Renitee",
+ "id": "4249"
},
{
- "id": "8559",
- "name": "Greater reborn warrior"
+ "examine": "An elderly White Knight.",
+ "name": "Sir Vyvin",
+ "id": "605"
},
{
- "id": "8560",
- "name": "Greater reborn warrior"
+ "examine": "Head of recruitment for the Temple Knights.",
+ "name": "Sir Tiffy Cashien",
+ "id": "2290"
},
{
- "id": "8561",
- "name": "Lesser reborn ranger"
+ "examine": "An armourer.",
+ "name": "Wayne",
+ "id": "581"
},
{
- "id": "8562",
- "name": "Lesser reborn ranger"
+ "examine": "A master of necromancy!",
+ "name": "Malignius Mortifer",
+ "id": "2713"
},
{
- "id": "8563",
- "name": "Greater reborn ranger"
+ "examine": "She seems like a nice sort of person.",
+ "name": "Betty",
+ "id": "583"
},
{
- "id": "8564",
- "name": "Greater reborn ranger"
+ "examine": "Loves his gold!",
+ "name": "Grum",
+ "id": "556"
},
{
- "id": "8565",
- "name": "Lesser reborn mage"
+ "examine": "Unkempt and a bit smelly.",
+ "name": "Bellemorde",
+ "id": "2942"
},
{
- "id": "8566",
- "name": "Lesser reborn mage"
+ "examine": "A Fishing expert.",
+ "name": "Gerrant",
+ "id": "558"
},
{
- "id": "8567",
- "name": "Greater reborn mage"
+ "examine": "Likes his food to be kept fresh.",
+ "name": "Wydin",
+ "id": "557"
},
{
- "id": "8568",
- "name": "Greater reborn mage"
+ "examine": "A sea bird.",
+ "name": "Gull",
+ "id": "2726"
},
{
- "id": "8569",
- "name": "Lesser reborn warrior"
+ "examine": "An old sea dog.",
+ "name": "Captain Tobias",
+ "id": "376"
},
{
- "id": "8570",
- "name": "Greater reborn warrior"
+ "examine": "A young sailor.",
+ "name": "Klarense",
+ "id": "744"
},
{
- "id": "8571",
- "name": "Lesser reborn ranger"
+ "examine": "An expert on axes.",
+ "name": "Brian",
+ "id": "559"
},
{
- "id": "8572",
- "name": "Greater reborn ranger"
+ "examine": "I could get a beer from him.",
+ "name": "Bartender",
+ "id": "734"
},
{
- "id": "8573",
- "name": "Lesser reborn mage"
+ "examine": "She is a seed merchant.",
+ "name": "Olivia",
+ "id": "2572"
},
{
- "id": "8574",
- "name": "Greater reborn mage"
+ "examine": "Get useful information from this guy.",
+ "name": "Town crier",
+ "id": "6136"
},
{
- "id": "8575",
- "name": "Phoenix"
+ "examine": "Looks like he could do with a sip of Amontillado.",
+ "name": "Fortunato",
+ "id": "3671"
},
{
- "id": "8576",
- "name": "Phoenix"
+ "examine": "A young sailor.",
+ "name": "Seaman Thresnor",
+ "id": "378"
},
{
- "id": "8577",
- "name": "Phoenix eggling"
+ "examine": "A young sailor.",
+ "name": "Seaman Lorris",
+ "id": "377"
},
{
- "id": "8578",
- "name": "Phoenix eggling"
+ "examine": "A venerable and rich sage.",
+ "name": "Wise Old Man",
+ "id": "2253"
},
{
- "id": "8579",
- "name": "Karma the chameleon"
+ "examine": "She comes from Al-Kharid.",
+ "name": "Leela",
+ "id": "915"
},
{
- "id": "8581",
- "name": "Karma the chameleon"
+ "examine": "An old sailor.",
+ "name": "Ned",
+ "id": "743"
},
{
- "id": "8582",
- "name": "Karma the chameleon"
+ "examine": "He looks scared.",
+ "name": "Morgan",
+ "id": "755"
},
{
- "id": "8583",
- "name": "Karma the chameleon"
+ "examine": "A witch.",
+ "name": "Aggie",
+ "id": "922"
},
{
- "id": "8584",
- "name": "Karma the chameleon"
+ "examine": "Bacon-in-training.",
+ "name": "Piglet",
+ "id": "2243"
},
{
- "id": "8585",
- "name": "Karma the chameleon"
+ "examine": "An infamous bandit.",
+ "name": "Lady Keli",
+ "id": "919"
},
{
- "id": "8586",
- "name": "Karma the chameleon"
+ "examine": "A young prince.",
+ "name": "Prince Ali",
+ "id": "920"
},
{
- "id": "8587",
- "name": "Karma the chameleon"
+ "examine": "A gnome mage on sabbatical.",
+ "name": "Professor Onglewip",
+ "id": "4585"
},
{
- "id": "8588",
- "name": "Karma the chameleon"
+ "examine": "Chief of research at Wizards Tower.",
+ "name": "Sedridor",
+ "id": "300"
},
{
- "id": "8589",
- "name": "Karma the chameleon"
+ "examine": "An old wizard.",
+ "name": "Traiborn",
+ "id": "881"
},
{
- "id": "8590",
- "name": "Geoffrey"
+ "examine": "Master of imps.",
+ "name": "Wizard Grayzag",
+ "id": "707"
+ },
+ {
+ "examine": "A very brave merchant.",
+ "name": "Edmond",
+ "id": "1785"
+ },
+ {
+ "examine": "She's an expert on armoured skirts.",
+ "name": "Ranael",
+ "id": "544"
+ },
+ {
+ "examine": "Spymaster of Al Kharid.",
+ "name": "Osman",
+ "id": "924"
+ },
+ {
+ "examine": "Kebabs are full of meaty goodness!",
+ "name": "Karim",
+ "id": "543"
+ },
+ {
+ "examine": "He can look after my money.",
+ "name": "Banker",
+ "id": "496"
+ },
+ {
+ "examine": "She can look after my money.",
+ "name": "Banker",
+ "id": "497"
+ },
+ {
+ "examine": "Manufacturer of fine leathers.",
+ "name": "Ellis",
+ "id": "2824"
+ },
+ {
+ "examine": "Sells superior scimitars.",
+ "name": "Zeke",
+ "id": "541"
+ },
+ {
+ "examine": "If Crafting's your thing, he's your man.",
+ "name": "Dommik",
+ "id": "545"
+ },
+ {
+ "examine": "He's in control of the Shantay Pass.",
+ "name": "Shantay",
+ "id": "836"
+ },
+ {
+ "examine": "A resident of Al Kharid.",
+ "name": "Irena",
+ "id": "835"
+ },
+ {
+ "examine": "A farmer's enemy.",
+ "name": "Crow",
+ "id": "1755"
+ },
+ {
+ "examine": "The hat's a dead giveaway.",
+ "name": "Witch",
+ "id": "5200"
+ },
+ {
+ "examine": "A mad scientist if I ever saw one!",
+ "name": "Professor Oddenstein",
+ "id": "286"
+ },
+ {
+ "examine": "She's watching you.",
+ "name": "Ava",
+ "id": "5198"
+ },
+ {
+ "examine": "Litara, a barbarian explorer.",
+ "name": "Litara",
+ "id": "4376"
+ },
+ {
+ "examine": "Always up-to-date with the latest helmet fashions.",
+ "name": "Peksa",
+ "id": "538"
+ },
+ {
+ "examine": "A strange little man.",
+ "name": "Oziach",
+ "id": "747"
+ },
+ {
+ "examine": "A very brave merchant.",
+ "name": "Richard",
+ "id": "1783"
+ },
+ {
+ "examine": "Loves you more, the more you spend.",
+ "name": "Shop assistant",
+ "id": "529"
+ },
+ {
+ "examine": "Sells stuff.",
+ "name": "Shopkeeper",
+ "id": "528"
+ },
+ {
+ "examine": "One of the king's knights.",
+ "name": "Sir Prysin",
+ "id": "883"
+ },
+ {
+ "examine": "Reldo the librarian.",
+ "name": "Reldo",
+ "id": "2660"
+ },
+ {
+ "examine": "A powerful wizard.",
+ "name": "Surok Magis",
+ "id": "5834"
+ },
+ {
+ "examine": "Animal skins are a specialty.",
+ "name": "Baraek",
+ "id": "547"
+ },
+ {
+ "examine": "One of Gertrude's Sons.",
+ "name": "Shilop",
+ "id": "781"
+ },
+ {
+ "examine": "The man with the armour.",
+ "name": "Horvik",
+ "id": "549"
+ },
+ {
+ "examine": "Sells arrows.",
+ "name": "Lowe",
+ "id": "550"
+ },
+ {
+ "examine": "This looks like an angry, aggressive man.",
+ "name": "Draul Leptoc",
+ "id": "3324"
+ },
+ {
+ "examine": "A quiet, more reserved sort of lady.",
+ "name": "Phillipa",
+ "id": "3325"
+ },
+ {
+ "examine": "A tearful damsel, maybe I can help her?",
+ "name": "Juliet",
+ "id": "637"
+ },
+ {
+ "agg_radius": "",
+ "examine": "Like a mini man!",
+ "combat_style": "1",
+ "melee_animation": "190",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "193",
+ "weakness": "",
+ "end_height": "",
+ "death_animation": "196",
+ "name": "Gnome",
+ "defence_level": "1",
+ "lifepoints": "2",
+ "strength_level": "1",
+ "id": "2250",
+ "aggressive": "",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "examine": "Like a mini man!",
+ "combat_style": "1",
+ "melee_animation": "190",
+ "attack_speed": "4",
+ "respawn_delay": "60",
+ "defence_animation": "193",
+ "death_animation": "196",
+ "name": "Gnome",
+ "defence_level": "1",
+ "lifepoints": "3",
+ "strength_level": "1",
+ "id": "2249",
+ "range_level": "1",
+ "attack_level": "1"
+ },
+ {
+ "name": "null",
+ "defence_level": "1",
+ "safespot": "null",
+ "combat_audio": "511,513,512",
+ "id": "2309",
+ "range_level": "1",
+ "attack_level": "1",
+ "defence_animation": ""
+ },
+ {
+ "examine": "Yanni Salika; he buys and sells antiques.",
+ "name": "Yanni Salika",
+ "id": "515"
+ },
+ {
+ "examine": "This is Kaleb Paramaya, a warm and friendly inn owner.",
+ "name": "Kaleb Paramaya",
+ "id": "512"
+ },
+ {
+ "examine": "This is Fernahei; he owns the local fishing tackle shop.",
+ "name": "Fernahei",
+ "id": "517"
+ },
+ {
+ "examine": "A warrior from Shilo Village.",
+ "name": "Mosol Rei",
+ "id": "500"
+ },
+ {
+ "examine": "An unquiet soul.",
+ "name": "Spirit of Zadimus",
+ "id": "501"
+ },
+ {
+ "examine": "The animated spirit of Rashiliyia the Zombie Queen.",
+ "name": "Rashiliyia ",
+ "id": "506"
+ },
+ {
+ "examine": "A dwarf miner. He's shoring up the walls.",
+ "name": "Ferd",
+ "id": "3937"
+ },
+ {
+ "examine": "A crafty dwarf.",
+ "name": "Nolar",
+ "id": "2158"
+ },
+ {
+ "examine": "She sells general items at the Legends Guild.",
+ "name": "Fionella",
+ "id": "932"
+ },
+ {
+ "examine": "A dwarf who's currently living in Miscellania.",
+ "name": "Alviss",
+ "id": "3933"
+ },
+ {
+ "examine": "Smithy for Sogthorpe.",
+ "name": "Derrik",
+ "id": "1376"
+ },
+ {
+ "examine": "A rather scared-looking dwarf. He doesn't seem all that drunk.",
+ "name": "Donal",
+ "id": "3938"
+ },
+ {
+ "examine": "Runs the general store.",
+ "name": "Finn",
+ "id": "3922"
+ },
+ {
+ "examine": "A dwarf who's currently living in Miscellania.",
+ "name": "Fullangr",
+ "id": "3934"
+ },
+ {
+ "examine": "A subject of Miscellania.",
+ "name": "Halla",
+ "id": "3921"
+ },
+ {
+ "examine": "A dwarf who's currently living in Miscellania.",
+ "name": "Jari",
+ "id": "3935"
+ },
+ {
+ "examine": "A subject of Miscellania.",
+ "name": "Einar",
+ "id": "1380"
+ },
+ {
+ "examine": "A subject of Miscellania.",
+ "name": "Ragnar",
+ "id": "1379"
+ },
+ {
+ "examine": "A subject of Miscellania.",
+ "name": "Thora",
+ "id": "3927"
+ },
+ {
+ "examine": "A subject of Miscellania.",
+ "name": "Thorhild",
+ "id": "1382"
+ },
+ {
+ "examine": "A subject of Miscellania.",
+ "name": "Tjorvi",
+ "id": "3925"
+ },
+ {
+ "examine": "Likes fish... hates people.",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "respawn_delay": "",
+ "defence_animation": "285",
+ "death_animation": "287",
+ "name": "River troll",
+ "defence_level": "17",
+ "lifepoints": "20",
+ "strength_level": "17",
+ "id": "391",
+ "aggressive": "true",
+ "clue_level": "",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "17"
+ },
+ {
+ "examine": "Likes fish... hates people.",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "285",
+ "death_animation": "287",
+ "name": "River troll",
+ "defence_level": "48",
+ "lifepoints": "48",
+ "strength_level": "48",
+ "id": "393",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "48"
+ },
+ {
+ "examine": "Likes fish... hates people.",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "285",
+ "death_animation": "287",
+ "name": "River troll",
+ "defence_level": "65",
+ "lifepoints": "85",
+ "strength_level": "65",
+ "id": "394",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "65"
+ },
+ {
+ "examine": "Likes fish... hates people.",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "285",
+ "death_animation": "287",
+ "name": "River troll",
+ "defence_level": "100",
+ "lifepoints": "120",
+ "strength_level": "100",
+ "id": "395",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "100"
+ },
+ {
+ "examine": "Likes fish... hates people.",
+ "melee_animation": "284",
+ "attack_speed": "4",
+ "magic_level": "1",
+ "defence_animation": "285",
+ "death_animation": "287",
+ "name": "River troll",
+ "defence_level": "130",
+ "lifepoints": "170",
+ "strength_level": "130",
+ "id": "396",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "1",
+ "attack_level": "130"
+ },
+ {
+ "examine": "Rock with attitude.",
+ "combat_style": "1",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "defence_animation": "8",
+ "name": "Rock Golem",
+ "lifepoints": "25",
+ "strength_level": "8",
+ "id": "413",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "15",
+ "attack_level": "8"
+ },
+ {
+ "examine": "Rock with attitude.",
+ "combat_style": "1",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "defence_animation": "17",
+ "name": "Rock Golem",
+ "lifepoints": "40",
+ "strength_level": "17",
+ "id": "414",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "30",
+ "attack_level": "17"
+ },
+ {
+ "examine": "Rock with attitude.",
+ "combat_style": "1",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "defence_animation": "36",
+ "name": "Rock Golem",
+ "lifepoints": "60",
+ "strength_level": "36",
+ "id": "415",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "40",
+ "attack_level": "38"
+ },
+ {
+ "examine": "Rock with attitude.",
+ "combat_style": "1",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "defence_animation": "64",
+ "name": "Rock Golem",
+ "lifepoints": "86",
+ "strength_level": "64",
+ "id": "416",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "60",
+ "attack_level": "64"
+ },
+ {
+ "examine": "Rock with attitude.",
+ "combat_style": "1",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "defence_animation": "100",
+ "name": "Rock Golem",
+ "lifepoints": "120",
+ "strength_level": "100",
+ "id": "417",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "75",
+ "attack_level": "100"
+ },
+ {
+ "examine": "Rock with attitude.",
+ "combat_style": "1",
+ "range_animation": "0",
+ "attack_speed": "4",
+ "defence_animation": "130",
+ "name": "Rock Golem",
+ "lifepoints": "166",
+ "strength_level": "130",
+ "id": "418",
+ "aggressive": "true",
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "range_level": "80",
+ "attack_level": "130"
+ },
+ {
+ "examine": "Mooooooooooooole.",
+ "name": "Baby Mole",
+ "id": "3342"
+ },
+ {
+ "examine": "Moley, moley, moley!",
+ "name": "Baby Mole",
+ "id": "3343"
+ },
+ {
+ "examine": "He hungry.",
+ "combat_style": "1",
+ "start_gfx": "243",
+ "name": "Rantz",
+ "start_height": "100",
+ "range_animation": "3460",
+ "id": "1010",
+ "projectile": "242",
+ "prj_height": "50"
}
]
\ No newline at end of file
diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json
index 77ef33f02..fd8b421fc 100644
--- a/Server/data/configs/npc_spawns.json
+++ b/Server/data/configs/npc_spawns.json
@@ -1,12442 +1,11051 @@
-[
- {
- "npc_id": "0",
- "loc_data": "{3221,3218,0,1,0}-"
- },
- {
- "npc_id": "1",
- "loc_data": "{3093,3509,0,1,3}-{3098,3508,0,1,7}-{3096,3510,0,1,3}-{3222,3221,0,1,3}-{3210,3223,1,1,4}-{3230,3208,0,1,1}-{3237,3404,0,1,6}-{3237,3408,0,1,0}-{3247,3396,0,1,3}-{3263,3403,0,1,3}-{2712,3484,0,1,4}-{2693,3495,0,1,1}-{3285,3208,0,1,4}-{3017,3239,0,1,2}-{2804,3427,0,1,2}-"
- },
- {
- "npc_id": "2",
- "loc_data": "{3101,3511,0,1,4}-{3236,3203,0,1,4}-{3217,3209,0,1,4}-{3237,3217,0,1,6}-{2690,3489,0,1,3}-{3298,3185,0,1,3}-{3282,3503,0,1,6}-"
- },
- {
- "npc_id": "3",
- "loc_data": "{2818,3443,0,1,3}-{3095,3511,0,1,3}-{3094,3513,0,1,4}-{3097,3510,0,1,4}-{3231,3239,0,1,4}-{2699,3491,0,1,1}-{3306,3200,0,1,6}-{3300,3208,0,1,3}-{3278,3502,0,1,6}-"
- },
- {
- "npc_id": "4",
- "loc_data": "{3230,3204,0,1,3}-{2693,3493,0,1,7}-{2693,3492,0,1,0}-{2695,3497,0,1,1}-{2700,3496,0,1,5}-{3010,3236,0,1,6}-{3281,3499,0,1,4}-"
- },
- {
- "npc_id": "5",
- "loc_data": "{2817,3447,0,1,5}-{3236,3205,0,1,2}-{3230,3238,0,1,1}-{2697,3493,0,1,4}-{3279,3497,0,1,3}-"
- },
- {
- "npc_id": "6",
- "loc_data": "{3097,3259,0,1,4}-{3246,3207,0,1,4}-{3280,3491,0,1,0}-"
- },
- {
- "npc_id": "7",
- "loc_data": "{3158,3301,0,1,0}-{2629,3360,0,1,4}-{2920,3434,0,1,0}-{3226,3290,0,1,3}-"
- },
- {
- "npc_id": "8",
- "loc_data": "{2804,3186,0,1,4}-{3019,3230,0,1,4}-"
- },
- {
- "npc_id": "9",
- "loc_data": "{3007,3321,0,1,6}-{3005,3321,0,1,4}-{2965,3389,0,1,6}-{2964,3392,0,1,6}-{2967,3393,0,1,1}-{2966,3392,0,1,1}-{2964,3392,0,1,1}-{3008,3324,0,1,2}-"
- },
- {
- "npc_id": "10",
- "loc_data": "{1740,4970,0,1,4}-{1783,4950,0,1,4}-{1755,4951,0,1,3}-{1754,4986,0,1,6}-{1763,4972,0,1,6}-"
- },
- {
- "npc_id": "11",
- "loc_data": "{3235,3399,0,1,5}-"
- },
- {
- "npc_id": "13",
- "loc_data": "{2588,3087,0,1,4}-{2592,3086,0,1,6}-{2590,3083,1,1,4}-{2587,3086,1,1,4}-{2594,3084,1,1,6}-{2593,3090,2,1,5}-{2594,3085,2,1,1}-{2588,3089,2,1,4}-{3108,3157,1,1,3}-{3113,3157,1,1,4}-{3107,3170,0,1,0}-{3112,3167,0,1,0}-{3106,3157,0,1,3}-{3110,3155,0,1,6}-"
- },
- {
- "npc_id": "14",
- "loc_data": "{2914,3444,0,1,3}-{2905,3450,1,1,0}-"
- },
- {
- "npc_id": "15",
- "loc_data": "{2584,3304,0,1,3}-{2588,3291,0,1,7}-{2584,3288,0,1,0}-{2563,3382,0,1,6}-{2569,3383,0,1,6}-{2571,3381,0,1,1}-{2575,3384,0,1,4}-{2572,3385,0,1,4}-{2631,3294,0,1,6}-{2629,3296,0,1,4}-{3203,3479,0,1,0}-{3202,3484,0,1,0}-"
- },
- {
- "npc_id": "16",
- "loc_data": "{3279,3191,0,1,4}-{3296,3202,1,1,3}-"
- },
- {
- "npc_id": "18",
- "loc_data": "{3282,3176,0,1,0}-{3284,3170,0,1,7}-{3284,3174,0,1,0}-{3288,3168,0,1,5}-{3292,3169,0,1,3}-{3295,3168,0,1,3}-{3301,3170,0,1,6}-{3301,3174,0,1,6}-{3301,3177,0,1,0}-"
- },
- {
- "npc_id": "19",
- "loc_data": "{2971,3349,0,1,4}-{2979,3350,0,1,2}-{2973,3337,0,1,3}-{2959,3335,0,1,6}-{2982,3339,0,1,6}-{2983,3346,0,1,4}-{2980,3329,0,1,4}-{2987,3330,0,1,6}-{2958,3340,1,1,1}-{2970,3333,1,1,3}-{2966,3329,1,1,4}-{2961,3353,1,1,4}-{2973,3337,1,1,6}-{2998,3341,0,1,6}-{2983,3342,2,1,6}-"
- },
- {
- "npc_id": "20",
- "loc_data": "{2588,3301,1,0,0}-"
- },
- {
- "npc_id": "21",
- "loc_data": "{2630,3288,0,1,1}-{2647,3306,0,1,1}-{2667,3315,0,1,4}-"
- },
- {
- "npc_id": "23",
- "loc_data": "{2582,3297,0,1,6}-{2652,3318,0,1,0}-{2653,3300,0,1,5}-{2669,3298,0,1,4}-{2671,3313,0,1,6}-"
- },
- {
- "npc_id": "24",
- "loc_data": "{2614,3318,0,1,6}-{2621,3293,0,1,3}-"
- },
- {
- "npc_id": "25",
- "loc_data": "{2612,3316,0,1,1}-{2574,3321,1,1,4}-{2621,3293,1,1,3}-"
- },
- {
- "npc_id": "27",
- "loc_data": "{2574,3285,2,0,0}-{2574,3308,2,0,0}-{2582,3284,2,0,0}-{2582,3309,2,0,0}-{2588,3290,2,0,0}-{2588,3303,2,0,0}-"
- },
- {
- "npc_id": "28",
- "loc_data": "{2611,3269,0,0,0}-"
- },
- {
- "npc_id": "31",
- "loc_data": "{2616,3308,0,1,1}-"
- },
- {
- "npc_id": "32",
- "loc_data": "{2651,3307,0,1,1}-{2659,3309,0,1,6}-{2660,3309,0,1,3}-{2661,3309,0,1,1}-{2661,3317,0,1,5}-{2663,3301,0,1,3}-{2665,3300,0,1,3}-{2636,3342,0,1,4}-{2634,3342,0,1,3}-{2635,3339,0,1,3}-"
- },
- {
- "npc_id": "34",
- "loc_data": "{2548,3111,1,1,3}-{2545,3116,1,1,7}-{2549,3115,1,1,1}-{2549,3112,1,1,4}-"
- },
- {
- "npc_id": "35",
- "loc_data": "{2545,3094,0,1,3}-{2549,3093,0,1,2}-{2543,3089,0,1,3}-{2540,3098,0,1,3}-"
- },
- {
- "npc_id": "36",
- "loc_data": "{3020,3373,0,1,0}-"
- },
- {
- "npc_id": "38",
- "loc_data": "{2952,3063,0,0,0}-{2955,3057,0,0,0}-{2956,3035,0,0,0}-{2969,3034,0,0,0}-{2984,3048,0,0,0}-"
- },
- {
- "npc_id": "39",
- "loc_data": "{2958,3055,0,0,0}-{2954,3029,0,0,0}-{2968,3039,0,0,0}-{2984,3048,0,0,0}-{2989,3058,0,0,0}-{2982,3060,0,0,0}-{2972,3060,0,0,0}-{2998,3061,0,0,0}-{2999,3049,0,0,0}-"
- },
- {
- "npc_id": "40",
- "loc_data": "{3005,3060,0,0,0}-{3008,3067,0,0,0}-"
- },
- {
- "npc_id": "41",
- "loc_data": "{2851,3370,0,1,3}-{2846,3374,0,1,3}-{2853,3372,0,1,3}-{2847,3373,0,1,3}-{2850,3371,0,1,1}-{2851,3373,0,1,4}-{2852,3370,0,1,4}-{2819,3561,0,1,4}-{2818,3559,0,1,6}-{3110,9573,0,1,6}-{3140,3096,0,1,3}-{3140,3093,0,1,0}-{3138,3094,0,1,1}-{3140,3093,0,1,3}-{3138,3093,0,1,1}-{3138,3094,0,1,0}-{3140,3093,0,1,1}-{3187,3276,0,1,5}-{3188,3278,0,1,4}-{3197,3356,0,1,4}-{3197,3353,0,1,0}-{3196,3358,0,1,0}-{2655,3441,0,1,6}-{2649,3438,0,1,7}-{2649,3446,0,1,6}-{2653,3444,0,1,6}-{2647,3441,0,1,1}-{2674,3652,0,1,3}-{2672,3655,0,1,6}-{2677,3655,0,1,6}-{3234,3297,0,1,3}-{3230,3296,0,1,5}-{3236,3288,0,1,6}-{3236,3300,0,1,2}-{3234,3293,0,1,4}-{3229,3298,0,1,1}-{3228,3296,0,1,4}-{2694,3274,0,1,6}-{2695,3275,0,1,3}-{2965,3336,0,1,4}-{2784,3062,0,1,4}-{2789,3063,0,1,4}-{2815,3560,0,1,7}-"
- },
- {
- "npc_id": "42",
- "loc_data": "{3185,3220,0,1,0}-{3183,3222,0,1,0}-{3237,3346,0,1,1}-"
- },
- {
- "npc_id": "43",
- "loc_data": "{2926,3323,0,1,0}-{2922,3325,0,1,3}-{3200,3263,0,1,0}-{3212,3262,0,1,1}-{3204,3268,0,1,0}-{3241,3354,0,1,3}-"
- },
- {
- "npc_id": "44",
- "loc_data": "{3096,3489,0,0,3}-{3096,3493,0,0,3}-{3097,3494,0,0,1}-{3147,3448,0,0,1}-{3180,3436,0,0,4}-{3180,3440,0,0,4}-{3180,3444,0,0,4}-{3191,3437,0,0,3}-{3191,3441,0,0,3}-{3191,3445,0,0,3}-{3251,3418,0,0,1}-{3252,3418,0,0,1}-{3253,3418,0,0,1}-{3254,3418,0,0,1}-{3255,3418,0,0,1}-{3256,3418,0,0,1}-"
- },
- {
- "npc_id": "45",
- "loc_data": "{3096,3491,0,0,3}-{2843,5214,0,0,4}-{3148,3448,0,0,0}-{3191,3443,0,0,3}-{3191,3439,0,0,3}-{3191,3435,0,0,3}-{3180,3442,0,0,4}-{3180,3434,0,0,4}-{3180,3438,0,0,4}-"
- },
- {
- "npc_id": "46",
- "loc_data": "{3179,3348,0,1,0}-{3178,3353,0,1,0}-{3235,3259,0,1,0}-{3238,3244,0,1,0}-{3241,3230,0,1,0}-{3241,3234,0,1,0}-{3243,3228,0,1,0}-{3247,3221,0,1,0}-{3248,3220,0,1,0}-{3259,3212,0,1,0}-{3211,3322,0,1,0}-{3214,3314,0,1,0}-{3214,3318,0,1,0}-{3216,3314,0,1,0}-{3218,3287,0,1,0}-{3223,3281,0,1,0}-{3231,3271,0,1,0}-{3233,3267,0,1,0}-{3233,3270,0,1,0}-{3235,3265,0,1,0}-{2979,3359,0,1,0}-{2979,3357,0,1,0}-{2993,3384,0,1,6}-{3015,3285,0,1,0}-"
- },
- {
- "npc_id": "47",
- "loc_data": "{2821,3170,0,1,1}-{3076,3282,0,1,5}-{3089,3266,0,1,4}-{3091,3266,0,1,4}-{3341,3267,0,1,5}-{3097,3364,0,1,3}-{3102,3363,0,1,5}-{3127,3487,0,1,4}-{3125,3486,0,1,6}-{3127,3486,0,1,4}-{2339,9356,0,1,0}-{2354,9390,0,1,0}-{2361,9403,0,1,0}-{2362,9347,0,1,0}-{2603,9480,0,1,1}-{2600,9477,0,1,0}-{2579,9496,0,1,4}-{2580,9508,0,1,0}-{2571,9522,0,1,4}-{2565,9505,0,1,1}-{2566,9510,0,1,6}-{2594,9497,0,1,4}-{2852,9642,0,1,6}-{2858,9632,0,1,3}-{2568,9620,0,1,0}-{2573,9612,0,1,0}-{2579,9631,0,1,0}-{2580,9600,0,1,0}-{2580,9614,0,1,0}-{2580,9620,0,1,0}-{2580,9626,0,1,0}-{2583,9632,0,1,0}-{2584,9625,0,1,0}-{2584,9637,0,1,0}-{2589,9644,0,1,0}-{2590,9601,0,1,0}-{2590,9638,0,1,0}-{2591,9601,0,1,0}-{2591,9621,0,1,0}-{2594,9636,0,1,0}-{2594,9644,0,1,0}-{2597,9604,0,1,0}-{2607,9615,0,1,0}-{2608,9628,0,1,0}-{2614,9651,0,1,0}-{2614,9656,0,1,0}-{2615,9647,0,1,0}-{2615,9661,0,1,0}-{2616,9633,0,1,0}-{2618,9630,0,1,0}-{3108,9754,0,1,5}-{3110,9754,0,1,5}-{3108,9750,0,1,5}-{2592,9831,0,1,3}-{2588,9825,0,1,6}-{2583,9829,0,1,4}-{2581,9841,0,1,0}-{2597,9823,0,1,2}-{2579,9805,0,1,3}-{2576,9804,0,1,0}-{2573,9805,0,1,5}-{2571,9808,0,1,3}-{2576,9810,0,1,2}-{2587,9802,0,1,2}-{2592,9800,0,1,4}-{2596,9805,0,1,6}-{2601,9802,0,1,5}-{2585,9801,0,1,7}-{2594,9803,0,1,0}-{2590,9806,0,1,3}-{2612,9808,0,1,6}-{2604,9810,0,1,6}-{2579,9821,0,1,2}-{2576,9812,0,1,6}-{2580,9813,0,1,6}-{2600,9813,0,1,4}-{2599,9809,0,1,4}-{3158,3226,0,1,5}-{3160,3202,0,1,4}-{3192,3203,0,1,0}-{3194,3204,0,1,0}-{3196,3206,0,1,0}-{3197,3204,0,1,0}-{2654,9640,0,1,6}-{2655,9637,0,1,4}-{2656,9639,0,1,7}-{2651,9636,0,1,5}-{2648,9637,0,1,4}-{2651,9642,0,1,1}-{2654,9640,0,1,0}-{2654,9635,0,1,6}-{2655,9635,0,1,3}-{2664,9626,0,1,6}-{2664,9624,0,1,1}-{2661,9623,0,1,1}-{2663,9623,0,1,3}-{2664,9626,0,1,6}-{2930,9699,0,1,0}-{2933,9697,0,1,0}-{2932,9685,0,1,0}-{2930,9693,0,1,0}-{3235,3224,0,1,3}-{3229,3220,0,1,4}-{3211,3211,0,1,3}-{3225,3220,0,1,1}-{3237,3215,0,1,5}-{3211,3210,0,1,7}-{3227,3220,0,1,7}-{3233,3227,0,1,5}-{3227,3210,0,1,6}-{3228,3222,0,1,4}-{3229,3226,0,1,0}-{3236,3217,0,1,4}-{3259,3230,0,1,4}-{3233,3237,0,1,7}-{3205,3204,0,1,0}-{3206,3204,0,1,0}-{3205,3203,0,1,0}-{3206,3202,0,1,0}-{3207,3202,0,1,0}-{3208,3203,0,1,0}-{3001,3202,0,1,5}-{3243,3687,0,1,5}-{3249,3669,0,1,3}-{3252,3675,0,1,4}-{3252,3680,0,1,3}-{3259,3683,0,1,0}-{3475,9840,0,1,6}-{3481,9842,0,1,1}-{3486,9843,0,1,7}-{3483,9824,0,1,4}-{3496,9808,0,0,5}-{3490,9815,0,1,1}-{3478,9834,0,0,3}-{3490,9824,0,1,4}-{3225,9862,0,1,4}-{3222,9861,0,1,6}-{3220,9860,0,1,6}-{3219,9865,0,1,6}-{3237,9862,0,1,4}-{2536,2982,0,1,3}-{2531,2980,0,1,0}-{2522,2981,0,1,4}-{2545,2989,0,1,4}-{2523,2970,0,1,2}-{3026,3174,0,1,5}-{3019,3176,0,1,7}-{2801,3158,0,1,2}-{2514,3193,0,1,6}-{2518,3192,0,1,3}-{2507,3181,0,1,3}-{2508,3178,0,1,6}-{2511,3183,0,1,3}-{2515,3182,0,1,1}-{3021,3205,0,1,6}-{3019,3292,0,1,7}-{3018,3295,0,1,7}-{2531,3325,0,1,3}-{2530,3327,0,1,5}-{2521,3331,0,1,3}-{2526,3328,0,1,3}-{2523,3331,0,1,4}-{2523,3334,0,1,1}-{2531,3329,0,1,5}-{2532,3333,0,1,5}-{3276,9871,0,1,1}-{3277,9871,0,1,3}-"
- },
- {
- "npc_id": "48",
- "loc_data": "{2817,2921,0,1,2}-{2775,2929,0,1,2}-{2789,2926,0,1,5}-{2795,2932,0,1,6}-{2775,2933,0,1,0}-{2769,2928,0,1,3}-"
- },
- {
- "npc_id": "49",
- "loc_data": "{3133,3678,0,1,0}-{3127,3677,0,1,0}-{3127,3667,0,1,0}-{3117,3674,0,1,0}-{3121,3679,0,1,0}-{3104,3678,0,1,0}-{3110,3687,0,1,0}-{3116,3688,0,1,0}-{3103,3704,0,1,0}-{2871,9819,0,1,0}-{2871,9822,0,1,0}-{2870,9826,0,1,0}-{2869,9829,0,1,0}-{2867,9834,0,1,0}-{2867,9841,0,1,0}-{2864,9853,0,1,0}-{2859,9852,0,1,0}-{2851,9850,0,1,0}-{2856,9846,0,1,0}-{2857,9841,0,1,0}-{2861,9838,0,1,0}-{2854,9838,0,1,0}-{3178,3929,0,1,0}-{3193,3926,0,1,0}-{3195,3915,0,1,0}-{3186,3913,0,1,0}-{3175,3906,0,1,0}-{2735,9692,0,1,1}-{2732,9687,0,1,1}-{2733,9688,0,1,1}-{2734,9690,0,1,1}-{2733,9686,0,1,1}-{2732,9692,0,1,1}-{2736,9685,0,1,1}-{2730,9691,0,1,1}-"
- },
- {
- "npc_id": "50",
- "loc_data": "{2273,4698,0,0,0}-"
- },
- {
- "npc_id": "52",
- "loc_data": "{2898,9764,0,1,0}-{2892,9800,0,1,0}-{2912,9808,0,1,0}-"
- },
- {
- "npc_id": "53",
- "loc_data": "{3212,3820,0,1,0}-{3222,3829,0,1,0}-{2694,9508,0,0,3}-{2703,9505,0,0,6}-{2710,9499,0,0,1}-{2704,9520,0,0,5}-{2714,9523,0,0,3}-{2722,9520,0,0,7}-"
- },
- {
- "npc_id": "54",
- "loc_data": "{2834,9824,0,1,0}-"
- },
- {
- "npc_id": "55",
- "loc_data": "{2897,9802,0,1,0}-{2909,9906,0,1,4}-"
- },
- {
- "npc_id": "58",
- "loc_data": "{2574,9874,0,1,0}-{2577,9877,0,1,3}-{2574,9878,0,1,0}-{2575,9871,0,1,4}-{3289,5482,0,1,1}-{3296,5472,0,1,0}-{3291,5466,0,1,6}-{3294,5481,0,1,0}-{3300,5479,0,1,7}-{3288,5480,0,1,3}-{3293,5475,0,1,3}-{3293,5481,0,1,2}-{3286,5465,0,1,3}-{3279,5478,0,1,4}-{3270,5464,0,1,2}-{3270,5468,0,1,1}-"
- },
- {
- "npc_id": "59",
- "loc_data": "{3082,3362,0,1,4}-{2602,9640,0,1,0}-{2603,9635,0,1,0}-{2603,9638,0,1,0}-{2605,9637,0,1,0}-{2605,9639,0,1,0}-{2606,9635,0,1,0}-{2606,9646,0,1,0}-{2607,9637,0,1,0}-{2607,9641,0,1,0}-{2607,9644,0,1,0}-{2607,9648,0,1,0}-{2608,9635,0,1,0}-{2608,9642,0,1,0}-{2609,9639,0,1,0}-{2609,9643,0,1,0}-{3102,9881,0,1,3}-{3095,9883,0,1,2}-{3182,3244,0,1,1}-{3162,3223,0,1,7}-{3164,3242,0,1,0}-{3169,3246,0,1,0}-{3170,3250,0,1,0}-{3166,3247,0,1,0}-{3164,3249,0,1,0}-{3157,3226,0,1,0}-{3163,3227,0,1,0}-{3165,3223,0,1,0}-{3194,3236,0,1,0}-{3146,3347,0,1,3}-{2369,3374,0,1,0}-{2372,3379,0,1,0}-{2378,3366,0,1,0}-{2379,3378,0,1,0}-{2387,3370,0,1,0}-{2394,3365,0,1,0}-{2402,3386,0,1,0}-{2405,3381,0,1,0}-{2407,3387,0,1,0}-{2412,3384,0,1,0}-{2648,9766,0,1,4}-{2653,9761,0,1,3}-{2483,2877,0,1,3}-{2481,2876,0,1,4}-{2457,2867,0,1,4}-{2481,2847,0,1,0}-{2475,2854,0,1,3}-{2482,2873,0,1,3}-{2485,2876,0,1,2}-{2449,2865,0,1,1}-{2461,2880,0,1,5}-{2489,2935,0,1,7}-{2492,2907,0,1,1}-{2487,2894,0,1,2}-{2487,2888,0,1,7}-{2478,2916,0,1,5}-{2485,2902,0,1,3}-{2487,2902,0,1,2}-{2489,2894,0,1,2}-{2490,2905,0,1,7}-{2490,2917,0,1,5}-{2484,2890,0,1,1}-{2491,2927,0,1,1}-{3250,3239,0,1,1}-{3241,3241,0,1,1}-{3249,3249,0,1,1}-{3218,9890,0,1,3}-{3220,9887,0,1,0}-{3218,9887,0,1,1}-{3218,9889,0,1,5}-{3213,9890,0,1,1}-{2496,2890,0,1,4}-{2503,2889,0,1,1}-{2497,2939,0,1,2}-"
- },
- {
- "npc_id": "60",
- "loc_data": "{3189,3883,0,1,5}-{3182,3882,0,1,5}-{3177,3871,0,1,0}-{3176,3878,0,1,0}-{3173,3892,0,1,6}-{3171,3884,0,1,4}-{3166,3874,0,1,1}-{3169,3900,0,1,1}-{3165,3881,0,1,3}-{3164,3888,0,1,6}-{3163,3894,0,1,7}-{3162,3894,0,1,4}-{2448,2784,0,1,7}-{2477,2866,0,1,5}-{2455,2857,0,1,6}-{2434,2845,0,1,4}-{2460,2869,0,1,3}-{2484,2897,0,1,3}-{2471,2890,0,1,6}-{2491,2906,0,1,0}-{2544,2904,0,1,2}-{2547,2982,0,1,6}-{2548,2981,0,1,1}-{2523,2975,0,1,1}-"
- },
- {
- "npc_id": "61",
- "loc_data": "{3111,9747,0,1,5}-{3108,9747,0,1,5}-{3156,3248,0,1,4}-{3143,3241,0,1,4}-{3156,3249,0,1,4}-{3175,3248,0,1,7}-{3169,3260,0,1,4}-{3171,3254,0,1,5}-{3162,3246,0,1,6}-{3179,3262,0,1,1}-{3162,3226,0,1,1}-{3166,3222,0,1,1}-{3157,3229,0,1,5}-{3168,3222,0,1,4}-{3182,3878,0,1,6}-{3182,3886,0,1,7}-{3182,3888,0,1,5}-{3175,3888,0,1,4}-{3175,3879,0,1,7}-{3174,3879,0,1,3}-{3174,3882,0,1,0}-{3175,3885,0,1,3}-{3172,3876,0,1,2}-{3172,3894,0,1,1}-{3172,3885,0,1,3}-{3165,3886,0,1,3}-{3165,3896,0,1,1}-{3166,3886,0,1,1}-{3164,3893,0,1,4}-{3163,3881,0,1,4}-{3159,3889,0,1,0}-{2893,9835,0,1,0}-{2895,9828,0,1,0}-{2891,9831,0,1,0}-{3211,9622,0,1,2}-{3215,9620,0,1,4}-{3212,9618,0,1,3}-{3217,9617,0,1,3}-{3214,9620,0,1,7}-{3213,9890,0,1,5}-{3210,9886,0,1,4}-{3213,9887,0,1,1}-{3207,9880,0,1,0}-{3255,9870,0,1,4}-{3258,9872,0,1,3}-{3261,9870,0,1,4}-{3327,3131,0,1,5}-{3321,3145,0,1,3}-{3322,3143,0,1,3}-{2541,3189,0,1,3}-{2542,3187,0,1,6}-{2543,3186,0,1,4}-{2545,3183,0,1,3}-{2545,3183,0,1,3}-{2545,3182,0,1,3}-{2543,3183,0,1,0}-{2543,3182,0,1,3}-{2539,3182,0,1,0}-"
- },
- {
- "npc_id": "62",
- "loc_data": "{2850,3060,0,1,6}-{2857,3044,0,1,7}-{2856,3066,0,1,4}-{2860,3094,0,1,6}-{2854,3086,0,1,6}-{2863,3083,0,1,3}-{2853,3081,0,1,4}-{2859,3079,0,1,4}-{2859,3075,0,1,6}-{2871,3092,0,1,1}-{2867,3094,0,1,1}-{2861,3082,0,1,3}-{2861,3094,0,1,3}-{2863,3081,0,1,2}-{2864,3089,0,1,3}-{2859,3084,0,1,0}-{2885,2950,0,1,4}-{2891,2951,0,1,6}-{2894,2946,0,1,4}-{2928,3022,0,1,3}-{2930,3029,0,1,4}-{2927,3039,0,1,6}-{2928,3043,0,1,0}-{2929,3036,0,1,7}-{2919,3040,0,1,4}-{2934,3045,0,1,2}-{2929,3035,0,1,4}-{2914,3055,0,1,4}-{2922,3059,0,1,3}-{2930,3049,0,1,4}-{2914,3047,0,1,4}-{2935,3049,0,1,1}-{2927,3058,0,1,3}-{2811,2975,0,1,7}-{2815,2987,0,1,5}-{2808,3007,0,1,6}-{2812,3007,0,1,1}-{2784,3030,0,1,4}-{2783,3017,0,1,3}-{2776,3107,0,1,1}-{2794,3121,0,1,3}-{2795,3118,0,1,1}-{2796,3109,0,1,1}-{2808,3112,0,1,6}-{2791,3124,0,1,1}-{2769,3198,0,1,7}-{2768,3206,0,1,1}-"
- },
- {
- "npc_id": "63",
- "loc_data": "{3074,3892,0,1,3}-{2841,9583,0,1,4}-{2841,9582,0,1,4}-{2839,9582,0,1,1}-{2837,9572,0,1,6}-{2832,9580,0,1,1}-{3128,9954,0,1,0}-{3127,9956,0,1,0}-{3125,9958,0,1,0}-{3117,9956,0,1,0}-{3122,9956,0,1,0}-{3120,9952,0,1,0}-{3123,9951,0,1,0}-{3125,9948,0,1,0}-{3118,9950,0,1,0}-{3165,9891,0,1,6}-{3177,9886,0,1,4}-{3175,9889,0,1,4}-{3177,9879,0,1,4}-{3177,9888,0,1,1}-{3178,9895,0,1,4}-{3182,9884,0,1,3}-{3164,9888,0,1,3}-{3169,9892,0,1,6}-{3213,3728,0,1,0}-{3211,3734,0,1,0}-{3214,3738,0,1,0}-{3215,3748,0,1,0}-{3218,3746,0,1,0}-{3226,3750,0,1,0}-{3239,3749,0,1,0}-{3247,3748,0,1,0}-{3248,3746,0,1,0}-{3244,3743,0,1,0}-{3245,3737,0,1,0}-{3258,5560,0,1,2}-{3258,5555,0,1,3}-{3260,5557,0,1,3}-{3257,5552,0,1,1}-{3260,5558,0,1,5}-{3258,5556,0,1,6}-{3257,5555,0,1,6}-{3260,5559,0,1,7}-{3257,5561,0,1,1}-{3071,3894,0,1,7}-{3062,3897,0,1,3}-{3058,3889,0,1,4}-{3054,3880,0,1,2}-{3054,3895,0,1,7}-{3051,3879,0,1,6}-{3051,3886,0,1,6}-{3047,3893,0,1,1}-{3047,3881,0,1,4}-{3044,3893,0,1,5}-{3041,3894,0,1,1}-{3038,3890,0,1,1}-{3046,3872,0,1,4}-"
- },
- {
- "npc_id": "64",
- "loc_data": "{2869,9912,0,1,0}-{2819,9950,0,1,0}-{2824,9934,0,1,0}-{2827,9925,0,1,0}-{2828,9956,0,1,0}-{2857,9969,0,1,0}-{2872,9972,0,1,0}-{2684,9798,0,1,2}-{2885,9962,0,1,0}-{2887,9936,0,1,0}-{2959,3917,0,1,0}-{2960,3925,0,1,0}-{2961,3920,0,1,0}-{2962,3915,0,1,0}-{2962,3933,0,1,0}-{2963,3923,0,1,0}-{2963,3929,0,1,0}-{2965,3927,0,1,0}-{2965,3931,0,1,0}-{2691,9814,0,1,5}-{2694,9819,0,1,6}-{2696,9831,0,1,3}-{2702,9837,0,1,6}-{2709,9844,0,1,3}-{2720,9847,0,1,4}-{2724,9843,0,1,6}-{2733,9846,0,1,4}-{2740,9841,0,1,3}-{2745,9836,0,1,4}-{2745,9828,0,1,5}-{2747,9826,0,1,1}-"
- },
- {
- "npc_id": "66",
- "loc_data": "{2399,3356,0,1,0}-{2383,3452,0,1,0}-{2401,3417,0,1,0}-{2402,3422,0,1,0}-{2402,3441,0,1,0}-{2403,3430,0,1,0}-{2408,3441,0,1,0}-{2409,3430,0,1,0}-{2423,3426,0,1,0}-{2427,3428,0,1,0}-{2427,3440,0,1,0}-{2417,3493,1,1,0}-{2418,3495,1,1,0}-{2435,3460,0,1,0}-{2440,3470,0,1,0}-{2447,3502,0,1,0}-{2457,3462,0,1,0}-{2478,3502,0,1,0}-{2449,3492,1,1,0}-{2450,3490,1,1,0}-{2474,3490,1,1,0}-{2482,3492,1,1,0}-{2482,3498,1,1,0}-{2526,3168,0,1,0}-{2529,3163,0,1,0}-{2530,3172,0,1,0}-{2536,3169,0,1,0}-"
- },
- {
- "npc_id": "67",
- "loc_data": "{2400,3356,0,1,0}-{2377,3442,0,1,0}-{2380,3425,0,1,0}-{2383,3433,0,1,0}-{2405,3447,0,1,0}-{2406,3440,0,1,0}-{2393,3451,1,1,0}-{2408,3437,1,1,0}-{2394,3500,1,1,0}-{2417,3483,1,1,0}-{2456,3425,0,1,0}-{2459,3421,0,1,0}-{2462,3431,0,1,0}-{2437,3478,0,1,0}-{2442,3465,0,1,0}-{2456,3467,0,1,0}-{2471,3496,0,1,0}-{2474,3508,0,1,0}-{2475,3471,0,1,0}-{2479,3468,0,1,0}-{2486,3470,0,1,0}-{2492,3474,0,1,0}-{2443,3464,1,1,0}-{2443,3502,1,1,0}-{2448,3496,1,1,0}-{2449,3506,1,1,0}-{2457,3498,1,1,0}-{2474,3498,1,1,0}-{2480,3502,1,1,0}-{2481,3482,1,1,0}-{2490,3503,1,1,0}-{2521,3169,0,1,0}-{2521,3171,0,1,0}-{2556,3226,0,1,0}-{2033,5530,1,1,0}-"
- },
- {
- "npc_id": "68",
- "loc_data": "{2401,3357,0,1,0}-{2378,3423,0,1,0}-{2393,3435,0,1,0}-{2394,3425,0,1,0}-{2395,3449,0,1,0}-{2403,3433,0,1,0}-{2420,3429,0,1,0}-{2420,3438,0,1,0}-{2400,3514,1,1,0}-{2418,3485,1,1,0}-{2433,3474,0,1,0}-{2433,3492,0,1,0}-{2458,3497,0,1,0}-{2464,3505,0,1,0}-{2476,3458,0,1,0}-{2445,3502,1,1,0}-{2453,3488,1,1,0}-{2475,3502,1,1,0}-{2465,3490,2,1,0}-{2522,3172,0,1,0}-"
- },
- {
- "npc_id": "73",
- "loc_data": "{3123,9657,0,1,2}-{3087,9672,0,1,1}-{3103,9672,0,1,1}-{3119,9670,0,1,1}-{3251,9896,0,1,6}-{3268,9893,0,1,3}-"
- },
- {
- "npc_id": "74",
- "loc_data": "{3124,9660,0,1,3}-{3122,9656,0,1,4}-{3117,9646,0,1,1}-{3124,9651,0,1,2}-{3117,9645,0,1,3}-{3082,9671,0,1,3}-{3105,9672,0,1,1}-{3113,9673,0,1,3}-{3094,9671,0,1,3}-{2843,9767,0,1,3}-{2845,9762,0,1,7}-{2842,9759,0,1,6}-{3126,9865,0,1,7}-{3129,9859,0,1,3}-{3121,9863,0,1,3}-{3126,9862,0,1,5}-{3148,9899,0,1,3}-{3147,9905,0,1,6}-{3141,9901,0,1,5}-{3142,9891,0,1,6}-{3139,9886,0,1,2}-{3148,9883,0,1,1}-{3151,9889,0,1,3}-"
- },
- {
- "npc_id": "75",
- "loc_data": "{2588,9493,0,1,3}-{2584,9491,0,1,3}-{2589,9492,0,1,4}-{2591,9492,0,1,6}-{2593,9491,0,1,6}-{2588,9491,0,1,3}-{2839,9774,0,1,4}-{2931,9641,0,1,6}-{2931,9643,0,1,6}-{3226,9909,0,1,4}-{3225,9905,0,1,0}-{3234,9907,0,1,4}-"
- },
- {
- "npc_id": "76",
- "loc_data": "{2843,9774,0,1,6}-{2842,9769,0,1,4}-{2842,9764,0,1,7}-{2845,9754,0,1,4}-{2849,9751,0,1,1}-{2850,9747,0,1,3}-{2844,9758,0,1,7}-{2540,9814,0,1,6}-{2547,9817,0,1,6}-"
- },
- {
- "npc_id": "78",
- "loc_data": "{2585,3479,0,1,1}-{2589,3480,0,1,2}-{2582,3476,0,1,3}-{2588,3485,0,1,4}-{2580,3490,0,1,5}-{2577,3482,0,1,6}-{2583,3484,0,1,7}-{3073,3961,0,1,0}-{3074,3952,0,1,0}-{3075,3955,0,1,0}-{3076,3961,0,1,0}-{3077,3949,0,1,0}-{3079,3957,0,1,0}-{3080,3961,0,1,0}-{2568,9528,0,1,5}-{2573,9530,0,1,3}-{2575,9525,0,1,6}-{2571,9528,0,1,7}-{2862,9569,0,1,4}-{2857,9571,0,1,7}-{2837,9561,0,1,1}-{2608,9818,0,1,7}-{2609,9825,0,1,5}-{2607,9830,0,1,1}-{2605,9837,0,1,1}-{2607,9833,0,1,6}-{2905,9832,0,1,0}-{2907,9831,0,1,0}-{2913,9828,0,1,0}-{2921,9826,0,1,0}-{2924,9831,0,1,0}-{2921,9834,0,1,0}-{2918,9831,0,1,0}-{2908,9838,0,1,0}-{2913,9841,0,1,0}-{2672,9805,0,1,3}-{2663,9804,0,1,4}-{2658,9809,0,1,5}-{3725,9369,0,1,1}-{3737,9390,0,1,4}-{3738,9399,0,1,0}-{3740,9407,0,1,1}-{3765,9407,0,1,1}-{3762,9395,0,1,3}-{3725,9390,0,1,3}-{3753,9387,0,1,0}-{3728,9382,0,1,3}-{3729,9360,0,1,6}-{3755,9424,0,1,0}-{3760,9440,0,1,4}-{3737,9425,0,1,7}-{3720,9430,0,1,4}-{3736,9451,0,1,3}-{3728,9463,0,1,2}-{3740,9462,0,1,4}-{3770,9463,0,1,1}-{3752,9450,0,1,6}-{3762,9432,0,1,1}-{3733,9421,0,1,7}-{2759,3402,0,1,2}-{2756,3400,0,1,0}-{3787,9459,0,1,1}-{3803,9447,0,1,4}-{3778,9438,0,1,1}-{3786,9422,0,1,4}-{3800,9419,0,1,3}-{3797,9427,0,1,4}-{3820,9432,0,1,5}-{3825,9414,0,1,3}-{3833,9415,0,1,0}-{3825,9449,0,1,3}-{3827,9459,0,1,1}-{3818,9466,0,1,4}-{3799,9460,0,1,1}-{3794,9451,0,1,1}-{2543,9564,0,1,1}-{2543,9562,0,1,1}-{2542,9557,0,1,1}-{2542,9569,0,1,4}-{2540,9566,0,1,0}-{2549,9568,0,1,6}-{2538,9568,0,1,3}-"
- },
- {
- "npc_id": "80",
- "loc_data": "{2619,3265,0,1,0}-{2619,3265,0,1,3}-{2615,3267,0,1,4}-"
- },
- {
- "npc_id": "81",
- "loc_data": "{2589,3120,0,1,4}-{2605,3116,0,1,5}-{2923,3277,0,1,1}-{2921,3289,0,1,1}-{2923,3280,0,1,6}-{3255,3255,0,1,3}-{3255,3256,0,1,4}-{3259,3261,0,1,1}-{3263,3283,0,1,6}-{3257,3268,0,1,4}-{2436,4443,0,1,3}-{2441,4449,0,1,6}-{3038,3310,0,1,5}-{3028,3312,0,1,6}-{3028,3299,0,1,6}-{3042,3300,0,1,6}-"
- },
- {
- "npc_id": "82",
- "loc_data": "{3110,3157,2,1,5}-{3096,3703,0,1,0}-{2841,9557,0,1,3}-{2831,9562,0,1,3}-{2838,9605,0,1,3}-{2936,9652,0,1,3}-{2926,9803,0,1,0}-{2935,9794,0,1,0}-{3052,3117,2,1,1}-{3311,3845,0,1,0}-"
- },
- {
- "npc_id": "83",
- "loc_data": "{3169,3711,0,1,7}-{2639,9477,2,0,3}-{2635,9497,2,0,2}-"
- },
- {
- "npc_id": "84",
- "loc_data": "{2875,9776,0,1,0}-{2862,9776,0,1,0}-{2860,9762,0,1,0}-{2854,9780,0,1,0}-{2866,9781,0,1,0}-{2700,9481,0,0,5}-{2729,9483,0,0,5}-"
- },
- {
- "npc_id": "86",
- "loc_data": "{3105,9517,0,1,7}-{3101,9517,0,1,6}-{3102,9521,0,1,4}-{3106,9519,0,1,1}-{3104,9514,0,1,4}-{3104,9518,0,1,1}-{3107,9519,0,1,1}-{3109,9516,0,1,1}-{3107,9515,0,1,7}-{3105,9512,0,1,6}-{3102,9513,0,1,3}-{3100,9514,0,1,1}-{3100,9516,0,1,7}-{3099,9521,0,1,0}-{3103,9523,0,1,1}-{3098,9880,0,1,5}-{3094,9883,0,1,1}-{3119,9891,0,1,4}-{3188,3181,0,1,7}-{3181,3191,0,1,7}-{3185,3199,0,1,4}-{3176,3198,0,1,6}-{3168,3188,0,1,4}-{3172,3178,0,1,1}-{3179,3174,0,1,1}-{3189,3168,0,1,5}-{3196,3208,0,1,1}-{3196,3205,0,1,0}-{3195,3212,0,1,0}-{2632,9696,0,1,1}-{2639,9697,0,1,3}-{2646,9696,0,1,3}-{2650,9697,0,1,4}-{2646,9702,0,1,6}-{2647,9713,0,1,3}-{2641,9719,0,1,1}-{2650,9716,0,1,1}-{3212,3191,0,1,6}-{3207,3192,0,1,2}-{3216,3184,0,1,2}-{3224,3174,0,1,4}-{3229,3183,0,1,5}-{3222,3185,0,1,3}-{3216,3177,0,1,4}-{3200,3182,0,1,5}-{3202,3189,0,1,6}-{2977,3700,0,1,0}-{2967,3694,0,1,0}-{2973,3694,0,1,0}-{3495,9812,0,1,1}-{3502,9807,0,0,4}-{3249,9868,0,1,4}-{3237,9868,0,1,3}-{3221,9873,0,1,6}-{3225,9862,0,1,2}-{3237,9866,0,1,6}-{3232,9867,0,1,7}-{3219,9862,0,1,7}-{3227,9875,0,1,4}-{2518,3187,0,1,3}-{3291,3388,0,1,6}-{3049,3691,0,1,0}-{3276,9870,0,1,3}-"
- },
- {
- "npc_id": "87",
- "loc_data": "{3103,9881,0,1,3}-{3122,9889,0,1,2}-{3117,9890,0,1,2}-{3242,3530,0,1,7}-{3256,3541,0,1,7}-{3248,3553,0,1,7}-{2520,3188,0,1,3}-{3293,3382,0,1,4}-"
- },
- {
- "npc_id": "88",
- "loc_data": "{2573,9630,0,1,0}-{2601,9802,0,1,6}-{2594,9805,0,1,1}-{2587,9806,0,1,2}-{2585,9803,0,1,1}-{2584,9801,0,1,5}-"
- },
- {
- "npc_id": "89",
- "loc_data": "{2575,3058,0,0,6}-{3080,3451,0,1,1}-{3096,3460,0,1,3}-{3142,3211,0,1,6}-{2629,3266,0,1,2}-{2634,3265,0,1,1}-{2557,3065,0,0,1}-{3294,3344,0,1,3}-{3289,3349,0,1,6}-{3286,3345,0,1,1}-{2783,3463,0,1,7}-"
- },
- {
- "npc_id": "90",
- "loc_data": "{3110,3367,0,0,3}-{3116,3534,0,0,4}-{3072,3531,0,1,0}-{3112,3538,0,1,0}-{2852,9577,0,1,1}-{2865,9567,0,1,3}-{3373,9748,0,1,0}-{3378,9748,0,1,0}-{3382,9753,0,1,0}-{3373,9812,0,1,0}-{3378,9812,0,1,0}-{3382,9817,0,1,0}-{3110,9909,0,1,4}-{3121,9910,0,1,4}-{3133,9909,0,1,5}-{3133,9904,0,1,6}-{3129,9916,0,1,3}-{3133,9916,0,1,0}-{2925,3254,2,0,3}-{2924,3252,2,1,3}-{2926,3255,2,1,4}-{2932,3255,2,1,3}-{2931,3251,2,1,4}-{3194,5448,0,1,3}-{3183,5447,0,1,3}-{3177,5457,0,1,4}-{3187,5456,0,1,1}-{2885,9812,0,1,0}-{2883,9836,0,1,0}-{3141,9875,0,1,6}-{3208,9905,0,1,4}-{3011,3590,0,1,0}-{3016,3596,0,1,0}-{3022,3586,0,1,0}-"
- },
- {
- "npc_id": "91",
- "loc_data": "{3099,9910,0,1,3}-{3100,9906,0,1,6}-{3194,5454,0,1,4}-{3212,9906,0,1,6}-{3252,9916,0,1,3}-{3259,9915,0,1,3}-{3272,9913,0,1,6}-{3274,9914,0,1,1}-{3278,9908,0,1,1}-{3275,9911,0,1,5}-"
- },
- {
- "npc_id": "92",
- "loc_data": "{2848,3248,0,1,3}-{2850,3235,0,1,3}-{2819,3288,0,1,1}-{3111,3561,0,1,3}-{2840,9652,0,1,1}-{2829,9657,0,1,4}-{3122,9661,0,1,6}-{3123,9648,0,1,6}-{3117,9671,0,1,1}-{2593,9883,0,1,1}-{2590,9885,0,1,4}-{2586,9883,0,1,1}-{2585,9878,0,1,3}-{3132,9915,0,1,5}-{3095,9909,0,1,3}-{3143,3802,0,1,0}-{3145,3779,0,1,0}-{3149,9869,0,1,6}-{3138,9878,0,1,5}-{3137,9869,0,1,3}-{2664,9877,0,1,0}-{2980,3763,0,1,0}-{2977,3753,0,1,0}-{2992,3942,0,1,4}-{3005,10362,0,1,1}-{3003,10358,0,1,1}-{3005,10351,0,1,1}-{3003,10345,0,1,5}-{2537,9845,0,1,1}-{2540,9846,0,1,4}-{2552,9844,0,1,6}-{2556,9846,0,1,4}-{2535,9844,0,1,3}-{2532,9843,0,1,4}-{2530,9845,0,1,3}-{2540,9820,0,1,4}-{2544,9824,0,1,4}-"
- },
- {
- "npc_id": "93",
- "loc_data": "{2566,9507,0,1,3}-{2562,9505,0,1,1}-{2568,9509,0,1,3}-{2571,9509,0,1,1}-{2564,9504,0,1,1}-{2566,9505,0,1,1}-{2841,9625,0,1,4}-{2845,9628,0,1,3}-{2841,9638,0,1,6}-{2845,9645,0,1,1}-{3101,9956,0,1,3}-{3104,9948,0,1,0}-{3104,9955,0,1,4}-{3108,9951,0,1,4}-{3108,9954,0,1,1}-{3111,9954,0,1,6}-{3112,9958,0,1,4}-{3194,5460,0,1,6}-{3192,5466,0,1,7}-{3185,5493,0,1,4}-{3182,5494,0,1,6}-{3185,5486,0,1,7}-{3175,5492,0,1,3}-{3169,5496,0,1,4}-{3170,5492,0,1,3}-{3186,5487,0,1,4}-{3169,5491,0,1,2}-{2655,9824,0,1,1}-{2669,9824,0,1,4}-{2667,9823,0,1,5}-{2658,9830,0,1,6}-{2666,9829,0,1,6}-{2637,9891,0,1,0}-{2645,9891,0,1,0}-{2653,9892,0,1,0}-{2653,9892,0,1,0}-{2544,9841,0,1,1}-{2536,9844,0,1,6}-{2527,9844,0,1,3}-{2530,9842,0,1,4}-{2543,9815,0,1,3}-"
- },
- {
- "npc_id": "94",
- "loc_data": "{2589,9881,0,1,6}-{2591,9882,0,1,4}-"
- },
- {
- "npc_id": "95",
- "loc_data": "{2602,2955,0,1,0}-{2605,2963,0,1,0}-{2607,2967,0,1,0}-{2610,2958,0,1,0}-{2610,2961,0,1,0}-{2610,2965,0,1,0}-{2616,3283,0,1,0}-{2620,3283,0,1,0}-{2379,3344,0,1,0}-{2395,3340,0,1,0}-{2398,3330,0,1,0}-{2406,3329,0,1,0}-{2647,3584,0,1,0}-{2680,3585,0,1,0}-{2682,3592,0,1,0}-{2482,2923,0,1,0}-{2462,3274,0,1,0}-{2465,3272,0,1,0}-{2465,3275,0,1,0}-{2470,3272,0,1,0}-{2472,3274,0,1,0}-{2477,3275,0,1,0}-{2437,3336,0,1,0}-{2439,3333,0,1,0}-{2439,3335,0,1,0}-{2440,3333,0,1,0}-{2440,3335,0,1,0}-{2706,3580,0,1,0}-{2717,3569,0,1,0}-{3207,3919,0,1,0}-{3218,3924,0,1,0}-{3229,3917,0,1,0}-{3241,3921,0,1,0}-{2496,2959,0,1,0}-{2498,2968,0,1,0}-{2500,2959,0,1,0}-{2502,2969,0,1,0}-{2509,2964,0,1,0}-{2516,3197,0,1,0}-{2548,3179,0,1,0}-"
- },
- {
- "npc_id": "96",
- "loc_data": "{2842,3450,0,1,0}-{2864,3453,0,1,0}-{2870,3438,0,1,0}-{2872,3445,0,1,0}-{2846,3477,0,1,0}-{2847,3474,0,1,0}-{2860,3492,0,1,0}-{2866,3498,0,1,0}-"
- },
- {
- "npc_id": "97",
- "loc_data": "{2831,3515,0,1,0}-{2833,3513,0,1,0}-{2848,3487,0,1,0}-{2850,3484,0,1,0}-{2854,3509,0,1,0}-{2856,3508,0,1,0}-{2988,3921,0,1,0}-{2991,3924,0,1,0}-{2992,3917,0,1,0}-{2994,3921,0,1,0}-{3002,3924,0,1,0}-{3004,3917,0,1,0}-{3005,3926,0,1,0}-{3006,3921,0,1,0}-"
- },
- {
- "npc_id": "98",
- "loc_data": "{3014,3294,0,1,1}-"
- },
- {
- "npc_id": "99",
- "loc_data": "{2624,3319,0,1,1}-{2624,3327,0,1,6}-{2642,3314,0,1,4}-{2646,3325,0,1,1}-{2646,3504,0,1,4}-{2634,3476,0,1,5}-{2651,3477,0,1,5}-{2665,3472,0,1,5}-{2662,3488,0,1,5}-{2672,3505,0,1,5}-{2790,3199,0,1,2}-{2784,3188,0,1,1}-{2779,3207,0,1,1}-"
- },
- {
- "npc_id": "100",
- "loc_data": "{2567,3440,0,1,3}-{2316,9392,0,1,0}-{2319,9367,0,1,0}-{2321,9402,0,1,0}-{2322,9387,0,1,0}-{2325,9360,0,1,0}-{2333,9346,0,1,0}-{2335,9382,0,1,0}-{2337,9387,0,1,0}-{2343,9360,0,1,0}-{2344,9369,0,1,0}-{2348,9390,0,1,0}-{2349,9380,0,1,0}-{2349,9402,0,1,0}-{2359,9345,0,1,0}-{2359,9359,0,1,0}-{2359,9374,0,1,0}-{2359,9382,0,1,0}-{2363,9403,0,1,0}-{2564,9653,0,1,0}-{2565,9655,0,1,0}-{2566,9626,0,1,0}-{2567,9653,0,1,0}-{2569,9633,0,1,0}-{2607,9621,0,1,0}-{2551,3408,0,1,6}-{2553,3405,0,1,3}-{2559,3452,0,1,3}-"
- },
- {
- "npc_id": "101",
- "loc_data": "{2622,3389,0,1,4}-{2619,3390,0,1,4}-{2573,3437,0,1,3}-{2305,9385,0,1,0}-{2307,9359,0,1,0}-{2307,9403,0,1,0}-{2310,9396,0,1,0}-{2317,9371,0,1,0}-{2317,9383,0,1,0}-{2324,9404,0,1,0}-{2333,9366,0,1,0}-{2335,9393,0,1,0}-{2339,9403,0,1,0}-{2342,9347,0,1,0}-{2351,9359,0,1,0}-{2359,9392,0,1,0}-{2562,9659,0,1,0}-{2563,9661,0,1,0}-{2599,9626,0,1,0}-{2601,9627,0,1,0}-{2605,9621,0,1,0}-{2610,9620,0,1,0}-{2624,3391,0,1,1}-{2555,3407,0,1,3}-{2553,3457,0,1,3}-"
- },
- {
- "npc_id": "102",
- "loc_data": "{2622,3390,0,1,7}-{2622,3390,0,1,7}-{2562,9657,0,1,0}-{2571,9653,0,1,0}-"
- },
- {
- "npc_id": "103",
- "loc_data": "{2928,3251,1,1,3}-{2928,3244,1,1,4}-{2924,3253,1,1,3}-{2927,3252,1,1,4}-{2927,3254,1,1,3}-{2888,9850,0,1,0}-{2901,9848,0,1,0}-{2909,9848,0,1,0}-{2919,9848,0,1,0}-{2937,9837,0,1,0}-{2906,9818,0,1,0}-{2920,9818,0,1,0}-{2968,3761,0,1,0}-{2985,3761,0,1,0}-{2962,3755,0,1,0}-{2990,3755,0,1,0}-{2968,3749,0,1,0}-{2985,3749,0,1,0}-{2713,4892,0,1,3}-{2711,4899,0,1,3}-{2732,4901,0,1,3}-{2729,4893,0,1,3}-{2713,4907,0,1,3}-{3241,9907,0,1,4}-{3243,9914,0,1,1}-{3242,9913,0,1,6}-{3242,9916,0,1,5}-{3239,9914,0,1,1}-{2501,3289,0,1,1}-{3272,3664,0,1,1}-"
- },
- {
- "npc_id": "104",
- "loc_data": "{3093,3357,1,1,6}-{2894,9849,0,1,0}-{2905,9851,0,1,0}-{2915,9852,0,1,0}-{2934,9837,0,1,0}-{2935,9828,0,1,0}-{2912,9820,0,1,0}-{2900,9819,0,1,0}-"
- },
- {
- "npc_id": "105",
- "loc_data": "{3100,3594,0,1,6}-{3107,3608,0,1,2}-{3099,3602,0,1,0}-{2632,3280,0,1,1}-{2633,3274,0,1,3}-{2387,3376,0,1,0}-{2398,3366,0,1,0}-{2412,3378,0,1,0}-{2419,3372,0,1,0}-{2696,3329,0,1,4}-{2708,3336,0,1,4}-{3230,3500,0,1,5}-{2988,3671,0,1,0}-{3001,3674,0,1,0}-{2497,3164,0,1,2}-"
- },
- {
- "npc_id": "106",
- "loc_data": "{2959,3445,0,1,3}-{2968,3480,0,1,6}-{2968,3490,0,1,3}-{2978,3507,0,1,1}-{2807,3377,0,1,6}-{3289,3353,0,1,3}-"
- },
- {
- "npc_id": "107",
- "loc_data": "{2870,3166,0,1,3}-{2868,3159,0,1,4}-{2867,3172,0,1,5}-{2858,3167,0,1,3}-{2846,3153,0,1,3}-{2851,3149,0,1,1}-{2602,3267,0,1,6}-{2603,3270,0,1,4}-{2607,3268,0,1,5}-{2645,9823,0,1,1}-{2641,9819,0,1,7}-{2641,9817,0,1,2}-{2642,9813,0,1,5}-{2639,9809,0,1,2}-{3256,3954,0,1,1}-{3249,3949,0,1,1}-{3246,3945,0,1,1}-{3239,3943,0,1,1}-{3231,3940,0,1,1}-{3225,3943,0,1,1}-{3234,3945,0,1,1}-{3253,9909,0,1,4}-{2787,2943,0,1,3}-{2789,2949,0,1,3}-{2781,2949,0,1,3}-{2813,3112,0,1,4}-{3275,3154,0,1,6}-{3300,3312,0,1,1}-{3300,3305,0,1,3}-{3298,3300,0,1,5}-{3298,3294,0,1,0}-{3299,3290,0,1,6}-{3025,3568,0,1,0}-{3028,3577,0,1,0}-{3032,3570,0,1,0}-{3040,3581,0,1,0}-{3041,3572,0,1,0}-{3047,3567,0,1,0}-{3055,3574,0,1,0}-{3056,3566,0,1,0}-{3062,3555,0,1,0}-{3062,3570,0,1,0}-{3055,9776,0,1,4}-{3039,9769,0,1,6}-{3049,9764,0,1,3}-{3050,9770,0,1,1}-{3039,9765,0,1,1}-{3048,9762,0,1,4}-{3044,9760,0,1,6}-{3048,9779,0,1,1}-{3038,9802,0,1,5}-{3041,9804,0,1,6}-{3040,9795,0,1,7}-"
- },
- {
- "npc_id": "108",
- "loc_data": "{2941,9779,0,1,0}-{2934,9776,0,1,0}-{2934,9768,0,1,0}-{2934,9757,0,1,0}-{2930,9752,0,1,0}-{2732,3225,0,1,0}-{2729,3224,0,1,0}-{2719,3223,0,1,0}-{2722,3220,0,1,0}-{2724,3216,0,1,0}-{2721,3213,0,1,0}-{2713,3217,0,1,0}-"
- },
- {
- "npc_id": "109",
- "loc_data": "{2601,3269,0,0,0}-{2604,3272,0,0,0}-{2605,3268,0,0,0}-{2606,3271,0,0,0}-"
- },
- {
- "npc_id": "110",
- "loc_data": "{2564,9887,0,1,4}-{2581,9897,0,1,1}-{2577,9888,0,1,1}-{3234,5497,0,1,1}-{3244,9356,0,1,1}-{3252,9370,0,1,1}-{3305,9400,0,1,1}-{3294,9375,0,1,3}-{3050,10337,0,1,4}-{3047,10340,0,1,4}-{3048,10346,0,1,4}-{3048,10346,0,1,3}-"
- },
- {
- "npc_id": "111",
- "loc_data": "{2920,3800,0,1,3}-{2883,9932,0,1,0}-{2883,9965,0,1,0}-{2952,3902,0,1,6}-{2953,3889,0,1,6}-{2947,3921,0,1,6}-{2811,3506,0,1,0}-{3043,9581,0,1,1}-{3055,9577,0,1,6}-{3061,9576,0,1,4}-{3055,9571,0,1,7}-{3052,9566,0,1,6}-"
- },
- {
- "npc_id": "112",
- "loc_data": "{2825,3249,0,1,6}-{2560,3406,0,1,3}-{3144,3822,0,1,0}-{3165,9880,0,1,3}-{3168,9880,0,1,1}-{3159,9903,0,1,4}-{3156,9907,0,1,0}-{2699,3206,0,1,1}-{3202,5490,0,1,4}-{3237,5555,0,1,5}-{2554,3411,0,1,3}-{2554,3400,0,1,3}-{2551,3401,0,1,4}-{2543,9823,0,1,3}-{2540,9819,0,1,5}-{2543,9817,0,1,4}-"
- },
- {
- "npc_id": "113",
- "loc_data": "{2622,3272,0,0,0}-{2835,9526,0,1,4}-{2832,9514,0,1,4}-{2825,9521,0,1,5}-{2846,9520,0,1,3}-{2838,9508,0,1,0}-{2832,9495,0,1,6}-{2838,9492,0,1,6}-{2851,9485,0,1,3}-{2847,9481,0,1,3}-{2865,9494,0,1,3}-{2855,9502,0,1,2}-{2870,9496,0,1,1}-{2851,9511,0,1,2}-{2853,9519,0,1,3}-{2857,9520,0,1,6}-{2863,9525,0,1,1}-{2869,9530,0,1,5}-{2865,9515,0,1,4}-{2868,9507,0,1,3}-{2874,9512,0,1,6}-{2896,2946,0,0,0}-{2918,2961,0,0,0}-{2926,2986,0,0,0}-{2930,3044,0,0,0}-{2926,3056,0,0,0}-{2916,3065,0,0,0}-"
- },
- {
- "npc_id": "115",
- "loc_data": "{2571,3027,0,1,0}-{2572,3031,0,1,0}-{2575,3024,0,1,0}-{2578,3031,0,1,0}-{2510,3044,0,1,0}-{2520,3046,0,1,0}-{2526,3039,0,1,0}-{2502,3114,0,1,0}-{2505,3111,0,1,0}-{2507,3108,0,1,0}-{2508,3119,0,1,0}-{2509,3087,0,1,0}-{2510,3084,0,1,0}-{2513,3087,0,1,0}-{2514,3081,0,1,0}-"
- },
- {
- "npc_id": "116",
- "loc_data": "{2622,3277,0,1,5}-"
- },
- {
- "npc_id": "117",
- "loc_data": "{3118,9845,0,1,4}-{3111,9844,0,1,6}-{3123,9845,0,1,3}-{3114,9833,0,1,3}-{3110,9841,0,1,1}-{3119,9839,0,1,1}-{3097,9832,0,1,0}-{3101,9832,0,1,1}-{3107,9829,0,1,3}-{3115,9831,0,1,4}-{3109,9835,0,1,4}-{2369,3404,0,1,0}-{2904,9734,0,1,0}-{2439,3214,0,1,0}-{2548,3146,0,1,1}-{2542,3145,0,1,4}-{2503,3150,0,1,4}-{3300,3649,0,1,0}-{3044,10321,0,1,2}-{3044,10316,0,1,4}-{3045,10308,0,1,4}-{3048,10317,0,1,2}-"
- },
- {
- "npc_id": "118",
- "loc_data": "{2603,3056,0,1,0}-{2598,3064,0,1,3}-{2589,3068,0,1,5}-{2930,9703,0,1,0}-{2933,9702,0,1,0}-{3000,9842,0,1,2}-{2996,9844,0,1,4}-{3003,9828,0,1,1}-{2995,9811,0,1,3}-{3002,9811,0,1,3}-{2994,9809,0,1,5}-{3004,9813,0,1,6}-{2998,9828,0,1,4}-{3004,9799,0,1,4}-{2997,9809,0,1,0}-{2983,9807,0,1,6}-{2964,9811,0,1,1}-{3035,3443,0,1,6}-{3008,3449,0,1,4}-{3042,3465,0,1,1}-{3042,3468,0,1,3}-{3019,9813,0,1,4}-{3012,9812,0,1,3}-{3010,9811,0,1,3}-{3025,9801,0,1,4}-{3026,9824,0,1,1}-{3018,9819,0,1,6}-{3028,9815,0,1,3}-{3024,9811,0,1,4}-{3021,9826,0,1,5}-{3022,9832,0,1,1}-{3023,9833,0,1,6}-{3027,9833,0,1,3}-{3028,9828,0,1,6}-{3023,9814,0,1,6}-{3042,9831,0,1,4}-{3024,9824,0,1,6}-{3019,9847,0,1,0}-{3034,9847,0,1,7}-{3021,9851,0,1,5}-{3043,9824,0,1,3}-{3038,9821,0,1,1}-{3044,9818,0,1,4}-{3047,9814,0,1,4}-{3037,9814,0,1,6}-"
- },
- {
- "npc_id": "119",
- "loc_data": "{2921,9757,0,1,0}-{2915,9759,0,1,0}-{2927,9761,0,1,0}-{2925,9769,0,1,0}-{2931,9784,0,1,0}-{2938,9788,0,1,0}-{3233,3783,0,1,0}-{3241,3796,0,1,0}-{3253,3782,0,1,0}-{3019,3760,0,1,0}-{3019,3766,0,1,0}-{3021,3755,0,1,0}-{3025,3763,0,1,0}-{3029,10313,0,1,4}-{3028,10309,0,1,4}-{3033,10311,0,1,6}-{3035,10309,0,1,1}-{3035,10313,0,1,1}-"
- },
- {
- "npc_id": "120",
- "loc_data": "{2874,9880,0,1,0}-{2861,9874,0,1,0}-{2863,9874,0,1,0}-{2866,9874,0,1,0}-{2865,9877,0,1,0}-{2864,9877,0,1,0}-{2861,9877,0,1,0}-{2867,9877,0,1,0}-{2867,9879,0,1,0}-"
- },
- {
- "npc_id": "122",
- "loc_data": "{2566,9632,0,1,0}-{2573,9626,0,1,0}-{2996,9574,0,1,6}-{3007,9579,0,1,7}-{3001,9580,0,1,4}-{2507,3726,0,1,2}-{2523,3724,0,1,3}-{2535,9556,0,1,4}-{3018,9580,0,1,3}-{3021,9585,0,1,4}-{3024,9582,0,1,4}-"
- },
- {
- "npc_id": "123",
- "loc_data": "{2675,3731,0,1,6}-{2669,3726,0,1,6}-{2655,3727,0,1,6}-{2661,3732,0,1,6}-{2656,3720,0,1,6}-{3014,3787,0,1,0}-{3015,3813,0,1,0}-{3017,3781,0,1,0}-{3017,3793,0,1,0}-{3017,3803,0,1,0}-{3019,3789,0,1,0}-{3019,3798,0,1,0}-{3020,3809,0,1,0}-{3022,3805,0,1,0}-{3024,3781,0,1,0}-{3024,3796,0,1,0}-{3024,3812,0,1,0}-{3026,3791,0,1,0}-{3027,3797,0,1,0}-{3027,3804,0,1,0}-{3028,3809,0,1,0}-{3031,3795,0,1,0}-{3031,3802,0,1,0}-{3033,3785,0,1,0}-{3033,3811,0,1,0}-{3035,3806,0,1,0}-{3036,3795,0,1,0}-{3036,3800,0,1,0}-{3038,3809,0,1,0}-{3044,3802,0,1,0}-{3046,3797,0,1,0}-{2533,9554,0,1,4}-{2531,9556,0,1,5}-{2522,9562,0,1,4}-{2524,9558,0,1,4}-{2518,9562,0,1,6}-{2515,9566,0,1,3}-{2517,9573,0,1,1}-"
- },
- {
- "npc_id": "124",
- "loc_data": "{3124,9974,0,1,0}-{3119,9976,0,1,0}-{3116,9974,0,1,0}-{3118,9971,0,1,0}-{3121,9997,0,1,0}-{3124,9996,0,1,0}-{3125,9993,0,1,0}-{3121,9993,0,1,0}-{3115,9992,0,1,0}-{3118,9990,0,1,0}-{3122,9989,0,1,0}-{3142,5532,0,1,6}-{3141,5531,0,1,6}-{3139,5526,0,1,3}-{3143,5524,0,1,3}-{3148,5523,0,1,4}-{3148,5531,0,1,4}-"
- },
- {
- "npc_id": "125",
- "loc_data": "{2845,3517,0,1,4}-{2848,3515,0,1,4}-{2822,9901,0,1,0}-{2836,9905,0,1,0}-{2838,9917,0,1,0}-{2847,9919,0,1,0}-{2848,9912,0,1,0}-{2834,9940,0,1,0}-{2836,9953,0,1,0}-{2844,9944,0,1,0}-{2958,3867,0,1,3}-{2956,3857,0,1,6}-{2952,3862,0,1,3}-{2949,3858,0,1,4}-{2955,3875,0,1,7}-{2954,3874,0,1,5}-{2962,3876,0,1,1}-{2961,3877,0,1,3}-{2947,3878,0,1,6}-{2959,3884,0,1,4}-{2956,3885,0,1,3}-{2956,3886,0,1,3}-{2948,3886,0,1,1}-{2947,3934,0,1,0}-{2948,3917,0,1,0}-{2949,3926,0,1,0}-{2952,3913,0,1,0}-{2952,3936,0,1,0}-{2954,3921,0,1,0}-{2956,3930,0,1,0}-{2964,3944,0,1,0}-{2970,3947,0,1,0}-{2971,3938,0,1,0}-{2977,3953,0,1,0}-{2978,3942,0,1,0}-{2984,3933,0,1,0}-{3227,5443,0,1,5}-{3220,5448,0,1,5}-{3208,5443,0,1,6}-{3207,5448,0,1,4}-{3050,9570,0,1,3}-{3043,9579,0,1,2}-{3056,9585,0,1,0}-{3058,9575,0,1,1}-{3052,9582,0,1,0}-{3049,9577,0,1,4}-{3042,9586,0,1,6}-{3052,9588,0,1,1}-{3049,9590,0,1,5}-{3060,9578,0,1,3}-{3054,9566,0,1,7}-"
- },
- {
- "npc_id": "126",
- "loc_data": "{2381,4422,0,1,5}-{2381,4425,0,1,4}-{2382,4429,0,1,0}-{2385,4419,0,1,0}-{2388,4421,0,1,1}-{2388,4428,0,1,4}-"
- },
- {
- "npc_id": "127",
- "loc_data": "{3193,3959,0,1,0}-{3188,3960,0,1,0}-{3190,3962,0,1,0}-{3187,3959,0,1,0}-{3192,3961,0,1,0}-{3187,3960,0,1,0}-{3193,3959,0,1,0}-{3187,3961,0,1,0}-{3193,3958,0,1,0}-{2956,9791,0,1,0}-{2966,9788,0,1,0}-{2959,9783,0,1,0}-{2964,9775,0,1,0}-{2954,9776,0,1,0}-{2955,9795,0,1,0}-{2962,9792,0,1,0}-"
- },
- {
- "npc_id": "128",
- "loc_data": "{2844,3040,0,1,0}-{2840,3049,0,1,0}-{2837,3043,0,1,0}-{2834,3042,0,1,0}-{2827,3026,0,1,0}-{2824,3018,0,1,0}-{2830,3021,0,1,0}-{2832,3018,0,1,0}-{2824,3084,0,1,0}-{2821,3078,0,1,0}-{2817,3078,0,1,0}-{2837,3076,0,1,0}-{2877,3154,0,1,0}-{2878,3153,0,1,0}-{2870,3161,0,1,0}-{2822,3192,0,1,5}-{2610,3274,0,1,0}-{2610,3275,0,1,0}-{2615,3276,0,1,0}-{2616,3275,0,1,0}-{2616,3276,0,1,0}-{2925,2969,0,1,0}-{2939,2977,0,1,0}-{2936,2980,0,1,0}-{2933,2976,0,1,0}-{2930,2971,0,1,0}-{2928,2984,0,1,0}-{2942,2983,0,1,0}-{2936,2989,0,1,0}-{2887,3145,0,1,0}-{2741,3173,0,0,0}-{2746,3167,0,0,0}-{2746,3147,0,1,0}-{2733,3162,0,1,0}-{2730,3146,0,1,0}-{2782,3104,0,1,0}-{2782,3103,0,1,0}-{2777,3090,0,1,0}-{2773,3089,0,1,0}-{2803,3115,0,1,0}-{2808,3112,0,1,0}-{2759,3179,0,0,0}-{2757,3170,0,0,0}-{2781,3173,0,1,0}-{2770,3213,0,0,0}-"
- },
- {
- "npc_id": "131",
- "loc_data": "{2594,3271,0,1,4}-{2593,3269,0,1,1}-{2592,3272,0,1,6}-"
- },
- {
- "npc_id": "132",
- "loc_data": "{2875,2936,0,1,2}-{2837,3038,0,1,0}-{2837,3041,0,1,3}-{2831,3031,0,1,3}-{2818,3054,0,1,4}-{2832,3050,0,1,6}-{2832,3011,0,1,4}-{2876,3011,0,1,3}-{2863,3021,0,1,3}-{2867,3016,0,1,1}-{2871,3022,0,1,4}-{2877,3028,0,1,3}-{2868,3012,0,1,4}-{2867,3163,0,1,3}-{2856,3144,0,1,7}-{2600,3275,0,1,6}-{2600,3279,0,1,4}-{2603,3279,0,1,3}-{2603,3281,0,1,3}-{2604,3277,0,1,6}-{2897,3064,0,1,0}-{2896,3071,0,1,1}-{2910,3026,0,1,5}-{2902,3010,0,1,1}-{2928,3029,0,1,4}-{2920,3027,0,1,6}-{2932,3023,0,1,3}-{2933,3024,0,1,3}-{2929,3009,0,1,0}-{2927,3022,0,1,1}-{2926,3023,0,1,6}-{2927,3020,0,1,7}-{2891,3079,0,1,1}-{2908,3078,0,1,4}-{2920,3081,0,1,4}-{2890,3082,0,1,1}-{2916,3082,0,1,1}-{2883,3147,0,1,6}-{2945,2979,0,1,3}-{2953,2965,0,1,4}-{2952,2982,0,1,4}-{2955,3003,0,1,3}-{2944,2999,0,1,5}-{2749,3173,0,1,3}-{2784,3005,0,1,1}-{2791,2999,0,1,2}-{2791,2988,0,1,1}-{2795,2987,0,1,6}-{2797,2985,0,1,3}-{2782,3008,0,1,1}-{2812,3180,0,1,1}-{2791,3181,0,1,3}-{2758,3170,0,1,4}-{2754,3167,0,1,3}-{2754,3175,0,1,1}-"
- },
- {
- "npc_id": "133",
- "loc_data": "{3072,3625,0,1,7}-{3079,3627,0,1,3}-{3083,3632,0,1,6}-{3082,3643,0,1,0}-{3079,3637,0,1,5}-{3086,3636,0,1,3}-{3096,3641,0,1,2}-{3115,3644,1,0,5}-{3112,3614,0,1,5}-{3124,3600,0,1,1}-{3132,3597,0,1,0}-{2730,3659,0,1,7}-{2708,3672,0,1,7}-"
- },
- {
- "npc_id": "134",
- "loc_data": "{2598,9558,0,1,6}-{2599,9557,0,1,4}-{2598,9556,0,1,4}-{2600,9555,0,1,3}-{2601,9553,0,1,1}-{2572,9569,0,1,3}-{2599,9552,0,1,6}-{2601,9560,0,1,1}-{2599,9564,0,1,6}-{2600,9563,0,1,4}-{2597,9569,0,1,1}-{2594,9571,0,1,2}-{2589,9571,0,1,4}-{2589,9574,0,1,3}-{2584,9572,0,1,6}-{2581,9575,0,1,6}-{2583,9577,0,1,6}-{2582,9572,0,1,3}-{2572,9568,0,1,1}-{2570,9567,0,1,1}-{2572,9571,0,1,3}-{2575,9572,0,1,0}-{2577,9574,0,1,3}-{2580,9578,0,1,3}-{2597,9572,0,1,6}-{2871,9793,0,1,0}-{2869,9799,0,1,0}-{2876,9806,0,1,0}-{2864,9819,0,1,0}-{2857,9822,0,1,0}-{2858,9814,0,1,0}-{2859,9802,0,1,0}-{2849,9809,0,1,0}-{3088,9945,0,1,3}-{3089,9943,0,1,0}-{3090,9944,0,1,7}-{3278,5477,0,1,1}-{3278,5476,0,1,2}-{3277,5451,0,1,5}-{3283,5449,0,1,4}-{3280,5476,0,1,3}-{3274,5463,0,1,1}-{3272,5477,0,1,1}-{3271,5473,0,1,4}-{3270,5459,0,1,1}-{3271,5454,0,1,3}-{3278,5525,0,1,3}-{3272,5529,0,1,3}-{3270,5536,0,1,6}-{3277,5536,0,1,4}-{3277,5512,0,1,3}-{3279,5516,0,1,6}-{3280,5531,0,1,6}-{3043,10262,0,1,1}-{3044,10252,0,1,4}-{3051,10257,0,1,3}-{3055,10253,0,1,3}-{3067,10255,0,1,3}-{3067,10257,0,1,3}-{3068,10253,0,1,2}-{3069,10257,0,1,4}-{3069,10259,0,1,0}-"
- },
- {
- "npc_id": "138",
- "loc_data": "{2375,3434,0,1,4}-{2379,3438,0,1,6}-"
- },
- {
- "npc_id": "139",
- "loc_data": "{2378,3432,0,1,2}-{2375,3438,0,1,7}-{2376,3431,0,1,1}-{2380,3438,0,1,4}-"
- },
- {
- "npc_id": "141",
- "loc_data": "{3324,5510,0,1,3}-{3286,5512,0,1,1}-{3310,5524,0,1,2}-{3289,5527,0,1,7}-{3296,5519,0,1,4}-"
- },
- {
- "npc_id": "142",
- "loc_data": "{2514,3194,0,1,3}-{2547,3178,0,1,1}-"
- },
- {
- "npc_id": "143",
- "loc_data": "{2835,2934,0,1,4}-{2889,2936,0,1,2}-{2921,2937,0,1,1}-{2787,2929,0,1,6}-"
- },
- {
- "npc_id": "144",
- "loc_data": "{2842,3298,0,1,6}-{2844,3291,0,1,6}-{2851,3298,0,1,4}-{2855,3303,0,1,4}-{2859,3283,0,1,1}-{2861,3295,0,1,5}-{3075,3848,0,1,0}-{3090,3841,0,1,0}-{3070,3829,0,1,0}-{3070,3836,0,1,0}-{3040,9775,0,1,4}-{3048,9770,0,1,1}-"
- },
- {
- "npc_id": "145",
- "loc_data": "{2864,9950,0,1,0}-{2865,9951,0,1,0}-{2866,9948,0,1,0}-{2867,9948,0,1,0}-{2867,9951,0,1,0}-{2868,9950,0,1,0}-"
- },
- {
- "npc_id": "146",
- "loc_data": "{2827,3139,0,1,0}-{2896,2992,0,1,7}-{2976,3053,0,1,0}-{2985,3038,0,1,0}-{2994,3048,0,1,5}-{2992,3030,0,1,0}-"
- },
- {
- "npc_id": "151",
- "loc_data": "{2756,3156,0,0,4}-{2760,3152,0,0,6}-"
- },
- {
- "npc_id": "152",
- "loc_data": "{3103,3347,0,0,0}-{3107,3337,0,0,0}-{3107,3342,0,0,0}-{3107,3344,0,0,0}-{3108,3346,0,0,0}-{3111,3339,0,0,0}-{3111,3348,0,0,0}-{3115,3344,0,0,0}-{3120,3344,0,0,0}-{3122,3335,0,0,0}-"
- },
- {
- "npc_id": "153",
- "loc_data": "{3082,3077,0,1,0}-{3092,3082,0,1,0}-{3109,3090,0,1,0}-{3112,3093,0,1,0}-{2324,4599,0,1,0}-{2325,4597,0,1,0}-{2326,4589,0,1,0}-{2326,4595,0,1,0}-{2327,4591,0,1,0}-{2327,4595,0,1,0}-{2328,4593,0,1,0}-{2329,4593,0,1,0}-{2332,4588,0,1,0}-{2828,5091,0,1,0}-{2832,5108,0,1,0}-{2835,5079,0,1,0}-{2846,5067,0,1,0}-{2850,5111,0,1,0}-{2853,5086,0,1,0}-{2864,5071,0,1,0}-{3175,3226,0,1,0}-{3178,3228,0,1,0}-{3179,3226,0,1,0}-{3182,3251,0,1,0}-{3183,3254,0,1,0}-{2416,3404,0,1,0}-{2424,3410,0,1,0}-{2430,3405,0,1,0}-{2415,4466,0,1,0}-{2419,4427,0,1,0}-{2421,4468,0,1,0}-{2426,4431,0,1,0}-{1906,5223,0,1,0}-{1907,5221,0,1,0}-{2196,3191,0,1,0}-{2197,3189,0,1,0}-{2198,3181,0,1,0}-{2198,3187,0,1,0}-{2199,3183,0,1,0}-{2199,3187,0,1,0}-{2200,3185,0,1,0}-{2201,3185,0,1,0}-{2204,3180,0,1,0}-{2176,3202,0,1,0}-{2178,3206,0,1,0}-{2180,3203,0,1,0}-{2180,3207,0,1,0}-{2207,3215,0,1,0}-{2212,3222,0,1,0}-{2213,3216,0,1,0}-{2216,3240,0,1,0}-{2216,3242,0,1,0}-{2218,3238,0,1,0}-{2218,3241,0,1,0}-{2220,3242,0,1,0}-{2222,3237,0,1,0}-{2478,3373,0,1,0}-{2479,3381,0,1,0}-{2481,3384,0,1,0}-{2490,3371,0,1,0}-{2437,3425,0,1,0}-{2438,3422,0,1,0}-{2450,3419,0,1,0}-{2464,4421,0,1,0}-{2466,4423,0,1,0}-{2486,4464,0,1,0}-{3200,5954,0,1,0}-{3202,5958,0,1,0}-{3204,5955,0,1,0}-{3204,5959,0,1,0}-{3231,5967,0,1,0}-{3236,5974,0,1,0}-{3237,5968,0,1,0}-{3240,5992,0,1,0}-{3240,5994,0,1,0}-{3242,5990,0,1,0}-{3242,5993,0,1,0}-{3244,5994,0,1,0}-{3246,5989,0,1,0}-{2689,6083,0,1,0}-{2689,6088,0,1,0}-{2690,6094,0,1,0}-{2691,6084,0,1,0}-{2692,6081,0,1,0}-{2692,6090,0,1,0}-{2693,6083,0,1,0}-{2693,6085,0,1,0}-{2693,6090,0,1,0}-{2694,6083,0,1,0}-{2694,6086,0,1,0}-{2695,6082,0,1,0}-{2695,6085,0,1,0}-{2695,6088,0,1,0}-{2695,6091,0,1,0}-{2695,6121,0,1,0}-{2698,6121,0,1,0}-{2699,6082,0,1,0}-{2699,6085,0,1,0}-{2700,6084,0,1,0}-{2701,6085,0,1,0}-{2702,6081,0,1,0}-{2702,6083,0,1,0}-{2703,6119,0,1,0}-{2704,6117,0,1,0}-{2705,6121,0,1,0}-{2730,6091,0,1,0}-{2732,6095,0,1,0}-{2734,6090,0,1,0}-{2735,6094,0,1,0}-{2735,6097,0,1,0}-{2738,6098,0,1,0}-{2697,6204,0,1,0}-{2698,6201,0,1,0}-{2698,6203,0,1,0}-{2700,6205,0,1,0}-{2701,6200,0,1,0}-{2710,6170,0,1,0}-{2712,6169,0,1,0}-{2714,6173,0,1,0}-{2716,6171,0,1,0}-{2717,6166,0,1,0}-{2717,6168,0,1,0}-{2718,6167,0,1,0}-{2718,6170,0,1,0}-{2549,3139,0,1,0}-{2241,3139,0,1,0}-{2241,3144,0,1,0}-{2242,3150,0,1,0}-{2243,3140,0,1,0}-{2244,3137,0,1,0}-{2244,3146,0,1,0}-{2245,3139,0,1,0}-{2245,3141,0,1,0}-{2245,3146,0,1,0}-{2246,3139,0,1,0}-{2246,3142,0,1,0}-{2247,3138,0,1,0}-{2247,3141,0,1,0}-{2247,3144,0,1,0}-{2247,3147,0,1,0}-{2247,3177,0,1,0}-{2250,3177,0,1,0}-{2251,3138,0,1,0}-{2251,3141,0,1,0}-{2252,3140,0,1,0}-{2253,3141,0,1,0}-{2254,3137,0,1,0}-{2254,3139,0,1,0}-{2255,3175,0,1,0}-{2256,3173,0,1,0}-{2257,3177,0,1,0}-{2282,3147,0,1,0}-{2284,3151,0,1,0}-{2286,3146,0,1,0}-{2287,3150,0,1,0}-{2287,3153,0,1,0}-{2290,3154,0,1,0}-{2249,3260,0,1,0}-{2250,3257,0,1,0}-{2250,3259,0,1,0}-{2252,3261,0,1,0}-{2253,3256,0,1,0}-{2262,3226,0,1,0}-{2264,3225,0,1,0}-{2266,3229,0,1,0}-{2268,3227,0,1,0}-{2269,3222,0,1,0}-{2269,3224,0,1,0}-{2270,3223,0,1,0}-{2270,3226,0,1,0}-{2556,3444,0,1,0}-{3273,6012,0,1,0}-{3274,6009,0,1,0}-{3274,6011,0,1,0}-{3276,6013,0,1,0}-{3277,6008,0,1,0}-{3286,5978,0,1,0}-{3288,5977,0,1,0}-{3290,5981,0,1,0}-{3292,5979,0,1,0}-{3293,5974,0,1,0}-{3293,5976,0,1,0}-{3294,5975,0,1,0}-{3294,5978,0,1,0}-{2540,9820,0,1,0}-{2543,9813,0,1,0}-{2546,9817,0,1,0}-"
- },
- {
- "npc_id": "154",
- "loc_data": "{3125,3084,0,1,0}-{2308,4581,0,1,0}-{2321,4595,0,1,0}-{2324,4592,0,1,0}-{2328,4589,0,1,0}-{2328,4596,0,1,0}-{2331,4597,0,1,0}-{2831,5070,0,1,0}-{2843,5106,0,1,0}-{2844,5080,0,1,0}-{2860,5079,0,1,0}-{2866,5104,0,1,0}-{2868,5096,0,1,0}-{2378,3418,0,1,0}-{2380,3422,0,1,0}-{2393,3442,0,1,0}-{2397,3440,0,1,0}-{2423,3399,0,1,0}-{2425,3406,0,1,0}-{2427,3402,0,1,0}-{2422,3489,0,1,0}-{2394,4453,0,1,0}-{2394,4457,0,1,0}-{2406,4447,0,1,0}-{1908,5222,0,1,0}-{2180,3173,0,1,0}-{2193,3187,0,1,0}-{2196,3184,0,1,0}-{2200,3181,0,1,0}-{2200,3188,0,1,0}-{2203,3189,0,1,0}-{2178,3203,0,1,0}-{2182,3201,0,1,0}-{2207,3224,0,1,0}-{2209,3222,0,1,0}-{2211,3218,0,1,0}-{2217,3244,0,1,0}-{2218,3236,0,1,0}-{2220,3240,0,1,0}-{2446,3396,0,1,0}-{2470,3397,0,1,0}-{2475,4459,0,1,0}-{2480,4458,0,1,0}-{2481,4454,0,1,0}-{2488,4465,0,1,0}-{3202,5955,0,1,0}-{3206,5953,0,1,0}-{3231,5976,0,1,0}-{3233,5974,0,1,0}-{3235,5970,0,1,0}-{3241,5996,0,1,0}-{3242,5988,0,1,0}-{3244,5992,0,1,0}-{2688,6092,0,1,0}-{2690,6087,0,1,0}-{2690,6095,0,1,0}-{2692,6082,0,1,0}-{2692,6088,0,1,0}-{2692,6123,0,1,0}-{2693,6081,0,1,0}-{2694,6125,0,1,0}-{2695,6087,0,1,0}-{2697,6086,0,1,0}-{2697,6087,0,1,0}-{2698,6081,0,1,0}-{2698,6124,0,1,0}-{2700,6083,0,1,0}-{2702,6084,0,1,0}-{2726,6085,0,1,0}-{2727,6081,0,1,0}-{2729,6083,0,1,0}-{2732,6084,0,1,0}-{2716,6172,0,1,0}-{2240,3148,0,1,0}-{2242,3143,0,1,0}-{2242,3151,0,1,0}-{2244,3138,0,1,0}-{2244,3144,0,1,0}-{2244,3179,0,1,0}-{2245,3137,0,1,0}-{2246,3181,0,1,0}-{2247,3143,0,1,0}-{2249,3142,0,1,0}-{2249,3143,0,1,0}-{2250,3137,0,1,0}-{2250,3180,0,1,0}-{2252,3139,0,1,0}-{2254,3140,0,1,0}-{2278,3141,0,1,0}-{2279,3137,0,1,0}-{2281,3139,0,1,0}-{2284,3140,0,1,0}-{2268,3228,0,1,0}-{3292,5980,0,1,0}-"
- },
- {
- "npc_id": "155",
- "loc_data": "{3093,3086,0,1,0}-{3097,3085,0,1,0}-{3129,3091,0,1,0}-{3135,3084,0,1,0}-{2318,4588,0,1,0}-{2374,3469,0,1,0}-{2376,3466,0,1,0}-{2190,3180,0,1,0}-{3254,3230,0,1,0}-{2434,3516,0,1,0}-{2479,3501,0,1,0}-{1986,5564,0,1,0}-"
- },
- {
- "npc_id": "156",
- "loc_data": "{2371,3460,0,1,0}-{2372,3456,0,1,0}-{2422,3467,0,1,0}-{2444,3491,0,1,0}-{2725,6127,0,1,0}-{2277,3183,0,1,0}-"
- },
- {
- "npc_id": "157",
- "loc_data": "{2104,2873,0,1,0}-{2102,2942,0,1,0}-{2108,2919,0,1,0}-{2326,2894,0,1,0}-{2333,2920,0,1,0}-{2314,2960,0,1,0}-{2110,2955,0,1,0}-{2322,4566,0,1,0}-{2344,4596,0,1,0}-{2345,4598,0,1,0}-{2348,4566,0,1,0}-{2350,4549,0,1,0}-{2357,4546,0,1,0}-{2359,4589,0,1,0}-{2364,4563,0,1,0}-{2050,5860,0,1,0}-{2056,5930,0,1,0}-{2064,5900,0,1,0}-{2092,5946,0,1,0}-{2086,6028,0,1,0}-{2153,2810,0,1,0}-{2172,2806,0,1,0}-{2113,2859,0,1,0}-{2139,2836,0,1,0}-{2147,2877,0,1,0}-{2165,2816,0,1,0}-{2167,2846,0,1,0}-{2123,2966,0,1,0}-{2175,2965,0,1,0}-{3143,3210,0,1,0}-{3155,3253,0,1,0}-{3163,3261,0,1,0}-{3168,3258,0,1,0}-{1912,5945,0,1,0}-{2134,5966,0,1,0}-{2141,5992,0,1,0}-{1910,6014,0,1,0}-{1916,5991,0,1,0}-{2122,6032,0,1,0}-{1918,6027,0,1,0}-{2180,2798,0,1,0}-{2209,2812,0,1,0}-{2217,2780,0,1,0}-{2182,2979,0,1,0}-{2211,2963,0,1,0}-{2194,3158,0,1,0}-{2216,3188,0,1,0}-{2217,3190,0,1,0}-{2220,3158,0,1,0}-{2222,3141,0,1,0}-{2229,3138,0,1,0}-{2231,3181,0,1,0}-{2236,3155,0,1,0}-{2177,3234,0,1,0}-{2230,3220,0,1,0}-{2231,3234,0,1,0}-{2232,3256,0,1,0}-{2233,3221,0,1,0}-{2233,3223,0,1,0}-{2236,3222,0,1,0}-{2237,3225,0,1,0}-{2238,3205,0,1,0}-{2479,3396,0,1,0}-{2447,3467,0,1,0}-{2448,3469,0,1,0}-{1961,5882,0,1,0}-{1980,5878,0,1,0}-{1921,5931,0,1,0}-{1947,5908,0,1,0}-{1955,5949,0,1,0}-{1973,5888,0,1,0}-{1975,5918,0,1,0}-{3201,5986,0,1,0}-{3254,5972,0,1,0}-{3255,5986,0,1,0}-{3256,6008,0,1,0}-{3257,5973,0,1,0}-{3257,5975,0,1,0}-{3260,5974,0,1,0}-{3261,5977,0,1,0}-{3262,5957,0,1,0}-{1931,6038,0,1,0}-{1983,6037,0,1,0}-{2723,6105,0,1,0}-{2739,6123,0,1,0}-{2744,6108,0,1,0}-{2703,6160,0,1,0}-{2710,6154,0,1,0}-{2719,6148,0,1,0}-{2742,6163,0,1,0}-{2744,6150,0,1,0}-{2746,6145,0,1,0}-{2242,2788,0,1,0}-{2248,2858,0,1,0}-{2256,2828,0,1,0}-{2284,2874,0,1,0}-{2278,2956,0,1,0}-{2540,3167,0,1,0}-{2275,3161,0,1,0}-{2291,3179,0,1,0}-{2296,3164,0,1,0}-{2255,3216,0,1,0}-{2262,3210,0,1,0}-{2271,3204,0,1,0}-{2294,3219,0,1,0}-{2296,3206,0,1,0}-{2298,3201,0,1,0}-{1988,5870,0,1,0}-{2017,5884,0,1,0}-{2025,5852,0,1,0}-{3279,5968,0,1,0}-{3286,5962,0,1,0}-{3295,5956,0,1,0}-{3318,5971,0,1,0}-{3320,5958,0,1,0}-{3322,5953,0,1,0}-{1990,6051,0,1,0}-{2019,6035,0,1,0}-"
- },
- {
- "npc_id": "158",
- "loc_data": "{2693,9776,0,1,0}-{2697,9773,0,1,0}-{2697,9779,0,1,0}-{2700,9770,0,1,0}-{2700,9774,0,1,0}-{2700,9777,0,1,0}-{2701,9781,0,1,0}-{2703,9770,0,1,0}-{2703,9774,0,1,0}-{2703,9779,0,1,0}-{2705,9757,0,1,0}-{2705,9760,0,1,0}-{2705,9766,0,1,0}-{2706,9753,0,1,0}-{2706,9763,0,1,0}-{2706,9772,0,1,0}-{2707,9756,0,1,0}-{2707,9761,0,1,0}-{2708,9758,0,1,0}-"
- },
- {
- "npc_id": "159",
- "loc_data": "{2413,3445,1,1,0}-{2415,3435,1,1,0}-{2416,3416,1,1,0}-{2424,3434,1,1,0}-{2392,3475,0,1,0}-{2394,3506,0,1,0}-{2396,3471,0,1,0}-{2405,3499,0,1,0}-{2416,3487,0,1,0}-{2483,3500,1,1,0}-"
- },
- {
- "npc_id": "160",
- "loc_data": "{2424,3430,1,1,0}-{2474,3500,1,1,0}-"
- },
- {
- "npc_id": "161",
- "loc_data": "{2409,3436,1,1,0}-{2484,3501,1,1,0}-"
- },
- {
- "npc_id": "162",
- "loc_data": "{2480,3426,0,1,6}-{2489,3429,0,1,1}-{2480,3431,0,1,0}-{2475,3418,0,1,4}-{2470,3423,0,1,1}-"
- },
- {
- "npc_id": "163",
- "loc_data": "{2392,3454,0,1,0}-{2394,3436,0,1,0}-{2408,3452,0,1,0}-{2421,3413,0,1,0}-{2409,3470,1,1,0}-{2416,3466,1,1,0}-{2420,3466,1,1,0}-{2459,3385,0,1,0}-{2463,3385,0,1,0}-{2451,3414,0,1,0}-{2459,3395,0,1,0}-{2459,3438,0,1,0}-{2462,3395,0,1,0}-{2445,3429,1,1,0}-{2442,3489,0,1,0}-{2450,3485,0,1,0}-{2451,3507,0,1,0}-{2453,3490,0,1,0}-{2459,3503,0,1,0}-{2461,3509,0,1,0}-{2464,3465,0,1,0}-{2464,3468,0,1,0}-{2468,3465,0,1,0}-{2468,3468,0,1,0}-{2468,3506,0,1,0}-{2472,3484,0,1,0}-{2475,3490,0,1,0}-{2475,3502,0,1,0}-{2477,3512,0,1,0}-{2481,3485,0,1,0}-{2482,3501,0,1,0}-{2467,3495,1,1,0}-{2473,3495,1,1,0}-{2448,3497,2,1,0}-{2463,3480,2,1,0}-{2465,3497,2,1,0}-{2465,3510,2,1,0}-{2466,3480,2,1,0}-{2461,9895,0,1,0}-{2465,9894,0,1,0}-{2465,9899,0,1,0}-"
- },
- {
- "npc_id": "164",
- "loc_data": "{2410,3416,0,1,0}-{2420,3435,0,1,0}-{2420,3447,0,1,0}-{2427,3410,0,1,0}-{2460,3382,0,1,0}-{2462,3382,0,1,0}-{2459,3392,0,1,0}-{2461,3422,0,1,0}-{2462,3392,0,1,0}-{2441,3497,0,1,0}-{2447,3510,0,1,0}-{2461,3487,0,1,0}-{2464,3472,0,1,0}-{2464,3489,0,1,0}-{2467,3489,0,1,0}-{2468,3472,0,1,0}-{2473,3503,0,1,0}-{2478,3497,0,1,0}-{2464,3496,1,1,0}-{2448,3495,2,1,0}-{2460,3487,2,1,0}-{2467,3494,2,1,0}-{2467,3510,2,1,0}-{2471,3496,2,1,0}-{2483,3495,2,1,0}-{2483,3497,2,1,0}-{2012,5535,2,1,0}-{2023,5544,2,1,0}-"
- },
- {
- "npc_id": "166",
- "loc_data": "{2448,3427,1,0,6}-{2448,3424,1,0,6}-{2443,3424,1,0,3}-{2443,3425,1,0,3}-{2450,3480,1,0,1}-{2449,3480,1,0,1}-{2448,3480,1,0,1}-{2440,3488,1,0,4}-{2440,3487,1,0,4}-"
- },
- {
- "npc_id": "168",
- "loc_data": "{2398,3451,1,1,0}-{2414,3447,1,1,0}-{2379,3482,0,1,0}-{2381,3496,0,1,0}-{2384,3497,0,1,0}-{2391,3476,0,1,0}-{2410,3496,0,1,0}-{2421,3481,0,1,0}-{2397,3514,1,1,0}-{2434,3436,0,1,0}-{2437,3451,0,1,0}-{2438,3427,0,1,0}-{2441,3411,0,1,0}-{2466,3449,0,1,0}-{2470,3399,0,1,0}-{2472,3400,0,1,0}-{2473,3412,0,1,0}-{2476,3454,0,1,0}-{2482,3397,0,1,0}-{2489,3401,0,1,0}-{2479,3407,1,1,0}-{2438,3465,0,1,0}-{2442,3505,0,1,0}-{2448,3486,0,1,0}-{2449,3487,0,1,0}-{2450,3489,0,1,0}-{2450,3505,0,1,0}-{2454,3465,0,1,0}-{2449,3486,1,1,0}-{2457,3488,1,1,0}-{2476,3488,1,1,0}-{2450,3496,2,1,0}-{2467,3488,2,1,0}-{2470,3503,2,1,0}-{2481,3498,2,1,0}-"
- },
- {
- "npc_id": "169",
- "loc_data": "{2392,3450,1,1,0}-{2415,3415,1,1,0}-{2416,3434,1,1,0}-{2423,3425,1,1,0}-{2424,3442,1,1,0}-{2378,3482,0,1,0}-{2383,3496,0,1,0}-{2402,3507,0,1,0}-{2406,3476,0,1,0}-{2422,3485,0,1,0}-{2382,3506,1,1,0}-{2418,3472,1,1,0}-{2439,3433,0,1,0}-{2441,3449,0,1,0}-{2442,3428,0,1,0}-{2446,3403,0,1,0}-{2450,3416,0,1,0}-{2468,3441,0,1,0}-{2480,3408,0,1,0}-{2480,3406,1,1,0}-{2486,3400,1,1,0}-{2448,3489,0,1,0}-{2450,3488,0,1,0}-{2463,3508,0,1,0}-{2473,3489,0,1,0}-{2474,3457,0,1,0}-{2479,3503,0,1,0}-{2486,3467,0,1,0}-{2437,3463,1,1,0}-{2448,3489,1,1,0}-{2482,3508,1,1,0}-"
- },
- {
- "npc_id": "170",
- "loc_data": "{2890,3175,0,1,4}-"
- },
- {
- "npc_id": "171",
- "loc_data": "{2409,9817,0,1,0}-"
- },
- {
- "npc_id": "175",
- "loc_data": "{3084,3495,0,1,4}-{3179,3215,0,1,0}-{3182,3365,0,1,6}-{2994,9549,0,1,6}-{2993,9551,0,1,6}-{2995,9555,0,1,6}-{2999,9548,0,1,0}-"
- },
- {
- "npc_id": "178",
- "loc_data": "{3096,3220,0,1,1}-{2909,9690,0,1,0}-{2911,9689,0,1,0}-{2905,9687,0,1,0}-{2912,9682,0,1,0}-{2917,9681,0,1,0}-{2918,9679,0,1,0}-{2916,9677,0,1,0}-{2911,9675,0,1,0}-{2906,9675,0,1,0}-{2905,9673,0,1,0}-{2897,9675,0,1,0}-{2899,9678,0,1,0}-{2898,9682,0,1,0}-{2897,9687,0,1,0}-{2903,9690,0,1,0}-{2904,9692,0,1,0}-{2902,9693,0,1,0}-{2915,9691,0,1,0}-{2916,9694,0,1,0}-{2913,9694,0,1,0}-{2908,9694,0,1,0}-{2908,9702,0,1,0}-{2906,9706,0,1,0}-{2915,9703,0,1,0}-{2915,9711,0,1,0}-{2899,9700,0,1,0}-{2898,9703,0,1,0}-{2898,9708,0,1,0}-{2900,9710,0,1,0}-{2907,9711,0,1,0}-{2923,9710,0,1,0}-{2920,9708,0,1,0}-{2919,9703,0,1,0}-{2891,9679,0,1,0}-{2891,9682,0,1,0}-{2890,9692,0,1,0}-{2891,9695,0,1,0}-{2892,9701,0,1,0}-{2893,9701,0,1,0}-{2892,9709,0,1,0}-{2895,9710,0,1,0}-{2942,9801,0,1,0}-{2938,9812,0,1,0}-{3273,3507,0,1,6}-"
- },
- {
- "npc_id": "179",
- "loc_data": "{3025,3511,1,1,3}-{3038,3505,0,1,4}-{3026,3494,0,1,6}-{3026,3505,0,1,4}-{3026,3512,0,1,6}-{3025,3512,0,1,4}-{3027,3512,0,1,6}-{3030,3511,0,1,6}-{3028,3511,0,1,1}-{3023,3514,1,1,3}-{3014,3516,2,1,1}-{3038,3854,0,1,4}-{3029,3852,0,1,1}-{3032,3851,0,1,3}-{3023,3849,0,1,6}-{3042,3856,0,1,0}-{3050,3849,0,1,0}-{3054,3852,0,1,0}-{3057,3842,0,1,0}-{3058,3854,0,1,0}-"
- },
- {
- "npc_id": "180",
- "loc_data": "{3110,3295,0,1,4}-{2957,3238,0,1,4}-{2953,3240,0,1,3}-{2988,3423,0,1,7}-{2744,3519,0,0,0}-{3011,3277,0,1,1}-{3009,3280,0,1,1}-"
- },
- {
- "npc_id": "181",
- "loc_data": "{2563,3355,0,1,4}-{2561,3355,0,1,3}-{2561,3357,0,1,1}-{2563,3358,0,1,4}-{3105,9942,0,1,3}-{3106,9934,0,1,3}-{3109,9930,0,1,1}-{2937,9847,0,1,0}-{2934,9846,0,1,0}-{2929,9848,0,1,0}-{2931,9846,0,1,0}-{2937,9849,0,1,0}-{2936,9850,0,1,0}-"
- },
- {
- "npc_id": "182",
- "loc_data": "{3690,2966,0,1,4}-"
- },
- {
- "npc_id": "183",
- "loc_data": "{3670,2977,0,1,1}-{3654,2960,0,1,0}-{3698,2969,0,1,2}-{3676,2991,0,1,3}-{3666,2994,0,1,7}-{3666,2981,1,1,4}-{2805,3160,0,0,0}-{2803,3190,0,1,4}-{2795,3167,0,0,0}-{2793,3184,0,1,3}-"
- },
- {
- "npc_id": "184",
- "loc_data": "{3659,2952,0,1,6}-{3669,2961,0,1,4}-{3683,2977,0,1,6}-{3668,2981,0,1,3}-{3655,2973,0,1,1}-{3675,2967,0,1,3}-{2994,9584,0,1,6}-{2992,9573,0,1,1}-{2990,9583,0,1,4}-{2998,9572,0,1,2}-{2998,9573,0,1,4}-{2989,9578,0,1,0}-{2993,9566,0,1,4}-{2994,9570,0,1,3}-{3039,3958,0,1,0}-"
- },
- {
- "npc_id": "186",
- "loc_data": "{3160,3568,0,1,0}-{3167,3576,0,1,0}-{3171,3579,0,1,0}-{3172,3561,0,1,0}-{3175,3572,0,1,0}-{3179,3564,0,1,0}-{3184,3580,0,1,0}-{3189,3563,0,1,0}-{3190,3570,0,1,0}-"
- },
- {
- "npc_id": "187",
- "loc_data": "{3076,3916,0,1,0}-{3079,3909,0,1,0}-{3291,3924,0,1,4}-{3294,3930,0,1,4}-{3286,3933,0,1,6}-{3285,3928,0,1,6}-{3287,3935,1,1,6}-{3286,3927,1,1,6}-{3283,3936,2,1,6}-{3292,3932,1,1,4}-{3291,3940,0,1,6}-{3280,3943,0,1,6}-{3278,3926,0,1,4}-"
- },
- {
- "npc_id": "188",
- "loc_data": "{2940,3517,0,1,3}-{2938,3517,0,1,3}-{3158,5497,0,1,6}-{3157,5494,0,1,1}-{3155,5498,0,1,6}-{3140,5494,0,1,6}-{3143,5493,0,1,5}-{3142,5497,0,1,4}-{3156,5494,0,1,5}-{3148,5496,0,1,4}-"
- },
- {
- "npc_id": "189",
- "loc_data": "{2936,3514,0,1,3}-{2931,3514,0,1,3}-{2933,3517,0,1,3}-{2936,3517,0,1,3}-{3151,5489,0,1,7}-{3151,5489,0,1,7}-{3145,5495,0,1,3}-{3142,5493,0,1,3}-{3149,5489,0,1,6}-{3155,5491,0,1,2}-{3142,5497,0,1,3}-"
- },
- {
- "npc_id": "190",
- "loc_data": "{2833,9814,0,1,0}-{2829,9812,0,1,0}-{2825,9811,0,1,0}-{2829,9808,0,1,0}-{2833,9808,0,1,0}-{2827,9805,0,1,0}-"
- },
- {
- "npc_id": "191",
- "loc_data": "{2868,3053,0,1,0}-{2840,3018,0,1,0}-{2919,2983,0,1,0}-{2937,2993,0,1,0}-{2940,2994,0,1,0}-{2940,2997,0,1,0}-{2942,2997,0,1,0}-{2730,3161,0,1,0}-{2729,3159,0,1,0}-{2727,3163,0,1,0}-{2725,3157,0,1,0}-{2726,3161,0,1,0}-{2725,3161,0,1,0}-{2723,3155,0,1,0}-{2723,3156,0,1,0}-{2725,3162,0,1,0}-{2775,3066,0,1,0}-{2802,3071,0,1,0}-{2770,3018,0,1,0}-{2770,3014,0,1,0}-"
- },
- {
- "npc_id": "192",
- "loc_data": "{3022,3624,0,1,0}-{3022,3639,0,1,0}-{3029,3638,0,1,0}-{3030,3626,0,1,0}-{3035,3632,0,1,0}-{3036,3624,0,1,0}-{3036,3639,0,1,0}-{3022,3624,1,1,0}-{3022,3639,1,1,0}-{3023,3632,1,1,0}-{3028,3626,1,1,0}-{3029,3637,1,1,0}-{3035,3631,1,1,0}-{3036,3624,1,1,0}-{3036,3639,1,1,0}-"
- },
- {
- "npc_id": "193",
- "loc_data": "{2581,9505,0,1,4}-{2594,9497,0,1,1}-{2593,9499,0,1,7}-{2587,9498,0,1,3}-{2573,9500,0,1,5}-{2579,9503,0,1,5}-{2580,9500,0,1,4}-{2578,9497,0,1,7}-"
- },
- {
- "npc_id": "195",
- "loc_data": "{3029,3701,0,1,6}-{3031,3685,0,1,6}-{3032,3695,0,1,6}-{3033,3705,0,1,6}-{3037,3683,0,1,6}-{3040,3703,0,1,6}-"
- },
- {
- "npc_id": "196",
- "loc_data": "{3038,3670,0,1,1}-{3036,3672,0,1,2}-{3037,3661,0,1,6}-{3039,3660,0,1,6}-"
- },
- {
- "npc_id": "198",
- "loc_data": "{3190,3358,0,1,1}-"
- },
- {
- "npc_id": "199",
- "loc_data": "{3079,3443,0,1,3}-"
- },
- {
- "npc_id": "201",
- "loc_data": "{2931,9692,0,0,0}-"
- },
- {
- "npc_id": "202",
- "loc_data": "{3039,3700,0,1,0}-"
- },
- {
- "npc_id": "203",
- "loc_data": "{3038,3695,0,1,0}-"
- },
- {
- "npc_id": "204",
- "loc_data": "{3035,3696,0,1,0}-"
- },
- {
- "npc_id": "205",
- "loc_data": "{2613,9523,0,1,0}-"
- },
- {
- "npc_id": "206",
- "loc_data": "{3026,3455,0,1,6}-{3015,3458,0,1,5}-"
- },
- {
- "npc_id": "208",
- "loc_data": "{2568,3459,0,1,4}-"
- },
- {
- "npc_id": "209",
- "loc_data": "{3013,3452,0,1,6}-"
- },
- {
- "npc_id": "216",
- "loc_data": "{2851,3348,0,0,7}-"
- },
- {
- "npc_id": "217",
- "loc_data": "{2852,3343,0,1,2}-"
- },
- {
- "npc_id": "218",
- "loc_data": "{2613,3475,0,1,2}-"
- },
- {
- "npc_id": "222",
- "loc_data": "{2851,3351,0,0,7}-{2849,3348,0,0,7}-"
- },
- {
- "npc_id": "223",
- "loc_data": "{2569,3250,0,1,0}-"
- },
- {
- "npc_id": "224",
- "loc_data": "{2579,9655,0,1,0}-{2581,9656,0,1,0}-{2581,9659,0,1,0}-{2583,9659,0,1,0}-{2584,9656,0,1,0}-{2586,9659,0,1,0}-{2587,9656,0,1,0}-{2589,9654,0,1,0}-{2589,9658,0,1,0}-{2591,9656,0,1,0}-{2591,9659,0,1,0}-"
- },
- {
- "npc_id": "225",
- "loc_data": "{2641,3437,0,0,0}-"
- },
- {
- "npc_id": "227",
- "loc_data": "{2643,3440,0,0,0}-"
- },
- {
- "npc_id": "228",
- "loc_data": "{2634,3427,0,0,0}-"
- },
- {
- "npc_id": "229",
- "loc_data": "{2628,3413,0,1,4}-"
- },
- {
- "npc_id": "230",
- "loc_data": "{2649,3454,0,0,0}-"
- },
- {
- "npc_id": "231",
- "loc_data": "{2650,3468,0,0,0}-"
- },
- {
- "npc_id": "232",
- "loc_data": "{2819,3487,0,0,4}-"
- },
- {
- "npc_id": "237",
- "loc_data": "{2769,3403,0,1,0}-{2766,3402,0,1,3}-{2770,3402,0,1,0}-{2772,3404,0,1,1}-{2767,3405,1,1,0}-{2771,3403,1,1,6}-{2767,3401,1,1,7}-"
- },
- {
- "npc_id": "239",
- "loc_data": "{2758,3516,1,0,0}-"
- },
- {
- "npc_id": "240",
- "loc_data": "{2760,3501,0,1,1}-"
- },
- {
- "npc_id": "241",
- "loc_data": "{2762,3498,0,0,0}-"
- },
- {
- "npc_id": "242",
- "loc_data": "{2764,3509,1,0,0}-"
- },
- {
- "npc_id": "243",
- "loc_data": "{2756,3513,1,0,0}-"
- },
- {
- "npc_id": "244",
- "loc_data": "{2765,3504,1,0,0}-"
- },
- {
- "npc_id": "245",
- "loc_data": "{2755,3517,0,0,0}-"
- },
- {
- "npc_id": "247",
- "loc_data": "{2769,3402,2,1,5}-"
- },
- {
- "npc_id": "250",
- "loc_data": "{2924,3405,0,0,1}-"
- },
- {
- "npc_id": "251",
- "loc_data": "{2761,3512,0,0,0}-"
- },
- {
- "npc_id": "253",
- "loc_data": "{2580,3163,0,1,1}-{2590,3184,0,1,1}-{2589,3140,0,1,1}-{2601,3177,0,1,1}-{2607,3182,0,1,1}-{2612,3187,0,1,1}-"
- },
- {
- "npc_id": "254",
- "loc_data": "{2569,3149,0,0,1}-{2614,3169,0,1,1}-{2564,3153,0,1,1}-{2568,3147,0,1,1}-{2579,3176,0,1,3}-{2580,3174,0,1,1}-{2584,3149,0,1,3}-{2590,3190,0,1,1}-{2594,3181,0,1,1}-{2595,3186,0,1,1}-{2597,3175,0,1,1}-{2597,3181,0,1,1}-{2607,3185,0,1,1}-{2614,3150,0,1,1}-{2619,3168,0,1,1}-"
- },
- {
- "npc_id": "255",
- "loc_data": "{2571,3142,0,1,1}-{2617,3150,0,1,1}-{2609,3171,0,0,1}-{2617,3157,0,1,1}-{2577,3167,0,1,1}-{2597,3176,0,1,1}-{2607,3181,0,1,1}-{2608,3148,0,1,1}-{2600,3190,0,1,1}-{2610,3150,0,1,1}-{2609,3171,0,1,1}-"
- },
- {
- "npc_id": "256",
- "loc_data": "{2609,3194,0,1,2}-"
- },
- {
- "npc_id": "259",
- "loc_data": "{2566,3140,0,0,1}-"
- },
- {
- "npc_id": "260",
- "loc_data": "{2589,3142,0,1,4}-"
- },
- {
- "npc_id": "261",
- "loc_data": "{2587,3142,0,1,3}-"
- },
- {
- "npc_id": "262",
- "loc_data": "{2615,3160,0,1,4}-{2616,3164,0,1,1}-{2594,3143,0,0,2}-"
- },
- {
- "npc_id": "263",
- "loc_data": "{2597,3143,0,0,4}-"
- },
- {
- "npc_id": "264",
- "loc_data": "{2568,3200,0,1,0}-"
- },
- {
- "npc_id": "266",
- "loc_data": "{2601,3154,0,1,0}-"
- },
- {
- "npc_id": "267",
- "loc_data": "{2601,3168,0,1,3}-"
- },
- {
- "npc_id": "268",
- "loc_data": "{2582,3172,0,1,1}-"
- },
- {
- "npc_id": "269",
- "loc_data": "{2608,3163,0,1,3}-"
- },
- {
- "npc_id": "270",
- "loc_data": "{2608,3165,0,1,3}-"
- },
- {
- "npc_id": "271",
- "loc_data": "{2608,3158,0,1,3}-"
- },
- {
- "npc_id": "272",
- "loc_data": "{3127,3485,0,1,1}-"
- },
- {
- "npc_id": "273",
- "loc_data": "{2573,3321,0,1,3}-"
- },
- {
- "npc_id": "274",
- "loc_data": "{2638,9899,0,1,6}-{2639,9911,0,1,6}-{2648,9901,0,1,6}-{2649,9912,0,1,6}-{2649,9905,0,1,6}-{2650,9897,0,1,6}-"
- },
- {
- "npc_id": "275",
- "loc_data": "{2636,9910,0,1,4}-{2637,9897,0,1,4}-{2643,9913,0,1,6}-{2646,9906,0,1,6}-"
- },
- {
- "npc_id": "276",
- "loc_data": "{2656,9875,0,1,3}-"
- },
- {
- "npc_id": "278",
- "loc_data": "{3209,3215,0,1,0}-"
- },
- {
- "npc_id": "279",
- "loc_data": "{2604,3209,0,0,0}-"
- },
- {
- "npc_id": "280",
- "loc_data": "{2615,3258,0,1,6}-"
- },
- {
- "npc_id": "281",
- "loc_data": "{2604,3219,0,1,6}-{2609,3207,0,1,6}-{2618,3211,0,1,6}-"
- },
- {
- "npc_id": "282",
- "loc_data": "{2562,9608,0,1,6}-{2564,9604,0,1,6}-{3280,3494,0,1,6}-"
- },
- {
- "npc_id": "283",
- "loc_data": "{2569,9602,0,1,6}-"
- },
- {
- "npc_id": "284",
- "loc_data": "{2953,3450,0,0,0}-"
- },
- {
- "npc_id": "285",
- "loc_data": "{3110,3330,0,0,0}-"
- },
- {
- "npc_id": "286",
- "loc_data": "{3111,3367,2,0,4}-"
- },
- {
- "npc_id": "287",
- "loc_data": "{2770,3403,2,1,3}-"
- },
- {
- "npc_id": "288",
- "loc_data": "{3110,3366,2,0,2}-{2677,3655,0,1,3}-{2681,3653,0,1,6}-"
- },
- {
- "npc_id": "289",
- "loc_data": "{2616,3302,0,1,3}-"
- },
- {
- "npc_id": "290",
- "loc_data": "{2614,3306,0,1,4}-"
- },
- {
- "npc_id": "296",
- "loc_data": "{3084,3518,0,1,1}-"
- },
- {
- "npc_id": "297",
- "loc_data": "{3093,3518,0,1,5}-"
- },
- {
- "npc_id": "298",
- "loc_data": "{3113,3513,0,1,3}-"
- },
- {
- "npc_id": "299",
- "loc_data": "{3113,3511,0,1,3}-"
- },
- {
- "npc_id": "300",
- "loc_data": "{3105,9569,0,0,0}-"
- },
- {
- "npc_id": "302",
- "loc_data": "{2519,3429,0,1,1}-"
- },
- {
- "npc_id": "304",
- "loc_data": "{2520,3496,0,1,3}-"
- },
- {
- "npc_id": "305",
- "loc_data": "{2511,3484,0,0,4}-"
- },
- {
- "npc_id": "306",
- "loc_data": "{2514,9580,0,1,1}-"
- },
- {
- "npc_id": "307",
- "loc_data": "{2968,3206,0,0,0}-"
- },
- {
- "npc_id": "308",
- "loc_data": "{2611,3393,0,1,4}-"
- },
- {
- "npc_id": "309",
- "loc_data": "{2860,2976,0,0,4}-{2856,2977,0,0,4}-{2852,2973,0,0,4}-{2561,3374,0,0,4}-{2562,3374,0,0,4}-{2566,3370,0,0,0}-{3104,3424,0,0,0}-{3104,3425,0,0,0}-{2637,3444,0,0,0}-{2678,3595,0,0,4}-{2633,3693,0,0,4}-{2633,3694,0,0,4}-{2471,3146,0,0,4}-{2465,3156,0,0,4}-{2461,3150,0,0,4}-{2215,3248,0,0,4}-{2217,3245,0,0,4}-{2213,3241,0,0,4}-{2716,3530,0,0,0}-{2267,3253,0,0,4}-{2266,3253,0,0,4}-{2262,3249,0,0,4}-"
- },
- {
- "npc_id": "310",
- "loc_data": "{2860,2972,0,0,6}-{2865,2972,0,0,4}-{2382,3414,0,0,4}-{2382,3415,0,0,0}-{2392,3420,0,0,0}-{3239,3243,0,0,6}-{3239,3241,0,0,6}-{3238,3252,0,0,6}-{2537,3406,0,0,4}-{2527,3412,0,0,4}-{2507,3421,0,0,4}-{2508,3421,0,0,4}-"
- },
- {
- "npc_id": "312",
- "loc_data": "{2860,3426,0,0,1}-{2421,3789,0,0,0}-{2410,3780,0,0,0}-{2414,3780,0,0,0}-"
- },
- {
- "npc_id": "313",
- "loc_data": "{2840,3356,0,0,1}-{2843,3359,0,0,1}-{2848,3361,0,0,1}-{2879,3339,0,0,1}-{2879,3338,0,0,1}-{2879,3335,0,0,1}-{2879,3334,0,0,1}-{2876,3331,0,0,1}-{2853,3423,0,0,1}-{2401,3781,0,0,0}-"
- },
- {
- "npc_id": "316",
- "loc_data": "{3086,3227,0,0,1}-{3085,3230,0,0,0}-{2986,3176,0,0,4}-{2996,3157,0,0,1}-{2790,3273,0,0,1}-{2790,3276,0,0,6}-{2794,3283,0,0,6}-{2795,3279,0,0,3}-"
- },
- {
- "npc_id": "322",
- "loc_data": "{2641,3700,0,0,4}-{2640,3700,0,0,4}-{2777,2740,0,0,4}-{2780,2741,0,0,4}-{2788,2741,0,0,4}-{2771,2733,0,0,4}-{2771,2734,0,0,4}-"
- },
- {
- "npc_id": "323",
- "loc_data": "{2926,3177,0,0,6}-{3248,3161,0,0,4}-{2516,3575,0,0,7}-{2511,3562,0,0,7}-{2498,3547,0,0,7}-"
- },
- {
- "npc_id": "324",
- "loc_data": "{2632,3427,0,0,0}-{2645,3708,0,0,1}-{2648,3708,0,0,1}-{2647,3711,0,0,1}-"
- },
- {
- "npc_id": "325",
- "loc_data": "{2671,3160,0,0,4}-{2672,3160,0,0,4}-{2678,3160,0,0,4}-{2682,3160,0,0,4}-{2683,3160,0,0,4}-"
- },
- {
- "npc_id": "326",
- "loc_data": "{2840,3431,0,0,0}-{2855,3423,0,0,1}-{2607,3416,0,0,1}-{2604,3417,0,0,1}-{2602,3419,0,0,1}-{3246,3156,0,0,0}-{3245,3152,0,0,0}-{3242,3148,0,0,0}-{3267,3148,0,0,6}-{3276,3140,0,0,6}-{3275,3140,0,0,6}-"
- },
- {
- "npc_id": "333",
- "loc_data": "{2845,3429,0,0,6}-{2602,3411,0,0,3}-{2605,3413,0,0,3}-{2609,3416,0,0,3}-{2610,3413,0,0,3}-{2605,3421,0,0,1}-{2602,3423,0,0,1}-{2603,3426,0,0,1}-{2923,3178,0,0,6}-{2923,3180,0,0,6}-{2926,3180,0,0,6}-"
- },
- {
- "npc_id": "334",
- "loc_data": "{2612,3411,0,0,0}-{2165,3268,0,0,4}-{2162,3274,0,0,4}-{2627,3415,0,0,0}-{2639,3698,0,0,4}-{2642,3698,0,0,4}-{2699,2702,0,0,4}-{2694,2706,0,0,4}-{2700,2702,0,0,4}-{2707,2698,0,0,4}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}-"
- },
- {
- "npc_id": "335",
- "loc_data": "{2592,3336,0,1,0}-"
- },
- {
- "npc_id": "336",
- "loc_data": "{2928,3218,0,1,4}-"
- },
- {
- "npc_id": "338",
- "loc_data": "{2929,3222,0,0,6}-"
- },
- {
- "npc_id": "340",
- "loc_data": "{2929,3217,0,1,6}-"
- },
- {
- "npc_id": "342",
- "loc_data": "{3281,3382,0,0,0}-"
- },
- {
- "npc_id": "343",
- "loc_data": "{3284,3382,0,0,0}-"
- },
- {
- "npc_id": "344",
- "loc_data": "{2510,3378,0,1,0}-{2511,3383,0,1,0}-{2515,3356,0,1,0}-{2519,3356,0,1,0}-{2521,3383,0,1,0}-{2524,3362,0,1,0}-{2525,3383,0,1,0}-"
- },
- {
- "npc_id": "345",
- "loc_data": "{2519,3366,0,1,0}-{2525,3369,0,1,0}-{2531,3368,0,1,0}-"
- },
- {
- "npc_id": "346",
- "loc_data": "{2508,3370,0,1,0}-{2512,3374,0,1,0}-{2518,3371,0,1,0}-{2525,3380,0,1,0}-"
- },
- {
- "npc_id": "347",
- "loc_data": "{2524,3292,0,1,3}-{2536,3294,0,1,3}-{2538,3321,0,1,3}-"
- },
- {
- "npc_id": "348",
- "loc_data": "{2501,3315,0,1,3}-{2513,3325,0,1,3}-{2526,3279,0,1,3}-{2528,3297,0,1,3}-{2535,3288,0,1,3}-{2548,3287,0,1,3}-"
- },
- {
- "npc_id": "349",
- "loc_data": "{2556,3266,0,0,0}-"
- },
- {
- "npc_id": "350",
- "loc_data": "{2559,3266,0,0,0}-"
- },
- {
- "npc_id": "351",
- "loc_data": "{2465,3307,0,1,0}-{2482,3293,0,1,0}-{2509,3325,0,1,0}-"
- },
- {
- "npc_id": "352",
- "loc_data": "{2453,3307,0,1,0}-{2480,3300,0,1,0}-{2511,3322,0,1,0}-{2540,3279,0,1,0}-"
- },
- {
- "npc_id": "353",
- "loc_data": "{2473,3288,0,1,0}-{2504,3326,0,1,0}-{2509,3314,0,1,0}-{2546,3277,0,1,0}-"
- },
- {
- "npc_id": "354",
- "loc_data": "{2470,3290,0,1,0}-{2472,3296,0,1,0}-{2483,3318,0,1,0}-{2483,3323,0,1,0}-{2490,3293,0,1,0}-{2510,3318,0,1,0}-{2524,3271,0,1,0}-"
- },
- {
- "npc_id": "355",
- "loc_data": "{2464,3302,0,1,0}-{2466,3300,0,1,0}-{2466,3307,0,1,0}-{2467,3306,0,1,0}-{2468,3315,0,1,0}-{2469,3319,0,1,0}-{2471,3323,0,1,0}-{2473,3305,0,1,0}-{2474,3296,0,1,0}-{2476,3307,0,1,0}-{2478,3323,0,1,0}-{2480,3296,0,1,0}-{2481,3313,0,1,0}-{2485,3312,0,1,0}-{2504,3318,0,1,0}-{2547,3277,0,1,0}-"
- },
- {
- "npc_id": "356",
- "loc_data": "{2462,3306,0,1,0}-{2465,3305,0,1,0}-{2469,3295,0,1,0}-{2477,3320,0,1,0}-{2482,3311,0,1,0}-{2518,3275,0,1,0}-{2523,3307,0,1,0}-"
- },
- {
- "npc_id": "357",
- "loc_data": "{2518,3309,0,1,3}-{2526,3303,0,1,3}-{2543,3309,0,1,3}-{2552,3320,0,1,3}-"
- },
- {
- "npc_id": "358",
- "loc_data": "{2529,3285,0,1,0}-"
- },
- {
- "npc_id": "360",
- "loc_data": "{2472,3307,0,1,0}-{2492,3314,0,1,0}-{2553,3275,0,1,0}-"
- },
- {
- "npc_id": "361",
- "loc_data": "{2463,3317,0,1,0}-{2482,3296,0,1,0}-{2485,3315,0,1,0}-{2519,3277,0,1,0}-"
- },
- {
- "npc_id": "362",
- "loc_data": "{2482,3286,0,1,0}-{2489,3295,0,1,0}-{2537,3324,0,1,0}-"
- },
- {
- "npc_id": "363",
- "loc_data": "{2468,3290,0,1,0}-{2475,3325,0,1,0}-{2479,3312,0,1,0}-{2513,3315,0,1,0}-"
- },
- {
- "npc_id": "364",
- "loc_data": "{2577,3298,1,0,0}-"
- },
- {
- "npc_id": "366",
- "loc_data": "{2612,3324,0,0,0}-"
- },
- {
- "npc_id": "367",
- "loc_data": "{2935,3210,0,1,2}-"
- },
- {
- "npc_id": "368",
- "loc_data": "{3263,3407,0,1,2}-"
- },
- {
- "npc_id": "369",
- "loc_data": "{2548,3324,0,1,3}-{2550,3326,0,1,3}-{2553,3325,0,1,3}-"
- },
- {
- "npc_id": "370",
- "loc_data": "{2549,3325,1,1,0}-{2550,3327,1,1,0}-"
- },
- {
- "npc_id": "371",
- "loc_data": "{2545,3326,0,1,3}-{2551,3322,0,1,3}-{2555,3324,0,1,3}-"
- },
- {
- "npc_id": "372",
- "loc_data": "{2561,3305,0,1,2}-{2561,3303,0,1,7}-{2559,3304,0,1,3}-"
- },
- {
- "npc_id": "373",
- "loc_data": "{2516,3274,0,1,0}-"
- },
- {
- "npc_id": "375",
- "loc_data": "{3053,3249,0,0,0}-"
- },
- {
- "npc_id": "376",
- "loc_data": "{3027,3217,0,1,4}-"
- },
- {
- "npc_id": "377",
- "loc_data": "{3028,3223,0,1,2}-"
- },
- {
- "npc_id": "378",
- "loc_data": "{3028,3220,0,1,4}-"
- },
- {
- "npc_id": "379",
- "loc_data": "{2939,3156,0,1,4}-"
- },
- {
- "npc_id": "380",
- "loc_data": "{2953,3149,0,0,0}-{2770,3226,0,0,0}-"
- },
- {
- "npc_id": "381",
- "loc_data": "{2684,3272,0,1,4}-"
- },
- {
- "npc_id": "382",
- "loc_data": "{3044,9758,0,1,3}-"
- },
- {
- "npc_id": "383",
- "loc_data": "{2582,3485,0,1,7}-"
- },
- {
- "npc_id": "384",
- "loc_data": "{2545,3568,0,1,7}-{2545,3571,0,1,6}-"
- },
- {
- "npc_id": "385",
- "loc_data": "{2552,3570,0,1,6}-"
- },
- {
- "npc_id": "386",
- "loc_data": "{2877,9797,0,1,0}-"
- },
- {
- "npc_id": "387",
- "loc_data": "{3058,3488,1,0,0}-"
- },
- {
- "npc_id": "388",
- "loc_data": "{2709,3485,0,1,1}-{2716,3475,0,1,3}-{2697,3472,0,1,6}-{2702,3469,0,1,3}-"
- },
- {
- "npc_id": "389",
- "loc_data": "{2704,3405,3,1,3}-"
- },
- {
- "npc_id": "397",
- "loc_data": "{3254,3258,0,1,1}-{3261,3260,0,1,1}-{3259,3279,0,1,6}-{3247,3292,0,1,3}-{3260,3291,0,1,2}-{3247,3282,0,1,5}-{3252,3283,0,1,6}-{3264,3258,0,1,2}-{3026,3303,0,1,4}-"
- },
- {
- "npc_id": "398",
- "loc_data": "{2849,5091,0,0,0}-{2726,3349,0,1,6}-"
- },
- {
- "npc_id": "399",
- "loc_data": "{2846,5081,0,0,0}-{2730,3349,0,1,1}-"
- },
- {
- "npc_id": "400",
- "loc_data": "{2728,3377,0,1,1}-"
- },
- {
- "npc_id": "401",
- "loc_data": "{2823,2941,0,0,0}-{2861,2941,0,0,0}-{2800,2943,0,0,0}-{2762,2944,0,0,0}-"
- },
- {
- "npc_id": "402",
- "loc_data": "{2818,2939,0,0,0}-{2870,2943,0,0,0}-{2933,2944,0,0,0}-{2762,2943,0,0,0}-{2791,2944,0,0,0}-"
- },
- {
- "npc_id": "407",
- "loc_data": "{3059,4507,0,0,3}-"
- },
- {
- "npc_id": "411",
- "loc_data": "{2878,3161,0,0,0}-{2887,3164,0,0,0}-"
- },
- {
- "npc_id": "412",
- "loc_data": "{3341,3478,0,1,0}-{3343,3484,0,1,0}-{3345,3484,0,1,0}-{3350,3493,0,1,0}-{3353,3494,0,1,0}-{3361,3484,0,1,0}-{3364,3489,0,1,0}-{3370,3497,0,1,0}-{3379,3478,0,1,0}-{3379,3484,0,1,0}-{3387,3483,0,1,0}-{3388,3494,0,1,0}-{3389,3483,0,1,0}-{3588,3472,0,1,0}-{3598,3509,0,1,0}-{3599,3486,0,1,0}-{3607,3462,0,1,0}-{3611,3499,0,1,0}-{3613,3482,0,1,0}-{3627,3511,0,1,0}-{3628,3473,0,1,0}-{3636,3466,0,1,0}-{3639,3510,0,1,0}-{3411,3536,0,1,0}-{3418,3522,0,1,0}-{3425,3525,0,1,0}-{3429,3522,0,1,0}-{3432,3527,0,1,0}-{3434,3521,0,1,0}-{3445,3526,0,1,0}-{2728,10122,0,1,1}-{2735,10123,0,1,3}-{2733,10129,0,1,1}-{2728,10133,0,1,6}-{2722,10133,0,1,6}-{2736,10137,0,1,1}-{2732,10142,0,1,0}-{2726,10142,0,1,6}-{2729,10140,0,1,3}-{2720,10144,0,1,6}-{2712,10142,0,1,3}-{3565,3503,0,1,0}-{3567,3481,0,1,0}-{3580,3491,0,1,0}-"
- },
- {
- "npc_id": "419",
- "loc_data": "{3195,5450,0,1,6}-{3181,5449,0,1,1}-"
- },
- {
- "npc_id": "420",
- "loc_data": "{3175,5454,0,1,4}-"
- },
- {
- "npc_id": "421",
- "loc_data": "{3195,5459,0,1,6}-{3186,5454,0,1,5}-{3173,5494,0,1,6}-{3179,5491,0,1,1}-{3185,5492,0,1,4}-{3184,5487,0,1,3}-"
- },
- {
- "npc_id": "423",
- "loc_data": "{2731,5340,0,1,7}-"
- },
- {
- "npc_id": "424",
- "loc_data": "{2724,5359,0,1,3}-"
- },
- {
- "npc_id": "425",
- "loc_data": "{2717,5332,0,1,7}-"
- },
- {
- "npc_id": "429",
- "loc_data": "{2363,5214,0,1,6}-{2358,5214,0,1,7}-{2361,5212,0,1,6}-{2361,5209,0,1,4}-{2359,5213,0,1,1}-{2364,5215,0,1,6}-{2361,5216,0,1,1}-{2361,5212,0,1,0}-"
- },
- {
- "npc_id": "437",
- "loc_data": "{2807,3191,0,0,0}-"
- },
- {
- "npc_id": "444",
- "loc_data": "{2551,3197,0,1,1}-{2555,3194,0,1,4}-{2551,3157,0,1,3}-{2525,3155,0,1,3}-{2518,3149,0,1,3}-{2502,3175,0,1,1}-"
- },
- {
- "npc_id": "445",
- "loc_data": "{2550,3196,0,1,4}-{2557,3197,0,1,1}-{2538,3155,0,1,7}-"
- },
- {
- "npc_id": "446",
- "loc_data": "{2994,3194,0,1,1}-{3285,9896,0,1,1}-{3279,9895,0,1,6}-"
- },
- {
- "npc_id": "447",
- "loc_data": "{3114,3242,0,1,1}-"
- },
- {
- "npc_id": "448",
- "loc_data": "{3120,3238,0,1,6}-"
- },
- {
- "npc_id": "449",
- "loc_data": "{3127,3248,0,1,1}-"
- },
- {
- "npc_id": "450",
- "loc_data": "{3081,3220,0,1,0}-{3081,3222,0,1,0}-"
- },
- {
- "npc_id": "451",
- "loc_data": "{3077,3234,0,1,0}-{2994,3215,0,1,2}-"
- },
- {
- "npc_id": "452",
- "loc_data": "{3223,3293,0,0,0}-"
- },
- {
- "npc_id": "454",
- "loc_data": "{2899,3430,1,1,3}-"
- },
- {
- "npc_id": "455",
- "loc_data": "{2925,3485,0,1,5}-"
- },
- {
- "npc_id": "456",
- "loc_data": "{3244,3205,0,0,0}-"
- },
- {
- "npc_id": "458",
- "loc_data": "{3148,3175,0,1,4}-"
- },
- {
- "npc_id": "459",
- "loc_data": "{2566,9507,0,1,6}-{2565,9506,0,0,5}-{2566,9507,0,1,3}-"
- },
- {
- "npc_id": "460",
- "loc_data": "{2590,9488,0,1,3}-"
- },
- {
- "npc_id": "461",
- "loc_data": "{2588,3091,1,1,3}-"
- },
- {
- "npc_id": "462",
- "loc_data": "{2590,3084,0,1,5}-"
- },
- {
- "npc_id": "469",
- "loc_data": "{2542,3169,0,1,4}-"
- },
- {
- "npc_id": "470",
- "loc_data": "{2519,3212,0,1,3}-"
- },
- {
- "npc_id": "471",
- "loc_data": "{2526,3160,1,1,6}-"
- },
- {
- "npc_id": "472",
- "loc_data": "{2521,3168,0,1,4}-"
- },
- {
- "npc_id": "473",
- "loc_data": "{2503,3192,0,0,0}-{2514,3159,0,0,6}-"
- },
- {
- "npc_id": "475",
- "loc_data": "{2454,3300,0,1,7}-{2455,3301,0,1,7}-{2513,3262,0,1,3}-{2522,3251,0,1,1}-"
- },
- {
- "npc_id": "477",
- "loc_data": "{2455,3301,0,1,6}-"
- },
- {
- "npc_id": "478",
- "loc_data": "{2509,3255,0,1,3}-{2503,3254,1,1,3}-"
- },
- {
- "npc_id": "479",
- "loc_data": "{2415,3433,3,1,0}-{2384,3481,0,1,0}-{2388,3473,0,1,0}-{2418,3474,3,1,0}-{2466,3500,2,1,0}-{1970,5522,3,1,0}-"
- },
- {
- "npc_id": "480",
- "loc_data": "{2409,3507,0,1,0}-{2412,3474,3,1,0}-{2458,3417,1,1,0}-{2460,3417,1,1,0}-{2463,3504,2,1,0}-{1964,5522,3,1,0}-"
- },
- {
- "npc_id": "481",
- "loc_data": "{2499,3266,0,0,4}-"
- },
- {
- "npc_id": "482",
- "loc_data": "{2524,3258,0,1,4}-"
- },
- {
- "npc_id": "483",
- "loc_data": "{2501,3234,0,0,4}-"
- },
- {
- "npc_id": "484",
- "loc_data": "{2537,3168,0,1,5}-{2542,3167,0,0,1}-{2541,3168,0,0,2}-{2541,3171,0,0,3}-{2542,3172,0,0,4}-"
- },
- {
- "npc_id": "487",
- "loc_data": "{1885,5029,0,0,6}-"
- },
- {
- "npc_id": "490",
- "loc_data": "{1887,5026,0,0,6}-"
- },
- {
- "npc_id": "492",
- "loc_data": "{2464,3227,0,1,0}-"
- },
- {
- "npc_id": "494",
- "loc_data": "{2615,3094,0,0,3}-{2615,3092,0,0,3}-{2615,3092,0,0,3}-{2615,3094,0,0,3}-{3122,3125,0,0,6}-{3120,3125,0,0,6}-{3090,3242,0,0,4}-{3090,3245,0,0,4}-{3090,3243,0,0,4}-{2618,3330,0,0,0}-{2619,3330,0,0,0}-{2584,3422,0,0,4}-{2584,3419,0,0,4}-{2584,3418,0,0,4}-{2657,3283,0,0,3}-{2657,3286,0,0,3}-{2807,3443,0,0,6}-{2810,3443,0,0,6}-"
- },
- {
- "npc_id": "495",
- "loc_data": "{2615,3091,0,0,3}-{2615,3091,0,0,3}-{2615,3330,0,0,0}-{2584,3421,0,0,4}-{2809,3443,0,0,6}-{2811,3443,0,0,6}-"
- },
- {
- "npc_id": "496",
- "loc_data": "{3267,3164,0,0,4}-{3267,3167,0,0,4}-{3267,3169,0,0,4}-"
- },
- {
- "npc_id": "497",
- "loc_data": "{3267,3166,0,0,4}-{3267,3168,0,0,4}-"
- },
- {
- "npc_id": "498",
- "loc_data": "{2384,4457,0,0,7}-{2385,4461,0,0,1}-"
- },
- {
- "npc_id": "499",
- "loc_data": "{2853,2953,0,0,1}-{2852,2953,0,0,1}-"
- },
- {
- "npc_id": "500",
- "loc_data": "{2880,2951,0,0,6}-"
- },
- {
- "npc_id": "504",
- "loc_data": "{2870,2950,0,0,0}-{2877,2959,0,0,0}-"
- },
- {
- "npc_id": "505",
- "loc_data": "{2868,2954,0,0,6}-{2876,2948,0,0,1}-"
- },
- {
- "npc_id": "510",
- "loc_data": "{2780,3211,0,0,0}-"
- },
- {
- "npc_id": "511",
- "loc_data": "{2834,2956,0,0,0}-"
- },
- {
- "npc_id": "512",
- "loc_data": "{2862,2995,1,0,0}-"
- },
- {
- "npc_id": "513",
- "loc_data": "{2857,2962,0,0,6}-"
- },
- {
- "npc_id": "514",
- "loc_data": "{2870,2974,1,0,6}-"
- },
- {
- "npc_id": "515",
- "loc_data": "{2834,2987,0,0,0}-"
- },
- {
- "npc_id": "516",
- "loc_data": "{2826,2958,0,1,3}-"
- },
- {
- "npc_id": "517",
- "loc_data": "{2870,2970,0,0,0}-"
- },
- {
- "npc_id": "518",
- "loc_data": "{2764,2959,1,0,0}-"
- },
- {
- "npc_id": "519",
- "loc_data": "{3228,3203,0,1,6}-"
- },
- {
- "npc_id": "520",
- "loc_data": "{3217,3241,0,1,4}-"
- },
- {
- "npc_id": "521",
- "loc_data": "{3217,3240,0,1,3}-"
- },
- {
- "npc_id": "522",
- "loc_data": "{3218,3415,0,1,3}-"
- },
- {
- "npc_id": "523",
- "loc_data": "{3217,3411,0,1,3}-"
- },
- {
- "npc_id": "524",
- "loc_data": "{3316,3184,0,1,3}-"
- },
- {
- "npc_id": "525",
- "loc_data": "{3316,3182,0,1,3}-"
- },
- {
- "npc_id": "527",
- "loc_data": "{2959,3390,0,1,1}-{2957,3388,0,1,3}-"
- },
- {
- "npc_id": "528",
- "loc_data": "{3078,3512,0,1,3}-"
- },
- {
- "npc_id": "529",
- "loc_data": "{3079,3507,0,1,7}-"
- },
- {
- "npc_id": "530",
- "loc_data": "{2947,3217,0,1,1}-"
- },
- {
- "npc_id": "531",
- "loc_data": "{2947,3212,0,1,1}-"
- },
- {
- "npc_id": "532",
- "loc_data": "{2906,3145,0,1,3}-"
- },
- {
- "npc_id": "533",
- "loc_data": "{2906,3144,0,1,3}-"
- },
- {
- "npc_id": "534",
- "loc_data": "{2375,4449,0,1,5}-"
- },
- {
- "npc_id": "535",
- "loc_data": "{2376,4447,0,0,0}-"
- },
- {
- "npc_id": "536",
- "loc_data": "{3192,3359,1,1,3}-"
- },
- {
- "npc_id": "537",
- "loc_data": "{3192,3355,1,1,6}-"
- },
- {
- "npc_id": "538",
- "loc_data": "{3076,3429,0,1,3}-"
- },
- {
- "npc_id": "539",
- "loc_data": "{3299,3204,0,0,0}-"
- },
- {
- "npc_id": "540",
- "loc_data": "{3288,3212,0,1,6}-"
- },
- {
- "npc_id": "541",
- "loc_data": "{3288,3190,0,1,3}-"
- },
- {
- "npc_id": "542",
- "loc_data": "{3316,3175,0,1,3}-"
- },
- {
- "npc_id": "543",
- "loc_data": "{3272,3182,0,1,6}-"
- },
- {
- "npc_id": "544",
- "loc_data": "{3316,3164,0,1,3}-"
- },
- {
- "npc_id": "545",
- "loc_data": "{3322,3195,0,1,3}-"
- },
- {
- "npc_id": "546",
- "loc_data": "{3203,3433,0,1,3}-"
- },
- {
- "npc_id": "547",
- "loc_data": "{3217,3435,0,0,3}-"
- },
- {
- "npc_id": "548",
- "loc_data": "{3205,3416,0,1,6}-"
- },
- {
- "npc_id": "549",
- "loc_data": "{3229,3438,0,1,6}-"
- },
- {
- "npc_id": "550",
- "loc_data": "{3232,3423,0,1,6}-"
- },
- {
- "npc_id": "551",
- "loc_data": "{3210,3400,0,1,3}-"
- },
- {
- "npc_id": "552",
- "loc_data": "{3206,3400,0,1,3}-"
- },
- {
- "npc_id": "553",
- "loc_data": "{3253,3403,0,1,1}-"
- },
- {
- "npc_id": "554",
- "loc_data": "{3281,3398,0,1,3}-"
- },
- {
- "npc_id": "555",
- "loc_data": "{2657,3153,0,1,0}-"
- },
- {
- "npc_id": "556",
- "loc_data": "{3012,3244,0,1,6}-"
- },
- {
- "npc_id": "557",
- "loc_data": "{3012,3203,0,1,1}-"
- },
- {
- "npc_id": "558",
- "loc_data": "{3013,3225,0,1,1}-"
- },
- {
- "npc_id": "559",
- "loc_data": "{3026,3252,0,1,3}-"
- },
- {
- "npc_id": "560",
- "loc_data": "{2767,3122,0,1,6}-"
- },
- {
- "npc_id": "561",
- "loc_data": "{2514,3385,0,1,0}-"
- },
- {
- "npc_id": "562",
- "loc_data": "{2799,3438,0,1,1}-"
- },
- {
- "npc_id": "563",
- "loc_data": "{2803,3430,0,1,6}-"
- },
- {
- "npc_id": "564",
- "loc_data": "{2485,4450,0,1,3}-"
- },
- {
- "npc_id": "565",
- "loc_data": "{2476,4467,0,1,2}-"
- },
- {
- "npc_id": "566",
- "loc_data": "{2480,4471,0,1,4}-"
- },
- {
- "npc_id": "568",
- "loc_data": "{2925,3143,0,1,3}-"
- },
- {
- "npc_id": "569",
- "loc_data": "{2659,3316,0,1,2}-"
- },
- {
- "npc_id": "570",
- "loc_data": "{2669,3303,0,1,5}-"
- },
- {
- "npc_id": "571",
- "loc_data": "{2655,3310,0,1,1}-{2669,3310,0,1,3}-"
- },
- {
- "npc_id": "572",
- "loc_data": "{2659,3296,0,1,4}-"
- },
- {
- "npc_id": "573",
- "loc_data": "{2663,3296,0,1,4}-"
- },
- {
- "npc_id": "574",
- "loc_data": "{2656,3300,0,1,3}-"
- },
- {
- "npc_id": "575",
- "loc_data": "{2821,3442,0,1,6}-"
- },
- {
- "npc_id": "576",
- "loc_data": "{2836,3447,0,1,4}-"
- },
- {
- "npc_id": "577",
- "loc_data": "{2975,3384,0,1,3}-"
- },
- {
- "npc_id": "578",
- "loc_data": "{2807,3342,0,1,6}-"
- },
- {
- "npc_id": "579",
- "loc_data": "{3034,9845,0,1,3}-"
- },
- {
- "npc_id": "580",
- "loc_data": "{2952,3388,0,1,3}-"
- },
- {
- "npc_id": "581",
- "loc_data": "{2975,3314,0,1,3}-"
- },
- {
- "npc_id": "582",
- "loc_data": "{2998,9828,0,1,1}-"
- },
- {
- "npc_id": "583",
- "loc_data": "{3011,3257,0,1,3}-"
- },
- {
- "npc_id": "584",
- "loc_data": "{2944,3332,0,1,3}-"
- },
- {
- "npc_id": "585",
- "loc_data": "{2946,3205,0,1,6}-"
- },
- {
- "npc_id": "586",
- "loc_data": "{2884,3450,0,1,3}-"
- },
- {
- "npc_id": "587",
- "loc_data": "{2897,3428,0,1,3}-"
- },
- {
- "npc_id": "588",
- "loc_data": "{2803,3152,0,1,3}-"
- },
- {
- "npc_id": "589",
- "loc_data": "{2660,3291,0,1,3}-"
- },
- {
- "npc_id": "590",
- "loc_data": "{2613,3294,0,1,3}-"
- },
- {
- "npc_id": "591",
- "loc_data": "{2615,3292,0,1,6}-"
- },
- {
- "npc_id": "592",
- "loc_data": "{2597,3401,0,1,2}-"
- },
- {
- "npc_id": "593",
- "loc_data": "{2569,3098,0,1,3}-"
- },
- {
- "npc_id": "594",
- "loc_data": "{2998,9840,0,1,3}-"
- },
- {
- "npc_id": "595",
- "loc_data": "{3271,3412,0,1,3}-"
- },
- {
- "npc_id": "596",
- "loc_data": "{3037,3705,0,0,0}-"
- },
- {
- "npc_id": "597",
- "loc_data": "{3025,3701,0,1,5}-"
- },
- {
- "npc_id": "598",
- "loc_data": "{2943,3384,0,1,3}-"
- },
- {
- "npc_id": "600",
- "loc_data": "{2449,3511,1,1,6}-"
- },
- {
- "npc_id": "601",
- "loc_data": "{2482,3510,1,1,0}-"
- },
- {
- "npc_id": "602",
- "loc_data": "{2469,3488,2,1,6}-"
- },
- {
- "npc_id": "603",
- "loc_data": "{2491,3488,1,1,6}-"
- },
- {
- "npc_id": "604",
- "loc_data": "{3001,3144,0,0,0}-"
- },
- {
- "npc_id": "605",
- "loc_data": "{2985,3343,2,1,2}-"
- },
- {
- "npc_id": "606",
- "loc_data": "{2974,3343,0,1,0}-"
- },
- {
- "npc_id": "607",
- "loc_data": "{2539,3547,0,1,4}-"
- },
- {
- "npc_id": "608",
- "loc_data": "{2962,3337,2,1,4}-"
- },
- {
- "npc_id": "610",
- "loc_data": "{3027,3506,0,0,0}-"
- },
- {
- "npc_id": "611",
- "loc_data": "{3029,3505,0,1,0}-"
- },
- {
- "npc_id": "612",
- "loc_data": "{3028,3510,0,0,0}-"
- },
- {
- "npc_id": "613",
- "loc_data": "{3370,3387,0,1,6}-{3362,3416,0,1,6}-"
- },
- {
- "npc_id": "614",
- "loc_data": "{3351,9756,0,1,1}-{3351,9820,0,1,1}-"
- },
- {
- "npc_id": "615",
- "loc_data": "{3363,3397,0,1,3}-"
- },
- {
- "npc_id": "616",
- "loc_data": "{3370,3416,0,1,3}-"
- },
- {
- "npc_id": "617",
- "loc_data": "{3348,3424,0,1,3}-"
- },
- {
- "npc_id": "618",
- "loc_data": "{3364,3342,0,1,3}-"
- },
- {
- "npc_id": "619",
- "loc_data": "{3355,3333,0,1,3}-"
- },
- {
- "npc_id": "620",
- "loc_data": "{3376,3377,0,1,0}-"
- },
- {
- "npc_id": "636",
- "loc_data": "{2395,3494,0,0,6}-{2396,3494,0,0,6}-{2397,3494,0,0,6}-{2396,3493,0,0,6}-"
- },
- {
- "npc_id": "637",
- "loc_data": "{3158,3425,1,1,5}-"
- },
- {
- "npc_id": "638",
- "loc_data": "{3195,3404,0,0,0}-"
- },
- {
- "npc_id": "639",
- "loc_data": "{3211,3425,0,1,7}-"
- },
- {
- "npc_id": "640",
- "loc_data": "{3253,3487,0,1,6}-"
- },
- {
- "npc_id": "641",
- "loc_data": "{3207,3392,0,1,6}-"
- },
- {
- "npc_id": "642",
- "loc_data": "{3185,3385,0,1,6}-"
- },
- {
- "npc_id": "643",
- "loc_data": "{3246,3383,1,1,5}-"
- },
- {
- "npc_id": "644",
- "loc_data": "{3247,9781,0,1,6}-"
- },
- {
- "npc_id": "645",
- "loc_data": "{3223,3401,0,1,2}-"
- },
- {
- "npc_id": "646",
- "loc_data": "{3257,3447,0,1,0}-"
- },
- {
- "npc_id": "648",
- "loc_data": "{3220,3471,0,0,6}-"
- },
- {
- "npc_id": "649",
- "loc_data": "{3149,3210,0,1,0}-"
- },
- {
- "npc_id": "650",
- "loc_data": "{3148,3205,0,1,0}-"
- },
- {
- "npc_id": "651",
- "loc_data": "{3148,3207,0,1,0}-"
- },
- {
- "npc_id": "652",
- "loc_data": "{3147,3209,0,1,0}-"
- },
- {
- "npc_id": "656",
- "loc_data": "{2822,3374,0,0,3}-"
- },
- {
- "npc_id": "657",
- "loc_data": "{3048,3236,0,1,2}-"
- },
- {
- "npc_id": "658",
- "loc_data": "{2832,3336,0,1,2}-"
- },
- {
- "npc_id": "659",
- "loc_data": "{3052,3373,0,0,0}-"
- },
- {
- "npc_id": "663",
- "loc_data": "{3290,3290,0,1,2}-"
- },
- {
- "npc_id": "665",
- "loc_data": "{2986,9811,0,0,0}-"
- },
- {
- "npc_id": "666",
- "loc_data": "{2819,3451,0,0,3}-"
- },
- {
- "npc_id": "668",
- "loc_data": "{3284,3503,1,1,1}-"
- },
- {
- "npc_id": "669",
- "loc_data": "{2678,3086,1,1,1}-"
- },
- {
- "npc_id": "670",
- "loc_data": "{2465,3496,0,1,6}-{2466,9896,0,0,6}-"
- },
- {
- "npc_id": "671",
- "loc_data": "{2479,3463,1,1,6}-"
- },
- {
- "npc_id": "672",
- "loc_data": "{2390,3515,1,1,6}-"
- },
- {
- "npc_id": "673",
- "loc_data": "{2464,3495,3,0,6}-"
- },
- {
- "npc_id": "674",
- "loc_data": "{3001,3041,0,0,0}-{2954,3025,0,0,0}-"
- },
- {
- "npc_id": "675",
- "loc_data": "{2944,3041,0,0,0}-"
- },
- {
- "npc_id": "677",
- "loc_data": "{2708,9486,0,0,5}-"
- },
- {
- "npc_id": "678",
- "loc_data": "{2658,3436,0,1,3}-{2655,3431,0,1,0}-{2656,3424,0,1,1}-{2664,3426,0,1,4}-{2671,3438,0,1,1}-{2669,3441,0,1,7}-{2674,3438,0,1,5}-{2671,3418,0,1,7}-{2666,3417,0,1,3}-{2666,3415,0,1,2}-{2664,3416,0,1,3}-{2680,3431,0,1,6}-{2678,3431,0,1,1}-{2661,3430,0,1,4}-"
- },
- {
- "npc_id": "679",
- "loc_data": "{2658,3439,0,0,0}-"
- },
- {
- "npc_id": "680",
- "loc_data": "{2679,3432,0,1,6}-"
- },
- {
- "npc_id": "682",
- "loc_data": "{2671,3434,0,1,4}-"
- },
- {
- "npc_id": "683",
- "loc_data": "{2673,3434,0,1,3}-"
- },
- {
- "npc_id": "684",
- "loc_data": "{2667,3430,2,0,6}-"
- },
- {
- "npc_id": "685",
- "loc_data": "{2670,3429,2,0,3}-"
- },
- {
- "npc_id": "686",
- "loc_data": "{2669,3426,2,0,1}-"
- },
- {
- "npc_id": "687",
- "loc_data": "{2666,3427,2,0,4}-"
- },
- {
- "npc_id": "688",
- "loc_data": "{2668,3442,2,1,6}-{2667,3444,2,1,6}-{2669,3444,2,1,6}-"
- },
- {
- "npc_id": "689",
- "loc_data": "{2682,3428,2,1,3}-{2684,3427,2,1,3}-{2684,3429,2,1,3}-"
- },
- {
- "npc_id": "690",
- "loc_data": "{2654,3428,2,1,1}-{2652,3427,2,1,1}-{2652,3429,2,1,1}-"
- },
- {
- "npc_id": "691",
- "loc_data": "{2668,3414,2,1,4}-{2667,3412,2,1,4}-{2669,3412,2,1,4}-"
- },
- {
- "npc_id": "692",
- "loc_data": "{2661,3419,0,1,7}-"
- },
- {
- "npc_id": "693",
- "loc_data": "{2673,3416,0,0,0}-"
- },
- {
- "npc_id": "694",
- "loc_data": "{2659,3431,0,0,3}-"
- },
- {
- "npc_id": "695",
- "loc_data": "{2765,3276,0,1,3}-"
- },
- {
- "npc_id": "696",
- "loc_data": "{2716,3303,0,1,1}-"
- },
- {
- "npc_id": "697",
- "loc_data": "{2766,3288,1,0,6}-"
- },
- {
- "npc_id": "698",
- "loc_data": "{2799,3320,0,1,1}-"
- },
- {
- "npc_id": "700",
- "loc_data": "{2716,3303,0,1,1}-"
- },
- {
- "npc_id": "701",
- "loc_data": "{2793,3321,0,1,1}-"
- },
- {
- "npc_id": "702",
- "loc_data": "{2774,3273,0,1,0}-{2775,3284,0,1,0}-{2781,3290,1,1,0}-{2785,3284,1,1,0}-"
- },
- {
- "npc_id": "703",
- "loc_data": "{2770,3284,0,1,0}-{2794,3279,0,1,0}-{2768,3285,1,1,0}-{2784,3277,1,1,0}-"
- },
- {
- "npc_id": "704",
- "loc_data": "{2778,3291,0,1,0}-{2773,3282,1,1,0}-{2787,3280,1,1,0}-"
- },
- {
- "npc_id": "705",
- "loc_data": "{3208,3252,0,0,6}-"
- },
- {
- "npc_id": "706",
- "loc_data": "{3103,3163,2,0,0}-"
- },
- {
- "npc_id": "707",
- "loc_data": "{3113,3160,2,0,0}-"
- },
- {
- "npc_id": "708",
- "loc_data": "{2595,3125,0,1,1}-{2601,3135,0,1,3}-{2598,3120,0,1,6}-{2615,3120,0,1,4}-{2598,3108,0,1,4}-{2865,3175,0,1,0}-{2855,3188,0,1,1}-{2838,3194,0,1,3}-{2827,3170,0,1,5}-{2598,3145,0,1,1}-{2588,3145,0,1,7}-{2603,3221,0,1,7}-{2604,3212,0,1,3}-{2612,3230,0,1,0}-{2611,3204,0,1,7}-{2942,3247,0,1,7}-{2627,3231,0,1,4}-{2932,3322,0,0,5}-{2934,3301,0,1,5}-{2934,3301,0,1,3}-{2935,3343,0,1,1}-{2941,3356,0,0,7}-{3162,3410,0,1,2}-{3189,3503,0,1,6}-{3219,3221,0,1,4}-{2977,3202,0,1,7}-{2997,3300,0,1,3}-{2957,3308,0,1,0}-{2973,3274,0,1,3}-{2994,3270,0,1,0}-{3215,3282,0,1,1}-{3242,3306,0,1,1}-{2980,3337,0,1,6}-{2977,3377,0,0,3}-{3208,3357,0,1,3}-{2962,3424,0,1,6}-{3240,3393,0,1,3}-{2715,3451,0,1,4}-{2715,3436,0,1,3}-{2733,3459,0,1,3}-{2732,3457,0,1,6}-{3239,3523,0,1,4}-{3262,3523,0,1,2}-{2806,3181,0,1,3}-{2788,3179,0,1,3}-{2753,3178,0,1,3}-{2759,3155,0,1,0}-{2544,3184,0,1,3}-{3068,3251,0,1,6}-{3031,3322,0,1,1}-{3010,3271,0,1,6}-{3011,3513,0,1,1}-"
- },
- {
- "npc_id": "710",
- "loc_data": "{2575,3333,0,1,0}-"
- },
- {
- "npc_id": "711",
- "loc_data": "{2536,3314,1,0,0}-"
- },
- {
- "npc_id": "713",
- "loc_data": "{2526,3319,0,0,6}-"
- },
- {
- "npc_id": "715",
- "loc_data": "{2541,9672,0,1,0}-"
- },
- {
- "npc_id": "716",
- "loc_data": "{2542,3286,0,1,3}-"
- },
- {
- "npc_id": "717",
- "loc_data": "{2513,3294,0,1,0}-{2518,3320,0,1,0}-{2530,3274,0,1,0}-{2535,3296,0,1,0}-"
- },
- {
- "npc_id": "718",
- "loc_data": "{2582,3329,0,1,2}-"
- },
- {
- "npc_id": "719",
- "loc_data": "{2560,3288,0,1,2}-"
- },
- {
- "npc_id": "720",
- "loc_data": "{2542,3306,0,1,0}-"
- },
- {
- "npc_id": "721",
- "loc_data": "{2531,3331,0,1,3}-"
- },
- {
- "npc_id": "722",
- "loc_data": "{2532,3331,0,1,3}-"
- },
- {
- "npc_id": "723",
- "loc_data": "{2530,3331,0,1,3}-"
- },
- {
- "npc_id": "724",
- "loc_data": "{2531,3331,1,1,6}-"
- },
- {
- "npc_id": "725",
- "loc_data": "{2540,3305,0,1,0}-"
- },
- {
- "npc_id": "728",
- "loc_data": "{2540,3308,0,1,0}-"
- },
- {
- "npc_id": "729",
- "loc_data": "{2536,3308,0,1,0}-"
- },
- {
- "npc_id": "731",
- "loc_data": "{3278,3487,0,1,1}-"
- },
- {
- "npc_id": "732",
- "loc_data": "{3267,3392,0,0,0}-"
- },
- {
- "npc_id": "733",
- "loc_data": "{3226,3399,0,0,0}-"
- },
- {
- "npc_id": "734",
- "loc_data": "{3045,3256,0,1,3}-"
- },
- {
- "npc_id": "735",
- "loc_data": "{2795,3155,0,1,7}-"
- },
- {
- "npc_id": "736",
- "loc_data": "{2957,3373,0,1,7}-"
- },
- {
- "npc_id": "737",
- "loc_data": "{2572,3319,0,1,3}-"
- },
- {
- "npc_id": "738",
- "loc_data": "{2691,3492,0,0,0}-"
- },
- {
- "npc_id": "739",
- "loc_data": "{2554,3080,0,1,3}-"
- },
- {
- "npc_id": "740",
- "loc_data": "{2808,3086,0,1,0}-"
- },
- {
- "npc_id": "741",
- "loc_data": "{3212,3220,1,1,1}-"
- },
- {
- "npc_id": "742",
- "loc_data": "{2854,9636,0,1,4}-"
- },
- {
- "npc_id": "743",
- "loc_data": "{3098,3257,0,1,4}-"
- },
- {
- "npc_id": "744",
- "loc_data": "{3047,3204,0,0,0}-"
- },
- {
- "npc_id": "745",
- "loc_data": "{3013,3189,0,1,1}-"
- },
- {
- "npc_id": "746",
- "loc_data": "{3010,3502,0,1,3}-"
- },
- {
- "npc_id": "747",
- "loc_data": "{3069,3516,0,1,6}-"
- },
- {
- "npc_id": "749",
- "loc_data": "{1749,5323,0,1,4}-"
- },
- {
- "npc_id": "750",
- "loc_data": "{1765,5321,0,1,2}-{1744,5326,0,1,4}-"
- },
- {
- "npc_id": "751",
- "loc_data": "{1778,5323,0,1,6}-"
- },
- {
- "npc_id": "753",
- "loc_data": "{2929,9649,0,1,4}-"
- },
- {
- "npc_id": "755",
- "loc_data": "{3100,3268,0,0,0}-"
- },
- {
- "npc_id": "756",
- "loc_data": "{3222,3398,0,0,3}-"
- },
- {
- "npc_id": "758",
- "loc_data": "{3189,3273,0,0,4}-"
- },
- {
- "npc_id": "767",
- "loc_data": "{3303,3511,0,0,1}-{3302,3514,0,0,1}-"
- },
- {
- "npc_id": "780",
- "loc_data": "{3151,3410,0,1,6}-"
- },
- {
- "npc_id": "781",
- "loc_data": "{3221,3434,0,1,0}-"
- },
- {
- "npc_id": "782",
- "loc_data": "{3150,3406,0,0,0}-"
- },
- {
- "npc_id": "783",
- "loc_data": "{3221,3435,0,1,0}-"
- },
- {
- "npc_id": "784",
- "loc_data": "{3155,3406,0,0,0}-"
- },
- {
- "npc_id": "785",
- "loc_data": "{2468,3304,0,1,0}-{2476,3317,0,1,0}-{2478,3291,0,1,0}-{2492,3312,0,1,0}-"
- },
- {
- "npc_id": "786",
- "loc_data": "{2469,3309,0,1,0}-{2475,3298,0,1,0}-{2487,3308,0,1,0}-{2490,3289,0,1,0}-"
- },
- {
- "npc_id": "787",
- "loc_data": "{2476,3313,0,1,0}-{2481,3289,0,1,0}-{2490,3313,0,1,0}-{2491,3300,0,1,0}-"
- },
- {
- "npc_id": "788",
- "loc_data": "{2773,3187,0,0,6}-"
- },
- {
- "npc_id": "789",
- "loc_data": "{2811,3167,0,1,0}-"
- },
- {
- "npc_id": "792",
- "loc_data": "{2774,3197,0,1,0}-"
- },
- {
- "npc_id": "793",
- "loc_data": "{2790,3189,0,1,1}-"
- },
- {
- "npc_id": "794",
- "loc_data": "{2793,3191,0,1,3}-"
- },
- {
- "npc_id": "795",
- "loc_data": "{2866,9956,0,1,6}-"
- },
- {
- "npc_id": "796",
- "loc_data": "{2903,3511,0,1,3}-"
- },
- {
- "npc_id": "797",
- "loc_data": "{2900,3511,1,1,6}-"
- },
- {
- "npc_id": "798",
- "loc_data": "{2930,9686,0,1,0}-"
- },
- {
- "npc_id": "799",
- "loc_data": "{2778,3197,0,1,4}-{2777,3194,0,1,4}-{2777,3199,0,1,3}-{2771,3193,0,1,3}-{2761,3192,0,1,5}-{2775,3190,0,1,4}-{2803,3195,0,1,4}-"
- },
- {
- "npc_id": "800",
- "loc_data": "{2884,9765,0,0,0}-{2890,9766,0,0,0}-{2894,9764,0,0,0}-"
- },
- {
- "npc_id": "801",
- "loc_data": "{3058,3485,0,1,6}-"
- },
- {
- "npc_id": "802",
- "loc_data": "{3046,3486,1,0,0}-"
- },
- {
- "npc_id": "804",
- "loc_data": "{2934,3285,1,1,0}-"
- },
- {
- "npc_id": "805",
- "loc_data": "{2936,3288,0,1,4}-"
- },
- {
- "npc_id": "806",
- "loc_data": "{2745,3576,1,0,4}-"
- },
- {
- "npc_id": "807",
- "loc_data": "{2750,3576,0,0,4}-"
- },
- {
- "npc_id": "808",
- "loc_data": "{2736,3575,0,1,1}-"
- },
- {
- "npc_id": "809",
- "loc_data": "{2734,3581,0,1,1}-"
- },
- {
- "npc_id": "810",
- "loc_data": "{2736,3576,1,1,1}-"
- },
- {
- "npc_id": "811",
- "loc_data": "{2731,3579,0,1,4}-"
- },
- {
- "npc_id": "812",
- "loc_data": "{2741,3562,0,1,0}-"
- },
- {
- "npc_id": "813",
- "loc_data": "{2741,3552,0,1,1}-"
- },
- {
- "npc_id": "820",
- "loc_data": "{2697,3496,0,0,0}-"
- },
- {
- "npc_id": "821",
- "loc_data": "{2750,3580,0,1,0}-"
- },
- {
- "npc_id": "822",
- "loc_data": "{3302,9466,0,1,6}-"
- },
- {
- "npc_id": "827",
- "loc_data": "{3273,9417,0,1,6}-{3289,9443,0,1,4}-"
- },
- {
- "npc_id": "830",
- "loc_data": "{3271,3028,0,1,4}-"
- },
- {
- "npc_id": "831",
- "loc_data": "{3291,3032,1,0,1}-"
- },
- {
- "npc_id": "832",
- "loc_data": "{3171,3025,0,1,4}-"
- },
- {
- "npc_id": "833",
- "loc_data": "{3167,3033,0,1,2}-{3170,3027,0,1,5}-{3174,3028,0,1,6}-"
- },
- {
- "npc_id": "834",
- "loc_data": "{3170,3045,0,0,3}-"
- },
- {
- "npc_id": "836",
- "loc_data": "{3304,3124,0,1,6}-"
- },
- {
- "npc_id": "837",
- "loc_data": "{3305,3121,0,1,0}-{3301,3120,0,1,1}-{3302,3123,0,1,6}-{3307,3125,0,1,1}-"
- },
- {
- "npc_id": "838",
- "loc_data": "{3306,3117,0,1,4}-"
- },
- {
- "npc_id": "839",
- "loc_data": "{3150,3044,0,1,0}-{3172,3009,0,1,0}-{3197,3012,0,1,0}-{3198,3040,0,1,0}-{3237,2968,0,1,0}-{3224,3013,0,1,0}-{3225,3034,0,1,0}-{3226,3060,0,1,0}-{3250,3057,0,1,0}-{3217,3092,0,1,0}-{3235,3074,0,1,0}-{3252,3125,0,1,0}-{3258,3078,0,1,0}-{3265,3066,0,1,0}-{3267,3066,0,1,0}-{3310,3068,0,1,0}-{3322,3011,0,1,0}-{3322,3052,0,1,0}-{3324,3030,0,1,0}-{3283,3108,0,1,0}-{3323,3094,0,1,0}-"
- },
- {
- "npc_id": "840",
- "loc_data": "{3190,3054,0,1,0}-{3192,3016,0,1,0}-{3237,3000,0,1,0}-{3245,2960,0,1,0}-{3208,3032,0,1,0}-{3217,3064,0,1,0}-{3238,3015,0,1,0}-{3258,3063,0,1,0}-{3217,3111,0,1,0}-{3222,3086,0,1,0}-{3238,3101,0,1,0}-{3244,3080,0,1,0}-{3253,3116,0,1,0}-{3255,3095,0,1,0}-{3268,3052,0,1,0}-{3281,3056,0,1,0}-{3307,3055,0,1,0}-{3318,3020,0,1,0}-{3318,3040,0,1,0}-{3267,3077,0,1,0}-{3269,3110,0,1,0}-{3275,3094,0,1,0}-{3291,3078,0,1,0}-{3291,3100,0,1,0}-{3305,3089,0,1,0}-{3318,3078,0,1,0}-{3321,3104,0,1,0}-"
- },
- {
- "npc_id": "841",
- "loc_data": "{3288,3022,0,1,1}-"
- },
- {
- "npc_id": "843",
- "loc_data": "{2644,3274,0,1,3}-{2644,3276,0,1,5}-{2647,3271,0,1,6}-"
- },
- {
- "npc_id": "844",
- "loc_data": "{2683,3323,0,0,0}-"
- },
- {
- "npc_id": "845",
- "loc_data": "{2635,3311,0,0,0}-"
- },
- {
- "npc_id": "846",
- "loc_data": "{2787,3184,0,1,4}-"
- },
- {
- "npc_id": "847",
- "loc_data": "{3143,3447,0,1,5}-"
- },
- {
- "npc_id": "848",
- "loc_data": "{2480,3489,1,1,3}-"
- },
- {
- "npc_id": "849",
- "loc_data": "{2417,3498,1,1,0}-{2482,3487,1,1,0}-{2482,3489,1,1,0}-"
- },
- {
- "npc_id": "850",
- "loc_data": "{2439,3502,1,0,4}-"
- },
- {
- "npc_id": "851",
- "loc_data": "{2449,3503,1,1,4}-"
- },
- {
- "npc_id": "852",
- "loc_data": "{2615,2987,0,1,0}-{2568,9432,0,1,0}-{2573,9447,0,1,0}-{2579,9441,0,1,0}-{2580,9431,0,1,0}-{2611,9454,0,1,0}-{2616,9447,0,1,0}-{2505,3032,0,1,0}-{2512,3022,0,1,0}-{2518,3041,0,1,0}-{2528,3044,0,1,0}-"
- },
- {
- "npc_id": "853",
- "loc_data": "{2506,3115,0,1,3}-"
- },
- {
- "npc_id": "854",
- "loc_data": "{2511,3085,0,1,4}-"
- },
- {
- "npc_id": "855",
- "loc_data": "{2576,3027,0,1,3}-"
- },
- {
- "npc_id": "856",
- "loc_data": "{2577,3021,0,1,1}-"
- },
- {
- "npc_id": "858",
- "loc_data": "{2549,3029,0,1,0}-{2551,3031,0,1,0}-"
- },
- {
- "npc_id": "859",
- "loc_data": "{2505,3062,0,1,0}-{2507,3062,0,1,0}-"
- },
- {
- "npc_id": "860",
- "loc_data": "{2501,3012,0,1,0}-{2503,3011,0,1,0}-"
- },
- {
- "npc_id": "861",
- "loc_data": "{2526,3018,0,1,0}-{2529,3019,0,1,0}-"
- },
- {
- "npc_id": "862",
- "loc_data": "{2541,3034,0,1,3}-{2541,3029,0,1,3}-{2543,3031,0,1,3}-"
- },
- {
- "npc_id": "870",
- "loc_data": "{2507,3040,0,1,0}-{2507,3036,0,1,0}-"
- },
- {
- "npc_id": "872",
- "loc_data": "{2547,3117,2,1,3}-{2547,3112,2,1,6}-{2544,3114,2,1,3}-{2547,3118,2,1,3}-"
- },
- {
- "npc_id": "873",
- "loc_data": "{2518,3035,0,1,1}-"
- },
- {
- "npc_id": "874",
- "loc_data": "{2528,3048,0,1,6}-"
- },
- {
- "npc_id": "875",
- "loc_data": "{2513,3034,0,1,1}-"
- },
- {
- "npc_id": "876",
- "loc_data": "{2525,3043,0,1,3}-"
- },
- {
- "npc_id": "877",
- "loc_data": "{2536,3092,0,1,1}-{2534,3091,0,1,1}-{2550,3118,0,1,4}-{2543,3117,0,1,3}-{2546,3113,0,1,4}-"
- },
- {
- "npc_id": "878",
- "loc_data": "{2534,3092,0,1,1}-"
- },
- {
- "npc_id": "881",
- "loc_data": "{3112,3162,1,0,0}-"
- },
- {
- "npc_id": "882",
- "loc_data": "{3203,3424,0,0,6}-"
- },
- {
- "npc_id": "883",
- "loc_data": "{3204,3470,0,1,3}-"
- },
- {
- "npc_id": "884",
- "loc_data": "{3204,3495,2,1,6}-"
- },
- {
- "npc_id": "885",
- "loc_data": "{2565,3271,0,1,0}-{2573,3268,1,1,0}-"
- },
- {
- "npc_id": "886",
- "loc_data": "{2567,9669,0,1,0}-"
- },
- {
- "npc_id": "887",
- "loc_data": "{2570,3275,0,1,3}-"
- },
- {
- "npc_id": "888",
- "loc_data": "{2565,3273,0,1,0}-"
- },
- {
- "npc_id": "889",
- "loc_data": "{2571,3270,0,1,0}-"
- },
- {
- "npc_id": "890",
- "loc_data": "{2569,3272,0,1,0}-{2573,3269,1,1,0}-"
- },
- {
- "npc_id": "891",
- "loc_data": "{2609,9670,0,1,0}-"
- },
- {
- "npc_id": "893",
- "loc_data": "{2567,9683,0,1,0}-"
- },
- {
- "npc_id": "894",
- "loc_data": "{2609,9686,0,1,0}-{2607,9681,0,1,0}-{2609,9674,0,1,0}-{2608,9672,0,1,0}-{2604,9674,0,1,0}-{2605,9671,0,1,0}-"
- },
- {
- "npc_id": "895",
- "loc_data": "{2929,3456,0,1,4}-"
- },
- {
- "npc_id": "902",
- "loc_data": "{2535,4715,0,1,6}-"
- },
- {
- "npc_id": "903",
- "loc_data": "{2541,4715,0,1,3}-"
- },
- {
- "npc_id": "904",
- "loc_data": "{2507,4693,0,1,3}-"
- },
- {
- "npc_id": "905",
- "loc_data": "{2540,4719,0,1,6}-"
- },
- {
- "npc_id": "912",
- "loc_data": "{3100,3927,0,1,0}-{3102,3938,0,1,0}-{3116,3934,0,1,0}-"
- },
- {
- "npc_id": "913",
- "loc_data": "{3098,3925,0,1,0}-{3100,3940,0,1,0}-{3110,3934,0,1,0}-"
- },
- {
- "npc_id": "914",
- "loc_data": "{3098,3942,0,1,0}-{3102,3929,0,1,0}-{3113,3934,0,1,0}-"
- },
- {
- "npc_id": "915",
- "loc_data": "{3108,3264,0,1,2}-"
- },
- {
- "npc_id": "916",
- "loc_data": "{3122,3245,0,0,0}-"
- },
- {
- "npc_id": "917",
- "loc_data": "{3125,3250,0,1,6}-{3122,3249,0,1,6}-"
- },
- {
- "npc_id": "918",
- "loc_data": "{3048,3209,1,1,3}-"
- },
- {
- "npc_id": "919",
- "loc_data": "{3128,3245,0,1,4}-"
- },
- {
- "npc_id": "920",
- "loc_data": "{3123,3241,0,1,1}-"
- },
- {
- "npc_id": "922",
- "loc_data": "{3086,3261,0,1,7}-"
- },
- {
- "npc_id": "923",
- "loc_data": "{3302,3163,0,0,0}-"
- },
- {
- "npc_id": "924",
- "loc_data": "{3286,3180,0,0,0}-"
- },
- {
- "npc_id": "925",
- "loc_data": "{3267,3226,0,0,3}-{3266,3229,0,0,3}-{3269,3229,0,0,4}-{3268,3226,0,0,4}-"
- },
- {
- "npc_id": "931",
- "loc_data": "{2842,2935,0,0,0}-{2842,2929,0,0,0}-{2792,2929,0,0,0}-{2815,2935,0,0,0}-"
- },
- {
- "npc_id": "933",
- "loc_data": "{2725,3367,0,0,2}-{2725,3380,2,0,6}-"
- },
- {
- "npc_id": "941",
- "loc_data": "{3340,3678,0,1,1}-{3339,3695,0,1,6}-{3344,3705,0,1,3}-{3118,3820,0,1,0}-{2982,3618,0,1,3}-{3307,5462,0,1,0}-"
- },
- {
- "npc_id": "942",
- "loc_data": "{3074,3086,0,0,0}-"
- },
- {
- "npc_id": "943",
- "loc_data": "{3103,3096,0,0,0}-"
- },
- {
- "npc_id": "944",
- "loc_data": "{3107,9511,0,1,5}-"
- },
- {
- "npc_id": "945",
- "loc_data": "{3093,3107,0,0,0}-"
- },
- {
- "npc_id": "946",
- "loc_data": "{3141,3090,0,0,6}-"
- },
- {
- "npc_id": "947",
- "loc_data": "{3127,3124,0,0,3}-"
- },
- {
- "npc_id": "948",
- "loc_data": "{3084,9506,0,0,0}-"
- },
- {
- "npc_id": "949",
- "loc_data": "{3086,3122,0,0,0}-"
- },
- {
- "npc_id": "952",
- "loc_data": "{3101,3092,0,0,4}-"
- },
- {
- "npc_id": "954",
- "loc_data": "{3123,3107,0,1,5}-"
- },
- {
- "npc_id": "955",
- "loc_data": "{3176,3317,0,1,3}-{3169,3319,0,1,1}-"
- },
- {
- "npc_id": "957",
- "loc_data": "{3314,3241,0,0,1}-{3314,3240,1,0,0}-"
- },
- {
- "npc_id": "958",
- "loc_data": "{3383,3272,0,1,3}-"
- },
- {
- "npc_id": "959",
- "loc_data": "{3359,3272,0,1,5}-"
- },
- {
- "npc_id": "960",
- "loc_data": "{3370,3276,0,1,3}-"
- },
- {
- "npc_id": "961",
- "loc_data": "{3377,3276,0,1,4}-"
- },
- {
- "npc_id": "962",
- "loc_data": "{3362,3276,0,1,3}-"
- },
- {
- "npc_id": "963",
- "loc_data": "{3375,3274,0,1,2}-"
- },
- {
- "npc_id": "970",
- "loc_data": "{3081,3247,0,0,1}-"
- },
- {
- "npc_id": "971",
- "loc_data": "{2464,3287,0,1,0}-"
- },
- {
- "npc_id": "1005",
- "loc_data": "{3057,3905,0,1,3}-"
- },
- {
- "npc_id": "1006",
- "loc_data": "{2763,3284,0,1,0}-{2768,3274,0,1,0}-{2768,3288,0,1,0}-{2770,3277,0,1,0}-{2770,3290,0,1,0}-{2771,3279,0,1,0}-{2774,3291,0,1,0}-{2778,3285,0,1,0}-{2781,3278,0,1,0}-{2781,3285,0,1,0}-{2783,3275,0,1,0}-{2784,3279,0,1,0}-{2785,3276,0,1,0}-{2785,3287,0,1,0}-{2788,3274,0,1,0}-{2793,3275,0,1,0}-{2793,3280,0,1,0}-{2768,3282,1,1,0}-{2770,3282,1,1,0}-{2773,3291,1,1,0}-{2780,3283,1,1,0}-{2780,3290,1,1,0}-{2783,3286,1,1,0}-{2784,3279,1,1,0}-{2785,3282,1,1,0}-"
- },
- {
- "npc_id": "1010",
- "loc_data": "{2629,2979,0,1,0}-"
- },
- {
- "npc_id": "1011",
- "loc_data": "{2642,9394,0,1,0}-"
- },
- {
- "npc_id": "1012",
- "loc_data": "{2650,9393,0,1,0}-"
- },
- {
- "npc_id": "1013",
- "loc_data": "{2593,2971,0,1,0}-{2594,2971,0,1,0}-{2596,2961,0,1,0}-{2598,2971,0,1,0}-{2599,2960,0,1,0}-{2598,2960,0,1,0}-{2603,2966,0,1,0}-{2603,2970,0,1,0}-{2598,2960,0,1,0}-{2596,2963,0,1,0}-{2595,2964,0,1,0}-{2594,2964,0,1,0}-{2601,2964,0,1,0}-{2598,2969,0,1,0}-{2604,2971,0,1,0}-{2601,2972,0,1,0}-{2392,3057,0,1,0}-{2395,3056,0,1,0}-{2395,3052,0,1,0}-{2397,3048,0,1,0}-{2400,3050,0,1,0}-{2400,3053,0,1,0}-{2391,3052,0,1,0}-{2393,3047,0,1,0}-{2399,3046,0,1,0}-{2402,3044,0,1,0}-{2399,3040,0,1,0}-{2395,3042,0,1,0}-{2391,3045,0,1,0}-{2464,2912,0,1,0}-{2544,2904,0,1,0}-{2544,2988,0,1,0}-{2532,2983,0,1,0}-{2549,2983,0,1,0}-{2545,2983,0,1,0}-{2528,2986,0,1,0}-{2550,2979,0,1,0}-{2522,2978,0,1,0}-{2523,2976,0,1,0}-{2526,2974,0,1,0}-{2548,2990,0,1,0}-{2552,2988,0,1,0}-{2548,2979,0,1,0}-{2547,2991,0,1,0}-{2525,2975,0,1,0}-"
- },
- {
- "npc_id": "1017",
- "loc_data": "{3191,3277,0,1,0}-{3188,3279,0,1,0}-{3187,3277,0,1,0}-{3190,3278,0,1,0}-{3187,3277,0,1,0}-{3189,3278,0,1,3}-{3198,3359,0,1,0}-{3198,3355,0,1,0}-{2677,3656,0,1,2}-{2672,3654,0,1,2}-{2676,3652,0,1,4}-{2681,3652,0,1,4}-{2675,3652,0,1,3}-{3231,3296,0,1,6}-{3233,3300,0,1,4}-{3235,3293,0,1,3}-{3232,3288,0,1,0}-{3234,3298,0,1,6}-{3234,3297,0,1,3}-{3234,3292,0,1,4}-{3235,3289,0,1,1}-{2693,3271,0,1,3}-{2692,3272,0,1,3}-{2785,3069,0,1,4}-{2800,3072,0,1,6}-"
- },
- {
- "npc_id": "1019",
- "loc_data": "{3187,5555,0,1,4}-{3190,5563,0,1,1}-{3193,5555,0,1,3}-{3213,9377,0,1,3}-{3209,9397,0,1,4}-{3245,9401,0,1,6}-{3237,9402,0,1,2}-{3207,9349,0,1,3}-{3220,9347,0,1,6}-{3233,9359,0,1,4}-{3235,9354,0,0,6}-{3259,9370,0,1,1}-{3258,9387,0,1,6}-{2707,9880,0,1,0}-{2711,9876,0,1,0}-{2712,9871,0,1,0}-{2715,9874,0,1,0}-{2720,9871,0,1,0}-{2717,9880,0,1,0}-{2722,9879,0,1,0}-{2723,9875,0,1,0}-{3278,9368,0,1,5}-{3271,9359,0,1,3}-{3287,9359,0,1,5}-{3301,9394,0,1,5}-{3318,9352,0,1,5}-"
- },
- {
- "npc_id": "1020",
- "loc_data": "{2697,9913,0,1,0}-{2695,9907,0,1,0}-{2693,9901,0,1,0}-{2701,9902,0,1,0}-{2704,9908,0,1,0}-{2694,9889,0,1,0}-{2694,9879,0,1,0}-{2699,9875,0,1,0}-{2700,9869,0,1,0}-{2695,9870,0,1,0}-"
- },
- {
- "npc_id": "1021",
- "loc_data": "{2733,9882,0,1,0}-{2732,9888,0,1,0}-{2738,9889,0,1,0}-{2732,9892,0,1,0}-{2738,9894,0,1,0}-{2734,9896,0,1,0}-"
- },
- {
- "npc_id": "1022",
- "loc_data": "{2714,9904,0,1,0}-{2718,9906,0,1,0}-{2717,9902,0,1,0}-{2720,9904,0,1,0}-{2724,9903,0,1,0}-{2727,9905,0,1,0}-{2726,9907,0,1,0}-"
- },
- {
- "npc_id": "1027",
- "loc_data": "{2354,3608,0,0,0}-{3278,3155,0,0,0}-"
- },
- {
- "npc_id": "1036",
- "loc_data": "{3514,3478,0,0,0}-{3514,3479,0,0,0}-{3514,3480,0,0,0}-{3514,3481,0,0,0}-{3514,3482,0,0,0}-{3514,3483,0,0,0}-"
- },
- {
- "npc_id": "1037",
- "loc_data": "{2435,3412,0,1,3}-"
- },
- {
- "npc_id": "1038",
- "loc_data": "{3508,3494,0,1,1}-"
- },
- {
- "npc_id": "1039",
- "loc_data": "{3500,3505,0,1,5}-"
- },
- {
- "npc_id": "1040",
- "loc_data": "{3475,3494,0,1,6}-"
- },
- {
- "npc_id": "1041",
- "loc_data": "{3490,3500,0,1,4}-"
- },
- {
- "npc_id": "1042",
- "loc_data": "{3495,3469,0,1,3}-"
- },
- {
- "npc_id": "1043",
- "loc_data": "{2852,4561,0,0,0}-{2853,4566,0,0,0}-{2856,4568,0,0,0}-{2864,4561,0,0,0}-{2864,4563,0,0,0}-{3409,3369,0,0,0}-{3420,3349,0,0,0}-{3430,3340,0,0,0}-{3435,3330,0,0,0}-{3435,3359,0,0,0}-{3437,3374,0,0,0}-{3446,3385,0,0,0}-{3447,3388,0,0,0}-{3450,3370,0,0,0}-{3450,3387,0,0,0}-{3451,3336,0,0,0}-{3452,3355,0,0,0}-{3418,3420,0,0,0}-{3424,3452,0,0,0}-{3428,3409,0,0,0}-{3433,3416,0,0,0}-{3434,3394,0,0,0}-{3436,3407,0,0,0}-{3438,3414,0,0,0}-{3439,3449,0,0,0}-{3446,3439,0,0,0}-{3454,3410,0,0,0}-{3454,3423,0,0,0}-{3726,3289,0,0,0}-{3732,3291,0,0,0}-{3737,3280,0,0,0}-{3745,3285,0,0,0}-{3726,3381,0,0,0}-{3745,3359,0,0,0}-{3749,3365,0,0,0}-{3750,3354,0,0,0}-{3757,3363,0,0,0}-{3763,3337,0,0,0}-{3459,3457,0,0,0}-{3460,3462,0,0,0}-{3462,3459,0,0,0}-{3463,3490,0,0,0}-{3464,3511,0,0,0}-{3465,3466,0,0,0}-{3466,3495,0,0,0}-{3466,3497,0,0,0}-{3467,3485,0,0,0}-{3467,3497,0,0,0}-{3467,3509,0,0,0}-{3469,3470,0,0,0}-{3470,3469,0,0,0}-{3471,3477,0,0,0}-{3474,3505,0,0,0}-{3476,3507,0,0,0}-{3479,3511,0,0,0}-{3480,3468,0,0,0}-{3480,3470,0,0,0}-{3482,3469,0,0,0}-{3483,3511,0,0,0}-{3484,3464,0,0,0}-{3485,3509,0,0,0}-{3490,3461,0,0,0}-{3491,3460,0,0,0}-{3494,3461,0,0,0}-{3494,3512,0,0,0}-{3498,3461,0,0,0}-{3499,3513,0,0,0}-{3501,3513,0,0,0}-{3502,3464,0,0,0}-{3504,3463,0,0,0}-{3506,3512,0,0,0}-{3506,3515,0,0,0}-{3507,3515,0,0,0}-{3509,3512,0,0,0}-{3511,3488,0,0,0}-{3513,3467,0,0,0}-{3513,3487,0,0,0}-{3513,3489,0,0,0}-{3513,3503,0,0,0}-{3514,3490,0,0,0}-{3515,3495,0,0,0}-{3515,3499,0,0,0}-{3516,3469,0,0,0}-"
- },
- {
- "npc_id": "1044",
- "loc_data": "{3408,3484,0,1,6}-{3408,3493,0,1,1}-{3410,3489,1,1,3}-{3412,3487,1,1,4}-"
- },
- {
- "npc_id": "1045",
- "loc_data": "{3413,3489,0,1,3}-{3409,3485,1,1,4}-{3413,3489,1,1,1}-{3213,3476,0,1,3}-"
- },
- {
- "npc_id": "1046",
- "loc_data": "{3409,3489,0,1,4}-{3413,3485,0,1,4}-{3414,3491,1,1,6}-"
- },
- {
- "npc_id": "1048",
- "loc_data": "{3437,3486,0,0,0}-"
- },
- {
- "npc_id": "1051",
- "loc_data": "{3440,9738,1,1,0}-"
- },
- {
- "npc_id": "1052",
- "loc_data": "{3451,3380,0,1,0}-{3445,3374,0,1,0}-{3438,3365,0,1,0}-{3429,3367,0,1,0}-{3417,3367,0,1,0}-{3413,3362,0,1,0}-{3417,3358,0,1,0}-{3426,3352,0,1,0}-{3435,3349,0,1,0}-{3442,3353,0,1,0}-{3448,3358,0,1,0}-{3426,3338,0,1,0}-{3423,3335,0,1,0}-{3420,3442,0,1,0}-{3429,3436,0,1,0}-{3439,3437,0,1,0}-{3448,3444,0,1,0}-{3449,3420,0,1,0}-{3441,3421,0,1,0}-{3427,3421,0,1,0}-{3414,3422,0,1,0}-{3411,3423,0,1,0}-{3415,3414,0,1,0}-{3410,3409,0,1,0}-{3422,3405,0,1,0}-{3431,3402,0,1,0}-{3444,3405,0,1,0}-{3453,3397,0,1,0}-{3470,3385,0,1,0}-{3463,3379,0,1,0}-{3457,3355,0,1,0}-{3461,3348,0,1,0}-{3457,3343,0,1,0}-{3471,3344,0,1,0}-{3458,3433,0,1,0}-{3459,3419,0,1,0}-{3467,3402,0,1,0}-{3473,3395,0,1,0}-"
- },
- {
- "npc_id": "1054",
- "loc_data": "{3444,3459,0,0,0}-"
- },
- {
- "npc_id": "1055",
- "loc_data": "{2811,3191,0,0,0}-"
- },
- {
- "npc_id": "1060",
- "loc_data": "{2898,3528,0,0,1}-"
- },
- {
- "npc_id": "1061",
- "loc_data": "{2898,3532,0,0,4}-"
- },
- {
- "npc_id": "1062",
- "loc_data": "{2893,3540,0,0,3}-"
- },
- {
- "npc_id": "1063",
- "loc_data": "{2900,3531,0,0,7}-{2900,3533,0,0,7}-"
- },
- {
- "npc_id": "1064",
- "loc_data": "{2895,3537,0,0,1}-{2894,3537,0,0,1}-{2893,3537,0,0,1}-{2892,3537,0,0,1}-{2891,3537,0,0,1}-{2891,3538,0,0,1}-{2892,3538,0,0,1}-{2893,3538,0,0,1}-{2894,3538,0,0,1}-{2895,3538,0,0,1}-"
- },
- {
- "npc_id": "1065",
- "loc_data": "{2889,3529,0,1,1}-{2904,3538,0,1,6}-{2882,3531,0,1,4}-{2903,3544,0,1,4}-{2911,3542,0,1,4}-{2906,3540,0,1,3}-"
- },
- {
- "npc_id": "1066",
- "loc_data": "{2892,3532,0,0,4}-"
- },
- {
- "npc_id": "1067",
- "loc_data": "{2893,3533,0,0,6}-"
- },
- {
- "npc_id": "1068",
- "loc_data": "{2894,3532,0,0,3}-"
- },
- {
- "npc_id": "1069",
- "loc_data": "{2840,3589,0,0,3}-"
- },
- {
- "npc_id": "1070",
- "loc_data": "{2269,4758,0,1,3}-"
- },
- {
- "npc_id": "1071",
- "loc_data": "{2820,3554,0,1,1}-"
- },
- {
- "npc_id": "1072",
- "loc_data": "{2893,3558,0,1,3}-"
- },
- {
- "npc_id": "1073",
- "loc_data": "{2900,3549,0,0,3}-{2897,3549,0,0,4}-{2902,3568,1,1,3}-{2903,3559,1,1,3}-{2903,3557,1,1,3}-{2903,3569,1,1,3}-{2894,3559,1,1,3}-{2892,3557,1,0,3}-"
- },
- {
- "npc_id": "1074",
- "loc_data": "{2893,3569,1,1,3}-"
- },
- {
- "npc_id": "1076",
- "loc_data": "{2897,3556,0,0,6}-{2896,3566,0,0,6}-"
- },
- {
- "npc_id": "1077",
- "loc_data": "{2900,3556,0,0,6}-"
- },
- {
- "npc_id": "1078",
- "loc_data": "{2905,3540,1,1,0}-"
- },
- {
- "npc_id": "1079",
- "loc_data": "{2906,3537,0,1,5}-"
- },
- {
- "npc_id": "1080",
- "loc_data": "{2900,3567,1,1,0}-"
- },
- {
- "npc_id": "1081",
- "loc_data": "{2897,3565,0,1,4}-"
- },
- {
- "npc_id": "1082",
- "loc_data": "{2919,3576,0,0,0}-"
- },
- {
- "npc_id": "1083",
- "loc_data": "{2931,3546,0,1,3}-"
- },
- {
- "npc_id": "1084",
- "loc_data": "{2915,3549,0,1,0}-"
- },
- {
- "npc_id": "1085",
- "loc_data": "{2927,3558,0,1,6}-"
- },
- {
- "npc_id": "1086",
- "loc_data": "{2965,3262,0,1,4}-"
- },
- {
- "npc_id": "1087",
- "loc_data": "{2911,3540,0,1,7}-"
- },
- {
- "npc_id": "1088",
- "loc_data": "{2918,3545,0,1,0}-"
- },
- {
- "npc_id": "1089",
- "loc_data": "{2919,3529,0,1,0}-"
- },
- {
- "npc_id": "1090",
- "loc_data": "{2931,3566,0,1,1}-"
- },
- {
- "npc_id": "1093",
- "loc_data": "{2817,3560,0,1,3}-"
- },
- {
- "npc_id": "1094",
- "loc_data": "{2802,3841,0,1,0}-{2798,3842,0,1,0}-{2804,3843,0,1,0}-{2807,3843,0,1,0}-"
- },
- {
- "npc_id": "1096",
- "loc_data": "{2852,3591,0,1,7}-"
- },
- {
- "npc_id": "1097",
- "loc_data": "{2858,3596,0,1,4}-"
- },
- {
- "npc_id": "1098",
- "loc_data": "{2868,3591,0,1,6}-"
- },
- {
- "npc_id": "1099",
- "loc_data": "{2857,3589,0,0,0}-"
- },
- {
- "npc_id": "1100",
- "loc_data": "{2859,3589,0,0,0}-"
- },
- {
- "npc_id": "1101",
- "loc_data": "{2854,3600,0,0,1}-"
- },
- {
- "npc_id": "1102",
- "loc_data": "{2859,3600,0,0,1}-"
- },
- {
- "npc_id": "1103",
- "loc_data": "{2863,3600,0,0,1}-"
- },
- {
- "npc_id": "1104",
- "loc_data": "{2867,3600,0,0,1}-"
- },
- {
- "npc_id": "1105",
- "loc_data": "{2870,3600,0,0,1}-{2851,3598,0,0,1}-"
- },
- {
- "npc_id": "1106",
- "loc_data": "{2864,3594,0,1,1}-{2857,3587,0,1,7}-{2855,3596,0,1,4}-{2843,3682,0,1,1}-{2827,10078,1,1,6}-{2881,3592,0,1,5}-{2916,3631,0,1,0}-{2769,10149,0,1,0}-{2777,10142,0,1,0}-"
- },
- {
- "npc_id": "1107",
- "loc_data": "{2874,3595,0,1,3}-{2875,3596,0,1,1}-{2873,3598,0,1,1}-{2845,3674,0,1,4}-{2836,10088,1,1,5}-{2917,3634,0,1,0}-{2781,10143,0,1,0}-"
- },
- {
- "npc_id": "1108",
- "loc_data": "{2878,3592,0,1,6}-{2861,3586,0,1,6}-{2852,3673,0,1,2}-{2855,10058,2,1,4}-{2783,10140,0,1,0}-"
- },
- {
- "npc_id": "1109",
- "loc_data": "{2875,3588,0,1,1}-{2851,3667,0,1,3}-{2825,10087,1,1,3}-{2836,10080,1,1,6}-{2883,3586,0,1,6}-{2909,3641,0,1,0}-{2923,10029,0,1,7}-{2784,10040,2,1,3}-{2784,10134,0,1,0}-"
- },
- {
- "npc_id": "1110",
- "loc_data": "{2869,3594,0,1,3}-{2861,3587,0,1,4}-{2872,3594,0,1,5}-{2829,10080,1,1,6}-{2836,10097,2,1,4}-{2852,10110,2,1,4}-{2883,3591,0,1,4}-{2771,10143,0,1,0}-"
- },
- {
- "npc_id": "1111",
- "loc_data": "{2863,3588,0,1,6}-{2865,3591,0,1,0}-{2866,3598,0,1,1}-{2855,3685,0,1,1}-{2840,10101,1,1,4}-{2857,10055,2,1,3}-{2836,10090,2,1,1}-{2925,10033,0,1,6}-{2788,10131,0,1,0}-"
- },
- {
- "npc_id": "1112",
- "loc_data": "{2867,3595,0,1,6}-{2871,3597,0,1,4}-{2832,10089,1,1,1}-{2836,10077,2,1,1}-{2925,10030,0,1,1}-"
- },
- {
- "npc_id": "1113",
- "loc_data": "{2829,10083,0,1,0}-"
- },
- {
- "npc_id": "1114",
- "loc_data": "{2827,10077,0,1,0}-"
- },
- {
- "npc_id": "1115",
- "loc_data": "{2831,10086,2,0,0}-"
- },
- {
- "npc_id": "1116",
- "loc_data": "{2822,10073,2,0,0}-"
- },
- {
- "npc_id": "1117",
- "loc_data": "{2829,10100,2,0,0}-"
- },
- {
- "npc_id": "1118",
- "loc_data": "{2906,3623,0,0,6}-"
- },
- {
- "npc_id": "1119",
- "loc_data": "{2920,3622,0,0,3}-"
- },
- {
- "npc_id": "1120",
- "loc_data": "{2923,3616,0,0,3}-"
- },
- {
- "npc_id": "1121",
- "loc_data": "{2923,3612,0,0,3}-"
- },
- {
- "npc_id": "1122",
- "loc_data": "{2916,3601,0,0,0}-"
- },
- {
- "npc_id": "1123",
- "loc_data": "{2902,3604,0,0,1}-"
- },
- {
- "npc_id": "1124",
- "loc_data": "{2922,3606,0,0,3}-"
- },
- {
- "npc_id": "1125",
- "loc_data": "{2911,3612,0,0,3}-"
- },
- {
- "npc_id": "1128",
- "loc_data": "{2832,10079,0,0,4}-"
- },
- {
- "npc_id": "1129",
- "loc_data": "{2832,10083,0,0,4}-"
- },
- {
- "npc_id": "1130",
- "loc_data": "{2902,3696,0,0,1}-"
- },
- {
- "npc_id": "1131",
- "loc_data": "{2898,3698,0,0,1}-"
- },
- {
- "npc_id": "1132",
- "loc_data": "{2893,3700,0,0,1}-"
- },
- {
- "npc_id": "1133",
- "loc_data": "{2889,3699,0,0,1}-"
- },
- {
- "npc_id": "1134",
- "loc_data": "{2886,3698,0,0,1}-"
- },
- {
- "npc_id": "1135",
- "loc_data": "{2843,10057,1,0,0}-"
- },
- {
- "npc_id": "1136",
- "loc_data": "{2840,10056,1,0,0}-"
- },
- {
- "npc_id": "1137",
- "loc_data": "{2847,10056,1,0,0}-"
- },
- {
- "npc_id": "1138",
- "loc_data": "{2826,10083,1,1,0}-{2837,10083,2,1,1}-{2904,3642,0,1,3}-{2923,10031,0,1,3}-"
- },
- {
- "npc_id": "1139",
- "loc_data": "{2854,3689,0,0,6}-"
- },
- {
- "npc_id": "1140",
- "loc_data": "{2819,3586,0,1,4}-{2856,10054,1,0,0}-{2860,10057,1,0,0}-{2892,3685,0,1,0}-{2900,3671,0,1,0}-"
- },
- {
- "npc_id": "1141",
- "loc_data": "{2857,10059,1,0,0}-{2857,10057,1,0,0}-{2893,3678,0,1,0}-"
- },
- {
- "npc_id": "1142",
- "loc_data": "{2851,10089,0,1,1}-{2854,10092,0,1,3}-"
- },
- {
- "npc_id": "1143",
- "loc_data": "{2850,10088,0,1,3}-{2854,10086,0,1,6}-"
- },
- {
- "npc_id": "1144",
- "loc_data": "{2856,10089,0,1,4}-{2858,10089,0,1,6}-"
- },
- {
- "npc_id": "1146",
- "loc_data": "{2864,10081,0,1,7}-"
- },
- {
- "npc_id": "1147",
- "loc_data": "{2853,10076,0,1,5}-"
- },
- {
- "npc_id": "1148",
- "loc_data": "{2858,10082,0,1,3}-"
- },
- {
- "npc_id": "1149",
- "loc_data": "{2861,10085,0,1,2}-"
- },
- {
- "npc_id": "1150",
- "loc_data": "{2857,10075,0,1,1}-"
- },
- {
- "npc_id": "1151",
- "loc_data": "{2845,10058,1,0,0}-"
- },
- {
- "npc_id": "1153",
- "loc_data": "{3489,9509,2,1,4}-{3499,9515,2,1,6}-{3505,9527,2,1,5}-{3510,9521,2,1,1}-{3490,9526,2,1,3}-{3475,9524,2,1,5}-{3465,9505,2,1,1}-{3479,9501,2,1,3}-{3487,9491,2,1,3}-"
- },
- {
- "npc_id": "1154",
- "loc_data": "{3472,9501,2,1,3}-{3495,9494,2,1,4}-{3479,9484,2,1,1}-{3500,9477,2,1,6}-{3470,9482,2,1,6}-{3465,9481,2,1,3}-{3465,9491,2,1,6}-{3468,9488,2,1,0}-"
- },
- {
- "npc_id": "1155",
- "loc_data": "{3505,9496,2,1,6}-{3513,9496,2,1,7}-"
- },
- {
- "npc_id": "1157",
- "loc_data": "{3480,9508,0,1,0}-{3495,9505,0,1,2}-{3492,9490,0,1,1}-{3472,9497,0,1,6}-"
- },
- {
- "npc_id": "1158",
- "loc_data": "{3484,9491,0,1,2}-"
- },
- {
- "npc_id": "1161",
- "loc_data": "{3487,9526,2,1,5}-{3474,9519,2,1,1}-{3465,9512,2,1,0}-{3489,9501,2,1,4}-{3494,9501,2,1,3}-{3480,9489,2,1,6}-{3483,9477,2,1,3}-{3494,9476,2,1,3}-{3473,9487,0,1,3}-{3476,9496,0,1,6}-{3473,9501,0,1,7}-{3481,9504,0,1,6}-{3488,9514,0,1,6}-{3497,9501,0,1,3}-{3486,9490,0,1,0}-"
- },
- {
- "npc_id": "1162",
- "loc_data": "{2781,3088,1,1,0}-"
- },
- {
- "npc_id": "1164",
- "loc_data": "{2780,3058,0,1,0}-"
- },
- {
- "npc_id": "1171",
- "loc_data": "{2766,3168,0,1,6}-"
- },
- {
- "npc_id": "1172",
- "loc_data": "{2909,3086,0,0,0}-"
- },
- {
- "npc_id": "1174",
- "loc_data": "{2792,3015,0,0,0}-{2792,3019,0,0,0}-{2801,3010,0,0,0}-{2801,3010,0,0,4}-"
- },
- {
- "npc_id": "1176",
- "loc_data": "{2928,3112,0,0,0}-"
- },
- {
- "npc_id": "1177",
- "loc_data": "{2912,3119,0,0,0}-"
- },
- {
- "npc_id": "1178",
- "loc_data": "{2768,3165,0,0,0}-"
- },
- {
- "npc_id": "1179",
- "loc_data": "{2941,3100,0,1,6}-"
- },
- {
- "npc_id": "1180",
- "loc_data": "{2916,3110,0,1,7}-"
- },
- {
- "npc_id": "1181",
- "loc_data": "{2902,3101,0,1,1}-{2922,3105,0,1,6}-"
- },
- {
- "npc_id": "1183",
- "loc_data": "{2206,3258,0,1,3}-{2200,3261,0,1,3}-{2193,3253,0,1,3}-{2192,3243,0,1,3}-"
- },
- {
- "npc_id": "1184",
- "loc_data": "{2192,3249,0,1,3}-{2200,3249,0,1,3}-{2195,3247,0,1,3}-{2212,3258,0,1,3}-"
- },
- {
- "npc_id": "1192",
- "loc_data": "{2924,3506,0,1,0}-{2927,3498,0,0,0}-{2297,3176,0,1,6}-"
- },
- {
- "npc_id": "1193",
- "loc_data": "{2297,3176,0,1,6}-"
- },
- {
- "npc_id": "1194",
- "loc_data": "{2298,3177,0,1,4}-"
- },
- {
- "npc_id": "1195",
- "loc_data": "{2215,3171,0,1,4}-{2200,3224,0,1,0}-{2293,3156,0,1,3}-"
- },
- {
- "npc_id": "1196",
- "loc_data": "{2217,3171,0,1,0}-{2199,3222,0,1,0}-{2201,3218,0,1,0}-{2291,3156,0,1,0}-"
- },
- {
- "npc_id": "1197",
- "loc_data": "{2197,3218,0,1,0}-{2292,3153,0,1,0}-"
- },
- {
- "npc_id": "1198",
- "loc_data": "{2296,3192,0,1,2}-"
- },
- {
- "npc_id": "1199",
- "loc_data": "{2194,3255,0,0,6}-{2262,3151,0,1,0}-"
- },
- {
- "npc_id": "1201",
- "loc_data": "{2198,3250,0,0,6}-{2203,3250,0,0,4}-{2264,3147,0,1,1}-{2266,3145,0,1,4}-"
- },
- {
- "npc_id": "1202",
- "loc_data": "{2352,3172,0,1,4}-"
- },
- {
- "npc_id": "1203",
- "loc_data": "{2189,3155,0,0,1}-{2183,3156,0,1,4}-{2194,3156,0,1,6}-{2182,3148,0,1,4}-{2179,3137,0,1,3}-{2189,3136,0,1,3}-{2182,3146,0,1,3}-{2187,3172,0,0,1}-{2180,3180,0,1,1}-"
- },
- {
- "npc_id": "1205",
- "loc_data": "{3054,3254,0,0,0}-"
- },
- {
- "npc_id": "1206",
- "loc_data": "{2185,3144,0,0,4}-"
- },
- {
- "npc_id": "1207",
- "loc_data": "{3055,3254,0,0,0}-"
- },
- {
- "npc_id": "1208",
- "loc_data": "{2194,3140,0,1,5}-"
- },
- {
- "npc_id": "1211",
- "loc_data": "{2914,3418,0,0,6}-"
- },
- {
- "npc_id": "1212",
- "loc_data": "{2194,3189,0,0,0}-{2196,3187,0,0,0}-{2196,3189,0,0,0}-{2206,3164,0,0,0}-{2209,3164,0,0,0}-{2216,3142,0,0,0}-{2218,3139,0,0,0}-{2178,3238,0,0,0}-{2208,3225,0,0,0}-{2210,3217,0,0,0}-{2213,3243,0,0,0}-{2218,3245,0,0,0}-{2220,3243,0,0,0}-{2221,3243,0,0,0}-{3202,5990,0,0,0}-{3232,5977,0,0,0}-{3234,5969,0,0,0}-{3237,5995,0,0,0}-{3242,5997,0,0,0}-{3244,5995,0,0,0}-{3245,5995,0,0,0}-{2729,6086,0,0,0}-{2731,6080,0,0,0}-{2731,6089,0,0,0}-{2744,6139,0,0,0}-{2695,6170,0,0,0}-{2697,6171,0,0,0}-{2697,6202,0,0,0}-{2699,6204,0,0,0}-{2707,6155,0,0,0}-{2715,6167,0,0,0}-{2715,6169,0,0,0}-{2746,6206,0,0,0}-{2281,3142,0,0,0}-{2283,3136,0,0,0}-{2283,3145,0,0,0}-{2296,3195,0,0,0}-{2247,3226,0,0,0}-{2249,3227,0,0,0}-{2249,3258,0,0,0}-{2251,3260,0,0,0}-{2259,3211,0,0,0}-{2267,3223,0,0,0}-{2267,3225,0,0,0}-{2298,3262,0,0,0}-{3271,5978,0,0,0}-{3273,5979,0,0,0}-{3273,6010,0,0,0}-{3275,6012,0,0,0}-{3283,5963,0,0,0}-{3291,5975,0,0,0}-{3291,5977,0,0,0}-{3322,6014,0,0,0}-"
- },
- {
- "npc_id": "1213",
- "loc_data": "{2192,3188,0,0,0}-{2192,3191,0,0,0}-{2194,3190,0,0,0}-{2208,3163,0,0,0}-{2209,3163,0,0,0}-{2216,3136,0,0,0}-{2216,3140,0,0,0}-{2180,3236,0,0,0}-{2208,3227,0,0,0}-{2210,3215,0,0,0}-{2210,3224,0,0,0}-{2214,3244,0,0,0}-{2215,3245,0,0,0}-{2219,3244,0,0,0}-{3204,5988,0,0,0}-{3232,5979,0,0,0}-{3234,5967,0,0,0}-{3234,5976,0,0,0}-{3238,5996,0,0,0}-{3239,5997,0,0,0}-{3243,5996,0,0,0}-{2730,6084,0,0,0}-{2696,6169,0,0,0}-{2696,6171,0,0,0}-{2699,6201,0,0,0}-{2701,6203,0,0,0}-{2716,6168,0,0,0}-{2739,6206,0,0,0}-{2282,3140,0,0,0}-{2248,3225,0,0,0}-{2248,3227,0,0,0}-{2251,3257,0,0,0}-{2253,3259,0,0,0}-{2268,3224,0,0,0}-{2291,3262,0,0,0}-{3272,5977,0,0,0}-{3272,5979,0,0,0}-{3275,6009,0,0,0}-{3277,6011,0,0,0}-{3292,5976,0,0,0}-{3315,6014,0,0,0}-"
- },
- {
- "npc_id": "1214",
- "loc_data": "{2891,3676,0,0,1}-"
- },
- {
- "npc_id": "1215",
- "loc_data": "{2612,3287,0,0,0}-{2613,3287,0,0,0}-"
- },
- {
- "npc_id": "1216",
- "loc_data": "{2611,3285,0,0,0}-"
- },
- {
- "npc_id": "1217",
- "loc_data": "{3000,3386,0,1,0}-{3019,3368,0,1,0}-"
- },
- {
- "npc_id": "1218",
- "loc_data": "{3412,3512,0,1,4}-{3412,3515,0,1,1}-{3413,3514,0,1,6}-{3414,3512,0,1,5}-{3415,3518,0,1,5}-{3416,3509,0,1,7}-{3416,3511,0,1,4}-{3417,3518,0,1,4}-{3418,3509,0,1,4}-{3419,3512,0,1,7}-{3420,3517,0,1,7}-{3420,3518,0,1,6}-{3423,3461,0,1,5}-{3426,3465,0,1,4}-{3427,3463,0,1,5}-{3428,3458,0,1,4}-{3428,3465,0,1,2}-{3430,3462,0,1,1}-{3430,3467,0,1,3}-{3433,3458,0,1,1}-{3433,3468,0,1,4}-{3434,3464,0,1,6}-"
- },
- {
- "npc_id": "1219",
- "loc_data": "{3588,3461,0,1,0}-{3589,3493,0,1,0}-{3590,3509,0,1,0}-{3596,3476,0,1,0}-{3599,3483,0,1,0}-{3607,3460,0,1,0}-{3613,3499,0,1,0}-{3614,3515,0,1,0}-{3620,3472,0,1,0}-{3623,3504,0,1,0}-{3626,3475,0,1,0}-{3626,3491,0,1,0}-{3629,3511,0,1,0}-{3633,3463,0,1,0}-{3644,3498,0,1,0}-{3537,3496,0,1,0}-{3545,3502,0,1,0}-{3546,3462,0,1,0}-{3548,3480,0,1,0}-{3551,3489,0,1,0}-{3554,3506,0,1,0}-{3560,3462,0,1,0}-{3566,3483,0,1,0}-{3567,3474,0,1,0}-{3572,3492,0,1,0}-{3574,3507,0,1,0}-"
- },
- {
- "npc_id": "1221",
- "loc_data": "{3597,3489,0,1,0}-{3611,3462,0,1,0}-{3620,3500,0,1,0}-{3636,3484,0,1,0}-{3566,3457,0,1,0}-{3567,3503,0,1,0}-"
- },
- {
- "npc_id": "1223",
- "loc_data": "{3585,3478,0,1,0}-{3586,3480,0,1,0}-{3586,3496,0,1,0}-{3592,3477,0,1,0}-{3593,3458,0,1,0}-{3593,3508,0,1,0}-{3595,3491,0,1,0}-{3597,3479,0,1,0}-{3607,3466,0,1,0}-{3617,3477,0,1,0}-{3618,3514,0,1,0}-{3631,3471,0,1,0}-{3631,3499,0,1,0}-{3632,3459,0,1,0}-{3632,3475,0,1,0}-{3638,3472,0,1,0}-{3646,3467,0,1,0}-"
- },
- {
- "npc_id": "1227",
- "loc_data": "{3424,3318,0,1,0}-{3423,3312,0,1,4}-{3426,3381,0,1,0}-{3418,3375,0,1,0}-{3414,3363,0,1,0}-{3411,3358,0,1,0}-{3441,3356,0,1,0}-{3424,3426,0,1,0}-{3414,3413,0,1,0}-{3421,3408,0,1,0}-{3422,3408,0,1,0}-{3440,3406,0,1,0}-{3412,3392,0,1,0}-{3494,3388,0,1,0}-{3467,3346,0,1,0}-{3465,3347,0,1,0}-{3507,3435,0,1,4}-{3511,3455,0,1,0}-{3508,3420,0,1,3}-{3508,3420,0,1,4}-{3506,3402,0,1,7}-{3502,3392,0,1,3}-{3481,3446,0,1,0}-{3480,3445,0,1,0}-{3479,3443,0,1,0}-{3471,3433,0,1,0}-{3459,3432,0,1,0}-{3459,3426,0,1,0}-{3459,3418,0,1,0}-{3456,3415,0,1,0}-{3484,3456,0,1,0}-{3486,3458,0,1,4}-{3563,3441,0,1,0}-{3544,3430,0,1,0}-{3540,3413,0,1,0}-{3529,3441,0,1,0}-"
- },
- {
- "npc_id": "1228",
- "loc_data": "{3469,3346,0,1,0}-{3494,3447,0,1,0}-{3530,3440,0,1,0}-{3556,3453,0,1,0}-"
- },
- {
- "npc_id": "1229",
- "loc_data": "{3421,3302,0,1,4}-{3417,3291,0,1,4}-{3423,3288,0,1,4}-{3418,3284,0,1,6}-{3427,3298,0,1,3}-{3431,3303,0,1,1}-{3432,3311,0,1,1}-{3427,3376,0,1,0}-{3420,3407,0,1,0}-{3425,3403,0,1,0}-{3438,3399,0,1,0}-{3446,3406,0,1,0}-{3420,3426,0,1,0}-{3477,3368,0,1,0}-{3479,3367,0,1,0}-{3502,3455,0,1,2}-{3516,3415,0,1,4}-{3511,3401,0,1,1}-{3484,3443,0,1,0}-{3483,3442,0,1,0}-{3457,3416,0,1,0}-{3469,3402,0,1,0}-{3471,3401,0,1,0}-{3492,3457,0,1,1}-"
- },
- {
- "npc_id": "1230",
- "loc_data": "{3419,3280,0,1,4}-{3421,3277,0,1,4}-{3431,3275,0,1,3}-{3428,3314,0,1,1}-{3436,3318,0,1,5}-{3434,3322,0,1,6}-{3476,3350,0,1,0}-{3496,3447,0,1,7}-{3481,3442,0,1,0}-{3520,3437,0,1,4}-"
- },
- {
- "npc_id": "1231",
- "loc_data": "{3429,3313,0,1,0}-{3429,3314,0,1,0}-{3437,3312,0,1,0}-{3437,3311,0,1,0}-{3451,3308,0,1,0}-{3447,3268,0,1,0}-{3438,3354,0,1,0}-{3504,3437,0,1,0}-{3509,3437,0,1,0}-{3498,3419,0,1,0}-{3493,3413,0,1,0}-{3524,3397,0,1,0}-"
- },
- {
- "npc_id": "1232",
- "loc_data": "{3441,3265,0,1,5}-{3438,3277,0,1,7}-{3438,3283,0,1,4}-{3439,3315,0,1,3}-{3439,3310,0,1,1}-{3435,3302,0,1,3}-{3411,3362,0,1,0}-{3415,3365,0,1,0}-{3415,3371,0,1,0}-{3413,3373,0,1,0}-{3431,3383,0,1,0}-{3508,3420,0,1,1}-{3514,3415,0,1,7}-{3470,3400,0,1,0}-{3464,3405,0,1,0}-{3474,3417,0,1,0}-{3474,3419,0,1,0}-{3477,3419,0,1,0}-{3480,3441,0,1,0}-{3525,3417,0,1,3}-"
- },
- {
- "npc_id": "1233",
- "loc_data": "{3485,3443,0,1,0}-{3516,3441,0,1,0}-{3537,3428,0,1,0}-"
- },
- {
- "npc_id": "1234",
- "loc_data": "{3446,3282,0,1,1}-{3446,3298,0,1,3}-{3449,3304,0,1,1}-{3409,3387,0,1,0}-{3424,3377,0,1,0}-{3438,3351,0,1,0}-{3513,3383,0,1,0}-{3491,3388,0,1,3}-{3461,3355,0,1,0}-{3473,3348,0,1,0}-{3477,3367,0,1,0}-{3493,3454,0,1,2}-{3493,3454,0,1,0}-{3518,3454,0,1,2}-{3519,3441,0,1,7}-{3506,3417,0,1,5}-{3519,3401,0,1,2}-{3499,3420,0,1,3}-{3516,3410,0,1,7}-{3483,3444,0,1,0}-{3479,3423,0,1,0}-{3466,3408,0,1,0}-{3466,3407,0,1,0}-{3520,3412,0,1,0}-"
- },
- {
- "npc_id": "1235",
- "loc_data": "{3425,3306,0,1,1}-{3442,3303,0,1,3}-{3437,3299,0,1,1}-{3422,3321,0,1,1}-{3509,3386,0,1,2}-{3503,3420,0,1,3}-{3514,3398,0,1,4}-{3486,3458,0,1,7}-{3524,3419,0,1,1}-"
- },
- {
- "npc_id": "1239",
- "loc_data": "{3166,3033,0,1,1}-{3174,3043,0,1,6}-{3177,3041,0,1,4}-{3176,3038,0,1,4}-{3177,3035,0,1,7}-{3183,3035,0,1,6}-{3182,3032,0,1,6}-"
- },
- {
- "npc_id": "1240",
- "loc_data": "{3502,3288,0,1,4}-{3505,3284,0,1,4}-{3490,3292,0,1,4}-{3502,3300,0,1,4}-{3492,3303,0,1,4}-{3516,3303,0,1,4}-{3478,3281,0,1,4}-{3473,3273,0,1,4}-{3469,3288,0,1,4}-{3469,3304,0,1,4}-"
- },
- {
- "npc_id": "1251",
- "loc_data": "{3474,3309,0,1,5}-{3486,3277,0,1,4}-{3496,3289,0,0,3}-"
- },
- {
- "npc_id": "1253",
- "loc_data": "{3488,3297,0,0,6}-"
- },
- {
- "npc_id": "1257",
- "loc_data": "{3490,3290,0,0,3}-{3487,3303,0,1,5}-{3496,3296,0,1,4}-{3479,3303,0,1,4}-{3498,3282,0,1,3}-{3473,3281,0,1,3}-{3478,3308,0,1,1}-"
- },
- {
- "npc_id": "1258",
- "loc_data": "{3488,3287,0,1,1}-{3501,3285,0,1,5}-{3478,3274,0,1,4}-{3497,3283,0,1,1}-"
- },
- {
- "npc_id": "1261",
- "loc_data": "{3492,3300,0,1,4}-{3498,3300,0,1,5}-{3487,3302,0,1,6}-{3497,3299,0,1,5}-{3488,3273,0,1,6}-"
- },
- {
- "npc_id": "1262",
- "loc_data": "{3487,3283,0,1,1}-{3477,3300,0,1,4}-{3497,3276,0,1,1}-{3502,3279,0,1,1}-{3481,3296,0,1,2}-"
- },
- {
- "npc_id": "1263",
- "loc_data": "{3108,3160,1,1,1}-"
- },
- {
- "npc_id": "1266",
- "loc_data": "{2680,3719,0,0,7}-{2684,3722,0,0,1}-{2684,3726,0,0,1}-{2678,3728,0,0,2}-{2673,3728,0,0,0}-{2670,3724,0,0,3}-{2671,3726,0,0,2}-{2679,3731,0,0,2}-{2684,3729,0,0,6}-{2706,3711,0,0,1}-{2688,3721,0,0,1}-{2693,3715,0,0,5}-{2699,3715,0,0,2}-{2712,3718,0,0,5}-{2716,3721,0,0,7}-{2722,3726,0,0,1}-{2524,3764,0,0,7}-{2508,3762,0,0,0}-{2510,3755,0,0,2}-{2523,3756,0,0,1}-{2532,3753,0,0,0}-{2529,3755,0,0,1}-{2528,3739,0,0,6}-{2529,3730,0,0,0}-{2518,3724,0,0,1}-{2508,3723,0,0,1}-{2525,3718,0,0,1}-{2549,3733,0,0,3}-"
- },
- {
- "npc_id": "1268",
- "loc_data": "{2681,3716,0,0,2}-{2678,3721,0,0,2}-{2684,3719,0,0,1}-{2699,3719,0,0,4}-{2701,3717,0,0,2}-{2707,3719,0,0,0}-{2700,3726,0,0,2}-{2695,3713,0,0,2}-{2716,3718,0,0,5}-{2706,3713,0,0,2}-{2539,3761,0,0,7}-{2539,3759,0,0,7}-{2528,3767,0,0,3}-{2526,3753,0,0,2}-{2513,3755,0,0,3}-{2505,3753,0,0,3}-{2530,3751,0,0,1}-{2526,3755,0,0,1}-{2532,3758,0,0,6}-{2532,3751,0,0,3}-{2530,3737,0,0,2}-{2531,3728,0,0,0}-{2523,3723,0,0,1}-{2520,3724,0,0,3}-{2515,3718,0,0,3}-{2505,3724,0,0,4}-{2505,3729,0,0,6}-{2535,3718,0,0,4}-{2536,3724,0,0,1}-{2543,3729,0,0,6}-{2550,3734,0,0,1}-{2552,3747,0,0,6}-{2552,3752,0,0,6}-"
- },
- {
- "npc_id": "1269",
- "loc_data": "{2672,3683,0,1,3}-"
- },
- {
- "npc_id": "1270",
- "loc_data": "{2770,3624,0,0,0}-"
- },
- {
- "npc_id": "1274",
- "loc_data": "{2660,3680,0,0,6}-"
- },
- {
- "npc_id": "1275",
- "loc_data": "{2657,3680,0,0,6}-"
- },
- {
- "npc_id": "1276",
- "loc_data": "{2658,3679,0,0,6}-"
- },
- {
- "npc_id": "1277",
- "loc_data": "{2659,3678,0,0,6}-"
- },
- {
- "npc_id": "1278",
- "loc_data": "{2659,3664,0,1,3}-"
- },
- {
- "npc_id": "1281",
- "loc_data": "{2661,3651,0,1,3}-"
- },
- {
- "npc_id": "1282",
- "loc_data": "{2640,3681,0,1,4}-"
- },
- {
- "npc_id": "1283",
- "loc_data": "{2647,3660,0,1,5}-"
- },
- {
- "npc_id": "1284",
- "loc_data": "{2658,3673,0,1,1}-"
- },
- {
- "npc_id": "1285",
- "loc_data": "{2657,3669,0,1,1}-"
- },
- {
- "npc_id": "1286",
- "loc_data": "{2656,3676,0,1,1}-"
- },
- {
- "npc_id": "1287",
- "loc_data": "{2652,3588,0,1,1}-"
- },
- {
- "npc_id": "1288",
- "loc_data": "{2634,3667,0,1,1}-"
- },
- {
- "npc_id": "1289",
- "loc_data": "{2667,3692,0,1,1}-"
- },
- {
- "npc_id": "1294",
- "loc_data": "{2658,3673,0,1,7}-"
- },
- {
- "npc_id": "1296",
- "loc_data": "{2660,3663,0,0,6}-{2657,3663,0,0,6}-"
- },
- {
- "npc_id": "1298",
- "loc_data": "{2663,3646,0,0,6}-"
- },
- {
- "npc_id": "1299",
- "loc_data": "{2660,3646,0,0,6}-"
- },
- {
- "npc_id": "1300",
- "loc_data": "{2662,3674,0,1,1}-"
- },
- {
- "npc_id": "1301",
- "loc_data": "{2623,3675,0,1,6}-"
- },
- {
- "npc_id": "1302",
- "loc_data": "{2641,3699,0,0,4}-"
- },
- {
- "npc_id": "1303",
- "loc_data": "{2664,3692,0,1,3}-"
- },
- {
- "npc_id": "1304",
- "loc_data": "{2582,3845,0,0,3}-"
- },
- {
- "npc_id": "1305",
- "loc_data": "{2643,3676,0,1,7}-"
- },
- {
- "npc_id": "1306",
- "loc_data": "{2674,3677,0,1,6}-"
- },
- {
- "npc_id": "1307",
- "loc_data": "{2658,3673,0,1,7}-"
- },
- {
- "npc_id": "1308",
- "loc_data": "{2672,3662,0,1,3}-"
- },
- {
- "npc_id": "1309",
- "loc_data": "{2667,3653,0,1,3}-"
- },
- {
- "npc_id": "1310",
- "loc_data": "{2667,3701,0,1,4}-"
- },
- {
- "npc_id": "1311",
- "loc_data": "{2655,3651,0,1,3}-"
- },
- {
- "npc_id": "1312",
- "loc_data": "{2639,3651,0,1,6}-"
- },
- {
- "npc_id": "1313",
- "loc_data": "{2626,3653,0,1,5}-"
- },
- {
- "npc_id": "1314",
- "loc_data": "{2675,3677,0,1,3}-"
- },
- {
- "npc_id": "1315",
- "loc_data": "{2646,3675,0,1,3}-"
- },
- {
- "npc_id": "1317",
- "loc_data": "{2632,3677,0,1,2}-{2641,3682,0,1,3}-{2643,3675,0,1,6}-{2643,3674,0,1,4}-{2646,3668,0,1,3}-{2651,3669,0,1,3}-{2648,3688,0,1,4}-{2656,3692,0,1,1}-"
- },
- {
- "npc_id": "1318",
- "loc_data": "{2613,3668,0,1,3}-{2671,3658,0,1,2}-{2638,3648,0,1,3}-{2626,3658,0,1,4}-{2626,3668,0,1,1}-{2630,3673,0,1,7}-{2635,3680,0,1,4}-{2644,3675,0,1,5}-{2642,3681,0,1,3}-{2631,3678,0,1,6}-{2661,3698,0,1,1}-{2663,3687,0,1,3}-{2673,3695,0,1,3}-{2674,3710,0,1,1}-{2676,3693,0,1,3}-{2675,3685,0,1,4}-{2669,3677,0,1,1}-{2667,3670,0,1,2}-{2675,3670,0,1,4}-{2679,3685,0,1,2}-{2667,3671,0,1,3}-{2666,3663,0,1,6}-{2658,3657,0,1,4}-{2684,3649,0,1,4}-{2679,3649,0,1,4}-{2646,3664,0,1,4}-{2646,3655,0,1,1}-{2637,3655,0,1,3}-{2667,3658,0,1,3}-{2688,3659,0,1,2}-"
- },
- {
- "npc_id": "1320",
- "loc_data": "{2738,3636,0,1,7}-{2739,3636,0,1,7}-{2738,3637,0,1,4}-{2735,3637,0,1,3}-"
- },
- {
- "npc_id": "1321",
- "loc_data": "{2736,3642,0,1,4}-{2744,3638,0,1,4}-"
- },
- {
- "npc_id": "1329",
- "loc_data": "{3085,3640,0,1,0}-"
- },
- {
- "npc_id": "1334",
- "loc_data": "{2509,3639,1,1,3}-"
- },
- {
- "npc_id": "1335",
- "loc_data": "{2518,4633,0,1,1}-"
- },
- {
- "npc_id": "1336",
- "loc_data": "{2508,3635,0,1,3}-"
- },
- {
- "npc_id": "1337",
- "loc_data": "{2445,4599,1,1,3}-"
- },
- {
- "npc_id": "1338",
- "loc_data": "{3151,5559,0,1,2}-{3157,5548,0,1,3}-{3155,5553,0,1,4}-{3145,5559,0,1,6}-{3152,5556,0,1,3}-{3149,5544,0,1,0}-{3145,5548,0,1,3}-"
- },
- {
- "npc_id": "1339",
- "loc_data": "{3153,5547,0,1,0}-{3150,5545,0,1,1}-"
- },
- {
- "npc_id": "1340",
- "loc_data": "{3147,5557,0,1,3}-{3154,5559,0,1,4}-"
- },
- {
- "npc_id": "1343",
- "loc_data": "{3145,5548,0,1,6}-"
- },
- {
- "npc_id": "1357",
- "loc_data": "{2201,4942,0,1,4}-"
- },
- {
- "npc_id": "1358",
- "loc_data": "{2208,4959,0,1,6}-"
- },
- {
- "npc_id": "1359",
- "loc_data": "{2612,3875,1,1,6}-"
- },
- {
- "npc_id": "1360",
- "loc_data": "{2620,3896,0,0,3}-"
- },
- {
- "npc_id": "1369",
- "loc_data": "{2527,5876,0,1,0}-"
- },
- {
- "npc_id": "1373",
- "loc_data": "{2500,3860,1,1,4}-"
- },
- {
- "npc_id": "1374",
- "loc_data": "{2505,3854,1,0,4}-{2509,3849,0,0,4}-"
- },
- {
- "npc_id": "1375",
- "loc_data": "{2501,3858,1,0,4}-"
- },
- {
- "npc_id": "1376",
- "loc_data": "{2548,3895,0,1,0}-"
- },
- {
- "npc_id": "1377",
- "loc_data": "{2544,3843,0,1,6}-"
- },
- {
- "npc_id": "1378",
- "loc_data": "{2516,3865,0,1,4}-"
- },
- {
- "npc_id": "1385",
- "loc_data": "{2629,3694,0,0,6}-"
- },
- {
- "npc_id": "1389",
- "loc_data": "{2603,3877,0,1,1}-"
- },
- {
- "npc_id": "1390",
- "loc_data": "{2604,3876,0,1,4}-"
- },
- {
- "npc_id": "1391",
- "loc_data": "{2604,3876,0,1,3}-"
- },
- {
- "npc_id": "1393",
- "loc_data": "{2519,3868,0,0,3}-"
- },
- {
- "npc_id": "1394",
- "loc_data": "{2519,3863,0,0,1}-"
- },
- {
- "npc_id": "1395",
- "loc_data": "{2547,3868,0,0,1}-"
- },
- {
- "npc_id": "1396",
- "loc_data": "{2525,3892,0,0,4}-"
- },
- {
- "npc_id": "1397",
- "loc_data": "{2573,3856,0,0,4}-"
- },
- {
- "npc_id": "1398",
- "loc_data": "{2526,3850,0,0,6}-"
- },
- {
- "npc_id": "1399",
- "loc_data": "{2577,3854,0,0,1}-"
- },
- {
- "npc_id": "1400",
- "loc_data": "{3037,4512,0,1,0}-{3049,4498,0,1,1}-"
- },
- {
- "npc_id": "1401",
- "loc_data": "{2605,3878,0,1,1}-"
- },
- {
- "npc_id": "1402",
- "loc_data": "{2603,3877,0,1,1}-"
- },
- {
- "npc_id": "1404",
- "loc_data": "{2239,3164,0,1,2}-{2241,3166,0,1,3}-{2242,3163,0,1,3}-{3037,4492,0,1,4}-{3036,4502,0,1,4}-{3029,4520,0,1,1}-{3019,4512,0,1,1}-"
- },
- {
- "npc_id": "1405",
- "loc_data": "{2576,3843,0,0,6}-"
- },
- {
- "npc_id": "1427",
- "loc_data": "{2957,3025,0,0,0}-"
- },
- {
- "npc_id": "1433",
- "loc_data": "{2770,2789,0,1,6}-"
- },
- {
- "npc_id": "1434",
- "loc_data": "{2753,2770,0,1,6}-"
- },
- {
- "npc_id": "1447",
- "loc_data": "{2761,2785,0,1,3}-"
- },
- {
- "npc_id": "1452",
- "loc_data": "{2743,2796,0,1,6}-"
- },
- {
- "npc_id": "1454",
- "loc_data": "{2742,2790,0,1,1}-"
- },
- {
- "npc_id": "1457",
- "loc_data": "{2747,2782,0,0,1}-{2754,2778,0,1,1}-{2761,2778,0,1,1}-{2765,2779,0,1,4}-{2767,2784,0,1,6}-{2772,2781,0,1,5}-{2774,2787,0,1,1}-{2777,2790,0,1,4}-{2762,2793,0,1,3}-{2756,2789,0,1,3}-"
- },
- {
- "npc_id": "1458",
- "loc_data": "{2728,2751,0,1,1}-{2715,2749,0,1,2}-{2728,2758,0,1,1}-{2727,2762,0,1,6}-{2728,2755,0,1,6}-{2714,2753,0,1,1}-{2714,2757,0,1,6}-{2714,2761,0,1,6}-"
- },
- {
- "npc_id": "1459",
- "loc_data": "{2790,2791,0,1,4}-{2803,2785,0,1,7}-{2797,2792,0,1,0}-{2800,2779,0,1,5}-{2788,2779,0,1,7}-{2795,2776,0,1,3}-"
- },
- {
- "npc_id": "1460",
- "loc_data": "{2787,2794,0,1,3}-"
- },
- {
- "npc_id": "1463",
- "loc_data": "{2600,3276,0,1,4}-{2601,3276,0,1,6}-{2601,3277,0,1,6}-{2601,3278,0,1,2}-{2602,3279,0,1,5}-{2602,3282,0,1,4}-{2604,3276,0,1,4}-{2605,3280,0,1,4}-{2605,3281,0,1,7}-{2606,3280,0,1,4}-"
- },
- {
- "npc_id": "1469",
- "loc_data": "{2595,3277,0,0,0}-"
- },
- {
- "npc_id": "1471",
- "loc_data": "{2707,9102,0,1,0}-{2704,9107,0,1,0}-{2705,9110,0,1,0}-{2708,9107,0,1,0}-{2743,9105,0,1,0}-{2741,9103,0,1,0}-{2744,9101,0,1,0}-{2743,9099,0,1,0}-{2737,9124,0,1,0}-{2741,9123,0,1,0}-{2740,9120,0,1,0}-{2736,9119,0,1,0}-{2734,9117,0,1,0}-{2712,9135,0,1,0}-{2714,9131,0,1,0}-{2709,9131,0,1,0}-{2708,9135,0,1,0}-"
- },
- {
- "npc_id": "1514",
- "loc_data": "{3432,3487,0,0,0}-"
- },
- {
- "npc_id": "1515",
- "loc_data": "{3438,3487,0,0,0}-"
- },
- {
- "npc_id": "1516",
- "loc_data": "{3437,3487,0,0,0}-"
- },
- {
- "npc_id": "1517",
- "loc_data": "{3434,3483,0,0,0}-"
- },
- {
- "npc_id": "1518",
- "loc_data": "{3435,3483,0,0,0}-"
- },
- {
- "npc_id": "1519",
- "loc_data": "{3433,3486,0,0,0}-"
- },
- {
- "npc_id": "1520",
- "loc_data": "{3434,3486,0,0,0}-"
- },
- {
- "npc_id": "1526",
- "loc_data": "{2443,3089,0,0,0}-"
- },
- {
- "npc_id": "1544",
- "loc_data": "{2911,10175,0,0,4}-{2912,10175,0,0,4}-{2913,10175,0,0,4}-{2914,10175,0,0,4}-{2909,10173,0,0,4}-{2910,10173,0,0,4}-{2911,10173,0,0,4}-{2912,10173,0,0,4}-{2913,10173,0,0,4}-{2909,10171,0,0,4}-{2910,10171,0,0,4}-{2911,10169,0,0,4}-{2912,10169,0,0,4}-{2913,10169,0,0,4}-"
- },
- {
- "npc_id": "1553",
- "loc_data": "{2828,10065,1,0,0}-"
- },
- {
- "npc_id": "1554",
- "loc_data": "{2829,10104,1,0,0}-"
- },
- {
- "npc_id": "1555",
- "loc_data": "{2829,10096,1,0,0}-"
- },
- {
- "npc_id": "1558",
- "loc_data": "{2800,3859,0,1,0}-{2803,3864,0,1,0}-{2805,3859,0,1,0}-"
- },
- {
- "npc_id": "1560",
- "loc_data": "{3150,5454,0,1,4}-{3144,5446,0,1,7}-{3166,5446,0,1,3}-{3158,5451,0,1,7}-{2775,10224,0,1,0}-{2783,10199,0,1,0}-{2784,10233,0,1,0}-"
- },
- {
- "npc_id": "1561",
- "loc_data": "{3144,5450,0,1,1}-{3153,5454,0,1,5}-{3160,5450,0,1,5}-{3167,5450,0,1,3}-{3161,5451,0,1,1}-{2777,10224,0,1,0}-{2784,10231,0,1,0}-{2792,10222,0,1,0}-"
- },
- {
- "npc_id": "1562",
- "loc_data": "{3147,5448,0,1,4}-{2772,10221,0,1,0}-{2785,10201,0,1,0}-{2787,10232,0,1,0}-"
- },
- {
- "npc_id": "1563",
- "loc_data": "{3152,5453,0,1,0}-{2773,10220,0,1,0}-{2788,10198,0,1,0}-{2790,10220,0,1,0}-{2800,10218,0,1,0}-"
- },
- {
- "npc_id": "1564",
- "loc_data": "{2770,10219,0,1,0}-{2788,10230,0,1,0}-{2798,10216,0,1,0}-"
- },
- {
- "npc_id": "1565",
- "loc_data": "{2788,10221,0,1,0}-{2801,10216,0,1,0}-"
- },
- {
- "npc_id": "1566",
- "loc_data": "{2786,10199,0,1,0}-{2790,10222,0,1,0}-{2799,10214,0,1,0}-"
- },
- {
- "npc_id": "1582",
- "loc_data": "{2568,9889,0,1,6}-{2578,9898,0,1,1}-{2657,9500,0,0,1}-{2632,9589,2,0,1}-{2628,9549,2,0,5}-{2629,9543,2,0,2}-{3249,5517,0,1,3}-"
- },
- {
- "npc_id": "1583",
- "loc_data": "{2563,9885,0,1,7}-{2575,9897,0,1,1}-{2655,9481,0,0,3}-{2631,9579,2,0,4}-{3211,5519,0,1,0}-{3254,5513,0,1,7}-"
- },
- {
- "npc_id": "1584",
- "loc_data": "{2661,9481,0,0,4}-{2635,9570,2,0,1}-{2627,9539,2,0,5}-{3231,5494,0,1,7}-{3209,5512,0,1,6}-"
- },
- {
- "npc_id": "1585",
- "loc_data": "{2575,9892,0,1,6}-{2666,9482,0,0,5}-{2641,9563,2,0,5}-{3257,5523,0,1,1}-{3204,5516,0,1,3}-{3244,9369,0,1,3}-{3252,9359,0,1,3}-{3306,9400,0,1,3}-"
- },
- {
- "npc_id": "1586",
- "loc_data": "{2668,9497,0,0,4}-{2635,9565,2,0,4}-{2633,9554,2,0,4}-{3247,5520,0,1,5}-{3205,5513,0,1,6}-{3213,5519,0,1,7}-"
- },
- {
- "npc_id": "1587",
- "loc_data": "{2830,3241,0,1,6}-{3145,3812,0,1,0}-{3141,3826,0,1,0}-{2645,9489,0,0,7}-{2681,9577,0,0,0}-{2673,9591,0,0,5}-{2655,9575,0,0,5}-{2640,9580,0,0,0}-{2646,9553,0,0,1}-{2650,9536,0,0,7}-{2670,9543,0,0,0}-{2663,9555,0,0,7}-{2692,3202,0,1,4}-{2695,3216,0,1,0}-{3237,5557,0,1,3}-"
- },
- {
- "npc_id": "1588",
- "loc_data": "{2826,3245,0,1,3}-{2637,9532,0,0,5}-{2634,9521,0,0,0}-{2642,9493,0,0,0}-{2645,9484,0,0,7}-{2679,9592,0,0,2}-{2654,9587,0,0,3}-{2650,9564,0,0,6}-{2647,9548,0,0,6}-{2637,9545,0,0,5}-{2678,9548,0,0,4}-{2658,9551,0,0,1}-{2691,3215,0,1,3}-{3246,5558,0,1,4}-"
- },
- {
- "npc_id": "1589",
- "loc_data": "{2698,9503,0,0,7}-{2713,9505,0,0,0}-{2717,9502,0,0,7}-{2699,9523,0,0,0}-{2706,9525,0,0,2}-{2719,9517,0,0,5}-{2724,9515,0,0,3}-"
- },
- {
- "npc_id": "1590",
- "loc_data": "{3184,5557,0,1,7}-{3148,5514,0,1,6}-{3144,5514,0,1,3}-{2730,9490,0,1,0}-{2731,9482,0,1,7}-{2742,9491,0,1,0}-"
- },
- {
- "npc_id": "1591",
- "loc_data": "{2703,9456,0,0,0}-{2717,9459,0,0,7}-{2731,9460,0,0,3}-{2737,9454,0,0,3}-{2737,9444,0,0,3}-{2736,9432,0,0,3}-{2738,9421,0,0,5}-{2727,9418,0,0,1}-{2724,9439,0,0,0}-{2715,9443,0,0,4}-{2702,9443,0,0,3}-{2700,9428,0,0,3}-{2705,9419,0,0,7}-"
- },
- {
- "npc_id": "1592",
- "loc_data": "{2728,9426,0,0,4}-{2714,9432,0,0,0}-{2707,9450,0,0,6}-{2724,9451,0,0,6}-"
- },
- {
- "npc_id": "1593",
- "loc_data": "{2652,9526,0,0,7}-{2656,9514,0,0,7}-{2666,9522,0,0,4}-{2665,9513,0,0,3}-{2666,9489,0,0,1}-{2626,9535,2,0,6}-{2628,9507,2,0,5}-{2635,9508,2,0,2}-{2634,9483,2,0,7}-{2681,9563,0,0,5}-{2677,9586,0,0,2}-{2644,9587,0,0,1}-{2638,9592,2,0,5}-{2633,9583,2,0,7}-{2627,9545,2,0,6}-{2744,9503,0,0,2}-{2702,9525,0,0,2}-{2704,9487,0,0,7}-{2711,9485,0,0,2}-{2722,9486,0,0,4}-{2717,9480,0,0,6}-{2733,9494,0,0,1}-{2742,9489,0,0,0}-"
- },
- {
- "npc_id": "1594",
- "loc_data": "{2646,9530,0,0,7}-{2643,9519,0,0,7}-{2660,9521,0,0,1}-{2665,9527,0,0,2}-{2671,9521,0,0,7}-{2670,9516,0,0,6}-{2660,9497,0,0,7}-{2643,9487,0,0,5}-{2653,9488,0,0,2}-{2677,9501,0,0,2}-{2683,9476,0,0,7}-{2630,9515,2,0,7}-{2642,9506,2,0,7}-{2629,9487,2,0,5}-{2648,9476,2,0,7}-{2672,9569,0,0,1}-{2657,9577,0,0,3}-{2643,9543,0,0,7}-{2658,9546,0,0,6}-{2636,9574,2,0,7}-{2643,9566,2,0,7}-{2635,9559,2,0,7}-{2699,9516,0,0,0}-{2709,9524,0,0,7}-{2700,9489,0,0,5}-{2703,9484,0,0,5}-{2710,9481,0,0,2}-{2716,9486,0,0,2}-{2726,9489,0,0,1}-{2735,9481,0,0,4}-{2740,9497,0,0,2}-{2739,9506,0,0,0}-"
- },
- {
- "npc_id": "1595",
- "loc_data": "{2744,3152,0,1,7}-"
- },
- {
- "npc_id": "1597",
- "loc_data": "{3147,9914,0,1,6}-"
- },
- {
- "npc_id": "1598",
- "loc_data": "{2447,4429,0,1,6}-"
- },
- {
- "npc_id": "1600",
- "loc_data": "{3190,9574,0,1,6}-{2791,9997,0,1,3}-"
- },
- {
- "npc_id": "1601",
- "loc_data": "{2797,9997,0,1,6}-{2781,9996,0,1,7}-"
- },
- {
- "npc_id": "1602",
- "loc_data": "{2793,9995,0,1,3}-{2783,9998,0,1,6}-"
- },
- {
- "npc_id": "1603",
- "loc_data": "{2789,9994,0,1,1}-{2786,9998,0,1,5}-"
- },
- {
- "npc_id": "1604",
- "loc_data": "{3434,3550,1,1,3}-{3439,3549,1,1,4}-{3425,3549,1,1,5}-{3423,3553,1,1,4}-{3426,3541,1,1,1}-{3425,3541,1,1,2}-{3426,3539,1,1,0}-{3420,3537,1,1,3}-{3417,3536,1,1,6}-"
- },
- {
- "npc_id": "1608",
- "loc_data": "{2698,9999,0,1,6}-{2695,9997,0,1,7}-{2697,9996,0,1,5}-{2695,9999,0,1,6}-"
- },
- {
- "npc_id": "1609",
- "loc_data": "{2700,9994,0,1,6}-{2698,10001,0,1,4}-{2703,9994,0,1,4}-{2701,10000,0,1,4}-"
- },
- {
- "npc_id": "1610",
- "loc_data": "{3443,3537,2,1,4}-{3434,3536,2,1,4}-{3443,3540,2,1,3}-{3446,3548,2,1,4}-{3439,3549,2,1,3}-{3434,3547,2,1,1}-{3444,3537,2,1,3}-{3174,5474,0,1,4}-{3175,5479,0,1,6}-{3183,5473,0,1,7}-{3178,5468,0,1,4}-"
- },
- {
- "npc_id": "1612",
- "loc_data": "{3438,3562,0,1,1}-{3430,3564,0,1,3}-{3434,3555,0,1,5}-{3443,3551,0,1,4}-{3442,3545,0,1,1}-{3449,3536,0,1,1}-{3440,3539,0,1,4}-"
- },
- {
- "npc_id": "1613",
- "loc_data": "{3439,3565,2,1,6}-{3443,3571,2,1,1}-{3435,3565,2,1,3}-{3443,3564,2,1,2}-{3444,3559,2,1,2}-{3427,3558,2,1,0}-{3425,3557,2,1,4}-{3430,3557,2,1,3}-{3170,5554,0,1,2}-{3166,5556,0,1,5}-{3171,5560,0,1,4}-{3173,5556,0,1,3}-"
- },
- {
- "npc_id": "1615",
- "loc_data": "{3422,3566,2,1,5}-{3426,3568,2,1,6}-{3418,3562,2,1,4}-{3414,3566,2,1,3}-{3412,3570,2,1,4}-{3421,3572,2,1,2}-{3422,3571,2,1,1}-{3033,4873,0,1,7}-{3039,4885,0,1,3}-{3050,4890,0,1,3}-{3062,4892,0,1,5}-{3064,4901,0,1,3}-{3056,4912,0,1,3}-{3048,4916,0,1,5}-{3038,4911,0,1,6}-{3022,4914,0,1,6}-{3018,4902,0,1,6}-{3025,4898,0,1,4}-{3033,4885,0,1,0}-{3021,4877,0,1,3}-{3048,4872,0,1,1}-{3061,4880,0,1,3}-{3061,4891,0,1,1}-{3054,4901,0,1,1}-"
- },
- {
- "npc_id": "1616",
- "loc_data": "{2741,10011,0,1,2}-{2742,10010,0,1,3}-{2739,10014,0,1,1}-{2740,10006,0,1,3}-"
- },
- {
- "npc_id": "1617",
- "loc_data": "{2743,10003,0,1,1}-{2746,10008,0,1,2}-{2743,10015,0,1,3}-{2745,10011,0,1,5}-{2744,10016,0,1,1}-"
- },
- {
- "npc_id": "1618",
- "loc_data": "{3424,3565,1,1,1}-{3416,3562,1,1,6}-{3423,3559,1,1,0}-{3424,3560,1,1,4}-{3412,3558,1,1,1}-{3412,3568,1,1,1}-{3417,3565,1,1,3}-"
- },
- {
- "npc_id": "1620",
- "loc_data": "{2794,10036,0,1,4}-{2788,10037,0,1,0}-{2795,10034,0,1,3}-{2785,10035,0,1,3}-"
- },
- {
- "npc_id": "1621",
- "loc_data": "{2797,10035,0,1,6}-{2787,10032,0,1,3}-{2802,10031,0,1,3}-"
- },
- {
- "npc_id": "1623",
- "loc_data": "{2725,9999,0,1,6}-"
- },
- {
- "npc_id": "1624",
- "loc_data": "{3179,5522,0,1,6}-{3168,5513,0,1,3}-{3174,5514,0,1,6}-{3178,5517,0,1,4}-{3178,5528,0,1,1}-{3169,5516,0,1,3}-{3179,5524,0,1,4}-{3223,9393,0,1,5}-{3225,9401,0,1,0}-{3222,9375,0,1,6}-{3220,9380,0,1,6}-{3215,9364,0,1,3}-{3213,9361,0,1,1}-{3212,9355,0,1,2}-{3230,9367,0,1,3}-{3240,9350,0,1,5}-{3248,9348,0,1,4}-{3255,9350,0,1,4}-{3256,9392,0,1,4}-"
- },
- {
- "npc_id": "1626",
- "loc_data": "{2723,10005,0,1,0}-{2726,9998,0,1,1}-{2723,10009,0,1,3}-"
- },
- {
- "npc_id": "1627",
- "loc_data": "{2724,10008,0,1,4}-{2721,10005,0,1,1}-{2724,10005,0,1,3}-{2729,10004,0,1,3}-{2724,10012,0,1,4}-{2718,10009,0,1,1}-{2721,10001,0,1,7}-{2720,9996,0,1,7}-{2721,10006,0,1,3}-"
- },
- {
- "npc_id": "1628",
- "loc_data": "{3155,5536,0,1,4}-{3156,5540,0,1,3}-{3157,5538,0,1,2}-{3166,5537,0,1,1}-{3165,5541,0,1,3}-{2723,10004,0,1,4}-{2722,9999,0,1,1}-{2729,10002,0,1,1}-"
- },
- {
- "npc_id": "1629",
- "loc_data": "{3162,5538,0,1,2}-{3157,5538,0,1,4}-{3155,5537,0,1,1}-{3164,5538,0,1,2}-"
- },
- {
- "npc_id": "1631",
- "loc_data": "{3160,9589,0,1,3}-{3167,9589,0,1,6}-{3179,9585,0,1,1}-{3188,9572,0,1,7}-{3190,9580,0,1,3}-{3206,9586,0,1,3}-{3221,9586,0,1,7}-{3226,9573,0,1,5}-{3223,9569,0,1,1}-{2800,10017,0,1,1}-{2796,10021,0,1,1}-{2805,10021,0,1,1}-{2803,10013,0,1,1}-"
- },
- {
- "npc_id": "1632",
- "loc_data": "{2798,10019,0,1,1}-{2800,10015,0,1,1}-{2797,10018,0,1,1}-"
- },
- {
- "npc_id": "1633",
- "loc_data": "{1837,3244,0,1,0}-{1836,3250,0,1,0}-{1845,3251,0,1,0}-{1845,3247,0,1,0}-{1849,3241,0,1,0}-{1853,3247,0,1,0}-{1848,3254,0,1,0}-{1858,3251,0,1,0}-{1935,3217,0,1,0}-{1933,3209,0,1,0}-{1930,3208,0,1,0}-{1929,3217,0,1,0}-{1927,3219,0,1,0}-{1924,3211,0,1,0}-{1920,3216,0,1,0}-{1925,3213,0,1,0}-{3263,9399,0,1,3}-{3248,9374,0,1,3}-{3253,9363,0,1,3}-{3249,9355,0,1,3}-{3274,9397,0,1,1}-{3275,9393,0,1,6}-{3271,9384,0,1,0}-{3270,9380,0,1,2}-{3283,9378,0,1,6}-{3285,9386,0,1,5}-{3284,9401,0,1,4}-{3278,9353,0,1,1}-{3299,9380,0,1,1}-{3319,9402,0,1,1}-{3305,9350,0,1,4}-{2761,10007,0,1,0}-{2757,10010,0,1,3}-{2763,10000,0,1,5}-{2760,10011,0,1,0}-{2761,9997,0,1,4}-"
- },
- {
- "npc_id": "1634",
- "loc_data": "{2757,10008,0,1,6}-{2760,10005,0,1,5}-"
- },
- {
- "npc_id": "1635",
- "loc_data": "{2758,10001,0,1,1}-{2763,10006,0,1,1}-{2766,10000,0,1,6}-{2759,9999,0,1,7}-"
- },
- {
- "npc_id": "1636",
- "loc_data": "{2760,10004,0,1,1}-{2760,10002,0,1,6}-"
- },
- {
- "npc_id": "1637",
- "loc_data": "{2700,10027,0,1,6}-{3276,5454,0,1,4}-{3279,5450,0,1,0}-{3271,5446,0,1,3}-{3277,5512,0,1,1}-{3278,5535,0,0,0}-{3277,5520,0,1,1}-"
- },
- {
- "npc_id": "1638",
- "loc_data": "{2704,10022,0,1,4}-{2707,10023,0,1,4}-{3284,5456,0,1,1}-{3278,5453,0,1,1}-{3271,5512,0,1,4}-"
- },
- {
- "npc_id": "1639",
- "loc_data": "{2711,10028,0,1,2}-{2710,10030,0,1,6}-{3283,5461,0,1,4}-{3285,5456,0,1,6}-{3275,5455,0,1,5}-{3272,5446,0,1,4}-{3277,5445,0,1,3}-"
- },
- {
- "npc_id": "1640",
- "loc_data": "{2705,10028,0,1,3}-{2704,10031,0,1,6}-{3272,5445,0,1,4}-"
- },
- {
- "npc_id": "1641",
- "loc_data": "{2708,10025,0,1,6}-"
- },
- {
- "npc_id": "1642",
- "loc_data": "{2703,10020,0,1,0}-"
- },
- {
- "npc_id": "1643",
- "loc_data": "{3434,3562,1,1,6}-{3439,3558,1,1,5}-{3444,3567,1,1,4}-{3439,3571,1,1,3}-{3435,3570,1,1,7}-{3447,3561,1,1,4}-{3442,3573,1,1,6}-{3246,5446,0,1,3}-{3237,5455,0,1,0}-{3246,5450,0,1,4}-"
- },
- {
- "npc_id": "1644",
- "loc_data": "{3240,5448,0,1,7}-"
- },
- {
- "npc_id": "1648",
- "loc_data": "{3426,3537,0,1,4}-{3413,3536,0,1,3}-{3419,3545,0,1,2}-{3426,3544,0,1,6}-{3410,3535,0,1,2}-{3425,3556,0,1,6}-{3418,3557,0,1,1}-{3428,3571,0,1,3}-{3432,3573,0,1,4}-"
- },
- {
- "npc_id": "1650",
- "loc_data": "{3411,3541,0,1,3}-"
- },
- {
- "npc_id": "1655",
- "loc_data": "{3424,3544,0,1,1}-{3423,3546,0,1,1}-{3409,3538,0,1,3}-{3421,3559,0,1,4}-{3413,3559,0,1,6}-{3433,3574,0,1,3}-{3428,3571,0,1,6}-"
- },
- {
- "npc_id": "1658",
- "loc_data": "{2595,3087,1,1,1}-"
- },
- {
- "npc_id": "1665",
- "loc_data": "{3544,3462,0,0,1}-"
- },
- {
- "npc_id": "1668",
- "loc_data": "{3551,3550,0,1,0}-"
- },
- {
- "npc_id": "1669",
- "loc_data": "{3549,3555,2,0,3}-"
- },
- {
- "npc_id": "1671",
- "loc_data": "{3547,3555,2,0,6}-"
- },
- {
- "npc_id": "1672",
- "loc_data": "{3552,3550,0,1,0}-"
- },
- {
- "npc_id": "1675",
- "loc_data": "{3551,3561,0,1,0}-"
- },
- {
- "npc_id": "1676",
- "loc_data": "{3481,9942,0,1,0}-{3493,9925,0,1,0}-{3525,9932,0,1,0}-{3555,9927,0,1,0}-{3554,9947,0,1,0}-{3529,9968,0,1,0}-"
- },
- {
- "npc_id": "1677",
- "loc_data": "{3474,9933,0,1,0}-{3488,9934,0,1,0}-{3547,9932,0,1,0}-{3540,9958,0,1,0}-{3564,9959,0,1,0}-"
- },
- {
- "npc_id": "1678",
- "loc_data": "{3473,9943,0,1,0}-{3488,9944,0,1,0}-{3498,9937,0,1,0}-{3534,9926,0,1,0}-{3553,9941,0,1,0}-{3548,9956,0,1,0}-{3564,9949,0,1,0}-"
- },
- {
- "npc_id": "1679",
- "loc_data": "{2291,3145,0,1,2}-"
- },
- {
- "npc_id": "1680",
- "loc_data": "{2290,3143,0,1,3}-"
- },
- {
- "npc_id": "1681",
- "loc_data": "{3202,5483,0,1,4}-{2544,9843,0,1,3}-"
- },
- {
- "npc_id": "1683",
- "loc_data": "{3678,3511,0,1,4}-"
- },
- {
- "npc_id": "1684",
- "loc_data": "{3660,3517,0,1,7}-"
- },
- {
- "npc_id": "1685",
- "loc_data": "{3659,3497,0,1,0}-"
- },
- {
- "npc_id": "1686",
- "loc_data": "{3657,3516,0,1,3}-{3654,3518,1,1,6}-{3663,3522,0,1,7}-"
- },
- {
- "npc_id": "1688",
- "loc_data": "{3709,3497,0,0,3}-"
- },
- {
- "npc_id": "1691",
- "loc_data": "{3624,3530,0,1,1}-{3623,3524,0,1,2}-{3618,3526,0,1,6}-{3612,3527,0,1,6}-{3609,3527,0,1,4}-"
- },
- {
- "npc_id": "1692",
- "loc_data": "{3632,3528,0,1,5}-{3633,3525,0,1,6}-{3631,3529,0,1,3}-{3631,3529,0,1,2}-{3628,3530,0,1,1}-{3631,3530,0,1,4}-{3629,3529,0,1,4}-"
- },
- {
- "npc_id": "1694",
- "loc_data": "{3673,3491,0,1,3}-"
- },
- {
- "npc_id": "1695",
- "loc_data": "{3461,3558,0,0,3}-"
- },
- {
- "npc_id": "1697",
- "loc_data": "{3662,3502,0,1,4}-{3664,3493,0,1,6}-{3672,3486,0,1,2}-{3685,3485,0,1,3}-{3684,3496,0,1,3}-{3675,3502,0,1,3}-{3667,3484,0,1,0}-{3666,3471,0,1,4}-{3676,3464,0,1,3}-{3683,3467,0,1,6}-{3685,3474,0,1,4}-{3690,3474,0,1,1}-{3695,3473,0,1,3}-{3693,3466,0,1,7}-{3698,3463,0,1,3}-{3688,3467,0,1,3}-{3675,3474,0,1,4}-{3665,3476,0,1,6}-{3662,3491,0,1,1}-{3662,3495,0,1,4}-{3661,3501,0,1,6}-{3682,3486,0,1,4}-{3678,3493,0,1,4}-{3673,3491,0,1,3}-{3658,3502,0,1,4}-{3660,3505,0,1,1}-{3665,3469,0,1,6}-{3659,3465,0,1,6}-{3667,3461,0,1,1}-"
- },
- {
- "npc_id": "1698",
- "loc_data": "{3647,3473,0,1,3}-{3649,3503,0,1,2}-{3665,3529,0,1,4}-{3669,3522,0,1,4}-{3672,3529,0,1,4}-{3668,3534,0,1,4}-{3657,3534,0,1,4}-{3654,3537,0,1,4}-"
- },
- {
- "npc_id": "1699",
- "loc_data": "{3659,3480,0,1,3}-"
- },
- {
- "npc_id": "1700",
- "loc_data": "{3681,3493,0,1,5}-"
- },
- {
- "npc_id": "1702",
- "loc_data": "{3690,3464,0,0,1}-{3691,3464,0,0,1}-{3688,3464,0,0,1}-{3687,3464,0,0,1}-"
- },
- {
- "npc_id": "1703",
- "loc_data": "{3697,3496,0,1,3}-{3699,3497,0,1,2}-{3689,3503,0,1,3}-{3690,3508,0,1,6}-{3690,3512,0,1,6}-{3689,3517,0,1,1}-{3690,3518,0,1,5}-{3689,3503,0,1,3}-{3689,3496,0,1,0}-{3690,3524,0,1,6}-{3689,3528,0,1,5}-"
- },
- {
- "npc_id": "1704",
- "loc_data": "{3703,3487,0,0,3}-"
- },
- {
- "npc_id": "1706",
- "loc_data": "{3661,3508,0,0,1}-{3658,3508,0,0,1}-{3652,3487,0,0,3}-{3652,3484,0,0,3}-"
- },
- {
- "npc_id": "1710",
- "loc_data": "{3165,9631,0,1,6}-{3165,9633,0,1,0}-{3160,9634,0,1,7}-{3156,9630,0,1,6}-{3152,9627,0,1,4}-{3148,9621,0,1,4}-{3175,9630,0,1,1}-{3174,9634,0,1,3}-{3172,9638,0,1,0}-"
- },
- {
- "npc_id": "1711",
- "loc_data": "{2566,5197,0,1,4}-{3160,9638,0,1,1}-{3159,9633,0,1,6}-{3161,9626,0,1,6}-{3169,9626,0,1,4}-{3171,9634,0,1,4}-{3164,9634,0,1,3}-{3165,9631,0,1,7}-{3180,9631,0,1,7}-{3183,9629,0,1,6}-{3182,9633,0,1,1}-{3172,9632,0,1,4}-{3158,9631,0,1,1}-{3160,9630,0,1,1}-{3159,9633,0,1,4}-{3150,9623,0,1,6}-{3152,9620,0,1,6}-{3159,9622,0,1,0}-{3169,9623,0,1,6}-{3169,9623,0,1,4}-"
- },
- {
- "npc_id": "1712",
- "loc_data": "{2573,5201,0,1,4}-{2577,5195,0,1,4}-{2577,5189,0,0,6}-{2571,5195,0,0,6}-{3153,9646,0,1,3}-{3151,9651,0,1,1}-"
- },
- {
- "npc_id": "1714",
- "loc_data": "{3172,9624,0,1,2}-{3161,9623,0,1,1}-{3151,9624,0,1,1}-{3150,9622,0,1,4}-{3153,9627,0,1,3}-{3157,9634,0,1,2}-{3171,9636,0,1,6}-{3174,9639,0,1,3}-{3174,9634,0,1,3}-"
- },
- {
- "npc_id": "1715",
- "loc_data": "{3171,9635,0,1,3}-{3159,9636,0,1,2}-{3169,9630,0,1,3}-{3172,9625,0,1,0}-{3159,9627,0,1,3}-"
- },
- {
- "npc_id": "1752",
- "loc_data": "{2381,3428,0,1,0}-{2392,3405,0,1,0}-{2413,3397,0,1,0}-{2415,3408,0,1,0}-{2432,3387,0,1,0}-{2442,3388,0,1,0}-{2453,3363,0,1,0}-{2463,3375,0,1,0}-{2437,3442,0,1,0}-{2449,3421,0,1,0}-{2457,3394,0,1,0}-{2464,3394,0,1,0}-{2480,3406,0,1,0}-{2463,3456,0,1,0}-{2468,3456,0,1,0}-"
- },
- {
- "npc_id": "1754",
- "loc_data": "{3100,3246,0,1,2}-{3131,3263,0,1,5}-{3122,3278,0,1,2}-{3259,3308,0,1,4}-"
- },
- {
- "npc_id": "1755",
- "loc_data": "{3106,3275,0,1,1}-{3106,3266,0,1,3}-{3114,3273,0,1,4}-{3258,3312,0,1,3}-"
- },
- {
- "npc_id": "1756",
- "loc_data": "{3096,3251,0,1,3}-{3102,3261,0,1,1}-{3117,3278,0,1,0}-{3262,3320,0,1,1}-"
- },
- {
- "npc_id": "1757",
- "loc_data": "{3233,3308,0,1,4}-"
- },
- {
- "npc_id": "1758",
- "loc_data": "{2895,3403,0,0,0}-{3262,3325,0,0,0}-"
- },
- {
- "npc_id": "1759",
- "loc_data": "{3250,3310,0,0,0}-"
- },
- {
- "npc_id": "1761",
- "loc_data": "{3121,3274,0,0,0}-"
- },
- {
- "npc_id": "1765",
- "loc_data": "{3198,3270,0,1,0}-{2923,3320,0,1,7}-{2921,3320,0,1,4}-{2923,3320,0,1,5}-{3206,3265,0,1,4}-{3201,3265,0,1,0}-"
- },
- {
- "npc_id": "1766",
- "loc_data": "{3171,3320,0,1,0}-{3259,3262,0,1,4}-{3262,3274,0,1,3}-{3259,3278,0,1,1}-{3263,3273,0,1,7}-"
- },
- {
- "npc_id": "1767",
- "loc_data": "{2924,3288,0,0,1}-{2921,3290,0,1,1}-{2926,3279,0,1,1}-{2931,3272,0,1,1}-{2936,3273,0,1,6}-{3262,3262,0,1,6}-{3025,3311,0,1,5}-"
- },
- {
- "npc_id": "1769",
- "loc_data": "{2596,9822,0,1,4}-{2979,3203,0,1,4}-{3264,3249,0,1,4}-"
- },
- {
- "npc_id": "1770",
- "loc_data": "{2595,9826,0,1,1}-{3189,3246,0,1,0}-{3143,3231,0,1,0}-{3140,3263,0,1,0}-{3262,3253,0,1,6}-{3259,3254,0,1,3}-{2999,3212,0,1,1}-"
- },
- {
- "npc_id": "1771",
- "loc_data": "{3192,3245,0,1,0}-{3184,3248,0,1,0}-{3140,3230,0,1,0}-{3141,3261,0,1,0}-{3187,3286,0,1,0}-{3174,3294,0,1,0}-{3178,3294,0,1,0}-{3144,3302,0,1,0}-{3142,3303,0,1,0}-{3151,3300,0,1,0}-{3139,3299,0,1,0}-{2993,3199,0,1,6}-{3248,3233,0,1,6}-{3247,3240,0,1,3}-{3209,3277,0,1,0}-"
- },
- {
- "npc_id": "1772",
- "loc_data": "{3194,3255,0,1,0}-{3143,3234,0,1,0}-{3251,3231,0,1,1}-{3260,3241,0,1,0}-{3259,3222,0,0,4}-{2993,3203,0,1,0}-"
- },
- {
- "npc_id": "1773",
- "loc_data": "{3252,3227,0,1,1}-{3263,3219,0,1,0}-{2991,3219,0,1,1}-"
- },
- {
- "npc_id": "1774",
- "loc_data": "{2592,9834,0,1,6}-{3255,3228,0,1,4}-{3265,3219,0,1,2}-{3012,3204,0,1,3}-"
- },
- {
- "npc_id": "1775",
- "loc_data": "{2585,9829,0,1,1}-{3254,3224,0,1,1}-{3010,3211,0,1,6}-"
- },
- {
- "npc_id": "1776",
- "loc_data": "{2999,3216,0,1,6}-{3264,3247,0,1,2}-"
- },
- {
- "npc_id": "1778",
- "loc_data": "{3260,3859,0,0,0}-"
- },
- {
- "npc_id": "1779",
- "loc_data": "{2978,3752,0,1,6}-"
- },
- {
- "npc_id": "1780",
- "loc_data": "{3272,3687,0,1,3}-"
- },
- {
- "npc_id": "1781",
- "loc_data": "{3008,3862,0,0,0}-"
- },
- {
- "npc_id": "1782",
- "loc_data": "{3363,3883,0,1,4}-"
- },
- {
- "npc_id": "1783",
- "loc_data": "{3079,3516,0,1,6}-"
- },
- {
- "npc_id": "1784",
- "loc_data": "{3025,3705,0,1,1}-"
- },
- {
- "npc_id": "1785",
- "loc_data": "{3144,3788,0,1,6}-"
- },
- {
- "npc_id": "1786",
- "loc_data": "{3234,3633,0,1,1}-"
- },
- {
- "npc_id": "1787",
- "loc_data": "{3074,3609,0,1,3}-"
- },
- {
- "npc_id": "1795",
- "loc_data": "{2967,9811,0,0,0}-"
- },
- {
- "npc_id": "1796",
- "loc_data": "{2968,9809,0,0,0}-"
- },
- {
- "npc_id": "1798",
- "loc_data": "{2701,3471,0,0,0}-"
- },
- {
- "npc_id": "1805",
- "loc_data": "{2760,3660,0,1,6}-"
- },
- {
- "npc_id": "1806",
- "loc_data": "{2798,3667,0,1,3}-"
- },
- {
- "npc_id": "1807",
- "loc_data": "{2811,3673,0,1,3}-"
- },
- {
- "npc_id": "1808",
- "loc_data": "{2765,3676,0,1,3}-"
- },
- {
- "npc_id": "1810",
- "loc_data": "{2811,3681,0,1,3}-"
- },
- {
- "npc_id": "1814",
- "loc_data": "{2794,3668,0,1,0}-"
- },
- {
- "npc_id": "1815",
- "loc_data": "{2801,3669,0,1,0}-"
- },
- {
- "npc_id": "1816",
- "loc_data": "{2803,3668,0,1,0}-"
- },
- {
- "npc_id": "1817",
- "loc_data": "{2797,3672,0,1,0}-"
- },
- {
- "npc_id": "1818",
- "loc_data": "{2802,3674,0,1,0}-"
- },
- {
- "npc_id": "1819",
- "loc_data": "{2813,3687,0,1,0}-"
- },
- {
- "npc_id": "1820",
- "loc_data": "{2812,3685,0,1,0}-"
- },
- {
- "npc_id": "1821",
- "loc_data": "{2757,3674,0,1,0}-{2762,3671,0,1,0}-{2785,3658,0,1,0}-"
- },
- {
- "npc_id": "1828",
- "loc_data": "{3231,9545,0,1,6}-"
- },
- {
- "npc_id": "1829",
- "loc_data": "{3153,9548,0,1,1}-{3154,9547,0,1,4}-{3176,9546,0,1,4}-{3221,9558,0,1,4}-{3226,9548,0,1,7}-{3224,9551,0,1,1}-{3219,9558,0,1,7}-"
- },
- {
- "npc_id": "1831",
- "loc_data": "{3165,9542,0,1,3}-{3164,9542,0,1,3}-{3166,9542,0,1,3}-{3208,9555,0,1,1}-{3211,9570,0,1,5}-{3211,9570,0,1,5}-{3208,9555,0,1,1}-{3208,9555,0,1,1}-{3207,9555,0,1,1}-{3213,9570,0,1,5}-"
- },
- {
- "npc_id": "1832",
- "loc_data": "{3150,9573,0,1,1}-{3188,9550,0,1,0}-{3148,9578,0,1,4}-{3152,9556,0,1,3}-{3150,9553,0,1,2}-{3167,9547,0,1,1}-{3168,9546,0,1,3}-{3184,9551,0,1,3}-{3191,9583,0,1,4}-{3187,9583,0,1,3}-{3220,9573,0,1,4}-{3224,9574,0,1,1}-{3208,9588,0,1,6}-{3210,9585,0,1,4}-{3272,5549,0,1,0}-{3275,5546,0,1,0}-{3281,5545,0,1,2}-{3286,5544,0,1,0}-{3285,5539,0,1,3}-{3268,5553,0,1,1}-{3274,5558,0,1,6}-{3281,5557,0,1,4}-{3282,5554,0,1,4}-{3269,5551,0,1,3}-{3287,5549,0,1,3}-{3279,5546,0,1,6}-{3283,5545,0,1,0}-{3269,5548,0,1,1}-"
- },
- {
- "npc_id": "1833",
- "loc_data": "{3151,9575,0,1,3}-{3150,9577,0,1,4}-{3148,9554,0,1,6}-{3165,9547,0,1,1}-{3165,9546,0,1,2}-{3184,9551,0,1,3}-{3189,9581,0,1,4}-{3222,9575,0,1,4}-{3226,9576,0,1,3}-{3210,9587,0,1,2}-"
- },
- {
- "npc_id": "1834",
- "loc_data": "{3169,3174,0,0,6}-"
- },
- {
- "npc_id": "1839",
- "loc_data": "{2825,10167,0,1,0}-"
- },
- {
- "npc_id": "1841",
- "loc_data": "{3020,3452,0,0,0}-"
- },
- {
- "npc_id": "1843",
- "loc_data": "{2839,10128,0,1,0}-"
- },
- {
- "npc_id": "1844",
- "loc_data": "{2855,10144,0,1,0}-"
- },
- {
- "npc_id": "1846",
- "loc_data": "{2873,10166,0,1,3}-"
- },
- {
- "npc_id": "1847",
- "loc_data": "{2868,10168,0,1,0}-"
- },
- {
- "npc_id": "1848",
- "loc_data": "{2868,10168,0,1,0}-"
- },
- {
- "npc_id": "1849",
- "loc_data": "{2868,10168,0,1,0}-"
- },
- {
- "npc_id": "1860",
- "loc_data": "{2957,3203,0,1,3}-"
- },
- {
- "npc_id": "1861",
- "loc_data": "{3208,3256,0,0,1}-"
- },
- {
- "npc_id": "1862",
- "loc_data": "{3304,3211,0,1,1}-"
- },
- {
- "npc_id": "1863",
- "loc_data": "{3358,2956,0,0,6}-"
- },
- {
- "npc_id": "1864",
- "loc_data": "{3363,2956,0,0,3}-"
- },
- {
- "npc_id": "1865",
- "loc_data": "{3352,2974,0,1,4}-"
- },
- {
- "npc_id": "1866",
- "loc_data": "{3360,2983,0,1,4}-"
- },
- {
- "npc_id": "1867",
- "loc_data": "{3347,2966,0,0,6}-"
- },
- {
- "npc_id": "1870",
- "loc_data": "{3373,2972,0,1,5}-"
- },
- {
- "npc_id": "1871",
- "loc_data": "{3344,2986,0,1,3}-"
- },
- {
- "npc_id": "1872",
- "loc_data": "{3354,2953,0,0,6}-"
- },
- {
- "npc_id": "1873",
- "loc_data": "{3343,2962,0,1,0}-{3343,2964,0,1,1}-"
- },
- {
- "npc_id": "1874",
- "loc_data": "{3328,2952,0,1,0}-{3328,2957,0,1,0}-{3331,2955,0,1,0}-{3331,2961,0,1,0}-{3371,9301,0,1,0}-{3371,9303,0,1,0}-{3371,9305,0,1,0}-{3371,9307,0,1,0}-{3371,9309,0,1,0}-{3373,9301,0,1,0}-{3373,9303,0,1,0}-{3373,9306,0,1,0}-{3373,9308,0,1,0}-{3375,9301,0,1,0}-{3375,9303,0,1,0}-{3375,9305,0,1,0}-{3375,9307,0,1,0}-{3375,9309,0,1,0}-{3403,2963,0,1,0}-{3429,2976,0,1,0}-{3396,3029,0,1,0}-{3397,3044,0,1,0}-{3398,3038,0,1,0}-{3266,2955,0,1,0}-{3271,2967,0,1,0}-{3279,2957,0,1,0}-{3280,2975,0,1,0}-{3284,2959,0,1,0}-{3294,2964,0,1,0}-{3295,2978,0,1,0}-{3305,2966,0,1,0}-{3307,2959,0,1,0}-{3309,2973,0,1,0}-"
- },
- {
- "npc_id": "1875",
- "loc_data": "{3354,2952,0,0,1}-"
- },
- {
- "npc_id": "1884",
- "loc_data": "{2811,3174,0,1,0}-"
- },
- {
- "npc_id": "1902",
- "loc_data": "{3333,2946,0,0,1}-"
- },
- {
- "npc_id": "1905",
- "loc_data": "{3335,2948,0,1,2}-{3331,2948,0,1,6}-{3333,2950,0,1,0}-"
- },
- {
- "npc_id": "1907",
- "loc_data": "{3488,3091,0,1,0}-"
- },
- {
- "npc_id": "1911",
- "loc_data": "{3416,3155,0,1,0}-"
- },
- {
- "npc_id": "1912",
- "loc_data": "{3376,3429,0,1,6}-"
- },
- {
- "npc_id": "1916",
- "loc_data": "{3112,9690,0,0,7}-"
- },
- {
- "npc_id": "1917",
- "loc_data": "{3177,2987,0,1,6}-"
- },
- {
- "npc_id": "1918",
- "loc_data": "{3180,3043,0,1,2}-"
- },
- {
- "npc_id": "1920",
- "loc_data": "{3497,3478,0,0,0}-"
- },
- {
- "npc_id": "1921",
- "loc_data": "{3159,2980,0,1,1}-"
- },
- {
- "npc_id": "1923",
- "loc_data": "{3185,2983,0,1,4}-"
- },
- {
- "npc_id": "1924",
- "loc_data": "{3213,2956,0,1,1}-"
- },
- {
- "npc_id": "1926",
- "loc_data": "{3179,2967,0,1,3}-{3172,2966,0,1,1}-{3171,2980,0,1,3}-{3166,2972,0,1,0}-{3181,2979,0,1,3}-{3187,2976,0,1,7}-{3174,2984,0,1,3}-{3183,2982,0,1,4}-{3187,2985,0,1,1}-{3182,2988,0,1,5}-{3188,2990,0,1,2}-{3172,2992,0,1,4}-{3171,2987,0,1,4}-{3161,2982,0,1,2}-{3161,2986,0,1,3}-{3159,2987,0,1,3}-{3163,2976,0,1,4}-{3161,2977,0,1,4}-{3161,2979,0,1,6}-{3162,2982,0,1,6}-{3164,2985,0,1,2}-{3158,2970,0,1,3}-{3155,2979,0,1,4}-{3167,2972,0,1,6}-{3172,2973,0,1,5}-{3175,2973,0,1,4}-{3185,2967,0,1,2}-"
- },
- {
- "npc_id": "1927",
- "loc_data": "{3160,2979,0,0,5}-{3162,2989,0,0,1}-"
- },
- {
- "npc_id": "1928",
- "loc_data": "{3161,2977,0,0,4}-{3161,2987,0,0,1}-"
- },
- {
- "npc_id": "1929",
- "loc_data": "{3158,2987,0,0,3}-"
- },
- {
- "npc_id": "1930",
- "loc_data": "{3161,2985,0,0,6}-{3161,2983,0,0,6}-{3161,2982,0,0,6}-{3161,2981,0,0,6}-{3161,2984,0,0,6}-"
- },
- {
- "npc_id": "1932",
- "loc_data": "{2836,3740,0,0,6}-"
- },
- {
- "npc_id": "1935",
- "loc_data": "{2841,3738,0,0,3}-"
- },
- {
- "npc_id": "1936",
- "loc_data": "{2852,3735,0,1,0}-{2855,3729,0,1,0}-{2861,3725,0,1,0}-"
- },
- {
- "npc_id": "1937",
- "loc_data": "{2850,3732,0,1,0}-{2857,3726,0,1,0}-{2865,3729,0,1,0}-"
- },
- {
- "npc_id": "1938",
- "loc_data": "{2849,3735,0,1,0}-{2853,3731,0,1,0}-{2859,3728,0,1,0}-"
- },
- {
- "npc_id": "1939",
- "loc_data": "{2856,3728,0,1,0}-{2862,3722,0,1,0}-{2864,3723,0,1,0}-"
- },
- {
- "npc_id": "1940",
- "loc_data": "{2853,3728,0,1,0}-{2856,3732,0,1,0}-{2863,3720,0,1,0}-"
- },
- {
- "npc_id": "1941",
- "loc_data": "{2854,3725,0,1,0}-{2862,3728,0,1,0}-{2862,3731,0,1,0}-"
- },
- {
- "npc_id": "1942",
- "loc_data": "{2855,3735,0,1,0}-{2858,3730,0,1,0}-{2865,3726,0,1,0}-"
- },
- {
- "npc_id": "1943",
- "loc_data": "{2825,3807,2,0,1}-"
- },
- {
- "npc_id": "1945",
- "loc_data": "{2825,3811,2,0,6}-"
- },
- {
- "npc_id": "1947",
- "loc_data": "{2835,3740,0,0,6}-"
- },
- {
- "npc_id": "1949",
- "loc_data": "{2837,3740,0,0,6}-"
- },
- {
- "npc_id": "1951",
- "loc_data": "{2886,3723,0,1,3}-{2887,3720,0,1,4}-{2890,3721,0,1,7}-{2890,3724,0,1,1}-{2909,3736,0,1,5}-{2910,3736,0,1,2}-{2891,3724,0,1,7}-"
- },
- {
- "npc_id": "1952",
- "loc_data": "{2892,3726,0,1,0}-{2894,3726,0,1,6}-{2895,3728,0,1,0}-{2895,3730,0,1,5}-{2922,3755,0,1,3}-{2893,3725,0,1,2}-{2894,3727,0,1,6}-{2895,3725,0,1,3}-{2898,3735,0,1,6}-"
- },
- {
- "npc_id": "1953",
- "loc_data": "{2897,3733,0,1,5}-{2897,3737,0,1,5}-{2913,3736,0,1,3}-{2897,3737,0,1,6}-{2915,3740,0,1,1}-{2894,3742,0,1,0}-"
- },
- {
- "npc_id": "1954",
- "loc_data": "{2895,3751,0,1,1}-{2895,3755,0,1,6}-{2898,3751,0,1,3}-{2898,3755,0,1,6}-{2930,3765,0,1,5}-{2893,3748,0,1,5}-{2896,3749,0,1,1}-{2929,3762,0,1,3}-"
- },
- {
- "npc_id": "1955",
- "loc_data": "{2895,3740,0,1,1}-{2895,3744,0,1,3}-{2898,3740,0,1,6}-{2898,3744,0,1,1}-{2908,3739,0,1,0}-{2928,3763,0,1,3}-{2899,3737,0,1,2}-{2897,3739,0,1,6}-{2912,3742,0,1,2}-{2898,3750,0,1,3}-{2895,3751,0,1,4}-"
- },
- {
- "npc_id": "1956",
- "loc_data": "{2886,3758,0,1,6}-{2886,3762,0,1,3}-{2890,3756,0,1,4}-{2890,3762,0,1,1}-{2928,3753,0,1,2}-{2926,3753,0,1,6}-{2895,3754,0,1,3}-"
- },
- {
- "npc_id": "1958",
- "loc_data": "{3147,5467,0,1,1}-{3144,5466,0,1,2}-{3147,5479,0,1,2}-{3144,5475,0,1,6}-{3161,5482,0,1,5}-{3147,5475,0,1,6}-{3240,9326,0,1,3}-{3209,9310,0,1,4}-{3245,9333,0,1,4}-{3213,9307,0,1,4}-{3221,9318,0,1,3}-{3229,9333,0,1,3}-{3216,9329,0,1,4}-{3208,9294,0,1,3}-{3201,9286,0,1,1}-{3212,9326,0,1,4}-{3217,9284,0,1,7}-{3226,9284,0,1,4}-{3232,9299,0,1,6}-{3242,9295,0,1,1}-{3220,9302,0,1,0}-{3238,9305,0,1,6}-{3220,9296,0,1,1}-{3246,9291,0,1,3}-{3240,9289,0,1,4}-{3237,9305,0,1,3}-{3257,9292,0,0,5}-{3246,9321,0,1,1}-{3261,9310,0,1,3}-{3258,9309,0,1,4}-{3251,9316,0,1,3}-{3247,9310,0,1,3}-"
- },
- {
- "npc_id": "1961",
- "loc_data": "{2832,4959,2,1,0}-{3156,5477,0,1,5}-{3162,5479,0,1,4}-{3159,5477,0,1,6}-{3150,5474,0,1,3}-{3147,5480,0,1,1}-{3159,5484,0,1,3}-{3201,9293,0,1,0}-{3205,9303,0,1,0}-{3206,9328,0,1,0}-{3207,9310,0,1,0}-{3211,9284,0,1,0}-{3220,9289,0,1,0}-{3224,9334,0,1,0}-{3249,9286,0,1,0}-{3251,9303,0,1,0}-{3252,9327,0,1,0}-{3252,9332,0,1,0}-{3255,9315,0,1,0}-{3261,9296,0,1,0}-{3261,9306,0,1,0}-{2764,4944,1,1,0}-{2796,4976,1,1,0}-{2798,4950,1,1,0}-{2806,4939,1,1,0}-"
- },
- {
- "npc_id": "1962",
- "loc_data": "{2838,4948,2,1,0}-{2900,4948,3,1,0}-{3168,5458,0,1,2}-{3205,9329,0,1,0}-{3210,9292,0,1,0}-{3221,9310,0,1,0}-{3225,9323,0,1,0}-{3243,9310,0,1,0}-{3246,9290,0,1,0}-{3255,9301,0,1,0}-{3255,9321,0,1,0}-{3261,9331,0,1,0}-{2762,4962,1,1,0}-{2763,4973,1,1,0}-{2780,4977,1,1,0}-{2787,4967,1,1,0}-{2796,4959,1,1,0}-"
- },
- {
- "npc_id": "1963",
- "loc_data": "{2858,4964,2,1,0}-{2926,4965,3,1,0}-{3166,5465,0,1,7}-{3168,5462,0,1,0}-{3167,5467,0,1,1}-{3167,5467,0,1,7}-{3204,9309,0,1,0}-{3214,9333,0,1,0}-{3219,9297,0,1,0}-{3239,9300,0,1,0}-{3240,9286,0,1,0}-{3240,9330,0,1,0}-{3245,9306,0,1,0}-{3250,9316,0,1,0}-{3250,9317,0,1,0}-{3257,9290,0,1,0}-{2771,4947,1,1,0}-{2775,4963,1,1,0}-{2781,4948,1,1,0}-{2792,4942,1,1,0}-{2798,4954,1,1,0}-"
- },
- {
- "npc_id": "1964",
- "loc_data": "{2864,4946,2,1,0}-{3202,9283,0,1,0}-{3206,9333,0,1,0}-{3209,9299,0,1,0}-{3219,9301,0,1,0}-{3226,9285,0,1,0}-{3227,9303,0,1,0}-{3228,9293,0,1,0}-{3229,9333,0,1,0}-{3237,9293,0,1,0}-{3246,9321,0,1,0}-{3256,9296,0,1,0}-{3260,9285,0,1,0}-{3262,9317,0,1,0}-{2761,4950,1,1,0}-{2765,4938,1,1,0}-{2770,4955,1,1,0}-{2772,4940,1,1,0}-{2777,4943,1,1,0}-{2782,4967,1,1,0}-{2797,4965,1,1,0}-{2799,4937,1,1,0}-{2799,4941,1,1,0}-{2807,4968,1,1,0}-{2808,4975,1,1,0}-{2809,4953,1,1,0}-"
- },
- {
- "npc_id": "1970",
- "loc_data": "{3233,9317,0,1,1}-"
- },
- {
- "npc_id": "1972",
- "loc_data": "{2536,3426,0,1,0}-"
- },
- {
- "npc_id": "1973",
- "loc_data": "{2626,5065,0,1,0}-{2637,5099,0,1,0}-{2638,5058,0,1,0}-{2644,5090,0,1,0}-{2658,5082,0,1,0}-{2666,5097,0,1,0}-{2680,5074,0,1,0}-{2693,5075,0,1,0}-{2695,5089,0,1,0}-{2697,5096,0,1,0}-{2703,5064,0,1,0}-{2710,5105,0,1,0}-{2719,5078,0,1,0}-{2719,5112,0,1,0}-{2720,5096,0,1,0}-{2726,5086,0,1,0}-{2729,5096,0,1,0}-{2735,5061,0,1,0}-{2740,5069,0,1,0}-{2740,5085,0,1,0}-{2746,5092,0,1,0}-{2746,5114,0,1,0}-"
- },
- {
- "npc_id": "1976",
- "loc_data": "{2694,5067,0,1,0}-{2717,5081,0,1,0}-{2718,5108,0,1,0}-{2721,5104,0,1,0}-{2726,5091,0,1,0}-{2731,5060,0,1,0}-{2732,5073,0,1,0}-{2740,5083,0,1,0}-{2742,5103,0,1,0}-{2747,5094,0,1,0}-{3315,5508,0,1,5}-{3308,5510,0,1,3}-{3304,5507,0,1,4}-{3299,5509,0,1,3}-{3317,5514,0,1,3}-{3319,5518,0,1,4}-{3320,5507,0,1,4}-{3324,5513,0,1,1}-{3283,5510,0,1,5}-{3320,5550,0,1,0}-{3313,5523,0,1,4}-{3310,5541,0,1,4}-{3308,5535,0,1,5}-{3301,5531,0,1,4}-{3315,5530,0,1,1}-{3322,5536,0,1,4}-{3320,5539,0,1,7}-{3311,5519,0,1,3}-{3289,5525,0,1,2}-{3300,5519,0,1,6}-{3289,5515,0,1,7}-{3287,5523,0,1,3}-"
- },
- {
- "npc_id": "1990",
- "loc_data": "{3300,2797,0,0,6}-"
- },
- {
- "npc_id": "1993",
- "loc_data": "{3337,2922,0,1,0}-{3343,2931,0,1,0}-{3349,2922,0,1,0}-{3351,2927,0,1,0}-{3357,2922,0,1,0}-{3359,2927,0,1,0}-{3364,2937,0,1,0}-{3258,2868,0,1,0}-{3259,2823,0,1,0}-{3259,2845,0,1,0}-{3260,2830,0,1,0}-{3260,2859,0,1,0}-{3261,2819,0,1,0}-{3261,2851,0,1,0}-{3268,2854,0,1,0}-{3269,2827,0,1,0}-{3269,2866,0,1,0}-{3269,2875,0,1,0}-{3270,2818,0,1,0}-{3272,2841,0,1,0}-{3276,2842,0,1,0}-{3282,2839,0,1,0}-{3290,2847,0,1,0}-{3264,2886,0,1,0}-{3267,2891,0,1,0}-{3268,2881,0,1,0}-{3269,2885,0,1,0}-{3296,2912,0,1,0}-{3297,2919,0,1,0}-{3301,2920,0,1,0}-{3308,2916,0,1,0}-"
- },
- {
- "npc_id": "1994",
- "loc_data": "{3329,2933,0,1,0}-{3330,2931,0,1,0}-{3331,2933,0,1,0}-{3343,2895,0,1,0}-{3345,2896,0,1,0}-{3346,2894,0,1,0}-{3348,2894,0,1,0}-{3376,2934,0,1,0}-{3378,2933,0,1,0}-{3378,2935,0,1,0}-{3381,2907,0,1,0}-{3383,2905,0,1,0}-{3383,2908,0,1,0}-{3384,2907,0,1,0}-{3400,2997,0,1,0}-{3402,2999,0,1,0}-{3403,2997,0,1,0}-{3445,2993,0,1,0}-{3446,2992,0,1,0}-{3448,2991,0,1,0}-{3448,2994,0,1,0}-{3406,3014,0,1,0}-{3408,3013,0,1,0}-{3408,3016,0,1,0}-{3410,3015,0,1,0}-{3212,2863,0,1,0}-{3213,2866,0,1,0}-{3215,2863,0,1,0}-{3216,2865,0,1,0}-{3216,2868,0,1,0}-{3218,2831,0,1,0}-{3220,2830,0,1,0}-{3220,2833,0,1,0}-{3221,2831,0,1,0}-{3238,2845,0,1,0}-{3240,2845,0,1,0}-{3241,2843,0,1,0}-{3241,2847,0,1,0}-{3306,2817,0,1,0}-{3308,2818,0,1,0}-{3309,2816,0,1,0}-{3312,2817,0,1,0}-{3314,2861,0,1,0}-{3319,2873,0,1,0}-{3321,2871,0,1,0}-{3324,2870,0,1,0}-{3327,2858,0,1,0}-{3265,2931,0,1,0}-{3265,2935,0,1,0}-{3268,2932,0,1,0}-{3268,2935,0,1,0}-{3316,2900,0,1,0}-{3319,2897,0,1,0}-{3320,2901,0,1,0}-{3321,2899,0,1,0}-"
- },
- {
- "npc_id": "1995",
- "loc_data": "{3309,2806,0,1,0}-{3312,2806,0,1,0}-{3314,2752,0,1,0}-{3314,2806,0,1,0}-{3315,2805,0,1,0}-{3316,2780,0,1,0}-{3316,2795,0,1,0}-{3317,2752,0,1,0}-{3317,2762,0,1,0}-{3317,2763,0,1,0}-{3317,2779,0,1,0}-{3317,2794,0,1,0}-{3318,2761,0,1,0}-{3318,2778,0,1,0}-{3318,2781,0,1,0}-{3318,2794,0,1,0}-{3318,2795,0,1,0}-{3319,2760,0,1,0}-{3319,2763,0,1,0}-"
- },
- {
- "npc_id": "1997",
- "loc_data": "{3272,2802,0,1,0}-{3273,2802,0,1,0}-{3273,2805,0,1,0}-{3274,2798,0,1,0}-{3274,2799,0,1,0}-{3274,2802,0,1,0}-{3274,2804,0,1,0}-{3275,2795,0,1,0}-{3275,2796,0,1,0}-{3275,2798,0,1,0}-{3277,2752,0,1,0}-{3277,2753,0,1,0}-{3277,2756,0,1,0}-{3277,2757,0,1,0}-{3278,2752,0,1,0}-{3278,2753,0,1,0}-{3278,2754,0,1,0}-{3278,2755,0,1,0}-"
- },
- {
- "npc_id": "1998",
- "loc_data": "{3275,2803,0,1,0}-"
- },
- {
- "npc_id": "1999",
- "loc_data": "{3278,2804,0,1,0}-"
- },
- {
- "npc_id": "2000",
- "loc_data": "{3277,2802,0,1,0}-"
- },
- {
- "npc_id": "2002",
- "loc_data": "{3315,2849,0,1,0}-"
- },
- {
- "npc_id": "2003",
- "loc_data": "{3304,9196,0,1,0}-"
- },
- {
- "npc_id": "2004",
- "loc_data": "{3304,9195,0,1,0}-"
- },
- {
- "npc_id": "2014",
- "loc_data": "{3293,2788,0,1,0}-"
- },
- {
- "npc_id": "2020",
- "loc_data": "{3503,3477,0,0,0}-"
- },
- {
- "npc_id": "2021",
- "loc_data": "{3224,9516,2,1,0}-{3224,9517,2,1,0}-{3224,9518,2,1,0}-{3225,9516,2,1,0}-{3225,9517,2,1,0}-{3225,9518,2,1,0}-{3226,9516,2,1,0}-{3226,9517,2,1,0}-{3226,9518,2,1,0}-"
- },
- {
- "npc_id": "2031",
- "loc_data": "{3290,5448,0,1,6}-{3291,5452,0,1,1}-{3293,5456,0,1,6}-{3551,9680,0,0,2}-{3553,9679,0,0,1}-{3551,9675,0,0,6}-{3554,9676,0,0,7}-{3548,9676,0,0,5}-{3552,9691,0,0,2}-{3569,9681,0,0,7}-{3577,9711,0,0,5}-{3567,9675,0,0,5}-{3567,9675,0,0,5}-{3570,9678,0,0,2}-{3568,9686,0,0,1}-{3545,9721,0,0,7}-{3560,9712,0,0,6}-{3552,9685,0,0,1}-{3525,9698,0,0,6}-{3538,9668,0,0,4}-"
- },
- {
- "npc_id": "2032",
- "loc_data": "{3187,5513,0,1,3}-{3186,5510,0,1,6}-{3186,5516,0,1,6}-{3194,5511,0,1,1}-{3185,5514,0,1,5}-{3549,9678,0,0,0}-{3569,9676,0,0,5}-{3566,9678,0,0,1}-{3560,9678,0,0,2}-{3526,9678,0,0,2}-{3532,9693,0,0,5}-{3534,9690,0,0,7}-{3536,9695,0,0,2}-{3542,9694,0,0,7}-{3548,9695,0,0,7}-{3556,9695,0,0,5}-{3554,9709,0,0,2}-{3533,9708,0,0,5}-{3534,9703,0,0,5}-{3538,9721,0,0,7}-{3567,9720,0,0,6}-{3561,9711,0,0,7}-{3552,9703,0,0,1}-{3551,9698,0,0,1}-{3532,9678,0,0,5}-{3531,9675,0,0,5}-{3537,9677,0,0,2}-"
- },
- {
- "npc_id": "2033",
- "loc_data": "{3188,5511,0,1,7}-{3190,5511,0,1,6}-{3300,5494,0,1,2}-{3285,5492,0,1,6}-{3285,5495,0,1,0}-{3288,5497,0,1,3}-{3268,5487,0,0,0}-{3533,9691,0,0,4}-{3537,9694,0,0,2}-{3533,9696,0,0,2}-{3533,9693,0,0,5}-"
- },
- {
- "npc_id": "2034",
- "loc_data": "{3288,5484,0,1,4}-{3288,5467,0,1,0}-{3293,5468,0,1,2}-{3296,5475,0,1,7}-{3296,5473,0,1,2}-{3297,5480,0,1,4}-{3565,9695,0,0,1}-{3566,9692,0,0,5}-{3572,9695,0,0,7}-"
- },
- {
- "npc_id": "2035",
- "loc_data": "{3569,9696,0,0,2}-{3569,9693,0,0,6}-{3566,9694,0,0,6}-{3567,9698,0,0,2}-{3572,9692,0,0,5}-"
- },
- {
- "npc_id": "2036",
- "loc_data": "{3569,9674,0,0,0}-{3561,9677,0,0,6}-{3535,9686,0,0,6}-{3535,9698,0,0,1}-{3576,9677,0,0,3}-{3577,9679,0,0,1}-{3568,9691,0,0,2}-{3560,9694,0,0,6}-{3570,9682,0,0,1}-{3569,9687,0,0,2}-{3550,9711,0,0,5}-{3551,9708,0,0,6}-{3548,9713,0,0,6}-{3537,9711,0,0,4}-{3535,9702,0,0,7}-{3553,9722,0,0,4}-{3567,9712,0,0,5}-{3569,9704,0,0,6}-{3579,9693,0,0,7}-{3534,9675,0,0,2}-{3526,9711,0,0,1}-{3566,9668,0,0,4}-"
- },
- {
- "npc_id": "2037",
- "loc_data": "{3543,9677,0,0,3}-{3572,9680,0,0,7}-{3559,9677,0,0,4}-{3535,9685,0,0,1}-{3537,9693,0,0,1}-{3570,9697,0,0,2}-{3552,9713,0,0,6}-{3553,9711,0,0,3}-{3567,9708,0,0,6}-{3535,9679,0,0,1}-{3525,9683,0,0,6}-"
- },
- {
- "npc_id": "2038",
- "loc_data": "{2443,3051,0,0,1}-"
- },
- {
- "npc_id": "2039",
- "loc_data": "{2442,3049,0,0,3}-"
- },
- {
- "npc_id": "2040",
- "loc_data": "{2444,3047,0,0,0}-"
- },
- {
- "npc_id": "2041",
- "loc_data": "{2447,3050,0,0,0}-"
- },
- {
- "npc_id": "2042",
- "loc_data": "{2454,3047,0,0,2}-"
- },
- {
- "npc_id": "2043",
- "loc_data": "{2443,3038,0,1,1}-{2452,3030,0,1,1}-"
- },
- {
- "npc_id": "2044",
- "loc_data": "{2486,3048,0,1,3}-{2484,9392,2,1,0}-{2465,9454,2,1,0}-{2471,9422,2,1,0}-{2448,9442,2,1,0}-"
- },
- {
- "npc_id": "2045",
- "loc_data": "{2482,3046,0,1,3}-{2459,9394,2,1,0}-{2473,9430,2,1,0}-{2478,9442,2,1,0}-{2487,9455,2,1,0}-"
- },
- {
- "npc_id": "2046",
- "loc_data": "{2466,9389,2,1,0}-{2449,9429,0,1,0}-{2436,9452,2,1,0}-{2436,9465,2,1,0}-{2450,9460,2,1,0}-{2455,9440,2,1,0}-{2473,9439,2,1,0}-{2483,9408,2,1,0}-"
- },
- {
- "npc_id": "2047",
- "loc_data": "{2480,3046,0,1,3}-{2477,9384,2,1,0}-{2449,9434,0,1,0}-{2437,9429,2,1,0}-{2440,9438,2,1,0}-{2458,9408,2,1,0}-"
- },
- {
- "npc_id": "2048",
- "loc_data": "{2485,9398,2,1,0}-{2455,9435,0,1,0}-{2457,9420,2,1,0}-{2462,9431,2,1,0}-{2482,9422,2,1,0}-"
- },
- {
- "npc_id": "2049",
- "loc_data": "{2452,9440,0,1,0}-"
- },
- {
- "npc_id": "2050",
- "loc_data": "{2461,3047,0,1,3}-{2466,3052,0,1,6}-"
- },
- {
- "npc_id": "2051",
- "loc_data": "{2464,3049,0,1,2}-"
- },
- {
- "npc_id": "2052",
- "loc_data": "{2464,3045,0,1,2}-"
- },
- {
- "npc_id": "2053",
- "loc_data": "{2467,3049,0,1,2}-"
- },
- {
- "npc_id": "2054",
- "loc_data": "{2468,3046,0,1,2}-"
- },
- {
- "npc_id": "2055",
- "loc_data": "{2470,3055,0,0,5}-"
- },
- {
- "npc_id": "2056",
- "loc_data": "{2470,3040,0,0,0}-"
- },
- {
- "npc_id": "2057",
- "loc_data": "{2480,3046,0,1,0}-{2453,9393,2,1,0}-{2461,9403,2,1,0}-{2464,9380,2,1,0}-{2442,9436,2,1,0}-{2458,9413,2,1,0}-{2470,9435,2,1,0}-{2472,9460,2,1,0}-{2483,9413,2,1,0}-{2485,9447,2,1,0}-"
- },
- {
- "npc_id": "2058",
- "loc_data": "{3161,9547,0,0,7}-{3164,9556,0,0,7}-{3162,9574,0,0,7}-{3198,9554,0,0,7}-{3198,9572,0,0,7}-{3215,9560,0,0,7}-{3216,9588,0,0,7}-"
- },
- {
- "npc_id": "2059",
- "loc_data": "{2588,3088,0,1,3}-"
- },
- {
- "npc_id": "2067",
- "loc_data": "{3154,9544,0,0,0}-{3245,9570,0,0,0}-"
- },
- {
- "npc_id": "2069",
- "loc_data": "{3313,9652,0,1,0}-"
- },
- {
- "npc_id": "2070",
- "loc_data": "{3324,9621,0,1,0}-"
- },
- {
- "npc_id": "2071",
- "loc_data": "{3323,9643,0,1,0}-"
- },
- {
- "npc_id": "2072",
- "loc_data": "{3319,9632,0,1,0}-"
- },
- {
- "npc_id": "2074",
- "loc_data": "{3319,9605,0,0,1}-"
- },
- {
- "npc_id": "2075",
- "loc_data": "{3312,9638,0,0,3}-"
- },
- {
- "npc_id": "2076",
- "loc_data": "{3312,9628,0,0,3}-"
- },
- {
- "npc_id": "2077",
- "loc_data": "{3323,9616,0,0,6}-"
- },
- {
- "npc_id": "2078",
- "loc_data": "{3313,9622,0,0,3}-"
- },
- {
- "npc_id": "2082",
- "loc_data": "{3210,3220,1,1,6}-"
- },
- {
- "npc_id": "2084",
- "loc_data": "{3314,9612,0,1,0}-"
- },
- {
- "npc_id": "2085",
- "loc_data": "{3231,9610,0,1,0}-"
- },
- {
- "npc_id": "2092",
- "loc_data": "{2869,10196,1,1,0}-"
- },
- {
- "npc_id": "2093",
- "loc_data": "{2871,10207,1,1,0}-"
- },
- {
- "npc_id": "2094",
- "loc_data": "{2869,10205,1,0,6}-"
- },
- {
- "npc_id": "2095",
- "loc_data": "{2889,10211,1,0,6}-"
- },
- {
- "npc_id": "2096",
- "loc_data": "{2890,10207,1,0,6}-"
- },
- {
- "npc_id": "2097",
- "loc_data": "{2891,10196,1,0,6}-"
- },
- {
- "npc_id": "2098",
- "loc_data": "{2890,10192,1,0,6}-"
- },
- {
- "npc_id": "2100",
- "loc_data": "{2870,10196,1,1,0}-"
- },
- {
- "npc_id": "2101",
- "loc_data": "{2868,10202,1,1,0}-"
- },
- {
- "npc_id": "2102",
- "loc_data": "{2869,10208,1,1,0}-"
- },
- {
- "npc_id": "2103",
- "loc_data": "{2892,10209,1,1,0}-"
- },
- {
- "npc_id": "2104",
- "loc_data": "{2890,10204,1,1,0}-"
- },
- {
- "npc_id": "2105",
- "loc_data": "{2890,10196,1,1,0}-"
- },
- {
- "npc_id": "2106",
- "loc_data": "{2892,10190,1,1,0}-"
- },
- {
- "npc_id": "2110",
- "loc_data": "{2877,10198,1,1,0}-{2878,10196,1,1,0}-"
- },
- {
- "npc_id": "2111",
- "loc_data": "{2878,10201,1,1,0}-{2876,10201,1,1,0}-"
- },
- {
- "npc_id": "2113",
- "loc_data": "{2878,10201,1,1,0}-{2876,10201,1,1,0}-"
- },
- {
- "npc_id": "2115",
- "loc_data": "{2882,10201,1,1,0}-{2883,10200,1,1,0}-"
- },
- {
- "npc_id": "2117",
- "loc_data": "{2883,10198,1,1,0}-{2884,10199,1,1,0}-"
- },
- {
- "npc_id": "2119",
- "loc_data": "{2882,10197,1,1,0}-{2883,10196,1,1,0}-"
- },
- {
- "npc_id": "2121",
- "loc_data": "{2879,10193,1,1,0}-{2880,10195,1,1,0}-"
- },
- {
- "npc_id": "2127",
- "loc_data": "{2880,10199,1,1,0}-"
- },
- {
- "npc_id": "2130",
- "loc_data": "{2889,10207,0,1,0}-"
- },
- {
- "npc_id": "2131",
- "loc_data": "{2822,10212,0,1,0}-{2891,10192,0,1,0}-"
- },
- {
- "npc_id": "2132",
- "loc_data": "{2828,10210,0,1,0}-{2891,10199,0,1,0}-"
- },
- {
- "npc_id": "2133",
- "loc_data": "{2847,10190,0,1,0}-"
- },
- {
- "npc_id": "2134",
- "loc_data": "{2823,10220,0,1,0}-"
- },
- {
- "npc_id": "2135",
- "loc_data": "{2825,10209,0,1,0}-"
- },
- {
- "npc_id": "2136",
- "loc_data": "{2827,10212,1,1,0}-"
- },
- {
- "npc_id": "2138",
- "loc_data": "{2836,10192,1,1,0}-"
- },
- {
- "npc_id": "2139",
- "loc_data": "{2835,10193,1,0,1}-"
- },
- {
- "npc_id": "2140",
- "loc_data": "{2835,10226,0,0,6}-"
- },
- {
- "npc_id": "2141",
- "loc_data": "{2906,10204,0,1,0}-"
- },
- {
- "npc_id": "2142",
- "loc_data": "{2904,10206,0,1,0}-"
- },
- {
- "npc_id": "2151",
- "loc_data": "{2873,10210,0,1,0}-"
- },
- {
- "npc_id": "2152",
- "loc_data": "{2827,10231,0,1,0}-"
- },
- {
- "npc_id": "2153",
- "loc_data": "{2826,10197,0,1,0}-"
- },
- {
- "npc_id": "2154",
- "loc_data": "{2869,10190,0,1,0}-"
- },
- {
- "npc_id": "2155",
- "loc_data": "{2871,10199,0,1,0}-"
- },
- {
- "npc_id": "2156",
- "loc_data": "{2892,10212,0,1,0}-"
- },
- {
- "npc_id": "2157",
- "loc_data": "{2887,10212,0,1,0}-"
- },
- {
- "npc_id": "2158",
- "loc_data": "{2885,10207,0,1,0}-"
- },
- {
- "npc_id": "2159",
- "loc_data": "{2885,10196,0,1,0}-"
- },
- {
- "npc_id": "2160",
- "loc_data": "{2925,10210,0,1,0}-"
- },
- {
- "npc_id": "2161",
- "loc_data": "{2869,10211,0,1,0}-"
- },
- {
- "npc_id": "2162",
- "loc_data": "{2886,10187,0,1,0}-"
- },
- {
- "npc_id": "2163",
- "loc_data": "{2836,10205,0,1,0}-"
- },
- {
- "npc_id": "2164",
- "loc_data": "{2838,10205,0,0,1}-"
- },
- {
- "npc_id": "2169",
- "loc_data": "{2836,10222,0,1,0}-"
- },
- {
- "npc_id": "2170",
- "loc_data": "{2853,10196,0,1,0}-"
- },
- {
- "npc_id": "2171",
- "loc_data": "{2931,10184,0,1,0}-"
- },
- {
- "npc_id": "2172",
- "loc_data": "{2929,10191,0,1,0}-"
- },
- {
- "npc_id": "2173",
- "loc_data": "{2931,10191,0,1,0}-"
- },
- {
- "npc_id": "2174",
- "loc_data": "{2930,10188,0,1,0}-"
- },
- {
- "npc_id": "2175",
- "loc_data": "{2931,10187,0,1,0}-"
- },
- {
- "npc_id": "2177",
- "loc_data": "{2843,10191,1,0,1}-"
- },
- {
- "npc_id": "2178",
- "loc_data": "{2916,10195,0,1,0}-"
- },
- {
- "npc_id": "2179",
- "loc_data": "{2840,10199,0,0,6}-"
- },
- {
- "npc_id": "2180",
- "loc_data": "{2997,9837,0,1,3}-"
- },
- {
- "npc_id": "2181",
- "loc_data": "{2874,9871,0,1,0}-"
- },
- {
- "npc_id": "2182",
- "loc_data": "{2908,10176,0,1,0}-"
- },
- {
- "npc_id": "2187",
- "loc_data": "{2906,10198,0,1,0}-"
- },
- {
- "npc_id": "2188",
- "loc_data": "{2851,10223,0,1,0}-"
- },
- {
- "npc_id": "2189",
- "loc_data": "{2851,10223,0,1,0}-"
- },
- {
- "npc_id": "2190",
- "loc_data": "{2923,10203,0,1,0}-"
- },
- {
- "npc_id": "2191",
- "loc_data": "{2924,10213,0,1,0}-"
- },
- {
- "npc_id": "2192",
- "loc_data": "{2933,10219,0,0,3}-"
- },
- {
- "npc_id": "2193",
- "loc_data": "{2899,10218,0,1,0}-"
- },
- {
- "npc_id": "2194",
- "loc_data": "{2926,10225,0,1,0}-"
- },
- {
- "npc_id": "2195",
- "loc_data": "{2900,10227,0,1,0}-"
- },
- {
- "npc_id": "2196",
- "loc_data": "{2838,10196,0,1,0}-"
- },
- {
- "npc_id": "2197",
- "loc_data": "{2848,10198,0,1,0}-"
- },
- {
- "npc_id": "2198",
- "loc_data": "{2906,10216,0,1,0}-"
- },
- {
- "npc_id": "2199",
- "loc_data": "{2855,10199,0,1,0}-"
- },
- {
- "npc_id": "2201",
- "loc_data": "{2866,10208,0,1,0}-"
- },
- {
- "npc_id": "2203",
- "loc_data": "{2912,10222,0,1,0}-"
- },
- {
- "npc_id": "2205",
- "loc_data": "{2842,10129,0,0,3}-"
- },
- {
- "npc_id": "2206",
- "loc_data": "{2888,10227,0,0,6}-"
- },
- {
- "npc_id": "2234",
- "loc_data": "{3081,3251,0,1,6}-{2636,3365,0,1,6}-"
- },
- {
- "npc_id": "2235",
- "loc_data": "{3241,3345,0,1,4}-"
- },
- {
- "npc_id": "2236",
- "loc_data": "{3078,3250,0,1,1}-{3081,3250,0,1,2}-"
- },
- {
- "npc_id": "2237",
- "loc_data": "{3249,3266,0,1,5}-"
- },
- {
- "npc_id": "2238",
- "loc_data": "{3219,3247,0,1,6}-"
- },
- {
- "npc_id": "2240",
- "loc_data": "{3077,3259,0,1,4}-"
- },
- {
- "npc_id": "2241",
- "loc_data": "{3078,3260,0,1,3}-"
- },
- {
- "npc_id": "2242",
- "loc_data": "{3076,3260,0,1,1}-{3078,3260,0,1,6}-"
- },
- {
- "npc_id": "2243",
- "loc_data": "{3078,3259,0,1,3}-"
- },
- {
- "npc_id": "2244",
- "loc_data": "{3233,3228,0,1,3}-"
- },
- {
- "npc_id": "2245",
- "loc_data": "{2505,3240,0,1,4}-{2512,3250,0,1,1}-{2506,3242,0,1,3}-{2510,3252,0,1,4}-{2516,3248,0,1,1}-{2518,3245,0,1,7}-{2518,3245,0,1,1}-{2517,3242,0,1,6}-{2523,3241,0,1,4}-{2525,3241,0,1,1}-{2515,3256,0,1,6}-{2519,3257,0,1,4}-"
- },
- {
- "npc_id": "2246",
- "loc_data": "{2521,3239,0,1,5}-"
- },
- {
- "npc_id": "2247",
- "loc_data": "{2543,3225,0,1,7}-{2553,3220,0,1,3}-{2545,3220,0,1,4}-{2525,3220,0,1,4}-{2518,3218,0,1,1}-"
- },
- {
- "npc_id": "2248",
- "loc_data": "{2540,3218,0,1,1}-{2515,3216,0,1,1}-{2512,3215,0,1,7}-"
- },
- {
- "npc_id": "2249",
- "loc_data": "{2530,3224,0,1,4}-{2524,3221,0,1,2}-{2543,3217,0,1,4}-{2530,3212,0,1,4}-{2557,3234,0,1,4}-{2540,3226,0,1,5}-{2532,3213,0,1,4}-{2527,3201,0,1,6}-{2544,3216,0,1,6}-{2519,3222,0,1,6}-{2526,3227,0,1,4}-{2550,3234,0,1,3}-{2553,3220,0,1,3}-{2521,3202,0,1,6}-{2525,3220,0,1,4}-{2544,3230,0,1,3}-{2547,3212,0,1,4}-{2545,3212,0,1,0}-{2540,3208,0,1,4}-{2533,3202,0,1,6}-{2536,3236,0,1,6}-{2525,3204,0,1,0}-{2539,3238,0,1,4}-"
- },
- {
- "npc_id": "2250",
- "loc_data": "{2525,3209,0,1,4}-{2558,3228,0,1,4}-{2543,3212,0,1,3}-{2538,3223,0,1,0}-{2527,3201,0,1,7}-{2517,3222,0,1,3}-{2547,3231,0,1,6}-{2550,3220,0,1,4}-{2538,3224,0,1,3}-{2545,3213,0,1,0}-{2542,3208,0,1,5}-"
- },
- {
- "npc_id": "2251",
- "loc_data": "{2520,3217,0,1,3}-{2524,3209,0,1,1}-{2529,3200,0,1,5}-{2530,3209,0,1,1}-{2519,3223,0,1,4}-{2518,3224,0,1,2}-{2527,3201,0,1,7}-{2521,3202,0,1,4}-{2542,3208,0,1,4}-{2539,3233,0,1,6}-"
- },
- {
- "npc_id": "2252",
- "loc_data": "{3079,3257,0,1,1}-{3091,3250,0,1,6}-{3137,3254,0,1,0}-{3199,3302,0,1,3}-"
- },
- {
- "npc_id": "2256",
- "loc_data": "{2571,3305,0,1,7}-{2572,3297,0,1,2}-{2572,3304,0,1,1}-{2577,3308,0,1,6}-{2582,3287,0,1,3}-{2582,3299,0,1,0}-{2583,3292,0,1,4}-{2572,3292,1,1,1}-{2577,3295,1,1,6}-{2576,3286,1,1,1}-{2585,3289,1,1,7}-{2585,3304,1,1,1}-{2582,3306,1,1,5}-{2582,3286,1,1,3}-{2653,3315,0,1,6}-{2658,3306,0,1,4}-"
- },
- {
- "npc_id": "2257",
- "loc_data": "{3105,3554,0,1,1}-"
- },
- {
- "npc_id": "2260",
- "loc_data": "{3259,3385,0,1,6}-"
- },
- {
- "npc_id": "2262",
- "loc_data": "{3039,4834,0,0,7}-"
- },
- {
- "npc_id": "2263",
- "loc_data": "{3021,4812,0,1,5}-{3014,4838,0,1,6}-{3061,4836,0,1,4}-{3017,4812,0,1,6}-{3061,4842,0,1,3}-{3048,4808,0,1,3}-{3021,4847,0,1,6}-{3054,4849,0,1,6}-{3015,4833,0,1,0}-{3035,4854,0,1,6}-{3016,4829,0,1,4}-{3040,4810,0,1,3}-{3059,4815,0,1,1}-{3027,4851,0,1,6}-{3020,4819,0,1,4}-{3020,4845,0,1,2}-{3061,4829,0,1,0}-{3018,4842,0,1,4}-{3037,4906,0,1,2}-{3057,4875,0,0,6}-{3016,4892,0,1,6}-{3058,4877,0,0,6}-{3051,4874,0,1,0}-{3029,4890,0,1,6}-{3032,4901,0,1,2}-{3024,4916,0,1,3}-{3020,4903,0,1,4}-{3061,4883,0,0,3}-{3058,4889,0,0,3}-{3053,4896,0,0,3}-{3038,4871,0,1,6}-{3053,4900,0,0,7}-{3055,4915,0,0,5}-{3037,4906,0,0,5}-{3047,4886,0,1,4}-{3033,4884,0,1,4}-{3030,4877,0,1,2}-{3026,4879,0,1,3}-{3024,4879,0,1,3}-"
- },
- {
- "npc_id": "2264",
- "loc_data": "{3017,4821,0,1,4}-{3059,4813,0,1,0}-{3032,4808,0,1,3}-{3059,4820,0,1,3}-{3062,4828,0,1,6}-{3036,4856,0,1,7}-{3062,4837,0,1,5}-{3025,4850,0,1,1}-{3052,4858,0,1,1}-{3024,4813,0,1,4}-{3048,4854,0,1,3}-{3034,4852,0,1,1}-{3028,4808,0,1,1}-{3018,4843,0,1,2}-{3028,4851,0,1,0}-{3016,4831,0,1,1}-{3043,4810,0,1,3}-{3020,4888,0,1,3}-{3039,4871,0,1,4}-{3049,4921,0,1,7}-{3019,4877,0,1,6}-{3017,4893,0,1,7}-{3019,4898,0,1,4}-{3020,4912,0,1,2}-{3054,4915,0,1,7}-{3052,4898,0,1,1}-{3034,4905,0,1,4}-{3052,4896,0,1,3}-{3046,4901,0,1,2}-{3062,4884,0,1,6}-{3049,4873,0,1,1}-{3041,4871,0,1,1}-"
- },
- {
- "npc_id": "2265",
- "loc_data": "{3038,4809,0,1,6}-{3024,4850,0,1,3}-{3052,4808,0,1,5}-{3021,4847,0,1,3}-{3058,4811,0,1,4}-{3055,4848,0,1,0}-{3062,4822,0,1,6}-{3017,4837,0,1,3}-{3017,4817,0,1,7}-{3025,4812,0,1,1}-{3060,4825,0,1,3}-{3062,4838,0,1,3}-{3054,4850,0,1,6}-{3020,4914,0,1,2}-{3059,4890,0,1,3}-{3031,4901,0,1,7}-{3044,4915,0,1,6}-{3044,4883,0,1,4}-{3039,4885,0,1,1}-{3048,4917,0,1,5}-{3059,4888,0,1,5}-{3047,4874,0,1,2}-{3055,4908,0,1,5}-{3017,4876,0,1,1}-{3029,4890,0,1,5}-{3059,4906,0,1,1}-{3021,4875,0,1,3}-{3032,4903,0,1,3}-{3026,4914,0,1,6}-"
- },
- {
- "npc_id": "2266",
- "loc_data": "{3053,4978,1,1,1}-"
- },
- {
- "npc_id": "2270",
- "loc_data": "{3048,4975,1,1,6}-"
- },
- {
- "npc_id": "2271",
- "loc_data": "{3045,4971,1,0,4}-"
- },
- {
- "npc_id": "2274",
- "loc_data": "{3243,3245,0,1,4}-"
- },
- {
- "npc_id": "2275",
- "loc_data": "{3244,3248,0,1,1}-"
- },
- {
- "npc_id": "2276",
- "loc_data": "{3243,3247,0,1,1}-"
- },
- {
- "npc_id": "2277",
- "loc_data": "{3248,3247,0,1,4}-"
- },
- {
- "npc_id": "2278",
- "loc_data": "{3190,3251,0,1,0}-{3179,3243,0,1,0}-{3179,3248,0,1,0}-{3146,3235,0,1,0}-{3146,3261,0,1,0}-{3247,3244,0,1,2}-"
- },
- {
- "npc_id": "2279",
- "loc_data": "{3181,3243,0,1,0}-{3176,3248,0,1,0}-{3182,3248,0,1,0}-{3140,3226,0,1,0}-{3140,3259,0,1,0}-{3143,3260,0,1,0}-{3244,3247,0,1,3}-"
- },
- {
- "npc_id": "2280",
- "loc_data": "{3144,3228,0,1,0}-{3245,3244,0,1,4}-"
- },
- {
- "npc_id": "2281",
- "loc_data": "{3187,3241,0,1,0}-{3177,3243,0,1,0}-{3246,3245,0,1,4}-"
- },
- {
- "npc_id": "2282",
- "loc_data": "{2488,4973,0,0,6}-"
- },
- {
- "npc_id": "2283",
- "loc_data": "{2458,4980,0,0,6}-"
- },
- {
- "npc_id": "2284",
- "loc_data": "{2457,4966,0,0,6}-"
- },
- {
- "npc_id": "2286",
- "loc_data": "{2476,4958,0,0,3}-"
- },
- {
- "npc_id": "2287",
- "loc_data": "{2443,4956,0,0,4}-"
- },
- {
- "npc_id": "2288",
- "loc_data": "{2469,4941,0,0,6}-"
- },
- {
- "npc_id": "2289",
- "loc_data": "{2451,4939,0,0,6}-"
- },
- {
- "npc_id": "2290",
- "loc_data": "{2997,3373,0,0,0}-"
- },
- {
- "npc_id": "2291",
- "loc_data": "{3311,3109,0,0,3}-"
- },
- {
- "npc_id": "2292",
- "loc_data": "{3182,3043,0,0,3}-"
- },
- {
- "npc_id": "2293",
- "loc_data": "{3469,3111,0,1,6}-"
- },
- {
- "npc_id": "2294",
- "loc_data": "{3350,3004,0,0,6}-"
- },
- {
- "npc_id": "2296",
- "loc_data": "{3401,2918,0,0,6}-"
- },
- {
- "npc_id": "2298",
- "loc_data": "{3287,2813,0,1,1}-"
- },
- {
- "npc_id": "2300",
- "loc_data": "{3243,2813,0,0,1}-"
- },
- {
- "npc_id": "2301",
- "loc_data": "{3181,3043,0,1,3}-{3310,3107,0,1,4}-"
- },
- {
- "npc_id": "2302",
- "loc_data": "{3243,2812,0,1,1}-"
- },
- {
- "npc_id": "2304",
- "loc_data": "{3039,3292,0,1,6}-"
- },
- {
- "npc_id": "2305",
- "loc_data": "{2821,3463,0,1,3}-"
- },
- {
- "npc_id": "2306",
- "loc_data": "{2643,3363,0,0,5}-"
- },
- {
- "npc_id": "2307",
- "loc_data": "{3627,3526,0,1,6}-"
- },
- {
- "npc_id": "2310",
- "loc_data": "{2928,3282,0,1,1}-{2927,3269,0,1,1}-{3025,3312,0,1,4}-{3043,3308,0,1,6}-{3023,3297,0,1,5}-"
- },
- {
- "npc_id": "2311",
- "loc_data": "{3035,3296,0,0,0}-"
- },
- {
- "npc_id": "2312",
- "loc_data": "{3014,3292,0,0,0}-"
- },
- {
- "npc_id": "2313",
- "loc_data": "{3020,3297,0,1,6}-{3040,3296,0,1,3}-{3031,3283,0,1,4}-{3020,3288,0,1,0}-"
- },
- {
- "npc_id": "2314",
- "loc_data": "{3018,3296,0,1,1}-{3016,3288,0,1,4}-{3030,3287,0,1,4}-{3017,3282,0,1,3}-{2549,3566,0,1,2}-{2553,3564,0,1,4}-"
- },
- {
- "npc_id": "2315",
- "loc_data": "{3018,3282,0,1,5}-{3037,3289,0,1,1}-{2551,3562,0,1,1}-{2554,3561,0,1,3}-"
- },
- {
- "npc_id": "2316",
- "loc_data": "{3015,3311,0,1,4}-"
- },
- {
- "npc_id": "2317",
- "loc_data": "{3016,3309,0,1,6}-"
- },
- {
- "npc_id": "2318",
- "loc_data": "{3017,3307,0,0,0}-"
- },
- {
- "npc_id": "2319",
- "loc_data": "{3017,3309,0,0,0}-"
- },
- {
- "npc_id": "2321",
- "loc_data": "{2915,10194,1,1,0}-"
- },
- {
- "npc_id": "2322",
- "loc_data": "{3679,9957,0,1,1}-"
- },
- {
- "npc_id": "2323",
- "loc_data": "{3056,3306,0,1,1}-"
- },
- {
- "npc_id": "2324",
- "loc_data": "{2807,3464,0,1,3}-"
- },
- {
- "npc_id": "2325",
- "loc_data": "{2664,3374,0,1,1}-"
- },
- {
- "npc_id": "2326",
- "loc_data": "{3600,3527,0,1,1}-"
- },
- {
- "npc_id": "2327",
- "loc_data": "{2814,3337,0,1,6}-"
- },
- {
- "npc_id": "2330",
- "loc_data": "{2766,3211,0,1,0}-"
- },
- {
- "npc_id": "2331",
- "loc_data": "{2860,3430,0,1,4}-"
- },
- {
- "npc_id": "2332",
- "loc_data": "{2573,3102,0,1,4}-"
- },
- {
- "npc_id": "2333",
- "loc_data": "{3226,3311,0,0,0}-"
- },
- {
- "npc_id": "2334",
- "loc_data": "{2662,3525,0,1,1}-"
- },
- {
- "npc_id": "2335",
- "loc_data": "{3181,3359,0,1,0}-"
- },
- {
- "npc_id": "2336",
- "loc_data": "{2938,3221,0,1,0}-"
- },
- {
- "npc_id": "2337",
- "loc_data": "{2589,3861,0,1,0}-"
- },
- {
- "npc_id": "2338",
- "loc_data": "{2615,3229,0,1,0}-"
- },
- {
- "npc_id": "2339",
- "loc_data": "{2934,3438,0,1,6}-"
- },
- {
- "npc_id": "2340",
- "loc_data": "{3007,3373,0,1,4}-"
- },
- {
- "npc_id": "2341",
- "loc_data": "{3229,3456,0,1,0}-"
- },
- {
- "npc_id": "2342",
- "loc_data": "{3196,3231,0,1,4}-"
- },
- {
- "npc_id": "2343",
- "loc_data": "{2473,3446,0,1,6}-"
- },
- {
- "npc_id": "2344",
- "loc_data": "{2490,3183,0,1,3}-"
- },
- {
- "npc_id": "2352",
- "loc_data": "{2334,3183,0,1,0}-"
- },
- {
- "npc_id": "2353",
- "loc_data": "{2324,3179,0,1,5}-"
- },
- {
- "npc_id": "2355",
- "loc_data": "{2353,3163,0,0,4}-"
- },
- {
- "npc_id": "2356",
- "loc_data": "{2323,3163,0,1,0}-"
- },
- {
- "npc_id": "2357",
- "loc_data": "{2340,3157,1,1,0}-"
- },
- {
- "npc_id": "2359",
- "loc_data": "{2335,3169,0,1,3}-"
- },
- {
- "npc_id": "2360",
- "loc_data": "{2335,3174,0,1,4}-{2322,3172,0,1,5}-"
- },
- {
- "npc_id": "2361",
- "loc_data": "{2345,3172,0,1,2}-{2340,3178,0,1,3}-"
- },
- {
- "npc_id": "2362",
- "loc_data": "{2330,3163,0,1,3}-"
- },
- {
- "npc_id": "2372",
- "loc_data": "{2044,4628,0,1,0}-"
- },
- {
- "npc_id": "2373",
- "loc_data": "{2037,4636,0,1,0}-{2038,4644,0,1,0}-{2041,4638,0,1,0}-{2044,4642,0,1,0}-"
- },
- {
- "npc_id": "2374",
- "loc_data": "{2036,4633,0,0,6}-"
- },
- {
- "npc_id": "2381",
- "loc_data": "{2555,3444,0,1,0}-"
- },
- {
- "npc_id": "2382",
- "loc_data": "{3022,3946,0,1,0}-"
- },
- {
- "npc_id": "2383",
- "loc_data": "{3034,3701,0,1,0}-"
- },
- {
- "npc_id": "2384",
- "loc_data": "{3162,2982,0,1,0}-"
- },
- {
- "npc_id": "2385",
- "loc_data": "{3112,3158,0,1,0}-"
- },
- {
- "npc_id": "2386",
- "loc_data": "{3052,3496,1,1,0}-"
- },
- {
- "npc_id": "2387",
- "loc_data": "{3053,3378,1,1,0}-"
- },
- {
- "npc_id": "2388",
- "loc_data": "{2950,3820,0,1,0}-"
- },
- {
- "npc_id": "2389",
- "loc_data": "{3218,3677,0,1,0}-"
- },
- {
- "npc_id": "2390",
- "loc_data": "{3068,3858,0,1,0}-"
- },
- {
- "npc_id": "2391",
- "loc_data": "{2850,3348,0,1,0}-"
- },
- {
- "npc_id": "2392",
- "loc_data": "{3044,3204,0,1,0}-"
- },
- {
- "npc_id": "2393",
- "loc_data": "{2396,3481,0,1,0}-"
- },
- {
- "npc_id": "2394",
- "loc_data": "{3294,3934,1,1,0}-"
- },
- {
- "npc_id": "2395",
- "loc_data": "{3448,3550,1,1,0}-"
- },
- {
- "npc_id": "2396",
- "loc_data": "{3119,9996,0,1,0}-"
- },
- {
- "npc_id": "2414",
- "loc_data": "{3263,3400,1,0,0}-"
- },
- {
- "npc_id": "2435",
- "loc_data": "{2621,3682,0,0,6}-"
- },
- {
- "npc_id": "2438",
- "loc_data": "{2544,3761,0,0,6}-"
- },
- {
- "npc_id": "2439",
- "loc_data": "{2659,3657,0,1,3}-"
- },
- {
- "npc_id": "2440",
- "loc_data": "{2545,10141,0,0,6}-"
- },
- {
- "npc_id": "2443",
- "loc_data": "{2543,10143,0,0,3}-"
- },
- {
- "npc_id": "2446",
- "loc_data": "{2545,10145,0,0,6}-"
- },
- {
- "npc_id": "2449",
- "loc_data": "{2546,10144,0,0,1}-{2546,10142,0,0,6}-"
- },
- {
- "npc_id": "2452",
- "loc_data": "{2526,10166,0,1,6}-"
- },
- {
- "npc_id": "2453",
- "loc_data": "{1846,4405,3,0,2}-{1839,4400,3,0,3}-{1835,4394,3,0,3}-{1834,4406,3,0,1}-{1843,4406,3,0,2}-{1899,4372,0,0,2}-{1888,4362,0,0,7}-{1896,4362,0,0,2}-{1897,4368,0,0,5}-{2521,10160,0,0,1}-{2535,10163,0,0,6}-{2520,10165,0,0,3}-{2533,10162,0,0,3}-{2545,10158,0,0,5}-{2547,10151,0,0,3}-{2543,10166,0,0,3}-{2538,10160,0,0,6}-{2506,10163,0,0,3}-{2516,10163,0,0,3}-{2498,10164,0,0,5}-{2544,10160,0,0,0}-{2525,10162,0,0,3}-{2530,10161,0,0,0}-{2537,10167,0,0,7}-{2519,10163,0,0,3}-{2511,10163,0,0,3}-{2530,10161,0,0,7}-{2524,10166,0,0,3}-{2508,10159,0,0,0}-"
- },
- {
- "npc_id": "2455",
- "loc_data": "{1815,4405,2,1,6}-{1818,4403,2,1,3}-{1813,4404,2,1,7}-{1814,4407,2,1,7}-{1821,4393,2,1,1}-{1823,4389,2,1,1}-{1828,4387,2,1,3}-{1821,4392,2,1,0}-{1826,4391,2,1,0}-{1844,4360,1,1,4}-{1844,4361,1,1,5}-{1851,4360,1,1,3}-{1831,4378,3,1,2}-{1838,4379,3,1,2}-{1824,4376,3,1,1}-{1832,4380,3,1,6}-{1844,4373,2,1,4}-{1849,4381,2,1,4}-{1846,4374,2,1,1}-{1865,4377,2,1,1}-{1865,4397,1,1,6}-{1857,4360,1,1,1}-{1862,4362,1,1,1}-{1862,4362,1,1,7}-{1864,4366,1,1,1}-{1865,4383,2,1,4}-{1864,4390,1,1,1}-{1865,4408,1,1,4}-{1877,4410,1,1,1}-{1883,4411,1,1,4}-{1889,4410,1,1,4}-{1887,4374,0,1,6}-{1890,4372,0,1,4}-{1890,4366,0,1,4}-{1896,4371,0,1,3}-{1890,4364,0,1,7}-{2457,10139,0,1,2}-{2465,10133,0,1,4}-{2449,10148,0,1,1}-{2471,10133,0,1,6}-{2446,10145,0,1,4}-{2443,10148,0,1,1}-{2452,10161,0,1,3}-{2444,10145,0,1,1}-{2462,10163,0,1,3}-{2446,10141,0,1,3}-{2454,10149,0,1,0}-{2476,10155,0,1,4}-{2456,10153,0,1,0}-{2485,10142,0,1,3}-{2457,10152,0,1,4}-{2485,10126,0,1,4}-{2475,10148,0,1,3}-{2471,10160,0,1,1}-{2453,10145,0,1,3}-{2463,10158,0,1,4}-{2457,10163,0,1,2}-{2471,10154,0,1,6}-{2476,10151,0,1,7}-{2479,10154,0,1,1}-{2486,10158,0,1,4}-{2485,10165,0,1,5}-{2485,10153,0,1,4}-{2474,10140,0,1,7}-{2466,10130,0,1,6}-{2464,10138,0,1,6}-{2486,10150,0,1,6}-{2473,10127,0,1,4}-{2483,10126,0,1,3}-{2456,10133,0,1,6}-{2467,10163,0,1,6}-{2477,10143,0,1,3}-{2489,10139,0,1,4}-{2486,10127,0,1,1}-{2480,10141,0,1,7}-{2490,10155,0,1,3}-{2459,10133,0,1,3}-{2455,10163,0,1,0}-{2494,10162,0,1,1}-{2493,10132,0,1,3}-{2494,10129,0,1,5}-{2496,10166,0,1,1}-{2502,10167,0,1,1}-{2499,10162,0,1,0}-{2502,10159,0,1,1}-{2502,10166,0,1,4}-{2496,10130,0,1,3}-{2498,10128,0,1,1}-{2497,10126,0,1,4}-{2499,10128,0,1,5}-{2501,10126,0,1,3}-{2506,10125,0,1,4}-{2506,10127,0,1,4}-{2507,10128,0,1,3}-{2507,10126,0,1,6}-{2511,10126,0,1,0}-{2513,10126,0,1,4}-{2517,10129,0,1,3}-{2513,10127,0,1,3}-{2516,10124,0,1,4}-{2520,10122,0,1,5}-{2522,10126,0,1,3}-{2524,10129,0,1,4}-{2525,10125,0,1,4}-{2529,10122,0,1,4}-{2529,10124,0,1,2}-{2526,10126,0,1,3}-{2529,10130,0,1,6}-{2530,10127,0,1,5}-{2532,10121,0,1,0}-{2532,10123,0,1,3}-{2538,10126,0,1,0}-{2535,10125,0,1,7}-{2536,10127,0,1,1}-{2539,10130,0,1,6}-{2543,10130,0,1,6}-{2548,10131,0,1,1}-{2542,10128,0,1,3}-"
- },
- {
- "npc_id": "2456",
- "loc_data": "{2452,10145,0,0,4}-{2445,10138,0,0,7}-"
- },
- {
- "npc_id": "2457",
- "loc_data": "{1804,4369,2,1,2}-{1812,4363,2,1,5}-{1817,4368,2,1,6}-{1801,4404,3,1,6}-{1805,4405,3,1,1}-{1803,4404,3,1,7}-{1811,4394,1,1,7}-{1804,4391,1,1,2}-{1798,4391,1,1,4}-{1802,4389,1,1,4}-{1799,4386,2,1,1}-{1799,4381,2,1,6}-{1798,4375,1,1,4}-{1803,4376,1,1,6}-{1797,4380,1,1,6}-{1848,4394,1,1,3}-{1850,4389,1,1,1}-{1850,4391,1,1,2}-{1902,4367,0,1,6}-{1894,4367,0,1,1}-{1893,4361,0,1,3}-{1886,4369,0,1,1}-{2500,10148,0,1,3}-{2505,10150,0,1,2}-{2510,10148,0,1,1}-{2511,10147,0,1,6}-{2517,10151,0,1,3}-{2519,10143,0,1,7}-{2529,10148,0,1,3}-{2528,10144,0,1,0}-{2532,10145,0,1,1}-{2532,10140,0,1,7}-{2520,10144,0,1,2}-"
- },
- {
- "npc_id": "2458",
- "loc_data": "{2599,4774,0,0,3}-"
- },
- {
- "npc_id": "2459",
- "loc_data": "{2604,4772,0,1,4}-{2606,4771,0,1,6}-{2604,4769,0,1,2}-"
- },
- {
- "npc_id": "2460",
- "loc_data": "{2600,4778,0,1,1}-{2607,4777,0,1,1}-"
- },
- {
- "npc_id": "2461",
- "loc_data": "{2597,4776,0,1,1}-{2606,4771,0,1,1}-"
- },
- {
- "npc_id": "2462",
- "loc_data": "{2596,4773,0,1,2}-{2602,4771,0,1,6}-{2596,4780,0,1,4}-"
- },
- {
- "npc_id": "2477",
- "loc_data": "{1952,4768,1,0,6}-"
- },
- {
- "npc_id": "2479",
- "loc_data": "{3420,4777,0,0,0}-"
- },
- {
- "npc_id": "2481",
- "loc_data": "{3423,4777,0,0,5}-"
- },
- {
- "npc_id": "2483",
- "loc_data": "{2914,3116,0,0,0}-"
- },
- {
- "npc_id": "2484",
- "loc_data": "{2782,3058,0,0,0}-"
- },
- {
- "npc_id": "2486",
- "loc_data": "{2789,3055,0,0,0}-"
- },
- {
- "npc_id": "2487",
- "loc_data": "{2848,3042,0,0,0}-"
- },
- {
- "npc_id": "2488",
- "loc_data": "{2799,3058,0,0,0}-"
- },
- {
- "npc_id": "2491",
- "loc_data": "{2679,3080,0,1,6}-{2684,3084,0,1,4}-{2682,3093,0,1,4}-{2678,3095,0,1,3}-{2679,3102,0,1,1}-{2681,3110,0,1,4}-{2683,3115,0,1,6}-{2675,3108,0,1,3}-{2671,3109,0,1,3}-{2671,3113,0,1,4}-{2676,3090,0,1,4}-{2670,3088,0,1,6}-{2671,3086,0,1,6}-{2664,3088,0,1,7}-{2660,3086,0,1,6}-{2662,3088,0,1,6}-{2670,3082,0,1,7}-{2674,3081,0,1,3}-{2663,3086,0,1,6}-{2679,3082,0,1,1}-{2682,3093,0,1,3}-"
- },
- {
- "npc_id": "2504",
- "loc_data": "{2796,3077,1,1,3}-"
- },
- {
- "npc_id": "2507",
- "loc_data": "{2794,3077,0,1,6}-"
- },
- {
- "npc_id": "2510",
- "loc_data": "{2786,3075,1,1,4}-"
- },
- {
- "npc_id": "2513",
- "loc_data": "{2796,3088,0,1,7}-"
- },
- {
- "npc_id": "2516",
- "loc_data": "{2791,3102,0,1,3}-"
- },
- {
- "npc_id": "2519",
- "loc_data": "{2794,3064,0,1,5}-"
- },
- {
- "npc_id": "2522",
- "loc_data": "{2758,3099,0,1,1}-"
- },
- {
- "npc_id": "2525",
- "loc_data": "{2800,3048,0,1,2}-"
- },
- {
- "npc_id": "2528",
- "loc_data": "{2816,3085,0,1,3}-"
- },
- {
- "npc_id": "2531",
- "loc_data": "{2784,3089,0,1,1}-"
- },
- {
- "npc_id": "2547",
- "loc_data": "{2615,9525,0,1,4}-{2615,9521,0,1,1}-{3109,9942,0,1,4}-{3111,9938,0,1,4}-{3116,9926,0,1,4}-"
- },
- {
- "npc_id": "2548",
- "loc_data": "{3349,2970,0,0,4}-{3358,2987,0,0,4}-"
- },
- {
- "npc_id": "2549",
- "loc_data": "{3364,3001,0,0,6}-"
- },
- {
- "npc_id": "2553",
- "loc_data": "{1944,4958,0,1,0}-"
- },
- {
- "npc_id": "2564",
- "loc_data": "{1936,4966,0,0,4}-"
- },
- {
- "npc_id": "2565",
- "loc_data": "{1939,4968,0,1,0}-"
- },
- {
- "npc_id": "2568",
- "loc_data": "{2729,3495,0,0,6}-{2724,3495,0,0,6}-{2728,3495,0,0,6}-{2721,3495,0,0,6}-"
- },
- {
- "npc_id": "2569",
- "loc_data": "{2727,3495,0,0,6}-{2722,3495,0,0,6}-"
- },
- {
- "npc_id": "2572",
- "loc_data": "{3079,3250,0,1,2}-"
- },
- {
- "npc_id": "2574",
- "loc_data": "{3087,3247,0,0,7}-"
- },
- {
- "npc_id": "2580",
- "loc_data": "{2918,3535,0,1,0}-"
- },
- {
- "npc_id": "2591",
- "loc_data": "{4786,5106,0,1,6}-{2474,5145,0,1,2}-"
- },
- {
- "npc_id": "2592",
- "loc_data": "{4680,5117,0,1,6}-{2461,5142,0,1,6}-"
- },
- {
- "npc_id": "2594",
- "loc_data": "{4730,5077,0,1,5}-{4703,5123,0,1,5}-{4680,5126,0,1,7}-"
- },
- {
- "npc_id": "2595",
- "loc_data": "{4633,5069,0,1,4}-{4647,5132,0,1,7}-{4699,5100,0,1,6}-{4757,5100,0,1,2}-"
- },
- {
- "npc_id": "2596",
- "loc_data": "{4628,5117,0,1,4}-{4787,5118,0,1,7}-{2483,5155,0,1,4}-"
- },
- {
- "npc_id": "2597",
- "loc_data": "{4621,5094,0,1,5}-{2446,5144,0,1,1}-{2470,5141,0,1,6}-"
- },
- {
- "npc_id": "2598",
- "loc_data": "{2485,5159,0,1,4}-{2489,5155,0,1,1}-{2471,5144,0,1,3}-{2476,5153,0,1,0}-{2477,5150,0,1,1}-"
- },
- {
- "npc_id": "2600",
- "loc_data": "{4656,5125,0,1,5}-{4711,5072,0,1,4}-{4751,5087,0,1,3}-"
- },
- {
- "npc_id": "2601",
- "loc_data": "{4724,5107,0,1,5}-{4676,5123,0,1,5}-{4693,5127,0,1,7}-{4788,5110,0,1,4}-"
- },
- {
- "npc_id": "2602",
- "loc_data": "{4668,5133,0,1,7}-{4627,5122,0,1,5}-{4714,5113,0,1,6}-{4752,5074,0,1,7}-{4789,5122,0,1,2}-"
- },
- {
- "npc_id": "2603",
- "loc_data": "{4711,5086,0,1,2}-{4760,5091,0,1,4}-"
- },
- {
- "npc_id": "2604",
- "loc_data": "{2439,5170,0,1,3}-{2451,5170,0,1,3}-{2453,5161,0,1,6}-{2460,5160,0,1,7}-{2457,5155,0,1,3}-{2480,5168,0,1,6}-{2469,5166,0,1,1}-{2490,5173,0,1,3}-{2488,5171,0,1,4}-{2483,5156,0,1,3}-{2470,5147,0,1,4}-{2468,5139,0,1,7}-{2458,5141,0,1,3}-{2454,5141,0,1,1}-{2452,5124,0,1,3}-{2454,5122,0,1,2}-{2453,5143,0,1,3}-{2443,5144,0,1,6}-"
- },
- {
- "npc_id": "2605",
- "loc_data": "{4631,5088,0,1,7}-{4633,5125,0,1,7}-{4760,5074,0,1,4}-"
- },
- {
- "npc_id": "2606",
- "loc_data": "{4670,5081,0,1,6}-{4642,5115,0,1,7}-{4756,5086,0,1,4}-"
- },
- {
- "npc_id": "2607",
- "loc_data": "{4638,5095,0,1,2}-{4647,5141,0,1,4}-{4699,5141,0,1,3}-{4774,5098,0,1,3}-"
- },
- {
- "npc_id": "2608",
- "loc_data": "{4656,5091,0,1,5}-{4637,5093,0,1,0}-"
- },
- {
- "npc_id": "2609",
- "loc_data": "{4617,5073,0,1,6}-{4691,5090,0,1,7}-{4727,5082,0,1,6}-{4711,5125,0,1,4}-{4748,5070,0,1,4}-{2440,5128,0,1,3}-{2436,5133,0,1,3}-{2450,5168,0,1,2}-{2443,5170,0,1,4}-{2445,5177,0,1,3}-"
- },
- {
- "npc_id": "2610",
- "loc_data": "{2446,5169,0,1,4}-{2458,5159,0,1,3}-{2466,5166,0,1,7}-{2471,5166,0,1,3}-{2478,5164,0,1,4}-{2490,5174,0,1,4}-{2485,5159,0,1,5}-{2442,5173,0,1,0}-{2440,5171,0,1,7}-{2440,5170,0,1,3}-"
- },
- {
- "npc_id": "2611",
- "loc_data": "{4646,5107,0,1,6}-{4683,5098,0,1,4}-{4690,5113,0,1,5}-{4720,5118,0,1,7}-{4716,5097,0,1,5}-{4762,5088,0,1,0}-"
- },
- {
- "npc_id": "2614",
- "loc_data": "{4666,5082,0,1,0}-{4669,5103,0,1,2}-{4639,5074,0,1,3}-{4664,5121,0,1,4}-{4688,5016,0,1,3}-{4704,5077,0,1,5}-"
- },
- {
- "npc_id": "2615",
- "loc_data": "{4625,5084,0,1,7}-{4628,5134,0,1,3}-{4725,5067,0,1,5}-{4695,5128,0,1,7}-{4748,5076,0,1,6}-{4790,5127,0,1,0}-"
- },
- {
- "npc_id": "2616",
- "loc_data": "{4631,5106,0,1,0}-{4673,5114,0,1,1}-{2441,5130,0,1,1}-{2438,5135,0,1,6}-{2443,5138,0,1,2}-"
- },
- {
- "npc_id": "2617",
- "loc_data": "{4611,5132,0,1,5}-{2440,5168,0,0,1}-"
- },
- {
- "npc_id": "2618",
- "loc_data": "{2399,5178,0,1,6}-{4603,5065,0,1,1}-"
- },
- {
- "npc_id": "2619",
- "loc_data": "{4644,5149,0,1,7}-{2418,5203,0,1,6}-{2446,5179,0,0,6}-"
- },
- {
- "npc_id": "2620",
- "loc_data": "{4701,5153,0,1,0}-{2478,5146,0,1,2}-"
- },
- {
- "npc_id": "2621",
- "loc_data": "{2724,3729,0,0,6}-"
- },
- {
- "npc_id": "2622",
- "loc_data": "{4689,5173,0,0,0}-{2464,5149,0,0,7}-"
- },
- {
- "npc_id": "2623",
- "loc_data": "{4655,5172,0,1,0}-{2462,5125,0,1,5}-"
- },
- {
- "npc_id": "2624",
- "loc_data": "{4718,5148,0,1,6}-{4708,5173,0,1,6}-{4716,5178,0,1,7}-{4726,5173,0,1,0}-{4730,5163,0,1,3}-{4726,5153,0,1,5}-"
- },
- {
- "npc_id": "2625",
- "loc_data": "{4668,5177,0,1,4}-{4676,5177,0,1,2}-"
- },
- {
- "npc_id": "2634",
- "loc_data": "{3095,3252,0,0,0}-"
- },
- {
- "npc_id": "2652",
- "loc_data": "{2868,3579,0,0,0}-{2851,3582,0,0,0}-"
- },
- {
- "npc_id": "2655",
- "loc_data": "{2921,3558,0,1,6}-"
- },
- {
- "npc_id": "2660",
- "loc_data": "{3208,3496,0,1,3}-"
- },
- {
- "npc_id": "2674",
- "loc_data": "{3017,3231,0,1,1}-"
- },
- {
- "npc_id": "2676",
- "loc_data": "{2914,3322,0,0,0}-"
- },
- {
- "npc_id": "2677",
- "loc_data": "{2945,3307,0,0,0}-"
- },
- {
- "npc_id": "2678",
- "loc_data": "{2988,3210,0,1,7}-"
- },
- {
- "npc_id": "2679",
- "loc_data": "{3000,3222,0,1,1}-"
- },
- {
- "npc_id": "2680",
- "loc_data": "{2582,9836,0,1,2}-{2985,3193,0,1,1}-"
- },
- {
- "npc_id": "2681",
- "loc_data": "{2991,3199,0,1,3}-"
- },
- {
- "npc_id": "2682",
- "loc_data": "{2904,3208,0,1,0}-{1866,4237,0,1,0}-{1866,4240,0,1,0}-{1867,4243,0,1,0}-{2950,3204,0,1,5}-{2971,3212,0,1,4}-{2960,3201,0,1,1}-{2959,3202,0,1,4}-{2956,3203,0,1,1}-{2969,3204,0,1,4}-"
- },
- {
- "npc_id": "2683",
- "loc_data": "{2967,3212,1,0,7}-"
- },
- {
- "npc_id": "2684",
- "loc_data": "{2965,3213,1,0,0}-"
- },
- {
- "npc_id": "2685",
- "loc_data": "{3124,9873,0,1,3}-{2911,3285,0,1,1}-{2696,9689,0,1,1}-"
- },
- {
- "npc_id": "2686",
- "loc_data": "{2907,3293,0,1,4}-{2700,9696,0,1,1}-"
- },
- {
- "npc_id": "2687",
- "loc_data": "{2907,3293,0,1,6}-{2908,3290,0,1,3}-{2703,9698,0,1,1}-"
- },
- {
- "npc_id": "2688",
- "loc_data": "{3127,9874,0,1,4}-{2906,3288,0,1,1}-{2910,3293,0,1,4}-{2699,9690,0,1,1}-"
- },
- {
- "npc_id": "2689",
- "loc_data": "{2918,3319,0,0,0}-"
- },
- {
- "npc_id": "2690",
- "loc_data": "{3048,3258,0,1,3}-"
- },
- {
- "npc_id": "2691",
- "loc_data": "{3048,3256,0,1,4}-"
- },
- {
- "npc_id": "2692",
- "loc_data": "{3049,3256,0,0,0}-"
- },
- {
- "npc_id": "2693",
- "loc_data": "{3238,3238,0,1,0}-{3238,3246,0,1,0}-{3239,3235,0,1,0}-{3214,3313,0,1,0}-{3214,3320,0,1,0}-{3215,3303,0,1,0}-{3219,3285,0,1,0}-{3219,3288,0,1,0}-{3234,3267,0,1,0}-{3234,3268,0,1,0}-{2976,3359,0,1,0}-{2977,3357,0,1,0}-{2988,3383,0,1,1}-{2992,3385,0,1,3}-{3015,3285,0,1,0}-"
- },
- {
- "npc_id": "2695",
- "loc_data": "{3013,3192,0,1,1}-"
- },
- {
- "npc_id": "2696",
- "loc_data": "{3013,3196,0,1,1}-"
- },
- {
- "npc_id": "2697",
- "loc_data": "{3018,3189,0,1,4}-"
- },
- {
- "npc_id": "2698",
- "loc_data": "{3018,3181,0,1,6}-"
- },
- {
- "npc_id": "2699",
- "loc_data": "{3016,3184,1,1,0}-"
- },
- {
- "npc_id": "2700",
- "loc_data": "{3016,3182,1,1,0}-"
- },
- {
- "npc_id": "2701",
- "loc_data": "{3011,3181,1,1,0}-"
- },
- {
- "npc_id": "2702",
- "loc_data": "{3019,3180,1,1,0}-"
- },
- {
- "npc_id": "2703",
- "loc_data": "{3012,3185,1,1,0}-"
- },
- {
- "npc_id": "2704",
- "loc_data": "{3019,3185,0,0,0}-"
- },
- {
- "npc_id": "2705",
- "loc_data": "{3018,3185,2,1,0}-"
- },
- {
- "npc_id": "2706",
- "loc_data": "{3725,3015,0,1,4}-{3745,3026,0,1,6}-{3741,3033,0,1,6}-{3734,3045,0,1,1}-{3019,3145,0,1,3}-{3015,3142,0,1,4}-{3022,3139,0,1,4}-"
- },
- {
- "npc_id": "2709",
- "loc_data": "{3002,3266,0,1,6}-"
- },
- {
- "npc_id": "2710",
- "loc_data": "{3001,3268,0,1,4}-"
- },
- {
- "npc_id": "2711",
- "loc_data": "{3002,3268,0,1,4}-"
- },
- {
- "npc_id": "2712",
- "loc_data": "{3001,3268,0,1,3}-"
- },
- {
- "npc_id": "2713",
- "loc_data": "{3002,3267,0,1,2}-"
- },
- {
- "npc_id": "2725",
- "loc_data": "{2500,3488,0,1,2}-"
- },
- {
- "npc_id": "2726",
- "loc_data": "{2994,3138,0,1,0}-"
- },
- {
- "npc_id": "2727",
- "loc_data": "{2969,3146,0,1,0}-"
- },
- {
- "npc_id": "2728",
- "loc_data": "{3043,3235,0,1,7}-"
- },
- {
- "npc_id": "2729",
- "loc_data": "{3047,3234,0,1,7}-"
- },
- {
- "npc_id": "2730",
- "loc_data": "{2835,3335,0,0,5}-"
- },
- {
- "npc_id": "2731",
- "loc_data": "{2833,3335,0,0,3}-"
- },
- {
- "npc_id": "2732",
- "loc_data": "{2933,3281,0,1,1}-"
- },
- {
- "npc_id": "2733",
- "loc_data": "{2932,3286,0,1,1}-"
- },
- {
- "npc_id": "2759",
- "loc_data": "{3104,3368,0,0,0}-{3096,3493,0,0,0}-{3097,3494,0,0,0}-{3180,3438,0,0,0}-{3180,3442,0,0,0}-{3191,3441,0,0,0}-{3191,3437,0,0,0}-{3191,3445,0,0,0}-{3254,3418,0,0,0}-{3255,3418,0,0,0}-{3256,3418,0,0,0}-"
- },
- {
- "npc_id": "2782",
- "loc_data": "{1925,4636,0,1,7}-"
- },
- {
- "npc_id": "2783",
- "loc_data": "{1995,4660,0,1,7}-{1989,4660,0,1,0}-{1989,4664,0,1,7}-{1997,4664,0,1,3}-{1989,4658,0,1,0}-{2001,4646,0,1,4}-{2000,4645,0,1,3}-{1997,4644,0,1,1}-{1999,4636,0,1,3}-{2022,4665,0,1,0}-{2024,4662,0,1,0}-{2020,4660,0,1,0}-{2023,4656,0,1,0}-{2029,4660,0,1,0}-{2031,4665,0,1,0}-{2034,4661,0,1,0}-{2032,4658,0,1,0}-{1991,4653,0,1,0}-{1995,4651,0,1,0}-"
- },
- {
- "npc_id": "2784",
- "loc_data": "{2022,4616,0,1,5}-{2024,4620,0,1,5}-"
- },
- {
- "npc_id": "2785",
- "loc_data": "{2000,4613,0,0,0}-{2000,4611,0,0,5}-"
- },
- {
- "npc_id": "2786",
- "loc_data": "{2008,4613,0,1,0}-"
- },
- {
- "npc_id": "2787",
- "loc_data": "{2023,4612,0,1,0}-"
- },
- {
- "npc_id": "2790",
- "loc_data": "{3163,4822,0,0,6}-"
- },
- {
- "npc_id": "2792",
- "loc_data": "{3228,3412,0,0,0}-"
- },
- {
- "npc_id": "2794",
- "loc_data": "{2606,3100,0,0,0}-"
- },
- {
- "npc_id": "2795",
- "loc_data": "{2979,3197,0,1,0}-"
- },
- {
- "npc_id": "2796",
- "loc_data": "{3096,3108,0,0,6}-"
- },
- {
- "npc_id": "2800",
- "loc_data": "{2981,3190,0,0,0}-"
- },
- {
- "npc_id": "2801",
- "loc_data": "{2523,3373,0,1,0}-{2523,3376,0,1,0}-{2526,3373,0,1,0}-{2526,3376,0,1,0}-{2529,3373,0,1,0}-{2529,3376,0,1,0}-{2531,3376,0,1,0}-{2532,3373,0,1,0}-"
- },
- {
- "npc_id": "2802",
- "loc_data": "{2406,3498,0,1,0}-"
- },
- {
- "npc_id": "2803",
- "loc_data": "{3338,2804,0,1,0}-{3339,2815,0,1,0}-{3342,2809,0,1,0}-{3344,2800,0,1,0}-{3348,2809,0,1,0}-{3349,2814,0,1,0}-{3357,2813,0,1,0}-{3357,2806,0,1,0}-{3365,2815,0,1,0}-{3387,3068,0,1,0}-{3387,3017,0,1,0}-{3404,3062,0,1,0}-{3441,3061,0,1,0}-{3445,3034,0,1,0}-"
- },
- {
- "npc_id": "2804",
- "loc_data": "{3388,3067,0,1,0}-{3396,3064,0,1,6}-{3402,3063,0,1,1}-{3423,3019,0,1,3}-{3420,3015,0,1,6}-{3430,3014,0,1,2}-{3426,3020,0,0,0}-{3416,3013,0,1,4}-{3410,3016,0,1,6}-"
- },
- {
- "npc_id": "2805",
- "loc_data": "{3391,3071,0,1,2}-{3385,3064,0,1,6}-{3397,3069,0,1,2}-{3398,3068,0,1,1}-{3406,3064,0,1,6}-{3413,3053,0,1,6}-{3424,3061,0,1,2}-{3423,3020,0,1,0}-{3429,3019,0,0,0}-"
- },
- {
- "npc_id": "2806",
- "loc_data": "{3426,3052,0,1,4}-{3423,3044,0,1,3}-{3415,3018,0,1,5}-{3425,3009,0,1,3}-"
- },
- {
- "npc_id": "2807",
- "loc_data": "{3384,3013,0,1,0}-{3387,3014,0,1,0}-{3441,3059,0,1,0}-{3443,3033,0,1,0}-{3443,3059,0,1,0}-"
- },
- {
- "npc_id": "2808",
- "loc_data": "{3385,3067,0,1,0}-{3389,3065,0,1,0}-{3400,3032,0,1,0}-{3402,3061,0,1,0}-{3404,3060,0,1,0}-{3407,3067,0,1,0}-{3408,3060,0,1,0}-{3411,3065,0,1,0}-{3412,3032,0,1,0}-{3412,3049,0,1,0}-{3414,3029,0,1,0}-{3417,3036,0,1,0}-{3418,3032,0,1,0}-{3419,3034,0,1,0}-{3422,3058,0,1,0}-{3424,3059,0,1,0}-{3435,3057,0,1,0}-{3435,3062,0,1,0}-{3439,3013,0,1,0}-{3439,3065,0,1,0}-{3440,3016,0,1,0}-{3443,3012,0,1,0}-{3443,3017,0,1,0}-{3443,3034,0,1,0}-{3443,3047,0,1,0}-{3446,3014,0,1,0}-"
- },
- {
- "npc_id": "2809",
- "loc_data": "{3274,3168,0,1,0}-"
- },
- {
- "npc_id": "2810",
- "loc_data": "{3311,3208,0,1,0}-"
- },
- {
- "npc_id": "2811",
- "loc_data": "{3289,3209,0,1,0}-"
- },
- {
- "npc_id": "2812",
- "loc_data": "{3296,3227,0,0,0}-"
- },
- {
- "npc_id": "2813",
- "loc_data": "{3285,3201,0,0,0}-"
- },
- {
- "npc_id": "2816",
- "loc_data": "{3301,3190,0,0,0}-"
- },
- {
- "npc_id": "2817",
- "loc_data": "{3306,3197,0,0,0}-"
- },
- {
- "npc_id": "2818",
- "loc_data": "{3303,3204,0,0,0}-"
- },
- {
- "npc_id": "2819",
- "loc_data": "{3295,3193,0,0,0}-"
- },
- {
- "npc_id": "2820",
- "loc_data": "{3302,3185,0,1,4}-"
- },
- {
- "npc_id": "2821",
- "loc_data": "{3306,3196,0,0,4}-"
- },
- {
- "npc_id": "2823",
- "loc_data": "{3302,3197,0,1,4}-"
- },
- {
- "npc_id": "2824",
- "loc_data": "{3275,3193,0,0,0}-"
- },
- {
- "npc_id": "2860",
- "loc_data": "{2345,3165,0,1,4}-"
- },
- {
- "npc_id": "2861",
- "loc_data": "{2347,3165,0,1,3}-"
- },
- {
- "npc_id": "2881",
- "loc_data": "{2907,4440,0,1,6}-"
- },
- {
- "npc_id": "2882",
- "loc_data": "{2910,4457,0,1,6}-"
- },
- {
- "npc_id": "2883",
- "loc_data": "{2923,4443,0,1,4}-"
- },
- {
- "npc_id": "2890",
- "loc_data": "{1889,4411,0,0,4}-{1895,4409,0,0,2}-{1903,4409,0,0,3}-{1906,4407,0,0,5}-{1903,4400,0,0,1}-{1899,4400,0,0,2}-{1893,4398,0,0,2}-{1888,4386,0,0,6}-{1884,4383,0,0,5}-{1879,4376,0,0,5}-{1883,4376,0,0,1}-{1921,4368,0,0,2}-{1927,4362,0,0,7}-{1935,4360,0,0,7}-{1942,4356,0,0,7}-{1948,4355,0,0,7}-{1951,4358,0,0,2}-{1957,4365,0,0,2}-{1958,4368,0,0,2}-"
- },
- {
- "npc_id": "2894",
- "loc_data": "{2908,4435,0,0,1}-{2924,4436,0,0,5}-{2924,4460,0,0,6}-{2908,4463,0,0,3}-{2901,4458,0,0,3}-{2928,4441,0,0,3}-{2929,4449,0,0,6}-{2902,4437,0,0,1}-"
- },
- {
- "npc_id": "2910",
- "loc_data": "{3082,9885,0,1,4}-"
- },
- {
- "npc_id": "2932",
- "loc_data": "{2437,3347,0,1,0}-"
- },
- {
- "npc_id": "2935",
- "loc_data": "{3671,3484,0,1,4}-"
- },
- {
- "npc_id": "2939",
- "loc_data": "{2657,3701,0,1,0}-"
- },
- {
- "npc_id": "2940",
- "loc_data": "{2675,3671,0,1,3}-"
- },
- {
- "npc_id": "2942",
- "loc_data": "{3017,3234,0,1,7}-"
- },
- {
- "npc_id": "2943",
- "loc_data": "{3265,3400,0,0,0}-"
- },
- {
- "npc_id": "2945",
- "loc_data": "{2562,3319,0,0,0}-"
- },
- {
- "npc_id": "2946",
- "loc_data": "{3246,9865,0,1,1}-"
- },
- {
- "npc_id": "2947",
- "loc_data": "{3245,9868,0,1,3}-"
- },
- {
- "npc_id": "2948",
- "loc_data": "{3265,3403,0,0,0}-"
- },
- {
- "npc_id": "2949",
- "loc_data": "{2562,3320,0,0,0}-"
- },
- {
- "npc_id": "2950",
- "loc_data": "{3020,3229,0,0,7}-"
- },
- {
- "npc_id": "2997",
- "loc_data": "{3308,3511,1,1,1}-"
- },
- {
- "npc_id": "2998",
- "loc_data": "{2657,9641,0,1,0}-"
- },
- {
- "npc_id": "2999",
- "loc_data": "{2658,9634,0,1,1}-"
- },
- {
- "npc_id": "3001",
- "loc_data": "{2646,9639,0,1,4}-"
- },
- {
- "npc_id": "3002",
- "loc_data": "{2666,9630,0,1,6}-"
- },
- {
- "npc_id": "3003",
- "loc_data": "{2660,9624,0,1,6}-"
- },
- {
- "npc_id": "3020",
- "loc_data": "{3348,2942,0,1,3}-"
- },
- {
- "npc_id": "3021",
- "loc_data": "{2572,3105,0,1,0}-{2614,3226,0,1,4}-{3088,3357,0,1,0}-{2856,3435,0,1,0}-{3603,3529,0,1,6}-{2611,3859,0,1,6}-{2589,3863,0,1,0}-{3189,3234,0,1,0}-{2940,3225,0,1,6}-{2663,3374,0,1,4}-{3182,3354,0,1,0}-{2933,3434,0,1,4}-{3449,3471,0,1,6}-{2666,3521,0,1,4}-{2491,3177,0,1,1}-{3007,3371,0,1,2}-{2474,3446,0,1,4}-{2434,3415,0,1,3}-{3232,3459,0,1,3}-{2796,3104,0,1,0}-{2764,3210,0,1,1}-{3315,3205,0,1,6}-{3060,3263,0,1,0}-{3053,3304,0,1,1}-{2812,3333,0,1,4}-{2815,3466,0,1,3}-"
- },
- {
- "npc_id": "3022",
- "loc_data": "{3371,9320,0,0,6}-"
- },
- {
- "npc_id": "3029",
- "loc_data": "{3422,2937,0,1,1}-"
- },
- {
- "npc_id": "3030",
- "loc_data": "{3421,2912,0,0,1}-"
- },
- {
- "npc_id": "3031",
- "loc_data": "{3439,2890,0,0,3}-"
- },
- {
- "npc_id": "3032",
- "loc_data": "{3439,2927,0,1,5}-"
- },
- {
- "npc_id": "3034",
- "loc_data": "{3409,2929,1,1,4}-"
- },
- {
- "npc_id": "3035",
- "loc_data": "{3450,2895,0,0,3}-"
- },
- {
- "npc_id": "3036",
- "loc_data": "{3424,2900,0,1,3}-"
- },
- {
- "npc_id": "3037",
- "loc_data": "{3424,2906,0,0,1}-"
- },
- {
- "npc_id": "3038",
- "loc_data": "{3406,2924,0,1,3}-"
- },
- {
- "npc_id": "3039",
- "loc_data": "{3414,2907,0,1,3}-"
- },
- {
- "npc_id": "3040",
- "loc_data": "{3443,2914,0,0,3}-"
- },
- {
- "npc_id": "3041",
- "loc_data": "{3445,2910,0,0,1}-"
- },
- {
- "npc_id": "3042",
- "loc_data": "{3441,2920,0,1,4}-"
- },
- {
- "npc_id": "3043",
- "loc_data": "{3445,2917,0,0,3}-"
- },
- {
- "npc_id": "3044",
- "loc_data": "{3428,2928,0,1,5}-"
- },
- {
- "npc_id": "3045",
- "loc_data": "{3432,2912,0,0,1}-"
- },
- {
- "npc_id": "3046",
- "loc_data": "{3425,2891,0,0,4}-{3425,2894,0,0,4}-{3425,2893,0,0,4}-{3425,2889,0,0,4}-"
- },
- {
- "npc_id": "3050",
- "loc_data": "{3187,9758,0,1,3}-"
- },
- {
- "npc_id": "3068",
- "loc_data": "{3062,9550,0,1,5}-{3050,9554,0,1,7}-{3048,9545,0,1,4}-{3061,9542,0,1,3}-{3065,9548,0,1,1}-{3034,9544,0,1,4}-{3033,9552,0,1,3}-{3029,9545,0,1,7}-{3027,9555,0,1,3}-"
- },
- {
- "npc_id": "3072",
- "loc_data": "{3207,5448,0,1,3}-{3223,5446,0,1,4}-{3210,5562,0,1,3}-"
- },
- {
- "npc_id": "3073",
- "loc_data": "{3217,5442,0,1,4}-{3231,5444,0,1,0}-"
- },
- {
- "npc_id": "3074",
- "loc_data": "{3404,3492,0,0,6}-"
- },
- {
- "npc_id": "3076",
- "loc_data": "{3403,3492,0,0,0}-"
- },
- {
- "npc_id": "3090",
- "loc_data": "{3082,3442,0,0,0}-"
- },
- {
- "npc_id": "3094",
- "loc_data": "{3361,3306,0,1,6}-"
- },
- {
- "npc_id": "3095",
- "loc_data": "{3364,3309,0,1,3}-{3363,3317,1,1,1}-"
- },
- {
- "npc_id": "3097",
- "loc_data": "{3364,3304,0,1,6}-"
- },
- {
- "npc_id": "3099",
- "loc_data": "{3364,9626,2,1,1}-"
- },
- {
- "npc_id": "3100",
- "loc_data": "{3363,9646,0,1,1}-"
- },
- {
- "npc_id": "3101",
- "loc_data": "{3364,9644,1,1,6}-"
- },
- {
- "npc_id": "3103",
- "loc_data": "{3362,3318,1,0,6}-"
- },
- {
- "npc_id": "3104",
- "loc_data": "{3364,3310,0,1,1}-{3379,9627,0,1,0}-{3367,9647,2,1,4}-"
- },
- {
- "npc_id": "3105",
- "loc_data": "{3367,3304,1,1,1}-{3376,9655,0,1,7}-"
- },
- {
- "npc_id": "3106",
- "loc_data": "{3360,3305,1,1,3}-{3348,9654,0,1,4}-{3362,9648,2,1,4}-"
- },
- {
- "npc_id": "3107",
- "loc_data": "{3361,3306,0,1,3}-{3348,9626,0,1,6}-"
- },
- {
- "npc_id": "3108",
- "loc_data": "{2549,3100,0,0,4}-"
- },
- {
- "npc_id": "3109",
- "loc_data": "{2551,3079,0,1,3}-"
- },
- {
- "npc_id": "3110",
- "loc_data": "{2789,3175,0,0,4}-"
- },
- {
- "npc_id": "3111",
- "loc_data": "{2788,3176,0,0,0}-"
- },
- {
- "npc_id": "3114",
- "loc_data": "{2815,3344,0,1,3}-"
- },
- {
- "npc_id": "3115",
- "loc_data": "{2439,4444,0,1,3}-"
- },
- {
- "npc_id": "3123",
- "loc_data": "{3344,2827,0,1,5}-"
- },
- {
- "npc_id": "3124",
- "loc_data": "{3372,2847,1,0,3}-"
- },
- {
- "npc_id": "3125",
- "loc_data": "{3366,2845,3,0,6}-"
- },
- {
- "npc_id": "3127",
- "loc_data": "{3331,2948,0,1,4}-"
- },
- {
- "npc_id": "3153",
- "loc_data": "{2871,3091,0,1,4}-{2862,3111,0,1,1}-{2861,3101,0,1,3}-{2870,3113,0,1,4}-{2870,3110,0,1,6}-{2865,3103,0,1,3}-{2873,3103,0,1,2}-{2863,3118,0,1,4}-{2886,3109,0,1,1}-{2892,3109,0,1,2}-{2883,3105,0,1,4}-{2889,3111,0,1,6}-{2883,3110,0,1,3}-"
- },
- {
- "npc_id": "3155",
- "loc_data": "{3687,2953,0,1,1}-{3679,3494,0,1,3}-"
- },
- {
- "npc_id": "3162",
- "loc_data": "{3691,2954,0,1,3}-"
- },
- {
- "npc_id": "3164",
- "loc_data": "{3667,2990,0,1,3}-"
- },
- {
- "npc_id": "3166",
- "loc_data": "{3693,2979,0,1,3}-"
- },
- {
- "npc_id": "3167",
- "loc_data": "{3662,2978,1,1,4}-"
- },
- {
- "npc_id": "3168",
- "loc_data": "{3663,2981,0,1,3}-"
- },
- {
- "npc_id": "3170",
- "loc_data": "{3674,2970,0,1,0}-"
- },
- {
- "npc_id": "3188",
- "loc_data": "{3664,2971,0,1,6}-"
- },
- {
- "npc_id": "3189",
- "loc_data": "{3690,2976,0,1,1}-{3671,3006,0,1,6}-"
- },
- {
- "npc_id": "3191",
- "loc_data": "{3659,2955,0,1,3}-{3683,2994,0,1,4}-{3662,3005,0,1,4}-"
- },
- {
- "npc_id": "3192",
- "loc_data": "{3700,2994,0,1,4}-{3683,3005,0,1,3}-"
- },
- {
- "npc_id": "3193",
- "loc_data": "{3696,2993,0,1,3}-{3693,3006,0,1,3}-"
- },
- {
- "npc_id": "3194",
- "loc_data": "{3654,2992,0,1,4}-{3682,2962,0,1,3}-{3704,3006,0,1,0}-"
- },
- {
- "npc_id": "3195",
- "loc_data": "{3696,2978,0,1,1}-"
- },
- {
- "npc_id": "3196",
- "loc_data": "{3649,3004,0,1,6}-"
- },
- {
- "npc_id": "3198",
- "loc_data": "{3682,2982,0,0,3}-"
- },
- {
- "npc_id": "3199",
- "loc_data": "{3682,2981,0,0,3}-{3682,2983,0,0,3}-"
- },
- {
- "npc_id": "3200",
- "loc_data": "{3263,3932,0,1,3}-"
- },
- {
- "npc_id": "3205",
- "loc_data": "{3139,3448,0,1,3}-"
- },
- {
- "npc_id": "3207",
- "loc_data": "{1970,5002,0,1,4}-"
- },
- {
- "npc_id": "3213",
- "loc_data": "{2568,3334,0,1,0}-"
- },
- {
- "npc_id": "3214",
- "loc_data": "{2517,9755,0,1,0}-"
- },
- {
- "npc_id": "3216",
- "loc_data": "{2534,3273,0,0,1}-{2539,3273,0,0,1}-"
- },
- {
- "npc_id": "3217",
- "loc_data": "{2956,3370,0,1,3}-"
- },
- {
- "npc_id": "3219",
- "loc_data": "{3027,3344,0,1,4}-"
- },
- {
- "npc_id": "3220",
- "loc_data": "{3013,3338,0,1,4}-"
- },
- {
- "npc_id": "3221",
- "loc_data": "{3016,3334,0,1,3}-{3016,3339,0,1,6}-{3019,3341,0,1,4}-"
- },
- {
- "npc_id": "3223",
- "loc_data": "{2994,3365,0,1,4}-"
- },
- {
- "npc_id": "3224",
- "loc_data": "{3047,3365,0,1,6}-"
- },
- {
- "npc_id": "3226",
- "loc_data": "{2996,3375,0,1,4}-"
- },
- {
- "npc_id": "3227",
- "loc_data": "{2756,3182,0,1,6}-"
- },
- {
- "npc_id": "3228",
- "loc_data": "{2969,3373,0,1,3}-{2948,3353,0,1,3}-{3036,3357,0,1,3}-"
- },
- {
- "npc_id": "3229",
- "loc_data": "{2912,3344,0,1,7}-{3040,3354,0,1,2}-"
- },
- {
- "npc_id": "3230",
- "loc_data": "{2986,3370,0,1,1}-"
- },
- {
- "npc_id": "3234",
- "loc_data": "{3011,3383,0,1,0}-"
- },
- {
- "npc_id": "3235",
- "loc_data": "{2970,3369,1,1,6}-"
- },
- {
- "npc_id": "3236",
- "loc_data": "{2973,3369,1,1,6}-"
- },
- {
- "npc_id": "3237",
- "loc_data": "{2984,3435,0,0,0}-"
- },
- {
- "npc_id": "3238",
- "loc_data": "{2981,3434,0,0,0}-"
- },
- {
- "npc_id": "3239",
- "loc_data": "{2975,3436,0,0,0}-"
- },
- {
- "npc_id": "3240",
- "loc_data": "{2977,3442,0,0,0}-"
- },
- {
- "npc_id": "3241",
- "loc_data": "{2969,3451,0,1,4}-"
- },
- {
- "npc_id": "3242",
- "loc_data": "{2910,3332,0,1,0}-{2910,3337,0,1,4}-{2904,3331,0,1,3}-{2979,3568,0,1,7}-{2983,3566,0,1,3}-{2979,3566,0,1,3}-{2981,3570,0,1,6}-{2984,3561,0,1,6}-"
- },
- {
- "npc_id": "3243",
- "loc_data": "{2906,3331,0,1,6}-{2909,3333,0,1,6}-"
- },
- {
- "npc_id": "3244",
- "loc_data": "{2909,3333,0,1,1}-"
- },
- {
- "npc_id": "3245",
- "loc_data": "{2907,3336,0,1,0}-"
- },
- {
- "npc_id": "3246",
- "loc_data": "{3071,3446,0,1,6}-{2548,3567,0,1,4}-"
- },
- {
- "npc_id": "3247",
- "loc_data": "{2548,3567,0,1,1}-"
- },
- {
- "npc_id": "3248",
- "loc_data": "{3073,3442,0,1,5}-"
- },
- {
- "npc_id": "3249",
- "loc_data": "{3082,3441,0,1,0}-"
- },
- {
- "npc_id": "3250",
- "loc_data": "{3088,3426,0,1,3}-{2547,3571,0,1,7}-"
- },
- {
- "npc_id": "3251",
- "loc_data": "{3073,3422,0,1,6}-"
- },
- {
- "npc_id": "3252",
- "loc_data": "{3077,3424,0,1,6}-"
- },
- {
- "npc_id": "3253",
- "loc_data": "{2542,3578,0,1,3}-"
- },
- {
- "npc_id": "3255",
- "loc_data": "{3073,3423,0,1,3}-"
- },
- {
- "npc_id": "3256",
- "loc_data": "{3080,3415,0,1,3}-{3084,3415,0,1,6}-"
- },
- {
- "npc_id": "3257",
- "loc_data": "{3096,3432,0,1,0}-"
- },
- {
- "npc_id": "3258",
- "loc_data": "{3080,3444,0,1,3}-"
- },
- {
- "npc_id": "3259",
- "loc_data": "{3075,3438,0,1,4}-"
- },
- {
- "npc_id": "3260",
- "loc_data": "{3083,3425,0,1,3}-{2554,3564,0,1,6}-{2547,3558,0,1,6}-"
- },
- {
- "npc_id": "3261",
- "loc_data": "{3086,3425,0,1,3}-"
- },
- {
- "npc_id": "3262",
- "loc_data": "{3080,3423,0,1,1}-"
- },
- {
- "npc_id": "3263",
- "loc_data": "{3084,3419,0,1,4}-"
- },
- {
- "npc_id": "3264",
- "loc_data": "{3126,3450,0,1,6}-{3121,3422,0,1,3}-{2565,9843,0,1,0}-{3259,3338,0,1,7}-{3311,3375,0,1,0}-"
- },
- {
- "npc_id": "3265",
- "loc_data": "{3121,3427,0,1,2}-{2582,9836,0,1,1}-"
- },
- {
- "npc_id": "3266",
- "loc_data": "{3094,3406,0,1,3}-"
- },
- {
- "npc_id": "3267",
- "loc_data": "{3134,3459,0,1,1}-"
- },
- {
- "npc_id": "3268",
- "loc_data": "{3012,3454,0,1,1}-"
- },
- {
- "npc_id": "3269",
- "loc_data": "{3022,3447,0,1,4}-"
- },
- {
- "npc_id": "3270",
- "loc_data": "{3010,3452,0,1,3}-"
- },
- {
- "npc_id": "3272",
- "loc_data": "{3042,3468,0,1,1}-"
- },
- {
- "npc_id": "3273",
- "loc_data": "{3030,3465,0,1,5}-"
- },
- {
- "npc_id": "3276",
- "loc_data": "{3039,3475,0,1,4}-"
- },
- {
- "npc_id": "3277",
- "loc_data": "{3035,3471,0,1,2}-"
- },
- {
- "npc_id": "3278",
- "loc_data": "{3045,3477,0,1,1}-"
- },
- {
- "npc_id": "3279",
- "loc_data": "{3039,3471,0,1,6}-"
- },
- {
- "npc_id": "3280",
- "loc_data": "{3015,3451,0,0,0}-"
- },
- {
- "npc_id": "3281",
- "loc_data": "{3018,3450,0,0,0}-"
- },
- {
- "npc_id": "3282",
- "loc_data": "{3008,3442,0,0,0}-"
- },
- {
- "npc_id": "3283",
- "loc_data": "{2964,3455,0,0,0}-{3039,3424,0,1,5}-{3043,3429,0,1,4}-{3047,3427,0,1,1}-{3048,3441,0,1,3}-"
- },
- {
- "npc_id": "3284",
- "loc_data": "{2969,3437,0,0,0}-{3058,3419,0,0,0}-{3048,3423,0,1,6}-{3054,3432,0,1,5}-"
- },
- {
- "npc_id": "3285",
- "loc_data": "{2952,3376,0,0,0}-{3036,3430,0,1,3}-{3025,3442,0,0,0}-"
- },
- {
- "npc_id": "3286",
- "loc_data": "{2968,3448,0,1,1}-{3034,3450,0,1,3}-{3057,3447,0,1,6}-"
- },
- {
- "npc_id": "3287",
- "loc_data": "{3073,3443,0,1,0}-{2987,3444,0,1,0}-{3046,3453,0,1,6}-"
- },
- {
- "npc_id": "3288",
- "loc_data": "{2987,3446,0,1,7}-{3034,3437,0,1,0}-"
- },
- {
- "npc_id": "3293",
- "loc_data": "{3113,3369,1,0,0}-{3122,3353,0,0,3}-{3124,3360,0,0,2}-{3115,3362,0,0,1}-"
- },
- {
- "npc_id": "3294",
- "loc_data": "{3014,3339,0,1,2}-"
- },
- {
- "npc_id": "3295",
- "loc_data": "{3020,3337,0,1,1}-"
- },
- {
- "npc_id": "3296",
- "loc_data": "{2957,3359,0,1,0}-{2958,3358,0,1,0}-{2967,3360,0,1,0}-{2970,3361,0,1,0}-{2973,3359,0,1,0}-{2977,3357,0,1,0}-{2989,3384,0,1,0}-"
- },
- {
- "npc_id": "3298",
- "loc_data": "{3366,9637,2,1,3}-"
- },
- {
- "npc_id": "3299",
- "loc_data": "{3077,3257,0,1,1}-"
- },
- {
- "npc_id": "3302",
- "loc_data": "{2453,4449,0,1,2}-"
- },
- {
- "npc_id": "3307",
- "loc_data": "{2467,4438,0,1,4}-{2471,4439,0,1,7}-{2465,4436,0,1,3}-{2464,4432,0,1,4}-"
- },
- {
- "npc_id": "3308",
- "loc_data": "{2905,3333,2,1,0}-"
- },
- {
- "npc_id": "3310",
- "loc_data": "{2415,4451,0,1,6}-{2416,4435,0,1,7}-{2423,4432,0,1,4}-"
- },
- {
- "npc_id": "3318",
- "loc_data": "{2401,4378,0,0,0}-"
- },
- {
- "npc_id": "3322",
- "loc_data": "{2384,4439,0,1,0}-"
- },
- {
- "npc_id": "3324",
- "loc_data": "{3159,3433,0,1,0}-"
- },
- {
- "npc_id": "3325",
- "loc_data": "{3161,3432,1,1,4}-"
- },
- {
- "npc_id": "3328",
- "loc_data": "{3203,3344,0,0,0}-"
- },
- {
- "npc_id": "3329",
- "loc_data": "{3112,3414,0,0,0}-"
- },
- {
- "npc_id": "3330",
- "loc_data": "{3132,3508,0,0,0}-"
- },
- {
- "npc_id": "3331",
- "loc_data": "{3242,3240,0,0,4}-"
- },
- {
- "npc_id": "3340",
- "loc_data": "{1759,5182,0,1,0}-"
- },
- {
- "npc_id": "3341",
- "loc_data": "{1739,5154,0,1,0}-{1759,5191,0,1,0}-{1754,5200,0,1,0}-{1748,5223,0,1,0}-{1784,5199,0,1,0}-"
- },
- {
- "npc_id": "3342",
- "loc_data": "{1768,5175,0,1,0}-{1760,5152,0,1,0}-{1745,5169,0,1,0}-{1745,5208,0,1,0}-{1737,5215,0,1,0}-{1758,5210,0,1,0}-"
- },
- {
- "npc_id": "3343",
- "loc_data": "{1773,5149,0,1,0}-{1764,5198,0,1,0}-{1774,5195,0,1,0}-{1742,5292,0,1,0}-"
- },
- {
- "npc_id": "3344",
- "loc_data": "{2412,4470,0,0,0}-{2414,4467,0,0,0}-{2415,4475,0,0,0}-{2419,4467,0,0,0}-{2419,4474,0,0,0}-"
- },
- {
- "npc_id": "3345",
- "loc_data": "{2412,4370,0,0,0}-{2416,4376,0,0,0}-{2419,4374,0,0,0}-{2420,4377,0,0,0}-{2421,4370,0,0,0}-"
- },
- {
- "npc_id": "3348",
- "loc_data": "{2978,3343,0,1,4}-{2978,3337,0,1,1}-{2966,3337,1,1,6}-{2970,3330,2,1,1}-"
- },
- {
- "npc_id": "3349",
- "loc_data": "{2961,3330,2,1,0}-{2966,3352,2,1,1}-{2974,3328,2,1,6}-"
- },
- {
- "npc_id": "3350",
- "loc_data": "{2959,3340,2,1,3}-"
- },
- {
- "npc_id": "3376",
- "loc_data": "{2438,4393,0,1,1}-{3313,5453,0,1,3}-{3312,5452,0,1,3}-{3310,5452,0,1,6}-{3311,5462,0,1,5}-{3313,5554,0,1,6}-{3297,5562,0,1,1}-{3305,5554,0,1,1}-{3300,5540,0,1,1}-"
- },
- {
- "npc_id": "3382",
- "loc_data": "{3080,9885,0,1,4}-{3076,9886,0,1,4}-{3081,9890,0,1,4}-{3081,9895,0,1,4}-"
- },
- {
- "npc_id": "3384",
- "loc_data": "{3211,3225,0,0,0}-"
- },
- {
- "npc_id": "3402",
- "loc_data": "{2560,2842,0,0,1}-"
- },
- {
- "npc_id": "3407",
- "loc_data": "{3114,3515,0,1,4}-"
- },
- {
- "npc_id": "3408",
- "loc_data": "{3113,3510,0,1,7}-"
- },
- {
- "npc_id": "3419",
- "loc_data": "{2568,2991,0,1,0}-{2574,2988,0,1,0}-{2584,2967,0,1,0}-{2585,2977,0,1,0}-{2592,2965,0,1,0}-{2608,2980,0,1,0}-{2609,2990,0,1,0}-{2614,2998,0,1,0}-{2561,3020,0,1,0}-{2567,3046,0,1,0}-{2585,9608,0,1,0}-{2586,9614,0,1,0}-{2588,9606,0,1,0}-{2581,9738,0,1,0}-{2581,9742,0,1,0}-{2584,9734,0,1,0}-{2585,9738,0,1,0}-{2587,9733,0,1,0}-{2587,9740,0,1,0}-{2590,9737,0,1,0}-{2387,9685,0,1,0}-{2389,9683,0,1,0}-{2719,9668,0,1,0}-{2719,9715,0,1,0}-{2720,9702,0,1,0}-{2722,9669,0,1,0}-{2723,9707,0,1,0}-{2724,9713,0,1,0}-{2504,2965,0,1,0}-{2504,2984,0,1,0}-{2520,2973,0,1,0}-{2525,2986,0,1,0}-{2533,2977,0,1,0}-{2536,2975,0,1,0}-{2539,2990,0,1,0}-{2549,2979,0,1,0}-{2551,2955,0,1,0}-{2552,2961,0,1,0}-{2513,3026,0,1,0}-{2522,3055,0,1,0}-{2523,3057,0,1,0}-{2529,3032,0,1,0}-{2539,3018,0,1,0}-{2541,3016,0,1,0}-{2550,3043,0,1,0}-{2550,3046,0,1,0}-{2553,3047,0,1,0}-{2496,3092,0,1,0}-{2497,3089,0,1,0}-{2500,3092,0,1,0}-{2500,3097,0,1,0}-{2503,3095,0,1,0}-{2504,3133,0,1,0}-{2554,3192,0,1,0}-"
- },
- {
- "npc_id": "3450",
- "loc_data": "{2901,2947,0,0,0}-{2925,2959,0,0,0}-{2920,3053,0,0,0}-{2924,3063,0,0,0}-"
- },
- {
- "npc_id": "3469",
- "loc_data": "{2657,2966,0,0,0}-"
- },
- {
- "npc_id": "3470",
- "loc_data": "{2755,3083,0,0,0}-"
- },
- {
- "npc_id": "3479",
- "loc_data": "{2906,3514,1,0,0}-"
- },
- {
- "npc_id": "3541",
- "loc_data": "{3517,3240,0,1,6}-"
- },
- {
- "npc_id": "3579",
- "loc_data": "{3195,3263,0,1,0}-"
- },
- {
- "npc_id": "3638",
- "loc_data": "{3309,3453,0,0,1}-"
- },
- {
- "npc_id": "3661",
- "loc_data": "{3276,9836,0,1,0}-{3287,9840,0,1,0}-"
- },
- {
- "npc_id": "3662",
- "loc_data": "{3280,9849,0,1,0}-{3286,9830,0,1,0}-"
- },
- {
- "npc_id": "3663",
- "loc_data": "{3269,9849,0,1,0}-{3291,9843,0,1,0}-"
- },
- {
- "npc_id": "3664",
- "loc_data": "{3269,9843,0,1,0}-{3275,9833,0,1,0}-"
- },
- {
- "npc_id": "3665",
- "loc_data": "{3305,9832,0,1,0}-{3305,9843,0,1,0}-{3311,9850,0,1,0}-{3312,9845,0,1,0}-{3313,9827,0,1,0}-{3315,9837,0,1,0}-{3319,9832,0,1,0}-{3319,9849,0,1,0}-{3323,9842,0,1,0}-"
- },
- {
- "npc_id": "3666",
- "loc_data": "{3302,9806,0,1,0}-{3302,9816,0,1,0}-{3304,9801,0,1,0}-{3310,9796,0,1,0}-{3312,9811,0,1,0}-{3313,9805,0,1,0}-{3313,9817,0,1,0}-{3314,9797,0,1,0}-{3319,9800,0,1,0}-{3319,9806,0,1,0}-{3321,9811,0,1,0}-"
- },
- {
- "npc_id": "3667",
- "loc_data": "{3269,9798,0,1,0}-{3269,9806,0,1,0}-{3269,9814,0,1,0}-{3275,9817,0,1,0}-{3276,9809,0,1,0}-{3280,9803,0,1,0}-{3282,9797,0,1,0}-{3285,9812,0,1,0}-{3288,9819,0,1,0}-{3289,9809,0,1,0}-{3290,9797,0,1,0}-"
- },
- {
- "npc_id": "3670",
- "loc_data": "{3361,3505,0,1,0}-"
- },
- {
- "npc_id": "3671",
- "loc_data": "{3085,3251,0,0,3}-"
- },
- {
- "npc_id": "3673",
- "loc_data": "{2322,3189,0,1,0}-{3195,3265,0,1,0}-{2924,3318,0,1,0}-{2924,3325,0,1,4}-{2656,3359,0,1,0}-{2656,3375,0,1,0}-{2653,4716,0,1,0}-{3248,3351,0,1,0}-"
- },
- {
- "npc_id": "3675",
- "loc_data": "{3336,2778,0,1,0}-{3343,2793,0,1,0}-{3367,2791,0,1,0}-{3333,2864,0,1,1}-{3335,2860,0,1,2}-{3338,2864,0,1,4}-{3215,2841,0,1,0}-{3217,2845,0,1,0}-{3220,2841,0,1,0}-{3295,2866,0,1,0}-{3297,2863,0,1,0}-{3301,2864,0,1,0}-"
- },
- {
- "npc_id": "3677",
- "loc_data": "{2637,3440,0,0,0}-"
- },
- {
- "npc_id": "3679",
- "loc_data": "{2875,3482,0,0,4}-"
- },
- {
- "npc_id": "3680",
- "loc_data": "{3282,3327,0,1,7}-"
- },
- {
- "npc_id": "3695",
- "loc_data": "{2661,3701,0,1,0}-"
- },
- {
- "npc_id": "3696",
- "loc_data": "{2673,3658,0,1,3}-"
- },
- {
- "npc_id": "3707",
- "loc_data": "{2713,10133,0,1,2}-{2708,10133,0,1,4}-{2706,10135,0,0,3}-{2708,10133,0,1,3}-{2703,10135,0,1,6}-{2702,10131,0,1,4}-{2717,10133,0,1,0}-{2708,10130,0,1,1}-"
- },
- {
- "npc_id": "3709",
- "loc_data": "{2847,5075,0,0,0}-{2974,2906,0,0,0}-"
- },
- {
- "npc_id": "3711",
- "loc_data": "{2575,9746,0,1,0}-{2581,9747,0,1,0}-{2577,9743,0,1,1}-{2579,9740,0,1,0}-{2588,9733,0,1,4}-"
- },
- {
- "npc_id": "3777",
- "loc_data": "{3230,3231,0,1,5}-"
- },
- {
- "npc_id": "3778",
- "loc_data": "{1867,4233,0,0,0}-"
- },
- {
- "npc_id": "3780",
- "loc_data": "{1906,4281,0,0,0}-"
- },
- {
- "npc_id": "3781",
- "loc_data": "{2659,2675,0,1,1}-"
- },
- {
- "npc_id": "3786",
- "loc_data": "{2658,2666,0,1,1}-"
- },
- {
- "npc_id": "3787",
- "loc_data": "{2754,3509,0,0,0}-"
- },
- {
- "npc_id": "3788",
- "loc_data": "{2664,2653,0,1,3}-"
- },
- {
- "npc_id": "3789",
- "loc_data": "{2660,2649,0,1,3}-"
- },
- {
- "npc_id": "3790",
- "loc_data": "{3041,3203,0,0,6}-"
- },
- {
- "npc_id": "3791",
- "loc_data": "{2653,2655,0,1,1}-"
- },
- {
- "npc_id": "3793",
- "loc_data": "{2659,2660,0,1,6}-"
- },
- {
- "npc_id": "3796",
- "loc_data": "{2667,2661,0,0,3}-"
- },
- {
- "npc_id": "3797",
- "loc_data": "{2649,2659,0,0,2}-"
- },
- {
- "npc_id": "3798",
- "loc_data": "{2658,2652,0,1,6}-"
- },
- {
- "npc_id": "3799",
- "loc_data": "{2650,2663,0,0,4}-"
- },
- {
- "npc_id": "3802",
- "loc_data": "{2657,2637,0,0,6}-"
- },
- {
- "npc_id": "3804",
- "loc_data": "{3349,3793,0,0,0}-"
- },
- {
- "npc_id": "3805",
- "loc_data": "{2445,3097,0,1,5}-"
- },
- {
- "npc_id": "3806",
- "loc_data": "{3166,3304,0,1,0}-"
- },
- {
- "npc_id": "3807",
- "loc_data": "{3254,3274,0,0,0}-"
- },
- {
- "npc_id": "3808",
- "loc_data": "{2422,3526,0,1,1}-{2517,3205,0,1,3}-{2513,3204,0,1,3}-"
- },
- {
- "npc_id": "3809",
- "loc_data": "{3285,3213,0,1,1}-"
- },
- {
- "npc_id": "3810",
- "loc_data": "{2847,3499,0,1,7}-{2970,2973,0,0,0}-"
- },
- {
- "npc_id": "3811",
- "loc_data": "{2894,2730,0,1,2}-{2918,3057,0,0,0}-{2465,3501,3,1,3}-"
- },
- {
- "npc_id": "3813",
- "loc_data": "{2541,2969,0,1,4}-"
- },
- {
- "npc_id": "3817",
- "loc_data": "{2521,3208,0,1,1}-"
- },
- {
- "npc_id": "3819",
- "loc_data": "{2416,3525,0,1,3}-{2412,3527,0,1,6}-"
- },
- {
- "npc_id": "3820",
- "loc_data": "{3088,3255,0,0,6}-"
- },
- {
- "npc_id": "3822",
- "loc_data": "{2353,3680,0,1,3}-"
- },
- {
- "npc_id": "3823",
- "loc_data": "{2343,3668,0,1,3}-"
- },
- {
- "npc_id": "3824",
- "loc_data": "{2329,3689,0,1,6}-"
- },
- {
- "npc_id": "3831",
- "loc_data": "{2357,3637,0,0,0}-"
- },
- {
- "npc_id": "3832",
- "loc_data": "{2345,3651,0,0,0}-"
- },
- {
- "npc_id": "3848",
- "loc_data": "{2337,3703,0,0,6}-{2340,3702,0,0,6}-{2343,3702,0,0,3}-{2349,3702,0,0,6}-{2353,3703,0,0,6}-{2310,3704,0,0,6}-{2311,3696,0,0,4}-{2343,3702,0,0,3}-"
- },
- {
- "npc_id": "3851",
- "loc_data": "{2332,3669,0,0,0}-{2325,3671,0,0,4}-{2331,3670,0,0,1}-{2333,3671,0,0,3}-"
- },
- {
- "npc_id": "3915",
- "loc_data": "{2945,3146,0,1,3}-"
- },
- {
- "npc_id": "3916",
- "loc_data": "{2595,3890,0,0,3}-"
- },
- {
- "npc_id": "3917",
- "loc_data": "{2581,3861,0,0,1}-"
- },
- {
- "npc_id": "3920",
- "loc_data": "{2527,10259,0,1,1}-"
- },
- {
- "npc_id": "3921",
- "loc_data": "{2506,10251,0,1,1}-"
- },
- {
- "npc_id": "3922",
- "loc_data": "{2508,10260,0,1,1}-"
- },
- {
- "npc_id": "3923",
- "loc_data": "{2521,10251,0,1,1}-"
- },
- {
- "npc_id": "3937",
- "loc_data": "{2508,3866,0,0,3}-"
- },
- {
- "npc_id": "4235",
- "loc_data": "{2669,3332,0,0,1}-"
- },
- {
- "npc_id": "4237",
- "loc_data": "{2669,3331,0,0,6}-"
- },
- {
- "npc_id": "4239",
- "loc_data": "{2669,3331,0,0,6}-"
- },
- {
- "npc_id": "4241",
- "loc_data": "{2669,3331,0,0,6}-"
- },
- {
- "npc_id": "4243",
- "loc_data": "{2669,3331,0,0,6}-"
- },
- {
- "npc_id": "4246",
- "loc_data": "{3479,3484,0,1,3}-"
- },
- {
- "npc_id": "4247",
- "loc_data": "{2639,3291,0,0,0}-{2981,3370,0,0,0}-{2737,3500,0,1,6}-{3240,3474,0,0,0}-"
- },
- {
- "npc_id": "4248",
- "loc_data": "{2849,10183,0,1,0}-"
- },
- {
- "npc_id": "4249",
- "loc_data": "{2981,3341,1,0,0}-"
- },
- {
- "npc_id": "4250",
- "loc_data": "{3302,3492,0,1,6}-"
- },
- {
- "npc_id": "4251",
- "loc_data": "{3009,3380,0,1,0}-"
- },
- {
- "npc_id": "4261",
- "loc_data": "{2569,9851,0,1,3}-{2579,9851,0,1,4}-"
- },
- {
- "npc_id": "4263",
- "loc_data": "{2584,9838,0,1,6}-"
- },
- {
- "npc_id": "4264",
- "loc_data": "{2588,9837,0,1,4}-"
- },
- {
- "npc_id": "4269",
- "loc_data": "{2608,9817,0,1,3}-"
- },
- {
- "npc_id": "4270",
- "loc_data": "{2593,9820,0,1,4}-"
- },
- {
- "npc_id": "4271",
- "loc_data": "{2596,9822,0,1,0}-"
- },
- {
- "npc_id": "4273",
- "loc_data": "{2564,9851,0,1,4}-"
- },
- {
- "npc_id": "4274",
- "loc_data": "{2586,9826,0,1,7}-{2569,9849,0,1,4}-{2581,9847,0,1,0}-{2609,9826,0,1,1}-"
- },
- {
- "npc_id": "4275",
- "loc_data": "{2594,9817,0,1,0}-"
- },
- {
- "npc_id": "4276",
- "loc_data": "{2581,9851,0,1,1}-"
- },
- {
- "npc_id": "4285",
- "loc_data": "{2880,3546,0,0,4}-"
- },
- {
- "npc_id": "4287",
- "loc_data": "{2840,3541,1,0,2}-"
- },
- {
- "npc_id": "4288",
- "loc_data": "{2851,3554,0,1,6}-"
- },
- {
- "npc_id": "4289",
- "loc_data": "{2845,3539,2,0,7}-{2792,3488,2,0,0}-"
- },
- {
- "npc_id": "4290",
- "loc_data": "{2854,3542,0,1,3}-"
- },
- {
- "npc_id": "4291",
- "loc_data": "{2863,3546,2,1,3}-{2870,3551,2,1,0}-{2850,3547,2,1,0}-{2844,3552,2,1,5}-{2843,3547,2,1,5}-{2872,3542,2,1,3}-{2861,3551,2,1,1}-{2865,3538,2,1,2}-"
- },
- {
- "npc_id": "4292",
- "loc_data": "{2847,3541,2,1,3}-{2855,3554,2,1,5}-{2860,3542,2,1,0}-{2869,3554,2,1,3}-{2872,3537,2,1,4}-{2850,3534,2,1,3}-{2857,3546,2,1,0}-{2838,3554,2,1,6}-{2869,3552,2,1,4}-"
- },
- {
- "npc_id": "4293",
- "loc_data": "{2840,3554,0,1,1}-"
- },
- {
- "npc_id": "4294",
- "loc_data": "{2847,3553,0,1,6}-"
- },
- {
- "npc_id": "4295",
- "loc_data": "{2856,3537,1,1,1}-"
- },
- {
- "npc_id": "4296",
- "loc_data": "{2841,3543,0,0,4}-"
- },
- {
- "npc_id": "4297",
- "loc_data": "{2856,3549,1,0,2}-"
- },
- {
- "npc_id": "4298",
- "loc_data": "{2864,3541,1,1,3}-"
- },
- {
- "npc_id": "4299",
- "loc_data": "{2866,3556,1,0,5}-"
- },
- {
- "npc_id": "4300",
- "loc_data": "{2865,3544,1,0,6}-"
- },
- {
- "npc_id": "4312",
- "loc_data": "{3323,9609,0,0,6}-"
- },
- {
- "npc_id": "4315",
- "loc_data": "{3224,3286,0,0,0}-"
- },
- {
- "npc_id": "4317",
- "loc_data": "{3230,3285,0,0,0}-"
- },
- {
- "npc_id": "4343",
- "loc_data": "{3706,3051,0,1,6}-{3703,3040,0,1,3}-{3664,3013,0,1,7}-{3731,2991,0,1,1}-{3723,2998,0,1,2}-{3749,3000,0,1,6}-{3775,3033,0,1,4}-{3766,3010,0,1,4}-{3764,3020,0,1,1}-{3738,3010,0,1,3}-{3720,3040,0,1,6}-{3719,3045,0,1,6}-{3781,3031,0,1,5}-{3780,3022,0,1,1}-{3788,3011,0,1,2}-{3793,3019,0,1,5}-{3779,3045,0,1,1}-{3784,3040,0,1,3}-{3802,3037,0,1,2}-{3808,3026,0,1,3}-{3799,3024,0,1,4}-{3782,3016,0,1,7}-"
- },
- {
- "npc_id": "4344",
- "loc_data": "{3733,2972,0,1,4}-{3747,3013,0,1,4}-{3766,3034,0,1,6}-"
- },
- {
- "npc_id": "4346",
- "loc_data": "{3714,2952,0,1,1}-{3786,9463,0,1,6}-"
- },
- {
- "npc_id": "4347",
- "loc_data": "{3749,2978,0,1,7}-{3756,2966,0,1,2}-{3759,2962,0,1,2}-{3749,2968,0,1,2}-{3757,2980,0,0,5}-{3728,3043,0,1,4}-{3725,3015,0,1,0}-{3722,3021,0,1,6}-{3717,3017,0,1,7}-{3723,3019,0,1,5}-{3731,3018,0,1,1}-{3734,3028,0,1,7}-{3743,3038,0,1,4}-{3742,3036,0,1,1}-{3747,3040,0,1,4}-{3748,3030,0,1,6}-{3748,3019,0,1,1}-{3745,3016,0,1,4}-{3741,3020,0,1,3}-{3727,3039,0,1,3}-{3734,3046,0,1,1}-{3736,3050,0,1,6}-{3735,3053,0,1,3}-{3741,3053,0,1,6}-{3756,3030,0,1,3}-{3754,3024,0,1,4}-{3769,3039,0,1,6}-{3766,3045,0,1,7}-{3764,3042,0,1,1}-"
- },
- {
- "npc_id": "4348",
- "loc_data": "{3676,3017,0,1,3}-{3687,3018,0,1,3}-{3707,3015,0,1,6}-{3729,3021,0,1,3}-"
- },
- {
- "npc_id": "4349",
- "loc_data": "{3664,3018,0,1,6}-{3658,3012,0,1,4}-{3729,2984,0,1,4}-{3720,3000,0,1,4}-{3718,3030,0,1,4}-{3757,3009,0,1,3}-{3727,3051,0,1,4}-{3809,3028,0,1,6}-"
- },
- {
- "npc_id": "4350",
- "loc_data": "{3680,3026,0,1,4}-{3675,3029,0,1,3}-{3711,3028,0,1,4}-{3698,3046,0,1,6}-{3733,3011,0,1,4}-{3793,3036,0,1,4}-"
- },
- {
- "npc_id": "4351",
- "loc_data": "{3694,3019,0,1,4}-{3728,2965,0,1,7}-{3760,3015,0,1,1}-{3758,3034,0,1,2}-{3714,3049,0,1,7}-{3770,3008,0,1,4}-{3787,3026,0,1,6}-"
- },
- {
- "npc_id": "4352",
- "loc_data": "{3683,3034,0,1,4}-{3747,3007,0,1,4}-{3735,2957,0,1,2}-{3727,3003,0,1,3}-{3719,3037,0,1,7}-{3770,3027,0,1,5}-{3719,3011,0,1,3}-{3787,3035,0,1,1}-"
- },
- {
- "npc_id": "4353",
- "loc_data": "{3719,9358,0,1,6}-{3738,9378,0,1,0}-{3765,9422,0,1,1}-{3741,9436,0,1,6}-{3727,9455,0,1,2}-{3737,9413,0,1,0}-{3735,9444,0,1,3}-{3780,9456,0,1,2}-{3827,9430,0,1,2}-{3819,9422,0,1,2}-"
- },
- {
- "npc_id": "4354",
- "loc_data": "{3739,9369,0,1,0}-{3737,9350,0,1,4}-{3721,9349,0,1,4}-{3733,9396,0,1,6}-{3764,9404,0,1,6}-{3732,9368,0,1,1}-{3749,9461,0,1,0}-{3746,9423,0,1,0}-{3760,9417,0,1,3}-{3760,9451,0,1,6}-{3813,9445,0,1,0}-{3786,9443,0,1,6}-{3783,9430,0,1,5}-{3821,9443,0,1,4}-{3790,9456,0,1,7}-"
- },
- {
- "npc_id": "4355",
- "loc_data": "{3728,9349,0,1,3}-{3752,9398,0,1,4}-{3723,9377,0,1,4}-{3749,9413,0,1,4}-{3721,9419,0,1,3}-{3754,9408,0,1,4}-{3810,9448,0,1,4}-{3786,9412,0,1,3}-{3797,9452,0,1,4}-"
- },
- {
- "npc_id": "4356",
- "loc_data": "{3755,9391,0,1,5}-{3723,9441,0,1,4}-{3766,9459,0,1,4}-{3748,9450,0,1,6}-{3765,9424,0,1,2}-{3800,9414,0,1,2}-{3821,9418,0,1,3}-{3810,9462,0,1,0}-{3809,9440,0,1,2}-{3787,9464,0,1,0}-"
- },
- {
- "npc_id": "4357",
- "loc_data": "{3771,9450,0,1,4}-{3730,9443,0,1,4}-{3808,9423,0,1,7}-{3797,9427,0,1,4}-{3833,9438,0,1,6}-{3834,9458,0,1,6}-{3797,9440,0,1,1}-{3793,9441,0,1,4}-{3829,9425,0,1,7}-"
- },
- {
- "npc_id": "4358",
- "loc_data": "{3751,2977,0,1,2}-"
- },
- {
- "npc_id": "4359",
- "loc_data": "{3669,2977,0,1,3}-"
- },
- {
- "npc_id": "4375",
- "loc_data": "{3013,3192,1,0,6}-"
- },
- {
- "npc_id": "4376",
- "loc_data": "{3081,3421,0,1,3}-"
- },
- {
- "npc_id": "4381",
- "loc_data": "{2361,5241,0,1,1}-{2358,5240,0,1,1}-{2362,5239,0,1,1}-{2364,5240,0,1,1}-{2364,5242,0,1,1}-{2357,5242,0,1,1}-{2356,5240,0,1,1}-{2356,5242,0,1,1}-{2360,5243,0,1,1}-"
- },
- {
- "npc_id": "4382",
- "loc_data": "{2324,5210,0,1,2}-{2322,5201,0,1,7}-{2324,5210,0,1,2}-{2322,5201,0,1,7}-{2327,5205,0,1,7}-{2328,5200,0,1,7}-{2326,5198,0,1,7}-{2331,5198,0,1,4}-{2333,5201,0,1,4}-{2333,5199,0,1,2}-{3139,3747,0,1,0}-{3141,3737,0,1,0}-{3157,3735,0,1,0}-{3165,3746,0,1,0}-{3164,3727,0,1,0}-{3172,3713,0,1,0}-{3177,3724,0,1,0}-"
- },
- {
- "npc_id": "4383",
- "loc_data": "{2321,5225,0,1,3}-{2321,5223,0,1,4}-{2317,5229,0,1,7}-{2322,5225,0,1,1}-{2325,5231,0,1,6}-{2321,5225,0,1,1}-{2314,5227,0,1,2}-{2312,5229,0,1,2}-{2330,5229,0,1,1}-{2324,5233,0,1,4}-{2320,5232,0,1,3}-{2324,5237,0,1,1}-{2329,5229,0,1,6}-{2315,5227,0,1,7}-{2318,5226,0,1,6}-{2322,5222,0,1,6}-"
- },
- {
- "npc_id": "4384",
- "loc_data": "{2355,5204,0,1,3}-{2347,5195,0,1,0}-{2336,5202,0,1,4}-{2332,5201,0,1,3}-{2327,5201,0,1,1}-{2328,5199,0,1,6}-"
- },
- {
- "npc_id": "4385",
- "loc_data": "{2350,5201,0,1,1}-{2353,5192,0,1,1}-{2324,5203,0,1,1}-{2333,5204,0,1,4}-{2326,5197,0,1,5}-{2264,5136,0,1,6}-"
- },
- {
- "npc_id": "4386",
- "loc_data": "{3097,3728,0,1,0}-{3130,3754,0,1,0}-{3128,3719,0,1,0}-{2311,5187,0,1,6}-"
- },
- {
- "npc_id": "4387",
- "loc_data": "{2350,5192,0,1,6}-{2350,5191,0,1,4}-{2347,5188,0,1,2}-"
- },
- {
- "npc_id": "4388",
- "loc_data": "{2305,5231,0,1,2}-{2312,5225,0,1,2}-{2314,5240,0,1,2}-{2310,5241,0,1,2}-{2308,5246,0,1,2}-{2309,5245,0,1,2}-{2315,5237,0,1,2}-"
- },
- {
- "npc_id": "4389",
- "loc_data": "{2013,5238,0,1,0}-{2043,5233,0,1,0}-{2041,5231,0,1,0}-{2029,5233,0,1,0}-{2020,5238,0,1,0}-"
- },
- {
- "npc_id": "4390",
- "loc_data": "{2040,5190,0,1,3}-{2044,5187,0,1,2}-{2042,5191,0,1,1}-{2045,5190,0,1,7}-{2041,5187,0,1,2}-{2045,5186,0,1,2}-{2044,5188,0,1,2}-{2042,5192,0,1,2}-"
- },
- {
- "npc_id": "4391",
- "loc_data": "{1952,5192,0,1,2}-{1993,5240,0,1,4}-{1991,5235,0,1,4}-{1990,5240,0,1,3}-{1989,5237,0,1,6}-{2009,5202,0,1,1}-{2005,5199,0,1,3}-{1994,5236,0,1,6}-{1991,5242,0,1,6}-{2007,5201,0,1,6}-{2009,5201,0,1,6}-{2004,5197,0,1,6}-{2004,5207,0,1,6}-{2006,5205,0,1,6}-"
- },
- {
- "npc_id": "4392",
- "loc_data": "{2033,5233,0,1,4}-{2033,5233,0,1,7}-{2026,5236,0,1,1}-"
- },
- {
- "npc_id": "4393",
- "loc_data": "{2045,5222,0,1,4}-{1993,5190,0,1,6}-{1993,5190,0,1,4}-{2044,5216,0,1,4}-{2008,5203,0,1,1}-{2006,5208,0,1,1}-{2037,5214,0,1,3}-{2037,5210,0,1,1}-{2043,5217,0,1,1}-{2040,5214,0,1,1}-{2042,5217,0,1,1}-{2038,5214,0,1,1}-{2041,5218,0,1,1}-"
- },
- {
- "npc_id": "4394",
- "loc_data": "{1997,5244,0,1,3}-{1992,5238,0,1,5}-{1990,5234,0,1,1}-{2010,5191,0,1,7}-{2018,5188,0,1,4}-{1989,5231,0,1,4}-{2018,5187,0,1,6}-"
- },
- {
- "npc_id": "4395",
- "loc_data": "{2016,5237,0,1,7}-{1988,5190,0,1,2}-{2039,5216,0,1,6}-{2017,5238,0,1,6}-"
- },
- {
- "npc_id": "4396",
- "loc_data": "{2034,5243,0,1,5}-{2034,5239,0,1,5}-{2032,5243,0,1,4}-{2034,5232,0,1,1}-{2033,5240,0,1,1}-{2029,5230,0,1,6}-{2030,5234,0,1,4}-{2029,5230,0,1,1}-{2029,5233,0,1,2}-{2031,5244,0,1,1}-{2039,5208,0,1,4}-{2029,5235,0,1,6}-{2028,5234,0,1,6}-{2030,5237,0,1,4}-{2033,5238,0,1,4}-{2030,5238,0,1,4}-{2032,5238,0,1,3}-{2027,5238,0,1,6}-{2034,5239,0,1,0}-{2016,5235,0,1,5}-{2015,5237,0,1,3}-{2004,5244,0,1,4}-{2005,5241,0,1,4}-{2035,5245,0,1,5}-{2004,5240,0,1,1}-{2027,5235,0,1,5}-{2027,5235,0,1,4}-{2027,5236,0,1,6}-{1999,5244,0,1,4}-{1995,5234,0,1,6}-{1993,5242,0,1,1}-{1990,5239,0,1,1}-{1990,5243,0,1,7}-{1989,5230,0,1,6}-{1990,5224,0,1,5}-{1993,5222,0,1,7}-{1986,5221,0,1,3}-{1990,5221,0,1,3}-{1986,5222,0,1,6}-{2002,5215,0,1,1}-{1996,5215,0,1,1}-{1994,5215,0,1,2}-{2002,5215,0,1,6}-{1995,5208,0,1,1}-{1993,5206,0,1,4}-{1986,5204,0,1,3}-{1986,5201,0,1,6}-{2001,5201,0,1,6}-{1987,5200,0,1,3}-{1986,5199,0,1,6}-{2009,5198,0,1,6}-{1995,5197,0,1,3}-{2009,5194,0,1,3}-{2005,5191,0,1,3}-{2004,5190,0,1,4}-{1991,5190,0,1,1}-{2003,5185,0,1,4}-{2004,5190,0,1,4}-{2004,5188,0,1,1}-{2005,5188,0,1,6}-{2008,5192,0,1,6}-{2008,5193,0,1,3}-{2009,5200,0,1,7}-{2010,5192,0,1,4}-{2010,5194,0,1,4}-{2013,5190,0,1,6}-{2018,5189,0,1,6}-{2018,5192,0,1,6}-{2018,5187,0,1,4}-{1993,5205,0,1,4}-{1994,5206,0,1,3}-{1989,5206,0,1,0}-{1993,5210,0,1,3}-{1989,5200,0,1,4}-{2002,5215,0,1,1}-{2022,5193,0,1,3}-{1995,5220,0,1,1}-{1992,5222,0,1,6}-{1992,5222,0,1,6}-{1988,5201,0,1,4}-{1988,5224,0,1,4}-{1989,5206,0,1,4}-{1987,5225,0,1,4}-{1988,5225,0,1,4}-{1986,5204,0,1,3}-{1987,5226,0,1,4}-{1990,5227,0,1,3}-{1993,5200,0,1,7}-{1990,5228,0,1,4}-{2004,5200,0,1,6}-{1990,5227,0,1,4}-{1990,5224,0,1,6}-{1994,5223,0,1,4}-{2036,5201,0,1,6}-{2038,5215,0,1,4}-{2042,5208,0,1,1}-{2045,5204,0,1,1}-{2046,5205,0,1,3}-{2028,5195,0,1,3}-{2026,5195,0,1,0}-{2039,5193,0,1,3}-{2025,5193,0,1,1}-{2022,5193,0,1,6}-{2043,5192,0,1,2}-{2018,5192,0,1,1}-{2045,5192,0,1,1}-{2032,5190,0,1,1}-{2030,5189,0,1,4}-{2024,5187,0,1,3}-{2038,5186,0,1,4}-{2038,5185,0,1,3}-{2033,5185,0,1,3}-{2016,5186,0,1,1}-{2017,5194,0,1,1}-{2024,5193,0,1,4}-{2008,5201,0,1,4}-{2005,5220,0,1,1}-{2005,5204,0,1,4}-{2037,5203,0,1,3}-{2037,5206,0,1,4}-{2041,5208,0,1,1}-"
- },
- {
- "npc_id": "4397",
- "loc_data": "{2072,5200,0,1,5}-{2145,5251,0,1,3}-{2153,5253,0,1,1}-{2149,5255,0,1,3}-{2146,5252,0,1,5}-{2146,5261,0,1,6}-{2147,5254,0,1,4}-"
- },
- {
- "npc_id": "4398",
- "loc_data": "{2160,5282,0,1,3}-{2162,5284,0,1,1}-{2164,5281,0,1,7}-"
- },
- {
- "npc_id": "4399",
- "loc_data": "{2080,5240,0,1,2}-{2122,5290,0,1,0}-{2131,5297,0,1,6}-{2119,5297,0,1,4}-{2120,5302,0,1,3}-{2129,5306,0,1,3}-{2123,5304,0,1,1}-{2130,5306,0,1,4}-{2163,5301,0,1,5}-{2166,5306,0,1,0}-{2169,5303,0,1,4}-{2122,5291,0,1,0}-{2119,5296,0,1,3}-{2131,5297,0,1,6}-{2125,5302,0,1,0}-{2127,5304,0,1,4}-{2165,5302,0,1,3}-{2163,5301,0,1,4}-{2168,5306,0,1,4}-{2132,5300,0,1,6}-{2132,5302,0,1,4}-"
- },
- {
- "npc_id": "4400",
- "loc_data": "{2072,5200,0,1,7}-{2130,5267,0,1,7}-{2140,5252,0,1,5}-{2141,5252,0,1,1}-{2142,5252,0,1,0}-{2148,5255,0,1,3}-{2125,5270,0,1,1}-{2148,5257,0,1,1}-{2117,5274,0,1,4}-{2146,5307,0,1,2}-{2145,5305,0,1,5}-{2152,5307,0,1,4}-{2148,5252,0,1,0}-{2142,5262,0,1,3}-{2124,5275,0,1,4}-{2121,5276,0,1,3}-{2148,5304,0,1,0}-{2146,5305,0,1,5}-{2148,5304,0,1,1}-{2151,5304,0,1,6}-{2145,5306,0,1,3}-{2134,5272,0,1,6}-{2151,5307,0,1,6}-{2151,5308,0,1,6}-{2149,5307,0,1,6}-{2150,5308,0,1,6}-{2150,5305,0,1,6}-{2153,5307,0,1,6}-{2152,5305,0,1,6}-{2128,5272,0,1,6}-{2129,5272,0,1,6}-{2124,5271,0,1,6}-{2124,5272,0,1,6}-{2122,5272,0,1,6}-{2121,5275,0,1,6}-{3018,10313,0,1,4}-{3016,10315,0,1,4}-{3018,10322,0,1,4}-{3024,10326,0,1,3}-{3030,10332,0,1,4}-{3029,10337,0,1,6}-{3034,10342,0,1,3}-"
- },
- {
- "npc_id": "4401",
- "loc_data": "{2072,5200,0,1,6}-{2096,5248,0,1,6}-{2124,5273,0,1,1}-{2128,5270,0,1,4}-{2117,5274,0,1,3}-{2154,5273,0,1,3}-{2167,5259,0,1,6}-{2170,5257,0,1,1}-{2170,5256,0,1,0}-{2171,5256,0,1,4}-{2167,5256,0,1,3}-{2153,5273,0,1,3}-{2153,5270,0,1,1}-{2171,5255,0,1,2}-{2168,5250,0,1,4}-{2168,5251,0,1,3}-{2131,5264,0,1,6}-{2157,5272,0,1,6}-{2150,5268,0,1,0}-{2133,5272,0,1,2}-{2157,5274,0,1,1}-{2156,5270,0,1,3}-{2154,5271,0,1,5}-"
- },
- {
- "npc_id": "4402",
- "loc_data": "{2080,5240,0,1,5}-{2171,5283,0,1,6}-{2170,5287,0,1,6}-{2170,5281,0,1,6}-{2172,5272,0,1,4}-{2172,5272,0,1,4}-"
- },
- {
- "npc_id": "4403",
- "loc_data": "{2096,5248,0,1,4}-{2172,5276,0,1,1}-{2172,5284,0,1,1}-{2172,5281,0,1,2}-"
- },
- {
- "npc_id": "4404",
- "loc_data": "{1872,5242,0,1,3}-{1873,5230,0,1,2}-{1870,5235,0,1,3}-{1872,5217,0,1,6}-{1873,5212,0,1,4}-{1877,5218,0,1,2}-{1877,5216,0,1,3}-{1875,5218,0,1,6}-{1871,5191,0,1,4}-{1868,5188,0,1,4}-{1861,5189,0,1,3}-{1882,5216,0,1,6}-{1874,5215,0,1,5}-{1873,5238,0,1,3}-"
- },
- {
- "npc_id": "4406",
- "loc_data": "{1848,5176,0,1,2}-{1898,5197,0,1,6}-{1898,5191,0,1,7}-{1890,5195,0,1,3}-{1893,5191,0,1,4}-{1903,5190,0,1,0}-{1889,5190,0,1,3}-{1889,5190,0,1,4}-{1885,5191,0,1,4}-{1900,5208,0,1,1}-{1900,5210,0,1,1}-{1903,5243,0,1,6}-{1901,5245,0,1,4}-{1894,5243,0,1,5}-{1890,5242,0,1,6}-{1889,5244,0,1,4}-{1897,5196,0,1,1}-{1902,5207,0,1,3}-"
- },
- {
- "npc_id": "4407",
- "loc_data": "{1860,5226,0,1,0}-{1859,5200,0,1,0}-{1860,5222,0,1,4}-{1865,5205,0,1,4}-{1862,5205,0,1,7}-{1862,5205,0,1,7}-{1864,5206,0,1,7}-"
- },
- {
- "npc_id": "4408",
- "loc_data": "{1860,5215,0,1,5}-{1864,5218,0,1,1}-"
- },
- {
- "npc_id": "4409",
- "loc_data": "{1864,5226,0,1,1}-{1859,5220,0,1,4}-{1861,5224,0,1,6}-"
- },
- {
- "npc_id": "4410",
- "loc_data": "{1848,5176,0,1,2}-{1890,5205,0,1,6}-{1897,5232,0,1,6}-{1906,5236,0,1,3}-{1904,5235,0,1,6}-{1895,5227,0,1,3}-{1863,5221,0,1,4}-"
- },
- {
- "npc_id": "4411",
- "loc_data": "{1882,5201,0,1,0}-{1884,5207,0,1,3}-{1912,5239,0,1,4}-{1912,5244,0,1,5}-{1890,5204,0,1,5}-"
- },
- {
- "npc_id": "4412",
- "loc_data": "{1880,5200,0,1,6}-{1911,5241,0,1,0}-{1893,5228,0,1,3}-"
- },
- {
- "npc_id": "4413",
- "loc_data": "{2645,3580,0,1,4}-{1871,5228,0,1,6}-{1872,5233,0,1,1}-"
- },
- {
- "npc_id": "4414",
- "loc_data": "{1890,5215,0,1,5}-{1892,5216,0,1,1}-{1889,5223,0,1,3}-{1892,5224,0,1,2}-{1893,5219,0,1,5}-"
- },
- {
- "npc_id": "4415",
- "loc_data": "{1848,5176,0,1,2}-{1874,5230,0,1,3}-{1870,5232,0,1,4}-{1858,5235,0,1,3}-{1871,5241,0,1,7}-{1860,5223,0,1,4}-{1862,5222,0,1,4}-{1874,5234,0,1,5}-{1874,5230,0,1,5}-{1875,5219,0,1,5}-{1876,5215,0,1,3}-{1876,5220,0,1,6}-{1859,5206,0,1,5}-{1877,5216,0,1,4}-{1862,5201,0,1,5}-{1858,5201,0,1,6}-{1874,5201,0,1,2}-{1858,5202,0,1,0}-{1860,5200,0,1,7}-{1875,5197,0,1,6}-{1875,5201,0,1,2}-{1861,5194,0,1,3}-{1861,5224,0,1,6}-{1860,5192,0,1,2}-{1874,5188,0,1,7}-{1867,5188,0,1,4}-{1866,5189,0,1,4}-{1876,5189,0,1,1}-{1876,5196,0,1,3}-{1876,5188,0,1,4}-{1876,5191,0,1,4}-{1877,5191,0,1,4}-{1877,5197,0,1,6}-{1881,5198,0,1,4}-{1882,5197,0,1,5}-{1883,5203,0,1,3}-{1882,5198,0,1,4}-{1863,5205,0,1,4}-{1883,5205,0,1,5}-{1861,5205,0,1,5}-{1887,5204,0,1,3}-{1883,5205,0,1,3}-{1884,5206,0,1,1}-{1876,5215,0,1,6}-{1879,5215,0,1,2}-{1870,5217,0,1,6}-{1881,5221,0,1,1}-{1871,5218,0,1,1}-{1872,5191,0,1,3}-{1874,5219,0,1,5}-{1884,5228,0,1,4}-{1882,5231,0,1,7}-{1882,5234,0,1,5}-{1879,5234,0,1,6}-{1897,5234,0,1,6}-{1884,5234,0,1,4}-{1884,5235,0,1,3}-{1885,5236,0,1,6}-{1879,5239,0,1,4}-{1893,5243,0,1,7}-{1880,5243,0,1,7}-{1882,5241,0,1,1}-{1902,5242,0,1,4}-{1901,5244,0,1,3}-{1910,5243,0,1,5}-{1911,5235,0,1,3}-{1881,5243,0,1,2}-{1879,5234,0,1,3}-{1880,5234,0,1,4}-{1879,5239,0,1,1}-{1874,5230,0,1,4}-{1874,5236,0,1,4}-{1911,5235,0,1,5}-{1912,5243,0,1,4}-{1912,5238,0,1,3}-{1913,5244,0,1,4}-{1890,5244,0,1,4}-{1907,5204,0,1,1}-{1909,5204,0,1,1}-{1908,5204,0,1,3}-{1889,5206,0,1,3}-{1890,5207,0,1,1}-{1890,5207,0,1,2}-{1912,5237,0,1,7}-"
- },
- {
- "npc_id": "4422",
- "loc_data": "{2377,4450,0,0,0}-{2381,4459,0,0,0}-{2388,4425,0,0,0}-{2394,4440,0,0,0}-{2418,4447,0,0,0}-{2427,4461,0,0,0}-"
- },
- {
- "npc_id": "4423",
- "loc_data": "{2387,4456,0,0,0}-{2423,4461,0,0,0}-"
- },
- {
- "npc_id": "4424",
- "loc_data": "{2396,4455,0,0,0}-"
- },
- {
- "npc_id": "4425",
- "loc_data": "{2398,4453,0,0,0}-"
- },
- {
- "npc_id": "4431",
- "loc_data": "{2388,4470,0,0,0}-"
- },
- {
- "npc_id": "4437",
- "loc_data": "{2447,4429,0,1,0}-"
- },
- {
- "npc_id": "4438",
- "loc_data": "{3028,4498,0,1,3}-{3046,4493,0,1,4}-"
- },
- {
- "npc_id": "4439",
- "loc_data": "{3035,4507,0,1,6}-{3041,4493,0,1,0}-"
- },
- {
- "npc_id": "4443",
- "loc_data": "{2451,4424,0,1,6}-{2452,4428,0,1,3}-{2443,4423,0,1,7}-{2446,4422,0,1,3}-{2443,4431,0,1,1}-{2441,4427,0,1,1}-{2463,4422,0,1,4}-{2478,4420,0,1,6}-{2489,4428,0,1,6}-{2478,4452,0,1,3}-{2474,4444,0,1,6}-{2493,4454,0,1,3}-{2486,4463,0,1,4}-{2486,4469,0,1,7}-{2479,4456,0,1,4}-{2477,4462,0,1,3}-"
- },
- {
- "npc_id": "4455",
- "loc_data": "{2410,4434,0,0,0}-"
- },
- {
- "npc_id": "4472",
- "loc_data": "{2524,3056,0,1,2}-"
- },
- {
- "npc_id": "4474",
- "loc_data": "{3214,3252,0,0,0}-{3214,3253,0,0,0}-{3214,3254,0,0,0}-"
- },
- {
- "npc_id": "4478",
- "loc_data": "{3291,2787,0,0,6}-"
- },
- {
- "npc_id": "4479",
- "loc_data": "{2952,3477,0,1,0}-{2959,3501,0,1,3}-"
- },
- {
- "npc_id": "4481",
- "loc_data": "{2943,3474,0,1,3}-"
- },
- {
- "npc_id": "4482",
- "loc_data": "{2952,3505,0,1,7}-{2950,3501,0,1,4}-"
- },
- {
- "npc_id": "4483",
- "loc_data": "{2944,3467,0,1,6}-{2961,3508,0,1,6}-{2953,3467,0,1,3}-"
- },
- {
- "npc_id": "4484",
- "loc_data": "{2956,3496,0,1,6}-"
- },
- {
- "npc_id": "4485",
- "loc_data": "{2951,3509,0,1,4}-"
- },
- {
- "npc_id": "4487",
- "loc_data": "{2943,3478,0,1,3}-"
- },
- {
- "npc_id": "4488",
- "loc_data": "{2946,3474,0,1,4}-{2956,3494,0,1,3}-"
- },
- {
- "npc_id": "4489",
- "loc_data": "{2943,3487,0,1,3}-{2946,3469,0,1,5}-"
- },
- {
- "npc_id": "4491",
- "loc_data": "{2963,3510,0,1,2}-{2949,3475,0,1,3}-"
- },
- {
- "npc_id": "4492",
- "loc_data": "{2987,3426,0,1,6}-{2953,3509,0,1,4}-"
- },
- {
- "npc_id": "4493",
- "loc_data": "{2957,3513,0,1,6}-"
- },
- {
- "npc_id": "4494",
- "loc_data": "{2957,3512,0,1,4}-"
- },
- {
- "npc_id": "4495",
- "loc_data": "{2957,3512,0,1,5}-"
- },
- {
- "npc_id": "4511",
- "loc_data": "{2149,3866,0,0,7}-"
- },
- {
- "npc_id": "4512",
- "loc_data": "{2092,3930,0,1,4}-"
- },
- {
- "npc_id": "4513",
- "loc_data": "{2450,4647,0,1,5}-"
- },
- {
- "npc_id": "4514",
- "loc_data": "{2079,3923,0,1,7}-"
- },
- {
- "npc_id": "4515",
- "loc_data": "{2081,3899,0,1,1}-"
- },
- {
- "npc_id": "4516",
- "loc_data": "{2096,3907,0,1,6}-"
- },
- {
- "npc_id": "4517",
- "loc_data": "{2086,3915,0,1,0}-"
- },
- {
- "npc_id": "4518",
- "loc_data": "{2106,3907,0,1,6}-"
- },
- {
- "npc_id": "4519",
- "loc_data": "{2098,3921,0,0,6}-{2099,3921,0,0,6}-{2097,3921,0,0,6}-"
- },
- {
- "npc_id": "4524",
- "loc_data": "{2083,3903,0,1,3}-"
- },
- {
- "npc_id": "4525",
- "loc_data": "{2098,3894,0,1,3}-"
- },
- {
- "npc_id": "4526",
- "loc_data": "{2103,3914,0,1,7}-"
- },
- {
- "npc_id": "4527",
- "loc_data": "{2071,3877,0,1,2}-{2084,3868,0,1,1}-{2089,3864,0,1,4}-"
- },
- {
- "npc_id": "4528",
- "loc_data": "{2105,3848,0,1,1}-{2115,3864,0,1,6}-{2122,3946,0,1,3}-"
- },
- {
- "npc_id": "4529",
- "loc_data": "{2070,3879,0,1,7}-{2097,3862,0,1,3}-{2118,3852,0,1,4}-{2144,3853,0,1,5}-"
- },
- {
- "npc_id": "4530",
- "loc_data": "{2076,3866,0,1,1}-{2107,3945,0,1,1}-{2133,3874,0,1,4}-"
- },
- {
- "npc_id": "4531",
- "loc_data": "{2103,3866,0,1,3}-{2134,3851,0,1,4}-{2116,3950,0,1,0}-"
- },
- {
- "npc_id": "4534",
- "loc_data": "{3206,5487,0,1,6}-{3200,5492,0,1,1}-"
- },
- {
- "npc_id": "4536",
- "loc_data": "{2213,3794,0,0,3}-"
- },
- {
- "npc_id": "4537",
- "loc_data": "{2621,3688,0,0,6}-"
- },
- {
- "npc_id": "4539",
- "loc_data": "{2079,3925,0,1,1}-"
- },
- {
- "npc_id": "4540",
- "loc_data": "{2137,3899,2,1,2}-{2221,3797,2,1,3}-"
- },
- {
- "npc_id": "4558",
- "loc_data": "{2885,10202,0,1,0}-"
- },
- {
- "npc_id": "4560",
- "loc_data": "{3062,3260,0,1,6}-"
- },
- {
- "npc_id": "4561",
- "loc_data": "{2615,3855,0,1,0}-"
- },
- {
- "npc_id": "4562",
- "loc_data": "{2799,3200,0,1,0}-"
- },
- {
- "npc_id": "4563",
- "loc_data": "{3003,9798,0,1,3}-"
- },
- {
- "npc_id": "4564",
- "loc_data": "{3356,3385,0,1,0}-{3354,3408,0,1,0}-{3365,3429,0,1,0}-{3373,3418,0,1,0}-"
- },
- {
- "npc_id": "4565",
- "loc_data": "{3350,3401,0,1,0}-{3362,3408,0,1,0}-{3366,3425,0,1,0}-"
- },
- {
- "npc_id": "4566",
- "loc_data": "{3360,3343,0,1,6}-"
- },
- {
- "npc_id": "4567",
- "loc_data": "{3364,3339,0,1,6}-"
- },
- {
- "npc_id": "4568",
- "loc_data": "{3365,3333,0,1,6}-"
- },
- {
- "npc_id": "4569",
- "loc_data": "{3381,3379,0,0,0}-"
- },
- {
- "npc_id": "4570",
- "loc_data": "{3115,3276,0,1,6}-{3201,3301,0,1,3}-"
- },
- {
- "npc_id": "4571",
- "loc_data": "{3098,3225,0,1,4}-{3095,3286,0,1,4}-{3205,3298,0,1,3}-{3056,3248,0,1,0}-"
- },
- {
- "npc_id": "4572",
- "loc_data": "{2448,3510,1,0,4}-"
- },
- {
- "npc_id": "4573",
- "loc_data": "{2441,3501,1,1,3}-"
- },
- {
- "npc_id": "4575",
- "loc_data": "{2441,3503,1,1,4}-"
- },
- {
- "npc_id": "4576",
- "loc_data": "{2786,3862,0,1,0}-"
- },
- {
- "npc_id": "4578",
- "loc_data": "{2933,2972,0,0,0}-"
- },
- {
- "npc_id": "4580",
- "loc_data": "{2572,3299,1,0,0}-"
- },
- {
- "npc_id": "4585",
- "loc_data": "{3115,3160,0,0,0}-"
- },
- {
- "npc_id": "4586",
- "loc_data": "{2593,3087,0,1,4}-"
- },
- {
- "npc_id": "4587",
- "loc_data": "{2449,3503,1,0,6}-"
- },
- {
- "npc_id": "4588",
- "loc_data": "{2448,3500,1,0,3}-"
- },
- {
- "npc_id": "4597",
- "loc_data": "{2375,3433,0,1,0}-"
- },
- {
- "npc_id": "4599",
- "loc_data": "{2417,3513,0,1,4}-"
- },
- {
- "npc_id": "4603",
- "loc_data": "{3008,3514,0,1,3}-"
- },
- {
- "npc_id": "4604",
- "loc_data": "{3017,3513,0,1,0}-{3018,3515,0,1,1}-"
- },
- {
- "npc_id": "4605",
- "loc_data": "{3018,3512,0,1,7}-{3019,3514,0,1,1}-{3019,3516,0,1,1}-"
- },
- {
- "npc_id": "4606",
- "loc_data": "{3017,3514,0,1,4}-"
- },
- {
- "npc_id": "4607",
- "loc_data": "{3030,3505,0,0,0}-"
- },
- {
- "npc_id": "4611",
- "loc_data": "{3076,3259,0,0,0}-"
- },
- {
- "npc_id": "4648",
- "loc_data": "{3376,3373,0,0,0}-"
- },
- {
- "npc_id": "4649",
- "loc_data": "{2142,3122,0,1,4}-{2147,3122,0,1,3}-"
- },
- {
- "npc_id": "4650",
- "loc_data": "{3041,3194,0,1,4}-"
- },
- {
- "npc_id": "4651",
- "loc_data": "{2143,3121,0,1,6}-{2760,3239,0,1,3}-"
- },
- {
- "npc_id": "4652",
- "loc_data": "{2674,3144,0,1,3}-{3701,3501,0,1,6}-"
- },
- {
- "npc_id": "4653",
- "loc_data": "{3671,2930,0,1,6}-{2954,3154,0,1,6}-{3040,3192,0,1,3}-{2794,3414,0,1,6}-"
- },
- {
- "npc_id": "4654",
- "loc_data": "{2145,3122,0,1,3}-{2674,3146,0,1,6}-{3001,3033,0,1,6}-"
- },
- {
- "npc_id": "4655",
- "loc_data": "{3701,3503,0,1,1}-{2954,3157,0,1,3}-"
- },
- {
- "npc_id": "4656",
- "loc_data": "{3038,3192,0,1,3}-{2760,3238,0,1,3}-{2795,3414,0,1,6}-"
- },
- {
- "npc_id": "4659",
- "loc_data": "{3095,3232,0,1,6}-{3095,3231,0,1,0}-{3225,3370,0,1,4}-{3230,3370,0,1,3}-"
- },
- {
- "npc_id": "4660",
- "loc_data": "{3225,3369,0,1,3}-{3226,3371,0,1,7}-{3230,3372,0,1,0}-{3230,3370,0,1,3}-{3229,3368,0,1,1}-{3227,3367,0,1,1}-"
- },
- {
- "npc_id": "4665",
- "loc_data": "{2894,9766,0,1,0}-{2904,9797,0,1,0}-{2918,9800,0,1,0}-"
- },
- {
- "npc_id": "4666",
- "loc_data": "{2893,9769,0,1,0}-{2912,9797,0,1,0}-{2909,9807,0,1,0}-"
- },
- {
- "npc_id": "4670",
- "loc_data": "{3181,3850,0,1,6}-"
- },
- {
- "npc_id": "4672",
- "loc_data": "{3190,3834,0,1,6}-"
- },
- {
- "npc_id": "4673",
- "loc_data": "{2829,9827,0,1,0}-{2454,4368,0,1,0}-"
- },
- {
- "npc_id": "4674",
- "loc_data": "{2464,4365,0,1,4}-"
- },
- {
- "npc_id": "4675",
- "loc_data": "{2460,4374,0,1,4}-{3048,10266,0,1,4}-"
- },
- {
- "npc_id": "4676",
- "loc_data": "{2451,4362,0,1,4}-{3054,10269,0,1,4}-"
- },
- {
- "npc_id": "4677",
- "loc_data": "{3335,3687,0,1,4}-{3337,3701,0,1,2}-{3107,3812,0,1,0}-{3316,5448,0,1,2}-{3299,5545,0,1,6}-"
- },
- {
- "npc_id": "4678",
- "loc_data": "{3333,3699,0,1,6}-{3350,3687,0,1,5}-{3098,3821,0,1,0}-{3305,5454,0,1,6}-"
- },
- {
- "npc_id": "4679",
- "loc_data": "{3332,3693,0,1,6}-{3341,3685,0,1,4}-{3092,3810,0,1,0}-{2973,3620,0,1,3}-{3312,5558,0,1,1}-"
- },
- {
- "npc_id": "4680",
- "loc_data": "{3331,3672,0,1,0}-{3347,3694,0,1,5}-{3078,3810,0,1,0}-{2977,3611,0,1,3}-"
- },
- {
- "npc_id": "4681",
- "loc_data": "{2904,9802,0,1,0}-"
- },
- {
- "npc_id": "4682",
- "loc_data": "{2896,9796,0,1,0}-"
- },
- {
- "npc_id": "4685",
- "loc_data": "{2817,3514,0,1,0}-{2884,9959,0,1,0}-{2890,9950,0,1,0}-{3209,5552,0,1,1}-{3223,5555,0,1,4}-{3220,5548,0,1,6}-{3220,5557,0,1,4}-"
- },
- {
- "npc_id": "4686",
- "loc_data": "{2824,3510,0,1,5}-{2880,9927,0,1,0}-{2887,9955,0,1,0}-{2891,9941,0,1,0}-{2954,3894,0,1,4}-{2950,3932,0,1,0}-{2955,3945,0,1,0}-{3213,5548,0,1,4}-{2804,3507,0,1,0}-"
- },
- {
- "npc_id": "4687",
- "loc_data": "{2957,3898,0,1,6}-{2946,3898,0,1,7}-{2978,3956,0,1,0}-"
- },
- {
- "npc_id": "4688",
- "loc_data": "{3139,3818,0,1,0}-{2700,3212,0,1,6}-"
- },
- {
- "npc_id": "4689",
- "loc_data": "{2369,3401,0,1,0}-{2902,9736,0,1,0}-{2440,3213,0,1,0}-"
- },
- {
- "npc_id": "4690",
- "loc_data": "{3104,3875,0,1,2}-{2372,3401,0,1,0}-{2912,9731,0,1,0}-{2439,3211,0,1,0}-{3256,3624,0,1,5}-{3308,3661,0,1,2}-"
- },
- {
- "npc_id": "4691",
- "loc_data": "{3110,3854,0,1,0}-{2371,3398,0,1,0}-{2439,3208,0,1,0}-"
- },
- {
- "npc_id": "4692",
- "loc_data": "{3116,3858,0,1,0}-{2372,3395,0,1,0}-{2442,3210,0,1,0}-"
- },
- {
- "npc_id": "4693",
- "loc_data": "{3094,3849,0,1,0}-{2369,3394,0,1,0}-{2912,9741,0,1,0}-{2906,9736,0,1,0}-{2444,3208,0,1,0}-"
- },
- {
- "npc_id": "4694",
- "loc_data": "{3103,3709,0,1,0}-{3094,3869,0,1,1}-{2843,9558,0,1,1}-{2840,9605,0,1,4}-{3017,3852,0,1,7}-"
- },
- {
- "npc_id": "4695",
- "loc_data": "{2840,3279,0,1,6}-{3098,3699,0,1,4}-{2839,9565,0,1,3}-{2837,9601,0,1,4}-{2631,9880,0,1,1}-{3015,3851,0,1,2}-"
- },
- {
- "npc_id": "4696",
- "loc_data": "{3096,3691,0,1,6}-{3091,3861,0,1,0}-{2839,9560,0,1,4}-{2846,9613,0,1,6}-{2931,9808,0,1,0}-{2930,9799,0,1,0}-{2632,9874,0,1,1}-{3014,3848,0,1,1}-"
- },
- {
- "npc_id": "4697",
- "loc_data": "{2825,3277,0,1,3}-{3105,3695,0,1,5}-{2845,9557,0,1,2}-{2839,9624,0,1,6}-{2630,9867,0,1,1}-{3016,3845,0,1,4}-{3324,3856,0,1,2}-"
- },
- {
- "npc_id": "4698",
- "loc_data": "{2861,9752,0,1,4}-{3139,3712,0,1,5}-{3304,3886,0,1,6}-"
- },
- {
- "npc_id": "4699",
- "loc_data": "{3159,3707,0,1,3}-{2629,9477,2,0,0}-{2640,9502,2,0,1}-{3296,3872,0,1,5}-{3035,10245,0,1,4}-"
- },
- {
- "npc_id": "4700",
- "loc_data": "{2862,9750,0,1,7}-{3144,3701,0,1,4}-{2633,9488,2,0,6}-{3282,3880,0,1,4}-"
- },
- {
- "npc_id": "4701",
- "loc_data": "{3149,3690,0,1,4}-{3287,3894,0,1,3}-{3028,10250,0,1,4}-"
- },
- {
- "npc_id": "4702",
- "loc_data": "{2869,9775,0,1,0}-{2853,9775,0,1,0}-{3084,9957,0,1,6}-{2712,9480,0,0,5}-"
- },
- {
- "npc_id": "4703",
- "loc_data": "{2857,9774,0,1,0}-{2860,9781,0,1,0}-{3092,9958,0,1,2}-"
- },
- {
- "npc_id": "4704",
- "loc_data": "{2863,9767,0,1,0}-{2871,9782,0,1,0}-{3160,5521,0,1,1}-"
- },
- {
- "npc_id": "4705",
- "loc_data": "{3088,9961,0,1,1}-{3169,5528,0,1,0}-"
- },
- {
- "npc_id": "4706",
- "loc_data": "{2195,3808,0,1,0}-{2196,3822,0,1,0}-{2197,3805,0,1,0}-{2197,3813,0,1,0}-{2201,3812,0,1,0}-{2202,3824,0,1,0}-{2203,3804,0,1,0}-{2207,3813,0,1,0}-{2211,3818,0,1,0}-{2214,3819,0,1,0}-{3237,5559,0,1,3}-{3244,5554,0,1,3}-{3239,5553,0,1,5}-{3249,5559,0,1,5}-"
- },
- {
- "npc_id": "4707",
- "loc_data": "{3213,3253,0,0,6}-"
- },
- {
- "npc_id": "4710",
- "loc_data": "{3222,3475,0,0,5}-"
- },
- {
- "npc_id": "4732",
- "loc_data": "{3429,3701,0,0,0}-"
- },
- {
- "npc_id": "4856",
- "loc_data": "{2732,3292,0,1,1}-"
- },
- {
- "npc_id": "4871",
- "loc_data": "{2782,3276,0,1,0}-"
- },
- {
- "npc_id": "4872",
- "loc_data": "{2740,3310,0,0,0}-"
- },
- {
- "npc_id": "4874",
- "loc_data": "{2709,3291,0,0,0}-"
- },
- {
- "npc_id": "4878",
- "loc_data": "{2726,3283,0,1,1}-"
- },
- {
- "npc_id": "4883",
- "loc_data": "{2713,3278,0,1,1}-"
- },
- {
- "npc_id": "4885",
- "loc_data": "{2705,3287,0,1,1}-{2716,3287,0,1,1}-{2732,3282,0,1,1}-"
- },
- {
- "npc_id": "4887",
- "loc_data": "{2738,3303,0,1,1}-{2723,3274,0,1,1}-"
- },
- {
- "npc_id": "4891",
- "loc_data": "{2768,3286,0,1,0}-{2777,3278,0,1,0}-{2783,3289,0,1,0}-{2784,3277,0,1,0}-{2768,3289,1,1,0}-{2780,3288,1,1,0}-"
- },
- {
- "npc_id": "4895",
- "loc_data": "{2718,3302,0,1,1}-"
- },
- {
- "npc_id": "4898",
- "loc_data": "{3124,9874,0,1,3}-{3128,9875,0,1,6}-"
- },
- {
- "npc_id": "4899",
- "loc_data": "{3231,3197,0,1,6}-"
- },
- {
- "npc_id": "4900",
- "loc_data": "{3210,3213,1,1,1}-"
- },
- {
- "npc_id": "4901",
- "loc_data": "{3245,3157,0,0,7}-"
- },
- {
- "npc_id": "4902",
- "loc_data": "{3227,3147,0,0,1}-"
- },
- {
- "npc_id": "4903",
- "loc_data": "{3244,3214,0,1,1}-"
- },
- {
- "npc_id": "4904",
- "loc_data": "{3228,3254,0,1,3}-"
- },
- {
- "npc_id": "4906",
- "loc_data": "{3230,3244,0,1,4}-"
- },
- {
- "npc_id": "4907",
- "loc_data": "{3208,3222,2,0,6}-"
- },
- {
- "npc_id": "4909",
- "loc_data": "{2831,3352,0,0,7}-"
- },
- {
- "npc_id": "4911",
- "loc_data": "{2703,9894,0,0,0}-{2705,9897,0,0,0}-{2706,9904,0,0,0}-{2707,9906,0,0,0}-{2704,9906,0,0,0}-{2706,9910,0,0,0}-{2703,9911,0,0,0}-{2699,9915,0,0,0}-{2697,9915,0,0,0}-{2694,9915,0,0,0}-{2692,9914,0,0,0}-{2696,9910,0,0,0}-{2694,9908,0,0,0}-{2693,9906,0,0,0}-{2696,9906,0,0,0}-{2698,9901,0,0,0}-{2698,9900,0,0,0}-{2696,9900,0,0,0}-{2690,9903,0,0,0}-{2692,9902,0,0,0}-{2693,9900,0,0,0}-{2692,9900,0,0,0}-{2691,9899,0,0,0}-{2692,9895,0,0,0}-{2693,9891,0,0,0}-{2695,9889,0,0,0}-{2692,9885,0,0,0}-{2699,9882,0,0,0}-{2695,9881,0,0,0}-{2693,9881,0,0,0}-{2690,9880,0,0,0}-{2700,9879,0,0,0}-{2696,9880,0,0,0}-{2694,9878,0,0,0}-{2695,9877,0,0,0}-{2699,9876,0,0,0}-{2692,9876,0,0,0}-{2692,9874,0,0,0}-{2699,9872,0,0,0}-{2698,9871,0,0,0}-{2701,9870,0,0,0}-{2695,9870,0,0,0}-{2695,9869,0,0,0}-{2702,9868,0,0,0}-{2701,9867,0,0,0}-{2697,9866,0,0,0}-{2699,9865,0,0,0}-"
- },
- {
- "npc_id": "4920",
- "loc_data": "{3188,5510,0,1,6}-{3194,5510,0,1,2}-{3289,5496,0,0,5}-{3272,5490,0,0,0}-"
- },
- {
- "npc_id": "4921",
- "loc_data": "{3304,5493,0,1,3}-{3303,5496,0,1,0}-{3271,5490,0,0,5}-"
- },
- {
- "npc_id": "4926",
- "loc_data": "{3227,3547,0,1,1}-{3251,3528,0,1,1}-{2969,3686,0,1,1}-"
- },
- {
- "npc_id": "4927",
- "loc_data": "{3227,3533,0,1,1}-{3236,3549,0,1,1}-{2962,3689,0,1,1}-{2971,3690,0,1,1}-{3049,3695,0,1,1}-"
- },
- {
- "npc_id": "4930",
- "loc_data": "{3412,2889,0,1,3}-{3414,2892,0,1,1}-{3414,2890,0,1,1}-{3416,2886,0,1,4}-{3416,2893,0,1,6}-"
- },
- {
- "npc_id": "4932",
- "loc_data": "{3414,2891,0,1,1}-{3410,2888,0,1,7}-"
- },
- {
- "npc_id": "4942",
- "loc_data": "{3191,3210,0,1,0}-"
- },
- {
- "npc_id": "4944",
- "loc_data": "{2042,5213,0,1,5}-{2020,5236,0,1,2}-{1993,5188,0,1,2}-{1994,5191,0,1,2}-"
- },
- {
- "npc_id": "4945",
- "loc_data": "{1994,5192,0,1,4}-{1997,5190,0,1,1}-"
- },
- {
- "npc_id": "4946",
- "loc_data": "{2721,3432,0,1,4}-"
- },
- {
- "npc_id": "4947",
- "loc_data": "{2825,3696,0,1,3}-"
- },
- {
- "npc_id": "4950",
- "loc_data": "{2855,10051,1,0,0}-"
- },
- {
- "npc_id": "4953",
- "loc_data": "{2684,3274,1,0,0}-"
- },
- {
- "npc_id": "4955",
- "loc_data": "{2772,3223,0,0,0}-"
- },
- {
- "npc_id": "4956",
- "loc_data": "{2783,3119,0,0,0}-"
- },
- {
- "npc_id": "4961",
- "loc_data": "{2683,3275,1,0,0}-"
- },
- {
- "npc_id": "4965",
- "loc_data": "{2826,3685,0,0,1}-"
- },
- {
- "npc_id": "4975",
- "loc_data": "{3034,2971,0,0,5}-{3030,2971,0,0,1}-{3303,3024,0,0,7}-{3299,3016,0,0,2}-{3280,9438,0,0,6}-{3275,9460,0,0,3}-{3267,9458,0,0,3}-{3270,9415,0,0,6}-{3272,9429,0,0,4}-{3272,9421,0,0,4}-{3271,9450,0,0,1}-{3288,9413,0,0,6}-{3297,9414,0,0,6}-{3300,9414,0,0,6}-{3304,9424,0,0,1}-{3292,9426,0,0,4}-{3295,9421,0,0,3}-{3297,9412,0,0,1}-{3292,9413,0,0,3}-{3324,9429,0,0,3}-{3311,9440,0,0,6}-{3294,9459,0,0,1}-{3291,9463,0,0,6}-{3296,9468,0,0,1}-{3288,9468,0,0,1}-{3313,9449,0,0,1}-"
- },
- {
- "npc_id": "4976",
- "loc_data": "{3036,2972,0,0,1}-{3039,2968,0,0,1}-{3046,2982,0,0,6}-{3045,2974,0,0,6}-{3042,2972,0,0,6}-{3301,3017,0,0,7}-{3281,9446,0,0,1}-{3270,9451,0,0,4}-{3269,9418,0,0,1}-{3267,9441,0,0,1}-{3280,9436,0,0,1}-{3291,9414,0,0,6}-{3305,9413,0,0,6}-{3308,9415,0,0,1}-{3309,9420,0,0,1}-{3296,9425,0,0,1}-{3294,9420,0,0,1}-{3295,9412,0,0,3}-{3323,9439,0,0,6}-{3295,9460,0,0,3}-{3294,9464,0,0,6}-{3294,9467,0,0,1}-{3311,9454,0,0,6}-"
- },
- {
- "npc_id": "4977",
- "loc_data": "{3038,2973,0,0,1}-{3027,2974,0,0,1}-{3023,2977,0,0,1}-{3035,2989,0,0,4}-{3039,2985,0,0,4}-{3294,3016,0,0,6}-{3287,3016,0,0,3}-{3277,9452,0,0,1}-{3267,9443,0,0,6}-{3267,9431,0,0,6}-{3269,9420,0,0,6}-{3273,9460,0,0,4}-{3277,9454,0,0,6}-{3281,9448,0,0,6}-{3294,9413,0,0,6}-{3306,9423,0,0,1}-{3298,9436,0,0,6}-{3292,9466,0,0,6}-{3296,9462,0,0,3}-{3290,9467,0,0,1}-{3315,9451,0,0,1}-{3316,9454,0,0,3}-"
- },
- {
- "npc_id": "4978",
- "loc_data": "{3042,2969,0,0,1}-{3038,2976,0,0,6}-{3041,2983,0,0,6}-{3043,2983,0,0,6}-{3044,2981,0,0,6}-{3043,2979,0,0,1}-{3038,2989,0,0,1}-{3025,2984,0,0,1}-{3026,2988,0,0,1}-{3030,2990,0,0,1}-{3024,2979,0,0,3}-{3291,3017,0,0,5}-{3275,9463,0,0,1}-{3273,9430,0,0,6}-{3273,9422,0,0,6}-{3267,9428,0,0,1}-{3294,9411,0,0,6}-{3300,9424,0,0,1}-{3289,9412,0,0,3}-"
- },
- {
- "npc_id": "4985",
- "loc_data": "{3304,3027,0,1,2}-"
- },
- {
- "npc_id": "4986",
- "loc_data": "{3308,3112,0,1,1}-"
- },
- {
- "npc_id": "4989",
- "loc_data": "{3272,3029,0,1,4}-"
- },
- {
- "npc_id": "4990",
- "loc_data": "{3269,3029,0,1,4}-"
- },
- {
- "npc_id": "4991",
- "loc_data": "{3270,3030,0,1,6}-"
- },
- {
- "npc_id": "4992",
- "loc_data": "{3267,3029,0,1,0}-"
- },
- {
- "npc_id": "4993",
- "loc_data": "{3277,3028,0,1,1}-{3279,9441,0,1,4}-"
- },
- {
- "npc_id": "4994",
- "loc_data": "{3285,3027,0,1,7}-"
- },
- {
- "npc_id": "4995",
- "loc_data": "{3279,3024,0,1,3}-{3286,3036,1,1,4}-"
- },
- {
- "npc_id": "4996",
- "loc_data": "{3284,3022,0,1,2}-"
- },
- {
- "npc_id": "4997",
- "loc_data": "{3289,3026,0,1,3}-{3317,9438,0,0,3}-"
- },
- {
- "npc_id": "4998",
- "loc_data": "{3293,3027,0,1,5}-{3286,9419,0,1,3}-{3296,9433,0,1,7}-{3310,9457,0,1,1}-"
- },
- {
- "npc_id": "4999",
- "loc_data": "{3280,3020,0,1,6}-{3319,9439,0,1,0}-{3299,9467,0,1,3}-"
- },
- {
- "npc_id": "5000",
- "loc_data": "{3285,3022,0,1,6}-{3295,9434,0,1,3}-"
- },
- {
- "npc_id": "5001",
- "loc_data": "{3297,3020,0,1,6}-{3280,9414,0,1,1}-{3279,9416,0,1,1}-"
- },
- {
- "npc_id": "5002",
- "loc_data": "{3295,3028,0,1,3}-{3291,9423,0,1,1}-"
- },
- {
- "npc_id": "5020",
- "loc_data": "{2905,3180,0,0,0}-"
- },
- {
- "npc_id": "5021",
- "loc_data": "{2906,3173,0,0,0}-"
- },
- {
- "npc_id": "5022",
- "loc_data": "{2907,3169,0,0,0}-"
- },
- {
- "npc_id": "5029",
- "loc_data": "{2534,3575,0,1,0}-"
- },
- {
- "npc_id": "5030",
- "loc_data": "{2533,3570,0,1,4}-"
- },
- {
- "npc_id": "5031",
- "loc_data": "{2525,3575,0,1,3}-"
- },
- {
- "npc_id": "5032",
- "loc_data": "{2525,3566,0,1,3}-"
- },
- {
- "npc_id": "5033",
- "loc_data": "{2520,3569,0,1,3}-"
- },
- {
- "npc_id": "5049",
- "loc_data": "{2808,3355,0,1,6}-"
- },
- {
- "npc_id": "5062",
- "loc_data": "{2927,3410,0,0,0}-"
- },
- {
- "npc_id": "5063",
- "loc_data": "{2460,3108,0,1,3}-"
- },
- {
- "npc_id": "5065",
- "loc_data": "{2925,3303,0,0,0}-"
- },
- {
- "npc_id": "5070",
- "loc_data": "{2912,3480,0,0,0}-{2911,3480,0,0,0}-"
- },
- {
- "npc_id": "5071",
- "loc_data": "{2609,2922,0,0,0}-"
- },
- {
- "npc_id": "5072",
- "loc_data": "{2464,2832,0,1,2}-{2510,2876,0,1,3}-{2517,2878,0,1,6}-{2527,2877,0,1,2}-{2507,2877,0,1,1}-{2536,2877,0,1,3}-{2530,2872,0,1,3}-{2517,2870,0,1,4}-{2526,2928,0,1,6}-{2532,2938,0,1,4}-{2527,2933,0,1,4}-{2521,2938,0,1,6}-{2507,2914,0,1,0}-{2512,2910,0,1,4}-{2517,2912,0,1,1}-{2517,2921,0,1,6}-{2511,2911,0,1,3}-{2521,2917,0,1,7}-{2522,2929,0,1,4}-{2510,2888,0,1,1}-{2502,2890,0,1,3}-{2520,2882,0,1,7}-{2500,2893,0,1,4}-{2548,2887,0,1,1}-{2544,2889,0,1,7}-{2520,2885,0,1,0}-{2498,2883,0,1,6}-{2501,2886,0,1,7}-{2508,2916,0,1,4}-{2502,2888,0,1,7}-{2514,2915,0,1,4}-{2520,2908,0,1,6}-{2526,2943,0,1,4}-{2525,2893,0,1,4}-{2521,2896,0,1,1}-{2515,2944,0,1,4}-"
- },
- {
- "npc_id": "5073",
- "loc_data": "{2588,2879,0,1,6}-{2603,2892,0,1,1}-{2604,2892,0,1,6}-{2611,2917,0,1,6}-{2611,2916,0,1,3}-{2613,2894,0,1,1}-{2614,2892,0,1,6}-{2608,2927,0,1,2}-{2612,2934,0,1,4}-{2609,2930,0,1,0}-{2594,2929,0,1,2}-{2616,2922,0,1,4}-{2593,2911,0,1,1}-{2617,2911,0,1,1}-{2602,2900,0,1,3}-{2601,2886,0,1,6}-{2587,2897,0,1,4}-{2612,2936,0,1,3}-{2606,2929,0,1,5}-{2615,2930,0,1,3}-{2576,2896,0,1,1}-{2593,2880,0,1,7}-{2583,2886,0,1,5}-{2609,2897,0,1,3}-{2608,2905,0,1,2}-{2606,2917,0,1,4}-{2604,2918,0,1,4}-{2613,2890,0,1,5}-{2608,2921,0,1,6}-{2604,2886,0,1,6}-{2602,2920,0,1,1}-{2607,2932,0,1,6}-{2578,2885,0,1,1}-"
- },
- {
- "npc_id": "5074",
- "loc_data": "{2727,3763,0,1,1}-{2724,3765,0,1,2}-{2725,3768,0,1,2}-{2730,3768,0,1,2}-{2731,3764,0,1,2}-{2731,3763,0,1,2}-{2731,3765,0,1,2}-{2733,3765,0,1,2}-{2709,3823,1,1,2}-{2713,3823,1,1,2}-{2709,3825,1,1,2}-{2710,3826,1,1,2}-{2709,3825,1,1,2}-"
- },
- {
- "npc_id": "5075",
- "loc_data": "{3409,3078,0,1,5}-{3410,3075,0,1,5}-{3411,3079,0,1,5}-{3408,3076,0,1,5}-{3414,3077,0,1,5}-{3402,3140,0,1,2}-{3402,3138,0,1,3}-{3404,3139,0,1,5}-{3400,3142,0,1,6}-{3405,3143,0,1,5}-"
- },
- {
- "npc_id": "5076",
- "loc_data": "{2310,3581,0,1,2}-{2314,3580,0,1,2}-{2311,3583,0,1,2}-{2304,3588,0,1,6}-{2305,3601,0,1,7}-{2341,3610,0,1,7}-{2344,3606,0,1,3}-{2340,3603,0,1,4}-{2348,3591,0,1,1}-{2356,3595,0,1,6}-{2361,3595,0,1,1}-{2359,3589,0,1,4}-{2346,3585,0,1,6}-{2360,3584,0,1,7}-"
- },
- {
- "npc_id": "5077",
- "loc_data": "{2560,2911,0,0,0}-{2561,2914,0,0,0}-{2560,2909,0,0,0}-{2561,2916,0,0,0}-{2467,2879,0,0,0}-{2484,2877,0,0,0}-{2485,2876,0,0,0}-{2456,2832,0,0,0}-{2456,2832,0,0,0}-{2456,2832,0,0,0}-{2456,2832,0,0,0}-{2494,2940,0,0,0}-{2495,2940,0,0,0}-{2512,2864,0,0,0}-{2558,2911,0,0,0}-{2558,2913,0,0,0}-{2556,2913,0,0,0}-{2557,2912,0,0,0}-{2559,2910,0,0,0}-{2559,2909,0,0,0}-{2559,2917,0,0,0}-{2558,2914,0,0,0}-{2559,2915,0,0,0}-{2558,2916,0,0,0}-{2559,2932,0,0,0}-{2559,2928,0,0,0}-{2558,2928,0,0,0}-{2558,2931,0,0,0}-{2558,2929,0,0,0}-{2556,2911,0,0,0}-{2557,2911,0,0,0}-{2556,2910,0,0,0}-{2556,2912,0,0,0}-{2557,2919,0,0,0}-{2556,2914,0,0,0}-{2556,2913,0,0,0}-{2556,2918,0,0,0}-{2556,2929,0,0,0}-{2557,2933,0,0,0}-{2556,2932,0,0,0}-{2557,2932,0,0,0}-{2557,2928,0,0,0}-{2559,2934,0,0,0}-{2554,2911,0,0,0}-{2555,2911,0,0,0}-{2554,2912,0,0,0}-{2555,2915,0,0,0}-{2555,2919,0,0,0}-{2554,2919,0,0,0}-{2554,2913,0,0,0}-{2556,2915,0,0,0}-{2555,2931,0,0,0}-{2554,2933,0,0,0}-{2555,2934,0,0,0}-{2555,2933,0,0,0}-{2555,2932,0,0,0}-{2554,2935,0,0,0}-{2554,2934,0,0,0}-{2556,2936,0,0,0}-{2558,2936,0,0,0}-{2554,2936,0,0,0}-{2553,2935,0,0,0}-{2556,2933,0,0,0}-{2558,2938,0,0,0}-{2556,2938,0,0,0}-{2557,2937,0,0,0}-{2557,2917,0,0,0}-{2555,2917,0,0,0}-{2555,2912,0,0,0}-{2555,2935,0,0,0}-{2547,2940,0,0,0}-{2546,2939,0,0,0}-{2548,2939,0,0,0}-{2557,2930,0,0,0}-{2556,2929,0,0,0}-{2546,2941,0,0,0}-{2548,2941,0,0,0}-{2557,2931,0,0,0}-{2556,2935,0,0,0}-{2555,2936,0,0,0}-{2553,2935,0,0,0}-{2559,2930,0,0,0}-{2547,2940,0,0,0}-{2509,2910,0,0,0}-{2507,2910,0,0,0}-{2509,2908,0,0,0}-{2508,2908,0,0,0}-{2508,2909,0,0,0}-{2510,2908,0,0,0}-{2506,2906,0,0,0}-{2508,2906,0,0,0}-{2507,2906,0,0,0}-{2507,2905,0,0,0}-{2509,2905,0,0,0}-{2505,2907,0,0,0}-{2504,2908,0,0,0}-{2511,2908,0,0,0}-{2504,2906,0,0,0}-{2508,2907,0,0,0}-{2509,2906,0,0,0}-{2508,2909,0,0,0}-{2506,2906,0,0,0}-{2510,2907,0,0,0}-{2503,2907,0,0,0}-{2509,2908,0,0,0}-{2507,2908,0,0,0}-{2508,2906,0,0,0}-{2505,2907,0,0,0}-{2507,2905,0,0,0}-{2506,2904,0,0,0}-{2505,2903,0,0,0}-{2508,2902,0,0,0}-{2504,2901,0,0,0}-{2506,2907,0,0,0}-{2507,2906,0,0,0}-{2524,2898,0,0,0}-{2524,2896,0,0,0}-{2525,2897,0,0,0}-{2521,2895,0,0,0}-{2525,2895,0,0,0}-{2507,2903,0,0,0}-{2526,2898,0,0,0}-{2507,2889,0,0,0}-{2506,2903,0,0,0}-{2503,2905,0,0,0}-{2507,2905,0,0,0}-{2511,2908,0,0,0}-{2507,2887,0,0,0}-{2554,2937,0,0,0}-{2558,2938,0,0,0}-{2557,2937,0,0,0}-{2556,2938,0,0,0}-{2553,2937,0,0,0}-{2556,2937,0,0,0}-{2553,2935,0,0,0}-{2556,2935,0,0,0}-{2558,2936,0,0,0}-{2555,2936,0,0,0}-{2552,2936,0,0,0}-{2554,2936,0,0,0}-{2552,2934,0,0,0}-{2553,2934,0,0,0}-{2557,2931,0,0,0}-{2559,2932,0,0,0}-{2558,2932,0,0,0}-{2556,2936,0,0,0}-{2553,2936,0,0,0}-{2554,2935,0,0,0}-{2559,2917,0,0,0}-{2556,2916,0,0,0}-{2555,2917,0,0,0}-{2559,2914,0,0,0}-{2557,2915,0,0,0}-{2557,2912,0,0,0}-{2559,2912,0,0,0}-{2558,2913,0,0,0}-{2555,2911,0,0,0}-{2554,2910,0,0,0}-{2559,2916,0,0,0}-{2557,2932,0,0,0}-{2557,2909,0,0,0}-{2559,2913,0,0,0}-{2552,2935,0,0,0}-{2559,2909,0,0,0}-{2557,2914,0,0,0}-{2555,2915,0,0,0}-{2527,2896,0,0,0}-{2524,2895,0,0,0}-{2524,2894,0,0,0}-{2525,2896,0,0,0}-{2524,2896,0,0,0}-{2523,2893,0,0,0}-{2523,2896,0,0,0}-{2523,2897,0,0,0}-{2521,2895,0,0,0}-{2521,2893,0,0,0}-{2526,2895,0,0,0}-{2507,2887,0,0,0}-{2507,2890,0,0,0}-{2506,2886,0,0,0}-{2505,2887,0,0,0}-{2505,2888,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2504,2903,0,0,0}-{2505,2907,0,0,0}-{2504,2906,0,0,0}-{2505,2905,0,0,0}-{2506,2907,0,0,0}-{2506,2905,0,0,0}-{2506,2906,0,0,0}-{2507,2903,0,0,0}-{2507,2906,0,0,0}-{2507,2907,0,0,0}-{2505,2893,0,0,0}-{2504,2892,0,0,0}-{2508,2909,0,0,0}-{2502,2891,0,0,0}-{2503,2890,0,0,0}-{2503,2891,0,0,0}-{2508,2891,0,0,0}-{2507,2891,0,0,0}-{2507,2890,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2505,2888,0,0,0}-{2506,2909,0,0,0}-{2507,2887,0,0,0}-{2505,2887,0,0,0}-{2506,2887,0,0,0}-{2508,2890,0,0,0}-{2504,2894,0,0,0}-{2502,2891,0,0,0}-{2524,2899,0,0,0}-{2524,2898,0,0,0}-{2526,2899,0,0,0}-{2526,2895,0,0,0}-{2526,2900,0,0,0}-{2524,2900,0,0,0}-{2525,2900,0,0,0}-{2525,2899,0,0,0}-{2524,2893,0,0,0}-{2522,2894,0,0,0}-{2521,2895,0,0,0}-{2523,2895,0,0,0}-{2524,2895,0,0,0}-{2506,2886,0,0,0}-{2521,2893,0,0,0}-{2526,2898,0,0,0}-{2524,2899,0,0,0}-{2523,2896,0,0,0}-{2522,2894,0,0,0}-{2524,2901,0,0,0}-{2524,2900,0,0,0}-{2523,2895,0,0,0}-{2526,2901,0,0,0}-{2525,2896,0,0,0}-{2526,2900,0,0,0}-{2523,2893,0,0,0}-{2525,2900,0,0,0}-{2524,2898,0,0,0}-{2525,2894,0,0,0}-{2527,2894,0,0,0}-{2524,2899,0,0,0}-{2508,2904,0,0,0}-{2507,2907,0,0,0}-{2506,2902,0,0,0}-{2506,2907,0,0,0}-{2506,2906,0,0,0}-{2503,2907,0,0,0}-{2503,2905,0,0,0}-{2505,2893,0,0,0}-{2503,2891,0,0,0}-{2506,2891,0,0,0}-{2508,2891,0,0,0}-{2506,2892,0,0,0}-{2506,2909,0,0,0}-{2503,2890,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2507,2890,0,0,0}-{2505,2887,0,0,0}-{2505,2888,0,0,0}-{2508,2890,0,0,0}-{2507,2905,0,0,0}-{2503,2890,0,0,0}-{2503,2891,0,0,0}-{2504,2892,0,0,0}-{2504,2894,0,0,0}-{2506,2887,0,0,0}-{2507,2887,0,0,0}-{2507,2891,0,0,0}-{2504,2889,0,0,0}-{2508,2891,0,0,0}-{2505,2888,0,0,0}-{2506,2894,0,0,0}-{2506,2902,0,0,0}-{2506,2904,0,0,0}-{2506,2886,0,0,0}-{2507,2903,0,0,0}-{2505,2893,0,0,0}-{2506,2891,0,0,0}-{2503,2889,0,0,0}-{2506,2887,0,0,0}-{2506,2892,0,0,0}-{2507,2891,0,0,0}-{2507,2887,0,0,0}-{2507,2890,0,0,0}-{2503,2905,0,0,0}-{2505,2906,0,0,0}-{2506,2905,0,0,0}-{2506,2906,0,0,0}-{2507,2905,0,0,0}-{2505,2905,0,0,0}-{2504,2906,0,0,0}-{2503,2907,0,0,0}-{2506,2894,0,0,0}-{2507,2908,0,0,0}-{2507,2907,0,0,0}-{2508,2909,0,0,0}-{2505,2888,0,0,0}-{2505,2907,0,0,0}-{2496,2939,0,0,0}-{2497,2938,0,0,0}-{2498,2942,0,0,0}-{2499,2943,0,0,0}-{2500,2942,0,0,0}-{2503,2940,0,0,0}-{2496,2939,0,0,0}-{2502,2939,0,0,0}-{2498,2944,0,0,0}-{2500,2944,0,0,0}-"
- },
- {
- "npc_id": "5078",
- "loc_data": "{2560,2909,0,0,0}-{2560,2933,0,0,0}-{2560,2918,0,0,0}-{2561,2916,0,0,0}-{2560,2915,0,0,0}-{2467,2878,0,0,0}-{2486,2877,0,0,0}-{2495,2938,0,0,0}-{2556,2911,0,0,0}-{2558,2910,0,0,0}-{2558,2909,0,0,0}-{2558,2918,0,0,0}-{2559,2930,0,0,0}-{2557,2915,0,0,0}-{2557,2931,0,0,0}-{2558,2935,0,0,0}-{2555,2936,0,0,0}-{2553,2936,0,0,0}-{2553,2933,0,0,0}-{2553,2934,0,0,0}-{2506,2908,0,0,0}-{2507,2908,0,0,0}-{2510,2906,0,0,0}-{2509,2907,0,0,0}-{2508,2907,0,0,0}-{2506,2904,0,0,0}-{2508,2904,0,0,0}-{2504,2906,0,0,0}-{2506,2909,0,0,0}-{2508,2904,0,0,0}-{2506,2902,0,0,0}-{2504,2903,0,0,0}-{2504,2902,0,0,0}-{2525,2899,0,0,0}-{2523,2897,0,0,0}-{2522,2897,0,0,0}-{2523,2895,0,0,0}-{2521,2893,0,0,0}-{2523,2893,0,0,0}-{2506,2888,0,0,0}-{2509,2889,0,0,0}-{2505,2889,0,0,0}-{2508,2888,0,0,0}-{2506,2887,0,0,0}-{2505,2887,0,0,0}-{2554,2935,0,0,0}-{2552,2935,0,0,0}-{2557,2934,0,0,0}-{2554,2934,0,0,0}-{2558,2933,0,0,0}-{2559,2931,0,0,0}-{2558,2916,0,0,0}-{2557,2917,0,0,0}-{2555,2915,0,0,0}-{2557,2914,0,0,0}-{2554,2912,0,0,0}-{2556,2912,0,0,0}-{2559,2909,0,0,0}-{2558,2909,0,0,0}-{2527,2894,0,0,0}-{2525,2894,0,0,0}-{2523,2895,0,0,0}-{2522,2894,0,0,0}-{2508,2890,0,0,0}-{2508,2891,0,0,0}-{2503,2905,0,0,0}-{2503,2907,0,0,0}-{2506,2902,0,0,0}-{2506,2904,0,0,0}-{2504,2894,0,0,0}-{2506,2894,0,0,0}-{2506,2892,0,0,0}-{2508,2904,0,0,0}-{2506,2891,0,0,0}-{2524,2901,0,0,0}-{2526,2901,0,0,0}-{2524,2894,0,0,0}-{2525,2894,0,0,0}-{2527,2894,0,0,0}-{2523,2896,0,0,0}-{2525,2896,0,0,0}-{2507,2903,0,0,0}-{2507,2905,0,0,0}-{2505,2902,0,0,0}-{2506,2904,0,0,0}-{2505,2907,0,0,0}-{2506,2905,0,0,0}-{2505,2905,0,0,0}-{2504,2906,0,0,0}-{2506,2894,0,0,0}-{2504,2894,0,0,0}-{2507,2891,0,0,0}-{2507,2887,0,0,0}-{2506,2891,0,0,0}-{2506,2907,0,0,0}-{2501,2938,0,0,0}-{2501,2940,0,0,0}-{2503,2938,0,0,0}-"
- },
- {
- "npc_id": "5079",
- "loc_data": "{2323,3538,0,1,6}-{2319,3539,0,1,6}-{2321,3545,0,1,5}-{2324,3556,0,1,1}-{2358,3573,0,1,3}-{2360,3571,0,1,4}-{2342,3549,0,1,0}-{2357,3539,0,1,1}-{2357,3537,0,1,4}-{2357,3549,0,1,6}-{2322,3594,0,1,5}-{2323,3594,0,1,1}-{2323,3602,0,1,1}-{2326,3602,0,1,4}-{2324,3622,0,1,1}-{2326,3630,0,1,6}-{2347,3617,0,1,7}-{2341,3615,0,1,3}-{2339,3596,0,1,3}-{2329,3584,0,1,6}-{2337,3589,0,1,5}-{2371,3560,0,1,3}-"
- },
- {
- "npc_id": "5080",
- "loc_data": "{2562,2927,0,1,4}-{2466,2878,0,1,6}-{2464,2832,0,1,2}-{2490,2877,0,1,1}-{2467,2881,0,1,7}-{2557,2915,0,1,3}-{2557,2921,0,1,1}-{2556,2938,0,1,7}-{2551,2930,0,1,6}-{2558,2912,0,1,4}-{2558,2909,0,1,3}-{2557,2932,0,1,6}-{2556,2935,0,1,1}-{2555,2915,0,1,2}-{2553,2935,0,1,4}-{2559,2918,0,1,4}-{2508,2909,0,1,3}-{2501,2912,0,1,6}-{2507,2907,0,1,1}-{2505,2902,0,1,2}-{2504,2896,0,1,2}-{2522,2895,0,1,3}-{2526,2897,0,1,1}-{2527,2904,0,1,0}-{2507,2889,0,1,4}-{2553,2935,0,1,1}-{2556,2931,0,1,5}-{2555,2915,0,1,6}-{2559,2911,0,1,4}-{2559,2918,0,1,3}-{2527,2896,0,1,4}-{2533,2896,0,1,5}-{2508,2890,0,1,4}-{2522,2895,0,1,2}-{2496,2897,0,1,1}-{2506,2906,0,1,0}-{2506,2894,0,1,3}-{2506,2902,0,1,6}-{2499,2942,0,1,7}-{2496,2936,0,1,4}-{2498,2939,0,1,3}-{2545,2948,0,1,2}-"
- },
- {
- "npc_id": "5081",
- "loc_data": "{2318,3501,0,1,5}-{2316,3502,0,1,6}-{2317,3512,0,1,6}-{2315,3512,0,1,5}-{2312,3504,0,1,1}-{2307,3513,0,1,6}-{2311,3517,0,1,0}-{2320,3517,0,1,1}-{2309,3520,0,1,6}-"
- },
- {
- "npc_id": "5082",
- "loc_data": "{2561,2913,0,1,1}-{2561,2918,0,1,7}-{2560,2915,0,1,1}-{2566,2881,0,1,7}-{2568,2917,0,1,6}-{2568,2918,0,1,4}-{2568,2885,0,1,4}-{2487,2878,0,1,4}-{2554,2894,0,1,4}-{2538,2897,0,1,6}-{2545,2899,0,1,3}-{2559,2908,0,1,6}-{2557,2920,0,1,4}-{2553,2913,0,1,4}-{2544,2910,0,1,2}-{2547,2909,0,1,4}-{2537,2906,0,1,5}-{2525,2914,0,1,3}-{2555,2920,0,1,6}-{2557,2908,0,1,6}-{2539,2920,0,1,1}-{2528,2915,0,1,4}-{2527,2904,0,1,0}-{2518,2901,0,1,5}-{2528,2902,0,1,1}-{2529,2918,0,1,6}-{2557,2915,0,1,7}-{2546,2912,0,1,3}-{2542,2911,0,1,5}-{2548,2910,0,1,6}-{2554,2907,0,1,1}-{2548,2896,0,1,5}-{2545,2895,0,1,6}-{2544,2910,0,1,7}-{2536,2895,0,1,3}-{2538,2902,0,1,6}-{2523,2910,0,1,3}-{2533,2910,0,1,2}-"
- },
- {
- "npc_id": "5083",
- "loc_data": "{2621,3835,1,1,4}-{2708,3772,0,1,0}-{2714,3765,0,1,0}-{2699,3780,0,1,4}-{2694,3785,0,1,4}-{2717,3776,0,1,0}-{2718,3784,0,1,0}-{2723,3786,0,1,0}-{2725,3833,1,1,0}-{2728,3776,0,1,0}-"
- },
- {
- "npc_id": "5084",
- "loc_data": "{2724,3771,0,1,0}-{2738,3769,0,1,0}-{2703,3829,1,1,0}-{2708,3824,1,1,0}-{2714,3826,1,1,0}-{2722,3833,1,1,0}-{2737,3776,0,1,0}-"
- },
- {
- "npc_id": "5085",
- "loc_data": "{2328,3526,0,0,0}-{2313,3528,0,0,0}-{2312,3542,0,0,0}-{2312,3544,0,0,0}-{2323,3543,0,0,0}-{2325,3544,0,0,0}-{2328,3539,0,0,0}-{2311,3564,0,0,0}-{2332,3548,0,0,0}-{2335,3545,0,0,0}-{2320,3580,0,0,0}-{2325,3582,0,0,0}-{2330,3583,0,0,0}-{2355,3573,0,0,0}-{2359,3571,0,0,0}-{2352,3567,0,0,0}-{2361,3554,0,0,0}-{2329,3561,0,0,0}-{2341,3560,0,0,0}-{2344,3543,0,0,0}-{2342,3539,0,0,0}-{2349,3547,0,0,0}-{2352,3545,0,0,0}-{2334,3522,0,0,0}-{2310,3585,0,0,0}-{2324,3584,0,0,0}-{2312,3587,0,0,0}-{2316,3599,0,0,0}-{2324,3599,0,0,0}-{2323,3600,0,0,0}-{2315,3602,0,0,0}-{2309,3605,0,0,0}-{2316,3608,0,0,0}-{2315,3608,0,0,0}-{2325,3614,0,0,0}-{2313,3620,0,0,0}-{2333,3612,0,0,0}-{2331,3608,0,0,0}-{2331,3604,0,0,0}-{2346,3591,0,0,0}-{2369,3573,0,0,0}-{2372,3561,0,0,0}-"
- },
- {
- "npc_id": "5086",
- "loc_data": "{2321,3593,0,1,1}-{2322,3597,0,1,0}-{2309,3603,0,1,5}-{2306,3607,0,1,0}-{2305,3619,0,1,1}-{2309,3618,0,1,6}-{2322,3627,0,1,3}-{2324,3614,0,1,1}-{2323,3614,0,1,1}-{2323,3629,0,1,6}-{2329,3633,0,1,4}-{2328,3634,0,1,3}-{2311,3642,0,1,1}-{2307,3644,0,1,6}-{2318,3645,0,1,1}-{2323,3645,0,1,3}-{2333,3629,0,1,3}-{2340,3641,0,1,7}-{2343,3640,0,1,6}-{2335,3633,0,1,6}-"
- },
- {
- "npc_id": "5087",
- "loc_data": "{2712,3774,0,1,3}-{2715,3772,0,1,3}-{2720,3767,0,1,4}-{2712,3766,0,1,0}-{2718,3767,0,1,7}-{2719,3771,0,1,3}-{2706,3776,0,1,4}-{2716,3778,0,1,4}-"
- },
- {
- "npc_id": "5088",
- "loc_data": "{2586,2883,0,1,6}-{2589,2909,0,1,1}-{2574,2915,0,1,3}-{2572,2928,0,1,3}-{2567,2932,0,1,6}-{2568,2933,0,1,0}-{2585,2884,0,1,5}-{2577,2890,0,1,0}-{2578,2918,0,1,1}-{2568,2934,0,1,1}-{2574,2930,0,1,1}-{2576,2928,0,1,4}-{2580,2889,0,1,1}-{2580,2886,0,1,1}-{2580,2886,0,1,0}-{2572,2900,0,1,4}-{2572,2896,0,1,3}-{2568,2905,0,1,4}-{2536,2872,0,1,4}-{2536,2872,0,1,6}-{2536,2872,0,1,4}-{2536,2872,0,1,6}-{2536,2872,0,1,3}-{2536,2864,0,1,7}-{2512,2864,0,1,6}-{2512,2864,0,1,1}-{2538,2889,0,1,3}-{2538,2902,0,1,4}-"
- },
- {
- "npc_id": "5089",
- "loc_data": "{2315,3523,0,1,1}-{2315,3530,0,1,6}-{2308,3536,0,1,4}-{2307,3538,0,1,1}-{2325,3551,0,1,3}-{2316,3559,0,1,1}-{2312,3559,0,1,1}-{2310,3572,0,1,3}-{2334,3552,0,1,4}-{2308,3582,0,1,2}-{2363,3579,0,1,1}-{2363,3577,0,1,1}-{2350,3568,0,1,1}-{2352,3561,0,1,1}-{2346,3547,0,1,7}-{2347,3546,0,1,3}-{2363,3541,0,1,1}-{2362,3536,0,1,2}-{2350,3526,0,1,7}-{2350,3521,0,1,4}-{2351,3562,0,1,0}-{2310,3574,0,1,6}-"
- },
- {
- "npc_id": "5093",
- "loc_data": "{2375,3607,0,0,0}-"
- },
- {
- "npc_id": "5098",
- "loc_data": "{2376,3582,0,1,6}-{2378,3582,0,1,1}-{2383,3582,0,1,5}-{2372,3592,0,1,5}-{2370,3587,0,1,3}-{2371,3586,0,1,6}-{2393,3590,0,1,6}-"
- },
- {
- "npc_id": "5099",
- "loc_data": "{2366,3577,0,1,4}-{2365,3597,0,1,5}-{2372,3573,0,1,1}-{2369,3588,0,1,4}-{2377,3584,0,1,1}-{2385,3590,0,1,3}-{2388,3598,0,1,3}-"
- },
- {
- "npc_id": "5100",
- "loc_data": "{2369,3579,0,1,5}-{2373,3575,0,1,1}-{2390,3588,0,1,4}-"
- },
- {
- "npc_id": "5103",
- "loc_data": "{2733,3777,0,1,6}-{2731,3784,0,1,4}-{2735,3790,0,1,6}-{2741,3783,0,1,2}-{2738,3790,0,1,1}-{2731,3783,0,1,1}-{2724,3791,0,1,4}-"
- },
- {
- "npc_id": "5104",
- "loc_data": "{2564,2896,0,0,4}-{2571,2882,0,1,1}-{2573,2900,0,1,3}-{2551,2890,0,0,1}-{2541,2899,0,0,0}-{2552,2910,0,0,0}-{2558,2881,0,0,0}-{2543,2899,0,0,0}-{2545,2925,0,0,0}-{2549,2905,0,1,3}-"
- },
- {
- "npc_id": "5105",
- "loc_data": "{2785,3006,0,1,0}-{2775,2996,0,1,0}-{2780,3017,0,1,0}-{2766,3013,0,1,0}-"
- },
- {
- "npc_id": "5109",
- "loc_data": "{3443,2902,0,1,3}-"
- },
- {
- "npc_id": "5110",
- "loc_data": "{2566,3084,0,1,6}-"
- },
- {
- "npc_id": "5111",
- "loc_data": "{2569,3083,0,1,1}-"
- },
- {
- "npc_id": "5112",
- "loc_data": "{2712,3833,1,1,1}-"
- },
- {
- "npc_id": "5113",
- "loc_data": "{2525,2916,0,1,5}-"
- },
- {
- "npc_id": "5114",
- "loc_data": "{3411,3076,0,1,6}-{3415,3075,0,1,1}-{3406,3093,0,1,3}-{3413,3078,0,1,1}-{3403,3093,0,1,1}-{3412,3081,0,1,3}-{3405,3099,0,1,3}-{3405,3102,0,1,0}-{3406,3098,0,1,4}-{3401,3099,0,1,7}-{3405,3093,0,1,4}-{3404,3085,0,1,5}-{3402,3094,0,1,6}-{3399,3096,0,1,1}-{3405,3088,0,1,3}-{3411,3088,0,1,2}-"
- },
- {
- "npc_id": "5115",
- "loc_data": "{2451,3219,0,1,3}-{2448,3221,0,1,3}-{2476,3236,0,1,3}-{2450,3226,0,1,6}-{2474,3239,0,1,0}-{2470,3240,0,1,2}-{2468,3243,0,1,0}-{2455,3219,0,1,6}-{2449,3225,0,1,7}-{2445,3226,0,1,2}-{2467,3241,0,1,1}-{2452,3221,0,1,3}-{2473,3235,0,1,7}-{2472,3241,0,1,4}-{2475,3237,0,1,3}-"
- },
- {
- "npc_id": "5116",
- "loc_data": "{3291,3675,0,1,6}-{3293,3678,0,1,1}-{3302,3671,0,1,0}-{3299,3666,0,1,5}-{3319,3662,0,1,2}-{3309,3661,0,1,5}-{3321,3661,0,1,1}-{3298,3672,0,1,0}-{3316,3657,0,1,4}-{3302,3667,0,1,1}-{3302,3666,0,1,3}-{3315,3663,0,1,1}-"
- },
- {
- "npc_id": "5117",
- "loc_data": "{3537,3449,0,1,2}-{3535,3447,0,1,6}-{3539,3447,0,1,2}-{3533,3446,0,1,1}-{3549,3439,0,1,4}-{3547,3439,0,1,7}-{3549,3439,0,1,4}-"
- },
- {
- "npc_id": "5120",
- "loc_data": "{2326,3488,0,1,2}-{2325,3483,0,1,2}-{2315,3482,0,1,2}-{2336,3491,0,1,2}-"
- },
- {
- "npc_id": "5125",
- "loc_data": "{2316,3501,0,0,0}-"
- },
- {
- "npc_id": "5138",
- "loc_data": "{2607,3264,0,0,0}-"
- },
- {
- "npc_id": "5139",
- "loc_data": "{2607,3260,0,0,0}-"
- },
- {
- "npc_id": "5146",
- "loc_data": "{2925,3324,0,1,0}-{3205,3263,0,0,0}-"
- },
- {
- "npc_id": "5147",
- "loc_data": "{3207,3270,0,1,0}-"
- },
- {
- "npc_id": "5148",
- "loc_data": "{3229,3347,0,1,1}-{3238,3347,0,1,1}-"
- },
- {
- "npc_id": "5149",
- "loc_data": "{3233,3350,0,1,0}-"
- },
- {
- "npc_id": "5156",
- "loc_data": "{3195,3265,0,1,0}-{3199,3267,0,1,0}-{3203,3262,0,1,5}-"
- },
- {
- "npc_id": "5157",
- "loc_data": "{3194,3265,0,1,0}-{3205,3262,0,1,1}-{3201,3274,0,1,0}-"
- },
- {
- "npc_id": "5160",
- "loc_data": "{3195,3272,0,1,0}-{3195,3268,0,1,0}-{3205,3270,0,1,4}-{3249,3345,0,1,5}-"
- },
- {
- "npc_id": "5161",
- "loc_data": "{2926,3326,0,1,6}-{2924,3324,0,1,1}-{3210,3273,0,1,6}-{3233,3340,0,1,5}-{3241,3344,0,1,3}-"
- },
- {
- "npc_id": "5164",
- "loc_data": "{2410,4456,0,1,1}-{2415,4429,0,1,2}-"
- },
- {
- "npc_id": "5166",
- "loc_data": "{2811,3687,0,1,0}-"
- },
- {
- "npc_id": "5167",
- "loc_data": "{2810,3684,0,1,0}-"
- },
- {
- "npc_id": "5168",
- "loc_data": "{3199,3270,0,1,1}-{2658,4713,0,1,0}-{3209,3259,0,1,3}-{3260,3349,0,1,0}-"
- },
- {
- "npc_id": "5169",
- "loc_data": "{3196,3275,0,1,0}-{2657,4705,0,1,0}-{3234,3345,0,1,0}-"
- },
- {
- "npc_id": "5170",
- "loc_data": "{3052,3516,0,1,0}-"
- },
- {
- "npc_id": "5171",
- "loc_data": "{2860,10054,1,0,0}-"
- },
- {
- "npc_id": "5173",
- "loc_data": "{2769,3611,0,1,7}-{2768,3607,0,1,6}-{2764,3612,0,1,2}-{2763,3608,0,1,6}-{2762,3611,0,1,4}-{2765,3606,0,1,0}-"
- },
- {
- "npc_id": "5199",
- "loc_data": "{3093,3357,0,0,0}-"
- },
- {
- "npc_id": "5200",
- "loc_data": "{3099,3369,0,1,1}-"
- },
- {
- "npc_id": "5202",
- "loc_data": "{3621,3528,0,1,4}-"
- },
- {
- "npc_id": "5249",
- "loc_data": "{3321,3431,0,0,1}-"
- },
- {
- "npc_id": "5258",
- "loc_data": "{2666,2651,0,0,1}-{2668,2651,0,0,1}-"
- },
- {
- "npc_id": "5260",
- "loc_data": "{2665,2651,0,0,1}-{2667,2651,0,0,1}-"
- },
- {
- "npc_id": "5277",
- "loc_data": "{3264,2784,0,0,4}-{3264,2785,0,0,4}-"
- },
- {
- "npc_id": "5291",
- "loc_data": "{3300,2792,0,0,6}-{3282,2807,0,0,6}-{3285,2811,0,0,1}-{3283,2772,0,1,5}-{3281,2771,0,1,7}-{3283,2776,0,1,6}-{3278,2770,0,1,6}-"
- },
- {
- "npc_id": "5298",
- "loc_data": "{2499,3286,0,1,6}-"
- },
- {
- "npc_id": "5300",
- "loc_data": "{2500,3283,0,1,0}-"
- },
- {
- "npc_id": "5303",
- "loc_data": "{2506,3284,0,1,6}-"
- },
- {
- "npc_id": "5310",
- "loc_data": "{3212,3682,0,1,0}-{3228,3680,0,1,6}-{3230,3683,0,1,1}-{3234,3692,0,1,5}-"
- },
- {
- "npc_id": "5311",
- "loc_data": "{3231,3673,0,1,0}-{3225,3677,0,1,3}-{3229,3689,0,1,4}-{3239,3681,0,1,4}-{3236,3694,0,1,6}-"
- },
- {
- "npc_id": "5312",
- "loc_data": "{3210,3667,0,1,4}-{3217,3688,0,1,4}-{3241,3694,0,1,3}-"
- },
- {
- "npc_id": "5313",
- "loc_data": "{3224,3686,0,1,5}-{3243,3688,0,1,1}-{3242,3687,0,1,0}-"
- },
- {
- "npc_id": "5314",
- "loc_data": "{2588,9491,0,1,3}-{2585,9492,0,1,3}-{2586,9491,0,1,5}-{2591,9492,0,1,3}-"
- },
- {
- "npc_id": "5316",
- "loc_data": "{2497,3292,0,1,3}-"
- },
- {
- "npc_id": "5318",
- "loc_data": "{2511,3287,0,1,3}-"
- },
- {
- "npc_id": "5323",
- "loc_data": "{3221,3693,0,1,6}-"
- },
- {
- "npc_id": "5324",
- "loc_data": "{3221,3682,0,1,4}-"
- },
- {
- "npc_id": "5325",
- "loc_data": "{3223,3675,0,1,6}-{3237,3692,0,1,7}-"
- },
- {
- "npc_id": "5326",
- "loc_data": "{3232,3685,0,1,0}-"
- },
- {
- "npc_id": "5327",
- "loc_data": "{3229,3678,0,1,6}-"
- },
- {
- "npc_id": "5332",
- "loc_data": "{3102,3571,0,1,3}-{2855,9571,0,1,0}-{3368,9748,0,1,0}-{3378,9757,0,1,0}-{3383,9746,0,1,0}-{3368,9812,0,1,0}-{3378,9821,0,1,0}-{3383,9810,0,1,0}-{2887,9822,0,1,0}-{2884,9824,0,1,0}-{3008,3595,0,1,0}-{3018,3584,0,1,0}-{3022,3595,0,1,0}-"
- },
- {
- "npc_id": "5333",
- "loc_data": "{3116,3524,0,1,4}-{3106,3548,0,1,2}-{2860,9571,0,1,7}-{3376,9751,0,1,0}-{3380,9756,0,1,0}-{3376,9815,0,1,0}-{3380,9820,0,1,0}-{2886,9816,0,1,0}-{3013,3586,0,1,0}-{3013,3602,0,1,0}-{3025,3597,0,1,0}-"
- },
- {
- "npc_id": "5334",
- "loc_data": "{3107,3528,0,1,1}-{2859,9572,0,1,6}-{3377,9743,0,1,0}-{3377,9754,0,1,0}-{3377,9807,0,1,0}-{3377,9818,0,1,0}-{2885,9819,0,1,0}-{3012,3597,0,1,0}-{3018,3592,0,1,0}-{3018,3599,0,1,0}-{3025,3590,0,1,0}-"
- },
- {
- "npc_id": "5337",
- "loc_data": "{2846,3250,0,1,7}-{2834,3233,0,1,5}-{3100,3563,0,1,1}-{2832,9656,0,1,6}-{3179,3786,0,1,0}-{2885,9825,0,1,0}-{3003,10347,0,1,7}-{3003,10350,0,1,6}-{3003,10357,0,1,4}-{2996,10343,0,1,3}-{2993,10346,0,1,4}-"
- },
- {
- "npc_id": "5338",
- "loc_data": "{2843,3248,0,1,1}-{2840,3240,0,1,3}-{3119,3565,0,1,1}-{2838,9648,0,1,5}-{2831,9654,0,1,1}-{2989,3944,0,1,4}-{2994,10349,0,1,5}-{2998,10350,0,1,0}-{3003,10350,0,1,4}-"
- },
- {
- "npc_id": "5339",
- "loc_data": "{2844,3239,0,1,0}-{3095,3554,0,1,4}-{2831,9655,0,1,7}-"
- },
- {
- "npc_id": "5340",
- "loc_data": "{2848,3246,0,1,3}-{3112,3573,0,1,6}-{2833,9655,0,1,6}-{2982,3947,0,1,0}-"
- },
- {
- "npc_id": "5341",
- "loc_data": "{2840,9633,0,1,1}-{2844,9634,0,1,6}-{2842,9637,0,1,3}-{2641,9889,0,1,0}-{2648,9890,0,1,0}-{2657,9894,0,1,0}-{2658,9888,0,1,0}-"
- },
- {
- "npc_id": "5342",
- "loc_data": "{3276,3659,0,1,0}-"
- },
- {
- "npc_id": "5343",
- "loc_data": "{3282,3662,0,1,0}-"
- },
- {
- "npc_id": "5345",
- "loc_data": "{2501,3294,0,1,3}-"
- },
- {
- "npc_id": "5346",
- "loc_data": "{3279,3654,0,1,0}-"
- },
- {
- "npc_id": "5347",
- "loc_data": "{3288,3650,0,1,0}-"
- },
- {
- "npc_id": "5348",
- "loc_data": "{3290,3653,0,1,0}-"
- },
- {
- "npc_id": "5349",
- "loc_data": "{3099,3354,1,1,3}-"
- },
- {
- "npc_id": "5350",
- "loc_data": "{3116,3367,1,1,3}-"
- },
- {
- "npc_id": "5351",
- "loc_data": "{3110,3358,1,1,1}-"
- },
- {
- "npc_id": "5352",
- "loc_data": "{3121,3359,1,1,4}-"
- },
- {
- "npc_id": "5355",
- "loc_data": "{2873,2950,0,0,0}-{2876,2951,0,0,0}-"
- },
- {
- "npc_id": "5356",
- "loc_data": "{2877,2958,0,0,0}-"
- },
- {
- "npc_id": "5357",
- "loc_data": "{2876,2958,0,0,0}-"
- },
- {
- "npc_id": "5358",
- "loc_data": "{2874,2954,0,0,6}-"
- },
- {
- "npc_id": "5359",
- "loc_data": "{2627,5093,0,1,0}-{2629,5061,0,1,0}-{2638,5090,0,1,0}-{2651,5105,0,1,0}-{2654,5079,0,1,0}-{2663,5116,0,1,0}-{2683,5059,0,1,0}-{2685,5111,0,1,0}-{2693,5065,0,1,0}-{2693,5089,0,1,0}-{2704,5091,0,1,0}-{2710,5095,0,1,0}-{2712,5076,0,1,0}-{2714,5108,0,1,0}-{2716,5092,0,1,0}-{2719,5071,0,1,0}-{2722,5061,0,1,0}-{2732,5087,0,1,0}-{2739,5078,0,1,0}-{2740,5104,0,1,0}-{2747,5083,0,1,0}-"
- },
- {
- "npc_id": "5361",
- "loc_data": "{3176,5543,0,1,3}-{3191,5542,0,1,4}-{3175,5543,0,1,2}-{3178,5541,0,1,2}-{3187,5542,0,1,3}-{3192,5545,0,1,2}-{3192,5542,0,1,3}-{3179,5549,0,1,6}-{1757,5358,0,1,5}-{1760,5357,0,1,5}-{1755,5352,0,1,5}-{1751,5342,0,1,3}-{1745,5342,0,1,6}-{1739,5342,0,1,3}-{1737,5344,0,1,7}-{1739,5347,0,1,6}-{1740,5350,0,1,5}-{1739,5355,0,1,3}-{1747,5363,0,1,4}-{1749,5363,0,1,4}-{1743,5360,0,1,3}-{1739,5356,0,1,0}-"
- },
- {
- "npc_id": "5362",
- "loc_data": "{1774,5361,0,1,3}-{1776,5350,0,1,3}-{1772,5342,0,1,1}-{1772,5336,0,1,4}-{1778,5328,0,1,7}-{1761,5334,0,1,4}-{1754,5337,0,1,7}-{1749,5331,0,0,1}-"
- },
- {
- "npc_id": "5363",
- "loc_data": "{1781,5340,1,1,5}-{1782,5356,1,1,1}-{1767,5343,1,1,6}-{1761,5338,1,1,3}-{1767,5332,1,1,6}-{1757,5326,1,1,7}-{1784,5329,1,1,1}-"
- },
- {
- "npc_id": "5364",
- "loc_data": "{1765,5344,0,1,3}-"
- },
- {
- "npc_id": "5365",
- "loc_data": "{2354,5191,0,1,4}-{2351,5191,0,1,5}-"
- },
- {
- "npc_id": "5366",
- "loc_data": "{2357,5196,0,1,2}-{2356,5188,0,1,4}-{2343,5195,0,1,6}-{2335,5202,0,1,3}-{2323,5211,0,1,1}-"
- },
- {
- "npc_id": "5367",
- "loc_data": "{3092,3717,0,1,0}-{3105,3721,0,1,0}-{3113,3740,0,1,0}-{2312,5189,0,1,7}-"
- },
- {
- "npc_id": "5368",
- "loc_data": "{3096,3738,0,1,0}-{3102,3716,0,1,0}-{3118,3733,0,1,0}-{3128,3741,0,1,0}-"
- },
- {
- "npc_id": "5369",
- "loc_data": "{2345,5195,0,1,3}-{2323,5227,0,1,5}-{2319,5223,0,1,6}-{2264,5136,0,1,1}-"
- },
- {
- "npc_id": "5370",
- "loc_data": "{2347,5195,0,1,3}-{2323,5225,0,1,3}-{2319,5227,0,1,0}-{2323,5227,0,1,3}-{2318,5227,0,1,0}-{2326,5227,0,1,6}-"
- },
- {
- "npc_id": "5371",
- "loc_data": "{2356,5204,0,1,1}-{2324,5223,0,1,1}-"
- },
- {
- "npc_id": "5375",
- "loc_data": "{2029,5236,0,1,6}-{2031,5235,0,1,1}-{2029,5230,0,1,3}-"
- },
- {
- "npc_id": "5376",
- "loc_data": "{2031,5233,0,1,1}-"
- },
- {
- "npc_id": "5377",
- "loc_data": "{2004,5189,0,1,3}-{2002,5207,0,1,3}-{2009,5199,0,1,5}-{2004,5203,0,1,6}-{1989,5192,0,1,6}-{1988,5187,0,1,6}-"
- },
- {
- "npc_id": "5378",
- "loc_data": "{1993,5192,0,1,5}-{1999,5190,0,1,6}-{1989,5187,0,1,4}-{2008,5205,0,1,4}-"
- },
- {
- "npc_id": "5379",
- "loc_data": "{1952,5192,0,1,5}-{1995,5240,0,1,5}-{2010,5186,0,1,4}-{2023,5190,0,1,1}-"
- },
- {
- "npc_id": "5380",
- "loc_data": "{1952,5192,0,1,2}-{2028,5192,0,1,0}-{2031,5186,0,1,0}-{2027,5194,0,1,0}-{2021,5188,0,1,0}-"
- },
- {
- "npc_id": "5383",
- "loc_data": "{3194,4569,0,0,0}-"
- },
- {
- "npc_id": "5384",
- "loc_data": "{3165,4598,0,0,0}-{3167,4577,0,0,0}-"
- },
- {
- "npc_id": "5385",
- "loc_data": "{3191,4595,1,1,1}-{3191,4601,1,1,2}-"
- },
- {
- "npc_id": "5386",
- "loc_data": "{3143,4595,0,1,1}-{3145,4598,0,1,3}-{3182,4577,0,1,1}-{3187,4578,0,1,0}-{3158,4589,1,1,7}-{3194,4599,1,1,4}-"
- },
- {
- "npc_id": "5387",
- "loc_data": "{3158,4584,0,1,4}-{3159,4577,0,1,6}-{3169,4587,0,1,1}-{3152,4569,1,1,1}-"
- },
- {
- "npc_id": "5388",
- "loc_data": "{3156,4567,2,1,0}-"
- },
- {
- "npc_id": "5389",
- "loc_data": "{3157,4568,0,1,6}-{3185,4562,0,1,3}-"
- },
- {
- "npc_id": "5390",
- "loc_data": "{3182,4562,0,1,3}-{3185,4560,0,1,3}-"
- },
- {
- "npc_id": "5391",
- "loc_data": "{3158,4552,0,1,4}-{3163,4569,0,1,1}-{3177,4549,0,1,3}-{3184,4550,0,1,3}-{3158,4560,1,1,4}-{3174,4566,1,1,1}-{3195,4577,1,1,6}-"
- },
- {
- "npc_id": "5393",
- "loc_data": "{3146,4596,0,1,1}-{3163,4598,0,1,3}-{3155,4591,1,1,3}-"
- },
- {
- "npc_id": "5394",
- "loc_data": "{3167,4589,0,1,6}-{3172,4598,0,1,1}-{2677,9688,0,1,1}-{2676,9679,0,1,4}-{2669,9681,0,1,1}-"
- },
- {
- "npc_id": "5395",
- "loc_data": "{3141,4598,0,1,3}-{3170,4592,0,1,6}-{3144,4589,1,1,3}-"
- },
- {
- "npc_id": "5396",
- "loc_data": "{3145,4583,1,1,0}-"
- },
- {
- "npc_id": "5397",
- "loc_data": "{3155,4583,0,1,3}-{3176,4576,1,1,3}-"
- },
- {
- "npc_id": "5398",
- "loc_data": "{3145,4574,1,1,3}-{3182,4586,1,1,3}-"
- },
- {
- "npc_id": "5399",
- "loc_data": "{3140,4557,2,1,4}-{3188,4578,2,1,1}-"
- },
- {
- "npc_id": "5400",
- "loc_data": "{3175,4579,1,1,6}-{3142,4560,2,1,3}-{3159,4569,2,1,1}-"
- },
- {
- "npc_id": "5401",
- "loc_data": "{3151,4573,1,1,4}-"
- },
- {
- "npc_id": "5402",
- "loc_data": "{3154,4559,0,1,6}-{3171,4571,1,1,6}-{3179,4586,1,1,1}-"
- },
- {
- "npc_id": "5403",
- "loc_data": "{3141,4557,0,1,4}-{3182,4577,2,1,6}-"
- },
- {
- "npc_id": "5404",
- "loc_data": "{3143,4555,0,1,4}-{3144,4549,1,1,4}-{3190,4587,1,1,1}-{3186,4576,2,1,3}-"
- },
- {
- "npc_id": "5405",
- "loc_data": "{3163,4559,0,1,4}-{3146,4565,1,1,3}-{3195,4582,1,1,6}-"
- },
- {
- "npc_id": "5406",
- "loc_data": "{3159,4603,1,1,1}-"
- },
- {
- "npc_id": "5407",
- "loc_data": "{3141,4547,1,1,3}-"
- },
- {
- "npc_id": "5408",
- "loc_data": "{3170,4559,1,1,4}-"
- },
- {
- "npc_id": "5409",
- "loc_data": "{3173,4550,0,1,6}-{3190,4551,0,1,2}-"
- },
- {
- "npc_id": "5410",
- "loc_data": "{3190,4561,0,1,5}-"
- },
- {
- "npc_id": "5413",
- "loc_data": "{3187,5450,0,1,6}-{3177,5453,0,1,6}-"
- },
- {
- "npc_id": "5414",
- "loc_data": "{3176,5454,0,1,3}-{3182,5447,0,1,3}-"
- },
- {
- "npc_id": "5423",
- "loc_data": "{3212,3263,0,0,0}-"
- },
- {
- "npc_id": "5424",
- "loc_data": "{2594,3269,0,0,0}-"
- },
- {
- "npc_id": "5439",
- "loc_data": "{3017,3277,0,0,0}-"
- },
- {
- "npc_id": "5445",
- "loc_data": "{2596,3269,0,1,4}-{2571,3907,0,1,7}-{2571,3907,0,1,3}-{2569,3908,0,1,3}-{2571,3908,0,1,3}-{2572,3906,0,1,6}-"
- },
- {
- "npc_id": "5463",
- "loc_data": "{2324,3809,0,1,0}-{2317,3802,0,1,0}-"
- },
- {
- "npc_id": "5473",
- "loc_data": "{2377,10212,0,1,0}-{2392,10226,0,1,0}-{2407,10228,0,1,0}-{2406,10214,0,1,0}-{2420,10214,0,1,0}-"
- },
- {
- "npc_id": "5474",
- "loc_data": "{2390,10216,0,1,0}-{2417,10228,0,1,0}-{2385,10227,0,1,0}-"
- },
- {
- "npc_id": "5475",
- "loc_data": "{2396,10232,0,1,0}-{2402,10225,0,1,0}-{2420,10221,0,1,0}-"
- },
- {
- "npc_id": "5478",
- "loc_data": "{2407,3803,0,1,3}-"
- },
- {
- "npc_id": "5479",
- "loc_data": "{2407,3803,0,1,3}-"
- },
- {
- "npc_id": "5480",
- "loc_data": "{2406,3803,0,1,3}-"
- },
- {
- "npc_id": "5481",
- "loc_data": "{2644,3709,0,1,0}-"
- },
- {
- "npc_id": "5482",
- "loc_data": "{2422,3781,0,1,0}-"
- },
- {
- "npc_id": "5483",
- "loc_data": "{2395,3796,0,1,2}-"
- },
- {
- "npc_id": "5484",
- "loc_data": "{2418,3816,0,1,3}-"
- },
- {
- "npc_id": "5485",
- "loc_data": "{2393,3796,0,1,2}-"
- },
- {
- "npc_id": "5486",
- "loc_data": "{2396,3805,0,1,3}-"
- },
- {
- "npc_id": "5487",
- "loc_data": "{2417,3815,0,1,3}-"
- },
- {
- "npc_id": "5488",
- "loc_data": "{2416,3799,0,0,1}-"
- },
- {
- "npc_id": "5489",
- "loc_data": "{2372,3801,2,0,3}-"
- },
- {
- "npc_id": "5490",
- "loc_data": "{2364,3800,2,0,4}-"
- },
- {
- "npc_id": "5491",
- "loc_data": "{2387,3800,0,0,3}-{2411,3795,0,0,6}-{2417,3825,0,0,1}-"
- },
- {
- "npc_id": "5492",
- "loc_data": "{2387,3797,0,0,3}-{2414,3825,0,0,1}-{2414,3795,0,0,6}-"
- },
- {
- "npc_id": "5493",
- "loc_data": "{2391,3800,0,1,5}-"
- },
- {
- "npc_id": "5494",
- "loc_data": "{2416,3808,0,1,5}-"
- },
- {
- "npc_id": "5495",
- "loc_data": "{2406,3813,0,1,3}-"
- },
- {
- "npc_id": "5496",
- "loc_data": "{2402,3800,0,1,4}-"
- },
- {
- "npc_id": "5497",
- "loc_data": "{2376,10198,0,1,0}-{2384,10202,0,1,0}-{2390,10207,0,1,0}-{2385,10193,0,1,0}-{2419,10192,0,1,0}-{2412,10200,0,1,0}-"
- },
- {
- "npc_id": "5498",
- "loc_data": "{2412,3818,0,1,0}-{2412,3801,0,1,0}-{2392,3802,0,1,0}-"
- },
- {
- "npc_id": "5499",
- "loc_data": "{2403,3807,0,1,4}-"
- },
- {
- "npc_id": "5500",
- "loc_data": "{2395,3812,0,0,2}-"
- },
- {
- "npc_id": "5501",
- "loc_data": "{2408,3816,0,1,3}-"
- },
- {
- "npc_id": "5502",
- "loc_data": "{2409,3814,0,1,3}-"
- },
- {
- "npc_id": "5504",
- "loc_data": "{2336,3799,0,0,4}-"
- },
- {
- "npc_id": "5505",
- "loc_data": "{2334,3800,0,0,4}-"
- },
- {
- "npc_id": "5506",
- "loc_data": "{2334,3798,0,0,4}-"
- },
- {
- "npc_id": "5507",
- "loc_data": "{2311,3781,0,0,1}-"
- },
- {
- "npc_id": "5508",
- "loc_data": "{2646,3710,0,0,4}-"
- },
- {
- "npc_id": "5509",
- "loc_data": "{2336,3808,0,0,6}-"
- },
- {
- "npc_id": "5510",
- "loc_data": "{2333,3804,0,1,1}-"
- },
- {
- "npc_id": "5511",
- "loc_data": "{2327,3794,0,1,6}-"
- },
- {
- "npc_id": "5512",
- "loc_data": "{2319,3795,0,1,3}-"
- },
- {
- "npc_id": "5513",
- "loc_data": "{2352,3797,0,1,2}-"
- },
- {
- "npc_id": "5514",
- "loc_data": "{2333,3795,1,1,4}-{2337,3831,0,1,0}-{2321,3833,0,1,0}-{2399,3852,0,1,0}-"
- },
- {
- "npc_id": "5515",
- "loc_data": "{2330,3799,1,1,3}-{2327,3858,0,1,0}-{2321,3860,0,1,0}-{2343,3862,0,1,0}-"
- },
- {
- "npc_id": "5516",
- "loc_data": "{2329,3808,1,1,4}-{2347,3890,0,1,0}-{2347,3890,0,1,0}-{2393,3861,0,1,0}-"
- },
- {
- "npc_id": "5517",
- "loc_data": "{2328,3830,0,1,0}-{2335,3894,0,1,0}-{2403,3853,0,1,0}-{2405,3860,0,1,0}-"
- },
- {
- "npc_id": "5518",
- "loc_data": "{2338,3798,0,0,1}-"
- },
- {
- "npc_id": "5519",
- "loc_data": "{2338,3800,0,0,6}-"
- },
- {
- "npc_id": "5520",
- "loc_data": "{2338,3810,0,0,3}-"
- },
- {
- "npc_id": "5521",
- "loc_data": "{2324,3832,0,1,0}-{2350,3859,0,1,0}-{2350,3862,0,1,0}-{2352,3857,0,1,0}-{2375,3892,0,1,0}-{2388,3867,0,1,0}-{2384,3863,0,1,0}-{2387,3859,0,1,0}-"
- },
- {
- "npc_id": "5522",
- "loc_data": "{2362,3893,0,1,0}-{2323,3857,0,1,0}-{2331,3860,0,1,0}-{2390,3861,0,1,0}-{2395,3859,0,1,0}-"
- },
- {
- "npc_id": "5523",
- "loc_data": "{2367,3832,0,1,0}-{2319,3854,0,1,0}-{2324,3891,0,1,0}-{2406,3854,0,1,0}-{2405,3863,0,1,0}-{2400,3856,0,1,0}-"
- },
- {
- "npc_id": "5524",
- "loc_data": "{2340,3830,0,1,0}-{2338,3860,0,1,0}-{2339,3895,0,1,0}-{2411,3886,0,1,0}-{2396,3854,0,1,0}-"
- },
- {
- "npc_id": "5529",
- "loc_data": "{2323,3790,0,1,1}-{2323,3795,0,1,0}-{2322,3795,0,1,0}-{2317,3794,0,1,6}-{2317,3790,0,1,3}-{2321,3792,0,1,6}-"
- },
- {
- "npc_id": "5531",
- "loc_data": "{3323,3138,1,1,6}-"
- },
- {
- "npc_id": "5532",
- "loc_data": "{3320,3138,0,1,3}-"
- },
- {
- "npc_id": "5533",
- "loc_data": "{2904,5460,0,1,4}-"
- },
- {
- "npc_id": "5534",
- "loc_data": "{2900,5455,0,1,1}-"
- },
- {
- "npc_id": "5535",
- "loc_data": "{2903,5449,0,1,4}-"
- },
- {
- "npc_id": "5536",
- "loc_data": "{2905,5451,0,1,1}-"
- },
- {
- "npc_id": "5537",
- "loc_data": "{2905,5457,0,1,4}-"
- },
- {
- "npc_id": "5538",
- "loc_data": "{2912,5455,0,1,3}-"
- },
- {
- "npc_id": "5539",
- "loc_data": "{2922,5464,0,1,1}-"
- },
- {
- "npc_id": "5540",
- "loc_data": "{2924,5462,0,1,4}-"
- },
- {
- "npc_id": "5541",
- "loc_data": "{2924,5458,0,1,4}-"
- },
- {
- "npc_id": "5542",
- "loc_data": "{2930,5458,0,1,1}-"
- },
- {
- "npc_id": "5544",
- "loc_data": "{2931,5469,0,1,3}-"
- },
- {
- "npc_id": "5545",
- "loc_data": "{2925,5471,0,1,1}-"
- },
- {
- "npc_id": "5546",
- "loc_data": "{2931,5475,0,1,1}-"
- },
- {
- "npc_id": "5547",
- "loc_data": "{2907,5486,0,1,6}-"
- },
- {
- "npc_id": "5548",
- "loc_data": "{2907,5492,0,1,6}-"
- },
- {
- "npc_id": "5549",
- "loc_data": "{2910,5491,0,1,6}-"
- },
- {
- "npc_id": "5550",
- "loc_data": "{2915,5483,0,1,1}-"
- },
- {
- "npc_id": "5551",
- "loc_data": "{2922,5486,0,1,4}-"
- },
- {
- "npc_id": "5552",
- "loc_data": "{2921,5493,0,1,4}-"
- },
- {
- "npc_id": "5553",
- "loc_data": "{2899,5468,0,1,4}-"
- },
- {
- "npc_id": "5554",
- "loc_data": "{2894,5470,0,1,3}-"
- },
- {
- "npc_id": "5555",
- "loc_data": "{2898,5478,0,1,4}-"
- },
- {
- "npc_id": "5556",
- "loc_data": "{2896,5482,0,1,3}-"
- },
- {
- "npc_id": "5557",
- "loc_data": "{2894,5483,0,1,4}-"
- },
- {
- "npc_id": "5558",
- "loc_data": "{2894,5485,0,1,3}-"
- },
- {
- "npc_id": "5562",
- "loc_data": "{2913,5462,0,0,0}-{2900,5458,0,0,0}-{2908,5455,0,0,0}-{2910,5455,0,0,0}-{2913,5452,0,0,0}-{2914,5453,0,0,0}-"
- },
- {
- "npc_id": "5563",
- "loc_data": "{2911,5474,0,0,0}-"
- },
- {
- "npc_id": "5574",
- "loc_data": "{2836,3066,0,0,0}-"
- },
- {
- "npc_id": "5576",
- "loc_data": "{3072,3336,0,0,0}-{3063,3348,0,0,0}-"
- },
- {
- "npc_id": "5608",
- "loc_data": "{3786,2827,2,0,0}-"
- },
- {
- "npc_id": "5609",
- "loc_data": "{3786,2824,1,0,0}-"
- },
- {
- "npc_id": "5610",
- "loc_data": "{3785,2827,0,0,0}-"
- },
- {
- "npc_id": "5611",
- "loc_data": "{3784,2824,0,0,0}-"
- },
- {
- "npc_id": "5614",
- "loc_data": "{3779,2826,0,0,0}-{3789,2817,0,0,0}-{3794,2821,0,0,0}-{3808,2823,0,0,0}-{3812,2861,0,0,0}-{3813,2822,0,0,0}-{3818,2862,0,0,0}-{3819,2870,0,0,0}-{3821,2824,0,0,0}-{3831,2828,0,0,0}-"
- },
- {
- "npc_id": "5627",
- "loc_data": "{3808,2845,0,0,0}-{3812,2846,0,0,0}-{3815,2844,0,0,3}-{3819,2839,0,0,0}-{3819,2851,0,0,0}-{3819,2838,1,0,0}-{3823,2836,1,0,0}-{3823,2846,1,0,0}-"
- },
- {
- "npc_id": "5628",
- "loc_data": "{3810,2843,0,0,0}-{3813,2844,0,0,0}-{3821,2837,0,0,0}-{3820,2840,1,0,0}-{3820,2851,1,0,0}-{3823,2839,1,0,0}-"
- },
- {
- "npc_id": "5629",
- "loc_data": "{3811,2826,0,0,0}-"
- },
- {
- "npc_id": "5631",
- "loc_data": "{3827,2833,0,0,0}-"
- },
- {
- "npc_id": "5633",
- "loc_data": "{3815,2859,0,0,0}-"
- },
- {
- "npc_id": "5634",
- "loc_data": "{3793,2851,0,0,0}-"
- },
- {
- "npc_id": "5635",
- "loc_data": "{3784,2843,0,0,0}-"
- },
- {
- "npc_id": "5637",
- "loc_data": "{3803,2843,0,0,0}-"
- },
- {
- "npc_id": "5638",
- "loc_data": "{3810,2833,0,0,0}-"
- },
- {
- "npc_id": "5639",
- "loc_data": "{3824,2857,0,0,0}-"
- },
- {
- "npc_id": "5640",
- "loc_data": "{3817,2824,0,0,0}-"
- },
- {
- "npc_id": "5641",
- "loc_data": "{3799,2855,0,0,0}-"
- },
- {
- "npc_id": "5642",
- "loc_data": "{3796,2858,0,0,0}-"
- },
- {
- "npc_id": "5644",
- "loc_data": "{3795,2845,0,0,3}-"
- },
- {
- "npc_id": "5646",
- "loc_data": "{3792,2830,0,0,0}-"
- },
- {
- "npc_id": "5647",
- "loc_data": "{3803,2872,2,0,0}-"
- },
- {
- "npc_id": "5650",
- "loc_data": "{3800,2835,0,0,0}-"
- },
- {
- "npc_id": "5656",
- "loc_data": "{3794,2873,1,0,0}-"
- },
- {
- "npc_id": "5658",
- "loc_data": "{3804,2873,1,0,0}-"
- },
- {
- "npc_id": "5659",
- "loc_data": "{3805,2874,2,0,0}-"
- },
- {
- "npc_id": "5661",
- "loc_data": "{3794,2874,3,0,0}-"
- },
- {
- "npc_id": "5665",
- "loc_data": "{3803,2848,0,0,0}-"
- },
- {
- "npc_id": "5668",
- "loc_data": "{3787,2824,0,0,0}-"
- },
- {
- "npc_id": "5669",
- "loc_data": "{3787,2827,0,0,0}-"
- },
- {
- "npc_id": "5670",
- "loc_data": "{3786,2827,1,0,0}-"
- },
- {
- "npc_id": "5671",
- "loc_data": "{3788,2826,1,0,0}-"
- },
- {
- "npc_id": "5672",
- "loc_data": "{3788,2825,2,0,0}-"
- },
- {
- "npc_id": "5748",
- "loc_data": "{3429,3276,0,0,0}-{3440,3281,0,0,0}-{3437,3272,0,0,0}-{3440,3271,0,0,0}-{3443,3272,0,0,0}-{3445,3279,0,0,0}-{3445,3274,0,0,0}-{3434,3417,0,0,0}-{3431,3415,0,0,0}-{3440,3410,0,0,0}-{3424,3409,0,0,0}-{3425,3410,0,0,0}-{3425,3407,0,0,0}-{3483,3449,0,0,0}-{3490,3444,0,0,0}-{3479,3434,0,0,0}-{3479,3430,0,0,0}-"
- },
- {
- "npc_id": "5750",
- "loc_data": "{3290,5544,0,1,4}-{3270,5552,0,1,1}-{3274,5547,0,1,7}-"
- },
- {
- "npc_id": "5752",
- "loc_data": "{2711,5331,0,0,0}-"
- },
- {
- "npc_id": "5753",
- "loc_data": "{2697,5332,0,0,0}-"
- },
- {
- "npc_id": "5755",
- "loc_data": "{2723,5336,0,0,0}-"
- },
- {
- "npc_id": "5756",
- "loc_data": "{2702,5352,1,0,0}-"
- },
- {
- "npc_id": "5757",
- "loc_data": "{2743,5358,0,0,0}-"
- },
- {
- "npc_id": "5758",
- "loc_data": "{2693,5332,0,0,0}-{2729,5329,0,0,0}-"
- },
- {
- "npc_id": "5761",
- "loc_data": "{2725,5349,0,0,0}-"
- },
- {
- "npc_id": "5764",
- "loc_data": "{2712,5342,0,0,0}-"
- },
- {
- "npc_id": "5765",
- "loc_data": "{2694,5333,0,0,0}-"
- },
- {
- "npc_id": "5766",
- "loc_data": "{2701,5352,1,0,0}-"
- },
- {
- "npc_id": "5767",
- "loc_data": "{2695,5331,0,0,0}-{2719,5331,0,0,0}-"
- },
- {
- "npc_id": "5770",
- "loc_data": "{2717,5359,0,0,0}-"
- },
- {
- "npc_id": "5771",
- "loc_data": "{2722,5333,0,0,0}-"
- },
- {
- "npc_id": "5772",
- "loc_data": "{2716,5359,0,0,0}-"
- },
- {
- "npc_id": "5776",
- "loc_data": "{2699,5349,0,0,4}-"
- },
- {
- "npc_id": "5777",
- "loc_data": "{2699,5348,0,0,4}-"
- },
- {
- "npc_id": "5780",
- "loc_data": "{2722,5313,0,0,0}-"
- },
- {
- "npc_id": "5781",
- "loc_data": "{2723,5321,0,0,0}-"
- },
- {
- "npc_id": "5782",
- "loc_data": "{2742,5339,1,0,0}-"
- },
- {
- "npc_id": "5783",
- "loc_data": "{2701,5348,0,0,0}-"
- },
- {
- "npc_id": "5785",
- "loc_data": "{2726,5372,1,0,0}-"
- },
- {
- "npc_id": "5786",
- "loc_data": "{2712,5369,1,0,0}-"
- },
- {
- "npc_id": "5787",
- "loc_data": "{2704,5366,0,0,0}-"
- },
- {
- "npc_id": "5789",
- "loc_data": "{2718,5313,0,0,0}-"
- },
- {
- "npc_id": "5790",
- "loc_data": "{2715,5313,0,0,0}-"
- },
- {
- "npc_id": "5794",
- "loc_data": "{2712,5321,0,0,0}-"
- },
- {
- "npc_id": "5796",
- "loc_data": "{2711,5314,0,0,0}-"
- },
- {
- "npc_id": "5798",
- "loc_data": "{2717,5315,0,1,2}-"
- },
- {
- "npc_id": "5799",
- "loc_data": "{2730,5365,1,0,0}-"
- },
- {
- "npc_id": "5800",
- "loc_data": "{2719,5335,0,1,1}-{2747,5373,0,1,3}-"
- },
- {
- "npc_id": "5801",
- "loc_data": "{2730,5333,0,1,2}-"
- },
- {
- "npc_id": "5802",
- "loc_data": "{2744,5353,1,0,0}-"
- },
- {
- "npc_id": "5803",
- "loc_data": "{2741,5344,1,0,0}-"
- },
- {
- "npc_id": "5804",
- "loc_data": "{2744,5333,1,0,0}-"
- },
- {
- "npc_id": "5805",
- "loc_data": "{2743,5345,1,0,0}-"
- },
- {
- "npc_id": "5806",
- "loc_data": "{2746,5333,1,0,0}-"
- },
- {
- "npc_id": "5807",
- "loc_data": "{2741,5334,1,0,0}-"
- },
- {
- "npc_id": "5809",
- "loc_data": "{2741,5341,1,0,0}-"
- },
- {
- "npc_id": "5811",
- "loc_data": "{2744,5342,1,0,0}-"
- },
- {
- "npc_id": "5813",
- "loc_data": "{2742,5338,1,0,0}-"
- },
- {
- "npc_id": "5815",
- "loc_data": "{2743,5341,1,0,0}-"
- },
- {
- "npc_id": "5817",
- "loc_data": "{2744,5338,1,0,0}-"
- },
- {
- "npc_id": "5819",
- "loc_data": "{2744,5336,1,0,0}-"
- },
- {
- "npc_id": "5821",
- "loc_data": "{2740,5334,1,0,0}-"
- },
- {
- "npc_id": "5827",
- "loc_data": "{2699,5329,0,0,0}-{2699,5335,0,0,0}-{2747,5342,0,0,0}-"
- },
- {
- "npc_id": "5828",
- "loc_data": "{2697,5316,0,0,0}-{3323,9606,0,0,0}-"
- },
- {
- "npc_id": "5832",
- "loc_data": "{2730,5366,1,0,0}-"
- },
- {
- "npc_id": "5833",
- "loc_data": "{3267,3334,0,1,3}-"
- },
- {
- "npc_id": "5834",
- "loc_data": "{3208,3496,0,1,6}-"
- },
- {
- "npc_id": "5837",
- "loc_data": "{3285,3468,0,0,4}-"
- },
- {
- "npc_id": "5839",
- "loc_data": "{3183,5205,0,0,0}-"
- },
- {
- "npc_id": "5840",
- "loc_data": "{3159,5211,0,0,0}-"
- },
- {
- "npc_id": "5841",
- "loc_data": "{3176,5215,0,0,0}-"
- },
- {
- "npc_id": "5842",
- "loc_data": "{3115,3475,0,1,1}-"
- },
- {
- "npc_id": "5843",
- "loc_data": "{3117,3474,0,1,4}-"
- },
- {
- "npc_id": "5844",
- "loc_data": "{3113,3473,0,1,7}-"
- },
- {
- "npc_id": "5845",
- "loc_data": "{3115,3475,0,1,2}-"
- },
- {
- "npc_id": "5846",
- "loc_data": "{3110,3471,0,0,2}-"
- },
- {
- "npc_id": "5847",
- "loc_data": "{3115,3476,0,1,6}-"
- },
- {
- "npc_id": "5848",
- "loc_data": "{3116,3475,0,1,1}-"
- },
- {
- "npc_id": "5849",
- "loc_data": "{3112,3473,0,1,3}-"
- },
- {
- "npc_id": "5850",
- "loc_data": "{3115,3476,0,1,4}-"
- },
- {
- "npc_id": "5851",
- "loc_data": "{3119,3474,0,1,5}-"
- },
- {
- "npc_id": "5869",
- "loc_data": "{2744,5344,0,0,0}-"
- },
- {
- "npc_id": "5880",
- "loc_data": "{2439,5544,0,1,0}-{2485,5535,0,1,0}-"
- },
- {
- "npc_id": "5881",
- "loc_data": "{2436,5540,0,1,0}-"
- },
- {
- "npc_id": "5882",
- "loc_data": "{2437,5549,0,1,0}-{2484,5531,0,1,0}-"
- },
- {
- "npc_id": "5883",
- "loc_data": "{2436,5526,0,1,0}-{2486,5525,0,1,0}-"
- },
- {
- "npc_id": "5884",
- "loc_data": "{2439,5520,0,1,0}-"
- },
- {
- "npc_id": "5885",
- "loc_data": "{2487,5538,0,1,0}-"
- },
- {
- "npc_id": "5887",
- "loc_data": "{2737,5351,1,0,0}-"
- },
- {
- "npc_id": "5909",
- "loc_data": "{3224,3402,0,1,4}-"
- },
- {
- "npc_id": "5910",
- "loc_data": "{3230,3401,0,0,0}-{3284,3491,0,1,1}-"
- },
- {
- "npc_id": "5914",
- "loc_data": "{3204,3419,0,0,6}-"
- },
- {
- "npc_id": "5915",
- "loc_data": "{3255,3488,1,0,6}-"
- },
- {
- "npc_id": "5916",
- "loc_data": "{3250,3429,0,1,5}-"
- },
- {
- "npc_id": "5917",
- "loc_data": "{3176,3431,0,1,5}-{3200,3399,0,1,4}-{3262,3410,0,1,3}-{3261,3424,0,1,2}-"
- },
- {
- "npc_id": "5918",
- "loc_data": "{3233,3394,0,0,7}-{3271,3399,0,1,3}-"
- },
- {
- "npc_id": "5919",
- "loc_data": "{3175,3432,0,1,3}-{3175,3427,0,1,5}-{3172,3430,0,1,2}-{3175,3416,1,1,6}-{3175,3404,1,1,7}-{3205,3379,0,1,6}-{3211,3381,0,1,3}-{3244,3498,0,1,1}-{3244,3503,0,1,6}-{3247,3500,0,1,3}-"
- },
- {
- "npc_id": "5920",
- "loc_data": "{3175,3421,0,1,0}-{3211,3378,0,1,0}-{3220,3461,0,1,3}-{3221,3464,0,1,4}-{3213,3466,0,1,1}-{3214,3461,0,1,5}-{3215,3464,0,1,0}-{3208,3467,0,1,6}-{3209,3460,0,1,4}-{3205,3463,0,1,4}-{3273,3430,0,1,0}-{3272,3429,0,1,1}-{3274,3427,0,1,3}-"
- },
- {
- "npc_id": "5923",
- "loc_data": "{3224,3394,1,1,6}-"
- },
- {
- "npc_id": "5924",
- "loc_data": "{3227,3396,0,1,1}-"
- },
- {
- "npc_id": "5925",
- "loc_data": "{3220,3433,0,1,5}-"
- },
- {
- "npc_id": "5926",
- "loc_data": "{3184,3386,0,1,4}-{3185,3391,0,1,5}-{3229,3392,0,1,6}-{3247,9775,0,1,3}-{3240,9770,0,1,4}-{3235,9766,0,1,3}-"
- },
- {
- "npc_id": "5927",
- "loc_data": "{3250,9776,0,1,3}-"
- },
- {
- "npc_id": "5928",
- "loc_data": "{3249,9772,0,1,5}-"
- },
- {
- "npc_id": "5929",
- "loc_data": "{3245,9772,0,1,7}-{3239,9766,0,1,2}-"
- },
- {
- "npc_id": "5930",
- "loc_data": "{3257,3454,2,0,0}-"
- },
- {
- "npc_id": "5932",
- "loc_data": "{3253,3445,0,0,6}-"
- },
- {
- "npc_id": "5933",
- "loc_data": "{3254,3444,0,0,1}-"
- },
- {
- "npc_id": "5934",
- "loc_data": "{3256,3443,0,0,6}-"
- },
- {
- "npc_id": "5935",
- "loc_data": "{3257,3442,0,0,1}-"
- },
- {
- "npc_id": "5936",
- "loc_data": "{3266,3445,0,0,6}-"
- },
- {
- "npc_id": "5937",
- "loc_data": "{3267,3444,0,0,1}-"
- },
- {
- "npc_id": "5938",
- "loc_data": "{3253,3454,0,0,0}-"
- },
- {
- "npc_id": "5939",
- "loc_data": "{3253,3453,1,1,0}-"
- },
- {
- "npc_id": "5940",
- "loc_data": "{3262,3442,1,1,0}-"
- },
- {
- "npc_id": "5941",
- "loc_data": "{3260,3447,0,0,0}-"
- },
- {
- "npc_id": "5942",
- "loc_data": "{3295,3427,0,0,1}-"
- },
- {
- "npc_id": "5943",
- "loc_data": "{3263,3441,0,0,0}-"
- },
- {
- "npc_id": "5944",
- "loc_data": "{3263,3450,0,0,0}-{1746,4961,0,1,4}-{1761,4938,0,1,4}-{1761,4976,0,1,5}-"
- },
- {
- "npc_id": "5945",
- "loc_data": "{1743,4959,0,1,4}-{1739,4969,0,1,4}-{1748,4941,0,1,4}-{1759,4979,0,1,6}-"
- },
- {
- "npc_id": "5946",
- "loc_data": "{3261,3455,0,1,0}-{1758,4945,0,1,4}-{1757,4935,0,1,4}-{1746,4980,0,1,4}-"
- },
- {
- "npc_id": "5947",
- "loc_data": "{3260,3452,0,1,0}-{3261,3451,2,1,0}-{1735,4950,0,1,4}-{1759,4948,0,1,4}-{1780,4960,0,1,4}-{1760,4974,0,1,5}-"
- },
- {
- "npc_id": "5952",
- "loc_data": "{3326,3443,0,1,5}-"
- },
- {
- "npc_id": "5954",
- "loc_data": "{3310,3425,0,1,5}-"
- },
- {
- "npc_id": "5956",
- "loc_data": "{2659,2664,0,1,3}-"
- },
- {
- "npc_id": "5958",
- "loc_data": "{3357,3415,0,0,3}-"
- },
- {
- "npc_id": "5959",
- "loc_data": "{3352,3449,0,0,0}-"
- },
- {
- "npc_id": "5960",
- "loc_data": "{3354,3449,0,0,0}-"
- },
- {
- "npc_id": "5961",
- "loc_data": "{3352,3446,0,0,0}-"
- },
- {
- "npc_id": "5962",
- "loc_data": "{3357,3446,0,0,0}-"
- },
- {
- "npc_id": "5963",
- "loc_data": "{3363,3445,0,0,0}-"
- },
- {
- "npc_id": "5964",
- "loc_data": "{3324,3445,0,1,7}-"
- },
- {
- "npc_id": "5965",
- "loc_data": "{1759,4955,0,0,0}-"
- },
- {
- "npc_id": "5966",
- "loc_data": "{1754,4960,0,1,4}-"
- },
- {
- "npc_id": "5967",
- "loc_data": "{1735,4950,0,1,4}-{1758,4937,0,1,4}-{1756,4947,0,1,4}-{1771,4960,0,1,4}-{1779,4950,0,1,4}-{1759,4971,0,1,4}-{1773,4983,0,1,4}-"
- },
- {
- "npc_id": "5971",
- "loc_data": "{1742,4964,0,0,0}-"
- },
- {
- "npc_id": "5972",
- "loc_data": "{1781,4954,0,0,0}-"
- },
- {
- "npc_id": "5973",
- "loc_data": "{1774,4964,0,0,0}-"
- },
- {
- "npc_id": "5974",
- "loc_data": "{1774,4954,0,0,0}-"
- },
- {
- "npc_id": "5975",
- "loc_data": "{1740,4979,0,0,0}-"
- },
- {
- "npc_id": "5976",
- "loc_data": "{1742,4954,0,0,0}-"
- },
- {
- "npc_id": "5977",
- "loc_data": "{1735,4964,0,0,0}-"
- },
- {
- "npc_id": "5978",
- "loc_data": "{1752,4938,0,0,0}-"
- },
- {
- "npc_id": "5979",
- "loc_data": "{1765,4979,0,0,0}-"
- },
- {
- "npc_id": "5980",
- "loc_data": "{1775,4979,0,0,0}-"
- },
- {
- "npc_id": "5981",
- "loc_data": "{1750,4979,0,0,0}-"
- },
- {
- "npc_id": "5982",
- "loc_data": "{1735,4954,0,0,0}-"
- },
- {
- "npc_id": "5984",
- "loc_data": "{3263,3452,0,1,0}-{1743,4950,0,1,4}-{1770,4935,0,1,4}-{1772,4962,0,1,4}-{1771,4957,0,1,4}-{1777,4976,0,1,6}-"
- },
- {
- "npc_id": "5987",
- "loc_data": "{2891,3455,0,1,0}-"
- },
- {
- "npc_id": "5991",
- "loc_data": "{2966,3466,0,0,0}-"
- },
- {
- "npc_id": "5997",
- "loc_data": "{2862,3511,0,0,0}-"
- },
- {
- "npc_id": "5998",
- "loc_data": "{2971,3473,0,0,0}-"
- },
- {
- "npc_id": "6026",
- "loc_data": "{3489,3490,0,1,3}-"
- },
- {
- "npc_id": "6027",
- "loc_data": "{3493,3472,0,1,4}-"
- },
- {
- "npc_id": "6028",
- "loc_data": "{3497,3497,0,1,2}-"
- },
- {
- "npc_id": "6029",
- "loc_data": "{3474,3475,0,1,0}-"
- },
- {
- "npc_id": "6030",
- "loc_data": "{3496,3476,0,1,2}-"
- },
- {
- "npc_id": "6031",
- "loc_data": "{3511,3482,0,1,0}-"
- },
- {
- "npc_id": "6032",
- "loc_data": "{3502,3487,0,1,1}-"
- },
- {
- "npc_id": "6033",
- "loc_data": "{3484,3478,0,1,4}-"
- },
- {
- "npc_id": "6034",
- "loc_data": "{3502,3493,0,1,3}-"
- },
- {
- "npc_id": "6035",
- "loc_data": "{3486,3488,0,1,3}-"
- },
- {
- "npc_id": "6036",
- "loc_data": "{3499,3474,1,1,0}-"
- },
- {
- "npc_id": "6037",
- "loc_data": "{3499,3477,0,1,3}-"
- },
- {
- "npc_id": "6038",
- "loc_data": "{3490,3472,1,1,0}-"
- },
- {
- "npc_id": "6039",
- "loc_data": "{3483,3495,0,1,4}-"
- },
- {
- "npc_id": "6040",
- "loc_data": "{3498,3472,1,1,0}-"
- },
- {
- "npc_id": "6041",
- "loc_data": "{3479,3492,0,1,4}-"
- },
- {
- "npc_id": "6042",
- "loc_data": "{3480,3499,0,1,4}-"
- },
- {
- "npc_id": "6043",
- "loc_data": "{3490,3473,0,1,0}-"
- },
- {
- "npc_id": "6044",
- "loc_data": "{3505,3491,0,1,0}-"
- },
- {
- "npc_id": "6045",
- "loc_data": "{3479,3498,0,1,0}-"
- },
- {
- "npc_id": "6046",
- "loc_data": "{2835,3509,0,1,1}-{3306,5510,0,1,5}-{3309,5543,0,1,6}-"
- },
- {
- "npc_id": "6047",
- "loc_data": "{2836,3495,0,1,0}-{2837,3499,0,1,0}-{2839,3502,0,1,0}-{2839,3506,0,1,0}-{2842,3504,0,1,0}-{2844,3507,0,1,0}-"
- },
- {
- "npc_id": "6050",
- "loc_data": "{3174,3010,0,1,0}-{3198,3061,0,1,0}-{3199,3016,0,1,0}-{3223,3011,0,1,0}-{3228,3060,0,1,0}-{3251,3059,0,1,0}-{3219,3125,0,1,0}-{3233,3075,0,1,0}-{3250,3126,0,1,0}-{3264,3008,0,1,0}-{3266,3008,0,1,0}-{3285,3066,0,1,0}-{3322,3032,0,1,0}-{3323,3055,0,1,0}-{3325,3010,0,1,0}-{3310,3076,0,1,0}-"
- },
- {
- "npc_id": "6051",
- "loc_data": "{3153,3047,0,1,0}-{3196,3063,0,1,0}-{3199,3036,0,1,0}-{3223,3035,0,1,0}-{3225,3011,0,1,0}-{3215,3092,0,1,0}-{3217,3124,0,1,0}-{3260,3077,0,1,0}-{3266,3010,0,1,0}-{3267,3068,0,1,0}-{3287,3065,0,1,0}-{3287,3067,0,1,0}-{3310,3070,0,1,0}-{3312,3068,0,1,0}-{3320,3054,0,1,0}-{3324,3013,0,1,0}-{3325,3033,0,1,0}-{3283,3084,0,1,0}-"
- },
- {
- "npc_id": "6052",
- "loc_data": "{2761,3863,0,1,0}-{2764,3858,0,1,0}-{2769,3854,0,1,0}-{2769,3861,0,1,0}-"
- },
- {
- "npc_id": "6055",
- "loc_data": "{2563,4348,0,1,0}-{2620,4348,0,1,0}-{2620,4291,0,1,0}-{2563,4291,0,1,0}-{2572,4339,0,1,0}-{2565,4327,0,1,0}-{2575,4315,0,1,0}-{2586,4306,0,1,0}-{2593,4304,0,1,0}-{2605,4312,0,1,0}-{2614,4330,0,1,0}-"
- },
- {
- "npc_id": "6056",
- "loc_data": "{2565,4320,0,1,0}-{2592,4348,0,1,0}-{2596,4346,0,1,0}-{2576,4333,0,1,0}-{2576,4324,0,1,0}-{2612,4333,0,1,0}-{2617,4329,0,1,0}-{2608,4316,0,1,0}-{2593,4295,0,1,0}-{2587,4307,0,1,0}-"
- },
- {
- "npc_id": "6057",
- "loc_data": "{2604,4348,0,1,0}-{2613,4346,0,1,0}-{2582,4347,0,1,0}-{2568,4333,0,1,0}-{2576,4321,0,1,0}-{2571,4302,0,1,0}-{2587,4296,0,1,0}-{2598,4301,0,1,0}-{2612,4303,0,1,0}-{2607,4321,0,1,0}-{2617,4325,0,1,0}-{2617,4346,0,1,0}-"
- },
- {
- "npc_id": "6058",
- "loc_data": "{2585,4343,0,1,0}-{2599,4338,0,1,0}-{2612,4338,0,1,0}-{2573,4329,0,1,0}-{2572,4320,0,1,0}-{2575,4309,0,1,0}-{2587,4302,0,1,0}-{2606,4319,0,1,0}-{2608,4336,0,1,0}-"
- },
- {
- "npc_id": "6059",
- "loc_data": "{2579,4340,0,1,0}-{2578,4323,0,1,0}-{2580,4302,0,1,0}-{2611,4324,0,1,0}-{2594,4338,0,1,0}-"
- },
- {
- "npc_id": "6060",
- "loc_data": "{2589,4341,0,1,0}-{2569,4315,0,1,0}-{2591,4299,0,1,0}-{2611,4330,0,1,0}-"
- },
- {
- "npc_id": "6065",
- "loc_data": "{2612,4348,0,1,0}-{2606,4340,0,1,0}-{2592,4333,0,1,0}-{2579,4336,0,1,0}-{2565,4340,0,1,0}-{2569,4329,0,1,0}-{2574,4311,0,1,0}-{2570,4304,0,1,0}-{2567,4294,0,1,0}-{2604,4305,0,1,0}-{2610,4293,0,1,0}-{2612,4320,0,1,0}-"
- },
- {
- "npc_id": "6066",
- "loc_data": "{2601,4334,0,1,0}-{2586,4335,0,1,0}-{2572,4334,0,1,0}-{2574,4323,0,1,0}-{2579,4295,0,1,0}-{2588,4298,0,1,0}-{2600,4304,0,1,0}-{2612,4312,0,1,0}-{2607,4329,0,1,0}-{2616,4336,0,1,0}-"
- },
- {
- "npc_id": "6067",
- "loc_data": "{2570,4341,0,0,0}-{2613,4298,0,0,0}-"
- },
- {
- "npc_id": "6070",
- "loc_data": "{2589,4313,0,1,6}-"
- },
- {
- "npc_id": "6072",
- "loc_data": "{2426,4442,0,0,0}-"
- },
- {
- "npc_id": "6073",
- "loc_data": "{2594,4319,0,1,6}-{2424,4436,0,0,0}-"
- },
- {
- "npc_id": "6074",
- "loc_data": "{2603,4306,0,1,4}-{2607,4312,0,1,7}-{2610,4319,0,1,6}-{2613,4326,0,1,5}-{2616,4333,0,1,0}-{2619,4340,0,1,6}-{2614,4344,0,1,3}-{2609,4347,0,1,4}-{2605,4347,0,1,4}-{2599,4345,0,1,3}-{2598,4342,0,1,3}-{2597,4339,0,1,3}-{2596,4336,0,1,3}-{2595,4333,0,1,3}-{2594,4330,0,1,4}-{2587,4330,0,1,3}-{2583,4332,0,1,4}-{2579,4335,0,1,3}-{2576,4339,0,1,4}-{2571,4342,0,1,1}-{2569,4332,0,1,4}-{2572,4326,0,1,6}-{2572,4297,0,1,1}-{2585,4291,0,1,3}-{2599,4297,0,1,4}-{2607,4300,0,1,1}-{2614,4301,0,1,6}-{2619,4305,0,1,0}-{2616,4320,0,1,6}-{2613,4327,0,1,0}-{2611,4335,0,1,6}-{2607,4336,0,1,6}-{2581,4322,0,1,1}-{2578,4315,0,1,6}-{2575,4308,0,1,6}-{2572,4301,0,1,4}-{2567,4295,0,1,3}-{2577,4291,0,1,3}-{2587,4298,0,1,3}-{2595,4307,0,1,3}-{2603,4314,0,1,3}-"
- },
- {
- "npc_id": "6085",
- "loc_data": "{3046,3207,1,0,2}-"
- },
- {
- "npc_id": "6088",
- "loc_data": "{2932,3253,0,1,4}-{2936,3249,0,1,2}-{2933,3244,0,1,4}-{2927,3247,0,1,5}-{2925,3256,0,1,0}-"
- },
- {
- "npc_id": "6089",
- "loc_data": "{2932,3249,0,1,0}-{2929,3253,0,1,3}-{2938,3248,0,1,5}-"
- },
- {
- "npc_id": "6090",
- "loc_data": "{2932,3245,0,1,0}-{2934,3246,0,1,3}-"
- },
- {
- "npc_id": "6101",
- "loc_data": "{2932,9811,0,1,0}-"
- },
- {
- "npc_id": "6102",
- "loc_data": "{1762,5329,0,1,1}-"
- },
- {
- "npc_id": "6104",
- "loc_data": "{1751,5326,0,1,1}-"
- },
- {
- "npc_id": "6105",
- "loc_data": "{1767,5355,0,0,6}-"
- },
- {
- "npc_id": "6108",
- "loc_data": "{2854,3385,0,1,0}-"
- },
- {
- "npc_id": "6109",
- "loc_data": "{2526,3215,0,1,6}-{2545,3231,0,1,4}-{2537,3236,0,1,4}-"
- },
- {
- "npc_id": "6110",
- "loc_data": "{2532,3222,0,1,3}-{2533,3209,0,1,4}-"
- },
- {
- "npc_id": "6112",
- "loc_data": "{3238,3247,0,1,0}-"
- },
- {
- "npc_id": "6113",
- "loc_data": "{3232,3280,0,1,4}-{3222,3289,0,1,1}-"
- },
- {
- "npc_id": "6114",
- "loc_data": "{3232,3283,0,1,1}-"
- },
- {
- "npc_id": "6115",
- "loc_data": "{3033,3236,0,1,3}-{3041,3237,0,1,6}-{3035,3234,0,1,7}-{3028,3205,0,1,4}-{3019,3202,0,1,6}-{3026,3203,0,1,1}-"
- },
- {
- "npc_id": "6116",
- "loc_data": "{3030,3244,0,1,0}-{3025,3203,0,1,3}-{3034,3204,0,1,4}-"
- },
- {
- "npc_id": "6117",
- "loc_data": "{1884,5020,0,0,6}-"
- },
- {
- "npc_id": "6118",
- "loc_data": "{2443,3190,0,0,6}-"
- },
- {
- "npc_id": "6119",
- "loc_data": "{2439,3186,0,1,4}-"
- },
- {
- "npc_id": "6120",
- "loc_data": "{2437,3160,1,1,4}-"
- },
- {
- "npc_id": "6122",
- "loc_data": "{2327,9394,0,0,1}-"
- },
- {
- "npc_id": "6123",
- "loc_data": "{2364,9399,0,0,1}-"
- },
- {
- "npc_id": "6124",
- "loc_data": "{2364,9398,0,0,1}-"
- },
- {
- "npc_id": "6125",
- "loc_data": "{2323,9377,0,1,0}-"
- },
- {
- "npc_id": "6126",
- "loc_data": "{2351,9358,0,1,0}-"
- },
- {
- "npc_id": "6127",
- "loc_data": "{2467,3183,0,0,3}-"
- },
- {
- "npc_id": "6128",
- "loc_data": "{2465,3183,0,0,4}-"
- },
- {
- "npc_id": "6129",
- "loc_data": "{2470,3185,0,0,6}-"
- },
- {
- "npc_id": "6131",
- "loc_data": "{1885,5026,0,0,6}-"
- },
- {
- "npc_id": "6132",
- "loc_data": "{1883,5029,0,0,6}-"
- },
- {
- "npc_id": "6133",
- "loc_data": "{1883,5026,0,0,6}-"
- },
- {
- "npc_id": "6134",
- "loc_data": "{1890,5018,0,0,0}-"
- },
- {
- "npc_id": "6135",
- "loc_data": "{3254,3427,0,1,1}-"
- },
- {
- "npc_id": "6136",
- "loc_data": "{3077,3250,0,1,0}-"
- },
- {
- "npc_id": "6137",
- "loc_data": "{2952,3381,0,1,0}-"
- },
- {
- "npc_id": "6138",
- "loc_data": "{2665,3311,0,0,0}-"
- },
- {
- "npc_id": "6139",
- "loc_data": "{2734,3484,0,1,1}-"
- },
- {
- "npc_id": "6140",
- "loc_data": "{2644,2641,0,0,6}-"
- },
- {
- "npc_id": "6141",
- "loc_data": "{2638,2656,0,0,0}-"
- },
- {
- "npc_id": "6166",
- "loc_data": "{1904,4279,0,0,0}-"
- },
- {
- "npc_id": "6167",
- "loc_data": "{1906,4277,0,0,0}-"
- },
- {
- "npc_id": "6168",
- "loc_data": "{1904,4274,0,0,0}-"
- },
- {
- "npc_id": "6188",
- "loc_data": "{1901,4271,0,0,0}-{1909,4271,0,0,0}-"
- },
- {
- "npc_id": "6189",
- "loc_data": "{3016,3516,0,1,7}-"
- },
- {
- "npc_id": "6190",
- "loc_data": "{1906,4270,0,1,0}-"
- },
- {
- "npc_id": "6191",
- "loc_data": "{2739,3577,0,1,0}-{2739,3579,1,1,0}-"
- },
- {
- "npc_id": "6192",
- "loc_data": "{2734,3575,0,1,0}-"
- },
- {
- "npc_id": "6193",
- "loc_data": "{2748,3559,0,1,0}-"
- },
- {
- "npc_id": "6194",
- "loc_data": "{2734,3581,1,1,0}-"
- },
- {
- "npc_id": "6195",
- "loc_data": "{2739,3581,0,1,0}-"
- },
- {
- "npc_id": "6196",
- "loc_data": "{2746,3581,1,1,0}-"
- },
- {
- "npc_id": "6197",
- "loc_data": "{2742,3577,0,1,0}-"
- },
- {
- "npc_id": "6199",
- "loc_data": "{2737,3466,0,1,0}-"
- },
- {
- "npc_id": "6200",
- "loc_data": "{2947,3366,0,0,1}-{2949,3366,0,0,1}-{2946,3366,0,0,1}-{2948,3366,0,0,1}-{2945,3366,0,0,1}-{3010,3353,0,0,1}-{3011,3353,0,0,1}-{3012,3353,0,0,1}-{3013,3353,0,0,1}-{3014,3353,0,0,1}-{3015,3353,0,0,1}-"
- },
- {
- "npc_id": "6202",
- "loc_data": "{2912,3749,0,0,0}-"
- },
- {
- "npc_id": "6203",
- "loc_data": "{2924,5322,2,1,4}-"
- },
- {
- "npc_id": "6205",
- "loc_data": "{2933,5329,2,1,1}-"
- },
- {
- "npc_id": "6210",
- "loc_data": "{2837,5336,2,1,4}-{2876,5326,2,1,4}-{2838,5336,2,1,4}-{2898,5306,2,1,5}-{2927,5340,2,1,3}-{2884,5325,2,1,3}-{2886,5325,2,1,1}-{2919,5345,2,1,5}-"
- },
- {
- "npc_id": "6211",
- "loc_data": "{2920,5353,2,1,4}-{2902,5357,2,1,4}-{2885,5315,2,1,4}-{2898,5313,2,1,2}-{2908,5354,2,1,2}-{2924,5354,2,1,6}-{2925,5352,2,1,3}-{2928,5355,2,1,6}-"
- },
- {
- "npc_id": "6212",
- "loc_data": "{2836,5289,2,1,0}-{2869,5287,2,1,1}-{2858,5267,2,1,6}-{2867,5333,2,1,0}-{2877,5321,2,1,1}-{2872,5318,2,1,2}-{2836,5349,2,1,2}-{2921,5293,1,1,6}-{2894,5286,2,1,7}-{2920,5339,2,1,1}-{2888,5326,2,1,3}-{2896,5312,2,1,4}-{2894,5322,2,1,3}-"
- },
- {
- "npc_id": "6213",
- "loc_data": "{2862,5290,2,1,1}-{2838,5347,2,1,6}-{2872,5318,2,1,4}-{2875,5313,2,1,4}-{2865,5327,2,1,4}-{2843,5352,2,1,4}-{2886,5293,2,1,5}-{2909,5297,2,1,0}-{2919,5293,1,1,4}-{2922,5295,1,1,0}-{2919,5293,1,1,5}-{2894,5353,2,1,0}-{2908,5346,2,1,6}-{2913,5355,2,1,3}-{2916,5345,2,1,1}-{2919,5349,2,1,2}-{2922,5356,2,1,1}-{2927,5354,2,1,6}-{2928,5350,2,1,4}-{2931,5357,2,1,3}-{2911,5338,2,1,6}-"
- },
- {
- "npc_id": "6214",
- "loc_data": "{2862,5292,2,1,7}-{2861,5292,2,1,4}-{2864,5319,2,1,7}-{2828,5337,2,1,6}-{2878,5327,2,1,4}-{2853,5327,2,1,4}-{2854,5345,2,1,2}-{2828,5331,2,1,1}-{2919,5284,1,1,0}-{2895,5309,2,1,6}-{2881,5291,2,1,1}-{2924,5292,1,1,6}-{2918,5281,1,1,1}-{2918,5280,1,1,1}-{2884,5312,2,1,2}-{2883,5320,2,1,0}-{2892,5328,2,1,1}-"
- },
- {
- "npc_id": "6215",
- "loc_data": "{2839,5275,2,1,5}-{2845,5286,2,1,0}-{2832,5288,2,1,6}-{2856,5349,2,1,1}-{2862,5334,2,1,0}-{2862,5337,2,1,4}-{2855,5352,2,1,1}-{2880,5293,2,1,4}-{2926,5345,2,1,7}-{2888,5361,2,1,5}-{2886,5313,2,1,3}-{2881,5320,2,1,3}-{2886,5325,2,1,2}-{2889,5322,2,1,4}-{2919,5359,2,1,0}-{2923,5357,2,1,6}-{2891,5353,2,1,1}-"
- },
- {
- "npc_id": "6216",
- "loc_data": "{2865,5306,2,1,3}-{2867,5304,2,1,6}-{2871,5281,2,1,1}-{2864,5279,2,1,4}-{2871,5312,2,1,3}-{2888,5290,2,1,1}-"
- },
- {
- "npc_id": "6217",
- "loc_data": "{2884,5307,2,1,0}-{2899,5304,2,1,3}-{2915,5270,0,1,5}-"
- },
- {
- "npc_id": "6218",
- "loc_data": "{2856,5267,2,1,7}-{2861,5294,2,1,0}-{2836,5290,2,1,6}-{2858,5266,2,1,1}-{2859,5328,2,1,6}-{2911,5268,0,1,4}-{2916,5269,0,1,1}-{2906,5347,2,1,6}-{2913,5358,2,1,6}-{2887,5318,2,1,4}-{2888,5314,2,1,6}-{2931,5345,2,1,2}-{2903,5353,2,1,4}-{2907,5346,2,1,6}-{2921,5351,2,1,2}-{3044,5347,0,1,2}-{3041,5347,0,1,0}-{3031,5346,0,1,2}-{3023,5346,0,1,6}-{3038,5333,0,1,3}-{3048,5333,0,1,1}-{3054,5345,0,1,3}-{3043,5360,0,1,3}-{3030,5362,0,1,3}-{3040,5341,0,1,4}-"
- },
- {
- "npc_id": "6219",
- "loc_data": "{2915,5340,2,1,6}-"
- },
- {
- "npc_id": "6220",
- "loc_data": "{2846,5286,2,1,5}-{2848,5268,2,1,4}-{2931,5356,2,1,3}-{2937,5351,2,1,3}-"
- },
- {
- "npc_id": "6221",
- "loc_data": "{2906,5354,2,1,7}-{2886,5354,2,1,5}-{2885,5352,2,1,2}-{2901,5362,2,1,1}-{2914,5344,2,1,3}-{2918,5343,2,1,2}-{2918,5361,2,1,0}-{2923,5345,2,1,3}-{2924,5352,2,1,4}-"
- },
- {
- "npc_id": "6222",
- "loc_data": "{2831,5301,2,1,4}-"
- },
- {
- "npc_id": "6229",
- "loc_data": "{2841,5285,2,1,3}-{2841,5289,2,1,1}-{2856,5264,2,1,5}-{2842,5282,2,1,6}-"
- },
- {
- "npc_id": "6230",
- "loc_data": "{2843,5265,2,1,4}-{2851,5273,2,1,3}-{2846,5262,2,1,4}-"
- },
- {
- "npc_id": "6231",
- "loc_data": "{2870,5265,2,1,0}-{2869,5266,2,1,7}-{2855,5273,2,1,2}-{2840,5263,2,1,3}-{2831,5285,2,1,4}-"
- },
- {
- "npc_id": "6232",
- "loc_data": "{2872,5261,2,1,4}-{2863,5308,2,1,1}-{2872,5288,2,1,4}-"
- },
- {
- "npc_id": "6233",
- "loc_data": "{2861,5261,2,1,0}-{2852,5264,2,1,0}-{2865,5263,2,1,6}-"
- },
- {
- "npc_id": "6234",
- "loc_data": "{2839,5293,2,1,0}-{2842,5264,2,1,4}-{2862,5313,2,1,3}-"
- },
- {
- "npc_id": "6235",
- "loc_data": "{2864,5270,2,1,3}-{2859,5303,2,1,4}-{2863,5293,2,1,7}-{2862,5286,2,1,1}-{2869,5314,2,1,3}-"
- },
- {
- "npc_id": "6236",
- "loc_data": "{2854,5271,2,1,6}-{2872,5267,2,1,0}-{2858,5269,2,1,5}-"
- },
- {
- "npc_id": "6237",
- "loc_data": "{2840,5290,2,1,6}-{2841,5269,2,1,7}-{2833,5292,2,1,3}-"
- },
- {
- "npc_id": "6238",
- "loc_data": "{2874,5308,2,1,3}-{2851,5276,2,1,2}-{2864,5268,2,1,2}-"
- },
- {
- "npc_id": "6239",
- "loc_data": "{2824,5216,2,1,7}-{2875,5298,2,1,4}-{2846,5288,2,1,0}-{2845,5281,2,1,1}-"
- },
- {
- "npc_id": "6240",
- "loc_data": "{2837,5269,2,1,2}-{2860,5300,2,1,1}-{2852,5311,2,1,4}-{2879,5286,2,1,5}-"
- },
- {
- "npc_id": "6241",
- "loc_data": "{2863,5272,2,1,6}-{2850,5269,2,1,7}-"
- },
- {
- "npc_id": "6242",
- "loc_data": "{2836,5272,2,1,1}-"
- },
- {
- "npc_id": "6243",
- "loc_data": "{2848,5275,2,1,0}-{2869,5304,2,1,4}-{2850,5292,2,1,1}-{2857,5300,2,1,3}-{2874,5287,2,1,4}-"
- },
- {
- "npc_id": "6244",
- "loc_data": "{2847,5299,2,1,6}-{2844,5283,2,1,6}-"
- },
- {
- "npc_id": "6245",
- "loc_data": "{2861,5299,2,1,4}-{2833,5290,2,1,1}-{2851,5262,2,1,0}-"
- },
- {
- "npc_id": "6246",
- "loc_data": "{2855,5311,2,1,1}-{2872,5299,2,1,0}-{2856,5284,2,1,4}-{2872,5315,2,1,1}-"
- },
- {
- "npc_id": "6247",
- "loc_data": "{2894,5265,0,1,2}-"
- },
- {
- "npc_id": "6254",
- "loc_data": "{2917,5272,0,1,7}-{2898,5295,2,1,4}-{2881,5283,2,1,1}-{2883,5311,2,1,2}-{2894,5301,2,1,3}-{2882,5284,2,1,5}-{2890,5292,2,1,4}-{2896,5296,2,1,2}-{2905,5299,2,1,3}-{2905,5301,2,1,5}-{2921,5283,1,1,1}-{2923,5292,1,1,7}-{2906,5299,0,1,6}-{2910,5297,0,1,6}-{2915,5270,0,1,2}-{2910,5269,0,1,5}-"
- },
- {
- "npc_id": "6255",
- "loc_data": "{2922,5290,1,1,5}-{2880,5304,2,1,1}-{2884,5311,2,1,2}-{2885,5311,2,1,2}-{2895,5310,2,1,1}-{2884,5280,2,1,3}-{2885,5293,2,1,6}-{2886,5291,2,1,6}-{2894,5285,2,1,3}-{2893,5286,2,1,7}-{2905,5292,2,1,4}-{2908,5297,2,1,4}-{2910,5297,2,1,6}-{2897,5308,2,1,4}-{2919,5299,1,1,1}-{2921,5292,1,1,5}-{2924,5288,1,1,0}-{2923,5287,1,1,1}-{2908,5300,0,1,6}-{2907,5294,0,1,6}-{2923,5293,1,1,5}-{2919,5298,1,1,1}-{2922,5291,1,1,6}-{2917,5285,1,1,0}-{2905,5295,0,1,6}-{2887,5312,2,1,1}-{2886,5313,2,1,0}-"
- },
- {
- "npc_id": "6256",
- "loc_data": "{2922,5285,1,1,0}-{2886,5295,2,1,1}-{2891,5300,2,1,1}-{2889,5310,2,1,2}-{2887,5299,2,1,6}-{2891,5297,2,1,3}-{2884,5283,2,1,3}-{2885,5286,2,1,3}-{2886,5294,2,1,1}-{2896,5286,2,1,4}-{2908,5302,2,1,1}-{2919,5290,1,1,1}-{2919,5298,1,1,4}-{2918,5298,1,1,4}-{2911,5298,0,1,6}-{2919,5293,1,1,1}-{2917,5294,1,1,2}-{2923,5284,1,1,1}-{2916,5267,0,1,2}-"
- },
- {
- "npc_id": "6257",
- "loc_data": "{2877,5293,2,1,5}-{2879,5329,2,1,5}-{2913,5267,0,1,6}-{2892,5291,2,1,4}-{2886,5311,2,1,0}-{2888,5305,2,1,3}-{2894,5285,2,1,0}-{2900,5287,2,1,0}-{2905,5302,2,1,1}-{2898,5307,2,1,6}-{2918,5292,1,1,3}-{2924,5286,1,1,0}-{2924,5292,1,1,1}-{2920,5297,1,1,3}-{2924,5285,1,1,1}-{2921,5289,1,1,6}-{2923,5294,1,1,0}-{2922,5285,1,1,3}-{2915,5273,0,1,7}-{2915,5271,0,1,4}-{2895,5313,2,1,6}-"
- },
- {
- "npc_id": "6258",
- "loc_data": "{2918,5289,1,1,6}-{2884,5287,2,1,0}-{2895,5294,2,1,4}-{2897,5307,2,1,7}-{2918,5298,1,1,5}-{2917,5291,1,1,4}-{2916,5269,0,1,2}-"
- },
- {
- "npc_id": "6259",
- "loc_data": "{2890,5304,2,1,7}-{2886,5299,2,1,3}-{2891,5297,2,1,5}-{2890,5291,2,1,3}-{2900,5286,2,1,7}-{2905,5303,2,1,1}-{2918,5282,1,1,6}-{2922,5295,1,1,2}-{2905,5297,0,1,6}-{2920,5291,1,1,5}-{2920,5290,1,1,6}-"
- },
- {
- "npc_id": "6260",
- "loc_data": "{2870,5359,2,1,4}-"
- },
- {
- "npc_id": "6262",
- "loc_data": "{2873,5356,0,1,1}-{2866,5358,2,1,6}-"
- },
- {
- "npc_id": "6264",
- "loc_data": "{2870,5354,2,1,4}-"
- },
- {
- "npc_id": "6266",
- "loc_data": "{2868,5362,2,1,3}-"
- },
- {
- "npc_id": "6268",
- "loc_data": "{2856,5355,2,1,7}-{2838,5358,2,1,2}-{2841,5319,2,1,7}-{2856,5331,2,1,2}-{2854,5325,2,1,2}-{2873,5323,2,1,6}-{2860,5321,2,1,7}-{2868,5334,2,1,0}-{2856,5328,2,1,6}-{2855,5332,2,1,1}-{2845,5339,2,1,5}-{2831,5320,2,1,3}-{2847,5334,2,1,1}-{2858,5349,2,1,2}-{2829,5339,2,1,6}-{2856,5361,2,1,5}-{2839,5360,2,1,6}-"
- },
- {
- "npc_id": "6269",
- "loc_data": "{2846,5351,2,1,3}-{2846,5339,2,1,2}-{2840,5327,2,1,1}-{2836,5345,2,1,7}-{2834,5328,2,1,2}-{2857,5359,2,1,4}-{2846,5357,2,1,3}-"
- },
- {
- "npc_id": "6270",
- "loc_data": "{2845,5336,2,1,2}-{2848,5344,2,1,6}-{2842,5328,2,1,6}-{2844,5349,2,1,2}-{2836,5323,2,1,4}-{2832,5353,2,1,6}-{2848,5358,2,1,7}-"
- },
- {
- "npc_id": "6271",
- "loc_data": "{2840,5330,2,1,0}-{2859,5328,2,1,6}-{2873,5317,2,1,3}-{2862,5332,2,1,2}-{2869,5332,2,1,6}-"
- },
- {
- "npc_id": "6272",
- "loc_data": "{2838,5326,2,1,4}-{2870,5313,2,1,1}-{2865,5332,2,1,0}-{2838,5334,2,1,6}-{2837,5353,2,1,7}-"
- },
- {
- "npc_id": "6273",
- "loc_data": "{2832,5324,2,1,7}-{2864,5325,2,1,2}-{2873,5325,2,1,7}-{2873,5324,2,1,7}-{2865,5336,2,1,6}-{2840,5333,2,1,6}-{2836,5336,2,1,4}-{2838,5354,2,1,6}-"
- },
- {
- "npc_id": "6274",
- "loc_data": "{2872,5307,2,1,5}-{2858,5325,2,1,4}-{2873,5319,2,1,6}-{2867,5333,2,1,6}-{2866,5333,2,1,0}-{2839,5331,2,1,5}-{2837,5355,2,1,6}-"
- },
- {
- "npc_id": "6275",
- "loc_data": "{2865,5340,2,1,1}-{2869,5326,2,1,7}-{2875,5318,2,1,1}-{2875,5314,2,1,1}-{2878,5313,2,1,3}-{2879,5322,2,1,3}-{2859,5317,2,1,6}-{2858,5319,2,1,4}-{2878,5320,2,1,0}-{2863,5337,2,1,7}-{2862,5338,2,1,7}-{2867,5341,2,1,6}-{2852,5312,2,1,2}-"
- },
- {
- "npc_id": "6276",
- "loc_data": "{2856,5360,2,1,7}-{2854,5346,2,1,3}-{2845,5332,2,1,0}-{2845,5344,2,1,3}-{2848,5349,2,1,6}-{2837,5347,2,1,3}-{2835,5324,2,1,2}-{2835,5321,2,1,5}-{2858,5349,2,1,4}-{2830,5339,2,1,3}-{2828,5332,2,1,3}-{2846,5358,2,1,4}-{2855,5356,2,1,7}-"
- },
- {
- "npc_id": "6277",
- "loc_data": "{2843,5341,2,1,3}-{2843,5331,2,1,3}-{2847,5341,2,1,5}-{2852,5350,2,1,1}-{2844,5341,2,1,6}-{2843,5347,2,1,1}-{2836,5325,2,1,6}-{2826,5335,2,1,2}-{2837,5351,2,1,4}-{2845,5353,2,1,3}-{2840,5361,2,1,3}-"
- },
- {
- "npc_id": "6278",
- "loc_data": "{2845,5359,2,1,4}-{2830,5318,2,1,3}-{2848,5342,2,1,0}-{2846,5332,2,1,1}-{2843,5320,2,1,3}-{2838,5329,2,1,1}-{2855,5349,2,1,0}-{2837,5342,2,1,1}-{2827,5331,2,1,6}-{2830,5315,2,1,6}-{2845,5352,2,1,6}-{2839,5360,2,1,6}-{2851,5359,2,1,7}-{2860,5353,2,1,6}-{2792,5280,2,1,6}-"
- },
- {
- "npc_id": "6279",
- "loc_data": "{2857,5315,2,1,6}-{2859,5318,2,1,5}-{2858,5329,2,1,3}-{2879,5326,2,1,4}-"
- },
- {
- "npc_id": "6280",
- "loc_data": "{2869,5332,2,1,6}-{2871,5313,2,1,2}-{2879,5330,2,1,2}-{2877,5327,2,1,0}-"
- },
- {
- "npc_id": "6281",
- "loc_data": "{2865,5316,2,1,2}-{2861,5333,2,1,2}-"
- },
- {
- "npc_id": "6282",
- "loc_data": "{2874,5318,2,1,0}-{2859,5316,2,1,3}-{2878,5329,2,1,2}-{2858,5330,2,1,2}-"
- },
- {
- "npc_id": "6283",
- "loc_data": "{2877,5326,2,1,2}-{2857,5328,2,1,3}-{2861,5315,2,1,7}-"
- },
- {
- "npc_id": "6346",
- "loc_data": "{2799,3186,0,1,7}-{2797,3169,0,0,0}-{2793,3161,0,1,3}-"
- },
- {
- "npc_id": "6347",
- "loc_data": "{2799,3167,0,0,0}-{2787,3188,0,1,1}-"
- },
- {
- "npc_id": "6348",
- "loc_data": "{2793,3158,0,1,3}-{2798,3154,0,1,4}-{2796,3189,0,1,0}-"
- },
- {
- "npc_id": "6349",
- "loc_data": "{2797,3186,0,1,6}-{2793,3161,0,1,0}-"
- },
- {
- "npc_id": "6350",
- "loc_data": "{2798,3182,0,1,7}-{2793,3161,0,1,1}-"
- },
- {
- "npc_id": "6351",
- "loc_data": "{3041,3951,0,1,0}-{3043,3958,0,1,0}-"
- },
- {
- "npc_id": "6352",
- "loc_data": "{3039,3955,0,1,0}-{3043,3951,0,1,0}-"
- },
- {
- "npc_id": "6353",
- "loc_data": "{3040,3955,0,1,0}-{3039,3950,0,1,0}-"
- },
- {
- "npc_id": "6354",
- "loc_data": "{3041,3950,0,1,0}-{3041,3956,0,1,0}-"
- },
- {
- "npc_id": "6355",
- "loc_data": "{3043,3950,0,1,0}-{3043,3956,0,1,0}-"
- },
- {
- "npc_id": "6356",
- "loc_data": "{3041,3953,0,1,0}-"
- },
- {
- "npc_id": "6357",
- "loc_data": "{3359,2969,0,1,3}-"
- },
- {
- "npc_id": "6362",
- "loc_data": "{3270,4856,0,1,3}-"
- },
- {
- "npc_id": "6363",
- "loc_data": "{3190,5523,0,1,3}-{3194,5530,0,1,3}-{3251,5455,0,1,4}-{3258,5456,0,1,6}-{3257,5451,0,1,6}-{3257,5464,0,1,2}-{3256,5473,0,1,2}-{3244,5469,0,1,1}-{3225,5485,0,1,5}-{3218,5482,0,1,7}-{3219,5486,0,1,4}-{3207,5461,0,1,6}-{3208,5458,0,1,3}-{3219,5528,0,1,2}-{3223,5520,0,1,3}-{3225,5511,0,1,0}-{3236,5511,0,1,6}-{3232,5523,0,1,0}-{3239,5530,0,1,4}-{3233,5546,0,1,3}-{3222,5539,0,1,5}-{3269,4829,0,1,3}-{3271,4823,0,1,2}-{3283,4809,0,1,3}-"
- },
- {
- "npc_id": "6364",
- "loc_data": "{3188,5529,0,1,3}-{3194,5531,0,1,1}-{3188,5527,0,1,3}-{3222,5486,0,1,3}-{3221,5482,0,1,4}-{3212,5459,0,1,6}-{3210,5462,0,1,2}-{3234,5510,0,1,6}-{3271,4809,0,1,3}-"
- },
- {
- "npc_id": "6365",
- "loc_data": "{3267,4817,0,1,4}-{3290,4803,0,1,3}-"
- },
- {
- "npc_id": "6367",
- "loc_data": "{3207,5466,0,1,6}-{3223,5462,0,1,1}-{3237,5524,0,1,6}-{3229,5510,0,1,4}-{3276,4808,0,1,3}-{3291,4812,0,1,6}-"
- },
- {
- "npc_id": "6368",
- "loc_data": "{3226,5458,0,1,3}-{3222,5470,0,1,6}-{3238,5541,0,1,1}-{3226,5540,0,1,7}-{3222,5522,0,1,7}-"
- },
- {
- "npc_id": "6369",
- "loc_data": "{3268,4825,0,1,6}-{3268,4809,0,1,4}-{3288,4803,0,1,6}-{3298,4810,0,1,4}-"
- },
- {
- "npc_id": "6376",
- "loc_data": "{2925,2976,0,1,1}-{2909,2978,0,1,5}-"
- },
- {
- "npc_id": "6377",
- "loc_data": "{2920,2973,0,1,6}-{2919,2976,0,1,6}-{2910,2978,0,1,7}-"
- },
- {
- "npc_id": "6379",
- "loc_data": "{2894,2995,0,0,0}-{2909,2970,0,0,0}-{3303,5485,0,1,1}-{3320,5494,0,1,4}-{3313,5490,0,1,4}-{3315,5484,0,1,3}-{3323,5471,0,1,6}-{3319,5471,0,1,4}-{3323,5477,0,1,0}-{3310,5484,0,1,4}-{3313,5488,0,1,6}-{3309,5481,0,1,1}-{3320,5495,0,1,0}-"
- },
- {
- "npc_id": "6380",
- "loc_data": "{2883,2994,0,0,0}-{2882,2994,0,0,0}-{3319,5490,0,1,5}-{3298,5486,0,1,3}-{3312,5480,0,1,4}-{3315,5480,0,1,1}-{3308,5482,0,1,2}-{3321,5477,0,1,0}-{3317,5470,0,1,6}-{3324,5472,0,1,6}-{3311,5482,0,1,0}-"
- },
- {
- "npc_id": "6383",
- "loc_data": "{2888,3001,0,0,0}-{2891,3002,0,0,0}-{2890,2998,0,0,0}-{2887,2994,0,0,0}-{2901,2991,0,0,0}-{2905,2990,0,0,0}-{2886,2989,0,0,0}-{2927,2979,0,0,0}-{2926,2973,0,0,0}-{2919,2973,0,0,0}-{2919,2976,0,0,0}-{2920,2979,0,0,0}-"
- },
- {
- "npc_id": "6386",
- "loc_data": "{2683,3326,0,0,0}-"
- },
- {
- "npc_id": "6387",
- "loc_data": "{3275,4808,0,1,3}-{3276,4808,0,1,4}-"
- },
- {
- "npc_id": "6388",
- "loc_data": "{3369,2999,0,1,7}-{3368,2995,0,1,6}-{3362,2997,0,1,3}-{3361,2988,0,1,2}-{3367,2988,0,1,7}-{3379,2983,0,1,1}-"
- },
- {
- "npc_id": "6390",
- "loc_data": "{1707,4814,0,0,6}-"
- },
- {
- "npc_id": "6394",
- "loc_data": "{2703,5366,0,0,0}-"
- },
- {
- "npc_id": "6396",
- "loc_data": "{2791,4279,0,0,0}-"
- },
- {
- "npc_id": "6405",
- "loc_data": "{2799,4260,0,1,0}-"
- },
- {
- "npc_id": "6406",
- "loc_data": "{2765,4267,0,1,0}-"
- },
- {
- "npc_id": "6407",
- "loc_data": "{2802,4246,0,1,0}-"
- },
- {
- "npc_id": "6408",
- "loc_data": "{2770,4238,0,1,0}-"
- },
- {
- "npc_id": "6409",
- "loc_data": "{2787,4262,0,1,0}-{2792,4275,0,1,0}-"
- },
- {
- "npc_id": "6410",
- "loc_data": "{2766,4257,0,1,0}-"
- },
- {
- "npc_id": "6416",
- "loc_data": "{2801,4258,0,1,0}-"
- },
- {
- "npc_id": "6417",
- "loc_data": "{2765,4264,0,1,0}-{2777,4260,0,1,0}-"
- },
- {
- "npc_id": "6418",
- "loc_data": "{2799,4243,0,1,0}-"
- },
- {
- "npc_id": "6419",
- "loc_data": "{2771,4237,0,1,0}-"
- },
- {
- "npc_id": "6420",
- "loc_data": "{2796,4277,0,1,0}-"
- },
- {
- "npc_id": "6421",
- "loc_data": "{2768,4254,0,1,0}-"
- },
- {
- "npc_id": "6427",
- "loc_data": "{2802,4259,0,1,0}-"
- },
- {
- "npc_id": "6428",
- "loc_data": "{2768,4268,0,1,0}-"
- },
- {
- "npc_id": "6429",
- "loc_data": "{2776,4252,0,1,0}-{2805,4242,0,1,0}-"
- },
- {
- "npc_id": "6430",
- "loc_data": "{2769,4236,0,1,0}-"
- },
- {
- "npc_id": "6431",
- "loc_data": "{2792,4260,0,1,0}-{2796,4275,0,1,0}-"
- },
- {
- "npc_id": "6432",
- "loc_data": "{2766,4255,0,1,0}-"
- },
- {
- "npc_id": "6438",
- "loc_data": "{2790,4254,0,1,0}-{2800,4256,0,1,0}-"
- },
- {
- "npc_id": "6439",
- "loc_data": "{2766,4265,0,1,0}-"
- },
- {
- "npc_id": "6440",
- "loc_data": "{2789,4248,0,1,0}-{2802,4244,0,1,0}-"
- },
- {
- "npc_id": "6441",
- "loc_data": "{2771,4241,0,1,0}-{2777,4252,0,1,0}-"
- },
- {
- "npc_id": "6442",
- "loc_data": "{2795,4273,0,1,0}-"
- },
- {
- "npc_id": "6443",
- "loc_data": "{2767,4252,0,1,0}-{2776,4250,0,1,0}-"
- },
- {
- "npc_id": "6449",
- "loc_data": "{2792,4252,0,1,0}-{2800,4254,0,1,0}-"
- },
- {
- "npc_id": "6450",
- "loc_data": "{2764,4266,0,1,0}-{2781,4261,0,1,0}-"
- },
- {
- "npc_id": "6451",
- "loc_data": "{2802,4243,0,1,0}-"
- },
- {
- "npc_id": "6452",
- "loc_data": "{2772,4235,0,1,0}-"
- },
- {
- "npc_id": "6453",
- "loc_data": "{2797,4272,0,1,0}-"
- },
- {
- "npc_id": "6454",
- "loc_data": "{2765,4253,0,1,0}-{2779,4256,0,1,0}-"
- },
- {
- "npc_id": "6458",
- "loc_data": "{2784,4249,0,1,0}-"
- },
- {
- "npc_id": "6459",
- "loc_data": "{2778,4264,0,1,0}-{2784,4252,0,1,0}-"
- },
- {
- "npc_id": "6460",
- "loc_data": "{2783,4251,0,1,0}-{2789,4264,0,1,0}-{2801,4252,0,1,0}-"
- },
- {
- "npc_id": "6461",
- "loc_data": "{2787,4250,0,1,0}-{2791,4249,0,1,0}-"
- },
- {
- "npc_id": "6462",
- "loc_data": "{2785,4248,0,1,0}-{2786,4251,0,1,0}-{2801,4242,0,1,0}-"
- },
- {
- "npc_id": "6463",
- "loc_data": "{2773,4238,0,1,0}-{2779,4248,0,1,0}-{2785,4250,0,1,0}-"
- },
- {
- "npc_id": "6464",
- "loc_data": "{2796,4267,0,1,0}-"
- },
- {
- "npc_id": "6465",
- "loc_data": "{2764,4251,0,1,0}-"
- },
- {
- "npc_id": "6482",
- "loc_data": "{2801,4260,0,0,0}-"
- },
- {
- "npc_id": "6483",
- "loc_data": "{2804,4246,0,0,0}-"
- },
- {
- "npc_id": "6484",
- "loc_data": "{2795,4276,0,0,0}-"
- },
- {
- "npc_id": "6485",
- "loc_data": "{2766,4250,0,0,0}-"
- },
- {
- "npc_id": "6486",
- "loc_data": "{2774,4236,0,0,0}-"
- },
- {
- "npc_id": "6487",
- "loc_data": "{2765,4268,0,0,0}-"
- },
- {
- "npc_id": "6488",
- "loc_data": "{2784,4255,1,0,0}-"
- },
- {
- "npc_id": "6489",
- "loc_data": "{2787,4266,0,0,0}-"
- },
- {
- "npc_id": "6498",
- "loc_data": "{2796,4256,0,1,0}-"
- },
- {
- "npc_id": "6499",
- "loc_data": "{2793,4247,0,1,0}-"
- },
- {
- "npc_id": "6500",
- "loc_data": "{2793,4265,0,1,0}-"
- },
- {
- "npc_id": "6501",
- "loc_data": "{2772,4256,0,1,0}-"
- },
- {
- "npc_id": "6502",
- "loc_data": "{2775,4247,0,1,0}-"
- },
- {
- "npc_id": "6503",
- "loc_data": "{2775,4265,0,1,0}-"
- },
- {
- "npc_id": "6521",
- "loc_data": "{3161,3475,0,0,6}-"
- },
- {
- "npc_id": "6522",
- "loc_data": "{3168,3475,0,0,6}-"
- },
- {
- "npc_id": "6523",
- "loc_data": "{3173,3498,0,0,1}-"
- },
- {
- "npc_id": "6524",
- "loc_data": "{3156,3481,0,0,1}-"
- },
- {
- "npc_id": "6525",
- "loc_data": "{3175,3481,0,0,1}-"
- },
- {
- "npc_id": "6526",
- "loc_data": "{3152,3490,0,0,1}-"
- },
- {
- "npc_id": "6527",
- "loc_data": "{3154,3498,0,0,1}-"
- },
- {
- "npc_id": "6528",
- "loc_data": "{3165,3491,0,0,1}-"
- },
- {
- "npc_id": "6529",
- "loc_data": "{3164,3488,0,0,6}-"
- },
- {
- "npc_id": "6530",
- "loc_data": "{3164,3491,0,0,1}-"
- },
- {
- "npc_id": "6531",
- "loc_data": "{3165,3488,0,0,6}-"
- },
- {
- "npc_id": "6532",
- "loc_data": "{3163,3489,0,0,3}-"
- },
- {
- "npc_id": "6533",
- "loc_data": "{3166,3489,0,0,4}-"
- },
- {
- "npc_id": "6534",
- "loc_data": "{3166,3490,0,0,4}-"
- },
- {
- "npc_id": "6535",
- "loc_data": "{3163,3490,0,0,3}-"
- },
- {
- "npc_id": "6538",
- "loc_data": "{3189,3690,0,0,3}-"
- },
- {
- "npc_id": "6731",
- "loc_data": "{2655,5615,0,1,4}-"
- },
- {
- "npc_id": "6750",
- "loc_data": "{2577,3078,0,1,3}-"
- },
- {
- "npc_id": "6753",
- "loc_data": "{3381,2816,1,1,0}-{3061,4672,1,1,0}-"
- },
- {
- "npc_id": "6754",
- "loc_data": "{3386,2824,1,1,0}-{3066,4680,1,1,0}-"
- },
- {
- "npc_id": "6755",
- "loc_data": "{3382,2820,1,1,0}-{3062,4676,1,1,0}-"
- },
- {
- "npc_id": "6756",
- "loc_data": "{3384,2822,1,1,0}-{3064,4678,1,1,0}-"
- },
- {
- "npc_id": "6761",
- "loc_data": "{3424,2828,1,1,3}-{3430,2835,1,1,3}-{3436,2830,1,1,3}-"
- },
- {
- "npc_id": "6762",
- "loc_data": "{3420,2829,1,1,3}-{3429,2827,1,1,3}-{3432,2832,1,1,3}-"
- },
- {
- "npc_id": "6763",
- "loc_data": "{3427,2832,1,1,3}-{3432,2828,1,1,3}-{3435,2835,1,1,3}-"
- },
- {
- "npc_id": "6764",
- "loc_data": "{3415,2840,1,1,0}-{3426,2852,1,1,0}-{3439,2857,1,1,0}-"
- },
- {
- "npc_id": "6765",
- "loc_data": "{3418,2851,1,1,0}-{3432,2854,1,1,0}-"
- },
- {
- "npc_id": "6766",
- "loc_data": "{3406,2837,1,1,0}-{3434,2848,1,1,0}-"
- },
- {
- "npc_id": "6767",
- "loc_data": "{3409,2844,1,1,0}-{3421,2855,1,1,0}-"
- },
- {
- "npc_id": "6768",
- "loc_data": "{3414,2844,1,1,0}-{3439,2851,1,1,0}-"
- },
- {
- "npc_id": "6773",
- "loc_data": "{3358,9233,1,1,0}-{3363,9246,1,1,0}-{3369,9233,1,1,0}-{3373,9246,1,1,0}-{3377,9244,1,1,0}-{3381,9225,1,1,0}-{3389,9241,1,1,0}-{3391,9237,1,1,0}-{3391,9230,1,1,0}-{3439,2808,0,1,0}-"
- },
- {
- "npc_id": "6774",
- "loc_data": "{3361,9238,1,1,0}-{3363,9241,1,1,0}-{3373,9241,1,1,0}-{3374,9225,1,1,0}-{3379,9230,1,1,0}-{3383,9232,1,1,0}-{3387,9229,1,1,0}-{3389,9236,1,1,0}-{3435,2808,0,1,2}-"
- },
- {
- "npc_id": "6776",
- "loc_data": "{3441,2810,0,1,0}-{3445,2813,0,1,0}-"
- },
- {
- "npc_id": "6777",
- "loc_data": "{3432,2810,0,1,4}-"
- },
- {
- "npc_id": "6778",
- "loc_data": "{3440,2806,0,1,0}-"
- },
- {
- "npc_id": "6779",
- "loc_data": "{3337,2762,0,1,0}-{3340,2767,0,1,0}-{3345,2763,0,1,0}-{3350,2766,0,1,0}-{3352,2761,0,1,0}-{3356,2769,0,1,0}-{3358,2758,0,1,0}-{3359,2763,0,1,0}-{3365,2769,0,1,0}-{3368,2764,0,1,0}-{3375,2762,0,1,0}-{3392,2759,0,1,2}-{3408,2763,0,1,7}-{3410,2786,0,1,2}-{3420,2778,0,1,6}-{3427,2792,0,1,6}-{3429,2802,0,1,4}-"
- },
- {
- "npc_id": "6780",
- "loc_data": "{3366,9254,1,1,6}-{3398,9232,1,1,0}-{3409,9230,1,1,0}-"
- },
- {
- "npc_id": "6781",
- "loc_data": "{3363,9231,1,1,0}-{3369,9254,1,1,6}-{3370,9226,1,1,0}-{3397,9225,1,1,0}-{3408,9226,1,1,0}-"
- },
- {
- "npc_id": "6785",
- "loc_data": "{3442,9245,1,0,1}-"
- },
- {
- "npc_id": "6786",
- "loc_data": "{3409,2812,1,0,0}-"
- },
- {
- "npc_id": "6787",
- "loc_data": "{3408,2813,1,0,0}-"
- },
- {
- "npc_id": "6788",
- "loc_data": "{3368,9263,1,0,6}-"
- },
- {
- "npc_id": "6891",
- "loc_data": "{2598,3272,0,1,0}-"
- },
- {
- "npc_id": "6893",
- "loc_data": "{2926,3435,0,1,2}-"
- },
- {
- "npc_id": "6894",
- "loc_data": "{2928,3432,0,1,0}-"
- },
- {
- "npc_id": "6895",
- "loc_data": "{2927,3431,0,1,0}-"
- },
- {
- "npc_id": "6896",
- "loc_data": "{2573,3082,0,1,2}-"
- },
- {
- "npc_id": "6897",
- "loc_data": "{2574,3083,0,1,0}-"
- },
- {
- "npc_id": "6917",
- "loc_data": "{2916,3082,0,0,0}-{2917,3089,0,0,0}-{2912,3090,0,0,0}-"
- },
- {
- "npc_id": "6918",
- "loc_data": "{2917,3088,0,1,4}-{2917,3092,0,1,4}-"
- },
- {
- "npc_id": "6921",
- "loc_data": "{2954,3273,0,1,6}-{2974,3448,0,1,4}-{2971,3442,0,1,6}-{2968,3451,0,1,1}-{2967,3439,0,1,4}-{2965,3451,0,1,5}-"
- },
- {
- "npc_id": "6942",
- "loc_data": "{2890,3100,0,1,4}-"
- },
- {
- "npc_id": "6944",
- "loc_data": "{2855,3028,0,0,0}-{2841,3039,0,0,0}-{2838,3031,0,0,0}-{2836,3014,0,0,0}-{2839,3022,0,0,0}-"
- },
- {
- "npc_id": "6962",
- "loc_data": "{2842,5222,0,1,6}-"
- },
- {
- "npc_id": "6971",
- "loc_data": "{2926,3443,0,0,5}-"
- },
- {
- "npc_id": "6972",
- "loc_data": "{2922,3482,0,1,0}-"
- },
- {
- "npc_id": "6973",
- "loc_data": "{2893,3419,0,1,0}-"
- },
- {
- "npc_id": "6974",
- "loc_data": "{2897,3419,0,1,0}-"
- },
- {
- "npc_id": "6975",
- "loc_data": "{2928,3480,0,1,0}-{2932,3485,0,1,0}-"
- },
- {
- "npc_id": "6976",
- "loc_data": "{2897,3432,1,1,0}-{2884,3418,0,1,0}-{2884,3434,0,1,0}-{2902,3449,0,1,0}-"
- },
- {
- "npc_id": "6977",
- "loc_data": "{2890,3435,0,1,0}-"
- },
- {
- "npc_id": "6978",
- "loc_data": "{2896,3437,0,1,0}-{2917,3446,0,1,0}-"
- },
- {
- "npc_id": "6979",
- "loc_data": "{2888,3448,0,1,0}-"
- },
- {
- "npc_id": "6981",
- "loc_data": "{2883,3431,0,1,0}-{2900,3449,0,1,0}-"
- },
- {
- "npc_id": "6982",
- "loc_data": "{2896,3429,0,1,0}-{2918,3485,0,1,0}-"
- },
- {
- "npc_id": "6983",
- "loc_data": "{2908,3441,0,1,0}-{2926,3488,0,1,0}-"
- },
- {
- "npc_id": "6985",
- "loc_data": "{2894,3438,0,1,0}-{2913,3451,0,1,0}-"
- },
- {
- "npc_id": "6986",
- "loc_data": "{2887,3441,0,1,0}-"
- },
- {
- "npc_id": "6987",
- "loc_data": "{2894,3445,0,1,0}-"
- },
- {
- "npc_id": "6996",
- "loc_data": "{3169,3266,0,0,3}-{3173,3274,0,0,3}-{3259,3206,0,0,3}-{3259,3204,0,0,3}-{2689,3598,0,0,4}-"
- },
- {
- "npc_id": "6997",
- "loc_data": "{3002,3257,0,0,0}-{3007,3261,0,0,0}-{3058,3429,0,0,0}-{3059,3420,0,0,0}-{3059,3425,0,0,0}-{3049,3429,0,0,0}-"
- },
- {
- "npc_id": "7003",
- "loc_data": "{2582,9895,0,1,7}-{3230,5493,0,1,1}-{3224,5497,0,1,5}-{3253,5535,0,1,7}-"
- },
- {
- "npc_id": "7004",
- "loc_data": "{2581,9891,0,1,2}-{3225,5495,0,1,4}-{3256,5540,0,1,4}-{3247,5536,0,1,6}-"
- },
- {
- "npc_id": "7005",
- "loc_data": "{2487,2924,0,1,0}-"
- },
- {
- "npc_id": "7009",
- "loc_data": "{3282,3467,0,0,0}-"
- },
- {
- "npc_id": "7010",
- "loc_data": "{2204,3229,0,1,3}-{2204,3229,0,1,3}-{2204,3229,0,1,3}-{2243,3200,0,1,3}-{2268,3239,0,1,3}-{2268,3239,0,1,3}-{2268,3239,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}-"
- },
- {
- "npc_id": "7011",
- "loc_data": "{2243,3200,0,1,3}-{2268,3239,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}-"
- },
- {
- "npc_id": "7012",
- "loc_data": "{2226,3143,0,1,3}-{2226,3143,0,1,3}-{2226,3143,0,1,3}-{2223,3146,0,1,3}-{2223,3146,0,1,3}-{2180,3201,0,1,3}-{2180,3201,0,1,3}-{2182,3204,0,1,3}-{2288,3147,0,1,3}-{2288,3147,0,1,3}-{2288,3147,0,1,3}-{2247,3187,0,1,3}-{2247,3187,0,1,3}-"
- },
- {
- "npc_id": "7014",
- "loc_data": "{2226,3143,0,1,3}-{2180,3201,0,1,3}-{2288,3147,0,1,3}-{2247,3187,0,1,3}-"
- },
- {
- "npc_id": "7021",
- "loc_data": "{2510,2822,0,1,3}-{2511,2823,0,1,4}-{2509,2825,0,1,6}-"
- },
- {
- "npc_id": "7022",
- "loc_data": "{2503,2821,0,1,1}-{2500,2818,0,1,4}-{2503,2819,0,1,3}-"
- },
- {
- "npc_id": "7023",
- "loc_data": "{2552,2821,0,1,4}-"
- },
- {
- "npc_id": "7024",
- "loc_data": "{2523,2823,0,1,1}-"
- },
- {
- "npc_id": "7025",
- "loc_data": "{2537,2820,0,1,1}-"
- },
- {
- "npc_id": "7026",
- "loc_data": "{2543,2822,0,1,1}-"
- },
- {
- "npc_id": "7027",
- "loc_data": "{2609,2863,0,1,0}-"
- },
- {
- "npc_id": "7028",
- "loc_data": "{2610,2865,0,1,0}-"
- },
- {
- "npc_id": "7029",
- "loc_data": "{2611,2862,0,1,0}-"
- },
- {
- "npc_id": "7030",
- "loc_data": "{2611,2864,0,1,0}-"
- },
- {
- "npc_id": "7031",
- "loc_data": "{2588,2801,0,1,1}-{2566,2820,0,1,5}-{2575,2818,0,1,4}-{2578,2819,0,1,4}-{2587,2819,0,1,7}-{2595,2821,0,1,4}-{2595,2826,0,1,0}-{2562,2819,0,1,6}-{2565,2828,0,1,0}-{2573,2825,0,1,1}-{2578,2820,0,1,6}-{2584,2822,0,1,4}-{2590,2831,0,1,4}-{2594,2823,0,1,4}-{2488,2768,0,1,1}-{2499,2820,0,1,4}-{2511,2819,0,1,3}-{2525,2820,0,1,0}-{2527,2818,0,1,3}-{2542,2819,0,1,4}-{2551,2817,0,1,3}-{2554,2819,0,1,3}-{2559,2819,0,1,4}-{2503,2824,0,1,3}-{2509,2822,0,1,4}-{2518,2825,0,1,7}-{2526,2822,0,1,1}-{2547,2822,0,1,4}-{2557,2826,0,1,4}-{2502,2823,0,1,4}-{2513,2820,0,1,7}-{2527,2819,0,1,4}-{2529,2818,0,1,6}-{2541,2822,0,1,3}-{2549,2817,0,1,2}-{2557,2818,0,1,2}-"
- },
- {
- "npc_id": "7032",
- "loc_data": "{2539,2838,0,1,1}-"
- },
- {
- "npc_id": "7033",
- "loc_data": "{2541,2837,0,1,1}-"
- },
- {
- "npc_id": "7034",
- "loc_data": "{2536,2839,0,1,1}-"
- },
- {
- "npc_id": "7035",
- "loc_data": "{2542,2839,0,1,1}-"
- },
- {
- "npc_id": "7036",
- "loc_data": "{2538,2841,0,1,1}-"
- },
- {
- "npc_id": "7039",
- "loc_data": "{2560,2822,0,1,1}-{2570,2823,0,1,1}-{2582,2824,0,1,6}-{2588,2828,0,1,4}-{2503,2824,0,1,4}-{2518,2824,0,1,4}-{2534,2821,0,1,1}-{2548,2823,0,1,4}-"
- },
- {
- "npc_id": "7040",
- "loc_data": "{2562,2863,0,1,4}-{2617,5539,0,1,4}-"
- },
- {
- "npc_id": "7041",
- "loc_data": "{2562,2863,0,1,4}-{2616,5540,0,1,4}-"
- },
- {
- "npc_id": "7042",
- "loc_data": "{2605,5540,0,1,6}-{2551,2863,0,1,6}-"
- },
- {
- "npc_id": "7043",
- "loc_data": "{2607,5539,0,1,6}-{2553,2862,0,1,6}-"
- },
- {
- "npc_id": "7044",
- "loc_data": "{2467,2933,0,0,4}-{2470,2937,0,0,4}-{2445,2897,0,0,4}-{2444,2894,0,0,4}-"
- },
- {
- "npc_id": "7045",
- "loc_data": "{2460,2922,0,0,4}-{2463,2928,0,0,4}-"
- },
- {
- "npc_id": "7046",
- "loc_data": "{3364,3800,0,0,4}-{3368,3811,0,0,4}-{3347,3814,0,0,4}-{3363,3816,0,0,4}-{2460,2925,0,0,4}-"
- },
- {
- "npc_id": "7047",
- "loc_data": "{2611,5513,0,0,1}-{2557,2836,0,1,1}-"
- },
- {
- "npc_id": "7048",
- "loc_data": "{2599,5513,0,0,0}-{2545,2836,0,0,0}-"
- },
- {
- "npc_id": "7049",
- "loc_data": "{2553,2839,0,0,4}-{2553,2836,0,0,4}-"
- },
- {
- "npc_id": "7051",
- "loc_data": "{2547,2852,0,1,0}-"
- },
- {
- "npc_id": "7052",
- "loc_data": "{2571,2855,0,1,3}-"
- },
- {
- "npc_id": "7054",
- "loc_data": "{2560,2851,0,0,1}-"
- },
- {
- "npc_id": "7055",
- "loc_data": "{2559,2851,0,0,1}-"
- },
- {
- "npc_id": "7056",
- "loc_data": "{2560,2851,0,1,6}-{2613,5528,0,0,6}-"
- },
- {
- "npc_id": "7057",
- "loc_data": "{2596,2845,0,1,0}-"
- },
- {
- "npc_id": "7062",
- "loc_data": "{2571,2840,0,1,4}-"
- },
- {
- "npc_id": "7065",
- "loc_data": "{2621,2857,0,1,3}-"
- },
- {
- "npc_id": "7066",
- "loc_data": "{2619,2856,0,1,3}-"
- },
- {
- "npc_id": "7067",
- "loc_data": "{2572,5519,0,0,6}-{2518,2842,0,1,0}-"
- },
- {
- "npc_id": "7068",
- "loc_data": "{2585,5527,0,0,6}-{2531,2850,0,1,6}-"
- },
- {
- "npc_id": "7069",
- "loc_data": "{2613,5535,0,0,6}-{2559,2858,0,1,0}-"
- },
- {
- "npc_id": "7070",
- "loc_data": "{2581,2866,0,1,6}-"
- },
- {
- "npc_id": "7071",
- "loc_data": "{2598,2864,0,1,6}-"
- },
- {
- "npc_id": "7072",
- "loc_data": "{2517,2840,0,1,6}-"
- },
- {
- "npc_id": "7073",
- "loc_data": "{2533,2848,0,1,6}-"
- },
- {
- "npc_id": "7074",
- "loc_data": "{2556,2858,0,1,6}-"
- },
- {
- "npc_id": "7075",
- "loc_data": "{2583,2865,0,1,6}-"
- },
- {
- "npc_id": "7076",
- "loc_data": "{2596,2865,0,1,6}-"
- },
- {
- "npc_id": "7077",
- "loc_data": "{2617,2856,0,1,3}-"
- },
- {
- "npc_id": "7078",
- "loc_data": "{2451,2857,0,1,0}-{2453,2874,0,1,0}-{2475,2868,0,1,0}-{2477,2832,0,1,0}-{2475,2896,0,1,0}-{2476,2883,0,1,0}-{2502,2838,0,1,0}-"
- },
- {
- "npc_id": "7079",
- "loc_data": "{2451,2849,0,1,0}-{2463,2872,0,1,0}-{2470,2853,0,1,0}-{2487,2837,0,1,0}-{2477,2903,0,1,0}-{2478,2907,0,1,0}-{2501,2851,0,1,0}-"
- },
- {
- "npc_id": "7080",
- "loc_data": "{2562,5530,0,0,6}-{2456,2867,0,1,0}-{2457,2836,0,1,0}-{2484,2873,0,1,0}-{2487,2856,0,1,0}-{2480,2916,0,1,0}-{2492,2888,0,1,0}-{2508,2853,0,1,0}-"
- },
- {
- "npc_id": "7081",
- "loc_data": "{2446,2869,0,1,0}-{2451,2828,0,1,0}-{2467,2860,0,1,0}-{2487,2844,0,1,0}-{2480,2892,0,1,0}-{2484,2917,0,1,0}-{2499,2860,0,1,0}-"
- },
- {
- "npc_id": "7082",
- "loc_data": "{2569,5541,0,0,6}-{2440,2858,0,1,0}-{2459,2859,0,1,0}-{2471,2839,0,1,0}-{2482,2863,0,1,0}-{2483,2883,0,1,0}-{2491,2901,0,1,0}-{2516,2858,0,1,0}-"
- },
- {
- "npc_id": "7091",
- "loc_data": "{2609,2863,0,0,0}-"
- },
- {
- "npc_id": "7092",
- "loc_data": "{2610,2865,0,0,0}-"
- },
- {
- "npc_id": "7093",
- "loc_data": "{2611,2862,0,0,0}-"
- },
- {
- "npc_id": "7094",
- "loc_data": "{2611,2864,0,0,0}-"
- },
- {
- "npc_id": "7095",
- "loc_data": "{2609,2863,0,0,0}-{2610,2862,0,0,0}-"
- },
- {
- "npc_id": "7096",
- "loc_data": "{2610,2865,0,0,0}-{2605,2866,0,0,0}-"
- },
- {
- "npc_id": "7097",
- "loc_data": "{2611,2862,0,0,0}-{2607,2867,0,0,0}-"
- },
- {
- "npc_id": "7098",
- "loc_data": "{2611,2864,0,0,0}-{2608,2863,0,0,0}-"
- },
- {
- "npc_id": "7099",
- "loc_data": "{2585,2844,0,1,3}-"
- },
- {
- "npc_id": "7100",
- "loc_data": "{2586,2840,0,0,4}-"
- },
- {
- "npc_id": "7101",
- "loc_data": "{2585,2842,0,1,1}-"
- },
- {
- "npc_id": "7102",
- "loc_data": "{2576,2840,0,0,0}-{2576,2840,0,0,0}-"
- },
- {
- "npc_id": "7103",
- "loc_data": "{2579,2843,0,0,0}-{2582,2843,0,0,0}-{2579,2843,0,0,0}-{2582,2843,0,0,0}-"
- },
- {
- "npc_id": "7104",
- "loc_data": "{2603,5529,0,0,4}-{2549,2852,0,1,4}-"
- },
- {
- "npc_id": "7105",
- "loc_data": "{2612,9484,0,1,1}-{2611,9484,0,1,0}-{2614,9484,0,1,6}-{2611,9486,0,1,1}-{3111,9929,0,1,7}-{3106,9941,0,1,1}-{3111,9935,0,1,4}-{3114,9931,0,1,1}-"
- },
- {
- "npc_id": "7106",
- "loc_data": "{3131,9930,0,1,4}-"
- },
- {
- "npc_id": "7107",
- "loc_data": "{3130,9928,0,1,0}-{3131,9931,0,1,4}-"
- },
- {
- "npc_id": "7109",
- "loc_data": "{3127,9932,0,1,1}-"
- },
- {
- "npc_id": "7110",
- "loc_data": "{3121,9929,0,1,4}-"
- },
- {
- "npc_id": "7112",
- "loc_data": "{3130,9934,0,1,3}-"
- },
- {
- "npc_id": "7113",
- "loc_data": "{3127,9932,0,1,4}-"
- },
- {
- "npc_id": "7114",
- "loc_data": "{3132,9921,0,0,0}-{3132,9935,0,1,1}-"
- },
- {
- "npc_id": "7115",
- "loc_data": "{3050,3259,0,0,0}-"
- },
- {
- "npc_id": "7121",
- "loc_data": "{2189,3148,0,1,4}-"
- },
- {
- "npc_id": "7125",
- "loc_data": "{1605,4702,0,1,0}-{1649,4730,0,1,0}-"
- },
- {
- "npc_id": "7126",
- "loc_data": "{1605,4720,0,1,0}-{1658,4705,0,1,0}-{1633,4678,0,1,0}-"
- },
- {
- "npc_id": "7127",
- "loc_data": "{1631,4730,0,1,0}-{1658,4687,0,1,0}-{1615,4678,0,1,0}-"
- },
- {
- "npc_id": "7128",
- "loc_data": "{1625,4689,0,1,0}-{1614,4704,0,1,0}-{1631,4719,0,1,0}-{1651,4705,0,1,0}-"
- },
- {
- "npc_id": "7129",
- "loc_data": "{1625,4689,0,1,0}-{1614,4704,0,1,0}-{1631,4719,0,1,0}-{1651,4705,0,1,0}-"
- },
- {
- "npc_id": "7130",
- "loc_data": "{1625,4689,0,1,0}-{1614,4704,0,1,0}-{1631,4719,0,1,0}-{1651,4705,0,1,0}-"
- },
- {
- "npc_id": "7131",
- "loc_data": "{1634,4699,0,1,0}-"
- },
- {
- "npc_id": "7132",
- "loc_data": "{1630,4705,0,0,0}-"
- },
- {
- "npc_id": "7138",
- "loc_data": "{3190,5523,0,1,2}-{3195,5527,0,1,6}-{3245,5462,0,1,7}-{3257,5454,0,1,3}-{3255,5461,0,1,1}-{3251,5473,0,1,3}-{3213,5472,0,1,3}-{3210,5469,0,1,5}-{3221,5468,0,1,0}-{3223,5465,0,1,0}-{3224,5540,0,1,0}-{3240,5541,0,1,6}-{3239,5529,0,1,6}-{3233,5524,0,1,4}-{3237,5512,0,1,6}-{3225,5510,0,1,1}-{3222,5524,0,1,1}-{3225,5540,0,1,7}-{3218,5537,0,1,3}-"
- },
- {
- "npc_id": "7139",
- "loc_data": "{3220,5463,0,1,7}-"
- },
- {
- "npc_id": "7142",
- "loc_data": "{3082,4246,0,1,4}-"
- },
- {
- "npc_id": "7143",
- "loc_data": "{3082,3459,0,0,0}-"
- },
- {
- "npc_id": "7144",
- "loc_data": "{3085,4230,0,1,3}-"
- },
- {
- "npc_id": "7145",
- "loc_data": "{3081,4252,0,1,7}-"
- },
- {
- "npc_id": "7146",
- "loc_data": "{3078,4240,0,1,4}-"
- },
- {
- "npc_id": "7147",
- "loc_data": "{3079,4245,0,1,4}-"
- },
- {
- "npc_id": "7148",
- "loc_data": "{3077,4229,0,1,4}-"
- },
- {
- "npc_id": "7149",
- "loc_data": "{3085,4235,0,1,4}-"
- },
- {
- "npc_id": "7150",
- "loc_data": "{3085,4240,0,1,3}-"
- },
- {
- "npc_id": "7151",
- "loc_data": "{3081,3457,0,0,4}-"
- },
- {
- "npc_id": "7152",
- "loc_data": "{3081,3455,0,0,4}-"
- },
- {
- "npc_id": "7153",
- "loc_data": "{3081,3453,0,0,4}-"
- },
- {
- "npc_id": "7154",
- "loc_data": "{3079,3457,0,0,4}-"
- },
- {
- "npc_id": "7155",
- "loc_data": "{3079,3455,0,0,4}-"
- },
- {
- "npc_id": "7156",
- "loc_data": "{3077,3457,0,0,4}-"
- },
- {
- "npc_id": "7157",
- "loc_data": "{3077,3453,0,0,4}-"
- },
- {
- "npc_id": "7158",
- "loc_data": "{3080,3463,0,1,0}-{3079,3463,0,1,0}-{3144,4250,2,1,4}-{3143,4255,2,1,2}-{3140,4253,2,1,3}-{3145,4255,2,1,6}-{3149,4257,2,1,5}-{3148,4262,2,1,5}-{3142,4260,2,1,3}-{3144,4259,2,1,4}-{3145,4261,2,1,4}-{3146,4265,2,1,5}-{3143,4264,2,1,3}-{3144,4266,2,1,5}-{3141,4265,2,1,1}-{3144,4270,2,1,1}-{3142,4269,2,1,6}-{3157,4262,2,1,1}-{3164,4265,2,1,6}-{3162,4266,2,1,6}-{3165,4266,2,1,3}-{3164,4261,2,1,2}-{3162,4259,2,1,5}-{3162,4255,2,1,7}-{3165,4256,2,1,4}-{3163,4251,2,1,3}-{3165,4249,2,1,6}-{3162,4250,2,1,4}-{3163,4241,2,1,4}-{3165,4239,2,1,4}-{3165,4241,2,1,0}-{3160,4235,2,1,2}-{3165,4235,2,1,4}-{3165,4237,2,1,4}-{3162,4234,2,1,3}-{3164,4231,2,1,4}-{3166,4229,2,1,6}-{3162,4230,2,1,1}-{3167,4229,2,1,3}-{3184,4236,2,1,1}-{3153,4246,1,1,3}-{3159,4236,1,1,6}-{3163,4236,1,1,4}-{3163,4234,1,1,7}-{3146,4235,1,1,5}-{3144,4236,1,1,1}-{3143,4234,1,1,2}-{3145,4240,1,1,4}-{3148,4242,1,1,1}-{3145,4241,1,1,7}-{3142,4242,1,1,3}-{3146,4230,1,1,4}-"
- },
- {
- "npc_id": "7159",
- "loc_data": "{3174,4238,2,1,6}-{3175,4243,2,1,6}-{3179,4236,2,1,4}-{3145,4272,1,1,3}-{3145,4276,1,1,3}-{3152,4271,1,1,6}-{3144,4264,1,1,4}-{3153,4266,1,1,1}-{3152,4261,1,1,4}-{3145,4259,1,1,6}-{3161,4259,1,1,0}-{3160,4265,1,1,0}-{3153,4246,1,1,3}-{3157,4248,1,1,6}-{3161,4247,1,1,4}-{3146,4247,1,1,6}-{3153,4233,1,1,4}-{3153,4240,1,1,6}-{3155,4238,1,1,5}-{3169,4267,3,1,3}-{3160,4265,3,1,6}-{3168,4250,3,1,4}-{3168,4244,3,1,6}-{3160,4239,3,1,1}-{3160,4228,3,1,3}-{3147,4225,3,1,3}-{3145,4242,3,1,5}-{3139,4249,3,1,6}-{3144,4253,3,1,3}-{3145,4266,3,1,0}-{3138,4266,3,1,3}-{3151,4272,3,1,0}-{3139,4272,3,1,0}-{3146,4231,3,1,0}-{3169,4270,3,1,0}-"
- },
- {
- "npc_id": "7160",
- "loc_data": "{3175,4254,2,1,7}-{3176,4247,2,1,5}-{3174,4269,2,1,1}-{3190,4253,2,1,3}-{3192,4247,2,1,3}-{3189,4235,2,1,0}-{3152,4269,0,1,4}-{3160,4278,0,1,1}-{3160,4262,0,1,3}-{3149,4250,0,1,0}-{3158,4250,0,1,5}-{3161,4236,0,1,6}-{3172,4250,0,1,2}-{3171,4269,3,1,1}-{3157,4277,3,1,3}-{3150,4278,3,1,3}-{3160,4271,1,1,0}-{3163,4274,1,1,0}-{3167,4277,1,1,0}-{3173,4277,1,1,0}-{3175,4275,1,1,0}-{3160,4269,0,1,0}-{3173,4264,0,1,0}-{3190,4237,2,1,0}-{3154,4279,3,1,0}-"
- },
- {
- "npc_id": "7161",
- "loc_data": "{3142,4230,2,1,6}-{3143,4231,2,1,3}-{3141,4235,2,1,4}-{3144,4241,2,1,4}-"
- },
- {
- "npc_id": "7162",
- "loc_data": "{3144,4229,2,1,1}-{3143,4236,2,1,1}-{3145,4235,2,1,1}-{3148,4244,2,1,6}-"
- },
- {
- "npc_id": "7168",
- "loc_data": "{2714,3309,0,1,1}-"
- },
- {
- "npc_id": "7228",
- "loc_data": "{2862,3101,0,0,0}-{2879,3109,0,0,0}-{2874,3098,0,0,0}-{2882,3104,0,0,0}-{2882,3098,0,0,0}-"
- },
- {
- "npc_id": "7229",
- "loc_data": "{2833,3088,0,0,0}-{2830,3085,0,0,0}-{2844,3089,0,0,0}-{2837,3084,0,0,0}-{2840,3076,0,0,0}-"
- },
- {
- "npc_id": "7230",
- "loc_data": "{2840,3008,0,0,0}-{2887,3051,0,0,0}-{2890,3052,0,0,0}-{2894,3058,0,0,0}-{2897,3035,0,0,0}-"
- },
- {
- "npc_id": "7231",
- "loc_data": "{2930,2961,0,0,0}-{2942,2964,0,0,0}-{2933,2964,0,0,0}-{2932,2967,0,0,0}-{2936,2973,0,0,0}-"
- },
- {
- "npc_id": "7232",
- "loc_data": "{2802,3106,0,0,0}-{2807,3101,0,0,0}-{2806,3108,0,0,0}-{2808,3105,0,0,0}-{2814,3100,0,0,0}-"
- },
- {
- "npc_id": "7233",
- "loc_data": "{2922,3070,0,0,0}-{2929,3075,0,0,0}-{2919,3080,0,0,0}-{2924,3080,0,0,0}-{2923,3081,0,0,0}-"
- },
- {
- "npc_id": "7234",
- "loc_data": "{2900,3107,0,0,0}-{2903,3098,0,0,0}-{2908,3104,0,0,0}-{2905,3107,0,0,0}-{2904,3107,0,0,0}-"
- },
- {
- "npc_id": "7235",
- "loc_data": "{2820,3065,0,0,0}-{2830,3059,0,0,0}-{2825,3057,0,0,0}-{2827,3050,0,0,0}-{2822,3053,0,0,0}-"
- },
- {
- "npc_id": "7236",
- "loc_data": "{2799,3005,0,0,0}-{2801,2995,0,0,0}-{2804,3001,0,0,0}-{2803,2986,0,0,0}-{2811,2999,0,0,0}-"
- },
- {
- "npc_id": "7275",
- "loc_data": "{2995,3252,0,0,0}-{2996,3259,0,0,0}-{2993,3250,0,0,0}-{3000,3258,0,0,0}-"
- },
- {
- "npc_id": "7276",
- "loc_data": "{2994,3256,0,0,0}-{3002,3250,0,0,0}-{2992,3252,0,0,0}-{3000,3250,0,0,0}-{2728,3422,0,1,1}-{2718,3413,0,1,4}-{2729,3420,0,1,4}-{2727,3414,0,1,6}-{2714,3419,0,1,3}-{2719,3427,0,1,7}-"
- },
- {
- "npc_id": "7285",
- "loc_data": "{2835,3107,0,0,0}-{2836,3101,0,0,0}-{2836,3110,0,0,0}-{2837,3112,0,0,0}-{2841,3107,0,0,0}-{2885,3018,0,0,0}-{2885,3019,0,0,0}-{2891,3018,0,0,0}-"
- },
- {
- "npc_id": "7286",
- "loc_data": "{2931,3090,0,0,0}-{2925,3097,0,0,0}-{2936,3096,0,0,0}-{2924,3102,0,0,0}-{2933,3104,0,0,0}-"
- },
- {
- "npc_id": "7288",
- "loc_data": "{2834,3045,0,0,0}-{2826,3048,0,0,0}-{2824,3043,0,0,0}-{2822,3045,0,0,0}-{2818,3049,0,0,0}-"
- },
- {
- "npc_id": "7289",
- "loc_data": "{2882,3018,0,1,7}-{2887,3024,0,1,2}-"
- },
- {
- "npc_id": "7290",
- "loc_data": "{2845,3088,0,1,6}-{2854,3085,0,1,1}-"
- },
- {
- "npc_id": "7292",
- "loc_data": "{2863,3048,0,1,5}-{2868,3037,0,1,4}-"
- },
- {
- "npc_id": "7309",
- "loc_data": "{2946,3280,0,0,0}-{3023,3410,0,0,0}-"
- },
- {
- "npc_id": "7310",
- "loc_data": "{2946,3272,0,0,0}-{3015,3409,0,0,0}-"
- },
- {
- "npc_id": "7311",
- "loc_data": "{2956,3273,0,0,0}-"
- },
- {
- "npc_id": "7312",
- "loc_data": "{2950,3268,0,0,0}-"
- },
- {
- "npc_id": "7420",
- "loc_data": "{3168,3334,0,0,3}-"
- },
- {
- "npc_id": "7421",
- "loc_data": "{3163,3336,0,0,1}-"
- },
- {
- "npc_id": "7451",
- "loc_data": "{2328,3170,0,1,6}-{2341,3179,0,1,4}-{2338,3164,0,1,4}-{2189,3181,0,1,2}-{2178,3186,0,1,7}-{2199,3182,0,1,0}-{2288,3149,0,1,2}-{2282,3144,0,1,3}-{2285,3144,0,1,2}-{2281,3139,0,1,1}-{2289,3152,0,1,6}-{2287,3155,0,1,1}-{2286,3146,0,1,1}-{2289,3156,0,0,5}-{2285,3136,0,1,3}-"
- },
- {
- "npc_id": "7600",
- "loc_data": "{1714,5602,0,0,6}-"
- },
- {
- "npc_id": "7601",
- "loc_data": "{1697,5605,0,0,6}-"
- },
- {
- "npc_id": "7602",
- "loc_data": "{1693,5598,0,1,0}-"
- },
- {
- "npc_id": "7603",
- "loc_data": "{1696,5600,0,1,0}-"
- },
- {
- "npc_id": "7604",
- "loc_data": "{1699,5599,0,1,0}-"
- },
- {
- "npc_id": "7605",
- "loc_data": "{1705,5599,0,0,1}-"
- },
- {
- "npc_id": "7636",
- "loc_data": "{3618,9736,0,0,0}-{3620,9732,0,0,0}-{3624,9736,0,0,0}-{3625,9738,0,0,0}-{3618,9736,0,0,4}-{3620,9732,0,0,4}-{3624,9736,0,0,4}-{3625,9738,0,0,4}-"
- },
- {
- "npc_id": "7637",
- "loc_data": "{3588,9768,0,0,0}-{3600,9768,0,0,0}-{3606,9780,0,0,0}-{3612,9729,0,0,0}-{3613,9764,0,0,0}-{3614,9740,0,0,0}-{3614,9750,0,0,0}-{3621,9748,0,0,0}-{3629,9737,0,0,0}-"
- },
- {
- "npc_id": "7639",
- "loc_data": "{3592,9766,0,0,0}-{3603,9770,0,0,0}-{3605,9757,0,0,0}-{3611,9749,0,0,0}-{3611,9766,0,0,0}-{3616,9737,0,0,0}-{3616,9756,0,0,0}-{3616,9762,0,0,0}-{3617,9779,0,0,0}-{3621,9754,0,0,0}-"
- },
- {
- "npc_id": "7640",
- "loc_data": "{3608,9780,0,1,3}-{3610,9777,0,1,1}-{3613,9772,0,1,4}-{3617,9748,0,1,7}-{3617,9758,0,1,1}-{3621,9751,0,1,1}-"
- },
- {
- "npc_id": "7641",
- "loc_data": "{3607,9776,0,1,1}-{3610,9772,0,1,0}-{3614,9778,0,1,7}-{3615,9746,0,1,7}-{3618,9753,0,1,1}-{3619,9748,0,1,6}-"
- },
- {
- "npc_id": "7642",
- "loc_data": "{3595,9742,0,0,0}-{3597,9751,0,0,0}-{3598,9736,0,0,0}-{3604,9746,0,0,0}-"
- },
- {
- "npc_id": "7643",
- "loc_data": "{3587,9737,0,0,0}-{3592,9746,0,0,0}-{3600,9740,0,0,0}-{3605,9738,0,0,0}-"
- },
- {
- "npc_id": "7690",
- "loc_data": "{3415,3489,2,0,0}-"
- },
- {
- "npc_id": "7707",
- "loc_data": "{3440,9895,0,0,0}-"
- },
- {
- "npc_id": "7711",
- "loc_data": "{3405,9902,0,0,0}-"
- },
- {
- "npc_id": "7716",
- "loc_data": "{3005,3475,0,1,7}-{3003,3473,0,1,4}-{2997,3471,0,0,0}-{3004,3494,0,0,0}-{3005,3505,0,0,0}-"
- },
- {
- "npc_id": "7724",
- "loc_data": "{3054,3503,0,1,0}-"
- },
- {
- "npc_id": "7726",
- "loc_data": "{2996,3451,0,0,0}-"
- },
- {
- "npc_id": "7727",
- "loc_data": "{3045,3483,0,0,0}-{3053,3492,0,0,4}-{3055,3491,0,0,0}-{3045,3496,0,0,0}-{3046,3490,1,0,0}-{3057,3497,1,0,3}-"
- },
- {
- "npc_id": "7728",
- "loc_data": "{3009,3433,0,0,0}-"
- },
- {
- "npc_id": "7731",
- "loc_data": "{3008,3466,0,0,0}-"
- },
- {
- "npc_id": "7732",
- "loc_data": "{3009,3466,0,0,0}-"
- },
- {
- "npc_id": "7733",
- "loc_data": "{3008,3479,0,0,0}-"
- },
- {
- "npc_id": "7734",
- "loc_data": "{3009,3487,0,0,0}-"
- },
- {
- "npc_id": "7735",
- "loc_data": "{2999,3469,0,0,0}-"
- },
- {
- "npc_id": "7744",
- "loc_data": "{3149,3411,0,0,0}-"
- },
- {
- "npc_id": "7746",
- "loc_data": "{4755,5116,0,1,7}-"
- },
- {
- "npc_id": "7747",
- "loc_data": "{4751,5116,0,1,5}-"
- },
- {
- "npc_id": "7748",
- "loc_data": "{4752,5114,0,1,5}-"
- },
- {
- "npc_id": "7749",
- "loc_data": "{4739,5070,0,1,0}-"
- },
- {
- "npc_id": "7750",
- "loc_data": "{4765,5064,0,1,7}-"
- },
- {
- "npc_id": "7751",
- "loc_data": "{4778,5070,0,1,2}-"
- },
- {
- "npc_id": "7752",
- "loc_data": "{4432,5096,0,1,0}-"
- },
- {
- "npc_id": "7753",
- "loc_data": "{4438,5089,0,1,0}-{4428,5083,0,1,0}-{4437,5075,0,1,0}-"
- },
- {
- "npc_id": "7763",
- "loc_data": "{4777,5080,0,1,2}-"
- },
- {
- "npc_id": "7765",
- "loc_data": "{4776,5076,0,1,6}-"
- },
- {
- "npc_id": "7767",
- "loc_data": "{2457,5139,0,1,6}-{2460,5140,0,1,0}-{2443,5147,0,1,3}-{2454,5155,0,1,5}-{2461,5125,0,1,3}-{2456,5124,0,1,4}-{2458,5129,0,1,4}-{2443,5145,0,1,1}-{2451,5148,0,1,1}-{2447,5143,0,1,4}-{2443,5138,0,1,4}-{4762,5145,0,1,2}-"
- },
- {
- "npc_id": "7768",
- "loc_data": "{4762,5156,0,1,6}-"
- },
- {
- "npc_id": "7780",
- "loc_data": "{3358,2993,0,1,0}-"
- },
- {
- "npc_id": "7786",
- "loc_data": "{3348,9388,0,1,0}-{3350,9393,0,1,0}-{3350,9400,0,1,0}-{3350,9406,0,1,0}-{3351,9380,0,1,0}-{3352,9374,0,1,0}-{3354,9387,0,1,0}-{3358,9378,0,1,0}-{3358,9396,0,1,0}-{3358,9406,0,1,0}-{3365,9381,0,1,0}-{3365,9387,0,1,0}-{3365,9402,0,1,0}-{3369,9390,0,1,0}-{3350,9412,0,1,0}-{3351,9420,0,1,0}-{3356,9414,0,1,0}-{3358,9421,0,1,0}-{3364,9424,0,1,0}-{3365,9416,0,1,0}-"
- },
- {
- "npc_id": "7787",
- "loc_data": "{3301,4413,0,1,0}-{3302,4394,0,1,0}-{3304,4397,0,1,0}-{3306,4410,0,1,0}-{3307,4383,0,1,0}-{3307,4397,0,1,0}-{3308,4407,0,1,0}-{3310,4383,0,1,0}-{3310,4386,0,1,0}-{3310,4398,0,1,0}-{3311,4407,0,1,0}-{3312,4380,0,1,0}-{3313,4401,0,1,0}-{3314,4411,0,1,0}-{3316,4376,0,1,0}-{3316,4382,0,1,0}-{3316,4387,0,1,0}-{3316,4397,0,1,0}-{3316,4401,0,1,0}-{3316,4405,0,1,0}-{3317,4391,0,1,0}-{3318,4412,0,1,0}-{3319,4373,0,1,0}-{3319,4407,0,1,0}-{3321,4385,0,1,0}-{3321,4398,0,1,0}-{3322,4412,0,1,0}-{3323,4402,0,1,0}-{3324,4394,0,1,0}-{3324,4397,0,1,0}-{3325,4410,0,1,0}-"
- },
- {
- "npc_id": "7801",
- "loc_data": "{3283,4346,0,1,0}-{3308,4349,0,1,0}-{3293,4375,0,1,0}-{3303,4363,0,1,0}-"
- },
- {
- "npc_id": "7802",
- "loc_data": "{3288,4350,0,1,0}-{3296,4340,0,1,0}-{3288,4361,0,1,0}-{3310,4355,0,1,0}-"
- },
- {
- "npc_id": "7803",
- "loc_data": "{3297,4347,0,1,0}-{3315,4346,0,1,0}-{3282,4357,0,1,0}-{3303,4369,0,1,0}-"
- },
- {
- "npc_id": "7804",
- "loc_data": "{3279,4350,0,1,0}-{3294,4353,0,1,0}-{3294,4366,0,1,0}-"
- },
- {
- "npc_id": "7891",
- "loc_data": "{3207,3250,0,0,0}-{3208,3250,0,0,0}-{3209,3250,0,0,0}-"
- },
- {
- "npc_id": "7942",
- "loc_data": "{3294,4937,0,0,6}-"
- },
- {
- "npc_id": "7959",
- "loc_data": "{3188,3425,0,1,0}-"
- },
- {
- "npc_id": "7969",
- "loc_data": "{3205,3240,0,0,0}-"
- },
- {
- "npc_id": "8000",
- "loc_data": "{2987,3691,0,1,3}-"
- },
- {
- "npc_id": "8041",
- "loc_data": "{2794,3100,0,1,0}-"
- },
- {
- "npc_id": "8065",
- "loc_data": "{3399,3464,0,0,1}-"
- },
- {
- "npc_id": "8066",
- "loc_data": "{3346,3513,0,0,6}-"
- },
- {
- "npc_id": "8067",
- "loc_data": "{3280,3524,0,0,0}-"
- },
- {
- "npc_id": "8068",
- "loc_data": "{3237,3525,0,0,0}-"
- },
- {
- "npc_id": "8069",
- "loc_data": "{3171,3535,0,0,0}-"
- },
- {
- "npc_id": "8070",
- "loc_data": "{3088,3515,0,0,0}-"
- },
- {
- "npc_id": "8071",
- "loc_data": "{3035,3517,0,0,0}-"
- },
- {
- "npc_id": "8072",
- "loc_data": "{2972,3515,0,0,0}-"
- },
- {
- "npc_id": "8073",
- "loc_data": "{2941,3564,0,0,0}-"
- },
- {
- "npc_id": "8074",
- "loc_data": "{2946,3621,0,0,0}-"
- },
- {
- "npc_id": "8075",
- "loc_data": "{2938,3679,0,0,0}-"
- },
- {
- "npc_id": "8076",
- "loc_data": "{2939,3772,0,0,0}-"
- },
- {
- "npc_id": "8082",
- "loc_data": "{3552,5590,2,1,2}-"
- },
- {
- "npc_id": "8083",
- "loc_data": "{3560,5602,0,1,3}-"
- },
- {
- "npc_id": "8084",
- "loc_data": "{3541,5597,0,1,4}-"
- },
- {
- "npc_id": "8085",
- "loc_data": "{3550,5598,0,1,3}-"
- },
- {
- "npc_id": "8111",
- "loc_data": "{3273,3681,0,1,0}-"
- },
- {
- "npc_id": "8133",
- "loc_data": "{2993,4380,2,1,0}-"
- },
- {
- "npc_id": "8149",
- "loc_data": "{3244,9996,0,1,6}-{3229,10008,0,1,6}-{3222,10012,0,1,6}-{3205,10010,0,1,6}-{3212,10012,0,1,6}-{3205,10023,0,1,6}-{3210,10030,0,1,6}-{3212,10039,0,1,6}-{3213,10009,0,1,6}-{3243,9993,0,1,6}-{3218,10036,0,1,6}-{3218,10010,0,1,6}-"
- },
- {
- "npc_id": "8150",
- "loc_data": "{3241,9997,0,1,6}-{3230,10011,0,1,6}-{3221,10012,0,1,6}-{3207,10006,0,1,6}-{3207,10017,0,1,6}-{3209,10031,0,1,6}-{3209,10019,0,1,6}-{3217,10012,0,1,6}-{3224,10012,0,1,6}-"
- },
- {
- "npc_id": "8151",
- "loc_data": "{3241,9998,0,1,6}-{3223,10010,0,1,6}-{3208,10012,0,1,6}-{3209,10026,0,1,6}-{3214,10038,0,1,6}-{3211,10035,0,1,6}-{3214,10037,0,1,6}-{3240,9991,0,1,6}-{3231,10010,0,1,6}-{3210,10007,0,1,6}-{3222,10010,0,1,6}-"
- },
- {
- "npc_id": "8171",
- "loc_data": "{3281,3403,0,1,6}-"
- },
- {
- "npc_id": "8227",
- "loc_data": "{3135,3631,0,1,6}-"
- },
- {
- "npc_id": "8228",
- "loc_data": "{3142,3635,0,1,0}-"
- },
- {
- "npc_id": "8229",
- "loc_data": "{3128,3632,0,1,0}-{3135,3616,0,1,6}-"
- },
- {
- "npc_id": "8231",
- "loc_data": "{3135,3627,0,1,0}-"
- },
- {
- "npc_id": "8233",
- "loc_data": "{3133,3628,0,1,0}-"
- },
- {
- "npc_id": "8267",
- "loc_data": "{2866,3546,0,1,1}-"
- },
- {
- "npc_id": "8273",
- "loc_data": "{2931,3536,0,1,5}-"
- },
- {
- "npc_id": "8274",
- "loc_data": "{3514,3513,0,1,6}-"
- },
- {
- "npc_id": "8275",
- "loc_data": "{2869,2982,1,1,5}-"
- },
- {
- "npc_id": "8312",
- "loc_data": "{3016,9974,1,1,0}-{3021,9940,1,1,0}-{3023,9940,1,1,0}-{3024,9959,1,1,0}-{3027,9960,1,1,0}-{3043,9967,1,1,0}-{3023,9992,1,1,0}-{3016,10021,2,1,0}-{3028,10013,2,1,0}-{3029,10028,2,1,0}-{3038,10005,2,1,0}-{3044,10001,2,1,0}-{3045,9993,2,1,0}-{3045,9999,2,1,0}-{3047,10000,2,1,0}-{3052,10009,2,1,0}-{3054,10001,2,1,0}-{3056,10006,2,1,0}-{3032,10090,1,1,0}-{3040,10096,1,1,0}-{3048,10095,1,1,0}-"
- },
- {
- "npc_id": "8316",
- "loc_data": "{3017,9972,1,1,0}-{3025,9962,1,1,0}-{3030,9943,1,1,0}-{3033,9941,1,1,0}-{3034,9950,1,1,0}-{3035,9950,1,1,0}-{3036,9940,1,1,0}-{3038,9939,1,1,0}-{3045,9968,1,1,0}-{3058,9952,1,1,0}-{3063,9952,1,1,0}-{3025,9995,1,1,0}-{3027,10029,2,1,0}-{3051,10006,2,1,0}-{3052,10002,2,1,0}-{3054,10005,2,1,0}-{3027,10101,1,1,0}-{3039,10100,1,1,0}-{3054,10097,1,1,0}-"
- },
- {
- "npc_id": "8320",
- "loc_data": "{3014,9971,1,1,0}-{3016,9969,1,1,0}-{3028,9942,1,1,0}-{3029,9943,1,1,0}-{3030,9951,1,1,0}-{3033,9950,1,1,0}-{3045,9965,1,1,0}-{3061,9953,1,1,0}-{3062,9953,1,1,0}-{3030,9995,1,1,0}-{3016,10023,2,1,0}-{3029,10014,2,1,0}-{3029,10030,2,1,0}-{3036,10005,2,1,0}-{3042,9994,2,1,0}-{3047,10005,2,1,0}-{3049,10002,2,1,0}-{3053,9998,2,1,0}-{3031,10100,1,1,0}-{3044,10098,1,1,0}-{3049,10102,1,1,0}-"
- },
- {
- "npc_id": "8324",
- "loc_data": "{2911,3811,0,1,0}-{2911,3812,0,1,0}-{2911,3813,0,1,0}-{2925,3821,0,1,0}-{2925,3822,0,1,0}-{2925,3823,0,1,0}-{2929,3798,0,1,0}-{2936,3790,0,1,0}-{2936,3810,0,1,0}-{2939,3823,0,1,0}-{3427,5102,0,1,0}-{3428,5099,0,1,0}-{3428,5102,0,1,0}-{3430,5099,0,1,0}-{2949,3819,1,1,0}-{2949,3822,1,1,0}-{2955,3822,1,1,0}-{2957,3822,1,1,0}-{3016,9977,1,1,0}-{3021,9939,1,1,0}-{3024,9954,1,1,0}-{3025,9943,1,1,0}-{3025,9954,1,1,0}-{3026,9966,1,1,0}-{3032,9952,1,1,0}-{3039,9954,1,1,0}-{3044,9967,1,1,0}-{3044,9971,1,1,0}-{3057,9936,1,1,0}-{3059,9953,1,1,0}-{3041,9975,2,1,0}-{3043,9975,2,1,0}-{3045,9975,2,1,0}-{3016,10022,2,1,0}-{3017,10039,2,1,0}-{3027,10028,2,1,0}-{3029,10013,2,1,0}-{3036,10038,2,1,0}-{3037,10006,2,1,0}-{3041,10024,2,1,0}-{3043,10032,2,1,0}-{3057,10002,2,1,0}-{3058,10021,2,1,0}-{3065,10006,2,1,0}-{3027,10092,1,1,0}-{3035,10097,1,1,0}-{3051,10099,1,1,0}-"
- },
- {
- "npc_id": "8328",
- "loc_data": "{3055,10103,1,1,0}-"
- },
- {
- "npc_id": "8349",
- "loc_data": "{2589,5735,0,1,0}-{2589,5713,0,1,0}-{2610,5709,0,1,0}-{2613,5732,0,1,0}-"
- },
- {
- "npc_id": "8358",
- "loc_data": "{2601,5710,0,1,0}-{2603,5737,0,1,0}-"
- },
- {
- "npc_id": "8380",
- "loc_data": "{2907,3806,0,1,0}-"
- },
- {
- "npc_id": "8381",
- "loc_data": "{2910,3805,0,1,0}-"
- },
- {
- "npc_id": "8382",
- "loc_data": "{2912,3812,0,1,0}-{2923,3823,0,1,0}-"
- },
- {
- "npc_id": "8383",
- "loc_data": "{2908,3809,0,1,0}-{2919,3823,0,1,0}-"
- },
- {
- "npc_id": "8384",
- "loc_data": "{2922,3827,0,1,0}-"
- },
- {
- "npc_id": "8385",
- "loc_data": "{2924,3825,0,1,0}-"
- },
- {
- "npc_id": "8386",
- "loc_data": "{2921,3824,0,1,0}-"
- },
- {
- "npc_id": "8387",
- "loc_data": "{2934,3786,0,1,0}-"
- },
- {
- "npc_id": "8388",
- "loc_data": "{2935,3784,0,1,0}-{2940,3827,0,1,0}-"
- },
- {
- "npc_id": "8389",
- "loc_data": "{2937,3785,0,1,0}-"
- },
- {
- "npc_id": "8390",
- "loc_data": "{2935,3781,0,1,0}-{2939,3829,0,1,0}-"
- },
- {
- "npc_id": "8391",
- "loc_data": "{2937,3780,0,1,0}-{2940,3833,0,1,0}-"
- },
- {
- "npc_id": "8392",
- "loc_data": "{2938,3782,0,1,0}-{2938,3831,0,1,0}-"
- },
- {
- "npc_id": "8536",
- "loc_data": "{2654,5600,0,1,3}-{2650,5600,0,0,3}-{2662,5593,0,0,3}-{2653,5590,0,0,3}-{2644,5592,0,0,3}-{2644,5601,0,0,3}-{2654,5604,0,0,3}-{2663,5606,0,0,3}-{2670,5597,0,0,3}-{2657,5589,0,0,3}-"
- },
- {
- "npc_id": "8545",
- "loc_data": "{3122,3626,0,1,0}-"
- },
- {
- "npc_id": "8590",
- "loc_data": "{2743,3444,0,1,0}-"
- }
-]
\ No newline at end of file
+[
+ {
+ "npc_id": "0",
+ "loc_data": "{3221,3218,0,1,0}-{2522,5000,0,0,4}"
+ },
+ {
+ "npc_id": "1",
+ "loc_data": "{3222,3221,0,1,3}-{2804,3427,0,1,2}-{3285,3208,0,1,4}-{3093,3509,0,1,3}-{3098,3508,0,1,7}-{3096,3510,0,1,3}-{3017,3239,0,1,2}-{2712,3484,0,1,4}-{2693,3495,0,1,1}-{3237,3404,0,1,6}-{3237,3408,0,1,0}-{3247,3396,0,1,3}-{3263,3403,0,1,3}-{3210,3223,1,1,4}-{3230,3208,0,1,1}"
+ },
+ {
+ "npc_id": "2",
+ "loc_data": "{3298,3185,0,1,3}-{3101,3511,0,1,4}-{2690,3489,0,1,3}-{3236,3203,0,1,4}-{3217,3209,0,1,4}-{3237,3217,0,1,6}-{3282,3503,0,1,6}"
+ },
+ {
+ "npc_id": "3",
+ "loc_data": "{2818,3443,0,1,3}-{3306,3200,0,1,6}-{3300,3208,0,1,3}-{3095,3511,0,1,3}-{3094,3513,0,1,4}-{3097,3510,0,1,4}-{2699,3491,0,1,1}-{3231,3239,0,1,4}-{3278,3502,0,1,6}"
+ },
+ {
+ "npc_id": "4",
+ "loc_data": "{3010,3236,0,1,6}-{2693,3493,0,1,7}-{2693,3492,0,1,0}-{2695,3497,0,1,1}-{2700,3496,0,1,5}-{3230,3204,0,1,3}-{3281,3499,0,1,4}"
+ },
+ {
+ "npc_id": "5",
+ "loc_data": "{2817,3447,0,1,5}-{2697,3493,0,1,4}-{3236,3205,0,1,2}-{3230,3238,0,1,1}-{3279,3497,0,1,3}"
+ },
+ {
+ "npc_id": "6",
+ "loc_data": "{3097,3259,0,1,4}-{3280,3491,0,1,0}-{3246,3207,0,1,4}"
+ },
+ {
+ "npc_id": "7",
+ "loc_data": "{2920,3434,0,1,0}-{3226,3290,0,1,3}-{2629,3360,0,1,4}-{3158, 3301, 0, 1, 0}"
+ },
+ {
+ "npc_id": "8",
+ "loc_data": "{3019,3230,0,1,4}-{2804,3186,0,1,4}"
+ },
+ {
+ "npc_id": "9",
+ "loc_data": "{2964,3392,0,1,6}-{2967,3393,0,1,1}-{3008,3324,0,1,2}-{3007,3321,0,1,6}-{3005,3321,0,1,4}-{2965,3389,0,1,6}-{2966,3392,0,1,1}-{2964,3392,0,1,1}"
+ },
+ {
+ "npc_id": "11",
+ "loc_data": "{3235,3399,0,1,5}"
+ },
+ {
+ "npc_id": "13",
+ "loc_data": "{3108,3157,1,1,3}-{3113,3157,1,1,4}-{3107,3170,0,1,0}-{3112,3167,0,1,0}-{3106,3157,0,1,3}-{3110,3155,0,1,6}-{2588,3087,0,1,4}-{2592,3086,0,1,6}-{2590,3083,1,1,4}-{2587,3086,1,1,4}-{2594,3084,1,1,6}-{2593,3090,2,1,5}-{2594,3085,2,1,1}-{2588,3089,2,1,4}"
+ },
+ {
+ "npc_id": "14",
+ "loc_data": "{2914,3444,0,1,3}-{2905,3450,1,1,0}"
+ },
+ {
+ "npc_id": "15",
+ "loc_data": "{2584,3304,0,1,3}-{2588,3291,0,1,7}-{2584,3288,0,1,0}-{2631,3294,0,1,6}-{2629,3296,0,1,4}-{2563,3382,0,1,6}-{2569,3383,0,1,6}-{2571,3381,0,1,1}-{2575,3384,0,1,4}-{2572,3385,0,1,4}"
+ },
+ {
+ "npc_id": "16",
+ "loc_data": "{3279,3191,0,1,4}-{3296,3202,1,1,3}"
+ },
+ {
+ "npc_id": "18",
+ "loc_data": "{3282,3176,0,1,0}-{3284,3170,0,1,7}-{3284,3174,0,1,0}-{3288,3168,0,1,5}-{3292,3169,0,1,3}-{3295,3168,0,1,3}-{3301,3170,0,1,6}-{3301,3174,0,1,6}-{3301,3177,0,1,0}"
+ },
+ {
+ "npc_id": "19",
+ "loc_data": "{2971,3349,0,1,4}-{2979,3350,0,1,2}-{2973,3337,0,1,3}-{2959,3335,0,1,6}-{2982,3339,0,1,6}-{2983,3346,0,1,4}-{2980,3329,0,1,4}-{2987,3330,0,1,6}-{2958,3340,1,1,1}-{2970,3333,1,1,3}-{2966,3329,1,1,4}-{2961,3353,1,1,4}-{2973,3337,1,1,6}-{2998,3341,0,1,6}-{2983,3342,2,1,6}"
+ },
+ {
+ "npc_id": "20",
+ "loc_data": "{2588,3301,1,0,0}"
+ },
+ {
+ "npc_id": "21",
+ "loc_data": "{2630,3288,0,1,1}-{2647,3306,0,1,1}-{2667,3315,0,1,4}"
+ },
+ {
+ "npc_id": "23",
+ "loc_data": "{2582,3297,0,1,6}-{2652,3318,0,1,0}-{2653,3300,0,1,5}-{2669,3298,0,1,4}-{2671,3313,0,1,6}"
+ },
+ {
+ "npc_id": "24",
+ "loc_data": "{2614,3318,0,1,6}-{2621,3293,0,1,3}"
+ },
+ {
+ "npc_id": "25",
+ "loc_data": "{2612,3316,0,1,1}-{2574,3321,1,1,4}-{2621,3293,1,1,3}"
+ },
+ {
+ "npc_id": "27",
+ "loc_data": "{2574,3285,2,0,0}-{2574,3308,2,0,0}-{2582,3284,2,0,0}-{2582,3309,2,0,0}-{2588,3290,2,0,0}-{2588,3303,2,0,0}-{2902,3568,1,1,3}-{2903,3569,1,1,3}-{2903,3567,1,0,3}-{2904,3566,1,0,3}-{2894,3559,1,0,3}-{2892,3557,1,0,3}-{2893,3569,1,0,3}"
+ },
+ {
+ "npc_id": "28",
+ "loc_data": "{2611,3269,0,0,0}"
+ },
+ {
+ "npc_id": "31",
+ "loc_data": "{2616,3308,0,1,1}"
+ },
+ {
+ "npc_id": "32",
+ "loc_data": "{2651,3307,0,1,1}-{2659,3309,0,1,6}-{2660,3309,0,1,3}-{2661,3309,0,1,1}-{2661,3317,0,1,5}-{2663,3301,0,1,3}-{2665,3300,0,1,3}-{2636,3342,0,1,4}-{2634,3342,0,1,3}-{2635,3339,0,1,3}"
+ },
+ {
+ "npc_id": "34",
+ "loc_data": "{2548,3111,1,1,3}-{2545,3116,1,1,7}-{2549,3115,1,1,1}-{2549,3112,1,1,4}"
+ },
+ {
+ "npc_id": "35",
+ "loc_data": "{2545,3094,0,1,3}-{2549,3093,0,1,2}-{2543,3089,0,1,3}-{2540,3098,0,1,3}"
+ },
+ {
+ "npc_id": "36",
+ "loc_data": "{3020,3373,0,1,0}"
+ },
+ {
+ "npc_id": "38",
+ "loc_data": "{2952,3063,0,0,0}-{2955,3057,0,0,0}-{2956,3035,0,0,0}-{2969,3034,0,0,0}-{2984,3048,0,0,0}"
+ },
+ {
+ "npc_id": "39",
+ "loc_data": "{2958,3055,0,0,0}-{2954,3029,0,0,0}-{2968,3039,0,0,0}-{2984,3048,0,0,0}-{2989,3058,0,0,0}-{2982,3060,0,0,0}-{2972,3060,0,0,0}-{2998,3061,0,0,0}-{2999,3049,0,0,0}"
+ },
+ {
+ "npc_id": "40",
+ "loc_data": "{3005,3060,0,0,0}-{3008,3067,0,0,0}"
+ },
+ {
+ "npc_id": "41",
+ "loc_data": "{3197,3356,0,1,4}-{3234,3297,0,1,3}-{3230,3296,0,1,5}-{3236,3288,0,1,6}-{3236,3300,0,1,2}-{3231,3308,0,1,3}-{2965,3336,0,1,4}-{3110,9573,0,1,6}-{2655,3441,0,1,6}-{2649,3438,0,1,7}-{2649,3446,0,1,6}-{2653,3444,0,1,6}-{2647,3441,0,1,1}-{2784,3062,0,1,4}-{2789,3063,0,1,4}-{3160,3082,0,1,3}-{3140,3096,0,1,3}-{3140,3093,0,1,0}-{3138,3094,0,1,1}-{3140,3093,0,1,3}-{3138,3093,0,1,1}-{3138,3094,0,1,0}-{3189,3278,0,1,3}-{3187,3276,0,1,5}-{3188,3278,0,1,4}-{2851,3370,0,1,3}-{2846,3374,0,1,3}-{2853,3372,0,1,3}-{2847,3373,0,1,3}-{2850,3371,0,1,1}-{2851,3373,0,1,4}-{2852,3370,0,1,4}-{3234,3293,0,1,4}-{3229,3298,0,1,1}-{3228,3296,0,1,4}-{2815,3560,0,1,7}-{2819,3561,0,1,4}-{2818,3559,0,1,6}-{3140,3093,0,1,1}-{2674,3652,0,1,3}-{2672,3655,0,1,6}-{2677,3655,0,1,6}-{2694,3274,0,1,6}-{2695,3275,0,1,3}"
+ },
+ {
+ "npc_id": "42",
+ "loc_data": "{3237,3346,0,1,1}"
+ },
+ {
+ "npc_id": "43",
+ "loc_data": "{3241,3354,0,1,3}-{3200,3263,0,0,0}-{3212,3262,0,1,1}-{2926,3323,0,1,0}-{2922,3325,0,1,3}"
+ },
+ {
+ "npc_id": "44",
+ "loc_data": "{3251,3418,0,0,1}-{3252,3418,0,0,1}-{3253,3418,0,0,1}-{3096,3489,0,0,3}-{3254,3418,0,0,1}-{3255,3418,0,0,1}-{3256,3418,0,0,1}-{3147,3448,0,0,1}-{3180,3436,0,0,4}-{3180,3440,0,0,4}-{3180,3444,0,0,4}-{3096,3493,0,0,3}-{3097,3494,0,0,1}-{3191,3437,0,0,3}-{3191,3441,0,0,3}-{3191,3445,0,0,3}"
+ },
+ {
+ "npc_id": "45",
+ "loc_data": "{3096,3491,0,0,3}-{3148,3448,0,0,0}-{3191,3443,0,0,3}-{3191,3439,0,0,3}-{3191,3435,0,0,3}-{3180,3442,0,0,4}-{3180,3434,0,0,4}-{2843,5214,0,0,4}-{3180,3438,0,0,4}"
+ },
+ {
+ "npc_id": "46",
+ "loc_data": "{3179,3348,0,1,0}-{3178,3353,0,1,0}-{3211,3322,0,1,0}-{3214,3314,0,1,0}-{3214,3318,0,1,0}-{3216,3314,0,1,0}-{3218,3287,0,1,0}-{3223,3281,0,1,0}-{3231,3271,0,1,0}-{3233,3267,0,1,0}-{3233,3270,0,1,0}-{3235,3265,0,1,0}-{3235,3259,0,1,0}-{3238,3244,0,1,0}-{3241,3230,0,1,0}-{3241,3234,0,1,0}-{3243,3228,0,1,0}-{3247,3221,0,1,0}-{3248,3220,0,1,0}-{3259,3212,0,1,0}-{2979,3359,0,1,0}-{2979,3357,0,1,0}-{2993,3384,0,1,6}-{3015,3285,0,1,0}"
+ },
+ {
+ "npc_id": "47",
+ "loc_data": "{3108, 9754, 0, 1, 5}-{3110, 9754, 0, 1, 5}-{3108, 9750, 0, 1, 5}-{2930,9699,0,1,0}-{2933,9697,0,1,0}-{2932,9685,0,1,0}-{2930,9693,0,1,0}-{3097,3364,0,1,3}-{3102,3363,0,1,5}-{3341,3267,0,1,5}-{3235,3224,0,1,3}-{3229,3220,0,1,4}-{3211,3211,0,1,3}-{3225,3220,0,1,1}-{3237,3215,0,1,5}-{3211,3210,0,1,7}-{3227,3220,0,1,7}-{3233,3227,0,1,5}-{3227,3210,0,1,6}-{3228,3222,0,1,4}-{3229,3226,0,1,0}-{3127,3487,0,1,4}-{3125,3486,0,1,6}-{3127,3486,0,1,4}-{3019,3292,0,1,7}-{3018,3295,0,1,7}-{3001,3202,0,1,5}-{3021,3205,0,1,6}-{3026,3174,0,1,5}-{3019,3176,0,1,7}-{3076,3282,0,1,5}-{3089,3266,0,1,4}-{3091,3266,0,1,4}-{3243,3687,0,1,5}-{3249,3669,0,1,3}-{3252,3675,0,1,4}-{3252,3680,0,1,3}-{3259,3683,0,1,0}-{3276,9871,0,1,1}-{3277,9871,0,1,3}-{3225,9862,0,1,4}-{3222,9861,0,1,6}-{3220,9860,0,1,6}-{3219,9865,0,1,6}-{3237,9862,0,1,4}-{3236,3217,0,1,4}-{3259,3230,0,1,4}-{3158,3226,0,1,5}-{3160,3202,0,1,4}-{3233,3237,0,1,7}-{2821,3170,0,1,1}-{2801,3158,0,1,2}-{2852,9642,0,1,6}-{2858,9632,0,1,3}-{2536,2982,0,1,3}-{2531,2980,0,1,0}-{2522,2981,0,1,4}-{2545,2989,0,1,4}-{2523,2970,0,1,2}-{2603,9480,0,1,1}-{2600,9477,0,1,0}-{2579,9496,0,1,4}-{2580,9508,0,1,0}-{2571,9522,0,1,4}-{2654,9640,0,1,6}-{2655,9637,0,1,4}-{2656,9639,0,1,7}-{2651,9636,0,1,5}-{2648,9637,0,1,4}-{2651,9642,0,1,1}-{2654,9640,0,1,0}-{2654,9635,0,1,6}-{2655,9635,0,1,3}-{2664,9626,0,1,6}-{2664,9624,0,1,1}-{2661,9623,0,1,1}-{2663,9623,0,1,3}-{2664,9626,0,1,6}-{2592,9831,0,1,3}-{2588,9825,0,1,6}-{2583,9829,0,1,4}-{2581,9841,0,1,0}-{2597,9823,0,1,2}-{2579,9805,0,1,3}-{2576,9804,0,1,0}-{2573,9805,0,1,5}-{2571,9808,0,1,3}-{2576,9810,0,1,2}-{2587,9802,0,1,2}-{2592,9800,0,1,4}-{2596,9805,0,1,6}-{2601,9802,0,1,5}-{2585,9801,0,1,7}-{2594,9803,0,1,0}-{2590,9806,0,1,3}-{2612,9808,0,1,6}-{2604,9810,0,1,6}-{2579,9821,0,1,2}-{2576,9812,0,1,6}-{2580,9813,0,1,6}-{2600,9813,0,1,4}-{2599,9809,0,1,4}-{2514,3193,0,1,6}-{2518,3192,0,1,3}-{2507,3181,0,1,3}-{2508,3178,0,1,6}-{2511,3183,0,1,3}-{2515,3182,0,1,1}-{2565,9505,0,1,1}-{2566,9510,0,1,6}-{2594,9497,0,1,4}-{3475,9840,0,1,6}-{3481,9842,0,1,1}-{3486,9843,0,1,7}-{3483,9824,0,1,4}-{3496,9808,0,0,5}-{3490,9815,0,1,1}-{3478,9834,0,0,3}-{3490,9824,0,1,4}"
+ },
+ {
+ "npc_id": "48",
+ "loc_data": "{2775,2929,0,1,2}-{2789,2926,0,1,5}-{2795,2932,0,1,6}-{2775,2933,0,1,0}-{2769,2928,0,1,3}-{2817,2921,0,1,2}"
+ },
+ {
+ "npc_id": "49",
+ "loc_data": "{2871,9819,0,1,0}-{2871,9822,0,1,0}-{2870,9826,0,1,0}-{2869,9829,0,1,0}-{2867,9834,0,1,0}-{2867,9841,0,1,0}-{2864,9853,0,1,0}-{2859,9852,0,1,0}-{2851,9850,0,1,0}-{2856,9846,0,1,0}-{2857,9841,0,1,0}-{2861,9838,0,1,0}-{2854,9838,0,1,0}-{3104,3680,0,1,3}-{3114,3688,0,1,1}-{3121,3675,0,1,1}-{3127,3695,0,1,3}-{3129,3678,0,1,2}-{3130,3689,0,1,2}-{3128,3665,0,1,3}-{3135,3701,0,1,6}-{3085,10134,0,1,0}-{3090,10123,0,1,0}-{3094,10133,0,1,0}-{3095,10120,0,1,0}-{3095,10128,0,1,0}-{3098,10122,0,1,0}-{3104,10127,0,1,0}-{3105,10125,0,1,0}-{3177,3905,0,1,4}-{3180,3908,0,1,2}-{3189,3914,0,1,6}-{3193,3906,0,1,2}-{2402,9785,0,1,1}-{2403,9782,0,1,1}-{2408,9782,0,1,1}-{2408,9785,0,1,1}-{2413,9776,0,1,1}-{2417,9777,0,1,1}-{2412,9773,0,1,1}-{2416,9773,0,1,1}-{2735,9692,0,1,1}-{2732,9687,0,1,1}-{2733,9688,0,1,1}-{2734,9690,0,1,1}-{2733,9686,0,1,1}-{2732,9692,0,1,1}-{2736,9685,0,1,1}-{2730,9691,0,1,1}"
+ },
+ {
+ "npc_id": "50",
+ "loc_data": "{2273,4698,0,0,0}"
+ },
+ {
+ "npc_id": "52",
+ "loc_data": "{2898,9764,0,1,0}-{2892,9800,0,1,0}-{2912,9808,0,1,0}"
+ },
+ {
+ "npc_id": "53",
+ "loc_data": "{2694,9508,0,0,3}-{2703,9505,0,0,6}-{2710,9499,0,0,1}-{2704,9520,0,0,5}-{2714,9523,0,0,3}-{2722,9520,0,0,7}-{3232,3790,0,0,4}"
+ },
+ {
+ "npc_id": "54",
+ "loc_data": "{2834,9824,0,1,0}"
+ },
+ {
+ "npc_id": "55",
+ "loc_data": "{2897,9802,0,1,0}-{2909,9906,0,1,4}"
+ },
+ {
+ "npc_id": "58",
+ "loc_data": "{3289,5482,0,1,1}-{3296,5472,0,1,0}-{3291,5466,0,1,6}-{3294,5481,0,1,0}-{3300,5479,0,1,7}-{3288,5480,0,1,3}-{3293,5475,0,1,3}-{3293,5481,0,1,2}-{3286,5465,0,1,3}-{3279,5478,0,1,4}-{3270,5464,0,1,2}-{3270,5468,0,1,1}-{2574,9874,0,1,0}-{2577,9877,0,1,3}-{2574,9878,0,1,0}-{2575,9871,0,1,4}"
+ },
+ {
+ "npc_id": "59",
+ "loc_data": "{3182,3244,0,1,1}-{3250,3239,0,1,1}-{3241,3241,0,1,1}-{3188,3216,0,1,1}-{3082,3362,0,1,4}-{3146,3347,0,1,3}-{3249,3249,0,1,1}-{3102,9881,0,1,3}-{3095,9883,0,1,2}-{3218,9890,0,1,3}-{3220,9887,0,1,0}-{3218,9887,0,1,1}-{3218,9889,0,1,5}-{3213,9890,0,1,1}-{3169,3257,0,1,1}-{3164,3236,0,1,6}-{3148,3226,0,1,5}-{3162,3223,0,1,7}-{3151,3221,0,1,0}-{3160,3221,0,1,0}-{2461,2880,0,1,5}-{2489,2935,0,1,7}-{2492,2907,0,1,1}-{2496,2890,0,1,4}-{2487,2894,0,1,2}-{2487,2888,0,1,7}-{2483,2877,0,1,3}-{2481,2876,0,1,4}-{2457,2867,0,1,4}-{2481,2847,0,1,0}-{2475,2854,0,1,3}-{2482,2873,0,1,3}-{2485,2876,0,1,2}-{2449,2865,0,1,1}-{2478,2916,0,1,5}-{2485,2902,0,1,3}-{2487,2902,0,1,2}-{2489,2894,0,1,2}-{2490,2905,0,1,7}-{2490,2917,0,1,5}-{2484,2890,0,1,1}-{2503,2889,0,1,1}-{2491,2927,0,1,1}-{2497,2939,0,1,2}-{2648,9766,0,1,4}-{2653,9761,0,1,3}"
+ },
+ {
+ "npc_id": "60",
+ "loc_data": "{3189,3883,0,1,5}-{3182,3882,0,1,5}-{3177,3871,0,1,0}-{3176,3878,0,1,0}-{3173,3892,0,1,6}-{3171,3884,0,1,4}-{3166,3874,0,1,1}-{3169,3900,0,1,1}-{3165,3881,0,1,3}-{3164,3888,0,1,6}-{3163,3894,0,1,7}-{3162,3894,0,1,4}-{2547,2982,0,1,6}-{2477,2866,0,1,5}-{2484,2897,0,1,3}-{2455,2857,0,1,6}-{2434,2845,0,1,4}-{2544,2904,0,1,2}-{2548,2981,0,1,1}-{2448,2784,0,1,7}-{2460,2869,0,1,3}-{2471,2890,0,1,6}-{2491,2906,0,1,0}-{2523,2975,0,1,1}"
+ },
+ {
+ "npc_id": "61",
+ "loc_data": "{2893,9835,0,1,0}-{2895,9828,0,1,0}-{2891,9831,0,1,0}-{3111, 9747, 0, 1, 5}-{3108, 9747, 0, 1, 5}-{3321,3145,0,1,3}-{3327,3131,0,1,5}-{3322,3143,0,1,3}-{3182,3878,0,1,6}-{3182,3886,0,1,7}-{3182,3888,0,1,5}-{3175,3888,0,1,4}-{3175,3879,0,1,7}-{3174,3879,0,1,3}-{3174,3882,0,1,0}-{3175,3885,0,1,3}-{3172,3876,0,1,2}-{3172,3894,0,1,1}-{3172,3885,0,1,3}-{3165,3886,0,1,3}-{3165,3896,0,1,1}-{3166,3886,0,1,1}-{3164,3893,0,1,4}-{3163,3881,0,1,4}-{3159,3889,0,1,0}-{3213,9890,0,1,5}-{3210,9886,0,1,4}-{3213,9887,0,1,1}-{3207,9880,0,1,0}-{3255,9870,0,1,4}-{3258,9872,0,1,3}-{3261,9870,0,1,4}-{3156,3248,0,1,4}-{3143,3241,0,1,4}-{3156,3249,0,1,4}-{3175,3248,0,1,7}-{3169,3260,0,1,4}-{3171,3254,0,1,5}-{3162,3246,0,1,6}-{3179,3262,0,1,1}-{3162,3226,0,1,1}-{3166,3222,0,1,1}-{3157,3229,0,1,5}-{3168,3222,0,1,4}-{3211,9622,0,1,2}-{3215,9620,0,1,4}-{3212,9618,0,1,3}-{3217,9617,0,1,3}-{3214,9620,0,1,7}-{2541,3189,0,1,3}-{2542,3187,0,1,6}-{2543,3186,0,1,4}-{2545,3183,0,1,3}-{2545,3183,0,1,3}-{2545,3182,0,1,3}-{2543,3183,0,1,0}-{2543,3182,0,1,3}-{2539,3182,0,1,0}"
+ },
+ {
+ "npc_id": "62",
+ "loc_data": "{2769,3198,0,1,7}-{2768,3206,0,1,1}-{2776,3107,0,1,1}-{2794,3121,0,1,3}-{2795,3118,0,1,1}-{2796,3109,0,1,1}-{2808,3112,0,1,6}-{2791,3124,0,1,1}-{2860,3094,0,1,6}-{2854,3086,0,1,6}-{2863,3083,0,1,3}-{2853,3081,0,1,4}-{2859,3079,0,1,4}-{2859,3075,0,1,6}-{2871,3092,0,1,1}-{2867,3094,0,1,1}-{2861,3082,0,1,3}-{2861,3094,0,1,3}-{2863,3081,0,1,2}-{2864,3089,0,1,3}-{2859,3084,0,1,0}-{2850,3060,0,1,6}-{2857,3044,0,1,7}-{2856,3066,0,1,4}-{2784,3030,0,1,4}-{2783,3017,0,1,3}-{2811,2975,0,1,7}-{2815,2987,0,1,5}-{2808,3007,0,1,6}-{2812,3007,0,1,1}-{2885,2950,0,1,4}-{2891,2951,0,1,6}-{2894,2946,0,1,4}-{2928,3022,0,1,3}-{2930,3029,0,1,4}-{2927,3039,0,1,6}-{2928,3043,0,1,0}-{2929,3036,0,1,7}-{2919,3040,0,1,4}-{2934,3045,0,1,2}-{2929,3035,0,1,4}-{2914,3055,0,1,4}-{2922,3059,0,1,3}-{2930,3049,0,1,4}-{2914,3047,0,1,4}-{2935,3049,0,1,1}-{2927,3058,0,1,3}"
+ },
+ {
+ "npc_id": "63",
+ "loc_data": "{3128,9954,0,1,0}-{3127,9956,0,1,0}-{3125,9958,0,1,0}-{3117,9956,0,1,0}-{3122,9956,0,1,0}-{3120,9952,0,1,0}-{3123,9951,0,1,0}-{3125,9948,0,1,0}-{3118,9950,0,1,0}-{3074,3892,0,1,3}-{3071,3894,0,1,7}-{3062,3897,0,1,3}-{3058,3889,0,1,4}-{3054,3880,0,1,2}-{3054,3895,0,1,7}-{3051,3879,0,1,6}-{3051,3886,0,1,6}-{3047,3893,0,1,1}-{3047,3881,0,1,4}-{3044,3893,0,1,5}-{3041,3894,0,1,1}-{3038,3890,0,1,1}-{3046,3872,0,1,4}-{3165,9891,0,1,6}-{3177,9886,0,1,4}-{3175,9889,0,1,4}-{3177,9879,0,1,4}-{3177,9888,0,1,1}-{3178,9895,0,1,4}-{3182,9884,0,1,3}-{2841,9583,0,1,4}-{2841,9582,0,1,4}-{2839,9582,0,1,1}-{2837,9572,0,1,6}-{2832,9580,0,1,1}-{3164,9888,0,1,3}-{3169,9892,0,1,6}-{3258,5560,0,1,2}-{3258,5555,0,1,3}-{3260,5557,0,1,3}-{3257,5552,0,1,1}-{3260,5558,0,1,5}-{3258,5556,0,1,6}-{3257,5555,0,1,6}-{3260,5559,0,1,7}-{3257,5561,0,1,1}"
+ },
+ {
+ "npc_id": "64",
+ "loc_data": "{2945,3910,0,1,0}-{2956,3923,0,1,0}-{2961,3919,0,1,0}-{2968,3915,0,1,0}-{2972,3927,0,1,0}-{2975,3949,0,1,0}-{2961,3945,0,1,0}-{2950,3927,0,1,0}-{2684,9798,0,1,2}-{2691,9814,0,1,5}-{2694,9819,0,1,6}-{2696,9831,0,1,3}-{2702,9837,0,1,6}-{2709,9844,0,1,3}-{2720,9847,0,1,4}-{2724,9843,0,1,6}-{2733,9846,0,1,4}-{2740,9841,0,1,3}-{2745,9836,0,1,4}-{2745,9828,0,1,5}-{2747,9826,0,1,1}"
+ },
+ {
+ "npc_id": "66",
+ "loc_data": "{2507,3204,0,1,5}-{2506,3205,0,1,6}-{2526,3169,0,1,6}-{2540,3226,0,1,6}-{2528,3164,0,1,6}-{2529,3169,0,1,1}-{2537,3170,0,1,1}"
+ },
+ {
+ "npc_id": "67",
+ "loc_data": "{2507,3200,0,1,6}-{2516,3212,0,1,1}"
+ },
+ {
+ "npc_id": "68",
+ "loc_data": "{2518,3209,0,1,3}-{2533,3209,0,1,5}-{2530,3212,0,1,1}"
+ },
+ {
+ "npc_id": "73",
+ "loc_data": "{3268,9893,0,1,3}-{3251,9896,0,1,6}-{3087,9672,0,1,1}-{3103,9672,0,1,1}-{3119,9670,0,1,1}-{3123,9657,0,1,2}"
+ },
+ {
+ "npc_id": "74",
+ "loc_data": "{3148,9899,0,1,3}-{3147,9905,0,1,6}-{3141,9901,0,1,5}-{3142,9891,0,1,6}-{3139,9886,0,1,2}-{3148,9883,0,1,1}-{3151,9889,0,1,3}-{3126,9865,0,1,7}-{3129,9859,0,1,3}-{3121,9863,0,1,3}-{3126,9862,0,1,5}-{3082,9671,0,1,3}-{3105,9672,0,1,1}-{3113,9673,0,1,3}-{3124,9660,0,1,3}-{3122,9656,0,1,4}-{3117,9646,0,1,1}-{3124,9651,0,1,2}-{3117,9645,0,1,3}-{3094,9671,0,1,3}-{2843,9767,0,1,3}-{2845,9762,0,1,7}-{2842,9759,0,1,6}"
+ },
+ {
+ "npc_id": "75",
+ "loc_data": "{2931,9641,0,1,6}-{3226,9909,0,1,4}-{3225,9905,0,1,0}-{3234,9907,0,1,4}-{2931,9643,0,1,6}-{2588,9493,0,1,3}-{2584,9491,0,1,3}-{2589,9492,0,1,4}-{2591,9492,0,1,6}-{2593,9491,0,1,6}-{2588,9491,0,1,3}-{2839,9774,0,1,4}"
+ },
+ {
+ "npc_id": "76",
+ "loc_data": "{2843,9774,0,1,6}-{2842,9769,0,1,4}-{2842,9764,0,1,7}-{2845,9754,0,1,4}-{2849,9751,0,1,1}-{2850,9747,0,1,3}-{2844,9758,0,1,7}-{2540,9814,0,1,6}-{2547,9817,0,1,6}"
+ },
+ {
+ "npc_id": "78",
+ "loc_data": "{2905,9832,0,1,0}-{2907,9831,0,1,0}-{2913,9828,0,1,0}-{2921,9826,0,1,0}-{2924,9831,0,1,0}-{2921,9834,0,1,0}-{2918,9831,0,1,0}-{2908,9838,0,1,0}-{2913,9841,0,1,0}-{3069,3901,0,1,4}-{3079,3955,0,1,3}-{3076,3953,0,1,0}-{3079,3952,0,1,1}-{3072,3952,0,1,0}-{3075,3948,0,1,2}-{3072,3956,0,1,1}-{3085,3951,0,1,6}-{2862,9569,0,1,4}-{2857,9571,0,1,7}-{2837,9561,0,1,1}-{3787,9459,0,1,1}-{3725,9369,0,1,1}-{3737,9390,0,1,4}-{3738,9399,0,1,0}-{3740,9407,0,1,1}-{3755,9424,0,1,0}-{3803,9447,0,1,4}-{3765,9407,0,1,1}-{3762,9395,0,1,3}-{3760,9440,0,1,4}-{3737,9425,0,1,7}-{3720,9430,0,1,4}-{3736,9451,0,1,3}-{3728,9463,0,1,2}-{3740,9462,0,1,4}-{3770,9463,0,1,1}-{3778,9438,0,1,1}-{3786,9422,0,1,4}-{3800,9419,0,1,3}-{3797,9427,0,1,4}-{3820,9432,0,1,5}-{3825,9414,0,1,3}-{3833,9415,0,1,0}-{3752,9450,0,1,6}-{3825,9449,0,1,3}-{3827,9459,0,1,1}-{3818,9466,0,1,4}-{3799,9460,0,1,1}-{3794,9451,0,1,1}-{3762,9432,0,1,1}-{3725,9390,0,1,3}-{2672,9805,0,1,3}-{2663,9804,0,1,4}-{2658,9809,0,1,5}-{3753,9387,0,1,0}-{3728,9382,0,1,3}-{3733,9421,0,1,7}-{2568,9528,0,1,5}-{2573,9530,0,1,3}-{2575,9525,0,1,6}-{2571,9528,0,1,7}-{2608,9818,0,1,7}-{2609,9825,0,1,5}-{2607,9830,0,1,1}-{2605,9837,0,1,1}-{2607,9833,0,1,6}-{3729,9360,0,1,6}-{2759,3402,0,1,2}-{2756,3400,0,1,0}-{2543,9564,0,1,1}-{2543,9562,0,1,1}-{2542,9557,0,1,1}-{2542,9569,0,1,4}-{2540,9566,0,1,0}-{2549,9568,0,1,6}-{2538,9568,0,1,3}-{2585,3479,0,1,1}-{2589,3480,0,1,2}-{2582,3476,0,1,3}-{2588,3485,0,1,4}-{2580,3490,0,1,5}-{2577,3482,0,1,6}-{2583,3484,0,1,7}"
+ },
+ {
+ "npc_id": "80",
+ "loc_data": "{2619,3265,0,1,0}-{2619,3265,0,1,3}-{2615,3267,0,1,4}"
+ },
+ {
+ "npc_id": "81",
+ "loc_data": "{3255,3255,0,1,3}-{3255,3256,0,1,4}-{3038,3310,0,1,5}-{3028,3312,0,1,6}-{3028,3299,0,1,6}-{3042,3300,0,1,6}-{2923,3277,0,1,1}-{2921,3289,0,1,1}-{2923,3280,0,1,6}-{2589,3120,0,1,4}-{2605,3116,0,1,5}-{3259,3261,0,1,1}-{3263,3283,0,1,6}-{3257,3268,0,1,4}"
+ },
+ {
+ "npc_id": "82",
+ "loc_data": "{2936,9652,0,1,3}-{2926,9803,0,1,0}-{2935,9794,0,1,0}-{3052,3117,2,1,1}-{2841,9557,0,1,3}-{2831,9562,0,1,3}-{2838,9605,0,1,3}-{3058,10128,0,1,0}-{3046,10139,0,1,0}-{3110,3157,2,1,5}"
+ },
+ {
+ "npc_id": "83",
+ "loc_data": "{3169,3711,0,1,7}-{3095,10095,0,1,0}-{3095,10086,0,1,0}-{2639,9477,2,0,3}-{2635,9497,2,0,2}"
+ },
+ {
+ "npc_id": "84",
+ "loc_data": "{2875,9776,0,1,0}-{2862,9776,0,1,0}-{2860,9762,0,1,0}-{2854,9780,0,1,0}-{2866,9781,0,1,0}-{2700,9481,0,0,5}-{2729,9483,0,0,5}"
+ },
+ {
+ "npc_id": "86",
+ "loc_data": "{2632,9696,0,1,1}-{2639,9697,0,1,3}-{2646,9696,0,1,3}-{2650,9697,0,1,4}-{2646,9702,0,1,6}-{3098,9880,0,1,5}-{3094,9883,0,1,1}-{3196,3208,0,1,1}-{3119,9891,0,1,4}-{3249,9868,0,1,4}-{3237,9868,0,1,3}-{3221,9873,0,1,6}-{3225,9862,0,1,2}-{3199,3209,0,1,1}-{3193,3211,0,1,5}-{3197,3203,0,1,1}-{3201,3200,0,1,4}-{3199,3210,0,1,0}-{3191,3207,0,1,4}-{3037,9511,0,1,6}-{3105,9517,0,1,7}-{3101,9517,0,1,6}-{3102,9521,0,1,4}-{3106,9519,0,1,1}-{3104,9514,0,1,4}-{3104,9518,0,1,1}-{3107,9519,0,1,1}-{3109,9516,0,1,1}-{3107,9515,0,1,7}-{3105,9512,0,1,6}-{3102,9513,0,1,3}-{3100,9514,0,1,1}-{3100,9516,0,1,7}-{3099,9521,0,1,0}-{3103,9523,0,1,1}-{3212,3191,0,1,6}-{3207,3192,0,1,2}-{3216,3184,0,1,2}-{3224,3174,0,1,4}-{3229,3183,0,1,5}-{3222,3185,0,1,3}-{3216,3177,0,1,4}-{3200,3182,0,1,5}-{3202,3189,0,1,6}-{3188,3181,0,1,7}-{3181,3191,0,1,7}-{3185,3199,0,1,4}-{3176,3198,0,1,6}-{3168,3188,0,1,4}-{3172,3178,0,1,1}-{3179,3174,0,1,1}-{3189,3168,0,1,5}-{3237,9866,0,1,6}-{3232,9867,0,1,7}-{3219,9862,0,1,7}-{3227,9875,0,1,4}-{3276,9870,0,1,3}-{3291,3388,0,1,6}-{2647,9713,0,1,3}-{2641,9719,0,1,1}-{2650,9716,0,1,1}-{2518,3187,0,1,3}-{3495,9812,0,1,1}-{3502,9807,0,0,4}"
+ },
+ {
+ "npc_id": "87",
+ "loc_data": "{3241,3531,0,1,7}-{3260,3540,0,1,7}-{3103,9881,0,1,3}-{3122,9889,0,1,2}-{3117,9890,0,1,2}-{3293,3382,0,1,4}-{2520,3188,0,1,3}"
+ },
+ {
+ "npc_id": "88",
+ "loc_data": "{2601,9802,0,1,6}-{2594,9805,0,1,1}-{2587,9806,0,1,2}-{2585,9803,0,1,1}-{2584,9801,0,1,5}"
+ },
+ {
+ "npc_id": "89",
+ "loc_data": "{2783,3463,0,1,7}-{2629,3266,0,1,2}-{2634,3265,0,1,1}-{2575,3058,0,0,6}-{3080,3451,0,1,1}-{3096,3460,0,1,3}-{3142,3211,0,1,6}-{2557,3065,0,0,1}-{3294,3344,0,1,3}-{3289,3349,0,1,6}-{3286,3345,0,1,1}"
+ },
+ {
+ "npc_id": "90",
+ "loc_data": "{2885,9812,0,1,0}-{2883,9836,0,1,0}-{2925,3254,2,0,3}-{3116,3534,0,0,4}-{3110,3367,0,0,3}-{3110,9909,0,1,4}-{3121,9910,0,1,4}-{3133,9909,0,1,5}-{3133,9904,0,1,6}-{3129,9916,0,1,3}-{3133,9916,0,1,0}-{3141,9875,0,1,6}-{3208,9905,0,1,4}-{2852,9577,0,1,1}-{2865,9567,0,1,3}-{2924,3252,2,1,3}-{2926,3255,2,1,4}-{2932,3255,2,1,3}-{2931,3251,2,1,4}-{3194,5448,0,1,3}-{3183,5447,0,1,3}-{3177,5457,0,1,4}-{3187,5456,0,1,1}-{3003,3593,0,1,5}-{3007,3596,0,1,4}-{3025,3595,0,1,4}-{3022,3594,0,1,0}"
+ },
+ {
+ "npc_id": "91",
+ "loc_data": "{3099,9910,0,1,3}-{3100,9906,0,1,6}-{3212,9906,0,1,6}-{3252,9916,0,1,3}-{3259,9915,0,1,3}-{3272,9913,0,1,6}-{3274,9914,0,1,1}-{3278,9908,0,1,1}-{3275,9911,0,1,5}-{3194,5454,0,1,4}"
+ },
+ {
+ "npc_id": "92",
+ "loc_data": "{3111,3561,0,1,3}-{3132,9915,0,1,5}-{3095,9909,0,1,3}-{3149,9869,0,1,6}-{3138,9878,0,1,5}-{3137,9869,0,1,3}-{2840,9652,0,1,1}-{2829,9657,0,1,4}-{2819,3288,0,1,1}-{2848,3248,0,1,3}-{2850,3235,0,1,3}-{3117,9671,0,1,1}-{3122,9661,0,1,6}-{3123,9648,0,1,6}-{3005,10362,0,1,1}-{3003,10358,0,1,1}-{3005,10351,0,1,1}-{3003,10345,0,1,5}-{2993,3940,0,1,4}-{2593,9883,0,1,1}-{2590,9885,0,1,4}-{2586,9883,0,1,1}-{2585,9878,0,1,3}-{2537,9845,0,1,1}-{2540,9846,0,1,4}-{2552,9844,0,1,6}-{2556,9846,0,1,4}-{2535,9844,0,1,3}-{2532,9843,0,1,4}-{2530,9845,0,1,3}-{2540,9820,0,1,4}-{2544,9824,0,1,4}"
+ },
+ {
+ "npc_id": "93",
+ "loc_data": "{3101,9956,0,1,3}-{3104,9948,0,1,0}-{3104,9955,0,1,4}-{3108,9951,0,1,4}-{3108,9954,0,1,1}-{3111,9954,0,1,6}-{3112,9958,0,1,4}-{2841,9625,0,1,4}-{2845,9628,0,1,3}-{2841,9638,0,1,6}-{2845,9645,0,1,1}-{2655,9824,0,1,1}-{2669,9824,0,1,4}-{2667,9823,0,1,5}-{2658,9830,0,1,6}-{2666,9829,0,1,6}-{3194,5460,0,1,6}-{3192,5466,0,1,7}-{2566,9507,0,1,3}-{2562,9505,0,1,1}-{2568,9509,0,1,3}-{3185,5493,0,1,4}-{3182,5494,0,1,6}-{3185,5486,0,1,7}-{3175,5492,0,1,3}-{3169,5496,0,1,4}-{3170,5492,0,1,3}-{3186,5487,0,1,4}-{3169,5491,0,1,2}-{2571,9509,0,1,1}-{2564,9504,0,1,1}-{2566,9505,0,1,1}-{2544,9841,0,1,1}-{2536,9844,0,1,6}-{2527,9844,0,1,3}-{2530,9842,0,1,4}-{2543,9815,0,1,3}"
+ },
+ {
+ "npc_id": "94",
+ "loc_data": "{2589,9881,0,1,6}-{2591,9882,0,1,4}"
+ },
+ {
+ "npc_id": "95",
+ "loc_data": "{2616,3283,0,1,3}-{2620,3283,0,1,3}-{2502,2969,0,1,6}-{2507,2971,0,1,2}-{2600,2959,0,1,6}-{2606,2971,0,1,6}-{2606,2963,0,1,4}-{2612,2965,0,1,6}-{2611,2973,0,1,5}-{2613,2963,0,1,3}-{2459,2884,0,1,7}-{2496,2907,0,1,6}-{2489,2887,0,1,7}-{2473,2885,0,1,7}-{2466,2872,0,1,4}-{2452,2883,0,1,5}-{2440,2869,0,1,5}-{2460,2849,0,1,1}-{2451,2842,0,1,4}-{2467,2838,0,1,6}-{2444,2832,0,1,6}-{2498,2845,0,1,3}-{2615,2957,0,1,4}-{2599,2960,0,1,2}-{2609,2966,0,1,0}-{2605,2967,0,1,5}-{2609,2963,0,1,2}-{2496,2857,0,1,4}-{2493,2849,0,1,4}-{2474,2860,0,1,1}-{2470,2865,0,1,4}-{2462,2874,0,1,1}-{2458,2853,0,1,4}-{2454,2876,0,1,5}-{2478,2884,0,1,6}-{2469,2886,0,1,5}-{2442,2876,0,1,1}-{2490,2903,0,1,1}-{2477,2928,0,1,4}-{2492,2956,0,1,1}-{2502,2956,0,1,4}-{2499,2965,0,1,0}-{2508,2968,0,1,4}-{2500,2974,0,1,0}-{3175,3948,0,1,1}-{3200,3931,0,1,1}-{3220,3921,0,1,7}-{2478,3272,0,1,1}-{2465,3276,0,1,1}-{2468,3277,0,1,4}-{2466,3271,0,1,5}-{2468,3277,0,1,0}"
+ },
+ {
+ "npc_id": "96",
+ "loc_data": "{2842,3450,0,0,0}-{2872,3437,0,0,0}-{2873,3449,0,0,0}-{2868,3456,0,0,0}-{2856,3490,0,0,0}-{2861,3492,0,0,0}-{2862,3505,0,0,0}-{2856,3507,0,0,0}-{3004,3920,0,1,7}-{3007,3925,0,1,3}-{3005,3927,0,1,3}-{3004,3924,0,1,3}-{2988,3918,0,1,2}-{2992,3921,0,1,2}-{2990,3923,0,1,3}-{2988,3925,0,1,6}-{2987,3921,0,1,6}"
+ },
+ {
+ "npc_id": "97",
+ "loc_data": "{2847,3485,0,0,0}-{2847,3489,0,0,0}-{2833,3511,0,0,0}-{2831,3506,0,0,0}-{2834,3514,0,0,0}-{3003,3921,0,1,6}-{3009,3920,0,1,3}-{3001,3923,0,1,1}-{3001,3927,0,1,4}-{2993,3919,0,1,4}-{2994,3924,0,1,1}-{2988,3918,0,1,4}"
+ },
+ {
+ "npc_id": "98",
+ "loc_data": "{3014,3294,0,1,1}"
+ },
+ {
+ "npc_id": "99",
+ "loc_data": "{2624,3319,0,1,1}-{2624,3327,0,1,6}-{2642,3314,0,1,4}-{2646,3325,0,1,1}-{2790,3199,0,1,2}-{2784,3188,0,1,1}-{2779,3207,0,1,1}-{2646,3504,0,1,4}-{2634,3476,0,1,5}-{2651,3477,0,1,5}-{2665,3472,0,1,5}-{2662,3488,0,1,5}-{2672,3505,0,1,5}"
+ },
+ {
+ "npc_id": "100",
+ "loc_data": "{2551,3408,0,1,6}-{2553,3405,0,1,3}-{2559,3452,0,1,3}-{2567,3440,0,1,3}"
+ },
+ {
+ "npc_id": "101",
+ "loc_data": "{2555,3407,0,1,3}-{2624,3391,0,1,1}-{2622,3389,0,1,4}-{2619,3390,0,1,4}-{2553,3457,0,1,3}-{2573,3437,0,1,3}"
+ },
+ {
+ "npc_id": "102",
+ "loc_data": "{2622,3390,0,1,7}-{2622,3390,0,1,7}"
+ },
+ {
+ "npc_id": "103",
+ "loc_data": "{2888,9850,0,1,0}-{2901,9848,0,1,0}-{2909,9848,0,1,0}-{2919,9848,0,1,0}-{2937,9837,0,1,0}-{2906,9818,0,1,0}-{2920,9818,0,1,0}-{2501,3289,0,1,1}-{2928,3251,1,1,3}-{3277,3659,0,1,1}-{3280,3658,0,1,1}-{3277,3661,0,1,3}-{3276,3657,0,1,3}-{3241,9907,0,1,4}-{3243,9914,0,1,1}-{3242,9913,0,1,6}-{3242,9916,0,1,5}-{3239,9914,0,1,1}-{2928,3244,1,1,4}-{2924,3253,1,1,3}-{2927,3252,1,1,4}-{2927,3254,1,1,3}-{2713,4892,0,1,3}-{2711,4899,0,1,3}-{2732,4901,0,1,3}-{2729,4893,0,1,3}-{2713,4907,0,1,3}"
+ },
+ {
+ "npc_id": "104",
+ "loc_data": "{2894,9849,0,1,0}-{2905,9851,0,1,0}-{2915,9852,0,1,0}-{2934,9837,0,1,0}-{2935,9828,0,1,0}-{2912,9820,0,1,0}-{2900,9819,0,1,0}-{3093,3357,1,1,6}"
+ },
+ {
+ "npc_id": "105",
+ "loc_data": "{2632,3280,0,1,1}-{2633,3274,0,1,3}-{3094,3601,0,1,6}-{3109,3600,0,1,2}-{3091,3604,0,1,0}-{2497,3164,0,1,2}-{3023,4508,0,1,7}-{2696, 3329, 0,1,4}-{2708, 3336, 0,1,4}"
+ },
+ {
+ "npc_id": "106",
+ "loc_data": "{2968,3480,0,1,6}-{2968,3490,0,1,3}-{2978,3507,0,1,1}-{2959,3445,0,1,3}-{2807,3377,0,1,6}-{3289,3353,0,1,3}"
+ },
+ {
+ "npc_id": "107",
+ "loc_data": "{2602,3267,0,1,6}-{2603,3270,0,1,4}-{2607,3268,0,1,5}-{3275,3154,0,1,6}-{3038,9802,0,1,5}-{3041,9804,0,1,6}-{3040,9795,0,1,7}-{3055,9776,0,1,4}-{3039,9769,0,1,6}-{3049,9764,0,1,3}-{3050,9770,0,1,1}-{3039,9765,0,1,1}-{3048,9762,0,1,4}-{3044,9760,0,1,6}-{3048,9779,0,1,1}-{2870,3166,0,1,3}-{2868,3159,0,1,4}-{2867,3172,0,1,5}-{2813,3112,0,1,4}-{2858,3167,0,1,3}-{2846,3153,0,1,3}-{2851,3149,0,1,1}-{2789,2949,0,1,3}-{2787,2943,0,1,3}-{2781,2949,0,1,3}-{3253,9909,0,1,4}-{3300,3312,0,1,1}-{3300,3305,0,1,3}-{3298,3300,0,1,5}-{3298,3294,0,1,0}-{3299,3290,0,1,6}-{2645,9823,0,1,1}-{2641,9819,0,1,7}-{2641,9817,0,1,2}-{2642,9813,0,1,5}-{2639,9809,0,1,2}"
+ },
+ {
+ "npc_id": "108",
+ "loc_data": "{2941,9779,0,1,0}-{2934,9776,0,1,0}-{2934,9768,0,1,0}-{2934,9757,0,1,0}-{2930,9752,0,1,0}-{2732,3225,0,1,0}-{2729,3224,0,1,0}-{2719,3223,0,1,0}-{2722,3220,0,1,0}-{2724,3216,0,1,0}-{2721,3213,0,1,0}-{2713,3217,0,1,0}"
+ },
+ {
+ "npc_id": "109",
+ "loc_data": "{2601,3269,0,0,0}-{2604,3272,0,0,0}-{2605,3268,0,0,0}-{2606,3271,0,0,0}"
+ },
+ {
+ "npc_id": "110",
+ "loc_data": "{3050,10337,0,1,4}-{3047,10340,0,1,4}-{3048,10346,0,1,4}-{3048,10346,0,1,3}-{3305,9400,0,1,1}-{3296,9378,0,1,3}-{3234,5497,0,1,1}-{2564,9887,0,1,4}-{2581,9897,0,1,1}-{2577,9888,0,1,1}"
+ },
+ {
+ "npc_id": "111",
+ "loc_data": "{2920,3800,0,1,3}-{2955,3901,0,1,6}-{3043,9581,0,1,1}-{3055,9577,0,1,6}-{3061,9576,0,1,4}-{3055,9571,0,1,7}-{3052,9566,0,1,6}"
+ },
+ {
+ "npc_id": "112",
+ "loc_data": "{2699,3206,0,1,1}-{3165,9880,0,1,3}-{3168,9880,0,1,1}-{3159,9903,0,1,4}-{2825,3249,0,1,6}-{3156,9907,0,1,0}-{2554,3411,0,1,3}-{2560,3406,0,1,3}-{2554,3400,0,1,3}-{2551,3401,0,1,4}-{3202,5490,0,1,4}-{3237,5555,0,1,5}-{2543,9823,0,1,3}-{2540,9819,0,1,5}-{2543,9817,0,1,4}"
+ },
+ {
+ "npc_id": "113",
+ "loc_data": "{2622,3272,0,0,0}-{2896,2946,0,0,0}-{2918,2961,0,0,0}-{2926,2986,0,0,0}-{2930,3044,0,0,0}-{2926,3056,0,0,0}-{2916,3065,0,0,0}-{2835,9526,0,1,4}-{2832,9514,0,1,4}-{2825,9521,0,1,5}-{2846,9520,0,1,3}-{2838,9508,0,1,0}-{2832,9495,0,1,6}-{2838,9492,0,1,6}-{2851,9485,0,1,3}-{2847,9481,0,1,3}-{2865,9494,0,1,3}-{2855,9502,0,1,2}-{2870,9496,0,1,1}-{2851,9511,0,1,2}-{2853,9519,0,1,3}-{2857,9520,0,1,6}-{2863,9525,0,1,1}-{2869,9530,0,1,5}-{2865,9515,0,1,4}-{2868,9507,0,1,3}-{2874,9512,0,1,6}"
+ },
+ {
+ "npc_id": "115",
+ "loc_data": "{2583,2967,0,1,0}-{2572,3028,0,1,2}-{2550,3046,0,1,4}-{2572,3034,0,1,3}-{2576,3026,0,1,4}-{2534,2975,0,1,1}-{2518,2974,0,1,1}-{2573,2987,0,1,1}-{2592,2967,0,1,3}-{2589,2961,0,0,2}-{2575,2989,0,1,0}-{2574,2992,0,1,4}-{2521,2974,0,1,4}-{2500,3092,0,1,6}-{2524,3375,0,1,3}-{2524,3374,0,1,3}-{2529,3374,0,1,3}-{2532,3375,0,1,1}-{2532,3373,0,1,1}-{2527,3376,0,1,6}-{2525,3373,0,1,7}-{2525,3373,0,1,5}-{2511,3086,0,1,1}-{2511,3084,0,1,3}-{2503,3114,0,1,6}-{2509,3120,0,1,4}-{2506,3107,0,1,4}-{2500,3112,0,1,4}-{2521,3045,0,1,6}-{2517,3043,0,1,5}-{2500,3095,0,1,3}-{2497,3090,0,1,4}-{2502,3099,0,1,4}-{2504,3097,0,1,4}-{2503,3134,0,1,3}-{2554,3196,0,1,7}-{2519,3039,0,1,4}-{2722,9701,0,1,1}-{2720,9715,0,1,1}-{2721,9669,0,1,1}-{2722,9707,0,1,1}-{2723,9716,0,1,1}-{2717,9669,0,1,1}"
+ },
+ {
+ "npc_id": "116",
+ "loc_data": "{2622,3277,0,1,5}"
+ },
+ {
+ "npc_id": "117",
+ "loc_data": "{2904,9734,0,1,0}-{3118,9845,0,1,4}-{3111,9844,0,1,6}-{3123,9845,0,1,3}-{3114,9833,0,1,3}-{3110,9841,0,1,1}-{3119,9839,0,1,1}-{3097,9832,0,1,0}-{3101,9832,0,1,1}-{3107,9829,0,1,3}-{3115,9831,0,1,4}-{3109,9835,0,1,4}-{3044,10321,0,1,2}-{3044,10316,0,1,4}-{3045,10308,0,1,4}-{3048,10317,0,1,2}-{2548,3146,0,1,1}-{2542,3145,0,1,4}-{2503,3150,0,1,4}"
+ },
+ {
+ "npc_id": "118",
+ "loc_data": "{2930,9703,0,1,0}-{2933,9702,0,1,0}-{3042,3465,0,1,1}-{3035,3443,0,1,6}-{3042,3468,0,1,3}-{3008,3449,0,1,4}-{3000,9842,0,1,2}-{2996,9844,0,1,4}-{3003,9828,0,1,1}-{2995,9811,0,1,3}-{3002,9811,0,1,3}-{2994,9809,0,1,5}-{3004,9813,0,1,6}-{2998,9828,0,1,4}-{3004,9799,0,1,4}-{2997,9809,0,1,0}-{3019,9813,0,1,4}-{2983,9807,0,1,6}-{3012,9812,0,1,3}-{3010,9811,0,1,3}-{2964,9811,0,1,1}-{3025,9801,0,1,4}-{3026,9824,0,1,1}-{3018,9819,0,1,6}-{3028,9815,0,1,3}-{3024,9811,0,1,4}-{3021,9826,0,1,5}-{3022,9832,0,1,1}-{3023,9833,0,1,6}-{3027,9833,0,1,3}-{3028,9828,0,1,6}-{3023,9814,0,1,6}-{3042,9831,0,1,4}-{3024,9824,0,1,6}-{3019,9847,0,1,0}-{3034,9847,0,1,7}-{3021,9851,0,1,5}-{3043,9824,0,1,3}-{3038,9821,0,1,1}-{3044,9818,0,1,4}-{3047,9814,0,1,4}-{3037,9814,0,1,6}-{2603,3056,0,1,0}-{2598,3064,0,1,3}-{2589,3068,0,1,5}"
+ },
+ {
+ "npc_id": "119",
+ "loc_data": "{3248,3794,0,1,1}-{2921,9757,0,1,0}-{2915,9759,0,1,0}-{2927,9761,0,1,0}-{2925,9769,0,1,0}-{2931,9784,0,1,0}-{2938,9788,0,1,0}-{3029,10313,0,1,4}-{3028,10309,0,1,4}-{3033,10311,0,1,6}-{3035,10309,0,1,1}-{3035,10313,0,1,1}-{3244,3797,0,1,3}-{3245,3790,0,1,4}-{3239,3781,0,1,5}-{3253,3791,0,1,1}-{3245,3802,0,1,1}-{3250,3808,0,1,3}-{3246,3800,0,1,6}-{3246,3795,0,1,2}"
+ },
+ {
+ "npc_id": "120",
+ "loc_data": "{2874,9880,0,1,0}-{2861,9874,0,1,0}-{2863,9874,0,1,0}-{2866,9874,0,1,0}-{2865,9877,0,1,0}-{2864,9877,0,1,0}-{2861,9877,0,1,0}-{2867,9877,0,1,0}-{2867,9879,0,1,0}"
+ },
+ {
+ "npc_id": "122",
+ "loc_data": "{2996,9574,0,1,6}-{3007,9579,0,1,7}-{3001,9580,0,1,4}-{3018,9580,0,1,3}-{3021,9585,0,1,4}-{3024,9582,0,1,4}-{2507,3726,0,1,2}-{2523,3724,0,1,3}-{2535,9556,0,1,4}"
+ },
+ {
+ "npc_id": "123",
+ "loc_data": "{3023,3801,0,1,4}-{3021,3805,0,1,0}-{3026,3805,0,1,1}-{3029,3801,0,1,3}-{3020,3808,0,1,3}-{3027,3810,0,1,6}-{3032,3805,0,1,1}-{2533,9554,0,1,4}-{2531,9556,0,1,5}-{2522,9562,0,1,4}-{2524,9558,0,1,4}-{2518,9562,0,1,6}-{2515,9566,0,1,3}-{2517,9573,0,1,1}-{2675,3731,0,1,6}-{2669,3726,0,1,6}-{2655,3727,0,1,6}-{2661,3732,0,1,6}-{2656,3720,0,1,6}"
+ },
+ {
+ "npc_id": "124",
+ "loc_data": "{3121,9997,0,1,0}-{3124,9996,0,1,0}-{3125,9993,0,1,0}-{3121,9993,0,1,0}-{3115,9992,0,1,0}-{3118,9990,0,1,0}-{3122,9989,0,1,0}-{3124,9974,0,1,0}-{3119,9976,0,1,0}-{3116,9974,0,1,0}-{3118,9971,0,1,0}-{3142,5532,0,1,6}-{3141,5531,0,1,6}-{3139,5526,0,1,3}-{3143,5524,0,1,3}-{3148,5523,0,1,4}-{3148,5531,0,1,4}"
+ },
+ {
+ "npc_id": "125",
+ "loc_data": "{2969,3916,0,1,0}-{2963,3928,0,1,0}-{2973,3941,0,1,0}-{2951,3908,0,1,0}-{2950,3912,0,1,0}-{2952,3915,0,1,0}-{2948,3917,0,1,0}-{2951,3923,0,1,0}-{2956,3924,0,1,0}-{2957,3931,0,1,0}-{2950,3939,0,1,0}-{2845,3517,0,1,4}-{2848,3515,0,1,4}-{3050,9570,0,1,3}-{2958,3867,0,1,3}-{2956,3857,0,1,6}-{2952,3862,0,1,3}-{2949,3858,0,1,4}-{2955,3875,0,1,7}-{2954,3874,0,1,5}-{2962,3876,0,1,1}-{2961,3877,0,1,3}-{2947,3878,0,1,6}-{2959,3884,0,1,4}-{2956,3885,0,1,3}-{2956,3886,0,1,3}-{2948,3886,0,1,1}-{3043,9579,0,1,2}-{3056,9585,0,1,0}-{3058,9575,0,1,1}-{3052,9582,0,1,0}-{3049,9577,0,1,4}-{3042,9586,0,1,6}-{3052,9588,0,1,1}-{3049,9590,0,1,5}-{3060,9578,0,1,3}-{3054,9566,0,1,7}-{3227,5443,0,1,5}-{3220,5448,0,1,5}-{3208,5443,0,1,6}-{3207,5448,0,1,4}"
+ },
+ {
+ "npc_id": "126",
+ "loc_data": "{2381,4422,0,1,5}-{2381,4425,0,1,4}-{2382,4429,0,1,0}-{2385,4419,0,1,0}-{2388,4421,0,1,1}-{2388,4428,0,1,4}"
+ },
+ {
+ "npc_id": "127",
+ "loc_data": "{2955,9795,0,1,0}-{2956,9791,0,1,0}-{2962,9792,0,1,0}-{2966,9788,0,1,0}-{2959,9783,0,1,0}-{2964,9775,0,1,0}-{2954,9776,0,1,0}-{3193,3959,0,0,0}-{3188,3960,0,0,0}-{3190,3962,0,0,0}-{3187,3959,0,0,0}-{3192,3961,0,0,0}-{3187,3960,0,0,0}-{3193,3959,0,0,0}-{3187,3961,0,0,0}"
+ },
+ {
+ "npc_id": "128",
+ "loc_data": "{2610,3274,0,1,0}-{2610,3275,0,1,0}-{2615,3276,0,1,0}-{2616,3275,0,1,0}-{2616,3276,0,1,0}-{3193,3958,0,1,0}-{2877,3154,0,1,0}-{2878,3153,0,1,0}-{2870,3161,0,1,0}-{2822,3192,0,1,5}-{2770,3213,0,0,0}-{2759,3179,0,0,0}-{2741,3173,0,0,0}-{2757,3170,0,0,0}-{2746,3167,0,0,0}-{2781,3173,0,1,0}-{2746,3147,0,1,0}-{2733,3162,0,1,0}-{2730,3146,0,1,0}-{2782,3104,0,1,0}-{2782,3103,0,1,0}-{2777,3090,0,1,0}-{2773,3089,0,1,0}-{2803,3115,0,1,0}-{2808,3112,0,1,0}-{2887,3145,0,1,0}-{2824,3084,0,1,0}-{2821,3078,0,1,0}-{2817,3078,0,1,0}-{2837,3076,0,1,0}-{2844,3040,0,1,0}-{2840,3049,0,1,0}-{2837,3043,0,1,0}-{2834,3042,0,1,0}-{2827,3026,0,1,0}-{2824,3018,0,1,0}-{2830,3021,0,1,0}-{2832,3018,0,1,0}-{2925,2969,0,1,0}-{2939,2977,0,1,0}-{2936,2980,0,1,0}-{2933,2976,0,1,0}-{2930,2971,0,1,0}-{2928,2984,0,1,0}-{2942,2983,0,1,0}-{2936,2989,0,1,0}"
+ },
+ {
+ "npc_id": "131",
+ "loc_data": "{2594,3271,0,1,4}-{2593,3269,0,1,1}-{2592,3272,0,1,6}"
+ },
+ {
+ "npc_id": "132",
+ "loc_data": "{2600,3275,0,1,6}-{2600,3279,0,1,4}-{2603,3279,0,1,3}-{2603,3281,0,1,3}-{2604,3277,0,1,6}-{2867,3163,0,1,3}-{2883,3147,0,1,6}-{2856,3144,0,1,7}-{2812,3180,0,1,1}-{2791,3181,0,1,3}-{2749,3173,0,1,3}-{2758,3170,0,1,4}-{2754,3167,0,1,3}-{2754,3175,0,1,1}-{2891,3079,0,1,1}-{2897,3064,0,1,0}-{2896,3071,0,1,1}-{2837,3038,0,1,0}-{2837,3041,0,1,3}-{2831,3031,0,1,3}-{2818,3054,0,1,4}-{2832,3050,0,1,6}-{2832,3011,0,1,4}-{2784,3005,0,1,1}-{2782,3008,0,1,1}-{2791,2999,0,1,2}-{2791,2988,0,1,1}-{2795,2987,0,1,6}-{2797,2985,0,1,3}-{2876,3011,0,1,3}-{2863,3021,0,1,3}-{2867,3016,0,1,1}-{2871,3022,0,1,4}-{2877,3028,0,1,3}-{2868,3012,0,1,4}-{2910,3026,0,1,5}-{2902,3010,0,1,1}-{2928,3029,0,1,4}-{2920,3027,0,1,6}-{2875,2936,0,1,2}-{2945,2979,0,1,3}-{2953,2965,0,1,4}-{2952,2982,0,1,4}-{2955,3003,0,1,3}-{2944,2999,0,1,5}-{2932,3023,0,1,3}-{2933,3024,0,1,3}-{2929,3009,0,1,0}-{2927,3022,0,1,1}-{2926,3023,0,1,6}-{2927,3020,0,1,7}-{2908,3078,0,1,4}-{2920,3081,0,1,4}-{2890,3082,0,1,1}-{2916,3082,0,1,1}"
+ },
+ {
+ "npc_id": "133",
+ "loc_data": "{2730,3660,0,1,7}-{2709,3672,0,1,7}-{3079,3618,0,0,7}-{3070,3629,0,0,3}-{3073,3634,0,0,6}-{3088,3636,0,0,3}-{3092,3637,0,0,2}-{3073,3636,0,0,0}-{3070,3657,0,0,5}-{3109,3634,0,0,2}-{3114,3628,0,0,1}-{3107,3626,0,0,2}-{3118,3639,0,0,5}-{3119,3627,0,0,3}-{3119,3604,0,0,1}-{3136,3612,0,0,5}-{3124,3586,0,0,0}"
+ },
+ {
+ "npc_id": "134",
+ "loc_data": "{2871,9793,0,1,0}-{2869,9799,0,1,0}-{2876,9806,0,1,0}-{2864,9819,0,1,0}-{2857,9822,0,1,0}-{2858,9814,0,1,0}-{2859,9802,0,1,0}-{2849,9809,0,1,0}-{3088,9945,0,1,3}-{3089,9943,0,1,0}-{3090,9944,0,1,7}-{3043,10262,0,1,1}-{3044,10252,0,1,4}-{3051,10257,0,1,3}-{3055,10253,0,1,3}-{3067,10255,0,1,3}-{3067,10257,0,1,3}-{3068,10253,0,1,2}-{3069,10257,0,1,4}-{3069,10259,0,1,0}-{3278,5477,0,1,1}-{3278,5476,0,1,2}-{3277,5451,0,1,5}-{3283,5449,0,1,4}-{3280,5476,0,1,3}-{3274,5463,0,1,1}-{3272,5477,0,1,1}-{3271,5473,0,1,4}-{3270,5459,0,1,1}-{3271,5454,0,1,3}-{3278,5525,0,1,3}-{3272,5529,0,1,3}-{3270,5536,0,1,6}-{3277,5536,0,1,4}-{3277,5512,0,1,3}-{3279,5516,0,1,6}-{3280,5531,0,1,6}-{2598,9558,0,1,6}-{2599,9557,0,1,4}-{2598,9556,0,1,4}-{2600,9555,0,1,3}-{2601,9553,0,1,1}-{2572,9569,0,1,3}-{2599,9552,0,1,6}-{2601,9560,0,1,1}-{2599,9564,0,1,6}-{2600,9563,0,1,4}-{2597,9569,0,1,1}-{2594,9571,0,1,2}-{2589,9571,0,1,4}-{2589,9574,0,1,3}-{2584,9572,0,1,6}-{2581,9575,0,1,6}-{2583,9577,0,1,6}-{2582,9572,0,1,3}-{2572,9568,0,1,1}-{2570,9567,0,1,1}-{2572,9571,0,1,3}-{2575,9572,0,1,0}-{2577,9574,0,1,3}-{2580,9578,0,1,3}-{2597,9572,0,1,6}"
+ },
+ {
+ "npc_id": "138",
+ "loc_data": "{2375,3434,0,1,4}-{2379,3438,0,1,6}"
+ },
+ {
+ "npc_id": "139",
+ "loc_data": "{2378,3432,0,1,2}-{2375,3438,0,1,7}-{2376,3431,0,1,1}-{2380,3438,0,1,4}"
+ },
+ {
+ "npc_id": "141",
+ "loc_data": "{3324,5510,0,1,3}-{3286,5512,0,1,1}-{3310,5524,0,1,2}-{3289,5527,0,1,7}-{3296,5519,0,1,4}"
+ },
+ {
+ "npc_id": "142",
+ "loc_data": "{2514,3194,0,1,3}-{2547,3178,0,1,1}"
+ },
+ {
+ "npc_id": "143",
+ "loc_data": "{2787,2929,0,1,6}-{2835,2934,0,1,4}-{2889,2936,0,1,2}-{2921,2937,0,1,1}"
+ },
+ {
+ "npc_id": "144",
+ "loc_data": "{3043,9779,0,1,4}-{3047,9769,0,1,1}-{2847,3282,0,1,6}-{2846,3293,0,1,6}-{2850,3301,0,1,4}-{2852,3308,0,1,4}-{2861,3297,0,1,1}-{2863,3283,0,1,5}"
+ },
+ {
+ "npc_id": "146",
+ "loc_data": "{2827,3139,0,1,0}-{2976,3053,0,1,0}-{2985,3038,0,1,0}-{2994,3048,0,1,5}-{2992,3030,0,1,0}-{2896,2992,0,1,7}"
+ },
+ {
+ "npc_id": "151",
+ "loc_data": "{2756,3156,0,0,4}-{2760,3152,0,0,6}"
+ },
+ {
+ "npc_id": "152",
+ "loc_data": "{3103,3347,0,0,0}-{3107,3337,0,0,0}-{3107,3342,0,0,0}-{3107,3344,0,0,0}-{3108,3346,0,0,0}-{3111,3339,0,0,0}-{3111,3348,0,0,0}-{3115,3344,0,0,0}-{3120,3344,0,0,0}-{3122,3335,0,0,0}"
+ },
+ {
+ "npc_id": "153",
+ "loc_data": "{2415,4466,0,0,0}-{2419,4427,0,0,0}-{2421,4468,0,0,0}-{2426,4431,0,0,0}-{2500,3492,0,1,4}-{2245,3147,0,1,4}-{2246,3143,0,1,0}-{2242,3140,0,1,3}-{2247,3149,0,1,1}"
+ },
+ {
+ "npc_id": "154",
+ "loc_data": "{2394,4453,0,0,0}-{2394,4457,0,0,0}-{2406,4447,0,0,0}-{2568,3470,0,1,5}-{2523,3164,0,1,4}-{2534,3173,0,1,3}-{2538,3160,0,1,3}-{2246,3144,0,1,4}-{2245,3147,0,1,4}-{2240,3147,0,1,3}-{2247,3142,0,1,5}"
+ },
+ {
+ "npc_id": "155",
+ "loc_data": "{3235,3222,0,0,0}-{3255,3226,0,0,0}-{2561,3471,0,1,0}"
+ },
+ {
+ "npc_id": "157",
+ "loc_data": "{2502,3521,0,1,5}"
+ },
+ {
+ "npc_id": "162",
+ "loc_data": "{2480,3426,0,1,6}-{2489,3429,0,1,1}-{2480,3431,0,1,0}-{2475,3418,0,1,4}-{2470,3423,0,1,1}"
+ },
+ {
+ "npc_id": "166",
+ "loc_data": "{2450,3480,1,0,1}-{2449,3480,1,0,1}-{2448,3480,1,0,1}-{2440,3488,1,0,4}-{2440,3487,1,0,4}-{2448,3427,1,0,6}-{2448,3424,1,0,6}-{2443,3424,1,0,3}-{2443,3425,1,0,3}"
+ },
+ {
+ "npc_id": "170",
+ "loc_data": "{2890,3175,0,1,4}"
+ },
+ {
+ "npc_id": "175",
+ "loc_data": "{3084,3495,0,1,4}-{2994,9549,0,1,6}-{2993,9551,0,1,6}-{2995,9555,0,1,6}-{2999,9548,0,1,0}-{3182,3365,0,1,6}"
+ },
+ {
+ "npc_id": "178",
+ "loc_data": "{2909,9690,0,1,0}-{2911,9689,0,1,0}-{2905,9687,0,1,0}-{2912,9682,0,1,0}-{2917,9681,0,1,0}-{2918,9679,0,1,0}-{2916,9677,0,1,0}-{2911,9675,0,1,0}-{2906,9675,0,1,0}-{2905,9673,0,1,0}-{2897,9675,0,1,0}-{2899,9678,0,1,0}-{2898,9682,0,1,0}-{2897,9687,0,1,0}-{2903,9690,0,1,0}-{2904,9692,0,1,0}-{2902,9693,0,1,0}-{2915,9691,0,1,0}-{2916,9694,0,1,0}-{2913,9694,0,1,0}-{2908,9694,0,1,0}-{2908,9702,0,1,0}-{2906,9706,0,1,0}-{2915,9703,0,1,0}-{2915,9711,0,1,0}-{2899,9700,0,1,0}-{2898,9703,0,1,0}-{2898,9708,0,1,0}-{2900,9710,0,1,0}-{2907,9711,0,1,0}-{2923,9710,0,1,0}-{2920,9708,0,1,0}-{2919,9703,0,1,0}-{2891,9679,0,1,0}-{2891,9682,0,1,0}-{2890,9692,0,1,0}-{2891,9695,0,1,0}-{2892,9701,0,1,0}-{2893,9701,0,1,0}-{2892,9709,0,1,0}-{2895,9710,0,1,0}-{2942,9801,0,1,0}-{2938,9812,0,1,0}-{3096,3220,0,1,1}-{3273,3507,0,1,6}"
+ },
+ {
+ "npc_id": "179",
+ "loc_data": "{3025,3511,1,1,3}-{3038,3505,0,1,4}-{3026,3494,0,1,6}-{3026,3505,0,1,4}-{3026,3512,0,1,6}-{3025,3512,0,1,4}-{3027,3512,0,1,6}-{3030,3511,0,1,6}-{3028,3511,0,1,1}-{3039,3855,0,1,4}-{3031,3852,0,1,1}-{3032,3849,0,1,3}-{3023,3849,0,1,6}-{3022,3847,0,1,3}-{3023,3514,1,1,3}-{3014,3516,2,1,1}"
+ },
+ {
+ "npc_id": "180",
+ "loc_data": "{2744,3519,0,0,0}-{2957,3238,0,1,4}-{2988,3423,0,1,7}-{2953,3240,0,1,3}-{3011,3277,0,1,1}-{3009,3280,0,1,1}-{3110,3295,0,1,4}"
+ },
+ {
+ "npc_id": "181",
+ "loc_data": "{2937,9847,0,1,0}-{2934,9846,0,1,0}-{2929,9848,0,1,0}-{2931,9846,0,1,0}-{2937,9849,0,1,0}-{2936,9850,0,1,0}-{3105,9942,0,1,3}-{3106,9934,0,1,3}-{3109,9930,0,1,1}-{2563,3355,0,1,4}-{2561,3355,0,1,3}-{2561,3357,0,1,1}-{2563,3358,0,1,4}"
+ },
+ {
+ "npc_id": "182",
+ "loc_data": "{3041,3958,0,0,0}-{3043,3958,0,0,0}-{3039,3958,0,0,0}-{3039,3950,0,0,0}-{3041,3958,0,0,0}-{3041,3954,0,0,0}-{3038,3957,0,0,0}-{3041,3954,0,0,0}-{3038,3955,0,0,0}-{3690,2966,0,1,4}"
+ },
+ {
+ "npc_id": "183",
+ "loc_data": "{3043,3958,0,0,0}-{3043,3950,0,0,0}-{3042,3950,0,0,0}-{3039,3951,0,0,0}-{3044,3949,0,0,0}-{2805,3160,0,0,0}-{2803,3190,0,1,4}-{2795,3167,0,0,0}-{2793,3184,0,1,3}-{3670,2977,0,1,1}-{3654,2960,0,1,0}-{3698,2969,0,1,2}-{3676,2991,0,1,3}-{3666,2994,0,1,7}-{3666,2981,1,1,4}"
+ },
+ {
+ "npc_id": "184",
+ "loc_data": "{2994,9584,0,1,6}-{2992,9573,0,1,1}-{2990,9583,0,1,4}-{2998,9572,0,1,2}-{2998,9573,0,1,4}-{2989,9578,0,1,0}-{2993,9566,0,1,4}-{2994,9570,0,1,3}-{3659,2952,0,1,6}-{3669,2961,0,1,4}-{3683,2977,0,1,6}-{3668,2981,0,1,3}-{3655,2973,0,1,1}-{3675,2967,0,1,3}"
+ },
+ {
+ "npc_id": "186",
+ "loc_data": "{3158,3571,0,0,7}-{3170,3575,0,0,0}-{3172,3578,0,0,5}-{3175,3564,0,0,4}-{3176,3570,0,0,2}-{3180,3565,0,0,5}-{3189,3565,0,0,7}-{3189,3580,0,0,0}-{3192,3568,0,0,7}-{3159,3563,0,0,1}-{3163,3572,0,0,6}-{3173,3574,0,0,3}-{3179,3561,0,0,2}"
+ },
+ {
+ "npc_id": "187",
+ "loc_data": "{3291,3924,0,1,4}-{3294,3930,0,1,4}-{3286,3933,0,1,6}-{3285,3928,0,1,6}-{3287,3935,1,1,6}-{3286,3927,1,1,6}-{3283,3936,2,1,6}-{3292,3932,1,1,4}-{3291,3940,0,1,6}-{3280,3943,0,1,6}-{3278,3926,0,1,4}"
+ },
+ {
+ "npc_id": "188",
+ "loc_data": "{2933,3516,0,1,3}-{2935,3515,0,1,3}-{2932,3514,0,1,2}-{3158,5497,0,1,6}-{3157,5494,0,1,1}-{3155,5498,0,1,6}-{3140,5494,0,1,6}-{3143,5493,0,1,5}-{3142,5497,0,1,4}-{3156,5494,0,1,5}-{3148,5496,0,1,4}"
+ },
+ {
+ "npc_id": "189",
+ "loc_data": "{3151,5489,0,1,7}-{3145,5495,0,1,3}-{3142,5493,0,1,3}-{3149,5489,0,1,6}-{3155,5491,0,1,2}-{3142,5497,0,1,3}"
+ },
+ {
+ "npc_id": "190",
+ "loc_data": "{2833,9814,0,1,0}-{2829,9812,0,1,0}-{2825,9811,0,1,0}-{2829,9808,0,1,0}-{2833,9808,0,1,0}-{2827,9805,0,1,0}"
+ },
+ {
+ "npc_id": "191",
+ "loc_data": "{2730,3161,0,1,0}-{2729,3159,0,1,0}-{2727,3163,0,1,0}-{2725,3157,0,1,0}-{2726,3161,0,1,0}-{2725,3161,0,1,0}-{2723,3155,0,1,0}-{2723,3156,0,1,0}-{2725,3162,0,1,0}-{2775,3066,0,1,0}-{2802,3071,0,1,0}-{2868,3053,0,1,0}-{2770,3018,0,1,0}-{2770,3014,0,1,0}-{2840,3018,0,1,0}-{2919,2983,0,1,0}-{2937,2993,0,1,0}-{2940,2994,0,1,0}-{2940,2997,0,1,0}-{2942,2997,0,1,0}"
+ },
+ {
+ "npc_id": "192",
+ "loc_data": "{3027,3612,0,1,6}-{3021,3611,0,1,1}-{3036,3613,0,1,4}-{3024,3606,0,1,1}-{3023,3634,0,1,3}-{3026,3637,0,1,5}-{3031,3637,0,1,2}-{3035,3637,0,1,6}-{3034,3632,0,1,6}-{3035,3629,0,1,6}-{3035,3625,0,1,5}-{3029,3626,0,1,3}-{3032,3626,0,1,4}-{3022,3626,0,1,1}-{3023,3623,0,1,6}"
+ },
+ {
+ "npc_id": "193",
+ "loc_data": "{2581,9505,0,1,4}-{2594,9497,0,1,1}-{2593,9499,0,1,7}-{2587,9498,0,1,3}-{2573,9500,0,1,5}-{2579,9503,0,1,5}-{2580,9500,0,1,4}-{2578,9497,0,1,7}"
+ },
+ {
+ "npc_id": "195",
+ "loc_data": "{3042,3708,0,0,6}-{3037,3702,0,0,5}"
+ },
+ {
+ "npc_id": "196",
+ "loc_data": "{3038,3670,0,1,1}-{3034,3674,0,1,2}"
+ },
+ {
+ "npc_id": "198",
+ "loc_data": "{3190,3358,0,1,1}"
+ },
+ {
+ "npc_id": "199",
+ "loc_data": "{3079,3443,0,1,3}"
+ },
+ {
+ "npc_id": "201",
+ "loc_data": "{2931,9692,0,0,0}"
+ },
+ {
+ "npc_id": "205",
+ "loc_data": "{2613,9523,0,1,0}"
+ },
+ {
+ "npc_id": "206",
+ "loc_data": "{3026,3455,0,1,6}-{3015,3458,0,1,5}"
+ },
+ {
+ "npc_id": "208",
+ "loc_data": "{2568,3459,0,1,4}"
+ },
+ {
+ "npc_id": "209",
+ "loc_data": "{3013,3452,0,1,6}"
+ },
+ {
+ "npc_id": "216",
+ "loc_data": "{2851,3348,0,0,7}"
+ },
+ {
+ "npc_id": "217",
+ "loc_data": "{2852,3343,0,1,2}"
+ },
+ {
+ "npc_id": "218",
+ "loc_data": "{2613,3475,0,1,2}"
+ },
+ {
+ "npc_id": "222",
+ "loc_data": "{2851,3351,0,0,7}-{2849,3348,0,0,7}"
+ },
+ {
+ "npc_id": "225",
+ "loc_data": "{2641,3437,0,0,0}"
+ },
+ {
+ "npc_id": "227",
+ "loc_data": "{2643,3440,0,0,0}"
+ },
+ {
+ "npc_id": "228",
+ "loc_data": "{2634,3427,0,0,0}"
+ },
+ {
+ "npc_id": "229",
+ "loc_data": "{2628,3413,0,1,4}"
+ },
+ {
+ "npc_id": "230",
+ "loc_data": "{2649,3454,0,0,0}"
+ },
+ {
+ "npc_id": "231",
+ "loc_data": "{2650,3468,0,0,0}"
+ },
+ {
+ "npc_id": "232",
+ "loc_data": "{2819,3487,0,0,4}"
+ },
+ {
+ "npc_id": "237",
+ "loc_data": "{2769,3403,0,1,0}-{2766,3402,0,1,3}-{2770,3402,0,1,0}-{2772,3404,0,1,1}-{2767,3405,1,1,0}-{2771,3403,1,1,6}-{2767,3401,1,1,7}"
+ },
+ {
+ "npc_id": "239",
+ "loc_data": "{2758,3516,1,0,0}"
+ },
+ {
+ "npc_id": "240",
+ "loc_data": "{2760,3501,0,1,1}"
+ },
+ {
+ "npc_id": "241",
+ "loc_data": "{2762,3498,0,0,0}"
+ },
+ {
+ "npc_id": "242",
+ "loc_data": "{2764,3509,1,0,0}"
+ },
+ {
+ "npc_id": "243",
+ "loc_data": "{2756,3513,1,0,0}"
+ },
+ {
+ "npc_id": "244",
+ "loc_data": "{2765,3504,1,0,0}"
+ },
+ {
+ "npc_id": "245",
+ "loc_data": "{2755,3517,0,0,0}"
+ },
+ {
+ "npc_id": "247",
+ "loc_data": "{2769,3402,2,1,5}"
+ },
+ {
+ "npc_id": "250",
+ "loc_data": "{2924,3405,0,0,1}"
+ },
+ {
+ "npc_id": "251",
+ "loc_data": "{2761,3512,0,0,0}"
+ },
+ {
+ "npc_id": "253",
+ "loc_data": "{2616,3172,0,1,1}-{2583,3142,0,1,6}"
+ },
+ {
+ "npc_id": "254",
+ "loc_data": "{2565,3150,0,1,6}-{2564,3146,0,1,5}-{2572,3143,0,1,4}"
+ },
+ {
+ "npc_id": "255",
+ "loc_data": "{2601,3195,0,1,3}-{2615,3188,0,1,6}-{2606,3186,0,1,3}"
+ },
+ {
+ "npc_id": "256",
+ "loc_data": "{2568,3144,0,1,3}-{2606,3180,0,1,5}-{2600,3184,0,1,4}-{2598,3185,0,1,6}-{2593,3175,0,1,2}-{2594,3182,0,1,3}-{2594,3188,0,1,3}-{2593,3193,0,1,3}-{2592,3179,0,1,1}-{2605,3171,0,1,3}-{2581,3170,0,1,6}-{2580,3166,0,1,6}-{2577,3163,0,1,1}-{2585,3150,0,1,4}"
+ },
+ {
+ "npc_id": "259",
+ "loc_data": "{2567,3140,0,0,0}"
+ },
+ {
+ "npc_id": "260",
+ "loc_data": "{2589,3142,0,0,0}"
+ },
+ {
+ "npc_id": "261",
+ "loc_data": "{2587,3142,0,0,0}"
+ },
+ {
+ "npc_id": "262",
+ "loc_data": "{2616,3162,0,0,0}-{2616,3161,0,0,0}-{2596,3142,0,0,0}"
+ },
+ {
+ "npc_id": "263",
+ "loc_data": "{2597,3143,0,0,0}"
+ },
+ {
+ "npc_id": "265",
+ "loc_data": "{2616,3167,0,0,0}"
+ },
+ {
+ "npc_id": "267",
+ "loc_data": "{2601,3168,0,0,0}"
+ },
+ {
+ "npc_id": "268",
+ "loc_data": "{2583,3171,0,0,0}"
+ },
+ {
+ "npc_id": "278",
+ "loc_data": "{3209,3215,0,0,0}"
+ },
+ {
+ "npc_id": "279",
+ "loc_data": "{2604,3209,0,0,0}"
+ },
+ {
+ "npc_id": "280",
+ "loc_data": "{2615,3258,0,1,6}"
+ },
+ {
+ "npc_id": "281",
+ "loc_data": "{2604,3219,0,1,6}-{2609,3207,0,1,6}-{2618,3211,0,1,6}"
+ },
+ {
+ "npc_id": "282",
+ "loc_data": "{3280,3494,0,1,6}-{2562,9608,0,1,6}-{2564,9604,0,1,6}"
+ },
+ {
+ "npc_id": "283",
+ "loc_data": "{2569,9602,0,1,6}"
+ },
+ {
+ "npc_id": "284",
+ "loc_data": "{2953,3450,0,0,0}"
+ },
+ {
+ "npc_id": "285",
+ "loc_data": "{3110,3330,0,0,0}"
+ },
+ {
+ "npc_id": "286",
+ "loc_data": "{3111,3367,2,0,4}"
+ },
+ {
+ "npc_id": "287",
+ "loc_data": "{2770,3403,2,1,3}"
+ },
+ {
+ "npc_id": "288",
+ "loc_data": "{3110,3366,2,0,2}-{2677,3655,0,1,3}-{2681,3653,0,1,6}"
+ },
+ {
+ "npc_id": "289",
+ "loc_data": "{2616,3302,0,1,3}"
+ },
+ {
+ "npc_id": "290",
+ "loc_data": "{2614,3306,0,1,4}"
+ },
+ {
+ "npc_id": "296",
+ "loc_data": "{3084,3518,0,1,1}"
+ },
+ {
+ "npc_id": "297",
+ "loc_data": "{3093,3518,0,1,5}"
+ },
+ {
+ "npc_id": "298",
+ "loc_data": "{3113,3513,0,1,3}"
+ },
+ {
+ "npc_id": "299",
+ "loc_data": "{3113,3511,0,1,3}"
+ },
+ {
+ "npc_id": "300",
+ "loc_data": "{3105,9569,0,0,0}"
+ },
+ {
+ "npc_id": "302",
+ "loc_data": "{2519,3429,0,1,1}"
+ },
+ {
+ "npc_id": "304",
+ "loc_data": "{2520,3496,0,1,3}"
+ },
+ {
+ "npc_id": "305",
+ "loc_data": "{2511,3484,0,0,4}"
+ },
+ {
+ "npc_id": "306",
+ "loc_data": "{2514,9580,0,1,1}"
+ },
+ {
+ "npc_id": "307",
+ "loc_data": "{2968,3206,0,0,0}"
+ },
+ {
+ "npc_id": "308",
+ "loc_data": "{2611,3393,0,1,4}"
+ },
+ {
+ "npc_id": "309",
+ "loc_data": "{2860,2976,0,0,4}-{2856,2977,0,0,4}-{2852,2973,0,0,4}-{2267,3253,0,0,4}-{2266,3253,0,0,4}-{2262,3249,0,0,4}-{2716,3530,0,0,0}-{2561,3374,0,0,4}-{2562,3374,0,0,4}-{2633,3693,0,0,4}-{2633,3694,0,0,4}-{2215,3248,0,0,4}-{2217,3245,0,0,4}-{2213,3241,0,0,4}-{3104,3424,0,0,0}-{3104,3425,0,0,0}-{2566,3370,0,0,0}-{2637,3444,0,0,0}-{2471,3146,0,0,4}-{2465,3156,0,0,4}-{2461,3150,0,0,4}-{2678,3595,0,0,4}-{2689,3598,0,0,4}"
+ },
+ {
+ "npc_id": "310",
+ "loc_data": "{2382,3414,0,0,4}-{2537,3406,0,0,4}-{2527,3412,0,0,4}-{2507,3421,0,0,4}-{2508,3421,0,0,4}-{3239,3243,0,0,6}-{3239,3241,0,0,6}-{3238,3252,0,0,6}-{2860,2972,0,0,6}-{2865,2972,0,0,4}-{2382,3415,0,0,0}-{2392,3420,0,0,0}"
+ },
+ {
+ "npc_id": "312",
+ "loc_data": "{2860,3426,0,0,1}"
+ },
+ {
+ "npc_id": "313",
+ "loc_data": "{2853,3423,0,0,1}-{2840,3356,0,0,1}-{2843,3359,0,0,1}-{2848,3361,0,0,1}-{2879,3339,0,0,1}-{2879,3338,0,0,1}-{2879,3335,0,0,1}-{2879,3334,0,0,1}-{2876,3331,0,0,1}"
+ },
+ {
+ "npc_id": "316",
+ "loc_data": "{2986,3176,0,0,4}-{3086,3227,0,0,1}-{2996,3157,0,0,1}-{3085,3230,0,0,0}"
+ },
+ {
+ "npc_id": "322",
+ "loc_data": "{2641,3700,0,0,4}-{2640,3700,0,0,4}-{2777,2740,0,0,4}-{2780,2741,0,0,4}-{2788,2741,0,0,4}-{2771,2733,0,0,4}-{2771,2734,0,0,4}"
+ },
+ {
+ "npc_id": "323",
+ "loc_data": "{2926,3177,0,0,6}-{3259,3204,0,0,3}-{3248,3161,0,0,4}-{3259,3206,0,0,3}-{2516,3575,0,0,7}-{2511,3562,0,0,7}-{2498,3547,0,0,7}"
+ },
+ {
+ "npc_id": "324",
+ "loc_data": "{2645,3708,0,0,1}-{2648,3708,0,0,1}-{2632,3427,0,0,0}-{2647,3711,0,0,1}"
+ },
+ {
+ "npc_id": "325",
+ "loc_data": "{2671,3160,0,0,4}-{2672,3160,0,0,4}-{2678,3160,0,0,4}-{2682,3160,0,0,4}-{2683,3160,0,0,4}"
+ },
+ {
+ "npc_id": "326",
+ "loc_data": "{2840,3431,0,0,0}-{3246,3156,0,0,0}-{3245,3152,0,0,0}-{3242,3148,0,0,0}-{2855,3423,0,0,1}-{3267,3148,0,0,6}-{3276,3140,0,0,6}-{3275,3140,0,0,6}-{3169,3266,0,0,3}-{3173,3274,0,0,3}-{2607,3416,0,0,1}-{2604,3417,0,0,1}-{2602,3419,0,0,1}"
+ },
+ {
+ "npc_id": "333",
+ "loc_data": "{2845,3429,0,0,6}-{2923,3178,0,0,6}-{2923,3180,0,0,6}-{2926,3180,0,0,6}-{2602,3411,0,0,3}-{2605,3413,0,0,3}-{2609,3416,0,0,3}-{2610,3413,0,0,3}-{2605,3421,0,0,1}-{2602,3423,0,0,1}-{2603,3426,0,0,1}"
+ },
+ {
+ "npc_id": "334",
+ "loc_data": "{2165,3268,0,0,4}-{2162,3274,0,0,4}-{2639,3698,0,0,4}-{2642,3698,0,0,4}-{2699,2702,0,0,4}-{2694,2706,0,0,4}-{2700,2702,0,0,4}-{2707,2698,0,0,4}-{2612,3411,0,0,0}-{2627,3415,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2700,2702,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}-{2707,2698,0,0,0}"
+ },
+ {
+ "npc_id": "336",
+ "loc_data": "{2928,3218,0,1,4}"
+ },
+ {
+ "npc_id": "338",
+ "loc_data": "{2929,3222,0,0,6}"
+ },
+ {
+ "npc_id": "340",
+ "loc_data": "{2929,3217,0,1,6}"
+ },
+ {
+ "npc_id": "342",
+ "loc_data": "{3281,3382,0,0,0}"
+ },
+ {
+ "npc_id": "343",
+ "loc_data": "{3284,3382,0,0,0}"
+ },
+ {
+ "npc_id": "344",
+ "loc_data": "{3016,3187,1,1,0}-{3015,3183,1,1,0}-{3014,3181,1,1,0}-{3011,3185,1,1,0}"
+ },
+ {
+ "npc_id": "345",
+ "loc_data": "{3018,3185,2,1,0}"
+ },
+ {
+ "npc_id": "347",
+ "loc_data": "{2523,3292,0,0,0}-{2536,3294,0,0,0}-{2538,3321,0,0,0}"
+ },
+ {
+ "npc_id": "348",
+ "loc_data": "{2501,3315,0,0,0}-{2513,3325,0,0,0}-{2526,3279,0,0,0}-{2528,3297,0,0,0}-{2535,3288,0,0,0}-{2548,3287,0,0,0}"
+ },
+ {
+ "npc_id": "349",
+ "loc_data": "{2556,3266,0,0,0}"
+ },
+ {
+ "npc_id": "350",
+ "loc_data": "{2559,3266,0,0,0}"
+ },
+ {
+ "npc_id": "351",
+ "loc_data": "{2507,3325,0,1,4}"
+ },
+ {
+ "npc_id": "352",
+ "loc_data": "{2511,3322,0,1,2}-{2540,3279,0,1,6}"
+ },
+ {
+ "npc_id": "353",
+ "loc_data": "{2504,3326,0,1,1}-{2509,3314,0,1,3}-{2545,3278,0,1,3}"
+ },
+ {
+ "npc_id": "354",
+ "loc_data": "{2510,3318,0,1,6}-{2524,3271,0,1,3}"
+ },
+ {
+ "npc_id": "355",
+ "loc_data": "{2504,3318,0,0,0}"
+ },
+ {
+ "npc_id": "356",
+ "loc_data": "{2523,3307,0,0,0}"
+ },
+ {
+ "npc_id": "357",
+ "loc_data": "{2518,3309,0,0,0}-{2526,3303,0,0,0}-{2543,3309,0,0,0}-{2550,3319,0,0,0}-{2552,3319,0,0,0}"
+ },
+ {
+ "npc_id": "358",
+ "loc_data": "{2529,3285,0,0,0}"
+ },
+ {
+ "npc_id": "360",
+ "loc_data": "{2550,3272,0,1,4}"
+ },
+ {
+ "npc_id": "361",
+ "loc_data": "{2519,3277,0,1,6}"
+ },
+ {
+ "npc_id": "362",
+ "loc_data": "{2537,3324,0,1,6}"
+ },
+ {
+ "npc_id": "363",
+ "loc_data": "{2513,3315,0,1,4}"
+ },
+ {
+ "npc_id": "364",
+ "loc_data": "{2577,3298,1,0,0}"
+ },
+ {
+ "npc_id": "366",
+ "loc_data": "{2612,3324,0,0,0}"
+ },
+ {
+ "npc_id": "367",
+ "loc_data": "{2935,3210,0,1,2}"
+ },
+ {
+ "npc_id": "368",
+ "loc_data": "{3263,3407,0,1,2}"
+ },
+ {
+ "npc_id": "369",
+ "loc_data": "{2542,3326,0,0,0}-{2545,3324,0,0,0}-{2545,3327,0,0,0}-{2552,3326,0,0,0}-{2553,3322,0,0,0}-{2553,3324,0,0,0}"
+ },
+ {
+ "npc_id": "370",
+ "loc_data": "{2551,3324,1,0,0}-{2551,3327,1,0,0}"
+ },
+ {
+ "npc_id": "371",
+ "loc_data": "{2547,3326,0,0,0}-{2549,3322,0,0,0}-{2550,3326,0,0,0}-{2552,3323,0,0,0}"
+ },
+ {
+ "npc_id": "372",
+ "loc_data": "{2559,3303,0,0,6}-{2561,3303,0,0,6}-{2561,3305,0,0,4}-{2559,3305,0,0,1}"
+ },
+ {
+ "npc_id": "373",
+ "loc_data": "{2516,3274,0,0,0}"
+ },
+ {
+ "npc_id": "375",
+ "loc_data": "{3053,3249,0,0,0}"
+ },
+ {
+ "npc_id": "376",
+ "loc_data": "{3027,3217,0,1,4}"
+ },
+ {
+ "npc_id": "377",
+ "loc_data": "{3028,3223,0,1,2}"
+ },
+ {
+ "npc_id": "378",
+ "loc_data": "{3028,3220,0,1,4}"
+ },
+ {
+ "npc_id": "379",
+ "loc_data": "{2939,3156,0,1,4}"
+ },
+ {
+ "npc_id": "380",
+ "loc_data": "{2953,3149,0,0,0}-{2770,3226,0,0,0}"
+ },
+ {
+ "npc_id": "381",
+ "loc_data": "{2684,3272,0,1,4}"
+ },
+ {
+ "npc_id": "382",
+ "loc_data": "{3044,9758,0,1,3}"
+ },
+ {
+ "npc_id": "383",
+ "loc_data": "{2582,3485,0,1,7}"
+ },
+ {
+ "npc_id": "384",
+ "loc_data": "{2545,3568,0,1,7}-{2545,3571,0,1,6}"
+ },
+ {
+ "npc_id": "385",
+ "loc_data": "{2549,3568,0,1,6}"
+ },
+ {
+ "npc_id": "386",
+ "loc_data": "{2877,9797,0,1,0}"
+ },
+ {
+ "npc_id": "387",
+ "loc_data": "{3058,3488,1,0,0}"
+ },
+ {
+ "npc_id": "388",
+ "loc_data": "{2709,3485,0,1,1}-{2716,3475,0,1,3}-{2697,3472,0,1,6}-{2702,3469,0,1,3}"
+ },
+ {
+ "npc_id": "389",
+ "loc_data": "{2704,3405,3,1,3}"
+ },
+ {
+ "npc_id": "397",
+ "loc_data": "{3254,3258,0,1,1}-{3264,3258,0,1,2}-{3026,3303,0,1,4}-{2880,3248,0,1,0}-{3259,3279,0,1,6}-{3247,3292,0,1,3}-{3260,3291,0,1,2}-{3247,3282,0,1,5}-{3261,3260,0,1,1}-{3252,3283,0,1,6}"
+ },
+ {
+ "npc_id": "398",
+ "loc_data": "{2849,5091,0,0,0}-{2726,3349,0,1,6}"
+ },
+ {
+ "npc_id": "399",
+ "loc_data": "{2846,5081,0,0,0}-{2730,3349,0,1,1}"
+ },
+ {
+ "npc_id": "400",
+ "loc_data": "{2728,3377,0,1,1}"
+ },
+ {
+ "npc_id": "401",
+ "loc_data": "{2800,2943,0,0,0}-{2762,2944,0,0,0}-{2823,2941,0,0,0}-{2861,2941,0,0,0}"
+ },
+ {
+ "npc_id": "402",
+ "loc_data": "{2791,2944,0,0,0}-{2762,2943,0,0,0}-{2818,2939,0,0,0}-{2870,2943,0,0,0}-{2933,2944,0,0,0}"
+ },
+ {
+ "npc_id": "407",
+ "loc_data": "{3059,4507,0,0,3}"
+ },
+ {
+ "npc_id": "411",
+ "loc_data": "{2887,3164,0,0,0}-{2878,3161,0,0,0}"
+ },
+ {
+ "npc_id": "412",
+ "loc_data": "{2728,10122,0,1,1}-{2735,10123,0,1,3}-{2733,10129,0,1,1}-{2728,10133,0,1,6}-{2722,10133,0,1,6}-{2736,10137,0,1,1}-{2732,10142,0,1,0}-{2726,10142,0,1,6}-{2729,10140,0,1,3}-{2720,10144,0,1,6}-{2712,10142,0,1,3}-{2760,3402,0,1,4}-{2759,3400,0,1,1}-{2756,3403,0,1,1}-{2759,3400,0,1,3}-{2755,3402,0,1,1}"
+ },
+ {
+ "npc_id": "419",
+ "loc_data": "{3195,5450,0,1,6}-{3181,5449,0,1,1}"
+ },
+ {
+ "npc_id": "420",
+ "loc_data": "{3175,5454,0,1,4}"
+ },
+ {
+ "npc_id": "421",
+ "loc_data": "{3195,5459,0,1,6}-{3186,5454,0,1,5}-{3173,5494,0,1,6}-{3179,5491,0,1,1}-{3185,5492,0,1,4}-{3184,5487,0,1,3}"
+ },
+ {
+ "npc_id": "423",
+ "loc_data": "{2731,5340,0,1,7}"
+ },
+ {
+ "npc_id": "424",
+ "loc_data": "{2724,5359,0,1,3}"
+ },
+ {
+ "npc_id": "425",
+ "loc_data": "{2717,5332,0,1,7}"
+ },
+ {
+ "npc_id": "429",
+ "loc_data": "{2363,5214,0,1,6}-{2358,5214,0,1,7}-{2361,5212,0,1,6}-{2361,5209,0,1,4}-{2359,5213,0,1,1}-{2364,5215,0,1,6}-{2361,5216,0,1,1}-{2361,5212,0,1,0}"
+ },
+ {
+ "npc_id": "437",
+ "loc_data": "{2807,3191,0,0,0}"
+ },
+ {
+ "npc_id": "444",
+ "loc_data": "{2551,3197,0,1,1}-{2555,3194,0,1,4}-{2551,3157,0,1,3}-{2525,3155,0,1,3}-{2518,3149,0,1,3}-{2502,3175,0,1,1}"
+ },
+ {
+ "npc_id": "445",
+ "loc_data": "{2550,3196,0,1,4}-{2557,3197,0,1,1}-{2538,3155,0,1,7}"
+ },
+ {
+ "npc_id": "446",
+ "loc_data": "{2994,3194,0,1,1}-{3285,9896,0,1,1}-{3279,9895,0,1,6}"
+ },
+ {
+ "npc_id": "447",
+ "loc_data": "{3114,3242,0,1,1}"
+ },
+ {
+ "npc_id": "448",
+ "loc_data": "{3120,3238,0,1,6}"
+ },
+ {
+ "npc_id": "449",
+ "loc_data": "{3127,3248,0,1,1}"
+ },
+ {
+ "npc_id": "450",
+ "loc_data": "{3081,3220,0,1,0}-{3081,3222,0,1,0}"
+ },
+ {
+ "npc_id": "451",
+ "loc_data": "{2994,3215,0,1,2}-{3077,3234,0,1,0}"
+ },
+ {
+ "npc_id": "452",
+ "loc_data": "{3223,3293,0,0,0}"
+ },
+ {
+ "npc_id": "454",
+ "loc_data": "{2899,3430,1,1,3}"
+ },
+ {
+ "npc_id": "455",
+ "loc_data": "{2925,3485,0,1,5}"
+ },
+ {
+ "npc_id": "456",
+ "loc_data": "{3244,3205,0,0,0}"
+ },
+ {
+ "npc_id": "458",
+ "loc_data": "{3148,3175,0,1,4}"
+ },
+ {
+ "npc_id": "459",
+ "loc_data": "{2566,9507,0,1,6}-{2565,9506,0,0,5}-{2566,9507,0,1,3}"
+ },
+ {
+ "npc_id": "460",
+ "loc_data": "{2590,9488,0,1,3}"
+ },
+ {
+ "npc_id": "461",
+ "loc_data": "{2588,3091,1,1,3}"
+ },
+ {
+ "npc_id": "462",
+ "loc_data": "{2590,3084,0,1,5}"
+ },
+ {
+ "npc_id": "469",
+ "loc_data": "{2542,3169,0,1,4}"
+ },
+ {
+ "npc_id": "470",
+ "loc_data": "{2519,3212,0,1,3}"
+ },
+ {
+ "npc_id": "471",
+ "loc_data": "{2526,3160,1,1,6}"
+ },
+ {
+ "npc_id": "472",
+ "loc_data": "{2521,3168,0,1,4}"
+ },
+ {
+ "npc_id": "473",
+ "loc_data": "{2503,3192,0,0,0}-{2514,3159,0,0,6}"
+ },
+ {
+ "npc_id": "475",
+ "loc_data": "{2513,3262,0,1,3}-{2522,3251,0,1,1}-{2454,3300,0,1,7}-{2455,3301,0,1,7}"
+ },
+ {
+ "npc_id": "477",
+ "loc_data": "{2455,3301,0,1,6}"
+ },
+ {
+ "npc_id": "478",
+ "loc_data": "{2509,3255,0,1,3}-{2503,3254,1,1,3}"
+ },
+ {
+ "npc_id": "481",
+ "loc_data": "{2499,3266,0,0,4}"
+ },
+ {
+ "npc_id": "482",
+ "loc_data": "{2524,3258,0,1,4}"
+ },
+ {
+ "npc_id": "483",
+ "loc_data": "{2501,3234,0,0,4}"
+ },
+ {
+ "npc_id": "484",
+ "loc_data": "{2537,3168,0,1,5}-{2542,3167,0,0,1}-{2541,3168,0,0,2}-{2541,3171,0,0,3}-{2542,3172,0,0,4}"
+ },
+ {
+ "npc_id": "491",
+ "loc_data": ""
+ },
+ {
+ "npc_id": "494",
+ "loc_data": "{2807,3443,0,0,6}-{2810,3443,0,0,6}-{2657,3283,0,0,3}-{2657,3286,0,0,3}-{2615,3094,0,0,3}-{2615,3092,0,0,3}-{2615,3092,0,0,3}-{2615,3094,0,0,3}-{3122,3125,0,0,6}-{3120,3125,0,0,6}-{3090,3242,0,0,4}-{3090,3245,0,0,4}-{3090,3243,0,0,4}-{2584,3422,0,0,4}-{2584,3419,0,0,4}-{2618,3330,0,0,0}-{2619,3330,0,0,0}-{2584,3418,0,0,4}"
+ },
+ {
+ "npc_id": "495",
+ "loc_data": "{2809,3443,0,0,6}-{2811,3443,0,0,6}-{2615,3091,0,0,3}-{2615,3091,0,0,3}-{2615,3330,0,0,0}-{2584,3421,0,0,4}"
+ },
+ {
+ "npc_id": "496",
+ "loc_data": "{3267,3164,0,0,4}-{3267,3167,0,0,4}-{3267,3169,0,0,4}"
+ },
+ {
+ "npc_id": "497",
+ "loc_data": "{3267,3166,0,0,4}-{3267,3168,0,0,4}"
+ },
+ {
+ "npc_id": "498",
+ "loc_data": "{2384,4457,0,0,7}-{2385,4461,0,0,1}"
+ },
+ {
+ "npc_id": "499",
+ "loc_data": "{2853,2953,0,0,1}-{2852,2953,0,0,1}"
+ },
+ {
+ "npc_id": "500",
+ "loc_data": "{2880,2951,0,0,6}"
+ },
+ {
+ "npc_id": "504",
+ "loc_data": "{2870,2950,0,0,0}-{2877,2959,0,0,0}"
+ },
+ {
+ "npc_id": "505",
+ "loc_data": "{2868,2954,0,0,6}-{2876,2948,0,0,1}"
+ },
+ {
+ "npc_id": "510",
+ "loc_data": "{2780,3211,0,0,0}"
+ },
+ {
+ "npc_id": "511",
+ "loc_data": "{2834,2956,0,0,0}"
+ },
+ {
+ "npc_id": "512",
+ "loc_data": "{2862,2995,1,0,0}"
+ },
+ {
+ "npc_id": "513",
+ "loc_data": "{2857,2962,0,0,6}"
+ },
+ {
+ "npc_id": "514",
+ "loc_data": "{2870,2974,1,0,6}"
+ },
+ {
+ "npc_id": "515",
+ "loc_data": "{2834,2987,0,0,0}"
+ },
+ {
+ "npc_id": "516",
+ "loc_data": "{2826,2958,0,1,3}"
+ },
+ {
+ "npc_id": "517",
+ "loc_data": "{2870,2970,0,0,0}"
+ },
+ {
+ "npc_id": "518",
+ "loc_data": "{2764,2959,1,0,0}"
+ },
+ {
+ "npc_id": "519",
+ "loc_data": "{3228,3203,0,1,6}"
+ },
+ {
+ "npc_id": "520",
+ "loc_data": "{3217,3241,0,1,4}"
+ },
+ {
+ "npc_id": "521",
+ "loc_data": "{3217,3240,0,1,3}"
+ },
+ {
+ "npc_id": "522",
+ "loc_data": "{3218,3415,0,1,3}"
+ },
+ {
+ "npc_id": "523",
+ "loc_data": "{3217,3411,0,1,3}"
+ },
+ {
+ "npc_id": "524",
+ "loc_data": "{3316,3184,0,1,3}"
+ },
+ {
+ "npc_id": "525",
+ "loc_data": "{3316,3182,0,1,3}"
+ },
+ {
+ "npc_id": "527",
+ "loc_data": "{2959,3390,0,1,1}-{2957,3388,0,1,3}"
+ },
+ {
+ "npc_id": "528",
+ "loc_data": "{3078,3512,0,1,3}"
+ },
+ {
+ "npc_id": "529",
+ "loc_data": "{3079,3507,0,1,7}"
+ },
+ {
+ "npc_id": "530",
+ "loc_data": "{2947,3217,0,1,1}"
+ },
+ {
+ "npc_id": "531",
+ "loc_data": "{2947,3212,0,1,1}"
+ },
+ {
+ "npc_id": "532",
+ "loc_data": "{2906,3145,0,1,3}"
+ },
+ {
+ "npc_id": "533",
+ "loc_data": "{2906,3144,0,1,3}"
+ },
+ {
+ "npc_id": "534",
+ "loc_data": "{2375,4449,0,1,5}"
+ },
+ {
+ "npc_id": "535",
+ "loc_data": "{2376,4447,0,0,0}"
+ },
+ {
+ "npc_id": "536",
+ "loc_data": "{3192,3359,1,1,3}"
+ },
+ {
+ "npc_id": "537",
+ "loc_data": "{3192,3355,1,1,6}"
+ },
+ {
+ "npc_id": "538",
+ "loc_data": "{3076,3429,0,1,3}"
+ },
+ {
+ "npc_id": "539",
+ "loc_data": "{3299,3204,0,0,0}"
+ },
+ {
+ "npc_id": "540",
+ "loc_data": "{3288,3212,0,1,6}"
+ },
+ {
+ "npc_id": "541",
+ "loc_data": "{3288,3190,0,1,3}"
+ },
+ {
+ "npc_id": "542",
+ "loc_data": "{3316,3175,0,1,3}"
+ },
+ {
+ "npc_id": "543",
+ "loc_data": "{3272,3182,0,1,6}"
+ },
+ {
+ "npc_id": "544",
+ "loc_data": "{3316,3164,0,1,3}"
+ },
+ {
+ "npc_id": "545",
+ "loc_data": "{3322,3195,0,1,3}"
+ },
+ {
+ "npc_id": "546",
+ "loc_data": "{3203,3433,0,1,3}"
+ },
+ {
+ "npc_id": "547",
+ "loc_data": "{3217,3435,0,0,3}"
+ },
+ {
+ "npc_id": "548",
+ "loc_data": "{3205,3416,0,1,6}"
+ },
+ {
+ "npc_id": "549",
+ "loc_data": "{3229,3438,0,1,6}"
+ },
+ {
+ "npc_id": "550",
+ "loc_data": "{3232,3423,0,1,6}"
+ },
+ {
+ "npc_id": "551",
+ "loc_data": "{3203,3397,0,1,3}"
+ },
+ {
+ "npc_id": "552",
+ "loc_data": "{3205,3399,0,1,3}"
+ },
+ {
+ "npc_id": "553",
+ "loc_data": "{3253,3403,0,1,1}"
+ },
+ {
+ "npc_id": "554",
+ "loc_data": "{3281,3398,0,1,3}"
+ },
+ {
+ "npc_id": "556",
+ "loc_data": "{3012,3244,0,1,6}"
+ },
+ {
+ "npc_id": "557",
+ "loc_data": "{3012,3203,0,1,1}"
+ },
+ {
+ "npc_id": "558",
+ "loc_data": "{3013,3225,0,1,1}"
+ },
+ {
+ "npc_id": "559",
+ "loc_data": "{3026,3252,0,1,3}"
+ },
+ {
+ "npc_id": "560",
+ "loc_data": "{2767,3122,0,1,6}"
+ },
+ {
+ "npc_id": "562",
+ "loc_data": "{2799,3438,0,1,1}"
+ },
+ {
+ "npc_id": "563",
+ "loc_data": "{2803,3430,0,1,6}"
+ },
+ {
+ "npc_id": "564",
+ "loc_data": "{2485,4450,0,1,3}"
+ },
+ {
+ "npc_id": "565",
+ "loc_data": "{2476,4467,0,1,2}"
+ },
+ {
+ "npc_id": "566",
+ "loc_data": "{2480,4471,0,1,4}"
+ },
+ {
+ "npc_id": "568",
+ "loc_data": "{2925,3143,0,1,3}"
+ },
+ {
+ "npc_id": "569",
+ "loc_data": "{2659,3316,0,1,2}"
+ },
+ {
+ "npc_id": "570",
+ "loc_data": "{2669,3303,0,1,5}"
+ },
+ {
+ "npc_id": "571",
+ "loc_data": "{2655,3310,0,1,1}-{2669,3310,0,1,3}"
+ },
+ {
+ "npc_id": "572",
+ "loc_data": "{2659,3296,0,1,4}"
+ },
+ {
+ "npc_id": "573",
+ "loc_data": "{2663,3296,0,1,4}"
+ },
+ {
+ "npc_id": "574",
+ "loc_data": "{2656,3300,0,1,3}"
+ },
+ {
+ "npc_id": "575",
+ "loc_data": "{2821,3442,0,1,6}"
+ },
+ {
+ "npc_id": "576",
+ "loc_data": "{2836,3447,0,1,4}"
+ },
+ {
+ "npc_id": "577",
+ "loc_data": "{2975,3384,0,1,3}"
+ },
+ {
+ "npc_id": "578",
+ "loc_data": "{2807,3342,0,1,6}"
+ },
+ {
+ "npc_id": "579",
+ "loc_data": "{3034,9845,0,1,3}"
+ },
+ {
+ "npc_id": "580",
+ "loc_data": "{2952,3388,0,1,3}"
+ },
+ {
+ "npc_id": "581",
+ "loc_data": "{2975,3314,0,1,3}"
+ },
+ {
+ "npc_id": "582",
+ "loc_data": "{2998,9828,0,1,1}"
+ },
+ {
+ "npc_id": "583",
+ "loc_data": "{3011,3257,0,1,3}"
+ },
+ {
+ "npc_id": "584",
+ "loc_data": "{2944,3332,0,1,3}"
+ },
+ {
+ "npc_id": "585",
+ "loc_data": "{2946,3205,0,1,6}"
+ },
+ {
+ "npc_id": "586",
+ "loc_data": "{2884,3450,0,1,3}"
+ },
+ {
+ "npc_id": "587",
+ "loc_data": "{2897,3428,0,1,3}"
+ },
+ {
+ "npc_id": "588",
+ "loc_data": "{2803,3152,0,1,3}"
+ },
+ {
+ "npc_id": "589",
+ "loc_data": "{2660,3291,0,1,3}"
+ },
+ {
+ "npc_id": "590",
+ "loc_data": "{2613,3294,0,1,3}"
+ },
+ {
+ "npc_id": "591",
+ "loc_data": "{2615,3292,0,1,6}"
+ },
+ {
+ "npc_id": "592",
+ "loc_data": "{2597,3401,0,1,2}"
+ },
+ {
+ "npc_id": "593",
+ "loc_data": "{2569,3098,0,1,3}"
+ },
+ {
+ "npc_id": "594",
+ "loc_data": "{2998,9840,0,1,3}"
+ },
+ {
+ "npc_id": "595",
+ "loc_data": "{3271,3412,0,1,3}"
+ },
+ {
+ "npc_id": "596",
+ "loc_data": "{3037,3705,0,0,0}"
+ },
+ {
+ "npc_id": "597",
+ "loc_data": "{3025,3701,0,1,5}"
+ },
+ {
+ "npc_id": "598",
+ "loc_data": "{2943,3384,0,1,3}"
+ },
+ {
+ "npc_id": "599",
+ "loc_data": "{2522,5001,0,0,4}"
+ },
+ {
+ "npc_id": "600",
+ "loc_data": "{2449,3511,1,1,6}"
+ },
+ {
+ "npc_id": "601",
+ "loc_data": "{2482,3510,1,1,0}"
+ },
+ {
+ "npc_id": "602",
+ "loc_data": "{2469,3488,2,1,6}"
+ },
+ {
+ "npc_id": "603",
+ "loc_data": "{2491,3488,1,1,6}"
+ },
+ {
+ "npc_id": "604",
+ "loc_data": "{3001,3144,0,0,0}"
+ },
+ {
+ "npc_id": "605",
+ "loc_data": "{2985,3343,2,1,2}"
+ },
+ {
+ "npc_id": "606",
+ "loc_data": "{2974,3343,0,1,0}"
+ },
+ {
+ "npc_id": "607",
+ "loc_data": "{2539,3547,0,1,4}"
+ },
+ {
+ "npc_id": "608",
+ "loc_data": "{2962,3337,2,1,4}"
+ },
+ {
+ "npc_id": "610",
+ "loc_data": "{3027,3506,0,0,0}"
+ },
+ {
+ "npc_id": "611",
+ "loc_data": "{3029,3505,0,1,0}"
+ },
+ {
+ "npc_id": "612",
+ "loc_data": "{3028,3510,0,0,0}"
+ },
+ {
+ "npc_id": "619",
+ "loc_data": "{3353,3333,0,1,3}"
+ },
+ {
+ "npc_id": "636",
+ "loc_data": "{2395,3494,0,0,6}-{2396,3494,0,0,6}-{2397,3494,0,0,6}-{2396,3493,0,0,6}"
+ },
+ {
+ "npc_id": "637",
+ "loc_data": "{3158,3425,1,1,5}"
+ },
+ {
+ "npc_id": "638",
+ "loc_data": "{3195,3404,0,0,0}"
+ },
+ {
+ "npc_id": "639",
+ "loc_data": "{3211,3425,0,1,7}"
+ },
+ {
+ "npc_id": "640",
+ "loc_data": "{3253,3487,0,1,6}"
+ },
+ {
+ "npc_id": "641",
+ "loc_data": "{3207,3392,0,1,6}"
+ },
+ {
+ "npc_id": "642",
+ "loc_data": "{3185,3385,0,1,6}"
+ },
+ {
+ "npc_id": "643",
+ "loc_data": "{3246,3383,1,1,5}"
+ },
+ {
+ "npc_id": "644",
+ "loc_data": "{3247,9781,0,1,6}"
+ },
+ {
+ "npc_id": "645",
+ "loc_data": "{3223,3401,0,1,2}"
+ },
+ {
+ "npc_id": "646",
+ "loc_data": "{3257,3447,0,1,0}"
+ },
+ {
+ "npc_id": "648",
+ "loc_data": "{3220,3471,0,0,6}"
+ },
+ {
+ "npc_id": "649",
+ "loc_data": "{3149,3210,0,1,0}"
+ },
+ {
+ "npc_id": "650",
+ "loc_data": "{3148,3205,0,1,0}"
+ },
+ {
+ "npc_id": "651",
+ "loc_data": "{3148,3207,0,1,0}"
+ },
+ {
+ "npc_id": "652",
+ "loc_data": "{3147,3209,0,1,0}"
+ },
+ {
+ "npc_id": "656",
+ "loc_data": "{2822,3374,0,0,3}"
+ },
+ {
+ "npc_id": "657",
+ "loc_data": "{3048,3236,0,1,2}"
+ },
+ {
+ "npc_id": "658",
+ "loc_data": "{2832,3336,0,1,2}"
+ },
+ {
+ "npc_id": "659",
+ "loc_data": "{3052,3373,0,0,0}"
+ },
+ {
+ "npc_id": "663",
+ "loc_data": "{3290,3290,0,1,2}"
+ },
+ {
+ "npc_id": "665",
+ "loc_data": "{2986,9811,0,0,0}"
+ },
+ {
+ "npc_id": "666",
+ "loc_data": "{2819,3451,0,0,3}"
+ },
+ {
+ "npc_id": "668",
+ "loc_data": "{3284,3503,1,1,1}"
+ },
+ {
+ "npc_id": "670",
+ "loc_data": "{2465,3496,0,1,6}"
+ },
+ {
+ "npc_id": "674",
+ "loc_data": "{3001,3041,0,0,0}"
+ },
+ {
+ "npc_id": "675",
+ "loc_data": "{2944,3041,0,0,0}"
+ },
+ {
+ "npc_id": "677",
+ "loc_data": "{2708,9486,0,0,5}"
+ },
+ {
+ "npc_id": "678",
+ "loc_data": "{2658,3436,0,1,3}-{2655,3431,0,1,0}-{2656,3424,0,1,1}-{2664,3426,0,1,4}-{2671,3438,0,1,1}-{2669,3441,0,1,7}-{2674,3438,0,1,5}-{2671,3418,0,1,7}-{2666,3417,0,1,3}-{2666,3415,0,1,2}-{2664,3416,0,1,3}-{2680,3431,0,1,6}-{2678,3431,0,1,1}-{2661,3430,0,1,4}"
+ },
+ {
+ "npc_id": "679",
+ "loc_data": "{2658,3439,0,0,0}"
+ },
+ {
+ "npc_id": "680",
+ "loc_data": "{2679,3432,0,1,6}"
+ },
+ {
+ "npc_id": "682",
+ "loc_data": "{2671,3434,0,1,4}"
+ },
+ {
+ "npc_id": "683",
+ "loc_data": "{2673,3434,0,1,3}"
+ },
+ {
+ "npc_id": "684",
+ "loc_data": "{2667,3430,2,0,6}"
+ },
+ {
+ "npc_id": "685",
+ "loc_data": "{2670,3429,2,0,3}"
+ },
+ {
+ "npc_id": "686",
+ "loc_data": "{2669,3426,2,0,1}"
+ },
+ {
+ "npc_id": "687",
+ "loc_data": "{2666,3427,2,0,4}"
+ },
+ {
+ "npc_id": "688",
+ "loc_data": "{2668,3442,2,1,6}-{2667,3444,2,1,6}-{2669,3444,2,1,6}"
+ },
+ {
+ "npc_id": "689",
+ "loc_data": "{2682,3428,2,1,3}-{2684,3427,2,1,3}-{2684,3429,2,1,3}"
+ },
+ {
+ "npc_id": "690",
+ "loc_data": "{2654,3428,2,1,1}-{2652,3427,2,1,1}-{2652,3429,2,1,1}"
+ },
+ {
+ "npc_id": "691",
+ "loc_data": "{2668,3414,2,1,4}-{2667,3412,2,1,4}-{2669,3412,2,1,4}"
+ },
+ {
+ "npc_id": "692",
+ "loc_data": "{2661,3419,0,1,7}"
+ },
+ {
+ "npc_id": "693",
+ "loc_data": "{2673,3416,0,0,0}"
+ },
+ {
+ "npc_id": "694",
+ "loc_data": "{2659,3431,0,0,3}"
+ },
+ {
+ "npc_id": "705",
+ "loc_data": "{3208,3252,0,0,6}"
+ },
+ {
+ "npc_id": "706",
+ "loc_data": "{3103,3163,2,0,0}"
+ },
+ {
+ "npc_id": "707",
+ "loc_data": "{3113,3160,2,0,0}"
+ },
+ {
+ "npc_id": "708",
+ "loc_data": "{3215,3282,0,1,1}-{3242,3306,0,1,1}-{3208,3357,0,1,3}-{3240,3393,0,1,3}-{3219,3221,0,1,4}-{3162,3410,0,1,2}-{2962,3424,0,1,6}-{3011,3513,0,1,1}-{2980,3337,0,1,6}-{2997,3300,0,1,3}-{3031,3322,0,1,1}-{2957,3308,0,1,0}-{2935,3343,0,1,1}-{2942,3247,0,1,7}-{2976,3176,0,1,6}-{3239,3523,0,1,4}-{3262,3523,0,1,2}-{2865,3175,0,1,0}-{2855,3188,0,1,1}-{2838,3194,0,1,3}-{2806,3181,0,1,3}-{2827,3170,0,1,5}-{2788,3179,0,1,3}-{2753,3178,0,1,3}-{2759,3155,0,1,0}-{2603,3221,0,1,7}-{2604,3212,0,1,3}-{2612,3230,0,1,0}-{2611,3204,0,1,7}-{2544,3184,0,1,3}-{2627,3231,0,1,4}-{2595,3125,0,1,1}-{2598,3145,0,1,1}-{2588,3145,0,1,7}-{2601,3135,0,1,3}-{2598,3120,0,1,6}-{2615,3120,0,1,4}-{2598,3108,0,1,4}-{2733,3459,0,1,3}-{2732,3457,0,1,6}-{2715,3451,0,1,4}-{2715,3436,0,1,3}-{2977,3377,0,0,3}-{2941,3356,0,0,7}-{2932,3322,0,0,5}-{2934,3301,0,1,5}-{2934,3301,0,1,3}-{2973,3274,0,1,3}-{2994,3270,0,1,0}-{3010,3271,0,1,6}-{2977,3202,0,1,7}-{3068,3251,0,1,6}-{3189,3503,0,1,6}"
+ },
+ {
+ "npc_id": "711",
+ "loc_data": "{2536,3314,1,0,0}"
+ },
+ {
+ "npc_id": "713",
+ "loc_data": "{2526,3319,0,0,0}"
+ },
+ {
+ "npc_id": "716",
+ "loc_data": "{2540,3286,0,0,0}"
+ },
+ {
+ "npc_id": "717",
+ "loc_data": "{2513,3294,0,0,0}-{2518,3320,0,0,0}-{2530,3274,0,0,0}-{2535,3296,0,0,0}"
+ },
+ {
+ "npc_id": "719",
+ "loc_data": "{2560,3288,0,0,0}-{2026,4619,0,1,6}-{2026,4615,0,0,6}-{2020,4614,0,1,1}-{2021,4614,0,1,6}-{2008,4612,0,1,3}-{2002,4613,0,1,4}"
+ },
+ {
+ "npc_id": "720",
+ "loc_data": "{2542,3306,0,0,0}"
+ },
+ {
+ "npc_id": "725",
+ "loc_data": "{2540,3305,0,0,0}"
+ },
+ {
+ "npc_id": "728",
+ "loc_data": "{2540,3308,0,1,6}"
+ },
+ {
+ "npc_id": "729",
+ "loc_data": "{2536,3308,0,1,4}"
+ },
+ {
+ "npc_id": "731",
+ "loc_data": "{3278,3487,0,1,1}"
+ },
+ {
+ "npc_id": "732",
+ "loc_data": "{3267,3392,0,0,0}"
+ },
+ {
+ "npc_id": "733",
+ "loc_data": "{3226,3399,0,0,0}"
+ },
+ {
+ "npc_id": "734",
+ "loc_data": "{3045,3256,0,1,3}"
+ },
+ {
+ "npc_id": "735",
+ "loc_data": "{2795,3155,0,1,7}"
+ },
+ {
+ "npc_id": "736",
+ "loc_data": "{2957,3373,0,1,7}"
+ },
+ {
+ "npc_id": "737",
+ "loc_data": "{2572,3319,0,1,3}"
+ },
+ {
+ "npc_id": "738",
+ "loc_data": "{2691,3492,0,0,0}"
+ },
+ {
+ "npc_id": "739",
+ "loc_data": "{2554,3080,0,1,3}"
+ },
+ {
+ "npc_id": "740",
+ "loc_data": "{2808,3086,0,1,0}"
+ },
+ {
+ "npc_id": "741",
+ "loc_data": "{3212,3220,1,1,1}"
+ },
+ {
+ "npc_id": "742",
+ "loc_data": "{2854,9636,0,1,4}"
+ },
+ {
+ "npc_id": "743",
+ "loc_data": "{3098,3257,0,1,4}"
+ },
+ {
+ "npc_id": "744",
+ "loc_data": "{3047,3204,0,0,0}"
+ },
+ {
+ "npc_id": "745",
+ "loc_data": "{3013,3189,0,1,1}"
+ },
+ {
+ "npc_id": "746",
+ "loc_data": "{3010,3502,0,1,3}"
+ },
+ {
+ "npc_id": "747",
+ "loc_data": "{3069,3516,0,1,6}"
+ },
+ {
+ "npc_id": "749",
+ "loc_data": "{1749,5323,0,1,4}"
+ },
+ {
+ "npc_id": "750",
+ "loc_data": "{1765,5321,0,1,2}-{1744,5326,0,1,4}"
+ },
+ {
+ "npc_id": "751",
+ "loc_data": "{1778,5323,0,1,6}"
+ },
+ {
+ "npc_id": "753",
+ "loc_data": "{2929,9649,0,1,4}"
+ },
+ {
+ "npc_id": "755",
+ "loc_data": "{3100,3268,0,0,0}"
+ },
+ {
+ "npc_id": "756",
+ "loc_data": "{3222,3398,0,0,3}"
+ },
+ {
+ "npc_id": "758",
+ "loc_data": "{3189,3273,0,0,4}"
+ },
+ {
+ "npc_id": "767",
+ "loc_data": "{3303,3511,0,0,1}-{3302,3514,0,0,1}"
+ },
+ {
+ "npc_id": "780",
+ "loc_data": "{3151,3410,0,1,6}"
+ },
+ {
+ "npc_id": "781",
+ "loc_data": "{3221,3434,0,1,0}"
+ },
+ {
+ "npc_id": "782",
+ "loc_data": "{3150,3406,0,0,0}"
+ },
+ {
+ "npc_id": "783",
+ "loc_data": "{3221,3435,0,1,0}"
+ },
+ {
+ "npc_id": "784",
+ "loc_data": "{3155,3406,0,0,0}"
+ },
+ {
+ "npc_id": "785",
+ "loc_data": "{2470,3312,0,1,0}-{2479,3315,0,1,0}"
+ },
+ {
+ "npc_id": "786",
+ "loc_data": "{2482,3313,0,1,0}-{2477,3311,0,1,0}"
+ },
+ {
+ "npc_id": "787",
+ "loc_data": "{2486,3315,0,1,0}-{2479,3313,0,1,0}"
+ },
+ {
+ "npc_id": "788",
+ "loc_data": "{2773,3187,0,0,6}"
+ },
+ {
+ "npc_id": "789",
+ "loc_data": "{2811,3167,0,0,0}"
+ },
+ {
+ "npc_id": "791",
+ "loc_data": "{2450,3056,0,0,0}"
+ },
+ {
+ "npc_id": "792",
+ "loc_data": "{2774,3197,0,0,0}"
+ },
+ {
+ "npc_id": "793",
+ "loc_data": "{2790,3189,0,1,1}"
+ },
+ {
+ "npc_id": "794",
+ "loc_data": "{2793,3191,0,1,3}"
+ },
+ {
+ "npc_id": "797",
+ "loc_data": "{2900,3511,1,1,6}"
+ },
+ {
+ "npc_id": "798",
+ "loc_data": "{2930,9686,0,1,0}"
+ },
+ {
+ "npc_id": "799",
+ "loc_data": "{2778,3197,0,1,4}-{2777,3194,0,1,4}-{2777,3199,0,1,3}-{2771,3193,0,1,3}-{2761,3192,0,1,5}-{2775,3190,0,1,4}-{2803,3195,0,1,4}"
+ },
+ {
+ "npc_id": "801",
+ "loc_data": "{3058,3485,0,1,6}"
+ },
+ {
+ "npc_id": "802",
+ "loc_data": "{3046,3486,1,0,0}"
+ },
+ {
+ "npc_id": "804",
+ "loc_data": "{2934,3285,1,1,0}"
+ },
+ {
+ "npc_id": "805",
+ "loc_data": "{2936,3288,0,1,4}"
+ },
+ {
+ "npc_id": "812",
+ "loc_data": "{2738,3473,0,0,1}-{2733,3473,0,0,1}"
+ },
+ {
+ "npc_id": "820",
+ "loc_data": "{2697,3496,0,0,0}"
+ },
+ {
+ "npc_id": "822",
+ "loc_data": "{3302,9466,0,1,6}"
+ },
+ {
+ "npc_id": "827",
+ "loc_data": "{3273,9417,0,1,6}-{3289,9443,0,1,4}"
+ },
+ {
+ "npc_id": "830",
+ "loc_data": "{3271,3028,0,1,4}"
+ },
+ {
+ "npc_id": "831",
+ "loc_data": "{3291,3032,1,0,1}"
+ },
+ {
+ "npc_id": "832",
+ "loc_data": "{3171,3025,0,1,4}"
+ },
+ {
+ "npc_id": "833",
+ "loc_data": "{3167,3033,0,1,2}-{3170,3027,0,1,5}-{3174,3028,0,1,6}"
+ },
+ {
+ "npc_id": "834",
+ "loc_data": "{3170,3045,0,0,3}"
+ },
+ {
+ "npc_id": "836",
+ "loc_data": "{3304,3124,0,1,6}"
+ },
+ {
+ "npc_id": "837",
+ "loc_data": "{3305,3121,0,1,0}-{3301,3120,0,1,1}-{3302,3123,0,1,6}-{3307,3125,0,1,1}"
+ },
+ {
+ "npc_id": "838",
+ "loc_data": "{3306,3117,0,1,4}"
+ },
+ {
+ "npc_id": "839",
+ "loc_data": "{3153,3035,0,1,3}"
+ },
+ {
+ "npc_id": "841",
+ "loc_data": "{3288,3022,0,1,1}"
+ },
+ {
+ "npc_id": "843",
+ "loc_data": "{2644,3274,0,1,3}-{2644,3276,0,1,5}-{2647,3271,0,1,6}"
+ },
+ {
+ "npc_id": "844",
+ "loc_data": "{2683,3323,0,0,0}"
+ },
+ {
+ "npc_id": "845",
+ "loc_data": "{2635,3311,0,0,0}"
+ },
+ {
+ "npc_id": "846",
+ "loc_data": "{2787,3184,0,1,4}"
+ },
+ {
+ "npc_id": "847",
+ "loc_data": "{3143,3447,0,1,5}"
+ },
+ {
+ "npc_id": "848",
+ "loc_data": "{2480,3489,1,1,3}"
+ },
+ {
+ "npc_id": "849",
+ "loc_data": "{2482,3487,1,1,0}-{2482,3489,1,1,0}-{2417,3498,1,1,0}"
+ },
+ {
+ "npc_id": "850",
+ "loc_data": "{2439,3502,1,0,4}"
+ },
+ {
+ "npc_id": "851",
+ "loc_data": "{2449,3503,1,1,4}"
+ },
+ {
+ "npc_id": "853",
+ "loc_data": "{2506,3115,0,1,3}"
+ },
+ {
+ "npc_id": "854",
+ "loc_data": "{2511,3085,0,1,4}"
+ },
+ {
+ "npc_id": "858",
+ "loc_data": "{2550,3032,0,0,0}-{2552,3033,0,0,0}-{2550,3030,0,0,0}-{2550,3032,0,0,0}"
+ },
+ {
+ "npc_id": "860",
+ "loc_data": "{2503,3013,0,0,0}"
+ },
+ {
+ "npc_id": "872",
+ "loc_data": "{2547,3117,2,1,3}-{2547,3112,2,1,6}-{2544,3114,2,1,3}-{2547,3118,2,1,3}"
+ },
+ {
+ "npc_id": "877",
+ "loc_data": "{2536,3092,0,1,1}-{2534,3091,0,1,1}-{2550,3118,0,1,4}-{2543,3117,0,1,3}-{2546,3113,0,1,4}"
+ },
+ {
+ "npc_id": "878",
+ "loc_data": "{2534,3092,0,1,1}"
+ },
+ {
+ "npc_id": "881",
+ "loc_data": "{3112,3162,1,0,0}"
+ },
+ {
+ "npc_id": "882",
+ "loc_data": "{3203,3424,0,0,6}"
+ },
+ {
+ "npc_id": "883",
+ "loc_data": "{3204,3470,0,1,3}"
+ },
+ {
+ "npc_id": "884",
+ "loc_data": "{3204,3495,2,1,6}"
+ },
+ {
+ "npc_id": "885",
+ "loc_data": "{2565,3271,0,0,0}-{2573,3268,1,0,0}"
+ },
+ {
+ "npc_id": "887",
+ "loc_data": "{2570,3275,0,1,3}"
+ },
+ {
+ "npc_id": "888",
+ "loc_data": "{2565,3273,0,0,0}"
+ },
+ {
+ "npc_id": "889",
+ "loc_data": "{2571,3270,0,0,0}"
+ },
+ {
+ "npc_id": "890",
+ "loc_data": "{2569,3272,0,0,0}-{2573,3269,1,0,0}"
+ },
+ {
+ "npc_id": "895",
+ "loc_data": "{2929,3456,0,1,4}"
+ },
+ {
+ "npc_id": "902",
+ "loc_data": "{2535,4715,0,1,6}"
+ },
+ {
+ "npc_id": "903",
+ "loc_data": "{2541,4715,0,1,3}"
+ },
+ {
+ "npc_id": "904",
+ "loc_data": "{2507,4693,0,1,3}"
+ },
+ {
+ "npc_id": "905",
+ "loc_data": "{2540,4719,0,1,6}"
+ },
+ {
+ "npc_id": "912",
+ "loc_data": "{3101,3940,0,0,0}-{3109,3931,0,0,0}-{3109,3939,0,0,0}-{3097,3931,0,1,4}-{3098,3938,0,1,6}-{3113,3938,0,1,7}"
+ },
+ {
+ "npc_id": "913",
+ "loc_data": "{3105,3931,0,0,0}-{3101,3929,0,0,1}-{3111,3939,0,1,6}-{3109,3926,0,1,1}"
+ },
+ {
+ "npc_id": "914",
+ "loc_data": "{3099,3936,0,0,7}-{3104,3929,0,0,0}-{3110,3936,0,1,2}-{3096,3932,0,1,4}-{3113,3928,0,1,1}"
+ },
+ {
+ "npc_id": "915",
+ "loc_data": "{3108,3264,0,1,2}"
+ },
+ {
+ "npc_id": "916",
+ "loc_data": "{3122,3245,0,0,0}"
+ },
+ {
+ "npc_id": "917",
+ "loc_data": "{3125,3250,0,1,6}-{3122,3249,0,1,6}"
+ },
+ {
+ "npc_id": "918",
+ "loc_data": "{3048,3209,1,1,3}"
+ },
+ {
+ "npc_id": "919",
+ "loc_data": "{3128,3245,0,1,4}"
+ },
+ {
+ "npc_id": "920",
+ "loc_data": "{3123,3241,0,1,1}"
+ },
+ {
+ "npc_id": "922",
+ "loc_data": "{3086,3261,0,1,7}"
+ },
+ {
+ "npc_id": "923",
+ "loc_data": "{3302,3163,0,0,0}"
+ },
+ {
+ "npc_id": "924",
+ "loc_data": "{3286,3180,0,0,0}"
+ },
+ {
+ "npc_id": "925",
+ "loc_data": "{3267,3226,0,0,3}-{3266,3229,0,0,3}-{3269,3229,0,0,4}-{3268,3226,0,0,4}"
+ },
+ {
+ "npc_id": "931",
+ "loc_data": "{2792,2929,0,0,0}-{2815,2935,0,0,0}-{2842,2935,0,0,0}-{2842,2929,0,0,0}"
+ },
+ {
+ "npc_id": "933",
+ "loc_data": "{2725,3367,0,0,2}-{2725,3380,2,0,6}"
+ },
+ {
+ "npc_id": "941",
+ "loc_data": "{2974,3620,0,1,3}-{2975,3609,0,1,3}-{2983,3614,0,1,3}-{3340,3678,0,1,1}-{3339,3695,0,1,6}-{3344,3705,0,1,3}-{3307,5462,0,1,0}-{3121,10085,0,1,0}"
+ },
+ {
+ "npc_id": "942",
+ "loc_data": "{3074,3086,0,0,0}"
+ },
+ {
+ "npc_id": "943",
+ "loc_data": "{3103,3096,0,0,0}"
+ },
+ {
+ "npc_id": "944",
+ "loc_data": "{3107,9511,0,1,5}"
+ },
+ {
+ "npc_id": "945",
+ "loc_data": "{3093,3107,0,0,0}"
+ },
+ {
+ "npc_id": "946",
+ "loc_data": "{3141,3090,0,0,6}"
+ },
+ {
+ "npc_id": "947",
+ "loc_data": "{3127,3124,0,0,3}"
+ },
+ {
+ "npc_id": "948",
+ "loc_data": "{3084,9506,0,0,0}"
+ },
+ {
+ "npc_id": "949",
+ "loc_data": "{3086,3122,0,0,0}"
+ },
+ {
+ "npc_id": "952",
+ "loc_data": "{3101,3092,0,0,4}"
+ },
+ {
+ "npc_id": "954",
+ "loc_data": "{3123,3107,0,1,5}"
+ },
+ {
+ "npc_id": "955",
+ "loc_data": "{3176,3317,0,1,3}-{3169,3319,0,1,1}"
+ },
+ {
+ "npc_id": "957",
+ "loc_data": "{3314,3241,0,0,1}-{3314,3240,1,0,0}"
+ },
+ {
+ "npc_id": "958",
+ "loc_data": "{3383,3272,0,1,3}"
+ },
+ {
+ "npc_id": "959",
+ "loc_data": "{3359,3272,0,1,5}"
+ },
+ {
+ "npc_id": "960",
+ "loc_data": "{3370,3276,0,1,3}"
+ },
+ {
+ "npc_id": "961",
+ "loc_data": "{3377,3276,0,1,4}"
+ },
+ {
+ "npc_id": "962",
+ "loc_data": "{3362,3276,0,1,3}"
+ },
+ {
+ "npc_id": "963",
+ "loc_data": "{3375,3274,0,1,2}"
+ },
+ {
+ "npc_id": "970",
+ "loc_data": "{3082,3248,0,1,4}"
+ },
+ {
+ "npc_id": "1005",
+ "loc_data": "{3057,3905,0,1,3}"
+ },
+ {
+ "npc_id": "1010",
+ "loc_data": "{2629,2979,0,1,0}"
+ },
+ {
+ "npc_id": "1013",
+ "loc_data": "{2544,2988,0,1,0}-{2532,2983,0,1,0}-{2549,2983,0,1,0}-{2545,2983,0,1,0}-{2528,2986,0,1,0}-{2550,2979,0,1,0}-{2522,2978,0,1,0}-{2523,2976,0,1,0}-{2526,2974,0,1,0}-{2593,2971,0,1,0}-{2594,2971,0,1,0}-{2596,2961,0,1,0}-{2598,2971,0,1,0}-{2599,2960,0,1,0}-{2598,2960,0,1,0}-{2603,2966,0,1,0}-{2603,2970,0,1,0}-{2598,2960,0,1,0}-{2596,2963,0,1,0}-{2595,2964,0,1,0}-{2594,2964,0,1,0}-{2601,2964,0,1,0}-{2598,2969,0,1,0}-{2604,2971,0,1,0}-{2601,2972,0,1,0}-{2544,2904,0,1,0}-{2548,2990,0,1,0}-{2552,2988,0,1,0}-{2548,2979,0,1,0}-{2547,2991,0,1,0}-{2525,2975,0,1,0}-{2464,2912,0,1,0}-{2392,3057,0,1,0}-{2395,3056,0,1,0}-{2395,3052,0,1,0}-{2397,3048,0,1,0}-{2400,3050,0,1,0}-{2400,3053,0,1,0}-{2391,3052,0,1,0}-{2393,3047,0,1,0}-{2399,3046,0,1,0}-{2402,3044,0,1,0}-{2399,3040,0,1,0}-{2395,3042,0,1,0}-{2391,3045,0,1,0}"
+ },
+ {
+ "npc_id": "1017",
+ "loc_data": "{3198,3359,0,1,0}-{3231,3296,0,1,6}-{3233,3300,0,1,4}-{3235,3293,0,1,3}-{3232,3288,0,1,0}-{3234,3298,0,1,6}-{2785,3069,0,1,4}-{2800,3072,0,1,6}-{3234,3297,0,1,3}-{3234,3292,0,1,4}-{3235,3289,0,1,1}-{2677,3656,0,1,2}-{2672,3654,0,1,2}-{2676,3652,0,1,4}-{2681,3652,0,1,4}-{2675,3652,0,1,3}-{2693,3271,0,1,3}-{2692,3272,0,1,3}"
+ },
+ {
+ "npc_id": "1019",
+ "loc_data": "{3187,5555,0,1,4}-{3213,9377,0,1,3}-{3209,9397,0,1,4}-{3245,9401,0,1,6}-{3237,9402,0,1,2}-{3207,9349,0,1,3}-{3220,9347,0,1,6}-{3233,9359,0,1,4}-{3235,9354,0,0,6}-{3259,9370,0,1,1}-{3258,9387,0,1,6}-{3278,9368,0,1,5}-{3271,9359,0,1,3}-{3287,9359,0,1,5}-{3301,9394,0,1,5}-{3318,9352,0,1,5}-{3190,5563,0,1,1}-{3193,5555,0,1,3}"
+ },
+ {
+ "npc_id": "1019",
+ "loc_data": "{2707,9880,0,1,0}-{2711,9876,0,1,0}-{2712,9871,0,1,0}-{2715,9874,0,1,0}-{2720,9871,0,1,0}-{2717,9880,0,1,0}-{2722,9879,0,1,0}-{2723,9875,0,1,0}"
+ },
+ {
+ "npc_id": "1020",
+ "loc_data": "{2697,9913,0,1,0}-{2695,9907,0,1,0}-{2693,9901,0,1,0}-{2701,9902,0,1,0}-{2704,9908,0,1,0}-{2694,9889,0,1,0}-{2694,9879,0,1,0}-{2699,9875,0,1,0}-{2700,9869,0,1,0}-{2695,9870,0,1,0}"
+ },
+ {
+ "npc_id": "1021",
+ "loc_data": "{2733,9882,0,1,0}-{2732,9888,0,1,0}-{2738,9889,0,1,0}-{2732,9892,0,1,0}-{2738,9894,0,1,0}-{2734,9896,0,1,0}"
+ },
+ {
+ "npc_id": "1022",
+ "loc_data": "{2714,9904,0,1,0}-{2718,9906,0,1,0}-{2717,9902,0,1,0}-{2720,9904,0,1,0}-{2724,9903,0,1,0}-{2727,9905,0,1,0}-{2726,9907,0,1,0}"
+ },
+ {
+ "npc_id": "1027",
+ "loc_data": "{3278,3155,0,0,0}-{2354,3608,0,0,0}"
+ },
+ {
+ "npc_id": "1028",
+ "loc_data": "{2778,3436,0,0,0}"
+ },
+ {
+ "npc_id": "1029",
+ "loc_data": "{2920,3499,0,0,0}-{2784,3480,0,0,0}"
+ },
+ {
+ "npc_id": "1030",
+ "loc_data": "{2768,3470,0,0,0}-{2843,3155,0,0,0}"
+ },
+ {
+ "npc_id": "1032",
+ "loc_data": "{2865,3504,0,0,0}"
+ },
+ {
+ "npc_id": "1033",
+ "loc_data": "{2606,2967,0,0,0}"
+ },
+ {
+ "npc_id": "1035",
+ "loc_data": "{2599,2954,0,0,0}"
+ },
+ {
+ "npc_id": "1036",
+ "loc_data": "{3514,3478,0,0,0}-{3514,3479,0,0,0}-{3514,3480,0,0,0}-{3514,3481,0,0,0}-{3514,3482,0,0,0}-{3514,3483,0,0,0}"
+ },
+ {
+ "npc_id": "1037",
+ "loc_data": "{2435,3412,0,1,3}"
+ },
+ {
+ "npc_id": "1038",
+ "loc_data": "{3507,3496,1,1,1}-{3508,3494,0,1,1}"
+ },
+ {
+ "npc_id": "1039",
+ "loc_data": "{3499,3506,1,1,5}-{3500,3505,0,1,5}"
+ },
+ {
+ "npc_id": "1040",
+ "loc_data": "{3475,3494,0,1,6}"
+ },
+ {
+ "npc_id": "1041",
+ "loc_data": "{3490,3503,1,0,0}-{3490,3500,0,1,4}"
+ },
+ {
+ "npc_id": "1042",
+ "loc_data": "{3495,3469,0,1,3}"
+ },
+ {
+ "npc_id": "1043",
+ "loc_data": "{3459,3457,0,0,0}-{3460,3462,0,0,0}-{3462,3459,0,0,0}-{3463,3490,0,0,0}-{3464,3511,0,0,0}-{3465,3466,0,0,0}-{3466,3495,0,0,0}-{3466,3497,0,0,0}-{3467,3485,0,0,0}-{3467,3497,0,0,0}-{3467,3509,0,0,0}-{3469,3470,0,0,0}-{3470,3469,0,0,0}-{3471,3477,0,0,0}-{3474,3505,0,0,0}-{3476,3507,0,0,0}-{3479,3511,0,0,0}-{3480,3468,0,0,0}-{3480,3470,0,0,0}-{3482,3469,0,0,0}-{3483,3511,0,0,0}-{3484,3464,0,0,0}-{3485,3509,0,0,0}-{3490,3461,0,0,0}-{3491,3460,0,0,0}-{3494,3461,0,0,0}-{3494,3512,0,0,0}-{3498,3461,0,0,0}-{3499,3513,0,0,0}-{3501,3513,0,0,0}-{3502,3464,0,0,0}-{3504,3463,0,0,0}-{3506,3512,0,0,0}-{3506,3515,0,0,0}-{3507,3515,0,0,0}-{3509,3512,0,0,0}-{3511,3488,0,0,0}-{3513,3467,0,0,0}-{3513,3487,0,0,0}-{3513,3489,0,0,0}-{3513,3503,0,0,0}-{3514,3490,0,0,0}-{3515,3495,0,0,0}-{3515,3499,0,0,0}-{3516,3469,0,0,0}"
+ },
+ {
+ "npc_id": "1044",
+ "loc_data": "{3408,3484,0,1,6}-{3408,3493,0,1,1}-{3410,3489,1,1,3}-{3412,3487,1,1,4}"
+ },
+ {
+ "npc_id": "1045",
+ "loc_data": "{3413,3489,0,1,3}-{3409,3485,1,1,4}-{3413,3489,1,1,1}-{3213,3476,0,1,3}"
+ },
+ {
+ "npc_id": "1046",
+ "loc_data": "{3409,3489,0,1,4}-{3413,3485,0,1,4}-{3414,3491,1,1,6}"
+ },
+ {
+ "npc_id": "7690",
+ "loc_data": "{3415,3489,2,0,0}"
+ },
+ {
+ "npc_id": "1048",
+ "loc_data": "{3437,3486,0,0,0}"
+ },
+ {
+ "npc_id": "7707",
+ "loc_data": "{3440,9895,0,0,0}"
+ },
+ {
+ "npc_id": "1054",
+ "loc_data": "{3444,3459,0,0,0}"
+ },
+ {
+ "npc_id": "1055",
+ "loc_data": "{2811,3191,0,0,0}"
+ },
+ {
+ "npc_id": "1060",
+ "loc_data": "{2898,3528,0,0,1}"
+ },
+ {
+ "npc_id": "1061",
+ "loc_data": "{2898,3532,0,0,4}"
+ },
+ {
+ "npc_id": "1062",
+ "loc_data": "{2893,3540,0,0,3}"
+ },
+ {
+ "npc_id": "1063",
+ "loc_data": "{2900,3531,0,0,7}-{2900,3533,0,0,7}"
+ },
+ {
+ "npc_id": "1064",
+ "loc_data": "{2895,3537,0,0,5}-{2894,3537,0,0,5}-{2893,3537,0,0,5}-{2892,3537,0,0,5}-{2891,3537,0,0,3}-{2891,3538,0,0,3}-{2892,3538,0,0,3}-{2893,3538,0,0,3}-{2894,3538,0,0,3}-{2895,3538,0,0,3}"
+ },
+ {
+ "npc_id": "1065",
+ "loc_data": "{2889,3529,0,1,1}-{2904,3538,0,1,6}-{2882,3531,0,1,4}-{2903,3544,0,1,4}-{2911,3542,0,1,4}-{2906,3540,0,1,3}"
+ },
+ {
+ "npc_id": "1066",
+ "loc_data": "{2892,3532,0,0,4}"
+ },
+ {
+ "npc_id": "1067",
+ "loc_data": "{2893,3533,0,0,6}"
+ },
+ {
+ "npc_id": "1068",
+ "loc_data": "{2894,3532,0,0,3}"
+ },
+ {
+ "npc_id": "1069",
+ "loc_data": "{2840,3589,0,0,3}"
+ },
+ {
+ "npc_id": "1070",
+ "loc_data": "{2269,4758,0,1,3}"
+ },
+ {
+ "npc_id": "1071",
+ "loc_data": "{2820,3554,0,1,1}"
+ },
+ {
+ "npc_id": "1072",
+ "loc_data": "{2897,3569,0,0,0}-{2893,3565,0,0,0}"
+ },
+ {
+ "npc_id": "1073",
+ "loc_data": "{2900,3549,0,0,3}"
+ },
+ {
+ "npc_id": "1074",
+ "loc_data": "{2897,3549,0,0,5}"
+ },
+ {
+ "npc_id": "1076",
+ "loc_data": "{2900,3556,0,0,1}-{2897,3565,0,1,4}"
+ },
+ {
+ "npc_id": "1077",
+ "loc_data": "{2897,3556,0,0,5}"
+ },
+ {
+ "npc_id": "1079",
+ "loc_data": "{2906,3537,0,1,5}"
+ },
+ {
+ "npc_id": "1081",
+ "loc_data": "{2896,3562,0,0,0}-{2891,3568,0,0,0}"
+ },
+ {
+ "npc_id": "1082",
+ "loc_data": "{2919,3576,0,0,0}"
+ },
+ {
+ "npc_id": "1083",
+ "loc_data": "{2931,3546,0,1,3}"
+ },
+ {
+ "npc_id": "1084",
+ "loc_data": "{2915,3549,0,0,0}"
+ },
+ {
+ "npc_id": "1085",
+ "loc_data": "{2921,3558,0,1,6}"
+ },
+ {
+ "npc_id": "1086",
+ "loc_data": "{2965,3262,0,1,4}"
+ },
+ {
+ "npc_id": "1087",
+ "loc_data": "{2911,3540,0,0,7}"
+ },
+ {
+ "npc_id": "1088",
+ "loc_data": "{2918,3545,0,0,0}"
+ },
+ {
+ "npc_id": "1089",
+ "loc_data": "{2919,3529,0,0,0}"
+ },
+ {
+ "npc_id": "1090",
+ "loc_data": "{2931,3566,0,1,1}"
+ },
+ {
+ "npc_id": "1093",
+ "loc_data": "{2817,3560,0,1,3}"
+ },
+ {
+ "npc_id": "1096",
+ "loc_data": "{2852,3591,0,1,7}"
+ },
+ {
+ "npc_id": "1097",
+ "loc_data": "{2858,3596,0,1,4}"
+ },
+ {
+ "npc_id": "1098",
+ "loc_data": "{2868,3591,0,1,6}"
+ },
+ {
+ "npc_id": "1099",
+ "loc_data": "{2857,3589,0,0,0}-{2857,3589,0,0,0}"
+ },
+ {
+ "npc_id": "1100",
+ "loc_data": "{2859,3589,0,0,0}-{2859,3589,0,0,0}"
+ },
+ {
+ "npc_id": "1101",
+ "loc_data": "{2851,3598,0,0,0}-{2854,3600,0,0,0}"
+ },
+ {
+ "npc_id": "1106",
+ "loc_data": "{2864,3594,0,1,1}-{2881,3592,0,1,5}-{2857,3587,0,1,7}-{2855,3596,0,1,4}-{2827,10078,1,1,6}-{2925,3626,0,1,0}-{2843,3682,0,1,1}"
+ },
+ {
+ "npc_id": "1107",
+ "loc_data": "{2874,3595,0,1,3}-{2875,3596,0,1,1}-{2873,3598,0,1,1}-{2836,10088,1,1,5}-{2845,3674,0,1,4}"
+ },
+ {
+ "npc_id": "1108",
+ "loc_data": "{2878,3592,0,1,6}-{2861,3586,0,1,6}-{2855,10058,2,1,4}-{2852,3673,0,1,2}"
+ },
+ {
+ "npc_id": "1109",
+ "loc_data": "{2875,3588,0,1,1}-{2883,3586,0,1,6}-{2825,10087,1,1,3}-{2836,10080,1,1,6}-{2784,10040,2,1,3}-{2920,3627,0,1,0}-{2923,10029,0,1,7}-{2851,3667,0,1,3}"
+ },
+ {
+ "npc_id": "1110",
+ "loc_data": "{2883,3591,0,1,4}-{2869,3594,0,1,3}-{2861,3587,0,1,4}-{2872,3594,0,1,5}-{2829,10080,1,1,6}-{2836,10097,2,1,4}-{2852,10110,2,1,4}"
+ },
+ {
+ "npc_id": "1111",
+ "loc_data": "{2863,3588,0,1,6}-{2865,3591,0,1,0}-{2866,3598,0,1,1}-{2840,10101,1,1,4}-{2857,10055,2,1,3}-{2836,10090,2,1,1}-{2925,10033,0,1,6}-{2855,3685,0,1,1}"
+ },
+ {
+ "npc_id": "1112",
+ "loc_data": "{2867,3595,0,1,6}-{2871,3597,0,1,4}-{2832,10089,1,1,1}-{2836,10077,2,1,1}-{2925,10030,0,1,1}"
+ },
+ {
+ "npc_id": "1113",
+ "loc_data": "{2831,10083,0,0,0}"
+ },
+ {
+ "npc_id": "1114",
+ "loc_data": "{2826,10078,0,0,0}"
+ },
+ {
+ "npc_id": "1115",
+ "loc_data": "{2832,10088,2,0,0}"
+ },
+ {
+ "npc_id": "1116",
+ "loc_data": "{2824,10073,2,0,0}"
+ },
+ {
+ "npc_id": "1117",
+ "loc_data": "{2829,10101,2,0,0}"
+ },
+ {
+ "npc_id": "1118",
+ "loc_data": "{2920,3613,0,0,0}"
+ },
+ {
+ "npc_id": "1119",
+ "loc_data": "{2930,3614,0,0,0}"
+ },
+ {
+ "npc_id": "1120",
+ "loc_data": "{2927,3608,0,0,0}"
+ },
+ {
+ "npc_id": "1121",
+ "loc_data": "{2930,3600,0,0,0}"
+ },
+ {
+ "npc_id": "1122",
+ "loc_data": "{2918,3604,0,0,0}"
+ },
+ {
+ "npc_id": "1123",
+ "loc_data": "{2914,3603,0,0,0}"
+ },
+ {
+ "npc_id": "1124",
+ "loc_data": "{2925,3600,0,0,0}"
+ },
+ {
+ "npc_id": "1125",
+ "loc_data": "{2916,3610,0,0,0}"
+ },
+ {
+ "npc_id": "1128",
+ "loc_data": "{2833,10080,0,0,0}"
+ },
+ {
+ "npc_id": "1129",
+ "loc_data": "{2833,10084,0,0,0}"
+ },
+ {
+ "npc_id": "1131",
+ "loc_data": "{2905,3694,0,0,1}"
+ },
+ {
+ "npc_id": "1132",
+ "loc_data": "{2901,3697,0,0,1}"
+ },
+ {
+ "npc_id": "1133",
+ "loc_data": "{2895,3699,0,0,1}"
+ },
+ {
+ "npc_id": "1134",
+ "loc_data": "{2891,3699,0,0,1}"
+ },
+ {
+ "npc_id": "1135",
+ "loc_data": "{2843,10057,1,0,0}"
+ },
+ {
+ "npc_id": "1136",
+ "loc_data": "{2840,10056,1,0,0}"
+ },
+ {
+ "npc_id": "1137",
+ "loc_data": "{2847,10056,1,0,0}"
+ },
+ {
+ "npc_id": "1138",
+ "loc_data": "{2826,10083,1,1,0}-{2837,10083,2,1,1}-{2909,3639,0,1,3}-{2923,10031,0,1,3}"
+ },
+ {
+ "npc_id": "1140",
+ "loc_data": "{2856,10054,1,0,0}-{2860,10057,1,0,0}-{2898,3688,0,0,0}-{2819,3586,0,1,4}"
+ },
+ {
+ "npc_id": "1141",
+ "loc_data": "{2857,10059,1,0,0}-{2857,10057,1,0,0}"
+ },
+ {
+ "npc_id": "1142",
+ "loc_data": "{2851,10089,0,1,1}-{2854,10092,0,1,3}"
+ },
+ {
+ "npc_id": "1143",
+ "loc_data": "{2850,10088,0,1,3}-{2854,10086,0,1,6}"
+ },
+ {
+ "npc_id": "1144",
+ "loc_data": "{2856,10089,0,1,4}-{2858,10089,0,1,6}"
+ },
+ {
+ "npc_id": "1146",
+ "loc_data": "{2864,10081,0,1,7}"
+ },
+ {
+ "npc_id": "1147",
+ "loc_data": "{2853,10076,0,1,5}"
+ },
+ {
+ "npc_id": "1148",
+ "loc_data": "{2858,10082,0,1,3}"
+ },
+ {
+ "npc_id": "1149",
+ "loc_data": "{2861,10085,0,1,2}"
+ },
+ {
+ "npc_id": "1150",
+ "loc_data": "{2857,10075,0,1,1}"
+ },
+ {
+ "npc_id": "1151",
+ "loc_data": "{2845,10058,1,0,0}"
+ },
+ {
+ "npc_id": "1153",
+ "loc_data": "{3489,9509,2,1,4}-{3499,9515,2,1,6}-{3505,9527,2,1,5}-{3510,9521,2,1,1}-{3490,9526,2,1,3}-{3475,9524,2,1,5}-{3465,9505,2,1,1}-{3479,9501,2,1,3}-{3487,9491,2,1,3}"
+ },
+ {
+ "npc_id": "1154",
+ "loc_data": "{3472,9501,2,1,3}-{3495,9494,2,1,4}-{3479,9484,2,1,1}-{3500,9477,2,1,6}"
+ },
+ {
+ "npc_id": "1155",
+ "loc_data": "{3468,9486,2,1,0}-{3467,9480,2,1,1}-{3505,9496,2,1,6}-{3513,9496,2,1,7}"
+ },
+ {
+ "npc_id": "1157",
+ "loc_data": "{3480,9508,0,1,0}-{3495,9505,0,1,2}-{3492,9490,0,1,1}-{3472,9497,0,1,6}"
+ },
+ {
+ "npc_id": "1158",
+ "loc_data": "{3484,9491,0,1,2}"
+ },
+ {
+ "npc_id": "1161",
+ "loc_data": "{3487,9526,2,1,5}-{3474,9519,2,1,1}-{3465,9512,2,1,0}-{3489,9501,2,1,4}-{3494,9501,2,1,3}-{3480,9489,2,1,6}-{3483,9477,2,1,3}-{3494,9476,2,1,3}-{3473,9487,0,1,3}-{3476,9496,0,1,6}-{3473,9501,0,1,7}-{3481,9504,0,1,6}-{3488,9514,0,1,6}-{3497,9501,0,1,3}-{3486,9490,0,1,0}"
+ },
+ {
+ "npc_id": "1162",
+ "loc_data": "{2781,3088,1,1,0}"
+ },
+ {
+ "npc_id": "1171",
+ "loc_data": "{2766,3168,0,1,6}"
+ },
+ {
+ "npc_id": "1172",
+ "loc_data": "{2909,3086,0,0,0}"
+ },
+ {
+ "npc_id": "1174",
+ "loc_data": "{2792,3015,0,0,0}-{2792,3019,0,0,0}-{2801,3010,0,0,0}-{2801,3010,0,0,4}"
+ },
+ {
+ "npc_id": "1176",
+ "loc_data": "{2928,3112,0,0,0}"
+ },
+ {
+ "npc_id": "1177",
+ "loc_data": "{2912,3119,0,0,0}"
+ },
+ {
+ "npc_id": "1178",
+ "loc_data": "{2768,3165,0,0,0}"
+ },
+ {
+ "npc_id": "1179",
+ "loc_data": "{2941,3100,0,1,6}"
+ },
+ {
+ "npc_id": "1180",
+ "loc_data": "{2916,3110,0,1,7}"
+ },
+ {
+ "npc_id": "1181",
+ "loc_data": "{2902,3101,0,1,1}-{2922,3105,0,1,6}"
+ },
+ {
+ "npc_id": "1192",
+ "loc_data": "{2924,3506,0,1,0}-{2927,3498,0,0,0}-{2297,3176,0,1,6}"
+ },
+ {
+ "npc_id": "1193",
+ "loc_data": "{2297,3176,0,1,6}"
+ },
+ {
+ "npc_id": "1194",
+ "loc_data": "{2298,3177,0,1,4}"
+ },
+ {
+ "npc_id": "1195",
+ "loc_data": "{3228,3501,0,1,5}-{3023,4504,0,1,4}-{2216,3174,0,1,4}-{2294,3155,0,1,3}"
+ },
+ {
+ "npc_id": "1196",
+ "loc_data": "{3025,4506,0,1,5}-{3023,4504,0,1,4}-{2212,3174,0,1,3}-{2294,3152,0,1,1}"
+ },
+ {
+ "npc_id": "1198",
+ "loc_data": "{2296,3192,0,1,2}"
+ },
+ {
+ "npc_id": "1199",
+ "loc_data": "{2262,3151,0,1,0}-{2194,3255,0,0,6}"
+ },
+ {
+ "npc_id": "1201",
+ "loc_data": "{2264,3147,0,1,1}-{2266,3145,0,1,4}-{2198,3250,0,0,6}-{2203,3250,0,0,4}"
+ },
+ {
+ "npc_id": "1202",
+ "loc_data": "{2352,3172,0,1,4}"
+ },
+ {
+ "npc_id": "1203",
+ "loc_data": "{2189,3155,0,0,1}-{2183,3156,0,1,4}-{2194,3156,0,1,6}-{2182,3148,0,1,4}-{2179,3137,0,1,3}-{2189,3136,0,1,3}-{2182,3146,0,1,3}-{2187,3172,0,0,1}-{2180,3180,0,1,1}"
+ },
+ {
+ "npc_id": "1205",
+ "loc_data": "{3054,3254,0,0,0}"
+ },
+ {
+ "npc_id": "1206",
+ "loc_data": "{2185,3144,0,0,4}"
+ },
+ {
+ "npc_id": "1207",
+ "loc_data": "{3055,3254,0,0,0}"
+ },
+ {
+ "npc_id": "1208",
+ "loc_data": "{2194,3140,0,1,5}"
+ },
+ {
+ "npc_id": "1213",
+ "loc_data": "{2914,3418,0,0,6}"
+ },
+ {
+ "npc_id": "1215",
+ "loc_data": "{2612,3287,0,0,0}-{2613,3287,0,0,0}"
+ },
+ {
+ "npc_id": "1216",
+ "loc_data": "{2611,3285,0,0,0}"
+ },
+ {
+ "npc_id": "1217",
+ "loc_data": "{3000,3386,0,1,0}-{3019,3368,0,1,0}"
+ },
+ {
+ "npc_id": "1218",
+ "loc_data": "{3412,3512,0,1,4}-{3412,3515,0,1,1}-{3413,3514,0,1,6}-{3414,3512,0,1,5}-{3415,3518,0,1,5}-{3416,3509,0,1,7}-{3416,3511,0,1,4}-{3417,3518,0,1,4}-{3418,3509,0,1,4}-{3419,3512,0,1,7}-{3420,3517,0,1,7}-{3420,3518,0,1,6}-{3423,3461,0,1,5}-{3426,3465,0,1,4}-{3427,3463,0,1,5}-{3428,3458,0,1,4}-{3428,3465,0,1,2}-{3430,3462,0,1,1}-{3430,3467,0,1,3}-{3433,3458,0,1,1}-{3433,3468,0,1,4}-{3434,3464,0,1,6}"
+ },
+ {
+ "npc_id": "1219",
+ "loc_data": "{3292,5455,0,1,3}-{3295,5452,0,1,0}-{3290,5448,0,1,4}"
+ },
+ {
+ "npc_id": "1220",
+ "loc_data": "{3600,3491,0,1,2}-{3598,3498,0,1,4}-{3600,3496,0,1,0}-{3600,3496,0,1,6}-{3602,3494,0,1,1}-{3597,3490,0,1,6}-{3595,3497,0,1,4}-{3605,3491,0,1,4}-{3604,3495,0,1,0}"
+ },
+ {
+ "npc_id": "1227",
+ "loc_data": "{3424,3318,0,1,0}-{3423,3312,0,1,4}-{3507,3435,0,1,4}-{3484,3456,0,1,0}-{3486,3458,0,1,4}-{3511,3455,0,1,0}-{3508,3420,0,1,3}-{3508,3420,0,1,4}-{3506,3402,0,1,7}-{3494,3388,0,1,0}-{3502,3392,0,1,3}"
+ },
+ {
+ "npc_id": "1228",
+ "loc_data": "{3469,3346,0,1,0}-{3494,3447,0,1,0}-{3530,3440,0,1,0}-{3556,3453,0,1,0}"
+ },
+ {
+ "npc_id": "1229",
+ "loc_data": "{3421,3302,0,1,4}-{3417,3291,0,1,4}-{3423,3288,0,1,4}-{3418,3284,0,1,6}-{3427,3298,0,1,3}-{3431,3303,0,1,1}-{3432,3311,0,1,1}-{3492,3457,0,1,1}-{3502,3455,0,1,2}-{3516,3415,0,1,4}-{3511,3401,0,1,1}"
+ },
+ {
+ "npc_id": "1230",
+ "loc_data": "{3419,3280,0,1,4}-{3421,3277,0,1,4}-{3431,3275,0,1,3}-{3428,3314,0,1,1}-{3436,3318,0,1,5}-{3434,3322,0,1,6}-{3496,3447,0,1,7}-{3520,3437,0,1,4}"
+ },
+ {
+ "npc_id": "1231",
+ "loc_data": "{3504,3437,0,1,0}-{3509,3437,0,1,0}-{3498,3419,0,1,0}-{3493,3413,0,1,0}-{3524,3397,0,1,0}-{3438,3354,0,1,0}-{3429,3313,0,1,0}-{3429,3314,0,1,0}-{3437,3312,0,1,0}-{3437,3311,0,1,0}-{3451,3308,0,1,0}-{3447,3268,0,1,0}"
+ },
+ {
+ "npc_id": "1232",
+ "loc_data": "{3441,3265,0,1,5}-{3438,3277,0,1,7}-{3438,3283,0,1,4}-{3439,3315,0,1,3}-{3439,3310,0,1,1}-{3435,3302,0,1,3}-{3508,3420,0,1,1}-{3514,3415,0,1,7}-{3525,3417,0,1,3}"
+ },
+ {
+ "npc_id": "1233",
+ "loc_data": "{3485,3443,0,1,0}-{3516,3441,0,1,0}-{3537,3428,0,1,0}"
+ },
+ {
+ "npc_id": "1234",
+ "loc_data": "{3446,3282,0,1,1}-{3446,3298,0,1,3}-{3449,3304,0,1,1}-{3493,3454,0,1,2}-{3493,3454,0,1,0}-{3518,3454,0,1,2}-{3519,3441,0,1,7}-{3506,3417,0,1,5}-{3519,3401,0,1,2}-{3499,3420,0,1,3}-{3520,3412,0,1,0}-{3516,3410,0,1,7}-{3513,3383,0,1,0}-{3491,3388,0,1,3}"
+ },
+ {
+ "npc_id": "1235",
+ "loc_data": "{3425,3306,0,1,1}-{3442,3303,0,1,3}-{3437,3299,0,1,1}-{3422,3321,0,1,1}-{3486,3458,0,1,7}-{3503,3420,0,1,3}-{3514,3398,0,1,4}-{3524,3419,0,1,1}-{3509,3386,0,1,2}"
+ },
+ {
+ "npc_id": "1239",
+ "loc_data": "{3166,3033,0,1,1}-{3174,3043,0,1,6}-{3177,3041,0,1,4}-{3176,3038,0,1,4}-{3177,3035,0,1,7}-{3183,3035,0,1,6}-{3182,3032,0,1,6}"
+ },
+ {
+ "npc_id": "1240",
+ "loc_data": "{3502,3288,0,1,4}-{3505,3284,0,1,4}-{3490,3292,0,1,4}-{3502,3300,0,1,4}-{3492,3303,0,1,4}-{3516,3303,0,1,4}-{3478,3281,0,1,4}-{3473,3273,0,1,4}-{3469,3288,0,1,4}-{3469,3304,0,1,4}"
+ },
+ {
+ "npc_id": "1251",
+ "loc_data": "{3474,3309,0,1,5}-{3486,3277,0,1,4}-{3496,3289,0,0,3}"
+ },
+ {
+ "npc_id": "1253",
+ "loc_data": "{3488,3297,0,0,6}"
+ },
+ {
+ "npc_id": "1257",
+ "loc_data": "{3490,3290,0,0,3}-{3487,3303,0,1,5}-{3496,3296,0,1,4}-{3479,3303,0,1,4}-{3498,3282,0,1,3}-{3473,3281,0,1,3}-{3478,3308,0,1,1}"
+ },
+ {
+ "npc_id": "1258",
+ "loc_data": "{3488,3287,0,1,1}-{3501,3285,0,1,5}-{3478,3274,0,1,4}-{3497,3283,0,1,1}"
+ },
+ {
+ "npc_id": "1261",
+ "loc_data": "{3492,3300,0,1,4}-{3498,3300,0,1,5}-{3487,3302,0,1,6}-{3497,3299,0,1,5}-{3488,3273,0,1,6}"
+ },
+ {
+ "npc_id": "1262",
+ "loc_data": "{3487,3283,0,1,1}-{3477,3300,0,1,4}-{3497,3276,0,1,1}-{3502,3279,0,1,1}-{3481,3296,0,1,2}"
+ },
+ {
+ "npc_id": "1263",
+ "loc_data": "{3108,3160,1,1,1}"
+ },
+ {
+ "npc_id": "1266",
+ "loc_data": "{2680,3719,0,0,7}-{2684,3722,0,0,1}-{2684,3726,0,0,1}-{2678,3728,0,0,2}-{2673,3728,0,0,0}-{2670,3724,0,0,3}-{2671,3726,0,0,2}-{2679,3731,0,0,2}-{2684,3729,0,0,6}-{2688,3721,0,0,1}-{2693,3715,0,0,5}-{2699,3715,0,0,2}-{2706,3711,0,0,1}-{2712,3718,0,0,5}-{2716,3721,0,0,7}-{2722,3726,0,0,1}-{2525,3763,0,0,7}-{2508,3762,0,0,0}-{2510,3755,0,0,2}-{2523,3756,0,0,1}-{2532,3752,0,0,0}-{2529,3755,0,0,1}-{2528,3739,0,0,6}-{2529,3730,0,0,0}-{2518,3724,0,0,1}-{2508,3723,0,0,1}-{2525,3718,0,0,1}-{2549,3733,0,0,3}"
+ },
+ {
+ "npc_id": "1268",
+ "loc_data": "{2681,3716,0,0,2}-{2678,3721,0,0,2}-{2684,3719,0,0,1}-{2699,3719,0,0,4}-{2701,3717,0,0,2}-{2707,3719,0,0,0}-{2700,3726,0,0,2}-{2695,3713,0,0,2}-{2716,3718,0,0,5}-{2706,3713,0,0,2}-{2537,3761,0,0,7}-{2537,3761,0,0,7}-{2528,3767,0,0,3}-{2526,3753,0,0,2}-{2513,3755,0,0,3}-{2505,3753,0,0,3}-{2530,3751,0,0,1}-{2527,3755,0,0,1}-{2532,3758,0,0,6}-{2532,3751,0,0,3}-{2530,3738,0,0,2}-{2531,3729,0,0,0}-{2523,3723,0,0,1}-{2520,3722,0,0,3}-{2515,3720,0,0,3}-{2505,3724,0,0,4}-{2505,3729,0,0,6}-{2535,3717,0,0,4}-{2536,3724,0,0,1}-{2543,3729,0,0,6}-{2550,3734,0,0,1}-{2552,3747,0,0,6}-{2552,3752,0,0,6}"
+ },
+ {
+ "npc_id": "1269",
+ "loc_data": "{2672,3683,0,1,3}"
+ },
+ {
+ "npc_id": "1270",
+ "loc_data": "{2770,3624,0,0,0}"
+ },
+ {
+ "npc_id": "1274",
+ "loc_data": "{2660,3680,0,0,6}"
+ },
+ {
+ "npc_id": "1275",
+ "loc_data": "{2657,3680,0,0,6}"
+ },
+ {
+ "npc_id": "1276",
+ "loc_data": "{2658,3679,0,0,6}"
+ },
+ {
+ "npc_id": "1277",
+ "loc_data": "{2659,3678,0,0,6}"
+ },
+ {
+ "npc_id": "1278",
+ "loc_data": "{2659,3664,0,1,3}"
+ },
+ {
+ "npc_id": "1281",
+ "loc_data": "{2661,3651,0,1,3}"
+ },
+ {
+ "npc_id": "1282",
+ "loc_data": "{2640,3681,0,1,4}"
+ },
+ {
+ "npc_id": "1283",
+ "loc_data": "{2647,3660,0,1,5}"
+ },
+ {
+ "npc_id": "1284",
+ "loc_data": "{2658,3673,0,1,1}"
+ },
+ {
+ "npc_id": "1285",
+ "loc_data": "{2657,3669,0,1,1}"
+ },
+ {
+ "npc_id": "1286",
+ "loc_data": "{2656,3676,0,1,1}"
+ },
+ {
+ "npc_id": "1287",
+ "loc_data": "{2652,3588,0,1,1}"
+ },
+ {
+ "npc_id": "1288",
+ "loc_data": "{2634,3667,0,1,1}"
+ },
+ {
+ "npc_id": "1289",
+ "loc_data": "{2667,3692,0,1,1}"
+ },
+ {
+ "npc_id": "1294",
+ "loc_data": "{2658,3673,0,1,7}"
+ },
+ {
+ "npc_id": "1296",
+ "loc_data": "{2660,3663,0,0,6}-{2657,3663,0,0,6}"
+ },
+ {
+ "npc_id": "1298",
+ "loc_data": "{2663,3646,0,0,6}"
+ },
+ {
+ "npc_id": "1299",
+ "loc_data": "{2660,3646,0,0,6}"
+ },
+ {
+ "npc_id": "1300",
+ "loc_data": "{2662,3674,0,1,1}"
+ },
+ {
+ "npc_id": "1301",
+ "loc_data": "{2623,3675,0,1,6}"
+ },
+ {
+ "npc_id": "1302",
+ "loc_data": "{2641,3699,0,0,4}"
+ },
+ {
+ "npc_id": "1303",
+ "loc_data": "{2664,3692,0,1,3}"
+ },
+ {
+ "npc_id": "1304",
+ "loc_data": "{2582,3845,0,0,3}"
+ },
+ {
+ "npc_id": "1305",
+ "loc_data": "{2643,3676,0,1,7}"
+ },
+ {
+ "npc_id": "1306",
+ "loc_data": "{2674,3677,0,1,6}"
+ },
+ {
+ "npc_id": "1307",
+ "loc_data": "{2658,3673,0,1,7}"
+ },
+ {
+ "npc_id": "1308",
+ "loc_data": "{2672,3662,0,1,3}"
+ },
+ {
+ "npc_id": "1309",
+ "loc_data": "{2667,3653,0,1,3}"
+ },
+ {
+ "npc_id": "1310",
+ "loc_data": "{2667,3701,0,1,4}"
+ },
+ {
+ "npc_id": "1311",
+ "loc_data": "{2655,3651,0,1,3}"
+ },
+ {
+ "npc_id": "1312",
+ "loc_data": "{2639,3651,0,1,6}"
+ },
+ {
+ "npc_id": "1313",
+ "loc_data": "{2626,3653,0,1,5}"
+ },
+ {
+ "npc_id": "1314",
+ "loc_data": "{2675,3677,0,1,3}"
+ },
+ {
+ "npc_id": "1315",
+ "loc_data": "{2646,3675,0,1,3}"
+ },
+ {
+ "npc_id": "1317",
+ "loc_data": "{2632,3677,0,1,2}-{2641,3682,0,1,3}-{2643,3675,0,1,6}-{2643,3674,0,1,4}-{2646,3668,0,1,3}-{2651,3669,0,1,3}-{2648,3688,0,1,4}-{2656,3692,0,1,1}"
+ },
+ {
+ "npc_id": "1318",
+ "loc_data": "{2671,3658,0,1,2}-{2638,3648,0,1,3}-{2626,3658,0,1,4}-{2626,3668,0,1,1}-{2613,3668,0,1,3}-{2630,3673,0,1,7}-{2635,3680,0,1,4}-{2644,3675,0,1,5}-{2642,3681,0,1,3}-{2631,3678,0,1,6}-{2661,3698,0,1,1}-{2663,3687,0,1,3}-{2673,3695,0,1,3}-{2674,3710,0,1,1}-{2676,3693,0,1,3}-{2675,3685,0,1,4}-{2669,3677,0,1,1}-{2667,3670,0,1,2}-{2675,3670,0,1,4}-{2679,3685,0,1,2}-{2667,3671,0,1,3}-{2666,3663,0,1,6}-{2688,3659,0,1,2}-{2658,3657,0,1,4}-{2684,3649,0,1,4}-{2679,3649,0,1,4}-{2646,3664,0,1,4}-{2646,3655,0,1,1}-{2637,3655,0,1,3}-{2667,3658,0,1,3}"
+ },
+ {
+ "npc_id": "1320",
+ "loc_data": "{2738,3636,0,1,7}-{2739,3636,0,1,7}-{2738,3637,0,1,4}-{2735,3637,0,1,3}"
+ },
+ {
+ "npc_id": "1321",
+ "loc_data": "{2736,3642,0,1,4}-{2744,3638,0,1,4}"
+ },
+ {
+ "npc_id": "1329",
+ "loc_data": "{3073,3640,0,0,0}"
+ },
+ {
+ "npc_id": "1334",
+ "loc_data": "{2510,3644,1,1,3}"
+ },
+ {
+ "npc_id": "1338",
+ "loc_data": "{3151,5559,0,1,2}-{3157,5548,0,1,3}-{3155,5553,0,1,4}-{3145,5559,0,1,6}-{3152,5556,0,1,3}-{3149,5544,0,1,0}-{3145,5548,0,1,3}"
+ },
+ {
+ "npc_id": "1339",
+ "loc_data": "{3153,5547,0,1,0}-{3150,5545,0,1,1}"
+ },
+ {
+ "npc_id": "1340",
+ "loc_data": "{3147,5557,0,1,3}-{3154,5559,0,1,4}"
+ },
+ {
+ "npc_id": "1343",
+ "loc_data": "{3145,5548,0,1,6}"
+ },
+ {
+ "npc_id": "1359",
+ "loc_data": "{2612,3875,1,1,6}"
+ },
+ {
+ "npc_id": "1360",
+ "loc_data": "{2620,3896,0,0,3}"
+ },
+ {
+ "npc_id": "1369",
+ "loc_data": "{2165,3276,0,1,0}"
+ },
+ {
+ "npc_id": "1373",
+ "loc_data": "{2500,3860,1,1,4}"
+ },
+ {
+ "npc_id": "1374",
+ "loc_data": "{2505,3854,1,0,4}-{2509,3849,0,0,4}"
+ },
+ {
+ "npc_id": "1375",
+ "loc_data": "{2501,3858,1,0,4}"
+ },
+ {
+ "npc_id": "1376",
+ "loc_data": "{2548,3895,0,1,0}"
+ },
+ {
+ "npc_id": "1377",
+ "loc_data": "{2544,3843,0,1,6}"
+ },
+ {
+ "npc_id": "1378",
+ "loc_data": "{2516,3865,0,1,4}"
+ },
+ {
+ "npc_id": "1385",
+ "loc_data": "{2629,3694,0,0,6}"
+ },
+ {
+ "npc_id": "1389",
+ "loc_data": "{2603,3877,0,1,1}"
+ },
+ {
+ "npc_id": "1390",
+ "loc_data": "{2604,3876,0,1,4}"
+ },
+ {
+ "npc_id": "1391",
+ "loc_data": "{2604,3876,0,1,3}"
+ },
+ {
+ "npc_id": "1393",
+ "loc_data": "{2519,3868,0,0,3}"
+ },
+ {
+ "npc_id": "1394",
+ "loc_data": "{2519,3863,0,0,1}"
+ },
+ {
+ "npc_id": "1395",
+ "loc_data": "{2547,3868,0,0,1}"
+ },
+ {
+ "npc_id": "1396",
+ "loc_data": "{2525,3892,0,0,4}"
+ },
+ {
+ "npc_id": "1397",
+ "loc_data": "{2573,3856,0,0,4}"
+ },
+ {
+ "npc_id": "1398",
+ "loc_data": "{2526,3850,0,0,6}"
+ },
+ {
+ "npc_id": "1399",
+ "loc_data": "{2577,3854,0,0,1}"
+ },
+ {
+ "npc_id": "1400",
+ "loc_data": "{3037,4512,0,1,0}-{3049,4498,0,1,1}"
+ },
+ {
+ "npc_id": "1401",
+ "loc_data": "{2605,3878,0,1,1}"
+ },
+ {
+ "npc_id": "1402",
+ "loc_data": "{2603,3877,0,1,1}"
+ },
+ {
+ "npc_id": "1404",
+ "loc_data": "{3037,4492,0,1,4}-{3036,4502,0,1,4}-{3029,4520,0,1,1}-{3019,4512,0,1,1}-{2239,3164,0,1,2}-{2241,3166,0,1,3}-{2242,3163,0,1,3}"
+ },
+ {
+ "npc_id": "1405",
+ "loc_data": "{2576,3843,0,0,6}"
+ },
+ {
+ "npc_id": "1427",
+ "loc_data": "{2957,3025,0,0,0}"
+ },
+ {
+ "npc_id": "1434",
+ "loc_data": "{2753,2770,0,1,6}"
+ },
+ {
+ "npc_id": "1447",
+ "loc_data": "{2761,2785,0,1,3}"
+ },
+ {
+ "npc_id": "1452",
+ "loc_data": "{2743,2796,0,1,6}"
+ },
+ {
+ "npc_id": "1454",
+ "loc_data": "{2742,2790,0,1,1}"
+ },
+ {
+ "npc_id": "1457",
+ "loc_data": "{2747,2782,0,0,1}-{2754,2778,0,1,1}-{2761,2778,0,1,1}-{2765,2779,0,1,4}-{2767,2784,0,1,6}-{2772,2781,0,1,5}-{2774,2787,0,1,1}-{2777,2790,0,1,4}-{2762,2793,0,1,3}-{2756,2789,0,1,3}"
+ },
+ {
+ "npc_id": "1458",
+ "loc_data": "{2728,2751,0,1,1}-{2728,2758,0,1,1}-{2727,2762,0,1,6}-{2728,2755,0,1,6}-{2714,2753,0,1,1}-{2714,2757,0,1,6}-{2714,2761,0,1,6}-{2715,2749,0,1,2}"
+ },
+ {
+ "npc_id": "1459",
+ "loc_data": "{2790,2791,0,1,4}-{2803,2785,0,1,7}-{2797,2792,0,1,0}-{2800,2779,0,1,5}-{2788,2779,0,1,7}-{2795,2776,0,1,3}"
+ },
+ {
+ "npc_id": "1460",
+ "loc_data": "{2787,2794,0,1,3}"
+ },
+ {
+ "npc_id": "1463",
+ "loc_data": "{2600,3276,0,1,4}-{2601,3276,0,1,6}-{2601,3277,0,1,6}-{2601,3278,0,1,2}-{2602,3279,0,1,5}-{2602,3282,0,1,4}-{2604,3276,0,1,4}-{2605,3280,0,1,4}-{2605,3281,0,1,7}-{2606,3280,0,1,4}"
+ },
+ {
+ "npc_id": "1469",
+ "loc_data": "{2595,3277,0,0,0}"
+ },
+ {
+ "npc_id": "1471",
+ "loc_data": "{2707,9102,0,1,0}-{2704,9107,0,1,0}-{2705,9110,0,1,0}-{2708,9107,0,1,0}-{2743,9105,0,1,0}-{2741,9103,0,1,0}-{2744,9101,0,1,0}-{2743,9099,0,1,0}-{2737,9124,0,1,0}-{2741,9123,0,1,0}-{2740,9120,0,1,0}-{2736,9119,0,1,0}-{2734,9117,0,1,0}-{2712,9135,0,1,0}-{2714,9131,0,1,0}-{2709,9131,0,1,0}-{2708,9135,0,1,0}"
+ },
+ {
+ "npc_id": "1514",
+ "loc_data": "{3432,3487,0,0,0}"
+ },
+ {
+ "npc_id": "1515",
+ "loc_data": "{3438,3487,0,0,0}"
+ },
+ {
+ "npc_id": "1516",
+ "loc_data": "{3437,3487,0,0,0}"
+ },
+ {
+ "npc_id": "1517",
+ "loc_data": "{3434,3483,0,0,0}"
+ },
+ {
+ "npc_id": "1518",
+ "loc_data": "{3435,3483,0,0,0}"
+ },
+ {
+ "npc_id": "1519",
+ "loc_data": "{3433,3486,0,0,0}"
+ },
+ {
+ "npc_id": "1520",
+ "loc_data": "{3434,3486,0,0,0}"
+ },
+ {
+ "npc_id": "1553",
+ "loc_data": "{2828,10065,1,0,0}"
+ },
+ {
+ "npc_id": "1554",
+ "loc_data": "{2829,10104,1,0,0}"
+ },
+ {
+ "npc_id": "1555",
+ "loc_data": "{2829,10096,1,0,0}"
+ },
+ {
+ "npc_id": "1560",
+ "loc_data": "{3150,5454,0,1,4}-{3144,5446,0,1,7}-{3166,5446,0,1,3}-{3158,5451,0,1,7}"
+ },
+ {
+ "npc_id": "1561",
+ "loc_data": "{3144,5450,0,1,1}-{3153,5454,0,1,5}-{3160,5450,0,1,5}-{3167,5450,0,1,3}-{3161,5451,0,1,1}"
+ },
+ {
+ "npc_id": "1562",
+ "loc_data": "{3147,5448,0,1,4}"
+ },
+ {
+ "npc_id": "1563",
+ "loc_data": "{3152,5453,0,1,0}"
+ },
+ {
+ "npc_id": "1582",
+ "loc_data": "{2657,9500,0,0,1}-{2632,9589,2,0,1}-{2628,9549,2,0,5}-{2629,9543,2,0,2}-{3249,5517,0,1,3}-{2568,9889,0,1,6}-{2578,9898,0,1,1}-{2352,9755,0,1,1}-{2343,9775,0,1,1}-{2340,9777,0,1,1}-{2334,9775,0,1,1}"
+ },
+ {
+ "npc_id": "1583",
+ "loc_data": "{2655,9481,0,0,3}-{2631,9579,2,0,4}-{3211,5519,0,1,0}-{3254,5513,0,1,7}-{2563,9885,0,1,7}-{2575,9897,0,1,1}-{2352,9760,0,1,1}"
+ },
+ {
+ "npc_id": "1584",
+ "loc_data": "{2661,9481,0,0,4}-{2635,9570,2,0,1}-{2627,9539,2,0,5}-{3209,5512,0,1,6}-{3231,5494,0,1,7}-{2350,9776,0,1,1}-{2337,9773,0,1,1}"
+ },
+ {
+ "npc_id": "1585",
+ "loc_data": "{2666,9482,0,0,5}-{2641,9563,2,0,5}-{3257,5523,0,1,1}-{3204,5516,0,1,3}-{2575,9892,0,1,6}-{2355,9762,0,1,1}-{2354,9768,0,1,1}-{2351,9770,0,1,1}-{2354,9773,0,1,1}"
+ },
+ {
+ "npc_id": "1586",
+ "loc_data": "{2668,9497,0,0,4}-{2635,9565,2,0,4}-{2633,9554,2,0,4}-{3247,5520,0,1,5}-{3205,5513,0,1,6}-{3213,5519,0,1,7}"
+ },
+ {
+ "npc_id": "1587",
+ "loc_data": "{2692,3202,0,1,4}-{2695,3216,0,1,0}-{2830,3241,0,1,6}-{2681,9577,0,0,0}-{2673,9591,0,0,5}-{2655,9575,0,0,5}-{2640,9580,0,0,0}-{2646,9553,0,0,1}-{2650,9536,0,0,7}-{2645,9489,0,0,7}-{2670,9543,0,0,0}-{2663,9555,0,0,7}-{3237,5557,0,1,3}"
+ },
+ {
+ "npc_id": "1588",
+ "loc_data": "{2691,3215,0,1,3}-{2826,3245,0,1,3}-{2679,9592,0,0,2}-{2654,9587,0,0,3}-{2650,9564,0,0,6}-{2647,9548,0,0,6}-{2637,9545,0,0,5}-{2637,9532,0,0,5}-{2634,9521,0,0,0}-{2642,9493,0,0,0}-{2645,9484,0,0,7}-{2678,9548,0,0,4}-{2658,9551,0,0,1}-{3246,5558,0,1,4}"
+ },
+ {
+ "npc_id": "1589",
+ "loc_data": "{2698,9503,0,0,7}-{2713,9505,0,0,0}-{2717,9502,0,0,7}-{2699,9523,0,0,0}-{2706,9525,0,0,2}-{2719,9517,0,0,5}-{2724,9515,0,0,3}"
+ },
+ {
+ "npc_id": "1590",
+ "loc_data": "{2730,9490,0,1,0}-{2731,9482,0,1,7}-{2742,9491,0,1,0}-{3184,5557,0,1,7}-{3148,5514,0,1,6}-{3144,5514,0,1,3}-{2340,9733,0,1,3}-{2348,9733,0,1,3}-{2348,9743,0,1,3}"
+ },
+ {
+ "npc_id": "1591",
+ "loc_data": "{2703,9456,0,0,0}-{2717,9459,0,0,7}-{2731,9460,0,0,3}-{2737,9454,0,0,3}-{2737,9444,0,0,3}-{2736,9432,0,0,3}-{2738,9421,0,0,5}-{2727,9418,0,0,1}-{2724,9439,0,0,0}-{2715,9443,0,0,4}-{2891,3919,0,1,0}-{2901,3914,0,1,0}-{2911,3914,0,1,0}-{2920,3919,0,1,0}-{2929,3919,0,1,0}-{2929,3935,0,1,0}-{2929,3944,0,1,0}-{2702,9443,0,0,3}-{2700,9428,0,0,3}-{2705,9419,0,0,7}-{2311,9744,0,1,3}-{2313,9733,0,1,3}-{2317,9735,0,1,3}-{2329,9736,0,1,3}"
+ },
+ {
+ "npc_id": "1592",
+ "loc_data": "{2893,3929,0,1,0}-{2893,3942,0,1,0}-{2897,3951,0,1,0}-{2903,3954,0,1,0}-{2910,3954,0,1,0}-{2920,3952,0,1,0}-{2929,3952,0,1,0}-{2728,9426,0,0,4}-{2714,9432,0,0,0}-{2707,9450,0,0,6}-{2724,9451,0,0,6}-{2311,9778,0,1,3}-{2313,9772,0,1,2}-{2318,9776,0,1,3}-{2318,9764,0,1,3}-{2318,9760,0,1,3}-{2313,9752,0,1,3}"
+ },
+ {
+ "npc_id": "1593",
+ "loc_data": "{2744,9503,0,0,2}-{2681,9563,0,0,5}-{2677,9586,0,0,2}-{2644,9587,0,0,1}-{2652,9526,0,0,7}-{2656,9514,0,0,7}-{2666,9522,0,0,4}-{2665,9513,0,0,3}-{2666,9489,0,0,1}-{2702,9525,0,0,2}-{2704,9487,0,0,7}-{2711,9485,0,0,2}-{2722,9486,0,0,4}-{2717,9480,0,0,6}-{2733,9494,0,0,1}-{2742,9489,0,0,0}-{2638,9592,2,0,5}-{2633,9583,2,0,7}-{2627,9545,2,0,6}-{2626,9535,2,0,6}-{2628,9507,2,0,5}-{2635,9508,2,0,2}-{2634,9483,2,0,7}"
+ },
+ {
+ "npc_id": "1594",
+ "loc_data": "{2672,9569,0,0,1}-{2657,9577,0,0,3}-{2643,9543,0,0,7}-{2646,9530,0,0,7}-{2643,9519,0,0,7}-{2660,9521,0,0,1}-{2665,9527,0,0,2}-{2671,9521,0,0,7}-{2670,9516,0,0,6}-{2660,9497,0,0,7}-{2643,9487,0,0,5}-{2653,9488,0,0,2}-{2677,9501,0,0,2}-{2699,9516,0,0,0}-{2709,9524,0,0,7}-{2683,9476,0,0,7}-{2700,9489,0,0,5}-{2703,9484,0,0,5}-{2710,9481,0,0,2}-{2716,9486,0,0,2}-{2726,9489,0,0,1}-{2735,9481,0,0,4}-{2740,9497,0,0,2}-{2739,9506,0,0,0}-{2658,9546,0,0,6}-{2636,9574,2,0,7}-{2643,9566,2,0,7}-{2635,9559,2,0,7}-{2630,9515,2,0,7}-{2642,9506,2,0,7}-{2629,9487,2,0,5}-{2648,9476,2,0,7}"
+ },
+ {
+ "npc_id": "1595",
+ "loc_data": "{2744,3152,0,1,7}"
+ },
+ {
+ "npc_id": "1597",
+ "loc_data": "{3147,9914,0,1,6}"
+ },
+ {
+ "npc_id": "1598",
+ "loc_data": "{2447,4429,0,1,6}"
+ },
+ {
+ "npc_id": "1600",
+ "loc_data": "{2791,9997,0,1,3}-{3190,9574,0,1,6}"
+ },
+ {
+ "npc_id": "1601",
+ "loc_data": "{2797,9997,0,1,6}-{2781,9996,0,1,7}"
+ },
+ {
+ "npc_id": "1602",
+ "loc_data": "{2793,9995,0,1,3}-{2783,9998,0,1,6}"
+ },
+ {
+ "npc_id": "1603",
+ "loc_data": "{2789,9994,0,1,1}-{2786,9998,0,1,5}"
+ },
+ {
+ "npc_id": "1604",
+ "loc_data": "{3434,3550,1,1,3}-{3439,3549,1,1,4}-{3425,3549,1,1,5}-{3423,3553,1,1,4}-{3426,3541,1,1,1}-{3425,3541,1,1,2}-{3426,3539,1,1,0}-{3420,3537,1,1,3}-{3417,3536,1,1,6}-{2373,9778,0,1,1}-{2372,9768,0,1,1}-{2371,9774,0,1,1}-{2375,9770,0,1,1}-{2383,9777,0,1,1}-{2387,9774,0,1,1}-{2384,9772,0,1,1}-{2387,9770,0,1,1}-{2392,9780,0,1,1}-{2396,9775,0,1,1}-{2399,9777,0,1,1}"
+ },
+ {
+ "npc_id": "1608",
+ "loc_data": "{2698,9999,0,1,6}-{2695,9997,0,1,7}-{2697,9996,0,1,5}-{2695,9999,0,1,6}"
+ },
+ {
+ "npc_id": "1609",
+ "loc_data": "{2700,9994,0,1,6}-{2698,10001,0,1,4}-{2703,9994,0,1,4}-{2701,10000,0,1,4}"
+ },
+ {
+ "npc_id": "1610",
+ "loc_data": "{3443,3537,2,1,4}-{3434,3536,2,1,4}-{3443,3540,2,1,3}-{3446,3548,2,1,4}-{3439,3549,2,1,3}-{3434,3547,2,1,1}-{3444,3537,2,1,3}-{3174,5474,0,1,4}-{3175,5479,0,1,6}-{3183,5473,0,1,7}-{3178,5468,0,1,4}-{2428,9745,0,1,1}-{2428,9742,0,1,1}-{2428,9735,0,1,1}-{2425,9737,0,1,1}-{2422,9735,0,1,1}-{2419,9738,0,1,1}"
+ },
+ {
+ "npc_id": "1612",
+ "loc_data": "{3438,3562,0,1,1}-{3430,3564,0,1,3}-{3434,3555,0,1,5}-{3443,3551,0,1,4}-{3442,3545,0,1,1}-{3449,3536,0,1,1}-{3440,3539,0,1,4}"
+ },
+ {
+ "npc_id": "1613",
+ "loc_data": "{3439,3565,2,1,6}-{3443,3571,2,1,1}-{3435,3565,2,1,3}-{3443,3564,2,1,2}-{3444,3559,2,1,2}-{3427,3558,2,1,0}-{3425,3557,2,1,4}-{3430,3557,2,1,3}-{3170,5554,0,1,2}-{3166,5556,0,1,5}-{3171,5560,0,1,4}-{3173,5556,0,1,3}-{2426,9751,0,1,1}-{2427,9754,0,1,1}-{2425,9757,0,1,1}-{2422,9756,0,1,1}-{2426,9753,0,1,1}-{2420,9755,0,1,1}-{2417,9755,0,1,1}-{2406,9763,0,1,1}-{2404,9765,0,1,1}-{2407,9766,0,1,1}-{2410,9764,0,1,1}-{2416,9765,0,1,1}-{2417,9763,0,1,1}-{2420,9764,0,1,1}-{2418,9765,0,1,1}"
+ },
+ {
+ "npc_id": "1615",
+ "loc_data": "{3422,3566,2,1,5}-{3426,3568,2,1,6}-{3418,3562,2,1,4}-{3414,3566,2,1,3}-{3412,3570,2,1,4}-{3421,3572,2,1,2}-{3422,3571,2,1,1}-{3033,4873,0,1,7}-{3039,4885,0,1,3}-{3050,4890,0,1,3}-{3062,4892,0,1,5}-{3064,4901,0,1,3}-{3056,4912,0,1,3}-{3048,4916,0,1,5}-{3038,4911,0,1,6}-{3022,4914,0,1,6}-{3018,4902,0,1,6}-{3025,4898,0,1,4}-{3033,4885,0,1,0}-{3021,4877,0,1,3}-{3048,4872,0,1,1}-{3061,4880,0,1,3}-{3061,4891,0,1,1}-{3054,4901,0,1,1}-{2402,9739,0,1,1}-{2402,9742,0,1,1}-{2402,9751,0,1,1}-{2406,9753,0,1,1}-{2408,9750,0,1,1}-{2404,9748,0,1,1}-{2407,9748,0,1,1}-{2416,9748,0,1,1}-{2415,9745,0,1,1}-{2418,9745,0,1,1}"
+ },
+ {
+ "npc_id": "1616",
+ "loc_data": "{2741,10011,0,1,2}-{2742,10010,0,1,3}-{2739,10014,0,1,1}-{2740,10006,0,1,3}"
+ },
+ {
+ "npc_id": "1617",
+ "loc_data": "{2743,10003,0,1,1}-{2746,10008,0,1,2}-{2743,10015,0,1,3}-{2745,10011,0,1,5}-{2744,10016,0,1,1}"
+ },
+ {
+ "npc_id": "1618",
+ "loc_data": "{3424,3565,1,1,1}-{3416,3562,1,1,6}-{3423,3559,1,1,0}-{3424,3560,1,1,4}-{3412,3558,1,1,1}-{3412,3568,1,1,1}-{3417,3565,1,1,3}-{2425,9774,0,1,1}-{2425,9776,0,1,1}-{2423,9779,0,1,1}-{2419,9785,0,1,1}-{2415,9785,0,1,1}-{2416,9788,0,1,1}-{2430,9788,0,1,1}-{2434,9789,0,1,1}-{2436,9794,0,1,1}"
+ },
+ {
+ "npc_id": "1620",
+ "loc_data": "{2794,10036,0,1,4}-{2788,10037,0,1,0}-{2795,10034,0,1,3}-{2785,10035,0,1,3}"
+ },
+ {
+ "npc_id": "1621",
+ "loc_data": "{2797,10035,0,1,6}-{2787,10032,0,1,3}-{2802,10031,0,1,3}"
+ },
+ {
+ "npc_id": "1623",
+ "loc_data": "{2725,9999,0,1,6}"
+ },
+ {
+ "npc_id": "1624",
+ "loc_data": "{3179,5522,0,1,6}-{3223,9393,0,1,5}-{3225,9401,0,1,0}-{3222,9375,0,1,6}-{3220,9380,0,1,6}-{3215,9364,0,1,3}-{3213,9361,0,1,1}-{3212,9355,0,1,2}-{3230,9367,0,1,3}-{3240,9350,0,1,5}-{3248,9348,0,1,4}-{3255,9350,0,1,4}-{3256,9392,0,1,4}-{3168,5513,0,1,3}-{3174,5514,0,1,6}-{3178,5517,0,1,4}-{3178,5528,0,1,1}-{3169,5516,0,1,3}-{3179,5524,0,1,4}"
+ },
+ {
+ "npc_id": "1626",
+ "loc_data": "{2723,10005,0,1,0}-{2726,9998,0,1,1}-{2723,10009,0,1,3}"
+ },
+ {
+ "npc_id": "1627",
+ "loc_data": "{2724,10008,0,1,4}-{2721,10005,0,1,1}-{2724,10005,0,1,3}-{2729,10004,0,1,3}-{2724,10012,0,1,4}-{2718,10009,0,1,1}-{2721,10001,0,1,7}-{2720,9996,0,1,7}-{2721,10006,0,1,3}"
+ },
+ {
+ "npc_id": "1628",
+ "loc_data": "{2723,10004,0,1,4}-{2722,9999,0,1,1}-{2729,10002,0,1,1}-{3155,5536,0,1,4}-{3156,5540,0,1,3}-{3157,5538,0,1,2}-{3166,5537,0,1,1}-{3165,5541,0,1,3}"
+ },
+ {
+ "npc_id": "1629",
+ "loc_data": "{3162,5538,0,1,2}-{3157,5538,0,1,4}-{3155,5537,0,1,1}-{3164,5538,0,1,2}"
+ },
+ {
+ "npc_id": "1631",
+ "loc_data": "{2800,10017,0,1,1}-{2796,10021,0,1,1}-{2805,10021,0,1,1}-{2803,10013,0,1,1}-{3160,9589,0,1,3}-{3167,9589,0,1,6}-{3179,9585,0,1,1}-{3188,9572,0,1,7}-{3190,9580,0,1,3}-{3206,9586,0,1,3}-{3221,9586,0,1,7}-{3226,9573,0,1,5}-{3223,9569,0,1,1}"
+ },
+ {
+ "npc_id": "1632",
+ "loc_data": "{2798,10019,0,1,1}-{2800,10015,0,1,1}-{2797,10018,0,1,1}"
+ },
+ {
+ "npc_id": "1633",
+ "loc_data": "{1935,3217,0,1,0}-{1933,3209,0,1,0}-{1930,3208,0,1,0}-{1929,3217,0,1,0}-{1927,3219,0,1,0}-{1924,3211,0,1,0}-{1920,3216,0,1,0}-{1925,3213,0,1,0}-{1837,3244,0,1,0}-{1836,3250,0,1,0}-{1845,3251,0,1,0}-{1845,3247,0,1,0}-{1849,3241,0,1,0}-{1858,3251,0,1,0}-{1853,3247,0,1,0}-{1848,3254,0,1,0}-{2761,10007,0,1,0}-{2757,10010,0,1,3}-{2763,10000,0,1,5}-{2760,10011,0,1,0}-{2761,9997,0,1,4}-{3263,9399,0,1,3}-{3274,9397,0,1,1}-{3275,9393,0,1,6}-{3271,9384,0,1,0}-{3270,9380,0,1,2}-{3283,9378,0,1,6}-{3285,9386,0,1,5}-{3284,9401,0,1,4}-{3278,9353,0,1,1}-{3299,9380,0,1,1}-{3319,9402,0,1,1}-{3305,9350,0,1,4}"
+ },
+ {
+ "npc_id": "1634",
+ "loc_data": "{2757,10008,0,1,6}-{2760,10005,0,1,5}"
+ },
+ {
+ "npc_id": "1635",
+ "loc_data": "{2758,10001,0,1,1}-{2763,10006,0,1,1}-{2766,10000,0,1,6}-{2759,9999,0,1,7}"
+ },
+ {
+ "npc_id": "1636",
+ "loc_data": "{2760,10004,0,1,1}-{2760,10002,0,1,6}"
+ },
+ {
+ "npc_id": "1637",
+ "loc_data": "{3276,5454,0,1,4}-{3279,5450,0,1,0}-{3271,5446,0,1,3}-{3277,5512,0,1,1}-{2700,10027,0,1,6}-{3278,5535,0,0,0}-{3277,5520,0,1,1}"
+ },
+ {
+ "npc_id": "1638",
+ "loc_data": "{3284,5456,0,1,1}-{3278,5453,0,1,1}-{3271,5512,0,1,4}-{2704,10022,0,1,4}-{2707,10023,0,1,4}"
+ },
+ {
+ "npc_id": "1639",
+ "loc_data": "{3283,5461,0,1,4}-{3285,5456,0,1,6}-{3275,5455,0,1,5}-{3272,5446,0,1,4}-{3277,5445,0,1,3}-{2711,10028,0,1,2}-{2710,10030,0,1,6}"
+ },
+ {
+ "npc_id": "1640",
+ "loc_data": "{3272,5445,0,1,4}-{2705,10028,0,1,3}-{2704,10031,0,1,6}"
+ },
+ {
+ "npc_id": "1641",
+ "loc_data": "{2708,10025,0,1,6}"
+ },
+ {
+ "npc_id": "1642",
+ "loc_data": "{2703,10020,0,1,0}"
+ },
+ {
+ "npc_id": "1643",
+ "loc_data": "{3246,5446,0,1,3}-{3434,3562,1,1,6}-{3439,3558,1,1,5}-{3444,3567,1,1,4}-{3439,3571,1,1,3}-{3435,3570,1,1,7}-{3447,3561,1,1,4}-{3442,3573,1,1,6}-{3237,5455,0,1,0}-{3246,5450,0,1,4}"
+ },
+ {
+ "npc_id": "1644",
+ "loc_data": "{3240,5448,0,1,7}"
+ },
+ {
+ "npc_id": "1648",
+ "loc_data": "{3426,3537,0,1,4}-{3413,3536,0,1,3}-{3419,3545,0,1,2}-{3426,3544,0,1,6}-{3410,3535,0,1,2}-{3425,3556,0,1,6}-{3418,3557,0,1,1}-{3428,3571,0,1,3}-{3432,3573,0,1,4}"
+ },
+ {
+ "npc_id": "1650",
+ "loc_data": "{3411,3541,0,1,3}"
+ },
+ {
+ "npc_id": "1655",
+ "loc_data": "{3424,3544,0,1,1}-{3423,3546,0,1,1}-{3409,3538,0,1,3}-{3421,3559,0,1,4}-{3413,3559,0,1,6}-{3433,3574,0,1,3}-{3428,3571,0,1,6}"
+ },
+ {
+ "npc_id": "1658",
+ "loc_data": "{2595,3087,1,1,1}"
+ },
+ {
+ "npc_id": "1679",
+ "loc_data": "{2291,3145,0,1,2}"
+ },
+ {
+ "npc_id": "1680",
+ "loc_data": "{2290,3143,0,1,3}"
+ },
+ {
+ "npc_id": "1681",
+ "loc_data": "{3202,5483,0,1,4}-{2544,9843,0,1,3}"
+ },
+ {
+ "npc_id": "1683",
+ "loc_data": "{3678,3511,0,1,4}"
+ },
+ {
+ "npc_id": "1684",
+ "loc_data": "{3660,3517,0,1,7}"
+ },
+ {
+ "npc_id": "1685",
+ "loc_data": "{3659,3497,0,1,0}"
+ },
+ {
+ "npc_id": "1686",
+ "loc_data": "{3657,3516,0,1,3}-{3663,3522,0,1,7}-{3654,3518,1,1,6}"
+ },
+ {
+ "npc_id": "1688",
+ "loc_data": "{3709,3497,0,0,3}"
+ },
+ {
+ "npc_id": "1691",
+ "loc_data": "{3624,3530,0,1,1}-{3623,3524,0,1,2}-{3618,3526,0,1,6}-{3612,3527,0,1,6}-{3609,3527,0,1,4}"
+ },
+ {
+ "npc_id": "1692",
+ "loc_data": "{3632,3528,0,1,5}-{3633,3525,0,1,6}-{3631,3529,0,1,3}-{3631,3529,0,1,2}-{3628,3530,0,1,1}-{3631,3530,0,1,4}-{3629,3529,0,1,4}"
+ },
+ {
+ "npc_id": "1694",
+ "loc_data": "{3673,3491,0,1,3}"
+ },
+ {
+ "npc_id": "1695",
+ "loc_data": "{3461,3558,0,0,3}"
+ },
+ {
+ "npc_id": "1697",
+ "loc_data": "{3662,3502,0,1,4}-{3664,3493,0,1,6}-{3672,3486,0,1,2}-{3685,3485,0,1,3}-{3684,3496,0,1,3}-{3675,3502,0,1,3}-{3667,3484,0,1,0}-{3666,3471,0,1,4}-{3676,3464,0,1,3}-{3683,3467,0,1,6}-{3685,3474,0,1,4}-{3690,3474,0,1,1}-{3695,3473,0,1,3}-{3693,3466,0,1,7}-{3698,3463,0,1,3}-{3688,3467,0,1,3}-{3675,3474,0,1,4}-{3665,3476,0,1,6}-{3662,3491,0,1,1}-{3662,3495,0,1,4}-{3661,3501,0,1,6}-{3682,3486,0,1,4}-{3678,3493,0,1,4}-{3673,3491,0,1,3}-{3658,3502,0,1,4}-{3660,3505,0,1,1}-{3665,3469,0,1,6}-{3659,3465,0,1,6}-{3667,3461,0,1,1}"
+ },
+ {
+ "npc_id": "1698",
+ "loc_data": "{3665,3529,0,1,4}-{3669,3522,0,1,4}-{3672,3529,0,1,4}-{3668,3534,0,1,4}-{3657,3534,0,1,4}-{3654,3537,0,1,4}-{3649,3503,0,1,2}-{3647,3473,0,1,3}"
+ },
+ {
+ "npc_id": "1699",
+ "loc_data": "{3659,3480,0,1,3}"
+ },
+ {
+ "npc_id": "1700",
+ "loc_data": "{3681,3493,0,1,5}"
+ },
+ {
+ "npc_id": "1702",
+ "loc_data": "{3690,3464,0,0,1}-{3691,3464,0,0,1}-{3688,3464,0,0,1}-{3687,3464,0,0,1}"
+ },
+ {
+ "npc_id": "1703",
+ "loc_data": "{3697,3496,0,1,3}-{3699,3497,0,1,2}-{3689,3503,0,1,3}-{3690,3508,0,1,6}-{3690,3512,0,1,6}-{3689,3517,0,1,1}-{3690,3524,0,1,6}-{3689,3528,0,1,5}-{3690,3518,0,1,5}-{3689,3503,0,1,3}-{3689,3496,0,1,0}"
+ },
+ {
+ "npc_id": "1704",
+ "loc_data": "{3703,3487,0,0,3}"
+ },
+ {
+ "npc_id": "1706",
+ "loc_data": "{3661,3508,0,0,1}-{3658,3508,0,0,1}-{3652,3487,0,0,3}-{3652,3484,0,0,3}"
+ },
+ {
+ "npc_id": "1710",
+ "loc_data": "{3165,9631,0,1,6}-{3165,9633,0,1,0}-{3160,9634,0,1,7}-{3156,9630,0,1,6}-{3152,9627,0,1,4}-{3148,9621,0,1,4}-{3175,9630,0,1,1}-{3174,9634,0,1,3}-{3172,9638,0,1,0}"
+ },
+ {
+ "npc_id": "1711",
+ "loc_data": "{3160,9638,0,1,1}-{3159,9633,0,1,6}-{3161,9626,0,1,6}-{3169,9626,0,1,4}-{3171,9634,0,1,4}-{3164,9634,0,1,3}-{3165,9631,0,1,7}-{3180,9631,0,1,7}-{3183,9629,0,1,6}-{3182,9633,0,1,1}-{3172,9632,0,1,4}-{3158,9631,0,1,1}-{3160,9630,0,1,1}-{3159,9633,0,1,4}-{3150,9623,0,1,6}-{3152,9620,0,1,6}-{3159,9622,0,1,0}-{3169,9623,0,1,6}-{3169,9623,0,1,4}-{2566,5197,0,1,4}"
+ },
+ {
+ "npc_id": "1712",
+ "loc_data": "{3153,9646,0,1,3}-{3151,9651,0,1,1}-{2573,5201,0,1,4}-{2577,5195,0,1,4}-{2577,5189,0,0,6}-{2571,5195,0,0,6}"
+ },
+ {
+ "npc_id": "1714",
+ "loc_data": "{3172,9624,0,1,2}-{3161,9623,0,1,1}-{3151,9624,0,1,1}-{3150,9622,0,1,4}-{3153,9627,0,1,3}-{3157,9634,0,1,2}-{3171,9636,0,1,6}-{3174,9639,0,1,3}-{3174,9634,0,1,3}"
+ },
+ {
+ "npc_id": "1715",
+ "loc_data": "{3171,9635,0,1,3}-{3159,9636,0,1,2}-{3169,9630,0,1,3}-{3172,9625,0,1,0}-{3159,9627,0,1,3}"
+ },
+ {
+ "npc_id": "1752",
+ "loc_data": "{2510,3228,0,1,3}"
+ },
+ {
+ "npc_id": "1754",
+ "loc_data": "{3259,3308,0,1,4}-{3100,3246,0,1,2}-{3131,3263,0,1,5}-{3122,3278,0,1,2}"
+ },
+ {
+ "npc_id": "1755",
+ "loc_data": "{3258,3312,0,1,3}-{3106,3275,0,1,1}-{3106,3266,0,1,3}-{3114,3273,0,1,4}"
+ },
+ {
+ "npc_id": "1756",
+ "loc_data": "{3262,3320,0,1,1}-{3096,3251,0,1,3}-{3117,3278,0,1,0}-{3102,3261,0,1,1}"
+ },
+ {
+ "npc_id": "1757",
+ "loc_data": "{3233,3308,0,0,4}"
+ },
+ {
+ "npc_id": "1758",
+ "loc_data": "{2895,3403,0,0,0}-{3262,3325,0,0,0}"
+ },
+ {
+ "npc_id": "1759",
+ "loc_data": "{3250,3310,0,0,0}"
+ },
+ {
+ "npc_id": "1761",
+ "loc_data": "{3121,3274,0,0,0}"
+ },
+ {
+ "npc_id": "1765",
+ "loc_data": "{3206,3265,0,1,4}-{2923,3320,0,1,7}-{2921,3320,0,1,4}-{2923,3320,0,1,5}"
+ },
+ {
+ "npc_id": "1766",
+ "loc_data": "{3259,3262,0,1,4}-{3262,3274,0,1,3}-{3259,3278,0,1,1}-{3263,3273,0,1,7}-{3171,3320,0,1,0}"
+ },
+ {
+ "npc_id": "1767",
+ "loc_data": "{3262,3262,0,1,6}-{3025,3311,0,1,5}-{2924,3288,0,0,1}-{2921,3290,0,1,1}-{2926,3279,0,1,1}-{2931,3272,0,1,1}-{2936,3273,0,1,6}"
+ },
+ {
+ "npc_id": "1769",
+ "loc_data": "{2979,3203,0,1,4}-{3264,3249,0,1,4}-{2596,9822,0,1,4}"
+ },
+ {
+ "npc_id": "1770",
+ "loc_data": "{2999,3212,0,1,1}-{3262,3253,0,1,6}-{3259,3254,0,1,3}-{2595,9826,0,1,1}"
+ },
+ {
+ "npc_id": "1771",
+ "loc_data": "{2993,3199,0,1,6}-{3248,3233,0,1,6}-{3247,3240,0,1,3}-{3187, 3286, 0, 1, 0}-{3209, 3277, 0, 1, 0}-{3174, 3294, 0, 1, 0}-{3178, 3294, 0, 1, 0}-{3144, 3302, 0, 1, 0}-{3142, 3303, 0, 1, 0}-{3151, 3300, 0, 1, 0}-{3139, 3299, 0, 1, 0}"
+ },
+ {
+ "npc_id": "1772",
+ "loc_data": "{2993,3203,0,1,0}-{3251,3231,0,1,1}-{3260,3241,0,1,0}-{3259,3222,0,0,4}"
+ },
+ {
+ "npc_id": "1773",
+ "loc_data": "{2991,3219,0,1,1}-{3252,3227,0,1,1}-{3263,3219,0,1,0}"
+ },
+ {
+ "npc_id": "1774",
+ "loc_data": "{3012,3204,0,1,3}-{3255,3228,0,1,4}-{3265,3219,0,1,2}-{2592,9834,0,1,6}"
+ },
+ {
+ "npc_id": "1775",
+ "loc_data": "{3010,3211,0,1,6}-{3254,3224,0,1,1}-{2585,9829,0,1,1}"
+ },
+ {
+ "npc_id": "1776",
+ "loc_data": "{2999,3216,0,1,6}-{3264,3247,0,1,2}"
+ },
+ {
+ "npc_id": "1778",
+ "loc_data": "{3260,3859,0,0,0}"
+ },
+ {
+ "npc_id": "1779",
+ "loc_data": "{2978,3752,0,1,6}"
+ },
+ {
+ "npc_id": "1780",
+ "loc_data": "{3272,3687,0,1,3}"
+ },
+ {
+ "npc_id": "1781",
+ "loc_data": "{3008,3862,0,0,0}"
+ },
+ {
+ "npc_id": "1782",
+ "loc_data": "{3363,3883,0,1,4}"
+ },
+ {
+ "npc_id": "1783",
+ "loc_data": "{3079,3516,0,1,6}"
+ },
+ {
+ "npc_id": "1784",
+ "loc_data": "{3025,3705,0,1,1}"
+ },
+ {
+ "npc_id": "1785",
+ "loc_data": "{3144,3788,0,1,6}"
+ },
+ {
+ "npc_id": "1786",
+ "loc_data": "{3234,3633,0,1,1}"
+ },
+ {
+ "npc_id": "1787",
+ "loc_data": "{3074,3609,0,1,3}"
+ },
+ {
+ "npc_id": "1795",
+ "loc_data": "{2967,9811,0,0,0}"
+ },
+ {
+ "npc_id": "1796",
+ "loc_data": "{2968,9809,0,0,0}"
+ },
+ {
+ "npc_id": "1798",
+ "loc_data": "{2701,3471,0,0,0}"
+ },
+ {
+ "npc_id": "1805",
+ "loc_data": "{2765,3652,0,1,0}"
+ },
+ {
+ "npc_id": "1828",
+ "loc_data": "{3231,9545,0,1,6}"
+ },
+ {
+ "npc_id": "1829",
+ "loc_data": "{3153,9548,0,1,1}-{3154,9547,0,1,4}-{3176,9546,0,1,4}-{3221,9558,0,1,4}-{3226,9548,0,1,7}-{3224,9551,0,1,1}-{3219,9558,0,1,7}"
+ },
+ {
+ "npc_id": "1831",
+ "loc_data": "{3208,9555,0,1,1}-{3165,9542,0,1,3}-{3211,9570,0,1,5}-{3211,9570,0,1,5}-{3208,9555,0,1,1}-{3208,9555,0,1,1}-{3164,9542,0,1,3}-{3207,9555,0,1,1}-{3166,9542,0,1,3}-{3213,9570,0,1,5}"
+ },
+ {
+ "npc_id": "1832",
+ "loc_data": "{3150,9573,0,1,1}-{3188,9550,0,1,0}-{3148,9578,0,1,4}-{3152,9556,0,1,3}-{3150,9553,0,1,2}-{3167,9547,0,1,1}-{3168,9546,0,1,3}-{3184,9551,0,1,3}-{3220,9573,0,1,4}-{3224,9574,0,1,1}-{3208,9588,0,1,6}-{3210,9585,0,1,4}-{3191,9583,0,1,4}-{3187,9583,0,1,3}-{3272,5549,0,1,0}-{3275,5546,0,1,0}-{3281,5545,0,1,2}-{3286,5544,0,1,0}-{3285,5539,0,1,3}-{3268,5553,0,1,1}-{3274,5558,0,1,6}-{3281,5557,0,1,4}-{3282,5554,0,1,4}-{3269,5551,0,1,3}-{3287,5549,0,1,3}-{3279,5546,0,1,6}-{3283,5545,0,1,0}-{3269,5548,0,1,1}"
+ },
+ {
+ "npc_id": "1833",
+ "loc_data": "{3151,9575,0,1,3}-{3150,9577,0,1,4}-{3148,9554,0,1,6}-{3165,9547,0,1,1}-{3165,9546,0,1,2}-{3184,9551,0,1,3}-{3222,9575,0,1,4}-{3226,9576,0,1,3}-{3210,9587,0,1,2}-{3189,9581,0,1,4}"
+ },
+ {
+ "npc_id": "1834",
+ "loc_data": "{3169,3174,0,0,6}"
+ },
+ {
+ "npc_id": "1841",
+ "loc_data": "{3020,3452,0,0,0}"
+ },
+ {
+ "npc_id": "1860",
+ "loc_data": "{2957,3203,0,1,3}"
+ },
+ {
+ "npc_id": "1861",
+ "loc_data": "{3208,3256,0,0,1}"
+ },
+ {
+ "npc_id": "1862",
+ "loc_data": "{3304,3211,0,1,1}"
+ },
+ {
+ "npc_id": "1863",
+ "loc_data": "{3358,2956,0,0,6}"
+ },
+ {
+ "npc_id": "1864",
+ "loc_data": "{3363,2956,0,0,3}"
+ },
+ {
+ "npc_id": "1865",
+ "loc_data": "{3352,2974,0,1,4}"
+ },
+ {
+ "npc_id": "1866",
+ "loc_data": "{3360,2983,0,1,4}"
+ },
+ {
+ "npc_id": "1867",
+ "loc_data": "{3347,2966,0,0,6}"
+ },
+ {
+ "npc_id": "1870",
+ "loc_data": "{3373,2972,0,1,5}"
+ },
+ {
+ "npc_id": "1871",
+ "loc_data": "{3344,2986,0,1,3}"
+ },
+ {
+ "npc_id": "1872",
+ "loc_data": "{3354,2953,0,0,6}"
+ },
+ {
+ "npc_id": "1873",
+ "loc_data": "{3343,2962,0,1,0}-{3343,2964,0,1,1}"
+ },
+ {
+ "npc_id": "1875",
+ "loc_data": "{3354,2952,0,0,1}"
+ },
+ {
+ "npc_id": "1884",
+ "loc_data": "{2811,3174,0,0,0}"
+ },
+ {
+ "npc_id": "1902",
+ "loc_data": "{3333,2946,0,0,1}"
+ },
+ {
+ "npc_id": "1905",
+ "loc_data": "{3335,2948,0,1,2}-{3331,2948,0,1,6}-{3333,2950,0,1,0}"
+ },
+ {
+ "npc_id": "1917",
+ "loc_data": "{3177,2987,0,1,6}"
+ },
+ {
+ "npc_id": "1918",
+ "loc_data": "{3180,3043,0,1,2}"
+ },
+ {
+ "npc_id": "1920",
+ "loc_data": "{3497,3478,0,0,0}"
+ },
+ {
+ "npc_id": "1921",
+ "loc_data": "{3159,2980,0,1,1}"
+ },
+ {
+ "npc_id": "1923",
+ "loc_data": "{3183,2974,0,0,7}"
+ },
+ {
+ "npc_id": "1926",
+ "loc_data": "{3179,2967,0,1,3}-{3172,2966,0,1,1}-{3171,2980,0,1,3}-{3166,2972,0,1,0}-{3181,2979,0,1,3}-{3187,2976,0,1,7}-{3174,2984,0,1,3}-{3183,2982,0,1,4}-{3187,2985,0,1,1}-{3182,2988,0,1,5}-{3188,2990,0,1,2}-{3172,2992,0,1,4}-{3171,2987,0,1,4}-{3161,2982,0,1,2}-{3161,2986,0,1,3}-{3159,2987,0,1,3}-{3163,2976,0,1,4}-{3161,2977,0,1,4}-{3161,2979,0,1,6}-{3162,2982,0,1,6}-{3164,2985,0,1,2}-{3158,2970,0,1,3}-{3155,2979,0,1,4}-{3167,2972,0,1,6}-{3172,2973,0,1,5}-{3175,2973,0,1,4}-{3185,2967,0,1,2}"
+ },
+ {
+ "npc_id": "1927",
+ "loc_data": "{3160,2979,0,0,5}-{3162,2989,0,0,1}"
+ },
+ {
+ "npc_id": "1928",
+ "loc_data": "{3161,2977,0,0,4}-{3161,2987,0,0,1}"
+ },
+ {
+ "npc_id": "1929",
+ "loc_data": "{3158,2987,0,0,3}"
+ },
+ {
+ "npc_id": "1930",
+ "loc_data": "{3161,2985,0,0,6}-{3161,2983,0,0,6}-{3161,2982,0,0,6}-{3161,2981,0,0,6}-{3161,2984,0,0,6}"
+ },
+ {
+ "npc_id": "1951",
+ "loc_data": "{2886,3723,0,1,3}-{2887,3720,0,1,4}-{2890,3721,0,1,7}-{2890,3724,0,1,1}-{2909,3736,0,1,5}-{2910,3736,0,1,2}-{2891,3724,0,1,7}"
+ },
+ {
+ "npc_id": "1952",
+ "loc_data": "{2892,3726,0,1,0}-{2894,3726,0,1,6}-{2895,3728,0,1,0}-{2895,3730,0,1,5}-{2922,3755,0,1,3}-{2893,3725,0,1,2}-{2894,3727,0,1,6}-{2895,3725,0,1,3}-{2898,3735,0,1,6}"
+ },
+ {
+ "npc_id": "1953",
+ "loc_data": "{2897,3733,0,1,5}-{2897,3737,0,1,5}-{2913,3736,0,1,3}-{2897,3737,0,1,6}-{2915,3740,0,1,1}-{2894,3742,0,1,0}"
+ },
+ {
+ "npc_id": "1954",
+ "loc_data": "{2895,3751,0,1,1}-{2895,3755,0,1,6}-{2898,3751,0,1,3}-{2898,3755,0,1,6}-{2930,3765,0,1,5}-{2893,3748,0,1,5}-{2896,3749,0,1,1}-{2929,3762,0,1,3}"
+ },
+ {
+ "npc_id": "1955",
+ "loc_data": "{2895,3740,0,1,1}-{2895,3744,0,1,3}-{2898,3740,0,1,6}-{2898,3744,0,1,1}-{2908,3739,0,1,0}-{2928,3763,0,1,3}-{2899,3737,0,1,2}-{2897,3739,0,1,6}-{2912,3742,0,1,2}-{2898,3750,0,1,3}-{2895,3751,0,1,4}"
+ },
+ {
+ "npc_id": "1956",
+ "loc_data": "{2886,3758,0,1,6}-{2886,3762,0,1,3}-{2890,3756,0,1,4}-{2890,3762,0,1,1}-{2928,3753,0,1,2}-{2926,3753,0,1,6}-{2895,3754,0,1,3}"
+ },
+ {
+ "npc_id": "1958",
+ "loc_data": "{3240,9326,0,1,3}-{3209,9310,0,1,4}-{3245,9333,0,1,4}-{3213,9307,0,1,4}-{3221,9318,0,1,3}-{3229,9333,0,1,3}-{3216,9329,0,1,4}-{3208,9294,0,1,3}-{3201,9286,0,1,1}-{3212,9326,0,1,4}-{3217,9284,0,1,7}-{3226,9284,0,1,4}-{3232,9299,0,1,6}-{3242,9295,0,1,1}-{3220,9302,0,1,0}-{3238,9305,0,1,6}-{3220,9296,0,1,1}-{3246,9291,0,1,3}-{3240,9289,0,1,4}-{3237,9305,0,1,3}-{3257,9292,0,0,5}-{3246,9321,0,1,1}-{3261,9310,0,1,3}-{3258,9309,0,1,4}-{3251,9316,0,1,3}-{3247,9310,0,1,3}-{3147,5467,0,1,1}-{3144,5466,0,1,2}-{3147,5479,0,1,2}-{3144,5475,0,1,6}-{3161,5482,0,1,5}-{3147,5475,0,1,6}"
+ },
+ {
+ "npc_id": "1961",
+ "loc_data": "{3250,9326,0,1,4}-{3258,9327,0,1,6}-{3256,9333,0,1,1}-{3220,9309,0,1,4}-{3252,9333,0,1,3}-{3208,9318,0,1,3}-{3241,9331,0,1,6}-{3204,9328,0,1,3}-{3209,9328,0,1,3}-{3228,9323,0,1,4}-{3210,9282,0,1,7}-{3225,9329,0,1,6}-{3207,9299,0,1,4}-{3215,9295,0,1,3}-{3213,9322,0,1,3}-{3214,9315,0,1,0}-{3221,9291,0,1,0}-{3213,9303,0,1,4}-{3227,9304,0,1,6}-{3247,9301,0,1,1}-{3228,9284,0,1,3}-{3254,9286,0,1,4}-{3262,9291,0,1,6}-{3224,9302,0,1,3}-{3250,9298,0,1,3}-{3252,9293,0,1,6}-{3262,9299,0,1,1}-{3256,9297,0,1,7}-{3262,9285,0,1,1}-{3254,9322,0,1,0}-{3261,9318,0,1,4}-{3242,9316,0,1,6}-{3250,9306,0,1,3}-{3250,9327,0,1,3}-{3156,5477,0,1,5}-{3162,5479,0,1,4}-{3159,5477,0,1,6}-{3150,5474,0,1,3}-{3147,5480,0,1,1}-{3159,5484,0,1,3}"
+ },
+ {
+ "npc_id": "1962",
+ "loc_data": "{3168,5458,0,1,2}-{3242,9331,0,1,3}-{3238,9333,0,1,6}-{3261,9330,0,1,1}-{3232,9333,0,1,0}-{3222,9324,0,1,4}-{3205,9303,0,1,3}"
+ },
+ {
+ "npc_id": "1963",
+ "loc_data": "{3166,5465,0,1,7}-{3168,5462,0,1,0}-{3167,5467,0,1,1}-{3167,5467,0,1,7}"
+ },
+ {
+ "npc_id": "1972",
+ "loc_data": "{2536, 3426, 0, 1, 0}"
+ },
+ {
+ "npc_id": "1976",
+ "loc_data": "{3315,5508,0,1,5}-{3308,5510,0,1,3}-{3304,5507,0,1,4}-{3299,5509,0,1,3}-{3317,5514,0,1,3}-{3319,5518,0,1,4}-{3320,5507,0,1,4}-{3324,5513,0,1,1}-{3283,5510,0,1,5}-{3320,5550,0,1,0}-{3313,5523,0,1,4}-{3310,5541,0,1,4}-{3308,5535,0,1,5}-{3301,5531,0,1,4}-{3315,5530,0,1,1}-{3322,5536,0,1,4}-{3320,5539,0,1,7}-{3311,5519,0,1,3}-{3289,5525,0,1,2}-{3300,5519,0,1,6}-{3289,5515,0,1,7}-{3287,5523,0,1,3}"
+ },
+ {
+ "npc_id": "1990",
+ "loc_data": "{3300,2797,0,0,6}"
+ },
+ {
+ "npc_id": "1993",
+ "loc_data": "{3360,2935,0,1,4}-{3359,2924,0,1,6}-{3352,2936,0,1,0}-{3349,2931,0,1,6}-{3341,2924,0,1,4}"
+ },
+ {
+ "npc_id": "1994",
+ "loc_data": "{3344,2933,0,1,3}-{3350,2936,0,1,4}"
+ },
+ {
+ "npc_id": "2014",
+ "loc_data": "{3293,2788,0,1,0}"
+ },
+ {
+ "npc_id": "2020",
+ "loc_data": "{3503,3477,0,0,0}"
+ },
+ {
+ "npc_id": "2021",
+ "loc_data": "{3222,9525,2,1,3}-{3216,9522,2,1,3}-{3219,9518,2,1,3}-{3224,9521,2,1,3}-{3218,9523,2,1,3}-{3215,9521,2,1,3}-{3213,9522,2,1,3}-{3227,9517,2,1,3}"
+ },
+ {
+ "npc_id": "2031",
+ "loc_data": "{3290,5448,0,1,6}-{3291,5452,0,1,1}-{3293,5456,0,1,6}-{3551,9680,0,0,2}-{3553,9679,0,0,1}-{3551,9675,0,0,6}-{3554,9676,0,0,7}-{3548,9676,0,0,5}-{3552,9691,0,0,2}-{3569,9681,0,0,7}-{3577,9711,0,0,5}-{3567,9675,0,0,5}-{3567,9675,0,0,5}-{3570,9678,0,0,2}-{3568,9686,0,0,1}-{3545,9721,0,0,7}-{3560,9712,0,0,6}-{3552,9685,0,0,1}-{3525,9698,0,0,6}-{3538,9668,0,0,4}"
+ },
+ {
+ "npc_id": "2032",
+ "loc_data": "{3549,9678,0,0,0}-{3569,9676,0,0,5}-{3566,9678,0,0,1}-{3560,9678,0,0,2}-{3526,9678,0,0,2}-{3532,9693,0,0,5}-{3534,9690,0,0,7}-{3536,9695,0,0,2}-{3542,9694,0,0,7}-{3548,9695,0,0,7}-{3556,9695,0,0,5}-{3554,9709,0,0,2}-{3533,9708,0,0,5}-{3534,9703,0,0,5}-{3538,9721,0,0,7}-{3567,9720,0,0,6}-{3561,9711,0,0,7}-{3552,9703,0,0,1}-{3551,9698,0,0,1}-{3532,9678,0,0,5}-{3531,9675,0,0,5}-{3537,9677,0,0,2}-{3187,5513,0,1,3}-{3186,5510,0,1,6}-{3186,5516,0,1,6}-{3194,5511,0,1,1}-{3185,5514,0,1,5}"
+ },
+ {
+ "npc_id": "2033",
+ "loc_data": "{3300,5494,0,1,2}-{3285,5492,0,1,6}-{3285,5495,0,1,0}-{3288,5497,0,1,3}-{3268,5487,0,0,0}-{3533,9691,0,0,4}-{3537,9694,0,0,2}-{3533,9696,0,0,2}-{3533,9693,0,0,5}-{3188,5511,0,1,7}-{3190,5511,0,1,6}"
+ },
+ {
+ "npc_id": "2034",
+ "loc_data": "{3288,5484,0,1,4}-{3288,5467,0,1,0}-{3293,5468,0,1,2}-{3296,5475,0,1,7}-{3296,5473,0,1,2}-{3297,5480,0,1,4}-{3565,9695,0,0,1}-{3566,9692,0,0,5}-{3572,9695,0,0,7}"
+ },
+ {
+ "npc_id": "2035",
+ "loc_data": "{3569,9696,0,0,2}-{3569,9693,0,0,6}-{3566,9694,0,0,6}-{3567,9698,0,0,2}-{3572,9692,0,0,5}"
+ },
+ {
+ "npc_id": "2036",
+ "loc_data": "{3569,9674,0,0,0}-{3561,9677,0,0,6}-{3535,9686,0,0,6}-{3535,9698,0,0,1}-{3576,9677,0,0,3}-{3577,9679,0,0,1}-{3568,9691,0,0,2}-{3560,9694,0,0,6}-{3570,9682,0,0,1}-{3569,9687,0,0,2}-{3550,9711,0,0,5}-{3551,9708,0,0,6}-{3548,9713,0,0,6}-{3537,9711,0,0,4}-{3535,9702,0,0,7}-{3553,9722,0,0,4}-{3567,9712,0,0,5}-{3569,9704,0,0,6}-{3579,9693,0,0,7}-{3534,9675,0,0,2}-{3526,9711,0,0,1}-{3566,9668,0,0,4}"
+ },
+ {
+ "npc_id": "2037",
+ "loc_data": "{3543,9677,0,0,3}-{3572,9680,0,0,7}-{3559,9677,0,0,4}-{3535,9685,0,0,1}-{3537,9693,0,0,1}-{3570,9697,0,0,2}-{3552,9713,0,0,6}-{3553,9711,0,0,3}-{3567,9708,0,0,6}-{3535,9679,0,0,1}-{3525,9683,0,0,6}"
+ },
+ {
+ "npc_id": "2038",
+ "loc_data": "{2392,2984,0,0,0}"
+ },
+ {
+ "npc_id": "2039",
+ "loc_data": "{2392,2984,0,0,0}"
+ },
+ {
+ "npc_id": "2040",
+ "loc_data": "{2444,3047,0,0,0}"
+ },
+ {
+ "npc_id": "2041",
+ "loc_data": "{2447,3050,0,0,0}"
+ },
+ {
+ "npc_id": "2042",
+ "loc_data": "{2455,3048,0,0,0}"
+ },
+ {
+ "npc_id": "2043",
+ "loc_data": "{2451,3030,0,0,0}-{2446,3040,0,0,0}"
+ },
+ {
+ "npc_id": "2050",
+ "loc_data": "{2460,3046,0,0,0}-{2465,3052,0,0,0}"
+ },
+ {
+ "npc_id": "2051",
+ "loc_data": "{2463,3053,0,0,0}"
+ },
+ {
+ "npc_id": "2052",
+ "loc_data": "{2468,3045,0,0,0}"
+ },
+ {
+ "npc_id": "2053",
+ "loc_data": "{2467,3051,0,0,0}"
+ },
+ {
+ "npc_id": "2054",
+ "loc_data": "{2466,3046,0,0,0}"
+ },
+ {
+ "npc_id": "2055",
+ "loc_data": "{2471,3056,0,0,0}"
+ },
+ {
+ "npc_id": "2056",
+ "loc_data": "{2470,3040,0,0,0}"
+ },
+ {
+ "npc_id": "2059",
+ "loc_data": "{2588,3088,0,1,3}"
+ },
+ {
+ "npc_id": "2067",
+ "loc_data": "{3154,9544,0,0,0}-{3245,9570,0,0,0}"
+ },
+ {
+ "npc_id": "2082",
+ "loc_data": "{3210,3220,1,1,6}"
+ },
+ {
+ "npc_id": "2180",
+ "loc_data": "{2997,9837,0,1,3}"
+ },
+ {
+ "npc_id": "2234",
+ "loc_data": "{3081,3251,0,1,6}-{2636,3365,0,1,6}"
+ },
+ {
+ "npc_id": "2235",
+ "loc_data": "{3241,3345,0,1,4}"
+ },
+ {
+ "npc_id": "2236",
+ "loc_data": "{3078,3250,0,1,1}-{3081,3250,0,1,2}"
+ },
+ {
+ "npc_id": "2237",
+ "loc_data": "{3249,3266,0,1,5}"
+ },
+ {
+ "npc_id": "2240",
+ "loc_data": "{3077,3259,0,1,4}"
+ },
+ {
+ "npc_id": "2241",
+ "loc_data": "{3078,3260,0,1,3}"
+ },
+ {
+ "npc_id": "2242",
+ "loc_data": "{3076,3260,0,1,1}-{3078,3260,0,1,6}"
+ },
+ {
+ "npc_id": "2243",
+ "loc_data": "{3078,3259,0,1,3}"
+ },
+ {
+ "npc_id": "2244",
+ "loc_data": "{3233,3228,0,1,3}"
+ },
+ {
+ "npc_id": "2245",
+ "loc_data": "{2505,3240,0,1,4}-{2512,3250,0,1,1}-{2506,3242,0,1,3}-{2510,3252,0,1,4}-{2516,3248,0,1,1}-{2518,3245,0,1,7}-{2518,3245,0,1,1}-{2517,3242,0,1,6}-{2523,3241,0,1,4}-{2525,3241,0,1,1}-{2515,3256,0,1,6}-{2519,3257,0,1,4}"
+ },
+ {
+ "npc_id": "2246",
+ "loc_data": "{2521,3239,0,1,5}"
+ },
+ {
+ "npc_id": "2247",
+ "loc_data": "{2543,3225,0,1,7}-{2553,3220,0,1,3}-{2545,3220,0,1,4}-{2525,3220,0,1,4}-{2518,3218,0,1,1}"
+ },
+ {
+ "npc_id": "2248",
+ "loc_data": "{2540,3218,0,1,1}-{2515,3216,0,1,1}-{2512,3215,0,1,7}"
+ },
+ {
+ "npc_id": "2249",
+ "loc_data": "{2530,3224,0,1,4}-{2524,3221,0,1,2}-{2543,3217,0,1,4}-{2530,3212,0,1,4}-{2557,3234,0,1,4}-{2540,3226,0,1,5}-{2532,3213,0,1,4}-{2527,3201,0,1,6}-{2544,3216,0,1,6}-{2519,3222,0,1,6}-{2526,3227,0,1,4}-{2550,3234,0,1,3}-{2553,3220,0,1,3}-{2521,3202,0,1,6}-{2525,3220,0,1,4}-{2544,3230,0,1,3}-{2547,3212,0,1,4}-{2545,3212,0,1,0}-{2540,3208,0,1,4}-{2533,3202,0,1,6}-{2536,3236,0,1,6}-{2525,3204,0,1,0}-{2539,3238,0,1,4}"
+ },
+ {
+ "npc_id": "2250",
+ "loc_data": "{2525,3209,0,1,4}-{2558,3228,0,1,4}-{2543,3212,0,1,3}-{2538,3223,0,1,0}-{2527,3201,0,1,7}-{2517,3222,0,1,3}-{2547,3231,0,1,6}-{2550,3220,0,1,4}-{2538,3224,0,1,3}-{2545,3213,0,1,0}-{2542,3208,0,1,5}"
+ },
+ {
+ "npc_id": "2251",
+ "loc_data": "{2520,3217,0,1,3}-{2524,3209,0,1,1}-{2529,3200,0,1,5}-{2530,3209,0,1,1}-{2519,3223,0,1,4}-{2518,3224,0,1,2}-{2527,3201,0,1,7}-{2521,3202,0,1,4}-{2542,3208,0,1,4}-{2539,3233,0,1,6}"
+ },
+ {
+ "npc_id": "2252",
+ "loc_data": "{3199,3302,0,1,3}-{3079,3257,0,1,1}-{3091,3250,0,1,6}-{3137,3254,0,1,0}"
+ },
+ {
+ "npc_id": "2256",
+ "loc_data": "{2571,3305,0,1,7}-{2572,3297,0,1,2}-{2572,3304,0,1,1}-{2577,3308,0,1,6}-{2582,3287,0,1,3}-{2582,3299,0,1,0}-{2583,3292,0,1,4}-{2572,3292,1,1,1}-{2577,3295,1,1,6}-{2576,3286,1,1,1}-{2585,3289,1,1,7}-{2585,3304,1,1,1}-{2582,3306,1,1,5}-{2582,3286,1,1,3}-{2653,3315,0,1,6}-{2658,3306,0,1,4}"
+ },
+ {
+ "npc_id": "2257",
+ "loc_data": "{3105,3554,0,1,1}"
+ },
+ {
+ "npc_id": "2260",
+ "loc_data": "{3259,3385,0,1,6}"
+ },
+ {
+ "npc_id": "2262",
+ "loc_data": "{3039,4834,0,0,7}"
+ },
+ {
+ "npc_id": "2263",
+ "loc_data": "{3037,4906,0,1,2}-{3021,4812,0,1,5}-{3057,4875,0,0,6}-{3014,4838,0,1,6}-{3016,4892,0,1,6}-{3058,4877,0,0,6}-{3051,4874,0,1,0}-{3061,4836,0,1,4}-{3029,4890,0,1,6}-{3032,4901,0,1,2}-{3024,4916,0,1,3}-{3020,4903,0,1,4}-{3061,4883,0,0,3}-{3058,4889,0,0,3}-{3053,4896,0,0,3}-{3038,4871,0,1,6}-{3053,4900,0,0,7}-{3017,4812,0,1,6}-{3061,4842,0,1,3}-{3048,4808,0,1,3}-{3021,4847,0,1,6}-{3054,4849,0,1,6}-{3055,4915,0,0,5}-{3015,4833,0,1,0}-{3035,4854,0,1,6}-{3016,4829,0,1,4}-{3037,4906,0,0,5}-{3040,4810,0,1,3}-{3047,4886,0,1,4}-{3059,4815,0,1,1}-{3033,4884,0,1,4}-{3027,4851,0,1,6}-{3020,4819,0,1,4}-{3020,4845,0,1,2}-{3061,4829,0,1,0}-{3030,4877,0,1,2}-{3026,4879,0,1,3}-{3024,4879,0,1,3}-{3018,4842,0,1,4}"
+ },
+ {
+ "npc_id": "2264",
+ "loc_data": "{3020,4888,0,1,3}-{3039,4871,0,1,4}-{3049,4921,0,1,7}-{3019,4877,0,1,6}-{3017,4893,0,1,7}-{3017,4821,0,1,4}-{3019,4898,0,1,4}-{3059,4813,0,1,0}-{3020,4912,0,1,2}-{3032,4808,0,1,3}-{3059,4820,0,1,3}-{3062,4828,0,1,6}-{3036,4856,0,1,7}-{3062,4837,0,1,5}-{3025,4850,0,1,1}-{3052,4859,0,1,1}-{3024,4813,0,1,4}-{3054,4915,0,1,7}-{3048,4854,0,1,3}-{3034,4852,0,1,1}-{3052,4898,0,1,1}-{3028,4808,0,1,1}-{3034,4905,0,1,4}-{3018,4843,0,1,2}-{3028,4851,0,1,0}-{3016,4831,0,1,1}-{3052,4896,0,1,3}-{3046,4901,0,1,2}-{3043,4810,0,1,3}-{3062,4884,0,1,6}-{3049,4873,0,1,1}-{3041,4871,0,1,1}"
+ },
+ {
+ "npc_id": "2265",
+ "loc_data": "{3020,4914,0,1,2}-{3038,4809,0,1,6}-{3059,4890,0,1,3}-{3024,4850,0,1,3}-{3031,4901,0,1,7}-{3044,4915,0,1,6}-{3052,4808,0,1,5}-{3021,4847,0,1,3}-{3058,4811,0,1,4}-{3055,4848,0,1,0}-{3062,4822,0,1,6}-{3017,4837,0,1,3}-{3044,4883,0,1,4}-{3017,4817,0,1,7}-{3025,4812,0,1,1}-{3039,4885,0,1,1}-{3048,4917,0,1,5}-{3060,4825,0,1,3}-{3059,4888,0,1,5}-{3047,4874,0,1,2}-{3062,4838,0,1,3}-{3055,4908,0,1,5}-{3016,4876,0,1,1}-{3029,4890,0,1,5}-{3059,4906,0,1,1}-{3021,4875,0,1,3}-{3032,4903,0,1,3}-{3054,4850,0,1,6}-{3026,4914,0,1,6}"
+ },
+ {
+ "npc_id": "2266",
+ "loc_data": "{3053,4978,1,1,1}"
+ },
+ {
+ "npc_id": "2270",
+ "loc_data": "{3048,4975,1,1,6}"
+ },
+ {
+ "npc_id": "2271",
+ "loc_data": "{3045,4971,1,0,4}"
+ },
+ {
+ "npc_id": "2274",
+ "loc_data": "{3243,3245,0,1,4}"
+ },
+ {
+ "npc_id": "2275",
+ "loc_data": "{3244,3248,0,1,1}"
+ },
+ {
+ "npc_id": "2276",
+ "loc_data": "{3243,3247,0,1,1}"
+ },
+ {
+ "npc_id": "2277",
+ "loc_data": "{3248,3247,0,1,4}"
+ },
+ {
+ "npc_id": "2278",
+ "loc_data": "{3247,3244,0,1,2}"
+ },
+ {
+ "npc_id": "2279",
+ "loc_data": "{3244,3247,0,1,3}"
+ },
+ {
+ "npc_id": "2280",
+ "loc_data": "{3245,3244,0,1,4}"
+ },
+ {
+ "npc_id": "2281",
+ "loc_data": "{3246,3245,0,1,4}"
+ },
+ {
+ "npc_id": "2290",
+ "loc_data": "{2997,3373,0,0,0}"
+ },
+ {
+ "npc_id": "2291",
+ "loc_data": "{3311,3109,0,0,3}"
+ },
+ {
+ "npc_id": "2292",
+ "loc_data": "{3182,3043,0,0,3}"
+ },
+ {
+ "npc_id": "2293",
+ "loc_data": "{3469,3111,0,1,6}"
+ },
+ {
+ "npc_id": "2294",
+ "loc_data": "{3350,3004,0,0,6}"
+ },
+ {
+ "npc_id": "2296",
+ "loc_data": "{3399,2916,0,0,6}"
+ },
+ {
+ "npc_id": "2298",
+ "loc_data": "{3287,2813,0,1,1}"
+ },
+ {
+ "npc_id": "2301",
+ "loc_data": "{3310,3107,0,1,4}-{3181,3043,0,1,3}"
+ },
+ {
+ "npc_id": "2304",
+ "loc_data": "{3039,3292,0,1,6}"
+ },
+ {
+ "npc_id": "2305",
+ "loc_data": "{2821,3463,0,1,3}"
+ },
+ {
+ "npc_id": "2306",
+ "loc_data": "{2643,3363,0,0,5}"
+ },
+ {
+ "npc_id": "2307",
+ "loc_data": "{3627,3526,0,1,6}"
+ },
+ {
+ "npc_id": "2310",
+ "loc_data": "{3025,3312,0,1,4}-{3043,3308,0,1,6}-{3023,3297,0,1,5}-{2928,3282,0,1,1}-{2927,3269,0,1,1}"
+ },
+ {
+ "npc_id": "2311",
+ "loc_data": "{3035,3296,0,0,0}"
+ },
+ {
+ "npc_id": "2312",
+ "loc_data": "{3014,3292,0,0,0}"
+ },
+ {
+ "npc_id": "2313",
+ "loc_data": "{3020,3297,0,1,6}-{3040,3296,0,1,3}-{3031,3283,0,1,4}-{3020,3288,0,1,0}"
+ },
+ {
+ "npc_id": "2314",
+ "loc_data": "{3018,3296,0,1,1}-{3016,3288,0,1,4}-{3030,3287,0,1,4}-{3017,3282,0,1,3}-{2549,3566,0,1,2}-{2553,3564,0,1,4}"
+ },
+ {
+ "npc_id": "2315",
+ "loc_data": "{3018,3282,0,1,5}-{3037,3289,0,1,1}-{2551,3562,0,1,1}-{2554,3561,0,1,3}"
+ },
+ {
+ "npc_id": "2316",
+ "loc_data": "{3015,3311,0,1,4}"
+ },
+ {
+ "npc_id": "2317",
+ "loc_data": "{3016,3309,0,1,6}"
+ },
+ {
+ "npc_id": "2318",
+ "loc_data": "{3017,3307,0,0,0}"
+ },
+ {
+ "npc_id": "2319",
+ "loc_data": "{3017,3309,0,0,0}"
+ },
+ {
+ "npc_id": "2323",
+ "loc_data": "{3056,3306,0,1,1}"
+ },
+ {
+ "npc_id": "2324",
+ "loc_data": "{2807,3464,0,1,3}"
+ },
+ {
+ "npc_id": "2325",
+ "loc_data": "{2664,3374,0,1,1}"
+ },
+ {
+ "npc_id": "2326",
+ "loc_data": "{3600,3527,0,1,1}"
+ },
+ {
+ "npc_id": "2327",
+ "loc_data": "{2814,3337,0,1,6}"
+ },
+ {
+ "npc_id": "2330",
+ "loc_data": "{2766,3211,0,1,0}"
+ },
+ {
+ "npc_id": "2331",
+ "loc_data": "{2860,3430,0,1,4}"
+ },
+ {
+ "npc_id": "2332",
+ "loc_data": "{2573,3102,0,1,4}"
+ },
+ {
+ "npc_id": "2333",
+ "loc_data": "{3226,3311,0,0,0}"
+ },
+ {
+ "npc_id": "2334",
+ "loc_data": "{2662,3525,0,1,1}"
+ },
+ {
+ "npc_id": "2335",
+ "loc_data": "{3181,3359,0,0,0}"
+ },
+ {
+ "npc_id": "2336",
+ "loc_data": "{2938,3221,0,1,0}"
+ },
+ {
+ "npc_id": "2337",
+ "loc_data": "{2589,3861,0,1,0}"
+ },
+ {
+ "npc_id": "2338",
+ "loc_data": "{2615,3229,0,1,0}"
+ },
+ {
+ "npc_id": "2339",
+ "loc_data": "{2934,3438,0,1,6}"
+ },
+ {
+ "npc_id": "2340",
+ "loc_data": "{3007,3373,0,1,4}"
+ },
+ {
+ "npc_id": "2341",
+ "loc_data": "{3229,3456,0,1,0}"
+ },
+ {
+ "npc_id": "2342",
+ "loc_data": "{3196,3231,0,1,4}"
+ },
+ {
+ "npc_id": "2343",
+ "loc_data": "{2473,3446,0,1,6}"
+ },
+ {
+ "npc_id": "2344",
+ "loc_data": "{2490,3183,0,1,3}"
+ },
+ {
+ "npc_id": "2353",
+ "loc_data": "{2324,3179,0,1,5}"
+ },
+ {
+ "npc_id": "2355",
+ "loc_data": "{2353,3163,0,0,4}"
+ },
+ {
+ "npc_id": "2359",
+ "loc_data": "{2335,3169,0,1,3}"
+ },
+ {
+ "npc_id": "2360",
+ "loc_data": "{2335,3174,0,1,4}-{2322,3172,0,1,5}"
+ },
+ {
+ "npc_id": "2361",
+ "loc_data": "{2345,3172,0,1,2}-{2340,3178,0,1,3}"
+ },
+ {
+ "npc_id": "2362",
+ "loc_data": "{2330,3163,0,1,3}"
+ },
+ {
+ "npc_id": "2372",
+ "loc_data": "{2044,4632,0,1,3}"
+ },
+ {
+ "npc_id": "2374",
+ "loc_data": "{2041,4632,0,1,3}-{2037,4630,0,1,3}-{2041,4644,0,1,4}"
+ },
+ {
+ "npc_id": "2385",
+ "loc_data": "{3112,3159,0,0,0}"
+ },
+ {
+ "npc_id": "2386",
+ "loc_data": "{3051,3496,1,0,0}"
+ },
+ {
+ "npc_id": "2389",
+ "loc_data": "{3219,3677,0,0,0}"
+ },
+ {
+ "npc_id": "2392",
+ "loc_data": "{3043,3204,0,0,0}"
+ },
+ {
+ "npc_id": "2414",
+ "loc_data": "{3263,3400,1,0,0}"
+ },
+ {
+ "npc_id": "2435",
+ "loc_data": "{2621,3682,0,0,6}"
+ },
+ {
+ "npc_id": "2438",
+ "loc_data": "{2544,3761,0,0,6}"
+ },
+ {
+ "npc_id": "2439",
+ "loc_data": "{2659,3657,0,1,3}"
+ },
+ {
+ "npc_id": "2440",
+ "loc_data": "{2545,10141,0,0,6}"
+ },
+ {
+ "npc_id": "2443",
+ "loc_data": "{2543,10143,0,0,3}"
+ },
+ {
+ "npc_id": "2446",
+ "loc_data": "{2545,10145,0,0,6}"
+ },
+ {
+ "npc_id": "2449",
+ "loc_data": "{2546,10144,0,0,1}-{2546,10142,0,0,6}"
+ },
+ {
+ "npc_id": "2452",
+ "loc_data": "{2526,10166,0,1,6}"
+ },
+ {
+ "npc_id": "2453",
+ "loc_data": "{2521,10160,0,0,1}-{2535,10163,0,0,6}-{2520,10165,0,0,3}-{2533,10162,0,0,3}-{2545,10158,0,0,5}-{2547,10151,0,0,3}-{2543,10166,0,0,3}-{2538,10160,0,0,6}-{2506,10163,0,0,3}-{2516,10163,0,0,3}-{2498,10164,0,0,5}-{2544,10160,0,0,0}-{2525,10162,0,0,3}-{2530,10161,0,0,0}-{2537,10167,0,0,7}-{2519,10163,0,0,3}-{2511,10163,0,0,3}-{2530,10161,0,0,7}-{2524,10166,0,0,3}-{2508,10159,0,0,0}-{1846,4405,3,0,2}-{1839,4400,3,0,3}-{1835,4394,3,0,3}-{1834,4406,3,0,1}-{1843,4406,3,0,2}-{1899,4372,0,0,2}-{1888,4362,0,0,7}-{1896,4362,0,0,2}-{1897,4368,0,0,5}"
+ },
+ {
+ "npc_id": "2455",
+ "loc_data": "{2457,10139,0,1,2}-{2465,10133,0,1,4}-{2449,10148,0,1,1}-{2471,10133,0,1,6}-{2446,10145,0,1,4}-{2443,10148,0,1,1}-{2452,10161,0,1,3}-{2444,10145,0,1,1}-{2462,10163,0,1,3}-{2446,10141,0,1,3}-{2454,10149,0,1,0}-{2476,10155,0,1,4}-{2456,10153,0,1,0}-{2485,10142,0,1,3}-{2457,10152,0,1,4}-{2485,10126,0,1,4}-{2475,10148,0,1,3}-{2471,10160,0,1,1}-{2453,10145,0,1,3}-{2463,10158,0,1,4}-{2457,10163,0,1,2}-{2471,10154,0,1,6}-{2476,10151,0,1,7}-{2479,10154,0,1,1}-{2486,10158,0,1,4}-{2485,10165,0,1,5}-{2485,10153,0,1,4}-{2474,10140,0,1,7}-{2466,10130,0,1,6}-{2464,10138,0,1,6}-{2486,10150,0,1,6}-{2473,10127,0,1,4}-{2483,10126,0,1,3}-{2456,10133,0,1,6}-{2467,10163,0,1,6}-{2477,10143,0,1,3}-{2489,10139,0,1,4}-{2486,10127,0,1,1}-{2480,10141,0,1,7}-{2490,10155,0,1,3}-{2459,10133,0,1,3}-{2455,10163,0,1,0}-{2496,10166,0,1,1}-{2494,10162,0,1,1}-{2502,10167,0,1,1}-{2493,10132,0,1,3}-{2499,10162,0,1,0}-{2502,10159,0,1,1}-{2502,10166,0,1,4}-{2494,10129,0,1,5}-{2496,10130,0,1,3}-{2498,10128,0,1,1}-{2497,10126,0,1,4}-{2499,10128,0,1,5}-{2501,10126,0,1,3}-{2506,10125,0,1,4}-{2506,10127,0,1,4}-{2507,10128,0,1,3}-{2507,10126,0,1,6}-{2511,10126,0,1,0}-{2513,10126,0,1,4}-{2517,10129,0,1,3}-{2513,10127,0,1,3}-{2516,10124,0,1,4}-{2520,10122,0,1,5}-{2522,10126,0,1,3}-{2524,10129,0,1,4}-{2525,10125,0,1,4}-{2529,10122,0,1,4}-{2529,10124,0,1,2}-{2526,10126,0,1,3}-{2529,10130,0,1,6}-{2530,10127,0,1,5}-{2532,10121,0,1,0}-{2532,10123,0,1,3}-{2538,10126,0,1,0}-{2535,10125,0,1,7}-{2536,10127,0,1,1}-{2539,10130,0,1,6}-{2543,10130,0,1,6}-{2548,10131,0,1,1}-{2542,10128,0,1,3}-{1815,4405,2,1,6}-{1818,4403,2,1,3}-{1813,4404,2,1,7}-{1814,4407,2,1,7}-{1821,4393,2,1,1}-{1823,4389,2,1,1}-{1828,4387,2,1,3}-{1821,4392,2,1,0}-{1826,4391,2,1,0}-{1865,4377,2,1,1}-{1865,4397,1,1,6}-{1844,4360,1,1,4}-{1844,4361,1,1,5}-{1851,4360,1,1,3}-{1857,4360,1,1,1}-{1862,4362,1,1,1}-{1862,4362,1,1,7}-{1864,4366,1,1,1}-{1865,4383,2,1,4}-{1864,4390,1,1,1}-{1865,4408,1,1,4}-{1877,4410,1,1,1}-{1883,4411,1,1,4}-{1889,4410,1,1,4}-{1887,4374,0,1,6}-{1890,4372,0,1,4}-{1890,4366,0,1,4}-{1896,4371,0,1,3}-{1890,4364,0,1,7}-{1831,4378,3,1,2}-{1838,4379,3,1,2}-{1824,4376,3,1,1}-{1832,4380,3,1,6}-{1844,4373,2,1,4}-{1849,4381,2,1,4}-{1846,4374,2,1,1}"
+ },
+ {
+ "npc_id": "2456",
+ "loc_data": "{2452,10145,0,0,4}-{2445,10138,0,0,7}"
+ },
+ {
+ "npc_id": "2457",
+ "loc_data": "{2500,10148,0,1,3}-{2505,10150,0,1,2}-{2510,10148,0,1,1}-{2511,10147,0,1,6}-{2517,10151,0,1,3}-{2519,10143,0,1,7}-{2529,10148,0,1,3}-{2528,10144,0,1,0}-{2532,10145,0,1,1}-{2532,10140,0,1,7}-{2520,10144,0,1,2}-{1804,4369,2,1,2}-{1812,4363,2,1,5}-{1817,4368,2,1,6}-{1801,4404,3,1,6}-{1805,4405,3,1,1}-{1803,4404,3,1,7}-{1811,4394,1,1,7}-{1804,4391,1,1,2}-{1798,4391,1,1,4}-{1802,4389,1,1,4}-{1799,4386,2,1,1}-{1799,4381,2,1,6}-{1798,4375,1,1,4}-{1803,4376,1,1,6}-{1797,4380,1,1,6}-{1902,4367,0,1,6}-{1894,4367,0,1,1}-{1893,4361,0,1,3}-{1886,4369,0,1,1}-{1848,4394,1,1,3}-{1850,4389,1,1,1}-{1850,4391,1,1,2}"
+ },
+ {
+ "npc_id": "2424",
+ "loc_data": "{2871,10187,0,1,0}"
+ },
+ {
+ "npc_id": "1843",
+ "loc_data": "{2841,10129,0,1,0}"
+ },
+ {
+ "npc_id": "1844",
+ "loc_data": "{2840,10127,0,1,0}"
+ },
+ {
+ "npc_id": "2205",
+ "loc_data": "{2839,10128,0,1,0}"
+ },
+ {
+ "npc_id": "2154",
+ "loc_data": "{2839,10128,0,1,0}"
+ },
+ {
+ "npc_id": "2458",
+ "loc_data": "{2599,4774,0,0,3}"
+ },
+ {
+ "npc_id": "2459",
+ "loc_data": "{2604,4772,0,1,4}-{2606,4771,0,1,6}-{2604,4769,0,1,2}"
+ },
+ {
+ "npc_id": "2460",
+ "loc_data": "{2600,4778,0,1,1}-{2607,4777,0,1,1}"
+ },
+ {
+ "npc_id": "2461",
+ "loc_data": "{2597,4776,0,1,1}-{2606,4771,0,1,1}"
+ },
+ {
+ "npc_id": "2462",
+ "loc_data": "{2596,4773,0,1,2}-{2602,4771,0,1,6}-{2596,4780,0,1,4}"
+ },
+ {
+ "npc_id": "2482",
+ "loc_data": "{3057,3902,0,1,3}"
+ },
+ {
+ "npc_id": "2483",
+ "loc_data": "{2914,3116,0,0,0}"
+ },
+ {
+ "npc_id": "2484",
+ "loc_data": "{2782,3058,0,0,0}"
+ },
+ {
+ "npc_id": "2486",
+ "loc_data": "{2789,3055,0,0,0}"
+ },
+ {
+ "npc_id": "2487",
+ "loc_data": "{2848,3042,0,0,0}"
+ },
+ {
+ "npc_id": "2488",
+ "loc_data": "{2799,3058,0,0,0}"
+ },
+ {
+ "npc_id": "2489",
+ "loc_data": "{3781,3031,0,1,5}-{3775,3033,0,1,4}-{3780,3022,0,1,1}-{3788,3011,0,1,2}-{3793,3019,0,1,5}-{3766,3010,0,1,4}-{3764,3020,0,1,1}-{3779,3045,0,1,1}-{3784,3040,0,1,3}-{3802,3037,0,1,2}-{3808,3026,0,1,3}-{3799,3024,0,1,4}-{3749,3000,0,1,6}-{3738,3010,0,1,3}-{3723,2998,0,1,2}-{3731,2991,0,1,1}-{3703,3040,0,1,3}-{3706,3051,0,1,1}-{3664,3013,0,1,7}-{3720,3040,0,1,6}-{3719,3045,0,1,6}"
+ },
+ {
+ "npc_id": "2490",
+ "loc_data": "{3782,3016,0,1,7}"
+ },
+ {
+ "npc_id": "2491",
+ "loc_data": "{2679,3080,0,1,6}-{2684,3084,0,1,4}-{2682,3093,0,1,4}-{2678,3095,0,1,3}-{2679,3102,0,1,1}-{2681,3110,0,1,4}-{2683,3115,0,1,6}-{2675,3108,0,1,3}-{2671,3109,0,1,3}-{2671,3113,0,1,4}-{2676,3090,0,1,4}-{2670,3088,0,1,6}-{2671,3086,0,1,6}-{2664,3088,0,1,7}-{2660,3086,0,1,6}-{2662,3088,0,1,6}-{2670,3082,0,1,7}-{2674,3081,0,1,3}-{2663,3086,0,1,6}-{2679,3082,0,1,1}-{2682,3093,0,1,3}"
+ },
+ {
+ "npc_id": "2504",
+ "loc_data": "{2796,3077,1,1,3}"
+ },
+ {
+ "npc_id": "2507",
+ "loc_data": "{2794,3077,0,1,6}"
+ },
+ {
+ "npc_id": "2510",
+ "loc_data": "{2786,3075,1,1,4}"
+ },
+ {
+ "npc_id": "2513",
+ "loc_data": "{2796,3088,0,1,7}"
+ },
+ {
+ "npc_id": "2516",
+ "loc_data": "{2791,3102,0,1,3}"
+ },
+ {
+ "npc_id": "2519",
+ "loc_data": "{2794,3064,0,1,5}"
+ },
+ {
+ "npc_id": "2522",
+ "loc_data": "{2758,3099,0,1,1}"
+ },
+ {
+ "npc_id": "2525",
+ "loc_data": "{2800,3048,0,1,2}"
+ },
+ {
+ "npc_id": "2528",
+ "loc_data": "{2816,3085,0,1,3}"
+ },
+ {
+ "npc_id": "2531",
+ "loc_data": "{2784,3089,0,1,1}"
+ },
+ {
+ "npc_id": "2547",
+ "loc_data": "{3109,9942,0,1,4}-{3111,9938,0,1,4}-{3116,9926,0,1,4}-{2615,9525,0,1,4}-{2615,9521,0,1,1}"
+ },
+ {
+ "npc_id": "2548",
+ "loc_data": "{3349,2970,0,0,4}-{3358,2987,0,0,4}"
+ },
+ {
+ "npc_id": "2549",
+ "loc_data": "{3364,3001,0,0,6}"
+ },
+ {
+ "npc_id": "2568",
+ "loc_data": "{2729,3495,0,0,6}-{2724,3495,0,0,6}-{2728,3495,0,0,6}-{2721,3495,0,0,6}"
+ },
+ {
+ "npc_id": "2569",
+ "loc_data": "{2727,3495,0,0,6}-{2722,3495,0,0,6}"
+ },
+ {
+ "npc_id": "2572",
+ "loc_data": "{3079,3250,0,1,2}"
+ },
+ {
+ "npc_id": "2574",
+ "loc_data": "{3087,3247,0,0,7}"
+ },
+ {
+ "npc_id": "2580",
+ "loc_data": "{2918,3535,0,1,0}"
+ },
+ {
+ "npc_id": "2591",
+ "loc_data": "{4786,5106,0,1,6}-{2474,5145,0,1,2}"
+ },
+ {
+ "npc_id": "2592",
+ "loc_data": "{4680,5117,0,1,6}-{2461,5142,0,1,6}"
+ },
+ {
+ "npc_id": "2594",
+ "loc_data": "{4703,5123,0,1,5}-{4680,5126,0,1,7}-{4730,5077,0,1,5}"
+ },
+ {
+ "npc_id": "2595",
+ "loc_data": "{4699,5100,0,1,6}-{4647,5132,0,1,7}-{4633,5069,0,1,4}-{4757,5100,0,1,2}"
+ },
+ {
+ "npc_id": "2596",
+ "loc_data": "{4628,5117,0,1,4}-{4787,5118,0,1,7}-{2483,5155,0,1,4}"
+ },
+ {
+ "npc_id": "2597",
+ "loc_data": "{4621,5094,0,1,5}-{2446,5144,0,1,1}-{2470,5141,0,1,6}"
+ },
+ {
+ "npc_id": "2598",
+ "loc_data": "{2485,5159,0,1,4}-{2489,5155,0,1,1}-{2471,5144,0,1,3}-{2476,5153,0,1,0}-{2477,5150,0,1,1}"
+ },
+ {
+ "npc_id": "2600",
+ "loc_data": "{4656,5125,0,1,5}-{4711,5072,0,1,4}-{4751,5087,0,1,3}"
+ },
+ {
+ "npc_id": "2601",
+ "loc_data": "{4676,5123,0,1,5}-{4693,5127,0,1,7}-{4724,5107,0,1,5}-{4788,5110,0,1,4}"
+ },
+ {
+ "npc_id": "2602",
+ "loc_data": "{4668,5133,0,1,7}-{4627,5122,0,1,5}-{4714,5113,0,1,6}-{4752,5074,0,1,7}-{4789,5122,0,1,2}"
+ },
+ {
+ "npc_id": "2603",
+ "loc_data": "{4711,5086,0,1,2}-{4760,5091,0,1,4}"
+ },
+ {
+ "npc_id": "2604",
+ "loc_data": "{2439,5170,0,1,3}-{2451,5170,0,1,3}-{2453,5161,0,1,6}-{2460,5160,0,1,7}-{2457,5155,0,1,3}-{2480,5168,0,1,6}-{2469,5166,0,1,1}-{2490,5173,0,1,3}-{2488,5171,0,1,4}-{2483,5156,0,1,3}-{2470,5147,0,1,4}-{2468,5139,0,1,7}-{2458,5141,0,1,3}-{2454,5141,0,1,1}-{2452,5124,0,1,3}-{2454,5122,0,1,2}-{2453,5143,0,1,3}-{2443,5144,0,1,6}"
+ },
+ {
+ "npc_id": "2605",
+ "loc_data": "{4633,5125,0,1,7}-{4631,5088,0,1,7}-{4760,5074,0,1,4}"
+ },
+ {
+ "npc_id": "2606",
+ "loc_data": "{4670,5081,0,1,6}-{4642,5115,0,1,7}-{4756,5086,0,1,4}"
+ },
+ {
+ "npc_id": "2607",
+ "loc_data": "{4638,5095,0,1,2}-{4647,5141,0,1,4}-{4699,5141,0,1,3}-{4774,5098,0,1,3}"
+ },
+ {
+ "npc_id": "2608",
+ "loc_data": "{4656,5091,0,1,5}-{4637,5093,0,1,0}"
+ },
+ {
+ "npc_id": "2609",
+ "loc_data": "{4691,5090,0,1,7}-{4617,5073,0,1,6}-{4711,5125,0,1,4}-{4727,5082,0,1,6}-{4748,5070,0,1,4}-{2440,5128,0,1,3}-{2436,5133,0,1,3}-{2450,5168,0,1,2}-{2443,5170,0,1,4}-{2445,5177,0,1,3}"
+ },
+ {
+ "npc_id": "2610",
+ "loc_data": "{2446,5169,0,1,4}-{2458,5159,0,1,3}-{2466,5166,0,1,7}-{2471,5166,0,1,3}-{2478,5164,0,1,4}-{2490,5174,0,1,4}-{2485,5159,0,1,5}-{2442,5173,0,1,0}-{2440,5171,0,1,7}-{2440,5170,0,1,3}"
+ },
+ {
+ "npc_id": "2611",
+ "loc_data": "{4646,5107,0,1,6}-{4683,5098,0,1,4}-{4690,5113,0,1,5}-{4720,5118,0,1,7}-{4716,5097,0,1,5}-{4762,5088,0,1,0}"
+ },
+ {
+ "npc_id": "2614",
+ "loc_data": "{4666,5082,0,1,0}-{4669,5103,0,1,2}-{4664,5121,0,1,4}-{4639,5074,0,1,3}-{4704,5077,0,1,5}-{4688,5016,0,1,3}"
+ },
+ {
+ "npc_id": "2615",
+ "loc_data": "{4695,5128,0,1,7}-{4625,5084,0,1,7}-{4628,5134,0,1,3}-{4725,5067,0,1,5}-{4748,5076,0,1,6}-{4790,5127,0,1,0}"
+ },
+ {
+ "npc_id": "2616",
+ "loc_data": "{4673,5114,0,1,1}-{4631,5106,0,1,0}-{2441,5130,0,1,1}-{2438,5135,0,1,6}-{2443,5138,0,1,2}"
+ },
+ {
+ "npc_id": "2617",
+ "loc_data": "{4611,5132,0,1,5}-{2440,5168,0,0,1}"
+ },
+ {
+ "npc_id": "2618",
+ "loc_data": "{4603,5065,0,1,1}-{2399,5178,0,1,6}"
+ },
+ {
+ "npc_id": "2619",
+ "loc_data": "{2446,5179,0,0,6}-{4644,5149,0,1,7}-{2418,5203,0,1,6}"
+ },
+ {
+ "npc_id": "2620",
+ "loc_data": "{4701,5153,0,1,0}-{2478,5146,0,1,2}"
+ },
+ {
+ "npc_id": "2621",
+ "loc_data": "{2724,3729,0,0,6}"
+ },
+ {
+ "npc_id": "2622",
+ "loc_data": "{4689,5173,0,0,0}-{2464,5149,0,0,7}"
+ },
+ {
+ "npc_id": "2623",
+ "loc_data": "{4655,5172,0,1,0}-{2462,5125,0,1,5}"
+ },
+ {
+ "npc_id": "2624",
+ "loc_data": "{4718,5148,0,1,6}-{4708,5173,0,1,6}-{4716,5178,0,1,7}-{4726,5173,0,1,0}-{4730,5163,0,1,3}-{4726,5153,0,1,5}"
+ },
+ {
+ "npc_id": "2625",
+ "loc_data": "{4668,5177,0,1,4}-{4676,5177,0,1,2}"
+ },
+ {
+ "npc_id": "2634",
+ "loc_data": "{3095,3252,0,0,0}"
+ },
+ {
+ "npc_id": "2652",
+ "loc_data": "{2868,3579,0,0,0}-{2851,3582,0,0,0}"
+ },
+ {
+ "npc_id": "2660",
+ "loc_data": "{3208,3496,0,1,3}"
+ },
+ {
+ "npc_id": "2674",
+ "loc_data": "{3017,3231,0,1,1}"
+ },
+ {
+ "npc_id": "2676",
+ "loc_data": "{2914,3322,0,0,0}"
+ },
+ {
+ "npc_id": "2677",
+ "loc_data": "{2945,3307,0,0,0}"
+ },
+ {
+ "npc_id": "2678",
+ "loc_data": "{2988,3210,0,1,7}"
+ },
+ {
+ "npc_id": "2679",
+ "loc_data": "{3000,3222,0,1,1}"
+ },
+ {
+ "npc_id": "2680",
+ "loc_data": "{2985,3193,0,1,1}-{2582,9836,0,1,2}"
+ },
+ {
+ "npc_id": "2681",
+ "loc_data": "{2991,3199,0,1,3}"
+ },
+ {
+ "npc_id": "2682",
+ "loc_data": "{1866,4237,0,1,0}-{1866,4240,0,1,0}-{1867,4243,0,1,0}-{2950,3204,0,1,5}-{2971,3212,0,1,4}-{2960,3201,0,1,1}-{2959,3202,0,1,4}-{2904,3208,0,1,0}-{2956,3203,0,1,1}-{2969,3204,0,1,4}"
+ },
+ {
+ "npc_id": "2683",
+ "loc_data": "{2967,3212,1,0,7}"
+ },
+ {
+ "npc_id": "2684",
+ "loc_data": "{2965,3213,1,0,0}"
+ },
+ {
+ "npc_id": "2685",
+ "loc_data": "{3124,9873,0,1,3}-{2911,3285,0,1,1}-{2696,9689,0,1,1}"
+ },
+ {
+ "npc_id": "2686",
+ "loc_data": "{2907,3293,0,1,4}-{2700,9696,0,1,1}"
+ },
+ {
+ "npc_id": "2687",
+ "loc_data": "{2907,3293,0,1,6}-{2908,3290,0,1,3}-{2703,9698,0,1,1}"
+ },
+ {
+ "npc_id": "2688",
+ "loc_data": "{3127,9874,0,1,4}-{2906,3288,0,1,1}-{2910,3293,0,1,4}-{2699,9690,0,1,1}"
+ },
+ {
+ "npc_id": "2689",
+ "loc_data": "{2918,3319,0,0,0}"
+ },
+ {
+ "npc_id": "2690",
+ "loc_data": "{3048,3258,0,1,3}"
+ },
+ {
+ "npc_id": "2691",
+ "loc_data": "{3048,3256,0,1,4}"
+ },
+ {
+ "npc_id": "2692",
+ "loc_data": "{3049,3256,0,0,0}"
+ },
+ {
+ "npc_id": "2693",
+ "loc_data": "{3214,3313,0,1,0}-{3214,3320,0,1,0}-{3215,3303,0,1,0}-{3219,3285,0,1,0}-{3219,3288,0,1,0}-{3234,3267,0,1,0}-{3234,3268,0,1,0}-{3238,3238,0,1,0}-{3238,3246,0,1,0}-{3239,3235,0,1,0}-{2976,3359,0,1,0}-{2977,3357,0,1,0}-{2988,3383,0,1,1}-{2992,3385,0,1,3}-{3015,3285,0,1,0}"
+ },
+ {
+ "npc_id": "2695",
+ "loc_data": "{3013,3192,0,1,1}"
+ },
+ {
+ "npc_id": "2696",
+ "loc_data": "{3013,3196,0,1,1}"
+ },
+ {
+ "npc_id": "2697",
+ "loc_data": "{3018,3189,0,1,4}"
+ },
+ {
+ "npc_id": "2698",
+ "loc_data": "{3018,3181,0,1,6}"
+ },
+ {
+ "npc_id": "2699",
+ "loc_data": "{3037,2982,0,0,6}-{3036,2979,0,0,6}"
+ },
+ {
+ "npc_id": "2700",
+ "loc_data": "{3037,2982,0,0,6}"
+ },
+ {
+ "npc_id": "2704",
+ "loc_data": "{3019,3185,0,0,0}-{3034,2979,0,0,1}-{3033,2980,1,0,4}-{3032,2979,0,0,1}-{3034,2985,0,0,1}-{3035,2982,0,0,1}"
+ },
+ {
+ "npc_id": "2705",
+ "loc_data": "{3034,2985,1,0,1}"
+ },
+ {
+ "npc_id": "2706",
+ "loc_data": "{3725,3015,0,1,4}-{3745,3026,0,1,6}-{3741,3033,0,1,6}-{3734,3045,0,1,1}-{3019,3145,0,1,3}-{3015,3142,0,1,4}-{3022,3139,0,1,4}"
+ },
+ {
+ "npc_id": "2709",
+ "loc_data": "{3002,3266,0,1,6}"
+ },
+ {
+ "npc_id": "2710",
+ "loc_data": "{3001,3268,0,1,4}"
+ },
+ {
+ "npc_id": "2711",
+ "loc_data": "{3002,3268,0,1,4}"
+ },
+ {
+ "npc_id": "2712",
+ "loc_data": "{3001,3268,0,1,3}"
+ },
+ {
+ "npc_id": "2713",
+ "loc_data": "{3002,3267,0,1,2}"
+ },
+ {
+ "npc_id": "2725",
+ "loc_data": "{2500,3488,0,1,2}"
+ },
+ {
+ "npc_id": "2726",
+ "loc_data": "{2994,3138,0,1,0}"
+ },
+ {
+ "npc_id": "2727",
+ "loc_data": "{2969,3146,0,1,0}"
+ },
+ {
+ "npc_id": "2728",
+ "loc_data": "{3043,3235,0,1,7}"
+ },
+ {
+ "npc_id": "2729",
+ "loc_data": "{3047,3234,0,1,7}"
+ },
+ {
+ "npc_id": "2730",
+ "loc_data": "{2835,3335,0,0,5}"
+ },
+ {
+ "npc_id": "2731",
+ "loc_data": "{2833,3335,0,0,3}"
+ },
+ {
+ "npc_id": "2732",
+ "loc_data": "{2933,3281,0,1,1}"
+ },
+ {
+ "npc_id": "2733",
+ "loc_data": "{2932,3286,0,1,1}"
+ },
+ {
+ "npc_id": "2759",
+ "loc_data": "{3254,3418,0,0,0}-{3255,3418,0,0,0}-{3256,3418,0,0,0}-{3096,3493,0,0,0}-{3097,3494,0,0,0}-{3104,3368,0,0,0}-{3180,3438,0,0,0}-{3180,3442,0,0,0}-{3191,3441,0,0,0}-{3191,3437,0,0,0}-{3191,3445,0,0,0}"
+ },
+ {
+ "npc_id": "2782",
+ "loc_data": "{1925,4636,0,1,7}"
+ },
+ {
+ "npc_id": "2783",
+ "loc_data": "{1995,4660,0,1,7}-{1989,4660,0,1,0}-{1989,4664,0,1,7}-{1995,4660,0,1,2}-{1997,4664,0,1,3}-{1989,4658,0,1,0}-{2001,4646,0,1,4}-{2000,4645,0,1,3}-{1997,4644,0,1,1}-{2006,4639,0,1,6}-{1999,4636,0,1,3}"
+ },
+ {
+ "npc_id": "2792",
+ "loc_data": "{3228,3412,0,0,0}"
+ },
+ {
+ "npc_id": "2794",
+ "loc_data": "{2606,3100,0,0,0}"
+ },
+ {
+ "npc_id": "2796",
+ "loc_data": "{3096,3108,0,0,6}"
+ },
+ {
+ "npc_id": "2800",
+ "loc_data": "{2981,3190,0,0,0}"
+ },
+ {
+ "npc_id": "2803",
+ "loc_data": "{3391,3066,0,1,6}-{3397,3054,0,1,6}-{3398,3060,0,1,0}-{3412,3059,0,1,3}"
+ },
+ {
+ "npc_id": "2804",
+ "loc_data": "{3388,3067,0,1,0}-{3396,3064,0,1,6}-{3402,3063,0,1,1}-{3423,3019,0,1,3}-{3420,3015,0,1,6}-{3430,3014,0,1,2}-{3426,3020,0,0,0}-{3416,3013,0,1,4}-{3410,3016,0,1,6}"
+ },
+ {
+ "npc_id": "2805",
+ "loc_data": "{3391,3071,0,1,2}-{3397,3069,0,1,2}-{3398,3068,0,1,1}-{3385,3064,0,1,6}-{3406,3064,0,1,6}-{3413,3053,0,1,6}-{3424,3061,0,1,2}-{3423,3020,0,1,0}-{3429,3019,0,0,0}"
+ },
+ {
+ "npc_id": "2806",
+ "loc_data": "{3426,3052,0,1,4}-{3423,3044,0,1,3}-{3415,3018,0,1,5}-{3425,3009,0,1,3}"
+ },
+ {
+ "npc_id": "2807",
+ "loc_data": "{3414,3045,0,1,1}-{3403,3050,0,1,4}-{3407,3058,0,1,3}-{3420,3022,0,0,0}"
+ },
+ {
+ "npc_id": "2808",
+ "loc_data": "{3384,3072,0,1,2}-{3394,3076,0,1,1}-{3403,3069,0,1,1}-{3402,3061,0,1,1}-{3419,3006,0,1,4}"
+ },
+ {
+ "npc_id": "2809",
+ "loc_data": "{3274,3168,0,1,0}"
+ },
+ {
+ "npc_id": "2810",
+ "loc_data": "{3311,3208,0,1,0}"
+ },
+ {
+ "npc_id": "2811",
+ "loc_data": "{3289,3209,0,1,0}"
+ },
+ {
+ "npc_id": "2812",
+ "loc_data": "{3296,3227,0,0,0}"
+ },
+ {
+ "npc_id": "2813",
+ "loc_data": "{3285,3201,0,0,0}"
+ },
+ {
+ "npc_id": "2816",
+ "loc_data": "{3301,3190,0,0,0}"
+ },
+ {
+ "npc_id": "2817",
+ "loc_data": "{3306,3197,0,0,0}"
+ },
+ {
+ "npc_id": "2818",
+ "loc_data": "{3303,3204,0,0,0}"
+ },
+ {
+ "npc_id": "2819",
+ "loc_data": "{3295,3193,0,0,0}"
+ },
+ {
+ "npc_id": "2824",
+ "loc_data": "{3275,3193,0,0,0}"
+ },
+ {
+ "npc_id": "2860",
+ "loc_data": "{2345,3165,0,1,4}"
+ },
+ {
+ "npc_id": "2881",
+ "loc_data": "{2907,4440,0,1,6}"
+ },
+ {
+ "npc_id": "2882",
+ "loc_data": "{2910,4457,0,1,6}"
+ },
+ {
+ "npc_id": "2883",
+ "loc_data": "{2923,4443,0,1,4}"
+ },
+ {
+ "npc_id": "2890",
+ "loc_data": "{1889,4411,0,0,4}-{1895,4409,0,0,2}-{1903,4409,0,0,3}-{1906,4407,0,0,5}-{1903,4400,0,0,1}-{1899,4400,0,0,2}-{1893,4398,0,0,2}-{1888,4386,0,0,6}-{1884,4383,0,0,5}-{1879,4376,0,0,5}-{1883,4376,0,0,1}-{1921,4368,0,0,2}-{1927,4362,0,0,7}-{1935,4360,0,0,7}-{1942,4356,0,0,7}-{1948,4355,0,0,7}-{1951,4358,0,0,2}-{1957,4365,0,0,2}-{1958,4368,0,0,2}"
+ },
+ {
+ "npc_id": "2894",
+ "loc_data": "{2908,4435,0,0,1}-{2924,4436,0,0,5}-{2924,4460,0,0,6}-{2908,4463,0,0,3}-{2901,4458,0,0,3}-{2928,4441,0,0,3}-{2929,4449,0,0,6}-{2902,4437,0,0,1}"
+ },
+ {
+ "npc_id": "2935",
+ "loc_data": "{3671,3484,0,1,4}"
+ },
+ {
+ "npc_id": "2939",
+ "loc_data": "{2657,3701,0,1,0}"
+ },
+ {
+ "npc_id": "2940",
+ "loc_data": "{2675,3671,0,1,3}"
+ },
+ {
+ "npc_id": "2942",
+ "loc_data": "{3017,3234,0,1,7}"
+ },
+ {
+ "npc_id": "2943",
+ "loc_data": "{3265,3400,0,0,0}"
+ },
+ {
+ "npc_id": "2945",
+ "loc_data": "{2562,3319,0,0,0}"
+ },
+ {
+ "npc_id": "2946",
+ "loc_data": "{3246,9865,0,1,1}"
+ },
+ {
+ "npc_id": "2947",
+ "loc_data": "{3245,9868,0,1,3}"
+ },
+ {
+ "npc_id": "2948",
+ "loc_data": "{3265,3403,0,0,0}"
+ },
+ {
+ "npc_id": "2949",
+ "loc_data": "{2562,3320,0,0,0}"
+ },
+ {
+ "npc_id": "2950",
+ "loc_data": "{3020,3229,0,0,7}"
+ },
+ {
+ "npc_id": "2997",
+ "loc_data": "{3308,3511,1,1,1}"
+ },
+ {
+ "npc_id": "2998",
+ "loc_data": "{2657,9641,0,1,0}"
+ },
+ {
+ "npc_id": "2999",
+ "loc_data": "{2658,9634,0,1,1}"
+ },
+ {
+ "npc_id": "3001",
+ "loc_data": "{2646,9639,0,1,4}"
+ },
+ {
+ "npc_id": "3002",
+ "loc_data": "{2666,9630,0,1,6}"
+ },
+ {
+ "npc_id": "3003",
+ "loc_data": "{2660,9624,0,1,6}"
+ },
+ {
+ "npc_id": "3020",
+ "loc_data": "{3348,2942,0,1,3}"
+ },
+ {
+ "npc_id": "3021",
+ "loc_data": "{2796,3104,0,1,0}-{2815,3466,0,1,3}-{2856,3435,0,1,0}-{2933,3434,0,1,4}-{3182,3354,0,1,0}-{3088,3357,0,1,0}-{3060,3263,0,1,0}-{3189,3234,0,1,0}-{3232,3459,0,1,3}-{3449,3471,0,1,6}-{2812,3333,0,1,4}-{3007,3371,0,1,2}-{3053,3304,0,1,1}-{2663,3374,0,1,4}-{3603,3529,0,1,6}-{2474,3446,0,1,4}-{2611,3859,0,1,6}-{2589,3863,0,1,0}-{2434,3415,0,1,3}-{2764,3210,0,1,1}-{2940,3225,0,1,6}-{2614,3226,0,1,4}-{3315,3205,0,1,6}-{2666,3521,0,1,4}-{2491,3177,0,1,1}-{2572,3105,0,1,0}"
+ },
+ {
+ "npc_id": "3029",
+ "loc_data": "{3422,2937,0,1,1}"
+ },
+ {
+ "npc_id": "3030",
+ "loc_data": "{3421,2912,0,0,1}"
+ },
+ {
+ "npc_id": "3031",
+ "loc_data": "{3439,2890,0,0,3}"
+ },
+ {
+ "npc_id": "3032",
+ "loc_data": "{3439,2927,0,1,5}"
+ },
+ {
+ "npc_id": "3034",
+ "loc_data": "{3409,2929,1,1,4}"
+ },
+ {
+ "npc_id": "3035",
+ "loc_data": "{3450,2895,0,0,3}"
+ },
+ {
+ "npc_id": "3036",
+ "loc_data": "{3424,2900,0,1,3}"
+ },
+ {
+ "npc_id": "3037",
+ "loc_data": "{3424,2906,0,0,1}"
+ },
+ {
+ "npc_id": "3038",
+ "loc_data": "{3406,2924,0,1,3}"
+ },
+ {
+ "npc_id": "3039",
+ "loc_data": "{3414,2907,0,1,3}"
+ },
+ {
+ "npc_id": "3040",
+ "loc_data": "{3443,2914,0,0,3}"
+ },
+ {
+ "npc_id": "3041",
+ "loc_data": "{3445,2910,0,0,1}"
+ },
+ {
+ "npc_id": "3042",
+ "loc_data": "{3441,2920,0,1,4}"
+ },
+ {
+ "npc_id": "3043",
+ "loc_data": "{3445,2917,0,0,3}"
+ },
+ {
+ "npc_id": "3044",
+ "loc_data": "{3428,2928,0,1,5}"
+ },
+ {
+ "npc_id": "3045",
+ "loc_data": "{3432,2912,0,0,1}"
+ },
+ {
+ "npc_id": "3046",
+ "loc_data": "{3425,2891,0,0,4}-{3425,2894,0,0,4}-{3425,2893,0,0,4}-{3425,2889,0,0,4}"
+ },
+ {
+ "npc_id": "3050",
+ "loc_data": "{3187,9758,0,1,3}"
+ },
+ {
+ "npc_id": "3068",
+ "loc_data": "{3062,9550,0,1,5}-{3050,9554,0,1,7}-{3048,9545,0,1,4}-{3061,9542,0,1,3}-{3065,9548,0,1,1}-{3034,9544,0,1,4}-{3033,9552,0,1,3}-{3029,9545,0,1,7}-{3027,9555,0,1,3}"
+ },
+ {
+ "npc_id": "3072",
+ "loc_data": "{3210,5562,0,1,3}-{3207,5448,0,1,3}-{3223,5446,0,1,4}"
+ },
+ {
+ "npc_id": "3073",
+ "loc_data": "{3217,5442,0,1,4}-{3231,5444,0,1,0}"
+ },
+ {
+ "npc_id": "3074",
+ "loc_data": "{3404,3492,0,0,6}"
+ },
+ {
+ "npc_id": "3076",
+ "loc_data": "{3403,3492,0,0,0}"
+ },
+ {
+ "npc_id": "3090",
+ "loc_data": "{3082,3442,0,0,0}"
+ },
+ {
+ "npc_id": "3094",
+ "loc_data": "{3361,3306,0,1,6}"
+ },
+ {
+ "npc_id": "3095",
+ "loc_data": "{3364,3309,0,1,3}-{3363,3317,1,1,1}"
+ },
+ {
+ "npc_id": "3097",
+ "loc_data": "{3364,3304,0,1,6}"
+ },
+ {
+ "npc_id": "3099",
+ "loc_data": "{3364,9626,2,1,1}"
+ },
+ {
+ "npc_id": "3100",
+ "loc_data": "{3363,9646,0,1,1}"
+ },
+ {
+ "npc_id": "3101",
+ "loc_data": "{3364,9644,1,1,6}"
+ },
+ {
+ "npc_id": "3103",
+ "loc_data": "{3362,3318,1,0,6}"
+ },
+ {
+ "npc_id": "3104",
+ "loc_data": "{3364,3310,0,1,1}-{3379,9627,0,1,0}-{3367,9647,2,1,4}"
+ },
+ {
+ "npc_id": "3105",
+ "loc_data": "{3367,3304,1,1,1}-{3376,9655,0,1,7}"
+ },
+ {
+ "npc_id": "3106",
+ "loc_data": "{3360,3305,1,1,3}-{3348,9654,0,1,4}-{3362,9648,2,1,4}"
+ },
+ {
+ "npc_id": "3107",
+ "loc_data": "{3361,3306,0,1,3}-{3348,9626,0,1,6}"
+ },
+ {
+ "npc_id": "3108",
+ "loc_data": "{2549,3100,0,0,4}"
+ },
+ {
+ "npc_id": "3109",
+ "loc_data": "{2551,3079,0,1,3}"
+ },
+ {
+ "npc_id": "3110",
+ "loc_data": "{2789,3175,0,0,4}"
+ },
+ {
+ "npc_id": "3111",
+ "loc_data": "{2788,3176,0,0,0}"
+ },
+ {
+ "npc_id": "3114",
+ "loc_data": "{2815,3344,0,1,3}"
+ },
+ {
+ "npc_id": "3123",
+ "loc_data": "{3344,2827,0,1,5}"
+ },
+ {
+ "npc_id": "3124",
+ "loc_data": "{3372,2847,1,0,3}"
+ },
+ {
+ "npc_id": "3125",
+ "loc_data": "{3366,2845,3,0,6}"
+ },
+ {
+ "npc_id": "3127",
+ "loc_data": "{3331,2948,0,1,4}"
+ },
+ {
+ "npc_id": "3153",
+ "loc_data": "{2871,3091,0,1,4}-{2862,3111,0,1,1}-{2861,3101,0,1,3}-{2870,3113,0,1,4}-{2870,3110,0,1,6}-{2865,3103,0,1,3}-{2873,3103,0,1,2}-{2863,3118,0,1,4}-{2886,3109,0,1,1}-{2892,3109,0,1,2}-{2883,3105,0,1,4}-{2889,3111,0,1,6}-{2883,3110,0,1,3}"
+ },
+ {
+ "npc_id": "3155",
+ "loc_data": "{3679,3494,0,1,3}-{3687,2953,0,1,1}"
+ },
+ {
+ "npc_id": "3162",
+ "loc_data": "{3691,2954,0,1,3}"
+ },
+ {
+ "npc_id": "3164",
+ "loc_data": "{3667,2990,0,1,3}"
+ },
+ {
+ "npc_id": "3166",
+ "loc_data": "{3693,2979,0,1,3}"
+ },
+ {
+ "npc_id": "3167",
+ "loc_data": "{3662,2978,1,1,4}"
+ },
+ {
+ "npc_id": "3168",
+ "loc_data": "{3663,2981,0,1,3}"
+ },
+ {
+ "npc_id": "3170",
+ "loc_data": "{3674,2970,0,1,0}"
+ },
+ {
+ "npc_id": "3188",
+ "loc_data": "{3664,2971,0,1,6}"
+ },
+ {
+ "npc_id": "3189",
+ "loc_data": "{3690,2976,0,1,1}-{3671,3006,0,1,6}"
+ },
+ {
+ "npc_id": "3191",
+ "loc_data": "{3659,2955,0,1,3}-{3683,2994,0,1,4}-{3662,3005,0,1,4}"
+ },
+ {
+ "npc_id": "3192",
+ "loc_data": "{3700,2994,0,1,4}-{3683,3005,0,1,3}"
+ },
+ {
+ "npc_id": "3193",
+ "loc_data": "{3696,2993,0,1,3}-{3693,3006,0,1,3}"
+ },
+ {
+ "npc_id": "3194",
+ "loc_data": "{3654,2992,0,1,4}-{3682,2962,0,1,3}-{3704,3006,0,1,0}"
+ },
+ {
+ "npc_id": "3195",
+ "loc_data": "{3696,2978,0,1,1}"
+ },
+ {
+ "npc_id": "3196",
+ "loc_data": "{3649,3004,0,1,6}"
+ },
+ {
+ "npc_id": "3198",
+ "loc_data": "{3682,2982,0,0,3}"
+ },
+ {
+ "npc_id": "3199",
+ "loc_data": "{3682,2981,0,0,3}-{3682,2983,0,0,3}"
+ },
+ {
+ "npc_id": "3200",
+ "loc_data": "{3263,3932,0,1,3}"
+ },
+ {
+ "npc_id": "3205",
+ "loc_data": "{3139,3448,0,1,3}"
+ },
+ {
+ "npc_id": "3216",
+ "loc_data": "{2534,3273,0,0,0}-{2539,3273,0,0,0}"
+ },
+ {
+ "npc_id": "3217",
+ "loc_data": "{2956,3370,0,1,3}"
+ },
+ {
+ "npc_id": "3219",
+ "loc_data": "{3027,3344,0,1,4}"
+ },
+ {
+ "npc_id": "3220",
+ "loc_data": "{3013,3338,0,1,4}"
+ },
+ {
+ "npc_id": "3221",
+ "loc_data": "{3016,3334,0,1,3}-{3016,3339,0,1,6}-{3019,3341,0,1,4}"
+ },
+ {
+ "npc_id": "3223",
+ "loc_data": "{2994,3365,0,1,4}"
+ },
+ {
+ "npc_id": "3224",
+ "loc_data": "{3047,3365,0,1,6}"
+ },
+ {
+ "npc_id": "3226",
+ "loc_data": "{2996,3375,0,1,4}"
+ },
+ {
+ "npc_id": "3227",
+ "loc_data": "{2756,3182,0,1,6}"
+ },
+ {
+ "npc_id": "3228",
+ "loc_data": "{2969,3373,0,1,3}-{2948,3353,0,1,3}-{3036,3357,0,1,3}"
+ },
+ {
+ "npc_id": "3229",
+ "loc_data": "{2912,3344,0,1,7}-{3040,3354,0,1,2}"
+ },
+ {
+ "npc_id": "3230",
+ "loc_data": "{2986,3370,0,1,1}"
+ },
+ {
+ "npc_id": "3234",
+ "loc_data": "{3011,3383,0,1,0}"
+ },
+ {
+ "npc_id": "3237",
+ "loc_data": "{2984,3435,0,0,0}"
+ },
+ {
+ "npc_id": "3238",
+ "loc_data": "{2981,3434,0,0,0}"
+ },
+ {
+ "npc_id": "3239",
+ "loc_data": "{2975,3436,0,0,0}"
+ },
+ {
+ "npc_id": "3240",
+ "loc_data": "{2977,3442,0,0,0}"
+ },
+ {
+ "npc_id": "3241",
+ "loc_data": "{2969,3451,0,1,4}"
+ },
+ {
+ "npc_id": "3242",
+ "loc_data": "{2910,3332,0,1,0}-{2910,3337,0,1,4}-{2904,3331,0,1,3}-{2979,3568,0,1,7}-{2983,3566,0,1,3}-{2979,3566,0,1,3}-{2981,3570,0,1,6}-{2984,3561,0,1,6}"
+ },
+ {
+ "npc_id": "3243",
+ "loc_data": "{2906,3331,0,1,6}-{2909,3333,0,1,6}"
+ },
+ {
+ "npc_id": "3244",
+ "loc_data": "{2909,3333,0,1,1}"
+ },
+ {
+ "npc_id": "3245",
+ "loc_data": "{2907,3336,0,1,0}"
+ },
+ {
+ "npc_id": "3246",
+ "loc_data": "{3071,3446,0,1,6}-{2548,3567,0,1,4}"
+ },
+ {
+ "npc_id": "3247",
+ "loc_data": "{2548,3567,0,1,1}"
+ },
+ {
+ "npc_id": "3248",
+ "loc_data": "{3073,3442,0,1,5}"
+ },
+ {
+ "npc_id": "3249",
+ "loc_data": "{3082,3441,0,1,0}"
+ },
+ {
+ "npc_id": "3250",
+ "loc_data": "{3088,3426,0,1,3}-{2547,3571,0,1,7}"
+ },
+ {
+ "npc_id": "3251",
+ "loc_data": "{3073,3422,0,1,6}"
+ },
+ {
+ "npc_id": "3252",
+ "loc_data": "{3077,3424,0,1,6}"
+ },
+ {
+ "npc_id": "3253",
+ "loc_data": "{2542,3578,0,1,3}"
+ },
+ {
+ "npc_id": "3255",
+ "loc_data": "{3073,3423,0,1,3}"
+ },
+ {
+ "npc_id": "3256",
+ "loc_data": "{3080,3415,0,1,3}-{3084,3415,0,1,6}"
+ },
+ {
+ "npc_id": "3257",
+ "loc_data": "{3096,3432,0,1,0}"
+ },
+ {
+ "npc_id": "3258",
+ "loc_data": "{3080,3444,0,1,3}"
+ },
+ {
+ "npc_id": "3259",
+ "loc_data": "{3075,3438,0,1,4}"
+ },
+ {
+ "npc_id": "3260",
+ "loc_data": "{3083,3425,0,1,3}-{2554,3564,0,1,6}-{2547,3558,0,1,6}"
+ },
+ {
+ "npc_id": "3261",
+ "loc_data": "{3086,3425,0,1,3}"
+ },
+ {
+ "npc_id": "3262",
+ "loc_data": "{3080,3423,0,1,1}"
+ },
+ {
+ "npc_id": "3263",
+ "loc_data": "{3084,3419,0,1,4}"
+ },
+ {
+ "npc_id": "3264",
+ "loc_data": "{3265,3331,0,1,7}-{3146,3460,0,1,6}-{3115,3414,0,1,3}-{3195,3240,0,1,6}-{2565,9843,0,1,0}"
+ },
+ {
+ "npc_id": "3265",
+ "loc_data": "{3121,3427,0,1,2}-{2582,9836,0,1,1}"
+ },
+ {
+ "npc_id": "3266",
+ "loc_data": "{3094,3406,0,1,3}"
+ },
+ {
+ "npc_id": "3267",
+ "loc_data": "{3134,3459,0,1,1}-{3194,3240,0,1,0}-{3178,3257,0,1,1}-{3170,3255,0,1,7}-{3192,3243,0,1,1}-{3175,3249,0,1,1}-{3170,3242,0,1,2}-{3193,3243,0,1,7}-{3189,3258,0,1,1}-{3172,3245,0,1,4}-{3172,3238,0,1,6}-{3187,3246,0,1,4}-{3186,3243,0,1,7}-{3222,3238,0,1,1}-{3144,3235,0,1,6}-{3147,3224,0,1,1}-{3131,3243,0,1,7}-{3142,3242,0,1,4}-{3157,3228,0,1,6}-{3151,3217,0,1,6}-{3152,3246,0,1,1}-{3145,3266,0,1,4}-{3148,3240,0,1,1}-{3135,3258,0,1,2}-{3140,3260,0,1,3}"
+ },
+ {
+ "npc_id": "3268",
+ "loc_data": "{3012,3454,0,1,1}"
+ },
+ {
+ "npc_id": "3269",
+ "loc_data": "{3022,3447,0,1,4}"
+ },
+ {
+ "npc_id": "3270",
+ "loc_data": "{3010,3452,0,1,3}"
+ },
+ {
+ "npc_id": "3272",
+ "loc_data": "{3042,3468,0,1,1}"
+ },
+ {
+ "npc_id": "3273",
+ "loc_data": "{3030,3465,0,1,5}"
+ },
+ {
+ "npc_id": "3276",
+ "loc_data": "{3039,3475,0,1,4}"
+ },
+ {
+ "npc_id": "3277",
+ "loc_data": "{3035,3471,0,1,2}"
+ },
+ {
+ "npc_id": "3278",
+ "loc_data": "{3045,3477,0,1,1}"
+ },
+ {
+ "npc_id": "3279",
+ "loc_data": "{3039,3471,0,1,6}"
+ },
+ {
+ "npc_id": "3280",
+ "loc_data": "{3015,3451,0,0,0}"
+ },
+ {
+ "npc_id": "3281",
+ "loc_data": "{3018,3450,0,0,0}"
+ },
+ {
+ "npc_id": "3282",
+ "loc_data": "{3008,3442,0,0,0}"
+ },
+ {
+ "npc_id": "3283",
+ "loc_data": "{3039,3424,0,1,5}-{3043,3429,0,1,4}-{3047,3427,0,1,1}-{2964,3455,0,0,0}-{3048,3441,0,1,3}"
+ },
+ {
+ "npc_id": "3284",
+ "loc_data": "{3058,3419,0,0,0}-{3048,3423,0,1,6}-{2969,3437,0,0,0}-{3054,3432,0,1,5}"
+ },
+ {
+ "npc_id": "3285",
+ "loc_data": "{3036,3430,0,1,3}-{3025,3442,0,0,0}-{2952,3376,0,0,0}"
+ },
+ {
+ "npc_id": "3286",
+ "loc_data": "{3034,3450,0,1,3}-{3057,3447,0,1,6}-{2968,3448,0,1,1}"
+ },
+ {
+ "npc_id": "3287",
+ "loc_data": "{3073,3443,0,1,0}-{3046,3453,0,1,6}-{2987,3444,0,1,0}"
+ },
+ {
+ "npc_id": "3288",
+ "loc_data": "{3034,3437,0,1,0}-{2987,3446,0,1,7}"
+ },
+ {
+ "npc_id": "3294",
+ "loc_data": "{3014,3339,0,1,2}"
+ },
+ {
+ "npc_id": "3295",
+ "loc_data": "{3020,3337,0,1,1}"
+ },
+ {
+ "npc_id": "3296",
+ "loc_data": "{2957,3359,0,1,0}-{2958,3358,0,1,0}-{2967,3360,0,1,0}-{2970,3361,0,1,0}-{2973,3359,0,1,0}-{2977,3357,0,1,0}-{2989,3384,0,1,0}"
+ },
+ {
+ "npc_id": "3298",
+ "loc_data": "{3366,9637,2,1,3}"
+ },
+ {
+ "npc_id": "3299",
+ "loc_data": "{3077,3257,0,1,1}"
+ },
+ {
+ "npc_id": "3302",
+ "loc_data": "{2453,4449,0,1,2}"
+ },
+ {
+ "npc_id": "3307",
+ "loc_data": "{2467,4438,0,1,4}-{2471,4439,0,1,7}-{2465,4436,0,1,3}-{2464,4432,0,1,4}"
+ },
+ {
+ "npc_id": "3308",
+ "loc_data": "{2905,3333,2,1,0}"
+ },
+ {
+ "npc_id": "3310",
+ "loc_data": "{2415,4451,0,1,6}-{2416,4435,0,1,7}-{2423,4432,0,1,4}"
+ },
+ {
+ "npc_id": "3318",
+ "loc_data": "{2401,4378,0,0,0}"
+ },
+ {
+ "npc_id": "3324",
+ "loc_data": "{3159, 3433, 0, 1, 0}"
+ },
+ {
+ "npc_id": "3325",
+ "loc_data": "{3161,3432,1,1,4}"
+ },
+ {
+ "npc_id": "3328",
+ "loc_data": "{3203,3344,0,0,0}"
+ },
+ {
+ "npc_id": "3329",
+ "loc_data": "{3112,3414,0,0,0}"
+ },
+ {
+ "npc_id": "3330",
+ "loc_data": "{3132,3508,0,0,0}"
+ },
+ {
+ "npc_id": "3331",
+ "loc_data": "{3242,3240,0,0,4}"
+ },
+ {
+ "npc_id": "3340",
+ "loc_data": "{1759,5182,0,1,0}"
+ },
+ {
+ "npc_id": "3341",
+ "loc_data": "{1759,5191,0,1,0}-{1754,5200,0,1,0}-{1748,5223,0,1,0}-{1784,5199,0,1,0}-{1739,5154,0,1,0}"
+ },
+ {
+ "npc_id": "3342",
+ "loc_data": "{1745,5208,0,1,0}-{1737,5215,0,1,0}-{1758,5210,0,1,0}-{1768,5175,0,1,0}-{1760,5152,0,1,0}-{1745,5169,0,1,0}"
+ },
+ {
+ "npc_id": "3343",
+ "loc_data": "{1764,5198,0,1,0}-{1774,5195,0,1,0}-{1773,5149,0,1,0}-{1742,5292,0,1,0}"
+ },
+ {
+ "npc_id": "3344",
+ "loc_data": "{2412,4470,0,0,0}-{2414,4467,0,0,0}-{2415,4475,0,0,0}-{2419,4467,0,0,0}-{2419,4474,0,0,0}"
+ },
+ {
+ "npc_id": "3345",
+ "loc_data": "{2412,4370,0,0,0}-{2416,4376,0,0,0}-{2419,4374,0,0,0}-{2420,4377,0,0,0}-{2421,4370,0,0,0}"
+ },
+ {
+ "npc_id": "3348",
+ "loc_data": "{2978,3343,0,1,4}-{2978,3337,0,1,1}-{2966,3337,1,1,6}-{2970,3330,2,1,1}"
+ },
+ {
+ "npc_id": "3349",
+ "loc_data": "{2961,3330,2,1,0}-{2966,3352,2,1,1}-{2974,3328,2,1,6}"
+ },
+ {
+ "npc_id": "3350",
+ "loc_data": "{2959,3340,2,1,3}"
+ },
+ {
+ "npc_id": "3376",
+ "loc_data": "{3313,5453,0,1,3}-{3312,5452,0,1,3}-{3310,5452,0,1,6}-{3311,5462,0,1,5}-{3313,5554,0,1,6}-{3297,5562,0,1,1}-{3305,5554,0,1,1}-{3300,5540,0,1,1}"
+ },
+ {
+ "npc_id": "3384",
+ "loc_data": "{3211,3225,0,0,0}"
+ },
+ {
+ "npc_id": "3402",
+ "loc_data": "{2560,2842,0,0,0}"
+ },
+ {
+ "npc_id": "3407",
+ "loc_data": "{3114,3515,0,1,4}"
+ },
+ {
+ "npc_id": "3408",
+ "loc_data": "{3113,3510,0,1,7}"
+ },
+ {
+ "npc_id": "3419",
+ "loc_data": "{2540,3020,0,0,0}-{2555,2953,0,0,0}"
+ },
+ {
+ "npc_id": "3450",
+ "loc_data": "{2901,2947,0,0,0}-{2925,2959,0,0,0}-{2920,3053,0,0,0}-{2924,3063,0,0,0}"
+ },
+ {
+ "npc_id": "3469",
+ "loc_data": "{2657,2966,0,0,0}"
+ },
+ {
+ "npc_id": "3470",
+ "loc_data": "{2755,3083,0,0,0}"
+ },
+ {
+ "npc_id": "3479",
+ "loc_data": "{2906,3514,1,0,0}"
+ },
+ {
+ "npc_id": "3541",
+ "loc_data": "{3517,3240,0,1,6}"
+ },
+ {
+ "npc_id": "3587",
+ "loc_data": "{2587,9741,0,1,4}-{2585,9739,0,1,7}-{2582,9736,0,1,3}-{2589,9734,0,1,4}-{2582,9743,0,1,3}-{2576,9746,0,1,7}-{2579,9741,0,1,6}"
+ },
+ {
+ "npc_id": "3638",
+ "loc_data": "{3309,3453,0,0,1}"
+ },
+ {
+ "npc_id": "3671",
+ "loc_data": "{3084,3250,0,1,1}"
+ },
+ {
+ "npc_id": "3673",
+ "loc_data": "{2925,3321,0,1,4}-{2924,3319,0,1,0}"
+ },
+ {
+ "npc_id": "3675",
+ "loc_data": "{3321,2857,0,1,3}-{3322,2861,0,0,4}-{3319,2855,0,1,1}-{3319,2853,0,1,6}-{3331,2791,0,1,1}-{3333,2803,0,1,2}-{3338,2801,0,1,4}-{3338,2776,0,1,3}"
+ },
+ {
+ "npc_id": "3677",
+ "loc_data": "{2637,3440,0,0,0}"
+ },
+ {
+ "npc_id": "3679",
+ "loc_data": "{2875,3482,0,0,4}"
+ },
+ {
+ "npc_id": "3680",
+ "loc_data": "{3281,3331,0,1,7}"
+ },
+ {
+ "npc_id": "3695",
+ "loc_data": "{2661,3701,0,1,0}"
+ },
+ {
+ "npc_id": "3696",
+ "loc_data": "{2673,3658,0,1,3}"
+ },
+ {
+ "npc_id": "3707",
+ "loc_data": "{2713,10133,0,1,2}-{2708,10133,0,1,4}-{2706,10135,0,0,3}-{2708,10133,0,1,3}-{2703,10135,0,1,6}-{2702,10131,0,1,4}-{2717,10133,0,1,0}-{2708,10130,0,1,1}"
+ },
+ {
+ "npc_id": "3709",
+ "loc_data": "{2974,2906,0,0,0}-{2847,5075,0,0,0}"
+ },
+ {
+ "npc_id": "3711",
+ "loc_data": "{2575,9746,0,1,0}-{2581,9747,0,1,0}-{2577,9743,0,1,1}-{2579,9740,0,1,0}-{2588,9733,0,1,4}"
+ },
+ {
+ "npc_id": "3777",
+ "loc_data": "{3230,3231,0,1,5}"
+ },
+ {
+ "npc_id": "3778",
+ "loc_data": "{1867,4233,0,0,0}"
+ },
+ {
+ "npc_id": "3780",
+ "loc_data": "{1906,4281,0,0,0}"
+ },
+ {
+ "npc_id": "3781",
+ "loc_data": "{2659,2675,0,1,1}"
+ },
+ {
+ "npc_id": "3786",
+ "loc_data": "{2658,2666,0,1,1}"
+ },
+ {
+ "npc_id": "3787",
+ "loc_data": "{2754,3509,0,0,0}"
+ },
+ {
+ "npc_id": "3788",
+ "loc_data": "{2664,2653,0,1,3}"
+ },
+ {
+ "npc_id": "3789",
+ "loc_data": "{2660,2649,0,1,3}"
+ },
+ {
+ "npc_id": "3790",
+ "loc_data": "{3041,3203,0,0,6}"
+ },
+ {
+ "npc_id": "3791",
+ "loc_data": "{2653,2655,0,1,1}"
+ },
+ {
+ "npc_id": "3793",
+ "loc_data": "{2659,2660,0,1,6}"
+ },
+ {
+ "npc_id": "3796",
+ "loc_data": "{2667,2661,0,0,3}"
+ },
+ {
+ "npc_id": "3797",
+ "loc_data": "{2649,2659,0,0,2}"
+ },
+ {
+ "npc_id": "3798",
+ "loc_data": "{2658,2652,0,1,6}"
+ },
+ {
+ "npc_id": "3799",
+ "loc_data": "{2650,2663,0,0,4}"
+ },
+ {
+ "npc_id": "3802",
+ "loc_data": "{2657,2637,0,0,6}"
+ },
+ {
+ "npc_id": "3804",
+ "loc_data": "{3349,3793,0,0,0}"
+ },
+ {
+ "npc_id": "3806",
+ "loc_data": "{3166, 3304, 0, 1, 0}"
+ },
+ {
+ "npc_id": "3807",
+ "loc_data": "{3254,3274,0,0,0}"
+ },
+ {
+ "npc_id": "3808",
+ "loc_data": "{2517,3205,0,1,3}-{2513,3204,0,1,3}-{2422,3526,0,1,1}"
+ },
+ {
+ "npc_id": "3809",
+ "loc_data": "{3285,3213,0,1,1}"
+ },
+ {
+ "npc_id": "3810",
+ "loc_data": "{2847,3499,0,1,7}-{2970,2973,0,0,0}"
+ },
+ {
+ "npc_id": "3811",
+ "loc_data": "{2918,3057,0,0,0}-{2894,2730,0,1,2}-{2465,3501,3,1,3}"
+ },
+ {
+ "npc_id": "3813",
+ "loc_data": "{2541,2969,0,1,4}"
+ },
+ {
+ "npc_id": "3817",
+ "loc_data": "{2521,3208,0,1,1}"
+ },
+ {
+ "npc_id": "3819",
+ "loc_data": "{2416,3525,0,1,3}-{2412,3527,0,1,6}"
+ },
+ {
+ "npc_id": "3820",
+ "loc_data": "{3088,3255,0,0,6}"
+ },
+ {
+ "npc_id": "3823",
+ "loc_data": "{2343,3668,0,0,0}"
+ },
+ {
+ "npc_id": "3824",
+ "loc_data": "{2329,3689,0,1,6}"
+ },
+ {
+ "npc_id": "3831",
+ "loc_data": "{2357,3637,0,0,0}"
+ },
+ {
+ "npc_id": "3832",
+ "loc_data": "{2345,3651,0,0,0}"
+ },
+ {
+ "npc_id": "3848",
+ "loc_data": "{2337,3703,0,0,6}-{2340,3702,0,0,6}-{2343,3702,0,0,3}-{2349,3702,0,0,6}-{2353,3703,0,0,6}-{2310,3704,0,0,6}-{2311,3696,0,0,4}-{2343,3702,0,0,3}"
+ },
+ {
+ "npc_id": "3851",
+ "loc_data": "{2332,3669,0,0,0}-{2325,3671,0,0,4}-{2331,3670,0,0,1}-{2333,3671,0,0,3}"
+ },
+ {
+ "npc_id": "3915",
+ "loc_data": "{2945,3146,0,1,3}"
+ },
+ {
+ "npc_id": "3916",
+ "loc_data": "{2595,3890,0,0,3}"
+ },
+ {
+ "npc_id": "3917",
+ "loc_data": "{2581,3861,0,0,1}"
+ },
+ {
+ "npc_id": "3920",
+ "loc_data": "{2527,10259,0,1,1}"
+ },
+ {
+ "npc_id": "3921",
+ "loc_data": "{2506,10251,0,1,1}"
+ },
+ {
+ "npc_id": "3922",
+ "loc_data": "{2508,10260,0,1,1}"
+ },
+ {
+ "npc_id": "3923",
+ "loc_data": "{2521,10251,0,1,1}"
+ },
+ {
+ "npc_id": "3937",
+ "loc_data": "{2508,3866,0,0,3}"
+ },
+ {
+ "npc_id": "4235",
+ "loc_data": "{2669,3332,0,0,1}"
+ },
+ {
+ "npc_id": "4237",
+ "loc_data": "{2669,3331,0,0,6}"
+ },
+ {
+ "npc_id": "4239",
+ "loc_data": "{2669,3331,0,0,6}"
+ },
+ {
+ "npc_id": "4241",
+ "loc_data": "{2669,3331,0,0,6}"
+ },
+ {
+ "npc_id": "4243",
+ "loc_data": "{2669,3331,0,0,6}"
+ },
+ {
+ "npc_id": "4246",
+ "loc_data": "{3480,3484,1,0,0}-{3479,3484,0,1,3}"
+ },
+ {
+ "npc_id": "4247",
+ "loc_data": "{2639,3291,0,0,0}-{2981,3370,0,0,0}-{3240,3474,0,0,0}-{2737,3500,0,1,6}"
+ },
+ {
+ "npc_id": "4249",
+ "loc_data": "{2981,3341,1,0,0}"
+ },
+ {
+ "npc_id": "4250",
+ "loc_data": "{3302,3492,0,1,6}"
+ },
+ {
+ "npc_id": "4251",
+ "loc_data": "{3009,3380,0,1,0}"
+ },
+ {
+ "npc_id": "4261",
+ "loc_data": "{2569,9851,0,1,3}-{2579,9851,0,1,4}"
+ },
+ {
+ "npc_id": "4263",
+ "loc_data": "{2584,9838,0,1,6}"
+ },
+ {
+ "npc_id": "4264",
+ "loc_data": "{2588,9837,0,1,4}"
+ },
+ {
+ "npc_id": "4269",
+ "loc_data": "{2608,9817,0,1,3}"
+ },
+ {
+ "npc_id": "4270",
+ "loc_data": "{2593,9820,0,1,4}"
+ },
+ {
+ "npc_id": "4271",
+ "loc_data": "{2596,9822,0,1,0}"
+ },
+ {
+ "npc_id": "4273",
+ "loc_data": "{2564,9851,0,1,4}"
+ },
+ {
+ "npc_id": "4274",
+ "loc_data": "{2586,9826,0,1,7}-{2569,9849,0,1,4}-{2581,9847,0,1,0}-{2609,9826,0,1,1}"
+ },
+ {
+ "npc_id": "4275",
+ "loc_data": "{2594,9817,0,1,0}"
+ },
+ {
+ "npc_id": "4276",
+ "loc_data": "{2581,9851,0,1,1}"
+ },
+ {
+ "npc_id": "4285",
+ "loc_data": "{2880,3546,0,0,4}"
+ },
+ {
+ "npc_id": "4286",
+ "loc_data": "{2866,3543,0,1,1}"
+ },
+ {
+ "npc_id": "4287",
+ "loc_data": "{2840,3541,1,0,2}"
+ },
+ {
+ "npc_id": "4288",
+ "loc_data": "{2851,3554,0,1,6}"
+ },
+ {
+ "npc_id": "4289",
+ "loc_data": "{2792,3488,2,0,0}-{2845,3539,2,0,7}"
+ },
+ {
+ "npc_id": "4290",
+ "loc_data": "{2854,3542,0,1,3}"
+ },
+ {
+ "npc_id": "4291",
+ "loc_data": "{2863,3546,2,1,3}-{2870,3551,2,1,0}-{2850,3547,2,1,0}-{2844,3552,2,1,5}-{2843,3547,2,1,5}-{2872,3542,2,1,3}-{2861,3551,2,1,1}-{2865,3538,2,1,2}"
+ },
+ {
+ "npc_id": "4292",
+ "loc_data": "{2847,3541,2,1,3}-{2855,3554,2,1,5}-{2860,3542,2,1,0}-{2869,3554,2,1,3}-{2872,3537,2,1,4}-{2850,3534,2,1,3}-{2857,3546,2,1,0}-{2838,3554,2,1,6}-{2869,3552,2,1,4}"
+ },
+ {
+ "npc_id": "4293",
+ "loc_data": "{2840,3554,0,1,1}"
+ },
+ {
+ "npc_id": "4294",
+ "loc_data": "{2847,3553,0,1,6}"
+ },
+ {
+ "npc_id": "4295",
+ "loc_data": "{2856,3537,1,1,1}"
+ },
+ {
+ "npc_id": "4296",
+ "loc_data": "{2841,3543,0,0,4}"
+ },
+ {
+ "npc_id": "4297",
+ "loc_data": "{2856,3549,1,0,2}"
+ },
+ {
+ "npc_id": "4298",
+ "loc_data": "{2864,3541,1,1,3}"
+ },
+ {
+ "npc_id": "4299",
+ "loc_data": "{2866,3556,1,0,5}"
+ },
+ {
+ "npc_id": "4300",
+ "loc_data": "{2865,3544,1,0,6}"
+ },
+ {
+ "npc_id": "4312",
+ "loc_data": "{3323,9609,0,0,6}"
+ },
+ {
+ "npc_id": "4315",
+ "loc_data": "{3224,3286,0,0,0}"
+ },
+ {
+ "npc_id": "4317",
+ "loc_data": "{3230,3285,0,0,0}"
+ },
+ {
+ "npc_id": "4344",
+ "loc_data": "{3747,3013,0,1,4}-{3766,3034,0,1,6}-{3733,2972,0,1,4}"
+ },
+ {
+ "npc_id": "4346",
+ "loc_data": "{3786,9463,0,1,6}-{3714,2952,0,1,1}"
+ },
+ {
+ "npc_id": "4347",
+ "loc_data": "{3728,3043,0,1,4}-{3725,3015,0,1,0}-{3722,3021,0,1,6}-{3717,3017,0,1,7}-{3723,3019,0,1,5}-{3731,3018,0,1,1}-{3734,3028,0,1,7}-{3743,3038,0,1,4}-{3749,2978,0,1,7}-{3756,2966,0,1,2}-{3759,2962,0,1,2}-{3749,2968,0,1,2}-{3757,2980,0,0,5}-{3742,3036,0,1,1}-{3747,3040,0,1,4}-{3748,3030,0,1,6}-{3748,3019,0,1,1}-{3745,3016,0,1,4}-{3741,3020,0,1,3}-{3727,3039,0,1,3}-{3734,3046,0,1,1}-{3736,3050,0,1,6}-{3735,3053,0,1,3}-{3741,3053,0,1,6}-{3756,3030,0,1,3}-{3754,3024,0,1,4}-{3769,3039,0,1,6}-{3766,3045,0,1,7}-{3764,3042,0,1,1}"
+ },
+ {
+ "npc_id": "4348",
+ "loc_data": "{3676,3017,0,1,3}-{3687,3018,0,1,3}-{3707,3015,0,1,6}-{3729,3021,0,1,3}"
+ },
+ {
+ "npc_id": "4349",
+ "loc_data": "{3664,3018,0,1,6}-{3658,3012,0,1,4}-{3718,3030,0,1,4}-{3757,3009,0,1,3}-{3729,2984,0,1,4}-{3720,3000,0,1,4}-{3727,3051,0,1,4}-{3809,3028,0,1,6}"
+ },
+ {
+ "npc_id": "4350",
+ "loc_data": "{3680,3026,0,1,4}-{3675,3029,0,1,3}-{3711,3028,0,1,4}-{3733,3011,0,1,4}-{3793,3036,0,1,4}-{3698,3046,0,1,6}"
+ },
+ {
+ "npc_id": "4351",
+ "loc_data": "{3694,3019,0,1,4}-{3760,3015,0,1,1}-{3758,3034,0,1,2}-{3728,2965,0,1,7}-{3787,3026,0,1,6}-{3714,3049,0,1,7}-{3770,3008,0,1,4}"
+ },
+ {
+ "npc_id": "4352",
+ "loc_data": "{3683,3034,0,1,4}-{3719,3037,0,1,7}-{3770,3027,0,1,5}-{3747,3007,0,1,4}-{3735,2957,0,1,2}-{3719,3011,0,1,3}-{3727,3003,0,1,3}-{3787,3035,0,1,1}"
+ },
+ {
+ "npc_id": "4353",
+ "loc_data": "{3719,9358,0,1,6}-{3738,9378,0,1,0}-{3765,9422,0,1,1}-{3741,9436,0,1,6}-{3727,9455,0,1,2}-{3780,9456,0,1,2}-{3827,9430,0,1,2}-{3737,9413,0,1,0}-{3735,9444,0,1,3}-{3819,9422,0,1,2}"
+ },
+ {
+ "npc_id": "4354",
+ "loc_data": "{3739,9369,0,1,0}-{3737,9350,0,1,4}-{3721,9349,0,1,4}-{3733,9396,0,1,6}-{3813,9445,0,1,0}-{3749,9461,0,1,0}-{3786,9443,0,1,6}-{3783,9430,0,1,5}-{3821,9443,0,1,4}-{3746,9423,0,1,0}-{3764,9404,0,1,6}-{3790,9456,0,1,7}-{3760,9417,0,1,3}-{3760,9451,0,1,6}-{3732,9368,0,1,1}"
+ },
+ {
+ "npc_id": "4355",
+ "loc_data": "{3728,9349,0,1,3}-{3749,9413,0,1,4}-{3810,9448,0,1,4}-{3752,9398,0,1,4}-{3721,9419,0,1,3}-{3786,9412,0,1,3}-{3797,9452,0,1,4}-{3754,9408,0,1,4}-{3723,9377,0,1,4}"
+ },
+ {
+ "npc_id": "4356",
+ "loc_data": "{3755,9391,0,1,5}-{3723,9441,0,1,4}-{3766,9459,0,1,4}-{3800,9414,0,1,2}-{3821,9418,0,1,3}-{3810,9462,0,1,0}-{3809,9440,0,1,2}-{3748,9450,0,1,6}-{3765,9424,0,1,2}-{3787,9464,0,1,0}"
+ },
+ {
+ "npc_id": "4357",
+ "loc_data": "{3771,9450,0,1,4}-{3730,9443,0,1,4}-{3808,9423,0,1,7}-{3797,9427,0,1,4}-{3833,9438,0,1,6}-{3834,9458,0,1,6}-{3797,9440,0,1,1}-{3793,9441,0,1,4}-{3829,9425,0,1,7}"
+ },
+ {
+ "npc_id": "4358",
+ "loc_data": "{3751,2977,0,1,2}"
+ },
+ {
+ "npc_id": "4359",
+ "loc_data": "{3669,2977,0,1,3}"
+ },
+ {
+ "npc_id": "4375",
+ "loc_data": "{3012,3192,1,0,2}"
+ },
+ {
+ "npc_id": "4376",
+ "loc_data": "{3081,3421,0,1,3}"
+ },
+ {
+ "npc_id": "4381",
+ "loc_data": "{3024,10152,0,0,0}-{3020,10148,0,0,0}-{3023,10145,0,0,0}-{3018,10140,0,0,0}-{3033,10139,0,0,0}-{3028,10137,0,0,0}-{2361,5241,0,0,1}-{2358,5240,0,0,1}-{2362,5239,0,0,1}-{2364,5240,0,0,1}-{2364,5242,0,0,1}-{2372,9743,0,1,1}-{2373,9745,0,1,1}-{2374,9742,0,1,1}-{2377,9750,0,1,1}-{2378,9752,0,1,1}-{2377,9754,0,1,1}"
+ },
+ {
+ "npc_id": "4382",
+ "loc_data": "{3162,3716,0,0,0}-{3175,3717,0,0,0}-{3161,3727,0,0,0}-{2304,5160,0,0,2}-{2324,5210,0,0,2}-{2322,5201,0,0,7}-{2324,5210,0,0,2}-{2322,5201,0,0,7}-{2327,5205,0,0,7}-{2328,5200,0,0,7}-{2326,5198,0,0,7}-{2331,5198,0,0,4}-{2333,5201,0,0,4}-{2333,5199,0,0,2}"
+ },
+ {
+ "npc_id": "4383",
+ "loc_data": "{2321,5225,0,1,3}-{2321,5223,0,1,4}-{2317,5229,0,1,7}-{2322,5225,0,1,1}-{2325,5231,0,1,6}-{2321,5225,0,1,1}-{2314,5227,0,1,2}-{2312,5229,0,1,2}-{2330,5229,0,1,1}-{2324,5233,0,1,4}-{2320,5232,0,1,3}-{2324,5237,0,1,1}-{2329,5229,0,1,6}-{2315,5227,0,1,7}-{2318,5226,0,1,6}-{2322,5222,0,1,6}"
+ },
+ {
+ "npc_id": "4384",
+ "loc_data": "{2355,5204,0,1,3}-{2347,5195,0,1,0}-{2336,5202,0,1,4}-{2332,5201,0,1,3}-{2327,5201,0,1,1}-{2328,5199,0,1,6}"
+ },
+ {
+ "npc_id": "4385",
+ "loc_data": "{2350,5201,0,1,1}-{2353,5192,0,1,1}-{2324,5203,0,1,1}-{2333,5204,0,1,4}-{2264,5136,0,1,6}-{2326,5197,0,1,5}"
+ },
+ {
+ "npc_id": "4386",
+ "loc_data": "{2312,5188,0,1,6}"
+ },
+ {
+ "npc_id": "4387",
+ "loc_data": "{2350,5192,0,1,6}-{2350,5191,0,1,4}-{2347,5188,0,1,2}"
+ },
+ {
+ "npc_id": "4388",
+ "loc_data": "{2305,5231,0,0,2}-{2312,5225,0,0,2}-{2314,5240,0,0,2}-{2310,5241,0,0,2}-{2308,5246,0,0,2}-{2309,5245,0,0,2}-{2315,5237,0,0,2}"
+ },
+ {
+ "npc_id": "4389",
+ "loc_data": "{2013,5238,0,1,0}"
+ },
+ {
+ "npc_id": "4390",
+ "loc_data": "{1984,5160,0,1,2}-{2040,5190,0,1,3}-{2044,5187,0,1,2}-{2042,5191,0,1,1}-{2045,5190,0,1,7}-{2041,5187,0,1,2}"
+ },
+ {
+ "npc_id": "4391",
+ "loc_data": "{1952,5192,0,1,2}-{1993,5240,0,1,4}-{1991,5235,0,1,4}-{1990,5240,0,1,3}-{1989,5237,0,1,6}-{2009,5202,0,1,1}-{2005,5199,0,1,3}"
+ },
+ {
+ "npc_id": "4392",
+ "loc_data": "{2033,5233,0,1,4}-{2033,5233,0,1,7}-{2026,5236,0,1,1}-{1984,5160,0,1,7}"
+ },
+ {
+ "npc_id": "4393",
+ "loc_data": "{2045,5222,0,1,4}-{1944,5152,0,1,2}-{1993,5190,0,1,6}-{1993,5190,0,1,4}-{2044,5216,0,1,4}-{2008,5203,0,1,1}-{2006,5208,0,1,1}-{2037,5214,0,1,3}-{2037,5210,0,1,1}"
+ },
+ {
+ "npc_id": "4394",
+ "loc_data": "{1997,5244,0,1,3}-{1992,5238,0,1,5}-{1990,5234,0,1,1}-{2010,5191,0,1,7}-{2018,5188,0,1,4}-{1989,5231,0,1,4}-{2018,5187,0,1,6}"
+ },
+ {
+ "npc_id": "4395",
+ "loc_data": "{2016,5237,0,1,7}-{1988,5190,0,1,2}-{2039,5216,0,1,6}"
+ },
+ {
+ "npc_id": "4396",
+ "loc_data": "{2034,5243,0,1,5}-{2034,5239,0,1,5}-{2032,5243,0,1,4}-{2034,5232,0,1,1}-{2033,5240,0,1,1}-{2029,5230,0,1,6}-{2030,5234,0,1,4}-{2029,5230,0,1,1}-{2029,5233,0,1,2}-{2031,5244,0,1,1}-{2039,5208,0,1,4}-{2029,5235,0,1,6}-{2028,5234,0,1,6}-{2030,5237,0,1,4}-{2033,5238,0,1,4}-{2030,5238,0,1,4}-{2032,5238,0,1,3}-{2027,5238,0,1,6}-{2034,5239,0,1,0}-{2016,5235,0,1,5}-{2015,5237,0,1,3}-{2004,5244,0,1,4}-{2005,5241,0,1,4}-{2035,5245,0,1,5}-{2004,5240,0,1,1}-{2027,5235,0,1,5}-{2027,5235,0,1,4}-{2027,5236,0,1,6}-{1999,5244,0,1,4}-{1995,5234,0,1,6}-{1993,5242,0,1,1}-{1990,5239,0,1,1}-{1990,5243,0,1,7}-{1989,5230,0,1,6}-{1990,5224,0,1,5}-{1993,5222,0,1,7}-{1986,5221,0,1,3}-{1990,5221,0,1,3}-{1986,5222,0,1,6}-{2002,5215,0,1,1}-{1996,5215,0,1,1}-{1994,5215,0,1,2}-{2002,5215,0,1,6}-{1995,5208,0,1,1}-{1993,5206,0,1,4}-{1986,5204,0,1,3}-{1986,5201,0,1,6}-{2001,5201,0,1,6}-{1987,5200,0,1,3}-{1986,5199,0,1,6}-{2009,5198,0,1,6}-{1995,5197,0,1,3}-{2009,5194,0,1,3}-{1944,5152,0,1,2}-{2005,5191,0,1,3}-{2004,5190,0,1,4}-{1991,5190,0,1,1}-{2003,5185,0,1,4}-{2004,5190,0,1,4}-{2004,5188,0,1,1}-{2005,5188,0,1,6}-{2008,5192,0,1,6}-{2008,5193,0,1,3}-{2009,5200,0,1,7}-{2010,5192,0,1,4}-{2010,5194,0,1,4}-{2013,5190,0,1,6}-{2018,5189,0,1,6}-{2018,5192,0,1,6}-{2018,5187,0,1,4}-{1993,5205,0,1,4}-{1994,5206,0,1,3}-{1989,5206,0,1,0}-{1993,5210,0,1,3}-{1989,5200,0,1,4}-{2002,5215,0,1,1}-{2022,5193,0,1,3}-{1995,5220,0,1,1}-{1992,5222,0,1,6}-{1992,5222,0,1,6}-{1988,5201,0,1,4}-{1988,5224,0,1,4}-{1989,5206,0,1,4}-{1987,5225,0,1,4}-{1988,5225,0,1,4}-{1986,5204,0,1,3}-{1987,5226,0,1,4}-{1990,5227,0,1,3}-{1993,5200,0,1,7}-{1990,5228,0,1,4}-{2004,5200,0,1,6}-{1990,5227,0,1,4}-{1990,5224,0,1,6}-{1994,5223,0,1,4}-{2036,5201,0,1,6}-{2038,5215,0,1,4}-{2042,5208,0,1,1}-{2045,5204,0,1,1}-{2046,5205,0,1,3}-{2028,5195,0,1,3}-{2026,5195,0,1,0}-{2039,5193,0,1,3}-{2025,5193,0,1,1}-{2022,5193,0,1,6}-{2043,5192,0,1,2}-{2018,5192,0,1,1}-{2045,5192,0,1,1}-{2032,5190,0,1,1}-{2030,5189,0,1,4}-{2024,5187,0,1,3}-{2038,5186,0,1,4}-{2038,5185,0,1,3}-{2033,5185,0,1,3}-{2016,5186,0,1,1}-{2017,5194,0,1,1}-{2024,5193,0,1,4}-{2008,5201,0,1,4}-{2005,5220,0,1,1}-{2005,5204,0,1,4}-{2037,5203,0,1,3}-{2037,5206,0,1,4}-{2041,5208,0,1,1}"
+ },
+ {
+ "npc_id": "4397",
+ "loc_data": "{2072,5200,0,1,5}-{2145,5251,0,1,3}-{2153,5253,0,1,1}-{2149,5255,0,1,3}-{2146,5252,0,1,5}-{2146,5261,0,1,6}-{2147,5254,0,1,4}"
+ },
+ {
+ "npc_id": "4398",
+ "loc_data": "{2160,5282,0,1,3}-{2162,5284,0,1,1}-{2164,5281,0,1,7}"
+ },
+ {
+ "npc_id": "4399",
+ "loc_data": "{2122,5290,0,1,0}-{2131,5297,0,1,6}-{2119,5297,0,1,4}-{2120,5302,0,1,3}-{2080,5240,0,1,2}-{2129,5306,0,1,3}-{2123,5304,0,1,1}-{2130,5306,0,1,4}-{2163,5301,0,1,5}-{2166,5306,0,1,0}-{2169,5303,0,1,4}-{2122,5291,0,1,0}-{2119,5296,0,1,3}-{2131,5297,0,1,6}-{2125,5302,0,1,0}-{2127,5304,0,1,4}-{2165,5302,0,1,3}-{2163,5301,0,1,4}-{2168,5306,0,1,4}-{2132,5300,0,1,6}-{2132,5302,0,1,4}"
+ },
+ {
+ "npc_id": "4400",
+ "loc_data": "{3018,10313,0,1,4}-{3016,10315,0,1,4}-{3018,10322,0,1,4}-{3024,10326,0,1,3}-{3030,10332,0,1,4}-{3029,10337,0,1,6}-{3034,10342,0,1,3}-{2072,5200,0,1,7}-{2130,5267,0,1,7}-{2140,5252,0,1,5}-{2141,5252,0,1,1}-{2142,5252,0,1,0}-{2148,5255,0,1,3}-{2125,5270,0,1,1}-{2148,5257,0,1,1}-{2117,5274,0,1,4}-{2146,5307,0,1,2}-{2145,5305,0,1,5}-{2152,5307,0,1,4}-{2148,5252,0,1,0}-{2142,5262,0,1,3}-{2124,5275,0,1,4}-{2121,5276,0,1,3}-{2148,5304,0,1,0}-{2146,5305,0,1,5}-{2148,5304,0,1,1}-{2151,5304,0,1,6}-{2145,5306,0,1,3}-{2134,5272,0,1,6}"
+ },
+ {
+ "npc_id": "4401",
+ "loc_data": "{2124,5273,0,1,1}-{2072,5200,0,1,6}-{2128,5270,0,1,4}-{2117,5274,0,1,3}-{2154,5273,0,1,3}-{2167,5259,0,1,6}-{2170,5257,0,1,1}-{2170,5256,0,1,0}-{2171,5256,0,1,4}-{2167,5256,0,1,3}-{2153,5273,0,1,3}-{2153,5270,0,1,1}-{2171,5255,0,1,2}-{2168,5250,0,1,4}-{2168,5251,0,1,3}-{2131,5264,0,1,6}-{2096,5248,0,1,6}-{2157,5272,0,1,6}-{2150,5268,0,1,0}-{2133,5272,0,1,2}-{2157,5274,0,1,1}-{2156,5270,0,1,3}-{2154,5271,0,1,5}"
+ },
+ {
+ "npc_id": "4402",
+ "loc_data": "{2080,5240,0,1,5}-{2171,5283,0,1,6}-{2170,5287,0,1,6}-{2170,5281,0,1,6}-{2172,5272,0,1,4}-{2172,5272,0,1,4}"
+ },
+ {
+ "npc_id": "4403",
+ "loc_data": "{2096,5248,0,1,4}-{2172,5276,0,1,1}-{2172,5284,0,1,1}-{2172,5281,0,1,2}"
+ },
+ {
+ "npc_id": "4404",
+ "loc_data": "{1872,5242,0,1,3}-{1873,5230,0,1,2}-{1870,5235,0,1,3}-{1872,5217,0,1,6}-{1873,5212,0,1,4}-{1877,5218,0,1,2}-{1877,5216,0,1,3}-{1875,5218,0,1,6}-{1808,5152,0,1,2}-{1871,5191,0,1,4}-{1868,5188,0,1,4}-{1861,5189,0,1,3}-{1882,5216,0,1,6}-{1874,5215,0,1,5}-{1873,5238,0,1,3}"
+ },
+ {
+ "npc_id": "4406",
+ "loc_data": "{1898,5197,0,1,6}-{1898,5191,0,1,7}-{1890,5195,0,1,3}-{1893,5191,0,1,4}-{1903,5190,0,1,0}-{1889,5190,0,1,3}-{1889,5190,0,1,4}-{1885,5191,0,1,4}-{1900,5208,0,1,1}-{1900,5210,0,1,1}-{1903,5243,0,1,6}-{1848,5176,0,1,2}-{1901,5245,0,1,4}-{1894,5243,0,1,5}-{1890,5242,0,1,6}-{1889,5244,0,1,4}-{1897,5196,0,1,1}-{1902,5207,0,1,3}"
+ },
+ {
+ "npc_id": "4407",
+ "loc_data": "{1860,5226,0,1,0}-{1859,5200,0,1,0}-{1860,5222,0,1,4}-{1865,5205,0,1,4}-{1862,5205,0,1,7}-{1862,5205,0,1,7}-{1864,5206,0,1,7}"
+ },
+ {
+ "npc_id": "4408",
+ "loc_data": "{1860,5215,0,1,5}-{1864,5218,0,1,1}"
+ },
+ {
+ "npc_id": "4409",
+ "loc_data": "{1864,5226,0,1,1}-{1859,5220,0,1,4}-{1861,5224,0,1,6}"
+ },
+ {
+ "npc_id": "4410",
+ "loc_data": "{1890,5205,0,1,6}-{1897,5232,0,1,6}-{1906,5236,0,1,3}-{1848,5176,0,1,2}-{1904,5235,0,1,6}-{1895,5227,0,1,3}-{1863,5221,0,1,4}"
+ },
+ {
+ "npc_id": "4411",
+ "loc_data": "{1882,5201,0,1,0}-{1884,5207,0,1,3}-{1912,5239,0,1,4}-{1912,5244,0,1,5}-{1890,5204,0,1,5}"
+ },
+ {
+ "npc_id": "4412",
+ "loc_data": "{1880,5200,0,1,6}-{1911,5241,0,1,0}-{1893,5228,0,1,3}"
+ },
+ {
+ "npc_id": "4413",
+ "loc_data": "{1871,5228,0,1,6}-{1872,5233,0,1,1}-{2645,3580,0,1,4}"
+ },
+ {
+ "npc_id": "4414",
+ "loc_data": "{1808,5152,0,1,2}-{1890,5215,0,1,5}-{1892,5216,0,1,1}-{1889,5223,0,1,3}-{1892,5224,0,1,2}-{1893,5219,0,1,5}"
+ },
+ {
+ "npc_id": "4415",
+ "loc_data": "{1874,5230,0,1,3}-{1870,5232,0,1,4}-{1858,5235,0,1,3}-{1871,5241,0,1,7}-{1860,5223,0,1,4}-{1862,5222,0,1,4}-{1874,5234,0,1,5}-{1874,5230,0,1,5}-{1875,5219,0,1,5}-{1876,5215,0,1,3}-{1876,5220,0,1,6}-{1859,5206,0,1,5}-{1877,5216,0,1,4}-{1862,5201,0,1,5}-{1858,5201,0,1,6}-{1874,5201,0,1,2}-{1858,5202,0,1,0}-{1860,5200,0,1,7}-{1875,5197,0,1,6}-{1875,5201,0,1,2}-{1861,5194,0,1,3}-{1861,5224,0,1,6}-{1808,5152,0,1,2}-{1860,5192,0,1,2}-{1874,5188,0,1,7}-{1867,5188,0,1,4}-{1866,5189,0,1,4}-{1876,5189,0,1,1}-{1876,5196,0,1,3}-{1876,5188,0,1,4}-{1876,5191,0,1,4}-{1877,5191,0,1,4}-{1877,5197,0,1,6}-{1881,5198,0,1,4}-{1882,5197,0,1,5}-{1883,5203,0,1,3}-{1882,5198,0,1,4}-{1863,5205,0,1,4}-{1883,5205,0,1,5}-{1861,5205,0,1,5}-{1887,5204,0,1,3}-{1883,5205,0,1,3}-{1884,5206,0,1,1}-{1876,5215,0,1,6}-{1879,5215,0,1,2}-{1870,5217,0,1,6}-{1881,5221,0,1,1}-{1871,5218,0,1,1}-{1872,5191,0,1,3}-{1874,5219,0,1,5}-{1884,5228,0,1,4}-{1882,5231,0,1,7}-{1882,5234,0,1,5}-{1879,5234,0,1,6}-{1897,5234,0,1,6}-{1884,5234,0,1,4}-{1884,5235,0,1,3}-{1885,5236,0,1,6}-{1879,5239,0,1,4}-{1893,5243,0,1,7}-{1880,5243,0,1,7}-{1882,5241,0,1,1}-{1902,5242,0,1,4}-{1848,5176,0,1,2}-{1901,5244,0,1,3}-{1910,5243,0,1,5}-{1911,5235,0,1,3}-{1881,5243,0,1,2}-{1879,5234,0,1,3}-{1880,5234,0,1,4}-{1879,5239,0,1,1}-{1874,5230,0,1,4}-{1874,5236,0,1,4}-{1911,5235,0,1,5}-{1912,5243,0,1,4}-{1912,5238,0,1,3}-{1913,5244,0,1,4}-{1890,5244,0,1,4}-{1907,5204,0,1,1}-{1909,5204,0,1,1}-{1908,5204,0,1,3}-{1889,5206,0,1,3}-{1890,5207,0,1,1}-{1890,5207,0,1,2}-{1912,5237,0,1,7}"
+ },
+ {
+ "npc_id": "4422",
+ "loc_data": "{2377,4450,0,0,0}-{2381,4459,0,0,0}-{2388,4425,0,0,0}-{2394,4440,0,0,0}-{2418,4447,0,0,0}-{2427,4461,0,0,0}"
+ },
+ {
+ "npc_id": "4423",
+ "loc_data": "{2387,4456,0,0,0}-{2423,4461,0,0,0}"
+ },
+ {
+ "npc_id": "4424",
+ "loc_data": "{2396,4455,0,0,0}"
+ },
+ {
+ "npc_id": "4425",
+ "loc_data": "{2398,4453,0,0,0}"
+ },
+ {
+ "npc_id": "4431",
+ "loc_data": "{2388,4470,0,0,0}"
+ },
+ {
+ "npc_id": "4437",
+ "loc_data": "{2447,4429,0,1,0}"
+ },
+ {
+ "npc_id": "4438",
+ "loc_data": "{3028,4498,0,1,3}-{3046,4493,0,1,4}"
+ },
+ {
+ "npc_id": "4439",
+ "loc_data": "{3035,4507,0,1,6}-{3041,4493,0,1,0}"
+ },
+ {
+ "npc_id": "4443",
+ "loc_data": "{2451,4424,0,1,6}-{2452,4428,0,1,3}-{2443,4423,0,1,7}-{2446,4422,0,1,3}-{2443,4431,0,1,1}-{2441,4427,0,1,1}-{2463,4422,0,1,4}-{2478,4420,0,1,6}-{2489,4428,0,1,6}-{2478,4452,0,1,3}-{2474,4444,0,1,6}-{2493,4454,0,1,3}-{2486,4463,0,1,4}-{2486,4469,0,1,7}-{2479,4456,0,1,4}-{2477,4462,0,1,3}"
+ },
+ {
+ "npc_id": "4455",
+ "loc_data": "{2410,4434,0,0,0}"
+ },
+ {
+ "npc_id": "4472",
+ "loc_data": "{2524,3056,0,1,2}"
+ },
+ {
+ "npc_id": "4474",
+ "loc_data": "{3214,3252,0,0,0}-{3214,3253,0,0,0}-{3214,3254,0,0,0}"
+ },
+ {
+ "npc_id": "4478",
+ "loc_data": "{3291,2787,0,0,6}"
+ },
+ {
+ "npc_id": "4479",
+ "loc_data": "{2952,3477,0,1,0}-{2959,3501,0,1,3}"
+ },
+ {
+ "npc_id": "4481",
+ "loc_data": "{2943,3474,0,1,3}"
+ },
+ {
+ "npc_id": "4482",
+ "loc_data": "{2952,3505,0,1,7}-{2950,3501,0,1,4}"
+ },
+ {
+ "npc_id": "4483",
+ "loc_data": "{2944,3467,0,1,6}-{2961,3508,0,1,6}-{2953,3467,0,1,3}"
+ },
+ {
+ "npc_id": "4484",
+ "loc_data": "{2956,3496,0,1,6}"
+ },
+ {
+ "npc_id": "4485",
+ "loc_data": "{2951,3509,0,1,4}"
+ },
+ {
+ "npc_id": "4487",
+ "loc_data": "{2943,3478,0,1,3}"
+ },
+ {
+ "npc_id": "4488",
+ "loc_data": "{2946,3474,0,1,4}-{2956,3494,0,1,3}"
+ },
+ {
+ "npc_id": "4489",
+ "loc_data": "{2946,3469,0,1,5}-{2943,3487,0,1,3}"
+ },
+ {
+ "npc_id": "4491",
+ "loc_data": "{2963,3510,0,1,2}-{2949,3475,0,1,3}"
+ },
+ {
+ "npc_id": "4492",
+ "loc_data": "{2953,3509,0,1,4}-{2987,3426,0,1,6}"
+ },
+ {
+ "npc_id": "4493",
+ "loc_data": "{2957,3513,0,1,6}"
+ },
+ {
+ "npc_id": "4494",
+ "loc_data": "{2957,3512,0,1,4}"
+ },
+ {
+ "npc_id": "4495",
+ "loc_data": "{2957,3512,0,1,5}"
+ },
+ {
+ "npc_id": "4511",
+ "loc_data": "{2149,3866,0,0,7}"
+ },
+ {
+ "npc_id": "4512",
+ "loc_data": "{2092,3930,0,1,4}"
+ },
+ {
+ "npc_id": "4513",
+ "loc_data": "{2450,4647,0,1,5}"
+ },
+ {
+ "npc_id": "4514",
+ "loc_data": "{2079,3923,0,1,7}"
+ },
+ {
+ "npc_id": "4515",
+ "loc_data": "{2081,3899,0,1,1}"
+ },
+ {
+ "npc_id": "4516",
+ "loc_data": "{2096,3907,0,1,6}"
+ },
+ {
+ "npc_id": "4517",
+ "loc_data": "{2086,3915,0,1,0}"
+ },
+ {
+ "npc_id": "4518",
+ "loc_data": "{2106,3907,0,1,6}"
+ },
+ {
+ "npc_id": "4519",
+ "loc_data": "{2098,3921,0,0,6}-{2099,3921,0,0,6}-{2097,3921,0,0,6}"
+ },
+ {
+ "npc_id": "4524",
+ "loc_data": "{2083,3903,0,1,3}"
+ },
+ {
+ "npc_id": "4525",
+ "loc_data": "{2098,3894,0,1,3}"
+ },
+ {
+ "npc_id": "4526",
+ "loc_data": "{2103,3914,0,1,7}"
+ },
+ {
+ "npc_id": "4527",
+ "loc_data": "{2071,3877,0,1,2}-{2084,3868,0,1,1}-{2089,3864,0,1,4}"
+ },
+ {
+ "npc_id": "4528",
+ "loc_data": "{2115,3864,0,1,6}-{2105,3848,0,1,1}-{2122,3946,0,1,3}"
+ },
+ {
+ "npc_id": "4529",
+ "loc_data": "{2070,3879,0,1,7}-{2097,3862,0,1,3}-{2118,3852,0,1,4}-{2144,3853,0,1,5}"
+ },
+ {
+ "npc_id": "4530",
+ "loc_data": "{2076,3866,0,1,1}-{2133,3874,0,1,4}-{2107,3945,0,1,1}"
+ },
+ {
+ "npc_id": "4531",
+ "loc_data": "{2103,3866,0,1,3}-{2134,3851,0,1,4}-{2116,3950,0,1,0}"
+ },
+ {
+ "npc_id": "4534",
+ "loc_data": "{3206,5487,0,1,6}-{3200,5492,0,1,1}"
+ },
+ {
+ "npc_id": "4536",
+ "loc_data": "{2213,3794,0,0,3}"
+ },
+ {
+ "npc_id": "4537",
+ "loc_data": "{2621,3688,0,0,6}"
+ },
+ {
+ "npc_id": "4539",
+ "loc_data": "{2079,3925,0,1,1}"
+ },
+ {
+ "npc_id": "4540",
+ "loc_data": "{2221,3797,2,1,3}-{2137,3899,2,1,2}"
+ },
+ {
+ "npc_id": "4560",
+ "loc_data": "{3062,3260,0,1,6}"
+ },
+ {
+ "npc_id": "4561",
+ "loc_data": "{2615,3855,0,1,0}"
+ },
+ {
+ "npc_id": "4562",
+ "loc_data": "{2799,3200,0,1,0}"
+ },
+ {
+ "npc_id": "4563",
+ "loc_data": "{3003,9798,0,1,3}"
+ },
+ {
+ "npc_id": "4568",
+ "loc_data": "{3364,3338,0,1,6}"
+ },
+ {
+ "npc_id": "4570",
+ "loc_data": "{3201,3301,0,1,3}-{3115,3276,0,1,6}"
+ },
+ {
+ "npc_id": "4571",
+ "loc_data": "{3205,3298,0,1,3}-{3095,3286,0,1,4}-{3098,3225,0,1,4}-{3056,3248,0,1,0}"
+ },
+ {
+ "npc_id": "4572",
+ "loc_data": "{2448,3510,1,0,4}"
+ },
+ {
+ "npc_id": "4573",
+ "loc_data": "{2441,3501,1,1,3}"
+ },
+ {
+ "npc_id": "4575",
+ "loc_data": "{2441,3503,1,1,4}"
+ },
+ {
+ "npc_id": "4578",
+ "loc_data": "{2933,2972,0,0,0}"
+ },
+ {
+ "npc_id": "4580",
+ "loc_data": "{2572,3299,1,0,0}"
+ },
+ {
+ "npc_id": "4585",
+ "loc_data": "{3115,3160,0,0,0}"
+ },
+ {
+ "npc_id": "4586",
+ "loc_data": "{2593,3087,0,1,4}"
+ },
+ {
+ "npc_id": "4587",
+ "loc_data": "{2449,3503,1,0,6}"
+ },
+ {
+ "npc_id": "4588",
+ "loc_data": "{2448,3500,1,0,3}"
+ },
+ {
+ "npc_id": "4597",
+ "loc_data": "{2375,3433,0,1,0}"
+ },
+ {
+ "npc_id": "4599",
+ "loc_data": "{2417,3513,0,1,4}"
+ },
+ {
+ "npc_id": "4603",
+ "loc_data": "{3008,3514,0,1,3}"
+ },
+ {
+ "npc_id": "4604",
+ "loc_data": "{3017,3513,0,1,0}-{3018,3515,0,1,1}"
+ },
+ {
+ "npc_id": "4605",
+ "loc_data": "{3018,3512,0,1,7}-{3019,3514,0,1,1}-{3019,3516,0,1,1}"
+ },
+ {
+ "npc_id": "4606",
+ "loc_data": "{3017,3514,0,1,4}"
+ },
+ {
+ "npc_id": "4607",
+ "loc_data": "{3030,3505,0,0,0}"
+ },
+ {
+ "npc_id": "4611",
+ "loc_data": "{3076,3259,0,0,0}"
+ },
+ {
+ "npc_id": "4649",
+ "loc_data": "{2142,3122,0,1,4}-{2147,3122,0,1,3}"
+ },
+ {
+ "npc_id": "4650",
+ "loc_data": "{3041,3194,0,1,4}"
+ },
+ {
+ "npc_id": "4651",
+ "loc_data": "{2760,3239,0,1,3}-{2143,3121,0,1,6}"
+ },
+ {
+ "npc_id": "4652",
+ "loc_data": "{2674,3144,0,1,3}-{3701,3501,0,1,6}"
+ },
+ {
+ "npc_id": "4653",
+ "loc_data": "{2794,3414,0,1,6}-{3040,3192,0,1,3}-{2954,3154,0,1,6}-{3671,2930,0,1,6}"
+ },
+ {
+ "npc_id": "4654",
+ "loc_data": "{3001,3033,0,1,6}-{2674,3146,0,1,6}-{2145,3122,0,1,3}"
+ },
+ {
+ "npc_id": "4655",
+ "loc_data": "{2954,3157,0,1,3}-{3701,3503,0,1,1}"
+ },
+ {
+ "npc_id": "4656",
+ "loc_data": "{2795,3414,0,1,6}-{3038,3192,0,1,3}-{2760,3238,0,1,3}"
+ },
+ {
+ "npc_id": "4659",
+ "loc_data": "{3095,3232,0,1,6}-{3095,3231,0,1,0}-{3225,3370,0,1,4}-{3230,3370,0,1,3}"
+ },
+ {
+ "npc_id": "4660",
+ "loc_data": "{3225,3369,0,1,3}-{3226,3371,0,1,7}-{3230,3372,0,1,0}-{3230,3370,0,1,3}-{3229,3368,0,1,1}-{3227,3367,0,1,1}"
+ },
+ {
+ "npc_id": "4665",
+ "loc_data": "{2894,9766,0,1,0}-{2904,9797,0,1,0}-{2918,9800,0,1,0}"
+ },
+ {
+ "npc_id": "4666",
+ "loc_data": "{2893,9769,0,1,0}-{2912,9797,0,1,0}-{2909,9807,0,1,0}"
+ },
+ {
+ "npc_id": "4670",
+ "loc_data": "{3192,3832,0,1,6}-{3211,3813,0,1,6}"
+ },
+ {
+ "npc_id": "4671",
+ "loc_data": "{3189,3836,0,1,6}-{3181,3815,0,1,6}"
+ },
+ {
+ "npc_id": "4672",
+ "loc_data": "{3212,3847,0,1,6}-{3221,3827,0,1,6}"
+ },
+ {
+ "npc_id": "4673",
+ "loc_data": "{2829,9827,0,1,0}"
+ },
+ {
+ "npc_id": "4675",
+ "loc_data": "{3048,10266,0,1,4}"
+ },
+ {
+ "npc_id": "4676",
+ "loc_data": "{3054,10269,0,1,4}"
+ },
+ {
+ "npc_id": "4677",
+ "loc_data": "{3335,3687,0,1,4}-{3338,3700,0,1,2}-{3316,5448,0,1,2}-{3107,10065,0,1,0}-{3299,5545,0,1,6}"
+ },
+ {
+ "npc_id": "4678",
+ "loc_data": "{3335,3701,0,1,6}-{3350,3687,0,1,5}-{3305,5454,0,1,6}-{3110,10076,0,1,0}"
+ },
+ {
+ "npc_id": "4679",
+ "loc_data": "{3333,3694,0,1,6}-{3341,3685,0,1,4}-{3118,10068,0,1,0}-{3312,5558,0,1,1}"
+ },
+ {
+ "npc_id": "4680",
+ "loc_data": "{3349,3696,0,1,5}-{3120,10080,0,1,0}"
+ },
+ {
+ "npc_id": "4681",
+ "loc_data": "{2904,9802,0,1,0}"
+ },
+ {
+ "npc_id": "4682",
+ "loc_data": "{2896,9796,0,1,0}"
+ },
+ {
+ "npc_id": "4685",
+ "loc_data": "{2957,3895,0,1,4}-{3209,5552,0,1,1}-{3223,5555,0,1,4}-{3220,5548,0,1,6}-{3220,5557,0,1,4}"
+ },
+ {
+ "npc_id": "4686",
+ "loc_data": "{2827,3512,0,1,5}-{2957,3898,0,1,6}-{2946,3898,0,1,7}-{3213,5548,0,1,4}"
+ },
+ {
+ "npc_id": "4688",
+ "loc_data": "{2700,3212,0,1,6}"
+ },
+ {
+ "npc_id": "4689",
+ "loc_data": "{2902,9736,0,1,0}"
+ },
+ {
+ "npc_id": "4690",
+ "loc_data": "{3256,3624,0,1,5}-{3105,3876,0,1,2}-{2912,9731,0,1,0}"
+ },
+ {
+ "npc_id": "4693",
+ "loc_data": "{2912,9741,0,1,0}-{2906,9736,0,1,0}"
+ },
+ {
+ "npc_id": "4694",
+ "loc_data": "{3098,3870,0,1,1}-{3020,3854,0,1,7}-{2843,9558,0,1,1}-{2840,9605,0,1,4}-{3053,10124,0,1,0}-{3056,10140,0,1,0}"
+ },
+ {
+ "npc_id": "4695",
+ "loc_data": "{3097,3696,0,1,4}-{3017,3851,0,1,2}-{2839,9565,0,1,3}-{2837,9601,0,1,4}-{2840,3279,0,1,6}-{3048,10134,0,1,0}-{3061,10138,0,1,0}"
+ },
+ {
+ "npc_id": "4696",
+ "loc_data": "{3118,3695,0,1,6}-{2931,9808,0,1,0}-{2930,9799,0,1,0}-{3010,3851,0,1,1}-{2839,9560,0,1,4}-{2846,9613,0,1,6}-{3062,10131,0,1,0}"
+ },
+ {
+ "npc_id": "4697",
+ "loc_data": "{3125,3706,0,1,5}-{3331,3853,0,1,2}-{3016,3841,0,1,4}-{2845,9557,0,1,2}-{2839,9624,0,1,6}-{2825,3277,0,1,3}-{3065,10125,0,1,0}"
+ },
+ {
+ "npc_id": "4698",
+ "loc_data": "{3139,3712,0,1,5}-{3306,3890,0,1,6}-{3085,10093,0,1,0}-{3090,10084,0,1,0}-{2861,9752,0,1,4}-{2363,9776,0,1,1}-{2361,9755,0,1,1}-{2365,9754,0,1,1}-{2362,9751,0,1,1}"
+ },
+ {
+ "npc_id": "4699",
+ "loc_data": "{3035,10245,0,1,4}-{3159,3707,0,1,3}-{3301,3871,0,1,5}-{3097,10092,0,1,0}-{3082,10083,0,1,0}-{2629,9477,2,0,0}-{2640,9502,2,0,1}-{2359,9741,0,1,1}"
+ },
+ {
+ "npc_id": "4700",
+ "loc_data": "{3030,10259,0,1,3}-{3144,3701,0,1,4}-{3279,3876,0,1,4}-{3094,10092,0,1,0}-{3089,10081,0,1,0}-{2633,9488,2,0,6}-{2862,9750,0,1,7}-{2358,9737,0,1,1}-{2366,9763,0,1,1}"
+ },
+ {
+ "npc_id": "4701",
+ "loc_data": "{3028,10250,0,1,4}-{3149,3690,0,1,4}-{3286,3901,0,1,3}-{3089,10089,0,1,0}-{3085,10081,0,1,0}-{2628,9489,2,0,0}-{2631,9504,2,0,5}-{2361,9755,0,1,1}-{2363,9743,0,1,1}-{2363,9772,0,1,1}"
+ },
+ {
+ "npc_id": "4702",
+ "loc_data": "{2869,9775,0,1,0}-{2853,9775,0,1,0}-{3084,9957,0,1,6}-{2712,9480,0,0,5}"
+ },
+ {
+ "npc_id": "4703",
+ "loc_data": "{2857,9774,0,1,0}-{2860,9781,0,1,0}-{3092,9958,0,1,2}"
+ },
+ {
+ "npc_id": "4704",
+ "loc_data": "{2863,9767,0,1,0}-{2871,9782,0,1,0}-{3160,5521,0,1,1}"
+ },
+ {
+ "npc_id": "4705",
+ "loc_data": "{3088,9961,0,1,1}-{3169,5528,0,1,0}"
+ },
+ {
+ "npc_id": "4706",
+ "loc_data": "{3242,5555,0,1,3}-{3206,5493,0,1,5}"
+ },
+ {
+ "npc_id": "4707",
+ "loc_data": "{3213,3253,0,0,6}"
+ },
+ {
+ "npc_id": "4710",
+ "loc_data": "{3222,3475,0,0,5}"
+ },
+ {
+ "npc_id": "4732",
+ "loc_data": "{3429,3701,0,0,0}"
+ },
+ {
+ "npc_id": "4898",
+ "loc_data": "{3124,9874,0,1,3}-{3128,9875,0,1,6}"
+ },
+ {
+ "npc_id": "4899",
+ "loc_data": "{3231,3197,0,1,6}"
+ },
+ {
+ "npc_id": "4900",
+ "loc_data": "{3210,3213,1,1,1}"
+ },
+ {
+ "npc_id": "4901",
+ "loc_data": "{3245,3157,0,0,7}"
+ },
+ {
+ "npc_id": "4902",
+ "loc_data": "{3227,3147,0,0,1}"
+ },
+ {
+ "npc_id": "4903",
+ "loc_data": "{3244,3214,0,1,1}"
+ },
+ {
+ "npc_id": "4904",
+ "loc_data": "{3228,3254,0,1,3}"
+ },
+ {
+ "npc_id": "4906",
+ "loc_data": "{3230,3244,0,1,4}"
+ },
+ {
+ "npc_id": "4907",
+ "loc_data": "{3208,3222,2,0,6}"
+ },
+ {
+ "npc_id": "4909",
+ "loc_data": "{2831,3352,0,0,7}"
+ },
+ {
+ "npc_id": "4911",
+ "loc_data": "{2703,9894,0,0,0}-{2705,9897,0,0,0}-{2706,9904,0,0,0}-{2707,9906,0,0,0}-{2704,9906,0,0,0}-{2706,9910,0,0,0}-{2703,9911,0,0,0}-{2699,9915,0,0,0}-{2697,9915,0,0,0}-{2694,9915,0,0,0}-{2692,9914,0,0,0}-{2696,9910,0,0,0}-{2694,9908,0,0,0}-{2693,9906,0,0,0}-{2696,9906,0,0,0}-{2698,9901,0,0,0}-{2698,9900,0,0,0}-{2696,9900,0,0,0}-{2690,9903,0,0,0}-{2692,9902,0,0,0}-{2693,9900,0,0,0}-{2692,9900,0,0,0}-{2691,9899,0,0,0}-{2692,9895,0,0,0}-{2693,9891,0,0,0}-{2695,9889,0,0,0}-{2692,9885,0,0,0}-{2699,9882,0,0,0}-{2695,9881,0,0,0}-{2693,9881,0,0,0}-{2690,9880,0,0,0}-{2700,9879,0,0,0}-{2696,9880,0,0,0}-{2694,9878,0,0,0}-{2695,9877,0,0,0}-{2699,9876,0,0,0}-{2692,9876,0,0,0}-{2692,9874,0,0,0}-{2699,9872,0,0,0}-{2698,9871,0,0,0}-{2701,9870,0,0,0}-{2695,9870,0,0,0}-{2695,9869,0,0,0}-{2702,9868,0,0,0}-{2701,9867,0,0,0}-{2697,9866,0,0,0}-{2699,9865,0,0,0}"
+ },
+ {
+ "npc_id": "4920",
+ "loc_data": "{3289,5496,0,0,5}-{3272,5490,0,0,0}-{3188,5510,0,1,6}-{3194,5510,0,1,2}"
+ },
+ {
+ "npc_id": "4921",
+ "loc_data": "{3304,5493,0,1,3}-{3303,5496,0,1,0}-{3271,5490,0,0,5}"
+ },
+ {
+ "npc_id": "4926",
+ "loc_data": "{3225,3551,0,1,1}-{3248,3524,0,1,1}"
+ },
+ {
+ "npc_id": "4927",
+ "loc_data": "{3227,3529,0,1,1}"
+ },
+ {
+ "npc_id": "4930",
+ "loc_data": "{3412,2889,0,1,3}-{3414,2892,0,1,1}-{3414,2890,0,1,1}-{3416,2886,0,1,4}-{3416,2893,0,1,6}"
+ },
+ {
+ "npc_id": "4932",
+ "loc_data": "{3414,2891,0,1,1}-{3410,2888,0,1,7}"
+ },
+ {
+ "npc_id": "4944",
+ "loc_data": "{2042,5213,0,1,5}-{2020,5236,0,1,2}-{1944,5152,0,1,2}-{2041,5216,0,1,0}"
+ },
+ {
+ "npc_id": "4945",
+ "loc_data": "{1994,5192,0,1,4}-{1997,5190,0,1,1}"
+ },
+ {
+ "npc_id": "4946",
+ "loc_data": "{2721,3432,0,1,4}"
+ },
+ {
+ "npc_id": "4947",
+ "loc_data": "{2825,3696,0,1,3}"
+ },
+ {
+ "npc_id": "4950",
+ "loc_data": "{2855,10051,1,0,0}"
+ },
+ {
+ "npc_id": "4953",
+ "loc_data": "{2684,3274,1,0,0}"
+ },
+ {
+ "npc_id": "4955",
+ "loc_data": "{2772,3223,0,0,0}"
+ },
+ {
+ "npc_id": "4956",
+ "loc_data": "{2783,3119,0,0,0}"
+ },
+ {
+ "npc_id": "4961",
+ "loc_data": "{2683,3275,1,0,0}"
+ },
+ {
+ "npc_id": "4975",
+ "loc_data": "{3303,3024,0,0,7}-{3299,3016,0,0,2}-{3280,9438,0,0,6}-{3275,9460,0,0,3}-{3267,9458,0,0,3}-{3270,9415,0,0,6}-{3272,9429,0,0,4}-{3272,9421,0,0,4}-{3271,9450,0,0,1}-{3288,9413,0,0,6}-{3297,9414,0,0,6}-{3300,9414,0,0,6}-{3304,9424,0,0,1}-{3292,9426,0,0,4}-{3295,9421,0,0,3}-{3297,9412,0,0,1}-{3292,9413,0,0,3}-{3324,9429,0,0,3}-{3311,9440,0,0,6}-{3294,9459,0,0,1}-{3291,9463,0,0,6}-{3296,9468,0,0,1}-{3288,9468,0,0,1}-{3313,9449,0,0,1}-{3034,2971,0,0,5}-{3030,2971,0,0,1}"
+ },
+ {
+ "npc_id": "4976",
+ "loc_data": "{3301,3017,0,0,7}-{3281,9446,0,0,1}-{3270,9451,0,0,4}-{3269,9418,0,0,1}-{3267,9441,0,0,1}-{3280,9436,0,0,1}-{3291,9414,0,0,6}-{3305,9413,0,0,6}-{3308,9415,0,0,1}-{3309,9420,0,0,1}-{3296,9425,0,0,1}-{3294,9420,0,0,1}-{3295,9412,0,0,3}-{3323,9439,0,0,6}-{3295,9460,0,0,3}-{3294,9464,0,0,6}-{3294,9467,0,0,1}-{3311,9454,0,0,6}-{3036,2972,0,0,1}-{3039,2968,0,0,1}-{3046,2982,0,0,6}-{3045,2974,0,0,6}-{3042,2972,0,0,6}"
+ },
+ {
+ "npc_id": "4977",
+ "loc_data": "{3294,3016,0,0,6}-{3287,3016,0,0,3}-{3277,9452,0,0,1}-{3267,9443,0,0,6}-{3267,9431,0,0,6}-{3269,9420,0,0,6}-{3273,9460,0,0,4}-{3277,9454,0,0,6}-{3281,9448,0,0,6}-{3294,9413,0,0,6}-{3306,9423,0,0,1}-{3298,9436,0,0,6}-{3292,9466,0,0,6}-{3296,9462,0,0,3}-{3290,9467,0,0,1}-{3315,9451,0,0,1}-{3316,9454,0,0,3}-{3038,2973,0,0,1}-{3027,2974,0,0,1}-{3023,2977,0,0,1}-{3035,2989,0,0,4}-{3039,2985,0,0,4}"
+ },
+ {
+ "npc_id": "4978",
+ "loc_data": "{3291,3017,0,0,5}-{3275,9463,0,0,1}-{3273,9430,0,0,6}-{3273,9422,0,0,6}-{3267,9428,0,0,1}-{3294,9411,0,0,6}-{3300,9424,0,0,1}-{3289,9412,0,0,3}-{3042,2969,0,0,1}-{3038,2976,0,0,6}-{3041,2983,0,0,6}-{3043,2983,0,0,6}-{3044,2981,0,0,6}-{3043,2979,0,0,1}-{3038,2989,0,0,1}-{3025,2984,0,0,1}-{3026,2988,0,0,1}-{3030,2990,0,0,1}-{3024,2979,0,0,3}"
+ },
+ {
+ "npc_id": "4985",
+ "loc_data": "{3304,3027,0,1,2}"
+ },
+ {
+ "npc_id": "4986",
+ "loc_data": "{3308,3112,0,1,1}"
+ },
+ {
+ "npc_id": "4989",
+ "loc_data": "{3272,3029,0,1,4}"
+ },
+ {
+ "npc_id": "4990",
+ "loc_data": "{3269,3029,0,1,4}"
+ },
+ {
+ "npc_id": "4991",
+ "loc_data": "{3270,3030,0,1,6}"
+ },
+ {
+ "npc_id": "4992",
+ "loc_data": "{3267,3029,0,1,0}"
+ },
+ {
+ "npc_id": "4993",
+ "loc_data": "{3277,3028,0,1,1}-{3279,9441,0,1,4}"
+ },
+ {
+ "npc_id": "4994",
+ "loc_data": "{3285,3027,0,1,7}"
+ },
+ {
+ "npc_id": "4995",
+ "loc_data": "{3279,3024,0,1,3}-{3286,3036,1,1,4}"
+ },
+ {
+ "npc_id": "4996",
+ "loc_data": "{3284,3022,0,1,2}"
+ },
+ {
+ "npc_id": "4997",
+ "loc_data": "{3289,3026,0,1,3}-{3317,9438,0,0,3}"
+ },
+ {
+ "npc_id": "4998",
+ "loc_data": "{3293,3027,0,1,5}-{3286,9419,0,1,3}-{3296,9433,0,1,7}-{3310,9457,0,1,1}"
+ },
+ {
+ "npc_id": "4999",
+ "loc_data": "{3280,3020,0,1,6}-{3319,9439,0,1,0}-{3299,9467,0,1,3}"
+ },
+ {
+ "npc_id": "5000",
+ "loc_data": "{3285,3022,0,1,6}-{3295,9434,0,1,3}"
+ },
+ {
+ "npc_id": "5001",
+ "loc_data": "{3297,3020,0,1,6}-{3280,9414,0,1,1}-{3279,9416,0,1,1}"
+ },
+ {
+ "npc_id": "5002",
+ "loc_data": "{3295,3028,0,1,3}-{3291,9423,0,1,1}"
+ },
+ {
+ "npc_id": "5020",
+ "loc_data": "{2905,3180,0,0,0}"
+ },
+ {
+ "npc_id": "5021",
+ "loc_data": "{2906,3173,0,0,0}"
+ },
+ {
+ "npc_id": "5022",
+ "loc_data": "{2907,3169,0,0,0}"
+ },
+ {
+ "npc_id": "5029",
+ "loc_data": "{2534,3575,0,1,0}"
+ },
+ {
+ "npc_id": "5030",
+ "loc_data": "{2533,3570,0,1,4}"
+ },
+ {
+ "npc_id": "5031",
+ "loc_data": "{2525,3575,0,1,3}"
+ },
+ {
+ "npc_id": "5032",
+ "loc_data": "{2525,3566,0,1,3}"
+ },
+ {
+ "npc_id": "5033",
+ "loc_data": "{2520,3569,0,1,3}"
+ },
+ {
+ "npc_id": "5049",
+ "loc_data": "{2808,3355,0,1,6}"
+ },
+ {
+ "npc_id": "5062",
+ "loc_data": "{2927,3410,0,0,0}"
+ },
+ {
+ "npc_id": "5065",
+ "loc_data": "{2925,3303,0,0,0}"
+ },
+ {
+ "npc_id": "5070",
+ "loc_data": "{2912,3480,0,0,0}-{2911,3480,0,0,0}"
+ },
+ {
+ "npc_id": "5071",
+ "loc_data": "{2609,2922,0,0,0}"
+ },
+ {
+ "npc_id": "5072",
+ "loc_data": "{2526,2928,0,1,6}-{2510,2876,0,1,3}-{2517,2878,0,1,6}-{2527,2877,0,1,2}-{2532,2938,0,1,4}-{2527,2933,0,1,4}-{2521,2938,0,1,6}-{2507,2914,0,1,0}-{2512,2910,0,1,4}-{2517,2912,0,1,1}-{2517,2921,0,1,6}-{2511,2911,0,1,3}-{2521,2917,0,1,7}-{2522,2929,0,1,4}-{2510,2888,0,1,1}-{2502,2890,0,1,3}-{2520,2882,0,1,7}-{2507,2877,0,1,1}-{2464,2832,0,1,2}-{2500,2893,0,1,4}-{2548,2887,0,1,1}-{2544,2889,0,1,7}-{2536,2877,0,1,3}-{2530,2872,0,1,3}-{2520,2885,0,1,0}-{2517,2870,0,1,4}-{2498,2883,0,1,6}-{2501,2886,0,1,7}-{2508,2916,0,1,4}-{2502,2888,0,1,7}-{2514,2915,0,1,4}-{2520,2908,0,1,6}-{2515,2944,0,1,4}-{2526,2943,0,1,4}-{2525,2893,0,1,4}-{2521,2896,0,1,1}"
+ },
+ {
+ "npc_id": "5073",
+ "loc_data": "{2603,2892,0,1,1}-{2604,2892,0,1,6}-{2611,2917,0,1,6}-{2611,2916,0,1,3}-{2613,2894,0,1,1}-{2614,2892,0,1,6}-{2608,2927,0,1,2}-{2612,2934,0,1,4}-{2609,2930,0,1,0}-{2594,2929,0,1,2}-{2616,2922,0,1,4}-{2593,2911,0,1,1}-{2617,2911,0,1,1}-{2602,2900,0,1,3}-{2601,2886,0,1,6}-{2587,2897,0,1,4}-{2612,2936,0,1,3}-{2606,2929,0,1,5}-{2615,2930,0,1,3}-{2576,2896,0,1,1}-{2588,2879,0,1,6}-{2593,2880,0,1,7}-{2583,2886,0,1,5}-{2609,2897,0,1,3}-{2608,2905,0,1,2}-{2606,2917,0,1,4}-{2604,2918,0,1,4}-{2613,2890,0,1,5}-{2608,2921,0,1,6}-{2604,2886,0,1,6}-{2602,2920,0,1,1}-{2607,2932,0,1,6}-{2578,2885,0,1,1}"
+ },
+ {
+ "npc_id": "5074",
+ "loc_data": "{2727,3763,0,1,1}-{2724,3765,0,1,2}-{2725,3768,0,1,2}-{2730,3768,0,1,2}-{2731,3764,0,1,2}-{2731,3763,0,1,2}-{2731,3765,0,1,2}-{2733,3765,0,1,2}-{2709,3823,1,1,2}-{2713,3823,1,1,2}-{2709,3825,1,1,2}-{2710,3826,1,1,2}-{2709,3825,1,1,2}"
+ },
+ {
+ "npc_id": "5075",
+ "loc_data": "{3402,3140,0,1,2}-{3402,3138,0,1,3}-{3404,3139,0,1,5}-{3400,3142,0,1,6}-{3405,3143,0,1,5}-{3409,3078,0,1,5}-{3410,3075,0,1,5}-{3411,3079,0,1,5}-{3408,3076,0,1,5}-{3414,3077,0,1,5}"
+ },
+ {
+ "npc_id": "5076",
+ "loc_data": "{2310,3581,0,1,2}-{2314,3580,0,1,2}-{2311,3583,0,1,2}-{2304,3588,0,1,6}-{2305,3601,0,1,7}-{2341,3610,0,1,7}-{2344,3606,0,1,3}-{2340,3603,0,1,4}-{2348,3591,0,1,1}-{2356,3595,0,1,6}-{2361,3595,0,1,1}-{2359,3589,0,1,4}-{2346,3585,0,1,6}-{2360,3584,0,1,7}"
+ },
+ {
+ "npc_id": "5077",
+ "loc_data": "{2558,2911,0,0,0}-{2558,2913,0,0,0}-{2556,2913,0,0,0}-{2557,2912,0,0,0}-{2560,2911,0,0,0}-{2559,2910,0,0,0}-{2559,2909,0,0,0}-{2559,2917,0,0,0}-{2558,2914,0,0,0}-{2559,2915,0,0,0}-{2558,2916,0,0,0}-{2559,2932,0,0,0}-{2559,2928,0,0,0}-{2558,2928,0,0,0}-{2558,2931,0,0,0}-{2558,2929,0,0,0}-{2556,2911,0,0,0}-{2557,2911,0,0,0}-{2556,2910,0,0,0}-{2556,2912,0,0,0}-{2557,2919,0,0,0}-{2556,2914,0,0,0}-{2556,2913,0,0,0}-{2556,2918,0,0,0}-{2556,2929,0,0,0}-{2557,2933,0,0,0}-{2556,2932,0,0,0}-{2557,2932,0,0,0}-{2557,2928,0,0,0}-{2559,2934,0,0,0}-{2554,2911,0,0,0}-{2555,2911,0,0,0}-{2554,2912,0,0,0}-{2555,2915,0,0,0}-{2555,2919,0,0,0}-{2554,2919,0,0,0}-{2554,2913,0,0,0}-{2556,2915,0,0,0}-{2555,2931,0,0,0}-{2554,2933,0,0,0}-{2555,2934,0,0,0}-{2555,2933,0,0,0}-{2555,2932,0,0,0}-{2554,2935,0,0,0}-{2554,2934,0,0,0}-{2556,2936,0,0,0}-{2558,2936,0,0,0}-{2554,2936,0,0,0}-{2553,2935,0,0,0}-{2556,2933,0,0,0}-{2558,2938,0,0,0}-{2556,2938,0,0,0}-{2557,2937,0,0,0}-{2557,2917,0,0,0}-{2555,2917,0,0,0}-{2555,2912,0,0,0}-{2555,2935,0,0,0}-{2547,2940,0,0,0}-{2546,2939,0,0,0}-{2548,2939,0,0,0}-{2557,2930,0,0,0}-{2556,2929,0,0,0}-{2546,2941,0,0,0}-{2548,2941,0,0,0}-{2557,2931,0,0,0}-{2556,2935,0,0,0}-{2555,2936,0,0,0}-{2553,2935,0,0,0}-{2559,2930,0,0,0}-{2547,2940,0,0,0}-{2509,2910,0,0,0}-{2507,2910,0,0,0}-{2509,2908,0,0,0}-{2508,2908,0,0,0}-{2508,2909,0,0,0}-{2510,2908,0,0,0}-{2506,2906,0,0,0}-{2508,2906,0,0,0}-{2507,2906,0,0,0}-{2507,2905,0,0,0}-{2509,2905,0,0,0}-{2505,2907,0,0,0}-{2504,2908,0,0,0}-{2467,2879,0,0,0}-{2484,2877,0,0,0}-{2485,2876,0,0,0}-{2511,2908,0,0,0}-{2504,2906,0,0,0}-{2508,2907,0,0,0}-{2509,2906,0,0,0}-{2508,2909,0,0,0}-{2506,2906,0,0,0}-{2510,2907,0,0,0}-{2503,2907,0,0,0}-{2509,2908,0,0,0}-{2507,2908,0,0,0}-{2508,2906,0,0,0}-{2505,2907,0,0,0}-{2507,2905,0,0,0}-{2506,2904,0,0,0}-{2505,2903,0,0,0}-{2508,2902,0,0,0}-{2504,2901,0,0,0}-{2506,2907,0,0,0}-{2507,2906,0,0,0}-{2524,2898,0,0,0}-{2524,2896,0,0,0}-{2525,2897,0,0,0}-{2521,2895,0,0,0}-{2525,2895,0,0,0}-{2507,2903,0,0,0}-{2526,2898,0,0,0}-{2507,2889,0,0,0}-{2506,2903,0,0,0}-{2503,2905,0,0,0}-{2507,2905,0,0,0}-{2511,2908,0,0,0}-{2507,2887,0,0,0}-{2554,2937,0,0,0}-{2558,2938,0,0,0}-{2557,2937,0,0,0}-{2556,2938,0,0,0}-{2553,2937,0,0,0}-{2556,2937,0,0,0}-{2553,2935,0,0,0}-{2556,2935,0,0,0}-{2558,2936,0,0,0}-{2555,2936,0,0,0}-{2552,2936,0,0,0}-{2554,2936,0,0,0}-{2552,2934,0,0,0}-{2553,2934,0,0,0}-{2557,2931,0,0,0}-{2559,2932,0,0,0}-{2558,2932,0,0,0}-{2556,2936,0,0,0}-{2553,2936,0,0,0}-{2554,2935,0,0,0}-{2559,2917,0,0,0}-{2556,2916,0,0,0}-{2555,2917,0,0,0}-{2559,2914,0,0,0}-{2557,2915,0,0,0}-{2561,2914,0,0,0}-{2557,2912,0,0,0}-{2559,2912,0,0,0}-{2558,2913,0,0,0}-{2555,2911,0,0,0}-{2554,2910,0,0,0}-{2559,2916,0,0,0}-{2557,2932,0,0,0}-{2557,2909,0,0,0}-{2559,2913,0,0,0}-{2552,2935,0,0,0}-{2512,2864,0,0,0}-{2560,2909,0,0,0}-{2561,2916,0,0,0}-{2559,2909,0,0,0}-{2557,2914,0,0,0}-{2555,2915,0,0,0}-{2527,2896,0,0,0}-{2524,2895,0,0,0}-{2524,2894,0,0,0}-{2525,2896,0,0,0}-{2524,2896,0,0,0}-{2523,2893,0,0,0}-{2523,2896,0,0,0}-{2523,2897,0,0,0}-{2521,2895,0,0,0}-{2521,2893,0,0,0}-{2526,2895,0,0,0}-{2507,2887,0,0,0}-{2507,2890,0,0,0}-{2506,2886,0,0,0}-{2505,2887,0,0,0}-{2505,2888,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2504,2903,0,0,0}-{2505,2907,0,0,0}-{2504,2906,0,0,0}-{2505,2905,0,0,0}-{2506,2907,0,0,0}-{2506,2905,0,0,0}-{2506,2906,0,0,0}-{2507,2903,0,0,0}-{2507,2906,0,0,0}-{2507,2907,0,0,0}-{2505,2893,0,0,0}-{2504,2892,0,0,0}-{2508,2909,0,0,0}-{2502,2891,0,0,0}-{2503,2890,0,0,0}-{2503,2891,0,0,0}-{2508,2891,0,0,0}-{2507,2891,0,0,0}-{2507,2890,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2505,2888,0,0,0}-{2506,2909,0,0,0}-{2507,2887,0,0,0}-{2505,2887,0,0,0}-{2506,2887,0,0,0}-{2508,2890,0,0,0}-{2504,2894,0,0,0}-{2502,2891,0,0,0}-{2524,2899,0,0,0}-{2524,2898,0,0,0}-{2526,2899,0,0,0}-{2526,2895,0,0,0}-{2526,2900,0,0,0}-{2524,2900,0,0,0}-{2525,2900,0,0,0}-{2525,2899,0,0,0}-{2524,2893,0,0,0}-{2522,2894,0,0,0}-{2521,2895,0,0,0}-{2523,2895,0,0,0}-{2524,2895,0,0,0}-{2506,2886,0,0,0}-{2521,2893,0,0,0}-{2526,2898,0,0,0}-{2524,2899,0,0,0}-{2456,2832,0,0,0}-{2523,2896,0,0,0}-{2522,2894,0,0,0}-{2524,2901,0,0,0}-{2524,2900,0,0,0}-{2523,2895,0,0,0}-{2526,2901,0,0,0}-{2525,2896,0,0,0}-{2526,2900,0,0,0}-{2523,2893,0,0,0}-{2525,2900,0,0,0}-{2524,2898,0,0,0}-{2525,2894,0,0,0}-{2527,2894,0,0,0}-{2524,2899,0,0,0}-{2508,2904,0,0,0}-{2507,2907,0,0,0}-{2506,2902,0,0,0}-{2506,2907,0,0,0}-{2506,2906,0,0,0}-{2503,2907,0,0,0}-{2503,2905,0,0,0}-{2505,2893,0,0,0}-{2503,2891,0,0,0}-{2506,2891,0,0,0}-{2508,2891,0,0,0}-{2506,2892,0,0,0}-{2506,2909,0,0,0}-{2503,2890,0,0,0}-{2503,2889,0,0,0}-{2504,2889,0,0,0}-{2507,2890,0,0,0}-{2505,2887,0,0,0}-{2505,2888,0,0,0}-{2508,2890,0,0,0}-{2507,2905,0,0,0}-{2456,2832,0,0,0}-{2503,2890,0,0,0}-{2503,2891,0,0,0}-{2504,2892,0,0,0}-{2504,2894,0,0,0}-{2506,2887,0,0,0}-{2507,2887,0,0,0}-{2507,2891,0,0,0}-{2504,2889,0,0,0}-{2508,2891,0,0,0}-{2505,2888,0,0,0}-{2506,2894,0,0,0}-{2506,2902,0,0,0}-{2506,2904,0,0,0}-{2506,2886,0,0,0}-{2507,2903,0,0,0}-{2505,2893,0,0,0}-{2506,2891,0,0,0}-{2503,2889,0,0,0}-{2506,2887,0,0,0}-{2506,2892,0,0,0}-{2507,2891,0,0,0}-{2456,2832,0,0,0}-{2456,2832,0,0,0}-{2507,2887,0,0,0}-{2507,2890,0,0,0}-{2503,2905,0,0,0}-{2505,2906,0,0,0}-{2506,2905,0,0,0}-{2506,2906,0,0,0}-{2507,2905,0,0,0}-{2505,2905,0,0,0}-{2504,2906,0,0,0}-{2503,2907,0,0,0}-{2506,2894,0,0,0}-{2507,2908,0,0,0}-{2507,2907,0,0,0}-{2508,2909,0,0,0}-{2505,2888,0,0,0}-{2505,2907,0,0,0}-{2494,2940,0,0,0}-{2495,2940,0,0,0}-{2496,2939,0,0,0}-{2497,2938,0,0,0}-{2498,2942,0,0,0}-{2499,2943,0,0,0}-{2498,2944,0,0,0}-{2500,2942,0,0,0}-{2503,2940,0,0,0}-{2496,2939,0,0,0}-{2502,2939,0,0,0}-{2500,2944,0,0,0}"
+ },
+ {
+ "npc_id": "5078",
+ "loc_data": "{2556,2911,0,0,0}-{2560,2909,0,0,0}-{2560,2933,0,0,0}-{2558,2910,0,0,0}-{2558,2909,0,0,0}-{2558,2918,0,0,0}-{2559,2930,0,0,0}-{2557,2915,0,0,0}-{2557,2931,0,0,0}-{2558,2935,0,0,0}-{2555,2936,0,0,0}-{2553,2936,0,0,0}-{2553,2933,0,0,0}-{2553,2934,0,0,0}-{2506,2908,0,0,0}-{2507,2908,0,0,0}-{2510,2906,0,0,0}-{2509,2907,0,0,0}-{2508,2907,0,0,0}-{2506,2904,0,0,0}-{2508,2904,0,0,0}-{2504,2906,0,0,0}-{2467,2878,0,0,0}-{2486,2877,0,0,0}-{2506,2909,0,0,0}-{2508,2904,0,0,0}-{2506,2902,0,0,0}-{2504,2903,0,0,0}-{2504,2902,0,0,0}-{2525,2899,0,0,0}-{2523,2897,0,0,0}-{2522,2897,0,0,0}-{2523,2895,0,0,0}-{2521,2893,0,0,0}-{2523,2893,0,0,0}-{2506,2888,0,0,0}-{2509,2889,0,0,0}-{2505,2889,0,0,0}-{2508,2888,0,0,0}-{2506,2887,0,0,0}-{2505,2887,0,0,0}-{2554,2935,0,0,0}-{2552,2935,0,0,0}-{2557,2934,0,0,0}-{2554,2934,0,0,0}-{2558,2933,0,0,0}-{2559,2931,0,0,0}-{2560,2918,0,0,0}-{2558,2916,0,0,0}-{2557,2917,0,0,0}-{2561,2916,0,0,0}-{2555,2915,0,0,0}-{2557,2914,0,0,0}-{2560,2915,0,0,0}-{2554,2912,0,0,0}-{2556,2912,0,0,0}-{2559,2909,0,0,0}-{2558,2909,0,0,0}-{2527,2894,0,0,0}-{2525,2894,0,0,0}-{2523,2895,0,0,0}-{2522,2894,0,0,0}-{2508,2890,0,0,0}-{2508,2891,0,0,0}-{2503,2905,0,0,0}-{2503,2907,0,0,0}-{2506,2902,0,0,0}-{2506,2904,0,0,0}-{2504,2894,0,0,0}-{2506,2894,0,0,0}-{2506,2892,0,0,0}-{2508,2904,0,0,0}-{2506,2891,0,0,0}-{2524,2901,0,0,0}-{2526,2901,0,0,0}-{2524,2894,0,0,0}-{2525,2894,0,0,0}-{2527,2894,0,0,0}-{2523,2896,0,0,0}-{2525,2896,0,0,0}-{2507,2903,0,0,0}-{2507,2905,0,0,0}-{2505,2902,0,0,0}-{2506,2904,0,0,0}-{2505,2907,0,0,0}-{2506,2905,0,0,0}-{2505,2905,0,0,0}-{2504,2906,0,0,0}-{2506,2894,0,0,0}-{2504,2894,0,0,0}-{2507,2891,0,0,0}-{2507,2887,0,0,0}-{2506,2891,0,0,0}-{2506,2907,0,0,0}-{2495,2938,0,0,0}-{2501,2938,0,0,0}-{2501,2940,0,0,0}-{2503,2938,0,0,0}"
+ },
+ {
+ "npc_id": "5079",
+ "loc_data": "{2323,3538,0,1,6}-{2319,3539,0,1,6}-{2321,3545,0,1,5}-{2324,3556,0,1,1}-{2322,3594,0,1,5}-{2323,3594,0,1,1}-{2323,3602,0,1,1}-{2326,3602,0,1,4}-{2324,3622,0,1,1}-{2326,3630,0,1,6}-{2347,3617,0,1,7}-{2341,3615,0,1,3}-{2339,3596,0,1,3}-{2329,3584,0,1,6}-{2337,3589,0,1,5}-{2358,3573,0,1,3}-{2360,3571,0,1,4}-{2371,3560,0,1,3}-{2342,3549,0,1,0}-{2357,3539,0,1,1}-{2357,3537,0,1,4}-{2357,3549,0,1,6}"
+ },
+ {
+ "npc_id": "5080",
+ "loc_data": "{2562,2927,0,1,4}-{2557,2915,0,1,3}-{2557,2921,0,1,1}-{2556,2938,0,1,7}-{2551,2930,0,1,6}-{2558,2912,0,1,4}-{2558,2909,0,1,3}-{2557,2932,0,1,6}-{2556,2935,0,1,1}-{2555,2915,0,1,2}-{2553,2935,0,1,4}-{2559,2918,0,1,4}-{2508,2909,0,1,3}-{2466,2878,0,1,6}-{2467,2881,0,1,7}-{2501,2912,0,1,6}-{2507,2907,0,1,1}-{2505,2902,0,1,2}-{2504,2896,0,1,2}-{2522,2895,0,1,3}-{2526,2897,0,1,1}-{2527,2904,0,1,0}-{2507,2889,0,1,4}-{2464,2832,0,1,2}-{2545,2948,0,1,2}-{2553,2935,0,1,1}-{2556,2931,0,1,5}-{2555,2915,0,1,6}-{2559,2911,0,1,4}-{2559,2918,0,1,3}-{2527,2896,0,1,4}-{2533,2896,0,1,5}-{2508,2890,0,1,4}-{2522,2895,0,1,2}-{2490,2877,0,1,1}-{2496,2897,0,1,1}-{2506,2906,0,1,0}-{2506,2894,0,1,3}-{2506,2902,0,1,6}-{2499,2942,0,1,7}-{2496,2936,0,1,4}-{2498,2939,0,1,3}"
+ },
+ {
+ "npc_id": "5081",
+ "loc_data": "{2318,3501,0,1,5}-{2316,3502,0,1,6}-{2317,3512,0,1,6}-{2315,3512,0,1,5}-{2312,3504,0,1,1}-{2307,3513,0,1,6}-{2311,3517,0,1,0}-{2320,3517,0,1,1}-{2309,3520,0,1,6}"
+ },
+ {
+ "npc_id": "5082",
+ "loc_data": "{2554,2894,0,1,4}-{2538,2897,0,1,6}-{2545,2899,0,1,3}-{2561,2913,0,1,1}-{2559,2908,0,1,6}-{2557,2920,0,1,4}-{2553,2913,0,1,4}-{2544,2910,0,1,2}-{2547,2909,0,1,4}-{2537,2906,0,1,5}-{2525,2914,0,1,3}-{2561,2918,0,1,7}-{2560,2915,0,1,1}-{2555,2920,0,1,6}-{2557,2908,0,1,6}-{2539,2920,0,1,1}-{2528,2915,0,1,4}-{2527,2904,0,1,0}-{2487,2878,0,1,4}-{2518,2901,0,1,5}-{2528,2902,0,1,1}-{2529,2918,0,1,6}-{2566,2881,0,1,7}-{2568,2917,0,1,6}-{2568,2918,0,1,4}-{2557,2915,0,1,7}-{2546,2912,0,1,3}-{2542,2911,0,1,5}-{2548,2910,0,1,6}-{2554,2907,0,1,1}-{2568,2885,0,1,4}-{2548,2896,0,1,5}-{2545,2895,0,1,6}-{2544,2910,0,1,7}-{2536,2895,0,1,3}-{2538,2902,0,1,6}-{2523,2910,0,1,3}-{2533,2910,0,1,2}"
+ },
+ {
+ "npc_id": "5085",
+ "loc_data": "{2328,3526,0,0,0}-{2313,3528,0,0,0}-{2312,3542,0,0,0}-{2312,3544,0,0,0}-{2323,3543,0,0,0}-{2325,3544,0,0,0}-{2328,3539,0,0,0}-{2311,3564,0,0,0}-{2332,3548,0,0,0}-{2335,3545,0,0,0}-{2320,3580,0,0,0}-{2325,3582,0,0,0}-{2330,3583,0,0,0}-{2310,3585,0,0,0}-{2324,3584,0,0,0}-{2312,3587,0,0,0}-{2316,3599,0,0,0}-{2324,3599,0,0,0}-{2323,3600,0,0,0}-{2315,3602,0,0,0}-{2309,3605,0,0,0}-{2316,3608,0,0,0}-{2315,3608,0,0,0}-{2325,3614,0,0,0}-{2313,3620,0,0,0}-{2333,3612,0,0,0}-{2331,3608,0,0,0}-{2331,3604,0,0,0}-{2346,3591,0,0,0}-{2355,3573,0,0,0}-{2369,3573,0,0,0}-{2359,3571,0,0,0}-{2352,3567,0,0,0}-{2372,3561,0,0,0}-{2361,3554,0,0,0}-{2329,3561,0,0,0}-{2341,3560,0,0,0}-{2344,3543,0,0,0}-{2342,3539,0,0,0}-{2349,3547,0,0,0}-{2352,3545,0,0,0}-{2334,3522,0,0,0}"
+ },
+ {
+ "npc_id": "5086",
+ "loc_data": "{2321,3593,0,1,1}-{2322,3597,0,1,0}-{2309,3603,0,1,5}-{2306,3607,0,1,0}-{2305,3619,0,1,1}-{2309,3618,0,1,6}-{2322,3627,0,1,3}-{2324,3614,0,1,1}-{2323,3614,0,1,1}-{2323,3629,0,1,6}-{2329,3633,0,1,4}-{2328,3634,0,1,3}-{2311,3642,0,1,1}-{2307,3644,0,1,6}-{2318,3645,0,1,1}-{2323,3645,0,1,3}-{2333,3629,0,1,3}-{2340,3641,0,1,7}-{2343,3640,0,1,6}-{2335,3633,0,1,6}"
+ },
+ {
+ "npc_id": "5087",
+ "loc_data": "{2706,3776,0,1,4}-{2712,3774,0,1,3}-{2716,3778,0,1,4}-{2715,3772,0,1,3}-{2720,3767,0,1,4}-{2712,3766,0,1,0}-{2718,3767,0,1,7}-{2719,3771,0,1,3}"
+ },
+ {
+ "npc_id": "5088",
+ "loc_data": "{2586,2883,0,1,6}-{2589,2909,0,1,1}-{2574,2915,0,1,3}-{2572,2928,0,1,3}-{2567,2932,0,1,6}-{2568,2933,0,1,0}-{2538,2889,0,1,3}-{2538,2902,0,1,4}-{2536,2872,0,1,4}-{2536,2872,0,1,6}-{2536,2872,0,1,4}-{2536,2872,0,1,6}-{2536,2872,0,1,3}-{2585,2884,0,1,5}-{2577,2890,0,1,0}-{2578,2918,0,1,1}-{2536,2864,0,1,7}-{2568,2934,0,1,1}-{2574,2930,0,1,1}-{2576,2928,0,1,4}-{2512,2864,0,1,6}-{2512,2864,0,1,1}-{2580,2889,0,1,1}-{2580,2886,0,1,1}-{2580,2886,0,1,0}-{2572,2900,0,1,4}-{2572,2896,0,1,3}-{2568,2905,0,1,4}"
+ },
+ {
+ "npc_id": "5089",
+ "loc_data": "{2315,3523,0,1,1}-{2315,3530,0,1,6}-{2308,3536,0,1,4}-{2307,3538,0,1,1}-{2325,3551,0,1,3}-{2316,3559,0,1,1}-{2312,3559,0,1,1}-{2310,3572,0,1,3}-{2334,3552,0,1,4}-{2308,3582,0,1,2}-{2363,3579,0,1,1}-{2363,3577,0,1,1}-{2350,3568,0,1,1}-{2352,3561,0,1,1}-{2346,3547,0,1,7}-{2347,3546,0,1,3}-{2363,3541,0,1,1}-{2362,3536,0,1,2}-{2350,3526,0,1,7}-{2350,3521,0,1,4}-{2351,3562,0,1,0}-{2310,3574,0,1,6}"
+ },
+ {
+ "npc_id": "5093",
+ "loc_data": "{2375,3607,0,0,0}"
+ },
+ {
+ "npc_id": "5098",
+ "loc_data": "{2372,3592,0,1,5}-{2370,3587,0,1,3}-{2371,3586,0,1,6}-{2376,3582,0,1,6}-{2378,3582,0,1,1}-{2383,3582,0,1,5}-{2393,3590,0,1,6}"
+ },
+ {
+ "npc_id": "5099",
+ "loc_data": "{2365,3597,0,1,5}-{2369,3588,0,1,4}-{2366,3577,0,1,4}-{2372,3573,0,1,1}-{2377,3584,0,1,1}-{2385,3590,0,1,3}-{2388,3598,0,1,3}"
+ },
+ {
+ "npc_id": "5100",
+ "loc_data": "{2369,3579,0,1,5}-{2373,3575,0,1,1}-{2390,3588,0,1,4}"
+ },
+ {
+ "npc_id": "5103",
+ "loc_data": "{2733,3777,0,1,6}-{2731,3784,0,1,4}-{2735,3790,0,1,6}-{2741,3783,0,1,2}-{2738,3790,0,1,1}-{2731,3783,0,1,1}-{2724,3791,0,1,4}"
+ },
+ {
+ "npc_id": "5104",
+ "loc_data": "{2551,2890,0,0,1}-{2541,2899,0,0,0}-{2564,2896,0,0,4}-{2571,2882,0,1,1}-{2552,2910,0,0,0}-{2573,2900,0,1,3}-{2558,2881,0,0,0}-{2543,2899,0,0,0}-{2545,2925,0,0,0}-{2549,2905,0,1,3}"
+ },
+ {
+ "npc_id": "5105",
+ "loc_data": "{2780,3017,0,1,0}-{2766,3013,0,1,0}-{2785,3006,0,1,0}-{2775,2996,0,1,0}"
+ },
+ {
+ "npc_id": "5109",
+ "loc_data": "{3443,2902,0,1,3}"
+ },
+ {
+ "npc_id": "5110",
+ "loc_data": "{2566,3084,0,1,6}"
+ },
+ {
+ "npc_id": "5111",
+ "loc_data": "{2569,3083,0,1,1}"
+ },
+ {
+ "npc_id": "5112",
+ "loc_data": "{2712,3833,1,1,1}"
+ },
+ {
+ "npc_id": "5113",
+ "loc_data": "{2525,2916,0,1,5}"
+ },
+ {
+ "npc_id": "5114",
+ "loc_data": "{3411,3076,0,1,6}-{3415,3075,0,1,1}-{3406,3093,0,1,3}-{3413,3078,0,1,1}-{3403,3093,0,1,1}-{3412,3081,0,1,3}-{3405,3099,0,1,3}-{3405,3102,0,1,0}-{3406,3098,0,1,4}-{3401,3099,0,1,7}-{3405,3093,0,1,4}-{3404,3085,0,1,5}-{3402,3094,0,1,6}-{3399,3096,0,1,1}-{3405,3088,0,1,3}-{3411,3088,0,1,2}"
+ },
+ {
+ "npc_id": "5115",
+ "loc_data": "{2451,3219,0,1,3}-{2448,3221,0,1,3}-{2476,3236,0,1,3}-{2450,3226,0,1,6}-{2474,3239,0,1,0}-{2470,3240,0,1,2}-{2468,3243,0,1,0}-{2455,3219,0,1,6}-{2449,3225,0,1,7}-{2445,3226,0,1,2}-{2467,3241,0,1,1}-{2452,3221,0,1,3}-{2473,3235,0,1,7}-{2472,3241,0,1,4}-{2475,3237,0,1,3}"
+ },
+ {
+ "npc_id": "5116",
+ "loc_data": "{3291,3675,0,1,6}-{3293,3678,0,1,1}-{3302,3671,0,1,0}-{3299,3666,0,1,5}-{3319,3662,0,1,2}-{3309,3661,0,1,5}-{3321,3661,0,1,1}-{3298,3672,0,1,0}-{3316,3657,0,1,4}-{3302,3667,0,1,1}-{3302,3666,0,1,3}-{3315,3663,0,1,1}"
+ },
+ {
+ "npc_id": "5117",
+ "loc_data": "{3537,3449,0,1,2}-{3535,3447,0,1,6}-{3539,3447,0,1,2}-{3533,3446,0,1,1}-{3549,3439,0,1,4}-{3547,3439,0,1,7}-{3549,3439,0,1,4}"
+ },
+ {
+ "npc_id": "5120",
+ "loc_data": "{2326,3488,0,1,0}-{2325,3483,0,1,0}-{2315,3482,0,1,0}-{2336,3491,0,1,0}"
+ },
+ {
+ "npc_id": "5125",
+ "loc_data": "{2316,3501,0,0,0}"
+ },
+ {
+ "npc_id": "5138",
+ "loc_data": "{2607,3264,0,0,0}"
+ },
+ {
+ "npc_id": "5139",
+ "loc_data": "{2607,3260,0,0,0}"
+ },
+ {
+ "npc_id": "5146",
+ "loc_data": "{3205,3263,0,0,0}-{2925,3324,0,1,0}"
+ },
+ {
+ "npc_id": "5147",
+ "loc_data": "{3207, 3270, 0, 1, 0}"
+ },
+ {
+ "npc_id": "5148",
+ "loc_data": "{3229,3347,0,1,1}-{3238,3347,0,1,1}"
+ },
+ {
+ "npc_id": "5149",
+ "loc_data": "{3233,3350,0,1,0}"
+ },
+ {
+ "npc_id": "5156",
+ "loc_data": "{3203,3262,0,1,5}"
+ },
+ {
+ "npc_id": "5157",
+ "loc_data": "{3205,3262,0,1,1}"
+ },
+ {
+ "npc_id": "5160",
+ "loc_data": "{3205,3270,0,1,4}-{3249,3345,0,1,5}"
+ },
+ {
+ "npc_id": "5161",
+ "loc_data": "{3210,3273,0,1,6}-{3233,3340,0,1,5}-{3241,3344,0,1,3}-{2926,3326,0,1,6}-{2924,3324,0,1,1}"
+ },
+ {
+ "npc_id": "5164",
+ "loc_data": "{2410,4456,0,1,1}-{2415,4429,0,1,2}"
+ },
+ {
+ "npc_id": "5168",
+ "loc_data": "{3207,3260,0,1,3}-{3197,3268,0,1,1}"
+ },
+ {
+ "npc_id": "5171",
+ "loc_data": "{2860,10054,1,0,0}"
+ },
+ {
+ "npc_id": "5173",
+ "loc_data": "{2769,3611,0,1,7}-{2768,3607,0,1,6}-{2764,3612,0,1,2}-{2763,3608,0,1,6}-{2762,3611,0,1,4}-{2765,3606,0,1,0}"
+ },
+ {
+ "npc_id": "5199",
+ "loc_data": "{3093,3357,0,0,0}"
+ },
+ {
+ "npc_id": "5200",
+ "loc_data": "{3099,3369,0,1,1}"
+ },
+ {
+ "npc_id": "5202",
+ "loc_data": "{3621,3528,0,1,4}"
+ },
+ {
+ "npc_id": "5258",
+ "loc_data": "{2666,2651,0,0,1}-{2668,2651,0,0,1}"
+ },
+ {
+ "npc_id": "5260",
+ "loc_data": "{2665,2651,0,0,1}-{2667,2651,0,0,1}"
+ },
+ {
+ "npc_id": "5291",
+ "loc_data": "{3300,2792,0,0,6}-{3282,2807,0,0,6}-{3285,2811,0,0,1}-{3283,2772,0,1,5}-{3281,2771,0,1,7}-{3283,2776,0,1,6}-{3278,2770,0,1,6}"
+ },
+ {
+ "npc_id": "5298",
+ "loc_data": "{2499,3286,0,1,6}"
+ },
+ {
+ "npc_id": "5300",
+ "loc_data": "{2500,3283,0,1,0}"
+ },
+ {
+ "npc_id": "5303",
+ "loc_data": "{2506,3284,0,1,6}"
+ },
+ {
+ "npc_id": "5310",
+ "loc_data": "{3212,3682,0,1,0}-{3228,3680,0,1,6}-{3230,3683,0,1,1}-{3234,3692,0,1,5}"
+ },
+ {
+ "npc_id": "5311",
+ "loc_data": "{3231,3673,0,1,0}-{3225,3677,0,1,3}-{3229,3689,0,1,4}-{3239,3681,0,1,4}-{3236,3694,0,1,6}"
+ },
+ {
+ "npc_id": "5312",
+ "loc_data": "{3210,3667,0,1,4}-{3217,3688,0,1,4}-{3241,3694,0,1,3}"
+ },
+ {
+ "npc_id": "5313",
+ "loc_data": "{3224,3686,0,1,5}-{3243,3688,0,1,1}-{3242,3687,0,1,0}"
+ },
+ {
+ "npc_id": "5314",
+ "loc_data": "{2588,9491,0,1,3}-{2585,9492,0,1,3}-{2586,9491,0,1,5}-{2591,9492,0,1,3}"
+ },
+ {
+ "npc_id": "5316",
+ "loc_data": "{2497,3292,0,1,3}"
+ },
+ {
+ "npc_id": "5318",
+ "loc_data": "{2511,3287,0,1,3}"
+ },
+ {
+ "npc_id": "5323",
+ "loc_data": "{3221,3693,0,1,6}"
+ },
+ {
+ "npc_id": "5324",
+ "loc_data": "{3221,3682,0,1,4}"
+ },
+ {
+ "npc_id": "5325",
+ "loc_data": "{3125,3627,0,1,6}-{3232,3698,0,1,7}"
+ },
+ {
+ "npc_id": "5326",
+ "loc_data": "{3229,3683,0,1,0}"
+ },
+ {
+ "npc_id": "5327",
+ "loc_data": "{3224,3671,0,1,6}"
+ },
+ {
+ "npc_id": "5332",
+ "loc_data": "{2887,9822,0,1,0}-{2884,9824,0,1,0}-{3102,3571,0,1,3}-{2855,9571,0,1,0}"
+ },
+ {
+ "npc_id": "5333",
+ "loc_data": "{2885,9815,0,1,0}-{3100,3560,0,1,4}-{3108,3545,0,1,2}-{2860,9571,0,1,7}"
+ },
+ {
+ "npc_id": "5334",
+ "loc_data": "{2884,9817,0,1,0}-{3108,3533,0,1,1}-{2860,9569,0,1,6}"
+ },
+ {
+ "npc_id": "5337",
+ "loc_data": "{2885,9825,0,1,0}-{3100,3563,0,1,1}-{2832,9656,0,1,6}-{2846,3250,0,1,7}-{2834,3233,0,1,5}-{3003,10347,0,1,7}-{3003,10350,0,1,6}-{3003,10357,0,1,4}-{2996,10343,0,1,3}-{2993,10346,0,1,4}-{2995,3938,0,1,4}"
+ },
+ {
+ "npc_id": "5338",
+ "loc_data": "{3119,3565,0,1,1}-{2838,9648,0,1,5}-{2831,9654,0,1,1}-{2843,3248,0,1,1}-{2840,3240,0,1,3}-{2994,10349,0,1,5}-{2998,10350,0,1,0}-{3003,10350,0,1,4}"
+ },
+ {
+ "npc_id": "5339",
+ "loc_data": "{3095,3554,0,1,4}-{2831,9655,0,1,7}-{2844,3239,0,1,0}"
+ },
+ {
+ "npc_id": "5340",
+ "loc_data": "{3112,3573,0,1,6}-{2833,9655,0,1,6}-{2848,3246,0,1,3}"
+ },
+ {
+ "npc_id": "5341",
+ "loc_data": "{2840,9633,0,1,1}-{2844,9634,0,1,6}-{2842,9637,0,1,3}"
+ },
+ {
+ "npc_id": "5345",
+ "loc_data": "{2501,3294,0,1,3}"
+ },
+ {
+ "npc_id": "5349",
+ "loc_data": "{3099,3354,1,1,3}"
+ },
+ {
+ "npc_id": "5350",
+ "loc_data": "{3116,3367,1,1,3}"
+ },
+ {
+ "npc_id": "5351",
+ "loc_data": "{3110,3358,1,1,1}"
+ },
+ {
+ "npc_id": "5352",
+ "loc_data": "{3121,3359,1,1,4}"
+ },
+ {
+ "npc_id": "5355",
+ "loc_data": "{2873,2950,0,0,0}-{2876,2951,0,0,0}"
+ },
+ {
+ "npc_id": "5356",
+ "loc_data": "{2877,2958,0,0,0}"
+ },
+ {
+ "npc_id": "5357",
+ "loc_data": "{2876,2958,0,0,0}"
+ },
+ {
+ "npc_id": "5358",
+ "loc_data": "{2874,2954,0,0,6}"
+ },
+ {
+ "npc_id": "5361",
+ "loc_data": "{3176,5543,0,1,3}-{3191,5542,0,1,4}-{1757,5358,0,1,5}-{1760,5357,0,1,5}-{1755,5352,0,1,5}-{1751,5342,0,1,3}-{1745,5342,0,1,6}-{1739,5342,0,1,3}-{1737,5344,0,1,7}-{1739,5347,0,1,6}-{1740,5350,0,1,5}-{1739,5355,0,1,3}-{1747,5363,0,1,4}-{1749,5363,0,1,4}-{1743,5360,0,1,3}-{1739,5356,0,1,0}-{3175,5543,0,1,2}-{3178,5541,0,1,2}-{3187,5542,0,1,3}-{3192,5545,0,1,2}-{3192,5542,0,1,3}-{3179,5549,0,1,6}-{2386,9745,0,1,1}-{2385,9748,0,1,1}-{2389,9746,0,1,1}-{2390,9751,0,1,1}-{2306,9760,0,1,1}-{2395,9757,0,1,1}-{2397,9756,0,1,1}-{2399,9758,0,1,1}-{2385,9762,0,1,1}-{2382,9759,0,1,1}-{2385,9757,0,1,1}-{2388,9759,0,1,1}-{2393,9768,0,1,1}-{2394,9741,0,1,1}"
+ },
+ {
+ "npc_id": "5362",
+ "loc_data": "{1774,5361,0,1,3}-{1776,5350,0,1,3}-{1772,5342,0,1,1}-{1772,5336,0,1,4}-{1778,5328,0,1,7}-{1761,5334,0,1,4}-{1754,5337,0,1,7}-{1749,5331,0,0,1}"
+ },
+ {
+ "npc_id": "5363",
+ "loc_data": "{1781,5340,1,1,5}-{1782,5356,1,1,1}-{1767,5343,1,1,6}-{1761,5338,1,1,3}-{1767,5332,1,1,6}-{1757,5326,1,1,7}-{1784,5329,1,1,1}"
+ },
+ {
+ "npc_id": "5364",
+ "loc_data": "{1765,5344,0,1,3}"
+ },
+ {
+ "npc_id": "5365",
+ "loc_data": "{2354,5191,0,1,4}-{2351,5191,0,1,5}"
+ },
+ {
+ "npc_id": "5366",
+ "loc_data": "{2357,5196,0,1,2}-{2356,5188,0,1,4}-{2343,5195,0,1,6}-{2335,5202,0,1,3}-{2323,5211,0,1,1}"
+ },
+ {
+ "npc_id": "5367",
+ "loc_data": "{2312,5189,0,1,7}"
+ },
+ {
+ "npc_id": "5369",
+ "loc_data": "{2345,5195,0,1,3}-{2264,5136,0,1,1}-{2323,5227,0,1,5}-{2319,5223,0,1,6}"
+ },
+ {
+ "npc_id": "5370",
+ "loc_data": "{2347,5195,0,1,3}-{2323,5225,0,1,3}-{2319,5227,0,1,0}-{2323,5227,0,1,3}-{2318,5227,0,1,0}-{2326,5227,0,1,6}"
+ },
+ {
+ "npc_id": "5371",
+ "loc_data": "{2356,5204,0,1,1}-{2324,5223,0,1,1}"
+ },
+ {
+ "npc_id": "5375",
+ "loc_data": "{2029,5236,0,1,6}-{2031,5235,0,1,1}-{2029,5230,0,1,3}"
+ },
+ {
+ "npc_id": "5376",
+ "loc_data": "{2031,5233,0,1,1}"
+ },
+ {
+ "npc_id": "5377",
+ "loc_data": "{2004,5189,0,1,3}-{2002,5207,0,1,3}-{2009,5199,0,1,5}-{2004,5203,0,1,6}"
+ },
+ {
+ "npc_id": "5378",
+ "loc_data": "{1993,5192,0,1,5}-{1999,5190,0,1,6}-{1989,5187,0,1,4}-{2008,5205,0,1,4}"
+ },
+ {
+ "npc_id": "5379",
+ "loc_data": "{1952,5192,0,1,5}-{1995,5240,0,1,5}-{1944,5152,0,1,2}-{2010,5186,0,1,4}-{2023,5190,0,1,1}"
+ },
+ {
+ "npc_id": "5380",
+ "loc_data": "{1952,5192,0,1,2}-{2028,5192,0,1,0}"
+ },
+ {
+ "npc_id": "5383",
+ "loc_data": "{3194,4569,0,0,0}"
+ },
+ {
+ "npc_id": "5384",
+ "loc_data": "{3165,4598,0,0,0}-{3167,4577,0,0,0}"
+ },
+ {
+ "npc_id": "5385",
+ "loc_data": "{3191,4595,1,1,1}-{3191,4601,1,1,2}"
+ },
+ {
+ "npc_id": "5386",
+ "loc_data": "{3143,4595,0,1,1}-{3145,4598,0,1,3}-{3182,4577,0,1,1}-{3187,4578,0,1,0}-{3158,4589,1,1,7}-{3194,4599,1,1,4}"
+ },
+ {
+ "npc_id": "5387",
+ "loc_data": "{3158,4584,0,1,4}-{3159,4577,0,1,6}-{3169,4587,0,1,1}-{3152,4569,1,1,1}"
+ },
+ {
+ "npc_id": "5388",
+ "loc_data": "{3156,4567,2,1,0}"
+ },
+ {
+ "npc_id": "5389",
+ "loc_data": "{3157,4568,0,1,6}-{3185,4562,0,1,3}"
+ },
+ {
+ "npc_id": "5390",
+ "loc_data": "{3182,4562,0,1,3}-{3185,4560,0,1,3}"
+ },
+ {
+ "npc_id": "5391",
+ "loc_data": "{3158,4552,0,1,4}-{3163,4569,0,1,1}-{3177,4549,0,1,3}-{3184,4550,0,1,3}-{3158,4560,1,1,4}-{3174,4566,1,1,1}-{3195,4577,1,1,6}"
+ },
+ {
+ "npc_id": "5393",
+ "loc_data": "{3146,4596,0,1,1}-{3163,4598,0,1,3}-{3155,4591,1,1,3}"
+ },
+ {
+ "npc_id": "5394",
+ "loc_data": "{3167,4589,0,1,6}-{3172,4598,0,1,1}-{2677,9688,0,1,1}-{2676,9679,0,1,4}-{2669,9681,0,1,1}"
+ },
+ {
+ "npc_id": "5395",
+ "loc_data": "{3141,4598,0,1,3}-{3170,4592,0,1,6}-{3144,4589,1,1,3}"
+ },
+ {
+ "npc_id": "5396",
+ "loc_data": "{3145,4583,1,1,0}"
+ },
+ {
+ "npc_id": "5397",
+ "loc_data": "{3155,4583,0,1,3}-{3176,4576,1,1,3}"
+ },
+ {
+ "npc_id": "5398",
+ "loc_data": "{3145,4574,1,1,3}-{3182,4586,1,1,3}"
+ },
+ {
+ "npc_id": "5399",
+ "loc_data": "{3140,4557,2,1,4}-{3188,4578,2,1,1}"
+ },
+ {
+ "npc_id": "5400",
+ "loc_data": "{3175,4579,1,1,6}-{3142,4560,2,1,3}-{3159,4569,2,1,1}"
+ },
+ {
+ "npc_id": "5401",
+ "loc_data": "{3151,4573,1,1,4}"
+ },
+ {
+ "npc_id": "5402",
+ "loc_data": "{3154,4559,0,1,6}-{3171,4571,1,1,6}-{3179,4586,1,1,1}"
+ },
+ {
+ "npc_id": "5403",
+ "loc_data": "{3141,4557,0,1,4}-{3182,4577,2,1,6}"
+ },
+ {
+ "npc_id": "5404",
+ "loc_data": "{3143,4555,0,1,4}-{3144,4549,1,1,4}-{3190,4587,1,1,1}-{3186,4576,2,1,3}"
+ },
+ {
+ "npc_id": "5405",
+ "loc_data": "{3163,4559,0,1,4}-{3146,4565,1,1,3}-{3195,4582,1,1,6}"
+ },
+ {
+ "npc_id": "5406",
+ "loc_data": "{3159,4603,1,1,1}"
+ },
+ {
+ "npc_id": "5407",
+ "loc_data": "{3141,4547,1,1,3}"
+ },
+ {
+ "npc_id": "5408",
+ "loc_data": "{3170,4559,1,1,4}"
+ },
+ {
+ "npc_id": "5409",
+ "loc_data": "{3173,4550,0,1,6}-{3190,4551,0,1,2}"
+ },
+ {
+ "npc_id": "5410",
+ "loc_data": "{3190,4561,0,1,5}"
+ },
+ {
+ "npc_id": "5413",
+ "loc_data": "{3187,5450,0,1,6}-{3177,5453,0,1,6}"
+ },
+ {
+ "npc_id": "5414",
+ "loc_data": "{3176,5454,0,1,3}-{3182,5447,0,1,3}"
+ },
+ {
+ "npc_id": "5423",
+ "loc_data": "{3212,3263,0,0,0}"
+ },
+ {
+ "npc_id": "5439",
+ "loc_data": "{3017,3277,0,0,0}"
+ },
+ {
+ "npc_id": "5445",
+ "loc_data": "{2596,3269,0,1,4}-{2571,3907,0,1,7}-{2571,3907,0,1,3}-{2569,3908,0,1,3}-{2571,3908,0,1,3}-{2572,3906,0,1,6}"
+ },
+ {
+ "npc_id": "5478",
+ "loc_data": "{2407,3803,0,1,3}"
+ },
+ {
+ "npc_id": "5479",
+ "loc_data": "{2407,3803,0,1,3}"
+ },
+ {
+ "npc_id": "5480",
+ "loc_data": "{2406,3803,0,1,3}"
+ },
+ {
+ "npc_id": "5483",
+ "loc_data": "{2395,3796,0,1,2}"
+ },
+ {
+ "npc_id": "5484",
+ "loc_data": "{2418,3816,0,1,3}"
+ },
+ {
+ "npc_id": "5485",
+ "loc_data": "{2393,3796,0,1,2}"
+ },
+ {
+ "npc_id": "5486",
+ "loc_data": "{2396,3805,0,1,3}"
+ },
+ {
+ "npc_id": "5487",
+ "loc_data": "{2417,3815,0,1,3}"
+ },
+ {
+ "npc_id": "5488",
+ "loc_data": "{2416,3799,0,0,1}"
+ },
+ {
+ "npc_id": "5489",
+ "loc_data": "{2372,3801,2,0,3}"
+ },
+ {
+ "npc_id": "5490",
+ "loc_data": "{2364,3800,2,0,4}"
+ },
+ {
+ "npc_id": "5493",
+ "loc_data": "{2391,3800,0,1,5}"
+ },
+ {
+ "npc_id": "5494",
+ "loc_data": "{2416,3808,0,1,5}"
+ },
+ {
+ "npc_id": "5495",
+ "loc_data": "{2406,3813,0,1,3}"
+ },
+ {
+ "npc_id": "5496",
+ "loc_data": "{2402,3800,0,1,4}"
+ },
+ {
+ "npc_id": "5499",
+ "loc_data": "{2403,3807,0,1,4}"
+ },
+ {
+ "npc_id": "5500",
+ "loc_data": "{2395,3812,0,2,2}"
+ },
+ {
+ "npc_id": "5501",
+ "loc_data": "{2408,3816,0,1,3}"
+ },
+ {
+ "npc_id": "5502",
+ "loc_data": "{2409,3814,0,1,3}"
+ },
+ {
+ "npc_id": "5504",
+ "loc_data": "{2336,3799,0,0,4}"
+ },
+ {
+ "npc_id": "5505",
+ "loc_data": "{2334,3800,0,0,4}"
+ },
+ {
+ "npc_id": "5506",
+ "loc_data": "{2334,3798,0,0,4}"
+ },
+ {
+ "npc_id": "5507",
+ "loc_data": "{2311,3781,0,0,1}"
+ },
+ {
+ "npc_id": "5508",
+ "loc_data": "{2646,3710,0,0,4}"
+ },
+ {
+ "npc_id": "5509",
+ "loc_data": "{2336,3808,0,0,6}"
+ },
+ {
+ "npc_id": "5510",
+ "loc_data": "{2333,3804,0,1,1}"
+ },
+ {
+ "npc_id": "5511",
+ "loc_data": "{2327,3794,0,1,6}"
+ },
+ {
+ "npc_id": "5512",
+ "loc_data": "{2319,3795,0,1,3}"
+ },
+ {
+ "npc_id": "5513",
+ "loc_data": "{2352,3797,0,1,2}"
+ },
+ {
+ "npc_id": "5514",
+ "loc_data": "{2333,3795,1,1,4}"
+ },
+ {
+ "npc_id": "5515",
+ "loc_data": "{2330,3799,1,1,3}"
+ },
+ {
+ "npc_id": "5516",
+ "loc_data": "{2329,3808,1,1,4}"
+ },
+ {
+ "npc_id": "5518",
+ "loc_data": "{2338,3798,0,0,1}"
+ },
+ {
+ "npc_id": "5519",
+ "loc_data": "{2338,3800,0,0,6}"
+ },
+ {
+ "npc_id": "5520",
+ "loc_data": "{2338,3810,0,0,3}"
+ },
+ {
+ "npc_id": "5529",
+ "loc_data": "{2323,3790,0,1,1}-{2323,3795,0,1,0}-{2322,3795,0,1,0}-{2317,3794,0,1,6}-{2317,3790,0,1,3}-{2321,3792,0,1,6}"
+ },
+ {
+ "npc_id": "5531",
+ "loc_data": "{3323,3138,1,1,6}"
+ },
+ {
+ "npc_id": "5532",
+ "loc_data": "{3320,3138,0,1,3}"
+ },
+ {
+ "npc_id": "5533",
+ "loc_data": "{2904,5460,0,1,4}"
+ },
+ {
+ "npc_id": "5534",
+ "loc_data": "{2900,5455,0,1,1}"
+ },
+ {
+ "npc_id": "5535",
+ "loc_data": "{2903,5449,0,1,4}"
+ },
+ {
+ "npc_id": "5536",
+ "loc_data": "{2905,5451,0,1,1}"
+ },
+ {
+ "npc_id": "5537",
+ "loc_data": "{2905,5457,0,1,4}"
+ },
+ {
+ "npc_id": "5538",
+ "loc_data": "{2912,5455,0,1,3}"
+ },
+ {
+ "npc_id": "5539",
+ "loc_data": "{2922,5464,0,1,1}"
+ },
+ {
+ "npc_id": "5540",
+ "loc_data": "{2924,5462,0,1,4}"
+ },
+ {
+ "npc_id": "5541",
+ "loc_data": "{2924,5458,0,1,4}"
+ },
+ {
+ "npc_id": "5542",
+ "loc_data": "{2930,5458,0,1,1}"
+ },
+ {
+ "npc_id": "5544",
+ "loc_data": "{2931,5469,0,1,3}"
+ },
+ {
+ "npc_id": "5545",
+ "loc_data": "{2925,5471,0,1,1}"
+ },
+ {
+ "npc_id": "5546",
+ "loc_data": "{2931,5475,0,1,1}"
+ },
+ {
+ "npc_id": "5547",
+ "loc_data": "{2907,5486,0,1,6}"
+ },
+ {
+ "npc_id": "5548",
+ "loc_data": "{2907,5492,0,1,6}"
+ },
+ {
+ "npc_id": "5549",
+ "loc_data": "{2910,5491,0,1,6}"
+ },
+ {
+ "npc_id": "5550",
+ "loc_data": "{2915,5483,0,1,1}"
+ },
+ {
+ "npc_id": "5551",
+ "loc_data": "{2922,5486,0,1,4}"
+ },
+ {
+ "npc_id": "5552",
+ "loc_data": "{2921,5493,0,1,4}"
+ },
+ {
+ "npc_id": "5553",
+ "loc_data": "{2899,5468,0,1,4}"
+ },
+ {
+ "npc_id": "5554",
+ "loc_data": "{2894,5470,0,1,3}"
+ },
+ {
+ "npc_id": "5555",
+ "loc_data": "{2898,5478,0,1,4}"
+ },
+ {
+ "npc_id": "5556",
+ "loc_data": "{2896,5482,0,1,3}"
+ },
+ {
+ "npc_id": "5557",
+ "loc_data": "{2894,5483,0,1,4}"
+ },
+ {
+ "npc_id": "5558",
+ "loc_data": "{2894,5485,0,1,3}"
+ },
+ {
+ "npc_id": "5562",
+ "loc_data": "{2913,5462,0,0,0}-{2900,5458,0,0,0}-{2908,5455,0,0,0}-{2910,5455,0,0,0}-{2913,5452,0,0,0}-{2914,5453,0,0,0}"
+ },
+ {
+ "npc_id": "5563",
+ "loc_data": "{2911,5474,0,0,0}"
+ },
+ {
+ "npc_id": "5574",
+ "loc_data": "{2836,3066,0,0,0}"
+ },
+ {
+ "npc_id": "5576",
+ "loc_data": "{3072,3336,0,0,0}-{3063,3348,0,0,0}"
+ },
+ {
+ "npc_id": "5608",
+ "loc_data": "{3786,2827,2,0,0}"
+ },
+ {
+ "npc_id": "5609",
+ "loc_data": "{3786,2824,1,0,0}"
+ },
+ {
+ "npc_id": "5610",
+ "loc_data": "{3785,2827,0,0,0}"
+ },
+ {
+ "npc_id": "5611",
+ "loc_data": "{3784,2824,0,0,0}"
+ },
+ {
+ "npc_id": "5614",
+ "loc_data": "{3779,2826,0,0,0}-{3789,2817,0,0,0}-{3794,2821,0,0,0}-{3808,2823,0,0,0}-{3812,2861,0,0,0}-{3813,2822,0,0,0}-{3818,2862,0,0,0}-{3819,2870,0,0,0}-{3821,2824,0,0,0}-{3831,2828,0,0,0}"
+ },
+ {
+ "npc_id": "5627",
+ "loc_data": "{3808,2845,0,0,0}-{3812,2846,0,0,0}-{3815,2844,0,0,3}-{3819,2839,0,0,0}-{3819,2851,0,0,0}-{3819,2838,1,0,0}-{3823,2836,1,0,0}-{3823,2846,1,0,0}"
+ },
+ {
+ "npc_id": "5628",
+ "loc_data": "{3810,2843,0,0,0}-{3813,2844,0,0,0}-{3821,2837,0,0,0}-{3820,2840,1,0,0}-{3820,2851,1,0,0}-{3823,2839,1,0,0}"
+ },
+ {
+ "npc_id": "5629",
+ "loc_data": "{3811,2826,0,0,0}"
+ },
+ {
+ "npc_id": "5631",
+ "loc_data": "{3827,2833,0,0,0}"
+ },
+ {
+ "npc_id": "5633",
+ "loc_data": "{3815,2859,0,0,0}"
+ },
+ {
+ "npc_id": "5634",
+ "loc_data": "{3793,2851,0,0,0}"
+ },
+ {
+ "npc_id": "5635",
+ "loc_data": "{3784,2843,0,0,0}"
+ },
+ {
+ "npc_id": "5637",
+ "loc_data": "{3803,2843,0,0,0}"
+ },
+ {
+ "npc_id": "5638",
+ "loc_data": "{3810,2833,0,0,0}"
+ },
+ {
+ "npc_id": "5639",
+ "loc_data": "{3824,2857,0,0,0}"
+ },
+ {
+ "npc_id": "5640",
+ "loc_data": "{3817,2824,0,0,0}"
+ },
+ {
+ "npc_id": "5641",
+ "loc_data": "{3799,2855,0,0,0}"
+ },
+ {
+ "npc_id": "5642",
+ "loc_data": "{3796,2858,0,0,0}"
+ },
+ {
+ "npc_id": "5644",
+ "loc_data": "{3795,2845,0,0,3}"
+ },
+ {
+ "npc_id": "5646",
+ "loc_data": "{3792,2830,0,0,0}"
+ },
+ {
+ "npc_id": "5647",
+ "loc_data": "{3803,2872,2,0,0}"
+ },
+ {
+ "npc_id": "5650",
+ "loc_data": "{3800,2835,0,0,0}"
+ },
+ {
+ "npc_id": "5656",
+ "loc_data": "{3794,2873,1,0,0}"
+ },
+ {
+ "npc_id": "5658",
+ "loc_data": "{3804,2873,1,0,0}"
+ },
+ {
+ "npc_id": "5659",
+ "loc_data": "{3805,2874,2,0,0}"
+ },
+ {
+ "npc_id": "5661",
+ "loc_data": "{3794,2874,3,0,0}"
+ },
+ {
+ "npc_id": "5665",
+ "loc_data": "{3803,2848,0,0,0}"
+ },
+ {
+ "npc_id": "5668",
+ "loc_data": "{3787,2824,0,0,0}"
+ },
+ {
+ "npc_id": "5669",
+ "loc_data": "{3787,2827,0,0,0}"
+ },
+ {
+ "npc_id": "5670",
+ "loc_data": "{3786,2827,1,0,0}"
+ },
+ {
+ "npc_id": "5671",
+ "loc_data": "{3788,2826,1,0,0}"
+ },
+ {
+ "npc_id": "5672",
+ "loc_data": "{3788,2825,2,0,0}"
+ },
+ {
+ "npc_id": "5748",
+ "loc_data": "{3483,3449,0,0,0}-{3490,3444,0,0,0}-{3479,3434,0,0,0}-{3481,3473,0,0,0}-{3479,3430,0,0,0}-{3434,3417,0,0,0}-{3431,3415,0,0,0}-{3440,3410,0,0,0}-{3424,3409,0,0,0}-{3425,3410,0,0,0}-{3425,3407,0,0,0}-{3429,3276,0,0,0}-{3440,3281,0,0,0}-{3437,3272,0,0,0}-{3440,3271,0,0,0}-{3443,3272,0,0,0}-{3445,3279,0,0,0}-{3445,3274,0,0,0}"
+ },
+ {
+ "npc_id": "5750",
+ "loc_data": "{3290,5544,0,1,4}-{3270,5552,0,1,1}-{3274,5547,0,1,7}"
+ },
+ {
+ "npc_id": "5752",
+ "loc_data": "{2711,5331,0,0,0}"
+ },
+ {
+ "npc_id": "5753",
+ "loc_data": "{2697,5332,0,0,0}"
+ },
+ {
+ "npc_id": "5755",
+ "loc_data": "{2723,5336,0,0,0}"
+ },
+ {
+ "npc_id": "5756",
+ "loc_data": "{2702,5352,1,0,0}"
+ },
+ {
+ "npc_id": "5757",
+ "loc_data": "{2743,5358,0,0,0}"
+ },
+ {
+ "npc_id": "5758",
+ "loc_data": "{2693,5332,0,0,0}-{2729,5329,0,0,0}"
+ },
+ {
+ "npc_id": "5761",
+ "loc_data": "{2725,5349,0,0,0}"
+ },
+ {
+ "npc_id": "5764",
+ "loc_data": "{2712,5342,0,0,0}"
+ },
+ {
+ "npc_id": "5765",
+ "loc_data": "{2694,5333,0,0,0}"
+ },
+ {
+ "npc_id": "5766",
+ "loc_data": "{2701,5352,1,0,0}"
+ },
+ {
+ "npc_id": "5767",
+ "loc_data": "{2695,5331,0,0,0}-{2719,5331,0,0,0}"
+ },
+ {
+ "npc_id": "5770",
+ "loc_data": "{2717,5359,0,0,0}"
+ },
+ {
+ "npc_id": "5771",
+ "loc_data": "{2722,5333,0,0,0}"
+ },
+ {
+ "npc_id": "5772",
+ "loc_data": "{2716,5359,0,0,0}"
+ },
+ {
+ "npc_id": "5776",
+ "loc_data": "{2699,5349,0,0,4}"
+ },
+ {
+ "npc_id": "5777",
+ "loc_data": "{2699,5348,0,0,4}"
+ },
+ {
+ "npc_id": "5780",
+ "loc_data": "{2722,5313,0,0,0}"
+ },
+ {
+ "npc_id": "5781",
+ "loc_data": "{2723,5321,0,0,0}"
+ },
+ {
+ "npc_id": "5782",
+ "loc_data": "{2742,5339,1,0,0}"
+ },
+ {
+ "npc_id": "5783",
+ "loc_data": "{2701,5348,0,0,0}"
+ },
+ {
+ "npc_id": "5785",
+ "loc_data": "{2726,5372,1,0,0}"
+ },
+ {
+ "npc_id": "5786",
+ "loc_data": "{2712,5369,1,0,0}"
+ },
+ {
+ "npc_id": "5787",
+ "loc_data": "{2704,5366,0,0,0}"
+ },
+ {
+ "npc_id": "5789",
+ "loc_data": "{2718,5313,0,0,0}"
+ },
+ {
+ "npc_id": "5790",
+ "loc_data": "{2715,5313,0,0,0}"
+ },
+ {
+ "npc_id": "5794",
+ "loc_data": "{2712,5321,0,0,0}"
+ },
+ {
+ "npc_id": "5796",
+ "loc_data": "{2711,5314,0,0,0}"
+ },
+ {
+ "npc_id": "5798",
+ "loc_data": "{2717,5315,0,1,2}"
+ },
+ {
+ "npc_id": "5799",
+ "loc_data": "{2730,5365,1,0,0}"
+ },
+ {
+ "npc_id": "5800",
+ "loc_data": "{2719,5335,0,1,1}-{2747,5373,0,1,3}"
+ },
+ {
+ "npc_id": "5801",
+ "loc_data": "{2730,5333,0,1,2}"
+ },
+ {
+ "npc_id": "5802",
+ "loc_data": "{2744,5353,1,0,0}"
+ },
+ {
+ "npc_id": "5803",
+ "loc_data": "{2741,5344,1,0,0}"
+ },
+ {
+ "npc_id": "5804",
+ "loc_data": "{2744,5333,1,0,0}"
+ },
+ {
+ "npc_id": "5805",
+ "loc_data": "{2743,5345,1,0,0}"
+ },
+ {
+ "npc_id": "5806",
+ "loc_data": "{2746,5333,1,0,0}"
+ },
+ {
+ "npc_id": "5807",
+ "loc_data": "{2741,5334,1,0,0}"
+ },
+ {
+ "npc_id": "5809",
+ "loc_data": "{2741,5341,1,0,0}"
+ },
+ {
+ "npc_id": "5811",
+ "loc_data": "{2744,5342,1,0,0}"
+ },
+ {
+ "npc_id": "5813",
+ "loc_data": "{2742,5338,1,0,0}"
+ },
+ {
+ "npc_id": "5815",
+ "loc_data": "{2743,5341,1,0,0}"
+ },
+ {
+ "npc_id": "5817",
+ "loc_data": "{2744,5338,1,0,0}"
+ },
+ {
+ "npc_id": "5819",
+ "loc_data": "{2744,5336,1,0,0}"
+ },
+ {
+ "npc_id": "5821",
+ "loc_data": "{2740,5334,1,0,0}"
+ },
+ {
+ "npc_id": "5827",
+ "loc_data": "{2699,5329,0,0,0}-{2699,5335,0,0,0}-{2747,5342,0,0,0}"
+ },
+ {
+ "npc_id": "5828",
+ "loc_data": "{2697,5316,0,0,0}-{3323,9606,0,0,0}"
+ },
+ {
+ "npc_id": "5832",
+ "loc_data": "{2730,5366,1,0,0}"
+ },
+ {
+ "npc_id": "5833",
+ "loc_data": "{3267,3334,0,1,3}"
+ },
+ {
+ "npc_id": "5834",
+ "loc_data": "{3208,3496,0,1,6}"
+ },
+ {
+ "npc_id": "5837",
+ "loc_data": "{3285,3468,0,0,4}"
+ },
+ {
+ "npc_id": "5839",
+ "loc_data": "{3183,5205,0,0,0}"
+ },
+ {
+ "npc_id": "5840",
+ "loc_data": "{3159,5211,0,0,0}"
+ },
+ {
+ "npc_id": "5841",
+ "loc_data": "{3176,5215,0,0,0}"
+ },
+ {
+ "npc_id": "5842",
+ "loc_data": "{3115,3475,0,1,1}"
+ },
+ {
+ "npc_id": "5843",
+ "loc_data": "{3117,3474,0,1,4}"
+ },
+ {
+ "npc_id": "5844",
+ "loc_data": "{3113,3473,0,1,7}"
+ },
+ {
+ "npc_id": "5845",
+ "loc_data": "{3115,3475,0,1,2}"
+ },
+ {
+ "npc_id": "5846",
+ "loc_data": "{3110,3471,0,0,2}"
+ },
+ {
+ "npc_id": "5847",
+ "loc_data": "{3115,3476,0,1,6}"
+ },
+ {
+ "npc_id": "5848",
+ "loc_data": "{3116,3475,0,1,1}"
+ },
+ {
+ "npc_id": "5849",
+ "loc_data": "{3112,3473,0,1,3}"
+ },
+ {
+ "npc_id": "5850",
+ "loc_data": "{3115,3476,0,1,4}"
+ },
+ {
+ "npc_id": "5851",
+ "loc_data": "{3119,3474,0,1,5}"
+ },
+ {
+ "npc_id": "5869",
+ "loc_data": "{2744,5344,0,0,0}"
+ },
+ {
+ "npc_id": "5887",
+ "loc_data": "{2737,5351,1,0,0}"
+ },
+ {
+ "npc_id": "5909",
+ "loc_data": "{3224,3402,0,1,4}"
+ },
+ {
+ "npc_id": "5910",
+ "loc_data": "{3230,3401,0,0,0}-{3284,3491,0,1,1}"
+ },
+ {
+ "npc_id": "5914",
+ "loc_data": "{3204,3419,0,0,6}"
+ },
+ {
+ "npc_id": "5915",
+ "loc_data": "{3255,3488,1,0,6}"
+ },
+ {
+ "npc_id": "5916",
+ "loc_data": "{3250,3429,0,1,5}"
+ },
+ {
+ "npc_id": "5917",
+ "loc_data": "{3200,3399,0,1,4}-{3262,3410,0,1,3}-{3176,3431,0,1,5}-{3261,3424,0,1,2}"
+ },
+ {
+ "npc_id": "5918",
+ "loc_data": "{3233,3394,0,0,7}-{3271,3399,0,1,3}"
+ },
+ {
+ "npc_id": "5919",
+ "loc_data": "{3244,3498,0,1,1}-{3244,3503,0,1,6}-{3247,3500,0,1,3}-{3175,3432,0,1,3}-{3175,3427,0,1,5}-{3205,3379,0,1,6}-{3211,3381,0,1,3}-{3172,3430,0,1,2}-{3175,3416,1,1,6}-{3175,3404,1,1,7}"
+ },
+ {
+ "npc_id": "5920",
+ "loc_data": "{3175,3421,0,1,0}-{3273,3430,0,1,0}-{3211,3378,0,1,0}-{3272,3429,0,1,1}-{3274,3427,0,1,3}-{3220,3461,0,1,3}-{3221,3464,0,1,4}-{3213,3466,0,1,1}-{3214,3461,0,1,5}-{3215,3464,0,1,0}-{3208,3467,0,1,6}-{3209,3460,0,1,4}-{3205,3463,0,1,4}"
+ },
+ {
+ "npc_id": "5923",
+ "loc_data": "{3224,3394,1,1,6}"
+ },
+ {
+ "npc_id": "5924",
+ "loc_data": "{3227,3396,0,1,1}"
+ },
+ {
+ "npc_id": "5925",
+ "loc_data": "{3220,3433,0,1,5}"
+ },
+ {
+ "npc_id": "5926",
+ "loc_data": "{3229,3392,0,1,6}-{3184,3386,0,1,4}-{3247,9775,0,1,3}-{3185,3391,0,1,5}-{3240,9770,0,1,4}-{3235,9766,0,1,3}"
+ },
+ {
+ "npc_id": "5927",
+ "loc_data": "{3250,9776,0,1,3}"
+ },
+ {
+ "npc_id": "5928",
+ "loc_data": "{3249,9772,0,1,5}"
+ },
+ {
+ "npc_id": "5929",
+ "loc_data": "{3245,9772,0,1,7}-{3239,9766,0,1,2}"
+ },
+ {
+ "npc_id": "5930",
+ "loc_data": "{3257,3454,2,0,0}"
+ },
+ {
+ "npc_id": "5932",
+ "loc_data": "{3255,3442,0,0,0}"
+ },
+ {
+ "npc_id": "5933",
+ "loc_data": "{3254,3443,0,0,0}"
+ },
+ {
+ "npc_id": "5934",
+ "loc_data": "{3259,3443,0,0,0}"
+ },
+ {
+ "npc_id": "5935",
+ "loc_data": "{3260,3442,0,0,0}"
+ },
+ {
+ "npc_id": "5938",
+ "loc_data": "{3253,3454,0,0,0}"
+ },
+ {
+ "npc_id": "5939",
+ "loc_data": "{3253,3453,1,1,0}"
+ },
+ {
+ "npc_id": "5940",
+ "loc_data": "{3262,3442,1,1,0}"
+ },
+ {
+ "npc_id": "5941",
+ "loc_data": "{3260,3447,0,0,0}"
+ },
+ {
+ "npc_id": "5943",
+ "loc_data": "{3263,3441,0,0,0}"
+ },
+ {
+ "npc_id": "5944",
+ "loc_data": "{3263,3450,0,0,0}-{1746,4961,0,1,4}-{1761, 4938, 0, 1, 4}-{1761, 4976, 0, 1, 5}"
+ },
+ {
+ "npc_id": "5946",
+ "loc_data": "{3261,3455,0,1,0}-{1758,4945,0,1,4}-{1757, 4935, 0, 1, 4}-{1746, 4980, 0, 1, 4}"
+ },
+ {
+ "npc_id": "5947",
+ "loc_data": "{3260,3452,0,1,0}-{3261,3451,2,1,0}-{1735,4950,0,1,4}-{1759, 4948, 0, 1, 4}-{1780, 4960, 0, 1, 4}-{1760, 4974, 0, 1, 5}"
+ },
+ {
+ "npc_id": "5956",
+ "loc_data": "{2659,2664,0,1,3}"
+ },
+ {
+ "npc_id": "5984",
+ "loc_data": "{3263,3452,0,1,0}-{1743,4950,0,1,4}-{1770, 4935, 0, 1, 4}-{1772, 4962, 0, 1, 4}-{1771, 4957, 0, 1, 4}-{1777, 4976, 0, 1, 6}"
+ },
+ {
+ "npc_id": "5987",
+ "loc_data": "{2891,3455,0,1,0}"
+ },
+ {
+ "npc_id": "5991",
+ "loc_data": "{2966,3466,0,0,0}"
+ },
+ {
+ "npc_id": "5997",
+ "loc_data": "{2862,3511,0,0,0}"
+ },
+ {
+ "npc_id": "5998",
+ "loc_data": "{2971,3473,0,0,0}"
+ },
+ {
+ "npc_id": "6026",
+ "loc_data": "{3489,3490,0,1,3}"
+ },
+ {
+ "npc_id": "6027",
+ "loc_data": "{3493,3472,0,1,4}"
+ },
+ {
+ "npc_id": "6028",
+ "loc_data": "{3497,3497,0,1,2}"
+ },
+ {
+ "npc_id": "6030",
+ "loc_data": "{3496,3476,0,1,2}"
+ },
+ {
+ "npc_id": "6031",
+ "loc_data": "{3511,3482,1,0,0}"
+ },
+ {
+ "npc_id": "6032",
+ "loc_data": "{3502,3487,0,1,1}"
+ },
+ {
+ "npc_id": "6033",
+ "loc_data": "{3484,3478,0,1,4}"
+ },
+ {
+ "npc_id": "6034",
+ "loc_data": "{3502,3493,0,1,3}"
+ },
+ {
+ "npc_id": "6035",
+ "loc_data": "{3486,3488,0,1,3}"
+ },
+ {
+ "npc_id": "6036",
+ "loc_data": "{3499,3474,1,0,0}"
+ },
+ {
+ "npc_id": "6037",
+ "loc_data": "{3499,3477,0,1,3}"
+ },
+ {
+ "npc_id": "6038",
+ "loc_data": "{3490,3472,1,0,0}"
+ },
+ {
+ "npc_id": "6039",
+ "loc_data": "{3483,3495,0,1,4}"
+ },
+ {
+ "npc_id": "6040",
+ "loc_data": "{3498,3472,1,0,0}"
+ },
+ {
+ "npc_id": "6041",
+ "loc_data": "{3479,3492,0,1,4}"
+ },
+ {
+ "npc_id": "6042",
+ "loc_data": "{3479,3498,0,1,4}"
+ },
+ {
+ "npc_id": "6044",
+ "loc_data": "{3505,3491,1,0,0}"
+ },
+ {
+ "npc_id": "6045",
+ "loc_data": "{3479,3498,1,0,0}"
+ },
+ {
+ "npc_id": "6046",
+ "loc_data": "{2835,3509,0,0,1}-{3306,5510,0,1,5}-{3309,5543,0,1,6}"
+ },
+ {
+ "npc_id": "6047",
+ "loc_data": "{2839,3497,0,1,6}-{2840,3504,0,1,4}"
+ },
+ {
+ "npc_id": "6050",
+ "loc_data": "{3291,3081,0,1,7}-{3298,3075,0,1,1}-{3284,3076,0,1,3}-{3266,3072,0,1,1}-{3259,3080,0,1,2}-{3246,3080,0,1,3}-{3252,3069,0,1,1}-{3244,3082,0,1,1}-{3235,3072,0,1,4}-{3242,3059,0,1,7}-{3235,3051,0,1,5}-{3248,3051,0,1,4}-{3257,3055,0,1,3}-{3263,3063,0,1,3}-{3267,3048,0,1,0}-{3253,3040,0,1,6}-{3243,3039,0,1,6}-{3254,3031,0,1,1}-{3243,3035,0,1,5}-{3232,3039,0,1,2}-{3230,3046,0,1,6}-{3219,3033,0,1,3}-{3219,3022,0,1,1}-{3227,3017,0,1,5}-{3235,3012,0,1,4}-{3243,3019,0,1,2}-{3251,3028,0,1,3}"
+ },
+ {
+ "npc_id": "6051",
+ "loc_data": "{3292,3069,0,1,1}-{3285,3071,0,1,1}-{3279,3078,0,1,4}-{3273,3065,0,1,3}-{3288,3066,0,1,6}-{3281,3057,0,1,5}-{3294,3056,0,1,5}-{3305,3064,0,1,3}-{3312,3075,0,1,6}-{3306,3086,0,1,4}-{3272,3082,0,1,4}"
+ },
+ {
+ "npc_id": "6070",
+ "loc_data": "{2589,4313,0,1,6}"
+ },
+ {
+ "npc_id": "6072",
+ "loc_data": "{2426,4442,0,0,0}"
+ },
+ {
+ "npc_id": "6073",
+ "loc_data": "{2424,4436,0,0,0}-{2594,4319,0,1,6}"
+ },
+ {
+ "npc_id": "6074",
+ "loc_data": "{2603,4306,0,1,4}-{2607,4312,0,1,7}-{2610,4319,0,1,6}-{2613,4326,0,1,5}-{2616,4333,0,1,0}-{2619,4340,0,1,6}-{2614,4344,0,1,3}-{2609,4347,0,1,4}-{2605,4347,0,1,4}-{2599,4345,0,1,3}-{2598,4342,0,1,3}-{2597,4339,0,1,3}-{2596,4336,0,1,3}-{2595,4333,0,1,3}-{2594,4330,0,1,4}-{2587,4330,0,1,3}-{2583,4332,0,1,4}-{2579,4335,0,1,3}-{2576,4339,0,1,4}-{2571,4342,0,1,1}-{2569,4332,0,1,4}-{2572,4326,0,1,6}-{2572,4297,0,1,1}-{2585,4291,0,1,3}-{2599,4297,0,1,4}-{2607,4300,0,1,1}-{2614,4301,0,1,6}-{2619,4305,0,1,0}-{2616,4320,0,1,6}-{2613,4327,0,1,0}-{2611,4335,0,1,6}-{2607,4336,0,1,6}-{2581,4322,0,1,1}-{2578,4315,0,1,6}-{2575,4308,0,1,6}-{2572,4301,0,1,4}-{2567,4295,0,1,3}-{2577,4291,0,1,3}-{2587,4298,0,1,3}-{2595,4307,0,1,3}-{2603,4314,0,1,3}"
+ },
+ {
+ "npc_id": "6085",
+ "loc_data": "{3046,3207,1,0,2}"
+ },
+ {
+ "npc_id": "6088",
+ "loc_data": "{2932,3253,0,1,4}-{2936,3249,0,1,2}-{2933,3244,0,1,4}-{2927,3247,0,1,5}-{2925,3256,0,1,0}"
+ },
+ {
+ "npc_id": "6089",
+ "loc_data": "{2932,3249,0,1,0}-{2929,3253,0,1,3}-{2938,3248,0,1,5}"
+ },
+ {
+ "npc_id": "6090",
+ "loc_data": "{2932,3245,0,1,0}-{2934,3246,0,1,3}"
+ },
+ {
+ "npc_id": "6101",
+ "loc_data": "{2932,9811,0,1,0}"
+ },
+ {
+ "npc_id": "6102",
+ "loc_data": "{1762,5329,0,1,1}"
+ },
+ {
+ "npc_id": "6104",
+ "loc_data": "{1751,5326,0,1,1}"
+ },
+ {
+ "npc_id": "6105",
+ "loc_data": "{1767,5355,0,0,6}"
+ },
+ {
+ "npc_id": "6108",
+ "loc_data": "{2854,3385,0,1,0}"
+ },
+ {
+ "npc_id": "6109",
+ "loc_data": "{2526,3215,0,1,6}-{2545,3231,0,1,4}-{2537,3236,0,1,4}"
+ },
+ {
+ "npc_id": "6110",
+ "loc_data": "{2532,3222,0,1,3}-{2533,3209,0,1,4}"
+ },
+ {
+ "npc_id": "6112",
+ "loc_data": "{3238,3247,0,1,0}"
+ },
+ {
+ "npc_id": "6113",
+ "loc_data": "{3232,3280,0,1,4}-{3222,3289,0,1,1}"
+ },
+ {
+ "npc_id": "6114",
+ "loc_data": "{3232,3283,0,1,1}"
+ },
+ {
+ "npc_id": "6115",
+ "loc_data": "{3033,3236,0,1,3}-{3041,3237,0,1,6}-{3035,3234,0,1,7}-{3028,3205,0,1,4}-{3019,3202,0,1,6}-{3026,3203,0,1,1}"
+ },
+ {
+ "npc_id": "6116",
+ "loc_data": "{3030,3244,0,1,0}-{3025,3203,0,1,3}-{3034,3204,0,1,4}"
+ },
+ {
+ "npc_id": "6127",
+ "loc_data": "{2467,3183,0,0,3}"
+ },
+ {
+ "npc_id": "6128",
+ "loc_data": "{2465,3183,0,0,4}"
+ },
+ {
+ "npc_id": "6129",
+ "loc_data": "{2470,3185,0,0,6}"
+ },
+ {
+ "npc_id": "6135",
+ "loc_data": "{3254,3427,0,1,1}"
+ },
+ {
+ "npc_id": "6136",
+ "loc_data": "{3077,3250,0,1,0}"
+ },
+ {
+ "npc_id": "6137",
+ "loc_data": "{2952,3381,0,1,0}"
+ },
+ {
+ "npc_id": "6138",
+ "loc_data": "{2665,3311,0,0,0}"
+ },
+ {
+ "npc_id": "6139",
+ "loc_data": "{2734,3484,0,1,1}"
+ },
+ {
+ "npc_id": "6140",
+ "loc_data": "{2644,2641,0,0,6}"
+ },
+ {
+ "npc_id": "6141",
+ "loc_data": "{2638,2656,0,0,0}"
+ },
+ {
+ "npc_id": "6166",
+ "loc_data": "{1904,4279,0,0,0}"
+ },
+ {
+ "npc_id": "6167",
+ "loc_data": "{1906,4277,0,0,0}"
+ },
+ {
+ "npc_id": "6168",
+ "loc_data": "{1904,4274,0,0,0}"
+ },
+ {
+ "npc_id": "6188",
+ "loc_data": "{1901,4271,0,0,0}-{1909,4271,0,0,0}"
+ },
+ {
+ "npc_id": "6189",
+ "loc_data": "{3016,3516,0,1,7}"
+ },
+ {
+ "npc_id": "6190",
+ "loc_data": "{1906,4270,0,1,0}"
+ },
+ {
+ "npc_id": "6200",
+ "loc_data": "{2947,3366,0,0,1}-{2949,3366,0,0,1}-{2946,3366,0,0,1}-{2948,3366,0,0,1}-{3010,3353,0,0,1}-{3011,3353,0,0,1}-{3012,3353,0,0,1}-{3013,3353,0,0,1}-{3014,3353,0,0,1}-{3015, 3353, 0, 0, 1}-{2945, 3366, 0, 0, 1}"
+ },
+ {
+ "npc_id": "6202",
+ "loc_data": "{2912,3749,0,0,0}"
+ },
+ {
+ "npc_id": "6203",
+ "loc_data": "{2924,5322,2,1,4}"
+ },
+ {
+ "npc_id": "6205",
+ "loc_data": "{2933,5329,2,1,1}"
+ },
+ {
+ "npc_id": "6210",
+ "loc_data": "{2927,5340,2,1,3}-{2884,5325,2,1,3}-{2837,5336,2,1,4}-{2876,5326,2,1,4}-{2898,5306,2,1,5}-{2886,5325,2,1,1}-{2838,5336,2,1,4}-{2919,5345,2,1,5}"
+ },
+ {
+ "npc_id": "6211",
+ "loc_data": "{2920,5353,2,1,4}-{2902,5357,2,1,4}-{2885,5315,2,1,4}-{2898,5313,2,1,2}-{2908,5354,2,1,2}-{2924,5354,2,1,6}-{2925,5352,2,1,3}-{2928,5355,2,1,6}"
+ },
+ {
+ "npc_id": "6212",
+ "loc_data": "{2920,5339,2,1,1}-{2836,5289,2,1,0}-{2869,5287,2,1,1}-{2867,5333,2,1,0}-{2921,5293,1,1,6}-{2877,5321,2,1,1}-{2888,5326,2,1,3}-{2872,5318,2,1,2}-{2894,5286,2,1,7}-{2896,5312,2,1,4}-{2894,5322,2,1,3}-{2836,5349,2,1,2}-{2858,5267,2,1,6}"
+ },
+ {
+ "npc_id": "6213",
+ "loc_data": "{2894,5353,2,1,0}-{2838,5347,2,1,6}-{2872,5318,2,1,4}-{2875,5313,2,1,4}-{2865,5327,2,1,4}-{2886,5293,2,1,5}-{2909,5297,2,1,0}-{2919,5293,3,1,4}-{2843,5352,2,1,4}-{2908,5346,2,1,6}-{2913,5355,2,1,3}-{2916,5345,2,1,1}-{2919,5349,2,1,2}-{2922,5356,2,1,1}-{2927,5354,2,1,6}-{2928,5350,2,1,4}-{2931,5357,2,1,3}-{2911,5338,2,1,6}-{2925,5295,3,1,0}-{2862,5290,2,1,1}-{2919,5293,1,1,5}"
+ },
+ {
+ "npc_id": "6214",
+ "loc_data": "{2919,5284,1,1,0}-{2862,5292,2,1,7}-{2864,5319,2,1,7}-{2828,5337,2,1,6}-{2878,5327,2,1,4}-{2884,5312,2,1,2}-{2883,5320,2,1,0}-{2895,5309,2,1,6}-{2853,5327,2,1,4}-{2854,5345,2,1,2}-{2861,5292,2,1,4}-{2881,5291,2,1,1}-{2892,5328,2,1,1}-{2828,5331,2,1,1}-{2924,5292,3,1,6}-{2918,5281,1,1,1}-{2918,5280,1,1,1}"
+ },
+ {
+ "npc_id": "6215",
+ "loc_data": "{2926,5345,2,1,7}-{2888,5361,2,1,5}-{2856,5349,2,1,1}-{2839,5275,2,1,5}-{2880,5293,2,1,4}-{2886,5313,2,1,3}-{2862,5334,2,1,0}-{2881,5320,2,1,3}-{2886,5325,2,1,2}-{2862,5337,2,1,4}-{2845,5286,2,1,0}-{2889,5322,2,1,4}-{2919,5359,2,1,0}-{2855,5352,2,1,1}-{2923,5357,2,1,6}-{2891,5353,2,1,1}-{2832,5288,2,1,6}"
+ },
+ {
+ "npc_id": "6216",
+ "loc_data": "{2888,5290,2,1,1}-{2865,5306,2,1,3}-{2871,5312,2,1,3}-{2867,5304,2,1,6}-{2871,5281,2,1,1}-{2864,5279,2,1,4}"
+ },
+ {
+ "npc_id": "6217",
+ "loc_data": "{2884,5307,2,1,0}-{2899,5304,2,1,3}-{2915,5270,0,1,5}"
+ },
+ {
+ "npc_id": "6218",
+ "loc_data": "{2906,5347,2,1,6}-{2913,5358,2,1,6}-{2856,5267,2,1,7}-{2911,5268,0,1,4}-{2887,5318,2,1,4}-{2888,5314,2,1,6}-{2859,5328,2,1,6}-{2861,5294,2,1,0}-{2931,5345,2,1,2}-{2903,5353,2,1,4}-{2836,5290,2,1,6}-{2907,5346,2,1,6}-{2921,5351,2,1,2}-{2858,5266,2,1,1}-{2916,5269,0,1,1}-{3044,5347,0,1,2}-{3041,5347,0,1,0}-{3031,5346,0,1,2}-{3023,5346,0,1,6}-{3038,5333,0,1,3}-{3048,5333,0,1,1}-{3054,5345,0,1,3}-{3043,5360,0,1,3}-{3030,5362,0,1,3}-{3040,5341,0,1,4}"
+ },
+ {
+ "npc_id": "6219",
+ "loc_data": "{2915,5340,2,1,6}"
+ },
+ {
+ "npc_id": "6220",
+ "loc_data": "{2931,5356,2,1,3}-{2846,5286,2,1,5}-{2937,5351,2,1,3}-{2848,5268,2,1,4}"
+ },
+ {
+ "npc_id": "6221",
+ "loc_data": "{2906,5354,2,1,7}-{2886,5354,2,1,5}-{2885,5352,2,1,2}-{2901,5362,2,1,1}-{2914,5344,2,1,3}-{2918,5343,2,1,2}-{2918,5361,2,1,0}-{2923,5345,2,1,3}-{2924,5352,2,1,4}"
+ },
+ {
+ "npc_id": "6222",
+ "loc_data": "{2831,5301,2,1,4}"
+ },
+ {
+ "npc_id": "6229",
+ "loc_data": "{2841,5285,2,1,3}-{2841,5289,2,1,1}-{2856,5264,2,1,5}-{2842,5282,2,1,6}"
+ },
+ {
+ "npc_id": "6230",
+ "loc_data": "{2843,5265,2,1,4}-{2851,5273,2,1,3}-{2846,5262,2,1,4}"
+ },
+ {
+ "npc_id": "6231",
+ "loc_data": "{2870,5265,2,1,0}-{2869,5266,2,1,7}-{2855,5273,2,1,2}-{2840,5263,2,1,3}-{2831,5285,2,1,4}"
+ },
+ {
+ "npc_id": "6232",
+ "loc_data": "{2872,5261,2,1,4}-{2863,5308,2,1,1}-{2872,5288,2,1,4}"
+ },
+ {
+ "npc_id": "6233",
+ "loc_data": "{2861,5261,2,1,0}-{2852,5264,2,1,0}-{2865,5263,2,1,6}"
+ },
+ {
+ "npc_id": "6234",
+ "loc_data": "{2862,5313,2,1,3}-{2839,5293,2,1,0}-{2842,5264,2,1,4}"
+ },
+ {
+ "npc_id": "6235",
+ "loc_data": "{2864,5270,2,1,3}-{2869,5314,2,1,3}-{2859,5303,2,1,4}-{2863,5293,2,1,7}-{2862,5286,2,1,1}"
+ },
+ {
+ "npc_id": "6236",
+ "loc_data": "{2854,5271,2,1,6}-{2872,5267,2,1,0}-{2858,5269,2,1,5}"
+ },
+ {
+ "npc_id": "6237",
+ "loc_data": "{2840,5290,2,1,6}-{2841,5269,2,1,7}-{2833,5292,2,1,3}"
+ },
+ {
+ "npc_id": "6238",
+ "loc_data": "{2874,5308,2,1,3}-{2851,5276,2,1,2}-{2864,5268,2,1,2}"
+ },
+ {
+ "npc_id": "6239",
+ "loc_data": "{2875,5298,2,1,4}-{2846,5288,2,1,0}-{2845,5281,2,1,1}-{2824,5216,2,1,7}"
+ },
+ {
+ "npc_id": "6240",
+ "loc_data": "{2837,5269,2,1,2}-{2860,5300,2,1,1}-{2852,5311,2,1,4}-{2879,5286,2,1,5}"
+ },
+ {
+ "npc_id": "6241",
+ "loc_data": "{2863,5272,2,1,6}-{2850,5269,2,1,7}"
+ },
+ {
+ "npc_id": "6242",
+ "loc_data": "{2836,5272,2,1,1}"
+ },
+ {
+ "npc_id": "6243",
+ "loc_data": "{2848,5275,2,1,0}-{2869,5304,2,1,4}-{2850,5292,2,1,1}-{2857,5300,2,1,3}-{2874,5287,2,1,4}"
+ },
+ {
+ "npc_id": "6244",
+ "loc_data": "{2847,5299,2,1,6}-{2844,5283,2,1,6}"
+ },
+ {
+ "npc_id": "6245",
+ "loc_data": "{2861,5299,2,1,4}-{2833,5290,2,1,1}-{2851,5262,2,1,0}"
+ },
+ {
+ "npc_id": "6246",
+ "loc_data": "{2855,5311,2,1,1}-{2872,5299,2,1,0}-{2872,5315,2,1,1}-{2856,5284,2,1,4}"
+ },
+ {
+ "npc_id": "6247",
+ "loc_data": "{2894,5265,0,1,2}"
+ },
+ {
+ "npc_id": "6254",
+ "loc_data": "{2917,5272,0,1,7}-{2898,5295,2,1,4}-{2881,5283,2,1,1}-{2883,5311,2,1,2}-{2894,5301,2,1,3}-{2882,5284,2,1,5}-{2890,5292,2,1,4}-{2896,5296,2,1,2}-{2905,5299,2,1,3}-{2905,5301,2,1,5}-{2921,5283,3,1,1}-{2925,5292,3,1,7}-{2906,5299,0,1,6}-{2910,5297,0,1,6}-{2915,5270,0,1,2}-{2910,5269,0,1,5}"
+ },
+ {
+ "npc_id": "6255",
+ "loc_data": "{2922,5290,1,1,5}-{2880,5304,2,1,1}-{2884,5311,2,1,2}-{2885,5311,2,1,2}-{2887,5312,2,1,1}-{2886,5313,2,1,0}-{2895,5310,2,1,1}-{2884,5280,2,1,3}-{2885,5293,2,1,6}-{2886,5291,2,1,6}-{2894,5285,2,1,3}-{2893,5286,2,1,7}-{2905,5292,2,1,4}-{2908,5297,2,1,4}-{2910,5297,2,1,6}-{2897,5308,2,1,4}-{2919,5299,3,1,1}-{2921,5292,3,1,5}-{2924,5288,3,1,0}-{2925,5287,3,1,1}-{2908,5300,0,1,6}-{2907,5294,0,1,6}-{2923,5293,1,1,5}-{2919,5298,1,1,1}-{2922,5291,1,1,6}-{2917,5285,1,1,0}-{2905,5295,0,1,6}"
+ },
+ {
+ "npc_id": "6256",
+ "loc_data": "{2922,5285,1,1,0}-{2886,5295,2,1,1}-{2891,5300,2,1,1}-{2889,5310,2,1,2}-{2887,5299,2,1,6}-{2891,5297,2,1,3}-{2884,5283,2,1,3}-{2885,5286,2,1,3}-{2886,5294,2,1,1}-{2896,5286,2,1,4}-{2908,5302,2,1,1}-{2919,5290,3,1,1}-{2923,5298,3,1,4}-{2924,5298,3,1,4}-{2911,5298,0,1,6}-{2919,5293,1,1,1}-{2917,5294,1,1,2}-{2923,5284,1,1,1}-{2916,5267,0,1,2}"
+ },
+ {
+ "npc_id": "6257",
+ "loc_data": "{2913,5267,0,1,6}-{2892,5291,2,1,4}-{2895,5313,2,1,6}-{2879,5329,2,1,5}-{2886,5311,2,1,0}-{2888,5305,2,1,3}-{2877,5293,2,1,5}-{2894,5284,2,1,0}-{2900,5287,2,1,0}-{2905,5302,2,1,1}-{2898,5307,2,1,6}-{2918,5292,3,1,3}-{2924,5286,3,1,0}-{2924,5292,3,1,1}-{2924,5297,3,1,3}-{2926,5285,3,1,1}-{2921,5289,1,1,6}-{2923,5294,1,1,0}-{2922,5285,1,1,3}-{2915,5273,0,1,7}-{2915,5271,0,1,4}"
+ },
+ {
+ "npc_id": "6258",
+ "loc_data": "{2918,5289,1,1,6}-{2884,5287,2,1,0}-{2895,5294,2,1,4}-{2897,5307,2,1,7}-{2918,5298,3,1,5}-{2917,5291,1,1,4}-{2916,5269,0,1,2}"
+ },
+ {
+ "npc_id": "6259",
+ "loc_data": "{2890,5304,2,1,7}-{2886,5299,2,1,3}-{2891,5297,2,1,5}-{2890,5291,2,1,3}-{2900,5286,2,1,7}-{2905,5303,2,1,1}-{2918,5282,3,1,6}-{2924,5295,3,1,2}-{2905,5297,0,1,6}-{2920,5291,1,1,5}-{2930,5290,0,1,6}"
+ },
+ {
+ "npc_id": "6260",
+ "loc_data": "{2870,5359,2,1,4}"
+ },
+ {
+ "npc_id": "6262",
+ "loc_data": "{2873,5356,0,1,1}-{2866,5358,2,1,6}"
+ },
+ {
+ "npc_id": "6264",
+ "loc_data": "{2870,5354,2,1,4}"
+ },
+ {
+ "npc_id": "6266",
+ "loc_data": "{2868,5362,2,1,3}"
+ },
+ {
+ "npc_id": "6268",
+ "loc_data": "{2856,5355,2,1,7}-{2838,5358,2,1,2}-{2841,5319,2,1,7}-{2856,5331,2,1,2}-{2854,5325,2,1,2}-{2873,5323,2,1,6}-{2860,5321,2,1,7}-{2868,5334,2,1,0}-{2856,5328,2,1,6}-{2855,5332,2,1,1}-{2845,5339,2,1,5}-{2831,5320,2,1,3}-{2847,5334,2,1,1}-{2858,5349,2,1,2}-{2829,5339,2,1,6}-{2856,5361,2,1,5}-{2839,5360,2,1,6}"
+ },
+ {
+ "npc_id": "6269",
+ "loc_data": "{2846,5351,2,1,3}-{2846,5339,2,1,2}-{2840,5327,2,1,1}-{2836,5345,2,1,7}-{2834,5328,2,1,2}-{2857,5359,2,1,4}-{2846,5357,2,1,3}"
+ },
+ {
+ "npc_id": "6270",
+ "loc_data": "{2845,5336,2,1,2}-{2848,5344,2,1,6}-{2842,5328,2,1,6}-{2844,5349,2,1,2}-{2836,5323,2,1,4}-{2832,5353,2,1,6}-{2848,5358,2,1,7}"
+ },
+ {
+ "npc_id": "6271",
+ "loc_data": "{2840,5330,2,1,0}-{2859,5328,2,1,6}-{2873,5317,2,1,3}-{2862,5332,2,1,2}-{2869,5332,2,1,6}"
+ },
+ {
+ "npc_id": "6272",
+ "loc_data": "{2838,5326,2,1,4}-{2870,5313,2,1,1}-{2865,5332,2,1,0}-{2838,5334,2,1,6}-{2837,5353,2,1,7}"
+ },
+ {
+ "npc_id": "6273",
+ "loc_data": "{2832,5324,2,1,7}-{2864,5325,2,1,2}-{2873,5325,2,1,7}-{2873,5324,2,1,7}-{2865,5336,2,1,6}-{2840,5333,2,1,6}-{2836,5336,2,1,4}-{2838,5354,2,1,6}"
+ },
+ {
+ "npc_id": "6274",
+ "loc_data": "{2858,5325,2,1,4}-{2873,5319,2,1,6}-{2872,5307,2,1,5}-{2867,5333,2,1,6}-{2866,5333,2,1,0}-{2839,5331,2,1,5}-{2837,5355,2,1,6}"
+ },
+ {
+ "npc_id": "6275",
+ "loc_data": "{2865,5340,2,1,1}-{2869,5326,2,1,7}-{2875,5318,2,1,1}-{2875,5314,2,1,1}-{2878,5313,2,1,3}-{2879,5322,2,1,3}-{2859,5317,2,1,6}-{2858,5319,2,1,4}-{2878,5320,2,1,0}-{2863,5337,2,1,7}-{2862,5338,2,1,7}-{2867,5341,2,1,6}-{2852,5312,2,1,2}"
+ },
+ {
+ "npc_id": "6276",
+ "loc_data": "{2856,5360,2,1,7}-{2854,5346,2,1,3}-{2845,5332,2,1,0}-{2845,5344,2,1,3}-{2848,5349,2,1,6}-{2837,5347,2,1,3}-{2835,5324,2,1,2}-{2835,5321,2,1,5}-{2858,5349,2,1,4}-{2830,5339,2,1,3}-{2828,5332,2,1,3}-{2846,5358,2,1,4}-{2855,5356,2,1,7}"
+ },
+ {
+ "npc_id": "6277",
+ "loc_data": "{2843,5341,2,1,3}-{2843,5331,2,1,3}-{2847,5341,2,1,5}-{2852,5350,2,1,1}-{2844,5341,2,1,6}-{2843,5347,2,1,1}-{2836,5325,2,1,6}-{2826,5335,2,1,2}-{2837,5351,2,1,4}-{2845,5353,2,1,3}-{2840,5361,2,1,3}"
+ },
+ {
+ "npc_id": "6278",
+ "loc_data": "{2845,5359,2,1,4}-{2830,5318,2,1,3}-{2848,5342,2,1,0}-{2846,5332,2,1,1}-{2843,5320,2,1,3}-{2838,5329,2,1,1}-{2855,5349,2,1,0}-{2837,5342,2,1,1}-{2792,5280,2,1,6}-{2827,5331,2,1,6}-{2830,5315,2,1,6}-{2845,5352,2,1,6}-{2839,5360,2,1,6}-{2851,5359,2,1,7}-{2860,5353,2,1,6}"
+ },
+ {
+ "npc_id": "6279",
+ "loc_data": "{2857,5315,2,1,6}-{2859,5318,2,1,5}-{2858,5329,2,1,3}-{2879,5326,2,1,4}"
+ },
+ {
+ "npc_id": "6280",
+ "loc_data": "{2869,5332,2,1,6}-{2871,5313,2,1,2}-{2879,5330,2,1,2}-{2877,5327,2,1,0}"
+ },
+ {
+ "npc_id": "6281",
+ "loc_data": "{2865,5316,2,1,2}-{2861,5333,2,1,2}"
+ },
+ {
+ "npc_id": "6282",
+ "loc_data": "{2874,5318,2,1,0}-{2859,5316,2,1,3}-{2878,5329,2,1,2}-{2858,5330,2,1,2}"
+ },
+ {
+ "npc_id": "6283",
+ "loc_data": "{2877,5326,2,1,2}-{2857,5328,2,1,3}-{2861,5315,2,1,7}"
+ },
+ {
+ "npc_id": "6339",
+ "loc_data": "{2547,3277,0,0,0}"
+ },
+ {
+ "npc_id": "6345",
+ "loc_data": "{2518,3275,0,0,0}"
+ },
+ {
+ "npc_id": "6346",
+ "loc_data": "{2799,3186,0,1,7}-{2797,3169,0,0,0}-{2793,3161,0,1,3}"
+ },
+ {
+ "npc_id": "6347",
+ "loc_data": "{2799,3167,0,0,0}-{2787,3188,0,1,1}"
+ },
+ {
+ "npc_id": "6348",
+ "loc_data": "{2793,3158,0,1,3}-{2798,3154,0,1,4}-{2796,3189,0,1,0}"
+ },
+ {
+ "npc_id": "6349",
+ "loc_data": "{2797,3186,0,1,6}-{2793,3161,0,1,0}"
+ },
+ {
+ "npc_id": "6350",
+ "loc_data": "{2798,3182,0,1,7}-{2793,3161,0,1,1}"
+ },
+ {
+ "npc_id": "6357",
+ "loc_data": "{3359,2969,0,1,3}"
+ },
+ {
+ "npc_id": "6362",
+ "loc_data": "{3270,4856,0,1,3}"
+ },
+ {
+ "npc_id": "6363",
+ "loc_data": "{3251,5455,0,1,4}-{3258,5456,0,1,6}-{3257,5451,0,1,6}-{3257,5464,0,1,2}-{3256,5473,0,1,2}-{3244,5469,0,1,1}-{3269,4829,0,1,3}-{3271,4823,0,1,2}-{3283,4809,0,1,3}-{3190,5523,0,1,3}-{3225,5485,0,1,5}-{3219,5528,0,1,2}-{3223,5520,0,1,3}-{3225,5511,0,1,0}-{3236,5511,0,1,6}-{3232,5523,0,1,0}-{3239,5530,0,1,4}-{3233,5546,0,1,3}-{3222,5539,0,1,5}-{3218,5482,0,1,7}-{3219,5486,0,1,4}-{3207,5461,0,1,6}-{3208,5458,0,1,3}-{3194,5530,0,1,3}"
+ },
+ {
+ "npc_id": "6364",
+ "loc_data": "{3271,4809,0,1,3}-{3188,5529,0,1,3}-{3194,5531,0,1,1}-{3222,5486,0,1,3}-{3221,5482,0,1,4}-{3212,5459,0,1,6}-{3210,5462,0,1,2}-{3188,5527,0,1,3}-{3234,5510,0,1,6}"
+ },
+ {
+ "npc_id": "6365",
+ "loc_data": "{3267,4817,0,1,4}-{3290,4803,0,1,3}"
+ },
+ {
+ "npc_id": "6367",
+ "loc_data": "{3276,4808,0,1,3}-{3291,4812,0,1,6}-{3207,5466,0,1,6}-{3223,5462,0,1,1}-{3237,5524,0,1,6}-{3229,5510,0,1,4}"
+ },
+ {
+ "npc_id": "6368",
+ "loc_data": "{3226,5458,0,1,3}-{3222,5470,0,1,6}-{3238,5541,0,1,1}-{3226,5540,0,1,7}-{3222,5522,0,1,7}"
+ },
+ {
+ "npc_id": "6369",
+ "loc_data": "{3268,4825,0,1,6}-{3268,4809,0,1,4}-{3288,4803,0,1,6}-{3298,4810,0,1,4}"
+ },
+ {
+ "npc_id": "6376",
+ "loc_data": "{2925,2976,0,1,1}-{2909,2978,0,1,5}"
+ },
+ {
+ "npc_id": "6377",
+ "loc_data": "{2920,2973,0,1,6}-{2919,2976,0,1,6}-{2910,2978,0,1,7}"
+ },
+ {
+ "npc_id": "6379",
+ "loc_data": "{2894,2995,0,0,0}-{2909,2970,0,0,0}-{3303,5485,0,1,1}-{3320,5494,0,1,4}-{3313,5490,0,1,4}-{3315,5484,0,1,3}-{3323,5471,0,1,6}-{3319,5471,0,1,4}-{3323,5477,0,1,0}-{3310,5484,0,1,4}-{3313,5488,0,1,6}-{3309,5481,0,1,1}-{3320,5495,0,1,0}"
+ },
+ {
+ "npc_id": "6380",
+ "loc_data": "{2883,2994,0,0,0}-{2882,2994,0,0,0}-{3319,5490,0,1,5}-{3298,5486,0,1,3}-{3312,5480,0,1,4}-{3315,5480,0,1,1}-{3308,5482,0,1,2}-{3321,5477,0,1,0}-{3317,5470,0,1,6}-{3324,5472,0,1,6}-{3311,5482,0,1,0}"
+ },
+ {
+ "npc_id": "6383",
+ "loc_data": "{2888,3001,0,0,0}-{2891,3002,0,0,0}-{2890,2998,0,0,0}-{2887,2994,0,0,0}-{2901,2991,0,0,0}-{2905,2990,0,0,0}-{2886,2989,0,0,0}-{2927,2979,0,0,0}-{2926,2973,0,0,0}-{2919,2973,0,0,0}-{2919,2976,0,0,0}-{2920,2979,0,0,0}"
+ },
+ {
+ "npc_id": "6386",
+ "loc_data": "{2683,3326,0,0,0}"
+ },
+ {
+ "npc_id": "6387",
+ "loc_data": "{3275,4808,0,1,3}-{3276,4808,0,1,4}"
+ },
+ {
+ "npc_id": "6388",
+ "loc_data": "{3369,2999,0,1,7}-{3368,2995,0,1,6}-{3362,2997,0,1,3}-{3361,2988,0,1,2}-{3367,2988,0,1,7}-{3379,2983,0,1,1}"
+ },
+ {
+ "npc_id": "6390",
+ "loc_data": "{1707,4814,0,0,6}"
+ },
+ {
+ "npc_id": "6394",
+ "loc_data": "{2703,5366,0,0,0}"
+ },
+ {
+ "npc_id": "6396",
+ "loc_data": "{2791,4279,0,0,0}"
+ },
+ {
+ "npc_id": "6405",
+ "loc_data": "{2799,4260,0,1,0}"
+ },
+ {
+ "npc_id": "6406",
+ "loc_data": "{2765,4267,0,1,0}"
+ },
+ {
+ "npc_id": "6407",
+ "loc_data": "{2802,4246,0,1,0}"
+ },
+ {
+ "npc_id": "6408",
+ "loc_data": "{2770,4238,0,1,0}"
+ },
+ {
+ "npc_id": "6409",
+ "loc_data": "{2787,4262,0,1,0}-{2792,4275,0,1,0}"
+ },
+ {
+ "npc_id": "6410",
+ "loc_data": "{2766,4257,0,1,0}"
+ },
+ {
+ "npc_id": "6416",
+ "loc_data": "{2801,4258,0,1,0}"
+ },
+ {
+ "npc_id": "6417",
+ "loc_data": "{2765,4264,0,1,0}-{2777,4260,0,1,0}"
+ },
+ {
+ "npc_id": "6418",
+ "loc_data": "{2799,4243,0,1,0}"
+ },
+ {
+ "npc_id": "6419",
+ "loc_data": "{2771,4237,0,1,0}"
+ },
+ {
+ "npc_id": "6420",
+ "loc_data": "{2796,4277,0,1,0}"
+ },
+ {
+ "npc_id": "6421",
+ "loc_data": "{2768,4254,0,1,0}"
+ },
+ {
+ "npc_id": "6427",
+ "loc_data": "{2802,4259,0,1,0}"
+ },
+ {
+ "npc_id": "6428",
+ "loc_data": "{2768,4268,0,1,0}"
+ },
+ {
+ "npc_id": "6429",
+ "loc_data": "{2776,4252,0,1,0}-{2805,4242,0,1,0}"
+ },
+ {
+ "npc_id": "6430",
+ "loc_data": "{2769,4236,0,1,0}"
+ },
+ {
+ "npc_id": "6431",
+ "loc_data": "{2792,4260,0,1,0}-{2796,4275,0,1,0}"
+ },
+ {
+ "npc_id": "6432",
+ "loc_data": "{2766,4255,0,1,0}"
+ },
+ {
+ "npc_id": "6438",
+ "loc_data": "{2790,4254,0,1,0}-{2800,4256,0,1,0}"
+ },
+ {
+ "npc_id": "6439",
+ "loc_data": "{2766,4265,0,1,0}"
+ },
+ {
+ "npc_id": "6440",
+ "loc_data": "{2789,4248,0,1,0}-{2802,4244,0,1,0}"
+ },
+ {
+ "npc_id": "6441",
+ "loc_data": "{2771,4241,0,1,0}-{2777,4252,0,1,0}"
+ },
+ {
+ "npc_id": "6442",
+ "loc_data": "{2795,4273,0,1,0}"
+ },
+ {
+ "npc_id": "6443",
+ "loc_data": "{2767,4252,0,1,0}-{2776,4250,0,1,0}"
+ },
+ {
+ "npc_id": "6449",
+ "loc_data": "{2792,4252,0,1,0}-{2800,4254,0,1,0}"
+ },
+ {
+ "npc_id": "6450",
+ "loc_data": "{2764,4266,0,1,0}-{2781,4261,0,1,0}"
+ },
+ {
+ "npc_id": "6451",
+ "loc_data": "{2802,4243,0,1,0}"
+ },
+ {
+ "npc_id": "6452",
+ "loc_data": "{2772,4235,0,1,0}"
+ },
+ {
+ "npc_id": "6453",
+ "loc_data": "{2797,4272,0,1,0}"
+ },
+ {
+ "npc_id": "6454",
+ "loc_data": "{2765,4253,0,1,0}-{2779,4256,0,1,0}"
+ },
+ {
+ "npc_id": "6458",
+ "loc_data": "{2784,4249,0,1,0}"
+ },
+ {
+ "npc_id": "6459",
+ "loc_data": "{2778,4264,0,1,0}-{2784,4252,0,1,0}"
+ },
+ {
+ "npc_id": "6460",
+ "loc_data": "{2783,4251,0,1,0}-{2789,4264,0,1,0}-{2801,4252,0,1,0}"
+ },
+ {
+ "npc_id": "6461",
+ "loc_data": "{2787,4250,0,1,0}-{2791,4249,0,1,0}"
+ },
+ {
+ "npc_id": "6462",
+ "loc_data": "{2785,4248,0,1,0}-{2786,4251,0,1,0}-{2801,4242,0,1,0}"
+ },
+ {
+ "npc_id": "6463",
+ "loc_data": "{2773,4238,0,1,0}-{2779,4248,0,1,0}-{2785,4250,0,1,0}"
+ },
+ {
+ "npc_id": "6464",
+ "loc_data": "{2796,4267,0,1,0}"
+ },
+ {
+ "npc_id": "6465",
+ "loc_data": "{2764,4251,0,1,0}"
+ },
+ {
+ "npc_id": "6482",
+ "loc_data": "{2801,4260,0,0,0}"
+ },
+ {
+ "npc_id": "6483",
+ "loc_data": "{2804,4246,0,0,0}"
+ },
+ {
+ "npc_id": "6484",
+ "loc_data": "{2795,4276,0,0,0}"
+ },
+ {
+ "npc_id": "6485",
+ "loc_data": "{2766,4250,0,0,0}"
+ },
+ {
+ "npc_id": "6486",
+ "loc_data": "{2774,4236,0,0,0}"
+ },
+ {
+ "npc_id": "6487",
+ "loc_data": "{2765,4268,0,0,0}"
+ },
+ {
+ "npc_id": "6488",
+ "loc_data": "{2784,4255,1,0,0}"
+ },
+ {
+ "npc_id": "6489",
+ "loc_data": "{2787,4266,0,0,0}"
+ },
+ {
+ "npc_id": "6498",
+ "loc_data": "{2796,4256,0,1,0}"
+ },
+ {
+ "npc_id": "6499",
+ "loc_data": "{2793,4247,0,1,0}"
+ },
+ {
+ "npc_id": "6500",
+ "loc_data": "{2793,4265,0,1,0}"
+ },
+ {
+ "npc_id": "6501",
+ "loc_data": "{2772,4256,0,1,0}"
+ },
+ {
+ "npc_id": "6502",
+ "loc_data": "{2775,4247,0,1,0}"
+ },
+ {
+ "npc_id": "6503",
+ "loc_data": "{2775,4265,0,1,0}"
+ },
+ {
+ "npc_id": "6521",
+ "loc_data": "{3161,3475,0,0,6}"
+ },
+ {
+ "npc_id": "6522",
+ "loc_data": "{3168,3475,0,0,6}"
+ },
+ {
+ "npc_id": "6523",
+ "loc_data": "{3173,3498,0,0,1}"
+ },
+ {
+ "npc_id": "6524",
+ "loc_data": "{3156,3481,0,0,1}"
+ },
+ {
+ "npc_id": "6525",
+ "loc_data": "{3175,3481,0,0,1}"
+ },
+ {
+ "npc_id": "6526",
+ "loc_data": "{3152,3490,0,0,1}"
+ },
+ {
+ "npc_id": "6527",
+ "loc_data": "{3154,3498,0,0,1}"
+ },
+ {
+ "npc_id": "6528",
+ "loc_data": "{3165,3491,0,0,1}"
+ },
+ {
+ "npc_id": "6529",
+ "loc_data": "{3164,3488,0,0,6}"
+ },
+ {
+ "npc_id": "6530",
+ "loc_data": "{3164,3491,0,0,1}"
+ },
+ {
+ "npc_id": "6531",
+ "loc_data": "{3165,3488,0,0,6}"
+ },
+ {
+ "npc_id": "6532",
+ "loc_data": "{3163,3489,0,0,3}"
+ },
+ {
+ "npc_id": "6533",
+ "loc_data": "{3166,3489,0,0,4}"
+ },
+ {
+ "npc_id": "6534",
+ "loc_data": "{3166,3490,0,0,4}"
+ },
+ {
+ "npc_id": "6535",
+ "loc_data": "{3163,3490,0,0,3}"
+ },
+ {
+ "npc_id": "6538",
+ "loc_data": "{3189,3690,0,0,3}"
+ },
+ {
+ "npc_id": "6731",
+ "loc_data": "{2655,5615,0,1,4}"
+ },
+ {
+ "npc_id": "6750",
+ "loc_data": "{2577,3078,0,1,3}"
+ },
+ {
+ "npc_id": "6773",
+ "loc_data": "{3439,2808,0,0,0}"
+ },
+ {
+ "npc_id": "6774",
+ "loc_data": "{3435,2808,0,0,0}"
+ },
+ {
+ "npc_id": "6776",
+ "loc_data": "{3441,2810,0,0,0}-{3445,2813,0,0,0}"
+ },
+ {
+ "npc_id": "6777",
+ "loc_data": "{3432,2810,0,0,0}"
+ },
+ {
+ "npc_id": "6778",
+ "loc_data": "{3440,2806,0,0,0}"
+ },
+ {
+ "npc_id": "6779",
+ "loc_data": "{3392,2759,0,1,2}-{3408,2763,0,1,7}-{3410,2786,0,1,2}-{3420,2778,0,1,6}-{3427,2792,0,1,6}-{3429,2802,0,1,4}"
+ },
+ {
+ "npc_id": "6786",
+ "loc_data": "{3409,2812,1,0,0}"
+ },
+ {
+ "npc_id": "6787",
+ "loc_data": "{3408,2813,1,0,0}"
+ },
+ {
+ "npc_id": "6891",
+ "loc_data": "{2598,3272,0,0,0}"
+ },
+ {
+ "npc_id": "6893",
+ "loc_data": "{2926,3435,0,1,2}"
+ },
+ {
+ "npc_id": "6894",
+ "loc_data": "{2928,3432,0,1,0}"
+ },
+ {
+ "npc_id": "6895",
+ "loc_data": "{2927,3431,0,1,0}"
+ },
+ {
+ "npc_id": "6896",
+ "loc_data": "{2573,3082,0,1,2}"
+ },
+ {
+ "npc_id": "6897",
+ "loc_data": "{2574,3083,0,1,0}"
+ },
+ {
+ "npc_id": "6917",
+ "loc_data": "{2916,3082,0,0,0}-{2917,3089,0,0,0}-{2912,3090,0,0,0}"
+ },
+ {
+ "npc_id": "6918",
+ "loc_data": "{2917,3088,0,1,4}-{2917,3092,0,1,4}"
+ },
+ {
+ "npc_id": "6921",
+ "loc_data": "{2974,3448,0,1,4}-{2971,3442,0,1,6}-{2968,3451,0,1,1}-{2967,3439,0,1,4}-{2965,3451,0,1,5}-{2954,3273,0,1,6}"
+ },
+ {
+ "npc_id": "6942",
+ "loc_data": "{2890,3100,0,1,4}"
+ },
+ {
+ "npc_id": "6944",
+ "loc_data": "{2855,3028,0,0,0}-{2841,3039,0,0,0}-{2838,3031,0,0,0}-{2836,3014,0,0,0}-{2839,3022,0,0,0}"
+ },
+ {
+ "npc_id": "6962",
+ "loc_data": "{2842,5222,0,1,6}"
+ },
+ {
+ "npc_id": "6971",
+ "loc_data": "{2926,3443,0,0,5}"
+ },
+ {
+ "npc_id": "6972",
+ "loc_data": "{2922,3482,0,1,0}"
+ },
+ {
+ "npc_id": "6973",
+ "loc_data": "{2893,3419,0,1,0}"
+ },
+ {
+ "npc_id": "6974",
+ "loc_data": "{2897,3419,0,1,0}"
+ },
+ {
+ "npc_id": "6975",
+ "loc_data": "{2928,3480,0,1,0}-{2932,3485,0,1,0}"
+ },
+ {
+ "npc_id": "6976",
+ "loc_data": "{2897,3432,1,1,0}-{2884,3418,0,1,0}-{2884,3434,0,1,0}-{2902,3449,0,1,0}"
+ },
+ {
+ "npc_id": "6977",
+ "loc_data": "{2890,3435,0,1,0}"
+ },
+ {
+ "npc_id": "6978",
+ "loc_data": "{2896,3437,0,1,0}-{2917,3446,0,1,0}"
+ },
+ {
+ "npc_id": "6979",
+ "loc_data": "{2888,3448,0,1,0}"
+ },
+ {
+ "npc_id": "6981",
+ "loc_data": "{2883,3431,0,1,0}-{2900,3449,0,1,0}"
+ },
+ {
+ "npc_id": "6982",
+ "loc_data": "{2918,3485,0,1,0}-{2896,3429,0,1,0}"
+ },
+ {
+ "npc_id": "6983",
+ "loc_data": "{2926,3488,0,1,0}-{2908,3441,0,1,0}"
+ },
+ {
+ "npc_id": "6985",
+ "loc_data": "{2894,3438,0,1,0}-{2913,3451,0,1,0}"
+ },
+ {
+ "npc_id": "6986",
+ "loc_data": "{2887,3441,0,1,0}"
+ },
+ {
+ "npc_id": "6987",
+ "loc_data": "{2894,3445,0,1,0}"
+ },
+ {
+ "npc_id": "6997",
+ "loc_data": "{3002,3257,0,0,0}-{3058,3429,0,0,0}-{3059,3420,0,0,0}-{3059,3425,0,0,0}-{3049,3429,0,0,0}-{3007,3261,0,0,0}"
+ },
+ {
+ "npc_id": "7003",
+ "loc_data": "{3253,5535,0,1,7}-{3230,5493,0,1,1}-{3224,5497,0,1,5}-{2582,9895,0,1,7}"
+ },
+ {
+ "npc_id": "7004",
+ "loc_data": "{3256,5540,0,1,4}-{3247,5536,0,1,6}-{3225,5495,0,1,4}-{2581,9891,0,1,2}"
+ },
+ {
+ "npc_id": "7009",
+ "loc_data": "{3282,3467,0,0,0}"
+ },
+ {
+ "npc_id": "7021",
+ "loc_data": "{2510,2822,0,1,3}-{2511,2823,0,1,4}-{2509,2825,0,1,6}"
+ },
+ {
+ "npc_id": "7022",
+ "loc_data": "{2503,2821,0,1,1}-{2500,2818,0,1,4}-{2503,2819,0,1,3}"
+ },
+ {
+ "npc_id": "7023",
+ "loc_data": "{2552,2821,0,1,4}-{2555,2826,0,1,5}-{2550,2821,0,1,1}"
+ },
+ {
+ "npc_id": "7024",
+ "loc_data": "{2523,2823,0,0,0}-{2525,2821,0,0,0}-{2525,2820,0,0,0}"
+ },
+ {
+ "npc_id": "7025",
+ "loc_data": "{2537,2820,0,0,0}-{2539,2819,0,0,0}-{2543,2817,0,0,0}"
+ },
+ {
+ "npc_id": "7026",
+ "loc_data": "{2543,2822,0,0,0}-{2542,2818,0,0,0}-{2549,2822,0,0,0}"
+ },
+ {
+ "npc_id": "7031",
+ "loc_data": "{2499,2820,0,1,4}-{2511,2819,0,1,3}-{2525,2820,0,1,0}-{2527,2818,0,1,3}-{2542,2819,0,1,4}-{2551,2817,0,1,3}-{2554,2819,0,1,3}-{2559,2819,0,1,4}-{2566,2820,0,1,5}-{2575,2818,0,1,4}-{2578,2819,0,1,4}-{2587,2819,0,1,7}-{2595,2821,0,1,4}-{2595,2826,0,1,0}-{2503,2824,0,1,3}-{2509,2822,0,1,4}-{2518,2825,0,1,7}-{2526,2822,0,1,1}-{2547,2822,0,1,4}-{2588,2801,0,1,1}-{2557,2826,0,1,4}-{2562,2819,0,1,6}-{2565,2828,0,1,0}-{2573,2825,0,1,1}-{2578,2820,0,1,6}-{2584,2822,0,1,4}-{2590,2831,0,1,4}-{2594,2823,0,1,4}-{2502,2823,0,1,4}-{2513,2820,0,1,7}-{2527,2819,0,1,4}-{2529,2818,0,1,6}-{2541,2822,0,1,3}-{2549,2817,0,1,2}-{2557,2818,0,1,2}-{2488,2768,0,1,1}"
+ },
+ {
+ "npc_id": "7032",
+ "loc_data": "{2539,2838,0,0,0}-{2542,2832,0,0,0}-{2532,2836,0,0,0}"
+ },
+ {
+ "npc_id": "7033",
+ "loc_data": "{2541,2837,0,0,0}-{2535,2832,0,0,0}-{2543,2832,0,0,0}"
+ },
+ {
+ "npc_id": "7034",
+ "loc_data": "{2536,2839,0,0,0}-{2537,2840,0,0,0}-{2533,2836,0,0,0}"
+ },
+ {
+ "npc_id": "7035",
+ "loc_data": "{2542,2839,0,0,0}-{2549,2835,0,0,0}-{2541,2839,0,0,0}"
+ },
+ {
+ "npc_id": "7036",
+ "loc_data": "{2538,2841,0,0,0}-{2537,2836,0,0,0}-{2531,2836,0,0,0}"
+ },
+ {
+ "npc_id": "7039",
+ "loc_data": "{2503,2824,0,1,4}-{2518,2824,0,1,4}-{2534,2821,0,1,1}-{2548,2823,0,1,4}-{2560,2822,0,1,1}-{2570,2823,0,1,1}-{2582,2824,0,1,6}-{2588,2828,0,1,4}-{2503,2825,0,1,4}-{2493,2828,0,1,3}-{2515,2823,0,1,6}-{2525,2827,0,1,4}-{2589,2808,0,1,2}-{2562,2825,0,1,7}-{2568,2820,0,1,4}-{2577,2821,0,1,4}-{2582,2832,0,1,6}-{2500,2818,0,1,1}-{2525,2827,0,1,7}-{2536,2826,0,1,2}-{2541,2819,0,1,4}-{2503,2822,0,1,3}"
+ },
+ {
+ "npc_id": "7040",
+ "loc_data": "{2563,2862,0,0,0}-{2563,2856,0,0,0}"
+ },
+ {
+ "npc_id": "7041",
+ "loc_data": "{2562,2863,0,0,0}-{2553,2861,0,0,0}"
+ },
+ {
+ "npc_id": "7042",
+ "loc_data": "{2551,2863,0,0,0}-{2552,2859,0,0,0}"
+ },
+ {
+ "npc_id": "7043",
+ "loc_data": "{2553,2862,0,0,0}-{2561,2861,0,0,0}"
+ },
+ {
+ "npc_id": "7044",
+ "loc_data": "{2467,2933,0,0,4}-{2470,2937,0,0,4}-{2445,2897,0,0,4}-{2444,2894,0,0,4}"
+ },
+ {
+ "npc_id": "7045",
+ "loc_data": "{2460,2922,0,0,4}-{2463,2928,0,0,4}"
+ },
+ {
+ "npc_id": "7046",
+ "loc_data": "{2460,2925,0,0,4}-{3364,3800,0,0,4}-{3368,3811,0,0,4}-{3347,3814,0,0,4}-{3363,3816,0,0,4}"
+ },
+ {
+ "npc_id": "7047",
+ "loc_data": "{2557,2836,0,0,0}-{2559,2838,0,0,0}"
+ },
+ {
+ "npc_id": "7048",
+ "loc_data": "{2545,2836,0,0,0}"
+ },
+ {
+ "npc_id": "7049",
+ "loc_data": "{2553,2839,0,0,4}-{2553,2836,0,0,4}"
+ },
+ {
+ "npc_id": "7051",
+ "loc_data": "{2547,2852,0,0,0}-{2549,2854,0,0,0}"
+ },
+ {
+ "npc_id": "7052",
+ "loc_data": "{2571,2855,0,0,0}"
+ },
+ {
+ "npc_id": "7054",
+ "loc_data": "{2561,2850,0,0,0}"
+ },
+ {
+ "npc_id": "7055",
+ "loc_data": "{2559,2851,0,0,0}-{2560,2852,0,0,0}"
+ },
+ {
+ "npc_id": "7056",
+ "loc_data": "{2560,2851,0,0,0}-{2561,2852,0,0,0}"
+ },
+ {
+ "npc_id": "7057",
+ "loc_data": "{2596,2845,0,0,0}"
+ },
+ {
+ "npc_id": "7062",
+ "loc_data": "{2571,2840,0,0,0}-{2572,2840,0,0,0}"
+ },
+ {
+ "npc_id": "7065",
+ "loc_data": "{2621,2857,1,0,0}-{2622,2857,0,0,0}"
+ },
+ {
+ "npc_id": "7066",
+ "loc_data": "{2619,2856,1,0,0}-{2620,2857,0,0,0}"
+ },
+ {
+ "npc_id": "7067",
+ "loc_data": "{2518,2842,0,0,0}"
+ },
+ {
+ "npc_id": "7068",
+ "loc_data": "{2531,2850,0,0,0}"
+ },
+ {
+ "npc_id": "7069",
+ "loc_data": "{2559,2858,0,0,0}"
+ },
+ {
+ "npc_id": "7070",
+ "loc_data": "{2581,2866,0,0,0}"
+ },
+ {
+ "npc_id": "7071",
+ "loc_data": "{2598,2864,0,0,0}"
+ },
+ {
+ "npc_id": "7072",
+ "loc_data": "{2517,2840,0,0,0}"
+ },
+ {
+ "npc_id": "7073",
+ "loc_data": "{2533,2848,0,0,0}"
+ },
+ {
+ "npc_id": "7074",
+ "loc_data": "{2556,2858,0,0,0}"
+ },
+ {
+ "npc_id": "7075",
+ "loc_data": "{2583,2865,0,0,0}"
+ },
+ {
+ "npc_id": "7076",
+ "loc_data": "{2596,2865,0,0,0}"
+ },
+ {
+ "npc_id": "7077",
+ "loc_data": "{2617,2856,1,0,0}-{2618,2857,0,0,0}"
+ },
+ {
+ "npc_id": "7078",
+ "loc_data": "{2502,2838,0,0,0}-{2478,2884,0,0,0}-{2476,2895,0,0,0}-{2472,2870,0,0,0}-{2455,2873,0,0,0}-{2455,2857,0,0,0}-{2474,2833,0,0,0}-{2505,2842,0,0,0}-{2507,2843,0,0,0}-{2481,2833,0,0,0}-{2476,2865,0,0,0}-{2456,2856,0,0,0}-{2454,2879,0,0,0}-{2472,2884,0,0,0}-{2475,2894,0,0,0}"
+ },
+ {
+ "npc_id": "7079",
+ "loc_data": "{2501,2851,0,0,0}-{2466,2878,0,0,0}-{2454,2847,0,0,0}-{2471,2857,0,0,0}-{2483,2840,0,0,0}-{2498,2854,0,0,0}-{2504,2851,0,0,0}-{2491,2838,0,0,0}-{2475,2852,0,0,0}-{2464,2873,0,0,0}-{2474,2903,0,0,0}-{2479,2906,0,0,0}"
+ },
+ {
+ "npc_id": "7080",
+ "loc_data": "{2508,2853,0,0,0}-{2492,2893,0,0,0}-{2483,2876,0,0,0}-{2456,2868,0,0,0}-{2459,2836,0,0,0}-{2514,2851,0,0,0}-{2506,2852,0,0,0}-{2487,2877,0,0,0}-{2486,2860,0,0,0}-{2458,2866,0,0,0}-{2416,2856,0,0,0}-{2495,2884,0,0,0}"
+ },
+ {
+ "npc_id": "7081",
+ "loc_data": "{2499,2860,0,0,0}-{2485,2892,0,0,0}-{2451,2870,0,0,0}-{2466,2864,0,0,0}-{2449,2826,0,0,0}-{2487,2842,0,0,0}-{2497,2863,0,0,0}-{2489,2843,0,0,0}-{2471,2860,0,0,0}-{2448,2870,0,0,0}-{2478,2888,0,0,0}-{2485,2922,0,0,0}"
+ },
+ {
+ "npc_id": "7082",
+ "loc_data": "{2516,2858,0,0,0}-{2493,2903,0,0,0}-{2485,2869,0,0,0}-{2484,2888,0,0,0}-{2444,2861,0,0,0}-{2457,2863,0,0,0}-{2474,2837,0,0,0}-{2521,2862,0,0,0}-{2483,2865,0,0,0}-{2474,2844,0,0,0}-{2460,2859,0,0,0}-{2492,2901,0,0,0}-{2486,2889,0,0,0}"
+ },
+ {
+ "npc_id": "7091",
+ "loc_data": "{2525,2852,0,0,0}-{2529,2844,0,0,0}"
+ },
+ {
+ "npc_id": "7092",
+ "loc_data": "{2526,2854,0,0,0}-{2528,2850,0,0,0}"
+ },
+ {
+ "npc_id": "7093",
+ "loc_data": "{2527,2853,0,0,0}-{2528,2849,0,0,0}"
+ },
+ {
+ "npc_id": "7094",
+ "loc_data": "{2527,2851,0,0,0}-{2523,2850,0,0,0}"
+ },
+ {
+ "npc_id": "7095",
+ "loc_data": "{2609,2863,0,0,0}-{2610,2862,0,0,0}"
+ },
+ {
+ "npc_id": "7096",
+ "loc_data": "{2610,2865,0,0,0}-{2605,2866,0,0,0}"
+ },
+ {
+ "npc_id": "7097",
+ "loc_data": "{2611,2862,0,0,0}-{2607,2867,0,0,0}"
+ },
+ {
+ "npc_id": "7098",
+ "loc_data": "{2611,2864,0,0,0}-{2608,2863,0,0,0}"
+ },
+ {
+ "npc_id": "7099",
+ "loc_data": "{2585,2844,0,0,0}-{2581,2845,0,0,0}"
+ },
+ {
+ "npc_id": "7100",
+ "loc_data": "{2586,2840,0,0,0}-{2587,2841,0,0,0}"
+ },
+ {
+ "npc_id": "7101",
+ "loc_data": "{2585,2842,0,0,0}"
+ },
+ {
+ "npc_id": "7102",
+ "loc_data": "{2576,2840,0,0,0}-{2576,2840,0,0,0}"
+ },
+ {
+ "npc_id": "7103",
+ "loc_data": "{2579,2843,0,0,0}-{2582,2843,0,0,0}-{2579,2843,0,0,0}-{2582,2843,0,0,0}"
+ },
+ {
+ "npc_id": "7104",
+ "loc_data": "{2549,2852,0,0,0}-{2547,2856,0,0,0}"
+ },
+ {
+ "npc_id": "7105",
+ "loc_data": "{3111,9929,0,1,7}-{3106,9941,0,1,1}-{3111,9935,0,1,4}-{3114,9931,0,1,1}-{2612,9484,0,1,1}-{2611,9484,0,1,0}-{2614,9484,0,1,6}-{2611,9486,0,1,1}"
+ },
+ {
+ "npc_id": "7106",
+ "loc_data": "{3131,9930,0,1,4}"
+ },
+ {
+ "npc_id": "7107",
+ "loc_data": "{3130,9928,0,1,0}-{3131,9931,0,1,4}"
+ },
+ {
+ "npc_id": "7109",
+ "loc_data": "{3127,9932,0,1,1}"
+ },
+ {
+ "npc_id": "7110",
+ "loc_data": "{3121,9929,0,1,4}"
+ },
+ {
+ "npc_id": "7112",
+ "loc_data": "{3130,9934,0,1,3}"
+ },
+ {
+ "npc_id": "7113",
+ "loc_data": "{3127,9932,0,1,4}"
+ },
+ {
+ "npc_id": "7114",
+ "loc_data": "{3132,9921,0,0,0}-{3132,9935,0,1,1}"
+ },
+ {
+ "npc_id": "7115",
+ "loc_data": "{3050,3259,0,0,0}"
+ },
+ {
+ "npc_id": "7121",
+ "loc_data": "{2189,3148,0,1,4}"
+ },
+ {
+ "npc_id": "7138",
+ "loc_data": "{3245,5462,0,1,7}-{3257,5454,0,1,3}-{3255,5461,0,1,1}-{3251,5473,0,1,3}-{3224,5540,0,1,0}-{3240,5541,0,1,6}-{3239,5529,0,1,6}-{3233,5524,0,1,4}-{3237,5512,0,1,6}-{3225,5510,0,1,1}-{3222,5524,0,1,1}-{3213,5472,0,1,3}-{3210,5469,0,1,5}-{3221,5468,0,1,0}-{3223,5465,0,1,0}-{3190,5523,0,1,2}-{3225,5540,0,1,7}-{3218,5537,0,1,3}-{3195,5527,0,1,6}"
+ },
+ {
+ "npc_id": "7139",
+ "loc_data": "{3220,5463,0,1,7}"
+ },
+ {
+ "npc_id": "7142",
+ "loc_data": "{3082,4246,0,1,4}"
+ },
+ {
+ "npc_id": "7143",
+ "loc_data": "{3082,3459,0,0,0}"
+ },
+ {
+ "npc_id": "7144",
+ "loc_data": "{3085,4230,0,1,3}"
+ },
+ {
+ "npc_id": "7145",
+ "loc_data": "{3081,4252,0,1,7}"
+ },
+ {
+ "npc_id": "7146",
+ "loc_data": "{3078,4240,0,1,4}"
+ },
+ {
+ "npc_id": "7147",
+ "loc_data": "{3079,4245,0,1,4}"
+ },
+ {
+ "npc_id": "7148",
+ "loc_data": "{3077,4229,0,1,4}"
+ },
+ {
+ "npc_id": "7149",
+ "loc_data": "{3085,4235,0,1,4}"
+ },
+ {
+ "npc_id": "7150",
+ "loc_data": "{3085,4240,0,1,3}"
+ },
+ {
+ "npc_id": "7151",
+ "loc_data": "{3081,3457,0,0,4}"
+ },
+ {
+ "npc_id": "7152",
+ "loc_data": "{3081,3455,0,0,4}"
+ },
+ {
+ "npc_id": "7153",
+ "loc_data": "{3081,3453,0,0,4}"
+ },
+ {
+ "npc_id": "7154",
+ "loc_data": "{3079,3457,0,0,4}"
+ },
+ {
+ "npc_id": "7155",
+ "loc_data": "{3079,3455,0,0,4}"
+ },
+ {
+ "npc_id": "7156",
+ "loc_data": "{3077,3457,0,0,4}"
+ },
+ {
+ "npc_id": "7157",
+ "loc_data": "{3077,3453,0,0,4}"
+ },
+ {
+ "npc_id": "7158",
+ "loc_data": "{3080,3463,0,1,0}-{3079,3463,0,1,0}-{3144,4250,2,1,4}-{3143,4255,2,1,2}-{3140,4253,2,1,3}-{3145,4255,2,1,6}-{3149,4257,2,1,5}-{3148,4262,2,1,5}-{3142,4260,2,1,3}-{3144,4259,2,1,4}-{3145,4261,2,1,4}-{3146,4265,2,1,5}-{3143,4264,2,1,3}-{3144,4266,2,1,5}-{3141,4265,2,1,1}-{3144,4270,2,1,1}-{3142,4269,2,1,6}-{3157,4262,2,1,1}-{3164,4265,2,1,6}-{3162,4266,2,1,6}-{3165,4266,2,1,3}-{3164,4261,2,1,2}-{3162,4259,2,1,5}-{3162,4255,2,1,7}-{3165,4256,2,1,4}-{3163,4251,2,1,3}-{3165,4249,2,1,6}-{3162,4250,2,1,4}-{3163,4241,2,1,4}-{3165,4239,2,1,4}-{3165,4241,2,1,0}-{3160,4235,2,1,2}-{3165,4235,2,1,4}-{3165,4237,2,1,4}-{3162,4234,2,1,3}-{3164,4231,2,1,4}-{3166,4229,2,1,6}-{3162,4230,2,1,1}-{3167,4229,2,1,3}-{3184,4236,2,1,1}-{3153,4246,1,1,3}-{3159,4236,1,1,6}-{3163,4236,1,1,4}-{3163,4234,1,1,7}-{3146,4235,1,1,5}-{3144,4236,1,1,1}-{3143,4234,1,1,2}-{3145,4240,1,1,4}-{3148,4242,1,1,1}-{3145,4241,1,1,7}-{3142,4242,1,1,3}-{3146,4230,1,1,4}"
+ },
+ {
+ "npc_id": "7159",
+ "loc_data": "{3174,4238,2,1,6}-{3175,4243,2,1,6}-{3179,4236,2,1,4}-{3145,4272,1,1,3}-{3145,4276,1,1,3}-{3152,4271,1,1,6}-{3144,4264,1,1,4}-{3153,4266,1,1,1}-{3152,4261,1,1,4}-{3145,4259,1,1,6}-{3161,4259,1,1,0}-{3160,4265,1,1,0}-{3153,4246,1,1,3}-{3157,4248,1,1,6}-{3161,4247,1,1,4}-{3146,4247,1,1,6}-{3153,4233,1,1,4}-{3153,4240,1,1,6}-{3155,4238,1,1,5}-{3169,4267,3,1,3}-{3160,4265,3,1,6}-{3168,4250,3,1,4}-{3168,4244,3,1,6}-{3160,4239,3,1,1}-{3160,4228,3,1,3}-{3147,4225,3,1,3}-{3145,4242,3,1,5}-{3139,4249,3,1,6}-{3144,4253,3,1,3}-{3145,4266,3,1,0}-{3138,4266,3,1,3}"
+ },
+ {
+ "npc_id": "7160",
+ "loc_data": "{3175,4254,2,1,7}-{3176,4247,2,1,5}-{3174,4269,2,1,1}-{3190,4253,2,1,3}-{3192,4247,2,1,3}-{3189,4235,2,1,0}-{3152,4269,0,1,4}-{3160,4278,0,1,1}-{3160,4262,0,1,3}-{3149,4250,0,1,0}-{3158,4250,0,1,5}-{3161,4236,0,1,6}-{3172,4250,0,1,2}-{3171,4269,3,1,1}-{3157,4277,3,1,3}-{3150,4278,3,1,3}"
+ },
+ {
+ "npc_id": "7161",
+ "loc_data": "{3142,4230,2,1,6}-{3143,4231,2,1,3}-{3141,4235,2,1,4}-{3144,4241,2,1,4}"
+ },
+ {
+ "npc_id": "7162",
+ "loc_data": "{3144,4229,2,1,1}-{3143,4236,2,1,1}-{3145,4235,2,1,1}-{3148,4244,2,1,6}"
+ },
+ {
+ "npc_id": "7168",
+ "loc_data": "{2714,3309,0,1,1}"
+ },
+ {
+ "npc_id": "7228",
+ "loc_data": "{2862,3101,0,0,0}-{2879,3109,0,0,0}-{2882,3104,0,0,0}-{2874,3098,0,0,0}-{2882,3098,0,0,0}"
+ },
+ {
+ "npc_id": "7229",
+ "loc_data": "{2833,3088,0,0,0}-{2830,3085,0,0,0}-{2844,3089,0,0,0}-{2837,3084,0,0,0}-{2840,3076,0,0,0}"
+ },
+ {
+ "npc_id": "7230",
+ "loc_data": "{2887,3051,0,0,0}-{2890,3052,0,0,0}-{2894,3058,0,0,0}-{2840,3008,0,0,0}-{2897,3035,0,0,0}"
+ },
+ {
+ "npc_id": "7231",
+ "loc_data": "{2930,2961,0,0,0}-{2942,2964,0,0,0}-{2933,2964,0,0,0}-{2932,2967,0,0,0}-{2936,2973,0,0,0}"
+ },
+ {
+ "npc_id": "7232",
+ "loc_data": "{2802,3106,0,0,0}-{2807,3101,0,0,0}-{2806,3108,0,0,0}-{2808,3105,0,0,0}-{2814,3100,0,0,0}"
+ },
+ {
+ "npc_id": "7233",
+ "loc_data": "{2922,3070,0,0,0}-{2929,3075,0,0,0}-{2919,3080,0,0,0}-{2924,3080,0,0,0}-{2923,3081,0,0,0}"
+ },
+ {
+ "npc_id": "7234",
+ "loc_data": "{2900,3107,0,0,0}-{2903,3098,0,0,0}-{2908,3104,0,0,0}-{2905,3107,0,0,0}-{2904,3107,0,0,0}"
+ },
+ {
+ "npc_id": "7235",
+ "loc_data": "{2820,3065,0,0,0}-{2830,3059,0,0,0}-{2825,3057,0,0,0}-{2827,3050,0,0,0}-{2822,3053,0,0,0}"
+ },
+ {
+ "npc_id": "7236",
+ "loc_data": "{2799,3005,0,0,0}-{2801,2995,0,0,0}-{2804,3001,0,0,0}-{2803,2986,0,0,0}-{2811,2999,0,0,0}"
+ },
+ {
+ "npc_id": "7275",
+ "loc_data": "{2995,3252,0,0,0}-{2996,3259,0,0,0}-{2993,3250,0,0,0}-{3000,3258,0,0,0}"
+ },
+ {
+ "npc_id": "7276",
+ "loc_data": "{2994,3256,0,0,0}-{3002,3250,0,0,0}-{2992,3252,0,0,0}-{3000,3250,0,0,0}-{2728,3422,0,1,1}-{2718,3413,0,1,4}-{2729,3420,0,1,4}-{2727,3414,0,1,6}-{2714,3419,0,1,3}-{2719,3427,0,1,7}"
+ },
+ {
+ "npc_id": "7285",
+ "loc_data": "{2835,3107,0,0,0}-{2836,3101,0,0,0}-{2836,3110,0,0,0}-{2837,3112,0,0,0}-{2841,3107,0,0,0}-{2885,3018,0,0,0}-{2885,3019,0,0,0}-{2891,3018,0,0,0}"
+ },
+ {
+ "npc_id": "7286",
+ "loc_data": "{2931,3090,0,0,0}-{2925,3097,0,0,0}-{2936,3096,0,0,0}-{2924,3102,0,0,0}-{2933,3104,0,0,0}"
+ },
+ {
+ "npc_id": "7288",
+ "loc_data": "{2834,3045,0,0,0}-{2826,3048,0,0,0}-{2824,3043,0,0,0}-{2822,3045,0,0,0}-{2818,3049,0,0,0}"
+ },
+ {
+ "npc_id": "7289",
+ "loc_data": "{2882,3018,0,1,7}-{2887,3024,0,1,2}"
+ },
+ {
+ "npc_id": "7290",
+ "loc_data": "{2845,3088,0,1,6}-{2854,3085,0,1,1}"
+ },
+ {
+ "npc_id": "7292",
+ "loc_data": "{2863,3048,0,1,5}-{2868,3037,0,1,4}"
+ },
+ {
+ "npc_id": "7309",
+ "loc_data": "{3023,3410,0,0,0}-{2946,3280,0,0,0}"
+ },
+ {
+ "npc_id": "7310",
+ "loc_data": "{3015,3409,0,0,0}-{2946,3272,0,0,0}"
+ },
+ {
+ "npc_id": "7311",
+ "loc_data": "{2956,3273,0,0,0}"
+ },
+ {
+ "npc_id": "7312",
+ "loc_data": "{2950,3268,0,0,0}"
+ },
+ {
+ "npc_id": "7420",
+ "loc_data": "{3168,3334,0,0,3}"
+ },
+ {
+ "npc_id": "7421",
+ "loc_data": "{3163,3336,0,0,1}"
+ },
+ {
+ "npc_id": "7451",
+ "loc_data": "{2328,3170,0,1,6}-{2341,3179,0,1,4}-{2338,3164,0,1,4}-{2189,3181,0,1,2}-{2178,3186,0,1,7}-{2199,3182,0,1,0}-{2288,3149,0,1,2}-{2282,3144,0,1,3}-{2285,3144,0,1,2}-{2281,3139,0,1,1}-{2289,3152,0,1,6}-{2287,3155,0,1,1}-{2286,3146,0,1,1}-{2289,3156,0,0,5}-{2285,3136,0,1,3}"
+ },
+ {
+ "npc_id": "7636",
+ "loc_data": "{3618,9736,0,0,0}-{3620,9732,0,0,0}-{3624,9736,0,0,0}-{3625,9738,0,0,0}-{3618,9736,0,0,4}-{3620,9732,0,0,4}-{3624,9736,0,0,4}-{3625,9738,0,0,4}"
+ },
+ {
+ "npc_id": "7637",
+ "loc_data": "{3588,9768,0,0,0}-{3600,9768,0,0,0}-{3606,9780,0,0,0}-{3612,9729,0,0,0}-{3613,9764,0,0,0}-{3614,9740,0,0,0}-{3614,9750,0,0,0}-{3621,9748,0,0,0}-{3629,9737,0,0,0}"
+ },
+ {
+ "npc_id": "7639",
+ "loc_data": "{3592,9766,0,0,0}-{3603,9770,0,0,0}-{3605,9757,0,0,0}-{3611,9749,0,0,0}-{3611,9766,0,0,0}-{3616,9737,0,0,0}-{3616,9756,0,0,0}-{3616,9762,0,0,0}-{3617,9779,0,0,0}-{3621,9754,0,0,0}"
+ },
+ {
+ "npc_id": "7640",
+ "loc_data": "{3608,9780,0,1,3}-{3610,9777,0,1,1}-{3613,9772,0,1,4}-{3617,9748,0,1,7}-{3617,9758,0,1,1}-{3621,9751,0,1,1}"
+ },
+ {
+ "npc_id": "7641",
+ "loc_data": "{3607,9776,0,1,1}-{3610,9772,0,1,0}-{3614,9778,0,1,7}-{3615,9746,0,1,7}-{3618,9753,0,1,1}-{3619,9748,0,1,6}"
+ },
+ {
+ "npc_id": "7642",
+ "loc_data": "{3595,9742,0,0,0}-{3597,9751,0,0,0}-{3598,9736,0,0,0}-{3604,9746,0,0,0}"
+ },
+ {
+ "npc_id": "7643",
+ "loc_data": "{3587,9737,0,0,0}-{3592,9746,0,0,0}-{3600,9740,0,0,0}-{3605,9738,0,0,0}"
+ },
+ {
+ "npc_id": "7711",
+ "loc_data": "{3405,9902,0,0,0}"
+ },
+ {
+ "npc_id": "7716",
+ "loc_data": "{3005,3475,0,1,7}-{3003,3473,0,1,4}-{2997,3471,0,0,0}-{3004,3494,0,0,0}-{3005,3505,0,0,0}"
+ },
+ {
+ "npc_id": "7726",
+ "loc_data": "{2996,3451,0,0,0}"
+ },
+ {
+ "npc_id": "7727",
+ "loc_data": "{3045,3483,0,0,0}-{3053,3492,0,0,4}-{3055,3491,0,0,0}-{3045,3496,0,0,0}-{3046,3490,1,0,0}-{3057,3497,1,0,3}"
+ },
+ {
+ "npc_id": "7728",
+ "loc_data": "{3009,3433,0,0,0}"
+ },
+ {
+ "npc_id": "7731",
+ "loc_data": "{3008,3466,0,0,0}"
+ },
+ {
+ "npc_id": "7732",
+ "loc_data": "{3009,3466,0,0,0}"
+ },
+ {
+ "npc_id": "7733",
+ "loc_data": "{3008,3479,0,0,0}"
+ },
+ {
+ "npc_id": "7734",
+ "loc_data": "{3009,3487,0,0,0}"
+ },
+ {
+ "npc_id": "7735",
+ "loc_data": "{2999,3469,0,0,0}"
+ },
+ {
+ "npc_id": "7744",
+ "loc_data": "{3149,3411,0,0,0}"
+ },
+ {
+ "npc_id": "7746",
+ "loc_data": "{4755,5116,0,1,7}"
+ },
+ {
+ "npc_id": "7747",
+ "loc_data": "{4751,5116,0,1,5}"
+ },
+ {
+ "npc_id": "7748",
+ "loc_data": "{4752,5114,0,1,5}"
+ },
+ {
+ "npc_id": "7749",
+ "loc_data": "{4739,5070,0,1,0}"
+ },
+ {
+ "npc_id": "7750",
+ "loc_data": "{4765,5064,0,1,7}"
+ },
+ {
+ "npc_id": "7751",
+ "loc_data": "{4778,5070,0,1,2}"
+ },
+ {
+ "npc_id": "7752",
+ "loc_data": "{4432,5096,0,1,0}"
+ },
+ {
+ "npc_id": "7753",
+ "loc_data": "{4438,5089,0,1,0}-{4428,5083,0,1,0}-{4437,5075,0,1,0}"
+ },
+ {
+ "npc_id": "7763",
+ "loc_data": "{4777,5080,0,1,2}"
+ },
+ {
+ "npc_id": "7765",
+ "loc_data": "{4776,5076,0,1,6}"
+ },
+ {
+ "npc_id": "7767",
+ "loc_data": "{4762,5145,0,1,2}-{2457,5139,0,1,6}-{2460,5140,0,1,0}-{2443,5147,0,1,3}-{2454,5155,0,1,5}-{2461,5125,0,1,3}-{2456,5124,0,1,4}-{2458,5129,0,1,4}-{2443,5145,0,1,1}-{2451,5148,0,1,1}-{2447,5143,0,1,4}-{2443,5138,0,1,4}"
+ },
+ {
+ "npc_id": "7768",
+ "loc_data": "{4762,5156,0,1,6}"
+ },
+ {
+ "npc_id": "7823",
+ "loc_data": "{3215,9560,0,0,1}-{3161,9547,0,0,3}-{3164,9556,0,0,4}-{3162,9574,0,0,3}-{3198,9554,0,0,7}-{3216,9588,0,0,1}-{3198,9572,0,0,1}"
+ },
+ {
+ "npc_id": "7891",
+ "loc_data": "{3207,3250,0,0,0}-{3208,3250,0,0,0}-{3209,3250,0,0,0}"
+ },
+ {
+ "npc_id": "7959",
+ "loc_data": "{3188, 3425, 0, 1, 0}"
+ },
+ {
+ "npc_id": "7969",
+ "loc_data": "{3205,3240,0,0,0}"
+ },
+ {
+ "npc_id": "8041",
+ "loc_data": "{2794,3100,0,1,0}"
+ },
+ {
+ "npc_id": "8082",
+ "loc_data": "{3552,5590,2,1,2}"
+ },
+ {
+ "npc_id": "8083",
+ "loc_data": "{3560,5602,0,1,3}"
+ },
+ {
+ "npc_id": "8084",
+ "loc_data": "{3541,5597,0,1,4}"
+ },
+ {
+ "npc_id": "8085",
+ "loc_data": "{3550,5598,0,1,3}"
+ },
+ {
+ "npc_id": "8149",
+ "loc_data": "{3244,9996,0,1,6}-{3229,10008,0,1,6}-{3222,10012,0,1,6}-{3205,10010,0,1,6}-{3212,10012,0,1,6}-{3205,10023,0,1,6}-{3210,10030,0,1,6}-{3212,10039,0,1,6}-{3213,10009,0,1,6}-{3243,9993,0,1,6}-{3218,10036,0,1,6}-{3218,10010,0,1,6}"
+ },
+ {
+ "npc_id": "8150",
+ "loc_data": "{3241,9997,0,1,6}-{3230,10011,0,1,6}-{3221,10012,0,1,6}-{3207,10006,0,1,6}-{3207,10017,0,1,6-{3209,10031,0,1,6}-{3209,10019,0,1,6}-{3217,10012,0,1,6}-{3224,10012,0,1,6}"
+ },
+ {
+ "npc_id": "8151",
+ "loc_data": "{3241,9998,0,1,6}-{3223,10010,0,1,6}-{3208,10012,0,1,6}-{3209,10026,0,1,6}-{3214,10038,0,1,6}-{3211,10035,0,1,6}-{3214,10037,0,1,6}-{3240,9991,0,1,6}-{3231,10010,0,1,6}-{3210,10007,0,1,6}-{3222,10010,0,1,6}"
+ },
+ {
+ "npc_id": "8171",
+ "loc_data": "{3281,3403,0,1,6}"
+ },
+ {
+ "npc_id": "8273",
+ "loc_data": "{2931,3536,0,1,5}"
+ },
+ {
+ "npc_id": "8274",
+ "loc_data": "{3514,3513,0,1,6}"
+ },
+ {
+ "npc_id": "8275",
+ "loc_data": "{2869,2982,1,1,5}"
+ },
+ {
+ "npc_id": "8349",
+ "loc_data": "{2589,5735,0,1,0}-{2589,5713,0,1,0}-{2610,5709,0,1,0}-{2613,5732,0,1,0}"
+ },
+ {
+ "npc_id": "8358",
+ "loc_data": "{2601,5710,0,1,0}-{2603,5737,0,1,0}"
+ },
+ {
+ "npc_id": "8536",
+ "loc_data": "{2654,5600,0,1,3}-{2650,5600,0,0,3}-{2662,5593,0,0,3}-{2653,5590,0,0,3}-{2644,5592,0,0,3-{2644,5601,0,0,3}-{2654,5604,0,0,3}-{2663,5606,0,0,3}-{2670,5597,0,0,3}-{2657,5589,0,0,3}-"
+ },
+ {
+ "npc_id": "8590",
+ "loc_data": "{2743,3444,0,1,0}"
+ },
+ {
+ "npc_id": "7601",
+ "loc_data": "{1697,5605,0,0,6}"
+ },
+ {
+ "npc_id": "3579",
+ "loc_data": "{3195,3263,0,1,0}"
+ },
+ {
+ "npc_id": "5424",
+ "loc_data": "{2594,3269,0,0,0}"
+ },
+ {
+ "npc_id": "7010",
+ "loc_data": "{2243,3200,0,1,3}-{2204,3229,0,1,3}-{2204,3229,0,1,3}-{2204,3229,0,1,3}-{2268,3239,0,1,3}-{2268,3239,0,1,3}-{2268,3239,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}"
+ },
+ {
+ "npc_id": "7011",
+ "loc_data": "{2243,3200,0,1,3}-{2268,3239,0,1,3}-{2261,3260,0,1,3}-{2261,3260,0,1,3}"
+ },
+ {
+ "npc_id": "7014",
+ "loc_data": "{2180,3201,0,1,3}-{2226,3143,0,1,3}-{2288,3147,0,1,3}-{2247,3187,0,1,3}"
+ },
+ {
+ "npc_id": "7012",
+ "loc_data": "{2180,3201,0,1,3}-{2180,3201,0,1,3}-{2182,3204,0,1,3}-{2226,3143,0,1,3}-{2226,3143,0,1,3}-{2226,3143,0,1,3}-{2223,3146,0,1,3}-{2223,3146,0,1,3}-{2288,3147,0,1,3}-{2288,3147,0,1,3}-{2288,3147,0,1,3}-{2247,3187,0,1,3}-{2247,3187,0,1,3}"
+ },
+ {
+ "npc_id": "1183",
+ "loc_data": "{2206,3258,0,1,3}-{2200,3261,0,1,3}-{2193,3253,0,1,3}-{2192,3243,0,1,3}"
+ },
+ {
+ "npc_id": "1184",
+ "loc_data": "{2192,3249,0,1,3}-{2200,3249,0,1,3}-{2195,3247,0,1,3}-{2212,3258,0,1,3}"
+ },
+ {
+ "npc_id": "2160",
+ "loc_data": "{2925,10211,0,1,0}"
+ },
+ {
+ "npc_id": "2191",
+ "loc_data": "{2925,10213,0,1,0}"
+ },
+ {
+ "npc_id": "4248",
+ "loc_data": "{2849,10183,0,1,0}"
+ },
+ {
+ "npc_id": "2153",
+ "loc_data": "{2826,10197,0,1,0}"
+ },
+ {
+ "npc_id": "2152",
+ "loc_data": "{2827,10231,0,1,0}"
+ },
+ {
+ "npc_id": "2161",
+ "loc_data": "{2869,10211,0,1,0}"
+ },
+ {
+ "npc_id": "2162",
+ "loc_data": "{2886,10187,0,1,0}"
+ },
+ {
+ "npc_id": "2151",
+ "loc_data": "{2873,10210,0,1,0}"
+ },
+ {
+ "npc_id": "4558",
+ "loc_data": "{2885,10202,0,1,0}"
+ },
+ {
+ "npc_id": "2158",
+ "loc_data": "{2885,10207,0,1,0}"
+ },
+ {
+ "npc_id": "2157",
+ "loc_data": "{2887,10212,0,1,0}"
+ },
+ {
+ "npc_id": "2156",
+ "loc_data": "{2892,10212,0,1,0}"
+ },
+ {
+ "npc_id": "2159",
+ "loc_data": "{2885,10196,0,1,0}"
+ },
+ {
+ "npc_id": "2565",
+ "loc_data": "{1937,4972,0,1,0}"
+ },
+ {
+ "npc_id": "2564",
+ "loc_data": "{1935,4964,0,0,4}"
+ },
+ {
+ "npc_id": "2321",
+ "loc_data": "{2918,10194,0,0,3}"
+ },
+ {
+ "npc_id": "2198",
+ "loc_data": "{2905,10213,0,1,0}"
+ },
+ {
+ "npc_id": "2164",
+ "loc_data": "{2838,10205,0,0,1}"
+ },
+ {
+ "npc_id": "2163",
+ "loc_data": "{2836,10205,0,1,0}"
+ },
+ {
+ "npc_id": "2130",
+ "loc_data": "{2892,10191,0,1,0}-{2919,10206,0,1,0}-{2923,10230,0,1,0}-{2865,10193,0,1,0}"
+ },
+ {
+ "npc_id": "2131",
+ "loc_data": "{2893,10205,0,1,0}-{2895,10223,0,1,0}-{2871,10199,0,1,0}-{2890,10199,0,1,0}"
+ },
+ {
+ "npc_id": "2132",
+ "loc_data": "{2913,10211,0,1,0}-{2901,10232,0,1,0}-{2823,10193,0,1,0}"
+ },
+ {
+ "npc_id": "5880",
+ "loc_data": "{2888,10226,0,1,0}-{2920,10196,0,1,0}-{2844,10214,0,1,0}"
+ },
+ {
+ "npc_id": "5881",
+ "loc_data": "{2847,10200,0,1,0}-{2863,10233,0,1,0}-{2920,10216,0,1,0}"
+ },
+ {
+ "npc_id": "5882",
+ "loc_data": "{2916,10191,0,1,0}-{2841,10195,0,1,0}-{2831,10219,0,1,0}"
+ },
+ {
+ "npc_id": "2138",
+ "loc_data": "{2890,10232,0,1,0}"
+ },
+ {
+ "npc_id": "2178",
+ "loc_data": "{2916,10192,0,1,0}-{2839,10196,0,1,0}"
+ },
+ {
+ "npc_id": "2187",
+ "loc_data": "{2913,10200,0,1,0}"
+ },
+ {
+ "npc_id": "1546",
+ "loc_data": "{2911,10175,0,0,4}-{2912,10175,0,0,4}-{2913,10175,0,0,4}-{2914,10175,0,0,4}-{2909,10173,0,0,4}-{2910,10173,0,0,4}-{2911,10173,0,0,4}-{2912,10173,0,0,4}-{2913,10173,0,0,4}-{2909,10171,0,0,4}-{2910,10171,0,0,4}-{2911,10169,0,0,4}-{2912,10169,0,0,4}-{2913,10169,0,0,4}"
+ },
+ {
+ "npc_id": "2181",
+ "loc_data": "{2874,9871,0,1,0}"
+ },
+ {
+ "npc_id": "2182",
+ "loc_data": "{2908,10176,0,1,0}"
+ },
+ {
+ "npc_id": "2092",
+ "loc_data": "{2869,10196,1,1,0}"
+ },
+ {
+ "npc_id": "2100",
+ "loc_data": "{2870,10196,1,1,0}"
+ },
+ {
+ "npc_id": "2101",
+ "loc_data": "{2868,10202,1,1,0}"
+ },
+ {
+ "npc_id": "2094",
+ "loc_data": "{2869,10205,1,0,6}"
+ },
+ {
+ "npc_id": "2096",
+ "loc_data": "{2890,10207,1,0,6}"
+ },
+ {
+ "npc_id": "2104",
+ "loc_data": "{2890,10204,1,1,0}"
+ },
+ {
+ "npc_id": "2095",
+ "loc_data": "{2889,10211,1,0,6}"
+ },
+ {
+ "npc_id": "2103",
+ "loc_data": "{2892,10209,1,1,0}"
+ },
+ {
+ "npc_id": "2105",
+ "loc_data": "{2890,10196,1,1,0}"
+ },
+ {
+ "npc_id": "2097",
+ "loc_data": "{2891,10196,1,0,6}"
+ },
+ {
+ "npc_id": "2102",
+ "loc_data": "{2869,10208,1,1,0}"
+ },
+ {
+ "npc_id": "2093",
+ "loc_data": "{2871,10207,1,1,0}"
+ },
+ {
+ "npc_id": "2098",
+ "loc_data": "{2890,10192,1,0,6}"
+ },
+ {
+ "npc_id": "2106",
+ "loc_data": "{2892,10190,1,1,0}"
+ },
+ {
+ "npc_id": "2110",
+ "loc_data": "{2877,10198,1,1,0}-{2878,10196,1,1,0}"
+ },
+ {
+ "npc_id": "2111",
+ "loc_data": "{2878,10201,1,1,0}-{2876,10201,1,1,0}"
+ },
+ {
+ "npc_id": "2113",
+ "loc_data": "{2878,10201,1,1,0}-{2876,10201,1,1,0}"
+ },
+ {
+ "npc_id": "2115",
+ "loc_data": "{2882,10201,1,1,0}-{2883,10200,1,1,0}"
+ },
+ {
+ "npc_id": "2117",
+ "loc_data": "{2883,10198,1,1,0}-{2884,10199,1,1,0}"
+ },
+ {
+ "npc_id": "2119",
+ "loc_data": "{2882,10197,1,1,0}-{2883,10196,1,1,0}"
+ },
+ {
+ "npc_id": "2121",
+ "loc_data": "{2880,10195,1,1,0}-{2879,10193,1,1,0}"
+ },
+ {
+ "npc_id": "2193",
+ "loc_data": "{2887,10223,0,1,0}"
+ },
+ {
+ "npc_id": "2197",
+ "loc_data": "{2848,10198,0,1,0}"
+ },
+ {
+ "npc_id": "2188",
+ "loc_data": "{2851,10223,0,1,0}"
+ },
+ {
+ "npc_id": "2189",
+ "loc_data": "{2851,10223,0,1,0}"
+ },
+ {
+ "npc_id": "2171",
+ "loc_data": "{2930,10184,0,1,0}"
+ },
+ {
+ "npc_id": "1848",
+ "loc_data": "{2868,10168,0,1,0}"
+ },
+ {
+ "npc_id": "1849",
+ "loc_data": "{2868,10168,0,1,0}"
+ },
+ {
+ "npc_id": "1847",
+ "loc_data": "{2868,10168,0,1,0}"
+ },
+ {
+ "npc_id": "1839",
+ "loc_data": "{2825,10167,0,1,0}"
+ },
+ {
+ "npc_id": "2127",
+ "loc_data": "{2880,10199,1,1,0}"
+ },
+ {
+ "npc_id": "2201",
+ "loc_data": "{2866,10208,0,1,0}"
+ },
+ {
+ "npc_id": "2179",
+ "loc_data": "{2840,10199,0,0,6}"
+ },
+ {
+ "npc_id": "2177",
+ "loc_data": "{2843,10191,1,0,1}"
+ },
+ {
+ "npc_id": "2140",
+ "loc_data": "{2835,10226,0,0,6}"
+ },
+ {
+ "npc_id": "2169",
+ "loc_data": "{2836,10222,0,1,0}"
+ },
+ {
+ "npc_id": "2196",
+ "loc_data": "{2838,10196,0,1,0}"
+ },
+ {
+ "npc_id": "2170",
+ "loc_data": "{2853,10196,0,1,0}"
+ },
+ {
+ "npc_id": "2199",
+ "loc_data": "{2855,10199,0,1,0}"
+ },
+ {
+ "npc_id": "2192",
+ "loc_data": "{2933,10219,0,1,0}"
+ },
+ {
+ "npc_id": "2141",
+ "loc_data": "{2906,10204,0,1,0}"
+ },
+ {
+ "npc_id": "2202",
+ "loc_data": "{2912,10222,0,1,0}"
+ },
+ {
+ "npc_id": "2195",
+ "loc_data": "{2901,10227,0,1,0}"
+ },
+ {
+ "npc_id": "2194",
+ "loc_data": "{2926,10225,0,1,0}"
+ },
+ {
+ "npc_id": "2142",
+ "loc_data": "{2904,10206,0,1,0}"
+ },
+ {
+ "npc_id": "2190",
+ "loc_data": "{2922,10201,0,1,0}"
+ },
+ {
+ "npc_id": "2155",
+ "loc_data": "{2871,10199,0,1,0}"
+ },
+ {
+ "npc_id": "8065",
+ "loc_data": "{3399,3464,0,0,1}"
+ },
+ {
+ "npc_id": "8066",
+ "loc_data": "{3346,3513,0,0,6}"
+ },
+ {
+ "npc_id": "8067",
+ "loc_data": "{3280,3524,0,0,0}"
+ },
+ {
+ "npc_id": "8068",
+ "loc_data": "{3237,3525,0,0,0}"
+ },
+ {
+ "npc_id": "8069",
+ "loc_data": "{3171,3535,0,0,0}"
+ },
+ {
+ "npc_id": "8070",
+ "loc_data": "{3088,3515,0,0,0}"
+ },
+ {
+ "npc_id": "8071",
+ "loc_data": "{3035,3517,0,0,0}"
+ },
+ {
+ "npc_id": "8072",
+ "loc_data": "{2972,3515,0,0,0}"
+ },
+ {
+ "npc_id": "8073",
+ "loc_data": "{2941,3564,0,0,0}"
+ },
+ {
+ "npc_id": "8074",
+ "loc_data": "{2946,3621,0,0,0}"
+ },
+ {
+ "npc_id": "8075",
+ "loc_data": "{2938,3679,0,0,0}"
+ },
+ {
+ "npc_id": "8076",
+ "loc_data": "{2939,3772,0,0,0}"
+ },
+ {
+ "npc_id": "2085",
+ "loc_data": "{3231,9610,0,1,0}"
+ },
+ {
+ "npc_id": "2084",
+ "loc_data": "{3314,9612,0,1,0}"
+ },
+ {
+ "npc_id": "2078",
+ "loc_data": "{3313,9622,0,0,3}"
+ },
+ {
+ "npc_id": "2077",
+ "loc_data": "{3323,9616,0,0,6}"
+ },
+ {
+ "npc_id": "2076",
+ "loc_data": "{3312,9628,0,0,3}"
+ },
+ {
+ "npc_id": "2075",
+ "loc_data": "{3312,9638,0,0,3}"
+ },
+ {
+ "npc_id": "2072",
+ "loc_data": "{3319,9632,0,1,0}"
+ },
+ {
+ "npc_id": "2071",
+ "loc_data": "{3323,9643,0,1,0}"
+ },
+ {
+ "npc_id": "2070",
+ "loc_data": "{3324,9621,0,1,0}"
+ },
+ {
+ "npc_id": "2069",
+ "loc_data": "{3313,9652,0,1,0}"
+ },
+ {
+ "npc_id": "2074",
+ "loc_data": "{3319,9605,0,0,1}"
+ },
+ {
+ "npc_id": "7724",
+ "loc_data": "{3054,3503,0,1,0}"
+ },
+ {
+ "npc_id": "15",
+ "loc_data": "{3203,3479,0,1,0}-{3202,3484,0,1,0}"
+ },
+ {
+ "npc_id": "2910",
+ "loc_data": "{3082,9885,0,1,4}"
+ },
+ {
+ "npc_id": "3382",
+ "loc_data": "{3080,9885,0,1,4}-{3076,9886,0,1,4}-{3081,9890,0,1,4}-{3081,9895,0,1,4}"
+ },
+ {
+ "npc_id": "5965",
+ "loc_data": "{1759,4955,0,0,0}"
+ },
+ {
+ "npc_id": "5966",
+ "loc_data": "{1754,4960,0,1,4}"
+ },
+ {
+ "npc_id": "5967",
+ "loc_data": "{1735,4950,0,1,4}-{1758, 4937, 0, 1, 4}-{1756, 4947, 0, 1, 4}-{1771, 4960, 0, 1, 4}-{1779, 4950, 0, 1, 4}-{1759, 4971, 0, 1, 4}-{1773, 4983, 0, 1, 4}"
+ },
+ {
+ "npc_id": "5945",
+ "loc_data": "{1743,4959,0,1,4}-{1739,4969,0,1,4}-{1748, 4941, 0, 1, 4}-{1759, 4979, 0, 1, 6}"
+ },
+ {
+ "npc_id": "10",
+ "loc_data": "{1740,4970,0,1,4}-{1783, 4950, 0, 1, 4}-{1755,4951,0,1,3}-{1754, 4986, 0, 1, 6}-{1763, 4972, 0, 1, 6}"
+ },
+ {
+ "npc_id": "5971",
+ "loc_data": "{1742,4964,0,0,0}"
+ },
+ {
+ "npc_id": "5977",
+ "loc_data": "{1735,4964,0,0,0}"
+ },
+ {
+ "npc_id": "5982",
+ "loc_data": "{1735,4954,0,0,0}"
+ },
+ {
+ "npc_id": "5976",
+ "loc_data": "{1742,4954,0,0,0}"
+ },
+ {
+ "npc_id": "5978",
+ "loc_data": "{1752,4938,0,0,0}"
+ },
+ {
+ "npc_id": "5972",
+ "loc_data": "{1781,4954,0,0,0}"
+ },
+ {
+ "npc_id": "5973",
+ "loc_data": "{1774,4964,0,0,0}"
+ },
+ {
+ "npc_id": "5974",
+ "loc_data": "{1774,4954,0,0,0}"
+ },
+ {
+ "npc_id": "5975",
+ "loc_data": "{1740,4979,0,0,0}"
+ },
+ {
+ "npc_id": "5981",
+ "loc_data": "{1750,4979,0,0,0}"
+ },
+ {
+ "npc_id": "5979",
+ "loc_data": "{1765,4979,0,0,0}"
+ },
+ {
+ "npc_id": "5980",
+ "loc_data": "{1775,4979,0,0,0}"
+ },
+ {
+ "npc_id": "8000",
+ "loc_data": "{2987,3691,0,0,3}"
+ },
+ {
+ "npc_id": "2861",
+ "loc_data": "{2347,3165,0,1,3}"
+ },
+ {
+ "npc_id": "4965",
+ "loc_data": "{2826,3685,0,0,1}"
+ },
+ {
+ "npc_id": "2790",
+ "loc_data": "{3163,4822,0,0,6}"
+ },
+ {
+ "npc_id": "6117",
+ "loc_data": "{1884,5020,0,0,6}"
+ },
+ {
+ "npc_id": "6134",
+ "loc_data": "{1890,5018,0,0,0}"
+ },
+ {
+ "npc_id": "6132",
+ "loc_data": "{1883,5029,0,0,6}"
+ },
+ {
+ "npc_id": "6133",
+ "loc_data": "{1883,5026,0,0,6}"
+ },
+ {
+ "npc_id": "6131",
+ "loc_data": "{1885,5026,0,0,6}"
+ },
+ {
+ "npc_id": "490",
+ "loc_data": "{1887,5026,0,0,6}"
+ },
+ {
+ "npc_id": "487",
+ "loc_data": "{1885,5029,0,0,6}"
+ },
+ {
+ "npc_id": "555",
+ "loc_data": "{2657,3153,0,1,0}"
+ },
+ {
+ "npc_id": "2357",
+ "loc_data": "{2340,3157,1,1,0}"
+ },
+ {
+ "npc_id": "2356",
+ "loc_data": "{2323,3163,0,1,0}"
+ },
+ {
+ "npc_id": "4874",
+ "loc_data": "{2709,3291,0,0,0}"
+ },
+ {
+ "npc_id": "4856",
+ "loc_data": "{2732,3292,0,1,1}"
+ },
+ {
+ "npc_id": "4872",
+ "loc_data": "{2740,3310,0,0,0}"
+ },
+ {
+ "npc_id": "4878",
+ "loc_data": "{2726,3283,0,1,1}"
+ },
+ {
+ "npc_id": "4883",
+ "loc_data": "{2713,3278,0,1,1}"
+ },
+ {
+ "npc_id": "4885",
+ "loc_data": "{2705,3287,0,1,1}-{2716,3287,0,1,1}-{2732,3282,0,1,1}"
+ },
+ {
+ "npc_id": "7780",
+ "loc_data": "{3358,2993,0,1,0}"
+ },
+ {
+ "npc_id": "4887",
+ "loc_data": "{2738,3303,0,1,1}-{2723,3274,0,1,1}"
+ },
+ {
+ "npc_id": "4895",
+ "loc_data": "{2718,3302,0,1,1}"
+ },
+ {
+ "npc_id": "696",
+ "loc_data": "{2716,3303,0,1,1}"
+ },
+ {
+ "npc_id": "698",
+ "loc_data": "{2716,3303,0,1,1}"
+ },
+ {
+ "npc_id": "2352",
+ "loc_data": "{2334,3183,0,1,0}"
+ },
+ {
+ "npc_id": "5497",
+ "loc_data": "{2376,10198,0,1,0}-{2384,10202,0,1,0}-{2390,10207,0,1,0}-{2385,10193,0,1,0}-{2419,10192,0,1,0}-{2412,10200,0,1,0}"
+ },
+ {
+ "npc_id": "5498",
+ "loc_data": "{2412,3818,0,1,0}-{2412,3801,0,1,0}-{2392,3802,0,1,0}"
+ },
+ {
+ "npc_id": "5474",
+ "loc_data": "{2390,10216,0,1,0}-{2417,10228,0,1,0}-{2385,10227,0,1,0}"
+ },
+ {
+ "npc_id": "5475",
+ "loc_data": "{2396,10232,0,1,0}-{2402,10225,0,1,0}-{2420,10221,0,1,0}"
+ },
+ {
+ "npc_id": "5473",
+ "loc_data": "{2377,10212,0,1,0}-{2392,10226,0,1,0}-{2407,10228,0,1,0}-{2406,10214,0,1,0}-{2420,10214,0,1,0}"
+ },
+ {
+ "npc_id": "5491",
+ "loc_data": "{2387,3800,0,0,3}-{2411,3795,0,0,6}-{2417,3825,0,0,1}"
+ },
+ {
+ "npc_id": "5492",
+ "loc_data": "{2387,3797,0,0,3}-{2414,3825,0,0,1}-{2414,3795,0,0,6}"
+ },
+ {
+ "npc_id": "5481",
+ "loc_data": "{2644,3709,0,1,0}"
+ },
+ {
+ "npc_id": "5482",
+ "loc_data": "{2422,3781,0,1,0}"
+ },
+ {
+ "npc_id": "5463",
+ "loc_data": "{2324,3809,0,1,0}-{2317,3802,0,1,0}"
+ },
+ {
+ "npc_id": "5521",
+ "loc_data": "{2324,3832,0,1,0}-{2350,3859,0,1,0}-{2375,3892,0,1,0}-{2388,3867,0,1,0}-{2384,3863,0,1,0}-{2387,3859,0,1,0}-{2350,3862,0,1,0}-{2352,3857,0,1,0}"
+ },
+ {
+ "npc_id": "5523",
+ "loc_data": "{2367,3832,0,1,0}-{2319,3854,0,1,0}-{2324,3891,0,1,0}-{2406,3854,0,1,0}-{2405,3863,0,1,0}-{2400,3856,0,1,0}"
+ },
+ {
+ "npc_id": "5522",
+ "loc_data": "{2362,3893,0,1,0}-{2390,3861,0,1,0}-{2395,3859,0,1,0}-{2323,3857,0,1,0}-{2331,3860,0,1,0}"
+ },
+ {
+ "npc_id": "5524",
+ "loc_data": "{2340,3830,0,1,0}-{2338,3860,0,1,0}-{2339,3895,0,1,0}-{2411,3886,0,1,0}-{2396,3854,0,1,0}"
+ },
+ {
+ "npc_id": "5514",
+ "loc_data": "{2337,3831,0,1,0}-{2399,3852,0,1,0}-{2321,3833,0,1,0}"
+ },
+ {
+ "npc_id": "5515",
+ "loc_data": "{2327,3858,0,1,0}-{2321,3860,0,1,0}-{2343,3862,0,1,0}"
+ },
+ {
+ "npc_id": "5516",
+ "loc_data": "{2393,3861,0,1,0}-{2347,3890,0,1,0}-{2347,3890,0,1,0}"
+ },
+ {
+ "npc_id": "5517",
+ "loc_data": "{2403,3853,0,1,0}-{2328,3830,0,1,0}-{2405,3860,0,1,0}-{2335,3894,0,1,0}"
+ },
+ {
+ "npc_id": "3848",
+ "loc_data": "{2410,3780,0,1,0}-{2414,3780,0,1,0}"
+ },
+ {
+ "npc_id": "313",
+ "loc_data":"{2401,3781,0,1,0}"
+ },
+ {
+ "npc_id": "312",
+ "loc_data": "{2421,3789,0,1,0}"
+ },
+ {
+ "npc_id": "1164",
+ "loc_data": "{2780,3058,0,1,0}"
+ },
+ {
+ "npc_id": "1051",
+ "loc_data": "{3440,9738,1,1,0}"
+ },
+ {
+ "npc_id": "1052",
+ "loc_data": "{3420,3442,0,1,0}-{3429,3436,0,1,0}-{3439,3437,0,1,0}-{3448,3444,0,1,0}-{3458,3433,0,1,0}-{3459,3419,0,1,0}-{3449,3420,0,1,0}-{3441,3421,0,1,0}-{3427,3421,0,1,0}-{3414,3422,0,1,0}-{3411,3423,0,1,0}-{3415,3414,0,1,0}-{3410,3409,0,1,0}-{3422,3405,0,1,0}-{3431,3402,0,1,0}-{3444,3405,0,1,0}-{3453,3397,0,1,0}-{3467,3402,0,1,0}-{3473,3395,0,1,0}-{3470,3385,0,1,0}-{3463,3379,0,1,0}-{3451,3380,0,1,0}-{3445,3374,0,1,0}-{3438,3365,0,1,0}-{3429,3367,0,1,0}-{3417,3367,0,1,0}-{3413,3362,0,1,0}-{3417,3358,0,1,0}-{3426,3352,0,1,0}-{3435,3349,0,1,0}-{3442,3353,0,1,0}-{3448,3358,0,1,0}-{3457,3355,0,1,0}-{3461,3348,0,1,0}-{3457,3343,0,1,0}-{3471,3344,0,1,0}-{3426,3338,0,1,0}-{3423,3335,0,1,0}"
+ },
+ {
+ "npc_id": "7132",
+ "loc_data": "{1630,4705,0,0,0}"
+ },
+ {
+ "npc_id": "7131",
+ "loc_data": "{1634,4699,0,1,0}"
+ },
+ {
+ "npc_id": "7125",
+ "loc_data": "{1605,4702,0,1,0}-{1649,4730,0,1,0}"
+ },
+ {
+ "npc_id": "7126",
+ "loc_data": "{1605,4720,0,1,0}-{1658,4705,0,1,0}-{1633,4678,0,1,0}"
+ },
+ {
+ "npc_id": "7127",
+ "loc_data": "{1631,4730,0,1,0}-{1658,4687,0,1,0}-{1615,4678,0,1,0}"
+ },
+ {
+ "npc_id": "7128",
+ "loc_data": "{1625,4689,0,1,0}-{1614,4704,0,1,0}-{1631,4719,0,1,0}-{1651,4705,0,1,0}"
+ },
+ {
+ "npc_id": "7129",
+ "loc_data": "{1625,4689,0,1,0}-{1614,4704,0,1,0}-{1631,4719,0,1,0}-{1651,4705,0,1,0}"
+ },
+ {
+ "npc_id": "7130",
+ "loc_data": "{1625,4689,0,1,0}-{1614,4704,0,1,0}-{1631,4719,0,1,0}-{1651,4705,0,1,0}"
+ },
+ {
+ "npc_id": "800",
+ "loc_data": "{2884,9765,0,1,0}-{2890,9766,0,1,0}-{2894,9764,0,1,0}"
+ },
+ {
+ "npc_id": "3322",
+ "loc_data": "{2384,4439,0,1,0}"
+ },
+ {
+ "npc_id": "223",
+ "loc_data": "{2569,3250,0,1,0}"
+ },
+ {
+ "npc_id": "224",
+ "loc_data": "{2582,9656,0,1,0}-{2589,9657,0,1,0}-{2587,9658,0,1,0}-{2584,9657,0,1,0}-{2585,9656,0,1,0}-{2582,9658,0,1,0}-{2585,9653,0,1,0}-{2590,9658,0,1,0}-{2590,9655,0,1,0}"
+ },
+ {
+ "npc_id": "1080",
+ "loc_data": "{2900,3567,1,1,0}"
+ },
+ {
+ "npc_id": "1078",
+ "loc_data": "{2905,3540,1,1,0}"
+ },
+ {
+ "npc_id": "1011",
+ "loc_data": "{2642,9394,0,1,0}"
+ },
+ {
+ "npc_id": "1012",
+ "loc_data": "{2650,9393,0,1,0}"
+ },
+ {
+ "npc_id": "1907",
+ "loc_data": "{3488,3091,0,1,0}"
+ },
+ {
+ "npc_id": "1911",
+ "loc_data": "{3416,3155,0,1,0}"
+ }
+
+]
diff --git a/Server/data/configs/object_configs.json b/Server/data/configs/object_configs.json
index e4f2c26a3..354bfc6de 100644
--- a/Server/data/configs/object_configs.json
+++ b/Server/data/configs/object_configs.json
@@ -3,14 +3,14030 @@
"examine": "I wonder what's inside.",
"ids": "0,1"
},
+ {
+ "examine": "Looks and smells like a place where goblins live.",
+ "ids": "2"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "3,4"
+ },
+ {
+ "examine": "A powerful ranging device, unfortunately not working.",
+ "ids": "5"
+ },
+ {
+ "examine": "A powerful ranging device that fires metal balls.",
+ "ids": "6"
+ },
+ {
+ "examine": "The cannon is built on here.",
+ "ids": "7"
+ },
+ {
+ "examine": "The mounting for the multicannon.",
+ "ids": "8"
+ },
+ {
+ "examine": "The barrels of the multicannon.",
+ "ids": "9"
+ },
{
"examine": "I can climb down this.",
"ids": "10"
},
+ {
+ "examine": "I can climb up this.",
+ "ids": "11"
+ },
+ {
+ "examine": "A pile of rocks is blocking my path.",
+ "ids": "12"
+ },
+ {
+ "examine": "Mud caved in from above.",
+ "ids": "13"
+ },
+ {
+ "examine": "Intended to keep the goblins away from the mines.",
+ "ids": "14,15,16,17,18,19,20"
+ },
+ {
+ "examine": "Its eyes stare off into the distance...",
+ "ids": "21"
+ },
+ {
+ "examine": "The door is shut.",
+ "ids": "22"
+ },
+ {
+ "examine": "Unusually lumpy looking.",
+ "ids": "23"
+ },
+ {
+ "examine": "The door is shut.",
+ "ids": "24"
+ },
+ {
+ "examine": "Seems to be some kind of clock part.",
+ "ids": "25,26,27,28,29,30,31,32"
+ },
+ {
+ "examine": "Yup, definitely a lever.",
+ "ids": "33,34,35,36"
+ },
+ {
+ "examine": "Stops people walking past.",
+ "ids": "37,38,39"
+ },
+ {
+ "examine": "Animals have no table manners.",
+ "ids": "40"
+ },
+ {
+ "examine": "Looks like an outlet pipe to the lake.",
+ "ids": "41"
+ },
+ {
+ "examine": "I can see fish swimming in the water.",
+ "ids": "42,326"
+ },
+ {
+ "examine": "It seems to sparkle.",
+ "ids": "43"
+ },
+ {
+ "examine": "I can see really big fish swimming in the water.",
+ "ids": "44"
+ },
+ {
+ "examine": "Big Dave is fishing here.",
+ "ids": "45"
+ },
+ {
+ "examine": "Joshua is fishing here.",
+ "ids": "46"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "47,48,49,50"
+ },
+ {
+ "examine": "Hmmm... I wonder if it's loose enough to get through.",
+ "ids": "51"
+ },
+ {
+ "examine": "It's locked.",
+ "ids": "52,53"
+ },
+ {
+ "examine": "It's a flight of stairs.",
+ "ids": "54,55,56,57"
+ },
+ {
+ "examine": "Known commonly as Red worm vine.",
+ "ids": "58"
+ },
+ {
+ "examine": "A fancy hole in the wall.",
+ "ids": "59"
+ },
+ {
+ "examine": "A fancy hole in the ceiling.",
+ "ids": "60"
+ },
+ {
+ "examine": "A shrine to evil.",
+ "ids": "61"
+ },
+ {
+ "examine": "Is there something in there?",
+ "ids": "62"
+ },
+ {
+ "examine": "Used for storage.",
+ "ids": "63,64"
+ },
+ {
+ "examine": "Surprisingly sturdy looking.",
+ "ids": "65,66"
+ },
+ {
+ "examine": "Used for storage.",
+ "ids": "67"
+ },
+ {
+ "examine": "Where bees live.",
+ "ids": "68"
+ },
+ {
+ "examine": "Handy for boarding boats.",
+ "ids": "69,70"
+ },
+ {
+ "examine": "Sturdy looking door.",
+ "ids": "71,72"
+ },
+ {
+ "examine": "Securely fastened shut.",
+ "ids": "73,74"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "75"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "76"
+ },
+ {
+ "examine": "Securely fastened shut.",
+ "ids": "77,78"
+ },
+ {
+ "examine": "Looks secure.",
+ "ids": "79,80"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "81,82"
+ },
+ {
+ "examine": "Seems very old...",
+ "ids": "86"
+ },
+ {
+ "examine": "I guess you pull it...",
+ "ids": "87"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "89,90"
+ },
+ {
+ "examine": "I don't like the look of this!",
+ "ids": "91"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "92,93"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "94,95"
+ },
+ {
+ "examine": "A dark flight of stairs.",
+ "ids": "96,98"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "99"
+ },
{
"examine": "Don't you open that trapdoor!",
"ids": "100"
},
+ {
+ "examine": "I can climb this.",
+ "ids": "101"
+ },
+ {
+ "examine": "A sturdy door.",
+ "ids": "102"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "103"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "104"
+ },
+ {
+ "examine": "I wonder what that's there for...",
+ "ids": "105,106"
+ },
+ {
+ "examine": "An appliance for cooking with.",
+ "ids": "114"
+ },
+ {
+ "examine": "A party balloon.",
+ "ids": "115,116,117,118,119,120"
+ },
+ {
+ "examine": "Aren't they pretty?",
+ "ids": "121"
+ },
+ {
+ "examine": "Paaaarty!",
+ "ids": "122"
+ },
+ {
+ "examine": "A party balloon.",
+ "ids": "123,124,125,126,127,128,129,130"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "131"
+ },
+ {
+ "examine": "An escape route.",
+ "ids": "132"
+ },
+ {
+ "examine": "Looks spooky down there.",
+ "ids": "133"
+ },
+ {
+ "examine": "A large double door.",
+ "ids": "134,135,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,4423,4424,4425,4426,4427,4428,4429,4430,4629,4630,4631,4632,4633,4634,4635,4963,4964,12349,12350,12446,12447,12448,12449,13094,13095,13096,13097,13098,13099,31814,31815,31816"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "136"
+ },
+ {
+ "examine": "Smelly.",
+ "ids": "152"
+ },
+ {
+ "examine": "An ornate fountain.",
+ "ids": "153,36781"
+ },
+ {
+ "examine": "A pipe I can squeeze through.",
+ "ids": "154,2287,2288,2290,2291,2292,2293,3236,3237,4058,5099,5100,5101,5102,5152,5153,5154,5155,9293,9295,10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075,29370"
+ },
+ {
+ "examine": "Lots of books.",
+ "ids": "155,156,157"
+ },
+ {
+ "examine": "This wall looks odd...",
+ "ids": "158,159"
+ },
+ {
+ "examine": "I wonder what this does...",
+ "ids": "160"
+ },
+ {
+ "examine": "I'm not touching that.",
+ "ids": "162,163,164"
+ },
+ {
+ "examine": "A special furnace for destroying contaminated items.",
+ "ids": "165"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "166,167"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "170"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "171"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "172"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "173"
+ },
+ {
+ "examine": "Fly Gnome Air.",
+ "ids": "187"
+ },
+ {
+ "examine": "Probably pilot error.",
+ "ids": "188"
+ },
+ {
+ "examine": "The Blurberry bar",
+ "ids": "189"
+ },
+ {
+ "examine": "A large gate in the gnome style.",
+ "ids": "190"
+ },
+ {
+ "examine": "The entrance to the cave.",
+ "ids": "194"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "195"
+ },
+ {
+ "examine": "A quirky gnome lamp.",
+ "ids": "200"
+ },
+ {
+ "examine": "These insects love this light.",
+ "ids": "201"
+ },
+ {
+ "examine": "It's amazing what bees produce!",
+ "ids": "202"
+ },
+ {
+ "examine": "Posh candlesticks.",
+ "ids": "203,204,32287,40074"
+ },
+ {
+ "examine": "Scary lighting apparatus.",
+ "ids": "208"
+ },
+ {
+ "examine": "An ornamental lighting fixture.",
+ "ids": "209"
+ },
+ {
+ "examine": "A mysterious glowing ice crystal.",
+ "ids": "210"
+ },
+ {
+ "examine": "It's amazing what bees produce!",
+ "ids": "211"
+ },
+ {
+ "examine": "Useful for making ships move.",
+ "ids": "212,218"
+ },
+ {
+ "examine": "This figure brings luck to those who sail.",
+ "ids": "221,222"
+ },
+ {
+ "examine": "Useful for making ships move.",
+ "ids": "225,226"
+ },
+ {
+ "examine": "Barnacle infested rope.",
+ "ids": "227"
+ },
+ {
+ "examine": "Allows access to other parts of the ship.",
+ "ids": "245,246"
+ },
+ {
+ "examine": "Without this I'm going around in circles.",
+ "ids": "252,253"
+ },
+ {
+ "examine": "This figure brings luck to those who sail.",
+ "ids": "254"
+ },
+ {
+ "examine": "Used for pulling things up.",
+ "ids": "255"
+ },
+ {
+ "examine": "This figure brings luck to those who sail.",
+ "ids": "260"
+ },
+ {
+ "examine": "Useful if there is any wind.",
+ "ids": "265"
+ },
+ {
+ "examine": "Useful for making ships move.",
+ "ids": "266,267"
+ },
+ {
+ "examine": "Useful for making ships move",
+ "ids": "268"
+ },
+ {
+ "examine": "How much does this weigh?",
+ "ids": "271"
+ },
+ {
+ "examine": "I can climb up here.",
+ "ids": "272"
+ },
+ {
+ "examine": "I can go below decks with this ladder.",
+ "ids": "273"
+ },
+ {
+ "examine": "A conveniently rolled sail.",
+ "ids": "274,275,276,277,278,279"
+ },
+ {
+ "examine": "I'm not allowed to climb this ladder.",
+ "ids": "287"
+ },
+ {
+ "examine": "It's like a land rudder.",
+ "ids": "296"
+ },
+ {
+ "examine": "Disturbingly man-like.",
+ "ids": "297"
+ },
+ {
+ "examine": "I bet there's a needle in it somewhere.",
+ "ids": "298,299,300"
+ },
+ {
+ "examine": "Animals have no table manners.",
+ "ids": "301"
+ },
+ {
+ "examine": "A home for baby creatures.",
+ "ids": "302"
+ },
+ {
+ "examine": "In the city we would call this mouldy rubbish.",
+ "ids": "303"
+ },
+ {
+ "examine": "I bet there's a needle in it somewhere.",
+ "ids": "304"
+ },
+ {
+ "examine": "Where bees live.",
+ "ids": "305"
+ },
+ {
+ "examine": "A used cart seller will probably try and sell it later.",
+ "ids": "306"
+ },
+ {
+ "examine": "One horsepower; wooden suspension: a beauty.",
+ "ids": "307,308"
+ },
+ {
+ "examine": "Dead tree parts piled together neatly.",
+ "ids": "309"
+ },
+ {
+ "examine": "A patch of soft dark brown matter. Probably mud.",
+ "ids": "310"
+ },
+ {
+ "examine": "A pile of something I hope is mud.",
+ "ids": "311"
+ },
+ {
+ "examine": "Potato-licious!",
+ "ids": "312"
+ },
+ {
+ "examine": "Baby bread.",
+ "ids": "313"
+ },
+ {
+ "examine": "The remains of a bad driver.",
+ "ids": "327"
+ },
+ {
+ "examine": "The perfect place to store things.",
+ "ids": "346,347"
+ },
+ {
+ "examine": "These open and close!",
+ "ids": "348"
+ },
+ {
+ "examine": "This may be worth searching.",
+ "ids": "349"
+ },
+ {
+ "examine": "These open and close!",
+ "ids": "350"
+ },
+ {
+ "examine": "This may be worth searching.",
+ "ids": "351"
+ },
+ {
+ "examine": "These open and close!",
+ "ids": "352"
+ },
+ {
+ "examine": "This may be worth searching.",
+ "ids": "353"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "354,355"
+ },
+ {
+ "examine": "An old crate for storage.",
+ "ids": "356,357,358"
+ },
+ {
+ "examine": "A pile of boxes for storage.",
+ "ids": "359,360,361"
+ },
+ {
+ "examine": "A wooden barrel for storage.",
+ "ids": "362"
+ },
+ {
+ "examine": "A wooden barrel containing lots of fish.",
+ "ids": "363"
+ },
+ {
+ "examine": "It's got ale in it.",
+ "ids": "364,32063"
+ },
+ {
+ "examine": "These may have something in them.",
+ "ids": "365"
+ },
+ {
+ "examine": "Useful for transportation of delicate items.",
+ "ids": "366"
+ },
+ {
+ "examine": "This may be worth opening.",
+ "ids": "367,368,369"
+ },
+ {
+ "examine": "This may be worth searching.",
+ "ids": "370,371,372"
+ },
+ {
+ "examine": "The perfect accompaniment to a bedroom.",
+ "ids": "373"
+ },
+ {
+ "examine": "A stand for hats!",
+ "ids": "374"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "375,376,377"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "378,379"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "380,381"
+ },
+ {
+ "examine": "A woven storage basket.",
+ "ids": "382,383,384,385"
+ },
+ {
+ "examine": "A gigantic pottery urn.",
+ "ids": "386"
+ },
+ {
+ "examine": "This no doubt contains arcane knowledge.",
+ "ids": "387"
+ },
+ {
+ "examine": "I wonder what this spooky item contains.",
+ "ids": "388"
+ },
+ {
+ "examine": "It smells funny in there.",
+ "ids": "389,390"
+ },
+ {
+ "examine": "A fishing net full of fish.",
+ "ids": "392"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "393"
+ },
+ {
+ "examine": "Bamboo storage!",
+ "ids": "394,395,396"
+ },
+ {
+ "examine": "The perfect place to store things.",
+ "ids": "397"
+ },
+ {
+ "examine": "I hope no-one's home...",
+ "ids": "398,26931,26935,26937,26939,32290"
+ },
+ {
+ "examine": "I see dead people.",
+ "ids": "399,36737,32291"
+ },
+ {
+ "examine": "A small simple gravestone.",
+ "ids": "400"
+ },
+ {
+ "examine": "A simple marker for a forgotten person.",
+ "ids": "401"
+ },
+ {
+ "examine": "The remains of someone lie inside.",
+ "ids": "402"
+ },
+ {
+ "examine": "A monument to a special person.",
+ "ids": "403"
+ },
+ {
+ "examine": "The inscription is worn away and unreadable.",
+ "ids": "404"
+ },
+ {
+ "examine": "'Here lies...' is all I can read.",
+ "ids": "405"
+ },
+ {
+ "examine": "Whoever bought this must have really cared for the inhabitant.",
+ "ids": "406"
+ },
+ {
+ "examine": "Looks like a stone doorway to me.",
+ "ids": "407"
+ },
+ {
+ "examine": "Looks like a stone doorway to my untrained eye.",
+ "ids": "408"
+ },
+ {
+ "examine": "Shrine to the glory of Saradomin.",
+ "ids": "409"
+ },
+ {
+ "examine": "An ancient altar to the glory of Guthix.",
+ "ids": "410"
+ },
+ {
+ "examine": "Shrine to the glory of Zamorak.",
+ "ids": "411,412"
+ },
+ {
+ "examine": "Looks suspiciously like a big stone table.",
+ "ids": "413"
+ },
+ {
+ "examine": "A really posh upright coffin.",
+ "ids": "414"
+ },
+ {
+ "examine": "Whoever's inside must have been rich.",
+ "ids": "415"
+ },
+ {
+ "examine": "With skill I can play this.",
+ "ids": "416"
+ },
+ {
+ "examine": "Great for sleeping in.",
+ "ids": "417"
+ },
+ {
+ "examine": "A stylish-looking bed.",
+ "ids": "418"
+ },
+ {
+ "examine": "A drab-looking bed.",
+ "ids": "419"
+ },
+ {
+ "examine": "A stylish-looking bed.",
+ "ids": "420,421"
+ },
+ {
+ "examine": "Technically a bed.",
+ "ids": "422"
+ },
+ {
+ "examine": "I guess I could sleep in it if I were really tired.",
+ "ids": "423"
+ },
+ {
+ "examine": "Lovely comfy-looking big bed.",
+ "ids": "424,425"
+ },
+ {
+ "examine": "Posh-looking bed.",
+ "ids": "426"
+ },
+ {
+ "examine": "A bed fit for a king.",
+ "ids": "427,428"
+ },
+ {
+ "examine": "One of the nicest beds I have ever seen.",
+ "ids": "429"
+ },
+ {
+ "examine": "Perfect for snoozing in the sun.",
+ "ids": "430"
+ },
+ {
+ "examine": "A comfortable seat to recline and recuperate.",
+ "ids": "431"
+ },
+ {
+ "examine": "I don't think anyone's slept here for a long time.",
+ "ids": "432"
+ },
+ {
+ "examine": "Bamboo's a versatile material.",
+ "ids": "433,434,435"
+ },
+ {
+ "examine": "A lump of rock.",
+ "ids": "436,437,438,439"
+ },
+ {
+ "examine": "A big slimy lump of rock.",
+ "ids": "440"
+ },
+ {
+ "examine": "A slimy lump of rock.",
+ "ids": "441"
+ },
+ {
+ "examine": "A slippery looking rock.",
+ "ids": "442,443"
+ },
+ {
+ "examine": "A huge lump of rock.",
+ "ids": "444,445"
+ },
+ {
+ "examine": "Some small stones.",
+ "ids": "446,447,448"
+ },
+ {
+ "examine": "A rocky ledge.",
+ "ids": "449"
+ },
+ {
+ "examine": "Stoney!",
+ "ids": "450,451,452,453"
+ },
+ {
+ "examine": "Solid rock from the cave floor.",
+ "ids": "454,455"
+ },
+ {
+ "examine": "Looks slippery!",
+ "ids": "462,463"
+ },
+ {
+ "examine": "Formed over many years of dripping limestone.",
+ "ids": "464,465,466"
+ },
+ {
+ "examine": "A limestone ceiling growth.",
+ "ids": "467"
+ },
+ {
+ "examine": "Limestone floor growth.",
+ "ids": "468"
+ },
+ {
+ "examine": "A limestone ceiling growth.",
+ "ids": "469,470"
+ },
+ {
+ "examine": "A deposit of rocks.",
+ "ids": "471,472,473,474"
+ },
+ {
+ "examine": "Looks slippery!",
+ "ids": "477,478"
+ },
+ {
+ "examine": "A deposit of rocks.",
+ "ids": "479,480,481,482,483,484,485,486"
+ },
+ {
+ "examine": "A collection of rocks over what looks like a depression.",
+ "ids": "492"
+ },
+ {
+ "examine": "A deposit of rocks.",
+ "ids": "507,508,509,510"
+ },
+ {
+ "examine": "A rock with a pickaxe and mining tools.",
+ "ids": "511"
+ },
+ {
+ "examine": "A very tall column of ice.",
+ "ids": "516"
+ },
+ {
+ "examine": "A deposit of rocks.",
+ "ids": "517,518,519,520"
+ },
+ {
+ "examine": "Formed over many years of dripping limestone.",
+ "ids": "523,524,525,526,527,528"
+ },
+ {
+ "examine": "A limestone ceiling growth.",
+ "ids": "529"
+ },
+ {
+ "examine": "Formed over many years of dripping limestone.",
+ "ids": "530"
+ },
+ {
+ "examine": "A limestone ceiling growth.",
+ "ids": "531"
+ },
+ {
+ "examine": "Limestone floor growth.",
+ "ids": "532"
+ },
+ {
+ "examine": "A limestone ceiling growth.",
+ "ids": "533"
+ },
+ {
+ "examine": "A tooth shaped rock formation protruding from the floor.",
+ "ids": "534"
+ },
+ {
+ "examine": "A tooth shaped rock formation protruding from the ceiling.",
+ "ids": "539,540"
+ },
+ {
+ "examine": "A tooth shaped rock formation protruding from the floor.",
+ "ids": "541,542"
+ },
+ {
+ "examine": "A tooth shaped rock formation protruding from the ceiling.",
+ "ids": "543"
+ },
+ {
+ "examine": "A tooth shaped rock formation protruding from the floor.",
+ "ids": "544"
+ },
+ {
+ "examine": "A huge lump of rock.",
+ "ids": "545"
+ },
+ {
+ "examine": "Intimidating!",
+ "ids": "546,547"
+ },
+ {
+ "examine": "A deposit of rocks.",
+ "ids": "548,549,550,551,552,553"
+ },
+ {
+ "examine": "Frozen water has formed an icicle here.",
+ "ids": "554,555,556,557"
+ },
+ {
+ "examine": "It looks cold in there.",
+ "ids": "558,559,560,561"
+ },
+ {
+ "examine": "This person was of great importance.",
+ "ids": "562"
+ },
+ {
+ "examine": "A monarch chiselled in stone.",
+ "ids": "563,564"
+ },
+ {
+ "examine": "A sculpture of a monarch.",
+ "ids": "565"
+ },
+ {
+ "examine": "This person was of great importance.",
+ "ids": "566"
+ },
+ {
+ "examine": "A huge carving of an ancient race.",
+ "ids": "567"
+ },
+ {
+ "examine": "A depiction of a great dwarven miner.",
+ "ids": "568"
+ },
+ {
+ "examine": "A depiction of a famous gnome warrior.",
+ "ids": "569,570"
+ },
+ {
+ "examine": "The head and shoulders of a famous gnome.",
+ "ids": "571,572"
+ },
+ {
+ "examine": "A depiction of a famous gnomeballer.",
+ "ids": "573"
+ },
+ {
+ "examine": "A carving of a figure from the history of RuneScape.",
+ "ids": "574,575,576,577,578"
+ },
+ {
+ "examine": "An expertly chiselled statue.",
+ "ids": "579,580,581"
+ },
+ {
+ "examine": "An unusual symbol of ancient times.",
+ "ids": "582"
+ },
+ {
+ "examine": "An expertly crafted vase.",
+ "ids": "583"
+ },
+ {
+ "examine": "An expertly chiselled statue of a bird.",
+ "ids": "584"
+ },
+ {
+ "examine": "What a good likeness!",
+ "ids": "585,586"
+ },
+ {
+ "examine": "A depiction of the evil god Zamorak.",
+ "ids": "587"
+ },
+ {
+ "examine": "A base for the statue to sit on.",
+ "ids": "588"
+ },
+ {
+ "examine": "The scrying glass of a seer.",
+ "ids": "589"
+ },
+ {
+ "examine": "Banking transactions are processed here.",
+ "ids": "590"
+ },
+ {
+ "examine": "Banking transactions are recorded here.",
+ "ids": "591"
+ },
+ {
+ "examine": "Contains washing items.",
+ "ids": "592"
+ },
+ {
+ "examine": "A nice sturdy looking table.",
+ "ids": "593,594,595"
+ },
+ {
+ "examine": "A banquet could be eaten from this.",
+ "ids": "596,597"
+ },
+ {
+ "examine": "Useful for putting things on.",
+ "ids": "598"
+ },
+ {
+ "examine": "At one time it was for putting things on.",
+ "ids": "599"
+ },
+ {
+ "examine": "The napkins are made from real silk.",
+ "ids": "600"
+ },
+ {
+ "examine": "Useful for putting things on.",
+ "ids": "601,602,603,604,605,606"
+ },
+ {
+ "examine": "Items for making clothes are kept on here.",
+ "ids": "607"
+ },
+ {
+ "examine": "The ideal place to study.",
+ "ids": "608"
+ },
+ {
+ "examine": "A handy workbench for a handy person.",
+ "ids": "609,610"
+ },
+ {
+ "examine": "Sit back and enjoy the view.",
+ "ids": "611"
+ },
+ {
+ "examine": "Items are for sale here.",
+ "ids": "612"
+ },
+ {
+ "examine": "Useful for putting things on.",
+ "ids": "613,614,615"
+ },
+ {
+ "examine": "A creepy looking table.",
+ "ids": "616"
+ },
+ {
+ "examine": "Items are for sale here.",
+ "ids": "617"
+ },
+ {
+ "examine": "There are some strange chemicals here.",
+ "ids": "618,619"
+ },
+ {
+ "examine": "Bamboo's a versatile material.",
+ "ids": "620"
+ },
+ {
+ "examine": "It's a banquet table.",
+ "ids": "621,622"
+ },
+ {
+ "examine": "A nice sturdy looking table.",
+ "ids": "623,624,625,626,627"
+ },
+ {
+ "examine": "Finely wrought wares of silver.",
+ "ids": "628"
+ },
+ {
+ "examine": "Garments for the discerning.",
+ "ids": "629"
+ },
+ {
+ "examine": "Bread cakes and pastries.",
+ "ids": "630"
+ },
+ {
+ "examine": "Finest precious stones.",
+ "ids": "631"
+ },
+ {
+ "examine": "These will keep you warm.",
+ "ids": "632"
+ },
+ {
+ "examine": "The spice is right.",
+ "ids": "633"
+ },
+ {
+ "examine": "Always a source of good bargains.",
+ "ids": "634"
+ },
+ {
+ "examine": "Fine brews from exotic regions.",
+ "ids": "635"
+ },
+ {
+ "examine": "Keeps mine carts from rolling away.",
+ "ids": "636"
+ },
+ {
+ "examine": "You can 'cart' things around on this.",
+ "ids": "637"
+ },
+ {
+ "examine": "Makes you taller.",
+ "ids": "647,29314"
+ },
+ {
+ "examine": "A bit large for a bracelet!",
+ "ids": "648"
+ },
+ {
+ "examine": "A macabre variation on the neck tie.",
+ "ids": "649,650"
+ },
+ {
+ "examine": "Dead and half buried.",
+ "ids": "651,652,653,654,655,656,657"
+ },
+ {
+ "examine": "Disturbing but tidy.",
+ "ids": "658"
+ },
+ {
+ "examine": "I don't even want to think about what did that...",
+ "ids": "659"
+ },
+ {
+ "examine": "Now that's what I call slimline!",
+ "ids": "660,664,3797,3971,5122,7206,29340"
+ },
+ {
+ "examine": "He looks very relaxed.",
+ "ids": "661,665,3798,3972,5123,7207,29341"
+ },
+ {
+ "examine": "Now he's just too thin.",
+ "ids": "662,666,3799,3973,5124,7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218,29342"
+ },
+ {
+ "examine": "He hasn't eaten in a long time.",
+ "ids": "663,667,3974,5125,29343"
+ },
+ {
+ "examine": "Disturbing but tidy.",
+ "ids": "658,668,669,670,3969,29347"
+ },
+ {
+ "examine": "No cats were harmed in the making of this device.",
+ "ids": "671"
+ },
+ {
+ "examine": "Shattered.",
+ "ids": "672,673,674,675,676,677"
+ },
+ {
+ "examine": "I see fish.",
+ "ids": "678"
+ },
+ {
+ "examine": "I can see fish swimming in the water.",
+ "ids": "679"
+ },
+ {
+ "examine": "I was always forced to play this as a child.",
+ "ids": "680"
+ },
+ {
+ "examine": "I never learnt to play.",
+ "ids": "681"
+ },
+ {
+ "examine": "Time for a recital?",
+ "ids": "682"
+ },
+ {
+ "examine": "Tick-tock, it's a clock.",
+ "ids": "683"
+ },
+ {
+ "examine": "The noxious liquid bubbles horribly.",
+ "ids": "684"
+ },
+ {
+ "examine": "Shows which way the wind blows.",
+ "ids": "685,686,687,688"
+ },
+ {
+ "examine": "Looking good!",
+ "ids": "689"
+ },
+ {
+ "examine": "A privacy aid!",
+ "ids": "690"
+ },
+ {
+ "examine": "Use this to get changed behind and retain modesty.",
+ "ids": "691"
+ },
+ {
+ "examine": "I don't even want to think about what's cooking in that.",
+ "ids": "692"
+ },
+ {
+ "examine": "Good for sweeping.",
+ "ids": "693"
+ },
+ {
+ "examine": "I'm guessing it's for making women's clothes.",
+ "ids": "694"
+ },
+ {
+ "examine": "Helps make human clothing.",
+ "ids": "695"
+ },
+ {
+ "examine": "A hole.",
+ "ids": "696"
+ },
+ {
+ "examine": "Dead animal head. Lovely.",
+ "ids": "697,736,29344"
+ },
+ {
+ "examine": "Must have been laid by a huge bird.",
+ "ids": "698"
+ },
+ {
+ "examine": "Whatever it was I'm glad it's not alive.",
+ "ids": "699"
+ },
+ {
+ "examine": "Spooky!",
+ "ids": "700,701,2614,4048,4049,4050,29345"
+ },
+ {
+ "examine": "A dog's idea of heaven.",
+ "ids": "702,703,704,705,706,29346"
+ },
+ {
+ "examine": "Ding-Dong!",
+ "ids": "707"
+ },
+ {
+ "examine": "Some kind of pulley system.",
+ "ids": "708"
+ },
+ {
+ "examine": "Surprisingly rope-shaped.",
+ "ids": "709"
+ },
+ {
+ "examine": "Suspiciously hole-shaped.",
+ "ids": "710"
+ },
+ {
+ "examine": "A huge chunk of shining natural crystal.",
+ "ids": "711,712,713"
+ },
+ {
+ "examine": "A recently extinguished fire.",
+ "ids": "714,715,716,717"
+ },
+ {
+ "examine": "A barrel full of swords...",
+ "ids": "718,719,720,721,722"
+ },
+ {
+ "examine": "I'm glad this isn't around anymore!",
+ "ids": "723"
+ },
+ {
+ "examine": "A crude torch stuck in the ground.",
+ "ids": "724,725,726,25200"
+ },
+ {
+ "examine": "A fissure in the cave wall.",
+ "ids": "727,728,729,730,731,732"
+ },
+ {
+ "examine": "This huge web blocks your path.",
+ "ids": "733"
+ },
+ {
+ "examine": "A huge web, cruelly slashed in half.",
+ "ids": "734"
+ },
+ {
+ "examine": "The noxious liquid bubbles horribly.",
+ "ids": "735"
+ },
+ {
+ "examine": "Whatever it was I'm glad it's not alive.",
+ "ids": "737,738,739,740"
+ },
+ {
+ "examine": "Looks a little too broken to climb.",
+ "ids": "741,742"
+ },
+ {
+ "examine": "An old-looking ladder.",
+ "ids": "743"
+ },
+ {
+ "examine": "An old-looking bit of scaffolding.",
+ "ids": "744,745,746,747"
+ },
+ {
+ "examine": "The entrance to the cave.",
+ "ids": "748"
+ },
+ {
+ "examine": "A map icon..",
+ "ids": "771"
+ },
+ {
+ "examine": "It's a door made from bamboo.",
+ "ids": "779"
+ },
+ {
+ "examine": "A loom.",
+ "ids": "787"
+ },
+ {
+ "examine": "You'd need a big siege engine to force that.",
+ "ids": "788,789"
+ },
+ {
+ "examine": "I always wonder if someone's hiding inside when I see these.",
+ "ids": "817"
+ },
+ {
+ "examine": "Looks kind of like a man made of metal.",
+ "ids": "818,819,820"
+ },
+ {
+ "examine": "Not suitable for children. Aim away from face.",
+ "ids": "821,36780"
+ },
+ {
+ "examine": "Big heavy metal balls.",
+ "ids": "822,36790"
+ },
+ {
+ "examine": "The easiest opponent I'll ever fight.",
+ "ids": "823"
+ },
+ {
+ "examine": "A wooden defensive structure.",
+ "ids": "824,825,826,827,828,36928"
+ },
+ {
+ "examine": "For private use only!",
+ "ids": "829,830,831,832,833"
+ },
+ {
+ "examine": "Break glass in case of emergency.",
+ "ids": "834,835"
+ },
+ {
+ "examine": "An attractively laid out collection of ranging weapons.",
+ "ids": "836"
+ },
+ {
+ "examine": "Break glass in case of emergency.",
+ "ids": "837,838"
+ },
+ {
+ "examine": "An attractively laid out collection of ranging weapons.",
+ "ids": "839"
+ },
+ {
+ "examine": "A row of sharp pointy spears.",
+ "ids": "848"
+ },
+ {
+ "examine": "Rows of sharp pointy spears.",
+ "ids": "849,850"
+ },
+ {
+ "examine": "A tatty old standard.",
+ "ids": "851,852"
+ },
+ {
+ "examine": "A standard.",
+ "ids": "853"
+ },
+ {
+ "examine": "A blue standard.",
+ "ids": "854,855,856"
+ },
+ {
+ "examine": "A standard of the gnome race.",
+ "ids": "857,858"
+ },
+ {
+ "examine": "The standard of the ogre race.",
+ "ids": "859"
+ },
+ {
+ "examine": "The flag of Asgarnia.",
+ "ids": "860"
+ },
+ {
+ "examine": "The flag of Kandarin.",
+ "ids": "861"
+ },
+ {
+ "examine": "The flag of Ardougne.",
+ "ids": "862"
+ },
+ {
+ "examine": "A standard of Asgarnia.",
+ "ids": "863"
+ },
+ {
+ "examine": "A standard of Kandarin.",
+ "ids": "864"
+ },
+ {
+ "examine": "A standard of Asgarnia.",
+ "ids": "865"
+ },
+ {
+ "examine": "A standard of Kandarin.",
+ "ids": "866"
+ },
+ {
+ "examine": "A standard of Misthalin.",
+ "ids": "867"
+ },
+ {
+ "examine": "A standard of Varrock.",
+ "ids": "868"
+ },
+ {
+ "examine": "A flag flies here.",
+ "ids": "869"
+ },
+ {
+ "examine": "A sculpted trunk of wood.",
+ "ids": "870"
+ },
+ {
+ "examine": "Takes my dirty bath water away.",
+ "ids": "871"
+ },
+ {
+ "examine": "It smells horrible in there.",
+ "ids": "872"
+ },
+ {
+ "examine": "Ideal for washing things in.",
+ "ids": "873,874,4063,36971"
+ },
+ {
+ "examine": "Wash here.",
+ "ids": "875,876,877"
+ },
+ {
+ "examine": "No this is not a mirage!",
+ "ids": "878"
+ },
+ {
+ "examine": "Everyone needs a water feature.",
+ "ids": "879,28682"
+ },
+ {
+ "examine": "A beautiful water feature.",
+ "ids": "880"
+ },
+ {
+ "examine": "There's a cover over this manhole.",
+ "ids": "881"
+ },
+ {
+ "examine": "How dangerous, someone has left this manhole open.",
+ "ids": "882"
+ },
+ {
+ "examine": "This is supposed to stop people falling down the manhole.",
+ "ids": "883"
+ },
+ {
+ "examine": "Best used with a bucket.",
+ "ids": "884"
+ },
+ {
+ "examine": "If only I had one of those at home...",
+ "ids": "885,886"
+ },
+ {
+ "examine": "A painting of the King looking royal.",
+ "ids": "887"
+ },
+ {
+ "examine": "A beautiful landscape.",
+ "ids": "888"
+ },
+ {
+ "examine": "A mysterious figure stands alone in this haunting image.",
+ "ids": "889"
+ },
+ {
+ "examine": "Hail to the King!",
+ "ids": "890"
+ },
+ {
+ "examine": "I don't know much about art, but I like this.",
+ "ids": "891"
+ },
+ {
+ "examine": "A painting of some guy standing around somewhere.",
+ "ids": "892"
+ },
+ {
+ "examine": "A really bad portrait of the King.",
+ "ids": "893"
+ },
+ {
+ "examine": "Fine brushwork adds to the realism of this serene landscape.",
+ "ids": "894"
+ },
+ {
+ "examine": "Pretty good painting.",
+ "ids": "895"
+ },
+ {
+ "examine": "I can see the stars on this.",
+ "ids": "896"
+ },
+ {
+ "examine": "A picture of the stars with funny diagrams and things on.",
+ "ids": "897"
+ },
+ {
+ "examine": "Cross shaped.",
+ "ids": "898"
+ },
+ {
+ "examine": "Mmmm decorative!",
+ "ids": "899"
+ },
+ {
+ "examine": "Brightens up the room a bit.",
+ "ids": "900"
+ },
+ {
+ "examine": "I don't know art, but I like it!",
+ "ids": "901"
+ },
+ {
+ "examine": "Not bad at all.",
+ "ids": "902"
+ },
+ {
+ "examine": "Alas poor unicorn, I knew him well.",
+ "ids": "903"
+ },
+ {
+ "examine": "The scary-looking head of a scary-looking dragon.",
+ "ids": "904"
+ },
+ {
+ "examine": "Not what I would pick as wall decoration.",
+ "ids": "905"
+ },
+ {
+ "examine": "Looks like the bull lost.",
+ "ids": "906"
+ },
+ {
+ "examine": "Trinkets and stuff.",
+ "ids": "907"
+ },
+ {
+ "examine": "Not everyone's idea of a nice wall decoration.",
+ "ids": "908"
+ },
+ {
+ "examine": "Something is written on it. I can't read what.",
+ "ids": "909"
+ },
+ {
+ "examine": "Looks like an eye with huge lashes.",
+ "ids": "910"
+ },
+ {
+ "examine": "A tablet covered in weird looking little squiggles and pictures.",
+ "ids": "911"
+ },
+ {
+ "examine": "A posh water bowl.",
+ "ids": "915"
+ },
+ {
+ "examine": "For wiping muddy feet on.",
+ "ids": "954"
+ },
+ {
+ "examine": "Disturbingly its eyes look everywhere in the room except at you.",
+ "ids": "955,956,957,958"
+ },
+ {
+ "examine": "What has a face and hands but is not a man?",
+ "ids": "959"
+ },
+ {
+ "examine": "It's a time machine....sort of!",
+ "ids": "960"
+ },
+ {
+ "examine": "'Ask about our low, low interest rates!'",
+ "ids": "961"
+ },
+ {
+ "examine": "Some helpful people have placed notes on here, how nice.",
+ "ids": "962"
+ },
+ {
+ "examine": "Essentials for a seamstress.",
+ "ids": "963"
+ },
+ {
+ "examine": "It really was this big!",
+ "ids": "964,965"
+ },
+ {
+ "examine": "He doesn't look too jolly to me!",
+ "ids": "966"
+ },
+ {
+ "examine": "Looks like this ship was way off course!",
+ "ids": "967"
+ },
+ {
+ "examine": "X marks the spot.",
+ "ids": "968"
+ },
+ {
+ "examine": "Complete with authentic seaweed!",
+ "ids": "969"
+ },
+ {
+ "examine": "This mentions the monk trapped here...",
+ "ids": "970"
+ },
+ {
+ "examine": "A useful ranging device.",
+ "ids": "971"
+ },
+ {
+ "examine": "Use these with bows.",
+ "ids": "972"
+ },
+ {
+ "examine": "A powerful throwing weapon.",
+ "ids": "973"
+ },
+ {
+ "examine": "Improved Leather armour for archers.",
+ "ids": "974"
+ },
+ {
+ "examine": "Leather made from the skin of a Dragon.",
+ "ids": "975"
+ },
+ {
+ "examine": "I can climb over the fence with this..",
+ "ids": "993"
+ },
+ {
+ "examine": "This section of railing has been broken",
+ "ids": "1004,1005"
+ },
+ {
+ "examine": "There is a hole in this section of the railing.",
+ "ids": "1006,1007,1008,1009"
+ },
+ {
+ "examine": "Someone was thirsty...",
+ "ids": "1010"
+ },
+ {
+ "examine": "Full of lovely drinks!",
+ "ids": "1011,1012"
+ },
+ {
+ "examine": "Storage for cookery items.",
+ "ids": "1013,32283,40055"
+ },
+ {
+ "examine": "Storage for all needs.",
+ "ids": "1014,1015,1016,1017,1018,10495,10496,10497,10498,11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781,12980,30648,30649,30650,32284,40045,40046,40047"
+ },
+ {
+ "examine": "What kind of sick person keeps a skull on their wall?",
+ "ids": "1019"
+ },
+ {
+ "examine": "Esoteric artefacts.",
+ "ids": "1020"
+ },
+ {
+ "examine": "I don't want to know what's in those little urns.",
+ "ids": "1021,1022,1023"
+ },
+ {
+ "examine": "Used for storing things on.",
+ "ids": "1024"
+ },
+ {
+ "examine": "Tailor made for needlework supplies",
+ "ids": "1025,1026"
+ },
+ {
+ "examine": "Prepared hides hang here drying.",
+ "ids": "1027"
+ },
+ {
+ "examine": "This contains dye for leather.",
+ "ids": "1028,1029"
+ },
+ {
+ "examine": "Used to squeeze moisture from the hide.",
+ "ids": "1030,1031"
+ },
+ {
+ "examine": "Danger!",
+ "ids": "1032,5127,29373"
+ },
+ {
+ "examine": "This tells you which way is which.",
+ "ids": "1033,1034,1035"
+ },
+ {
+ "examine": "Ye olde Shrimp and Parrot.",
+ "ids": "1057"
+ },
+ {
+ "examine": "The Blue Moon Inn",
+ "ids": "1068"
+ },
+ {
+ "examine": "The Jolly Boar",
+ "ids": "1069"
+ },
+ {
+ "examine": "The Rusty Anchor",
+ "ids": "1070"
+ },
+ {
+ "examine": "The Shrimp and Parrot",
+ "ids": "1071"
+ },
+ {
+ "examine": "The Dead Man's Chest",
+ "ids": "1072"
+ },
+ {
+ "examine": "The Rising Sun",
+ "ids": "1073"
+ },
+ {
+ "examine": "The Forester's Arms",
+ "ids": "1074"
+ },
+ {
+ "examine": "The Flying Horse",
+ "ids": "1075"
+ },
+ {
+ "examine": "The Dancing Donkey",
+ "ids": "1076"
+ },
+ {
+ "examine": "The Dragon Inn",
+ "ids": "1077"
+ },
+ {
+ "examine": "Karamja Spirits bar",
+ "ids": "1078"
+ },
+ {
+ "examine": "North to Varrock :: East to Al-Kharid.",
+ "ids": "1079"
+ },
+ {
+ "examine": "North road to Draynor Village :: East road to Varrock.",
+ "ids": "1080"
+ },
+ {
+ "examine": "North to Draynor Village.",
+ "ids": "1081"
+ },
+ {
+ "examine": "North to Draynor Manor :: West to Asgarnia.",
+ "ids": "1082"
+ },
+ {
+ "examine": "South to the Wizards' Tower :: East to Lumbridge.",
+ "ids": "1083"
+ },
+ {
+ "examine": "South to Lumbridge :: West to Varrock :: East to the Digsite.",
+ "ids": "1084"
+ },
+ {
+ "examine": "South to Al-Kharid :: West to Lumbridge :: East to the Digsite.",
+ "ids": "1085"
+ },
+ {
+ "examine": "North to Varrock :: East to the Digsite.",
+ "ids": "1086"
+ },
+ {
+ "examine": "South to the Wizards' Tower :: North to Draynor Village :: East to Lumbridge.",
+ "ids": "1087"
+ },
+ {
+ "examine": "The ideal thing to sit on.",
+ "ids": "1088,1115,3801,5345,5614,7385,7386,7387,10491,11489,12885,12886,13582,32032,36830,40039"
+ },
+ {
+ "examine": "Not so good for sitting on.",
+ "ids": "1089"
+ },
+ {
+ "examine": "A comfortable seat.",
+ "ids": "1090,1091,1092,11760,13583,13584,13585,13586,13587,32286"
+ },
+ {
+ "examine": "Good for sitting on.",
+ "ids": "1093,1094,1095,1102,5880,10492,12440,12441,12973,32033"
+ },
+ {
+ "examine": "Good for rocking in!",
+ "ids": "1096"
+ },
+ {
+ "examine": "A kingly seat for a royal behind.",
+ "ids": "1097,1098,1099,1105,1108,1109,32285"
+ },
+ {
+ "examine": "The perfect way to sit at the bar.",
+ "ids": "1100,1101"
+ },
+ {
+ "examine": "Gnomes sit on these.",
+ "ids": "1103"
+ },
+ {
+ "examine": "Gnomes are found sitting here.",
+ "ids": "1104"
+ },
+ {
+ "examine": "Sit back and relax...",
+ "ids": "1106,1107"
+ },
+ {
+ "examine": "Used for sitting on.",
+ "ids": "1110"
+ },
+ {
+ "examine": "Do I dare sit on this?",
+ "ids": "1111"
+ },
+ {
+ "examine": "Church seating.",
+ "ids": "1112"
+ },
+ {
+ "examine": "Park it here...",
+ "ids": "1113"
+ },
+ {
+ "examine": "Wouldn't like to sit on that for too long...",
+ "ids": "1114"
+ },
+ {
+ "examine": "Keeps the neighbours out!",
+ "ids": "1116,1117"
+ },
+ {
+ "examine": "Found in wild areas.",
+ "ids": "1118"
+ },
+ {
+ "examine": "These are commonly found.",
+ "ids": "1119"
+ },
+ {
+ "examine": "An unusual bush.",
+ "ids": "1120"
+ },
+ {
+ "examine": "A wild bush.",
+ "ids": "1121"
+ },
+ {
+ "examine": "All the leaves have fallen off.",
+ "ids": "1122,1123"
+ },
+ {
+ "examine": "A commonly found bush.",
+ "ids": "1124,36782"
+ },
+ {
+ "examine": "Bushy!",
+ "ids": "1125"
+ },
+ {
+ "examine": "A rose by any other name would still have prickly bits.",
+ "ids": "1126"
+ },
+ {
+ "examine": "A leafy bush.",
+ "ids": "1144,1145,1146"
+ },
+ {
+ "examine": "The abode of a fairy.",
+ "ids": "1147,1148,1149"
+ },
+ {
+ "examine": "Fairies need money too!",
+ "ids": "1150"
+ },
+ {
+ "examine": "A fairy is selling items here.",
+ "ids": "1151"
+ },
+ {
+ "examine": "A small potted plant.",
+ "ids": "1152"
+ },
+ {
+ "examine": "Someone has planted this.",
+ "ids": "1153"
+ },
+ {
+ "examine": "A nicely potted fern.",
+ "ids": "1154"
+ },
+ {
+ "examine": "Better than weeding.",
+ "ids": "1155"
+ },
+ {
+ "examine": "I bet bees like this.",
+ "ids": "1156,1157"
+ },
+ {
+ "examine": "A large potted plant.",
+ "ids": "1158,1159"
+ },
+ {
+ "examine": "A plant in a bamboo pot.",
+ "ids": "1160"
+ },
+ {
+ "examine": "Cabbage... yuck!",
+ "ids": "1161"
+ },
+ {
+ "examine": "Found near the water's edge.",
+ "ids": "1162"
+ },
+ {
+ "examine": "Not good for eating.",
+ "ids": "1163,1164"
+ },
+ {
+ "examine": "Fungal growth.",
+ "ids": "1165"
+ },
+ {
+ "examine": "Poisonous no doubt.",
+ "ids": "1166"
+ },
+ {
+ "examine": "Fungal growth.",
+ "ids": "1167"
+ },
+ {
+ "examine": "Poisonous no doubt.",
+ "ids": "1168,1169"
+ },
+ {
+ "examine": "I doubt that's edible.",
+ "ids": "1170,1171,1172"
+ },
+ {
+ "examine": "A commonly found fern.",
+ "ids": "1173"
+ },
+ {
+ "examine": "Spiky!",
+ "ids": "1174"
+ },
+ {
+ "examine": "A home for frogs.",
+ "ids": "1175"
+ },
+ {
+ "examine": "Otherwise known as a lilypad.",
+ "ids": "1176"
+ },
+ {
+ "examine": "A home for frogs.",
+ "ids": "1177"
+ },
+ {
+ "examine": "Smells lovely!",
+ "ids": "1178"
+ },
+ {
+ "examine": "Who is this Heather girl?",
+ "ids": "1179"
+ },
+ {
+ "examine": "I wonder why it's purple?",
+ "ids": "1180"
+ },
+ {
+ "examine": "I'd better not get stung.",
+ "ids": "1181,1182,1183"
+ },
+ {
+ "examine": "The tendrils of a creeping plant.",
+ "ids": "1184"
+ },
+ {
+ "examine": "Nicely planted.",
+ "ids": "1185"
+ },
+ {
+ "examine": "A large curling plant.",
+ "ids": "1186"
+ },
+ {
+ "examine": "That's pretty.",
+ "ids": "1187"
+ },
+ {
+ "examine": "Blooming!",
+ "ids": "1188"
+ },
+ {
+ "examine": "Commonly found in grassy areas.",
+ "ids": "1189"
+ },
+ {
+ "examine": "Is this the biggest flower around?",
+ "ids": "1190"
+ },
+ {
+ "examine": "These are huge!",
+ "ids": "1191"
+ },
+ {
+ "examine": "A rare flower.",
+ "ids": "1192"
+ },
+ {
+ "examine": "Don't flowers make you feel better?",
+ "ids": "1193"
+ },
+ {
+ "examine": "Can this talk?",
+ "ids": "1194"
+ },
+ {
+ "examine": "You don't see that many of these.",
+ "ids": "1195"
+ },
+ {
+ "examine": "I wonder what these are?",
+ "ids": "1196"
+ },
+ {
+ "examine": "A rarely found flower.",
+ "ids": "1197"
+ },
+ {
+ "examine": "Very rare flowers.",
+ "ids": "1198"
+ },
+ {
+ "examine": "These smell nice.",
+ "ids": "1199"
+ },
+ {
+ "examine": "A bed of red flowers.",
+ "ids": "1200"
+ },
+ {
+ "examine": "These are pretty.",
+ "ids": "1201"
+ },
+ {
+ "examine": "Found only in jungle areas.",
+ "ids": "1202"
+ },
+ {
+ "examine": "A very rare exotic flower.",
+ "ids": "1203"
+ },
+ {
+ "examine": "A small fernlike plant.",
+ "ids": "1204"
+ },
+ {
+ "examine": "The leaves of a nasty creeping plant.",
+ "ids": "1205"
+ },
+ {
+ "examine": "The flower of a nasty creeping plant.",
+ "ids": "1206,1207,1208"
+ },
+ {
+ "examine": "Nasty curling tendrils of a creeping plant.",
+ "ids": "1231"
+ },
+ {
+ "examine": "One of the most common trees in RuneScape.",
+ "ids": "1276"
+ },
+ {
+ "examine": "A healthy young tree.",
+ "ids": "1277"
+ },
+ {
+ "examine": "A commonly found tree.",
+ "ids": "1278,1279"
+ },
+ {
+ "examine": "A healthy young tree.",
+ "ids": "1280"
+ },
+ {
+ "examine": "A beautiful old oak.",
+ "ids": "1281"
+ },
+ {
+ "examine": "This tree has long been dead.",
+ "ids": "1282,1283,1284"
+ },
+ {
+ "examine": "An old weather beaten tree.",
+ "ids": "1285"
+ },
+ {
+ "examine": "It's only useful for firewood now.",
+ "ids": "1286,1287,1288,1289,1290,1291"
+ },
+ {
+ "examine": "An ancient magical tree.",
+ "ids": "1292"
+ },
+ {
+ "examine": "An ancient sentient tree.",
+ "ids": "1293,1294,1295"
+ },
+ {
+ "examine": "This tree has fallen to the ground.",
+ "ids": "1296"
+ },
+ {
+ "examine": "This tree was either the victim of weather or mankind.",
+ "ids": "1297"
+ },
+ {
+ "examine": "A commonly found fern.",
+ "ids": "1298"
+ },
+ {
+ "examine": "Is this a weed?",
+ "ids": "1299"
+ },
+ {
+ "examine": "A fern is growing here.",
+ "ids": "1300"
+ },
+ {
+ "examine": "Home to many unusual creatures.",
+ "ids": "1301"
+ },
+ {
+ "examine": "A leafy tree.",
+ "ids": "1302"
+ },
+ {
+ "examine": "A tree found in tropical areas.",
+ "ids": "1303,1304,1305"
+ },
+ {
+ "examine": "The tree shimmers with a magical force.",
+ "ids": "1306"
+ },
+ {
+ "examine": "I bet this makes good syrup!",
+ "ids": "1307"
+ },
+ {
+ "examine": "These trees are found near water.",
+ "ids": "1308"
+ },
+ {
+ "examine": "A splendid tree.",
+ "ids": "1309"
+ },
+ {
+ "examine": "This tree has vines hanging from it.",
+ "ids": "1310"
+ },
+ {
+ "examine": "This would be good to sleep under.",
+ "ids": "1311"
+ },
+ {
+ "examine": "An essential for tropical islands.",
+ "ids": "1312"
+ },
+ {
+ "examine": "An unusual tree grows here.",
+ "ids": "1313,1314"
+ },
+ {
+ "examine": "A hardy evergreen tree.",
+ "ids": "1315,1316"
+ },
+ {
+ "examine": "A young sentient tree.",
+ "ids": "1317"
+ },
+ {
+ "examine": "This would make good firewood.",
+ "ids": "1318,1319"
+ },
+ {
+ "examine": "The branch is infested with moss.",
+ "ids": "1320,1321"
+ },
+ {
+ "examine": "The trunk of this tree is hollow.",
+ "ids": "1322"
+ },
+ {
+ "examine": "A gnarly old tree root.",
+ "ids": "1323"
+ },
+ {
+ "examine": "The roots of a tree are exposed.",
+ "ids": "1324"
+ },
+ {
+ "examine": "I hope I don't trip over any of these.",
+ "ids": "1325"
+ },
+ {
+ "examine": "A terribly tall tropical tree.",
+ "ids": "1326,1327,1328"
+ },
+ {
+ "examine": "Leaves of a bamboo tree.",
+ "ids": "1329"
+ },
+ {
+ "examine": "It's thick with snow.",
+ "ids": "1330,1331,1332"
+ },
+ {
+ "examine": "This old tree has been taken over by parasitic plants.",
+ "ids": "1333"
+ },
+ {
+ "examine": "This old tree is rotting away.",
+ "ids": "1334,1335,1336,1337,1338"
+ },
+ {
+ "examine": "They're just waiting to trip someone up.",
+ "ids": "1339,1340"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359"
+ },
+ {
+ "examine": "This tree contains dangerous insects no doubt.",
+ "ids": "1360,1361,1362"
+ },
+ {
+ "examine": "They're just waiting to trip someone up.",
+ "ids": "1363,1364"
+ },
+ {
+ "examine": "It's only useful for firewood now.",
+ "ids": "1365"
+ },
+ {
+ "examine": "A gnarly old tree root.",
+ "ids": "1366"
+ },
+ {
+ "examine": "The roots of this tree are exposed.",
+ "ids": "1367"
+ },
+ {
+ "examine": "I hope I don't trip over any of these.",
+ "ids": "1368"
+ },
+ {
+ "examine": "An unusual tree grows here.",
+ "ids": "1369"
+ },
+ {
+ "examine": "This old tree is rotting away.",
+ "ids": "1370"
+ },
+ {
+ "examine": "This tree contains dangerous insects no doubt.",
+ "ids": "1371,1372,1373,1374,1375,1376,1377"
+ },
+ {
+ "examine": "This old tree is rotting away.",
+ "ids": "1378,1379"
+ },
+ {
+ "examine": "A gnarly old tree root.",
+ "ids": "1380"
+ },
+ {
+ "examine": "The roots of this tree are exposed.",
+ "ids": "1381"
+ },
+ {
+ "examine": "I hope I don't trip over any of these.",
+ "ids": "1382"
+ },
+ {
+ "examine": "This tree has long been dead.",
+ "ids": "1383"
+ },
+ {
+ "examine": "It's only useful for firewood now.",
+ "ids": "1384"
+ },
+ {
+ "examine": "A gnarly old tree root.",
+ "ids": "1385"
+ },
+ {
+ "examine": "The roots of this tree are exposed.",
+ "ids": "1386"
+ },
+ {
+ "examine": "I hope I don't trip over any of these.",
+ "ids": "1387"
+ },
+ {
+ "examine": "They're just waiting to trip someone up.",
+ "ids": "1388,1389"
+ },
+ {
+ "examine": "Commonly found in these parts.",
+ "ids": "1390"
+ },
+ {
+ "examine": "A leafy plant.",
+ "ids": "1391"
+ },
+ {
+ "examine": "A leafy fern.",
+ "ids": "1392"
+ },
+ {
+ "examine": "A small bushy plant.",
+ "ids": "1393"
+ },
+ {
+ "examine": "A leafy shrub.",
+ "ids": "1394"
+ },
+ {
+ "examine": "No flies on me.",
+ "ids": "1395"
+ },
+ {
+ "examine": "How do these things manage to grow?",
+ "ids": "1396"
+ },
+ {
+ "examine": "This cactus has recently had a chunk taken off.",
+ "ids": "1397"
+ },
+ {
+ "examine": "A leafy fern.",
+ "ids": "1398"
+ },
+ {
+ "examine": "This has broad leaves.",
+ "ids": "1399"
+ },
+ {
+ "examine": "A large waxy jungle plant.",
+ "ids": "1400"
+ },
+ {
+ "examine": "A type of jungle fern.",
+ "ids": "1401"
+ },
+ {
+ "examine": "A large waxy jungle plant.",
+ "ids": "1402"
+ },
+ {
+ "examine": "How do these things manage to grow?",
+ "ids": "1403,1404,1405,1406"
+ },
+ {
+ "examine": "Leaves a nasty mark.",
+ "ids": "1407"
+ },
+ {
+ "examine": "Looks spiky.",
+ "ids": "1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "1504"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "1505"
+ },
+ {
+ "examine": "A sturdy wooden door.",
+ "ids": "1506,1507,1508,1509,1510,1511,1512,1513,1514,1515"
+ },
+ {
+ "examine": "The curtain is closed.",
+ "ids": "1526,1527,1528"
+ },
+ {
+ "examine": "The curtain is open.",
+ "ids": "1529"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "1530"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "1531,1532"
+ },
+ {
+ "examine": "A nicely fitted door.",
+ "ids": "1533,1534,1535"
+ },
+ {
+ "examine": "An ornately-fashioned door.",
+ "ids": "1536"
+ },
+ {
+ "examine": "An elf-fashioned door.",
+ "ids": "1537,1538"
+ },
+ {
+ "examine": "Solid bars of iron.",
+ "ids": "1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "1551,1552,1553,1554,1555,1556"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567"
+ },
+ {
+ "examine": "I wonder what's under it?",
+ "ids": "1568,1569"
+ },
+ {
+ "examine": "I wonder what's down there?",
+ "ids": "1570,1571"
+ },
+ {
+ "examine": "This door has been boarded up.",
+ "ids": "1572"
+ },
+ {
+ "examine": "A door to a grand place.",
+ "ids": "1573,1574,1575,1576"
+ },
+ {
+ "examine": "The top of the archway.",
+ "ids": "1577,1578,1579"
+ },
+ {
+ "examine": "The base of the archway.",
+ "ids": "1580,1581,1582"
+ },
+ {
+ "examine": "There is something strange about this wall...",
+ "ids": "1583,1584,1585,1586,1587,1588"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "1589,1590"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "1591"
+ },
+ {
+ "examine": "Something is strange about this panel.",
+ "ids": "1592,1593"
+ },
+ {
+ "examine": "An entranceway into the dungeon.",
+ "ids": "1594"
+ },
+ {
+ "examine": "The way in.",
+ "ids": "1595"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "1596,1597"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "1598,1599"
+ },
+ {
+ "examine": "The doors to the Magic Guild.",
+ "ids": "1600"
+ },
+ {
+ "examine": "The doors to the Magic guild.",
+ "ids": "1601,1602,1603,1604,1605,1606,1607,1608"
+ },
+ {
+ "examine": "A wooden structure used in the process of building.",
+ "ids": "1609,1610,1611,1612"
+ },
+ {
+ "examine": "This timber is broken",
+ "ids": "1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660"
+ },
+ {
+ "examine": "A pile of bricks.",
+ "ids": "1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "1722,36791"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "1723"
+ },
+ {
+ "examine": "I can climb down these stairs.",
+ "ids": "1724"
+ },
+ {
+ "examine": "I can climb up this.",
+ "ids": "1725,36768,36771"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "1726,1727,1728"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "1729"
+ },
+ {
+ "examine": "Dare I go up?",
+ "ids": "1730"
+ },
+ {
+ "examine": "These stairs look spooky!",
+ "ids": "1731,1732"
+ },
+ {
+ "examine": "I can use these stairs to climb down.",
+ "ids": "1733"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "1734"
+ },
+ {
+ "examine": "A rickety old staircase.",
+ "ids": "1735"
+ },
+ {
+ "examine": "I can climb down these stairs.",
+ "ids": "1736"
+ },
+ {
+ "examine": "I can climb up these stairs.",
+ "ids": "1737,1738"
+ },
+ {
+ "examine": "I can climb up or go down these stairs.",
+ "ids": "1739"
+ },
+ {
+ "examine": "I can climb down these stairs.",
+ "ids": "1740,1741"
+ },
+ {
+ "examine": "I can climb up these stairs.",
+ "ids": "1742"
+ },
+ {
+ "examine": "I can climb up or go down these stairs.",
+ "ids": "1743"
+ },
+ {
+ "examine": "I can climb down these stairs.",
+ "ids": "1744,1745"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "1746"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "1747,1748"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "1749"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "1750,1751"
+ },
+ {
+ "examine": "I can't climb this.",
+ "ids": "1752"
+ },
+ {
+ "examine": "It's useless.",
+ "ids": "1753"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "1754"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "1755"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "1756"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "1757"
+ },
+ {
+ "examine": "Not much use really.",
+ "ids": "1758"
+ },
+ {
+ "examine": "This leads downwards.",
+ "ids": "1759"
+ },
+ {
+ "examine": "These can be useful.",
+ "ids": "1760"
+ },
+ {
+ "examine": "Steps made from natural rock.",
+ "ids": "1761"
+ },
+ {
+ "examine": "A rope hangs here.",
+ "ids": "1762,1763,1764"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "1765"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "1766"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "1767"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "1768,1769,1770,1771,1772,1773,1774,1775,1776,1777"
+ },
+ {
+ "examine": "These huge stone discs grind grain to make flour.",
+ "ids": "1778"
+ },
+ {
+ "examine": "These sails use the wind to drive the windmill.",
+ "ids": "1779,1780,1781"
+ },
+ {
+ "examine": "I'll need an empty pot so I can collect my flour.",
+ "ids": "1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796"
+ },
+ {
+ "examine": "Some very hard rocks, I wouldn't want to fall on those.",
+ "ids": "1797,1798,1799,1800,1801,1802,1803"
+ },
+ {
+ "examine": "This door requires a key.",
+ "ids": "1804"
+ },
+ {
+ "examine": "The door to the Champions' Guild.",
+ "ids": "1805,1806,1807,1808,1809"
+ },
+ {
+ "examine": "Here be spiders!",
+ "ids": "1810"
+ },
+ {
+ "examine": "I can walk through this tattered web.",
+ "ids": "1811"
+ },
+ {
+ "examine": "A magical border of teleportation.",
+ "ids": "1812"
+ },
+ {
+ "examine": "For putting things on.",
+ "ids": "1813"
+ },
+ {
+ "examine": "I wonder what this does...",
+ "ids": "1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851"
+ },
+ {
+ "examine": "This lets in more light.",
+ "ids": "1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863"
+ },
+ {
+ "examine": "These obviously mean keep out!",
+ "ids": "1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875"
+ },
+ {
+ "examine": "I shudder to think what has taken place here.",
+ "ids": "1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,32289"
+ },
+ {
+ "examine": "This hasn't seen a duster for a while.",
+ "ids": "1896"
+ },
+ {
+ "examine": "Not as nice as some.",
+ "ids": "1897"
+ },
+ {
+ "examine": "This needs dusting before I'll sit on it.",
+ "ids": "1898,1899"
+ },
+ {
+ "examine": "This could do with a bit of a spit and polish.",
+ "ids": "1900"
+ },
+ {
+ "examine": "This clearly isn't used for dining very often.",
+ "ids": "1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938"
+ },
+ {
+ "examine": "A tower.",
+ "ids": "1939,1940,1941,1942,1943,1944,1945,1946"
+ },
+ {
+ "examine": "It looks like I might be able to climb over this piece of the wall...",
+ "ids": "1947,1948"
+ },
+ {
+ "examine": "A pile of bricks.",
+ "ids": "1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966"
+ },
+ {
+ "examine": "A grand door for a grand tree.",
+ "ids": "1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984"
+ },
+ {
+ "examine": "A large root.",
+ "ids": "1985,1986"
+ },
+ {
+ "examine": "A primitive looking boat.",
+ "ids": "1987"
+ },
+ {
+ "examine": "Oops!",
+ "ids": "1988"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "1989"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "1990"
+ },
+ {
+ "examine": "Solid bars of iron.",
+ "ids": "1991"
+ },
+ {
+ "examine": "There is an indent the size of a pebble in the stone's centre.",
+ "ids": "1992"
+ },
+ {
+ "examine": "A stone tomb surrounded by flowers.",
+ "ids": "1993"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "1994,37016,37015"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "1995"
+ },
+ {
+ "examine": "I should be safe if I can reach this.",
+ "ids": "1996,1997"
+ },
+ {
+ "examine": "Wet rope.",
+ "ids": "1998"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "1999"
+ },
+ {
+ "examine": "An elf-fashioned door.",
+ "ids": "2000,2001,2002,2003"
+ },
+ {
+ "examine": "The pillar has a rune shaped dent in it.",
+ "ids": "2004"
+ },
+ {
+ "examine": "A statue of Baxtorian chiselled in stone.",
+ "ids": "2005"
+ },
+ {
+ "examine": "A statue of Glarial chiselled in stone.",
+ "ids": "2006,2007,2008,2009"
+ },
+ {
+ "examine": "A ledge.",
+ "ids": "2010,2011,2012"
+ },
+ {
+ "examine": "Known commonly as Red worm vine.",
+ "ids": "2013"
+ },
+ {
+ "examine": "A magically elevated chalice full of tears.",
+ "ids": "2014"
+ },
+ {
+ "examine": "A magically elevated chalice full of ash.",
+ "ids": "2015,2016,2017,2018"
+ },
+ {
+ "examine": "A whirlpool.",
+ "ids": "2019"
+ },
+ {
+ "examine": "It's too wet for firewood.",
+ "ids": "2020,2021"
+ },
+ {
+ "examine": "A wooden barrel, maybe a way off this rock.",
+ "ids": "2022"
+ },
+ {
+ "examine": "An interesting tree with long straight branches.",
+ "ids": "2023"
+ },
+ {
+ "examine": "A large bubbling cauldron, smells... Ugh!",
+ "ids": "2024"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2025"
+ },
+ {
+ "examine": "I can see fish swimming in the water.",
+ "ids": "2026,2027,2028,2029,2030,2031"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2032"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2033"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2034"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2035"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2036"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2037"
+ },
+ {
+ "examine": "I've met less intelligent conversationalists.",
+ "ids": "2038"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2039,2040,2041,2042"
+ },
+ {
+ "examine": "Something's bubbling away in it.",
+ "ids": "2043"
+ },
+ {
+ "examine": "Like an animal dinner table.",
+ "ids": "2044,2045,2046,2047"
+ },
+ {
+ "examine": "It's a door.",
+ "ids": "2048,2049"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "2050,2051,2052,2053"
+ },
+ {
+ "examine": "It's a door.",
+ "ids": "2054,2055"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2056"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2057"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2058,2059,2060,2061,2062"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2063"
+ },
+ {
+ "examine": "For storage.",
+ "ids": "2064"
+ },
+ {
+ "examine": "Used for climbing.",
+ "ids": "2065"
+ },
+ {
+ "examine": "A wall.",
+ "ids": "2066"
+ },
+ {
+ "examine": "A watchtower.",
+ "ids": "2067"
+ },
+ {
+ "examine": "A fence.",
+ "ids": "2068"
+ },
+ {
+ "examine": "A closed door.",
+ "ids": "2069,2070"
+ },
+ {
+ "examine": "Used for storage.",
+ "ids": "2071,2072"
+ },
+ {
+ "examine": "Grows weird yellow fruit.",
+ "ids": "2073,2074,2075,2076,2077,2078"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2079,2080"
+ },
+ {
+ "examine": "Handy for boarding boats.",
+ "ids": "2081,2082,2083,2084,2085,2086,2087,2088"
+ },
+ {
+ "examine": "Ornamental.",
+ "ids": "2089"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2112"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "2113"
+ },
+ {
+ "examine": "This transports coal!",
+ "ids": "2114"
+ },
+ {
+ "examine": "The left hand side of the gate.",
+ "ids": "2115"
+ },
+ {
+ "examine": "The right hand side of the gate.",
+ "ids": "2116"
+ },
+ {
+ "examine": "It's an old wall.",
+ "ids": "2117"
+ },
+ {
+ "examine": "Lots of water swirling around",
+ "ids": "2118"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140"
+ },
+ {
+ "examine": "An open chest.",
+ "ids": "2141"
+ },
+ {
+ "examine": "An eerie glow permeates the cauldron.",
+ "ids": "2142"
+ },
+ {
+ "examine": "Looks secure.",
+ "ids": "2143,2144"
+ },
+ {
+ "examine": "Ooooh! Spooky!",
+ "ids": "2145,2146"
+ },
+ {
+ "examine": "Going down?",
+ "ids": "2147"
+ },
+ {
+ "examine": "Going up?",
+ "ids": "2148"
+ },
+ {
+ "examine": "An imposing stone structure.",
+ "ids": "2149"
+ },
+ {
+ "examine": "A column of elemental power.",
+ "ids": "2150,2151,2152,2153,29415"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "2154,2155"
+ },
+ {
+ "examine": "A magical portal of teleportation.",
+ "ids": "2156,2157,2158"
+ },
+ {
+ "examine": "It's a floating barrel.",
+ "ids": "2159,2160,2161"
+ },
+ {
+ "examine": "Smells like fish.",
+ "ids": "2162,2163,2164,2165,2166"
+ },
+ {
+ "examine": "Water is pouring in through the hole.",
+ "ids": "2167"
+ },
+ {
+ "examine": "A patch of swamp tar has bunged up the hole.",
+ "ids": "2168"
+ },
+ {
+ "examine": "There's a strong wind whipping up the sea.",
+ "ids": "2169,2170,2171"
+ },
+ {
+ "examine": "A huge net to catch little fish.",
+ "ids": "2172,2173"
+ },
+ {
+ "examine": "The upper deck can be accessed with this ladder.",
+ "ids": "2174"
+ },
+ {
+ "examine": "Back down to the main deck.",
+ "ids": "2175"
+ },
+ {
+ "examine": "This old trawler has seen better days.",
+ "ids": "2176,2177"
+ },
+ {
+ "examine": "Handy for boarding boats.",
+ "ids": "2178,2179"
+ },
+ {
+ "examine": "It's a war machine.",
+ "ids": "2180,2181"
+ },
+ {
+ "examine": "It can't hurt to just have a look, can it?",
+ "ids": "2182"
+ },
+ {
+ "examine": "I wonder what is inside...",
+ "ids": "2183"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2184"
+ },
+ {
+ "examine": "This wall has seen better days.",
+ "ids": "2185"
+ },
+ {
+ "examine": "Hmmm... I wonder if it's loose enough to get through.",
+ "ids": "2186"
+ },
+ {
+ "examine": "I can climb down this ladder.",
+ "ids": "2187"
+ },
+ {
+ "examine": "I can climb up this ladder.",
+ "ids": "2188,2189"
+ },
+ {
+ "examine": "I can climb down this ladder.",
+ "ids": "2190"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2191,2192,2193"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "2194,2195,2196"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2197"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "2198"
+ },
+ {
+ "examine": "An old gate for locking up undesirables.",
+ "ids": "2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209"
+ },
+ {
+ "examine": "Looking through it makes far off things look closer!",
+ "ids": "2210"
+ },
+ {
+ "examine": "A weathered old gravestone.",
+ "ids": "2211"
+ },
+ {
+ "examine": "Looks like fun.",
+ "ids": "2212"
+ },
+ {
+ "examine": "The bank teller will serve you from here.",
+ "ids": "2213"
+ },
+ {
+ "examine": "This booth is for private customers only.",
+ "ids": "2214,34205"
+ },
+ {
+ "examine": "This booth is closed.",
+ "ids": "2215"
+ },
+ {
+ "examine": "This looks like it's being used to block entrance to the village.",
+ "ids": "2216"
+ },
+ {
+ "examine": "Something seems to be buried under this.",
+ "ids": "2217"
+ },
+ {
+ "examine": "A narrow fissure in the ground.",
+ "ids": "2218,2219"
+ },
+ {
+ "examine": "A pile of rubble.",
+ "ids": "2220"
+ },
+ {
+ "examine": "A stone with some carvings on it.",
+ "ids": "2221"
+ },
+ {
+ "examine": "A pile of loose rocks.",
+ "ids": "2222"
+ },
+ {
+ "examine": "Probably nothing useful in these.",
+ "ids": "2223"
+ },
+ {
+ "examine": "A rotten and barely standing set of gallows.",
+ "ids": "2224"
+ },
+ {
+ "examine": "Wet rocks, it looks like you might be able to climb them.",
+ "ids": "2225"
+ },
+ {
+ "examine": "This table has seen better days.",
+ "ids": "2226"
+ },
+ {
+ "examine": "A crudely constructed raft.",
+ "ids": "2227,2228"
+ },
+ {
+ "examine": "A statue to mark Tai Bwo Wannai sacred grounds.",
+ "ids": "2229"
+ },
+ {
+ "examine": "A sturdy cart for travelling in.",
+ "ids": "2230"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "2231,2232,2233"
+ },
+ {
+ "examine": "Rocks that have been stacked at regular intervals.",
+ "ids": "2234"
+ },
+ {
+ "examine": "An ancient construct for supporting the bones of the deceased.",
+ "ids": "2235"
+ },
+ {
+ "examine": "I can climb the rocky outcrop.",
+ "ids": "2236"
+ },
+ {
+ "examine": "An exotic looking tree.",
+ "ids": "2237"
+ },
+ {
+ "examine": "Large doors set into the hillside.",
+ "ids": "2238,2239"
+ },
+ {
+ "examine": "These doors must have been hidden here for years.",
+ "ids": "2240,2241"
+ },
+ {
+ "examine": "Perhaps you should give them a push.",
+ "ids": "2242,2243"
+ },
+ {
+ "examine": "Commonly found in these parts.",
+ "ids": "2244"
+ },
+ {
+ "examine": "A leafy fern.",
+ "ids": "2245"
+ },
+ {
+ "examine": "Large carved tomb doors, they look terrifying.",
+ "ids": "2246,2247,2248,2249,2250,2251,2252"
+ },
+ {
+ "examine": "Perhaps you should give them a push.",
+ "ids": "2253,2254"
+ },
+ {
+ "examine": "An ancient metal gate, but still pretty secure.",
+ "ids": "2255,2256"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "2257"
+ },
+ {
+ "examine": "An ancient construct for supporting the bones of the deceased.",
+ "ids": "2258"
+ },
+ {
+ "examine": "The gate is closed.",
+ "ids": "2259,2260,2261,2262,2263,2264"
+ },
+ {
+ "examine": "A sturdy cart for travelling in.",
+ "ids": "2265"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2266,2267"
+ },
+ {
+ "examine": "This leads up to the sleeping area.",
+ "ids": "2268"
+ },
+ {
+ "examine": "This leads downwards.",
+ "ids": "2269"
+ },
+ {
+ "examine": "A jungle plant.",
+ "ids": "2270"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2271"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2272"
+ },
+ {
+ "examine": "An odd-looking rock with a rope tied to it.",
+ "ids": "2273,2274"
+ },
+ {
+ "examine": "An odd-looking rock formation.",
+ "ids": "2275,2276,2277,2278"
+ },
+ {
+ "examine": "Holds the rope up. Hopefuly.",
+ "ids": "2279,2280,2281"
+ },
+ {
+ "examine": "Use this to swing over crevices.",
+ "ids": "2282,2283"
+ },
+ {
+ "examine": "This must be climbed over.",
+ "ids": "2284,2285,2286"
+ },
+ {
+ "examine": "It's hollow...",
+ "ids": "2289"
+ },
+ {
+ "examine": "A slippery log I can walk across.",
+ "ids": "2294,2295,2296,2297"
+ },
+ {
+ "examine": "The irregular surface can be climbed.",
+ "ids": "2298,2299,2300"
+ },
+ {
+ "examine": "Tread carefully!",
+ "ids": "2301,2302"
+ },
+ {
+ "examine": "I can just about edge across here.",
+ "ids": "2303"
+ },
+ {
+ "examine": "Pointy!",
+ "ids": "2304,2305,2306"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "2307,2308"
+ },
+ {
+ "examine": "Solid bars of iron.",
+ "ids": "2309"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "2310"
+ },
+ {
+ "examine": "I can jump from this stepping stone.",
+ "ids": "2311"
+ },
+ {
+ "examine": "I can balance on this rope.",
+ "ids": "2312"
+ },
+ {
+ "examine": "I can climb up this.",
+ "ids": "2313"
+ },
+ {
+ "examine": "I can climb down here.",
+ "ids": "2314,2315"
+ },
+ {
+ "examine": "I can climb up these stairs.",
+ "ids": "2316,36776"
+ },
+ {
+ "examine": "I can climb up these rocks to another cave.",
+ "ids": "2317"
+ },
+ {
+ "examine": "I can climb down these rocks to another cave.",
+ "ids": "2318"
+ },
+ {
+ "examine": "I can traverse these.",
+ "ids": "2319,2320,2321,12573,12574,12575,29375"
+ },
+ {
+ "examine": "Use this to swing across gaps.",
+ "ids": "2322,2323,2324"
+ },
+ {
+ "examine": "I can swing on this tree.",
+ "ids": "2325"
+ },
+ {
+ "examine": "A branch protrudes here.",
+ "ids": "2326"
+ },
+ {
+ "examine": "This tree has an unusually long branch on it.",
+ "ids": "2327"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "2328,2329,2330,2331"
+ },
+ {
+ "examine": "A nearly rotten wooden log that crosses the river.",
+ "ids": "2332"
+ },
+ {
+ "examine": "A rocky outcrop from the running water.",
+ "ids": "2333,2334,2335"
+ },
+ {
+ "examine": "You can see a cauldron directly below.",
+ "ids": "2336"
+ },
+ {
+ "examine": "This door is very sturdy looking.",
+ "ids": "2337"
+ },
+ {
+ "examine": "This door is closed.",
+ "ids": "2338"
+ },
+ {
+ "examine": "This door is very sturdy looking.",
+ "ids": "2339,2340"
+ },
+ {
+ "examine": "There is something strange about this wall...",
+ "ids": "2341"
+ },
+ {
+ "examine": "Looks like a ventilation grill.",
+ "ids": "2342"
+ },
+ {
+ "examine": "A large stone block.",
+ "ids": "2343,2344,2345,2346,2347,2348,2349"
+ },
+ {
+ "examine": "Used to move earth to, and from, the dig shaft.",
+ "ids": "2350,2351"
+ },
+ {
+ "examine": "This leads back up the dig shaft.",
+ "ids": "2352,2353"
+ },
+ {
+ "examine": "Yep, they're sacks!",
+ "ids": "2354,2355,2356"
+ },
+ {
+ "examine": "A leafy bush.",
+ "ids": "2357,2358"
+ },
+ {
+ "examine": "A sealed barrel with a warning sign on it.",
+ "ids": "2359"
+ },
+ {
+ "examine": "I wonder what's inside...",
+ "ids": "2360"
+ },
+ {
+ "examine": "A sturdy chest to keep things in.",
+ "ids": "2361"
+ },
+ {
+ "examine": "A large stone block.",
+ "ids": "2362"
+ },
+ {
+ "examine": "A place where you can pan for gold.",
+ "ids": "2363"
+ },
+ {
+ "examine": "A wooden container.",
+ "ids": "2364,2365"
+ },
+ {
+ "examine": "A signpost!",
+ "ids": "2366,2367,2368,2369,2370,2371"
+ },
+ {
+ "examine": "Shelves filled with interesting books.",
+ "ids": "2372"
+ },
+ {
+ "examine": "A cupboard.",
+ "ids": "2373,2374"
+ },
+ {
+ "examine": "Used to keep specimens on.",
+ "ids": "2375"
+ },
+ {
+ "examine": "Soil",
+ "ids": "2376,2377,2378"
+ },
+ {
+ "examine": "Technically a bed.",
+ "ids": "2379"
+ },
+ {
+ "examine": "I wonder what's inside...",
+ "ids": "2380"
+ },
+ {
+ "examine": "Swampy dirt.",
+ "ids": "2381,2382,2383,2384,2385,2386,2387,2388,2389,2390"
+ },
+ {
+ "examine": "A very solid looking gate.",
+ "ids": "2391,2392"
+ },
+ {
+ "examine": "Aim for the goal!",
+ "ids": "2393"
+ },
+ {
+ "examine": "A gate to the Gnomeball pitch.",
+ "ids": "2394,2395"
+ },
+ {
+ "examine": "Distinctly feminine.",
+ "ids": "2396"
+ },
+ {
+ "examine": "A solid looking door.",
+ "ids": "2397,2398,2399"
+ },
+ {
+ "examine": "Might be worth searching.",
+ "ids": "2400,2401"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "2402"
+ },
+ {
+ "examine": "Might be worth searching.",
+ "ids": "2403,2404"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "2405"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2406,2407"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "2408"
+ },
+ {
+ "examine": "A commonly found tree.",
+ "ids": "2409"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "2410"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2411"
+ },
+ {
+ "examine": "Handy for boarding the ship.",
+ "ids": "2412,2413,2414,2415"
+ },
+ {
+ "examine": "Pull me!",
+ "ids": "2416"
+ },
+ {
+ "examine": "Place party drop items here.",
+ "ids": "2417,2418,2419,2420"
+ },
+ {
+ "examine": "This lever is down.",
+ "ids": "2421"
+ },
+ {
+ "examine": "This lever is up.",
+ "ids": "2422"
+ },
+ {
+ "examine": "This lever is down.",
+ "ids": "2423"
+ },
+ {
+ "examine": "This lever is up.",
+ "ids": "2424"
+ },
+ {
+ "examine": "This lever is down.",
+ "ids": "2425"
+ },
+ {
+ "examine": "This lever is up.",
+ "ids": "2426"
+ },
+ {
+ "examine": "This door is closed by an unknown mechanism.",
+ "ids": "2427,2428,2429,2430,2431"
+ },
+ {
+ "examine": "This gate is closed shut.",
+ "ids": "2432,2433"
+ },
+ {
+ "examine": "This may be worth opening.",
+ "ids": "2434,2435"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "2436,2437"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "2438,2439"
+ },
+ {
+ "examine": "Wonder what this pillar is for?",
+ "ids": "2440,2441,2442,2443"
+ },
+ {
+ "examine": "I wonder what's under it?",
+ "ids": "2444,2445"
+ },
+ {
+ "examine": "This leads to somewhere...but where?",
+ "ids": "2446"
+ },
+ {
+ "examine": "I reckon I could climb that!",
+ "ids": "2447,2448"
+ },
+ {
+ "examine": "Some magical rocks.",
+ "ids": "2449,2450"
+ },
+ {
+ "examine": "There's something behind these roots.",
+ "ids": "2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464"
+ },
+ {
+ "examine": "A portal from this mystical place.",
+ "ids": "2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477"
+ },
+ {
+ "examine": "A mysterious power emanates from this shrine.",
+ "ids": "2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490"
+ },
+ {
+ "examine": "The source of all Rune Stones.",
+ "ids": "2491"
+ },
+ {
+ "examine": "A portal from this mystical place.",
+ "ids": "2492"
+ },
+ {
+ "examine": "A part of an old temple.",
+ "ids": "2493,2494,2495,2496"
+ },
+ {
+ "examine": "Unusual energy is gathered here.",
+ "ids": "2497,2498,2499,2500,2501,2502"
+ },
+ {
+ "examine": "An old crumbled pillar.",
+ "ids": "2503,2504,2505,2506,2507"
+ },
+ {
+ "examine": "Broken parts of an old temple.",
+ "ids": "2508,2509,2510"
+ },
+ {
+ "examine": "This leads to the practice tower.",
+ "ids": "2511"
+ },
+ {
+ "examine": "This leads back down to the guild.",
+ "ids": "2512"
+ },
+ {
+ "examine": "I wonder if I can hit a bullseye?",
+ "ids": "2513"
+ },
+ {
+ "examine": "The door to the Ranging Guild.",
+ "ids": "2514"
+ },
+ {
+ "examine": "I hope it doesn't sink.",
+ "ids": "2515"
+ },
+ {
+ "examine": "It's sinking!",
+ "ids": "2516"
+ },
+ {
+ "examine": "Going up?",
+ "ids": "2517"
+ },
+ {
+ "examine": "Typical shoddy workmanship.",
+ "ids": "2518"
+ },
+ {
+ "examine": "Crates of packed fish.",
+ "ids": "2519"
+ },
+ {
+ "examine": "It's used for loading and unloading fishing boats.",
+ "ids": "2520,2521"
+ },
+ {
+ "examine": "It's a flight of stairs.",
+ "ids": "2522,2523"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2524"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2525"
+ },
+ {
+ "examine": "The door of a small prison.",
+ "ids": "2526,2527"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2528"
+ },
+ {
+ "examine": "A door.",
+ "ids": "2529"
+ },
+ {
+ "examine": "Used for storage.",
+ "ids": "2530"
+ },
+ {
+ "examine": "Looks like someone's tried digging here.",
+ "ids": "2531,2532"
+ },
+ {
+ "examine": "A pile of what is hopefully mud.",
+ "ids": "2533"
+ },
+ {
+ "examine": "There's black cross on the door.",
+ "ids": "2534"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2535"
+ },
+ {
+ "examine": "A door.",
+ "ids": "2536"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2537"
+ },
+ {
+ "examine": "A door.",
+ "ids": "2538"
+ },
+ {
+ "examine": "A flight of stairs.",
+ "ids": "2539,2540"
+ },
+ {
+ "examine": "An outlet to the sewer.",
+ "ids": "2541,2542"
+ },
+ {
+ "examine": "There's a cover over this manhole.",
+ "ids": "2543"
+ },
+ {
+ "examine": "How dangerous, someone has left this manhole open.",
+ "ids": "2544"
+ },
+ {
+ "examine": "This is supposed to stop people falling down the manhole.",
+ "ids": "2545"
+ },
+ {
+ "examine": "A door.",
+ "ids": "2546,2547,2548,2549"
+ },
+ {
+ "examine": "A secure door.",
+ "ids": "2550,2551"
+ },
+ {
+ "examine": "A metal gate bars your way.",
+ "ids": "2552,2553"
+ },
+ {
+ "examine": "A secure door.",
+ "ids": "2554,2555,2556,2557,2558,2559"
+ },
+ {
+ "examine": "Fine silk woven by experts.",
+ "ids": "2560"
+ },
+ {
+ "examine": "This stall smells great.",
+ "ids": "2561"
+ },
+ {
+ "examine": "Precious stones from around the world.",
+ "ids": "2562"
+ },
+ {
+ "examine": "All manner of animal clothing.",
+ "ids": "2563"
+ },
+ {
+ "examine": "Spices to tingle your taste buds.",
+ "ids": "2564"
+ },
+ {
+ "examine": "Fine silver items are for sale here.",
+ "ids": "2565"
+ },
+ {
+ "examine": "I wonder what's inside it.",
+ "ids": "2566,2567,2568,2569,2570,2571,2572,2573,2574"
+ },
+ {
+ "examine": "A marshy jungle vine.",
+ "ids": "2575,2576"
+ },
+ {
+ "examine": "A tall palm tree with some plants growing at its stem.",
+ "ids": "2577"
+ },
+ {
+ "examine": "A tall palm tree.",
+ "ids": "2578"
+ },
+ {
+ "examine": "The burnt ground has a plant growing on it.",
+ "ids": "2579"
+ },
+ {
+ "examine": "The ground has been burnt here by a fire.",
+ "ids": "2580"
+ },
+ {
+ "examine": "A rock with green moss growing on it.",
+ "ids": "2581"
+ },
+ {
+ "examine": "A rock, it looks like something was growing here.",
+ "ids": "2582"
+ },
+ {
+ "examine": "It looks as if it is covered in some fungus.",
+ "ids": "2583"
+ },
+ {
+ "examine": "A collection of rocks over what looks like a depression.",
+ "ids": "2584"
+ },
+ {
+ "examine": "Rocky walls, you may be able to climb it.",
+ "ids": "2585"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2586"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2587"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2588"
+ },
+ {
+ "examine": "This ship's not getting far with that.",
+ "ids": "2589"
+ },
+ {
+ "examine": "Takes me into the ship.",
+ "ids": "2590,2591"
+ },
+ {
+ "examine": "Takes me back on deck.",
+ "ids": "2592"
+ },
+ {
+ "examine": "Handy for boarding the ship.",
+ "ids": "2593,2594"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2595"
+ },
+ {
+ "examine": "A blood-red door.",
+ "ids": "2596"
+ },
+ {
+ "examine": "A lurid orange door.",
+ "ids": "2597"
+ },
+ {
+ "examine": "A sickly yellow door.",
+ "ids": "2598"
+ },
+ {
+ "examine": "A gloomy blue door.",
+ "ids": "2599"
+ },
+ {
+ "examine": "A groovy magenta door.",
+ "ids": "2600"
+ },
+ {
+ "examine": "A putrid green door.",
+ "ids": "2601"
+ },
+ {
+ "examine": "Probably the nicest door in this ghastly place.",
+ "ids": "2602"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2603"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2604"
+ },
+ {
+ "examine": "It's a ladder.",
+ "ids": "2605"
+ },
+ {
+ "examine": "There is something strange about this wall...",
+ "ids": "2606"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2607,2608"
+ },
+ {
+ "examine": "A collection of rocks over what looks like a depression.",
+ "ids": "2609"
+ },
+ {
+ "examine": "A rope hangs here that I can climb.",
+ "ids": "2610"
+ },
+ {
+ "examine": "It's a ladder.",
+ "ids": "2611"
+ },
+ {
+ "examine": "Wonder what's in here...",
+ "ids": "2612"
+ },
+ {
+ "examine": "Smells kind of funny...",
+ "ids": "2613"
+ },
+ {
+ "examine": "Looks comfortable...",
+ "ids": "2615"
+ },
+ {
+ "examine": "Looks spooky...",
+ "ids": "2616"
+ },
+ {
+ "examine": "Phew, an exit!",
+ "ids": "2617"
+ },
+ {
+ "examine": "The fence is broken at this point.",
+ "ids": "2618"
+ },
+ {
+ "examine": "A wooden barrel for storage.",
+ "ids": "2619"
+ },
+ {
+ "examine": "An old crate for storage.",
+ "ids": "2620"
+ },
+ {
+ "examine": "It's a door.",
+ "ids": "2621,2622"
+ },
+ {
+ "examine": "It's a gate.",
+ "ids": "2623"
+ },
+ {
+ "examine": "The entrance to the Hero's Guild.",
+ "ids": "2624,2625"
+ },
+ {
+ "examine": "It's a door.",
+ "ids": "2626,2627,2628"
+ },
+ {
+ "examine": "There is something unusual about this wall...",
+ "ids": "2629"
+ },
+ {
+ "examine": "I can see eels swimming in the lava.",
+ "ids": "2630"
+ },
+ {
+ "examine": "It's a door.",
+ "ids": "2631"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2632"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2633"
+ },
+ {
+ "examine": "Rocks that contain nothing interesting, but block the way.",
+ "ids": "2634"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2635"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2636,2637"
+ },
+ {
+ "examine": "A source of pure water.",
+ "ids": "2638,2639"
+ },
+ {
+ "examine": "A shrine for the faithful to worship at.",
+ "ids": "2640"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "2641"
+ },
+ {
+ "examine": "Used for fashioning clay items.",
+ "ids": "2642"
+ },
+ {
+ "examine": "Bake your clay items in here.",
+ "ids": "2643"
+ },
+ {
+ "examine": "Used for spinning thread.",
+ "ids": "2644"
+ },
+ {
+ "examine": "A tray of sand.",
+ "ids": "2645"
+ },
+ {
+ "examine": "A plant cultivated for fibres.",
+ "ids": "2646"
+ },
+ {
+ "examine": "The door to the Crafting Guild.",
+ "ids": "2647,2648,2649"
+ },
+ {
+ "examine": "A pile of smelly rotting waste.",
+ "ids": "2650"
+ },
+ {
+ "examine": "A sturdy home for bees.",
+ "ids": "2651"
+ },
+ {
+ "examine": "Looks like this is where waste from the kitchen comes out.",
+ "ids": "2652"
+ },
+ {
+ "examine": "It looks like a spiders' nest to me.",
+ "ids": "2653"
+ },
+ {
+ "examine": "This fountain suits the garden.",
+ "ids": "2654"
+ },
+ {
+ "examine": "It's the Sinclair Family coat of arms.",
+ "ids": "2655"
+ },
+ {
+ "examine": "Looks like this is where Anna keeps her stuff.",
+ "ids": "2656"
+ },
+ {
+ "examine": "Looks like this is where Bob keeps his stuff.",
+ "ids": "2657"
+ },
+ {
+ "examine": "Looks like this is where Carol keeps her stuff.",
+ "ids": "2658"
+ },
+ {
+ "examine": "Looks like this is where David keeps his stuff.",
+ "ids": "2659"
+ },
+ {
+ "examine": "Looks like this is where Elizabeth keeps her stuff.",
+ "ids": "2660"
+ },
+ {
+ "examine": "Looks like this is where Frank keeps his stuff.",
+ "ids": "2661"
+ },
+ {
+ "examine": "Looks like this is where the cook stores flour.",
+ "ids": "2662"
+ },
+ {
+ "examine": "Some sacks of general garden items.",
+ "ids": "2663"
+ },
+ {
+ "examine": "Luckily it seems able to keep that vicious dog inside.",
+ "ids": "2664,2665"
+ },
+ {
+ "examine": "Looks like the killer smashed this to leave the mansion.",
+ "ids": "2666"
+ },
+ {
+ "examine": "Slaves are using this to pull up barrels of rocks from down below.",
+ "ids": "2667"
+ },
+ {
+ "examine": "Slaves are placing barrels on this to haul them to the surface.",
+ "ids": "2668,2669"
+ },
+ {
+ "examine": "A succulent cactus.",
+ "ids": "2670"
+ },
+ {
+ "examine": "A less-than-succulent succulent.",
+ "ids": "2671"
+ },
+ {
+ "examine": "I can try to make new items on this.",
+ "ids": "2672"
+ },
+ {
+ "examine": "A solid looking gate.",
+ "ids": "2673,2674"
+ },
+ {
+ "examine": "Large doors made of solid oak.",
+ "ids": "2675,2676"
+ },
+ {
+ "examine": "A solid looking chest, it belongs to Captain Siad.",
+ "ids": "2677"
+ },
+ {
+ "examine": "A selection of Captain Siad's Books.",
+ "ids": "2678"
+ },
+ {
+ "examine": "A sturdy looking desk on which the Captain works.",
+ "ids": "2679"
+ },
+ {
+ "examine": "A barrel containing rocks and mining debris.",
+ "ids": "2680"
+ },
+ {
+ "examine": "An empty mining barrel.",
+ "ids": "2681"
+ },
+ {
+ "examine": "The cart which takes barrels of rocks from the mining encampment to Al-Kharid.",
+ "ids": "2682"
+ },
+ {
+ "examine": "Gives a lovely view of the desert, complete with metalic bars.",
+ "ids": "2683"
+ },
+ {
+ "examine": "It seems to be used for moving rocks into and out of this area.",
+ "ids": "2684"
+ },
+ {
+ "examine": "A solid looking gate.",
+ "ids": "2685,2686,2687,2688"
+ },
+ {
+ "examine": "There's no getting around it, it's a fairly sturdy prison cell door.",
+ "ids": "2689"
+ },
+ {
+ "examine": "Large solid, thick set oak doors",
+ "ids": "2690,2691"
+ },
+ {
+ "examine": "It looks fairly sturdy.",
+ "ids": "2692"
+ },
+ {
+ "examine": "This is used by Shantay and his men to take items to the bank on your behalf.",
+ "ids": "2693"
+ },
+ {
+ "examine": "A rocky rock.",
+ "ids": "2694,2695,2696,2697"
+ },
+ {
+ "examine": "A cave which has been mined out.",
+ "ids": "2698,2699"
+ },
+ {
+ "examine": "The entrance to the tent.",
+ "ids": "2700,2701"
+ },
+ {
+ "examine": "Tracks in the sand.",
+ "ids": "2702,2703"
+ },
+ {
+ "examine": "Rocky!",
+ "ids": "2704"
+ },
+ {
+ "examine": "It's a door.",
+ "ids": "2705"
+ },
+ {
+ "examine": "A nicely fitted door.",
+ "ids": "2706"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "2707,2708"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2709"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2710"
+ },
+ {
+ "examine": "It's a flight of stairs.",
+ "ids": "2711"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2712"
+ },
+ {
+ "examine": "Grain goes in here.",
+ "ids": "2713,2714,2715,2716,2717"
+ },
+ {
+ "examine": "These control the flow of grain from the hopper to the millstones.",
+ "ids": "2718,2719,2720,2721,2722"
+ },
+ {
+ "examine": "A spicy meat kebab is cooking here.",
+ "ids": "2723"
+ },
+ {
+ "examine": "A fire burns brightly here.",
+ "ids": "2724"
+ },
+ {
+ "examine": "A grand old fireplace.",
+ "ids": "2725,2726"
+ },
+ {
+ "examine": "Something is cooking nicely here.",
+ "ids": "2727"
+ },
+ {
+ "examine": "Ideal for cooking on.",
+ "ids": "2728,2729,2730,2731,3039,9682,12102,36973,40110"
+ },
+ {
+ "examine": "Hot!",
+ "ids": "2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780"
+ },
+ {
+ "examine": "A hot place for forging things in.",
+ "ids": "2781"
+ },
+ {
+ "examine": "It says \"Property of Doric the dwarf.\" on the side.",
+ "ids": "2782"
+ },
+ {
+ "examine": "Used for fashioning metal items.",
+ "ids": "2783"
+ },
+ {
+ "examine": "Various implements for working with metal.",
+ "ids": "2784"
+ },
+ {
+ "examine": "A hot place for forging things in.",
+ "ids": "2785"
+ },
+ {
+ "examine": "An entrance to Gu'Tanoth.",
+ "ids": "2786,2787,2788,2789"
+ },
+ {
+ "examine": "I wonder what's inside it.",
+ "ids": "2790"
+ },
+ {
+ "examine": "A counter made from a stone block.",
+ "ids": "2791,2792,2876,3800,29356"
+ },
+ {
+ "examine": "An ogre is selling cakes here.",
+ "ids": "2793"
+ },
+ {
+ "examine": "A lever for activating something.",
+ "ids": "2794,2795"
+ },
+ {
+ "examine": "This leads to the watchtower.",
+ "ids": "2796"
+ },
+ {
+ "examine": "This leads downwards.",
+ "ids": "2797"
+ },
+ {
+ "examine": "A leafy bush.",
+ "ids": "2798,2799,2800,2801,2802,2803"
+ },
+ {
+ "examine": "I think I can squeeze through here...",
+ "ids": "2804,2805,2806,2807,2808,2809,2810,2811"
+ },
+ {
+ "examine": "This leads downwards.",
+ "ids": "2812"
+ },
+ {
+ "examine": "I think I can squeeze through here...",
+ "ids": "2813"
+ },
+ {
+ "examine": "The gate has been locked shut.",
+ "ids": "2814,2815"
+ },
+ {
+ "examine": "A strange looking rock...",
+ "ids": "2816"
+ },
+ {
+ "examine": "I think I can get out here...",
+ "ids": "2817,2818,2819,2820,2821,2822"
+ },
+ {
+ "examine": "A hole.",
+ "ids": "2823"
+ },
+ {
+ "examine": "A hole",
+ "ids": "2824"
+ },
+ {
+ "examine": "I hope this leads the way out.",
+ "ids": "2825"
+ },
+ {
+ "examine": "I wonder what's inside it?",
+ "ids": "2826,2827,2828,2829"
+ },
+ {
+ "examine": "You can probably jump over from here.",
+ "ids": "2830,2831"
+ },
+ {
+ "examine": "A low wall is blocking your path.",
+ "ids": "2832"
+ },
+ {
+ "examine": "This goes up!",
+ "ids": "2833"
+ },
+ {
+ "examine": "A low wall is blocking your path.",
+ "ids": "2834"
+ },
+ {
+ "examine": "Looks hard.",
+ "ids": "2835,2836,2837,2838,2839,2840,2841"
+ },
+ {
+ "examine": "It has a special magical quality.",
+ "ids": "2842"
+ },
+ {
+ "examine": "This drain leads from the sink to the sewers below.",
+ "ids": "2843"
+ },
+ {
+ "examine": "This looks like it can be turned.",
+ "ids": "2844,2845,2846,2847,2848"
+ },
+ {
+ "examine": "A rudimentary type of boat.",
+ "ids": "2849"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2850"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2851"
+ },
+ {
+ "examine": "I can probably squeeze my way inside there.",
+ "ids": "2852"
+ },
+ {
+ "examine": "It's a flight of stairs.",
+ "ids": "2853"
+ },
+ {
+ "examine": "Made of wood.",
+ "ids": "2854,2855"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "2856"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "2857"
+ },
+ {
+ "examine": "Used for storage.",
+ "ids": "2858"
+ },
+ {
+ "examine": "A hot range, where some soup is bubbling nicely.",
+ "ids": "2859"
+ },
+ {
+ "examine": "Very ominous.",
+ "ids": "2860"
+ },
+ {
+ "examine": "It's a door.",
+ "ids": "2861,2862"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2863"
+ },
+ {
+ "examine": "A water feature.",
+ "ids": "2864"
+ },
+ {
+ "examine": "It's a gate.",
+ "ids": "2865,2866"
+ },
+ {
+ "examine": "Very decorative!",
+ "ids": "2867"
+ },
+ {
+ "examine": "It's a cupboard.",
+ "ids": "2868,2869"
+ },
+ {
+ "examine": "The mouse equivalent of a door.",
+ "ids": "2870"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "2871"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "2872"
+ },
+ {
+ "examine": "What a good likeness!",
+ "ids": "2873"
+ },
+ {
+ "examine": "A depiction that chills one to the bone.",
+ "ids": "2874"
+ },
+ {
+ "examine": "I wonder how accurate a representation this is.",
+ "ids": "2875"
+ },
+ {
+ "examine": "A barrel full of staffs...",
+ "ids": "2877"
+ },
+ {
+ "examine": "Patterns of light dance hypnotically across the pool's surface.",
+ "ids": "2878,2879"
+ },
+ {
+ "examine": "There seems to be some sort of magical field here.",
+ "ids": "2880"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "2881"
+ },
+ {
+ "examine": "The toll gate from Lumbridge to Al-Kharid.",
+ "ids": "2882,2883"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "2884"
+ },
+ {
+ "examine": "An antique by anyone's standards.",
+ "ids": "2885"
+ },
+ {
+ "examine": "An antique by anyone's standards, however, it might have something interesting in it.",
+ "ids": "2886"
+ },
+ {
+ "examine": "Looks good for logging.",
+ "ids": "2887"
+ },
+ {
+ "examine": "A leafy jungle palm, dense foliage.",
+ "ids": "2888"
+ },
+ {
+ "examine": "Home to many unusual creatures.",
+ "ids": "2889"
+ },
+ {
+ "examine": "A leafy tree.",
+ "ids": "2890"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "2891"
+ },
+ {
+ "examine": "A jungle bush, quite common to these areas.",
+ "ids": "2892,2893"
+ },
+ {
+ "examine": "A jungle bush that has been chopped down.",
+ "ids": "2894,2895"
+ },
+ {
+ "examine": "A door to the Legends Guild.",
+ "ids": "2896,2897,2898,2899"
+ },
+ {
+ "examine": "Looks slippery!",
+ "ids": "2900,2901"
+ },
+ {
+ "examine": "Stoney!",
+ "ids": "2902"
+ },
+ {
+ "examine": "A rather shadowy cavern entrance.",
+ "ids": "2903,2904"
+ },
+ {
+ "examine": "An old crate for storage.",
+ "ids": "2905"
+ },
+ {
+ "examine": "Useful for putting things on.",
+ "ids": "2906"
+ },
+ {
+ "examine": "I guess I could sleep in it if I was really tired.",
+ "ids": "2907"
+ },
+ {
+ "examine": "A wall of magic fire.",
+ "ids": "2908,2909"
+ },
+ {
+ "examine": "Rickety bamboo tables that are lashed together to make a desk.",
+ "ids": "2910"
+ },
+ {
+ "examine": "Bamboo storage!",
+ "ids": "2911"
+ },
+ {
+ "examine": "This gate has a horribly complex locking mechanism.",
+ "ids": "2912,2913,2914,2915"
+ },
+ {
+ "examine": "A dark cave entrance leading to the surface.",
+ "ids": "2916,2917"
+ },
+ {
+ "examine": "A large crack in the wall.",
+ "ids": "2918"
+ },
+ {
+ "examine": "A huge lump of rock.",
+ "ids": "2919,2920,2921"
+ },
+ {
+ "examine": "A heavily constructed, cast-iron, ancient gateway.",
+ "ids": "2922,2923,2924,2925"
+ },
+ {
+ "examine": "A high wall made up of rocks with sharp edges.",
+ "ids": "2926"
+ },
+ {
+ "examine": "It looks like ancient graffiti.",
+ "ids": "2927"
+ },
+ {
+ "examine": "An ornately carved rock with a pointed receptacle.",
+ "ids": "2928"
+ },
+ {
+ "examine": "A half buried skeleton, probably dwarven remains.",
+ "ids": "2929"
+ },
+ {
+ "examine": "A huge, strangely constructed doorway, not sure how this opens.",
+ "ids": "2930"
+ },
+ {
+ "examine": "It looks like a magical portal of some kind, who knows where it leads?",
+ "ids": "2931"
+ },
+ {
+ "examine": "Strangely, there's a locked barrel here, I wonder what's inside.",
+ "ids": "2932,2933"
+ },
+ {
+ "examine": "A large scaffold platform most likely used for lifting and lowering heavy items.",
+ "ids": "2934"
+ },
+ {
+ "examine": "Used to move earth to, and from, the dig shaft. A rope has been thrown over it.",
+ "ids": "2935"
+ },
+ {
+ "examine": "A sculpted trunk of wood.",
+ "ids": "2936,2937,2938,2939"
+ },
+ {
+ "examine": "A wonderfully dressed table.",
+ "ids": "2940"
+ },
+ {
+ "examine": "Sparkling sacred water straight from the source.",
+ "ids": "2941"
+ },
+ {
+ "examine": "A sparkling, babbling flow of water from an underground source.",
+ "ids": "2942"
+ },
+ {
+ "examine": "Disgusting filthy quagmire that oozes from the ground.",
+ "ids": "2943"
+ },
+ {
+ "examine": "Found near the water's edge.",
+ "ids": "2944"
+ },
+ {
+ "examine": "A baby Yommi tree, it has a mystical aura.",
+ "ids": "2945"
+ },
+ {
+ "examine": "An adolescent-looking Yommi tree, it has a mystical aura.",
+ "ids": "2946"
+ },
+ {
+ "examine": "A dead Yommi tree sapling, you'll need a tough axe to remove this.",
+ "ids": "2947"
+ },
+ {
+ "examine": "A fully grown Yommi tree, it won't get much taller than this.",
+ "ids": "2948"
+ },
+ {
+ "examine": "A dead fully grown Yommi tree, you'll need a tough, sharp axe to remove this.",
+ "ids": "2949"
+ },
+ {
+ "examine": "A felled adult Yommi tree, perhaps you should trim those branches?",
+ "ids": "2950"
+ },
+ {
+ "examine": "A rotten felled Yommi tree, it was left too long in the damp jungle.",
+ "ids": "2951"
+ },
+ {
+ "examine": "A trimmed Yommi tree log, perfect for sculpting into a totem pole.",
+ "ids": "2952"
+ },
+ {
+ "examine": "A rotten Yommi tree log, it was left too long in the damp jungle air.",
+ "ids": "2953"
+ },
+ {
+ "examine": "A beautifully crafted totem pole carved from the trunk of the sacred Yommi tree.",
+ "ids": "2954"
+ },
+ {
+ "examine": "A rotten totem pole, it was left to rot in the jungle.",
+ "ids": "2955"
+ },
+ {
+ "examine": "This earth is particularly fertile.",
+ "ids": "2956"
+ },
+ {
+ "examine": "This earth is damaged by cultivation, time will restore the fertility.",
+ "ids": "2957"
+ },
+ {
+ "examine": "A rope hangs here.",
+ "ids": "2958"
+ },
+ {
+ "examine": "A dangerous path onwards.",
+ "ids": "2959,2960,2961"
+ },
+ {
+ "examine": "Stoney!",
+ "ids": "2962,2963,2964"
+ },
+ {
+ "examine": "Looks slippery!",
+ "ids": "2965"
+ },
+ {
+ "examine": "A hot place for forging things in.",
+ "ids": "2966,2967,2968"
+ },
+ {
+ "examine": "It looks like a strangely shaped depression in the rock.",
+ "ids": "2969"
+ },
+ {
+ "examine": "This recess has a glowing heart shaped crystal in it.",
+ "ids": "2970"
+ },
+ {
+ "examine": "This looks like some sort of shimmering surface.",
+ "ids": "2971"
+ },
+ {
+ "examine": "A huge lump of rock.",
+ "ids": "2972,2973,2974"
+ },
+ {
+ "examine": "This tree is particularly leafy.",
+ "ids": "2975,2976"
+ },
+ {
+ "examine": "A large pile of sand",
+ "ids": "2977"
+ },
+ {
+ "examine": "A medium pile of sand",
+ "ids": "2978"
+ },
+ {
+ "examine": "A small pile of sand",
+ "ids": "2979"
+ },
+ {
+ "examine": "Some beautiful flowers.",
+ "ids": "2980,2981,2982,2983,2984,2985,2986,2987,2988"
+ },
+ {
+ "examine": "Known commonly as Red worm vine.",
+ "ids": "2989,2990,2991,2992,2993,2994"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "2995,2996"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "2997"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "2998,2999"
+ },
+ {
+ "examine": "These obviously mean keep out!",
+ "ids": "3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013"
+ },
+ {
+ "examine": "A nicely fitted door.",
+ "ids": "3014"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "3015,3016"
+ },
+ {
+ "examine": "A nicely fitted door.",
+ "ids": "3017,3018,3019"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "3020,3021,3022,3023"
+ },
+ {
+ "examine": "A closed door.",
+ "ids": "3024,3025,3026,3027"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "3028"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "3029"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "3030"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "3031"
+ },
+ {
+ "examine": "I can see fish swimming in the water.",
+ "ids": "3032"
+ },
+ {
+ "examine": "One of the most common trees in RuneScape.",
+ "ids": "3033,3034,3035,3036"
+ },
+ {
+ "examine": "A beautiful old oak.",
+ "ids": "3037"
+ },
+ {
+ "examine": "Hot!",
+ "ids": "3038"
+ },
+ {
+ "examine": "It's closed.",
+ "ids": "3040"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "3041"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "3042,3043"
+ },
+ {
+ "examine": "A hot place for forging things in.",
+ "ids": "3044"
+ },
+ {
+ "examine": "The bank teller will serve you from here.",
+ "ids": "3045"
+ },
+ {
+ "examine": "These obviously mean keep out!",
+ "ids": "3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076"
+ },
+ {
+ "examine": "Lean against the wall to get a better view!",
+ "ids": "3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107"
+ },
+ {
+ "examine": "Flags marking the entrance to the arena.",
+ "ids": "3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158"
+ },
+ {
+ "examine": "Beats the operating table.",
+ "ids": "3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181"
+ },
+ {
+ "examine": "Wait here for a nurse.",
+ "ids": "3182"
+ },
+ {
+ "examine": "Storage for drugs and bandages.",
+ "ids": "3183,3184,3185"
+ },
+ {
+ "examine": "I don't really want to end up here...",
+ "ids": "3186,3187,3188,3189"
+ },
+ {
+ "examine": "These open and close!",
+ "ids": "3190"
+ },
+ {
+ "examine": "This may be worth searching.",
+ "ids": "3191"
+ },
+ {
+ "examine": "You can see the last 50 fights on here.",
+ "ids": "3192"
+ },
+ {
+ "examine": "Used to store players' items whilst they duel.",
+ "ids": "3193"
+ },
+ {
+ "examine": "Use for quick access to your bank.",
+ "ids": "3194"
+ },
+ {
+ "examine": "Smells pretty bad!",
+ "ids": "3195"
+ },
+ {
+ "examine": "Not much use for anything except scrap.",
+ "ids": "3196"
+ },
+ {
+ "examine": "Entrance to the Duel Arena.",
+ "ids": "3197,3198"
+ },
+ {
+ "examine": "A wooden double bed.",
+ "ids": "3199,3200,3201,3202"
+ },
+ {
+ "examine": "Access to the duel arena.",
+ "ids": "3203,3204"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "3205"
+ },
+ {
+ "examine": "A barrel full of staffs...",
+ "ids": "3206,3207,3208"
+ },
+ {
+ "examine": "A strange crack cuts into the wall.",
+ "ids": "3209,3210,3211,3212,29360,29362"
+ },
+ {
+ "examine": "It looks like I can squeeze through here.",
+ "ids": "3213"
+ },
+ {
+ "examine": "The easy way out...",
+ "ids": "3214,3215"
+ },
+ {
+ "examine": "A pile of mud.",
+ "ids": "3216"
+ },
+ {
+ "examine": "I can go through here.",
+ "ids": "3217"
+ },
+ {
+ "examine": "Dark and intimidating.",
+ "ids": "3218,3219"
+ },
+ {
+ "examine": "That skull's looking at me....",
+ "ids": "3220,3221"
+ },
+ {
+ "examine": "I can climb down these.",
+ "ids": "3222"
+ },
+ {
+ "examine": "I can climb up these.",
+ "ids": "3223"
+ },
+ {
+ "examine": "I can go through here.",
+ "ids": "3224,3225,3226"
+ },
+ {
+ "examine": "Best not to get caught!",
+ "ids": "3227"
+ },
+ {
+ "examine": "Best avoided.",
+ "ids": "3228,3229"
+ },
+ {
+ "examine": "Looks suspicious.",
+ "ids": "3230"
+ },
+ {
+ "examine": "A plank.",
+ "ids": "3231"
+ },
+ {
+ "examine": "Formed over many years.",
+ "ids": "3232"
+ },
+ {
+ "examine": "Best avoided.",
+ "ids": "3233"
+ },
+ {
+ "examine": "Looks suspicious.",
+ "ids": "3234"
+ },
+ {
+ "examine": "I can open the grill from this side.",
+ "ids": "3235"
+ },
+ {
+ "examine": "Maybe I can cross that.",
+ "ids": "3238"
+ },
+ {
+ "examine": "It looks like only the guide ropes are holding the bridge up.",
+ "ids": "3239"
+ },
+ {
+ "examine": "A bridge.",
+ "ids": "3240"
+ },
+ {
+ "examine": "This lever can be operated.",
+ "ids": "3241,3242"
+ },
+ {
+ "examine": "The base of a platform.",
+ "ids": "3243,3244,3245,3246"
+ },
+ {
+ "examine": "A bridge.",
+ "ids": "3247,3248,3249,3250,3251,3252,3253"
+ },
+ {
+ "examine": "I can't get past that very easily...",
+ "ids": "3254,3255,3256"
+ },
+ {
+ "examine": "A platform.",
+ "ids": "3257"
+ },
+ {
+ "examine": "A bridge.",
+ "ids": "3258,3259,3260,3261,3262"
+ },
+ {
+ "examine": "This area may not be safe...",
+ "ids": "3263"
+ },
+ {
+ "examine": "A well of nastiness.",
+ "ids": "3264"
+ },
+ {
+ "examine": "I can climb this pile of rocks...",
+ "ids": "3265"
+ },
+ {
+ "examine": "Usually used for storing living things...",
+ "ids": "3266,3267,3268,3269"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "3270"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "3271"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "3272,3273,3274,3275"
+ },
+ {
+ "examine": "A stone bridge.",
+ "ids": "3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293"
+ },
+ {
+ "examine": "A hot place for forging things in.",
+ "ids": "3294"
+ },
+ {
+ "examine": "It's covered in strange writing.",
+ "ids": "3295,3296,3297,3298,3299,3300,3301,3302"
+ },
+ {
+ "examine": "You won't be able to lift that.",
+ "ids": "3303"
+ },
+ {
+ "examine": "A portcullis.",
+ "ids": "3304"
+ },
+ {
+ "examine": "It doesn't look like water in there...",
+ "ids": "3305,3306"
+ },
+ {
+ "examine": "A pile of rocks.",
+ "ids": "3307"
+ },
+ {
+ "examine": "The boulder has smashed through the cage.",
+ "ids": "3308"
+ },
+ {
+ "examine": "A deposit of rocks.",
+ "ids": "3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326"
+ },
+ {
+ "examine": "Intimidating!",
+ "ids": "3327"
+ },
+ {
+ "examine": "A depiction of a great dwarf miner.",
+ "ids": "3328,3329,3330,3331"
+ },
+ {
+ "examine": "A temple door.",
+ "ids": "3332"
+ },
+ {
+ "examine": "A very big door.",
+ "ids": "3333,3334,3335,3336"
+ },
+ {
+ "examine": "This lever can be operated.",
+ "ids": "3337"
+ },
+ {
+ "examine": "Why would a log be hung up there?",
+ "ids": "3338"
+ },
+ {
+ "examine": "Looks suspicious.",
+ "ids": "3339"
+ },
+ {
+ "examine": "Looks like the rope is holding the bridge up.",
+ "ids": "3340"
+ },
+ {
+ "examine": "Looks like the other rope is holding the bridge up.",
+ "ids": "3341,3342"
+ },
+ {
+ "examine": "A pile of rocks.",
+ "ids": "3343"
+ },
+ {
+ "examine": "It's got dwarf brew in it.",
+ "ids": "3344,3345,3346,3347"
+ },
+ {
+ "examine": "Lord Iban's Throne.",
+ "ids": "3348,3349,3350"
+ },
+ {
+ "examine": "I'm glad I'm on this side of those bars.",
+ "ids": "3351,3352"
+ },
+ {
+ "examine": "I don't much like the look of that...",
+ "ids": "3353,3354,3355,3356,3357,3358"
+ },
+ {
+ "examine": "Well of the damned.",
+ "ids": "3359"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "3360"
+ },
+ {
+ "examine": "A magical sphere that glimmers within.",
+ "ids": "3361"
+ },
+ {
+ "examine": "A window.",
+ "ids": "3362,3363"
+ },
+ {
+ "examine": "An odd looking rock formation.",
+ "ids": "3364"
+ },
+ {
+ "examine": "Looks like I can climb these.",
+ "ids": "3365"
+ },
+ {
+ "examine": "Makes you cry.",
+ "ids": "3366"
+ },
+ {
+ "examine": "Steel bars that are locked securely.",
+ "ids": "3367,3368,3369,3370"
+ },
+ {
+ "examine": "An Achey tree stump.",
+ "ids": "3371"
+ },
+ {
+ "examine": "Useful for ogre dinners.",
+ "ids": "3372,3373,3374,3375"
+ },
+ {
+ "examine": "An ogre bench, useful for taking all that weight off their legs.",
+ "ids": "3376"
+ },
+ {
+ "examine": "Hmmm, a rock for a lock....",
+ "ids": "3377"
+ },
+ {
+ "examine": "Some stealthy thief must have picked the ogre lock!",
+ "ids": "3378"
+ },
+ {
+ "examine": "The entrance to Rantz's cave",
+ "ids": "3379"
+ },
+ {
+ "examine": "Exit this way for fresh air and daylight.",
+ "ids": "3380,3381"
+ },
+ {
+ "examine": "Useful for ogre dinners.",
+ "ids": "3382,3383,3384,3385,3386,3387,3388"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "3389"
+ },
+ {
+ "examine": "A strange crack cuts into the wall.",
+ "ids": "3390,3391,3392,3393"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "3394,3395"
+ },
+ {
+ "examine": "A pile of boxes for storage.",
+ "ids": "3396,3397"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "3398,3399,3400,3401"
+ },
+ {
+ "examine": "Used for fashioning metal items.",
+ "ids": "3402"
+ },
+ {
+ "examine": "A pile of Elemental rock.",
+ "ids": "3403"
+ },
+ {
+ "examine": "A valve to start and stop the flow of water.",
+ "ids": "3404,3405"
+ },
+ {
+ "examine": "This lever can be operated.",
+ "ids": "3406"
+ },
+ {
+ "examine": "It spins.",
+ "ids": "3407,3408"
+ },
+ {
+ "examine": "This lever can be operated.",
+ "ids": "3409"
+ },
+ {
+ "examine": "Big bellows.",
+ "ids": "3410,3411,3412"
+ },
+ {
+ "examine": "A furnace with an air blast pipe.",
+ "ids": "3413"
+ },
+ {
+ "examine": "A small trough full of lava.",
+ "ids": "3414"
+ },
+ {
+ "examine": "I can climb down these stairs.",
+ "ids": "3415"
+ },
+ {
+ "examine": "I can climb up these stairs.",
+ "ids": "3416"
+ },
+ {
+ "examine": "This lever can be operated.",
+ "ids": "3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428"
+ },
+ {
+ "examine": "Water powered machinery.",
+ "ids": "3429,3430"
+ },
+ {
+ "examine": "Stoney!",
+ "ids": "3431"
+ },
+ {
+ "examine": "I wonder what's under it?",
+ "ids": "3432"
+ },
+ {
+ "examine": "I can see a holy barrier at the bottom.",
+ "ids": "3433,3434,3435,3436,3437,3438,3439"
+ },
+ {
+ "examine": "They let you walk up them!",
+ "ids": "3440"
+ },
+ {
+ "examine": "They let you walk down them!",
+ "ids": "3441,3442"
+ },
+ {
+ "examine": "A holy barrier blocking evil forces.",
+ "ids": "3443"
+ },
+ {
+ "examine": "A sturdy metal gate.",
+ "ids": "3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462"
+ },
+ {
+ "examine": "A hastily constructed yet sturdy prison door.",
+ "ids": "3463,3464,3465"
+ },
+ {
+ "examine": "Dead animal parts dangling!",
+ "ids": "3466"
+ },
+ {
+ "examine": "So how long has this been dead, then?",
+ "ids": "3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478"
+ },
+ {
+ "examine": "A statue honouring Saradomin.",
+ "ids": "3479"
+ },
+ {
+ "examine": "An ornately decorated coffin. Something seems to be alive inside.",
+ "ids": "3480,3481,3482,3483,3484"
+ },
+ {
+ "examine": "An ornately carved well that draws water from the river Salve.",
+ "ids": "3485,3486,3487,3488"
+ },
+ {
+ "examine": "Sturdy looking door.",
+ "ids": "3489,3490,3491,3492"
+ },
+ {
+ "examine": "A monument to a fallen priest.",
+ "ids": "3493,3494,3495,3496,3497,3498,3499"
+ },
+ {
+ "examine": "With skill I can play this.",
+ "ids": "3500,3501,3502,3503,3504,3505"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "3506,3507"
+ },
+ {
+ "examine": "Not sure if I should sit on that.",
+ "ids": "3508,3509"
+ },
+ {
+ "examine": "Not sure if that's any use.",
+ "ids": "3510,3511"
+ },
+ {
+ "examine": "It'll probably die soon.",
+ "ids": "3512,3513"
+ },
+ {
+ "examine": "Not sure if I should stand under that.",
+ "ids": "3514,3515"
+ },
+ {
+ "examine": "A dark dank entrance to below.",
+ "ids": "3516"
+ },
+ {
+ "examine": "A large tree thriving where trees normally die.",
+ "ids": "3517,3518,3519"
+ },
+ {
+ "examine": "Special grotto area.",
+ "ids": "3520"
+ },
+ {
+ "examine": "A grotto transformed into an altar of nature.",
+ "ids": "3521"
+ },
+ {
+ "examine": "It's a bridge.",
+ "ids": "3522"
+ },
+ {
+ "examine": "An old bench, probably made from wood in this swamp.",
+ "ids": "3523,3524"
+ },
+ {
+ "examine": "The door.",
+ "ids": "3525"
+ },
+ {
+ "examine": "The green door.",
+ "ids": "3526"
+ },
+ {
+ "examine": "A roughly hewn stone with some sort of symbol on it.",
+ "ids": "3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545"
+ },
+ {
+ "examine": "There is a rope leading to the bottom of this well.",
+ "ids": "3546,3547,3548,3549,3550"
+ },
+ {
+ "examine": "I can balance on this rope.",
+ "ids": "3551,3552"
+ },
+ {
+ "examine": "I can balance on this log.",
+ "ids": "3553,3554,3555,3556,3557,3558"
+ },
+ {
+ "examine": "Tread carefully!",
+ "ids": "3559,3560,3561,3562"
+ },
+ {
+ "examine": "Now, I'm the king of the swingers, oh, the jungle VIP.",
+ "ids": "3563,3564"
+ },
+ {
+ "examine": "It looks like I can clamber over this.",
+ "ids": "3565"
+ },
+ {
+ "examine": "Use this to swing over to the next platform.",
+ "ids": "3566"
+ },
+ {
+ "examine": "I might want to avoid this nasty blade.",
+ "ids": "3567,3568,3569"
+ },
+ {
+ "examine": "Walk the plank! Ya land lubber!",
+ "ids": "3570,3571,3572,3573,3574,3575,3576,3577"
+ },
+ {
+ "examine": "It's a small step for a player, a giant leap for player kind.",
+ "ids": "3578,3579"
+ },
+ {
+ "examine": "Makes sliced human.",
+ "ids": "3580"
+ },
+ {
+ "examine": "Releases a ticket when the flashing arrow is above it.",
+ "ids": "3581"
+ },
+ {
+ "examine": "Makes human colanders.",
+ "ids": "3582"
+ },
+ {
+ "examine": "I can use these to climb across to the other side.",
+ "ids": "3583,3584"
+ },
+ {
+ "examine": "Looks suspiciously like a pressure pad to me.",
+ "ids": "3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607"
+ },
+ {
+ "examine": "Releases a ticket when the flashing arrow is above it.",
+ "ids": "3608,3609"
+ },
+ {
+ "examine": "I can use this rope to climb back to the top.",
+ "ids": "3610,3611,3612,3613,3614,3615,3616"
+ },
+ {
+ "examine": "Leads down into the Agility Arena.",
+ "ids": "3617"
+ },
+ {
+ "examine": "Leads back to Brimhaven.",
+ "ids": "3618,3619,3620,3621,3622,3623,3624,3625"
+ },
+ {
+ "examine": "It looks very sturdy.",
+ "ids": "3626,3627,3628,3629,3630,3631,3632,3633"
+ },
+ {
+ "examine": "A shrine of the gods!",
+ "ids": "3634"
+ },
+ {
+ "examine": "I wonder what's inside...",
+ "ids": "3635"
+ },
+ {
+ "examine": "It looks empty.",
+ "ids": "3636,3637,3638,3639,3640,3641,3642,3643"
+ },
+ {
+ "examine": "That's really bright!",
+ "ids": "3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661"
+ },
+ {
+ "examine": "Smells more like \"innocent villager\" stew to me...",
+ "ids": "3662,3663,3664"
+ },
+ {
+ "examine": "Troll leftovers...",
+ "ids": "3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675"
+ },
+ {
+ "examine": "A stone mechanism that unlocks the equipment room.",
+ "ids": "3676,3677,3678"
+ },
+ {
+ "examine": "A standard of Asgarnia.",
+ "ids": "3679"
+ },
+ {
+ "examine": "The flag of Asgarnia.",
+ "ids": "3680"
+ },
+ {
+ "examine": "Town of Burthorpe",
+ "ids": "3681,3682,3683,3684"
+ },
+ {
+ "examine": "A pile of boxes for storage.",
+ "ids": "3685,3686,3687,3688,3689,3690,3691"
+ },
+ {
+ "examine": "Some of the Sherpa's climbing rope.",
+ "ids": "3692,3693"
+ },
+ {
+ "examine": "Looks like the Imperial Guard's supply of Dual Claws.",
+ "ids": "3694,3695"
+ },
+ {
+ "examine": "The Imperial Guard's ceremonial armour.",
+ "ids": "3696"
+ },
+ {
+ "examine": "A barrel full of swords...",
+ "ids": "3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "3722,3723,3724"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "3725,3726,3727,3728,3729"
+ },
+ {
+ "examine": "I can climb over the fence with this.",
+ "ids": "3730,3731,3732,3733,3734"
+ },
+ {
+ "examine": "Looks like a small cave.",
+ "ids": "3735"
+ },
+ {
+ "examine": "The exit to the outside.",
+ "ids": "3736,3737,3738,3739,3740"
+ },
+ {
+ "examine": "No solicitors!",
+ "ids": "3741"
+ },
+ {
+ "examine": "Danger",
+ "ids": "3742"
+ },
+ {
+ "examine": "A sturdy wooden door.",
+ "ids": "3743,3744"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "3745,3746"
+ },
+ {
+ "examine": "A nicely fitted door.",
+ "ids": "3747"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "3748,3749,3750,3751"
+ },
+ {
+ "examine": "Unusual energy is gathered here.",
+ "ids": "3752,3753,3754,3755,3756"
+ },
+ {
+ "examine": "Looks like a small cave.",
+ "ids": "3757"
+ },
+ {
+ "examine": "The way out.",
+ "ids": "3758"
+ },
+ {
+ "examine": "Looks like a small cave.",
+ "ids": "3759"
+ },
+ {
+ "examine": "The way out.",
+ "ids": "3760"
+ },
+ {
+ "examine": "The back way out.",
+ "ids": "3761"
+ },
+ {
+ "examine": "The back way into the stronghold.",
+ "ids": "3762"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "3763"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "3764"
+ },
+ {
+ "examine": "The door to Mad Eadgar's cell.",
+ "ids": "3765,3766"
+ },
+ {
+ "examine": "The door to Godric's cell.",
+ "ids": "3767,3768"
+ },
+ {
+ "examine": "Hot!",
+ "ids": "3769"
+ },
+ {
+ "examine": "This window looks down onto the Troll Camp.",
+ "ids": "3770"
+ },
+ {
+ "examine": "The entrance to the Troll Stronghold.",
+ "ids": "3771"
+ },
+ {
+ "examine": "The way out of the Troll Stronghold.",
+ "ids": "3772,3773,3774"
+ },
+ {
+ "examine": "Looks like stew of some kind...",
+ "ids": "3775"
+ },
+ {
+ "examine": "A door in the Stronghold.",
+ "ids": "3776,3777,3778,3779"
+ },
+ {
+ "examine": "The door to the prison.",
+ "ids": "3780,3781"
+ },
+ {
+ "examine": "The entrance to the Troll Arena.",
+ "ids": "3782,3783,3784"
+ },
+ {
+ "examine": "The exit to the Troll Arena.",
+ "ids": "3785,3786,3787"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "3788"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "3789"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "3790,3791,3792,3793"
+ },
+ {
+ "examine": "Looks tasty! If you're a goat, that is.",
+ "ids": "3794,3795,3796"
+ },
+ {
+ "examine": "Not so good for sitting on.",
+ "ids": "3802"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "3803,3804"
+ },
+ {
+ "examine": "They don't seem to roll.",
+ "ids": "3805"
+ },
+ {
+ "examine": "They're troll eggs. Or perhaps rocks.",
+ "ids": "3806"
+ },
+ {
+ "examine": "These make great pets.",
+ "ids": "3807"
+ },
+ {
+ "examine": "It's a troll! Run! No, wait, it's just a rock.",
+ "ids": "3808,3809"
+ },
+ {
+ "examine": "The door to the storeroom.",
+ "ids": "3810,3811,3812"
+ },
+ {
+ "examine": "It probably hasn't got anything interesting inside.",
+ "ids": "3813"
+ },
+ {
+ "examine": "They probably haven't got anything interesting inside.",
+ "ids": "3814,3815"
+ },
+ {
+ "examine": "They're closed.",
+ "ids": "3816"
+ },
+ {
+ "examine": "They're open.",
+ "ids": "3817,3818,3819"
+ },
+ {
+ "examine": "It doesn't contain anything particularly appetising.",
+ "ids": "3820"
+ },
+ {
+ "examine": "Makes you taller.",
+ "ids": "3821"
+ },
+ {
+ "examine": "It's full of dried goutweed.",
+ "ids": "3822"
+ },
+ {
+ "examine": "Welcome to Mad Eadgar's! If I'm not in, I've probably been captured again.",
+ "ids": "3823"
+ },
+ {
+ "examine": "I don't want to look too closely at what's cooking in there...",
+ "ids": "3824"
+ },
+ {
+ "examine": "A limestone ceiling growth.",
+ "ids": "3825"
+ },
+ {
+ "examine": "A tooth shaped rock formation protruding from the floor.",
+ "ids": "3826"
+ },
+ {
+ "examine": "How am I going to get down there?",
+ "ids": "3827,3828"
+ },
+ {
+ "examine": "I hope this holds!",
+ "ids": "3829"
+ },
+ {
+ "examine": "How am I going to get down there?",
+ "ids": "3830,3831"
+ },
+ {
+ "examine": "I hope this holds!",
+ "ids": "3832"
+ },
+ {
+ "examine": "It's moving...",
+ "ids": "3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3850,3851,3852,3853,3854,3855"
+ },
+ {
+ "examine": "It's a half buried crate.",
+ "ids": "3856,3857"
+ },
+ {
+ "examine": "It's stuck in the sand.",
+ "ids": "3858,3859"
+ },
+ {
+ "examine": "It's full of brightly coloured fish.",
+ "ids": "3860,3861"
+ },
+ {
+ "examine": "It's a pile of burning bones.",
+ "ids": "3862"
+ },
+ {
+ "examine": "The tribal statue of Tai Bwo Wannai Village.",
+ "ids": "3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878"
+ },
+ {
+ "examine": "A tree.",
+ "ids": "3879"
+ },
+ {
+ "examine": "It's a tree stump.",
+ "ids": "3880"
+ },
+ {
+ "examine": "A tree.",
+ "ids": "3881,3882,3883"
+ },
+ {
+ "examine": "It's a tree stump.",
+ "ids": "3884"
+ },
+ {
+ "examine": "A tree.",
+ "ids": "3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900"
+ },
+ {
+ "examine": "A rare flower.",
+ "ids": "3901"
+ },
+ {
+ "examine": "Don't flowers make you feel better?",
+ "ids": "3902"
+ },
+ {
+ "examine": "A rare flower.",
+ "ids": "3903"
+ },
+ {
+ "examine": "Don't flowers make you feel better?",
+ "ids": "3904"
+ },
+ {
+ "examine": "A rare flower.",
+ "ids": "3905"
+ },
+ {
+ "examine": "Don't flowers make you feel better?",
+ "ids": "3906,3907,3908,3909,3910,3911"
+ },
+ {
+ "examine": "Fungal growth.",
+ "ids": "3912"
+ },
+ {
+ "examine": "Poisonous no doubt.",
+ "ids": "3913,3914"
+ },
+ {
+ "examine": "Fungal growth.",
+ "ids": "3915"
+ },
+ {
+ "examine": "Poisonous no doubt.",
+ "ids": "3916,3917"
+ },
+ {
+ "examine": "The lamp has a glowing crystal at its core.",
+ "ids": "3918"
+ },
+ {
+ "examine": "It's a trap!",
+ "ids": "3919,3920"
+ },
+ {
+ "examine": "A tripwire.",
+ "ids": "3921"
+ },
+ {
+ "examine": "An odd-looking group of tied sticks.",
+ "ids": "3922"
+ },
+ {
+ "examine": "A pile of leaves.",
+ "ids": "3923,3924,3925,3926"
+ },
+ {
+ "examine": "Looks like I can climb these.",
+ "ids": "3927"
+ },
+ {
+ "examine": "It's a tree.",
+ "ids": "3928"
+ },
+ {
+ "examine": "I can balance on this log.",
+ "ids": "3929,3930,3931,3932,3933,3934,3935,3936"
+ },
+ {
+ "examine": "There are some broken twigs here.",
+ "ids": "3937"
+ },
+ {
+ "examine": "It looks as if the grass here has been flattened.",
+ "ids": "3938"
+ },
+ {
+ "examine": "You notice the leaf litter here has been disturbed.",
+ "ids": "3939,3940"
+ },
+ {
+ "examine": "Tracks in the soil.",
+ "ids": "3941,3942,3943"
+ },
+ {
+ "examine": "You'd need a big siege engine to force that.",
+ "ids": "3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961"
+ },
+ {
+ "examine": "A yellow crystal structure.",
+ "ids": "3962,3963,3964,3965,3966"
+ },
+ {
+ "examine": "A tree",
+ "ids": "3967,3968"
+ },
+ {
+ "examine": "Disturbing but tidy.",
+ "ids": "3969"
+ },
+ {
+ "examine": "I don't even want to think about what did that...",
+ "ids": "3970"
+ },
+ {
+ "examine": "I don't wanna fall in that!",
+ "ids": "3975"
+ },
+ {
+ "examine": "Good for smashing city walls.",
+ "ids": "3976"
+ },
+ {
+ "examine": "There's a winch on this side.",
+ "ids": "3977"
+ },
+ {
+ "examine": "There's a lever on this side.",
+ "ids": "3978,3979"
+ },
+ {
+ "examine": "A way to get into the tent.",
+ "ids": "3980,3981,3982"
+ },
+ {
+ "examine": "A tent.",
+ "ids": "3983,3984,3985,3986"
+ },
+ {
+ "examine": "A small barrel.",
+ "ids": "3987,3988,3989,3990,3991"
+ },
+ {
+ "examine": "A standard of Kandarin.",
+ "ids": "3992,3993"
+ },
+ {
+ "examine": "A small furnace.",
+ "ids": "3994"
+ },
+ {
+ "examine": "A tent wall.",
+ "ids": "3995"
+ },
+ {
+ "examine": "A way to get into the tent.",
+ "ids": "3996"
+ },
+ {
+ "examine": "A tent wall.",
+ "ids": "3997"
+ },
+ {
+ "examine": "It looks as if the grass here has been flattened.",
+ "ids": "3998"
+ },
+ {
+ "examine": "There are some broken twigs here.",
+ "ids": "3999"
+ },
+ {
+ "examine": "A tent roof.",
+ "ids": "4000"
+ },
+ {
+ "examine": "A tent wall.",
+ "ids": "4001"
+ },
+ {
+ "examine": "The charred remains of a tent pole.",
+ "ids": "4002,4003"
+ },
+ {
+ "examine": "Well of voyage.",
+ "ids": "4004,4005"
+ },
+ {
+ "examine": "It looks like I can squeeze through here.",
+ "ids": "4006"
+ },
+ {
+ "examine": "The exit to the outside.",
+ "ids": "4007"
+ },
+ {
+ "examine": "Shrine to the glory of Saradomin.",
+ "ids": "4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023"
+ },
+ {
+ "examine": "A barrel.",
+ "ids": "4024,4025"
+ },
+ {
+ "examine": "A still for fractionalizing oils.",
+ "ids": "4026"
+ },
+ {
+ "examine": "A pile of lime rock.",
+ "ids": "4027,4028,4029,4030"
+ },
+ {
+ "examine": "Looks like a stone doorway to me.",
+ "ids": "4031,4032,4033,4034"
+ },
+ {
+ "examine": "These clean Druid's robes are drying off.",
+ "ids": "4035,4036,4037,4038"
+ },
+ {
+ "examine": "It's full of dirty robes.",
+ "ids": "4039,4040,4041,4042"
+ },
+ {
+ "examine": "Presumably the hatch the zookeeper feeds the parrots through.",
+ "ids": "4043"
+ },
+ {
+ "examine": "A red standard.",
+ "ids": "4044,4045,4046,4047"
+ },
+ {
+ "examine": "It doesn't look healthy...",
+ "ids": "4051"
+ },
+ {
+ "examine": "It's covered in slime.",
+ "ids": "4052"
+ },
+ {
+ "examine": "It doesn't look healthy...",
+ "ids": "4053,4054"
+ },
+ {
+ "examine": "These fat fungi take up so much room.",
+ "ids": "4055,4056,4057"
+ },
+ {
+ "examine": "I can balance on this rope.",
+ "ids": "4059"
+ },
+ {
+ "examine": "It's hollow...",
+ "ids": "4060"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "4061"
+ },
+ {
+ "examine": "Strange items are stored here.",
+ "ids": "4062"
+ },
+ {
+ "examine": "This table has seen better days.",
+ "ids": "4064"
+ },
+ {
+ "examine": "It looks very ornamental in a practical 'solid rock' way.",
+ "ids": "4065"
+ },
+ {
+ "examine": "Welcome to Mort'ton",
+ "ids": "4066"
+ },
+ {
+ "examine": "Danger! Sickness and affliction... stay away!",
+ "ids": "4067"
+ },
+ {
+ "examine": "Looks like a pile of ancient rubble.",
+ "ids": "4068"
+ },
+ {
+ "examine": "The starting of a wall.",
+ "ids": "4069,4070,4071,4072,4073,4074,4075,4076"
+ },
+ {
+ "examine": "It's nearly a wall.",
+ "ids": "4077"
+ },
+ {
+ "examine": "A rebuilt wall.",
+ "ids": "4078"
+ },
+ {
+ "examine": "The broken wall of a desecrated temple.",
+ "ids": "4079"
+ },
+ {
+ "examine": "The partially repaired wall of a desecrated temple.",
+ "ids": "4080,4081,4082,4083,4084,4085,4086,4087"
+ },
+ {
+ "examine": "The nearly repaired wall of a desecrated temple.",
+ "ids": "4088"
+ },
+ {
+ "examine": "The repaired wall of a temple.",
+ "ids": "4089"
+ },
+ {
+ "examine": "A flaming Fire altar.",
+ "ids": "4090"
+ },
+ {
+ "examine": "An ancient Fire altar.",
+ "ids": "4091"
+ },
+ {
+ "examine": "An ancient, totally desecrated, broken down fire altar.",
+ "ids": "4092"
+ },
+ {
+ "examine": "A place to cremate the dead. Needs some wood.",
+ "ids": "4093"
+ },
+ {
+ "examine": "A place to cremate the dead. Needs a body.",
+ "ids": "4094,4095,4096,4097,4098,4099"
+ },
+ {
+ "examine": "A place to cremate the dead. Needs a light.",
+ "ids": "4100,4101,4102,4103,4104,4105"
+ },
+ {
+ "examine": "Heavy metal!",
+ "ids": "4106,4107,4108,4109,4110"
+ },
+ {
+ "examine": "A strangely decorated bronze chest, the lock is painted blood red.",
+ "ids": "4111"
+ },
+ {
+ "examine": "A strangely decorated chest, the lock is painted brown.",
+ "ids": "4112"
+ },
+ {
+ "examine": "A strangely decorated chest, the lock is painted crimson.",
+ "ids": "4113"
+ },
+ {
+ "examine": "A strangely decorated chest, the lock is painted black.",
+ "ids": "4114"
+ },
+ {
+ "examine": "A strangely decorated chest, the lock is painted purple.",
+ "ids": "4115"
+ },
+ {
+ "examine": "A strangely decorated steel chest, the lock is painted blood red.",
+ "ids": "4116"
+ },
+ {
+ "examine": "A strangely decorated steel chest, the lock is painted brown.",
+ "ids": "4117"
+ },
+ {
+ "examine": "A strangely decorated steel chest, the lock is painted crimson.",
+ "ids": "4118"
+ },
+ {
+ "examine": "A strangely decorated steel chest, the lock is painted black.",
+ "ids": "4119"
+ },
+ {
+ "examine": "A strangely decorated steel chest, the lock is painted purple.",
+ "ids": "4120"
+ },
+ {
+ "examine": "A strangely decorated black chest, the lock is painted blood red.",
+ "ids": "4121"
+ },
+ {
+ "examine": "A strangely decorated black chest, the lock is painted brown.",
+ "ids": "4122"
+ },
+ {
+ "examine": "A strangely decorated black chest, the lock is painted crimson.",
+ "ids": "4123"
+ },
+ {
+ "examine": "A strangely decorated black chest, the lock is painted black.",
+ "ids": "4124"
+ },
+ {
+ "examine": "A strangely decorated black chest, the lock is painted purple.",
+ "ids": "4125"
+ },
+ {
+ "examine": "A strangely decorated silver chest, the lock is painted blood red.",
+ "ids": "4126"
+ },
+ {
+ "examine": "A strangely decorated silver chest, the lock is painted brown.",
+ "ids": "4127"
+ },
+ {
+ "examine": "A strangely decorated silver chest, the lock is painted crimson.",
+ "ids": "4128"
+ },
+ {
+ "examine": "A strangely decorated silver chest, the lock is painted black.",
+ "ids": "4129"
+ },
+ {
+ "examine": "A strangely decorated silver chest, the lock is painted purple.",
+ "ids": "4130"
+ },
+ {
+ "examine": "A strangely decorated bronze chest, the open lock is painted blood red.",
+ "ids": "4131"
+ },
+ {
+ "examine": "These doors look very ominous. A sign says 'To the tombs'.",
+ "ids": "4132,4133"
+ },
+ {
+ "examine": "Large doors set into the hillside.",
+ "ids": "4134,4135,4136,4137"
+ },
+ {
+ "examine": "Items are for sale here.",
+ "ids": "4138"
+ },
+ {
+ "examine": "Entrance to the Duel Arena.",
+ "ids": "4139,4140"
+ },
+ {
+ "examine": "This seems to be some kind of shrine.",
+ "ids": "4141"
+ },
+ {
+ "examine": "The wind makes a musical sound as it blows through it...",
+ "ids": "4142"
+ },
+ {
+ "examine": "Danger",
+ "ids": "4143"
+ },
+ {
+ "examine": "Those golden fruit look good enough to eat!",
+ "ids": "4144,4145,4146"
+ },
+ {
+ "examine": "This must be Lalli's home.",
+ "ids": "4147"
+ },
+ {
+ "examine": "Allows performers backstage at the Longhall.",
+ "ids": "4148"
+ },
+ {
+ "examine": "It smells pretty good actually.",
+ "ids": "4149"
+ },
+ {
+ "examine": "A portal from this mystical place.",
+ "ids": "4150,4151,4152,4153,4154,4155,4156,4157"
+ },
+ {
+ "examine": "Takes me into the maze.",
+ "ids": "4158"
+ },
+ {
+ "examine": "Takes me out of the maze.",
+ "ids": "4159,4160,4161"
+ },
+ {
+ "examine": "A thin metal pipe, presumably for rainwater to run through.",
+ "ids": "4162"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "4163,4164"
+ },
+ {
+ "examine": "Keeps the wind out.",
+ "ids": "4165,4166"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "4167,4168"
+ },
+ {
+ "examine": "Brrrrrr!",
+ "ids": "4169"
+ },
+ {
+ "examine": "There is some kind of balancing mechanism as a lock.",
+ "ids": "4170"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "4171"
+ },
+ {
+ "examine": "An appliance for cooking with.",
+ "ids": "4172"
+ },
+ {
+ "examine": "I wonder what's down there?",
+ "ids": "4173"
+ },
+ {
+ "examine": "I wonder what's under it?",
+ "ids": "4174"
+ },
+ {
+ "examine": "Kind of funny smelling...",
+ "ids": "4175"
+ },
+ {
+ "examine": "Water comes out of it.",
+ "ids": "4176"
+ },
+ {
+ "examine": "This may be worth opening.",
+ "ids": "4177"
+ },
+ {
+ "examine": "This may be worth searching.",
+ "ids": "4178"
+ },
+ {
+ "examine": "A very unusual piece of artwork...",
+ "ids": "4179,4180"
+ },
+ {
+ "examine": "Alas poor unicorn, I knew him well.",
+ "ids": "4181"
+ },
+ {
+ "examine": "Looks like the bull lost.",
+ "ids": "4182"
+ },
+ {
+ "examine": "A pile of boxes for storage.",
+ "ids": "4183,4184"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "4185"
+ },
+ {
+ "examine": "An old crate for storage.",
+ "ids": "4186"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "4187"
+ },
+ {
+ "examine": "This leads upwards.",
+ "ids": "4188"
+ },
+ {
+ "examine": "This leads downwards.",
+ "ids": "4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246"
+ },
+ {
+ "examine": "Keeps the cold winds out.",
+ "ids": "4247"
+ },
+ {
+ "examine": "Doesn't keep the wind out if it's open!",
+ "ids": "4248,4249"
+ },
+ {
+ "examine": "I'm sure the animal is glad its fur was put to good use.",
+ "ids": "4250,4251"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264"
+ },
+ {
+ "examine": "Toasty.",
+ "ids": "4265"
+ },
+ {
+ "examine": "Hot!",
+ "ids": "4266"
+ },
+ {
+ "examine": "Finger licking good!",
+ "ids": "4267,4268"
+ },
+ {
+ "examine": "It's a long wooden table.",
+ "ids": "4269"
+ },
+ {
+ "examine": "It's a table with candles on.",
+ "ids": "4270"
+ },
+ {
+ "examine": "Generally used for sitting.",
+ "ids": "4271"
+ },
+ {
+ "examine": "Generally used for putting things on.",
+ "ids": "4272"
+ },
+ {
+ "examine": "Actually, I could do with a drink...",
+ "ids": "4273"
+ },
+ {
+ "examine": "For leaning against...",
+ "ids": "4274"
+ },
+ {
+ "examine": "A wooden barrel containing lots of fish.",
+ "ids": "4275"
+ },
+ {
+ "examine": "Always a source of good bargains.",
+ "ids": "4276"
+ },
+ {
+ "examine": "There's something fishy about this stall.",
+ "ids": "4277"
+ },
+ {
+ "examine": "Around here, this is where you buy new doors.",
+ "ids": "4278,4279,4280,4281,4282"
+ },
+ {
+ "examine": "Has a peculiar odour.",
+ "ids": "4283,4284"
+ },
+ {
+ "examine": "Water comes out of this.",
+ "ids": "4285"
+ },
+ {
+ "examine": "It's kind of like a barrel.",
+ "ids": "4286"
+ },
+ {
+ "examine": "Looks pretty comfy.",
+ "ids": "4287"
+ },
+ {
+ "examine": "I guess I could sleep in it if I was really tired.",
+ "ids": "4288,4289,4290,4291,4292,4293,4294,4295"
+ },
+ {
+ "examine": "Yup, looks like this neighbourhood is perfectly safe for travellers...",
+ "ids": "4296"
+ },
+ {
+ "examine": "A pile of boxes for storage.",
+ "ids": "4297,4298,4299"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "4300"
+ },
+ {
+ "examine": "An old crate for storage.",
+ "ids": "4301,4302,4303"
+ },
+ {
+ "examine": "A hot place for forging things in.",
+ "ids": "4304,4305"
+ },
+ {
+ "examine": "Used for fashioning metal items.",
+ "ids": "4306"
+ },
+ {
+ "examine": "Various implements for working with metal.",
+ "ids": "4307"
+ },
+ {
+ "examine": "Bake your clay pots in here.",
+ "ids": "4308"
+ },
+ {
+ "examine": "Used for spinning thread.",
+ "ids": "4309"
+ },
+ {
+ "examine": "Used for fashioning clay items.",
+ "ids": "4310"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347"
+ },
+ {
+ "examine": "Best left on the beach.",
+ "ids": "4348"
+ },
+ {
+ "examine": "This once belonged to a sea animal.",
+ "ids": "4349"
+ },
+ {
+ "examine": "Best left for the crabs.",
+ "ids": "4350"
+ },
+ {
+ "examine": "I can hear the sea with this.",
+ "ids": "4351"
+ },
+ {
+ "examine": "A half-buried bowl.",
+ "ids": "4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365"
+ },
+ {
+ "examine": "An empty shelf...",
+ "ids": "4366,4367"
+ },
+ {
+ "examine": "There are some pots and pans here.",
+ "ids": "4368"
+ },
+ {
+ "examine": "There are some tankards here.",
+ "ids": "4369"
+ },
+ {
+ "examine": "A shelf with a bucket on it.",
+ "ids": "4370"
+ },
+ {
+ "examine": "There are a few books on this shelf.",
+ "ids": "4371"
+ },
+ {
+ "examine": "It's a small table.",
+ "ids": "4372"
+ },
+ {
+ "examine": "A tray of sand.",
+ "ids": "4373,4374,4375,4376"
+ },
+ {
+ "examine": "There should be a standard here!",
+ "ids": "4377,4378,4379"
+ },
+ {
+ "examine": "I could climb this if I wanted.",
+ "ids": "4380"
+ },
+ {
+ "examine": "It's a war machine.",
+ "ids": "4381,4382"
+ },
+ {
+ "examine": "I could climb this if I wanted.",
+ "ids": "4383,4384"
+ },
+ {
+ "examine": "The catapult is damaged.",
+ "ids": "4385,4386"
+ },
+ {
+ "examine": "A portal to join the Saradomin team.",
+ "ids": "4387"
+ },
+ {
+ "examine": "A portal to join the Zamorak team.",
+ "ids": "4388"
+ },
+ {
+ "examine": "A portal to leave the Saradomin team.",
+ "ids": "4389"
+ },
+ {
+ "examine": "A portal to leave the Zamorak team.",
+ "ids": "4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405"
+ },
+ {
+ "examine": "A portal to leave the Saradomin team.",
+ "ids": "4406"
+ },
+ {
+ "examine": "A portal to leave the Zamorak team.",
+ "ids": "4407"
+ },
+ {
+ "examine": "A portal to join a random team.",
+ "ids": "4408,4409,4410"
+ },
+ {
+ "examine": "A very slippery stepping stone",
+ "ids": "4411"
+ },
+ {
+ "examine": "I could climb this if I wanted.",
+ "ids": "4412,4413"
+ },
+ {
+ "examine": "A rickety old staircase.",
+ "ids": "4414"
+ },
+ {
+ "examine": "A solid stone staircase.",
+ "ids": "4415,4416,4417,4418,4419,4420"
+ },
+ {
+ "examine": "A spiky barricade.",
+ "ids": "4421,4422"
+ },
+ {
+ "examine": "A large broken door.",
+ "ids": "4431,4432,4433,4434,4435,4436"
+ },
+ {
+ "examine": "We could use our pickaxes to get past these...",
+ "ids": "4437"
+ },
+ {
+ "examine": "We can almost get past these...",
+ "ids": "4438,4439,4440,4441,4442,4443"
+ },
+ {
+ "examine": "Should be long enough to scale castle walls.",
+ "ids": "4444,4445"
+ },
+ {
+ "examine": "Maybe I could tie a rope to this...",
+ "ids": "4446,4447"
+ },
+ {
+ "examine": "It doesn't look very stable...",
+ "ids": "4448"
+ },
+ {
+ "examine": "A solid stone staircase.",
+ "ids": "4449,4450,4451,4452,4453,4454,4455,4456,4457"
+ },
+ {
+ "examine": "There are some bandages on this table.",
+ "ids": "4458"
+ },
+ {
+ "examine": "There are some toolboxes on this table.",
+ "ids": "4459"
+ },
+ {
+ "examine": "There's some rock I can use with the catapult here.",
+ "ids": "4460"
+ },
+ {
+ "examine": "There are some barricades here.",
+ "ids": "4461"
+ },
+ {
+ "examine": "There is some rope here.",
+ "ids": "4462"
+ },
+ {
+ "examine": "There are some explosive potions here.",
+ "ids": "4463"
+ },
+ {
+ "examine": "There are some pickaxes on this table.",
+ "ids": "4464"
+ },
+ {
+ "examine": "An elf-fashioned door.",
+ "ids": "4465,4466"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "4467"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "4468"
+ },
+ {
+ "examine": "Only the Saradomin team may pass.",
+ "ids": "4469"
+ },
+ {
+ "examine": "Only the Zamorak team may pass.",
+ "ids": "4470"
+ },
+ {
+ "examine": "I wonder what's under it?",
+ "ids": "4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481"
+ },
+ {
+ "examine": "Water comes out of this.",
+ "ids": "4482"
+ },
+ {
+ "examine": "It's open.",
+ "ids": "4483"
+ },
+ {
+ "examine": "Keep track of which team has the most victories.",
+ "ids": "4484"
+ },
+ {
+ "examine": "I could climb this if I wanted.",
+ "ids": "4485,4486"
+ },
+ {
+ "examine": "A big wooden door.",
+ "ids": "4487,4488,4489,4490,4491,4492"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "4493"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "4494"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "4495"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "4496"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "4497"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "4498"
+ },
+ {
+ "examine": "Wow",
+ "ids": "4499"
+ },
+ {
+ "examine": "This leads back to the cruel world above.",
+ "ids": "4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512"
+ },
+ {
+ "examine": "I doubt that was built to last...",
+ "ids": "4513,4514,4515,4516,4517"
+ },
+ {
+ "examine": "How do you make a skeleton laugh?",
+ "ids": "4518"
+ },
+ {
+ "examine": "Tickle his funny bone.",
+ "ids": "4519"
+ },
+ {
+ "examine": "Clearly has been relaxing too long....",
+ "ids": "4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540"
+ },
+ {
+ "examine": "Did that thing just twitch?",
+ "ids": "4541,4542"
+ },
+ {
+ "examine": "A strange wall with objects engraved upon it.",
+ "ids": "4543,4544"
+ },
+ {
+ "examine": "A strange wall that appears to be hinged.",
+ "ids": "4545,4546,4547,4548,4549"
+ },
+ {
+ "examine": "I can jump off this one.",
+ "ids": "4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567"
+ },
+ {
+ "examine": "I can climb up these stairs.",
+ "ids": "4568"
+ },
+ {
+ "examine": "I can climb up or go down these stairs.",
+ "ids": "4569,36777"
+ },
+ {
+ "examine": "I can climb down these stairs.",
+ "ids": "4570,4571,4572,4573,4574,4575,4576"
+ },
+ {
+ "examine": "Lets you walk through walls!",
+ "ids": "4577,4578,4579,4580,4581,4582,4583,4584,4585,4586"
+ },
+ {
+ "examine": "It turns the light around.",
+ "ids": "4587"
+ },
+ {
+ "examine": "It looks broken.",
+ "ids": "4588"
+ },
+ {
+ "examine": "Part of the Lighthouse's lighting mechanism.",
+ "ids": "4589"
+ },
+ {
+ "examine": "Part of the lighthouse Light mechanism.",
+ "ids": "4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609"
+ },
+ {
+ "examine": "Best left on the beach.",
+ "ids": "4610"
+ },
+ {
+ "examine": "This once belonged to a sea animal.",
+ "ids": "4611"
+ },
+ {
+ "examine": "Best left for the crabs.",
+ "ids": "4612"
+ },
+ {
+ "examine": "I can hear the sea with this.",
+ "ids": "4613"
+ },
+ {
+ "examine": "It is a buried bowl.",
+ "ids": "4614"
+ },
+ {
+ "examine": "I can jump off this one.",
+ "ids": "4615,4616"
+ },
+ {
+ "examine": "Shelves filled with interesting books.",
+ "ids": "4617"
+ },
+ {
+ "examine": "A nice and cosy fire.",
+ "ids": "4618,4619"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "4620,4621"
+ },
+ {
+ "examine": "They go up.",
+ "ids": "4622,4623"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "4624,4625"
+ },
+ {
+ "examine": "They go up.",
+ "ids": "4626,4627,4628"
+ },
+ {
+ "examine": "An elf-fashioned door.",
+ "ids": "4636,4637,4638,4639,4640"
+ },
+ {
+ "examine": "Mmm...beer!",
+ "ids": "4641"
+ },
+ {
+ "examine": "Has some board games news on it.",
+ "ids": "4642"
+ },
+ {
+ "examine": "The ladder to the Runelink challenge room for experienced players.",
+ "ids": "4643"
+ },
+ {
+ "examine": "The ladder back to the Runelink challenge room.",
+ "ids": "4644"
+ },
+ {
+ "examine": "The ladder to the Draughts challenge room for experienced players.",
+ "ids": "4645"
+ },
+ {
+ "examine": "The ladder back to the Draughts challenge room.",
+ "ids": "4646"
+ },
+ {
+ "examine": "The ladder back up to the Toad and Chicken.",
+ "ids": "4647"
+ },
+ {
+ "examine": "Leads down to the Burthorpe Games Rooms.",
+ "ids": "4648,4649"
+ },
+ {
+ "examine": "A nice and cosy fire.",
+ "ids": "4650"
+ },
+ {
+ "examine": "A table for board games.",
+ "ids": "4651"
+ },
+ {
+ "examine": "A game of draughts is being played on this table.",
+ "ids": "4652"
+ },
+ {
+ "examine": "A game of Runelink is being played on this table.",
+ "ids": "4653,4654,4655"
+ },
+ {
+ "examine": "A comfy stool.",
+ "ids": "4656,4657"
+ },
+ {
+ "examine": "Draughts challenge room.",
+ "ids": "4658"
+ },
+ {
+ "examine": "Runelink challenge room.",
+ "ids": "4659"
+ },
+ {
+ "examine": "Draughts challenge room for experienced players.",
+ "ids": "4660"
+ },
+ {
+ "examine": "Runelink challenge room for experienced players.",
+ "ids": "4661,4662,4663,4664,4665,4666,4667,4668"
+ },
+ {
+ "examine": "A statue of Arrav (the Fountain of Heroes has moved downstairs.)",
+ "ids": "4669"
+ },
+ {
+ "examine": "A statue of Camorra (the Fountain of Heroes has moved downstairs.)",
+ "ids": "4670"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "4671"
+ },
+ {
+ "examine": "The door into the throne room.",
+ "ids": "4672,4673"
+ },
+ {
+ "examine": "I bet this makes good syrup!",
+ "ids": "4674"
+ },
+ {
+ "examine": "Scented herbs.",
+ "ids": "4675"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "4676"
+ },
+ {
+ "examine": "Scented herbs.",
+ "ids": "4677,4678,4679,4680,4681,4682"
+ },
+ {
+ "examine": "A large harp.",
+ "ids": "4683"
+ },
+ {
+ "examine": "Good for shooting fish in.",
+ "ids": "4684"
+ },
+ {
+ "examine": "This old tree is rotting away",
+ "ids": "4685"
+ },
+ {
+ "examine": "This old tree is rotting away.",
+ "ids": "4686,4687,4688,4689"
+ },
+ {
+ "examine": "Fancy.",
+ "ids": "4690,4691"
+ },
+ {
+ "examine": "Flag, pole...Yep, it's a flagpole.",
+ "ids": "4692,4693,4694,4695"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "4696"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "4697,4698,4699,4700"
+ },
+ {
+ "examine": "Keeps the cold winds out.",
+ "ids": "4701"
+ },
+ {
+ "examine": "A nicely carved wooden chair.",
+ "ids": "4702"
+ },
+ {
+ "examine": "A wooden double bed. For sleeping in...",
+ "ids": "4703,4704"
+ },
+ {
+ "examine": "There's something fishy about this stall.",
+ "ids": "4705"
+ },
+ {
+ "examine": "You should eat your greens!",
+ "ids": "4706"
+ },
+ {
+ "examine": "There's something fishy about this stall.",
+ "ids": "4707"
+ },
+ {
+ "examine": "You should eat your greens!",
+ "ids": "4708,4709"
+ },
+ {
+ "examine": "A doorway made from bamboo.",
+ "ids": "4710,4711"
+ },
+ {
+ "examine": "It's a trapdoor.",
+ "ids": "4712"
+ },
+ {
+ "examine": "It's an open trapdoor.",
+ "ids": "4713"
+ },
+ {
+ "examine": "A wooden crate for storage.",
+ "ids": "4714"
+ },
+ {
+ "examine": "This crate is making chattering sounds.",
+ "ids": "4715"
+ },
+ {
+ "examine": "This crate smells slightly nauseous.",
+ "ids": "4716"
+ },
+ {
+ "examine": "This crate says 'Property of Hamab' on its side.",
+ "ids": "4717,4718"
+ },
+ {
+ "examine": "This crate says 'Property of Ifaba' on its side.",
+ "ids": "4719"
+ },
+ {
+ "examine": "This crate says 'Property of Daga' on its side.",
+ "ids": "4720,4721"
+ },
+ {
+ "examine": "This crate smells slightly of banana.",
+ "ids": "4722,4723"
+ },
+ {
+ "examine": "This crate says 'Property of Hamab' on its side.",
+ "ids": "4724"
+ },
+ {
+ "examine": "This crate says 'Property of Ifaba' on its side.",
+ "ids": "4725,4726,4727"
+ },
+ {
+ "examine": "I can climb up this.",
+ "ids": "4728"
+ },
+ {
+ "examine": "A dried up bush, void of life.",
+ "ids": "4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742"
+ },
+ {
+ "examine": "It's a bamboo ladder.",
+ "ids": "4743,4744"
+ },
+ {
+ "examine": "Looks good for jumping off.",
+ "ids": "4745"
+ },
+ {
+ "examine": "This crate is marked 'Deliver to Glough'...",
+ "ids": "4746,4747,4748"
+ },
+ {
+ "examine": "It's a banana tree, full of bananas.",
+ "ids": "4749"
+ },
+ {
+ "examine": "It's a banana tree, with lots of bananas.",
+ "ids": "4750"
+ },
+ {
+ "examine": "It's a banana tree, with many bananas.",
+ "ids": "4751"
+ },
+ {
+ "examine": "It's a banana tree, with a few bananas.",
+ "ids": "4752"
+ },
+ {
+ "examine": "It's a banana tree, with but one banana.",
+ "ids": "4753"
+ },
+ {
+ "examine": "It's a banana tree, with no more bananas left.",
+ "ids": "4754"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "4755"
+ },
+ {
+ "examine": "They go up.",
+ "ids": "4756,4757,4758,4759,4760,4761,4762,4763"
+ },
+ {
+ "examine": "It's a bamboo stool.",
+ "ids": "4764"
+ },
+ {
+ "examine": "It's a sheer wall of fire, rising as high as you can see.",
+ "ids": "4765,4766"
+ },
+ {
+ "examine": "The contents of this pyre are rapidly bubbling and burning.",
+ "ids": "4767"
+ },
+ {
+ "examine": "It's a wall of bricks.",
+ "ids": "4768"
+ },
+ {
+ "examine": "It's a pile of bricks.",
+ "ids": "4769,4770"
+ },
+ {
+ "examine": "A rather dapper little monkey sitting on a throne.",
+ "ids": "4771"
+ },
+ {
+ "examine": "It's a bamboo ladder.",
+ "ids": "4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785"
+ },
+ {
+ "examine": "A plant in a bamboo pot.",
+ "ids": "4786"
+ },
+ {
+ "examine": "It's an absolutely huge bamboo gate.",
+ "ids": "4787,4788,4789,4790"
+ },
+ {
+ "examine": "It's a big comfy bed, made of strips of bamboo.",
+ "ids": "4791,4792,4793"
+ },
+ {
+ "examine": "It's a pot made out of bamboo.",
+ "ids": "4794"
+ },
+ {
+ "examine": "They are pots made out of bamboo.",
+ "ids": "4795,4796"
+ },
+ {
+ "examine": "Bamboo strips have been lashed together to make this rickety desk.",
+ "ids": "4797"
+ },
+ {
+ "examine": "It's a bookcase made out of bamboo.",
+ "ids": "4798"
+ },
+ {
+ "examine": "It's a bamboo door with a large iron padlock.",
+ "ids": "4799,4800,4801,4802,4803,4804,4805,4806"
+ },
+ {
+ "examine": "It's a door made from bamboo.",
+ "ids": "4807,4808,4809,4810,4811"
+ },
+ {
+ "examine": "Looks good for hiding in...",
+ "ids": "4812,4813,4814"
+ },
+ {
+ "examine": "Looks good for hiding in.",
+ "ids": "4815"
+ },
+ {
+ "examine": "This is a fairly tall tree with sparse foliage.",
+ "ids": "4816"
+ },
+ {
+ "examine": "A jungle palm with dense foliage.",
+ "ids": "4817"
+ },
+ {
+ "examine": "This is a fairly tall tree with sparse foliage.",
+ "ids": "4818"
+ },
+ {
+ "examine": "This was a fairly tall tree with sparse foliage.",
+ "ids": "4819"
+ },
+ {
+ "examine": "A leafy tree.",
+ "ids": "4820"
+ },
+ {
+ "examine": "This was a fairly tall tree with sparse foliage.",
+ "ids": "4821"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "4822"
+ },
+ {
+ "examine": "This flower is found only in jungle areas.",
+ "ids": "4823"
+ },
+ {
+ "examine": "A very rare and exotic flower.",
+ "ids": "4824"
+ },
+ {
+ "examine": "A small fernlike plant.",
+ "ids": "4825"
+ },
+ {
+ "examine": "Leaves a nasty mark.",
+ "ids": "4826"
+ },
+ {
+ "examine": "Looks spiky.",
+ "ids": "4827"
+ },
+ {
+ "examine": "This has broad leaves.",
+ "ids": "4828"
+ },
+ {
+ "examine": "A type of jungle fern.",
+ "ids": "4829"
+ },
+ {
+ "examine": "A large waxy jungle plant.",
+ "ids": "4830"
+ },
+ {
+ "examine": "Commonly found in these parts.",
+ "ids": "4831"
+ },
+ {
+ "examine": "The tendrils of a creeping plant.",
+ "ids": "4832"
+ },
+ {
+ "examine": "A jungle bush, quite common to these areas.",
+ "ids": "4833,4834"
+ },
+ {
+ "examine": "A jungle bush that has been chopped down.",
+ "ids": "4835,4836,4837,4838,4839,4840,4841,4842,4843,4844"
+ },
+ {
+ "examine": "A terribly tall tropical tree.",
+ "ids": "4845,4846,4847"
+ },
+ {
+ "examine": "Leaves of a tropical tree.",
+ "ids": "4848"
+ },
+ {
+ "examine": "This tree no doubt contains dangerous insects.",
+ "ids": "4849,4850,4851"
+ },
+ {
+ "examine": "This old tree is rotting away.",
+ "ids": "4852"
+ },
+ {
+ "examine": "A gnarly old tree root.",
+ "ids": "4853"
+ },
+ {
+ "examine": "The roots of this tree are exposed.",
+ "ids": "4854"
+ },
+ {
+ "examine": "I hope I don't trip over any of these.",
+ "ids": "4855"
+ },
+ {
+ "examine": "It's a small patch of glowing fungus.",
+ "ids": "4856"
+ },
+ {
+ "examine": "It's a medium patch of glowing fungus.",
+ "ids": "4857"
+ },
+ {
+ "examine": "It's an absolutely colossal statue of some kind of gorilla.",
+ "ids": "4858"
+ },
+ {
+ "examine": "It's a huge statue of some kind of gorilla.",
+ "ids": "4859,4860"
+ },
+ {
+ "examine": "It's a huge statue of some kind of monkey.",
+ "ids": "4861"
+ },
+ {
+ "examine": "It's a large patch of glowing fungus.",
+ "ids": "4862"
+ },
+ {
+ "examine": "Legs of this watchtower.",
+ "ids": "4863,4864"
+ },
+ {
+ "examine": "It's the middle of this watchtower.",
+ "ids": "4865"
+ },
+ {
+ "examine": "It's a deactivated military Gnome glider.",
+ "ids": "4866"
+ },
+ {
+ "examine": "It's an activated military Gnome glider.",
+ "ids": "4867"
+ },
+ {
+ "examine": "It's some kind of Gnome teleportation device.",
+ "ids": "4868,4869,4870"
+ },
+ {
+ "examine": "This is the panel controlling the hangar reinitialisation.",
+ "ids": "4871"
+ },
+ {
+ "examine": "There must be an exit nearby.",
+ "ids": "4872"
+ },
+ {
+ "examine": "It's probably too risky to try pulling this.",
+ "ids": "4873"
+ },
+ {
+ "examine": "This table has crafting paraphernalia on it.",
+ "ids": "4874"
+ },
+ {
+ "examine": "This table has ripe bananas on show.",
+ "ids": "4875"
+ },
+ {
+ "examine": "This table has items of a general nature on it.",
+ "ids": "4876"
+ },
+ {
+ "examine": "This table has runes on display.",
+ "ids": "4877"
+ },
+ {
+ "examine": "This table has a scimitar on it.",
+ "ids": "4878"
+ },
+ {
+ "examine": "It's a trapdoor.",
+ "ids": "4879"
+ },
+ {
+ "examine": "It's an open trapdoor.",
+ "ids": "4880"
+ },
+ {
+ "examine": "I can climb up this.",
+ "ids": "4881"
+ },
+ {
+ "examine": "Looks suspicious.",
+ "ids": "4882,4883"
+ },
+ {
+ "examine": "A plank.",
+ "ids": "4884"
+ },
+ {
+ "examine": "Formed over many years.",
+ "ids": "4885"
+ },
+ {
+ "examine": "Human sieve creation.",
+ "ids": "4886"
+ },
+ {
+ "examine": "Looks suspicious.",
+ "ids": "4887"
+ },
+ {
+ "examine": "It's a trapdoor.",
+ "ids": "4888"
+ },
+ {
+ "examine": "I can climb up this.",
+ "ids": "4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899"
+ },
+ {
+ "examine": "The Saradomin Team Standard.",
+ "ids": "4900"
+ },
+ {
+ "examine": "The Zamorak Team Standard.",
+ "ids": "4901"
+ },
+ {
+ "examine": "The Saradomin Team Standard.",
+ "ids": "4902"
+ },
+ {
+ "examine": "The Zamorak Team Standard.",
+ "ids": "4903"
+ },
+ {
+ "examine": "It's on fire!",
+ "ids": "4904,4905,4906,4907,4908,4909"
+ },
+ {
+ "examine": "A wooden barrel for storage.",
+ "ids": "4910"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "4911,4912"
+ },
+ {
+ "examine": "It looks cramped and dark.",
+ "ids": "4913,4914,4915,4916,4917"
+ },
+ {
+ "examine": "This cart is blocking the way up the ridge.",
+ "ids": "4918"
+ },
+ {
+ "examine": "These stairs seem to have been hewn out of the rock itself.",
+ "ids": "4919"
+ },
+ {
+ "examine": "It looks cramped and dark.",
+ "ids": "4920,4921,4922"
+ },
+ {
+ "examine": "These stairs seem to have been hewn out of the rock itself.",
+ "ids": "4923"
+ },
+ {
+ "examine": "A valve to start and stop the flow of water.",
+ "ids": "4924,4925"
+ },
+ {
+ "examine": "Shiny!",
+ "ids": "4926,4927,4928"
+ },
+ {
+ "examine": "It looks cramped and dark.",
+ "ids": "4929"
+ },
+ {
+ "examine": "It's blocking the tunnel, but it looks dark down there anyway.",
+ "ids": "4930,4931"
+ },
+ {
+ "examine": "A bizarre fungus. It emits a pale blue light.",
+ "ids": "4932,4933,4934"
+ },
+ {
+ "examine": "If that wasn't there I'd probably be a lot flatter now.",
+ "ids": "4935"
+ },
+ {
+ "examine": "It prevents the wall unceremoniously squashing people.",
+ "ids": "4936"
+ },
+ {
+ "examine": "It looks like it's water powered.",
+ "ids": "4937,4938,4939,4940,4941"
+ },
+ {
+ "examine": "It's a little waterlogged. I hope it still works.",
+ "ids": "4942,4943"
+ },
+ {
+ "examine": "It doesn't look very watertight. Any contents will be ruined.",
+ "ids": "4944"
+ },
+ {
+ "examine": "A sunken mine cart, how useful.",
+ "ids": "4945,4946,4947,4948"
+ },
+ {
+ "examine": "This displays information on how the points on this level are set.",
+ "ids": "4949"
+ },
+ {
+ "examine": "It has the letter 'B' inscribed on the end.",
+ "ids": "4950"
+ },
+ {
+ "examine": "It has the letter 'A' inscribed on the end.",
+ "ids": "4951"
+ },
+ {
+ "examine": "It has the letter 'C' inscribed on the end.",
+ "ids": "4952"
+ },
+ {
+ "examine": "It has the letter 'D' inscribed on the end.",
+ "ids": "4953"
+ },
+ {
+ "examine": "It has the letter 'E' inscribed on the end.",
+ "ids": "4954"
+ },
+ {
+ "examine": "It has the letter 'I' inscribed on the end.",
+ "ids": "4955"
+ },
+ {
+ "examine": "It has the letter 'J' inscribed on the end.",
+ "ids": "4956"
+ },
+ {
+ "examine": "It has the letter 'K' inscribed on the end.",
+ "ids": "4957"
+ },
+ {
+ "examine": "I think this changes one of the sets of points.",
+ "ids": "4958"
+ },
+ {
+ "examine": "It has the letter 'F' inscribed on the end.",
+ "ids": "4959"
+ },
+ {
+ "examine": "It has the letter 'G' inscribed on the end.",
+ "ids": "4960"
+ },
+ {
+ "examine": "It has the letter 'H' inscribed on the end.",
+ "ids": "4961"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "4962"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "4965"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "4966"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "4967"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "4968"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "4969"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "4970"
+ },
+ {
+ "examine": "These stairs seem to have been hewn out of the rock itself.",
+ "ids": "4971,4972,4973"
+ },
+ {
+ "examine": "Useful for moving items around the mine.",
+ "ids": "4974"
+ },
+ {
+ "examine": "An old crate for storage.",
+ "ids": "4975"
+ },
+ {
+ "examine": "A distinctive layer in the rock strata.",
+ "ids": "4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000"
+ },
+ {
+ "examine": "This cave has been boarded up.",
+ "ids": "5001"
+ },
+ {
+ "examine": "Useful for passing over inaccessible areas.",
+ "ids": "5002"
+ },
+ {
+ "examine": "It's old and pretty broken.",
+ "ids": "5003"
+ },
+ {
+ "examine": "A well used tree.",
+ "ids": "5004,5005"
+ },
+ {
+ "examine": "These flowers only grow in one place in the mountains.",
+ "ids": "5006"
+ },
+ {
+ "examine": "Looks like small cave.",
+ "ids": "5007"
+ },
+ {
+ "examine": "Looks dark...",
+ "ids": "5008,5009,5010,5011,5012,5013,5014"
+ },
+ {
+ "examine": "It's too dangerous to go down here by foot...",
+ "ids": "5015,5016,5017,5018,5019,5020,5021,5022,5023,5024"
+ },
+ {
+ "examine": "A split in the cave wall...",
+ "ids": "5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036"
+ },
+ {
+ "examine": "A large ice covered boulder.",
+ "ids": "5037"
+ },
+ {
+ "examine": "An ice covered boulder.",
+ "ids": "5038"
+ },
+ {
+ "examine": "A small ice covered boulder.",
+ "ids": "5039,5040,5041,5042"
+ },
+ {
+ "examine": "A huge ice gate.",
+ "ids": "5043,5044"
+ },
+ {
+ "examine": "An interesting-looking tree.",
+ "ids": "5045"
+ },
+ {
+ "examine": "A small cave entrance.",
+ "ids": "5046"
+ },
+ {
+ "examine": "Limestone ceiling growth.",
+ "ids": "5047"
+ },
+ {
+ "examine": "A limestone ceiling growth.",
+ "ids": "5048"
+ },
+ {
+ "examine": "A tooth shaped rock formation protruding from the floor.",
+ "ids": "5049"
+ },
+ {
+ "examine": "Tooth shaped rock formations protruding from the floor.",
+ "ids": "5050"
+ },
+ {
+ "examine": "A dirty little swamp boat.",
+ "ids": "5051"
+ },
+ {
+ "examine": "If it had paint on it, you'd probably watch it dry.",
+ "ids": "5052,5053"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "5054"
+ },
+ {
+ "examine": "I wonder what that's there for...",
+ "ids": "5055"
+ },
+ {
+ "examine": "These doors look very ominous.",
+ "ids": "5056,5057"
+ },
+ {
+ "examine": "Large doors set into the hillside.",
+ "ids": "5058,5059"
+ },
+ {
+ "examine": "These doors seem to lead into the underground.",
+ "ids": "5060,5061"
+ },
+ {
+ "examine": "Large doors set into the hillside.",
+ "ids": "5062,5063,5064,5065,5066,5067,5068,5069,5070,5071"
+ },
+ {
+ "examine": "A Large Pillar",
+ "ids": "5072,5073,5074,5075,5076,5077,5078,5079,5080,5081"
+ },
+ {
+ "examine": "An overgrown dungeon entrance.",
+ "ids": "5082"
+ },
+ {
+ "examine": "A closed overgrown dungeon entrance.",
+ "ids": "5083"
+ },
+ {
+ "examine": "The way to go when I get scared.",
+ "ids": "5084,5085,5086,5087"
+ },
+ {
+ "examine": "I hope I don't fall off this.",
+ "ids": "5088,5089,5090,5091,5092,5093"
+ },
+ {
+ "examine": "These stairs seem to have been hewn out of the rock itself.",
+ "ids": "5094,5095,5096,5097,5098"
+ },
+ {
+ "examine": "Thick vines blocking your way.",
+ "ids": "5103,5104,5105,5106,5107,5108,5109"
+ },
+ {
+ "examine": "I can jump from this stepping stone.",
+ "ids": "5110,5111"
+ },
+ {
+ "examine": "Not good for eating.",
+ "ids": "5112"
+ },
+ {
+ "examine": "I doubt that's edible.",
+ "ids": "5113,5114,5115"
+ },
+ {
+ "examine": "A statue of a big monster.",
+ "ids": "5116,5117,5118,5119,5120,5121"
+ },
+ {
+ "examine": "A tall wooden door.",
+ "ids": "5126"
+ },
+ {
+ "examine": "A tall wooden door.",
+ "ids": "5128,5129"
+ },
+ {
+ "examine": "Looks like whoever uses this has claws on their hands.",
+ "ids": "5130"
+ },
+ {
+ "examine": "I wonder what's under it?",
+ "ids": "5131"
+ },
+ {
+ "examine": "I wonder what's down there?",
+ "ids": "5132"
+ },
+ {
+ "examine": "A hurdle.",
+ "ids": "5133,5134,5135"
+ },
+ {
+ "examine": "A climbing wall made from skulls.",
+ "ids": "5136,5137"
+ },
+ {
+ "examine": "A very slippery stepping stone.",
+ "ids": "5138"
+ },
+ {
+ "examine": "A scary zip line for teeth??",
+ "ids": "5139,5140,5141,5142,5143,5144,5145"
+ },
+ {
+ "examine": "A goal.",
+ "ids": "5146,5147,5148,5149,5150,5151"
+ },
+ {
+ "examine": "This may be worth opening.",
+ "ids": "5156"
+ },
+ {
+ "examine": "This may be worth searching.",
+ "ids": "5157"
+ },
+ {
+ "examine": "A pile of garden canes.",
+ "ids": "5158"
+ },
+ {
+ "examine": "There's no way to cross this bridge.",
+ "ids": "5159,5160"
+ },
+ {
+ "examine": "An old grandfather clock.",
+ "ids": "5161"
+ },
+ {
+ "examine": "A closed chest.",
+ "ids": "5162"
+ },
+ {
+ "examine": "An open chest.",
+ "ids": "5163"
+ },
+ {
+ "examine": "There is a note pinned to the signpost.",
+ "ids": "5164"
+ },
+ {
+ "examine": "It looks like it needs a good sweep out.",
+ "ids": "5165"
+ },
+ {
+ "examine": "Bookish.",
+ "ids": "5166"
+ },
+ {
+ "examine": "A large, elaborately ornamented memorial stone.",
+ "ids": "5167"
+ },
+ {
+ "examine": "A grave, marked by an ostentatious memorial stone.",
+ "ids": "5168"
+ },
+ {
+ "examine": "A poor grave marked by a simple, wooden cross.",
+ "ids": "5169"
+ },
+ {
+ "examine": "The entrance to an extravagantly decorated mausoleum.",
+ "ids": "5170,5171"
+ },
+ {
+ "examine": "The door to the Tower.",
+ "ids": "5172,5173"
+ },
+ {
+ "examine": "The door to the garden shed.",
+ "ids": "5174,5175"
+ },
+ {
+ "examine": "At some point the lightning conductor has broken, rendering it useless.",
+ "ids": "5176"
+ },
+ {
+ "examine": "A shocking piece of kit.",
+ "ids": "5177"
+ },
+ {
+ "examine": "Mmm.. scented candles.",
+ "ids": "5178,5179"
+ },
+ {
+ "examine": "I wouldn't eat there!",
+ "ids": "5180,5181,5182"
+ },
+ {
+ "examine": "Looks wooden. Feels wooden. I wonder is it wooden?",
+ "ids": "5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201"
+ },
+ {
+ "examine": "Dangerous, someone could trip on them.",
+ "ids": "5202,5203,5204,5205"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "5206"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227"
+ },
+ {
+ "examine": "Formed over many years of dripping limestone.",
+ "ids": "5228,5229,5230"
+ },
+ {
+ "examine": "A tooth shaped rock formation protruding from the floor.",
+ "ids": "5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243"
+ },
+ {
+ "examine": "Looks a bit tatty...",
+ "ids": "5244,5245"
+ },
+ {
+ "examine": "A well slept in bed.",
+ "ids": "5246,5247"
+ },
+ {
+ "examine": "It looks like a tree made of crystal.",
+ "ids": "5248"
+ },
+ {
+ "examine": "Looks to me like a quickly built fire.",
+ "ids": "5249"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "5250"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "5251"
+ },
+ {
+ "examine": "A recently extinguished fire.",
+ "ids": "5252"
+ },
+ {
+ "examine": "I wish I could sting other people.",
+ "ids": "5253"
+ },
+ {
+ "examine": "Probably feels like a mild bee sting.",
+ "ids": "5254"
+ },
+ {
+ "examine": "I wouldn't like to get stung.",
+ "ids": "5255"
+ },
+ {
+ "examine": "Dock leaves at the ready.",
+ "ids": "5256"
+ },
+ {
+ "examine": "Nettles sting my leggies.",
+ "ids": "5257"
+ },
+ {
+ "examine": "These may hurt.",
+ "ids": "5258"
+ },
+ {
+ "examine": "A ghostly barrier.",
+ "ids": "5259,5260,5261"
+ },
+ {
+ "examine": "These stairs were carved out of the rock of the cavern.",
+ "ids": "5262,5263"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "5264"
+ },
+ {
+ "examine": "I can climb up here.",
+ "ids": "5265"
+ },
+ {
+ "examine": "I can go below decks with this ladder.",
+ "ids": "5266"
+ },
+ {
+ "examine": "I wonder what's under it.",
+ "ids": "5267"
+ },
+ {
+ "examine": "I wonder what's down there.",
+ "ids": "5268"
+ },
+ {
+ "examine": "I can't see a rock!",
+ "ids": "5269"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "5270,5271,5272"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "5273"
+ },
+ {
+ "examine": "High above here is a tattered flag, blowing in the wind.",
+ "ids": "5274"
+ },
+ {
+ "examine": "An appliance for cooking with.",
+ "ids": "5275"
+ },
+ {
+ "examine": "The bank teller will serve you from here.",
+ "ids": "5276"
+ },
+ {
+ "examine": "This booth is closed.",
+ "ids": "5277"
+ },
+ {
+ "examine": "The resting place of Necrovarus' mortal body.",
+ "ids": "5278,5279"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "5280"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "5281"
+ },
+ {
+ "examine": "A ghastly fountain filled with slime and bones, the source of Necrovarus' power.",
+ "ids": "5282"
+ },
+ {
+ "examine": "It's a small Ectofuntus.",
+ "ids": "5283"
+ },
+ {
+ "examine": "A big grinding thing.",
+ "ids": "5284"
+ },
+ {
+ "examine": "The tatty gangplank of a tatty ship.",
+ "ids": "5285,5286"
+ },
+ {
+ "examine": "Seen better days.",
+ "ids": "5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305"
+ },
+ {
+ "examine": "A wooden rowing boat.",
+ "ids": "5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329"
+ },
+ {
+ "examine": "A pile of boxes for storage.",
+ "ids": "5330"
+ },
+ {
+ "examine": "A leafy fern.",
+ "ids": "5331"
+ },
+ {
+ "examine": "A small bushy plant.",
+ "ids": "5332"
+ },
+ {
+ "examine": "A leafy shrub.",
+ "ids": "5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344"
+ },
+ {
+ "examine": "This needs dusting before I'll sit on it.",
+ "ids": "5346,5347"
+ },
+ {
+ "examine": "Not so good for sitting on.",
+ "ids": "5348"
+ },
+ {
+ "examine": "Generally used for putting things on.",
+ "ids": "5349"
+ },
+ {
+ "examine": "Actually, I could do with a drink...",
+ "ids": "5350"
+ },
+ {
+ "examine": "For leaning against...",
+ "ids": "5351"
+ },
+ {
+ "examine": "One horsepower; wooden suspension: a beauty.",
+ "ids": "5352"
+ },
+ {
+ "examine": "A wooden wheelbarrow.",
+ "ids": "5353"
+ },
+ {
+ "examine": "Animal feeder.",
+ "ids": "5354"
+ },
+ {
+ "examine": "It probably hasn't got anything interesting inside.",
+ "ids": "5355"
+ },
+ {
+ "examine": "They probably haven't got anything interesting inside.",
+ "ids": "5356,5357"
+ },
+ {
+ "examine": "Looks like he's been dead a while now...",
+ "ids": "5358"
+ },
+ {
+ "examine": "I don't think he'd mind us checking for his wallet now...",
+ "ids": "5359"
+ },
+ {
+ "examine": "I'm sure he died of natural causes. Like a massive dragon or something...",
+ "ids": "5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,5386,5387,5388,5389,5390,5391,5392,5393,5394,5395,5396"
+ },
+ {
+ "examine": "This figure brings luck to those who sail.",
+ "ids": "5397,5398,5399,5400,5401,5402"
+ },
+ {
+ "examine": "Without this I'm going around in circles.",
+ "ids": "5403"
+ },
+ {
+ "examine": "Holds up the sails.",
+ "ids": "5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414"
+ },
+ {
+ "examine": "Allows access to other parts of the ship.",
+ "ids": "5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428"
+ },
+ {
+ "examine": "It's a table with candles on.",
+ "ids": "5429"
+ },
+ {
+ "examine": "Doesn't look too good...",
+ "ids": "5430"
+ },
+ {
+ "examine": "Looks a bit empty.",
+ "ids": "5431,5432,5433,5434,5435,5436,5437,5438"
+ },
+ {
+ "examine": "It's been knocked off its hinges.",
+ "ids": "5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452"
+ },
+ {
+ "examine": "It's a door.",
+ "ids": "5453,5454,5455,5456,5457,5458,5459,5460"
+ },
+ {
+ "examine": "A subterranean pool of ectoplasm.",
+ "ids": "5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "5488"
+ },
+ {
+ "examine": "The finest rings.",
+ "ids": "5489"
+ },
+ {
+ "examine": "I wonder what's under it?",
+ "ids": "5490"
+ },
+ {
+ "examine": "I wonder what's down there?",
+ "ids": "5491,5492"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "5493"
+ },
+ {
+ "examine": "A crude torch stuck in the ground.",
+ "ids": "5494"
+ },
+ {
+ "examine": "I guess I could sleep in it if I was really tired.",
+ "ids": "5495,5496"
+ },
+ {
+ "examine": "A well slept in bed.",
+ "ids": "5497,5498"
+ },
+ {
+ "examine": "Hot!",
+ "ids": "5499,5500"
+ },
+ {
+ "examine": "Stops people getting out.",
+ "ids": "5501,5502,5503,5504,5505,5506,5507"
+ },
+ {
+ "examine": "It's a lectern.",
+ "ids": "5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537"
+ },
+ {
+ "examine": "Makes you cry.",
+ "ids": "5538"
+ },
+ {
+ "examine": "Found near the water's edge.",
+ "ids": "5539,5540,5541,5542"
+ },
+ {
+ "examine": "Isn't Heather a girls' name?",
+ "ids": "5543"
+ },
+ {
+ "examine": "Smells lovely!",
+ "ids": "5544"
+ },
+ {
+ "examine": "Who is this Heather girl?",
+ "ids": "5545"
+ },
+ {
+ "examine": "A purple haze of delight.",
+ "ids": "5546"
+ },
+ {
+ "examine": "The colour purple on stems.",
+ "ids": "5547"
+ },
+ {
+ "examine": "I ponder... Why is it purple?",
+ "ids": "5548"
+ },
+ {
+ "examine": "I wonder why it's purple?",
+ "ids": "5549"
+ },
+ {
+ "examine": "A cure for nettle stings.",
+ "ids": "5550"
+ },
+ {
+ "examine": "A droopy tree.",
+ "ids": "5551"
+ },
+ {
+ "examine": "These trees are found near water.",
+ "ids": "5552,5553"
+ },
+ {
+ "examine": "This is what is left of a willow tree.",
+ "ids": "5554"
+ },
+ {
+ "examine": "I don't know art, but I like it!",
+ "ids": "5555,5556,5557"
+ },
+ {
+ "examine": "Aggie's cooking something, probably best not to think what...",
+ "ids": "5558,9736"
+ },
+ {
+ "examine": "Trinkets and stuff.",
+ "ids": "5559"
+ },
+ {
+ "examine": "Looking good!",
+ "ids": "5560"
+ },
+ {
+ "examine": "Aggie's broomstick.",
+ "ids": "5561"
+ },
+ {
+ "examine": "Aggie has already dyed this cloth.",
+ "ids": "5562,5563"
+ },
+ {
+ "examine": "A thoroughly used bed.",
+ "ids": "5564"
+ },
+ {
+ "examine": "A lovely comfy-looking big bed.",
+ "ids": "5565,5566,5567,5568"
+ },
+ {
+ "examine": "The remains of a stone wall.",
+ "ids": "5569,5570"
+ },
+ {
+ "examine": "An empty home for chickens.",
+ "ids": "5571"
+ },
+ {
+ "examine": "A lovely bare chicken coop.",
+ "ids": "5572,5573"
+ },
+ {
+ "examine": "Full of animal feed.",
+ "ids": "5574"
+ },
+ {
+ "examine": "Animal feeder.",
+ "ids": "5575,5576,5577"
+ },
+ {
+ "examine": "A traveller's companion.",
+ "ids": "5578"
+ },
+ {
+ "examine": "Loaded with hay and ready to roll.",
+ "ids": "5579"
+ },
+ {
+ "examine": "A wooden wheelbarrow.",
+ "ids": "5580"
+ },
+ {
+ "examine": "Someone's been chopping logs.",
+ "ids": "5581,5582"
+ },
+ {
+ "examine": "Baby bread.",
+ "ids": "5583,5584,5585,5586,5587,5588"
+ },
+ {
+ "examine": "The river makes it spin.",
+ "ids": "5589,5590,5591,5592,5593"
+ },
+ {
+ "examine": "I'd better not get my hands trapped in that.",
+ "ids": "5594"
+ },
+ {
+ "examine": "Diango's Toy Stall.",
+ "ids": "5595"
+ },
+ {
+ "examine": "Doesn't look too good...",
+ "ids": "5596"
+ },
+ {
+ "examine": "Shows which way the wind blows.",
+ "ids": "5597"
+ },
+ {
+ "examine": "A barrel for collecting rain water.",
+ "ids": "5598,5599,5600,5601,5602,5603"
+ },
+ {
+ "examine": "A rock.",
+ "ids": "5604"
+ },
+ {
+ "examine": "A small rock.",
+ "ids": "5605"
+ },
+ {
+ "examine": "Some rock.",
+ "ids": "5606,5607"
+ },
+ {
+ "examine": "This fire is already in use, I wouldn't mess with it if I were you...",
+ "ids": "5608"
+ },
+ {
+ "examine": "They could do with a wash.",
+ "ids": "5609,5610,5611,5612"
+ },
+ {
+ "examine": "It smells like the rats aren't washing often enough.",
+ "ids": "5613"
+ },
+ {
+ "examine": "Sit back and relax...",
+ "ids": "5615"
+ },
+ {
+ "examine": "This tells you which way is which.",
+ "ids": "5616,5617"
+ },
+ {
+ "examine": "These open and close!",
+ "ids": "5618"
+ },
+ {
+ "examine": "This may be worth searching.",
+ "ids": "5619,5620"
+ },
+ {
+ "examine": "An elegant ceramic pot tarnished with the dirt of a hundred years.",
+ "ids": "5621"
+ },
+ {
+ "examine": "I wonder what's inside...",
+ "ids": "5622"
+ },
+ {
+ "examine": "It smells a bit stuffy.",
+ "ids": "5623"
+ },
+ {
+ "examine": "It smells funny in there.",
+ "ids": "5624"
+ },
+ {
+ "examine": "Ned is making some rope here.",
+ "ids": "5625,5626"
+ },
+ {
+ "examine": "A blue standard.",
+ "ids": "5627"
+ },
+ {
+ "examine": "A standard of Lumbridge Castle.",
+ "ids": "5628,5629,5630,36925"
+ },
+ {
+ "examine": "Glowing embers.",
+ "ids": "5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664,5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787"
+ },
+ {
+ "examine": "The sort of bench you get in churches.",
+ "ids": "5788"
+ },
+ {
+ "examine": "An expertly carved statue of a former King of Misthalin.",
+ "ids": "5789,5790"
+ },
+ {
+ "examine": "A carving of a figure from the history of RuneScape.",
+ "ids": "5791,36749,36751"
+ },
+ {
+ "examine": "When I've ground some flour, I'll be able to collect it here.",
+ "ids": "5792"
+ },
+ {
+ "examine": "It's a large crack in the wall.",
+ "ids": "5793,5794,5795,5796,5797,5798"
+ },
+ {
+ "examine": "It's a trapdoor.",
+ "ids": "5799,5800,5801,5802"
+ },
+ {
+ "examine": "It's an open trapdoor.",
+ "ids": "5803,5804,5805,5806,5807"
+ },
+ {
+ "examine": "An incredibly detailed stone sculpture.",
+ "ids": "5808"
+ },
+ {
+ "examine": "Helps the Seers predict the weather when it's working.",
+ "ids": "5809"
+ },
+ {
+ "examine": "Helps the Seers predict the weather.",
+ "ids": "5810,5811"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "5812"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "5813,5814"
+ },
+ {
+ "examine": "A candle, a lens and some sort of crystal all precariously balanced together.",
+ "ids": "5815"
+ },
+ {
+ "examine": "A beacon so gnome gliders can safely land.",
+ "ids": "5816,5817,5818,5819,5820,5821,5822,5823,5824"
+ },
+ {
+ "examine": "Fly Gnome Air.",
+ "ids": "5825"
+ },
+ {
+ "examine": "This shop deals in antique swords.",
+ "ids": "5826,5827,5828,5829,5830"
+ },
+ {
+ "examine": "Shop counter.",
+ "ids": "5831,5832,5833,5834"
+ },
+ {
+ "examine": "Don't want to close this, I might not be able to get back down.",
+ "ids": "5835,5836,5837,5838,5839,5840,5841"
+ },
+ {
+ "examine": "It overlooks the path below. Let's hope it won't fall on your head.",
+ "ids": "5842"
+ },
+ {
+ "examine": "Someone is climbing down there! Looks dangerous.",
+ "ids": "5843"
+ },
+ {
+ "examine": "Placed in a perfect position for stumbling over.",
+ "ids": "5844"
+ },
+ {
+ "examine": "There is a rope going over it.",
+ "ids": "5845"
+ },
+ {
+ "examine": "Someone is climbing down the rope.",
+ "ids": "5846"
+ },
+ {
+ "examine": "You will need to climb over it.",
+ "ids": "5847"
+ },
+ {
+ "examine": "The tree stands tall at the edge of the pool.",
+ "ids": "5848"
+ },
+ {
+ "examine": "You can't stand on them, but maybe something can be wedged into there.",
+ "ids": "5849"
+ },
+ {
+ "examine": "Something put on top of this wouldn't fall off, it's quite smooth and flat.",
+ "ids": "5850,5851"
+ },
+ {
+ "examine": "Someone put a plank on top of the stone! Clever...",
+ "ids": "5852,5853,5854"
+ },
+ {
+ "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.",
+ "ids": "5855"
+ },
+ {
+ "examine": "The legendary White Pearl fruit is growing on these thorny bushes!",
+ "ids": "5856"
+ },
+ {
+ "examine": "There's a nasty stench coming from the cave.",
+ "ids": "5857"
+ },
+ {
+ "examine": "Faint rays of daylight shine through.",
+ "ids": "5858"
+ },
+ {
+ "examine": "It's very dark down there.",
+ "ids": "5859"
+ },
+ {
+ "examine": "Very pointy, very sharp.",
+ "ids": "5860,5861"
+ },
+ {
+ "examine": "This is the place where you buried Asleif.",
+ "ids": "5862"
+ },
+ {
+ "examine": "Asleif was given a proper burial on this spot.",
+ "ids": "5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877"
+ },
+ {
+ "examine": "It's a long wooden table.",
+ "ids": "5878"
+ },
+ {
+ "examine": "Generally used for putting things on.",
+ "ids": "5879"
+ },
+ {
+ "examine": "A crude torch stuck in the ground.",
+ "ids": "5881,5882"
+ },
+ {
+ "examine": "Sticky, dirty mud.",
+ "ids": "5883"
+ },
+ {
+ "examine": "This stinks...",
+ "ids": "5884"
+ },
+ {
+ "examine": "The roots go down into the mud.",
+ "ids": "5885"
+ },
+ {
+ "examine": "Sticky, dirty roots covered in sticky, dirty mud.",
+ "ids": "5886"
+ },
+ {
+ "examine": "It's barely a door, really.",
+ "ids": "5887,5888,5889,5890"
+ },
+ {
+ "examine": "The entry to a special tent in the camp.",
+ "ids": "5891,5892,5893,5894"
+ },
+ {
+ "examine": "It's just a big stone, really.",
+ "ids": "5895"
+ },
+ {
+ "examine": "Uh oh, someone is going to be in trouble!",
+ "ids": "5896"
+ },
+ {
+ "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.",
+ "ids": "5897,5898,5899,5900,5901"
+ },
+ {
+ "examine": "It's only useful for hiding behind now.",
+ "ids": "5902,5903,5904"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "5905,5906,5907,5908"
+ },
+ {
+ "examine": "A still for making lamp oil.",
+ "ids": "5909"
+ },
+ {
+ "examine": "The still has oil in.",
+ "ids": "5910,5911,5912,5913,5914,5915,5916"
+ },
+ {
+ "examine": "Noxious fumes bubble up from the bowels of the earth.",
+ "ids": "5917,5918,5919,5920,5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939,5940,5941,5942,5943,5944,5945"
+ },
+ {
+ "examine": "You see a circle of light at the top.",
+ "ids": "5946"
+ },
+ {
+ "examine": "An entrance to the dark caves.",
+ "ids": "5947"
+ },
+ {
+ "examine": "I can jump from this stepping stone.",
+ "ids": "5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958"
+ },
+ {
+ "examine": "I wonder what this does...",
+ "ids": "5959,5960,5961,5962,5963"
+ },
+ {
+ "examine": "Flying in mid-air!",
+ "ids": "5964,5965"
+ },
+ {
+ "examine": "A blocked passage.",
+ "ids": "5966"
+ },
+ {
+ "examine": "I'd better leave his expensive dwarven balls alone.",
+ "ids": "5967,5968,5969,5970,5971,5972"
+ },
+ {
+ "examine": "A small cave entrance.",
+ "ids": "5973,5974"
+ },
+ {
+ "examine": "A powerful ranging device that fires metal balls.",
+ "ids": "5975,5976"
+ },
+ {
+ "examine": "It's a sheer wall of fire, rising as high as you can see.",
+ "ids": "5977,5978,5979,5980"
+ },
+ {
+ "examine": "Lighting for the caves.",
+ "ids": "5981,5982,5983,5984"
+ },
+ {
+ "examine": "A rock.",
+ "ids": "5985"
+ },
+ {
+ "examine": "A small rock.",
+ "ids": "5986"
+ },
+ {
+ "examine": "A rock.",
+ "ids": "5987,5988"
+ },
+ {
+ "examine": "A mineral vein that looks distinctly like gold.",
+ "ids": "5989,5990,5991,5992,5993,5994,5995,5996,5997"
+ },
+ {
+ "examine": "Functions like an open door...",
+ "ids": "5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008"
+ },
+ {
+ "examine": "It's a tiny little blue flame. Is this the essence of the Arzinian Being?",
+ "ids": "6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031"
+ },
+ {
+ "examine": "Powers the boat.",
+ "ids": "6032,6033,6034,6035"
+ },
+ {
+ "examine": "Allows access to other parts of the ship.",
+ "ids": "6036,6037"
+ },
+ {
+ "examine": "Without this I'm going around in circles.",
+ "ids": "6038,6039,6040,6041,6042"
+ },
+ {
+ "examine": "Powers the boat.",
+ "ids": "6043,6044"
+ },
+ {
+ "examine": "You can 'cart' things around on this.",
+ "ids": "6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063"
+ },
+ {
+ "examine": "A stand for hats.",
+ "ids": "6064"
+ },
+ {
+ "examine": "Some dwarf clothes that are obviously too small for me!",
+ "ids": "6065"
+ },
+ {
+ "examine": "An empty weapon rack.",
+ "ids": "6066"
+ },
+ {
+ "examine": "A weapon rack.",
+ "ids": "6067,6068,6069"
+ },
+ {
+ "examine": "A method of dwarf storage",
+ "ids": "6070"
+ },
+ {
+ "examine": "A method of dwarf storage.",
+ "ids": "6071,6072,6073,6074"
+ },
+ {
+ "examine": "Useful for a dwarf.",
+ "ids": "6075"
+ },
+ {
+ "examine": "A big desk, for a dwarf!",
+ "ids": "6076,6077,6078,6079"
+ },
+ {
+ "examine": "Spins yarn.",
+ "ids": "6080"
+ },
+ {
+ "examine": "Banking transactions are processed here.",
+ "ids": "6081"
+ },
+ {
+ "examine": "Banking transactions are recorded here.",
+ "ids": "6082,37159"
+ },
+ {
+ "examine": "This booth is closed.",
+ "ids": "6083"
+ },
+ {
+ "examine": "The bank teller will serve you from here.",
+ "ids": "6084"
+ },
+ {
+ "examine": "A way upwards.",
+ "ids": "6085"
+ },
+ {
+ "examine": "A way down.",
+ "ids": "6086"
+ },
+ {
+ "examine": "A way upwards.",
+ "ids": "6087"
+ },
+ {
+ "examine": "A way down.",
+ "ids": "6088"
+ },
+ {
+ "examine": "A way upwards.",
+ "ids": "6089"
+ },
+ {
+ "examine": "A way down.",
+ "ids": "6090"
+ },
+ {
+ "examine": "A treasure trove of knowledge.",
+ "ids": "6091,6092"
+ },
+ {
+ "examine": "A lovely place to cook meat.",
+ "ids": "6093,6094,6095"
+ },
+ {
+ "examine": "A great place to cook meat.",
+ "ids": "6096"
+ },
+ {
+ "examine": "A good source of water.",
+ "ids": "6097,6098,6099"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6100"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6101"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6102"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6103"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6104"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6105"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6106"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6107"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6108"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6109"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6110"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6111"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6112"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6113"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6114"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6115,6116,6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145"
+ },
+ {
+ "examine": "Useful for keeping birds.",
+ "ids": "6146"
+ },
+ {
+ "examine": "Tower of rock.",
+ "ids": "6147,6148,6149"
+ },
+ {
+ "examine": "Useful for making weapons.",
+ "ids": "6150"
+ },
+ {
+ "examine": "Used for getting water.",
+ "ids": "6151"
+ },
+ {
+ "examine": "Used for getting drunk.",
+ "ids": "6152,6153"
+ },
+ {
+ "examine": "Used for storage.",
+ "ids": "6154,6155,6156,6157"
+ },
+ {
+ "examine": "Not good for eating.",
+ "ids": "6158,6159,6160,6161"
+ },
+ {
+ "examine": "Finest precious stones.",
+ "ids": "6162"
+ },
+ {
+ "examine": "Bread and cakes are spread out over it.",
+ "ids": "6163"
+ },
+ {
+ "examine": "Finely wrought wares of silver.",
+ "ids": "6164"
+ },
+ {
+ "examine": "I can get clothes made up from this stall.",
+ "ids": "6165"
+ },
+ {
+ "examine": "A whole lot of tools for crafting.",
+ "ids": "6166,6167,6168,6169,6170,6171,6172"
+ },
+ {
+ "examine": "A fine piece of sculpting.",
+ "ids": "6173,6174,6175"
+ },
+ {
+ "examine": "Oblong boxes. You hope there isn't anything other than salt inside.",
+ "ids": "6176"
+ },
+ {
+ "examine": "Big mysterious crates. You wonder what could be inside.",
+ "ids": "6177"
+ },
+ {
+ "examine": "Wooden crates, contents unknown.",
+ "ids": "6178"
+ },
+ {
+ "examine": "They could do with a wash.",
+ "ids": "6179,6180"
+ },
+ {
+ "examine": "Dead animal parts dangling!",
+ "ids": "6181"
+ },
+ {
+ "examine": "Dead meat. Dangling from the wall. Looks delicious.",
+ "ids": "6182"
+ },
+ {
+ "examine": "It looks as hard as a rock, not very inviting.",
+ "ids": "6183"
+ },
+ {
+ "examine": "A smelly old mattress.",
+ "ids": "6184"
+ },
+ {
+ "examine": "Metal plating to protect the dwarf.",
+ "ids": "6185,6186"
+ },
+ {
+ "examine": "Useful... for a dwarf!",
+ "ids": "6187"
+ },
+ {
+ "examine": "Various implements for working with metal.",
+ "ids": "6188"
+ },
+ {
+ "examine": "A hot place for forging things in.",
+ "ids": "6189,6190"
+ },
+ {
+ "examine": "Being repaired.",
+ "ids": "6191,6192"
+ },
+ {
+ "examine": "I look shorter, but not necessarily sweeter!",
+ "ids": "6193"
+ },
+ {
+ "examine": "Used for sitting.",
+ "ids": "6194,6195"
+ },
+ {
+ "examine": "Useful for a dwarf.",
+ "ids": "6196,6197,6198,6199"
+ },
+ {
+ "examine": "Fit for a dwarven feast!",
+ "ids": "6200,6201"
+ },
+ {
+ "examine": "Gives out light, but then you knew that already.",
+ "ids": "6202,6203"
+ },
+ {
+ "examine": "A simple place to sleep.",
+ "ids": "6204"
+ },
+ {
+ "examine": "A good dwarven bed. Too small for me!",
+ "ids": "6205"
+ },
+ {
+ "examine": "Many important meetings are held here...",
+ "ids": "6206"
+ },
+ {
+ "examine": "Draped in cloth.",
+ "ids": "6207"
+ },
+ {
+ "examine": "A beautiful seat, fit for a King.",
+ "ids": "6208,6209,6210"
+ },
+ {
+ "examine": "A dwarf table with chopping board.",
+ "ids": "6211"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "6212"
+ },
+ {
+ "examine": "A barrel full of ranging equipment...",
+ "ids": "6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229"
+ },
+ {
+ "examine": "I suppose he wants my money.",
+ "ids": "6230"
+ },
+ {
+ "examine": "A lovely table.",
+ "ids": "6231"
+ },
+ {
+ "examine": "An expensive water feature.",
+ "ids": "6232,6233,6234,6235"
+ },
+ {
+ "examine": "Stop for what, food?",
+ "ids": "6236"
+ },
+ {
+ "examine": "Yellow blossom, lovely.",
+ "ids": "6237"
+ },
+ {
+ "examine": "Closed.",
+ "ids": "6238"
+ },
+ {
+ "examine": "Open.",
+ "ids": "6239"
+ },
+ {
+ "examine": "Closed.",
+ "ids": "6240"
+ },
+ {
+ "examine": "Open.",
+ "ids": "6241"
+ },
+ {
+ "examine": "A stone staircase.",
+ "ids": "6242,6243,6244,6245"
+ },
+ {
+ "examine": "Has upon it a beer, which I will not take for moral reasons.",
+ "ids": "6246,6247,6248"
+ },
+ {
+ "examine": "No this is not a mirage!",
+ "ids": "6249"
+ },
+ {
+ "examine": "It's a goldfish! No, wait, it's just a bed.",
+ "ids": "6250,6251,6252,6253,6254"
+ },
+ {
+ "examine": "Animal feeder.",
+ "ids": "6255,6256"
+ },
+ {
+ "examine": "Lovely... Fresh.",
+ "ids": "6257"
+ },
+ {
+ "examine": "Dry dung.",
+ "ids": "6258"
+ },
+ {
+ "examine": "Smelly.",
+ "ids": "6259"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "6260"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "6261,6262"
+ },
+ {
+ "examine": "Useful for pets.",
+ "ids": "6263"
+ },
+ {
+ "examine": "Useful for keeping birds.",
+ "ids": "6264"
+ },
+ {
+ "examine": "Bird cage.",
+ "ids": "6265,6266"
+ },
+ {
+ "examine": "An empty cage, maybe the owner let the creature free... I do hope so.",
+ "ids": "6267"
+ },
+ {
+ "examine": "Useful for pets.",
+ "ids": "6268,6269,6270,6271,6272,6273"
+ },
+ {
+ "examine": "Lovely comfy looking big bed.",
+ "ids": "6274"
+ },
+ {
+ "examine": "Laden with heaps of paper.",
+ "ids": "6275"
+ },
+ {
+ "examine": "I don't know much about art, but I like this.",
+ "ids": "6276"
+ },
+ {
+ "examine": "Look at the size of this cactus.",
+ "ids": "6277"
+ },
+ {
+ "examine": "Don't you open that trapdoor!",
+ "ids": "6278"
+ },
+ {
+ "examine": "There is a rope leading to the bottom of this smoke filled well.",
+ "ids": "6279"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "6280,6281"
+ },
+ {
+ "examine": "A portal to another land?",
+ "ids": "6282"
+ },
+ {
+ "examine": "Weird looking pillar.",
+ "ids": "6283,6284,6285,6286,6287,6288,6289,6290,6291"
+ },
+ {
+ "examine": "Shelves filled with interesting books.",
+ "ids": "6292,6293"
+ },
+ {
+ "examine": "A locked display case for valuable artefacts.",
+ "ids": "6294"
+ },
+ {
+ "examine": "One of the sculptures is missing. Oh yes, that was me!",
+ "ids": "6295"
+ },
+ {
+ "examine": "It looks like the demon didn't survive after all.",
+ "ids": "6296"
+ },
+ {
+ "examine": "He looks old, older than me anyway.",
+ "ids": "6297"
+ },
+ {
+ "examine": "I don't think he's going to make it.",
+ "ids": "6298"
+ },
+ {
+ "examine": "I don't understand, why didn't he go back to Lumby?",
+ "ids": "6299,6300"
+ },
+ {
+ "examine": "A throne encrusted with sparkling gems.",
+ "ids": "6301"
+ },
+ {
+ "examine": "A throne from which you have removed the gems.",
+ "ids": "6302,6303,6304,6305,6306"
+ },
+ {
+ "examine": "A statuette of a golem, facing right.",
+ "ids": "6307"
+ },
+ {
+ "examine": "A statuette of a golem, facing left.",
+ "ids": "6308"
+ },
+ {
+ "examine": "The statuette is missing from this alcove.",
+ "ids": "6309,6310"
+ },
+ {
+ "examine": "Not good for eating.",
+ "ids": "6311"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "6312"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "6313,6314,6315,6316,6317,6318,6319,6320,6321,6322"
+ },
+ {
+ "examine": "A broken clay arm.",
+ "ids": "6323"
+ },
+ {
+ "examine": "A clay foot.",
+ "ids": "6324"
+ },
+ {
+ "examine": "Half a golem smashed and broken.",
+ "ids": "6325"
+ },
+ {
+ "examine": "Smashed and half buried.",
+ "ids": "6326"
+ },
+ {
+ "examine": "A device once used for making pottery.",
+ "ids": "6327"
+ },
+ {
+ "examine": "Once upon a time this was used to make pottery.",
+ "ids": "6328"
+ },
+ {
+ "examine": "Once upon a time this made clay hard.",
+ "ids": "6329"
+ },
+ {
+ "examine": "There was a lot of pottery made here a long time ago.",
+ "ids": "6330"
+ },
+ {
+ "examine": "A statue of a guy with a hammer.",
+ "ids": "6331"
+ },
+ {
+ "examine": "A weathered old statue.",
+ "ids": "6332"
+ },
+ {
+ "examine": "A reclining lady.",
+ "ids": "6333"
+ },
+ {
+ "examine": "This statue has been tampered with.",
+ "ids": "6334"
+ },
+ {
+ "examine": "Contains a statue of a woman.",
+ "ids": "6335,6336,6337"
+ },
+ {
+ "examine": "Empty.",
+ "ids": "6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362"
+ },
+ {
+ "examine": "A very heavy stone door.",
+ "ids": "6363"
+ },
+ {
+ "examine": "A door to a demon's lair?",
+ "ids": "6364,6365,6366,6367,6368,6369,6370,6371"
+ },
+ {
+ "examine": "A stone staircase.",
+ "ids": "6372,6373,6374,6375,6376,6377,6378,6379,6380"
+ },
+ {
+ "examine": "A source of water for the river Elid.",
+ "ids": "6381"
+ },
+ {
+ "examine": "Maybe I could swing on this somehow...",
+ "ids": "6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401"
+ },
+ {
+ "examine": "A limestone ceiling growth.",
+ "ids": "6402"
+ },
+ {
+ "examine": "A tooth shaped rock formation protruding from the floor.",
+ "ids": "6403"
+ },
+ {
+ "examine": "An old mystical torch.",
+ "ids": "6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "6418,6419"
+ },
+ {
+ "examine": "I wonder what's inside?",
+ "ids": "6420,6421,6422"
+ },
+ {
+ "examine": "A magical aura seems to shimmer over the glass...",
+ "ids": "6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433"
+ },
+ {
+ "examine": "I wonder what that's there for...",
+ "ids": "6434,6435"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "6436"
+ },
+ {
+ "examine": "An ancient looking tomb.",
+ "ids": "6437,6438"
+ },
+ {
+ "examine": "Climb this rope to go up.",
+ "ids": "6439,6440"
+ },
+ {
+ "examine": "Looks like a small cave.",
+ "ids": "6441"
+ },
+ {
+ "examine": "Blocked by an icicle.",
+ "ids": "6442"
+ },
+ {
+ "examine": "Blocked by two icicles.",
+ "ids": "6443"
+ },
+ {
+ "examine": "Blocked by three icicles.",
+ "ids": "6444"
+ },
+ {
+ "examine": "Blocked by four icicles.",
+ "ids": "6445"
+ },
+ {
+ "examine": "Blocked by five icicles.",
+ "ids": "6446"
+ },
+ {
+ "examine": "Looks like a small cave.",
+ "ids": "6447"
+ },
+ {
+ "examine": "It looks very sturdy.",
+ "ids": "6448,6449"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "6450"
+ },
+ {
+ "examine": "A wrought iron gate.",
+ "ids": "6451,6452,6453"
+ },
+ {
+ "examine": "Even rocks could freeze in this cold!",
+ "ids": "6454"
+ },
+ {
+ "examine": "Looks slippery.",
+ "ids": "6455,6456,6457,6458,6459,6460"
+ },
+ {
+ "examine": "An ice gate.",
+ "ids": "6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471"
+ },
+ {
+ "examine": "Chunky pieces of ice.",
+ "ids": "6472,6473,6474,6475,6476,6477,6478,6479,6480"
+ },
+ {
+ "examine": "A mysterious tunnel-like structure.",
+ "ids": "6481,6482"
+ },
+ {
+ "examine": "You can feel a mysterious power emanating from it...",
+ "ids": "6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493"
+ },
+ {
+ "examine": "This door is sealed by an ancient mystical power...",
+ "ids": "6494,6495,6496"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "6497,6498,6499,6500"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511"
+ },
+ {
+ "examine": "A fancy name for a coffin.",
+ "ids": "6512"
+ },
+ {
+ "examine": "A strange thing to leave lying around...",
+ "ids": "6513"
+ },
+ {
+ "examine": "I hope this is just ornamental...",
+ "ids": "6514,6515,6516,6517,6518,6519,6520"
+ },
+ {
+ "examine": "Uh-oh!",
+ "ids": "6521,6522"
+ },
+ {
+ "examine": "This leads downwards.",
+ "ids": "6523"
+ },
+ {
+ "examine": "You can see a small fissure in the ground here.",
+ "ids": "6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537"
+ },
+ {
+ "examine": "The body of a lion, the head of a man?",
+ "ids": "6538,6539,6540,6541,6542,6543,6544"
+ },
+ {
+ "examine": "A smooth, sandstone door that is slightly warm to the touch.",
+ "ids": "6545,6546,6547,6548"
+ },
+ {
+ "examine": "A well down into the pyramid.",
+ "ids": "6549,6550"
+ },
+ {
+ "examine": "A portal that leads you out of the pyramid.",
+ "ids": "6551"
+ },
+ {
+ "examine": "A mysterious ancient altar to some forgotten god...",
+ "ids": "6552"
+ },
+ {
+ "examine": "Opens into another area.",
+ "ids": "6553,6554,6555,6556,6557,6558,6559,6560"
+ },
+ {
+ "examine": "A ladder that's almost not there at all...",
+ "ids": "6561,6562,6563,6564,6565"
+ },
+ {
+ "examine": "Gate like?",
+ "ids": "6566,6567"
+ },
+ {
+ "examine": "Garments for the discerning.",
+ "ids": "6568"
+ },
+ {
+ "examine": "Gone-off bread, cakes and pastries.",
+ "ids": "6569"
+ },
+ {
+ "examine": "Finest precious stones.",
+ "ids": "6570"
+ },
+ {
+ "examine": "These will keep you warm.",
+ "ids": "6571"
+ },
+ {
+ "examine": "The spice is right.",
+ "ids": "6572"
+ },
+ {
+ "examine": "An empty market stall.",
+ "ids": "6573"
+ },
+ {
+ "examine": "Fine brews from exotic regions.",
+ "ids": "6574"
+ },
+ {
+ "examine": "Best used with a horse.",
+ "ids": "6575,6576,6577"
+ },
+ {
+ "examine": "Grows a yellow fruit.",
+ "ids": "6578,6579,6580"
+ },
+ {
+ "examine": "A way to get in the tent.",
+ "ids": "6581,6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,6601,6602,6603,6604"
+ },
+ {
+ "examine": "Wet and salty.",
+ "ids": "6605"
+ },
+ {
+ "examine": "The focus of the suntrap.",
+ "ids": "6606"
+ },
+ {
+ "examine": "A shiny mirror.",
+ "ids": "6607,6608,6609,6610,6611,6612,6613"
+ },
+ {
+ "examine": "A large door with a hieroglyph of a cat.",
+ "ids": "6614"
+ },
+ {
+ "examine": "Gate like?",
+ "ids": "6615,6616,6617,6618,6619"
+ },
+ {
+ "examine": "It looks like a hole in the wall.",
+ "ids": "6620,6621"
+ },
+ {
+ "examine": "Rocky.",
+ "ids": "6622"
+ },
+ {
+ "examine": "An entrance into a tunnel. I wonder where it leads to.",
+ "ids": "6623"
+ },
+ {
+ "examine": "It looks like a door.",
+ "ids": "6624"
+ },
+ {
+ "examine": "Hmm. A door.",
+ "ids": "6625"
+ },
+ {
+ "examine": "A big wooden door.",
+ "ids": "6626,6627,6628"
+ },
+ {
+ "examine": "That could hurt.",
+ "ids": "6629"
+ },
+ {
+ "examine": "A strange thing to leave lying around...",
+ "ids": "6630,6631"
+ },
+ {
+ "examine": "I can't see the bottom.",
+ "ids": "6632,6633,6634"
+ },
+ {
+ "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck.",
+ "ids": "6635,6636"
+ },
+ {
+ "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside.",
+ "ids": "6637,6638"
+ },
+ {
+ "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside.",
+ "ids": "6639,6640"
+ },
+ {
+ "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines.",
+ "ids": "6641"
+ },
+ {
+ "examine": "Doorway*Opens into another area, come on, I know this.",
+ "ids": "6642"
+ },
+ {
+ "examine": "Useful for putting things on.",
+ "ids": "6644"
+ },
+ {
+ "examine": "A ladder!! Never seen one of those before.",
+ "ids": "6645"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "6646"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "6647"
+ },
+ {
+ "examine": "I wonder where this goes?",
+ "ids": "6648"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "6649"
+ },
+ {
+ "examine": "Phew!! That's one big bridge.",
+ "ids": "6650"
+ },
+ {
+ "examine": "A big bridge over the river.",
+ "ids": "6651,6652"
+ },
+ {
+ "examine": "Wow. More bridge. Awesome.",
+ "ids": "6653,6654"
+ },
+ {
+ "examine": "Oops.",
+ "ids": "6655"
+ },
+ {
+ "examine": "Rolls of colourful cloth.",
+ "ids": "6656"
+ },
+ {
+ "examine": "An ancient giant serpent.",
+ "ids": "6657"
+ },
+ {
+ "examine": "A tunnel leading upwards.",
+ "ids": "6658"
+ },
+ {
+ "examine": "A tunnel leading into the depths of the earth.",
+ "ids": "6659"
+ },
+ {
+ "examine": "A rock wall infused with the power of Guthix.",
+ "ids": "6660"
+ },
+ {
+ "examine": "The wall is weeping blue tears.",
+ "ids": "6661"
+ },
+ {
+ "examine": "The wall is weeping green tears.",
+ "ids": "6662"
+ },
+ {
+ "examine": "The wall is not weeping at the moment.",
+ "ids": "6663,6664"
+ },
+ {
+ "examine": "The wall is weeping blue tears.",
+ "ids": "6665"
+ },
+ {
+ "examine": "The wall is weeping green tears.",
+ "ids": "6666"
+ },
+ {
+ "examine": "The wall is not weeping at the moment.",
+ "ids": "6667,6668"
+ },
+ {
+ "examine": "Stone with blue veins.",
+ "ids": "6669,6670,6671"
+ },
+ {
+ "examine": "They don't look too easy to climb.",
+ "ids": "6672"
+ },
+ {
+ "examine": "I could climb these.",
+ "ids": "6673,6674,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "6702,6703,6704,6705,6706,6707"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "6708,6709,6710,6711,6712"
+ },
+ {
+ "examine": "I wonder what is awaiting me on the other side?",
+ "ids": "6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731"
+ },
+ {
+ "examine": "I wonder what awaits me on the other side?",
+ "ids": "6732,6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761,6762,6763,6764,6765,6766"
+ },
+ {
+ "examine": "A crude torch stuck in the ground.",
+ "ids": "6767,6768,6769,6770"
+ },
+ {
+ "examine": "A large stone coffin.",
+ "ids": "6771,6772,6773"
+ },
+ {
+ "examine": "A large stone chest.",
+ "ids": "6774,6775"
+ },
+ {
+ "examine": "Looks like he's been dead a while now...",
+ "ids": "6776"
+ },
+ {
+ "examine": "I don't think he'd mind us checking for his wallet now...",
+ "ids": "6777"
+ },
+ {
+ "examine": "I'm sure he died of natural causes. Like a massive dragon or something...",
+ "ids": "6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790"
+ },
+ {
+ "examine": "The groundskeeper's bed.",
+ "ids": "6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,6810,6811,6812,6813,6814,6815,6816,6817,6818,6819,6820"
+ },
+ {
+ "examine": "A large stone coffin.",
+ "ids": "6821,6822,6823"
+ },
+ {
+ "examine": "It's locked.",
+ "ids": "6824,6825,6826"
+ },
+ {
+ "examine": "It might still work...",
+ "ids": "6827,6828,6829,6830,6831,6832,6833,6834"
+ },
+ {
+ "examine": "Danger... weak surface beyond gate. Digging may lead to cave-ins.",
+ "ids": "6835"
+ },
+ {
+ "examine": "Sturdy metal bars.",
+ "ids": "6836,6837,6838"
+ },
+ {
+ "examine": "Smells pretty bad!",
+ "ids": "6839"
+ },
+ {
+ "examine": "It looks as this is where some wall fungus used to be.",
+ "ids": "6840"
+ },
+ {
+ "examine": "Some crude stone steps.",
+ "ids": "6841,6842,6843"
+ },
+ {
+ "examine": "An old crude tomb.",
+ "ids": "6844,6845"
+ },
+ {
+ "examine": "It's damaged.",
+ "ids": "6846"
+ },
+ {
+ "examine": "A note says, 'Please ring for attention.'",
+ "ids": "6847"
+ },
+ {
+ "examine": "An old crude tomb.",
+ "ids": "6848"
+ },
+ {
+ "examine": "'Leave da dead-uns boxes 'lone or else ya goes down da 'ole'",
+ "ids": "6849"
+ },
+ {
+ "examine": "An old crude tomb.",
+ "ids": "6850"
+ },
+ {
+ "examine": "This coffin is spilt over the floor.",
+ "ids": "6851"
+ },
+ {
+ "examine": "This coffin is open.",
+ "ids": "6852"
+ },
+ {
+ "examine": "An old crude tomb.",
+ "ids": "6853"
+ },
+ {
+ "examine": "This coffin is spilt over the floor.",
+ "ids": "6854"
+ },
+ {
+ "examine": "This coffin is open.",
+ "ids": "6855"
+ },
+ {
+ "examine": "A barricade made from skulls and bones.",
+ "ids": "6856,6857,6858,6859,6860,6861,6862,6863,6864"
+ },
+ {
+ "examine": "Not very high.",
+ "ids": "6865"
+ },
+ {
+ "examine": "Hot stuff.",
+ "ids": "6866"
+ },
+ {
+ "examine": "Ogres bang these to make noise.",
+ "ids": "6867,6868,6869,6870"
+ },
+ {
+ "examine": "A bulky door made from solid rock.",
+ "ids": "6871,6872,6873,6874"
+ },
+ {
+ "examine": "These open and close!",
+ "ids": "6875"
+ },
+ {
+ "examine": "This may be worth opening.",
+ "ids": "6876"
+ },
+ {
+ "examine": "I wonder what this item contains.",
+ "ids": "6877,6878,6879"
+ },
+ {
+ "examine": "A barricade made of skulls and bones.",
+ "ids": "6880"
+ },
+ {
+ "examine": "A barricade made of skulls and bones which has been crushed.",
+ "ids": "6881,6882"
+ },
+ {
+ "examine": "An old crude tomb.",
+ "ids": "6883,6884,6885,6886,6887"
+ },
+ {
+ "examine": "A sick, frail old man.",
+ "ids": "6888"
+ },
+ {
+ "examine": "A sick, frail old man",
+ "ids": "6889"
+ },
+ {
+ "examine": "An old crude tomb.",
+ "ids": "6890,6891,6892"
+ },
+ {
+ "examine": "I don't think he'd mind us checking for his wallet now...",
+ "ids": "6893"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "6894,6895"
+ },
+ {
+ "examine": "A crude torch stuck in the ground.",
+ "ids": "6896"
+ },
+ {
+ "examine": "A strange ogre plinth, this must be where the artifacts are stored.",
+ "ids": "6897,6898,6899,6900,6901,6902"
+ },
+ {
+ "examine": "It looks like the hole in the wall has been blocked with rubble.",
+ "ids": "6903"
+ },
+ {
+ "examine": "How exciting, some shelves.",
+ "ids": "6904"
+ },
+ {
+ "examine": "A hole in the wall.",
+ "ids": "6905,6906,6907,6908"
+ },
+ {
+ "examine": "A rock wall.",
+ "ids": "6909"
+ },
+ {
+ "examine": "It has a letter 'S' on the lock.",
+ "ids": "6910"
+ },
+ {
+ "examine": "Used for storage.",
+ "ids": "6911"
+ },
+ {
+ "examine": "A narrow hole in the wall.",
+ "ids": "6912,6913,6914"
+ },
+ {
+ "examine": "Rubble is blocking the passage.",
+ "ids": "6915"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "6916,6917,6918"
+ },
+ {
+ "examine": "A heavy portal decorated with bone.",
+ "ids": "6919,6920"
+ },
+ {
+ "examine": "A symbol is carved into the wall here.",
+ "ids": "6921,6922,6923,6924,6925,6926"
+ },
+ {
+ "examine": "I don't think I can get through this way!",
+ "ids": "6927"
+ },
+ {
+ "examine": "Looks like its no longer operational.",
+ "ids": "6928"
+ },
+ {
+ "examine": "Big bones are being used to prop up the wall.",
+ "ids": "6929,6930"
+ },
+ {
+ "examine": "It's a bit like walking through a giant rib cage.",
+ "ids": "6931,6932,6933,6934,6935,6936,6937,6938"
+ },
+ {
+ "examine": "This arch is broken. I hope the ceiling doesn't come down!",
+ "ids": "6939,6940,6941,6942"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "6943,6944,6945,6946,6947,6948,6949"
+ },
+ {
+ "examine": "I dont think i can get through this way.",
+ "ids": "6950"
+ },
+ {
+ "examine": "An eye-wrenching nexus of utter negation!",
+ "ids": "6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968"
+ },
+ {
+ "examine": "A dirty little swamp boat.",
+ "ids": "6969,6970"
+ },
+ {
+ "examine": "It looks dark down there.",
+ "ids": "6971"
+ },
+ {
+ "examine": "A book sits on top.",
+ "ids": "6972,6973,6974"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6975"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6976"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "6977"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "6978,6979,6980,6981,6982,6983"
+ },
+ {
+ "examine": "Empty market stall.",
+ "ids": "6984"
+ },
+ {
+ "examine": "A steam powered crushing machine.",
+ "ids": "6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001"
+ },
+ {
+ "examine": "A dwarven statue crumbling away from old age.",
+ "ids": "7002"
+ },
+ {
+ "examine": "It's crumbling away from old age, it's hardly recognizable as a dwarf.",
+ "ids": "7003"
+ },
+ {
+ "examine": "This stone dwarf must be guarding the way into a dwarven area!",
+ "ids": "7004,7005"
+ },
+ {
+ "examine": "Big. For a dwarf!",
+ "ids": "7006,7007"
+ },
+ {
+ "examine": "A work in progress.",
+ "ids": "7008,7009"
+ },
+ {
+ "examine": "A work that has yet to begin.",
+ "ids": "7010"
+ },
+ {
+ "examine": "An underground limpwurt plant.",
+ "ids": "7011,7012"
+ },
+ {
+ "examine": "Insect eating plant.",
+ "ids": "7013,7014,7015"
+ },
+ {
+ "examine": "A stone carved Pillar.",
+ "ids": "7016,7017"
+ },
+ {
+ "examine": "Dwarf storage.",
+ "ids": "7018"
+ },
+ {
+ "examine": "Used for keeping beer or glasses.",
+ "ids": "7019,7020,7021"
+ },
+ {
+ "examine": "Tracks for the carts to run over.",
+ "ids": "7022,7023,7024,7025,7026"
+ },
+ {
+ "examine": "A steam powered cart.",
+ "ids": "7027,7028,7029,7030,7031"
+ },
+ {
+ "examine": "A fine piece of sculpting.",
+ "ids": "7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043"
+ },
+ {
+ "examine": "Keeps mine carts from rolling away.",
+ "ids": "7044,7045,7046,7047,7048"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "7049,7050,7051,7052"
+ },
+ {
+ "examine": "Lots of seeds here.",
+ "ids": "7053,7054,7055"
+ },
+ {
+ "examine": "I can climb down these stairs.",
+ "ids": "7056"
+ },
+ {
+ "examine": "I can climb up these stairs.",
+ "ids": "7057"
+ },
+ {
+ "examine": "Filled to the brim with knowledge.",
+ "ids": "7058,7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089"
+ },
+ {
+ "examine": "'You are here.'",
+ "ids": "7090"
+ },
+ {
+ "examine": "Lots of hard study has been done here.",
+ "ids": "7091"
+ },
+ {
+ "examine": "A telescope pointing southwards...",
+ "ids": "7092,7093,7094,7095"
+ },
+ {
+ "examine": "A map of some ancient land.",
+ "ids": "7096"
+ },
+ {
+ "examine": "There are plenty of shelves",
+ "ids": "7097"
+ },
+ {
+ "examine": "Maybe it shows the location of buried treasure?",
+ "ids": "7098"
+ },
+ {
+ "examine": "Old songs, old stories...",
+ "ids": "7099"
+ },
+ {
+ "examine": "Armour of a Saradominist warrior. Decorative, but still effective.",
+ "ids": "7100"
+ },
+ {
+ "examine": "A cape from Saradomin, suitable for a battle-mage.",
+ "ids": "7101"
+ },
+ {
+ "examine": "A staff as used by Saradominist magi.",
+ "ids": "7102"
+ },
+ {
+ "examine": "There is a powerful presence about these ruins...",
+ "ids": "7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128"
+ },
+ {
+ "examine": "A tear in the dimensional weave of the Abyss.",
+ "ids": "7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149,7150,7151,7152,7153"
+ },
+ {
+ "examine": "A tunnel through the abyss.",
+ "ids": "7154,7155"
+ },
+ {
+ "examine": "This seems to be blocking the exit...",
+ "ids": "7156,7157"
+ },
+ {
+ "examine": "I could probably break this up with a pickaxe.",
+ "ids": "7158"
+ },
+ {
+ "examine": "I could probably break this up with a pickaxe. Oh wait, I just did.",
+ "ids": "7159"
+ },
+ {
+ "examine": "Pickaxe power!",
+ "ids": "7160"
+ },
+ {
+ "examine": "They don't look that solid, an axe could help me chop them down.",
+ "ids": "7161,7162"
+ },
+ {
+ "examine": "I cannot tell a lie. I chopped them down.",
+ "ids": "7163"
+ },
+ {
+ "examine": "If I'm agile enough I might be able to squeeze through...",
+ "ids": "7164"
+ },
+ {
+ "examine": "I could probably burn this away with a tinderbox.",
+ "ids": "7165"
+ },
+ {
+ "examine": "I could probably burn this with fire.",
+ "ids": "7166"
+ },
+ {
+ "examine": "Burnt open.",
+ "ids": "7167"
+ },
+ {
+ "examine": "I could probably distract these with thievery.",
+ "ids": "7168,7169,7170"
+ },
+ {
+ "examine": "An unstable portal across the dimensions...",
+ "ids": "7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188"
+ },
+ {
+ "examine": "Abyssal Tendrils.",
+ "ids": "7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205"
+ },
+ {
+ "examine": "An opening into the crumbling wall.",
+ "ids": "7219,7220"
+ },
+ {
+ "examine": "This leads downwards.",
+ "ids": "7221"
+ },
+ {
+ "examine": "This way to the viewing gallery.",
+ "ids": "7222,7223"
+ },
+ {
+ "examine": "I'll never be able to dodge that!",
+ "ids": "7224"
+ },
+ {
+ "examine": "It's a wall...",
+ "ids": "7225,7226"
+ },
+ {
+ "examine": "It's the floor...",
+ "ids": "7227"
+ },
+ {
+ "examine": "It's a wall...",
+ "ids": "7228,7229"
+ },
+ {
+ "examine": "It's the floor...",
+ "ids": "7230"
+ },
+ {
+ "examine": "Not your average door...",
+ "ids": "7231,7232,7233,7234,7235"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "7236,7237,7238"
+ },
+ {
+ "examine": "It's a long way down...",
+ "ids": "7239,7240"
+ },
+ {
+ "examine": "That's going to hurt if it hits me!",
+ "ids": "7241"
+ },
+ {
+ "examine": "If only I knew Karate...",
+ "ids": "7242,7243,7244"
+ },
+ {
+ "examine": "It's the floor...",
+ "ids": "7245"
+ },
+ {
+ "examine": "Locked.",
+ "ids": "7246,7247"
+ },
+ {
+ "examine": "It's a wall...",
+ "ids": "7248,7249"
+ },
+ {
+ "examine": "It's the floor...",
+ "ids": "7250"
+ },
+ {
+ "examine": "Bend your way through.",
+ "ids": "7251"
+ },
+ {
+ "examine": "That could really hurt!",
+ "ids": "7252"
+ },
+ {
+ "examine": "I must not fear, fear is the little death that brings total oblivion.",
+ "ids": "7253"
+ },
+ {
+ "examine": "Blocking my way back.",
+ "ids": "7254,7255,7256"
+ },
+ {
+ "examine": "I wonder where it leads.",
+ "ids": "7257"
+ },
+ {
+ "examine": "An opening into the crumbling wall.",
+ "ids": "7258"
+ },
+ {
+ "examine": "This way to exit.",
+ "ids": "7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271"
+ },
+ {
+ "examine": "A mystical teleport.",
+ "ids": "7272,7273"
+ },
+ {
+ "examine": "Lets me walk through walls...",
+ "ids": "7274,7275,7276"
+ },
+ {
+ "examine": "He looks hungry, but I don't think he'll do anything while I'm here.",
+ "ids": "7277"
+ },
+ {
+ "examine": "He's no longer looks hungry, although perhaps a little guilty-looking.",
+ "ids": "7278,7279,7280"
+ },
+ {
+ "examine": "He's looking at the grain...",
+ "ids": "7281,7282,7283"
+ },
+ {
+ "examine": "A sack full of grain.",
+ "ids": "7284"
+ },
+ {
+ "examine": "I think the chicken enjoyed his meal...",
+ "ids": "7285"
+ },
+ {
+ "examine": "It looks pretty rickety...",
+ "ids": "7286,7287"
+ },
+ {
+ "examine": "A mystical teleport.",
+ "ids": "7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301"
+ },
+ {
+ "examine": "Lets me walk through walls...",
+ "ids": "7302"
+ },
+ {
+ "examine": "A gold statue of a famous White Knight.",
+ "ids": "7303"
+ },
+ {
+ "examine": "A silver statue of a famous White Knight.",
+ "ids": "7304"
+ },
+ {
+ "examine": "A bronze statue of a famous White Knight.",
+ "ids": "7305"
+ },
+ {
+ "examine": "A gold statue of an ancient warrior.",
+ "ids": "7306"
+ },
+ {
+ "examine": "A silver statue of an ancient warrior.",
+ "ids": "7307"
+ },
+ {
+ "examine": "A bronze statue of an ancient warrior.",
+ "ids": "7308"
+ },
+ {
+ "examine": "A gold statue of a famous warrior.",
+ "ids": "7309"
+ },
+ {
+ "examine": "A silver statue of a famous warrior.",
+ "ids": "7310"
+ },
+ {
+ "examine": "A bronze statue of a famous warrior.",
+ "ids": "7311"
+ },
+ {
+ "examine": "A gold statue of an ancient White Knight.",
+ "ids": "7312"
+ },
+ {
+ "examine": "A silver statue of an ancient White Knight.",
+ "ids": "7313"
+ },
+ {
+ "examine": "A bronze statue of an ancient White Knight.",
+ "ids": "7314"
+ },
+ {
+ "examine": "A mystical teleport.",
+ "ids": "7315,7316"
+ },
+ {
+ "examine": "Lets me walk through walls...",
+ "ids": "7317"
+ },
+ {
+ "examine": "A mystical teleport.",
+ "ids": "7318,7319"
+ },
+ {
+ "examine": "Lets me walk through walls...",
+ "ids": "7320"
+ },
+ {
+ "examine": "A mystical teleport.",
+ "ids": "7321,7322"
+ },
+ {
+ "examine": "Lets me walk through walls...",
+ "ids": "7323"
+ },
+ {
+ "examine": "A mystical teleport.",
+ "ids": "7324,7325"
+ },
+ {
+ "examine": "Lets me walk through walls...",
+ "ids": "7326"
+ },
+ {
+ "examine": "Filled to the brim with knowledge.",
+ "ids": "7327,7328,7329,7330"
+ },
+ {
+ "examine": "Generally used for putting things on.",
+ "ids": "7331"
+ },
+ {
+ "examine": "A table with a Bunsen burner on it.",
+ "ids": "7332"
+ },
+ {
+ "examine": "There are some containers of chemicals here.",
+ "ids": "7333,7334,7335,7336,7337,7338,7339"
+ },
+ {
+ "examine": "There's an empty vial here.",
+ "ids": "7340,7341,7342"
+ },
+ {
+ "examine": "There's a small hole in the centre.",
+ "ids": "7343"
+ },
+ {
+ "examine": "The spade is stuck in the hole.",
+ "ids": "7344"
+ },
+ {
+ "examine": "The spade opened the door.",
+ "ids": "7345"
+ },
+ {
+ "examine": "It's chained to the wall.",
+ "ids": "7346"
+ },
+ {
+ "examine": "For storage.",
+ "ids": "7347,7348,7349"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "7350"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "7351"
+ },
+ {
+ "examine": "A mystical teleport.",
+ "ids": "7352,7353"
+ },
+ {
+ "examine": "Lets me walk through walls...",
+ "ids": "7354"
+ },
+ {
+ "examine": "Bridge will support a person carrying no more than 5 kg.",
+ "ids": "7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372"
+ },
+ {
+ "examine": "Lets me walk through walls...",
+ "ids": "7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384"
+ },
+ {
+ "examine": "Sit back and relax...",
+ "ids": "7388,7389"
+ },
+ {
+ "examine": "Designed specifically to ruin your health.",
+ "ids": "7390"
+ },
+ {
+ "examine": "A rolled up magic carpet.",
+ "ids": "7391"
+ },
+ {
+ "examine": "A pile of rolled up magic carpets.",
+ "ids": "7392"
+ },
+ {
+ "examine": "A little shaded area.",
+ "ids": "7393"
+ },
+ {
+ "examine": "A magic carpet.",
+ "ids": "7394,7395"
+ },
+ {
+ "examine": "The infamous carpet of '76.",
+ "ids": "7396"
+ },
+ {
+ "examine": "A leafy tree.",
+ "ids": "7397,7398"
+ },
+ {
+ "examine": "This is what is left of a willow tree.",
+ "ids": "7399"
+ },
+ {
+ "examine": "This is what is left of a maple tree.",
+ "ids": "7400"
+ },
+ {
+ "examine": "This is what is left of a magic tree.",
+ "ids": "7401"
+ },
+ {
+ "examine": "This is what is left of a yew tree.",
+ "ids": "7402"
+ },
+ {
+ "examine": "An empty barrel.",
+ "ids": "7403"
+ },
+ {
+ "examine": "A barrel full of mushed apples.",
+ "ids": "7404,7405"
+ },
+ {
+ "examine": "This tap runs from the apple crushing barrel.",
+ "ids": "7406"
+ },
+ {
+ "examine": "An empty ale barrel.",
+ "ids": "7407"
+ },
+ {
+ "examine": "A barrel of bad ale.",
+ "ids": "7408"
+ },
+ {
+ "examine": "A barrel of unfermented liquid.",
+ "ids": "7409"
+ },
+ {
+ "examine": "A barrel of bad cider.",
+ "ids": "7410"
+ },
+ {
+ "examine": "A barrel of Dwarven Stout.",
+ "ids": "7411"
+ },
+ {
+ "examine": "A barrel of mature Dwarven Stout.",
+ "ids": "7412"
+ },
+ {
+ "examine": "A barrel of Asgarnian Ale.",
+ "ids": "7413"
+ },
+ {
+ "examine": "A barrel of mature Asgarnian Ale.",
+ "ids": "7414"
+ },
+ {
+ "examine": "A barrel of Greenmans Ale.",
+ "ids": "7415"
+ },
+ {
+ "examine": "A barrel of mature Greenmans Ale.",
+ "ids": "7416"
+ },
+ {
+ "examine": "A barrel of Wizards Mind Bomb.",
+ "ids": "7417"
+ },
+ {
+ "examine": "A barrel of mature Wizards Mind Bomb.",
+ "ids": "7418"
+ },
+ {
+ "examine": "A barrel of Dragon Bitter.",
+ "ids": "7419"
+ },
+ {
+ "examine": "A barrel of mature Dragon Bitter.",
+ "ids": "7420"
+ },
+ {
+ "examine": "A barrel of Moonlight Mead.",
+ "ids": "7421"
+ },
+ {
+ "examine": "A barrel of mature Moonlight Mead.",
+ "ids": "7422"
+ },
+ {
+ "examine": "A barrel of Axeman's Folly.",
+ "ids": "7423"
+ },
+ {
+ "examine": "A barrel of mature Axeman's Folly.",
+ "ids": "7424"
+ },
+ {
+ "examine": "A barrel of Chef's Delight.",
+ "ids": "7425"
+ },
+ {
+ "examine": "A barrel of mature Chef's Delight.",
+ "ids": "7426"
+ },
+ {
+ "examine": "A barrel of Slayer's Respite.",
+ "ids": "7427"
+ },
+ {
+ "examine": "A barrel of mature Slayer's Respite.",
+ "ids": "7428"
+ },
+ {
+ "examine": "A barrel of Cider.",
+ "ids": "7429"
+ },
+ {
+ "examine": "A barrel of mature Cider.",
+ "ids": "7430,7431,7432"
+ },
+ {
+ "examine": "Goes up and down!",
+ "ids": "7433"
+ },
+ {
+ "examine": "I wonder what's under it?",
+ "ids": "7434"
+ },
+ {
+ "examine": "I wonder what's down there?",
+ "ids": "7435"
+ },
+ {
+ "examine": "A wooden barrel.",
+ "ids": "7436"
+ },
+ {
+ "examine": "This vat is empty.",
+ "ids": "7437"
+ },
+ {
+ "examine": "This vat is filled with water.",
+ "ids": "7438"
+ },
+ {
+ "examine": "This vat is filled with bad ale.",
+ "ids": "7439"
+ },
+ {
+ "examine": "This vat is filled with bad cider.",
+ "ids": "7440"
+ },
+ {
+ "examine": "This vat contains a mixture of water and barley malt.",
+ "ids": "7441"
+ },
+ {
+ "examine": "This controls the flow of ale to the barrel.",
+ "ids": "7442,7443"
+ },
+ {
+ "examine": "This vat contains a mixture of water, barley malt, and Hammerstone hops.",
+ "ids": "7444"
+ },
+ {
+ "examine": "Dwarven Stout is fermenting in this vat.",
+ "ids": "7445,7446"
+ },
+ {
+ "examine": "This vat is filled with Dwarven Stout.",
+ "ids": "7447"
+ },
+ {
+ "examine": "This vat is filled with mature Dwarven Stout.",
+ "ids": "7448"
+ },
+ {
+ "examine": "This vat contains a mixture of water, barley malt, and Asgarnian hops.",
+ "ids": "7449"
+ },
+ {
+ "examine": "Asgarnian Ale is fermenting in this vat.",
+ "ids": "7450,7451"
+ },
+ {
+ "examine": "This vat is filled with Asgarnian Ale.",
+ "ids": "7452"
+ },
+ {
+ "examine": "This vat is filled with mature Asgarnian Ale.",
+ "ids": "7453"
+ },
+ {
+ "examine": "This vat contains a mixture of water, barley malt, and Harralander.",
+ "ids": "7454"
+ },
+ {
+ "examine": "Greenmans Ale is fermenting in this vat.",
+ "ids": "7455,7456"
+ },
+ {
+ "examine": "This vat is filled with Greenmans Ale.",
+ "ids": "7457"
+ },
+ {
+ "examine": "This vat is filled with mature Greenmans Ale.",
+ "ids": "7458"
+ },
+ {
+ "examine": "This vat contains a mixture of water, barley malt, and Yanillian hops.",
+ "ids": "7459"
+ },
+ {
+ "examine": "Wizards Mind Bomb is fermenting in this vat.",
+ "ids": "7460,7461"
+ },
+ {
+ "examine": "This vat is filled with Wizards Mind Bomb.",
+ "ids": "7462"
+ },
+ {
+ "examine": "This vat is filled with mature Wizards Mind Bomb.",
+ "ids": "7463"
+ },
+ {
+ "examine": "This vat contains a mixture of water, barley malt, and Krandorian hops.",
+ "ids": "7464"
+ },
+ {
+ "examine": "Dragon Bitter is fermenting in this vat.",
+ "ids": "7465,7466"
+ },
+ {
+ "examine": "This vat is filled with Dragon Bitter.",
+ "ids": "7467"
+ },
+ {
+ "examine": "This vat is filled with mature Dragon Bitter.",
+ "ids": "7468"
+ },
+ {
+ "examine": "This vat contains a mixture of water, barley malt, and Bittercap mushrooms.",
+ "ids": "7469"
+ },
+ {
+ "examine": "Moonlight Mead is fermenting in this vat.",
+ "ids": "7470,7471"
+ },
+ {
+ "examine": "This vat is filled with Moonlight Mead.",
+ "ids": "7472"
+ },
+ {
+ "examine": "This vat is filled with mature Moonlight Mead.",
+ "ids": "7473"
+ },
+ {
+ "examine": "This vat contains a mixture of water, barley malt, and oak roots.",
+ "ids": "7474"
+ },
+ {
+ "examine": "Axeman's Folly is fermenting in this vat.",
+ "ids": "7475,7476"
+ },
+ {
+ "examine": "This vat is filled with Axeman's Folly.",
+ "ids": "7477"
+ },
+ {
+ "examine": "This vat is filled with mature Axeman's Folly.",
+ "ids": "7478"
+ },
+ {
+ "examine": "This vat contains a mixture of water, barley malt, and chocolate dust.",
+ "ids": "7479"
+ },
+ {
+ "examine": "Chef's Delight is fermenting in this vat.",
+ "ids": "7480,7481"
+ },
+ {
+ "examine": "This vat is filled with Chef's Delight.",
+ "ids": "7482"
+ },
+ {
+ "examine": "This vat is filled with mature Chef's Delight.",
+ "ids": "7483"
+ },
+ {
+ "examine": "This vat contains a mixture of water, barley malt, and Wildblood hops.",
+ "ids": "7484"
+ },
+ {
+ "examine": "Slayer's Respite is fermenting in this vat.",
+ "ids": "7485,7486"
+ },
+ {
+ "examine": "This vat is filled with Slayer's Respite.",
+ "ids": "7487"
+ },
+ {
+ "examine": "This vat is filled with mature Slayer's Respite.",
+ "ids": "7488"
+ },
+ {
+ "examine": "This vat contains some apple mush.",
+ "ids": "7489"
+ },
+ {
+ "examine": "Cider is fermenting in this vat.",
+ "ids": "7490,7491"
+ },
+ {
+ "examine": "This vat is filled with cider.",
+ "ids": "7492"
+ },
+ {
+ "examine": "This vat is filled with mature cider.",
+ "ids": "7493,7494,7495"
+ },
+ {
+ "examine": "Items are for sale here.",
+ "ids": "7496,7497"
+ },
+ {
+ "examine": "They're empty.",
+ "ids": "7498"
+ },
+ {
+ "examine": "Farming stock is kept here.",
+ "ids": "7499,7500,7501,7502,7503"
+ },
+ {
+ "examine": "For sitting.",
+ "ids": "7504,7505"
+ },
+ {
+ "examine": "They're empty.",
+ "ids": "7506"
+ },
+ {
+ "examine": "Farming stock is kept here.",
+ "ids": "7507,7508,7509,7510,7511"
+ },
+ {
+ "examine": "A pair of sacks.",
+ "ids": "7512"
+ },
+ {
+ "examine": "For storage.",
+ "ids": "7513,7514,7515"
+ },
+ {
+ "examine": "A farmer's spade and rake.",
+ "ids": "7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526"
+ },
+ {
+ "examine": "I can climb over the fence with this.",
+ "ids": "7527"
+ },
+ {
+ "examine": "For fermenting beer.",
+ "ids": "7528,7529,7530"
+ },
+ {
+ "examine": "An ale barrel.",
+ "ids": "7531"
+ },
+ {
+ "examine": "This controls the flow of ale to the barrel.",
+ "ids": "7532,7533,7534,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553,7554,7555,7556"
+ },
+ {
+ "examine": "You can grow Deadly Nightshade in this Farming patch.",
+ "ids": "7557,7558,7559,7560"
+ },
+ {
+ "examine": "Deadly Nightshade has been sown in this farming patch.",
+ "ids": "7561"
+ },
+ {
+ "examine": "Deadly Nightshade is growing in this farming patch.",
+ "ids": "7562,7563,7564"
+ },
+ {
+ "examine": "I wouldn't pick this with my bare hands.",
+ "ids": "7565"
+ },
+ {
+ "examine": "This Deadly Nightshade has become diseased.",
+ "ids": "7566,7567,7568"
+ },
+ {
+ "examine": "This Deadly Nightshade has died.",
+ "ids": "7569,7570,7571,7572"
+ },
+ {
+ "examine": "You can grow bushes in this Farming patch.",
+ "ids": "7573,7574,7575,7576,7577,7578,7579,7580"
+ },
+ {
+ "examine": "A cadavaberry bush is growing in this Farming patch.",
+ "ids": "7581,7582,7583,7584,7585,7586"
+ },
+ {
+ "examine": "A fully grown cadavaberry bush.",
+ "ids": "7587,7588,7589,7590,7591,7592"
+ },
+ {
+ "examine": "This diseased cadavaberry bush needs pruning.",
+ "ids": "7593,7594,7595,7596,7597,7598"
+ },
+ {
+ "examine": "This cadavaberry bush has died.",
+ "ids": "7599,7600,7601,7602,7603,7604"
+ },
+ {
+ "examine": "A dwellberry bush is growing in this Farming patch.",
+ "ids": "7605,7606,7607,7608,7609,7610,7611"
+ },
+ {
+ "examine": "A fully grown dwellberry bush.",
+ "ids": "7612,7613,7614,7615,7616,7617"
+ },
+ {
+ "examine": "This diseased dwellberry bush needs pruning.",
+ "ids": "7618,7619,7620,7621,7622,7623,7624"
+ },
+ {
+ "examine": "This dwellberry bush has died.",
+ "ids": "7625,7626,7627,7628,7629,7630,7631"
+ },
+ {
+ "examine": "A jangerberry bush is growing in this Farming patch.",
+ "ids": "7632,7633,7634,7635,7636,7637,7638,7639"
+ },
+ {
+ "examine": "A fully grown jangerberry bush.",
+ "ids": "7640,7641,7642,7643,7644,7645"
+ },
+ {
+ "examine": "This diseased jangerberry bush needs pruning.",
+ "ids": "7646,7647,7648,7649,7650,7651,7652,7653"
+ },
+ {
+ "examine": "This jangerberry bush has died.",
+ "ids": "7654,7655,7656,7657,7658,7659,7660,7661"
+ },
+ {
+ "examine": "A Poison Ivy bush is growing in this Farming patch.",
+ "ids": "7662,7663,7664,7665,7666,7667,7668,7669"
+ },
+ {
+ "examine": "A fully grown Poison Ivy bush.",
+ "ids": "7670,7671,7672,7673,7674,7675"
+ },
+ {
+ "examine": "This diseased Poison Ivy bush needs pruning.",
+ "ids": "7676,7677,7678,7679,7680,7681,7682,7683"
+ },
+ {
+ "examine": "This Poison Ivy bush has died.",
+ "ids": "7684,7685,7686,7687,7688,7689,7690,7691"
+ },
+ {
+ "examine": "A redberry bush is growing in this Farming patch.",
+ "ids": "7692,7693,7694,7695,7696"
+ },
+ {
+ "examine": "A fully grown redberry bush.",
+ "ids": "7697,7698,7699,7700,7701,7702"
+ },
+ {
+ "examine": "This diseased redberry bush needs pruning.",
+ "ids": "7703,7704,7705,7706,7707"
+ },
+ {
+ "examine": "This redberry bush has died.",
+ "ids": "7708,7709,7710,7711,7712"
+ },
+ {
+ "examine": "A whiteberry bush is growing in this Farming patch.",
+ "ids": "7713,7714,7715,7716,7717,7718,7719,7720"
+ },
+ {
+ "examine": "A fully grown whiteberry bush.",
+ "ids": "7721,7722,7723,7724,7725,7726"
+ },
+ {
+ "examine": "This diseased whiteberry bush needs pruning.",
+ "ids": "7727,7728,7729,7730,7731,7732,7733,7734"
+ },
+ {
+ "examine": "This whiteberry bush has died.",
+ "ids": "7735,7736,7737,7738,7739,7740,7741,7742"
+ },
+ {
+ "examine": "You can grow a Cactus in this Farming patch.",
+ "ids": "7743,7744,7745,7746"
+ },
+ {
+ "examine": "Cactus seeds have been planted in this patch.",
+ "ids": "7747"
+ },
+ {
+ "examine": "A cactus is growing in this patch.",
+ "ids": "7748,7749,7750,7751,7752,7753"
+ },
+ {
+ "examine": "A fully-grown cactus.",
+ "ids": "7754,7755,7756,7757,7758"
+ },
+ {
+ "examine": "This cactus has become diseased.",
+ "ids": "7759,7760,7761,7762,7763,7764"
+ },
+ {
+ "examine": "This cactus has died.",
+ "ids": "7765,7766,7767,7768,7769,7770,7771"
+ },
+ {
+ "examine": "You can grow a Calquat Tree in this Farming patch.",
+ "ids": "7772,7773,7774,7775"
+ },
+ {
+ "examine": "A Calquat tree is growing in this Farming patch.",
+ "ids": "7776,7777,7778,7779,7780,7781,7782,7783"
+ },
+ {
+ "examine": "A fully grown Calquat tree stands in this Farming patch.",
+ "ids": "7784,7785,7786,7787,7788,7789,7790,7791"
+ },
+ {
+ "examine": "This diseased Calquat tree needs pruning.",
+ "ids": "7792,7793,7794,7795,7796,7797,7798"
+ },
+ {
+ "examine": "This Calquat tree has died.",
+ "ids": "7799,7800,7801,7802,7803,7804,7805"
+ },
+ {
+ "examine": "A Calquat tree stump.",
+ "ids": "7806,7807"
+ },
+ {
+ "examine": "Turns vegetation into compost.",
+ "ids": "7808"
+ },
+ {
+ "examine": "This compost bin contains compostable items.",
+ "ids": "7809"
+ },
+ {
+ "examine": "This compost bin is full of compostable items.",
+ "ids": "7810"
+ },
+ {
+ "examine": "This compost bin contains supercompostable items.",
+ "ids": "7811"
+ },
+ {
+ "examine": "This compost bin is full of supercompostable items.",
+ "ids": "7812"
+ },
+ {
+ "examine": "Turns vegetation into compost.",
+ "ids": "7813"
+ },
+ {
+ "examine": "This compost bin contains compost.",
+ "ids": "7814"
+ },
+ {
+ "examine": "This compost bin is full of compost.",
+ "ids": "7815"
+ },
+ {
+ "examine": "This compost bin contains super compost.",
+ "ids": "7816"
+ },
+ {
+ "examine": "This compost bin is full of super compost.",
+ "ids": "7817"
+ },
+ {
+ "examine": "Turns vegetation into compost.",
+ "ids": "7818"
+ },
+ {
+ "examine": "This compost bin contains compostable items.",
+ "ids": "7819"
+ },
+ {
+ "examine": "This compost bin is full of compostable items.",
+ "ids": "7820"
+ },
+ {
+ "examine": "This compost bin contains supercompostable items.",
+ "ids": "7821"
+ },
+ {
+ "examine": "This compost bin is full of supercompostable items.",
+ "ids": "7822"
+ },
+ {
+ "examine": "Turns vegetation into compost.",
+ "ids": "7823"
+ },
+ {
+ "examine": "This compost bin contains compost.",
+ "ids": "7824"
+ },
+ {
+ "examine": "This compost bin is full of compost.",
+ "ids": "7825"
+ },
+ {
+ "examine": "This compost bin contains super compost.",
+ "ids": "7826"
+ },
+ {
+ "examine": "This compost bin is full of super compost.",
+ "ids": "7827"
+ },
+ {
+ "examine": "This compost bin contains tomatoes.",
+ "ids": "7828"
+ },
+ {
+ "examine": "This compost bin is full of tomatoes.",
+ "ids": "7829"
+ },
+ {
+ "examine": "This compost bin contains rotten tomatoes.",
+ "ids": "7830"
+ },
+ {
+ "examine": "This compost bin is full of rotten tomatoes.",
+ "ids": "7831"
+ },
+ {
+ "examine": "This compost bin contains tomatoes.",
+ "ids": "7832"
+ },
+ {
+ "examine": "This compost bin is full of tomatoes.",
+ "ids": "7833"
+ },
+ {
+ "examine": "This compost bin contains rotten tomatoes.",
+ "ids": "7834"
+ },
+ {
+ "examine": "This compost bin is full of rotten tomatoes.",
+ "ids": "7835,7836,7837,7838,7839"
+ },
+ {
+ "examine": "You can grow flowers in this Farming patch.",
+ "ids": "7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850"
+ },
+ {
+ "examine": "A limpwurt plant is growing in this patch.",
+ "ids": "7851,7852,7853,7854"
+ },
+ {
+ "examine": "A fully grown limpwurt plant.",
+ "ids": "7855"
+ },
+ {
+ "examine": "A limpwurt plant is growing in this patch.",
+ "ids": "7856,7857,7858,7859"
+ },
+ {
+ "examine": "This limpwurt plant has become diseased.",
+ "ids": "7860,7861,7862"
+ },
+ {
+ "examine": "This limpwurt plant has died while growing.",
+ "ids": "7863,7864,7865"
+ },
+ {
+ "examine": "This limpwurt plant has died.",
+ "ids": "7866"
+ },
+ {
+ "examine": "A marigold is growing in this patch.",
+ "ids": "7867,7868,7869,7870"
+ },
+ {
+ "examine": "A fully grown marigold.",
+ "ids": "7871"
+ },
+ {
+ "examine": "A marigold is growing in this patch.",
+ "ids": "7872,7873,7874,7875"
+ },
+ {
+ "examine": "This marigold has become diseased.",
+ "ids": "7876,7877,7878"
+ },
+ {
+ "examine": "This marigold has died while growing.",
+ "ids": "7879,7880,7881"
+ },
+ {
+ "examine": "This marigold has died.",
+ "ids": "7882"
+ },
+ {
+ "examine": "A nasturtium is growing in this patch.",
+ "ids": "7883,7884,7885,7886"
+ },
+ {
+ "examine": "A fully grown nasturtium.",
+ "ids": "7887"
+ },
+ {
+ "examine": "A nasturtium is growing in this patch.",
+ "ids": "7888,7889,7890,7891"
+ },
+ {
+ "examine": "This nasturtium has become diseased.",
+ "ids": "7892,7893,7894"
+ },
+ {
+ "examine": "This nasturtium has died while growing.",
+ "ids": "7895,7896,7897"
+ },
+ {
+ "examine": "This nasturtium has died.",
+ "ids": "7898"
+ },
+ {
+ "examine": "A rosemary is growing in this patch.",
+ "ids": "7899,7900,7901,7902"
+ },
+ {
+ "examine": "A fully grown rosemary.",
+ "ids": "7903"
+ },
+ {
+ "examine": "A rosemary is growing in this patch.",
+ "ids": "7904,7905,7906,7907"
+ },
+ {
+ "examine": "This rosemary has become diseased.",
+ "ids": "7908,7909,7910"
+ },
+ {
+ "examine": "This rosemary has died while growing.",
+ "ids": "7911,7912,7913"
+ },
+ {
+ "examine": "This rosemary has died.",
+ "ids": "7914"
+ },
+ {
+ "examine": "Should scare off the birds...",
+ "ids": "7915,7916,7917,7918"
+ },
+ {
+ "examine": "A woad plant is growing in this patch.",
+ "ids": "7919,7920,7921,7922"
+ },
+ {
+ "examine": "A fully grown woad plant.",
+ "ids": "7923"
+ },
+ {
+ "examine": "A woad plant is growing in this patch.",
+ "ids": "7924,7925,7926,7927"
+ },
+ {
+ "examine": "This woad plant has become diseased.",
+ "ids": "7928,7929,7930"
+ },
+ {
+ "examine": "This woad plant has died while growing.",
+ "ids": "7931,7932,7933"
+ },
+ {
+ "examine": "This woad plant has died.",
+ "ids": "7934"
+ },
+ {
+ "examine": "An apple tree sapling has been planted in this fruit tree patch.",
+ "ids": "7935"
+ },
+ {
+ "examine": "An apple tree is growing in this fruit tree patch.",
+ "ids": "7936,7937,7938,7939,7940"
+ },
+ {
+ "examine": "A fully grown apple tree.",
+ "ids": "7941"
+ },
+ {
+ "examine": "There is a single apple on this apple tree.",
+ "ids": "7942"
+ },
+ {
+ "examine": "There are two apples on this apple tree.",
+ "ids": "7943"
+ },
+ {
+ "examine": "There are three apples on this apple tree.",
+ "ids": "7944"
+ },
+ {
+ "examine": "There are four apples on this apple tree.",
+ "ids": "7945"
+ },
+ {
+ "examine": "There are five apples on this apple tree.",
+ "ids": "7946"
+ },
+ {
+ "examine": "There are six apples on this apple tree.",
+ "ids": "7947"
+ },
+ {
+ "examine": "A fully grown apple tree.",
+ "ids": "7948"
+ },
+ {
+ "examine": "This diseased tree looks like it needs pruning with secateurs.",
+ "ids": "7949,7950,7951,7952,7953,7954"
+ },
+ {
+ "examine": "This apple tree has become diseased and died.",
+ "ids": "7955,7956,7957,7958,7959,7960"
+ },
+ {
+ "examine": "This apple tree has been cut down.",
+ "ids": "7961,7962,7963,7964,7965"
+ },
+ {
+ "examine": "A pineapple plant has been planted in this fruit tree patch.",
+ "ids": "7966"
+ },
+ {
+ "examine": "A pineapple plant is growing in this fruit tree patch.",
+ "ids": "7967,7968,7969,7970,7971"
+ },
+ {
+ "examine": "A fully grown pineapple plant.",
+ "ids": "7972"
+ },
+ {
+ "examine": "There is a single pineapple on this pineapple plant.",
+ "ids": "7973"
+ },
+ {
+ "examine": "There are two pineapples on this pineapple plant.",
+ "ids": "7974"
+ },
+ {
+ "examine": "There are three pineapples on this pineapple plant.",
+ "ids": "7975"
+ },
+ {
+ "examine": "There are four pineapples on this pineapple plant.",
+ "ids": "7976"
+ },
+ {
+ "examine": "There are five pineapples on this pineapple plant.",
+ "ids": "7977"
+ },
+ {
+ "examine": "There are six pineapples on this pineapple plant.",
+ "ids": "7978"
+ },
+ {
+ "examine": "A fully grown pineapple plant.",
+ "ids": "7979"
+ },
+ {
+ "examine": "This pineapple plant looks like it could do with pruning with secateurs.",
+ "ids": "7980,7981,7982,7983,7984,7985"
+ },
+ {
+ "examine": "This pineapple plant has become diseased and died.",
+ "ids": "7986,7987,7988,7989,7990,7991"
+ },
+ {
+ "examine": "This pineapple plant has been cut down.",
+ "ids": "7992"
+ },
+ {
+ "examine": "A banana tree sapling has been planted in this fruit tree patch.",
+ "ids": "7993"
+ },
+ {
+ "examine": "A banana tree is growing in this fruit tree patch.",
+ "ids": "7994,7995,7996,7997,7998"
+ },
+ {
+ "examine": "A fully grown banana tree.",
+ "ids": "7999,8000"
+ },
+ {
+ "examine": "There is a single banana on this banana tree.",
+ "ids": "8001"
+ },
+ {
+ "examine": "There are two bananas on this banana tree.",
+ "ids": "8002"
+ },
+ {
+ "examine": "There are three bananas on this banana tree.",
+ "ids": "8003"
+ },
+ {
+ "examine": "There are four bananas on this banana tree.",
+ "ids": "8004"
+ },
+ {
+ "examine": "There are five bananas on this banana tree.",
+ "ids": "8005"
+ },
+ {
+ "examine": "There are six bananas on this banana tree.",
+ "ids": "8006"
+ },
+ {
+ "examine": "This banana looks like it could do with pruning with secateurs.",
+ "ids": "8007,8008,8009,8010,8011,8012"
+ },
+ {
+ "examine": "This banana tree has become diseased and died.",
+ "ids": "8013,8014,8015,8016,8017,8018"
+ },
+ {
+ "examine": "This banana tree has been cut down.",
+ "ids": "8019"
+ },
+ {
+ "examine": "A curry tree sapling has been planted in this fruit tree patch.",
+ "ids": "8020"
+ },
+ {
+ "examine": "A curry tree is growing in this fruit tree patch.",
+ "ids": "8021,8022,8023,8024,8025"
+ },
+ {
+ "examine": "A fully grown curry tree.",
+ "ids": "8026"
+ },
+ {
+ "examine": "There is a single curry leaf on this curry tree.",
+ "ids": "8027"
+ },
+ {
+ "examine": "There are two curry leaves on this curry tree.",
+ "ids": "8028"
+ },
+ {
+ "examine": "There are three curry leaves on this curry tree.",
+ "ids": "8029"
+ },
+ {
+ "examine": "There are four curry leaves on this curry tree.",
+ "ids": "8030"
+ },
+ {
+ "examine": "There are five curry leaves on this curry tree.",
+ "ids": "8031"
+ },
+ {
+ "examine": "There are six curry leaves on this curry tree.",
+ "ids": "8032"
+ },
+ {
+ "examine": "A fully grown curry tree.",
+ "ids": "8033"
+ },
+ {
+ "examine": "This curry tree looks like it could do with pruning with secateurs.",
+ "ids": "8034,8035,8036,8037,8038,8039"
+ },
+ {
+ "examine": "This curry tree has become diseased and died.",
+ "ids": "8040,8041,8042,8043,8044,8045"
+ },
+ {
+ "examine": "This curry tree has been cut down.",
+ "ids": "8046"
+ },
+ {
+ "examine": "You can grow Fruit Trees in this Farming patch.",
+ "ids": "8047,8048,8049,8050"
+ },
+ {
+ "examine": "An orange tree sapling has been planted in this fruit tree patch.",
+ "ids": "8051"
+ },
+ {
+ "examine": "An orange tree is growing in this fruit tree patch.",
+ "ids": "8052,8053,8054,8055,8056"
+ },
+ {
+ "examine": "A fully grown orange tree.",
+ "ids": "8057"
+ },
+ {
+ "examine": "There is a single orange on this orange tree.",
+ "ids": "8058"
+ },
+ {
+ "examine": "There are two oranges on this orange tree.",
+ "ids": "8059"
+ },
+ {
+ "examine": "There are three oranges on this orange tree.",
+ "ids": "8060"
+ },
+ {
+ "examine": "There are four oranges on this orange tree.",
+ "ids": "8061"
+ },
+ {
+ "examine": "There are five oranges on this orange tree.",
+ "ids": "8062"
+ },
+ {
+ "examine": "There are six oranges on this orange tree.",
+ "ids": "8063"
+ },
+ {
+ "examine": "A fully grown orange tree.",
+ "ids": "8064"
+ },
+ {
+ "examine": "This orange tree looks like it could do with pruning with secateurs.",
+ "ids": "8065,8066,8067,8068,8069,8070"
+ },
+ {
+ "examine": "This orange tree has become diseased and died.",
+ "ids": "8071,8072,8073,8074,8075,8076"
+ },
+ {
+ "examine": "This orange tree has been cut down.",
+ "ids": "8077"
+ },
+ {
+ "examine": "A palm tree sapling has been planted in this fruit tree patch.",
+ "ids": "8078"
+ },
+ {
+ "examine": "A palm tree is growing in this fruit tree patch.",
+ "ids": "8079,8080,8081,8082,8083"
+ },
+ {
+ "examine": "A fully grown palm tree.",
+ "ids": "8084"
+ },
+ {
+ "examine": "There is a single coconut on this palm tree.",
+ "ids": "8085"
+ },
+ {
+ "examine": "There are two coconuts on this palm tree.",
+ "ids": "8086"
+ },
+ {
+ "examine": "There are three coconuts on this palm tree.",
+ "ids": "8087"
+ },
+ {
+ "examine": "There are four coconuts on this palm tree.",
+ "ids": "8088"
+ },
+ {
+ "examine": "There are five coconuts on this palm tree.",
+ "ids": "8089"
+ },
+ {
+ "examine": "There are six coconuts on this palm tree.",
+ "ids": "8090"
+ },
+ {
+ "examine": "A fully grown palm tree.",
+ "ids": "8091"
+ },
+ {
+ "examine": "This palm tree looks like it could do with pruning with secateurs.",
+ "ids": "8092,8093,8094,8095,8096,8097"
+ },
+ {
+ "examine": "This palm tree has become diseased and died.",
+ "ids": "8098,8099,8100,8101,8102,8103"
+ },
+ {
+ "examine": "This palm tree has been cut down.",
+ "ids": "8104"
+ },
+ {
+ "examine": "A papaya tree sapling has been planted in this fruit tree patch.",
+ "ids": "8105"
+ },
+ {
+ "examine": "A papaya tree is growing in this fruit tree patch.",
+ "ids": "8106,8107,8108,8109,8110"
+ },
+ {
+ "examine": "A fully grown papaya tree",
+ "ids": "8111"
+ },
+ {
+ "examine": "There is a single papaya fruit on this tree.",
+ "ids": "8112"
+ },
+ {
+ "examine": "There are two papaya fruits on this tree.",
+ "ids": "8113"
+ },
+ {
+ "examine": "There are three papaya fruits on this tree.",
+ "ids": "8114"
+ },
+ {
+ "examine": "There are four papaya fruits on this tree.",
+ "ids": "8115"
+ },
+ {
+ "examine": "There are five papaya fruits on this tree.",
+ "ids": "8116"
+ },
+ {
+ "examine": "There are six papaya fruits on this tree.",
+ "ids": "8117"
+ },
+ {
+ "examine": "A fully grown papaya tree.",
+ "ids": "8118"
+ },
+ {
+ "examine": "This papaya tree looks like it could do with pruning with secateurs.",
+ "ids": "8119,8120,8121,8122,8123,8124"
+ },
+ {
+ "examine": "This papaya tree has become diseased and died.",
+ "ids": "8125,8126,8127,8128,8129,8130"
+ },
+ {
+ "examine": "This papaya tree has been cut down.",
+ "ids": "8131"
+ },
+ {
+ "examine": "You can grow herbs in this Farming patch.",
+ "ids": "8132,8133,8134,8135,8136,8137,8138"
+ },
+ {
+ "examine": "Some herb seeds have been sown in this patch.",
+ "ids": "8139"
+ },
+ {
+ "examine": "A herb is growing in this patch.",
+ "ids": "8140,8141,8142"
+ },
+ {
+ "examine": "A fully grown herb.",
+ "ids": "8143"
+ },
+ {
+ "examine": "These herbs have become diseased.",
+ "ids": "8144,8145,8146"
+ },
+ {
+ "examine": "These herbs have become diseased and died.",
+ "ids": "8147,8148,8149,8150,8151,8152,8153"
+ },
+ {
+ "examine": "Asgarnian hop seeds have been sown in this farming patch.",
+ "ids": "8154"
+ },
+ {
+ "examine": "Asgarnian hops are growing in this farming patch.",
+ "ids": "8155,8156,8157,8158"
+ },
+ {
+ "examine": "These are fully grown Asgarnian Hops.",
+ "ids": "8159"
+ },
+ {
+ "examine": "Asgarnian hop seeds have been sown in this farming patch.",
+ "ids": "8160"
+ },
+ {
+ "examine": "Asgarnian hops are growing in this farming patch.",
+ "ids": "8161,8162,8163,8164"
+ },
+ {
+ "examine": "These Asgarnian Hop plants are diseased.",
+ "ids": "8165,8166,8167,8168"
+ },
+ {
+ "examine": "These Asgarnian Hop plants have died from disease.",
+ "ids": "8169,8170,8171,8172,8173,8174,8175,8176"
+ },
+ {
+ "examine": "Hammerstone Hop seeds have been sown in this farming patch.",
+ "ids": "8177"
+ },
+ {
+ "examine": "Hammerstone Hops are growing in this farming patch.",
+ "ids": "8178,8179,8180"
+ },
+ {
+ "examine": "These are fully grown Hammerstone Hops.",
+ "ids": "8181"
+ },
+ {
+ "examine": "Hammerstone Hop seeds have been sown in this farming patch.",
+ "ids": "8182"
+ },
+ {
+ "examine": "Hammerstone Hops are growing in this farming patch.",
+ "ids": "8183,8184,8185"
+ },
+ {
+ "examine": "These Hammerstone Hops are diseased.",
+ "ids": "8186,8187,8188"
+ },
+ {
+ "examine": "These Hammerstone Hops have died from disease.",
+ "ids": "8189,8190,8191"
+ },
+ {
+ "examine": "Barley seeds have been sown in this farming patch.",
+ "ids": "8192"
+ },
+ {
+ "examine": "Barley is growing in this farming patch.",
+ "ids": "8193,8194,8195"
+ },
+ {
+ "examine": "This patch is full of Barley.",
+ "ids": "8196"
+ },
+ {
+ "examine": "Barley seeds have been sown in this farming patch.",
+ "ids": "8197"
+ },
+ {
+ "examine": "Barley is growing in this farming patch.",
+ "ids": "8198,8199,8200"
+ },
+ {
+ "examine": "This Barley is diseased.",
+ "ids": "8201,8202,8203"
+ },
+ {
+ "examine": "This Barley has died from disease.",
+ "ids": "8204,8205,8206"
+ },
+ {
+ "examine": "You can grow hops in this Farming patch.",
+ "ids": "8207,8208,8209,8210"
+ },
+ {
+ "examine": "Krandorian Hop seeds have been planted in this farming patch.",
+ "ids": "8211"
+ },
+ {
+ "examine": "Krandorian Hops are growing in this farming patch.",
+ "ids": "8212,8213,8214,8215,8216,8217"
+ },
+ {
+ "examine": "These are fully grown Krandorian Hops.",
+ "ids": "8218"
+ },
+ {
+ "examine": "Krandorian Hop seeds have been planted in this farming patch.",
+ "ids": "8219"
+ },
+ {
+ "examine": "Krandorian Hops are growing in this farming patch.",
+ "ids": "8220,8221,8222,8223,8224,8225"
+ },
+ {
+ "examine": "These Krandorian Hops are diseased.",
+ "ids": "8226,8227,8228,8229,8230,8231"
+ },
+ {
+ "examine": "These Krandorian Hops have died from disease.",
+ "ids": "8232,8233,8234,8235,8236,8237"
+ },
+ {
+ "examine": "Jute seeds have been sown in this farming patch.",
+ "ids": "8238"
+ },
+ {
+ "examine": "Jute plants are growing in this farming patch.",
+ "ids": "8239,8240,8241,8242"
+ },
+ {
+ "examine": "These are fully grown Jute plants.",
+ "ids": "8243"
+ },
+ {
+ "examine": "Jute seeds have been sown in this farming patch.",
+ "ids": "8244"
+ },
+ {
+ "examine": "Jute plants are growing in this farming patch.",
+ "ids": "8245,8246,8247,8248"
+ },
+ {
+ "examine": "These Jute plants are diseased.",
+ "ids": "8249,8250,8251,8252"
+ },
+ {
+ "examine": "These Jute plants have died from disease.",
+ "ids": "8253,8254,8255,8256"
+ },
+ {
+ "examine": "Wildblood hop seeds have been planted in this farming patch.",
+ "ids": "8257"
+ },
+ {
+ "examine": "Wildblood Hops are growing in this farming patch.",
+ "ids": "8258,8259,8260,8261,8262,8263,8264"
+ },
+ {
+ "examine": "These are fully grown Wildblood Hops.",
+ "ids": "8265"
+ },
+ {
+ "examine": "Wildblood hop seeds have been planted in this farming patch.",
+ "ids": "8266"
+ },
+ {
+ "examine": "Wildblood Hops are growing in this farming patch.",
+ "ids": "8267,8268,8269,8270,8271,8272,8273"
+ },
+ {
+ "examine": "These Wildblood hops are diseased.",
+ "ids": "8274,8275,8276,8277,8278,8279,8280"
+ },
+ {
+ "examine": "These Wildblood Hops have died from disease.",
+ "ids": "8281,8282,8283,8284,8285,8286,8287"
+ },
+ {
+ "examine": "Yanillian Hop seeds have been sown in this farming patch.",
+ "ids": "8288"
+ },
+ {
+ "examine": "Yanillian Hops are growing in this farming patch.",
+ "ids": "8289,8290,8291,8292,8293"
+ },
+ {
+ "examine": "These are fully grown Yanillian Hops.",
+ "ids": "8294"
+ },
+ {
+ "examine": "Yanillian Hop seeds have been sown in this farming patch.",
+ "ids": "8295"
+ },
+ {
+ "examine": "Yanillian Hops are growing in this farming patch.",
+ "ids": "8296,8297,8298,8299,8300"
+ },
+ {
+ "examine": "These Yanillian Hops are diseased.",
+ "ids": "8301,8302,8303,8304,8305"
+ },
+ {
+ "examine": "These Yanillian Hops have died from disease.",
+ "ids": "8306,8307,8308,8309,8310"
+ },
+ {
+ "examine": "You can grow Bittercap mushrooms in this Farming patch.",
+ "ids": "8311,8312,8313,8314"
+ },
+ {
+ "examine": "Bittercap mushroom spores have been sown in this farming patch.",
+ "ids": "8315"
+ },
+ {
+ "examine": "Bittercap mushrooms are growing in this farming patch.",
+ "ids": "8316,8317,8318,8319,8320"
+ },
+ {
+ "examine": "A patch of Bittercap Mushrooms.",
+ "ids": "8321,8322,8323,8324,8325,8326"
+ },
+ {
+ "examine": "These Bittercap mushrooms have become diseased.",
+ "ids": "8327,8328,8329,8330,8331"
+ },
+ {
+ "examine": "These Bittercap mushrooms have become diseased and died.",
+ "ids": "8332,8333,8334,8335,8336,8337,8338"
+ },
+ {
+ "examine": "You can grow a Spirit Tree in this Farming patch.",
+ "ids": "8339,8340,8341,8342"
+ },
+ {
+ "examine": "A Spirit Tree.",
+ "ids": "8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356"
+ },
+ {
+ "examine": "A Spirit Tree stump.",
+ "ids": "8357"
+ },
+ {
+ "examine": "Needs pruning before it dies.",
+ "ids": "8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369"
+ },
+ {
+ "examine": "Oh dear, your spirit tree has died.",
+ "ids": "8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391"
+ },
+ {
+ "examine": "You can grow trees in this Farming patch.",
+ "ids": "8392,8393,8394,8395"
+ },
+ {
+ "examine": "A Magic Tree sapling has been planted in this tree patch.",
+ "ids": "8396"
+ },
+ {
+ "examine": "A Magic Tree is growing in this tree patch.",
+ "ids": "8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407"
+ },
+ {
+ "examine": "A fully grown Magic Tree.",
+ "ids": "8408,8409"
+ },
+ {
+ "examine": "You can uproot this stump with a spade.",
+ "ids": "8410"
+ },
+ {
+ "examine": "To remove all signs of disease, prune the tree with secateurs.",
+ "ids": "8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422"
+ },
+ {
+ "examine": "This Magic Tree has become diseased and died.",
+ "ids": "8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434"
+ },
+ {
+ "examine": "A Maple tree sapling has been planted in this tree patch.",
+ "ids": "8435"
+ },
+ {
+ "examine": "A Maple tree is growing in this tree patch.",
+ "ids": "8436,8437,8438,8439,8440,8441,8442"
+ },
+ {
+ "examine": "A fully grown Maple tree.",
+ "ids": "8443,8444"
+ },
+ {
+ "examine": "You can uproot this stump with a spade.",
+ "ids": "8445"
+ },
+ {
+ "examine": "To remove all signs of disease, prune the tree with secateurs.",
+ "ids": "8446,8447,8448,8449,8450,8451,8452,8453"
+ },
+ {
+ "examine": "This Maple tree has become diseased and died.",
+ "ids": "8454,8455,8456,8457,8458,8459,8460,8461"
+ },
+ {
+ "examine": "An Oak sapling has been planted in this tree patch.",
+ "ids": "8462"
+ },
+ {
+ "examine": "An Oak tree is growing in this tree patch.",
+ "ids": "8463,8464,8465"
+ },
+ {
+ "examine": "A fully grown Oak tree.",
+ "ids": "8466,8467"
+ },
+ {
+ "examine": "You can uproot this stump with a spade.",
+ "ids": "8468,8469,8470,8471,8472"
+ },
+ {
+ "examine": "To remove all signs of disease, prune the tree with secateurs.",
+ "ids": "8473,8474,8475,8476"
+ },
+ {
+ "examine": "This Oak tree has become diseased and died.",
+ "ids": "8477,8478,8479,8480"
+ },
+ {
+ "examine": "A Willow sapling has been planted in this tree patch.",
+ "ids": "8481"
+ },
+ {
+ "examine": "A Willow tree is growing in this tree patch.",
+ "ids": "8482,8483,8484,8485,8486"
+ },
+ {
+ "examine": "A fully grown Willow tree.",
+ "ids": "8487,8488"
+ },
+ {
+ "examine": "You can uproot this stump with a spade.",
+ "ids": "8489"
+ },
+ {
+ "examine": "To remove all signs of disease, prune the tree with secateurs.",
+ "ids": "8490,8491,8492,8493,8494,8495"
+ },
+ {
+ "examine": "This Willow tree has become diseased and died.",
+ "ids": "8496,8497,8498,8499,8500,8501"
+ },
+ {
+ "examine": "A Yew sapling has been planted in this tree patch.",
+ "ids": "8502"
+ },
+ {
+ "examine": "A Yew tree is growing in this tree patch.",
+ "ids": "8503,8504,8505,8506,8507,8508,8509,8510,8511"
+ },
+ {
+ "examine": "A fully grown Yew tree.",
+ "ids": "8512,8513"
+ },
+ {
+ "examine": "You can uproot this tree stump with a spade.",
+ "ids": "8514"
+ },
+ {
+ "examine": "To remove all signs of disease, prune the tree with secateurs.",
+ "ids": "8515,8516,8517,8518,8519,8520,8521,8522,8523,8524"
+ },
+ {
+ "examine": "This Yew tree has become diseased and died.",
+ "ids": "8525,8526,8527,8528,8529,8530,8531,8532,8533,8534"
+ },
+ {
+ "examine": "Cabbage seeds have been sown in this allotment.",
+ "ids": "8535"
+ },
+ {
+ "examine": "Cabbages are growing in this allotment.",
+ "ids": "8536,8537,8538"
+ },
+ {
+ "examine": "These cabbages could do with harvesting.",
+ "ids": "8539"
+ },
+ {
+ "examine": "Cabbages are growing in this allotment.",
+ "ids": "8540,8541,8542,8543"
+ },
+ {
+ "examine": "These cabbages have become diseased and need tending.",
+ "ids": "8544,8545,8546"
+ },
+ {
+ "examine": "These cabbages have become diseased and died.",
+ "ids": "8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557"
+ },
+ {
+ "examine": "Potato seeds have been planted in this allotment.",
+ "ids": "8558"
+ },
+ {
+ "examine": "Potato plants are growing in this allotment.",
+ "ids": "8559,8560,8561"
+ },
+ {
+ "examine": "These potato plants are fully grown.",
+ "ids": "8562"
+ },
+ {
+ "examine": "Potato seeds have been planted in this allotment.",
+ "ids": "8563"
+ },
+ {
+ "examine": "Potato plants are growing in this allotment.",
+ "ids": "8564,8565,8566"
+ },
+ {
+ "examine": "These potato plants are diseased.",
+ "ids": "8567,8568,8569"
+ },
+ {
+ "examine": "These potato plants are dead.",
+ "ids": "8570,8571,8572"
+ },
+ {
+ "examine": "You can grow fruit and vegetables here.",
+ "ids": "8573,8574,8575,8576,8577,8578,8579"
+ },
+ {
+ "examine": "Some onion seeds have sown in this allotment.",
+ "ids": "8580"
+ },
+ {
+ "examine": "Some onion plants are growing in this allotment.",
+ "ids": "8581,8582,8583"
+ },
+ {
+ "examine": "There are some fully grown onions in this allotment.",
+ "ids": "8584"
+ },
+ {
+ "examine": "Some onion seeds have sown in this allotment.",
+ "ids": "8585"
+ },
+ {
+ "examine": "Some onion plants are growing in this allotment.",
+ "ids": "8586,8587,8588"
+ },
+ {
+ "examine": "These onions have become diseased.",
+ "ids": "8589,8590,8591"
+ },
+ {
+ "examine": "These onions have become diseased and died.",
+ "ids": "8592,8593,8594"
+ },
+ {
+ "examine": "Strawberry seeds have been sown in this allotment.",
+ "ids": "8595"
+ },
+ {
+ "examine": "Strawberry plants are growing in this allotment.",
+ "ids": "8596,8597,8598,8599,8600"
+ },
+ {
+ "examine": "These strawberry plants are fully grown.",
+ "ids": "8601"
+ },
+ {
+ "examine": "Strawberry seeds have been sown in this allotment.",
+ "ids": "8602"
+ },
+ {
+ "examine": "Strawberry plants are growing in this allotment.",
+ "ids": "8603,8604,8605,8606,8607"
+ },
+ {
+ "examine": "These strawberry plants have become diseased.",
+ "ids": "8608,8609,8610,8611,8612"
+ },
+ {
+ "examine": "These strawberry plants have become diseased and died.",
+ "ids": "8613,8614,8615,8616,8617"
+ },
+ {
+ "examine": "Some sweetcorn seeds have been sown in this allotment.",
+ "ids": "8618"
+ },
+ {
+ "examine": "Some sweetcorn plants are growing in this allotment.",
+ "ids": "8619,8620,8621,8622,8623"
+ },
+ {
+ "examine": "These sweetcorn plants are fully grown.",
+ "ids": "8624"
+ },
+ {
+ "examine": "Some sweetcorn seeds have been sown in this allotment.",
+ "ids": "8625"
+ },
+ {
+ "examine": "Some sweetcorn plants are growing in this allotment.",
+ "ids": "8626,8627,8628,8629,8630"
+ },
+ {
+ "examine": "These sweetcorn plants have been attacked by crows.",
+ "ids": "8631,8632,8633,8634,8635"
+ },
+ {
+ "examine": "These sweetcorn plants have become diseased and died.",
+ "ids": "8636,8637,8638,8639,8640"
+ },
+ {
+ "examine": "Tomato seeds have been sown in this allotment.",
+ "ids": "8641"
+ },
+ {
+ "examine": "Tomato plants are growing in this allotment.",
+ "ids": "8642,8643,8644"
+ },
+ {
+ "examine": "These tomato plants are fully grown.",
+ "ids": "8645"
+ },
+ {
+ "examine": "Tomato seeds have been sown in this allotment.",
+ "ids": "8646"
+ },
+ {
+ "examine": "Tomato plants are growing in this allotment.",
+ "ids": "8647,8648,8649"
+ },
+ {
+ "examine": "These tomato plants have become diseased.",
+ "ids": "8650,8651,8652"
+ },
+ {
+ "examine": "These tomato plants have become diseased and died.",
+ "ids": "8653,8654,8655"
+ },
+ {
+ "examine": "Watermelon seeds have been sown in this allotment.",
+ "ids": "8656"
+ },
+ {
+ "examine": "Watermelons are growing in this allotment.",
+ "ids": "8657,8658,8659,8660,8661,8662,8663"
+ },
+ {
+ "examine": "These watermelons could do with harvesting.",
+ "ids": "8664"
+ },
+ {
+ "examine": "Watermelon seeds have been sown in this allotment.",
+ "ids": "8665"
+ },
+ {
+ "examine": "Watermelons are growing in this allotment.",
+ "ids": "8666,8667,8668,8669,8670,8671,8672"
+ },
+ {
+ "examine": "These watermelons have become diseased and need tending.",
+ "ids": "8673,8674,8675,8676,8677,8678,8679"
+ },
+ {
+ "examine": "These watermelon plants have become diseased and died.",
+ "ids": "8680"
+ },
+ {
+ "examine": "These watermelons have become diseased and died.",
+ "ids": "8681,8682,8683,8684,8685,8686,8687"
+ },
+ {
+ "examine": "The perfect accompaniment to a bedroom.",
+ "ids": "8688"
+ },
+ {
+ "examine": "Fit for milking.",
+ "ids": "8689"
+ },
+ {
+ "examine": "Each full of milk no doubt.",
+ "ids": "8690,8691,8692,8693,8694"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "8695"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "8696,8697,8698"
+ },
+ {
+ "examine": "After working with livestock, why not wash your hands?",
+ "ids": "8699"
+ },
+ {
+ "examine": "For putting things on.",
+ "ids": "8700"
+ },
+ {
+ "examine": "Someone's been preparing meat.",
+ "ids": "8701"
+ },
+ {
+ "examine": "A barrel for collecting rain water.",
+ "ids": "8702,8703,8704,8705,8706,8707,8708,8709,8710,8711"
+ },
+ {
+ "examine": "A grand old fireplace.",
+ "ids": "8712"
+ },
+ {
+ "examine": "I bet there's a needle in it somewhere.",
+ "ids": "8713,8714,8715,8716"
+ },
+ {
+ "examine": "A loom.",
+ "ids": "8717,8718,8719,8720,8721,8722,8723,8724"
+ },
+ {
+ "examine": "A little rock.",
+ "ids": "8725"
+ },
+ {
+ "examine": "A small chunk of rock.",
+ "ids": "8726"
+ },
+ {
+ "examine": "They're not floating, even though it may look like they are!",
+ "ids": "8727"
+ },
+ {
+ "examine": "A deposit of rocks.",
+ "ids": "8728,8729,8730,8731,8732,8733,8734,8735,8736"
+ },
+ {
+ "examine": "This tap runs from the apple crushing barrel.",
+ "ids": "8737"
+ },
+ {
+ "examine": "You can walk through these doors.",
+ "ids": "8738,8739,8740,8741"
+ },
+ {
+ "examine": "An odd looking tree.",
+ "ids": "8742,8743"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "8744,8745"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "8746"
+ },
+ {
+ "examine": "A local water source.",
+ "ids": "8747"
+ },
+ {
+ "examine": "Used for spinning thread.",
+ "ids": "8748"
+ },
+ {
+ "examine": "A Shrine to the glory of Seren.",
+ "ids": "8749"
+ },
+ {
+ "examine": "I can cook here.",
+ "ids": "8750"
+ },
+ {
+ "examine": "A nice sturdy looking table.",
+ "ids": "8751"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,8764,8765,8766"
+ },
+ {
+ "examine": "The lamp has a glowing crystal at its core.",
+ "ids": "8767"
+ },
+ {
+ "examine": "A table.",
+ "ids": "8768,8769"
+ },
+ {
+ "examine": "A chair.",
+ "ids": "8770"
+ },
+ {
+ "examine": "A painting of an elf standing in some woodland.",
+ "ids": "8771"
+ },
+ {
+ "examine": "Sit back and relax...",
+ "ids": "8772"
+ },
+ {
+ "examine": "A useful ranging device.",
+ "ids": "8773,8774"
+ },
+ {
+ "examine": "Use these with bows.",
+ "ids": "8775"
+ },
+ {
+ "examine": "Tailor-made for needlework supplies.",
+ "ids": "8776,8777"
+ },
+ {
+ "examine": "I'm guessing it's for making elven clothes.",
+ "ids": "8778"
+ },
+ {
+ "examine": "Helps make elf clothing.",
+ "ids": "8779,8780,8781,8782"
+ },
+ {
+ "examine": "I wonder what's under it?",
+ "ids": "8783,8784"
+ },
+ {
+ "examine": "I can climb this.",
+ "ids": "8785"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "8786,8787,8788,8789"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "8790,8791,8792,8793,8794"
+ },
+ {
+ "examine": "Makes gnomes taller.",
+ "ids": "8795"
+ },
+ {
+ "examine": "Makes creatures taller.",
+ "ids": "8796"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "8797"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "8798"
+ },
+ {
+ "examine": "The desk of the head mourner.",
+ "ids": "8799"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "8800"
+ },
+ {
+ "examine": "A sack full of grain.",
+ "ids": "8801,8802,8803"
+ },
+ {
+ "examine": "These have grain in them.",
+ "ids": "8804,8805,8806"
+ },
+ {
+ "examine": "An empty barrel.",
+ "ids": "8807"
+ },
+ {
+ "examine": "A barrel full of mushed apples.",
+ "ids": "8808"
+ },
+ {
+ "examine": "A pile of rotten apples!",
+ "ids": "8809"
+ },
+ {
+ "examine": "A wooden gate.",
+ "ids": "8810,8811,8812,8813"
+ },
+ {
+ "examine": "A well slept in bed.",
+ "ids": "8814,8815,8816,8817"
+ },
+ {
+ "examine": "The door is closed.",
+ "ids": "8818"
+ },
+ {
+ "examine": "The door is open.",
+ "ids": "8819"
+ },
+ {
+ "examine": "Solid iron bars.",
+ "ids": "8820,8821,8822,8823,8824,8825,8826,8827"
+ },
+ {
+ "examine": "Heavy.",
+ "ids": "8828,8829,8830"
+ },
+ {
+ "examine": "You can 'cart' things around on this.",
+ "ids": "8831,8832,8833,8834,8835,8836,8837,8838,8839"
+ },
+ {
+ "examine": "I feel the need to throw a rotten cabbage!",
+ "ids": "8840,8841"
+ },
+ {
+ "examine": "Nothing growing on this tree at the moment...",
+ "ids": "8842"
+ },
+ {
+ "examine": "Mmmmm, nice juicy apples!",
+ "ids": "8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860"
+ },
+ {
+ "examine": "This is a special hops patch.",
+ "ids": "8861,8862,8863,8864"
+ },
+ {
+ "examine": "Kelda Hop seeds have been sown in this farming patch.",
+ "ids": "8865"
+ },
+ {
+ "examine": "Kelda Hops are growing in this farming patch.",
+ "ids": "8866,8867,8868"
+ },
+ {
+ "examine": "These are fully grown Kelda Hops.",
+ "ids": "8869"
+ },
+ {
+ "examine": "A barrel of Kelda Stout.",
+ "ids": "8870"
+ },
+ {
+ "examine": "This vat contains Kelda hops.",
+ "ids": "8871"
+ },
+ {
+ "examine": "Kelda Stout is fermenting in this vat.",
+ "ids": "8872,8873"
+ },
+ {
+ "examine": "This vat contains Kelda Stout.",
+ "ids": "8874,8875,8876,8877"
+ },
+ {
+ "examine": "Some bizarre mixture between rocks and machinery. Definitely dwarven.",
+ "ids": "8878"
+ },
+ {
+ "examine": "A strange box of some kind.",
+ "ids": "8879"
+ },
+ {
+ "examine": "A strange box of some kind. It's open.",
+ "ids": "8880"
+ },
+ {
+ "examine": "A small cave entrance.",
+ "ids": "8881,8882,8883,8884,8885"
+ },
+ {
+ "examine": "Keeps mine carts from rolling away.",
+ "ids": "8886"
+ },
+ {
+ "examine": "Cart tracks.",
+ "ids": "8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898"
+ },
+ {
+ "examine": "A support for the tracks.",
+ "ids": "8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909"
+ },
+ {
+ "examine": "These books contain all sorts of data on the Red Axe.",
+ "ids": "8910"
+ },
+ {
+ "examine": "Big mysterious crates. You wonder what could be inside.",
+ "ids": "8911"
+ },
+ {
+ "examine": "Wooden crates with metal edges, contents unknown.",
+ "ids": "8912"
+ },
+ {
+ "examine": "Big mysterious crates. There are some papers on top.",
+ "ids": "8913,8914,8915,8916,8917"
+ },
+ {
+ "examine": "A symbol of the Red Axe.",
+ "ids": "8918,8919,8920,8921,8922,8923"
+ },
+ {
+ "examine": "A steam powered cart.",
+ "ids": "8924,8925"
+ },
+ {
+ "examine": "A short long boat!",
+ "ids": "8926"
+ },
+ {
+ "examine": "Best used with a bucket.",
+ "ids": "8927,8928"
+ },
+ {
+ "examine": "A deep and terrifying cave.",
+ "ids": "8929"
+ },
+ {
+ "examine": "It looks cold in there.",
+ "ids": "8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949"
+ },
+ {
+ "examine": "A big slimy lump of rock.",
+ "ids": "8950"
+ },
+ {
+ "examine": "A slimy lump of rock.",
+ "ids": "8951"
+ },
+ {
+ "examine": "A slippery looking rock.",
+ "ids": "8952,8953"
+ },
+ {
+ "examine": "A tall flag blowing in the wind.",
+ "ids": "8954,8955"
+ },
+ {
+ "examine": "I could climb this if I wanted.",
+ "ids": "8956,8957"
+ },
+ {
+ "examine": "There must be some trick to opening this...",
+ "ids": "8958,8959,8960"
+ },
+ {
+ "examine": "It's opening...",
+ "ids": "8961"
+ },
+ {
+ "examine": "Apparently there was some trick to opening it!",
+ "ids": "8962"
+ },
+ {
+ "examine": "Not as difficult to walk through as it was a minute ago.",
+ "ids": "8963,8964,8965"
+ },
+ {
+ "examine": "Steps*Leads to the surface.",
+ "ids": "1337"
+ },
+ {
+ "examine": "A sturdy looking door, propped shut with a support.",
+ "ids": "8967,8968,8969,8970,8971"
+ },
+ {
+ "examine": "A portal back to the real world...",
+ "ids": "8972"
+ },
+ {
+ "examine": "One of the most common trees in RuneScape.",
+ "ids": "8973"
+ },
+ {
+ "examine": "A commonly found tree.",
+ "ids": "8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984"
+ },
+ {
+ "examine": "Steam seems to be condensing into the pot. Neat trick!",
+ "ids": "8985"
+ },
+ {
+ "examine": "I can see fish swimming in the water. Well, they sort of look like fish...",
+ "ids": "8986"
+ },
+ {
+ "examine": "A portal that leads... somewhere?",
+ "ids": "8987"
+ },
+ {
+ "examine": "I wonder what's inside...",
+ "ids": "8988"
+ },
+ {
+ "examine": "Someone's looking through the chest.",
+ "ids": "8989,8990,8991,8992,8993,8994,8995,8996,8997"
+ },
+ {
+ "examine": "An appendage for activating something.",
+ "ids": "8998,8999,9000,9001,9002,9003,9004,9005"
+ },
+ {
+ "examine": "A place to cremate the dead. Needs a body.",
+ "ids": "9006,9007"
+ },
+ {
+ "examine": "A place to cremate the dead. Needs a light.",
+ "ids": "9008,9009"
+ },
+ {
+ "examine": "This has broad leaves.",
+ "ids": "9010,9011,9012,9013"
+ },
+ {
+ "examine": "This has been chopped away.",
+ "ids": "9014"
+ },
+ {
+ "examine": "This has broad leaves.",
+ "ids": "9015,9016,9017,9018"
+ },
+ {
+ "examine": "This has been chopped away.",
+ "ids": "9019"
+ },
+ {
+ "examine": "This has broad leaves.",
+ "ids": "9020,9021,9022,9023"
+ },
+ {
+ "examine": "This has been chopped away.",
+ "ids": "9024"
+ },
+ {
+ "examine": "A damaged wooden fence.",
+ "ids": "9025,9026,9027,9028"
+ },
+ {
+ "examine": "A wooden fence.",
+ "ids": "9029"
+ },
+ {
+ "examine": "Gems encrusted in stone.",
+ "ids": "9030,9031,9032"
+ },
+ {
+ "examine": "Many rare plants such as this usually have exotic tubers.",
+ "ids": "9033"
+ },
+ {
+ "examine": "A beautiful old mahogany tree.",
+ "ids": "9034"
+ },
+ {
+ "examine": "This once was a beautiful tree.",
+ "ids": "9035"
+ },
+ {
+ "examine": "A beautiful old teak tree.",
+ "ids": "9036"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "9037"
+ },
+ {
+ "examine": "A set of large, sturdy wooden doors.",
+ "ids": "9038,9039,9040,9041,9042,9043"
+ },
+ {
+ "examine": "Some goutweed is growing in this patch.",
+ "ids": "9044,9045,9046,9047"
+ },
+ {
+ "examine": "Some fully grown goutweed.",
+ "ids": "9048"
+ },
+ {
+ "examine": "This goutweed has become diseased.",
+ "ids": "9049,9050,9051"
+ },
+ {
+ "examine": "This goutweed has become diseased and died.",
+ "ids": "9052,9053,9054,9055,9056,9057"
+ },
+ {
+ "examine": "He's not stocking much.",
+ "ids": "9058"
+ },
+ {
+ "examine": "He's stocking rune caskets.",
+ "ids": "9059"
+ },
+ {
+ "examine": "He's stocking blackjacks.",
+ "ids": "9060"
+ },
+ {
+ "examine": "He's stocking fez hats.",
+ "ids": "9061"
+ },
+ {
+ "examine": "He's stocking rune caskets.",
+ "ids": "9062"
+ },
+ {
+ "examine": "He's stocking colourful clothes.",
+ "ids": "9063"
+ },
+ {
+ "examine": "A wooden crate.",
+ "ids": "9064,9065"
+ },
+ {
+ "examine": "A wooden crate containing caskets.",
+ "ids": "9066,9067"
+ },
+ {
+ "examine": "A wooden crate containing Blackjacks.",
+ "ids": "9068,9069"
+ },
+ {
+ "examine": "A wooden crate containing fez hats.",
+ "ids": "9070"
+ },
+ {
+ "examine": "A wooden crate containing clothes.",
+ "ids": "9071"
+ },
+ {
+ "examine": "Boxy.",
+ "ids": "9072,9073"
+ },
+ {
+ "examine": "boxy",
+ "ids": "9074,9075"
+ },
+ {
+ "examine": "This cloth has been dyed.",
+ "ids": "9076"
+ },
+ {
+ "examine": "Mmmm pretty!",
+ "ids": "9077,9078"
+ },
+ {
+ "examine": "These dyed fabrics are drying off.",
+ "ids": "9079,9080,9081"
+ },
+ {
+ "examine": "Items for making clothes are kept on here.",
+ "ids": "9082"
+ },
+ {
+ "examine": "Pots full of dye.",
+ "ids": "9083"
+ },
+ {
+ "examine": "A way down.",
+ "ids": "9084"
+ },
+ {
+ "examine": "There's not much coke in the stove.",
+ "ids": "9085"
+ },
+ {
+ "examine": "There's a fair amount of coke in the stove.",
+ "ids": "9086"
+ },
+ {
+ "examine": "There's lots of coke in the stove.",
+ "ids": "9087"
+ },
+ {
+ "examine": "A big pile of refined coal.",
+ "ids": "9088"
+ },
+ {
+ "examine": "You can read the furnace temperature here.",
+ "ids": "9089"
+ },
+ {
+ "examine": "Used to pump hot air through the furnace.",
+ "ids": "9090"
+ },
+ {
+ "examine": "Bars come out of the blast furnace here.",
+ "ids": "9091,9092"
+ },
+ {
+ "examine": "Your bars will come out here.",
+ "ids": "9093,9094"
+ },
+ {
+ "examine": "The bars are glowing hot!",
+ "ids": "9095"
+ },
+ {
+ "examine": "Your bars are ready to take.",
+ "ids": "9096"
+ },
+ {
+ "examine": "They power the conveyor belt.",
+ "ids": "9097"
+ },
+ {
+ "examine": "The foreman refers to it as 'Bertha'.",
+ "ids": "9098"
+ },
+ {
+ "examine": "It shows that the furnace is working.",
+ "ids": "9099"
+ },
+ {
+ "examine": "Ore rides this into the blast furnace.",
+ "ids": "9100,9101"
+ },
+ {
+ "examine": "It keeps the conveyor belt running.",
+ "ids": "9102"
+ },
+ {
+ "examine": "Fix it, quick!",
+ "ids": "9103"
+ },
+ {
+ "examine": "They keep the conveyor belt running.",
+ "ids": "9104"
+ },
+ {
+ "examine": "Fix them, quick!",
+ "ids": "9105"
+ },
+ {
+ "examine": "It keeps the conveyor belt turning.",
+ "ids": "9106,9107"
+ },
+ {
+ "examine": "They keep the conveyor belt turning.",
+ "ids": "9108,9109,9110,9111,9112,9113,9114"
+ },
+ {
+ "examine": "It shows that the furnace is working.",
+ "ids": "9115"
+ },
+ {
+ "examine": "Hot air circulates through these.",
+ "ids": "9116"
+ },
+ {
+ "examine": "Quick, fix them!",
+ "ids": "9117,9118,9119"
+ },
+ {
+ "examine": "Hot air circulates through these.",
+ "ids": "9120"
+ },
+ {
+ "examine": "Quick, fix them!",
+ "ids": "9121,9122"
+ },
+ {
+ "examine": "It shows the furnace is working.",
+ "ids": "9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137"
+ },
+ {
+ "examine": "A way upwards.",
+ "ids": "9138,9139"
+ },
+ {
+ "examine": "The gate is closed.",
+ "ids": "9140,9141"
+ },
+ {
+ "examine": "The gate is open.",
+ "ids": "9142"
+ },
+ {
+ "examine": "Used for getting water.",
+ "ids": "9143"
+ },
+ {
+ "examine": "Some kind of jewellery is dangling from this ornament.",
+ "ids": "9144"
+ },
+ {
+ "examine": "Someone's showing off their wealth!",
+ "ids": "9145"
+ },
+ {
+ "examine": "Filled to the brim with knowledge.",
+ "ids": "9146,9147"
+ },
+ {
+ "examine": "A nicely carved wooden chair.",
+ "ids": "9148"
+ },
+ {
+ "examine": "An expensive privacy aid!",
+ "ids": "9149"
+ },
+ {
+ "examine": "An old wall.",
+ "ids": "9150"
+ },
+ {
+ "examine": "Security breach!",
+ "ids": "9151"
+ },
+ {
+ "examine": "A patched up hole.",
+ "ids": "9152,9153,9154"
+ },
+ {
+ "examine": "'You are here.'",
+ "ids": "9155"
+ },
+ {
+ "examine": "An elegant desk with a curious ornament on it.",
+ "ids": "9156"
+ },
+ {
+ "examine": "Someone's gold-trimmed this Saradomin armour!",
+ "ids": "9157,9158"
+ },
+ {
+ "examine": "Lit to remember the souls of the departed.",
+ "ids": "9159,9160,9161,9162,9163,9164,9165"
+ },
+ {
+ "examine": "You can grow delphiniums in this Farming patch.",
+ "ids": "9166,9167,9168,9169"
+ },
+ {
+ "examine": "Delphinium seeds have been sown in this farming patch.",
+ "ids": "9170"
+ },
+ {
+ "examine": "Beautiful.",
+ "ids": "9171,9172"
+ },
+ {
+ "examine": "These delphiniums are fully grown.",
+ "ids": "9173,9174,9175,9176"
+ },
+ {
+ "examine": "You can grow a pink rose bush in this patch.",
+ "ids": "9177,9178,9179,9180"
+ },
+ {
+ "examine": "You can grow a white rose bush in this patch.",
+ "ids": "9181,9182,9183,9184"
+ },
+ {
+ "examine": "You can grow a red rose bush in this patch.",
+ "ids": "9185,9186,9187,9188"
+ },
+ {
+ "examine": "A rose bush.",
+ "ids": "9189,9190,9191"
+ },
+ {
+ "examine": "This white rosebush is fully grown.",
+ "ids": "9192"
+ },
+ {
+ "examine": "A rose bush.",
+ "ids": "9193"
+ },
+ {
+ "examine": "This red rosebush is fully grown.",
+ "ids": "9194"
+ },
+ {
+ "examine": "A pink rosebush.",
+ "ids": "9195"
+ },
+ {
+ "examine": "This pink rosebush is fully grown.",
+ "ids": "9196,9197,9198"
+ },
+ {
+ "examine": "A plantpot of pink orchids.",
+ "ids": "9199,9200,9201"
+ },
+ {
+ "examine": "These pink orchids are fully grown.",
+ "ids": "9202"
+ },
+ {
+ "examine": "An empty plantpot.",
+ "ids": "9203"
+ },
+ {
+ "examine": "A plantpot filled with soil.",
+ "ids": "9204"
+ },
+ {
+ "examine": "A plantpot of yellow orchids.",
+ "ids": "9205,9206,9207"
+ },
+ {
+ "examine": "These yellow orchids are fully grown.",
+ "ids": "9208,9209"
+ },
+ {
+ "examine": "You can grow a White Tree in this patch.",
+ "ids": "9210,9211,9212,9213"
+ },
+ {
+ "examine": "A White Tree sapling has been planted in this patch.",
+ "ids": "9214"
+ },
+ {
+ "examine": "A White Tree is growing in this patch.",
+ "ids": "9215,9216,9217"
+ },
+ {
+ "examine": "This White Tree is fully grown.",
+ "ids": "9218"
+ },
+ {
+ "examine": "This White Tree bears a single fruit.",
+ "ids": "9219"
+ },
+ {
+ "examine": "This White Tree bears two fruits.",
+ "ids": "9220"
+ },
+ {
+ "examine": "This White Tree bears three fruits.",
+ "ids": "9221"
+ },
+ {
+ "examine": "This White Tree bears four fruits.",
+ "ids": "9222,9223"
+ },
+ {
+ "examine": "You can grow snowdrops in this Farming patch.",
+ "ids": "9224,9225,9226,9227"
+ },
+ {
+ "examine": "A patch of snowdrops.",
+ "ids": "9228,9229,9230"
+ },
+ {
+ "examine": "These snowdrops are fully grown.",
+ "ids": "9231,9232"
+ },
+ {
+ "examine": "You can grow Burthorpe Vine in this patch.",
+ "ids": "9233"
+ },
+ {
+ "examine": "You can grow Burthorpe Vines in this patch.",
+ "ids": "9234,9235,9236"
+ },
+ {
+ "examine": "Burthorpe vines are growing in this patch.",
+ "ids": "9237,9238,9239"
+ },
+ {
+ "examine": "These Burthorpe vines are fully grown.",
+ "ids": "9240"
+ },
+ {
+ "examine": "An empty plinth for a statue.",
+ "ids": "9241,9242"
+ },
+ {
+ "examine": "What a good likeness!",
+ "ids": "9243"
+ },
+ {
+ "examine": "An empty plinth for a statue.",
+ "ids": "9244"
+ },
+ {
+ "examine": "An expertly carved statue of a former King of Misthalin.",
+ "ids": "9245"
+ },
+ {
+ "examine": "An empty plinth for a statue.",
+ "ids": "9246"
+ },
+ {
+ "examine": "What a good likeness!",
+ "ids": "9247"
+ },
+ {
+ "examine": "An empty plinth for a statue.",
+ "ids": "9248"
+ },
+ {
+ "examine": "An expertly carved statue of a former King of Misthalin.",
+ "ids": "9249,9250,9251,9252,9253,9254"
+ },
+ {
+ "examine": "These grapevines look much healthier now.",
+ "ids": "9255"
+ },
+ {
+ "examine": "These grapevines are suffering from some strange disease.",
+ "ids": "9256"
+ },
+ {
+ "examine": "Some wild-looking grass.",
+ "ids": "9257,9258,9259"
+ },
+ {
+ "examine": "Some red roses.",
+ "ids": "9260"
+ },
+ {
+ "examine": "Some pink roses.",
+ "ids": "9261"
+ },
+ {
+ "examine": "Some white roses.",
+ "ids": "9262"
+ },
+ {
+ "examine": "A White Tree.",
+ "ids": "9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274,9275,9276,9277,9278,9279,9280,9281,9282,9283,9284,9285,9286,9287,9288,9289,9290"
+ },
+ {
+ "examine": "Sit back and enjoy the view.",
+ "ids": "9291"
+ },
+ {
+ "examine": "An expertly carved statue of a former Queen of Misthalin.",
+ "ids": "9292"
+ },
+ {
+ "examine": "Funny looking holes that don't look too inviting.",
+ "ids": "9294"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "9296,9297,9298"
+ },
+ {
+ "examine": "Ornate railing.",
+ "ids": "9299"
+ },
+ {
+ "examine": "Wooden fencing.",
+ "ids": "9300"
+ },
+ {
+ "examine": "A well constructed castle wall.",
+ "ids": "9301"
+ },
+ {
+ "examine": "A rather strategically placed hole, which appears to be in the ground.",
+ "ids": "9302"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "9303,9304,9305,9306"
+ },
+ {
+ "examine": "A well weathered wall.",
+ "ids": "9307,9308"
+ },
+ {
+ "examine": "A tunnel leading under the wall.",
+ "ids": "9309,9310"
+ },
+ {
+ "examine": "An underwall tunnel.",
+ "ids": "9311,9312"
+ },
+ {
+ "examine": "Looks suspicious.",
+ "ids": "9313"
+ },
+ {
+ "examine": "A wall jutting out into the path.",
+ "ids": "9314"
+ },
+ {
+ "examine": "I can jump from this stepping stone.",
+ "ids": "9315"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "9316,9317,9318"
+ },
+ {
+ "examine": "A chain rope",
+ "ids": "9319,9320"
+ },
+ {
+ "examine": "A few rocks short of a wall",
+ "ids": "9321"
+ },
+ {
+ "examine": "The foam from the river makes this log very slippy.",
+ "ids": "9322,9323,9324"
+ },
+ {
+ "examine": "Just another crack in the wall.",
+ "ids": "9325"
+ },
+ {
+ "examine": "Funny looking holes that don't look too inviting.",
+ "ids": "9326"
+ },
+ {
+ "examine": "They seem to fit in the with the rocky surroundings, so as not to stick out.",
+ "ids": "9327"
+ },
+ {
+ "examine": "A slippery well worn log.",
+ "ids": "9328,9329,9330"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "9331,9332,9333"
+ },
+ {
+ "examine": "Used to be ornate, now it's a little bit vandalised.",
+ "ids": "9334"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "9335,9336"
+ },
+ {
+ "examine": "Used to be ornate, now it's a little bit vandalised.",
+ "ids": "9337"
+ },
+ {
+ "examine": "Should scare off the birds...",
+ "ids": "9338,9339,9340,9341,9342,9343,9344,9345,9346,9347,9348,9349,9350,9351,9352,9353"
+ },
+ {
+ "examine": "This looks like the way out.",
+ "ids": "9354"
+ },
+ {
+ "examine": "A cave deep into the volcano.",
+ "ids": "9355"
+ },
+ {
+ "examine": "A cave deeper into the volcano.",
+ "ids": "9356,9357"
+ },
+ {
+ "examine": "A cave deep into the volcano.",
+ "ids": "9358"
+ },
+ {
+ "examine": "This looks like the way out.",
+ "ids": "9359,9360,9361,9362,9363,9364,9365"
+ },
+ {
+ "examine": "The barrier of heat is down.",
+ "ids": "9366"
+ },
+ {
+ "examine": "A barrier of heat.",
+ "ids": "9367,9368,9369,9370,9371,9372,9373"
+ },
+ {
+ "examine": "Hot enough to cook your breakfast on.",
+ "ids": "9374,9375,9376"
+ },
+ {
+ "examine": "An egg incubated in the lava.",
+ "ids": "9377,9378,9379"
+ },
+ {
+ "examine": "Who's the man?",
+ "ids": "9380"
+ },
+ {
+ "examine": "A wooden crate.",
+ "ids": "9381"
+ },
+ {
+ "examine": "Some wooden crates.",
+ "ids": "9382,9383,9384,9385,9386,9387,9388,9389"
+ },
+ {
+ "examine": "A natural forge using volcanic heat.",
+ "ids": "9390"
+ },
+ {
+ "examine": "I spy with my little eye...",
+ "ids": "9391,9392,9393,9394,9395,9396,9397"
+ },
+ {
+ "examine": "Lets you put items into your bank.",
+ "ids": "9398,9399,26969,36788"
+ },
+ {
+ "examine": "Sparse weeds.",
+ "ids": "9400"
+ },
+ {
+ "examine": "Weeds.",
+ "ids": "9401"
+ },
+ {
+ "examine": "Thick weeds.",
+ "ids": "9402"
+ },
+ {
+ "examine": "This is Unferth's patch for growing potatos.",
+ "ids": "9403"
+ },
+ {
+ "examine": "You say Potato, I say Poh-tar-to.",
+ "ids": "9404,9405,9406,9407"
+ },
+ {
+ "examine": "Looks like these potatoes have fully grown.",
+ "ids": "9408,9409,9410,9411,9412,9413,9414,9415,9416,9417,9418,9419,9420,9421,9422,9423,9424,9425,9426,9427,9428,9429"
+ },
+ {
+ "examine": "A nice sturdy bare table.",
+ "ids": "9430"
+ },
+ {
+ "examine": "A nice sturdy table.",
+ "ids": "9431"
+ },
+ {
+ "examine": "A table with milk.",
+ "ids": "9432"
+ },
+ {
+ "examine": "A table with cake.",
+ "ids": "9433"
+ },
+ {
+ "examine": "A hearty meal for Unferth.",
+ "ids": "9434,9435"
+ },
+ {
+ "examine": "Great for sleeping in.",
+ "ids": "9436"
+ },
+ {
+ "examine": "Not so great for sleeping in, it's not made.",
+ "ids": "9437,9438"
+ },
+ {
+ "examine": "A fire burns brightly here.",
+ "ids": "9439"
+ },
+ {
+ "examine": "An empty fire place.",
+ "ids": "9440"
+ },
+ {
+ "examine": "An unlit fire place.",
+ "ids": "9441,9442"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "9443,9444,9445,9446,9447,9448,9449,9450,9451,9452,9453,9454,9455,9456,9457,9458,9459,9460,9461,9462,9463,9464,9465,9466,9467,9468,9469"
+ },
+ {
+ "examine": "I can climb these stairs.",
+ "ids": "9470"
+ },
+ {
+ "examine": "They go down.",
+ "ids": "9471"
+ },
+ {
+ "examine": "What could be down here?",
+ "ids": "9472,9473,9474,9475,9476,9477,9478,9479,9480,9481,9482,9483,9484,9485,9486,9487,9488,9489,9490,9491,9492,9493,9494,9495,9496,9497"
+ },
+ {
+ "examine": "A small plant, suitable for sandy soil.",
+ "ids": "9498"
+ },
+ {
+ "examine": "A decorative plant.",
+ "ids": "9499"
+ },
+ {
+ "examine": "A fairly small plant.",
+ "ids": "9500"
+ },
+ {
+ "examine": "Another plant.",
+ "ids": "9501,9502,9503,9504,9505,9506,9507"
+ },
+ {
+ "examine": "Perfect for snoozing in the sun.",
+ "ids": "9508"
+ },
+ {
+ "examine": "Lovely comfy-looking big bed.",
+ "ids": "9509"
+ },
+ {
+ "examine": "East to Draynor Village :: South to Rimmington :: South-east to Port Sarim.",
+ "ids": "9510,9511,9512,9513"
+ },
+ {
+ "examine": "Betty's chair.",
+ "ids": "9514"
+ },
+ {
+ "examine": "I wonder what she's making?",
+ "ids": "9515"
+ },
+ {
+ "examine": "Betty's counter.",
+ "ids": "9516,9517,9518"
+ },
+ {
+ "examine": "A wooden barrel for storage.",
+ "ids": "9519"
+ },
+ {
+ "examine": "A wooden barrel containing lots of fish.",
+ "ids": "9520"
+ },
+ {
+ "examine": "A wooden barrel for storage.",
+ "ids": "9521"
+ },
+ {
+ "examine": "How much does this weigh?",
+ "ids": "9522"
+ },
+ {
+ "examine": "A case. With books.",
+ "ids": "9523"
+ },
+ {
+ "examine": "A mooring chain.",
+ "ids": "9524"
+ },
+ {
+ "examine": "One horsepower; wooden suspension: a beauty.",
+ "ids": "9525"
+ },
+ {
+ "examine": "Betty keeps some rune objects here.",
+ "ids": "9526,9527,9528,9529"
+ },
+ {
+ "examine": "A sinister fungus.",
+ "ids": "9530"
+ },
+ {
+ "examine": "Sit back and relax...",
+ "ids": "9531"
+ },
+ {
+ "examine": "Sit back and enjoy the view.",
+ "ids": "9532"
+ },
+ {
+ "examine": "A wooden crate.",
+ "ids": "9533,9534"
+ },
+ {
+ "examine": "Some wooden crates.",
+ "ids": "9535"
+ },
+ {
+ "examine": "Some wooden boxes.",
+ "ids": "9536"
+ },
+ {
+ "examine": "It's used for loading and unloading fishing boats.",
+ "ids": "9537"
+ },
+ {
+ "examine": "I hope it doesn't sink.",
+ "ids": "9538,9539,9540,9541,9542,9543,9544,9545,9546,9547"
+ },
+ {
+ "examine": "A bucket full of red hot coals.",
+ "ids": "9548,9549,9550,9551,9552,9553,9554,9555,9556,9557"
+ },
+ {
+ "examine": "It leads up.",
+ "ids": "9558"
+ },
+ {
+ "examine": "I can climb down this.",
+ "ids": "9559,9560"
+ },
+ {
+ "examine": "I guess I could sleep in it if I were really tired.",
+ "ids": "9561"
+ },
+ {
+ "examine": "A prison cell door.",
+ "ids": "9562"
+ },
+ {
+ "examine": "A locked prison cell door.",
+ "ids": "9563"
+ },
+ {
+ "examine": "A prison cell door.",
+ "ids": "9564"
+ },
+ {
+ "examine": "Stops people getting out.",
+ "ids": "9565,9566"
+ },
+ {
+ "examine": "Ewww!",
+ "ids": "9567"
+ },
+ {
+ "examine": "En-suite facilities in every cell!",
+ "ids": "9568,9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581"
+ },
+ {
+ "examine": "I can climb up these stairs.",
+ "ids": "9582,9583"
+ },
+ {
+ "examine": "I can climb down these stairs.",
+ "ids": "9584,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599,9600,9601,9602,9603"
+ },
+ {
+ "examine": "A leafy plant.",
+ "ids": "9604"
+ },
+ {
+ "examine": "A leafy fern.",
+ "ids": "9605"
+ },
+ {
+ "examine": "A leafy shrub.",
+ "ids": "9606"
+ },
+ {
+ "examine": "A case. With books.",
+ "ids": "9607,9608,9609"
+ },
+ {
+ "examine": "An artist's easel.",
+ "ids": "9610"
+ },
+ {
+ "examine": "A good source of books!",
+ "ids": "9611"
+ },
+ {
+ "examine": "The Make-over Mage's bed.",
+ "ids": "9612"
+ },
+ {
+ "examine": "A nice sturdy looking table.",
+ "ids": "9613"
+ },
+ {
+ "examine": "Generally used for putting things on.",
+ "ids": "9614"
+ },
+ {
+ "examine": "A small wooden table.",
+ "ids": "9615"
+ },
+ {
+ "examine": "Items are for sale here.",
+ "ids": "9616"
+ },
+ {
+ "examine": "All-purpose storage.",
+ "ids": "9617,9618,9619,9620"
+ },
+ {
+ "examine": "For sitting.",
+ "ids": "9621"
+ },
+ {
+ "examine": "Fancy.",
+ "ids": "9622,9623"
+ },
+ {
+ "examine": "It's like a land rudder.",
+ "ids": "9624"
+ },
+ {
+ "examine": "A wooden wheelbarrow.",
+ "ids": "9625,9626,9627,9628,9629,9630,9631,9632,9633,9634,9635,9636,9637,9638,9639,9640,9641,9642,9643,9644,9645,9646,9647,9648,9649,9650,9651,9652,9653,9654,9655,9656,9657,9658,9659,9660"
+ },
+ {
+ "examine": "This tree has been cut down.",
+ "ids": "9661"
+ },
+ {
+ "examine": "Popular with farmers and treasure hunters.",
+ "ids": "9662"
+ },
+ {
+ "examine": "This tree has fallen to the ground.",
+ "ids": "9663"
+ },
+ {
+ "examine": "A gnarly old tree root.",
+ "ids": "9664"
+ },
+ {
+ "examine": "The roots of a tree are exposed.",
+ "ids": "9665"
+ },
+ {
+ "examine": "I hope I don't trip over any of these.",
+ "ids": "9666"
+ },
+ {
+ "examine": "Disturbingly man-like.",
+ "ids": "9667"
+ },
+ {
+ "examine": "Its eyes stare off into the distance...",
+ "ids": "9668,9669,9670,9671,9672,9673,9674,9675,9676,9677,9678,9679,9680,9681"
+ },
+ {
+ "examine": "Expels smoke from the range.",
+ "ids": "9683"
+ },
+ {
+ "examine": "Wash your hands!",
+ "ids": "9684"
+ },
+ {
+ "examine": "Generally used for putting things on.",
+ "ids": "9685"
+ },
+ {
+ "examine": "Some fabric ready for clothing.",
+ "ids": "9686"
+ },
+ {
+ "examine": "I'm guessing it's for making women's clothes.",
+ "ids": "9687,9688"
+ },
+ {
+ "examine": "Looks like it's for making men's clothes.",
+ "ids": "9689"
+ },
+ {
+ "examine": "I think this one's for making men's clothes.",
+ "ids": "9690,9691,9692,9693"
+ },
+ {
+ "examine": "Some helpful people have placed notes on here, how nice.",
+ "ids": "9694"
+ },
+ {
+ "examine": "This notice board is full of scrolls and charts.",
+ "ids": "9695"
+ },
+ {
+ "examine": "I wonder what's inside ?",
+ "ids": "9696"
+ },
+ {
+ "examine": "A nice sturdy looking table.",
+ "ids": "9697,9698,9699,9700,9701"
+ },
+ {
+ "examine": "This clearly isn't used for dining very often.",
+ "ids": "9702"
+ },
+ {
+ "examine": "Not as nice as some.",
+ "ids": "9703"
+ },
+ {
+ "examine": "This needs dusting before I'll sit on it.",
+ "ids": "9704,9705"
+ },
+ {
+ "examine": "This must let me in to the arena somehow...",
+ "ids": "9706"
+ },
+ {
+ "examine": "This must let me out of the arena somehow...",
+ "ids": "9707"
+ },
+ {
+ "examine": "A rocky outcrop.",
+ "ids": "9708,9709,9710,9711,9712,9713,9714,9715,9716,9717,9718,9719,9720,9721,9722,9723,9724,9725,9726,9727,9728,9729,9730,9731,9732,9733,9734,9735,9737"
+ },
+ {
+ "examine": "An old crumbled pillar.",
+ "ids": "9738,9739,9740"
+ },
+ {
+ "examine": "Smells like fish.",
+ "ids": "9741,9742,9743"
+ },
+ {
+ "examine": "I can climb up here.",
+ "ids": "9744"
+ },
+ {
+ "examine": "I can go below decks with this ladder.",
+ "ids": "9745,9746,9747"
+ },
+ {
+ "examine": "A collection point.",
+ "ids": "9748"
+ },
+ {
+ "examine": "A Lever.",
+ "ids": "9749,9750"
+ },
+ {
+ "examine": "A crystal that was broken a long time ago.",
+ "ids": "9751"
+ },
+ {
+ "examine": "A repowered crystal.",
+ "ids": "9752"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "9753"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "9754"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "9755"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "9756"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "9757"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "9758"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "9759"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "9760"
+ },
+ {
+ "examine": "Perhaps I should search it.",
+ "ids": "9761"
+ },
+ {
+ "examine": "I wonder what's inside.",
+ "ids": "9762"
+ },
+ {
+ "examine": "A recently killed guard.",
+ "ids": "9763,9764,9765"
+ },
+ {
+ "examine": "A recently killed slave.",
+ "ids": "9766,9767"
+ },
+ {
+ "examine": "A door of pure light!",
+ "ids": "9768,9769,9770,9771,9772,9773,9774,9775,9776,9777,9778,9779,9780,9781,9782,9783,9784,9785,9786,9787,9788,9789,9790,9791,9792,9793,9794,9795,9796,9797,9798,9799,9800,9801,9802,9803,9804,9805,9806,9807,9808,9809,9810,9811,9812,9813,9814,9815,9816,9817,9818,9819,9820,9821,9822,9823,9824,9825,9826,9827,9828,9829,9830,9831,9832,9833,9834,9835,9836,9837,9838,9839,9840,9841,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852,9853,9854,9855,9856,9857,9858,9859,9860,9861,9862,9863,9864,9865,9866,9867,9868,9869,9870,9871,9872,9873,9874,9875,9876,9877,9878,9879,9880,9881,9882,9883,9884,9885,9886,9887,9888,9889,9890,9891,9892,9893,9894,9895,9896,9897"
+ },
+ {
+ "examine": "There are holes passing through this pillar.",
+ "ids": "9898,9899,9900,9901,9902,9903,9904,9905,9906,9907,9908,9909,9910,9911,9912,9913,9914,9915,9916,9917,9918,9919,9920,9921,9922,9923,9924,9925,9926,9927,9928,9929,9930,9931,9932,9933,9934,9935,9936,9937,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,9950,9951,9952,9953,9954,9955,9956,9957,9958,9959,9960,9961,9962,9963,9964,9965,9966,9967,9968,9969,9970,9971,9972,9973,9974"
+ },
+ {
+ "examine": "I can climb down these.",
+ "ids": "9975"
+ },
+ {
+ "examine": "A cave wall.",
+ "ids": "9976"
+ },
+ {
+ "examine": "I wonder where this goes?",
+ "ids": "9977"
+ },
+ {
+ "examine": "A ladder carved into the wall.",
+ "ids": "9978,9979"
+ },
+ {
+ "examine": "A good place for light to merge.",
+ "ids": "9980"
+ },
+ {
+ "examine": "A good place for a light crystal.",
+ "ids": "9981,9982,9983,9984,9985,9986,9987"
+ },
+ {
+ "examine": "A broken pillar.",
+ "ids": "9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001"
+ },
{
"examine": "An ancient elvish light doorway.",
"ids": "10002,10003,10004,10005,10006,10007,10008,10009,10010,10011,10012,10013"
@@ -55,10 +14071,6 @@
"examine": "A way up.",
"ids": "10038,10039,10040"
},
- {
- "examine": "This section of railing has been broken",
- "ids": "1004,1005"
- },
{
"examine": "The legs probably aren't a natural feature of the tree.",
"ids": "10041,10042,10043,10044,10045,10046,10047,10048,10049,10050,10051,10052,10053"
@@ -75,10 +14087,6 @@
"examine": "Flag, pole... Yep, it's a flagpole.",
"ids": "10057,10058,10059,10060,10061"
},
- {
- "examine": "There is a hole in this section of the railing.",
- "ids": "1006,1007,1008,1009"
- },
{
"examine": "This must be climbed over.",
"ids": "10062"
@@ -92,7 +14100,7 @@
"ids": "10080"
},
{
- "examine": "One of the most common trees in 2009Scape.",
+ "examine": "One of the most common trees in RuneScape.",
"ids": "10081"
},
{
@@ -143,14 +14151,6 @@
"examine": "Almost clear.",
"ids": "10099"
},
- {
- "examine": "I can climb this.",
- "ids": "101"
- },
- {
- "examine": "Someone was thirsty...",
- "ids": "1010"
- },
{
"examine": "Free from weeds.",
"ids": "10100"
@@ -171,18 +14171,10 @@
"examine": "A stagnant lake.",
"ids": "10105,10106,10107,10108,10109,10110,10111,10112,10113,10114,10115,10116,10117,10118,10119,10120,10121,10122,10123,10124,10125,10126,10127,10128"
},
- {
- "examine": "Full of lovely drinks!",
- "ids": "1011,1012"
- },
{
"examine": "A very large pipe.",
"ids": "10129,10130,10131,10132,10133,10134,10135"
},
- {
- "examine": "Storage for cookery items.",
- "ids": "1013,32283,40055"
- },
{
"examine": "Rickety.",
"ids": "10136,10137"
@@ -195,10 +14187,6 @@
"examine": "It's a palm tree.",
"ids": "10139,10140,10141"
},
- {
- "examine": "Storage for all needs.",
- "ids": "1014,1015,1016,1017,1018,10495,10496,10497,10498,11768,11769,11770,11771,11772,11773,11774,11775,11776,11777,11778,11779,11780,11781,12980,30648,30649,30650,32284,40045,40046,40047"
- },
{
"examine": "This controls the entire brewery.",
"ids": "10142"
@@ -295,30 +14283,10 @@
"examine": "A lit torch.",
"ids": "10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192"
},
- {
- "examine": "What kind of sick person keeps a skull on their wall?",
- "ids": "1019"
- },
{
"examine": "A sturdy iron frame, for climbing up and down.",
"ids": "10193,10194,10195,10196,10197,10198,10199,10200,10201,10202,10203,10204,10205,10206,10207,10208,10209,10210,10211,10212,10213,10214,10215,10216,10217,10218,10219,10220,10221,10222,10223,10224,10225,10226,10227,10228,10229,10230,10231,10232,10233,10234,10235,10236,10237,10238,10239,10240,10241,10242,10243,10244,10245"
},
- {
- "examine": "A sturdy door.",
- "ids": "102"
- },
- {
- "examine": "Esoteric artefacts.",
- "ids": "1020"
- },
- {
- "examine": "I don't want to know what's in those little urns.",
- "ids": "1021,1022,1023"
- },
- {
- "examine": "Used for storing things on.",
- "ids": "1024"
- },
{
"examine": "Once upon a time this was used to make pottery.",
"ids": "10246"
@@ -331,10 +14299,6 @@
"examine": "There was a lot of pottery made here a long time ago.",
"ids": "10248,10249"
},
- {
- "examine": "Tailor made for needlework supplies",
- "ids": "1025,1026"
- },
{
"examine": "Eric's been killed by stones falling from the ceiling!",
"ids": "10250"
@@ -403,10 +14367,6 @@
"examine": "A display of various relics.",
"ids": "10269,10270,10271,10272"
},
- {
- "examine": "Prepared hides hang here drying.",
- "ids": "1027"
- },
{
"examine": "A collection of rare books.",
"ids": "10273"
@@ -423,10 +14383,6 @@
"examine": "It's some crates.",
"ids": "10279,10280"
},
- {
- "examine": "This contains dye for leather.",
- "ids": "1028,1029"
- },
{
"examine": "It's a crate.",
"ids": "10281"
@@ -483,14 +14439,6 @@
"examine": "Opens the rat door.",
"ids": "10299"
},
- {
- "examine": "I wonder what's inside.",
- "ids": "103"
- },
- {
- "examine": "Used to squeeze moisture from the hide.",
- "ids": "1030,1031"
- },
{
"examine": "Contains many rats.",
"ids": "10300"
@@ -567,10 +14515,6 @@
"examine": "Handy piece of garden decor.",
"ids": "10319"
},
- {
- "examine": "Danger!",
- "ids": "1032,5127"
- },
{
"examine": "Big enough for a cat to get in.",
"ids": "10320"
@@ -603,10 +14547,6 @@
"examine": "A magical device that enables one to walk through walls.",
"ids": "10327,10328,10329,10330,10331,10332,10333,10334"
},
- {
- "examine": "This tells you which way is which.",
- "ids": "1033,1034,1035"
- },
{
"examine": "Observe the rats.",
"ids": "10335,10336,10337,10338,10339,10340,10341,10342,10343,10344,10345"
@@ -691,10 +14631,6 @@
"examine": "It's empty.",
"ids": "10386,10387,10388,10389,10390,10391,10392,10393,10394,10395,10396,10397,10398,10399,10400,10401"
},
- {
- "examine": "Perhaps I should search it.",
- "ids": "104"
- },
{
"examine": "It looks like water once ran here.",
"ids": "10402,10403"
@@ -819,10 +14755,6 @@
"examine": "A small potted plant.",
"ids": "10499"
},
- {
- "examine": "I wonder what that's there for...",
- "ids": "105,106"
- },
{
"examine": "Someone has planted this.",
"ids": "10500"
@@ -975,10 +14907,6 @@
"examine": "A banner proclaiming your victory over the Giant Champion!",
"ids": "10568,10569"
},
- {
- "examine": "Ye olde Shrimp and Parrot.",
- "ids": "1057"
- },
{
"examine": "A banner proclaiming your victory over the Goblin Champion!",
"ids": "10570,10571"
@@ -1151,10 +15079,6 @@
"examine": "A box containing unpainted decorations.",
"ids": "10679,10680,10681,10682,10683,10684,10685"
},
- {
- "examine": "The Blue Moon Inn",
- "ids": "1068"
- },
{
"examine": "Box containing blue puppet heads.",
"ids": "10686"
@@ -1171,10 +15095,6 @@
"examine": "Box containing blue puppet legs.",
"ids": "10689"
},
- {
- "examine": "The Jolly Boar",
- "ids": "1069"
- },
{
"examine": "Box containing red puppet heads.",
"ids": "10690"
@@ -1215,10 +15135,6 @@
"examine": "You can climb up these.",
"ids": "10699,10700"
},
- {
- "examine": "The Rusty Anchor",
- "ids": "1070"
- },
{
"examine": "A blue crate. Probably containing puppets.",
"ids": "10701"
@@ -1247,18 +15163,10 @@
"examine": "A wooden ladder.",
"ids": "10707,10708,10709"
},
- {
- "examine": "The Shrimp and Parrot",
- "ids": "1071"
- },
{
"examine": "Pots full of paint.",
"ids": "10710,10711,10712,10713,10714,10715,10716,10717,10718,10719,10720"
},
- {
- "examine": "The Dead Man's Chest",
- "ids": "1072"
- },
{
"examine": "A doorway made of light.",
"ids": "10721"
@@ -1275,10 +15183,6 @@
"examine": "A pile of animal Bones.",
"ids": "10725,10726,10727,10728,10729,10730,10731,10732"
},
- {
- "examine": "The Rising Sun",
- "ids": "1073"
- },
{
"examine": "Hidden away, I wonder where it goes?",
"ids": "10733"
@@ -1303,26 +15207,10 @@
"examine": "A statue representing air.",
"ids": "10739,10740,10741,10742,10743,10744,10745,10746,10747,10748,10749,10750,10751,10752,10753,10754,10755,10756,10757,10758,10759,10760,10761,10762,10763,10764,10765,10766,10767"
},
- {
- "examine": "The Forester's Arms",
- "ids": "1074"
- },
- {
- "examine": "The Flying Horse",
- "ids": "1075"
- },
- {
- "examine": "The Dancing Donkey",
- "ids": "1076"
- },
{
"examine": "A place to put your money.",
"ids": "10768,10769,10770"
},
- {
- "examine": "The Dragon Inn",
- "ids": "1077"
- },
{
"examine": "Stairs.",
"ids": "10771,10772,10773,10774,10775,10776,10777"
@@ -1335,10 +15223,6 @@
"examine": "A teleport to the Enchanting Chamber.",
"ids": "10779"
},
- {
- "examine": "Karamja Spirits bar",
- "ids": "1078"
- },
{
"examine": "A teleport to the Alchemists' Playground.",
"ids": "10780"
@@ -1355,18 +15239,10 @@
"examine": "This may be worth opening.",
"ids": "10783,10784,10785,10786,10787,10788,10789,10790,10791,10792,10793,10794,10795,10796,10797,10798"
},
- {
- "examine": "North to Varrock :: East to Al-Kharid.",
- "ids": "1079"
- },
{
"examine": "Some simple cubes.",
"ids": "10799"
},
- {
- "examine": "North road to Draynor Village :: East road to Varrock.",
- "ids": "1080"
- },
{
"examine": "A pile of cylindrical shapes.",
"ids": "10800"
@@ -1403,10 +15279,6 @@
"examine": "A bin full of paper.",
"ids": "10809,10810,10811,10812"
},
- {
- "examine": "North to Draynor Village.",
- "ids": "1081"
- },
{
"examine": "Betty's counter. There is a vial standing on it.",
"ids": "10813"
@@ -1423,10 +15295,6 @@
"examine": "Doesn't look like the way out.",
"ids": "10818,10819"
},
- {
- "examine": "North to Draynor Manor :: West to Asgarnia.",
- "ids": "1082"
- },
{
"examine": "A glowing barrier of energy prevents your escape.",
"ids": "10820,10821,10822,10823"
@@ -1443,22 +15311,10 @@
"examine": "Smells like fish.",
"ids": "10828,10829,10830,10831,10832,10833,10834,10835,10836,10837,10838,10839,10840,10841,10842,10843,10844,10845,10846,10847"
},
- {
- "examine": "South to the Wizards' Tower :: East to Lumbridge.",
- "ids": "1083"
- },
- {
- "examine": "South to Lumbridge :: West to Varrock :: East to the Digsite.",
- "ids": "1084"
- },
{
"examine": "This leads to a tunnel too steep for me to scale.",
"ids": "10848,10849,10850"
},
- {
- "examine": "South to Al-Kharid :: West to Lumbridge :: East to the Digsite.",
- "ids": "1085"
- },
{
"examine": "I can climb this rocky outcrop.",
"ids": "10851"
@@ -1483,10 +15339,6 @@
"examine": "A gap.",
"ids": "10859"
},
- {
- "examine": "North to Varrock :: East to the Digsite.",
- "ids": "1086"
- },
{
"examine": "A narrow ledge.",
"ids": "10860"
@@ -1503,18 +15355,10 @@
"examine": "A wooden plank.",
"ids": "10867,10868,10869,10870,10871,10872,10873,10874"
},
- {
- "examine": "South to the Wizards' Tower :: North to Draynor Village :: East to Lumbridge.",
- "ids": "1087"
- },
{
"examine": "A stone block.",
"ids": "10875,10876,10877,10878,10879,10880,10881"
},
- {
- "examine": "The ideal thing to sit on.",
- "ids": "1088,1115,3801,5345,5614,7385,7386,7387,10491,11489,12885,12886,13582,32032,36830,40039"
- },
{
"examine": "A gap.",
"ids": "10882,10883,10884,10885"
@@ -1523,18 +15367,6 @@
"examine": "A narrow ledge.",
"ids": "10886,10887,10888,10889,10890,10891,10892,10893,10894,10895,10896,10897,10898,10899,10900,10901,10902,10903,10904,10905,10906,10907,10908,10909,10910,10911,10912,10913,10914,10915,10916,10917,10918,10919,10920,10921,10922,10923,10924,10925,10926,10927,10928,10929,10930,10931,10932,10933,10934,10935,10936,10937,10938,10939,10940,10941,10942,10943"
},
- {
- "examine": "Not so good for sitting on.",
- "ids": "1089"
- },
- {
- "examine": "A comfortable seat.",
- "ids": "1090,1091,1092,11760,13583,13584,13585,13586,13587,32286"
- },
- {
- "examine": "Good for sitting on.",
- "ids": "1093,1094,1095,1102,5880,10492,12440,12441,12973,32033"
- },
{
"examine": "A rocky outcrop.",
"ids": "10944,10945,10946,10947,10948,10949"
@@ -1559,18 +15391,10 @@
"examine": "Made of sandstone and granite.",
"ids": "10958,10959,10960,10961"
},
- {
- "examine": "Good for rocking in!",
- "ids": "1096"
- },
{
"examine": "A large statue.",
"ids": "10962,10963,10964,10965,10966,10967,10968,10969,10970"
},
- {
- "examine": "A kingly seat for a royal behind.",
- "ids": "1097,1098,1099,1105,1108,1109,32285"
- },
{
"examine": "It has no limbs.",
"ids": "10971"
@@ -1683,14 +15507,6 @@
"examine": "The shadow and smoke globes are lit.",
"ids": "10999"
},
- {
- "examine": "I can climb up this.",
- "ids": "11"
- },
- {
- "examine": "The perfect way to sit at the bar.",
- "ids": "1100,1101"
- },
{
"examine": "The ice, shadow and smoke globes are lit.",
"ids": "11000"
@@ -1739,10 +15555,6 @@
"examine": "A finished wall.",
"ids": "11028,11029,11030,11031"
},
- {
- "examine": "Gnomes sit on these.",
- "ids": "1103"
- },
{
"examine": "A nearly finished wall.",
"ids": "11032,11033"
@@ -1759,10 +15571,6 @@
"examine": "A ruined wall.",
"ids": "11038,11039"
},
- {
- "examine": "Gnomes are found sitting here.",
- "ids": "1104"
- },
{
"examine": "A pile of bricks dislodged from the wall nearby.",
"ids": "11040"
@@ -1807,10 +15615,6 @@
"examine": "There's a recess on the top shaped like a head.",
"ids": "11059"
},
- {
- "examine": "Sit back and relax...",
- "ids": "1106,1107"
- },
{
"examine": "There's a sigil on it shaped like a Z.",
"ids": "11060"
@@ -1871,14 +15675,6 @@
"examine": "A rock.",
"ids": "11098,11099,11100,11101,11102,11103,11104,11105,11106,11107,11108,11109,11110,11111"
},
- {
- "examine": "Used for sitting on.",
- "ids": "1110"
- },
- {
- "examine": "Do I dare sit on this?",
- "ids": "1111"
- },
{
"examine": "This tree has long been dead.",
"ids": "11112"
@@ -1887,18 +15683,6 @@
"examine": "A dried up bush, void of life.",
"ids": "11113,11114,11115,11116,11117,11118,11119,11120,11121,11122,11123,11124,11125,11126,11127,11128,11129,11130,11131,11132,11133,11134,11135,11136,11137,11138,11139,11140"
},
- {
- "examine": "Church seating.",
- "ids": "1112"
- },
- {
- "examine": "Park it here...",
- "ids": "1113"
- },
- {
- "examine": "Wouldn't like to sit on that for too long...",
- "ids": "1114"
- },
{
"examine": "He's been trapped in there for a long time.",
"ids": "11141,11142,11143,11144,11145,11146,11147,11148,11149,11150"
@@ -1915,10 +15699,6 @@
"examine": "A simple stone pedestal.",
"ids": "11153,11154,11155,11156,11157,11158,11159,11160,11161"
},
- {
- "examine": "Keeps the neighbours out!",
- "ids": "1116,1117"
- },
{
"examine": "A big grinding thing.",
"ids": "11162,11163,11164"
@@ -1927,14 +15707,6 @@
"examine": "A rocky outcrop.",
"ids": "11165,11166,11167,11168,11169,11170,11171,11172,11173,11174,11175,11176,11177,11178,11179,11180,11181,11182,11183,11184,11185,11186,11187,11188,11189,11190,11191,11192,11193,11194,11195"
},
- {
- "examine": "Found in wild areas.",
- "ids": "1118"
- },
- {
- "examine": "These are commonly found.",
- "ids": "1119"
- },
{
"examine": "An elf-fashioned door.",
"ids": "11196,11197"
@@ -1947,10 +15719,6 @@
"examine": "The ladder back to the Runeversi challenge room.",
"ids": "11199"
},
- {
- "examine": "An unusual bush.",
- "ids": "1120"
- },
{
"examine": "The ladder to the Runesquares challenge room for experienced players.",
"ids": "11200"
@@ -1991,10 +15759,6 @@
"examine": "Permission to board?",
"ids": "11209,11210,11211,11212,11213"
},
- {
- "examine": "A wild bush.",
- "ids": "1121"
- },
{
"examine": "Ready...aim...fire!",
"ids": "11214"
@@ -2015,10 +15779,6 @@
"examine": "If I can't destroy this we're sunk.",
"ids": "11219"
},
- {
- "examine": "All the leaves have fallen off.",
- "ids": "1122,1123"
- },
{
"examine": "Let's hope they don't repair it.",
"ids": "11220,11221,11222,11223,11224,11225,11226,11227"
@@ -2051,10 +15811,6 @@
"examine": "I wouldn't be surprised if bits land over in Lumbridge.",
"ids": "11239"
},
- {
- "examine": "A commonly found bush.",
- "ids": "1124,36782"
- },
{
"examine": "Rigged to blow.",
"ids": "11240,11241,11242,11243"
@@ -2075,14 +15831,6 @@
"examine": "Cannons. Lots of cannons.",
"ids": "11248,11249,11250,11251,11252,11253,11254,11255,11256,11257,11258,11259,11260,11261,11262,11263,11264,11265,11266,11267,11268,11269,11270,11271,11272,11273,11274,11275"
},
- {
- "examine": "Bushy!",
- "ids": "1125"
- },
- {
- "examine": "A rose by any other name would still have prickly bits.",
- "ids": "1126"
- },
{
"examine": "Holds up the sails.",
"ids": "11276,11277,11278,11279"
@@ -2216,7 +15964,7 @@
"ids": "11354,11355"
},
{
- "examine": "A gateway back to 2009Scape.",
+ "examine": "A gateway back to RuneScape.",
"ids": "11356"
},
{
@@ -2299,10 +16047,6 @@
"examine": "Interface button up.",
"ids": "11399"
},
- {
- "examine": "An appliance for cooking with.",
- "ids": "114"
- },
{
"examine": "Interface button down.",
"ids": "11400"
@@ -2315,10 +16059,6 @@
"examine": "Interface button right.",
"ids": "11402"
},
- {
- "examine": "The bank teller will serve you from here.",
- "ids": "11402"
- },
{
"examine": "Interface button ignite.",
"ids": "11403"
@@ -2359,10 +16099,6 @@
"examine": "A rocky outcrop.",
"ids": "11424,11425,11426,11427,11428,11429,11430,11431,11432,11433,11434,11435,11436,11437,11438,11439,11440,11441,11442,11443,11444,11445,11446,11447,11448"
},
- {
- "examine": "A leafy bush.",
- "ids": "1144,1145,1146"
- },
{
"examine": "This door is locked.",
"ids": "11449"
@@ -2427,10 +16163,6 @@
"examine": "Disturbingly its eyes look everywhere in the room except at you.",
"ids": "11469"
},
- {
- "examine": "The abode of a fairy.",
- "ids": "1147,1148,1149"
- },
{
"examine": "The door is closed.",
"ids": "11470"
@@ -2507,14 +16239,6 @@
"examine": "These stairs look spooky!",
"ids": "11499"
},
- {
- "examine": "A party balloon.",
- "ids": "115,116,117,118,119,120"
- },
- {
- "examine": "Fairies need money too!",
- "ids": "1150"
- },
{
"examine": "A filthy but sturdy looking table.",
"ids": "11500"
@@ -2523,10 +16247,6 @@
"examine": "I'm not eating off that.",
"ids": "11501,11502,11503,11504,11505,11506,11507,11508,11509"
},
- {
- "examine": "A fairy is selling items here.",
- "ids": "1151"
- },
{
"examine": "This tree has long been dead.",
"ids": "11510"
@@ -2535,26 +16255,10 @@
"examine": "I can climb up these stairs.",
"ids": "11511,11512,11513,11514,11515,11516,11517,11518,11519,11520,11521,11522,11523,11524,11525,11526,11527,11528,11529,11530,11531,11532,11533,11534,11535,11536,11537,11538,11539,11540,11541,11542,11543,11544,11545"
},
- {
- "examine": "A small potted plant.",
- "ids": "1152"
- },
- {
- "examine": "Someone has planted this.",
- "ids": "1153"
- },
- {
- "examine": "A nicely potted fern.",
- "ids": "1154"
- },
{
"examine": "It's a strange machine.",
"ids": "11546,11547,11548,11549,11550"
},
- {
- "examine": "Better than weeding.",
- "ids": "1155"
- },
{
"examine": "It's a table for putting objects on.",
"ids": "11551"
@@ -2563,14 +16267,6 @@
"examine": "A rocky outcrop.",
"ids": "11552,11553,11554,11555,11556,11557,11558,11559,11560,11561,11562,11563,11564,11565,11566,11567,11568,11569,11570,11571,11572,11573,11574,11575,11576,11577,11578,11579,11580,11581,11582,11583,11584,11585,11586,11587,11588"
},
- {
- "examine": "I bet bees like this.",
- "ids": "1156,1157"
- },
- {
- "examine": "A large potted plant.",
- "ids": "1158,1159"
- },
{
"examine": "A wooden barrel for storage.",
"ids": "11589,11590,11591,11592,11593,11594,11595,11596,11597,11598,29333"
@@ -2579,10 +16275,6 @@
"examine": "A wooden crate.",
"ids": "11599"
},
- {
- "examine": "A plant in a bamboo pot.",
- "ids": "1160"
- },
{
"examine": "Convenient for storage.",
"ids": "11600"
@@ -2599,10 +16291,6 @@
"examine": "A simple torch stuck in the ground.",
"ids": "11606,11607,11608,11609,11610,11611,11612,11613"
},
- {
- "examine": "Cabbage... yuck!",
- "ids": "1161"
- },
{
"examine": "A barbarian flag.",
"ids": "11614,11615"
@@ -2619,10 +16307,6 @@
"examine": "Generally used for putting things on.",
"ids": "11619"
},
- {
- "examine": "Found near the water's edge.",
- "ids": "1162"
- },
{
"examine": "The entrance to the barbarians' longhall.",
"ids": "11620,11621,11622,11623,11624,11625"
@@ -2640,11 +16324,7 @@
"ids": "11629"
},
{
- "examine": "Not good for eating.",
- "ids": "1163,1164"
- },
- {
- "examine": "This tells you which way is which.",
+ "examine": "South to Falador :: West to Taverley :: East to Varrock.",
"ids": "11630,11631,11632,11633"
},
{
@@ -2655,10 +16335,6 @@
"examine": "Keeps unwelcome folk out of Falador.",
"ids": "11640,11641,11642,11643,11644,11645,11646,11647,11648,11649,11650,11651,11652,11653,11654,11655,11656"
},
- {
- "examine": "Fungal growth.",
- "ids": "1165"
- },
{
"examine": "A rack for displaying fine maces.",
"ids": "11657"
@@ -2671,10 +16347,6 @@
"examine": "A barrel of maces.",
"ids": "11659"
},
- {
- "examine": "Poisonous no doubt.",
- "ids": "1166"
- },
{
"examine": "A table bearing a fine selection of maces.",
"ids": "11660"
@@ -2695,10 +16367,6 @@
"examine": "A hot furnace.",
"ids": "11666,11667,11668,11669,11670,11671,11672,11673,36956"
},
- {
- "examine": "Fungal growth.",
- "ids": "1167"
- },
{
"examine": "Rising Sun Tavern.",
"ids": "11674"
@@ -2715,10 +16383,6 @@
"examine": "The traditional sign of a barber.",
"ids": "11678,11679,11680,11681"
},
- {
- "examine": "Poisonous no doubt.",
- "ids": "1168,1169"
- },
{
"examine": "A small wooden table.",
"ids": "11682,11683,11684,11685,11686,11687,11688,11689,11690,11691,11692"
@@ -2735,10 +16399,6 @@
"examine": "The flag of Asgarnia.",
"ids": "11699"
},
- {
- "examine": "I doubt that's edible.",
- "ids": "1170,1171,1172"
- },
{
"examine": "I thought he'd be bigger than that.",
"ids": "11700"
@@ -2811,10 +16471,6 @@
"examine": "I can climb up these stairs.",
"ids": "11729,11730"
},
- {
- "examine": "A commonly found fern.",
- "ids": "1173"
- },
{
"examine": "I can climb down these stairs.",
"ids": "11731"
@@ -2851,10 +16507,6 @@
"examine": "Allows access to above level.",
"ids": "11739,11740"
},
- {
- "examine": "Spiky!",
- "ids": "1174"
- },
{
"examine": "Allows access to level below.",
"ids": "11741,11742"
@@ -2887,10 +16539,6 @@
"examine": "A sturdy-looking round table.",
"ids": "11749,11750,11751,11752"
},
- {
- "examine": "A home for frogs.",
- "ids": "1175"
- },
{
"examine": "Armour of a White Knight. Decorative, but still effective.",
"ids": "11753,11754"
@@ -2916,11 +16564,7 @@
"ids": "11759"
},
{
- "examine": "Otherwise known as a lilypad.",
- "ids": "1176"
- },
- {
- "examine": "A carving of a figure from the history of 2009Scape.",
+ "examine": "A carving of a figure from the history of RuneScape.",
"ids": "11761"
},
{
@@ -2947,14 +16591,6 @@
"examine": "Dusty old books.",
"ids": "11767"
},
- {
- "examine": "A home for frogs.",
- "ids": "1177"
- },
- {
- "examine": "Smells lovely!",
- "ids": "1178"
- },
{
"examine": "What ancient rites were performed here?",
"ids": "11782,11783,11784,11785,11786,11787,11788"
@@ -2963,10 +16599,6 @@
"examine": "Weathered rocks.",
"ids": "11789,11790,11791,11792"
},
- {
- "examine": "Who is this Heather girl?",
- "ids": "1179"
- },
{
"examine": "Best used with a bucket.",
"ids": "11793"
@@ -2987,14 +16619,6 @@
"examine": "Makes your hair stay curly.",
"ids": "11799,11800,11801,11802,11803,11804,11805,11806,11807,11808,11809,11810,11811"
},
- {
- "examine": "I wonder why it's purple?",
- "ids": "1180"
- },
- {
- "examine": "I'd better not get stung.",
- "ids": "1181,1182,1183"
- },
{
"examine": "Running water",
"ids": "11812"
@@ -3003,10 +16627,6 @@
"examine": "Might be handy for a workman.",
"ids": "11813,11814,11815,11816,11817,11818,11819,11820,11821,11822,11823,11824,11825,11826,11827,11828,11829,11830,11831,11832,11833,11834,11835,11836,11837,11838,11839"
},
- {
- "examine": "The tendrils of a creeping plant.",
- "ids": "1184"
- },
{
"examine": "A pile of bricks.",
"ids": "11840,11841,11842,11843"
@@ -3023,14 +16643,6 @@
"examine": "Contains washing items.",
"ids": "11849,11850,11851,11852,11853,11854,11855,11856,11857,11858,11859,11860"
},
- {
- "examine": "Nicely planted.",
- "ids": "1185"
- },
- {
- "examine": "A large curling plant.",
- "ids": "1186"
- },
{
"examine": "A dwarven flag.",
"ids": "11861"
@@ -3055,10 +16667,6 @@
"examine": "A pile of parts for building a multicannon.",
"ids": "11869,11870,11871,11872"
},
- {
- "examine": "That's pretty.",
- "ids": "1187"
- },
{
"examine": "A crate containing parts for building a multicannon.",
"ids": "11873,11874"
@@ -3075,10 +16683,6 @@
"examine": "A simple place for a simple dwarf to sleep and dream of gold.",
"ids": "11877,11878,11879,11880,11881,11882,11883,11884,11885,11886,11887"
},
- {
- "examine": "Blooming!",
- "ids": "1188"
- },
{
"examine": "I can climb up these stairs.",
"ids": "11888"
@@ -3087,10 +16691,6 @@
"examine": "I can climb these stairs.",
"ids": "11889"
},
- {
- "examine": "Commonly found in grassy areas.",
- "ids": "1189"
- },
{
"examine": "I can climb down these stairs.",
"ids": "11890"
@@ -3119,14 +16719,6 @@
"examine": "Not suitable for sitting on.",
"ids": "11897,11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909"
},
- {
- "examine": "Is this the biggest flower around?",
- "ids": "1190"
- },
- {
- "examine": "These are huge!",
- "ids": "1191"
- },
{
"examine": "I hope I never meet one of those.",
"ids": "11910"
@@ -3139,38 +16731,6 @@
"examine": "A rocky outcrop.",
"ids": "11915,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928,11929,11930,11931,11932,11933,11934,11935,11936,11937,11938,11939,11940,11941,11942,11943,11944,11945,11946,11947,11948,11949,11950,11951,11952,11953,11954,11955,11956,11957,11958,11959,11960,11961,11962,11963,11964,11965,11966,11967,11968,11969,11970,11971,11972,11973,11974,11975,11976,11977,11978,11979,11980,11981,11982,11983,11984,11985,11986,11987,11988,11989,11990,11991,11992"
},
- {
- "examine": "A rare flower.",
- "ids": "1192"
- },
- {
- "examine": "Don't flowers make you feel better?",
- "ids": "1193"
- },
- {
- "examine": "Can this talk?",
- "ids": "1194"
- },
- {
- "examine": "You don't see that many of these.",
- "ids": "1195"
- },
- {
- "examine": "I wonder what these are?",
- "ids": "1196"
- },
- {
- "examine": "A rarely found flower.",
- "ids": "1197"
- },
- {
- "examine": "Very rare flowers.",
- "ids": "1198"
- },
- {
- "examine": "These smell nice.",
- "ids": "1199"
- },
{
"examine": "The door is closed.",
"ids": "11993"
@@ -3179,17 +16739,9 @@
"examine": "The door is open.",
"ids": "11994,11995,11996,11997,11998,11999,12000,12001,12002"
},
- {
- "examine": "A pile of rocks is blocking my path.",
- "ids": "12"
- },
- {
- "examine": "A bed of red flowers.",
- "ids": "1200"
- },
{
"examine": "Better not eat them!",
- "ids": "12003,12128"
+ "ids": "12003"
},
{
"examine": "It's going to be a tight squeeze!",
@@ -3199,22 +16751,6 @@
"examine": "Illuminating!",
"ids": "12005,12006,12007,12008,12009,12010,12011,12012,12013,12014,12015,12016,12017,12018,12019,12020,12021,12022,12023,12024,12025,12026,12027,12028,12029,12030,12031,12032,12033,12034,12035,12036,12037,12038,12039,12040"
},
- {
- "examine": "These are pretty.",
- "ids": "1201"
- },
- {
- "examine": "Found only in jungle areas.",
- "ids": "1202"
- },
- {
- "examine": "A very rare exotic flower.",
- "ids": "1203"
- },
- {
- "examine": "A small fernlike plant.",
- "ids": "1204"
- },
{
"examine": "It'll be a tight squeeze.",
"ids": "12041"
@@ -3227,14 +16763,6 @@
"examine": "A magic door.",
"ids": "12045,12046,12047,12048,12049,12050,12051,12052,12053,12054,12055,12056,12057,12058,12059"
},
- {
- "examine": "The leaves of a nasty creeping plant.",
- "ids": "1205"
- },
- {
- "examine": "The flower of a nasty creeping plant.",
- "ids": "1206,1207,1208"
- },
{
"examine": "Shelves of colourful potion gourds!",
"ids": "12060,12061"
@@ -3279,10 +16807,6 @@
"examine": "Better not eat them!",
"ids": "12094,12095,12096,12097,12098,12099,14121"
},
- {
- "examine": "Aren't they pretty?",
- "ids": "121"
- },
{
"examine": "A hot furnace.",
"ids": "12100,12101"
@@ -3357,7 +16881,7 @@
},
{
"examine": "A wall jutting out into the path.",
- "ids": "12127,12129,12130"
+ "ids": "12127,12128,12129,12130"
},
{
"examine": "Spooky.",
@@ -3399,10 +16923,6 @@
"examine": "canoe",
"ids": "12168,12169,12170,12171,12172,12173,12174,12175,12176,12177,12178,12179,12180,12181,12182,12183,12184,12185,12186,12187,12188,12189,12190,12191,12192,12193,12194,12195,12196,12197,12198,12199,12200"
},
- {
- "examine": "Paaaarty!",
- "ids": "122"
- },
{
"examine": "A well, it is not safe to climb down.",
"ids": "12201"
@@ -3551,10 +17071,6 @@
"examine": "Tick tock.",
"ids": "12293,12294,12295,12296,12297,12298,12299,12300"
},
- {
- "examine": "A party balloon.",
- "ids": "123,124,125,126,127,128,129,130"
- },
{
"examine": "Little candles flickering.",
"ids": "12301,12302,12303,12304,12305,12306,12307,12308"
@@ -3563,10 +17079,6 @@
"examine": "It's open.",
"ids": "12309"
},
- {
- "examine": "Nasty curling tendrils of a creeping plant.",
- "ids": "1231"
- },
{
"examine": "Someone should be sitting here.",
"ids": "12310,12311"
@@ -4075,10 +17587,6 @@
"examine": "You seem to make out some writing.",
"ids": "12750,12751,12752,12753,12754,12755,12756,12757,12758,12759,12760"
},
- {
- "examine": "One of the most common trees in 2009Scape.",
- "ids": "1276"
- },
{
"examine": "A rotten looking door.",
"ids": "12761,12762"
@@ -4107,10 +17615,6 @@
"examine": "Perhaps I should search it.",
"ids": "12769"
},
- {
- "examine": "A healthy young tree.",
- "ids": "1277"
- },
{
"examine": "A small cave entrance.",
"ids": "12770,12771,12772"
@@ -4143,10 +17647,6 @@
"examine": "I can climb this.",
"ids": "12779"
},
- {
- "examine": "A commonly found tree.",
- "ids": "1278,1279"
- },
{
"examine": "A wooden ladder.",
"ids": "12780,12781"
@@ -4199,10 +17699,6 @@
"examine": "This bank booth could probably be repaired.",
"ids": "12799"
},
- {
- "examine": "A healthy young tree.",
- "ids": "1280"
- },
{
"examine": "This bank booth is too damaged to use.",
"ids": "12800,12801"
@@ -4231,10 +17727,6 @@
"examine": "A repaired furnace, hot and ready for action.",
"ids": "12809,12810,12811"
},
- {
- "examine": "A beautiful old oak.",
- "ids": "1281"
- },
{
"examine": "Hardened earth, with bits of rock in it, not easy to move.",
"ids": "12812"
@@ -4255,10 +17747,6 @@
"examine": "A wooden gate.",
"ids": "12816,12817,12818,12819"
},
- {
- "examine": "This tree has long been dead.",
- "ids": "1282,1283,1284"
- },
{
"examine": "A path leading out of this swampy dead end.",
"ids": "12820,12821,12822,12823,12824,12825,12826,12827,12828,12829,12830,12831,12832,12833,12834,12835,12836,12837,12838,12839,12840,12841,12842,12843"
@@ -4267,10 +17755,6 @@
"examine": "A veritable pile of bricks.",
"ids": "12844,12845,12846,12847,12848,12849,12850,12851,12852,12853,12854"
},
- {
- "examine": "An old weather beaten tree.",
- "ids": "1285"
- },
{
"examine": "It's a bit broken.",
"ids": "12855"
@@ -4283,10 +17767,6 @@
"examine": "Actually, I could do with a drink...never mind...I wasn't thirsty anyway.",
"ids": "12857,12858,12859,12860,12861,12862,12863,12864,12865,12866,12867,12868,12869,12870,12871"
},
- {
- "examine": "It's only useful for firewood now.",
- "ids": "1286,1287,1288,1289,1290,1291"
- },
{
"examine": "Where does this go?",
"ids": "12872"
@@ -4371,14 +17851,6 @@
"examine": "A wooden ladder.",
"ids": "12906,12907,12908,12909,12910,12911,12912,12913,12914,12915,12916,12917,12918,12919,12920,12921,12922,12923,12924,12925,12926,12927,12928,12929,12930,12931,12932"
},
- {
- "examine": "An ancient magical tree.",
- "ids": "1292"
- },
- {
- "examine": "An ancient sentient tree.",
- "ids": "1293,1294,1295"
- },
{
"examine": "Items are for sale here.",
"ids": "12933,12934,12935,12936,12937,12938,12939,12940"
@@ -4391,10 +17863,6 @@
"examine": "It's not a schooner, it's a sailboat.",
"ids": "12944,12945,12946,12947,12948,12949,12950,12951,12952,12953,12954,12955,12956,12957,12958,12959,12960"
},
- {
- "examine": "This tree has fallen to the ground.",
- "ids": "1296"
- },
{
"examine": "A wooden crate.",
"ids": "12961"
@@ -4423,10 +17891,6 @@
"examine": "Something is cooking nicely here.",
"ids": "12969"
},
- {
- "examine": "This tree was either the victim of weather or mankind.",
- "ids": "1297"
- },
{
"examine": "A well slept in bed.",
"ids": "12970"
@@ -4451,10 +17915,6 @@
"examine": "This chair rocks",
"ids": "12979"
},
- {
- "examine": "A commonly found fern.",
- "ids": "1298"
- },
{
"examine": "A stand for hats!",
"ids": "12981"
@@ -4467,18 +17927,6 @@
"examine": "A wooden gate.",
"ids": "12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,12997,12998,12999,13000"
},
- {
- "examine": "Is this a weed?",
- "ids": "1299"
- },
- {
- "examine": "Mud caved in from above.",
- "ids": "13"
- },
- {
- "examine": "A fern is growing here.",
- "ids": "1300"
- },
{
"examine": "The door is closed.",
"ids": "13001"
@@ -4499,46 +17947,10 @@
"examine": "A desert door.",
"ids": "13006,13007,13008,13009,13010,13011,13012,13013,13014"
},
- {
- "examine": "Home to many unusual creatures.",
- "ids": "1301"
- },
{
"examine": "A timber door.",
"ids": "13015,13016,13017,13018,13019,13020,13021,13022,13023,13024,13025,13026,13027,13028,13029,13030,13031,13032,13033,13034,13035,13036,13037,13038,13039,13040,13041,13042,13043,13044,13045,13046,13047,13048,13049,13050,13051,13052,13053,13054,13055,13056,13057,13058,13059,13060,13061,13062,13063,13064,13065,13066,13067,13068,13069,13070,13071,13072,13073,13074,13075,13076,13077,13078,13079,13080,13081,13082,13083,13084,13085,13086,13087,13088,13089,13090,13091,13092,13093"
},
- {
- "examine": "A leafy tree.",
- "ids": "1302"
- },
- {
- "examine": "A tree found in tropical areas.",
- "ids": "1303,1304,1305"
- },
- {
- "examine": "The tree shimmers with a magical force.",
- "ids": "1306"
- },
- {
- "examine": "I bet this makes good syrup!",
- "ids": "1307"
- },
- {
- "examine": "These trees are found near water.",
- "ids": "1308"
- },
- {
- "examine": "A splendid tree.",
- "ids": "1309"
- },
- {
- "examine": "The door is closed.",
- "ids": "131"
- },
- {
- "examine": "This tree has vines hanging from it.",
- "ids": "1310"
- },
{
"examine": "A way in to the house.",
"ids": "13100,13101,13102,13103,13104,13105,13106"
@@ -4547,26 +17959,14 @@
"examine": "I'm sure the animal is glad its fur was put to good use.",
"ids": "13107,13108,13109,13110,13111,13112,13113,13114,13115,13116,13117"
},
- {
- "examine": "This would be good to sleep under.",
- "ids": "1311"
- },
{
"examine": "A posh door.",
"ids": "13118,13119,13120,13121,13122,13123,13124,13125"
},
- {
- "examine": "An essential for tropical islands.",
- "ids": "1312"
- },
{
"examine": "A place to train unarmed combat with your friends.",
"ids": "13126,13127,13128,13129,13130,13131,13132"
},
- {
- "examine": "An unusual tree grows here.",
- "ids": "1313,1314"
- },
{
"examine": "A place to train weapon skills with your friends.",
"ids": "13133,13134,13135,13136"
@@ -4595,10 +17995,6 @@
"examine": "Great for sleeping in.",
"ids": "13148,13149,13150,13151,13152,13153,13154"
},
- {
- "examine": "A hardy evergreen tree.",
- "ids": "1315,1316"
- },
{
"examine": "A place to keep your shoes.",
"ids": "13155"
@@ -4623,10 +18019,6 @@
"examine": "No little mouse to be seen.",
"ids": "13169,13170,13171"
},
- {
- "examine": "A young sentient tree.",
- "ids": "1317"
- },
{
"examine": "The holy symbol of the god of light.",
"ids": "13172"
@@ -4659,10 +18051,6 @@
"examine": "An oak altar with a symbol of Saradomin.",
"ids": "13179"
},
- {
- "examine": "This would make good firewood.",
- "ids": "1318,1319"
- },
{
"examine": "An oak altar with a symbol of Zamorak.",
"ids": "13180"
@@ -4743,14 +18131,6 @@
"examine": "A gilded marble altar with a symbol of Guthix.",
"ids": "13199"
},
- {
- "examine": "An escape route.",
- "ids": "132"
- },
- {
- "examine": "The branch is infested with moss.",
- "ids": "1320,1321"
- },
{
"examine": "The smoke goes up to the gods.",
"ids": "13200,13201,13202,13203,13204,13205,13206,13207,13208,13209,13210,13211,13212,13213"
@@ -4779,10 +18159,6 @@
"examine": "It fills the room with coloured light.",
"ids": "13219"
},
- {
- "examine": "The trunk of this tree is hollow.",
- "ids": "1322"
- },
{
"examine": "What nice shapes you can make out of glass!",
"ids": "13220"
@@ -4823,10 +18199,6 @@
"examine": "What nice shapes you can make out of glass!",
"ids": "13229"
},
- {
- "examine": "A gnarly old tree root.",
- "ids": "1323"
- },
{
"examine": "It fills the room with coloured light.",
"ids": "13230"
@@ -4867,10 +18239,6 @@
"examine": "It fills the room with coloured light.",
"ids": "13239"
},
- {
- "examine": "The roots of a tree are exposed.",
- "ids": "1324"
- },
{
"examine": "What nice shapes you can make out of glass!",
"ids": "13240"
@@ -4911,10 +18279,6 @@
"examine": "What nice shapes you can make out of glass!",
"ids": "13249"
},
- {
- "examine": "I hope I don't trip over any of these.",
- "ids": "1325"
- },
{
"examine": "It fills the room with coloured light.",
"ids": "13250"
@@ -4955,10 +18319,6 @@
"examine": "It fills the room with coloured light.",
"ids": "13259"
},
- {
- "examine": "A terribly tall tropical tree.",
- "ids": "1326,1327,1328"
- },
{
"examine": "What nice shapes you can make out of glass!",
"ids": "13260"
@@ -5067,10 +18427,6 @@
"examine": "There must surely be treasure in a chest this expensive!",
"ids": "13289,13290"
},
- {
- "examine": "Leaves of a bamboo tree.",
- "ids": "1329"
- },
{
"examine": "Could the magic be guarding some treasure?",
"ids": "13291,13292"
@@ -5103,14 +18459,6 @@
"examine": "Marble and mahogany, ooh.",
"ids": "13299"
},
- {
- "examine": "Looks spooky down there.",
- "ids": "133"
- },
- {
- "examine": "It's thick with snow.",
- "ids": "1330,1331,1332"
- },
{
"examine": "A basic wooden dining bench.",
"ids": "13300"
@@ -5183,10 +18531,6 @@
"examine": "A teak ladder.",
"ids": "13329"
},
- {
- "examine": "This old tree has been taken over by parasitic plants.",
- "ids": "1333"
- },
{
"examine": "A mahogany ladder.",
"ids": "13330"
@@ -5207,10 +18551,6 @@
"examine": "Invisible?",
"ids": "13338,13339,13340"
},
- {
- "examine": "This old tree is rotting away.",
- "ids": "1334,1335,1336,1337,1338"
- },
{
"examine": "Even a dungeon needs light!",
"ids": "13341,13342,13343"
@@ -5259,10 +18599,6 @@
"examine": "A pet Troll!",
"ids": "13369"
},
- {
- "examine": "Steps*Leads to the surface.",
- "ids": "1337"
- },
{
"examine": "No spider could get that big! It's unrealistic!",
"ids": "13370"
@@ -5339,10 +18675,6 @@
"examine": "Is there a prize inside?",
"ids": "13389"
},
- {
- "examine": "They're just waiting to trip someone up.",
- "ids": "1339,1340"
- },
{
"examine": "A private jester.",
"ids": "13390,13391"
@@ -5363,10 +18695,6 @@
"examine": "Someone hooped it!",
"ids": "13399"
},
- {
- "examine": "A large double door.",
- "ids": "134,135,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,4423,4424,4425,4426,4427,4428,4429,4430,4629,4630,4631,4632,4633,4634,4635,4963,4964,12349,12350,12446,12447,12448,12449,13094,13095,13096,13097,13098,13099,31814,31815,31816"
- },
{
"examine": "More humane than using an actual bull's eye.",
"ids": "13400,13401"
@@ -5400,11 +18728,7 @@
"ids": "13409,13410"
},
{
- "examine": "This tree has been cut down.",
- "ids": "1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359"
- },
- {
- "examine": "One of the most common trees in 2009Scape.",
+ "examine": "One of the most common trees in RuneScape.",
"ids": "13411,13412"
},
{
@@ -5672,11 +18996,11 @@
"ids": "13525"
},
{
- "examine": "A map of 2009Scape.",
+ "examine": "A map of RuneScape.",
"ids": "13526"
},
{
- "examine": "A map of 2009Scape including major cave systems.",
+ "examine": "A map of RuneScape including major cave systems.",
"ids": "13527"
},
{
@@ -5803,14 +19127,6 @@
"examine": "A good source of books!",
"ids": "13597,13598,13599"
},
- {
- "examine": "The door is closed.",
- "ids": "136"
- },
- {
- "examine": "This tree contains dangerous insects no doubt.",
- "ids": "1360,1361,1362"
- },
{
"examine": "A good source of scrolls!",
"ids": "13600,13601,13602"
@@ -5852,91 +19168,87 @@
"ids": "13614"
},
{
- "examine": "A gateway to Varrock.",
+ "examine": "A gateway to Varrock",
"ids": "13615"
},
{
- "examine": "A gateway to Lumbridge.",
+ "examine": "A gateway to Lumbridge",
"ids": "13616"
},
{
- "examine": "A gateway to Falador.",
+ "examine": "A gateway to Falador",
"ids": "13617"
},
{
- "examine": "A gateway to Camelot.",
+ "examine": "A gateway to Camelot",
"ids": "13618"
},
{
- "examine": "A gateway to Ardougne.",
+ "examine": "A gateway to Ardougne",
"ids": "13619"
},
{
- "examine": "A gateway to the Yanille watchtower.",
+ "examine": "A gateway to the Yanille watchtower",
"ids": "13620"
},
{
- "examine": "A gateway to Kharyrll.",
+ "examine": "A gateway to Trollheim",
"ids": "13621"
},
{
- "examine": "A gateway to Varrock.",
+ "examine": "A gateway to Varrock",
"ids": "13622"
},
{
- "examine": "A gateway to Lumbridge.",
+ "examine": "A gateway to Lumbridge",
"ids": "13623"
},
{
- "examine": "A gateway to Falador.",
+ "examine": "A gateway to Falador",
"ids": "13624"
},
{
- "examine": "A gateway to Camelot.",
+ "examine": "A gateway to Camelot",
"ids": "13625"
},
{
- "examine": "A gateway to Ardougne.",
+ "examine": "A gateway to Ardougne",
"ids": "13626"
},
{
- "examine": "A gateway to the Yanille watchtower.",
+ "examine": "A gateway to the Yanille watchtower",
"ids": "13627"
},
{
- "examine": "A gateway to Kharyrll.",
+ "examine": "A gateway to Trollheim",
"ids": "13628"
},
{
- "examine": "A gateway to Varrock.",
+ "examine": "A gateway to Varrock",
"ids": "13629"
},
{
- "examine": "They're just waiting to trip someone up.",
- "ids": "1363,1364"
- },
- {
- "examine": "A gateway to Lumbridge.",
+ "examine": "A gateway to Lumbridge",
"ids": "13630"
},
{
- "examine": "A gateway to Falador.",
+ "examine": "A gateway to Falador",
"ids": "13631"
},
{
- "examine": "A gateway to Camelot.",
+ "examine": "A gateway to Camelot",
"ids": "13632"
},
{
- "examine": "A gateway to Ardougne.",
+ "examine": "A gateway to Ardougne",
"ids": "13633"
},
{
- "examine": "A gateway to the Yanille watchtower.",
+ "examine": "A gateway to the Yanille watchtower",
"ids": "13634"
},
{
- "examine": "A gateway to Kharyrll.",
+ "examine": "A gateway to Trollheim",
"ids": "13635"
},
{
@@ -5967,10 +19279,6 @@
"examine": "A wooden planet of your very own.",
"ids": "13649,13650,13651,13652,13653"
},
- {
- "examine": "It's only useful for firewood now.",
- "ids": "1365"
- },
{
"examine": "A wooden solar system of your very own.",
"ids": "13654,13655"
@@ -5983,10 +19291,6 @@
"examine": "Use an elemental staff on it.",
"ids": "13659,13660,13661"
},
- {
- "examine": "A gnarly old tree root.",
- "ids": "1366"
- },
{
"examine": "If there's a recipe for the philosopher's stone there, you can't see it.",
"ids": "13662"
@@ -6003,10 +19307,6 @@
"examine": "Sit here and rule all you survey.",
"ids": "13665,13666,13667,13668,13669,13670,13671"
},
- {
- "examine": "The roots of this tree are exposed.",
- "ids": "1367"
- },
{
"examine": "Pull this to activate your machinery of doom!",
"ids": "13672,13673,13674"
@@ -6031,10 +19331,6 @@
"examine": "Go through this teak trapdoor to see the pit below your throne room.",
"ids": "13679"
},
- {
- "examine": "I hope I don't trip over any of these.",
- "ids": "1368"
- },
{
"examine": "Go through this mahogany trapdoor to see the pit below your throne room.",
"ids": "13680"
@@ -6051,10 +19347,6 @@
"examine": "What could happen on this spot?",
"ids": "13684,13685,13686,13687,13688,13689"
},
- {
- "examine": "An unusual tree grows here.",
- "ids": "1369"
- },
{
"examine": "An elengant cloth hanging.",
"ids": "13690"
@@ -6095,10 +19387,6 @@
"examine": "Hammer, chisel, saw and shears.",
"ids": "13699"
},
- {
- "examine": "This old tree is rotting away.",
- "ids": "1370"
- },
{
"examine": "Bucket, spade, tinderbox and knife.",
"ids": "13700"
@@ -6123,10 +19411,6 @@
"examine": "You can do delicate crafting here.",
"ids": "13709,13710,13711,13712"
},
- {
- "examine": "This tree contains dangerous insects no doubt.",
- "ids": "1371,1372,1373,1374,1375,1376,1377"
- },
{
"examine": "You can repair broken staffs and arrows here.",
"ids": "13713"
@@ -6351,10 +19635,6 @@
"examine": "A shield with a picture of a skull.",
"ids": "13779"
},
- {
- "examine": "This old tree is rotting away.",
- "ids": "1378,1379"
- },
{
"examine": "A shield with the symbol of Varrock.",
"ids": "13780"
@@ -6435,10 +19715,6 @@
"examine": "The symbol of Asgarnia.",
"ids": "13799"
},
- {
- "examine": "A gnarly old tree root.",
- "ids": "1380"
- },
{
"examine": "The symbol of the Dorgeshuun.",
"ids": "13800"
@@ -6479,10 +19755,6 @@
"examine": "A picture of a money bag.",
"ids": "13809"
},
- {
- "examine": "The roots of this tree are exposed.",
- "ids": "1381"
- },
{
"examine": "The symbol of Saradomin.",
"ids": "13810"
@@ -6523,10 +19795,6 @@
"examine": "The symbol of Guthix.",
"ids": "13819"
},
- {
- "examine": "I hope I don't trip over any of these.",
- "ids": "1382"
- },
{
"examine": "The symbol of the HAM cult.",
"ids": "13820"
@@ -6567,10 +19835,6 @@
"examine": "The symbol of Zamorak.",
"ids": "13829"
},
- {
- "examine": "This tree has long been dead.",
- "ids": "1383"
- },
{
"examine": "This should have resolved!",
"ids": "13830"
@@ -6603,10 +19867,6 @@
"examine": "Gloopy, sticky, muddy bog...",
"ids": "13838,13839"
},
- {
- "examine": "It's only useful for firewood now.",
- "ids": "1384"
- },
{
"examine": "A bush made up of long slender branches.",
"ids": "13840"
@@ -6643,14 +19903,6 @@
"examine": "Small swamp tree.",
"ids": "13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863"
},
- {
- "examine": "A gnarly old tree root.",
- "ids": "1385"
- },
- {
- "examine": "The roots of this tree are exposed.",
- "ids": "1386"
- },
{
"examine": "It's our transport across the swamp.",
"ids": "13864,13865"
@@ -6659,10 +19911,6 @@
"examine": "A path leading out of this swampy dead end.",
"ids": "13866,13867,13868,13869,13870"
},
- {
- "examine": "I hope I don't trip over any of these.",
- "ids": "1387"
- },
{
"examine": "A path leading out of this swampy dead end, you'll be running away if you go down here.",
"ids": "13871"
@@ -6683,10 +19931,6 @@
"examine": "Get me out of here!",
"ids": "13879,13880"
},
- {
- "examine": "They're just waiting to trip someone up.",
- "ids": "1388,1389"
- },
{
"examine": "Very hot!",
"ids": "13881"
@@ -6703,10 +19947,6 @@
"examine": "There's no way I'm going in there!",
"ids": "13899"
},
- {
- "examine": "Commonly found in these parts.",
- "ids": "1390"
- },
{
"examine": "Doesn't look so scary now.",
"ids": "13900"
@@ -6719,26 +19959,14 @@
"examine": "The exit to the surface.",
"ids": "13904,13905,13906,13907,13908,13909,13910,13911,13912"
},
- {
- "examine": "A leafy plant.",
- "ids": "1391"
- },
{
"examine": "Where does it lead?",
"ids": "13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924"
},
- {
- "examine": "A leafy fern.",
- "ids": "1392"
- },
{
"examine": "What's that?",
"ids": "13925,13926,13927,13928,13929,13930,13931"
},
- {
- "examine": "A small bushy plant.",
- "ids": "1393"
- },
{
"examine": "I think it's the way out.",
"ids": "13932"
@@ -6751,26 +19979,10 @@
"examine": "Does that really exist?",
"ids": "13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966"
},
- {
- "examine": "A leafy shrub.",
- "ids": "1394"
- },
- {
- "examine": "No flies on me.",
- "ids": "1395"
- },
- {
- "examine": "How do these things manage to grow?",
- "ids": "1396"
- },
{
"examine": "Should I go down there?",
"ids": "13967,13968,13969"
},
- {
- "examine": "This cactus has recently had a chunk taken off.",
- "ids": "1397"
- },
{
"examine": "I can use that rope now.",
"ids": "13970"
@@ -6779,14 +19991,6 @@
"examine": "Should I go down there?",
"ids": "13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993"
},
- {
- "examine": "A leafy fern.",
- "ids": "1398"
- },
- {
- "examine": "This has broad leaves.",
- "ids": "1399"
- },
{
"examine": "Oooo, sharp, pointy things!",
"ids": "13994,13995,13996,13997,13998"
@@ -6795,14 +19999,6 @@
"examine": "This will take me back to the surface.",
"ids": "13999,14000,14001"
},
- {
- "examine": "Intended to keep the goblins away from the mines.",
- "ids": "14,15,16,17,18,19,20"
- },
- {
- "examine": "A large waxy jungle plant.",
- "ids": "1400"
- },
{
"examine": "A sign warning of danger.",
"ids": "14002"
@@ -6811,150 +20007,6 @@
"examine": "Why do I never take time to look at the grass?",
"ids": "14003"
},
- {
- "examine": "Well, I have the logs in place, now to get something to boil.",
- "ids": "14005"
- },
- {
- "examine": "Covered in a thick layer of grease.",
- "ids": "14006"
- },
- {
- "examine": "I'm glad this isn't for dinner.",
- "ids": "14007"
- },
- {
- "examine": "This smells so very, very bad...",
- "ids": "14008"
- },
- {
- "examine": "It seems to have all boiled away.",
- "ids": "14009"
- },
- {
- "examine": "A type of jungle fern.",
- "ids": "1401"
- },
- {
- "examine": "A large waxy jungle plant.",
- "ids": "1402"
- },
- {
- "examine": "How do these things manage to grow?",
- "ids": "1403,1404,1405,1406"
- },
- {
- "examine": "Leaves a nasty mark.",
- "ids": "1407"
- },
- {
- "examine": "Looks spiky.",
- "ids": "1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503"
- },
- {
- "examine": "The wood burning here must be full of salt.",
- "ids": "14169"
- },
- {
- "examine": "Doesn't look like it'll be sailing again.",
- "ids": "14173"
- },
- {
- "examine": "Looks a bit damp.",
- "ids": "14174"
- },
- {
- "examine": "Stop examining signs! You're in the Wilderness now!",
- "ids": "14503"
- },
- {
- "examine": "Danger, Wilderness up ahead. Last chance to turn back...",
- "ids": "14504"
- },
- {
- "examine": "Danger, Wilderness up ahead. Watch out for the Beast!",
- "ids": "14505"
- },
- {
- "examine": "Danger, Wilderness up ahead. Beware of stray magma.",
- "ids": "14506"
- },
- {
- "examine": "Danger, Wilderness up ahead. Almost certain death!",
- "ids": "14507"
- },
- {
- "examine": "Rough but adequate.",
- "ids": "14918"
- },
- {
- "examine": "A wooden crate.",
- "ids": "15030"
- },
- {
- "examine": "A wooden crate.",
- "ids": "15031"
- },
- {
- "examine": "Some wooden crates.",
- "ids": "15032"
- },
- {
- "examine": "The door is open.",
- "ids": "1504"
- },
- {
- "examine": "The door is closed.",
- "ids": "1505"
- },
- {
- "examine": "A sturdy wooden door.",
- "ids": "1506,1507,1508,1509,1510,1511,1512,1513,1514,1515"
- },
- {
- "examine": "Smelly.",
- "ids": "152"
- },
- {
- "examine": "The curtain is closed.",
- "ids": "1526,1527,1528"
- },
- {
- "examine": "The curtain is open.",
- "ids": "1529"
- },
- {
- "examine": "An ornate fountain.",
- "ids": "153,36781"
- },
- {
- "examine": "The door is closed.",
- "ids": "1530"
- },
- {
- "examine": "The door is open.",
- "ids": "1531,1532"
- },
- {
- "examine": "A nicely fitted door.",
- "ids": "1533,1534,1535"
- },
- {
- "examine": "An ornately-fashioned door.",
- "ids": "1536"
- },
- {
- "examine": "An elf-fashioned door.",
- "ids": "1537,1538"
- },
- {
- "examine": "Solid bars of iron.",
- "ids": "1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550"
- },
- {
- "examine": "A pipe I can squeeze through.",
- "ids": "154,2287,2288,2290,2291,2292,2293,3236,3237,4058,5099,5100,5101,5102,5152,5153,5154,5155,9293,9295,10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075,29370"
- },
{
"examine": "Home sweet home?",
"ids": "15477"
@@ -6963,790 +20015,26 @@
"examine": "Home sweet home?",
"ids": "15480"
},
- {
- "examine": "Lots of books.",
- "ids": "155,156,157"
- },
- {
- "examine": "Baby bread.",
- "ids": "15506,15507"
- },
- {
- "examine": "A wooden gate.",
- "ids": "1551,1552,1553,1554,1555,1556"
- },
- {
- "examine": "Probably looked better mounted on the dragon's neck.",
- "ids": "15564"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567"
- },
- {
- "examine": "The body of a Dwarf savaged by Goblins.",
- "ids": "15596"
- },
- {
- "examine": "I wonder what's under it?",
- "ids": "1568,1569"
- },
- {
- "examine": "I wonder what's down there?",
- "ids": "1570,1571"
- },
- {
- "examine": "This door has been boarded up.",
- "ids": "1572"
- },
- {
- "examine": "A door to a grand place.",
- "ids": "1573,1574,1575,1576"
- },
{
"examine": "Home sweet home?",
"ids": "15748"
},
- {
- "examine": "Looks like part of the entrance is blocked by rubble.",
- "ids": "15767"
- },
- {
- "examine": "The top of the archway.",
- "ids": "1577,1578,1579"
- },
- {
- "examine": "This wall looks odd...",
- "ids": "158,159"
- },
- {
- "examine": "The base of the archway.",
- "ids": "1580,1581,1582"
- },
- {
- "examine": "Cave exit.",
- "ids": "15812"
- },
- {
- "examine": "There is something strange about this wall...",
- "ids": "1583,1584,1585,1586,1587,1588"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "1589,1590"
- },
- {
- "examine": "The door is closed.",
- "ids": "1591"
- },
- {
- "examine": "Something is strange about this panel.",
- "ids": "1592,1593"
- },
- {
- "examine": "An entranceway into the dungeon.",
- "ids": "1594"
- },
- {
- "examine": "The way in.",
- "ids": "1595"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "1596,1597"
- },
- {
- "examine": "A wooden gate.",
- "ids": "1598,1599"
- },
- {
- "examine": "I wonder what this does...",
- "ids": "160"
- },
- {
- "examine": "The doors to the Magic Guild.",
- "ids": "1600"
- },
- {
- "examine": "The doors to the Magic guild.",
- "ids": "1601,1602,1603,1604,1605,1606,1607,1608"
- },
- {
- "examine": "Danger - Possibly deadly creatures below!",
- "ids": "16083,16151,16117"
- },
- {
- "examine": "A wooden structure used in the process of building.",
- "ids": "1609,1610,1611,1612"
- },
- {
- "examine": "This timber is broken",
- "ids": "1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660"
- },
- {
- "examine": "I'm not touching that.",
- "ids": "162,163,164"
- },
- {
- "examine": "A special furnace for destroying contaminated items.",
- "ids": "165"
- },
- {
- "examine": "A wooden gate.",
- "ids": "166,167"
- },
- {
- "examine": "A pile of bricks.",
- "ids": "1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "170"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "171"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "172"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "1722,36791"
- },
- {
- "examine": "They go down.",
- "ids": "1723"
- },
- {
- "examine": "I can climb down these stairs.",
- "ids": "1724"
- },
- {
- "examine": "I can climb up this.",
- "ids": "1725,36768,36771"
- },
- {
- "examine": "I can climb down this.",
- "ids": "1726,1727,1728"
- },
- {
- "examine": "I can climb this.",
- "ids": "1729,36347,36363,36644"
- },
- {
- "examine": "A sealed barrel with a warning sign on it.",
- "ids": "17296"
- },
- {
- "examine": "A barrel with a warning sign on it.",
- "ids": "17297"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "173"
- },
- {
- "examine": "Dare I go up?",
- "ids": "1730"
- },
- {
- "examine": "A wooden barrel for storage.",
- "ids": "17308,31136,36798"
- },
- {
- "examine": "These stairs look spooky!",
- "ids": "1731,1732"
- },
- {
- "examine": "I can use these stairs to climb down.",
- "ids": "1733"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "1734"
- },
- {
- "examine": "A rickety old staircase.",
- "ids": "1735"
- },
- {
- "examine": "I can climb down these stairs.",
- "ids": "1736"
- },
- {
- "examine": "Large urn.",
- "ids": "17362"
- },
- {
- "examine": "I can climb up these stairs.",
- "ids": "1737,1738"
- },
- {
- "examine": "I can climb up or go down these stairs.",
- "ids": "1739"
- },
- {
- "examine": "I can climb down these stairs.",
- "ids": "1740,1741"
- },
- {
- "examine": "I can climb up these stairs.",
- "ids": "1742"
- },
- {
- "examine": "I can climb up or go down these stairs.",
- "ids": "1743"
- },
- {
- "examine": "I can climb down these stairs.",
- "ids": "1744,1745"
- },
- {
- "examine": "I can climb down this.",
- "ids": "1746"
- },
- {
- "examine": "Where people may put themselves.",
- "ids": "17462"
- },
- {
- "examine": "I can climb this.",
- "ids": "1747,1748"
- },
- {
- "examine": "I can climb down this.",
- "ids": "1749"
- },
- {
- "examine": "I can climb this.",
- "ids": "1750,1751"
- },
- {
- "examine": "I can't climb this.",
- "ids": "1752"
- },
- {
- "examine": "It's useless.",
- "ids": "1753"
- },
- {
- "examine": "I can climb down this.",
- "ids": "1754"
- },
- {
- "examine": "I can climb this.",
- "ids": "1755"
- },
- {
- "examine": "I can climb down this.",
- "ids": "1756"
- },
- {
- "examine": "I can climb this.",
- "ids": "1757"
- },
- {
- "examine": "Not much use really.",
- "ids": "1758"
- },
- {
- "examine": "This leads downwards.",
- "ids": "1759"
- },
- {
- "examine": "These can be useful.",
- "ids": "1760"
- },
- {
- "examine": "Steps made from natural rock.",
- "ids": "1761"
- },
- {
- "examine": "A rope hangs here.",
- "ids": "1762,1763,1764"
- },
- {
- "examine": "I can climb down this.",
- "ids": "1765"
- },
- {
- "examine": "I can climb this.",
- "ids": "1766"
- },
- {
- "examine": "I can climb down this.",
- "ids": "1767"
- },
- {
- "examine": "I can climb this.",
- "ids": "1768,1769,1770,1771,1772,1773,1774,1775,1776,1777"
- },
- {
- "examine": "These huge stone discs grind grain to make flour.",
- "ids": "1778"
- },
- {
- "examine": "These sails use the wind to drive the windmill.",
- "ids": "1779,1780,1781"
- },
- {
- "examine": "I'll need an empty pot so I can collect my flour.",
- "ids": "1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796"
- },
- {
- "examine": "Some very hard rocks, I wouldn't want to fall on those.",
- "ids": "1797,1798,1799,1800,1801,1802,1803"
- },
- {
- "examine": "This door requires a key.",
- "ids": "1804"
- },
- {
- "examine": "The door to the Champions' Guild.",
- "ids": "1805,1806,1807,1808,1809"
- },
- {
- "examine": "Here be spiders!",
- "ids": "1810"
- },
- {
- "examine": "I can walk through this tattered web.",
- "ids": "1811"
- },
- {
- "examine": "A magical border of teleportation.",
- "ids": "1812"
- },
- {
- "examine": "For putting things on.",
- "ids": "1813"
- },
- {
- "examine": "I wonder what this does...",
- "ids": "1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851"
- },
{
"examine": "A large fish.",
"ids": "18482"
},
- {
- "examine": "A wooden crate for storage.",
- "ids": "18506"
- },
- {
- "examine": "A pile of crates for storage.",
- "ids": "18508"
- },
- {
- "examine": "This lets in more light.",
- "ids": "1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863"
- },
- {
- "examine": "These obviously mean keep out!",
- "ids": "1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875"
- },
- {
- "examine": "Fly Gnome Air.",
- "ids": "187"
- },
- {
- "examine": "I shudder to think what has taken place here.",
- "ids": "1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,32289"
- },
- {
- "examine": "Probably pilot error.",
- "ids": "188"
- },
- {
- "examine": "Popular on sandy beaches where fruity cocktails may be found.",
- "ids": "18856"
- },
- {
- "examine": "A sign on a cactus.",
- "ids": "18876"
- },
- {
- "examine": "The Blurberry bar",
- "ids": "189"
- },
- {
- "examine": "This hasn't seen a duster for a while.",
- "ids": "1896"
- },
- {
- "examine": "Not as nice as some.",
- "ids": "1897"
- },
- {
- "examine": "This needs dusting before I'll sit on it.",
- "ids": "1898,1899"
- },
- {
- "examine": "A large gate in the gnome style.",
- "ids": "190"
- },
- {
- "examine": "This could do with a bit of a spit and polish.",
- "ids": "1900"
- },
- {
- "examine": "This clearly isn't used for dining very often.",
- "ids": "1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938"
- },
- {
- "examine": "A tower.",
- "ids": "1939,1940,1941,1942,1943,1944,1945,1946"
- },
- {
- "examine": "The entrance to the cave.",
- "ids": "194"
- },
- {
- "examine": "It looks like I might be able to climb over this piece of the wall...",
- "ids": "1947,1948"
- },
- {
- "examine": "A pile of bricks.",
- "ids": "1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966"
- },
- {
- "examine": "I can climb this.",
- "ids": "195"
- },
- {
- "examine": "A grand door for a grand tree.",
- "ids": "1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984"
- },
- {
- "examine": "A large root.",
- "ids": "1985,1986"
- },
- {
- "examine": "A primitive looking boat.",
- "ids": "1987"
- },
- {
- "examine": "Oops!",
- "ids": "1988"
- },
- {
- "examine": "A good source of books!",
- "ids": "1989"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "1990"
- },
- {
- "examine": "Solid bars of iron.",
- "ids": "1991"
- },
- {
- "examine": "There is an indent the size of a pebble in the stone's centre.",
- "ids": "1992"
- },
- {
- "examine": "A stone tomb surrounded by flowers.",
- "ids": "1993"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "1994,37016,37015"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "1995"
- },
- {
- "examine": "I should be safe if I can reach this.",
- "ids": "1996,1997"
- },
- {
- "examine": "Wet rope.",
- "ids": "1998"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "1999"
- },
- {
- "examine": "Dead and half-buried.",
- "ids": "19996"
- },
- {
- "examine": "Dead animal head. Lovely.",
- "ids": "19997"
- },
- {
- "examine": "Looks and smells like a place where goblins live.",
- "ids": "2"
- },
- {
- "examine": "A quirky gnome lamp.",
- "ids": "200"
- },
- {
- "examine": "An elf-fashioned door.",
- "ids": "2000,2001,2002,2003"
- },
- {
- "examine": "The pillar has a rune shaped dent in it.",
- "ids": "2004"
- },
- {
- "examine": "A statue of Baxtorian chiselled in stone.",
- "ids": "2005"
- },
- {
- "examine": "A statue of Glarial chiselled in stone.",
- "ids": "2006,2007,2008,2009"
- },
- {
- "examine": "These insects love this light.",
- "ids": "201"
- },
- {
- "examine": "A ledge.",
- "ids": "2010,2011,2012"
- },
- {
- "examine": "Known commonly as Red worm vine.",
- "ids": "2013"
- },
- {
- "examine": "A magically elevated chalice full of tears.",
- "ids": "2014"
- },
- {
- "examine": "A magically elevated chalice full of ash.",
- "ids": "2015,2016,2017,2018"
- },
- {
- "examine": "A whirlpool.",
- "ids": "2019"
- },
- {
- "examine": "It's amazing what bees produce!",
- "ids": "202"
- },
- {
- "examine": "It's too wet for firewood.",
- "ids": "2020,2021"
- },
- {
- "examine": "A wooden barrel, maybe a way off this rock.",
- "ids": "2022"
- },
- {
- "examine": "An interesting tree with long straight branches.",
- "ids": "2023"
- },
- {
- "examine": "A large bubbling cauldron, smells... Ugh!",
- "ids": "2024"
- },
- {
- "examine": "The door is closed.",
- "ids": "2025"
- },
- {
- "examine": "I can see fish swimming in the water.",
- "ids": "2026,2027,2028,2029,2030,2031"
- },
- {
- "examine": "Posh candlesticks.",
- "ids": "203,204,32287,40074"
- },
- {
- "examine": "It's closed.",
- "ids": "2032"
- },
- {
- "examine": "It's open.",
- "ids": "2033"
- },
- {
- "examine": "It's closed.",
- "ids": "2034"
- },
- {
- "examine": "It's open.",
- "ids": "2035"
- },
- {
- "examine": "It's closed.",
- "ids": "2036"
- },
- {
- "examine": "It's open.",
- "ids": "2037"
- },
- {
- "examine": "I've met less intelligent conversationalists.",
- "ids": "2038"
- },
- {
- "examine": "It's closed.",
- "ids": "2039,2040,2041,2042"
- },
- {
- "examine": "Something's bubbling away in it.",
- "ids": "2043"
- },
- {
- "examine": "Like an animal dinner table.",
- "ids": "2044,2045,2046,2047"
- },
- {
- "examine": "It's a door.",
- "ids": "2048,2049"
- },
- {
- "examine": "A wooden gate.",
- "ids": "2050,2051,2052,2053"
- },
- {
- "examine": "It's a door.",
- "ids": "2054,2055"
- },
- {
- "examine": "It's closed.",
- "ids": "2056"
- },
- {
- "examine": "It's open.",
- "ids": "2057"
- },
- {
- "examine": "It's closed.",
- "ids": "2058,2059,2060,2061,2062"
- },
- {
- "examine": "It's open.",
- "ids": "2063"
- },
- {
- "examine": "For storage.",
- "ids": "2064"
- },
- {
- "examine": "Used for climbing.",
- "ids": "2065"
- },
- {
- "examine": "A wall.",
- "ids": "2066"
- },
- {
- "examine": "A watchtower.",
- "ids": "2067"
- },
- {
- "examine": "A fence.",
- "ids": "2068"
- },
- {
- "examine": "A closed door.",
- "ids": "2069,2070"
- },
- {
- "examine": "Used for storage.",
- "ids": "2071,2072"
- },
- {
- "examine": "Grows weird yellow fruit.",
- "ids": "2073,2074,2075,2076,2077,2078"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "2079,2080"
- },
- {
- "examine": "Scary lighting apparatus.",
- "ids": "208"
- },
- {
- "examine": "Handy for boarding boats.",
- "ids": "2081,2082,2083,2084,2085,2086,2087,2088"
- },
- {
- "examine": "Ornamental.",
- "ids": "2089"
- },
- {
- "examine": "An ornamental lighting fixture.",
- "ids": "209"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111"
- },
- {
- "examine": "Its eyes stare off into the distance...",
- "ids": "21"
- },
- {
- "examine": "A mysterious glowing ice crystal.",
- "ids": "210"
- },
- {
- "examine": "It's amazing what bees produce!",
- "ids": "211"
- },
- {
- "examine": "The door is closed.",
- "ids": "2112"
- },
- {
- "examine": "I can climb down this.",
- "ids": "2113"
- },
- {
- "examine": "This transports coal!",
- "ids": "2114"
- },
- {
- "examine": "The left hand side of the gate.",
- "ids": "2115"
- },
- {
- "examine": "The right hand side of the gate.",
- "ids": "2116"
- },
- {
- "examine": "It's an old wall.",
- "ids": "2117"
- },
- {
- "examine": "Sturdy looking.",
- "ids": "21176"
- },
- {
- "examine": "Lots of water swirling around",
- "ids": "2118"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140"
- },
- {
- "examine": "Useful for making ships move.",
- "ids": "212,218"
- },
{
"examine": "Might be worth opening?",
"ids": "21299"
},
- {
- "examine": "I can climb this.",
- "ids": "21395,29355"
- },
{
"examine": "A sturdy metal door.",
"ids": "21400,21402,21399"
},
+ {
+ "examine": "I can climb this.",
+ "ids": "21395,29355"
+ },
{
"examine": "A closed, sturdy metal door.",
"ids": "21403,21405"
@@ -7755,18 +20043,6 @@
"examine": "An open, sturdy metal door.",
"ids": "21404"
},
- {
- "examine": "An open chest.",
- "ids": "2141"
- },
- {
- "examine": "An eerie glow permeates the cauldron.",
- "ids": "2142"
- },
- {
- "examine": "Looks secure.",
- "ids": "2143,2144"
- },
{
"examine": "A display case, full of axes.",
"ids": "21437"
@@ -7803,10 +20079,6 @@
"examine": "A shelf, displaying armour.",
"ids": "21447"
},
- {
- "examine": "Ooooh! Spooky!",
- "ids": "2145,2146"
- },
{
"examine": "I can climb down these stairs.",
"ids": "21455"
@@ -7819,34 +20091,6 @@
"examine": "A stone torch.",
"ids": "21465"
},
- {
- "examine": "Going down?",
- "ids": "2147"
- },
- {
- "examine": "Going up?",
- "ids": "2148"
- },
- {
- "examine": "An imposing stone structure.",
- "ids": "2149"
- },
- {
- "examine": "A column of elemental power.",
- "ids": "2150,2151,2152,2153,29415"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "2154,2155"
- },
- {
- "examine": "A magical portal of teleportation.",
- "ids": "2156,2157,2158"
- },
- {
- "examine": "It's a floating barrel.",
- "ids": "2159,2160,2161"
- },
{
"examine": "A chair made from stone.",
"ids": "21607"
@@ -7855,10 +20099,6 @@
"examine": "A table with swords on it.",
"ids": "21608"
},
- {
- "examine": "A table with plates and mugs on it.",
- "ids": "21609,21610"
- },
{
"examine": "A bed to sleep in.",
"ids": "21611"
@@ -7868,1324 +20108,204 @@
"ids": "21612"
},
{
- "examine": "A shelf with some cups on it.",
- "ids": "21614,21615"
+ "examine": "A table with plates and mugs on it.",
+ "ids": "21609,21610"
},
{
- "examine": "Smells like fish.",
- "ids": "2162,2163,2164,2165,2166"
+ "examine": "A shelf with some cups on it.",
+ "ids": "21614,21615"
},
{
"examine": "A Fremennik flag.",
"ids": "21637"
},
- {
- "examine": "Water is pouring in through the hole.",
- "ids": "2167"
- },
- {
- "examine": "A patch of swamp tar has bunged up the hole.",
- "ids": "2168"
- },
- {
- "examine": "There's a strong wind whipping up the sea.",
- "ids": "2169,2170,2171"
- },
- {
- "examine": "A huge net to catch little fish.",
- "ids": "2172,2173"
- },
- {
- "examine": "The upper deck can be accessed with this ladder.",
- "ids": "2174"
- },
- {
- "examine": "Back down to the main deck.",
- "ids": "2175"
- },
- {
- "examine": "This old trawler has seen better days.",
- "ids": "2176,2177"
- },
- {
- "examine": "Handy for boarding boats.",
- "ids": "2178,2179"
- },
- {
- "examine": "It's a war machine.",
- "ids": "2180,2181"
- },
- {
- "examine": "It can't hurt to just have a look, can it?",
- "ids": "2182"
- },
- {
- "examine": "I wonder what is inside...",
- "ids": "2183"
- },
{
"examine": "A short longboat!",
"ids": "21834"
},
{
- "examine": "The door is closed.",
- "ids": "2184"
+ "examine": "Contains traces of summoning energy.",
+ "ids": "29939,29943,29944,29945,29947,29951,29952,29953,29954"
},
{
- "examine": "This wall has seen better days.",
- "ids": "2185"
+ "examine": "I wonder what this spooky contains.",
+ "ids": "37051"
},
{
- "examine": "Hmmm... I wonder if it's loose enough to get through.",
- "ids": "2186"
+ "examine": "It really was this big!",
+ "ids": "40043"
},
{
- "examine": "I can climb down this ladder.",
- "ids": "2187"
+ "examine": "It really was this big!",
+ "ids": "40042"
},
{
- "examine": "I can climb up this ladder.",
- "ids": "2188,2189"
+ "examine": "A wooden barrel for storage.",
+ "ids": "40018"
},
{
- "examine": "I can climb down this ladder.",
- "ids": "2190"
+ "examine": "A wooden barrel containing lots of fish.",
+ "ids": "40019"
},
{
- "examine": "I wonder what's inside?",
- "ids": "2191,2192,2193"
+ "examine": "A nice sturdy looking table.",
+ "ids": "40044"
},
{
- "examine": "Perhaps I should search it.",
- "ids": "2194,2195,2196"
+ "examine": "A wooden crate.",
+ "ids": "40021"
},
{
- "examine": "I wonder what's inside?",
- "ids": "2197"
+ "examine": "Some wooden crates.",
+ "ids": "40022"
},
{
- "examine": "Perhaps I should search it.",
- "ids": "2198"
+ "examine": "A large potted plant.",
+ "ids": "40111"
},
{
- "examine": "An old gate for locking up undesirables.",
- "ids": "2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209"
+ "examine": "Tick-tock, it's a clock.",
+ "ids": "40029"
},
{
- "examine": "The door is shut.",
- "ids": "22"
+ "examine": "I wonder what's inside.",
+ "ids": "29400,32010,40093"
},
{
- "examine": "This figure brings luck to those who sail.",
- "ids": "221,222"
+ "examine": "Useful for putting things on.",
+ "ids": "40031"
},
{
- "examine": "Looking through it makes far off things look closer!",
- "ids": "2210"
- },
- {
- "examine": "A weathered old gravestone.",
- "ids": "2211"
- },
- {
- "examine": "Looks like fun.",
- "ids": "2212"
- },
- {
- "examine": "The bank teller will serve you from here.",
- "ids": "2213"
- },
- {
- "examine": "This booth is for private customers only.",
- "ids": "2214,34205"
- },
- {
- "examine": "This booth is closed.",
- "ids": "2215"
- },
- {
- "examine": "This looks like it's being used to block entrance to the village.",
- "ids": "2216"
- },
- {
- "examine": "Something seems to be buried under this.",
- "ids": "2217"
- },
- {
- "examine": "A narrow fissure in the ground.",
- "ids": "2218,2219"
- },
- {
- "examine": "A pile of rubble.",
- "ids": "2220"
- },
- {
- "examine": "A stone with some carvings on it.",
- "ids": "2221"
- },
- {
- "examine": "A pile of loose rocks.",
- "ids": "2222"
- },
- {
- "examine": "Probably nothing useful in these.",
- "ids": "2223"
- },
- {
- "examine": "A rotten and barely standing set of gallows.",
- "ids": "2224"
- },
- {
- "examine": "Wet rocks, it looks like you might be able to climb them.",
- "ids": "2225"
- },
- {
- "examine": "This table has seen better days.",
- "ids": "2226"
- },
- {
- "examine": "A crudely constructed raft.",
- "ids": "2227,2228"
- },
- {
- "examine": "A statue to mark Tai Bwo Wannai sacred grounds.",
- "ids": "2229"
- },
- {
- "examine": "A sturdy cart for travelling in.",
- "ids": "2230"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "2231,2232,2233"
- },
- {
- "examine": "Rocks that have been stacked at regular intervals.",
- "ids": "2234"
- },
- {
- "examine": "An ancient construct for supporting the bones of the deceased.",
- "ids": "2235"
- },
- {
- "examine": "I can climb the rocky outcrop.",
- "ids": "2236"
- },
- {
- "examine": "An exotic looking tree.",
- "ids": "2237"
- },
- {
- "examine": "Large doors set into the hillside.",
- "ids": "2238,2239"
- },
- {
- "examine": "These doors must have been hidden here for years.",
- "ids": "2240,2241"
- },
- {
- "examine": "Perhaps you should give them a push.",
- "ids": "2242,2243"
- },
- {
- "examine": "Commonly found in these parts.",
- "ids": "2244"
- },
- {
- "examine": "A leafy fern.",
- "ids": "2245"
- },
- {
- "examine": "Large carved tomb doors, they look terrifying.",
- "ids": "2246,2247,2248,2249,2250,2251,2252"
- },
- {
- "examine": "Useful for making ships move.",
- "ids": "225,226"
- },
- {
- "examine": "Perhaps you should give them a push.",
- "ids": "2253,2254"
- },
- {
- "examine": "An ancient metal gate, but still pretty secure.",
- "ids": "2255,2256"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "2257"
- },
- {
- "examine": "An ancient construct for supporting the bones of the deceased.",
- "ids": "2258"
- },
- {
- "examine": "The gate is closed.",
- "ids": "2259,2260,2261,2262,2263,2264"
- },
- {
- "examine": "A sturdy cart for travelling in.",
- "ids": "2265"
- },
- {
- "examine": "The door is closed.",
- "ids": "2266,2267"
- },
- {
- "examine": "This leads up to the sleeping area.",
- "ids": "2268"
- },
- {
- "examine": "This leads downwards.",
- "ids": "2269"
- },
- {
- "examine": "Barnacle infested rope.",
- "ids": "227"
- },
- {
- "examine": "A jungle plant.",
- "ids": "2270"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "2271"
- },
- {
- "examine": "It's open.",
- "ids": "2272"
- },
- {
- "examine": "An odd-looking rock with a rope tied to it.",
- "ids": "2273,2274"
- },
- {
- "examine": "An odd-looking rock formation.",
- "ids": "2275,2276,2277,2278"
- },
- {
- "examine": "Holds the rope up. Hopefuly.",
- "ids": "2279,2280,2281"
- },
- {
- "examine": "Use this to swing over crevices.",
- "ids": "2282,2283"
- },
- {
- "examine": "This must be climbed over.",
- "ids": "2284,2285,2286"
- },
- {
- "examine": "It's hollow...",
- "ids": "2289"
- },
- {
- "examine": "A slippery log I can walk across.",
- "ids": "2294,2295,2296,2297"
- },
- {
- "examine": "The irregular surface can be climbed.",
- "ids": "2298,2299,2300"
- },
- {
- "examine": "Unusually lumpy looking.",
- "ids": "23"
- },
- {
- "examine": "Tread carefully!",
- "ids": "2301,2302"
- },
- {
- "examine": "I can just about edge across here.",
- "ids": "2303"
- },
- {
- "examine": "Pointy!",
- "ids": "2304,2305,2306"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "2307,2308"
- },
- {
- "examine": "Solid bars of iron.",
- "ids": "2309"
- },
- {
- "examine": "This tree has been cut down.",
- "ids": "2310"
- },
- {
- "examine": "I can jump from this stepping stone.",
- "ids": "2311"
- },
- {
- "examine": "I can balance on this rope.",
- "ids": "2312"
- },
- {
- "examine": "I can climb up this.",
- "ids": "2313"
- },
- {
- "examine": "I can climb down here.",
- "ids": "2314,2315"
- },
- {
- "examine": "I can climb up these stairs.",
- "ids": "2316,36776"
- },
- {
- "examine": "I can climb up these rocks to another cave.",
- "ids": "2317"
- },
- {
- "examine": "I can climb down these rocks to another cave.",
- "ids": "2318"
- },
- {
- "examine": "I can traverse these.",
- "ids": "2319,2320,2321,12573,12574,12575,29375"
- },
- {
- "examine": "Use this to swing across gaps.",
- "ids": "2322,2323,2324"
- },
- {
- "examine": "I can swing on this tree.",
- "ids": "2325"
- },
- {
- "examine": "A branch protrudes here.",
- "ids": "2326"
- },
- {
- "examine": "This tree has an unusually long branch on it.",
- "ids": "2327"
- },
- {
- "examine": "Jump here.",
- "ids": "23271"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "2328,2329,2330,2331"
- },
- {
- "examine": "A nearly rotten wooden log that crosses the river.",
- "ids": "2332"
- },
- {
- "examine": "A rocky outcrop from the running water.",
- "ids": "2333,2334,2335"
- },
- {
- "examine": "You can see a cauldron directly below.",
- "ids": "2336"
- },
- {
- "examine": "This door is very sturdy looking.",
- "ids": "2337"
- },
- {
- "examine": "This door is closed.",
- "ids": "2338"
- },
- {
- "examine": "This door is very sturdy looking.",
- "ids": "2339,2340"
- },
- {
- "examine": "There is something strange about this wall...",
- "ids": "2341"
- },
- {
- "examine": "Looks like a ventilation grill.",
- "ids": "2342"
- },
- {
- "examine": "A large stone block.",
- "ids": "2343,2344,2345,2346,2347,2348,2349"
- },
- {
- "examine": "Used to move earth to, and from, the dig shaft.",
- "ids": "2350,2351"
- },
- {
- "examine": "This leads back up the dig shaft.",
- "ids": "2352,2353"
- },
- {
- "examine": "Yep, they're sacks!",
- "ids": "2354,2355,2356"
- },
- {
- "examine": "A leafy bush.",
- "ids": "2357,2358"
- },
- {
- "examine": "A sealed barrel with a warning sign on it.",
- "ids": "2359"
- },
- {
- "examine": "I wonder what's inside...",
- "ids": "2360"
- },
- {
- "examine": "A sturdy chest to keep things in.",
- "ids": "2361"
- },
- {
- "examine": "A large stone block.",
- "ids": "2362"
- },
- {
- "examine": "A place where you can pan for gold.",
- "ids": "2363"
- },
- {
- "examine": "A wooden container.",
- "ids": "2364,2365"
- },
- {
- "examine": "A signpost!",
- "ids": "2366,2367,2368,2369,2370,2371"
- },
- {
- "examine": "Shelves filled with interesting books.",
- "ids": "2372"
- },
- {
- "examine": "A cupboard.",
- "ids": "2373,2374"
- },
- {
- "examine": "Used to keep specimens on.",
- "ids": "2375"
- },
- {
- "examine": "Soil. Dug up!",
- "ids": "2376,2377,2378"
- },
- {
- "examine": "Technically a bed.",
- "ids": "2379"
- },
- {
- "examine": "I wonder what's inside...",
- "ids": "2380"
- },
- {
- "examine": "Swampy dirt.",
- "ids": "2381,2382,2383,2384,2385,2386,2387,2388,2389,2390"
- },
- {
- "examine": "A very solid looking gate.",
- "ids": "2391,2392"
- },
- {
- "examine": "'Pay back all your debts by borrowing more money from us!' Clever.",
- "ids": "23924"
- },
- {
- "examine": "Contains quite a lot of someone else's property.",
- "ids": "23925"
- },
- {
- "examine": "This chest looks strong.",
- "ids": "23926"
- },
- {
- "examine": "A handy place for filling in forms and paperwork.",
- "ids": "23928"
- },
- {
- "examine": "They say money can't buy happiness.",
- "ids": "23929"
- },
- {
- "examine": "Aim for the goal!",
- "ids": "2393"
- },
- {
- "examine": "A gilt sculpture of a monarch.",
- "ids": "23930"
- },
- {
- "examine": "A gate to the Gnomeball pitch.",
- "ids": "2394,2395"
- },
- {
- "examine": "Distinctly feminine.",
- "ids": "2396"
- },
- {
- "examine": "A solid looking door.",
- "ids": "2397,2398,2399"
- },
- {
- "examine": "The door is shut.",
- "ids": "24"
- },
- {
- "examine": "Might be worth searching.",
- "ids": "2400,2401"
- },
- {
- "examine": "A good source of books!",
- "ids": "2402"
- },
- {
- "examine": "Might be worth searching.",
- "ids": "2403,2404"
+ "examine": "Items are for sale here.",
+ "ids": "40028"
},
{
"examine": "I can climb this.",
- "ids": "2405"
+ "ids": "40026"
},
{
- "examine": "The door is closed.",
- "ids": "2406,2407"
+ "examine": "Some wooden crates.",
+ "ids": "15032"
},
{
- "examine": "I can climb down this.",
- "ids": "2408,36693,36694"
+ "examine": "A wooden crate.",
+ "ids": "15030"
},
{
- "examine": "A commonly found tree.",
- "ids": "2409"
- },
- {
- "examine": "I can climb this.",
- "ids": "2410"
- },
- {
- "examine": "The door is closed.",
- "ids": "2411"
- },
- {
- "examine": "Handy for boarding the ship.",
- "ids": "2412,2413,2414,2415"
- },
- {
- "examine": "Pull me!",
- "ids": "2416"
- },
- {
- "examine": "Place party drop items here.",
- "ids": "2417,2418,2419,2420"
+ "examine": "A wooden crate.",
+ "ids": "15031"
},
{
"examine": "A beautiful landscape.",
"ids": "24184"
},
{
- "examine": "This lever is down.",
- "ids": "2421"
+ "examine": "These open and close!",
+ "ids": "40050"
},
{
- "examine": "This lever is up.",
- "ids": "2422"
+ "examine": "A case. With books.",
+ "ids": "40033"
},
{
- "examine": "This lever is down.",
- "ids": "2423"
+ "examine": "A drab looking bed.",
+ "ids": "40035"
},
{
- "examine": "This lever is up.",
- "ids": "2424"
+ "examine": "I can climb down this.",
+ "ids": "40027,20987,29358"
},
{
- "examine": "This lever is down.",
- "ids": "2425"
+ "examine": "These open and close!",
+ "ids": "40052"
},
{
- "examine": "This lever is up.",
- "ids": "2426"
+ "examine": "The perfect place to store things.",
+ "ids": "40054"
},
{
- "examine": "This door is closed by an unknown mechanism.",
- "ids": "2427,2428,2429,2430,2431"
- },
- {
- "examine": "This gate is closed shut.",
- "ids": "2432,2433"
- },
- {
- "examine": "This may be worth opening.",
- "ids": "2434,2435"
+ "examine": "Break glass in case in case of emergency.",
+ "ids": "40076"
},
{
"examine": "I can climb up these stairs.",
- "ids": "24349"
+ "ids": "40057"
},
{
- "examine": "I wonder what's inside.",
- "ids": "2436,2437"
+ "examine": "Trinkets and stuff.",
+ "ids": "40075"
},
{
- "examine": "A wooden gate.",
- "ids": "2438,2439"
+ "examine": "Looking good!",
+ "ids": "40065"
},
{
- "examine": "Wonder what this pillar is for?",
- "ids": "2440,2441,2442,2443"
+ "examine": "It looks slightly different from the rest.",
+ "ids": "30532"
},
{
- "examine": "I wonder what's under it?",
- "ids": "2444,2445"
+ "examine": "'Here lies...' is all I can read.",
+ "ids": "30671,30672"
},
{
- "examine": "This leads to somewhere...but where?",
- "ids": "2446"
+ "examine": "The inscription is worn away and unreadable.",
+ "ids": "30667,30669"
},
{
- "examine": "I reckon I could climb that!",
- "ids": "2447,2448"
+ "examine": "Whoever bought this must have really cared for the inhabitant.",
+ "ids": "30668"
},
{
- "examine": "Some magical rocks.",
- "ids": "2449,2450"
+ "examine": "Make a wish.",
+ "ids": "28715"
},
{
- "examine": "Allows access to other parts of the ship.",
- "ids": "245,246"
+ "examine": "Contains no summoning energy.",
+ "ids": "28720,28721"
},
{
- "examine": "There's something behind these roots.",
- "ids": "2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464"
+ "examine": "Glowing with barely-suppressed energies.",
+ "ids": "28719"
},
{
- "examine": "A portal from this mystical place.",
- "ids": "2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477"
+ "examine": "Looks kind of like a man made of metal.",
+ "ids": "32292"
},
{
- "examine": "A mysterious power emanates from this shrine.",
- "ids": "2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490"
+ "examine": "Technically a bed.",
+ "ids": "32031"
},
{
- "examine": "The source of all Rune Stones.",
- "ids": "2491"
+ "examine": "A really bad portrait of the King.",
+ "ids": "32326"
},
{
- "examine": "A portal from this mystical place.",
- "ids": "2492"
- },
- {
- "examine": "For keeping things in.",
- "ids": "24924"
- },
- {
- "examine": "A part of an old temple.",
- "ids": "2493,2494,2495,2496"
- },
- {
- "examine": "Unusual energy is gathered here.",
- "ids": "2497,2498,2499,2500,2501,2502"
- },
- {
- "examine": "Seems to be some kind of clock part.",
- "ids": "25,26,27,28,29,30,31,32"
- },
- {
- "examine": "An old crumbled pillar.",
- "ids": "2503,2504,2505,2506,2507"
- },
- {
- "examine": "Broken parts of an old temple.",
- "ids": "2508,2509,2510"
- },
- {
- "examine": "This leads to the practice tower.",
- "ids": "2511"
- },
- {
- "examine": "This leads back down to the guild.",
- "ids": "2512"
- },
- {
- "examine": "I wonder if I can hit a bullseye?",
- "ids": "2513"
- },
- {
- "examine": "The door to the Ranging Guild.",
- "ids": "2514"
- },
- {
- "examine": "I hope it doesn't sink.",
- "ids": "2515"
- },
- {
- "examine": "It's sinking!",
- "ids": "2516"
- },
- {
- "examine": "Going up?",
- "ids": "2517"
- },
- {
- "examine": "Typical shoddy workmanship.",
- "ids": "2518"
- },
- {
- "examine": "Crates of packed fish.",
- "ids": "2519"
- },
- {
- "examine": "Without this I'm going around in circles.",
- "ids": "252,253"
- },
- {
- "examine": "It's used for loading and unloading fishing boats.",
- "ids": "2520,2521"
- },
- {
- "examine": "It's a flight of stairs.",
- "ids": "2522,2523"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "2524"
- },
- {
- "examine": "It's open.",
- "ids": "2525"
- },
- {
- "examine": "The door of a small prison.",
- "ids": "2526,2527"
- },
- {
- "examine": "The door is closed.",
- "ids": "2528"
- },
- {
- "examine": "A door.",
- "ids": "2529"
- },
- {
- "examine": "Used for storage.",
- "ids": "2530"
- },
- {
- "examine": "Looks like someone's tried digging here.",
- "ids": "2531,2532"
- },
- {
- "examine": "A pile of what is hopefully mud.",
- "ids": "2533"
- },
- {
- "examine": "There's black cross on the door.",
- "ids": "2534"
- },
- {
- "examine": "The door is closed.",
- "ids": "2535"
- },
- {
- "examine": "A door.",
- "ids": "2536"
- },
- {
- "examine": "The door is closed.",
- "ids": "2537"
- },
- {
- "examine": "A door.",
- "ids": "2538"
- },
- {
- "examine": "A flight of stairs.",
- "ids": "2539,2540"
- },
- {
- "examine": "This figure brings luck to those who sail.",
- "ids": "254"
- },
- {
- "examine": "An outlet to the sewer.",
- "ids": "2541,2542"
- },
- {
- "examine": "There's a cover over this manhole.",
- "ids": "2543"
- },
- {
- "examine": "I wonder where they will take me.",
- "ids": "25432"
- },
- {
- "examine": "How dangerous, someone has left this manhole open.",
- "ids": "2544"
- },
- {
- "examine": "This is supposed to stop people falling down the manhole.",
- "ids": "2545"
- },
- {
- "examine": "A door.",
- "ids": "2546,2547,2548,2549"
- },
- {
- "examine": "Potentially hot!",
- "ids": "25464"
- },
- {
- "examine": "A goblin fire. Looks fierce.",
- "ids": "25465"
- },
- {
- "examine": "Used for pulling things up.",
- "ids": "255"
- },
- {
- "examine": "A secure door.",
- "ids": "2550,2551"
- },
- {
- "examine": "A metal gate bars your way.",
- "ids": "2552,2553"
- },
- {
- "examine": "A secure door.",
- "ids": "2554,2555,2556,2557,2558,2559"
- },
- {
- "examine": "Fine silk woven by experts.",
- "ids": "2560"
- },
- {
- "examine": "This stall smells great.",
- "ids": "2561"
- },
- {
- "examine": "Precious stones from around the world.",
- "ids": "2562"
- },
- {
- "examine": "All manner of animal clothing.",
- "ids": "2563"
- },
- {
- "examine": "Spices to tingle your taste buds.",
- "ids": "2564"
- },
- {
- "examine": "Fine silver items are for sale here.",
- "ids": "2565"
- },
- {
- "examine": "I wonder what's inside it.",
- "ids": "2566,2567,2568,2569,2570,2571,2572,2573,2574"
- },
- {
- "examine": "A marshy jungle vine.",
- "ids": "2575,2576"
- },
- {
- "examine": "A tall palm tree with some plants growing at its stem.",
- "ids": "2577"
- },
- {
- "examine": "A tall palm tree.",
- "ids": "2578"
- },
- {
- "examine": "The burnt ground has a plant growing on it.",
- "ids": "2579"
- },
- {
- "examine": "The ground has been burnt here by a fire.",
- "ids": "2580"
- },
- {
- "examine": "A rock with green moss growing on it.",
- "ids": "2581"
- },
- {
- "examine": "A rock, it looks like something was growing here.",
- "ids": "2582"
- },
- {
- "examine": "It looks as if it is covered in some fungus.",
- "ids": "2583"
- },
- {
- "examine": "A collection of rocks over what looks like a depression.",
- "ids": "2584"
- },
- {
- "examine": "Rocky walls, you may be able to climb it.",
- "ids": "2585"
- },
- {
- "examine": "It's closed.",
- "ids": "2586"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "2587"
- },
- {
- "examine": "It's open.",
- "ids": "2588"
- },
- {
- "examine": "This ship's not getting far with that.",
- "ids": "2589"
- },
- {
- "examine": "Takes me into the ship.",
- "ids": "2590,2591"
- },
- {
- "examine": "Takes me back on deck.",
- "ids": "2592"
- },
- {
- "examine": "Handy for boarding the ship.",
- "ids": "2593,2594"
- },
- {
- "examine": "It's closed.",
- "ids": "2595"
- },
- {
- "examine": "A blood-red door.",
- "ids": "2596"
- },
- {
- "examine": "A lurid orange door.",
- "ids": "2597"
- },
- {
- "examine": "A sickly yellow door.",
- "ids": "2598"
- },
- {
- "examine": "A gloomy blue door.",
- "ids": "2599"
- },
- {
- "examine": "This figure brings luck to those who sail.",
- "ids": "260"
- },
- {
- "examine": "A groovy magenta door.",
- "ids": "2600"
- },
- {
- "examine": "A putrid green door.",
- "ids": "2601"
- },
- {
- "examine": "Probably the nicest door in this ghastly place.",
- "ids": "2602"
- },
- {
- "examine": "It's closed.",
- "ids": "2603"
- },
- {
- "examine": "It's open.",
- "ids": "2604"
- },
- {
- "examine": "It's a ladder.",
- "ids": "2605"
- },
- {
- "examine": "There is something strange about this wall...",
- "ids": "2606"
- },
- {
- "examine": "It's closed.",
- "ids": "2607,2608"
- },
- {
- "examine": "A collection of rocks over what looks like a depression.",
- "ids": "2609"
- },
- {
- "examine": "A rope hangs here that I can climb.",
- "ids": "2610"
- },
- {
- "examine": "It's a ladder.",
- "ids": "2611"
- },
- {
- "examine": "Wonder what's in here...",
- "ids": "2612"
- },
- {
- "examine": "Smells kind of funny...",
- "ids": "2613"
- },
- {
- "examine": "Looks comfortable...",
- "ids": "2615"
- },
- {
- "examine": "Looks spooky...",
- "ids": "2616"
- },
- {
- "examine": "Phew, an exit!",
- "ids": "2617"
- },
- {
- "examine": "The fence is broken at this point.",
- "ids": "2618"
- },
- {
- "examine": "A wooden barrel for storage.",
- "ids": "2619"
- },
- {
- "examine": "An old crate for storage.",
- "ids": "2620"
- },
- {
- "examine": "It's a door.",
- "ids": "2621,2622"
- },
- {
- "examine": "It's a gate.",
- "ids": "2623"
- },
- {
- "examine": "The entrance to the Hero's Guild.",
- "ids": "2624,2625"
- },
- {
- "examine": "It's a door.",
- "ids": "2626,2627,2628"
- },
- {
- "examine": "There is something unusual about this wall...",
- "ids": "2629"
- },
- {
- "examine": "I can see eels swimming in the lava.",
- "ids": "2630"
- },
- {
- "examine": "It's a door.",
- "ids": "2631"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "2632"
- },
- {
- "examine": "It's open.",
- "ids": "2633"
- },
- {
- "examine": "Rocks that contain nothing interesting, but block the way.",
- "ids": "2634"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "2635"
- },
- {
- "examine": "It's open.",
- "ids": "2636,2637"
- },
- {
- "examine": "A source of pure water.",
- "ids": "2638,2639"
- },
- {
- "examine": "A shrine for the faithful to worship at.",
- "ids": "2640"
+ "examine": "A tatty old standard.",
+ "ids": "32295"
},
{
"examine": "I can climb this.",
- "ids": "2641"
+ "ids": "32015"
},
{
- "examine": "Used for fashioning clay items.",
- "ids": "2642"
+ "examine": "An old crate for storage.",
+ "ids": "29351,29352,31137,31140"
},
{
- "examine": "Bake your clay items in here.",
- "ids": "2643"
+ "examine": "A wooden barrel for storage.",
+ "ids": "31136,36798"
},
{
- "examine": "Used for spinning thread.",
- "ids": "2644"
+ "examine": "A home for baby creatures.",
+ "ids": "32312"
},
{
- "examine": "A tray of sand.",
- "ids": "2645"
+ "examine": "Must have been laid by a huge bird.",
+ "ids": "32313"
},
{
- "examine": "A plant cultivated for fibres.",
- "ids": "2646"
- },
- {
- "examine": "The door to the Crafting Guild.",
- "ids": "2647,2648,2649"
- },
- {
- "examine": "Useful if there is any wind.",
- "ids": "265"
- },
- {
- "examine": "A pile of smelly rotting waste.",
- "ids": "2650"
- },
- {
- "examine": "A sturdy home for bees.",
- "ids": "2651"
- },
- {
- "examine": "Looks like this is where waste from the kitchen comes out.",
- "ids": "2652"
- },
- {
- "examine": "It looks like a spiders' nest to me.",
- "ids": "2653"
- },
- {
- "examine": "This fountain suits the garden.",
- "ids": "2654"
- },
- {
- "examine": "It's the Sinclair Family coat of arms.",
- "ids": "2655"
- },
- {
- "examine": "Looks like this is where Anna keeps her stuff.",
- "ids": "2656"
- },
- {
- "examine": "Looks like this is where Bob keeps his stuff.",
- "ids": "2657"
- },
- {
- "examine": "Looks like this is where Carol keeps her stuff.",
- "ids": "2658"
- },
- {
- "examine": "Looks like this is where David keeps his stuff.",
- "ids": "2659"
- },
- {
- "examine": "Useful for making ships move.",
- "ids": "266,267"
- },
- {
- "examine": "Looks like this is where Elizabeth keeps her stuff.",
- "ids": "2660"
- },
- {
- "examine": "Looks like this is where Frank keeps his stuff.",
- "ids": "2661"
- },
- {
- "examine": "Looks like this is where the cook stores flour.",
- "ids": "2662"
- },
- {
- "examine": "Some sacks of general garden items.",
- "ids": "2663"
- },
- {
- "examine": "Luckily it seems able to keep that vicious dog inside.",
- "ids": "2664,2665"
- },
- {
- "examine": "Looks like the killer smashed this to leave the mansion.",
- "ids": "2666"
- },
- {
- "examine": "Slaves are using this to pull up barrels of rocks from down below.",
- "ids": "2667"
- },
- {
- "examine": "Slaves are placing barrels on this to haul them to the surface.",
- "ids": "2668,2669"
- },
- {
- "examine": "A succulent cactus.",
- "ids": "2670"
- },
- {
- "examine": "A less-than-succulent succulent.",
- "ids": "2671"
- },
- {
- "examine": "I can try to make new items on this.",
- "ids": "2672"
- },
- {
- "examine": "A solid looking gate.",
- "ids": "2673,2674"
- },
- {
- "examine": "Large doors made of solid oak.",
- "ids": "2675,2676"
- },
- {
- "examine": "A solid looking chest, it belongs to Captain Siad.",
- "ids": "2677"
- },
- {
- "examine": "A selection of Captain Siad's Books.",
- "ids": "2678"
- },
- {
- "examine": "A sturdy looking desk on which the Captain works.",
- "ids": "2679"
- },
- {
- "examine": "Useful for making ships move",
- "ids": "268"
- },
- {
- "examine": "A barrel containing rocks and mining debris.",
- "ids": "2680"
- },
- {
- "examine": "An empty mining barrel.",
- "ids": "2681"
- },
- {
- "examine": "The cart which takes barrels of rocks from the mining encampment to Al-Kharid.",
- "ids": "2682"
- },
- {
- "examine": "Gives a lovely view of the desert, complete with metalic bars.",
- "ids": "2683"
- },
- {
- "examine": "It seems to be used for moving rocks into and out of this area.",
- "ids": "2684"
- },
- {
- "examine": "A solid looking gate.",
- "ids": "2685,2686,2687,2688"
- },
- {
- "examine": "There's no getting around it, it's a fairly sturdy prison cell door.",
- "ids": "2689"
- },
- {
- "examine": "Large solid, thick set oak doors",
- "ids": "2690,2691"
- },
- {
- "examine": "It looks fairly sturdy.",
- "ids": "2692"
- },
- {
- "examine": "This is used by Shantay and his men to take items to the bank on your behalf.",
- "ids": "2693"
+ "examine": "Stops bits of building falling on me.",
+ "ids": "37451"
},
{
"examine": "I wonder what's under it?",
@@ -9196,648 +20316,104 @@
"ids": "26934,36687"
},
{
- "examine": "A rocky rock.",
- "ids": "2694,2695,2696,2697"
+ "examine": "A strong metal door.",
+ "ids": "29315,29316,29317,29318,29319,29320,29321,29322"
},
{
- "examine": "A cave which has been mined out.",
- "ids": "2698,2699"
+ "examine": "The body of a Dwarf savaged by Goblins.",
+ "ids": "15596"
},
{
- "examine": "The entrance to the tent.",
- "ids": "2700,2701"
+ "examine": "I don't know art, but I like it!",
+ "ids": "36809"
},
{
- "examine": "Tracks in the sand.",
- "ids": "2702,2703"
+ "examine": "The wood burning here must be full of salt.",
+ "ids": "14169"
},
{
- "examine": "Rocky!",
- "ids": "2704"
+ "examine": "Sturdy looking.",
+ "ids": "21176"
},
{
- "examine": "It's a door.",
- "ids": "2705"
+ "examine": "Doesn't look like it'll be sailing again.",
+ "ids": "14173"
},
{
- "examine": "A nicely fitted door.",
- "ids": "2706"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "2707,2708"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "2709"
- },
- {
- "examine": "How much does this weigh?",
- "ids": "271"
- },
- {
- "examine": "It's open.",
- "ids": "2710"
- },
- {
- "examine": "It's a flight of stairs.",
- "ids": "2711"
- },
- {
- "examine": "The door is closed.",
- "ids": "2712"
- },
- {
- "examine": "Grain goes in here.",
- "ids": "2713,2714,2715,2716,2717"
- },
- {
- "examine": "These control the flow of grain from the hopper to the millstones.",
- "ids": "2718,2719,2720,2721,2722"
- },
- {
- "examine": "I can climb up here.",
- "ids": "272"
- },
- {
- "examine": "A spicy meat kebab is cooking here.",
- "ids": "2723"
- },
- {
- "examine": "A fire burns brightly here.",
- "ids": "2724"
- },
- {
- "examine": "A grand old fireplace.",
- "ids": "2725,2726"
- },
- {
- "examine": "Something is cooking nicely here.",
- "ids": "2727"
- },
- {
- "examine": "Ideal for cooking on.",
- "ids": "2728,2729,2730,2731,3039,9682,12102,36973,40110"
- },
- {
- "examine": "I can go below decks with this ladder.",
- "ids": "273"
- },
- {
- "examine": "Hot!",
- "ids": "2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780"
- },
- {
- "examine": "A conveniently rolled sail.",
- "ids": "274,275,276,277,278,279"
- },
- {
- "examine": "A hot place for forging things in.",
- "ids": "2781"
- },
- {
- "examine": "It says \"Property of Doric the dwarf.\" on the side.",
- "ids": "2782"
- },
- {
- "examine": "Used for fashioning metal items.",
- "ids": "2783"
- },
- {
- "examine": "Various implements for working with metal.",
- "ids": "2784"
- },
- {
- "examine": "A hot place for forging things in.",
- "ids": "2785"
- },
- {
- "examine": "An entrance to Gu'Tanoth.",
- "ids": "2786,2787,2788,2789"
- },
- {
- "examine": "I wonder what's inside it.",
- "ids": "2790"
- },
- {
- "examine": "A counter made from a stone block.",
- "ids": "2791,2792,2876,3800,29356"
- },
- {
- "examine": "An ogre is selling cakes here.",
- "ids": "2793"
- },
- {
- "examine": "A lever for activating something.",
- "ids": "2794,2795"
- },
- {
- "examine": "This leads to the watchtower.",
- "ids": "2796"
- },
- {
- "examine": "This leads downwards.",
- "ids": "2797"
- },
- {
- "examine": "A leafy bush.",
- "ids": "2798,2799,2800,2801,2802,2803"
- },
- {
- "examine": "I think I can squeeze through here...",
- "ids": "2804,2805,2806,2807,2808,2809,2810,2811"
- },
- {
- "examine": "This leads downwards.",
- "ids": "2812"
- },
- {
- "examine": "I think I can squeeze through here...",
- "ids": "2813"
- },
- {
- "examine": "The gate has been locked shut.",
- "ids": "2814,2815"
- },
- {
- "examine": "A strange looking rock...",
- "ids": "2816"
- },
- {
- "examine": "I think I can get out here...",
- "ids": "2817,2818,2819,2820,2821,2822"
- },
- {
- "examine": "A hole.",
- "ids": "2823"
- },
- {
- "examine": "A hole",
- "ids": "2824"
- },
- {
- "examine": "I hope this leads the way out.",
- "ids": "2825"
- },
- {
- "examine": "I wonder what's inside it?",
- "ids": "2826,2827,2828,2829"
- },
- {
- "examine": "You can probably jump over from here.",
- "ids": "2830,2831"
- },
- {
- "examine": "A low wall is blocking your path.",
- "ids": "2832"
- },
- {
- "examine": "This goes up!",
- "ids": "2833"
- },
- {
- "examine": "Sure it's gilded, but would you want to live in it?",
- "ids": "28335"
- },
- {
- "examine": "It incubates eggs.",
- "ids": "28336"
- },
- {
- "examine": "It's a basket for cats.",
- "ids": "28337"
- },
- {
- "examine": "It's a basket for dogs.",
- "ids": "28338"
- },
- {
- "examine": "Enough baskets for any dog's needs.",
- "ids": "28339"
- },
- {
- "examine": "A low wall is blocking your path.",
- "ids": "2834"
- },
- {
- "examine": "Lots of little fishies.",
- "ids": "28340"
- },
- {
- "examine": "Keeps the puppies out of trouble.",
- "ids": "28341"
- },
- {
- "examine": "It's good for bedding and stuffing.",
- "ids": "28343"
- },
- {
- "examine": "Things are cheaper by the pound.",
- "ids": "28344"
- },
- {
- "examine": "Made by the A. Wilson Company.",
- "ids": "28345"
- },
- {
- "examine": "Looks hard.",
- "ids": "2835,2836,2837,2838,2839,2840,2841"
- },
- {
- "examine": "They know how much that dog in the window is.",
- "ids": "28351"
- },
- {
- "examine": "Lots of things for a growing pup.",
- "ids": "28353"
- },
- {
- "examine": "Lots of things for a growing kitten.",
- "ids": "28354"
- },
- {
- "examine": "Lots of things for a growing fish.",
- "ids": "28355"
- },
- {
- "examine": "It seems to be sat happily on the counter.",
- "ids": "28356"
- },
- {
- "examine": "Lots of things for a growing pup/kitten/fish.",
- "ids": "28357"
- },
- {
- "examine": "There are a lot of pet supplies here.",
- "ids": "28357,28358,28363,28364"
- },
- {
- "examine": "Fetch!",
- "ids": "28360"
- },
- {
- "examine": "It's covered in hairs.",
- "ids": "28361"
- },
- {
- "examine": "It has a special magical quality.",
- "ids": "2842"
- },
- {
- "examine": "This drain leads from the sink to the sewers below.",
- "ids": "2843"
- },
- {
- "examine": "This looks like it can be turned.",
- "ids": "2844,2845,2846,2847,2848"
- },
- {
- "examine": "A rudimentary type of boat.",
- "ids": "2849"
- },
- {
- "examine": "It's closed.",
- "ids": "2850"
- },
- {
- "examine": "It's open.",
- "ids": "2851"
- },
- {
- "examine": "I can probably squeeze my way inside there.",
- "ids": "2852"
- },
- {
- "examine": "It's a flight of stairs.",
- "ids": "2853"
- },
- {
- "examine": "Made of wood.",
- "ids": "2854,2855"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "2856"
- },
- {
- "examine": "It's open.",
- "ids": "2857"
- },
- {
- "examine": "Used for storage.",
- "ids": "2858"
+ "examine": "Looks a bit damp.",
+ "ids": "14174"
},
{
"examine": "Those druids certainly make the best of natural resources.",
"ids": "28588,28589"
},
- {
- "examine": "A hot range, where some soup is bubbling nicely.",
- "ids": "2859"
- },
- {
- "examine": "Very ominous.",
- "ids": "2860"
- },
- {
- "examine": "It's a door.",
- "ids": "2861,2862"
- },
- {
- "examine": "A place to sit and watch furniture grow.",
- "ids": "28627"
- },
- {
- "examine": "The door is closed.",
- "ids": "2863"
- },
- {
- "examine": "It's not rolling, but it seems to have gathered some moss.",
- "ids": "28635"
- },
{
"examine": "Sit back and relax...",
"ids": "28636,18488"
},
{
- "examine": "A water feature.",
- "ids": "2864"
+ "examine": "One horsepower; wooden suspension: a beauty.",
+ "ids": "34376"
},
{
- "examine": "It's a gate.",
- "ids": "2865,2866"
+ "examine": "I don't even want to think about what did that...",
+ "ids": "32071"
},
{
- "examine": "Very decorative!",
- "ids": "2867"
+ "examine": "It's a door.",
+ "ids": "31838"
},
{
- "examine": "It's a cupboard.",
- "ids": "2868,2869"
+ "examine": "Wooden crates for storage.",
+ "ids": "31138,31139"
},
{
- "examine": "A thick metal gate.",
- "ids": "28690,28691,28692,28693"
+ "examine": "These may have something in them.",
+ "ids": "32049,36929"
},
{
- "examine": "I'm not allowed to climb this ladder.",
- "ids": "287"
+ "examine": "Probably looked better mounted on the dragon's neck.",
+ "ids": "15564"
},
{
- "examine": "The mouse equivalent of a door.",
- "ids": "2870"
+ "examine": "A magical wall decoration.",
+ "ids": "32324,32325"
},
{
- "examine": "I can climb down this.",
- "ids": "2871"
+ "examine": "Perhaps I should search this.",
+ "ids": "32009"
},
{
- "examine": "Make a wish.",
- "ids": "28715"
+ "examine": "The door is closed.",
+ "ids": "31808"
},
{
- "examine": "Glowing with barely-suppressed energies.",
- "ids": "28719"
+ "examine": "The door is open.",
+ "ids": "31809"
},
{
- "examine": "I can climb this.",
- "ids": "2872"
+ "examine": "The bank teller will serve you from here.",
+ "ids": "36786"
},
{
- "examine": "Contains no summoning energy.",
- "ids": "28720,28721"
+ "examine": "Closed for business.",
+ "ids": "36787"
},
{
- "examine": "What a good likeness!",
- "ids": "2873"
- },
- {
- "examine": "A depiction that chills one to the bone.",
- "ids": "2874"
- },
- {
- "examine": "I wonder how accurate a representation this is.",
- "ids": "2875"
- },
- {
- "examine": "A barrel full of staffs...",
- "ids": "2877"
- },
- {
- "examine": "Patterns of light dance hypnotically across the pool's surface.",
- "ids": "2878,2879"
- },
- {
- "examine": "There seems to be some sort of magical field here.",
- "ids": "2880"
- },
- {
- "examine": "It's closed.",
- "ids": "2881"
- },
- {
- "examine": "The toll gate from Lumbridge to Al-Kharid.",
- "ids": "2882,2883"
- },
- {
- "examine": "I can climb this.",
- "ids": "2884"
- },
- {
- "examine": "An antique by anyone's standards.",
- "ids": "2885"
- },
- {
- "examine": "An antique by anyone's standards, however, it might have something interesting in it.",
- "ids": "2886"
- },
- {
- "examine": "Looks good for logging.",
- "ids": "2887"
- },
- {
- "examine": "A leafy jungle palm, dense foliage.",
- "ids": "2888"
- },
- {
- "examine": "Home to many unusual creatures.",
- "ids": "2889"
- },
- {
- "examine": "A leafy tree.",
- "ids": "2890"
- },
- {
- "examine": "This tree has been cut down.",
- "ids": "2891"
- },
- {
- "examine": "A jungle bush, quite common to these areas.",
- "ids": "2892,2893"
- },
- {
- "examine": "A jungle bush that has been chopped down.",
- "ids": "2894,2895"
- },
- {
- "examine": "A door to the Legends Guild.",
- "ids": "2896,2897,2898,2899"
- },
- {
- "examine": "Looks slippery!",
- "ids": "2900,2901"
- },
- {
- "examine": "Stoney!",
- "ids": "2902"
- },
- {
- "examine": "A rather shadowy cavern entrance.",
- "ids": "2903,2904"
- },
- {
- "examine": "An old crate for storage.",
- "ids": "2905"
- },
- {
- "examine": "Useful for putting things on.",
- "ids": "2906"
- },
- {
- "examine": "I guess I could sleep in it if I was really tired.",
- "ids": "2907"
- },
- {
- "examine": "A wall of magic fire.",
- "ids": "2908,2909"
- },
- {
- "examine": "Rickety bamboo tables that are lashed together to make a desk.",
- "ids": "2910"
- },
- {
- "examine": "Bamboo storage!",
- "ids": "2911"
- },
- {
- "examine": "This gate has a horribly complex locking mechanism.",
- "ids": "2912,2913,2914,2915"
- },
- {
- "examine": "A dark cave entrance leading to the surface.",
- "ids": "2916,2917"
- },
- {
- "examine": "A large crack in the wall.",
- "ids": "2918"
- },
- {
- "examine": "A huge lump of rock.",
- "ids": "2919,2920,2921"
- },
- {
- "examine": "A heavily constructed, cast-iron, ancient gateway.",
- "ids": "2922,2923,2924,2925"
- },
- {
- "examine": "A high wall made up of rocks with sharp edges.",
- "ids": "2926"
- },
- {
- "examine": "It looks like ancient graffiti.",
- "ids": "2927"
- },
- {
- "examine": "An ornately carved rock with a pointed receptacle.",
- "ids": "2928"
- },
- {
- "examine": "A half buried skeleton, probably dwarven remains.",
- "ids": "2929"
- },
- {
- "examine": "A huge, strangely constructed doorway, not sure how this opens.",
- "ids": "2930"
- },
- {
- "examine": "It looks like a magical portal of some kind, who knows where it leads?",
- "ids": "2931"
- },
- {
- "examine": "A strong metal door.",
- "ids": "29315,29316,29317,29318,29319,29320,29321,29322"
- },
- {
- "examine": "Strangely, there's a locked barrel here, I wonder what's inside.",
- "ids": "2932,2933"
- },
- {
- "examine": "A large scaffold platform most likely used for lifting and lowering heavy items.",
- "ids": "2934"
- },
- {
- "examine": "Used to move earth to, and from, the dig shaft. A rope has been thrown over it.",
- "ids": "2935"
- },
- {
- "examine": "An old crate for storage.",
- "ids": "29351,29352,31137,31140"
- },
- {
- "examine": "A sculpted trunk of wood.",
- "ids": "2936,2937,2938,2939"
- },
- {
- "examine": "Warning! Danger of death.",
- "ids": "29373"
- },
- {
- "examine": "A wonderfully dressed table.",
- "ids": "2940"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "29400,32010,40093"
- },
- {
- "examine": "Sparkling sacred water straight from the source.",
- "ids": "2941"
- },
- {
- "examine": "A sparkling, babbling flow of water from an underground source.",
- "ids": "2942"
- },
- {
- "examine": "Disgusting filthy quagmire that oozes from the ground.",
- "ids": "2943"
- },
- {
- "examine": "Found near the water's edge.",
- "ids": "2944"
- },
- {
- "examine": "A baby Yommi tree, it has a mystical aura.",
- "ids": "2945"
- },
- {
- "examine": "An adolescent-looking Yommi tree, it has a mystical aura.",
- "ids": "2946"
- },
- {
- "examine": "I can climb over the fence using this.",
- "ids": "29460"
+ "examine": "Banking transactions are processed here.",
+ "ids": "36789,37158"
},
{
"examine": "This will give me a bit more information.",
"ids": "29461,29462,29463,29464"
},
{
- "examine": "It looks slightly rickety.",
- "ids": "29468"
+ "examine": "I can climb over the fence using this.",
+ "ids": "29460"
},
{
- "examine": "A dead Yommi tree sapling, you'll need a tough axe to remove this.",
- "ids": "2947"
+ "examine": "It looks slightly rickety.",
+ "ids": "29468"
},
{
"examine": "These probably contain Farming supplies.",
@@ -9855,30 +20431,6 @@
"examine": "I wonder what's buried here.",
"ids": "29476,29477,29478"
},
- {
- "examine": "A fully grown Yommi tree, it won't get much taller than this.",
- "ids": "2948"
- },
- {
- "examine": "A dead fully grown Yommi tree, you'll need a tough, sharp axe to remove this.",
- "ids": "2949"
- },
- {
- "examine": "A felled adult Yommi tree, perhaps you should trim those branches?",
- "ids": "2950"
- },
- {
- "examine": "A rotten felled Yommi tree, it was left too long in the damp jungle.",
- "ids": "2951"
- },
- {
- "examine": "A trimmed Yommi tree log, perfect for sculpting into a totem pole.",
- "ids": "2952"
- },
- {
- "examine": "A rotten Yommi tree log, it was left too long in the damp jungle air.",
- "ids": "2953"
- },
{
"examine": "So small only a rabbit could squeeze down.",
"ids": "29533"
@@ -9888,10847 +20440,167 @@
"ids": "29534"
},
{
- "examine": "A beautifully crafted totem pole carved from the trunk of the sacred Yommi tree.",
- "ids": "2954"
+ "examine": "Potentially hot!",
+ "ids": "25464"
},
{
- "examine": "A rotten totem pole, it was left to rot in the jungle.",
- "ids": "2955"
+ "examine": "A goblin fire. Looks fierce.",
+ "ids": "25465"
},
{
- "examine": "This earth is particularly fertile.",
- "ids": "2956"
+ "examine": "A wooden crate for storage.",
+ "ids": "18506"
},
{
- "examine": "This earth is damaged by cultivation, time will restore the fertility.",
- "ids": "2957"
+ "examine": "A pile of crates for storage.",
+ "ids": "18508"
},
{
- "examine": "A rope hangs here.",
- "ids": "2958"
+ "examine": "I wonder where they will take me.",
+ "ids": "25432"
},
{
- "examine": "A dangerous path onwards.",
- "ids": "2959,2960,2961"
- },
- {
- "examine": "It's like a land rudder.",
- "ids": "296"
- },
- {
- "examine": "Stoney!",
- "ids": "2962,2963,2964"
- },
- {
- "examine": "Looks slippery!",
- "ids": "2965"
- },
- {
- "examine": "A hot place for forging things in.",
- "ids": "2966,2967,2968"
- },
- {
- "examine": "It looks like a strangely shaped depression in the rock.",
- "ids": "2969"
- },
- {
- "examine": "Disturbingly man-like.",
- "ids": "297"
- },
- {
- "examine": "This recess has a glowing heart shaped crystal in it.",
- "ids": "2970"
- },
- {
- "examine": "This looks like some sort of shimmering surface.",
- "ids": "2971"
- },
- {
- "examine": "A huge lump of rock.",
- "ids": "2972,2973,2974"
- },
- {
- "examine": "This tree is particularly leafy.",
- "ids": "2975,2976"
- },
- {
- "examine": "A large pile of sand",
- "ids": "2977"
- },
- {
- "examine": "A medium pile of sand",
- "ids": "2978"
- },
- {
- "examine": "A small pile of sand",
- "ids": "2979"
- },
- {
- "examine": "I bet there's a needle in it somewhere.",
- "ids": "298,299,300"
- },
- {
- "examine": "Some beautiful flowers.",
- "ids": "2980,2981,2982,2983,2984,2985,2986,2987,2988"
- },
- {
- "examine": "Known commonly as Red worm vine.",
- "ids": "2989,2990,2991,2992,2993,2994"
- },
- {
- "examine": "Contains traces of summoning energy.",
- "ids": "29939,29943,29944,29945,29947,29951,29952,29953,29954"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "2995,2996"
- },
- {
- "examine": "The door is closed.",
- "ids": "2997"
- },
- {
- "examine": "The door is open.",
- "ids": "2998,2999"
- },
- {
- "examine": "The door is closed.",
- "ids": "3,4"
- },
- {
- "examine": "These obviously mean keep out!",
- "ids": "3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013"
- },
- {
- "examine": "Animals have no table manners.",
- "ids": "301"
- },
- {
- "examine": "A nicely fitted door.",
- "ids": "3014"
- },
- {
- "examine": "A wooden gate.",
- "ids": "3015,3016"
- },
- {
- "examine": "A nicely fitted door.",
- "ids": "3017,3018,3019"
- },
- {
- "examine": "A home for baby creatures.",
- "ids": "302"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "3020,3021,3022,3023"
- },
- {
- "examine": "A closed door.",
- "ids": "3024,3025,3026,3027"
- },
- {
- "examine": "I can climb this.",
- "ids": "3028"
- },
- {
- "examine": "I can climb down this.",
- "ids": "3029"
- },
- {
- "examine": "In the city we would call this mouldy rubbish.",
- "ids": "303"
- },
- {
- "examine": "I can climb this.",
- "ids": "3030"
- },
- {
- "examine": "I can climb down this.",
- "ids": "3031"
- },
- {
- "examine": "I can see fish swimming in the water.",
- "ids": "3032"
- },
- {
- "examine": "One of the most common trees in 2009Scape.",
- "ids": "3033,3034,3035,3036"
- },
- {
- "examine": "A beautiful old oak.",
- "ids": "3037"
- },
- {
- "examine": "Hot!",
- "ids": "3038"
- },
- {
- "examine": "I bet there's a needle in it somewhere.",
- "ids": "304"
- },
- {
- "examine": "It's closed.",
- "ids": "3040"
- },
- {
- "examine": "It's open.",
- "ids": "3041"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "3042,3043"
- },
- {
- "examine": "A hot place for forging things in.",
- "ids": "3044"
+ "examine": "'Pay back all your debts by borrowing more money from us!' Clever.",
+ "ids": "23924"
},
{
"examine": "The bank teller will serve you from here.",
- "ids": "3045"
- },
- {
- "examine": "These obviously mean keep out!",
- "ids": "3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076"
- },
- {
- "examine": "Where bees live.",
- "ids": "305"
- },
- {
- "examine": "It looks slightly different from the rest.",
- "ids": "30532"
- },
- {
- "examine": "A used cart seller will probably try and sell it later.",
- "ids": "306"
- },
- {
- "examine": "The inscription is worn away and unreadable.",
- "ids": "30667,30669"
- },
- {
- "examine": "Whoever bought this must have really cared for the inhabitant.",
- "ids": "30668"
- },
- {
- "examine": "'Here lies...' is all I can read.",
- "ids": "30671,30672"
- },
- {
- "examine": "One horsepower; wooden suspension: a beauty.",
- "ids": "307,308"
- },
- {
- "examine": "Lean against the wall to get a better view!",
- "ids": "3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107"
- },
- {
- "examine": "Dead tree parts piled together neatly.",
- "ids": "309"
- },
- {
- "examine": "A patch of soft dark brown matter. Probably mud.",
- "ids": "310"
- },
- {
- "examine": "Flags marking the entrance to the arena.",
- "ids": "3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158"
- },
- {
- "examine": "A pile of something I hope is mud.",
- "ids": "311"
- },
- {
- "examine": "Wooden crates for storage.",
- "ids": "31138,31139"
- },
- {
- "examine": "Potato-licious!",
- "ids": "312"
- },
- {
- "examine": "An interesting sign.",
- "ids": "31297,31298,31299,31300,31301"
- },
- {
- "examine": "Baby bread.",
- "ids": "313"
- },
- {
- "examine": "Beats the operating table.",
- "ids": "3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181"
- },
- {
- "examine": "The door is closed.",
- "ids": "31808"
- },
- {
- "examine": "The door is open.",
- "ids": "31809"
- },
- {
- "examine": "Wait here for a nurse.",
- "ids": "3182"
- },
- {
- "examine": "Storage for drugs and bandages.",
- "ids": "3183,3184,3185"
- },
- {
- "examine": "It's a door.",
- "ids": "31838"
- },
- {
- "examine": "I don't really want to end up here...",
- "ids": "3186,3187,3188,3189"
- },
- {
- "examine": "These open and close!",
- "ids": "3190"
- },
- {
- "examine": "This may be worth searching.",
- "ids": "3191"
- },
- {
- "examine": "You can see the last 50 fights on here.",
- "ids": "3192"
- },
- {
- "examine": "Used to store players' items whilst they duel.",
- "ids": "3193"
- },
- {
- "examine": "Use for quick access to your bank.",
- "ids": "3194"
- },
- {
- "examine": "Smells pretty bad!",
- "ids": "3195"
- },
- {
- "examine": "Not much use for anything except scrap.",
- "ids": "3196"
- },
- {
- "examine": "Entrance to the Duel Arena.",
- "ids": "3197,3198"
- },
- {
- "examine": "A wooden double bed.",
- "ids": "3199,3200,3201,3202"
- },
- {
- "examine": "Perhaps I should search this.",
- "ids": "32009"
- },
- {
- "examine": "I can climb this.",
- "ids": "32015"
- },
- {
- "examine": "Access to the duel arena.",
- "ids": "3203,3204"
- },
- {
- "examine": "Technically a bed.",
- "ids": "32031"
- },
- {
- "examine": "These may have something in them.",
- "ids": "32049,36929"
- },
- {
- "examine": "I can climb down this.",
- "ids": "3205"
- },
- {
- "examine": "A barrel full of staffs...",
- "ids": "3206,3207,3208"
- },
- {
- "examine": "I don't even want to think about what did that...",
- "ids": "32071"
- },
- {
- "examine": "Now that's what I call slimline!",
- "ids": "32072"
- },
- {
- "examine": "A strange crack cuts into the wall.",
- "ids": "3209,3210,3211,3212,29360,29362"
- },
- {
- "examine": "It looks like I can squeeze through here.",
- "ids": "3213"
- },
- {
- "examine": "The easy way out...",
- "ids": "3214,3215"
- },
- {
- "examine": "A pile of mud.",
- "ids": "3216"
- },
- {
- "examine": "I can go through here.",
- "ids": "3217"
- },
- {
- "examine": "Dark and intimidating.",
- "ids": "3218,3219"
- },
- {
- "examine": "That skull's looking at me....",
- "ids": "3220,3221"
- },
- {
- "examine": "I can climb down these.",
- "ids": "3222"
- },
- {
- "examine": "I can climb up these.",
- "ids": "3223"
- },
- {
- "examine": "I can go through here.",
- "ids": "3224,3225,3226"
- },
- {
- "examine": "Best not to get caught!",
- "ids": "3227"
- },
- {
- "examine": "Best avoided.",
- "ids": "3228,3229"
- },
- {
- "examine": "Looks kind of like a man made of metal.",
- "ids": "32292"
- },
- {
- "examine": "A tatty old standard.",
- "ids": "32295"
- },
- {
- "examine": "Looks suspicious.",
- "ids": "3230"
- },
- {
- "examine": "A plank.",
- "ids": "3231"
- },
- {
- "examine": "A home for baby creatures.",
- "ids": "32312"
- },
- {
- "examine": "Must have been laid by a huge bird.",
- "ids": "32313"
- },
- {
- "examine": "Formed over many years.",
- "ids": "3232"
- },
- {
- "examine": "A magical wall decoration.",
- "ids": "32324,32325"
- },
- {
- "examine": "A really bad portrait of the King.",
- "ids": "32326"
- },
- {
- "examine": "Best avoided.",
- "ids": "3233"
- },
- {
- "examine": "Looks suspicious.",
- "ids": "3234"
- },
- {
- "examine": "I can open the grill from this side.",
- "ids": "3235"
- },
- {
- "examine": "Maybe I can cross that.",
- "ids": "3238"
- },
- {
- "examine": "It looks like only the guide ropes are holding the bridge up.",
- "ids": "3239"
- },
- {
- "examine": "A bridge.",
- "ids": "3240"
- },
- {
- "examine": "This lever can be operated.",
- "ids": "3241,3242"
- },
- {
- "examine": "The base of a platform.",
- "ids": "3243,3244,3245,3246"
- },
- {
- "examine": "A bridge.",
- "ids": "3247,3248,3249,3250,3251,3252,3253"
- },
- {
- "examine": "I can't get past that very easily...",
- "ids": "3254,3255,3256"
- },
- {
- "examine": "A platform.",
- "ids": "3257"
- },
- {
- "examine": "A bridge.",
- "ids": "3258,3259,3260,3261,3262"
- },
- {
- "examine": "This area may not be safe...",
- "ids": "3263"
- },
- {
- "examine": "A well of nastiness.",
- "ids": "3264"
- },
- {
- "examine": "I can climb this pile of rocks...",
- "ids": "3265"
- },
- {
- "examine": "Usually used for storing living things...",
- "ids": "3266,3267,3268,3269"
- },
- {
- "examine": "The remains of a bad driver.",
- "ids": "327"
- },
- {
- "examine": "The door is closed.",
- "ids": "3270"
- },
- {
- "examine": "The door is open.",
- "ids": "3271"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "3272,3273,3274,3275"
- },
- {
- "examine": "A stone bridge.",
- "ids": "3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293"
- },
- {
- "examine": "A hot place for forging things in.",
- "ids": "3294"
- },
- {
- "examine": "It's covered in strange writing.",
- "ids": "3295,3296,3297,3298,3299,3300,3301,3302"
- },
- {
- "examine": "Yup, definitely a lever.",
- "ids": "33,34,35,36"
- },
- {
- "examine": "You won't be able to lift that.",
- "ids": "3303"
- },
- {
- "examine": "A portcullis.",
- "ids": "3304"
- },
- {
- "examine": "It doesn't look like water in there...",
- "ids": "3305,3306"
- },
- {
- "examine": "A pile of rocks.",
- "ids": "3307"
- },
- {
- "examine": "The boulder has smashed through the cage.",
- "ids": "3308"
- },
- {
- "examine": "A deposit of rocks.",
- "ids": "3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326"
- },
- {
- "examine": "Intimidating!",
- "ids": "3327"
- },
- {
- "examine": "A depiction of a great dwarf miner.",
- "ids": "3328,3329,3330,3331"
- },
- {
- "examine": "A temple door.",
- "ids": "3332"
- },
- {
- "examine": "A very big door.",
- "ids": "3333,3334,3335,3336"
- },
- {
- "examine": "This lever can be operated.",
- "ids": "3337"
- },
- {
- "examine": "Why would a log be hung up there?",
- "ids": "3338"
- },
- {
- "examine": "Looks suspicious.",
- "ids": "3339"
- },
- {
- "examine": "Looks like the rope is holding the bridge up.",
- "ids": "3340"
- },
- {
- "examine": "Looks like the other rope is holding the bridge up.",
- "ids": "3341,3342"
- },
- {
- "examine": "A pile of rocks.",
- "ids": "3343"
- },
- {
- "examine": "It's got dwarf brew in it.",
- "ids": "3344,3345,3346,3347"
- },
- {
- "examine": "Lord Iban's Throne.",
- "ids": "3348,3349,3350"
- },
- {
- "examine": "I'm glad I'm on this side of those bars.",
- "ids": "3351,3352"
- },
- {
- "examine": "I don't much like the look of that...",
- "ids": "3353,3354,3355,3356,3357,3358"
- },
- {
- "examine": "Well of the damned.",
- "ids": "3359"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "3360"
- },
- {
- "examine": "A magical sphere that glimmers within.",
- "ids": "3361"
- },
- {
- "examine": "A window.",
- "ids": "3362,3363"
- },
- {
- "examine": "An odd looking rock formation.",
- "ids": "3364"
- },
- {
- "examine": "Looks like I can climb these.",
- "ids": "3365"
- },
- {
- "examine": "Makes you cry.",
- "ids": "3366"
- },
- {
- "examine": "Steel bars that are locked securely.",
- "ids": "3367,3368,3369,3370"
- },
- {
- "examine": "An Achey tree stump.",
- "ids": "3371"
- },
- {
- "examine": "Useful for ogre dinners.",
- "ids": "3372,3373,3374,3375"
- },
- {
- "examine": "An ogre bench, useful for taking all that weight off their legs.",
- "ids": "3376"
- },
- {
- "examine": "Hmmm, a rock for a lock....",
- "ids": "3377"
- },
- {
- "examine": "Some stealthy thief must have picked the ogre lock!",
- "ids": "3378"
- },
- {
- "examine": "The entrance to Rantz's cave",
- "ids": "3379"
- },
- {
- "examine": "Exit this way for fresh air and daylight.",
- "ids": "3380,3381"
- },
- {
- "examine": "Useful for ogre dinners.",
- "ids": "3382,3383,3384,3385,3386,3387,3388"
- },
- {
- "examine": "A good source of books!",
- "ids": "3389"
- },
- {
- "examine": "A strange crack cuts into the wall.",
- "ids": "3390,3391,3392,3393"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "3394,3395"
- },
- {
- "examine": "A pile of boxes for storage.",
- "ids": "3396,3397"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "3398,3399,3400,3401"
- },
- {
- "examine": "Used for fashioning metal items.",
- "ids": "3402"
- },
- {
- "examine": "A pile of Elemental rock.",
- "ids": "3403"
- },
- {
- "examine": "A valve to start and stop the flow of water.",
- "ids": "3404,3405"
- },
- {
- "examine": "This lever can be operated.",
- "ids": "3406"
- },
- {
- "examine": "It spins.",
- "ids": "3407,3408"
- },
- {
- "examine": "This lever can be operated.",
- "ids": "3409"
- },
- {
- "examine": "Big bellows.",
- "ids": "3410,3411,3412"
- },
- {
- "examine": "A furnace with an air blast pipe.",
- "ids": "3413"
- },
- {
- "examine": "A small trough full of lava.",
- "ids": "3414"
- },
- {
- "examine": "I can climb down these stairs.",
- "ids": "3415"
+ "ids": "11402"
},
{
"examine": "I can climb up these stairs.",
- "ids": "3416"
+ "ids": "24349"
},
{
- "examine": "This lever can be operated.",
- "ids": "3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428"
+ "examine": "A handy place for filling in forms and paperwork.",
+ "ids": "23928"
},
{
- "examine": "Water powered machinery.",
- "ids": "3429,3430"
+ "examine": "Where people may put themselves.",
+ "ids": "17462"
},
{
- "examine": "Stoney!",
- "ids": "3431"
+ "examine": "For keeping things in.",
+ "ids": "24924"
},
{
- "examine": "I wonder what's under it?",
- "ids": "3432"
+ "examine": "Contains quite a lot of someone else's property.",
+ "ids": "23925"
},
{
- "examine": "I can see a holy barrier at the bottom.",
- "ids": "3433,3434,3435,3436,3437,3438,3439"
+ "examine": "This chest looks strong.",
+ "ids": "23926"
},
{
- "examine": "One horsepower; wooden suspension: a beauty.",
- "ids": "34376"
+ "examine": "They say money can't buy happiness.",
+ "ids": "23929"
},
{
- "examine": "They let you walk up them!",
- "ids": "3440"
+ "examine": "A gilt sculpture of a monarch.",
+ "ids": "23930"
},
{
- "examine": "They let you walk down them!",
- "ids": "3441,3442"
- },
- {
- "examine": "A holy barrier blocking evil forces.",
- "ids": "3443"
- },
- {
- "examine": "A sturdy metal gate.",
- "ids": "3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462"
- },
- {
- "examine": "The perfect place to store things.",
- "ids": "346,347"
- },
- {
- "examine": "A hastily constructed yet sturdy prison door.",
- "ids": "3463,3464,3465"
- },
- {
- "examine": "Dead animal parts dangling!",
- "ids": "3466"
- },
- {
- "examine": "So how long has this been dead, then?",
- "ids": "3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478"
- },
- {
- "examine": "A statue honouring Saradomin.",
- "ids": "3479"
- },
- {
- "examine": "These open and close!",
- "ids": "348"
- },
- {
- "examine": "An ornately decorated coffin. Something seems to be alive inside.",
- "ids": "3480,3481,3482,3483,3484"
- },
- {
- "examine": "An ornately carved well that draws water from the river Salve.",
- "ids": "3485,3486,3487,3488"
- },
- {
- "examine": "Sturdy looking door.",
- "ids": "3489,3490,3491,3492"
- },
- {
- "examine": "This may be worth searching.",
- "ids": "349"
- },
- {
- "examine": "A monument to a fallen priest.",
- "ids": "3493,3494,3495,3496,3497,3498,3499"
- },
- {
- "examine": "These open and close!",
- "ids": "350"
- },
- {
- "examine": "With skill I can play this.",
- "ids": "3500,3501,3502,3503,3504,3505"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "3506,3507"
- },
- {
- "examine": "Not sure if I should sit on that.",
- "ids": "3508,3509"
- },
- {
- "examine": "This may be worth searching.",
- "ids": "351"
- },
- {
- "examine": "Not sure if that's any use.",
- "ids": "3510,3511"
- },
- {
- "examine": "It'll probably die soon.",
- "ids": "3512,3513"
- },
- {
- "examine": "Not sure if I should stand under that.",
- "ids": "3514,3515"
- },
- {
- "examine": "A dark dank entrance to below.",
- "ids": "3516"
- },
- {
- "examine": "A large tree thriving where trees normally die.",
- "ids": "3517,3518,3519"
- },
- {
- "examine": "These open and close!",
- "ids": "352"
- },
- {
- "examine": "Special grotto area.",
- "ids": "3520"
- },
- {
- "examine": "A grotto transformed into an altar of nature.",
- "ids": "3521"
- },
- {
- "examine": "It's a bridge.",
- "ids": "3522"
- },
- {
- "examine": "An old bench, probably made from wood in this swamp.",
- "ids": "3523,3524"
- },
- {
- "examine": "The door.",
- "ids": "3525"
- },
- {
- "examine": "The green door.",
- "ids": "3526"
- },
- {
- "examine": "A roughly hewn stone with some sort of symbol on it.",
- "ids": "3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545"
- },
- {
- "examine": "This may be worth searching.",
- "ids": "353"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "354,355"
- },
- {
- "examine": "There is a rope leading to the bottom of this well.",
- "ids": "3546,3547,3548,3549,3550"
- },
- {
- "examine": "I can balance on this rope.",
- "ids": "3551,3552"
- },
- {
- "examine": "I can balance on this log.",
- "ids": "3553,3554,3555,3556,3557,3558"
- },
- {
- "examine": "Tread carefully!",
- "ids": "3559,3560,3561,3562"
- },
- {
- "examine": "An old crate for storage.",
- "ids": "356,357,358"
- },
- {
- "examine": "Now, I'm the king of the swingers, oh, the jungle VIP.",
- "ids": "3563,3564"
- },
- {
- "examine": "It looks like I can clamber over this.",
- "ids": "3565"
- },
- {
- "examine": "Use this to swing over to the next platform.",
- "ids": "3566"
- },
- {
- "examine": "I might want to avoid this nasty blade.",
- "ids": "3567,3568,3569"
- },
- {
- "examine": "Walk the plank! Ya land lubber!",
- "ids": "3570,3571,3572,3573,3574,3575,3576,3577"
- },
- {
- "examine": "It's a small step for a player, a giant leap for player kind.",
- "ids": "3578,3579"
- },
- {
- "examine": "Makes sliced human.",
- "ids": "3580"
- },
- {
- "examine": "Releases a ticket when the flashing arrow is above it.",
- "ids": "3581"
- },
- {
- "examine": "Makes human colanders.",
- "ids": "3582"
- },
- {
- "examine": "I can use these to climb across to the other side.",
- "ids": "3583,3584"
- },
- {
- "examine": "Looks suspiciously like a pressure pad to me.",
- "ids": "3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607"
- },
- {
- "examine": "A pile of boxes for storage.",
- "ids": "359,360,361"
- },
- {
- "examine": "Releases a ticket when the flashing arrow is above it.",
- "ids": "3608,3609"
- },
- {
- "examine": "I can use this rope to climb back to the top.",
- "ids": "3610,3611,3612,3613,3614,3615,3616"
- },
- {
- "examine": "Leads down into the Agility Arena.",
- "ids": "3617"
- },
- {
- "examine": "Leads back to Brimhaven.",
- "ids": "3618,3619,3620,3621,3622,3623,3624,3625"
- },
- {
- "examine": "A wooden barrel for storage.",
- "ids": "362"
- },
- {
- "examine": "It looks very sturdy.",
- "ids": "3626,3627,3628,3629,3630,3631,3632,3633"
- },
- {
- "examine": "A wooden barrel containing lots of fish.",
- "ids": "363"
- },
- {
- "examine": "A shrine of the gods!",
- "ids": "3634"
- },
- {
- "examine": "I wonder what's inside...",
- "ids": "3635"
- },
- {
- "examine": "It looks empty.",
- "ids": "3636,3637,3638,3639,3640,3641,3642,3643"
- },
- {
- "examine": "It's got ale in it.",
- "ids": "364,32063"
- },
- {
- "examine": "That's really bright!",
- "ids": "3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661"
- },
- {
- "examine": "These may have something in them.",
- "ids": "365"
- },
- {
- "examine": "There are some toolboxes on this table.",
- "ids": "36573,36580"
- },
- {
- "examine": "There's some rock I can use with the catapult here.",
- "ids": "36574,36581"
- },
- {
- "examine": "There are some barricades here.",
- "ids": "36575,36582"
- },
- {
- "examine": "There is some rope here.",
- "ids": "36576,36583"
- },
- {
- "examine": "There are some explosive potions here.",
- "ids": "36577,36584"
- },
- {
- "examine": "There are some pickaxes on this table.",
- "ids": "36578,36585"
- },
- {
- "examine": "There are some bandages on this table.",
- "ids": "36579,36586"
- },
- {
- "examine": "Useful for transportation of delicate items.",
- "ids": "366"
- },
- {
- "examine": "Smells more like \"innocent villager\" stew to me...",
- "ids": "3662,3663,3664"
- },
- {
- "examine": "Troll leftovers...",
- "ids": "3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675"
- },
- {
- "examine": "This may be worth opening.",
- "ids": "367,368,369"
- },
- {
- "examine": "A stone mechanism that unlocks the equipment room.",
- "ids": "3676,3677,3678"
- },
- {
- "examine": "I can climb down these stairs.",
- "ids": "36775,36778"
- },
- {
- "examine": "The bank teller will serve you from here.",
- "ids": "36786"
- },
- {
- "examine": "Closed for business.",
- "ids": "36787"
- },
- {
- "examine": "Banking transactions are processed here.",
- "ids": "36789,37158"
- },
- {
- "examine": "A standard of Asgarnia.",
- "ids": "3679"
- },
- {
- "examine": "The flag of Asgarnia.",
- "ids": "3680"
- },
- {
- "examine": "I don't know art, but I like it!",
- "ids": "36809"
- },
- {
- "examine": "Town of Burthorpe",
- "ids": "3681,3682,3683,3684"
- },
- {
- "examine": "A pile of boxes for storage.",
- "ids": "3685,3686,3687,3688,3689,3690,3691"
- },
- {
- "examine": "Some of the Sherpa's climbing rope.",
- "ids": "3692,3693"
- },
- {
- "examine": "Looks like the Imperial Guard's supply of Dual Claws.",
- "ids": "3694,3695"
- },
- {
- "examine": "The Imperial Guard's ceremonial armour.",
- "ids": "3696"
- },
- {
- "examine": "A barrel full of swords...",
- "ids": "3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721"
- },
- {
- "examine": "Stops people walking past.",
- "ids": "37,38,39"
- },
- {
- "examine": "This may be worth searching.",
- "ids": "370,371,372"
- },
- {
- "examine": "I wonder what this spooky contains.",
- "ids": "37051"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "3722,3723,3724"
- },
- {
- "examine": "A wooden gate.",
- "ids": "3725,3726,3727,3728,3729"
- },
- {
- "examine": "The perfect accompaniment to a bedroom.",
- "ids": "373"
- },
- {
- "examine": "I can climb over the fence with this.",
- "ids": "3730,3731,3732,3733,3734"
+ "examine": "Cave exit.",
+ "ids": "15812"
},
{
"examine": "A flag on a pole.",
"ids": "37335"
},
- {
- "examine": "Looks like a small cave.",
- "ids": "3735"
- },
- {
- "examine": "The exit to the outside.",
- "ids": "3736,3737,3738,3739,3740"
- },
- {
- "examine": "A stand for hats!",
- "ids": "374"
- },
- {
- "examine": "No solicitors!",
- "ids": "3741"
- },
- {
- "examine": "Danger",
- "ids": "3742"
- },
- {
- "examine": "A sturdy wooden door.",
- "ids": "3743,3744"
- },
- {
- "examine": "The door is closed.",
- "ids": "3745,3746"
- },
- {
- "examine": "Stops bits of building falling on me.",
- "ids": "37451"
- },
- {
- "examine": "A nicely fitted door.",
- "ids": "3747"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "3748,3749,3750,3751"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "375,376,377"
- },
- {
- "examine": "Unusual energy is gathered here.",
- "ids": "3752,3753,3754,3755,3756"
- },
- {
- "examine": "Looks like a small cave.",
- "ids": "3757"
- },
- {
- "examine": "The way out.",
- "ids": "3758"
- },
- {
- "examine": "Looks like a small cave.",
- "ids": "3759"
- },
- {
- "examine": "The way out.",
- "ids": "3760"
- },
- {
- "examine": "The back way out.",
- "ids": "3761"
- },
- {
- "examine": "The back way into the stronghold.",
- "ids": "3762"
- },
- {
- "examine": "The door is closed.",
- "ids": "3763"
- },
- {
- "examine": "The mine has collapsed.",
- "ids": "37634"
- },
- {
- "examine": "The door is open.",
- "ids": "3764"
- },
- {
- "examine": "The door to Mad Eadgar's cell.",
- "ids": "3765,3766"
- },
- {
- "examine": "The door to Godric's cell.",
- "ids": "3767,3768"
- },
- {
- "examine": "Hot!",
- "ids": "3769"
- },
- {
- "examine": "This window looks down onto the Troll Camp.",
- "ids": "3770"
- },
- {
- "examine": "The entrance to the Troll Stronghold.",
- "ids": "3771"
- },
- {
- "examine": "The way out of the Troll Stronghold.",
- "ids": "3772,3773,3774"
- },
- {
- "examine": "Looks like stew of some kind...",
- "ids": "3775"
- },
- {
- "examine": "A door in the Stronghold.",
- "ids": "3776,3777,3778,3779"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "378,379"
- },
- {
- "examine": "The door to the prison.",
- "ids": "3780,3781"
- },
- {
- "examine": "The entrance to the Troll Arena.",
- "ids": "3782,3783,3784"
- },
- {
- "examine": "The exit to the Troll Arena.",
- "ids": "3785,3786,3787"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "3788"
- },
- {
- "examine": "They go down.",
- "ids": "3789"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "3790,3791,3792,3793"
- },
- {
- "examine": "Looks tasty! If you're a goat, that is.",
- "ids": "3794,3795,3796"
- },
- {
- "examine": "A good source of books!",
- "ids": "380,381"
- },
- {
- "examine": "Not so good for sitting on.",
- "ids": "3802"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "3803,3804"
- },
- {
- "examine": "They don't seem to roll.",
- "ids": "3805"
- },
- {
- "examine": "They're troll eggs. Or perhaps rocks.",
- "ids": "3806"
- },
- {
- "examine": "These make great pets.",
- "ids": "3807"
- },
- {
- "examine": "It's a troll! Run! No, wait, it's just a rock.",
- "ids": "3808,3809"
- },
- {
- "examine": "The door to the storeroom.",
- "ids": "3810,3811,3812"
- },
- {
- "examine": "It probably hasn't got anything interesting inside.",
- "ids": "3813"
- },
- {
- "examine": "They probably haven't got anything interesting inside.",
- "ids": "3814,3815"
- },
- {
- "examine": "They're closed.",
- "ids": "3816"
- },
- {
- "examine": "They're open.",
- "ids": "3817,3818,3819"
- },
- {
- "examine": "A woven storage basket.",
- "ids": "382,383,384,385"
- },
- {
- "examine": "It doesn't contain anything particularly appetising.",
- "ids": "3820"
- },
- {
- "examine": "Makes you taller.",
- "ids": "3821"
- },
- {
- "examine": "It's full of dried goutweed.",
- "ids": "3822"
- },
- {
- "examine": "Welcome to Mad Eadgar's! If I'm not in, I've probably been captured again.",
- "ids": "3823"
- },
- {
- "examine": "I don't want to look too closely at what's cooking in there...",
- "ids": "3824"
- },
- {
- "examine": "A limestone ceiling growth.",
- "ids": "3825"
- },
- {
- "examine": "A tooth shaped rock formation protruding from the floor.",
- "ids": "3826"
- },
- {
- "examine": "How am I going to get down there?",
- "ids": "3827,3828"
- },
- {
- "examine": "I hope this holds!",
- "ids": "3829"
- },
- {
- "examine": "How am I going to get down there?",
- "ids": "3830,3831"
- },
- {
- "examine": "I hope this holds!",
- "ids": "3832"
- },
- {
- "examine": "It's moving...",
- "ids": "3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3850,3851,3852,3853,3854,3855"
- },
- {
- "examine": "It's a half buried crate.",
- "ids": "3856,3857"
- },
- {
- "examine": "It's stuck in the sand.",
- "ids": "3858,3859"
- },
- {
- "examine": "A gigantic pottery urn.",
- "ids": "386"
- },
- {
- "examine": "It's full of brightly coloured fish.",
- "ids": "3860,3861"
- },
- {
- "examine": "It's a pile of burning bones.",
- "ids": "3862"
- },
- {
- "examine": "The tribal statue of Tai Bwo Wannai Village.",
- "ids": "3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878"
- },
- {
- "examine": "This no doubt contains arcane knowledge.",
- "ids": "387"
- },
- {
- "examine": "A tree.",
- "ids": "3879"
- },
- {
- "examine": "I wonder what this spooky item contains.",
- "ids": "388"
- },
- {
- "examine": "It's a tree stump.",
- "ids": "3880"
- },
- {
- "examine": "A tree.",
- "ids": "3881,3882,3883"
- },
- {
- "examine": "It's a tree stump.",
- "ids": "3884"
- },
- {
- "examine": "A tree.",
- "ids": "3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900"
- },
- {
- "examine": "It smells funny in there.",
- "ids": "389,390"
- },
- {
- "examine": "A rare flower.",
- "ids": "3901"
- },
- {
- "examine": "Don't flowers make you feel better?",
- "ids": "3902"
- },
- {
- "examine": "A rare flower.",
- "ids": "3903"
- },
- {
- "examine": "Don't flowers make you feel better?",
- "ids": "3904"
- },
- {
- "examine": "A rare flower.",
- "ids": "3905"
- },
- {
- "examine": "Don't flowers make you feel better?",
- "ids": "3906,3907,3908,3909,3910,3911"
- },
- {
- "examine": "Fungal growth.",
- "ids": "3912"
- },
- {
- "examine": "Poisonous no doubt.",
- "ids": "3913,3914"
- },
- {
- "examine": "Fungal growth.",
- "ids": "3915"
- },
- {
- "examine": "Poisonous no doubt.",
- "ids": "3916,3917"
- },
- {
- "examine": "The lamp has a glowing crystal at its core.",
- "ids": "3918"
- },
- {
- "examine": "It's a trap!",
- "ids": "3919,3920"
- },
- {
- "examine": "A fishing net full of fish.",
- "ids": "392"
- },
- {
- "examine": "A tripwire.",
- "ids": "3921"
- },
- {
- "examine": "An odd-looking group of tied sticks.",
- "ids": "3922"
- },
- {
- "examine": "A pile of leaves.",
- "ids": "3923,3924,3925,3926"
- },
- {
- "examine": "Looks like I can climb these.",
- "ids": "3927"
- },
- {
- "examine": "It's a tree.",
- "ids": "3928"
- },
- {
- "examine": "I can balance on this log.",
- "ids": "3929,3930,3931,3932,3933,3934,3935,3936"
- },
- {
- "examine": "A good source of books!",
- "ids": "393"
- },
- {
- "examine": "There are some broken twigs here.",
- "ids": "3937"
- },
- {
- "examine": "It looks as if the grass here has been flattened.",
- "ids": "3938"
- },
- {
- "examine": "You notice the leaf litter here has been disturbed.",
- "ids": "3939,3940"
- },
- {
- "examine": "Bamboo storage!",
- "ids": "394,395,396"
- },
- {
- "examine": "Tracks in the soil.",
- "ids": "3941,3942,3943"
- },
- {
- "examine": "You'd need a big siege engine to force that.",
- "ids": "3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961"
- },
- {
- "examine": "A yellow crystal structure.",
- "ids": "3962,3963,3964,3965,3966"
- },
- {
- "examine": "A tree",
- "ids": "3967,3968"
- },
- {
- "examine": "Disturbing but tidy.",
- "ids": "3969"
- },
- {
- "examine": "The perfect place to store things.",
- "ids": "397"
- },
- {
- "examine": "I don't even want to think about what did that...",
- "ids": "3970"
- },
- {
- "examine": "I don't wanna fall in that!",
- "ids": "3975"
- },
- {
- "examine": "Good for smashing city walls.",
- "ids": "3976"
- },
- {
- "examine": "There's a winch on this side.",
- "ids": "3977"
- },
- {
- "examine": "There's a lever on this side.",
- "ids": "3978,3979"
- },
- {
- "examine": "I hope no-one's home...",
- "ids": "398,26931,26935,26937,26939,32290"
- },
- {
- "examine": "A way to get into the tent.",
- "ids": "3980,3981,3982"
- },
- {
- "examine": "A tent.",
- "ids": "3983,3984,3985,3986"
- },
- {
- "examine": "A small barrel.",
- "ids": "3987,3988,3989,3990,3991"
- },
- {
- "examine": "I see dead people.",
- "ids": "399,36737,32291"
- },
- {
- "examine": "A standard of Kandarin.",
- "ids": "3992,3993"
- },
- {
- "examine": "A small furnace.",
- "ids": "3994"
- },
- {
- "examine": "A tent wall.",
- "ids": "3995"
- },
- {
- "examine": "A way to get into the tent.",
- "ids": "3996"
- },
- {
- "examine": "A tent wall.",
- "ids": "3997"
- },
- {
- "examine": "It looks as if the grass here has been flattened.",
- "ids": "3998"
- },
- {
- "examine": "There are some broken twigs here.",
- "ids": "3999"
- },
- {
- "examine": "Animals have no table manners.",
- "ids": "40"
- },
- {
- "examine": "A small simple gravestone.",
- "ids": "400"
- },
- {
- "examine": "A tent roof.",
- "ids": "4000"
- },
- {
- "examine": "A tent wall.",
- "ids": "4001"
- },
- {
- "examine": "A wooden barrel for storage.",
- "ids": "40018"
- },
- {
- "examine": "A wooden barrel containing lots of fish.",
- "ids": "40019"
- },
- {
- "examine": "The charred remains of a tent pole.",
- "ids": "4002,4003"
- },
- {
- "examine": "A wooden crate.",
- "ids": "40021"
- },
- {
- "examine": "Some wooden crates.",
- "ids": "40022"
- },
- {
- "examine": "I can climb this.",
- "ids": "40026"
- },
- {
- "examine": "I can climb down this.",
- "ids": "40027,20987,29358"
- },
- {
- "examine": "Items are for sale here.",
- "ids": "40028"
- },
- {
- "examine": "Tick-tock, it's a clock.",
- "ids": "40029"
- },
- {
- "examine": "Useful for putting things on.",
- "ids": "40031"
- },
- {
- "examine": "A case. With books.",
- "ids": "40033"
- },
- {
- "examine": "A drab looking bed.",
- "ids": "40035"
- },
- {
- "examine": "Well of voyage.",
- "ids": "4004,4005"
- },
- {
- "examine": "It really was this big!",
- "ids": "40042"
- },
- {
- "examine": "It really was this big!",
- "ids": "40043"
- },
- {
- "examine": "A nice sturdy looking table.",
- "ids": "40044"
- },
- {
- "examine": "These open and close!",
- "ids": "40050"
- },
- {
- "examine": "These open and close!",
- "ids": "40052"
- },
- {
- "examine": "The perfect place to store things.",
- "ids": "40054"
- },
- {
- "examine": "I can climb up these stairs.",
- "ids": "40057"
- },
- {
- "examine": "It looks like I can squeeze through here.",
- "ids": "4006"
- },
- {
- "examine": "Looking good!",
- "ids": "40065"
- },
- {
- "examine": "The exit to the outside.",
- "ids": "4007"
- },
- {
- "examine": "Trinkets and stuff.",
- "ids": "40075"
- },
- {
- "examine": "Break glass in case in case of emergency.",
- "ids": "40076"
- },
- {
- "examine": "Shrine to the glory of Saradomin.",
- "ids": "4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023"
- },
- {
- "examine": "A simple marker for a forgotten person.",
- "ids": "401"
- },
- {
- "examine": "A large potted plant.",
- "ids": "40111"
- },
- {
- "examine": "The remains of someone lie inside.",
- "ids": "402"
- },
- {
- "examine": "A barrel.",
- "ids": "4024,4025"
- },
- {
- "examine": "A still for fractionalizing oils.",
- "ids": "4026"
- },
- {
- "examine": "A pile of lime rock.",
- "ids": "4027,4028,4029,4030"
- },
- {
- "examine": "A monument to a special person.",
- "ids": "403"
- },
- {
- "examine": "Looks like a stone doorway to me.",
- "ids": "4031,4032,4033,4034"
- },
- {
- "examine": "These clean Druid's robes are drying off.",
- "ids": "4035,4036,4037,4038"
- },
- {
- "examine": "It's full of dirty robes.",
- "ids": "4039,4040,4041,4042"
- },
- {
- "examine": "The inscription is worn away and unreadable.",
- "ids": "404"
- },
- {
- "examine": "Presumably the hatch the zookeeper feeds the parrots through.",
- "ids": "4043"
- },
- {
- "examine": "A red standard.",
- "ids": "4044,4045,4046,4047"
- },
- {
- "examine": "'Here lies...' is all I can read.",
- "ids": "405"
- },
- {
- "examine": "It doesn't look healthy...",
- "ids": "4051"
- },
- {
- "examine": "It's covered in slime.",
- "ids": "4052"
- },
- {
- "examine": "It doesn't look healthy...",
- "ids": "4053,4054"
- },
- {
- "examine": "These fat fungi take up so much room.",
- "ids": "4055,4056,4057"
- },
- {
- "examine": "I can balance on this rope.",
- "ids": "4059"
- },
- {
- "examine": "Whoever bought this must have really cared for the inhabitant.",
- "ids": "406"
- },
- {
- "examine": "It's hollow...",
- "ids": "4060"
- },
- {
- "examine": "This tree has been cut down.",
- "ids": "4061"
- },
- {
- "examine": "Strange items are stored here.",
- "ids": "4062"
- },
- {
- "examine": "This table has seen better days.",
- "ids": "4064"
- },
- {
- "examine": "It looks very ornamental in a practical 'solid rock' way.",
- "ids": "4065"
- },
- {
- "examine": "Welcome to Mort'ton",
- "ids": "4066"
- },
- {
- "examine": "Danger! Sickness and affliction... stay away!",
- "ids": "4067"
- },
- {
- "examine": "Looks like a pile of ancient rubble.",
- "ids": "4068"
- },
- {
- "examine": "The starting of a wall.",
- "ids": "4069,4070,4071,4072,4073,4074,4075,4076"
- },
- {
- "examine": "Looks like a stone doorway to me.",
- "ids": "407"
- },
- {
- "examine": "It's nearly a wall.",
- "ids": "4077"
- },
- {
- "examine": "A rebuilt wall.",
- "ids": "4078"
- },
- {
- "examine": "The broken wall of a desecrated temple.",
- "ids": "4079"
- },
- {
- "examine": "Looks like a stone doorway to my untrained eye.",
- "ids": "408"
- },
- {
- "examine": "The partially repaired wall of a desecrated temple.",
- "ids": "4080,4081,4082,4083,4084,4085,4086,4087"
- },
- {
- "examine": "The nearly repaired wall of a desecrated temple.",
- "ids": "4088"
- },
- {
- "examine": "The repaired wall of a temple.",
- "ids": "4089"
- },
- {
- "examine": "Shrine to the glory of Saradomin.",
- "ids": "409"
- },
- {
- "examine": "A flaming Fire altar.",
- "ids": "4090"
- },
- {
- "examine": "An ancient Fire altar.",
- "ids": "4091"
- },
- {
- "examine": "An ancient, totally desecrated, broken down fire altar.",
- "ids": "4092"
- },
- {
- "examine": "A place to cremate the dead. Needs some wood.",
- "ids": "4093"
- },
- {
- "examine": "A place to cremate the dead. Needs a body.",
- "ids": "4094,4095,4096,4097,4098,4099"
- },
- {
- "examine": "Looks like an outlet pipe to the lake.",
- "ids": "41"
- },
- {
- "examine": "An ancient altar to the glory of Guthix.",
- "ids": "410"
- },
- {
- "examine": "A place to cremate the dead. Needs a light.",
- "ids": "4100,4101,4102,4103,4104,4105"
- },
- {
- "examine": "Heavy metal!",
- "ids": "4106,4107,4108,4109,4110"
- },
- {
- "examine": "Shrine to the glory of Zamorak.",
- "ids": "411,412"
- },
- {
- "examine": "A strangely decorated bronze chest, the lock is painted blood red.",
- "ids": "4111"
- },
- {
- "examine": "A strangely decorated chest, the lock is painted brown.",
- "ids": "4112"
- },
- {
- "examine": "A strangely decorated chest, the lock is painted crimson.",
- "ids": "4113"
- },
- {
- "examine": "A strangely decorated chest, the lock is painted black.",
- "ids": "4114"
- },
- {
- "examine": "A strangely decorated chest, the lock is painted purple.",
- "ids": "4115"
- },
- {
- "examine": "A strangely decorated steel chest, the lock is painted blood red.",
- "ids": "4116"
- },
- {
- "examine": "A strangely decorated steel chest, the lock is painted brown.",
- "ids": "4117"
- },
- {
- "examine": "A strangely decorated steel chest, the lock is painted crimson.",
- "ids": "4118"
- },
- {
- "examine": "A strangely decorated steel chest, the lock is painted black.",
- "ids": "4119"
- },
- {
- "examine": "A strangely decorated steel chest, the lock is painted purple.",
- "ids": "4120"
- },
- {
- "examine": "A strangely decorated black chest, the lock is painted blood red.",
- "ids": "4121"
- },
- {
- "examine": "A strangely decorated black chest, the lock is painted brown.",
- "ids": "4122"
- },
- {
- "examine": "A strangely decorated black chest, the lock is painted crimson.",
- "ids": "4123"
- },
- {
- "examine": "A strangely decorated black chest, the lock is painted black.",
- "ids": "4124"
- },
- {
- "examine": "A strangely decorated black chest, the lock is painted purple.",
- "ids": "4125"
- },
- {
- "examine": "A strangely decorated silver chest, the lock is painted blood red.",
- "ids": "4126"
- },
- {
- "examine": "A strangely decorated silver chest, the lock is painted brown.",
- "ids": "4127"
- },
- {
- "examine": "A strangely decorated silver chest, the lock is painted crimson.",
- "ids": "4128"
- },
- {
- "examine": "A strangely decorated silver chest, the lock is painted black.",
- "ids": "4129"
- },
- {
- "examine": "Looks suspiciously like a big stone table.",
- "ids": "413"
- },
- {
- "examine": "A strangely decorated silver chest, the lock is painted purple.",
- "ids": "4130"
- },
- {
- "examine": "A strangely decorated bronze chest, the open lock is painted blood red.",
- "ids": "4131"
- },
- {
- "examine": "This tells you which way is which.",
- "ids": "4132,4133,4134,4135"
- },
- {
- "examine": "These doors look very ominous. A sign says 'To the tombs'.",
- "ids": "4136,4137"
- },
- {
- "examine": "Items are for sale here.",
- "ids": "4138"
- },
- {
- "examine": "Entrance to the Duel Arena.",
- "ids": "4139,4140"
- },
- {
- "examine": "A really posh upright coffin.",
- "ids": "414"
- },
- {
- "examine": "This seems to be some kind of shrine.",
- "ids": "4141"
- },
- {
- "examine": "The wind makes a musical sound as it blows through it...",
- "ids": "4142"
- },
- {
- "examine": "Danger",
- "ids": "4143"
- },
- {
- "examine": "Those golden fruit look good enough to eat!",
- "ids": "4144,4145,4146"
- },
- {
- "examine": "This must be Lalli's home.",
- "ids": "4147"
- },
- {
- "examine": "Allows performers backstage at the Longhall.",
- "ids": "4148"
- },
- {
- "examine": "It smells pretty good actually.",
- "ids": "4149"
- },
- {
- "examine": "Whoever's inside must have been rich.",
- "ids": "415"
- },
- {
- "examine": "A portal from this mystical place.",
- "ids": "4150,4151,4152,4153,4154,4155,4156,4157"
- },
- {
- "examine": "Takes me into the maze.",
- "ids": "4158"
- },
- {
- "examine": "Takes me out of the maze.",
- "ids": "4159,4160,4161"
- },
- {
- "examine": "With skill I can play this.",
- "ids": "416"
- },
- {
- "examine": "A thin metal pipe, presumably for rainwater to run through.",
- "ids": "4162"
- },
- {
- "examine": "I can climb this.",
- "ids": "4163,4164"
- },
- {
- "examine": "Keeps the wind out.",
- "ids": "4165,4166"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "4167,4168"
- },
- {
- "examine": "Brrrrrr!",
- "ids": "4169"
- },
- {
- "examine": "Great for sleeping in.",
- "ids": "417"
- },
- {
- "examine": "There is some kind of balancing mechanism as a lock.",
- "ids": "4170"
- },
- {
- "examine": "A good source of books!",
- "ids": "4171"
- },
- {
- "examine": "An appliance for cooking with.",
- "ids": "4172"
- },
- {
- "examine": "I wonder what's down there?",
- "ids": "4173"
- },
- {
- "examine": "I wonder what's under it?",
- "ids": "4174"
- },
- {
- "examine": "Kind of funny smelling...",
- "ids": "4175"
- },
- {
- "examine": "Water comes out of it.",
- "ids": "4176"
- },
- {
- "examine": "This may be worth opening.",
- "ids": "4177"
- },
- {
- "examine": "This may be worth searching.",
- "ids": "4178"
- },
- {
- "examine": "A very unusual piece of artwork...",
- "ids": "4179,4180"
- },
- {
- "examine": "A stylish-looking bed.",
- "ids": "418"
- },
- {
- "examine": "Alas poor unicorn, I knew him well.",
- "ids": "4181"
- },
- {
- "examine": "Looks like the bull lost.",
- "ids": "4182"
- },
- {
- "examine": "A pile of boxes for storage.",
- "ids": "4183,4184"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "4185"
- },
- {
- "examine": "An old crate for storage.",
- "ids": "4186"
- },
- {
- "examine": "I can climb this.",
- "ids": "4187"
- },
- {
- "examine": "This leads upwards.",
- "ids": "4188"
- },
- {
- "examine": "This leads downwards.",
- "ids": "4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246"
- },
- {
- "examine": "A drab-looking bed.",
- "ids": "419"
- },
- {
- "examine": "I can see fish swimming in the water.",
- "ids": "42,326"
- },
- {
- "examine": "A stylish-looking bed.",
- "ids": "420,421"
- },
- {
- "examine": "Technically a bed.",
- "ids": "422"
- },
- {
- "examine": "I guess I could sleep in it if I were really tired.",
- "ids": "423"
- },
- {
- "examine": "Lovely comfy-looking big bed.",
- "ids": "424,425"
- },
- {
- "examine": "Keeps the cold winds out.",
- "ids": "4247"
- },
- {
- "examine": "Doesn't keep the wind out if it's open!",
- "ids": "4248,4249"
- },
- {
- "examine": "I'm sure the animal is glad its fur was put to good use.",
- "ids": "4250,4251"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264"
- },
- {
- "examine": "Posh-looking bed.",
- "ids": "426"
- },
- {
- "examine": "Toasty.",
- "ids": "4265"
- },
- {
- "examine": "Hot!",
- "ids": "4266"
- },
- {
- "examine": "Finger licking good!",
- "ids": "4267,4268"
- },
- {
- "examine": "It's a long wooden table.",
- "ids": "4269"
- },
- {
- "examine": "A bed fit for a king.",
- "ids": "427,428"
- },
- {
- "examine": "It's a table with candles on.",
- "ids": "4270"
- },
- {
- "examine": "Generally used for sitting.",
- "ids": "4271"
- },
- {
- "examine": "Generally used for putting things on.",
- "ids": "4272"
- },
- {
- "examine": "Actually, I could do with a drink...",
- "ids": "4273"
- },
- {
- "examine": "For leaning against...",
- "ids": "4274"
- },
- {
- "examine": "A wooden barrel containing lots of fish.",
- "ids": "4275"
- },
- {
- "examine": "Always a source of good bargains.",
- "ids": "4276"
- },
- {
- "examine": "There's something fishy about this stall.",
- "ids": "4277"
- },
- {
- "examine": "Around here, this is where you buy new doors.",
- "ids": "4278,4279,4280,4281,4282"
- },
- {
- "examine": "Has a peculiar odour.",
- "ids": "4283,4284"
- },
- {
- "examine": "Water comes out of this.",
- "ids": "4285"
- },
- {
- "examine": "It's kind of like a barrel.",
- "ids": "4286"
- },
- {
- "examine": "Looks pretty comfy.",
- "ids": "4287"
- },
- {
- "examine": "I guess I could sleep in it if I was really tired.",
- "ids": "4288,4289,4290,4291,4292,4293,4294,4295"
- },
- {
- "examine": "One of the nicest beds I have ever seen.",
- "ids": "429"
- },
- {
- "examine": "Yup, looks like this neighbourhood is perfectly safe for travellers...",
- "ids": "4296"
- },
- {
- "examine": "A pile of boxes for storage.",
- "ids": "4297,4298,4299"
- },
- {
- "examine": "It seems to sparkle.",
- "ids": "43"
- },
- {
- "examine": "Perfect for snoozing in the sun.",
- "ids": "430"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "4300"
- },
- {
- "examine": "An old crate for storage.",
- "ids": "4301,4302,4303"
- },
- {
- "examine": "A hot place for forging things in.",
- "ids": "4304,4305"
- },
- {
- "examine": "Used for fashioning metal items.",
- "ids": "4306"
- },
- {
- "examine": "Various implements for working with metal.",
- "ids": "4307"
- },
- {
- "examine": "Bake your clay pots in here.",
- "ids": "4308"
- },
- {
- "examine": "Used for spinning thread.",
- "ids": "4309"
- },
- {
- "examine": "A comfortable seat to recline and recuperate.",
- "ids": "431"
- },
- {
- "examine": "Used for fashioning clay items.",
- "ids": "4310"
- },
- {
- "examine": "A wooden gate.",
- "ids": "4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327"
- },
- {
- "examine": "I don't think anyone's slept here for a long time.",
- "ids": "432"
- },
- {
- "examine": "This tree has been cut down.",
- "ids": "4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347"
- },
- {
- "examine": "Bamboo's a versatile material.",
- "ids": "433,434,435"
- },
- {
- "examine": "Best left on the beach.",
- "ids": "4348"
- },
- {
- "examine": "This once belonged to a sea animal.",
- "ids": "4349"
- },
- {
- "examine": "Best left for the crabs.",
- "ids": "4350"
- },
- {
- "examine": "I can hear the sea with this.",
- "ids": "4351"
- },
- {
- "examine": "A half-buried bowl.",
- "ids": "4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365"
- },
- {
- "examine": "A lump of rock.",
- "ids": "436,437,438,439"
- },
- {
- "examine": "An empty shelf...",
- "ids": "4366,4367"
- },
- {
- "examine": "There are some pots and pans here.",
- "ids": "4368"
- },
- {
- "examine": "There are some tankards here.",
- "ids": "4369"
- },
- {
- "examine": "A shelf with a bucket on it.",
- "ids": "4370"
- },
- {
- "examine": "There are a few books on this shelf.",
- "ids": "4371"
- },
- {
- "examine": "It's a small table.",
- "ids": "4372"
- },
- {
- "examine": "A tray of sand.",
- "ids": "4373,4374,4375,4376"
- },
- {
- "examine": "There should be a standard here!",
- "ids": "4377,4378,4379"
- },
- {
- "examine": "I could climb this if I wanted.",
- "ids": "4380"
- },
- {
- "examine": "It's a war machine.",
- "ids": "4381,4382"
- },
- {
- "examine": "I could climb this if I wanted.",
- "ids": "4383,4384"
- },
- {
- "examine": "The catapult is damaged.",
- "ids": "4385,4386"
- },
- {
- "examine": "A portal to join the Saradomin team.",
- "ids": "4387"
- },
- {
- "examine": "A portal to join the Zamorak team.",
- "ids": "4388"
- },
- {
- "examine": "A portal to leave the Saradomin team.",
- "ids": "4389"
- },
- {
- "examine": "A portal to leave the Zamorak team.",
- "ids": "4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405"
- },
- {
- "examine": "I can see really big fish swimming in the water.",
- "ids": "44"
- },
- {
- "examine": "A big slimy lump of rock.",
- "ids": "440"
- },
- {
- "examine": "A portal to leave the Saradomin team.",
- "ids": "4406"
- },
- {
- "examine": "A portal to leave the Zamorak team.",
- "ids": "4407"
- },
- {
- "examine": "A portal to join a random team.",
- "ids": "4408,4409,4410"
- },
- {
- "examine": "A slimy lump of rock.",
- "ids": "441"
- },
- {
- "examine": "A very slippery stepping stone",
- "ids": "4411"
- },
- {
- "examine": "I could climb this if I wanted.",
- "ids": "4412,4413"
- },
- {
- "examine": "A rickety old staircase.",
- "ids": "4414"
- },
- {
- "examine": "A solid stone staircase.",
- "ids": "4415,4416,4417,4418,4419,4420,36480,36481,36484,36495,36521,36523,36532,36540"
- },
- {
- "examine": "A slippery looking rock.",
- "ids": "442,443"
- },
- {
- "examine": "A spiky barricade.",
- "ids": "4421,4422"
- },
- {
- "examine": "A large broken door.",
- "ids": "4431,4432,4433,4434,4435,4436"
- },
- {
- "examine": "We could use our pickaxes to get past these...",
- "ids": "4437"
- },
- {
- "examine": "We can almost get past these...",
- "ids": "4438,4439,4440,4441,4442,4443"
- },
- {
- "examine": "A huge lump of rock.",
- "ids": "444,445"
- },
- {
- "examine": "Should be long enough to scale castle walls.",
- "ids": "4444,4445"
- },
- {
- "examine": "Maybe I could tie a rope to this...",
- "ids": "4446,4447"
- },
- {
- "examine": "It doesn't look very stable...",
- "ids": "4448"
- },
- {
- "examine": "A solid stone staircase.",
- "ids": "4449,4450,4451,4452,4453,4454,4455,4456,4457"
- },
- {
- "examine": "There are some bandages on this table.",
- "ids": "4458"
- },
- {
- "examine": "There are some toolboxes on this table.",
- "ids": "4459"
- },
- {
- "examine": "Some small stones.",
- "ids": "446,447,448"
- },
- {
- "examine": "There's some rock I can use with the catapult here.",
- "ids": "4460"
- },
- {
- "examine": "There are some barricades here.",
- "ids": "4461"
- },
- {
- "examine": "There is some rope here.",
- "ids": "4462"
- },
- {
- "examine": "There are some explosive potions here.",
- "ids": "4463"
- },
- {
- "examine": "There are some pickaxes on this table.",
- "ids": "4464"
- },
- {
- "examine": "An elf-fashioned door.",
- "ids": "4465,4466"
- },
- {
- "examine": "The door is closed.",
- "ids": "4467"
- },
- {
- "examine": "The door is open.",
- "ids": "4468"
- },
- {
- "examine": "Only the Saradomin team may pass.",
- "ids": "4469"
- },
- {
- "examine": "Only the Zamorak team may pass.",
- "ids": "4470"
- },
- {
- "examine": "I wonder what's under it?",
- "ids": "4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481"
- },
- {
- "examine": "Water comes out of this.",
- "ids": "4482"
- },
- {
- "examine": "It's open.",
- "ids": "4483"
- },
- {
- "examine": "Keep track of which team has the most victories.",
- "ids": "4484"
- },
- {
- "examine": "I could climb this if I wanted.",
- "ids": "4485,4486"
- },
- {
- "examine": "A big wooden door.",
- "ids": "4487,4488,4489,4490,4491,4492"
- },
- {
- "examine": "A rocky ledge.",
- "ids": "449"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "4493"
- },
- {
- "examine": "They go down.",
- "ids": "4494"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "4495"
- },
- {
- "examine": "They go down.",
- "ids": "4496"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "4497"
- },
- {
- "examine": "They go down.",
- "ids": "4498"
- },
- {
- "examine": "Wow",
- "ids": "4499"
- },
- {
- "examine": "Big Dave is fishing here.",
- "ids": "45"
- },
- {
- "examine": "Stoney!",
- "ids": "450,451,452,453"
- },
- {
- "examine": "This leads back to the cruel world above.",
- "ids": "4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512"
- },
- {
- "examine": "I doubt that was built to last...",
- "ids": "4513,4514,4515,4516,4517"
- },
- {
- "examine": "How do you make a skeleton laugh?",
- "ids": "4518"
- },
- {
- "examine": "Tickle his funny bone.",
- "ids": "4519"
- },
- {
- "examine": "Clearly has been relaxing too long....",
- "ids": "4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540"
- },
- {
- "examine": "Solid rock from the cave floor.",
- "ids": "454,455"
- },
- {
- "examine": "Did that thing just twitch?",
- "ids": "4541,4542"
- },
- {
- "examine": "A strange wall with objects engraved upon it.",
- "ids": "4543,4544"
- },
- {
- "examine": "A strange wall that appears to be hinged.",
- "ids": "4545,4546,4547,4548,4549"
- },
- {
- "examine": "I can jump off this one.",
- "ids": "4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567"
- },
- {
- "examine": "I can climb up these stairs.",
- "ids": "4568"
- },
- {
- "examine": "I can climb up or go down these stairs.",
- "ids": "4569,36777"
- },
{
"examine": "I can climb down these stairs.",
- "ids": "4570,4571,4572,4573,4574,4575,4576"
+ "ids": "36775,36778"
},
{
- "examine": "Lets you walk through walls!",
- "ids": "4577,4578,4579,4580,4581,4582,4583,4584,4585,4586"
+ "examine": "Jump here.",
+ "ids": "23271"
},
{
- "examine": "It turns the light around.",
- "ids": "4587"
+ "examine": "Popular on sandy beaches where fruity cocktails may be found.",
+ "ids": "18856"
},
{
- "examine": "It looks broken.",
- "ids": "4588"
+ "examine": "Stop examining signs! You're in the Wilderness now!",
+ "ids": "14503"
},
{
- "examine": "Part of the Lighthouse's lighting mechanism.",
- "ids": "4589"
+ "examine": "Looks like part of the entrance is blocked by rubble.",
+ "ids": "15767"
},
{
- "examine": "Part of the lighthouse Light mechanism.",
- "ids": "4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609"
+ "examine": "They know how much that dog in the window is.",
+ "ids": "28351"
},
{
- "examine": "Joshua is fishing here.",
- "ids": "46"
+ "examine": "Lots of things for a growing fish.",
+ "ids": "28355"
},
{
- "examine": "Best left on the beach.",
- "ids": "4610"
+ "examine": "It's a basket for dogs.",
+ "ids": "28338"
},
{
- "examine": "This once belonged to a sea animal.",
- "ids": "4611"
+ "examine": "Enough baskets for any dog's needs.",
+ "ids": "28339"
},
{
- "examine": "Best left for the crabs.",
- "ids": "4612"
+ "examine": "Made by the A. Wilson Company.",
+ "ids": "28345"
},
{
- "examine": "I can hear the sea with this.",
- "ids": "4613"
+ "examine": "Sure it's gilded, but would you want to live in it?",
+ "ids": "28335"
},
{
- "examine": "It is a buried bowl.",
- "ids": "4614"
+ "examine": "It's covered in hairs.",
+ "ids": "28361"
},
{
- "examine": "I can jump off this one.",
- "ids": "4615,4616"
+ "examine": "It's good for bedding and stuffing.",
+ "ids": "28343"
},
{
- "examine": "Shelves filled with interesting books.",
- "ids": "4617"
+ "examine": "Lots of little fishies.",
+ "ids": "28340"
},
{
- "examine": "A nice and cosy fire.",
- "ids": "4618,4619"
+ "examine": "Fetch!",
+ "ids": "28360"
},
{
- "examine": "Looks slippery!",
- "ids": "462,463"
+ "examine": "It's a basket for cats.",
+ "ids": "28337"
},
{
- "examine": "They go down.",
- "ids": "4620,4621"
+ "examine": "It seems to be sat happily on the counter.",
+ "ids": "28356"
},
{
- "examine": "They go up.",
- "ids": "4622,4623"
+ "examine": "Lots of things for a growing pup.",
+ "ids": "28353"
},
{
- "examine": "They go down.",
- "ids": "4624,4625"
+ "examine": "Lots of things for a growing kitten.",
+ "ids": "28354"
},
{
- "examine": "They go up.",
- "ids": "4626,4627,4628"
+ "examine": "Lots of things for a growing pup/kitten/fish.",
+ "ids": "28357"
},
{
- "examine": "An elf-fashioned door.",
- "ids": "4636,4637,4638,4639,4640"
+ "examine": "Things are cheaper by the pound.",
+ "ids": "28344"
},
{
- "examine": "Formed over many years of dripping limestone.",
- "ids": "464,465,466"
+ "examine": "It incubates eggs.",
+ "ids": "28336"
},
{
- "examine": "Mmm...beer!",
- "ids": "4641"
+ "examine": "There are a lot of pet supplies here.",
+ "ids": "28357,28358,28363,28364"
},
{
- "examine": "Has some board games news on it.",
- "ids": "4642"
- },
- {
- "examine": "The ladder to the Runelink challenge room for experienced players.",
- "ids": "4643"
- },
- {
- "examine": "The ladder back to the Runelink challenge room.",
- "ids": "4644"
- },
- {
- "examine": "The ladder to the Draughts challenge room for experienced players.",
- "ids": "4645"
- },
- {
- "examine": "The ladder back to the Draughts challenge room.",
- "ids": "4646"
- },
- {
- "examine": "The ladder back up to the Toad and Chicken.",
- "ids": "4647"
- },
- {
- "examine": "Leads down to the Burthorpe Games Rooms.",
- "ids": "4648,4649"
- },
- {
- "examine": "A nice and cosy fire.",
- "ids": "4650"
- },
- {
- "examine": "A table for board games.",
- "ids": "4651"
- },
- {
- "examine": "A game of draughts is being played on this table.",
- "ids": "4652"
- },
- {
- "examine": "A game of Runelink is being played on this table.",
- "ids": "4653,4654,4655"
- },
- {
- "examine": "A comfy stool.",
- "ids": "4656,4657"
- },
- {
- "examine": "Draughts challenge room.",
- "ids": "4658"
- },
- {
- "examine": "Runelink challenge room.",
- "ids": "4659"
- },
- {
- "examine": "Draughts challenge room for experienced players.",
- "ids": "4660"
- },
- {
- "examine": "Runelink challenge room for experienced players.",
- "ids": "4661,4662,4663,4664,4665,4666,4667,4668"
- },
- {
- "examine": "A statue of Arrav (the Fountain of Heroes has moved downstairs.)",
- "ids": "4669"
- },
- {
- "examine": "A limestone ceiling growth.",
- "ids": "467"
- },
- {
- "examine": "A statue of Camorra (the Fountain of Heroes has moved downstairs.)",
- "ids": "4670"
- },
- {
- "examine": "A good source of books!",
- "ids": "4671"
- },
- {
- "examine": "The door into the throne room.",
- "ids": "4672,4673"
- },
- {
- "examine": "I bet this makes good syrup!",
- "ids": "4674"
- },
- {
- "examine": "Scented herbs.",
- "ids": "4675"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "4676"
- },
- {
- "examine": "Scented herbs.",
- "ids": "4677,4678,4679,4680,4681,4682"
- },
- {
- "examine": "Limestone floor growth.",
- "ids": "468"
- },
- {
- "examine": "A large harp.",
- "ids": "4683"
- },
- {
- "examine": "Good for shooting fish in.",
- "ids": "4684"
- },
- {
- "examine": "This old tree is rotting away",
- "ids": "4685"
- },
- {
- "examine": "This old tree is rotting away.",
- "ids": "4686,4687,4688,4689"
- },
- {
- "examine": "A limestone ceiling growth.",
- "ids": "469,470"
- },
- {
- "examine": "Fancy.",
- "ids": "4690,4691"
- },
- {
- "examine": "Flag, pole...Yep, it's a flagpole.",
- "ids": "4692,4693,4694,4695"
- },
- {
- "examine": "The door is closed.",
- "ids": "4696"
- },
- {
- "examine": "The door is open.",
- "ids": "4697,4698,4699,4700"
- },
- {
- "examine": "A wooden gate.",
- "ids": "47,48,49,50"
- },
- {
- "examine": "Keeps the cold winds out.",
- "ids": "4701"
- },
- {
- "examine": "A nicely carved wooden chair.",
- "ids": "4702"
- },
- {
- "examine": "A wooden double bed. For sleeping in...",
- "ids": "4703,4704"
- },
- {
- "examine": "There's something fishy about this stall.",
- "ids": "4705"
- },
- {
- "examine": "You should eat your greens!",
- "ids": "4706"
- },
- {
- "examine": "There's something fishy about this stall.",
- "ids": "4707"
- },
- {
- "examine": "You should eat your greens!",
- "ids": "4708,4709"
- },
- {
- "examine": "A deposit of rocks.",
- "ids": "471,472,473,474"
- },
- {
- "examine": "A doorway made from bamboo.",
- "ids": "4710,4711"
- },
- {
- "examine": "It's a trapdoor.",
- "ids": "4712"
- },
- {
- "examine": "It's an open trapdoor.",
- "ids": "4713"
- },
- {
- "examine": "A wooden crate for storage.",
- "ids": "4714"
- },
- {
- "examine": "This crate is making chattering sounds.",
- "ids": "4715"
- },
- {
- "examine": "This crate smells slightly nauseous.",
- "ids": "4716"
- },
- {
- "examine": "This crate says 'Property of Hamab' on its side.",
- "ids": "4717,4718"
- },
- {
- "examine": "This crate says 'Property of Ifaba' on its side.",
- "ids": "4719"
- },
- {
- "examine": "This crate says 'Property of Daga' on its side.",
- "ids": "4720,4721"
- },
- {
- "examine": "This crate smells slightly of banana.",
- "ids": "4722,4723"
- },
- {
- "examine": "This crate says 'Property of Hamab' on its side.",
- "ids": "4724"
- },
- {
- "examine": "This crate says 'Property of Ifaba' on its side.",
- "ids": "4725,4726,4727"
- },
- {
- "examine": "I can climb up this.",
- "ids": "4728"
- },
- {
- "examine": "A dried up bush, void of life.",
- "ids": "4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742"
- },
- {
- "examine": "It's a bamboo ladder.",
- "ids": "4743,4744"
- },
- {
- "examine": "Looks good for jumping off.",
- "ids": "4745"
- },
- {
- "examine": "This crate is marked 'Deliver to Glough'...",
- "ids": "4746,4747,4748"
- },
- {
- "examine": "It's a banana tree, full of bananas.",
- "ids": "4749"
- },
- {
- "examine": "It's a banana tree, with lots of bananas.",
- "ids": "4750"
- },
- {
- "examine": "It's a banana tree, with many bananas.",
- "ids": "4751"
- },
- {
- "examine": "It's a banana tree, with a few bananas.",
- "ids": "4752"
- },
- {
- "examine": "It's a banana tree, with but one banana.",
- "ids": "4753"
- },
- {
- "examine": "It's a banana tree, with no more bananas left.",
- "ids": "4754"
- },
- {
- "examine": "They go down.",
- "ids": "4755"
- },
- {
- "examine": "They go up.",
- "ids": "4756,4757,4758,4759,4760,4761,4762,4763"
- },
- {
- "examine": "It's a bamboo stool.",
- "ids": "4764"
- },
- {
- "examine": "It's a sheer wall of fire, rising as high as you can see.",
- "ids": "4765,4766"
- },
- {
- "examine": "The contents of this pyre are rapidly bubbling and burning.",
- "ids": "4767"
- },
- {
- "examine": "It's a wall of bricks.",
- "ids": "4768"
- },
- {
- "examine": "It's a pile of bricks.",
- "ids": "4769,4770"
- },
- {
- "examine": "Looks slippery!",
- "ids": "477,478"
- },
- {
- "examine": "A rather dapper little monkey sitting on a throne.",
- "ids": "4771"
- },
- {
- "examine": "It's a bamboo ladder.",
- "ids": "4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785"
- },
- {
- "examine": "A plant in a bamboo pot.",
- "ids": "4786"
- },
- {
- "examine": "It's an absolutely huge bamboo gate.",
- "ids": "4787,4788,4789,4790"
- },
- {
- "examine": "A deposit of rocks.",
- "ids": "479,480,481,482,483,484,485,486"
- },
- {
- "examine": "It's a big comfy bed, made of strips of bamboo.",
- "ids": "4791,4792,4793"
- },
- {
- "examine": "It's a pot made out of bamboo.",
- "ids": "4794"
- },
- {
- "examine": "They are pots made out of bamboo.",
- "ids": "4795,4796"
- },
- {
- "examine": "Bamboo strips have been lashed together to make this rickety desk.",
- "ids": "4797"
- },
- {
- "examine": "It's a bookcase made out of bamboo.",
- "ids": "4798"
- },
- {
- "examine": "It's a bamboo door with a large iron padlock.",
- "ids": "4799,4800,4801,4802,4803,4804,4805,4806"
- },
- {
- "examine": "It's a door made from bamboo.",
- "ids": "4807,4808,4809,4810,4811"
- },
- {
- "examine": "Looks good for hiding in...",
- "ids": "4812,4813,4814"
- },
- {
- "examine": "Looks good for hiding in.",
- "ids": "4815"
- },
- {
- "examine": "This is a fairly tall tree with sparse foliage.",
- "ids": "4816"
- },
- {
- "examine": "A jungle palm with dense foliage.",
- "ids": "4817"
- },
- {
- "examine": "This is a fairly tall tree with sparse foliage.",
- "ids": "4818"
- },
- {
- "examine": "This was a fairly tall tree with sparse foliage.",
- "ids": "4819"
- },
- {
- "examine": "A leafy tree.",
- "ids": "4820"
- },
- {
- "examine": "This was a fairly tall tree with sparse foliage.",
- "ids": "4821"
- },
- {
- "examine": "This tree has been cut down.",
- "ids": "4822"
- },
- {
- "examine": "This flower is found only in jungle areas.",
- "ids": "4823"
- },
- {
- "examine": "A very rare and exotic flower.",
- "ids": "4824"
- },
- {
- "examine": "A small fernlike plant.",
- "ids": "4825"
- },
- {
- "examine": "Leaves a nasty mark.",
- "ids": "4826"
- },
- {
- "examine": "Looks spiky.",
- "ids": "4827"
- },
- {
- "examine": "This has broad leaves.",
- "ids": "4828"
- },
- {
- "examine": "A type of jungle fern.",
- "ids": "4829"
- },
- {
- "examine": "A large waxy jungle plant.",
- "ids": "4830"
- },
- {
- "examine": "Commonly found in these parts.",
- "ids": "4831"
- },
- {
- "examine": "The tendrils of a creeping plant.",
- "ids": "4832"
- },
- {
- "examine": "A jungle bush, quite common to these areas.",
- "ids": "4833,4834"
- },
- {
- "examine": "A jungle bush that has been chopped down.",
- "ids": "4835,4836,4837,4838,4839,4840,4841,4842,4843,4844"
- },
- {
- "examine": "A terribly tall tropical tree.",
- "ids": "4845,4846,4847"
- },
- {
- "examine": "Leaves of a tropical tree.",
- "ids": "4848"
- },
- {
- "examine": "This tree no doubt contains dangerous insects.",
- "ids": "4849,4850,4851"
- },
- {
- "examine": "This old tree is rotting away.",
- "ids": "4852"
- },
- {
- "examine": "A gnarly old tree root.",
- "ids": "4853"
- },
- {
- "examine": "The roots of this tree are exposed.",
- "ids": "4854"
- },
- {
- "examine": "I hope I don't trip over any of these.",
- "ids": "4855"
- },
- {
- "examine": "It's a small patch of glowing fungus.",
- "ids": "4856"
- },
- {
- "examine": "It's a medium patch of glowing fungus.",
- "ids": "4857"
- },
- {
- "examine": "It's an absolutely colossal statue of some kind of gorilla.",
- "ids": "4858"
- },
- {
- "examine": "It's a huge statue of some kind of gorilla.",
- "ids": "4859,4860"
- },
- {
- "examine": "It's a huge statue of some kind of monkey.",
- "ids": "4861"
- },
- {
- "examine": "It's a large patch of glowing fungus.",
- "ids": "4862"
- },
- {
- "examine": "Legs of this watchtower.",
- "ids": "4863,4864"
- },
- {
- "examine": "It's the middle of this watchtower.",
- "ids": "4865"
- },
- {
- "examine": "It's a deactivated military Gnome glider.",
- "ids": "4866"
- },
- {
- "examine": "It's an activated military Gnome glider.",
- "ids": "4867"
- },
- {
- "examine": "It's some kind of Gnome teleportation device.",
- "ids": "4868,4869,4870"
- },
- {
- "examine": "This is the panel controlling the hangar reinitialisation.",
- "ids": "4871"
- },
- {
- "examine": "There must be an exit nearby.",
- "ids": "4872"
- },
- {
- "examine": "It's probably too risky to try pulling this.",
- "ids": "4873"
- },
- {
- "examine": "This table has crafting paraphernalia on it.",
- "ids": "4874"
- },
- {
- "examine": "This table has ripe bananas on show.",
- "ids": "4875"
- },
- {
- "examine": "This table has items of a general nature on it.",
- "ids": "4876"
- },
- {
- "examine": "This table has runes on display.",
- "ids": "4877"
- },
- {
- "examine": "This table has a scimitar on it.",
- "ids": "4878"
- },
- {
- "examine": "It's a trapdoor.",
- "ids": "4879"
- },
- {
- "examine": "It's an open trapdoor.",
- "ids": "4880"
- },
- {
- "examine": "I can climb up this.",
- "ids": "4881"
- },
- {
- "examine": "Looks suspicious.",
- "ids": "4882,4883"
- },
- {
- "examine": "A plank.",
- "ids": "4884"
- },
- {
- "examine": "Formed over many years.",
- "ids": "4885"
- },
- {
- "examine": "Human sieve creation.",
- "ids": "4886"
- },
- {
- "examine": "Looks suspicious.",
- "ids": "4887"
- },
- {
- "examine": "It's a trapdoor.",
- "ids": "4888"
- },
- {
- "examine": "I can climb up this.",
- "ids": "4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899"
- },
- {
- "examine": "The Saradomin Team Standard.",
- "ids": "4900"
- },
- {
- "examine": "The Zamorak Team Standard.",
- "ids": "4901"
- },
- {
- "examine": "The Saradomin Team Standard.",
- "ids": "4902"
- },
- {
- "examine": "The Zamorak Team Standard.",
- "ids": "4903"
- },
- {
- "examine": "It's on fire!",
- "ids": "4904,4905,4906,4907,4908,4909"
- },
- {
- "examine": "A wooden barrel for storage.",
- "ids": "4910"
- },
- {
- "examine": "I can climb down this.",
- "ids": "4911,4912,36349,36365"
- },
- {
- "examine": "It looks cramped and dark.",
- "ids": "4913,4914,4915,4916,4917"
- },
- {
- "examine": "This cart is blocking the way up the ridge.",
- "ids": "4918"
- },
- {
- "examine": "These stairs seem to have been hewn out of the rock itself.",
- "ids": "4919"
- },
- {
- "examine": "A collection of rocks over what looks like a depression.",
- "ids": "492"
- },
- {
- "examine": "It looks cramped and dark.",
- "ids": "4920,4921,4922"
- },
- {
- "examine": "These stairs seem to have been hewn out of the rock itself.",
- "ids": "4923"
- },
- {
- "examine": "A valve to start and stop the flow of water.",
- "ids": "4924,4925"
- },
- {
- "examine": "Shiny!",
- "ids": "4926,4927,4928"
- },
- {
- "examine": "It looks cramped and dark.",
- "ids": "4929"
- },
- {
- "examine": "It's blocking the tunnel, but it looks dark down there anyway.",
- "ids": "4930,4931"
- },
- {
- "examine": "A bizarre fungus. It emits a pale blue light.",
- "ids": "4932,4933,4934"
- },
- {
- "examine": "If that wasn't there I'd probably be a lot flatter now.",
- "ids": "4935"
- },
- {
- "examine": "It prevents the wall unceremoniously squashing people.",
- "ids": "4936"
- },
- {
- "examine": "It looks like it's water powered.",
- "ids": "4937,4938,4939,4940,4941"
- },
- {
- "examine": "It's a little waterlogged. I hope it still works.",
- "ids": "4942,4943"
- },
- {
- "examine": "It doesn't look very watertight. Any contents will be ruined.",
- "ids": "4944"
- },
- {
- "examine": "A sunken mine cart, how useful.",
- "ids": "4945,4946,4947,4948"
- },
- {
- "examine": "This displays information on how the points on this level are set.",
- "ids": "4949"
- },
- {
- "examine": "It has the letter 'B' inscribed on the end.",
- "ids": "4950"
- },
- {
- "examine": "It has the letter 'A' inscribed on the end.",
- "ids": "4951"
- },
- {
- "examine": "It has the letter 'C' inscribed on the end.",
- "ids": "4952"
- },
- {
- "examine": "It has the letter 'D' inscribed on the end.",
- "ids": "4953"
- },
- {
- "examine": "It has the letter 'E' inscribed on the end.",
- "ids": "4954"
- },
- {
- "examine": "It has the letter 'I' inscribed on the end.",
- "ids": "4955"
- },
- {
- "examine": "It has the letter 'J' inscribed on the end.",
- "ids": "4956"
- },
- {
- "examine": "It has the letter 'K' inscribed on the end.",
- "ids": "4957"
- },
- {
- "examine": "I think this changes one of the sets of points.",
- "ids": "4958"
- },
- {
- "examine": "It has the letter 'F' inscribed on the end.",
- "ids": "4959"
- },
- {
- "examine": "It has the letter 'G' inscribed on the end.",
- "ids": "4960"
- },
- {
- "examine": "It has the letter 'H' inscribed on the end.",
- "ids": "4961"
- },
- {
- "examine": "The door is closed.",
- "ids": "4962"
- },
- {
- "examine": "I can climb down this.",
- "ids": "4965"
- },
- {
- "examine": "I can climb this.",
- "ids": "4966"
- },
- {
- "examine": "I can climb down this.",
- "ids": "4967"
- },
- {
- "examine": "I can climb this.",
- "ids": "4968"
- },
- {
- "examine": "I can climb down this.",
- "ids": "4969"
- },
- {
- "examine": "I can climb this.",
- "ids": "4970"
- },
- {
- "examine": "These stairs seem to have been hewn out of the rock itself.",
- "ids": "4971,4972,4973"
- },
- {
- "examine": "Useful for moving items around the mine.",
- "ids": "4974"
- },
- {
- "examine": "An old crate for storage.",
- "ids": "4975"
- },
- {
- "examine": "A distinctive layer in the rock strata.",
- "ids": "4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000"
- },
- {
- "examine": "A powerful ranging device, unfortunately not working.",
- "ids": "5"
- },
- {
- "examine": "This cave has been boarded up.",
- "ids": "5001"
- },
- {
- "examine": "Useful for passing over inaccessible areas.",
- "ids": "5002"
- },
- {
- "examine": "It's old and pretty broken.",
- "ids": "5003"
- },
- {
- "examine": "A well used tree.",
- "ids": "5004,5005"
- },
- {
- "examine": "These flowers only grow in one place in the mountains.",
- "ids": "5006"
- },
- {
- "examine": "Looks like small cave.",
- "ids": "5007"
- },
- {
- "examine": "Looks dark...",
- "ids": "5008,5009,5010,5011,5012,5013,5014"
- },
- {
- "examine": "It's too dangerous to go down here by foot...",
- "ids": "5015,5016,5017,5018,5019,5020,5021,5022,5023,5024"
- },
- {
- "examine": "A split in the cave wall...",
- "ids": "5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036"
- },
- {
- "examine": "A large ice covered boulder.",
- "ids": "5037"
- },
- {
- "examine": "An ice covered boulder.",
- "ids": "5038"
- },
- {
- "examine": "A small ice covered boulder.",
- "ids": "5039,5040,5041,5042"
- },
- {
- "examine": "A huge ice gate.",
- "ids": "5043,5044"
- },
- {
- "examine": "An interesting-looking tree.",
- "ids": "5045"
- },
- {
- "examine": "A small cave entrance.",
- "ids": "5046"
- },
- {
- "examine": "Limestone ceiling growth.",
- "ids": "5047"
- },
- {
- "examine": "A limestone ceiling growth.",
- "ids": "5048"
- },
- {
- "examine": "A tooth shaped rock formation protruding from the floor.",
- "ids": "5049"
- },
- {
- "examine": "Tooth shaped rock formations protruding from the floor.",
- "ids": "5050"
- },
- {
- "examine": "A dirty little swamp boat.",
- "ids": "5051"
- },
- {
- "examine": "If it had paint on it, you'd probably watch it dry.",
- "ids": "5052,5053"
- },
- {
- "examine": "I can climb this.",
- "ids": "5054"
- },
- {
- "examine": "I wonder what that's there for...",
- "ids": "5055"
- },
- {
- "examine": "These doors look very ominous.",
- "ids": "5056,5057"
- },
- {
- "examine": "Large doors set into the hillside.",
- "ids": "5058,5059"
- },
- {
- "examine": "These doors seem to lead into the underground.",
- "ids": "5060,5061"
- },
- {
- "examine": "Large doors set into the hillside.",
- "ids": "5062,5063,5064,5065,5066,5067,5068,5069,5070,5071"
- },
- {
- "examine": "A deposit of rocks.",
- "ids": "507,508,509,510"
- },
- {
- "examine": "A Large Pillar",
- "ids": "5072,5073,5074,5075,5076,5077,5078,5079,5080,5081"
- },
- {
- "examine": "An overgrown dungeon entrance.",
- "ids": "5082"
- },
- {
- "examine": "A closed overgrown dungeon entrance.",
- "ids": "5083"
- },
- {
- "examine": "The way to go when I get scared.",
- "ids": "5084,5085,5086,5087"
- },
- {
- "examine": "I hope I don't fall off this.",
- "ids": "5088,5089,5090,5091,5092,5093"
- },
- {
- "examine": "These stairs seem to have been hewn out of the rock itself.",
- "ids": "5094,5095,5096,5097,5098"
- },
- {
- "examine": "Hmmm... I wonder if it's loose enough to get through.",
- "ids": "51"
- },
- {
- "examine": "Thick vines blocking your way.",
- "ids": "5103,5104,5105,5106,5107,5108,5109"
- },
- {
- "examine": "A rock with a pickaxe and mining tools.",
- "ids": "511"
- },
- {
- "examine": "I can jump from this stepping stone.",
- "ids": "5110,5111"
- },
- {
- "examine": "Not good for eating.",
- "ids": "5112"
- },
- {
- "examine": "I doubt that's edible.",
- "ids": "5113,5114,5115"
- },
- {
- "examine": "A statue of a big monster.",
- "ids": "5116,5117,5118,5119,5120,5121"
- },
- {
- "examine": "A tall wooden door.",
- "ids": "5126"
- },
- {
- "examine": "A tall wooden door.",
- "ids": "5128,5129"
- },
- {
- "examine": "Looks like whoever uses this has claws on their hands.",
- "ids": "5130"
- },
- {
- "examine": "I wonder what's under it?",
- "ids": "5131"
- },
- {
- "examine": "I wonder what's down there?",
- "ids": "5132"
- },
- {
- "examine": "A hurdle.",
- "ids": "5133,5134,5135"
- },
- {
- "examine": "A climbing wall made from skulls.",
- "ids": "5136,5137"
- },
- {
- "examine": "A very slippery stepping stone.",
- "ids": "5138"
- },
- {
- "examine": "A scary zip line for teeth??",
- "ids": "5139,5140,5141,5142,5143,5144,5145"
- },
- {
- "examine": "A goal.",
- "ids": "5146,5147,5148,5149,5150,5151"
- },
- {
- "examine": "This may be worth opening.",
- "ids": "5156"
- },
- {
- "examine": "This may be worth searching.",
- "ids": "5157"
- },
- {
- "examine": "A pile of garden canes.",
- "ids": "5158"
- },
- {
- "examine": "There's no way to cross this bridge.",
- "ids": "5159,5160"
- },
- {
- "examine": "A very tall column of ice.",
- "ids": "516"
- },
- {
- "examine": "An old grandfather clock.",
- "ids": "5161"
- },
- {
- "examine": "A closed chest.",
- "ids": "5162"
- },
- {
- "examine": "An open chest.",
- "ids": "5163"
- },
- {
- "examine": "There is a note pinned to the signpost.",
- "ids": "5164"
- },
- {
- "examine": "It looks like it needs a good sweep out.",
- "ids": "5165"
- },
- {
- "examine": "Bookish.",
- "ids": "5166"
- },
- {
- "examine": "A large, elaborately ornamented memorial stone.",
- "ids": "5167"
- },
- {
- "examine": "A grave, marked by an ostentatious memorial stone.",
- "ids": "5168"
- },
- {
- "examine": "A poor grave marked by a simple, wooden cross.",
- "ids": "5169"
- },
- {
- "examine": "A deposit of rocks.",
- "ids": "517,518,519,520"
- },
- {
- "examine": "The entrance to an extravagantly decorated mausoleum.",
- "ids": "5170,5171"
- },
- {
- "examine": "The door to the Tower.",
- "ids": "5172,5173"
- },
- {
- "examine": "The door to the garden shed.",
- "ids": "5174,5175"
- },
- {
- "examine": "At some point the lightning conductor has broken, rendering it useless.",
- "ids": "5176"
- },
- {
- "examine": "A shocking piece of kit.",
- "ids": "5177"
- },
- {
- "examine": "Mmm.. scented candles.",
- "ids": "5178,5179"
- },
- {
- "examine": "I wouldn't eat there!",
- "ids": "5180,5181,5182"
- },
- {
- "examine": "Looks wooden. Feels wooden. I wonder is it wooden?",
- "ids": "5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,5193,5194,5195,5196,5197,5198,5199,5200,5201"
- },
- {
- "examine": "It's locked.",
- "ids": "52,53"
- },
- {
- "examine": "Dangerous, someone could trip on them.",
- "ids": "5202,5203,5204,5205"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "5206"
- },
- {
- "examine": "They go down.",
- "ids": "5207,5208,5209,5210,5211,5212,5213,5214,5215,5216,5217,5218,5219,5220,5221,5222,5223,5224,5225,5226,5227"
- },
- {
- "examine": "Formed over many years of dripping limestone.",
- "ids": "5228,5229,5230"
- },
- {
- "examine": "Formed over many years of dripping limestone.",
- "ids": "523,524,525,526,527,528"
- },
- {
- "examine": "A tooth shaped rock formation protruding from the floor.",
- "ids": "5231,5232,5233,5234,5235,5236,5237,5238,5239,5240,5241,5242,5243"
- },
- {
- "examine": "Looks a bit tatty...",
- "ids": "5244,5245"
- },
- {
- "examine": "A well slept in bed.",
- "ids": "5246,5247"
- },
- {
- "examine": "It looks like a tree made of crystal.",
- "ids": "5248"
- },
- {
- "examine": "Looks to me like a quickly built fire.",
- "ids": "5249"
- },
- {
- "examine": "I can climb down this.",
- "ids": "5250"
- },
- {
- "examine": "I can climb this.",
- "ids": "5251"
- },
- {
- "examine": "A recently extinguished fire.",
- "ids": "5252"
- },
- {
- "examine": "I wish I could sting other people.",
- "ids": "5253"
- },
- {
- "examine": "Probably feels like a mild bee sting.",
- "ids": "5254"
- },
- {
- "examine": "I wouldn't like to get stung.",
- "ids": "5255"
- },
- {
- "examine": "Dock leaves at the ready.",
- "ids": "5256"
- },
- {
- "examine": "Nettles sting my leggies.",
- "ids": "5257"
- },
- {
- "examine": "These may hurt.",
- "ids": "5258"
- },
- {
- "examine": "A ghostly barrier.",
- "ids": "5259,5260,5261"
- },
- {
- "examine": "These stairs were carved out of the rock of the cavern.",
- "ids": "5262,5263"
- },
- {
- "examine": "I can climb this.",
- "ids": "5264"
- },
- {
- "examine": "I can climb up here.",
- "ids": "5265"
- },
- {
- "examine": "I can go below decks with this ladder.",
- "ids": "5266"
- },
- {
- "examine": "I wonder what's under it.",
- "ids": "5267"
- },
- {
- "examine": "I wonder what's down there.",
- "ids": "5268"
- },
- {
- "examine": "I can't see a rock!",
- "ids": "5269"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "5270,5271,5272"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "5273"
- },
- {
- "examine": "High above here is a tattered flag, blowing in the wind.",
- "ids": "5274"
- },
- {
- "examine": "An appliance for cooking with.",
- "ids": "5275"
- },
- {
- "examine": "The bank teller will serve you from here.",
- "ids": "5276"
- },
- {
- "examine": "This booth is closed.",
- "ids": "5277"
- },
- {
- "examine": "The resting place of Necrovarus' mortal body.",
- "ids": "5278,5279"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "5280"
- },
- {
- "examine": "They go down.",
- "ids": "5281"
- },
- {
- "examine": "A ghastly fountain filled with slime and bones, the source of Necrovarus' power.",
- "ids": "5282"
- },
- {
- "examine": "It's a small Ectofuntus.",
- "ids": "5283"
- },
- {
- "examine": "A big grinding thing.",
- "ids": "5284"
- },
- {
- "examine": "The tatty gangplank of a tatty ship.",
- "ids": "5285,5286"
- },
- {
- "examine": "Seen better days.",
- "ids": "5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305"
- },
- {
- "examine": "A limestone ceiling growth.",
- "ids": "529"
- },
- {
- "examine": "Formed over many years of dripping limestone.",
- "ids": "530"
- },
- {
- "examine": "A wooden rowing boat.",
- "ids": "5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329"
- },
- {
- "examine": "A limestone ceiling growth.",
- "ids": "531"
- },
- {
- "examine": "Limestone floor growth.",
- "ids": "532"
- },
- {
- "examine": "A limestone ceiling growth.",
- "ids": "533"
- },
- {
- "examine": "A pile of boxes for storage.",
- "ids": "5330"
- },
- {
- "examine": "A leafy fern.",
- "ids": "5331"
- },
- {
- "examine": "A small bushy plant.",
- "ids": "5332"
- },
- {
- "examine": "A leafy shrub.",
- "ids": "5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344"
- },
- {
- "examine": "A tooth shaped rock formation protruding from the floor.",
- "ids": "534"
- },
- {
- "examine": "This needs dusting before I'll sit on it.",
- "ids": "5346,5347"
- },
- {
- "examine": "Not so good for sitting on.",
- "ids": "5348"
- },
- {
- "examine": "Generally used for putting things on.",
- "ids": "5349"
- },
- {
- "examine": "Actually, I could do with a drink...",
- "ids": "5350"
- },
- {
- "examine": "For leaning against...",
- "ids": "5351"
- },
- {
- "examine": "One horsepower; wooden suspension: a beauty.",
- "ids": "5352"
- },
- {
- "examine": "A wooden wheelbarrow.",
- "ids": "5353"
- },
- {
- "examine": "Animal feeder.",
- "ids": "5354"
- },
- {
- "examine": "It probably hasn't got anything interesting inside.",
- "ids": "5355"
- },
- {
- "examine": "They probably haven't got anything interesting inside.",
- "ids": "5356,5357"
- },
- {
- "examine": "Looks like he's been dead a while now...",
- "ids": "5358"
- },
- {
- "examine": "I don't think he'd mind us checking for his wallet now...",
- "ids": "5359"
- },
- {
- "examine": "I'm sure he died of natural causes. Like a massive dragon or something...",
- "ids": "5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,5386,5387,5388,5389,5390,5391,5392,5393,5394,5395,5396"
- },
- {
- "examine": "A tooth shaped rock formation protruding from the ceiling.",
- "ids": "539,540"
- },
- {
- "examine": "This figure brings luck to those who sail.",
- "ids": "5397,5398,5399,5400,5401,5402"
- },
- {
- "examine": "It's a flight of stairs.",
- "ids": "54,55,56,57"
- },
- {
- "examine": "Without this I'm going around in circles.",
- "ids": "5403"
- },
- {
- "examine": "Holds up the sails.",
- "ids": "5404,5405,5406,5407,5408,5409,5410,5411,5412,5413,5414"
- },
- {
- "examine": "A tooth shaped rock formation protruding from the floor.",
- "ids": "541,542"
- },
- {
- "examine": "Allows access to other parts of the ship.",
- "ids": "5415,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428"
- },
- {
- "examine": "It's a table with candles on.",
- "ids": "5429"
- },
- {
- "examine": "A tooth shaped rock formation protruding from the ceiling.",
- "ids": "543"
- },
- {
- "examine": "Doesn't look too good...",
- "ids": "5430"
- },
- {
- "examine": "Looks a bit empty.",
- "ids": "5431,5432,5433,5434,5435,5436,5437,5438"
- },
- {
- "examine": "It's been knocked off its hinges.",
- "ids": "5439,5440,5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452"
- },
- {
- "examine": "A tooth shaped rock formation protruding from the floor.",
- "ids": "544"
- },
- {
- "examine": "A huge lump of rock.",
- "ids": "545"
- },
- {
- "examine": "It's a door.",
- "ids": "5453,5454,5455,5456,5457,5458,5459,5460"
- },
- {
- "examine": "Intimidating!",
- "ids": "546,547"
- },
- {
- "examine": "A subterranean pool of ectoplasm.",
- "ids": "5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487"
- },
- {
- "examine": "A deposit of rocks.",
- "ids": "548,549,550,551,552,553"
- },
- {
- "examine": "I can climb this.",
- "ids": "5488"
- },
- {
- "examine": "The finest rings.",
- "ids": "5489"
- },
- {
- "examine": "I wonder what's under it?",
- "ids": "5490"
- },
- {
- "examine": "I wonder what's down there?",
- "ids": "5491,5492"
- },
- {
- "examine": "I can climb this.",
- "ids": "5493"
- },
- {
- "examine": "A crude torch stuck in the ground.",
- "ids": "5494"
- },
- {
- "examine": "I guess I could sleep in it if I was really tired.",
- "ids": "5495,5496"
- },
- {
- "examine": "A well slept in bed.",
- "ids": "5497,5498"
- },
- {
- "examine": "Hot!",
- "ids": "5499,5500"
- },
- {
- "examine": "Stops people getting out.",
- "ids": "5501,5502,5503,5504,5505,5506,5507"
- },
- {
- "examine": "It's a lectern.",
- "ids": "5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537"
- },
- {
- "examine": "Makes you cry.",
- "ids": "5538"
- },
- {
- "examine": "Found near the water's edge.",
- "ids": "5539,5540,5541,5542"
- },
- {
- "examine": "Frozen water has formed an icicle here.",
- "ids": "554,555,556,557"
- },
- {
- "examine": "Isn't Heather a girls' name?",
- "ids": "5543"
- },
- {
- "examine": "Smells lovely!",
- "ids": "5544"
- },
- {
- "examine": "Who is this Heather girl?",
- "ids": "5545"
- },
- {
- "examine": "A purple haze of delight.",
- "ids": "5546"
- },
- {
- "examine": "The colour purple on stems.",
- "ids": "5547"
- },
- {
- "examine": "I ponder... Why is it purple?",
- "ids": "5548"
- },
- {
- "examine": "I wonder why it's purple?",
- "ids": "5549"
- },
- {
- "examine": "A cure for nettle stings.",
- "ids": "5550"
- },
- {
- "examine": "A droopy tree.",
- "ids": "5551"
- },
- {
- "examine": "These trees are found near water.",
- "ids": "5552,5553"
- },
- {
- "examine": "This is what is left of a willow tree.",
- "ids": "5554"
- },
- {
- "examine": "I don't know art, but I like it!",
- "ids": "5555,5556,5557"
- },
- {
- "examine": "Aggie's cooking something, probably best not to think what...",
- "ids": "5558,9736"
- },
- {
- "examine": "Trinkets and stuff.",
- "ids": "5559"
- },
- {
- "examine": "Looking good!",
- "ids": "5560"
- },
- {
- "examine": "Aggie's broomstick.",
- "ids": "5561"
- },
- {
- "examine": "Aggie has already dyed this cloth.",
- "ids": "5562,5563"
- },
- {
- "examine": "A thoroughly used bed.",
- "ids": "5564"
- },
- {
- "examine": "A lovely comfy-looking big bed.",
- "ids": "5565,5566,5567,5568"
- },
- {
- "examine": "The remains of a stone wall.",
- "ids": "5569,5570"
- },
- {
- "examine": "An empty home for chickens.",
- "ids": "5571"
- },
- {
- "examine": "A lovely bare chicken coop.",
- "ids": "5572,5573"
- },
- {
- "examine": "Full of animal feed.",
- "ids": "5574"
- },
- {
- "examine": "Animal feeder.",
- "ids": "5575,5576,5577"
- },
- {
- "examine": "A traveller's companion.",
- "ids": "5578"
- },
- {
- "examine": "Loaded with hay and ready to roll.",
- "ids": "5579"
- },
- {
- "examine": "It looks cold in there.",
- "ids": "558,559,560,561"
- },
- {
- "examine": "A wooden wheelbarrow.",
- "ids": "5580"
- },
- {
- "examine": "Someone's been chopping logs.",
- "ids": "5581,5582"
- },
- {
- "examine": "Baby bread.",
- "ids": "5583,5584,5585,5586,5587,5588"
- },
- {
- "examine": "The river makes it spin.",
- "ids": "5589,5590,5591,5592,5593"
- },
- {
- "examine": "I'd better not get my hands trapped in that.",
- "ids": "5594"
- },
- {
- "examine": "Diango's Toy Stall.",
- "ids": "5595"
- },
- {
- "examine": "Doesn't look too good...",
- "ids": "5596"
- },
- {
- "examine": "Shows which way the wind blows.",
- "ids": "5597"
- },
- {
- "examine": "A barrel for collecting rain water.",
- "ids": "5598,5599,5600,5601,5602,5603"
- },
- {
- "examine": "A rock.",
- "ids": "5604"
- },
- {
- "examine": "A small rock.",
- "ids": "5605"
- },
- {
- "examine": "Some rock.",
- "ids": "5606,5607"
- },
- {
- "examine": "This fire is already in use, I wouldn't mess with it if I were you...",
- "ids": "5608"
- },
- {
- "examine": "They could do with a wash.",
- "ids": "5609,5610,5611,5612"
- },
- {
- "examine": "It smells like the rats aren't washing often enough.",
- "ids": "5613"
- },
- {
- "examine": "Sit back and relax...",
- "ids": "5615"
- },
- {
- "examine": "This tells you which way is which.",
- "ids": "5616,5617"
- },
- {
- "examine": "These open and close!",
- "ids": "5618"
- },
- {
- "examine": "This may be worth searching.",
- "ids": "5619,5620"
- },
- {
- "examine": "This person was of great importance.",
- "ids": "562"
- },
- {
- "examine": "An elegant ceramic pot tarnished with the dirt of a hundred years.",
- "ids": "5621"
- },
- {
- "examine": "I wonder what's inside...",
- "ids": "5622"
- },
- {
- "examine": "It smells a bit stuffy.",
- "ids": "5623"
- },
- {
- "examine": "It smells funny in there.",
- "ids": "5624"
- },
- {
- "examine": "Ned is making some rope here.",
- "ids": "5625,5626"
- },
- {
- "examine": "A blue standard.",
- "ids": "5627"
- },
- {
- "examine": "A standard of Lumbridge Castle.",
- "ids": "5628,5629,5630,36925"
- },
- {
- "examine": "A monarch chiselled in stone.",
- "ids": "563,564"
- },
- {
- "examine": "Glowing embers.",
- "ids": "5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664,5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776,5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787"
- },
- {
- "examine": "A sculpture of a monarch.",
- "ids": "565"
- },
- {
- "examine": "This person was of great importance.",
- "ids": "566"
- },
- {
- "examine": "A huge carving of an ancient race.",
- "ids": "567"
- },
- {
- "examine": "A depiction of a great dwarven miner.",
- "ids": "568"
- },
- {
- "examine": "A depiction of a famous gnome warrior.",
- "ids": "569,570"
- },
- {
- "examine": "The head and shoulders of a famous gnome.",
- "ids": "571,572"
- },
- {
- "examine": "A depiction of a famous gnomeballer.",
- "ids": "573"
- },
- {
- "examine": "A carving of a figure from the history of 2009Scape.",
- "ids": "574,575,576,577,578"
- },
- {
- "examine": "The sort of bench you get in churches.",
- "ids": "5788"
- },
- {
- "examine": "An expertly carved statue of a former King of Misthalin.",
- "ids": "5789,5790"
- },
- {
- "examine": "An expertly chiselled statue.",
- "ids": "579,580,581"
- },
- {
- "examine": "A carving of a figure from the history of 2009Scape.",
- "ids": "5791,36749,36751"
- },
- {
- "examine": "When I've ground some flour, I'll be able to collect it here.",
- "ids": "5792"
- },
- {
- "examine": "It's a large crack in the wall.",
- "ids": "5793,5794,5795,5796,5797,5798"
- },
- {
- "examine": "It's a trapdoor.",
- "ids": "5799,5800,5801,5802"
- },
- {
- "examine": "Known commonly as Red worm vine.",
- "ids": "58"
- },
- {
- "examine": "It's an open trapdoor.",
- "ids": "5803,5804,5805,5806,5807"
- },
- {
- "examine": "An incredibly detailed stone sculpture.",
- "ids": "5808"
- },
- {
- "examine": "Helps the Seers predict the weather when it's working.",
- "ids": "5809"
- },
- {
- "examine": "Helps the Seers predict the weather.",
- "ids": "5810,5811"
- },
- {
- "examine": "I can climb this.",
- "ids": "5812"
- },
- {
- "examine": "I can climb down this.",
- "ids": "5813,5814"
- },
- {
- "examine": "A candle, a lens and some sort of crystal all precariously balanced together.",
- "ids": "5815"
- },
- {
- "examine": "A beacon so gnome gliders can safely land.",
- "ids": "5816,5817,5818,5819,5820,5821,5822,5823,5824"
- },
- {
- "examine": "An unusual symbol of ancient times.",
- "ids": "582"
- },
- {
- "examine": "Fly Gnome Air.",
- "ids": "5825"
- },
- {
- "examine": "This shop deals in antique swords.",
- "ids": "5826,5827,5828,5829,5830"
- },
- {
- "examine": "An expertly crafted vase.",
- "ids": "583"
- },
- {
- "examine": "Shop counter.",
- "ids": "5831,5832,5833,5834"
- },
- {
- "examine": "Don't want to close this, I might not be able to get back down.",
- "ids": "5835,5836,5837,5838,5839,5840,5841"
- },
- {
- "examine": "An expertly chiselled statue of a bird.",
- "ids": "584"
- },
- {
- "examine": "It overlooks the path below. Let's hope it won't fall on your head.",
- "ids": "5842"
- },
- {
- "examine": "Someone is climbing down there! Looks dangerous.",
- "ids": "5843"
- },
- {
- "examine": "Placed in a perfect position for stumbling over.",
- "ids": "5844"
- },
- {
- "examine": "There is a rope going over it.",
- "ids": "5845"
- },
- {
- "examine": "Someone is climbing down the rope.",
- "ids": "5846"
- },
- {
- "examine": "You will need to climb over it.",
- "ids": "5847"
- },
- {
- "examine": "The tree stands tall at the edge of the pool.",
- "ids": "5848"
- },
- {
- "examine": "You can't stand on them, but maybe something can be wedged into there.",
- "ids": "5849"
- },
- {
- "examine": "What a good likeness!",
- "ids": "585,586"
- },
- {
- "examine": "Something put on top of this wouldn't fall off, it's quite smooth and flat.",
- "ids": "5850,5851"
- },
- {
- "examine": "Someone put a plank on top of the stone! Clever...",
- "ids": "5852,5853,5854"
- },
- {
- "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.",
- "ids": "5855"
- },
- {
- "examine": "The legendary White Pearl fruit is growing on these thorny bushes!",
- "ids": "5856"
- },
- {
- "examine": "There's a nasty stench coming from the cave.",
- "ids": "5857"
- },
- {
- "examine": "Faint rays of daylight shine through.",
- "ids": "5858"
- },
- {
- "examine": "It's very dark down there.",
- "ids": "5859"
- },
- {
- "examine": "Very pointy, very sharp.",
- "ids": "5860,5861"
- },
- {
- "examine": "This is the place where you buried Asleif.",
- "ids": "5862"
- },
- {
- "examine": "Asleif was given a proper burial on this spot.",
- "ids": "5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877"
- },
- {
- "examine": "A depiction of the evil god Zamorak.",
- "ids": "587"
- },
- {
- "examine": "It's a long wooden table.",
- "ids": "5878"
- },
- {
- "examine": "Generally used for putting things on.",
- "ids": "5879"
- },
- {
- "examine": "A base for the statue to sit on.",
- "ids": "588"
- },
- {
- "examine": "A crude torch stuck in the ground.",
- "ids": "5881,5882"
- },
- {
- "examine": "Sticky, dirty mud.",
- "ids": "5883"
- },
- {
- "examine": "This stinks...",
- "ids": "5884"
- },
- {
- "examine": "The roots go down into the mud.",
- "ids": "5885"
- },
- {
- "examine": "Sticky, dirty roots covered in sticky, dirty mud.",
- "ids": "5886"
- },
- {
- "examine": "It's barely a door, really.",
- "ids": "5887,5888,5889,5890"
- },
- {
- "examine": "The scrying glass of a seer.",
- "ids": "589"
- },
- {
- "examine": "The entry to a special tent in the camp.",
- "ids": "5891,5892,5893,5894"
- },
- {
- "examine": "It's just a big stone, really.",
- "ids": "5895"
- },
- {
- "examine": "Uh oh, someone is going to be in trouble!",
- "ids": "5896"
- },
- {
- "examine": "The pool looks very peaceful. You can also hear faint singing coming from it.",
- "ids": "5897,5898,5899,5900,5901"
- },
- {
- "examine": "A fancy hole in the wall.",
- "ids": "59"
- },
- {
- "examine": "Banking transactions are processed here.",
- "ids": "590"
- },
- {
- "examine": "It's only useful for hiding behind now.",
- "ids": "5902,5903,5904"
- },
- {
- "examine": "This tree has been cut down.",
- "ids": "5905,5906,5907,5908"
- },
- {
- "examine": "A still for making lamp oil.",
- "ids": "5909"
- },
- {
- "examine": "Banking transactions are recorded here.",
- "ids": "591"
- },
- {
- "examine": "The still has oil in.",
- "ids": "5910,5911,5912,5913,5914,5915,5916"
- },
- {
- "examine": "Noxious fumes bubble up from the bowels of the earth.",
- "ids": "5917,5918,5919,5920,5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939,5940,5941,5942,5943,5944,5945"
- },
- {
- "examine": "Contains washing items.",
- "ids": "592"
- },
- {
- "examine": "A nice sturdy looking table.",
- "ids": "593,594,595"
- },
- {
- "examine": "You see a circle of light at the top.",
- "ids": "5946"
- },
- {
- "examine": "An entrance to the dark caves.",
- "ids": "5947"
- },
- {
- "examine": "I can jump from this stepping stone.",
- "ids": "5948,5949,5950,5951,5952,5953,5954,5955,5956,5957,5958"
- },
- {
- "examine": "I wonder what this does...",
- "ids": "5959,5960,5961,5962,5963"
- },
- {
- "examine": "A banquet could be eaten from this.",
- "ids": "596,597"
- },
- {
- "examine": "Flying in mid-air!",
- "ids": "5964,5965"
- },
- {
- "examine": "A blocked passage.",
- "ids": "5966"
- },
- {
- "examine": "I'd better leave his expensive dwarven balls alone.",
- "ids": "5967,5968,5969,5970,5971,5972"
- },
- {
- "examine": "A small cave entrance.",
- "ids": "5973,5974"
- },
- {
- "examine": "A powerful ranging device that fires metal balls.",
- "ids": "5975,5976"
- },
- {
- "examine": "It's a sheer wall of fire, rising as high as you can see.",
- "ids": "5977,5978,5979,5980"
- },
- {
- "examine": "Useful for putting things on.",
- "ids": "598"
- },
- {
- "examine": "Lighting for the caves.",
- "ids": "5981,5982,5983,5984"
- },
- {
- "examine": "A rock.",
- "ids": "5985"
- },
- {
- "examine": "A small rock.",
- "ids": "5986"
- },
- {
- "examine": "A rock.",
- "ids": "5987,5988"
- },
- {
- "examine": "A mineral vein that looks distinctly like gold.",
- "ids": "5989,5990,5991,5992,5993,5994,5995,5996,5997"
- },
- {
- "examine": "At one time it was for putting things on.",
- "ids": "599"
- },
- {
- "examine": "Functions like an open door...",
- "ids": "5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008"
- },
- {
- "examine": "A powerful ranging device that fires metal balls.",
- "ids": "6"
- },
- {
- "examine": "A fancy hole in the ceiling.",
- "ids": "60"
- },
- {
- "examine": "The napkins are made from real silk.",
- "ids": "600"
- },
- {
- "examine": "It's a tiny little blue flame. Is this the essence of the Arzinian Being?",
- "ids": "6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031"
- },
- {
- "examine": "Useful for putting things on.",
- "ids": "601,602,603,604,605,606"
- },
- {
- "examine": "Powers the boat.",
- "ids": "6032,6033,6034,6035"
- },
- {
- "examine": "Allows access to other parts of the ship.",
- "ids": "6036,6037"
- },
- {
- "examine": "Without this I'm going around in circles.",
- "ids": "6038,6039,6040,6041,6042"
- },
- {
- "examine": "Powers the boat.",
- "ids": "6043,6044"
- },
- {
- "examine": "You can 'cart' things around on this.",
- "ids": "6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063"
- },
- {
- "examine": "A stand for hats.",
- "ids": "6064"
- },
- {
- "examine": "Some dwarf clothes that are obviously too small for me!",
- "ids": "6065"
- },
- {
- "examine": "An empty weapon rack.",
- "ids": "6066"
- },
- {
- "examine": "A weapon rack.",
- "ids": "6067,6068,6069"
- },
- {
- "examine": "Items for making clothes are kept on here.",
- "ids": "607"
- },
- {
- "examine": "A method of dwarf storage",
- "ids": "6070"
- },
- {
- "examine": "A method of dwarf storage.",
- "ids": "6071,6072,6073,6074"
- },
- {
- "examine": "Useful for a dwarf.",
- "ids": "6075"
- },
- {
- "examine": "A big desk, for a dwarf!",
- "ids": "6076,6077,6078,6079"
- },
- {
- "examine": "The ideal place to study.",
- "ids": "608"
- },
- {
- "examine": "Spins yarn.",
- "ids": "6080"
- },
- {
- "examine": "Banking transactions are processed here.",
- "ids": "6081"
- },
- {
- "examine": "Banking transactions are recorded here.",
- "ids": "6082,37159"
- },
- {
- "examine": "This booth is closed.",
- "ids": "6083"
- },
- {
- "examine": "The bank teller will serve you from here.",
- "ids": "6084"
- },
- {
- "examine": "A way upwards.",
- "ids": "6085"
- },
- {
- "examine": "A way down.",
- "ids": "6086"
- },
- {
- "examine": "A way upwards.",
- "ids": "6087"
- },
- {
- "examine": "A way down.",
- "ids": "6088"
- },
- {
- "examine": "A way upwards.",
- "ids": "6089"
- },
- {
- "examine": "A handy workbench for a handy person.",
- "ids": "609,610"
- },
- {
- "examine": "A way down.",
- "ids": "6090"
- },
- {
- "examine": "A treasure trove of knowledge.",
- "ids": "6091,6092"
- },
- {
- "examine": "A lovely place to cook meat.",
- "ids": "6093,6094,6095"
- },
- {
- "examine": "A great place to cook meat.",
- "ids": "6096"
- },
- {
- "examine": "A good source of water.",
- "ids": "6097,6098,6099"
- },
- {
- "examine": "A shrine to evil.",
- "ids": "61"
- },
- {
- "examine": "The door is closed.",
- "ids": "6100"
- },
- {
- "examine": "The door is open.",
- "ids": "6101"
- },
- {
- "examine": "The door is closed.",
- "ids": "6102"
- },
- {
- "examine": "The door is open.",
- "ids": "6103"
- },
- {
- "examine": "The door is closed.",
- "ids": "6104"
- },
- {
- "examine": "The door is open.",
- "ids": "6105"
- },
- {
- "examine": "The door is closed.",
- "ids": "6106"
- },
- {
- "examine": "The door is open.",
- "ids": "6107"
- },
- {
- "examine": "The door is closed.",
- "ids": "6108"
- },
- {
- "examine": "The door is open.",
- "ids": "6109"
- },
- {
- "examine": "Sit back and enjoy the view.",
- "ids": "611"
- },
- {
- "examine": "The door is closed.",
- "ids": "6110"
- },
- {
- "examine": "The door is open.",
- "ids": "6111"
- },
- {
- "examine": "The door is closed.",
- "ids": "6112"
- },
- {
- "examine": "The door is open.",
- "ids": "6113"
- },
- {
- "examine": "The door is closed.",
- "ids": "6114"
- },
- {
- "examine": "The door is open.",
- "ids": "6115,6116,6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132,6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145"
- },
- {
- "examine": "Items are for sale here.",
- "ids": "612"
- },
- {
- "examine": "Useful for putting things on.",
- "ids": "613,614,615"
- },
- {
- "examine": "Useful for keeping birds.",
- "ids": "6146"
- },
- {
- "examine": "Tower of rock.",
- "ids": "6147,6148,6149"
- },
- {
- "examine": "Useful for making weapons.",
- "ids": "6150"
- },
- {
- "examine": "Used for getting water.",
- "ids": "6151"
- },
- {
- "examine": "Used for getting drunk.",
- "ids": "6152,6153"
- },
- {
- "examine": "Used for storage.",
- "ids": "6154,6155,6156,6157"
- },
- {
- "examine": "Not good for eating.",
- "ids": "6158,6159,6160,6161"
- },
- {
- "examine": "A creepy looking table.",
- "ids": "616"
- },
- {
- "examine": "Finest precious stones.",
- "ids": "6162"
- },
- {
- "examine": "Bread and cakes are spread out over it.",
- "ids": "6163"
- },
- {
- "examine": "Finely wrought wares of silver.",
- "ids": "6164"
- },
- {
- "examine": "I can get clothes made up from this stall.",
- "ids": "6165"
- },
- {
- "examine": "A whole lot of tools for crafting.",
- "ids": "6166,6167,6168,6169,6170,6171,6172"
- },
- {
- "examine": "Items are for sale here.",
- "ids": "617"
- },
- {
- "examine": "A fine piece of sculpting.",
- "ids": "6173,6174,6175"
- },
- {
- "examine": "Oblong boxes. You hope there isn't anything other than salt inside.",
- "ids": "6176"
- },
- {
- "examine": "Big mysterious crates. You wonder what could be inside.",
- "ids": "6177"
- },
- {
- "examine": "Wooden crates, contents unknown.",
- "ids": "6178"
- },
- {
- "examine": "They could do with a wash.",
- "ids": "6179,6180"
- },
- {
- "examine": "There are some strange chemicals here.",
- "ids": "618,619"
- },
- {
- "examine": "Dead animal parts dangling!",
- "ids": "6181"
- },
- {
- "examine": "Dead meat. Dangling from the wall. Looks delicious.",
- "ids": "6182"
- },
- {
- "examine": "It looks as hard as a rock, not very inviting.",
- "ids": "6183"
- },
- {
- "examine": "A smelly old mattress.",
- "ids": "6184"
- },
- {
- "examine": "Metal plating to protect the dwarf.",
- "ids": "6185,6186"
- },
- {
- "examine": "Useful... for a dwarf!",
- "ids": "6187"
- },
- {
- "examine": "Various implements for working with metal.",
- "ids": "6188"
- },
- {
- "examine": "A hot place for forging things in.",
- "ids": "6189,6190"
- },
- {
- "examine": "Being repaired.",
- "ids": "6191,6192"
- },
- {
- "examine": "I look shorter, but not necessarily sweeter!",
- "ids": "6193"
- },
- {
- "examine": "Used for sitting.",
- "ids": "6194,6195"
- },
- {
- "examine": "Useful for a dwarf.",
- "ids": "6196,6197,6198,6199"
- },
- {
- "examine": "Is there something in there?",
- "ids": "62"
- },
- {
- "examine": "Bamboo's a versatile material.",
- "ids": "620"
- },
- {
- "examine": "Fit for a dwarven feast!",
- "ids": "6200,6201"
- },
- {
- "examine": "Gives out light, but then you knew that already.",
- "ids": "6202,6203"
- },
- {
- "examine": "A simple place to sleep.",
- "ids": "6204"
- },
- {
- "examine": "A good dwarven bed. Too small for me!",
- "ids": "6205"
- },
- {
- "examine": "Many important meetings are held here...",
- "ids": "6206"
- },
- {
- "examine": "Draped in cloth.",
- "ids": "6207"
- },
- {
- "examine": "A beautiful seat, fit for a King.",
- "ids": "6208,6209,6210"
- },
- {
- "examine": "It's a banquet table.",
- "ids": "621,622"
- },
- {
- "examine": "A dwarf table with chopping board.",
- "ids": "6211"
- },
- {
- "examine": "This tree has been cut down.",
- "ids": "6212"
- },
- {
- "examine": "A barrel full of ranging equipment...",
- "ids": "6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229"
- },
- {
- "examine": "A nice sturdy looking table.",
- "ids": "623,624,625,626,627"
- },
- {
- "examine": "I suppose he wants my money.",
- "ids": "6230"
- },
- {
- "examine": "A lovely table.",
- "ids": "6231"
- },
- {
- "examine": "An expensive water feature.",
- "ids": "6232,6233,6234,6235"
- },
- {
- "examine": "Stop for what, food?",
- "ids": "6236"
- },
- {
- "examine": "Yellow blossom, lovely.",
- "ids": "6237"
- },
- {
- "examine": "Closed.",
- "ids": "6238"
- },
- {
- "examine": "Open.",
- "ids": "6239"
- },
- {
- "examine": "Closed.",
- "ids": "6240"
- },
- {
- "examine": "Open.",
- "ids": "6241"
- },
- {
- "examine": "A stone staircase.",
- "ids": "6242,6243,6244,6245"
- },
- {
- "examine": "Has upon it a beer, which I will not take for moral reasons.",
- "ids": "6246,6247,6248"
- },
- {
- "examine": "No this is not a mirage!",
- "ids": "6249"
- },
- {
- "examine": "It's a goldfish! No, wait, it's just a bed.",
- "ids": "6250,6251,6252,6253,6254"
- },
- {
- "examine": "Animal feeder.",
- "ids": "6255,6256"
- },
- {
- "examine": "Lovely... Fresh.",
- "ids": "6257"
- },
- {
- "examine": "Dry dung.",
- "ids": "6258"
- },
- {
- "examine": "Smelly.",
- "ids": "6259"
- },
- {
- "examine": "I can climb down this.",
- "ids": "6260"
- },
- {
- "examine": "I can climb this.",
- "ids": "6261,6262"
- },
- {
- "examine": "Useful for pets.",
- "ids": "6263"
- },
- {
- "examine": "Useful for keeping birds.",
- "ids": "6264"
- },
- {
- "examine": "Bird cage.",
- "ids": "6265,6266"
- },
- {
- "examine": "An empty cage, maybe the owner let the creature free... I do hope so.",
- "ids": "6267"
- },
- {
- "examine": "Useful for pets.",
- "ids": "6268,6269,6270,6271,6272,6273"
- },
- {
- "examine": "Lovely comfy looking big bed.",
- "ids": "6274"
- },
- {
- "examine": "Laden with heaps of paper.",
- "ids": "6275"
- },
- {
- "examine": "I don't know much about art, but I like this.",
- "ids": "6276"
- },
- {
- "examine": "Look at the size of this cactus.",
- "ids": "6277"
- },
- {
- "examine": "Don't you open that trapdoor!",
- "ids": "6278"
- },
- {
- "examine": "There is a rope leading to the bottom of this smoke filled well.",
- "ids": "6279"
- },
- {
- "examine": "Finely wrought wares of silver.",
- "ids": "628"
- },
- {
- "examine": "I can climb this.",
- "ids": "6280,6281"
- },
- {
- "examine": "A portal to another land?",
- "ids": "6282"
- },
- {
- "examine": "Weird looking pillar.",
- "ids": "6283,6284,6285,6286,6287,6288,6289,6290,6291"
- },
- {
- "examine": "Garments for the discerning.",
- "ids": "629"
- },
- {
- "examine": "Shelves filled with interesting books.",
- "ids": "6292,6293"
- },
- {
- "examine": "A locked display case for valuable artefacts.",
- "ids": "6294"
- },
- {
- "examine": "One of the sculptures is missing. Oh yes, that was me!",
- "ids": "6295"
- },
- {
- "examine": "It looks like the demon didn't survive after all.",
- "ids": "6296"
- },
- {
- "examine": "He looks old, older than me anyway.",
- "ids": "6297"
- },
- {
- "examine": "I don't think he's going to make it.",
- "ids": "6298"
- },
- {
- "examine": "I don't understand, why didn't he go back to Lumby?",
- "ids": "6299,6300"
- },
- {
- "examine": "Used for storage.",
- "ids": "63,64,36351,36352"
- },
- {
- "examine": "Bread cakes and pastries.",
- "ids": "630"
- },
- {
- "examine": "A throne encrusted with sparkling gems.",
- "ids": "6301"
- },
- {
- "examine": "A throne from which you have removed the gems.",
- "ids": "6302,6303,6304,6305,6306"
- },
- {
- "examine": "A statuette of a golem, facing right.",
- "ids": "6307"
- },
- {
- "examine": "A statuette of a golem, facing left.",
- "ids": "6308"
- },
- {
- "examine": "The statuette is missing from this alcove.",
- "ids": "6309,6310"
- },
- {
- "examine": "Finest precious stones.",
- "ids": "631"
- },
- {
- "examine": "Not good for eating.",
- "ids": "6311"
- },
- {
- "examine": "I can climb this.",
- "ids": "6312"
- },
- {
- "examine": "I can climb down this.",
- "ids": "6313,6314,6315,6316,6317,6318,6319,6320,6321,6322"
- },
- {
- "examine": "These will keep you warm.",
- "ids": "632"
- },
- {
- "examine": "A broken clay arm.",
- "ids": "6323"
- },
- {
- "examine": "A clay foot.",
- "ids": "6324"
- },
- {
- "examine": "Half a golem smashed and broken.",
- "ids": "6325"
- },
- {
- "examine": "Smashed and half buried.",
- "ids": "6326"
- },
- {
- "examine": "A device once used for making pottery.",
- "ids": "6327"
- },
- {
- "examine": "Once upon a time this was used to make pottery.",
- "ids": "6328"
- },
- {
- "examine": "Once upon a time this made clay hard.",
- "ids": "6329"
- },
- {
- "examine": "The spice is right.",
- "ids": "633"
- },
- {
- "examine": "There was a lot of pottery made here a long time ago.",
- "ids": "6330"
- },
- {
- "examine": "A statue of a guy with a hammer.",
- "ids": "6331"
- },
- {
- "examine": "A weathered old statue.",
- "ids": "6332"
- },
- {
- "examine": "A reclining lady.",
- "ids": "6333"
- },
- {
- "examine": "This statue has been tampered with.",
- "ids": "6334"
- },
- {
- "examine": "Contains a statue of a woman.",
- "ids": "6335,6336,6337"
- },
- {
- "examine": "Empty.",
- "ids": "6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362"
- },
- {
- "examine": "Always a source of good bargains.",
- "ids": "634"
- },
- {
- "examine": "Fine brews from exotic regions.",
- "ids": "635"
- },
- {
- "examine": "Keeps mine carts from rolling away.",
- "ids": "636"
- },
- {
- "examine": "A very heavy stone door.",
- "ids": "6363"
- },
- {
- "examine": "A door to a demon's lair?",
- "ids": "6364,6365,6366,6367,6368,6369,6370,6371"
- },
- {
- "examine": "You can 'cart' things around on this.",
- "ids": "637"
- },
- {
- "examine": "A stone staircase.",
- "ids": "6372,6373,6374,6375,6376,6377,6378,6379,6380"
- },
- {
- "examine": "A source of water for the river Elid.",
- "ids": "6381"
- },
- {
- "examine": "Maybe I could swing on this somehow...",
- "ids": "6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401"
- },
- {
- "examine": "A limestone ceiling growth.",
- "ids": "6402"
- },
- {
- "examine": "A tooth shaped rock formation protruding from the floor.",
- "ids": "6403"
- },
- {
- "examine": "An old mystical torch.",
- "ids": "6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417"
- },
- {
- "examine": "I can climb this.",
- "ids": "6418,6419"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "6420,6421,6422"
- },
- {
- "examine": "A magical aura seems to shimmer over the glass...",
- "ids": "6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433"
- },
- {
- "examine": "I wonder what that's there for...",
- "ids": "6434,6435"
- },
- {
- "examine": "I can climb this.",
- "ids": "6436"
- },
- {
- "examine": "An ancient looking tomb.",
- "ids": "6437,6438"
- },
- {
- "examine": "Climb this rope to go up.",
- "ids": "6439,6440"
- },
- {
- "examine": "Looks like a small cave.",
- "ids": "6441"
- },
- {
- "examine": "Blocked by an icicle.",
- "ids": "6442"
- },
- {
- "examine": "Blocked by two icicles.",
- "ids": "6443"
- },
- {
- "examine": "Blocked by three icicles.",
- "ids": "6444"
- },
- {
- "examine": "Blocked by four icicles.",
- "ids": "6445"
- },
- {
- "examine": "Blocked by five icicles.",
- "ids": "6446"
- },
- {
- "examine": "Looks like a small cave.",
- "ids": "6447"
- },
- {
- "examine": "It looks very sturdy.",
- "ids": "6448,6449"
- },
- {
- "examine": "I can climb this.",
- "ids": "6450"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "6451,6452,6453"
- },
- {
- "examine": "Even rocks could freeze in this cold!",
- "ids": "6454"
- },
- {
- "examine": "Looks slippery.",
- "ids": "6455,6456,6457,6458,6459,6460"
- },
- {
- "examine": "An ice gate.",
- "ids": "6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471"
- },
- {
- "examine": "Makes you taller.",
- "ids": "647,29314"
- },
- {
- "examine": "Chunky pieces of ice.",
- "ids": "6472,6473,6474,6475,6476,6477,6478,6479,6480"
- },
- {
- "examine": "A bit large for a bracelet!",
- "ids": "648"
- },
- {
- "examine": "A mysterious tunnel-like structure.",
- "ids": "6481,6482"
- },
- {
- "examine": "You can feel a mysterious power emanating from it...",
- "ids": "6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493"
- },
- {
- "examine": "A macabre variation on the neck tie.",
- "ids": "649,650"
- },
- {
- "examine": "This door is sealed by an ancient mystical power...",
- "ids": "6494,6495,6496"
- },
- {
- "examine": "I can climb down this.",
- "ids": "6497,6498,6499,6500"
- },
- {
- "examine": "Surprisingly sturdy looking.",
- "ids": "65,66"
- },
- {
- "examine": "I can climb this.",
- "ids": "6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511"
- },
- {
- "examine": "Dead and half buried.",
- "ids": "651,652,653,654,655,656,657"
- },
- {
- "examine": "A fancy name for a coffin.",
- "ids": "6512"
- },
- {
- "examine": "A strange thing to leave lying around...",
- "ids": "6513"
- },
- {
- "examine": "I hope this is just ornamental...",
- "ids": "6514,6515,6516,6517,6518,6519,6520"
- },
- {
- "examine": "Uh-oh!",
- "ids": "6521,6522"
- },
- {
- "examine": "This leads downwards.",
- "ids": "6523"
- },
- {
- "examine": "You can see a small fissure in the ground here.",
- "ids": "6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,6536,6537"
- },
- {
- "examine": "The body of a lion, the head of a man?",
- "ids": "6538,6539,6540,6541,6542,6543,6544"
- },
- {
- "examine": "A smooth, sandstone door that is slightly warm to the touch.",
- "ids": "6545,6546,6547,6548"
- },
- {
- "examine": "A well down into the pyramid.",
- "ids": "6549,6550"
- },
- {
- "examine": "A portal that leads you out of the pyramid.",
- "ids": "6551"
- },
- {
- "examine": "A mysterious ancient altar to some forgotten god...",
- "ids": "6552"
- },
- {
- "examine": "Opens into another area.",
- "ids": "6553,6554,6555,6556,6557,6558,6559,6560"
- },
- {
- "examine": "A ladder that's almost not there at all...",
- "ids": "6561,6562,6563,6564,6565"
- },
- {
- "examine": "Gate like?",
- "ids": "6566,6567"
- },
- {
- "examine": "Garments for the discerning.",
- "ids": "6568"
- },
- {
- "examine": "Gone-off bread, cakes and pastries.",
- "ids": "6569"
- },
- {
- "examine": "Finest precious stones.",
- "ids": "6570"
- },
- {
- "examine": "These will keep you warm.",
- "ids": "6571"
- },
- {
- "examine": "The spice is right.",
- "ids": "6572"
- },
- {
- "examine": "An empty market stall.",
- "ids": "6573"
- },
- {
- "examine": "Fine brews from exotic regions.",
- "ids": "6574"
- },
- {
- "examine": "Best used with a horse.",
- "ids": "6575,6576,6577"
- },
- {
- "examine": "Grows a yellow fruit.",
- "ids": "6578,6579,6580"
- },
- {
- "examine": "Disturbing but tidy.",
- "ids": "658"
- },
- {
- "examine": "Disturbing but tidy.",
- "ids": "658,668,669,670,3969,29347"
- },
- {
- "examine": "A way to get in the tent.",
- "ids": "6581,6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,6601,6602,6603,6604"
- },
- {
- "examine": "I don't even want to think about what did that...",
- "ids": "659"
- },
- {
- "examine": "Now that's what I call slimline!",
- "ids": "660,664,3797,3971,5122,7206,29340"
- },
- {
- "examine": "Wet and salty.",
- "ids": "6605"
- },
- {
- "examine": "The focus of the suntrap.",
- "ids": "6606"
- },
- {
- "examine": "A shiny mirror.",
- "ids": "6607,6608,6609,6610,6611,6612,6613"
- },
- {
- "examine": "He looks very relaxed.",
- "ids": "661,665,3798,3972,5123,7207,29341"
- },
- {
- "examine": "A large door with a hieroglyph of a cat.",
- "ids": "6614"
- },
- {
- "examine": "Gate like?",
- "ids": "6615,6616,6617,6618,6619"
- },
- {
- "examine": "Now he's just too thin.",
- "ids": "662,666,3799,3973,5124,7208,7209,7210,7211,7212,7213,7214,7215,7216,7217,7218,29342"
- },
- {
- "examine": "It looks like a hole in the wall.",
- "ids": "6620,6621"
- },
- {
- "examine": "Rocky.",
- "ids": "6622"
- },
- {
- "examine": "An entrance into a tunnel. I wonder where it leads to.",
- "ids": "6623"
- },
- {
- "examine": "It looks like a door.",
- "ids": "6624"
- },
- {
- "examine": "Hmm. A door.",
- "ids": "6625"
- },
- {
- "examine": "A big wooden door.",
- "ids": "6626,6627,6628"
- },
- {
- "examine": "That could hurt.",
- "ids": "6629"
- },
- {
- "examine": "He hasn't eaten in a long time.",
- "ids": "663,667,3974,5125,29343"
- },
- {
- "examine": "A strange thing to leave lying around...",
- "ids": "6630,6631"
- },
- {
- "examine": "I can't see the bottom.",
- "ids": "6632,6633,6634"
- },
- {
- "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck.",
- "ids": "6635,6636"
- },
- {
- "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside.",
- "ids": "6637,6638"
- },
- {
- "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside.",
- "ids": "6639,6640"
- },
- {
- "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines.",
- "ids": "6641"
- },
- {
- "examine": "Doorway*Opens into another area, come on, I know this.",
- "ids": "6642"
- },
- {
- "examine": "Useful for putting things on.",
- "ids": "6644"
- },
- {
- "examine": "A ladder!! Never seen one of those before.",
- "ids": "6645"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "6646"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "6647"
- },
- {
- "examine": "I wonder where this goes?",
- "ids": "6648"
- },
- {
- "examine": "They go down.",
- "ids": "6649"
- },
- {
- "examine": "Phew!! That's one big bridge.",
- "ids": "6650"
- },
- {
- "examine": "A big bridge over the river.",
- "ids": "6651,6652"
- },
- {
- "examine": "Wow. More bridge. Awesome.",
- "ids": "6653,6654"
- },
- {
- "examine": "Oops.",
- "ids": "6655"
- },
- {
- "examine": "Rolls of colourful cloth.",
- "ids": "6656"
- },
- {
- "examine": "An ancient giant serpent.",
- "ids": "6657"
- },
- {
- "examine": "A tunnel leading upwards.",
- "ids": "6658"
- },
- {
- "examine": "A tunnel leading into the depths of the earth.",
- "ids": "6659"
- },
- {
- "examine": "A rock wall infused with the power of Guthix.",
- "ids": "6660"
- },
- {
- "examine": "The wall is weeping blue tears.",
- "ids": "6661"
- },
- {
- "examine": "The wall is weeping green tears.",
- "ids": "6662"
- },
- {
- "examine": "The wall is not weeping at the moment.",
- "ids": "6663,6664"
- },
- {
- "examine": "The wall is weeping blue tears.",
- "ids": "6665"
- },
- {
- "examine": "The wall is weeping green tears.",
- "ids": "6666"
- },
- {
- "examine": "The wall is not weeping at the moment.",
- "ids": "6667,6668"
- },
- {
- "examine": "Stone with blue veins.",
- "ids": "6669,6670,6671"
- },
- {
- "examine": "They don't look too easy to climb.",
- "ids": "6672"
- },
- {
- "examine": "I could climb these.",
- "ids": "6673,6674,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701"
- },
- {
- "examine": "Used for storage.",
- "ids": "67"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "6702,6703,6704,6705,6706,6707"
- },
- {
- "examine": "I can climb this.",
- "ids": "6708,6709,6710,6711,6712"
- },
- {
- "examine": "No cats were harmed in the making of this device.",
- "ids": "671"
- },
- {
- "examine": "I wonder what is awaiting me on the other side?",
- "ids": "6713,6714,6715,6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731"
- },
- {
- "examine": "Shattered.",
- "ids": "672,673,674,675,676,677"
- },
- {
- "examine": "I wonder what awaits me on the other side?",
- "ids": "6732,6733,6734,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761,6762,6763,6764,6765,6766"
- },
- {
- "examine": "A crude torch stuck in the ground.",
- "ids": "6767,6768,6769,6770"
- },
- {
- "examine": "A large stone coffin.",
- "ids": "6771,6772,6773"
- },
- {
- "examine": "A large stone chest.",
- "ids": "6774,6775"
- },
- {
- "examine": "Looks like he's been dead a while now...",
- "ids": "6776"
- },
- {
- "examine": "I don't think he'd mind us checking for his wallet now...",
- "ids": "6777"
- },
- {
- "examine": "I'm sure he died of natural causes. Like a massive dragon or something...",
- "ids": "6778,6779,6780,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790"
- },
- {
- "examine": "I see fish.",
- "ids": "678"
- },
- {
- "examine": "I can see fish swimming in the water.",
- "ids": "679"
- },
- {
- "examine": "The groundskeeper's bed.",
- "ids": "6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,6810,6811,6812,6813,6814,6815,6816,6817,6818,6819,6820"
- },
- {
- "examine": "Where bees live.",
- "ids": "68"
- },
- {
- "examine": "I was always forced to play this as a child.",
- "ids": "680"
- },
- {
- "examine": "I never learnt to play.",
- "ids": "681"
- },
- {
- "examine": "Time for a recital?",
- "ids": "682"
- },
- {
- "examine": "A large stone coffin.",
- "ids": "6821,6822,6823"
- },
- {
- "examine": "It's locked.",
- "ids": "6824,6825,6826"
- },
- {
- "examine": "It might still work...",
- "ids": "6827,6828,6829,6830,6831,6832,6833,6834"
- },
- {
- "examine": "Tick-tock, it's a clock.",
- "ids": "683"
- },
- {
- "examine": "Danger... weak surface beyond gate. Digging may lead to cave-ins.",
- "ids": "6835"
- },
- {
- "examine": "Sturdy metal bars.",
- "ids": "6836,6837,6838"
- },
- {
- "examine": "Smells pretty bad!",
- "ids": "6839"
- },
- {
- "examine": "The noxious liquid bubbles horribly.",
- "ids": "684"
- },
- {
- "examine": "It looks as this is where some wall fungus used to be.",
- "ids": "6840"
- },
- {
- "examine": "Some crude stone steps.",
- "ids": "6841,6842,6843"
- },
- {
- "examine": "An old crude tomb.",
- "ids": "6844,6845"
- },
- {
- "examine": "It's damaged.",
- "ids": "6846"
- },
- {
- "examine": "A note says, 'Please ring for attention.'",
- "ids": "6847"
- },
- {
- "examine": "An old crude tomb.",
- "ids": "6848"
- },
- {
- "examine": "'Leave da dead-uns boxes 'lone or else ya goes down da 'ole'",
- "ids": "6849"
- },
- {
- "examine": "Shows which way the wind blows.",
- "ids": "685,686,687,688"
- },
- {
- "examine": "An old crude tomb.",
- "ids": "6850"
- },
- {
- "examine": "This coffin is spilt over the floor.",
- "ids": "6851"
- },
- {
- "examine": "This coffin is open.",
- "ids": "6852"
- },
- {
- "examine": "An old crude tomb.",
- "ids": "6853"
- },
- {
- "examine": "This coffin is spilt over the floor.",
- "ids": "6854"
- },
- {
- "examine": "This coffin is open.",
- "ids": "6855"
- },
- {
- "examine": "A barricade made from skulls and bones.",
- "ids": "6856,6857,6858,6859,6860,6861,6862,6863,6864"
- },
- {
- "examine": "Not very high.",
- "ids": "6865"
- },
- {
- "examine": "Hot stuff.",
- "ids": "6866"
- },
- {
- "examine": "Ogres bang these to make noise.",
- "ids": "6867,6868,6869,6870"
- },
- {
- "examine": "A bulky door made from solid rock.",
- "ids": "6871,6872,6873,6874"
- },
- {
- "examine": "These open and close!",
- "ids": "6875"
- },
- {
- "examine": "This may be worth opening.",
- "ids": "6876"
- },
- {
- "examine": "I wonder what this item contains.",
- "ids": "6877,6878,6879"
- },
- {
- "examine": "A barricade made of skulls and bones.",
- "ids": "6880"
- },
- {
- "examine": "A barricade made of skulls and bones which has been crushed.",
- "ids": "6881,6882"
- },
- {
- "examine": "An old crude tomb.",
- "ids": "6883,6884,6885,6886,6887"
- },
- {
- "examine": "A sick, frail old man.",
- "ids": "6888"
- },
- {
- "examine": "A sick, frail old man",
- "ids": "6889"
- },
- {
- "examine": "Looking good!",
- "ids": "689"
- },
- {
- "examine": "An old crude tomb.",
- "ids": "6890,6891,6892"
- },
- {
- "examine": "I don't think he'd mind us checking for his wallet now...",
- "ids": "6893"
- },
- {
- "examine": "A good source of books!",
- "ids": "6894,6895"
- },
- {
- "examine": "A crude torch stuck in the ground.",
- "ids": "6896"
- },
- {
- "examine": "A strange ogre plinth, this must be where the artifacts are stored.",
- "ids": "6897,6898,6899,6900,6901,6902"
- },
- {
- "examine": "Handy for boarding boats.",
- "ids": "69,70"
- },
- {
- "examine": "A privacy aid!",
- "ids": "690"
- },
- {
- "examine": "It looks like the hole in the wall has been blocked with rubble.",
- "ids": "6903"
- },
- {
- "examine": "How exciting, some shelves.",
- "ids": "6904"
- },
- {
- "examine": "A hole in the wall.",
- "ids": "6905,6906,6907,6908"
- },
- {
- "examine": "A rock wall.",
- "ids": "6909"
- },
- {
- "examine": "Use this to get changed behind and retain modesty.",
- "ids": "691"
- },
- {
- "examine": "It has a letter 'S' on the lock.",
- "ids": "6910"
- },
- {
- "examine": "Used for storage.",
- "ids": "6911"
- },
- {
- "examine": "A narrow hole in the wall.",
- "ids": "6912,6913,6914"
- },
- {
- "examine": "Rubble is blocking the passage.",
- "ids": "6915"
- },
- {
- "examine": "A good source of books!",
- "ids": "6916,6917,6918"
- },
- {
- "examine": "A heavy portal decorated with bone.",
- "ids": "6919,6920"
- },
- {
- "examine": "I don't even want to think about what's cooking in that.",
- "ids": "692"
- },
- {
- "examine": "A symbol is carved into the wall here.",
- "ids": "6921,6922,6923,6924,6925,6926"
- },
- {
- "examine": "I don't think I can get through this way!",
- "ids": "6927"
- },
- {
- "examine": "Looks like its no longer operational.",
- "ids": "6928"
- },
- {
- "examine": "Big bones are being used to prop up the wall.",
- "ids": "6929,6930"
- },
- {
- "examine": "Good for sweeping.",
- "ids": "693"
- },
- {
- "examine": "It's a bit like walking through a giant rib cage.",
- "ids": "6931,6932,6933,6934,6935,6936,6937,6938"
- },
- {
- "examine": "This arch is broken. I hope the ceiling doesn't come down!",
- "ids": "6939,6940,6941,6942"
- },
- {
- "examine": "I'm guessing it's for making women's clothes.",
- "ids": "694"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "6943,6944,6945,6946,6947,6948,6949"
- },
- {
- "examine": "Helps make human clothing.",
- "ids": "695"
- },
- {
- "examine": "I dont think i can get through this way.",
- "ids": "6950"
- },
- {
- "examine": "An eye-wrenching nexus of utter negation!",
- "ids": "6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968"
- },
- {
- "examine": "A hole.",
- "ids": "696"
- },
- {
- "examine": "A dirty little swamp boat.",
- "ids": "6969,6970"
- },
- {
- "examine": "Dead animal head. Lovely.",
- "ids": "697,736,29344"
- },
- {
- "examine": "It looks dark down there.",
- "ids": "6971"
- },
- {
- "examine": "A book sits on top.",
- "ids": "6972,6973,6974"
- },
- {
- "examine": "The door is closed.",
- "ids": "6975"
- },
- {
- "examine": "The door is open.",
- "ids": "6976"
- },
- {
- "examine": "The door is closed.",
- "ids": "6977"
- },
- {
- "examine": "The door is open.",
- "ids": "6978,6979,6980,6981,6982,6983"
- },
- {
- "examine": "Must have been laid by a huge bird.",
- "ids": "698"
- },
- {
- "examine": "Empty market stall.",
- "ids": "6984"
- },
- {
- "examine": "A steam powered crushing machine.",
- "ids": "6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,6998,6999,7000,7001"
- },
- {
- "examine": "Whatever it was I'm glad it's not alive.",
- "ids": "699"
- },
- {
- "examine": "The cannon is built on here.",
- "ids": "7"
- },
- {
- "examine": "Spooky!",
- "ids": "700,701,2614,4048,4049,4050,29345"
- },
- {
- "examine": "A dwarven statue crumbling away from old age.",
- "ids": "7002"
- },
- {
- "examine": "It's crumbling away from old age, it's hardly recognizable as a dwarf.",
- "ids": "7003"
- },
- {
- "examine": "This stone dwarf must be guarding the way into a dwarven area!",
- "ids": "7004,7005"
- },
- {
- "examine": "Big. For a dwarf!",
- "ids": "7006,7007"
- },
- {
- "examine": "A work in progress.",
- "ids": "7008,7009"
- },
- {
- "examine": "A work that has yet to begin.",
- "ids": "7010"
- },
- {
- "examine": "An underground limpwurt plant.",
- "ids": "7011,7012"
- },
- {
- "examine": "Insect eating plant.",
- "ids": "7013,7014,7015"
- },
- {
- "examine": "A stone carved Pillar.",
- "ids": "7016,7017"
- },
- {
- "examine": "Dwarf storage.",
- "ids": "7018"
- },
- {
- "examine": "Used for keeping beer or glasses.",
- "ids": "7019,7020,7021"
- },
- {
- "examine": "A dog's idea of heaven.",
- "ids": "702,703,704,705,706,29346"
- },
- {
- "examine": "Tracks for the carts to run over.",
- "ids": "7022,7023,7024,7025,7026"
- },
- {
- "examine": "A steam powered cart.",
- "ids": "7027,7028,7029,7030,7031"
- },
- {
- "examine": "A fine piece of sculpting.",
- "ids": "7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,7043"
- },
- {
- "examine": "Keeps mine carts from rolling away.",
- "ids": "7044,7045,7046,7047,7048"
- },
- {
- "examine": "A wooden gate.",
- "ids": "7049,7050,7051,7052"
- },
- {
- "examine": "Lots of seeds here.",
- "ids": "7053,7054,7055"
- },
- {
- "examine": "I can climb down these stairs.",
- "ids": "7056"
- },
- {
- "examine": "I can climb up these stairs.",
- "ids": "7057"
- },
- {
- "examine": "Filled to the brim with knowledge.",
- "ids": "7058,7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089"
- },
- {
- "examine": "Ding-Dong!",
- "ids": "707"
- },
- {
- "examine": "Some kind of pulley system.",
- "ids": "708"
- },
- {
- "examine": "Surprisingly rope-shaped.",
- "ids": "709"
- },
- {
- "examine": "'You are here.'",
- "ids": "7090"
- },
- {
- "examine": "Lots of hard study has been done here.",
- "ids": "7091"
- },
- {
- "examine": "A telescope pointing southwards...",
- "ids": "7092,7093,7094,7095"
- },
- {
- "examine": "A map of some ancient land.",
- "ids": "7096"
- },
- {
- "examine": "There are plenty of shelves",
- "ids": "7097"
- },
- {
- "examine": "Maybe it shows the location of buried treasure?",
- "ids": "7098"
- },
- {
- "examine": "Old songs, old stories...",
- "ids": "7099"
- },
- {
- "examine": "Sturdy looking door.",
- "ids": "71,72"
- },
- {
- "examine": "Suspiciously hole-shaped.",
- "ids": "710"
- },
- {
- "examine": "Armour of a Saradominist warrior. Decorative, but still effective.",
- "ids": "7100"
- },
- {
- "examine": "A cape from Saradomin, suitable for a battle-mage.",
- "ids": "7101"
- },
- {
- "examine": "A staff as used by Saradominist magi.",
- "ids": "7102"
- },
- {
- "examine": "There is a powerful presence about these ruins...",
- "ids": "7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128"
- },
- {
- "examine": "A huge chunk of shining natural crystal.",
- "ids": "711,712,713"
- },
- {
- "examine": "A tear in the dimensional weave of the Abyss.",
- "ids": "7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149,7150,7151,7152,7153"
- },
- {
- "examine": "A recently extinguished fire.",
- "ids": "714,715,716,717"
- },
- {
- "examine": "A tunnel through the abyss.",
- "ids": "7154,7155"
- },
- {
- "examine": "This seems to be blocking the exit...",
- "ids": "7156,7157"
- },
- {
- "examine": "I could probably break this up with a pickaxe.",
- "ids": "7158"
- },
- {
- "examine": "I could probably break this up with a pickaxe. Oh wait, I just did.",
- "ids": "7159"
- },
- {
- "examine": "Pickaxe power!",
- "ids": "7160"
- },
- {
- "examine": "They don't look that solid, an axe could help me chop them down.",
- "ids": "7161,7162"
- },
- {
- "examine": "I cannot tell a lie. I chopped them down.",
- "ids": "7163"
- },
- {
- "examine": "If I'm agile enough I might be able to squeeze through...",
- "ids": "7164"
- },
- {
- "examine": "I could probably burn this away with a tinderbox.",
- "ids": "7165"
- },
- {
- "examine": "I could probably burn this with fire.",
- "ids": "7166"
- },
- {
- "examine": "Burnt open.",
- "ids": "7167"
- },
- {
- "examine": "I could probably distract these with thievery.",
- "ids": "7168,7169,7170"
- },
- {
- "examine": "An unstable portal across the dimensions...",
- "ids": "7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188"
- },
- {
- "examine": "A barrel full of swords...",
- "ids": "718,719,720,721,722"
- },
- {
- "examine": "Abyssal Tendrils.",
- "ids": "7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205"
- },
- {
- "examine": "An opening into the crumbling wall.",
- "ids": "7219,7220"
- },
- {
- "examine": "This leads downwards.",
- "ids": "7221"
- },
- {
- "examine": "This way to the viewing gallery.",
- "ids": "7222,7223"
- },
- {
- "examine": "I'll never be able to dodge that!",
- "ids": "7224"
- },
- {
- "examine": "It's a wall...",
- "ids": "7225,7226"
- },
- {
- "examine": "It's the floor...",
- "ids": "7227"
- },
- {
- "examine": "It's a wall...",
- "ids": "7228,7229"
- },
- {
- "examine": "I'm glad this isn't around anymore!",
- "ids": "723"
- },
- {
- "examine": "It's the floor...",
- "ids": "7230"
- },
- {
- "examine": "Not your average door...",
- "ids": "7231,7232,7233,7234,7235"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "7236,7237,7238"
- },
- {
- "examine": "It's a long way down...",
- "ids": "7239,7240"
- },
- {
- "examine": "A crude torch stuck in the ground.",
- "ids": "724,725,726,25200"
- },
- {
- "examine": "That's going to hurt if it hits me!",
- "ids": "7241"
- },
- {
- "examine": "If only I knew Karate...",
- "ids": "7242,7243,7244"
- },
- {
- "examine": "It's the floor...",
- "ids": "7245"
- },
- {
- "examine": "Locked.",
- "ids": "7246,7247"
- },
- {
- "examine": "It's a wall...",
- "ids": "7248,7249"
- },
- {
- "examine": "It's the floor...",
- "ids": "7250"
- },
- {
- "examine": "Bend your way through.",
- "ids": "7251"
- },
- {
- "examine": "That could really hurt!",
- "ids": "7252"
- },
- {
- "examine": "I must not fear, fear is the little death that brings total oblivion.",
- "ids": "7253"
- },
- {
- "examine": "Blocking my way back.",
- "ids": "7254,7255,7256"
- },
- {
- "examine": "I wonder where it leads.",
- "ids": "7257"
- },
- {
- "examine": "An opening into the crumbling wall.",
- "ids": "7258"
- },
- {
- "examine": "This way to exit.",
- "ids": "7259,7260,7261,7262,7263,7264,7265,7266,7267,7268,7269,7270,7271"
- },
- {
- "examine": "A fissure in the cave wall.",
- "ids": "727,728,729,730,731,732"
- },
- {
- "examine": "A mystical teleport.",
- "ids": "7272,7273"
- },
- {
- "examine": "Lets me walk through walls...",
- "ids": "7274,7275,7276"
- },
- {
- "examine": "He looks hungry, but I don't think he'll do anything while I'm here.",
- "ids": "7277"
- },
- {
- "examine": "He's no longer looks hungry, although perhaps a little guilty-looking.",
- "ids": "7278,7279,7280"
- },
- {
- "examine": "He's looking at the grain...",
- "ids": "7281,7282,7283"
- },
- {
- "examine": "A sack full of grain.",
- "ids": "7284"
- },
- {
- "examine": "I think the chicken enjoyed his meal...",
- "ids": "7285"
- },
- {
- "examine": "It looks pretty rickety...",
- "ids": "7286,7287"
- },
- {
- "examine": "A mystical teleport.",
- "ids": "7288,7289,7290,7291,7292,7293,7294,7295,7296,7297,7298,7299,7300,7301"
- },
- {
- "examine": "Securely fastened shut.",
- "ids": "73,74"
- },
- {
- "examine": "Lets me walk through walls...",
- "ids": "7302"
- },
- {
- "examine": "A gold statue of a famous White Knight.",
- "ids": "7303"
- },
- {
- "examine": "A silver statue of a famous White Knight.",
- "ids": "7304"
- },
- {
- "examine": "A bronze statue of a famous White Knight.",
- "ids": "7305"
- },
- {
- "examine": "A gold statue of an ancient warrior.",
- "ids": "7306"
- },
- {
- "examine": "A silver statue of an ancient warrior.",
- "ids": "7307"
- },
- {
- "examine": "A bronze statue of an ancient warrior.",
- "ids": "7308"
- },
- {
- "examine": "A gold statue of a famous warrior.",
- "ids": "7309"
- },
- {
- "examine": "A silver statue of a famous warrior.",
- "ids": "7310"
- },
- {
- "examine": "A bronze statue of a famous warrior.",
- "ids": "7311"
- },
- {
- "examine": "A gold statue of an ancient White Knight.",
- "ids": "7312"
- },
- {
- "examine": "A silver statue of an ancient White Knight.",
- "ids": "7313"
- },
- {
- "examine": "A bronze statue of an ancient White Knight.",
- "ids": "7314"
- },
- {
- "examine": "A mystical teleport.",
- "ids": "7315,7316"
- },
- {
- "examine": "Lets me walk through walls...",
- "ids": "7317"
- },
- {
- "examine": "A mystical teleport.",
- "ids": "7318,7319"
- },
- {
- "examine": "Lets me walk through walls...",
- "ids": "7320"
- },
- {
- "examine": "A mystical teleport.",
- "ids": "7321,7322"
- },
- {
- "examine": "Lets me walk through walls...",
- "ids": "7323"
- },
- {
- "examine": "A mystical teleport.",
- "ids": "7324,7325"
- },
- {
- "examine": "Lets me walk through walls...",
- "ids": "7326"
- },
- {
- "examine": "Filled to the brim with knowledge.",
- "ids": "7327,7328,7329,7330"
- },
- {
- "examine": "This huge web blocks your path.",
- "ids": "733"
- },
- {
- "examine": "Generally used for putting things on.",
- "ids": "7331"
- },
- {
- "examine": "A table with a Bunsen burner on it.",
- "ids": "7332"
- },
- {
- "examine": "There are some containers of chemicals here.",
- "ids": "7333,7334,7335,7336,7337,7338,7339"
- },
- {
- "examine": "A huge web, cruelly slashed in half.",
- "ids": "734"
- },
- {
- "examine": "There's an empty vial here.",
- "ids": "7340,7341,7342"
- },
- {
- "examine": "There's a small hole in the centre.",
- "ids": "7343"
- },
- {
- "examine": "The spade is stuck in the hole.",
- "ids": "7344"
- },
- {
- "examine": "The spade opened the door.",
- "ids": "7345"
- },
- {
- "examine": "It's chained to the wall.",
- "ids": "7346"
- },
- {
- "examine": "For storage.",
- "ids": "7347,7348,7349"
- },
- {
- "examine": "The noxious liquid bubbles horribly.",
- "ids": "735"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "7350"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "7351"
- },
- {
- "examine": "A mystical teleport.",
- "ids": "7352,7353"
- },
- {
- "examine": "Lets me walk through walls...",
- "ids": "7354"
- },
- {
- "examine": "Bridge will support a person carrying no more than 5 kg.",
- "ids": "7355,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372"
- },
- {
- "examine": "Whatever it was I'm glad it's not alive.",
- "ids": "737,738,739,740"
- },
- {
- "examine": "Lets me walk through walls...",
- "ids": "7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384"
- },
- {
- "examine": "Sit back and relax...",
- "ids": "7388,7389"
- },
- {
- "examine": "Designed specifically to ruin your health.",
- "ids": "7390"
- },
- {
- "examine": "A rolled up magic carpet.",
- "ids": "7391"
- },
- {
- "examine": "A pile of rolled up magic carpets.",
- "ids": "7392"
- },
- {
- "examine": "A little shaded area.",
- "ids": "7393"
- },
- {
- "examine": "A magic carpet.",
- "ids": "7394,7395"
- },
- {
- "examine": "The infamous carpet of '76.",
- "ids": "7396"
- },
- {
- "examine": "A leafy tree.",
- "ids": "7397,7398"
- },
- {
- "examine": "This is what is left of a willow tree.",
- "ids": "7399"
- },
- {
- "examine": "This is what is left of a maple tree.",
- "ids": "7400"
- },
- {
- "examine": "This is what is left of a magic tree.",
- "ids": "7401"
- },
- {
- "examine": "This is what is left of a yew tree.",
- "ids": "7402"
- },
- {
- "examine": "An empty barrel.",
- "ids": "7403"
- },
- {
- "examine": "A barrel full of mushed apples.",
- "ids": "7404,7405"
- },
- {
- "examine": "This tap runs from the apple crushing barrel.",
- "ids": "7406"
- },
- {
- "examine": "An empty ale barrel.",
- "ids": "7407"
- },
- {
- "examine": "A barrel of bad ale.",
- "ids": "7408"
- },
- {
- "examine": "A barrel of unfermented liquid.",
- "ids": "7409"
- },
- {
- "examine": "Looks a little too broken to climb.",
- "ids": "741,742"
- },
- {
- "examine": "A barrel of bad cider.",
- "ids": "7410"
- },
- {
- "examine": "A barrel of Dwarven Stout.",
- "ids": "7411"
- },
- {
- "examine": "A barrel of mature Dwarven Stout.",
- "ids": "7412"
- },
- {
- "examine": "A barrel of Asgarnian Ale.",
- "ids": "7413"
- },
- {
- "examine": "A barrel of mature Asgarnian Ale.",
- "ids": "7414"
- },
- {
- "examine": "A barrel of Greenmans Ale.",
- "ids": "7415"
- },
- {
- "examine": "A barrel of mature Greenmans Ale.",
- "ids": "7416"
- },
- {
- "examine": "A barrel of Wizards Mind Bomb.",
- "ids": "7417"
- },
- {
- "examine": "A barrel of mature Wizards Mind Bomb.",
- "ids": "7418"
- },
- {
- "examine": "A barrel of Dragon Bitter.",
- "ids": "7419"
- },
- {
- "examine": "A barrel of mature Dragon Bitter.",
- "ids": "7420"
- },
- {
- "examine": "A barrel of Moonlight Mead.",
- "ids": "7421"
- },
- {
- "examine": "A barrel of mature Moonlight Mead.",
- "ids": "7422"
- },
- {
- "examine": "A barrel of Axeman's Folly.",
- "ids": "7423"
- },
- {
- "examine": "A barrel of mature Axeman's Folly.",
- "ids": "7424"
- },
- {
- "examine": "A barrel of Chef's Delight.",
- "ids": "7425"
- },
- {
- "examine": "A barrel of mature Chef's Delight.",
- "ids": "7426"
- },
- {
- "examine": "A barrel of Slayer's Respite.",
- "ids": "7427"
- },
- {
- "examine": "A barrel of mature Slayer's Respite.",
- "ids": "7428"
- },
- {
- "examine": "A barrel of Cider.",
- "ids": "7429"
- },
- {
- "examine": "An old-looking ladder.",
- "ids": "743"
- },
- {
- "examine": "A barrel of mature Cider.",
- "ids": "7430,7431,7432"
- },
- {
- "examine": "Goes up and down!",
- "ids": "7433"
- },
- {
- "examine": "I wonder what's under it?",
- "ids": "7434"
- },
- {
- "examine": "I wonder what's down there?",
- "ids": "7435"
- },
- {
- "examine": "A wooden barrel.",
- "ids": "7436"
- },
- {
- "examine": "This vat is empty.",
- "ids": "7437"
- },
- {
- "examine": "This vat is filled with water.",
- "ids": "7438"
- },
- {
- "examine": "This vat is filled with bad ale.",
- "ids": "7439"
- },
- {
- "examine": "An old-looking bit of scaffolding.",
- "ids": "744,745,746,747"
- },
- {
- "examine": "This vat is filled with bad cider.",
- "ids": "7440"
- },
- {
- "examine": "This vat contains a mixture of water and barley malt.",
- "ids": "7441"
- },
- {
- "examine": "This controls the flow of ale to the barrel.",
- "ids": "7442,7443"
- },
- {
- "examine": "This vat contains a mixture of water, barley malt, and Hammerstone hops.",
- "ids": "7444"
- },
- {
- "examine": "Dwarven Stout is fermenting in this vat.",
- "ids": "7445,7446"
- },
- {
- "examine": "This vat is filled with Dwarven Stout.",
- "ids": "7447"
- },
- {
- "examine": "This vat is filled with mature Dwarven Stout.",
- "ids": "7448"
- },
- {
- "examine": "This vat contains a mixture of water, barley malt, and Asgarnian hops.",
- "ids": "7449"
- },
- {
- "examine": "Asgarnian Ale is fermenting in this vat.",
- "ids": "7450,7451"
- },
- {
- "examine": "This vat is filled with Asgarnian Ale.",
- "ids": "7452"
- },
- {
- "examine": "This vat is filled with mature Asgarnian Ale.",
- "ids": "7453"
- },
- {
- "examine": "This vat contains a mixture of water, barley malt, and Harralander.",
- "ids": "7454"
- },
- {
- "examine": "Greenmans Ale is fermenting in this vat.",
- "ids": "7455,7456"
- },
- {
- "examine": "This vat is filled with Greenmans Ale.",
- "ids": "7457"
- },
- {
- "examine": "This vat is filled with mature Greenmans Ale.",
- "ids": "7458"
- },
- {
- "examine": "This vat contains a mixture of water, barley malt, and Yanillian hops.",
- "ids": "7459"
- },
- {
- "examine": "Wizards Mind Bomb is fermenting in this vat.",
- "ids": "7460,7461"
- },
- {
- "examine": "This vat is filled with Wizards Mind Bomb.",
- "ids": "7462"
- },
- {
- "examine": "This vat is filled with mature Wizards Mind Bomb.",
- "ids": "7463"
- },
- {
- "examine": "This vat contains a mixture of water, barley malt, and Krandorian hops.",
- "ids": "7464"
- },
- {
- "examine": "Dragon Bitter is fermenting in this vat.",
- "ids": "7465,7466"
- },
- {
- "examine": "This vat is filled with Dragon Bitter.",
- "ids": "7467"
- },
- {
- "examine": "This vat is filled with mature Dragon Bitter.",
- "ids": "7468"
- },
- {
- "examine": "This vat contains a mixture of water, barley malt, and Bittercap mushrooms.",
- "ids": "7469"
- },
- {
- "examine": "Moonlight Mead is fermenting in this vat.",
- "ids": "7470,7471"
- },
- {
- "examine": "This vat is filled with Moonlight Mead.",
- "ids": "7472"
- },
- {
- "examine": "This vat is filled with mature Moonlight Mead.",
- "ids": "7473"
- },
- {
- "examine": "This vat contains a mixture of water, barley malt, and oak roots.",
- "ids": "7474"
- },
- {
- "examine": "Axeman's Folly is fermenting in this vat.",
- "ids": "7475,7476"
- },
- {
- "examine": "This vat is filled with Axeman's Folly.",
- "ids": "7477"
- },
- {
- "examine": "This vat is filled with mature Axeman's Folly.",
- "ids": "7478"
- },
- {
- "examine": "This vat contains a mixture of water, barley malt, and chocolate dust.",
- "ids": "7479"
- },
- {
- "examine": "The entrance to the cave.",
- "ids": "748"
- },
- {
- "examine": "Chef's Delight is fermenting in this vat.",
- "ids": "7480,7481"
- },
- {
- "examine": "This vat is filled with Chef's Delight.",
- "ids": "7482"
- },
- {
- "examine": "This vat is filled with mature Chef's Delight.",
- "ids": "7483"
- },
- {
- "examine": "This vat contains a mixture of water, barley malt, and Wildblood hops.",
- "ids": "7484"
- },
- {
- "examine": "Slayer's Respite is fermenting in this vat.",
- "ids": "7485,7486"
- },
- {
- "examine": "This vat is filled with Slayer's Respite.",
- "ids": "7487"
- },
- {
- "examine": "This vat is filled with mature Slayer's Respite.",
- "ids": "7488"
- },
- {
- "examine": "This vat contains some apple mush.",
- "ids": "7489"
- },
- {
- "examine": "Cider is fermenting in this vat.",
- "ids": "7490,7491"
- },
- {
- "examine": "This vat is filled with cider.",
- "ids": "7492"
- },
- {
- "examine": "This vat is filled with mature cider.",
- "ids": "7493,7494,7495"
- },
- {
- "examine": "Items are for sale here.",
- "ids": "7496,7497"
- },
- {
- "examine": "They're empty.",
- "ids": "7498"
- },
- {
- "examine": "Farming stock is kept here.",
- "ids": "7499,7500,7501,7502,7503"
- },
- {
- "examine": "I wonder what's inside?",
- "ids": "75"
- },
- {
- "examine": "For sitting.",
- "ids": "7504,7505"
- },
- {
- "examine": "They're empty.",
- "ids": "7506"
- },
- {
- "examine": "Farming stock is kept here.",
- "ids": "7507,7508,7509,7510,7511"
- },
- {
- "examine": "A pair of sacks.",
- "ids": "7512"
- },
- {
- "examine": "For storage.",
- "ids": "7513,7514,7515"
- },
- {
- "examine": "A farmer's spade and rake.",
- "ids": "7516,7517,7518,7519,7520,7521,7522,7523,7524,7525,7526"
- },
- {
- "examine": "I can climb over the fence with this.",
- "ids": "7527"
- },
- {
- "examine": "For fermenting beer.",
- "ids": "7528,7529,7530"
- },
- {
- "examine": "An ale barrel.",
- "ids": "7531"
- },
- {
- "examine": "This controls the flow of ale to the barrel.",
- "ids": "7532,7533,7534,7535,7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,7552,7553,7554,7555,7556"
- },
- {
- "examine": "You can grow Deadly Nightshade in this Farming patch.",
- "ids": "7557,7558,7559,7560"
- },
- {
- "examine": "Deadly Nightshade has been sown in this farming patch.",
- "ids": "7561"
- },
- {
- "examine": "Deadly Nightshade is growing in this farming patch.",
- "ids": "7562,7563,7564"
- },
- {
- "examine": "I wouldn't pick this with my bare hands.",
- "ids": "7565"
- },
- {
- "examine": "This Deadly Nightshade has become diseased.",
- "ids": "7566,7567,7568"
- },
- {
- "examine": "This Deadly Nightshade has died.",
- "ids": "7569,7570,7571,7572"
- },
- {
- "examine": "You can grow bushes in this Farming patch.",
- "ids": "7573,7574,7575,7576,7577,7578,7579,7580"
- },
- {
- "examine": "A cadavaberry bush is growing in this Farming patch.",
- "ids": "7581,7582,7583,7584,7585,7586"
- },
- {
- "examine": "A fully grown cadavaberry bush.",
- "ids": "7587,7588,7589,7590,7591,7592"
- },
- {
- "examine": "This diseased cadavaberry bush needs pruning.",
- "ids": "7593,7594,7595,7596,7597,7598"
- },
- {
- "examine": "This cadavaberry bush has died.",
- "ids": "7599,7600,7601,7602,7603,7604"
- },
- {
- "examine": "It's open.",
- "ids": "76"
- },
- {
- "examine": "A dwellberry bush is growing in this Farming patch.",
- "ids": "7605,7606,7607,7608,7609,7610,7611"
- },
- {
- "examine": "A fully grown dwellberry bush.",
- "ids": "7612,7613,7614,7615,7616,7617"
- },
- {
- "examine": "This diseased dwellberry bush needs pruning.",
- "ids": "7618,7619,7620,7621,7622,7623,7624"
- },
- {
- "examine": "This dwellberry bush has died.",
- "ids": "7625,7626,7627,7628,7629,7630,7631"
- },
- {
- "examine": "A jangerberry bush is growing in this Farming patch.",
- "ids": "7632,7633,7634,7635,7636,7637,7638,7639"
- },
- {
- "examine": "A fully grown jangerberry bush.",
- "ids": "7640,7641,7642,7643,7644,7645"
- },
- {
- "examine": "This diseased jangerberry bush needs pruning.",
- "ids": "7646,7647,7648,7649,7650,7651,7652,7653"
- },
- {
- "examine": "This jangerberry bush has died.",
- "ids": "7654,7655,7656,7657,7658,7659,7660,7661"
- },
- {
- "examine": "A Poison Ivy bush is growing in this Farming patch.",
- "ids": "7662,7663,7664,7665,7666,7667,7668,7669"
- },
- {
- "examine": "A fully grown Poison Ivy bush.",
- "ids": "7670,7671,7672,7673,7674,7675"
- },
- {
- "examine": "This diseased Poison Ivy bush needs pruning.",
- "ids": "7676,7677,7678,7679,7680,7681,7682,7683"
- },
- {
- "examine": "This Poison Ivy bush has died.",
- "ids": "7684,7685,7686,7687,7688,7689,7690,7691"
- },
- {
- "examine": "A redberry bush is growing in this Farming patch.",
- "ids": "7692,7693,7694,7695,7696"
- },
- {
- "examine": "A fully grown redberry bush.",
- "ids": "7697,7698,7699,7700,7701,7702"
- },
- {
- "examine": "Securely fastened shut.",
- "ids": "77,78"
- },
- {
- "examine": "This diseased redberry bush needs pruning.",
- "ids": "7703,7704,7705,7706,7707"
- },
- {
- "examine": "This redberry bush has died.",
- "ids": "7708,7709,7710,7711,7712"
- },
- {
- "examine": "A map icon..",
- "ids": "771"
- },
- {
- "examine": "A whiteberry bush is growing in this Farming patch.",
- "ids": "7713,7714,7715,7716,7717,7718,7719,7720"
- },
- {
- "examine": "A fully grown whiteberry bush.",
- "ids": "7721,7722,7723,7724,7725,7726"
- },
- {
- "examine": "This diseased whiteberry bush needs pruning.",
- "ids": "7727,7728,7729,7730,7731,7732,7733,7734"
- },
- {
- "examine": "This whiteberry bush has died.",
- "ids": "7735,7736,7737,7738,7739,7740,7741,7742"
- },
- {
- "examine": "You can grow a Cactus in this Farming patch.",
- "ids": "7743,7744,7745,7746"
- },
- {
- "examine": "Cactus seeds have been planted in this patch.",
- "ids": "7747"
- },
- {
- "examine": "A cactus is growing in this patch.",
- "ids": "7748,7749,7750,7751,7752,7753"
- },
- {
- "examine": "A fully-grown cactus.",
- "ids": "7754,7755,7756,7757,7758"
- },
- {
- "examine": "This cactus has become diseased.",
- "ids": "7759,7760,7761,7762,7763,7764"
- },
- {
- "examine": "This cactus has died.",
- "ids": "7765,7766,7767,7768,7769,7770,7771"
- },
- {
- "examine": "You can grow a Calquat Tree in this Farming patch.",
- "ids": "7772,7773,7774,7775"
- },
- {
- "examine": "A Calquat tree is growing in this Farming patch.",
- "ids": "7776,7777,7778,7779,7780,7781,7782,7783"
- },
- {
- "examine": "A fully grown Calquat tree stands in this Farming patch.",
- "ids": "7784,7785,7786,7787,7788,7789,7790,7791"
- },
- {
- "examine": "It's a door made from bamboo.",
- "ids": "779"
- },
- {
- "examine": "This diseased Calquat tree needs pruning.",
- "ids": "7792,7793,7794,7795,7796,7797,7798"
- },
- {
- "examine": "This Calquat tree has died.",
- "ids": "7799,7800,7801,7802,7803,7804,7805"
- },
- {
- "examine": "A Calquat tree stump.",
- "ids": "7806,7807"
- },
- {
- "examine": "Turns vegetation into compost.",
- "ids": "7808"
- },
- {
- "examine": "This compost bin contains compostable items.",
- "ids": "7809"
- },
- {
- "examine": "This compost bin is full of compostable items.",
- "ids": "7810"
- },
- {
- "examine": "This compost bin contains supercompostable items.",
- "ids": "7811"
- },
- {
- "examine": "This compost bin is full of supercompostable items.",
- "ids": "7812"
- },
- {
- "examine": "Turns vegetation into compost.",
- "ids": "7813"
- },
- {
- "examine": "This compost bin contains compost.",
- "ids": "7814"
- },
- {
- "examine": "This compost bin is full of compost.",
- "ids": "7815"
- },
- {
- "examine": "This compost bin contains super compost.",
- "ids": "7816"
- },
- {
- "examine": "This compost bin is full of super compost.",
- "ids": "7817"
- },
- {
- "examine": "Turns vegetation into compost.",
- "ids": "7818"
- },
- {
- "examine": "This compost bin contains compostable items.",
- "ids": "7819"
- },
- {
- "examine": "This compost bin is full of compostable items.",
- "ids": "7820"
- },
- {
- "examine": "This compost bin contains supercompostable items.",
- "ids": "7821"
- },
- {
- "examine": "This compost bin is full of supercompostable items.",
- "ids": "7822"
- },
- {
- "examine": "Turns vegetation into compost.",
- "ids": "7823"
- },
- {
- "examine": "This compost bin contains compost.",
- "ids": "7824"
- },
- {
- "examine": "This compost bin is full of compost.",
- "ids": "7825"
- },
- {
- "examine": "This compost bin contains super compost.",
- "ids": "7826"
- },
- {
- "examine": "This compost bin is full of super compost.",
- "ids": "7827"
- },
- {
- "examine": "This compost bin contains tomatoes.",
- "ids": "7828"
- },
- {
- "examine": "This compost bin is full of tomatoes.",
- "ids": "7829"
- },
- {
- "examine": "This compost bin contains rotten tomatoes.",
- "ids": "7830"
- },
- {
- "examine": "This compost bin is full of rotten tomatoes.",
- "ids": "7831"
- },
- {
- "examine": "This compost bin contains tomatoes.",
- "ids": "7832"
- },
- {
- "examine": "This compost bin is full of tomatoes.",
- "ids": "7833"
- },
- {
- "examine": "This compost bin contains rotten tomatoes.",
- "ids": "7834"
- },
- {
- "examine": "This compost bin is full of rotten tomatoes.",
- "ids": "7835,7836,7837,7838,7839"
- },
- {
- "examine": "You can grow flowers in this Farming patch.",
- "ids": "7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850"
- },
- {
- "examine": "A limpwurt plant is growing in this patch.",
- "ids": "7851,7852,7853,7854"
- },
- {
- "examine": "A fully grown limpwurt plant.",
- "ids": "7855"
- },
- {
- "examine": "A limpwurt plant is growing in this patch.",
- "ids": "7856,7857,7858,7859"
- },
- {
- "examine": "This limpwurt plant has become diseased.",
- "ids": "7860,7861,7862"
- },
- {
- "examine": "This limpwurt plant has died while growing.",
- "ids": "7863,7864,7865"
- },
- {
- "examine": "This limpwurt plant has died.",
- "ids": "7866"
- },
- {
- "examine": "A marigold is growing in this patch.",
- "ids": "7867,7868,7869,7870"
- },
- {
- "examine": "A loom.",
- "ids": "787"
- },
- {
- "examine": "A fully grown marigold.",
- "ids": "7871"
- },
- {
- "examine": "A marigold is growing in this patch.",
- "ids": "7872,7873,7874,7875"
- },
- {
- "examine": "This marigold has become diseased.",
- "ids": "7876,7877,7878"
- },
- {
- "examine": "This marigold has died while growing.",
- "ids": "7879,7880,7881"
- },
- {
- "examine": "You'd need a big siege engine to force that.",
- "ids": "788,789"
- },
- {
- "examine": "This marigold has died.",
- "ids": "7882"
- },
- {
- "examine": "A nasturtium is growing in this patch.",
- "ids": "7883,7884,7885,7886"
- },
- {
- "examine": "A fully grown nasturtium.",
- "ids": "7887"
- },
- {
- "examine": "A nasturtium is growing in this patch.",
- "ids": "7888,7889,7890,7891"
- },
- {
- "examine": "This nasturtium has become diseased.",
- "ids": "7892,7893,7894"
- },
- {
- "examine": "This nasturtium has died while growing.",
- "ids": "7895,7896,7897"
- },
- {
- "examine": "This nasturtium has died.",
- "ids": "7898"
- },
- {
- "examine": "A rosemary is growing in this patch.",
- "ids": "7899,7900,7901,7902"
- },
- {
- "examine": "Looks secure.",
- "ids": "79,80"
- },
- {
- "examine": "A fully grown rosemary.",
- "ids": "7903"
- },
- {
- "examine": "A rosemary is growing in this patch.",
- "ids": "7904,7905,7906,7907"
- },
- {
- "examine": "This rosemary has become diseased.",
- "ids": "7908,7909,7910"
- },
- {
- "examine": "This rosemary has died while growing.",
- "ids": "7911,7912,7913"
- },
- {
- "examine": "This rosemary has died.",
- "ids": "7914"
- },
- {
- "examine": "Should scare off the birds...",
- "ids": "7915,7916,7917,7918"
- },
- {
- "examine": "A woad plant is growing in this patch.",
- "ids": "7919,7920,7921,7922"
- },
- {
- "examine": "A fully grown woad plant.",
- "ids": "7923"
- },
- {
- "examine": "A woad plant is growing in this patch.",
- "ids": "7924,7925,7926,7927"
- },
- {
- "examine": "This woad plant has become diseased.",
- "ids": "7928,7929,7930"
- },
- {
- "examine": "This woad plant has died while growing.",
- "ids": "7931,7932,7933"
- },
- {
- "examine": "This woad plant has died.",
- "ids": "7934"
- },
- {
- "examine": "An apple tree sapling has been planted in this fruit tree patch.",
- "ids": "7935"
- },
- {
- "examine": "An apple tree is growing in this fruit tree patch.",
- "ids": "7936,7937,7938,7939,7940"
- },
- {
- "examine": "A fully grown apple tree.",
- "ids": "7941"
- },
- {
- "examine": "There is a single apple on this apple tree.",
- "ids": "7942"
- },
- {
- "examine": "There are two apples on this apple tree.",
- "ids": "7943"
- },
- {
- "examine": "There are three apples on this apple tree.",
- "ids": "7944"
- },
- {
- "examine": "There are four apples on this apple tree.",
- "ids": "7945"
- },
- {
- "examine": "There are five apples on this apple tree.",
- "ids": "7946"
- },
- {
- "examine": "There are six apples on this apple tree.",
- "ids": "7947"
- },
- {
- "examine": "A fully grown apple tree.",
- "ids": "7948"
- },
- {
- "examine": "This diseased tree looks like it needs pruning with secateurs.",
- "ids": "7949,7950,7951,7952,7953,7954"
- },
- {
- "examine": "This apple tree has become diseased and died.",
- "ids": "7955,7956,7957,7958,7959,7960"
- },
- {
- "examine": "This apple tree has been cut down.",
- "ids": "7961,7962,7963,7964,7965"
- },
- {
- "examine": "A pineapple plant has been planted in this fruit tree patch.",
- "ids": "7966"
- },
- {
- "examine": "A pineapple plant is growing in this fruit tree patch.",
- "ids": "7967,7968,7969,7970,7971"
- },
- {
- "examine": "A fully grown pineapple plant.",
- "ids": "7972"
- },
- {
- "examine": "There is a single pineapple on this pineapple plant.",
- "ids": "7973"
- },
- {
- "examine": "There are two pineapples on this pineapple plant.",
- "ids": "7974"
- },
- {
- "examine": "There are three pineapples on this pineapple plant.",
- "ids": "7975"
- },
- {
- "examine": "There are four pineapples on this pineapple plant.",
- "ids": "7976"
- },
- {
- "examine": "There are five pineapples on this pineapple plant.",
- "ids": "7977"
- },
- {
- "examine": "There are six pineapples on this pineapple plant.",
- "ids": "7978"
- },
- {
- "examine": "A fully grown pineapple plant.",
- "ids": "7979"
- },
- {
- "examine": "This pineapple plant looks like it could do with pruning with secateurs.",
- "ids": "7980,7981,7982,7983,7984,7985"
- },
- {
- "examine": "This pineapple plant has become diseased and died.",
- "ids": "7986,7987,7988,7989,7990,7991"
- },
- {
- "examine": "This pineapple plant has been cut down.",
- "ids": "7992"
- },
- {
- "examine": "A banana tree sapling has been planted in this fruit tree patch.",
- "ids": "7993"
- },
- {
- "examine": "A banana tree is growing in this fruit tree patch.",
- "ids": "7994,7995,7996,7997,7998"
- },
- {
- "examine": "A fully grown banana tree.",
- "ids": "7999,8000"
- },
- {
- "examine": "The mounting for the multicannon.",
- "ids": "8"
- },
- {
- "examine": "There is a single banana on this banana tree.",
- "ids": "8001"
- },
- {
- "examine": "There are two bananas on this banana tree.",
- "ids": "8002"
- },
- {
- "examine": "There are three bananas on this banana tree.",
- "ids": "8003"
- },
- {
- "examine": "There are four bananas on this banana tree.",
- "ids": "8004"
- },
- {
- "examine": "There are five bananas on this banana tree.",
- "ids": "8005"
- },
- {
- "examine": "There are six bananas on this banana tree.",
- "ids": "8006"
- },
- {
- "examine": "This banana looks like it could do with pruning with secateurs.",
- "ids": "8007,8008,8009,8010,8011,8012"
- },
- {
- "examine": "This banana tree has become diseased and died.",
- "ids": "8013,8014,8015,8016,8017,8018"
- },
- {
- "examine": "This banana tree has been cut down.",
- "ids": "8019"
- },
- {
- "examine": "A curry tree sapling has been planted in this fruit tree patch.",
- "ids": "8020"
- },
- {
- "examine": "A curry tree is growing in this fruit tree patch.",
- "ids": "8021,8022,8023,8024,8025"
- },
- {
- "examine": "A fully grown curry tree.",
- "ids": "8026"
- },
- {
- "examine": "There is a single curry leaf on this curry tree.",
- "ids": "8027"
- },
- {
- "examine": "There are two curry leaves on this curry tree.",
- "ids": "8028"
- },
- {
- "examine": "There are three curry leaves on this curry tree.",
- "ids": "8029"
- },
- {
- "examine": "There are four curry leaves on this curry tree.",
- "ids": "8030"
- },
- {
- "examine": "There are five curry leaves on this curry tree.",
- "ids": "8031"
- },
- {
- "examine": "There are six curry leaves on this curry tree.",
- "ids": "8032"
- },
- {
- "examine": "A fully grown curry tree.",
- "ids": "8033"
- },
- {
- "examine": "This curry tree looks like it could do with pruning with secateurs.",
- "ids": "8034,8035,8036,8037,8038,8039"
- },
- {
- "examine": "This curry tree has become diseased and died.",
- "ids": "8040,8041,8042,8043,8044,8045"
- },
- {
- "examine": "This curry tree has been cut down.",
- "ids": "8046"
- },
- {
- "examine": "You can grow Fruit Trees in this Farming patch.",
- "ids": "8047,8048,8049,8050"
- },
- {
- "examine": "An orange tree sapling has been planted in this fruit tree patch.",
- "ids": "8051"
- },
- {
- "examine": "An orange tree is growing in this fruit tree patch.",
- "ids": "8052,8053,8054,8055,8056"
- },
- {
- "examine": "A fully grown orange tree.",
- "ids": "8057"
- },
- {
- "examine": "There is a single orange on this orange tree.",
- "ids": "8058"
- },
- {
- "examine": "There are two oranges on this orange tree.",
- "ids": "8059"
- },
- {
- "examine": "There are three oranges on this orange tree.",
- "ids": "8060"
- },
- {
- "examine": "There are four oranges on this orange tree.",
- "ids": "8061"
- },
- {
- "examine": "There are five oranges on this orange tree.",
- "ids": "8062"
- },
- {
- "examine": "There are six oranges on this orange tree.",
- "ids": "8063"
- },
- {
- "examine": "A fully grown orange tree.",
- "ids": "8064"
- },
- {
- "examine": "This orange tree looks like it could do with pruning with secateurs.",
- "ids": "8065,8066,8067,8068,8069,8070"
- },
- {
- "examine": "This orange tree has become diseased and died.",
- "ids": "8071,8072,8073,8074,8075,8076"
- },
- {
- "examine": "This orange tree has been cut down.",
- "ids": "8077"
- },
- {
- "examine": "A palm tree sapling has been planted in this fruit tree patch.",
- "ids": "8078"
- },
- {
- "examine": "A palm tree is growing in this fruit tree patch.",
- "ids": "8079,8080,8081,8082,8083"
- },
- {
- "examine": "A fully grown palm tree.",
- "ids": "8084"
- },
- {
- "examine": "There is a single coconut on this palm tree.",
- "ids": "8085"
- },
- {
- "examine": "There are two coconuts on this palm tree.",
- "ids": "8086"
- },
- {
- "examine": "There are three coconuts on this palm tree.",
- "ids": "8087"
- },
- {
- "examine": "There are four coconuts on this palm tree.",
- "ids": "8088"
- },
- {
- "examine": "There are five coconuts on this palm tree.",
- "ids": "8089"
- },
- {
- "examine": "There are six coconuts on this palm tree.",
- "ids": "8090"
- },
- {
- "examine": "A fully grown palm tree.",
- "ids": "8091"
- },
- {
- "examine": "This palm tree looks like it could do with pruning with secateurs.",
- "ids": "8092,8093,8094,8095,8096,8097"
- },
- {
- "examine": "This palm tree has become diseased and died.",
- "ids": "8098,8099,8100,8101,8102,8103"
- },
- {
- "examine": "The door is closed.",
- "ids": "81,82"
- },
- {
- "examine": "This palm tree has been cut down.",
- "ids": "8104"
- },
- {
- "examine": "A papaya tree sapling has been planted in this fruit tree patch.",
- "ids": "8105"
- },
- {
- "examine": "A papaya tree is growing in this fruit tree patch.",
- "ids": "8106,8107,8108,8109,8110"
- },
- {
- "examine": "A fully grown papaya tree",
- "ids": "8111"
- },
- {
- "examine": "There is a single papaya fruit on this tree.",
- "ids": "8112"
- },
- {
- "examine": "There are two papaya fruits on this tree.",
- "ids": "8113"
- },
- {
- "examine": "There are three papaya fruits on this tree.",
- "ids": "8114"
- },
- {
- "examine": "There are four papaya fruits on this tree.",
- "ids": "8115"
- },
- {
- "examine": "There are five papaya fruits on this tree.",
- "ids": "8116"
- },
- {
- "examine": "There are six papaya fruits on this tree.",
- "ids": "8117"
- },
- {
- "examine": "A fully grown papaya tree.",
- "ids": "8118"
- },
- {
- "examine": "This papaya tree looks like it could do with pruning with secateurs.",
- "ids": "8119,8120,8121,8122,8123,8124"
- },
- {
- "examine": "This papaya tree has become diseased and died.",
- "ids": "8125,8126,8127,8128,8129,8130"
- },
- {
- "examine": "This papaya tree has been cut down.",
- "ids": "8131"
- },
- {
- "examine": "You can grow herbs in this Farming patch.",
- "ids": "8132,8133,8134,8135,8136,8137,8138"
- },
- {
- "examine": "Some herb seeds have been sown in this patch.",
- "ids": "8139"
- },
- {
- "examine": "A herb is growing in this patch.",
- "ids": "8140,8141,8142"
- },
- {
- "examine": "A fully grown herb.",
- "ids": "8143"
- },
- {
- "examine": "These herbs have become diseased.",
- "ids": "8144,8145,8146"
- },
- {
- "examine": "These herbs have become diseased and died.",
- "ids": "8147,8148,8149,8150,8151,8152,8153"
- },
- {
- "examine": "Asgarnian hop seeds have been sown in this farming patch.",
- "ids": "8154"
- },
- {
- "examine": "Asgarnian hops are growing in this farming patch.",
- "ids": "8155,8156,8157,8158"
- },
- {
- "examine": "These are fully grown Asgarnian Hops.",
- "ids": "8159"
- },
- {
- "examine": "Asgarnian hop seeds have been sown in this farming patch.",
- "ids": "8160"
- },
- {
- "examine": "Asgarnian hops are growing in this farming patch.",
- "ids": "8161,8162,8163,8164"
- },
- {
- "examine": "These Asgarnian Hop plants are diseased.",
- "ids": "8165,8166,8167,8168"
- },
- {
- "examine": "These Asgarnian Hop plants have died from disease.",
- "ids": "8169,8170,8171,8172,8173,8174,8175,8176"
- },
- {
- "examine": "I always wonder if someone's hiding inside when I see these.",
- "ids": "817"
- },
- {
- "examine": "Hammerstone Hop seeds have been sown in this farming patch.",
- "ids": "8177"
- },
- {
- "examine": "Hammerstone Hops are growing in this farming patch.",
- "ids": "8178,8179,8180"
- },
- {
- "examine": "Looks kind of like a man made of metal.",
- "ids": "818,819,820"
- },
- {
- "examine": "These are fully grown Hammerstone Hops.",
- "ids": "8181"
- },
- {
- "examine": "Hammerstone Hop seeds have been sown in this farming patch.",
- "ids": "8182"
- },
- {
- "examine": "Hammerstone Hops are growing in this farming patch.",
- "ids": "8183,8184,8185"
- },
- {
- "examine": "These Hammerstone Hops are diseased.",
- "ids": "8186,8187,8188"
- },
- {
- "examine": "These Hammerstone Hops have died from disease.",
- "ids": "8189,8190,8191"
- },
- {
- "examine": "Barley seeds have been sown in this farming patch.",
- "ids": "8192"
- },
- {
- "examine": "Barley is growing in this farming patch.",
- "ids": "8193,8194,8195"
- },
- {
- "examine": "This patch is full of Barley.",
- "ids": "8196"
- },
- {
- "examine": "Barley seeds have been sown in this farming patch.",
- "ids": "8197"
- },
- {
- "examine": "Barley is growing in this farming patch.",
- "ids": "8198,8199,8200"
- },
- {
- "examine": "This Barley is diseased.",
- "ids": "8201,8202,8203"
- },
- {
- "examine": "This Barley has died from disease.",
- "ids": "8204,8205,8206"
- },
- {
- "examine": "You can grow hops in this Farming patch.",
- "ids": "8207,8208,8209,8210"
- },
- {
- "examine": "Not suitable for children. Aim away from face.",
- "ids": "821,36780"
- },
- {
- "examine": "Krandorian Hop seeds have been planted in this farming patch.",
- "ids": "8211"
- },
- {
- "examine": "Krandorian Hops are growing in this farming patch.",
- "ids": "8212,8213,8214,8215,8216,8217"
- },
- {
- "examine": "These are fully grown Krandorian Hops.",
- "ids": "8218"
- },
- {
- "examine": "Krandorian Hop seeds have been planted in this farming patch.",
- "ids": "8219"
- },
- {
- "examine": "Big heavy metal balls.",
- "ids": "822,36790"
- },
- {
- "examine": "Krandorian Hops are growing in this farming patch.",
- "ids": "8220,8221,8222,8223,8224,8225"
- },
- {
- "examine": "These Krandorian Hops are diseased.",
- "ids": "8226,8227,8228,8229,8230,8231"
- },
- {
- "examine": "The easiest opponent I'll ever fight.",
- "ids": "823"
- },
- {
- "examine": "These Krandorian Hops have died from disease.",
- "ids": "8232,8233,8234,8235,8236,8237"
- },
- {
- "examine": "Jute seeds have been sown in this farming patch.",
- "ids": "8238"
- },
- {
- "examine": "Jute plants are growing in this farming patch.",
- "ids": "8239,8240,8241,8242"
- },
- {
- "examine": "A wooden defensive structure.",
- "ids": "824,825,826,827,828,36928"
- },
- {
- "examine": "These are fully grown Jute plants.",
- "ids": "8243"
- },
- {
- "examine": "Jute seeds have been sown in this farming patch.",
- "ids": "8244"
- },
- {
- "examine": "Jute plants are growing in this farming patch.",
- "ids": "8245,8246,8247,8248"
- },
- {
- "examine": "These Jute plants are diseased.",
- "ids": "8249,8250,8251,8252"
- },
- {
- "examine": "These Jute plants have died from disease.",
- "ids": "8253,8254,8255,8256"
- },
- {
- "examine": "Wildblood hop seeds have been planted in this farming patch.",
- "ids": "8257"
- },
- {
- "examine": "Wildblood Hops are growing in this farming patch.",
- "ids": "8258,8259,8260,8261,8262,8263,8264"
- },
- {
- "examine": "These are fully grown Wildblood Hops.",
- "ids": "8265"
- },
- {
- "examine": "Wildblood hop seeds have been planted in this farming patch.",
- "ids": "8266"
- },
- {
- "examine": "Wildblood Hops are growing in this farming patch.",
- "ids": "8267,8268,8269,8270,8271,8272,8273"
- },
- {
- "examine": "These Wildblood hops are diseased.",
- "ids": "8274,8275,8276,8277,8278,8279,8280"
- },
- {
- "examine": "These Wildblood Hops have died from disease.",
- "ids": "8281,8282,8283,8284,8285,8286,8287"
- },
- {
- "examine": "Yanillian Hop seeds have been sown in this farming patch.",
- "ids": "8288"
- },
- {
- "examine": "Yanillian Hops are growing in this farming patch.",
- "ids": "8289,8290,8291,8292,8293"
- },
- {
- "examine": "For private use only!",
- "ids": "829,830,831,832,833"
- },
- {
- "examine": "These are fully grown Yanillian Hops.",
- "ids": "8294"
- },
- {
- "examine": "Yanillian Hop seeds have been sown in this farming patch.",
- "ids": "8295"
- },
- {
- "examine": "Yanillian Hops are growing in this farming patch.",
- "ids": "8296,8297,8298,8299,8300"
- },
- {
- "examine": "These Yanillian Hops are diseased.",
- "ids": "8301,8302,8303,8304,8305"
- },
- {
- "examine": "These Yanillian Hops have died from disease.",
- "ids": "8306,8307,8308,8309,8310"
- },
- {
- "examine": "You can grow Bittercap mushrooms in this Farming patch.",
- "ids": "8311,8312,8313,8314"
- },
- {
- "examine": "Bittercap mushroom spores have been sown in this farming patch.",
- "ids": "8315"
- },
- {
- "examine": "Bittercap mushrooms are growing in this farming patch.",
- "ids": "8316,8317,8318,8319,8320"
- },
- {
- "examine": "A patch of Bittercap Mushrooms.",
- "ids": "8321,8322,8323,8324,8325,8326"
- },
- {
- "examine": "These Bittercap mushrooms have become diseased.",
- "ids": "8327,8328,8329,8330,8331"
- },
- {
- "examine": "These Bittercap mushrooms have become diseased and died.",
- "ids": "8332,8333,8334,8335,8336,8337,8338"
- },
- {
- "examine": "You can grow a Spirit Tree in this Farming patch.",
- "ids": "8339,8340,8341,8342"
- },
- {
- "examine": "Break glass in case of emergency.",
- "ids": "834,835"
- },
- {
- "examine": "A Spirit Tree.",
- "ids": "8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356"
- },
- {
- "examine": "A Spirit Tree stump.",
- "ids": "8357"
- },
- {
- "examine": "Needs pruning before it dies.",
- "ids": "8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369"
- },
- {
- "examine": "An attractively laid out collection of ranging weapons.",
- "ids": "836"
- },
- {
- "examine": "Break glass in case of emergency.",
- "ids": "837,838"
- },
- {
- "examine": "Oh dear, your spirit tree has died.",
- "ids": "8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389,8390,8391"
- },
- {
- "examine": "An attractively laid out collection of ranging weapons.",
- "ids": "839"
- },
- {
- "examine": "You can grow trees in this Farming patch.",
- "ids": "8392,8393,8394,8395"
- },
- {
- "examine": "A Magic Tree sapling has been planted in this tree patch.",
- "ids": "8396"
- },
- {
- "examine": "A Magic Tree is growing in this tree patch.",
- "ids": "8397,8398,8399,8400,8401,8402,8403,8404,8405,8406,8407"
- },
- {
- "examine": "A fully grown Magic Tree.",
- "ids": "8408,8409"
- },
- {
- "examine": "You can uproot this stump with a spade.",
- "ids": "8410"
- },
- {
- "examine": "To remove all signs of disease, prune the tree with secateurs.",
- "ids": "8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421,8422"
- },
- {
- "examine": "This Magic Tree has become diseased and died.",
- "ids": "8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434"
- },
- {
- "examine": "A Maple tree sapling has been planted in this tree patch.",
- "ids": "8435"
- },
- {
- "examine": "A Maple tree is growing in this tree patch.",
- "ids": "8436,8437,8438,8439,8440,8441,8442"
- },
- {
- "examine": "A fully grown Maple tree.",
- "ids": "8443,8444"
- },
- {
- "examine": "You can uproot this stump with a spade.",
- "ids": "8445"
- },
- {
- "examine": "To remove all signs of disease, prune the tree with secateurs.",
- "ids": "8446,8447,8448,8449,8450,8451,8452,8453"
- },
- {
- "examine": "This Maple tree has become diseased and died.",
- "ids": "8454,8455,8456,8457,8458,8459,8460,8461"
- },
- {
- "examine": "An Oak sapling has been planted in this tree patch.",
- "ids": "8462"
- },
- {
- "examine": "An Oak tree is growing in this tree patch.",
- "ids": "8463,8464,8465"
- },
- {
- "examine": "A fully grown Oak tree.",
- "ids": "8466,8467"
- },
- {
- "examine": "You can uproot this stump with a spade.",
- "ids": "8468,8469,8470,8471,8472"
- },
- {
- "examine": "To remove all signs of disease, prune the tree with secateurs.",
- "ids": "8473,8474,8475,8476"
- },
- {
- "examine": "This Oak tree has become diseased and died.",
- "ids": "8477,8478,8479,8480"
- },
- {
- "examine": "A row of sharp pointy spears.",
- "ids": "848"
- },
- {
- "examine": "A Willow sapling has been planted in this tree patch.",
- "ids": "8481"
- },
- {
- "examine": "A Willow tree is growing in this tree patch.",
- "ids": "8482,8483,8484,8485,8486"
- },
- {
- "examine": "A fully grown Willow tree.",
- "ids": "8487,8488"
- },
- {
- "examine": "You can uproot this stump with a spade.",
- "ids": "8489"
- },
- {
- "examine": "Rows of sharp pointy spears.",
- "ids": "849,850"
- },
- {
- "examine": "To remove all signs of disease, prune the tree with secateurs.",
- "ids": "8490,8491,8492,8493,8494,8495"
- },
- {
- "examine": "This Willow tree has become diseased and died.",
- "ids": "8496,8497,8498,8499,8500,8501"
- },
- {
- "examine": "A Yew sapling has been planted in this tree patch.",
- "ids": "8502"
- },
- {
- "examine": "A Yew tree is growing in this tree patch.",
- "ids": "8503,8504,8505,8506,8507,8508,8509,8510,8511"
- },
- {
- "examine": "A tatty old standard.",
- "ids": "851,852"
- },
- {
- "examine": "A fully grown Yew tree.",
- "ids": "8512,8513"
- },
- {
- "examine": "You can uproot this tree stump with a spade.",
- "ids": "8514"
- },
- {
- "examine": "To remove all signs of disease, prune the tree with secateurs.",
- "ids": "8515,8516,8517,8518,8519,8520,8521,8522,8523,8524"
- },
- {
- "examine": "This Yew tree has become diseased and died.",
- "ids": "8525,8526,8527,8528,8529,8530,8531,8532,8533,8534"
- },
- {
- "examine": "A standard.",
- "ids": "853"
- },
- {
- "examine": "Cabbage seeds have been sown in this allotment.",
- "ids": "8535"
- },
- {
- "examine": "Cabbages are growing in this allotment.",
- "ids": "8536,8537,8538"
- },
- {
- "examine": "These cabbages could do with harvesting.",
- "ids": "8539"
- },
- {
- "examine": "A blue standard.",
- "ids": "854,855,856"
- },
- {
- "examine": "Cabbages are growing in this allotment.",
- "ids": "8540,8541,8542,8543"
- },
- {
- "examine": "These cabbages have become diseased and need tending.",
- "ids": "8544,8545,8546"
- },
- {
- "examine": "These cabbages have become diseased and died.",
- "ids": "8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557"
- },
- {
- "examine": "Potato seeds have been planted in this allotment.",
- "ids": "8558"
- },
- {
- "examine": "Potato plants are growing in this allotment.",
- "ids": "8559,8560,8561"
- },
- {
- "examine": "These potato plants are fully grown.",
- "ids": "8562"
- },
- {
- "examine": "Potato seeds have been planted in this allotment.",
- "ids": "8563"
- },
- {
- "examine": "Potato plants are growing in this allotment.",
- "ids": "8564,8565,8566"
- },
- {
- "examine": "These potato plants are diseased.",
- "ids": "8567,8568,8569"
- },
- {
- "examine": "A standard of the gnome race.",
- "ids": "857,858"
- },
- {
- "examine": "These potato plants are dead.",
- "ids": "8570,8571,8572"
- },
- {
- "examine": "You can grow fruit and vegetables here.",
- "ids": "8573,8574,8575,8576,8577,8578,8579"
- },
- {
- "examine": "Some onion seeds have sown in this allotment.",
- "ids": "8580"
- },
- {
- "examine": "Some onion plants are growing in this allotment.",
- "ids": "8581,8582,8583"
- },
- {
- "examine": "There are some fully grown onions in this allotment.",
- "ids": "8584"
- },
- {
- "examine": "Some onion seeds have sown in this allotment.",
- "ids": "8585"
- },
- {
- "examine": "Some onion plants are growing in this allotment.",
- "ids": "8586,8587,8588"
- },
- {
- "examine": "These onions have become diseased.",
- "ids": "8589,8590,8591"
- },
- {
- "examine": "The standard of the ogre race.",
- "ids": "859"
- },
- {
- "examine": "These onions have become diseased and died.",
- "ids": "8592,8593,8594"
- },
- {
- "examine": "Strawberry seeds have been sown in this allotment.",
- "ids": "8595"
- },
- {
- "examine": "Strawberry plants are growing in this allotment.",
- "ids": "8596,8597,8598,8599,8600"
- },
- {
- "examine": "Seems very old...",
- "ids": "86"
- },
- {
- "examine": "The flag of Asgarnia.",
- "ids": "860"
- },
- {
- "examine": "These strawberry plants are fully grown.",
- "ids": "8601"
- },
- {
- "examine": "Strawberry seeds have been sown in this allotment.",
- "ids": "8602"
- },
- {
- "examine": "Strawberry plants are growing in this allotment.",
- "ids": "8603,8604,8605,8606,8607"
- },
- {
- "examine": "These strawberry plants have become diseased.",
- "ids": "8608,8609,8610,8611,8612"
- },
- {
- "examine": "The flag of Kandarin.",
- "ids": "861"
- },
- {
- "examine": "These strawberry plants have become diseased and died.",
- "ids": "8613,8614,8615,8616,8617"
- },
- {
- "examine": "Some sweetcorn seeds have been sown in this allotment.",
- "ids": "8618"
- },
- {
- "examine": "Some sweetcorn plants are growing in this allotment.",
- "ids": "8619,8620,8621,8622,8623"
- },
- {
- "examine": "The flag of Ardougne.",
- "ids": "862"
- },
- {
- "examine": "These sweetcorn plants are fully grown.",
- "ids": "8624"
- },
- {
- "examine": "Some sweetcorn seeds have been sown in this allotment.",
- "ids": "8625"
- },
- {
- "examine": "Some sweetcorn plants are growing in this allotment.",
- "ids": "8626,8627,8628,8629,8630"
- },
- {
- "examine": "A standard of Asgarnia.",
- "ids": "863"
- },
- {
- "examine": "These sweetcorn plants have been attacked by crows.",
- "ids": "8631,8632,8633,8634,8635"
- },
- {
- "examine": "These sweetcorn plants have become diseased and died.",
- "ids": "8636,8637,8638,8639,8640"
- },
- {
- "examine": "A standard of Kandarin.",
- "ids": "864"
- },
- {
- "examine": "Tomato seeds have been sown in this allotment.",
- "ids": "8641"
- },
- {
- "examine": "Tomato plants are growing in this allotment.",
- "ids": "8642,8643,8644"
- },
- {
- "examine": "These tomato plants are fully grown.",
- "ids": "8645"
- },
- {
- "examine": "Tomato seeds have been sown in this allotment.",
- "ids": "8646"
- },
- {
- "examine": "Tomato plants are growing in this allotment.",
- "ids": "8647,8648,8649"
- },
- {
- "examine": "A standard of Asgarnia.",
- "ids": "865"
- },
- {
- "examine": "These tomato plants have become diseased.",
- "ids": "8650,8651,8652"
- },
- {
- "examine": "These tomato plants have become diseased and died.",
- "ids": "8653,8654,8655"
- },
- {
- "examine": "Watermelon seeds have been sown in this allotment.",
- "ids": "8656"
- },
- {
- "examine": "Watermelons are growing in this allotment.",
- "ids": "8657,8658,8659,8660,8661,8662,8663"
- },
- {
- "examine": "A standard of Kandarin.",
- "ids": "866"
- },
- {
- "examine": "These watermelons could do with harvesting.",
- "ids": "8664"
- },
- {
- "examine": "Watermelon seeds have been sown in this allotment.",
- "ids": "8665"
- },
- {
- "examine": "Watermelons are growing in this allotment.",
- "ids": "8666,8667,8668,8669,8670,8671,8672"
- },
- {
- "examine": "A standard of Misthalin.",
- "ids": "867"
- },
- {
- "examine": "These watermelons have become diseased and need tending.",
- "ids": "8673,8674,8675,8676,8677,8678,8679"
- },
- {
- "examine": "A standard of Varrock.",
- "ids": "868"
- },
- {
- "examine": "These watermelon plants have become diseased and died.",
- "ids": "8680"
- },
- {
- "examine": "These watermelons have become diseased and died.",
- "ids": "8681,8682,8683,8684,8685,8686,8687"
- },
- {
- "examine": "The perfect accompaniment to a bedroom.",
- "ids": "8688"
- },
- {
- "examine": "Fit for milking.",
- "ids": "8689"
- },
- {
- "examine": "A flag flies here.",
- "ids": "869"
- },
- {
- "examine": "Each full of milk no doubt.",
- "ids": "8690,8691,8692,8693,8694"
- },
- {
- "examine": "The door is closed.",
- "ids": "8695"
- },
- {
- "examine": "The door is open.",
- "ids": "8696,8697,8698"
- },
- {
- "examine": "After working with livestock, why not wash your hands?",
- "ids": "8699"
- },
- {
- "examine": "I guess you pull it...",
- "ids": "87"
- },
- {
- "examine": "A sculpted trunk of wood.",
- "ids": "870"
- },
- {
- "examine": "For putting things on.",
- "ids": "8700"
- },
- {
- "examine": "Someone's been preparing meat.",
- "ids": "8701"
- },
- {
- "examine": "A barrel for collecting rain water.",
- "ids": "8702,8703,8704,8705,8706,8707,8708,8709,8710,8711"
- },
- {
- "examine": "Takes my dirty bath water away.",
- "ids": "871"
- },
- {
- "examine": "A grand old fireplace.",
- "ids": "8712"
- },
- {
- "examine": "I bet there's a needle in it somewhere.",
- "ids": "8713,8714,8715,8716"
- },
- {
- "examine": "A loom.",
- "ids": "8717,8718,8719,8720,8721,8722,8723,8724"
- },
- {
- "examine": "It smells horrible in there.",
- "ids": "872"
- },
- {
- "examine": "A little rock.",
- "ids": "8725"
- },
- {
- "examine": "A small chunk of rock.",
- "ids": "8726"
- },
- {
- "examine": "They're not floating, even though it may look like they are!",
- "ids": "8727"
- },
- {
- "examine": "A deposit of rocks.",
- "ids": "8728,8729,8730,8731,8732,8733,8734,8735,8736"
- },
- {
- "examine": "Ideal for washing things in.",
- "ids": "873,874,4063,36971"
- },
- {
- "examine": "This tap runs from the apple crushing barrel.",
- "ids": "8737"
- },
- {
- "examine": "You can walk through these doors.",
- "ids": "8738,8739,8740,8741"
- },
- {
- "examine": "An odd looking tree.",
- "ids": "8742,8743"
- },
- {
- "examine": "I can climb this.",
- "ids": "8744,8745"
- },
- {
- "examine": "I can climb down this.",
- "ids": "8746"
- },
- {
- "examine": "A local water source.",
- "ids": "8747"
- },
- {
- "examine": "Used for spinning thread.",
- "ids": "8748"
- },
- {
- "examine": "A Shrine to the glory of Seren.",
- "ids": "8749"
- },
- {
- "examine": "Wash here.",
- "ids": "875,876,877"
- },
- {
- "examine": "I can cook here.",
- "ids": "8750"
- },
- {
- "examine": "A nice sturdy looking table.",
- "ids": "8751"
- },
- {
- "examine": "A good source of books!",
- "ids": "8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,8764,8765,8766"
- },
- {
- "examine": "The lamp has a glowing crystal at its core.",
- "ids": "8767"
- },
- {
- "examine": "A table.",
- "ids": "8768,8769"
- },
- {
- "examine": "A chair.",
- "ids": "8770"
- },
- {
- "examine": "A painting of an elf standing in some woodland.",
- "ids": "8771"
- },
- {
- "examine": "Sit back and relax...",
- "ids": "8772"
- },
- {
- "examine": "A useful ranging device.",
- "ids": "8773,8774"
- },
- {
- "examine": "Use these with bows.",
- "ids": "8775"
- },
- {
- "examine": "Tailor-made for needlework supplies.",
- "ids": "8776,8777"
- },
- {
- "examine": "I'm guessing it's for making elven clothes.",
- "ids": "8778"
- },
- {
- "examine": "Helps make elf clothing.",
- "ids": "8779,8780,8781,8782"
- },
- {
- "examine": "No this is not a mirage!",
- "ids": "878"
- },
- {
- "examine": "I wonder what's under it?",
- "ids": "8783,8784"
- },
- {
- "examine": "I can climb this.",
- "ids": "8785"
- },
- {
- "examine": "The door is closed.",
- "ids": "8786,8787,8788,8789"
- },
- {
- "examine": "Everyone needs a water feature.",
- "ids": "879,28682"
- },
- {
- "examine": "The door is open.",
- "ids": "8790,8791,8792,8793,8794"
- },
- {
- "examine": "Makes gnomes taller.",
- "ids": "8795"
- },
- {
- "examine": "Makes creatures taller.",
- "ids": "8796"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "8797"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "8798"
- },
- {
- "examine": "The desk of the head mourner.",
- "ids": "8799"
- },
- {
- "examine": "A beautiful water feature.",
- "ids": "880"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "8800"
- },
- {
- "examine": "A sack full of grain.",
- "ids": "8801,8802,8803"
- },
- {
- "examine": "These have grain in them.",
- "ids": "8804,8805,8806"
- },
- {
- "examine": "An empty barrel.",
- "ids": "8807"
- },
- {
- "examine": "A barrel full of mushed apples.",
- "ids": "8808"
- },
- {
- "examine": "A pile of rotten apples!",
- "ids": "8809"
- },
- {
- "examine": "There's a cover over this manhole.",
- "ids": "881"
- },
- {
- "examine": "A wooden gate.",
- "ids": "8810,8811,8812,8813"
- },
- {
- "examine": "A well slept in bed.",
- "ids": "8814,8815,8816,8817"
- },
- {
- "examine": "The door is closed.",
- "ids": "8818"
- },
- {
- "examine": "The door is open.",
- "ids": "8819"
- },
- {
- "examine": "How dangerous, someone has left this manhole open.",
- "ids": "882"
- },
- {
- "examine": "Solid iron bars.",
- "ids": "8820,8821,8822,8823,8824,8825,8826,8827"
- },
- {
- "examine": "Heavy.",
- "ids": "8828,8829,8830"
- },
- {
- "examine": "This is supposed to stop people falling down the manhole.",
- "ids": "883"
- },
- {
- "examine": "You can 'cart' things around on this.",
- "ids": "8831,8832,8833,8834,8835,8836,8837,8838,8839"
- },
- {
- "examine": "Best used with a bucket.",
- "ids": "884"
- },
- {
- "examine": "I feel the need to throw a rotten cabbage!",
- "ids": "8840,8841"
- },
- {
- "examine": "Nothing growing on this tree at the moment...",
- "ids": "8842"
- },
- {
- "examine": "Mmmmm, nice juicy apples!",
- "ids": "8843,8844,8845,8846,8847,8848,8849,8850,8851,8852,8853,8854,8855,8856,8857,8858,8859,8860"
- },
- {
- "examine": "If only I had one of those at home...",
- "ids": "885,886"
- },
- {
- "examine": "This is a special hops patch.",
- "ids": "8861,8862,8863,8864"
- },
- {
- "examine": "Kelda Hop seeds have been sown in this farming patch.",
- "ids": "8865"
- },
- {
- "examine": "Kelda Hops are growing in this farming patch.",
- "ids": "8866,8867,8868"
- },
- {
- "examine": "These are fully grown Kelda Hops.",
- "ids": "8869"
- },
- {
- "examine": "A painting of the King looking royal.",
- "ids": "887"
- },
- {
- "examine": "A barrel of Kelda Stout.",
- "ids": "8870"
- },
- {
- "examine": "This vat contains Kelda hops.",
- "ids": "8871"
- },
- {
- "examine": "Kelda Stout is fermenting in this vat.",
- "ids": "8872,8873"
- },
- {
- "examine": "This vat contains Kelda Stout.",
- "ids": "8874,8875,8876,8877"
- },
- {
- "examine": "Some bizarre mixture between rocks and machinery. Definitely dwarven.",
- "ids": "8878"
- },
- {
- "examine": "A strange box of some kind.",
- "ids": "8879"
- },
- {
- "examine": "A beautiful landscape.",
- "ids": "888"
- },
- {
- "examine": "A strange box of some kind. It's open.",
- "ids": "8880"
- },
- {
- "examine": "A small cave entrance.",
- "ids": "8881,8882,8883,8884,8885"
- },
- {
- "examine": "Keeps mine carts from rolling away.",
- "ids": "8886"
- },
- {
- "examine": "Cart tracks.",
- "ids": "8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898"
- },
- {
- "examine": "A mysterious figure stands alone in this haunting image.",
- "ids": "889"
- },
- {
- "examine": "A support for the tracks.",
- "ids": "8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "89,90"
- },
- {
- "examine": "Hail to the King!",
- "ids": "890"
- },
- {
- "examine": "I don't know much about art, but I like this.",
- "ids": "891"
- },
- {
- "examine": "These books contain all sorts of data on the Red Axe.",
- "ids": "8910"
- },
- {
- "examine": "Big mysterious crates. You wonder what could be inside.",
- "ids": "8911"
- },
- {
- "examine": "Wooden crates with metal edges, contents unknown.",
- "ids": "8912"
- },
- {
- "examine": "Big mysterious crates. There are some papers on top.",
- "ids": "8913,8914,8915,8916,8917"
- },
- {
- "examine": "A symbol of the Red Axe.",
- "ids": "8918,8919,8920,8921,8922,8923"
- },
- {
- "examine": "A painting of some guy standing around somewhere.",
- "ids": "892"
- },
- {
- "examine": "A steam powered cart.",
- "ids": "8924,8925"
- },
- {
- "examine": "A short long boat!",
- "ids": "8926"
- },
- {
- "examine": "Best used with a bucket.",
- "ids": "8927,8928"
- },
- {
- "examine": "A deep and terrifying cave.",
- "ids": "8929"
- },
- {
- "examine": "A really bad portrait of the King.",
- "ids": "893"
- },
- {
- "examine": "It looks cold in there.",
- "ids": "8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949"
- },
- {
- "examine": "Fine brushwork adds to the realism of this serene landscape.",
- "ids": "894"
- },
- {
- "examine": "Pretty good painting.",
- "ids": "895"
- },
- {
- "examine": "A big slimy lump of rock.",
- "ids": "8950"
- },
- {
- "examine": "A slimy lump of rock.",
- "ids": "8951"
- },
- {
- "examine": "A slippery looking rock.",
- "ids": "8952,8953"
- },
- {
- "examine": "A tall flag blowing in the wind.",
- "ids": "8954,8955"
- },
- {
- "examine": "I could climb this if I wanted.",
- "ids": "8956,8957"
- },
- {
- "examine": "There must be some trick to opening this...",
- "ids": "8958,8959,8960"
- },
- {
- "examine": "I can see the stars on this.",
- "ids": "896"
- },
- {
- "examine": "It's opening...",
- "ids": "8961"
- },
- {
- "examine": "Apparently there was some trick to opening it!",
- "ids": "8962"
- },
- {
- "examine": "Not as difficult to walk through as it was a minute ago.",
- "ids": "8963,8964,8965"
- },
- {
- "examine": "A sturdy looking door, propped shut with a support.",
- "ids": "8967,8968,8969,8970,8971"
- },
- {
- "examine": "A picture of the stars with funny diagrams and things on.",
- "ids": "897"
- },
- {
- "examine": "A portal back to the real world...",
- "ids": "8972"
- },
- {
- "examine": "One of the most common trees in 2009Scape.",
- "ids": "8973"
- },
- {
- "examine": "A commonly found tree.",
- "ids": "8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984"
- },
- {
- "examine": "Cross shaped.",
- "ids": "898"
- },
- {
- "examine": "Steam seems to be condensing into the pot. Neat trick!",
- "ids": "8985"
- },
- {
- "examine": "I can see fish swimming in the water. Well, they sort of look like fish...",
- "ids": "8986"
- },
- {
- "examine": "A portal that leads... somewhere?",
- "ids": "8987"
- },
- {
- "examine": "I wonder what's inside...",
- "ids": "8988"
- },
- {
- "examine": "Someone's looking through the chest.",
- "ids": "8989,8990,8991,8992,8993,8994,8995,8996,8997"
- },
- {
- "examine": "Mmmm decorative!",
- "ids": "899"
- },
- {
- "examine": "An appendage for activating something.",
- "ids": "8998,8999,9000,9001,9002,9003,9004,9005"
- },
- {
- "examine": "The barrels of the multicannon.",
- "ids": "9"
- },
- {
- "examine": "Brightens up the room a bit.",
- "ids": "900"
- },
- {
- "examine": "A place to cremate the dead. Needs a body.",
- "ids": "9006,9007"
- },
- {
- "examine": "A place to cremate the dead. Needs a light.",
- "ids": "9008,9009"
- },
- {
- "examine": "I don't know art, but I like it!",
- "ids": "901"
- },
- {
- "examine": "This has broad leaves.",
- "ids": "9010,9011,9012,9013"
- },
- {
- "examine": "This has been chopped away.",
- "ids": "9014"
- },
- {
- "examine": "This has broad leaves.",
- "ids": "9015,9016,9017,9018"
- },
- {
- "examine": "This has been chopped away.",
- "ids": "9019"
- },
- {
- "examine": "Not bad at all.",
- "ids": "902"
- },
- {
- "examine": "This has broad leaves.",
- "ids": "9020,9021,9022,9023"
- },
- {
- "examine": "This has been chopped away.",
- "ids": "9024"
- },
- {
- "examine": "A damaged wooden fence.",
- "ids": "9025,9026,9027,9028"
- },
- {
- "examine": "A wooden fence.",
- "ids": "9029"
- },
- {
- "examine": "Alas poor unicorn, I knew him well.",
- "ids": "903"
- },
- {
- "examine": "Gems encrusted in stone.",
- "ids": "9030,9031,9032"
- },
- {
- "examine": "Many rare plants such as this usually have exotic tubers.",
- "ids": "9033"
- },
- {
- "examine": "A beautiful old mahogany tree.",
- "ids": "9034"
- },
- {
- "examine": "This once was a beautiful tree.",
- "ids": "9035"
- },
- {
- "examine": "A beautiful old teak tree.",
- "ids": "9036"
- },
- {
- "examine": "This tree has been cut down.",
- "ids": "9037"
- },
- {
- "examine": "A set of large, sturdy wooden doors.",
- "ids": "9038,9039,9040,9041,9042,9043"
- },
- {
- "examine": "The scary-looking head of a scary-looking dragon.",
- "ids": "904"
- },
- {
- "examine": "Some goutweed is growing in this patch.",
- "ids": "9044,9045,9046,9047"
- },
- {
- "examine": "Some fully grown goutweed.",
- "ids": "9048"
- },
- {
- "examine": "This goutweed has become diseased.",
- "ids": "9049,9050,9051"
- },
- {
- "examine": "Not what I would pick as wall decoration.",
- "ids": "905"
- },
- {
- "examine": "This goutweed has become diseased and died.",
- "ids": "9052,9053,9054,9055,9056,9057"
- },
- {
- "examine": "He's not stocking much.",
- "ids": "9058"
- },
- {
- "examine": "He's stocking rune caskets.",
- "ids": "9059"
- },
- {
- "examine": "Looks like the bull lost.",
- "ids": "906"
- },
- {
- "examine": "He's stocking blackjacks.",
- "ids": "9060"
- },
- {
- "examine": "He's stocking fez hats.",
- "ids": "9061"
- },
- {
- "examine": "He's stocking rune caskets.",
- "ids": "9062"
- },
- {
- "examine": "He's stocking colourful clothes.",
- "ids": "9063"
- },
- {
- "examine": "A wooden crate.",
- "ids": "9064,9065"
- },
- {
- "examine": "A wooden crate containing caskets.",
- "ids": "9066,9067"
- },
- {
- "examine": "A wooden crate containing Blackjacks.",
- "ids": "9068,9069"
- },
- {
- "examine": "Trinkets and stuff.",
- "ids": "907"
- },
- {
- "examine": "A wooden crate containing fez hats.",
- "ids": "9070"
- },
- {
- "examine": "A wooden crate containing clothes.",
- "ids": "9071"
- },
- {
- "examine": "Boxy.",
- "ids": "9072,9073"
- },
- {
- "examine": "boxy",
- "ids": "9074,9075"
- },
- {
- "examine": "This cloth has been dyed.",
- "ids": "9076"
- },
- {
- "examine": "Mmmm pretty!",
- "ids": "9077,9078"
- },
- {
- "examine": "These dyed fabrics are drying off.",
- "ids": "9079,9080,9081"
- },
- {
- "examine": "Not everyone's idea of a nice wall decoration.",
- "ids": "908"
- },
- {
- "examine": "Items for making clothes are kept on here.",
- "ids": "9082"
- },
- {
- "examine": "Pots full of dye.",
- "ids": "9083"
- },
- {
- "examine": "A way down.",
- "ids": "9084"
- },
- {
- "examine": "There's not much coke in the stove.",
- "ids": "9085"
- },
- {
- "examine": "There's a fair amount of coke in the stove.",
- "ids": "9086"
- },
- {
- "examine": "There's lots of coke in the stove.",
- "ids": "9087"
- },
- {
- "examine": "A big pile of refined coal.",
- "ids": "9088"
- },
- {
- "examine": "You can read the furnace temperature here.",
- "ids": "9089"
- },
- {
- "examine": "Something is written on it. I can't read what.",
- "ids": "909"
- },
- {
- "examine": "Used to pump hot air through the furnace.",
- "ids": "9090"
- },
- {
- "examine": "Bars come out of the blast furnace here.",
- "ids": "9091,9092"
- },
- {
- "examine": "Your bars will come out here.",
- "ids": "9093,9094"
- },
- {
- "examine": "The bars are glowing hot!",
- "ids": "9095"
- },
- {
- "examine": "Your bars are ready to take.",
- "ids": "9096"
- },
- {
- "examine": "They power the conveyor belt.",
- "ids": "9097"
- },
- {
- "examine": "The foreman refers to it as 'Bertha'.",
- "ids": "9098"
- },
- {
- "examine": "It shows that the furnace is working.",
- "ids": "9099"
- },
- {
- "examine": "I don't like the look of this!",
- "ids": "91"
- },
- {
- "examine": "Looks like an eye with huge lashes.",
- "ids": "910"
- },
- {
- "examine": "Ore rides this into the blast furnace.",
- "ids": "9100,9101"
- },
- {
- "examine": "It keeps the conveyor belt running.",
- "ids": "9102"
- },
- {
- "examine": "Fix it, quick!",
- "ids": "9103"
- },
- {
- "examine": "They keep the conveyor belt running.",
- "ids": "9104"
- },
- {
- "examine": "Fix them, quick!",
- "ids": "9105"
- },
- {
- "examine": "It keeps the conveyor belt turning.",
- "ids": "9106,9107"
- },
- {
- "examine": "They keep the conveyor belt turning.",
- "ids": "9108,9109,9110,9111,9112,9113,9114"
- },
- {
- "examine": "A tablet covered in weird looking little squiggles and pictures.",
- "ids": "911"
- },
- {
- "examine": "It shows that the furnace is working.",
- "ids": "9115"
- },
- {
- "examine": "Hot air circulates through these.",
- "ids": "9116"
- },
- {
- "examine": "Quick, fix them!",
- "ids": "9117,9118,9119"
- },
- {
- "examine": "Hot air circulates through these.",
- "ids": "9120"
- },
- {
- "examine": "Quick, fix them!",
- "ids": "9121,9122"
- },
- {
- "examine": "It shows the furnace is working.",
- "ids": "9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137"
- },
- {
- "examine": "A way upwards.",
- "ids": "9138,9139"
- },
- {
- "examine": "The gate is closed.",
- "ids": "9140,9141"
- },
- {
- "examine": "The gate is open.",
- "ids": "9142"
- },
- {
- "examine": "Used for getting water.",
- "ids": "9143"
- },
- {
- "examine": "Some kind of jewellery is dangling from this ornament.",
- "ids": "9144"
- },
- {
- "examine": "Someone's showing off their wealth!",
- "ids": "9145"
- },
- {
- "examine": "Filled to the brim with knowledge.",
- "ids": "9146,9147"
- },
- {
- "examine": "A nicely carved wooden chair.",
- "ids": "9148"
- },
- {
- "examine": "An expensive privacy aid!",
- "ids": "9149"
- },
- {
- "examine": "A posh water bowl.",
- "ids": "915"
- },
- {
- "examine": "An old wall.",
- "ids": "9150"
- },
- {
- "examine": "Security breach!",
- "ids": "9151"
- },
- {
- "examine": "A patched up hole.",
- "ids": "9152,9153,9154"
- },
- {
- "examine": "'You are here.'",
- "ids": "9155"
- },
- {
- "examine": "An elegant desk with a curious ornament on it.",
- "ids": "9156"
- },
- {
- "examine": "Someone's gold-trimmed this Saradomin armour!",
- "ids": "9157,9158"
- },
- {
- "examine": "Lit to remember the souls of the departed.",
- "ids": "9159,9160,9161,9162,9163,9164,9165"
- },
- {
- "examine": "You can grow delphiniums in this Farming patch.",
- "ids": "9166,9167,9168,9169"
- },
- {
- "examine": "Delphinium seeds have been sown in this farming patch.",
- "ids": "9170"
- },
- {
- "examine": "Beautiful.",
- "ids": "9171,9172"
- },
- {
- "examine": "These delphiniums are fully grown.",
- "ids": "9173,9174,9175,9176"
- },
- {
- "examine": "You can grow a pink rose bush in this patch.",
- "ids": "9177,9178,9179,9180"
- },
- {
- "examine": "You can grow a white rose bush in this patch.",
- "ids": "9181,9182,9183,9184"
- },
- {
- "examine": "You can grow a red rose bush in this patch.",
- "ids": "9185,9186,9187,9188"
- },
- {
- "examine": "A rose bush.",
- "ids": "9189,9190,9191"
- },
- {
- "examine": "This white rosebush is fully grown.",
- "ids": "9192"
- },
- {
- "examine": "A rose bush.",
- "ids": "9193"
- },
- {
- "examine": "This red rosebush is fully grown.",
- "ids": "9194"
- },
- {
- "examine": "A pink rosebush.",
- "ids": "9195"
- },
- {
- "examine": "This pink rosebush is fully grown.",
- "ids": "9196,9197,9198"
- },
- {
- "examine": "A plantpot of pink orchids.",
- "ids": "9199,9200,9201"
- },
- {
- "examine": "The door is closed.",
- "ids": "92,93"
- },
- {
- "examine": "These pink orchids are fully grown.",
- "ids": "9202"
- },
- {
- "examine": "An empty plantpot.",
- "ids": "9203"
- },
- {
- "examine": "A plantpot filled with soil.",
- "ids": "9204"
- },
- {
- "examine": "A plantpot of yellow orchids.",
- "ids": "9205,9206,9207"
- },
- {
- "examine": "These yellow orchids are fully grown.",
- "ids": "9208,9209"
- },
- {
- "examine": "You can grow a White Tree in this patch.",
- "ids": "9210,9211,9212,9213"
- },
- {
- "examine": "A White Tree sapling has been planted in this patch.",
- "ids": "9214"
- },
- {
- "examine": "A White Tree is growing in this patch.",
- "ids": "9215,9216,9217"
- },
- {
- "examine": "This White Tree is fully grown.",
- "ids": "9218"
- },
- {
- "examine": "This White Tree bears a single fruit.",
- "ids": "9219"
- },
- {
- "examine": "This White Tree bears two fruits.",
- "ids": "9220"
- },
- {
- "examine": "This White Tree bears three fruits.",
- "ids": "9221"
- },
- {
- "examine": "This White Tree bears four fruits.",
- "ids": "9222,9223"
- },
- {
- "examine": "You can grow snowdrops in this Farming patch.",
- "ids": "9224,9225,9226,9227"
- },
- {
- "examine": "A patch of snowdrops.",
- "ids": "9228,9229,9230"
- },
- {
- "examine": "These snowdrops are fully grown.",
- "ids": "9231,9232"
- },
- {
- "examine": "You can grow Burthorpe Vine in this patch.",
- "ids": "9233"
- },
- {
- "examine": "You can grow Burthorpe Vines in this patch.",
- "ids": "9234,9235,9236"
- },
- {
- "examine": "Burthorpe vines are growing in this patch.",
- "ids": "9237,9238,9239"
- },
- {
- "examine": "These Burthorpe vines are fully grown.",
- "ids": "9240"
- },
- {
- "examine": "An empty plinth for a statue.",
- "ids": "9241,9242"
- },
- {
- "examine": "What a good likeness!",
- "ids": "9243"
- },
- {
- "examine": "An empty plinth for a statue.",
- "ids": "9244"
- },
- {
- "examine": "An expertly carved statue of a former King of Misthalin.",
- "ids": "9245"
- },
- {
- "examine": "An empty plinth for a statue.",
- "ids": "9246"
- },
- {
- "examine": "What a good likeness!",
- "ids": "9247"
- },
- {
- "examine": "An empty plinth for a statue.",
- "ids": "9248"
- },
- {
- "examine": "An expertly carved statue of a former King of Misthalin.",
- "ids": "9249,9250,9251,9252,9253,9254"
- },
- {
- "examine": "These grapevines look much healthier now.",
- "ids": "9255"
- },
- {
- "examine": "These grapevines are suffering from some strange disease.",
- "ids": "9256"
- },
- {
- "examine": "Some wild-looking grass.",
- "ids": "9257,9258,9259"
- },
- {
- "examine": "Some red roses.",
- "ids": "9260"
- },
- {
- "examine": "Some pink roses.",
- "ids": "9261"
- },
- {
- "examine": "Some white roses.",
- "ids": "9262"
- },
- {
- "examine": "A White Tree.",
- "ids": "9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274,9275,9276,9277,9278,9279,9280,9281,9282,9283,9284,9285,9286,9287,9288,9289,9290"
- },
- {
- "examine": "Sit back and enjoy the view.",
- "ids": "9291"
- },
- {
- "examine": "An expertly carved statue of a former Queen of Misthalin.",
- "ids": "9292"
- },
- {
- "examine": "Funny looking holes that don't look too inviting.",
- "ids": "9294"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "9296,9297,9298"
- },
- {
- "examine": "Ornate railing.",
- "ids": "9299"
- },
- {
- "examine": "Wooden fencing.",
- "ids": "9300"
- },
- {
- "examine": "A well constructed castle wall.",
- "ids": "9301"
- },
- {
- "examine": "A rather strategically placed hole, which appears to be in the ground.",
- "ids": "9302"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "9303,9304,9305,9306"
- },
- {
- "examine": "A well weathered wall.",
- "ids": "9307,9308"
- },
- {
- "examine": "A tunnel leading under the wall.",
- "ids": "9309,9310"
- },
- {
- "examine": "An underwall tunnel.",
- "ids": "9311,9312"
- },
- {
- "examine": "Looks suspicious.",
- "ids": "9313"
- },
- {
- "examine": "A wall jutting out into the path.",
- "ids": "9314"
- },
- {
- "examine": "I can jump from this stepping stone.",
- "ids": "9315"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "9316,9317,9318"
- },
- {
- "examine": "A chain rope",
- "ids": "9319,9320"
- },
- {
- "examine": "A few rocks short of a wall",
- "ids": "9321"
- },
- {
- "examine": "The foam from the river makes this log very slippy.",
- "ids": "9322,9323,9324"
- },
- {
- "examine": "Just another crack in the wall.",
- "ids": "9325"
- },
- {
- "examine": "Funny looking holes that don't look too inviting.",
- "ids": "9326"
- },
- {
- "examine": "They seem to fit in the with the rocky surroundings, so as not to stick out.",
- "ids": "9327"
- },
- {
- "examine": "A slippery well worn log.",
- "ids": "9328,9329,9330"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "9331,9332,9333"
- },
- {
- "examine": "Used to be ornate, now it's a little bit vandalised.",
- "ids": "9334"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "9335,9336"
- },
- {
- "examine": "Used to be ornate, now it's a little bit vandalised.",
- "ids": "9337"
- },
- {
- "examine": "Should scare off the birds...",
- "ids": "9338,9339,9340,9341,9342,9343,9344,9345,9346,9347,9348,9349,9350,9351,9352,9353"
- },
- {
- "examine": "This looks like the way out.",
- "ids": "9354"
- },
- {
- "examine": "A cave deep into the volcano.",
- "ids": "9355"
- },
- {
- "examine": "A cave deeper into the volcano.",
- "ids": "9356,9357"
- },
- {
- "examine": "A cave deep into the volcano.",
- "ids": "9358"
- },
- {
- "examine": "This looks like the way out.",
- "ids": "9359,9360,9361,9362,9363,9364,9365"
- },
- {
- "examine": "The barrier of heat is down.",
- "ids": "9366"
- },
- {
- "examine": "A barrier of heat.",
- "ids": "9367,9368,9369,9370,9371,9372,9373"
- },
- {
- "examine": "Hot enough to cook your breakfast on.",
- "ids": "9374,9375,9376"
- },
- {
- "examine": "An egg incubated in the lava.",
- "ids": "9377,9378,9379"
- },
- {
- "examine": "Who's the man?",
- "ids": "9380"
- },
- {
- "examine": "A wooden crate.",
- "ids": "9381"
- },
- {
- "examine": "Some wooden crates.",
- "ids": "9382,9383,9384,9385,9386,9387,9388,9389"
- },
- {
- "examine": "A natural forge using volcanic heat.",
- "ids": "9390"
- },
- {
- "examine": "I spy with my little eye...",
- "ids": "9391,9392,9393,9394,9395,9396,9397"
- },
- {
- "examine": "Lets you put items into your bank.",
- "ids": "9398,9399,26969,36788"
- },
- {
- "examine": "A wrought iron gate.",
- "ids": "94,95"
- },
- {
- "examine": "Sparse weeds.",
- "ids": "9400"
- },
- {
- "examine": "Weeds.",
- "ids": "9401"
- },
- {
- "examine": "Thick weeds.",
- "ids": "9402"
- },
- {
- "examine": "This is Unferth's patch for growing potatos.",
- "ids": "9403"
- },
- {
- "examine": "You say Potato, I say Poh-tar-to.",
- "ids": "9404,9405,9406,9407"
- },
- {
- "examine": "Looks like these potatoes have fully grown.",
- "ids": "9408,9409,9410,9411,9412,9413,9414,9415,9416,9417,9418,9419,9420,9421,9422,9423,9424,9425,9426,9427,9428,9429"
- },
- {
- "examine": "A nice sturdy bare table.",
- "ids": "9430"
- },
- {
- "examine": "A nice sturdy table.",
- "ids": "9431"
- },
- {
- "examine": "A table with milk.",
- "ids": "9432"
- },
- {
- "examine": "A table with cake.",
- "ids": "9433"
- },
- {
- "examine": "A hearty meal for Unferth.",
- "ids": "9434,9435"
- },
- {
- "examine": "Great for sleeping in.",
- "ids": "9436"
- },
- {
- "examine": "Not so great for sleeping in, it's not made.",
- "ids": "9437,9438"
- },
- {
- "examine": "A fire burns brightly here.",
- "ids": "9439"
- },
- {
- "examine": "An empty fire place.",
- "ids": "9440"
- },
- {
- "examine": "An unlit fire place.",
- "ids": "9441,9442"
- },
- {
- "examine": "A good source of books!",
- "ids": "9443,9444,9445,9446,9447,9448,9449,9450,9451,9452,9453,9454,9455,9456,9457,9458,9459,9460,9461,9462,9463,9464,9465,9466,9467,9468,9469"
- },
- {
- "examine": "I can climb these stairs.",
- "ids": "9470"
- },
- {
- "examine": "They go down.",
- "ids": "9471"
- },
- {
- "examine": "What could be down here?",
- "ids": "9472,9473,9474,9475,9476,9477,9478,9479,9480,9481,9482,9483,9484,9485,9486,9487,9488,9489,9490,9491,9492,9493,9494,9495,9496,9497"
- },
- {
- "examine": "A small plant, suitable for sandy soil.",
- "ids": "9498"
- },
- {
- "examine": "A decorative plant.",
- "ids": "9499"
- },
- {
- "examine": "A fairly small plant.",
- "ids": "9500"
- },
- {
- "examine": "Another plant.",
- "ids": "9501,9502,9503,9504,9505,9506,9507"
- },
- {
- "examine": "Perfect for snoozing in the sun.",
- "ids": "9508"
- },
- {
- "examine": "Lovely comfy-looking big bed.",
- "ids": "9509"
- },
- {
- "examine": "East to Draynor Village :: South to Rimmington :: South-east to Port Sarim.",
- "ids": "9510,9511,9512,9513"
- },
- {
- "examine": "Betty's chair.",
- "ids": "9514"
- },
- {
- "examine": "I wonder what she's making?",
- "ids": "9515"
- },
- {
- "examine": "Betty's counter.",
- "ids": "9516,9517,9518"
- },
- {
- "examine": "A wooden barrel for storage.",
- "ids": "9519"
- },
- {
- "examine": "A wooden barrel containing lots of fish.",
- "ids": "9520"
- },
- {
- "examine": "A wooden barrel for storage.",
- "ids": "9521"
- },
- {
- "examine": "How much does this weigh?",
- "ids": "9522"
- },
- {
- "examine": "A case. With books.",
- "ids": "9523"
- },
- {
- "examine": "A mooring chain.",
- "ids": "9524"
- },
- {
- "examine": "One horsepower; wooden suspension: a beauty.",
- "ids": "9525"
- },
- {
- "examine": "Betty keeps some rune objects here.",
- "ids": "9526,9527,9528,9529"
- },
- {
- "examine": "A sinister fungus.",
- "ids": "9530"
- },
- {
- "examine": "Sit back and relax...",
- "ids": "9531"
- },
- {
- "examine": "Sit back and enjoy the view.",
- "ids": "9532"
- },
- {
- "examine": "A wooden crate.",
- "ids": "9533,9534"
- },
- {
- "examine": "Some wooden crates.",
- "ids": "9535"
- },
- {
- "examine": "Some wooden boxes.",
- "ids": "9536"
- },
- {
- "examine": "It's used for loading and unloading fishing boats.",
- "ids": "9537"
- },
- {
- "examine": "I hope it doesn't sink.",
- "ids": "9538,9539,9540,9541,9542,9543,9544,9545,9546,9547"
- },
- {
- "examine": "For wiping muddy feet on.",
- "ids": "954"
- },
- {
- "examine": "A bucket full of red hot coals.",
- "ids": "9548,9549,9550,9551,9552,9553,9554,9555,9556,9557"
- },
- {
- "examine": "Disturbingly its eyes look everywhere in the room except at you.",
- "ids": "955,956,957,958"
- },
- {
- "examine": "It leads up.",
- "ids": "9558"
- },
- {
- "examine": "I can climb down this.",
- "ids": "9559,9560"
- },
- {
- "examine": "I guess I could sleep in it if I were really tired.",
- "ids": "9561"
- },
- {
- "examine": "A prison cell door.",
- "ids": "9562"
- },
- {
- "examine": "A locked prison cell door.",
- "ids": "9563"
- },
- {
- "examine": "A prison cell door.",
- "ids": "9564"
- },
- {
- "examine": "Stops people getting out.",
- "ids": "9565,9566"
- },
- {
- "examine": "Ewww!",
- "ids": "9567"
- },
- {
- "examine": "En-suite facilities in every cell!",
- "ids": "9568,9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581"
- },
- {
- "examine": "I can climb up these stairs.",
- "ids": "9582,9583"
- },
- {
- "examine": "I can climb down these stairs.",
- "ids": "9584,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599,9600,9601,9602,9603"
- },
- {
- "examine": "What has a face and hands but is not a man?",
- "ids": "959"
- },
- {
- "examine": "A dark flight of stairs.",
- "ids": "96,98"
- },
- {
- "examine": "It's a time machine....sort of!",
- "ids": "960"
- },
- {
- "examine": "A leafy plant.",
- "ids": "9604"
- },
- {
- "examine": "A leafy fern.",
- "ids": "9605"
- },
- {
- "examine": "A leafy shrub.",
- "ids": "9606"
- },
- {
- "examine": "A case. With books.",
- "ids": "9607,9608,9609"
- },
- {
- "examine": "'Ask about our low, low interest rates!'",
- "ids": "961"
- },
- {
- "examine": "An artist's easel.",
- "ids": "9610"
- },
- {
- "examine": "A good source of books!",
- "ids": "9611"
- },
- {
- "examine": "The Make-over Mage's bed.",
- "ids": "9612"
- },
- {
- "examine": "A nice sturdy looking table.",
- "ids": "9613"
- },
- {
- "examine": "Generally used for putting things on.",
- "ids": "9614"
- },
- {
- "examine": "A small wooden table.",
- "ids": "9615"
- },
- {
- "examine": "Items are for sale here.",
- "ids": "9616"
- },
- {
- "examine": "All-purpose storage.",
- "ids": "9617,9618,9619,9620"
- },
- {
- "examine": "Some helpful people have placed notes on here, how nice.",
- "ids": "962"
- },
- {
- "examine": "For sitting.",
- "ids": "9621"
- },
- {
- "examine": "Fancy.",
- "ids": "9622,9623"
- },
- {
- "examine": "It's like a land rudder.",
- "ids": "9624"
- },
- {
- "examine": "A wooden wheelbarrow.",
- "ids": "9625,9626,9627,9628,9629,9630,9631,9632,9633,9634,9635,9636,9637,9638,9639,9640,9641,9642,9643,9644,9645,9646,9647,9648,9649,9650,9651,9652,9653,9654,9655,9656,9657,9658,9659,9660"
- },
- {
- "examine": "Essentials for a seamstress.",
- "ids": "963"
- },
- {
- "examine": "It really was this big!",
- "ids": "964,965"
- },
- {
- "examine": "He doesn't look too jolly to me!",
- "ids": "966"
- },
- {
- "examine": "This tree has been cut down.",
- "ids": "9661"
- },
- {
- "examine": "Popular with farmers and treasure hunters.",
- "ids": "9662"
- },
- {
- "examine": "This tree has fallen to the ground.",
- "ids": "9663"
- },
- {
- "examine": "A gnarly old tree root.",
- "ids": "9664"
- },
- {
- "examine": "The roots of a tree are exposed.",
- "ids": "9665"
- },
- {
- "examine": "I hope I don't trip over any of these.",
- "ids": "9666"
- },
- {
- "examine": "Disturbingly man-like.",
- "ids": "9667"
- },
- {
- "examine": "Its eyes stare off into the distance...",
- "ids": "9668,9669,9670,9671,9672,9673,9674,9675,9676,9677,9678,9679,9680,9681"
- },
- {
- "examine": "Looks like this ship was way off course!",
- "ids": "967"
- },
- {
- "examine": "X marks the spot.",
- "ids": "968"
- },
- {
- "examine": "Expels smoke from the range.",
- "ids": "9683"
- },
- {
- "examine": "Wash your hands!",
- "ids": "9684"
- },
- {
- "examine": "Generally used for putting things on.",
- "ids": "9685"
- },
- {
- "examine": "Some fabric ready for clothing.",
- "ids": "9686"
- },
- {
- "examine": "I'm guessing it's for making women's clothes.",
- "ids": "9687,9688"
- },
- {
- "examine": "Looks like it's for making men's clothes.",
- "ids": "9689"
- },
- {
- "examine": "Complete with authentic seaweed!",
- "ids": "969"
- },
- {
- "examine": "I think this one's for making men's clothes.",
- "ids": "9690,9691,9692,9693"
- },
- {
- "examine": "Some helpful people have placed notes on here, how nice.",
- "ids": "9694"
- },
- {
- "examine": "This notice board is full of scrolls and charts.",
- "ids": "9695"
- },
- {
- "examine": "I wonder what's inside ?",
- "ids": "9696"
- },
- {
- "examine": "A nice sturdy looking table.",
- "ids": "9697,9698,9699,9700,9701"
- },
- {
- "examine": "This mentions the monk trapped here...",
- "ids": "970"
- },
- {
- "examine": "This clearly isn't used for dining very often.",
- "ids": "9702"
- },
- {
- "examine": "Not as nice as some.",
- "ids": "9703"
- },
- {
- "examine": "This needs dusting before I'll sit on it.",
- "ids": "9704,9705"
- },
- {
- "examine": "This must let me in to the arena somehow...",
- "ids": "9706"
- },
- {
- "examine": "This must let me out of the arena somehow...",
- "ids": "9707"
- },
- {
- "examine": "A rocky outcrop.",
- "ids": "9708,9709,9710,9711,9712,9713,9714,9715,9716,9717,9718,9719,9720,9721,9722,9723,9724,9725,9726,9727,9728,9729,9730,9731,9732,9733,9734,9735,9737"
- },
- {
- "examine": "A useful ranging device.",
- "ids": "971"
- },
- {
- "examine": "Use these with bows.",
- "ids": "972"
- },
- {
- "examine": "A powerful throwing weapon.",
- "ids": "973"
- },
- {
- "examine": "An old crumbled pillar.",
- "ids": "9738,9739,9740"
- },
- {
- "examine": "Improved Leather armour for archers.",
- "ids": "974"
- },
- {
- "examine": "Smells like fish.",
- "ids": "9741,9742,9743"
- },
- {
- "examine": "I can climb up here.",
- "ids": "9744"
- },
- {
- "examine": "I can go below decks with this ladder.",
- "ids": "9745,9746,9747"
- },
- {
- "examine": "A collection point.",
- "ids": "9748"
- },
- {
- "examine": "A Lever.",
- "ids": "9749,9750"
- },
- {
- "examine": "Leather made from the skin of a Dragon.",
- "ids": "975"
- },
- {
- "examine": "A crystal that was broken a long time ago.",
- "ids": "9751"
- },
- {
- "examine": "A repowered crystal.",
- "ids": "9752"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "9753"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "9754"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "9755"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "9756"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "9757"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "9758"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "9759"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "9760"
- },
- {
- "examine": "Perhaps I should search it.",
- "ids": "9761"
- },
- {
- "examine": "I wonder what's inside.",
- "ids": "9762"
- },
- {
- "examine": "A recently killed guard.",
- "ids": "9763,9764,9765"
- },
- {
- "examine": "A recently killed slave.",
- "ids": "9766,9767"
- },
- {
- "examine": "A door of pure light!",
- "ids": "9768,9769,9770,9771,9772,9773,9774,9775,9776,9777,9778,9779,9780,9781,9782,9783,9784,9785,9786,9787,9788,9789,9790,9791,9792,9793,9794,9795,9796,9797,9798,9799,9800,9801,9802,9803,9804,9805,9806,9807,9808,9809,9810,9811,9812,9813,9814,9815,9816,9817,9818,9819,9820,9821,9822,9823,9824,9825,9826,9827,9828,9829,9830,9831,9832,9833,9834,9835,9836,9837,9838,9839,9840,9841,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852,9853,9854,9855,9856,9857,9858,9859,9860,9861,9862,9863,9864,9865,9866,9867,9868,9869,9870,9871,9872,9873,9874,9875,9876,9877,9878,9879,9880,9881,9882,9883,9884,9885,9886,9887,9888,9889,9890,9891,9892,9893,9894,9895,9896,9897"
- },
- {
- "examine": "There are holes passing through this pillar.",
- "ids": "9898,9899,9900,9901,9902,9903,9904,9905,9906,9907,9908,9909,9910,9911,9912,9913,9914,9915,9916,9917,9918,9919,9920,9921,9922,9923,9924,9925,9926,9927,9928,9929,9930,9931,9932,9933,9934,9935,9936,9937,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,9950,9951,9952,9953,9954,9955,9956,9957,9958,9959,9960,9961,9962,9963,9964,9965,9966,9967,9968,9969,9970,9971,9972,9973,9974"
- },
- {
- "examine": "The door is closed.",
- "ids": "99"
- },
- {
- "examine": "I can climb over the fence with this..",
- "ids": "993"
- },
- {
- "examine": "I can climb down these.",
- "ids": "9975"
- },
- {
- "examine": "A cave wall.",
- "ids": "9976"
- },
- {
- "examine": "I wonder where this goes?",
- "ids": "9977"
- },
- {
- "examine": "A ladder carved into the wall.",
- "ids": "9978,9979"
- },
- {
- "examine": "A good place for light to merge.",
- "ids": "9980"
- },
- {
- "examine": "A good place for a light crystal.",
- "ids": "9981,9982,9983,9984,9985,9986,9987"
- },
- {
- "examine": "A broken pillar.",
- "ids": "9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001"
+ "examine": "Keeps the puppies out of trouble.",
+ "ids": "28341"
}
]
\ No newline at end of file
diff --git a/Server/data/configs/ranged_weapon_configs.json b/Server/data/configs/ranged_weapon_configs.json
index dc6fbe429..a2790b612 100644
--- a/Server/data/configs/ranged_weapon_configs.json
+++ b/Server/data/configs/ranged_weapon_configs.json
@@ -15,7 +15,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9236"
+ "ammunition": "877,878,6061,6062,879,9236,13280"
},
{
"itemId": "800",
@@ -294,7 +294,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9236"
+ "ammunition": "877,878,6061,6062,879,9236,13280"
},
{
"itemId": "839",
@@ -1095,7 +1095,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "8882,877,878,6061,6062,879,9236,9139,9286,9293,9300,9140,9287,9294,9237,9145,9301,9292,9299,9306,9335,880,9238"
+ "ammunition": "8882,877,878,6061,6062,879,9236"
},
{
"itemId": "9174",
@@ -1104,7 +1104,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9236"
+ "ammunition": "877,878,6061,6062,879,9236,13280"
},
{
"itemId": "9176",
@@ -1113,7 +1113,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9139,9236,9286,9293,9300,9335,9237"
+ "ammunition": "877,878,6061,6062,9140,879,9139,9236,13280"
},
{
"itemId": "9177",
@@ -1122,7 +1122,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9236,9139,9140,9287,9294,9301,880,9238,9145,9286,9293,9300,9292,9299,9306,9335,9237"
+ "ammunition": "877,878,6061,6062,879,9236,9139,9140,9287,9294,9301,880,9238,9145,13280"
},
{
"itemId": "9179",
@@ -1131,7 +1131,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9139,9140,9236,9141,9288,9295,9302,9336,9239,9145,9286,9293,9300,9287,9294,9301,9292,9299,9306,9335,9237,880,9238"
+ "ammunition": "877,878,6061,6062,879,9139,9140,9236,9141,9288,9295,9302,9336,9239,9145,13280"
},
{
"itemId": "9181",
@@ -1140,7 +1140,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9236,9141,9288,9295,9302,9336,9239,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9145,9139,9140,9241,9286,9293,9300,9140,9287,9294,9301,9292,9299,9306,9335,9237,880,9238,13083,13084,13085,13086"
+ "ammunition": "877,878,6061,6062,879,9236,9141,9288,9295,9302,9336,9239,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9145,9139,9140,9241,13280"
},
{
"itemId": "9183",
@@ -1149,7 +1149,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9236,9139,9141,9288,9295,9302,9336,9239,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9145,9143,9290,9297,9304,9339,9242,9340,9243,9286,9293,9300,9140,9287,9294,9301,9292,9299,9306,9335,9237,880,9238,13083,13084,13085,13086"
+ "ammunition": "877,878,6061,6062,879,9236,9139,9141,9288,9295,9302,9336,9239,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9145,9143,9290,9297,9304,9339,9242,9340,9243,13280"
},
{
"itemId": "9185",
@@ -1158,7 +1158,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9236,9139,9141,9288,9295,9302,9336,9239,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,9145,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9143,9290,9297,9304,9339,9242,9340,9243,9144,9291,9298,9305,9341,9244,9342,9245,9140,13280,9139,9286,9293,9300,9287,9294,9301,9292,9299,9306,9335,9237,880,13083,13084,13085,13086"
+ "ammunition": "877,878,6061,6062,879,9236,9139,9141,9288,9295,9302,9336,9239,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,9145,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9143,9290,9297,9304,9339,9242,9340,9243,9144,9291,9298,9305,9341,9244,9342,9245,9140,13280"
},
{
"itemId": "9705",
@@ -1293,7 +1293,7 @@
"weapon_type": "1",
"animation": "4230",
"drop_ammo": "true",
- "ammunition": "877,878,6061,6062,879,9139,9140,9236,9141,9288,9295,9302,9336,9239,9145,9286,9293,9300,9287,9294,9301,9292,9299,9306,9335,9237,880,9238,13083,13084,13085,13086"
+ "ammunition": "877,878,6061,6062,879,9236,9141,9288,9295,9302,9140,9336,9239,13083,13084,13085,13086,13280"
},
{
"itemId": "13405",
@@ -1502,6 +1502,69 @@
"drop_ammo": "true",
"ammunition": "882,883,5616,5622,598,884,885,5617,5623,2532,886,887,5618,5624,2534,888,889,5619,5625,2536,890,891,5620,5626,2538,892,893,5621,5627,2540,78,4160"
},
+ {
+ "itemId": "14671",
+ "name": "Armadyl crossbow",
+ "ammo_slot": "13",
+ "weapon_type": "1",
+ "animation": "4230",
+ "drop_ammo": "true",
+ "ammunition": "877,878,6061,6062,879,9236,9141,9288,9295,9302,9336,9239,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9143,9290,9297,9304,9339,9242,9340,9243,9144,9291,9298,9305,9341,9244,9342,9245,9140,13280"
+ },
+ {
+ "itemId": "14684",
+ "name": "Odium ward",
+ "ammo_slot": "13",
+ "weapon_type": "1",
+ "animation": "4230",
+ "drop_ammo": "true",
+ "ammunition": "8882,877,878,6061,6062,879,9236,9141,9288,9295,9302,9336,9239,13083,13084,13085,13086,9142,9289,9296,9303,9337,9240,9338,9241,9143,9290,9297,9304,9339,9242,9340,9243"
+ },
+ {
+ "itemId": "14685",
+ "name": "Odium shard 1",
+ "ammo_slot": "13",
+ "weapon_type": "1",
+ "animation": "4230",
+ "drop_ammo": "true",
+ "ammunition": "877,878,6061,6062,879,9236"
+ },
+ {
+ "itemId": "14803",
+ "name": "Dark bow",
+ "ammo_slot": "13",
+ "weapon_type": "2",
+ "animation": "426",
+ "drop_ammo": "true",
+ "ammunition": "882,883,5616,5622,598,884,885,5617,5623,2532,886,887,5618,5624,2534,888,889,5619,5625,2536,890,891,5620,5626,2538,892,893,5621,5627,2540,11212,11227,11228,11229,11217,78,4160"
+ },
+ {
+ "itemId": "14804",
+ "name": "Dark bow",
+ "ammo_slot": "13",
+ "weapon_type": "2",
+ "animation": "426",
+ "drop_ammo": "true",
+ "ammunition": "882,883,5616,5622,598,884,885,5617,5623,2532,886,887,5618,5624,2534,888,889,5619,5625,2536,890,891,5620,5626,2538,892,893,5621,5627,2540,11212,11227,11228,11229,11217,78,4160"
+ },
+ {
+ "itemId": "14805",
+ "name": "Dark bow",
+ "ammo_slot": "13",
+ "weapon_type": "2",
+ "animation": "426",
+ "drop_ammo": "true",
+ "ammunition": "882,883,5616,5622,598,884,885,5617,5623,2532,886,887,5618,5624,2534,888,889,5619,5625,2536,890,891,5620,5626,2538,892,893,5621,5627,2540,11212,11227,11228,11229,11217,78,4160"
+ },
+ {
+ "itemId": "14806",
+ "name": "Dark bow",
+ "ammo_slot": "13",
+ "weapon_type": "2",
+ "animation": "426",
+ "drop_ammo": "true",
+ "ammunition": "882,883,5616,5622,598,884,885,5617,5623,2532,886,887,5618,5624,2534,888,889,5619,5625,2536,890,891,5620,5626,2538,892,893,5621,5627,2540,11212,11227,11228,11229,11217,78,4160"
+ },
{
"itemId": "14192",
"name": "Bow (class 1)",
@@ -1546,41 +1609,5 @@
"animation": "426",
"drop_ammo": "true",
"ammunition": "14202,14203,14204,14205,14206"
- },
- {
- "itemId": "10149",
- "name": "Swamp lizard",
- "ammo_slot": "13",
- "weapon_type": "0",
- "animation": "5247",
- "drop_ammo": "false",
- "ammunition": "10142"
- },
- {
- "itemId": "10146",
- "name": "Orange salamander",
- "ammo_slot": "13",
- "weapon_type": "0",
- "animation": "5247",
- "drop_ammo": "false",
- "ammunition": "10143"
- },
- {
- "itemId": "10147",
- "name": "Red salamander",
- "ammo_slot": "13",
- "weapon_type": "0",
- "animation": "5247",
- "drop_ammo": "false",
- "ammunition": "10144"
- },
- {
- "itemId": "10148",
- "name": "Black salamander",
- "ammo_slot": "13",
- "weapon_type": "0",
- "animation": "5247",
- "drop_ammo": "false",
- "ammunition": "10145"
}
]
diff --git a/Server/data/configs/shared_tables/ASDT.xml b/Server/data/configs/shared_tables/ASDT.xml
deleted file mode 100644
index bc11f62de..000000000
--- a/Server/data/configs/shared_tables/ASDT.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Server/data/configs/shared_tables/CELEDT.xml b/Server/data/configs/shared_tables/CELEDT.xml
deleted file mode 100644
index e7d8bc57d..000000000
--- a/Server/data/configs/shared_tables/CELEDT.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Server/data/configs/shared_tables/GDT.xml b/Server/data/configs/shared_tables/GDT.xml
deleted file mode 100644
index e10dd5bd2..000000000
--- a/Server/data/configs/shared_tables/GDT.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Server/data/configs/shared_tables/HDT.xml b/Server/data/configs/shared_tables/HDT.xml
deleted file mode 100644
index d8f0223c5..000000000
--- a/Server/data/configs/shared_tables/HDT.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Server/data/configs/shared_tables/RSDT.xml b/Server/data/configs/shared_tables/RSDT.xml
deleted file mode 100644
index 58bf5ad32..000000000
--- a/Server/data/configs/shared_tables/RSDT.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Server/data/configs/shared_tables/USDT.xml b/Server/data/configs/shared_tables/USDT.xml
deleted file mode 100644
index 105e7428c..000000000
--- a/Server/data/configs/shared_tables/USDT.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json
index 2f285314c..39f14cafa 100644
--- a/Server/data/configs/shops.json
+++ b/Server/data/configs/shops.json
@@ -45,13 +45,22 @@
"stock": "{1931,30,100}-{1935,30,100}-{1735,10,100}-{1925,10,100}-{1923,10,100}-{1887,10,100}-{590,10,100}-{1755,10,100}-{2347,10,100}-{550,10,100}-{9003,10,100}"
},
{
- "npcs": "590,591",
+ "npcs": "590",
"high_alch": "0",
"currency": "995",
"general_store": "true",
"id": "6",
- "title": "Aemad's Adventuring Supplies",
- "stock": "{227,10,100}-{1265,10,100}-{1349,10,100}-{2142,10,100}-{590,10,100}-{1759,100,100}-{882,1000,100}-{954,10,100}-{970,10,100}-{946,10,100}-{1935,10,100}"
+ "title": "Aemad's Adventuring Supplies Store",
+ "stock": "{227,300,100}-{1265,10,100}-{1349,10,100}-{2142,10,100}-{590,10,100}-{1759,100,100}-{882,1000,100}-{954,10,100}-{970,10,100}-{946,10,100}-{1935,10,100}"
+ },
+ {
+ "npcs": "591",
+ "high_alch": "0",
+ "currency": "995",
+ "general_store": "true",
+ "id": "7",
+ "title": "Kortan General Store",
+ "stock": "{1931,30,100}-{1935,30,100}-{1735,10,100}-{1925,10,100}-{1923,10,100}-{1887,10,100}-{590,10,100}-{1755,10,100}-{2347,10,100}-{550,10,100}-{9003,10,100}"
},
{
"npcs": "971",
@@ -177,7 +186,7 @@
"general_store": "true",
"id": "21",
"title": "Gunslik's Assorted Items",
- "stock": "{1935,10,100}-{1925,30,100}-{590,10,100}-{1755,10,100}-{2347,10,100}-{36,10,100}-{596,10,100}-{973,10,100}-{1059,10,100}-{229,300,100}-{233,10,100}-{954,10,100}"
+ "stock": "{1931,30,100}-{1935,30,100}-{1735,10,100}-{1925,10,100}-{1923,10,100}-{1887,10,100}-{590,10,100}-{1755,10,100}-{2347,10,100}-{550,10,100}-{9003,10,100}"
},
{
"npcs": "1334",
@@ -510,7 +519,7 @@
"general_store": "false",
"id": "59",
"title": "Fancy Clothes Store",
- "stock": "{1949,0,100}-{579,10,100}-{1023,10,100}-{958,10,100}-{948,10,100}-{1733,10,100}-{1734,1000,100}-{1059,30,100}-{1061,10,100}-{428,10,100}-{426,10,100}-{1757,10,100}-{1013,10,100}-{1015,10,100}-{1011,10,100}-{1007,10,100}-{1025,10,100}-{10088,0,100}-{10090,0,100}-{10091,0,100}-{10089,0,100}-{10087,0,100}-{11525,0,100}"
+ "stock": "{1949,10,100}-{958,10,100}-{948,10,100}-{1733,10,100}-{1734,1000,100}-{1059,30,100}-{1061,10,100}-{1757,10,100}-{1013,10,100}-{1025,10,100}-{10088,0,100}-{10090,0,100}-{10091,0,100}-{10089,0,100}-{10087,0,100}-{11525,0,100}"
},
{
"npcs": "548",
@@ -564,7 +573,7 @@
"general_store": "false",
"id": "65",
"title": "Dodgy Mikes Second-hand Clothing",
- "stock": "{7114,10,100}-{7122,10,100}-{7128,10,100}-{7134,10,100}-{7110,10,100}-{7126,10,100}-{7132,10,100}-{7138,10,100}-{7116,10,100}-{7124,10,100}-{7130,10,100}-{7112,10,100}-{7136,10,100}"
+ "stock": "{7114,10,100}"
},
{
"npcs": "2161",
@@ -1103,7 +1112,7 @@
"currency": "995",
"general_store": "false",
"id": "126",
- "title": "Pickaxe-Is-Mine",
+ "title": "Pickaxe-is-mine",
"stock": "{1265,10,100}-{1269,10,100}-{1273,10,100}-{1271,10,100}-{1275,10,100}"
},
{
@@ -1242,13 +1251,13 @@
"stock": "{12204,10,100}-{12207,10,100}-{12210,10,100}-{12213,10,100}-{12216,10,100}-{12219,10,100}-{12222,10,100}-{12183,125000,100}-{12155,5000,100}"
},
{
- "npcs": "4472",
+ "npcs": "6996",
"high_alch": "0",
"currency": "995",
"general_store": "false",
"id": "142",
"title": "Bogrog's Summoning Shop",
- "stock": "{12204,10,100}-{12207,10,100}-{12210,0,100}-{12213,0,100}-{12216,0,100}-{12219,0,100}-{12222,0,100}-{12183,65000,100}-{12155,5000,100}"
+ "stock": "{12204,10,100}-{12207,10,100}-{12210,10,100}-{12213,10,100}-{12216,10,100}-{12219,10,100}-{12222,10,100}-{12183,125000,100}-{12155,5000,100}"
},
{
"npcs": "3671",
@@ -1257,7 +1266,7 @@
"general_store": "false",
"id": "143",
"title": "Fortunato's Fine Wine",
- "stock": "{1993,10,100}-{7810,10,100}-{7919,10,100}-{1935,10,100}"
+ "stock": "{1993,10,100}-{1937,10,100}-{7919,10,100}-{1935,10,100}"
},
{
"npcs": "558",
@@ -1467,7 +1476,7 @@
"stock": "{8794,10,100}-{8790,300,100}-{4819,300,100}-{4820,300,100}-{1539,300,100}"
},
{
- "npcs": "1079,1357,1358",
+ "npcs": "1079",
"high_alch": "0",
"currency": "995",
"general_store": "false",
@@ -1653,7 +1662,7 @@
"general_store": "false",
"id": "187",
"title": "William's Wilderness Cape Shop",
- "stock": "{4315,100,100}-{4335,100,100}-{4355,100,100}-{4375,100,100}-{4395,100,100}"
+ "stock": "{4315,100,100}-{4335,100,100}-{4375,100,100}-{4395,100,100}"
},
{
"npcs": "1779",
@@ -1833,7 +1842,7 @@
"general_store": "false",
"id": "216",
"title": "Ore Store",
- "stock": "{436,10,100}-{438,10,100}-{440,0,100}-{442,0,100}-{453,0,100}-{444,0,100}-{447,0,100}-{449,0,100}"
+ "stock": "{436,20,100}-{438,10,100}-{440,10,100}-{442,5,100}-{453,10,100}-{444,5,100}-{447,0,100}-{449,0,100}"
},
{
"npcs": "596",
@@ -1882,13 +1891,12 @@
},
{
"npcs": "2564",
- "force_shared": "true",
"high_alch": "0",
"currency": "995",
"general_store": "false",
"id": "222",
"title": "Ore Shop\b",
- "stock": "{436,0,0}-{438,0,0}-{440,0,0}-{442,0,0}-{444,0,0}-{447,0,0}-{453,0,0}"
+ "stock": "{436,1500,100}-{438,1500,100}-{440,1500,100}-{442,1500,100}-{444,1500,100}-{447,1500,100}-{453,1500,100}"
},
{
"npcs": "603",
@@ -2168,32 +2176,5 @@
"id": "254",
"title": "Gabooty's Tai Bwo Wannai Drinky Store",
"stock": "{2084,0,100}-{2092,0,100}-{2048,0,100}-{2054,0,100}-{2064,0,100}-{2074,0,100}"
- },
- {
- "npcs": "1526",
- "high_alch": "0",
- "currency": "4067",
- "general_store": "false",
- "id": "255",
- "title": "Castle Wars Ticket Exchange",
- "stock": "{4068,1,100}-{4069,1,100}-{4070,1,100}-{4071,1,100}-{4072,1,100}-{4503,1,100}-{4504,1,100}-{4505,1,100}-{4506,1,100}-{4507,1,100}-{4508,1,100}-{4509,1,100}-{4510,1,100}-{4511,1,100}-{4512,1,100}-{4513,1,100}-{4514,1,100}-{4515,1,100}-{4516,1,100}"
- },
- {
- "npcs": "5111",
- "high_alch": "0",
- "currency": "995",
- "general_store": "false",
- "id": "256",
- "title": "Leon's Prototype Crossbow",
- "stock": "{10156,2,100}"
- },
- {
- "npcs": "2039",
- "high_alch": "0",
- "currency": "995",
- "general_store": "false",
- "id": "256",
- "title": "Uglug's Stuffsies",
- "stock": "{4844,100,10}-{10927,0,100}-{2862,100,100}-{1777,10,200}-{2876,0,500}-{2878,10,100}-{4850,0,100}-{946,5,100}-{4773,0,1000}-{4778,0,1000}-{4783,0,1000}-{4788,0,1500}-{4793,0,2000}-{4798,0,3000}-{4803,0,4000}-{4827,0,2000}"
}
]
\ No newline at end of file
diff --git a/Server/data/configs/xteas.json b/Server/data/configs/xteas.json
index 5b8de21a7..e8b3049ed 100644
--- a/Server/data/configs/xteas.json
+++ b/Server/data/configs/xteas.json
@@ -1,5 +1,17 @@
{
"xteas": [
+ {
+ "regionId": "6230",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6231",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6232",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "6234",
"keys": "-1591922206,-1429764510,-1087339341,1592935185"
@@ -13,8 +25,16 @@
"keys": "779607549,1253385498,-2146148208,-1240685073"
},
{
- "regionId": "6483",
- "keys": "14881828,-6662814,58238456,146761213"
+ "regionId": "6484",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6485",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6486",
+ "keys": "0,0,0,0"
},
{
"regionId": "6487",
@@ -40,10 +60,50 @@
"regionId": "6726",
"keys": "-3492110,65044555,1450623668,-483811536"
},
+ {
+ "regionId": "6732",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6733",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6734",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6735",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6736",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6737",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6738",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6739",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6740",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "6741",
"keys": "-1634995791,710519356,-47126463,-1180416882"
},
+ {
+ "regionId": "6742",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "6743",
"keys": "-1239303400,-1604922847,-1532369005,982307785"
@@ -57,13 +117,33 @@
"keys": "365190378,-1767339898,2011432030,276148826"
},
{
- "regionId": "6985",
- "keys": "1193572731,-1288765743,-386862979,351599890"
+ "regionId": "6746",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6979",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6980",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6981",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6988",
+ "keys": "0,0,0,0"
},
{
"regionId": "6989",
"keys": "-891749173,-113432144,-1228601828,695082558"
},
+ {
+ "regionId": "6990",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "6991",
"keys": "-1448188175,626198836,1985989165,-1062391664"
@@ -84,14 +164,46 @@
"regionId": "6995",
"keys": "-1227889203,-199624313,2143494494,531356102"
},
+ {
+ "regionId": "6996",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6997",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6998",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "6999",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7000",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7001",
"keys": "170738852,2045755396,-1580637869,-1933392334"
},
+ {
+ "regionId": "7002",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7235",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7236",
"keys": "570290255,-1513898184,-1269691884,782850050"
},
+ {
+ "regionId": "7237",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7238",
"keys": "-853120516,1697831503,-12188711,770411534"
@@ -100,6 +212,14 @@
"regionId": "7244",
"keys": "796665731,1335649913,758227393,585095755"
},
+ {
+ "regionId": "7245",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7246",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7247",
"keys": "-122734679,-1029771956,1633683499,846700218"
@@ -116,10 +236,30 @@
"regionId": "7250",
"keys": "497663526,-1258315657,-785166329,-999527877"
},
+ {
+ "regionId": "7251",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7252",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7490",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7491",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7492",
"keys": "417150556,1135530200,2139696777,-742314409"
},
+ {
+ "regionId": "7493",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7494",
"keys": "-1653750072,103282771,384178856,1122166637"
@@ -128,9 +268,17 @@
"regionId": "7496",
"keys": "-1890766195,-149577199,919306397,-954784877"
},
+ {
+ "regionId": "7497",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7498",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7499",
- "keys": "-2007696984,-1215288615,-1572330641,-2125382604"
+ "keys": "1187151706,718898064,1304406549,-1997198061"
},
{
"regionId": "7500",
@@ -156,6 +304,10 @@
"regionId": "7505",
"keys": "-1177354806,-1864641630,23736540,750869235"
},
+ {
+ "regionId": "7506",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7507",
"keys": "-1476331852,1093075535,-2003580146,734573751"
@@ -172,10 +324,6 @@
"regionId": "7510",
"keys": "2073894230,-553352720,274325814,-1461052837"
},
- {
- "regionId": "7511",
- "keys": "14881828,-6662814,58238456,146761213"
- },
{
"regionId": "7513",
"keys": "1066375195,548376104,-1771348528,1096433429"
@@ -184,6 +332,10 @@
"regionId": "7745",
"keys": "1212560091,-662504525,-1213494614,-1245629284"
},
+ {
+ "regionId": "7747",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7748",
"keys": "-850453392,-249468744,1635462867,100471784"
@@ -192,6 +344,10 @@
"regionId": "7749",
"keys": "369356966,-1038198212,282112206,802717032"
},
+ {
+ "regionId": "7750",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7752",
"keys": "1894158557,20416613,-1434347651,-1209846311"
@@ -228,14 +384,46 @@
"regionId": "7760",
"keys": "2042192998,743878512,-1804236758,-1160501924"
},
+ {
+ "regionId": "7761",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7762",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7763",
"keys": "14881828,-6662814,58238456,146761213"
},
+ {
+ "regionId": "7764",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7765",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "7769",
"keys": "560280774,910095015,871073102,263015376"
},
+ {
+ "regionId": "7995",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7996",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7997",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "7998",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8001",
"keys": "690512367,1578449236,-1443501555,546253393"
@@ -244,6 +432,10 @@
"regionId": "8002",
"keys": "1597309277,469931771,1619035792,663887748"
},
+ {
+ "regionId": "8003",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8004",
"keys": "609107948,-755432209,-723012522,1175820911"
@@ -288,14 +480,26 @@
"regionId": "8015",
"keys": "305015825,-634097708,865786116,-1850059578"
},
+ {
+ "regionId": "8016",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8017",
"keys": "959968310,-363819769,-1402232275,-1678358818"
},
+ {
+ "regionId": "8018",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8019",
"keys": "-1512999074,1064201012,2143076355,-1937376726"
},
+ {
+ "regionId": "8020",
+ "keys": "-955989323,1284433026,690014510,2145912092"
+ },
{
"regionId": "8021",
"keys": "-297039986,-1011877372,-1763869337,-900998253"
@@ -316,14 +520,6 @@
"regionId": "8241",
"keys": "-320813650,-1654452876,-352291520,-290946896"
},
- {
- "regionId": "8242",
- "keys": "347990635,-1017326068,-1600504696,1565374916"
- },
- {
- "regionId": "8243",
- "keys": "-107199068,-843304946,910528064,-626516712"
- },
{
"regionId": "8251",
"keys": "1142567601,1650263019,49659607,-899246535"
@@ -348,10 +544,6 @@
"regionId": "8260",
"keys": "-357122149,-546918388,1659548066,2023267334"
},
- {
- "regionId": "8261",
- "keys": "14881828,-6662814,58238456,146761213"
- },
{
"regionId": "8262",
"keys": "937196178,1968517712,1697292009,-2036678778"
@@ -376,6 +568,10 @@
"regionId": "8267",
"keys": "-474856962,-1295973639,789657650,-1769058462"
},
+ {
+ "regionId": "8268",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8269",
"keys": "-497435078,2028988145,486156819,-1178938803"
@@ -397,8 +593,20 @@
"keys": "978831670,664328414,1943273766,-1823800887"
},
{
- "regionId": "8280",
- "keys": "-1615836970,1947387796,2141672540,-333423400"
+ "regionId": "8274",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "8275",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "8276",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "8277",
+ "keys": "0,0,0,0"
},
{
"regionId": "8282",
@@ -420,6 +628,10 @@
"regionId": "8499",
"keys": "1158999293,2131770333,-861122128,1149793504"
},
+ {
+ "regionId": "8500",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8506",
"keys": "-1227747958,1491928866,1293676120,2065870654"
@@ -496,14 +708,30 @@
"regionId": "8530",
"keys": "-1466808210,962381183,-1581244207,-457271917"
},
+ {
+ "regionId": "8531",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8532",
"keys": "1553260654,1996107908,-2124357970,1441816370"
},
+ {
+ "regionId": "8533",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8534",
"keys": "1712031920,299813553,484205392,-939092911"
},
+ {
+ "regionId": "8545",
+ "keys": "1322297584,105544016,-1148309508,-574484176"
+ },
+ {
+ "regionId": "8751",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8752",
"keys": "238354066,1687454525,1494747147,1911377137"
@@ -520,6 +748,22 @@
"regionId": "8755",
"keys": "-1165798584,772244190,-402783978,541755309"
},
+ {
+ "regionId": "8756",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "8757",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "8759",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "8760",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8761",
"keys": "1760753095,-1427813077,266675077,-255782653"
@@ -544,14 +788,6 @@
"regionId": "8766",
"keys": "1244410566,-1397143615,-1848205088,-1435723900"
},
- {
- "regionId": "8767",
- "keys": "-368125809,-1805271492,-400403765,697149536"
- },
- {
- "regionId": "8768",
- "keys": "-517024281,-1363386333,227729042,-1950025355"
- },
{
"regionId": "8769",
"keys": "2044453226,-2064473213,1306128347,784973817"
@@ -588,6 +824,10 @@
"regionId": "8779",
"keys": "-1680845199,-1149954104,-1177525481,-576614197"
},
+ {
+ "regionId": "8780",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8781",
"keys": "-2133721491,843228961,1706232103,-934369964"
@@ -608,14 +848,34 @@
"regionId": "8785",
"keys": "1543774040,-487517297,-1630373503,102220753"
},
+ {
+ "regionId": "8786",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8787",
"keys": "1791798624,-1711313280,166719404,-1487207913"
},
+ {
+ "regionId": "8788",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "8789",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "8790",
"keys": "230755787,-1139640838,-21592892,49661984"
},
+ {
+ "regionId": "9006",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9007",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9008",
"keys": "2084752401,-1394447522,2084945842,1474596929"
@@ -636,6 +896,18 @@
"regionId": "9012",
"keys": "1204696185,-486414605,-1016110497,134649113"
},
+ {
+ "regionId": "9013",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9014",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9015",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9016",
"keys": "-1274221467,730617286,-1448054569,427043430"
@@ -660,14 +932,6 @@
"regionId": "9021",
"keys": "-665917952,-432697139,-602494723,-2097936281"
},
- {
- "regionId": "9022",
- "keys": "1910381678,352194237,836248,347278834"
- },
- {
- "regionId": "9024",
- "keys": "-785865296,-520648067,-1207176889,-441641818"
- },
{
"regionId": "9025",
"keys": "1812159970,1795526437,1172074678,289074337"
@@ -696,10 +960,34 @@
"regionId": "9035",
"keys": "1525685385,1372975156,-2010144170,-1594192581"
},
+ {
+ "regionId": "9036",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9037",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9038",
"keys": "-473165893,2110570897,-1726275929,806180444"
},
+ {
+ "regionId": "9040",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9041",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9042",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9043",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9044",
"keys": "1541894861,-2145670115,-138793212,-921922364"
@@ -724,6 +1012,18 @@
"regionId": "9050",
"keys": "-1725663967,1678055280,1100896300,706957861"
},
+ {
+ "regionId": "9109",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9110",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9111",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9113",
"keys": "-570298090,-864625293,-668545435,8389096"
@@ -732,6 +1032,18 @@
"regionId": "9114",
"keys": "-962790446,-1706163576,82969599,310163719"
},
+ {
+ "regionId": "9120",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9121",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9122",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9262",
"keys": "-1327237404,-257519940,-1398355053,-970581711"
@@ -797,21 +1109,21 @@
"keys": "272801923,1797149371,-131972865,1265002008"
},
{
- "regionId": "9278",
- "keys": "-1782196006,1021278723,887209787,-1016997291"
+ "regionId": "9283",
+ "keys": "0,0,0,0"
},
{
- "regionId": "9279",
- "keys": "-841578670,318269186,-353500843,-932268603"
- },
- {
- "regionId": "9280",
- "keys": "727010382,181752242,1033156911,1262921484"
+ "regionId": "9284",
+ "keys": "0,0,0,0"
},
{
"regionId": "9285",
"keys": "1742241898,-1564206342,-460725435,1614032789"
},
+ {
+ "regionId": "9286",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9287",
"keys": "-272431907,639665846,-1633276264,1645937141"
@@ -828,6 +1140,14 @@
"regionId": "9290",
"keys": "702687456,43635181,-1983533012,-319469910"
},
+ {
+ "regionId": "9291",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9292",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9293",
"keys": "-810831340,-1857428683,-892017185,249052010"
@@ -840,14 +1160,30 @@
"regionId": "9295",
"keys": "224580924,-858933614,-432602901,-1433710083"
},
+ {
+ "regionId": "9296",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9297",
"keys": "-1667110403,-655319123,-2124588845,-262291671"
},
+ {
+ "regionId": "9298",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9299",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9300",
"keys": "644587156,-605721698,681391959,1688865408"
},
+ {
+ "regionId": "9301",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9304",
"keys": "14881828,-6662814,58238456,146761213"
@@ -864,6 +1200,10 @@
"regionId": "9362",
"keys": "-253025041,376209206,1663580032,1115549308"
},
+ {
+ "regionId": "9363",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9364",
"keys": "1350964684,-1141243546,-158288919,1853454502"
@@ -876,6 +1216,10 @@
"regionId": "9366",
"keys": "-1691974727,-1591730841,1506117200,822346809"
},
+ {
+ "regionId": "9367",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9368",
"keys": "-911562498,-1433720091,257702084,1652121807"
@@ -896,10 +1240,30 @@
"regionId": "9372",
"keys": "1005996231,-569567890,-1578994771,-1136932414"
},
+ {
+ "regionId": "9376",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9377",
"keys": "-1671261866,-750153286,1731026368,-1501269926"
},
+ {
+ "regionId": "9378",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9515",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9516",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9517",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9518",
"keys": "-557639005,398566091,-133936467,-850662847"
@@ -964,14 +1328,6 @@
"regionId": "9533",
"keys": "1393307887,646464303,-1582337843,2048412434"
},
- {
- "regionId": "9534",
- "keys": "-2072244370,1114739695,-1096608867,-1932870993"
- },
- {
- "regionId": "9535",
- "keys": "-1107428972,531677783,-1575581308,1343828898"
- },
{
"regionId": "9536",
"keys": "679931979,-1660801436,-1184954844,-1006016912"
@@ -988,6 +1344,10 @@
"regionId": "9541",
"keys": "1352006827,1096305726,805420370,-1426885864"
},
+ {
+ "regionId": "9542",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9543",
"keys": "1852273964,-104833248,-2069080639,-188650169"
@@ -1008,6 +1368,10 @@
"regionId": "9547",
"keys": "-1998382641,30700550,1548517068,-855708219"
},
+ {
+ "regionId": "9548",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9549",
"keys": "-1648136735,1402264941,639592027,348907048"
@@ -1028,10 +1392,22 @@
"regionId": "9553",
"keys": "-1873675730,-1930195432,759400017,-1395479956"
},
+ {
+ "regionId": "9554",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9555",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9556",
"keys": "-300312374,-1152515846,-863452271,-1500855067"
},
+ {
+ "regionId": "9557",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9558",
"keys": "1245928204,-1892089406,-1321168410,-1108146443"
@@ -1048,6 +1424,10 @@
"regionId": "9562",
"keys": "-1047298777,1197811918,663745433,-2098029011"
},
+ {
+ "regionId": "9619",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9620",
"keys": "1941157140,-1630547377,-1114648519,87057467"
@@ -1076,6 +1456,18 @@
"regionId": "9626",
"keys": "-1411729186,1049744836,-1608961973,-1681145313"
},
+ {
+ "regionId": "9627",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9629",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9630",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9631",
"keys": "1266963397,269916041,734658458,725243574"
@@ -1084,6 +1476,18 @@
"regionId": "9632",
"keys": "1023657558,-2001662423,-46679010,2064543607"
},
+ {
+ "regionId": "9633",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9634",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9771",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9772",
"keys": "-1742165439,-1273697376,2055229018,901215817"
@@ -1156,10 +1560,6 @@
"regionId": "9789",
"keys": "-620749099,528872615,1976629038,667155751"
},
- {
- "regionId": "9791",
- "keys": "-2105683947,1913166182,-1697741730,-25818496"
- },
{
"regionId": "9792",
"keys": "1500471532,1729075639,-304984137,1117230148"
@@ -1168,6 +1568,10 @@
"regionId": "9794",
"keys": "1788083183,2097372895,1633476682,-589223611"
},
+ {
+ "regionId": "9795",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9796",
"keys": "517509106,-2019799796,1066150754,-676371780"
@@ -1176,6 +1580,10 @@
"regionId": "9797",
"keys": "672333395,-284721288,262558790,-344798491"
},
+ {
+ "regionId": "9798",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9799",
"keys": "181886191,758691911,810524169,1456599388"
@@ -1208,6 +1616,10 @@
"regionId": "9806",
"keys": "368995667,940146211,957819918,-761335591"
},
+ {
+ "regionId": "9807",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9808",
"keys": "308766586,-214665927,-1255727041,-1034716346"
@@ -1228,6 +1640,10 @@
"regionId": "9812",
"keys": "50571970,-1762921782,-1667424270,524742325"
},
+ {
+ "regionId": "9813",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9814",
"keys": "-34428628,1940609264,-1638642159,-295486604"
@@ -1272,14 +1688,38 @@
"regionId": "9883",
"keys": "472234846,1198089044,500187071,239458328"
},
+ {
+ "regionId": "9884",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9885",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "9886",
"keys": "1515209815,-1457146379,-146402808,-1454274033"
},
+ {
+ "regionId": "9887",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9888",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "9889",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10027",
"keys": "1491811841,1724263915,-1397066186,1733646819"
},
+ {
+ "regionId": "10028",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10029",
"keys": "203145796,-773666188,-569831878,-1510455793"
@@ -1304,6 +1744,10 @@
"regionId": "10034",
"keys": "-1435464304,-836439389,-788586899,1579582706"
},
+ {
+ "regionId": "10035",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10036",
"keys": "689954852,-1377739344,-847433475,-1883927289"
@@ -1344,18 +1788,26 @@
"regionId": "10045",
"keys": "-1429464298,1580360509,-1936477065,-337842786"
},
- {
- "regionId": "10046",
- "keys": "1579643227,-1819574910,1035634488,-1469908551"
- },
- {
- "regionId": "10047",
- "keys": "1248461784,913422340,-928862457,-1858877253"
- },
{
"regionId": "10048",
"keys": "-1457016886,349941309,-400267403,-1711584223"
},
+ {
+ "regionId": "10051",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10052",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10053",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10054",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10055",
"keys": "-813287484,-1417786621,-1794468339,578992617"
@@ -1376,6 +1828,10 @@
"regionId": "10059",
"keys": "1185163869,-1047826729,-1461057337,139139001"
},
+ {
+ "regionId": "10060",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10061",
"keys": "1683880127,1851133137,-567572662,-1477799312"
@@ -1384,6 +1840,10 @@
"regionId": "10062",
"keys": "2024717410,-1807032706,1106507805,1426160484"
},
+ {
+ "regionId": "10063",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10064",
"keys": "1978019309,1433546802,-1989346624,-1611361553"
@@ -1396,6 +1856,10 @@
"regionId": "10066",
"keys": "105954939,-1741244981,-1491777272,207112205"
},
+ {
+ "regionId": "10067",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10068",
"keys": "-452138979,-1929816521,364996963,-1315825295"
@@ -1472,14 +1936,26 @@
"regionId": "10140",
"keys": "-104825447,-1092637213,-105814713,-2129567531"
},
+ {
+ "regionId": "10141",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10142",
"keys": "1872120942,-765842959,449655176,-1168971827"
},
+ {
+ "regionId": "10143",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10144",
"keys": "265530509,2033515489,-2022406749,-591072091"
},
+ {
+ "regionId": "10145",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10280",
"keys": "-1245893544,-118079793,-1624599660,-626968532"
@@ -1496,6 +1972,10 @@
"regionId": "10283",
"keys": "-2133080221,1327669620,173304076,-151662318"
},
+ {
+ "regionId": "10284",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10285",
"keys": "-1317120534,1321149083,-1700628824,1028203235"
@@ -1520,6 +2000,10 @@
"regionId": "10290",
"keys": "-587752684,-318735232,336724431,-1931735346"
},
+ {
+ "regionId": "10291",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10292",
"keys": "933507835,1135929795,-1932059890,1492191263"
@@ -1608,6 +2092,10 @@
"regionId": "10315",
"keys": "-1034094191,1810212216,618808107,1905492210"
},
+ {
+ "regionId": "10316",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10317",
"keys": "216403117,1910251124,144162918,224240414"
@@ -1616,6 +2104,14 @@
"regionId": "10318",
"keys": "1053988597,-2121917140,1730755899,1549334321"
},
+ {
+ "regionId": "10319",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10320",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10321",
"keys": "1996825886,-1552231723,1721080145,-869420516"
@@ -1624,10 +2120,18 @@
"regionId": "10322",
"keys": "1773602876,-1410394076,-239593243,148286798"
},
+ {
+ "regionId": "10323",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10324",
"keys": "-1670587478,-401532783,1705875521,995683837"
},
+ {
+ "regionId": "10325",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10326",
"keys": "-375687378,472100528,-288941184,523344380"
@@ -1688,10 +2192,26 @@
"regionId": "10396",
"keys": "-1878072140,1648991920,1054624070,333445417"
},
+ {
+ "regionId": "10397",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10398",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10399",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10400",
"keys": "-1656816922,1318311812,-811481661,1625916625"
},
+ {
+ "regionId": "10401",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10536",
"keys": "349537117,1202512092,-698870718,-2083455397"
@@ -1736,6 +2256,10 @@
"regionId": "10546",
"keys": "192659093,263441429,29086759,670094037"
},
+ {
+ "regionId": "10547",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10548",
"keys": "-1157394711,-1306553144,2105373539,798383108"
@@ -1792,6 +2316,10 @@
"regionId": "10564",
"keys": "1279522133,380240348,604239496,1759916207"
},
+ {
+ "regionId": "10565",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10566",
"keys": "221004409,1368318650,-1237341956,25411913"
@@ -1820,6 +2348,10 @@
"regionId": "10572",
"keys": "-1375061166,-1411427241,-294467489,-2106748278"
},
+ {
+ "regionId": "10573",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10574",
"keys": "-1609693854,991245740,148787249,-1011766477"
@@ -1828,6 +2360,10 @@
"regionId": "10575",
"keys": "434036980,-780702800,-1042242727,-354464628"
},
+ {
+ "regionId": "10576",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10577",
"keys": "824897954,-1807466644,2079017570,1299975025"
@@ -1841,8 +2377,12 @@
"keys": "-123618550,684067223,486273630,-1103816964"
},
{
- "regionId": "10583",
- "keys": "14881828,-6662814,58238456,146761213"
+ "regionId": "10580",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10637",
+ "keys": "0,0,0,0"
},
{
"regionId": "10638",
@@ -1892,6 +2432,10 @@
"regionId": "10650",
"keys": "-908578223,-911827513,1137573080,-419444146"
},
+ {
+ "regionId": "10651",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10652",
"keys": "1580722385,609745227,1407021351,1098485033"
@@ -1900,6 +2444,22 @@
"regionId": "10653",
"keys": "570189753,-1700559836,2108215671,-701775893"
},
+ {
+ "regionId": "10654",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10655",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10656",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "10657",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10792",
"keys": "-125671574,254943715,1343095705,-1965171670"
@@ -1940,6 +2500,10 @@
"regionId": "10801",
"keys": "850125851,1199386038,-1494136472,-1487577933"
},
+ {
+ "regionId": "10802",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10803",
"keys": "-1028081880,964144306,174845257,1906118817"
@@ -1992,10 +2556,6 @@
"regionId": "10815",
"keys": "2102925673,1133406202,-1885710196,165240951"
},
- {
- "regionId": "10816",
- "keys": "-1909517714,218137505,744896894,831968418"
- },
{
"regionId": "10819",
"keys": "-904401587,-2054970579,55120674,-1889562804"
@@ -2036,6 +2596,10 @@
"regionId": "10828",
"keys": "1665018619,-1607107877,-1997272567,1342325223"
},
+ {
+ "regionId": "10829",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10830",
"keys": "-608096960,58771202,1174291927,-1613596249"
@@ -2056,10 +2620,18 @@
"regionId": "10834",
"keys": "-1640569486,-512141704,-1179536382,720004469"
},
+ {
+ "regionId": "10835",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10836",
"keys": "1637505449,619992365,-1935536269,-1526242295"
},
+ {
+ "regionId": "10837",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "10838",
"keys": "1678881362,-952862831,-1804688659,-1247653912"
@@ -2156,6 +2728,10 @@
"regionId": "10911",
"keys": "948965123,-545528654,-459191491,-860302360"
},
+ {
+ "regionId": "10912",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11049",
"keys": "-621090199,-1004888612,-749707219,2052444337"
@@ -2280,14 +2856,30 @@
"regionId": "11083",
"keys": "1255503855,-674022312,-807132804,-1287799121"
},
+ {
+ "regionId": "11084",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11085",
"keys": "327229160,-1433790638,1944433240,234034136"
},
+ {
+ "regionId": "11086",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11087",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11088",
"keys": "-1943123304,1713176080,-1524844090,-445387865"
},
+ {
+ "regionId": "11089",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11090",
"keys": "2089067081,828176382,-1112393031,-1452165920"
@@ -2296,6 +2888,10 @@
"regionId": "11091",
"keys": "977844365,-245927723,99303766,-735341354"
},
+ {
+ "regionId": "11092",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11093",
"keys": "-379710910,-2088433559,1180928189,-54938349"
@@ -2360,6 +2956,14 @@
"regionId": "11158",
"keys": "160361538,733169435,1244326761,1681727551"
},
+ {
+ "regionId": "11159",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11160",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11161",
"keys": "-1713920755,1291269906,320754968,741637543"
@@ -2388,6 +2992,10 @@
"regionId": "11167",
"keys": "-1735216162,2141149053,57787230,-1263840909"
},
+ {
+ "regionId": "11168",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11305",
"keys": "-1429346525,-118378130,1002549662,1383588995"
@@ -2464,6 +3072,10 @@
"regionId": "11323",
"keys": "-1710808226,725482732,1863997544,5983834"
},
+ {
+ "regionId": "11324",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11326",
"keys": "1862093150,1696245244,1320714102,1241887579"
@@ -2480,14 +3092,30 @@
"regionId": "11332",
"keys": "-936631483,-1093055133,-161202591,-1476364681"
},
+ {
+ "regionId": "11333",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11334",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11335",
"keys": "-133492081,-915358326,-714649892,-2093709476"
},
+ {
+ "regionId": "11338",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11339",
"keys": "140118336,-1920268877,-1967576060,-1437209189"
},
+ {
+ "regionId": "11340",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11341",
"keys": "-1219163353,-1635920416,-2124217842,-1318908036"
@@ -2508,6 +3136,14 @@
"regionId": "11347",
"keys": "-122396964,-1996200666,-585000602,-863390951"
},
+ {
+ "regionId": "11348",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11349",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11350",
"keys": "-1365557009,-1350738529,-1074800707,-446118748"
@@ -2532,10 +3168,22 @@
"regionId": "11356",
"keys": "2033204014,1416145849,-1721330996,2134394884"
},
+ {
+ "regionId": "11405",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11406",
"keys": "375301159,353365492,-940259891,-223647771"
},
+ {
+ "regionId": "11407",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11408",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11409",
"keys": "1937092760,-1545935537,29954084,-1081016062"
@@ -2544,6 +3192,10 @@
"regionId": "11410",
"keys": "1509299526,-892391942,1485831814,1255407038"
},
+ {
+ "regionId": "11411",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11412",
"keys": "-1379772393,621580805,-316850307,1026773740"
@@ -2648,6 +3300,10 @@
"regionId": "11572",
"keys": "892185929,686162443,1793819023,-992991976"
},
+ {
+ "regionId": "11573",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11574",
"keys": "-1406155502,13961326,1071473330,1528558089"
@@ -2664,10 +3320,22 @@
"regionId": "11577",
"keys": "1283493672,1550135524,-1621670256,769418438"
},
+ {
+ "regionId": "11578",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11579",
"keys": "-719996638,-1831948234,494156672,1684753309"
},
+ {
+ "regionId": "11580",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11581",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11582",
"keys": "602331327,-1036793753,1702673112,-1107214996"
@@ -2692,10 +3360,18 @@
"regionId": "11589",
"keys": "39678032,469576041,-1878694956,-1720799345"
},
+ {
+ "regionId": "11590",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11591",
"keys": "1300749474,-912770362,-1665451776,480747745"
},
+ {
+ "regionId": "11592",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11593",
"keys": "14881828,-6662814,58238456,146761213"
@@ -2708,14 +3384,26 @@
"regionId": "11595",
"keys": "-1497259084,-1208341848,874209282,-1950133061"
},
+ {
+ "regionId": "11596",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11597",
"keys": "-824244627,-1750674106,-2032396270,-451550546"
},
+ {
+ "regionId": "11598",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11599",
"keys": "-1124938025,110281395,-1121479364,68953473"
},
+ {
+ "regionId": "11600",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11601",
"keys": "722657934,1495340205,-437272583,-1331954618"
@@ -2728,6 +3416,10 @@
"regionId": "11603",
"keys": "-254635141,-1757221941,-2072225761,-752948578"
},
+ {
+ "regionId": "11604",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11605",
"keys": "57037316,1119657363,2040370510,801474589"
@@ -2736,6 +3428,10 @@
"regionId": "11606",
"keys": "-1790275662,-1050505330,-1496410655,679769180"
},
+ {
+ "regionId": "11607",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11608",
"keys": "248039728,1861834308,1335200688,317723667"
@@ -2744,6 +3440,10 @@
"regionId": "11609",
"keys": "-1581925228,-215021003,-1695323698,-1853661356"
},
+ {
+ "regionId": "11610",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11612",
"keys": "-1751954695,954770889,-337304771,986015401"
@@ -2848,6 +3548,14 @@
"regionId": "11824",
"keys": "-1116727390,-659788658,307002260,354360287"
},
+ {
+ "regionId": "11825",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11826",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11827",
"keys": "379001889,1835230493,1861106702,338991847"
@@ -2908,10 +3616,42 @@
"regionId": "11844",
"keys": "46502425,-1301719099,-1597781617,1434487073"
},
+ {
+ "regionId": "11845",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11846",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11847",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11848",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11849",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11850",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11851",
"keys": "-516358140,791692293,-1663509747,1243508195"
},
+ {
+ "regionId": "11852",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11853",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11854",
"keys": "311566497,-486013229,1351929142,744327317"
@@ -2920,10 +3660,30 @@
"regionId": "11855",
"keys": "770787544,-1305958539,670684335,208100825"
},
+ {
+ "regionId": "11856",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11857",
"keys": "150488681,419659968,-1871963555,1031596369"
},
+ {
+ "regionId": "11858",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11859",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11860",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11861",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11862",
"keys": "2071521092,797384499,364423664,-1286422461"
@@ -2968,6 +3728,10 @@
"regionId": "11926",
"keys": "-501586879,235710413,-1122707717,-354940885"
},
+ {
+ "regionId": "11927",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11928",
"keys": "-445378710,-788377286,1363332226,627739779"
@@ -2980,6 +3744,18 @@
"regionId": "11930",
"keys": "1436132147,-902725534,590285278,2018675988"
},
+ {
+ "regionId": "11931",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11932",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "11933",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11934",
"keys": "-854127330,1609124159,-999989310,-734721734"
@@ -2988,10 +3764,22 @@
"regionId": "11935",
"keys": "-1453725493,-1575973068,1979334907,1130399929"
},
+ {
+ "regionId": "11936",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "11937",
"keys": "-1518927827,1819850502,-992647105,299958470"
},
+ {
+ "regionId": "11938",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12073",
+ "keys": "-882281631,257910959,1642484329,-1342807140"
+ },
{
"regionId": "12076",
"keys": "193939514,-115011236,-1406304015,-1626342231"
@@ -3072,10 +3860,26 @@
"regionId": "12097",
"keys": "-862465947,2109948185,583246321,-850147469"
},
+ {
+ "regionId": "12098",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12099",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12100",
"keys": "1852910519,712916664,1670787779,1294835477"
},
+ {
+ "regionId": "12101",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12102",
+ "keys": "14881828,-6662814,58238456,146761213"
+ },
{
"regionId": "12105",
"keys": "1153497516,-449169462,-635419798,-1471828315"
@@ -3104,6 +3908,10 @@
"regionId": "12111",
"keys": "-746445771,1759120362,1253848335,1433199232"
},
+ {
+ "regionId": "12112",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12113",
"keys": "-1749952613,1569535680,1900425482,-1993748284"
@@ -3112,6 +3920,10 @@
"regionId": "12115",
"keys": "2146362785,1996258091,-613445101,539756591"
},
+ {
+ "regionId": "12116",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12117",
"keys": "-97063310,1962833557,-849078816,-1560293275"
@@ -3148,6 +3960,10 @@
"regionId": "12182",
"keys": "-499997333,1910872683,-234510566,-361238419"
},
+ {
+ "regionId": "12183",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12184",
"keys": "-1993918550,1977224805,-1048356116,-1578331413"
@@ -3160,6 +3976,10 @@
"regionId": "12186",
"keys": "-259674875,-949495016,1835821953,1740556829"
},
+ {
+ "regionId": "12187",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12188",
"keys": "22801476,-1237575758,2139201694,-163382547"
@@ -3168,10 +3988,26 @@
"regionId": "12189",
"keys": "-626419958,-861781849,-400257621,465575053"
},
+ {
+ "regionId": "12191",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12192",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12193",
"keys": "1013552068,-364826455,4137749,729786125"
},
+ {
+ "regionId": "12194",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12332",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12333",
"keys": "372281878,-809369100,-1989039261,-980074402"
@@ -3260,18 +4096,54 @@
"regionId": "12356",
"keys": "-1201681208,106398334,-2123418385,1010672418"
},
+ {
+ "regionId": "12362",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12363",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12364",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12365",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12366",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12367",
"keys": "-2006617355,-1390093250,-1950318553,1842364433"
},
+ {
+ "regionId": "12368",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12369",
"keys": "-891954120,1710352781,-1883639556,-1461026236"
},
+ {
+ "regionId": "12372",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12373",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12374",
"keys": "1620519366,-1309341299,68411383,1308746010"
},
+ {
+ "regionId": "12375",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12376",
"keys": "1918934265,1530066885,-1991367516,1783839145"
@@ -3316,10 +4188,38 @@
"regionId": "12442",
"keys": "1883167946,191149821,-1270401415,-126025128"
},
+ {
+ "regionId": "12443",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12444",
"keys": "1576354846,-1768236409,821965805,-861456742"
},
+ {
+ "regionId": "12447",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12448",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12449",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12450",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12587",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12588",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12589",
"keys": "1981659006,1591583400,1958084245,667979721"
@@ -3408,6 +4308,10 @@
"regionId": "12614",
"keys": "1621048325,1179863793,357058137,-1896311701"
},
+ {
+ "regionId": "12615",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12616",
"keys": "1951523008,-2131232747,-381301931,2007660709"
@@ -3420,14 +4324,26 @@
"regionId": "12619",
"keys": "1922733696,773456556,-1923866275,-1305839916"
},
+ {
+ "regionId": "12620",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12621",
"keys": "1619333755,-1869146576,77302288,-937694202"
},
+ {
+ "regionId": "12622",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12623",
"keys": "-369583241,545715110,-134871454,1404138108"
},
+ {
+ "regionId": "12624",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12625",
"keys": "-260562230,1208275247,436993278,30028881"
@@ -3448,6 +4364,18 @@
"regionId": "12631",
"keys": "693308333,-269450306,-924437218,309489139"
},
+ {
+ "regionId": "12632",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12633",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12634",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12688",
"keys": "1861636222,1638403446,-649444098,2131977195"
@@ -3464,6 +4392,10 @@
"regionId": "12691",
"keys": "-998717750,-178246764,973015517,-1732934591"
},
+ {
+ "regionId": "12692",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12693",
"keys": "1339198001,799729854,-750687990,1703141753"
@@ -3472,6 +4404,10 @@
"regionId": "12694",
"keys": "631068451,-510806123,2026757696,207332608"
},
+ {
+ "regionId": "12695",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12696",
"keys": "690970369,-466418236,-666391415,1091047140"
@@ -3492,6 +4428,10 @@
"regionId": "12700",
"keys": "-1802430094,1220107446,-1897971895,-1437873968"
},
+ {
+ "regionId": "12842",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12843",
"keys": "-203885401,22803731,234561826,140244374"
@@ -3520,6 +4460,22 @@
"regionId": "12849",
"keys": "183396243,-461663209,-212681663,-266126212"
},
+ {
+ "regionId": "12850",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12851",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12852",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12853",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "12854",
"keys": "-648789394,672092351,713515997,1153393095"
@@ -3569,12 +4525,24 @@
"keys": "1462732309,395803116,803023666,-1139113006"
},
{
- "regionId": "12869",
- "keys": "14881828,-6662814,58238456,146761213"
+ "regionId": "12874",
+ "keys": "0,0,0,0"
},
{
- "regionId": "12870",
- "keys": "14881828,-6662814,58238456,146761213"
+ "regionId": "12875",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12876",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12877",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "12878",
+ "keys": "0,0,0,0"
},
{
"regionId": "12879",
@@ -3652,6 +4620,10 @@
"regionId": "12956",
"keys": "-1383918319,-1190517730,-1037058957,534994622"
},
+ {
+ "regionId": "13098",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13099",
"keys": "919393388,-1011543647,454982828,-809340931"
@@ -3676,6 +4648,14 @@
"regionId": "13104",
"keys": "-421493992,1381068261,1710426242,2142500778"
},
+ {
+ "regionId": "13105",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13106",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13107",
"keys": "-1161498786,-880845643,1588242926,2124040528"
@@ -3736,21 +4716,33 @@
"regionId": "13126",
"keys": "1732039952,536833573,-81136437,1031070663"
},
+ {
+ "regionId": "13130",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13131",
"keys": "-1234145533,479347649,1835828804,1685593501"
},
+ {
+ "regionId": "13132",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13133",
"keys": "-1026003062,917176839,-84576515,-1037395862"
},
+ {
+ "regionId": "13134",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13135",
"keys": "425723212,580084357,1788364975,1608414630"
},
{
- "regionId": "13138",
- "keys": "14881828,-6662814,58238456,146761213"
+ "regionId": "13136",
+ "keys": "0,0,0,0"
},
{
"regionId": "13140",
@@ -3788,6 +4780,10 @@
"regionId": "13203",
"keys": "-1342258113,-2106603709,395365404,-973258459"
},
+ {
+ "regionId": "13204",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13205",
"keys": "1250202258,-2009534633,1981493488,10068968"
@@ -3796,6 +4792,14 @@
"regionId": "13206",
"keys": "1456157358,1036496685,-1478577110,-1039552689"
},
+ {
+ "regionId": "13207",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13208",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13209",
"keys": "-441828435,-1834839387,-1652863357,1161715526"
@@ -3905,8 +4909,24 @@
"keys": "50769406,1445159687,1657343198,-1977600563"
},
{
- "regionId": "13393",
- "keys": "14881828,-6662814,58238456,146761213"
+ "regionId": "13388",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13389",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13397",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13398",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13399",
+ "keys": "0,0,0,0"
},
{
"regionId": "13456",
@@ -3952,6 +4972,10 @@
"regionId": "13466",
"keys": "-460228398,-76181685,2062962515,1167974062"
},
+ {
+ "regionId": "13467",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13610",
"keys": "-1259340500,2094890289,-1255134464,1578867778"
@@ -4000,6 +5024,10 @@
"regionId": "13621",
"keys": "-1291167236,-1205011126,-1949699235,1530879202"
},
+ {
+ "regionId": "13622",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13623",
"keys": "-1700397822,-1427942931,1638091118,438962861"
@@ -4044,6 +5072,10 @@
"regionId": "13643",
"keys": "1113875885,-236852397,193142585,-854043613"
},
+ {
+ "regionId": "13644",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13650",
"keys": "-1281992532,-252178835,-207196406,32900092"
@@ -4056,6 +5088,10 @@
"regionId": "13713",
"keys": "676853493,-1887443315,-998811191,1947183065"
},
+ {
+ "regionId": "13715",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13716",
"keys": "-913580283,340446282,893998558,589419388"
@@ -4080,6 +5116,10 @@
"regionId": "13721",
"keys": "-1188425330,1307846097,888707126,-1843934128"
},
+ {
+ "regionId": "13722",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13723",
"keys": "-310574621,110640497,1685108265,-1931806505"
@@ -4096,6 +5136,18 @@
"regionId": "13868",
"keys": "255205616,-1585903009,-1371243067,-264891948"
},
+ {
+ "regionId": "13869",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13870",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13871",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13872",
"keys": "-865041276,1374390842,-909885942,30088570"
@@ -4120,6 +5172,10 @@
"regionId": "13877",
"keys": "1498185652,2064367906,152992439,585271079"
},
+ {
+ "regionId": "13878",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13879",
"keys": "-2101514338,-1139447054,51825149,-512907347"
@@ -4140,6 +5196,18 @@
"regionId": "13899",
"keys": "-2117805741,-268051413,-733527930,471010998"
},
+ {
+ "regionId": "13900",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13901",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "13902",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13905",
"keys": "14881828,-6662814,58238456,146761213"
@@ -4148,10 +5216,18 @@
"regionId": "13968",
"keys": "-620062336,-1110235330,-1095431209,-470716307"
},
+ {
+ "regionId": "13971",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13972",
"keys": "1266294685,1139088638,1514900183,-1389022839"
},
+ {
+ "regionId": "13973",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "13974",
"keys": "1384510929,1857691725,-293821029,-1219099456"
@@ -4180,6 +5256,10 @@
"regionId": "13980",
"keys": "-12957944,-743456598,2041601862,618819565"
},
+ {
+ "regionId": "14127",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14128",
"keys": "1907787432,-241593923,1152767085,-541422403"
@@ -4216,10 +5296,26 @@
"regionId": "14136",
"keys": "-1104533465,1792124817,-1564247177,79706641"
},
+ {
+ "regionId": "14154",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "14155",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "14156",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14157",
"keys": "-852479713,1901063521,-1097484894,1013793379"
},
+ {
+ "regionId": "14158",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14161",
"keys": "14881828,-6662814,58238456,146761213"
@@ -4228,6 +5324,18 @@
"regionId": "14167",
"keys": "-1398455,-469478596,190482870,-1233173597"
},
+ {
+ "regionId": "14227",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "14228",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "14229",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14230",
"keys": "-453901412,-2074594443,-809419406,1774073603"
@@ -4256,10 +5364,6 @@
"regionId": "14236",
"keys": "816141215,-2114312227,1578950035,1471842311"
},
- {
- "regionId": "14380",
- "keys": "1663518625,-107913441,-1625821936,330353351"
- },
{
"regionId": "14381",
"keys": "-534048527,1614741928,-469012711,1064350100"
@@ -4292,6 +5396,10 @@
"regionId": "14388",
"keys": "2048238173,2003642395,1658667134,411519881"
},
+ {
+ "regionId": "14389",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14390",
"keys": "-1631704360,1281079278,-1549067757,-2034268623"
@@ -4304,6 +5412,18 @@
"regionId": "14392",
"keys": "993603906,-1477196579,593064486,166369140"
},
+ {
+ "regionId": "14412",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "14413",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "14414",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14486",
"keys": "-131982139,-1189975142,-1667401999,-1794787704"
@@ -4312,6 +5432,14 @@
"regionId": "14487",
"keys": "-330478679,11506767,395036194,-971774384"
},
+ {
+ "regionId": "14488",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "14489",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14490",
"keys": "1578682567,-1175551739,170259358,-1972709096"
@@ -4324,10 +5452,6 @@
"regionId": "14492",
"keys": "420310205,1004898846,889537686,13961361"
},
- {
- "regionId": "14636",
- "keys": "-1554034534,-545576842,-416921234,1887723532"
- },
{
"regionId": "14637",
"keys": "112774068,-1867270219,-442076728,-1436438131"
@@ -4348,6 +5472,10 @@
"regionId": "14641",
"keys": "-310201697,1724559662,90126688,-664432561"
},
+ {
+ "regionId": "14645",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14646",
"keys": "-2069357113,-2117603296,1620573021,-239596308"
@@ -4360,6 +5488,10 @@
"regionId": "14648",
"keys": "-1757352130,-1996516705,263017190,1647356258"
},
+ {
+ "regionId": "14745",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14746",
"keys": "2081288932,-143900986,-1978370486,-544919360"
@@ -4392,6 +5524,10 @@
"regionId": "14896",
"keys": "548765086,801664009,-1716752945,-1492954302"
},
+ {
+ "regionId": "14901",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "14902",
"keys": "1158948283,-12013143,1242958376,-1265402384"
@@ -4412,10 +5548,26 @@
"regionId": "14995",
"keys": "958328498,239876404,608758325,933929091"
},
+ {
+ "regionId": "15001",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "15002",
+ "keys": "0,0,0,0"
+ },
+ {
+ "regionId": "15003",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "15147",
"keys": "-423978185,359589519,280220972,-1608470374"
},
+ {
+ "regionId": "15148",
+ "keys": "0,0,0,0"
+ },
{
"regionId": "15149",
"keys": "-1200628316,15132614,-465260385,-1525542932"
diff --git a/Server/data/eco/.gitignore b/Server/data/eco/.gitignore
deleted file mode 100644
index 5e7d2734c..000000000
--- a/Server/data/eco/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-# Ignore everything in this directory
-*
-# Except this file
-!.gitignore
diff --git a/Server/data/eco/autostock.json b/Server/data/eco/autostock.json
new file mode 100644
index 000000000..09fa93713
--- /dev/null
+++ b/Server/data/eco/autostock.json
@@ -0,0 +1,69 @@
+{
+ "offers": [
+ {
+ "__comment" : "coal",
+ "item" : "453",
+ "qty" : "1000"
+ },
+ {
+ "__comment" : "vial",
+ "item" : "227",
+ "qty" : "10000"
+ },
+ {
+ "__comment" : "water vial",
+ "item" : "229",
+ "qty" : "10000"
+ },
+ {
+ "__comment" : "cooked lobster",
+ "item" : "379",
+ "qty" : "10000"
+ },
+ {
+ "__comment" : "Ashes",
+ "item" : "592",
+ "qty" : "1000"
+ },
+ {
+ "__comment" : "Mort myre fungi",
+ "item" : "2970",
+ "qty" : "1000"
+ },
+ {
+ "__comment" : "Poison ivy berries",
+ "item" : "6018",
+ "qty" : "1000"
+ },
+ {
+ "__comment" : "Potato cactus",
+ "item" : "3138",
+ "qty" : "1000"
+ },
+ {
+ "__comment" : "Unicorn horn",
+ "item" : "237",
+ "qty" : "1000"
+ },
+ {
+ "__comment" : "Red spider eggs",
+ "item" : "223",
+ "qty" : "1000"
+ },
+ {
+ "__comment" : "Bird nest",
+ "item" : "6693",
+ "qty" : "1000"
+ },
+ {
+ "__comment" : "Chocolate dust",
+ "item" : "1975",
+ "qty" : "1000"
+ },
+ {
+ "__comment" : "Limpwurt root",
+ "item" : "225",
+ "qty" : "10000"
+ }
+ ]
+}
diff --git a/Server/data/eco/ge_resource.emp b/Server/data/eco/ge_resource.emp
new file mode 100644
index 000000000..f96c401f3
--- /dev/null
+++ b/Server/data/eco/ge_resource.emp
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Server/data/eco/gedb.xml b/Server/data/eco/gedb.xml
new file mode 100644
index 000000000..4f89c9973
--- /dev/null
+++ b/Server/data/eco/gedb.xml
@@ -0,0 +1,102497 @@
+
+
+
+ 0
+ 1
+ 0
+ 0
+ 0
+
+
+ 1
+ 1
+ 0
+ 0
+ 0
+
+
+ 2
+ 5
+ 0
+ 0
+ 0
+
+
+ 3
+ 1
+ 0
+ 0
+ 0
+
+
+ 4
+ 5
+ 0
+ 0
+ 0
+
+
+ 5
+ 10
+ 0
+ 0
+ 0
+
+
+ 6
+ 187500
+ 0
+ 0
+ 0
+
+
+ 7
+ 187500
+ 0
+ 0
+ 0
+
+
+ 8
+ 187500
+ 0
+ 0
+ 0
+
+
+ 9
+ 187500
+ 0
+ 0
+ 0
+
+
+ 10
+ 187500
+ 0
+ 0
+ 0
+
+
+ 11
+ 187500
+ 0
+ 0
+ 0
+
+
+ 12
+ 187500
+ 0
+ 0
+ 0
+
+
+ 13
+ 187500
+ 0
+ 0
+ 0
+
+
+ 14
+ 1
+ 0
+ 0
+ 0
+
+
+ 15
+ 10
+ 0
+ 0
+ 0
+
+
+ 16
+ 10
+ 0
+ 0
+ 0
+
+
+ 17
+ 10
+ 0
+ 0
+ 0
+
+
+ 18
+ 2
+ 0
+ 0
+ 0
+
+
+ 19
+ 3
+ 0
+ 0
+ 0
+
+
+ 20
+ 1
+ 0
+ 0
+ 0
+
+
+ 21
+ 1
+ 0
+ 0
+ 0
+
+
+ 22
+ 1
+ 0
+ 0
+ 0
+
+
+ 23
+ 1
+ 0
+ 0
+ 0
+
+
+ 24
+ 1
+ 0
+ 0
+ 0
+
+
+ 25
+ 1
+ 0
+ 0
+ 0
+
+
+ 26
+ 1
+ 0
+ 0
+ 0
+
+
+ 27
+ 1
+ 0
+ 0
+ 0
+
+
+ 28
+ 3
+ 0
+ 0
+ 0
+
+
+ 29
+ 1
+ 0
+ 0
+ 0
+
+
+ 30
+ 6
+ 0
+ 0
+ 0
+
+
+ 31
+ 1
+ 0
+ 0
+ 0
+
+
+ 32
+ 3
+ 0
+ 0
+ 0
+
+
+ 33
+ 3
+ 0
+ 0
+ 0
+
+
+ 34
+ 3
+ 0
+ 0
+ 0
+
+
+ 35
+ 200
+ 0
+ 0
+ 0
+
+
+ 36
+ 3
+ 0
+ 0
+ 0
+
+
+ 37
+ 3
+ 0
+ 0
+ 0
+
+
+ 38
+ 3
+ 0
+ 0
+ 0
+
+
+ 39
+ 10
+ 0
+ 0
+ 0
+
+
+ 40
+ 26
+ 0
+ 0
+ 0
+
+
+ 41
+ 36
+ 0
+ 0
+ 0
+
+
+ 42
+ 68
+ 0
+ 0
+ 0
+
+
+ 43
+ 160
+ 0
+ 0
+ 0
+
+
+ 44
+ 460
+ 0
+ 0
+ 0
+
+
+ 45
+ 7
+ 0
+ 0
+ 0
+
+
+ 46
+ 12
+ 0
+ 0
+ 0
+
+
+ 47
+ 95
+ 0
+ 0
+ 0
+
+
+ 48
+ 60
+ 0
+ 0
+ 0
+
+
+ 49
+ 60
+ 0
+ 0
+ 0
+
+
+ 50
+ 23
+ 0
+ 0
+ 0
+
+
+ 51
+ 23
+ 0
+ 0
+ 0
+
+
+ 52
+ 12
+ 0
+ 0
+ 0
+
+
+ 53
+ 1
+ 0
+ 0
+ 0
+
+
+ 54
+ 50
+ 0
+ 0
+ 0
+
+
+ 55
+ 50
+ 0
+ 0
+ 0
+
+
+ 56
+ 80
+ 0
+ 0
+ 0
+
+
+ 57
+ 80
+ 0
+ 0
+ 0
+
+
+ 58
+ 160
+ 0
+ 0
+ 0
+
+
+ 59
+ 160
+ 0
+ 0
+ 0
+
+
+ 60
+ 100
+ 0
+ 0
+ 0
+
+
+ 61
+ 100
+ 0
+ 0
+ 0
+
+
+ 62
+ 320
+ 0
+ 0
+ 0
+
+
+ 63
+ 320
+ 0
+ 0
+ 0
+
+
+ 64
+ 200
+ 0
+ 0
+ 0
+
+
+ 65
+ 200
+ 0
+ 0
+ 0
+
+
+ 66
+ 640
+ 0
+ 0
+ 0
+
+
+ 67
+ 640
+ 0
+ 0
+ 0
+
+
+ 68
+ 400
+ 0
+ 0
+ 0
+
+
+ 69
+ 400
+ 0
+ 0
+ 0
+
+
+ 70
+ 1280
+ 0
+ 0
+ 0
+
+
+ 71
+ 1280
+ 0
+ 0
+ 0
+
+
+ 72
+ 800
+ 0
+ 0
+ 0
+
+
+ 73
+ 800
+ 0
+ 0
+ 0
+
+
+ 74
+ 10
+ 0
+ 0
+ 0
+
+
+ 75
+ 12
+ 0
+ 0
+ 0
+
+
+ 76
+ 1
+ 0
+ 0
+ 0
+
+
+ 77
+ 5
+ 0
+ 0
+ 0
+
+
+ 78
+ 2
+ 0
+ 0
+ 0
+
+
+ 79
+ 1
+ 0
+ 0
+ 0
+
+
+ 80
+ 1
+ 0
+ 0
+ 0
+
+
+ 81
+ 1
+ 0
+ 0
+ 0
+
+
+ 82
+ 1
+ 0
+ 0
+ 0
+
+
+ 83
+ 15
+ 0
+ 0
+ 0
+
+
+ 84
+ 15
+ 0
+ 0
+ 0
+
+
+ 85
+ 1
+ 0
+ 0
+ 0
+
+
+ 86
+ 12
+ 0
+ 0
+ 0
+
+
+ 87
+ 12
+ 0
+ 0
+ 0
+
+
+ 88
+ 6
+ 0
+ 0
+ 0
+
+
+ 89
+ 6
+ 0
+ 0
+ 0
+
+
+ 90
+ 5
+ 0
+ 0
+ 0
+
+
+ 91
+ 3
+ 0
+ 0
+ 0
+
+
+ 92
+ 3
+ 0
+ 0
+ 0
+
+
+ 93
+ 5
+ 0
+ 0
+ 0
+
+
+ 94
+ 5
+ 0
+ 0
+ 0
+
+
+ 95
+ 11
+ 0
+ 0
+ 0
+
+
+ 96
+ 11
+ 0
+ 0
+ 0
+
+
+ 97
+ 20
+ 0
+ 0
+ 0
+
+
+ 98
+ 20
+ 0
+ 0
+ 0
+
+
+ 99
+ 25
+ 0
+ 0
+ 0
+
+
+ 100
+ 25
+ 0
+ 0
+ 0
+
+
+ 101
+ 40
+ 0
+ 0
+ 0
+
+
+ 102
+ 40
+ 0
+ 0
+ 0
+
+
+ 103
+ 48
+ 0
+ 0
+ 0
+
+
+ 104
+ 48
+ 0
+ 0
+ 0
+
+
+ 105
+ 54
+ 0
+ 0
+ 0
+
+
+ 106
+ 54
+ 0
+ 0
+ 0
+
+
+ 107
+ 65
+ 0
+ 0
+ 0
+
+
+ 108
+ 65
+ 0
+ 0
+ 0
+
+
+ 109
+ 70
+ 0
+ 0
+ 0
+
+
+ 110
+ 70
+ 0
+ 0
+ 0
+
+
+ 111
+ 25
+ 0
+ 0
+ 0
+
+
+ 112
+ 25
+ 0
+ 0
+ 0
+
+
+ 113
+ 1500
+ 0
+ 0
+ 0
+
+
+ 114
+ 1500
+ 0
+ 0
+ 0
+
+
+ 115
+ 1200
+ 0
+ 0
+ 0
+
+
+ 116
+ 1200
+ 0
+ 0
+ 0
+
+
+ 117
+ 900
+ 0
+ 0
+ 0
+
+
+ 118
+ 900
+ 0
+ 0
+ 0
+
+
+ 119
+ 600
+ 0
+ 0
+ 0
+
+
+ 120
+ 600
+ 0
+ 0
+ 0
+
+
+ 121
+ 560
+ 0
+ 0
+ 0
+
+
+ 122
+ 560
+ 0
+ 0
+ 0
+
+
+ 123
+ 420
+ 0
+ 0
+ 0
+
+
+ 124
+ 420
+ 0
+ 0
+ 0
+
+
+ 125
+ 280
+ 0
+ 0
+ 0
+
+
+ 126
+ 280
+ 0
+ 0
+ 0
+
+
+ 127
+ 88
+ 0
+ 0
+ 0
+
+
+ 128
+ 88
+ 0
+ 0
+ 0
+
+
+ 129
+ 66
+ 0
+ 0
+ 0
+
+
+ 130
+ 66
+ 0
+ 0
+ 0
+
+
+ 131
+ 44
+ 0
+ 0
+ 0
+
+
+ 132
+ 44
+ 0
+ 0
+ 0
+
+
+ 133
+ 880
+ 0
+ 0
+ 0
+
+
+ 134
+ 880
+ 0
+ 0
+ 0
+
+
+ 135
+ 660
+ 0
+ 0
+ 0
+
+
+ 136
+ 660
+ 0
+ 0
+ 0
+
+
+ 137
+ 440
+ 0
+ 0
+ 0
+
+
+ 138
+ 440
+ 0
+ 0
+ 0
+
+
+ 139
+ 152
+ 0
+ 0
+ 0
+
+
+ 140
+ 152
+ 0
+ 0
+ 0
+
+
+ 141
+ 114
+ 0
+ 0
+ 0
+
+
+ 142
+ 114
+ 0
+ 0
+ 0
+
+
+ 143
+ 76
+ 0
+ 0
+ 0
+
+
+ 144
+ 76
+ 0
+ 0
+ 0
+
+
+ 145
+ 180
+ 0
+ 0
+ 0
+
+
+ 146
+ 180
+ 0
+ 0
+ 0
+
+
+ 147
+ 135
+ 0
+ 0
+ 0
+
+
+ 148
+ 135
+ 0
+ 0
+ 0
+
+
+ 149
+ 90
+ 0
+ 0
+ 0
+
+
+ 150
+ 90
+ 0
+ 0
+ 0
+
+
+ 151
+ 200
+ 0
+ 0
+ 0
+
+
+ 152
+ 200
+ 0
+ 0
+ 0
+
+
+ 153
+ 150
+ 0
+ 0
+ 0
+
+
+ 154
+ 150
+ 0
+ 0
+ 0
+
+
+ 155
+ 100
+ 0
+ 0
+ 0
+
+
+ 156
+ 100
+ 0
+ 0
+ 0
+
+
+ 157
+ 220
+ 0
+ 0
+ 0
+
+
+ 158
+ 220
+ 0
+ 0
+ 0
+
+
+ 159
+ 165
+ 0
+ 0
+ 0
+
+
+ 160
+ 165
+ 0
+ 0
+ 0
+
+
+ 161
+ 110
+ 0
+ 0
+ 0
+
+
+ 162
+ 110
+ 0
+ 0
+ 0
+
+
+ 163
+ 264
+ 0
+ 0
+ 0
+
+
+ 164
+ 264
+ 0
+ 0
+ 0
+
+
+ 165
+ 198
+ 0
+ 0
+ 0
+
+
+ 166
+ 198
+ 0
+ 0
+ 0
+
+
+ 167
+ 132
+ 0
+ 0
+ 0
+
+
+ 168
+ 132
+ 0
+ 0
+ 0
+
+
+ 169
+ 288
+ 0
+ 0
+ 0
+
+
+ 170
+ 288
+ 0
+ 0
+ 0
+
+
+ 171
+ 216
+ 0
+ 0
+ 0
+
+
+ 172
+ 216
+ 0
+ 0
+ 0
+
+
+ 173
+ 144
+ 0
+ 0
+ 0
+
+
+ 174
+ 144
+ 0
+ 0
+ 0
+
+
+ 175
+ 288
+ 0
+ 0
+ 0
+
+
+ 176
+ 288
+ 0
+ 0
+ 0
+
+
+ 177
+ 216
+ 0
+ 0
+ 0
+
+
+ 178
+ 216
+ 0
+ 0
+ 0
+
+
+ 179
+ 144
+ 0
+ 0
+ 0
+
+
+ 180
+ 144
+ 0
+ 0
+ 0
+
+
+ 181
+ 288
+ 0
+ 0
+ 0
+
+
+ 182
+ 288
+ 0
+ 0
+ 0
+
+
+ 183
+ 216
+ 0
+ 0
+ 0
+
+
+ 184
+ 216
+ 0
+ 0
+ 0
+
+
+ 185
+ 144
+ 0
+ 0
+ 0
+
+
+ 186
+ 144
+ 0
+ 0
+ 0
+
+
+ 187
+ 144
+ 0
+ 0
+ 0
+
+
+ 188
+ 144
+ 0
+ 0
+ 0
+
+
+ 189
+ 175
+ 0
+ 0
+ 0
+
+
+ 190
+ 175
+ 0
+ 0
+ 0
+
+
+ 191
+ 150
+ 0
+ 0
+ 0
+
+
+ 192
+ 150
+ 0
+ 0
+ 0
+
+
+ 193
+ 125
+ 0
+ 0
+ 0
+
+
+ 194
+ 125
+ 0
+ 0
+ 0
+
+
+ 195
+ 1
+ 0
+ 0
+ 0
+
+
+ 196
+ 1
+ 0
+ 0
+ 0
+
+
+ 197
+ 20
+ 0
+ 0
+ 0
+
+
+ 198
+ 20
+ 0
+ 0
+ 0
+
+
+ 199
+ 1
+ 0
+ 0
+ 0
+
+
+ 200
+ 1
+ 0
+ 0
+ 0
+
+
+ 201
+ 1
+ 0
+ 0
+ 0
+
+
+ 202
+ 1
+ 0
+ 0
+ 0
+
+
+ 203
+ 1
+ 0
+ 0
+ 0
+
+
+ 204
+ 1
+ 0
+ 0
+ 0
+
+
+ 205
+ 1
+ 0
+ 0
+ 0
+
+
+ 206
+ 1
+ 0
+ 0
+ 0
+
+
+ 207
+ 1
+ 0
+ 0
+ 0
+
+
+ 208
+ 1
+ 0
+ 0
+ 0
+
+
+ 209
+ 1
+ 0
+ 0
+ 0
+
+
+ 210
+ 1
+ 0
+ 0
+ 0
+
+
+ 211
+ 1
+ 0
+ 0
+ 0
+
+
+ 212
+ 1
+ 0
+ 0
+ 0
+
+
+ 213
+ 1
+ 0
+ 0
+ 0
+
+
+ 214
+ 1
+ 0
+ 0
+ 0
+
+
+ 215
+ 1
+ 0
+ 0
+ 0
+
+
+ 216
+ 1
+ 0
+ 0
+ 0
+
+
+ 217
+ 1
+ 0
+ 0
+ 0
+
+
+ 218
+ 1
+ 0
+ 0
+ 0
+
+
+ 219
+ 1
+ 0
+ 0
+ 0
+
+
+ 220
+ 1
+ 0
+ 0
+ 0
+
+
+ 221
+ 3
+ 0
+ 0
+ 0
+
+
+ 222
+ 3
+ 0
+ 0
+ 0
+
+
+ 223
+ 7
+ 0
+ 0
+ 0
+
+
+ 224
+ 7
+ 0
+ 0
+ 0
+
+
+ 225
+ 7
+ 0
+ 0
+ 0
+
+
+ 226
+ 7
+ 0
+ 0
+ 0
+
+
+ 227
+ 10
+ 0
+ 0
+ 0
+
+
+ 228
+ 10
+ 0
+ 0
+ 0
+
+
+ 229
+ 5
+ 0
+ 0
+ 0
+
+
+ 230
+ 5
+ 0
+ 0
+ 0
+
+
+ 231
+ 10
+ 0
+ 0
+ 0
+
+
+ 232
+ 10
+ 0
+ 0
+ 0
+
+
+ 233
+ 4
+ 0
+ 0
+ 0
+
+
+ 234
+ 4
+ 0
+ 0
+ 0
+
+
+ 235
+ 20
+ 0
+ 0
+ 0
+
+
+ 236
+ 20
+ 0
+ 0
+ 0
+
+
+ 237
+ 20
+ 0
+ 0
+ 0
+
+
+ 238
+ 20
+ 0
+ 0
+ 0
+
+
+ 239
+ 10
+ 0
+ 0
+ 0
+
+
+ 240
+ 10
+ 0
+ 0
+ 0
+
+
+ 241
+ 52
+ 0
+ 0
+ 0
+
+
+ 242
+ 52
+ 0
+ 0
+ 0
+
+
+ 243
+ 50
+ 0
+ 0
+ 0
+
+
+ 244
+ 50
+ 0
+ 0
+ 0
+
+
+ 245
+ 1
+ 0
+ 0
+ 0
+
+
+ 246
+ 1
+ 0
+ 0
+ 0
+
+
+ 247
+ 1
+ 0
+ 0
+ 0
+
+
+ 248
+ 1
+ 0
+ 0
+ 0
+
+
+ 249
+ 3
+ 0
+ 0
+ 0
+
+
+ 250
+ 3
+ 0
+ 0
+ 0
+
+
+ 251
+ 5
+ 0
+ 0
+ 0
+
+
+ 252
+ 5
+ 0
+ 0
+ 0
+
+
+ 253
+ 11
+ 0
+ 0
+ 0
+
+
+ 254
+ 11
+ 0
+ 0
+ 0
+
+
+ 255
+ 20
+ 0
+ 0
+ 0
+
+
+ 256
+ 20
+ 0
+ 0
+ 0
+
+
+ 257
+ 25
+ 0
+ 0
+ 0
+
+
+ 258
+ 25
+ 0
+ 0
+ 0
+
+
+ 259
+ 40
+ 0
+ 0
+ 0
+
+
+ 260
+ 40
+ 0
+ 0
+ 0
+
+
+ 261
+ 48
+ 0
+ 0
+ 0
+
+
+ 262
+ 48
+ 0
+ 0
+ 0
+
+
+ 263
+ 54
+ 0
+ 0
+ 0
+
+
+ 264
+ 54
+ 0
+ 0
+ 0
+
+
+ 265
+ 65
+ 0
+ 0
+ 0
+
+
+ 266
+ 65
+ 0
+ 0
+ 0
+
+
+ 267
+ 70
+ 0
+ 0
+ 0
+
+
+ 268
+ 70
+ 0
+ 0
+ 0
+
+
+ 269
+ 75
+ 0
+ 0
+ 0
+
+
+ 270
+ 75
+ 0
+ 0
+ 0
+
+
+ 271
+ 1
+ 0
+ 0
+ 0
+
+
+ 272
+ 1
+ 0
+ 0
+ 0
+
+
+ 273
+ 1
+ 0
+ 0
+ 0
+
+
+ 274
+ 1
+ 0
+ 0
+ 0
+
+
+ 275
+ 1
+ 0
+ 0
+ 0
+
+
+ 276
+ 3
+ 0
+ 0
+ 0
+
+
+ 277
+ 3
+ 0
+ 0
+ 0
+
+
+ 278
+ 3
+ 0
+ 0
+ 0
+
+
+ 279
+ 3
+ 0
+ 0
+ 0
+
+
+ 280
+ 1
+ 0
+ 0
+ 0
+
+
+ 281
+ 1
+ 0
+ 0
+ 0
+
+
+ 282
+ 1
+ 0
+ 0
+ 0
+
+
+ 283
+ 1
+ 0
+ 0
+ 0
+
+
+ 284
+ 50
+ 0
+ 0
+ 0
+
+
+ 285
+ 50
+ 0
+ 0
+ 0
+
+
+ 286
+ 40
+ 0
+ 0
+ 0
+
+
+ 287
+ 40
+ 0
+ 0
+ 0
+
+
+ 288
+ 40
+ 0
+ 0
+ 0
+
+
+ 289
+ 40
+ 0
+ 0
+ 0
+
+
+ 290
+ 2
+ 0
+ 0
+ 0
+
+
+ 291
+ 5
+ 0
+ 0
+ 0
+
+
+ 292
+ 2
+ 0
+ 0
+ 0
+
+
+ 293
+ 1
+ 0
+ 0
+ 0
+
+
+ 294
+ 1
+ 0
+ 0
+ 0
+
+
+ 295
+ 1
+ 0
+ 0
+ 0
+
+
+ 296
+ 1
+ 0
+ 0
+ 0
+
+
+ 297
+ 1
+ 0
+ 0
+ 0
+
+
+ 298
+ 1
+ 0
+ 0
+ 0
+
+
+ 299
+ 300
+ 0
+ 0
+ 0
+
+
+ 300
+ 3
+ 0
+ 0
+ 0
+
+
+ 301
+ 20
+ 0
+ 0
+ 0
+
+
+ 302
+ 20
+ 0
+ 0
+ 0
+
+
+ 303
+ 5
+ 0
+ 0
+ 0
+
+
+ 304
+ 5
+ 0
+ 0
+ 0
+
+
+ 305
+ 20
+ 0
+ 0
+ 0
+
+
+ 306
+ 20
+ 0
+ 0
+ 0
+
+
+ 307
+ 5
+ 0
+ 0
+ 0
+
+
+ 308
+ 5
+ 0
+ 0
+ 0
+
+
+ 309
+ 5
+ 0
+ 0
+ 0
+
+
+ 310
+ 5
+ 0
+ 0
+ 0
+
+
+ 311
+ 5
+ 0
+ 0
+ 0
+
+
+ 312
+ 5
+ 0
+ 0
+ 0
+
+
+ 313
+ 3
+ 0
+ 0
+ 0
+
+
+ 314
+ 6
+ 0
+ 0
+ 0
+
+
+ 315
+ 5
+ 0
+ 0
+ 0
+
+
+ 316
+ 5
+ 0
+ 0
+ 0
+
+
+ 317
+ 6
+ 0
+ 0
+ 0
+
+
+ 318
+ 6
+ 0
+ 0
+ 0
+
+
+ 319
+ 15
+ 0
+ 0
+ 0
+
+
+ 320
+ 15
+ 0
+ 0
+ 0
+
+
+ 321
+ 16
+ 0
+ 0
+ 0
+
+
+ 322
+ 16
+ 0
+ 0
+ 0
+
+
+ 323
+ 1
+ 0
+ 0
+ 0
+
+
+ 324
+ 1
+ 0
+ 0
+ 0
+
+
+ 325
+ 10
+ 0
+ 0
+ 0
+
+
+ 326
+ 10
+ 0
+ 0
+ 0
+
+
+ 327
+ 10
+ 0
+ 0
+ 0
+
+
+ 328
+ 10
+ 0
+ 0
+ 0
+
+
+ 329
+ 88
+ 0
+ 0
+ 0
+
+
+ 330
+ 88
+ 0
+ 0
+ 0
+
+
+ 331
+ 92
+ 0
+ 0
+ 0
+
+
+ 332
+ 92
+ 0
+ 0
+ 0
+
+
+ 333
+ 68
+ 0
+ 0
+ 0
+
+
+ 334
+ 68
+ 0
+ 0
+ 0
+
+
+ 335
+ 20
+ 0
+ 0
+ 0
+
+
+ 336
+ 20
+ 0
+ 0
+ 0
+
+
+ 337
+ 50
+ 0
+ 0
+ 0
+
+
+ 338
+ 50
+ 0
+ 0
+ 0
+
+
+ 339
+ 26
+ 0
+ 0
+ 0
+
+
+ 340
+ 26
+ 0
+ 0
+ 0
+
+
+ 341
+ 34
+ 0
+ 0
+ 0
+
+
+ 342
+ 34
+ 0
+ 0
+ 0
+
+
+ 343
+ 1
+ 0
+ 0
+ 0
+
+
+ 344
+ 1
+ 0
+ 0
+ 0
+
+
+ 345
+ 16
+ 0
+ 0
+ 0
+
+
+ 346
+ 16
+ 0
+ 0
+ 0
+
+
+ 347
+ 15
+ 0
+ 0
+ 0
+
+
+ 348
+ 15
+ 0
+ 0
+ 0
+
+
+ 349
+ 25
+ 0
+ 0
+ 0
+
+
+ 350
+ 25
+ 0
+ 0
+ 0
+
+
+ 351
+ 25
+ 0
+ 0
+ 0
+
+
+ 352
+ 25
+ 0
+ 0
+ 0
+
+
+ 353
+ 26
+ 0
+ 0
+ 0
+
+
+ 354
+ 26
+ 0
+ 0
+ 0
+
+
+ 355
+ 17
+ 0
+ 0
+ 0
+
+
+ 356
+ 17
+ 0
+ 0
+ 0
+
+
+ 357
+ 1
+ 0
+ 0
+ 0
+
+
+ 358
+ 1
+ 0
+ 0
+ 0
+
+
+ 359
+ 120
+ 0
+ 0
+ 0
+
+
+ 360
+ 120
+ 0
+ 0
+ 0
+
+
+ 361
+ 120
+ 0
+ 0
+ 0
+
+
+ 362
+ 120
+ 0
+ 0
+ 0
+
+
+ 363
+ 280
+ 0
+ 0
+ 0
+
+
+ 364
+ 280
+ 0
+ 0
+ 0
+
+
+ 365
+ 270
+ 0
+ 0
+ 0
+
+
+ 366
+ 270
+ 0
+ 0
+ 0
+
+
+ 367
+ 1
+ 0
+ 0
+ 0
+
+
+ 368
+ 1
+ 0
+ 0
+ 0
+
+
+ 369
+ 1
+ 0
+ 0
+ 0
+
+
+ 370
+ 1
+ 0
+ 0
+ 0
+
+
+ 371
+ 340
+ 0
+ 0
+ 0
+
+
+ 372
+ 340
+ 0
+ 0
+ 0
+
+
+ 373
+ 400
+ 0
+ 0
+ 0
+
+
+ 374
+ 400
+ 0
+ 0
+ 0
+
+
+ 375
+ 1
+ 0
+ 0
+ 0
+
+
+ 376
+ 1
+ 0
+ 0
+ 0
+
+
+ 377
+ 284
+ 0
+ 0
+ 0
+
+
+ 378
+ 284
+ 0
+ 0
+ 0
+
+
+ 379
+ 268
+ 173
+ 57782
+ 0
+
+
+ 380
+ 268
+ 0
+ 0
+ 0
+
+
+ 381
+ 1
+ 0
+ 0
+ 0
+
+
+ 382
+ 1
+ 0
+ 0
+ 0
+
+
+ 383
+ 300
+ 0
+ 0
+ 0
+
+
+ 384
+ 300
+ 0
+ 0
+ 0
+
+
+ 385
+ 300
+ 0
+ 0
+ 0
+
+
+ 386
+ 300
+ 0
+ 0
+ 0
+
+
+ 387
+ 1
+ 0
+ 0
+ 0
+
+
+ 388
+ 1
+ 0
+ 0
+ 0
+
+
+ 389
+ 500
+ 0
+ 0
+ 0
+
+
+ 390
+ 500
+ 0
+ 0
+ 0
+
+
+ 391
+ 500
+ 0
+ 0
+ 0
+
+
+ 392
+ 500
+ 0
+ 0
+ 0
+
+
+ 393
+ 1
+ 0
+ 0
+ 0
+
+
+ 394
+ 1
+ 0
+ 0
+ 0
+
+
+ 395
+ 500
+ 0
+ 0
+ 0
+
+
+ 396
+ 500
+ 0
+ 0
+ 0
+
+
+ 397
+ 500
+ 0
+ 0
+ 0
+
+
+ 398
+ 500
+ 0
+ 0
+ 0
+
+
+ 399
+ 1
+ 0
+ 0
+ 0
+
+
+ 400
+ 1
+ 0
+ 0
+ 0
+
+
+ 401
+ 2
+ 0
+ 0
+ 0
+
+
+ 402
+ 2
+ 0
+ 0
+ 0
+
+
+ 403
+ 2
+ 0
+ 0
+ 0
+
+
+ 404
+ 2
+ 0
+ 0
+ 0
+
+
+ 405
+ 50
+ 0
+ 0
+ 0
+
+
+ 406
+ 50
+ 0
+ 0
+ 0
+
+
+ 407
+ 200
+ 0
+ 0
+ 0
+
+
+ 408
+ 200
+ 0
+ 0
+ 0
+
+
+ 409
+ 5
+ 0
+ 0
+ 0
+
+
+ 410
+ 5
+ 0
+ 0
+ 0
+
+
+ 411
+ 112
+ 0
+ 0
+ 0
+
+
+ 412
+ 112
+ 0
+ 0
+ 0
+
+
+ 413
+ 1400
+ 0
+ 0
+ 0
+
+
+ 414
+ 1400
+ 0
+ 0
+ 0
+
+
+ 415
+ 10
+ 0
+ 0
+ 0
+
+
+ 416
+ 1
+ 0
+ 0
+ 0
+
+
+ 417
+ 1
+ 0
+ 0
+ 0
+
+
+ 418
+ 1
+ 0
+ 0
+ 0
+
+
+ 419
+ 1
+ 0
+ 0
+ 0
+
+
+ 420
+ 1
+ 0
+ 0
+ 0
+
+
+ 421
+ 10
+ 0
+ 0
+ 0
+
+
+ 422
+ 1
+ 0
+ 0
+ 0
+
+
+ 423
+ 1
+ 0
+ 0
+ 0
+
+
+ 424
+ 1
+ 0
+ 0
+ 0
+
+
+ 425
+ 1
+ 0
+ 0
+ 0
+
+
+ 426
+ 5
+ 0
+ 0
+ 0
+
+
+ 427
+ 5
+ 0
+ 0
+ 0
+
+
+ 428
+ 5
+ 0
+ 0
+ 0
+
+
+ 429
+ 5
+ 0
+ 0
+ 0
+
+
+ 430
+ 40
+ 0
+ 0
+ 0
+
+
+ 431
+ 30
+ 0
+ 0
+ 0
+
+
+ 432
+ 1
+ 0
+ 0
+ 0
+
+
+ 433
+ 1
+ 0
+ 0
+ 0
+
+
+ 434
+ 1
+ 0
+ 0
+ 0
+
+
+ 435
+ 1
+ 0
+ 0
+ 0
+
+
+ 436
+ 20
+ 0
+ 0
+ 0
+
+
+ 437
+ 20
+ 0
+ 0
+ 0
+
+
+ 438
+ 20
+ 0
+ 0
+ 0
+
+
+ 439
+ 20
+ 0
+ 0
+ 0
+
+
+ 440
+ 17
+ 0
+ 0
+ 0
+
+
+ 441
+ 17
+ 0
+ 0
+ 0
+
+
+ 442
+ 75
+ 0
+ 0
+ 0
+
+
+ 443
+ 75
+ 0
+ 0
+ 0
+
+
+ 444
+ 150
+ 0
+ 0
+ 0
+
+
+ 445
+ 150
+ 0
+ 0
+ 0
+
+
+ 446
+ 150
+ 0
+ 0
+ 0
+
+
+ 447
+ 162
+ 0
+ 0
+ 0
+
+
+ 448
+ 162
+ 0
+ 0
+ 0
+
+
+ 449
+ 400
+ 0
+ 0
+ 0
+
+
+ 450
+ 400
+ 0
+ 0
+ 0
+
+
+ 451
+ 3200
+ 0
+ 0
+ 0
+
+
+ 452
+ 3200
+ 0
+ 0
+ 0
+
+
+ 453
+ 45
+ 0
+ 0
+ 0
+
+
+ 454
+ 45
+ 0
+ 0
+ 0
+
+
+ 455
+ 10
+ 0
+ 0
+ 0
+
+
+ 456
+ 10
+ 0
+ 0
+ 0
+
+
+ 457
+ 10
+ 0
+ 0
+ 0
+
+
+ 458
+ 10
+ 0
+ 0
+ 0
+
+
+ 459
+ 10
+ 0
+ 0
+ 0
+
+
+ 460
+ 10
+ 0
+ 0
+ 0
+
+
+ 461
+ 10
+ 0
+ 0
+ 0
+
+
+ 462
+ 10
+ 0
+ 0
+ 0
+
+
+ 463
+ 10
+ 0
+ 0
+ 0
+
+
+ 464
+ 1
+ 0
+ 0
+ 0
+
+
+ 465
+ 1
+ 0
+ 0
+ 0
+
+
+ 466
+ 1
+ 0
+ 0
+ 0
+
+
+ 467
+ 1
+ 0
+ 0
+ 0
+
+
+ 468
+ 1
+ 0
+ 0
+ 0
+
+
+ 469
+ 1
+ 0
+ 0
+ 0
+
+
+ 470
+ 1
+ 0
+ 0
+ 0
+
+
+ 471
+ 1
+ 0
+ 0
+ 0
+
+
+ 472
+ 17
+ 0
+ 0
+ 0
+
+
+ 473
+ 17
+ 0
+ 0
+ 0
+
+
+ 474
+ 43
+ 0
+ 0
+ 0
+
+
+ 475
+ 43
+ 0
+ 0
+ 0
+
+
+ 476
+ 107
+ 0
+ 0
+ 0
+
+
+ 477
+ 107
+ 0
+ 0
+ 0
+
+
+ 478
+ 1100
+ 0
+ 0
+ 0
+
+
+ 479
+ 1100
+ 0
+ 0
+ 0
+
+
+ 480
+ 1
+ 0
+ 0
+ 0
+
+
+ 481
+ 1
+ 0
+ 0
+ 0
+
+
+ 482
+ 139
+ 0
+ 0
+ 0
+
+
+ 483
+ 139
+ 0
+ 0
+ 0
+
+
+ 484
+ 499
+ 0
+ 0
+ 0
+
+
+ 485
+ 499
+ 0
+ 0
+ 0
+
+
+ 486
+ 1299
+ 0
+ 0
+ 0
+
+
+ 487
+ 1299
+ 0
+ 0
+ 0
+
+
+ 488
+ 3199
+ 0
+ 0
+ 0
+
+
+ 489
+ 3199
+ 0
+ 0
+ 0
+
+
+ 490
+ 31999
+ 0
+ 0
+ 0
+
+
+ 491
+ 31999
+ 0
+ 0
+ 0
+
+
+ 492
+ 1
+ 0
+ 0
+ 0
+
+
+ 493
+ 1
+ 0
+ 0
+ 0
+
+
+ 494
+ 1
+ 0
+ 0
+ 0
+
+
+ 495
+ 1
+ 0
+ 0
+ 0
+
+
+ 496
+ 1
+ 0
+ 0
+ 0
+
+
+ 497
+ 1
+ 0
+ 0
+ 0
+
+
+ 498
+ 1
+ 0
+ 0
+ 0
+
+
+ 499
+ 1
+ 0
+ 0
+ 0
+
+
+ 500
+ 10
+ 0
+ 0
+ 0
+
+
+ 501
+ 10
+ 0
+ 0
+ 0
+
+
+ 502
+ 18
+ 0
+ 0
+ 0
+
+
+ 503
+ 18
+ 0
+ 0
+ 0
+
+
+ 504
+ 43
+ 0
+ 0
+ 0
+
+
+ 505
+ 43
+ 0
+ 0
+ 0
+
+
+ 506
+ 427
+ 0
+ 0
+ 0
+
+
+ 507
+ 427
+ 0
+ 0
+ 0
+
+
+ 508
+ 15
+ 0
+ 0
+ 0
+
+
+ 509
+ 15
+ 0
+ 0
+ 0
+
+
+ 510
+ 55
+ 0
+ 0
+ 0
+
+
+ 511
+ 55
+ 0
+ 0
+ 0
+
+
+ 512
+ 199
+ 0
+ 0
+ 0
+
+
+ 513
+ 199
+ 0
+ 0
+ 0
+
+
+ 514
+ 383
+ 0
+ 0
+ 0
+
+
+ 515
+ 383
+ 0
+ 0
+ 0
+
+
+ 516
+ 519
+ 0
+ 0
+ 0
+
+
+ 517
+ 519
+ 0
+ 0
+ 0
+
+
+ 518
+ 1279
+ 0
+ 0
+ 0
+
+
+ 519
+ 1279
+ 0
+ 0
+ 0
+
+
+ 520
+ 12799
+ 0
+ 0
+ 0
+
+
+ 521
+ 12799
+ 0
+ 0
+ 0
+
+
+ 522
+ 1
+ 0
+ 0
+ 0
+
+
+ 523
+ 1
+ 0
+ 0
+ 0
+
+
+ 524
+ 1
+ 0
+ 0
+ 0
+
+
+ 525
+ 1
+ 0
+ 0
+ 0
+
+
+ 526
+ 1
+ 0
+ 0
+ 0
+
+
+ 527
+ 1
+ 0
+ 0
+ 0
+
+
+ 528
+ 1
+ 0
+ 0
+ 0
+
+
+ 529
+ 1
+ 0
+ 0
+ 0
+
+
+ 530
+ 1
+ 0
+ 0
+ 0
+
+
+ 531
+ 1
+ 0
+ 0
+ 0
+
+
+ 532
+ 1
+ 0
+ 0
+ 0
+
+
+ 533
+ 1
+ 0
+ 0
+ 0
+
+
+ 534
+ 1
+ 0
+ 0
+ 0
+
+
+ 535
+ 1
+ 0
+ 0
+ 0
+
+
+ 536
+ 1
+ 0
+ 0
+ 0
+
+
+ 537
+ 1
+ 0
+ 0
+ 0
+
+
+ 538
+ 30
+ 0
+ 0
+ 0
+
+
+ 539
+ 30
+ 0
+ 0
+ 0
+
+
+ 540
+ 40
+ 0
+ 0
+ 0
+
+
+ 541
+ 40
+ 0
+ 0
+ 0
+
+
+ 542
+ 30
+ 0
+ 0
+ 0
+
+
+ 543
+ 30
+ 0
+ 0
+ 0
+
+
+ 544
+ 40
+ 0
+ 0
+ 0
+
+
+ 545
+ 40
+ 0
+ 0
+ 0
+
+
+ 546
+ 40
+ 0
+ 0
+ 0
+
+
+ 547
+ 1
+ 0
+ 0
+ 0
+
+
+ 548
+ 30
+ 0
+ 0
+ 0
+
+
+ 549
+ 1
+ 0
+ 0
+ 0
+
+
+ 550
+ 1
+ 0
+ 0
+ 0
+
+
+ 551
+ 1
+ 0
+ 0
+ 0
+
+
+ 552
+ 35
+ 0
+ 0
+ 0
+
+
+ 553
+ 1
+ 0
+ 0
+ 0
+
+
+ 554
+ 17
+ 0
+ 0
+ 0
+
+
+ 555
+ 17
+ 0
+ 0
+ 0
+
+
+ 556
+ 17
+ 0
+ 0
+ 0
+
+
+ 557
+ 17
+ 0
+ 0
+ 0
+
+
+ 558
+ 17
+ 0
+ 0
+ 0
+
+
+ 559
+ 16
+ 0
+ 0
+ 0
+
+
+ 560
+ 310
+ 0
+ 0
+ 0
+
+
+ 561
+ 372
+ 0
+ 0
+ 0
+
+
+ 562
+ 140
+ 0
+ 0
+ 0
+
+
+ 563
+ 378
+ 0
+ 0
+ 0
+
+
+ 564
+ 232
+ 0
+ 0
+ 0
+
+
+ 565
+ 550
+ 0
+ 0
+ 0
+
+
+ 566
+ 410
+ 0
+ 0
+ 0
+
+
+ 567
+ 100
+ 0
+ 0
+ 0
+
+
+ 568
+ 100
+ 0
+ 0
+ 0
+
+
+ 569
+ 300
+ 0
+ 0
+ 0
+
+
+ 570
+ 300
+ 0
+ 0
+ 0
+
+
+ 571
+ 300
+ 0
+ 0
+ 0
+
+
+ 572
+ 300
+ 0
+ 0
+ 0
+
+
+ 573
+ 300
+ 0
+ 0
+ 0
+
+
+ 574
+ 300
+ 0
+ 0
+ 0
+
+
+ 575
+ 300
+ 0
+ 0
+ 0
+
+
+ 576
+ 300
+ 0
+ 0
+ 0
+
+
+ 577
+ 15
+ 0
+ 0
+ 0
+
+
+ 578
+ 15
+ 0
+ 0
+ 0
+
+
+ 579
+ 2
+ 0
+ 0
+ 0
+
+
+ 580
+ 2
+ 0
+ 0
+ 0
+
+
+ 581
+ 13
+ 0
+ 0
+ 0
+
+
+ 582
+ 13
+ 0
+ 0
+ 0
+
+
+ 583
+ 10
+ 0
+ 0
+ 0
+
+
+ 584
+ 10
+ 0
+ 0
+ 0
+
+
+ 585
+ 10
+ 0
+ 0
+ 0
+
+
+ 586
+ 10
+ 0
+ 0
+ 0
+
+
+ 587
+ 1
+ 0
+ 0
+ 0
+
+
+ 588
+ 1
+ 0
+ 0
+ 0
+
+
+ 589
+ 1
+ 0
+ 0
+ 0
+
+
+ 590
+ 1
+ 0
+ 0
+ 0
+
+
+ 591
+ 1
+ 0
+ 0
+ 0
+
+
+ 592
+ 2
+ 0
+ 0
+ 0
+
+
+ 593
+ 2
+ 0
+ 0
+ 0
+
+
+ 594
+ 4
+ 0
+ 0
+ 0
+
+
+ 595
+ 4
+ 0
+ 0
+ 0
+
+
+ 596
+ 4
+ 0
+ 0
+ 0
+
+
+ 597
+ 4
+ 0
+ 0
+ 0
+
+
+ 598
+ 10
+ 0
+ 0
+ 0
+
+
+ 599
+ 1
+ 0
+ 0
+ 0
+
+
+ 600
+ 3
+ 0
+ 0
+ 0
+
+
+ 601
+ 1
+ 0
+ 0
+ 0
+
+
+ 602
+ 1
+ 0
+ 0
+ 0
+
+
+ 603
+ 3
+ 0
+ 0
+ 0
+
+
+ 604
+ 1
+ 0
+ 0
+ 0
+
+
+ 605
+ 1
+ 0
+ 0
+ 0
+
+
+ 606
+ 1
+ 0
+ 0
+ 0
+
+
+ 607
+ 1
+ 0
+ 0
+ 0
+
+
+ 608
+ 1
+ 0
+ 0
+ 0
+
+
+ 609
+ 1
+ 0
+ 0
+ 0
+
+
+ 610
+ 1
+ 0
+ 0
+ 0
+
+
+ 611
+ 1
+ 0
+ 0
+ 0
+
+
+ 612
+ 1
+ 0
+ 0
+ 0
+
+
+ 613
+ 1
+ 0
+ 0
+ 0
+
+
+ 614
+ 1
+ 0
+ 0
+ 0
+
+
+ 615
+ 1
+ 0
+ 0
+ 0
+
+
+ 616
+ 1
+ 0
+ 0
+ 0
+
+
+ 617
+ 1
+ 0
+ 0
+ 0
+
+
+ 618
+ 1
+ 0
+ 0
+ 0
+
+
+ 619
+ 5
+ 0
+ 0
+ 0
+
+
+ 620
+ 5
+ 0
+ 0
+ 0
+
+
+ 621
+ 5
+ 0
+ 0
+ 0
+
+
+ 622
+ 1
+ 0
+ 0
+ 0
+
+
+ 623
+ 1
+ 0
+ 0
+ 0
+
+
+ 624
+ 1
+ 0
+ 0
+ 0
+
+
+ 625
+ 5
+ 0
+ 0
+ 0
+
+
+ 626
+ 200
+ 0
+ 0
+ 0
+
+
+ 627
+ 200
+ 0
+ 0
+ 0
+
+
+ 628
+ 200
+ 0
+ 0
+ 0
+
+
+ 629
+ 200
+ 0
+ 0
+ 0
+
+
+ 630
+ 200
+ 0
+ 0
+ 0
+
+
+ 631
+ 200
+ 0
+ 0
+ 0
+
+
+ 632
+ 200
+ 0
+ 0
+ 0
+
+
+ 633
+ 200
+ 0
+ 0
+ 0
+
+
+ 634
+ 200
+ 0
+ 0
+ 0
+
+
+ 635
+ 200
+ 0
+ 0
+ 0
+
+
+ 636
+ 180
+ 0
+ 0
+ 0
+
+
+ 637
+ 180
+ 0
+ 0
+ 0
+
+
+ 638
+ 180
+ 0
+ 0
+ 0
+
+
+ 639
+ 180
+ 0
+ 0
+ 0
+
+
+ 640
+ 180
+ 0
+ 0
+ 0
+
+
+ 641
+ 180
+ 0
+ 0
+ 0
+
+
+ 642
+ 180
+ 0
+ 0
+ 0
+
+
+ 643
+ 180
+ 0
+ 0
+ 0
+
+
+ 644
+ 180
+ 0
+ 0
+ 0
+
+
+ 645
+ 180
+ 0
+ 0
+ 0
+
+
+ 646
+ 180
+ 0
+ 0
+ 0
+
+
+ 647
+ 180
+ 0
+ 0
+ 0
+
+
+ 648
+ 180
+ 0
+ 0
+ 0
+
+
+ 649
+ 180
+ 0
+ 0
+ 0
+
+
+ 650
+ 180
+ 0
+ 0
+ 0
+
+
+ 651
+ 180
+ 0
+ 0
+ 0
+
+
+ 652
+ 180
+ 0
+ 0
+ 0
+
+
+ 653
+ 180
+ 0
+ 0
+ 0
+
+
+ 654
+ 180
+ 0
+ 0
+ 0
+
+
+ 655
+ 180
+ 0
+ 0
+ 0
+
+
+ 656
+ 160
+ 0
+ 0
+ 0
+
+
+ 657
+ 160
+ 0
+ 0
+ 0
+
+
+ 658
+ 160
+ 0
+ 0
+ 0
+
+
+ 659
+ 160
+ 0
+ 0
+ 0
+
+
+ 660
+ 160
+ 0
+ 0
+ 0
+
+
+ 661
+ 160
+ 0
+ 0
+ 0
+
+
+ 662
+ 160
+ 0
+ 0
+ 0
+
+
+ 663
+ 160
+ 0
+ 0
+ 0
+
+
+ 664
+ 160
+ 0
+ 0
+ 0
+
+
+ 665
+ 160
+ 0
+ 0
+ 0
+
+
+ 666
+ 3
+ 0
+ 0
+ 0
+
+
+ 667
+ 200
+ 0
+ 0
+ 0
+
+
+ 668
+ 3
+ 0
+ 0
+ 0
+
+
+ 669
+ 1
+ 0
+ 0
+ 0
+
+
+ 670
+ 1
+ 0
+ 0
+ 0
+
+
+ 671
+ 1
+ 0
+ 0
+ 0
+
+
+ 672
+ 1
+ 0
+ 0
+ 0
+
+
+ 673
+ 1
+ 0
+ 0
+ 0
+
+
+ 674
+ 1
+ 0
+ 0
+ 0
+
+
+ 675
+ 1
+ 0
+ 0
+ 0
+
+
+ 676
+ 1
+ 0
+ 0
+ 0
+
+
+ 677
+ 1
+ 0
+ 0
+ 0
+
+
+ 678
+ 1
+ 0
+ 0
+ 0
+
+
+ 679
+ 1
+ 0
+ 0
+ 0
+
+
+ 680
+ 1
+ 0
+ 0
+ 0
+
+
+ 681
+ 1
+ 0
+ 0
+ 0
+
+
+ 682
+ 1
+ 0
+ 0
+ 0
+
+
+ 683
+ 1
+ 0
+ 0
+ 0
+
+
+ 684
+ 1
+ 0
+ 0
+ 0
+
+
+ 685
+ 1
+ 0
+ 0
+ 0
+
+
+ 686
+ 1
+ 0
+ 0
+ 0
+
+
+ 687
+ 1
+ 0
+ 0
+ 0
+
+
+ 688
+ 1
+ 0
+ 0
+ 0
+
+
+ 689
+ 1
+ 0
+ 0
+ 0
+
+
+ 690
+ 1
+ 0
+ 0
+ 0
+
+
+ 691
+ 1
+ 0
+ 0
+ 0
+
+
+ 692
+ 1
+ 0
+ 0
+ 0
+
+
+ 693
+ 1
+ 0
+ 0
+ 0
+
+
+ 694
+ 1
+ 0
+ 0
+ 0
+
+
+ 695
+ 1
+ 0
+ 0
+ 0
+
+
+ 696
+ 1
+ 0
+ 0
+ 0
+
+
+ 697
+ 1
+ 0
+ 0
+ 0
+
+
+ 698
+ 1
+ 0
+ 0
+ 0
+
+
+ 699
+ 1
+ 0
+ 0
+ 0
+
+
+ 700
+ 1
+ 0
+ 0
+ 0
+
+
+ 701
+ 1
+ 0
+ 0
+ 0
+
+
+ 702
+ 1
+ 0
+ 0
+ 0
+
+
+ 703
+ 1
+ 0
+ 0
+ 0
+
+
+ 704
+ 1
+ 0
+ 0
+ 0
+
+
+ 705
+ 1
+ 0
+ 0
+ 0
+
+
+ 706
+ 1
+ 0
+ 0
+ 0
+
+
+ 707
+ 1
+ 0
+ 0
+ 0
+
+
+ 708
+ 1
+ 0
+ 0
+ 0
+
+
+ 709
+ 1
+ 0
+ 0
+ 0
+
+
+ 710
+ 1
+ 0
+ 0
+ 0
+
+
+ 711
+ 1
+ 0
+ 0
+ 0
+
+
+ 712
+ 1
+ 0
+ 0
+ 0
+
+
+ 713
+ 1
+ 0
+ 0
+ 0
+
+
+ 714
+ 1
+ 0
+ 0
+ 0
+
+
+ 715
+ 1
+ 0
+ 0
+ 0
+
+
+ 716
+ 1
+ 0
+ 0
+ 0
+
+
+ 717
+ 1
+ 0
+ 0
+ 0
+
+
+ 718
+ 1
+ 0
+ 0
+ 0
+
+
+ 719
+ 1
+ 0
+ 0
+ 0
+
+
+ 720
+ 10
+ 0
+ 0
+ 0
+
+
+ 721
+ 700
+ 0
+ 0
+ 0
+
+
+ 722
+ 700
+ 0
+ 0
+ 0
+
+
+ 723
+ 700
+ 0
+ 0
+ 0
+
+
+ 724
+ 700
+ 0
+ 0
+ 0
+
+
+ 725
+ 700
+ 0
+ 0
+ 0
+
+
+ 726
+ 700
+ 0
+ 0
+ 0
+
+
+ 727
+ 2
+ 0
+ 0
+ 0
+
+
+ 728
+ 1
+ 0
+ 0
+ 0
+
+
+ 729
+ 1
+ 0
+ 0
+ 0
+
+
+ 730
+ 1
+ 0
+ 0
+ 0
+
+
+ 731
+ 1
+ 0
+ 0
+ 0
+
+
+ 732
+ 1
+ 0
+ 0
+ 0
+
+
+ 733
+ 1
+ 0
+ 0
+ 0
+
+
+ 734
+ 1
+ 0
+ 0
+ 0
+
+
+ 735
+ 1
+ 0
+ 0
+ 0
+
+
+ 736
+ 1
+ 0
+ 0
+ 0
+
+
+ 737
+ 1
+ 0
+ 0
+ 0
+
+
+ 738
+ 1
+ 0
+ 0
+ 0
+
+
+ 739
+ 1
+ 0
+ 0
+ 0
+
+
+ 740
+ 2
+ 0
+ 0
+ 0
+
+
+ 741
+ 1
+ 0
+ 0
+ 0
+
+
+ 742
+ 1
+ 0
+ 0
+ 0
+
+
+ 743
+ 1
+ 0
+ 0
+ 0
+
+
+ 744
+ 1
+ 0
+ 0
+ 0
+
+
+ 745
+ 1
+ 0
+ 0
+ 0
+
+
+ 746
+ 1
+ 0
+ 0
+ 0
+
+
+ 747
+ 1
+ 0
+ 0
+ 0
+
+
+ 748
+ 1
+ 0
+ 0
+ 0
+
+
+ 749
+ 1
+ 0
+ 0
+ 0
+
+
+ 750
+ 1
+ 0
+ 0
+ 0
+
+
+ 751
+ 1
+ 0
+ 0
+ 0
+
+
+ 752
+ 1
+ 0
+ 0
+ 0
+
+
+ 753
+ 1
+ 0
+ 0
+ 0
+
+
+ 754
+ 1
+ 0
+ 0
+ 0
+
+
+ 755
+ 5
+ 0
+ 0
+ 0
+
+
+ 756
+ 1
+ 0
+ 0
+ 0
+
+
+ 757
+ 1
+ 0
+ 0
+ 0
+
+
+ 758
+ 1
+ 0
+ 0
+ 0
+
+
+ 759
+ 1
+ 0
+ 0
+ 0
+
+
+ 760
+ 1
+ 0
+ 0
+ 0
+
+
+ 761
+ 5
+ 0
+ 0
+ 0
+
+
+ 762
+ 1
+ 0
+ 0
+ 0
+
+
+ 763
+ 1
+ 0
+ 0
+ 0
+
+
+ 764
+ 1
+ 0
+ 0
+ 0
+
+
+ 765
+ 1
+ 0
+ 0
+ 0
+
+
+ 766
+ 1
+ 0
+ 0
+ 0
+
+
+ 767
+ 4
+ 0
+ 0
+ 0
+
+
+ 768
+ 4
+ 0
+ 0
+ 0
+
+
+ 769
+ 1
+ 0
+ 0
+ 0
+
+
+ 770
+ 1
+ 0
+ 0
+ 0
+
+
+ 771
+ 15
+ 0
+ 0
+ 0
+
+
+ 772
+ 15
+ 0
+ 0
+ 0
+
+
+ 773
+ 2025
+ 0
+ 0
+ 0
+
+
+ 774
+ 2175
+ 0
+ 0
+ 0
+
+
+ 775
+ 1
+ 0
+ 0
+ 0
+
+
+ 776
+ 1
+ 0
+ 0
+ 0
+
+
+ 777
+ 1
+ 0
+ 0
+ 0
+
+
+ 778
+ 1
+ 0
+ 0
+ 0
+
+
+ 779
+ 1
+ 0
+ 0
+ 0
+
+
+ 780
+ 1
+ 0
+ 0
+ 0
+
+
+ 781
+ 1
+ 0
+ 0
+ 0
+
+
+ 782
+ 1
+ 0
+ 0
+ 0
+
+
+ 783
+ 2
+ 0
+ 0
+ 0
+
+
+ 784
+ 2
+ 0
+ 0
+ 0
+
+
+ 785
+ 2
+ 0
+ 0
+ 0
+
+
+ 786
+ 2
+ 0
+ 0
+ 0
+
+
+ 787
+ 2
+ 0
+ 0
+ 0
+
+
+ 788
+ 1
+ 0
+ 0
+ 0
+
+
+ 789
+ 1
+ 0
+ 0
+ 0
+
+
+ 790
+ 1
+ 0
+ 0
+ 0
+
+
+ 791
+ 1
+ 0
+ 0
+ 0
+
+
+ 792
+ 1
+ 0
+ 0
+ 0
+
+
+ 793
+ 1
+ 0
+ 0
+ 0
+
+
+ 794
+ 2
+ 0
+ 0
+ 0
+
+
+ 795
+ 2
+ 0
+ 0
+ 0
+
+
+ 796
+ 1
+ 0
+ 0
+ 0
+
+
+ 797
+ 1
+ 0
+ 0
+ 0
+
+
+ 798
+ 1
+ 0
+ 0
+ 0
+
+
+ 799
+ 1
+ 0
+ 0
+ 0
+
+
+ 800
+ 4
+ 0
+ 0
+ 0
+
+
+ 801
+ 13
+ 0
+ 0
+ 0
+
+
+ 802
+ 38
+ 0
+ 0
+ 0
+
+
+ 803
+ 105
+ 0
+ 0
+ 0
+
+
+ 804
+ 262
+ 0
+ 0
+ 0
+
+
+ 805
+ 698
+ 0
+ 0
+ 0
+
+
+ 806
+ 1
+ 0
+ 0
+ 0
+
+
+ 807
+ 2
+ 0
+ 0
+ 0
+
+
+ 808
+ 10
+ 0
+ 0
+ 0
+
+
+ 809
+ 25
+ 0
+ 0
+ 0
+
+
+ 810
+ 65
+ 0
+ 0
+ 0
+
+
+ 811
+ 350
+ 0
+ 0
+ 0
+
+
+ 812
+ 1
+ 0
+ 0
+ 0
+
+
+ 813
+ 2
+ 0
+ 0
+ 0
+
+
+ 814
+ 10
+ 0
+ 0
+ 0
+
+
+ 815
+ 25
+ 0
+ 0
+ 0
+
+
+ 816
+ 65
+ 0
+ 0
+ 0
+
+
+ 817
+ 350
+ 0
+ 0
+ 0
+
+
+ 818
+ 1
+ 0
+ 0
+ 0
+
+
+ 819
+ 1
+ 0
+ 0
+ 0
+
+
+ 820
+ 3
+ 0
+ 0
+ 0
+
+
+ 821
+ 5
+ 0
+ 0
+ 0
+
+
+ 822
+ 12
+ 0
+ 0
+ 0
+
+
+ 823
+ 36
+ 0
+ 0
+ 0
+
+
+ 824
+ 175
+ 0
+ 0
+ 0
+
+
+ 825
+ 6
+ 0
+ 0
+ 0
+
+
+ 826
+ 8
+ 0
+ 0
+ 0
+
+
+ 827
+ 37
+ 0
+ 0
+ 0
+
+
+ 828
+ 98
+ 0
+ 0
+ 0
+
+
+ 829
+ 246
+ 0
+ 0
+ 0
+
+
+ 830
+ 624
+ 0
+ 0
+ 0
+
+
+ 831
+ 4
+ 0
+ 0
+ 0
+
+
+ 832
+ 6
+ 0
+ 0
+ 0
+
+
+ 833
+ 24
+ 0
+ 0
+ 0
+
+
+ 834
+ 64
+ 0
+ 0
+ 0
+
+
+ 835
+ 160
+ 0
+ 0
+ 0
+
+
+ 836
+ 400
+ 0
+ 0
+ 0
+
+
+ 837
+ 70
+ 0
+ 0
+ 0
+
+
+ 838
+ 70
+ 0
+ 0
+ 0
+
+
+ 839
+ 80
+ 0
+ 0
+ 0
+
+
+ 840
+ 80
+ 0
+ 0
+ 0
+
+
+ 841
+ 50
+ 0
+ 0
+ 0
+
+
+ 842
+ 50
+ 0
+ 0
+ 0
+
+
+ 843
+ 100
+ 0
+ 0
+ 0
+
+
+ 844
+ 100
+ 0
+ 0
+ 0
+
+
+ 845
+ 160
+ 0
+ 0
+ 0
+
+
+ 846
+ 160
+ 0
+ 0
+ 0
+
+
+ 847
+ 320
+ 0
+ 0
+ 0
+
+
+ 848
+ 320
+ 0
+ 0
+ 0
+
+
+ 849
+ 200
+ 0
+ 0
+ 0
+
+
+ 850
+ 200
+ 0
+ 0
+ 0
+
+
+ 851
+ 640
+ 0
+ 0
+ 0
+
+
+ 852
+ 640
+ 0
+ 0
+ 0
+
+
+ 853
+ 400
+ 0
+ 0
+ 0
+
+
+ 854
+ 400
+ 0
+ 0
+ 0
+
+
+ 855
+ 1280
+ 0
+ 0
+ 0
+
+
+ 856
+ 1280
+ 0
+ 0
+ 0
+
+
+ 857
+ 800
+ 0
+ 0
+ 0
+
+
+ 858
+ 800
+ 0
+ 0
+ 0
+
+
+ 859
+ 2560
+ 0
+ 0
+ 0
+
+
+ 860
+ 2560
+ 0
+ 0
+ 0
+
+
+ 861
+ 1600
+ 0
+ 0
+ 0
+
+
+ 862
+ 1600
+ 0
+ 0
+ 0
+
+
+ 863
+ 58
+ 0
+ 0
+ 0
+
+
+ 864
+ 14
+ 0
+ 0
+ 0
+
+
+ 865
+ 68
+ 0
+ 0
+ 0
+
+
+ 866
+ 27
+ 0
+ 0
+ 0
+
+
+ 867
+ 66
+ 0
+ 0
+ 0
+
+
+ 868
+ 167
+ 0
+ 0
+ 0
+
+
+ 869
+ 19
+ 0
+ 0
+ 0
+
+
+ 870
+ 1
+ 0
+ 0
+ 0
+
+
+ 871
+ 3
+ 0
+ 0
+ 0
+
+
+ 872
+ 10
+ 0
+ 0
+ 0
+
+
+ 873
+ 27
+ 0
+ 0
+ 0
+
+
+ 874
+ 18
+ 0
+ 0
+ 0
+
+
+ 875
+ 66
+ 0
+ 0
+ 0
+
+
+ 876
+ 166
+ 0
+ 0
+ 0
+
+
+ 877
+ 3
+ 0
+ 0
+ 0
+
+
+ 878
+ 3
+ 0
+ 0
+ 0
+
+
+ 879
+ 7
+ 0
+ 0
+ 0
+
+
+ 880
+ 13
+ 0
+ 0
+ 0
+
+
+ 881
+ 200
+ 0
+ 0
+ 0
+
+
+ 882
+ 7
+ 0
+ 0
+ 0
+
+
+ 883
+ 1
+ 0
+ 0
+ 0
+
+
+ 884
+ 20
+ 0
+ 0
+ 0
+
+
+ 885
+ 3
+ 0
+ 0
+ 0
+
+
+ 886
+ 46
+ 0
+ 0
+ 0
+
+
+ 887
+ 12
+ 0
+ 0
+ 0
+
+
+ 888
+ 76
+ 0
+ 0
+ 0
+
+
+ 889
+ 32
+ 0
+ 0
+ 0
+
+
+ 890
+ 172
+ 0
+ 0
+ 0
+
+
+ 891
+ 80
+ 0
+ 0
+ 0
+
+
+ 892
+ 510
+ 0
+ 0
+ 0
+
+
+ 893
+ 400
+ 0
+ 0
+ 0
+
+
+ 894
+ 1
+ 0
+ 0
+ 0
+
+
+ 895
+ 1
+ 0
+ 0
+ 0
+
+
+ 896
+ 1
+ 0
+ 0
+ 0
+
+
+ 897
+ 1
+ 0
+ 0
+ 0
+
+
+ 898
+ 1
+ 0
+ 0
+ 0
+
+
+ 899
+ 1
+ 0
+ 0
+ 0
+
+
+ 900
+ 1
+ 0
+ 0
+ 0
+
+
+ 901
+ 1
+ 0
+ 0
+ 0
+
+
+ 902
+ 1
+ 0
+ 0
+ 0
+
+
+ 903
+ 1
+ 0
+ 0
+ 0
+
+
+ 904
+ 1
+ 0
+ 0
+ 0
+
+
+ 905
+ 1
+ 0
+ 0
+ 0
+
+
+ 906
+ 1
+ 0
+ 0
+ 0
+
+
+ 907
+ 1
+ 0
+ 0
+ 0
+
+
+ 908
+ 1
+ 0
+ 0
+ 0
+
+
+ 909
+ 1
+ 0
+ 0
+ 0
+
+
+ 910
+ 1
+ 0
+ 0
+ 0
+
+
+ 911
+ 1
+ 0
+ 0
+ 0
+
+
+ 912
+ 1
+ 0
+ 0
+ 0
+
+
+ 913
+ 1
+ 0
+ 0
+ 0
+
+
+ 914
+ 1
+ 0
+ 0
+ 0
+
+
+ 915
+ 1
+ 0
+ 0
+ 0
+
+
+ 916
+ 1
+ 0
+ 0
+ 0
+
+
+ 917
+ 1
+ 0
+ 0
+ 0
+
+
+ 918
+ 1
+ 0
+ 0
+ 0
+
+
+ 919
+ 1
+ 0
+ 0
+ 0
+
+
+ 920
+ 1
+ 0
+ 0
+ 0
+
+
+ 921
+ 1
+ 0
+ 0
+ 0
+
+
+ 922
+ 1
+ 0
+ 0
+ 0
+
+
+ 923
+ 1
+ 0
+ 0
+ 0
+
+
+ 924
+ 1
+ 0
+ 0
+ 0
+
+
+ 925
+ 1
+ 0
+ 0
+ 0
+
+
+ 926
+ 1
+ 0
+ 0
+ 0
+
+
+ 927
+ 1
+ 0
+ 0
+ 0
+
+
+ 928
+ 1
+ 0
+ 0
+ 0
+
+
+ 929
+ 1
+ 0
+ 0
+ 0
+
+
+ 930
+ 1
+ 0
+ 0
+ 0
+
+
+ 931
+ 1
+ 0
+ 0
+ 0
+
+
+ 932
+ 1
+ 0
+ 0
+ 0
+
+
+ 933
+ 1
+ 0
+ 0
+ 0
+
+
+ 934
+ 1
+ 0
+ 0
+ 0
+
+
+ 935
+ 1
+ 0
+ 0
+ 0
+
+
+ 936
+ 1
+ 0
+ 0
+ 0
+
+
+ 937
+ 1
+ 0
+ 0
+ 0
+
+
+ 938
+ 1
+ 0
+ 0
+ 0
+
+
+ 939
+ 1
+ 0
+ 0
+ 0
+
+
+ 940
+ 1
+ 0
+ 0
+ 0
+
+
+ 941
+ 1
+ 0
+ 0
+ 0
+
+
+ 942
+ 10
+ 0
+ 0
+ 0
+
+
+ 943
+ 1
+ 0
+ 0
+ 0
+
+
+ 944
+ 1
+ 0
+ 0
+ 0
+
+
+ 945
+ 1
+ 0
+ 0
+ 0
+
+
+ 946
+ 6
+ 0
+ 0
+ 0
+
+
+ 947
+ 6
+ 0
+ 0
+ 0
+
+
+ 948
+ 10
+ 0
+ 0
+ 0
+
+
+ 949
+ 10
+ 0
+ 0
+ 0
+
+
+ 950
+ 55
+ 0
+ 0
+ 0
+
+
+ 951
+ 55
+ 0
+ 0
+ 0
+
+
+ 952
+ 3
+ 0
+ 0
+ 0
+
+
+ 953
+ 3
+ 0
+ 0
+ 0
+
+
+ 954
+ 18
+ 0
+ 0
+ 0
+
+
+ 955
+ 18
+ 0
+ 0
+ 0
+
+
+ 956
+ 1
+ 0
+ 0
+ 0
+
+
+ 957
+ 1
+ 0
+ 0
+ 0
+
+
+ 958
+ 150
+ 0
+ 0
+ 0
+
+
+ 959
+ 150
+ 0
+ 0
+ 0
+
+
+ 960
+ 100
+ 0
+ 0
+ 0
+
+
+ 961
+ 100
+ 0
+ 0
+ 0
+
+
+ 962
+ 1
+ 0
+ 0
+ 0
+
+
+ 963
+ 1
+ 0
+ 0
+ 0
+
+
+ 964
+ 1
+ 0
+ 0
+ 0
+
+
+ 965
+ 1
+ 0
+ 0
+ 0
+
+
+ 966
+ 1
+ 0
+ 0
+ 0
+
+
+ 967
+ 1
+ 0
+ 0
+ 0
+
+
+ 968
+ 1
+ 0
+ 0
+ 0
+
+
+ 969
+ 1
+ 0
+ 0
+ 0
+
+
+ 970
+ 10
+ 0
+ 0
+ 0
+
+
+ 971
+ 10
+ 0
+ 0
+ 0
+
+
+ 972
+ 1
+ 0
+ 0
+ 0
+
+
+ 973
+ 45
+ 0
+ 0
+ 0
+
+
+ 974
+ 45
+ 0
+ 0
+ 0
+
+
+ 975
+ 52
+ 0
+ 0
+ 0
+
+
+ 976
+ 52
+ 0
+ 0
+ 0
+
+
+ 977
+ 1
+ 0
+ 0
+ 0
+
+
+ 978
+ 1
+ 0
+ 0
+ 0
+
+
+ 979
+ 1
+ 0
+ 0
+ 0
+
+
+ 980
+ 1
+ 0
+ 0
+ 0
+
+
+ 981
+ 12
+ 0
+ 0
+ 0
+
+
+ 982
+ 12
+ 0
+ 0
+ 0
+
+
+ 983
+ 1
+ 0
+ 0
+ 0
+
+
+ 984
+ 1
+ 0
+ 0
+ 0
+
+
+ 985
+ 1
+ 0
+ 0
+ 0
+
+
+ 986
+ 1
+ 0
+ 0
+ 0
+
+
+ 987
+ 1
+ 0
+ 0
+ 0
+
+
+ 988
+ 1
+ 0
+ 0
+ 0
+
+
+ 989
+ 1
+ 0
+ 0
+ 0
+
+
+ 990
+ 1
+ 0
+ 0
+ 0
+
+
+ 991
+ 1
+ 0
+ 0
+ 0
+
+
+ 992
+ 1
+ 0
+ 0
+ 0
+
+
+ 993
+ 1
+ 0
+ 0
+ 0
+
+
+ 994
+ 1
+ 0
+ 0
+ 0
+
+
+ 995
+ 1
+ 0
+ 0
+ 0
+
+
+ 996
+ 1
+ 0
+ 0
+ 0
+
+
+ 997
+ 1
+ 0
+ 0
+ 0
+
+
+ 998
+ 1
+ 0
+ 0
+ 0
+
+
+ 999
+ 1
+ 0
+ 0
+ 0
+
+
+ 1000
+ 1
+ 0
+ 0
+ 0
+
+
+ 1001
+ 1
+ 0
+ 0
+ 0
+
+
+ 1002
+ 1
+ 0
+ 0
+ 0
+
+
+ 1003
+ 1
+ 0
+ 0
+ 0
+
+
+ 1004
+ 1
+ 0
+ 0
+ 0
+
+
+ 1005
+ 2
+ 0
+ 0
+ 0
+
+
+ 1006
+ 2
+ 0
+ 0
+ 0
+
+
+ 1007
+ 20
+ 0
+ 0
+ 0
+
+
+ 1008
+ 20
+ 0
+ 0
+ 0
+
+
+ 1009
+ 30
+ 0
+ 0
+ 0
+
+
+ 1010
+ 30
+ 0
+ 0
+ 0
+
+
+ 1011
+ 2
+ 0
+ 0
+ 0
+
+
+ 1012
+ 2
+ 0
+ 0
+ 0
+
+
+ 1013
+ 2
+ 0
+ 0
+ 0
+
+
+ 1014
+ 2
+ 0
+ 0
+ 0
+
+
+ 1015
+ 2
+ 0
+ 0
+ 0
+
+
+ 1016
+ 2
+ 0
+ 0
+ 0
+
+
+ 1017
+ 2
+ 0
+ 0
+ 0
+
+
+ 1018
+ 2
+ 0
+ 0
+ 0
+
+
+ 1019
+ 20
+ 0
+ 0
+ 0
+
+
+ 1020
+ 20
+ 0
+ 0
+ 0
+
+
+ 1021
+ 20
+ 0
+ 0
+ 0
+
+
+ 1022
+ 20
+ 0
+ 0
+ 0
+
+
+ 1023
+ 20
+ 0
+ 0
+ 0
+
+
+ 1024
+ 20
+ 0
+ 0
+ 0
+
+
+ 1025
+ 2
+ 0
+ 0
+ 0
+
+
+ 1026
+ 2
+ 0
+ 0
+ 0
+
+
+ 1027
+ 20
+ 0
+ 0
+ 0
+
+
+ 1028
+ 20
+ 0
+ 0
+ 0
+
+
+ 1029
+ 20
+ 0
+ 0
+ 0
+
+
+ 1030
+ 20
+ 0
+ 0
+ 0
+
+
+ 1031
+ 20
+ 0
+ 0
+ 0
+
+
+ 1032
+ 20
+ 0
+ 0
+ 0
+
+
+ 1033
+ 30
+ 0
+ 0
+ 0
+
+
+ 1034
+ 30
+ 0
+ 0
+ 0
+
+
+ 1035
+ 40
+ 0
+ 0
+ 0
+
+
+ 1036
+ 40
+ 0
+ 0
+ 0
+
+
+ 1037
+ 1
+ 0
+ 0
+ 0
+
+
+ 1038
+ 1
+ 0
+ 0
+ 0
+
+
+ 1039
+ 1
+ 0
+ 0
+ 0
+
+
+ 1040
+ 1
+ 0
+ 0
+ 0
+
+
+ 1041
+ 1
+ 0
+ 0
+ 0
+
+
+ 1042
+ 1
+ 0
+ 0
+ 0
+
+
+ 1043
+ 1
+ 0
+ 0
+ 0
+
+
+ 1044
+ 1
+ 0
+ 0
+ 0
+
+
+ 1045
+ 1
+ 0
+ 0
+ 0
+
+
+ 1046
+ 1
+ 0
+ 0
+ 0
+
+
+ 1047
+ 1
+ 0
+ 0
+ 0
+
+
+ 1048
+ 1
+ 0
+ 0
+ 0
+
+
+ 1049
+ 1
+ 0
+ 0
+ 0
+
+
+ 1050
+ 160
+ 0
+ 0
+ 0
+
+
+ 1051
+ 160
+ 0
+ 0
+ 0
+
+
+ 1052
+ 450
+ 0
+ 0
+ 0
+
+
+ 1053
+ 15
+ 0
+ 0
+ 0
+
+
+ 1054
+ 15
+ 0
+ 0
+ 0
+
+
+ 1055
+ 15
+ 0
+ 0
+ 0
+
+
+ 1056
+ 15
+ 0
+ 0
+ 0
+
+
+ 1057
+ 15
+ 0
+ 0
+ 0
+
+
+ 1058
+ 15
+ 0
+ 0
+ 0
+
+
+ 1059
+ 6
+ 0
+ 0
+ 0
+
+
+ 1060
+ 6
+ 0
+ 0
+ 0
+
+
+ 1061
+ 6
+ 0
+ 0
+ 0
+
+
+ 1062
+ 6
+ 0
+ 0
+ 0
+
+
+ 1063
+ 18
+ 0
+ 0
+ 0
+
+
+ 1064
+ 18
+ 0
+ 0
+ 0
+
+
+ 1065
+ 2500
+ 0
+ 0
+ 0
+
+
+ 1066
+ 2500
+ 0
+ 0
+ 0
+
+
+ 1067
+ 280
+ 0
+ 0
+ 0
+
+
+ 1068
+ 280
+ 0
+ 0
+ 0
+
+
+ 1069
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1070
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1071
+ 2600
+ 0
+ 0
+ 0
+
+
+ 1072
+ 2600
+ 0
+ 0
+ 0
+
+
+ 1073
+ 6400
+ 0
+ 0
+ 0
+
+
+ 1074
+ 6400
+ 0
+ 0
+ 0
+
+
+ 1075
+ 80
+ 0
+ 0
+ 0
+
+
+ 1076
+ 80
+ 0
+ 0
+ 0
+
+
+ 1077
+ 1920
+ 0
+ 0
+ 0
+
+
+ 1078
+ 1920
+ 0
+ 0
+ 0
+
+
+ 1079
+ 64000
+ 0
+ 0
+ 0
+
+
+ 1080
+ 64000
+ 0
+ 0
+ 0
+
+
+ 1081
+ 280
+ 0
+ 0
+ 0
+
+
+ 1082
+ 280
+ 0
+ 0
+ 0
+
+
+ 1083
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1084
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1085
+ 2600
+ 0
+ 0
+ 0
+
+
+ 1086
+ 2600
+ 0
+ 0
+ 0
+
+
+ 1087
+ 80
+ 0
+ 0
+ 0
+
+
+ 1088
+ 80
+ 0
+ 0
+ 0
+
+
+ 1089
+ 1920
+ 0
+ 0
+ 0
+
+
+ 1090
+ 1920
+ 0
+ 0
+ 0
+
+
+ 1091
+ 6400
+ 0
+ 0
+ 0
+
+
+ 1092
+ 6400
+ 0
+ 0
+ 0
+
+
+ 1093
+ 64000
+ 0
+ 0
+ 0
+
+
+ 1094
+ 64000
+ 0
+ 0
+ 0
+
+
+ 1095
+ 20
+ 0
+ 0
+ 0
+
+
+ 1096
+ 20
+ 0
+ 0
+ 0
+
+
+ 1097
+ 750
+ 0
+ 0
+ 0
+
+
+ 1098
+ 750
+ 0
+ 0
+ 0
+
+
+ 1099
+ 3900
+ 0
+ 0
+ 0
+
+
+ 1100
+ 3900
+ 0
+ 0
+ 0
+
+
+ 1101
+ 210
+ 0
+ 0
+ 0
+
+
+ 1102
+ 210
+ 0
+ 0
+ 0
+
+
+ 1103
+ 60
+ 0
+ 0
+ 0
+
+
+ 1104
+ 60
+ 0
+ 0
+ 0
+
+
+ 1105
+ 750
+ 0
+ 0
+ 0
+
+
+ 1106
+ 750
+ 0
+ 0
+ 0
+
+
+ 1107
+ 1440
+ 0
+ 0
+ 0
+
+
+ 1108
+ 1440
+ 0
+ 0
+ 0
+
+
+ 1109
+ 1950
+ 0
+ 0
+ 0
+
+
+ 1110
+ 1950
+ 0
+ 0
+ 0
+
+
+ 1111
+ 4800
+ 0
+ 0
+ 0
+
+
+ 1112
+ 4800
+ 0
+ 0
+ 0
+
+
+ 1113
+ 50000
+ 0
+ 0
+ 0
+
+
+ 1114
+ 50000
+ 0
+ 0
+ 0
+
+
+ 1115
+ 560
+ 0
+ 0
+ 0
+
+
+ 1116
+ 560
+ 0
+ 0
+ 0
+
+
+ 1117
+ 160
+ 0
+ 0
+ 0
+
+
+ 1118
+ 160
+ 0
+ 0
+ 0
+
+
+ 1119
+ 2000
+ 0
+ 0
+ 0
+
+
+ 1120
+ 2000
+ 0
+ 0
+ 0
+
+
+ 1121
+ 5200
+ 0
+ 0
+ 0
+
+
+ 1122
+ 5200
+ 0
+ 0
+ 0
+
+
+ 1123
+ 16640
+ 0
+ 0
+ 0
+
+
+ 1124
+ 16640
+ 0
+ 0
+ 0
+
+
+ 1125
+ 3840
+ 0
+ 0
+ 0
+
+
+ 1126
+ 3840
+ 0
+ 0
+ 0
+
+
+ 1127
+ 65000
+ 0
+ 0
+ 0
+
+
+ 1128
+ 65000
+ 0
+ 0
+ 0
+
+
+ 1129
+ 21
+ 0
+ 0
+ 0
+
+
+ 1130
+ 21
+ 0
+ 0
+ 0
+
+
+ 1131
+ 170
+ 0
+ 0
+ 0
+
+
+ 1132
+ 170
+ 0
+ 0
+ 0
+
+
+ 1133
+ 850
+ 0
+ 0
+ 0
+
+
+ 1134
+ 850
+ 0
+ 0
+ 0
+
+
+ 1135
+ 7800
+ 0
+ 0
+ 0
+
+
+ 1136
+ 7800
+ 0
+ 0
+ 0
+
+
+ 1137
+ 84
+ 0
+ 0
+ 0
+
+
+ 1138
+ 84
+ 0
+ 0
+ 0
+
+
+ 1139
+ 24
+ 0
+ 0
+ 0
+
+
+ 1140
+ 24
+ 0
+ 0
+ 0
+
+
+ 1141
+ 300
+ 0
+ 0
+ 0
+
+
+ 1142
+ 300
+ 0
+ 0
+ 0
+
+
+ 1143
+ 780
+ 0
+ 0
+ 0
+
+
+ 1144
+ 780
+ 0
+ 0
+ 0
+
+
+ 1145
+ 1920
+ 0
+ 0
+ 0
+
+
+ 1146
+ 1920
+ 0
+ 0
+ 0
+
+
+ 1147
+ 19200
+ 0
+ 0
+ 0
+
+
+ 1148
+ 19200
+ 0
+ 0
+ 0
+
+
+ 1149
+ 100000
+ 0
+ 0
+ 0
+
+
+ 1150
+ 100000
+ 0
+ 0
+ 0
+
+
+ 1151
+ 576
+ 0
+ 0
+ 0
+
+
+ 1152
+ 576
+ 0
+ 0
+ 0
+
+
+ 1153
+ 154
+ 0
+ 0
+ 0
+
+
+ 1154
+ 154
+ 0
+ 0
+ 0
+
+
+ 1155
+ 44
+ 0
+ 0
+ 0
+
+
+ 1156
+ 44
+ 0
+ 0
+ 0
+
+
+ 1157
+ 550
+ 0
+ 0
+ 0
+
+
+ 1158
+ 550
+ 0
+ 0
+ 0
+
+
+ 1159
+ 1430
+ 0
+ 0
+ 0
+
+
+ 1160
+ 1430
+ 0
+ 0
+ 0
+
+
+ 1161
+ 3520
+ 0
+ 0
+ 0
+
+
+ 1162
+ 3520
+ 0
+ 0
+ 0
+
+
+ 1163
+ 35200
+ 0
+ 0
+ 0
+
+
+ 1164
+ 35200
+ 0
+ 0
+ 0
+
+
+ 1165
+ 1372
+ 0
+ 0
+ 0
+
+
+ 1166
+ 1372
+ 0
+ 0
+ 0
+
+
+ 1167
+ 24
+ 0
+ 0
+ 0
+
+
+ 1168
+ 24
+ 0
+ 0
+ 0
+
+
+ 1169
+ 200
+ 0
+ 0
+ 0
+
+
+ 1170
+ 200
+ 0
+ 0
+ 0
+
+
+ 1171
+ 20
+ 0
+ 0
+ 0
+
+
+ 1172
+ 20
+ 0
+ 0
+ 0
+
+
+ 1173
+ 48
+ 0
+ 0
+ 0
+
+
+ 1174
+ 48
+ 0
+ 0
+ 0
+
+
+ 1175
+ 168
+ 0
+ 0
+ 0
+
+
+ 1176
+ 168
+ 0
+ 0
+ 0
+
+
+ 1177
+ 600
+ 0
+ 0
+ 0
+
+
+ 1178
+ 600
+ 0
+ 0
+ 0
+
+
+ 1179
+ 1152
+ 0
+ 0
+ 0
+
+
+ 1180
+ 1152
+ 0
+ 0
+ 0
+
+
+ 1181
+ 1560
+ 0
+ 0
+ 0
+
+
+ 1182
+ 1560
+ 0
+ 0
+ 0
+
+
+ 1183
+ 3840
+ 0
+ 0
+ 0
+
+
+ 1184
+ 3840
+ 0
+ 0
+ 0
+
+
+ 1185
+ 38400
+ 0
+ 0
+ 0
+
+
+ 1186
+ 38400
+ 0
+ 0
+ 0
+
+
+ 1187
+ 500000
+ 0
+ 0
+ 0
+
+
+ 1188
+ 500000
+ 0
+ 0
+ 0
+
+
+ 1189
+ 68
+ 0
+ 0
+ 0
+
+
+ 1190
+ 68
+ 0
+ 0
+ 0
+
+
+ 1191
+ 238
+ 0
+ 0
+ 0
+
+
+ 1192
+ 238
+ 0
+ 0
+ 0
+
+
+ 1193
+ 850
+ 0
+ 0
+ 0
+
+
+ 1194
+ 850
+ 0
+ 0
+ 0
+
+
+ 1195
+ 2121
+ 0
+ 0
+ 0
+
+
+ 1196
+ 2121
+ 0
+ 0
+ 0
+
+
+ 1197
+ 2210
+ 0
+ 0
+ 0
+
+
+ 1198
+ 2210
+ 0
+ 0
+ 0
+
+
+ 1199
+ 5440
+ 0
+ 0
+ 0
+
+
+ 1200
+ 5440
+ 0
+ 0
+ 0
+
+
+ 1201
+ 54400
+ 0
+ 0
+ 0
+
+
+ 1202
+ 54400
+ 0
+ 0
+ 0
+
+
+ 1203
+ 35
+ 0
+ 0
+ 0
+
+
+ 1204
+ 35
+ 0
+ 0
+ 0
+
+
+ 1205
+ 10
+ 0
+ 0
+ 0
+
+
+ 1206
+ 10
+ 0
+ 0
+ 0
+
+
+ 1207
+ 125
+ 0
+ 0
+ 0
+
+
+ 1208
+ 125
+ 0
+ 0
+ 0
+
+
+ 1209
+ 325
+ 0
+ 0
+ 0
+
+
+ 1210
+ 325
+ 0
+ 0
+ 0
+
+
+ 1211
+ 800
+ 0
+ 0
+ 0
+
+
+ 1212
+ 800
+ 0
+ 0
+ 0
+
+
+ 1213
+ 8000
+ 0
+ 0
+ 0
+
+
+ 1214
+ 8000
+ 0
+ 0
+ 0
+
+
+ 1215
+ 30000
+ 0
+ 0
+ 0
+
+
+ 1216
+ 30000
+ 0
+ 0
+ 0
+
+
+ 1217
+ 240
+ 0
+ 0
+ 0
+
+
+ 1218
+ 240
+ 0
+ 0
+ 0
+
+
+ 1219
+ 35
+ 0
+ 0
+ 0
+
+
+ 1220
+ 35
+ 0
+ 0
+ 0
+
+
+ 1221
+ 10
+ 0
+ 0
+ 0
+
+
+ 1222
+ 10
+ 0
+ 0
+ 0
+
+
+ 1223
+ 125
+ 0
+ 0
+ 0
+
+
+ 1224
+ 125
+ 0
+ 0
+ 0
+
+
+ 1225
+ 325
+ 0
+ 0
+ 0
+
+
+ 1226
+ 325
+ 0
+ 0
+ 0
+
+
+ 1227
+ 800
+ 0
+ 0
+ 0
+
+
+ 1228
+ 800
+ 0
+ 0
+ 0
+
+
+ 1229
+ 8000
+ 0
+ 0
+ 0
+
+
+ 1230
+ 8000
+ 0
+ 0
+ 0
+
+
+ 1231
+ 24000
+ 0
+ 0
+ 0
+
+
+ 1232
+ 24000
+ 0
+ 0
+ 0
+
+
+ 1233
+ 240
+ 0
+ 0
+ 0
+
+
+ 1234
+ 240
+ 0
+ 0
+ 0
+
+
+ 1235
+ 565
+ 0
+ 0
+ 0
+
+
+ 1236
+ 565
+ 0
+ 0
+ 0
+
+
+ 1237
+ 26
+ 0
+ 0
+ 0
+
+
+ 1238
+ 26
+ 0
+ 0
+ 0
+
+
+ 1239
+ 91
+ 0
+ 0
+ 0
+
+
+ 1240
+ 91
+ 0
+ 0
+ 0
+
+
+ 1241
+ 325
+ 0
+ 0
+ 0
+
+
+ 1242
+ 325
+ 0
+ 0
+ 0
+
+
+ 1243
+ 845
+ 0
+ 0
+ 0
+
+
+ 1244
+ 845
+ 0
+ 0
+ 0
+
+
+ 1245
+ 2080
+ 0
+ 0
+ 0
+
+
+ 1246
+ 2080
+ 0
+ 0
+ 0
+
+
+ 1247
+ 20800
+ 0
+ 0
+ 0
+
+
+ 1248
+ 20800
+ 0
+ 0
+ 0
+
+
+ 1249
+ 62400
+ 0
+ 0
+ 0
+
+
+ 1250
+ 62400
+ 0
+ 0
+ 0
+
+
+ 1251
+ 26
+ 0
+ 0
+ 0
+
+
+ 1252
+ 26
+ 0
+ 0
+ 0
+
+
+ 1253
+ 91
+ 0
+ 0
+ 0
+
+
+ 1254
+ 91
+ 0
+ 0
+ 0
+
+
+ 1255
+ 325
+ 0
+ 0
+ 0
+
+
+ 1256
+ 325
+ 0
+ 0
+ 0
+
+
+ 1257
+ 845
+ 0
+ 0
+ 0
+
+
+ 1258
+ 845
+ 0
+ 0
+ 0
+
+
+ 1259
+ 2080
+ 0
+ 0
+ 0
+
+
+ 1260
+ 2080
+ 0
+ 0
+ 0
+
+
+ 1261
+ 20800
+ 0
+ 0
+ 0
+
+
+ 1262
+ 20800
+ 0
+ 0
+ 0
+
+
+ 1263
+ 62400
+ 0
+ 0
+ 0
+
+
+ 1264
+ 62400
+ 0
+ 0
+ 0
+
+
+ 1265
+ 1
+ 0
+ 0
+ 0
+
+
+ 1266
+ 1
+ 0
+ 0
+ 0
+
+
+ 1267
+ 140
+ 0
+ 0
+ 0
+
+
+ 1268
+ 140
+ 0
+ 0
+ 0
+
+
+ 1269
+ 500
+ 0
+ 0
+ 0
+
+
+ 1270
+ 500
+ 0
+ 0
+ 0
+
+
+ 1271
+ 3200
+ 0
+ 0
+ 0
+
+
+ 1272
+ 3200
+ 0
+ 0
+ 0
+
+
+ 1273
+ 1300
+ 0
+ 0
+ 0
+
+
+ 1274
+ 1300
+ 0
+ 0
+ 0
+
+
+ 1275
+ 32000
+ 0
+ 0
+ 0
+
+
+ 1276
+ 32000
+ 0
+ 0
+ 0
+
+
+ 1277
+ 26
+ 0
+ 0
+ 0
+
+
+ 1278
+ 26
+ 0
+ 0
+ 0
+
+
+ 1279
+ 91
+ 0
+ 0
+ 0
+
+
+ 1280
+ 91
+ 0
+ 0
+ 0
+
+
+ 1281
+ 325
+ 0
+ 0
+ 0
+
+
+ 1282
+ 325
+ 0
+ 0
+ 0
+
+
+ 1283
+ 624
+ 0
+ 0
+ 0
+
+
+ 1284
+ 624
+ 0
+ 0
+ 0
+
+
+ 1285
+ 845
+ 0
+ 0
+ 0
+
+
+ 1286
+ 845
+ 0
+ 0
+ 0
+
+
+ 1287
+ 2080
+ 0
+ 0
+ 0
+
+
+ 1288
+ 2080
+ 0
+ 0
+ 0
+
+
+ 1289
+ 20800
+ 0
+ 0
+ 0
+
+
+ 1290
+ 20800
+ 0
+ 0
+ 0
+
+
+ 1291
+ 40
+ 0
+ 0
+ 0
+
+
+ 1292
+ 40
+ 0
+ 0
+ 0
+
+
+ 1293
+ 140
+ 0
+ 0
+ 0
+
+
+ 1294
+ 140
+ 0
+ 0
+ 0
+
+
+ 1295
+ 500
+ 0
+ 0
+ 0
+
+
+ 1296
+ 500
+ 0
+ 0
+ 0
+
+
+ 1297
+ 960
+ 0
+ 0
+ 0
+
+
+ 1298
+ 960
+ 0
+ 0
+ 0
+
+
+ 1299
+ 1300
+ 0
+ 0
+ 0
+
+
+ 1300
+ 1300
+ 0
+ 0
+ 0
+
+
+ 1301
+ 3200
+ 0
+ 0
+ 0
+
+
+ 1302
+ 3200
+ 0
+ 0
+ 0
+
+
+ 1303
+ 32000
+ 0
+ 0
+ 0
+
+
+ 1304
+ 32000
+ 0
+ 0
+ 0
+
+
+ 1305
+ 100000
+ 0
+ 0
+ 0
+
+
+ 1306
+ 100000
+ 0
+ 0
+ 0
+
+
+ 1307
+ 80
+ 0
+ 0
+ 0
+
+
+ 1308
+ 80
+ 0
+ 0
+ 0
+
+
+ 1309
+ 280
+ 0
+ 0
+ 0
+
+
+ 1310
+ 280
+ 0
+ 0
+ 0
+
+
+ 1311
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1312
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1313
+ 1920
+ 0
+ 0
+ 0
+
+
+ 1314
+ 1920
+ 0
+ 0
+ 0
+
+
+ 1315
+ 2600
+ 0
+ 0
+ 0
+
+
+ 1316
+ 2600
+ 0
+ 0
+ 0
+
+
+ 1317
+ 6400
+ 0
+ 0
+ 0
+
+
+ 1318
+ 6400
+ 0
+ 0
+ 0
+
+
+ 1319
+ 64000
+ 0
+ 0
+ 0
+
+
+ 1320
+ 64000
+ 0
+ 0
+ 0
+
+
+ 1321
+ 32
+ 0
+ 0
+ 0
+
+
+ 1322
+ 32
+ 0
+ 0
+ 0
+
+
+ 1323
+ 112
+ 0
+ 0
+ 0
+
+
+ 1324
+ 112
+ 0
+ 0
+ 0
+
+
+ 1325
+ 400
+ 0
+ 0
+ 0
+
+
+ 1326
+ 400
+ 0
+ 0
+ 0
+
+
+ 1327
+ 768
+ 0
+ 0
+ 0
+
+
+ 1328
+ 768
+ 0
+ 0
+ 0
+
+
+ 1329
+ 1040
+ 0
+ 0
+ 0
+
+
+ 1330
+ 1040
+ 0
+ 0
+ 0
+
+
+ 1331
+ 2560
+ 0
+ 0
+ 0
+
+
+ 1332
+ 2560
+ 0
+ 0
+ 0
+
+
+ 1333
+ 25600
+ 0
+ 0
+ 0
+
+
+ 1334
+ 25600
+ 0
+ 0
+ 0
+
+
+ 1335
+ 224
+ 0
+ 0
+ 0
+
+
+ 1336
+ 224
+ 0
+ 0
+ 0
+
+
+ 1337
+ 61
+ 0
+ 0
+ 0
+
+
+ 1338
+ 61
+ 0
+ 0
+ 0
+
+
+ 1339
+ 832
+ 0
+ 0
+ 0
+
+
+ 1340
+ 832
+ 0
+ 0
+ 0
+
+
+ 1341
+ 1274
+ 0
+ 0
+ 0
+
+
+ 1342
+ 1274
+ 0
+ 0
+ 0
+
+
+ 1343
+ 2158
+ 0
+ 0
+ 0
+
+
+ 1344
+ 2158
+ 0
+ 0
+ 0
+
+
+ 1345
+ 5356
+ 0
+ 0
+ 0
+
+
+ 1346
+ 5356
+ 0
+ 0
+ 0
+
+
+ 1347
+ 41500
+ 0
+ 0
+ 0
+
+
+ 1348
+ 41500
+ 0
+ 0
+ 0
+
+
+ 1349
+ 56
+ 0
+ 0
+ 0
+
+
+ 1350
+ 56
+ 0
+ 0
+ 0
+
+
+ 1351
+ 16
+ 0
+ 0
+ 0
+
+
+ 1352
+ 16
+ 0
+ 0
+ 0
+
+
+ 1353
+ 200
+ 0
+ 0
+ 0
+
+
+ 1354
+ 200
+ 0
+ 0
+ 0
+
+
+ 1355
+ 520
+ 0
+ 0
+ 0
+
+
+ 1356
+ 520
+ 0
+ 0
+ 0
+
+
+ 1357
+ 1280
+ 0
+ 0
+ 0
+
+
+ 1358
+ 1280
+ 0
+ 0
+ 0
+
+
+ 1359
+ 12800
+ 0
+ 0
+ 0
+
+
+ 1360
+ 12800
+ 0
+ 0
+ 0
+
+
+ 1361
+ 384
+ 0
+ 0
+ 0
+
+
+ 1362
+ 384
+ 0
+ 0
+ 0
+
+
+ 1363
+ 182
+ 0
+ 0
+ 0
+
+
+ 1364
+ 182
+ 0
+ 0
+ 0
+
+
+ 1365
+ 650
+ 0
+ 0
+ 0
+
+
+ 1366
+ 650
+ 0
+ 0
+ 0
+
+
+ 1367
+ 1248
+ 0
+ 0
+ 0
+
+
+ 1368
+ 1248
+ 0
+ 0
+ 0
+
+
+ 1369
+ 1690
+ 0
+ 0
+ 0
+
+
+ 1370
+ 1690
+ 0
+ 0
+ 0
+
+
+ 1371
+ 4160
+ 0
+ 0
+ 0
+
+
+ 1372
+ 4160
+ 0
+ 0
+ 0
+
+
+ 1373
+ 41600
+ 0
+ 0
+ 0
+
+
+ 1374
+ 41600
+ 0
+ 0
+ 0
+
+
+ 1375
+ 52
+ 0
+ 0
+ 0
+
+
+ 1376
+ 52
+ 0
+ 0
+ 0
+
+
+ 1377
+ 200000
+ 0
+ 0
+ 0
+
+
+ 1378
+ 200000
+ 0
+ 0
+ 0
+
+
+ 1379
+ 15
+ 0
+ 0
+ 0
+
+
+ 1380
+ 15
+ 0
+ 0
+ 0
+
+
+ 1381
+ 1500
+ 0
+ 0
+ 0
+
+
+ 1382
+ 1500
+ 0
+ 0
+ 0
+
+
+ 1383
+ 1500
+ 0
+ 0
+ 0
+
+
+ 1384
+ 1500
+ 0
+ 0
+ 0
+
+
+ 1385
+ 1500
+ 0
+ 0
+ 0
+
+
+ 1386
+ 1500
+ 0
+ 0
+ 0
+
+
+ 1387
+ 1500
+ 0
+ 0
+ 0
+
+
+ 1388
+ 1500
+ 0
+ 0
+ 0
+
+
+ 1389
+ 200
+ 0
+ 0
+ 0
+
+
+ 1390
+ 200
+ 0
+ 0
+ 0
+
+
+ 1391
+ 7000
+ 0
+ 0
+ 0
+
+
+ 1392
+ 7000
+ 0
+ 0
+ 0
+
+
+ 1393
+ 15500
+ 0
+ 0
+ 0
+
+
+ 1394
+ 15500
+ 0
+ 0
+ 0
+
+
+ 1395
+ 15500
+ 0
+ 0
+ 0
+
+
+ 1396
+ 15500
+ 0
+ 0
+ 0
+
+
+ 1397
+ 15500
+ 0
+ 0
+ 0
+
+
+ 1398
+ 15500
+ 0
+ 0
+ 0
+
+
+ 1399
+ 15500
+ 0
+ 0
+ 0
+
+
+ 1400
+ 15500
+ 0
+ 0
+ 0
+
+
+ 1401
+ 42500
+ 0
+ 0
+ 0
+
+
+ 1402
+ 42500
+ 0
+ 0
+ 0
+
+
+ 1403
+ 42500
+ 0
+ 0
+ 0
+
+
+ 1404
+ 42500
+ 0
+ 0
+ 0
+
+
+ 1405
+ 42500
+ 0
+ 0
+ 0
+
+
+ 1406
+ 42500
+ 0
+ 0
+ 0
+
+
+ 1407
+ 42500
+ 0
+ 0
+ 0
+
+
+ 1408
+ 42500
+ 0
+ 0
+ 0
+
+
+ 1409
+ 42500
+ 0
+ 0
+ 0
+
+
+ 1410
+ 20
+ 0
+ 0
+ 0
+
+
+ 1411
+ 1
+ 0
+ 0
+ 0
+
+
+ 1412
+ 1
+ 0
+ 0
+ 0
+
+
+ 1413
+ 1
+ 0
+ 0
+ 0
+
+
+ 1414
+ 1
+ 0
+ 0
+ 0
+
+
+ 1415
+ 1
+ 0
+ 0
+ 0
+
+
+ 1416
+ 1
+ 0
+ 0
+ 0
+
+
+ 1417
+ 1
+ 0
+ 0
+ 0
+
+
+ 1418
+ 1
+ 0
+ 0
+ 0
+
+
+ 1419
+ 1
+ 0
+ 0
+ 0
+
+
+ 1420
+ 63
+ 0
+ 0
+ 0
+
+
+ 1421
+ 63
+ 0
+ 0
+ 0
+
+
+ 1422
+ 18
+ 0
+ 0
+ 0
+
+
+ 1423
+ 18
+ 0
+ 0
+ 0
+
+
+ 1424
+ 225
+ 0
+ 0
+ 0
+
+
+ 1425
+ 225
+ 0
+ 0
+ 0
+
+
+ 1426
+ 432
+ 0
+ 0
+ 0
+
+
+ 1427
+ 432
+ 0
+ 0
+ 0
+
+
+ 1428
+ 585
+ 0
+ 0
+ 0
+
+
+ 1429
+ 585
+ 0
+ 0
+ 0
+
+
+ 1430
+ 1440
+ 0
+ 0
+ 0
+
+
+ 1431
+ 1440
+ 0
+ 0
+ 0
+
+
+ 1432
+ 14400
+ 0
+ 0
+ 0
+
+
+ 1433
+ 14400
+ 0
+ 0
+ 0
+
+
+ 1434
+ 50000
+ 0
+ 0
+ 0
+
+
+ 1435
+ 50000
+ 0
+ 0
+ 0
+
+
+ 1436
+ 4
+ 0
+ 0
+ 0
+
+
+ 1437
+ 4
+ 0
+ 0
+ 0
+
+
+ 1438
+ 4
+ 0
+ 0
+ 0
+
+
+ 1439
+ 4
+ 0
+ 0
+ 0
+
+
+ 1440
+ 4
+ 0
+ 0
+ 0
+
+
+ 1441
+ 4
+ 0
+ 0
+ 0
+
+
+ 1442
+ 4
+ 0
+ 0
+ 0
+
+
+ 1443
+ 4
+ 0
+ 0
+ 0
+
+
+ 1444
+ 4
+ 0
+ 0
+ 0
+
+
+ 1445
+ 4
+ 0
+ 0
+ 0
+
+
+ 1446
+ 4
+ 0
+ 0
+ 0
+
+
+ 1447
+ 4
+ 0
+ 0
+ 0
+
+
+ 1448
+ 4
+ 0
+ 0
+ 0
+
+
+ 1449
+ 4
+ 0
+ 0
+ 0
+
+
+ 1450
+ 4
+ 0
+ 0
+ 0
+
+
+ 1451
+ 4
+ 0
+ 0
+ 0
+
+
+ 1452
+ 4
+ 0
+ 0
+ 0
+
+
+ 1453
+ 4
+ 0
+ 0
+ 0
+
+
+ 1454
+ 4
+ 0
+ 0
+ 0
+
+
+ 1455
+ 4
+ 0
+ 0
+ 0
+
+
+ 1456
+ 4
+ 0
+ 0
+ 0
+
+
+ 1457
+ 4
+ 0
+ 0
+ 0
+
+
+ 1458
+ 4
+ 0
+ 0
+ 0
+
+
+ 1459
+ 4
+ 0
+ 0
+ 0
+
+
+ 1460
+ 4
+ 0
+ 0
+ 0
+
+
+ 1461
+ 4
+ 0
+ 0
+ 0
+
+
+ 1462
+ 4
+ 0
+ 0
+ 0
+
+
+ 1463
+ 4
+ 0
+ 0
+ 0
+
+
+ 1464
+ 25
+ 0
+ 0
+ 0
+
+
+ 1465
+ 11
+ 0
+ 0
+ 0
+
+
+ 1466
+ 4
+ 0
+ 0
+ 0
+
+
+ 1467
+ 1
+ 0
+ 0
+ 0
+
+
+ 1468
+ 1
+ 0
+ 0
+ 0
+
+
+ 1469
+ 1
+ 0
+ 0
+ 0
+
+
+ 1470
+ 4
+ 0
+ 0
+ 0
+
+
+ 1471
+ 4
+ 0
+ 0
+ 0
+
+
+ 1472
+ 4
+ 0
+ 0
+ 0
+
+
+ 1473
+ 4
+ 0
+ 0
+ 0
+
+
+ 1474
+ 4
+ 0
+ 0
+ 0
+
+
+ 1475
+ 4
+ 0
+ 0
+ 0
+
+
+ 1476
+ 4
+ 0
+ 0
+ 0
+
+
+ 1477
+ 4
+ 0
+ 0
+ 0
+
+
+ 1478
+ 100
+ 0
+ 0
+ 0
+
+
+ 1479
+ 100
+ 0
+ 0
+ 0
+
+
+ 1480
+ 1
+ 0
+ 0
+ 0
+
+
+ 1481
+ 10
+ 0
+ 0
+ 0
+
+
+ 1482
+ 10
+ 0
+ 0
+ 0
+
+
+ 1483
+ 10
+ 0
+ 0
+ 0
+
+
+ 1484
+ 20
+ 0
+ 0
+ 0
+
+
+ 1485
+ 10
+ 0
+ 0
+ 0
+
+
+ 1486
+ 10
+ 0
+ 0
+ 0
+
+
+ 1487
+ 20
+ 0
+ 0
+ 0
+
+
+ 1488
+ 10
+ 0
+ 0
+ 0
+
+
+ 1489
+ 10
+ 0
+ 0
+ 0
+
+
+ 1490
+ 10
+ 0
+ 0
+ 0
+
+
+ 1491
+ 1
+ 0
+ 0
+ 0
+
+
+ 1492
+ 2
+ 0
+ 0
+ 0
+
+
+ 1493
+ 1
+ 0
+ 0
+ 0
+
+
+ 1494
+ 1
+ 0
+ 0
+ 0
+
+
+ 1495
+ 6
+ 0
+ 0
+ 0
+
+
+ 1496
+ 1
+ 0
+ 0
+ 0
+
+
+ 1497
+ 1
+ 0
+ 0
+ 0
+
+
+ 1498
+ 1
+ 0
+ 0
+ 0
+
+
+ 1499
+ 1
+ 0
+ 0
+ 0
+
+
+ 1500
+ 2
+ 0
+ 0
+ 0
+
+
+ 1501
+ 2
+ 0
+ 0
+ 0
+
+
+ 1502
+ 2
+ 0
+ 0
+ 0
+
+
+ 1503
+ 5
+ 0
+ 0
+ 0
+
+
+ 1504
+ 2
+ 0
+ 0
+ 0
+
+
+ 1505
+ 1
+ 0
+ 0
+ 0
+
+
+ 1506
+ 2
+ 0
+ 0
+ 0
+
+
+ 1507
+ 1
+ 0
+ 0
+ 0
+
+
+ 1508
+ 2
+ 0
+ 0
+ 0
+
+
+ 1509
+ 1
+ 0
+ 0
+ 0
+
+
+ 1510
+ 1
+ 0
+ 0
+ 0
+
+
+ 1511
+ 4
+ 0
+ 0
+ 0
+
+
+ 1512
+ 4
+ 0
+ 0
+ 0
+
+
+ 1513
+ 320
+ 0
+ 0
+ 0
+
+
+ 1514
+ 320
+ 0
+ 0
+ 0
+
+
+ 1515
+ 160
+ 0
+ 0
+ 0
+
+
+ 1516
+ 160
+ 0
+ 0
+ 0
+
+
+ 1517
+ 80
+ 0
+ 0
+ 0
+
+
+ 1518
+ 80
+ 0
+ 0
+ 0
+
+
+ 1519
+ 40
+ 0
+ 0
+ 0
+
+
+ 1520
+ 40
+ 0
+ 0
+ 0
+
+
+ 1521
+ 20
+ 0
+ 0
+ 0
+
+
+ 1522
+ 20
+ 0
+ 0
+ 0
+
+
+ 1523
+ 20
+ 0
+ 0
+ 0
+
+
+ 1524
+ 20
+ 0
+ 0
+ 0
+
+
+ 1525
+ 1
+ 0
+ 0
+ 0
+
+
+ 1526
+ 5
+ 0
+ 0
+ 0
+
+
+ 1527
+ 1
+ 0
+ 0
+ 0
+
+
+ 1528
+ 5
+ 0
+ 0
+ 0
+
+
+ 1529
+ 1
+ 0
+ 0
+ 0
+
+
+ 1530
+ 5
+ 0
+ 0
+ 0
+
+
+ 1531
+ 1
+ 0
+ 0
+ 0
+
+
+ 1532
+ 5
+ 0
+ 0
+ 0
+
+
+ 1533
+ 1
+ 0
+ 0
+ 0
+
+
+ 1534
+ 5
+ 0
+ 0
+ 0
+
+
+ 1535
+ 1
+ 0
+ 0
+ 0
+
+
+ 1536
+ 1
+ 0
+ 0
+ 0
+
+
+ 1537
+ 1
+ 0
+ 0
+ 0
+
+
+ 1538
+ 1
+ 0
+ 0
+ 0
+
+
+ 1539
+ 52
+ 0
+ 0
+ 0
+
+
+ 1540
+ 20
+ 0
+ 0
+ 0
+
+
+ 1541
+ 20
+ 0
+ 0
+ 0
+
+
+ 1542
+ 1
+ 0
+ 0
+ 0
+
+
+ 1543
+ 1
+ 0
+ 0
+ 0
+
+
+ 1544
+ 1
+ 0
+ 0
+ 0
+
+
+ 1545
+ 1
+ 0
+ 0
+ 0
+
+
+ 1546
+ 1
+ 0
+ 0
+ 0
+
+
+ 1547
+ 1
+ 0
+ 0
+ 0
+
+
+ 1548
+ 1
+ 0
+ 0
+ 0
+
+
+ 1549
+ 8
+ 0
+ 0
+ 0
+
+
+ 1550
+ 3
+ 0
+ 0
+ 0
+
+
+ 1551
+ 3
+ 0
+ 0
+ 0
+
+
+ 1552
+ 10
+ 0
+ 0
+ 0
+
+
+ 1553
+ 1
+ 0
+ 0
+ 0
+
+
+ 1554
+ 1
+ 0
+ 0
+ 0
+
+
+ 1555
+ 1
+ 0
+ 0
+ 0
+
+
+ 1556
+ 1
+ 0
+ 0
+ 0
+
+
+ 1557
+ 1
+ 0
+ 0
+ 0
+
+
+ 1558
+ 1
+ 0
+ 0
+ 0
+
+
+ 1559
+ 1
+ 0
+ 0
+ 0
+
+
+ 1560
+ 1
+ 0
+ 0
+ 0
+
+
+ 1561
+ 1
+ 0
+ 0
+ 0
+
+
+ 1562
+ 1
+ 0
+ 0
+ 0
+
+
+ 1563
+ 1
+ 0
+ 0
+ 0
+
+
+ 1564
+ 1
+ 0
+ 0
+ 0
+
+
+ 1565
+ 1
+ 0
+ 0
+ 0
+
+
+ 1566
+ 1
+ 0
+ 0
+ 0
+
+
+ 1567
+ 1
+ 0
+ 0
+ 0
+
+
+ 1568
+ 1
+ 0
+ 0
+ 0
+
+
+ 1569
+ 1
+ 0
+ 0
+ 0
+
+
+ 1570
+ 1
+ 0
+ 0
+ 0
+
+
+ 1571
+ 1
+ 0
+ 0
+ 0
+
+
+ 1572
+ 1
+ 0
+ 0
+ 0
+
+
+ 1573
+ 2
+ 0
+ 0
+ 0
+
+
+ 1574
+ 1
+ 0
+ 0
+ 0
+
+
+ 1575
+ 350
+ 0
+ 0
+ 0
+
+
+ 1576
+ 1
+ 0
+ 0
+ 0
+
+
+ 1577
+ 5
+ 0
+ 0
+ 0
+
+
+ 1578
+ 5
+ 0
+ 0
+ 0
+
+
+ 1579
+ 2
+ 0
+ 0
+ 0
+
+
+ 1580
+ 6
+ 0
+ 0
+ 0
+
+
+ 1581
+ 5
+ 0
+ 0
+ 0
+
+
+ 1582
+ 10
+ 0
+ 0
+ 0
+
+
+ 1583
+ 2
+ 0
+ 0
+ 0
+
+
+ 1584
+ 1
+ 0
+ 0
+ 0
+
+
+ 1585
+ 15
+ 0
+ 0
+ 0
+
+
+ 1586
+ 1
+ 0
+ 0
+ 0
+
+
+ 1587
+ 1
+ 0
+ 0
+ 0
+
+
+ 1588
+ 1
+ 0
+ 0
+ 0
+
+
+ 1589
+ 1
+ 0
+ 0
+ 0
+
+
+ 1590
+ 1
+ 0
+ 0
+ 0
+
+
+ 1591
+ 1
+ 0
+ 0
+ 0
+
+
+ 1592
+ 5
+ 0
+ 0
+ 0
+
+
+ 1593
+ 5
+ 0
+ 0
+ 0
+
+
+ 1594
+ 200
+ 0
+ 0
+ 0
+
+
+ 1595
+ 5
+ 0
+ 0
+ 0
+
+
+ 1596
+ 5
+ 0
+ 0
+ 0
+
+
+ 1597
+ 5
+ 0
+ 0
+ 0
+
+
+ 1598
+ 5
+ 0
+ 0
+ 0
+
+
+ 1599
+ 5
+ 0
+ 0
+ 0
+
+
+ 1600
+ 5
+ 0
+ 0
+ 0
+
+
+ 1601
+ 2000
+ 0
+ 0
+ 0
+
+
+ 1602
+ 2000
+ 0
+ 0
+ 0
+
+
+ 1603
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1604
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1605
+ 500
+ 0
+ 0
+ 0
+
+
+ 1606
+ 500
+ 0
+ 0
+ 0
+
+
+ 1607
+ 250
+ 0
+ 0
+ 0
+
+
+ 1608
+ 250
+ 0
+ 0
+ 0
+
+
+ 1609
+ 100
+ 0
+ 0
+ 0
+
+
+ 1610
+ 100
+ 0
+ 0
+ 0
+
+
+ 1611
+ 150
+ 0
+ 0
+ 0
+
+
+ 1612
+ 150
+ 0
+ 0
+ 0
+
+
+ 1613
+ 200
+ 0
+ 0
+ 0
+
+
+ 1614
+ 200
+ 0
+ 0
+ 0
+
+
+ 1615
+ 10000
+ 0
+ 0
+ 0
+
+
+ 1616
+ 10000
+ 0
+ 0
+ 0
+
+
+ 1617
+ 200
+ 0
+ 0
+ 0
+
+
+ 1618
+ 200
+ 0
+ 0
+ 0
+
+
+ 1619
+ 100
+ 0
+ 0
+ 0
+
+
+ 1620
+ 100
+ 0
+ 0
+ 0
+
+
+ 1621
+ 50
+ 0
+ 0
+ 0
+
+
+ 1622
+ 50
+ 0
+ 0
+ 0
+
+
+ 1623
+ 25
+ 0
+ 0
+ 0
+
+
+ 1624
+ 25
+ 0
+ 0
+ 0
+
+
+ 1625
+ 20
+ 0
+ 0
+ 0
+
+
+ 1626
+ 20
+ 0
+ 0
+ 0
+
+
+ 1627
+ 30
+ 0
+ 0
+ 0
+
+
+ 1628
+ 30
+ 0
+ 0
+ 0
+
+
+ 1629
+ 40
+ 0
+ 0
+ 0
+
+
+ 1630
+ 40
+ 0
+ 0
+ 0
+
+
+ 1631
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1632
+ 1000
+ 0
+ 0
+ 0
+
+
+ 1633
+ 1
+ 0
+ 0
+ 0
+
+
+ 1634
+ 1
+ 0
+ 0
+ 0
+
+
+ 1635
+ 350
+ 0
+ 0
+ 0
+
+
+ 1636
+ 350
+ 0
+ 0
+ 0
+
+
+ 1637
+ 900
+ 0
+ 0
+ 0
+
+
+ 1638
+ 900
+ 0
+ 0
+ 0
+
+
+ 1639
+ 1275
+ 0
+ 0
+ 0
+
+
+ 1640
+ 1275
+ 0
+ 0
+ 0
+
+
+ 1641
+ 2025
+ 0
+ 0
+ 0
+
+
+ 1642
+ 2025
+ 0
+ 0
+ 0
+
+
+ 1643
+ 3525
+ 0
+ 0
+ 0
+
+
+ 1644
+ 3525
+ 0
+ 0
+ 0
+
+
+ 1645
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1646
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1647
+ 1
+ 0
+ 0
+ 0
+
+
+ 1648
+ 1
+ 0
+ 0
+ 0
+
+
+ 1649
+ 1
+ 0
+ 0
+ 0
+
+
+ 1650
+ 1
+ 0
+ 0
+ 0
+
+
+ 1651
+ 1
+ 0
+ 0
+ 0
+
+
+ 1652
+ 1
+ 0
+ 0
+ 0
+
+
+ 1653
+ 1
+ 0
+ 0
+ 0
+
+
+ 1654
+ 450
+ 0
+ 0
+ 0
+
+
+ 1655
+ 450
+ 0
+ 0
+ 0
+
+
+ 1656
+ 1050
+ 0
+ 0
+ 0
+
+
+ 1657
+ 1050
+ 0
+ 0
+ 0
+
+
+ 1658
+ 1425
+ 0
+ 0
+ 0
+
+
+ 1659
+ 1425
+ 0
+ 0
+ 0
+
+
+ 1660
+ 2175
+ 0
+ 0
+ 0
+
+
+ 1661
+ 2175
+ 0
+ 0
+ 0
+
+
+ 1662
+ 3675
+ 0
+ 0
+ 0
+
+
+ 1663
+ 3675
+ 0
+ 0
+ 0
+
+
+ 1664
+ 18375
+ 0
+ 0
+ 0
+
+
+ 1665
+ 18375
+ 0
+ 0
+ 0
+
+
+ 1666
+ 1
+ 0
+ 0
+ 0
+
+
+ 1667
+ 1
+ 0
+ 0
+ 0
+
+
+ 1668
+ 1
+ 0
+ 0
+ 0
+
+
+ 1669
+ 1
+ 0
+ 0
+ 0
+
+
+ 1670
+ 1
+ 0
+ 0
+ 0
+
+
+ 1671
+ 1
+ 0
+ 0
+ 0
+
+
+ 1672
+ 1
+ 0
+ 0
+ 0
+
+
+ 1673
+ 350
+ 0
+ 0
+ 0
+
+
+ 1674
+ 350
+ 0
+ 0
+ 0
+
+
+ 1675
+ 900
+ 0
+ 0
+ 0
+
+
+ 1676
+ 900
+ 0
+ 0
+ 0
+
+
+ 1677
+ 1275
+ 0
+ 0
+ 0
+
+
+ 1678
+ 1275
+ 0
+ 0
+ 0
+
+
+ 1679
+ 2025
+ 0
+ 0
+ 0
+
+
+ 1680
+ 2025
+ 0
+ 0
+ 0
+
+
+ 1681
+ 3525
+ 0
+ 0
+ 0
+
+
+ 1682
+ 3525
+ 0
+ 0
+ 0
+
+
+ 1683
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1684
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1685
+ 1
+ 0
+ 0
+ 0
+
+
+ 1686
+ 1
+ 0
+ 0
+ 0
+
+
+ 1687
+ 1
+ 0
+ 0
+ 0
+
+
+ 1688
+ 1
+ 0
+ 0
+ 0
+
+
+ 1689
+ 1
+ 0
+ 0
+ 0
+
+
+ 1690
+ 1
+ 0
+ 0
+ 0
+
+
+ 1691
+ 1
+ 0
+ 0
+ 0
+
+
+ 1692
+ 350
+ 0
+ 0
+ 0
+
+
+ 1693
+ 350
+ 0
+ 0
+ 0
+
+
+ 1694
+ 900
+ 0
+ 0
+ 0
+
+
+ 1695
+ 900
+ 0
+ 0
+ 0
+
+
+ 1696
+ 1275
+ 0
+ 0
+ 0
+
+
+ 1697
+ 1275
+ 0
+ 0
+ 0
+
+
+ 1698
+ 2025
+ 0
+ 0
+ 0
+
+
+ 1699
+ 2025
+ 0
+ 0
+ 0
+
+
+ 1700
+ 3525
+ 0
+ 0
+ 0
+
+
+ 1701
+ 3525
+ 0
+ 0
+ 0
+
+
+ 1702
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1703
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1704
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1705
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1706
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1707
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1708
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1709
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1710
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1711
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1712
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1713
+ 17625
+ 0
+ 0
+ 0
+
+
+ 1714
+ 200
+ 0
+ 0
+ 0
+
+
+ 1715
+ 200
+ 0
+ 0
+ 0
+
+
+ 1716
+ 200
+ 0
+ 0
+ 0
+
+
+ 1717
+ 200
+ 0
+ 0
+ 0
+
+
+ 1718
+ 300
+ 0
+ 0
+ 0
+
+
+ 1719
+ 300
+ 0
+ 0
+ 0
+
+
+ 1720
+ 200
+ 0
+ 0
+ 0
+
+
+ 1721
+ 200
+ 0
+ 0
+ 0
+
+
+ 1722
+ 200
+ 0
+ 0
+ 0
+
+
+ 1723
+ 200
+ 0
+ 0
+ 0
+
+
+ 1724
+ 200
+ 0
+ 0
+ 0
+
+
+ 1725
+ 2025
+ 0
+ 0
+ 0
+
+
+ 1726
+ 2025
+ 0
+ 0
+ 0
+
+
+ 1727
+ 900
+ 0
+ 0
+ 0
+
+
+ 1728
+ 900
+ 0
+ 0
+ 0
+
+
+ 1729
+ 1275
+ 0
+ 0
+ 0
+
+
+ 1730
+ 1275
+ 0
+ 0
+ 0
+
+
+ 1731
+ 3525
+ 0
+ 0
+ 0
+
+
+ 1732
+ 3525
+ 0
+ 0
+ 0
+
+
+ 1733
+ 1
+ 0
+ 0
+ 0
+
+
+ 1734
+ 4
+ 0
+ 0
+ 0
+
+
+ 1735
+ 1
+ 0
+ 0
+ 0
+
+
+ 1736
+ 1
+ 0
+ 0
+ 0
+
+
+ 1737
+ 1
+ 0
+ 0
+ 0
+
+
+ 1738
+ 1
+ 0
+ 0
+ 0
+
+
+ 1739
+ 1
+ 0
+ 0
+ 0
+
+
+ 1740
+ 1
+ 0
+ 0
+ 0
+
+
+ 1741
+ 1
+ 0
+ 0
+ 0
+
+
+ 1742
+ 1
+ 0
+ 0
+ 0
+
+
+ 1743
+ 1
+ 0
+ 0
+ 0
+
+
+ 1744
+ 1
+ 0
+ 0
+ 0
+
+
+ 1745
+ 50
+ 0
+ 0
+ 0
+
+
+ 1746
+ 50
+ 0
+ 0
+ 0
+
+
+ 1747
+ 80
+ 0
+ 0
+ 0
+
+
+ 1748
+ 80
+ 0
+ 0
+ 0
+
+
+ 1749
+ 60
+ 0
+ 0
+ 0
+
+
+ 1750
+ 60
+ 0
+ 0
+ 0
+
+
+ 1751
+ 40
+ 0
+ 0
+ 0
+
+
+ 1752
+ 40
+ 0
+ 0
+ 0
+
+
+ 1753
+ 20
+ 0
+ 0
+ 0
+
+
+ 1754
+ 20
+ 0
+ 0
+ 0
+
+
+ 1755
+ 1
+ 0
+ 0
+ 0
+
+
+ 1756
+ 1
+ 0
+ 0
+ 0
+
+
+ 1757
+ 2
+ 0
+ 0
+ 0
+
+
+ 1758
+ 2
+ 0
+ 0
+ 0
+
+
+ 1759
+ 5
+ 0
+ 0
+ 0
+
+
+ 1760
+ 5
+ 0
+ 0
+ 0
+
+
+ 1761
+ 2
+ 0
+ 0
+ 0
+
+
+ 1762
+ 2
+ 0
+ 0
+ 0
+
+
+ 1763
+ 6
+ 0
+ 0
+ 0
+
+
+ 1764
+ 6
+ 0
+ 0
+ 0
+
+
+ 1765
+ 6
+ 0
+ 0
+ 0
+
+
+ 1766
+ 6
+ 0
+ 0
+ 0
+
+
+ 1767
+ 6
+ 0
+ 0
+ 0
+
+
+ 1768
+ 6
+ 0
+ 0
+ 0
+
+
+ 1769
+ 6
+ 0
+ 0
+ 0
+
+
+ 1770
+ 6
+ 0
+ 0
+ 0
+
+
+ 1771
+ 6
+ 0
+ 0
+ 0
+
+
+ 1772
+ 6
+ 0
+ 0
+ 0
+
+
+ 1773
+ 6
+ 0
+ 0
+ 0
+
+
+ 1774
+ 6
+ 0
+ 0
+ 0
+
+
+ 1775
+ 3
+ 0
+ 0
+ 0
+
+
+ 1776
+ 3
+ 0
+ 0
+ 0
+
+
+ 1777
+ 10
+ 0
+ 0
+ 0
+
+
+ 1778
+ 10
+ 0
+ 0
+ 0
+
+
+ 1779
+ 5
+ 0
+ 0
+ 0
+
+
+ 1780
+ 5
+ 0
+ 0
+ 0
+
+
+ 1781
+ 2
+ 0
+ 0
+ 0
+
+
+ 1782
+ 2
+ 0
+ 0
+ 0
+
+
+ 1783
+ 2
+ 0
+ 0
+ 0
+
+
+ 1784
+ 2
+ 0
+ 0
+ 0
+
+
+ 1785
+ 2
+ 0
+ 0
+ 0
+
+
+ 1786
+ 2
+ 0
+ 0
+ 0
+
+
+ 1787
+ 1
+ 0
+ 0
+ 0
+
+
+ 1788
+ 1
+ 0
+ 0
+ 0
+
+
+ 1789
+ 3
+ 0
+ 0
+ 0
+
+
+ 1790
+ 3
+ 0
+ 0
+ 0
+
+
+ 1791
+ 2
+ 0
+ 0
+ 0
+
+
+ 1792
+ 2
+ 0
+ 0
+ 0
+
+
+ 1793
+ 1
+ 0
+ 0
+ 0
+
+
+ 1794
+ 20
+ 0
+ 0
+ 0
+
+
+ 1795
+ 20
+ 0
+ 0
+ 0
+
+
+ 1796
+ 1
+ 0
+ 0
+ 0
+
+
+ 1797
+ 1
+ 0
+ 0
+ 0
+
+
+ 1798
+ 1
+ 0
+ 0
+ 0
+
+
+ 1799
+ 1
+ 0
+ 0
+ 0
+
+
+ 1800
+ 1
+ 0
+ 0
+ 0
+
+
+ 1801
+ 1
+ 0
+ 0
+ 0
+
+
+ 1802
+ 1
+ 0
+ 0
+ 0
+
+
+ 1803
+ 1
+ 0
+ 0
+ 0
+
+
+ 1804
+ 1
+ 0
+ 0
+ 0
+
+
+ 1805
+ 1
+ 0
+ 0
+ 0
+
+
+ 1806
+ 1
+ 0
+ 0
+ 0
+
+
+ 1807
+ 1
+ 0
+ 0
+ 0
+
+
+ 1808
+ 1
+ 0
+ 0
+ 0
+
+
+ 1809
+ 1
+ 0
+ 0
+ 0
+
+
+ 1810
+ 1
+ 0
+ 0
+ 0
+
+
+ 1811
+ 1
+ 0
+ 0
+ 0
+
+
+ 1812
+ 1
+ 0
+ 0
+ 0
+
+
+ 1813
+ 1
+ 0
+ 0
+ 0
+
+
+ 1814
+ 1
+ 0
+ 0
+ 0
+
+
+ 1815
+ 1
+ 0
+ 0
+ 0
+
+
+ 1816
+ 1
+ 0
+ 0
+ 0
+
+
+ 1817
+ 1
+ 0
+ 0
+ 0
+
+
+ 1818
+ 1
+ 0
+ 0
+ 0
+
+
+ 1819
+ 1
+ 0
+ 0
+ 0
+
+
+ 1820
+ 1
+ 0
+ 0
+ 0
+
+
+ 1821
+ 1
+ 0
+ 0
+ 0
+
+
+ 1822
+ 1
+ 0
+ 0
+ 0
+
+
+ 1823
+ 30
+ 0
+ 0
+ 0
+
+
+ 1824
+ 30
+ 0
+ 0
+ 0
+
+
+ 1825
+ 27
+ 0
+ 0
+ 0
+
+
+ 1826
+ 27
+ 0
+ 0
+ 0
+
+
+ 1827
+ 24
+ 0
+ 0
+ 0
+
+
+ 1828
+ 24
+ 0
+ 0
+ 0
+
+
+ 1829
+ 18
+ 0
+ 0
+ 0
+
+
+ 1830
+ 18
+ 0
+ 0
+ 0
+
+
+ 1831
+ 15
+ 0
+ 0
+ 0
+
+
+ 1832
+ 15
+ 0
+ 0
+ 0
+
+
+ 1833
+ 40
+ 0
+ 0
+ 0
+
+
+ 1834
+ 40
+ 0
+ 0
+ 0
+
+
+ 1835
+ 40
+ 0
+ 0
+ 0
+
+
+ 1836
+ 40
+ 0
+ 0
+ 0
+
+
+ 1837
+ 20
+ 0
+ 0
+ 0
+
+
+ 1838
+ 20
+ 0
+ 0
+ 0
+
+
+ 1839
+ 1
+ 0
+ 0
+ 0
+
+
+ 1840
+ 1
+ 0
+ 0
+ 0
+
+
+ 1841
+ 1
+ 0
+ 0
+ 0
+
+
+ 1842
+ 1
+ 0
+ 0
+ 0
+
+
+ 1843
+ 1
+ 0
+ 0
+ 0
+
+
+ 1844
+ 40
+ 0
+ 0
+ 0
+
+
+ 1845
+ 40
+ 0
+ 0
+ 0
+
+
+ 1846
+ 1
+ 0
+ 0
+ 0
+
+
+ 1847
+ 10
+ 0
+ 0
+ 0
+
+
+ 1848
+ 1
+ 0
+ 0
+ 0
+
+
+ 1849
+ 2
+ 0
+ 0
+ 0
+
+
+ 1850
+ 1
+ 0
+ 0
+ 0
+
+
+ 1851
+ 1
+ 0
+ 0
+ 0
+
+
+ 1852
+ 1
+ 0
+ 0
+ 0
+
+
+ 1853
+ 1
+ 0
+ 0
+ 0
+
+
+ 1854
+ 5
+ 0
+ 0
+ 0
+
+
+ 1855
+ 1
+ 0
+ 0
+ 0
+
+
+ 1856
+ 1
+ 0
+ 0
+ 0
+
+
+ 1857
+ 10
+ 0
+ 0
+ 0
+
+
+ 1858
+ 10
+ 0
+ 0
+ 0
+
+
+ 1859
+ 2
+ 0
+ 0
+ 0
+
+
+ 1860
+ 2
+ 0
+ 0
+ 0
+
+
+ 1861
+ 5
+ 0
+ 0
+ 0
+
+
+ 1862
+ 5
+ 0
+ 0
+ 0
+
+
+ 1863
+ 4
+ 0
+ 0
+ 0
+
+
+ 1864
+ 4
+ 0
+ 0
+ 0
+
+
+ 1865
+ 10
+ 0
+ 0
+ 0
+
+
+ 1866
+ 10
+ 0
+ 0
+ 0
+
+
+ 1867
+ 1
+ 0
+ 0
+ 0
+
+
+ 1868
+ 1
+ 0
+ 0
+ 0
+
+
+ 1869
+ 3
+ 0
+ 0
+ 0
+
+
+ 1870
+ 3
+ 0
+ 0
+ 0
+
+
+ 1871
+ 3
+ 0
+ 0
+ 0
+
+
+ 1872
+ 3
+ 0
+ 0
+ 0
+
+
+ 1873
+ 5
+ 0
+ 0
+ 0
+
+
+ 1874
+ 5
+ 0
+ 0
+ 0
+
+
+ 1875
+ 5
+ 0
+ 0
+ 0
+
+
+ 1876
+ 5
+ 0
+ 0
+ 0
+
+
+ 1877
+ 7
+ 0
+ 0
+ 0
+
+
+ 1878
+ 7
+ 0
+ 0
+ 0
+
+
+ 1879
+ 7
+ 0
+ 0
+ 0
+
+
+ 1880
+ 7
+ 0
+ 0
+ 0
+
+
+ 1881
+ 9
+ 0
+ 0
+ 0
+
+
+ 1882
+ 9
+ 0
+ 0
+ 0
+
+
+ 1883
+ 20
+ 0
+ 0
+ 0
+
+
+ 1884
+ 20
+ 0
+ 0
+ 0
+
+
+ 1885
+ 20
+ 0
+ 0
+ 0
+
+
+ 1886
+ 20
+ 0
+ 0
+ 0
+
+
+ 1887
+ 10
+ 0
+ 0
+ 0
+
+
+ 1888
+ 10
+ 0
+ 0
+ 0
+
+
+ 1889
+ 20
+ 0
+ 0
+ 0
+
+
+ 1890
+ 20
+ 0
+ 0
+ 0
+
+
+ 1891
+ 50
+ 0
+ 0
+ 0
+
+
+ 1892
+ 50
+ 0
+ 0
+ 0
+
+
+ 1893
+ 30
+ 0
+ 0
+ 0
+
+
+ 1894
+ 30
+ 0
+ 0
+ 0
+
+
+ 1895
+ 10
+ 0
+ 0
+ 0
+
+
+ 1896
+ 10
+ 0
+ 0
+ 0
+
+
+ 1897
+ 70
+ 0
+ 0
+ 0
+
+
+ 1898
+ 70
+ 0
+ 0
+ 0
+
+
+ 1899
+ 50
+ 0
+ 0
+ 0
+
+
+ 1900
+ 50
+ 0
+ 0
+ 0
+
+
+ 1901
+ 30
+ 0
+ 0
+ 0
+
+
+ 1902
+ 30
+ 0
+ 0
+ 0
+
+
+ 1903
+ 1
+ 0
+ 0
+ 0
+
+
+ 1904
+ 1
+ 0
+ 0
+ 0
+
+
+ 1905
+ 2
+ 0
+ 0
+ 0
+
+
+ 1906
+ 2
+ 0
+ 0
+ 0
+
+
+ 1907
+ 2
+ 0
+ 0
+ 0
+
+
+ 1908
+ 2
+ 0
+ 0
+ 0
+
+
+ 1909
+ 2
+ 0
+ 0
+ 0
+
+
+ 1910
+ 2
+ 0
+ 0
+ 0
+
+
+ 1911
+ 2
+ 0
+ 0
+ 0
+
+
+ 1912
+ 2
+ 0
+ 0
+ 0
+
+
+ 1913
+ 2
+ 0
+ 0
+ 0
+
+
+ 1914
+ 2
+ 0
+ 0
+ 0
+
+
+ 1915
+ 3
+ 0
+ 0
+ 0
+
+
+ 1916
+ 3
+ 0
+ 0
+ 0
+
+
+ 1917
+ 2
+ 0
+ 0
+ 0
+
+
+ 1918
+ 2
+ 0
+ 0
+ 0
+
+
+ 1919
+ 2
+ 0
+ 0
+ 0
+
+
+ 1920
+ 2
+ 0
+ 0
+ 0
+
+
+ 1921
+ 4
+ 0
+ 0
+ 0
+
+
+ 1922
+ 4
+ 0
+ 0
+ 0
+
+
+ 1923
+ 4
+ 0
+ 0
+ 0
+
+
+ 1924
+ 4
+ 0
+ 0
+ 0
+
+
+ 1925
+ 2
+ 0
+ 0
+ 0
+
+
+ 1926
+ 2
+ 0
+ 0
+ 0
+
+
+ 1927
+ 12
+ 0
+ 0
+ 0
+
+
+ 1928
+ 12
+ 0
+ 0
+ 0
+
+
+ 1929
+ 6
+ 0
+ 0
+ 0
+
+
+ 1930
+ 6
+ 0
+ 0
+ 0
+
+
+ 1931
+ 1
+ 0
+ 0
+ 0
+
+
+ 1932
+ 1
+ 0
+ 0
+ 0
+
+
+ 1933
+ 14
+ 0
+ 0
+ 0
+
+
+ 1934
+ 14
+ 0
+ 0
+ 0
+
+
+ 1935
+ 1
+ 0
+ 0
+ 0
+
+
+ 1936
+ 1
+ 0
+ 0
+ 0
+
+
+ 1937
+ 1
+ 0
+ 0
+ 0
+
+
+ 1938
+ 1
+ 0
+ 0
+ 0
+
+
+ 1939
+ 1
+ 0
+ 0
+ 0
+
+
+ 1940
+ 1
+ 0
+ 0
+ 0
+
+
+ 1941
+ 31
+ 0
+ 0
+ 0
+
+
+ 1942
+ 16
+ 0
+ 0
+ 0
+
+
+ 1943
+ 16
+ 0
+ 0
+ 0
+
+
+ 1944
+ 4
+ 0
+ 0
+ 0
+
+
+ 1945
+ 4
+ 0
+ 0
+ 0
+
+
+ 1946
+ 2
+ 0
+ 0
+ 0
+
+
+ 1947
+ 2
+ 0
+ 0
+ 0
+
+
+ 1948
+ 2
+ 0
+ 0
+ 0
+
+
+ 1949
+ 2
+ 0
+ 0
+ 0
+
+
+ 1950
+ 2
+ 0
+ 0
+ 0
+
+
+ 1951
+ 3
+ 0
+ 0
+ 0
+
+
+ 1952
+ 3
+ 0
+ 0
+ 0
+
+
+ 1953
+ 1
+ 0
+ 0
+ 0
+
+
+ 1954
+ 1
+ 0
+ 0
+ 0
+
+
+ 1955
+ 36
+ 0
+ 0
+ 0
+
+
+ 1956
+ 36
+ 0
+ 0
+ 0
+
+
+ 1957
+ 12
+ 0
+ 0
+ 0
+
+
+ 1958
+ 12
+ 0
+ 0
+ 0
+
+
+ 1959
+ 30
+ 0
+ 0
+ 0
+
+
+ 1960
+ 30
+ 0
+ 0
+ 0
+
+
+ 1961
+ 10
+ 0
+ 0
+ 0
+
+
+ 1962
+ 10
+ 0
+ 0
+ 0
+
+
+ 1963
+ 2
+ 0
+ 0
+ 0
+
+
+ 1964
+ 2
+ 0
+ 0
+ 0
+
+
+ 1965
+ 1
+ 0
+ 0
+ 0
+
+
+ 1966
+ 1
+ 0
+ 0
+ 0
+
+
+ 1967
+ 1
+ 0
+ 0
+ 0
+
+
+ 1968
+ 1
+ 0
+ 0
+ 0
+
+
+ 1969
+ 1
+ 0
+ 0
+ 0
+
+
+ 1970
+ 1
+ 0
+ 0
+ 0
+
+
+ 1971
+ 3
+ 0
+ 0
+ 0
+
+
+ 1972
+ 3
+ 0
+ 0
+ 0
+
+
+ 1973
+ 20
+ 0
+ 0
+ 0
+
+
+ 1974
+ 20
+ 0
+ 0
+ 0
+
+
+ 1975
+ 20
+ 0
+ 0
+ 0
+
+
+ 1976
+ 20
+ 0
+ 0
+ 0
+
+
+ 1977
+ 2
+ 0
+ 0
+ 0
+
+
+ 1978
+ 10
+ 0
+ 0
+ 0
+
+
+ 1979
+ 10
+ 0
+ 0
+ 0
+
+
+ 1980
+ 2
+ 0
+ 0
+ 0
+
+
+ 1981
+ 2
+ 0
+ 0
+ 0
+
+
+ 1982
+ 14
+ 0
+ 0
+ 0
+
+
+ 1983
+ 14
+ 0
+ 0
+ 0
+
+
+ 1984
+ 1
+ 0
+ 0
+ 0
+
+
+ 1985
+ 8
+ 0
+ 0
+ 0
+
+
+ 1986
+ 8
+ 0
+ 0
+ 0
+
+
+ 1987
+ 1
+ 0
+ 0
+ 0
+
+
+ 1988
+ 1
+ 0
+ 0
+ 0
+
+
+ 1989
+ 1
+ 0
+ 0
+ 0
+
+
+ 1990
+ 1
+ 0
+ 0
+ 0
+
+
+ 1991
+ 1
+ 0
+ 0
+ 0
+
+
+ 1992
+ 1
+ 0
+ 0
+ 0
+
+
+ 1993
+ 128
+ 0
+ 0
+ 0
+
+
+ 1994
+ 128
+ 0
+ 0
+ 0
+
+
+ 1995
+ 10
+ 0
+ 0
+ 0
+
+
+ 1996
+ 10
+ 0
+ 0
+ 0
+
+
+ 1997
+ 4
+ 0
+ 0
+ 0
+
+
+ 1998
+ 4
+ 0
+ 0
+ 0
+
+
+ 1999
+ 4
+ 0
+ 0
+ 0
+
+
+ 2000
+ 4
+ 0
+ 0
+ 0
+
+
+ 2001
+ 10
+ 0
+ 0
+ 0
+
+
+ 2002
+ 10
+ 0
+ 0
+ 0
+
+
+ 2003
+ 100
+ 0
+ 0
+ 0
+
+
+ 2004
+ 100
+ 0
+ 0
+ 0
+
+
+ 2005
+ 1
+ 0
+ 0
+ 0
+
+
+ 2006
+ 1
+ 0
+ 0
+ 0
+
+
+ 2007
+ 230
+ 0
+ 0
+ 0
+
+
+ 2008
+ 230
+ 0
+ 0
+ 0
+
+
+ 2009
+ 10
+ 0
+ 0
+ 0
+
+
+ 2010
+ 10
+ 0
+ 0
+ 0
+
+
+ 2011
+ 20
+ 0
+ 0
+ 0
+
+
+ 2012
+ 20
+ 0
+ 0
+ 0
+
+
+ 2013
+ 1
+ 0
+ 0
+ 0
+
+
+ 2014
+ 1
+ 0
+ 0
+ 0
+
+
+ 2015
+ 5
+ 0
+ 0
+ 0
+
+
+ 2016
+ 5
+ 0
+ 0
+ 0
+
+
+ 2017
+ 5
+ 0
+ 0
+ 0
+
+
+ 2018
+ 5
+ 0
+ 0
+ 0
+
+
+ 2019
+ 5
+ 0
+ 0
+ 0
+
+
+ 2020
+ 5
+ 0
+ 0
+ 0
+
+
+ 2021
+ 5
+ 0
+ 0
+ 0
+
+
+ 2022
+ 5
+ 0
+ 0
+ 0
+
+
+ 2023
+ 2
+ 0
+ 0
+ 0
+
+
+ 2024
+ 2
+ 0
+ 0
+ 0
+
+
+ 2025
+ 2
+ 0
+ 0
+ 0
+
+
+ 2026
+ 1
+ 0
+ 0
+ 0
+
+
+ 2027
+ 1
+ 0
+ 0
+ 0
+
+
+ 2028
+ 30
+ 0
+ 0
+ 0
+
+
+ 2029
+ 30
+ 0
+ 0
+ 0
+
+
+ 2030
+ 30
+ 0
+ 0
+ 0
+
+
+ 2031
+ 30
+ 0
+ 0
+ 0
+
+
+ 2032
+ 30
+ 0
+ 0
+ 0
+
+
+ 2033
+ 30
+ 0
+ 0
+ 0
+
+
+ 2034
+ 30
+ 0
+ 0
+ 0
+
+
+ 2035
+ 30
+ 0
+ 0
+ 0
+
+
+ 2036
+ 30
+ 0
+ 0
+ 0
+
+
+ 2037
+ 30
+ 0
+ 0
+ 0
+
+
+ 2038
+ 30
+ 0
+ 0
+ 0
+
+
+ 2039
+ 30
+ 0
+ 0
+ 0
+
+
+ 2040
+ 30
+ 0
+ 0
+ 0
+
+
+ 2041
+ 30
+ 0
+ 0
+ 0
+
+
+ 2042
+ 2
+ 0
+ 0
+ 0
+
+
+ 2043
+ 2
+ 0
+ 0
+ 0
+
+
+ 2044
+ 2
+ 0
+ 0
+ 0
+
+
+ 2045
+ 2
+ 0
+ 0
+ 0
+
+
+ 2046
+ 2
+ 0
+ 0
+ 0
+
+
+ 2047
+ 2
+ 0
+ 0
+ 0
+
+
+ 2048
+ 30
+ 0
+ 0
+ 0
+
+
+ 2049
+ 30
+ 0
+ 0
+ 0
+
+
+ 2050
+ 2
+ 0
+ 0
+ 0
+
+
+ 2051
+ 2
+ 0
+ 0
+ 0
+
+
+ 2052
+ 2
+ 0
+ 0
+ 0
+
+
+ 2053
+ 2
+ 0
+ 0
+ 0
+
+
+ 2054
+ 30
+ 0
+ 0
+ 0
+
+
+ 2055
+ 30
+ 0
+ 0
+ 0
+
+
+ 2056
+ 2
+ 0
+ 0
+ 0
+
+
+ 2057
+ 2
+ 0
+ 0
+ 0
+
+
+ 2058
+ 2
+ 0
+ 0
+ 0
+
+
+ 2059
+ 2
+ 0
+ 0
+ 0
+
+
+ 2060
+ 2
+ 0
+ 0
+ 0
+
+
+ 2061
+ 2
+ 0
+ 0
+ 0
+
+
+ 2062
+ 2
+ 0
+ 0
+ 0
+
+
+ 2063
+ 2
+ 0
+ 0
+ 0
+
+
+ 2064
+ 30
+ 0
+ 0
+ 0
+
+
+ 2065
+ 30
+ 0
+ 0
+ 0
+
+
+ 2066
+ 2
+ 0
+ 0
+ 0
+
+
+ 2067
+ 2
+ 0
+ 0
+ 0
+
+
+ 2068
+ 2
+ 0
+ 0
+ 0
+
+
+ 2069
+ 2
+ 0
+ 0
+ 0
+
+
+ 2070
+ 2
+ 0
+ 0
+ 0
+
+
+ 2071
+ 2
+ 0
+ 0
+ 0
+
+
+ 2072
+ 2
+ 0
+ 0
+ 0
+
+
+ 2073
+ 2
+ 0
+ 0
+ 0
+
+
+ 2074
+ 30
+ 0
+ 0
+ 0
+
+
+ 2075
+ 30
+ 0
+ 0
+ 0
+
+
+ 2076
+ 2
+ 0
+ 0
+ 0
+
+
+ 2077
+ 2
+ 0
+ 0
+ 0
+
+
+ 2078
+ 2
+ 0
+ 0
+ 0
+
+
+ 2079
+ 2
+ 0
+ 0
+ 0
+
+
+ 2080
+ 30
+ 0
+ 0
+ 0
+
+
+ 2081
+ 30
+ 0
+ 0
+ 0
+
+
+ 2082
+ 2
+ 0
+ 0
+ 0
+
+
+ 2083
+ 2
+ 0
+ 0
+ 0
+
+
+ 2084
+ 30
+ 0
+ 0
+ 0
+
+
+ 2085
+ 30
+ 0
+ 0
+ 0
+
+
+ 2086
+ 2
+ 0
+ 0
+ 0
+
+
+ 2087
+ 2
+ 0
+ 0
+ 0
+
+
+ 2088
+ 2
+ 0
+ 0
+ 0
+
+
+ 2089
+ 2
+ 0
+ 0
+ 0
+
+
+ 2090
+ 2
+ 0
+ 0
+ 0
+
+
+ 2091
+ 2
+ 0
+ 0
+ 0
+
+
+ 2092
+ 30
+ 0
+ 0
+ 0
+
+
+ 2093
+ 30
+ 0
+ 0
+ 0
+
+
+ 2094
+ 2
+ 0
+ 0
+ 0
+
+
+ 2095
+ 2
+ 0
+ 0
+ 0
+
+
+ 2096
+ 2
+ 0
+ 0
+ 0
+
+
+ 2097
+ 2
+ 0
+ 0
+ 0
+
+
+ 2098
+ 2
+ 0
+ 0
+ 0
+
+
+ 2099
+ 2
+ 0
+ 0
+ 0
+
+
+ 2100
+ 2
+ 0
+ 0
+ 0
+
+
+ 2101
+ 2
+ 0
+ 0
+ 0
+
+
+ 2102
+ 2
+ 0
+ 0
+ 0
+
+
+ 2103
+ 2
+ 0
+ 0
+ 0
+
+
+ 2104
+ 2
+ 0
+ 0
+ 0
+
+
+ 2105
+ 2
+ 0
+ 0
+ 0
+
+
+ 2106
+ 2
+ 0
+ 0
+ 0
+
+
+ 2107
+ 2
+ 0
+ 0
+ 0
+
+
+ 2108
+ 70
+ 0
+ 0
+ 0
+
+
+ 2109
+ 70
+ 0
+ 0
+ 0
+
+
+ 2110
+ 2
+ 0
+ 0
+ 0
+
+
+ 2111
+ 2
+ 0
+ 0
+ 0
+
+
+ 2112
+ 2
+ 0
+ 0
+ 0
+
+
+ 2113
+ 2
+ 0
+ 0
+ 0
+
+
+ 2114
+ 2
+ 0
+ 0
+ 0
+
+
+ 2115
+ 2
+ 0
+ 0
+ 0
+
+
+ 2116
+ 1
+ 0
+ 0
+ 0
+
+
+ 2117
+ 1
+ 0
+ 0
+ 0
+
+
+ 2118
+ 1
+ 0
+ 0
+ 0
+
+
+ 2119
+ 1
+ 0
+ 0
+ 0
+
+
+ 2120
+ 2
+ 0
+ 0
+ 0
+
+
+ 2121
+ 2
+ 0
+ 0
+ 0
+
+
+ 2122
+ 1
+ 0
+ 0
+ 0
+
+
+ 2123
+ 1
+ 0
+ 0
+ 0
+
+
+ 2124
+ 2
+ 0
+ 0
+ 0
+
+
+ 2125
+ 2
+ 0
+ 0
+ 0
+
+
+ 2126
+ 4
+ 0
+ 0
+ 0
+
+
+ 2127
+ 4
+ 0
+ 0
+ 0
+
+
+ 2128
+ 2
+ 0
+ 0
+ 0
+
+
+ 2129
+ 2
+ 0
+ 0
+ 0
+
+
+ 2130
+ 19
+ 0
+ 0
+ 0
+
+
+ 2131
+ 19
+ 0
+ 0
+ 0
+
+
+ 2132
+ 8
+ 0
+ 0
+ 0
+
+
+ 2133
+ 8
+ 0
+ 0
+ 0
+
+
+ 2134
+ 8
+ 0
+ 0
+ 0
+
+
+ 2135
+ 8
+ 0
+ 0
+ 0
+
+
+ 2136
+ 8
+ 0
+ 0
+ 0
+
+
+ 2137
+ 8
+ 0
+ 0
+ 0
+
+
+ 2138
+ 9
+ 0
+ 0
+ 0
+
+
+ 2139
+ 9
+ 0
+ 0
+ 0
+
+
+ 2140
+ 4
+ 0
+ 0
+ 0
+
+
+ 2141
+ 4
+ 0
+ 0
+ 0
+
+
+ 2142
+ 4
+ 0
+ 0
+ 0
+
+
+ 2143
+ 4
+ 0
+ 0
+ 0
+
+
+ 2144
+ 1
+ 0
+ 0
+ 0
+
+
+ 2145
+ 1
+ 0
+ 0
+ 0
+
+
+ 2146
+ 1
+ 0
+ 0
+ 0
+
+
+ 2147
+ 1
+ 0
+ 0
+ 0
+
+
+ 2148
+ 150
+ 0
+ 0
+ 0
+
+
+ 2149
+ 150
+ 0
+ 0
+ 0
+
+
+ 2150
+ 2
+ 0
+ 0
+ 0
+
+
+ 2151
+ 2
+ 0
+ 0
+ 0
+
+
+ 2152
+ 2
+ 0
+ 0
+ 0
+
+
+ 2153
+ 2
+ 0
+ 0
+ 0
+
+
+ 2154
+ 2
+ 0
+ 0
+ 0
+
+
+ 2155
+ 2
+ 0
+ 0
+ 0
+
+
+ 2156
+ 2
+ 0
+ 0
+ 0
+
+
+ 2157
+ 2
+ 0
+ 0
+ 0
+
+
+ 2158
+ 2
+ 0
+ 0
+ 0
+
+
+ 2159
+ 2
+ 0
+ 0
+ 0
+
+
+ 2160
+ 2
+ 0
+ 0
+ 0
+
+
+ 2161
+ 2
+ 0
+ 0
+ 0
+
+
+ 2162
+ 2
+ 0
+ 0
+ 0
+
+
+ 2163
+ 2
+ 0
+ 0
+ 0
+
+
+ 2164
+ 10
+ 0
+ 0
+ 0
+
+
+ 2165
+ 10
+ 0
+ 0
+ 0
+
+
+ 2166
+ 10
+ 0
+ 0
+ 0
+
+
+ 2167
+ 2
+ 0
+ 0
+ 0
+
+
+ 2168
+ 2
+ 0
+ 0
+ 0
+
+
+ 2169
+ 2
+ 0
+ 0
+ 0
+
+
+ 2170
+ 2
+ 0
+ 0
+ 0
+
+
+ 2171
+ 2
+ 0
+ 0
+ 0
+
+
+ 2172
+ 2
+ 0
+ 0
+ 0
+
+
+ 2173
+ 2
+ 0
+ 0
+ 0
+
+
+ 2174
+ 2
+ 0
+ 0
+ 0
+
+
+ 2175
+ 1
+ 0
+ 0
+ 0
+
+
+ 2176
+ 1
+ 0
+ 0
+ 0
+
+
+ 2177
+ 2
+ 0
+ 0
+ 0
+
+
+ 2178
+ 2
+ 0
+ 0
+ 0
+
+
+ 2179
+ 1
+ 0
+ 0
+ 0
+
+
+ 2180
+ 1
+ 0
+ 0
+ 0
+
+
+ 2181
+ 1
+ 0
+ 0
+ 0
+
+
+ 2182
+ 1
+ 0
+ 0
+ 0
+
+
+ 2183
+ 1
+ 0
+ 0
+ 0
+
+
+ 2184
+ 1
+ 0
+ 0
+ 0
+
+
+ 2185
+ 2
+ 0
+ 0
+ 0
+
+
+ 2186
+ 2
+ 0
+ 0
+ 0
+
+
+ 2187
+ 2
+ 0
+ 0
+ 0
+
+
+ 2188
+ 2
+ 0
+ 0
+ 0
+
+
+ 2189
+ 1
+ 0
+ 0
+ 0
+
+
+ 2190
+ 1
+ 0
+ 0
+ 0
+
+
+ 2191
+ 2
+ 0
+ 0
+ 0
+
+
+ 2192
+ 2
+ 0
+ 0
+ 0
+
+
+ 2193
+ 1
+ 0
+ 0
+ 0
+
+
+ 2194
+ 1
+ 0
+ 0
+ 0
+
+
+ 2195
+ 2
+ 0
+ 0
+ 0
+
+
+ 2196
+ 2
+ 0
+ 0
+ 0
+
+
+ 2197
+ 2
+ 0
+ 0
+ 0
+
+
+ 2198
+ 2
+ 0
+ 0
+ 0
+
+
+ 2199
+ 1
+ 0
+ 0
+ 0
+
+
+ 2200
+ 1
+ 0
+ 0
+ 0
+
+
+ 2201
+ 2
+ 0
+ 0
+ 0
+
+
+ 2202
+ 2
+ 0
+ 0
+ 0
+
+
+ 2203
+ 1
+ 0
+ 0
+ 0
+
+
+ 2204
+ 1
+ 0
+ 0
+ 0
+
+
+ 2205
+ 2
+ 0
+ 0
+ 0
+
+
+ 2206
+ 2
+ 0
+ 0
+ 0
+
+
+ 2207
+ 1
+ 0
+ 0
+ 0
+
+
+ 2208
+ 1
+ 0
+ 0
+ 0
+
+
+ 2209
+ 2
+ 0
+ 0
+ 0
+
+
+ 2210
+ 2
+ 0
+ 0
+ 0
+
+
+ 2211
+ 1
+ 0
+ 0
+ 0
+
+
+ 2212
+ 1
+ 0
+ 0
+ 0
+
+
+ 2213
+ 2
+ 0
+ 0
+ 0
+
+
+ 2214
+ 2
+ 0
+ 0
+ 0
+
+
+ 2215
+ 1
+ 0
+ 0
+ 0
+
+
+ 2216
+ 1
+ 0
+ 0
+ 0
+
+
+ 2217
+ 2
+ 0
+ 0
+ 0
+
+
+ 2218
+ 2
+ 0
+ 0
+ 0
+
+
+ 2219
+ 195
+ 0
+ 0
+ 0
+
+
+ 2220
+ 195
+ 0
+ 0
+ 0
+
+
+ 2221
+ 195
+ 0
+ 0
+ 0
+
+
+ 2222
+ 195
+ 0
+ 0
+ 0
+
+
+ 2223
+ 195
+ 0
+ 0
+ 0
+
+
+ 2224
+ 195
+ 0
+ 0
+ 0
+
+
+ 2225
+ 195
+ 0
+ 0
+ 0
+
+
+ 2226
+ 195
+ 0
+ 0
+ 0
+
+
+ 2227
+ 195
+ 0
+ 0
+ 0
+
+
+ 2228
+ 195
+ 0
+ 0
+ 0
+
+
+ 2229
+ 450
+ 0
+ 0
+ 0
+
+
+ 2230
+ 450
+ 0
+ 0
+ 0
+
+
+ 2231
+ 450
+ 0
+ 0
+ 0
+
+
+ 2232
+ 450
+ 0
+ 0
+ 0
+
+
+ 2233
+ 270
+ 0
+ 0
+ 0
+
+
+ 2234
+ 270
+ 0
+ 0
+ 0
+
+
+ 2235
+ 270
+ 0
+ 0
+ 0
+
+
+ 2236
+ 270
+ 0
+ 0
+ 0
+
+
+ 2237
+ 80
+ 0
+ 0
+ 0
+
+
+ 2238
+ 80
+ 0
+ 0
+ 0
+
+
+ 2239
+ 70
+ 0
+ 0
+ 0
+
+
+ 2240
+ 70
+ 0
+ 0
+ 0
+
+
+ 2241
+ 70
+ 0
+ 0
+ 0
+
+
+ 2242
+ 70
+ 0
+ 0
+ 0
+
+
+ 2243
+ 80
+ 0
+ 0
+ 0
+
+
+ 2244
+ 80
+ 0
+ 0
+ 0
+
+
+ 2245
+ 2
+ 0
+ 0
+ 0
+
+
+ 2246
+ 2
+ 0
+ 0
+ 0
+
+
+ 2247
+ 1
+ 0
+ 0
+ 0
+
+
+ 2248
+ 1
+ 0
+ 0
+ 0
+
+
+ 2249
+ 2
+ 0
+ 0
+ 0
+
+
+ 2250
+ 2
+ 0
+ 0
+ 0
+
+
+ 2251
+ 1
+ 0
+ 0
+ 0
+
+
+ 2252
+ 1
+ 0
+ 0
+ 0
+
+
+ 2253
+ 1
+ 0
+ 0
+ 0
+
+
+ 2254
+ 1
+ 0
+ 0
+ 0
+
+
+ 2255
+ 2
+ 0
+ 0
+ 0
+
+
+ 2256
+ 2
+ 0
+ 0
+ 0
+
+
+ 2257
+ 1
+ 0
+ 0
+ 0
+
+
+ 2258
+ 1
+ 0
+ 0
+ 0
+
+
+ 2259
+ 2
+ 0
+ 0
+ 0
+
+
+ 2260
+ 2
+ 0
+ 0
+ 0
+
+
+ 2261
+ 1
+ 0
+ 0
+ 0
+
+
+ 2262
+ 1
+ 0
+ 0
+ 0
+
+
+ 2263
+ 1
+ 0
+ 0
+ 0
+
+
+ 2264
+ 1
+ 0
+ 0
+ 0
+
+
+ 2265
+ 1
+ 0
+ 0
+ 0
+
+
+ 2266
+ 1
+ 0
+ 0
+ 0
+
+
+ 2267
+ 1
+ 0
+ 0
+ 0
+
+
+ 2268
+ 1
+ 0
+ 0
+ 0
+
+
+ 2269
+ 1
+ 0
+ 0
+ 0
+
+
+ 2270
+ 1
+ 0
+ 0
+ 0
+
+
+ 2271
+ 1
+ 0
+ 0
+ 0
+
+
+ 2272
+ 1
+ 0
+ 0
+ 0
+
+
+ 2273
+ 1
+ 0
+ 0
+ 0
+
+
+ 2274
+ 1
+ 0
+ 0
+ 0
+
+
+ 2275
+ 1
+ 0
+ 0
+ 0
+
+
+ 2276
+ 1
+ 0
+ 0
+ 0
+
+
+ 2277
+ 2
+ 0
+ 0
+ 0
+
+
+ 2278
+ 2
+ 0
+ 0
+ 0
+
+
+ 2279
+ 1
+ 0
+ 0
+ 0
+
+
+ 2280
+ 1
+ 0
+ 0
+ 0
+
+
+ 2281
+ 2
+ 0
+ 0
+ 0
+
+
+ 2282
+ 2
+ 0
+ 0
+ 0
+
+
+ 2283
+ 4
+ 0
+ 0
+ 0
+
+
+ 2284
+ 4
+ 0
+ 0
+ 0
+
+
+ 2285
+ 10
+ 0
+ 0
+ 0
+
+
+ 2286
+ 10
+ 0
+ 0
+ 0
+
+
+ 2287
+ 25
+ 0
+ 0
+ 0
+
+
+ 2288
+ 25
+ 0
+ 0
+ 0
+
+
+ 2289
+ 200
+ 0
+ 0
+ 0
+
+
+ 2290
+ 200
+ 0
+ 0
+ 0
+
+
+ 2291
+ 20
+ 0
+ 0
+ 0
+
+
+ 2292
+ 20
+ 0
+ 0
+ 0
+
+
+ 2293
+ 50
+ 0
+ 0
+ 0
+
+
+ 2294
+ 50
+ 0
+ 0
+ 0
+
+
+ 2295
+ 25
+ 0
+ 0
+ 0
+
+
+ 2296
+ 25
+ 0
+ 0
+ 0
+
+
+ 2297
+ 60
+ 0
+ 0
+ 0
+
+
+ 2298
+ 60
+ 0
+ 0
+ 0
+
+
+ 2299
+ 30
+ 0
+ 0
+ 0
+
+
+ 2300
+ 30
+ 0
+ 0
+ 0
+
+
+ 2301
+ 100
+ 0
+ 0
+ 0
+
+
+ 2302
+ 100
+ 0
+ 0
+ 0
+
+
+ 2303
+ 50
+ 0
+ 0
+ 0
+
+
+ 2304
+ 50
+ 0
+ 0
+ 0
+
+
+ 2305
+ 1
+ 0
+ 0
+ 0
+
+
+ 2306
+ 1
+ 0
+ 0
+ 0
+
+
+ 2307
+ 4
+ 0
+ 0
+ 0
+
+
+ 2308
+ 4
+ 0
+ 0
+ 0
+
+
+ 2309
+ 12
+ 0
+ 0
+ 0
+
+
+ 2310
+ 12
+ 0
+ 0
+ 0
+
+
+ 2311
+ 1
+ 0
+ 0
+ 0
+
+
+ 2312
+ 1
+ 0
+ 0
+ 0
+
+
+ 2313
+ 3
+ 0
+ 0
+ 0
+
+
+ 2314
+ 3
+ 0
+ 0
+ 0
+
+
+ 2315
+ 4
+ 0
+ 0
+ 0
+
+
+ 2316
+ 4
+ 0
+ 0
+ 0
+
+
+ 2317
+ 16
+ 0
+ 0
+ 0
+
+
+ 2318
+ 16
+ 0
+ 0
+ 0
+
+
+ 2319
+ 8
+ 0
+ 0
+ 0
+
+
+ 2320
+ 8
+ 0
+ 0
+ 0
+
+
+ 2321
+ 6
+ 0
+ 0
+ 0
+
+
+ 2322
+ 6
+ 0
+ 0
+ 0
+
+
+ 2323
+ 140
+ 0
+ 0
+ 0
+
+
+ 2324
+ 140
+ 0
+ 0
+ 0
+
+
+ 2325
+ 150
+ 0
+ 0
+ 0
+
+
+ 2326
+ 150
+ 0
+ 0
+ 0
+
+
+ 2327
+ 160
+ 0
+ 0
+ 0
+
+
+ 2328
+ 160
+ 0
+ 0
+ 0
+
+
+ 2329
+ 1
+ 0
+ 0
+ 0
+
+
+ 2330
+ 1
+ 0
+ 0
+ 0
+
+
+ 2331
+ 8
+ 0
+ 0
+ 0
+
+
+ 2332
+ 8
+ 0
+ 0
+ 0
+
+
+ 2333
+ 6
+ 0
+ 0
+ 0
+
+
+ 2334
+ 6
+ 0
+ 0
+ 0
+
+
+ 2335
+ 15
+ 0
+ 0
+ 0
+
+
+ 2336
+ 15
+ 0
+ 0
+ 0
+
+
+ 2337
+ 10
+ 0
+ 0
+ 0
+
+
+ 2338
+ 10
+ 0
+ 0
+ 0
+
+
+ 2339
+ 5
+ 0
+ 0
+ 0
+
+
+ 2340
+ 5
+ 0
+ 0
+ 0
+
+
+ 2341
+ 16
+ 0
+ 0
+ 0
+
+
+ 2342
+ 16
+ 0
+ 0
+ 0
+
+
+ 2343
+ 35
+ 0
+ 0
+ 0
+
+
+ 2344
+ 35
+ 0
+ 0
+ 0
+
+
+ 2345
+ 1
+ 0
+ 0
+ 0
+
+
+ 2346
+ 1
+ 0
+ 0
+ 0
+
+
+ 2347
+ 1
+ 0
+ 0
+ 0
+
+
+ 2348
+ 1
+ 0
+ 0
+ 0
+
+
+ 2349
+ 8
+ 0
+ 0
+ 0
+
+
+ 2350
+ 8
+ 0
+ 0
+ 0
+
+
+ 2351
+ 28
+ 0
+ 0
+ 0
+
+
+ 2352
+ 28
+ 0
+ 0
+ 0
+
+
+ 2353
+ 100
+ 0
+ 0
+ 0
+
+
+ 2354
+ 100
+ 0
+ 0
+ 0
+
+
+ 2355
+ 150
+ 0
+ 0
+ 0
+
+
+ 2356
+ 150
+ 0
+ 0
+ 0
+
+
+ 2357
+ 300
+ 0
+ 0
+ 0
+
+
+ 2358
+ 300
+ 0
+ 0
+ 0
+
+
+ 2359
+ 300
+ 0
+ 0
+ 0
+
+
+ 2360
+ 300
+ 0
+ 0
+ 0
+
+
+ 2361
+ 640
+ 0
+ 0
+ 0
+
+
+ 2362
+ 640
+ 0
+ 0
+ 0
+
+
+ 2363
+ 5000
+ 0
+ 0
+ 0
+
+
+ 2364
+ 5000
+ 0
+ 0
+ 0
+
+
+ 2365
+ 300
+ 0
+ 0
+ 0
+
+
+ 2366
+ 110000
+ 0
+ 0
+ 0
+
+
+ 2367
+ 110000
+ 0
+ 0
+ 0
+
+
+ 2368
+ 750000
+ 0
+ 0
+ 0
+
+
+ 2369
+ 750000
+ 0
+ 0
+ 0
+
+
+ 2370
+ 150
+ 0
+ 0
+ 0
+
+
+ 2371
+ 150
+ 0
+ 0
+ 0
+
+
+ 2372
+ 1
+ 0
+ 0
+ 0
+
+
+ 2373
+ 1
+ 0
+ 0
+ 0
+
+
+ 2374
+ 1
+ 0
+ 0
+ 0
+
+
+ 2375
+ 1
+ 0
+ 0
+ 0
+
+
+ 2376
+ 1
+ 0
+ 0
+ 0
+
+
+ 2377
+ 1
+ 0
+ 0
+ 0
+
+
+ 2378
+ 1
+ 0
+ 0
+ 0
+
+
+ 2379
+ 1
+ 0
+ 0
+ 0
+
+
+ 2380
+ 1
+ 0
+ 0
+ 0
+
+
+ 2381
+ 1
+ 0
+ 0
+ 0
+
+
+ 2382
+ 1
+ 0
+ 0
+ 0
+
+
+ 2383
+ 1
+ 0
+ 0
+ 0
+
+
+ 2384
+ 1
+ 0
+ 0
+ 0
+
+
+ 2385
+ 1
+ 0
+ 0
+ 0
+
+
+ 2386
+ 1
+ 0
+ 0
+ 0
+
+
+ 2387
+ 1
+ 0
+ 0
+ 0
+
+
+ 2388
+ 1
+ 0
+ 0
+ 0
+
+
+ 2389
+ 1
+ 0
+ 0
+ 0
+
+
+ 2390
+ 1
+ 0
+ 0
+ 0
+
+
+ 2391
+ 20
+ 0
+ 0
+ 0
+
+
+ 2392
+ 20
+ 0
+ 0
+ 0
+
+
+ 2393
+ 300
+ 0
+ 0
+ 0
+
+
+ 2394
+ 120
+ 0
+ 0
+ 0
+
+
+ 2395
+ 120
+ 0
+ 0
+ 0
+
+
+ 2396
+ 5
+ 0
+ 0
+ 0
+
+
+ 2397
+ 40
+ 0
+ 0
+ 0
+
+
+ 2398
+ 30
+ 0
+ 0
+ 0
+
+
+ 2399
+ 100
+ 0
+ 0
+ 0
+
+
+ 2400
+ 100
+ 0
+ 0
+ 0
+
+
+ 2401
+ 100
+ 0
+ 0
+ 0
+
+
+ 2402
+ 50
+ 0
+ 0
+ 0
+
+
+ 2403
+ 1
+ 0
+ 0
+ 0
+
+
+ 2404
+ 1
+ 0
+ 0
+ 0
+
+
+ 2405
+ 65
+ 0
+ 0
+ 0
+
+
+ 2406
+ 1
+ 0
+ 0
+ 0
+
+
+ 2407
+ 1
+ 0
+ 0
+ 0
+
+
+ 2408
+ 1
+ 0
+ 0
+ 0
+
+
+ 2409
+ 1
+ 0
+ 0
+ 0
+
+
+ 2410
+ 3
+ 0
+ 0
+ 0
+
+
+ 2411
+ 1
+ 0
+ 0
+ 0
+
+
+ 2412
+ 100
+ 0
+ 0
+ 0
+
+
+ 2413
+ 100
+ 0
+ 0
+ 0
+
+
+ 2414
+ 100
+ 0
+ 0
+ 0
+
+
+ 2415
+ 80000
+ 0
+ 0
+ 0
+
+
+ 2416
+ 80000
+ 0
+ 0
+ 0
+
+
+ 2417
+ 80000
+ 0
+ 0
+ 0
+
+
+ 2418
+ 1
+ 0
+ 0
+ 0
+
+
+ 2419
+ 1
+ 0
+ 0
+ 0
+
+
+ 2420
+ 1
+ 0
+ 0
+ 0
+
+
+ 2421
+ 1
+ 0
+ 0
+ 0
+
+
+ 2422
+ 1
+ 0
+ 0
+ 0
+
+
+ 2423
+ 1
+ 0
+ 0
+ 0
+
+
+ 2424
+ 5
+ 0
+ 0
+ 0
+
+
+ 2425
+ 1
+ 0
+ 0
+ 0
+
+
+ 2426
+ 1
+ 0
+ 0
+ 0
+
+
+ 2427
+ 1
+ 0
+ 0
+ 0
+
+
+ 2428
+ 700
+ 0
+ 0
+ 0
+
+
+ 2429
+ 700
+ 0
+ 0
+ 0
+
+
+ 2430
+ 110
+ 0
+ 0
+ 0
+
+
+ 2431
+ 110
+ 0
+ 0
+ 0
+
+
+ 2432
+ 1100
+ 0
+ 0
+ 0
+
+
+ 2433
+ 1100
+ 0
+ 0
+ 0
+
+
+ 2434
+ 190
+ 0
+ 0
+ 0
+
+
+ 2435
+ 190
+ 0
+ 0
+ 0
+
+
+ 2436
+ 225
+ 0
+ 0
+ 0
+
+
+ 2437
+ 225
+ 0
+ 0
+ 0
+
+
+ 2438
+ 250
+ 0
+ 0
+ 0
+
+
+ 2439
+ 250
+ 0
+ 0
+ 0
+
+
+ 2440
+ 275
+ 0
+ 0
+ 0
+
+
+ 2441
+ 275
+ 0
+ 0
+ 0
+
+
+ 2442
+ 330
+ 0
+ 0
+ 0
+
+
+ 2443
+ 330
+ 0
+ 0
+ 0
+
+
+ 2444
+ 360
+ 0
+ 0
+ 0
+
+
+ 2445
+ 360
+ 0
+ 0
+ 0
+
+
+ 2446
+ 360
+ 0
+ 0
+ 0
+
+
+ 2447
+ 360
+ 0
+ 0
+ 0
+
+
+ 2448
+ 360
+ 0
+ 0
+ 0
+
+
+ 2449
+ 360
+ 0
+ 0
+ 0
+
+
+ 2450
+ 200
+ 0
+ 0
+ 0
+
+
+ 2451
+ 200
+ 0
+ 0
+ 0
+
+
+ 2452
+ 330
+ 0
+ 0
+ 0
+
+
+ 2453
+ 330
+ 0
+ 0
+ 0
+
+
+ 2454
+ 264
+ 0
+ 0
+ 0
+
+
+ 2455
+ 264
+ 0
+ 0
+ 0
+
+
+ 2456
+ 198
+ 0
+ 0
+ 0
+
+
+ 2457
+ 198
+ 0
+ 0
+ 0
+
+
+ 2458
+ 132
+ 0
+ 0
+ 0
+
+
+ 2459
+ 132
+ 0
+ 0
+ 0
+
+
+ 2460
+ 100
+ 0
+ 0
+ 0
+
+
+ 2461
+ 100
+ 0
+ 0
+ 0
+
+
+ 2462
+ 100
+ 0
+ 0
+ 0
+
+
+ 2463
+ 100
+ 0
+ 0
+ 0
+
+
+ 2464
+ 100
+ 0
+ 0
+ 0
+
+
+ 2465
+ 100
+ 0
+ 0
+ 0
+
+
+ 2466
+ 100
+ 0
+ 0
+ 0
+
+
+ 2467
+ 100
+ 0
+ 0
+ 0
+
+
+ 2468
+ 100
+ 0
+ 0
+ 0
+
+
+ 2469
+ 100
+ 0
+ 0
+ 0
+
+
+ 2470
+ 100
+ 0
+ 0
+ 0
+
+
+ 2471
+ 100
+ 0
+ 0
+ 0
+
+
+ 2472
+ 100
+ 0
+ 0
+ 0
+
+
+ 2473
+ 100
+ 0
+ 0
+ 0
+
+
+ 2474
+ 100
+ 0
+ 0
+ 0
+
+
+ 2475
+ 100
+ 0
+ 0
+ 0
+
+
+ 2476
+ 100
+ 0
+ 0
+ 0
+
+
+ 2477
+ 100
+ 0
+ 0
+ 0
+
+
+ 2478
+ 1
+ 0
+ 0
+ 0
+
+
+ 2479
+ 1
+ 0
+ 0
+ 0
+
+
+ 2480
+ 1
+ 0
+ 0
+ 0
+
+
+ 2481
+ 68
+ 0
+ 0
+ 0
+
+
+ 2482
+ 68
+ 0
+ 0
+ 0
+
+
+ 2483
+ 68
+ 0
+ 0
+ 0
+
+
+ 2484
+ 68
+ 0
+ 0
+ 0
+
+
+ 2485
+ 1
+ 0
+ 0
+ 0
+
+
+ 2486
+ 1
+ 0
+ 0
+ 0
+
+
+ 2487
+ 3000
+ 0
+ 0
+ 0
+
+
+ 2488
+ 3000
+ 0
+ 0
+ 0
+
+
+ 2489
+ 3600
+ 0
+ 0
+ 0
+
+
+ 2490
+ 3600
+ 0
+ 0
+ 0
+
+
+ 2491
+ 4320
+ 0
+ 0
+ 0
+
+
+ 2492
+ 4320
+ 0
+ 0
+ 0
+
+
+ 2493
+ 4320
+ 0
+ 0
+ 0
+
+
+ 2494
+ 4320
+ 0
+ 0
+ 0
+
+
+ 2495
+ 5180
+ 0
+ 0
+ 0
+
+
+ 2496
+ 5180
+ 0
+ 0
+ 0
+
+
+ 2497
+ 6220
+ 0
+ 0
+ 0
+
+
+ 2498
+ 6220
+ 0
+ 0
+ 0
+
+
+ 2499
+ 9360
+ 0
+ 0
+ 0
+
+
+ 2500
+ 9360
+ 0
+ 0
+ 0
+
+
+ 2501
+ 11230
+ 0
+ 0
+ 0
+
+
+ 2502
+ 11230
+ 0
+ 0
+ 0
+
+
+ 2503
+ 13480
+ 0
+ 0
+ 0
+
+
+ 2504
+ 13480
+ 0
+ 0
+ 0
+
+
+ 2505
+ 70
+ 0
+ 0
+ 0
+
+
+ 2506
+ 70
+ 0
+ 0
+ 0
+
+
+ 2507
+ 90
+ 0
+ 0
+ 0
+
+
+ 2508
+ 90
+ 0
+ 0
+ 0
+
+
+ 2509
+ 110
+ 0
+ 0
+ 0
+
+
+ 2510
+ 110
+ 0
+ 0
+ 0
+
+
+ 2511
+ 4
+ 0
+ 0
+ 0
+
+
+ 2512
+ 1
+ 0
+ 0
+ 0
+
+
+ 2513
+ 6
+ 0
+ 0
+ 0
+
+
+ 2514
+ 5
+ 0
+ 0
+ 0
+
+
+ 2515
+ 5
+ 0
+ 0
+ 0
+
+
+ 2516
+ 10
+ 0
+ 0
+ 0
+
+
+ 2517
+ 10
+ 0
+ 0
+ 0
+
+
+ 2518
+ 1
+ 0
+ 0
+ 0
+
+
+ 2519
+ 1
+ 0
+ 0
+ 0
+
+
+ 2520
+ 150
+ 0
+ 0
+ 0
+
+
+ 2521
+ 150
+ 0
+ 0
+ 0
+
+
+ 2522
+ 150
+ 0
+ 0
+ 0
+
+
+ 2523
+ 150
+ 0
+ 0
+ 0
+
+
+ 2524
+ 150
+ 0
+ 0
+ 0
+
+
+ 2525
+ 150
+ 0
+ 0
+ 0
+
+
+ 2526
+ 150
+ 0
+ 0
+ 0
+
+
+ 2527
+ 150
+ 0
+ 0
+ 0
+
+
+ 2528
+ 1
+ 0
+ 0
+ 0
+
+
+ 2529
+ 1
+ 0
+ 0
+ 0
+
+
+ 2530
+ 1
+ 0
+ 0
+ 0
+
+
+ 2531
+ 1
+ 0
+ 0
+ 0
+
+
+ 2532
+ 3
+ 0
+ 0
+ 0
+
+
+ 2533
+ 10
+ 0
+ 0
+ 0
+
+
+ 2534
+ 3
+ 0
+ 0
+ 0
+
+
+ 2535
+ 10
+ 0
+ 0
+ 0
+
+
+ 2536
+ 3
+ 0
+ 0
+ 0
+
+
+ 2537
+ 10
+ 0
+ 0
+ 0
+
+
+ 2538
+ 3
+ 0
+ 0
+ 0
+
+
+ 2539
+ 10
+ 0
+ 0
+ 0
+
+
+ 2540
+ 3
+ 0
+ 0
+ 0
+
+
+ 2541
+ 10
+ 0
+ 0
+ 0
+
+
+ 2542
+ 1
+ 0
+ 0
+ 0
+
+
+ 2543
+ 1
+ 0
+ 0
+ 0
+
+
+ 2544
+ 1
+ 0
+ 0
+ 0
+
+
+ 2545
+ 1
+ 0
+ 0
+ 0
+
+
+ 2546
+ 1
+ 0
+ 0
+ 0
+
+
+ 2547
+ 1
+ 0
+ 0
+ 0
+
+
+ 2548
+ 1
+ 0
+ 0
+ 0
+
+
+ 2549
+ 1
+ 0
+ 0
+ 0
+
+
+ 2550
+ 900
+ 0
+ 0
+ 0
+
+
+ 2551
+ 900
+ 0
+ 0
+ 0
+
+
+ 2552
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2553
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2554
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2555
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2556
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2557
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2558
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2559
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2560
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2561
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2562
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2563
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2564
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2565
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2566
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2567
+ 1275
+ 0
+ 0
+ 0
+
+
+ 2568
+ 2025
+ 0
+ 0
+ 0
+
+
+ 2569
+ 2025
+ 0
+ 0
+ 0
+
+
+ 2570
+ 3525
+ 0
+ 0
+ 0
+
+
+ 2571
+ 3525
+ 0
+ 0
+ 0
+
+
+ 2573
+ 17625
+ 0
+ 0
+ 0
+
+
+ 2574
+ 50
+ 0
+ 0
+ 0
+
+
+ 2575
+ 100
+ 0
+ 0
+ 0
+
+
+ 2576
+ 2
+ 0
+ 0
+ 0
+
+
+ 2577
+ 200
+ 0
+ 0
+ 0
+
+
+ 2578
+ 200
+ 0
+ 0
+ 0
+
+
+ 2579
+ 200
+ 0
+ 0
+ 0
+
+
+ 2580
+ 200
+ 0
+ 0
+ 0
+
+
+ 2581
+ 450
+ 0
+ 0
+ 0
+
+
+ 2582
+ 450
+ 0
+ 0
+ 0
+
+
+ 2583
+ 3840
+ 0
+ 0
+ 0
+
+
+ 2584
+ 3840
+ 0
+ 0
+ 0
+
+
+ 2585
+ 1920
+ 0
+ 0
+ 0
+
+
+ 2586
+ 1920
+ 0
+ 0
+ 0
+
+
+ 2587
+ 1056
+ 0
+ 0
+ 0
+
+
+ 2588
+ 1056
+ 0
+ 0
+ 0
+
+
+ 2589
+ 1632
+ 0
+ 0
+ 0
+
+
+ 2590
+ 1632
+ 0
+ 0
+ 0
+
+
+ 2591
+ 3840
+ 0
+ 0
+ 0
+
+
+ 2592
+ 3840
+ 0
+ 0
+ 0
+
+
+ 2593
+ 1920
+ 0
+ 0
+ 0
+
+
+ 2594
+ 1920
+ 0
+ 0
+ 0
+
+
+ 2595
+ 1056
+ 0
+ 0
+ 0
+
+
+ 2596
+ 1056
+ 0
+ 0
+ 0
+
+
+ 2597
+ 1632
+ 0
+ 0
+ 0
+
+
+ 2598
+ 1632
+ 0
+ 0
+ 0
+
+
+ 2599
+ 12800
+ 0
+ 0
+ 0
+
+
+ 2600
+ 12800
+ 0
+ 0
+ 0
+
+
+ 2601
+ 6400
+ 0
+ 0
+ 0
+
+
+ 2602
+ 6400
+ 0
+ 0
+ 0
+
+
+ 2603
+ 5440
+ 0
+ 0
+ 0
+
+
+ 2604
+ 5440
+ 0
+ 0
+ 0
+
+
+ 2605
+ 3520
+ 0
+ 0
+ 0
+
+
+ 2606
+ 3520
+ 0
+ 0
+ 0
+
+
+ 2607
+ 12800
+ 0
+ 0
+ 0
+
+
+ 2608
+ 12800
+ 0
+ 0
+ 0
+
+
+ 2609
+ 6400
+ 0
+ 0
+ 0
+
+
+ 2610
+ 6400
+ 0
+ 0
+ 0
+
+
+ 2611
+ 5440
+ 0
+ 0
+ 0
+
+
+ 2612
+ 5440
+ 0
+ 0
+ 0
+
+
+ 2613
+ 3520
+ 0
+ 0
+ 0
+
+
+ 2614
+ 3520
+ 0
+ 0
+ 0
+
+
+ 2615
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2616
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2617
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2618
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2619
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2620
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2621
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2622
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2623
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2624
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2625
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2626
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2627
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2628
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2629
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2630
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2631
+ 40
+ 0
+ 0
+ 0
+
+
+ 2632
+ 40
+ 0
+ 0
+ 0
+
+
+ 2633
+ 80
+ 0
+ 0
+ 0
+
+
+ 2634
+ 80
+ 0
+ 0
+ 0
+
+
+ 2635
+ 80
+ 0
+ 0
+ 0
+
+
+ 2636
+ 80
+ 0
+ 0
+ 0
+
+
+ 2637
+ 80
+ 0
+ 0
+ 0
+
+
+ 2638
+ 80
+ 0
+ 0
+ 0
+
+
+ 2639
+ 200
+ 0
+ 0
+ 0
+
+
+ 2640
+ 200
+ 0
+ 0
+ 0
+
+
+ 2641
+ 200
+ 0
+ 0
+ 0
+
+
+ 2642
+ 200
+ 0
+ 0
+ 0
+
+
+ 2643
+ 200
+ 0
+ 0
+ 0
+
+
+ 2644
+ 200
+ 0
+ 0
+ 0
+
+
+ 2645
+ 40
+ 0
+ 0
+ 0
+
+
+ 2646
+ 40
+ 0
+ 0
+ 0
+
+
+ 2647
+ 40
+ 0
+ 0
+ 0
+
+
+ 2648
+ 40
+ 0
+ 0
+ 0
+
+
+ 2649
+ 40
+ 0
+ 0
+ 0
+
+
+ 2650
+ 40
+ 0
+ 0
+ 0
+
+
+ 2651
+ 180
+ 0
+ 0
+ 0
+
+
+ 2652
+ 180
+ 0
+ 0
+ 0
+
+
+ 2653
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2654
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2655
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2656
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2657
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2658
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2659
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2660
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2661
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2662
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2663
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2664
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2665
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2666
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2667
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2668
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2669
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2670
+ 65000
+ 0
+ 0
+ 0
+
+
+ 2671
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2672
+ 64000
+ 0
+ 0
+ 0
+
+
+ 2673
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2674
+ 35200
+ 0
+ 0
+ 0
+
+
+ 2675
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2676
+ 54400
+ 0
+ 0
+ 0
+
+
+ 2677
+ 1
+ 0
+ 0
+ 0
+
+
+ 2678
+ 1
+ 0
+ 0
+ 0
+
+
+ 2679
+ 1
+ 0
+ 0
+ 0
+
+
+ 2680
+ 1
+ 0
+ 0
+ 0
+
+
+ 2681
+ 1
+ 0
+ 0
+ 0
+
+
+ 2682
+ 1
+ 0
+ 0
+ 0
+
+
+ 2683
+ 1
+ 0
+ 0
+ 0
+
+
+ 2684
+ 1
+ 0
+ 0
+ 0
+
+
+ 2685
+ 1
+ 0
+ 0
+ 0
+
+
+ 2686
+ 1
+ 0
+ 0
+ 0
+
+
+ 2687
+ 1
+ 0
+ 0
+ 0
+
+
+ 2688
+ 1
+ 0
+ 0
+ 0
+
+
+ 2689
+ 1
+ 0
+ 0
+ 0
+
+
+ 2690
+ 1
+ 0
+ 0
+ 0
+
+
+ 2691
+ 1
+ 0
+ 0
+ 0
+
+
+ 2692
+ 1
+ 0
+ 0
+ 0
+
+
+ 2693
+ 1
+ 0
+ 0
+ 0
+
+
+ 2694
+ 1
+ 0
+ 0
+ 0
+
+
+ 2695
+ 1
+ 0
+ 0
+ 0
+
+
+ 2696
+ 1
+ 0
+ 0
+ 0
+
+
+ 2697
+ 1
+ 0
+ 0
+ 0
+
+
+ 2698
+ 1
+ 0
+ 0
+ 0
+
+
+ 2699
+ 1
+ 0
+ 0
+ 0
+
+
+ 2700
+ 1
+ 0
+ 0
+ 0
+
+
+ 2701
+ 1
+ 0
+ 0
+ 0
+
+
+ 2702
+ 1
+ 0
+ 0
+ 0
+
+
+ 2703
+ 1
+ 0
+ 0
+ 0
+
+
+ 2704
+ 1
+ 0
+ 0
+ 0
+
+
+ 2705
+ 1
+ 0
+ 0
+ 0
+
+
+ 2706
+ 1
+ 0
+ 0
+ 0
+
+
+ 2707
+ 1
+ 0
+ 0
+ 0
+
+
+ 2708
+ 1
+ 0
+ 0
+ 0
+
+
+ 2709
+ 1
+ 0
+ 0
+ 0
+
+
+ 2710
+ 1
+ 0
+ 0
+ 0
+
+
+ 2711
+ 1
+ 0
+ 0
+ 0
+
+
+ 2712
+ 1
+ 0
+ 0
+ 0
+
+
+ 2713
+ 1
+ 0
+ 0
+ 0
+
+
+ 2714
+ 50
+ 0
+ 0
+ 0
+
+
+ 2715
+ 50
+ 0
+ 0
+ 0
+
+
+ 2716
+ 1
+ 0
+ 0
+ 0
+
+
+ 2717
+ 50
+ 0
+ 0
+ 0
+
+
+ 2718
+ 50
+ 0
+ 0
+ 0
+
+
+ 2719
+ 1
+ 0
+ 0
+ 0
+
+
+ 2720
+ 50
+ 0
+ 0
+ 0
+
+
+ 2721
+ 50
+ 0
+ 0
+ 0
+
+
+ 2722
+ 1
+ 0
+ 0
+ 0
+
+
+ 2723
+ 1
+ 0
+ 0
+ 0
+
+
+ 2724
+ 50
+ 0
+ 0
+ 0
+
+
+ 2725
+ 1
+ 0
+ 0
+ 0
+
+
+ 2726
+ 50
+ 0
+ 0
+ 0
+
+
+ 2727
+ 1
+ 0
+ 0
+ 0
+
+
+ 2728
+ 50
+ 0
+ 0
+ 0
+
+
+ 2729
+ 1
+ 0
+ 0
+ 0
+
+
+ 2730
+ 50
+ 0
+ 0
+ 0
+
+
+ 2731
+ 1
+ 0
+ 0
+ 0
+
+
+ 2732
+ 50
+ 0
+ 0
+ 0
+
+
+ 2733
+ 1
+ 0
+ 0
+ 0
+
+
+ 2734
+ 50
+ 0
+ 0
+ 0
+
+
+ 2735
+ 1
+ 0
+ 0
+ 0
+
+
+ 2736
+ 50
+ 0
+ 0
+ 0
+
+
+ 2737
+ 1
+ 0
+ 0
+ 0
+
+
+ 2738
+ 50
+ 0
+ 0
+ 0
+
+
+ 2739
+ 1
+ 0
+ 0
+ 0
+
+
+ 2740
+ 50
+ 0
+ 0
+ 0
+
+
+ 2741
+ 1
+ 0
+ 0
+ 0
+
+
+ 2742
+ 50
+ 0
+ 0
+ 0
+
+
+ 2743
+ 1
+ 0
+ 0
+ 0
+
+
+ 2744
+ 50
+ 0
+ 0
+ 0
+
+
+ 2745
+ 1
+ 0
+ 0
+ 0
+
+
+ 2746
+ 50
+ 0
+ 0
+ 0
+
+
+ 2747
+ 1
+ 0
+ 0
+ 0
+
+
+ 2748
+ 50
+ 0
+ 0
+ 0
+
+
+ 2749
+ 1
+ 0
+ 0
+ 0
+
+
+ 2750
+ 1
+ 0
+ 0
+ 0
+
+
+ 2751
+ 1
+ 0
+ 0
+ 0
+
+
+ 2752
+ 1
+ 0
+ 0
+ 0
+
+
+ 2753
+ 1
+ 0
+ 0
+ 0
+
+
+ 2754
+ 1
+ 0
+ 0
+ 0
+
+
+ 2755
+ 1
+ 0
+ 0
+ 0
+
+
+ 2756
+ 1
+ 0
+ 0
+ 0
+
+
+ 2757
+ 1
+ 0
+ 0
+ 0
+
+
+ 2758
+ 1
+ 0
+ 0
+ 0
+
+
+ 2759
+ 1
+ 0
+ 0
+ 0
+
+
+ 2760
+ 1
+ 0
+ 0
+ 0
+
+
+ 2761
+ 1
+ 0
+ 0
+ 0
+
+
+ 2762
+ 1
+ 0
+ 0
+ 0
+
+
+ 2763
+ 1
+ 0
+ 0
+ 0
+
+
+ 2764
+ 1
+ 0
+ 0
+ 0
+
+
+ 2765
+ 1
+ 0
+ 0
+ 0
+
+
+ 2766
+ 1
+ 0
+ 0
+ 0
+
+
+ 2767
+ 1
+ 0
+ 0
+ 0
+
+
+ 2768
+ 1
+ 0
+ 0
+ 0
+
+
+ 2769
+ 1
+ 0
+ 0
+ 0
+
+
+ 2770
+ 1
+ 0
+ 0
+ 0
+
+
+ 2771
+ 1
+ 0
+ 0
+ 0
+
+
+ 2772
+ 1
+ 0
+ 0
+ 0
+
+
+ 2773
+ 1
+ 0
+ 0
+ 0
+
+
+ 2774
+ 1
+ 0
+ 0
+ 0
+
+
+ 2775
+ 50
+ 0
+ 0
+ 0
+
+
+ 2776
+ 1
+ 0
+ 0
+ 0
+
+
+ 2777
+ 50
+ 0
+ 0
+ 0
+
+
+ 2778
+ 1
+ 0
+ 0
+ 0
+
+
+ 2779
+ 50
+ 0
+ 0
+ 0
+
+
+ 2780
+ 1
+ 0
+ 0
+ 0
+
+
+ 2781
+ 50
+ 0
+ 0
+ 0
+
+
+ 2782
+ 1
+ 0
+ 0
+ 0
+
+
+ 2783
+ 1
+ 0
+ 0
+ 0
+
+
+ 2784
+ 50
+ 0
+ 0
+ 0
+
+
+ 2785
+ 1
+ 0
+ 0
+ 0
+
+
+ 2786
+ 1
+ 0
+ 0
+ 0
+
+
+ 2787
+ 50
+ 0
+ 0
+ 0
+
+
+ 2788
+ 1
+ 0
+ 0
+ 0
+
+
+ 2789
+ 50
+ 0
+ 0
+ 0
+
+
+ 2790
+ 1
+ 0
+ 0
+ 0
+
+
+ 2791
+ 50
+ 0
+ 0
+ 0
+
+
+ 2792
+ 1
+ 0
+ 0
+ 0
+
+
+ 2793
+ 1
+ 0
+ 0
+ 0
+
+
+ 2794
+ 1
+ 0
+ 0
+ 0
+
+
+ 2795
+ 100
+ 0
+ 0
+ 0
+
+
+ 2796
+ 1
+ 0
+ 0
+ 0
+
+
+ 2797
+ 1
+ 0
+ 0
+ 0
+
+
+ 2798
+ 100
+ 0
+ 0
+ 0
+
+
+ 2799
+ 1
+ 0
+ 0
+ 0
+
+
+ 2800
+ 100
+ 0
+ 0
+ 0
+
+
+ 2801
+ 1
+ 0
+ 0
+ 0
+
+
+ 2802
+ 50
+ 0
+ 0
+ 0
+
+
+ 2803
+ 1
+ 0
+ 0
+ 0
+
+
+ 2804
+ 50
+ 0
+ 0
+ 0
+
+
+ 2805
+ 1
+ 0
+ 0
+ 0
+
+
+ 2806
+ 50
+ 0
+ 0
+ 0
+
+
+ 2807
+ 1
+ 0
+ 0
+ 0
+
+
+ 2808
+ 50
+ 0
+ 0
+ 0
+
+
+ 2809
+ 1
+ 0
+ 0
+ 0
+
+
+ 2810
+ 50
+ 0
+ 0
+ 0
+
+
+ 2811
+ 1
+ 0
+ 0
+ 0
+
+
+ 2812
+ 50
+ 0
+ 0
+ 0
+
+
+ 2813
+ 1
+ 0
+ 0
+ 0
+
+
+ 2814
+ 50
+ 0
+ 0
+ 0
+
+
+ 2815
+ 1
+ 0
+ 0
+ 0
+
+
+ 2816
+ 50
+ 0
+ 0
+ 0
+
+
+ 2817
+ 1
+ 0
+ 0
+ 0
+
+
+ 2818
+ 50
+ 0
+ 0
+ 0
+
+
+ 2819
+ 1
+ 0
+ 0
+ 0
+
+
+ 2820
+ 50
+ 0
+ 0
+ 0
+
+
+ 2821
+ 1
+ 0
+ 0
+ 0
+
+
+ 2822
+ 50
+ 0
+ 0
+ 0
+
+
+ 2823
+ 1
+ 0
+ 0
+ 0
+
+
+ 2824
+ 50
+ 0
+ 0
+ 0
+
+
+ 2825
+ 1
+ 0
+ 0
+ 0
+
+
+ 2826
+ 50
+ 0
+ 0
+ 0
+
+
+ 2827
+ 1
+ 0
+ 0
+ 0
+
+
+ 2828
+ 50
+ 0
+ 0
+ 0
+
+
+ 2829
+ 1
+ 0
+ 0
+ 0
+
+
+ 2830
+ 50
+ 0
+ 0
+ 0
+
+
+ 2831
+ 1
+ 0
+ 0
+ 0
+
+
+ 2832
+ 1
+ 0
+ 0
+ 0
+
+
+ 2833
+ 1
+ 0
+ 0
+ 0
+
+
+ 2834
+ 1
+ 0
+ 0
+ 0
+
+
+ 2835
+ 1
+ 0
+ 0
+ 0
+
+
+ 2836
+ 1
+ 0
+ 0
+ 0
+
+
+ 2837
+ 1
+ 0
+ 0
+ 0
+
+
+ 2838
+ 1
+ 0
+ 0
+ 0
+
+
+ 2839
+ 1
+ 0
+ 0
+ 0
+
+
+ 2840
+ 1
+ 0
+ 0
+ 0
+
+
+ 2841
+ 1
+ 0
+ 0
+ 0
+
+
+ 2842
+ 1
+ 0
+ 0
+ 0
+
+
+ 2843
+ 1
+ 0
+ 0
+ 0
+
+
+ 2844
+ 1
+ 0
+ 0
+ 0
+
+
+ 2845
+ 1
+ 0
+ 0
+ 0
+
+
+ 2846
+ 1
+ 0
+ 0
+ 0
+
+
+ 2847
+ 1
+ 0
+ 0
+ 0
+
+
+ 2848
+ 1
+ 0
+ 0
+ 0
+
+
+ 2849
+ 1
+ 0
+ 0
+ 0
+
+
+ 2850
+ 1
+ 0
+ 0
+ 0
+
+
+ 2851
+ 1
+ 0
+ 0
+ 0
+
+
+ 2852
+ 1
+ 0
+ 0
+ 0
+
+
+ 2853
+ 1
+ 0
+ 0
+ 0
+
+
+ 2854
+ 1
+ 0
+ 0
+ 0
+
+
+ 2855
+ 1
+ 0
+ 0
+ 0
+
+
+ 2856
+ 1
+ 0
+ 0
+ 0
+
+
+ 2857
+ 1
+ 0
+ 0
+ 0
+
+
+ 2858
+ 1
+ 0
+ 0
+ 0
+
+
+ 2859
+ 1
+ 0
+ 0
+ 0
+
+
+ 2860
+ 1
+ 0
+ 0
+ 0
+
+
+ 2861
+ 3
+ 0
+ 0
+ 0
+
+
+ 2862
+ 4
+ 0
+ 0
+ 0
+
+
+ 2863
+ 4
+ 0
+ 0
+ 0
+
+
+ 2864
+ 1
+ 0
+ 0
+ 0
+
+
+ 2865
+ 1
+ 0
+ 0
+ 0
+
+
+ 2866
+ 25
+ 0
+ 0
+ 0
+
+
+ 2867
+ 1
+ 0
+ 0
+ 0
+
+
+ 2868
+ 1
+ 0
+ 0
+ 0
+
+
+ 2869
+ 1
+ 0
+ 0
+ 0
+
+
+ 2870
+ 1
+ 0
+ 0
+ 0
+
+
+ 2871
+ 1
+ 0
+ 0
+ 0
+
+
+ 2872
+ 1
+ 0
+ 0
+ 0
+
+
+ 2873
+ 1
+ 0
+ 0
+ 0
+
+
+ 2874
+ 1
+ 0
+ 0
+ 0
+
+
+ 2875
+ 1
+ 0
+ 0
+ 0
+
+
+ 2876
+ 85
+ 0
+ 0
+ 0
+
+
+ 2877
+ 85
+ 0
+ 0
+ 0
+
+
+ 2878
+ 130
+ 0
+ 0
+ 0
+
+
+ 2879
+ 130
+ 0
+ 0
+ 0
+
+
+ 2880
+ 1
+ 0
+ 0
+ 0
+
+
+ 2881
+ 1
+ 0
+ 0
+ 0
+
+
+ 2882
+ 10
+ 0
+ 0
+ 0
+
+
+ 2883
+ 500
+ 0
+ 0
+ 0
+
+
+ 2884
+ 1
+ 0
+ 0
+ 0
+
+
+ 2885
+ 1
+ 0
+ 0
+ 0
+
+
+ 2886
+ 10
+ 0
+ 0
+ 0
+
+
+ 2887
+ 1
+ 0
+ 0
+ 0
+
+
+ 2888
+ 1
+ 0
+ 0
+ 0
+
+
+ 2889
+ 1
+ 0
+ 0
+ 0
+
+
+ 2890
+ 20
+ 0
+ 0
+ 0
+
+
+ 2891
+ 20
+ 0
+ 0
+ 0
+
+
+ 2892
+ 5
+ 0
+ 0
+ 0
+
+
+ 2893
+ 8
+ 0
+ 0
+ 0
+
+
+ 2894
+ 650
+ 0
+ 0
+ 0
+
+
+ 2895
+ 650
+ 0
+ 0
+ 0
+
+
+ 2896
+ 650
+ 0
+ 0
+ 0
+
+
+ 2897
+ 650
+ 0
+ 0
+ 0
+
+
+ 2898
+ 650
+ 0
+ 0
+ 0
+
+
+ 2899
+ 650
+ 0
+ 0
+ 0
+
+
+ 2900
+ 650
+ 0
+ 0
+ 0
+
+
+ 2901
+ 650
+ 0
+ 0
+ 0
+
+
+ 2902
+ 650
+ 0
+ 0
+ 0
+
+
+ 2903
+ 650
+ 0
+ 0
+ 0
+
+
+ 2904
+ 650
+ 0
+ 0
+ 0
+
+
+ 2905
+ 650
+ 0
+ 0
+ 0
+
+
+ 2906
+ 650
+ 0
+ 0
+ 0
+
+
+ 2907
+ 650
+ 0
+ 0
+ 0
+
+
+ 2908
+ 650
+ 0
+ 0
+ 0
+
+
+ 2909
+ 650
+ 0
+ 0
+ 0
+
+
+ 2910
+ 650
+ 0
+ 0
+ 0
+
+
+ 2911
+ 650
+ 0
+ 0
+ 0
+
+
+ 2912
+ 650
+ 0
+ 0
+ 0
+
+
+ 2913
+ 650
+ 0
+ 0
+ 0
+
+
+ 2914
+ 650
+ 0
+ 0
+ 0
+
+
+ 2915
+ 650
+ 0
+ 0
+ 0
+
+
+ 2916
+ 650
+ 0
+ 0
+ 0
+
+
+ 2917
+ 650
+ 0
+ 0
+ 0
+
+
+ 2918
+ 650
+ 0
+ 0
+ 0
+
+
+ 2919
+ 650
+ 0
+ 0
+ 0
+
+
+ 2920
+ 650
+ 0
+ 0
+ 0
+
+
+ 2921
+ 650
+ 0
+ 0
+ 0
+
+
+ 2922
+ 650
+ 0
+ 0
+ 0
+
+
+ 2923
+ 650
+ 0
+ 0
+ 0
+
+
+ 2924
+ 650
+ 0
+ 0
+ 0
+
+
+ 2925
+ 650
+ 0
+ 0
+ 0
+
+
+ 2926
+ 650
+ 0
+ 0
+ 0
+
+
+ 2927
+ 650
+ 0
+ 0
+ 0
+
+
+ 2928
+ 650
+ 0
+ 0
+ 0
+
+
+ 2929
+ 650
+ 0
+ 0
+ 0
+
+
+ 2930
+ 650
+ 0
+ 0
+ 0
+
+
+ 2931
+ 650
+ 0
+ 0
+ 0
+
+
+ 2932
+ 650
+ 0
+ 0
+ 0
+
+
+ 2933
+ 650
+ 0
+ 0
+ 0
+
+
+ 2934
+ 650
+ 0
+ 0
+ 0
+
+
+ 2935
+ 650
+ 0
+ 0
+ 0
+
+
+ 2936
+ 650
+ 0
+ 0
+ 0
+
+
+ 2937
+ 650
+ 0
+ 0
+ 0
+
+
+ 2938
+ 650
+ 0
+ 0
+ 0
+
+
+ 2939
+ 650
+ 0
+ 0
+ 0
+
+
+ 2940
+ 650
+ 0
+ 0
+ 0
+
+
+ 2941
+ 650
+ 0
+ 0
+ 0
+
+
+ 2942
+ 650
+ 0
+ 0
+ 0
+
+
+ 2943
+ 650
+ 0
+ 0
+ 0
+
+
+ 2944
+ 300
+ 0
+ 0
+ 0
+
+
+ 2945
+ 2
+ 0
+ 0
+ 0
+
+
+ 2946
+ 300
+ 0
+ 0
+ 0
+
+
+ 2947
+ 300
+ 0
+ 0
+ 0
+
+
+ 2948
+ 300
+ 0
+ 0
+ 0
+
+
+ 2949
+ 300
+ 0
+ 0
+ 0
+
+
+ 2950
+ 300
+ 0
+ 0
+ 0
+
+
+ 2951
+ 300
+ 0
+ 0
+ 0
+
+
+ 2952
+ 300
+ 0
+ 0
+ 0
+
+
+ 2953
+ 6
+ 0
+ 0
+ 0
+
+
+ 2954
+ 6
+ 0
+ 0
+ 0
+
+
+ 2955
+ 5
+ 0
+ 0
+ 0
+
+
+ 2956
+ 5
+ 0
+ 0
+ 0
+
+
+ 2957
+ 5
+ 0
+ 0
+ 0
+
+
+ 2958
+ 5
+ 0
+ 0
+ 0
+
+
+ 2959
+ 1
+ 0
+ 0
+ 0
+
+
+ 2960
+ 1
+ 0
+ 0
+ 0
+
+
+ 2961
+ 175
+ 0
+ 0
+ 0
+
+
+ 2962
+ 175
+ 0
+ 0
+ 0
+
+
+ 2963
+ 250
+ 0
+ 0
+ 0
+
+
+ 2964
+ 4
+ 0
+ 0
+ 0
+
+
+ 2965
+ 1
+ 0
+ 0
+ 0
+
+
+ 2966
+ 1
+ 0
+ 0
+ 0
+
+
+ 2967
+ 1
+ 0
+ 0
+ 0
+
+
+ 2968
+ 1
+ 0
+ 0
+ 0
+
+
+ 2969
+ 1
+ 0
+ 0
+ 0
+
+
+ 2970
+ 1
+ 0
+ 0
+ 0
+
+
+ 2971
+ 1
+ 0
+ 0
+ 0
+
+
+ 2972
+ 1
+ 0
+ 0
+ 0
+
+
+ 2973
+ 1
+ 0
+ 0
+ 0
+
+
+ 2974
+ 1
+ 0
+ 0
+ 0
+
+
+ 2975
+ 1
+ 0
+ 0
+ 0
+
+
+ 2976
+ 10
+ 0
+ 0
+ 0
+
+
+ 2977
+ 10
+ 0
+ 0
+ 0
+
+
+ 2978
+ 1
+ 0
+ 0
+ 0
+
+
+ 2979
+ 1
+ 0
+ 0
+ 0
+
+
+ 2980
+ 1
+ 0
+ 0
+ 0
+
+
+ 2981
+ 1
+ 0
+ 0
+ 0
+
+
+ 2982
+ 1
+ 0
+ 0
+ 0
+
+
+ 2983
+ 1
+ 0
+ 0
+ 0
+
+
+ 2984
+ 1
+ 0
+ 0
+ 0
+
+
+ 2985
+ 1
+ 0
+ 0
+ 0
+
+
+ 2986
+ 1
+ 0
+ 0
+ 0
+
+
+ 2987
+ 1
+ 0
+ 0
+ 0
+
+
+ 2988
+ 1
+ 0
+ 0
+ 0
+
+
+ 2989
+ 1
+ 0
+ 0
+ 0
+
+
+ 2990
+ 1
+ 0
+ 0
+ 0
+
+
+ 2991
+ 1
+ 0
+ 0
+ 0
+
+
+ 2992
+ 1
+ 0
+ 0
+ 0
+
+
+ 2993
+ 1
+ 0
+ 0
+ 0
+
+
+ 2994
+ 1
+ 0
+ 0
+ 0
+
+
+ 2995
+ 1
+ 0
+ 0
+ 0
+
+
+ 2996
+ 1
+ 0
+ 0
+ 0
+
+
+ 2997
+ 89
+ 0
+ 0
+ 0
+
+
+ 2998
+ 48
+ 0
+ 0
+ 0
+
+
+ 2999
+ 48
+ 0
+ 0
+ 0
+
+
+ 3000
+ 59
+ 0
+ 0
+ 0
+
+
+ 3001
+ 59
+ 0
+ 0
+ 0
+
+
+ 3002
+ 48
+ 0
+ 0
+ 0
+
+
+ 3003
+ 48
+ 0
+ 0
+ 0
+
+
+ 3004
+ 59
+ 0
+ 0
+ 0
+
+
+ 3005
+ 59
+ 0
+ 0
+ 0
+
+
+ 3006
+ 60
+ 0
+ 0
+ 0
+
+
+ 3007
+ 60
+ 0
+ 0
+ 0
+
+
+ 3008
+ 146
+ 0
+ 0
+ 0
+
+
+ 3009
+ 146
+ 0
+ 0
+ 0
+
+
+ 3010
+ 110
+ 0
+ 0
+ 0
+
+
+ 3011
+ 110
+ 0
+ 0
+ 0
+
+
+ 3012
+ 72
+ 0
+ 0
+ 0
+
+
+ 3013
+ 72
+ 0
+ 0
+ 0
+
+
+ 3014
+ 36
+ 0
+ 0
+ 0
+
+
+ 3015
+ 36
+ 0
+ 0
+ 0
+
+
+ 3016
+ 300
+ 0
+ 0
+ 0
+
+
+ 3017
+ 300
+ 0
+ 0
+ 0
+
+
+ 3018
+ 230
+ 0
+ 0
+ 0
+
+
+ 3019
+ 230
+ 0
+ 0
+ 0
+
+
+ 3020
+ 160
+ 0
+ 0
+ 0
+
+
+ 3021
+ 160
+ 0
+ 0
+ 0
+
+
+ 3022
+ 90
+ 0
+ 0
+ 0
+
+
+ 3023
+ 90
+ 0
+ 0
+ 0
+
+
+ 3024
+ 300
+ 0
+ 0
+ 0
+
+
+ 3025
+ 300
+ 0
+ 0
+ 0
+
+
+ 3026
+ 240
+ 0
+ 0
+ 0
+
+
+ 3027
+ 240
+ 0
+ 0
+ 0
+
+
+ 3028
+ 180
+ 0
+ 0
+ 0
+
+
+ 3029
+ 180
+ 0
+ 0
+ 0
+
+
+ 3030
+ 120
+ 0
+ 0
+ 0
+
+
+ 3031
+ 120
+ 0
+ 0
+ 0
+
+
+ 3032
+ 200
+ 0
+ 0
+ 0
+
+
+ 3033
+ 200
+ 0
+ 0
+ 0
+
+
+ 3034
+ 150
+ 0
+ 0
+ 0
+
+
+ 3035
+ 150
+ 0
+ 0
+ 0
+
+
+ 3036
+ 100
+ 0
+ 0
+ 0
+
+
+ 3037
+ 100
+ 0
+ 0
+ 0
+
+
+ 3038
+ 50
+ 0
+ 0
+ 0
+
+
+ 3039
+ 50
+ 0
+ 0
+ 0
+
+
+ 3040
+ 300
+ 0
+ 0
+ 0
+
+
+ 3041
+ 300
+ 0
+ 0
+ 0
+
+
+ 3042
+ 250
+ 0
+ 0
+ 0
+
+
+ 3043
+ 250
+ 0
+ 0
+ 0
+
+
+ 3044
+ 200
+ 0
+ 0
+ 0
+
+
+ 3045
+ 200
+ 0
+ 0
+ 0
+
+
+ 3046
+ 150
+ 0
+ 0
+ 0
+
+
+ 3047
+ 150
+ 0
+ 0
+ 0
+
+
+ 3048
+ 89
+ 0
+ 0
+ 0
+
+
+ 3049
+ 1
+ 0
+ 0
+ 0
+
+
+ 3050
+ 1
+ 0
+ 0
+ 0
+
+
+ 3051
+ 1
+ 0
+ 0
+ 0
+
+
+ 3052
+ 1
+ 0
+ 0
+ 0
+
+
+ 3053
+ 17000
+ 0
+ 0
+ 0
+
+
+ 3054
+ 45000
+ 0
+ 0
+ 0
+
+
+ 3055
+ 17000
+ 0
+ 0
+ 0
+
+
+ 3056
+ 45000
+ 0
+ 0
+ 0
+
+
+ 3057
+ 1
+ 0
+ 0
+ 0
+
+
+ 3058
+ 1
+ 0
+ 0
+ 0
+
+
+ 3059
+ 1
+ 0
+ 0
+ 0
+
+
+ 3060
+ 1
+ 0
+ 0
+ 0
+
+
+ 3061
+ 1
+ 0
+ 0
+ 0
+
+
+ 3062
+ 1
+ 0
+ 0
+ 0
+
+
+ 3063
+ 1
+ 0
+ 0
+ 0
+
+
+ 3064
+ 1
+ 0
+ 0
+ 0
+
+
+ 3065
+ 1
+ 0
+ 0
+ 0
+
+
+ 3066
+ 1
+ 0
+ 0
+ 0
+
+
+ 3067
+ 1
+ 0
+ 0
+ 0
+
+
+ 3068
+ 1
+ 0
+ 0
+ 0
+
+
+ 3069
+ 1
+ 0
+ 0
+ 0
+
+
+ 3070
+ 1
+ 0
+ 0
+ 0
+
+
+ 3071
+ 1
+ 0
+ 0
+ 0
+
+
+ 3072
+ 1
+ 0
+ 0
+ 0
+
+
+ 3073
+ 1
+ 0
+ 0
+ 0
+
+
+ 3074
+ 1
+ 0
+ 0
+ 0
+
+
+ 3075
+ 1
+ 0
+ 0
+ 0
+
+
+ 3076
+ 1
+ 0
+ 0
+ 0
+
+
+ 3077
+ 1
+ 0
+ 0
+ 0
+
+
+ 3078
+ 1
+ 0
+ 0
+ 0
+
+
+ 3079
+ 1
+ 0
+ 0
+ 0
+
+
+ 3080
+ 1
+ 0
+ 0
+ 0
+
+
+ 3081
+ 1
+ 0
+ 0
+ 0
+
+
+ 3082
+ 1
+ 0
+ 0
+ 0
+
+
+ 3083
+ 1
+ 0
+ 0
+ 0
+
+
+ 3084
+ 1
+ 0
+ 0
+ 0
+
+
+ 3085
+ 1
+ 0
+ 0
+ 0
+
+
+ 3086
+ 1
+ 0
+ 0
+ 0
+
+
+ 3087
+ 1
+ 0
+ 0
+ 0
+
+
+ 3088
+ 1
+ 0
+ 0
+ 0
+
+
+ 3089
+ 1
+ 0
+ 0
+ 0
+
+
+ 3090
+ 1
+ 0
+ 0
+ 0
+
+
+ 3091
+ 1
+ 0
+ 0
+ 0
+
+
+ 3092
+ 1
+ 0
+ 0
+ 0
+
+
+ 3093
+ 1
+ 0
+ 0
+ 0
+
+
+ 3094
+ 18
+ 0
+ 0
+ 0
+
+
+ 3095
+ 15
+ 0
+ 0
+ 0
+
+
+ 3096
+ 50
+ 0
+ 0
+ 0
+
+
+ 3097
+ 175
+ 0
+ 0
+ 0
+
+
+ 3098
+ 360
+ 0
+ 0
+ 0
+
+
+ 3099
+ 475
+ 0
+ 0
+ 0
+
+
+ 3100
+ 1200
+ 0
+ 0
+ 0
+
+
+ 3101
+ 12000
+ 0
+ 0
+ 0
+
+
+ 3102
+ 1
+ 0
+ 0
+ 0
+
+
+ 3103
+ 1
+ 0
+ 0
+ 0
+
+
+ 3104
+ 1
+ 0
+ 0
+ 0
+
+
+ 3105
+ 12
+ 0
+ 0
+ 0
+
+
+ 3106
+ 12
+ 0
+ 0
+ 0
+
+
+ 3107
+ 30
+ 0
+ 0
+ 0
+
+
+ 3108
+ 1
+ 0
+ 0
+ 0
+
+
+ 3109
+ 1
+ 0
+ 0
+ 0
+
+
+ 3110
+ 1
+ 0
+ 0
+ 0
+
+
+ 3111
+ 1
+ 0
+ 0
+ 0
+
+
+ 3112
+ 1
+ 0
+ 0
+ 0
+
+
+ 3113
+ 1
+ 0
+ 0
+ 0
+
+
+ 3114
+ 1
+ 0
+ 0
+ 0
+
+
+ 3115
+ 15
+ 0
+ 0
+ 0
+
+
+ 3116
+ 50
+ 0
+ 0
+ 0
+
+
+ 3117
+ 175
+ 0
+ 0
+ 0
+
+
+ 3118
+ 360
+ 0
+ 0
+ 0
+
+
+ 3119
+ 475
+ 0
+ 0
+ 0
+
+
+ 3120
+ 1200
+ 0
+ 0
+ 0
+
+
+ 3121
+ 12000
+ 0
+ 0
+ 0
+
+
+ 3122
+ 56000
+ 0
+ 0
+ 0
+
+
+ 3123
+ 1
+ 0
+ 0
+ 0
+
+
+ 3124
+ 1
+ 0
+ 0
+ 0
+
+
+ 3125
+ 1
+ 0
+ 0
+ 0
+
+
+ 3126
+ 1
+ 0
+ 0
+ 0
+
+
+ 3127
+ 1
+ 0
+ 0
+ 0
+
+
+ 3128
+ 1
+ 0
+ 0
+ 0
+
+
+ 3129
+ 1
+ 0
+ 0
+ 0
+
+
+ 3130
+ 1
+ 0
+ 0
+ 0
+
+
+ 3131
+ 1
+ 0
+ 0
+ 0
+
+
+ 3132
+ 1
+ 0
+ 0
+ 0
+
+
+ 3133
+ 1
+ 0
+ 0
+ 0
+
+
+ 3134
+ 56000
+ 0
+ 0
+ 0
+
+
+ 3135
+ 1
+ 0
+ 0
+ 0
+
+
+ 3136
+ 1
+ 0
+ 0
+ 0
+
+
+ 3137
+ 1
+ 0
+ 0
+ 0
+
+
+ 3138
+ 1
+ 0
+ 0
+ 0
+
+
+ 3139
+ 1
+ 0
+ 0
+ 0
+
+
+ 3140
+ 250000
+ 0
+ 0
+ 0
+
+
+ 3141
+ 250000
+ 0
+ 0
+ 0
+
+
+ 3142
+ 440
+ 0
+ 0
+ 0
+
+
+ 3143
+ 440
+ 0
+ 0
+ 0
+
+
+ 3144
+ 460
+ 0
+ 0
+ 0
+
+
+ 3145
+ 460
+ 0
+ 0
+ 0
+
+
+ 3146
+ 250
+ 0
+ 0
+ 0
+
+
+ 3147
+ 250
+ 0
+ 0
+ 0
+
+
+ 3148
+ 1
+ 0
+ 0
+ 0
+
+
+ 3149
+ 1
+ 0
+ 0
+ 0
+
+
+ 3150
+ 10
+ 0
+ 0
+ 0
+
+
+ 3151
+ 10
+ 0
+ 0
+ 0
+
+
+ 3152
+ 15
+ 0
+ 0
+ 0
+
+
+ 3153
+ 15
+ 0
+ 0
+ 0
+
+
+ 3154
+ 15
+ 0
+ 0
+ 0
+
+
+ 3155
+ 15
+ 0
+ 0
+ 0
+
+
+ 3156
+ 15
+ 0
+ 0
+ 0
+
+
+ 3157
+ 5
+ 0
+ 0
+ 0
+
+
+ 3158
+ 5
+ 0
+ 0
+ 0
+
+
+ 3159
+ 40
+ 0
+ 0
+ 0
+
+
+ 3160
+ 40
+ 0
+ 0
+ 0
+
+
+ 3161
+ 5
+ 0
+ 0
+ 0
+
+
+ 3162
+ 2
+ 0
+ 0
+ 0
+
+
+ 3163
+ 2
+ 0
+ 0
+ 0
+
+
+ 3164
+ 30
+ 0
+ 0
+ 0
+
+
+ 3165
+ 30
+ 0
+ 0
+ 0
+
+
+ 3166
+ 1
+ 0
+ 0
+ 0
+
+
+ 3167
+ 10
+ 0
+ 0
+ 0
+
+
+ 3168
+ 1
+ 0
+ 0
+ 0
+
+
+ 3169
+ 1
+ 0
+ 0
+ 0
+
+
+ 3170
+ 26
+ 0
+ 0
+ 0
+
+
+ 3171
+ 91
+ 0
+ 0
+ 0
+
+
+ 3172
+ 325
+ 0
+ 0
+ 0
+
+
+ 3173
+ 845
+ 0
+ 0
+ 0
+
+
+ 3174
+ 2080
+ 0
+ 0
+ 0
+
+
+ 3175
+ 20800
+ 0
+ 0
+ 0
+
+
+ 3176
+ 62400
+ 0
+ 0
+ 0
+
+
+ 3177
+ 2
+ 0
+ 0
+ 0
+
+
+ 3178
+ 2
+ 0
+ 0
+ 0
+
+
+ 3179
+ 1
+ 0
+ 0
+ 0
+
+
+ 3180
+ 1
+ 0
+ 0
+ 0
+
+
+ 3181
+ 1
+ 0
+ 0
+ 0
+
+
+ 3182
+ 1
+ 0
+ 0
+ 0
+
+
+ 3183
+ 1
+ 0
+ 0
+ 0
+
+
+ 3184
+ 1
+ 0
+ 0
+ 0
+
+
+ 3185
+ 1
+ 0
+ 0
+ 0
+
+
+ 3186
+ 1
+ 0
+ 0
+ 0
+
+
+ 3187
+ 1
+ 0
+ 0
+ 0
+
+
+ 3188
+ 60
+ 0
+ 0
+ 0
+
+
+ 3189
+ 60
+ 0
+ 0
+ 0
+
+
+ 3190
+ 104
+ 0
+ 0
+ 0
+
+
+ 3191
+ 104
+ 0
+ 0
+ 0
+
+
+ 3192
+ 364
+ 0
+ 0
+ 0
+
+
+ 3193
+ 364
+ 0
+ 0
+ 0
+
+
+ 3194
+ 1300
+ 0
+ 0
+ 0
+
+
+ 3195
+ 1300
+ 0
+ 0
+ 0
+
+
+ 3196
+ 2496
+ 0
+ 0
+ 0
+
+
+ 3197
+ 2496
+ 0
+ 0
+ 0
+
+
+ 3198
+ 3380
+ 0
+ 0
+ 0
+
+
+ 3199
+ 3380
+ 0
+ 0
+ 0
+
+
+ 3200
+ 8320
+ 0
+ 0
+ 0
+
+
+ 3201
+ 8320
+ 0
+ 0
+ 0
+
+
+ 3202
+ 128000
+ 0
+ 0
+ 0
+
+
+ 3203
+ 128000
+ 0
+ 0
+ 0
+
+
+ 3204
+ 325000
+ 0
+ 0
+ 0
+
+
+ 3205
+ 325000
+ 0
+ 0
+ 0
+
+
+ 3206
+ 1
+ 0
+ 0
+ 0
+
+
+ 3207
+ 1
+ 0
+ 0
+ 0
+
+
+ 3208
+ 10
+ 0
+ 0
+ 0
+
+
+ 3209
+ 1
+ 0
+ 0
+ 0
+
+
+ 3210
+ 1
+ 0
+ 0
+ 0
+
+
+ 3211
+ 10
+ 0
+ 0
+ 0
+
+
+ 3212
+ 10
+ 0
+ 0
+ 0
+
+
+ 3213
+ 4
+ 0
+ 0
+ 0
+
+
+ 3214
+ 5
+ 0
+ 0
+ 0
+
+
+ 3215
+ 5
+ 0
+ 0
+ 0
+
+
+ 3216
+ 1
+ 0
+ 0
+ 0
+
+
+ 3217
+ 1
+ 0
+ 0
+ 0
+
+
+ 3218
+ 1
+ 0
+ 0
+ 0
+
+
+ 3219
+ 1
+ 0
+ 0
+ 0
+
+
+ 3220
+ 1
+ 0
+ 0
+ 0
+
+
+ 3221
+ 1
+ 0
+ 0
+ 0
+
+
+ 3222
+ 1
+ 0
+ 0
+ 0
+
+
+ 3223
+ 1
+ 0
+ 0
+ 0
+
+
+ 3224
+ 10
+ 0
+ 0
+ 0
+
+
+ 3225
+ 1
+ 0
+ 0
+ 0
+
+
+ 3226
+ 20
+ 0
+ 0
+ 0
+
+
+ 3227
+ 20
+ 0
+ 0
+ 0
+
+
+ 3228
+ 4
+ 0
+ 0
+ 0
+
+
+ 3229
+ 4
+ 0
+ 0
+ 0
+
+
+ 3230
+ 1
+ 0
+ 0
+ 0
+
+
+ 3231
+ 1
+ 0
+ 0
+ 0
+
+
+ 3232
+ 1
+ 0
+ 0
+ 0
+
+
+ 3233
+ 1
+ 0
+ 0
+ 0
+
+
+ 3234
+ 1
+ 0
+ 0
+ 0
+
+
+ 3235
+ 1
+ 0
+ 0
+ 0
+
+
+ 3236
+ 1
+ 0
+ 0
+ 0
+
+
+ 3237
+ 1
+ 0
+ 0
+ 0
+
+
+ 3238
+ 1
+ 0
+ 0
+ 0
+
+
+ 3239
+ 1
+ 0
+ 0
+ 0
+
+
+ 3240
+ 1
+ 0
+ 0
+ 0
+
+
+ 3241
+ 1
+ 0
+ 0
+ 0
+
+
+ 3242
+ 1
+ 0
+ 0
+ 0
+
+
+ 3243
+ 1
+ 0
+ 0
+ 0
+
+
+ 3244
+ 1
+ 0
+ 0
+ 0
+
+
+ 3245
+ 1
+ 0
+ 0
+ 0
+
+
+ 3246
+ 1
+ 0
+ 0
+ 0
+
+
+ 3247
+ 1
+ 0
+ 0
+ 0
+
+
+ 3248
+ 1
+ 0
+ 0
+ 0
+
+
+ 3249
+ 1
+ 0
+ 0
+ 0
+
+
+ 3250
+ 1
+ 0
+ 0
+ 0
+
+
+ 3251
+ 1
+ 0
+ 0
+ 0
+
+
+ 3252
+ 1
+ 0
+ 0
+ 0
+
+
+ 3253
+ 1
+ 0
+ 0
+ 0
+
+
+ 3254
+ 1
+ 0
+ 0
+ 0
+
+
+ 3255
+ 1
+ 0
+ 0
+ 0
+
+
+ 3256
+ 1
+ 0
+ 0
+ 0
+
+
+ 3257
+ 1
+ 0
+ 0
+ 0
+
+
+ 3258
+ 1
+ 0
+ 0
+ 0
+
+
+ 3259
+ 1
+ 0
+ 0
+ 0
+
+
+ 3260
+ 1
+ 0
+ 0
+ 0
+
+
+ 3261
+ 1
+ 0
+ 0
+ 0
+
+
+ 3262
+ 1
+ 0
+ 0
+ 0
+
+
+ 3263
+ 1
+ 0
+ 0
+ 0
+
+
+ 3264
+ 1
+ 0
+ 0
+ 0
+
+
+ 3265
+ 1
+ 0
+ 0
+ 0
+
+
+ 3266
+ 1
+ 0
+ 0
+ 0
+
+
+ 3267
+ 1
+ 0
+ 0
+ 0
+
+
+ 3268
+ 1
+ 0
+ 0
+ 0
+
+
+ 3269
+ 1
+ 0
+ 0
+ 0
+
+
+ 3270
+ 1
+ 0
+ 0
+ 0
+
+
+ 3271
+ 1
+ 0
+ 0
+ 0
+
+
+ 3272
+ 1
+ 0
+ 0
+ 0
+
+
+ 3273
+ 1
+ 0
+ 0
+ 0
+
+
+ 3274
+ 1
+ 0
+ 0
+ 0
+
+
+ 3275
+ 1
+ 0
+ 0
+ 0
+
+
+ 3276
+ 1
+ 0
+ 0
+ 0
+
+
+ 3277
+ 1
+ 0
+ 0
+ 0
+
+
+ 3278
+ 1
+ 0
+ 0
+ 0
+
+
+ 3279
+ 1
+ 0
+ 0
+ 0
+
+
+ 3280
+ 1
+ 0
+ 0
+ 0
+
+
+ 3281
+ 1
+ 0
+ 0
+ 0
+
+
+ 3282
+ 1
+ 0
+ 0
+ 0
+
+
+ 3283
+ 1
+ 0
+ 0
+ 0
+
+
+ 3284
+ 1
+ 0
+ 0
+ 0
+
+
+ 3285
+ 1
+ 0
+ 0
+ 0
+
+
+ 3286
+ 1
+ 0
+ 0
+ 0
+
+
+ 3287
+ 1
+ 0
+ 0
+ 0
+
+
+ 3288
+ 1
+ 0
+ 0
+ 0
+
+
+ 3289
+ 1
+ 0
+ 0
+ 0
+
+
+ 3290
+ 1
+ 0
+ 0
+ 0
+
+
+ 3291
+ 1
+ 0
+ 0
+ 0
+
+
+ 3292
+ 1
+ 0
+ 0
+ 0
+
+
+ 3293
+ 1
+ 0
+ 0
+ 0
+
+
+ 3294
+ 1
+ 0
+ 0
+ 0
+
+
+ 3295
+ 1
+ 0
+ 0
+ 0
+
+
+ 3296
+ 1
+ 0
+ 0
+ 0
+
+
+ 3297
+ 1
+ 0
+ 0
+ 0
+
+
+ 3298
+ 1
+ 0
+ 0
+ 0
+
+
+ 3299
+ 1
+ 0
+ 0
+ 0
+
+
+ 3300
+ 1
+ 0
+ 0
+ 0
+
+
+ 3301
+ 1
+ 0
+ 0
+ 0
+
+
+ 3302
+ 1
+ 0
+ 0
+ 0
+
+
+ 3303
+ 1
+ 0
+ 0
+ 0
+
+
+ 3304
+ 1
+ 0
+ 0
+ 0
+
+
+ 3305
+ 1
+ 0
+ 0
+ 0
+
+
+ 3306
+ 1
+ 0
+ 0
+ 0
+
+
+ 3307
+ 1
+ 0
+ 0
+ 0
+
+
+ 3308
+ 1
+ 0
+ 0
+ 0
+
+
+ 3309
+ 1
+ 0
+ 0
+ 0
+
+
+ 3310
+ 1
+ 0
+ 0
+ 0
+
+
+ 3311
+ 1
+ 0
+ 0
+ 0
+
+
+ 3312
+ 1
+ 0
+ 0
+ 0
+
+
+ 3313
+ 1
+ 0
+ 0
+ 0
+
+
+ 3314
+ 1
+ 0
+ 0
+ 0
+
+
+ 3315
+ 1
+ 0
+ 0
+ 0
+
+
+ 3316
+ 1
+ 0
+ 0
+ 0
+
+
+ 3317
+ 1
+ 0
+ 0
+ 0
+
+
+ 3318
+ 1
+ 0
+ 0
+ 0
+
+
+ 3319
+ 1
+ 0
+ 0
+ 0
+
+
+ 3320
+ 1
+ 0
+ 0
+ 0
+
+
+ 3321
+ 1
+ 0
+ 0
+ 0
+
+
+ 3322
+ 1
+ 0
+ 0
+ 0
+
+
+ 3323
+ 1
+ 0
+ 0
+ 0
+
+
+ 3324
+ 1
+ 0
+ 0
+ 0
+
+
+ 3325
+ 2
+ 0
+ 0
+ 0
+
+
+ 3326
+ 2
+ 0
+ 0
+ 0
+
+
+ 3327
+ 300
+ 0
+ 0
+ 0
+
+
+ 3328
+ 300
+ 0
+ 0
+ 0
+
+
+ 3329
+ 300
+ 0
+ 0
+ 0
+
+
+ 3330
+ 300
+ 0
+ 0
+ 0
+
+
+ 3331
+ 300
+ 0
+ 0
+ 0
+
+
+ 3332
+ 300
+ 0
+ 0
+ 0
+
+
+ 3333
+ 300
+ 0
+ 0
+ 0
+
+
+ 3334
+ 300
+ 0
+ 0
+ 0
+
+
+ 3335
+ 300
+ 0
+ 0
+ 0
+
+
+ 3336
+ 300
+ 0
+ 0
+ 0
+
+
+ 3337
+ 300
+ 0
+ 0
+ 0
+
+
+ 3338
+ 300
+ 0
+ 0
+ 0
+
+
+ 3339
+ 300
+ 0
+ 0
+ 0
+
+
+ 3340
+ 300
+ 0
+ 0
+ 0
+
+
+ 3341
+ 300
+ 0
+ 0
+ 0
+
+
+ 3342
+ 300
+ 0
+ 0
+ 0
+
+
+ 3343
+ 300
+ 0
+ 0
+ 0
+
+
+ 3344
+ 300
+ 0
+ 0
+ 0
+
+
+ 3345
+ 150
+ 0
+ 0
+ 0
+
+
+ 3346
+ 150
+ 0
+ 0
+ 0
+
+
+ 3347
+ 150
+ 0
+ 0
+ 0
+
+
+ 3348
+ 150
+ 0
+ 0
+ 0
+
+
+ 3349
+ 150
+ 0
+ 0
+ 0
+
+
+ 3350
+ 150
+ 0
+ 0
+ 0
+
+
+ 3351
+ 150
+ 0
+ 0
+ 0
+
+
+ 3352
+ 150
+ 0
+ 0
+ 0
+
+
+ 3353
+ 150
+ 0
+ 0
+ 0
+
+
+ 3354
+ 150
+ 0
+ 0
+ 0
+
+
+ 3355
+ 150
+ 0
+ 0
+ 0
+
+
+ 3356
+ 150
+ 0
+ 0
+ 0
+
+
+ 3357
+ 150
+ 0
+ 0
+ 0
+
+
+ 3358
+ 150
+ 0
+ 0
+ 0
+
+
+ 3359
+ 150
+ 0
+ 0
+ 0
+
+
+ 3360
+ 150
+ 0
+ 0
+ 0
+
+
+ 3361
+ 150
+ 0
+ 0
+ 0
+
+
+ 3362
+ 150
+ 0
+ 0
+ 0
+
+
+ 3363
+ 60
+ 0
+ 0
+ 0
+
+
+ 3364
+ 60
+ 0
+ 0
+ 0
+
+
+ 3365
+ 10
+ 0
+ 0
+ 0
+
+
+ 3366
+ 10
+ 0
+ 0
+ 0
+
+
+ 3367
+ 15
+ 0
+ 0
+ 0
+
+
+ 3368
+ 15
+ 0
+ 0
+ 0
+
+
+ 3369
+ 10
+ 0
+ 0
+ 0
+
+
+ 3370
+ 10
+ 0
+ 0
+ 0
+
+
+ 3371
+ 20
+ 0
+ 0
+ 0
+
+
+ 3372
+ 20
+ 0
+ 0
+ 0
+
+
+ 3373
+ 30
+ 0
+ 0
+ 0
+
+
+ 3374
+ 30
+ 0
+ 0
+ 0
+
+
+ 3375
+ 10
+ 0
+ 0
+ 0
+
+
+ 3376
+ 10
+ 0
+ 0
+ 0
+
+
+ 3377
+ 5
+ 0
+ 0
+ 0
+
+
+ 3378
+ 5
+ 0
+ 0
+ 0
+
+
+ 3379
+ 1
+ 0
+ 0
+ 0
+
+
+ 3380
+ 1
+ 0
+ 0
+ 0
+
+
+ 3381
+ 1
+ 0
+ 0
+ 0
+
+
+ 3382
+ 1
+ 0
+ 0
+ 0
+
+
+ 3383
+ 1
+ 0
+ 0
+ 0
+
+
+ 3384
+ 1
+ 0
+ 0
+ 0
+
+
+ 3385
+ 10000
+ 0
+ 0
+ 0
+
+
+ 3386
+ 10000
+ 0
+ 0
+ 0
+
+
+ 3387
+ 45000
+ 0
+ 0
+ 0
+
+
+ 3388
+ 45000
+ 0
+ 0
+ 0
+
+
+ 3389
+ 40000
+ 0
+ 0
+ 0
+
+
+ 3390
+ 40000
+ 0
+ 0
+ 0
+
+
+ 3391
+ 5000
+ 0
+ 0
+ 0
+
+
+ 3392
+ 5000
+ 0
+ 0
+ 0
+
+
+ 3393
+ 5000
+ 0
+ 0
+ 0
+
+
+ 3394
+ 5000
+ 0
+ 0
+ 0
+
+
+ 3395
+ 1
+ 0
+ 0
+ 0
+
+
+ 3396
+ 1
+ 0
+ 0
+ 0
+
+
+ 3397
+ 1
+ 0
+ 0
+ 0
+
+
+ 3398
+ 1
+ 0
+ 0
+ 0
+
+
+ 3399
+ 1
+ 0
+ 0
+ 0
+
+
+ 3400
+ 1
+ 0
+ 0
+ 0
+
+
+ 3401
+ 1
+ 0
+ 0
+ 0
+
+
+ 3402
+ 1
+ 0
+ 0
+ 0
+
+
+ 3403
+ 1
+ 0
+ 0
+ 0
+
+
+ 3404
+ 1
+ 0
+ 0
+ 0
+
+
+ 3405
+ 1
+ 0
+ 0
+ 0
+
+
+ 3406
+ 11
+ 0
+ 0
+ 0
+
+
+ 3407
+ 11
+ 0
+ 0
+ 0
+
+
+ 3408
+ 14
+ 0
+ 0
+ 0
+
+
+ 3409
+ 1
+ 0
+ 0
+ 0
+
+
+ 3410
+ 13
+ 0
+ 0
+ 0
+
+
+ 3411
+ 1
+ 0
+ 0
+ 0
+
+
+ 3412
+ 13
+ 0
+ 0
+ 0
+
+
+ 3413
+ 1
+ 0
+ 0
+ 0
+
+
+ 3414
+ 11
+ 0
+ 0
+ 0
+
+
+ 3415
+ 1
+ 0
+ 0
+ 0
+
+
+ 3416
+ 14
+ 0
+ 0
+ 0
+
+
+ 3417
+ 13
+ 0
+ 0
+ 0
+
+
+ 3418
+ 13
+ 0
+ 0
+ 0
+
+
+ 3419
+ 11
+ 0
+ 0
+ 0
+
+
+ 3420
+ 21
+ 0
+ 0
+ 0
+
+
+ 3421
+ 21
+ 0
+ 0
+ 0
+
+
+ 3422
+ 22
+ 0
+ 0
+ 0
+
+
+ 3423
+ 22
+ 0
+ 0
+ 0
+
+
+ 3424
+ 26
+ 0
+ 0
+ 0
+
+
+ 3425
+ 26
+ 0
+ 0
+ 0
+
+
+ 3426
+ 17
+ 0
+ 0
+ 0
+
+
+ 3427
+ 17
+ 0
+ 0
+ 0
+
+
+ 3428
+ 14
+ 0
+ 0
+ 0
+
+
+ 3429
+ 14
+ 0
+ 0
+ 0
+
+
+ 3430
+ 100
+ 0
+ 0
+ 0
+
+
+ 3431
+ 100
+ 0
+ 0
+ 0
+
+
+ 3432
+ 90
+ 0
+ 0
+ 0
+
+
+ 3433
+ 90
+ 0
+ 0
+ 0
+
+
+ 3434
+ 75
+ 0
+ 0
+ 0
+
+
+ 3435
+ 75
+ 0
+ 0
+ 0
+
+
+ 3436
+ 60
+ 0
+ 0
+ 0
+
+
+ 3437
+ 60
+ 0
+ 0
+ 0
+
+
+ 3438
+ 8
+ 0
+ 0
+ 0
+
+
+ 3439
+ 8
+ 0
+ 0
+ 0
+
+
+ 3440
+ 40
+ 0
+ 0
+ 0
+
+
+ 3441
+ 40
+ 0
+ 0
+ 0
+
+
+ 3442
+ 80
+ 0
+ 0
+ 0
+
+
+ 3443
+ 80
+ 0
+ 0
+ 0
+
+
+ 3444
+ 160
+ 0
+ 0
+ 0
+
+
+ 3445
+ 160
+ 0
+ 0
+ 0
+
+
+ 3446
+ 320
+ 0
+ 0
+ 0
+
+
+ 3447
+ 320
+ 0
+ 0
+ 0
+
+
+ 3448
+ 640
+ 0
+ 0
+ 0
+
+
+ 3449
+ 640
+ 0
+ 0
+ 0
+
+
+ 3450
+ 81
+ 0
+ 0
+ 0
+
+
+ 3451
+ 82
+ 0
+ 0
+ 0
+
+
+ 3452
+ 83
+ 0
+ 0
+ 0
+
+
+ 3453
+ 84
+ 0
+ 0
+ 0
+
+
+ 3454
+ 85
+ 0
+ 0
+ 0
+
+
+ 3455
+ 86
+ 0
+ 0
+ 0
+
+
+ 3456
+ 87
+ 0
+ 0
+ 0
+
+
+ 3457
+ 88
+ 0
+ 0
+ 0
+
+
+ 3458
+ 89
+ 0
+ 0
+ 0
+
+
+ 3459
+ 90
+ 0
+ 0
+ 0
+
+
+ 3460
+ 91
+ 0
+ 0
+ 0
+
+
+ 3461
+ 92
+ 0
+ 0
+ 0
+
+
+ 3462
+ 93
+ 0
+ 0
+ 0
+
+
+ 3463
+ 94
+ 0
+ 0
+ 0
+
+
+ 3464
+ 95
+ 0
+ 0
+ 0
+
+
+ 3465
+ 96
+ 0
+ 0
+ 0
+
+
+ 3466
+ 97
+ 0
+ 0
+ 0
+
+
+ 3467
+ 98
+ 0
+ 0
+ 0
+
+
+ 3468
+ 99
+ 0
+ 0
+ 0
+
+
+ 3469
+ 100
+ 0
+ 0
+ 0
+
+
+ 3470
+ 500
+ 0
+ 0
+ 0
+
+
+ 3471
+ 500
+ 0
+ 0
+ 0
+
+
+ 3472
+ 1920
+ 0
+ 0
+ 0
+
+
+ 3473
+ 1920
+ 0
+ 0
+ 0
+
+
+ 3474
+ 6400
+ 0
+ 0
+ 0
+
+
+ 3475
+ 6400
+ 0
+ 0
+ 0
+
+
+ 3476
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3477
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3478
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3479
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3480
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3481
+ 65000
+ 0
+ 0
+ 0
+
+
+ 3482
+ 65000
+ 0
+ 0
+ 0
+
+
+ 3483
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3484
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3485
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3486
+ 35200
+ 0
+ 0
+ 0
+
+
+ 3487
+ 35200
+ 0
+ 0
+ 0
+
+
+ 3488
+ 54400
+ 0
+ 0
+ 0
+
+
+ 3489
+ 54400
+ 0
+ 0
+ 0
+
+
+ 3490
+ 1
+ 0
+ 0
+ 0
+
+
+ 3491
+ 1
+ 0
+ 0
+ 0
+
+
+ 3492
+ 1
+ 0
+ 0
+ 0
+
+
+ 3493
+ 1
+ 0
+ 0
+ 0
+
+
+ 3494
+ 1
+ 0
+ 0
+ 0
+
+
+ 3495
+ 1
+ 0
+ 0
+ 0
+
+
+ 3496
+ 1
+ 0
+ 0
+ 0
+
+
+ 3497
+ 1
+ 0
+ 0
+ 0
+
+
+ 3498
+ 1
+ 0
+ 0
+ 0
+
+
+ 3499
+ 1
+ 0
+ 0
+ 0
+
+
+ 3500
+ 1
+ 0
+ 0
+ 0
+
+
+ 3501
+ 1
+ 0
+ 0
+ 0
+
+
+ 3502
+ 1
+ 0
+ 0
+ 0
+
+
+ 3503
+ 1
+ 0
+ 0
+ 0
+
+
+ 3504
+ 1
+ 0
+ 0
+ 0
+
+
+ 3505
+ 1
+ 0
+ 0
+ 0
+
+
+ 3506
+ 1
+ 0
+ 0
+ 0
+
+
+ 3507
+ 1
+ 0
+ 0
+ 0
+
+
+ 3508
+ 1
+ 0
+ 0
+ 0
+
+
+ 3509
+ 1
+ 0
+ 0
+ 0
+
+
+ 3510
+ 1
+ 0
+ 0
+ 0
+
+
+ 3511
+ 50
+ 0
+ 0
+ 0
+
+
+ 3512
+ 1
+ 0
+ 0
+ 0
+
+
+ 3513
+ 1
+ 0
+ 0
+ 0
+
+
+ 3514
+ 1
+ 0
+ 0
+ 0
+
+
+ 3515
+ 1
+ 0
+ 0
+ 0
+
+
+ 3516
+ 1
+ 0
+ 0
+ 0
+
+
+ 3517
+ 50
+ 0
+ 0
+ 0
+
+
+ 3518
+ 1
+ 0
+ 0
+ 0
+
+
+ 3519
+ 50
+ 0
+ 0
+ 0
+
+
+ 3520
+ 1
+ 0
+ 0
+ 0
+
+
+ 3521
+ 50
+ 0
+ 0
+ 0
+
+
+ 3522
+ 1
+ 0
+ 0
+ 0
+
+
+ 3523
+ 50
+ 0
+ 0
+ 0
+
+
+ 3524
+ 1
+ 0
+ 0
+ 0
+
+
+ 3525
+ 1
+ 0
+ 0
+ 0
+
+
+ 3526
+ 1
+ 0
+ 0
+ 0
+
+
+ 3527
+ 50
+ 0
+ 0
+ 0
+
+
+ 3528
+ 1
+ 0
+ 0
+ 0
+
+
+ 3529
+ 50
+ 0
+ 0
+ 0
+
+
+ 3530
+ 1
+ 0
+ 0
+ 0
+
+
+ 3531
+ 50
+ 0
+ 0
+ 0
+
+
+ 3532
+ 1
+ 0
+ 0
+ 0
+
+
+ 3533
+ 50
+ 0
+ 0
+ 0
+
+
+ 3534
+ 1
+ 0
+ 0
+ 0
+
+
+ 3535
+ 50
+ 0
+ 0
+ 0
+
+
+ 3536
+ 1
+ 0
+ 0
+ 0
+
+
+ 3537
+ 50
+ 0
+ 0
+ 0
+
+
+ 3538
+ 1
+ 0
+ 0
+ 0
+
+
+ 3539
+ 50
+ 0
+ 0
+ 0
+
+
+ 3540
+ 1
+ 0
+ 0
+ 0
+
+
+ 3541
+ 50
+ 0
+ 0
+ 0
+
+
+ 3542
+ 1
+ 0
+ 0
+ 0
+
+
+ 3543
+ 50
+ 0
+ 0
+ 0
+
+
+ 3544
+ 1
+ 0
+ 0
+ 0
+
+
+ 3545
+ 50
+ 0
+ 0
+ 0
+
+
+ 3546
+ 1
+ 0
+ 0
+ 0
+
+
+ 3547
+ 50
+ 0
+ 0
+ 0
+
+
+ 3548
+ 1
+ 0
+ 0
+ 0
+
+
+ 3549
+ 50
+ 0
+ 0
+ 0
+
+
+ 3550
+ 1
+ 0
+ 0
+ 0
+
+
+ 3551
+ 50
+ 0
+ 0
+ 0
+
+
+ 3552
+ 1
+ 0
+ 0
+ 0
+
+
+ 3553
+ 50
+ 0
+ 0
+ 0
+
+
+ 3554
+ 1
+ 0
+ 0
+ 0
+
+
+ 3555
+ 50
+ 0
+ 0
+ 0
+
+
+ 3556
+ 1
+ 0
+ 0
+ 0
+
+
+ 3557
+ 50
+ 0
+ 0
+ 0
+
+
+ 3558
+ 1
+ 0
+ 0
+ 0
+
+
+ 3559
+ 50
+ 0
+ 0
+ 0
+
+
+ 3560
+ 1
+ 0
+ 0
+ 0
+
+
+ 3561
+ 50
+ 0
+ 0
+ 0
+
+
+ 3562
+ 1
+ 0
+ 0
+ 0
+
+
+ 3563
+ 50
+ 0
+ 0
+ 0
+
+
+ 3564
+ 1
+ 0
+ 0
+ 0
+
+
+ 3565
+ 100
+ 0
+ 0
+ 0
+
+
+ 3566
+ 1
+ 0
+ 0
+ 0
+
+
+ 3567
+ 100
+ 0
+ 0
+ 0
+
+
+ 3568
+ 1
+ 0
+ 0
+ 0
+
+
+ 3569
+ 100
+ 0
+ 0
+ 0
+
+
+ 3570
+ 1
+ 0
+ 0
+ 0
+
+
+ 3571
+ 100
+ 0
+ 0
+ 0
+
+
+ 3572
+ 1
+ 0
+ 0
+ 0
+
+
+ 3573
+ 1
+ 0
+ 0
+ 0
+
+
+ 3574
+ 1
+ 0
+ 0
+ 0
+
+
+ 3575
+ 1
+ 0
+ 0
+ 0
+
+
+ 3576
+ 100
+ 0
+ 0
+ 0
+
+
+ 3577
+ 1
+ 0
+ 0
+ 0
+
+
+ 3578
+ 100
+ 0
+ 0
+ 0
+
+
+ 3579
+ 1
+ 0
+ 0
+ 0
+
+
+ 3580
+ 1
+ 0
+ 0
+ 0
+
+
+ 3581
+ 50
+ 0
+ 0
+ 0
+
+
+ 3582
+ 1
+ 0
+ 0
+ 0
+
+
+ 3583
+ 50
+ 0
+ 0
+ 0
+
+
+ 3584
+ 1
+ 0
+ 0
+ 0
+
+
+ 3585
+ 50
+ 0
+ 0
+ 0
+
+
+ 3586
+ 1
+ 0
+ 0
+ 0
+
+
+ 3587
+ 50
+ 0
+ 0
+ 0
+
+
+ 3588
+ 1
+ 0
+ 0
+ 0
+
+
+ 3589
+ 50
+ 0
+ 0
+ 0
+
+
+ 3590
+ 1
+ 0
+ 0
+ 0
+
+
+ 3591
+ 50
+ 0
+ 0
+ 0
+
+
+ 3592
+ 1
+ 0
+ 0
+ 0
+
+
+ 3593
+ 50
+ 0
+ 0
+ 0
+
+
+ 3594
+ 1
+ 0
+ 0
+ 0
+
+
+ 3595
+ 50
+ 0
+ 0
+ 0
+
+
+ 3596
+ 1
+ 0
+ 0
+ 0
+
+
+ 3597
+ 50
+ 0
+ 0
+ 0
+
+
+ 3598
+ 1
+ 0
+ 0
+ 0
+
+
+ 3599
+ 1
+ 0
+ 0
+ 0
+
+
+ 3600
+ 50
+ 0
+ 0
+ 0
+
+
+ 3601
+ 1
+ 0
+ 0
+ 0
+
+
+ 3602
+ 1
+ 0
+ 0
+ 0
+
+
+ 3603
+ 50
+ 0
+ 0
+ 0
+
+
+ 3604
+ 1
+ 0
+ 0
+ 0
+
+
+ 3605
+ 1
+ 0
+ 0
+ 0
+
+
+ 3606
+ 1
+ 0
+ 0
+ 0
+
+
+ 3607
+ 1
+ 0
+ 0
+ 0
+
+
+ 3608
+ 1
+ 0
+ 0
+ 0
+
+
+ 3609
+ 1
+ 0
+ 0
+ 0
+
+
+ 3610
+ 1
+ 0
+ 0
+ 0
+
+
+ 3611
+ 1
+ 0
+ 0
+ 0
+
+
+ 3612
+ 1
+ 0
+ 0
+ 0
+
+
+ 3613
+ 1
+ 0
+ 0
+ 0
+
+
+ 3614
+ 1
+ 0
+ 0
+ 0
+
+
+ 3615
+ 1
+ 0
+ 0
+ 0
+
+
+ 3616
+ 1
+ 0
+ 0
+ 0
+
+
+ 3617
+ 1
+ 0
+ 0
+ 0
+
+
+ 3618
+ 1
+ 0
+ 0
+ 0
+
+
+ 3619
+ 1
+ 0
+ 0
+ 0
+
+
+ 3620
+ 1
+ 0
+ 0
+ 0
+
+
+ 3621
+ 1
+ 0
+ 0
+ 0
+
+
+ 3622
+ 1
+ 0
+ 0
+ 0
+
+
+ 3623
+ 1
+ 0
+ 0
+ 0
+
+
+ 3624
+ 1
+ 0
+ 0
+ 0
+
+
+ 3625
+ 1
+ 0
+ 0
+ 0
+
+
+ 3626
+ 1
+ 0
+ 0
+ 0
+
+
+ 3627
+ 1
+ 0
+ 0
+ 0
+
+
+ 3628
+ 1
+ 0
+ 0
+ 0
+
+
+ 3629
+ 1
+ 0
+ 0
+ 0
+
+
+ 3630
+ 1
+ 0
+ 0
+ 0
+
+
+ 3631
+ 1
+ 0
+ 0
+ 0
+
+
+ 3632
+ 1
+ 0
+ 0
+ 0
+
+
+ 3633
+ 1
+ 0
+ 0
+ 0
+
+
+ 3634
+ 1
+ 0
+ 0
+ 0
+
+
+ 3635
+ 1
+ 0
+ 0
+ 0
+
+
+ 3636
+ 1
+ 0
+ 0
+ 0
+
+
+ 3637
+ 1
+ 0
+ 0
+ 0
+
+
+ 3638
+ 1
+ 0
+ 0
+ 0
+
+
+ 3639
+ 1
+ 0
+ 0
+ 0
+
+
+ 3640
+ 1
+ 0
+ 0
+ 0
+
+
+ 3641
+ 1
+ 0
+ 0
+ 0
+
+
+ 3642
+ 1
+ 0
+ 0
+ 0
+
+
+ 3643
+ 1
+ 0
+ 0
+ 0
+
+
+ 3644
+ 1
+ 0
+ 0
+ 0
+
+
+ 3645
+ 1
+ 0
+ 0
+ 0
+
+
+ 3646
+ 1
+ 0
+ 0
+ 0
+
+
+ 3647
+ 1
+ 0
+ 0
+ 0
+
+
+ 3648
+ 1
+ 0
+ 0
+ 0
+
+
+ 3649
+ 1
+ 0
+ 0
+ 0
+
+
+ 3650
+ 1
+ 0
+ 0
+ 0
+
+
+ 3651
+ 1
+ 0
+ 0
+ 0
+
+
+ 3652
+ 1
+ 0
+ 0
+ 0
+
+
+ 3653
+ 1
+ 0
+ 0
+ 0
+
+
+ 3654
+ 1
+ 0
+ 0
+ 0
+
+
+ 3655
+ 1
+ 0
+ 0
+ 0
+
+
+ 3656
+ 1
+ 0
+ 0
+ 0
+
+
+ 3657
+ 1
+ 0
+ 0
+ 0
+
+
+ 3658
+ 1
+ 0
+ 0
+ 0
+
+
+ 3659
+ 1
+ 0
+ 0
+ 0
+
+
+ 3660
+ 1
+ 0
+ 0
+ 0
+
+
+ 3661
+ 1
+ 0
+ 0
+ 0
+
+
+ 3662
+ 1
+ 0
+ 0
+ 0
+
+
+ 3663
+ 1
+ 0
+ 0
+ 0
+
+
+ 3664
+ 1
+ 0
+ 0
+ 0
+
+
+ 3665
+ 1
+ 0
+ 0
+ 0
+
+
+ 3666
+ 1
+ 0
+ 0
+ 0
+
+
+ 3667
+ 1
+ 0
+ 0
+ 0
+
+
+ 3668
+ 1920
+ 0
+ 0
+ 0
+
+
+ 3669
+ 1920
+ 0
+ 0
+ 0
+
+
+ 3670
+ 6400
+ 0
+ 0
+ 0
+
+
+ 3671
+ 6400
+ 0
+ 0
+ 0
+
+
+ 3672
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3673
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3674
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3675
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3676
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3677
+ 64000
+ 0
+ 0
+ 0
+
+
+ 3678
+ 13000
+ 0
+ 0
+ 0
+
+
+ 3679
+ 1
+ 0
+ 0
+ 0
+
+
+ 3680
+ 1
+ 0
+ 0
+ 0
+
+
+ 3681
+ 1
+ 0
+ 0
+ 0
+
+
+ 3682
+ 1
+ 0
+ 0
+ 0
+
+
+ 3683
+ 1
+ 0
+ 0
+ 0
+
+
+ 3684
+ 1
+ 0
+ 0
+ 0
+
+
+ 3685
+ 1
+ 0
+ 0
+ 0
+
+
+ 3686
+ 1
+ 0
+ 0
+ 0
+
+
+ 3687
+ 1
+ 0
+ 0
+ 0
+
+
+ 3688
+ 1
+ 0
+ 0
+ 0
+
+
+ 3689
+ 1
+ 0
+ 0
+ 0
+
+
+ 3690
+ 1
+ 0
+ 0
+ 0
+
+
+ 3691
+ 1000
+ 0
+ 0
+ 0
+
+
+ 3692
+ 1
+ 0
+ 0
+ 0
+
+
+ 3693
+ 1
+ 0
+ 0
+ 0
+
+
+ 3694
+ 1
+ 0
+ 0
+ 0
+
+
+ 3695
+ 1
+ 0
+ 0
+ 0
+
+
+ 3696
+ 4
+ 0
+ 0
+ 0
+
+
+ 3697
+ 4
+ 0
+ 0
+ 0
+
+
+ 3698
+ 1
+ 0
+ 0
+ 0
+
+
+ 3699
+ 1
+ 0
+ 0
+ 0
+
+
+ 3700
+ 1
+ 0
+ 0
+ 0
+
+
+ 3701
+ 1
+ 0
+ 0
+ 0
+
+
+ 3702
+ 1
+ 0
+ 0
+ 0
+
+
+ 3703
+ 1
+ 0
+ 0
+ 0
+
+
+ 3704
+ 1
+ 0
+ 0
+ 0
+
+
+ 3705
+ 1
+ 0
+ 0
+ 0
+
+
+ 3706
+ 1
+ 0
+ 0
+ 0
+
+
+ 3707
+ 1
+ 0
+ 0
+ 0
+
+
+ 3708
+ 1
+ 0
+ 0
+ 0
+
+
+ 3709
+ 1
+ 0
+ 0
+ 0
+
+
+ 3710
+ 1
+ 0
+ 0
+ 0
+
+
+ 3711
+ 1
+ 0
+ 0
+ 0
+
+
+ 3712
+ 1
+ 0
+ 0
+ 0
+
+
+ 3713
+ 1
+ 0
+ 0
+ 0
+
+
+ 3714
+ 1
+ 0
+ 0
+ 0
+
+
+ 3715
+ 1
+ 0
+ 0
+ 0
+
+
+ 3716
+ 1
+ 0
+ 0
+ 0
+
+
+ 3717
+ 1
+ 0
+ 0
+ 0
+
+
+ 3718
+ 3
+ 0
+ 0
+ 0
+
+
+ 3719
+ 1
+ 0
+ 0
+ 0
+
+
+ 3720
+ 1
+ 0
+ 0
+ 0
+
+
+ 3721
+ 2
+ 0
+ 0
+ 0
+
+
+ 3722
+ 1
+ 0
+ 0
+ 0
+
+
+ 3723
+ 1
+ 0
+ 0
+ 0
+
+
+ 3724
+ 1
+ 0
+ 0
+ 0
+
+
+ 3725
+ 1
+ 0
+ 0
+ 0
+
+
+ 3726
+ 1
+ 0
+ 0
+ 0
+
+
+ 3727
+ 1
+ 0
+ 0
+ 0
+
+
+ 3728
+ 1
+ 0
+ 0
+ 0
+
+
+ 3729
+ 1
+ 0
+ 0
+ 0
+
+
+ 3730
+ 1
+ 0
+ 0
+ 0
+
+
+ 3731
+ 1
+ 0
+ 0
+ 0
+
+
+ 3732
+ 1
+ 0
+ 0
+ 0
+
+
+ 3733
+ 1
+ 0
+ 0
+ 0
+
+
+ 3734
+ 1
+ 0
+ 0
+ 0
+
+
+ 3735
+ 1
+ 0
+ 0
+ 0
+
+
+ 3736
+ 1
+ 0
+ 0
+ 0
+
+
+ 3737
+ 1
+ 0
+ 0
+ 0
+
+
+ 3738
+ 1
+ 0
+ 0
+ 0
+
+
+ 3739
+ 1
+ 0
+ 0
+ 0
+
+
+ 3740
+ 1
+ 0
+ 0
+ 0
+
+
+ 3741
+ 1
+ 0
+ 0
+ 0
+
+
+ 3742
+ 1
+ 0
+ 0
+ 0
+
+
+ 3743
+ 1
+ 0
+ 0
+ 0
+
+
+ 3744
+ 1
+ 0
+ 0
+ 0
+
+
+ 3745
+ 1
+ 0
+ 0
+ 0
+
+
+ 3746
+ 1
+ 0
+ 0
+ 0
+
+
+ 3747
+ 1
+ 0
+ 0
+ 0
+
+
+ 3748
+ 6500
+ 0
+ 0
+ 0
+
+
+ 3749
+ 78000
+ 0
+ 0
+ 0
+
+
+ 3750
+ 78000
+ 0
+ 0
+ 0
+
+
+ 3751
+ 78000
+ 0
+ 0
+ 0
+
+
+ 3752
+ 78000
+ 0
+ 0
+ 0
+
+
+ 3753
+ 78000
+ 0
+ 0
+ 0
+
+
+ 3754
+ 78000
+ 0
+ 0
+ 0
+
+
+ 3755
+ 78000
+ 0
+ 0
+ 0
+
+
+ 3756
+ 78000
+ 0
+ 0
+ 0
+
+
+ 3757
+ 5000
+ 0
+ 0
+ 0
+
+
+ 3758
+ 5000
+ 0
+ 0
+ 0
+
+
+ 3759
+ 325
+ 0
+ 0
+ 0
+
+
+ 3760
+ 325
+ 0
+ 0
+ 0
+
+
+ 3761
+ 325
+ 0
+ 0
+ 0
+
+
+ 3762
+ 325
+ 0
+ 0
+ 0
+
+
+ 3763
+ 325
+ 0
+ 0
+ 0
+
+
+ 3764
+ 325
+ 0
+ 0
+ 0
+
+
+ 3765
+ 325
+ 0
+ 0
+ 0
+
+
+ 3766
+ 325
+ 0
+ 0
+ 0
+
+
+ 3767
+ 325
+ 0
+ 0
+ 0
+
+
+ 3768
+ 325
+ 0
+ 0
+ 0
+
+
+ 3769
+ 325
+ 0
+ 0
+ 0
+
+
+ 3770
+ 325
+ 0
+ 0
+ 0
+
+
+ 3771
+ 325
+ 0
+ 0
+ 0
+
+
+ 3772
+ 325
+ 0
+ 0
+ 0
+
+
+ 3773
+ 325
+ 0
+ 0
+ 0
+
+
+ 3774
+ 325
+ 0
+ 0
+ 0
+
+
+ 3775
+ 325
+ 0
+ 0
+ 0
+
+
+ 3776
+ 325
+ 0
+ 0
+ 0
+
+
+ 3777
+ 325
+ 0
+ 0
+ 0
+
+
+ 3778
+ 325
+ 0
+ 0
+ 0
+
+
+ 3779
+ 325
+ 0
+ 0
+ 0
+
+
+ 3780
+ 325
+ 0
+ 0
+ 0
+
+
+ 3781
+ 325
+ 0
+ 0
+ 0
+
+
+ 3782
+ 325
+ 0
+ 0
+ 0
+
+
+ 3783
+ 325
+ 0
+ 0
+ 0
+
+
+ 3784
+ 325
+ 0
+ 0
+ 0
+
+
+ 3785
+ 325
+ 0
+ 0
+ 0
+
+
+ 3786
+ 325
+ 0
+ 0
+ 0
+
+
+ 3787
+ 325
+ 0
+ 0
+ 0
+
+
+ 3788
+ 325
+ 0
+ 0
+ 0
+
+
+ 3789
+ 325
+ 0
+ 0
+ 0
+
+
+ 3790
+ 325
+ 0
+ 0
+ 0
+
+
+ 3791
+ 650
+ 0
+ 0
+ 0
+
+
+ 3792
+ 650
+ 0
+ 0
+ 0
+
+
+ 3793
+ 650
+ 0
+ 0
+ 0
+
+
+ 3794
+ 650
+ 0
+ 0
+ 0
+
+
+ 3795
+ 650
+ 0
+ 0
+ 0
+
+
+ 3796
+ 650
+ 0
+ 0
+ 0
+
+
+ 3797
+ 650
+ 0
+ 0
+ 0
+
+
+ 3798
+ 650
+ 0
+ 0
+ 0
+
+
+ 3799
+ 650
+ 0
+ 0
+ 0
+
+
+ 3800
+ 650
+ 0
+ 0
+ 0
+
+
+ 3801
+ 325
+ 0
+ 0
+ 0
+
+
+ 3802
+ 325
+ 0
+ 0
+ 0
+
+
+ 3803
+ 26
+ 0
+ 0
+ 0
+
+
+ 3804
+ 26
+ 0
+ 0
+ 0
+
+
+ 3805
+ 5
+ 0
+ 0
+ 0
+
+
+ 3806
+ 5
+ 0
+ 0
+ 0
+
+
+ 3807
+ 1
+ 0
+ 0
+ 0
+
+
+ 3808
+ 1
+ 0
+ 0
+ 0
+
+
+ 3809
+ 1
+ 0
+ 0
+ 0
+
+
+ 3810
+ 1
+ 0
+ 0
+ 0
+
+
+ 3811
+ 1
+ 0
+ 0
+ 0
+
+
+ 3812
+ 1
+ 0
+ 0
+ 0
+
+
+ 3813
+ 1
+ 0
+ 0
+ 0
+
+
+ 3814
+ 1
+ 0
+ 0
+ 0
+
+
+ 3815
+ 1
+ 0
+ 0
+ 0
+
+
+ 3816
+ 1
+ 0
+ 0
+ 0
+
+
+ 3817
+ 1
+ 0
+ 0
+ 0
+
+
+ 3818
+ 1
+ 0
+ 0
+ 0
+
+
+ 3819
+ 1
+ 0
+ 0
+ 0
+
+
+ 3820
+ 1
+ 0
+ 0
+ 0
+
+
+ 3821
+ 1
+ 0
+ 0
+ 0
+
+
+ 3822
+ 1
+ 0
+ 0
+ 0
+
+
+ 3823
+ 1
+ 0
+ 0
+ 0
+
+
+ 3824
+ 1
+ 0
+ 0
+ 0
+
+
+ 3825
+ 1
+ 0
+ 0
+ 0
+
+
+ 3826
+ 1
+ 0
+ 0
+ 0
+
+
+ 3827
+ 200
+ 0
+ 0
+ 0
+
+
+ 3828
+ 200
+ 0
+ 0
+ 0
+
+
+ 3829
+ 200
+ 0
+ 0
+ 0
+
+
+ 3830
+ 200
+ 0
+ 0
+ 0
+
+
+ 3831
+ 200
+ 0
+ 0
+ 0
+
+
+ 3832
+ 200
+ 0
+ 0
+ 0
+
+
+ 3833
+ 200
+ 0
+ 0
+ 0
+
+
+ 3834
+ 200
+ 0
+ 0
+ 0
+
+
+ 3835
+ 200
+ 0
+ 0
+ 0
+
+
+ 3836
+ 200
+ 0
+ 0
+ 0
+
+
+ 3837
+ 200
+ 0
+ 0
+ 0
+
+
+ 3838
+ 200
+ 0
+ 0
+ 0
+
+
+ 3839
+ 200
+ 0
+ 0
+ 0
+
+
+ 3840
+ 200
+ 0
+ 0
+ 0
+
+
+ 3841
+ 200
+ 0
+ 0
+ 0
+
+
+ 3842
+ 200
+ 0
+ 0
+ 0
+
+
+ 3843
+ 200
+ 0
+ 0
+ 0
+
+
+ 3844
+ 200
+ 0
+ 0
+ 0
+
+
+ 3845
+ 1
+ 0
+ 0
+ 0
+
+
+ 3846
+ 1
+ 0
+ 0
+ 0
+
+
+ 3847
+ 1
+ 0
+ 0
+ 0
+
+
+ 3848
+ 1
+ 0
+ 0
+ 0
+
+
+ 3849
+ 1
+ 0
+ 0
+ 0
+
+
+ 3850
+ 1
+ 0
+ 0
+ 0
+
+
+ 3851
+ 1
+ 0
+ 0
+ 0
+
+
+ 3852
+ 200
+ 0
+ 0
+ 0
+
+
+ 3853
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3854
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3855
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3856
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3857
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3858
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3859
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3860
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3861
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3862
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3863
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3864
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3865
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3866
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3867
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3868
+ 1050
+ 0
+ 0
+ 0
+
+
+ 3869
+ 1
+ 0
+ 0
+ 0
+
+
+ 3870
+ 1
+ 0
+ 0
+ 0
+
+
+ 3871
+ 1
+ 0
+ 0
+ 0
+
+
+ 3872
+ 1
+ 0
+ 0
+ 0
+
+
+ 3873
+ 1
+ 0
+ 0
+ 0
+
+
+ 3874
+ 1
+ 0
+ 0
+ 0
+
+
+ 3875
+ 1
+ 0
+ 0
+ 0
+
+
+ 3876
+ 1
+ 0
+ 0
+ 0
+
+
+ 3877
+ 1
+ 0
+ 0
+ 0
+
+
+ 3878
+ 1
+ 0
+ 0
+ 0
+
+
+ 3879
+ 1
+ 0
+ 0
+ 0
+
+
+ 3880
+ 1
+ 0
+ 0
+ 0
+
+
+ 3881
+ 1
+ 0
+ 0
+ 0
+
+
+ 3882
+ 1
+ 0
+ 0
+ 0
+
+
+ 3883
+ 1
+ 0
+ 0
+ 0
+
+
+ 3884
+ 1
+ 0
+ 0
+ 0
+
+
+ 3885
+ 1
+ 0
+ 0
+ 0
+
+
+ 3886
+ 1
+ 0
+ 0
+ 0
+
+
+ 3887
+ 1
+ 0
+ 0
+ 0
+
+
+ 3888
+ 1
+ 0
+ 0
+ 0
+
+
+ 3889
+ 1
+ 0
+ 0
+ 0
+
+
+ 3890
+ 1
+ 0
+ 0
+ 0
+
+
+ 3891
+ 1
+ 0
+ 0
+ 0
+
+
+ 3892
+ 1
+ 0
+ 0
+ 0
+
+
+ 3893
+ 800
+ 0
+ 0
+ 0
+
+
+ 3894
+ 1
+ 0
+ 0
+ 0
+
+
+ 3895
+ 1
+ 0
+ 0
+ 0
+
+
+ 3896
+ 1
+ 0
+ 0
+ 0
+
+
+ 3897
+ 1
+ 0
+ 0
+ 0
+
+
+ 3898
+ 1
+ 0
+ 0
+ 0
+
+
+ 3899
+ 15
+ 0
+ 0
+ 0
+
+
+ 3900
+ 1
+ 0
+ 0
+ 0
+
+
+ 3901
+ 1
+ 0
+ 0
+ 0
+
+
+ 3902
+ 1
+ 0
+ 0
+ 0
+
+
+ 3903
+ 1
+ 0
+ 0
+ 0
+
+
+ 3904
+ 1
+ 0
+ 0
+ 0
+
+
+ 3905
+ 1
+ 0
+ 0
+ 0
+
+
+ 3906
+ 1
+ 0
+ 0
+ 0
+
+
+ 3907
+ 1
+ 0
+ 0
+ 0
+
+
+ 3908
+ 1
+ 0
+ 0
+ 0
+
+
+ 3909
+ 1
+ 0
+ 0
+ 0
+
+
+ 3910
+ 1
+ 0
+ 0
+ 0
+
+
+ 3911
+ 1
+ 0
+ 0
+ 0
+
+
+ 3912
+ 1
+ 0
+ 0
+ 0
+
+
+ 3913
+ 1
+ 0
+ 0
+ 0
+
+
+ 3914
+ 1
+ 0
+ 0
+ 0
+
+
+ 3915
+ 1
+ 0
+ 0
+ 0
+
+
+ 3916
+ 1
+ 0
+ 0
+ 0
+
+
+ 3917
+ 1
+ 0
+ 0
+ 0
+
+
+ 3918
+ 1
+ 0
+ 0
+ 0
+
+
+ 3919
+ 1
+ 0
+ 0
+ 0
+
+
+ 3920
+ 1
+ 0
+ 0
+ 0
+
+
+ 3921
+ 1
+ 0
+ 0
+ 0
+
+
+ 3922
+ 1
+ 0
+ 0
+ 0
+
+
+ 3923
+ 1
+ 0
+ 0
+ 0
+
+
+ 3924
+ 1
+ 0
+ 0
+ 0
+
+
+ 3925
+ 1
+ 0
+ 0
+ 0
+
+
+ 3926
+ 1
+ 0
+ 0
+ 0
+
+
+ 3927
+ 1
+ 0
+ 0
+ 0
+
+
+ 3928
+ 1
+ 0
+ 0
+ 0
+
+
+ 3929
+ 1
+ 0
+ 0
+ 0
+
+
+ 3930
+ 1
+ 0
+ 0
+ 0
+
+
+ 3931
+ 1
+ 0
+ 0
+ 0
+
+
+ 3932
+ 1
+ 0
+ 0
+ 0
+
+
+ 3933
+ 1
+ 0
+ 0
+ 0
+
+
+ 3934
+ 1
+ 0
+ 0
+ 0
+
+
+ 3935
+ 1
+ 0
+ 0
+ 0
+
+
+ 3936
+ 1
+ 0
+ 0
+ 0
+
+
+ 3937
+ 1
+ 0
+ 0
+ 0
+
+
+ 3938
+ 1
+ 0
+ 0
+ 0
+
+
+ 3939
+ 1
+ 0
+ 0
+ 0
+
+
+ 3940
+ 1
+ 0
+ 0
+ 0
+
+
+ 3941
+ 1
+ 0
+ 0
+ 0
+
+
+ 3942
+ 1
+ 0
+ 0
+ 0
+
+
+ 3943
+ 1
+ 0
+ 0
+ 0
+
+
+ 3944
+ 1
+ 0
+ 0
+ 0
+
+
+ 3945
+ 1
+ 0
+ 0
+ 0
+
+
+ 3946
+ 1
+ 0
+ 0
+ 0
+
+
+ 3947
+ 1
+ 0
+ 0
+ 0
+
+
+ 3948
+ 1
+ 0
+ 0
+ 0
+
+
+ 3949
+ 1
+ 0
+ 0
+ 0
+
+
+ 3950
+ 1
+ 0
+ 0
+ 0
+
+
+ 3951
+ 1
+ 0
+ 0
+ 0
+
+
+ 3952
+ 1
+ 0
+ 0
+ 0
+
+
+ 3953
+ 1
+ 0
+ 0
+ 0
+
+
+ 3954
+ 1
+ 0
+ 0
+ 0
+
+
+ 3955
+ 1
+ 0
+ 0
+ 0
+
+
+ 3956
+ 1
+ 0
+ 0
+ 0
+
+
+ 3957
+ 1
+ 0
+ 0
+ 0
+
+
+ 3958
+ 1
+ 0
+ 0
+ 0
+
+
+ 3959
+ 1
+ 0
+ 0
+ 0
+
+
+ 3960
+ 1
+ 0
+ 0
+ 0
+
+
+ 3961
+ 1
+ 0
+ 0
+ 0
+
+
+ 3962
+ 1
+ 0
+ 0
+ 0
+
+
+ 3963
+ 1
+ 0
+ 0
+ 0
+
+
+ 3964
+ 1
+ 0
+ 0
+ 0
+
+
+ 3965
+ 1
+ 0
+ 0
+ 0
+
+
+ 3966
+ 1
+ 0
+ 0
+ 0
+
+
+ 3967
+ 1
+ 0
+ 0
+ 0
+
+
+ 3968
+ 1
+ 0
+ 0
+ 0
+
+
+ 3969
+ 1
+ 0
+ 0
+ 0
+
+
+ 3970
+ 1
+ 0
+ 0
+ 0
+
+
+ 3971
+ 1
+ 0
+ 0
+ 0
+
+
+ 3972
+ 1
+ 0
+ 0
+ 0
+
+
+ 3973
+ 1
+ 0
+ 0
+ 0
+
+
+ 3974
+ 1
+ 0
+ 0
+ 0
+
+
+ 3975
+ 1
+ 0
+ 0
+ 0
+
+
+ 3976
+ 1
+ 0
+ 0
+ 0
+
+
+ 3977
+ 1
+ 0
+ 0
+ 0
+
+
+ 3978
+ 1
+ 0
+ 0
+ 0
+
+
+ 3979
+ 1
+ 0
+ 0
+ 0
+
+
+ 3980
+ 1
+ 0
+ 0
+ 0
+
+
+ 3981
+ 1
+ 0
+ 0
+ 0
+
+
+ 3982
+ 1
+ 0
+ 0
+ 0
+
+
+ 3983
+ 1
+ 0
+ 0
+ 0
+
+
+ 3984
+ 1
+ 0
+ 0
+ 0
+
+
+ 3985
+ 1
+ 0
+ 0
+ 0
+
+
+ 3986
+ 1
+ 0
+ 0
+ 0
+
+
+ 3987
+ 1
+ 0
+ 0
+ 0
+
+
+ 3988
+ 1
+ 0
+ 0
+ 0
+
+
+ 3989
+ 1
+ 0
+ 0
+ 0
+
+
+ 3990
+ 1
+ 0
+ 0
+ 0
+
+
+ 3991
+ 1
+ 0
+ 0
+ 0
+
+
+ 3992
+ 1
+ 0
+ 0
+ 0
+
+
+ 3993
+ 1
+ 0
+ 0
+ 0
+
+
+ 3994
+ 1
+ 0
+ 0
+ 0
+
+
+ 3995
+ 1
+ 0
+ 0
+ 0
+
+
+ 3996
+ 1
+ 0
+ 0
+ 0
+
+
+ 3997
+ 1
+ 0
+ 0
+ 0
+
+
+ 3998
+ 1
+ 0
+ 0
+ 0
+
+
+ 3999
+ 1
+ 0
+ 0
+ 0
+
+
+ 4000
+ 1
+ 0
+ 0
+ 0
+
+
+ 4001
+ 5
+ 0
+ 0
+ 0
+
+
+ 4002
+ 1
+ 0
+ 0
+ 0
+
+
+ 4003
+ 1
+ 0
+ 0
+ 0
+
+
+ 4004
+ 1
+ 0
+ 0
+ 0
+
+
+ 4005
+ 1
+ 0
+ 0
+ 0
+
+
+ 4006
+ 10
+ 0
+ 0
+ 0
+
+
+ 4007
+ 800
+ 0
+ 0
+ 0
+
+
+ 4008
+ 3
+ 0
+ 0
+ 0
+
+
+ 4009
+ 3
+ 0
+ 0
+ 0
+
+
+ 4010
+ 3
+ 0
+ 0
+ 0
+
+
+ 4011
+ 1
+ 0
+ 0
+ 0
+
+
+ 4012
+ 3
+ 0
+ 0
+ 0
+
+
+ 4013
+ 1
+ 0
+ 0
+ 0
+
+
+ 4014
+ 50
+ 0
+ 0
+ 0
+
+
+ 4015
+ 1
+ 0
+ 0
+ 0
+
+
+ 4016
+ 300
+ 0
+ 0
+ 0
+
+
+ 4017
+ 1
+ 0
+ 0
+ 0
+
+
+ 4018
+ 10
+ 0
+ 0
+ 0
+
+
+ 4019
+ 1
+ 0
+ 0
+ 0
+
+
+ 4020
+ 10
+ 0
+ 0
+ 0
+
+
+ 4021
+ 550
+ 0
+ 0
+ 0
+
+
+ 4022
+ 500
+ 0
+ 0
+ 0
+
+
+ 4023
+ 1000
+ 0
+ 0
+ 0
+
+
+ 4024
+ 3000
+ 0
+ 0
+ 0
+
+
+ 4025
+ 6000
+ 0
+ 0
+ 0
+
+
+ 4026
+ 1000
+ 0
+ 0
+ 0
+
+
+ 4027
+ 1500
+ 0
+ 0
+ 0
+
+
+ 4028
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4029
+ 500
+ 0
+ 0
+ 0
+
+
+ 4030
+ 2000
+ 0
+ 0
+ 0
+
+
+ 4031
+ 500
+ 0
+ 0
+ 0
+
+
+ 4032
+ 1
+ 0
+ 0
+ 0
+
+
+ 4033
+ 1
+ 0
+ 0
+ 0
+
+
+ 4034
+ 1
+ 0
+ 0
+ 0
+
+
+ 4035
+ 1
+ 0
+ 0
+ 0
+
+
+ 4036
+ 1
+ 0
+ 0
+ 0
+
+
+ 4037
+ 1
+ 0
+ 0
+ 0
+
+
+ 4038
+ 1
+ 0
+ 0
+ 0
+
+
+ 4039
+ 1
+ 0
+ 0
+ 0
+
+
+ 4040
+ 1
+ 0
+ 0
+ 0
+
+
+ 4041
+ 1
+ 0
+ 0
+ 0
+
+
+ 4042
+ 1
+ 0
+ 0
+ 0
+
+
+ 4043
+ 1
+ 0
+ 0
+ 0
+
+
+ 4044
+ 1
+ 0
+ 0
+ 0
+
+
+ 4045
+ 1
+ 0
+ 0
+ 0
+
+
+ 4046
+ 1
+ 0
+ 0
+ 0
+
+
+ 4047
+ 1
+ 0
+ 0
+ 0
+
+
+ 4048
+ 1
+ 0
+ 0
+ 0
+
+
+ 4049
+ 1
+ 0
+ 0
+ 0
+
+
+ 4050
+ 1
+ 0
+ 0
+ 0
+
+
+ 4051
+ 1
+ 0
+ 0
+ 0
+
+
+ 4052
+ 1
+ 0
+ 0
+ 0
+
+
+ 4053
+ 1
+ 0
+ 0
+ 0
+
+
+ 4054
+ 1
+ 0
+ 0
+ 0
+
+
+ 4055
+ 5
+ 0
+ 0
+ 0
+
+
+ 4056
+ 1
+ 0
+ 0
+ 0
+
+
+ 4057
+ 1
+ 0
+ 0
+ 0
+
+
+ 4058
+ 1
+ 0
+ 0
+ 0
+
+
+ 4059
+ 1
+ 0
+ 0
+ 0
+
+
+ 4060
+ 1
+ 0
+ 0
+ 0
+
+
+ 4061
+ 1
+ 0
+ 0
+ 0
+
+
+ 4062
+ 1
+ 0
+ 0
+ 0
+
+
+ 4063
+ 1
+ 0
+ 0
+ 0
+
+
+ 4064
+ 1
+ 0
+ 0
+ 0
+
+
+ 4065
+ 1
+ 0
+ 0
+ 0
+
+
+ 4066
+ 1
+ 0
+ 0
+ 0
+
+
+ 4067
+ 1
+ 0
+ 0
+ 0
+
+
+ 4068
+ 500
+ 0
+ 0
+ 0
+
+
+ 4069
+ 2000
+ 0
+ 0
+ 0
+
+
+ 4070
+ 1000
+ 0
+ 0
+ 0
+
+
+ 4071
+ 300
+ 0
+ 0
+ 0
+
+
+ 4072
+ 850
+ 0
+ 0
+ 0
+
+
+ 4073
+ 1
+ 0
+ 0
+ 0
+
+
+ 4074
+ 1
+ 0
+ 0
+ 0
+
+
+ 4075
+ 1
+ 0
+ 0
+ 0
+
+
+ 4076
+ 1
+ 0
+ 0
+ 0
+
+
+ 4077
+ 1
+ 0
+ 0
+ 0
+
+
+ 4078
+ 1
+ 0
+ 0
+ 0
+
+
+ 4079
+ 10
+ 0
+ 0
+ 0
+
+
+ 4080
+ 1
+ 0
+ 0
+ 0
+
+
+ 4081
+ 1
+ 0
+ 0
+ 0
+
+
+ 4082
+ 1
+ 0
+ 0
+ 0
+
+
+ 4083
+ 150
+ 0
+ 0
+ 0
+
+
+ 4084
+ 175
+ 0
+ 0
+ 0
+
+
+ 4085
+ 15
+ 0
+ 0
+ 0
+
+
+ 4086
+ 5
+ 0
+ 0
+ 0
+
+
+ 4087
+ 270000
+ 0
+ 0
+ 0
+
+
+ 4088
+ 270000
+ 0
+ 0
+ 0
+
+
+ 4089
+ 15000
+ 0
+ 0
+ 0
+
+
+ 4090
+ 15000
+ 0
+ 0
+ 0
+
+
+ 4091
+ 120000
+ 0
+ 0
+ 0
+
+
+ 4092
+ 120000
+ 0
+ 0
+ 0
+
+
+ 4093
+ 80000
+ 0
+ 0
+ 0
+
+
+ 4094
+ 80000
+ 0
+ 0
+ 0
+
+
+ 4095
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4096
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4097
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4098
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4099
+ 15000
+ 0
+ 0
+ 0
+
+
+ 4100
+ 15000
+ 0
+ 0
+ 0
+
+
+ 4101
+ 120000
+ 0
+ 0
+ 0
+
+
+ 4102
+ 120000
+ 0
+ 0
+ 0
+
+
+ 4103
+ 80000
+ 0
+ 0
+ 0
+
+
+ 4104
+ 80000
+ 0
+ 0
+ 0
+
+
+ 4105
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4106
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4107
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4108
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4109
+ 15000
+ 0
+ 0
+ 0
+
+
+ 4110
+ 15000
+ 0
+ 0
+ 0
+
+
+ 4111
+ 120000
+ 0
+ 0
+ 0
+
+
+ 4112
+ 120000
+ 0
+ 0
+ 0
+
+
+ 4113
+ 80000
+ 0
+ 0
+ 0
+
+
+ 4114
+ 80000
+ 0
+ 0
+ 0
+
+
+ 4115
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4116
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4117
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4118
+ 10000
+ 0
+ 0
+ 0
+
+
+ 4119
+ 24
+ 0
+ 0
+ 0
+
+
+ 4120
+ 24
+ 0
+ 0
+ 0
+
+
+ 4121
+ 84
+ 0
+ 0
+ 0
+
+
+ 4122
+ 84
+ 0
+ 0
+ 0
+
+
+ 4123
+ 300
+ 0
+ 0
+ 0
+
+
+ 4124
+ 300
+ 0
+ 0
+ 0
+
+
+ 4125
+ 576
+ 0
+ 0
+ 0
+
+
+ 4126
+ 576
+ 0
+ 0
+ 0
+
+
+ 4127
+ 780
+ 0
+ 0
+ 0
+
+
+ 4128
+ 780
+ 0
+ 0
+ 0
+
+
+ 4129
+ 1920
+ 0
+ 0
+ 0
+
+
+ 4130
+ 1920
+ 0
+ 0
+ 0
+
+
+ 4131
+ 12500
+ 0
+ 0
+ 0
+
+
+ 4132
+ 12500
+ 0
+ 0
+ 0
+
+
+ 4133
+ 1
+ 0
+ 0
+ 0
+
+
+ 4134
+ 1
+ 0
+ 0
+ 0
+
+
+ 4135
+ 1
+ 0
+ 0
+ 0
+
+
+ 4136
+ 1
+ 0
+ 0
+ 0
+
+
+ 4137
+ 1
+ 0
+ 0
+ 0
+
+
+ 4138
+ 1
+ 0
+ 0
+ 0
+
+
+ 4139
+ 1
+ 0
+ 0
+ 0
+
+
+ 4140
+ 1
+ 0
+ 0
+ 0
+
+
+ 4141
+ 1
+ 0
+ 0
+ 0
+
+
+ 4142
+ 1
+ 0
+ 0
+ 0
+
+
+ 4143
+ 1
+ 0
+ 0
+ 0
+
+
+ 4144
+ 1
+ 0
+ 0
+ 0
+
+
+ 4145
+ 1
+ 0
+ 0
+ 0
+
+
+ 4146
+ 1
+ 0
+ 0
+ 0
+
+
+ 4147
+ 1
+ 0
+ 0
+ 0
+
+
+ 4148
+ 1
+ 0
+ 0
+ 0
+
+
+ 4149
+ 1
+ 0
+ 0
+ 0
+
+
+ 4150
+ 1
+ 0
+ 0
+ 0
+
+
+ 4151
+ 120001
+ 0
+ 0
+ 0
+
+
+ 4152
+ 120001
+ 0
+ 0
+ 0
+
+
+ 4153
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4154
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4155
+ 1
+ 0
+ 0
+ 0
+
+
+ 4156
+ 5000
+ 0
+ 0
+ 0
+
+
+ 4157
+ 5000
+ 0
+ 0
+ 0
+
+
+ 4158
+ 31000
+ 0
+ 0
+ 0
+
+
+ 4159
+ 31000
+ 0
+ 0
+ 0
+
+
+ 4160
+ 90
+ 0
+ 0
+ 0
+
+
+ 4161
+ 10
+ 0
+ 0
+ 0
+
+
+ 4162
+ 500
+ 0
+ 0
+ 0
+
+
+ 4163
+ 500
+ 0
+ 0
+ 0
+
+
+ 4164
+ 200
+ 0
+ 0
+ 0
+
+
+ 4165
+ 200
+ 0
+ 0
+ 0
+
+
+ 4166
+ 200
+ 0
+ 0
+ 0
+
+
+ 4167
+ 200
+ 0
+ 0
+ 0
+
+
+ 4168
+ 200
+ 0
+ 0
+ 0
+
+
+ 4169
+ 200
+ 0
+ 0
+ 0
+
+
+ 4170
+ 21000
+ 0
+ 0
+ 0
+
+
+ 4171
+ 21000
+ 0
+ 0
+ 0
+
+
+ 4172
+ 1
+ 0
+ 0
+ 0
+
+
+ 4173
+ 1
+ 0
+ 0
+ 0
+
+
+ 4174
+ 1
+ 0
+ 0
+ 0
+
+
+ 4175
+ 1
+ 0
+ 0
+ 0
+
+
+ 4176
+ 1
+ 0
+ 0
+ 0
+
+
+ 4177
+ 1
+ 0
+ 0
+ 0
+
+
+ 4178
+ 6
+ 0
+ 0
+ 0
+
+
+ 4179
+ 1
+ 0
+ 0
+ 0
+
+
+ 4180
+ 6
+ 0
+ 0
+ 0
+
+
+ 4181
+ 1
+ 0
+ 0
+ 0
+
+
+ 4182
+ 6
+ 0
+ 0
+ 0
+
+
+ 4183
+ 1
+ 0
+ 0
+ 0
+
+
+ 4184
+ 1
+ 0
+ 0
+ 0
+
+
+ 4185
+ 1
+ 0
+ 0
+ 0
+
+
+ 4186
+ 1
+ 0
+ 0
+ 0
+
+
+ 4187
+ 1
+ 0
+ 0
+ 0
+
+
+ 4188
+ 1
+ 0
+ 0
+ 0
+
+
+ 4189
+ 1
+ 0
+ 0
+ 0
+
+
+ 4190
+ 1
+ 0
+ 0
+ 0
+
+
+ 4191
+ 1
+ 0
+ 0
+ 0
+
+
+ 4192
+ 1
+ 0
+ 0
+ 0
+
+
+ 4193
+ 1
+ 0
+ 0
+ 0
+
+
+ 4194
+ 1
+ 0
+ 0
+ 0
+
+
+ 4195
+ 1
+ 0
+ 0
+ 0
+
+
+ 4196
+ 1
+ 0
+ 0
+ 0
+
+
+ 4197
+ 1
+ 0
+ 0
+ 0
+
+
+ 4198
+ 1
+ 0
+ 0
+ 0
+
+
+ 4199
+ 1
+ 0
+ 0
+ 0
+
+
+ 4200
+ 1
+ 0
+ 0
+ 0
+
+
+ 4201
+ 1
+ 0
+ 0
+ 0
+
+
+ 4202
+ 1
+ 0
+ 0
+ 0
+
+
+ 4203
+ 1
+ 0
+ 0
+ 0
+
+
+ 4204
+ 1
+ 0
+ 0
+ 0
+
+
+ 4205
+ 1
+ 0
+ 0
+ 0
+
+
+ 4206
+ 1
+ 0
+ 0
+ 0
+
+
+ 4207
+ 1
+ 0
+ 0
+ 0
+
+
+ 4208
+ 1
+ 0
+ 0
+ 0
+
+
+ 4209
+ 2
+ 0
+ 0
+ 0
+
+
+ 4210
+ 1
+ 0
+ 0
+ 0
+
+
+ 4211
+ 1
+ 0
+ 0
+ 0
+
+
+ 4212
+ 900000
+ 0
+ 0
+ 0
+
+
+ 4213
+ 900000
+ 0
+ 0
+ 0
+
+
+ 4214
+ 900000
+ 0
+ 0
+ 0
+
+
+ 4215
+ 800000
+ 0
+ 0
+ 0
+
+
+ 4216
+ 700000
+ 0
+ 0
+ 0
+
+
+ 4217
+ 600000
+ 0
+ 0
+ 0
+
+
+ 4218
+ 500000
+ 0
+ 0
+ 0
+
+
+ 4219
+ 400000
+ 0
+ 0
+ 0
+
+
+ 4220
+ 300000
+ 0
+ 0
+ 0
+
+
+ 4221
+ 200000
+ 0
+ 0
+ 0
+
+
+ 4222
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4223
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4224
+ 800000
+ 0
+ 0
+ 0
+
+
+ 4225
+ 750000
+ 0
+ 0
+ 0
+
+
+ 4226
+ 670000
+ 0
+ 0
+ 0
+
+
+ 4227
+ 590000
+ 0
+ 0
+ 0
+
+
+ 4228
+ 510000
+ 0
+ 0
+ 0
+
+
+ 4229
+ 430000
+ 0
+ 0
+ 0
+
+
+ 4230
+ 350000
+ 0
+ 0
+ 0
+
+
+ 4231
+ 270000
+ 0
+ 0
+ 0
+
+
+ 4232
+ 190000
+ 0
+ 0
+ 0
+
+
+ 4233
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4234
+ 25000
+ 0
+ 0
+ 0
+
+
+ 4235
+ 800000
+ 0
+ 0
+ 0
+
+
+ 4236
+ 160
+ 0
+ 0
+ 0
+
+
+ 4237
+ 4
+ 0
+ 0
+ 0
+
+
+ 4238
+ 1
+ 0
+ 0
+ 0
+
+
+ 4239
+ 4
+ 0
+ 0
+ 0
+
+
+ 4240
+ 4
+ 0
+ 0
+ 0
+
+
+ 4241
+ 3
+ 0
+ 0
+ 0
+
+
+ 4242
+ 10
+ 0
+ 0
+ 0
+
+
+ 4243
+ 10
+ 0
+ 0
+ 0
+
+
+ 4244
+ 2
+ 0
+ 0
+ 0
+
+
+ 4245
+ 10
+ 0
+ 0
+ 0
+
+
+ 4246
+ 10
+ 0
+ 0
+ 0
+
+
+ 4247
+ 1
+ 0
+ 0
+ 0
+
+
+ 4248
+ 1
+ 0
+ 0
+ 0
+
+
+ 4249
+ 1
+ 0
+ 0
+ 0
+
+
+ 4250
+ 35
+ 0
+ 0
+ 0
+
+
+ 4251
+ 1
+ 0
+ 0
+ 0
+
+
+ 4252
+ 1
+ 0
+ 0
+ 0
+
+
+ 4253
+ 1
+ 0
+ 0
+ 0
+
+
+ 4254
+ 1
+ 0
+ 0
+ 0
+
+
+ 4255
+ 1
+ 0
+ 0
+ 0
+
+
+ 4256
+ 1
+ 0
+ 0
+ 0
+
+
+ 4257
+ 1
+ 0
+ 0
+ 0
+
+
+ 4258
+ 1
+ 0
+ 0
+ 0
+
+
+ 4259
+ 1
+ 0
+ 0
+ 0
+
+
+ 4260
+ 1
+ 0
+ 0
+ 0
+
+
+ 4261
+ 1
+ 0
+ 0
+ 0
+
+
+ 4262
+ 1
+ 0
+ 0
+ 0
+
+
+ 4263
+ 1
+ 0
+ 0
+ 0
+
+
+ 4264
+ 1
+ 0
+ 0
+ 0
+
+
+ 4265
+ 1
+ 0
+ 0
+ 0
+
+
+ 4266
+ 1
+ 0
+ 0
+ 0
+
+
+ 4267
+ 1
+ 0
+ 0
+ 0
+
+
+ 4268
+ 1
+ 0
+ 0
+ 0
+
+
+ 4269
+ 1
+ 0
+ 0
+ 0
+
+
+ 4270
+ 1
+ 0
+ 0
+ 0
+
+
+ 4271
+ 1
+ 0
+ 0
+ 0
+
+
+ 4272
+ 1
+ 0
+ 0
+ 0
+
+
+ 4273
+ 1
+ 0
+ 0
+ 0
+
+
+ 4274
+ 1
+ 0
+ 0
+ 0
+
+
+ 4275
+ 1
+ 0
+ 0
+ 0
+
+
+ 4276
+ 1
+ 0
+ 0
+ 0
+
+
+ 4277
+ 1
+ 0
+ 0
+ 0
+
+
+ 4278
+ 1
+ 0
+ 0
+ 0
+
+
+ 4279
+ 1
+ 0
+ 0
+ 0
+
+
+ 4280
+ 1
+ 0
+ 0
+ 0
+
+
+ 4281
+ 1
+ 0
+ 0
+ 0
+
+
+ 4282
+ 1
+ 0
+ 0
+ 0
+
+
+ 4283
+ 1
+ 0
+ 0
+ 0
+
+
+ 4284
+ 1
+ 0
+ 0
+ 0
+
+
+ 4285
+ 1
+ 0
+ 0
+ 0
+
+
+ 4286
+ 1
+ 0
+ 0
+ 0
+
+
+ 4287
+ 1
+ 0
+ 0
+ 0
+
+
+ 4288
+ 1
+ 0
+ 0
+ 0
+
+
+ 4289
+ 1
+ 0
+ 0
+ 0
+
+
+ 4290
+ 1
+ 0
+ 0
+ 0
+
+
+ 4291
+ 4
+ 0
+ 0
+ 0
+
+
+ 4292
+ 4
+ 0
+ 0
+ 0
+
+
+ 4293
+ 4
+ 0
+ 0
+ 0
+
+
+ 4294
+ 4
+ 0
+ 0
+ 0
+
+
+ 4295
+ 1
+ 0
+ 0
+ 0
+
+
+ 4296
+ 1
+ 0
+ 0
+ 0
+
+
+ 4297
+ 1
+ 0
+ 0
+ 0
+
+
+ 4298
+ 75
+ 0
+ 0
+ 0
+
+
+ 4299
+ 75
+ 0
+ 0
+ 0
+
+
+ 4300
+ 75
+ 0
+ 0
+ 0
+
+
+ 4301
+ 75
+ 0
+ 0
+ 0
+
+
+ 4302
+ 75
+ 0
+ 0
+ 0
+
+
+ 4303
+ 75
+ 0
+ 0
+ 0
+
+
+ 4304
+ 75
+ 0
+ 0
+ 0
+
+
+ 4305
+ 75
+ 0
+ 0
+ 0
+
+
+ 4306
+ 75
+ 0
+ 0
+ 0
+
+
+ 4307
+ 75
+ 0
+ 0
+ 0
+
+
+ 4308
+ 75
+ 0
+ 0
+ 0
+
+
+ 4309
+ 75
+ 0
+ 0
+ 0
+
+
+ 4310
+ 75
+ 0
+ 0
+ 0
+
+
+ 4311
+ 75
+ 0
+ 0
+ 0
+
+
+ 4312
+ 1
+ 0
+ 0
+ 0
+
+
+ 4313
+ 2
+ 0
+ 0
+ 0
+
+
+ 4314
+ 1
+ 0
+ 0
+ 0
+
+
+ 4315
+ 50
+ 0
+ 0
+ 0
+
+
+ 4316
+ 50
+ 0
+ 0
+ 0
+
+
+ 4317
+ 50
+ 0
+ 0
+ 0
+
+
+ 4318
+ 50
+ 0
+ 0
+ 0
+
+
+ 4319
+ 50
+ 0
+ 0
+ 0
+
+
+ 4320
+ 50
+ 0
+ 0
+ 0
+
+
+ 4321
+ 50
+ 0
+ 0
+ 0
+
+
+ 4322
+ 50
+ 0
+ 0
+ 0
+
+
+ 4323
+ 50
+ 0
+ 0
+ 0
+
+
+ 4324
+ 50
+ 0
+ 0
+ 0
+
+
+ 4325
+ 50
+ 0
+ 0
+ 0
+
+
+ 4326
+ 50
+ 0
+ 0
+ 0
+
+
+ 4327
+ 50
+ 0
+ 0
+ 0
+
+
+ 4328
+ 50
+ 0
+ 0
+ 0
+
+
+ 4329
+ 50
+ 0
+ 0
+ 0
+
+
+ 4330
+ 50
+ 0
+ 0
+ 0
+
+
+ 4331
+ 50
+ 0
+ 0
+ 0
+
+
+ 4332
+ 50
+ 0
+ 0
+ 0
+
+
+ 4333
+ 50
+ 0
+ 0
+ 0
+
+
+ 4334
+ 50
+ 0
+ 0
+ 0
+
+
+ 4335
+ 50
+ 0
+ 0
+ 0
+
+
+ 4336
+ 50
+ 0
+ 0
+ 0
+
+
+ 4337
+ 50
+ 0
+ 0
+ 0
+
+
+ 4338
+ 50
+ 0
+ 0
+ 0
+
+
+ 4339
+ 50
+ 0
+ 0
+ 0
+
+
+ 4340
+ 50
+ 0
+ 0
+ 0
+
+
+ 4341
+ 50
+ 0
+ 0
+ 0
+
+
+ 4342
+ 50
+ 0
+ 0
+ 0
+
+
+ 4343
+ 50
+ 0
+ 0
+ 0
+
+
+ 4344
+ 50
+ 0
+ 0
+ 0
+
+
+ 4345
+ 50
+ 0
+ 0
+ 0
+
+
+ 4346
+ 50
+ 0
+ 0
+ 0
+
+
+ 4347
+ 50
+ 0
+ 0
+ 0
+
+
+ 4348
+ 50
+ 0
+ 0
+ 0
+
+
+ 4349
+ 50
+ 0
+ 0
+ 0
+
+
+ 4350
+ 50
+ 0
+ 0
+ 0
+
+
+ 4351
+ 50
+ 0
+ 0
+ 0
+
+
+ 4352
+ 50
+ 0
+ 0
+ 0
+
+
+ 4353
+ 50
+ 0
+ 0
+ 0
+
+
+ 4354
+ 50
+ 0
+ 0
+ 0
+
+
+ 4355
+ 50
+ 0
+ 0
+ 0
+
+
+ 4356
+ 50
+ 0
+ 0
+ 0
+
+
+ 4357
+ 50
+ 0
+ 0
+ 0
+
+
+ 4358
+ 50
+ 0
+ 0
+ 0
+
+
+ 4359
+ 50
+ 0
+ 0
+ 0
+
+
+ 4360
+ 50
+ 0
+ 0
+ 0
+
+
+ 4361
+ 50
+ 0
+ 0
+ 0
+
+
+ 4362
+ 50
+ 0
+ 0
+ 0
+
+
+ 4363
+ 50
+ 0
+ 0
+ 0
+
+
+ 4364
+ 50
+ 0
+ 0
+ 0
+
+
+ 4365
+ 50
+ 0
+ 0
+ 0
+
+
+ 4366
+ 50
+ 0
+ 0
+ 0
+
+
+ 4367
+ 50
+ 0
+ 0
+ 0
+
+
+ 4368
+ 50
+ 0
+ 0
+ 0
+
+
+ 4369
+ 50
+ 0
+ 0
+ 0
+
+
+ 4370
+ 50
+ 0
+ 0
+ 0
+
+
+ 4371
+ 50
+ 0
+ 0
+ 0
+
+
+ 4372
+ 50
+ 0
+ 0
+ 0
+
+
+ 4373
+ 50
+ 0
+ 0
+ 0
+
+
+ 4374
+ 50
+ 0
+ 0
+ 0
+
+
+ 4375
+ 50
+ 0
+ 0
+ 0
+
+
+ 4376
+ 50
+ 0
+ 0
+ 0
+
+
+ 4377
+ 50
+ 0
+ 0
+ 0
+
+
+ 4378
+ 50
+ 0
+ 0
+ 0
+
+
+ 4379
+ 50
+ 0
+ 0
+ 0
+
+
+ 4380
+ 50
+ 0
+ 0
+ 0
+
+
+ 4381
+ 50
+ 0
+ 0
+ 0
+
+
+ 4382
+ 50
+ 0
+ 0
+ 0
+
+
+ 4383
+ 50
+ 0
+ 0
+ 0
+
+
+ 4384
+ 50
+ 0
+ 0
+ 0
+
+
+ 4385
+ 50
+ 0
+ 0
+ 0
+
+
+ 4386
+ 50
+ 0
+ 0
+ 0
+
+
+ 4387
+ 50
+ 0
+ 0
+ 0
+
+
+ 4388
+ 50
+ 0
+ 0
+ 0
+
+
+ 4389
+ 50
+ 0
+ 0
+ 0
+
+
+ 4390
+ 50
+ 0
+ 0
+ 0
+
+
+ 4391
+ 50
+ 0
+ 0
+ 0
+
+
+ 4392
+ 50
+ 0
+ 0
+ 0
+
+
+ 4393
+ 50
+ 0
+ 0
+ 0
+
+
+ 4394
+ 50
+ 0
+ 0
+ 0
+
+
+ 4395
+ 50
+ 0
+ 0
+ 0
+
+
+ 4396
+ 50
+ 0
+ 0
+ 0
+
+
+ 4397
+ 50
+ 0
+ 0
+ 0
+
+
+ 4398
+ 50
+ 0
+ 0
+ 0
+
+
+ 4399
+ 50
+ 0
+ 0
+ 0
+
+
+ 4400
+ 50
+ 0
+ 0
+ 0
+
+
+ 4401
+ 50
+ 0
+ 0
+ 0
+
+
+ 4402
+ 50
+ 0
+ 0
+ 0
+
+
+ 4403
+ 50
+ 0
+ 0
+ 0
+
+
+ 4404
+ 50
+ 0
+ 0
+ 0
+
+
+ 4405
+ 50
+ 0
+ 0
+ 0
+
+
+ 4406
+ 50
+ 0
+ 0
+ 0
+
+
+ 4407
+ 50
+ 0
+ 0
+ 0
+
+
+ 4408
+ 50
+ 0
+ 0
+ 0
+
+
+ 4409
+ 50
+ 0
+ 0
+ 0
+
+
+ 4410
+ 50
+ 0
+ 0
+ 0
+
+
+ 4411
+ 50
+ 0
+ 0
+ 0
+
+
+ 4412
+ 50
+ 0
+ 0
+ 0
+
+
+ 4413
+ 50
+ 0
+ 0
+ 0
+
+
+ 4414
+ 50
+ 0
+ 0
+ 0
+
+
+ 4415
+ 56
+ 0
+ 0
+ 0
+
+
+ 4416
+ 100
+ 0
+ 0
+ 0
+
+
+ 4417
+ 50
+ 0
+ 0
+ 0
+
+
+ 4418
+ 50
+ 0
+ 0
+ 0
+
+
+ 4419
+ 50
+ 0
+ 0
+ 0
+
+
+ 4420
+ 50
+ 0
+ 0
+ 0
+
+
+ 4421
+ 50
+ 0
+ 0
+ 0
+
+
+ 4422
+ 50
+ 0
+ 0
+ 0
+
+
+ 4423
+ 50
+ 0
+ 0
+ 0
+
+
+ 4424
+ 50
+ 0
+ 0
+ 0
+
+
+ 4425
+ 1
+ 0
+ 0
+ 0
+
+
+ 4426
+ 1
+ 0
+ 0
+ 0
+
+
+ 4427
+ 5
+ 0
+ 0
+ 0
+
+
+ 4428
+ 50
+ 0
+ 0
+ 0
+
+
+ 4429
+ 1
+ 0
+ 0
+ 0
+
+
+ 4430
+ 1
+ 0
+ 0
+ 0
+
+
+ 4431
+ 1
+ 0
+ 0
+ 0
+
+
+ 4432
+ 1
+ 0
+ 0
+ 0
+
+
+ 4433
+ 1
+ 0
+ 0
+ 0
+
+
+ 4434
+ 1
+ 0
+ 0
+ 0
+
+
+ 4435
+ 1
+ 0
+ 0
+ 0
+
+
+ 4436
+ 10
+ 0
+ 0
+ 0
+
+
+ 4437
+ 10
+ 0
+ 0
+ 0
+
+
+ 4438
+ 10
+ 0
+ 0
+ 0
+
+
+ 4439
+ 10
+ 0
+ 0
+ 0
+
+
+ 4440
+ 15
+ 0
+ 0
+ 0
+
+
+ 4441
+ 15
+ 0
+ 0
+ 0
+
+
+ 4442
+ 1
+ 0
+ 0
+ 0
+
+
+ 4443
+ 1
+ 0
+ 0
+ 0
+
+
+ 4444
+ 56
+ 0
+ 0
+ 0
+
+
+ 4445
+ 1
+ 0
+ 0
+ 0
+
+
+ 4446
+ 1
+ 0
+ 0
+ 0
+
+
+ 4447
+ 1
+ 0
+ 0
+ 0
+
+
+ 4448
+ 1
+ 0
+ 0
+ 0
+
+
+ 4449
+ 1
+ 0
+ 0
+ 0
+
+
+ 4450
+ 1
+ 0
+ 0
+ 0
+
+
+ 4451
+ 1
+ 0
+ 0
+ 0
+
+
+ 4452
+ 1
+ 0
+ 0
+ 0
+
+
+ 4453
+ 1
+ 0
+ 0
+ 0
+
+
+ 4454
+ 1
+ 0
+ 0
+ 0
+
+
+ 4455
+ 1
+ 0
+ 0
+ 0
+
+
+ 4456
+ 10
+ 0
+ 0
+ 0
+
+
+ 4457
+ 10
+ 0
+ 0
+ 0
+
+
+ 4458
+ 10
+ 0
+ 0
+ 0
+
+
+ 4459
+ 10
+ 0
+ 0
+ 0
+
+
+ 4460
+ 10
+ 0
+ 0
+ 0
+
+
+ 4461
+ 10
+ 0
+ 0
+ 0
+
+
+ 4462
+ 10
+ 0
+ 0
+ 0
+
+
+ 4463
+ 10
+ 0
+ 0
+ 0
+
+
+ 4464
+ 10
+ 0
+ 0
+ 0
+
+
+ 4465
+ 10
+ 0
+ 0
+ 0
+
+
+ 4466
+ 10
+ 0
+ 0
+ 0
+
+
+ 4467
+ 10
+ 0
+ 0
+ 0
+
+
+ 4468
+ 10
+ 0
+ 0
+ 0
+
+
+ 4469
+ 10
+ 0
+ 0
+ 0
+
+
+ 4470
+ 15
+ 0
+ 0
+ 0
+
+
+ 4471
+ 15
+ 0
+ 0
+ 0
+
+
+ 4472
+ 15
+ 0
+ 0
+ 0
+
+
+ 4473
+ 15
+ 0
+ 0
+ 0
+
+
+ 4474
+ 15
+ 0
+ 0
+ 0
+
+
+ 4475
+ 15
+ 0
+ 0
+ 0
+
+
+ 4476
+ 15
+ 0
+ 0
+ 0
+
+
+ 4477
+ 15
+ 0
+ 0
+ 0
+
+
+ 4478
+ 30
+ 0
+ 0
+ 0
+
+
+ 4479
+ 30
+ 0
+ 0
+ 0
+
+
+ 4480
+ 30
+ 0
+ 0
+ 0
+
+
+ 4481
+ 30
+ 0
+ 0
+ 0
+
+
+ 4482
+ 30
+ 0
+ 0
+ 0
+
+
+ 4483
+ 30
+ 0
+ 0
+ 0
+
+
+ 4484
+ 1
+ 0
+ 0
+ 0
+
+
+ 4485
+ 1
+ 0
+ 0
+ 0
+
+
+ 4486
+ 1
+ 0
+ 0
+ 0
+
+
+ 4487
+ 1
+ 0
+ 0
+ 0
+
+
+ 4488
+ 1
+ 0
+ 0
+ 0
+
+
+ 4489
+ 1
+ 0
+ 0
+ 0
+
+
+ 4490
+ 1
+ 0
+ 0
+ 0
+
+
+ 4491
+ 1
+ 0
+ 0
+ 0
+
+
+ 4492
+ 1
+ 0
+ 0
+ 0
+
+
+ 4493
+ 1
+ 0
+ 0
+ 0
+
+
+ 4494
+ 1
+ 0
+ 0
+ 0
+
+
+ 4495
+ 1
+ 0
+ 0
+ 0
+
+
+ 4496
+ 1
+ 0
+ 0
+ 0
+
+
+ 4497
+ 1
+ 0
+ 0
+ 0
+
+
+ 4498
+ 1
+ 0
+ 0
+ 0
+
+
+ 4499
+ 1
+ 0
+ 0
+ 0
+
+
+ 4500
+ 1
+ 0
+ 0
+ 0
+
+
+ 4501
+ 1
+ 0
+ 0
+ 0
+
+
+ 4502
+ 1
+ 0
+ 0
+ 0
+
+
+ 4503
+ 1300
+ 0
+ 0
+ 0
+
+
+ 4504
+ 5200
+ 0
+ 0
+ 0
+
+
+ 4505
+ 2600
+ 0
+ 0
+ 0
+
+
+ 4506
+ 780
+ 0
+ 0
+ 0
+
+
+ 4507
+ 2210
+ 0
+ 0
+ 0
+
+
+ 4508
+ 3200
+ 0
+ 0
+ 0
+
+
+ 4509
+ 12800
+ 0
+ 0
+ 0
+
+
+ 4510
+ 6400
+ 0
+ 0
+ 0
+
+
+ 4511
+ 1920
+ 0
+ 0
+ 0
+
+
+ 4512
+ 5440
+ 0
+ 0
+ 0
+
+
+ 4513
+ 1
+ 0
+ 0
+ 0
+
+
+ 4514
+ 100
+ 0
+ 0
+ 0
+
+
+ 4515
+ 1
+ 0
+ 0
+ 0
+
+
+ 4516
+ 100
+ 0
+ 0
+ 0
+
+
+ 4517
+ 100
+ 0
+ 0
+ 0
+
+
+ 4518
+ 100
+ 0
+ 0
+ 0
+
+
+ 4519
+ 1
+ 0
+ 0
+ 0
+
+
+ 4520
+ 1
+ 0
+ 0
+ 0
+
+
+ 4521
+ 1
+ 0
+ 0
+ 0
+
+
+ 4522
+ 28
+ 0
+ 0
+ 0
+
+
+ 4523
+ 28
+ 0
+ 0
+ 0
+
+
+ 4524
+ 28
+ 0
+ 0
+ 0
+
+
+ 4525
+ 25
+ 0
+ 0
+ 0
+
+
+ 4526
+ 25
+ 0
+ 0
+ 0
+
+
+ 4527
+ 10
+ 0
+ 0
+ 0
+
+
+ 4528
+ 10
+ 0
+ 0
+ 0
+
+
+ 4529
+ 15
+ 0
+ 0
+ 0
+
+
+ 4530
+ 15
+ 0
+ 0
+ 0
+
+
+ 4531
+ 15
+ 0
+ 0
+ 0
+
+
+ 4532
+ 15
+ 0
+ 0
+ 0
+
+
+ 4533
+ 15
+ 0
+ 0
+ 0
+
+
+ 4534
+ 15
+ 0
+ 0
+ 0
+
+
+ 4535
+ 120
+ 0
+ 0
+ 0
+
+
+ 4536
+ 120
+ 0
+ 0
+ 0
+
+
+ 4537
+ 125
+ 0
+ 0
+ 0
+
+
+ 4538
+ 125
+ 0
+ 0
+ 0
+
+
+ 4539
+ 125
+ 0
+ 0
+ 0
+
+
+ 4540
+ 90
+ 0
+ 0
+ 0
+
+
+ 4541
+ 90
+ 0
+ 0
+ 0
+
+
+ 4542
+ 70
+ 0
+ 0
+ 0
+
+
+ 4543
+ 70
+ 0
+ 0
+ 0
+
+
+ 4544
+ 300
+ 0
+ 0
+ 0
+
+
+ 4545
+ 300
+ 0
+ 0
+ 0
+
+
+ 4546
+ 400
+ 0
+ 0
+ 0
+
+
+ 4547
+ 400
+ 0
+ 0
+ 0
+
+
+ 4548
+ 420
+ 0
+ 0
+ 0
+
+
+ 4549
+ 420
+ 0
+ 0
+ 0
+
+
+ 4550
+ 420
+ 0
+ 0
+ 0
+
+
+ 4551
+ 650
+ 0
+ 0
+ 0
+
+
+ 4552
+ 650
+ 0
+ 0
+ 0
+
+
+ 4553
+ 1
+ 0
+ 0
+ 0
+
+
+ 4554
+ 1
+ 0
+ 0
+ 0
+
+
+ 4555
+ 1
+ 0
+ 0
+ 0
+
+
+ 4556
+ 1
+ 0
+ 0
+ 0
+
+
+ 4557
+ 1
+ 0
+ 0
+ 0
+
+
+ 4558
+ 1
+ 0
+ 0
+ 0
+
+
+ 4559
+ 1
+ 0
+ 0
+ 0
+
+
+ 4560
+ 1
+ 0
+ 0
+ 0
+
+
+ 4561
+ 1
+ 0
+ 0
+ 0
+
+
+ 4562
+ 1
+ 0
+ 0
+ 0
+
+
+ 4563
+ 1
+ 0
+ 0
+ 0
+
+
+ 4564
+ 1
+ 0
+ 0
+ 0
+
+
+ 4565
+ 1
+ 0
+ 0
+ 0
+
+
+ 4566
+ 1
+ 0
+ 0
+ 0
+
+
+ 4567
+ 1
+ 0
+ 0
+ 0
+
+
+ 4568
+ 1
+ 0
+ 0
+ 0
+
+
+ 4569
+ 1
+ 0
+ 0
+ 0
+
+
+ 4570
+ 1
+ 0
+ 0
+ 0
+
+
+ 4571
+ 1
+ 0
+ 0
+ 0
+
+
+ 4572
+ 1
+ 0
+ 0
+ 0
+
+
+ 4573
+ 1
+ 0
+ 0
+ 0
+
+
+ 4574
+ 1
+ 0
+ 0
+ 0
+
+
+ 4575
+ 1
+ 0
+ 0
+ 0
+
+
+ 4576
+ 1
+ 0
+ 0
+ 0
+
+
+ 4577
+ 1
+ 0
+ 0
+ 0
+
+
+ 4578
+ 1
+ 0
+ 0
+ 0
+
+
+ 4579
+ 1
+ 0
+ 0
+ 0
+
+
+ 4580
+ 650
+ 0
+ 0
+ 0
+
+
+ 4581
+ 650
+ 0
+ 0
+ 0
+
+
+ 4582
+ 750
+ 0
+ 0
+ 0
+
+
+ 4583
+ 750
+ 0
+ 0
+ 0
+
+
+ 4584
+ 750
+ 0
+ 0
+ 0
+
+
+ 4585
+ 270000
+ 0
+ 0
+ 0
+
+
+ 4586
+ 270000
+ 0
+ 0
+ 0
+
+
+ 4587
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4588
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4589
+ 1
+ 0
+ 0
+ 0
+
+
+ 4590
+ 1
+ 0
+ 0
+ 0
+
+
+ 4591
+ 1
+ 0
+ 0
+ 0
+
+
+ 4592
+ 1
+ 0
+ 0
+ 0
+
+
+ 4593
+ 1
+ 0
+ 0
+ 0
+
+
+ 4594
+ 1
+ 0
+ 0
+ 0
+
+
+ 4595
+ 1
+ 0
+ 0
+ 0
+
+
+ 4596
+ 1
+ 0
+ 0
+ 0
+
+
+ 4597
+ 1
+ 0
+ 0
+ 0
+
+
+ 4598
+ 1
+ 0
+ 0
+ 0
+
+
+ 4599
+ 1
+ 0
+ 0
+ 0
+
+
+ 4600
+ 600
+ 0
+ 0
+ 0
+
+
+ 4601
+ 1
+ 0
+ 0
+ 0
+
+
+ 4602
+ 1
+ 0
+ 0
+ 0
+
+
+ 4603
+ 1
+ 0
+ 0
+ 0
+
+
+ 4604
+ 1
+ 0
+ 0
+ 0
+
+
+ 4605
+ 1
+ 0
+ 0
+ 0
+
+
+ 4606
+ 1
+ 0
+ 0
+ 0
+
+
+ 4607
+ 1
+ 0
+ 0
+ 0
+
+
+ 4608
+ 3
+ 0
+ 0
+ 0
+
+
+ 4609
+ 3
+ 0
+ 0
+ 0
+
+
+ 4610
+ 1
+ 0
+ 0
+ 0
+
+
+ 4611
+ 1
+ 0
+ 0
+ 0
+
+
+ 4612
+ 600
+ 0
+ 0
+ 0
+
+
+ 4613
+ 75
+ 0
+ 0
+ 0
+
+
+ 4614
+ 1
+ 0
+ 0
+ 0
+
+
+ 4615
+ 1
+ 0
+ 0
+ 0
+
+
+ 4616
+ 2
+ 0
+ 0
+ 0
+
+
+ 4617
+ 1
+ 0
+ 0
+ 0
+
+
+ 4618
+ 2
+ 0
+ 0
+ 0
+
+
+ 4619
+ 1
+ 0
+ 0
+ 0
+
+
+ 4620
+ 1
+ 0
+ 0
+ 0
+
+
+ 4621
+ 1
+ 0
+ 0
+ 0
+
+
+ 4622
+ 1
+ 0
+ 0
+ 0
+
+
+ 4623
+ 1
+ 0
+ 0
+ 0
+
+
+ 4624
+ 1
+ 0
+ 0
+ 0
+
+
+ 4625
+ 1
+ 0
+ 0
+ 0
+
+
+ 4626
+ 1
+ 0
+ 0
+ 0
+
+
+ 4627
+ 650
+ 0
+ 0
+ 0
+
+
+ 4628
+ 650
+ 0
+ 0
+ 0
+
+
+ 4629
+ 1
+ 0
+ 0
+ 0
+
+
+ 4630
+ 1
+ 0
+ 0
+ 0
+
+
+ 4631
+ 1
+ 0
+ 0
+ 0
+
+
+ 4632
+ 1
+ 0
+ 0
+ 0
+
+
+ 4633
+ 1
+ 0
+ 0
+ 0
+
+
+ 4634
+ 1
+ 0
+ 0
+ 0
+
+
+ 4635
+ 1
+ 0
+ 0
+ 0
+
+
+ 4636
+ 1
+ 0
+ 0
+ 0
+
+
+ 4637
+ 1
+ 0
+ 0
+ 0
+
+
+ 4638
+ 1
+ 0
+ 0
+ 0
+
+
+ 4639
+ 1
+ 0
+ 0
+ 0
+
+
+ 4640
+ 1
+ 0
+ 0
+ 0
+
+
+ 4641
+ 1
+ 0
+ 0
+ 0
+
+
+ 4642
+ 1
+ 0
+ 0
+ 0
+
+
+ 4643
+ 1
+ 0
+ 0
+ 0
+
+
+ 4644
+ 1
+ 0
+ 0
+ 0
+
+
+ 4645
+ 1
+ 0
+ 0
+ 0
+
+
+ 4646
+ 1
+ 0
+ 0
+ 0
+
+
+ 4647
+ 1
+ 0
+ 0
+ 0
+
+
+ 4648
+ 1
+ 0
+ 0
+ 0
+
+
+ 4649
+ 1
+ 0
+ 0
+ 0
+
+
+ 4650
+ 1
+ 0
+ 0
+ 0
+
+
+ 4651
+ 1
+ 0
+ 0
+ 0
+
+
+ 4652
+ 1
+ 0
+ 0
+ 0
+
+
+ 4653
+ 250
+ 0
+ 0
+ 0
+
+
+ 4654
+ 250
+ 0
+ 0
+ 0
+
+
+ 4655
+ 250
+ 0
+ 0
+ 0
+
+
+ 4656
+ 250
+ 0
+ 0
+ 0
+
+
+ 4657
+ 350
+ 0
+ 0
+ 0
+
+
+ 4658
+ 250
+ 0
+ 0
+ 0
+
+
+ 4659
+ 250
+ 0
+ 0
+ 0
+
+
+ 4660
+ 250
+ 0
+ 0
+ 0
+
+
+ 4661
+ 250
+ 0
+ 0
+ 0
+
+
+ 4662
+ 250
+ 0
+ 0
+ 0
+
+
+ 4663
+ 250
+ 0
+ 0
+ 0
+
+
+ 4664
+ 250
+ 0
+ 0
+ 0
+
+
+ 4665
+ 250
+ 0
+ 0
+ 0
+
+
+ 4666
+ 250
+ 0
+ 0
+ 0
+
+
+ 4667
+ 250
+ 0
+ 0
+ 0
+
+
+ 4668
+ 10
+ 0
+ 0
+ 0
+
+
+ 4669
+ 1
+ 0
+ 0
+ 0
+
+
+ 4670
+ 250
+ 0
+ 0
+ 0
+
+
+ 4671
+ 250
+ 0
+ 0
+ 0
+
+
+ 4672
+ 250
+ 0
+ 0
+ 0
+
+
+ 4673
+ 250
+ 0
+ 0
+ 0
+
+
+ 4674
+ 250
+ 0
+ 0
+ 0
+
+
+ 4675
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4676
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4677
+ 1
+ 0
+ 0
+ 0
+
+
+ 4678
+ 1
+ 0
+ 0
+ 0
+
+
+ 4679
+ 1
+ 0
+ 0
+ 0
+
+
+ 4680
+ 1
+ 0
+ 0
+ 0
+
+
+ 4681
+ 1
+ 0
+ 0
+ 0
+
+
+ 4682
+ 1
+ 0
+ 0
+ 0
+
+
+ 4683
+ 1
+ 0
+ 0
+ 0
+
+
+ 4684
+ 30
+ 0
+ 0
+ 0
+
+
+ 4685
+ 1
+ 0
+ 0
+ 0
+
+
+ 4686
+ 1
+ 0
+ 0
+ 0
+
+
+ 4687
+ 30
+ 0
+ 0
+ 0
+
+
+ 4688
+ 1
+ 0
+ 0
+ 0
+
+
+ 4689
+ 20
+ 0
+ 0
+ 0
+
+
+ 4690
+ 1
+ 0
+ 0
+ 0
+
+
+ 4691
+ 1
+ 0
+ 0
+ 0
+
+
+ 4692
+ 1
+ 0
+ 0
+ 0
+
+
+ 4693
+ 6
+ 0
+ 0
+ 0
+
+
+ 4694
+ 20
+ 0
+ 0
+ 0
+
+
+ 4695
+ 20
+ 0
+ 0
+ 0
+
+
+ 4696
+ 20
+ 0
+ 0
+ 0
+
+
+ 4697
+ 20
+ 0
+ 0
+ 0
+
+
+ 4698
+ 20
+ 0
+ 0
+ 0
+
+
+ 4699
+ 20
+ 0
+ 0
+ 0
+
+
+ 4700
+ 600
+ 0
+ 0
+ 0
+
+
+ 4701
+ 600
+ 0
+ 0
+ 0
+
+
+ 4702
+ 600
+ 0
+ 0
+ 0
+
+
+ 4703
+ 1
+ 0
+ 0
+ 0
+
+
+ 4704
+ 1
+ 0
+ 0
+ 0
+
+
+ 4705
+ 1
+ 0
+ 0
+ 0
+
+
+ 4706
+ 1
+ 0
+ 0
+ 0
+
+
+ 4707
+ 5
+ 0
+ 0
+ 0
+
+
+ 4708
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4709
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4710
+ 85000
+ 0
+ 0
+ 0
+
+
+ 4711
+ 85000
+ 0
+ 0
+ 0
+
+
+ 4712
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4713
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4714
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4715
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4716
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4717
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4718
+ 208000
+ 0
+ 0
+ 0
+
+
+ 4719
+ 208000
+ 0
+ 0
+ 0
+
+
+ 4720
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4721
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4722
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4723
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4724
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4725
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4726
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4727
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4728
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4729
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4730
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4731
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4732
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4733
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4734
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4735
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4736
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4737
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4738
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4739
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4740
+ 420
+ 0
+ 0
+ 0
+
+
+ 4741
+ 1
+ 0
+ 0
+ 0
+
+
+ 4742
+ 1
+ 0
+ 0
+ 0
+
+
+ 4743
+ 1
+ 0
+ 0
+ 0
+
+
+ 4744
+ 1
+ 0
+ 0
+ 0
+
+
+ 4745
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4746
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4747
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4748
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4749
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4750
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4751
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4752
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4753
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4754
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4755
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4756
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4757
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4758
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4759
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4760
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4761
+ 1
+ 0
+ 0
+ 0
+
+
+ 4762
+ 1
+ 0
+ 0
+ 0
+
+
+ 4763
+ 1
+ 0
+ 0
+ 0
+
+
+ 4764
+ 1
+ 0
+ 0
+ 0
+
+
+ 4765
+ 1
+ 0
+ 0
+ 0
+
+
+ 4766
+ 1
+ 0
+ 0
+ 0
+
+
+ 4767
+ 1
+ 0
+ 0
+ 0
+
+
+ 4768
+ 1
+ 0
+ 0
+ 0
+
+
+ 4769
+ 1
+ 0
+ 0
+ 0
+
+
+ 4770
+ 1
+ 0
+ 0
+ 0
+
+
+ 4771
+ 1
+ 0
+ 0
+ 0
+
+
+ 4772
+ 1
+ 0
+ 0
+ 0
+
+
+ 4773
+ 5
+ 0
+ 0
+ 0
+
+
+ 4774
+ 1
+ 0
+ 0
+ 0
+
+
+ 4775
+ 1
+ 0
+ 0
+ 0
+
+
+ 4776
+ 1
+ 0
+ 0
+ 0
+
+
+ 4777
+ 1
+ 0
+ 0
+ 0
+
+
+ 4778
+ 10
+ 0
+ 0
+ 0
+
+
+ 4779
+ 1
+ 0
+ 0
+ 0
+
+
+ 4780
+ 1
+ 0
+ 0
+ 0
+
+
+ 4781
+ 1
+ 0
+ 0
+ 0
+
+
+ 4782
+ 1
+ 0
+ 0
+ 0
+
+
+ 4783
+ 20
+ 0
+ 0
+ 0
+
+
+ 4784
+ 1
+ 0
+ 0
+ 0
+
+
+ 4785
+ 1
+ 0
+ 0
+ 0
+
+
+ 4786
+ 1
+ 0
+ 0
+ 0
+
+
+ 4787
+ 1
+ 0
+ 0
+ 0
+
+
+ 4788
+ 35
+ 0
+ 0
+ 0
+
+
+ 4789
+ 1
+ 0
+ 0
+ 0
+
+
+ 4790
+ 1
+ 0
+ 0
+ 0
+
+
+ 4791
+ 1
+ 0
+ 0
+ 0
+
+
+ 4792
+ 1
+ 0
+ 0
+ 0
+
+
+ 4793
+ 50
+ 0
+ 0
+ 0
+
+
+ 4794
+ 1
+ 0
+ 0
+ 0
+
+
+ 4795
+ 1
+ 0
+ 0
+ 0
+
+
+ 4796
+ 1
+ 0
+ 0
+ 0
+
+
+ 4797
+ 1
+ 0
+ 0
+ 0
+
+
+ 4798
+ 95
+ 0
+ 0
+ 0
+
+
+ 4799
+ 1
+ 0
+ 0
+ 0
+
+
+ 4800
+ 1
+ 0
+ 0
+ 0
+
+
+ 4801
+ 1
+ 0
+ 0
+ 0
+
+
+ 4802
+ 1
+ 0
+ 0
+ 0
+
+
+ 4803
+ 450
+ 0
+ 0
+ 0
+
+
+ 4804
+ 1
+ 0
+ 0
+ 0
+
+
+ 4805
+ 1
+ 0
+ 0
+ 0
+
+
+ 4806
+ 1
+ 0
+ 0
+ 0
+
+
+ 4807
+ 1
+ 0
+ 0
+ 0
+
+
+ 4808
+ 1
+ 0
+ 0
+ 0
+
+
+ 4809
+ 1
+ 0
+ 0
+ 0
+
+
+ 4810
+ 1
+ 0
+ 0
+ 0
+
+
+ 4811
+ 1
+ 0
+ 0
+ 0
+
+
+ 4812
+ 1
+ 0
+ 0
+ 0
+
+
+ 4813
+ 1
+ 0
+ 0
+ 0
+
+
+ 4814
+ 1
+ 0
+ 0
+ 0
+
+
+ 4815
+ 1
+ 0
+ 0
+ 0
+
+
+ 4816
+ 1
+ 0
+ 0
+ 0
+
+
+ 4817
+ 1
+ 0
+ 0
+ 0
+
+
+ 4818
+ 1
+ 0
+ 0
+ 0
+
+
+ 4819
+ 7
+ 0
+ 0
+ 0
+
+
+ 4820
+ 33
+ 0
+ 0
+ 0
+
+
+ 4821
+ 12
+ 0
+ 0
+ 0
+
+
+ 4822
+ 18
+ 0
+ 0
+ 0
+
+
+ 4823
+ 45
+ 0
+ 0
+ 0
+
+
+ 4824
+ 220
+ 0
+ 0
+ 0
+
+
+ 4825
+ 90
+ 0
+ 0
+ 0
+
+
+ 4826
+ 90
+ 0
+ 0
+ 0
+
+
+ 4827
+ 180
+ 0
+ 0
+ 0
+
+
+ 4828
+ 180
+ 0
+ 0
+ 0
+
+
+ 4829
+ 1
+ 0
+ 0
+ 0
+
+
+ 4830
+ 1
+ 0
+ 0
+ 0
+
+
+ 4831
+ 1
+ 0
+ 0
+ 0
+
+
+ 4832
+ 1
+ 0
+ 0
+ 0
+
+
+ 4833
+ 1
+ 0
+ 0
+ 0
+
+
+ 4834
+ 1
+ 0
+ 0
+ 0
+
+
+ 4835
+ 1
+ 0
+ 0
+ 0
+
+
+ 4836
+ 1
+ 0
+ 0
+ 0
+
+
+ 4837
+ 1
+ 0
+ 0
+ 0
+
+
+ 4838
+ 10
+ 0
+ 0
+ 0
+
+
+ 4839
+ 1
+ 0
+ 0
+ 0
+
+
+ 4840
+ 5
+ 0
+ 0
+ 0
+
+
+ 4841
+ 5
+ 0
+ 0
+ 0
+
+
+ 4842
+ 225
+ 0
+ 0
+ 0
+
+
+ 4843
+ 225
+ 0
+ 0
+ 0
+
+
+ 4844
+ 200
+ 0
+ 0
+ 0
+
+
+ 4845
+ 200
+ 0
+ 0
+ 0
+
+
+ 4846
+ 150
+ 0
+ 0
+ 0
+
+
+ 4847
+ 150
+ 0
+ 0
+ 0
+
+
+ 4848
+ 75
+ 0
+ 0
+ 0
+
+
+ 4849
+ 75
+ 0
+ 0
+ 0
+
+
+ 4850
+ 100
+ 0
+ 0
+ 0
+
+
+ 4851
+ 100
+ 0
+ 0
+ 0
+
+
+ 4852
+ 1
+ 0
+ 0
+ 0
+
+
+ 4853
+ 1
+ 0
+ 0
+ 0
+
+
+ 4854
+ 1
+ 0
+ 0
+ 0
+
+
+ 4855
+ 1
+ 0
+ 0
+ 0
+
+
+ 4856
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4857
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4858
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4859
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4860
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4861
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4862
+ 85000
+ 0
+ 0
+ 0
+
+
+ 4863
+ 85000
+ 0
+ 0
+ 0
+
+
+ 4864
+ 85000
+ 0
+ 0
+ 0
+
+
+ 4865
+ 85000
+ 0
+ 0
+ 0
+
+
+ 4866
+ 85000
+ 0
+ 0
+ 0
+
+
+ 4867
+ 85000
+ 0
+ 0
+ 0
+
+
+ 4868
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4869
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4870
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4871
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4872
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4873
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4874
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4875
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4876
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4877
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4878
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4879
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4880
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4881
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4882
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4883
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4884
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4885
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4886
+ 208000
+ 0
+ 0
+ 0
+
+
+ 4887
+ 208000
+ 0
+ 0
+ 0
+
+
+ 4888
+ 208000
+ 0
+ 0
+ 0
+
+
+ 4889
+ 208000
+ 0
+ 0
+ 0
+
+
+ 4890
+ 208000
+ 0
+ 0
+ 0
+
+
+ 4891
+ 208000
+ 0
+ 0
+ 0
+
+
+ 4892
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4893
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4894
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4895
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4896
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4897
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4898
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4899
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4900
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4901
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4902
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4903
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4904
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4905
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4906
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4907
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4908
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4909
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4910
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4911
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4912
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4913
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4914
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4915
+ 100000
+ 0
+ 0
+ 0
+
+
+ 4916
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4917
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4918
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4919
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4920
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4921
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4922
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4923
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4924
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4925
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4926
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4927
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4928
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4929
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4930
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4931
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4932
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4933
+ 13000
+ 0
+ 0
+ 0
+
+
+ 4934
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4935
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4936
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4937
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4938
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4939
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4940
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4941
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4942
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4943
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4944
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4945
+ 50000
+ 0
+ 0
+ 0
+
+
+ 4946
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4947
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4948
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4949
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4950
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4951
+ 47000
+ 0
+ 0
+ 0
+
+
+ 4952
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4953
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4954
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4955
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4956
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4957
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4958
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4959
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4960
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4961
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4962
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4963
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4964
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4965
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4966
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4967
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4968
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4969
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4970
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4971
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4972
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4973
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4974
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4975
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4976
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4977
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4978
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4979
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4980
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4981
+ 103000
+ 0
+ 0
+ 0
+
+
+ 4982
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4983
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4984
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4985
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4986
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4987
+ 160000
+ 0
+ 0
+ 0
+
+
+ 4988
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4989
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4990
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4991
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4992
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4993
+ 280000
+ 0
+ 0
+ 0
+
+
+ 4994
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4995
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4996
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4997
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4998
+ 275000
+ 0
+ 0
+ 0
+
+
+ 4999
+ 275000
+ 0
+ 0
+ 0
+
+
+ 5000
+ 1
+ 0
+ 0
+ 0
+
+
+ 5001
+ 15
+ 0
+ 0
+ 0
+
+
+ 5002
+ 1
+ 0
+ 0
+ 0
+
+
+ 5003
+ 15
+ 0
+ 0
+ 0
+
+
+ 5004
+ 5
+ 0
+ 0
+ 0
+
+
+ 5005
+ 15
+ 0
+ 0
+ 0
+
+
+ 5006
+ 1
+ 0
+ 0
+ 0
+
+
+ 5007
+ 15
+ 0
+ 0
+ 0
+
+
+ 5008
+ 1
+ 0
+ 0
+ 0
+
+
+ 5009
+ 1
+ 0
+ 0
+ 0
+
+
+ 5010
+ 1
+ 0
+ 0
+ 0
+
+
+ 5011
+ 1
+ 0
+ 0
+ 0
+
+
+ 5012
+ 1
+ 0
+ 0
+ 0
+
+
+ 5013
+ 600
+ 0
+ 0
+ 0
+
+
+ 5014
+ 900
+ 0
+ 0
+ 0
+
+
+ 5015
+ 900
+ 0
+ 0
+ 0
+
+
+ 5016
+ 600
+ 0
+ 0
+ 0
+
+
+ 5017
+ 600
+ 0
+ 0
+ 0
+
+
+ 5018
+ 600
+ 0
+ 0
+ 0
+
+
+ 5019
+ 600
+ 0
+ 0
+ 0
+
+
+ 5020
+ 1
+ 0
+ 0
+ 0
+
+
+ 5021
+ 1
+ 0
+ 0
+ 0
+
+
+ 5022
+ 1
+ 0
+ 0
+ 0
+
+
+ 5023
+ 1
+ 0
+ 0
+ 0
+
+
+ 5024
+ 650
+ 0
+ 0
+ 0
+
+
+ 5025
+ 650
+ 0
+ 0
+ 0
+
+
+ 5026
+ 812
+ 0
+ 0
+ 0
+
+
+ 5027
+ 812
+ 0
+ 0
+ 0
+
+
+ 5028
+ 845
+ 0
+ 0
+ 0
+
+
+ 5029
+ 845
+ 0
+ 0
+ 0
+
+
+ 5030
+ 585
+ 0
+ 0
+ 0
+
+
+ 5031
+ 585
+ 0
+ 0
+ 0
+
+
+ 5032
+ 780
+ 0
+ 0
+ 0
+
+
+ 5033
+ 780
+ 0
+ 0
+ 0
+
+
+ 5034
+ 812
+ 0
+ 0
+ 0
+
+
+ 5035
+ 812
+ 0
+ 0
+ 0
+
+
+ 5036
+ 715
+ 0
+ 0
+ 0
+
+
+ 5037
+ 715
+ 0
+ 0
+ 0
+
+
+ 5038
+ 910
+ 0
+ 0
+ 0
+
+
+ 5039
+ 910
+ 0
+ 0
+ 0
+
+
+ 5040
+ 975
+ 0
+ 0
+ 0
+
+
+ 5041
+ 975
+ 0
+ 0
+ 0
+
+
+ 5042
+ 364
+ 0
+ 0
+ 0
+
+
+ 5043
+ 364
+ 0
+ 0
+ 0
+
+
+ 5044
+ 468
+ 0
+ 0
+ 0
+
+
+ 5045
+ 468
+ 0
+ 0
+ 0
+
+
+ 5046
+ 507
+ 0
+ 0
+ 0
+
+
+ 5047
+ 507
+ 0
+ 0
+ 0
+
+
+ 5048
+ 455
+ 0
+ 0
+ 0
+
+
+ 5049
+ 455
+ 0
+ 0
+ 0
+
+
+ 5050
+ 715
+ 0
+ 0
+ 0
+
+
+ 5051
+ 715
+ 0
+ 0
+ 0
+
+
+ 5052
+ 812
+ 0
+ 0
+ 0
+
+
+ 5053
+ 812
+ 0
+ 0
+ 0
+
+
+ 5054
+ 1
+ 0
+ 0
+ 0
+
+
+ 5055
+ 1
+ 0
+ 0
+ 0
+
+
+ 5056
+ 1
+ 0
+ 0
+ 0
+
+
+ 5057
+ 1
+ 0
+ 0
+ 0
+
+
+ 5058
+ 1
+ 0
+ 0
+ 0
+
+
+ 5059
+ 1
+ 0
+ 0
+ 0
+
+
+ 5060
+ 1
+ 0
+ 0
+ 0
+
+
+ 5061
+ 1
+ 0
+ 0
+ 0
+
+
+ 5062
+ 1
+ 0
+ 0
+ 0
+
+
+ 5063
+ 1
+ 0
+ 0
+ 0
+
+
+ 5064
+ 1
+ 0
+ 0
+ 0
+
+
+ 5065
+ 1
+ 0
+ 0
+ 0
+
+
+ 5066
+ 1
+ 0
+ 0
+ 0
+
+
+ 5067
+ 1
+ 0
+ 0
+ 0
+
+
+ 5068
+ 1
+ 0
+ 0
+ 0
+
+
+ 5069
+ 1
+ 0
+ 0
+ 0
+
+
+ 5070
+ 1
+ 0
+ 0
+ 0
+
+
+ 5071
+ 1
+ 0
+ 0
+ 0
+
+
+ 5072
+ 1
+ 0
+ 0
+ 0
+
+
+ 5073
+ 1
+ 0
+ 0
+ 0
+
+
+ 5074
+ 1
+ 0
+ 0
+ 0
+
+
+ 5075
+ 1
+ 0
+ 0
+ 0
+
+
+ 5076
+ 1
+ 0
+ 0
+ 0
+
+
+ 5077
+ 1
+ 0
+ 0
+ 0
+
+
+ 5078
+ 1
+ 0
+ 0
+ 0
+
+
+ 5079
+ 1
+ 0
+ 0
+ 0
+
+
+ 5080
+ 1
+ 0
+ 0
+ 0
+
+
+ 5081
+ 1
+ 0
+ 0
+ 0
+
+
+ 5082
+ 1
+ 0
+ 0
+ 0
+
+
+ 5083
+ 1
+ 0
+ 0
+ 0
+
+
+ 5084
+ 1
+ 0
+ 0
+ 0
+
+
+ 5085
+ 1
+ 0
+ 0
+ 0
+
+
+ 5086
+ 1
+ 0
+ 0
+ 0
+
+
+ 5087
+ 1
+ 0
+ 0
+ 0
+
+
+ 5088
+ 1
+ 0
+ 0
+ 0
+
+
+ 5089
+ 1
+ 0
+ 0
+ 0
+
+
+ 5090
+ 1
+ 0
+ 0
+ 0
+
+
+ 5091
+ 1
+ 0
+ 0
+ 0
+
+
+ 5092
+ 1
+ 0
+ 0
+ 0
+
+
+ 5093
+ 1
+ 0
+ 0
+ 0
+
+
+ 5094
+ 1
+ 0
+ 0
+ 0
+
+
+ 5095
+ 1
+ 0
+ 0
+ 0
+
+
+ 5096
+ 84
+ 0
+ 0
+ 0
+
+
+ 5097
+ 98
+ 0
+ 0
+ 0
+
+
+ 5098
+ 11
+ 0
+ 0
+ 0
+
+
+ 5099
+ 11
+ 0
+ 0
+ 0
+
+
+ 5100
+ 12
+ 0
+ 0
+ 0
+
+
+ 5101
+ 4
+ 0
+ 0
+ 0
+
+
+ 5102
+ 9
+ 0
+ 0
+ 0
+
+
+ 5103
+ 25
+ 0
+ 0
+ 0
+
+
+ 5104
+ 60
+ 0
+ 0
+ 0
+
+
+ 5105
+ 133
+ 0
+ 0
+ 0
+
+
+ 5106
+ 166
+ 0
+ 0
+ 0
+
+
+ 5107
+ 1
+ 0
+ 0
+ 0
+
+
+ 5108
+ 1
+ 0
+ 0
+ 0
+
+
+ 5109
+ 1
+ 0
+ 0
+ 0
+
+
+ 5110
+ 1
+ 0
+ 0
+ 0
+
+
+ 5111
+ 1
+ 0
+ 0
+ 0
+
+
+ 5112
+ 1
+ 0
+ 0
+ 0
+
+
+ 5113
+ 1
+ 0
+ 0
+ 0
+
+
+ 5114
+ 1
+ 0
+ 0
+ 0
+
+
+ 5115
+ 1
+ 0
+ 0
+ 0
+
+
+ 5116
+ 1
+ 0
+ 0
+ 0
+
+
+ 5117
+ 1
+ 0
+ 0
+ 0
+
+
+ 5118
+ 1
+ 0
+ 0
+ 0
+
+
+ 5119
+ 1
+ 0
+ 0
+ 0
+
+
+ 5120
+ 1
+ 0
+ 0
+ 0
+
+
+ 5121
+ 1
+ 0
+ 0
+ 0
+
+
+ 5122
+ 1
+ 0
+ 0
+ 0
+
+
+ 5123
+ 1
+ 0
+ 0
+ 0
+
+
+ 5124
+ 1
+ 0
+ 0
+ 0
+
+
+ 5125
+ 1
+ 0
+ 0
+ 0
+
+
+ 5126
+ 1
+ 0
+ 0
+ 0
+
+
+ 5127
+ 1
+ 0
+ 0
+ 0
+
+
+ 5128
+ 1
+ 0
+ 0
+ 0
+
+
+ 5129
+ 1
+ 0
+ 0
+ 0
+
+
+ 5130
+ 1
+ 0
+ 0
+ 0
+
+
+ 5131
+ 1
+ 0
+ 0
+ 0
+
+
+ 5132
+ 1
+ 0
+ 0
+ 0
+
+
+ 5133
+ 1
+ 0
+ 0
+ 0
+
+
+ 5134
+ 1
+ 0
+ 0
+ 0
+
+
+ 5135
+ 1
+ 0
+ 0
+ 0
+
+
+ 5136
+ 1
+ 0
+ 0
+ 0
+
+
+ 5137
+ 1
+ 0
+ 0
+ 0
+
+
+ 5138
+ 1
+ 0
+ 0
+ 0
+
+
+ 5139
+ 1
+ 0
+ 0
+ 0
+
+
+ 5140
+ 1
+ 0
+ 0
+ 0
+
+
+ 5141
+ 1
+ 0
+ 0
+ 0
+
+
+ 5142
+ 1
+ 0
+ 0
+ 0
+
+
+ 5143
+ 1
+ 0
+ 0
+ 0
+
+
+ 5144
+ 1
+ 0
+ 0
+ 0
+
+
+ 5145
+ 1
+ 0
+ 0
+ 0
+
+
+ 5146
+ 1
+ 0
+ 0
+ 0
+
+
+ 5147
+ 1
+ 0
+ 0
+ 0
+
+
+ 5148
+ 1
+ 0
+ 0
+ 0
+
+
+ 5149
+ 1
+ 0
+ 0
+ 0
+
+
+ 5150
+ 1
+ 0
+ 0
+ 0
+
+
+ 5151
+ 1
+ 0
+ 0
+ 0
+
+
+ 5152
+ 1
+ 0
+ 0
+ 0
+
+
+ 5153
+ 1
+ 0
+ 0
+ 0
+
+
+ 5154
+ 1
+ 0
+ 0
+ 0
+
+
+ 5155
+ 1
+ 0
+ 0
+ 0
+
+
+ 5156
+ 1
+ 0
+ 0
+ 0
+
+
+ 5157
+ 1
+ 0
+ 0
+ 0
+
+
+ 5158
+ 1
+ 0
+ 0
+ 0
+
+
+ 5159
+ 1
+ 0
+ 0
+ 0
+
+
+ 5160
+ 1
+ 0
+ 0
+ 0
+
+
+ 5161
+ 1
+ 0
+ 0
+ 0
+
+
+ 5162
+ 1
+ 0
+ 0
+ 0
+
+
+ 5163
+ 1
+ 0
+ 0
+ 0
+
+
+ 5164
+ 1
+ 0
+ 0
+ 0
+
+
+ 5165
+ 1
+ 0
+ 0
+ 0
+
+
+ 5166
+ 1
+ 0
+ 0
+ 0
+
+
+ 5167
+ 1
+ 0
+ 0
+ 0
+
+
+ 5168
+ 1
+ 0
+ 0
+ 0
+
+
+ 5169
+ 1
+ 0
+ 0
+ 0
+
+
+ 5170
+ 1
+ 0
+ 0
+ 0
+
+
+ 5171
+ 1
+ 0
+ 0
+ 0
+
+
+ 5172
+ 1
+ 0
+ 0
+ 0
+
+
+ 5173
+ 1
+ 0
+ 0
+ 0
+
+
+ 5174
+ 1
+ 0
+ 0
+ 0
+
+
+ 5175
+ 1
+ 0
+ 0
+ 0
+
+
+ 5176
+ 1
+ 0
+ 0
+ 0
+
+
+ 5177
+ 1
+ 0
+ 0
+ 0
+
+
+ 5178
+ 1
+ 0
+ 0
+ 0
+
+
+ 5179
+ 1
+ 0
+ 0
+ 0
+
+
+ 5180
+ 1
+ 0
+ 0
+ 0
+
+
+ 5181
+ 1
+ 0
+ 0
+ 0
+
+
+ 5182
+ 1
+ 0
+ 0
+ 0
+
+
+ 5183
+ 1
+ 0
+ 0
+ 0
+
+
+ 5184
+ 1
+ 0
+ 0
+ 0
+
+
+ 5185
+ 1
+ 0
+ 0
+ 0
+
+
+ 5186
+ 1
+ 0
+ 0
+ 0
+
+
+ 5187
+ 1
+ 0
+ 0
+ 0
+
+
+ 5188
+ 1
+ 0
+ 0
+ 0
+
+
+ 5189
+ 1
+ 0
+ 0
+ 0
+
+
+ 5190
+ 1
+ 0
+ 0
+ 0
+
+
+ 5191
+ 1
+ 0
+ 0
+ 0
+
+
+ 5192
+ 1
+ 0
+ 0
+ 0
+
+
+ 5193
+ 1
+ 0
+ 0
+ 0
+
+
+ 5194
+ 1
+ 0
+ 0
+ 0
+
+
+ 5195
+ 1
+ 0
+ 0
+ 0
+
+
+ 5196
+ 1
+ 0
+ 0
+ 0
+
+
+ 5197
+ 1
+ 0
+ 0
+ 0
+
+
+ 5198
+ 1
+ 0
+ 0
+ 0
+
+
+ 5199
+ 1
+ 0
+ 0
+ 0
+
+
+ 5200
+ 1
+ 0
+ 0
+ 0
+
+
+ 5201
+ 1
+ 0
+ 0
+ 0
+
+
+ 5202
+ 1
+ 0
+ 0
+ 0
+
+
+ 5203
+ 1
+ 0
+ 0
+ 0
+
+
+ 5204
+ 1
+ 0
+ 0
+ 0
+
+
+ 5205
+ 1
+ 0
+ 0
+ 0
+
+
+ 5206
+ 1
+ 0
+ 0
+ 0
+
+
+ 5207
+ 1
+ 0
+ 0
+ 0
+
+
+ 5208
+ 1
+ 0
+ 0
+ 0
+
+
+ 5209
+ 1
+ 0
+ 0
+ 0
+
+
+ 5210
+ 1
+ 0
+ 0
+ 0
+
+
+ 5211
+ 1
+ 0
+ 0
+ 0
+
+
+ 5212
+ 1
+ 0
+ 0
+ 0
+
+
+ 5213
+ 1
+ 0
+ 0
+ 0
+
+
+ 5214
+ 1
+ 0
+ 0
+ 0
+
+
+ 5215
+ 1
+ 0
+ 0
+ 0
+
+
+ 5216
+ 1
+ 0
+ 0
+ 0
+
+
+ 5217
+ 1
+ 0
+ 0
+ 0
+
+
+ 5218
+ 1
+ 0
+ 0
+ 0
+
+
+ 5219
+ 1
+ 0
+ 0
+ 0
+
+
+ 5220
+ 1
+ 0
+ 0
+ 0
+
+
+ 5221
+ 1
+ 0
+ 0
+ 0
+
+
+ 5222
+ 1
+ 0
+ 0
+ 0
+
+
+ 5223
+ 1
+ 0
+ 0
+ 0
+
+
+ 5224
+ 1
+ 0
+ 0
+ 0
+
+
+ 5225
+ 1
+ 0
+ 0
+ 0
+
+
+ 5226
+ 1
+ 0
+ 0
+ 0
+
+
+ 5227
+ 1
+ 0
+ 0
+ 0
+
+
+ 5228
+ 1
+ 0
+ 0
+ 0
+
+
+ 5229
+ 1
+ 0
+ 0
+ 0
+
+
+ 5230
+ 1
+ 0
+ 0
+ 0
+
+
+ 5231
+ 1
+ 0
+ 0
+ 0
+
+
+ 5232
+ 1
+ 0
+ 0
+ 0
+
+
+ 5233
+ 1
+ 0
+ 0
+ 0
+
+
+ 5234
+ 1
+ 0
+ 0
+ 0
+
+
+ 5235
+ 1
+ 0
+ 0
+ 0
+
+
+ 5236
+ 1
+ 0
+ 0
+ 0
+
+
+ 5237
+ 1
+ 0
+ 0
+ 0
+
+
+ 5238
+ 1
+ 0
+ 0
+ 0
+
+
+ 5239
+ 1
+ 0
+ 0
+ 0
+
+
+ 5240
+ 1
+ 0
+ 0
+ 0
+
+
+ 5241
+ 1
+ 0
+ 0
+ 0
+
+
+ 5242
+ 1
+ 0
+ 0
+ 0
+
+
+ 5243
+ 1
+ 0
+ 0
+ 0
+
+
+ 5244
+ 1
+ 0
+ 0
+ 0
+
+
+ 5245
+ 1
+ 0
+ 0
+ 0
+
+
+ 5246
+ 1
+ 0
+ 0
+ 0
+
+
+ 5247
+ 1
+ 0
+ 0
+ 0
+
+
+ 5248
+ 1
+ 0
+ 0
+ 0
+
+
+ 5249
+ 1
+ 0
+ 0
+ 0
+
+
+ 5250
+ 1
+ 0
+ 0
+ 0
+
+
+ 5251
+ 1
+ 0
+ 0
+ 0
+
+
+ 5252
+ 1
+ 0
+ 0
+ 0
+
+
+ 5253
+ 1
+ 0
+ 0
+ 0
+
+
+ 5254
+ 1
+ 0
+ 0
+ 0
+
+
+ 5255
+ 1
+ 0
+ 0
+ 0
+
+
+ 5256
+ 1
+ 0
+ 0
+ 0
+
+
+ 5257
+ 1
+ 0
+ 0
+ 0
+
+
+ 5258
+ 1
+ 0
+ 0
+ 0
+
+
+ 5259
+ 1
+ 0
+ 0
+ 0
+
+
+ 5260
+ 1
+ 0
+ 0
+ 0
+
+
+ 5261
+ 1
+ 0
+ 0
+ 0
+
+
+ 5262
+ 1
+ 0
+ 0
+ 0
+
+
+ 5263
+ 1
+ 0
+ 0
+ 0
+
+
+ 5264
+ 1
+ 0
+ 0
+ 0
+
+
+ 5265
+ 1
+ 0
+ 0
+ 0
+
+
+ 5266
+ 1
+ 0
+ 0
+ 0
+
+
+ 5267
+ 1
+ 0
+ 0
+ 0
+
+
+ 5268
+ 1
+ 0
+ 0
+ 0
+
+
+ 5269
+ 1
+ 0
+ 0
+ 0
+
+
+ 5270
+ 1
+ 0
+ 0
+ 0
+
+
+ 5271
+ 1
+ 0
+ 0
+ 0
+
+
+ 5272
+ 1
+ 0
+ 0
+ 0
+
+
+ 5273
+ 1
+ 0
+ 0
+ 0
+
+
+ 5274
+ 1
+ 0
+ 0
+ 0
+
+
+ 5275
+ 1
+ 0
+ 0
+ 0
+
+
+ 5276
+ 1
+ 0
+ 0
+ 0
+
+
+ 5277
+ 1
+ 0
+ 0
+ 0
+
+
+ 5278
+ 1
+ 0
+ 0
+ 0
+
+
+ 5279
+ 1
+ 0
+ 0
+ 0
+
+
+ 5280
+ 99
+ 0
+ 0
+ 0
+
+
+ 5281
+ 177
+ 0
+ 0
+ 0
+
+
+ 5282
+ 86
+ 0
+ 0
+ 0
+
+
+ 5283
+ 13
+ 0
+ 0
+ 0
+
+
+ 5284
+ 20
+ 0
+ 0
+ 0
+
+
+ 5285
+ 31
+ 0
+ 0
+ 0
+
+
+ 5286
+ 39
+ 0
+ 0
+ 0
+
+
+ 5287
+ 74
+ 0
+ 0
+ 0
+
+
+ 5288
+ 115
+ 0
+ 0
+ 0
+
+
+ 5289
+ 254
+ 0
+ 0
+ 0
+
+
+ 5290
+ 340
+ 0
+ 0
+ 0
+
+
+ 5291
+ 4
+ 0
+ 0
+ 0
+
+
+ 5292
+ 5
+ 0
+ 0
+ 0
+
+
+ 5293
+ 7
+ 0
+ 0
+ 0
+
+
+ 5294
+ 12
+ 0
+ 0
+ 0
+
+
+ 5295
+ 19
+ 0
+ 0
+ 0
+
+
+ 5296
+ 34
+ 0
+ 0
+ 0
+
+
+ 5297
+ 64
+ 0
+ 0
+ 0
+
+
+ 5298
+ 64
+ 0
+ 0
+ 0
+
+
+ 5299
+ 64
+ 0
+ 0
+ 0
+
+
+ 5300
+ 64
+ 0
+ 0
+ 0
+
+
+ 5301
+ 64
+ 0
+ 0
+ 0
+
+
+ 5302
+ 64
+ 0
+ 0
+ 0
+
+
+ 5303
+ 64
+ 0
+ 0
+ 0
+
+
+ 5304
+ 64
+ 0
+ 0
+ 0
+
+
+ 5305
+ 38
+ 0
+ 0
+ 0
+
+
+ 5306
+ 86
+ 0
+ 0
+ 0
+
+
+ 5307
+ 52
+ 0
+ 0
+ 0
+
+
+ 5308
+ 60
+ 0
+ 0
+ 0
+
+
+ 5309
+ 210
+ 0
+ 0
+ 0
+
+
+ 5310
+ 8
+ 0
+ 0
+ 0
+
+
+ 5311
+ 14
+ 0
+ 0
+ 0
+
+
+ 5312
+ 6
+ 0
+ 0
+ 0
+
+
+ 5313
+ 16
+ 0
+ 0
+ 0
+
+
+ 5314
+ 48
+ 0
+ 0
+ 0
+
+
+ 5315
+ 143
+ 0
+ 0
+ 0
+
+
+ 5316
+ 422
+ 0
+ 0
+ 0
+
+
+ 5317
+ 1
+ 0
+ 0
+ 0
+
+
+ 5318
+ 8
+ 0
+ 0
+ 0
+
+
+ 5319
+ 10
+ 0
+ 0
+ 0
+
+
+ 5320
+ 8
+ 0
+ 0
+ 0
+
+
+ 5321
+ 56
+ 0
+ 0
+ 0
+
+
+ 5322
+ 4
+ 0
+ 0
+ 0
+
+
+ 5323
+ 18
+ 0
+ 0
+ 0
+
+
+ 5324
+ 25
+ 0
+ 0
+ 0
+
+
+ 5325
+ 12
+ 0
+ 0
+ 0
+
+
+ 5326
+ 12
+ 0
+ 0
+ 0
+
+
+ 5327
+ 1
+ 0
+ 0
+ 0
+
+
+ 5328
+ 1
+ 0
+ 0
+ 0
+
+
+ 5329
+ 5
+ 0
+ 0
+ 0
+
+
+ 5330
+ 5
+ 0
+ 0
+ 0
+
+
+ 5331
+ 8
+ 0
+ 0
+ 0
+
+
+ 5332
+ 8
+ 0
+ 0
+ 0
+
+
+ 5333
+ 1
+ 0
+ 0
+ 0
+
+
+ 5334
+ 1
+ 0
+ 0
+ 0
+
+
+ 5335
+ 1
+ 0
+ 0
+ 0
+
+
+ 5336
+ 1
+ 0
+ 0
+ 0
+
+
+ 5337
+ 1
+ 0
+ 0
+ 0
+
+
+ 5338
+ 1
+ 0
+ 0
+ 0
+
+
+ 5339
+ 1
+ 0
+ 0
+ 0
+
+
+ 5340
+ 1
+ 0
+ 0
+ 0
+
+
+ 5341
+ 6
+ 0
+ 0
+ 0
+
+
+ 5342
+ 6
+ 0
+ 0
+ 0
+
+
+ 5343
+ 6
+ 0
+ 0
+ 0
+
+
+ 5344
+ 6
+ 0
+ 0
+ 0
+
+
+ 5345
+ 25
+ 0
+ 0
+ 0
+
+
+ 5346
+ 25
+ 0
+ 0
+ 0
+
+
+ 5347
+ 1
+ 0
+ 0
+ 0
+
+
+ 5348
+ 1
+ 0
+ 0
+ 0
+
+
+ 5349
+ 1
+ 0
+ 0
+ 0
+
+
+ 5350
+ 1
+ 0
+ 0
+ 0
+
+
+ 5351
+ 1
+ 0
+ 0
+ 0
+
+
+ 5352
+ 1
+ 0
+ 0
+ 0
+
+
+ 5353
+ 1
+ 0
+ 0
+ 0
+
+
+ 5354
+ 1
+ 0
+ 0
+ 0
+
+
+ 5355
+ 1
+ 0
+ 0
+ 0
+
+
+ 5356
+ 1
+ 0
+ 0
+ 0
+
+
+ 5357
+ 1
+ 0
+ 0
+ 0
+
+
+ 5358
+ 1
+ 0
+ 0
+ 0
+
+
+ 5359
+ 1
+ 0
+ 0
+ 0
+
+
+ 5360
+ 1
+ 0
+ 0
+ 0
+
+
+ 5361
+ 1
+ 0
+ 0
+ 0
+
+
+ 5362
+ 1
+ 0
+ 0
+ 0
+
+
+ 5363
+ 1
+ 0
+ 0
+ 0
+
+
+ 5364
+ 1
+ 0
+ 0
+ 0
+
+
+ 5365
+ 1
+ 0
+ 0
+ 0
+
+
+ 5366
+ 1
+ 0
+ 0
+ 0
+
+
+ 5367
+ 1
+ 0
+ 0
+ 0
+
+
+ 5368
+ 1
+ 0
+ 0
+ 0
+
+
+ 5369
+ 1
+ 0
+ 0
+ 0
+
+
+ 5370
+ 1
+ 0
+ 0
+ 0
+
+
+ 5371
+ 1
+ 0
+ 0
+ 0
+
+
+ 5372
+ 1
+ 0
+ 0
+ 0
+
+
+ 5373
+ 1
+ 0
+ 0
+ 0
+
+
+ 5374
+ 1
+ 0
+ 0
+ 0
+
+
+ 5375
+ 1
+ 0
+ 0
+ 0
+
+
+ 5376
+ 1
+ 0
+ 0
+ 0
+
+
+ 5377
+ 1
+ 0
+ 0
+ 0
+
+
+ 5378
+ 1
+ 0
+ 0
+ 0
+
+
+ 5379
+ 1
+ 0
+ 0
+ 0
+
+
+ 5380
+ 1
+ 0
+ 0
+ 0
+
+
+ 5381
+ 1
+ 0
+ 0
+ 0
+
+
+ 5382
+ 1
+ 0
+ 0
+ 0
+
+
+ 5383
+ 1
+ 0
+ 0
+ 0
+
+
+ 5384
+ 1
+ 0
+ 0
+ 0
+
+
+ 5385
+ 1
+ 0
+ 0
+ 0
+
+
+ 5386
+ 1
+ 0
+ 0
+ 0
+
+
+ 5387
+ 1
+ 0
+ 0
+ 0
+
+
+ 5388
+ 1
+ 0
+ 0
+ 0
+
+
+ 5389
+ 1
+ 0
+ 0
+ 0
+
+
+ 5390
+ 1
+ 0
+ 0
+ 0
+
+
+ 5391
+ 1
+ 0
+ 0
+ 0
+
+
+ 5392
+ 1
+ 0
+ 0
+ 0
+
+
+ 5393
+ 1
+ 0
+ 0
+ 0
+
+
+ 5394
+ 1
+ 0
+ 0
+ 0
+
+
+ 5395
+ 1
+ 0
+ 0
+ 0
+
+
+ 5396
+ 1
+ 0
+ 0
+ 0
+
+
+ 5397
+ 1
+ 0
+ 0
+ 0
+
+
+ 5398
+ 1
+ 0
+ 0
+ 0
+
+
+ 5399
+ 1
+ 0
+ 0
+ 0
+
+
+ 5400
+ 1
+ 0
+ 0
+ 0
+
+
+ 5401
+ 1
+ 0
+ 0
+ 0
+
+
+ 5402
+ 1
+ 0
+ 0
+ 0
+
+
+ 5403
+ 1
+ 0
+ 0
+ 0
+
+
+ 5404
+ 1
+ 0
+ 0
+ 0
+
+
+ 5405
+ 1
+ 0
+ 0
+ 0
+
+
+ 5406
+ 1
+ 0
+ 0
+ 0
+
+
+ 5407
+ 1
+ 0
+ 0
+ 0
+
+
+ 5408
+ 1
+ 0
+ 0
+ 0
+
+
+ 5409
+ 1
+ 0
+ 0
+ 0
+
+
+ 5410
+ 1
+ 0
+ 0
+ 0
+
+
+ 5411
+ 1
+ 0
+ 0
+ 0
+
+
+ 5412
+ 1
+ 0
+ 0
+ 0
+
+
+ 5413
+ 1
+ 0
+ 0
+ 0
+
+
+ 5414
+ 1
+ 0
+ 0
+ 0
+
+
+ 5415
+ 1
+ 0
+ 0
+ 0
+
+
+ 5416
+ 1
+ 0
+ 0
+ 0
+
+
+ 5417
+ 1
+ 0
+ 0
+ 0
+
+
+ 5418
+ 1
+ 0
+ 0
+ 0
+
+
+ 5419
+ 1
+ 0
+ 0
+ 0
+
+
+ 5420
+ 1
+ 0
+ 0
+ 0
+
+
+ 5421
+ 1
+ 0
+ 0
+ 0
+
+
+ 5422
+ 1
+ 0
+ 0
+ 0
+
+
+ 5423
+ 1
+ 0
+ 0
+ 0
+
+
+ 5424
+ 1
+ 0
+ 0
+ 0
+
+
+ 5425
+ 1
+ 0
+ 0
+ 0
+
+
+ 5426
+ 1
+ 0
+ 0
+ 0
+
+
+ 5427
+ 1
+ 0
+ 0
+ 0
+
+
+ 5428
+ 1
+ 0
+ 0
+ 0
+
+
+ 5429
+ 1
+ 0
+ 0
+ 0
+
+
+ 5430
+ 1
+ 0
+ 0
+ 0
+
+
+ 5431
+ 1
+ 0
+ 0
+ 0
+
+
+ 5432
+ 1
+ 0
+ 0
+ 0
+
+
+ 5433
+ 1
+ 0
+ 0
+ 0
+
+
+ 5434
+ 1
+ 0
+ 0
+ 0
+
+
+ 5435
+ 1
+ 0
+ 0
+ 0
+
+
+ 5436
+ 1
+ 0
+ 0
+ 0
+
+
+ 5437
+ 1
+ 0
+ 0
+ 0
+
+
+ 5438
+ 1
+ 0
+ 0
+ 0
+
+
+ 5439
+ 1
+ 0
+ 0
+ 0
+
+
+ 5440
+ 1
+ 0
+ 0
+ 0
+
+
+ 5441
+ 1
+ 0
+ 0
+ 0
+
+
+ 5442
+ 1
+ 0
+ 0
+ 0
+
+
+ 5443
+ 1
+ 0
+ 0
+ 0
+
+
+ 5444
+ 1
+ 0
+ 0
+ 0
+
+
+ 5445
+ 1
+ 0
+ 0
+ 0
+
+
+ 5446
+ 1
+ 0
+ 0
+ 0
+
+
+ 5447
+ 1
+ 0
+ 0
+ 0
+
+
+ 5448
+ 1
+ 0
+ 0
+ 0
+
+
+ 5449
+ 1
+ 0
+ 0
+ 0
+
+
+ 5450
+ 1
+ 0
+ 0
+ 0
+
+
+ 5451
+ 1
+ 0
+ 0
+ 0
+
+
+ 5452
+ 1
+ 0
+ 0
+ 0
+
+
+ 5453
+ 1
+ 0
+ 0
+ 0
+
+
+ 5454
+ 1
+ 0
+ 0
+ 0
+
+
+ 5455
+ 1
+ 0
+ 0
+ 0
+
+
+ 5456
+ 1
+ 0
+ 0
+ 0
+
+
+ 5457
+ 1
+ 0
+ 0
+ 0
+
+
+ 5458
+ 1
+ 0
+ 0
+ 0
+
+
+ 5459
+ 1
+ 0
+ 0
+ 0
+
+
+ 5460
+ 1
+ 0
+ 0
+ 0
+
+
+ 5461
+ 1
+ 0
+ 0
+ 0
+
+
+ 5462
+ 1
+ 0
+ 0
+ 0
+
+
+ 5463
+ 1
+ 0
+ 0
+ 0
+
+
+ 5464
+ 1
+ 0
+ 0
+ 0
+
+
+ 5465
+ 1
+ 0
+ 0
+ 0
+
+
+ 5466
+ 1
+ 0
+ 0
+ 0
+
+
+ 5467
+ 1
+ 0
+ 0
+ 0
+
+
+ 5468
+ 1
+ 0
+ 0
+ 0
+
+
+ 5469
+ 1
+ 0
+ 0
+ 0
+
+
+ 5470
+ 1
+ 0
+ 0
+ 0
+
+
+ 5471
+ 1
+ 0
+ 0
+ 0
+
+
+ 5472
+ 1
+ 0
+ 0
+ 0
+
+
+ 5473
+ 1
+ 0
+ 0
+ 0
+
+
+ 5474
+ 1
+ 0
+ 0
+ 0
+
+
+ 5475
+ 1
+ 0
+ 0
+ 0
+
+
+ 5476
+ 1
+ 0
+ 0
+ 0
+
+
+ 5477
+ 1
+ 0
+ 0
+ 0
+
+
+ 5478
+ 1
+ 0
+ 0
+ 0
+
+
+ 5479
+ 1
+ 0
+ 0
+ 0
+
+
+ 5480
+ 1
+ 0
+ 0
+ 0
+
+
+ 5481
+ 1
+ 0
+ 0
+ 0
+
+
+ 5482
+ 1
+ 0
+ 0
+ 0
+
+
+ 5483
+ 1
+ 0
+ 0
+ 0
+
+
+ 5484
+ 1
+ 0
+ 0
+ 0
+
+
+ 5485
+ 1
+ 0
+ 0
+ 0
+
+
+ 5486
+ 1
+ 0
+ 0
+ 0
+
+
+ 5487
+ 1
+ 0
+ 0
+ 0
+
+
+ 5488
+ 1
+ 0
+ 0
+ 0
+
+
+ 5489
+ 1
+ 0
+ 0
+ 0
+
+
+ 5490
+ 1
+ 0
+ 0
+ 0
+
+
+ 5491
+ 1
+ 0
+ 0
+ 0
+
+
+ 5492
+ 1
+ 0
+ 0
+ 0
+
+
+ 5493
+ 1
+ 0
+ 0
+ 0
+
+
+ 5494
+ 1
+ 0
+ 0
+ 0
+
+
+ 5495
+ 1
+ 0
+ 0
+ 0
+
+
+ 5496
+ 1
+ 0
+ 0
+ 0
+
+
+ 5497
+ 1
+ 0
+ 0
+ 0
+
+
+ 5498
+ 1
+ 0
+ 0
+ 0
+
+
+ 5499
+ 1
+ 0
+ 0
+ 0
+
+
+ 5500
+ 1
+ 0
+ 0
+ 0
+
+
+ 5501
+ 1
+ 0
+ 0
+ 0
+
+
+ 5502
+ 1
+ 0
+ 0
+ 0
+
+
+ 5503
+ 1
+ 0
+ 0
+ 0
+
+
+ 5504
+ 17
+ 0
+ 0
+ 0
+
+
+ 5505
+ 17
+ 0
+ 0
+ 0
+
+
+ 5506
+ 1
+ 0
+ 0
+ 0
+
+
+ 5507
+ 1
+ 0
+ 0
+ 0
+
+
+ 5508
+ 1
+ 0
+ 0
+ 0
+
+
+ 5509
+ 150
+ 0
+ 0
+ 0
+
+
+ 5510
+ 300
+ 0
+ 0
+ 0
+
+
+ 5511
+ 300
+ 0
+ 0
+ 0
+
+
+ 5512
+ 600
+ 0
+ 0
+ 0
+
+
+ 5513
+ 600
+ 0
+ 0
+ 0
+
+
+ 5514
+ 1200
+ 0
+ 0
+ 0
+
+
+ 5515
+ 1200
+ 0
+ 0
+ 0
+
+
+ 5516
+ 500
+ 0
+ 0
+ 0
+
+
+ 5517
+ 500
+ 0
+ 0
+ 0
+
+
+ 5518
+ 1
+ 0
+ 0
+ 0
+
+
+ 5519
+ 1
+ 0
+ 0
+ 0
+
+
+ 5520
+ 10
+ 0
+ 0
+ 0
+
+
+ 5521
+ 1425
+ 0
+ 0
+ 0
+
+
+ 5522
+ 1425
+ 0
+ 0
+ 0
+
+
+ 5523
+ 100
+ 0
+ 0
+ 0
+
+
+ 5524
+ 100
+ 0
+ 0
+ 0
+
+
+ 5525
+ 100
+ 0
+ 0
+ 0
+
+
+ 5526
+ 100
+ 0
+ 0
+ 0
+
+
+ 5527
+ 100
+ 0
+ 0
+ 0
+
+
+ 5528
+ 100
+ 0
+ 0
+ 0
+
+
+ 5529
+ 100
+ 0
+ 0
+ 0
+
+
+ 5530
+ 100
+ 0
+ 0
+ 0
+
+
+ 5531
+ 100
+ 0
+ 0
+ 0
+
+
+ 5532
+ 100
+ 0
+ 0
+ 0
+
+
+ 5533
+ 100
+ 0
+ 0
+ 0
+
+
+ 5534
+ 100
+ 0
+ 0
+ 0
+
+
+ 5535
+ 100
+ 0
+ 0
+ 0
+
+
+ 5536
+ 100
+ 0
+ 0
+ 0
+
+
+ 5537
+ 100
+ 0
+ 0
+ 0
+
+
+ 5538
+ 100
+ 0
+ 0
+ 0
+
+
+ 5539
+ 100
+ 0
+ 0
+ 0
+
+
+ 5540
+ 100
+ 0
+ 0
+ 0
+
+
+ 5541
+ 100
+ 0
+ 0
+ 0
+
+
+ 5542
+ 100
+ 0
+ 0
+ 0
+
+
+ 5543
+ 100
+ 0
+ 0
+ 0
+
+
+ 5544
+ 100
+ 0
+ 0
+ 0
+
+
+ 5545
+ 100
+ 0
+ 0
+ 0
+
+
+ 5546
+ 100
+ 0
+ 0
+ 0
+
+
+ 5547
+ 100
+ 0
+ 0
+ 0
+
+
+ 5548
+ 100
+ 0
+ 0
+ 0
+
+
+ 5549
+ 100
+ 0
+ 0
+ 0
+
+
+ 5550
+ 100
+ 0
+ 0
+ 0
+
+
+ 5551
+ 100
+ 0
+ 0
+ 0
+
+
+ 5552
+ 100
+ 0
+ 0
+ 0
+
+
+ 5553
+ 625
+ 0
+ 0
+ 0
+
+
+ 5554
+ 375
+ 0
+ 0
+ 0
+
+
+ 5555
+ 500
+ 0
+ 0
+ 0
+
+
+ 5556
+ 250
+ 0
+ 0
+ 0
+
+
+ 5557
+ 250
+ 0
+ 0
+ 0
+
+
+ 5558
+ 50
+ 0
+ 0
+ 0
+
+
+ 5559
+ 1
+ 0
+ 0
+ 0
+
+
+ 5560
+ 10
+ 0
+ 0
+ 0
+
+
+ 5561
+ 1
+ 0
+ 0
+ 0
+
+
+ 5562
+ 1
+ 0
+ 0
+ 0
+
+
+ 5563
+ 1
+ 0
+ 0
+ 0
+
+
+ 5564
+ 1
+ 0
+ 0
+ 0
+
+
+ 5565
+ 1
+ 0
+ 0
+ 0
+
+
+ 5566
+ 1
+ 0
+ 0
+ 0
+
+
+ 5567
+ 1
+ 0
+ 0
+ 0
+
+
+ 5568
+ 1
+ 0
+ 0
+ 0
+
+
+ 5569
+ 1
+ 0
+ 0
+ 0
+
+
+ 5570
+ 1
+ 0
+ 0
+ 0
+
+
+ 5571
+ 1
+ 0
+ 0
+ 0
+
+
+ 5572
+ 1
+ 0
+ 0
+ 0
+
+
+ 5573
+ 1
+ 0
+ 0
+ 0
+
+
+ 5574
+ 6000
+ 0
+ 0
+ 0
+
+
+ 5575
+ 10000
+ 0
+ 0
+ 0
+
+
+ 5576
+ 8000
+ 0
+ 0
+ 0
+
+
+ 5577
+ 1
+ 0
+ 0
+ 0
+
+
+ 5578
+ 1
+ 0
+ 0
+ 0
+
+
+ 5579
+ 1
+ 0
+ 0
+ 0
+
+
+ 5580
+ 1
+ 0
+ 0
+ 0
+
+
+ 5581
+ 1
+ 0
+ 0
+ 0
+
+
+ 5582
+ 1
+ 0
+ 0
+ 0
+
+
+ 5583
+ 1
+ 0
+ 0
+ 0
+
+
+ 5584
+ 1
+ 0
+ 0
+ 0
+
+
+ 5585
+ 1
+ 0
+ 0
+ 0
+
+
+ 5586
+ 1
+ 0
+ 0
+ 0
+
+
+ 5587
+ 1
+ 0
+ 0
+ 0
+
+
+ 5588
+ 1
+ 0
+ 0
+ 0
+
+
+ 5589
+ 1
+ 0
+ 0
+ 0
+
+
+ 5590
+ 1
+ 0
+ 0
+ 0
+
+
+ 5591
+ 1
+ 0
+ 0
+ 0
+
+
+ 5592
+ 10
+ 0
+ 0
+ 0
+
+
+ 5593
+ 20
+ 0
+ 0
+ 0
+
+
+ 5594
+ 20
+ 0
+ 0
+ 0
+
+
+ 5595
+ 20
+ 0
+ 0
+ 0
+
+
+ 5596
+ 20
+ 0
+ 0
+ 0
+
+
+ 5597
+ 20
+ 0
+ 0
+ 0
+
+
+ 5598
+ 20
+ 0
+ 0
+ 0
+
+
+ 5599
+ 20
+ 0
+ 0
+ 0
+
+
+ 5600
+ 20
+ 0
+ 0
+ 0
+
+
+ 5601
+ 1
+ 0
+ 0
+ 0
+
+
+ 5602
+ 20
+ 0
+ 0
+ 0
+
+
+ 5603
+ 1
+ 0
+ 0
+ 0
+
+
+ 5604
+ 3
+ 0
+ 0
+ 0
+
+
+ 5605
+ 6
+ 0
+ 0
+ 0
+
+
+ 5606
+ 1
+ 0
+ 0
+ 0
+
+
+ 5607
+ 1
+ 0
+ 0
+ 0
+
+
+ 5608
+ 1
+ 0
+ 0
+ 0
+
+
+ 5609
+ 1
+ 0
+ 0
+ 0
+
+
+ 5610
+ 1
+ 0
+ 0
+ 0
+
+
+ 5611
+ 6000
+ 0
+ 0
+ 0
+
+
+ 5612
+ 10000
+ 0
+ 0
+ 0
+
+
+ 5613
+ 8000
+ 0
+ 0
+ 0
+
+
+ 5614
+ 1
+ 0
+ 0
+ 0
+
+
+ 5615
+ 1
+ 0
+ 0
+ 0
+
+
+ 5616
+ 1
+ 0
+ 0
+ 0
+
+
+ 5617
+ 3
+ 0
+ 0
+ 0
+
+
+ 5618
+ 12
+ 0
+ 0
+ 0
+
+
+ 5619
+ 32
+ 0
+ 0
+ 0
+
+
+ 5620
+ 80
+ 0
+ 0
+ 0
+
+
+ 5621
+ 400
+ 0
+ 0
+ 0
+
+
+ 5622
+ 1
+ 0
+ 0
+ 0
+
+
+ 5623
+ 3
+ 0
+ 0
+ 0
+
+
+ 5624
+ 12
+ 0
+ 0
+ 0
+
+
+ 5625
+ 32
+ 0
+ 0
+ 0
+
+
+ 5626
+ 80
+ 0
+ 0
+ 0
+
+
+ 5627
+ 400
+ 0
+ 0
+ 0
+
+
+ 5628
+ 1
+ 0
+ 0
+ 0
+
+
+ 5629
+ 2
+ 0
+ 0
+ 0
+
+
+ 5630
+ 10
+ 0
+ 0
+ 0
+
+
+ 5631
+ 18
+ 0
+ 0
+ 0
+
+
+ 5632
+ 25
+ 0
+ 0
+ 0
+
+
+ 5633
+ 65
+ 0
+ 0
+ 0
+
+
+ 5634
+ 350
+ 0
+ 0
+ 0
+
+
+ 5635
+ 1
+ 0
+ 0
+ 0
+
+
+ 5636
+ 2
+ 0
+ 0
+ 0
+
+
+ 5637
+ 10
+ 0
+ 0
+ 0
+
+
+ 5638
+ 18
+ 0
+ 0
+ 0
+
+
+ 5639
+ 25
+ 0
+ 0
+ 0
+
+
+ 5640
+ 65
+ 0
+ 0
+ 0
+
+
+ 5641
+ 350
+ 0
+ 0
+ 0
+
+
+ 5642
+ 4
+ 0
+ 0
+ 0
+
+
+ 5643
+ 6
+ 0
+ 0
+ 0
+
+
+ 5644
+ 24
+ 0
+ 0
+ 0
+
+
+ 5645
+ 64
+ 0
+ 0
+ 0
+
+
+ 5646
+ 160
+ 0
+ 0
+ 0
+
+
+ 5647
+ 400
+ 0
+ 0
+ 0
+
+
+ 5648
+ 4
+ 0
+ 0
+ 0
+
+
+ 5649
+ 6
+ 0
+ 0
+ 0
+
+
+ 5650
+ 24
+ 0
+ 0
+ 0
+
+
+ 5651
+ 64
+ 0
+ 0
+ 0
+
+
+ 5652
+ 160
+ 0
+ 0
+ 0
+
+
+ 5653
+ 400
+ 0
+ 0
+ 0
+
+
+ 5654
+ 1
+ 0
+ 0
+ 0
+
+
+ 5655
+ 3
+ 0
+ 0
+ 0
+
+
+ 5656
+ 10
+ 0
+ 0
+ 0
+
+
+ 5657
+ 27
+ 0
+ 0
+ 0
+
+
+ 5658
+ 18
+ 0
+ 0
+ 0
+
+
+ 5659
+ 66
+ 0
+ 0
+ 0
+
+
+ 5660
+ 166
+ 0
+ 0
+ 0
+
+
+ 5661
+ 1
+ 0
+ 0
+ 0
+
+
+ 5662
+ 3
+ 0
+ 0
+ 0
+
+
+ 5663
+ 10
+ 0
+ 0
+ 0
+
+
+ 5664
+ 27
+ 0
+ 0
+ 0
+
+
+ 5665
+ 18
+ 0
+ 0
+ 0
+
+
+ 5666
+ 66
+ 0
+ 0
+ 0
+
+
+ 5667
+ 166
+ 0
+ 0
+ 0
+
+
+ 5668
+ 35
+ 0
+ 0
+ 0
+
+
+ 5669
+ 35
+ 0
+ 0
+ 0
+
+
+ 5670
+ 10
+ 0
+ 0
+ 0
+
+
+ 5671
+ 10
+ 0
+ 0
+ 0
+
+
+ 5672
+ 125
+ 0
+ 0
+ 0
+
+
+ 5673
+ 125
+ 0
+ 0
+ 0
+
+
+ 5674
+ 325
+ 0
+ 0
+ 0
+
+
+ 5675
+ 325
+ 0
+ 0
+ 0
+
+
+ 5676
+ 800
+ 0
+ 0
+ 0
+
+
+ 5677
+ 800
+ 0
+ 0
+ 0
+
+
+ 5678
+ 8000
+ 0
+ 0
+ 0
+
+
+ 5679
+ 8000
+ 0
+ 0
+ 0
+
+
+ 5680
+ 24000
+ 0
+ 0
+ 0
+
+
+ 5681
+ 24000
+ 0
+ 0
+ 0
+
+
+ 5682
+ 240
+ 0
+ 0
+ 0
+
+
+ 5683
+ 240
+ 0
+ 0
+ 0
+
+
+ 5684
+ 565
+ 0
+ 0
+ 0
+
+
+ 5685
+ 565
+ 0
+ 0
+ 0
+
+
+ 5686
+ 35
+ 0
+ 0
+ 0
+
+
+ 5687
+ 35
+ 0
+ 0
+ 0
+
+
+ 5688
+ 10
+ 0
+ 0
+ 0
+
+
+ 5689
+ 10
+ 0
+ 0
+ 0
+
+
+ 5690
+ 125
+ 0
+ 0
+ 0
+
+
+ 5691
+ 125
+ 0
+ 0
+ 0
+
+
+ 5692
+ 325
+ 0
+ 0
+ 0
+
+
+ 5693
+ 325
+ 0
+ 0
+ 0
+
+
+ 5694
+ 800
+ 0
+ 0
+ 0
+
+
+ 5695
+ 800
+ 0
+ 0
+ 0
+
+
+ 5696
+ 8000
+ 0
+ 0
+ 0
+
+
+ 5697
+ 8000
+ 0
+ 0
+ 0
+
+
+ 5698
+ 24000
+ 0
+ 0
+ 0
+
+
+ 5699
+ 24000
+ 0
+ 0
+ 0
+
+
+ 5700
+ 240
+ 0
+ 0
+ 0
+
+
+ 5701
+ 240
+ 0
+ 0
+ 0
+
+
+ 5702
+ 565
+ 0
+ 0
+ 0
+
+
+ 5703
+ 565
+ 0
+ 0
+ 0
+
+
+ 5704
+ 26
+ 0
+ 0
+ 0
+
+
+ 5705
+ 26
+ 0
+ 0
+ 0
+
+
+ 5706
+ 91
+ 0
+ 0
+ 0
+
+
+ 5707
+ 91
+ 0
+ 0
+ 0
+
+
+ 5708
+ 325
+ 0
+ 0
+ 0
+
+
+ 5709
+ 325
+ 0
+ 0
+ 0
+
+
+ 5710
+ 845
+ 0
+ 0
+ 0
+
+
+ 5711
+ 845
+ 0
+ 0
+ 0
+
+
+ 5712
+ 2080
+ 0
+ 0
+ 0
+
+
+ 5713
+ 2080
+ 0
+ 0
+ 0
+
+
+ 5714
+ 20800
+ 0
+ 0
+ 0
+
+
+ 5715
+ 20800
+ 0
+ 0
+ 0
+
+
+ 5716
+ 62400
+ 0
+ 0
+ 0
+
+
+ 5717
+ 62400
+ 0
+ 0
+ 0
+
+
+ 5718
+ 26
+ 0
+ 0
+ 0
+
+
+ 5719
+ 26
+ 0
+ 0
+ 0
+
+
+ 5720
+ 91
+ 0
+ 0
+ 0
+
+
+ 5721
+ 91
+ 0
+ 0
+ 0
+
+
+ 5722
+ 325
+ 0
+ 0
+ 0
+
+
+ 5723
+ 325
+ 0
+ 0
+ 0
+
+
+ 5724
+ 845
+ 0
+ 0
+ 0
+
+
+ 5725
+ 845
+ 0
+ 0
+ 0
+
+
+ 5726
+ 2080
+ 0
+ 0
+ 0
+
+
+ 5727
+ 2080
+ 0
+ 0
+ 0
+
+
+ 5728
+ 20800
+ 0
+ 0
+ 0
+
+
+ 5729
+ 20800
+ 0
+ 0
+ 0
+
+
+ 5730
+ 62400
+ 0
+ 0
+ 0
+
+
+ 5731
+ 62400
+ 0
+ 0
+ 0
+
+
+ 5732
+ 1
+ 0
+ 0
+ 0
+
+
+ 5733
+ 1
+ 0
+ 0
+ 0
+
+
+ 5734
+ 750
+ 0
+ 0
+ 0
+
+
+ 5735
+ 750
+ 0
+ 0
+ 0
+
+
+ 5736
+ 750
+ 0
+ 0
+ 0
+
+
+ 5737
+ 750
+ 0
+ 0
+ 0
+
+
+ 5738
+ 1
+ 0
+ 0
+ 0
+
+
+ 5739
+ 2
+ 0
+ 0
+ 0
+
+
+ 5740
+ 2
+ 0
+ 0
+ 0
+
+
+ 5741
+ 2
+ 0
+ 0
+ 0
+
+
+ 5742
+ 2
+ 0
+ 0
+ 0
+
+
+ 5743
+ 2
+ 0
+ 0
+ 0
+
+
+ 5744
+ 2
+ 0
+ 0
+ 0
+
+
+ 5745
+ 2
+ 0
+ 0
+ 0
+
+
+ 5746
+ 2
+ 0
+ 0
+ 0
+
+
+ 5747
+ 2
+ 0
+ 0
+ 0
+
+
+ 5748
+ 2
+ 0
+ 0
+ 0
+
+
+ 5749
+ 5
+ 0
+ 0
+ 0
+
+
+ 5750
+ 5
+ 0
+ 0
+ 0
+
+
+ 5751
+ 2
+ 0
+ 0
+ 0
+
+
+ 5752
+ 2
+ 0
+ 0
+ 0
+
+
+ 5753
+ 2
+ 0
+ 0
+ 0
+
+
+ 5754
+ 2
+ 0
+ 0
+ 0
+
+
+ 5755
+ 2
+ 0
+ 0
+ 0
+
+
+ 5756
+ 2
+ 0
+ 0
+ 0
+
+
+ 5757
+ 2
+ 0
+ 0
+ 0
+
+
+ 5758
+ 2
+ 0
+ 0
+ 0
+
+
+ 5759
+ 2
+ 0
+ 0
+ 0
+
+
+ 5760
+ 2
+ 0
+ 0
+ 0
+
+
+ 5761
+ 2
+ 0
+ 0
+ 0
+
+
+ 5762
+ 2
+ 0
+ 0
+ 0
+
+
+ 5763
+ 2
+ 0
+ 0
+ 0
+
+
+ 5764
+ 2
+ 0
+ 0
+ 0
+
+
+ 5765
+ 2
+ 0
+ 0
+ 0
+
+
+ 5766
+ 2
+ 0
+ 0
+ 0
+
+
+ 5767
+ 1
+ 0
+ 0
+ 0
+
+
+ 5768
+ 1
+ 0
+ 0
+ 0
+
+
+ 5769
+ 1
+ 0
+ 0
+ 0
+
+
+ 5770
+ 1
+ 0
+ 0
+ 0
+
+
+ 5771
+ 1
+ 0
+ 0
+ 0
+
+
+ 5772
+ 1
+ 0
+ 0
+ 0
+
+
+ 5773
+ 1
+ 0
+ 0
+ 0
+
+
+ 5774
+ 1
+ 0
+ 0
+ 0
+
+
+ 5775
+ 1
+ 0
+ 0
+ 0
+
+
+ 5776
+ 1
+ 0
+ 0
+ 0
+
+
+ 5777
+ 1
+ 0
+ 0
+ 0
+
+
+ 5778
+ 1
+ 0
+ 0
+ 0
+
+
+ 5779
+ 1
+ 0
+ 0
+ 0
+
+
+ 5780
+ 1
+ 0
+ 0
+ 0
+
+
+ 5781
+ 1
+ 0
+ 0
+ 0
+
+
+ 5782
+ 1
+ 0
+ 0
+ 0
+
+
+ 5783
+ 1
+ 0
+ 0
+ 0
+
+
+ 5784
+ 1
+ 0
+ 0
+ 0
+
+
+ 5785
+ 1
+ 0
+ 0
+ 0
+
+
+ 5786
+ 1
+ 0
+ 0
+ 0
+
+
+ 5787
+ 1
+ 0
+ 0
+ 0
+
+
+ 5788
+ 1
+ 0
+ 0
+ 0
+
+
+ 5789
+ 1
+ 0
+ 0
+ 0
+
+
+ 5790
+ 1
+ 0
+ 0
+ 0
+
+
+ 5791
+ 1
+ 0
+ 0
+ 0
+
+
+ 5792
+ 1
+ 0
+ 0
+ 0
+
+
+ 5793
+ 1
+ 0
+ 0
+ 0
+
+
+ 5794
+ 1
+ 0
+ 0
+ 0
+
+
+ 5795
+ 1
+ 0
+ 0
+ 0
+
+
+ 5796
+ 1
+ 0
+ 0
+ 0
+
+
+ 5797
+ 1
+ 0
+ 0
+ 0
+
+
+ 5798
+ 1
+ 0
+ 0
+ 0
+
+
+ 5799
+ 1
+ 0
+ 0
+ 0
+
+
+ 5800
+ 1
+ 0
+ 0
+ 0
+
+
+ 5801
+ 1
+ 0
+ 0
+ 0
+
+
+ 5802
+ 1
+ 0
+ 0
+ 0
+
+
+ 5803
+ 1
+ 0
+ 0
+ 0
+
+
+ 5804
+ 1
+ 0
+ 0
+ 0
+
+
+ 5805
+ 1
+ 0
+ 0
+ 0
+
+
+ 5806
+ 1
+ 0
+ 0
+ 0
+
+
+ 5807
+ 1
+ 0
+ 0
+ 0
+
+
+ 5808
+ 1
+ 0
+ 0
+ 0
+
+
+ 5809
+ 1
+ 0
+ 0
+ 0
+
+
+ 5810
+ 1
+ 0
+ 0
+ 0
+
+
+ 5811
+ 1
+ 0
+ 0
+ 0
+
+
+ 5812
+ 1
+ 0
+ 0
+ 0
+
+
+ 5813
+ 1
+ 0
+ 0
+ 0
+
+
+ 5814
+ 1
+ 0
+ 0
+ 0
+
+
+ 5815
+ 1
+ 0
+ 0
+ 0
+
+
+ 5816
+ 1
+ 0
+ 0
+ 0
+
+
+ 5817
+ 1
+ 0
+ 0
+ 0
+
+
+ 5818
+ 1
+ 0
+ 0
+ 0
+
+
+ 5819
+ 1
+ 0
+ 0
+ 0
+
+
+ 5820
+ 1
+ 0
+ 0
+ 0
+
+
+ 5821
+ 1
+ 0
+ 0
+ 0
+
+
+ 5822
+ 1
+ 0
+ 0
+ 0
+
+
+ 5823
+ 1
+ 0
+ 0
+ 0
+
+
+ 5824
+ 1
+ 0
+ 0
+ 0
+
+
+ 5825
+ 1
+ 0
+ 0
+ 0
+
+
+ 5826
+ 1
+ 0
+ 0
+ 0
+
+
+ 5827
+ 1
+ 0
+ 0
+ 0
+
+
+ 5828
+ 1
+ 0
+ 0
+ 0
+
+
+ 5829
+ 1
+ 0
+ 0
+ 0
+
+
+ 5830
+ 1
+ 0
+ 0
+ 0
+
+
+ 5831
+ 1
+ 0
+ 0
+ 0
+
+
+ 5832
+ 1
+ 0
+ 0
+ 0
+
+
+ 5833
+ 1
+ 0
+ 0
+ 0
+
+
+ 5834
+ 1
+ 0
+ 0
+ 0
+
+
+ 5835
+ 1
+ 0
+ 0
+ 0
+
+
+ 5836
+ 1
+ 0
+ 0
+ 0
+
+
+ 5837
+ 1
+ 0
+ 0
+ 0
+
+
+ 5838
+ 1
+ 0
+ 0
+ 0
+
+
+ 5839
+ 1
+ 0
+ 0
+ 0
+
+
+ 5840
+ 1
+ 0
+ 0
+ 0
+
+
+ 5841
+ 1
+ 0
+ 0
+ 0
+
+
+ 5842
+ 1
+ 0
+ 0
+ 0
+
+
+ 5843
+ 1
+ 0
+ 0
+ 0
+
+
+ 5844
+ 1
+ 0
+ 0
+ 0
+
+
+ 5845
+ 1
+ 0
+ 0
+ 0
+
+
+ 5846
+ 1
+ 0
+ 0
+ 0
+
+
+ 5847
+ 1
+ 0
+ 0
+ 0
+
+
+ 5848
+ 1
+ 0
+ 0
+ 0
+
+
+ 5849
+ 1
+ 0
+ 0
+ 0
+
+
+ 5850
+ 1
+ 0
+ 0
+ 0
+
+
+ 5851
+ 1
+ 0
+ 0
+ 0
+
+
+ 5852
+ 1
+ 0
+ 0
+ 0
+
+
+ 5853
+ 1
+ 0
+ 0
+ 0
+
+
+ 5854
+ 1
+ 0
+ 0
+ 0
+
+
+ 5855
+ 1
+ 0
+ 0
+ 0
+
+
+ 5856
+ 1
+ 0
+ 0
+ 0
+
+
+ 5857
+ 1
+ 0
+ 0
+ 0
+
+
+ 5858
+ 1
+ 0
+ 0
+ 0
+
+
+ 5859
+ 1
+ 0
+ 0
+ 0
+
+
+ 5860
+ 1
+ 0
+ 0
+ 0
+
+
+ 5861
+ 1
+ 0
+ 0
+ 0
+
+
+ 5862
+ 1
+ 0
+ 0
+ 0
+
+
+ 5863
+ 1
+ 0
+ 0
+ 0
+
+
+ 5864
+ 1
+ 0
+ 0
+ 0
+
+
+ 5865
+ 1
+ 0
+ 0
+ 0
+
+
+ 5866
+ 1
+ 0
+ 0
+ 0
+
+
+ 5867
+ 1
+ 0
+ 0
+ 0
+
+
+ 5868
+ 1
+ 0
+ 0
+ 0
+
+
+ 5869
+ 1
+ 0
+ 0
+ 0
+
+
+ 5870
+ 1
+ 0
+ 0
+ 0
+
+
+ 5871
+ 1
+ 0
+ 0
+ 0
+
+
+ 5872
+ 1
+ 0
+ 0
+ 0
+
+
+ 5873
+ 1
+ 0
+ 0
+ 0
+
+
+ 5874
+ 1
+ 0
+ 0
+ 0
+
+
+ 5875
+ 1
+ 0
+ 0
+ 0
+
+
+ 5876
+ 1
+ 0
+ 0
+ 0
+
+
+ 5877
+ 1
+ 0
+ 0
+ 0
+
+
+ 5878
+ 1
+ 0
+ 0
+ 0
+
+
+ 5879
+ 1
+ 0
+ 0
+ 0
+
+
+ 5880
+ 1
+ 0
+ 0
+ 0
+
+
+ 5881
+ 1
+ 0
+ 0
+ 0
+
+
+ 5882
+ 1
+ 0
+ 0
+ 0
+
+
+ 5883
+ 1
+ 0
+ 0
+ 0
+
+
+ 5884
+ 1
+ 0
+ 0
+ 0
+
+
+ 5885
+ 1
+ 0
+ 0
+ 0
+
+
+ 5886
+ 1
+ 0
+ 0
+ 0
+
+
+ 5887
+ 1
+ 0
+ 0
+ 0
+
+
+ 5888
+ 1
+ 0
+ 0
+ 0
+
+
+ 5889
+ 1
+ 0
+ 0
+ 0
+
+
+ 5890
+ 1
+ 0
+ 0
+ 0
+
+
+ 5891
+ 1
+ 0
+ 0
+ 0
+
+
+ 5892
+ 1
+ 0
+ 0
+ 0
+
+
+ 5893
+ 1
+ 0
+ 0
+ 0
+
+
+ 5894
+ 1
+ 0
+ 0
+ 0
+
+
+ 5895
+ 1
+ 0
+ 0
+ 0
+
+
+ 5896
+ 1
+ 0
+ 0
+ 0
+
+
+ 5897
+ 1
+ 0
+ 0
+ 0
+
+
+ 5898
+ 1
+ 0
+ 0
+ 0
+
+
+ 5899
+ 1
+ 0
+ 0
+ 0
+
+
+ 5900
+ 1
+ 0
+ 0
+ 0
+
+
+ 5901
+ 1
+ 0
+ 0
+ 0
+
+
+ 5902
+ 1
+ 0
+ 0
+ 0
+
+
+ 5903
+ 1
+ 0
+ 0
+ 0
+
+
+ 5904
+ 1
+ 0
+ 0
+ 0
+
+
+ 5905
+ 1
+ 0
+ 0
+ 0
+
+
+ 5906
+ 1
+ 0
+ 0
+ 0
+
+
+ 5907
+ 1
+ 0
+ 0
+ 0
+
+
+ 5908
+ 1
+ 0
+ 0
+ 0
+
+
+ 5909
+ 1
+ 0
+ 0
+ 0
+
+
+ 5910
+ 1
+ 0
+ 0
+ 0
+
+
+ 5911
+ 1
+ 0
+ 0
+ 0
+
+
+ 5912
+ 1
+ 0
+ 0
+ 0
+
+
+ 5913
+ 1
+ 0
+ 0
+ 0
+
+
+ 5914
+ 1
+ 0
+ 0
+ 0
+
+
+ 5915
+ 1
+ 0
+ 0
+ 0
+
+
+ 5916
+ 1
+ 0
+ 0
+ 0
+
+
+ 5917
+ 1
+ 0
+ 0
+ 0
+
+
+ 5918
+ 1
+ 0
+ 0
+ 0
+
+
+ 5919
+ 1
+ 0
+ 0
+ 0
+
+
+ 5920
+ 1
+ 0
+ 0
+ 0
+
+
+ 5921
+ 1
+ 0
+ 0
+ 0
+
+
+ 5922
+ 1
+ 0
+ 0
+ 0
+
+
+ 5923
+ 1
+ 0
+ 0
+ 0
+
+
+ 5924
+ 1
+ 0
+ 0
+ 0
+
+
+ 5925
+ 1
+ 0
+ 0
+ 0
+
+
+ 5926
+ 1
+ 0
+ 0
+ 0
+
+
+ 5927
+ 1
+ 0
+ 0
+ 0
+
+
+ 5928
+ 1
+ 0
+ 0
+ 0
+
+
+ 5929
+ 1
+ 0
+ 0
+ 0
+
+
+ 5930
+ 1
+ 0
+ 0
+ 0
+
+
+ 5931
+ 6
+ 0
+ 0
+ 0
+
+
+ 5932
+ 6
+ 0
+ 0
+ 0
+
+
+ 5933
+ 2
+ 0
+ 0
+ 0
+
+
+ 5934
+ 2
+ 0
+ 0
+ 0
+
+
+ 5935
+ 1
+ 0
+ 0
+ 0
+
+
+ 5936
+ 1
+ 0
+ 0
+ 0
+
+
+ 5937
+ 288
+ 0
+ 0
+ 0
+
+
+ 5938
+ 288
+ 0
+ 0
+ 0
+
+
+ 5939
+ 14
+ 0
+ 0
+ 0
+
+
+ 5940
+ 432
+ 0
+ 0
+ 0
+
+
+ 5941
+ 432
+ 0
+ 0
+ 0
+
+
+ 5942
+ 14
+ 0
+ 0
+ 0
+
+
+ 5943
+ 360
+ 0
+ 0
+ 0
+
+
+ 5944
+ 360
+ 0
+ 0
+ 0
+
+
+ 5945
+ 288
+ 0
+ 0
+ 0
+
+
+ 5946
+ 288
+ 0
+ 0
+ 0
+
+
+ 5947
+ 216
+ 0
+ 0
+ 0
+
+
+ 5948
+ 216
+ 0
+ 0
+ 0
+
+
+ 5949
+ 144
+ 0
+ 0
+ 0
+
+
+ 5950
+ 144
+ 0
+ 0
+ 0
+
+
+ 5951
+ 14
+ 0
+ 0
+ 0
+
+
+ 5952
+ 360
+ 0
+ 0
+ 0
+
+
+ 5953
+ 360
+ 0
+ 0
+ 0
+
+
+ 5954
+ 288
+ 0
+ 0
+ 0
+
+
+ 5955
+ 288
+ 0
+ 0
+ 0
+
+
+ 5956
+ 216
+ 0
+ 0
+ 0
+
+
+ 5957
+ 216
+ 0
+ 0
+ 0
+
+
+ 5958
+ 144
+ 0
+ 0
+ 0
+
+
+ 5959
+ 144
+ 0
+ 0
+ 0
+
+
+ 5960
+ 1
+ 0
+ 0
+ 0
+
+
+ 5961
+ 1
+ 0
+ 0
+ 0
+
+
+ 5962
+ 1
+ 0
+ 0
+ 0
+
+
+ 5963
+ 1
+ 0
+ 0
+ 0
+
+
+ 5964
+ 1
+ 0
+ 0
+ 0
+
+
+ 5965
+ 1
+ 0
+ 0
+ 0
+
+
+ 5966
+ 1
+ 0
+ 0
+ 0
+
+
+ 5967
+ 1
+ 0
+ 0
+ 0
+
+
+ 5968
+ 1
+ 0
+ 0
+ 0
+
+
+ 5969
+ 1
+ 0
+ 0
+ 0
+
+
+ 5970
+ 19
+ 0
+ 0
+ 0
+
+
+ 5971
+ 19
+ 0
+ 0
+ 0
+
+
+ 5972
+ 64
+ 0
+ 0
+ 0
+
+
+ 5973
+ 64
+ 0
+ 0
+ 0
+
+
+ 5974
+ 87
+ 0
+ 0
+ 0
+
+
+ 5975
+ 87
+ 0
+ 0
+ 0
+
+
+ 5976
+ 87
+ 0
+ 0
+ 0
+
+
+ 5977
+ 87
+ 0
+ 0
+ 0
+
+
+ 5978
+ 1
+ 0
+ 0
+ 0
+
+
+ 5979
+ 1
+ 0
+ 0
+ 0
+
+
+ 5980
+ 54
+ 0
+ 0
+ 0
+
+
+ 5981
+ 54
+ 0
+ 0
+ 0
+
+
+ 5982
+ 48
+ 0
+ 0
+ 0
+
+
+ 5983
+ 48
+ 0
+ 0
+ 0
+
+
+ 5984
+ 16
+ 0
+ 0
+ 0
+
+
+ 5985
+ 16
+ 0
+ 0
+ 0
+
+
+ 5986
+ 9
+ 0
+ 0
+ 0
+
+
+ 5987
+ 9
+ 0
+ 0
+ 0
+
+
+ 5988
+ 9
+ 0
+ 0
+ 0
+
+
+ 5989
+ 9
+ 0
+ 0
+ 0
+
+
+ 5990
+ 1
+ 0
+ 0
+ 0
+
+
+ 5991
+ 1
+ 0
+ 0
+ 0
+
+
+ 5992
+ 13
+ 0
+ 0
+ 0
+
+
+ 5993
+ 13
+ 0
+ 0
+ 0
+
+
+ 5994
+ 4
+ 0
+ 0
+ 0
+
+
+ 5995
+ 4
+ 0
+ 0
+ 0
+
+
+ 5996
+ 5
+ 0
+ 0
+ 0
+
+
+ 5997
+ 5
+ 0
+ 0
+ 0
+
+
+ 5998
+ 7
+ 0
+ 0
+ 0
+
+
+ 5999
+ 7
+ 0
+ 0
+ 0
+
+
+ 6000
+ 10
+ 0
+ 0
+ 0
+
+
+ 6001
+ 10
+ 0
+ 0
+ 0
+
+
+ 6002
+ 15
+ 0
+ 0
+ 0
+
+
+ 6003
+ 15
+ 0
+ 0
+ 0
+
+
+ 6004
+ 38
+ 0
+ 0
+ 0
+
+
+ 6005
+ 38
+ 0
+ 0
+ 0
+
+
+ 6006
+ 4
+ 0
+ 0
+ 0
+
+
+ 6007
+ 4
+ 0
+ 0
+ 0
+
+
+ 6008
+ 4
+ 0
+ 0
+ 0
+
+
+ 6009
+ 4
+ 0
+ 0
+ 0
+
+
+ 6010
+ 1
+ 0
+ 0
+ 0
+
+
+ 6011
+ 1
+ 0
+ 0
+ 0
+
+
+ 6012
+ 4
+ 0
+ 0
+ 0
+
+
+ 6013
+ 4
+ 0
+ 0
+ 0
+
+
+ 6014
+ 2
+ 0
+ 0
+ 0
+
+
+ 6015
+ 2
+ 0
+ 0
+ 0
+
+
+ 6016
+ 1
+ 0
+ 0
+ 0
+
+
+ 6017
+ 1
+ 0
+ 0
+ 0
+
+
+ 6018
+ 65
+ 0
+ 0
+ 0
+
+
+ 6019
+ 65
+ 0
+ 0
+ 0
+
+
+ 6020
+ 1
+ 0
+ 0
+ 0
+
+
+ 6021
+ 1
+ 0
+ 0
+ 0
+
+
+ 6022
+ 1
+ 0
+ 0
+ 0
+
+
+ 6023
+ 1
+ 0
+ 0
+ 0
+
+
+ 6024
+ 1
+ 0
+ 0
+ 0
+
+
+ 6025
+ 1
+ 0
+ 0
+ 0
+
+
+ 6026
+ 1
+ 0
+ 0
+ 0
+
+
+ 6027
+ 1
+ 0
+ 0
+ 0
+
+
+ 6028
+ 1
+ 0
+ 0
+ 0
+
+
+ 6029
+ 1
+ 0
+ 0
+ 0
+
+
+ 6030
+ 1
+ 0
+ 0
+ 0
+
+
+ 6031
+ 1
+ 0
+ 0
+ 0
+
+
+ 6032
+ 20
+ 0
+ 0
+ 0
+
+
+ 6033
+ 20
+ 0
+ 0
+ 0
+
+
+ 6034
+ 85
+ 0
+ 0
+ 0
+
+
+ 6035
+ 85
+ 0
+ 0
+ 0
+
+
+ 6036
+ 40
+ 0
+ 0
+ 0
+
+
+ 6037
+ 40
+ 0
+ 0
+ 0
+
+
+ 6038
+ 1
+ 0
+ 0
+ 0
+
+
+ 6039
+ 1
+ 0
+ 0
+ 0
+
+
+ 6040
+ 1
+ 0
+ 0
+ 0
+
+
+ 6041
+ 1
+ 0
+ 0
+ 0
+
+
+ 6042
+ 1
+ 0
+ 0
+ 0
+
+
+ 6043
+ 1
+ 0
+ 0
+ 0
+
+
+ 6044
+ 1
+ 0
+ 0
+ 0
+
+
+ 6045
+ 1
+ 0
+ 0
+ 0
+
+
+ 6046
+ 1
+ 0
+ 0
+ 0
+
+
+ 6047
+ 1
+ 0
+ 0
+ 0
+
+
+ 6048
+ 1
+ 0
+ 0
+ 0
+
+
+ 6049
+ 1
+ 0
+ 0
+ 0
+
+
+ 6050
+ 1
+ 0
+ 0
+ 0
+
+
+ 6051
+ 1
+ 0
+ 0
+ 0
+
+
+ 6052
+ 1
+ 0
+ 0
+ 0
+
+
+ 6053
+ 1
+ 0
+ 0
+ 0
+
+
+ 6054
+ 1
+ 0
+ 0
+ 0
+
+
+ 6055
+ 1
+ 0
+ 0
+ 0
+
+
+ 6056
+ 1
+ 0
+ 0
+ 0
+
+
+ 6057
+ 1
+ 0
+ 0
+ 0
+
+
+ 6058
+ 1
+ 0
+ 0
+ 0
+
+
+ 6059
+ 1
+ 0
+ 0
+ 0
+
+
+ 6060
+ 1
+ 0
+ 0
+ 0
+
+
+ 6061
+ 3
+ 0
+ 0
+ 0
+
+
+ 6062
+ 3
+ 0
+ 0
+ 0
+
+
+ 6063
+ 1
+ 0
+ 0
+ 0
+
+
+ 6064
+ 20
+ 0
+ 0
+ 0
+
+
+ 6065
+ 150
+ 0
+ 0
+ 0
+
+
+ 6066
+ 20
+ 0
+ 0
+ 0
+
+
+ 6067
+ 100
+ 0
+ 0
+ 0
+
+
+ 6068
+ 20
+ 0
+ 0
+ 0
+
+
+ 6069
+ 30
+ 0
+ 0
+ 0
+
+
+ 6070
+ 50
+ 0
+ 0
+ 0
+
+
+ 6071
+ 1
+ 0
+ 0
+ 0
+
+
+ 6072
+ 10
+ 0
+ 0
+ 0
+
+
+ 6073
+ 2
+ 0
+ 0
+ 0
+
+
+ 6074
+ 1
+ 0
+ 0
+ 0
+
+
+ 6075
+ 2
+ 0
+ 0
+ 0
+
+
+ 6076
+ 1
+ 0
+ 0
+ 0
+
+
+ 6077
+ 2
+ 0
+ 0
+ 0
+
+
+ 6078
+ 1
+ 0
+ 0
+ 0
+
+
+ 6079
+ 2
+ 0
+ 0
+ 0
+
+
+ 6080
+ 1
+ 0
+ 0
+ 0
+
+
+ 6081
+ 10
+ 0
+ 0
+ 0
+
+
+ 6082
+ 150
+ 0
+ 0
+ 0
+
+
+ 6083
+ 1
+ 0
+ 0
+ 0
+
+
+ 6084
+ 1
+ 0
+ 0
+ 0
+
+
+ 6085
+ 20
+ 0
+ 0
+ 0
+
+
+ 6086
+ 20
+ 0
+ 0
+ 0
+
+
+ 6087
+ 20
+ 0
+ 0
+ 0
+
+
+ 6088
+ 20
+ 0
+ 0
+ 0
+
+
+ 6089
+ 1
+ 0
+ 0
+ 0
+
+
+ 6090
+ 1
+ 0
+ 0
+ 0
+
+
+ 6091
+ 1
+ 0
+ 0
+ 0
+
+
+ 6092
+ 1
+ 0
+ 0
+ 0
+
+
+ 6093
+ 1
+ 0
+ 0
+ 0
+
+
+ 6094
+ 1
+ 0
+ 0
+ 0
+
+
+ 6095
+ 1
+ 0
+ 0
+ 0
+
+
+ 6096
+ 1
+ 0
+ 0
+ 0
+
+
+ 6097
+ 10
+ 0
+ 0
+ 0
+
+
+ 6098
+ 50
+ 0
+ 0
+ 0
+
+
+ 6099
+ 50
+ 0
+ 0
+ 0
+
+
+ 6100
+ 45
+ 0
+ 0
+ 0
+
+
+ 6101
+ 35
+ 0
+ 0
+ 0
+
+
+ 6102
+ 15
+ 0
+ 0
+ 0
+
+
+ 6103
+ 1
+ 0
+ 0
+ 0
+
+
+ 6104
+ 1
+ 0
+ 0
+ 0
+
+
+ 6105
+ 1
+ 0
+ 0
+ 0
+
+
+ 6106
+ 300
+ 0
+ 0
+ 0
+
+
+ 6107
+ 300
+ 0
+ 0
+ 0
+
+
+ 6108
+ 300
+ 0
+ 0
+ 0
+
+
+ 6109
+ 300
+ 0
+ 0
+ 0
+
+
+ 6110
+ 300
+ 0
+ 0
+ 0
+
+
+ 6111
+ 250
+ 0
+ 0
+ 0
+
+
+ 6112
+ 2
+ 0
+ 0
+ 0
+
+
+ 6113
+ 4
+ 0
+ 0
+ 0
+
+
+ 6114
+ 1
+ 0
+ 0
+ 0
+
+
+ 6115
+ 1
+ 0
+ 0
+ 0
+
+
+ 6116
+ 1
+ 0
+ 0
+ 0
+
+
+ 6117
+ 1
+ 0
+ 0
+ 0
+
+
+ 6118
+ 2
+ 0
+ 0
+ 0
+
+
+ 6119
+ 1
+ 0
+ 0
+ 0
+
+
+ 6120
+ 1
+ 0
+ 0
+ 0
+
+
+ 6121
+ 1
+ 0
+ 0
+ 0
+
+
+ 6122
+ 1
+ 0
+ 0
+ 0
+
+
+ 6123
+ 1
+ 0
+ 0
+ 0
+
+
+ 6124
+ 1
+ 0
+ 0
+ 0
+
+
+ 6125
+ 1000
+ 0
+ 0
+ 0
+
+
+ 6126
+ 1000
+ 0
+ 0
+ 0
+
+
+ 6127
+ 1000
+ 0
+ 0
+ 0
+
+
+ 6128
+ 35200
+ 0
+ 0
+ 0
+
+
+ 6129
+ 65000
+ 0
+ 0
+ 0
+
+
+ 6130
+ 64000
+ 0
+ 0
+ 0
+
+
+ 6131
+ 60000
+ 0
+ 0
+ 0
+
+
+ 6132
+ 60000
+ 0
+ 0
+ 0
+
+
+ 6133
+ 7800
+ 0
+ 0
+ 0
+
+
+ 6134
+ 7800
+ 0
+ 0
+ 0
+
+
+ 6135
+ 3900
+ 0
+ 0
+ 0
+
+
+ 6136
+ 3900
+ 0
+ 0
+ 0
+
+
+ 6137
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6138
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6139
+ 45000
+ 0
+ 0
+ 0
+
+
+ 6140
+ 45000
+ 0
+ 0
+ 0
+
+
+ 6141
+ 40000
+ 0
+ 0
+ 0
+
+
+ 6142
+ 40000
+ 0
+ 0
+ 0
+
+
+ 6143
+ 650
+ 0
+ 0
+ 0
+
+
+ 6144
+ 650
+ 0
+ 0
+ 0
+
+
+ 6145
+ 650
+ 0
+ 0
+ 0
+
+
+ 6146
+ 650
+ 0
+ 0
+ 0
+
+
+ 6147
+ 650
+ 0
+ 0
+ 0
+
+
+ 6148
+ 650
+ 0
+ 0
+ 0
+
+
+ 6149
+ 650
+ 0
+ 0
+ 0
+
+
+ 6150
+ 650
+ 0
+ 0
+ 0
+
+
+ 6151
+ 650
+ 0
+ 0
+ 0
+
+
+ 6152
+ 650
+ 0
+ 0
+ 0
+
+
+ 6153
+ 650
+ 0
+ 0
+ 0
+
+
+ 6154
+ 650
+ 0
+ 0
+ 0
+
+
+ 6155
+ 60
+ 0
+ 0
+ 0
+
+
+ 6156
+ 60
+ 0
+ 0
+ 0
+
+
+ 6157
+ 60
+ 0
+ 0
+ 0
+
+
+ 6158
+ 60
+ 0
+ 0
+ 0
+
+
+ 6159
+ 60
+ 0
+ 0
+ 0
+
+
+ 6160
+ 60
+ 0
+ 0
+ 0
+
+
+ 6161
+ 60
+ 0
+ 0
+ 0
+
+
+ 6162
+ 60
+ 0
+ 0
+ 0
+
+
+ 6163
+ 60
+ 0
+ 0
+ 0
+
+
+ 6164
+ 60
+ 0
+ 0
+ 0
+
+
+ 6165
+ 60
+ 0
+ 0
+ 0
+
+
+ 6166
+ 60
+ 0
+ 0
+ 0
+
+
+ 6167
+ 60
+ 0
+ 0
+ 0
+
+
+ 6168
+ 60
+ 0
+ 0
+ 0
+
+
+ 6169
+ 60
+ 0
+ 0
+ 0
+
+
+ 6170
+ 60
+ 0
+ 0
+ 0
+
+
+ 6171
+ 60
+ 0
+ 0
+ 0
+
+
+ 6172
+ 60
+ 0
+ 0
+ 0
+
+
+ 6173
+ 60
+ 0
+ 0
+ 0
+
+
+ 6174
+ 60
+ 0
+ 0
+ 0
+
+
+ 6175
+ 35200
+ 0
+ 0
+ 0
+
+
+ 6176
+ 65000
+ 0
+ 0
+ 0
+
+
+ 6177
+ 64000
+ 0
+ 0
+ 0
+
+
+ 6178
+ 5
+ 0
+ 0
+ 0
+
+
+ 6179
+ 5
+ 0
+ 0
+ 0
+
+
+ 6180
+ 1
+ 0
+ 0
+ 0
+
+
+ 6181
+ 1
+ 0
+ 0
+ 0
+
+
+ 6182
+ 1
+ 0
+ 0
+ 0
+
+
+ 6183
+ 1
+ 0
+ 0
+ 0
+
+
+ 6184
+ 1
+ 0
+ 0
+ 0
+
+
+ 6185
+ 1
+ 0
+ 0
+ 0
+
+
+ 6186
+ 1
+ 0
+ 0
+ 0
+
+
+ 6187
+ 1
+ 0
+ 0
+ 0
+
+
+ 6188
+ 1
+ 0
+ 0
+ 0
+
+
+ 6189
+ 1
+ 0
+ 0
+ 0
+
+
+ 6190
+ 1
+ 0
+ 0
+ 0
+
+
+ 6191
+ 1
+ 0
+ 0
+ 0
+
+
+ 6192
+ 1
+ 0
+ 0
+ 0
+
+
+ 6193
+ 1
+ 0
+ 0
+ 0
+
+
+ 6194
+ 1
+ 0
+ 0
+ 0
+
+
+ 6195
+ 1
+ 0
+ 0
+ 0
+
+
+ 6196
+ 1
+ 0
+ 0
+ 0
+
+
+ 6197
+ 1
+ 0
+ 0
+ 0
+
+
+ 6198
+ 1
+ 0
+ 0
+ 0
+
+
+ 6199
+ 1
+ 0
+ 0
+ 0
+
+
+ 6200
+ 1
+ 0
+ 0
+ 0
+
+
+ 6201
+ 1
+ 0
+ 0
+ 0
+
+
+ 6202
+ 1
+ 0
+ 0
+ 0
+
+
+ 6203
+ 1
+ 0
+ 0
+ 0
+
+
+ 6204
+ 1
+ 0
+ 0
+ 0
+
+
+ 6205
+ 1
+ 0
+ 0
+ 0
+
+
+ 6206
+ 1
+ 0
+ 0
+ 0
+
+
+ 6207
+ 1
+ 0
+ 0
+ 0
+
+
+ 6208
+ 1
+ 0
+ 0
+ 0
+
+
+ 6209
+ 5
+ 0
+ 0
+ 0
+
+
+ 6210
+ 1
+ 0
+ 0
+ 0
+
+
+ 6211
+ 100
+ 0
+ 0
+ 0
+
+
+ 6212
+ 100
+ 0
+ 0
+ 0
+
+
+ 6213
+ 200
+ 0
+ 0
+ 0
+
+
+ 6214
+ 200
+ 0
+ 0
+ 0
+
+
+ 6215
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6216
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6217
+ 2750
+ 0
+ 0
+ 0
+
+
+ 6218
+ 2750
+ 0
+ 0
+ 0
+
+
+ 6219
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6220
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6221
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6222
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6223
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6224
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6225
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6226
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6227
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6228
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6229
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6230
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6231
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6232
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6233
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6234
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6235
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6236
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6237
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6238
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6239
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6240
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6241
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6242
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6243
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6244
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6245
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6246
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6247
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6248
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6249
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6250
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6251
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6252
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6253
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6254
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6255
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6256
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6257
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6258
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6259
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6260
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6261
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6262
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6263
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6264
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6265
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6266
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6267
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6268
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6269
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6270
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6271
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6272
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6273
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6274
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6275
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6276
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6277
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6278
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6279
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6280
+ 3000
+ 0
+ 0
+ 0
+
+
+ 6281
+ 10
+ 0
+ 0
+ 0
+
+
+ 6282
+ 10
+ 0
+ 0
+ 0
+
+
+ 6283
+ 15
+ 0
+ 0
+ 0
+
+
+ 6284
+ 15
+ 0
+ 0
+ 0
+
+
+ 6285
+ 20
+ 0
+ 0
+ 0
+
+
+ 6286
+ 20
+ 0
+ 0
+ 0
+
+
+ 6287
+ 35
+ 0
+ 0
+ 0
+
+
+ 6288
+ 35
+ 0
+ 0
+ 0
+
+
+ 6289
+ 50
+ 0
+ 0
+ 0
+
+
+ 6290
+ 50
+ 0
+ 0
+ 0
+
+
+ 6291
+ 15
+ 0
+ 0
+ 0
+
+
+ 6292
+ 15
+ 0
+ 0
+ 0
+
+
+ 6293
+ 25
+ 0
+ 0
+ 0
+
+
+ 6294
+ 25
+ 0
+ 0
+ 0
+
+
+ 6295
+ 20
+ 0
+ 0
+ 0
+
+
+ 6296
+ 20
+ 0
+ 0
+ 0
+
+
+ 6297
+ 50
+ 0
+ 0
+ 0
+
+
+ 6298
+ 50
+ 0
+ 0
+ 0
+
+
+ 6299
+ 40
+ 0
+ 0
+ 0
+
+
+ 6300
+ 40
+ 0
+ 0
+ 0
+
+
+ 6301
+ 1
+ 0
+ 0
+ 0
+
+
+ 6302
+ 1
+ 0
+ 0
+ 0
+
+
+ 6303
+ 1
+ 0
+ 0
+ 0
+
+
+ 6304
+ 1
+ 0
+ 0
+ 0
+
+
+ 6305
+ 10
+ 0
+ 0
+ 0
+
+
+ 6306
+ 1
+ 0
+ 0
+ 0
+
+
+ 6307
+ 1
+ 0
+ 0
+ 0
+
+
+ 6308
+ 1
+ 0
+ 0
+ 0
+
+
+ 6309
+ 1
+ 0
+ 0
+ 0
+
+
+ 6310
+ 1
+ 0
+ 0
+ 0
+
+
+ 6311
+ 200
+ 0
+ 0
+ 0
+
+
+ 6312
+ 200
+ 0
+ 0
+ 0
+
+
+ 6313
+ 500
+ 0
+ 0
+ 0
+
+
+ 6314
+ 500
+ 0
+ 0
+ 0
+
+
+ 6315
+ 1000
+ 0
+ 0
+ 0
+
+
+ 6316
+ 1000
+ 0
+ 0
+ 0
+
+
+ 6317
+ 2000
+ 0
+ 0
+ 0
+
+
+ 6318
+ 2000
+ 0
+ 0
+ 0
+
+
+ 6319
+ 5
+ 0
+ 0
+ 0
+
+
+ 6320
+ 5
+ 0
+ 0
+ 0
+
+
+ 6321
+ 1
+ 0
+ 0
+ 0
+
+
+ 6322
+ 1250
+ 0
+ 0
+ 0
+
+
+ 6323
+ 1250
+ 0
+ 0
+ 0
+
+
+ 6324
+ 1175
+ 0
+ 0
+ 0
+
+
+ 6325
+ 1175
+ 0
+ 0
+ 0
+
+
+ 6326
+ 300
+ 0
+ 0
+ 0
+
+
+ 6327
+ 300
+ 0
+ 0
+ 0
+
+
+ 6328
+ 250
+ 0
+ 0
+ 0
+
+
+ 6329
+ 250
+ 0
+ 0
+ 0
+
+
+ 6330
+ 434
+ 0
+ 0
+ 0
+
+
+ 6331
+ 434
+ 0
+ 0
+ 0
+
+
+ 6332
+ 50
+ 0
+ 0
+ 0
+
+
+ 6333
+ 30
+ 0
+ 0
+ 0
+
+
+ 6334
+ 30
+ 0
+ 0
+ 0
+
+
+ 6335
+ 500
+ 0
+ 0
+ 0
+
+
+ 6336
+ 500
+ 0
+ 0
+ 0
+
+
+ 6337
+ 500
+ 0
+ 0
+ 0
+
+
+ 6338
+ 500
+ 0
+ 0
+ 0
+
+
+ 6339
+ 500
+ 0
+ 0
+ 0
+
+
+ 6340
+ 500
+ 0
+ 0
+ 0
+
+
+ 6341
+ 300
+ 0
+ 0
+ 0
+
+
+ 6342
+ 300
+ 0
+ 0
+ 0
+
+
+ 6343
+ 250
+ 0
+ 0
+ 0
+
+
+ 6344
+ 250
+ 0
+ 0
+ 0
+
+
+ 6345
+ 200
+ 0
+ 0
+ 0
+
+
+ 6346
+ 200
+ 0
+ 0
+ 0
+
+
+ 6347
+ 150
+ 0
+ 0
+ 0
+
+
+ 6348
+ 150
+ 0
+ 0
+ 0
+
+
+ 6349
+ 100
+ 0
+ 0
+ 0
+
+
+ 6350
+ 100
+ 0
+ 0
+ 0
+
+
+ 6351
+ 300
+ 0
+ 0
+ 0
+
+
+ 6352
+ 300
+ 0
+ 0
+ 0
+
+
+ 6353
+ 250
+ 0
+ 0
+ 0
+
+
+ 6354
+ 250
+ 0
+ 0
+ 0
+
+
+ 6355
+ 200
+ 0
+ 0
+ 0
+
+
+ 6356
+ 200
+ 0
+ 0
+ 0
+
+
+ 6357
+ 100
+ 0
+ 0
+ 0
+
+
+ 6358
+ 100
+ 0
+ 0
+ 0
+
+
+ 6359
+ 150
+ 0
+ 0
+ 0
+
+
+ 6360
+ 150
+ 0
+ 0
+ 0
+
+
+ 6361
+ 300
+ 0
+ 0
+ 0
+
+
+ 6362
+ 300
+ 0
+ 0
+ 0
+
+
+ 6363
+ 250
+ 0
+ 0
+ 0
+
+
+ 6364
+ 250
+ 0
+ 0
+ 0
+
+
+ 6365
+ 200
+ 0
+ 0
+ 0
+
+
+ 6366
+ 200
+ 0
+ 0
+ 0
+
+
+ 6367
+ 100
+ 0
+ 0
+ 0
+
+
+ 6368
+ 100
+ 0
+ 0
+ 0
+
+
+ 6369
+ 150
+ 0
+ 0
+ 0
+
+
+ 6370
+ 150
+ 0
+ 0
+ 0
+
+
+ 6371
+ 300
+ 0
+ 0
+ 0
+
+
+ 6372
+ 300
+ 0
+ 0
+ 0
+
+
+ 6373
+ 250
+ 0
+ 0
+ 0
+
+
+ 6374
+ 250
+ 0
+ 0
+ 0
+
+
+ 6375
+ 200
+ 0
+ 0
+ 0
+
+
+ 6376
+ 200
+ 0
+ 0
+ 0
+
+
+ 6377
+ 100
+ 0
+ 0
+ 0
+
+
+ 6378
+ 100
+ 0
+ 0
+ 0
+
+
+ 6379
+ 150
+ 0
+ 0
+ 0
+
+
+ 6380
+ 150
+ 0
+ 0
+ 0
+
+
+ 6381
+ 1
+ 0
+ 0
+ 0
+
+
+ 6382
+ 20
+ 0
+ 0
+ 0
+
+
+ 6383
+ 20
+ 0
+ 0
+ 0
+
+
+ 6384
+ 15
+ 0
+ 0
+ 0
+
+
+ 6385
+ 15
+ 0
+ 0
+ 0
+
+
+ 6386
+ 25
+ 0
+ 0
+ 0
+
+
+ 6387
+ 25
+ 0
+ 0
+ 0
+
+
+ 6388
+ 35
+ 0
+ 0
+ 0
+
+
+ 6389
+ 35
+ 0
+ 0
+ 0
+
+
+ 6390
+ 25
+ 0
+ 0
+ 0
+
+
+ 6391
+ 25
+ 0
+ 0
+ 0
+
+
+ 6392
+ 35
+ 0
+ 0
+ 0
+
+
+ 6393
+ 35
+ 0
+ 0
+ 0
+
+
+ 6394
+ 20
+ 0
+ 0
+ 0
+
+
+ 6395
+ 20
+ 0
+ 0
+ 0
+
+
+ 6396
+ 40
+ 0
+ 0
+ 0
+
+
+ 6397
+ 40
+ 0
+ 0
+ 0
+
+
+ 6398
+ 20
+ 0
+ 0
+ 0
+
+
+ 6399
+ 20
+ 0
+ 0
+ 0
+
+
+ 6400
+ 35
+ 0
+ 0
+ 0
+
+
+ 6401
+ 35
+ 0
+ 0
+ 0
+
+
+ 6402
+ 20
+ 0
+ 0
+ 0
+
+
+ 6403
+ 20
+ 0
+ 0
+ 0
+
+
+ 6404
+ 40
+ 0
+ 0
+ 0
+
+
+ 6405
+ 40
+ 0
+ 0
+ 0
+
+
+ 6406
+ 20
+ 0
+ 0
+ 0
+
+
+ 6407
+ 20
+ 0
+ 0
+ 0
+
+
+ 6408
+ 400
+ 0
+ 0
+ 0
+
+
+ 6409
+ 400
+ 0
+ 0
+ 0
+
+
+ 6410
+ 400
+ 0
+ 0
+ 0
+
+
+ 6411
+ 400
+ 0
+ 0
+ 0
+
+
+ 6412
+ 800
+ 0
+ 0
+ 0
+
+
+ 6413
+ 800
+ 0
+ 0
+ 0
+
+
+ 6414
+ 800
+ 0
+ 0
+ 0
+
+
+ 6415
+ 800
+ 0
+ 0
+ 0
+
+
+ 6416
+ 1200
+ 0
+ 0
+ 0
+
+
+ 6417
+ 1200
+ 0
+ 0
+ 0
+
+
+ 6418
+ 1600
+ 0
+ 0
+ 0
+
+
+ 6419
+ 1600
+ 0
+ 0
+ 0
+
+
+ 6420
+ 1600
+ 0
+ 0
+ 0
+
+
+ 6421
+ 1600
+ 0
+ 0
+ 0
+
+
+ 6422
+ 1
+ 0
+ 0
+ 0
+
+
+ 6423
+ 1
+ 0
+ 0
+ 0
+
+
+ 6424
+ 1
+ 0
+ 0
+ 0
+
+
+ 6425
+ 1
+ 0
+ 0
+ 0
+
+
+ 6426
+ 1
+ 0
+ 0
+ 0
+
+
+ 6427
+ 1
+ 0
+ 0
+ 0
+
+
+ 6428
+ 1
+ 0
+ 0
+ 0
+
+
+ 6429
+ 1
+ 0
+ 0
+ 0
+
+
+ 6430
+ 1
+ 0
+ 0
+ 0
+
+
+ 6431
+ 1
+ 0
+ 0
+ 0
+
+
+ 6432
+ 1
+ 0
+ 0
+ 0
+
+
+ 6433
+ 1
+ 0
+ 0
+ 0
+
+
+ 6434
+ 1
+ 0
+ 0
+ 0
+
+
+ 6435
+ 1
+ 0
+ 0
+ 0
+
+
+ 6436
+ 1
+ 0
+ 0
+ 0
+
+
+ 6437
+ 1
+ 0
+ 0
+ 0
+
+
+ 6438
+ 1
+ 0
+ 0
+ 0
+
+
+ 6439
+ 1
+ 0
+ 0
+ 0
+
+
+ 6440
+ 1
+ 0
+ 0
+ 0
+
+
+ 6441
+ 1
+ 0
+ 0
+ 0
+
+
+ 6442
+ 1
+ 0
+ 0
+ 0
+
+
+ 6443
+ 1
+ 0
+ 0
+ 0
+
+
+ 6444
+ 1
+ 0
+ 0
+ 0
+
+
+ 6445
+ 1
+ 0
+ 0
+ 0
+
+
+ 6446
+ 1
+ 0
+ 0
+ 0
+
+
+ 6447
+ 1
+ 0
+ 0
+ 0
+
+
+ 6448
+ 3
+ 0
+ 0
+ 0
+
+
+ 6449
+ 1
+ 0
+ 0
+ 0
+
+
+ 6450
+ 1
+ 0
+ 0
+ 0
+
+
+ 6451
+ 1
+ 0
+ 0
+ 0
+
+
+ 6452
+ 1
+ 0
+ 0
+ 0
+
+
+ 6453
+ 1
+ 0
+ 0
+ 0
+
+
+ 6454
+ 1
+ 0
+ 0
+ 0
+
+
+ 6455
+ 1
+ 0
+ 0
+ 0
+
+
+ 6456
+ 1
+ 0
+ 0
+ 0
+
+
+ 6457
+ 1
+ 0
+ 0
+ 0
+
+
+ 6458
+ 1
+ 0
+ 0
+ 0
+
+
+ 6459
+ 1
+ 0
+ 0
+ 0
+
+
+ 6460
+ 1
+ 0
+ 0
+ 0
+
+
+ 6461
+ 1
+ 0
+ 0
+ 0
+
+
+ 6462
+ 1
+ 0
+ 0
+ 0
+
+
+ 6463
+ 1
+ 0
+ 0
+ 0
+
+
+ 6464
+ 1
+ 0
+ 0
+ 0
+
+
+ 6465
+ 1
+ 0
+ 0
+ 0
+
+
+ 6466
+ 1
+ 0
+ 0
+ 0
+
+
+ 6467
+ 1
+ 0
+ 0
+ 0
+
+
+ 6468
+ 1
+ 0
+ 0
+ 0
+
+
+ 6469
+ 1
+ 0
+ 0
+ 0
+
+
+ 6470
+ 120
+ 0
+ 0
+ 0
+
+
+ 6471
+ 120
+ 0
+ 0
+ 0
+
+
+ 6472
+ 90
+ 0
+ 0
+ 0
+
+
+ 6473
+ 90
+ 0
+ 0
+ 0
+
+
+ 6474
+ 60
+ 0
+ 0
+ 0
+
+
+ 6475
+ 60
+ 0
+ 0
+ 0
+
+
+ 6476
+ 30
+ 0
+ 0
+ 0
+
+
+ 6477
+ 30
+ 0
+ 0
+ 0
+
+
+ 6478
+ 1
+ 0
+ 0
+ 0
+
+
+ 6479
+ 1
+ 0
+ 0
+ 0
+
+
+ 6480
+ 1
+ 0
+ 0
+ 0
+
+
+ 6481
+ 1
+ 0
+ 0
+ 0
+
+
+ 6482
+ 1
+ 0
+ 0
+ 0
+
+
+ 6483
+ 1
+ 0
+ 0
+ 0
+
+
+ 6484
+ 1
+ 0
+ 0
+ 0
+
+
+ 6485
+ 1
+ 0
+ 0
+ 0
+
+
+ 6486
+ 1
+ 0
+ 0
+ 0
+
+
+ 6487
+ 1
+ 0
+ 0
+ 0
+
+
+ 6488
+ 1
+ 0
+ 0
+ 0
+
+
+ 6489
+ 1
+ 0
+ 0
+ 0
+
+
+ 6490
+ 1
+ 0
+ 0
+ 0
+
+
+ 6491
+ 1
+ 0
+ 0
+ 0
+
+
+ 6492
+ 1
+ 0
+ 0
+ 0
+
+
+ 6493
+ 1
+ 0
+ 0
+ 0
+
+
+ 6494
+ 1
+ 0
+ 0
+ 0
+
+
+ 6495
+ 1
+ 0
+ 0
+ 0
+
+
+ 6496
+ 1
+ 0
+ 0
+ 0
+
+
+ 6497
+ 1
+ 0
+ 0
+ 0
+
+
+ 6498
+ 1
+ 0
+ 0
+ 0
+
+
+ 6499
+ 1
+ 0
+ 0
+ 0
+
+
+ 6500
+ 1
+ 0
+ 0
+ 0
+
+
+ 6501
+ 1
+ 0
+ 0
+ 0
+
+
+ 6502
+ 1
+ 0
+ 0
+ 0
+
+
+ 6503
+ 1
+ 0
+ 0
+ 0
+
+
+ 6504
+ 1
+ 0
+ 0
+ 0
+
+
+ 6505
+ 1
+ 0
+ 0
+ 0
+
+
+ 6506
+ 1
+ 0
+ 0
+ 0
+
+
+ 6507
+ 1
+ 0
+ 0
+ 0
+
+
+ 6508
+ 1
+ 0
+ 0
+ 0
+
+
+ 6509
+ 1
+ 0
+ 0
+ 0
+
+
+ 6510
+ 1
+ 0
+ 0
+ 0
+
+
+ 6511
+ 1
+ 0
+ 0
+ 0
+
+
+ 6512
+ 1
+ 0
+ 0
+ 0
+
+
+ 6513
+ 1
+ 0
+ 0
+ 0
+
+
+ 6514
+ 1
+ 0
+ 0
+ 0
+
+
+ 6515
+ 1
+ 0
+ 0
+ 0
+
+
+ 6516
+ 1
+ 0
+ 0
+ 0
+
+
+ 6517
+ 1
+ 0
+ 0
+ 0
+
+
+ 6518
+ 1
+ 0
+ 0
+ 0
+
+
+ 6519
+ 1
+ 0
+ 0
+ 0
+
+
+ 6520
+ 1
+ 0
+ 0
+ 0
+
+
+ 6521
+ 1
+ 0
+ 0
+ 0
+
+
+ 6522
+ 250
+ 0
+ 0
+ 0
+
+
+ 6523
+ 40000
+ 0
+ 0
+ 0
+
+
+ 6524
+ 45000
+ 0
+ 0
+ 0
+
+
+ 6525
+ 25000
+ 0
+ 0
+ 0
+
+
+ 6526
+ 35000
+ 0
+ 0
+ 0
+
+
+ 6527
+ 30000
+ 0
+ 0
+ 0
+
+
+ 6528
+ 50000
+ 0
+ 0
+ 0
+
+
+ 6529
+ 1
+ 0
+ 0
+ 0
+
+
+ 6530
+ 1
+ 0
+ 0
+ 0
+
+
+ 6531
+ 1
+ 0
+ 0
+ 0
+
+
+ 6532
+ 1
+ 0
+ 0
+ 0
+
+
+ 6533
+ 1
+ 0
+ 0
+ 0
+
+
+ 6534
+ 1
+ 0
+ 0
+ 0
+
+
+ 6535
+ 40000
+ 0
+ 0
+ 0
+
+
+ 6536
+ 45000
+ 0
+ 0
+ 0
+
+
+ 6537
+ 25000
+ 0
+ 0
+ 0
+
+
+ 6538
+ 35000
+ 0
+ 0
+ 0
+
+
+ 6539
+ 30000
+ 0
+ 0
+ 0
+
+
+ 6540
+ 50000
+ 0
+ 0
+ 0
+
+
+ 6541
+ 1
+ 0
+ 0
+ 0
+
+
+ 6542
+ 1
+ 0
+ 0
+ 0
+
+
+ 6543
+ 1
+ 0
+ 0
+ 0
+
+
+ 6544
+ 1
+ 0
+ 0
+ 0
+
+
+ 6545
+ 1
+ 0
+ 0
+ 0
+
+
+ 6546
+ 1
+ 0
+ 0
+ 0
+
+
+ 6547
+ 1
+ 0
+ 0
+ 0
+
+
+ 6548
+ 1
+ 0
+ 0
+ 0
+
+
+ 6549
+ 1
+ 0
+ 0
+ 0
+
+
+ 6550
+ 1
+ 0
+ 0
+ 0
+
+
+ 6551
+ 1
+ 0
+ 0
+ 0
+
+
+ 6552
+ 1
+ 0
+ 0
+ 0
+
+
+ 6553
+ 1
+ 0
+ 0
+ 0
+
+
+ 6554
+ 1
+ 0
+ 0
+ 0
+
+
+ 6555
+ 1
+ 0
+ 0
+ 0
+
+
+ 6556
+ 1
+ 0
+ 0
+ 0
+
+
+ 6557
+ 1
+ 0
+ 0
+ 0
+
+
+ 6558
+ 1
+ 0
+ 0
+ 0
+
+
+ 6559
+ 1
+ 0
+ 0
+ 0
+
+
+ 6560
+ 1
+ 0
+ 0
+ 0
+
+
+ 6561
+ 2
+ 0
+ 0
+ 0
+
+
+ 6562
+ 17000
+ 0
+ 0
+ 0
+
+
+ 6563
+ 45000
+ 0
+ 0
+ 0
+
+
+ 6564
+ 1
+ 0
+ 0
+ 0
+
+
+ 6565
+ 1
+ 0
+ 0
+ 0
+
+
+ 6566
+ 1
+ 0
+ 0
+ 0
+
+
+ 6567
+ 1
+ 0
+ 0
+ 0
+
+
+ 6568
+ 60000
+ 0
+ 0
+ 0
+
+
+ 6569
+ 60000
+ 0
+ 0
+ 0
+
+
+ 6570
+ 60000
+ 0
+ 0
+ 0
+
+
+ 6571
+ 300000
+ 0
+ 0
+ 0
+
+
+ 6572
+ 300000
+ 0
+ 0
+ 0
+
+
+ 6573
+ 300000
+ 0
+ 0
+ 0
+
+
+ 6574
+ 300000
+ 0
+ 0
+ 0
+
+
+ 6575
+ 201000
+ 0
+ 0
+ 0
+
+
+ 6576
+ 201000
+ 0
+ 0
+ 0
+
+
+ 6577
+ 201000
+ 0
+ 0
+ 0
+
+
+ 6578
+ 201000
+ 0
+ 0
+ 0
+
+
+ 6579
+ 201000
+ 0
+ 0
+ 0
+
+
+ 6580
+ 201000
+ 0
+ 0
+ 0
+
+
+ 6581
+ 201000
+ 0
+ 0
+ 0
+
+
+ 6582
+ 201000
+ 0
+ 0
+ 0
+
+
+ 6583
+ 202000
+ 0
+ 0
+ 0
+
+
+ 6584
+ 202000
+ 0
+ 0
+ 0
+
+
+ 6585
+ 202000
+ 0
+ 0
+ 0
+
+
+ 6586
+ 202000
+ 0
+ 0
+ 0
+
+
+ 6587
+ 360
+ 0
+ 0
+ 0
+
+
+ 6588
+ 360
+ 0
+ 0
+ 0
+
+
+ 6589
+ 1248
+ 0
+ 0
+ 0
+
+
+ 6590
+ 1248
+ 0
+ 0
+ 0
+
+
+ 6591
+ 240
+ 0
+ 0
+ 0
+
+
+ 6592
+ 240
+ 0
+ 0
+ 0
+
+
+ 6593
+ 240
+ 0
+ 0
+ 0
+
+
+ 6594
+ 240
+ 0
+ 0
+ 0
+
+
+ 6595
+ 240
+ 0
+ 0
+ 0
+
+
+ 6596
+ 240
+ 0
+ 0
+ 0
+
+
+ 6597
+ 240
+ 0
+ 0
+ 0
+
+
+ 6598
+ 240
+ 0
+ 0
+ 0
+
+
+ 6599
+ 1920
+ 0
+ 0
+ 0
+
+
+ 6600
+ 1920
+ 0
+ 0
+ 0
+
+
+ 6601
+ 432
+ 0
+ 0
+ 0
+
+
+ 6602
+ 432
+ 0
+ 0
+ 0
+
+
+ 6603
+ 200
+ 0
+ 0
+ 0
+
+
+ 6604
+ 200
+ 0
+ 0
+ 0
+
+
+ 6605
+ 624
+ 0
+ 0
+ 0
+
+
+ 6606
+ 624
+ 0
+ 0
+ 0
+
+
+ 6607
+ 960
+ 0
+ 0
+ 0
+
+
+ 6608
+ 960
+ 0
+ 0
+ 0
+
+
+ 6609
+ 1920
+ 0
+ 0
+ 0
+
+
+ 6610
+ 1920
+ 0
+ 0
+ 0
+
+
+ 6611
+ 768
+ 0
+ 0
+ 0
+
+
+ 6612
+ 768
+ 0
+ 0
+ 0
+
+
+ 6613
+ 980
+ 0
+ 0
+ 0
+
+
+ 6614
+ 980
+ 0
+ 0
+ 0
+
+
+ 6615
+ 1440
+ 0
+ 0
+ 0
+
+
+ 6616
+ 1440
+ 0
+ 0
+ 0
+
+
+ 6617
+ 3840
+ 0
+ 0
+ 0
+
+
+ 6618
+ 3840
+ 0
+ 0
+ 0
+
+
+ 6619
+ 576
+ 0
+ 0
+ 0
+
+
+ 6620
+ 576
+ 0
+ 0
+ 0
+
+
+ 6621
+ 576
+ 0
+ 0
+ 0
+
+
+ 6622
+ 576
+ 0
+ 0
+ 0
+
+
+ 6623
+ 1056
+ 0
+ 0
+ 0
+
+
+ 6624
+ 1056
+ 0
+ 0
+ 0
+
+
+ 6625
+ 1920
+ 0
+ 0
+ 0
+
+
+ 6626
+ 1920
+ 0
+ 0
+ 0
+
+
+ 6627
+ 1920
+ 0
+ 0
+ 0
+
+
+ 6628
+ 1920
+ 0
+ 0
+ 0
+
+
+ 6629
+ 6
+ 0
+ 0
+ 0
+
+
+ 6630
+ 6
+ 0
+ 0
+ 0
+
+
+ 6631
+ 1152
+ 0
+ 0
+ 0
+
+
+ 6632
+ 1152
+ 0
+ 0
+ 0
+
+
+ 6633
+ 1632
+ 0
+ 0
+ 0
+
+
+ 6634
+ 1632
+ 0
+ 0
+ 0
+
+
+ 6635
+ 1
+ 0
+ 0
+ 0
+
+
+ 6636
+ 1
+ 0
+ 0
+ 0
+
+
+ 6637
+ 1
+ 0
+ 0
+ 0
+
+
+ 6638
+ 1
+ 0
+ 0
+ 0
+
+
+ 6639
+ 1
+ 0
+ 0
+ 0
+
+
+ 6640
+ 1
+ 0
+ 0
+ 0
+
+
+ 6641
+ 1
+ 0
+ 0
+ 0
+
+
+ 6642
+ 1
+ 0
+ 0
+ 0
+
+
+ 6643
+ 1
+ 0
+ 0
+ 0
+
+
+ 6644
+ 1
+ 0
+ 0
+ 0
+
+
+ 6645
+ 1
+ 0
+ 0
+ 0
+
+
+ 6646
+ 1
+ 0
+ 0
+ 0
+
+
+ 6647
+ 1
+ 0
+ 0
+ 0
+
+
+ 6648
+ 1
+ 0
+ 0
+ 0
+
+
+ 6649
+ 1
+ 0
+ 0
+ 0
+
+
+ 6650
+ 1
+ 0
+ 0
+ 0
+
+
+ 6651
+ 1
+ 0
+ 0
+ 0
+
+
+ 6652
+ 1
+ 0
+ 0
+ 0
+
+
+ 6653
+ 1
+ 0
+ 0
+ 0
+
+
+ 6654
+ 1
+ 0
+ 0
+ 0
+
+
+ 6655
+ 1
+ 0
+ 0
+ 0
+
+
+ 6656
+ 1
+ 0
+ 0
+ 0
+
+
+ 6657
+ 1
+ 0
+ 0
+ 0
+
+
+ 6658
+ 1
+ 0
+ 0
+ 0
+
+
+ 6659
+ 1
+ 0
+ 0
+ 0
+
+
+ 6660
+ 1
+ 0
+ 0
+ 0
+
+
+ 6661
+ 1
+ 0
+ 0
+ 0
+
+
+ 6662
+ 1
+ 0
+ 0
+ 0
+
+
+ 6663
+ 1
+ 0
+ 0
+ 0
+
+
+ 6664
+ 60
+ 0
+ 0
+ 0
+
+
+ 6665
+ 1
+ 0
+ 0
+ 0
+
+
+ 6666
+ 1
+ 0
+ 0
+ 0
+
+
+ 6667
+ 1
+ 0
+ 0
+ 0
+
+
+ 6668
+ 1
+ 0
+ 0
+ 0
+
+
+ 6669
+ 1
+ 0
+ 0
+ 0
+
+
+ 6670
+ 1
+ 0
+ 0
+ 0
+
+
+ 6671
+ 1
+ 0
+ 0
+ 0
+
+
+ 6672
+ 1
+ 0
+ 0
+ 0
+
+
+ 6673
+ 1
+ 0
+ 0
+ 0
+
+
+ 6674
+ 10
+ 0
+ 0
+ 0
+
+
+ 6675
+ 1
+ 0
+ 0
+ 0
+
+
+ 6676
+ 1
+ 0
+ 0
+ 0
+
+
+ 6677
+ 5
+ 0
+ 0
+ 0
+
+
+ 6678
+ 5
+ 0
+ 0
+ 0
+
+
+ 6679
+ 5
+ 0
+ 0
+ 0
+
+
+ 6680
+ 5
+ 0
+ 0
+ 0
+
+
+ 6681
+ 2
+ 0
+ 0
+ 0
+
+
+ 6682
+ 2
+ 0
+ 0
+ 0
+
+
+ 6683
+ 2
+ 0
+ 0
+ 0
+
+
+ 6684
+ 2
+ 0
+ 0
+ 0
+
+
+ 6685
+ 200
+ 0
+ 0
+ 0
+
+
+ 6686
+ 200
+ 0
+ 0
+ 0
+
+
+ 6687
+ 175
+ 0
+ 0
+ 0
+
+
+ 6688
+ 175
+ 0
+ 0
+ 0
+
+
+ 6689
+ 150
+ 0
+ 0
+ 0
+
+
+ 6690
+ 150
+ 0
+ 0
+ 0
+
+
+ 6691
+ 125
+ 0
+ 0
+ 0
+
+
+ 6692
+ 125
+ 0
+ 0
+ 0
+
+
+ 6693
+ 1
+ 0
+ 0
+ 0
+
+
+ 6694
+ 1
+ 0
+ 0
+ 0
+
+
+ 6695
+ 1
+ 0
+ 0
+ 0
+
+
+ 6696
+ 1
+ 0
+ 0
+ 0
+
+
+ 6697
+ 4
+ 0
+ 0
+ 0
+
+
+ 6698
+ 4
+ 0
+ 0
+ 0
+
+
+ 6699
+ 1
+ 0
+ 0
+ 0
+
+
+ 6700
+ 1
+ 0
+ 0
+ 0
+
+
+ 6701
+ 4
+ 0
+ 0
+ 0
+
+
+ 6702
+ 4
+ 0
+ 0
+ 0
+
+
+ 6703
+ 8
+ 0
+ 0
+ 0
+
+
+ 6704
+ 8
+ 0
+ 0
+ 0
+
+
+ 6705
+ 350
+ 0
+ 0
+ 0
+
+
+ 6706
+ 350
+ 0
+ 0
+ 0
+
+
+ 6707
+ 1
+ 0
+ 0
+ 0
+
+
+ 6708
+ 1
+ 0
+ 0
+ 0
+
+
+ 6709
+ 1
+ 0
+ 0
+ 0
+
+
+ 6710
+ 166
+ 0
+ 0
+ 0
+
+
+ 6711
+ 1
+ 0
+ 0
+ 0
+
+
+ 6712
+ 1
+ 0
+ 0
+ 0
+
+
+ 6713
+ 5
+ 0
+ 0
+ 0
+
+
+ 6714
+ 5
+ 0
+ 0
+ 0
+
+
+ 6715
+ 1
+ 0
+ 0
+ 0
+
+
+ 6716
+ 1
+ 0
+ 0
+ 0
+
+
+ 6717
+ 20000
+ 0
+ 0
+ 0
+
+
+ 6718
+ 1
+ 0
+ 0
+ 0
+
+
+ 6719
+ 1
+ 0
+ 0
+ 0
+
+
+ 6720
+ 200
+ 0
+ 0
+ 0
+
+
+ 6721
+ 1
+ 0
+ 0
+ 0
+
+
+ 6722
+ 1
+ 0
+ 0
+ 0
+
+
+ 6723
+ 1
+ 0
+ 0
+ 0
+
+
+ 6724
+ 8000
+ 0
+ 0
+ 0
+
+
+ 6725
+ 8000
+ 0
+ 0
+ 0
+
+
+ 6726
+ 17000
+ 0
+ 0
+ 0
+
+
+ 6727
+ 45000
+ 0
+ 0
+ 0
+
+
+ 6728
+ 1
+ 0
+ 0
+ 0
+
+
+ 6729
+ 1
+ 0
+ 0
+ 0
+
+
+ 6730
+ 1
+ 0
+ 0
+ 0
+
+
+ 6731
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6732
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6733
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6734
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6735
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6736
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6737
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6738
+ 10000
+ 0
+ 0
+ 0
+
+
+ 6739
+ 55000
+ 0
+ 0
+ 0
+
+
+ 6740
+ 55000
+ 0
+ 0
+ 0
+
+
+ 6741
+ 1800
+ 0
+ 0
+ 0
+
+
+ 6742
+ 1800
+ 0
+ 0
+ 0
+
+
+ 6743
+ 54999
+ 0
+ 0
+ 0
+
+
+ 6744
+ 54999
+ 0
+ 0
+ 0
+
+
+ 6745
+ 50
+ 0
+ 0
+ 0
+
+
+ 6746
+ 500
+ 0
+ 0
+ 0
+
+
+ 6747
+ 1
+ 0
+ 0
+ 0
+
+
+ 6748
+ 1
+ 0
+ 0
+ 0
+
+
+ 6749
+ 1
+ 0
+ 0
+ 0
+
+
+ 6750
+ 40
+ 0
+ 0
+ 0
+
+
+ 6751
+ 1
+ 0
+ 0
+ 0
+
+
+ 6752
+ 30
+ 0
+ 0
+ 0
+
+
+ 6753
+ 1
+ 0
+ 0
+ 0
+
+
+ 6754
+ 1
+ 0
+ 0
+ 0
+
+
+ 6755
+ 1
+ 0
+ 0
+ 0
+
+
+ 6756
+ 1
+ 0
+ 0
+ 0
+
+
+ 6757
+ 1
+ 0
+ 0
+ 0
+
+
+ 6758
+ 1
+ 0
+ 0
+ 0
+
+
+ 6759
+ 1
+ 0
+ 0
+ 0
+
+
+ 6760
+ 625
+ 0
+ 0
+ 0
+
+
+ 6761
+ 625
+ 0
+ 0
+ 0
+
+
+ 6762
+ 625
+ 0
+ 0
+ 0
+
+
+ 6763
+ 625
+ 0
+ 0
+ 0
+
+
+ 6764
+ 625
+ 0
+ 0
+ 0
+
+
+ 6765
+ 625
+ 0
+ 0
+ 0
+
+
+ 6766
+ 1
+ 0
+ 0
+ 0
+
+
+ 6767
+ 1
+ 0
+ 0
+ 0
+
+
+ 6768
+ 1
+ 0
+ 0
+ 0
+
+
+ 6769
+ 1
+ 0
+ 0
+ 0
+
+
+ 6770
+ 1
+ 0
+ 0
+ 0
+
+
+ 6771
+ 1
+ 0
+ 0
+ 0
+
+
+ 6772
+ 1
+ 0
+ 0
+ 0
+
+
+ 6773
+ 1
+ 0
+ 0
+ 0
+
+
+ 6774
+ 1
+ 0
+ 0
+ 0
+
+
+ 6775
+ 1
+ 0
+ 0
+ 0
+
+
+ 6776
+ 1
+ 0
+ 0
+ 0
+
+
+ 6777
+ 1
+ 0
+ 0
+ 0
+
+
+ 6778
+ 1
+ 0
+ 0
+ 0
+
+
+ 6779
+ 1
+ 0
+ 0
+ 0
+
+
+ 6780
+ 1
+ 0
+ 0
+ 0
+
+
+ 6781
+ 1
+ 0
+ 0
+ 0
+
+
+ 6782
+ 1
+ 0
+ 0
+ 0
+
+
+ 6783
+ 1
+ 0
+ 0
+ 0
+
+
+ 6784
+ 1
+ 0
+ 0
+ 0
+
+
+ 6785
+ 1
+ 0
+ 0
+ 0
+
+
+ 6786
+ 1
+ 0
+ 0
+ 0
+
+
+ 6787
+ 1
+ 0
+ 0
+ 0
+
+
+ 6788
+ 1
+ 0
+ 0
+ 0
+
+
+ 6789
+ 1
+ 0
+ 0
+ 0
+
+
+ 6790
+ 1
+ 0
+ 0
+ 0
+
+
+ 6791
+ 1
+ 0
+ 0
+ 0
+
+
+ 6792
+ 1
+ 0
+ 0
+ 0
+
+
+ 6793
+ 1
+ 0
+ 0
+ 0
+
+
+ 6794
+ 30
+ 0
+ 0
+ 0
+
+
+ 6795
+ 30
+ 0
+ 0
+ 0
+
+
+ 6796
+ 1
+ 0
+ 0
+ 0
+
+
+ 6797
+ 1
+ 0
+ 0
+ 0
+
+
+ 6798
+ 1
+ 0
+ 0
+ 0
+
+
+ 6799
+ 1
+ 0
+ 0
+ 0
+
+
+ 6800
+ 1
+ 0
+ 0
+ 0
+
+
+ 6801
+ 1
+ 0
+ 0
+ 0
+
+
+ 6802
+ 1
+ 0
+ 0
+ 0
+
+
+ 6803
+ 1
+ 0
+ 0
+ 0
+
+
+ 6804
+ 1
+ 0
+ 0
+ 0
+
+
+ 6805
+ 1
+ 0
+ 0
+ 0
+
+
+ 6806
+ 1
+ 0
+ 0
+ 0
+
+
+ 6807
+ 1
+ 0
+ 0
+ 0
+
+
+ 6808
+ 1
+ 0
+ 0
+ 0
+
+
+ 6809
+ 66000
+ 0
+ 0
+ 0
+
+
+ 6810
+ 1
+ 0
+ 0
+ 0
+
+
+ 6811
+ 1
+ 0
+ 0
+ 0
+
+
+ 6812
+ 1
+ 0
+ 0
+ 0
+
+
+ 6813
+ 66000
+ 0
+ 0
+ 0
+
+
+ 6814
+ 10
+ 0
+ 0
+ 0
+
+
+ 6815
+ 10
+ 0
+ 0
+ 0
+
+
+ 6816
+ 1
+ 0
+ 0
+ 0
+
+
+ 6817
+ 1
+ 0
+ 0
+ 0
+
+
+ 6818
+ 1
+ 0
+ 0
+ 0
+
+
+ 6819
+ 1
+ 0
+ 0
+ 0
+
+
+ 6820
+ 1
+ 0
+ 0
+ 0
+
+
+ 6821
+ 1
+ 0
+ 0
+ 0
+
+
+ 6822
+ 1
+ 0
+ 0
+ 0
+
+
+ 6823
+ 1
+ 0
+ 0
+ 0
+
+
+ 6824
+ 1
+ 0
+ 0
+ 0
+
+
+ 6825
+ 1
+ 0
+ 0
+ 0
+
+
+ 6826
+ 1
+ 0
+ 0
+ 0
+
+
+ 6827
+ 1
+ 0
+ 0
+ 0
+
+
+ 6828
+ 1
+ 0
+ 0
+ 0
+
+
+ 6829
+ 1
+ 0
+ 0
+ 0
+
+
+ 6830
+ 1
+ 0
+ 0
+ 0
+
+
+ 6831
+ 1
+ 0
+ 0
+ 0
+
+
+ 6832
+ 1
+ 0
+ 0
+ 0
+
+
+ 6833
+ 1
+ 0
+ 0
+ 0
+
+
+ 6834
+ 1
+ 0
+ 0
+ 0
+
+
+ 6835
+ 1
+ 0
+ 0
+ 0
+
+
+ 6836
+ 1
+ 0
+ 0
+ 0
+
+
+ 6837
+ 1
+ 0
+ 0
+ 0
+
+
+ 6838
+ 1
+ 0
+ 0
+ 0
+
+
+ 6839
+ 1
+ 0
+ 0
+ 0
+
+
+ 6840
+ 1
+ 0
+ 0
+ 0
+
+
+ 6841
+ 1
+ 0
+ 0
+ 0
+
+
+ 6842
+ 1
+ 0
+ 0
+ 0
+
+
+ 6843
+ 1
+ 0
+ 0
+ 0
+
+
+ 6844
+ 1
+ 0
+ 0
+ 0
+
+
+ 6845
+ 1
+ 0
+ 0
+ 0
+
+
+ 6846
+ 1
+ 0
+ 0
+ 0
+
+
+ 6847
+ 1
+ 0
+ 0
+ 0
+
+
+ 6848
+ 1
+ 0
+ 0
+ 0
+
+
+ 6849
+ 1
+ 0
+ 0
+ 0
+
+
+ 6850
+ 1
+ 0
+ 0
+ 0
+
+
+ 6851
+ 1
+ 0
+ 0
+ 0
+
+
+ 6852
+ 1
+ 0
+ 0
+ 0
+
+
+ 6853
+ 1
+ 0
+ 0
+ 0
+
+
+ 6854
+ 1
+ 0
+ 0
+ 0
+
+
+ 6855
+ 1
+ 0
+ 0
+ 0
+
+
+ 6856
+ 1
+ 0
+ 0
+ 0
+
+
+ 6857
+ 1
+ 0
+ 0
+ 0
+
+
+ 6858
+ 1
+ 0
+ 0
+ 0
+
+
+ 6859
+ 1
+ 0
+ 0
+ 0
+
+
+ 6860
+ 1
+ 0
+ 0
+ 0
+
+
+ 6861
+ 1
+ 0
+ 0
+ 0
+
+
+ 6862
+ 1
+ 0
+ 0
+ 0
+
+
+ 6863
+ 1
+ 0
+ 0
+ 0
+
+
+ 6864
+ 60000
+ 0
+ 0
+ 0
+
+
+ 6865
+ 1
+ 0
+ 0
+ 0
+
+
+ 6866
+ 1
+ 0
+ 0
+ 0
+
+
+ 6867
+ 1
+ 0
+ 0
+ 0
+
+
+ 6868
+ 1
+ 0
+ 0
+ 0
+
+
+ 6869
+ 1
+ 0
+ 0
+ 0
+
+
+ 6870
+ 1
+ 0
+ 0
+ 0
+
+
+ 6871
+ 1
+ 0
+ 0
+ 0
+
+
+ 6872
+ 1
+ 0
+ 0
+ 0
+
+
+ 6873
+ 1
+ 0
+ 0
+ 0
+
+
+ 6874
+ 1
+ 0
+ 0
+ 0
+
+
+ 6875
+ 1
+ 0
+ 0
+ 0
+
+
+ 6876
+ 1
+ 0
+ 0
+ 0
+
+
+ 6877
+ 1
+ 0
+ 0
+ 0
+
+
+ 6878
+ 1
+ 0
+ 0
+ 0
+
+
+ 6879
+ 1
+ 0
+ 0
+ 0
+
+
+ 6880
+ 1
+ 0
+ 0
+ 0
+
+
+ 6881
+ 1
+ 0
+ 0
+ 0
+
+
+ 6882
+ 1
+ 0
+ 0
+ 0
+
+
+ 6883
+ 1
+ 0
+ 0
+ 0
+
+
+ 6884
+ 1
+ 0
+ 0
+ 0
+
+
+ 6885
+ 1
+ 0
+ 0
+ 0
+
+
+ 6886
+ 1
+ 0
+ 0
+ 0
+
+
+ 6887
+ 1
+ 0
+ 0
+ 0
+
+
+ 6888
+ 1
+ 0
+ 0
+ 0
+
+
+ 6889
+ 500
+ 0
+ 0
+ 0
+
+
+ 6890
+ 500
+ 0
+ 0
+ 0
+
+
+ 6891
+ 1
+ 0
+ 0
+ 0
+
+
+ 6892
+ 1
+ 0
+ 0
+ 0
+
+
+ 6893
+ 1
+ 0
+ 0
+ 0
+
+
+ 6894
+ 1
+ 0
+ 0
+ 0
+
+
+ 6895
+ 1
+ 0
+ 0
+ 0
+
+
+ 6896
+ 1
+ 0
+ 0
+ 0
+
+
+ 6897
+ 1
+ 0
+ 0
+ 0
+
+
+ 6898
+ 1
+ 0
+ 0
+ 0
+
+
+ 6899
+ 1
+ 0
+ 0
+ 0
+
+
+ 6900
+ 1
+ 0
+ 0
+ 0
+
+
+ 6901
+ 1
+ 0
+ 0
+ 0
+
+
+ 6902
+ 1
+ 0
+ 0
+ 0
+
+
+ 6903
+ 1
+ 0
+ 0
+ 0
+
+
+ 6904
+ 1
+ 0
+ 0
+ 0
+
+
+ 6905
+ 1
+ 0
+ 0
+ 0
+
+
+ 6906
+ 1
+ 0
+ 0
+ 0
+
+
+ 6907
+ 1
+ 0
+ 0
+ 0
+
+
+ 6908
+ 1200
+ 0
+ 0
+ 0
+
+
+ 6909
+ 1200
+ 0
+ 0
+ 0
+
+
+ 6910
+ 1500
+ 0
+ 0
+ 0
+
+
+ 6911
+ 1500
+ 0
+ 0
+ 0
+
+
+ 6912
+ 2000
+ 0
+ 0
+ 0
+
+
+ 6913
+ 2000
+ 0
+ 0
+ 0
+
+
+ 6914
+ 2500
+ 0
+ 0
+ 0
+
+
+ 6915
+ 2500
+ 0
+ 0
+ 0
+
+
+ 6916
+ 140000
+ 0
+ 0
+ 0
+
+
+ 6917
+ 140000
+ 0
+ 0
+ 0
+
+
+ 6918
+ 17000
+ 0
+ 0
+ 0
+
+
+ 6919
+ 17000
+ 0
+ 0
+ 0
+
+
+ 6920
+ 12000
+ 0
+ 0
+ 0
+
+
+ 6921
+ 12000
+ 0
+ 0
+ 0
+
+
+ 6922
+ 12000
+ 0
+ 0
+ 0
+
+
+ 6923
+ 12000
+ 0
+ 0
+ 0
+
+
+ 6924
+ 90000
+ 0
+ 0
+ 0
+
+
+ 6925
+ 90000
+ 0
+ 0
+ 0
+
+
+ 6926
+ 1
+ 0
+ 0
+ 0
+
+
+ 6927
+ 1
+ 0
+ 0
+ 0
+
+
+ 6928
+ 1
+ 0
+ 0
+ 0
+
+
+ 6929
+ 1
+ 0
+ 0
+ 0
+
+
+ 6930
+ 1
+ 0
+ 0
+ 0
+
+
+ 6931
+ 1
+ 0
+ 0
+ 0
+
+
+ 6932
+ 1
+ 0
+ 0
+ 0
+
+
+ 6933
+ 1
+ 0
+ 0
+ 0
+
+
+ 6934
+ 1
+ 0
+ 0
+ 0
+
+
+ 6935
+ 1
+ 0
+ 0
+ 0
+
+
+ 6936
+ 1
+ 0
+ 0
+ 0
+
+
+ 6937
+ 1
+ 0
+ 0
+ 0
+
+
+ 6938
+ 1
+ 0
+ 0
+ 0
+
+
+ 6939
+ 1
+ 0
+ 0
+ 0
+
+
+ 6940
+ 1
+ 0
+ 0
+ 0
+
+
+ 6941
+ 1
+ 0
+ 0
+ 0
+
+
+ 6942
+ 1
+ 0
+ 0
+ 0
+
+
+ 6943
+ 1
+ 0
+ 0
+ 0
+
+
+ 6944
+ 1
+ 0
+ 0
+ 0
+
+
+ 6945
+ 1
+ 0
+ 0
+ 0
+
+
+ 6946
+ 1
+ 0
+ 0
+ 0
+
+
+ 6947
+ 1
+ 0
+ 0
+ 0
+
+
+ 6948
+ 1
+ 0
+ 0
+ 0
+
+
+ 6949
+ 1
+ 0
+ 0
+ 0
+
+
+ 6950
+ 1
+ 0
+ 0
+ 0
+
+
+ 6951
+ 1
+ 0
+ 0
+ 0
+
+
+ 6952
+ 1
+ 0
+ 0
+ 0
+
+
+ 6953
+ 1
+ 0
+ 0
+ 0
+
+
+ 6954
+ 1
+ 0
+ 0
+ 0
+
+
+ 6955
+ 1
+ 0
+ 0
+ 0
+
+
+ 6956
+ 1
+ 0
+ 0
+ 0
+
+
+ 6957
+ 1
+ 0
+ 0
+ 0
+
+
+ 6958
+ 1
+ 0
+ 0
+ 0
+
+
+ 6959
+ 1
+ 0
+ 0
+ 0
+
+
+ 6960
+ 1
+ 0
+ 0
+ 0
+
+
+ 6961
+ 25
+ 0
+ 0
+ 0
+
+
+ 6962
+ 25
+ 0
+ 0
+ 0
+
+
+ 6963
+ 25
+ 0
+ 0
+ 0
+
+
+ 6964
+ 6
+ 0
+ 0
+ 0
+
+
+ 6965
+ 25
+ 0
+ 0
+ 0
+
+
+ 6966
+ 1
+ 0
+ 0
+ 0
+
+
+ 6967
+ 6
+ 0
+ 0
+ 0
+
+
+ 6968
+ 25
+ 0
+ 0
+ 0
+
+
+ 6969
+ 6
+ 0
+ 0
+ 0
+
+
+ 6970
+ 1
+ 0
+ 0
+ 0
+
+
+ 6971
+ 1
+ 0
+ 0
+ 0
+
+
+ 6972
+ 1
+ 0
+ 0
+ 0
+
+
+ 6973
+ 1
+ 0
+ 0
+ 0
+
+
+ 6974
+ 1
+ 0
+ 0
+ 0
+
+
+ 6975
+ 1
+ 0
+ 0
+ 0
+
+
+ 6976
+ 1
+ 0
+ 0
+ 0
+
+
+ 6977
+ 1
+ 0
+ 0
+ 0
+
+
+ 6978
+ 1
+ 0
+ 0
+ 0
+
+
+ 6979
+ 1
+ 0
+ 0
+ 0
+
+
+ 6980
+ 1
+ 0
+ 0
+ 0
+
+
+ 6981
+ 1
+ 0
+ 0
+ 0
+
+
+ 6982
+ 1
+ 0
+ 0
+ 0
+
+
+ 6983
+ 1
+ 0
+ 0
+ 0
+
+
+ 6984
+ 1
+ 0
+ 0
+ 0
+
+
+ 6985
+ 1
+ 0
+ 0
+ 0
+
+
+ 6986
+ 1
+ 0
+ 0
+ 0
+
+
+ 6987
+ 1
+ 0
+ 0
+ 0
+
+
+ 6988
+ 1
+ 0
+ 0
+ 0
+
+
+ 6989
+ 1
+ 0
+ 0
+ 0
+
+
+ 6990
+ 1
+ 0
+ 0
+ 0
+
+
+ 6991
+ 1
+ 0
+ 0
+ 0
+
+
+ 6992
+ 1
+ 0
+ 0
+ 0
+
+
+ 6993
+ 1
+ 0
+ 0
+ 0
+
+
+ 6994
+ 1
+ 0
+ 0
+ 0
+
+
+ 6995
+ 1
+ 0
+ 0
+ 0
+
+
+ 6996
+ 1
+ 0
+ 0
+ 0
+
+
+ 6997
+ 1
+ 0
+ 0
+ 0
+
+
+ 6998
+ 1
+ 0
+ 0
+ 0
+
+
+ 6999
+ 1
+ 0
+ 0
+ 0
+
+
+ 7000
+ 1
+ 0
+ 0
+ 0
+
+
+ 7001
+ 1
+ 0
+ 0
+ 0
+
+
+ 7002
+ 1
+ 0
+ 0
+ 0
+
+
+ 7003
+ 1
+ 0
+ 0
+ 0
+
+
+ 7004
+ 1
+ 0
+ 0
+ 0
+
+
+ 7005
+ 1
+ 0
+ 0
+ 0
+
+
+ 7006
+ 1
+ 0
+ 0
+ 0
+
+
+ 7007
+ 1
+ 0
+ 0
+ 0
+
+
+ 7008
+ 1
+ 0
+ 0
+ 0
+
+
+ 7009
+ 1
+ 0
+ 0
+ 0
+
+
+ 7010
+ 1
+ 0
+ 0
+ 0
+
+
+ 7011
+ 1
+ 0
+ 0
+ 0
+
+
+ 7012
+ 1
+ 0
+ 0
+ 0
+
+
+ 7013
+ 1
+ 0
+ 0
+ 0
+
+
+ 7014
+ 1
+ 0
+ 0
+ 0
+
+
+ 7015
+ 1
+ 0
+ 0
+ 0
+
+
+ 7016
+ 1
+ 0
+ 0
+ 0
+
+
+ 7017
+ 1
+ 0
+ 0
+ 0
+
+
+ 7018
+ 1
+ 0
+ 0
+ 0
+
+
+ 7019
+ 1
+ 0
+ 0
+ 0
+
+
+ 7020
+ 1
+ 0
+ 0
+ 0
+
+
+ 7021
+ 1
+ 0
+ 0
+ 0
+
+
+ 7022
+ 1
+ 0
+ 0
+ 0
+
+
+ 7023
+ 1
+ 0
+ 0
+ 0
+
+
+ 7024
+ 1
+ 0
+ 0
+ 0
+
+
+ 7025
+ 1
+ 0
+ 0
+ 0
+
+
+ 7026
+ 1
+ 0
+ 0
+ 0
+
+
+ 7027
+ 1
+ 0
+ 0
+ 0
+
+
+ 7028
+ 1
+ 0
+ 0
+ 0
+
+
+ 7029
+ 1
+ 0
+ 0
+ 0
+
+
+ 7030
+ 1
+ 0
+ 0
+ 0
+
+
+ 7031
+ 1
+ 0
+ 0
+ 0
+
+
+ 7032
+ 1
+ 0
+ 0
+ 0
+
+
+ 7033
+ 1
+ 0
+ 0
+ 0
+
+
+ 7034
+ 1
+ 0
+ 0
+ 0
+
+
+ 7035
+ 1
+ 0
+ 0
+ 0
+
+
+ 7036
+ 1
+ 0
+ 0
+ 0
+
+
+ 7037
+ 1
+ 0
+ 0
+ 0
+
+
+ 7038
+ 1
+ 0
+ 0
+ 0
+
+
+ 7039
+ 1
+ 0
+ 0
+ 0
+
+
+ 7040
+ 1
+ 0
+ 0
+ 0
+
+
+ 7041
+ 1
+ 0
+ 0
+ 0
+
+
+ 7042
+ 1
+ 0
+ 0
+ 0
+
+
+ 7043
+ 1
+ 0
+ 0
+ 0
+
+
+ 7044
+ 1
+ 0
+ 0
+ 0
+
+
+ 7045
+ 1
+ 0
+ 0
+ 0
+
+
+ 7046
+ 1
+ 0
+ 0
+ 0
+
+
+ 7047
+ 1
+ 0
+ 0
+ 0
+
+
+ 7048
+ 1
+ 0
+ 0
+ 0
+
+
+ 7049
+ 1
+ 0
+ 0
+ 0
+
+
+ 7050
+ 1
+ 0
+ 0
+ 0
+
+
+ 7051
+ 130
+ 0
+ 0
+ 0
+
+
+ 7052
+ 130
+ 0
+ 0
+ 0
+
+
+ 7053
+ 130
+ 0
+ 0
+ 0
+
+
+ 7054
+ 13
+ 0
+ 0
+ 0
+
+
+ 7055
+ 13
+ 0
+ 0
+ 0
+
+
+ 7056
+ 12
+ 0
+ 0
+ 0
+
+
+ 7057
+ 12
+ 0
+ 0
+ 0
+
+
+ 7058
+ 45
+ 0
+ 0
+ 0
+
+
+ 7059
+ 45
+ 0
+ 0
+ 0
+
+
+ 7060
+ 113
+ 0
+ 0
+ 0
+
+
+ 7061
+ 113
+ 0
+ 0
+ 0
+
+
+ 7062
+ 13
+ 0
+ 0
+ 0
+
+
+ 7063
+ 13
+ 0
+ 0
+ 0
+
+
+ 7064
+ 12
+ 0
+ 0
+ 0
+
+
+ 7065
+ 12
+ 0
+ 0
+ 0
+
+
+ 7066
+ 45
+ 0
+ 0
+ 0
+
+
+ 7067
+ 45
+ 0
+ 0
+ 0
+
+
+ 7068
+ 113
+ 0
+ 0
+ 0
+
+
+ 7069
+ 113
+ 0
+ 0
+ 0
+
+
+ 7070
+ 8
+ 0
+ 0
+ 0
+
+
+ 7071
+ 8
+ 0
+ 0
+ 0
+
+
+ 7072
+ 9
+ 0
+ 0
+ 0
+
+
+ 7073
+ 9
+ 0
+ 0
+ 0
+
+
+ 7074
+ 7
+ 0
+ 0
+ 0
+
+
+ 7075
+ 7
+ 0
+ 0
+ 0
+
+
+ 7076
+ 8
+ 0
+ 0
+ 0
+
+
+ 7077
+ 8
+ 0
+ 0
+ 0
+
+
+ 7078
+ 8
+ 0
+ 0
+ 0
+
+
+ 7079
+ 8
+ 0
+ 0
+ 0
+
+
+ 7080
+ 42
+ 0
+ 0
+ 0
+
+
+ 7081
+ 42
+ 0
+ 0
+ 0
+
+
+ 7082
+ 42
+ 0
+ 0
+ 0
+
+
+ 7083
+ 42
+ 0
+ 0
+ 0
+
+
+ 7084
+ 7
+ 0
+ 0
+ 0
+
+
+ 7085
+ 7
+ 0
+ 0
+ 0
+
+
+ 7086
+ 104
+ 0
+ 0
+ 0
+
+
+ 7087
+ 104
+ 0
+ 0
+ 0
+
+
+ 7088
+ 13
+ 0
+ 0
+ 0
+
+
+ 7089
+ 13
+ 0
+ 0
+ 0
+
+
+ 7090
+ 5
+ 0
+ 0
+ 0
+
+
+ 7091
+ 5
+ 0
+ 0
+ 0
+
+
+ 7092
+ 5
+ 0
+ 0
+ 0
+
+
+ 7093
+ 5
+ 0
+ 0
+ 0
+
+
+ 7094
+ 5
+ 0
+ 0
+ 0
+
+
+ 7095
+ 5
+ 0
+ 0
+ 0
+
+
+ 7096
+ 1
+ 0
+ 0
+ 0
+
+
+ 7097
+ 1
+ 0
+ 0
+ 0
+
+
+ 7098
+ 1
+ 0
+ 0
+ 0
+
+
+ 7099
+ 1
+ 0
+ 0
+ 0
+
+
+ 7100
+ 1
+ 0
+ 0
+ 0
+
+
+ 7101
+ 1
+ 0
+ 0
+ 0
+
+
+ 7102
+ 1
+ 0
+ 0
+ 0
+
+
+ 7103
+ 1
+ 0
+ 0
+ 0
+
+
+ 7104
+ 1
+ 0
+ 0
+ 0
+
+
+ 7105
+ 1
+ 0
+ 0
+ 0
+
+
+ 7106
+ 1
+ 0
+ 0
+ 0
+
+
+ 7107
+ 1
+ 0
+ 0
+ 0
+
+
+ 7108
+ 52
+ 0
+ 0
+ 0
+
+
+ 7109
+ 52
+ 0
+ 0
+ 0
+
+
+ 7110
+ 300
+ 0
+ 0
+ 0
+
+
+ 7111
+ 300
+ 0
+ 0
+ 0
+
+
+ 7112
+ 100
+ 0
+ 0
+ 0
+
+
+ 7113
+ 100
+ 0
+ 0
+ 0
+
+
+ 7114
+ 350
+ 0
+ 0
+ 0
+
+
+ 7115
+ 350
+ 0
+ 0
+ 0
+
+
+ 7116
+ 350
+ 0
+ 0
+ 0
+
+
+ 7117
+ 350
+ 0
+ 0
+ 0
+
+
+ 7118
+ 1
+ 0
+ 0
+ 0
+
+
+ 7119
+ 1
+ 0
+ 0
+ 0
+
+
+ 7120
+ 1
+ 0
+ 0
+ 0
+
+
+ 7121
+ 1
+ 0
+ 0
+ 0
+
+
+ 7122
+ 300
+ 0
+ 0
+ 0
+
+
+ 7123
+ 300
+ 0
+ 0
+ 0
+
+
+ 7124
+ 100
+ 0
+ 0
+ 0
+
+
+ 7125
+ 100
+ 0
+ 0
+ 0
+
+
+ 7126
+ 350
+ 0
+ 0
+ 0
+
+
+ 7127
+ 350
+ 0
+ 0
+ 0
+
+
+ 7128
+ 300
+ 0
+ 0
+ 0
+
+
+ 7129
+ 300
+ 0
+ 0
+ 0
+
+
+ 7130
+ 100
+ 0
+ 0
+ 0
+
+
+ 7131
+ 100
+ 0
+ 0
+ 0
+
+
+ 7132
+ 350
+ 0
+ 0
+ 0
+
+
+ 7133
+ 350
+ 0
+ 0
+ 0
+
+
+ 7134
+ 300
+ 0
+ 0
+ 0
+
+
+ 7135
+ 300
+ 0
+ 0
+ 0
+
+
+ 7136
+ 100
+ 0
+ 0
+ 0
+
+
+ 7137
+ 100
+ 0
+ 0
+ 0
+
+
+ 7138
+ 350
+ 0
+ 0
+ 0
+
+
+ 7139
+ 350
+ 0
+ 0
+ 0
+
+
+ 7140
+ 2560
+ 0
+ 0
+ 0
+
+
+ 7141
+ 1040
+ 0
+ 0
+ 0
+
+
+ 7142
+ 25600
+ 0
+ 0
+ 0
+
+
+ 7143
+ 1
+ 0
+ 0
+ 0
+
+
+ 7144
+ 1
+ 0
+ 0
+ 0
+
+
+ 7145
+ 1
+ 0
+ 0
+ 0
+
+
+ 7146
+ 1
+ 0
+ 0
+ 0
+
+
+ 7147
+ 1
+ 0
+ 0
+ 0
+
+
+ 7148
+ 1
+ 0
+ 0
+ 0
+
+
+ 7149
+ 1
+ 0
+ 0
+ 0
+
+
+ 7150
+ 1
+ 0
+ 0
+ 0
+
+
+ 7151
+ 1
+ 0
+ 0
+ 0
+
+
+ 7152
+ 1
+ 0
+ 0
+ 0
+
+
+ 7153
+ 1
+ 0
+ 0
+ 0
+
+
+ 7154
+ 1
+ 0
+ 0
+ 0
+
+
+ 7155
+ 18
+ 0
+ 0
+ 0
+
+
+ 7156
+ 1
+ 0
+ 0
+ 0
+
+
+ 7157
+ 30
+ 0
+ 0
+ 0
+
+
+ 7158
+ 220000
+ 0
+ 0
+ 0
+
+
+ 7159
+ 200
+ 0
+ 0
+ 0
+
+
+ 7160
+ 1
+ 0
+ 0
+ 0
+
+
+ 7161
+ 200
+ 0
+ 0
+ 0
+
+
+ 7162
+ 5
+ 0
+ 0
+ 0
+
+
+ 7163
+ 5
+ 0
+ 0
+ 0
+
+
+ 7164
+ 22
+ 0
+ 0
+ 0
+
+
+ 7165
+ 22
+ 0
+ 0
+ 0
+
+
+ 7166
+ 26
+ 0
+ 0
+ 0
+
+
+ 7167
+ 26
+ 0
+ 0
+ 0
+
+
+ 7168
+ 27
+ 0
+ 0
+ 0
+
+
+ 7169
+ 27
+ 0
+ 0
+ 0
+
+
+ 7170
+ 54
+ 0
+ 0
+ 0
+
+
+ 7171
+ 54
+ 0
+ 0
+ 0
+
+
+ 7172
+ 8
+ 0
+ 0
+ 0
+
+
+ 7173
+ 8
+ 0
+ 0
+ 0
+
+
+ 7174
+ 11
+ 0
+ 0
+ 0
+
+
+ 7175
+ 11
+ 0
+ 0
+ 0
+
+
+ 7176
+ 12
+ 0
+ 0
+ 0
+
+
+ 7177
+ 12
+ 0
+ 0
+ 0
+
+
+ 7178
+ 90
+ 0
+ 0
+ 0
+
+
+ 7179
+ 90
+ 0
+ 0
+ 0
+
+
+ 7180
+ 12
+ 0
+ 0
+ 0
+
+
+ 7181
+ 12
+ 0
+ 0
+ 0
+
+
+ 7182
+ 24
+ 0
+ 0
+ 0
+
+
+ 7183
+ 24
+ 0
+ 0
+ 0
+
+
+ 7184
+ 49
+ 0
+ 0
+ 0
+
+
+ 7185
+ 49
+ 0
+ 0
+ 0
+
+
+ 7186
+ 50
+ 0
+ 0
+ 0
+
+
+ 7187
+ 50
+ 0
+ 0
+ 0
+
+
+ 7188
+ 100
+ 0
+ 0
+ 0
+
+
+ 7189
+ 100
+ 0
+ 0
+ 0
+
+
+ 7190
+ 50
+ 0
+ 0
+ 0
+
+
+ 7191
+ 50
+ 0
+ 0
+ 0
+
+
+ 7192
+ 54
+ 0
+ 0
+ 0
+
+
+ 7193
+ 54
+ 0
+ 0
+ 0
+
+
+ 7194
+ 154
+ 0
+ 0
+ 0
+
+
+ 7195
+ 154
+ 0
+ 0
+ 0
+
+
+ 7196
+ 155
+ 0
+ 0
+ 0
+
+
+ 7197
+ 155
+ 0
+ 0
+ 0
+
+
+ 7198
+ 310
+ 0
+ 0
+ 0
+
+
+ 7199
+ 310
+ 0
+ 0
+ 0
+
+
+ 7200
+ 155
+ 0
+ 0
+ 0
+
+
+ 7201
+ 155
+ 0
+ 0
+ 0
+
+
+ 7202
+ 5
+ 0
+ 0
+ 0
+
+
+ 7203
+ 5
+ 0
+ 0
+ 0
+
+
+ 7204
+ 90
+ 0
+ 0
+ 0
+
+
+ 7205
+ 90
+ 0
+ 0
+ 0
+
+
+ 7206
+ 91
+ 0
+ 0
+ 0
+
+
+ 7207
+ 91
+ 0
+ 0
+ 0
+
+
+ 7208
+ 182
+ 0
+ 0
+ 0
+
+
+ 7209
+ 182
+ 0
+ 0
+ 0
+
+
+ 7210
+ 91
+ 0
+ 0
+ 0
+
+
+ 7211
+ 91
+ 0
+ 0
+ 0
+
+
+ 7212
+ 21
+ 0
+ 0
+ 0
+
+
+ 7213
+ 21
+ 0
+ 0
+ 0
+
+
+ 7214
+ 69
+ 0
+ 0
+ 0
+
+
+ 7215
+ 69
+ 0
+ 0
+ 0
+
+
+ 7216
+ 70
+ 0
+ 0
+ 0
+
+
+ 7217
+ 70
+ 0
+ 0
+ 0
+
+
+ 7218
+ 140
+ 0
+ 0
+ 0
+
+
+ 7219
+ 140
+ 0
+ 0
+ 0
+
+
+ 7220
+ 70
+ 0
+ 0
+ 0
+
+
+ 7221
+ 70
+ 0
+ 0
+ 0
+
+
+ 7222
+ 1
+ 0
+ 0
+ 0
+
+
+ 7223
+ 20
+ 0
+ 0
+ 0
+
+
+ 7224
+ 84
+ 0
+ 0
+ 0
+
+
+ 7225
+ 64
+ 0
+ 0
+ 0
+
+
+ 7226
+ 1
+ 0
+ 0
+ 0
+
+
+ 7227
+ 1
+ 0
+ 0
+ 0
+
+
+ 7228
+ 85
+ 0
+ 0
+ 0
+
+
+ 7229
+ 85
+ 0
+ 0
+ 0
+
+
+ 7230
+ 149
+ 0
+ 0
+ 0
+
+
+ 7231
+ 1
+ 0
+ 0
+ 0
+
+
+ 7232
+ 20
+ 0
+ 0
+ 0
+
+
+ 7233
+ 84
+ 0
+ 0
+ 0
+
+
+ 7234
+ 64
+ 0
+ 0
+ 0
+
+
+ 7235
+ 149
+ 0
+ 0
+ 0
+
+
+ 7236
+ 1
+ 0
+ 0
+ 0
+
+
+ 7237
+ 50
+ 0
+ 0
+ 0
+
+
+ 7238
+ 1
+ 0
+ 0
+ 0
+
+
+ 7239
+ 1
+ 0
+ 0
+ 0
+
+
+ 7240
+ 50
+ 0
+ 0
+ 0
+
+
+ 7241
+ 1
+ 0
+ 0
+ 0
+
+
+ 7242
+ 50
+ 0
+ 0
+ 0
+
+
+ 7243
+ 1
+ 0
+ 0
+ 0
+
+
+ 7244
+ 50
+ 0
+ 0
+ 0
+
+
+ 7245
+ 1
+ 0
+ 0
+ 0
+
+
+ 7246
+ 50
+ 0
+ 0
+ 0
+
+
+ 7247
+ 1
+ 0
+ 0
+ 0
+
+
+ 7248
+ 1
+ 0
+ 0
+ 0
+
+
+ 7249
+ 1
+ 0
+ 0
+ 0
+
+
+ 7250
+ 1
+ 0
+ 0
+ 0
+
+
+ 7251
+ 1
+ 0
+ 0
+ 0
+
+
+ 7252
+ 1
+ 0
+ 0
+ 0
+
+
+ 7253
+ 1
+ 0
+ 0
+ 0
+
+
+ 7254
+ 1
+ 0
+ 0
+ 0
+
+
+ 7255
+ 1
+ 0
+ 0
+ 0
+
+
+ 7256
+ 1
+ 0
+ 0
+ 0
+
+
+ 7257
+ 50
+ 0
+ 0
+ 0
+
+
+ 7258
+ 1
+ 0
+ 0
+ 0
+
+
+ 7259
+ 50
+ 0
+ 0
+ 0
+
+
+ 7260
+ 1
+ 0
+ 0
+ 0
+
+
+ 7261
+ 50
+ 0
+ 0
+ 0
+
+
+ 7262
+ 1
+ 0
+ 0
+ 0
+
+
+ 7263
+ 50
+ 0
+ 0
+ 0
+
+
+ 7264
+ 1
+ 0
+ 0
+ 0
+
+
+ 7265
+ 50
+ 0
+ 0
+ 0
+
+
+ 7266
+ 1
+ 0
+ 0
+ 0
+
+
+ 7267
+ 50
+ 0
+ 0
+ 0
+
+
+ 7268
+ 1
+ 0
+ 0
+ 0
+
+
+ 7269
+ 1
+ 0
+ 0
+ 0
+
+
+ 7270
+ 1
+ 0
+ 0
+ 0
+
+
+ 7271
+ 1
+ 0
+ 0
+ 0
+
+
+ 7272
+ 1
+ 0
+ 0
+ 0
+
+
+ 7273
+ 1
+ 0
+ 0
+ 0
+
+
+ 7274
+ 1
+ 0
+ 0
+ 0
+
+
+ 7275
+ 1
+ 0
+ 0
+ 0
+
+
+ 7276
+ 1
+ 0
+ 0
+ 0
+
+
+ 7277
+ 1
+ 0
+ 0
+ 0
+
+
+ 7278
+ 1
+ 0
+ 0
+ 0
+
+
+ 7279
+ 1
+ 0
+ 0
+ 0
+
+
+ 7280
+ 1
+ 0
+ 0
+ 0
+
+
+ 7281
+ 1
+ 0
+ 0
+ 0
+
+
+ 7282
+ 1
+ 0
+ 0
+ 0
+
+
+ 7283
+ 1
+ 0
+ 0
+ 0
+
+
+ 7284
+ 1
+ 0
+ 0
+ 0
+
+
+ 7285
+ 1
+ 0
+ 0
+ 0
+
+
+ 7286
+ 1
+ 0
+ 0
+ 0
+
+
+ 7287
+ 50
+ 0
+ 0
+ 0
+
+
+ 7288
+ 1
+ 0
+ 0
+ 0
+
+
+ 7289
+ 50
+ 0
+ 0
+ 0
+
+
+ 7290
+ 1
+ 0
+ 0
+ 0
+
+
+ 7291
+ 50
+ 0
+ 0
+ 0
+
+
+ 7292
+ 1
+ 0
+ 0
+ 0
+
+
+ 7293
+ 50
+ 0
+ 0
+ 0
+
+
+ 7294
+ 1
+ 0
+ 0
+ 0
+
+
+ 7295
+ 50
+ 0
+ 0
+ 0
+
+
+ 7296
+ 1
+ 0
+ 0
+ 0
+
+
+ 7297
+ 1
+ 0
+ 0
+ 0
+
+
+ 7298
+ 1
+ 0
+ 0
+ 0
+
+
+ 7299
+ 1
+ 0
+ 0
+ 0
+
+
+ 7300
+ 1
+ 0
+ 0
+ 0
+
+
+ 7301
+ 1
+ 0
+ 0
+ 0
+
+
+ 7302
+ 1
+ 0
+ 0
+ 0
+
+
+ 7303
+ 1
+ 0
+ 0
+ 0
+
+
+ 7304
+ 1
+ 0
+ 0
+ 0
+
+
+ 7305
+ 1
+ 0
+ 0
+ 0
+
+
+ 7306
+ 50
+ 0
+ 0
+ 0
+
+
+ 7307
+ 1
+ 0
+ 0
+ 0
+
+
+ 7308
+ 50
+ 0
+ 0
+ 0
+
+
+ 7309
+ 1
+ 0
+ 0
+ 0
+
+
+ 7310
+ 50
+ 0
+ 0
+ 0
+
+
+ 7311
+ 1
+ 0
+ 0
+ 0
+
+
+ 7312
+ 50
+ 0
+ 0
+ 0
+
+
+ 7313
+ 1
+ 0
+ 0
+ 0
+
+
+ 7314
+ 50
+ 0
+ 0
+ 0
+
+
+ 7315
+ 1
+ 0
+ 0
+ 0
+
+
+ 7316
+ 50
+ 0
+ 0
+ 0
+
+
+ 7317
+ 1
+ 0
+ 0
+ 0
+
+
+ 7318
+ 50
+ 0
+ 0
+ 0
+
+
+ 7319
+ 225
+ 0
+ 0
+ 0
+
+
+ 7320
+ 225
+ 0
+ 0
+ 0
+
+
+ 7321
+ 225
+ 0
+ 0
+ 0
+
+
+ 7322
+ 225
+ 0
+ 0
+ 0
+
+
+ 7323
+ 225
+ 0
+ 0
+ 0
+
+
+ 7324
+ 225
+ 0
+ 0
+ 0
+
+
+ 7325
+ 225
+ 0
+ 0
+ 0
+
+
+ 7326
+ 225
+ 0
+ 0
+ 0
+
+
+ 7327
+ 225
+ 0
+ 0
+ 0
+
+
+ 7328
+ 225
+ 0
+ 0
+ 0
+
+
+ 7329
+ 15
+ 0
+ 0
+ 0
+
+
+ 7330
+ 15
+ 0
+ 0
+ 0
+
+
+ 7331
+ 15
+ 0
+ 0
+ 0
+
+
+ 7332
+ 1632
+ 0
+ 0
+ 0
+
+
+ 7333
+ 1632
+ 0
+ 0
+ 0
+
+
+ 7334
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7335
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7336
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7337
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7338
+ 16325
+ 0
+ 0
+ 0
+
+
+ 7339
+ 16325
+ 0
+ 0
+ 0
+
+
+ 7340
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7341
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7342
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7343
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7344
+ 1632
+ 0
+ 0
+ 0
+
+
+ 7345
+ 1632
+ 0
+ 0
+ 0
+
+
+ 7346
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7347
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7348
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7349
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7350
+ 1632
+ 0
+ 0
+ 0
+
+
+ 7351
+ 1632
+ 0
+ 0
+ 0
+
+
+ 7352
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7353
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7354
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7355
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7356
+ 1632
+ 0
+ 0
+ 0
+
+
+ 7357
+ 1632
+ 0
+ 0
+ 0
+
+
+ 7358
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7359
+ 5440
+ 0
+ 0
+ 0
+
+
+ 7360
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7361
+ 54400
+ 0
+ 0
+ 0
+
+
+ 7362
+ 850
+ 0
+ 0
+ 0
+
+
+ 7363
+ 850
+ 0
+ 0
+ 0
+
+
+ 7364
+ 850
+ 0
+ 0
+ 0
+
+
+ 7365
+ 850
+ 0
+ 0
+ 0
+
+
+ 7366
+ 750
+ 0
+ 0
+ 0
+
+
+ 7367
+ 750
+ 0
+ 0
+ 0
+
+
+ 7368
+ 750
+ 0
+ 0
+ 0
+
+
+ 7369
+ 750
+ 0
+ 0
+ 0
+
+
+ 7370
+ 7800
+ 0
+ 0
+ 0
+
+
+ 7371
+ 7800
+ 0
+ 0
+ 0
+
+
+ 7372
+ 7800
+ 0
+ 0
+ 0
+
+
+ 7373
+ 7800
+ 0
+ 0
+ 0
+
+
+ 7374
+ 9360
+ 0
+ 0
+ 0
+
+
+ 7375
+ 9360
+ 0
+ 0
+ 0
+
+
+ 7376
+ 9360
+ 0
+ 0
+ 0
+
+
+ 7377
+ 9360
+ 0
+ 0
+ 0
+
+
+ 7378
+ 3900
+ 0
+ 0
+ 0
+
+
+ 7379
+ 3900
+ 0
+ 0
+ 0
+
+
+ 7380
+ 3900
+ 0
+ 0
+ 0
+
+
+ 7381
+ 3900
+ 0
+ 0
+ 0
+
+
+ 7382
+ 4320
+ 0
+ 0
+ 0
+
+
+ 7383
+ 4320
+ 0
+ 0
+ 0
+
+
+ 7384
+ 4320
+ 0
+ 0
+ 0
+
+
+ 7385
+ 4320
+ 0
+ 0
+ 0
+
+
+ 7386
+ 2
+ 0
+ 0
+ 0
+
+
+ 7387
+ 2
+ 0
+ 0
+ 0
+
+
+ 7388
+ 2
+ 0
+ 0
+ 0
+
+
+ 7389
+ 2
+ 0
+ 0
+ 0
+
+
+ 7390
+ 15
+ 0
+ 0
+ 0
+
+
+ 7391
+ 15
+ 0
+ 0
+ 0
+
+
+ 7392
+ 15
+ 0
+ 0
+ 0
+
+
+ 7393
+ 15
+ 0
+ 0
+ 0
+
+
+ 7394
+ 2
+ 0
+ 0
+ 0
+
+
+ 7395
+ 2
+ 0
+ 0
+ 0
+
+
+ 7396
+ 2
+ 0
+ 0
+ 0
+
+
+ 7397
+ 2
+ 0
+ 0
+ 0
+
+
+ 7398
+ 80000
+ 0
+ 0
+ 0
+
+
+ 7399
+ 120000
+ 0
+ 0
+ 0
+
+
+ 7400
+ 15000
+ 0
+ 0
+ 0
+
+
+ 7401
+ 80000
+ 0
+ 0
+ 0
+
+
+ 7402
+ 120000
+ 0
+ 0
+ 0
+
+
+ 7403
+ 15000
+ 0
+ 0
+ 0
+
+
+ 7404
+ 4
+ 0
+ 0
+ 0
+
+
+ 7405
+ 4
+ 0
+ 0
+ 0
+
+
+ 7406
+ 4
+ 0
+ 0
+ 0
+
+
+ 7407
+ 220000
+ 0
+ 0
+ 0
+
+
+ 7408
+ 1
+ 0
+ 0
+ 0
+
+
+ 7409
+ 1
+ 0
+ 0
+ 0
+
+
+ 7410
+ 1
+ 0
+ 0
+ 0
+
+
+ 7411
+ 1
+ 0
+ 0
+ 0
+
+
+ 7412
+ 1
+ 0
+ 0
+ 0
+
+
+ 7413
+ 1
+ 0
+ 0
+ 0
+
+
+ 7414
+ 1
+ 0
+ 0
+ 0
+
+
+ 7415
+ 1
+ 0
+ 0
+ 0
+
+
+ 7416
+ 600
+ 0
+ 0
+ 0
+
+
+ 7417
+ 600
+ 0
+ 0
+ 0
+
+
+ 7418
+ 400
+ 0
+ 0
+ 0
+
+
+ 7419
+ 400
+ 0
+ 0
+ 0
+
+
+ 7420
+ 1
+ 0
+ 0
+ 0
+
+
+ 7421
+ 300
+ 0
+ 0
+ 0
+
+
+ 7422
+ 1
+ 0
+ 0
+ 0
+
+
+ 7423
+ 1
+ 0
+ 0
+ 0
+
+
+ 7424
+ 1
+ 0
+ 0
+ 0
+
+
+ 7425
+ 1
+ 0
+ 0
+ 0
+
+
+ 7426
+ 1
+ 0
+ 0
+ 0
+
+
+ 7427
+ 1
+ 0
+ 0
+ 0
+
+
+ 7428
+ 1
+ 0
+ 0
+ 0
+
+
+ 7429
+ 1
+ 0
+ 0
+ 0
+
+
+ 7430
+ 1
+ 0
+ 0
+ 0
+
+
+ 7431
+ 1
+ 0
+ 0
+ 0
+
+
+ 7432
+ 10
+ 0
+ 0
+ 0
+
+
+ 7433
+ 35
+ 0
+ 0
+ 0
+
+
+ 7434
+ 35
+ 0
+ 0
+ 0
+
+
+ 7435
+ 50
+ 0
+ 0
+ 0
+
+
+ 7436
+ 50
+ 0
+ 0
+ 0
+
+
+ 7437
+ 325
+ 0
+ 0
+ 0
+
+
+ 7438
+ 325
+ 0
+ 0
+ 0
+
+
+ 7439
+ 1920
+ 0
+ 0
+ 0
+
+
+ 7440
+ 1920
+ 0
+ 0
+ 0
+
+
+ 7441
+ 1660
+ 0
+ 0
+ 0
+
+
+ 7442
+ 1660
+ 0
+ 0
+ 0
+
+
+ 7443
+ 3200
+ 0
+ 0
+ 0
+
+
+ 7444
+ 3200
+ 0
+ 0
+ 0
+
+
+ 7445
+ 14400
+ 0
+ 0
+ 0
+
+
+ 7446
+ 14400
+ 0
+ 0
+ 0
+
+
+ 7447
+ 8000
+ 0
+ 0
+ 0
+
+
+ 7448
+ 8000
+ 0
+ 0
+ 0
+
+
+ 7449
+ 41500
+ 0
+ 0
+ 0
+
+
+ 7450
+ 41500
+ 0
+ 0
+ 0
+
+
+ 7451
+ 25600
+ 0
+ 0
+ 0
+
+
+ 7452
+ 25600
+ 0
+ 0
+ 0
+
+
+ 7453
+ 50
+ 0
+ 0
+ 0
+
+
+ 7454
+ 100
+ 0
+ 0
+ 0
+
+
+ 7455
+ 250
+ 0
+ 0
+ 0
+
+
+ 7456
+ 500
+ 0
+ 0
+ 0
+
+
+ 7457
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7458
+ 1500
+ 0
+ 0
+ 0
+
+
+ 7459
+ 2500
+ 0
+ 0
+ 0
+
+
+ 7460
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7461
+ 100000
+ 0
+ 0
+ 0
+
+
+ 7462
+ 100000
+ 0
+ 0
+ 0
+
+
+ 7463
+ 2
+ 0
+ 0
+ 0
+
+
+ 7464
+ 1
+ 0
+ 0
+ 0
+
+
+ 7465
+ 1
+ 0
+ 0
+ 0
+
+
+ 7466
+ 1
+ 0
+ 0
+ 0
+
+
+ 7467
+ 1
+ 0
+ 0
+ 0
+
+
+ 7468
+ 10
+ 0
+ 0
+ 0
+
+
+ 7469
+ 1
+ 0
+ 0
+ 0
+
+
+ 7470
+ 1
+ 0
+ 0
+ 0
+
+
+ 7471
+ 1
+ 0
+ 0
+ 0
+
+
+ 7472
+ 1
+ 0
+ 0
+ 0
+
+
+ 7473
+ 1
+ 0
+ 0
+ 0
+
+
+ 7474
+ 1
+ 0
+ 0
+ 0
+
+
+ 7475
+ 1
+ 0
+ 0
+ 0
+
+
+ 7476
+ 1
+ 0
+ 0
+ 0
+
+
+ 7477
+ 1
+ 0
+ 0
+ 0
+
+
+ 7478
+ 1
+ 0
+ 0
+ 0
+
+
+ 7479
+ 20
+ 0
+ 0
+ 0
+
+
+ 7480
+ 1
+ 0
+ 0
+ 0
+
+
+ 7481
+ 1
+ 0
+ 0
+ 0
+
+
+ 7482
+ 1
+ 0
+ 0
+ 0
+
+
+ 7483
+ 1
+ 0
+ 0
+ 0
+
+
+ 7484
+ 1
+ 0
+ 0
+ 0
+
+
+ 7485
+ 1
+ 0
+ 0
+ 0
+
+
+ 7486
+ 1
+ 0
+ 0
+ 0
+
+
+ 7487
+ 1
+ 0
+ 0
+ 0
+
+
+ 7488
+ 1
+ 0
+ 0
+ 0
+
+
+ 7489
+ 1
+ 0
+ 0
+ 0
+
+
+ 7490
+ 1
+ 0
+ 0
+ 0
+
+
+ 7491
+ 1
+ 0
+ 0
+ 0
+
+
+ 7492
+ 1
+ 0
+ 0
+ 0
+
+
+ 7493
+ 1
+ 0
+ 0
+ 0
+
+
+ 7494
+ 1
+ 0
+ 0
+ 0
+
+
+ 7495
+ 1
+ 0
+ 0
+ 0
+
+
+ 7496
+ 1
+ 0
+ 0
+ 0
+
+
+ 7497
+ 30
+ 0
+ 0
+ 0
+
+
+ 7498
+ 1
+ 0
+ 0
+ 0
+
+
+ 7499
+ 1
+ 0
+ 0
+ 0
+
+
+ 7500
+ 1
+ 0
+ 0
+ 0
+
+
+ 7501
+ 1
+ 0
+ 0
+ 0
+
+
+ 7502
+ 1
+ 0
+ 0
+ 0
+
+
+ 7503
+ 1
+ 0
+ 0
+ 0
+
+
+ 7504
+ 1
+ 0
+ 0
+ 0
+
+
+ 7505
+ 1
+ 0
+ 0
+ 0
+
+
+ 7506
+ 1
+ 0
+ 0
+ 0
+
+
+ 7507
+ 1
+ 0
+ 0
+ 0
+
+
+ 7508
+ 2
+ 0
+ 0
+ 0
+
+
+ 7509
+ 1
+ 0
+ 0
+ 0
+
+
+ 7510
+ 1
+ 0
+ 0
+ 0
+
+
+ 7511
+ 10
+ 0
+ 0
+ 0
+
+
+ 7512
+ 6
+ 0
+ 0
+ 0
+
+
+ 7513
+ 3
+ 0
+ 0
+ 0
+
+
+ 7514
+ 2
+ 0
+ 0
+ 0
+
+
+ 7515
+ 1
+ 0
+ 0
+ 0
+
+
+ 7516
+ 1
+ 0
+ 0
+ 0
+
+
+ 7517
+ 1
+ 0
+ 0
+ 0
+
+
+ 7518
+ 1
+ 0
+ 0
+ 0
+
+
+ 7519
+ 1
+ 0
+ 0
+ 0
+
+
+ 7520
+ 1
+ 0
+ 0
+ 0
+
+
+ 7521
+ 50
+ 0
+ 0
+ 0
+
+
+ 7522
+ 50
+ 0
+ 0
+ 0
+
+
+ 7523
+ 40
+ 0
+ 0
+ 0
+
+
+ 7524
+ 30
+ 0
+ 0
+ 0
+
+
+ 7525
+ 20
+ 0
+ 0
+ 0
+
+
+ 7526
+ 10
+ 0
+ 0
+ 0
+
+
+ 7527
+ 1
+ 0
+ 0
+ 0
+
+
+ 7528
+ 1
+ 0
+ 0
+ 0
+
+
+ 7529
+ 100
+ 0
+ 0
+ 0
+
+
+ 7530
+ 100
+ 0
+ 0
+ 0
+
+
+ 7531
+ 1
+ 0
+ 0
+ 0
+
+
+ 7532
+ 1
+ 0
+ 0
+ 0
+
+
+ 7533
+ 1
+ 0
+ 0
+ 0
+
+
+ 7534
+ 1
+ 0
+ 0
+ 0
+
+
+ 7535
+ 1
+ 0
+ 0
+ 0
+
+
+ 7536
+ 1
+ 0
+ 0
+ 0
+
+
+ 7537
+ 1
+ 0
+ 0
+ 0
+
+
+ 7538
+ 1
+ 0
+ 0
+ 0
+
+
+ 7539
+ 1
+ 0
+ 0
+ 0
+
+
+ 7540
+ 1
+ 0
+ 0
+ 0
+
+
+ 7541
+ 1
+ 0
+ 0
+ 0
+
+
+ 7542
+ 50
+ 0
+ 0
+ 0
+
+
+ 7543
+ 20
+ 0
+ 0
+ 0
+
+
+ 7544
+ 4
+ 0
+ 0
+ 0
+
+
+ 7545
+ 6
+ 0
+ 0
+ 0
+
+
+ 7546
+ 10
+ 0
+ 0
+ 0
+
+
+ 7547
+ 5
+ 0
+ 0
+ 0
+
+
+ 7548
+ 1
+ 0
+ 0
+ 0
+
+
+ 7549
+ 1
+ 0
+ 0
+ 0
+
+
+ 7550
+ 1
+ 0
+ 0
+ 0
+
+
+ 7551
+ 1
+ 0
+ 0
+ 0
+
+
+ 7552
+ 1
+ 0
+ 0
+ 0
+
+
+ 7553
+ 1
+ 0
+ 0
+ 0
+
+
+ 7554
+ 1
+ 0
+ 0
+ 0
+
+
+ 7555
+ 1
+ 0
+ 0
+ 0
+
+
+ 7556
+ 1
+ 0
+ 0
+ 0
+
+
+ 7557
+ 1
+ 0
+ 0
+ 0
+
+
+ 7558
+ 1
+ 0
+ 0
+ 0
+
+
+ 7559
+ 1
+ 0
+ 0
+ 0
+
+
+ 7560
+ 1
+ 0
+ 0
+ 0
+
+
+ 7561
+ 1
+ 0
+ 0
+ 0
+
+
+ 7562
+ 1
+ 0
+ 0
+ 0
+
+
+ 7563
+ 1
+ 0
+ 0
+ 0
+
+
+ 7564
+ 1
+ 0
+ 0
+ 0
+
+
+ 7565
+ 1
+ 0
+ 0
+ 0
+
+
+ 7566
+ 100
+ 0
+ 0
+ 0
+
+
+ 7567
+ 100
+ 0
+ 0
+ 0
+
+
+ 7568
+ 150
+ 0
+ 0
+ 0
+
+
+ 7569
+ 150
+ 0
+ 0
+ 0
+
+
+ 7570
+ 1
+ 0
+ 0
+ 0
+
+
+ 7571
+ 1
+ 0
+ 0
+ 0
+
+
+ 7572
+ 5
+ 0
+ 0
+ 0
+
+
+ 7573
+ 5
+ 0
+ 0
+ 0
+
+
+ 7574
+ 5
+ 0
+ 0
+ 0
+
+
+ 7575
+ 5
+ 0
+ 0
+ 0
+
+
+ 7576
+ 1
+ 0
+ 0
+ 0
+
+
+ 7577
+ 1
+ 0
+ 0
+ 0
+
+
+ 7578
+ 1
+ 0
+ 0
+ 0
+
+
+ 7579
+ 1
+ 0
+ 0
+ 0
+
+
+ 7580
+ 1
+ 0
+ 0
+ 0
+
+
+ 7581
+ 1
+ 0
+ 0
+ 0
+
+
+ 7582
+ 1
+ 0
+ 0
+ 0
+
+
+ 7583
+ 1
+ 0
+ 0
+ 0
+
+
+ 7584
+ 1
+ 0
+ 0
+ 0
+
+
+ 7585
+ 1
+ 0
+ 0
+ 0
+
+
+ 7586
+ 1
+ 0
+ 0
+ 0
+
+
+ 7587
+ 1
+ 0
+ 0
+ 0
+
+
+ 7588
+ 1
+ 0
+ 0
+ 0
+
+
+ 7589
+ 1
+ 0
+ 0
+ 0
+
+
+ 7590
+ 1
+ 0
+ 0
+ 0
+
+
+ 7591
+ 1
+ 0
+ 0
+ 0
+
+
+ 7592
+ 1
+ 0
+ 0
+ 0
+
+
+ 7593
+ 1
+ 0
+ 0
+ 0
+
+
+ 7594
+ 1
+ 0
+ 0
+ 0
+
+
+ 7595
+ 1
+ 0
+ 0
+ 0
+
+
+ 7596
+ 1
+ 0
+ 0
+ 0
+
+
+ 7597
+ 1
+ 0
+ 0
+ 0
+
+
+ 7598
+ 1
+ 0
+ 0
+ 0
+
+
+ 7599
+ 1
+ 0
+ 0
+ 0
+
+
+ 7600
+ 1
+ 0
+ 0
+ 0
+
+
+ 7601
+ 1
+ 0
+ 0
+ 0
+
+
+ 7602
+ 1
+ 0
+ 0
+ 0
+
+
+ 7603
+ 1
+ 0
+ 0
+ 0
+
+
+ 7604
+ 1
+ 0
+ 0
+ 0
+
+
+ 7605
+ 1
+ 0
+ 0
+ 0
+
+
+ 7606
+ 1
+ 0
+ 0
+ 0
+
+
+ 7607
+ 1
+ 0
+ 0
+ 0
+
+
+ 7608
+ 1
+ 0
+ 0
+ 0
+
+
+ 7609
+ 1
+ 0
+ 0
+ 0
+
+
+ 7610
+ 1
+ 0
+ 0
+ 0
+
+
+ 7611
+ 1
+ 0
+ 0
+ 0
+
+
+ 7612
+ 1
+ 0
+ 0
+ 0
+
+
+ 7613
+ 1
+ 0
+ 0
+ 0
+
+
+ 7614
+ 1
+ 0
+ 0
+ 0
+
+
+ 7615
+ 1
+ 0
+ 0
+ 0
+
+
+ 7616
+ 1
+ 0
+ 0
+ 0
+
+
+ 7617
+ 1
+ 0
+ 0
+ 0
+
+
+ 7618
+ 1
+ 0
+ 0
+ 0
+
+
+ 7619
+ 1
+ 0
+ 0
+ 0
+
+
+ 7620
+ 1
+ 0
+ 0
+ 0
+
+
+ 7621
+ 1
+ 0
+ 0
+ 0
+
+
+ 7622
+ 1
+ 0
+ 0
+ 0
+
+
+ 7623
+ 1
+ 0
+ 0
+ 0
+
+
+ 7624
+ 1
+ 0
+ 0
+ 0
+
+
+ 7625
+ 1
+ 0
+ 0
+ 0
+
+
+ 7626
+ 1
+ 0
+ 0
+ 0
+
+
+ 7627
+ 1
+ 0
+ 0
+ 0
+
+
+ 7628
+ 1
+ 0
+ 0
+ 0
+
+
+ 7629
+ 1
+ 0
+ 0
+ 0
+
+
+ 7630
+ 1
+ 0
+ 0
+ 0
+
+
+ 7631
+ 1
+ 0
+ 0
+ 0
+
+
+ 7632
+ 1
+ 0
+ 0
+ 0
+
+
+ 7633
+ 1
+ 0
+ 0
+ 0
+
+
+ 7634
+ 1
+ 0
+ 0
+ 0
+
+
+ 7635
+ 1
+ 0
+ 0
+ 0
+
+
+ 7636
+ 1
+ 0
+ 0
+ 0
+
+
+ 7637
+ 1
+ 0
+ 0
+ 0
+
+
+ 7638
+ 1
+ 0
+ 0
+ 0
+
+
+ 7639
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7640
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7641
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7642
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7643
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7644
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7645
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7646
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7647
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7648
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7649
+ 100
+ 0
+ 0
+ 0
+
+
+ 7650
+ 200
+ 0
+ 0
+ 0
+
+
+ 7651
+ 200
+ 0
+ 0
+ 0
+
+
+ 7652
+ 110
+ 0
+ 0
+ 0
+
+
+ 7653
+ 110
+ 0
+ 0
+ 0
+
+
+ 7654
+ 110
+ 0
+ 0
+ 0
+
+
+ 7655
+ 110
+ 0
+ 0
+ 0
+
+
+ 7656
+ 110
+ 0
+ 0
+ 0
+
+
+ 7657
+ 110
+ 0
+ 0
+ 0
+
+
+ 7658
+ 110
+ 0
+ 0
+ 0
+
+
+ 7659
+ 110
+ 0
+ 0
+ 0
+
+
+ 7660
+ 200
+ 0
+ 0
+ 0
+
+
+ 7661
+ 200
+ 0
+ 0
+ 0
+
+
+ 7662
+ 200
+ 0
+ 0
+ 0
+
+
+ 7663
+ 200
+ 0
+ 0
+ 0
+
+
+ 7664
+ 200
+ 0
+ 0
+ 0
+
+
+ 7665
+ 200
+ 0
+ 0
+ 0
+
+
+ 7666
+ 200
+ 0
+ 0
+ 0
+
+
+ 7667
+ 200
+ 0
+ 0
+ 0
+
+
+ 7668
+ 3000
+ 0
+ 0
+ 0
+
+
+ 7669
+ 3000
+ 0
+ 0
+ 0
+
+
+ 7670
+ 1
+ 0
+ 0
+ 0
+
+
+ 7671
+ 1
+ 0
+ 0
+ 0
+
+
+ 7672
+ 1
+ 0
+ 0
+ 0
+
+
+ 7673
+ 1
+ 0
+ 0
+ 0
+
+
+ 7674
+ 1
+ 0
+ 0
+ 0
+
+
+ 7675
+ 1
+ 0
+ 0
+ 0
+
+
+ 7676
+ 1
+ 0
+ 0
+ 0
+
+
+ 7677
+ 1
+ 0
+ 0
+ 0
+
+
+ 7678
+ 1
+ 0
+ 0
+ 0
+
+
+ 7679
+ 1
+ 0
+ 0
+ 0
+
+
+ 7680
+ 1
+ 0
+ 0
+ 0
+
+
+ 7681
+ 1
+ 0
+ 0
+ 0
+
+
+ 7682
+ 1
+ 0
+ 0
+ 0
+
+
+ 7683
+ 1
+ 0
+ 0
+ 0
+
+
+ 7684
+ 1
+ 0
+ 0
+ 0
+
+
+ 7685
+ 1
+ 0
+ 0
+ 0
+
+
+ 7686
+ 1
+ 0
+ 0
+ 0
+
+
+ 7687
+ 1
+ 0
+ 0
+ 0
+
+
+ 7688
+ 1
+ 0
+ 0
+ 0
+
+
+ 7689
+ 1
+ 0
+ 0
+ 0
+
+
+ 7690
+ 1
+ 0
+ 0
+ 0
+
+
+ 7691
+ 1
+ 0
+ 0
+ 0
+
+
+ 7692
+ 1
+ 0
+ 0
+ 0
+
+
+ 7693
+ 1
+ 0
+ 0
+ 0
+
+
+ 7694
+ 1
+ 0
+ 0
+ 0
+
+
+ 7695
+ 1
+ 0
+ 0
+ 0
+
+
+ 7696
+ 1
+ 0
+ 0
+ 0
+
+
+ 7697
+ 1
+ 0
+ 0
+ 0
+
+
+ 7698
+ 1
+ 0
+ 0
+ 0
+
+
+ 7699
+ 1
+ 0
+ 0
+ 0
+
+
+ 7700
+ 1
+ 0
+ 0
+ 0
+
+
+ 7701
+ 1
+ 0
+ 0
+ 0
+
+
+ 7702
+ 1
+ 0
+ 0
+ 0
+
+
+ 7703
+ 1
+ 0
+ 0
+ 0
+
+
+ 7704
+ 1
+ 0
+ 0
+ 0
+
+
+ 7705
+ 1
+ 0
+ 0
+ 0
+
+
+ 7706
+ 1
+ 0
+ 0
+ 0
+
+
+ 7707
+ 1
+ 0
+ 0
+ 0
+
+
+ 7708
+ 1
+ 0
+ 0
+ 0
+
+
+ 7709
+ 1
+ 0
+ 0
+ 0
+
+
+ 7710
+ 1
+ 0
+ 0
+ 0
+
+
+ 7711
+ 1
+ 0
+ 0
+ 0
+
+
+ 7712
+ 1
+ 0
+ 0
+ 0
+
+
+ 7713
+ 1
+ 0
+ 0
+ 0
+
+
+ 7714
+ 1
+ 0
+ 0
+ 0
+
+
+ 7715
+ 1
+ 0
+ 0
+ 0
+
+
+ 7716
+ 1
+ 0
+ 0
+ 0
+
+
+ 7717
+ 1
+ 0
+ 0
+ 0
+
+
+ 7718
+ 1
+ 0
+ 0
+ 0
+
+
+ 7719
+ 1
+ 0
+ 0
+ 0
+
+
+ 7720
+ 1
+ 0
+ 0
+ 0
+
+
+ 7721
+ 1
+ 0
+ 0
+ 0
+
+
+ 7722
+ 1
+ 0
+ 0
+ 0
+
+
+ 7723
+ 1
+ 0
+ 0
+ 0
+
+
+ 7724
+ 1
+ 0
+ 0
+ 0
+
+
+ 7725
+ 1
+ 0
+ 0
+ 0
+
+
+ 7726
+ 1
+ 0
+ 0
+ 0
+
+
+ 7727
+ 1
+ 0
+ 0
+ 0
+
+
+ 7728
+ 2
+ 0
+ 0
+ 0
+
+
+ 7729
+ 2
+ 0
+ 0
+ 0
+
+
+ 7730
+ 10
+ 0
+ 0
+ 0
+
+
+ 7731
+ 10
+ 0
+ 0
+ 0
+
+
+ 7732
+ 2
+ 0
+ 0
+ 0
+
+
+ 7733
+ 10
+ 0
+ 0
+ 0
+
+
+ 7734
+ 10
+ 0
+ 0
+ 0
+
+
+ 7735
+ 2
+ 0
+ 0
+ 0
+
+
+ 7736
+ 10
+ 0
+ 0
+ 0
+
+
+ 7737
+ 10
+ 0
+ 0
+ 0
+
+
+ 7738
+ 1
+ 0
+ 0
+ 0
+
+
+ 7739
+ 1
+ 0
+ 0
+ 0
+
+
+ 7740
+ 2
+ 0
+ 0
+ 0
+
+
+ 7741
+ 2
+ 0
+ 0
+ 0
+
+
+ 7742
+ 2
+ 0
+ 0
+ 0
+
+
+ 7743
+ 2
+ 0
+ 0
+ 0
+
+
+ 7744
+ 2
+ 0
+ 0
+ 0
+
+
+ 7745
+ 2
+ 0
+ 0
+ 0
+
+
+ 7746
+ 2
+ 0
+ 0
+ 0
+
+
+ 7747
+ 2
+ 0
+ 0
+ 0
+
+
+ 7748
+ 2
+ 0
+ 0
+ 0
+
+
+ 7749
+ 2
+ 0
+ 0
+ 0
+
+
+ 7750
+ 5
+ 0
+ 0
+ 0
+
+
+ 7751
+ 5
+ 0
+ 0
+ 0
+
+
+ 7752
+ 2
+ 0
+ 0
+ 0
+
+
+ 7753
+ 2
+ 0
+ 0
+ 0
+
+
+ 7754
+ 2
+ 0
+ 0
+ 0
+
+
+ 7755
+ 2
+ 0
+ 0
+ 0
+
+
+ 7756
+ 1
+ 0
+ 0
+ 0
+
+
+ 7757
+ 1
+ 0
+ 0
+ 0
+
+
+ 7758
+ 1
+ 0
+ 0
+ 0
+
+
+ 7759
+ 10
+ 0
+ 0
+ 0
+
+
+ 7760
+ 10
+ 0
+ 0
+ 0
+
+
+ 7761
+ 10
+ 0
+ 0
+ 0
+
+
+ 7762
+ 10
+ 0
+ 0
+ 0
+
+
+ 7763
+ 10
+ 0
+ 0
+ 0
+
+
+ 7764
+ 10
+ 0
+ 0
+ 0
+
+
+ 7765
+ 10
+ 0
+ 0
+ 0
+
+
+ 7766
+ 10
+ 0
+ 0
+ 0
+
+
+ 7767
+ 10
+ 0
+ 0
+ 0
+
+
+ 7768
+ 10
+ 0
+ 0
+ 0
+
+
+ 7769
+ 10
+ 0
+ 0
+ 0
+
+
+ 7770
+ 10
+ 0
+ 0
+ 0
+
+
+ 7771
+ 10
+ 0
+ 0
+ 0
+
+
+ 7772
+ 10
+ 0
+ 0
+ 0
+
+
+ 7773
+ 1
+ 0
+ 0
+ 0
+
+
+ 7774
+ 1
+ 0
+ 0
+ 0
+
+
+ 7775
+ 1
+ 0
+ 0
+ 0
+
+
+ 7776
+ 1
+ 0
+ 0
+ 0
+
+
+ 7777
+ 1
+ 0
+ 0
+ 0
+
+
+ 7778
+ 1
+ 0
+ 0
+ 0
+
+
+ 7779
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7780
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7781
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7782
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7783
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7784
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7785
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7786
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7787
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7788
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7789
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7790
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7791
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7792
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7793
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7794
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7795
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7796
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7797
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7798
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7799
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7800
+ 1
+ 0
+ 0
+ 0
+
+
+ 7801
+ 35
+ 0
+ 0
+ 0
+
+
+ 7802
+ 35
+ 0
+ 0
+ 0
+
+
+ 7803
+ 1
+ 0
+ 0
+ 0
+
+
+ 7804
+ 625
+ 0
+ 0
+ 0
+
+
+ 7805
+ 625
+ 0
+ 0
+ 0
+
+
+ 7806
+ 26
+ 0
+ 0
+ 0
+
+
+ 7807
+ 182
+ 0
+ 0
+ 0
+
+
+ 7808
+ 18
+ 0
+ 0
+ 0
+
+
+ 7809
+ 26
+ 0
+ 0
+ 0
+
+
+ 7810
+ 1
+ 0
+ 0
+ 0
+
+
+ 7811
+ 1
+ 0
+ 0
+ 0
+
+
+ 7812
+ 1
+ 0
+ 0
+ 0
+
+
+ 7813
+ 1
+ 0
+ 0
+ 0
+
+
+ 7814
+ 1
+ 0
+ 0
+ 0
+
+
+ 7815
+ 1
+ 0
+ 0
+ 0
+
+
+ 7816
+ 1
+ 0
+ 0
+ 0
+
+
+ 7817
+ 1
+ 0
+ 0
+ 0
+
+
+ 7818
+ 1
+ 0
+ 0
+ 0
+
+
+ 7819
+ 1
+ 0
+ 0
+ 0
+
+
+ 7820
+ 1
+ 0
+ 0
+ 0
+
+
+ 7821
+ 1
+ 0
+ 0
+ 0
+
+
+ 7822
+ 1
+ 0
+ 0
+ 0
+
+
+ 7823
+ 1
+ 0
+ 0
+ 0
+
+
+ 7824
+ 1
+ 0
+ 0
+ 0
+
+
+ 7825
+ 1
+ 0
+ 0
+ 0
+
+
+ 7826
+ 1
+ 0
+ 0
+ 0
+
+
+ 7827
+ 1
+ 0
+ 0
+ 0
+
+
+ 7828
+ 1
+ 0
+ 0
+ 0
+
+
+ 7829
+ 1
+ 0
+ 0
+ 0
+
+
+ 7830
+ 1
+ 0
+ 0
+ 0
+
+
+ 7831
+ 1
+ 0
+ 0
+ 0
+
+
+ 7832
+ 1
+ 0
+ 0
+ 0
+
+
+ 7833
+ 1
+ 0
+ 0
+ 0
+
+
+ 7834
+ 1
+ 0
+ 0
+ 0
+
+
+ 7835
+ 1
+ 0
+ 0
+ 0
+
+
+ 7836
+ 1
+ 0
+ 0
+ 0
+
+
+ 7837
+ 1
+ 0
+ 0
+ 0
+
+
+ 7838
+ 1
+ 0
+ 0
+ 0
+
+
+ 7839
+ 1
+ 0
+ 0
+ 0
+
+
+ 7840
+ 1
+ 0
+ 0
+ 0
+
+
+ 7841
+ 1
+ 0
+ 0
+ 0
+
+
+ 7842
+ 1
+ 0
+ 0
+ 0
+
+
+ 7843
+ 1
+ 0
+ 0
+ 0
+
+
+ 7844
+ 1
+ 0
+ 0
+ 0
+
+
+ 7845
+ 1
+ 0
+ 0
+ 0
+
+
+ 7846
+ 1
+ 0
+ 0
+ 0
+
+
+ 7847
+ 1
+ 0
+ 0
+ 0
+
+
+ 7848
+ 1
+ 0
+ 0
+ 0
+
+
+ 7849
+ 1
+ 0
+ 0
+ 0
+
+
+ 7850
+ 1
+ 0
+ 0
+ 0
+
+
+ 7851
+ 1
+ 0
+ 0
+ 0
+
+
+ 7852
+ 1
+ 0
+ 0
+ 0
+
+
+ 7853
+ 1
+ 0
+ 0
+ 0
+
+
+ 7854
+ 1
+ 0
+ 0
+ 0
+
+
+ 7855
+ 1
+ 0
+ 0
+ 0
+
+
+ 7856
+ 1
+ 0
+ 0
+ 0
+
+
+ 7857
+ 1
+ 0
+ 0
+ 0
+
+
+ 7858
+ 1
+ 0
+ 0
+ 0
+
+
+ 7859
+ 1
+ 0
+ 0
+ 0
+
+
+ 7860
+ 1
+ 0
+ 0
+ 0
+
+
+ 7861
+ 1
+ 0
+ 0
+ 0
+
+
+ 7862
+ 1
+ 0
+ 0
+ 0
+
+
+ 7863
+ 1
+ 0
+ 0
+ 0
+
+
+ 7864
+ 1
+ 0
+ 0
+ 0
+
+
+ 7865
+ 1
+ 0
+ 0
+ 0
+
+
+ 7866
+ 1
+ 0
+ 0
+ 0
+
+
+ 7867
+ 1
+ 0
+ 0
+ 0
+
+
+ 7868
+ 1
+ 0
+ 0
+ 0
+
+
+ 7869
+ 1
+ 0
+ 0
+ 0
+
+
+ 7870
+ 1
+ 0
+ 0
+ 0
+
+
+ 7871
+ 1
+ 0
+ 0
+ 0
+
+
+ 7872
+ 1
+ 0
+ 0
+ 0
+
+
+ 7873
+ 1
+ 0
+ 0
+ 0
+
+
+ 7874
+ 1
+ 0
+ 0
+ 0
+
+
+ 7875
+ 1
+ 0
+ 0
+ 0
+
+
+ 7876
+ 1
+ 0
+ 0
+ 0
+
+
+ 7877
+ 1
+ 0
+ 0
+ 0
+
+
+ 7878
+ 1
+ 0
+ 0
+ 0
+
+
+ 7879
+ 1
+ 0
+ 0
+ 0
+
+
+ 7880
+ 1
+ 0
+ 0
+ 0
+
+
+ 7881
+ 1
+ 0
+ 0
+ 0
+
+
+ 7882
+ 1
+ 0
+ 0
+ 0
+
+
+ 7883
+ 1
+ 0
+ 0
+ 0
+
+
+ 7884
+ 1
+ 0
+ 0
+ 0
+
+
+ 7885
+ 1
+ 0
+ 0
+ 0
+
+
+ 7886
+ 1
+ 0
+ 0
+ 0
+
+
+ 7887
+ 1
+ 0
+ 0
+ 0
+
+
+ 7888
+ 1
+ 0
+ 0
+ 0
+
+
+ 7889
+ 1
+ 0
+ 0
+ 0
+
+
+ 7890
+ 1
+ 0
+ 0
+ 0
+
+
+ 7891
+ 1
+ 0
+ 0
+ 0
+
+
+ 7892
+ 1
+ 0
+ 0
+ 0
+
+
+ 7893
+ 1
+ 0
+ 0
+ 0
+
+
+ 7894
+ 1
+ 0
+ 0
+ 0
+
+
+ 7895
+ 1
+ 0
+ 0
+ 0
+
+
+ 7896
+ 1
+ 0
+ 0
+ 0
+
+
+ 7897
+ 1
+ 0
+ 0
+ 0
+
+
+ 7898
+ 1
+ 0
+ 0
+ 0
+
+
+ 7899
+ 1
+ 0
+ 0
+ 0
+
+
+ 7900
+ 1
+ 0
+ 0
+ 0
+
+
+ 7901
+ 1
+ 0
+ 0
+ 0
+
+
+ 7902
+ 1
+ 0
+ 0
+ 0
+
+
+ 7903
+ 1
+ 0
+ 0
+ 0
+
+
+ 7904
+ 1
+ 0
+ 0
+ 0
+
+
+ 7905
+ 1
+ 0
+ 0
+ 0
+
+
+ 7906
+ 1
+ 0
+ 0
+ 0
+
+
+ 7907
+ 1
+ 0
+ 0
+ 0
+
+
+ 7908
+ 1
+ 0
+ 0
+ 0
+
+
+ 7909
+ 1
+ 0
+ 0
+ 0
+
+
+ 7910
+ 1
+ 0
+ 0
+ 0
+
+
+ 7911
+ 1
+ 0
+ 0
+ 0
+
+
+ 7912
+ 1
+ 0
+ 0
+ 0
+
+
+ 7913
+ 1
+ 0
+ 0
+ 0
+
+
+ 7914
+ 1
+ 0
+ 0
+ 0
+
+
+ 7915
+ 1
+ 0
+ 0
+ 0
+
+
+ 7916
+ 1
+ 0
+ 0
+ 0
+
+
+ 7917
+ 1
+ 0
+ 0
+ 0
+
+
+ 7918
+ 1
+ 0
+ 0
+ 0
+
+
+ 7919
+ 500
+ 0
+ 0
+ 0
+
+
+ 7920
+ 500
+ 0
+ 0
+ 0
+
+
+ 7921
+ 1
+ 0
+ 0
+ 0
+
+
+ 7922
+ 1
+ 0
+ 0
+ 0
+
+
+ 7923
+ 1
+ 0
+ 0
+ 0
+
+
+ 7924
+ 1
+ 0
+ 0
+ 0
+
+
+ 7925
+ 1
+ 0
+ 0
+ 0
+
+
+ 7926
+ 1
+ 0
+ 0
+ 0
+
+
+ 7927
+ 1
+ 0
+ 0
+ 0
+
+
+ 7928
+ 1
+ 0
+ 0
+ 0
+
+
+ 7929
+ 1
+ 0
+ 0
+ 0
+
+
+ 7930
+ 1
+ 0
+ 0
+ 0
+
+
+ 7931
+ 1
+ 0
+ 0
+ 0
+
+
+ 7932
+ 1
+ 0
+ 0
+ 0
+
+
+ 7933
+ 1
+ 0
+ 0
+ 0
+
+
+ 7934
+ 390
+ 0
+ 0
+ 0
+
+
+ 7935
+ 390
+ 0
+ 0
+ 0
+
+
+ 7936
+ 4
+ 0
+ 0
+ 0
+
+
+ 7937
+ 4
+ 0
+ 0
+ 0
+
+
+ 7938
+ 4
+ 0
+ 0
+ 0
+
+
+ 7939
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7940
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7941
+ 30
+ 0
+ 0
+ 0
+
+
+ 7942
+ 10
+ 0
+ 0
+ 0
+
+
+ 7943
+ 10
+ 0
+ 0
+ 0
+
+
+ 7944
+ 230
+ 0
+ 0
+ 0
+
+
+ 7945
+ 230
+ 0
+ 0
+ 0
+
+
+ 7946
+ 230
+ 0
+ 0
+ 0
+
+
+ 7947
+ 230
+ 0
+ 0
+ 0
+
+
+ 7948
+ 3
+ 0
+ 0
+ 0
+
+
+ 7949
+ 3
+ 0
+ 0
+ 0
+
+
+ 7950
+ 30
+ 0
+ 0
+ 0
+
+
+ 7951
+ 1
+ 0
+ 0
+ 0
+
+
+ 7952
+ 1
+ 0
+ 0
+ 0
+
+
+ 7953
+ 1
+ 0
+ 0
+ 0
+
+
+ 7954
+ 1
+ 0
+ 0
+ 0
+
+
+ 7955
+ 1
+ 0
+ 0
+ 0
+
+
+ 7956
+ 50
+ 0
+ 0
+ 0
+
+
+ 7957
+ 1
+ 0
+ 0
+ 0
+
+
+ 7958
+ 10
+ 0
+ 0
+ 0
+
+
+ 7959
+ 10
+ 0
+ 0
+ 0
+
+
+ 7960
+ 10
+ 0
+ 0
+ 0
+
+
+ 7961
+ 10
+ 0
+ 0
+ 0
+
+
+ 7962
+ 10
+ 0
+ 0
+ 0
+
+
+ 7963
+ 10
+ 0
+ 0
+ 0
+
+
+ 7964
+ 10
+ 0
+ 0
+ 0
+
+
+ 7965
+ 10
+ 0
+ 0
+ 0
+
+
+ 7966
+ 10
+ 0
+ 0
+ 0
+
+
+ 7967
+ 5
+ 0
+ 0
+ 0
+
+
+ 7968
+ 10
+ 0
+ 0
+ 0
+
+
+ 7969
+ 5
+ 0
+ 0
+ 0
+
+
+ 7970
+ 5
+ 0
+ 0
+ 0
+
+
+ 7971
+ 5
+ 0
+ 0
+ 0
+
+
+ 7972
+ 5
+ 0
+ 0
+ 0
+
+
+ 7973
+ 5
+ 0
+ 0
+ 0
+
+
+ 7974
+ 10
+ 0
+ 0
+ 0
+
+
+ 7975
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7976
+ 2000
+ 0
+ 0
+ 0
+
+
+ 7977
+ 4000
+ 0
+ 0
+ 0
+
+
+ 7978
+ 6000
+ 0
+ 0
+ 0
+
+
+ 7979
+ 12000
+ 0
+ 0
+ 0
+
+
+ 7980
+ 50000
+ 0
+ 0
+ 0
+
+
+ 7981
+ 50000
+ 0
+ 0
+ 0
+
+
+ 7982
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7983
+ 2000
+ 0
+ 0
+ 0
+
+
+ 7984
+ 4000
+ 0
+ 0
+ 0
+
+
+ 7985
+ 6000
+ 0
+ 0
+ 0
+
+
+ 7986
+ 12000
+ 0
+ 0
+ 0
+
+
+ 7987
+ 50000
+ 0
+ 0
+ 0
+
+
+ 7988
+ 50000
+ 0
+ 0
+ 0
+
+
+ 7989
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7990
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7991
+ 2500
+ 0
+ 0
+ 0
+
+
+ 7992
+ 2500
+ 0
+ 0
+ 0
+
+
+ 7993
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7994
+ 5000
+ 0
+ 0
+ 0
+
+
+ 7995
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7996
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7997
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7998
+ 1000
+ 0
+ 0
+ 0
+
+
+ 7999
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8000
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8001
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8002
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8003
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8004
+ 1000
+ 0
+ 0
+ 0
+
+
+ 8005
+ 1000
+ 0
+ 0
+ 0
+
+
+ 8006
+ 1000
+ 0
+ 0
+ 0
+
+
+ 8007
+ 1
+ 0
+ 0
+ 0
+
+
+ 8008
+ 1
+ 0
+ 0
+ 0
+
+
+ 8009
+ 1
+ 0
+ 0
+ 0
+
+
+ 8010
+ 1
+ 0
+ 0
+ 0
+
+
+ 8011
+ 1
+ 0
+ 0
+ 0
+
+
+ 8012
+ 1
+ 0
+ 0
+ 0
+
+
+ 8013
+ 1
+ 0
+ 0
+ 0
+
+
+ 8014
+ 1
+ 0
+ 0
+ 0
+
+
+ 8015
+ 1
+ 0
+ 0
+ 0
+
+
+ 8016
+ 1
+ 0
+ 0
+ 0
+
+
+ 8017
+ 1
+ 0
+ 0
+ 0
+
+
+ 8018
+ 1
+ 0
+ 0
+ 0
+
+
+ 8019
+ 1
+ 0
+ 0
+ 0
+
+
+ 8020
+ 1
+ 0
+ 0
+ 0
+
+
+ 8021
+ 1
+ 0
+ 0
+ 0
+
+
+ 8022
+ 1
+ 0
+ 0
+ 0
+
+
+ 8023
+ 1
+ 0
+ 0
+ 0
+
+
+ 8024
+ 1
+ 0
+ 0
+ 0
+
+
+ 8025
+ 1
+ 0
+ 0
+ 0
+
+
+ 8026
+ 1
+ 0
+ 0
+ 0
+
+
+ 8027
+ 1
+ 0
+ 0
+ 0
+
+
+ 8028
+ 1
+ 0
+ 0
+ 0
+
+
+ 8029
+ 1
+ 0
+ 0
+ 0
+
+
+ 8030
+ 1
+ 0
+ 0
+ 0
+
+
+ 8031
+ 1
+ 0
+ 0
+ 0
+
+
+ 8032
+ 1
+ 0
+ 0
+ 0
+
+
+ 8033
+ 1
+ 0
+ 0
+ 0
+
+
+ 8034
+ 1
+ 0
+ 0
+ 0
+
+
+ 8035
+ 1
+ 0
+ 0
+ 0
+
+
+ 8036
+ 1
+ 0
+ 0
+ 0
+
+
+ 8037
+ 1
+ 0
+ 0
+ 0
+
+
+ 8038
+ 1
+ 0
+ 0
+ 0
+
+
+ 8039
+ 1
+ 0
+ 0
+ 0
+
+
+ 8040
+ 1
+ 0
+ 0
+ 0
+
+
+ 8041
+ 1
+ 0
+ 0
+ 0
+
+
+ 8042
+ 1
+ 0
+ 0
+ 0
+
+
+ 8043
+ 1
+ 0
+ 0
+ 0
+
+
+ 8044
+ 1
+ 0
+ 0
+ 0
+
+
+ 8045
+ 1
+ 0
+ 0
+ 0
+
+
+ 8046
+ 1
+ 0
+ 0
+ 0
+
+
+ 8047
+ 1
+ 0
+ 0
+ 0
+
+
+ 8048
+ 1
+ 0
+ 0
+ 0
+
+
+ 8049
+ 1
+ 0
+ 0
+ 0
+
+
+ 8050
+ 1
+ 0
+ 0
+ 0
+
+
+ 8051
+ 1
+ 0
+ 0
+ 0
+
+
+ 8052
+ 1
+ 0
+ 0
+ 0
+
+
+ 8053
+ 1
+ 0
+ 0
+ 0
+
+
+ 8054
+ 1
+ 0
+ 0
+ 0
+
+
+ 8055
+ 1
+ 0
+ 0
+ 0
+
+
+ 8056
+ 1
+ 0
+ 0
+ 0
+
+
+ 8057
+ 1
+ 0
+ 0
+ 0
+
+
+ 8058
+ 1
+ 0
+ 0
+ 0
+
+
+ 8059
+ 1
+ 0
+ 0
+ 0
+
+
+ 8060
+ 1
+ 0
+ 0
+ 0
+
+
+ 8061
+ 1
+ 0
+ 0
+ 0
+
+
+ 8062
+ 1
+ 0
+ 0
+ 0
+
+
+ 8063
+ 1
+ 0
+ 0
+ 0
+
+
+ 8064
+ 1
+ 0
+ 0
+ 0
+
+
+ 8065
+ 1
+ 0
+ 0
+ 0
+
+
+ 8066
+ 1
+ 0
+ 0
+ 0
+
+
+ 8067
+ 1
+ 0
+ 0
+ 0
+
+
+ 8068
+ 1
+ 0
+ 0
+ 0
+
+
+ 8069
+ 1
+ 0
+ 0
+ 0
+
+
+ 8070
+ 1
+ 0
+ 0
+ 0
+
+
+ 8071
+ 1
+ 0
+ 0
+ 0
+
+
+ 8072
+ 1
+ 0
+ 0
+ 0
+
+
+ 8073
+ 1
+ 0
+ 0
+ 0
+
+
+ 8074
+ 1
+ 0
+ 0
+ 0
+
+
+ 8075
+ 1
+ 0
+ 0
+ 0
+
+
+ 8076
+ 1
+ 0
+ 0
+ 0
+
+
+ 8077
+ 1
+ 0
+ 0
+ 0
+
+
+ 8078
+ 1
+ 0
+ 0
+ 0
+
+
+ 8079
+ 1
+ 0
+ 0
+ 0
+
+
+ 8080
+ 1
+ 0
+ 0
+ 0
+
+
+ 8081
+ 1
+ 0
+ 0
+ 0
+
+
+ 8082
+ 1
+ 0
+ 0
+ 0
+
+
+ 8083
+ 1
+ 0
+ 0
+ 0
+
+
+ 8084
+ 1
+ 0
+ 0
+ 0
+
+
+ 8085
+ 1
+ 0
+ 0
+ 0
+
+
+ 8086
+ 1
+ 0
+ 0
+ 0
+
+
+ 8087
+ 1
+ 0
+ 0
+ 0
+
+
+ 8088
+ 1
+ 0
+ 0
+ 0
+
+
+ 8089
+ 1
+ 0
+ 0
+ 0
+
+
+ 8090
+ 1
+ 0
+ 0
+ 0
+
+
+ 8091
+ 1
+ 0
+ 0
+ 0
+
+
+ 8092
+ 1
+ 0
+ 0
+ 0
+
+
+ 8093
+ 1
+ 0
+ 0
+ 0
+
+
+ 8094
+ 1
+ 0
+ 0
+ 0
+
+
+ 8095
+ 1
+ 0
+ 0
+ 0
+
+
+ 8096
+ 1
+ 0
+ 0
+ 0
+
+
+ 8097
+ 1
+ 0
+ 0
+ 0
+
+
+ 8098
+ 1
+ 0
+ 0
+ 0
+
+
+ 8099
+ 1
+ 0
+ 0
+ 0
+
+
+ 8100
+ 1
+ 0
+ 0
+ 0
+
+
+ 8101
+ 1
+ 0
+ 0
+ 0
+
+
+ 8102
+ 1
+ 0
+ 0
+ 0
+
+
+ 8103
+ 1
+ 0
+ 0
+ 0
+
+
+ 8104
+ 1
+ 0
+ 0
+ 0
+
+
+ 8105
+ 1
+ 0
+ 0
+ 0
+
+
+ 8106
+ 1
+ 0
+ 0
+ 0
+
+
+ 8107
+ 1
+ 0
+ 0
+ 0
+
+
+ 8108
+ 1
+ 0
+ 0
+ 0
+
+
+ 8109
+ 1
+ 0
+ 0
+ 0
+
+
+ 8110
+ 1
+ 0
+ 0
+ 0
+
+
+ 8111
+ 1
+ 0
+ 0
+ 0
+
+
+ 8112
+ 1
+ 0
+ 0
+ 0
+
+
+ 8113
+ 1
+ 0
+ 0
+ 0
+
+
+ 8114
+ 1
+ 0
+ 0
+ 0
+
+
+ 8115
+ 1
+ 0
+ 0
+ 0
+
+
+ 8116
+ 1
+ 0
+ 0
+ 0
+
+
+ 8117
+ 1
+ 0
+ 0
+ 0
+
+
+ 8118
+ 1
+ 0
+ 0
+ 0
+
+
+ 8119
+ 1
+ 0
+ 0
+ 0
+
+
+ 8120
+ 1
+ 0
+ 0
+ 0
+
+
+ 8121
+ 1
+ 0
+ 0
+ 0
+
+
+ 8122
+ 1
+ 0
+ 0
+ 0
+
+
+ 8123
+ 1
+ 0
+ 0
+ 0
+
+
+ 8124
+ 1
+ 0
+ 0
+ 0
+
+
+ 8125
+ 1
+ 0
+ 0
+ 0
+
+
+ 8126
+ 1
+ 0
+ 0
+ 0
+
+
+ 8127
+ 1
+ 0
+ 0
+ 0
+
+
+ 8128
+ 1
+ 0
+ 0
+ 0
+
+
+ 8129
+ 1
+ 0
+ 0
+ 0
+
+
+ 8130
+ 1
+ 0
+ 0
+ 0
+
+
+ 8131
+ 1
+ 0
+ 0
+ 0
+
+
+ 8132
+ 1
+ 0
+ 0
+ 0
+
+
+ 8133
+ 1
+ 0
+ 0
+ 0
+
+
+ 8134
+ 1
+ 0
+ 0
+ 0
+
+
+ 8135
+ 1
+ 0
+ 0
+ 0
+
+
+ 8136
+ 1
+ 0
+ 0
+ 0
+
+
+ 8137
+ 1
+ 0
+ 0
+ 0
+
+
+ 8138
+ 1
+ 0
+ 0
+ 0
+
+
+ 8139
+ 1
+ 0
+ 0
+ 0
+
+
+ 8140
+ 1
+ 0
+ 0
+ 0
+
+
+ 8141
+ 1
+ 0
+ 0
+ 0
+
+
+ 8142
+ 1
+ 0
+ 0
+ 0
+
+
+ 8143
+ 1
+ 0
+ 0
+ 0
+
+
+ 8144
+ 1
+ 0
+ 0
+ 0
+
+
+ 8145
+ 1
+ 0
+ 0
+ 0
+
+
+ 8146
+ 1
+ 0
+ 0
+ 0
+
+
+ 8147
+ 1
+ 0
+ 0
+ 0
+
+
+ 8148
+ 1
+ 0
+ 0
+ 0
+
+
+ 8149
+ 1
+ 0
+ 0
+ 0
+
+
+ 8150
+ 1
+ 0
+ 0
+ 0
+
+
+ 8151
+ 1
+ 0
+ 0
+ 0
+
+
+ 8152
+ 1
+ 0
+ 0
+ 0
+
+
+ 8153
+ 1
+ 0
+ 0
+ 0
+
+
+ 8154
+ 1
+ 0
+ 0
+ 0
+
+
+ 8155
+ 1
+ 0
+ 0
+ 0
+
+
+ 8156
+ 1
+ 0
+ 0
+ 0
+
+
+ 8157
+ 1
+ 0
+ 0
+ 0
+
+
+ 8158
+ 1
+ 0
+ 0
+ 0
+
+
+ 8159
+ 1
+ 0
+ 0
+ 0
+
+
+ 8160
+ 1
+ 0
+ 0
+ 0
+
+
+ 8161
+ 1
+ 0
+ 0
+ 0
+
+
+ 8162
+ 1
+ 0
+ 0
+ 0
+
+
+ 8163
+ 1
+ 0
+ 0
+ 0
+
+
+ 8164
+ 1
+ 0
+ 0
+ 0
+
+
+ 8165
+ 1
+ 0
+ 0
+ 0
+
+
+ 8166
+ 1
+ 0
+ 0
+ 0
+
+
+ 8167
+ 1
+ 0
+ 0
+ 0
+
+
+ 8168
+ 1
+ 0
+ 0
+ 0
+
+
+ 8169
+ 1
+ 0
+ 0
+ 0
+
+
+ 8170
+ 1
+ 0
+ 0
+ 0
+
+
+ 8171
+ 1
+ 0
+ 0
+ 0
+
+
+ 8172
+ 1
+ 0
+ 0
+ 0
+
+
+ 8173
+ 1
+ 0
+ 0
+ 0
+
+
+ 8174
+ 1
+ 0
+ 0
+ 0
+
+
+ 8175
+ 1
+ 0
+ 0
+ 0
+
+
+ 8176
+ 1
+ 0
+ 0
+ 0
+
+
+ 8177
+ 1
+ 0
+ 0
+ 0
+
+
+ 8178
+ 1
+ 0
+ 0
+ 0
+
+
+ 8179
+ 1
+ 0
+ 0
+ 0
+
+
+ 8180
+ 1
+ 0
+ 0
+ 0
+
+
+ 8181
+ 1
+ 0
+ 0
+ 0
+
+
+ 8182
+ 1
+ 0
+ 0
+ 0
+
+
+ 8183
+ 1
+ 0
+ 0
+ 0
+
+
+ 8184
+ 1
+ 0
+ 0
+ 0
+
+
+ 8185
+ 1
+ 0
+ 0
+ 0
+
+
+ 8186
+ 1
+ 0
+ 0
+ 0
+
+
+ 8187
+ 1
+ 0
+ 0
+ 0
+
+
+ 8188
+ 1
+ 0
+ 0
+ 0
+
+
+ 8189
+ 1
+ 0
+ 0
+ 0
+
+
+ 8190
+ 1
+ 0
+ 0
+ 0
+
+
+ 8191
+ 1
+ 0
+ 0
+ 0
+
+
+ 8192
+ 1
+ 0
+ 0
+ 0
+
+
+ 8193
+ 1
+ 0
+ 0
+ 0
+
+
+ 8194
+ 1
+ 0
+ 0
+ 0
+
+
+ 8195
+ 1
+ 0
+ 0
+ 0
+
+
+ 8196
+ 1
+ 0
+ 0
+ 0
+
+
+ 8197
+ 1
+ 0
+ 0
+ 0
+
+
+ 8198
+ 1
+ 0
+ 0
+ 0
+
+
+ 8199
+ 1
+ 0
+ 0
+ 0
+
+
+ 8200
+ 1
+ 0
+ 0
+ 0
+
+
+ 8201
+ 1
+ 0
+ 0
+ 0
+
+
+ 8202
+ 1
+ 0
+ 0
+ 0
+
+
+ 8203
+ 1
+ 0
+ 0
+ 0
+
+
+ 8204
+ 1
+ 0
+ 0
+ 0
+
+
+ 8205
+ 1
+ 0
+ 0
+ 0
+
+
+ 8206
+ 1
+ 0
+ 0
+ 0
+
+
+ 8207
+ 1
+ 0
+ 0
+ 0
+
+
+ 8208
+ 1
+ 0
+ 0
+ 0
+
+
+ 8209
+ 1
+ 0
+ 0
+ 0
+
+
+ 8210
+ 1
+ 0
+ 0
+ 0
+
+
+ 8211
+ 1
+ 0
+ 0
+ 0
+
+
+ 8212
+ 1
+ 0
+ 0
+ 0
+
+
+ 8213
+ 1
+ 0
+ 0
+ 0
+
+
+ 8214
+ 1
+ 0
+ 0
+ 0
+
+
+ 8215
+ 1
+ 0
+ 0
+ 0
+
+
+ 8216
+ 1
+ 0
+ 0
+ 0
+
+
+ 8217
+ 1
+ 0
+ 0
+ 0
+
+
+ 8218
+ 1
+ 0
+ 0
+ 0
+
+
+ 8219
+ 1
+ 0
+ 0
+ 0
+
+
+ 8220
+ 1
+ 0
+ 0
+ 0
+
+
+ 8221
+ 1
+ 0
+ 0
+ 0
+
+
+ 8222
+ 1
+ 0
+ 0
+ 0
+
+
+ 8223
+ 1
+ 0
+ 0
+ 0
+
+
+ 8224
+ 1
+ 0
+ 0
+ 0
+
+
+ 8225
+ 1
+ 0
+ 0
+ 0
+
+
+ 8226
+ 1
+ 0
+ 0
+ 0
+
+
+ 8227
+ 1
+ 0
+ 0
+ 0
+
+
+ 8228
+ 1
+ 0
+ 0
+ 0
+
+
+ 8229
+ 1
+ 0
+ 0
+ 0
+
+
+ 8230
+ 1
+ 0
+ 0
+ 0
+
+
+ 8231
+ 1
+ 0
+ 0
+ 0
+
+
+ 8232
+ 1
+ 0
+ 0
+ 0
+
+
+ 8233
+ 1
+ 0
+ 0
+ 0
+
+
+ 8234
+ 1
+ 0
+ 0
+ 0
+
+
+ 8235
+ 1
+ 0
+ 0
+ 0
+
+
+ 8236
+ 1
+ 0
+ 0
+ 0
+
+
+ 8237
+ 1
+ 0
+ 0
+ 0
+
+
+ 8238
+ 1
+ 0
+ 0
+ 0
+
+
+ 8239
+ 1
+ 0
+ 0
+ 0
+
+
+ 8240
+ 1
+ 0
+ 0
+ 0
+
+
+ 8241
+ 1
+ 0
+ 0
+ 0
+
+
+ 8242
+ 1
+ 0
+ 0
+ 0
+
+
+ 8243
+ 1
+ 0
+ 0
+ 0
+
+
+ 8244
+ 1
+ 0
+ 0
+ 0
+
+
+ 8245
+ 1
+ 0
+ 0
+ 0
+
+
+ 8246
+ 1
+ 0
+ 0
+ 0
+
+
+ 8247
+ 1
+ 0
+ 0
+ 0
+
+
+ 8248
+ 1
+ 0
+ 0
+ 0
+
+
+ 8249
+ 1
+ 0
+ 0
+ 0
+
+
+ 8250
+ 1
+ 0
+ 0
+ 0
+
+
+ 8251
+ 1
+ 0
+ 0
+ 0
+
+
+ 8252
+ 1
+ 0
+ 0
+ 0
+
+
+ 8253
+ 1
+ 0
+ 0
+ 0
+
+
+ 8254
+ 1
+ 0
+ 0
+ 0
+
+
+ 8255
+ 1
+ 0
+ 0
+ 0
+
+
+ 8256
+ 1
+ 0
+ 0
+ 0
+
+
+ 8257
+ 1
+ 0
+ 0
+ 0
+
+
+ 8258
+ 1
+ 0
+ 0
+ 0
+
+
+ 8259
+ 1
+ 0
+ 0
+ 0
+
+
+ 8260
+ 1
+ 0
+ 0
+ 0
+
+
+ 8261
+ 1
+ 0
+ 0
+ 0
+
+
+ 8262
+ 1
+ 0
+ 0
+ 0
+
+
+ 8263
+ 1
+ 0
+ 0
+ 0
+
+
+ 8264
+ 1
+ 0
+ 0
+ 0
+
+
+ 8265
+ 1
+ 0
+ 0
+ 0
+
+
+ 8266
+ 1
+ 0
+ 0
+ 0
+
+
+ 8267
+ 1
+ 0
+ 0
+ 0
+
+
+ 8268
+ 1
+ 0
+ 0
+ 0
+
+
+ 8269
+ 1
+ 0
+ 0
+ 0
+
+
+ 8270
+ 1
+ 0
+ 0
+ 0
+
+
+ 8271
+ 1
+ 0
+ 0
+ 0
+
+
+ 8272
+ 1
+ 0
+ 0
+ 0
+
+
+ 8273
+ 1
+ 0
+ 0
+ 0
+
+
+ 8274
+ 1
+ 0
+ 0
+ 0
+
+
+ 8275
+ 1
+ 0
+ 0
+ 0
+
+
+ 8276
+ 1
+ 0
+ 0
+ 0
+
+
+ 8277
+ 1
+ 0
+ 0
+ 0
+
+
+ 8278
+ 1
+ 0
+ 0
+ 0
+
+
+ 8279
+ 1
+ 0
+ 0
+ 0
+
+
+ 8280
+ 1
+ 0
+ 0
+ 0
+
+
+ 8281
+ 1
+ 0
+ 0
+ 0
+
+
+ 8282
+ 1
+ 0
+ 0
+ 0
+
+
+ 8283
+ 1
+ 0
+ 0
+ 0
+
+
+ 8284
+ 1
+ 0
+ 0
+ 0
+
+
+ 8285
+ 1
+ 0
+ 0
+ 0
+
+
+ 8286
+ 1
+ 0
+ 0
+ 0
+
+
+ 8287
+ 1
+ 0
+ 0
+ 0
+
+
+ 8288
+ 1
+ 0
+ 0
+ 0
+
+
+ 8289
+ 1
+ 0
+ 0
+ 0
+
+
+ 8290
+ 1
+ 0
+ 0
+ 0
+
+
+ 8291
+ 1
+ 0
+ 0
+ 0
+
+
+ 8292
+ 1
+ 0
+ 0
+ 0
+
+
+ 8293
+ 1
+ 0
+ 0
+ 0
+
+
+ 8294
+ 1
+ 0
+ 0
+ 0
+
+
+ 8295
+ 1
+ 0
+ 0
+ 0
+
+
+ 8296
+ 1
+ 0
+ 0
+ 0
+
+
+ 8297
+ 1
+ 0
+ 0
+ 0
+
+
+ 8298
+ 1
+ 0
+ 0
+ 0
+
+
+ 8299
+ 1
+ 0
+ 0
+ 0
+
+
+ 8300
+ 1
+ 0
+ 0
+ 0
+
+
+ 8301
+ 1
+ 0
+ 0
+ 0
+
+
+ 8302
+ 1
+ 0
+ 0
+ 0
+
+
+ 8303
+ 1
+ 0
+ 0
+ 0
+
+
+ 8304
+ 1
+ 0
+ 0
+ 0
+
+
+ 8305
+ 1
+ 0
+ 0
+ 0
+
+
+ 8306
+ 1
+ 0
+ 0
+ 0
+
+
+ 8307
+ 1
+ 0
+ 0
+ 0
+
+
+ 8308
+ 1
+ 0
+ 0
+ 0
+
+
+ 8309
+ 1
+ 0
+ 0
+ 0
+
+
+ 8310
+ 1
+ 0
+ 0
+ 0
+
+
+ 8311
+ 1
+ 0
+ 0
+ 0
+
+
+ 8312
+ 1
+ 0
+ 0
+ 0
+
+
+ 8313
+ 1
+ 0
+ 0
+ 0
+
+
+ 8314
+ 1
+ 0
+ 0
+ 0
+
+
+ 8315
+ 1
+ 0
+ 0
+ 0
+
+
+ 8316
+ 1
+ 0
+ 0
+ 0
+
+
+ 8317
+ 1
+ 0
+ 0
+ 0
+
+
+ 8318
+ 1
+ 0
+ 0
+ 0
+
+
+ 8319
+ 1
+ 0
+ 0
+ 0
+
+
+ 8320
+ 1
+ 0
+ 0
+ 0
+
+
+ 8321
+ 1
+ 0
+ 0
+ 0
+
+
+ 8322
+ 1
+ 0
+ 0
+ 0
+
+
+ 8323
+ 1
+ 0
+ 0
+ 0
+
+
+ 8324
+ 1
+ 0
+ 0
+ 0
+
+
+ 8325
+ 1
+ 0
+ 0
+ 0
+
+
+ 8326
+ 1
+ 0
+ 0
+ 0
+
+
+ 8327
+ 1
+ 0
+ 0
+ 0
+
+
+ 8328
+ 1
+ 0
+ 0
+ 0
+
+
+ 8329
+ 1
+ 0
+ 0
+ 0
+
+
+ 8330
+ 1
+ 0
+ 0
+ 0
+
+
+ 8331
+ 1
+ 0
+ 0
+ 0
+
+
+ 8332
+ 1
+ 0
+ 0
+ 0
+
+
+ 8333
+ 1
+ 0
+ 0
+ 0
+
+
+ 8334
+ 1
+ 0
+ 0
+ 0
+
+
+ 8335
+ 1
+ 0
+ 0
+ 0
+
+
+ 8336
+ 1
+ 0
+ 0
+ 0
+
+
+ 8337
+ 1
+ 0
+ 0
+ 0
+
+
+ 8338
+ 1
+ 0
+ 0
+ 0
+
+
+ 8339
+ 1
+ 0
+ 0
+ 0
+
+
+ 8340
+ 1
+ 0
+ 0
+ 0
+
+
+ 8341
+ 1
+ 0
+ 0
+ 0
+
+
+ 8342
+ 1
+ 0
+ 0
+ 0
+
+
+ 8343
+ 1
+ 0
+ 0
+ 0
+
+
+ 8344
+ 1
+ 0
+ 0
+ 0
+
+
+ 8345
+ 1
+ 0
+ 0
+ 0
+
+
+ 8346
+ 1
+ 0
+ 0
+ 0
+
+
+ 8347
+ 1
+ 0
+ 0
+ 0
+
+
+ 8348
+ 1
+ 0
+ 0
+ 0
+
+
+ 8349
+ 1
+ 0
+ 0
+ 0
+
+
+ 8350
+ 1
+ 0
+ 0
+ 0
+
+
+ 8351
+ 1
+ 0
+ 0
+ 0
+
+
+ 8352
+ 1
+ 0
+ 0
+ 0
+
+
+ 8353
+ 1
+ 0
+ 0
+ 0
+
+
+ 8354
+ 1
+ 0
+ 0
+ 0
+
+
+ 8355
+ 1
+ 0
+ 0
+ 0
+
+
+ 8356
+ 1
+ 0
+ 0
+ 0
+
+
+ 8357
+ 1
+ 0
+ 0
+ 0
+
+
+ 8358
+ 1
+ 0
+ 0
+ 0
+
+
+ 8359
+ 1
+ 0
+ 0
+ 0
+
+
+ 8360
+ 1
+ 0
+ 0
+ 0
+
+
+ 8361
+ 1
+ 0
+ 0
+ 0
+
+
+ 8362
+ 1
+ 0
+ 0
+ 0
+
+
+ 8363
+ 1
+ 0
+ 0
+ 0
+
+
+ 8364
+ 1
+ 0
+ 0
+ 0
+
+
+ 8365
+ 1
+ 0
+ 0
+ 0
+
+
+ 8366
+ 1
+ 0
+ 0
+ 0
+
+
+ 8367
+ 1
+ 0
+ 0
+ 0
+
+
+ 8368
+ 1
+ 0
+ 0
+ 0
+
+
+ 8369
+ 1
+ 0
+ 0
+ 0
+
+
+ 8370
+ 1
+ 0
+ 0
+ 0
+
+
+ 8371
+ 1
+ 0
+ 0
+ 0
+
+
+ 8372
+ 1
+ 0
+ 0
+ 0
+
+
+ 8373
+ 1
+ 0
+ 0
+ 0
+
+
+ 8374
+ 1
+ 0
+ 0
+ 0
+
+
+ 8375
+ 1
+ 0
+ 0
+ 0
+
+
+ 8376
+ 1
+ 0
+ 0
+ 0
+
+
+ 8377
+ 1
+ 0
+ 0
+ 0
+
+
+ 8378
+ 1
+ 0
+ 0
+ 0
+
+
+ 8379
+ 1
+ 0
+ 0
+ 0
+
+
+ 8380
+ 1
+ 0
+ 0
+ 0
+
+
+ 8381
+ 1
+ 0
+ 0
+ 0
+
+
+ 8382
+ 1
+ 0
+ 0
+ 0
+
+
+ 8383
+ 1
+ 0
+ 0
+ 0
+
+
+ 8384
+ 1
+ 0
+ 0
+ 0
+
+
+ 8385
+ 1
+ 0
+ 0
+ 0
+
+
+ 8386
+ 1
+ 0
+ 0
+ 0
+
+
+ 8387
+ 1
+ 0
+ 0
+ 0
+
+
+ 8388
+ 1
+ 0
+ 0
+ 0
+
+
+ 8389
+ 1
+ 0
+ 0
+ 0
+
+
+ 8390
+ 1
+ 0
+ 0
+ 0
+
+
+ 8391
+ 1
+ 0
+ 0
+ 0
+
+
+ 8392
+ 1
+ 0
+ 0
+ 0
+
+
+ 8393
+ 1
+ 0
+ 0
+ 0
+
+
+ 8394
+ 1
+ 0
+ 0
+ 0
+
+
+ 8395
+ 1000
+ 0
+ 0
+ 0
+
+
+ 8396
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8397
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8398
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8399
+ 25000
+ 0
+ 0
+ 0
+
+
+ 8400
+ 25000
+ 0
+ 0
+ 0
+
+
+ 8401
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8402
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8403
+ 25000
+ 0
+ 0
+ 0
+
+
+ 8404
+ 25000
+ 0
+ 0
+ 0
+
+
+ 8405
+ 50000
+ 0
+ 0
+ 0
+
+
+ 8406
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8407
+ 50000
+ 0
+ 0
+ 0
+
+
+ 8408
+ 100000
+ 0
+ 0
+ 0
+
+
+ 8409
+ 150000
+ 0
+ 0
+ 0
+
+
+ 8410
+ 150000
+ 0
+ 0
+ 0
+
+
+ 8411
+ 7500
+ 0
+ 0
+ 0
+
+
+ 8412
+ 7500
+ 0
+ 0
+ 0
+
+
+ 8413
+ 7500
+ 0
+ 0
+ 0
+
+
+ 8414
+ 250000
+ 0
+ 0
+ 0
+
+
+ 8415
+ 1000
+ 0
+ 0
+ 0
+
+
+ 8416
+ 75000
+ 0
+ 0
+ 0
+
+
+ 8417
+ 1000
+ 0
+ 0
+ 0
+
+
+ 8418
+ 1000
+ 0
+ 0
+ 0
+
+
+ 8419
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8420
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8421
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8422
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8423
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8424
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8425
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8426
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8427
+ 20000
+ 0
+ 0
+ 0
+
+
+ 8428
+ 20000
+ 0
+ 0
+ 0
+
+
+ 8429
+ 50000
+ 0
+ 0
+ 0
+
+
+ 8430
+ 50000
+ 0
+ 0
+ 0
+
+
+ 8431
+ 1000
+ 0
+ 0
+ 0
+
+
+ 8432
+ 1000
+ 0
+ 0
+ 0
+
+
+ 8433
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8434
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8435
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8436
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8437
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8438
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8439
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8440
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8441
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8442
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8443
+ 20000
+ 0
+ 0
+ 0
+
+
+ 8444
+ 20000
+ 0
+ 0
+ 0
+
+
+ 8445
+ 25000
+ 0
+ 0
+ 0
+
+
+ 8446
+ 25000
+ 0
+ 0
+ 0
+
+
+ 8447
+ 50000
+ 0
+ 0
+ 0
+
+
+ 8448
+ 50000
+ 0
+ 0
+ 0
+
+
+ 8449
+ 100000
+ 0
+ 0
+ 0
+
+
+ 8450
+ 100000
+ 0
+ 0
+ 0
+
+
+ 8451
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8452
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8453
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8454
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8455
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8456
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8457
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8458
+ 5000
+ 0
+ 0
+ 0
+
+
+ 8459
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8460
+ 10000
+ 0
+ 0
+ 0
+
+
+ 8461
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8462
+ 15000
+ 0
+ 0
+ 0
+
+
+ 8463
+ 1
+ 0
+ 0
+ 0
+
+
+ 8464
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8465
+ 1
+ 0
+ 0
+ 0
+
+
+ 8466
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8467
+ 1
+ 0
+ 0
+ 0
+
+
+ 8468
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8469
+ 1
+ 0
+ 0
+ 0
+
+
+ 8470
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8471
+ 1
+ 0
+ 0
+ 0
+
+
+ 8472
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8473
+ 1
+ 0
+ 0
+ 0
+
+
+ 8474
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8475
+ 1
+ 0
+ 0
+ 0
+
+
+ 8476
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8477
+ 1
+ 0
+ 0
+ 0
+
+
+ 8478
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8479
+ 1
+ 0
+ 0
+ 0
+
+
+ 8480
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8481
+ 1
+ 0
+ 0
+ 0
+
+
+ 8482
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8483
+ 1
+ 0
+ 0
+ 0
+
+
+ 8484
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8485
+ 1
+ 0
+ 0
+ 0
+
+
+ 8486
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8487
+ 1
+ 0
+ 0
+ 0
+
+
+ 8488
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8489
+ 1
+ 0
+ 0
+ 0
+
+
+ 8490
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8491
+ 1
+ 0
+ 0
+ 0
+
+
+ 8492
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8493
+ 1
+ 0
+ 0
+ 0
+
+
+ 8494
+ 35200
+ 0
+ 0
+ 0
+
+
+ 8495
+ 1
+ 0
+ 0
+ 0
+
+
+ 8496
+ 10
+ 0
+ 0
+ 0
+
+
+ 8497
+ 10
+ 0
+ 0
+ 0
+
+
+ 8498
+ 10
+ 0
+ 0
+ 0
+
+
+ 8499
+ 10
+ 0
+ 0
+ 0
+
+
+ 8500
+ 10
+ 0
+ 0
+ 0
+
+
+ 8501
+ 10
+ 0
+ 0
+ 0
+
+
+ 8502
+ 10
+ 0
+ 0
+ 0
+
+
+ 8503
+ 10
+ 0
+ 0
+ 0
+
+
+ 8504
+ 10
+ 0
+ 0
+ 0
+
+
+ 8505
+ 10
+ 0
+ 0
+ 0
+
+
+ 8506
+ 10
+ 0
+ 0
+ 0
+
+
+ 8507
+ 10
+ 0
+ 0
+ 0
+
+
+ 8508
+ 10
+ 0
+ 0
+ 0
+
+
+ 8509
+ 10
+ 0
+ 0
+ 0
+
+
+ 8510
+ 10
+ 0
+ 0
+ 0
+
+
+ 8511
+ 10
+ 0
+ 0
+ 0
+
+
+ 8512
+ 10
+ 0
+ 0
+ 0
+
+
+ 8513
+ 10
+ 0
+ 0
+ 0
+
+
+ 8514
+ 10
+ 0
+ 0
+ 0
+
+
+ 8515
+ 10
+ 0
+ 0
+ 0
+
+
+ 8516
+ 10
+ 0
+ 0
+ 0
+
+
+ 8517
+ 10
+ 0
+ 0
+ 0
+
+
+ 8518
+ 10
+ 0
+ 0
+ 0
+
+
+ 8519
+ 10
+ 0
+ 0
+ 0
+
+
+ 8520
+ 10
+ 0
+ 0
+ 0
+
+
+ 8521
+ 10
+ 0
+ 0
+ 0
+
+
+ 8522
+ 10
+ 0
+ 0
+ 0
+
+
+ 8523
+ 10
+ 0
+ 0
+ 0
+
+
+ 8524
+ 10
+ 0
+ 0
+ 0
+
+
+ 8525
+ 10
+ 0
+ 0
+ 0
+
+
+ 8526
+ 10
+ 0
+ 0
+ 0
+
+
+ 8527
+ 10
+ 0
+ 0
+ 0
+
+
+ 8528
+ 10
+ 0
+ 0
+ 0
+
+
+ 8529
+ 10
+ 0
+ 0
+ 0
+
+
+ 8530
+ 10
+ 0
+ 0
+ 0
+
+
+ 8531
+ 10
+ 0
+ 0
+ 0
+
+
+ 8532
+ 10
+ 0
+ 0
+ 0
+
+
+ 8533
+ 10
+ 0
+ 0
+ 0
+
+
+ 8534
+ 10
+ 0
+ 0
+ 0
+
+
+ 8535
+ 10
+ 0
+ 0
+ 0
+
+
+ 8536
+ 10
+ 0
+ 0
+ 0
+
+
+ 8537
+ 10
+ 0
+ 0
+ 0
+
+
+ 8538
+ 10
+ 0
+ 0
+ 0
+
+
+ 8539
+ 10
+ 0
+ 0
+ 0
+
+
+ 8540
+ 10
+ 0
+ 0
+ 0
+
+
+ 8541
+ 10
+ 0
+ 0
+ 0
+
+
+ 8542
+ 10
+ 0
+ 0
+ 0
+
+
+ 8543
+ 10
+ 0
+ 0
+ 0
+
+
+ 8544
+ 10
+ 0
+ 0
+ 0
+
+
+ 8545
+ 10
+ 0
+ 0
+ 0
+
+
+ 8546
+ 10
+ 0
+ 0
+ 0
+
+
+ 8547
+ 10
+ 0
+ 0
+ 0
+
+
+ 8548
+ 10
+ 0
+ 0
+ 0
+
+
+ 8549
+ 10
+ 0
+ 0
+ 0
+
+
+ 8550
+ 10
+ 0
+ 0
+ 0
+
+
+ 8551
+ 10
+ 0
+ 0
+ 0
+
+
+ 8552
+ 10
+ 0
+ 0
+ 0
+
+
+ 8553
+ 10
+ 0
+ 0
+ 0
+
+
+ 8554
+ 10
+ 0
+ 0
+ 0
+
+
+ 8555
+ 10
+ 0
+ 0
+ 0
+
+
+ 8556
+ 10
+ 0
+ 0
+ 0
+
+
+ 8557
+ 10
+ 0
+ 0
+ 0
+
+
+ 8558
+ 10
+ 0
+ 0
+ 0
+
+
+ 8559
+ 10
+ 0
+ 0
+ 0
+
+
+ 8560
+ 10
+ 0
+ 0
+ 0
+
+
+ 8561
+ 10
+ 0
+ 0
+ 0
+
+
+ 8562
+ 10
+ 0
+ 0
+ 0
+
+
+ 8563
+ 10
+ 0
+ 0
+ 0
+
+
+ 8564
+ 10
+ 0
+ 0
+ 0
+
+
+ 8565
+ 10
+ 0
+ 0
+ 0
+
+
+ 8566
+ 10
+ 0
+ 0
+ 0
+
+
+ 8567
+ 10
+ 0
+ 0
+ 0
+
+
+ 8568
+ 10
+ 0
+ 0
+ 0
+
+
+ 8569
+ 10
+ 0
+ 0
+ 0
+
+
+ 8570
+ 10
+ 0
+ 0
+ 0
+
+
+ 8571
+ 10
+ 0
+ 0
+ 0
+
+
+ 8572
+ 10
+ 0
+ 0
+ 0
+
+
+ 8573
+ 10
+ 0
+ 0
+ 0
+
+
+ 8574
+ 10
+ 0
+ 0
+ 0
+
+
+ 8575
+ 10
+ 0
+ 0
+ 0
+
+
+ 8576
+ 10
+ 0
+ 0
+ 0
+
+
+ 8577
+ 10
+ 0
+ 0
+ 0
+
+
+ 8578
+ 10
+ 0
+ 0
+ 0
+
+
+ 8579
+ 10
+ 0
+ 0
+ 0
+
+
+ 8580
+ 10
+ 0
+ 0
+ 0
+
+
+ 8581
+ 10
+ 0
+ 0
+ 0
+
+
+ 8582
+ 10
+ 0
+ 0
+ 0
+
+
+ 8583
+ 10
+ 0
+ 0
+ 0
+
+
+ 8584
+ 10
+ 0
+ 0
+ 0
+
+
+ 8585
+ 10
+ 0
+ 0
+ 0
+
+
+ 8586
+ 10
+ 0
+ 0
+ 0
+
+
+ 8587
+ 10
+ 0
+ 0
+ 0
+
+
+ 8588
+ 10
+ 0
+ 0
+ 0
+
+
+ 8589
+ 10
+ 0
+ 0
+ 0
+
+
+ 8590
+ 10
+ 0
+ 0
+ 0
+
+
+ 8591
+ 10
+ 0
+ 0
+ 0
+
+
+ 8592
+ 10
+ 0
+ 0
+ 0
+
+
+ 8593
+ 10
+ 0
+ 0
+ 0
+
+
+ 8594
+ 10
+ 0
+ 0
+ 0
+
+
+ 8595
+ 10
+ 0
+ 0
+ 0
+
+
+ 8596
+ 10
+ 0
+ 0
+ 0
+
+
+ 8597
+ 10
+ 0
+ 0
+ 0
+
+
+ 8598
+ 10
+ 0
+ 0
+ 0
+
+
+ 8599
+ 10
+ 0
+ 0
+ 0
+
+
+ 8600
+ 10
+ 0
+ 0
+ 0
+
+
+ 8601
+ 10
+ 0
+ 0
+ 0
+
+
+ 8602
+ 10
+ 0
+ 0
+ 0
+
+
+ 8603
+ 10
+ 0
+ 0
+ 0
+
+
+ 8604
+ 10
+ 0
+ 0
+ 0
+
+
+ 8605
+ 10
+ 0
+ 0
+ 0
+
+
+ 8606
+ 10
+ 0
+ 0
+ 0
+
+
+ 8607
+ 10
+ 0
+ 0
+ 0
+
+
+ 8608
+ 10
+ 0
+ 0
+ 0
+
+
+ 8609
+ 10
+ 0
+ 0
+ 0
+
+
+ 8610
+ 10
+ 0
+ 0
+ 0
+
+
+ 8611
+ 10
+ 0
+ 0
+ 0
+
+
+ 8612
+ 10
+ 0
+ 0
+ 0
+
+
+ 8613
+ 10
+ 0
+ 0
+ 0
+
+
+ 8614
+ 10
+ 0
+ 0
+ 0
+
+
+ 8615
+ 10
+ 0
+ 0
+ 0
+
+
+ 8616
+ 10
+ 0
+ 0
+ 0
+
+
+ 8617
+ 10
+ 0
+ 0
+ 0
+
+
+ 8618
+ 10
+ 0
+ 0
+ 0
+
+
+ 8619
+ 10
+ 0
+ 0
+ 0
+
+
+ 8620
+ 10
+ 0
+ 0
+ 0
+
+
+ 8621
+ 10
+ 0
+ 0
+ 0
+
+
+ 8622
+ 10
+ 0
+ 0
+ 0
+
+
+ 8623
+ 10
+ 0
+ 0
+ 0
+
+
+ 8624
+ 10
+ 0
+ 0
+ 0
+
+
+ 8625
+ 10
+ 0
+ 0
+ 0
+
+
+ 8626
+ 10
+ 0
+ 0
+ 0
+
+
+ 8627
+ 10
+ 0
+ 0
+ 0
+
+
+ 8628
+ 10
+ 0
+ 0
+ 0
+
+
+ 8629
+ 10
+ 0
+ 0
+ 0
+
+
+ 8630
+ 10
+ 0
+ 0
+ 0
+
+
+ 8631
+ 10
+ 0
+ 0
+ 0
+
+
+ 8632
+ 10
+ 0
+ 0
+ 0
+
+
+ 8633
+ 10
+ 0
+ 0
+ 0
+
+
+ 8634
+ 10
+ 0
+ 0
+ 0
+
+
+ 8635
+ 10
+ 0
+ 0
+ 0
+
+
+ 8636
+ 10
+ 0
+ 0
+ 0
+
+
+ 8637
+ 10
+ 0
+ 0
+ 0
+
+
+ 8638
+ 10
+ 0
+ 0
+ 0
+
+
+ 8639
+ 10
+ 0
+ 0
+ 0
+
+
+ 8640
+ 10
+ 0
+ 0
+ 0
+
+
+ 8641
+ 10
+ 0
+ 0
+ 0
+
+
+ 8642
+ 10
+ 0
+ 0
+ 0
+
+
+ 8643
+ 10
+ 0
+ 0
+ 0
+
+
+ 8644
+ 10
+ 0
+ 0
+ 0
+
+
+ 8645
+ 10
+ 0
+ 0
+ 0
+
+
+ 8646
+ 10
+ 0
+ 0
+ 0
+
+
+ 8647
+ 10
+ 0
+ 0
+ 0
+
+
+ 8648
+ 10
+ 0
+ 0
+ 0
+
+
+ 8649
+ 10
+ 0
+ 0
+ 0
+
+
+ 8650
+ 1
+ 0
+ 0
+ 0
+
+
+ 8651
+ 1
+ 0
+ 0
+ 0
+
+
+ 8652
+ 1
+ 0
+ 0
+ 0
+
+
+ 8653
+ 1
+ 0
+ 0
+ 0
+
+
+ 8654
+ 1
+ 0
+ 0
+ 0
+
+
+ 8655
+ 1
+ 0
+ 0
+ 0
+
+
+ 8656
+ 1
+ 0
+ 0
+ 0
+
+
+ 8657
+ 1
+ 0
+ 0
+ 0
+
+
+ 8658
+ 1
+ 0
+ 0
+ 0
+
+
+ 8659
+ 1
+ 0
+ 0
+ 0
+
+
+ 8660
+ 1
+ 0
+ 0
+ 0
+
+
+ 8661
+ 1
+ 0
+ 0
+ 0
+
+
+ 8662
+ 1
+ 0
+ 0
+ 0
+
+
+ 8663
+ 1
+ 0
+ 0
+ 0
+
+
+ 8664
+ 1
+ 0
+ 0
+ 0
+
+
+ 8665
+ 1
+ 0
+ 0
+ 0
+
+
+ 8666
+ 1
+ 0
+ 0
+ 0
+
+
+ 8667
+ 1
+ 0
+ 0
+ 0
+
+
+ 8668
+ 1
+ 0
+ 0
+ 0
+
+
+ 8669
+ 1
+ 0
+ 0
+ 0
+
+
+ 8670
+ 1
+ 0
+ 0
+ 0
+
+
+ 8671
+ 1
+ 0
+ 0
+ 0
+
+
+ 8672
+ 1
+ 0
+ 0
+ 0
+
+
+ 8673
+ 1
+ 0
+ 0
+ 0
+
+
+ 8674
+ 1
+ 0
+ 0
+ 0
+
+
+ 8675
+ 1
+ 0
+ 0
+ 0
+
+
+ 8676
+ 1
+ 0
+ 0
+ 0
+
+
+ 8677
+ 1
+ 0
+ 0
+ 0
+
+
+ 8678
+ 1
+ 0
+ 0
+ 0
+
+
+ 8679
+ 1
+ 0
+ 0
+ 0
+
+
+ 8680
+ 1
+ 0
+ 0
+ 0
+
+
+ 8681
+ 1
+ 0
+ 0
+ 0
+
+
+ 8682
+ 600
+ 0
+ 0
+ 0
+
+
+ 8683
+ 1
+ 0
+ 0
+ 0
+
+
+ 8684
+ 600
+ 0
+ 0
+ 0
+
+
+ 8685
+ 1
+ 0
+ 0
+ 0
+
+
+ 8686
+ 600
+ 0
+ 0
+ 0
+
+
+ 8687
+ 1
+ 0
+ 0
+ 0
+
+
+ 8688
+ 600
+ 0
+ 0
+ 0
+
+
+ 8689
+ 1
+ 0
+ 0
+ 0
+
+
+ 8690
+ 600
+ 0
+ 0
+ 0
+
+
+ 8691
+ 1
+ 0
+ 0
+ 0
+
+
+ 8692
+ 600
+ 0
+ 0
+ 0
+
+
+ 8693
+ 1
+ 0
+ 0
+ 0
+
+
+ 8694
+ 600
+ 0
+ 0
+ 0
+
+
+ 8695
+ 1
+ 0
+ 0
+ 0
+
+
+ 8696
+ 600
+ 0
+ 0
+ 0
+
+
+ 8697
+ 1
+ 0
+ 0
+ 0
+
+
+ 8698
+ 600
+ 0
+ 0
+ 0
+
+
+ 8699
+ 1
+ 0
+ 0
+ 0
+
+
+ 8700
+ 600
+ 0
+ 0
+ 0
+
+
+ 8701
+ 1
+ 0
+ 0
+ 0
+
+
+ 8702
+ 600
+ 0
+ 0
+ 0
+
+
+ 8703
+ 1
+ 0
+ 0
+ 0
+
+
+ 8704
+ 600
+ 0
+ 0
+ 0
+
+
+ 8705
+ 1
+ 0
+ 0
+ 0
+
+
+ 8706
+ 600
+ 0
+ 0
+ 0
+
+
+ 8707
+ 1
+ 0
+ 0
+ 0
+
+
+ 8708
+ 600
+ 0
+ 0
+ 0
+
+
+ 8709
+ 1
+ 0
+ 0
+ 0
+
+
+ 8710
+ 600
+ 0
+ 0
+ 0
+
+
+ 8711
+ 1
+ 0
+ 0
+ 0
+
+
+ 8712
+ 600
+ 0
+ 0
+ 0
+
+
+ 8713
+ 1
+ 0
+ 0
+ 0
+
+
+ 8714
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8715
+ 1
+ 0
+ 0
+ 0
+
+
+ 8716
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8717
+ 1
+ 0
+ 0
+ 0
+
+
+ 8718
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8719
+ 1
+ 0
+ 0
+ 0
+
+
+ 8720
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8721
+ 1
+ 0
+ 0
+ 0
+
+
+ 8722
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8723
+ 1
+ 0
+ 0
+ 0
+
+
+ 8724
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8725
+ 1
+ 0
+ 0
+ 0
+
+
+ 8726
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8727
+ 1
+ 0
+ 0
+ 0
+
+
+ 8728
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8729
+ 1
+ 0
+ 0
+ 0
+
+
+ 8730
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8731
+ 1
+ 0
+ 0
+ 0
+
+
+ 8732
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8733
+ 1
+ 0
+ 0
+ 0
+
+
+ 8734
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8735
+ 1
+ 0
+ 0
+ 0
+
+
+ 8736
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8737
+ 1
+ 0
+ 0
+ 0
+
+
+ 8738
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8739
+ 1
+ 0
+ 0
+ 0
+
+
+ 8740
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8741
+ 1
+ 0
+ 0
+ 0
+
+
+ 8742
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8743
+ 1
+ 0
+ 0
+ 0
+
+
+ 8744
+ 54400
+ 0
+ 0
+ 0
+
+
+ 8745
+ 1
+ 0
+ 0
+ 0
+
+
+ 8746
+ 900
+ 0
+ 0
+ 0
+
+
+ 8747
+ 1
+ 0
+ 0
+ 0
+
+
+ 8748
+ 900
+ 0
+ 0
+ 0
+
+
+ 8749
+ 1
+ 0
+ 0
+ 0
+
+
+ 8750
+ 900
+ 0
+ 0
+ 0
+
+
+ 8751
+ 1
+ 0
+ 0
+ 0
+
+
+ 8752
+ 900
+ 0
+ 0
+ 0
+
+
+ 8753
+ 1
+ 0
+ 0
+ 0
+
+
+ 8754
+ 900
+ 0
+ 0
+ 0
+
+
+ 8755
+ 1
+ 0
+ 0
+ 0
+
+
+ 8756
+ 900
+ 0
+ 0
+ 0
+
+
+ 8757
+ 1
+ 0
+ 0
+ 0
+
+
+ 8758
+ 900
+ 0
+ 0
+ 0
+
+
+ 8759
+ 1
+ 0
+ 0
+ 0
+
+
+ 8760
+ 900
+ 0
+ 0
+ 0
+
+
+ 8761
+ 1
+ 0
+ 0
+ 0
+
+
+ 8762
+ 900
+ 0
+ 0
+ 0
+
+
+ 8763
+ 1
+ 0
+ 0
+ 0
+
+
+ 8764
+ 900
+ 0
+ 0
+ 0
+
+
+ 8765
+ 1
+ 0
+ 0
+ 0
+
+
+ 8766
+ 900
+ 0
+ 0
+ 0
+
+
+ 8767
+ 1
+ 0
+ 0
+ 0
+
+
+ 8768
+ 900
+ 0
+ 0
+ 0
+
+
+ 8769
+ 1
+ 0
+ 0
+ 0
+
+
+ 8770
+ 900
+ 0
+ 0
+ 0
+
+
+ 8771
+ 1
+ 0
+ 0
+ 0
+
+
+ 8772
+ 900
+ 0
+ 0
+ 0
+
+
+ 8773
+ 1
+ 0
+ 0
+ 0
+
+
+ 8774
+ 900
+ 0
+ 0
+ 0
+
+
+ 8775
+ 1
+ 0
+ 0
+ 0
+
+
+ 8776
+ 900
+ 0
+ 0
+ 0
+
+
+ 8777
+ 1
+ 0
+ 0
+ 0
+
+
+ 8778
+ 250
+ 0
+ 0
+ 0
+
+
+ 8779
+ 250
+ 0
+ 0
+ 0
+
+
+ 8780
+ 500
+ 0
+ 0
+ 0
+
+
+ 8781
+ 500
+ 0
+ 0
+ 0
+
+
+ 8782
+ 1500
+ 0
+ 0
+ 0
+
+
+ 8783
+ 1500
+ 0
+ 0
+ 0
+
+
+ 8784
+ 130000
+ 0
+ 0
+ 0
+
+
+ 8785
+ 130000
+ 0
+ 0
+ 0
+
+
+ 8786
+ 325000
+ 0
+ 0
+ 0
+
+
+ 8787
+ 325000
+ 0
+ 0
+ 0
+
+
+ 8788
+ 975000
+ 0
+ 0
+ 0
+
+
+ 8789
+ 975000
+ 0
+ 0
+ 0
+
+
+ 8790
+ 650
+ 0
+ 0
+ 0
+
+
+ 8791
+ 650
+ 0
+ 0
+ 0
+
+
+ 8792
+ 500
+ 0
+ 0
+ 0
+
+
+ 8793
+ 500
+ 0
+ 0
+ 0
+
+
+ 8794
+ 13
+ 0
+ 0
+ 0
+
+
+ 8795
+ 13
+ 0
+ 0
+ 0
+
+
+ 8796
+ 20
+ 0
+ 0
+ 0
+
+
+ 8797
+ 1
+ 0
+ 0
+ 0
+
+
+ 8798
+ 1
+ 0
+ 0
+ 0
+
+
+ 8799
+ 1
+ 0
+ 0
+ 0
+
+
+ 8800
+ 1
+ 0
+ 0
+ 0
+
+
+ 8801
+ 1
+ 0
+ 0
+ 0
+
+
+ 8802
+ 1
+ 0
+ 0
+ 0
+
+
+ 8803
+ 1
+ 0
+ 0
+ 0
+
+
+ 8804
+ 1
+ 0
+ 0
+ 0
+
+
+ 8805
+ 1
+ 0
+ 0
+ 0
+
+
+ 8806
+ 1
+ 0
+ 0
+ 0
+
+
+ 8807
+ 1
+ 0
+ 0
+ 0
+
+
+ 8808
+ 1
+ 0
+ 0
+ 0
+
+
+ 8809
+ 1
+ 0
+ 0
+ 0
+
+
+ 8810
+ 1
+ 0
+ 0
+ 0
+
+
+ 8811
+ 1
+ 0
+ 0
+ 0
+
+
+ 8812
+ 1
+ 0
+ 0
+ 0
+
+
+ 8813
+ 1
+ 0
+ 0
+ 0
+
+
+ 8814
+ 1
+ 0
+ 0
+ 0
+
+
+ 8815
+ 1
+ 0
+ 0
+ 0
+
+
+ 8816
+ 1
+ 0
+ 0
+ 0
+
+
+ 8817
+ 1
+ 0
+ 0
+ 0
+
+
+ 8818
+ 1
+ 0
+ 0
+ 0
+
+
+ 8819
+ 1
+ 0
+ 0
+ 0
+
+
+ 8820
+ 1
+ 0
+ 0
+ 0
+
+
+ 8821
+ 1
+ 0
+ 0
+ 0
+
+
+ 8822
+ 1
+ 0
+ 0
+ 0
+
+
+ 8823
+ 1
+ 0
+ 0
+ 0
+
+
+ 8824
+ 1
+ 0
+ 0
+ 0
+
+
+ 8825
+ 1
+ 0
+ 0
+ 0
+
+
+ 8826
+ 1
+ 0
+ 0
+ 0
+
+
+ 8827
+ 1
+ 0
+ 0
+ 0
+
+
+ 8828
+ 1
+ 0
+ 0
+ 0
+
+
+ 8829
+ 1
+ 0
+ 0
+ 0
+
+
+ 8830
+ 1
+ 0
+ 0
+ 0
+
+
+ 8831
+ 1
+ 0
+ 0
+ 0
+
+
+ 8832
+ 1
+ 0
+ 0
+ 0
+
+
+ 8833
+ 1
+ 0
+ 0
+ 0
+
+
+ 8834
+ 1
+ 0
+ 0
+ 0
+
+
+ 8835
+ 1
+ 0
+ 0
+ 0
+
+
+ 8836
+ 50
+ 0
+ 0
+ 0
+
+
+ 8837
+ 1
+ 0
+ 0
+ 0
+
+
+ 8838
+ 1
+ 0
+ 0
+ 0
+
+
+ 8839
+ 48000
+ 0
+ 0
+ 0
+
+
+ 8840
+ 45000
+ 0
+ 0
+ 0
+
+
+ 8841
+ 12000
+ 0
+ 0
+ 0
+
+
+ 8842
+ 6052
+ 0
+ 0
+ 0
+
+
+ 8843
+ 1
+ 0
+ 0
+ 0
+
+
+ 8844
+ 1
+ 0
+ 0
+ 0
+
+
+ 8845
+ 1
+ 0
+ 0
+ 0
+
+
+ 8846
+ 1
+ 0
+ 0
+ 0
+
+
+ 8847
+ 1
+ 0
+ 0
+ 0
+
+
+ 8848
+ 1
+ 0
+ 0
+ 0
+
+
+ 8849
+ 1
+ 0
+ 0
+ 0
+
+
+ 8850
+ 1
+ 0
+ 0
+ 0
+
+
+ 8851
+ 1
+ 0
+ 0
+ 0
+
+
+ 8852
+ 1
+ 0
+ 0
+ 0
+
+
+ 8853
+ 1
+ 0
+ 0
+ 0
+
+
+ 8854
+ 1
+ 0
+ 0
+ 0
+
+
+ 8855
+ 1
+ 0
+ 0
+ 0
+
+
+ 8856
+ 1
+ 0
+ 0
+ 0
+
+
+ 8857
+ 1
+ 0
+ 0
+ 0
+
+
+ 8858
+ 1
+ 0
+ 0
+ 0
+
+
+ 8859
+ 1
+ 0
+ 0
+ 0
+
+
+ 8860
+ 1
+ 0
+ 0
+ 0
+
+
+ 8861
+ 1
+ 0
+ 0
+ 0
+
+
+ 8862
+ 1
+ 0
+ 0
+ 0
+
+
+ 8863
+ 1
+ 0
+ 0
+ 0
+
+
+ 8864
+ 1
+ 0
+ 0
+ 0
+
+
+ 8865
+ 2
+ 0
+ 0
+ 0
+
+
+ 8866
+ 1
+ 0
+ 0
+ 0
+
+
+ 8867
+ 1
+ 0
+ 0
+ 0
+
+
+ 8868
+ 1
+ 0
+ 0
+ 0
+
+
+ 8869
+ 1
+ 0
+ 0
+ 0
+
+
+ 8870
+ 1
+ 0
+ 0
+ 0
+
+
+ 8871
+ 1
+ 0
+ 0
+ 0
+
+
+ 8872
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8873
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8874
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8875
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8876
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8877
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8878
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8879
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8880
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8881
+ 2000
+ 0
+ 0
+ 0
+
+
+ 8882
+ 4
+ 0
+ 0
+ 0
+
+
+ 8883
+ 1
+ 0
+ 0
+ 0
+
+
+ 8884
+ 1
+ 0
+ 0
+ 0
+
+
+ 8885
+ 1
+ 0
+ 0
+ 0
+
+
+ 8886
+ 1
+ 0
+ 0
+ 0
+
+
+ 8887
+ 1
+ 0
+ 0
+ 0
+
+
+ 8888
+ 1
+ 0
+ 0
+ 0
+
+
+ 8889
+ 1
+ 0
+ 0
+ 0
+
+
+ 8890
+ 1
+ 0
+ 0
+ 0
+
+
+ 8891
+ 1
+ 0
+ 0
+ 0
+
+
+ 8892
+ 1
+ 0
+ 0
+ 0
+
+
+ 8893
+ 1
+ 0
+ 0
+ 0
+
+
+ 8894
+ 1
+ 0
+ 0
+ 0
+
+
+ 8895
+ 1
+ 0
+ 0
+ 0
+
+
+ 8896
+ 1
+ 0
+ 0
+ 0
+
+
+ 8897
+ 1
+ 0
+ 0
+ 0
+
+
+ 8898
+ 1
+ 0
+ 0
+ 0
+
+
+ 8899
+ 1
+ 0
+ 0
+ 0
+
+
+ 8900
+ 1
+ 0
+ 0
+ 0
+
+
+ 8901
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8902
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8903
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8904
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8905
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8906
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8907
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8908
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8909
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8910
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8911
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8912
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8913
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8914
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8915
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8916
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8917
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8918
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8919
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8920
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8921
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8922
+ 3000
+ 0
+ 0
+ 0
+
+
+ 8923
+ 900
+ 0
+ 0
+ 0
+
+
+ 8924
+ 100
+ 0
+ 0
+ 0
+
+
+ 8925
+ 100
+ 0
+ 0
+ 0
+
+
+ 8926
+ 100
+ 0
+ 0
+ 0
+
+
+ 8927
+ 100
+ 0
+ 0
+ 0
+
+
+ 8928
+ 100
+ 0
+ 0
+ 0
+
+
+ 8929
+ 100
+ 0
+ 0
+ 0
+
+
+ 8930
+ 1
+ 0
+ 0
+ 0
+
+
+ 8931
+ 1
+ 0
+ 0
+ 0
+
+
+ 8932
+ 1
+ 0
+ 0
+ 0
+
+
+ 8933
+ 1
+ 0
+ 0
+ 0
+
+
+ 8934
+ 1
+ 0
+ 0
+ 0
+
+
+ 8935
+ 1
+ 0
+ 0
+ 0
+
+
+ 8936
+ 1
+ 0
+ 0
+ 0
+
+
+ 8937
+ 1
+ 0
+ 0
+ 0
+
+
+ 8938
+ 1
+ 0
+ 0
+ 0
+
+
+ 8939
+ 1
+ 0
+ 0
+ 0
+
+
+ 8940
+ 2
+ 0
+ 0
+ 0
+
+
+ 8941
+ 2
+ 0
+ 0
+ 0
+
+
+ 8942
+ 1
+ 0
+ 0
+ 0
+
+
+ 8943
+ 1
+ 0
+ 0
+ 0
+
+
+ 8944
+ 1
+ 0
+ 0
+ 0
+
+
+ 8945
+ 1
+ 0
+ 0
+ 0
+
+
+ 8946
+ 1
+ 0
+ 0
+ 0
+
+
+ 8947
+ 1
+ 0
+ 0
+ 0
+
+
+ 8948
+ 1
+ 0
+ 0
+ 0
+
+
+ 8949
+ 1
+ 0
+ 0
+ 0
+
+
+ 8950
+ 1
+ 0
+ 0
+ 0
+
+
+ 8951
+ 1
+ 0
+ 0
+ 0
+
+
+ 8952
+ 100
+ 0
+ 0
+ 0
+
+
+ 8953
+ 100
+ 0
+ 0
+ 0
+
+
+ 8954
+ 100
+ 0
+ 0
+ 0
+
+
+ 8955
+ 100
+ 0
+ 0
+ 0
+
+
+ 8956
+ 100
+ 0
+ 0
+ 0
+
+
+ 8957
+ 100
+ 0
+ 0
+ 0
+
+
+ 8958
+ 100
+ 0
+ 0
+ 0
+
+
+ 8959
+ 50
+ 0
+ 0
+ 0
+
+
+ 8960
+ 50
+ 0
+ 0
+ 0
+
+
+ 8961
+ 50
+ 0
+ 0
+ 0
+
+
+ 8962
+ 50
+ 0
+ 0
+ 0
+
+
+ 8963
+ 50
+ 0
+ 0
+ 0
+
+
+ 8964
+ 50
+ 0
+ 0
+ 0
+
+
+ 8965
+ 50
+ 0
+ 0
+ 0
+
+
+ 8966
+ 200
+ 0
+ 0
+ 0
+
+
+ 8967
+ 200
+ 0
+ 0
+ 0
+
+
+ 8968
+ 300
+ 0
+ 0
+ 0
+
+
+ 8969
+ 400
+ 0
+ 0
+ 0
+
+
+ 8970
+ 500
+ 0
+ 0
+ 0
+
+
+ 8971
+ 600
+ 0
+ 0
+ 0
+
+
+ 8972
+ 1
+ 0
+ 0
+ 0
+
+
+ 8973
+ 1
+ 0
+ 0
+ 0
+
+
+ 8974
+ 1
+ 0
+ 0
+ 0
+
+
+ 8975
+ 1
+ 0
+ 0
+ 0
+
+
+ 8976
+ 1
+ 0
+ 0
+ 0
+
+
+ 8977
+ 1
+ 0
+ 0
+ 0
+
+
+ 8978
+ 1
+ 0
+ 0
+ 0
+
+
+ 8979
+ 1
+ 0
+ 0
+ 0
+
+
+ 8980
+ 1
+ 0
+ 0
+ 0
+
+
+ 8981
+ 1
+ 0
+ 0
+ 0
+
+
+ 8982
+ 1
+ 0
+ 0
+ 0
+
+
+ 8983
+ 1
+ 0
+ 0
+ 0
+
+
+ 8984
+ 1
+ 0
+ 0
+ 0
+
+
+ 8985
+ 1
+ 0
+ 0
+ 0
+
+
+ 8986
+ 1
+ 0
+ 0
+ 0
+
+
+ 8987
+ 1
+ 0
+ 0
+ 0
+
+
+ 8988
+ 5
+ 0
+ 0
+ 0
+
+
+ 8989
+ 1
+ 0
+ 0
+ 0
+
+
+ 8990
+ 1
+ 0
+ 0
+ 0
+
+
+ 8991
+ 100
+ 0
+ 0
+ 0
+
+
+ 8992
+ 100
+ 0
+ 0
+ 0
+
+
+ 8993
+ 100
+ 0
+ 0
+ 0
+
+
+ 8994
+ 100
+ 0
+ 0
+ 0
+
+
+ 8995
+ 100
+ 0
+ 0
+ 0
+
+
+ 8996
+ 100
+ 0
+ 0
+ 0
+
+
+ 8997
+ 100
+ 0
+ 0
+ 0
+
+
+ 8998
+ 100
+ 0
+ 0
+ 0
+
+
+ 8999
+ 100
+ 0
+ 0
+ 0
+
+
+ 9000
+ 100
+ 0
+ 0
+ 0
+
+
+ 9001
+ 100
+ 0
+ 0
+ 0
+
+
+ 9002
+ 100
+ 0
+ 0
+ 0
+
+
+ 9003
+ 2
+ 0
+ 0
+ 0
+
+
+ 9004
+ 2
+ 0
+ 0
+ 0
+
+
+ 9005
+ 1
+ 0
+ 0
+ 0
+
+
+ 9006
+ 1
+ 0
+ 0
+ 0
+
+
+ 9007
+ 1
+ 0
+ 0
+ 0
+
+
+ 9008
+ 1
+ 0
+ 0
+ 0
+
+
+ 9009
+ 1
+ 0
+ 0
+ 0
+
+
+ 9010
+ 1
+ 0
+ 0
+ 0
+
+
+ 9011
+ 1
+ 0
+ 0
+ 0
+
+
+ 9012
+ 1
+ 0
+ 0
+ 0
+
+
+ 9013
+ 1
+ 0
+ 0
+ 0
+
+
+ 9014
+ 2
+ 0
+ 0
+ 0
+
+
+ 9015
+ 2
+ 0
+ 0
+ 0
+
+
+ 9016
+ 150
+ 0
+ 0
+ 0
+
+
+ 9017
+ 75
+ 0
+ 0
+ 0
+
+
+ 9018
+ 150
+ 0
+ 0
+ 0
+
+
+ 9019
+ 75
+ 0
+ 0
+ 0
+
+
+ 9020
+ 1
+ 0
+ 0
+ 0
+
+
+ 9021
+ 280
+ 0
+ 0
+ 0
+
+
+ 9022
+ 230
+ 0
+ 0
+ 0
+
+
+ 9023
+ 180
+ 0
+ 0
+ 0
+
+
+ 9024
+ 130
+ 0
+ 0
+ 0
+
+
+ 9025
+ 1
+ 0
+ 0
+ 0
+
+
+ 9026
+ 10
+ 0
+ 0
+ 0
+
+
+ 9027
+ 10
+ 0
+ 0
+ 0
+
+
+ 9028
+ 30
+ 0
+ 0
+ 0
+
+
+ 9029
+ 30
+ 0
+ 0
+ 0
+
+
+ 9030
+ 20
+ 0
+ 0
+ 0
+
+
+ 9031
+ 20
+ 0
+ 0
+ 0
+
+
+ 9032
+ 10
+ 0
+ 0
+ 0
+
+
+ 9033
+ 10
+ 0
+ 0
+ 0
+
+
+ 9034
+ 30
+ 0
+ 0
+ 0
+
+
+ 9035
+ 30
+ 0
+ 0
+ 0
+
+
+ 9036
+ 10
+ 0
+ 0
+ 0
+
+
+ 9037
+ 10
+ 0
+ 0
+ 0
+
+
+ 9038
+ 20
+ 0
+ 0
+ 0
+
+
+ 9039
+ 20
+ 0
+ 0
+ 0
+
+
+ 9040
+ 30
+ 0
+ 0
+ 0
+
+
+ 9041
+ 30
+ 0
+ 0
+ 0
+
+
+ 9042
+ 20
+ 0
+ 0
+ 0
+
+
+ 9043
+ 20
+ 0
+ 0
+ 0
+
+
+ 9044
+ 100
+ 0
+ 0
+ 0
+
+
+ 9045
+ 100
+ 0
+ 0
+ 0
+
+
+ 9046
+ 100
+ 0
+ 0
+ 0
+
+
+ 9047
+ 100
+ 0
+ 0
+ 0
+
+
+ 9048
+ 100
+ 0
+ 0
+ 0
+
+
+ 9049
+ 100
+ 0
+ 0
+ 0
+
+
+ 9050
+ 100
+ 0
+ 0
+ 0
+
+
+ 9051
+ 100
+ 0
+ 0
+ 0
+
+
+ 9052
+ 1
+ 0
+ 0
+ 0
+
+
+ 9053
+ 1
+ 0
+ 0
+ 0
+
+
+ 9054
+ 40
+ 0
+ 0
+ 0
+
+
+ 9055
+ 40
+ 0
+ 0
+ 0
+
+
+ 9056
+ 40
+ 0
+ 0
+ 0
+
+
+ 9057
+ 40
+ 0
+ 0
+ 0
+
+
+ 9058
+ 40
+ 0
+ 0
+ 0
+
+
+ 9059
+ 40
+ 0
+ 0
+ 0
+
+
+ 9060
+ 1
+ 0
+ 0
+ 0
+
+
+ 9061
+ 1
+ 0
+ 0
+ 0
+
+
+ 9062
+ 1
+ 0
+ 0
+ 0
+
+
+ 9063
+ 1
+ 0
+ 0
+ 0
+
+
+ 9064
+ 20
+ 0
+ 0
+ 0
+
+
+ 9065
+ 20
+ 0
+ 0
+ 0
+
+
+ 9066
+ 10
+ 0
+ 0
+ 0
+
+
+ 9067
+ 4
+ 0
+ 0
+ 0
+
+
+ 9068
+ 1000
+ 0
+ 0
+ 0
+
+
+ 9069
+ 1000
+ 0
+ 0
+ 0
+
+
+ 9070
+ 1000
+ 0
+ 0
+ 0
+
+
+ 9071
+ 1000
+ 0
+ 0
+ 0
+
+
+ 9072
+ 900
+ 0
+ 0
+ 0
+
+
+ 9073
+ 900
+ 0
+ 0
+ 0
+
+
+ 9074
+ 200
+ 0
+ 0
+ 0
+
+
+ 9075
+ 220
+ 0
+ 0
+ 0
+
+
+ 9076
+ 3
+ 0
+ 0
+ 0
+
+
+ 9077
+ 8
+ 0
+ 0
+ 0
+
+
+ 9078
+ 1
+ 0
+ 0
+ 0
+
+
+ 9079
+ 20
+ 0
+ 0
+ 0
+
+
+ 9080
+ 60
+ 0
+ 0
+ 0
+
+
+ 9081
+ 60
+ 0
+ 0
+ 0
+
+
+ 9082
+ 20
+ 0
+ 0
+ 0
+
+
+ 9083
+ 1
+ 0
+ 0
+ 0
+
+
+ 9084
+ 1
+ 0
+ 0
+ 0
+
+
+ 9085
+ 1
+ 0
+ 0
+ 0
+
+
+ 9086
+ 1
+ 0
+ 0
+ 0
+
+
+ 9087
+ 1
+ 0
+ 0
+ 0
+
+
+ 9088
+ 1
+ 0
+ 0
+ 0
+
+
+ 9089
+ 1
+ 0
+ 0
+ 0
+
+
+ 9090
+ 1
+ 0
+ 0
+ 0
+
+
+ 9091
+ 15
+ 0
+ 0
+ 0
+
+
+ 9092
+ 15
+ 0
+ 0
+ 0
+
+
+ 9093
+ 15
+ 0
+ 0
+ 0
+
+
+ 9094
+ 1
+ 0
+ 0
+ 0
+
+
+ 9095
+ 1
+ 0
+ 0
+ 0
+
+
+ 9096
+ 100
+ 0
+ 0
+ 0
+
+
+ 9097
+ 100
+ 0
+ 0
+ 0
+
+
+ 9098
+ 100
+ 0
+ 0
+ 0
+
+
+ 9099
+ 100
+ 0
+ 0
+ 0
+
+
+ 9100
+ 100
+ 0
+ 0
+ 0
+
+
+ 9101
+ 2
+ 0
+ 0
+ 0
+
+
+ 9102
+ 30
+ 0
+ 0
+ 0
+
+
+ 9103
+ 30
+ 0
+ 0
+ 0
+
+
+ 9104
+ 100
+ 0
+ 0
+ 0
+
+
+ 9105
+ 1
+ 0
+ 0
+ 0
+
+
+ 9106
+ 100
+ 0
+ 0
+ 0
+
+
+ 9107
+ 1
+ 0
+ 0
+ 0
+
+
+ 9108
+ 1
+ 0
+ 0
+ 0
+
+
+ 9109
+ 1
+ 0
+ 0
+ 0
+
+
+ 9110
+ 1
+ 0
+ 0
+ 0
+
+
+ 9111
+ 1
+ 0
+ 0
+ 0
+
+
+ 9112
+ 1
+ 0
+ 0
+ 0
+
+
+ 9113
+ 1
+ 0
+ 0
+ 0
+
+
+ 9114
+ 1
+ 0
+ 0
+ 0
+
+
+ 9115
+ 1
+ 0
+ 0
+ 0
+
+
+ 9116
+ 1
+ 0
+ 0
+ 0
+
+
+ 9117
+ 1
+ 0
+ 0
+ 0
+
+
+ 9118
+ 1
+ 0
+ 0
+ 0
+
+
+ 9119
+ 1
+ 0
+ 0
+ 0
+
+
+ 9120
+ 1
+ 0
+ 0
+ 0
+
+
+ 9121
+ 1
+ 0
+ 0
+ 0
+
+
+ 9122
+ 1
+ 0
+ 0
+ 0
+
+
+ 9123
+ 1
+ 0
+ 0
+ 0
+
+
+ 9124
+ 1
+ 0
+ 0
+ 0
+
+
+ 9125
+ 1
+ 0
+ 0
+ 0
+
+
+ 9126
+ 1
+ 0
+ 0
+ 0
+
+
+ 9127
+ 1
+ 0
+ 0
+ 0
+
+
+ 9128
+ 1
+ 0
+ 0
+ 0
+
+
+ 9129
+ 1
+ 0
+ 0
+ 0
+
+
+ 9130
+ 1
+ 0
+ 0
+ 0
+
+
+ 9131
+ 1
+ 0
+ 0
+ 0
+
+
+ 9132
+ 1
+ 0
+ 0
+ 0
+
+
+ 9133
+ 1
+ 0
+ 0
+ 0
+
+
+ 9134
+ 1
+ 0
+ 0
+ 0
+
+
+ 9135
+ 1
+ 0
+ 0
+ 0
+
+
+ 9136
+ 1
+ 0
+ 0
+ 0
+
+
+ 9137
+ 1
+ 0
+ 0
+ 0
+
+
+ 9138
+ 1
+ 0
+ 0
+ 0
+
+
+ 9139
+ 2
+ 0
+ 0
+ 0
+
+
+ 9140
+ 2
+ 0
+ 0
+ 0
+
+
+ 9141
+ 8
+ 0
+ 0
+ 0
+
+
+ 9142
+ 20
+ 0
+ 0
+ 0
+
+
+ 9143
+ 58
+ 0
+ 0
+ 0
+
+
+ 9144
+ 300
+ 0
+ 0
+ 0
+
+
+ 9145
+ 5
+ 0
+ 0
+ 0
+
+
+ 9146
+ 1
+ 0
+ 0
+ 0
+
+
+ 9147
+ 1
+ 0
+ 0
+ 0
+
+
+ 9148
+ 1
+ 0
+ 0
+ 0
+
+
+ 9149
+ 1
+ 0
+ 0
+ 0
+
+
+ 9150
+ 1
+ 0
+ 0
+ 0
+
+
+ 9151
+ 1
+ 0
+ 0
+ 0
+
+
+ 9152
+ 1
+ 0
+ 0
+ 0
+
+
+ 9153
+ 1
+ 0
+ 0
+ 0
+
+
+ 9154
+ 1
+ 0
+ 0
+ 0
+
+
+ 9155
+ 1
+ 0
+ 0
+ 0
+
+
+ 9156
+ 1
+ 0
+ 0
+ 0
+
+
+ 9157
+ 1
+ 0
+ 0
+ 0
+
+
+ 9158
+ 1
+ 0
+ 0
+ 0
+
+
+ 9159
+ 1
+ 0
+ 0
+ 0
+
+
+ 9160
+ 1
+ 0
+ 0
+ 0
+
+
+ 9161
+ 1
+ 0
+ 0
+ 0
+
+
+ 9162
+ 1
+ 0
+ 0
+ 0
+
+
+ 9163
+ 1
+ 0
+ 0
+ 0
+
+
+ 9164
+ 1
+ 0
+ 0
+ 0
+
+
+ 9165
+ 1
+ 0
+ 0
+ 0
+
+
+ 9166
+ 1
+ 0
+ 0
+ 0
+
+
+ 9167
+ 1
+ 0
+ 0
+ 0
+
+
+ 9168
+ 1
+ 0
+ 0
+ 0
+
+
+ 9169
+ 1
+ 0
+ 0
+ 0
+
+
+ 9170
+ 1
+ 0
+ 0
+ 0
+
+
+ 9171
+ 1
+ 0
+ 0
+ 0
+
+
+ 9172
+ 1
+ 0
+ 0
+ 0
+
+
+ 9173
+ 1
+ 0
+ 0
+ 0
+
+
+ 9174
+ 73
+ 0
+ 0
+ 0
+
+
+ 9175
+ 73
+ 0
+ 0
+ 0
+
+
+ 9176
+ 93
+ 0
+ 0
+ 0
+
+
+ 9177
+ 157
+ 0
+ 0
+ 0
+
+
+ 9178
+ 157
+ 0
+ 0
+ 0
+
+
+ 9179
+ 360
+ 0
+ 0
+ 0
+
+
+ 9180
+ 360
+ 0
+ 0
+ 0
+
+
+ 9181
+ 783
+ 0
+ 0
+ 0
+
+
+ 9182
+ 783
+ 0
+ 0
+ 0
+
+
+ 9183
+ 1767
+ 0
+ 0
+ 0
+
+
+ 9184
+ 1767
+ 0
+ 0
+ 0
+
+
+ 9185
+ 16200
+ 0
+ 0
+ 0
+
+
+ 9186
+ 16200
+ 0
+ 0
+ 0
+
+
+ 9187
+ 10
+ 0
+ 0
+ 0
+
+
+ 9188
+ 13
+ 0
+ 0
+ 0
+
+
+ 9189
+ 17
+ 0
+ 0
+ 0
+
+
+ 9190
+ 33
+ 0
+ 0
+ 0
+
+
+ 9191
+ 67
+ 0
+ 0
+ 0
+
+
+ 9192
+ 133
+ 0
+ 0
+ 0
+
+
+ 9193
+ 667
+ 0
+ 0
+ 0
+
+
+ 9194
+ 1000
+ 0
+ 0
+ 0
+
+
+ 9195
+ 1
+ 0
+ 0
+ 0
+
+
+ 9196
+ 1
+ 0
+ 0
+ 0
+
+
+ 9197
+ 1
+ 0
+ 0
+ 0
+
+
+ 9198
+ 1
+ 0
+ 0
+ 0
+
+
+ 9199
+ 1
+ 0
+ 0
+ 0
+
+
+ 9200
+ 1
+ 0
+ 0
+ 0
+
+
+ 9201
+ 1
+ 0
+ 0
+ 0
+
+
+ 9202
+ 1
+ 0
+ 0
+ 0
+
+
+ 9203
+ 1
+ 0
+ 0
+ 0
+
+
+ 9204
+ 1
+ 0
+ 0
+ 0
+
+
+ 9205
+ 1
+ 0
+ 0
+ 0
+
+
+ 9206
+ 1
+ 0
+ 0
+ 0
+
+
+ 9207
+ 1
+ 0
+ 0
+ 0
+
+
+ 9208
+ 1
+ 0
+ 0
+ 0
+
+
+ 9209
+ 1
+ 0
+ 0
+ 0
+
+
+ 9210
+ 1
+ 0
+ 0
+ 0
+
+
+ 9211
+ 1
+ 0
+ 0
+ 0
+
+
+ 9212
+ 1
+ 0
+ 0
+ 0
+
+
+ 9213
+ 1
+ 0
+ 0
+ 0
+
+
+ 9214
+ 1
+ 0
+ 0
+ 0
+
+
+ 9215
+ 1
+ 0
+ 0
+ 0
+
+
+ 9216
+ 1
+ 0
+ 0
+ 0
+
+
+ 9217
+ 1
+ 0
+ 0
+ 0
+
+
+ 9218
+ 1
+ 0
+ 0
+ 0
+
+
+ 9219
+ 1
+ 0
+ 0
+ 0
+
+
+ 9220
+ 1
+ 0
+ 0
+ 0
+
+
+ 9221
+ 1
+ 0
+ 0
+ 0
+
+
+ 9222
+ 1
+ 0
+ 0
+ 0
+
+
+ 9223
+ 1
+ 0
+ 0
+ 0
+
+
+ 9224
+ 1
+ 0
+ 0
+ 0
+
+
+ 9225
+ 1
+ 0
+ 0
+ 0
+
+
+ 9226
+ 1
+ 0
+ 0
+ 0
+
+
+ 9227
+ 1
+ 0
+ 0
+ 0
+
+
+ 9228
+ 1
+ 0
+ 0
+ 0
+
+
+ 9229
+ 1
+ 0
+ 0
+ 0
+
+
+ 9230
+ 1
+ 0
+ 0
+ 0
+
+
+ 9231
+ 1
+ 0
+ 0
+ 0
+
+
+ 9232
+ 1
+ 0
+ 0
+ 0
+
+
+ 9233
+ 1
+ 0
+ 0
+ 0
+
+
+ 9234
+ 1
+ 0
+ 0
+ 0
+
+
+ 9235
+ 1
+ 0
+ 0
+ 0
+
+
+ 9236
+ 7
+ 0
+ 0
+ 0
+
+
+ 9237
+ 13
+ 0
+ 0
+ 0
+
+
+ 9238
+ 15
+ 0
+ 0
+ 0
+
+
+ 9239
+ 24
+ 0
+ 0
+ 0
+
+
+ 9240
+ 40
+ 0
+ 0
+ 0
+
+
+ 9241
+ 59
+ 0
+ 0
+ 0
+
+
+ 9242
+ 138
+ 0
+ 0
+ 0
+
+
+ 9243
+ 211
+ 0
+ 0
+ 0
+
+
+ 9244
+ 1063
+ 0
+ 0
+ 0
+
+
+ 9245
+ 15000
+ 0
+ 0
+ 0
+
+
+ 9246
+ 1
+ 0
+ 0
+ 0
+
+
+ 9247
+ 1
+ 0
+ 0
+ 0
+
+
+ 9248
+ 1
+ 0
+ 0
+ 0
+
+
+ 9249
+ 1
+ 0
+ 0
+ 0
+
+
+ 9250
+ 1
+ 0
+ 0
+ 0
+
+
+ 9251
+ 1
+ 0
+ 0
+ 0
+
+
+ 9252
+ 1
+ 0
+ 0
+ 0
+
+
+ 9253
+ 1
+ 0
+ 0
+ 0
+
+
+ 9254
+ 1
+ 0
+ 0
+ 0
+
+
+ 9255
+ 1
+ 0
+ 0
+ 0
+
+
+ 9256
+ 1
+ 0
+ 0
+ 0
+
+
+ 9257
+ 1
+ 0
+ 0
+ 0
+
+
+ 9258
+ 1
+ 0
+ 0
+ 0
+
+
+ 9259
+ 1
+ 0
+ 0
+ 0
+
+
+ 9260
+ 1
+ 0
+ 0
+ 0
+
+
+ 9261
+ 1
+ 0
+ 0
+ 0
+
+
+ 9262
+ 1
+ 0
+ 0
+ 0
+
+
+ 9263
+ 1
+ 0
+ 0
+ 0
+
+
+ 9264
+ 1
+ 0
+ 0
+ 0
+
+
+ 9265
+ 1
+ 0
+ 0
+ 0
+
+
+ 9266
+ 1
+ 0
+ 0
+ 0
+
+
+ 9267
+ 1
+ 0
+ 0
+ 0
+
+
+ 9268
+ 1
+ 0
+ 0
+ 0
+
+
+ 9269
+ 1
+ 0
+ 0
+ 0
+
+
+ 9270
+ 1
+ 0
+ 0
+ 0
+
+
+ 9271
+ 1
+ 0
+ 0
+ 0
+
+
+ 9272
+ 1
+ 0
+ 0
+ 0
+
+
+ 9273
+ 1
+ 0
+ 0
+ 0
+
+
+ 9274
+ 1
+ 0
+ 0
+ 0
+
+
+ 9275
+ 1
+ 0
+ 0
+ 0
+
+
+ 9276
+ 1
+ 0
+ 0
+ 0
+
+
+ 9277
+ 1
+ 0
+ 0
+ 0
+
+
+ 9278
+ 1
+ 0
+ 0
+ 0
+
+
+ 9279
+ 1
+ 0
+ 0
+ 0
+
+
+ 9280
+ 1
+ 0
+ 0
+ 0
+
+
+ 9281
+ 1
+ 0
+ 0
+ 0
+
+
+ 9282
+ 1
+ 0
+ 0
+ 0
+
+
+ 9283
+ 1
+ 0
+ 0
+ 0
+
+
+ 9284
+ 1
+ 0
+ 0
+ 0
+
+
+ 9285
+ 1
+ 0
+ 0
+ 0
+
+
+ 9286
+ 2
+ 0
+ 0
+ 0
+
+
+ 9287
+ 2
+ 0
+ 0
+ 0
+
+
+ 9288
+ 8
+ 0
+ 0
+ 0
+
+
+ 9289
+ 20
+ 0
+ 0
+ 0
+
+
+ 9290
+ 58
+ 0
+ 0
+ 0
+
+
+ 9291
+ 300
+ 0
+ 0
+ 0
+
+
+ 9292
+ 5
+ 0
+ 0
+ 0
+
+
+ 9293
+ 2
+ 0
+ 0
+ 0
+
+
+ 9294
+ 2
+ 0
+ 0
+ 0
+
+
+ 9295
+ 8
+ 0
+ 0
+ 0
+
+
+ 9296
+ 20
+ 0
+ 0
+ 0
+
+
+ 9297
+ 58
+ 0
+ 0
+ 0
+
+
+ 9298
+ 300
+ 0
+ 0
+ 0
+
+
+ 9299
+ 5
+ 0
+ 0
+ 0
+
+
+ 9300
+ 2
+ 0
+ 0
+ 0
+
+
+ 9301
+ 2
+ 0
+ 0
+ 0
+
+
+ 9302
+ 8
+ 0
+ 0
+ 0
+
+
+ 9303
+ 20
+ 0
+ 0
+ 0
+
+
+ 9304
+ 58
+ 0
+ 0
+ 0
+
+
+ 9305
+ 300
+ 0
+ 0
+ 0
+
+
+ 9306
+ 5
+ 0
+ 0
+ 0
+
+
+ 9307
+ 1
+ 0
+ 0
+ 0
+
+
+ 9308
+ 1
+ 0
+ 0
+ 0
+
+
+ 9309
+ 1
+ 0
+ 0
+ 0
+
+
+ 9310
+ 1
+ 0
+ 0
+ 0
+
+
+ 9311
+ 1
+ 0
+ 0
+ 0
+
+
+ 9312
+ 1
+ 0
+ 0
+ 0
+
+
+ 9313
+ 1
+ 0
+ 0
+ 0
+
+
+ 9314
+ 1
+ 0
+ 0
+ 0
+
+
+ 9315
+ 1
+ 0
+ 0
+ 0
+
+
+ 9316
+ 1
+ 0
+ 0
+ 0
+
+
+ 9317
+ 1
+ 0
+ 0
+ 0
+
+
+ 9318
+ 1
+ 0
+ 0
+ 0
+
+
+ 9319
+ 1
+ 0
+ 0
+ 0
+
+
+ 9320
+ 1
+ 0
+ 0
+ 0
+
+
+ 9321
+ 1
+ 0
+ 0
+ 0
+
+
+ 9322
+ 1
+ 0
+ 0
+ 0
+
+
+ 9323
+ 1
+ 0
+ 0
+ 0
+
+
+ 9324
+ 1
+ 0
+ 0
+ 0
+
+
+ 9325
+ 1
+ 0
+ 0
+ 0
+
+
+ 9326
+ 1
+ 0
+ 0
+ 0
+
+
+ 9327
+ 1
+ 0
+ 0
+ 0
+
+
+ 9328
+ 1
+ 0
+ 0
+ 0
+
+
+ 9329
+ 1
+ 0
+ 0
+ 0
+
+
+ 9330
+ 1
+ 0
+ 0
+ 0
+
+
+ 9331
+ 1
+ 0
+ 0
+ 0
+
+
+ 9332
+ 1
+ 0
+ 0
+ 0
+
+
+ 9333
+ 1
+ 0
+ 0
+ 0
+
+
+ 9334
+ 1
+ 0
+ 0
+ 0
+
+
+ 9335
+ 12
+ 0
+ 0
+ 0
+
+
+ 9336
+ 22
+ 0
+ 0
+ 0
+
+
+ 9337
+ 37
+ 0
+ 0
+ 0
+
+
+ 9338
+ 53
+ 0
+ 0
+ 0
+
+
+ 9339
+ 125
+ 0
+ 0
+ 0
+
+
+ 9340
+ 192
+ 0
+ 0
+ 0
+
+
+ 9341
+ 967
+ 0
+ 0
+ 0
+
+
+ 9342
+ 13633
+ 0
+ 0
+ 0
+
+
+ 9343
+ 1
+ 0
+ 0
+ 0
+
+
+ 9344
+ 1
+ 0
+ 0
+ 0
+
+
+ 9345
+ 1
+ 0
+ 0
+ 0
+
+
+ 9346
+ 1
+ 0
+ 0
+ 0
+
+
+ 9347
+ 1
+ 0
+ 0
+ 0
+
+
+ 9348
+ 1
+ 0
+ 0
+ 0
+
+
+ 9349
+ 1
+ 0
+ 0
+ 0
+
+
+ 9350
+ 1
+ 0
+ 0
+ 0
+
+
+ 9351
+ 1
+ 0
+ 0
+ 0
+
+
+ 9352
+ 1
+ 0
+ 0
+ 0
+
+
+ 9353
+ 1
+ 0
+ 0
+ 0
+
+
+ 9354
+ 1
+ 0
+ 0
+ 0
+
+
+ 9355
+ 1
+ 0
+ 0
+ 0
+
+
+ 9356
+ 1
+ 0
+ 0
+ 0
+
+
+ 9357
+ 1
+ 0
+ 0
+ 0
+
+
+ 9358
+ 1
+ 0
+ 0
+ 0
+
+
+ 9359
+ 1
+ 0
+ 0
+ 0
+
+
+ 9360
+ 1
+ 0
+ 0
+ 0
+
+
+ 9361
+ 1
+ 0
+ 0
+ 0
+
+
+ 9362
+ 1
+ 0
+ 0
+ 0
+
+
+ 9363
+ 1
+ 0
+ 0
+ 0
+
+
+ 9364
+ 1
+ 0
+ 0
+ 0
+
+
+ 9365
+ 1
+ 0
+ 0
+ 0
+
+
+ 9366
+ 1
+ 0
+ 0
+ 0
+
+
+ 9367
+ 1
+ 0
+ 0
+ 0
+
+
+ 9368
+ 1
+ 0
+ 0
+ 0
+
+
+ 9369
+ 1
+ 0
+ 0
+ 0
+
+
+ 9370
+ 1
+ 0
+ 0
+ 0
+
+
+ 9371
+ 1
+ 0
+ 0
+ 0
+
+
+ 9372
+ 1
+ 0
+ 0
+ 0
+
+
+ 9373
+ 1
+ 0
+ 0
+ 0
+
+
+ 9374
+ 1
+ 0
+ 0
+ 0
+
+
+ 9375
+ 1
+ 0
+ 0
+ 0
+
+
+ 9376
+ 1
+ 0
+ 0
+ 0
+
+
+ 9377
+ 1
+ 0
+ 0
+ 0
+
+
+ 9378
+ 1
+ 0
+ 0
+ 0
+
+
+ 9379
+ 1
+ 0
+ 0
+ 0
+
+
+ 9380
+ 1
+ 0
+ 0
+ 0
+
+
+ 9381
+ 1
+ 0
+ 0
+ 0
+
+
+ 9382
+ 1
+ 0
+ 0
+ 0
+
+
+ 9383
+ 1
+ 0
+ 0
+ 0
+
+
+ 9384
+ 1
+ 0
+ 0
+ 0
+
+
+ 9385
+ 1
+ 0
+ 0
+ 0
+
+
+ 9386
+ 1
+ 0
+ 0
+ 0
+
+
+ 9387
+ 1
+ 0
+ 0
+ 0
+
+
+ 9388
+ 1
+ 0
+ 0
+ 0
+
+
+ 9389
+ 1
+ 0
+ 0
+ 0
+
+
+ 9390
+ 1
+ 0
+ 0
+ 0
+
+
+ 9391
+ 1
+ 0
+ 0
+ 0
+
+
+ 9392
+ 1
+ 0
+ 0
+ 0
+
+
+ 9393
+ 1
+ 0
+ 0
+ 0
+
+
+ 9394
+ 1
+ 0
+ 0
+ 0
+
+
+ 9395
+ 1
+ 0
+ 0
+ 0
+
+
+ 9396
+ 1
+ 0
+ 0
+ 0
+
+
+ 9397
+ 1
+ 0
+ 0
+ 0
+
+
+ 9398
+ 1
+ 0
+ 0
+ 0
+
+
+ 9399
+ 1
+ 0
+ 0
+ 0
+
+
+ 9400
+ 1
+ 0
+ 0
+ 0
+
+
+ 9401
+ 1
+ 0
+ 0
+ 0
+
+
+ 9402
+ 1
+ 0
+ 0
+ 0
+
+
+ 9403
+ 1
+ 0
+ 0
+ 0
+
+
+ 9404
+ 1
+ 0
+ 0
+ 0
+
+
+ 9405
+ 1
+ 0
+ 0
+ 0
+
+
+ 9406
+ 1
+ 0
+ 0
+ 0
+
+
+ 9407
+ 1
+ 0
+ 0
+ 0
+
+
+ 9408
+ 1
+ 0
+ 0
+ 0
+
+
+ 9409
+ 1
+ 0
+ 0
+ 0
+
+
+ 9410
+ 1
+ 0
+ 0
+ 0
+
+
+ 9411
+ 1
+ 0
+ 0
+ 0
+
+
+ 9412
+ 1
+ 0
+ 0
+ 0
+
+
+ 9413
+ 1
+ 0
+ 0
+ 0
+
+
+ 9414
+ 1
+ 0
+ 0
+ 0
+
+
+ 9415
+ 1
+ 0
+ 0
+ 0
+
+
+ 9416
+ 30
+ 0
+ 0
+ 0
+
+
+ 9417
+ 30
+ 0
+ 0
+ 0
+
+
+ 9418
+ 48
+ 0
+ 0
+ 0
+
+
+ 9419
+ 1
+ 0
+ 0
+ 0
+
+
+ 9420
+ 20
+ 0
+ 0
+ 0
+
+
+ 9421
+ 20
+ 0
+ 0
+ 0
+
+
+ 9422
+ 33
+ 0
+ 0
+ 0
+
+
+ 9423
+ 70
+ 0
+ 0
+ 0
+
+
+ 9424
+ 70
+ 0
+ 0
+ 0
+
+
+ 9425
+ 250
+ 0
+ 0
+ 0
+
+
+ 9426
+ 250
+ 0
+ 0
+ 0
+
+
+ 9427
+ 650
+ 0
+ 0
+ 0
+
+
+ 9428
+ 650
+ 0
+ 0
+ 0
+
+
+ 9429
+ 1600
+ 0
+ 0
+ 0
+
+
+ 9430
+ 1600
+ 0
+ 0
+ 0
+
+
+ 9431
+ 16000
+ 0
+ 0
+ 0
+
+
+ 9432
+ 16000
+ 0
+ 0
+ 0
+
+
+ 9433
+ 5000
+ 0
+ 0
+ 0
+
+
+ 9434
+ 25
+ 0
+ 0
+ 0
+
+
+ 9435
+ 25
+ 0
+ 0
+ 0
+
+
+ 9436
+ 2
+ 0
+ 0
+ 0
+
+
+ 9437
+ 2
+ 0
+ 0
+ 0
+
+
+ 9438
+ 1
+ 0
+ 0
+ 0
+
+
+ 9439
+ 1
+ 0
+ 0
+ 0
+
+
+ 9440
+ 20
+ 0
+ 0
+ 0
+
+
+ 9441
+ 20
+ 0
+ 0
+ 0
+
+
+ 9442
+ 27
+ 0
+ 0
+ 0
+
+
+ 9443
+ 27
+ 0
+ 0
+ 0
+
+
+ 9444
+ 53
+ 0
+ 0
+ 0
+
+
+ 9445
+ 53
+ 0
+ 0
+ 0
+
+
+ 9446
+ 77
+ 0
+ 0
+ 0
+
+
+ 9447
+ 77
+ 0
+ 0
+ 0
+
+
+ 9448
+ 100
+ 0
+ 0
+ 0
+
+
+ 9449
+ 100
+ 0
+ 0
+ 0
+
+
+ 9450
+ 133
+ 0
+ 0
+ 0
+
+
+ 9451
+ 133
+ 0
+ 0
+ 0
+
+
+ 9452
+ 167
+ 0
+ 0
+ 0
+
+
+ 9453
+ 167
+ 0
+ 0
+ 0
+
+
+ 9454
+ 40
+ 0
+ 0
+ 0
+
+
+ 9455
+ 40
+ 0
+ 0
+ 0
+
+
+ 9456
+ 60
+ 0
+ 0
+ 0
+
+
+ 9457
+ 123
+ 0
+ 0
+ 0
+
+
+ 9458
+ 123
+ 0
+ 0
+ 0
+
+
+ 9459
+ 327
+ 0
+ 0
+ 0
+
+
+ 9460
+ 327
+ 0
+ 0
+ 0
+
+
+ 9461
+ 750
+ 0
+ 0
+ 0
+
+
+ 9462
+ 750
+ 0
+ 0
+ 0
+
+
+ 9463
+ 1733
+ 0
+ 0
+ 0
+
+
+ 9464
+ 1733
+ 0
+ 0
+ 0
+
+
+ 9465
+ 16167
+ 0
+ 0
+ 0
+
+
+ 9466
+ 16167
+ 0
+ 0
+ 0
+
+
+ 9467
+ 18
+ 0
+ 0
+ 0
+
+
+ 9468
+ 1
+ 0
+ 0
+ 0
+
+
+ 9469
+ 250
+ 0
+ 0
+ 0
+
+
+ 9470
+ 1000
+ 0
+ 0
+ 0
+
+
+ 9471
+ 1000
+ 0
+ 0
+ 0
+
+
+ 9472
+ 1000
+ 0
+ 0
+ 0
+
+
+ 9473
+ 1000
+ 0
+ 0
+ 0
+
+
+ 9474
+ 250
+ 0
+ 0
+ 0
+
+
+ 9475
+ 250
+ 0
+ 0
+ 0
+
+
+ 9476
+ 250
+ 0
+ 0
+ 0
+
+
+ 9477
+ 1
+ 0
+ 0
+ 0
+
+
+ 9478
+ 2
+ 0
+ 0
+ 0
+
+
+ 9479
+ 2
+ 0
+ 0
+ 0
+
+
+ 9480
+ 2
+ 0
+ 0
+ 0
+
+
+ 9481
+ 2
+ 0
+ 0
+ 0
+
+
+ 9482
+ 2
+ 0
+ 0
+ 0
+
+
+ 9483
+ 2
+ 0
+ 0
+ 0
+
+
+ 9484
+ 2
+ 0
+ 0
+ 0
+
+
+ 9485
+ 2
+ 0
+ 0
+ 0
+
+
+ 9486
+ 2
+ 0
+ 0
+ 0
+
+
+ 9487
+ 1
+ 0
+ 0
+ 0
+
+
+ 9488
+ 1
+ 0
+ 0
+ 0
+
+
+ 9489
+ 1
+ 0
+ 0
+ 0
+
+
+ 9490
+ 1
+ 0
+ 0
+ 0
+
+
+ 9491
+ 1
+ 0
+ 0
+ 0
+
+
+ 9492
+ 1
+ 0
+ 0
+ 0
+
+
+ 9493
+ 1
+ 0
+ 0
+ 0
+
+
+ 9494
+ 1
+ 0
+ 0
+ 0
+
+
+ 9495
+ 1
+ 0
+ 0
+ 0
+
+
+ 9496
+ 1
+ 0
+ 0
+ 0
+
+
+ 9497
+ 1
+ 0
+ 0
+ 0
+
+
+ 9498
+ 1
+ 0
+ 0
+ 0
+
+
+ 9499
+ 1
+ 0
+ 0
+ 0
+
+
+ 9500
+ 1
+ 0
+ 0
+ 0
+
+
+ 9501
+ 1
+ 0
+ 0
+ 0
+
+
+ 9502
+ 1
+ 0
+ 0
+ 0
+
+
+ 9503
+ 1
+ 0
+ 0
+ 0
+
+
+ 9504
+ 1
+ 0
+ 0
+ 0
+
+
+ 9505
+ 1
+ 0
+ 0
+ 0
+
+
+ 9506
+ 1
+ 0
+ 0
+ 0
+
+
+ 9507
+ 1
+ 0
+ 0
+ 0
+
+
+ 9508
+ 1
+ 0
+ 0
+ 0
+
+
+ 9509
+ 1
+ 0
+ 0
+ 0
+
+
+ 9510
+ 1
+ 0
+ 0
+ 0
+
+
+ 9511
+ 1
+ 0
+ 0
+ 0
+
+
+ 9512
+ 1
+ 0
+ 0
+ 0
+
+
+ 9513
+ 1
+ 0
+ 0
+ 0
+
+
+ 9514
+ 1
+ 0
+ 0
+ 0
+
+
+ 9515
+ 1
+ 0
+ 0
+ 0
+
+
+ 9516
+ 1
+ 0
+ 0
+ 0
+
+
+ 9517
+ 1
+ 0
+ 0
+ 0
+
+
+ 9518
+ 1
+ 0
+ 0
+ 0
+
+
+ 9519
+ 1
+ 0
+ 0
+ 0
+
+
+ 9520
+ 1
+ 0
+ 0
+ 0
+
+
+ 9521
+ 1
+ 0
+ 0
+ 0
+
+
+ 9522
+ 1
+ 0
+ 0
+ 0
+
+
+ 9523
+ 1
+ 0
+ 0
+ 0
+
+
+ 9524
+ 1
+ 0
+ 0
+ 0
+
+
+ 9525
+ 1
+ 0
+ 0
+ 0
+
+
+ 9526
+ 1
+ 0
+ 0
+ 0
+
+
+ 9527
+ 1
+ 0
+ 0
+ 0
+
+
+ 9528
+ 1
+ 0
+ 0
+ 0
+
+
+ 9529
+ 1
+ 0
+ 0
+ 0
+
+
+ 9530
+ 1
+ 0
+ 0
+ 0
+
+
+ 9531
+ 1
+ 0
+ 0
+ 0
+
+
+ 9532
+ 1
+ 0
+ 0
+ 0
+
+
+ 9533
+ 1
+ 0
+ 0
+ 0
+
+
+ 9534
+ 1
+ 0
+ 0
+ 0
+
+
+ 9535
+ 1
+ 0
+ 0
+ 0
+
+
+ 9536
+ 1
+ 0
+ 0
+ 0
+
+
+ 9537
+ 1
+ 0
+ 0
+ 0
+
+
+ 9538
+ 1
+ 0
+ 0
+ 0
+
+
+ 9539
+ 1
+ 0
+ 0
+ 0
+
+
+ 9540
+ 1
+ 0
+ 0
+ 0
+
+
+ 9541
+ 1
+ 0
+ 0
+ 0
+
+
+ 9542
+ 1
+ 0
+ 0
+ 0
+
+
+ 9543
+ 1
+ 0
+ 0
+ 0
+
+
+ 9544
+ 1
+ 0
+ 0
+ 0
+
+
+ 9545
+ 1
+ 0
+ 0
+ 0
+
+
+ 9546
+ 1
+ 0
+ 0
+ 0
+
+
+ 9547
+ 1
+ 0
+ 0
+ 0
+
+
+ 9548
+ 1
+ 0
+ 0
+ 0
+
+
+ 9549
+ 1
+ 0
+ 0
+ 0
+
+
+ 9550
+ 1
+ 0
+ 0
+ 0
+
+
+ 9551
+ 1
+ 0
+ 0
+ 0
+
+
+ 9552
+ 1
+ 0
+ 0
+ 0
+
+
+ 9553
+ 1
+ 0
+ 0
+ 0
+
+
+ 9554
+ 1
+ 0
+ 0
+ 0
+
+
+ 9555
+ 1
+ 0
+ 0
+ 0
+
+
+ 9556
+ 1
+ 0
+ 0
+ 0
+
+
+ 9557
+ 1
+ 0
+ 0
+ 0
+
+
+ 9558
+ 2
+ 0
+ 0
+ 0
+
+
+ 9559
+ 2
+ 0
+ 0
+ 0
+
+
+ 9560
+ 2
+ 0
+ 0
+ 0
+
+
+ 9561
+ 2
+ 0
+ 0
+ 0
+
+
+ 9562
+ 2
+ 0
+ 0
+ 0
+
+
+ 9563
+ 2
+ 0
+ 0
+ 0
+
+
+ 9564
+ 2
+ 0
+ 0
+ 0
+
+
+ 9565
+ 2
+ 0
+ 0
+ 0
+
+
+ 9566
+ 2
+ 0
+ 0
+ 0
+
+
+ 9567
+ 2
+ 0
+ 0
+ 0
+
+
+ 9568
+ 2
+ 0
+ 0
+ 0
+
+
+ 9569
+ 2
+ 0
+ 0
+ 0
+
+
+ 9570
+ 2
+ 0
+ 0
+ 0
+
+
+ 9571
+ 2
+ 0
+ 0
+ 0
+
+
+ 9572
+ 2
+ 0
+ 0
+ 0
+
+
+ 9573
+ 2
+ 0
+ 0
+ 0
+
+
+ 9574
+ 2
+ 0
+ 0
+ 0
+
+
+ 9575
+ 2
+ 0
+ 0
+ 0
+
+
+ 9576
+ 2
+ 0
+ 0
+ 0
+
+
+ 9577
+ 2
+ 0
+ 0
+ 0
+
+
+ 9578
+ 2
+ 0
+ 0
+ 0
+
+
+ 9579
+ 2
+ 0
+ 0
+ 0
+
+
+ 9580
+ 2
+ 0
+ 0
+ 0
+
+
+ 9581
+ 2
+ 0
+ 0
+ 0
+
+
+ 9582
+ 2
+ 0
+ 0
+ 0
+
+
+ 9583
+ 2
+ 0
+ 0
+ 0
+
+
+ 9584
+ 2
+ 0
+ 0
+ 0
+
+
+ 9585
+ 10
+ 0
+ 0
+ 0
+
+
+ 9586
+ 10
+ 0
+ 0
+ 0
+
+
+ 9587
+ 10
+ 0
+ 0
+ 0
+
+
+ 9588
+ 2
+ 0
+ 0
+ 0
+
+
+ 9589
+ 1
+ 0
+ 0
+ 0
+
+
+ 9590
+ 1
+ 0
+ 0
+ 0
+
+
+ 9591
+ 1
+ 0
+ 0
+ 0
+
+
+ 9592
+ 1
+ 0
+ 0
+ 0
+
+
+ 9593
+ 1
+ 0
+ 0
+ 0
+
+
+ 9594
+ 1
+ 0
+ 0
+ 0
+
+
+ 9595
+ 1
+ 0
+ 0
+ 0
+
+
+ 9596
+ 10
+ 0
+ 0
+ 0
+
+
+ 9597
+ 1
+ 0
+ 0
+ 0
+
+
+ 9598
+ 1
+ 0
+ 0
+ 0
+
+
+ 9599
+ 1
+ 0
+ 0
+ 0
+
+
+ 9600
+ 1
+ 0
+ 0
+ 0
+
+
+ 9601
+ 1
+ 0
+ 0
+ 0
+
+
+ 9602
+ 1
+ 0
+ 0
+ 0
+
+
+ 9603
+ 1
+ 0
+ 0
+ 0
+
+
+ 9604
+ 1
+ 0
+ 0
+ 0
+
+
+ 9605
+ 1
+ 0
+ 0
+ 0
+
+
+ 9606
+ 1
+ 0
+ 0
+ 0
+
+
+ 9607
+ 1
+ 0
+ 0
+ 0
+
+
+ 9608
+ 1
+ 0
+ 0
+ 0
+
+
+ 9609
+ 1
+ 0
+ 0
+ 0
+
+
+ 9610
+ 1
+ 0
+ 0
+ 0
+
+
+ 9611
+ 1
+ 0
+ 0
+ 0
+
+
+ 9612
+ 1
+ 0
+ 0
+ 0
+
+
+ 9613
+ 1
+ 0
+ 0
+ 0
+
+
+ 9614
+ 1
+ 0
+ 0
+ 0
+
+
+ 9615
+ 1
+ 0
+ 0
+ 0
+
+
+ 9616
+ 1
+ 0
+ 0
+ 0
+
+
+ 9617
+ 1
+ 0
+ 0
+ 0
+
+
+ 9618
+ 1
+ 0
+ 0
+ 0
+
+
+ 9619
+ 1
+ 0
+ 0
+ 0
+
+
+ 9620
+ 1
+ 0
+ 0
+ 0
+
+
+ 9621
+ 1
+ 0
+ 0
+ 0
+
+
+ 9622
+ 1
+ 0
+ 0
+ 0
+
+
+ 9623
+ 1
+ 0
+ 0
+ 0
+
+
+ 9624
+ 1
+ 0
+ 0
+ 0
+
+
+ 9625
+ 10
+ 0
+ 0
+ 0
+
+
+ 9626
+ 10000
+ 0
+ 0
+ 0
+
+
+ 9627
+ 2
+ 0
+ 0
+ 0
+
+
+ 9628
+ 1
+ 0
+ 0
+ 0
+
+
+ 9629
+ 1265
+ 0
+ 0
+ 0
+
+
+ 9630
+ 1265
+ 0
+ 0
+ 0
+
+
+ 9631
+ 2
+ 0
+ 0
+ 0
+
+
+ 9632
+ 100
+ 0
+ 0
+ 0
+
+
+ 9633
+ 1
+ 0
+ 0
+ 0
+
+
+ 9634
+ 650
+ 0
+ 0
+ 0
+
+
+ 9635
+ 650
+ 0
+ 0
+ 0
+
+
+ 9636
+ 650
+ 0
+ 0
+ 0
+
+
+ 9637
+ 650
+ 0
+ 0
+ 0
+
+
+ 9638
+ 650
+ 0
+ 0
+ 0
+
+
+ 9639
+ 650
+ 0
+ 0
+ 0
+
+
+ 9640
+ 6
+ 0
+ 0
+ 0
+
+
+ 9641
+ 6
+ 0
+ 0
+ 0
+
+
+ 9642
+ 6
+ 0
+ 0
+ 0
+
+
+ 9643
+ 6
+ 0
+ 0
+ 0
+
+
+ 9644
+ 6
+ 0
+ 0
+ 0
+
+
+ 9645
+ 6
+ 0
+ 0
+ 0
+
+
+ 9646
+ 1
+ 0
+ 0
+ 0
+
+
+ 9647
+ 1
+ 0
+ 0
+ 0
+
+
+ 9648
+ 1
+ 0
+ 0
+ 0
+
+
+ 9649
+ 1
+ 0
+ 0
+ 0
+
+
+ 9650
+ 1
+ 0
+ 0
+ 0
+
+
+ 9651
+ 1
+ 0
+ 0
+ 0
+
+
+ 9652
+ 1
+ 0
+ 0
+ 0
+
+
+ 9653
+ 1
+ 0
+ 0
+ 0
+
+
+ 9654
+ 1
+ 0
+ 0
+ 0
+
+
+ 9655
+ 1
+ 0
+ 0
+ 0
+
+
+ 9656
+ 1
+ 0
+ 0
+ 0
+
+
+ 9657
+ 1
+ 0
+ 0
+ 0
+
+
+ 9658
+ 1
+ 0
+ 0
+ 0
+
+
+ 9659
+ 1
+ 0
+ 0
+ 0
+
+
+ 9660
+ 1
+ 0
+ 0
+ 0
+
+
+ 9661
+ 1
+ 0
+ 0
+ 0
+
+
+ 9662
+ 1
+ 0
+ 0
+ 0
+
+
+ 9663
+ 1
+ 0
+ 0
+ 0
+
+
+ 9664
+ 1
+ 0
+ 0
+ 0
+
+
+ 9665
+ 1
+ 0
+ 0
+ 0
+
+
+ 9666
+ 25000
+ 0
+ 0
+ 0
+
+
+ 9667
+ 25000
+ 0
+ 0
+ 0
+
+
+ 9668
+ 20000
+ 0
+ 0
+ 0
+
+
+ 9669
+ 20000
+ 0
+ 0
+ 0
+
+
+ 9670
+ 25000
+ 0
+ 0
+ 0
+
+
+ 9671
+ 25000
+ 0
+ 0
+ 0
+
+
+ 9672
+ 8000
+ 0
+ 0
+ 0
+
+
+ 9673
+ 8000
+ 0
+ 0
+ 0
+
+
+ 9674
+ 12000
+ 0
+ 0
+ 0
+
+
+ 9675
+ 12000
+ 0
+ 0
+ 0
+
+
+ 9676
+ 10000
+ 0
+ 0
+ 0
+
+
+ 9677
+ 10000
+ 0
+ 0
+ 0
+
+
+ 9678
+ 10000
+ 0
+ 0
+ 0
+
+
+ 9679
+ 10000
+ 0
+ 0
+ 0
+
+
+ 9680
+ 1
+ 0
+ 0
+ 0
+
+
+ 9681
+ 1
+ 0
+ 0
+ 0
+
+
+ 9682
+ 1
+ 0
+ 0
+ 0
+
+
+ 9683
+ 1
+ 0
+ 0
+ 0
+
+
+ 9684
+ 1
+ 0
+ 0
+ 0
+
+
+ 9685
+ 1
+ 0
+ 0
+ 0
+
+
+ 9686
+ 1
+ 0
+ 0
+ 0
+
+
+ 9687
+ 1
+ 0
+ 0
+ 0
+
+
+ 9688
+ 1
+ 0
+ 0
+ 0
+
+
+ 9689
+ 1
+ 0
+ 0
+ 0
+
+
+ 9690
+ 1
+ 0
+ 0
+ 0
+
+
+ 9691
+ 1
+ 0
+ 0
+ 0
+
+
+ 9692
+ 1
+ 0
+ 0
+ 0
+
+
+ 9693
+ 1
+ 0
+ 0
+ 0
+
+
+ 9694
+ 1
+ 0
+ 0
+ 0
+
+
+ 9695
+ 1
+ 0
+ 0
+ 0
+
+
+ 9696
+ 1
+ 0
+ 0
+ 0
+
+
+ 9697
+ 1
+ 0
+ 0
+ 0
+
+
+ 9698
+ 1
+ 0
+ 0
+ 0
+
+
+ 9699
+ 1
+ 0
+ 0
+ 0
+
+
+ 9700
+ 1
+ 0
+ 0
+ 0
+
+
+ 9701
+ 1
+ 0
+ 0
+ 0
+
+
+ 9702
+ 1
+ 0
+ 0
+ 0
+
+
+ 9703
+ 1
+ 0
+ 0
+ 0
+
+
+ 9704
+ 1
+ 0
+ 0
+ 0
+
+
+ 9705
+ 1
+ 0
+ 0
+ 0
+
+
+ 9706
+ 1
+ 0
+ 0
+ 0
+
+
+ 9707
+ 1
+ 0
+ 0
+ 0
+
+
+ 9708
+ 1
+ 0
+ 0
+ 0
+
+
+ 9709
+ 1
+ 0
+ 0
+ 0
+
+
+ 9710
+ 1
+ 0
+ 0
+ 0
+
+
+ 9711
+ 1
+ 0
+ 0
+ 0
+
+
+ 9712
+ 1
+ 0
+ 0
+ 0
+
+
+ 9713
+ 1
+ 0
+ 0
+ 0
+
+
+ 9714
+ 1
+ 0
+ 0
+ 0
+
+
+ 9715
+ 10
+ 0
+ 0
+ 0
+
+
+ 9716
+ 1
+ 0
+ 0
+ 0
+
+
+ 9717
+ 1
+ 0
+ 0
+ 0
+
+
+ 9718
+ 1
+ 0
+ 0
+ 0
+
+
+ 9719
+ 1
+ 0
+ 0
+ 0
+
+
+ 9720
+ 1
+ 0
+ 0
+ 0
+
+
+ 9721
+ 1
+ 0
+ 0
+ 0
+
+
+ 9722
+ 1
+ 0
+ 0
+ 0
+
+
+ 9723
+ 1
+ 0
+ 0
+ 0
+
+
+ 9724
+ 1
+ 0
+ 0
+ 0
+
+
+ 9725
+ 1
+ 0
+ 0
+ 0
+
+
+ 9726
+ 1
+ 0
+ 0
+ 0
+
+
+ 9727
+ 1
+ 0
+ 0
+ 0
+
+
+ 9728
+ 1
+ 0
+ 0
+ 0
+
+
+ 9729
+ 20
+ 0
+ 0
+ 0
+
+
+ 9730
+ 20
+ 0
+ 0
+ 0
+
+
+ 9731
+ 3000
+ 0
+ 0
+ 0
+
+
+ 9732
+ 3000
+ 0
+ 0
+ 0
+
+
+ 9733
+ 3000
+ 0
+ 0
+ 0
+
+
+ 9734
+ 3000
+ 0
+ 0
+ 0
+
+
+ 9735
+ 12
+ 0
+ 0
+ 0
+
+
+ 9736
+ 12
+ 0
+ 0
+ 0
+
+
+ 9737
+ 12
+ 0
+ 0
+ 0
+
+
+ 9738
+ 12
+ 0
+ 0
+ 0
+
+
+ 9739
+ 215
+ 0
+ 0
+ 0
+
+
+ 9740
+ 215
+ 0
+ 0
+ 0
+
+
+ 9741
+ 160
+ 0
+ 0
+ 0
+
+
+ 9742
+ 160
+ 0
+ 0
+ 0
+
+
+ 9743
+ 105
+ 0
+ 0
+ 0
+
+
+ 9744
+ 105
+ 0
+ 0
+ 0
+
+
+ 9745
+ 52
+ 0
+ 0
+ 0
+
+
+ 9746
+ 52
+ 0
+ 0
+ 0
+
+
+ 9747
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9748
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9749
+ 1
+ 0
+ 0
+ 0
+
+
+ 9750
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9751
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9752
+ 1
+ 0
+ 0
+ 0
+
+
+ 9753
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9754
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9755
+ 1
+ 0
+ 0
+ 0
+
+
+ 9756
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9757
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9758
+ 1
+ 0
+ 0
+ 0
+
+
+ 9759
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9760
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9761
+ 1
+ 0
+ 0
+ 0
+
+
+ 9762
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9763
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9764
+ 1
+ 0
+ 0
+ 0
+
+
+ 9765
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9766
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9767
+ 1
+ 0
+ 0
+ 0
+
+
+ 9768
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9769
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9770
+ 1
+ 0
+ 0
+ 0
+
+
+ 9771
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9772
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9773
+ 1
+ 0
+ 0
+ 0
+
+
+ 9774
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9775
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9776
+ 1
+ 0
+ 0
+ 0
+
+
+ 9777
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9778
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9779
+ 1
+ 0
+ 0
+ 0
+
+
+ 9780
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9781
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9782
+ 1
+ 0
+ 0
+ 0
+
+
+ 9783
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9784
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9785
+ 1
+ 0
+ 0
+ 0
+
+
+ 9786
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9787
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9788
+ 1
+ 0
+ 0
+ 0
+
+
+ 9789
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9790
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9791
+ 1
+ 0
+ 0
+ 0
+
+
+ 9792
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9793
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9794
+ 1
+ 0
+ 0
+ 0
+
+
+ 9795
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9796
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9797
+ 1
+ 0
+ 0
+ 0
+
+
+ 9798
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9799
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9800
+ 1
+ 0
+ 0
+ 0
+
+
+ 9801
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9802
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9803
+ 1
+ 0
+ 0
+ 0
+
+
+ 9804
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9805
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9806
+ 1
+ 0
+ 0
+ 0
+
+
+ 9807
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9808
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9809
+ 1
+ 0
+ 0
+ 0
+
+
+ 9810
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9811
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9812
+ 1
+ 0
+ 0
+ 0
+
+
+ 9813
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9814
+ 1
+ 0
+ 0
+ 0
+
+
+ 9815
+ 1
+ 0
+ 0
+ 0
+
+
+ 9816
+ 1
+ 0
+ 0
+ 0
+
+
+ 9817
+ 1
+ 0
+ 0
+ 0
+
+
+ 9818
+ 1
+ 0
+ 0
+ 0
+
+
+ 9819
+ 1
+ 0
+ 0
+ 0
+
+
+ 9820
+ 1
+ 0
+ 0
+ 0
+
+
+ 9821
+ 1
+ 0
+ 0
+ 0
+
+
+ 9822
+ 1
+ 0
+ 0
+ 0
+
+
+ 9823
+ 1
+ 0
+ 0
+ 0
+
+
+ 9824
+ 1
+ 0
+ 0
+ 0
+
+
+ 9825
+ 1
+ 0
+ 0
+ 0
+
+
+ 9826
+ 1
+ 0
+ 0
+ 0
+
+
+ 9827
+ 1
+ 0
+ 0
+ 0
+
+
+ 9828
+ 1
+ 0
+ 0
+ 0
+
+
+ 9829
+ 1
+ 0
+ 0
+ 0
+
+
+ 9830
+ 1
+ 0
+ 0
+ 0
+
+
+ 9831
+ 1
+ 0
+ 0
+ 0
+
+
+ 9832
+ 1
+ 0
+ 0
+ 0
+
+
+ 9833
+ 1
+ 0
+ 0
+ 0
+
+
+ 9834
+ 1
+ 0
+ 0
+ 0
+
+
+ 9835
+ 1
+ 0
+ 0
+ 0
+
+
+ 9836
+ 1
+ 0
+ 0
+ 0
+
+
+ 9837
+ 1
+ 0
+ 0
+ 0
+
+
+ 9838
+ 1
+ 0
+ 0
+ 0
+
+
+ 9839
+ 1
+ 0
+ 0
+ 0
+
+
+ 9840
+ 1
+ 0
+ 0
+ 0
+
+
+ 9841
+ 1
+ 0
+ 0
+ 0
+
+
+ 9842
+ 50000
+ 0
+ 0
+ 0
+
+
+ 9843
+ 10
+ 0
+ 0
+ 0
+
+
+ 9844
+ 10
+ 0
+ 0
+ 0
+
+
+ 9845
+ 10
+ 0
+ 0
+ 0
+
+
+ 9846
+ 10
+ 0
+ 0
+ 0
+
+
+ 9847
+ 10
+ 0
+ 0
+ 0
+
+
+ 9848
+ 10
+ 0
+ 0
+ 0
+
+
+ 9849
+ 10
+ 0
+ 0
+ 0
+
+
+ 9850
+ 10
+ 0
+ 0
+ 0
+
+
+ 9851
+ 10
+ 0
+ 0
+ 0
+
+
+ 9852
+ 10
+ 0
+ 0
+ 0
+
+
+ 9853
+ 10
+ 0
+ 0
+ 0
+
+
+ 9854
+ 10
+ 0
+ 0
+ 0
+
+
+ 9855
+ 10
+ 0
+ 0
+ 0
+
+
+ 9856
+ 10
+ 0
+ 0
+ 0
+
+
+ 9857
+ 10
+ 0
+ 0
+ 0
+
+
+ 9858
+ 10
+ 0
+ 0
+ 0
+
+
+ 9859
+ 10
+ 0
+ 0
+ 0
+
+
+ 9860
+ 10
+ 0
+ 0
+ 0
+
+
+ 9861
+ 10
+ 0
+ 0
+ 0
+
+
+ 9862
+ 10
+ 0
+ 0
+ 0
+
+
+ 9863
+ 10
+ 0
+ 0
+ 0
+
+
+ 9864
+ 10
+ 0
+ 0
+ 0
+
+
+ 9865
+ 10
+ 0
+ 0
+ 0
+
+
+ 9866
+ 10
+ 0
+ 0
+ 0
+
+
+ 9867
+ 10
+ 0
+ 0
+ 0
+
+
+ 9868
+ 10
+ 0
+ 0
+ 0
+
+
+ 9869
+ 10
+ 0
+ 0
+ 0
+
+
+ 9870
+ 10
+ 0
+ 0
+ 0
+
+
+ 9871
+ 10
+ 0
+ 0
+ 0
+
+
+ 9872
+ 10
+ 0
+ 0
+ 0
+
+
+ 9873
+ 10
+ 0
+ 0
+ 0
+
+
+ 9874
+ 10
+ 0
+ 0
+ 0
+
+
+ 9875
+ 10
+ 0
+ 0
+ 0
+
+
+ 9876
+ 10
+ 0
+ 0
+ 0
+
+
+ 9877
+ 10
+ 0
+ 0
+ 0
+
+
+ 9878
+ 10
+ 0
+ 0
+ 0
+
+
+ 9879
+ 10
+ 0
+ 0
+ 0
+
+
+ 9880
+ 10
+ 0
+ 0
+ 0
+
+
+ 9881
+ 10
+ 0
+ 0
+ 0
+
+
+ 9882
+ 10
+ 0
+ 0
+ 0
+
+
+ 9883
+ 10
+ 0
+ 0
+ 0
+
+
+ 9884
+ 10
+ 0
+ 0
+ 0
+
+
+ 9885
+ 10
+ 0
+ 0
+ 0
+
+
+ 9886
+ 10
+ 0
+ 0
+ 0
+
+
+ 9887
+ 10
+ 0
+ 0
+ 0
+
+
+ 9888
+ 10
+ 0
+ 0
+ 0
+
+
+ 9889
+ 10
+ 0
+ 0
+ 0
+
+
+ 9890
+ 10
+ 0
+ 0
+ 0
+
+
+ 9891
+ 10
+ 0
+ 0
+ 0
+
+
+ 9892
+ 10
+ 0
+ 0
+ 0
+
+
+ 9893
+ 1
+ 0
+ 0
+ 0
+
+
+ 9894
+ 1
+ 0
+ 0
+ 0
+
+
+ 9895
+ 1
+ 0
+ 0
+ 0
+
+
+ 9896
+ 1
+ 0
+ 0
+ 0
+
+
+ 9897
+ 1
+ 0
+ 0
+ 0
+
+
+ 9898
+ 1
+ 0
+ 0
+ 0
+
+
+ 9899
+ 1
+ 0
+ 0
+ 0
+
+
+ 9900
+ 1
+ 0
+ 0
+ 0
+
+
+ 9901
+ 5
+ 0
+ 0
+ 0
+
+
+ 9902
+ 5
+ 0
+ 0
+ 0
+
+
+ 9903
+ 20
+ 0
+ 0
+ 0
+
+
+ 9904
+ 1
+ 0
+ 0
+ 0
+
+
+ 9905
+ 1
+ 0
+ 0
+ 0
+
+
+ 9906
+ 1
+ 0
+ 0
+ 0
+
+
+ 9907
+ 1
+ 0
+ 0
+ 0
+
+
+ 9908
+ 1
+ 0
+ 0
+ 0
+
+
+ 9909
+ 1
+ 0
+ 0
+ 0
+
+
+ 9910
+ 1
+ 0
+ 0
+ 0
+
+
+ 9911
+ 1
+ 0
+ 0
+ 0
+
+
+ 9912
+ 1
+ 0
+ 0
+ 0
+
+
+ 9913
+ 1
+ 0
+ 0
+ 0
+
+
+ 9914
+ 1
+ 0
+ 0
+ 0
+
+
+ 9915
+ 1
+ 0
+ 0
+ 0
+
+
+ 9916
+ 1
+ 0
+ 0
+ 0
+
+
+ 9917
+ 1
+ 0
+ 0
+ 0
+
+
+ 9918
+ 1
+ 0
+ 0
+ 0
+
+
+ 9919
+ 1
+ 0
+ 0
+ 0
+
+
+ 9920
+ 1
+ 0
+ 0
+ 0
+
+
+ 9921
+ 1
+ 0
+ 0
+ 0
+
+
+ 9922
+ 1
+ 0
+ 0
+ 0
+
+
+ 9923
+ 1
+ 0
+ 0
+ 0
+
+
+ 9924
+ 1
+ 0
+ 0
+ 0
+
+
+ 9925
+ 1
+ 0
+ 0
+ 0
+
+
+ 9926
+ 3
+ 0
+ 0
+ 0
+
+
+ 9927
+ 3
+ 0
+ 0
+ 0
+
+
+ 9928
+ 3
+ 0
+ 0
+ 0
+
+
+ 9929
+ 3
+ 0
+ 0
+ 0
+
+
+ 9930
+ 3
+ 0
+ 0
+ 0
+
+
+ 9931
+ 3
+ 0
+ 0
+ 0
+
+
+ 9932
+ 1
+ 0
+ 0
+ 0
+
+
+ 9933
+ 1
+ 0
+ 0
+ 0
+
+
+ 9934
+ 1
+ 0
+ 0
+ 0
+
+
+ 9935
+ 1
+ 0
+ 0
+ 0
+
+
+ 9936
+ 1
+ 0
+ 0
+ 0
+
+
+ 9937
+ 1
+ 0
+ 0
+ 0
+
+
+ 9938
+ 1
+ 0
+ 0
+ 0
+
+
+ 9939
+ 1
+ 0
+ 0
+ 0
+
+
+ 9940
+ 1
+ 0
+ 0
+ 0
+
+
+ 9941
+ 1
+ 0
+ 0
+ 0
+
+
+ 9942
+ 1
+ 0
+ 0
+ 0
+
+
+ 9943
+ 1
+ 0
+ 0
+ 0
+
+
+ 9944
+ 1
+ 0
+ 0
+ 0
+
+
+ 9945
+ 1
+ 0
+ 0
+ 0
+
+
+ 9946
+ 1
+ 0
+ 0
+ 0
+
+
+ 9947
+ 1
+ 0
+ 0
+ 0
+
+
+ 9948
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9949
+ 99000
+ 0
+ 0
+ 0
+
+
+ 9950
+ 1
+ 0
+ 0
+ 0
+
+
+ 9951
+ 1
+ 0
+ 0
+ 0
+
+
+ 9952
+ 1
+ 0
+ 0
+ 0
+
+
+ 9953
+ 1
+ 0
+ 0
+ 0
+
+
+ 9954
+ 1
+ 0
+ 0
+ 0
+
+
+ 9955
+ 1
+ 0
+ 0
+ 0
+
+
+ 9956
+ 1
+ 0
+ 0
+ 0
+
+
+ 9957
+ 1
+ 0
+ 0
+ 0
+
+
+ 9958
+ 1
+ 0
+ 0
+ 0
+
+
+ 9959
+ 1
+ 0
+ 0
+ 0
+
+
+ 9960
+ 1
+ 0
+ 0
+ 0
+
+
+ 9961
+ 1
+ 0
+ 0
+ 0
+
+
+ 9962
+ 1
+ 0
+ 0
+ 0
+
+
+ 9963
+ 1
+ 0
+ 0
+ 0
+
+
+ 9964
+ 1
+ 0
+ 0
+ 0
+
+
+ 9965
+ 1
+ 0
+ 0
+ 0
+
+
+ 9966
+ 1
+ 0
+ 0
+ 0
+
+
+ 9967
+ 1
+ 0
+ 0
+ 0
+
+
+ 9968
+ 1
+ 0
+ 0
+ 0
+
+
+ 9969
+ 1
+ 0
+ 0
+ 0
+
+
+ 9970
+ 1
+ 0
+ 0
+ 0
+
+
+ 9971
+ 1
+ 0
+ 0
+ 0
+
+
+ 9972
+ 1
+ 0
+ 0
+ 0
+
+
+ 9973
+ 1
+ 0
+ 0
+ 0
+
+
+ 9974
+ 1
+ 0
+ 0
+ 0
+
+
+ 9975
+ 1
+ 0
+ 0
+ 0
+
+
+ 9976
+ 1
+ 0
+ 0
+ 0
+
+
+ 9977
+ 1
+ 0
+ 0
+ 0
+
+
+ 9978
+ 17
+ 0
+ 0
+ 0
+
+
+ 9979
+ 17
+ 0
+ 0
+ 0
+
+
+ 9980
+ 17
+ 0
+ 0
+ 0
+
+
+ 9981
+ 17
+ 0
+ 0
+ 0
+
+
+ 9982
+ 1
+ 0
+ 0
+ 0
+
+
+ 9983
+ 1
+ 0
+ 0
+ 0
+
+
+ 9984
+ 81
+ 0
+ 0
+ 0
+
+
+ 9985
+ 81
+ 0
+ 0
+ 0
+
+
+ 9986
+ 25
+ 0
+ 0
+ 0
+
+
+ 9987
+ 25
+ 0
+ 0
+ 0
+
+
+ 9988
+ 25
+ 0
+ 0
+ 0
+
+
+ 9989
+ 25
+ 0
+ 0
+ 0
+
+
+ 9990
+ 1
+ 0
+ 0
+ 0
+
+
+ 9991
+ 1
+ 0
+ 0
+ 0
+
+
+ 9992
+ 89
+ 0
+ 0
+ 0
+
+
+ 9993
+ 89
+ 0
+ 0
+ 0
+
+
+ 9994
+ 3
+ 0
+ 0
+ 0
+
+
+ 9995
+ 3
+ 0
+ 0
+ 0
+
+
+ 9996
+ 8
+ 0
+ 0
+ 0
+
+
+ 9997
+ 8
+ 0
+ 0
+ 0
+
+
+ 9998
+ 15
+ 0
+ 0
+ 0
+
+
+ 9999
+ 15
+ 0
+ 0
+ 0
+
+
+ 10000
+ 12
+ 0
+ 0
+ 0
+
+
+ 10001
+ 12
+ 0
+ 0
+ 0
+
+
+ 10002
+ 9
+ 0
+ 0
+ 0
+
+
+ 10003
+ 9
+ 0
+ 0
+ 0
+
+
+ 10004
+ 6
+ 0
+ 0
+ 0
+
+
+ 10005
+ 6
+ 0
+ 0
+ 0
+
+
+ 10006
+ 6
+ 0
+ 0
+ 0
+
+
+ 10007
+ 6
+ 0
+ 0
+ 0
+
+
+ 10008
+ 38
+ 0
+ 0
+ 0
+
+
+ 10009
+ 38
+ 0
+ 0
+ 0
+
+
+ 10010
+ 24
+ 0
+ 0
+ 0
+
+
+ 10011
+ 24
+ 0
+ 0
+ 0
+
+
+ 10012
+ 1
+ 0
+ 0
+ 0
+
+
+ 10013
+ 1
+ 0
+ 0
+ 0
+
+
+ 10014
+ 70
+ 0
+ 0
+ 0
+
+
+ 10015
+ 70
+ 0
+ 0
+ 0
+
+
+ 10016
+ 50
+ 0
+ 0
+ 0
+
+
+ 10017
+ 50
+ 0
+ 0
+ 0
+
+
+ 10018
+ 30
+ 0
+ 0
+ 0
+
+
+ 10019
+ 30
+ 0
+ 0
+ 0
+
+
+ 10020
+ 18
+ 0
+ 0
+ 0
+
+
+ 10021
+ 18
+ 0
+ 0
+ 0
+
+
+ 10022
+ 1
+ 0
+ 0
+ 0
+
+
+ 10023
+ 1
+ 0
+ 0
+ 0
+
+
+ 10024
+ 1
+ 0
+ 0
+ 0
+
+
+ 10025
+ 720
+ 0
+ 0
+ 0
+
+
+ 10026
+ 720
+ 0
+ 0
+ 0
+
+
+ 10027
+ 600
+ 0
+ 0
+ 0
+
+
+ 10028
+ 600
+ 0
+ 0
+ 0
+
+
+ 10029
+ 1
+ 0
+ 0
+ 0
+
+
+ 10030
+ 1
+ 0
+ 0
+ 0
+
+
+ 10031
+ 18
+ 0
+ 0
+ 0
+
+
+ 10032
+ 18
+ 0
+ 0
+ 0
+
+
+ 10033
+ 140
+ 0
+ 0
+ 0
+
+
+ 10034
+ 160
+ 0
+ 0
+ 0
+
+
+ 10035
+ 200
+ 0
+ 0
+ 0
+
+
+ 10036
+ 200
+ 0
+ 0
+ 0
+
+
+ 10037
+ 200
+ 0
+ 0
+ 0
+
+
+ 10038
+ 200
+ 0
+ 0
+ 0
+
+
+ 10039
+ 1000
+ 0
+ 0
+ 0
+
+
+ 10040
+ 1000
+ 0
+ 0
+ 0
+
+
+ 10041
+ 100
+ 0
+ 0
+ 0
+
+
+ 10042
+ 100
+ 0
+ 0
+ 0
+
+
+ 10043
+ 100
+ 0
+ 0
+ 0
+
+
+ 10044
+ 100
+ 0
+ 0
+ 0
+
+
+ 10045
+ 500
+ 0
+ 0
+ 0
+
+
+ 10046
+ 500
+ 0
+ 0
+ 0
+
+
+ 10047
+ 150
+ 0
+ 0
+ 0
+
+
+ 10048
+ 150
+ 0
+ 0
+ 0
+
+
+ 10049
+ 150
+ 0
+ 0
+ 0
+
+
+ 10050
+ 150
+ 0
+ 0
+ 0
+
+
+ 10051
+ 750
+ 0
+ 0
+ 0
+
+
+ 10052
+ 750
+ 0
+ 0
+ 0
+
+
+ 10053
+ 20
+ 0
+ 0
+ 0
+
+
+ 10054
+ 20
+ 0
+ 0
+ 0
+
+
+ 10055
+ 20
+ 0
+ 0
+ 0
+
+
+ 10056
+ 20
+ 0
+ 0
+ 0
+
+
+ 10057
+ 20
+ 0
+ 0
+ 0
+
+
+ 10058
+ 20
+ 0
+ 0
+ 0
+
+
+ 10059
+ 20
+ 0
+ 0
+ 0
+
+
+ 10060
+ 20
+ 0
+ 0
+ 0
+
+
+ 10061
+ 20
+ 0
+ 0
+ 0
+
+
+ 10062
+ 20
+ 0
+ 0
+ 0
+
+
+ 10063
+ 20
+ 0
+ 0
+ 0
+
+
+ 10064
+ 20
+ 0
+ 0
+ 0
+
+
+ 10065
+ 20
+ 0
+ 0
+ 0
+
+
+ 10066
+ 20
+ 0
+ 0
+ 0
+
+
+ 10067
+ 20
+ 0
+ 0
+ 0
+
+
+ 10068
+ 20
+ 0
+ 0
+ 0
+
+
+ 10069
+ 400
+ 0
+ 0
+ 0
+
+
+ 10070
+ 400
+ 0
+ 0
+ 0
+
+
+ 10071
+ 800
+ 0
+ 0
+ 0
+
+
+ 10072
+ 800
+ 0
+ 0
+ 0
+
+
+ 10073
+ 400
+ 0
+ 0
+ 0
+
+
+ 10074
+ 800
+ 0
+ 0
+ 0
+
+
+ 10075
+ 600
+ 0
+ 0
+ 0
+
+
+ 10076
+ 600
+ 0
+ 0
+ 0
+
+
+ 10077
+ 160
+ 0
+ 0
+ 0
+
+
+ 10078
+ 160
+ 0
+ 0
+ 0
+
+
+ 10079
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10080
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10081
+ 3000
+ 0
+ 0
+ 0
+
+
+ 10082
+ 3000
+ 0
+ 0
+ 0
+
+
+ 10083
+ 3600
+ 0
+ 0
+ 0
+
+
+ 10084
+ 3600
+ 0
+ 0
+ 0
+
+
+ 10085
+ 4320
+ 0
+ 0
+ 0
+
+
+ 10086
+ 4320
+ 0
+ 0
+ 0
+
+
+ 10087
+ 20
+ 0
+ 0
+ 0
+
+
+ 10088
+ 10
+ 0
+ 0
+ 0
+
+
+ 10089
+ 16
+ 0
+ 0
+ 0
+
+
+ 10090
+ 13
+ 0
+ 0
+ 0
+
+
+ 10091
+ 15
+ 0
+ 0
+ 0
+
+
+ 10092
+ 40
+ 0
+ 0
+ 0
+
+
+ 10093
+ 72
+ 0
+ 0
+ 0
+
+
+ 10094
+ 72
+ 0
+ 0
+ 0
+
+
+ 10095
+ 96
+ 0
+ 0
+ 0
+
+
+ 10096
+ 96
+ 0
+ 0
+ 0
+
+
+ 10097
+ 108
+ 0
+ 0
+ 0
+
+
+ 10098
+ 108
+ 0
+ 0
+ 0
+
+
+ 10099
+ 144
+ 0
+ 0
+ 0
+
+
+ 10100
+ 144
+ 0
+ 0
+ 0
+
+
+ 10101
+ 144
+ 0
+ 0
+ 0
+
+
+ 10102
+ 144
+ 0
+ 0
+ 0
+
+
+ 10103
+ 192
+ 0
+ 0
+ 0
+
+
+ 10104
+ 192
+ 0
+ 0
+ 0
+
+
+ 10105
+ 90
+ 0
+ 0
+ 0
+
+
+ 10106
+ 90
+ 0
+ 0
+ 0
+
+
+ 10107
+ 150
+ 0
+ 0
+ 0
+
+
+ 10108
+ 150
+ 0
+ 0
+ 0
+
+
+ 10109
+ 160
+ 0
+ 0
+ 0
+
+
+ 10110
+ 160
+ 0
+ 0
+ 0
+
+
+ 10111
+ 160
+ 0
+ 0
+ 0
+
+
+ 10112
+ 160
+ 0
+ 0
+ 0
+
+
+ 10113
+ 43
+ 0
+ 0
+ 0
+
+
+ 10114
+ 43
+ 0
+ 0
+ 0
+
+
+ 10115
+ 210
+ 0
+ 0
+ 0
+
+
+ 10116
+ 210
+ 0
+ 0
+ 0
+
+
+ 10117
+ 12
+ 0
+ 0
+ 0
+
+
+ 10118
+ 12
+ 0
+ 0
+ 0
+
+
+ 10119
+ 16
+ 0
+ 0
+ 0
+
+
+ 10120
+ 16
+ 0
+ 0
+ 0
+
+
+ 10121
+ 14
+ 0
+ 0
+ 0
+
+
+ 10122
+ 14
+ 0
+ 0
+ 0
+
+
+ 10123
+ 20
+ 0
+ 0
+ 0
+
+
+ 10124
+ 20
+ 0
+ 0
+ 0
+
+
+ 10125
+ 150
+ 0
+ 0
+ 0
+
+
+ 10126
+ 150
+ 0
+ 0
+ 0
+
+
+ 10127
+ 270
+ 0
+ 0
+ 0
+
+
+ 10128
+ 270
+ 0
+ 0
+ 0
+
+
+ 10129
+ 36
+ 0
+ 0
+ 0
+
+
+ 10130
+ 36
+ 0
+ 0
+ 0
+
+
+ 10131
+ 1
+ 0
+ 0
+ 0
+
+
+ 10132
+ 30
+ 0
+ 0
+ 0
+
+
+ 10133
+ 30
+ 0
+ 0
+ 0
+
+
+ 10134
+ 30
+ 0
+ 0
+ 0
+
+
+ 10135
+ 30
+ 0
+ 0
+ 0
+
+
+ 10136
+ 120
+ 0
+ 0
+ 0
+
+
+ 10137
+ 120
+ 0
+ 0
+ 0
+
+
+ 10138
+ 120
+ 0
+ 0
+ 0
+
+
+ 10139
+ 120
+ 0
+ 0
+ 0
+
+
+ 10140
+ 1
+ 0
+ 0
+ 0
+
+
+ 10141
+ 1
+ 0
+ 0
+ 0
+
+
+ 10142
+ 3
+ 0
+ 0
+ 0
+
+
+ 10143
+ 1
+ 0
+ 0
+ 0
+
+
+ 10144
+ 1
+ 0
+ 0
+ 0
+
+
+ 10145
+ 1
+ 0
+ 0
+ 0
+
+
+ 10146
+ 100
+ 0
+ 0
+ 0
+
+
+ 10147
+ 150
+ 0
+ 0
+ 0
+
+
+ 10148
+ 200
+ 0
+ 0
+ 0
+
+
+ 10149
+ 50
+ 0
+ 0
+ 0
+
+
+ 10150
+ 4
+ 0
+ 0
+ 0
+
+
+ 10151
+ 4
+ 0
+ 0
+ 0
+
+
+ 10152
+ 1
+ 0
+ 0
+ 0
+
+
+ 10153
+ 1
+ 0
+ 0
+ 0
+
+
+ 10154
+ 1
+ 0
+ 0
+ 0
+
+
+ 10155
+ 1
+ 0
+ 0
+ 0
+
+
+ 10156
+ 1300
+ 0
+ 0
+ 0
+
+
+ 10157
+ 1300
+ 0
+ 0
+ 0
+
+
+ 10158
+ 18
+ 0
+ 0
+ 0
+
+
+ 10159
+ 31
+ 0
+ 0
+ 0
+
+
+ 10160
+ 100
+ 0
+ 0
+ 0
+
+
+ 10161
+ 150
+ 0
+ 0
+ 0
+
+
+ 10162
+ 200
+ 0
+ 0
+ 0
+
+
+ 10163
+ 50
+ 0
+ 0
+ 0
+
+
+ 10164
+ 1
+ 0
+ 0
+ 0
+
+
+ 10165
+ 1
+ 0
+ 0
+ 0
+
+
+ 10166
+ 1
+ 0
+ 0
+ 0
+
+
+ 10167
+ 1
+ 0
+ 0
+ 0
+
+
+ 10168
+ 1
+ 0
+ 0
+ 0
+
+
+ 10169
+ 1
+ 0
+ 0
+ 0
+
+
+ 10170
+ 1
+ 0
+ 0
+ 0
+
+
+ 10171
+ 1
+ 0
+ 0
+ 0
+
+
+ 10172
+ 1
+ 0
+ 0
+ 0
+
+
+ 10173
+ 1
+ 0
+ 0
+ 0
+
+
+ 10174
+ 1
+ 0
+ 0
+ 0
+
+
+ 10175
+ 1
+ 0
+ 0
+ 0
+
+
+ 10176
+ 1
+ 0
+ 0
+ 0
+
+
+ 10177
+ 1
+ 0
+ 0
+ 0
+
+
+ 10178
+ 1
+ 0
+ 0
+ 0
+
+
+ 10179
+ 1
+ 0
+ 0
+ 0
+
+
+ 10180
+ 1
+ 0
+ 0
+ 0
+
+
+ 10181
+ 50
+ 0
+ 0
+ 0
+
+
+ 10182
+ 1
+ 0
+ 0
+ 0
+
+
+ 10183
+ 50
+ 0
+ 0
+ 0
+
+
+ 10184
+ 1
+ 0
+ 0
+ 0
+
+
+ 10185
+ 50
+ 0
+ 0
+ 0
+
+
+ 10186
+ 1
+ 0
+ 0
+ 0
+
+
+ 10187
+ 50
+ 0
+ 0
+ 0
+
+
+ 10188
+ 1
+ 0
+ 0
+ 0
+
+
+ 10189
+ 50
+ 0
+ 0
+ 0
+
+
+ 10190
+ 1
+ 0
+ 0
+ 0
+
+
+ 10191
+ 50
+ 0
+ 0
+ 0
+
+
+ 10192
+ 1
+ 0
+ 0
+ 0
+
+
+ 10193
+ 50
+ 0
+ 0
+ 0
+
+
+ 10194
+ 1
+ 0
+ 0
+ 0
+
+
+ 10195
+ 50
+ 0
+ 0
+ 0
+
+
+ 10196
+ 1
+ 0
+ 0
+ 0
+
+
+ 10197
+ 50
+ 0
+ 0
+ 0
+
+
+ 10198
+ 1
+ 0
+ 0
+ 0
+
+
+ 10199
+ 50
+ 0
+ 0
+ 0
+
+
+ 10200
+ 1
+ 0
+ 0
+ 0
+
+
+ 10201
+ 50
+ 0
+ 0
+ 0
+
+
+ 10202
+ 1
+ 0
+ 0
+ 0
+
+
+ 10203
+ 50
+ 0
+ 0
+ 0
+
+
+ 10204
+ 1
+ 0
+ 0
+ 0
+
+
+ 10205
+ 50
+ 0
+ 0
+ 0
+
+
+ 10206
+ 1
+ 0
+ 0
+ 0
+
+
+ 10207
+ 50
+ 0
+ 0
+ 0
+
+
+ 10208
+ 1
+ 0
+ 0
+ 0
+
+
+ 10209
+ 50
+ 0
+ 0
+ 0
+
+
+ 10210
+ 1
+ 0
+ 0
+ 0
+
+
+ 10211
+ 50
+ 0
+ 0
+ 0
+
+
+ 10212
+ 1
+ 0
+ 0
+ 0
+
+
+ 10213
+ 50
+ 0
+ 0
+ 0
+
+
+ 10214
+ 1
+ 0
+ 0
+ 0
+
+
+ 10215
+ 50
+ 0
+ 0
+ 0
+
+
+ 10216
+ 1
+ 0
+ 0
+ 0
+
+
+ 10217
+ 50
+ 0
+ 0
+ 0
+
+
+ 10218
+ 1
+ 0
+ 0
+ 0
+
+
+ 10219
+ 50
+ 0
+ 0
+ 0
+
+
+ 10220
+ 1
+ 0
+ 0
+ 0
+
+
+ 10221
+ 50
+ 0
+ 0
+ 0
+
+
+ 10222
+ 1
+ 0
+ 0
+ 0
+
+
+ 10223
+ 50
+ 0
+ 0
+ 0
+
+
+ 10224
+ 1
+ 0
+ 0
+ 0
+
+
+ 10225
+ 50
+ 0
+ 0
+ 0
+
+
+ 10226
+ 1
+ 0
+ 0
+ 0
+
+
+ 10227
+ 50
+ 0
+ 0
+ 0
+
+
+ 10228
+ 1
+ 0
+ 0
+ 0
+
+
+ 10229
+ 50
+ 0
+ 0
+ 0
+
+
+ 10230
+ 1
+ 0
+ 0
+ 0
+
+
+ 10231
+ 50
+ 0
+ 0
+ 0
+
+
+ 10232
+ 1
+ 0
+ 0
+ 0
+
+
+ 10233
+ 50
+ 0
+ 0
+ 0
+
+
+ 10234
+ 1
+ 0
+ 0
+ 0
+
+
+ 10235
+ 50
+ 0
+ 0
+ 0
+
+
+ 10236
+ 1
+ 0
+ 0
+ 0
+
+
+ 10237
+ 50
+ 0
+ 0
+ 0
+
+
+ 10238
+ 1
+ 0
+ 0
+ 0
+
+
+ 10239
+ 50
+ 0
+ 0
+ 0
+
+
+ 10240
+ 1
+ 0
+ 0
+ 0
+
+
+ 10241
+ 50
+ 0
+ 0
+ 0
+
+
+ 10242
+ 1
+ 0
+ 0
+ 0
+
+
+ 10243
+ 50
+ 0
+ 0
+ 0
+
+
+ 10244
+ 1
+ 0
+ 0
+ 0
+
+
+ 10245
+ 50
+ 0
+ 0
+ 0
+
+
+ 10246
+ 1
+ 0
+ 0
+ 0
+
+
+ 10247
+ 50
+ 0
+ 0
+ 0
+
+
+ 10248
+ 1
+ 0
+ 0
+ 0
+
+
+ 10249
+ 50
+ 0
+ 0
+ 0
+
+
+ 10250
+ 1
+ 0
+ 0
+ 0
+
+
+ 10251
+ 50
+ 0
+ 0
+ 0
+
+
+ 10252
+ 1
+ 0
+ 0
+ 0
+
+
+ 10253
+ 50
+ 0
+ 0
+ 0
+
+
+ 10254
+ 1
+ 0
+ 0
+ 0
+
+
+ 10255
+ 50
+ 0
+ 0
+ 0
+
+
+ 10256
+ 1
+ 0
+ 0
+ 0
+
+
+ 10257
+ 50
+ 0
+ 0
+ 0
+
+
+ 10258
+ 1
+ 0
+ 0
+ 0
+
+
+ 10259
+ 50
+ 0
+ 0
+ 0
+
+
+ 10260
+ 1
+ 0
+ 0
+ 0
+
+
+ 10261
+ 50
+ 0
+ 0
+ 0
+
+
+ 10262
+ 1
+ 0
+ 0
+ 0
+
+
+ 10263
+ 50
+ 0
+ 0
+ 0
+
+
+ 10264
+ 1
+ 0
+ 0
+ 0
+
+
+ 10265
+ 50
+ 0
+ 0
+ 0
+
+
+ 10266
+ 1
+ 0
+ 0
+ 0
+
+
+ 10267
+ 50
+ 0
+ 0
+ 0
+
+
+ 10268
+ 1
+ 0
+ 0
+ 0
+
+
+ 10269
+ 50
+ 0
+ 0
+ 0
+
+
+ 10270
+ 1
+ 0
+ 0
+ 0
+
+
+ 10271
+ 50
+ 0
+ 0
+ 0
+
+
+ 10272
+ 1
+ 0
+ 0
+ 0
+
+
+ 10273
+ 50
+ 0
+ 0
+ 0
+
+
+ 10274
+ 1
+ 0
+ 0
+ 0
+
+
+ 10275
+ 50
+ 0
+ 0
+ 0
+
+
+ 10276
+ 1
+ 0
+ 0
+ 0
+
+
+ 10277
+ 50
+ 0
+ 0
+ 0
+
+
+ 10278
+ 1
+ 0
+ 0
+ 0
+
+
+ 10279
+ 50
+ 0
+ 0
+ 0
+
+
+ 10280
+ 300
+ 0
+ 0
+ 0
+
+
+ 10281
+ 300
+ 0
+ 0
+ 0
+
+
+ 10282
+ 1800
+ 0
+ 0
+ 0
+
+
+ 10283
+ 1800
+ 0
+ 0
+ 0
+
+
+ 10284
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10285
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10286
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10287
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10288
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10289
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10290
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10291
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10292
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10293
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10294
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10295
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10296
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10297
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10298
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10299
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10300
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10301
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10302
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10303
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10304
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10305
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10306
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10307
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10308
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10309
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10310
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10311
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10312
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10313
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10314
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10315
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10316
+ 3
+ 0
+ 0
+ 0
+
+
+ 10317
+ 3
+ 0
+ 0
+ 0
+
+
+ 10318
+ 3
+ 0
+ 0
+ 0
+
+
+ 10319
+ 3
+ 0
+ 0
+ 0
+
+
+ 10320
+ 3
+ 0
+ 0
+ 0
+
+
+ 10321
+ 3
+ 0
+ 0
+ 0
+
+
+ 10322
+ 3
+ 0
+ 0
+ 0
+
+
+ 10323
+ 3
+ 0
+ 0
+ 0
+
+
+ 10324
+ 3
+ 0
+ 0
+ 0
+
+
+ 10325
+ 3
+ 0
+ 0
+ 0
+
+
+ 10326
+ 15
+ 0
+ 0
+ 0
+
+
+ 10327
+ 15
+ 0
+ 0
+ 0
+
+
+ 10328
+ 1
+ 0
+ 0
+ 0
+
+
+ 10329
+ 1
+ 0
+ 0
+ 0
+
+
+ 10330
+ 45000
+ 0
+ 0
+ 0
+
+
+ 10331
+ 45000
+ 0
+ 0
+ 0
+
+
+ 10332
+ 40000
+ 0
+ 0
+ 0
+
+
+ 10333
+ 40000
+ 0
+ 0
+ 0
+
+
+ 10334
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10335
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10336
+ 15000
+ 0
+ 0
+ 0
+
+
+ 10337
+ 15000
+ 0
+ 0
+ 0
+
+
+ 10338
+ 45000
+ 0
+ 0
+ 0
+
+
+ 10339
+ 45000
+ 0
+ 0
+ 0
+
+
+ 10340
+ 40000
+ 0
+ 0
+ 0
+
+
+ 10341
+ 40000
+ 0
+ 0
+ 0
+
+
+ 10342
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10343
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10344
+ 20000
+ 0
+ 0
+ 0
+
+
+ 10345
+ 20000
+ 0
+ 0
+ 0
+
+
+ 10346
+ 200000
+ 0
+ 0
+ 0
+
+
+ 10347
+ 200000
+ 0
+ 0
+ 0
+
+
+ 10348
+ 200000
+ 0
+ 0
+ 0
+
+
+ 10349
+ 200000
+ 0
+ 0
+ 0
+
+
+ 10350
+ 90000
+ 0
+ 0
+ 0
+
+
+ 10351
+ 90000
+ 0
+ 0
+ 0
+
+
+ 10352
+ 180000
+ 0
+ 0
+ 0
+
+
+ 10353
+ 180000
+ 0
+ 0
+ 0
+
+
+ 10354
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10355
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10356
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10357
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10358
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10359
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10360
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10361
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10362
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10363
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10364
+ 2025
+ 0
+ 0
+ 0
+
+
+ 10365
+ 2025
+ 0
+ 0
+ 0
+
+
+ 10366
+ 900
+ 0
+ 0
+ 0
+
+
+ 10367
+ 900
+ 0
+ 0
+ 0
+
+
+ 10368
+ 4000
+ 0
+ 0
+ 0
+
+
+ 10369
+ 4000
+ 0
+ 0
+ 0
+
+
+ 10370
+ 13000
+ 0
+ 0
+ 0
+
+
+ 10371
+ 13000
+ 0
+ 0
+ 0
+
+
+ 10372
+ 6000
+ 0
+ 0
+ 0
+
+
+ 10373
+ 6000
+ 0
+ 0
+ 0
+
+
+ 10374
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10375
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10376
+ 6000
+ 0
+ 0
+ 0
+
+
+ 10377
+ 6000
+ 0
+ 0
+ 0
+
+
+ 10378
+ 13000
+ 0
+ 0
+ 0
+
+
+ 10379
+ 13000
+ 0
+ 0
+ 0
+
+
+ 10380
+ 6000
+ 0
+ 0
+ 0
+
+
+ 10381
+ 6000
+ 0
+ 0
+ 0
+
+
+ 10382
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10383
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10384
+ 4000
+ 0
+ 0
+ 0
+
+
+ 10385
+ 4000
+ 0
+ 0
+ 0
+
+
+ 10386
+ 13000
+ 0
+ 0
+ 0
+
+
+ 10387
+ 13000
+ 0
+ 0
+ 0
+
+
+ 10388
+ 6000
+ 0
+ 0
+ 0
+
+
+ 10389
+ 6000
+ 0
+ 0
+ 0
+
+
+ 10390
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10391
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10392
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10393
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10394
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10395
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10396
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10397
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10398
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10399
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10400
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10401
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10402
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10403
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10404
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10405
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10406
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10407
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10408
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10409
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10410
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10411
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10412
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10413
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10414
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10415
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10416
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10417
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10418
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10419
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10420
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10421
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10422
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10423
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10424
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10425
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10426
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10427
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10428
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10429
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10430
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10431
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10432
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10433
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10434
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10435
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10436
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10437
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10438
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10439
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10440
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10441
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10442
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10443
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10444
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10445
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10446
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10447
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10448
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10449
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10450
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10451
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10452
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10453
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10454
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10455
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10456
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10457
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10458
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10459
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10460
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10461
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10462
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10463
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10464
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10465
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10466
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10467
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10468
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10469
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10470
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10471
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10472
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10473
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10474
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10475
+ 2500
+ 0
+ 0
+ 0
+
+
+ 10476
+ 15
+ 0
+ 0
+ 0
+
+
+ 10477
+ 1
+ 0
+ 0
+ 0
+
+
+ 10478
+ 1
+ 0
+ 0
+ 0
+
+
+ 10479
+ 1
+ 0
+ 0
+ 0
+
+
+ 10480
+ 1
+ 0
+ 0
+ 0
+
+
+ 10481
+ 1
+ 0
+ 0
+ 0
+
+
+ 10482
+ 1
+ 0
+ 0
+ 0
+
+
+ 10483
+ 1
+ 0
+ 0
+ 0
+
+
+ 10484
+ 1
+ 0
+ 0
+ 0
+
+
+ 10485
+ 1
+ 0
+ 0
+ 0
+
+
+ 10486
+ 1
+ 0
+ 0
+ 0
+
+
+ 10487
+ 100
+ 0
+ 0
+ 0
+
+
+ 10488
+ 10
+ 0
+ 0
+ 0
+
+
+ 10489
+ 15
+ 0
+ 0
+ 0
+
+
+ 10490
+ 1
+ 0
+ 0
+ 0
+
+
+ 10491
+ 20
+ 0
+ 0
+ 0
+
+
+ 10492
+ 1
+ 0
+ 0
+ 0
+
+
+ 10493
+ 2
+ 0
+ 0
+ 0
+
+
+ 10494
+ 10
+ 0
+ 0
+ 0
+
+
+ 10495
+ 10
+ 0
+ 0
+ 0
+
+
+ 10496
+ 1
+ 0
+ 0
+ 0
+
+
+ 10497
+ 1
+ 0
+ 0
+ 0
+
+
+ 10498
+ 769
+ 0
+ 0
+ 0
+
+
+ 10499
+ 1000
+ 0
+ 0
+ 0
+
+
+ 10500
+ 20
+ 0
+ 0
+ 0
+
+
+ 10501
+ 1
+ 0
+ 0
+ 0
+
+
+ 10502
+ 1
+ 0
+ 0
+ 0
+
+
+ 10503
+ 1
+ 0
+ 0
+ 0
+
+
+ 10504
+ 1
+ 0
+ 0
+ 0
+
+
+ 10505
+ 1
+ 0
+ 0
+ 0
+
+
+ 10506
+ 1
+ 0
+ 0
+ 0
+
+
+ 10507
+ 1
+ 0
+ 0
+ 0
+
+
+ 10508
+ 1
+ 0
+ 0
+ 0
+
+
+ 10509
+ 1
+ 0
+ 0
+ 0
+
+
+ 10510
+ 1
+ 0
+ 0
+ 0
+
+
+ 10511
+ 1
+ 0
+ 0
+ 0
+
+
+ 10512
+ 1
+ 0
+ 0
+ 0
+
+
+ 10513
+ 1
+ 0
+ 0
+ 0
+
+
+ 10514
+ 1
+ 0
+ 0
+ 0
+
+
+ 10515
+ 1
+ 0
+ 0
+ 0
+
+
+ 10516
+ 1
+ 0
+ 0
+ 0
+
+
+ 10517
+ 1
+ 0
+ 0
+ 0
+
+
+ 10518
+ 1
+ 0
+ 0
+ 0
+
+
+ 10519
+ 1
+ 0
+ 0
+ 0
+
+
+ 10520
+ 1
+ 0
+ 0
+ 0
+
+
+ 10521
+ 1
+ 0
+ 0
+ 0
+
+
+ 10522
+ 1
+ 0
+ 0
+ 0
+
+
+ 10523
+ 1
+ 0
+ 0
+ 0
+
+
+ 10524
+ 1
+ 0
+ 0
+ 0
+
+
+ 10525
+ 1
+ 0
+ 0
+ 0
+
+
+ 10526
+ 1
+ 0
+ 0
+ 0
+
+
+ 10527
+ 1
+ 0
+ 0
+ 0
+
+
+ 10528
+ 1
+ 0
+ 0
+ 0
+
+
+ 10529
+ 1
+ 0
+ 0
+ 0
+
+
+ 10530
+ 1
+ 0
+ 0
+ 0
+
+
+ 10531
+ 1
+ 0
+ 0
+ 0
+
+
+ 10532
+ 1
+ 0
+ 0
+ 0
+
+
+ 10533
+ 1
+ 0
+ 0
+ 0
+
+
+ 10534
+ 1
+ 0
+ 0
+ 0
+
+
+ 10535
+ 1
+ 0
+ 0
+ 0
+
+
+ 10536
+ 1
+ 0
+ 0
+ 0
+
+
+ 10537
+ 1
+ 0
+ 0
+ 0
+
+
+ 10538
+ 1
+ 0
+ 0
+ 0
+
+
+ 10539
+ 1
+ 0
+ 0
+ 0
+
+
+ 10540
+ 1
+ 0
+ 0
+ 0
+
+
+ 10541
+ 1
+ 0
+ 0
+ 0
+
+
+ 10542
+ 1
+ 0
+ 0
+ 0
+
+
+ 10543
+ 1
+ 0
+ 0
+ 0
+
+
+ 10544
+ 1
+ 0
+ 0
+ 0
+
+
+ 10545
+ 1
+ 0
+ 0
+ 0
+
+
+ 10546
+ 1
+ 0
+ 0
+ 0
+
+
+ 10547
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10548
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10549
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10550
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10551
+ 20000
+ 0
+ 0
+ 0
+
+
+ 10552
+ 5000
+ 0
+ 0
+ 0
+
+
+ 10553
+ 200
+ 0
+ 0
+ 0
+
+
+ 10554
+ 200
+ 0
+ 0
+ 0
+
+
+ 10555
+ 8000
+ 0
+ 0
+ 0
+
+
+ 10556
+ 1
+ 0
+ 0
+ 0
+
+
+ 10557
+ 1
+ 0
+ 0
+ 0
+
+
+ 10558
+ 1
+ 0
+ 0
+ 0
+
+
+ 10559
+ 1
+ 0
+ 0
+ 0
+
+
+ 10560
+ 1
+ 0
+ 0
+ 0
+
+
+ 10561
+ 1
+ 0
+ 0
+ 0
+
+
+ 10562
+ 1
+ 0
+ 0
+ 0
+
+
+ 10563
+ 1
+ 0
+ 0
+ 0
+
+
+ 10564
+ 80000
+ 0
+ 0
+ 0
+
+
+ 10565
+ 80000
+ 0
+ 0
+ 0
+
+
+ 10566
+ 60000
+ 0
+ 0
+ 0
+
+
+ 10567
+ 1
+ 0
+ 0
+ 0
+
+
+ 10568
+ 1
+ 0
+ 0
+ 0
+
+
+ 10569
+ 1
+ 0
+ 0
+ 0
+
+
+ 10570
+ 1
+ 0
+ 0
+ 0
+
+
+ 10571
+ 1
+ 0
+ 0
+ 0
+
+
+ 10572
+ 1
+ 0
+ 0
+ 0
+
+
+ 10573
+ 1
+ 0
+ 0
+ 0
+
+
+ 10574
+ 1
+ 0
+ 0
+ 0
+
+
+ 10575
+ 1
+ 0
+ 0
+ 0
+
+
+ 10576
+ 1
+ 0
+ 0
+ 0
+
+
+ 10577
+ 1
+ 0
+ 0
+ 0
+
+
+ 10578
+ 1
+ 0
+ 0
+ 0
+
+
+ 10579
+ 1
+ 0
+ 0
+ 0
+
+
+ 10580
+ 1
+ 0
+ 0
+ 0
+
+
+ 10581
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10582
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10583
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10584
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10585
+ 1
+ 0
+ 0
+ 0
+
+
+ 10586
+ 1
+ 0
+ 0
+ 0
+
+
+ 10587
+ 50
+ 0
+ 0
+ 0
+
+
+ 10588
+ 300
+ 0
+ 0
+ 0
+
+
+ 10589
+ 46000
+ 0
+ 0
+ 0
+
+
+ 10590
+ 46000
+ 0
+ 0
+ 0
+
+
+ 10591
+ 1
+ 0
+ 0
+ 0
+
+
+ 10592
+ 1
+ 0
+ 0
+ 0
+
+
+ 10593
+ 1
+ 0
+ 0
+ 0
+
+
+ 10594
+ 1
+ 0
+ 0
+ 0
+
+
+ 10595
+ 1
+ 0
+ 0
+ 0
+
+
+ 10596
+ 1
+ 0
+ 0
+ 0
+
+
+ 10597
+ 1
+ 0
+ 0
+ 0
+
+
+ 10598
+ 1
+ 0
+ 0
+ 0
+
+
+ 10599
+ 1
+ 0
+ 0
+ 0
+
+
+ 10600
+ 1
+ 0
+ 0
+ 0
+
+
+ 10601
+ 15000
+ 0
+ 0
+ 0
+
+
+ 10602
+ 15000
+ 0
+ 0
+ 0
+
+
+ 10603
+ 15000
+ 0
+ 0
+ 0
+
+
+ 10604
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10605
+ 140000
+ 0
+ 0
+ 0
+
+
+ 10606
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10607
+ 300
+ 0
+ 0
+ 0
+
+
+ 10608
+ 1000
+ 0
+ 0
+ 0
+
+
+ 10609
+ 100
+ 0
+ 0
+ 0
+
+
+ 10610
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10611
+ 48000
+ 0
+ 0
+ 0
+
+
+ 10612
+ 375
+ 0
+ 0
+ 0
+
+
+ 10613
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10614
+ 60000
+ 0
+ 0
+ 0
+
+
+ 10615
+ 500
+ 0
+ 0
+ 0
+
+
+ 10616
+ 500
+ 0
+ 0
+ 0
+
+
+ 10617
+ 500
+ 0
+ 0
+ 0
+
+
+ 10618
+ 3840
+ 0
+ 0
+ 0
+
+
+ 10619
+ 10000
+ 0
+ 0
+ 0
+
+
+ 10620
+ 12000
+ 0
+ 0
+ 0
+
+
+ 10621
+ 150
+ 0
+ 0
+ 0
+
+
+ 10622
+ 200
+ 0
+ 0
+ 0
+
+
+ 10623
+ 100
+ 0
+ 0
+ 0
+
+
+ 10624
+ 150
+ 0
+ 0
+ 0
+
+
+ 10625
+ 20
+ 0
+ 0
+ 0
+
+
+ 10626
+ 20
+ 0
+ 0
+ 0
+
+
+ 10627
+ 20
+ 0
+ 0
+ 0
+
+
+ 10628
+ 20
+ 0
+ 0
+ 0
+
+
+ 10629
+ 1
+ 0
+ 0
+ 0
+
+
+ 10630
+ 1
+ 0
+ 0
+ 0
+
+
+ 10631
+ 1
+ 0
+ 0
+ 0
+
+
+ 10632
+ 1
+ 0
+ 0
+ 0
+
+
+ 10633
+ 1
+ 0
+ 0
+ 0
+
+
+ 10634
+ 40
+ 0
+ 0
+ 0
+
+
+ 10635
+ 450
+ 0
+ 0
+ 0
+
+
+ 10636
+ 60000
+ 0
+ 0
+ 0
+
+
+ 10637
+ 60000
+ 0
+ 0
+ 0
+
+
+ 10638
+ 50
+ 0
+ 0
+ 0
+
+
+ 10639
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10640
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10641
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10642
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10643
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10644
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10645
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10646
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10647
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10648
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10649
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10650
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10651
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10652
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10653
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10654
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10655
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10656
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10657
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10658
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10659
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10660
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10661
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10662
+ 99000
+ 0
+ 0
+ 0
+
+
+ 10663
+ 400
+ 0
+ 0
+ 0
+
+
+ 10664
+ 800
+ 0
+ 0
+ 0
+
+
+ 10665
+ 1632
+ 0
+ 0
+ 0
+
+
+ 10666
+ 5440
+ 0
+ 0
+ 0
+
+
+ 10667
+ 54400
+ 0
+ 0
+ 0
+
+
+ 10668
+ 16325
+ 0
+ 0
+ 0
+
+
+ 10669
+ 5440
+ 0
+ 0
+ 0
+
+
+ 10670
+ 54400
+ 0
+ 0
+ 0
+
+
+ 10671
+ 1632
+ 0
+ 0
+ 0
+
+
+ 10672
+ 5440
+ 0
+ 0
+ 0
+
+
+ 10673
+ 54400
+ 0
+ 0
+ 0
+
+
+ 10674
+ 1632
+ 0
+ 0
+ 0
+
+
+ 10675
+ 5440
+ 0
+ 0
+ 0
+
+
+ 10676
+ 54400
+ 0
+ 0
+ 0
+
+
+ 10677
+ 1632
+ 0
+ 0
+ 0
+
+
+ 10678
+ 5440
+ 0
+ 0
+ 0
+
+
+ 10679
+ 54400
+ 0
+ 0
+ 0
+
+
+ 10680
+ 850
+ 0
+ 0
+ 0
+
+
+ 10681
+ 850
+ 0
+ 0
+ 0
+
+
+ 10682
+ 7800
+ 0
+ 0
+ 0
+
+
+ 10683
+ 7800
+ 0
+ 0
+ 0
+
+
+ 10684
+ 9360
+ 0
+ 0
+ 0
+
+
+ 10685
+ 9360
+ 0
+ 0
+ 0
+
+
+ 10686
+ 15
+ 0
+ 0
+ 0
+
+
+ 10687
+ 15
+ 0
+ 0
+ 0
+
+
+ 10688
+ 120000
+ 0
+ 0
+ 0
+
+
+ 10689
+ 200
+ 0
+ 0
+ 0
+
+
+ 10690
+ 3840
+ 0
+ 0
+ 0
+
+
+ 10691
+ 3840
+ 0
+ 0
+ 0
+
+
+ 10692
+ 40
+ 0
+ 0
+ 0
+
+
+ 10693
+ 80
+ 0
+ 0
+ 0
+
+
+ 10694
+ 80
+ 0
+ 0
+ 0
+
+
+ 10695
+ 80
+ 0
+ 0
+ 0
+
+
+ 10696
+ 200
+ 0
+ 0
+ 0
+
+
+ 10697
+ 12800
+ 0
+ 0
+ 0
+
+
+ 10698
+ 12800
+ 0
+ 0
+ 0
+
+
+ 10699
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10700
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10701
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10702
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10703
+ 1056
+ 0
+ 0
+ 0
+
+
+ 10704
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10705
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10706
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10707
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10708
+ 35200
+ 0
+ 0
+ 0
+
+
+ 10709
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10710
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10711
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10712
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10713
+ 3520
+ 0
+ 0
+ 0
+
+
+ 10714
+ 3
+ 0
+ 0
+ 0
+
+
+ 10715
+ 3
+ 0
+ 0
+ 0
+
+
+ 10716
+ 3
+ 0
+ 0
+ 0
+
+
+ 10717
+ 3
+ 0
+ 0
+ 0
+
+
+ 10718
+ 3
+ 0
+ 0
+ 0
+
+
+ 10719
+ 17625
+ 0
+ 0
+ 0
+
+
+ 10720
+ 100
+ 0
+ 0
+ 0
+
+
+ 10721
+ 1
+ 0
+ 0
+ 0
+
+
+ 10722
+ 1
+ 0
+ 0
+ 0
+
+
+ 10723
+ 1
+ 0
+ 0
+ 0
+
+
+ 10724
+ 1
+ 0
+ 0
+ 0
+
+
+ 10725
+ 1
+ 0
+ 0
+ 0
+
+
+ 10726
+ 1
+ 0
+ 0
+ 0
+
+
+ 10727
+ 1
+ 0
+ 0
+ 0
+
+
+ 10728
+ 1
+ 0
+ 0
+ 0
+
+
+ 10729
+ 1
+ 0
+ 0
+ 0
+
+
+ 10730
+ 1
+ 0
+ 0
+ 0
+
+
+ 10731
+ 1
+ 0
+ 0
+ 0
+
+
+ 10732
+ 1
+ 0
+ 0
+ 0
+
+
+ 10733
+ 10
+ 0
+ 0
+ 0
+
+
+ 10734
+ 1
+ 0
+ 0
+ 0
+
+
+ 10735
+ 1
+ 0
+ 0
+ 0
+
+
+ 10736
+ 2025
+ 0
+ 0
+ 0
+
+
+ 10737
+ 1
+ 0
+ 0
+ 0
+
+
+ 10738
+ 900
+ 0
+ 0
+ 0
+
+
+ 10739
+ 1
+ 0
+ 0
+ 0
+
+
+ 10740
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10741
+ 1
+ 0
+ 0
+ 0
+
+
+ 10742
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10743
+ 1
+ 0
+ 0
+ 0
+
+
+ 10744
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10745
+ 1
+ 0
+ 0
+ 0
+
+
+ 10746
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10747
+ 1
+ 0
+ 0
+ 0
+
+
+ 10748
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10749
+ 1
+ 0
+ 0
+ 0
+
+
+ 10750
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10751
+ 1
+ 0
+ 0
+ 0
+
+
+ 10752
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10753
+ 1
+ 0
+ 0
+ 0
+
+
+ 10754
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10755
+ 1
+ 0
+ 0
+ 0
+
+
+ 10756
+ 2000
+ 0
+ 0
+ 0
+
+
+ 10757
+ 1
+ 0
+ 0
+ 0
+
+
+ 10758
+ 225
+ 0
+ 0
+ 0
+
+
+ 10759
+ 1
+ 0
+ 0
+ 0
+
+
+ 10760
+ 225
+ 0
+ 0
+ 0
+
+
+ 10761
+ 1
+ 0
+ 0
+ 0
+
+
+ 10762
+ 225
+ 0
+ 0
+ 0
+
+
+ 10763
+ 1
+ 0
+ 0
+ 0
+
+
+ 10764
+ 225
+ 0
+ 0
+ 0
+
+
+ 10765
+ 1
+ 0
+ 0
+ 0
+
+
+ 10766
+ 225
+ 0
+ 0
+ 0
+
+
+ 10767
+ 1
+ 0
+ 0
+ 0
+
+
+ 10768
+ 40
+ 0
+ 0
+ 0
+
+
+ 10769
+ 1
+ 0
+ 0
+ 0
+
+
+ 10770
+ 40
+ 0
+ 0
+ 0
+
+
+ 10771
+ 1
+ 0
+ 0
+ 0
+
+
+ 10772
+ 40
+ 0
+ 0
+ 0
+
+
+ 10773
+ 1
+ 0
+ 0
+ 0
+
+
+ 10774
+ 180
+ 0
+ 0
+ 0
+
+
+ 10775
+ 1
+ 0
+ 0
+ 0
+
+
+ 10776
+ 65000
+ 0
+ 0
+ 0
+
+
+ 10777
+ 1
+ 0
+ 0
+ 0
+
+
+ 10778
+ 65000
+ 0
+ 0
+ 0
+
+
+ 10779
+ 1
+ 0
+ 0
+ 0
+
+
+ 10780
+ 65000
+ 0
+ 0
+ 0
+
+
+ 10781
+ 1
+ 0
+ 0
+ 0
+
+
+ 10782
+ 65000
+ 0
+ 0
+ 0
+
+
+ 10783
+ 1
+ 0
+ 0
+ 0
+
+
+ 10784
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10785
+ 1
+ 0
+ 0
+ 0
+
+
+ 10786
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10787
+ 1
+ 0
+ 0
+ 0
+
+
+ 10788
+ 7000
+ 0
+ 0
+ 0
+
+
+ 10789
+ 1
+ 0
+ 0
+ 0
+
+
+ 10790
+ 13000
+ 0
+ 0
+ 0
+
+
+ 10791
+ 1
+ 0
+ 0
+ 0
+
+
+ 10792
+ 13000
+ 0
+ 0
+ 0
+
+
+ 10793
+ 1
+ 0
+ 0
+ 0
+
+
+ 10794
+ 13000
+ 0
+ 0
+ 0
+
+
+ 10795
+ 1
+ 0
+ 0
+ 0
+
+
+ 10796
+ 450
+ 0
+ 0
+ 0
+
+
+ 10797
+ 1
+ 0
+ 0
+ 0
+
+
+ 10798
+ 65000
+ 0
+ 0
+ 0
+
+
+ 10799
+ 1
+ 0
+ 0
+ 0
+
+
+ 10800
+ 65000
+ 0
+ 0
+ 0
+
+
+ 10801
+ 1
+ 0
+ 0
+ 0
+
+
+ 10802
+ 200
+ 0
+ 0
+ 0
+
+
+ 10803
+ 1
+ 0
+ 0
+ 0
+
+
+ 10804
+ 200
+ 0
+ 0
+ 0
+
+
+ 10805
+ 1
+ 0
+ 0
+ 0
+
+
+ 10806
+ 200
+ 0
+ 0
+ 0
+
+
+ 10807
+ 1
+ 0
+ 0
+ 0
+
+
+ 10808
+ 200
+ 0
+ 0
+ 0
+
+
+ 10809
+ 200
+ 0
+ 0
+ 0
+
+
+ 10810
+ 35
+ 0
+ 0
+ 0
+
+
+ 10811
+ 35
+ 0
+ 0
+ 0
+
+
+ 10812
+ 90
+ 0
+ 0
+ 0
+
+
+ 10813
+ 90
+ 0
+ 0
+ 0
+
+
+ 10814
+ 120
+ 0
+ 0
+ 0
+
+
+ 10815
+ 120
+ 0
+ 0
+ 0
+
+
+ 10816
+ 2
+ 0
+ 0
+ 0
+
+
+ 10817
+ 2
+ 0
+ 0
+ 0
+
+
+ 10818
+ 50
+ 0
+ 0
+ 0
+
+
+ 10819
+ 50
+ 0
+ 0
+ 0
+
+
+ 10820
+ 100
+ 0
+ 0
+ 0
+
+
+ 10821
+ 100
+ 0
+ 0
+ 0
+
+
+ 10822
+ 500
+ 0
+ 0
+ 0
+
+
+ 10823
+ 500
+ 0
+ 0
+ 0
+
+
+ 10824
+ 500
+ 0
+ 0
+ 0
+
+
+ 10825
+ 500
+ 0
+ 0
+ 0
+
+
+ 10826
+ 500
+ 0
+ 0
+ 0
+
+
+ 10827
+ 500
+ 0
+ 0
+ 0
+
+
+ 10828
+ 50000
+ 0
+ 0
+ 0
+
+
+ 10829
+ 1
+ 0
+ 0
+ 0
+
+
+ 10830
+ 1
+ 0
+ 0
+ 0
+
+
+ 10831
+ 1
+ 0
+ 0
+ 0
+
+
+ 10832
+ 1
+ 0
+ 0
+ 0
+
+
+ 10833
+ 1
+ 0
+ 0
+ 0
+
+
+ 10834
+ 1
+ 0
+ 0
+ 0
+
+
+ 10835
+ 1
+ 0
+ 0
+ 0
+
+
+ 10836
+ 100
+ 0
+ 0
+ 0
+
+
+ 10837
+ 100
+ 0
+ 0
+ 0
+
+
+ 10838
+ 100
+ 0
+ 0
+ 0
+
+
+ 10839
+ 100
+ 0
+ 0
+ 0
+
+
+ 10840
+ 1000
+ 0
+ 0
+ 0
+
+
+ 10841
+ 1
+ 0
+ 0
+ 0
+
+
+ 10842
+ 1
+ 0
+ 0
+ 0
+
+
+ 10843
+ 50000
+ 0
+ 0
+ 0
+
+
+ 10844
+ 1
+ 0
+ 0
+ 0
+
+
+ 10845
+ 1
+ 0
+ 0
+ 0
+
+
+ 10846
+ 1
+ 0
+ 0
+ 0
+
+
+ 10847
+ 1
+ 0
+ 0
+ 0
+
+
+ 10848
+ 1
+ 0
+ 0
+ 0
+
+
+ 10849
+ 1
+ 0
+ 0
+ 0
+
+
+ 10850
+ 1
+ 0
+ 0
+ 0
+
+
+ 10851
+ 1
+ 0
+ 0
+ 0
+
+
+ 10852
+ 1
+ 0
+ 0
+ 0
+
+
+ 10853
+ 1
+ 0
+ 0
+ 0
+
+
+ 10854
+ 1
+ 0
+ 0
+ 0
+
+
+ 10855
+ 1
+ 0
+ 0
+ 0
+
+
+ 10856
+ 5
+ 0
+ 0
+ 0
+
+
+ 10857
+ 1
+ 0
+ 0
+ 0
+
+
+ 10858
+ 1
+ 0
+ 0
+ 0
+
+
+ 10859
+ 1
+ 0
+ 0
+ 0
+
+
+ 10860
+ 1
+ 0
+ 0
+ 0
+
+
+ 10861
+ 1
+ 0
+ 0
+ 0
+
+
+ 10862
+ 100
+ 0
+ 0
+ 0
+
+
+ 10863
+ 100
+ 0
+ 0
+ 0
+
+
+ 10864
+ 100
+ 0
+ 0
+ 0
+
+
+ 10865
+ 100
+ 0
+ 0
+ 0
+
+
+ 10866
+ 1
+ 0
+ 0
+ 0
+
+
+ 10867
+ 1
+ 0
+ 0
+ 0
+
+
+ 10868
+ 1
+ 0
+ 0
+ 0
+
+
+ 10869
+ 1
+ 0
+ 0
+ 0
+
+
+ 10870
+ 1
+ 0
+ 0
+ 0
+
+
+ 10871
+ 1
+ 0
+ 0
+ 0
+
+
+ 10872
+ 1
+ 0
+ 0
+ 0
+
+
+ 10873
+ 1
+ 0
+ 0
+ 0
+
+
+ 10874
+ 1
+ 0
+ 0
+ 0
+
+
+ 10875
+ 1
+ 0
+ 0
+ 0
+
+
+ 10876
+ 1
+ 0
+ 0
+ 0
+
+
+ 10877
+ 100
+ 0
+ 0
+ 0
+
+
+ 10878
+ 100
+ 0
+ 0
+ 0
+
+
+ 10879
+ 100
+ 0
+ 0
+ 0
+
+
+ 10880
+ 100
+ 0
+ 0
+ 0
+
+
+ 10881
+ 100
+ 0
+ 0
+ 0
+
+
+ 10882
+ 100
+ 0
+ 0
+ 0
+
+
+ 10883
+ 100
+ 0
+ 0
+ 0
+
+
+ 10884
+ 52
+ 0
+ 0
+ 0
+
+
+ 10885
+ 1
+ 0
+ 0
+ 0
+
+
+ 10886
+ 1
+ 0
+ 0
+ 0
+
+
+ 10887
+ 230000
+ 0
+ 0
+ 0
+
+
+ 10888
+ 1
+ 0
+ 0
+ 0
+
+
+ 10889
+ 1
+ 0
+ 0
+ 0
+
+
+ 10890
+ 1
+ 0
+ 0
+ 0
+
+
+ 10891
+ 1
+ 0
+ 0
+ 0
+
+
+ 10892
+ 1
+ 0
+ 0
+ 0
+
+
+ 10893
+ 1
+ 0
+ 0
+ 0
+
+
+ 10894
+ 1
+ 0
+ 0
+ 0
+
+
+ 10895
+ 1
+ 0
+ 0
+ 0
+
+
+ 10896
+ 1
+ 0
+ 0
+ 0
+
+
+ 10897
+ 1
+ 0
+ 0
+ 0
+
+
+ 10898
+ 1
+ 0
+ 0
+ 0
+
+
+ 10899
+ 1
+ 0
+ 0
+ 0
+
+
+ 10900
+ 1
+ 0
+ 0
+ 0
+
+
+ 10901
+ 1
+ 0
+ 0
+ 0
+
+
+ 10902
+ 1
+ 0
+ 0
+ 0
+
+
+ 10903
+ 1
+ 0
+ 0
+ 0
+
+
+ 10904
+ 1
+ 0
+ 0
+ 0
+
+
+ 10905
+ 1
+ 0
+ 0
+ 0
+
+
+ 10906
+ 1
+ 0
+ 0
+ 0
+
+
+ 10907
+ 1
+ 0
+ 0
+ 0
+
+
+ 10908
+ 1
+ 0
+ 0
+ 0
+
+
+ 10909
+ 300
+ 0
+ 0
+ 0
+
+
+ 10910
+ 300
+ 0
+ 0
+ 0
+
+
+ 10911
+ 240
+ 0
+ 0
+ 0
+
+
+ 10912
+ 240
+ 0
+ 0
+ 0
+
+
+ 10913
+ 180
+ 0
+ 0
+ 0
+
+
+ 10914
+ 180
+ 0
+ 0
+ 0
+
+
+ 10915
+ 120
+ 0
+ 0
+ 0
+
+
+ 10916
+ 120
+ 0
+ 0
+ 0
+
+
+ 10917
+ 300
+ 0
+ 0
+ 0
+
+
+ 10918
+ 300
+ 0
+ 0
+ 0
+
+
+ 10919
+ 240
+ 0
+ 0
+ 0
+
+
+ 10920
+ 240
+ 0
+ 0
+ 0
+
+
+ 10921
+ 180
+ 0
+ 0
+ 0
+
+
+ 10922
+ 180
+ 0
+ 0
+ 0
+
+
+ 10923
+ 120
+ 0
+ 0
+ 0
+
+
+ 10924
+ 120
+ 0
+ 0
+ 0
+
+
+ 10925
+ 300
+ 0
+ 0
+ 0
+
+
+ 10926
+ 300
+ 0
+ 0
+ 0
+
+
+ 10927
+ 240
+ 0
+ 0
+ 0
+
+
+ 10928
+ 240
+ 0
+ 0
+ 0
+
+
+ 10929
+ 180
+ 0
+ 0
+ 0
+
+
+ 10930
+ 180
+ 0
+ 0
+ 0
+
+
+ 10931
+ 120
+ 0
+ 0
+ 0
+
+
+ 10932
+ 120
+ 0
+ 0
+ 0
+
+
+ 10933
+ 50
+ 0
+ 0
+ 0
+
+
+ 10934
+ 1
+ 0
+ 0
+ 0
+
+
+ 10935
+ 1
+ 0
+ 0
+ 0
+
+
+ 10936
+ 1
+ 0
+ 0
+ 0
+
+
+ 10937
+ 300
+ 0
+ 0
+ 0
+
+
+ 10938
+ 300
+ 0
+ 0
+ 0
+
+
+ 10939
+ 50
+ 0
+ 0
+ 0
+
+
+ 10940
+ 50
+ 0
+ 0
+ 0
+
+
+ 10941
+ 50
+ 0
+ 0
+ 0
+
+
+ 10942
+ 1
+ 0
+ 0
+ 0
+
+
+ 10943
+ 1
+ 0
+ 0
+ 0
+
+
+ 10944
+ 1
+ 0
+ 0
+ 0
+
+
+ 10945
+ 50
+ 0
+ 0
+ 0
+
+
+ 10946
+ 1
+ 0
+ 0
+ 0
+
+
+ 10947
+ 1
+ 0
+ 0
+ 0
+
+
+ 10948
+ 1
+ 0
+ 0
+ 0
+
+
+ 10949
+ 1
+ 0
+ 0
+ 0
+
+
+ 10950
+ 1
+ 0
+ 0
+ 0
+
+
+ 10951
+ 1
+ 0
+ 0
+ 0
+
+
+ 10952
+ 150
+ 0
+ 0
+ 0
+
+
+ 10953
+ 150
+ 0
+ 0
+ 0
+
+
+ 10954
+ 1000
+ 0
+ 0
+ 0
+
+
+ 10955
+ 1000
+ 0
+ 0
+ 0
+
+
+ 10956
+ 900
+ 0
+ 0
+ 0
+
+
+ 10957
+ 900
+ 0
+ 0
+ 0
+
+
+ 10958
+ 200
+ 0
+ 0
+ 0
+
+
+ 10959
+ 200
+ 0
+ 0
+ 0
+
+
+ 10960
+ 10
+ 0
+ 0
+ 0
+
+
+ 10961
+ 10
+ 0
+ 0
+ 0
+
+
+ 10962
+ 10
+ 0
+ 0
+ 0
+
+
+ 10963
+ 10
+ 0
+ 0
+ 0
+
+
+ 10964
+ 10
+ 0
+ 0
+ 0
+
+
+ 10965
+ 10
+ 0
+ 0
+ 0
+
+
+ 10966
+ 50
+ 0
+ 0
+ 0
+
+
+ 10967
+ 50
+ 0
+ 0
+ 0
+
+
+ 10968
+ 50
+ 0
+ 0
+ 0
+
+
+ 10969
+ 50
+ 0
+ 0
+ 0
+
+
+ 10970
+ 50
+ 0
+ 0
+ 0
+
+
+ 10971
+ 50
+ 0
+ 0
+ 0
+
+
+ 10972
+ 20
+ 0
+ 0
+ 0
+
+
+ 10973
+ 350
+ 0
+ 0
+ 0
+
+
+ 10974
+ 350
+ 0
+ 0
+ 0
+
+
+ 10975
+ 1
+ 0
+ 0
+ 0
+
+
+ 10976
+ 5
+ 0
+ 0
+ 0
+
+
+ 10977
+ 7
+ 0
+ 0
+ 0
+
+
+ 10978
+ 2
+ 0
+ 0
+ 0
+
+
+ 10979
+ 2
+ 0
+ 0
+ 0
+
+
+ 10980
+ 250
+ 0
+ 0
+ 0
+
+
+ 10981
+ 20
+ 0
+ 0
+ 0
+
+
+ 10982
+ 20
+ 0
+ 0
+ 0
+
+
+ 10983
+ 1
+ 0
+ 0
+ 0
+
+
+ 10984
+ 1
+ 0
+ 0
+ 0
+
+
+ 10985
+ 1
+ 0
+ 0
+ 0
+
+
+ 10986
+ 1
+ 0
+ 0
+ 0
+
+
+ 10987
+ 1
+ 0
+ 0
+ 0
+
+
+ 10988
+ 1
+ 0
+ 0
+ 0
+
+
+ 10989
+ 1
+ 0
+ 0
+ 0
+
+
+ 10990
+ 1
+ 0
+ 0
+ 0
+
+
+ 10991
+ 1
+ 0
+ 0
+ 0
+
+
+ 10992
+ 1
+ 0
+ 0
+ 0
+
+
+ 10993
+ 1
+ 0
+ 0
+ 0
+
+
+ 10994
+ 1
+ 0
+ 0
+ 0
+
+
+ 10995
+ 1000
+ 0
+ 0
+ 0
+
+
+ 10996
+ 1000
+ 0
+ 0
+ 0
+
+
+ 10997
+ 1
+ 0
+ 0
+ 0
+
+
+ 10998
+ 1
+ 0
+ 0
+ 0
+
+
+ 10999
+ 1
+ 0
+ 0
+ 0
+
+
+ 11000
+ 1
+ 0
+ 0
+ 0
+
+
+ 11001
+ 10
+ 0
+ 0
+ 0
+
+
+ 11002
+ 10
+ 0
+ 0
+ 0
+
+
+ 11003
+ 5
+ 0
+ 0
+ 0
+
+
+ 11004
+ 1
+ 0
+ 0
+ 0
+
+
+ 11005
+ 1
+ 0
+ 0
+ 0
+
+
+ 11006
+ 10
+ 0
+ 0
+ 0
+
+
+ 11007
+ 10
+ 0
+ 0
+ 0
+
+
+ 11008
+ 1
+ 0
+ 0
+ 0
+
+
+ 11009
+ 1
+ 0
+ 0
+ 0
+
+
+ 11010
+ 1
+ 0
+ 0
+ 0
+
+
+ 11011
+ 1
+ 0
+ 0
+ 0
+
+
+ 11012
+ 1
+ 0
+ 0
+ 0
+
+
+ 11013
+ 1
+ 0
+ 0
+ 0
+
+
+ 11014
+ 1
+ 0
+ 0
+ 0
+
+
+ 11015
+ 1
+ 0
+ 0
+ 0
+
+
+ 11016
+ 1
+ 0
+ 0
+ 0
+
+
+ 11017
+ 1
+ 0
+ 0
+ 0
+
+
+ 11018
+ 1
+ 0
+ 0
+ 0
+
+
+ 11019
+ 1
+ 0
+ 0
+ 0
+
+
+ 11020
+ 1
+ 0
+ 0
+ 0
+
+
+ 11021
+ 1
+ 0
+ 0
+ 0
+
+
+ 11022
+ 1
+ 0
+ 0
+ 0
+
+
+ 11023
+ 1
+ 0
+ 0
+ 0
+
+
+ 11024
+ 1
+ 0
+ 0
+ 0
+
+
+ 11025
+ 1
+ 0
+ 0
+ 0
+
+
+ 11026
+ 1
+ 0
+ 0
+ 0
+
+
+ 11027
+ 1
+ 0
+ 0
+ 0
+
+
+ 11028
+ 1
+ 0
+ 0
+ 0
+
+
+ 11029
+ 1
+ 0
+ 0
+ 0
+
+
+ 11030
+ 1
+ 0
+ 0
+ 0
+
+
+ 11031
+ 1
+ 0
+ 0
+ 0
+
+
+ 11032
+ 1
+ 0
+ 0
+ 0
+
+
+ 11033
+ 1
+ 0
+ 0
+ 0
+
+
+ 11034
+ 1
+ 0
+ 0
+ 0
+
+
+ 11035
+ 1
+ 0
+ 0
+ 0
+
+
+ 11036
+ 1
+ 0
+ 0
+ 0
+
+
+ 11037
+ 26000
+ 0
+ 0
+ 0
+
+
+ 11038
+ 26000
+ 0
+ 0
+ 0
+
+
+ 11039
+ 1
+ 0
+ 0
+ 0
+
+
+ 11040
+ 1
+ 0
+ 0
+ 0
+
+
+ 11041
+ 1
+ 0
+ 0
+ 0
+
+
+ 11042
+ 1
+ 0
+ 0
+ 0
+
+
+ 11043
+ 1
+ 0
+ 0
+ 0
+
+
+ 11044
+ 1
+ 0
+ 0
+ 0
+
+
+ 11045
+ 1
+ 0
+ 0
+ 0
+
+
+ 11046
+ 1
+ 0
+ 0
+ 0
+
+
+ 11047
+ 1
+ 0
+ 0
+ 0
+
+
+ 11048
+ 1
+ 0
+ 0
+ 0
+
+
+ 11049
+ 1
+ 0
+ 0
+ 0
+
+
+ 11050
+ 1
+ 0
+ 0
+ 0
+
+
+ 11051
+ 1
+ 0
+ 0
+ 0
+
+
+ 11052
+ 1
+ 0
+ 0
+ 0
+
+
+ 11053
+ 1
+ 0
+ 0
+ 0
+
+
+ 11054
+ 1
+ 0
+ 0
+ 0
+
+
+ 11055
+ 1
+ 0
+ 0
+ 0
+
+
+ 11056
+ 1
+ 0
+ 0
+ 0
+
+
+ 11057
+ 1
+ 0
+ 0
+ 0
+
+
+ 11058
+ 1
+ 0
+ 0
+ 0
+
+
+ 11059
+ 1
+ 0
+ 0
+ 0
+
+
+ 11060
+ 20
+ 0
+ 0
+ 0
+
+
+ 11061
+ 1000
+ 0
+ 0
+ 0
+
+
+ 11062
+ 1
+ 0
+ 0
+ 0
+
+
+ 11063
+ 1
+ 0
+ 0
+ 0
+
+
+ 11064
+ 1000
+ 0
+ 0
+ 0
+
+
+ 11065
+ 5
+ 0
+ 0
+ 0
+
+
+ 11066
+ 5
+ 0
+ 0
+ 0
+
+
+ 11067
+ 1
+ 0
+ 0
+ 0
+
+
+ 11068
+ 1
+ 0
+ 0
+ 0
+
+
+ 11069
+ 550
+ 0
+ 0
+ 0
+
+
+ 11070
+ 550
+ 0
+ 0
+ 0
+
+
+ 11071
+ 1
+ 0
+ 0
+ 0
+
+
+ 11072
+ 1150
+ 0
+ 0
+ 0
+
+
+ 11073
+ 1150
+ 0
+ 0
+ 0
+
+
+ 11074
+ 1265
+ 0
+ 0
+ 0
+
+
+ 11075
+ 1265
+ 0
+ 0
+ 0
+
+
+ 11076
+ 1525
+ 0
+ 0
+ 0
+
+
+ 11077
+ 1525
+ 0
+ 0
+ 0
+
+
+ 11078
+ 1
+ 0
+ 0
+ 0
+
+
+ 11079
+ 1675
+ 0
+ 0
+ 0
+
+
+ 11080
+ 1675
+ 0
+ 0
+ 0
+
+
+ 11081
+ 1675
+ 0
+ 0
+ 0
+
+
+ 11082
+ 1675
+ 0
+ 0
+ 0
+
+
+ 11083
+ 1675
+ 0
+ 0
+ 0
+
+
+ 11084
+ 1675
+ 0
+ 0
+ 0
+
+
+ 11085
+ 2325
+ 0
+ 0
+ 0
+
+
+ 11086
+ 2325
+ 0
+ 0
+ 0
+
+
+ 11087
+ 1
+ 0
+ 0
+ 0
+
+
+ 11088
+ 2560
+ 0
+ 0
+ 0
+
+
+ 11089
+ 2560
+ 0
+ 0
+ 0
+
+
+ 11090
+ 4050
+ 0
+ 0
+ 0
+
+
+ 11091
+ 4050
+ 0
+ 0
+ 0
+
+
+ 11092
+ 3825
+ 0
+ 0
+ 0
+
+
+ 11093
+ 3825
+ 0
+ 0
+ 0
+
+
+ 11094
+ 1
+ 0
+ 0
+ 0
+
+
+ 11095
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11096
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11097
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11098
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11099
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11100
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11101
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11102
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11103
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11104
+ 4200
+ 0
+ 0
+ 0
+
+
+ 11105
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11106
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11107
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11108
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11109
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11110
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11111
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11112
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11113
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11114
+ 20200
+ 0
+ 0
+ 0
+
+
+ 11115
+ 19125
+ 0
+ 0
+ 0
+
+
+ 11116
+ 19125
+ 0
+ 0
+ 0
+
+
+ 11117
+ 1
+ 0
+ 0
+ 0
+
+
+ 11118
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11119
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11120
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11121
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11122
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11123
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11124
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11125
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11126
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11127
+ 21040
+ 0
+ 0
+ 0
+
+
+ 11128
+ 202000
+ 0
+ 0
+ 0
+
+
+ 11129
+ 202000
+ 0
+ 0
+ 0
+
+
+ 11130
+ 201000
+ 0
+ 0
+ 0
+
+
+ 11131
+ 201000
+ 0
+ 0
+ 0
+
+
+ 11132
+ 1
+ 0
+ 0
+ 0
+
+
+ 11133
+ 202000
+ 0
+ 0
+ 0
+
+
+ 11134
+ 202000
+ 0
+ 0
+ 0
+
+
+ 11135
+ 1
+ 0
+ 0
+ 0
+
+
+ 11136
+ 1
+ 0
+ 0
+ 0
+
+
+ 11137
+ 1
+ 0
+ 0
+ 0
+
+
+ 11138
+ 1
+ 0
+ 0
+ 0
+
+
+ 11139
+ 1
+ 0
+ 0
+ 0
+
+
+ 11140
+ 1
+ 0
+ 0
+ 0
+
+
+ 11141
+ 1
+ 0
+ 0
+ 0
+
+
+ 11142
+ 1
+ 0
+ 0
+ 0
+
+
+ 11143
+ 1
+ 0
+ 0
+ 0
+
+
+ 11144
+ 1
+ 0
+ 0
+ 0
+
+
+ 11145
+ 1
+ 0
+ 0
+ 0
+
+
+ 11146
+ 1
+ 0
+ 0
+ 0
+
+
+ 11147
+ 1
+ 0
+ 0
+ 0
+
+
+ 11148
+ 1
+ 0
+ 0
+ 0
+
+
+ 11149
+ 1
+ 0
+ 0
+ 0
+
+
+ 11150
+ 1
+ 0
+ 0
+ 0
+
+
+ 11151
+ 1
+ 0
+ 0
+ 0
+
+
+ 11152
+ 1
+ 0
+ 0
+ 0
+
+
+ 11153
+ 1
+ 0
+ 0
+ 0
+
+
+ 11154
+ 1
+ 0
+ 0
+ 0
+
+
+ 11155
+ 20
+ 0
+ 0
+ 0
+
+
+ 11156
+ 1
+ 0
+ 0
+ 0
+
+
+ 11157
+ 1
+ 0
+ 0
+ 0
+
+
+ 11158
+ 1
+ 0
+ 0
+ 0
+
+
+ 11159
+ 1
+ 0
+ 0
+ 0
+
+
+ 11160
+ 1
+ 0
+ 0
+ 0
+
+
+ 11161
+ 1
+ 0
+ 0
+ 0
+
+
+ 11162
+ 1
+ 0
+ 0
+ 0
+
+
+ 11163
+ 1
+ 0
+ 0
+ 0
+
+
+ 11164
+ 1
+ 0
+ 0
+ 0
+
+
+ 11165
+ 4
+ 0
+ 0
+ 0
+
+
+ 11166
+ 4
+ 0
+ 0
+ 0
+
+
+ 11167
+ 4
+ 0
+ 0
+ 0
+
+
+ 11168
+ 4
+ 0
+ 0
+ 0
+
+
+ 11169
+ 1
+ 0
+ 0
+ 0
+
+
+ 11170
+ 1
+ 0
+ 0
+ 0
+
+
+ 11171
+ 1
+ 0
+ 0
+ 0
+
+
+ 11172
+ 1
+ 0
+ 0
+ 0
+
+
+ 11173
+ 1
+ 0
+ 0
+ 0
+
+
+ 11174
+ 1
+ 0
+ 0
+ 0
+
+
+ 11175
+ 1
+ 0
+ 0
+ 0
+
+
+ 11176
+ 1
+ 0
+ 0
+ 0
+
+
+ 11177
+ 1
+ 0
+ 0
+ 0
+
+
+ 11178
+ 1
+ 0
+ 0
+ 0
+
+
+ 11179
+ 1
+ 0
+ 0
+ 0
+
+
+ 11180
+ 1
+ 0
+ 0
+ 0
+
+
+ 11181
+ 1
+ 0
+ 0
+ 0
+
+
+ 11182
+ 1
+ 0
+ 0
+ 0
+
+
+ 11183
+ 1
+ 0
+ 0
+ 0
+
+
+ 11184
+ 1
+ 0
+ 0
+ 0
+
+
+ 11185
+ 1
+ 0
+ 0
+ 0
+
+
+ 11186
+ 1
+ 0
+ 0
+ 0
+
+
+ 11187
+ 1
+ 0
+ 0
+ 0
+
+
+ 11188
+ 1
+ 0
+ 0
+ 0
+
+
+ 11189
+ 1
+ 0
+ 0
+ 0
+
+
+ 11190
+ 2400
+ 0
+ 0
+ 0
+
+
+ 11191
+ 2400
+ 0
+ 0
+ 0
+
+
+ 11192
+ 2400
+ 0
+ 0
+ 0
+
+
+ 11193
+ 2400
+ 0
+ 0
+ 0
+
+
+ 11194
+ 2400
+ 0
+ 0
+ 0
+
+
+ 11195
+ 1
+ 0
+ 0
+ 0
+
+
+ 11196
+ 1
+ 0
+ 0
+ 0
+
+
+ 11197
+ 1
+ 0
+ 0
+ 0
+
+
+ 11198
+ 1
+ 0
+ 0
+ 0
+
+
+ 11199
+ 1
+ 0
+ 0
+ 0
+
+
+ 11200
+ 60000
+ 0
+ 0
+ 0
+
+
+ 11201
+ 60000
+ 0
+ 0
+ 0
+
+
+ 11202
+ 1
+ 0
+ 0
+ 0
+
+
+ 11203
+ 1
+ 0
+ 0
+ 0
+
+
+ 11204
+ 1
+ 0
+ 0
+ 0
+
+
+ 11205
+ 2
+ 0
+ 0
+ 0
+
+
+ 11206
+ 1
+ 0
+ 0
+ 0
+
+
+ 11207
+ 1
+ 0
+ 0
+ 0
+
+
+ 11208
+ 1
+ 0
+ 0
+ 0
+
+
+ 11209
+ 1
+ 0
+ 0
+ 0
+
+
+ 11210
+ 1
+ 0
+ 0
+ 0
+
+
+ 11211
+ 1
+ 0
+ 0
+ 0
+
+
+ 11212
+ 800
+ 0
+ 0
+ 0
+
+
+ 11213
+ 1
+ 0
+ 0
+ 0
+
+
+ 11214
+ 1
+ 0
+ 0
+ 0
+
+
+ 11215
+ 1
+ 0
+ 0
+ 0
+
+
+ 11216
+ 1
+ 0
+ 0
+ 0
+
+
+ 11217
+ 3
+ 0
+ 0
+ 0
+
+
+ 11218
+ 1
+ 0
+ 0
+ 0
+
+
+ 11219
+ 1
+ 0
+ 0
+ 0
+
+
+ 11220
+ 1
+ 0
+ 0
+ 0
+
+
+ 11221
+ 1
+ 0
+ 0
+ 0
+
+
+ 11222
+ 10
+ 0
+ 0
+ 0
+
+
+ 11223
+ 1
+ 0
+ 0
+ 0
+
+
+ 11224
+ 1
+ 0
+ 0
+ 0
+
+
+ 11225
+ 1
+ 0
+ 0
+ 0
+
+
+ 11226
+ 1
+ 0
+ 0
+ 0
+
+
+ 11227
+ 800
+ 0
+ 0
+ 0
+
+
+ 11228
+ 800
+ 0
+ 0
+ 0
+
+
+ 11229
+ 800
+ 0
+ 0
+ 0
+
+
+ 11230
+ 500
+ 0
+ 0
+ 0
+
+
+ 11231
+ 500
+ 0
+ 0
+ 0
+
+
+ 11232
+ 250
+ 0
+ 0
+ 0
+
+
+ 11233
+ 500
+ 0
+ 0
+ 0
+
+
+ 11234
+ 500
+ 0
+ 0
+ 0
+
+
+ 11235
+ 120002
+ 0
+ 0
+ 0
+
+
+ 11236
+ 120002
+ 0
+ 0
+ 0
+
+
+ 11237
+ 500
+ 0
+ 0
+ 0
+
+
+ 11238
+ 50
+ 0
+ 0
+ 0
+
+
+ 11239
+ 50
+ 0
+ 0
+ 0
+
+
+ 11240
+ 50
+ 0
+ 0
+ 0
+
+
+ 11241
+ 50
+ 0
+ 0
+ 0
+
+
+ 11242
+ 50
+ 0
+ 0
+ 0
+
+
+ 11243
+ 50
+ 0
+ 0
+ 0
+
+
+ 11244
+ 50
+ 0
+ 0
+ 0
+
+
+ 11245
+ 50
+ 0
+ 0
+ 0
+
+
+ 11246
+ 50
+ 0
+ 0
+ 0
+
+
+ 11247
+ 50
+ 0
+ 0
+ 0
+
+
+ 11248
+ 50
+ 0
+ 0
+ 0
+
+
+ 11249
+ 50
+ 0
+ 0
+ 0
+
+
+ 11250
+ 50
+ 0
+ 0
+ 0
+
+
+ 11251
+ 50
+ 0
+ 0
+ 0
+
+
+ 11252
+ 50
+ 0
+ 0
+ 0
+
+
+ 11253
+ 50
+ 0
+ 0
+ 0
+
+
+ 11254
+ 50
+ 0
+ 0
+ 0
+
+
+ 11255
+ 50
+ 0
+ 0
+ 0
+
+
+ 11256
+ 50
+ 0
+ 0
+ 0
+
+
+ 11257
+ 50
+ 0
+ 0
+ 0
+
+
+ 11258
+ 600
+ 0
+ 0
+ 0
+
+
+ 11259
+ 1000
+ 0
+ 0
+ 0
+
+
+ 11260
+ 1
+ 0
+ 0
+ 0
+
+
+ 11261
+ 1
+ 0
+ 0
+ 0
+
+
+ 11262
+ 50
+ 0
+ 0
+ 0
+
+
+ 11263
+ 50
+ 0
+ 0
+ 0
+
+
+ 11264
+ 10
+ 0
+ 0
+ 0
+
+
+ 11265
+ 10
+ 0
+ 0
+ 0
+
+
+ 11266
+ 5
+ 0
+ 0
+ 0
+
+
+ 11267
+ 1
+ 0
+ 0
+ 0
+
+
+ 11268
+ 1000
+ 0
+ 0
+ 0
+
+
+ 11269
+ 1
+ 0
+ 0
+ 0
+
+
+ 11270
+ 1
+ 0
+ 0
+ 0
+
+
+ 11271
+ 50
+ 0
+ 0
+ 0
+
+
+ 11272
+ 50
+ 0
+ 0
+ 0
+
+
+ 11273
+ 3
+ 0
+ 0
+ 0
+
+
+ 11274
+ 75
+ 0
+ 0
+ 0
+
+
+ 11275
+ 48
+ 0
+ 0
+ 0
+
+
+ 11276
+ 1
+ 0
+ 0
+ 0
+
+
+ 11277
+ 200
+ 0
+ 0
+ 0
+
+
+ 11278
+ 80
+ 0
+ 0
+ 0
+
+
+ 11279
+ 1
+ 0
+ 0
+ 0
+
+
+ 11280
+ 200
+ 0
+ 0
+ 0
+
+
+ 11281
+ 200
+ 0
+ 0
+ 0
+
+
+ 11282
+ 80
+ 0
+ 0
+ 0
+
+
+ 11283
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 11284
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 11285
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 11286
+ 750000
+ 0
+ 0
+ 0
+
+
+ 11287
+ 750000
+ 0
+ 0
+ 0
+
+
+ 11288
+ 40
+ 0
+ 0
+ 0
+
+
+ 11289
+ 40
+ 0
+ 0
+ 0
+
+
+ 11290
+ 40
+ 0
+ 0
+ 0
+
+
+ 11291
+ 40
+ 0
+ 0
+ 0
+
+
+ 11292
+ 40
+ 0
+ 0
+ 0
+
+
+ 11293
+ 40
+ 0
+ 0
+ 0
+
+
+ 11294
+ 40
+ 0
+ 0
+ 0
+
+
+ 11295
+ 40
+ 0
+ 0
+ 0
+
+
+ 11296
+ 40
+ 0
+ 0
+ 0
+
+
+ 11297
+ 40
+ 0
+ 0
+ 0
+
+
+ 11298
+ 40
+ 0
+ 0
+ 0
+
+
+ 11299
+ 40
+ 0
+ 0
+ 0
+
+
+ 11300
+ 40
+ 0
+ 0
+ 0
+
+
+ 11301
+ 40
+ 0
+ 0
+ 0
+
+
+ 11302
+ 40
+ 0
+ 0
+ 0
+
+
+ 11303
+ 40
+ 0
+ 0
+ 0
+
+
+ 11304
+ 40
+ 0
+ 0
+ 0
+
+
+ 11305
+ 40
+ 0
+ 0
+ 0
+
+
+ 11306
+ 1
+ 0
+ 0
+ 0
+
+
+ 11307
+ 1
+ 0
+ 0
+ 0
+
+
+ 11308
+ 1
+ 0
+ 0
+ 0
+
+
+ 11309
+ 1
+ 0
+ 0
+ 0
+
+
+ 11310
+ 1
+ 0
+ 0
+ 0
+
+
+ 11311
+ 1
+ 0
+ 0
+ 0
+
+
+ 11312
+ 1
+ 0
+ 0
+ 0
+
+
+ 11313
+ 1
+ 0
+ 0
+ 0
+
+
+ 11314
+ 1
+ 0
+ 0
+ 0
+
+
+ 11315
+ 1
+ 0
+ 0
+ 0
+
+
+ 11316
+ 1
+ 0
+ 0
+ 0
+
+
+ 11317
+ 1
+ 0
+ 0
+ 0
+
+
+ 11318
+ 1
+ 0
+ 0
+ 0
+
+
+ 11319
+ 1
+ 0
+ 0
+ 0
+
+
+ 11320
+ 3
+ 0
+ 0
+ 0
+
+
+ 11321
+ 3
+ 0
+ 0
+ 0
+
+
+ 11322
+ 3
+ 0
+ 0
+ 0
+
+
+ 11323
+ 1
+ 0
+ 0
+ 0
+
+
+ 11324
+ 20
+ 0
+ 0
+ 0
+
+
+ 11325
+ 20
+ 0
+ 0
+ 0
+
+
+ 11326
+ 50
+ 0
+ 0
+ 0
+
+
+ 11327
+ 50
+ 0
+ 0
+ 0
+
+
+ 11328
+ 25
+ 0
+ 0
+ 0
+
+
+ 11329
+ 25
+ 0
+ 0
+ 0
+
+
+ 11330
+ 50
+ 0
+ 0
+ 0
+
+
+ 11331
+ 50
+ 0
+ 0
+ 0
+
+
+ 11332
+ 75
+ 0
+ 0
+ 0
+
+
+ 11333
+ 75
+ 0
+ 0
+ 0
+
+
+ 11334
+ 1
+ 0
+ 0
+ 0
+
+
+ 11335
+ 150000
+ 0
+ 0
+ 0
+
+
+ 11336
+ 150000
+ 0
+ 0
+ 0
+
+
+ 11337
+ 1000
+ 0
+ 0
+ 0
+
+
+ 11338
+ 3500
+ 0
+ 0
+ 0
+
+
+ 11339
+ 1
+ 0
+ 0
+ 0
+
+
+ 11340
+ 1
+ 0
+ 0
+ 0
+
+
+ 11341
+ 1
+ 0
+ 0
+ 0
+
+
+ 11342
+ 1
+ 0
+ 0
+ 0
+
+
+ 11343
+ 1
+ 0
+ 0
+ 0
+
+
+ 11344
+ 1
+ 0
+ 0
+ 0
+
+
+ 11345
+ 1
+ 0
+ 0
+ 0
+
+
+ 11346
+ 1
+ 0
+ 0
+ 0
+
+
+ 11347
+ 1
+ 0
+ 0
+ 0
+
+
+ 11348
+ 1
+ 0
+ 0
+ 0
+
+
+ 11349
+ 1
+ 0
+ 0
+ 0
+
+
+ 11350
+ 1
+ 0
+ 0
+ 0
+
+
+ 11351
+ 1
+ 0
+ 0
+ 0
+
+
+ 11352
+ 1
+ 0
+ 0
+ 0
+
+
+ 11353
+ 1
+ 0
+ 0
+ 0
+
+
+ 11354
+ 1
+ 0
+ 0
+ 0
+
+
+ 11355
+ 1
+ 0
+ 0
+ 0
+
+
+ 11356
+ 1
+ 0
+ 0
+ 0
+
+
+ 11357
+ 1
+ 0
+ 0
+ 0
+
+
+ 11358
+ 1
+ 0
+ 0
+ 0
+
+
+ 11359
+ 1
+ 0
+ 0
+ 0
+
+
+ 11360
+ 1
+ 0
+ 0
+ 0
+
+
+ 11361
+ 1
+ 0
+ 0
+ 0
+
+
+ 11362
+ 1
+ 0
+ 0
+ 0
+
+
+ 11363
+ 1
+ 0
+ 0
+ 0
+
+
+ 11364
+ 1
+ 0
+ 0
+ 0
+
+
+ 11365
+ 1
+ 0
+ 0
+ 0
+
+
+ 11366
+ 1
+ 0
+ 0
+ 0
+
+
+ 11367
+ 26
+ 0
+ 0
+ 0
+
+
+ 11368
+ 26
+ 0
+ 0
+ 0
+
+
+ 11369
+ 91
+ 0
+ 0
+ 0
+
+
+ 11370
+ 91
+ 0
+ 0
+ 0
+
+
+ 11371
+ 325
+ 0
+ 0
+ 0
+
+
+ 11372
+ 325
+ 0
+ 0
+ 0
+
+
+ 11373
+ 845
+ 0
+ 0
+ 0
+
+
+ 11374
+ 845
+ 0
+ 0
+ 0
+
+
+ 11375
+ 2080
+ 0
+ 0
+ 0
+
+
+ 11376
+ 2080
+ 0
+ 0
+ 0
+
+
+ 11377
+ 20800
+ 0
+ 0
+ 0
+
+
+ 11378
+ 20800
+ 0
+ 0
+ 0
+
+
+ 11379
+ 26
+ 0
+ 0
+ 0
+
+
+ 11380
+ 26
+ 0
+ 0
+ 0
+
+
+ 11381
+ 26
+ 0
+ 0
+ 0
+
+
+ 11382
+ 26
+ 0
+ 0
+ 0
+
+
+ 11383
+ 26
+ 0
+ 0
+ 0
+
+
+ 11384
+ 26
+ 0
+ 0
+ 0
+
+
+ 11385
+ 26
+ 0
+ 0
+ 0
+
+
+ 11386
+ 91
+ 0
+ 0
+ 0
+
+
+ 11387
+ 91
+ 0
+ 0
+ 0
+
+
+ 11388
+ 91
+ 0
+ 0
+ 0
+
+
+ 11389
+ 91
+ 0
+ 0
+ 0
+
+
+ 11390
+ 91
+ 0
+ 0
+ 0
+
+
+ 11391
+ 91
+ 0
+ 0
+ 0
+
+
+ 11392
+ 91
+ 0
+ 0
+ 0
+
+
+ 11393
+ 325
+ 0
+ 0
+ 0
+
+
+ 11394
+ 325
+ 0
+ 0
+ 0
+
+
+ 11395
+ 325
+ 0
+ 0
+ 0
+
+
+ 11396
+ 325
+ 0
+ 0
+ 0
+
+
+ 11397
+ 325
+ 0
+ 0
+ 0
+
+
+ 11398
+ 325
+ 0
+ 0
+ 0
+
+
+ 11399
+ 325
+ 0
+ 0
+ 0
+
+
+ 11400
+ 845
+ 0
+ 0
+ 0
+
+
+ 11401
+ 845
+ 0
+ 0
+ 0
+
+
+ 11402
+ 845
+ 0
+ 0
+ 0
+
+
+ 11403
+ 845
+ 0
+ 0
+ 0
+
+
+ 11404
+ 845
+ 0
+ 0
+ 0
+
+
+ 11405
+ 845
+ 0
+ 0
+ 0
+
+
+ 11406
+ 845
+ 0
+ 0
+ 0
+
+
+ 11407
+ 2080
+ 0
+ 0
+ 0
+
+
+ 11408
+ 2080
+ 0
+ 0
+ 0
+
+
+ 11409
+ 2080
+ 0
+ 0
+ 0
+
+
+ 11410
+ 2080
+ 0
+ 0
+ 0
+
+
+ 11411
+ 2080
+ 0
+ 0
+ 0
+
+
+ 11412
+ 2080
+ 0
+ 0
+ 0
+
+
+ 11413
+ 2080
+ 0
+ 0
+ 0
+
+
+ 11414
+ 20800
+ 0
+ 0
+ 0
+
+
+ 11415
+ 20800
+ 0
+ 0
+ 0
+
+
+ 11416
+ 20800
+ 0
+ 0
+ 0
+
+
+ 11417
+ 20800
+ 0
+ 0
+ 0
+
+
+ 11418
+ 20800
+ 0
+ 0
+ 0
+
+
+ 11419
+ 20800
+ 0
+ 0
+ 0
+
+
+ 11420
+ 20800
+ 0
+ 0
+ 0
+
+
+ 11421
+ 1
+ 0
+ 0
+ 0
+
+
+ 11422
+ 1
+ 0
+ 0
+ 0
+
+
+ 11423
+ 1
+ 0
+ 0
+ 0
+
+
+ 11424
+ 1
+ 0
+ 0
+ 0
+
+
+ 11425
+ 1
+ 0
+ 0
+ 0
+
+
+ 11426
+ 1
+ 0
+ 0
+ 0
+
+
+ 11427
+ 3
+ 0
+ 0
+ 0
+
+
+ 11428
+ 3
+ 0
+ 0
+ 0
+
+
+ 11429
+ 9
+ 0
+ 0
+ 0
+
+
+ 11430
+ 9
+ 0
+ 0
+ 0
+
+
+ 11431
+ 6
+ 0
+ 0
+ 0
+
+
+ 11432
+ 6
+ 0
+ 0
+ 0
+
+
+ 11433
+ 216
+ 0
+ 0
+ 0
+
+
+ 11434
+ 216
+ 0
+ 0
+ 0
+
+
+ 11435
+ 144
+ 0
+ 0
+ 0
+
+
+ 11436
+ 144
+ 0
+ 0
+ 0
+
+
+ 11437
+ 150
+ 0
+ 0
+ 0
+
+
+ 11438
+ 150
+ 0
+ 0
+ 0
+
+
+ 11439
+ 75
+ 0
+ 0
+ 0
+
+
+ 11440
+ 75
+ 0
+ 0
+ 0
+
+
+ 11441
+ 11
+ 0
+ 0
+ 0
+
+
+ 11442
+ 11
+ 0
+ 0
+ 0
+
+
+ 11443
+ 13
+ 0
+ 0
+ 0
+
+
+ 11444
+ 13
+ 0
+ 0
+ 0
+
+
+ 11445
+ 105
+ 0
+ 0
+ 0
+
+
+ 11446
+ 105
+ 0
+ 0
+ 0
+
+
+ 11447
+ 52
+ 0
+ 0
+ 0
+
+
+ 11448
+ 52
+ 0
+ 0
+ 0
+
+
+ 11449
+ 66
+ 0
+ 0
+ 0
+
+
+ 11450
+ 66
+ 0
+ 0
+ 0
+
+
+ 11451
+ 44
+ 0
+ 0
+ 0
+
+
+ 11452
+ 44
+ 0
+ 0
+ 0
+
+
+ 11453
+ 72
+ 0
+ 0
+ 0
+
+
+ 11454
+ 72
+ 0
+ 0
+ 0
+
+
+ 11455
+ 36
+ 0
+ 0
+ 0
+
+
+ 11456
+ 36
+ 0
+ 0
+ 0
+
+
+ 11457
+ 90
+ 0
+ 0
+ 0
+
+
+ 11458
+ 90
+ 0
+ 0
+ 0
+
+
+ 11459
+ 60
+ 0
+ 0
+ 0
+
+
+ 11460
+ 60
+ 0
+ 0
+ 0
+
+
+ 11461
+ 100
+ 0
+ 0
+ 0
+
+
+ 11462
+ 100
+ 0
+ 0
+ 0
+
+
+ 11463
+ 50
+ 0
+ 0
+ 0
+
+
+ 11464
+ 50
+ 0
+ 0
+ 0
+
+
+ 11465
+ 114
+ 0
+ 0
+ 0
+
+
+ 11466
+ 114
+ 0
+ 0
+ 0
+
+
+ 11467
+ 76
+ 0
+ 0
+ 0
+
+
+ 11468
+ 76
+ 0
+ 0
+ 0
+
+
+ 11469
+ 135
+ 0
+ 0
+ 0
+
+
+ 11470
+ 135
+ 0
+ 0
+ 0
+
+
+ 11471
+ 90
+ 0
+ 0
+ 0
+
+
+ 11472
+ 90
+ 0
+ 0
+ 0
+
+
+ 11473
+ 216
+ 0
+ 0
+ 0
+
+
+ 11474
+ 216
+ 0
+ 0
+ 0
+
+
+ 11475
+ 144
+ 0
+ 0
+ 0
+
+
+ 11476
+ 144
+ 0
+ 0
+ 0
+
+
+ 11477
+ 150
+ 0
+ 0
+ 0
+
+
+ 11478
+ 150
+ 0
+ 0
+ 0
+
+
+ 11479
+ 100
+ 0
+ 0
+ 0
+
+
+ 11480
+ 100
+ 0
+ 0
+ 0
+
+
+ 11481
+ 160
+ 0
+ 0
+ 0
+
+
+ 11482
+ 160
+ 0
+ 0
+ 0
+
+
+ 11483
+ 90
+ 0
+ 0
+ 0
+
+
+ 11484
+ 90
+ 0
+ 0
+ 0
+
+
+ 11485
+ 165
+ 0
+ 0
+ 0
+
+
+ 11486
+ 165
+ 0
+ 0
+ 0
+
+
+ 11487
+ 110
+ 0
+ 0
+ 0
+
+
+ 11488
+ 110
+ 0
+ 0
+ 0
+
+
+ 11489
+ 180
+ 0
+ 0
+ 0
+
+
+ 11490
+ 180
+ 0
+ 0
+ 0
+
+
+ 11491
+ 130
+ 0
+ 0
+ 0
+
+
+ 11492
+ 130
+ 0
+ 0
+ 0
+
+
+ 11493
+ 180
+ 0
+ 0
+ 0
+
+
+ 11494
+ 180
+ 0
+ 0
+ 0
+
+
+ 11495
+ 120
+ 0
+ 0
+ 0
+
+
+ 11496
+ 120
+ 0
+ 0
+ 0
+
+
+ 11497
+ 198
+ 0
+ 0
+ 0
+
+
+ 11498
+ 198
+ 0
+ 0
+ 0
+
+
+ 11499
+ 132
+ 0
+ 0
+ 0
+
+
+ 11500
+ 132
+ 0
+ 0
+ 0
+
+
+ 11501
+ 216
+ 0
+ 0
+ 0
+
+
+ 11502
+ 216
+ 0
+ 0
+ 0
+
+
+ 11503
+ 144
+ 0
+ 0
+ 0
+
+
+ 11504
+ 144
+ 0
+ 0
+ 0
+
+
+ 11505
+ 198
+ 0
+ 0
+ 0
+
+
+ 11506
+ 198
+ 0
+ 0
+ 0
+
+
+ 11507
+ 132
+ 0
+ 0
+ 0
+
+
+ 11508
+ 132
+ 0
+ 0
+ 0
+
+
+ 11509
+ 216
+ 0
+ 0
+ 0
+
+
+ 11510
+ 216
+ 0
+ 0
+ 0
+
+
+ 11511
+ 144
+ 0
+ 0
+ 0
+
+
+ 11512
+ 144
+ 0
+ 0
+ 0
+
+
+ 11513
+ 200
+ 0
+ 0
+ 0
+
+
+ 11514
+ 200
+ 0
+ 0
+ 0
+
+
+ 11515
+ 150
+ 0
+ 0
+ 0
+
+
+ 11516
+ 150
+ 0
+ 0
+ 0
+
+
+ 11517
+ 9
+ 0
+ 0
+ 0
+
+
+ 11518
+ 9
+ 0
+ 0
+ 0
+
+
+ 11519
+ 6
+ 0
+ 0
+ 0
+
+
+ 11520
+ 6
+ 0
+ 0
+ 0
+
+
+ 11521
+ 150
+ 0
+ 0
+ 0
+
+
+ 11522
+ 150
+ 0
+ 0
+ 0
+
+
+ 11523
+ 125
+ 0
+ 0
+ 0
+
+
+ 11524
+ 125
+ 0
+ 0
+ 0
+
+
+ 11525
+ 25
+ 0
+ 0
+ 0
+
+
+ 11526
+ 3
+ 0
+ 0
+ 0
+
+
+ 11527
+ 3
+ 0
+ 0
+ 0
+
+
+ 11528
+ 3
+ 0
+ 0
+ 0
+
+
+ 11529
+ 3
+ 0
+ 0
+ 0
+
+
+ 11530
+ 3
+ 0
+ 0
+ 0
+
+
+ 11531
+ 3
+ 0
+ 0
+ 0
+
+
+ 11532
+ 3
+ 0
+ 0
+ 0
+
+
+ 11533
+ 3
+ 0
+ 0
+ 0
+
+
+ 11534
+ 3
+ 0
+ 0
+ 0
+
+
+ 11535
+ 3
+ 0
+ 0
+ 0
+
+
+ 11536
+ 3
+ 0
+ 0
+ 0
+
+
+ 11537
+ 3
+ 0
+ 0
+ 0
+
+
+ 11538
+ 3
+ 0
+ 0
+ 0
+
+
+ 11539
+ 3
+ 0
+ 0
+ 0
+
+
+ 11540
+ 3
+ 0
+ 0
+ 0
+
+
+ 11541
+ 3
+ 0
+ 0
+ 0
+
+
+ 11542
+ 3
+ 0
+ 0
+ 0
+
+
+ 11543
+ 3
+ 0
+ 0
+ 0
+
+
+ 11544
+ 3
+ 0
+ 0
+ 0
+
+
+ 11545
+ 3
+ 0
+ 0
+ 0
+
+
+ 11546
+ 3
+ 0
+ 0
+ 0
+
+
+ 11547
+ 3
+ 0
+ 0
+ 0
+
+
+ 11548
+ 3
+ 0
+ 0
+ 0
+
+
+ 11549
+ 3
+ 0
+ 0
+ 0
+
+
+ 11550
+ 3
+ 0
+ 0
+ 0
+
+
+ 11551
+ 3
+ 0
+ 0
+ 0
+
+
+ 11552
+ 3
+ 0
+ 0
+ 0
+
+
+ 11553
+ 3
+ 0
+ 0
+ 0
+
+
+ 11554
+ 3
+ 0
+ 0
+ 0
+
+
+ 11555
+ 3
+ 0
+ 0
+ 0
+
+
+ 11556
+ 3
+ 0
+ 0
+ 0
+
+
+ 11557
+ 3
+ 0
+ 0
+ 0
+
+
+ 11558
+ 3
+ 0
+ 0
+ 0
+
+
+ 11559
+ 3
+ 0
+ 0
+ 0
+
+
+ 11560
+ 3
+ 0
+ 0
+ 0
+
+
+ 11561
+ 3
+ 0
+ 0
+ 0
+
+
+ 11562
+ 3
+ 0
+ 0
+ 0
+
+
+ 11563
+ 3
+ 0
+ 0
+ 0
+
+
+ 11564
+ 3
+ 0
+ 0
+ 0
+
+
+ 11565
+ 3
+ 0
+ 0
+ 0
+
+
+ 11566
+ 3
+ 0
+ 0
+ 0
+
+
+ 11567
+ 3
+ 0
+ 0
+ 0
+
+
+ 11568
+ 3
+ 0
+ 0
+ 0
+
+
+ 11569
+ 3
+ 0
+ 0
+ 0
+
+
+ 11570
+ 3
+ 0
+ 0
+ 0
+
+
+ 11571
+ 3
+ 0
+ 0
+ 0
+
+
+ 11572
+ 3
+ 0
+ 0
+ 0
+
+
+ 11573
+ 3
+ 0
+ 0
+ 0
+
+
+ 11574
+ 3
+ 0
+ 0
+ 0
+
+
+ 11575
+ 3
+ 0
+ 0
+ 0
+
+
+ 11576
+ 3
+ 0
+ 0
+ 0
+
+
+ 11577
+ 3
+ 0
+ 0
+ 0
+
+
+ 11578
+ 3
+ 0
+ 0
+ 0
+
+
+ 11579
+ 3
+ 0
+ 0
+ 0
+
+
+ 11580
+ 3
+ 0
+ 0
+ 0
+
+
+ 11581
+ 3
+ 0
+ 0
+ 0
+
+
+ 11582
+ 3
+ 0
+ 0
+ 0
+
+
+ 11583
+ 3
+ 0
+ 0
+ 0
+
+
+ 11584
+ 3
+ 0
+ 0
+ 0
+
+
+ 11585
+ 3
+ 0
+ 0
+ 0
+
+
+ 11586
+ 3
+ 0
+ 0
+ 0
+
+
+ 11587
+ 3
+ 0
+ 0
+ 0
+
+
+ 11588
+ 3
+ 0
+ 0
+ 0
+
+
+ 11589
+ 3
+ 0
+ 0
+ 0
+
+
+ 11590
+ 3
+ 0
+ 0
+ 0
+
+
+ 11591
+ 3
+ 0
+ 0
+ 0
+
+
+ 11592
+ 3
+ 0
+ 0
+ 0
+
+
+ 11593
+ 3
+ 0
+ 0
+ 0
+
+
+ 11594
+ 3
+ 0
+ 0
+ 0
+
+
+ 11595
+ 3
+ 0
+ 0
+ 0
+
+
+ 11596
+ 3
+ 0
+ 0
+ 0
+
+
+ 11597
+ 3
+ 0
+ 0
+ 0
+
+
+ 11598
+ 3
+ 0
+ 0
+ 0
+
+
+ 11599
+ 3
+ 0
+ 0
+ 0
+
+
+ 11600
+ 3
+ 0
+ 0
+ 0
+
+
+ 11601
+ 3
+ 0
+ 0
+ 0
+
+
+ 11602
+ 3
+ 0
+ 0
+ 0
+
+
+ 11603
+ 3
+ 0
+ 0
+ 0
+
+
+ 11604
+ 3
+ 0
+ 0
+ 0
+
+
+ 11605
+ 3
+ 0
+ 0
+ 0
+
+
+ 11606
+ 3
+ 0
+ 0
+ 0
+
+
+ 11607
+ 3
+ 0
+ 0
+ 0
+
+
+ 11608
+ 3
+ 0
+ 0
+ 0
+
+
+ 11609
+ 3
+ 0
+ 0
+ 0
+
+
+ 11610
+ 3
+ 0
+ 0
+ 0
+
+
+ 11611
+ 3
+ 0
+ 0
+ 0
+
+
+ 11612
+ 3
+ 0
+ 0
+ 0
+
+
+ 11613
+ 3
+ 0
+ 0
+ 0
+
+
+ 11614
+ 3
+ 0
+ 0
+ 0
+
+
+ 11615
+ 3
+ 0
+ 0
+ 0
+
+
+ 11616
+ 3
+ 0
+ 0
+ 0
+
+
+ 11617
+ 3
+ 0
+ 0
+ 0
+
+
+ 11618
+ 3
+ 0
+ 0
+ 0
+
+
+ 11619
+ 3
+ 0
+ 0
+ 0
+
+
+ 11620
+ 3
+ 0
+ 0
+ 0
+
+
+ 11621
+ 3
+ 0
+ 0
+ 0
+
+
+ 11622
+ 3
+ 0
+ 0
+ 0
+
+
+ 11623
+ 3
+ 0
+ 0
+ 0
+
+
+ 11624
+ 3
+ 0
+ 0
+ 0
+
+
+ 11625
+ 3
+ 0
+ 0
+ 0
+
+
+ 11626
+ 3
+ 0
+ 0
+ 0
+
+
+ 11627
+ 3
+ 0
+ 0
+ 0
+
+
+ 11628
+ 3
+ 0
+ 0
+ 0
+
+
+ 11629
+ 3
+ 0
+ 0
+ 0
+
+
+ 11630
+ 3
+ 0
+ 0
+ 0
+
+
+ 11631
+ 3
+ 0
+ 0
+ 0
+
+
+ 11632
+ 3
+ 0
+ 0
+ 0
+
+
+ 11633
+ 3
+ 0
+ 0
+ 0
+
+
+ 11634
+ 3
+ 0
+ 0
+ 0
+
+
+ 11635
+ 3
+ 0
+ 0
+ 0
+
+
+ 11636
+ 3
+ 0
+ 0
+ 0
+
+
+ 11637
+ 3
+ 0
+ 0
+ 0
+
+
+ 11638
+ 3
+ 0
+ 0
+ 0
+
+
+ 11639
+ 3
+ 0
+ 0
+ 0
+
+
+ 11640
+ 1
+ 0
+ 0
+ 0
+
+
+ 11641
+ 3
+ 0
+ 0
+ 0
+
+
+ 11642
+ 3
+ 0
+ 0
+ 0
+
+
+ 11643
+ 3
+ 0
+ 0
+ 0
+
+
+ 11644
+ 3
+ 0
+ 0
+ 0
+
+
+ 11645
+ 3
+ 0
+ 0
+ 0
+
+
+ 11646
+ 3
+ 0
+ 0
+ 0
+
+
+ 11647
+ 3
+ 0
+ 0
+ 0
+
+
+ 11648
+ 3
+ 0
+ 0
+ 0
+
+
+ 11649
+ 3
+ 0
+ 0
+ 0
+
+
+ 11650
+ 3
+ 0
+ 0
+ 0
+
+
+ 11651
+ 3
+ 0
+ 0
+ 0
+
+
+ 11652
+ 3
+ 0
+ 0
+ 0
+
+
+ 11653
+ 3
+ 0
+ 0
+ 0
+
+
+ 11654
+ 3
+ 0
+ 0
+ 0
+
+
+ 11655
+ 3
+ 0
+ 0
+ 0
+
+
+ 11656
+ 3
+ 0
+ 0
+ 0
+
+
+ 11657
+ 3
+ 0
+ 0
+ 0
+
+
+ 11658
+ 1
+ 0
+ 0
+ 0
+
+
+ 11659
+ 1
+ 0
+ 0
+ 0
+
+
+ 11660
+ 1
+ 0
+ 0
+ 0
+
+
+ 11661
+ 1
+ 0
+ 0
+ 0
+
+
+ 11662
+ 1
+ 0
+ 0
+ 0
+
+
+ 11663
+ 9851
+ 0
+ 0
+ 0
+
+
+ 11664
+ 9851
+ 0
+ 0
+ 0
+
+
+ 11665
+ 9851
+ 0
+ 0
+ 0
+
+
+ 11666
+ 100
+ 0
+ 0
+ 0
+
+
+ 11667
+ 100
+ 0
+ 0
+ 0
+
+
+ 11668
+ 100
+ 0
+ 0
+ 0
+
+
+ 11669
+ 100
+ 0
+ 0
+ 0
+
+
+ 11670
+ 100
+ 0
+ 0
+ 0
+
+
+ 11671
+ 100
+ 0
+ 0
+ 0
+
+
+ 11672
+ 100
+ 0
+ 0
+ 0
+
+
+ 11673
+ 100
+ 0
+ 0
+ 0
+
+
+ 11674
+ 9851
+ 0
+ 0
+ 0
+
+
+ 11675
+ 9851
+ 0
+ 0
+ 0
+
+
+ 11676
+ 9851
+ 0
+ 0
+ 0
+
+
+ 11677
+ 6
+ 0
+ 0
+ 0
+
+
+ 11678
+ 1
+ 0
+ 0
+ 0
+
+
+ 11679
+ 1
+ 0
+ 0
+ 0
+
+
+ 11680
+ 1
+ 0
+ 0
+ 0
+
+
+ 11681
+ 1
+ 0
+ 0
+ 0
+
+
+ 11682
+ 1
+ 0
+ 0
+ 0
+
+
+ 11683
+ 1
+ 0
+ 0
+ 0
+
+
+ 11684
+ 1
+ 0
+ 0
+ 0
+
+
+ 11685
+ 1
+ 0
+ 0
+ 0
+
+
+ 11686
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11687
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11688
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11689
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11690
+ 750000
+ 0
+ 0
+ 0
+
+
+ 11691
+ 750000
+ 0
+ 0
+ 0
+
+
+ 11692
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11693
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11694
+ 1250000
+ 0
+ 0
+ 0
+
+
+ 11695
+ 1250000
+ 0
+ 0
+ 0
+
+
+ 11696
+ 1250000
+ 0
+ 0
+ 0
+
+
+ 11697
+ 1250000
+ 0
+ 0
+ 0
+
+
+ 11698
+ 1250000
+ 0
+ 0
+ 0
+
+
+ 11699
+ 1250000
+ 0
+ 0
+ 0
+
+
+ 11700
+ 1250000
+ 0
+ 0
+ 0
+
+
+ 11701
+ 1250000
+ 0
+ 0
+ 0
+
+
+ 11702
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11703
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11704
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11705
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11706
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11707
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11708
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11709
+ 500000
+ 0
+ 0
+ 0
+
+
+ 11710
+ 250000
+ 0
+ 0
+ 0
+
+
+ 11711
+ 250000
+ 0
+ 0
+ 0
+
+
+ 11712
+ 250000
+ 0
+ 0
+ 0
+
+
+ 11713
+ 250000
+ 0
+ 0
+ 0
+
+
+ 11714
+ 250000
+ 0
+ 0
+ 0
+
+
+ 11715
+ 250000
+ 0
+ 0
+ 0
+
+
+ 11716
+ 100000
+ 0
+ 0
+ 0
+
+
+ 11717
+ 100000
+ 0
+ 0
+ 0
+
+
+ 11718
+ 20000
+ 0
+ 0
+ 0
+
+
+ 11719
+ 20000
+ 0
+ 0
+ 0
+
+
+ 11720
+ 60000
+ 0
+ 0
+ 0
+
+
+ 11721
+ 60000
+ 0
+ 0
+ 0
+
+
+ 11722
+ 50000
+ 0
+ 0
+ 0
+
+
+ 11723
+ 50000
+ 0
+ 0
+ 0
+
+
+ 11724
+ 265000
+ 0
+ 0
+ 0
+
+
+ 11725
+ 265000
+ 0
+ 0
+ 0
+
+
+ 11726
+ 272500
+ 0
+ 0
+ 0
+
+
+ 11727
+ 272500
+ 0
+ 0
+ 0
+
+
+ 11728
+ 25000
+ 0
+ 0
+ 0
+
+
+ 11729
+ 25000
+ 0
+ 0
+ 0
+
+
+ 11730
+ 130000
+ 0
+ 0
+ 0
+
+
+ 11731
+ 130000
+ 0
+ 0
+ 0
+
+
+ 11732
+ 20000
+ 0
+ 0
+ 0
+
+
+ 11733
+ 20000
+ 0
+ 0
+ 0
+
+
+ 11734
+ 1
+ 0
+ 0
+ 0
+
+
+ 11735
+ 1
+ 0
+ 0
+ 0
+
+
+ 11736
+ 17000
+ 0
+ 0
+ 0
+
+
+ 11737
+ 17000
+ 0
+ 0
+ 0
+
+
+ 11738
+ 45000
+ 0
+ 0
+ 0
+
+
+ 11739
+ 45000
+ 0
+ 0
+ 0
+
+
+ 11740
+ 1
+ 0
+ 0
+ 0
+
+
+ 11741
+ 1
+ 0
+ 0
+ 0
+
+
+ 11742
+ 1
+ 0
+ 0
+ 0
+
+
+ 11743
+ 1
+ 0
+ 0
+ 0
+
+
+ 11744
+ 1
+ 0
+ 0
+ 0
+
+
+ 11745
+ 1
+ 0
+ 0
+ 0
+
+
+ 11746
+ 1
+ 0
+ 0
+ 0
+
+
+ 11747
+ 1
+ 0
+ 0
+ 0
+
+
+ 11748
+ 1
+ 0
+ 0
+ 0
+
+
+ 11749
+ 10
+ 0
+ 0
+ 0
+
+
+ 11750
+ 1
+ 0
+ 0
+ 0
+
+
+ 11751
+ 1
+ 0
+ 0
+ 0
+
+
+ 11752
+ 1
+ 0
+ 0
+ 0
+
+
+ 11753
+ 1
+ 0
+ 0
+ 0
+
+
+ 11754
+ 1
+ 0
+ 0
+ 0
+
+
+ 11755
+ 1
+ 0
+ 0
+ 0
+
+
+ 11756
+ 1
+ 0
+ 0
+ 0
+
+
+ 11757
+ 1
+ 0
+ 0
+ 0
+
+
+ 11758
+ 1
+ 0
+ 0
+ 0
+
+
+ 11759
+ 1
+ 0
+ 0
+ 0
+
+
+ 11760
+ 1
+ 0
+ 0
+ 0
+
+
+ 11761
+ 1
+ 0
+ 0
+ 0
+
+
+ 11762
+ 1
+ 0
+ 0
+ 0
+
+
+ 11763
+ 1
+ 0
+ 0
+ 0
+
+
+ 11764
+ 1
+ 0
+ 0
+ 0
+
+
+ 11765
+ 1
+ 0
+ 0
+ 0
+
+
+ 11766
+ 1
+ 0
+ 0
+ 0
+
+
+ 11767
+ 1
+ 0
+ 0
+ 0
+
+
+ 11768
+ 1
+ 0
+ 0
+ 0
+
+
+ 11769
+ 1
+ 0
+ 0
+ 0
+
+
+ 11770
+ 1
+ 0
+ 0
+ 0
+
+
+ 11771
+ 1
+ 0
+ 0
+ 0
+
+
+ 11772
+ 1
+ 0
+ 0
+ 0
+
+
+ 11773
+ 1
+ 0
+ 0
+ 0
+
+
+ 11774
+ 1
+ 0
+ 0
+ 0
+
+
+ 11775
+ 1
+ 0
+ 0
+ 0
+
+
+ 11776
+ 1
+ 0
+ 0
+ 0
+
+
+ 11777
+ 1
+ 0
+ 0
+ 0
+
+
+ 11778
+ 1
+ 0
+ 0
+ 0
+
+
+ 11779
+ 1
+ 0
+ 0
+ 0
+
+
+ 11780
+ 1
+ 0
+ 0
+ 0
+
+
+ 11781
+ 5
+ 0
+ 0
+ 0
+
+
+ 11782
+ 1
+ 0
+ 0
+ 0
+
+
+ 11783
+ 1
+ 0
+ 0
+ 0
+
+
+ 11784
+ 1
+ 0
+ 0
+ 0
+
+
+ 11785
+ 1
+ 0
+ 0
+ 0
+
+
+ 11786
+ 1
+ 0
+ 0
+ 0
+
+
+ 11787
+ 1
+ 0
+ 0
+ 0
+
+
+ 11788
+ 1
+ 0
+ 0
+ 0
+
+
+ 11789
+ 1
+ 0
+ 0
+ 0
+
+
+ 11790
+ 1
+ 0
+ 0
+ 0
+
+
+ 11791
+ 40
+ 0
+ 0
+ 0
+
+
+ 11792
+ 1
+ 0
+ 0
+ 0
+
+
+ 11793
+ 1
+ 0
+ 0
+ 0
+
+
+ 11794
+ 20
+ 0
+ 0
+ 0
+
+
+ 11795
+ 1
+ 0
+ 0
+ 0
+
+
+ 11796
+ 1
+ 0
+ 0
+ 0
+
+
+ 11797
+ 1
+ 0
+ 0
+ 0
+
+
+ 11798
+ 1
+ 0
+ 0
+ 0
+
+
+ 11799
+ 1
+ 0
+ 0
+ 0
+
+
+ 11800
+ 1
+ 0
+ 0
+ 0
+
+
+ 11801
+ 1
+ 0
+ 0
+ 0
+
+
+ 11802
+ 1
+ 0
+ 0
+ 0
+
+
+ 11803
+ 1
+ 0
+ 0
+ 0
+
+
+ 11804
+ 1
+ 0
+ 0
+ 0
+
+
+ 11805
+ 1
+ 0
+ 0
+ 0
+
+
+ 11806
+ 1
+ 0
+ 0
+ 0
+
+
+ 11807
+ 10
+ 0
+ 0
+ 0
+
+
+ 11808
+ 20
+ 0
+ 0
+ 0
+
+
+ 11809
+ 14
+ 0
+ 0
+ 0
+
+
+ 11810
+ 13
+ 0
+ 0
+ 0
+
+
+ 11811
+ 13
+ 0
+ 0
+ 0
+
+
+ 11812
+ 13
+ 0
+ 0
+ 0
+
+
+ 11813
+ 1
+ 0
+ 0
+ 0
+
+
+ 11814
+ 20
+ 0
+ 0
+ 0
+
+
+ 11815
+ 20
+ 0
+ 0
+ 0
+
+
+ 11816
+ 20
+ 0
+ 0
+ 0
+
+
+ 11817
+ 20
+ 0
+ 0
+ 0
+
+
+ 11818
+ 20
+ 0
+ 0
+ 0
+
+
+ 11819
+ 20
+ 0
+ 0
+ 0
+
+
+ 11820
+ 20
+ 0
+ 0
+ 0
+
+
+ 11821
+ 20
+ 0
+ 0
+ 0
+
+
+ 11822
+ 20
+ 0
+ 0
+ 0
+
+
+ 11823
+ 20
+ 0
+ 0
+ 0
+
+
+ 11824
+ 20
+ 0
+ 0
+ 0
+
+
+ 11825
+ 20
+ 0
+ 0
+ 0
+
+
+ 11826
+ 20
+ 0
+ 0
+ 0
+
+
+ 11827
+ 20
+ 0
+ 0
+ 0
+
+
+ 11828
+ 20
+ 0
+ 0
+ 0
+
+
+ 11829
+ 20
+ 0
+ 0
+ 0
+
+
+ 11830
+ 20
+ 0
+ 0
+ 0
+
+
+ 11831
+ 20
+ 0
+ 0
+ 0
+
+
+ 11832
+ 20
+ 0
+ 0
+ 0
+
+
+ 11833
+ 20
+ 0
+ 0
+ 0
+
+
+ 11834
+ 20
+ 0
+ 0
+ 0
+
+
+ 11835
+ 20
+ 0
+ 0
+ 0
+
+
+ 11836
+ 20
+ 0
+ 0
+ 0
+
+
+ 11837
+ 20
+ 0
+ 0
+ 0
+
+
+ 11838
+ 20
+ 0
+ 0
+ 0
+
+
+ 11839
+ 20
+ 0
+ 0
+ 0
+
+
+ 11840
+ 20
+ 0
+ 0
+ 0
+
+
+ 11841
+ 20
+ 0
+ 0
+ 0
+
+
+ 11842
+ 20
+ 0
+ 0
+ 0
+
+
+ 11843
+ 20
+ 0
+ 0
+ 0
+
+
+ 11844
+ 20
+ 0
+ 0
+ 0
+
+
+ 11845
+ 20
+ 0
+ 0
+ 0
+
+
+ 11846
+ 20
+ 0
+ 0
+ 0
+
+
+ 11847
+ 20
+ 0
+ 0
+ 0
+
+
+ 11848
+ 20
+ 0
+ 0
+ 0
+
+
+ 11849
+ 20
+ 0
+ 0
+ 0
+
+
+ 11850
+ 20
+ 0
+ 0
+ 0
+
+
+ 11851
+ 20
+ 0
+ 0
+ 0
+
+
+ 11852
+ 20
+ 0
+ 0
+ 0
+
+
+ 11853
+ 20
+ 0
+ 0
+ 0
+
+
+ 11854
+ 20
+ 0
+ 0
+ 0
+
+
+ 11855
+ 20
+ 0
+ 0
+ 0
+
+
+ 11856
+ 20
+ 0
+ 0
+ 0
+
+
+ 11857
+ 20
+ 0
+ 0
+ 0
+
+
+ 11858
+ 20
+ 0
+ 0
+ 0
+
+
+ 11859
+ 20
+ 0
+ 0
+ 0
+
+
+ 11860
+ 20
+ 0
+ 0
+ 0
+
+
+ 11861
+ 20
+ 0
+ 0
+ 0
+
+
+ 11862
+ 20
+ 0
+ 0
+ 0
+
+
+ 11863
+ 20
+ 0
+ 0
+ 0
+
+
+ 11864
+ 20
+ 0
+ 0
+ 0
+
+
+ 11865
+ 20
+ 0
+ 0
+ 0
+
+
+ 11866
+ 20
+ 0
+ 0
+ 0
+
+
+ 11867
+ 20
+ 0
+ 0
+ 0
+
+
+ 11868
+ 20
+ 0
+ 0
+ 0
+
+
+ 11869
+ 20
+ 0
+ 0
+ 0
+
+
+ 11870
+ 20
+ 0
+ 0
+ 0
+
+
+ 11871
+ 20
+ 0
+ 0
+ 0
+
+
+ 11872
+ 20
+ 0
+ 0
+ 0
+
+
+ 11873
+ 20
+ 0
+ 0
+ 0
+
+
+ 11874
+ 20
+ 0
+ 0
+ 0
+
+
+ 11875
+ 20
+ 0
+ 0
+ 0
+
+
+ 11876
+ 20
+ 0
+ 0
+ 0
+
+
+ 11877
+ 20
+ 0
+ 0
+ 0
+
+
+ 11878
+ 20
+ 0
+ 0
+ 0
+
+
+ 11879
+ 20
+ 0
+ 0
+ 0
+
+
+ 11880
+ 20
+ 0
+ 0
+ 0
+
+
+ 11881
+ 20
+ 0
+ 0
+ 0
+
+
+ 11882
+ 20
+ 0
+ 0
+ 0
+
+
+ 11883
+ 20
+ 0
+ 0
+ 0
+
+
+ 11884
+ 20
+ 0
+ 0
+ 0
+
+
+ 11885
+ 20
+ 0
+ 0
+ 0
+
+
+ 11886
+ 20
+ 0
+ 0
+ 0
+
+
+ 11887
+ 20
+ 0
+ 0
+ 0
+
+
+ 11888
+ 20
+ 0
+ 0
+ 0
+
+
+ 11889
+ 20
+ 0
+ 0
+ 0
+
+
+ 11890
+ 20
+ 0
+ 0
+ 0
+
+
+ 11891
+ 20
+ 0
+ 0
+ 0
+
+
+ 11892
+ 20
+ 0
+ 0
+ 0
+
+
+ 11893
+ 20
+ 0
+ 0
+ 0
+
+
+ 11894
+ 20
+ 0
+ 0
+ 0
+
+
+ 11895
+ 20
+ 0
+ 0
+ 0
+
+
+ 11896
+ 20
+ 0
+ 0
+ 0
+
+
+ 11897
+ 20
+ 0
+ 0
+ 0
+
+
+ 11898
+ 20
+ 0
+ 0
+ 0
+
+
+ 11899
+ 20
+ 0
+ 0
+ 0
+
+
+ 11900
+ 20
+ 0
+ 0
+ 0
+
+
+ 11901
+ 20
+ 0
+ 0
+ 0
+
+
+ 11902
+ 20
+ 0
+ 0
+ 0
+
+
+ 11903
+ 20
+ 0
+ 0
+ 0
+
+
+ 11904
+ 20
+ 0
+ 0
+ 0
+
+
+ 11905
+ 20
+ 0
+ 0
+ 0
+
+
+ 11906
+ 20
+ 0
+ 0
+ 0
+
+
+ 11907
+ 20
+ 0
+ 0
+ 0
+
+
+ 11908
+ 20
+ 0
+ 0
+ 0
+
+
+ 11909
+ 20
+ 0
+ 0
+ 0
+
+
+ 11910
+ 20
+ 0
+ 0
+ 0
+
+
+ 11911
+ 20
+ 0
+ 0
+ 0
+
+
+ 11912
+ 20
+ 0
+ 0
+ 0
+
+
+ 11913
+ 20
+ 0
+ 0
+ 0
+
+
+ 11914
+ 20
+ 0
+ 0
+ 0
+
+
+ 11915
+ 20
+ 0
+ 0
+ 0
+
+
+ 11916
+ 20
+ 0
+ 0
+ 0
+
+
+ 11917
+ 20
+ 0
+ 0
+ 0
+
+
+ 11918
+ 20
+ 0
+ 0
+ 0
+
+
+ 11919
+ 20
+ 0
+ 0
+ 0
+
+
+ 11920
+ 20
+ 0
+ 0
+ 0
+
+
+ 11921
+ 20
+ 0
+ 0
+ 0
+
+
+ 11922
+ 20
+ 0
+ 0
+ 0
+
+
+ 11923
+ 20
+ 0
+ 0
+ 0
+
+
+ 11924
+ 20
+ 0
+ 0
+ 0
+
+
+ 11925
+ 20
+ 0
+ 0
+ 0
+
+
+ 11926
+ 20
+ 0
+ 0
+ 0
+
+
+ 11927
+ 20
+ 0
+ 0
+ 0
+
+
+ 11928
+ 20
+ 0
+ 0
+ 0
+
+
+ 11929
+ 20
+ 0
+ 0
+ 0
+
+
+ 11930
+ 20
+ 0
+ 0
+ 0
+
+
+ 11931
+ 20
+ 0
+ 0
+ 0
+
+
+ 11932
+ 20
+ 0
+ 0
+ 0
+
+
+ 11933
+ 20
+ 0
+ 0
+ 0
+
+
+ 11934
+ 20
+ 0
+ 0
+ 0
+
+
+ 11935
+ 20
+ 0
+ 0
+ 0
+
+
+ 11936
+ 20
+ 0
+ 0
+ 0
+
+
+ 11937
+ 20
+ 0
+ 0
+ 0
+
+
+ 11938
+ 20
+ 0
+ 0
+ 0
+
+
+ 11939
+ 20
+ 0
+ 0
+ 0
+
+
+ 11940
+ 20
+ 0
+ 0
+ 0
+
+
+ 11941
+ 20
+ 0
+ 0
+ 0
+
+
+ 11942
+ 20
+ 0
+ 0
+ 0
+
+
+ 11943
+ 20
+ 0
+ 0
+ 0
+
+
+ 11944
+ 20
+ 0
+ 0
+ 0
+
+
+ 11945
+ 20
+ 0
+ 0
+ 0
+
+
+ 11946
+ 20
+ 0
+ 0
+ 0
+
+
+ 11947
+ 20
+ 0
+ 0
+ 0
+
+
+ 11948
+ 1
+ 0
+ 0
+ 0
+
+
+ 11949
+ 1
+ 0
+ 0
+ 0
+
+
+ 11950
+ 1
+ 0
+ 0
+ 0
+
+
+ 11951
+ 1
+ 0
+ 0
+ 0
+
+
+ 11952
+ 1
+ 0
+ 0
+ 0
+
+
+ 11953
+ 1
+ 0
+ 0
+ 0
+
+
+ 11954
+ 1
+ 0
+ 0
+ 0
+
+
+ 11955
+ 1
+ 0
+ 0
+ 0
+
+
+ 11956
+ 1
+ 0
+ 0
+ 0
+
+
+ 11957
+ 1
+ 0
+ 0
+ 0
+
+
+ 11958
+ 1
+ 0
+ 0
+ 0
+
+
+ 11959
+ 1
+ 0
+ 0
+ 0
+
+
+ 11960
+ 20
+ 0
+ 0
+ 0
+
+
+ 11961
+ 20
+ 0
+ 0
+ 0
+
+
+ 11962
+ 20
+ 0
+ 0
+ 0
+
+
+ 11963
+ 20
+ 0
+ 0
+ 0
+
+
+ 11964
+ 1
+ 0
+ 0
+ 0
+
+
+ 11965
+ 1
+ 0
+ 0
+ 0
+
+
+ 11966
+ 1
+ 0
+ 0
+ 0
+
+
+ 11967
+ 20
+ 0
+ 0
+ 0
+
+
+ 11968
+ 20
+ 0
+ 0
+ 0
+
+
+ 11969
+ 100
+ 0
+ 0
+ 0
+
+
+ 11970
+ 1
+ 0
+ 0
+ 0
+
+
+ 11971
+ 1
+ 0
+ 0
+ 0
+
+
+ 11972
+ 1
+ 0
+ 0
+ 0
+
+
+ 11973
+ 1
+ 0
+ 0
+ 0
+
+
+ 11974
+ 1
+ 0
+ 0
+ 0
+
+
+ 11975
+ 1
+ 0
+ 0
+ 0
+
+
+ 11976
+ 1
+ 0
+ 0
+ 0
+
+
+ 11977
+ 1
+ 0
+ 0
+ 0
+
+
+ 11978
+ 1
+ 0
+ 0
+ 0
+
+
+ 11979
+ 1
+ 0
+ 0
+ 0
+
+
+ 11980
+ 1
+ 0
+ 0
+ 0
+
+
+ 11981
+ 1
+ 0
+ 0
+ 0
+
+
+ 11982
+ 1
+ 0
+ 0
+ 0
+
+
+ 11983
+ 1
+ 0
+ 0
+ 0
+
+
+ 11984
+ 1
+ 0
+ 0
+ 0
+
+
+ 11985
+ 1
+ 0
+ 0
+ 0
+
+
+ 11986
+ 1
+ 0
+ 0
+ 0
+
+
+ 11987
+ 1
+ 0
+ 0
+ 0
+
+
+ 11988
+ 1
+ 0
+ 0
+ 0
+
+
+ 11989
+ 1
+ 0
+ 0
+ 0
+
+
+ 11990
+ 1
+ 0
+ 0
+ 0
+
+
+ 11991
+ 1
+ 0
+ 0
+ 0
+
+
+ 11992
+ 1
+ 0
+ 0
+ 0
+
+
+ 11993
+ 1
+ 0
+ 0
+ 0
+
+
+ 11994
+ 1
+ 0
+ 0
+ 0
+
+
+ 11995
+ 1
+ 0
+ 0
+ 0
+
+
+ 11996
+ 1
+ 0
+ 0
+ 0
+
+
+ 11997
+ 1
+ 0
+ 0
+ 0
+
+
+ 11998
+ 1
+ 0
+ 0
+ 0
+
+
+ 11999
+ 1
+ 0
+ 0
+ 0
+
+
+ 12000
+ 1
+ 0
+ 0
+ 0
+
+
+ 12001
+ 1
+ 0
+ 0
+ 0
+
+
+ 12002
+ 1
+ 0
+ 0
+ 0
+
+
+ 12003
+ 1
+ 0
+ 0
+ 0
+
+
+ 12004
+ 1
+ 0
+ 0
+ 0
+
+
+ 12005
+ 1
+ 0
+ 0
+ 0
+
+
+ 12006
+ 1
+ 0
+ 0
+ 0
+
+
+ 12007
+ 724
+ 0
+ 0
+ 0
+
+
+ 12008
+ 724
+ 0
+ 0
+ 0
+
+
+ 12009
+ 599
+ 0
+ 0
+ 0
+
+
+ 12010
+ 599
+ 0
+ 0
+ 0
+
+
+ 12011
+ 4624
+ 0
+ 0
+ 0
+
+
+ 12012
+ 4624
+ 0
+ 0
+ 0
+
+
+ 12013
+ 3524
+ 0
+ 0
+ 0
+
+
+ 12014
+ 3524
+ 0
+ 0
+ 0
+
+
+ 12015
+ 3324
+ 0
+ 0
+ 0
+
+
+ 12016
+ 3324
+ 0
+ 0
+ 0
+
+
+ 12017
+ 449
+ 0
+ 0
+ 0
+
+
+ 12018
+ 449
+ 0
+ 0
+ 0
+
+
+ 12019
+ 649
+ 0
+ 0
+ 0
+
+
+ 12020
+ 649
+ 0
+ 0
+ 0
+
+
+ 12021
+ 2224
+ 0
+ 0
+ 0
+
+
+ 12022
+ 2224
+ 0
+ 0
+ 0
+
+
+ 12023
+ 4024
+ 0
+ 0
+ 0
+
+
+ 12024
+ 4024
+ 0
+ 0
+ 0
+
+
+ 12025
+ 3624
+ 0
+ 0
+ 0
+
+
+ 12026
+ 3624
+ 0
+ 0
+ 0
+
+
+ 12027
+ 4199
+ 0
+ 0
+ 0
+
+
+ 12028
+ 4199
+ 0
+ 0
+ 0
+
+
+ 12029
+ 3174
+ 0
+ 0
+ 0
+
+
+ 12030
+ 3174
+ 0
+ 0
+ 0
+
+
+ 12031
+ 449
+ 0
+ 0
+ 0
+
+
+ 12032
+ 449
+ 0
+ 0
+ 0
+
+
+ 12033
+ 3674
+ 0
+ 0
+ 0
+
+
+ 12034
+ 3674
+ 0
+ 0
+ 0
+
+
+ 12035
+ 3074
+ 0
+ 0
+ 0
+
+
+ 12036
+ 3074
+ 0
+ 0
+ 0
+
+
+ 12037
+ 3399
+ 0
+ 0
+ 0
+
+
+ 12038
+ 3399
+ 0
+ 0
+ 0
+
+
+ 12039
+ 3924
+ 0
+ 0
+ 0
+
+
+ 12040
+ 3924
+ 0
+ 0
+ 0
+
+
+ 12041
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12042
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12043
+ 624
+ 0
+ 0
+ 0
+
+
+ 12044
+ 624
+ 0
+ 0
+ 0
+
+
+ 12045
+ 3624
+ 0
+ 0
+ 0
+
+
+ 12046
+ 3624
+ 0
+ 0
+ 0
+
+
+ 12047
+ 599
+ 0
+ 0
+ 0
+
+
+ 12048
+ 599
+ 0
+ 0
+ 0
+
+
+ 12049
+ 1549
+ 0
+ 0
+ 0
+
+
+ 12050
+ 1549
+ 0
+ 0
+ 0
+
+
+ 12051
+ 3024
+ 0
+ 0
+ 0
+
+
+ 12052
+ 3024
+ 0
+ 0
+ 0
+
+
+ 12053
+ 2449
+ 0
+ 0
+ 0
+
+
+ 12054
+ 2449
+ 0
+ 0
+ 0
+
+
+ 12055
+ 1849
+ 0
+ 0
+ 0
+
+
+ 12056
+ 1849
+ 0
+ 0
+ 0
+
+
+ 12057
+ 774
+ 0
+ 0
+ 0
+
+
+ 12058
+ 774
+ 0
+ 0
+ 0
+
+
+ 12059
+ 624
+ 0
+ 0
+ 0
+
+
+ 12060
+ 624
+ 0
+ 0
+ 0
+
+
+ 12061
+ 3349
+ 0
+ 0
+ 0
+
+
+ 12062
+ 3349
+ 0
+ 0
+ 0
+
+
+ 12063
+ 1699
+ 0
+ 0
+ 0
+
+
+ 12064
+ 1699
+ 0
+ 0
+ 0
+
+
+ 12065
+ 2524
+ 0
+ 0
+ 0
+
+
+ 12066
+ 2524
+ 0
+ 0
+ 0
+
+
+ 12067
+ 2299
+ 0
+ 0
+ 0
+
+
+ 12068
+ 2299
+ 0
+ 0
+ 0
+
+
+ 12069
+ 4574
+ 0
+ 0
+ 0
+
+
+ 12070
+ 4574
+ 0
+ 0
+ 0
+
+
+ 12071
+ 2374
+ 0
+ 0
+ 0
+
+
+ 12072
+ 2374
+ 0
+ 0
+ 0
+
+
+ 12073
+ 2974
+ 0
+ 0
+ 0
+
+
+ 12074
+ 2974
+ 0
+ 0
+ 0
+
+
+ 12075
+ 3549
+ 0
+ 0
+ 0
+
+
+ 12076
+ 3549
+ 0
+ 0
+ 0
+
+
+ 12077
+ 3949
+ 0
+ 0
+ 0
+
+
+ 12078
+ 3949
+ 0
+ 0
+ 0
+
+
+ 12079
+ 4224
+ 0
+ 0
+ 0
+
+
+ 12080
+ 4224
+ 0
+ 0
+ 0
+
+
+ 12081
+ 4024
+ 0
+ 0
+ 0
+
+
+ 12082
+ 4024
+ 0
+ 0
+ 0
+
+
+ 12083
+ 449
+ 0
+ 0
+ 0
+
+
+ 12084
+ 449
+ 0
+ 0
+ 0
+
+
+ 12085
+ 3949
+ 0
+ 0
+ 0
+
+
+ 12086
+ 3949
+ 0
+ 0
+ 0
+
+
+ 12087
+ 699
+ 0
+ 0
+ 0
+
+
+ 12088
+ 699
+ 0
+ 0
+ 0
+
+
+ 12089
+ 5499
+ 0
+ 0
+ 0
+
+
+ 12090
+ 5499
+ 0
+ 0
+ 0
+
+
+ 12091
+ 1599
+ 0
+ 0
+ 0
+
+
+ 12092
+ 1599
+ 0
+ 0
+ 0
+
+
+ 12093
+ 5699
+ 0
+ 0
+ 0
+
+
+ 12094
+ 5699
+ 0
+ 0
+ 0
+
+
+ 12095
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12096
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12097
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12098
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12099
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12100
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12101
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12102
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12103
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12104
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12105
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12106
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12107
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12108
+ 2624
+ 0
+ 0
+ 0
+
+
+ 12109
+ 100
+ 0
+ 0
+ 0
+
+
+ 12110
+ 100
+ 0
+ 0
+ 0
+
+
+ 12111
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12112
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12113
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12114
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12115
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12116
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12117
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12118
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12119
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12120
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12121
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12122
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12123
+ 699
+ 0
+ 0
+ 0
+
+
+ 12124
+ 699
+ 0
+ 0
+ 0
+
+
+ 12125
+ 10
+ 0
+ 0
+ 0
+
+
+ 12126
+ 10
+ 0
+ 0
+ 0
+
+
+ 12127
+ 10
+ 0
+ 0
+ 0
+
+
+ 12128
+ 10
+ 0
+ 0
+ 0
+
+
+ 12129
+ 1
+ 0
+ 0
+ 0
+
+
+ 12130
+ 10
+ 0
+ 0
+ 0
+
+
+ 12131
+ 10
+ 0
+ 0
+ 0
+
+
+ 12132
+ 200
+ 0
+ 0
+ 0
+
+
+ 12133
+ 200
+ 0
+ 0
+ 0
+
+
+ 12134
+ 30
+ 0
+ 0
+ 0
+
+
+ 12135
+ 30
+ 0
+ 0
+ 0
+
+
+ 12136
+ 20
+ 0
+ 0
+ 0
+
+
+ 12137
+ 20
+ 0
+ 0
+ 0
+
+
+ 12138
+ 10
+ 0
+ 0
+ 0
+
+
+ 12139
+ 10
+ 0
+ 0
+ 0
+
+
+ 12140
+ 190
+ 0
+ 0
+ 0
+
+
+ 12141
+ 190
+ 0
+ 0
+ 0
+
+
+ 12142
+ 152
+ 0
+ 0
+ 0
+
+
+ 12143
+ 152
+ 0
+ 0
+ 0
+
+
+ 12144
+ 114
+ 0
+ 0
+ 0
+
+
+ 12145
+ 114
+ 0
+ 0
+ 0
+
+
+ 12146
+ 76
+ 0
+ 0
+ 0
+
+
+ 12147
+ 76
+ 0
+ 0
+ 0
+
+
+ 12148
+ 20
+ 0
+ 0
+ 0
+
+
+ 12149
+ 1
+ 0
+ 0
+ 0
+
+
+ 12150
+ 1
+ 0
+ 0
+ 0
+
+
+ 12151
+ 1
+ 0
+ 0
+ 0
+
+
+ 12152
+ 1
+ 0
+ 0
+ 0
+
+
+ 12153
+ 50
+ 0
+ 0
+ 0
+
+
+ 12154
+ 50
+ 0
+ 0
+ 0
+
+
+ 12155
+ 1
+ 0
+ 0
+ 0
+
+
+ 12156
+ 5
+ 0
+ 0
+ 0
+
+
+ 12157
+ 5
+ 0
+ 0
+ 0
+
+
+ 12158
+ 100
+ 0
+ 0
+ 0
+
+
+ 12159
+ 100
+ 0
+ 0
+ 0
+
+
+ 12160
+ 100
+ 0
+ 0
+ 0
+
+
+ 12161
+ 1
+ 0
+ 0
+ 0
+
+
+ 12162
+ 1
+ 0
+ 0
+ 0
+
+
+ 12163
+ 100
+ 0
+ 0
+ 0
+
+
+ 12164
+ 1
+ 0
+ 0
+ 0
+
+
+ 12165
+ 1
+ 0
+ 0
+ 0
+
+
+ 12166
+ 1
+ 0
+ 0
+ 0
+
+
+ 12167
+ 1
+ 0
+ 0
+ 0
+
+
+ 12168
+ 1
+ 0
+ 0
+ 0
+
+
+ 12169
+ 99000
+ 0
+ 0
+ 0
+
+
+ 12170
+ 99000
+ 0
+ 0
+ 0
+
+
+ 12171
+ 1
+ 0
+ 0
+ 0
+
+
+ 12172
+ 24
+ 0
+ 0
+ 0
+
+
+ 12173
+ 24
+ 0
+ 0
+ 0
+
+
+ 12174
+ 1
+ 0
+ 0
+ 0
+
+
+ 12175
+ 1
+ 0
+ 0
+ 0
+
+
+ 12176
+ 18
+ 0
+ 0
+ 0
+
+
+ 12177
+ 1
+ 0
+ 0
+ 0
+
+
+ 12178
+ 1
+ 0
+ 0
+ 0
+
+
+ 12179
+ 1
+ 0
+ 0
+ 0
+
+
+ 12180
+ 1
+ 0
+ 0
+ 0
+
+
+ 12181
+ 23
+ 0
+ 0
+ 0
+
+
+ 12182
+ 23
+ 0
+ 0
+ 0
+
+
+ 12183
+ 25
+ 0
+ 0
+ 0
+
+
+ 12184
+ 1
+ 0
+ 0
+ 0
+
+
+ 12185
+ 1
+ 0
+ 0
+ 0
+
+
+ 12186
+ 1
+ 0
+ 0
+ 0
+
+
+ 12187
+ 1
+ 0
+ 0
+ 0
+
+
+ 12188
+ 1
+ 0
+ 0
+ 0
+
+
+ 12189
+ 1
+ 0
+ 0
+ 0
+
+
+ 12190
+ 1
+ 0
+ 0
+ 0
+
+
+ 12191
+ 1
+ 0
+ 0
+ 0
+
+
+ 12192
+ 1
+ 0
+ 0
+ 0
+
+
+ 12193
+ 1
+ 0
+ 0
+ 0
+
+
+ 12194
+ 1
+ 0
+ 0
+ 0
+
+
+ 12195
+ 1
+ 0
+ 0
+ 0
+
+
+ 12196
+ 1
+ 0
+ 0
+ 0
+
+
+ 12197
+ 1
+ 0
+ 0
+ 0
+
+
+ 12198
+ 1
+ 0
+ 0
+ 0
+
+
+ 12199
+ 1
+ 0
+ 0
+ 0
+
+
+ 12200
+ 1
+ 0
+ 0
+ 0
+
+
+ 12201
+ 1
+ 0
+ 0
+ 0
+
+
+ 12202
+ 1
+ 0
+ 0
+ 0
+
+
+ 12203
+ 1
+ 0
+ 0
+ 0
+
+
+ 12204
+ 100
+ 0
+ 0
+ 0
+
+
+ 12205
+ 100
+ 0
+ 0
+ 0
+
+
+ 12206
+ 1
+ 0
+ 0
+ 0
+
+
+ 12207
+ 200
+ 0
+ 0
+ 0
+
+
+ 12208
+ 200
+ 0
+ 0
+ 0
+
+
+ 12209
+ 1
+ 0
+ 0
+ 0
+
+
+ 12210
+ 400
+ 0
+ 0
+ 0
+
+
+ 12211
+ 400
+ 0
+ 0
+ 0
+
+
+ 12212
+ 1
+ 0
+ 0
+ 0
+
+
+ 12213
+ 400
+ 0
+ 0
+ 0
+
+
+ 12214
+ 400
+ 0
+ 0
+ 0
+
+
+ 12215
+ 1
+ 0
+ 0
+ 0
+
+
+ 12216
+ 400
+ 0
+ 0
+ 0
+
+
+ 12217
+ 400
+ 0
+ 0
+ 0
+
+
+ 12218
+ 1
+ 0
+ 0
+ 0
+
+
+ 12219
+ 400
+ 0
+ 0
+ 0
+
+
+ 12220
+ 400
+ 0
+ 0
+ 0
+
+
+ 12221
+ 1
+ 0
+ 0
+ 0
+
+
+ 12222
+ 400
+ 0
+ 0
+ 0
+
+
+ 12223
+ 400
+ 0
+ 0
+ 0
+
+
+ 12224
+ 1
+ 0
+ 0
+ 0
+
+
+ 12225
+ 1
+ 0
+ 0
+ 0
+
+
+ 12226
+ 1
+ 0
+ 0
+ 0
+
+
+ 12227
+ 1
+ 0
+ 0
+ 0
+
+
+ 12228
+ 1
+ 0
+ 0
+ 0
+
+
+ 12229
+ 1
+ 0
+ 0
+ 0
+
+
+ 12230
+ 1
+ 0
+ 0
+ 0
+
+
+ 12231
+ 1
+ 0
+ 0
+ 0
+
+
+ 12232
+ 1
+ 0
+ 0
+ 0
+
+
+ 12233
+ 1
+ 0
+ 0
+ 0
+
+
+ 12234
+ 1
+ 0
+ 0
+ 0
+
+
+ 12235
+ 1
+ 0
+ 0
+ 0
+
+
+ 12236
+ 1
+ 0
+ 0
+ 0
+
+
+ 12237
+ 1
+ 0
+ 0
+ 0
+
+
+ 12238
+ 1
+ 0
+ 0
+ 0
+
+
+ 12239
+ 1
+ 0
+ 0
+ 0
+
+
+ 12240
+ 1
+ 0
+ 0
+ 0
+
+
+ 12241
+ 1
+ 0
+ 0
+ 0
+
+
+ 12242
+ 1
+ 0
+ 0
+ 0
+
+
+ 12243
+ 1
+ 0
+ 0
+ 0
+
+
+ 12244
+ 1
+ 0
+ 0
+ 0
+
+
+ 12245
+ 1
+ 0
+ 0
+ 0
+
+
+ 12246
+ 1
+ 0
+ 0
+ 0
+
+
+ 12247
+ 1
+ 0
+ 0
+ 0
+
+
+ 12248
+ 1
+ 0
+ 0
+ 0
+
+
+ 12249
+ 1
+ 0
+ 0
+ 0
+
+
+ 12250
+ 1
+ 0
+ 0
+ 0
+
+
+ 12251
+ 1
+ 0
+ 0
+ 0
+
+
+ 12252
+ 1
+ 0
+ 0
+ 0
+
+
+ 12253
+ 1
+ 0
+ 0
+ 0
+
+
+ 12254
+ 1
+ 0
+ 0
+ 0
+
+
+ 12255
+ 1
+ 0
+ 0
+ 0
+
+
+ 12256
+ 1
+ 0
+ 0
+ 0
+
+
+ 12257
+ 1
+ 0
+ 0
+ 0
+
+
+ 12258
+ 1
+ 0
+ 0
+ 0
+
+
+ 12259
+ 1
+ 0
+ 0
+ 0
+
+
+ 12260
+ 1
+ 0
+ 0
+ 0
+
+
+ 12261
+ 1
+ 0
+ 0
+ 0
+
+
+ 12262
+ 1
+ 0
+ 0
+ 0
+
+
+ 12263
+ 1
+ 0
+ 0
+ 0
+
+
+ 12264
+ 1
+ 0
+ 0
+ 0
+
+
+ 12265
+ 1
+ 0
+ 0
+ 0
+
+
+ 12266
+ 1
+ 0
+ 0
+ 0
+
+
+ 12267
+ 1
+ 0
+ 0
+ 0
+
+
+ 12268
+ 1
+ 0
+ 0
+ 0
+
+
+ 12269
+ 1
+ 0
+ 0
+ 0
+
+
+ 12270
+ 1
+ 0
+ 0
+ 0
+
+
+ 12271
+ 1
+ 0
+ 0
+ 0
+
+
+ 12272
+ 1
+ 0
+ 0
+ 0
+
+
+ 12273
+ 1
+ 0
+ 0
+ 0
+
+
+ 12274
+ 1
+ 0
+ 0
+ 0
+
+
+ 12275
+ 1
+ 0
+ 0
+ 0
+
+
+ 12276
+ 1
+ 0
+ 0
+ 0
+
+
+ 12277
+ 1
+ 0
+ 0
+ 0
+
+
+ 12278
+ 1
+ 0
+ 0
+ 0
+
+
+ 12279
+ 1
+ 0
+ 0
+ 0
+
+
+ 12280
+ 1
+ 0
+ 0
+ 0
+
+
+ 12281
+ 1
+ 0
+ 0
+ 0
+
+
+ 12282
+ 1
+ 0
+ 0
+ 0
+
+
+ 12283
+ 1
+ 0
+ 0
+ 0
+
+
+ 12284
+ 1
+ 0
+ 0
+ 0
+
+
+ 12285
+ 1
+ 0
+ 0
+ 0
+
+
+ 12286
+ 1
+ 0
+ 0
+ 0
+
+
+ 12287
+ 1
+ 0
+ 0
+ 0
+
+
+ 12288
+ 1
+ 0
+ 0
+ 0
+
+
+ 12289
+ 1
+ 0
+ 0
+ 0
+
+
+ 12290
+ 1
+ 0
+ 0
+ 0
+
+
+ 12291
+ 1
+ 0
+ 0
+ 0
+
+
+ 12292
+ 1
+ 0
+ 0
+ 0
+
+
+ 12293
+ 1
+ 0
+ 0
+ 0
+
+
+ 12294
+ 1
+ 0
+ 0
+ 0
+
+
+ 12295
+ 1
+ 0
+ 0
+ 0
+
+
+ 12296
+ 1
+ 0
+ 0
+ 0
+
+
+ 12297
+ 1
+ 0
+ 0
+ 0
+
+
+ 12298
+ 1
+ 0
+ 0
+ 0
+
+
+ 12299
+ 1
+ 0
+ 0
+ 0
+
+
+ 12300
+ 1
+ 0
+ 0
+ 0
+
+
+ 12301
+ 1
+ 0
+ 0
+ 0
+
+
+ 12302
+ 1
+ 0
+ 0
+ 0
+
+
+ 12303
+ 1
+ 0
+ 0
+ 0
+
+
+ 12304
+ 1
+ 0
+ 0
+ 0
+
+
+ 12305
+ 1
+ 0
+ 0
+ 0
+
+
+ 12306
+ 1
+ 0
+ 0
+ 0
+
+
+ 12307
+ 1
+ 0
+ 0
+ 0
+
+
+ 12308
+ 1
+ 0
+ 0
+ 0
+
+
+ 12309
+ 1
+ 0
+ 0
+ 0
+
+
+ 12310
+ 1
+ 0
+ 0
+ 0
+
+
+ 12311
+ 1
+ 0
+ 0
+ 0
+
+
+ 12312
+ 1
+ 0
+ 0
+ 0
+
+
+ 12313
+ 1
+ 0
+ 0
+ 0
+
+
+ 12314
+ 1
+ 0
+ 0
+ 0
+
+
+ 12315
+ 1
+ 0
+ 0
+ 0
+
+
+ 12316
+ 1
+ 0
+ 0
+ 0
+
+
+ 12317
+ 1
+ 0
+ 0
+ 0
+
+
+ 12318
+ 1
+ 0
+ 0
+ 0
+
+
+ 12319
+ 1
+ 0
+ 0
+ 0
+
+
+ 12320
+ 1
+ 0
+ 0
+ 0
+
+
+ 12321
+ 1
+ 0
+ 0
+ 0
+
+
+ 12322
+ 1
+ 0
+ 0
+ 0
+
+
+ 12323
+ 1
+ 0
+ 0
+ 0
+
+
+ 12324
+ 1
+ 0
+ 0
+ 0
+
+
+ 12325
+ 1
+ 0
+ 0
+ 0
+
+
+ 12326
+ 1
+ 0
+ 0
+ 0
+
+
+ 12327
+ 1
+ 0
+ 0
+ 0
+
+
+ 12328
+ 1
+ 0
+ 0
+ 0
+
+
+ 12329
+ 1
+ 0
+ 0
+ 0
+
+
+ 12330
+ 1
+ 0
+ 0
+ 0
+
+
+ 12331
+ 1
+ 0
+ 0
+ 0
+
+
+ 12332
+ 1
+ 0
+ 0
+ 0
+
+
+ 12333
+ 1
+ 0
+ 0
+ 0
+
+
+ 12334
+ 1
+ 0
+ 0
+ 0
+
+
+ 12335
+ 1
+ 0
+ 0
+ 0
+
+
+ 12336
+ 1
+ 0
+ 0
+ 0
+
+
+ 12337
+ 1
+ 0
+ 0
+ 0
+
+
+ 12338
+ 1
+ 0
+ 0
+ 0
+
+
+ 12339
+ 1
+ 0
+ 0
+ 0
+
+
+ 12340
+ 1
+ 0
+ 0
+ 0
+
+
+ 12341
+ 1
+ 0
+ 0
+ 0
+
+
+ 12342
+ 1
+ 0
+ 0
+ 0
+
+
+ 12343
+ 1
+ 0
+ 0
+ 0
+
+
+ 12344
+ 1
+ 0
+ 0
+ 0
+
+
+ 12345
+ 1
+ 0
+ 0
+ 0
+
+
+ 12346
+ 1
+ 0
+ 0
+ 0
+
+
+ 12347
+ 1
+ 0
+ 0
+ 0
+
+
+ 12348
+ 1
+ 0
+ 0
+ 0
+
+
+ 12349
+ 1
+ 0
+ 0
+ 0
+
+
+ 12350
+ 1
+ 0
+ 0
+ 0
+
+
+ 12351
+ 1
+ 0
+ 0
+ 0
+
+
+ 12352
+ 1
+ 0
+ 0
+ 0
+
+
+ 12353
+ 1
+ 0
+ 0
+ 0
+
+
+ 12354
+ 1
+ 0
+ 0
+ 0
+
+
+ 12355
+ 1
+ 0
+ 0
+ 0
+
+
+ 12356
+ 1
+ 0
+ 0
+ 0
+
+
+ 12357
+ 1
+ 0
+ 0
+ 0
+
+
+ 12358
+ 1
+ 0
+ 0
+ 0
+
+
+ 12359
+ 1
+ 0
+ 0
+ 0
+
+
+ 12360
+ 1
+ 0
+ 0
+ 0
+
+
+ 12361
+ 1
+ 0
+ 0
+ 0
+
+
+ 12362
+ 1
+ 0
+ 0
+ 0
+
+
+ 12363
+ 1
+ 0
+ 0
+ 0
+
+
+ 12364
+ 1
+ 0
+ 0
+ 0
+
+
+ 12365
+ 1
+ 0
+ 0
+ 0
+
+
+ 12366
+ 1
+ 0
+ 0
+ 0
+
+
+ 12367
+ 1
+ 0
+ 0
+ 0
+
+
+ 12368
+ 1
+ 0
+ 0
+ 0
+
+
+ 12369
+ 1
+ 0
+ 0
+ 0
+
+
+ 12370
+ 1
+ 0
+ 0
+ 0
+
+
+ 12371
+ 1
+ 0
+ 0
+ 0
+
+
+ 12372
+ 1
+ 0
+ 0
+ 0
+
+
+ 12373
+ 1
+ 0
+ 0
+ 0
+
+
+ 12374
+ 1
+ 0
+ 0
+ 0
+
+
+ 12375
+ 1
+ 0
+ 0
+ 0
+
+
+ 12376
+ 1
+ 0
+ 0
+ 0
+
+
+ 12377
+ 1
+ 0
+ 0
+ 0
+
+
+ 12378
+ 1
+ 0
+ 0
+ 0
+
+
+ 12379
+ 1
+ 0
+ 0
+ 0
+
+
+ 12380
+ 1
+ 0
+ 0
+ 0
+
+
+ 12381
+ 1
+ 0
+ 0
+ 0
+
+
+ 12382
+ 1
+ 0
+ 0
+ 0
+
+
+ 12383
+ 1
+ 0
+ 0
+ 0
+
+
+ 12384
+ 1
+ 0
+ 0
+ 0
+
+
+ 12385
+ 1
+ 0
+ 0
+ 0
+
+
+ 12386
+ 1
+ 0
+ 0
+ 0
+
+
+ 12387
+ 1
+ 0
+ 0
+ 0
+
+
+ 12388
+ 1
+ 0
+ 0
+ 0
+
+
+ 12389
+ 1
+ 0
+ 0
+ 0
+
+
+ 12390
+ 1
+ 0
+ 0
+ 0
+
+
+ 12391
+ 1
+ 0
+ 0
+ 0
+
+
+ 12392
+ 1
+ 0
+ 0
+ 0
+
+
+ 12393
+ 1
+ 0
+ 0
+ 0
+
+
+ 12394
+ 1
+ 0
+ 0
+ 0
+
+
+ 12395
+ 1
+ 0
+ 0
+ 0
+
+
+ 12396
+ 1
+ 0
+ 0
+ 0
+
+
+ 12397
+ 1
+ 0
+ 0
+ 0
+
+
+ 12398
+ 1
+ 0
+ 0
+ 0
+
+
+ 12399
+ 1
+ 0
+ 0
+ 0
+
+
+ 12400
+ 1
+ 0
+ 0
+ 0
+
+
+ 12401
+ 1
+ 0
+ 0
+ 0
+
+
+ 12402
+ 1
+ 0
+ 0
+ 0
+
+
+ 12403
+ 1
+ 0
+ 0
+ 0
+
+
+ 12404
+ 1
+ 0
+ 0
+ 0
+
+
+ 12405
+ 1
+ 0
+ 0
+ 0
+
+
+ 12406
+ 1
+ 0
+ 0
+ 0
+
+
+ 12407
+ 1
+ 0
+ 0
+ 0
+
+
+ 12408
+ 1
+ 0
+ 0
+ 0
+
+
+ 12409
+ 1
+ 0
+ 0
+ 0
+
+
+ 12410
+ 1
+ 0
+ 0
+ 0
+
+
+ 12411
+ 1
+ 0
+ 0
+ 0
+
+
+ 12412
+ 1
+ 0
+ 0
+ 0
+
+
+ 12413
+ 1
+ 0
+ 0
+ 0
+
+
+ 12414
+ 1
+ 0
+ 0
+ 0
+
+
+ 12415
+ 1
+ 0
+ 0
+ 0
+
+
+ 12416
+ 1
+ 0
+ 0
+ 0
+
+
+ 12417
+ 1
+ 0
+ 0
+ 0
+
+
+ 12418
+ 1
+ 0
+ 0
+ 0
+
+
+ 12419
+ 1
+ 0
+ 0
+ 0
+
+
+ 12420
+ 1
+ 0
+ 0
+ 0
+
+
+ 12421
+ 1
+ 0
+ 0
+ 0
+
+
+ 12422
+ 237
+ 0
+ 0
+ 0
+
+
+ 12423
+ 367
+ 0
+ 0
+ 0
+
+
+ 12424
+ 314
+ 0
+ 0
+ 0
+
+
+ 12425
+ 59
+ 0
+ 0
+ 0
+
+
+ 12426
+ 262
+ 0
+ 0
+ 0
+
+
+ 12427
+ 339
+ 0
+ 0
+ 0
+
+
+ 12428
+ 62
+ 0
+ 0
+ 0
+
+
+ 12429
+ 222
+ 0
+ 0
+ 0
+
+
+ 12430
+ 229
+ 0
+ 0
+ 0
+
+
+ 12431
+ 69
+ 0
+ 0
+ 0
+
+
+ 12432
+ 184
+ 0
+ 0
+ 0
+
+
+ 12433
+ 252
+ 0
+ 0
+ 0
+
+
+ 12434
+ 392
+ 0
+ 0
+ 0
+
+
+ 12435
+ 569
+ 0
+ 0
+ 0
+
+
+ 12436
+ 332
+ 0
+ 0
+ 0
+
+
+ 12437
+ 549
+ 0
+ 0
+ 0
+
+
+ 12438
+ 317
+ 0
+ 0
+ 0
+
+
+ 12439
+ 44
+ 0
+ 0
+ 0
+
+
+ 12440
+ 159
+ 0
+ 0
+ 0
+
+
+ 12441
+ 72
+ 0
+ 0
+ 0
+
+
+ 12442
+ 362
+ 0
+ 0
+ 0
+
+
+ 12443
+ 227
+ 0
+ 0
+ 0
+
+
+ 12444
+ 334
+ 0
+ 0
+ 0
+
+
+ 12445
+ 62
+ 0
+ 0
+ 0
+
+
+ 12446
+ 169
+ 0
+ 0
+ 0
+
+
+ 12447
+ 244
+ 0
+ 0
+ 0
+
+
+ 12448
+ 302
+ 0
+ 0
+ 0
+
+
+ 12449
+ 457
+ 0
+ 0
+ 0
+
+
+ 12450
+ 462
+ 0
+ 0
+ 0
+
+
+ 12451
+ 77
+ 0
+ 0
+ 0
+
+
+ 12452
+ 69
+ 0
+ 0
+ 0
+
+
+ 12453
+ 419
+ 0
+ 0
+ 0
+
+
+ 12454
+ 307
+ 0
+ 0
+ 0
+
+
+ 12455
+ 402
+ 0
+ 0
+ 0
+
+
+ 12456
+ 44
+ 0
+ 0
+ 0
+
+
+ 12457
+ 352
+ 0
+ 0
+ 0
+
+
+ 12458
+ 262
+ 0
+ 0
+ 0
+
+
+ 12459
+ 64
+ 0
+ 0
+ 0
+
+
+ 12460
+ 154
+ 0
+ 0
+ 0
+
+
+ 12461
+ 297
+ 0
+ 0
+ 0
+
+
+ 12462
+ 354
+ 0
+ 0
+ 0
+
+
+ 12463
+ 394
+ 0
+ 0
+ 0
+
+
+ 12464
+ 422
+ 0
+ 0
+ 0
+
+
+ 12465
+ 402
+ 0
+ 0
+ 0
+
+
+ 12466
+ 44
+ 0
+ 0
+ 0
+
+
+ 12467
+ 362
+ 0
+ 0
+ 0
+
+
+ 12468
+ 394
+ 0
+ 0
+ 0
+
+
+ 12469
+ 1
+ 0
+ 0
+ 0
+
+
+ 12470
+ 1
+ 0
+ 0
+ 0
+
+
+ 12471
+ 1
+ 0
+ 0
+ 0
+
+
+ 12472
+ 1
+ 0
+ 0
+ 0
+
+
+ 12473
+ 1
+ 0
+ 0
+ 0
+
+
+ 12474
+ 1
+ 0
+ 0
+ 0
+
+
+ 12475
+ 1
+ 0
+ 0
+ 0
+
+
+ 12476
+ 1
+ 0
+ 0
+ 0
+
+
+ 12477
+ 1
+ 0
+ 0
+ 0
+
+
+ 12478
+ 1
+ 0
+ 0
+ 0
+
+
+ 12479
+ 1
+ 0
+ 0
+ 0
+
+
+ 12480
+ 1
+ 0
+ 0
+ 0
+
+
+ 12481
+ 1
+ 0
+ 0
+ 0
+
+
+ 12482
+ 1
+ 0
+ 0
+ 0
+
+
+ 12483
+ 1
+ 0
+ 0
+ 0
+
+
+ 12484
+ 1
+ 0
+ 0
+ 0
+
+
+ 12485
+ 1
+ 0
+ 0
+ 0
+
+
+ 12486
+ 1
+ 0
+ 0
+ 0
+
+
+ 12487
+ 1
+ 0
+ 0
+ 0
+
+
+ 12488
+ 1
+ 0
+ 0
+ 0
+
+
+ 12489
+ 1
+ 0
+ 0
+ 0
+
+
+ 12490
+ 1
+ 0
+ 0
+ 0
+
+
+ 12491
+ 1
+ 0
+ 0
+ 0
+
+
+ 12492
+ 1
+ 0
+ 0
+ 0
+
+
+ 12493
+ 1
+ 0
+ 0
+ 0
+
+
+ 12494
+ 1
+ 0
+ 0
+ 0
+
+
+ 12495
+ 1
+ 0
+ 0
+ 0
+
+
+ 12496
+ 1
+ 0
+ 0
+ 0
+
+
+ 12497
+ 1
+ 0
+ 0
+ 0
+
+
+ 12498
+ 1
+ 0
+ 0
+ 0
+
+
+ 12499
+ 1
+ 0
+ 0
+ 0
+
+
+ 12500
+ 1
+ 0
+ 0
+ 0
+
+
+ 12501
+ 1
+ 0
+ 0
+ 0
+
+
+ 12502
+ 1
+ 0
+ 0
+ 0
+
+
+ 12503
+ 1
+ 0
+ 0
+ 0
+
+
+ 12504
+ 1
+ 0
+ 0
+ 0
+
+
+ 12505
+ 1
+ 0
+ 0
+ 0
+
+
+ 12506
+ 1
+ 0
+ 0
+ 0
+
+
+ 12507
+ 1
+ 0
+ 0
+ 0
+
+
+ 12508
+ 1
+ 0
+ 0
+ 0
+
+
+ 12509
+ 1
+ 0
+ 0
+ 0
+
+
+ 12510
+ 1
+ 0
+ 0
+ 0
+
+
+ 12511
+ 1
+ 0
+ 0
+ 0
+
+
+ 12512
+ 1
+ 0
+ 0
+ 0
+
+
+ 12513
+ 1
+ 0
+ 0
+ 0
+
+
+ 12514
+ 1
+ 0
+ 0
+ 0
+
+
+ 12515
+ 1
+ 0
+ 0
+ 0
+
+
+ 12516
+ 1
+ 0
+ 0
+ 0
+
+
+ 12517
+ 1
+ 0
+ 0
+ 0
+
+
+ 12518
+ 1
+ 0
+ 0
+ 0
+
+
+ 12519
+ 1
+ 0
+ 0
+ 0
+
+
+ 12520
+ 1
+ 0
+ 0
+ 0
+
+
+ 12521
+ 1
+ 0
+ 0
+ 0
+
+
+ 12522
+ 1
+ 0
+ 0
+ 0
+
+
+ 12523
+ 1
+ 0
+ 0
+ 0
+
+
+ 12524
+ 99000
+ 0
+ 0
+ 0
+
+
+ 12525
+ 1
+ 0
+ 0
+ 0
+
+
+ 12526
+ 1
+ 0
+ 0
+ 0
+
+
+ 12527
+ 1
+ 0
+ 0
+ 0
+
+
+ 12528
+ 1
+ 0
+ 0
+ 0
+
+
+ 12529
+ 1
+ 0
+ 0
+ 0
+
+
+ 12530
+ 1
+ 0
+ 0
+ 0
+
+
+ 12531
+ 3149
+ 0
+ 0
+ 0
+
+
+ 12532
+ 3149
+ 0
+ 0
+ 0
+
+
+ 12533
+ 59
+ 0
+ 0
+ 0
+
+
+ 12535
+ 500
+ 0
+ 0
+ 0
+
+
+ 12536
+ 500
+ 0
+ 0
+ 0
+
+
+ 12537
+ 1
+ 0
+ 0
+ 0
+
+
+ 12538
+ 1
+ 0
+ 0
+ 0
+
+
+ 12539
+ 200
+ 0
+ 0
+ 0
+
+
+ 12540
+ 1
+ 0
+ 0
+ 0
+
+
+ 12541
+ 1
+ 0
+ 0
+ 0
+
+
+ 12542
+ 1
+ 0
+ 0
+ 0
+
+
+ 12543
+ 1
+ 0
+ 0
+ 0
+
+
+ 12544
+ 1
+ 0
+ 0
+ 0
+
+
+ 12545
+ 1
+ 0
+ 0
+ 0
+
+
+ 12546
+ 1
+ 0
+ 0
+ 0
+
+
+ 12547
+ 1
+ 0
+ 0
+ 0
+
+
+ 12548
+ 1
+ 0
+ 0
+ 0
+
+
+ 12549
+ 1
+ 0
+ 0
+ 0
+
+
+ 12550
+ 1
+ 0
+ 0
+ 0
+
+
+ 12551
+ 1
+ 0
+ 0
+ 0
+
+
+ 12552
+ 1
+ 0
+ 0
+ 0
+
+
+ 12553
+ 1
+ 0
+ 0
+ 0
+
+
+ 12554
+ 1
+ 0
+ 0
+ 0
+
+
+ 12555
+ 1
+ 0
+ 0
+ 0
+
+
+ 12556
+ 1
+ 0
+ 0
+ 0
+
+
+ 12557
+ 1
+ 0
+ 0
+ 0
+
+
+ 12558
+ 10
+ 0
+ 0
+ 0
+
+
+ 12559
+ 60
+ 0
+ 0
+ 0
+
+
+ 12560
+ 60
+ 0
+ 0
+ 0
+
+
+ 12561
+ 60
+ 0
+ 0
+ 0
+
+
+ 12562
+ 60
+ 0
+ 0
+ 0
+
+
+ 12563
+ 60
+ 0
+ 0
+ 0
+
+
+ 12564
+ 60
+ 0
+ 0
+ 0
+
+
+ 12565
+ 60
+ 0
+ 0
+ 0
+
+
+ 12566
+ 60
+ 0
+ 0
+ 0
+
+
+ 12567
+ 60
+ 0
+ 0
+ 0
+
+
+ 12568
+ 100
+ 0
+ 0
+ 0
+
+
+ 12569
+ 100
+ 0
+ 0
+ 0
+
+
+ 12570
+ 180
+ 0
+ 0
+ 0
+
+
+ 12571
+ 180
+ 0
+ 0
+ 0
+
+
+ 12572
+ 4
+ 0
+ 0
+ 0
+
+
+ 12573
+ 4
+ 0
+ 0
+ 0
+
+
+ 12574
+ 4
+ 0
+ 0
+ 0
+
+
+ 12575
+ 4
+ 0
+ 0
+ 0
+
+
+ 12576
+ 4
+ 0
+ 0
+ 0
+
+
+ 12577
+ 4
+ 0
+ 0
+ 0
+
+
+ 12578
+ 4
+ 0
+ 0
+ 0
+
+
+ 12579
+ 4
+ 0
+ 0
+ 0
+
+
+ 12580
+ 4
+ 0
+ 0
+ 0
+
+
+ 12581
+ 126
+ 0
+ 0
+ 0
+
+
+ 12582
+ 126
+ 0
+ 0
+ 0
+
+
+ 12583
+ 252
+ 0
+ 0
+ 0
+
+
+ 12584
+ 252
+ 0
+ 0
+ 0
+
+
+ 12585
+ 1
+ 0
+ 0
+ 0
+
+
+ 12586
+ 1
+ 0
+ 0
+ 0
+
+
+ 12587
+ 1
+ 0
+ 0
+ 0
+
+
+ 12588
+ 2
+ 0
+ 0
+ 0
+
+
+ 12589
+ 2
+ 0
+ 0
+ 0
+
+
+ 12590
+ 2
+ 0
+ 0
+ 0
+
+
+ 12591
+ 2
+ 0
+ 0
+ 0
+
+
+ 12592
+ 60
+ 0
+ 0
+ 0
+
+
+ 12593
+ 1
+ 0
+ 0
+ 0
+
+
+ 12594
+ 1
+ 0
+ 0
+ 0
+
+
+ 12595
+ 1
+ 0
+ 0
+ 0
+
+
+ 12596
+ 1
+ 0
+ 0
+ 0
+
+
+ 12597
+ 1
+ 0
+ 0
+ 0
+
+
+ 12598
+ 1
+ 0
+ 0
+ 0
+
+
+ 12599
+ 1
+ 0
+ 0
+ 0
+
+
+ 12600
+ 1
+ 0
+ 0
+ 0
+
+
+ 12601
+ 1
+ 0
+ 0
+ 0
+
+
+ 12602
+ 1
+ 0
+ 0
+ 0
+
+
+ 12603
+ 1
+ 0
+ 0
+ 0
+
+
+ 12604
+ 1
+ 0
+ 0
+ 0
+
+
+ 12605
+ 1
+ 0
+ 0
+ 0
+
+
+ 12606
+ 1
+ 0
+ 0
+ 0
+
+
+ 12607
+ 1
+ 0
+ 0
+ 0
+
+
+ 12608
+ 200
+ 0
+ 0
+ 0
+
+
+ 12609
+ 200
+ 0
+ 0
+ 0
+
+
+ 12610
+ 200
+ 0
+ 0
+ 0
+
+
+ 12611
+ 200
+ 0
+ 0
+ 0
+
+
+ 12612
+ 200
+ 0
+ 0
+ 0
+
+
+ 12613
+ 200
+ 0
+ 0
+ 0
+
+
+ 12614
+ 200
+ 0
+ 0
+ 0
+
+
+ 12615
+ 200
+ 0
+ 0
+ 0
+
+
+ 12616
+ 200
+ 0
+ 0
+ 0
+
+
+ 12617
+ 200
+ 0
+ 0
+ 0
+
+
+ 12618
+ 200
+ 0
+ 0
+ 0
+
+
+ 12619
+ 200
+ 0
+ 0
+ 0
+
+
+ 12620
+ 200
+ 0
+ 0
+ 0
+
+
+ 12621
+ 200
+ 0
+ 0
+ 0
+
+
+ 12622
+ 200
+ 0
+ 0
+ 0
+
+
+ 12623
+ 200
+ 0
+ 0
+ 0
+
+
+ 12624
+ 20
+ 0
+ 0
+ 0
+
+
+ 12625
+ 1
+ 0
+ 0
+ 0
+
+
+ 12626
+ 2
+ 0
+ 0
+ 0
+
+
+ 12627
+ 1
+ 0
+ 0
+ 0
+
+
+ 12628
+ 1
+ 0
+ 0
+ 0
+
+
+ 12629
+ 1
+ 0
+ 0
+ 0
+
+
+ 12630
+ 1
+ 0
+ 0
+ 0
+
+
+ 12631
+ 1
+ 0
+ 0
+ 0
+
+
+ 12632
+ 1
+ 0
+ 0
+ 0
+
+
+ 12633
+ 60
+ 0
+ 0
+ 0
+
+
+ 12634
+ 1
+ 0
+ 0
+ 0
+
+
+ 12635
+ 1
+ 0
+ 0
+ 0
+
+
+ 12636
+ 1
+ 0
+ 0
+ 0
+
+
+ 12637
+ 1
+ 0
+ 0
+ 0
+
+
+ 12638
+ 1
+ 0
+ 0
+ 0
+
+
+ 12639
+ 1
+ 0
+ 0
+ 0
+
+
+ 12640
+ 1
+ 0
+ 0
+ 0
+
+
+ 12641
+ 1
+ 0
+ 0
+ 0
+
+
+ 12642
+ 1
+ 0
+ 0
+ 0
+
+
+ 12643
+ 1
+ 0
+ 0
+ 0
+
+
+ 12644
+ 1
+ 0
+ 0
+ 0
+
+
+ 12645
+ 32
+ 0
+ 0
+ 0
+
+
+ 12646
+ 1
+ 0
+ 0
+ 0
+
+
+ 12647
+ 1
+ 0
+ 0
+ 0
+
+
+ 12648
+ 1
+ 0
+ 0
+ 0
+
+
+ 12649
+ 1
+ 0
+ 0
+ 0
+
+
+ 12650
+ 1
+ 0
+ 0
+ 0
+
+
+ 12651
+ 1
+ 0
+ 0
+ 0
+
+
+ 12652
+ 1
+ 0
+ 0
+ 0
+
+
+ 12653
+ 1
+ 0
+ 0
+ 0
+
+
+ 12654
+ 1
+ 0
+ 0
+ 0
+
+
+ 12655
+ 1
+ 0
+ 0
+ 0
+
+
+ 12656
+ 1
+ 0
+ 0
+ 0
+
+
+ 12657
+ 1
+ 0
+ 0
+ 0
+
+
+ 12658
+ 3520
+ 0
+ 0
+ 0
+
+
+ 12659
+ 3520
+ 0
+ 0
+ 0
+
+
+ 12660
+ 300
+ 0
+ 0
+ 0
+
+
+ 12661
+ 300
+ 0
+ 0
+ 0
+
+
+ 12662
+ 10000
+ 0
+ 0
+ 0
+
+
+ 12663
+ 10000
+ 0
+ 0
+ 0
+
+
+ 12664
+ 35200
+ 0
+ 0
+ 0
+
+
+ 12665
+ 35200
+ 0
+ 0
+ 0
+
+
+ 12666
+ 100000
+ 0
+ 0
+ 0
+
+
+ 12667
+ 100000
+ 0
+ 0
+ 0
+
+
+ 12668
+ 100
+ 0
+ 0
+ 0
+
+
+ 12669
+ 100
+ 0
+ 0
+ 0
+
+
+ 12670
+ 20000
+ 0
+ 0
+ 0
+
+
+ 12671
+ 20000
+ 0
+ 0
+ 0
+
+
+ 12672
+ 78000
+ 0
+ 0
+ 0
+
+
+ 12673
+ 78000
+ 0
+ 0
+ 0
+
+
+ 12674
+ 78000
+ 0
+ 0
+ 0
+
+
+ 12675
+ 78000
+ 0
+ 0
+ 0
+
+
+ 12676
+ 78000
+ 0
+ 0
+ 0
+
+
+ 12677
+ 78000
+ 0
+ 0
+ 0
+
+
+ 12678
+ 78000
+ 0
+ 0
+ 0
+
+
+ 12679
+ 78000
+ 0
+ 0
+ 0
+
+
+ 12680
+ 50000
+ 0
+ 0
+ 0
+
+
+ 12681
+ 50000
+ 0
+ 0
+ 0
+
+
+ 12682
+ 1
+ 0
+ 0
+ 0
+
+
+ 12683
+ 1
+ 0
+ 0
+ 0
+
+
+ 12684
+ 1
+ 0
+ 0
+ 0
+
+
+ 12685
+ 1
+ 0
+ 0
+ 0
+
+
+ 12686
+ 1
+ 0
+ 0
+ 0
+
+
+ 12687
+ 1
+ 0
+ 0
+ 0
+
+
+ 12688
+ 1
+ 0
+ 0
+ 0
+
+
+ 12689
+ 1
+ 0
+ 0
+ 0
+
+
+ 12690
+ 1
+ 0
+ 0
+ 0
+
+
+ 12691
+ 1
+ 0
+ 0
+ 0
+
+
+ 12692
+ 1
+ 0
+ 0
+ 0
+
+
+ 12693
+ 1
+ 0
+ 0
+ 0
+
+
+ 12694
+ 1
+ 0
+ 0
+ 0
+
+
+ 12695
+ 1
+ 0
+ 0
+ 0
+
+
+ 12696
+ 1
+ 0
+ 0
+ 0
+
+
+ 12697
+ 1
+ 0
+ 0
+ 0
+
+
+ 12698
+ 1
+ 0
+ 0
+ 0
+
+
+ 12699
+ 1
+ 0
+ 0
+ 0
+
+
+ 12700
+ 1
+ 0
+ 0
+ 0
+
+
+ 12701
+ 1
+ 0
+ 0
+ 0
+
+
+ 12702
+ 1
+ 0
+ 0
+ 0
+
+
+ 12703
+ 1
+ 0
+ 0
+ 0
+
+
+ 12704
+ 1
+ 0
+ 0
+ 0
+
+
+ 12705
+ 1
+ 0
+ 0
+ 0
+
+
+ 12706
+ 1
+ 0
+ 0
+ 0
+
+
+ 12707
+ 1
+ 0
+ 0
+ 0
+
+
+ 12708
+ 1
+ 0
+ 0
+ 0
+
+
+ 12709
+ 1
+ 0
+ 0
+ 0
+
+
+ 12710
+ 1
+ 0
+ 0
+ 0
+
+
+ 12711
+ 1
+ 0
+ 0
+ 0
+
+
+ 12712
+ 1
+ 0
+ 0
+ 0
+
+
+ 12713
+ 1
+ 0
+ 0
+ 0
+
+
+ 12714
+ 1
+ 0
+ 0
+ 0
+
+
+ 12715
+ 1
+ 0
+ 0
+ 0
+
+
+ 12716
+ 1
+ 0
+ 0
+ 0
+
+
+ 12717
+ 1
+ 0
+ 0
+ 0
+
+
+ 12718
+ 1
+ 0
+ 0
+ 0
+
+
+ 12719
+ 1
+ 0
+ 0
+ 0
+
+
+ 12720
+ 1
+ 0
+ 0
+ 0
+
+
+ 12721
+ 1
+ 0
+ 0
+ 0
+
+
+ 12722
+ 1
+ 0
+ 0
+ 0
+
+
+ 12723
+ 1
+ 0
+ 0
+ 0
+
+
+ 12724
+ 1
+ 0
+ 0
+ 0
+
+
+ 12725
+ 1
+ 0
+ 0
+ 0
+
+
+ 12726
+ 1
+ 0
+ 0
+ 0
+
+
+ 12727
+ 1
+ 0
+ 0
+ 0
+
+
+ 12728
+ 1
+ 0
+ 0
+ 0
+
+
+ 12729
+ 1
+ 0
+ 0
+ 0
+
+
+ 12730
+ 1
+ 0
+ 0
+ 0
+
+
+ 12731
+ 1
+ 0
+ 0
+ 0
+
+
+ 12732
+ 1
+ 0
+ 0
+ 0
+
+
+ 12733
+ 1
+ 0
+ 0
+ 0
+
+
+ 12734
+ 1
+ 0
+ 0
+ 0
+
+
+ 12735
+ 1
+ 0
+ 0
+ 0
+
+
+ 12736
+ 1
+ 0
+ 0
+ 0
+
+
+ 12737
+ 1
+ 0
+ 0
+ 0
+
+
+ 12738
+ 1
+ 0
+ 0
+ 0
+
+
+ 12739
+ 1
+ 0
+ 0
+ 0
+
+
+ 12740
+ 1
+ 0
+ 0
+ 0
+
+
+ 12741
+ 1
+ 0
+ 0
+ 0
+
+
+ 12742
+ 1
+ 0
+ 0
+ 0
+
+
+ 12743
+ 1
+ 0
+ 0
+ 0
+
+
+ 12744
+ 1
+ 0
+ 0
+ 0
+
+
+ 12745
+ 1
+ 0
+ 0
+ 0
+
+
+ 12746
+ 1
+ 0
+ 0
+ 0
+
+
+ 12747
+ 1
+ 0
+ 0
+ 0
+
+
+ 12748
+ 1
+ 0
+ 0
+ 0
+
+
+ 12749
+ 1
+ 0
+ 0
+ 0
+
+
+ 12750
+ 1
+ 0
+ 0
+ 0
+
+
+ 12751
+ 1
+ 0
+ 0
+ 0
+
+
+ 12752
+ 1
+ 0
+ 0
+ 0
+
+
+ 12753
+ 1
+ 0
+ 0
+ 0
+
+
+ 12754
+ 1
+ 0
+ 0
+ 0
+
+
+ 12755
+ 1
+ 0
+ 0
+ 0
+
+
+ 12756
+ 1
+ 0
+ 0
+ 0
+
+
+ 12757
+ 1
+ 0
+ 0
+ 0
+
+
+ 12758
+ 1
+ 0
+ 0
+ 0
+
+
+ 12759
+ 1
+ 0
+ 0
+ 0
+
+
+ 12760
+ 1
+ 0
+ 0
+ 0
+
+
+ 12761
+ 1
+ 0
+ 0
+ 0
+
+
+ 12762
+ 1
+ 0
+ 0
+ 0
+
+
+ 12763
+ 1
+ 0
+ 0
+ 0
+
+
+ 12764
+ 1
+ 0
+ 0
+ 0
+
+
+ 12765
+ 1
+ 0
+ 0
+ 0
+
+
+ 12766
+ 1
+ 0
+ 0
+ 0
+
+
+ 12767
+ 1
+ 0
+ 0
+ 0
+
+
+ 12768
+ 1
+ 0
+ 0
+ 0
+
+
+ 12769
+ 1
+ 0
+ 0
+ 0
+
+
+ 12770
+ 1
+ 0
+ 0
+ 0
+
+
+ 12771
+ 1
+ 0
+ 0
+ 0
+
+
+ 12772
+ 1
+ 0
+ 0
+ 0
+
+
+ 12773
+ 1
+ 0
+ 0
+ 0
+
+
+ 12774
+ 1
+ 0
+ 0
+ 0
+
+
+ 12775
+ 1
+ 0
+ 0
+ 0
+
+
+ 12776
+ 4174
+ 0
+ 0
+ 0
+
+
+ 12777
+ 4174
+ 0
+ 0
+ 0
+
+
+ 12778
+ 449
+ 0
+ 0
+ 0
+
+
+ 12779
+ 449
+ 0
+ 0
+ 0
+
+
+ 12780
+ 2274
+ 0
+ 0
+ 0
+
+
+ 12781
+ 2274
+ 0
+ 0
+ 0
+
+
+ 12782
+ 3949
+ 0
+ 0
+ 0
+
+
+ 12783
+ 3949
+ 0
+ 0
+ 0
+
+
+ 12784
+ 4299
+ 0
+ 0
+ 0
+
+
+ 12785
+ 4299
+ 0
+ 0
+ 0
+
+
+ 12786
+ 5974
+ 0
+ 0
+ 0
+
+
+ 12787
+ 5974
+ 0
+ 0
+ 0
+
+
+ 12788
+ 5899
+ 0
+ 0
+ 0
+
+
+ 12789
+ 5899
+ 0
+ 0
+ 0
+
+
+ 12790
+ 4874
+ 0
+ 0
+ 0
+
+
+ 12791
+ 4874
+ 0
+ 0
+ 0
+
+
+ 12792
+ 5299
+ 0
+ 0
+ 0
+
+
+ 12793
+ 5299
+ 0
+ 0
+ 0
+
+
+ 12794
+ 4774
+ 0
+ 0
+ 0
+
+
+ 12795
+ 4774
+ 0
+ 0
+ 0
+
+
+ 12796
+ 3249
+ 0
+ 0
+ 0
+
+
+ 12797
+ 3249
+ 0
+ 0
+ 0
+
+
+ 12798
+ 2274
+ 0
+ 0
+ 0
+
+
+ 12799
+ 2274
+ 0
+ 0
+ 0
+
+
+ 12800
+ 2524
+ 0
+ 0
+ 0
+
+
+ 12801
+ 2524
+ 0
+ 0
+ 0
+
+
+ 12802
+ 5374
+ 0
+ 0
+ 0
+
+
+ 12803
+ 5374
+ 0
+ 0
+ 0
+
+
+ 12804
+ 5474
+ 0
+ 0
+ 0
+
+
+ 12805
+ 5474
+ 0
+ 0
+ 0
+
+
+ 12806
+ 5374
+ 0
+ 0
+ 0
+
+
+ 12807
+ 5374
+ 0
+ 0
+ 0
+
+
+ 12808
+ 2024
+ 0
+ 0
+ 0
+
+
+ 12809
+ 2024
+ 0
+ 0
+ 0
+
+
+ 12810
+ 4274
+ 0
+ 0
+ 0
+
+
+ 12811
+ 4274
+ 0
+ 0
+ 0
+
+
+ 12812
+ 4249
+ 0
+ 0
+ 0
+
+
+ 12813
+ 4249
+ 0
+ 0
+ 0
+
+
+ 12814
+ 2274
+ 0
+ 0
+ 0
+
+
+ 12815
+ 2274
+ 0
+ 0
+ 0
+
+
+ 12816
+ 3199
+ 0
+ 0
+ 0
+
+
+ 12817
+ 3199
+ 0
+ 0
+ 0
+
+
+ 12818
+ 2274
+ 0
+ 0
+ 0
+
+
+ 12819
+ 2274
+ 0
+ 0
+ 0
+
+
+ 12820
+ 2399
+ 0
+ 0
+ 0
+
+
+ 12821
+ 2399
+ 0
+ 0
+ 0
+
+
+ 12822
+ 5374
+ 0
+ 0
+ 0
+
+
+ 12823
+ 5374
+ 0
+ 0
+ 0
+
+
+ 12824
+ 537
+ 0
+ 0
+ 0
+
+
+ 12825
+ 487
+ 0
+ 0
+ 0
+
+
+ 12826
+ 529
+ 0
+ 0
+ 0
+
+
+ 12827
+ 324
+ 0
+ 0
+ 0
+
+
+ 12828
+ 537
+ 0
+ 0
+ 0
+
+
+ 12829
+ 319
+ 0
+ 0
+ 0
+
+
+ 12830
+ 239
+ 0
+ 0
+ 0
+
+
+ 12831
+ 477
+ 0
+ 0
+ 0
+
+
+ 12832
+ 417
+ 0
+ 0
+ 0
+
+
+ 12833
+ 597
+ 0
+ 0
+ 0
+
+
+ 12834
+ 252
+ 0
+ 0
+ 0
+
+
+ 12835
+ 427
+ 0
+ 0
+ 0
+
+
+ 12836
+ 424
+ 0
+ 0
+ 0
+
+
+ 12837
+ 529
+ 0
+ 0
+ 0
+
+
+ 12838
+ 44
+ 0
+ 0
+ 0
+
+
+ 12839
+ 202
+ 0
+ 0
+ 0
+
+
+ 12840
+ 429
+ 0
+ 0
+ 0
+
+
+ 12841
+ 394
+ 0
+ 0
+ 0
+
+
+ 12842
+ 1
+ 0
+ 0
+ 0
+
+
+ 12843
+ 1
+ 0
+ 0
+ 0
+
+
+ 12844
+ 100
+ 0
+ 0
+ 0
+
+
+ 12845
+ 1
+ 0
+ 0
+ 0
+
+
+ 12846
+ 1
+ 0
+ 0
+ 0
+
+
+ 12847
+ 1
+ 0
+ 0
+ 0
+
+
+ 12848
+ 1
+ 0
+ 0
+ 0
+
+
+ 12849
+ 1
+ 0
+ 0
+ 0
+
+
+ 12850
+ 2
+ 0
+ 0
+ 0
+
+
+ 12851
+ 2
+ 0
+ 0
+ 0
+
+
+ 12852
+ 1
+ 0
+ 0
+ 0
+
+
+ 12853
+ 1
+ 0
+ 0
+ 0
+
+
+ 12854
+ 1
+ 0
+ 0
+ 0
+
+
+ 12855
+ 1
+ 0
+ 0
+ 0
+
+
+ 12856
+ 1
+ 0
+ 0
+ 0
+
+
+ 12857
+ 1
+ 0
+ 0
+ 0
+
+
+ 12858
+ 1
+ 0
+ 0
+ 0
+
+
+ 12859
+ 1
+ 0
+ 0
+ 0
+
+
+ 12860
+ 1
+ 0
+ 0
+ 0
+
+
+ 12861
+ 1
+ 0
+ 0
+ 0
+
+
+ 12862
+ 1
+ 0
+ 0
+ 0
+
+
+ 12863
+ 1
+ 0
+ 0
+ 0
+
+
+ 12864
+ 1
+ 0
+ 0
+ 0
+
+
+ 12865
+ 1
+ 0
+ 0
+ 0
+
+
+ 12866
+ 25000
+ 0
+ 0
+ 0
+
+
+ 12867
+ 25000
+ 0
+ 0
+ 0
+
+
+ 12868
+ 25000
+ 0
+ 0
+ 0
+
+
+ 12869
+ 25000
+ 0
+ 0
+ 0
+
+
+ 12870
+ 25000
+ 0
+ 0
+ 0
+
+
+ 12871
+ 25000
+ 0
+ 0
+ 0
+
+
+ 12872
+ 25000
+ 0
+ 0
+ 0
+
+
+ 12873
+ 50000
+ 0
+ 0
+ 0
+
+
+ 12874
+ 50000
+ 0
+ 0
+ 0
+
+
+ 12875
+ 50000
+ 0
+ 0
+ 0
+
+
+ 12876
+ 50000
+ 0
+ 0
+ 0
+
+
+ 12877
+ 50000
+ 0
+ 0
+ 0
+
+
+ 12878
+ 50000
+ 0
+ 0
+ 0
+
+
+ 12879
+ 50000
+ 0
+ 0
+ 0
+
+
+ 12880
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12881
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12882
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12883
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12884
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12885
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12886
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12887
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12888
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12889
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12890
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12891
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12892
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12893
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12894
+ 6000
+ 0
+ 0
+ 0
+
+
+ 12895
+ 6000
+ 0
+ 0
+ 0
+
+
+ 12896
+ 6000
+ 0
+ 0
+ 0
+
+
+ 12897
+ 6000
+ 0
+ 0
+ 0
+
+
+ 12898
+ 6000
+ 0
+ 0
+ 0
+
+
+ 12899
+ 6000
+ 0
+ 0
+ 0
+
+
+ 12900
+ 6000
+ 0
+ 0
+ 0
+
+
+ 12901
+ 5000
+ 0
+ 0
+ 0
+
+
+ 12902
+ 5000
+ 0
+ 0
+ 0
+
+
+ 12903
+ 5000
+ 0
+ 0
+ 0
+
+
+ 12904
+ 5000
+ 0
+ 0
+ 0
+
+
+ 12905
+ 5000
+ 0
+ 0
+ 0
+
+
+ 12906
+ 5000
+ 0
+ 0
+ 0
+
+
+ 12907
+ 5000
+ 0
+ 0
+ 0
+
+
+ 12908
+ 4050
+ 0
+ 0
+ 0
+
+
+ 12909
+ 4050
+ 0
+ 0
+ 0
+
+
+ 12910
+ 4050
+ 0
+ 0
+ 0
+
+
+ 12911
+ 4050
+ 0
+ 0
+ 0
+
+
+ 12912
+ 4050
+ 0
+ 0
+ 0
+
+
+ 12913
+ 4050
+ 0
+ 0
+ 0
+
+
+ 12914
+ 4050
+ 0
+ 0
+ 0
+
+
+ 12915
+ 6140
+ 0
+ 0
+ 0
+
+
+ 12916
+ 6140
+ 0
+ 0
+ 0
+
+
+ 12917
+ 6140
+ 0
+ 0
+ 0
+
+
+ 12918
+ 6140
+ 0
+ 0
+ 0
+
+
+ 12919
+ 6140
+ 0
+ 0
+ 0
+
+
+ 12920
+ 6140
+ 0
+ 0
+ 0
+
+
+ 12921
+ 6140
+ 0
+ 0
+ 0
+
+
+ 12922
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12923
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12924
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12925
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12926
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12927
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12928
+ 40000
+ 0
+ 0
+ 0
+
+
+ 12929
+ 64400
+ 0
+ 0
+ 0
+
+
+ 12930
+ 64400
+ 0
+ 0
+ 0
+
+
+ 12931
+ 64400
+ 0
+ 0
+ 0
+
+
+ 12932
+ 64400
+ 0
+ 0
+ 0
+
+
+ 12933
+ 64400
+ 0
+ 0
+ 0
+
+
+ 12934
+ 64400
+ 0
+ 0
+ 0
+
+
+ 12935
+ 64400
+ 0
+ 0
+ 0
+
+
+ 12936
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12937
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12938
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12939
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12940
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12941
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12942
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12943
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12944
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12945
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12946
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12947
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12948
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12949
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12950
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12951
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12952
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12953
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12954
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12955
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12956
+ 3500
+ 0
+ 0
+ 0
+
+
+ 12957
+ 5500
+ 0
+ 0
+ 0
+
+
+ 12958
+ 5500
+ 0
+ 0
+ 0
+
+
+ 12959
+ 5500
+ 0
+ 0
+ 0
+
+
+ 12960
+ 5500
+ 0
+ 0
+ 0
+
+
+ 12961
+ 5500
+ 0
+ 0
+ 0
+
+
+ 12962
+ 5500
+ 0
+ 0
+ 0
+
+
+ 12963
+ 5500
+ 0
+ 0
+ 0
+
+
+ 12964
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12965
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12966
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12967
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12968
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12969
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12970
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12971
+ 3000
+ 0
+ 0
+ 0
+
+
+ 12972
+ 3000
+ 0
+ 0
+ 0
+
+
+ 12973
+ 3000
+ 0
+ 0
+ 0
+
+
+ 12974
+ 3000
+ 0
+ 0
+ 0
+
+
+ 12975
+ 3000
+ 0
+ 0
+ 0
+
+
+ 12976
+ 3000
+ 0
+ 0
+ 0
+
+
+ 12977
+ 3000
+ 0
+ 0
+ 0
+
+
+ 12978
+ 2500
+ 0
+ 0
+ 0
+
+
+ 12979
+ 2500
+ 0
+ 0
+ 0
+
+
+ 12980
+ 2500
+ 0
+ 0
+ 0
+
+
+ 12981
+ 2500
+ 0
+ 0
+ 0
+
+
+ 12982
+ 2500
+ 0
+ 0
+ 0
+
+
+ 12983
+ 2500
+ 0
+ 0
+ 0
+
+
+ 12984
+ 2500
+ 0
+ 0
+ 0
+
+
+ 12985
+ 100
+ 0
+ 0
+ 0
+
+
+ 12986
+ 100
+ 0
+ 0
+ 0
+
+
+ 12987
+ 100
+ 0
+ 0
+ 0
+
+
+ 12988
+ 300
+ 0
+ 0
+ 0
+
+
+ 12989
+ 300
+ 0
+ 0
+ 0
+
+
+ 12990
+ 300
+ 0
+ 0
+ 0
+
+
+ 12991
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12992
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12993
+ 1000
+ 0
+ 0
+ 0
+
+
+ 12994
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12995
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12996
+ 2000
+ 0
+ 0
+ 0
+
+
+ 12997
+ 3000
+ 0
+ 0
+ 0
+
+
+ 12998
+ 3000
+ 0
+ 0
+ 0
+
+
+ 12999
+ 3000
+ 0
+ 0
+ 0
+
+
+ 13000
+ 5000
+ 0
+ 0
+ 0
+
+
+ 13001
+ 5000
+ 0
+ 0
+ 0
+
+
+ 13002
+ 5000
+ 0
+ 0
+ 0
+
+
+ 13003
+ 7500
+ 0
+ 0
+ 0
+
+
+ 13004
+ 7500
+ 0
+ 0
+ 0
+
+
+ 13005
+ 7500
+ 0
+ 0
+ 0
+
+
+ 13006
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13007
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13008
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13009
+ 1
+ 0
+ 0
+ 0
+
+
+ 13010
+ 1
+ 0
+ 0
+ 0
+
+
+ 13011
+ 100
+ 0
+ 0
+ 0
+
+
+ 13012
+ 1
+ 0
+ 0
+ 0
+
+
+ 13013
+ 100
+ 0
+ 0
+ 0
+
+
+ 13014
+ 1
+ 0
+ 0
+ 0
+
+
+ 13015
+ 100
+ 0
+ 0
+ 0
+
+
+ 13016
+ 1
+ 0
+ 0
+ 0
+
+
+ 13017
+ 100
+ 0
+ 0
+ 0
+
+
+ 13018
+ 1
+ 0
+ 0
+ 0
+
+
+ 13019
+ 100
+ 0
+ 0
+ 0
+
+
+ 13020
+ 1
+ 0
+ 0
+ 0
+
+
+ 13021
+ 100
+ 0
+ 0
+ 0
+
+
+ 13022
+ 1
+ 0
+ 0
+ 0
+
+
+ 13023
+ 100
+ 0
+ 0
+ 0
+
+
+ 13024
+ 1
+ 0
+ 0
+ 0
+
+
+ 13025
+ 100
+ 0
+ 0
+ 0
+
+
+ 13026
+ 1
+ 0
+ 0
+ 0
+
+
+ 13027
+ 100
+ 0
+ 0
+ 0
+
+
+ 13028
+ 1
+ 0
+ 0
+ 0
+
+
+ 13029
+ 100
+ 0
+ 0
+ 0
+
+
+ 13030
+ 1
+ 0
+ 0
+ 0
+
+
+ 13031
+ 100
+ 0
+ 0
+ 0
+
+
+ 13032
+ 1
+ 0
+ 0
+ 0
+
+
+ 13033
+ 100
+ 0
+ 0
+ 0
+
+
+ 13034
+ 1
+ 0
+ 0
+ 0
+
+
+ 13035
+ 100
+ 0
+ 0
+ 0
+
+
+ 13036
+ 1
+ 0
+ 0
+ 0
+
+
+ 13037
+ 50
+ 0
+ 0
+ 0
+
+
+ 13038
+ 1
+ 0
+ 0
+ 0
+
+
+ 13039
+ 50
+ 0
+ 0
+ 0
+
+
+ 13040
+ 1
+ 0
+ 0
+ 0
+
+
+ 13041
+ 1
+ 0
+ 0
+ 0
+
+
+ 13042
+ 1
+ 0
+ 0
+ 0
+
+
+ 13043
+ 50
+ 0
+ 0
+ 0
+
+
+ 13044
+ 1
+ 0
+ 0
+ 0
+
+
+ 13045
+ 50
+ 0
+ 0
+ 0
+
+
+ 13046
+ 1
+ 0
+ 0
+ 0
+
+
+ 13047
+ 50
+ 0
+ 0
+ 0
+
+
+ 13048
+ 1
+ 0
+ 0
+ 0
+
+
+ 13049
+ 1
+ 0
+ 0
+ 0
+
+
+ 13050
+ 1
+ 0
+ 0
+ 0
+
+
+ 13051
+ 1
+ 0
+ 0
+ 0
+
+
+ 13052
+ 50
+ 0
+ 0
+ 0
+
+
+ 13053
+ 1
+ 0
+ 0
+ 0
+
+
+ 13054
+ 50
+ 0
+ 0
+ 0
+
+
+ 13055
+ 1
+ 0
+ 0
+ 0
+
+
+ 13056
+ 1
+ 0
+ 0
+ 0
+
+
+ 13057
+ 50
+ 0
+ 0
+ 0
+
+
+ 13058
+ 1
+ 0
+ 0
+ 0
+
+
+ 13059
+ 50
+ 0
+ 0
+ 0
+
+
+ 13060
+ 1
+ 0
+ 0
+ 0
+
+
+ 13061
+ 1
+ 0
+ 0
+ 0
+
+
+ 13062
+ 50
+ 0
+ 0
+ 0
+
+
+ 13063
+ 1
+ 0
+ 0
+ 0
+
+
+ 13064
+ 50
+ 0
+ 0
+ 0
+
+
+ 13065
+ 1
+ 0
+ 0
+ 0
+
+
+ 13066
+ 50
+ 0
+ 0
+ 0
+
+
+ 13067
+ 1
+ 0
+ 0
+ 0
+
+
+ 13068
+ 1
+ 0
+ 0
+ 0
+
+
+ 13069
+ 1
+ 0
+ 0
+ 0
+
+
+ 13070
+ 1
+ 0
+ 0
+ 0
+
+
+ 13071
+ 1
+ 0
+ 0
+ 0
+
+
+ 13072
+ 1
+ 0
+ 0
+ 0
+
+
+ 13073
+ 1
+ 0
+ 0
+ 0
+
+
+ 13074
+ 1
+ 0
+ 0
+ 0
+
+
+ 13075
+ 1
+ 0
+ 0
+ 0
+
+
+ 13076
+ 1
+ 0
+ 0
+ 0
+
+
+ 13077
+ 50
+ 0
+ 0
+ 0
+
+
+ 13078
+ 1
+ 0
+ 0
+ 0
+
+
+ 13079
+ 1
+ 0
+ 0
+ 0
+
+
+ 13080
+ 1
+ 0
+ 0
+ 0
+
+
+ 13081
+ 800
+ 0
+ 0
+ 0
+
+
+ 13082
+ 800
+ 0
+ 0
+ 0
+
+
+ 13083
+ 14
+ 0
+ 0
+ 0
+
+
+ 13084
+ 14
+ 0
+ 0
+ 0
+
+
+ 13085
+ 14
+ 0
+ 0
+ 0
+
+
+ 13086
+ 14
+ 0
+ 0
+ 0
+
+
+ 13087
+ 1
+ 0
+ 0
+ 0
+
+
+ 13088
+ 1
+ 0
+ 0
+ 0
+
+
+ 13089
+ 1
+ 0
+ 0
+ 0
+
+
+ 13090
+ 1
+ 0
+ 0
+ 0
+
+
+ 13091
+ 1
+ 0
+ 0
+ 0
+
+
+ 13092
+ 1
+ 0
+ 0
+ 0
+
+
+ 13093
+ 1
+ 0
+ 0
+ 0
+
+
+ 13094
+ 1
+ 0
+ 0
+ 0
+
+
+ 13095
+ 432
+ 0
+ 0
+ 0
+
+
+ 13096
+ 432
+ 0
+ 0
+ 0
+
+
+ 13097
+ 1440
+ 0
+ 0
+ 0
+
+
+ 13098
+ 1440
+ 0
+ 0
+ 0
+
+
+ 13099
+ 14400
+ 0
+ 0
+ 0
+
+
+ 13100
+ 14400
+ 0
+ 0
+ 0
+
+
+ 13101
+ 200
+ 0
+ 0
+ 0
+
+
+ 13102
+ 200
+ 0
+ 0
+ 0
+
+
+ 13103
+ 250
+ 0
+ 0
+ 0
+
+
+ 13104
+ 250
+ 0
+ 0
+ 0
+
+
+ 13105
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13106
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13107
+ 800
+ 0
+ 0
+ 0
+
+
+ 13108
+ 800
+ 0
+ 0
+ 0
+
+
+ 13109
+ 800
+ 0
+ 0
+ 0
+
+
+ 13110
+ 800
+ 0
+ 0
+ 0
+
+
+ 13111
+ 800
+ 0
+ 0
+ 0
+
+
+ 13112
+ 800
+ 0
+ 0
+ 0
+
+
+ 13113
+ 800
+ 0
+ 0
+ 0
+
+
+ 13114
+ 800
+ 0
+ 0
+ 0
+
+
+ 13115
+ 800
+ 0
+ 0
+ 0
+
+
+ 13116
+ 800
+ 0
+ 0
+ 0
+
+
+ 13117
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13118
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13119
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13120
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13121
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13122
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13123
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13124
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13125
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13126
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13127
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13128
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13129
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13130
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13131
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13132
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13133
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13134
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13135
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13136
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13137
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13138
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13139
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13140
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13141
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13142
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13143
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13144
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13145
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13146
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13147
+ 1
+ 0
+ 0
+ 0
+
+
+ 13148
+ 3
+ 0
+ 0
+ 0
+
+
+ 13149
+ 3
+ 0
+ 0
+ 0
+
+
+ 13150
+ 1
+ 0
+ 0
+ 0
+
+
+ 13151
+ 3
+ 0
+ 0
+ 0
+
+
+ 13152
+ 3
+ 0
+ 0
+ 0
+
+
+ 13153
+ 3
+ 0
+ 0
+ 0
+
+
+ 13154
+ 3
+ 0
+ 0
+ 0
+
+
+ 13155
+ 3
+ 0
+ 0
+ 0
+
+
+ 13156
+ 3
+ 0
+ 0
+ 0
+
+
+ 13157
+ 3
+ 0
+ 0
+ 0
+
+
+ 13158
+ 3
+ 0
+ 0
+ 0
+
+
+ 13159
+ 3
+ 0
+ 0
+ 0
+
+
+ 13160
+ 1
+ 0
+ 0
+ 0
+
+
+ 13161
+ 1
+ 0
+ 0
+ 0
+
+
+ 13162
+ 1
+ 0
+ 0
+ 0
+
+
+ 13163
+ 432
+ 0
+ 0
+ 0
+
+
+ 13164
+ 1440
+ 0
+ 0
+ 0
+
+
+ 13165
+ 14400
+ 0
+ 0
+ 0
+
+
+ 13166
+ 200
+ 0
+ 0
+ 0
+
+
+ 13167
+ 250
+ 0
+ 0
+ 0
+
+
+ 13168
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13169
+ 800
+ 0
+ 0
+ 0
+
+
+ 13170
+ 800
+ 0
+ 0
+ 0
+
+
+ 13171
+ 800
+ 0
+ 0
+ 0
+
+
+ 13172
+ 800
+ 0
+ 0
+ 0
+
+
+ 13173
+ 800
+ 0
+ 0
+ 0
+
+
+ 13174
+ 1
+ 0
+ 0
+ 0
+
+
+ 13175
+ 1
+ 0
+ 0
+ 0
+
+
+ 13176
+ 1
+ 0
+ 0
+ 0
+
+
+ 13177
+ 1
+ 0
+ 0
+ 0
+
+
+ 13178
+ 1
+ 0
+ 0
+ 0
+
+
+ 13179
+ 1
+ 0
+ 0
+ 0
+
+
+ 13180
+ 1
+ 0
+ 0
+ 0
+
+
+ 13181
+ 1
+ 0
+ 0
+ 0
+
+
+ 13182
+ 1
+ 0
+ 0
+ 0
+
+
+ 13183
+ 1
+ 0
+ 0
+ 0
+
+
+ 13184
+ 1
+ 0
+ 0
+ 0
+
+
+ 13185
+ 1
+ 0
+ 0
+ 0
+
+
+ 13186
+ 1
+ 0
+ 0
+ 0
+
+
+ 13187
+ 1
+ 0
+ 0
+ 0
+
+
+ 13188
+ 1
+ 0
+ 0
+ 0
+
+
+ 13189
+ 1
+ 0
+ 0
+ 0
+
+
+ 13190
+ 1
+ 0
+ 0
+ 0
+
+
+ 13191
+ 1
+ 0
+ 0
+ 0
+
+
+ 13192
+ 1
+ 0
+ 0
+ 0
+
+
+ 13193
+ 1
+ 0
+ 0
+ 0
+
+
+ 13194
+ 1
+ 0
+ 0
+ 0
+
+
+ 13195
+ 1
+ 0
+ 0
+ 0
+
+
+ 13196
+ 1
+ 0
+ 0
+ 0
+
+
+ 13197
+ 1
+ 0
+ 0
+ 0
+
+
+ 13198
+ 1
+ 0
+ 0
+ 0
+
+
+ 13199
+ 1
+ 0
+ 0
+ 0
+
+
+ 13200
+ 1
+ 0
+ 0
+ 0
+
+
+ 13201
+ 1
+ 0
+ 0
+ 0
+
+
+ 13202
+ 1
+ 0
+ 0
+ 0
+
+
+ 13203
+ 1
+ 0
+ 0
+ 0
+
+
+ 13204
+ 1
+ 0
+ 0
+ 0
+
+
+ 13205
+ 1
+ 0
+ 0
+ 0
+
+
+ 13206
+ 1
+ 0
+ 0
+ 0
+
+
+ 13207
+ 1
+ 0
+ 0
+ 0
+
+
+ 13208
+ 1
+ 0
+ 0
+ 0
+
+
+ 13209
+ 1
+ 0
+ 0
+ 0
+
+
+ 13210
+ 1
+ 0
+ 0
+ 0
+
+
+ 13211
+ 1
+ 0
+ 0
+ 0
+
+
+ 13212
+ 1
+ 0
+ 0
+ 0
+
+
+ 13213
+ 1
+ 0
+ 0
+ 0
+
+
+ 13214
+ 1
+ 0
+ 0
+ 0
+
+
+ 13215
+ 1
+ 0
+ 0
+ 0
+
+
+ 13216
+ 1
+ 0
+ 0
+ 0
+
+
+ 13217
+ 1
+ 0
+ 0
+ 0
+
+
+ 13218
+ 1
+ 0
+ 0
+ 0
+
+
+ 13219
+ 1
+ 0
+ 0
+ 0
+
+
+ 13220
+ 1
+ 0
+ 0
+ 0
+
+
+ 13221
+ 1
+ 0
+ 0
+ 0
+
+
+ 13222
+ 1
+ 0
+ 0
+ 0
+
+
+ 13223
+ 1
+ 0
+ 0
+ 0
+
+
+ 13224
+ 1
+ 0
+ 0
+ 0
+
+
+ 13225
+ 1
+ 0
+ 0
+ 0
+
+
+ 13226
+ 1
+ 0
+ 0
+ 0
+
+
+ 13227
+ 1
+ 0
+ 0
+ 0
+
+
+ 13228
+ 1
+ 0
+ 0
+ 0
+
+
+ 13229
+ 1
+ 0
+ 0
+ 0
+
+
+ 13230
+ 1
+ 0
+ 0
+ 0
+
+
+ 13231
+ 1
+ 0
+ 0
+ 0
+
+
+ 13232
+ 1
+ 0
+ 0
+ 0
+
+
+ 13233
+ 1
+ 0
+ 0
+ 0
+
+
+ 13234
+ 1
+ 0
+ 0
+ 0
+
+
+ 13235
+ 1
+ 0
+ 0
+ 0
+
+
+ 13236
+ 3
+ 0
+ 0
+ 0
+
+
+ 13237
+ 1
+ 0
+ 0
+ 0
+
+
+ 13238
+ 1
+ 0
+ 0
+ 0
+
+
+ 13239
+ 1
+ 0
+ 0
+ 0
+
+
+ 13240
+ 1
+ 0
+ 0
+ 0
+
+
+ 13241
+ 1
+ 0
+ 0
+ 0
+
+
+ 13242
+ 1
+ 0
+ 0
+ 0
+
+
+ 13243
+ 1
+ 0
+ 0
+ 0
+
+
+ 13244
+ 1
+ 0
+ 0
+ 0
+
+
+ 13245
+ 1
+ 0
+ 0
+ 0
+
+
+ 13246
+ 1
+ 0
+ 0
+ 0
+
+
+ 13247
+ 1
+ 0
+ 0
+ 0
+
+
+ 13248
+ 1
+ 0
+ 0
+ 0
+
+
+ 13249
+ 1
+ 0
+ 0
+ 0
+
+
+ 13250
+ 1
+ 0
+ 0
+ 0
+
+
+ 13251
+ 1
+ 0
+ 0
+ 0
+
+
+ 13252
+ 1
+ 0
+ 0
+ 0
+
+
+ 13253
+ 1
+ 0
+ 0
+ 0
+
+
+ 13254
+ 1
+ 0
+ 0
+ 0
+
+
+ 13255
+ 1
+ 0
+ 0
+ 0
+
+
+ 13256
+ 1
+ 0
+ 0
+ 0
+
+
+ 13257
+ 1
+ 0
+ 0
+ 0
+
+
+ 13258
+ 1
+ 0
+ 0
+ 0
+
+
+ 13259
+ 1
+ 0
+ 0
+ 0
+
+
+ 13260
+ 1
+ 0
+ 0
+ 0
+
+
+ 13261
+ 1
+ 0
+ 0
+ 0
+
+
+ 13262
+ 1
+ 0
+ 0
+ 0
+
+
+ 13263
+ 650
+ 0
+ 0
+ 0
+
+
+ 13264
+ 1
+ 0
+ 0
+ 0
+
+
+ 13265
+ 1
+ 0
+ 0
+ 0
+
+
+ 13266
+ 1
+ 0
+ 0
+ 0
+
+
+ 13267
+ 1
+ 0
+ 0
+ 0
+
+
+ 13268
+ 3
+ 0
+ 0
+ 0
+
+
+ 13269
+ 3
+ 0
+ 0
+ 0
+
+
+ 13270
+ 3
+ 0
+ 0
+ 0
+
+
+ 13271
+ 3
+ 0
+ 0
+ 0
+
+
+ 13272
+ 3
+ 0
+ 0
+ 0
+
+
+ 13273
+ 3
+ 0
+ 0
+ 0
+
+
+ 13274
+ 3
+ 0
+ 0
+ 0
+
+
+ 13275
+ 3
+ 0
+ 0
+ 0
+
+
+ 13276
+ 1
+ 0
+ 0
+ 0
+
+
+ 13277
+ 400
+ 0
+ 0
+ 0
+
+
+ 13278
+ 50
+ 0
+ 0
+ 0
+
+
+ 13279
+ 50
+ 0
+ 0
+ 0
+
+
+ 13280
+ 50
+ 0
+ 0
+ 0
+
+
+ 13281
+ 150
+ 0
+ 0
+ 0
+
+
+ 13282
+ 150
+ 0
+ 0
+ 0
+
+
+ 13283
+ 150
+ 0
+ 0
+ 0
+
+
+ 13284
+ 150
+ 0
+ 0
+ 0
+
+
+ 13285
+ 150
+ 0
+ 0
+ 0
+
+
+ 13286
+ 150
+ 0
+ 0
+ 0
+
+
+ 13287
+ 150
+ 0
+ 0
+ 0
+
+
+ 13288
+ 150
+ 0
+ 0
+ 0
+
+
+ 13289
+ 3
+ 0
+ 0
+ 0
+
+
+ 13290
+ 68000
+ 0
+ 0
+ 0
+
+
+ 13291
+ 68000
+ 0
+ 0
+ 0
+
+
+ 13292
+ 1
+ 0
+ 0
+ 0
+
+
+ 13293
+ 1
+ 0
+ 0
+ 0
+
+
+ 13294
+ 1
+ 0
+ 0
+ 0
+
+
+ 13295
+ 1
+ 0
+ 0
+ 0
+
+
+ 13296
+ 1
+ 0
+ 0
+ 0
+
+
+ 13297
+ 1
+ 0
+ 0
+ 0
+
+
+ 13298
+ 1
+ 0
+ 0
+ 0
+
+
+ 13299
+ 1
+ 0
+ 0
+ 0
+
+
+ 13300
+ 1
+ 0
+ 0
+ 0
+
+
+ 13301
+ 1
+ 0
+ 0
+ 0
+
+
+ 13302
+ 1
+ 0
+ 0
+ 0
+
+
+ 13303
+ 1
+ 0
+ 0
+ 0
+
+
+ 13304
+ 1
+ 0
+ 0
+ 0
+
+
+ 13305
+ 1
+ 0
+ 0
+ 0
+
+
+ 13306
+ 1
+ 0
+ 0
+ 0
+
+
+ 13307
+ 1
+ 0
+ 0
+ 0
+
+
+ 13308
+ 1
+ 0
+ 0
+ 0
+
+
+ 13309
+ 1
+ 0
+ 0
+ 0
+
+
+ 13310
+ 1
+ 0
+ 0
+ 0
+
+
+ 13311
+ 1
+ 0
+ 0
+ 0
+
+
+ 13312
+ 1
+ 0
+ 0
+ 0
+
+
+ 13313
+ 1
+ 0
+ 0
+ 0
+
+
+ 13314
+ 1
+ 0
+ 0
+ 0
+
+
+ 13315
+ 1
+ 0
+ 0
+ 0
+
+
+ 13316
+ 1
+ 0
+ 0
+ 0
+
+
+ 13317
+ 1
+ 0
+ 0
+ 0
+
+
+ 13318
+ 1
+ 0
+ 0
+ 0
+
+
+ 13319
+ 1
+ 0
+ 0
+ 0
+
+
+ 13320
+ 1
+ 0
+ 0
+ 0
+
+
+ 13321
+ 1
+ 0
+ 0
+ 0
+
+
+ 13322
+ 1
+ 0
+ 0
+ 0
+
+
+ 13323
+ 1
+ 0
+ 0
+ 0
+
+
+ 13324
+ 1
+ 0
+ 0
+ 0
+
+
+ 13325
+ 1
+ 0
+ 0
+ 0
+
+
+ 13326
+ 1
+ 0
+ 0
+ 0
+
+
+ 13327
+ 1
+ 0
+ 0
+ 0
+
+
+ 13328
+ 1
+ 0
+ 0
+ 0
+
+
+ 13329
+ 1
+ 0
+ 0
+ 0
+
+
+ 13330
+ 1
+ 0
+ 0
+ 0
+
+
+ 13331
+ 1
+ 0
+ 0
+ 0
+
+
+ 13332
+ 1
+ 0
+ 0
+ 0
+
+
+ 13333
+ 1
+ 0
+ 0
+ 0
+
+
+ 13334
+ 1
+ 0
+ 0
+ 0
+
+
+ 13335
+ 1
+ 0
+ 0
+ 0
+
+
+ 13336
+ 1
+ 0
+ 0
+ 0
+
+
+ 13337
+ 50
+ 0
+ 0
+ 0
+
+
+ 13338
+ 50
+ 0
+ 0
+ 0
+
+
+ 13339
+ 100
+ 0
+ 0
+ 0
+
+
+ 13340
+ 100
+ 0
+ 0
+ 0
+
+
+ 13341
+ 100
+ 0
+ 0
+ 0
+
+
+ 13342
+ 100
+ 0
+ 0
+ 0
+
+
+ 13343
+ 100
+ 0
+ 0
+ 0
+
+
+ 13344
+ 100
+ 0
+ 0
+ 0
+
+
+ 13345
+ 100
+ 0
+ 0
+ 0
+
+
+ 13346
+ 100
+ 0
+ 0
+ 0
+
+
+ 13347
+ 100
+ 0
+ 0
+ 0
+
+
+ 13348
+ 100
+ 0
+ 0
+ 0
+
+
+ 13349
+ 100
+ 0
+ 0
+ 0
+
+
+ 13350
+ 100
+ 0
+ 0
+ 0
+
+
+ 13351
+ 100
+ 0
+ 0
+ 0
+
+
+ 13352
+ 100
+ 0
+ 0
+ 0
+
+
+ 13353
+ 100
+ 0
+ 0
+ 0
+
+
+ 13354
+ 100
+ 0
+ 0
+ 0
+
+
+ 13355
+ 100
+ 0
+ 0
+ 0
+
+
+ 13356
+ 100
+ 0
+ 0
+ 0
+
+
+ 13357
+ 100
+ 0
+ 0
+ 0
+
+
+ 13358
+ 300
+ 0
+ 0
+ 0
+
+
+ 13359
+ 300
+ 0
+ 0
+ 0
+
+
+ 13360
+ 300
+ 0
+ 0
+ 0
+
+
+ 13361
+ 300
+ 0
+ 0
+ 0
+
+
+ 13362
+ 300
+ 0
+ 0
+ 0
+
+
+ 13363
+ 300
+ 0
+ 0
+ 0
+
+
+ 13364
+ 350
+ 0
+ 0
+ 0
+
+
+ 13365
+ 350
+ 0
+ 0
+ 0
+
+
+ 13366
+ 350
+ 0
+ 0
+ 0
+
+
+ 13367
+ 350
+ 0
+ 0
+ 0
+
+
+ 13368
+ 350
+ 0
+ 0
+ 0
+
+
+ 13369
+ 350
+ 0
+ 0
+ 0
+
+
+ 13370
+ 100
+ 0
+ 0
+ 0
+
+
+ 13371
+ 100
+ 0
+ 0
+ 0
+
+
+ 13372
+ 100
+ 0
+ 0
+ 0
+
+
+ 13373
+ 100
+ 0
+ 0
+ 0
+
+
+ 13374
+ 100
+ 0
+ 0
+ 0
+
+
+ 13375
+ 100
+ 0
+ 0
+ 0
+
+
+ 13376
+ 100
+ 0
+ 0
+ 0
+
+
+ 13377
+ 100
+ 0
+ 0
+ 0
+
+
+ 13378
+ 100
+ 0
+ 0
+ 0
+
+
+ 13379
+ 1
+ 0
+ 0
+ 0
+
+
+ 13380
+ 1
+ 0
+ 0
+ 0
+
+
+ 13381
+ 1
+ 0
+ 0
+ 0
+
+
+ 13382
+ 1
+ 0
+ 0
+ 0
+
+
+ 13383
+ 1
+ 0
+ 0
+ 0
+
+
+ 13384
+ 1
+ 0
+ 0
+ 0
+
+
+ 13385
+ 1
+ 0
+ 0
+ 0
+
+
+ 13386
+ 1
+ 0
+ 0
+ 0
+
+
+ 13387
+ 1
+ 0
+ 0
+ 0
+
+
+ 13388
+ 1
+ 0
+ 0
+ 0
+
+
+ 13389
+ 1
+ 0
+ 0
+ 0
+
+
+ 13390
+ 1
+ 0
+ 0
+ 0
+
+
+ 13391
+ 1
+ 0
+ 0
+ 0
+
+
+ 13392
+ 1
+ 0
+ 0
+ 0
+
+
+ 13393
+ 1
+ 0
+ 0
+ 0
+
+
+ 13394
+ 1
+ 0
+ 0
+ 0
+
+
+ 13395
+ 1
+ 0
+ 0
+ 0
+
+
+ 13396
+ 1
+ 0
+ 0
+ 0
+
+
+ 13397
+ 1
+ 0
+ 0
+ 0
+
+
+ 13398
+ 1
+ 0
+ 0
+ 0
+
+
+ 13399
+ 1
+ 0
+ 0
+ 0
+
+
+ 13400
+ 1
+ 0
+ 0
+ 0
+
+
+ 13401
+ 1
+ 0
+ 0
+ 0
+
+
+ 13402
+ 1
+ 0
+ 0
+ 0
+
+
+ 13403
+ 300
+ 0
+ 0
+ 0
+
+
+ 13404
+ 1
+ 0
+ 0
+ 0
+
+
+ 13405
+ 1
+ 0
+ 0
+ 0
+
+
+ 13406
+ 1
+ 0
+ 0
+ 0
+
+
+ 13407
+ 1
+ 0
+ 0
+ 0
+
+
+ 13408
+ 1
+ 0
+ 0
+ 0
+
+
+ 13409
+ 1
+ 0
+ 0
+ 0
+
+
+ 13410
+ 1
+ 0
+ 0
+ 0
+
+
+ 13411
+ 1
+ 0
+ 0
+ 0
+
+
+ 13412
+ 1
+ 0
+ 0
+ 0
+
+
+ 13413
+ 1
+ 0
+ 0
+ 0
+
+
+ 13414
+ 1
+ 0
+ 0
+ 0
+
+
+ 13415
+ 1
+ 0
+ 0
+ 0
+
+
+ 13416
+ 1
+ 0
+ 0
+ 0
+
+
+ 13417
+ 1
+ 0
+ 0
+ 0
+
+
+ 13418
+ 1
+ 0
+ 0
+ 0
+
+
+ 13419
+ 1
+ 0
+ 0
+ 0
+
+
+ 13420
+ 1
+ 0
+ 0
+ 0
+
+
+ 13421
+ 1
+ 0
+ 0
+ 0
+
+
+ 13422
+ 1
+ 0
+ 0
+ 0
+
+
+ 13423
+ 1
+ 0
+ 0
+ 0
+
+
+ 13424
+ 1
+ 0
+ 0
+ 0
+
+
+ 13425
+ 1
+ 0
+ 0
+ 0
+
+
+ 13426
+ 1
+ 0
+ 0
+ 0
+
+
+ 13427
+ 1
+ 0
+ 0
+ 0
+
+
+ 13428
+ 1
+ 0
+ 0
+ 0
+
+
+ 13429
+ 1
+ 0
+ 0
+ 0
+
+
+ 13430
+ 1
+ 0
+ 0
+ 0
+
+
+ 13431
+ 20
+ 0
+ 0
+ 0
+
+
+ 13432
+ 20
+ 0
+ 0
+ 0
+
+
+ 13433
+ 5
+ 0
+ 0
+ 0
+
+
+ 13434
+ 5
+ 0
+ 0
+ 0
+
+
+ 13435
+ 5
+ 0
+ 0
+ 0
+
+
+ 13436
+ 5
+ 0
+ 0
+ 0
+
+
+ 13437
+ 1
+ 0
+ 0
+ 0
+
+
+ 13438
+ 1
+ 0
+ 0
+ 0
+
+
+ 13439
+ 1
+ 0
+ 0
+ 0
+
+
+ 13440
+ 1
+ 0
+ 0
+ 0
+
+
+ 13441
+ 1
+ 0
+ 0
+ 0
+
+
+ 13442
+ 1
+ 0
+ 0
+ 0
+
+
+ 13443
+ 1
+ 0
+ 0
+ 0
+
+
+ 13444
+ 1
+ 0
+ 0
+ 0
+
+
+ 13445
+ 1
+ 0
+ 0
+ 0
+
+
+ 13446
+ 1
+ 0
+ 0
+ 0
+
+
+ 13447
+ 1
+ 0
+ 0
+ 0
+
+
+ 13448
+ 1
+ 0
+ 0
+ 0
+
+
+ 13449
+ 1
+ 0
+ 0
+ 0
+
+
+ 13450
+ 1
+ 0
+ 0
+ 0
+
+
+ 13451
+ 1
+ 0
+ 0
+ 0
+
+
+ 13452
+ 1
+ 0
+ 0
+ 0
+
+
+ 13453
+ 1
+ 0
+ 0
+ 0
+
+
+ 13454
+ 1
+ 0
+ 0
+ 0
+
+
+ 13455
+ 1
+ 0
+ 0
+ 0
+
+
+ 13456
+ 1
+ 0
+ 0
+ 0
+
+
+ 13457
+ 1
+ 0
+ 0
+ 0
+
+
+ 13458
+ 1
+ 0
+ 0
+ 0
+
+
+ 13459
+ 1
+ 0
+ 0
+ 0
+
+
+ 13460
+ 1
+ 0
+ 0
+ 0
+
+
+ 13461
+ 1
+ 0
+ 0
+ 0
+
+
+ 13462
+ 1
+ 0
+ 0
+ 0
+
+
+ 13463
+ 1
+ 0
+ 0
+ 0
+
+
+ 13464
+ 1
+ 0
+ 0
+ 0
+
+
+ 13465
+ 1
+ 0
+ 0
+ 0
+
+
+ 13466
+ 1
+ 0
+ 0
+ 0
+
+
+ 13467
+ 1
+ 0
+ 0
+ 0
+
+
+ 13468
+ 1
+ 0
+ 0
+ 0
+
+
+ 13469
+ 1
+ 0
+ 0
+ 0
+
+
+ 13470
+ 1
+ 0
+ 0
+ 0
+
+
+ 13471
+ 1
+ 0
+ 0
+ 0
+
+
+ 13472
+ 1
+ 0
+ 0
+ 0
+
+
+ 13473
+ 1
+ 0
+ 0
+ 0
+
+
+ 13474
+ 1
+ 0
+ 0
+ 0
+
+
+ 13475
+ 1
+ 0
+ 0
+ 0
+
+
+ 13476
+ 1
+ 0
+ 0
+ 0
+
+
+ 13477
+ 1
+ 0
+ 0
+ 0
+
+
+ 13478
+ 1
+ 0
+ 0
+ 0
+
+
+ 13479
+ 1
+ 0
+ 0
+ 0
+
+
+ 13480
+ 1
+ 0
+ 0
+ 0
+
+
+ 13481
+ 1
+ 0
+ 0
+ 0
+
+
+ 13482
+ 1
+ 0
+ 0
+ 0
+
+
+ 13483
+ 1
+ 0
+ 0
+ 0
+
+
+ 13484
+ 1
+ 0
+ 0
+ 0
+
+
+ 13485
+ 1
+ 0
+ 0
+ 0
+
+
+ 13486
+ 1
+ 0
+ 0
+ 0
+
+
+ 13487
+ 1
+ 0
+ 0
+ 0
+
+
+ 13488
+ 1
+ 0
+ 0
+ 0
+
+
+ 13489
+ 1
+ 0
+ 0
+ 0
+
+
+ 13490
+ 1
+ 0
+ 0
+ 0
+
+
+ 13491
+ 1
+ 0
+ 0
+ 0
+
+
+ 13492
+ 1
+ 0
+ 0
+ 0
+
+
+ 13493
+ 1
+ 0
+ 0
+ 0
+
+
+ 13494
+ 1
+ 0
+ 0
+ 0
+
+
+ 13495
+ 1
+ 0
+ 0
+ 0
+
+
+ 13496
+ 1
+ 0
+ 0
+ 0
+
+
+ 13497
+ 1
+ 0
+ 0
+ 0
+
+
+ 13498
+ 1
+ 0
+ 0
+ 0
+
+
+ 13499
+ 1
+ 0
+ 0
+ 0
+
+
+ 13500
+ 1
+ 0
+ 0
+ 0
+
+
+ 13501
+ 1
+ 0
+ 0
+ 0
+
+
+ 13502
+ 1
+ 0
+ 0
+ 0
+
+
+ 13503
+ 1
+ 0
+ 0
+ 0
+
+
+ 13504
+ 1
+ 0
+ 0
+ 0
+
+
+ 13505
+ 1
+ 0
+ 0
+ 0
+
+
+ 13506
+ 1
+ 0
+ 0
+ 0
+
+
+ 13507
+ 1
+ 0
+ 0
+ 0
+
+
+ 13508
+ 1
+ 0
+ 0
+ 0
+
+
+ 13509
+ 1
+ 0
+ 0
+ 0
+
+
+ 13510
+ 1
+ 0
+ 0
+ 0
+
+
+ 13511
+ 1
+ 0
+ 0
+ 0
+
+
+ 13512
+ 1
+ 0
+ 0
+ 0
+
+
+ 13513
+ 1
+ 0
+ 0
+ 0
+
+
+ 13514
+ 1
+ 0
+ 0
+ 0
+
+
+ 13515
+ 1
+ 0
+ 0
+ 0
+
+
+ 13516
+ 1
+ 0
+ 0
+ 0
+
+
+ 13517
+ 1
+ 0
+ 0
+ 0
+
+
+ 13518
+ 1
+ 0
+ 0
+ 0
+
+
+ 13519
+ 1
+ 0
+ 0
+ 0
+
+
+ 13520
+ 1
+ 0
+ 0
+ 0
+
+
+ 13521
+ 1
+ 0
+ 0
+ 0
+
+
+ 13522
+ 1
+ 0
+ 0
+ 0
+
+
+ 13523
+ 1
+ 0
+ 0
+ 0
+
+
+ 13524
+ 1
+ 0
+ 0
+ 0
+
+
+ 13525
+ 1
+ 0
+ 0
+ 0
+
+
+ 13526
+ 1
+ 0
+ 0
+ 0
+
+
+ 13527
+ 1
+ 0
+ 0
+ 0
+
+
+ 13528
+ 1
+ 0
+ 0
+ 0
+
+
+ 13529
+ 1
+ 0
+ 0
+ 0
+
+
+ 13530
+ 1
+ 0
+ 0
+ 0
+
+
+ 13531
+ 1
+ 0
+ 0
+ 0
+
+
+ 13532
+ 1
+ 0
+ 0
+ 0
+
+
+ 13533
+ 1
+ 0
+ 0
+ 0
+
+
+ 13534
+ 1
+ 0
+ 0
+ 0
+
+
+ 13535
+ 1
+ 0
+ 0
+ 0
+
+
+ 13536
+ 1
+ 0
+ 0
+ 0
+
+
+ 13537
+ 1
+ 0
+ 0
+ 0
+
+
+ 13538
+ 1
+ 0
+ 0
+ 0
+
+
+ 13539
+ 1
+ 0
+ 0
+ 0
+
+
+ 13540
+ 1
+ 0
+ 0
+ 0
+
+
+ 13541
+ 1
+ 0
+ 0
+ 0
+
+
+ 13542
+ 1
+ 0
+ 0
+ 0
+
+
+ 13543
+ 1
+ 0
+ 0
+ 0
+
+
+ 13544
+ 1
+ 0
+ 0
+ 0
+
+
+ 13545
+ 1
+ 0
+ 0
+ 0
+
+
+ 13546
+ 1
+ 0
+ 0
+ 0
+
+
+ 13547
+ 1
+ 0
+ 0
+ 0
+
+
+ 13548
+ 1
+ 0
+ 0
+ 0
+
+
+ 13549
+ 1
+ 0
+ 0
+ 0
+
+
+ 13550
+ 1
+ 0
+ 0
+ 0
+
+
+ 13551
+ 1
+ 0
+ 0
+ 0
+
+
+ 13552
+ 1
+ 0
+ 0
+ 0
+
+
+ 13553
+ 1
+ 0
+ 0
+ 0
+
+
+ 13554
+ 1
+ 0
+ 0
+ 0
+
+
+ 13555
+ 1
+ 0
+ 0
+ 0
+
+
+ 13556
+ 1
+ 0
+ 0
+ 0
+
+
+ 13557
+ 1
+ 0
+ 0
+ 0
+
+
+ 13558
+ 1
+ 0
+ 0
+ 0
+
+
+ 13559
+ 1
+ 0
+ 0
+ 0
+
+
+ 13560
+ 350
+ 0
+ 0
+ 0
+
+
+ 13561
+ 350
+ 0
+ 0
+ 0
+
+
+ 13562
+ 350
+ 0
+ 0
+ 0
+
+
+ 13563
+ 38
+ 0
+ 0
+ 0
+
+
+ 13564
+ 38
+ 0
+ 0
+ 0
+
+
+ 13565
+ 1
+ 0
+ 0
+ 0
+
+
+ 13566
+ 1
+ 0
+ 0
+ 0
+
+
+ 13567
+ 1
+ 0
+ 0
+ 0
+
+
+ 13568
+ 1
+ 0
+ 0
+ 0
+
+
+ 13569
+ 1
+ 0
+ 0
+ 0
+
+
+ 13570
+ 1
+ 0
+ 0
+ 0
+
+
+ 13571
+ 1
+ 0
+ 0
+ 0
+
+
+ 13572
+ 1
+ 0
+ 0
+ 0
+
+
+ 13573
+ 1
+ 0
+ 0
+ 0
+
+
+ 13574
+ 1
+ 0
+ 0
+ 0
+
+
+ 13575
+ 1
+ 0
+ 0
+ 0
+
+
+ 13576
+ 1
+ 0
+ 0
+ 0
+
+
+ 13577
+ 1
+ 0
+ 0
+ 0
+
+
+ 13578
+ 1
+ 0
+ 0
+ 0
+
+
+ 13579
+ 1
+ 0
+ 0
+ 0
+
+
+ 13580
+ 1
+ 0
+ 0
+ 0
+
+
+ 13581
+ 1
+ 0
+ 0
+ 0
+
+
+ 13582
+ 1
+ 0
+ 0
+ 0
+
+
+ 13583
+ 1
+ 0
+ 0
+ 0
+
+
+ 13584
+ 1
+ 0
+ 0
+ 0
+
+
+ 13585
+ 1
+ 0
+ 0
+ 0
+
+
+ 13586
+ 1
+ 0
+ 0
+ 0
+
+
+ 13587
+ 4
+ 0
+ 0
+ 0
+
+
+ 13588
+ 1
+ 0
+ 0
+ 0
+
+
+ 13589
+ 2
+ 0
+ 0
+ 0
+
+
+ 13590
+ 1
+ 0
+ 0
+ 0
+
+
+ 13591
+ 1
+ 0
+ 0
+ 0
+
+
+ 13592
+ 1
+ 0
+ 0
+ 0
+
+
+ 13593
+ 1
+ 0
+ 0
+ 0
+
+
+ 13594
+ 1
+ 0
+ 0
+ 0
+
+
+ 13595
+ 1
+ 0
+ 0
+ 0
+
+
+ 13596
+ 1
+ 0
+ 0
+ 0
+
+
+ 13597
+ 1
+ 0
+ 0
+ 0
+
+
+ 13598
+ 100
+ 0
+ 0
+ 0
+
+
+ 13599
+ 100
+ 0
+ 0
+ 0
+
+
+ 13600
+ 100
+ 0
+ 0
+ 0
+
+
+ 13601
+ 100
+ 0
+ 0
+ 0
+
+
+ 13602
+ 100
+ 0
+ 0
+ 0
+
+
+ 13603
+ 100
+ 0
+ 0
+ 0
+
+
+ 13604
+ 100
+ 0
+ 0
+ 0
+
+
+ 13605
+ 100
+ 0
+ 0
+ 0
+
+
+ 13606
+ 100
+ 0
+ 0
+ 0
+
+
+ 13607
+ 100
+ 0
+ 0
+ 0
+
+
+ 13608
+ 100
+ 0
+ 0
+ 0
+
+
+ 13609
+ 100
+ 0
+ 0
+ 0
+
+
+ 13610
+ 100
+ 0
+ 0
+ 0
+
+
+ 13611
+ 100
+ 0
+ 0
+ 0
+
+
+ 13612
+ 20
+ 0
+ 0
+ 0
+
+
+ 13613
+ 20
+ 0
+ 0
+ 0
+
+
+ 13614
+ 75
+ 0
+ 0
+ 0
+
+
+ 13615
+ 75
+ 0
+ 0
+ 0
+
+
+ 13616
+ 75
+ 0
+ 0
+ 0
+
+
+ 13617
+ 75
+ 0
+ 0
+ 0
+
+
+ 13618
+ 75
+ 0
+ 0
+ 0
+
+
+ 13619
+ 75
+ 0
+ 0
+ 0
+
+
+ 13620
+ 75
+ 0
+ 0
+ 0
+
+
+ 13621
+ 75
+ 0
+ 0
+ 0
+
+
+ 13622
+ 75
+ 0
+ 0
+ 0
+
+
+ 13623
+ 75
+ 0
+ 0
+ 0
+
+
+ 13624
+ 75
+ 0
+ 0
+ 0
+
+
+ 13625
+ 75
+ 0
+ 0
+ 0
+
+
+ 13626
+ 75
+ 0
+ 0
+ 0
+
+
+ 13627
+ 75
+ 0
+ 0
+ 0
+
+
+ 13628
+ 75
+ 0
+ 0
+ 0
+
+
+ 13629
+ 15
+ 0
+ 0
+ 0
+
+
+ 13630
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13631
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13632
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13633
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13634
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13635
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13636
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13637
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13638
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13639
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13640
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13641
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13642
+ 1500
+ 0
+ 0
+ 0
+
+
+ 13643
+ 20
+ 0
+ 0
+ 0
+
+
+ 13644
+ 20
+ 0
+ 0
+ 0
+
+
+ 13645
+ 20
+ 0
+ 0
+ 0
+
+
+ 13646
+ 20
+ 0
+ 0
+ 0
+
+
+ 13647
+ 20
+ 0
+ 0
+ 0
+
+
+ 13648
+ 20
+ 0
+ 0
+ 0
+
+
+ 13649
+ 4
+ 0
+ 0
+ 0
+
+
+ 13650
+ 1
+ 0
+ 0
+ 0
+
+
+ 13651
+ 1
+ 0
+ 0
+ 0
+
+
+ 13652
+ 1
+ 0
+ 0
+ 0
+
+
+ 13653
+ 1
+ 0
+ 0
+ 0
+
+
+ 13654
+ 1
+ 0
+ 0
+ 0
+
+
+ 13655
+ 100
+ 0
+ 0
+ 0
+
+
+ 13656
+ 75
+ 0
+ 0
+ 0
+
+
+ 13657
+ 75
+ 0
+ 0
+ 0
+
+
+ 13658
+ 75
+ 0
+ 0
+ 0
+
+
+ 13659
+ 100
+ 0
+ 0
+ 0
+
+
+ 13660
+ 200
+ 0
+ 0
+ 0
+
+
+ 13661
+ 300
+ 0
+ 0
+ 0
+
+
+ 13662
+ 1
+ 0
+ 0
+ 0
+
+
+ 13663
+ 10
+ 0
+ 0
+ 0
+
+
+ 13664
+ 10
+ 0
+ 0
+ 0
+
+
+ 13665
+ 10
+ 0
+ 0
+ 0
+
+
+ 13666
+ 10
+ 0
+ 0
+ 0
+
+
+ 13667
+ 10
+ 0
+ 0
+ 0
+
+
+ 13668
+ 10
+ 0
+ 0
+ 0
+
+
+ 13669
+ 10
+ 0
+ 0
+ 0
+
+
+ 13670
+ 10
+ 0
+ 0
+ 0
+
+
+ 13671
+ 10
+ 0
+ 0
+ 0
+
+
+ 13672
+ 10
+ 0
+ 0
+ 0
+
+
+ 13673
+ 10
+ 0
+ 0
+ 0
+
+
+ 13674
+ 10
+ 0
+ 0
+ 0
+
+
+ 13675
+ 10
+ 0
+ 0
+ 0
+
+
+ 13676
+ 10
+ 0
+ 0
+ 0
+
+
+ 13677
+ 10
+ 0
+ 0
+ 0
+
+
+ 13678
+ 10
+ 0
+ 0
+ 0
+
+
+ 13679
+ 10
+ 0
+ 0
+ 0
+
+
+ 13680
+ 10
+ 0
+ 0
+ 0
+
+
+ 13681
+ 10
+ 0
+ 0
+ 0
+
+
+ 13682
+ 10
+ 0
+ 0
+ 0
+
+
+ 13683
+ 10
+ 0
+ 0
+ 0
+
+
+ 13684
+ 10
+ 0
+ 0
+ 0
+
+
+ 13685
+ 10
+ 0
+ 0
+ 0
+
+
+ 13686
+ 10
+ 0
+ 0
+ 0
+
+
+ 13687
+ 10
+ 0
+ 0
+ 0
+
+
+ 13688
+ 10
+ 0
+ 0
+ 0
+
+
+ 13689
+ 10
+ 0
+ 0
+ 0
+
+
+ 13690
+ 10
+ 0
+ 0
+ 0
+
+
+ 13691
+ 10
+ 0
+ 0
+ 0
+
+
+ 13692
+ 10
+ 0
+ 0
+ 0
+
+
+ 13693
+ 10
+ 0
+ 0
+ 0
+
+
+ 13694
+ 10
+ 0
+ 0
+ 0
+
+
+ 13695
+ 10
+ 0
+ 0
+ 0
+
+
+ 13696
+ 10
+ 0
+ 0
+ 0
+
+
+ 13697
+ 10
+ 0
+ 0
+ 0
+
+
+ 13698
+ 10
+ 0
+ 0
+ 0
+
+
+ 13699
+ 10
+ 0
+ 0
+ 0
+
+
+ 13700
+ 10
+ 0
+ 0
+ 0
+
+
+ 13701
+ 10
+ 0
+ 0
+ 0
+
+
+ 13702
+ 10
+ 0
+ 0
+ 0
+
+
+ 13703
+ 10
+ 0
+ 0
+ 0
+
+
+ 13704
+ 10
+ 0
+ 0
+ 0
+
+
+ 13705
+ 10
+ 0
+ 0
+ 0
+
+
+ 13706
+ 10
+ 0
+ 0
+ 0
+
+
+ 13707
+ 1
+ 0
+ 0
+ 0
+
+
+ 13708
+ 1
+ 0
+ 0
+ 0
+
+
+ 13709
+ 1
+ 0
+ 0
+ 0
+
+
+ 13710
+ 1
+ 0
+ 0
+ 0
+
+
+ 13711
+ 1
+ 0
+ 0
+ 0
+
+
+ 13712
+ 1
+ 0
+ 0
+ 0
+
+
+ 13713
+ 1
+ 0
+ 0
+ 0
+
+
+ 13714
+ 1
+ 0
+ 0
+ 0
+
+
+ 13715
+ 1
+ 0
+ 0
+ 0
+
+
+ 13716
+ 1
+ 0
+ 0
+ 0
+
+
+ 13717
+ 1
+ 0
+ 0
+ 0
+
+
+ 13718
+ 1
+ 0
+ 0
+ 0
+
+
+ 13719
+ 50
+ 0
+ 0
+ 0
+
+
+ 13720
+ 14
+ 0
+ 0
+ 0
+
+
+ 13721
+ 4
+ 0
+ 0
+ 0
+
+
+ 13722
+ 7
+ 0
+ 0
+ 0
+
+
+ 13723
+ 100
+ 0
+ 0
+ 0
+
+
+ 13724
+ 100
+ 0
+ 0
+ 0
+
+
+ 13725
+ 100
+ 0
+ 0
+ 0
+
+
+ 13726
+ 100
+ 0
+ 0
+ 0
+
+
+ 13727
+ 50
+ 0
+ 0
+ 0
+
+
+ 13728
+ 1
+ 0
+ 0
+ 0
+
+
+ 13729
+ 1
+ 0
+ 0
+ 0
+
+
+ 13730
+ 1
+ 0
+ 0
+ 0
+
+
+ 13731
+ 1
+ 0
+ 0
+ 0
+
+
+ 13732
+ 1
+ 0
+ 0
+ 0
+
+
+ 13733
+ 1
+ 0
+ 0
+ 0
+
+
+ 13734
+ 70000
+ 0
+ 0
+ 0
+
+
+ 13735
+ 70000
+ 0
+ 0
+ 0
+
+
+ 13736
+ 1400000
+ 0
+ 0
+ 0
+
+
+ 13737
+ 1400000
+ 0
+ 0
+ 0
+
+
+ 13738
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 13739
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 13740
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 13741
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 13742
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 13743
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 13744
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 13745
+ 2000000
+ 0
+ 0
+ 0
+
+
+ 13746
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13747
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13748
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13749
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13750
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13751
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13752
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13753
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13754
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13755
+ 750000
+ 0
+ 0
+ 0
+
+
+ 13756
+ 40
+ 0
+ 0
+ 0
+
+
+ 13757
+ 1
+ 0
+ 0
+ 0
+
+
+ 13758
+ 1
+ 0
+ 0
+ 0
+
+
+ 13759
+ 1
+ 0
+ 0
+ 0
+
+
+ 13760
+ 1
+ 0
+ 0
+ 0
+
+
+ 13761
+ 1
+ 0
+ 0
+ 0
+
+
+ 13762
+ 1
+ 0
+ 0
+ 0
+
+
+ 13763
+ 1
+ 0
+ 0
+ 0
+
+
+ 13764
+ 1
+ 0
+ 0
+ 0
+
+
+ 13765
+ 1
+ 0
+ 0
+ 0
+
+
+ 13766
+ 1
+ 0
+ 0
+ 0
+
+
+ 13767
+ 1
+ 0
+ 0
+ 0
+
+
+ 13768
+ 1
+ 0
+ 0
+ 0
+
+
+ 13769
+ 1
+ 0
+ 0
+ 0
+
+
+ 13770
+ 1
+ 0
+ 0
+ 0
+
+
+ 13771
+ 1
+ 0
+ 0
+ 0
+
+
+ 13772
+ 1
+ 0
+ 0
+ 0
+
+
+ 13773
+ 1
+ 0
+ 0
+ 0
+
+
+ 13774
+ 1
+ 0
+ 0
+ 0
+
+
+ 13775
+ 1
+ 0
+ 0
+ 0
+
+
+ 13776
+ 1
+ 0
+ 0
+ 0
+
+
+ 13777
+ 1
+ 0
+ 0
+ 0
+
+
+ 13778
+ 1
+ 0
+ 0
+ 0
+
+
+ 13779
+ 1
+ 0
+ 0
+ 0
+
+
+ 13780
+ 1
+ 0
+ 0
+ 0
+
+
+ 13781
+ 1
+ 0
+ 0
+ 0
+
+
+ 13782
+ 1
+ 0
+ 0
+ 0
+
+
+ 13783
+ 1
+ 0
+ 0
+ 0
+
+
+ 13784
+ 1
+ 0
+ 0
+ 0
+
+
+ 13785
+ 1
+ 0
+ 0
+ 0
+
+
+ 13786
+ 1
+ 0
+ 0
+ 0
+
+
+ 13787
+ 1
+ 0
+ 0
+ 0
+
+
+ 13788
+ 1
+ 0
+ 0
+ 0
+
+
+ 13789
+ 1
+ 0
+ 0
+ 0
+
+
+ 13790
+ 1
+ 0
+ 0
+ 0
+
+
+ 13791
+ 1
+ 0
+ 0
+ 0
+
+
+ 13792
+ 1
+ 0
+ 0
+ 0
+
+
+ 13793
+ 1
+ 0
+ 0
+ 0
+
+
+ 13794
+ 1
+ 0
+ 0
+ 0
+
+
+ 13795
+ 1
+ 0
+ 0
+ 0
+
+
+ 13796
+ 1
+ 0
+ 0
+ 0
+
+
+ 13797
+ 1
+ 0
+ 0
+ 0
+
+
+ 13798
+ 1
+ 0
+ 0
+ 0
+
+
+ 13799
+ 1
+ 0
+ 0
+ 0
+
+
+ 13800
+ 1
+ 0
+ 0
+ 0
+
+
+ 13801
+ 1
+ 0
+ 0
+ 0
+
+
+ 13802
+ 1
+ 0
+ 0
+ 0
+
+
+ 13803
+ 1
+ 0
+ 0
+ 0
+
+
+ 13804
+ 1
+ 0
+ 0
+ 0
+
+
+ 13805
+ 1
+ 0
+ 0
+ 0
+
+
+ 13806
+ 1
+ 0
+ 0
+ 0
+
+
+ 13807
+ 1
+ 0
+ 0
+ 0
+
+
+ 13808
+ 1
+ 0
+ 0
+ 0
+
+
+ 13809
+ 1
+ 0
+ 0
+ 0
+
+
+ 13810
+ 1
+ 0
+ 0
+ 0
+
+
+ 13811
+ 1
+ 0
+ 0
+ 0
+
+
+ 13812
+ 1
+ 0
+ 0
+ 0
+
+
+ 13813
+ 1
+ 0
+ 0
+ 0
+
+
+ 13814
+ 1
+ 0
+ 0
+ 0
+
+
+ 13815
+ 1
+ 0
+ 0
+ 0
+
+
+ 13816
+ 1
+ 0
+ 0
+ 0
+
+
+ 13817
+ 1
+ 0
+ 0
+ 0
+
+
+ 13818
+ 1
+ 0
+ 0
+ 0
+
+
+ 13819
+ 1
+ 0
+ 0
+ 0
+
+
+ 13820
+ 1
+ 0
+ 0
+ 0
+
+
+ 13821
+ 1
+ 0
+ 0
+ 0
+
+
+ 13822
+ 1
+ 0
+ 0
+ 0
+
+
+ 13823
+ 1
+ 0
+ 0
+ 0
+
+
+ 13824
+ 1
+ 0
+ 0
+ 0
+
+
+ 13825
+ 1
+ 0
+ 0
+ 0
+
+
+ 13826
+ 1
+ 0
+ 0
+ 0
+
+
+ 13827
+ 1
+ 0
+ 0
+ 0
+
+
+ 13828
+ 1
+ 0
+ 0
+ 0
+
+
+ 13829
+ 1
+ 0
+ 0
+ 0
+
+
+ 13830
+ 1
+ 0
+ 0
+ 0
+
+
+ 13831
+ 1
+ 0
+ 0
+ 0
+
+
+ 13832
+ 1
+ 0
+ 0
+ 0
+
+
+ 13833
+ 1
+ 0
+ 0
+ 0
+
+
+ 13834
+ 1
+ 0
+ 0
+ 0
+
+
+ 13835
+ 1
+ 0
+ 0
+ 0
+
+
+ 13836
+ 1
+ 0
+ 0
+ 0
+
+
+ 13837
+ 1
+ 0
+ 0
+ 0
+
+
+ 13838
+ 1
+ 0
+ 0
+ 0
+
+
+ 13839
+ 1
+ 0
+ 0
+ 0
+
+
+ 13840
+ 1
+ 0
+ 0
+ 0
+
+
+ 13841
+ 1
+ 0
+ 0
+ 0
+
+
+ 13842
+ 1
+ 0
+ 0
+ 0
+
+
+ 13843
+ 1
+ 0
+ 0
+ 0
+
+
+ 13844
+ 1
+ 0
+ 0
+ 0
+
+
+ 13845
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13846
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13847
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13848
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13849
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13850
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13851
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13852
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13853
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13854
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13855
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13856
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13857
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13858
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13859
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13860
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13861
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13862
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13863
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13864
+ 250000
+ 0
+ 0
+ 0
+
+
+ 13865
+ 250000
+ 0
+ 0
+ 0
+
+
+ 13866
+ 150000
+ 0
+ 0
+ 0
+
+
+ 13867
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13868
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13869
+ 180000
+ 0
+ 0
+ 0
+
+
+ 13870
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13871
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13872
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13873
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13874
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13875
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13876
+ 250000
+ 0
+ 0
+ 0
+
+
+ 13877
+ 250000
+ 0
+ 0
+ 0
+
+
+ 13878
+ 150000
+ 0
+ 0
+ 0
+
+
+ 13879
+ 4000
+ 0
+ 0
+ 0
+
+
+ 13880
+ 10000
+ 0
+ 0
+ 0
+
+
+ 13881
+ 10000
+ 0
+ 0
+ 0
+
+
+ 13882
+ 10000
+ 0
+ 0
+ 0
+
+
+ 13883
+ 4000
+ 0
+ 0
+ 0
+
+
+ 13884
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13885
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13886
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13887
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13888
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13889
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13890
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13891
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13892
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13893
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13894
+ 500000
+ 0
+ 0
+ 0
+
+
+ 13895
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13896
+ 250000
+ 0
+ 0
+ 0
+
+
+ 13897
+ 250000
+ 0
+ 0
+ 0
+
+
+ 13898
+ 150000
+ 0
+ 0
+ 0
+
+
+ 13899
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13900
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13901
+ 180000
+ 0
+ 0
+ 0
+
+
+ 13902
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13903
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13904
+ 180000
+ 0
+ 0
+ 0
+
+
+ 13905
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13906
+ 300000
+ 0
+ 0
+ 0
+
+
+ 13907
+ 180000
+ 0
+ 0
+ 0
+
+
+ 13908
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13909
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13910
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13911
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13912
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13913
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13914
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13915
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13916
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13917
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13918
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13919
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13920
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13921
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13922
+ 30000
+ 0
+ 0
+ 0
+
+
+ 13923
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13924
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13925
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13926
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13927
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13928
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13929
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13930
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13931
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13932
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13933
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13934
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13935
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13936
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13937
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13938
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13939
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13940
+ 30000
+ 0
+ 0
+ 0
+
+
+ 13941
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13942
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13943
+ 70000
+ 0
+ 0
+ 0
+
+
+ 13944
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13945
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13946
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13947
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13948
+ 125000
+ 0
+ 0
+ 0
+
+
+ 13949
+ 75000
+ 0
+ 0
+ 0
+
+
+ 13950
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13951
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13952
+ 30000
+ 0
+ 0
+ 0
+
+
+ 13953
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13954
+ 10000
+ 0
+ 0
+ 0
+
+
+ 13955
+ 10000
+ 0
+ 0
+ 0
+
+
+ 13956
+ 10000
+ 0
+ 0
+ 0
+
+
+ 13957
+ 1000
+ 0
+ 0
+ 0
+
+
+ 13958
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13959
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13960
+ 72000
+ 0
+ 0
+ 0
+
+
+ 13961
+ 60000
+ 0
+ 0
+ 0
+
+
+ 13962
+ 60000
+ 0
+ 0
+ 0
+
+
+ 13963
+ 36000
+ 0
+ 0
+ 0
+
+
+ 13964
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13965
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13966
+ 72000
+ 0
+ 0
+ 0
+
+
+ 13967
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13968
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13969
+ 72000
+ 0
+ 0
+ 0
+
+
+ 13970
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13971
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13972
+ 72000
+ 0
+ 0
+ 0
+
+
+ 13973
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13974
+ 120000
+ 0
+ 0
+ 0
+
+
+ 13975
+ 72000
+ 0
+ 0
+ 0
+
+
+ 13976
+ 30000
+ 0
+ 0
+ 0
+
+
+ 13977
+ 30000
+ 0
+ 0
+ 0
+
+
+ 13978
+ 18000
+ 0
+ 0
+ 0
+
+
+ 13979
+ 100000
+ 0
+ 0
+ 0
+
+
+ 13980
+ 100000
+ 0
+ 0
+ 0
+
+
+ 13981
+ 60000
+ 0
+ 0
+ 0
+
+
+ 13982
+ 100000
+ 0
+ 0
+ 0
+
+
+ 13983
+ 100000
+ 0
+ 0
+ 0
+
+
+ 13984
+ 60000
+ 0
+ 0
+ 0
+
+
+ 13985
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13986
+ 50000
+ 0
+ 0
+ 0
+
+
+ 13987
+ 30000
+ 0
+ 0
+ 0
+
+
+ 13988
+ 40000
+ 0
+ 0
+ 0
+
+
+ 13989
+ 40000
+ 0
+ 0
+ 0
+
+
+ 13990
+ 24000
+ 0
+ 0
+ 0
+
+
+ 13991
+ 3
+ 0
+ 0
+ 0
+
+
+ 13992
+ 3
+ 0
+ 0
+ 0
+
+
+ 13993
+ 3
+ 0
+ 0
+ 0
+
+
+ 13994
+ 3
+ 0
+ 0
+ 0
+
+
+ 13995
+ 3
+ 0
+ 0
+ 0
+
+
+ 13996
+ 3
+ 0
+ 0
+ 0
+
+
+ 13997
+ 3
+ 0
+ 0
+ 0
+
+
+ 13998
+ 3
+ 0
+ 0
+ 0
+
+
+ 13999
+ 3
+ 0
+ 0
+ 0
+
+
+ 14000
+ 3
+ 0
+ 0
+ 0
+
+
+ 14001
+ 3
+ 0
+ 0
+ 0
+
+
+ 14002
+ 3
+ 0
+ 0
+ 0
+
+
+ 14003
+ 3
+ 0
+ 0
+ 0
+
+
+ 14004
+ 3
+ 0
+ 0
+ 0
+
+
+ 14005
+ 3
+ 0
+ 0
+ 0
+
+
+ 14006
+ 3
+ 0
+ 0
+ 0
+
+
+ 14007
+ 3
+ 0
+ 0
+ 0
+
+
+ 14008
+ 3
+ 0
+ 0
+ 0
+
+
+ 14009
+ 3
+ 0
+ 0
+ 0
+
+
+ 14010
+ 3
+ 0
+ 0
+ 0
+
+
+ 14011
+ 3
+ 0
+ 0
+ 0
+
+
+ 14012
+ 3
+ 0
+ 0
+ 0
+
+
+ 14013
+ 3
+ 0
+ 0
+ 0
+
+
+ 14014
+ 3
+ 0
+ 0
+ 0
+
+
+ 14015
+ 3
+ 0
+ 0
+ 0
+
+
+ 14016
+ 3
+ 0
+ 0
+ 0
+
+
+ 14017
+ 3
+ 0
+ 0
+ 0
+
+
+ 14018
+ 3
+ 0
+ 0
+ 0
+
+
+ 14019
+ 3
+ 0
+ 0
+ 0
+
+
+ 14020
+ 3
+ 0
+ 0
+ 0
+
+
+ 14021
+ 3
+ 0
+ 0
+ 0
+
+
+ 14022
+ 3
+ 0
+ 0
+ 0
+
+
+ 14023
+ 3
+ 0
+ 0
+ 0
+
+
+ 14024
+ 3
+ 0
+ 0
+ 0
+
+
+ 14025
+ 3
+ 0
+ 0
+ 0
+
+
+ 14026
+ 3
+ 0
+ 0
+ 0
+
+
+ 14027
+ 3
+ 0
+ 0
+ 0
+
+
+ 14028
+ 3
+ 0
+ 0
+ 0
+
+
+ 14029
+ 3
+ 0
+ 0
+ 0
+
+
+ 14030
+ 3
+ 0
+ 0
+ 0
+
+
+ 14031
+ 3
+ 0
+ 0
+ 0
+
+
+ 14032
+ 3
+ 0
+ 0
+ 0
+
+
+ 14033
+ 3
+ 0
+ 0
+ 0
+
+
+ 14034
+ 3
+ 0
+ 0
+ 0
+
+
+ 14035
+ 3
+ 0
+ 0
+ 0
+
+
+ 14036
+ 3
+ 0
+ 0
+ 0
+
+
+ 14037
+ 3
+ 0
+ 0
+ 0
+
+
+ 14038
+ 3
+ 0
+ 0
+ 0
+
+
+ 14039
+ 3
+ 0
+ 0
+ 0
+
+
+ 14040
+ 3
+ 0
+ 0
+ 0
+
+
+ 14041
+ 3
+ 0
+ 0
+ 0
+
+
+ 14042
+ 3
+ 0
+ 0
+ 0
+
+
+ 14043
+ 3
+ 0
+ 0
+ 0
+
+
+ 14044
+ 3
+ 0
+ 0
+ 0
+
+
+ 14045
+ 3
+ 0
+ 0
+ 0
+
+
+ 14046
+ 3
+ 0
+ 0
+ 0
+
+
+ 14047
+ 3
+ 0
+ 0
+ 0
+
+
+ 14048
+ 3
+ 0
+ 0
+ 0
+
+
+ 14049
+ 3
+ 0
+ 0
+ 0
+
+
+ 14050
+ 3
+ 0
+ 0
+ 0
+
+
+ 14051
+ 3
+ 0
+ 0
+ 0
+
+
+ 14052
+ 3
+ 0
+ 0
+ 0
+
+
+ 14053
+ 3
+ 0
+ 0
+ 0
+
+
+ 14054
+ 3
+ 0
+ 0
+ 0
+
+
+ 14055
+ 3
+ 0
+ 0
+ 0
+
+
+ 14056
+ 5
+ 0
+ 0
+ 0
+
+
+ 14057
+ 25
+ 0
+ 0
+ 0
+
+
+ 14058
+ 2
+ 0
+ 0
+ 0
+
+
+ 14059
+ 4
+ 0
+ 0
+ 0
+
+
+ 14060
+ 4
+ 0
+ 0
+ 0
+
+
+ 14061
+ 2
+ 0
+ 0
+ 0
+
+
+ 14062
+ 2
+ 0
+ 0
+ 0
+
+
+ 14063
+ 1
+ 0
+ 0
+ 0
+
+
+ 14064
+ 5
+ 0
+ 0
+ 0
+
+
+ 14065
+ 1
+ 0
+ 0
+ 0
+
+
+ 14066
+ 1
+ 0
+ 0
+ 0
+
+
+ 14067
+ 1
+ 0
+ 0
+ 0
+
+
+ 14068
+ 15
+ 0
+ 0
+ 0
+
+
+ 14069
+ 2
+ 0
+ 0
+ 0
+
+
+ 14070
+ 1
+ 0
+ 0
+ 0
+
+
+ 14071
+ 1
+ 0
+ 0
+ 0
+
+
+ 14072
+ 1
+ 0
+ 0
+ 0
+
+
+ 14073
+ 1
+ 0
+ 0
+ 0
+
+
+ 14074
+ 1
+ 0
+ 0
+ 0
+
+
+ 14075
+ 1
+ 0
+ 0
+ 0
+
+
+ 14076
+ 15
+ 0
+ 0
+ 0
+
+
+ 14077
+ 15
+ 0
+ 0
+ 0
+
+
+ 14078
+ 15
+ 0
+ 0
+ 0
+
+
+ 14079
+ 15
+ 0
+ 0
+ 0
+
+
+ 14080
+ 15
+ 0
+ 0
+ 0
+
+
+ 14081
+ 15
+ 0
+ 0
+ 0
+
+
+ 14082
+ 1
+ 0
+ 0
+ 0
+
+
+ 14083
+ 1
+ 0
+ 0
+ 0
+
+
+ 14084
+ 1
+ 0
+ 0
+ 0
+
+
+ 14085
+ 1
+ 0
+ 0
+ 0
+
+
+ 14086
+ 15
+ 0
+ 0
+ 0
+
+
+ 14087
+ 15
+ 0
+ 0
+ 0
+
+
+ 14088
+ 15
+ 0
+ 0
+ 0
+
+
+ 14089
+ 1
+ 0
+ 0
+ 0
+
+
+ 14090
+ 1
+ 0
+ 0
+ 0
+
+
+ 14091
+ 1
+ 0
+ 0
+ 0
+
+
+ 14092
+ 1
+ 0
+ 0
+ 0
+
+
+ 14093
+ 1
+ 0
+ 0
+ 0
+
+
+ 14094
+ 43333
+ 0
+ 0
+ 0
+
+
+ 14095
+ 42667
+ 0
+ 0
+ 0
+
+
+ 14096
+ 23467
+ 0
+ 0
+ 0
+
+
+ 14097
+ 17066
+ 0
+ 0
+ 0
+
+
+ 14098
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14099
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14100
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14101
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14102
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14103
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14104
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14105
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14106
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14107
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14108
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14109
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14110
+ 1
+ 0
+ 0
+ 0
+
+
+ 14111
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14112
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14113
+ 21333
+ 0
+ 0
+ 0
+
+
+ 14114
+ 43333
+ 0
+ 0
+ 0
+
+
+ 14115
+ 42667
+ 0
+ 0
+ 0
+
+
+ 14116
+ 23467
+ 0
+ 0
+ 0
+
+
+ 14117
+ 17066
+ 0
+ 0
+ 0
+
+
+ 14118
+ 43333
+ 0
+ 0
+ 0
+
+
+ 14119
+ 42667
+ 0
+ 0
+ 0
+
+
+ 14120
+ 23467
+ 0
+ 0
+ 0
+
+
+ 14121
+ 17066
+ 0
+ 0
+ 0
+
+
+ 14122
+ 30
+ 0
+ 0
+ 0
+
+
+ 14123
+ 30
+ 0
+ 0
+ 0
+
+
+ 14124
+ 60
+ 0
+ 0
+ 0
+
+
+ 14125
+ 60
+ 0
+ 0
+ 0
+
+
+ 14126
+ 90
+ 0
+ 0
+ 0
+
+
+ 14127
+ 90
+ 0
+ 0
+ 0
+
+
+ 14128
+ 120
+ 0
+ 0
+ 0
+
+
+ 14129
+ 120
+ 0
+ 0
+ 0
+
+
+ 14130
+ 150
+ 0
+ 0
+ 0
+
+
+ 14131
+ 150
+ 0
+ 0
+ 0
+
+
+ 14132
+ 30
+ 0
+ 0
+ 0
+
+
+ 14133
+ 30
+ 0
+ 0
+ 0
+
+
+ 14134
+ 60
+ 0
+ 0
+ 0
+
+
+ 14135
+ 60
+ 0
+ 0
+ 0
+
+
+ 14136
+ 90
+ 0
+ 0
+ 0
+
+
+ 14137
+ 90
+ 0
+ 0
+ 0
+
+
+ 14138
+ 120
+ 0
+ 0
+ 0
+
+
+ 14139
+ 120
+ 0
+ 0
+ 0
+
+
+ 14140
+ 150
+ 0
+ 0
+ 0
+
+
+ 14141
+ 150
+ 0
+ 0
+ 0
+
+
+ 14142
+ 30
+ 0
+ 0
+ 0
+
+
+ 14143
+ 30
+ 0
+ 0
+ 0
+
+
+ 14144
+ 60
+ 0
+ 0
+ 0
+
+
+ 14145
+ 60
+ 0
+ 0
+ 0
+
+
+ 14146
+ 90
+ 0
+ 0
+ 0
+
+
+ 14147
+ 90
+ 0
+ 0
+ 0
+
+
+ 14148
+ 120
+ 0
+ 0
+ 0
+
+
+ 14149
+ 120
+ 0
+ 0
+ 0
+
+
+ 14150
+ 150
+ 0
+ 0
+ 0
+
+
+ 14151
+ 150
+ 0
+ 0
+ 0
+
+
+ 14152
+ 30
+ 0
+ 0
+ 0
+
+
+ 14153
+ 30
+ 0
+ 0
+ 0
+
+
+ 14154
+ 60
+ 0
+ 0
+ 0
+
+
+ 14155
+ 60
+ 0
+ 0
+ 0
+
+
+ 14156
+ 90
+ 0
+ 0
+ 0
+
+
+ 14157
+ 90
+ 0
+ 0
+ 0
+
+
+ 14158
+ 120
+ 0
+ 0
+ 0
+
+
+ 14159
+ 120
+ 0
+ 0
+ 0
+
+
+ 14160
+ 150
+ 0
+ 0
+ 0
+
+
+ 14161
+ 150
+ 0
+ 0
+ 0
+
+
+ 14162
+ 30
+ 0
+ 0
+ 0
+
+
+ 14163
+ 30
+ 0
+ 0
+ 0
+
+
+ 14164
+ 60
+ 0
+ 0
+ 0
+
+
+ 14165
+ 60
+ 0
+ 0
+ 0
+
+
+ 14166
+ 90
+ 0
+ 0
+ 0
+
+
+ 14167
+ 90
+ 0
+ 0
+ 0
+
+
+ 14168
+ 120
+ 0
+ 0
+ 0
+
+
+ 14169
+ 120
+ 0
+ 0
+ 0
+
+
+ 14170
+ 150
+ 0
+ 0
+ 0
+
+
+ 14171
+ 150
+ 0
+ 0
+ 0
+
+
+ 14172
+ 30
+ 0
+ 0
+ 0
+
+
+ 14173
+ 30
+ 0
+ 0
+ 0
+
+
+ 14174
+ 60
+ 0
+ 0
+ 0
+
+
+ 14175
+ 60
+ 0
+ 0
+ 0
+
+
+ 14176
+ 90
+ 0
+ 0
+ 0
+
+
+ 14177
+ 90
+ 0
+ 0
+ 0
+
+
+ 14178
+ 120
+ 0
+ 0
+ 0
+
+
+ 14179
+ 120
+ 0
+ 0
+ 0
+
+
+ 14180
+ 150
+ 0
+ 0
+ 0
+
+
+ 14181
+ 150
+ 0
+ 0
+ 0
+
+
+ 14182
+ 15
+ 0
+ 0
+ 0
+
+
+ 14183
+ 15
+ 0
+ 0
+ 0
+
+
+ 14184
+ 30
+ 0
+ 0
+ 0
+
+
+ 14185
+ 30
+ 0
+ 0
+ 0
+
+
+ 14186
+ 45
+ 0
+ 0
+ 0
+
+
+ 14187
+ 45
+ 0
+ 0
+ 0
+
+
+ 14188
+ 60
+ 0
+ 0
+ 0
+
+
+ 14189
+ 60
+ 0
+ 0
+ 0
+
+
+ 14190
+ 75
+ 0
+ 0
+ 0
+
+
+ 14191
+ 75
+ 0
+ 0
+ 0
+
+
+ 14192
+ 30
+ 0
+ 0
+ 0
+
+
+ 14193
+ 30
+ 0
+ 0
+ 0
+
+
+ 14194
+ 60
+ 0
+ 0
+ 0
+
+
+ 14195
+ 60
+ 0
+ 0
+ 0
+
+
+ 14196
+ 90
+ 0
+ 0
+ 0
+
+
+ 14197
+ 90
+ 0
+ 0
+ 0
+
+
+ 14198
+ 120
+ 0
+ 0
+ 0
+
+
+ 14199
+ 120
+ 0
+ 0
+ 0
+
+
+ 14200
+ 150
+ 0
+ 0
+ 0
+
+
+ 14201
+ 150
+ 0
+ 0
+ 0
+
+
+ 14202
+ 2
+ 0
+ 0
+ 0
+
+
+ 14203
+ 4
+ 0
+ 0
+ 0
+
+
+ 14204
+ 6
+ 0
+ 0
+ 0
+
+
+ 14205
+ 8
+ 0
+ 0
+ 0
+
+
+ 14206
+ 10
+ 0
+ 0
+ 0
+
+
+ 14207
+ 150
+ 0
+ 0
+ 0
+
+
+ 14208
+ 150
+ 0
+ 0
+ 0
+
+
+ 14209
+ 120
+ 0
+ 0
+ 0
+
+
+ 14210
+ 120
+ 0
+ 0
+ 0
+
+
+ 14211
+ 90
+ 0
+ 0
+ 0
+
+
+ 14212
+ 90
+ 0
+ 0
+ 0
+
+
+ 14213
+ 60
+ 0
+ 0
+ 0
+
+
+ 14214
+ 60
+ 0
+ 0
+ 0
+
+
+ 14215
+ 30
+ 0
+ 0
+ 0
+
+
+ 14216
+ 30
+ 0
+ 0
+ 0
+
+
+ 14217
+ 150
+ 0
+ 0
+ 0
+
+
+ 14218
+ 150
+ 0
+ 0
+ 0
+
+
+ 14219
+ 120
+ 0
+ 0
+ 0
+
+
+ 14220
+ 120
+ 0
+ 0
+ 0
+
+
+ 14221
+ 90
+ 0
+ 0
+ 0
+
+
+ 14222
+ 90
+ 0
+ 0
+ 0
+
+
+ 14223
+ 60
+ 0
+ 0
+ 0
+
+
+ 14224
+ 60
+ 0
+ 0
+ 0
+
+
+ 14225
+ 30
+ 0
+ 0
+ 0
+
+
+ 14226
+ 30
+ 0
+ 0
+ 0
+
+
+ 14227
+ 150
+ 0
+ 0
+ 0
+
+
+ 14228
+ 150
+ 0
+ 0
+ 0
+
+
+ 14229
+ 120
+ 0
+ 0
+ 0
+
+
+ 14230
+ 120
+ 0
+ 0
+ 0
+
+
+ 14231
+ 90
+ 0
+ 0
+ 0
+
+
+ 14232
+ 90
+ 0
+ 0
+ 0
+
+
+ 14233
+ 60
+ 0
+ 0
+ 0
+
+
+ 14234
+ 60
+ 0
+ 0
+ 0
+
+
+ 14235
+ 30
+ 0
+ 0
+ 0
+
+
+ 14236
+ 30
+ 0
+ 0
+ 0
+
+
+ 14237
+ 150
+ 0
+ 0
+ 0
+
+
+ 14238
+ 150
+ 0
+ 0
+ 0
+
+
+ 14239
+ 120
+ 0
+ 0
+ 0
+
+
+ 14240
+ 120
+ 0
+ 0
+ 0
+
+
+ 14241
+ 90
+ 0
+ 0
+ 0
+
+
+ 14242
+ 90
+ 0
+ 0
+ 0
+
+
+ 14243
+ 60
+ 0
+ 0
+ 0
+
+
+ 14244
+ 60
+ 0
+ 0
+ 0
+
+
+ 14245
+ 30
+ 0
+ 0
+ 0
+
+
+ 14246
+ 30
+ 0
+ 0
+ 0
+
+
+ 14247
+ 150
+ 0
+ 0
+ 0
+
+
+ 14248
+ 150
+ 0
+ 0
+ 0
+
+
+ 14249
+ 120
+ 0
+ 0
+ 0
+
+
+ 14250
+ 120
+ 0
+ 0
+ 0
+
+
+ 14251
+ 90
+ 0
+ 0
+ 0
+
+
+ 14252
+ 90
+ 0
+ 0
+ 0
+
+
+ 14253
+ 60
+ 0
+ 0
+ 0
+
+
+ 14254
+ 60
+ 0
+ 0
+ 0
+
+
+ 14255
+ 30
+ 0
+ 0
+ 0
+
+
+ 14256
+ 30
+ 0
+ 0
+ 0
+
+
+ 14257
+ 150
+ 0
+ 0
+ 0
+
+
+ 14258
+ 150
+ 0
+ 0
+ 0
+
+
+ 14259
+ 120
+ 0
+ 0
+ 0
+
+
+ 14260
+ 120
+ 0
+ 0
+ 0
+
+
+ 14261
+ 90
+ 0
+ 0
+ 0
+
+
+ 14262
+ 90
+ 0
+ 0
+ 0
+
+
+ 14263
+ 60
+ 0
+ 0
+ 0
+
+
+ 14264
+ 60
+ 0
+ 0
+ 0
+
+
+ 14265
+ 30
+ 0
+ 0
+ 0
+
+
+ 14266
+ 30
+ 0
+ 0
+ 0
+
+
+ 14267
+ 150
+ 0
+ 0
+ 0
+
+
+ 14268
+ 150
+ 0
+ 0
+ 0
+
+
+ 14269
+ 120
+ 0
+ 0
+ 0
+
+
+ 14270
+ 120
+ 0
+ 0
+ 0
+
+
+ 14271
+ 90
+ 0
+ 0
+ 0
+
+
+ 14272
+ 90
+ 0
+ 0
+ 0
+
+
+ 14273
+ 60
+ 0
+ 0
+ 0
+
+
+ 14274
+ 60
+ 0
+ 0
+ 0
+
+
+ 14275
+ 30
+ 0
+ 0
+ 0
+
+
+ 14276
+ 30
+ 0
+ 0
+ 0
+
+
+ 14277
+ 150
+ 0
+ 0
+ 0
+
+
+ 14278
+ 150
+ 0
+ 0
+ 0
+
+
+ 14279
+ 120
+ 0
+ 0
+ 0
+
+
+ 14280
+ 120
+ 0
+ 0
+ 0
+
+
+ 14281
+ 90
+ 0
+ 0
+ 0
+
+
+ 14282
+ 90
+ 0
+ 0
+ 0
+
+
+ 14283
+ 60
+ 0
+ 0
+ 0
+
+
+ 14284
+ 60
+ 0
+ 0
+ 0
+
+
+ 14285
+ 30
+ 0
+ 0
+ 0
+
+
+ 14286
+ 30
+ 0
+ 0
+ 0
+
+
+ 14287
+ 30
+ 0
+ 0
+ 0
+
+
+ 14288
+ 30
+ 0
+ 0
+ 0
+
+
+ 14289
+ 60
+ 0
+ 0
+ 0
+
+
+ 14290
+ 60
+ 0
+ 0
+ 0
+
+
+ 14291
+ 90
+ 0
+ 0
+ 0
+
+
+ 14292
+ 90
+ 0
+ 0
+ 0
+
+
+ 14293
+ 120
+ 0
+ 0
+ 0
+
+
+ 14294
+ 120
+ 0
+ 0
+ 0
+
+
+ 14295
+ 150
+ 0
+ 0
+ 0
+
+
+ 14296
+ 150
+ 0
+ 0
+ 0
+
+
+ 14297
+ 30
+ 0
+ 0
+ 0
+
+
+ 14298
+ 30
+ 0
+ 0
+ 0
+
+
+ 14299
+ 60
+ 0
+ 0
+ 0
+
+
+ 14300
+ 60
+ 0
+ 0
+ 0
+
+
+ 14301
+ 90
+ 0
+ 0
+ 0
+
+
+ 14302
+ 90
+ 0
+ 0
+ 0
+
+
+ 14303
+ 120
+ 0
+ 0
+ 0
+
+
+ 14304
+ 120
+ 0
+ 0
+ 0
+
+
+ 14305
+ 150
+ 0
+ 0
+ 0
+
+
+ 14306
+ 150
+ 0
+ 0
+ 0
+
+
+ 14307
+ 30
+ 0
+ 0
+ 0
+
+
+ 14308
+ 30
+ 0
+ 0
+ 0
+
+
+ 14309
+ 60
+ 0
+ 0
+ 0
+
+
+ 14310
+ 60
+ 0
+ 0
+ 0
+
+
+ 14311
+ 90
+ 0
+ 0
+ 0
+
+
+ 14312
+ 90
+ 0
+ 0
+ 0
+
+
+ 14313
+ 120
+ 0
+ 0
+ 0
+
+
+ 14314
+ 120
+ 0
+ 0
+ 0
+
+
+ 14315
+ 150
+ 0
+ 0
+ 0
+
+
+ 14316
+ 150
+ 0
+ 0
+ 0
+
+
+ 14317
+ 30
+ 0
+ 0
+ 0
+
+
+ 14318
+ 30
+ 0
+ 0
+ 0
+
+
+ 14319
+ 60
+ 0
+ 0
+ 0
+
+
+ 14320
+ 60
+ 0
+ 0
+ 0
+
+
+ 14321
+ 90
+ 0
+ 0
+ 0
+
+
+ 14322
+ 90
+ 0
+ 0
+ 0
+
+
+ 14323
+ 120
+ 0
+ 0
+ 0
+
+
+ 14324
+ 120
+ 0
+ 0
+ 0
+
+
+ 14325
+ 150
+ 0
+ 0
+ 0
+
+
+ 14326
+ 150
+ 0
+ 0
+ 0
+
+
+ 14327
+ 30
+ 0
+ 0
+ 0
+
+
+ 14328
+ 30
+ 0
+ 0
+ 0
+
+
+ 14329
+ 60
+ 0
+ 0
+ 0
+
+
+ 14330
+ 60
+ 0
+ 0
+ 0
+
+
+ 14331
+ 90
+ 0
+ 0
+ 0
+
+
+ 14332
+ 90
+ 0
+ 0
+ 0
+
+
+ 14333
+ 120
+ 0
+ 0
+ 0
+
+
+ 14334
+ 120
+ 0
+ 0
+ 0
+
+
+ 14335
+ 150
+ 0
+ 0
+ 0
+
+
+ 14336
+ 150
+ 0
+ 0
+ 0
+
+
+ 14337
+ 30
+ 0
+ 0
+ 0
+
+
+ 14338
+ 30
+ 0
+ 0
+ 0
+
+
+ 14339
+ 60
+ 0
+ 0
+ 0
+
+
+ 14340
+ 60
+ 0
+ 0
+ 0
+
+
+ 14341
+ 90
+ 0
+ 0
+ 0
+
+
+ 14342
+ 90
+ 0
+ 0
+ 0
+
+
+ 14343
+ 120
+ 0
+ 0
+ 0
+
+
+ 14344
+ 120
+ 0
+ 0
+ 0
+
+
+ 14345
+ 150
+ 0
+ 0
+ 0
+
+
+ 14346
+ 150
+ 0
+ 0
+ 0
+
+
+ 14347
+ 30
+ 0
+ 0
+ 0
+
+
+ 14348
+ 30
+ 0
+ 0
+ 0
+
+
+ 14349
+ 60
+ 0
+ 0
+ 0
+
+
+ 14350
+ 60
+ 0
+ 0
+ 0
+
+
+ 14351
+ 90
+ 0
+ 0
+ 0
+
+
+ 14352
+ 90
+ 0
+ 0
+ 0
+
+
+ 14353
+ 120
+ 0
+ 0
+ 0
+
+
+ 14354
+ 120
+ 0
+ 0
+ 0
+
+
+ 14355
+ 150
+ 0
+ 0
+ 0
+
+
+ 14356
+ 150
+ 0
+ 0
+ 0
+
+
+ 14357
+ 30
+ 0
+ 0
+ 0
+
+
+ 14358
+ 30
+ 0
+ 0
+ 0
+
+
+ 14359
+ 60
+ 0
+ 0
+ 0
+
+
+ 14360
+ 60
+ 0
+ 0
+ 0
+
+
+ 14361
+ 90
+ 0
+ 0
+ 0
+
+
+ 14362
+ 90
+ 0
+ 0
+ 0
+
+
+ 14363
+ 120
+ 0
+ 0
+ 0
+
+
+ 14364
+ 120
+ 0
+ 0
+ 0
+
+
+ 14365
+ 150
+ 0
+ 0
+ 0
+
+
+ 14366
+ 150
+ 0
+ 0
+ 0
+
+
+ 14367
+ 30
+ 0
+ 0
+ 0
+
+
+ 14368
+ 30
+ 0
+ 0
+ 0
+
+
+ 14369
+ 60
+ 0
+ 0
+ 0
+
+
+ 14370
+ 60
+ 0
+ 0
+ 0
+
+
+ 14371
+ 90
+ 0
+ 0
+ 0
+
+
+ 14372
+ 90
+ 0
+ 0
+ 0
+
+
+ 14373
+ 120
+ 0
+ 0
+ 0
+
+
+ 14374
+ 120
+ 0
+ 0
+ 0
+
+
+ 14375
+ 150
+ 0
+ 0
+ 0
+
+
+ 14376
+ 150
+ 0
+ 0
+ 0
+
+
+ 14377
+ 30
+ 0
+ 0
+ 0
+
+
+ 14378
+ 30
+ 0
+ 0
+ 0
+
+
+ 14379
+ 60
+ 0
+ 0
+ 0
+
+
+ 14380
+ 60
+ 0
+ 0
+ 0
+
+
+ 14381
+ 90
+ 0
+ 0
+ 0
+
+
+ 14382
+ 90
+ 0
+ 0
+ 0
+
+
+ 14383
+ 120
+ 0
+ 0
+ 0
+
+
+ 14384
+ 120
+ 0
+ 0
+ 0
+
+
+ 14385
+ 150
+ 0
+ 0
+ 0
+
+
+ 14386
+ 150
+ 0
+ 0
+ 0
+
+
+ 14387
+ 1
+ 0
+ 0
+ 0
+
+
+ 14389
+ 1
+ 0
+ 0
+ 0
+
+
+ 14391
+ 30
+ 0
+ 0
+ 0
+
+
+ 14392
+ 30
+ 0
+ 0
+ 0
+
+
+ 14393
+ 60
+ 0
+ 0
+ 0
+
+
+ 14394
+ 60
+ 0
+ 0
+ 0
+
+
+ 14395
+ 90
+ 0
+ 0
+ 0
+
+
+ 14396
+ 90
+ 0
+ 0
+ 0
+
+
+ 14397
+ 120
+ 0
+ 0
+ 0
+
+
+ 14398
+ 120
+ 0
+ 0
+ 0
+
+
+ 14399
+ 150
+ 0
+ 0
+ 0
+
+
+ 14400
+ 150
+ 0
+ 0
+ 0
+
+
+ 14401
+ 30
+ 0
+ 0
+ 0
+
+
+ 14402
+ 30
+ 0
+ 0
+ 0
+
+
+ 14403
+ 60
+ 0
+ 0
+ 0
+
+
+ 14404
+ 60
+ 0
+ 0
+ 0
+
+
+ 14405
+ 90
+ 0
+ 0
+ 0
+
+
+ 14406
+ 90
+ 0
+ 0
+ 0
+
+
+ 14407
+ 120
+ 0
+ 0
+ 0
+
+
+ 14408
+ 120
+ 0
+ 0
+ 0
+
+
+ 14409
+ 150
+ 0
+ 0
+ 0
+
+
+ 14410
+ 150
+ 0
+ 0
+ 0
+
+
+ 14411
+ 30
+ 0
+ 0
+ 0
+
+
+ 14412
+ 30
+ 0
+ 0
+ 0
+
+
+ 14413
+ 60
+ 0
+ 0
+ 0
+
+
+ 14414
+ 60
+ 0
+ 0
+ 0
+
+
+ 14415
+ 90
+ 0
+ 0
+ 0
+
+
+ 14416
+ 90
+ 0
+ 0
+ 0
+
+
+ 14417
+ 120
+ 0
+ 0
+ 0
+
+
+ 14418
+ 120
+ 0
+ 0
+ 0
+
+
+ 14419
+ 150
+ 0
+ 0
+ 0
+
+
+ 14420
+ 150
+ 0
+ 0
+ 0
+
+
+ 14421
+ 30
+ 0
+ 0
+ 0
+
+
+ 14422
+ 30
+ 0
+ 0
+ 0
+
+
+ 14423
+ 30
+ 0
+ 0
+ 0
+
+
+ 14424
+ 60
+ 0
+ 0
+ 0
+
+
+ 14425
+ 60
+ 0
+ 0
+ 0
+
+
+ 14426
+ 90
+ 0
+ 0
+ 0
+
+
+ 14427
+ 90
+ 0
+ 0
+ 0
+
+
+ 14428
+ 120
+ 0
+ 0
+ 0
+
+
+ 14429
+ 120
+ 0
+ 0
+ 0
+
+
+ 14430
+ 150
+ 0
+ 0
+ 0
+
+
+ 14431
+ 150
+ 0
+ 0
+ 0
+
+
+ 14432
+ 1
+ 0
+ 0
+ 0
+
+
+ 14433
+ 1
+ 0
+ 0
+ 0
+
+
+ 14434
+ 1
+ 0
+ 0
+ 0
+
+
+ 14435
+ 1
+ 0
+ 0
+ 0
+
+
+ 14436
+ 1
+ 0
+ 0
+ 0
+
+
+ 14437
+ 1
+ 0
+ 0
+ 0
+
+
+ 14438
+ 1
+ 0
+ 0
+ 0
+
+
+ 14439
+ 1
+ 0
+ 0
+ 0
+
+
+ 14440
+ 1
+ 0
+ 0
+ 0
+
+
+ 14441
+ 1
+ 0
+ 0
+ 0
+
+
+ 14442
+ 1
+ 0
+ 0
+ 0
+
+
+ 14443
+ 1
+ 0
+ 0
+ 0
+
+
+ 14444
+ 1
+ 0
+ 0
+ 0
+
+
+ 14445
+ 1
+ 0
+ 0
+ 0
+
+
+ 14446
+ 1
+ 0
+ 0
+ 0
+
+
+ 14447
+ 1
+ 0
+ 0
+ 0
+
+
+ 14448
+ 1
+ 0
+ 0
+ 0
+
+
+ 14449
+ 1
+ 0
+ 0
+ 0
+
+
+ 14450
+ 1
+ 0
+ 0
+ 0
+
+
+ 14451
+ 1
+ 0
+ 0
+ 0
+
+
+ 14452
+ 1
+ 0
+ 0
+ 0
+
+
+ 14453
+ 1
+ 0
+ 0
+ 0
+
+
+ 14454
+ 1
+ 0
+ 0
+ 0
+
+
+ 14455
+ 1
+ 0
+ 0
+ 0
+
+
+ 14456
+ 1
+ 0
+ 0
+ 0
+
+
+ 14457
+ 1
+ 0
+ 0
+ 0
+
+
+ 14458
+ 5
+ 0
+ 0
+ 0
+
+
+ 14459
+ 1
+ 0
+ 0
+ 0
+
+
+ 14460
+ 10
+ 0
+ 0
+ 0
+
+
+ 14461
+ 1
+ 0
+ 0
+ 0
+
+
+ 14462
+ 1
+ 0
+ 0
+ 0
+
+
+ 14463
+ 1
+ 0
+ 0
+ 0
+
+
+ 14464
+ 1
+ 0
+ 0
+ 0
+
+
+ 14465
+ 1
+ 0
+ 0
+ 0
+
+
+ 14466
+ 1
+ 0
+ 0
+ 0
+
+
+ 14467
+ 1
+ 0
+ 0
+ 0
+
+
+ 14468
+ 1
+ 0
+ 0
+ 0
+
+
+ 14469
+ 1
+ 0
+ 0
+ 0
+
+
+ 14470
+ 1
+ 0
+ 0
+ 0
+
+
+ 14471
+ 1
+ 0
+ 0
+ 0
+
+
+ 14472
+ 30000
+ 0
+ 0
+ 0
+
+
+ 14473
+ 30000
+ 0
+ 0
+ 0
+
+
+ 14474
+ 30000
+ 0
+ 0
+ 0
+
+
+ 14475
+ 30000
+ 0
+ 0
+ 0
+
+
+ 14476
+ 30000
+ 0
+ 0
+ 0
+
+
+ 14477
+ 30000
+ 0
+ 0
+ 0
+
+
+ 14478
+ 1
+ 0
+ 0
+ 0
+
+
+ 14479
+ 1760000
+ 0
+ 0
+ 0
+
+
+ 14480
+ 1760000
+ 0
+ 0
+ 0
+
+
+ 14481
+ 1
+ 0
+ 0
+ 0
+
+
+ 14484
+ 135000
+ 0
+ 0
+ 0
+
+
+ 14485
+ 135000
+ 0
+ 0
+ 0
+
+
+ 14486
+ 1
+ 0
+ 0
+ 0
+
+
+ 14487
+ 1
+ 0
+ 0
+ 0
+
+
+ 14488
+ 1
+ 0
+ 0
+ 0
+
+
+ 14489
+ 1
+ 0
+ 0
+ 0
+
+
+ 14490
+ 65000
+ 0
+ 0
+ 0
+
+
+ 14491
+ 65000
+ 0
+ 0
+ 0
+
+
+ 14492
+ 64000
+ 0
+ 0
+ 0
+
+
+ 14493
+ 64000
+ 0
+ 0
+ 0
+
+
+ 14494
+ 35200
+ 0
+ 0
+ 0
+
+
+ 14495
+ 35200
+ 0
+ 0
+ 0
+
+
+ 14496
+ 1
+ 0
+ 0
+ 0
+
+
+ 14497
+ 120000
+ 0
+ 0
+ 0
+
+
+ 14498
+ 120000
+ 0
+ 0
+ 0
+
+
+ 14499
+ 15000
+ 0
+ 0
+ 0
+
+
+ 14500
+ 15000
+ 0
+ 0
+ 0
+
+
+ 14501
+ 80000
+ 0
+ 0
+ 0
+
+
+ 14502
+ 80000
+ 0
+ 0
+ 0
+
+
+ 14503
+ 1
+ 0
+ 0
+ 0
+
+
+ 14504
+ 1
+ 0
+ 0
+ 0
+
+
+ 14505
+ 1
+ 0
+ 0
+ 0
+
+
+ 14506
+ 1
+ 0
+ 0
+ 0
+
+
+ 14507
+ 1
+ 0
+ 0
+ 0
+
+
+ 14508
+ 1
+ 0
+ 0
+ 0
+
+
+ 14509
+ 1
+ 0
+ 0
+ 0
+
+
+ 14510
+ 1
+ 0
+ 0
+ 0
+
+
+ 14511
+ 1
+ 0
+ 0
+ 0
+
+
+ 14512
+ 1
+ 0
+ 0
+ 0
+
+
+ 14513
+ 1
+ 0
+ 0
+ 0
+
+
+ 14514
+ 1
+ 0
+ 0
+ 0
+
+
+ 14515
+ 1
+ 0
+ 0
+ 0
+
+
+ 14516
+ 1
+ 0
+ 0
+ 0
+
+
+ 14517
+ 1
+ 0
+ 0
+ 0
+
+
+ 14518
+ 1
+ 0
+ 0
+ 0
+
+
+ 14519
+ 1
+ 0
+ 0
+ 0
+
+
+ 14520
+ 1
+ 0
+ 0
+ 0
+
+
+ 14521
+ 1
+ 0
+ 0
+ 0
+
+
+ 14522
+ 1
+ 0
+ 0
+ 0
+
+
+ 14523
+ 1
+ 0
+ 0
+ 0
+
+
+ 14524
+ 1
+ 0
+ 0
+ 0
+
+
+ 14525
+ 20
+ 0
+ 0
+ 0
+
+
+ 14526
+ 20
+ 0
+ 0
+ 0
+
+
+ 14527
+ 20
+ 0
+ 0
+ 0
+
+
+ 14528
+ 20
+ 0
+ 0
+ 0
+
+
+ 14529
+ 20
+ 0
+ 0
+ 0
+
+
+ 14530
+ 20
+ 0
+ 0
+ 0
+
+
+ 14531
+ 20
+ 0
+ 0
+ 0
+
+
+ 14532
+ 20
+ 0
+ 0
+ 0
+
+
+ 14533
+ 1
+ 0
+ 0
+ 0
+
+
+ 14534
+ 1
+ 0
+ 0
+ 0
+
+
+ 14535
+ 1
+ 0
+ 0
+ 0
+
+
+ 14536
+ 1
+ 0
+ 0
+ 0
+
+
+ 14537
+ 1
+ 0
+ 0
+ 0
+
+
+ 14538
+ 1
+ 0
+ 0
+ 0
+
+
+ 14539
+ 9
+ 0
+ 0
+ 0
+
+
+ 14540
+ 4
+ 0
+ 0
+ 0
+
+
+ 14541
+ 1
+ 0
+ 0
+ 0
+
+
+ 14542
+ 9
+ 0
+ 0
+ 0
+
+
+ 14543
+ 4
+ 0
+ 0
+ 0
+
+
+ 14544
+ 1
+ 0
+ 0
+ 0
+
+
+ 14545
+ 1
+ 0
+ 0
+ 0
+
+
+ 14546
+ 1
+ 0
+ 0
+ 0
+
+
+ 14547
+ 1
+ 0
+ 0
+ 0
+
+
+ 14548
+ 1
+ 0
+ 0
+ 0
+
+
+ 14549
+ 1
+ 0
+ 0
+ 0
+
+
+ 14550
+ 1
+ 0
+ 0
+ 0
+
+
+ 14551
+ 1
+ 0
+ 0
+ 0
+
+
+ 14552
+ 1
+ 0
+ 0
+ 0
+
+
+ 14553
+ 1
+ 0
+ 0
+ 0
+
+
+ 14554
+ 1
+ 0
+ 0
+ 0
+
+
+ 14555
+ 1
+ 0
+ 0
+ 0
+
+
+ 14556
+ 1
+ 0
+ 0
+ 0
+
+
+ 14557
+ 1
+ 0
+ 0
+ 0
+
+
+ 14558
+ 1
+ 0
+ 0
+ 0
+
+
+ 14559
+ 1
+ 0
+ 0
+ 0
+
+
+ 14560
+ 1
+ 0
+ 0
+ 0
+
+
+ 14561
+ 1
+ 0
+ 0
+ 0
+
+
+ 14562
+ 1
+ 0
+ 0
+ 0
+
+
+ 14563
+ 1
+ 0
+ 0
+ 0
+
+
+ 14564
+ 1
+ 0
+ 0
+ 0
+
+
+ 14565
+ 1
+ 0
+ 0
+ 0
+
+
+ 14566
+ 1
+ 0
+ 0
+ 0
+
+
+ 14567
+ 1
+ 0
+ 0
+ 0
+
+
+ 14568
+ 1
+ 0
+ 0
+ 0
+
+
+ 14569
+ 1
+ 0
+ 0
+ 0
+
+
+ 14570
+ 1
+ 0
+ 0
+ 0
+
+
+ 14571
+ 1
+ 0
+ 0
+ 0
+
+
+ 14572
+ 1
+ 0
+ 0
+ 0
+
+
+ 14573
+ 1
+ 0
+ 0
+ 0
+
+
+ 14574
+ 1
+ 0
+ 0
+ 0
+
+
+ 14575
+ 1
+ 0
+ 0
+ 0
+
+
+ 14576
+ 1
+ 0
+ 0
+ 0
+
+
+ 14577
+ 100
+ 0
+ 0
+ 0
+
+
+ 14578
+ 200
+ 0
+ 0
+ 0
+
+
+ 14579
+ 300
+ 0
+ 0
+ 0
+
+
+ 14580
+ 1000
+ 0
+ 0
+ 0
+
+
+ 14581
+ 5000
+ 0
+ 0
+ 0
+
+
+ 14582
+ 10000
+ 0
+ 0
+ 0
+
+
+ 14583
+ 1
+ 0
+ 0
+ 0
+
+
+ 14584
+ 500000
+ 0
+ 0
+ 0
+
+
+ 14585
+ 1
+ 0
+ 0
+ 0
+
+
+ 14586
+ 1
+ 0
+ 0
+ 0
+
+
+ 14587
+ 1
+ 0
+ 0
+ 0
+
+
+ 14588
+ 1
+ 0
+ 0
+ 0
+
+
+ 14589
+ 1250
+ 0
+ 0
+ 0
+
+
+ 14590
+ 1000
+ 0
+ 0
+ 0
+
+
+ 14591
+ 1000
+ 0
+ 0
+ 0
+
+
+ 14592
+ 1
+ 0
+ 0
+ 0
+
+
+ 14593
+ 1
+ 0
+ 0
+ 0
+
+
+ 14594
+ 1
+ 0
+ 0
+ 0
+
+
+ 14595
+ 1
+ 0
+ 0
+ 0
+
+
+ 14596
+ 1
+ 0
+ 0
+ 0
+
+
+ 14597
+ 1
+ 0
+ 0
+ 0
+
+
+ 14598
+ 1
+ 0
+ 0
+ 0
+
+
+ 14599
+ 1
+ 0
+ 0
+ 0
+
+
+ 14600
+ 1
+ 0
+ 0
+ 0
+
+
+ 14601
+ 1
+ 0
+ 0
+ 0
+
+
+ 14602
+ 1
+ 0
+ 0
+ 0
+
+
+ 14603
+ 1
+ 0
+ 0
+ 0
+
+
+ 14604
+ 1
+ 0
+ 0
+ 0
+
+
+ 14605
+ 1
+ 0
+ 0
+ 0
+
+
+ 14606
+ 1
+ 0
+ 0
+ 0
+
+
+ 14607
+ 1
+ 0
+ 0
+ 0
+
+
+ 14608
+ 1
+ 0
+ 0
+ 0
+
+
+ 14609
+ 1
+ 0
+ 0
+ 0
+
+
+ 14610
+ 1
+ 0
+ 0
+ 0
+
+
+ 14611
+ 1
+ 0
+ 0
+ 0
+
+
+ 14612
+ 1
+ 0
+ 0
+ 0
+
+
+ 14613
+ 1
+ 0
+ 0
+ 0
+
+
+ 14614
+ 1
+ 0
+ 0
+ 0
+
+
+ 14615
+ 1
+ 0
+ 0
+ 0
+
+
+ 14616
+ 100
+ 0
+ 0
+ 0
+
+
+ 14617
+ 100
+ 0
+ 0
+ 0
+
+
+ 14618
+ 1
+ 0
+ 0
+ 0
+
+
+ 14619
+ 1
+ 0
+ 0
+ 0
+
+
+ 14620
+ 1
+ 0
+ 0
+ 0
+
+
+ 14621
+ 1
+ 0
+ 0
+ 0
+
+
+ 14622
+ 498
+ 0
+ 0
+ 0
+
+
+ 14623
+ 4986
+ 0
+ 0
+ 0
+
+
+ 14624
+ 4986
+ 0
+ 0
+ 0
+
+
+ 14625
+ 1
+ 0
+ 0
+ 0
+
+
+ 14626
+ 1
+ 0
+ 0
+ 0
+
+
+ 14627
+ 1
+ 0
+ 0
+ 0
+
+
+ 14628
+ 1
+ 0
+ 0
+ 0
+
+
+ 14629
+ 1
+ 0
+ 0
+ 0
+
+
+ 14630
+ 1
+ 0
+ 0
+ 0
+
+
+ 14631
+ 1
+ 0
+ 0
+ 0
+
+
+ 14632
+ 200
+ 0
+ 0
+ 0
+
+
+ 14633
+ 1
+ 0
+ 0
+ 0
+
+
+ 14634
+ 1
+ 0
+ 0
+ 0
+
+
+ 14635
+ 1
+ 0
+ 0
+ 0
+
+
+ 14636
+ 650
+ 0
+ 0
+ 0
+
+
+ 14637
+ 650
+ 0
+ 0
+ 0
+
+
+ 14638
+ 17625
+ 0
+ 0
+ 0
+
+
+ 14639
+ 17625
+ 0
+ 0
+ 0
+
+
+ 14640
+ 17625
+ 0
+ 0
+ 0
+
+
+ 14641
+ 17625
+ 0
+ 0
+ 0
+
+
+ 14642
+ 17625
+ 0
+ 0
+ 0
+
+
+ 14643
+ 17625
+ 0
+ 0
+ 0
+
+
+ 14644
+ 17625
+ 0
+ 0
+ 0
+
+
+ 14645
+ 17625
+ 0
+ 0
+ 0
+
+
+ 14646
+ 17625
+ 0
+ 0
+ 0
+
+
+ 14647
+ 17625
+ 0
+ 0
+ 0
+
+
diff --git a/Server/db_exports/global.sql b/Server/db_exports/global.sql
index 255acee9d..0b5e21b74 100644
--- a/Server/db_exports/global.sql
+++ b/Server/db_exports/global.sql
@@ -1,7 +1,3 @@
-CREATE DATABASE global;
-
-USE global;
-
-- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
diff --git a/Server/db_exports/grafana-dashboard.json b/Server/db_exports/grafana-dashboard.json
deleted file mode 100644
index 5d4b68c72..000000000
--- a/Server/db_exports/grafana-dashboard.json
+++ /dev/null
@@ -1,539 +0,0 @@
-{
- "__inputs": [
- {
- "name": "DS_SQLITE",
- "label": "SQLite",
- "description": "",
- "type": "datasource",
- "pluginId": "frser-sqlite-datasource",
- "pluginName": "SQLite"
- }
- ],
- "__elements": {},
- "__requires": [
- {
- "type": "datasource",
- "id": "frser-sqlite-datasource",
- "name": "SQLite",
- "version": "3.3.0"
- },
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "10.0.1"
- },
- {
- "type": "panel",
- "id": "timeseries",
- "name": "Time series",
- "version": ""
- }
- ],
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": {
- "type": "grafana",
- "uid": "-- Grafana --"
- },
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "editable": true,
- "fiscalYearStartMonth": 0,
- "graphTooltip": 0,
- "id": null,
- "links": [],
- "liveNow": false,
- "panels": [
- {
- "datasource": {
- "type": "frser-sqlite-datasource",
- "uid": "${DS_SQLITE}"
- },
- "description": "",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisCenteredZero": false,
- "axisColorMode": "text",
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 0,
- "gradientMode": "none",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "linear",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "auto",
- "spanNulls": false,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- }
- },
- "overrides": [
- {
- "matcher": {
- "id": "byName",
- "options": "misc_pulses"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "purple",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byName",
- "options": "other"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "dark-red",
- "mode": "fixed"
- }
- }
- ]
- },
- {
- "matcher": {
- "id": "byName",
- "options": "packet_incoming"
- },
- "properties": [
- {
- "id": "color",
- "value": {
- "fixedColor": "super-light-red",
- "mode": "fixed"
- }
- }
- ]
- }
- ]
- },
- "gridPos": {
- "h": 9,
- "w": 24,
- "x": 0,
- "y": 0
- },
- "id": 1,
- "options": {
- "legend": {
- "calcs": [],
- "displayMode": "list",
- "placement": "bottom",
- "showLegend": true
- },
- "tooltip": {
- "mode": "single",
- "sort": "none"
- }
- },
- "pluginVersion": "10.0.1",
- "targets": [
- {
- "datasource": {
- "type": "frser-sqlite-datasource",
- "uid": "${DS_SQLITE}"
- },
- "queryText": "SELECT * FROM tick_lengths",
- "queryType": "table",
- "rawQueryText": "SELECT * FROM tick_lengths",
- "refId": "A",
- "timeColumns": [
- "ts"
- ]
- }
- ],
- "title": "Tick Time",
- "type": "timeseries"
- },
- {
- "datasource": {
- "type": "frser-sqlite-datasource",
- "uid": "${DS_SQLITE}"
- },
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisCenteredZero": false,
- "axisColorMode": "text",
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 0,
- "gradientMode": "none",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "linear",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "auto",
- "spanNulls": false,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- }
- },
- "overrides": []
- },
- "gridPos": {
- "h": 13,
- "w": 13,
- "x": 0,
- "y": 9
- },
- "id": 2,
- "options": {
- "legend": {
- "calcs": [],
- "displayMode": "list",
- "placement": "bottom",
- "showLegend": true
- },
- "tooltip": {
- "mode": "single",
- "sort": "none"
- }
- },
- "pluginVersion": "10.0.1",
- "targets": [
- {
- "datasource": {
- "type": "frser-sqlite-datasource",
- "uid": "${DS_SQLITE}"
- },
- "queryText": "select * from top_pulses;",
- "queryType": "table",
- "rawQueryText": "select * from top_pulses;",
- "refId": "A",
- "timeColumns": [
- "time",
- "ts"
- ]
- }
- ],
- "title": "Tick Time By Pulse (Total)",
- "transformations": [
- {
- "id": "extractFields",
- "options": {
- "format": "json",
- "jsonPaths": [
- {
- "path": "pulses"
- }
- ],
- "keepTime": false,
- "replace": false,
- "source": "pulse_info"
- }
- },
- {
- "id": "extractFields",
- "options": {
- "source": "pulses"
- }
- }
- ],
- "type": "timeseries"
- },
- {
- "datasource": {
- "type": "frser-sqlite-datasource",
- "uid": "${DS_SQLITE}"
- },
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisCenteredZero": false,
- "axisColorMode": "text",
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 0,
- "gradientMode": "none",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "linear",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "auto",
- "spanNulls": false,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- }
- },
- "overrides": []
- },
- "gridPos": {
- "h": 9,
- "w": 11,
- "x": 13,
- "y": 9
- },
- "id": 4,
- "options": {
- "legend": {
- "calcs": [],
- "displayMode": "list",
- "placement": "bottom",
- "showLegend": true
- },
- "tooltip": {
- "mode": "single",
- "sort": "none"
- }
- },
- "targets": [
- {
- "datasource": {
- "type": "frser-sqlite-datasource",
- "uid": "${DS_SQLITE}"
- },
- "queryText": "SELECT * FROM high_volume_pulses;",
- "queryType": "table",
- "rawQueryText": "SELECT * FROM high_volume_pulses;",
- "refId": "A",
- "timeColumns": [
- "time",
- "ts"
- ]
- }
- ],
- "title": "High Volume Pulses",
- "transformations": [
- {
- "id": "extractFields",
- "options": {
- "format": "json",
- "source": "pulse_info"
- }
- },
- {
- "id": "extractFields",
- "options": {
- "source": "pulses"
- }
- }
- ],
- "type": "timeseries"
- },
- {
- "datasource": {
- "type": "frser-sqlite-datasource",
- "uid": "${DS_SQLITE}"
- },
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": "palette-classic"
- },
- "custom": {
- "axisCenteredZero": false,
- "axisColorMode": "text",
- "axisLabel": "",
- "axisPlacement": "auto",
- "barAlignment": 0,
- "drawStyle": "line",
- "fillOpacity": 0,
- "gradientMode": "none",
- "hideFrom": {
- "legend": false,
- "tooltip": false,
- "viz": false
- },
- "lineInterpolation": "stepBefore",
- "lineWidth": 1,
- "pointSize": 5,
- "scaleDistribution": {
- "type": "linear"
- },
- "showPoints": "auto",
- "spanNulls": false,
- "stacking": {
- "group": "A",
- "mode": "none"
- },
- "thresholdsStyle": {
- "mode": "off"
- }
- },
- "mappings": [],
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "green",
- "value": null
- },
- {
- "color": "red",
- "value": 80
- }
- ]
- }
- },
- "overrides": []
- },
- "gridPos": {
- "h": 4,
- "w": 11,
- "x": 13,
- "y": 18
- },
- "id": 3,
- "options": {
- "legend": {
- "calcs": [],
- "displayMode": "list",
- "placement": "bottom",
- "showLegend": true
- },
- "tooltip": {
- "mode": "single",
- "sort": "none"
- }
- },
- "targets": [
- {
- "datasource": {
- "type": "frser-sqlite-datasource",
- "uid": "${DS_SQLITE}"
- },
- "queryText": "SELECT * FROM bot_counts;",
- "queryType": "table",
- "rawQueryText": "SELECT * FROM bot_counts;",
- "refId": "A",
- "timeColumns": [
- "time",
- "ts"
- ]
- }
- ],
- "title": "Bot Population",
- "type": "timeseries"
- }
- ],
- "refresh": "1h",
- "schemaVersion": 38,
- "style": "dark",
- "tags": [],
- "templating": {
- "list": []
- },
- "time": {
- "from": "now-5m",
- "to": "now"
- },
- "timepicker": {},
- "timezone": "",
- "title": "Main",
- "uid": "ffccf845-00a2-46f2-b0c0-a8b88032c701",
- "version": 10,
- "weekStart": ""
-}
\ No newline at end of file
diff --git a/Server/db_exports/testuser.sql b/Server/db_exports/testuser.sql
deleted file mode 100644
index d9d752183..000000000
--- a/Server/db_exports/testuser.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-CREATE USER IF NOT EXISTS 2009scapetest@localhost IDENTIFIED BY '2009scapetest';
-GRANT ALL PRIVILEGES ON global.* TO 2009scapetest@localhost;
\ No newline at end of file
diff --git a/Server/detekt.yml b/Server/detekt.yml
index 706aec911..8895d520d 100644
--- a/Server/detekt.yml
+++ b/Server/detekt.yml
@@ -285,7 +285,7 @@ exceptions:
- 'Throwable'
allowedExceptionNameRegex: '_|(ignore|expected).*'
TooGenericExceptionThrown:
- active: false
+ active: true
exceptionNames:
- 'Error'
- 'Exception'
@@ -437,7 +437,7 @@ potential-bugs:
- '*.CanIgnoreReturnValue'
ignoreFunctionCall: []
ImplicitDefaultLocale:
- active: false
+ active: true
ImplicitUnitReturnType:
active: false
allowExplicitReturnType: true
@@ -609,7 +609,7 @@ style:
ObjectLiteralToLambda:
active: true
OptionalAbstractKeyword:
- active: false
+ active: true
OptionalUnit:
active: false
OptionalWhenBraces:
@@ -696,9 +696,9 @@ style:
UseOrEmpty:
active: true
UseRequire:
- active: false
+ active: true
UseRequireNotNull:
- active: false
+ active: true
UselessCallOnNotNull:
active: true
UtilityClassWithPublicConstructor:
diff --git a/Server/pom.xml b/Server/pom.xml
index 5c93c44d2..188230d74 100644
--- a/Server/pom.xml
+++ b/Server/pom.xml
@@ -5,11 +5,10 @@
server
1.0.0
- core.Server
- UTF-8
+ rs09.Server
true
- 1.8.20
- 11
+ 1.6.21
+ 1.6
5.7.0
11
11
@@ -17,7 +16,7 @@
org.jetbrains.kotlin
- kotlin-stdlib
+ kotlin-stdlib-jdk8
${kotlin.version}
compile
@@ -91,16 +90,9 @@
2.9.0
compile
-
- org.java-websocket
- Java-WebSocket
- 1.5.7
-
- src/main
- src/test
@@ -181,7 +173,8 @@
- ${project.basedir}/src/main
+ ${project.basedir}/src/main/kotlin
+ ${project.basedir}/src/main/java
@@ -201,7 +194,7 @@
maven-compiler-plugin
3.10.1
- 2048m
+ 1024m
false
-XDcompilePolicy=simple
@@ -265,7 +258,7 @@
exec-maven-plugin
1.2.1
- core.Server
+ rs09.Server
@@ -285,7 +278,7 @@
classname="io.gitlab.arturbosch.detekt.cli.Main"
classpathref="maven.plugin.classpath">
-
+
diff --git a/Server/src/main/content/data/BossKillCounter.kt b/Server/src/main/content/data/BossKillCounter.kt
deleted file mode 100644
index cea7c687d..000000000
--- a/Server/src/main/content/data/BossKillCounter.kt
+++ /dev/null
@@ -1,72 +0,0 @@
-package content.data
-
-import core.api.sendMessage
-import core.game.node.entity.player.Player
-import org.rs09.consts.NPCs
-
-/**
- * Enumerates the bosses that have their kill counts tracked in a player's statistics (::stats).
- * addToBossKillCount(player, npcId) should be added in the finalizeDeath() method of the combat handler for the boss.
- * ORDINAL BOUND
- * @author Bishop
- */
-
-enum class BossKillCounter(val bossId: IntArray, val bossName: String) {
-
- KING_BLACK_DRAGON(intArrayOf(NPCs.KING_BLACK_DRAGON_50), "King Black Dragon"),
- BORK(intArrayOf(NPCs.BORK_7133, NPCs.BORK_7134), "Bork"),
- DAGANNOTH_SUPREME(intArrayOf(NPCs.DAGANNOTH_SUPREME_2881), "Dagannoth Supreme"),
- DAGANNOTH_PRIME(intArrayOf(NPCs.DAGANNOTH_PRIME_2882), "Dagannoth Prime"),
- DAGANNOTH_REX(intArrayOf(NPCs.DAGANNOTH_REX_2883), "Dagannoth Rex"),
- CHAOS_ELEMENTAL(intArrayOf(NPCs.CHAOS_ELEMENTAL_3200), "Chaos Elemental"),
- GIANT_MOLE(intArrayOf(NPCs.GIANT_MOLE_3340), "Giant Mole"),
- SARADOMIN(intArrayOf(NPCs.COMMANDER_ZILYANA_6247), "Commander Zilyana"),
- ZAMORAK(intArrayOf(NPCs.KRIL_TSUTSAROTH_6203), "K'ril Tsutsaroth"),
- BANDOS(intArrayOf(NPCs.GENERAL_GRAARDOR_6260), "General Graardor"),
- ARMADYL(intArrayOf(NPCs.KREEARRA_6222), "Kree'arra"),
- JAD(intArrayOf(NPCs.TZTOK_JAD_2745), "Tz-Tok Jad"),
- KALPHITE_QUEEN(intArrayOf(NPCs.KALPHITE_QUEEN_1160), "Kalphite Queen"),
- CORPOREAL_BEAST(intArrayOf(NPCs.CORPOREAL_BEAST_8133), "Corporeal Beast"),
- TORMENTED_DEMONS(
- intArrayOf(
- NPCs.TORMENTED_DEMON_8349, NPCs.TORMENTED_DEMON_8350, NPCs.TORMENTED_DEMON_8351,
- NPCs.TORMENTED_DEMON_8352, NPCs.TORMENTED_DEMON_8353, NPCs.TORMENTED_DEMON_8354,
- NPCs.TORMENTED_DEMON_8355, NPCs.TORMENTED_DEMON_8356, NPCs.TORMENTED_DEMON_8357,
- NPCs.TORMENTED_DEMON_8358, NPCs.TORMENTED_DEMON_8359, NPCs.TORMENTED_DEMON_8360,
- NPCs.TORMENTED_DEMON_8361, NPCs.TORMENTED_DEMON_8362, NPCs.TORMENTED_DEMON_8363,
- NPCs.TORMENTED_DEMON_8364, NPCs.TORMENTED_DEMON_8365, NPCs.TORMENTED_DEMON_8366),
- "Tormented demon"
- ),
- PENANCE_QUEEN(intArrayOf(NPCs.PENANCE_QUEEN_5247), "Penance Queen");
-
- companion object {
- private fun forBossId(npc: Int): BossKillCounter? {
- for (kc in values()) {
- for (i in kc.bossId) {
- if (npc == i) {
- return kc
- }
- }
- }
- return null
- }
-
- @JvmStatic
- fun addToBossKillCount(killer: Player?, bossId: Int) {
- if (killer == null) {
- return
- }
- val boss: BossKillCounter = forBossId(bossId) ?: return
- killer.getSavedData().globalData.bossCounters[boss.ordinal]++
- sendMessage(killer, "Your ${boss.bossName} killcount is now: ${killer.getSavedData().globalData.bossCounters[boss.ordinal]}.")
- }
-
- fun addToBarrowsChestCount(player: Player?) {
- if (player == null) {
- return
- }
- player.getSavedData().globalData.barrowsLoots++
- sendMessage(player, "Your Barrows chest count is: ${player.getSavedData().globalData.barrowsLoots}.")
- }
- }
-}
diff --git a/Server/src/main/content/data/ChargedItem.kt b/Server/src/main/content/data/ChargedItem.kt
deleted file mode 100644
index 06f3d4093..000000000
--- a/Server/src/main/content/data/ChargedItem.kt
+++ /dev/null
@@ -1,80 +0,0 @@
-package content.data
-
-import core.api.toIntArray
-import core.cache.def.impl.ItemDefinition
-import org.rs09.consts.Items
-
-/**
- * Represents a distinct charged item, i.e. items with (#).
- * Not to be confused with items with internal charge, like degradation.
- * @author RiL
- */
-enum class ChargedItem(val ids: IntArray) {
- AMULET_OF_GLORY((Items.AMULET_OF_GLORY4_1712 downTo Items.AMULET_OF_GLORY_1704 step 2).toIntArray()),
- RING_OF_DUELLING((Items.RING_OF_DUELLING8_2552..Items.RING_OF_DUELLING1_2566 step 2).toIntArray()),
- GAMES_NECKLACE((Items.GAMES_NECKLACE8_3853..Items.GAMES_NECKLACE1_3867 step 2).toIntArray()),
- BROODOO_SHIELDA((Items.BROODOO_SHIELD_10_6215..Items.BROODOO_SHIELD_6235 step 2).toIntArray()),
- BROODOO_SHIELDB((Items.BROODOO_SHIELD_10_6237..Items.BROODOO_SHIELD_6257 step 2).toIntArray()),
- BROODOO_SHIELDC((Items.BROODOO_SHIELD_10_6259..Items.BROODOO_SHIELD_6279 step 2).toIntArray()),
- ROD_OF_IVANDIS((Items.ROD_OF_IVANDIS10_7639..Items.ROD_OF_IVANDIS1_7648).toIntArray()),
- BLACK_MASK((Items.BLACK_MASK_10_8901..Items.BLACK_MASK_8921 step 2).toIntArray()),
- AMULET_OF_GLORYT((Items.AMULET_OF_GLORYT4_10354..Items.AMULET_OF_GLORYT_10362 step 2).toIntArray()),
- CASTLEWAR_BRACE((Items.CASTLEWAR_BRACE3_11079..Items.CASTLEWAR_BRACE1_11083 step 2).toIntArray()),
- FORINTHRY_BRACE((Items.FORINTHRY_BRACE5_11095..Items.FORINTHRY_BRACE1_11103 step 2).toIntArray()),
- SKILLS_NECKLACE((Items.SKILLS_NECKLACE4_11105..Items.SKILLS_NECKLACE_11113 step 2).toIntArray()),
- COMBAT_BRACELET((Items.COMBAT_BRACELET4_11118..Items.COMBAT_BRACELET_11126 step 2).toIntArray()),
- DIGSITE_PENDANT((Items.DIGSITE_PENDANT_5_11194 downTo Items.DIGSITE_PENDANT_1_11190).toIntArray()),
- VOID_SEAL((Items.VOID_SEAL8_11666..Items.VOID_SEAL1_11673).toIntArray()),
- AMULET_OF_FARMING((Items.AMULET_OF_FARMING8_12622 downTo Items.AMULET_OF_FARMING1_12608 step 2).toIntArray()),
- IVANDIS_FLAIL((Items.IVANDIS_FLAIL_30_13117..Items.IVANDIS_FLAIL_1_13146).toIntArray()),
- RING_OF_SLAYING((Items.RING_OF_SLAYING8_13281..Items.RING_OF_SLAYING1_13288).toIntArray()),
- RING_OF_WEALTH((Items.RING_OF_WEALTH4_14646 downTo Items.RING_OF_WEALTH_14638 step 2).toIntArray());
-
- /**
- * Get the item id for a specific [charge].
- * If [charge] is outside the valid range, return the item id with the closest charge.
- */
- fun forCharge(charge: Int): Int {
- return ids[maxCharge() - if (charge < 1) 1 + maxCharge() - ids.size else if (charge > maxCharge()) maxCharge() else charge]
- }
-
- /**
- * Get the max charge of this ChargedItem.
- */
- fun maxCharge(): Int = maxCharges[ordinal]
-
- companion object {
- private val CHARGE_REGEX = Regex("""\(\D?(\d+)\)""")
- private val idMap = HashMap()
- private val maxCharges = IntArray(values().size)
-
- init {
- values().forEach { chargedItem ->
- maxCharges[chargedItem.ordinal] = getMaxCharge(chargedItem)
- chargedItem.ids.forEach { idMap[it] = chargedItem }
- }
- }
-
- private fun getMaxCharge(chargedItem: ChargedItem): Int {
- return CHARGE_REGEX.find(ItemDefinition.forId(chargedItem.ids.first()).name)!!.groups[1]!!.value.toInt()
- }
-
- /**
- * Check if the item id is a charged item.
- */
- fun contains(id: Int): Boolean = idMap.containsKey(id)
-
- /**
- * Get the ChargedItem enum for an item id, or null if it's not a charged item.
- */
- fun forId(id: Int): ChargedItem? = idMap[id]
-
- /**
- * Get the charge value of an item id, or null if it's not a charged item.
- */
- fun getCharge(id: Int): Int? {
- val chargedItem = forId(id) ?: return null
- return chargedItem.maxCharge() - chargedItem.ids.indexOf(id)
- }
- }
-}
diff --git a/Server/src/main/content/data/EnchantedJewellery.kt b/Server/src/main/content/data/EnchantedJewellery.kt
deleted file mode 100644
index 251bfa6c1..000000000
--- a/Server/src/main/content/data/EnchantedJewellery.kt
+++ /dev/null
@@ -1,392 +0,0 @@
-package content.data
-
-import content.global.skill.magic.TeleportMethod
-import content.global.skill.slayer.SlayerManager.Companion.getInstance
-import content.global.skill.slayer.SlayerUtils
-import core.ServerConstants
-import core.api.*
-import core.game.event.TeleportEvent
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.TeleportManager
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.node.item.Item
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import core.tools.Log
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-import java.util.*
-
-/**
- * Represents a piece of enchanted jewellery.
- * @author Vexia, downthecrop, Player Name
- */
-enum class EnchantedJewellery(
-
- val options: Array,
- val locations: Array, crumble: Boolean, vararg val ids: Int) {
- RING_OF_SLAYING(
- arrayOf(
- "Sumona in Pollnivneach.",
- "Morytania Slayer Tower.",
- "Rellekka Slayer Caves.",
- "Nowhere. Give me a slayer update."
- ),
- arrayOf(
- Location.create(3361, 2994, 0),
- Location.create(3428, 3535, 0),
- Location.create(2792, 3615, 0),
- ),
- true,
- Items.RING_OF_SLAYING8_13281,
- Items.RING_OF_SLAYING7_13282,
- Items.RING_OF_SLAYING6_13283,
- Items.RING_OF_SLAYING5_13284,
- Items.RING_OF_SLAYING4_13285,
- Items.RING_OF_SLAYING3_13286,
- Items.RING_OF_SLAYING2_13287,
- Items.RING_OF_SLAYING1_13288
- ),
-
- RING_OF_DUELING(
- arrayOf(
- "Al Kharid Duel Arena.",
- "Castle Wars Arena.",
- "Fist of Guthix", "Nowhere."
- ),
- arrayOf(
- Location.create(3314, 3235, 0),
- Location.create(2442, 3089, 0),
- Location.create(1693, 5600, 0)
- ),
- true,
- Items.RING_OF_DUELLING8_2552,
- Items.RING_OF_DUELLING7_2554,
- Items.RING_OF_DUELLING6_2556,
- Items.RING_OF_DUELLING5_2558,
- Items.RING_OF_DUELLING4_2560,
- Items.RING_OF_DUELLING3_2562,
- Items.RING_OF_DUELLING2_2564,
- Items.RING_OF_DUELLING1_2566
- ),
- AMULET_OF_GLORY(
- arrayOf(
- "Edgeville",
- "Karamja",
- "Draynor Village",
- "Al Kharid",
- "Nowhere"
- ),
- arrayOf(
- Location.create(3087, 3495, 0),
- Location.create(2919, 3175, 0),
- Location.create(3104, 3249, 0),
- Location.create(3292, 3175, 0)
- ),
- Items.AMULET_OF_GLORY4_1712,
- Items.AMULET_OF_GLORY3_1710,
- Items.AMULET_OF_GLORY2_1708,
- Items.AMULET_OF_GLORY1_1706,
- Items.AMULET_OF_GLORY_1704
- ),
- AMULET_OF_GLORY_T(
- AMULET_OF_GLORY.options,
- AMULET_OF_GLORY.locations,
- Items.AMULET_OF_GLORYT4_10354,
- Items.AMULET_OF_GLORYT3_10356,
- Items.AMULET_OF_GLORYT2_10358,
- Items.AMULET_OF_GLORYT1_10360,
- Items.AMULET_OF_GLORYT_10362
- ),
- GAMES_NECKLACE(
- arrayOf(
- "Burthorpe Games Room.",
- "Barbarian Outpost.",
- "Clan Wars.",
- "Wilderness Volcano.",
- "Corporeal Beast."
- ),
- arrayOf(
- Location.create(2899, 3563, 0),
- Location.create(2520, 3571, 0),
- Location.create(3266, 3686, 0),
- Location.create(3179, 3685, 0),
- Location.create(2885, 4372, 2)
- ),
- true,
- Items.GAMES_NECKLACE8_3853,
- Items.GAMES_NECKLACE7_3855,
- Items.GAMES_NECKLACE6_3857,
- Items.GAMES_NECKLACE5_3859,
- Items.GAMES_NECKLACE4_3861,
- Items.GAMES_NECKLACE3_3863,
- Items.GAMES_NECKLACE2_3865,
- Items.GAMES_NECKLACE1_3867
- ),
- DIGSITE_PENDANT(arrayOf(),
- arrayOf(
- Location.create(3342, 3445, 0)
- ),
- true,
- Items.DIGSITE_PENDANT_5_11194,
- Items.DIGSITE_PENDANT_4_11193,
- Items.DIGSITE_PENDANT_3_11192,
- Items.DIGSITE_PENDANT_2_11191,
- Items.DIGSITE_PENDANT_1_11190
- ),
- COMBAT_BRACELET(
- arrayOf(
- "Champions' Guild.",
- "Monastery.",
- "Ranging Guild.",
- "Warriors' Guild.",
- "Nowhere."
- ),
- arrayOf(
- Location.create(3191, 3365, 0),
- Location.create(3052, 3472, 0),
- Location.create(2657, 3439, 0),
- Location.create(2878, 3546, 0)
- ),
- Items.COMBAT_BRACELET4_11118,
- Items.COMBAT_BRACELET3_11120,
- Items.COMBAT_BRACELET2_11122,
- Items.COMBAT_BRACELET1_11124,
- Items.COMBAT_BRACELET_11126
- ),
- SKILLS_NECKLACE(
- arrayOf(
- "Fishing Guild.",
- "Mining Guild.",
- "Crafting Guild.",
- "Cooking Guild.",
- "Nowhere."
- ),
- arrayOf(
- Location.create(2611, 3392, 0),
- Location.create(3016, 3338, 0),
- Location.create(2933, 3290, 0),
- Location.create(3143, 3442, 0)
- ),
- Items.SKILLS_NECKLACE4_11105,
- Items.SKILLS_NECKLACE3_11107,
- Items.SKILLS_NECKLACE2_11109,
- Items.SKILLS_NECKLACE1_11111,
- Items.SKILLS_NECKLACE_11113
- ),
- RING_OF_WEALTH(
- arrayOf(
- "Grand Exchange.",
- "Nowhere."
- ),
- arrayOf(
- Location.create(3163, 3464, 0)
- ),
- Items.RING_OF_WEALTH4_14646,
- Items.RING_OF_WEALTH3_14644,
- Items.RING_OF_WEALTH2_14642,
- Items.RING_OF_WEALTH1_14640,
- Items.RING_OF_WEALTH_14638
- ),
- RING_OF_LIFE(arrayOf(),
- arrayOf(
- Location.create(ServerConstants.HOME_LOCATION!!)
- ),
- true,
- Items.RING_OF_LIFE_2570
- );
-
- val isCrumble: Boolean = crumble
-
- /**
- * Constructs a new `EnchantedJewelleryPlugin` `Object`.
- * @param options the dialogue options.
- * @param locations the teleport locations.
- * @param ids the ordered item ids.
- */
- constructor(options: Array, locations: Array, vararg ids: Int) : this(options, locations, false, *ids)
-
- /**
- * Method used when the player clicks one of the options in the jewellery piece's options dialog.
- * @param player the player.
- * @param item the used jewellery item.
- * @param buttonID the button id.
- * @param isEquipped If the player is operating.
- */
- fun use(player: Player, item: Item, buttonID: Int, isEquipped: Boolean) {
- if (buttonID > locations.size - 1) {
- if (isSlayerRing(item)) {
- slayerProgressDialogue(player)
- }
- return
- }
- attemptTeleport(player, item, buttonID, true, isEquipped)
- }
-
- /**
- * Method used to actually teleport the player to the desired location.
- * @param player the player.
- * @param item the used jewellery item.
- * @param buttonID the button id.
- * @param replace Whether to attempt replacing the item with its lower-charge version. Always true unless you generated a fake item in code.
- * @param isEquipped If the player is operating.
- */
- fun attemptTeleport(player: Player, item: Item, buttonID: Int, replace: Boolean, isEquipped: Boolean): Boolean {
- val itemIndex = getItemIndex(item)
- val nextJewellery = Item(getNext(itemIndex))
- if (!canTeleport(player, nextJewellery)) {
- return false
- }
- val location = getLocation(buttonID)
- player.scripts.delay = GameWorld.ticks + 4
- queueScript(player, 0, QueueStrength.SOFT) { stage ->
- when (stage) {
- 0 -> {
- lock(player, 4)
- // This is an intentional teleport animation & graphics difference as these two jewellery
- // animations are authentic to 2009 while others are currently unknown.
- if (this == RING_OF_DUELING || this == GAMES_NECKLACE) {
- visualize(player, JEWELLERY_ANIMATION, JEWELLERY_GRAPHICS)
- } else {
- visualize(player, ANIMATION, GRAPHICS)
- }
- playGlobalAudio(player.location, Sounds.TELEPORT_ALL_200)
- player.impactHandler.disabledTicks = 4
- closeInterface(player)
- return@queueScript delayScript(player, 3)
- }
- 1 -> {
- teleport(player, location)
- resetAnimator(player)
- if (this == RING_OF_DUELING || this == GAMES_NECKLACE) {
- player.graphics(JEWELLERY_GRAPHICS)
- }
- unlock(player)
- player.dispatch(TeleportEvent(TeleportManager.TeleportType.NORMAL, TeleportMethod.JEWELRY, item, location))
-
- if (DIGSITE_PENDANT.ids.contains(item.id)) {
- player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 1, 10)
- }
-
- if (!replace) {
- return@queueScript stopExecuting(player)
- }
- if (isLastItemIndex(itemIndex)) {
- if (isSlayerRing(item)) {
- if (isEquipped) {
- // Remove it now, but only addItemOrDrop the gem after the teleport has procced
- if (removeItem(player, item, Container.EQUIPMENT)) {
- return@queueScript delayScript(player, 1)
- }
- log(this.javaClass, Log.ERR, "Error replacing slayer ring with enchanted gem (removeItem from equipment)")
- }
- // Not equipped -> can replace fluently
- if (replaceSlot(player, item.slot, Item(Items.ENCHANTED_GEM_4155), item) == item) {
- return@queueScript stopExecuting(player)
- }
- log(this.javaClass, Log.ERR, "Error replacing slayer ring with enchanted gem (replaceSlot)")
- }
- // Not slayer ring
- if (isCrumble) {
- val removeFrom = if (isEquipped) Container.EQUIPMENT else Container.INVENTORY
- if (removeItem(player, item, removeFrom)) {
- return@queueScript stopExecuting(player)
- }
- log(this.javaClass, Log.ERR, "Error crumbling jewelry")
- }
- } else {
- replaceJewellery(player, item, nextJewellery, isEquipped)
- }
- }
- 2 -> {
- addItemOrDrop(player, Items.ENCHANTED_GEM_4155)
- sendMessage(player, "Your Ring of Slaying reverts back into a regular enchanted gem.")
- }
- }
- return@queueScript stopExecuting(player)
- }
- return true
- }
-
- private fun replaceJewellery(player: Player, item: Item, nextJewellery: Item, isEquipped: Boolean) {
- if (isEquipped) {
- replaceSlot(player, item.slot, nextJewellery, item, Container.EQUIPMENT)
- } else {
- replaceSlot(player, item.slot, nextJewellery)
- }
- }
-
- private fun isSlayerRing(item: Item): Boolean {
- return (item.id in RING_OF_SLAYING.ids)
- }
-
- private fun slayerProgressDialogue(player: Player) {
- val slayerManager = getInstance(player)
- if (!slayerManager.hasTask()) {
- sendNPCDialogue(player, slayerManager.master!!.npc, "You need something new to hunt. Come and " +
- "see me when you can and I'll give you a new task.", core.game.dialogue.FacialExpression.HALF_GUILTY)
- return
- }
- sendNPCDialogue(player, slayerManager.master!!.npc, "You're currently " +
- "assigned to kill ${SlayerUtils.pluralise(getSlayerTaskName(player))} " +
- "only ${getSlayerTaskKillsRemaining(player)} more to go.", core.game.dialogue.FacialExpression.FRIENDLY)
- // Slayer tracker UI
- setVarp(player, 2502, slayerManager.flags.taskFlags shr 4)
- }
-
- private fun canTeleport(player: Player, item: Item): Boolean {
- return player.zoneMonitor.teleport(1, item)
- }
-
- private fun getNext(index: Int): Int {
- val i = index + 1
- if (i > ids.size - 1) {
- return ids[ids.size - 1]
- }
- return ids[i]
- }
-
- private fun getLocation(index: Int): Location {
- if (index > locations.size - 1) {
- return locations[locations.size - 1]
- }
- return locations[index]
- }
-
- fun getJewelleryName(item: Item): String {
- return item.name.replace(""" ?\(t?[0-9]?\)""".toRegex(), "")
- }
-
- fun getJewelleryType(item: Item): String {
- return when {
- this == GAMES_NECKLACE -> "games necklace"
- this == DIGSITE_PENDANT -> "necklace"
- this == COMBAT_BRACELET -> "bracelet"
- this == SKILLS_NECKLACE -> "necklace"
- else -> item.name.split(" ")[0].lowercase(Locale.getDefault())
- }
- }
-
- fun isLastItemIndex(index: Int): Boolean = index == ids.size - 1
-
- fun getItemIndex(item: Item): Int {
- return ids.indexOf(item.id)
- }
-
- companion object {
- private val ANIMATION = Animation(714)
- private val GRAPHICS = Graphics(308, 100, 50)
- private val JEWELLERY_ANIMATION = Animation(9603)
- private val JEWELLERY_GRAPHICS = Graphics(1684)
- val idMap = HashMap()
-
- init {
- values().forEach { entry ->
- entry.ids.forEach { idMap[it] = entry }
- }
- }
- }
-}
diff --git a/Server/src/main/content/data/Quests.kt b/Server/src/main/content/data/Quests.kt
deleted file mode 100644
index 190cf2093..000000000
--- a/Server/src/main/content/data/Quests.kt
+++ /dev/null
@@ -1,158 +0,0 @@
-package content.data
-
-enum class Quests(val questName: String) {
- MYTHS_OF_THE_WHITE_LANDS("Myths of the White Lands"),
- BLACK_KNIGHTS_FORTRESS("Black Knights' Fortress"),
- COOKS_ASSISTANT("Cook's Assistant"),
- DEMON_SLAYER("Demon Slayer"),
- DORICS_QUEST("Doric's Quest"),
- DRAGON_SLAYER("Dragon Slayer"),
- ERNEST_THE_CHICKEN("Ernest the Chicken"),
- GOBLIN_DIPLOMACY("Goblin Diplomacy"),
- IMP_CATCHER("Imp Catcher"),
- THE_KNIGHTS_SWORD("The Knight's Sword"),
- PIRATES_TREASURE("Pirate's Treasure"),
- PRINCE_ALI_RESCUE("Prince Ali Rescue"),
- THE_RESTLESS_GHOST("The Restless Ghost"),
- ROMEO_JULIET("Romeo & Juliet"),
- RUNE_MYSTERIES("Rune Mysteries"),
- SHEEP_SHEARER("Sheep Shearer"),
- SHIELD_OF_ARRAV("Shield of Arrav"),
- VAMPIRE_SLAYER("Vampire Slayer"),
- WITCHS_POTION("Witch's Potion"),
- ANIMAL_MAGNETISM("Animal Magnetism"),
- BETWEEN_A_ROCK("Between a Rock..."),
- BIG_CHOMPY_BIRD_HUNTING("Big Chompy Bird Hunting"),
- BIOHAZARD("Biohazard"),
- CABIN_FEVER("Cabin Fever"),
- CLOCK_TOWER("Clock Tower"),
- CONTACT("Contact!"),
- ZOGRE_FLESH_EATERS("Zogre Flesh Eaters"),
- CREATURE_OF_FENKENSTRAIN("Creature of Fenkenstrain"),
- DARKNESS_OF_HALLOWVALE("Darkness of Hallowvale"),
- DEATH_TO_THE_DORGESHUUN("Death to the Dorgeshuun"),
- DEATH_PLATEAU("Death Plateau"),
- DESERT_TREASURE("Desert Treasure"),
- DEVIOUS_MINDS("Devious Minds"),
- THE_DIG_SITE("The Dig Site"),
- DRUIDIC_RITUAL("Druidic Ritual"),
- DWARF_CANNON("Dwarf Cannon"),
- EADGARS_RUSE("Eadgar's Ruse"),
- EAGLES_PEAK("Eagles' Peak"),
- ELEMENTAL_WORKSHOP_I("Elemental Workshop I"),
- ELEMENTAL_WORKSHOP_II("Elemental Workshop II"),
- ENAKHRAS_LAMENT("Enakhra's Lament"),
- ENLIGHTENED_JOURNEY("Enlightened Journey"),
- THE_EYES_OF_GLOUPHRIE("The Eyes of Glouphrie"),
- FAIRYTALE_I_GROWING_PAINS("Fairytale I - Growing Pains"),
- FAIRYTALE_II_CURE_A_QUEEN("Fairytale II - Cure a Queen"),
- FAMILY_CREST("Family Crest"),
- THE_FEUD("The Feud"),
- FIGHT_ARENA("Fight Arena"),
- FISHING_CONTEST("Fishing Contest"),
- FORGETTABLE_TALE("Forgettable Tale..."),
- THE_FREMENNIK_TRIALS("The Fremennik Trials"),
- WATERFALL_QUEST("Waterfall Quest"),
- GARDEN_OF_TRANQUILITY("Garden of Tranquility"),
- GERTRUDES_CAT("Gertrude's Cat"),
- GHOSTS_AHOY("Ghosts Ahoy"),
- THE_GIANT_DWARF("The Giant Dwarf"),
- THE_GOLEM("The Golem"),
- THE_GRAND_TREE("The Grand Tree"),
- THE_HAND_IN_THE_SAND("The Hand in the Sand"),
- HAUNTED_MINE("Haunted Mine"),
- HAZEEL_CULT("Hazeel Cult"),
- HEROES_QUEST("Heroes' Quest"),
- HOLY_GRAIL("Holy Grail"),
- HORROR_FROM_THE_DEEP("Horror from the Deep"),
- ICTHLARINS_LITTLE_HELPER("Icthlarin's Little Helper"),
- IN_AID_OF_THE_MYREQUE("In Aid of the Myreque"),
- IN_SEARCH_OF_THE_MYREQUE("In Search of the Myreque"),
- JUNGLE_POTION("Jungle Potion"),
- LEGENDS_QUEST("Legend's Quest"),
- LOST_CITY("Lost City"),
- THE_LOST_TRIBE("The Lost Tribe"),
- LUNAR_DIPLOMACY("Lunar Diplomacy"),
- MAKING_HISTORY("Making History"),
- MERLINS_CRYSTAL("Merlin's Crystal"),
- MONKEY_MADNESS("Monkey Madness"),
- MONKS_FRIEND("Monk's Friend"),
- MOUNTAIN_DAUGHTER("Mountain Daughter"),
- MOURNINGS_END_PART_I("Mourning's End Part I"),
- MOURNINGS_END_PART_II("Mourning's End Part II"),
- MURDER_MYSTERY("Murder Mystery"),
- MY_ARMS_BIG_ADVENTURE("My Arm's Big Adventure"),
- NATURE_SPIRIT("Nature Spirit"),
- OBSERVATORY_QUEST("Observatory Quest"),
- ONE_SMALL_FAVOUR("One Small Favour"),
- PLAGUE_CITY("Plague City"),
- PRIEST_IN_PERIL("Priest in Peril"),
- RAG_AND_BONE_MAN("Rag and Bone Man"),
- RATCATCHERS("Ratcatchers"),
- RECIPE_FOR_DISASTER("Recipe for Disaster"),
- RECRUITMENT_DRIVE("Recruitment Drive"),
- REGICIDE("Regicide"),
- ROVING_ELVES("Roving Elves"),
- ROYAL_TROUBLE("Royal Trouble"),
- RUM_DEAL("Rum Deal"),
- SCORPION_CATCHER("Scorpion Catcher"),
- SEA_SLUG("Sea Slug"),
- THE_SLUG_MENACE("The Slug Menace"),
- SHADES_OF_MORTTON("Shades of Mort'ton"),
- SHADOW_OF_THE_STORM("Shadow of the Storm"),
- SHEEP_HERDER("Sheep Herder"),
- SHILO_VILLAGE("Shilo Village"),
- A_SOULS_BANE("A Soul's Bane"),
- SPIRITS_OF_THE_ELID("Spirits of the Elid"),
- SWAN_SONG("Swan Song"),
- TAI_BWO_WANNAI_TRIO("Tai Bwo Wannai Trio"),
- A_TAIL_OF_TWO_CATS("A Tail of Two Cats"),
- TEARS_OF_GUTHIX("Tears of Guthix"),
- TEMPLE_OF_IKOV("Temple of Ikov"),
- THRONE_OF_MISCELLANIA("Throne of Miscellania"),
- THE_TOURIST_TRAP("The Tourist Trap"),
- WITCHS_HOUSE("Witch's House"),
- TREE_GNOME_VILLAGE("Tree Gnome Village"),
- TRIBAL_TOTEM("Tribal Totem"),
- TROLL_ROMANCE("Troll Romance"),
- TROLL_STRONGHOLD("Troll Stronghold"),
- UNDERGROUND_PASS("Underground Pass"),
- WANTED("Wanted!"),
- WATCHTOWER("Watchtower"),
- COLD_WAR("Cold War"),
- THE_FREMENNIK_ISLES("The Fremennik Isles"),
- TOWER_OF_LIFE("Tower of Life"),
- THE_GREAT_BRAIN_ROBBERY("The Great Brain Robbery"),
- WHAT_LIES_BELOW("What Lies Below"),
- OLAFS_QUEST("Olaf's Quest"),
- ANOTHER_SLICE_OF_HAM("Another Slice of H.A.M"),
- DREAM_MENTOR("Dream Mentor"),
- GRIM_TALES("Grim Tales"),
- KINGS_RANSOM("King's Ransom"),
- THE_PATH_OF_GLOUPHRIE("The Path of Glouphrie"),
- BACK_TO_MY_ROOTS("Back to my Roots"),
- LAND_OF_THE_GOBLINS("Land of the Goblins"),
- DEALING_WITH_SCABARAS("Dealing with Scabaras"),
- WOLF_WHISTLE("Wolf Whistle"),
- AS_A_FIRST_RESORT("As a First Resort..."),
- CATAPULT_CONSTRUCTION("Catapult Construction"),
- KENNITHS_CONCERNS("Kennith's Concerns"),
- LEGACY_OF_SEERGAZE("Legacy of Seergaze"),
- PERILS_OF_ICE_MOUNTAIN("Perils of Ice Mountain"),
- TOKTZ_KET_DILL("TokTz-Ket-Dill"),
- SMOKING_KILLS("Smoking Kills"),
- ROCKING_OUT("Rocking Out"),
- SPIRIT_OF_SUMMER("Spirit of Summer"),
- MEETING_HISTORY("Meeting History"),
- ALL_FIRED_UP("All Fired Up"),
- SUMMERS_END("Summer's End"),
- DEFENDER_OF_VARROCK("Defender of Varrock"),
- SWEPT_AWAY("Swept Away"),
- WHILE_GUTHIX_SLEEPS("While Guthix Sleeps"),
- IN_PYRE_NEED("In Pyre Need"),
- TEST_QUEST("Test Quest");
-
- override fun toString(): String {
- return questName
- }
-}
diff --git a/Server/src/main/content/data/RepairItem.kt b/Server/src/main/content/data/RepairItem.kt
deleted file mode 100644
index 4d89a7194..000000000
--- a/Server/src/main/content/data/RepairItem.kt
+++ /dev/null
@@ -1,43 +0,0 @@
-package content.data
-
-import core.game.node.item.Item
-
-/**
- * Represents the repair item type.
- * @author Vexia
- * @author Damighty - Kotlin conversion
- */
-enum class RepairItem(
- val item: Item,
- val product: Item,
- val cost: Int
-) {
- BRONZE_HATCHET(Item(494, 1), Item(1351, 1), 0),
- BRONZE_PICKAXE(Item(468, 1), Item(1265, 1), 0),
- IRON_HATCHET(Item(496, 1), Item(1349, 1), 0),
- IRON_PICKAXE(Item(470, 1), Item(1267, 1), 0),
- STEEL_HATCHET(Item(498, 1), Item(1353, 1), 0),
- STEEL_PICKAXE(Item(472, 1), Item(1269, 1), 14),
- BLACK_HATCHET(Item(500, 1), Item(1361, 1), 10),
- MITHRIL_HATCHET(Item(502, 1), Item(1355, 1), 18),
- MITHRIL_PICKAXE(Item(474, 1), Item(1273, 1), 43),
- ADAMANT_HATCHET(Item(504, 1), Item(1357, 1), 43),
- ADAMANT_PICKAXE(Item(476, 1), Item(1271, 1), 107),
- RUNE_HATCHET(Item(506, 1), Item(1359, 1), 427),
- RUNE_PICKAXE(Item(478, 1), Item(1275, 1), 1100),
- DRAGON_HATCHET(Item(6741, 1), Item(6739, 1), 1800);
-
- companion object {
- /**
- * List of all repairable item IDs.
- */
- @JvmStatic
- val repairableItemIds: List = values().map { it.item.id }
-
- /**
- * Gets the repair item by the broken items ID.
- */
- @JvmStatic
- fun forId(id: Int): RepairItem? = values().firstOrNull { it.item.id == id }
- }
-}
diff --git a/Server/src/main/content/data/consumables/effects/AddTimerEffect.kt b/Server/src/main/content/data/consumables/effects/AddTimerEffect.kt
deleted file mode 100644
index d21985101..000000000
--- a/Server/src/main/content/data/consumables/effects/AddTimerEffect.kt
+++ /dev/null
@@ -1,15 +0,0 @@
-package content.data.consumables.effects
-
-import core.api.registerTimer
-import core.api.removeTimer
-import core.api.spawnTimer
-import core.game.consumable.ConsumableEffect
-import core.game.node.entity.player.Player
-
-class AddTimerEffect (val identifier: String, vararg val args: Any) : ConsumableEffect() {
- override fun activate (p: Player) {
- removeTimer (p, identifier)
- val timer = spawnTimer (identifier, *args) ?: return
- registerTimer (p, timer)
- }
-}
diff --git a/Server/src/main/content/data/consumables/effects/CureDiseaseEffect.kt b/Server/src/main/content/data/consumables/effects/CureDiseaseEffect.kt
deleted file mode 100644
index 4c63c6e99..000000000
--- a/Server/src/main/content/data/consumables/effects/CureDiseaseEffect.kt
+++ /dev/null
@@ -1,21 +0,0 @@
-package content.data.consumables.effects
-
-import core.api.*
-import core.game.consumable.ConsumableEffect
-import core.game.node.entity.player.Player
-import core.game.system.timer.impl.Disease
-
-class CureDiseaseEffect () : ConsumableEffect() {
- override fun activate (p: Player) {
- val existingTimer = getTimer(p)
- if (existingTimer != null) {
- existingTimer.hitsLeft -= 9
- if (existingTimer.hitsLeft <= 0) {
- sendMessage(p, "The disease has been cured.")
- removeTimer(p)
- }else{
- sendMessage(p,"You feel slightly better.")
- }
- }
- }
-}
diff --git a/Server/src/main/content/data/consumables/effects/DamageEffect.java b/Server/src/main/content/data/consumables/effects/DamageEffect.java
deleted file mode 100644
index 1b5e4778c..000000000
--- a/Server/src/main/content/data/consumables/effects/DamageEffect.java
+++ /dev/null
@@ -1,36 +0,0 @@
-package content.data.consumables.effects;
-
-import core.game.consumable.ConsumableEffect;
-import core.game.node.entity.combat.ImpactHandler;
-import core.game.node.entity.player.Player;
-
-public class DamageEffect extends ConsumableEffect {
- final double amt;
- final boolean isPercent;
- final int baseAmount;
-
- public DamageEffect(double amt, boolean isPercent) {
- this(amt, isPercent, 0);
- }
-
- public DamageEffect(double amt, boolean isPercent, int baseAmount) {
- this.amt = amt;
- this.isPercent = isPercent;
- this.baseAmount = baseAmount;
- }
-
- @Override
- public void activate(Player p) {
- p.getImpactHandler().manualHit(p, -getHealthEffectValue(p), ImpactHandler.HitsplatType.NORMAL);
- }
-
- @Override
- public int getHealthEffectValue(Player player) {
- double amount = amt;
- if (isPercent) {
- amount /= 100;
- return (int) -(amount * player.getSkills().getLifepoints() + baseAmount);
- }
- return (int) -(amt + baseAmount);
- }
-}
diff --git a/Server/src/main/content/data/consumables/effects/EnergyEffect.java b/Server/src/main/content/data/consumables/effects/EnergyEffect.java
deleted file mode 100644
index 75e23b422..000000000
--- a/Server/src/main/content/data/consumables/effects/EnergyEffect.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package content.data.consumables.effects;
-
-import core.game.consumable.ConsumableEffect;
-import core.game.node.entity.player.Player;
-
-public class EnergyEffect extends ConsumableEffect {
- double amt;
- public EnergyEffect(int amt){
- this.amt = amt;
- }
- @Override
- public void activate(Player p) {
- p.getSettings().updateRunEnergy(-amt);
- }
-}
diff --git a/Server/src/main/content/data/consumables/effects/KegOfBeerEffect.kt b/Server/src/main/content/data/consumables/effects/KegOfBeerEffect.kt
deleted file mode 100644
index 89232abee..000000000
--- a/Server/src/main/content/data/consumables/effects/KegOfBeerEffect.kt
+++ /dev/null
@@ -1,15 +0,0 @@
-package content.data.consumables.effects
-
-import core.game.consumable.ConsumableEffect
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-
-
-class KegOfBeerEffect : ConsumableEffect() {
-
- override fun activate(p: Player?) {
- val effect = MultiEffect(HealingEffect(15), SkillEffect(Skills.STRENGTH, 10.0, 0.0), SkillEffect(Skills.ATTACK, -40.0, 0.0))
- effect.activate(p)
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/data/consumables/effects/PrayerEffect.kt b/Server/src/main/content/data/consumables/effects/PrayerEffect.kt
deleted file mode 100644
index 5edaff7dc..000000000
--- a/Server/src/main/content/data/consumables/effects/PrayerEffect.kt
+++ /dev/null
@@ -1,22 +0,0 @@
-package content.data.consumables.effects
-
-import core.api.*
-import core.game.consumable.ConsumableEffect
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Items
-import kotlin.math.ceil
-import kotlin.math.floor
-
-class PrayerEffect @JvmOverloads constructor(var base: Double, var bonus: Double, private val roundUp: Boolean = false) : ConsumableEffect() {
- override fun activate(player: Player?) {
- if(player == null) return
- val level = getStatLevel(player, Skills.PRAYER)
- var b = bonus
- if(inInventory(player, Items.HOLY_WRENCH_6714))
- b += 0.02 // Leaving this in for futureproofing. Current update is for properly rounding down.
- val rawAmount = base + (level * b)
- val amount = if (roundUp) ceil(rawAmount) else floor(rawAmount)
- modPrayerPoints(player, amount)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/data/consumables/effects/RemoveTimerEffect.kt b/Server/src/main/content/data/consumables/effects/RemoveTimerEffect.kt
deleted file mode 100644
index 6d45c35e9..000000000
--- a/Server/src/main/content/data/consumables/effects/RemoveTimerEffect.kt
+++ /dev/null
@@ -1,11 +0,0 @@
-package content.data.consumables.effects
-
-import core.api.*
-import core.game.consumable.ConsumableEffect
-import core.game.node.entity.player.Player
-
-class RemoveTimerEffect (val identifier: String) : ConsumableEffect() {
- override fun activate (p: Player) {
- removeTimer (p, identifier)
- }
-}
diff --git a/Server/src/main/content/data/consumables/effects/RestoreEffect.java b/Server/src/main/content/data/consumables/effects/RestoreEffect.java
deleted file mode 100644
index ba9b3ea8d..000000000
--- a/Server/src/main/content/data/consumables/effects/RestoreEffect.java
+++ /dev/null
@@ -1,42 +0,0 @@
-package content.data.consumables.effects;
-
-import core.game.node.entity.player.Player;
-import core.game.consumable.ConsumableEffect;
-import core.game.node.entity.skill.Skills;
-
-public class RestoreEffect extends ConsumableEffect {
- double base,bonus;
- boolean all_skills; // Except for hitpoints
- public RestoreEffect(double base, double bonus){
- this.base = base;
- this.bonus = bonus;
- this.all_skills = false;
- }
-
- public RestoreEffect(double base, double bonus, boolean all_skills){
- this.base = base;
- this.bonus = bonus;
- this.all_skills = all_skills;
- }
- final int[] SKILLS = new int[] { Skills.DEFENCE, Skills.ATTACK, Skills.STRENGTH, Skills.MAGIC, Skills.RANGE };
- final int[] ALL_SKILLS = new int[]{
- Skills.ATTACK,Skills.DEFENCE, Skills.STRENGTH,Skills.RANGE,Skills.PRAYER,Skills.MAGIC, Skills.COOKING,
- Skills.WOODCUTTING,Skills.FLETCHING,Skills.FISHING,Skills.FIREMAKING,Skills.CRAFTING,Skills.SMITHING,
- Skills.MINING,Skills.HERBLORE,Skills.AGILITY,Skills.THIEVING,Skills.SLAYER,Skills.FARMING,
- Skills.RUNECRAFTING,Skills.HUNTER,Skills.CONSTRUCTION,Skills.SUMMONING };
- @Override
- public void activate(Player p) {
- Skills sk = p.getSkills();
- int[] skills = this.all_skills ? ALL_SKILLS : SKILLS;
- for(int skill : skills){
- int statL = sk.getStaticLevel(skill);
- int boost = (int) (base + (statL * bonus));
- int curL = sk.getLevel(skill);
- if(curL < statL){
- p.getSkills().updateLevel(skill, boost, statL);
- }
- if (skill == Skills.PRAYER)
- p.getSkills().incrementPrayerPoints(boost);
- }
- }
-}
diff --git a/Server/src/main/content/data/consumables/effects/RestoreSummoningSpecial.kt b/Server/src/main/content/data/consumables/effects/RestoreSummoningSpecial.kt
deleted file mode 100644
index 51b727dab..000000000
--- a/Server/src/main/content/data/consumables/effects/RestoreSummoningSpecial.kt
+++ /dev/null
@@ -1,11 +0,0 @@
-package content.data.consumables.effects
-
-import core.game.consumable.ConsumableEffect
-import core.game.node.entity.player.Player
-
-class RestoreSummoningSpecial : ConsumableEffect(){
- override fun activate(p: Player) {
- val f = p.familiarManager.familiar
- f?.updateSpecialPoints(-15)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/data/consumables/effects/ZamorakMixEffect.java b/Server/src/main/content/data/consumables/effects/ZamorakMixEffect.java
deleted file mode 100644
index 688da0961..000000000
--- a/Server/src/main/content/data/consumables/effects/ZamorakMixEffect.java
+++ /dev/null
@@ -1,25 +0,0 @@
-package content.data.consumables.effects;
-
-import core.game.consumable.ConsumableEffect;
-import core.game.node.entity.combat.ImpactHandler;
-import core.game.node.entity.player.Player;
-
-/**
- * The Zamorak mix shows the regular Zamorak brew hitsplat (10% of pre-drink lifepoints + 2, rounded down)
- * but also heals 6 lifepoints. The heal must be applied before the hit so the net change can never kill
- * the player, while the hitsplat still reflects the pre-heal lifepoints.
- */
-public class ZamorakMixEffect extends ConsumableEffect {
-
- @Override
- public void activate(Player p) {
- int damage = (int) (p.getSkills().getLifepoints() * 0.10 + 2);
- p.getSkills().heal(6);
- p.getImpactHandler().manualHit(p, damage, ImpactHandler.HitsplatType.NORMAL);
- }
-
- @Override
- public int getHealthEffectValue(Player player) {
- return 6 - (int) (player.getSkills().getLifepoints() * 0.10 + 2);
- }
-}
diff --git a/Server/src/main/content/data/tables/AllotmentSeedDropTable.java b/Server/src/main/content/data/tables/AllotmentSeedDropTable.java
deleted file mode 100644
index 01b6f3f17..000000000
--- a/Server/src/main/content/data/tables/AllotmentSeedDropTable.java
+++ /dev/null
@@ -1,94 +0,0 @@
-package content.data.tables;
-
-import core.api.StartupListener;
-import core.game.node.item.Item;
-import core.game.node.item.WeightedChanceItem;
-import core.tools.Log;
-import core.tools.RandomFunction;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.Node;
-import org.w3c.dom.NodeList;
-import core.ServerConstants;
-
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.parsers.ParserConfigurationException;
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import static core.api.ContentAPIKt.log;
-
-/**
- * Handles the allotment seed drop table.
- * @author Von Hresvelg
- */
-public final class AllotmentSeedDropTable implements StartupListener {
-
- /**
- * The item id of the item representing the allotment seed drop table slot in a drop
- * table.
- */
- public static final int SLOT_ITEM_ID = 14430;
-
- /**
- * The allotment seed drop table.
- */
- private static final List TABLE = new ArrayList<>(20);
-
-
- /**
- * Initialize needed objects for xml reading/writing
- */
- static DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
- static DocumentBuilder builder;
-
- static {
- try {
- builder = factory.newDocumentBuilder();
- } catch (ParserConfigurationException e) {
- e.printStackTrace();
- }
- }
-
- public AllotmentSeedDropTable() throws ParserConfigurationException {}
-
- @Override
- public void startup() {
- if(ServerConstants.ASDT_DATA_PATH != null && !new File(ServerConstants.ASDT_DATA_PATH).exists()){
- log(this.getClass(), Log.ERR, "Can't locate ASDT file at " + ServerConstants.ASDT_DATA_PATH);
- return;
- }
- parse(ServerConstants.ASDT_DATA_PATH);
- log(this.getClass(), Log.FINE, "Initialized Allotment Seed Drop Table from " + ServerConstants.ASDT_DATA_PATH);
- }
-
- /**
- * Parses the xml file for the allotment seed drop table.
- * @param file the .xml file containing the allotment seed drop table.
- */
- public static void parse(String file){
- try {
- Document doc = builder.parse(file);
-
- NodeList itemNodes = doc.getElementsByTagName("item");
- for(int i = 0; i < itemNodes.getLength(); i++){
- Node itemNode = itemNodes.item(i);
- if(itemNode.getNodeType() == Node.ELEMENT_NODE){
- Element item = (Element) itemNode;
- int itemId = Integer.parseInt(item.getAttribute("id"));
- int minAmt = Integer.parseInt(item.getAttribute("minAmt"));
- int maxAmt = Integer.parseInt(item.getAttribute("maxAmt"));
- int weight = Integer.parseInt(item.getAttribute("weight"));
-
- TABLE.add(new WeightedChanceItem(itemId,minAmt,maxAmt,weight));
- }
- }
- } catch (Exception e){
- e.printStackTrace();
- }
- }
-
- public static Item retrieve() {return RandomFunction.rollWeightedChanceTable(TABLE);}
-}
\ No newline at end of file
diff --git a/Server/src/main/content/data/tables/GemDropTable.java b/Server/src/main/content/data/tables/GemDropTable.java
deleted file mode 100644
index e9b486d28..000000000
--- a/Server/src/main/content/data/tables/GemDropTable.java
+++ /dev/null
@@ -1,96 +0,0 @@
-package content.data.tables;
-
-import core.api.StartupListener;
-import core.game.node.item.Item;
-import core.game.node.item.WeightedChanceItem;
-import core.tools.Log;
-import core.tools.RandomFunction;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.Node;
-import org.w3c.dom.NodeList;
-import core.ServerConstants;
-
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.parsers.ParserConfigurationException;
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import static core.api.ContentAPIKt.log;
-
-/**
- * Handles the gem drop table.
- * @author Von Hresvelg
- */
-public final class GemDropTable implements StartupListener {
-
- /**
- * The item id of the item representing the gem drop table slot in a drop
- * table.
- */
- public static final int SLOT_ITEM_ID = 14426;
-
- /**
- * The gem drop table.
- */
- private static final List TABLE = new ArrayList<>(20);
-
-
- /**
- * Initialize needed objects for xml reading/writing
- */
- static DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
- static DocumentBuilder builder;
-
- static {
- try {
- builder = factory.newDocumentBuilder();
- } catch (ParserConfigurationException e) {
- e.printStackTrace();
- }
- }
-
- public GemDropTable() throws ParserConfigurationException {}
-
- @Override
- public void startup() {
- if(ServerConstants.GDT_DATA_PATH != null && !new File(ServerConstants.GDT_DATA_PATH).exists()){
- log(this.getClass(), Log.ERR, "Can't locate GDT file at " + ServerConstants.GDT_DATA_PATH);
- return;
- }
- parse(ServerConstants.GDT_DATA_PATH);
- log(this.getClass(), Log.FINE, "Initialized Gem Drop Table from " + ServerConstants.GDT_DATA_PATH);
- }
-
- /**
- * Parses the xml file for the gem drop table.
- * @param file the .xml file containing the gem drop table.
- */
- public static void parse(String file){
- try {
- Document doc = builder.parse(file);
-
- NodeList itemNodes = doc.getElementsByTagName("item");
- for(int i = 0; i < itemNodes.getLength(); i++){
- Node itemNode = itemNodes.item(i);
- if(itemNode.getNodeType() == Node.ELEMENT_NODE){
- Element item = (Element) itemNode;
- int itemId = Integer.parseInt(item.getAttribute("id"));
- int minAmt = Integer.parseInt(item.getAttribute("minAmt"));
- int maxAmt = Integer.parseInt(item.getAttribute("maxAmt"));
- int weight = Integer.parseInt(item.getAttribute("weight"));
-
- TABLE.add(new WeightedChanceItem(itemId,minAmt,maxAmt,weight));
- }
- }
- } catch (Exception e){
- e.printStackTrace();
- }
- }
-
- public static Item retrieve(){
- return RandomFunction.rollWeightedChanceTable(TABLE);
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/data/tables/HerbDropTable.java b/Server/src/main/content/data/tables/HerbDropTable.java
deleted file mode 100644
index efd03da2b..000000000
--- a/Server/src/main/content/data/tables/HerbDropTable.java
+++ /dev/null
@@ -1,96 +0,0 @@
-package content.data.tables;
-
-import core.api.StartupListener;
-import core.game.node.item.Item;
-import core.game.node.item.WeightedChanceItem;
-import core.tools.Log;
-import core.tools.RandomFunction;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.Node;
-import org.w3c.dom.NodeList;
-import core.ServerConstants;
-
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.parsers.ParserConfigurationException;
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import static core.api.ContentAPIKt.log;
-
-/**
- * Handles the herb drop table.
- * @author Von Hresvelg
- */
-public final class HerbDropTable implements StartupListener {
-
- /**
- * The item id of the item representing the herb drop table slot in a drop
- * table.
- */
- public static final int SLOT_ITEM_ID = 14424;
-
- /**
- * The herb drop table.
- */
- private static final List TABLE = new ArrayList<>(20);
-
-
- /**
- * Initialize needed objects for xml reading/writing
- */
- static DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
- static DocumentBuilder builder;
-
- static {
- try {
- builder = factory.newDocumentBuilder();
- } catch (ParserConfigurationException e) {
- e.printStackTrace();
- }
- }
-
- public HerbDropTable() throws ParserConfigurationException {}
-
- @Override
- public void startup() {
- if(ServerConstants.HDT_DATA_PATH != null && !new File(ServerConstants.HDT_DATA_PATH).exists()){
- log(this.getClass(), Log.ERR, "Can't locate HDT file at " + ServerConstants.HDT_DATA_PATH);
- return;
- }
- parse(ServerConstants.HDT_DATA_PATH);
- log(this.getClass(), Log.FINE, "Initialized Herb Drop Table from " + ServerConstants.HDT_DATA_PATH);
- }
-
- /**
- * Parses the xml file for the herb drop table.
- * @param file the .xml file containing the herb drop table.
- */
- public static void parse(String file){
- try {
- Document doc = builder.parse(file);
-
- NodeList itemNodes = doc.getElementsByTagName("item");
- for(int i = 0; i < itemNodes.getLength(); i++){
- Node itemNode = itemNodes.item(i);
- if(itemNode.getNodeType() == Node.ELEMENT_NODE){
- Element item = (Element) itemNode;
- int itemId = Integer.parseInt(item.getAttribute("id"));
- int minAmt = Integer.parseInt(item.getAttribute("minAmt"));
- int maxAmt = Integer.parseInt(item.getAttribute("maxAmt"));
- int weight = Integer.parseInt(item.getAttribute("weight"));
-
- TABLE.add(new WeightedChanceItem(itemId,minAmt,maxAmt,weight));
- }
- }
- } catch (Exception e){
- e.printStackTrace();
- }
- }
-
- public static Item retrieve(){
- return RandomFunction.rollWeightedChanceTable(TABLE);
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/data/tables/RareDropTable.kt b/Server/src/main/content/data/tables/RareDropTable.kt
deleted file mode 100644
index 253fc529a..000000000
--- a/Server/src/main/content/data/tables/RareDropTable.kt
+++ /dev/null
@@ -1,114 +0,0 @@
-package content.data.tables
-
-import core.ServerConstants
-import core.api.StartupListener
-import core.api.log
-import core.api.shouldRemoveNothings
-import core.api.utils.WeightBasedTable
-import core.api.utils.WeightedItem
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.tools.Log
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-import org.w3c.dom.Element
-import org.w3c.dom.Node
-import java.io.File
-import javax.xml.parsers.DocumentBuilder
-import javax.xml.parsers.DocumentBuilderFactory
-import javax.xml.parsers.ParserConfigurationException
-
-/**
- * Handles the rare drop table.
- * @author Ceikry
- */
-class RareDropTable : StartupListener {
- override fun startup() {
- if (ServerConstants.RDT_DATA_PATH != null && !File(ServerConstants.RDT_DATA_PATH).exists()) {
- log(this::class.java, Log.ERR, "Can't locate RDT file at " + ServerConstants.RDT_DATA_PATH)
- return
- }
- parse(ServerConstants.RDT_DATA_PATH)
- log(this::class.java, Log.FINE, "Initialized Rare Drop Table from " + ServerConstants.RDT_DATA_PATH)
- }
-
- companion object {
- private val TABLE: WeightBasedTable = object : WeightBasedTable() {
- override fun roll(receiver: Entity?): ArrayList- {
- val items = ArrayList(guaranteedItems)
- var effectiveWeight = totalWeight
- val p = if (receiver is Player) receiver else null
- if (p != null && shouldRemoveNothings(p))
- effectiveWeight -= nothingWeight
-
- if (this.size == 1) {
- items.add(get(0))
- } else if (!this.isEmpty()) {
- var rngWeight = RandomFunction.randomDouble(effectiveWeight)
- for (item in this.shuffled()) {
- if (item.id == Items.DWARF_REMAINS_0) continue
- rngWeight -= item.weight
- if (rngWeight <= 0) {
- items.add(item)
- break
- }
- }
- }
- return convertWeightedItems(items, receiver)
- }
-
- private val nothingWeight: Double
- get() {
- var sum = 0.0
- for (i in this) {
- if (i.id == Items.DWARF_REMAINS_0)
- sum += i.weight
- }
- return sum
- }
- }
-
- /**
- * Initialize needed objects for xml reading/writing
- */
- var factory = DocumentBuilderFactory.newInstance()
- var builder: DocumentBuilder? = null
-
- init {
- try {
- builder = factory.newDocumentBuilder()
- } catch (e: ParserConfigurationException) {
- e.printStackTrace()
- }
- }
-
- /**
- * Parses the xml file for the RDT.
- * @param file the .xml file containing the RDT.
- */
- fun parse(file: String?) {
- try {
- val doc = builder!!.parse(file)
- val itemNodes = doc.getElementsByTagName("item")
- for (i in 0 until itemNodes.length) {
- val itemNode = itemNodes.item(i)
- if (itemNode.nodeType == Node.ELEMENT_NODE) {
- val item = itemNode as Element
- val itemId = item.getAttribute("id").toInt()
- val minAmt = item.getAttribute("minAmt").toInt()
- val maxAmt = item.getAttribute("maxAmt").toInt()
- val weight = item.getAttribute("weight").toInt()
- TABLE.add(WeightedItem(itemId, minAmt, maxAmt, weight.toDouble(), false))
- }
- }
- } catch (e: Exception) {
- e.printStackTrace()
- }
- }
-
- fun retrieve(receiver: Entity?): Item? {
- return TABLE.roll(receiver).getOrNull(0)
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/data/tables/RareSeedDropTable.java b/Server/src/main/content/data/tables/RareSeedDropTable.java
deleted file mode 100644
index 0b892270d..000000000
--- a/Server/src/main/content/data/tables/RareSeedDropTable.java
+++ /dev/null
@@ -1,96 +0,0 @@
-package content.data.tables;
-
-import core.api.StartupListener;
-import core.game.node.item.Item;
-import core.game.node.item.WeightedChanceItem;
-import core.tools.Log;
-import core.tools.RandomFunction;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.Node;
-import org.w3c.dom.NodeList;
-import core.ServerConstants;
-
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.parsers.ParserConfigurationException;
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import static core.api.ContentAPIKt.log;
-
-/**
- * Handles the rare seed drop table.
- * @author Von Hresvelg
- */
-public final class RareSeedDropTable implements StartupListener {
-
- /**
- * The item id of the item representing the rare seed drop table slot in a drop
- * table.
- */
- public static final int SLOT_ITEM_ID = 14428;
-
- /**
- * The rare seed drop table.
- */
- private static final List
TABLE = new ArrayList<>(20);
-
-
- /**
- * Initialize needed objects for xml reading/writing
- */
- static DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
- static DocumentBuilder builder;
-
- static {
- try {
- builder = factory.newDocumentBuilder();
- } catch (ParserConfigurationException e) {
- e.printStackTrace();
- }
- }
-
- public RareSeedDropTable() throws ParserConfigurationException {}
-
- @Override
- public void startup() {
- if(ServerConstants.RSDT_DATA_PATH != null && !new File(ServerConstants.RSDT_DATA_PATH).exists()){
- log(this.getClass(), Log.ERR, "Can't locate RSDT file at " + ServerConstants.RSDT_DATA_PATH);
- return;
- }
- parse(ServerConstants.RSDT_DATA_PATH);
- log(this.getClass(), Log.FINE, "Initialized Rare Seed Drop Table from " + ServerConstants.RSDT_DATA_PATH);
- }
-
- /**
- * Parses the xml file for the rare seed drop table.
- * @param file the .xml file containing the rare seed drop table.
- */
- public static void parse(String file){
- try {
- Document doc = builder.parse(file);
-
- NodeList itemNodes = doc.getElementsByTagName("item");
- for(int i = 0; i < itemNodes.getLength(); i++){
- Node itemNode = itemNodes.item(i);
- if(itemNode.getNodeType() == Node.ELEMENT_NODE){
- Element item = (Element) itemNode;
- int itemId = Integer.parseInt(item.getAttribute("id"));
- int minAmt = Integer.parseInt(item.getAttribute("minAmt"));
- int maxAmt = Integer.parseInt(item.getAttribute("maxAmt"));
- int weight = Integer.parseInt(item.getAttribute("weight"));
-
- TABLE.add(new WeightedChanceItem(itemId,minAmt,maxAmt,weight));
- }
- }
- } catch (Exception e){
- e.printStackTrace();
- }
- }
-
- public static Item retrieve(){
- return RandomFunction.rollWeightedChanceTable(TABLE);
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/data/tables/UncommonSeedDropTable.java b/Server/src/main/content/data/tables/UncommonSeedDropTable.java
deleted file mode 100644
index 1c76ca555..000000000
--- a/Server/src/main/content/data/tables/UncommonSeedDropTable.java
+++ /dev/null
@@ -1,96 +0,0 @@
-package content.data.tables;
-
-import core.api.StartupListener;
-import core.game.node.item.Item;
-import core.game.node.item.WeightedChanceItem;
-import core.tools.Log;
-import core.tools.RandomFunction;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.Node;
-import org.w3c.dom.NodeList;
-import core.ServerConstants;
-
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.parsers.ParserConfigurationException;
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import static core.api.ContentAPIKt.log;
-
-/**
- * Handles the uncommon seed drop table.
- * @author Von Hresvelg
- */
-public final class UncommonSeedDropTable implements StartupListener {
-
- /**
- * The item id of the item representing the uncommon seed drop table slot in a drop
- * table.
- */
- public static final int SLOT_ITEM_ID = 14422;
-
- /**
- * The uncommon seed drop table.
- */
- private static final List TABLE = new ArrayList<>(20);
-
-
- /**
- * Initialize needed objects for xml reading/writing
- */
- static DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
- static DocumentBuilder builder;
-
- static {
- try {
- builder = factory.newDocumentBuilder();
- } catch (ParserConfigurationException e) {
- e.printStackTrace();
- }
- }
-
- public UncommonSeedDropTable() throws ParserConfigurationException {}
-
- @Override
- public void startup() {
- if(ServerConstants.USDT_DATA_PATH != null && !new File(ServerConstants.USDT_DATA_PATH).exists()){
- log(this.getClass(), Log.ERR, "Can't locate USDT file at " + ServerConstants.USDT_DATA_PATH);
- return;
- }
- parse(ServerConstants.USDT_DATA_PATH);
- log(this.getClass(), Log.FINE, "Initialized Uncommon Seed Drop Table from " + ServerConstants.USDT_DATA_PATH);
- }
-
- /**
- * Parses the xml file for the uncommon seed drop table.
- * @param file the .xml file containing the uncommon seed drop table.
- */
- public static void parse(String file){
- try {
- Document doc = builder.parse(file);
-
- NodeList itemNodes = doc.getElementsByTagName("item");
- for(int i = 0; i < itemNodes.getLength(); i++){
- Node itemNode = itemNodes.item(i);
- if(itemNode.getNodeType() == Node.ELEMENT_NODE){
- Element item = (Element) itemNode;
- int itemId = Integer.parseInt(item.getAttribute("id"));
- int minAmt = Integer.parseInt(item.getAttribute("minAmt"));
- int maxAmt = Integer.parseInt(item.getAttribute("maxAmt"));
- int weight = Integer.parseInt(item.getAttribute("weight"));
-
- TABLE.add(new WeightedChanceItem(itemId,minAmt,maxAmt,weight));
- }
- }
- } catch (Exception e){
- e.printStackTrace();
- }
- }
-
- public static Item retrieve(){
- return RandomFunction.rollWeightedChanceTable(TABLE);
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/ChampionChallengeListener.kt b/Server/src/main/content/global/activity/cchallange/ChampionChallengeListener.kt
deleted file mode 100644
index 1b9147172..000000000
--- a/Server/src/main/content/global/activity/cchallange/ChampionChallengeListener.kt
+++ /dev/null
@@ -1,230 +0,0 @@
-package content.global.activity.cchallange
-
-import content.global.activity.cchallange.npc.EarthWarriorChampionNPC.Companion.spawnEarthWarriorChampion
-import content.global.activity.cchallange.npc.GhoulChampionNPC.Companion.spawnGhoulChampion
-import content.global.activity.cchallange.npc.GiantChampionNPC.Companion.spawnGiantChampion
-import content.global.activity.cchallange.npc.GoblinChampionNPC.Companion.spawnGoblinChampion
-import content.global.activity.cchallange.npc.HobgoblinChampionNPC.Companion.spawnHobgoblinChampion
-import content.global.activity.cchallange.npc.ImpChampionNPC.Companion.spawnImpChampion
-import content.global.activity.cchallange.npc.JogreChampionNPC.Companion.spawnJogreChampion
-import content.global.activity.cchallange.npc.LesserDemonChampionNPC.Companion.spawnLesserDemonChampion
-import content.global.activity.cchallange.npc.SkeletonChampionNPC.Companion.spawnSkeletonChampion
-import content.global.activity.cchallange.npc.ZombieChampionNPC.Companion.spawnZombieChampion
-import core.api.*
-import core.game.global.action.DoorActionHandler
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.system.task.Pulse
-import core.game.world.map.Location
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.map.zone.ZoneRestriction
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import org.rs09.consts.Scenery
-
-/**
- * Represents the Champion challenge.
- */
-
-class ChampionChallengeListener : InteractionListener, MapArea {
-
- val EARTH_WARRIOR_SCROLL = Items.CHAMPION_SCROLL_6798
- val GHOUL_SCROLL = Items.CHAMPION_SCROLL_6799
- val GIANT_SCROLL = Items.CHAMPION_SCROLL_6800
- val GOBLIN_SCROLL = Items.CHAMPION_SCROLL_6801
- val HOBGOBLIN_SCROLL = Items.CHAMPION_SCROLL_6802
- val IMP_SCROLL = Items.CHAMPION_SCROLL_6803
- val JOGRE_SCROLL = Items.CHAMPION_SCROLL_6804
- val LESSER_DEMON_SCROLL = Items.CHAMPION_SCROLL_6805
- val SKELETON_SCROLL = Items.CHAMPION_SCROLL_6806
- val ZOMBIE_SCROLL = Items.CHAMPION_SCROLL_6807
-
- val MESSAGE_SCROLL = 222
-
- private val IMP_SCROLL_TEXT = arrayOf(
- "How about picking on someone your own size? I'll",
- "see you at the Champions' Guild.",
- "",
- "Champion of Imps"
- )
-
- private val GOBLIN_SCROLL_TEXT = arrayOf(
- "Fight me if you think you can human, I'll wait",
- "for you in the Champions' Guild.",
- "",
- "Champion of Goblins"
- )
-
- private val SKELETON_SCROLL_TEXT = arrayOf(
- "I'll be waiting at the Champions' Guild to collect",
- "your bones.",
- "",
- "Champion of Skeletons"
- )
-
- private val ZOMBIE_SCROLL_TEXT = arrayOf(
- "You come to Champions' Guild, you fight me, I",
- "squish you, I get brains!",
- "",
- "Champion of Zombies"
- )
-
- private val GIANT_SCROLL_TEXT = arrayOf(
- "Get yourself to the Champions' Guild, if you dare",
- "to face me puny human.",
- "",
- "Champion of Giants"
- )
-
- private val HOBGOBLIN_SCROLL_TEXT = arrayOf(
- "You won't defeat me, though you're welcome to",
- "try at the Champions' Guild.",
- "",
- "Champion of Hobgoblins"
- )
-
- private val GHOUL_SCROLL_TEXT = arrayOf(
- "Come and duel me at the Champions' Guild, I'll",
- "make sure nothing goes to waste.",
- "",
- "Champion of Ghouls"
- )
-
- private val EARTH_WARRIOR_TEXT = arrayOf(
- "I challenge you to a duel, come to the arena",
- "beneath the Champions' Guild and fight me if you",
- "dare.",
- "",
- "Champion of Earth Warriors"
- )
-
- private val JOGRE_SCROLL_TEXT = arrayOf(
- "You think you can defeat me? Come to the",
- "Champions' Guild and prove it!",
- "",
- "Champion of Jogres"
- )
-
- private val LESSER_DEMON_SCROLL_TEXT = arrayOf(
- "Come to the Champions' Guild so I can banish",
- "you mortal!",
- "",
- "Champion of Lesser Demons"
- )
-
- private val PORTCULLIS = Scenery.PORTCULLIS_10553
- private val CHAMPION_STATUE_CLOSED = Scenery.CHAMPION_STATUE_10556
- private val CHAMPION_STATUE_OPEN = Scenery.CHAMPION_STATUE_10557
- private val TRAPDOOR_CLOSED = Scenery.TRAPDOOR_10558
- private val TRAPDOOR_OPEN = Scenery.TRAPDOOR_10559
- private val LARXUS = NPCs.LARXUS_3050
-
- private val ARENA_ZONE = 12696
-
- override fun defineListeners() {
- // Champion's Guild Basement Ladder to Main Floor
- addClimbDest(Location(3190, 9758, 0), Location(3190, 3356, 0))
- // Champion Statue Ladder to Arena
- addClimbDest(Location(3184, 9758, 0), Location(3182, 9758, 0))
- // Arena Ladder to Champion's Guild Basement
- addClimbDest(Location(3183, 9758, 0), Location(3185, 9758, 0))
-
- on(LARXUS, IntType.NPC, "talk-to") { player, _ ->
- openDialogue(player, LarxusDialogue(false))
- return@on true
- }
-
- on(ChampionScrollsDropHandler.SCROLLS, IntType.ITEM, "read") { player, node ->
- updateAndReadScroll(player, node.asItem())
- return@on true
- }
-
- onUseWith(IntType.NPC, ChampionScrollsDropHandler.SCROLLS, NPCs.LARXUS_3050) { player, _, _ ->
- openDialogue(player, LarxusDialogue(true))
- return@onUseWith true
- }
-
- on(TRAPDOOR_CLOSED, IntType.SCENERY, "open") { _, node ->
- replaceScenery(node.asScenery(), TRAPDOOR_OPEN, 100, node.location)
- return@on true
- }
-
- on(TRAPDOOR_OPEN, IntType.SCENERY, "close") { _, node ->
- replaceScenery(node.asScenery(), TRAPDOOR_CLOSED, -1, node.location)
- return@on true
- }
-
- on(CHAMPION_STATUE_CLOSED, IntType.SCENERY, "open") { _, node ->
- replaceScenery(node.asScenery(), CHAMPION_STATUE_OPEN, 100, node.location)
- return@on true
- }
-
- on(PORTCULLIS, IntType.SCENERY, "open") { player, node ->
- if (player.getAttribute("championsarena:start", false) == false) {
- sendNPCDialogue(player, NPCs.LARXUS_3050, "You need to arrange a challenge with me before you enter the arena.")
- } else {
- lock(player, 3)
- submitWorldPulse(object : Pulse() {
- var counter = 0
- override fun pulse(): Boolean {
- when (counter++) {
- 1 -> {
- player.familiarManager.dismiss()
- }
- 2 -> DoorActionHandler.handleDoor(player, node.asScenery())
- 3 -> when{
- removeItem(player, IMP_SCROLL) -> spawnImpChampion(player)
- removeItem(player, GOBLIN_SCROLL) -> spawnGoblinChampion(player)
- removeItem(player, SKELETON_SCROLL) -> spawnSkeletonChampion(player)
- removeItem(player, ZOMBIE_SCROLL) -> spawnZombieChampion(player)
- removeItem(player, GIANT_SCROLL) -> spawnGiantChampion(player)
- removeItem(player, HOBGOBLIN_SCROLL) -> spawnHobgoblinChampion(player)
- removeItem(player, GHOUL_SCROLL) -> spawnGhoulChampion(player)
- removeItem(player, EARTH_WARRIOR_SCROLL) -> {
- spawnEarthWarriorChampion(player)
- player.prayer.reset()
- }
- removeItem(player, JOGRE_SCROLL) -> spawnJogreChampion(player)
- removeItem(player, LESSER_DEMON_SCROLL) -> spawnLesserDemonChampion(player)
- }
- }
- return false
- }
- })
- }
- return@on true
- }
- }
-
- private fun updateAndReadScroll(player: Player, item: Item) {
- val id = item.id
- openInterface(player, MESSAGE_SCROLL).also {
- when (id) {
- IMP_SCROLL -> setInterfaceText(player, IMP_SCROLL_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- GOBLIN_SCROLL -> setInterfaceText(player, GOBLIN_SCROLL_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- SKELETON_SCROLL -> setInterfaceText(player, SKELETON_SCROLL_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- ZOMBIE_SCROLL -> setInterfaceText(player, ZOMBIE_SCROLL_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- GIANT_SCROLL -> setInterfaceText(player, GIANT_SCROLL_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- HOBGOBLIN_SCROLL -> setInterfaceText(player, HOBGOBLIN_SCROLL_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- GHOUL_SCROLL -> setInterfaceText(player, GHOUL_SCROLL_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- EARTH_WARRIOR_SCROLL -> setInterfaceText(player, EARTH_WARRIOR_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- JOGRE_SCROLL -> setInterfaceText(player, JOGRE_SCROLL_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- LESSER_DEMON_SCROLL -> setInterfaceText(player, LESSER_DEMON_SCROLL_TEXT.joinToString(" "), MESSAGE_SCROLL, 4)
- }
- }
- }
-
- override fun defineAreaBorders(): Array {
- return arrayOf(getRegionBorders(ARENA_ZONE))
- }
-
- override fun getRestrictions(): Array {
- return arrayOf(
- ZoneRestriction.CANNON,
- ZoneRestriction.FIRES,
- ZoneRestriction.RANDOM_EVENTS
- )
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/ChampionScrollsDropHandler.kt b/Server/src/main/content/global/activity/cchallange/ChampionScrollsDropHandler.kt
deleted file mode 100644
index bfbe78a76..000000000
--- a/Server/src/main/content/global/activity/cchallange/ChampionScrollsDropHandler.kt
+++ /dev/null
@@ -1,279 +0,0 @@
-package content.global.activity.cchallange
-
-import core.api.sendMessage
-import core.api.sendNews
-import core.game.event.NPCKillEvent
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.node.item.GroundItemManager
-import core.game.node.item.Item
-import core.tools.*
-import core.game.world.GameWorld
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Handles the drop for champion challenge.
- * @authors Phil, Skelsoft, Ceikry
- */
-
-class ChampionScrollsDropHandler : ChampionScrollsEventHookBase() {
- companion object {
-
- private val IMPS = intArrayOf(
- NPCs.IMP_708, NPCs.IMP_709, NPCs.IMP_1531, NPCs.IMP_6211
- )
-
- private val GOBLINS = intArrayOf(
- NPCs.GOBLIN_100, NPCs.GOBLIN_101, NPCs.GOBLIN_102, NPCs.GOBLIN_444, NPCs.GOBLIN_445,
-
- NPCs.GOBLIN_1769, NPCs.GOBLIN_1770, NPCs.GOBLIN_1771, NPCs.GOBLIN_1772, NPCs.GOBLIN_1773,
- NPCs.GOBLIN_1774, NPCs.GOBLIN_1775, NPCs.GOBLIN_1776, NPCs.GOBLIN_2274, NPCs.GOBLIN_2275,
- NPCs.GOBLIN_2276, NPCs.GOBLIN_2277, NPCs.GOBLIN_2278, NPCs.GOBLIN_2279, NPCs.GOBLIN_2280,
- NPCs.GOBLIN_2281, NPCs.GOBLIN_2678, NPCs.GOBLIN_2679, NPCs.GOBLIN_2680, NPCs.GOBLIN_2681,
- NPCs.GOBLIN_3264, NPCs.GOBLIN_3265, NPCs.GOBLIN_3266, NPCs.GOBLIN_3267, NPCs.GOBLIN_3726,
- NPCs.GOBLIN_4261, NPCs.GOBLIN_4262, NPCs.GOBLIN_4263, NPCs.GOBLIN_4264, NPCs.GOBLIN_4265,
- NPCs.GOBLIN_4266, NPCs.GOBLIN_4267, NPCs.GOBLIN_4268, NPCs.GOBLIN_4269, NPCs.GOBLIN_4270,
- NPCs.GOBLIN_4271, NPCs.GOBLIN_4272, NPCs.GOBLIN_4273, NPCs.GOBLIN_4274, NPCs.GOBLIN_4275,
- NPCs.GOBLIN_4276, NPCs.GOBLIN_4407, NPCs.GOBLIN_4408, NPCs.GOBLIN_4409, NPCs.GOBLIN_4410,
- NPCs.GOBLIN_4411, NPCs.GOBLIN_4412, NPCs.GOBLIN_4479, NPCs.GOBLIN_4480, NPCs.GOBLIN_4481,
- NPCs.GOBLIN_4482, NPCs.GOBLIN_4483, NPCs.GOBLIN_4484, NPCs.GOBLIN_4485, NPCs.GOBLIN_4486,
- NPCs.GOBLIN_4487, NPCs.GOBLIN_4488, NPCs.GOBLIN_4489, NPCs.GOBLIN_4490, NPCs.GOBLIN_4491,
- NPCs.GOBLIN_4492, NPCs.GOBLIN_4499, NPCs.GOBLIN_4633, NPCs.GOBLIN_4634, NPCs.GOBLIN_4635,
- NPCs.GOBLIN_4636, NPCs.GOBLIN_4637, NPCs.GOBLIN_5855, NPCs.GOBLIN_5856, NPCs.GOBLIN_6125,
- NPCs.GOBLIN_6126, NPCs.GOBLIN_6132, NPCs.GOBLIN_6133, NPCs.GOBLIN_6279, NPCs.GOBLIN_6280,
- NPCs.GOBLIN_6281, NPCs.GOBLIN_6282, NPCs.GOBLIN_6283, NPCs.GOBLIN_6284, NPCs.GOBLIN_6402,
- NPCs.GOBLIN_6403, NPCs.GOBLIN_6404, NPCs.GOBLIN_6405, NPCs.GOBLIN_6406, NPCs.GOBLIN_6407,
- NPCs.GOBLIN_6408, NPCs.GOBLIN_6409, NPCs.GOBLIN_6410, NPCs.GOBLIN_6411, NPCs.GOBLIN_6412,
- NPCs.GOBLIN_6413, NPCs.GOBLIN_6414, NPCs.GOBLIN_6415, NPCs.GOBLIN_6416, NPCs.GOBLIN_6417,
- NPCs.GOBLIN_6418, NPCs.GOBLIN_6419, NPCs.GOBLIN_6420, NPCs.GOBLIN_6421, NPCs.GOBLIN_6422,
- NPCs.GOBLIN_6423, NPCs.GOBLIN_6424, NPCs.GOBLIN_6425, NPCs.GOBLIN_6426, NPCs.GOBLIN_6427,
- NPCs.GOBLIN_6428, NPCs.GOBLIN_6429, NPCs.GOBLIN_6430, NPCs.GOBLIN_6431, NPCs.GOBLIN_6432,
- NPCs.GOBLIN_6433, NPCs.GOBLIN_6434, NPCs.GOBLIN_6435, NPCs.GOBLIN_6436, NPCs.GOBLIN_6437,
- NPCs.GOBLIN_6438, NPCs.GOBLIN_6439, NPCs.GOBLIN_6440, NPCs.GOBLIN_6441, NPCs.GOBLIN_6442,
- NPCs.GOBLIN_6443, NPCs.GOBLIN_6444, NPCs.GOBLIN_6445, NPCs.GOBLIN_6446, NPCs.GOBLIN_6447,
- NPCs.GOBLIN_6448, NPCs.GOBLIN_6449, NPCs.GOBLIN_6450, NPCs.GOBLIN_6451, NPCs.GOBLIN_6452,
- NPCs.GOBLIN_6453, NPCs.GOBLIN_6454, NPCs.GOBLIN_6455, NPCs.GOBLIN_6456, NPCs.GOBLIN_6457,
- NPCs.GOBLIN_6458, NPCs.GOBLIN_6459, NPCs.GOBLIN_6460, NPCs.GOBLIN_6461, NPCs.GOBLIN_6462,
- NPCs.GOBLIN_6463, NPCs.GOBLIN_6464, NPCs.GOBLIN_6465, NPCs.GOBLIN_6466, NPCs.GOBLIN_6467,
- NPCs.GOBLIN_6490, NPCs.GOBLIN_6491, NPCs.GOBLIN_6492, NPCs.GOBLIN_6493, NPCs.GOBLIN_6494,
- NPCs.GOBLIN_6495, NPCs.GOBLIN_7964, NPCs.GOBLIN_7965,
-
- NPCs.CAVE_GOBLIN_1822, NPCs.CAVE_GOBLIN_1823, NPCs.CAVE_GOBLIN_1824, NPCs.CAVE_GOBLIN_1825,
- NPCs.CAVE_GOBLIN_5752, NPCs.CAVE_GOBLIN_5753, NPCs.CAVE_GOBLIN_5754, NPCs.CAVE_GOBLIN_5755,
- NPCs.CAVE_GOBLIN_5756, NPCs.CAVE_GOBLIN_5757, NPCs.CAVE_GOBLIN_5758, NPCs.CAVE_GOBLIN_5759,
- NPCs.CAVE_GOBLIN_5760, NPCs.CAVE_GOBLIN_5761, NPCs.CAVE_GOBLIN_5762, NPCs.CAVE_GOBLIN_5763,
- NPCs.CAVE_GOBLIN_5764, NPCs.CAVE_GOBLIN_5765, NPCs.CAVE_GOBLIN_5766, NPCs.CAVE_GOBLIN_5767,
- NPCs.CAVE_GOBLIN_5768, NPCs.CAVE_GOBLIN_5769, NPCs.CAVE_GOBLIN_5783, NPCs.CAVE_GOBLIN_5785,
- NPCs.CAVE_GOBLIN_5873, NPCs.CAVE_GOBLIN_5874, NPCs.CAVE_GOBLIN_5875, NPCs.CAVE_GOBLIN_5876,
- NPCs.CAVE_GOBLIN_5877, NPCs.CAVE_GOBLIN_5878, NPCs.CAVE_GOBLIN_8451,
-
- NPCs.CAVE_GOBLIN_GUARD_2073, NPCs.CAVE_GOBLIN_GUARD_2074,
-
- NPCs.GOBLIN_GUARD_6496, NPCs.GOBLIN_GUARD_6497,
- NPCs.SERGEANT_GRIMSPIKE_6265,
- NPCs.SERGEANT_STEELWILL_6263,
- NPCs.SERGEANT_STRONGSTACK_6261
- )
-
- private val SKELETONS = intArrayOf(
- NPCs.SKELETON_90, NPCs.SKELETON_91, NPCs.SKELETON_92, NPCs.SKELETON_93,
-
- NPCs.SKELETON_459,
-
- NPCs.SKELETON_1471, NPCs.SKELETON_2036, NPCs.SKELETON_2037, NPCs.SKELETON_2715,
- NPCs.SKELETON_3151, NPCs.SKELETON_3152, NPCs.SKELETON_3291, NPCs.SKELETON_3581,
- NPCs.SKELETON_4384, NPCs.SKELETON_4385, NPCs.SKELETON_4386, NPCs.SKELETON_5332,
- NPCs.SKELETON_5333, NPCs.SKELETON_5334, NPCs.SKELETON_5335, NPCs.SKELETON_5336,
- NPCs.SKELETON_5337, NPCs.SKELETON_5338, NPCs.SKELETON_5339, NPCs.SKELETON_5340,
- NPCs.SKELETON_5341, NPCs.SKELETON_5365, NPCs.SKELETON_5366, NPCs.SKELETON_5367,
- NPCs.SKELETON_5368, NPCs.SKELETON_5381, NPCs.SKELETON_5385, NPCs.SKELETON_5386,
- NPCs.SKELETON_5387, NPCs.SKELETON_5388, NPCs.SKELETON_5389, NPCs.SKELETON_5390,
- NPCs.SKELETON_5391, NPCs.SKELETON_5392, NPCs.SKELETON_5411, NPCs.SKELETON_5412,
- NPCs.SKELETON_5422, NPCs.SKELETON_5423, NPCs.SKELETON_6091, NPCs.SKELETON_6092,
- NPCs.SKELETON_6093, NPCs.SKELETON_6764, NPCs.SKELETON_6765, NPCs.SKELETON_6766,
- NPCs.SKELETON_6767, NPCs.SKELETON_6768, NPCs.SKELETON_7774, NPCs.SKELETON_7775,
- NPCs.SKELETON_7776, NPCs.SKELETON_7777, NPCs.SKELETON_7778, NPCs.SKELETON_7779,
- NPCs.SKELETON_7788, NPCs.SKELETON_7815, NPCs.GIANT_SKELETON_1973,
-
- NPCs.GIANT_SKELETON_5359, NPCs.GIANT_SKELETON_5384, NPCs.SKELETON_HELLHOUND_1575,
-
- NPCs.SKELETON_MAGE_94, NPCs.SKELETON_MAGE_2717, NPCs.SKELETON_MAGE_3844,
-
- NPCs.SKELETON_MAGE_3850, NPCs.SKELETON_MAGE_3851,
-
- NPCs.SKELETON_HERO_6103, NPCs.SKELETON_BRUTE_6104, NPCs.SKELETON_WARLORD_6105,
-
- NPCs.SKELETON_HEAVY_6106, NPCs.SKELETON_THUG_6107,
- NPCs.NAZASTAROOL_508,
-
- NPCs.UNDEAD_ONE_5353, NPCs.UNDEAD_ONE_5354, NPCs.UNDEAD_ONE_5355,
- NPCs.UNDEAD_ONE_5356, NPCs.UNDEAD_ONE_5357, NPCs.UNDEAD_ONE_5358,
- )
-
- private val ZOMBIES = intArrayOf(
- NPCs.ZOMBIE_73, NPCs.ZOMBIE_74, NPCs.ZOMBIE_75, NPCs.ZOMBIE_76, NPCs.ZOMBIE_419,
- NPCs.ZOMBIE_420, NPCs.ZOMBIE_421, NPCs.ZOMBIE_422, NPCs.ZOMBIE_423, NPCs.ZOMBIE_424,
-
- NPCs.ZOMBIE_1826, NPCs.ZOMBIE_2714, NPCs.ZOMBIE_2863, NPCs.ZOMBIE_2866, NPCs.ZOMBIE_2869,
- NPCs.ZOMBIE_2878, NPCs.ZOMBIE_3622, NPCs.ZOMBIE_3623, NPCs.ZOMBIE_4392, NPCs.ZOMBIE_4393,
- NPCs.ZOMBIE_4394, NPCs.ZOMBIE_5293, NPCs.ZOMBIE_5294, NPCs.ZOMBIE_5295, NPCs.ZOMBIE_5296,
- NPCs.ZOMBIE_5297, NPCs.ZOMBIE_5298, NPCs.ZOMBIE_5299, NPCs.ZOMBIE_5300, NPCs.ZOMBIE_5301,
- NPCs.ZOMBIE_5302, NPCs.ZOMBIE_5303, NPCs.ZOMBIE_5304, NPCs.ZOMBIE_5305, NPCs.ZOMBIE_5306,
- NPCs.ZOMBIE_5307, NPCs.ZOMBIE_5308, NPCs.ZOMBIE_5309, NPCs.ZOMBIE_5310, NPCs.ZOMBIE_5311,
- NPCs.ZOMBIE_5312, NPCs.ZOMBIE_5313, NPCs.ZOMBIE_5314, NPCs.ZOMBIE_5315, NPCs.ZOMBIE_5316,
- NPCs.ZOMBIE_5317, NPCs.ZOMBIE_5318, NPCs.ZOMBIE_5319, NPCs.ZOMBIE_5320, NPCs.ZOMBIE_5321,
- NPCs.ZOMBIE_5322, NPCs.ZOMBIE_5323, NPCs.ZOMBIE_5324, NPCs.ZOMBIE_5325, NPCs.ZOMBIE_5326,
- NPCs.ZOMBIE_5327, NPCs.ZOMBIE_5328, NPCs.ZOMBIE_5329, NPCs.ZOMBIE_5330, NPCs.ZOMBIE_5331,
- NPCs.ZOMBIE_5375, NPCs.ZOMBIE_5376, NPCs.ZOMBIE_5377, NPCs.ZOMBIE_5378, NPCs.ZOMBIE_5379,
- NPCs.ZOMBIE_5380, NPCs.ZOMBIE_5393, NPCs.ZOMBIE_5394, NPCs.ZOMBIE_5395, NPCs.ZOMBIE_5396,
- NPCs.ZOMBIE_5397, NPCs.ZOMBIE_5398, NPCs.ZOMBIE_5399, NPCs.ZOMBIE_5400, NPCs.ZOMBIE_5401,
- NPCs.ZOMBIE_5402, NPCs.ZOMBIE_5403, NPCs.ZOMBIE_5404, NPCs.ZOMBIE_5405, NPCs.ZOMBIE_5406,
- NPCs.ZOMBIE_5407, NPCs.ZOMBIE_5408, NPCs.ZOMBIE_5409, NPCs.ZOMBIE_5410, NPCs.ZOMBIE_6099,
- NPCs.ZOMBIE_6100, NPCs.ZOMBIE_6131, NPCs.ZOMBIE_7789, NPCs.ZOMBIE_7790, NPCs.ZOMBIE_7791,
- NPCs.ZOMBIE_7792, NPCs.ZOMBIE_7817, NPCs.ZOMBIE_7818, NPCs.ZOMBIE_7819, NPCs.ZOMBIE_7820,
- NPCs.ZOMBIE_8142, NPCs.ZOMBIE_8143, NPCs.ZOMBIE_8144, NPCs.ZOMBIE_8145,
-
- NPCs.ZOMBIE_PIRATE_2837, NPCs.ZOMBIE_PIRATE_2838, NPCs.ZOMBIE_PIRATE_2839,
- NPCs.ZOMBIE_PIRATE_2840, NPCs.ZOMBIE_PIRATE_2841, NPCs.ZOMBIE_PIRATE_2842,
- NPCs.ZOMBIE_PIRATE_5629, NPCs.ZOMBIE_PIRATE_5630, NPCs.ZOMBIE_PIRATE_5631,
- NPCs.ZOMBIE_PIRATE_5632, NPCs.ZOMBIE_PIRATE_5633, NPCs.ZOMBIE_PIRATE_5634,
- NPCs.ZOMBIE_PIRATE_5635, NPCs.ZOMBIE_PIRATE_5636, NPCs.ZOMBIE_PIRATE_5637,
- NPCs.ZOMBIE_PIRATE_5638, NPCs.ZOMBIE_PIRATE_5639, NPCs.ZOMBIE_PIRATE_5640,
- NPCs.ZOMBIE_PIRATE_5641, NPCs.ZOMBIE_PIRATE_5642, NPCs.ZOMBIE_PIRATE_5643,
- NPCs.ZOMBIE_PIRATE_5644, NPCs.ZOMBIE_PIRATE_5645, NPCs.ZOMBIE_PIRATE_5646,
- NPCs.ZOMBIE_PIRATE_5647, NPCs.ZOMBIE_PIRATE_5648, NPCs.ZOMBIE_PIRATE_5649,
- NPCs.ZOMBIE_PIRATE_5650, NPCs.ZOMBIE_PIRATE_5651, NPCs.ZOMBIE_PIRATE_5652,
- NPCs.ZOMBIE_PIRATE_5653, NPCs.ZOMBIE_PIRATE_5654, NPCs.ZOMBIE_PIRATE_5655,
- NPCs.ZOMBIE_PIRATE_5656, NPCs.ZOMBIE_PIRATE_5657, NPCs.ZOMBIE_PIRATE_5658,
- NPCs.ZOMBIE_PIRATE_5659, NPCs.ZOMBIE_PIRATE_5660, NPCs.ZOMBIE_PIRATE_5661,
- NPCs.ZOMBIE_PIRATE_5662, NPCs.ZOMBIE_PIRATE_5663, NPCs.ZOMBIE_PIRATE_5664,
- NPCs.ZOMBIE_PIRATE_5665,
-
- NPCs.ZOMBIE_SWAB_2843, NPCs.ZOMBIE_SWAB_2845,
- NPCs.ZOMBIE_SWAB_2846, NPCs.ZOMBIE_SWAB_2847,
- NPCs.ZOMBIE_SWAB_2848,
- NPCs.NAZASTAROOL_507,
-
- NPCs.SLASH_BASH_2060, NPCs.SOREBONES_5627, NPCs.SOREBONES_5628,
-
- NPCs.UNDEAD_LUMBERJACK_1524,
-
- NPCs.UNDEAD_ONE_502, NPCs.UNDEAD_ONE_503, NPCs.UNDEAD_ONE_504, NPCs.UNDEAD_ONE_505,
-
- NPCs.ZOGRE_2044, NPCs.ZOGRE_2045, NPCs.ZOGRE_2046, NPCs.ZOGRE_2047, NPCs.ZOGRE_2048,
- NPCs.ZOGRE_2049, NPCs.ZOGRE_2051, NPCs.ZOGRE_2052, NPCs.ZOGRE_2053, NPCs.ZOGRE_2054,
- NPCs.ZOGRE_2055,
- NPCs.UNDEAD_LUMBERJACK_1524, NPCs.UNDEAD_LUMBERJACK_1525, NPCs.UNDEAD_LUMBERJACK_5678,
- NPCs.UNDEAD_LUMBERJACK_5679, NPCs.UNDEAD_LUMBERJACK_5680, NPCs.UNDEAD_LUMBERJACK_5681,
- NPCs.UNDEAD_LUMBERJACK_5682, NPCs.UNDEAD_LUMBERJACK_5683, NPCs.UNDEAD_LUMBERJACK_5684,
- NPCs.UNDEAD_LUMBERJACK_5685, NPCs.UNDEAD_LUMBERJACK_5686, NPCs.UNDEAD_LUMBERJACK_5687,
- NPCs.UNDEAD_LUMBERJACK_5688, NPCs.UNDEAD_LUMBERJACK_5689, NPCs.UNDEAD_LUMBERJACK_5690,
- NPCs.UNDEAD_LUMBERJACK_5691, NPCs.UNDEAD_LUMBERJACK_5692, NPCs.UNDEAD_LUMBERJACK_5693,
- NPCs.UNDEAD_LUMBERJACK_5694, NPCs.UNDEAD_LUMBERJACK_5695, NPCs.UNDEAD_LUMBERJACK_5696,
- NPCs.UNDEAD_LUMBERJACK_5697, NPCs.UNDEAD_LUMBERJACK_5698, NPCs.UNDEAD_LUMBERJACK_5699,
- NPCs.UNDEAD_LUMBERJACK_5700, NPCs.UNDEAD_LUMBERJACK_5701, NPCs.UNDEAD_LUMBERJACK_5702,
- NPCs.UNDEAD_LUMBERJACK_5703, NPCs.UNDEAD_LUMBERJACK_5704, NPCs.UNDEAD_LUMBERJACK_5705,
- NPCs.UNDEAD_LUMBERJACK_5706, NPCs.UNDEAD_LUMBERJACK_5707, NPCs.UNDEAD_LUMBERJACK_5708,
- NPCs.UNDEAD_LUMBERJACK_5709, NPCs.UNDEAD_LUMBERJACK_5710, NPCs.UNDEAD_LUMBERJACK_5711,
- NPCs.UNDEAD_LUMBERJACK_5712, NPCs.UNDEAD_LUMBERJACK_5713, NPCs.UNDEAD_LUMBERJACK_5714,
- NPCs.UNDEAD_LUMBERJACK_5715, NPCs.UNDEAD_LUMBERJACK_5716, NPCs.UNDEAD_LUMBERJACK_5717,
- NPCs.UNDEAD_LUMBERJACK_5718, NPCs.UNDEAD_LUMBERJACK_5719, NPCs.UNDEAD_LUMBERJACK_5720,
- NPCs.UNDEAD_LUMBERJACK_5721, NPCs.UNDEAD_LUMBERJACK_5722, NPCs.UNDEAD_LUMBERJACK_5723,
- NPCs.UNDEAD_LUMBERJACK_5724, NPCs.UNDEAD_LUMBERJACK_5725, NPCs.UNDEAD_LUMBERJACK_5726,
- NPCs.UNDEAD_LUMBERJACK_5727, NPCs.UNDEAD_LUMBERJACK_5728, NPCs.UNDEAD_LUMBERJACK_5729,
- NPCs.UNDEAD_LUMBERJACK_5730, NPCs.UNDEAD_LUMBERJACK_5731, NPCs.UNDEAD_LUMBERJACK_5732,
- NPCs.UNDEAD_LUMBERJACK_5733, NPCs.UNDEAD_LUMBERJACK_5734, NPCs.UNDEAD_LUMBERJACK_5735,
- NPCs.UNDEAD_LUMBERJACK_5736, NPCs.UNDEAD_LUMBERJACK_5737, NPCs.UNDEAD_LUMBERJACK_5738,
- NPCs.UNDEAD_LUMBERJACK_5739, NPCs.UNDEAD_LUMBERJACK_5740, NPCs.UNDEAD_LUMBERJACK_5741,
- NPCs.UNDEAD_LUMBERJACK_5742, NPCs.UNDEAD_LUMBERJACK_5743, NPCs.UNDEAD_LUMBERJACK_5744,
- NPCs.UNDEAD_LUMBERJACK_5745, NPCs.UNDEAD_LUMBERJACK_5746, NPCs.UNDEAD_LUMBERJACK_5747,
- )
-
- private val GIANTS = intArrayOf(
- NPCs.HILL_GIANT_117, NPCs.HILL_GIANT_4689, NPCs.HILL_GIANT_4690, NPCs.HILL_GIANT_4691,
- NPCs.HILL_GIANT_4692, NPCs.HILL_GIANT_4693,
-
- NPCs.FIRE_GIANT_110, NPCs.FIRE_GIANT_1582, NPCs.FIRE_GIANT_1583, NPCs.FIRE_GIANT_1584,
- NPCs.FIRE_GIANT_1585, NPCs.FIRE_GIANT_1586, NPCs.FIRE_GIANT_7003, NPCs.FIRE_GIANT_7004,
-
- NPCs.MOSS_GIANT_112, NPCs.MOSS_GIANT_1587, NPCs.MOSS_GIANT_1588, NPCs.MOSS_GIANT_1681,
- NPCs.MOSS_GIANT_4534, NPCs.MOSS_GIANT_4688, NPCs.MOSS_GIANT_4706,
-
- NPCs.ICE_GIANT_111, NPCs.ICE_GIANT_3072, NPCs.ICE_GIANT_4685, NPCs.ICE_GIANT_4686,
- NPCs.ICE_GIANT_4687,
- NPCs.BLACK_KNIGHT_TITAN_221,
-
- NPCs.CYCLOPS_116, NPCs.CYCLOPS_4291, NPCs.CYCLOPS_4292, NPCs.CYCLOPS_6078,
- NPCs.CYCLOPS_6079, NPCs.CYCLOPS_6080, NPCs.CYCLOPS_6081, NPCs.CYCLOPS_6082,
- NPCs.CYCLOPS_6083, NPCs.CYCLOPS_6269, NPCs.CYCLOPS_6270,
- )
-
- private val HOBGOBLINS = intArrayOf(
- NPCs.HOBGOBLIN_122, NPCs.HOBGOBLIN_123, NPCs.HOBGOBLIN_2685, NPCs.HOBGOBLIN_2686,
- NPCs.HOBGOBLIN_2687, NPCs.HOBGOBLIN_2688, NPCs.HOBGOBLIN_3583, NPCs.HOBGOBLIN_4898,
- NPCs.HOBGOBLIN_6275,
- )
-
- private val GHOUL = NPCs.GHOUL_1218
- private val EARTH_WARRIOR = NPCs.EARTH_WARRIOR_124
-
- private val JOGRES = intArrayOf(NPCs.JOGRE_113, NPCs.JOGRE_6268)
-
- private val LESSER_DEMONS = intArrayOf(
- NPCs.LESSER_DEMON_82, NPCs.LESSER_DEMON_4694, NPCs.LESSER_DEMON_4695,
- NPCs.LESSER_DEMON_4696, NPCs.LESSER_DEMON_4697, NPCs.LESSER_DEMON_6101,
- )
-
- private val ZAKLN = NPCs.ZAKLN_GRITCH_6206
-
- val SCROLLS = intArrayOf(
- Items.CHAMPION_SCROLL_6803, Items.CHAMPION_SCROLL_6801, Items.CHAMPION_SCROLL_6806,
- Items.CHAMPION_SCROLL_6807, Items.CHAMPION_SCROLL_6800, Items.CHAMPION_SCROLL_6802,
- Items.CHAMPION_SCROLL_6799, Items.CHAMPION_SCROLL_6798, Items.CHAMPION_SCROLL_6804,
- Items.CHAMPION_SCROLL_6805
- )
-
- val idMap = HashMap()
-
- init {
- for (id in IMPS)
- idMap[id] = 0
- for (id in GOBLINS)
- idMap[id] = 1
- for (id in SKELETONS)
- idMap[id] = 2
- for (id in ZOMBIES)
- idMap[id] = 3
- for (id in GIANTS)
- idMap[id] = 4
- for (id in HOBGOBLINS)
- idMap[id] = 5
- for (id in JOGRES)
- idMap[id] = 8
- for (id in LESSER_DEMONS)
- idMap[id] = 9
-
- idMap[GHOUL] = 6
- idMap[EARTH_WARRIOR] = 7
- }
- }
-
- override fun onNpcKilled(player: Player, event: NPCKillEvent) {
- if (player.isArtificial) return
- if (player.questRepository.points >= 32) {
- val scrollType = idMap[event.npc.id] ?: return
- rollForScroll (player, scrollType, event.npc)
- }
- }
-
- private fun rollForScroll(player: Player, scroll: Int, npc: NPC) {
- val scrollID = SCROLLS[scroll]
- val roll = RandomFunction.roll(if (GameWorld.settings!!.isDevMode) 5 else 5000)
- if (roll) {
- GroundItemManager.create(Item(scrollID), npc.location, player)
- sendMessage(player, colorize("%RA Champion's scroll falls to the ground as you slay your opponent."))
- }
- }
-
-}
diff --git a/Server/src/main/content/global/activity/cchallange/ChampionScrollsEventHookBase.kt b/Server/src/main/content/global/activity/cchallange/ChampionScrollsEventHookBase.kt
deleted file mode 100644
index 12f8260c9..000000000
--- a/Server/src/main/content/global/activity/cchallange/ChampionScrollsEventHookBase.kt
+++ /dev/null
@@ -1,39 +0,0 @@
-package content.global.activity.cchallange
-
-import core.api.LoginListener
-import core.game.event.Event
-import core.game.event.EventHook
-import core.game.event.NPCKillEvent
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-
-/**
- * Manages the champion scrolls drop.
- * @authors Phil, Skelsoft.
- */
-
-abstract class ChampionScrollsEventHookBase : LoginListener {
-
- protected companion object {
- private fun forEligibleEntityDo(entity: Entity, event: T, handler: (Player, T) -> Unit) {
- if (entity !is Player) return
- if (entity.isArtificial) return
- handler(entity, event)
- }
- }
-
- class EventHandler(
- private val owner: ChampionScrollsEventHookBase,
- private val handler: (Player, T) -> Unit) : EventHook {
- override fun process(entity: Entity, event: T) {
- forEligibleEntityDo(entity, event, handler)
- }
- }
-
- final override fun login(player: Player) {
- player.hook(core.api.Event.NPCKilled, EventHandler(this, ::onNpcKilled))
- }
-
- protected open fun onNpcKilled(player: Player, event: NPCKillEvent) {}
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/LarxusDialogue.kt b/Server/src/main/content/global/activity/cchallange/LarxusDialogue.kt
deleted file mode 100644
index 3157b6b50..000000000
--- a/Server/src/main/content/global/activity/cchallange/LarxusDialogue.kt
+++ /dev/null
@@ -1,72 +0,0 @@
-package content.global.activity.cchallange
-
-import core.api.*
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.node.entity.npc.NPC
-import core.plugin.Initializable
-import core.tools.END_DIALOGUE
-import core.tools.START_DIALOGUE
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the dialogue plugin used for the larxus npc.
- * @author 'Vexia
- * @version 1.1
- */
-
-@Initializable
-class LarxusDialogue(val ChallengeStart: Boolean = false) : DialogueFile() {
-
- override fun handle(componentID: Int, buttonID: Int) {
- val scrolls = intArrayOf(Items.CHAMPION_SCROLL_6798, Items.CHAMPION_SCROLL_6799, Items.CHAMPION_SCROLL_6800, Items.CHAMPION_SCROLL_6801, Items.CHAMPION_SCROLL_6802, Items.CHAMPION_SCROLL_6803, Items.CHAMPION_SCROLL_6804, Items.CHAMPION_SCROLL_6805, Items.CHAMPION_SCROLL_6806, Items.CHAMPION_SCROLL_6807,)
- npc = NPC(NPCs.LARXUS_3050)
- if (ChallengeStart) {
- when (stage) {
- 0 -> {
- face(findNPC(NPCs.LARXUS_3050)!!, player!!, 1)
- for (i in scrolls)when{
- inInventory(player!!,Items.CHAMPION_SCROLL_6798) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're not allowed to use any Prayers. Do you still want to proceed?").also { stage = 1 }
- inInventory(player!!,Items.CHAMPION_SCROLL_6799) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're only allowed to take Weapons, no other items are allowed. Do you still want to proceed?").also { stage = 1 }
- inInventory(player!!,Items.CHAMPION_SCROLL_6800) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're only allowed to use Melee attacks, no Ranged or Magic. Do you still want to proceed?").also { stage = 1 }
- inInventory(player!!,Items.CHAMPION_SCROLL_6801) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're only allowed to use Magic attacks, no Melee or Ranged. Do you still want to proceed?").also { stage = 1 }
- inInventory(player!!,Items.CHAMPION_SCROLL_6802) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're not allowed to use any Melee attacks. Do you still want to proceed?").also { stage = 1 }
- inInventory(player!!,Items.CHAMPION_SCROLL_6803) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're not allowed to use any Special Attacks. Do you still want to proceed?").also { stage = 1 }
- inInventory(player!!,Items.CHAMPION_SCROLL_6804) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're not allowed to use any Ranged attacks. Do you still want to proceed?").also { stage = 1 }
- inInventory(player!!,Items.CHAMPION_SCROLL_6805) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're not allowed any Weapons or Armour. Do you still want to proceed?").also { stage = 1 }
- inInventory(player!!,Items.CHAMPION_SCROLL_6806) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're only allowed to use Ranged attacks, no Melee or Magic. Do you still want to proceed?").also { stage = 1 }
- inInventory(player!!,Items.CHAMPION_SCROLL_6807) -> npcl("So you want to accept the challenge huh? Well there are some specific rules for these Champion fights. For this fight you're not allowed to use any Magic attacks. Do you still want to proceed?").also { stage = 1 }
- else -> {
- sendMessage(player!!, "Nothing interesting happens.").also { stage = END_DIALOGUE } }
- }
- }
- 1 -> options("Yes, let me at him!", "No thanks, I'll pass.").also { stage = 2 }
- 2 -> when (buttonID) {
- 1 -> playerl("Yes, let me at him!").also { stage = 3 }
- 2 -> playerl("No thanks, I'll pass.").also { stage = END_DIALOGUE }
- }
- 3 -> npcl("Your challenger is ready, please go down through the trapdoor when you're ready.").also { stage = 4 }
- 4 -> {
- end()
- setAttribute(player!!, "championsarena:start", true)
- }
- }
- } else {
- when (stage) {
- START_DIALOGUE -> {
- face(findNPC(NPCs.LARXUS_3050)!!, player!!, 1)
- npcl(FacialExpression.NEUTRAL, "Is there something I can help you with?").also { stage = 1 }
- }
- 1 -> options("I was given a challenge, what now?", "What is this place?", "Nothing thanks.").also { stage = 2 }
- 2 -> when (buttonID) {
- 1 -> playerl("I was given a challenge, what now?").also { stage = 3 }
- 2 -> playerl("What is this place?").also { stage = 4 }
- 3 -> playerl("Nothing thanks.").also { stage = END_DIALOGUE }
- }
- 3 -> npcl("Well pass it here and we'll get you started.").also { stage = END_DIALOGUE }
- 4 -> npcl("This is the champions' arena. The champions of various races use it to duel those they deem worthy of the honour. If you find a challenge scroll in your travels, bring it here to face your challenger.").also { stage = END_DIALOGUE }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/EarthWarriorChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/EarthWarriorChampionNPC.kt
deleted file mode 100644
index ea868cc2e..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/EarthWarriorChampionNPC.kt
+++ /dev/null
@@ -1,114 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Earth warrior champion NPC for Champions challenge.
- */
-
-@Initializable
-class EarthWarriorChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return EarthWarriorChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.EARTH_WARRIOR_CHAMPION_3057)
- }
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnEarthWarriorChampion(player: Player) {
- val champion = EarthWarriorChampionNPC(NPCs.EARTH_WARRIOR_CHAMPION_3057)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
-
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- val prayerItems = intArrayOf(
- Items.PRAYER_POTION1_143, Items.PRAYER_POTION1_144,
- Items.PRAYER_POTION2_141, Items.PRAYER_POTION2_142,
- Items.PRAYER_POTION3_139, Items.PRAYER_POTION3_140,
- Items.PRAYER_POTION4_2434, Items.PRAYER_POTION4_2435,
-
- Items.SUPER_RESTORE1_3030, Items.SUPER_RESTORE1_3031,
- Items.SUPER_RESTORE2_3028, Items.SUPER_RESTORE2_3029,
- Items.SUPER_RESTORE3_3026, Items.SUPER_RESTORE3_3027,
- Items.SUPER_RESTORE4_3024, Items.SUPER_RESTORE4_3025,
-
- Items.PRAYER_CAPE_9759, Items.PRAYER_CAPET_9760,
- Items.PRAYER_HOOD_9761, Items.PRAYER_CAPE_10643,
-
- Items.PRAYER_POTION4_14209, Items.PRAYER_POTION4_14210,
- Items.PRAYER_POTION3_14211, Items.PRAYER_POTION3_14212,
- Items.PRAYER_POTION2_14213, Items.PRAYER_POTION2_14214,
- Items.PRAYER_POTION1_14215, Items.PRAYER_POTION1_14216,
-
- Items.FALADOR_SHIELD_1_14577, Items.FALADOR_SHIELD_2_14578,
- Items.FALADOR_SHIELD_3_14579,
-
- Items.PRAYER_MIX1_11467, Items.PRAYER_MIX1_11468,
- Items.PRAYER_MIX2_11465, Items.PRAYER_MIX2_11466,
-
- Items.SUP_RESTORE_MIX1_11495, Items.SUP_RESTORE_MIX1_11496,
- Items.SUP_RESTORE_MIX2_11493, Items.SUP_RESTORE_MIX2_11494,
- )
- if (player.inventory.containsAtLeastOneItem(prayerItems) || player.equipment.containsAtLeastOneItem(
- prayerItems
- )
- ) {
- sendNPCDialogue(player, NPCs.LARXUS_3050, "For this fight you're not allowed to use prayers!")
- teleport(player, Location.create(3182, 9758, 0)) // Behind Doors.
- } else {
- champion.init()
- registerHintIcon(player, champion)
- champion.attack(player)
- }
- return true
- }
- })
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Earth Warrior Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6798, 260, 63, 3)
- setInterfaceText(killer, "432 Slayer Xp", 63, 6)
- setInterfaceText(killer, "432 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1452, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 432.0)
- rewardXP(killer, Skills.SLAYER, 432.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/GhoulChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/GhoulChampionNPC.kt
deleted file mode 100644
index a6421a842..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/GhoulChampionNPC.kt
+++ /dev/null
@@ -1,105 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.container.impl.EquipmentContainer
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.system.config.ItemConfigParser
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Ghoul champion NPC for Champions challenge.
- */
-
-@Initializable
-class GhoulChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return GhoulChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.GHOUL_CHAMPION_3059)
- }
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnGhoulChampion(player: Player) {
- val champion = GhoulChampionNPC(NPCs.GHOUL_CHAMPION_3059)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- champion.init()
- registerHintIcon(player, champion)
- champion.attack(player)
- return true
- }
- })
- }
- }
-
- override fun checkImpact(state: BattleState) {
- super.checkImpact(state)
- val player = state.attacker
- if (player is Player) {
- val i: Item = player.equipment[EquipmentContainer.SLOT_WEAPON].id.asItem()
- if (i.definition.getConfiguration(ItemConfigParser.TWO_HANDED, false) == true && state.style == CombatStyle.MELEE) {
- state.neutralizeHits()
- state.estimatedHit = state.maximumHit
- }
- if (state.style == CombatStyle.MAGIC) {
- sendMessage(player, "You can use only weapons in this challenge.")
- if (state.estimatedHit > -1) {
- state.estimatedHit = 0
- return
- }
- if (state.secondaryHit > -1) {
- state.secondaryHit = 0
- return
- }
- }
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Ghoul Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6799, 260, 63, 3)
- setInterfaceText(killer, "400 Slayer Xp", 63, 6)
- setInterfaceText(killer, "400 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1453, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 400.0)
- rewardXP(killer, Skills.SLAYER, 400.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/GiantChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/GiantChampionNPC.kt
deleted file mode 100644
index 3309be77b..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/GiantChampionNPC.kt
+++ /dev/null
@@ -1,103 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Giant champion NPC for Champions challenge.
- */
-
-@Initializable
-class GiantChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return GiantChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.GIANT_CHAMPION_3058)
-
- }
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnGiantChampion(player: Player) {
- val champion = GiantChampionNPC(NPCs.GIANT_CHAMPION_3058)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
-
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- champion.init()
- registerHintIcon(player, champion)
- champion.attack(player)
- return true
- }
- })
- }
- }
-
- override fun checkImpact(state: BattleState) {
- super.checkImpact(state)
- val player = state.attacker
- if (player is Player) {
- if (state.style == CombatStyle.MELEE) {
- state.neutralizeHits()
- state.estimatedHit = state.maximumHit
- }
- if (state.style == CombatStyle.RANGE || state.style == CombatStyle.MAGIC) {
- sendMessage(player, "You can use only melee in this challenge.")
- if (state.estimatedHit > -1) {
- state.estimatedHit = 0
- return
- }
- if (state.secondaryHit > -1) {
- state.secondaryHit = 0
- return
- }
- }
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Giant Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6800, 260, 63, 3)
- setInterfaceText(killer, "280 Slayer Xp", 63, 6)
- setInterfaceText(killer, "280 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1454, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 280.0)
- rewardXP(killer, Skills.SLAYER, 280.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/GoblinChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/GoblinChampionNPC.kt
deleted file mode 100644
index 861287813..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/GoblinChampionNPC.kt
+++ /dev/null
@@ -1,101 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Goblin champion NPC for Champions challenge.
- */
-
-@Initializable
-class GoblinChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return GoblinChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.GOBLIN_CHAMPION_3060)
- }
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnGoblinChampion(player: Player) {
- val champion = GoblinChampionNPC(NPCs.GOBLIN_CHAMPION_3060)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- champion.init()
- registerHintIcon(player, champion)
- champion.attack(player)
- return true
- }
- })
- }
- }
-
- override fun checkImpact(state: BattleState) {
- super.checkImpact(state)
- val player = state.attacker
- if (player is Player) {
- if (state.style == CombatStyle.MAGIC) {
- state.neutralizeHits()
- state.estimatedHit = state.maximumHit
- }
- if (state.style == CombatStyle.MELEE || state.style == CombatStyle.RANGE) {
- sendMessage(player, "You can use only spells in this challenge.")
- if (state.estimatedHit > -1) {
- state.estimatedHit = 0
- return
- }
- if (state.secondaryHit > -1) {
- state.secondaryHit = 0
- return
- }
- }
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Goblin Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6801, 260, 63, 3)
- setInterfaceText(killer, "128 Slayer Xp", 63, 6)
- setInterfaceText(killer, "128 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1455, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 128.0)
- rewardXP(killer, Skills.SLAYER, 128.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/HobgoblinChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/HobgoblinChampionNPC.kt
deleted file mode 100644
index 01d0ffa89..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/HobgoblinChampionNPC.kt
+++ /dev/null
@@ -1,103 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Hobgoblin champion NPC for Champions challenge.
- */
-
-@Initializable
-class HobgoblinChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return HobgoblinChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.HOBGOBLIN_CHAMPION_3061)
- }
-
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnHobgoblinChampion(player: Player) {
- val champion = HobgoblinChampionNPC(NPCs.HOBGOBLIN_CHAMPION_3061)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- champion.init()
- registerHintIcon(player, champion)
- champion.attack(player)
- return true
- }
- })
- }
- }
-
- override fun checkImpact(state: BattleState) {
- super.checkImpact(state)
- val player = state.attacker
- if (player is Player) {
- if (state.style == CombatStyle.MAGIC || state.style == CombatStyle.RANGE) {
- state.neutralizeHits()
- state.estimatedHit = state.maximumHit
- }
-
- if (state.style == CombatStyle.MELEE) {
- sendMessage(player, "You cannot use melee in this challenge.")
- if (state.estimatedHit > -1) {
- state.estimatedHit = 0
- return
- }
- if (state.secondaryHit > -1) {
- state.secondaryHit = 0
- return
- }
- }
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Hobgoblin Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6802, 260, 63, 3)
- setInterfaceText(killer, "232 Slayer Xp", 63, 6)
- setInterfaceText(killer, "232 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1456, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 232.0)
- rewardXP(killer, Skills.SLAYER, 232.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/ImpChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/ImpChampionNPC.kt
deleted file mode 100644
index 1c131efc9..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/ImpChampionNPC.kt
+++ /dev/null
@@ -1,92 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Imp champion NPC for Champions challenge.
- */
-
-@Initializable
-class ImpChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return ImpChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.IMP_CHAMPION_3062)
- }
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnImpChampion(player: Player) {
- val champion = ImpChampionNPC(NPCs.IMP_CHAMPION_3062)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
-
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- champion.init()
- registerHintIcon(player, champion)
- champion.attack(player)
- return true
- }
- })
- }
- }
-
- override fun checkImpact(state: BattleState) {
- super.checkImpact(state)
- val player = state.attacker
- if (player is Player) {
-
- //somehow the maximumHit is determined to be zero by this point if you're using a melee special attack.
- if (state.maximumHit == 0) {
- state.neutralizeHits()
- sendMessage(player, "Larxus said you couldn't use special attacks in this duel.")
- }
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Imp Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6803, 260, 63, 3)
- setInterfaceText(killer, "160 Slayer Xp", 63, 6)
- setInterfaceText(killer, "160 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1457, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 160.0)
- rewardXP(killer, Skills.SLAYER, 160.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/JogreChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/JogreChampionNPC.kt
deleted file mode 100644
index ad6889e7b..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/JogreChampionNPC.kt
+++ /dev/null
@@ -1,102 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.combat.equipment.Weapon
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Jogre champion NPC for Champions challenge.
- */
-
-@Initializable
-class JogreChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return JogreChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.JOGRE_CHAMPION_3063)
- }
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnJogreChampion(player: Player) {
- val champion = JogreChampionNPC(NPCs.JOGRE_CHAMPION_3063)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- champion.init()
- registerHintIcon(player, champion)
- champion.attack(player)
- return true
- }
- })
- }
- }
-
- override fun checkImpact(state: BattleState) {
- super.checkImpact(state)
- val player = state.attacker
- if (player is Player) {
- if (state.style == CombatStyle.MAGIC || state.style == CombatStyle.MELEE) {
- state.neutralizeHits()
- state.estimatedHit = state.maximumHit
- }
- if (state.weapon.type == Weapon.WeaponType.DEGRADING || state.style == CombatStyle.RANGE) {
- sendMessage(player, "You cannot use ranged weapons.")
- if (state.estimatedHit > -1) {
- state.estimatedHit = 0
- return
- }
- if (state.secondaryHit > -1) {
- state.secondaryHit = 0
- return
- }
- }
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Jogre Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6804, 260, 63, 3)
- setInterfaceText(killer, "480 Slayer Xp", 63, 6)
- setInterfaceText(killer, "480 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1458, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 480.0)
- rewardXP(killer, Skills.SLAYER, 480.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt
deleted file mode 100644
index e41fd5d72..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/LesserDemonChampionNPC.kt
+++ /dev/null
@@ -1,99 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Lesser demon champion NPC for Champions challenge.
- */
-
-@Initializable
-class LesserDemonChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return LesserDemonChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.LESSER_DEMON_CHAMPION_3064)
- }
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnLesserDemonChampion(player: Player) {
- val champion = LesserDemonChampionNPC(NPCs.LESSER_DEMON_CHAMPION_3064)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- champion.init()
- registerHintIcon(player, champion)
- champion.attack(player)
- return true
- }
- })
- }
- }
-
- override fun checkImpact(state: BattleState) {
- super.checkImpact(state)
- val player = state.attacker
- if (player is Player) {
- if (player.equipment.isEmpty) {
- state.neutralizeHits()
- state.estimatedHit = state.maximumHit
- } else {
- sendMessage(player, "You cannot wear any equipment in this challenge.")
- if (state.estimatedHit > -1) {
- state.estimatedHit = 0
- return
- }
- if (state.secondaryHit > -1) {
- state.secondaryHit = 0
- return
- }
- }
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Lesser Demon Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6805, 260, 63, 3)
- setInterfaceText(killer, "592 Slayer Xp", 63, 6)
- setInterfaceText(killer, "592 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1459, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 592.0)
- rewardXP(killer, Skills.SLAYER, 592.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/SkeletonChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/SkeletonChampionNPC.kt
deleted file mode 100644
index 40a33a420..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/SkeletonChampionNPC.kt
+++ /dev/null
@@ -1,103 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.combat.equipment.Weapon
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Skeleton champion NPC for Champions challenge.
- */
-
-@Initializable
-class SkeletonChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return SkeletonChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.SKELETON_CHAMPION_3065)
- }
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnSkeletonChampion(player: Player) {
- val champion = SkeletonChampionNPC(NPCs.SKELETON_CHAMPION_3065)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- champion.init()
- animate(champion, 259, true)
- registerHintIcon(player, champion)
- champion.attack(player)
- return true
- }
- })
- }
- }
-
- override fun checkImpact(state: BattleState) {
- super.checkImpact(state)
- val player = state.attacker
- if (player is Player) {
- if (state.style == CombatStyle.RANGE && state.weapon.type == Weapon.WeaponType.DEGRADING && state.weapon.type == Weapon.WeaponType.DOUBLE_SHOT) {
- state.neutralizeHits()
- state.estimatedHit = state.maximumHit
- }
- if (state.style == CombatStyle.MAGIC || state.style == CombatStyle.MELEE) {
- sendMessage(player, "You can use only ranged weapons in this challenge.")
- if (state.estimatedHit > -1) {
- state.estimatedHit = 0
- return
- }
- if (state.secondaryHit > -1) {
- state.secondaryHit = 0
- return
- }
- }
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Skeleton Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6806, 260, 63, 3)
- setInterfaceText(killer, "232 Slayer Xp", 63, 6)
- setInterfaceText(killer, "232 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1460, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 232.0)
- rewardXP(killer, Skills.SLAYER, 232.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt b/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt
deleted file mode 100644
index bab84b5b5..000000000
--- a/Server/src/main/content/global/activity/cchallange/npc/ZombieChampionNPC.kt
+++ /dev/null
@@ -1,102 +0,0 @@
-package content.global.activity.cchallange.npc
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Represents the Zombie champion NPC for Champions challenge.
- */
-
-@Initializable
-class ZombieChampionNPC(id: Int = 0, location: Location? = null) : AbstractNPC(id, location) {
- var clearTime = 0
- override fun construct(id: Int, location: Location, vararg objects: Any): AbstractNPC {
- return ZombieChampionNPC(id, location)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.ZOMBIES_CHAMPION_3066)
- }
-
- override fun handleTickActions() {
- super.handleTickActions()
- if (clearTime++ > 288) poofClear(this)
- }
-
- companion object {
- fun spawnZombieChampion(player: Player) {
- val champion = ZombieChampionNPC(NPCs.ZOMBIES_CHAMPION_3066)
- champion.location = location(3170, 9758, 0)
- champion.isWalks = true
- champion.isAggressive = true
- champion.isActive = false
-
- if (champion.asNpc() != null && champion.isActive) {
- champion.properties.teleportLocation = champion.properties.spawnLocation
- }
-
- champion.isActive = true
- GameWorld.Pulser.submit(object : Pulse(0, champion) {
- override fun pulse(): Boolean {
- champion.init()
- registerHintIcon(player, champion)
- champion.attack(player)
- return true
- }
- })
- }
- }
-
- override fun checkImpact(state: BattleState) {
- super.checkImpact(state)
- val player = state.attacker
- if (player is Player) {
- if (state.style == CombatStyle.MELEE || state.style == CombatStyle.RANGE) {
- state.neutralizeHits()
- state.estimatedHit = state.maximumHit
- }
- if (state.style == CombatStyle.MAGIC) {
- sendMessage(player, "You cannot use spells in this challenge.")
- if (state.estimatedHit > -1) {
- state.estimatedHit = 0
- return
- }
- if (state.secondaryHit > -1) {
- state.secondaryHit = 0
- return
- }
- }
- }
- }
-
- override fun finalizeDeath(killer: Entity?) {
- if (killer is Player) {
- lock(killer, 2)
- runTask(killer, 1) {
- openInterface(killer, 63)
- setInterfaceText(killer, "Well done, you defeated the Zombie Champion!", 63, 2)
- killer.packetDispatch.sendItemZoomOnInterface(Items.CHAMPION_SCROLL_6807, 260, 63, 3)
- setInterfaceText(killer, "240 Slayer Xp", 63, 6)
- setInterfaceText(killer, "240 Hitpoint Xp", 63, 7)
- }
- setVarbit(killer, 1461, 1, true)
- rewardXP(killer, Skills.HITPOINTS, 240.0)
- rewardXP(killer, Skills.SLAYER, 240.0)
- removeAttribute("championsarena:start")
- clearHintIcon(killer)
- }
- clear()
- super.finalizeDeath(killer)
- }
-}
diff --git a/Server/src/main/content/global/activity/jobs/CheckJobDialogueFile.kt b/Server/src/main/content/global/activity/jobs/CheckJobDialogueFile.kt
deleted file mode 100644
index fc3a2e58a..000000000
--- a/Server/src/main/content/global/activity/jobs/CheckJobDialogueFile.kt
+++ /dev/null
@@ -1,174 +0,0 @@
-package content.global.activity.jobs
-
-import content.global.activity.jobs.impl.BoneBuryingJobs
-import content.global.activity.jobs.impl.CombatJobs
-import content.global.activity.jobs.impl.ProductionJobs
-import core.api.addItem
-import core.api.amountInInventory
-import core.api.hasAnItem
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.dialogue.IfTopic
-import core.game.dialogue.Topic
-import core.game.node.entity.npc.NPC
-import core.game.node.item.Item
-import core.tools.END_DIALOGUE
-import core.tools.START_DIALOGUE
-import core.tools.StringUtils
-import org.rs09.consts.Items
-
-/**
- * The dialogue file to handle a player asking about work with the employer that assigned them
- * their current job.
- */
-class CheckJobDialogueFile : DialogueFile() {
- companion object {
- const val TURN_IN_ITEMS_1 = 1
- const val TURN_IN_ITEMS_2 = 2
- const val TURN_IN_ITEMS_3 = 3
- const val TURN_IN_ITEMS_4 = 4
- const val TURN_IN_ITEMS_5 = 5
- const val REMIND_JOB = 101
- const val GET_TASK_LIST = 201
- const val GET_NEW_JOB_1 = 301
- const val GET_NEW_JOB_2 = 302
- const val GET_NEW_JOB_3 = 303
- const val GET_NEW_JOB_4 = 304
- const val GET_NEW_JOB_5 = 305
- const val GET_NEW_JOB_NONE = 306
- const val GET_NEW_JOB_REACHED_LIMIT = 307
- }
-
- override fun handle(componentID: Int, buttonID: Int) {
- val playerJobManager: JobManager = JobManager.getInstance(player!!)
- val job = playerJobManager.job ?: return
- val originalAmount = playerJobManager.jobOriginalAmount
-
- when (stage) {
- START_DIALOGUE -> showTopics(
- IfTopic(
- FacialExpression.HAPPY,
- "I have the items you wanted.",
- TURN_IN_ITEMS_1,
- (job.type == JobType.PRODUCTION && amountInInventory(player!!, (job as ProductionJobs).itemId) > 0)
- ), Topic(
- FacialExpression.HALF_ASKING, "Can you remind me what job you gave me?", REMIND_JOB
- ), Topic(
- FacialExpression.HALF_ASKING, "Can I have a task list to remind me of my job?", GET_TASK_LIST
- ), Topic(
- FacialExpression.HALF_GUILTY, "I'd like a new job please.", GET_NEW_JOB_1
- )
- )
-
- TURN_IN_ITEMS_1 -> {
- job as ProductionJobs
- val itemName = Item(job.itemId).name.lowercase()
- val itemNamePluralized = if (playerJobManager.jobAmount > 1) StringUtils.plusS(itemName) else itemName
- npcl("Splendid! Now, I needed $originalAmount $itemNamePluralized.")
- stage = TURN_IN_ITEMS_2
- }
-
- TURN_IN_ITEMS_2 -> {
- if (playerJobManager.jobAmount == originalAmount) {
- npcl("So far, you haven't brought me any, so I'm waiting for ${playerJobManager.jobAmount}.")
- } else {
- npcl("So far, you have brought me ${originalAmount - playerJobManager.jobAmount}, so I'm waiting for ${playerJobManager.jobAmount}.")
- }
- stage = TURN_IN_ITEMS_3
- }
-
- TURN_IN_ITEMS_3 -> {
- if (amountInInventory(player!!, (job as ProductionJobs).itemId) >= playerJobManager.jobAmount) {
- npcl("I can see that you have plenty, would you like to hand some over to complete your job?")
- } else {
- npcl("I can see that you have some, would you like to hand them over?")
- }
- stage = TURN_IN_ITEMS_4
- }
-
- TURN_IN_ITEMS_4 -> showTopics(
- Topic("Yes, I'll give you what I have.", TURN_IN_ITEMS_5, skipPlayer = true),
- Topic("No, I'll keep hold of it for now.", END_DIALOGUE, skipPlayer = true)
- )
-
- TURN_IN_ITEMS_5 -> {
- playerJobManager.turnInItems()
-
- if (playerJobManager.jobAmount == 0) {
- playerJobManager.rewardPlayer()
- npcl("There you go, thanks for your help. You're quite a skilled worker!")
- } else {
- npcl("Thanks for your help. Come back when you've got more!")
- }
- stage = END_DIALOGUE
- }
-
- REMIND_JOB -> {
- when (job.type) {
- JobType.PRODUCTION -> {
- job as ProductionJobs
- val itemName = Item(job.itemId).name.lowercase()
- val itemNamePluralized =
- if (playerJobManager.jobAmount > 1) StringUtils.plusS(itemName) else itemName
- npcl("You still need to gather ${playerJobManager.jobAmount} more $itemNamePluralized.")
- }
-
- JobType.BONE_BURYING -> {
- job as BoneBuryingJobs
- val boneName = Item(job.boneIds.first()).name.lowercase()
- val boneNamePluralized =
- if (playerJobManager.jobAmount > 1) StringUtils.plusS(boneName) else boneName
- npcl("You still need to bury ${playerJobManager.jobAmount} more $boneNamePluralized in the ${job.buryArea.title}.")
- }
-
- JobType.COMBAT -> {
- job as CombatJobs
- val monsterName = NPC(job.monsterIds.first()).name.lowercase()
- val monsterNamePluralized =
- if (playerJobManager.jobAmount > 1) StringUtils.plusS(monsterName) else monsterName
- npcl("You still need to kill ${playerJobManager.jobAmount} more $monsterNamePluralized.")
- }
- }
- stage = END_DIALOGUE
- }
-
- GET_TASK_LIST -> {
- if (hasAnItem(player!!, Items.TASK_LIST_13464).exists()) {
- npcl("You already have one of those!")
- } else {
- when (addItem(player!!, Items.TASK_LIST_13464)) {
- true -> npcl("Here you go then.")
- false -> dialogue("You don't have enough space in your inventory.")
- }
- }
-
- stage = END_DIALOGUE
- }
-
- GET_NEW_JOB_1 -> npcl("Let me see if I've got any work for you.").also {
- if (playerJobManager.hasReachedJobLimit()) {
- stage = GET_NEW_JOB_REACHED_LIMIT
- } else {
- playerJobManager.generate(npc!!)
- stage = if (playerJobManager.hasJob()) GET_NEW_JOB_2 else GET_NEW_JOB_NONE
- }
- }
-
- GET_NEW_JOB_2 -> npcl(playerJobManager.getAssignmentMessage()).also { stage = GET_NEW_JOB_3 }
- // Historically, the player would also have the option to ask for an easier task
- GET_NEW_JOB_3 -> playerl("Okay, off I go!").also { stage = GET_NEW_JOB_4 }
- GET_NEW_JOB_4 -> npcl("There, I've updated your task list to show your new job. Best of luck!").also {
- stage = GET_NEW_JOB_5
- }
-
- GET_NEW_JOB_5 -> playerl("Thanks.").also { stage = END_DIALOGUE }
- GET_NEW_JOB_NONE -> npcl("I'm sorry, I don't currently have any jobs that you're qualified for.").also {
- stage = END_DIALOGUE
- }
-
- GET_NEW_JOB_REACHED_LIMIT -> npcl("You've hit your limit for the day. Come back tomorrow!").also {
- stage = END_DIALOGUE
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/Job.kt b/Server/src/main/content/global/activity/jobs/Job.kt
deleted file mode 100644
index f4558328c..000000000
--- a/Server/src/main/content/global/activity/jobs/Job.kt
+++ /dev/null
@@ -1,23 +0,0 @@
-package content.global.activity.jobs
-
-import content.global.activity.jobs.impl.Employers
-import core.tools.RandomFunction
-
-/**
- * The interface for a job that a player can be assigned.
- *
- * TODO: Once player data is stored in a database with support for migrations, implement a per-player field to store
- * the player's current employer, so that multiple employers can assign the same job, but the player will only be
- * able to turn the job into the employer that assigned it to them.
- */
-interface Job {
- val type: JobType
- val lower: Int
- val upper: Int
-
- val employer: Employers
-
- fun getAmount(): Int {
- return RandomFunction.random(lower, upper + 1)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/JobManager.kt b/Server/src/main/content/global/activity/jobs/JobManager.kt
deleted file mode 100644
index 001aeae6f..000000000
--- a/Server/src/main/content/global/activity/jobs/JobManager.kt
+++ /dev/null
@@ -1,215 +0,0 @@
-package content.global.activity.jobs
-
-import content.global.activity.jobs.impl.BoneBuryingJobs
-import content.global.activity.jobs.impl.CombatJobs
-import content.global.activity.jobs.impl.ProductionJobs
-import core.ServerStore
-import core.ServerStore.Companion.getInt
-import core.api.*
-import core.game.event.BoneBuryEvent
-import core.game.event.EventHook
-import core.game.event.JobAssignmentEvent
-import core.game.event.NPCKillEvent
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.tools.StringUtils
-import org.json.simple.JSONObject
-import org.rs09.consts.Items
-import java.lang.Integer.min
-
-/**
- * Manages the player's job data & progression.
- *
- * @source https://runescape.wiki/w/Jobs?oldid=831782
- */
-class JobManager(val player: Player? = null) : LoginListener, PersistPlayer {
- var job: Job? = null
- var jobAmount: Int = 0
- var jobOriginalAmount: Int = 0
-
- private fun hasLevelRequirement(job: ProductionJobs): Boolean {
- if (player == null) return false
- if (player.isArtificial) return false
-
- return getStatLevel(player, job.skill) >= job.lvlReq
- }
-
- fun hasJob(): Boolean = this.job != null
-
- // Historically the job limit would be 6 jobs per hour of play-time, using 3 per day for balance purposes
- fun hasReachedJobLimit(): Boolean = player?.let { getStoreFile().getInt(it.username.lowercase()) >= 3 } ?: false
-
- fun generate(npc: NPC) {
- if (player == null) return
- if (player.isArtificial) return
-
- val instance = getInstance(player)
-
- // Create a list of jobs that the player can do and are given by the NPC being interacted with
- val potentialJobs: List = (
- ProductionJobs.values().filter { hasLevelRequirement(it) }
- + BoneBuryingJobs.values()
- + CombatJobs.values()
- )
- .filter { job -> job.employer.npcId == npc.id }
-
- val job = potentialJobs.randomOrNull() ?: return
-
- instance.job = job
- this.jobAmount = job.getAmount()
- this.jobOriginalAmount = instance.jobAmount
-
- player.dispatch(JobAssignmentEvent(job.type, npc))
- getStoreFile()[player.username.lowercase()] = getStoreFile().getInt(player.username.lowercase()) + 1
- }
-
- fun getAssignmentMessage(): String? {
- if (player == null) return null
- if (player.isArtificial) return null
-
- val instance = getInstance(player)
- val job = instance.job ?: return null
-
- return when (job.type) {
- JobType.PRODUCTION -> {
- job as ProductionJobs
- val itemName = Item(job.itemId).name.lowercase()
- val itemNamePluralized = if (this.jobAmount > 1) StringUtils.plusS(itemName) else itemName
- "Okay, your job is to bring me ${this.jobAmount} $itemNamePluralized."
- }
-
- JobType.BONE_BURYING -> {
- job as BoneBuryingJobs
- val boneName = Item(job.boneIds.first()).name.lowercase()
- val boneNamePluralized = if (this.jobAmount > 1) StringUtils.plusS(boneName) else boneName
- "Okay, your job is to bury ${this.jobAmount} $boneNamePluralized in the ${job.buryArea.title}."
- }
-
- JobType.COMBAT -> {
- job as CombatJobs
- val monsterName = NPC(job.monsterIds.first()).name.lowercase()
- val monsterNamePluralized = if (this.jobAmount > 1) StringUtils.plusS(monsterName) else monsterName
- "Okay, your job is to kill ${this.jobAmount} $monsterNamePluralized."
- }
- }
- }
-
- /**
- * TODO: Allow players to turn-in noted items (authentic to 2009)
- */
- fun turnInItems() {
- if (player == null) return
- if (player.isArtificial) return
-
- val instance = getInstance(player)
- val job = instance.job ?: return
- if (job.type != JobType.PRODUCTION) return
-
- val itemId = (job as ProductionJobs).itemId
- val amountHeld = amountInInventory(player, itemId)
- val amountToTurnIn = min(amountHeld, instance.jobAmount)
- removeItem(player, Item(itemId, amountToTurnIn))
- instance.jobAmount -= amountToTurnIn
- }
-
- fun rewardPlayer() {
- if (player == null) return
- if (player.isArtificial) return
-
- val instance = getInstance(player)
-
- addItemOrDrop(player, Items.COINS_995, 250 * instance.jobOriginalAmount)
-
- instance.job = null
- instance.jobAmount = -1
- instance.jobOriginalAmount = -1
- }
-
- override fun login(player: Player) {
- if (player.isArtificial) return
-
- val jobManager = JobManager(player)
- setAttribute(player, "job-manager", jobManager)
-
- player.hook(Event.BoneBuried, object : EventHook {
- override fun process(entity: Entity, event: BoneBuryEvent) {
- if (entity !is Player) return
- if (entity.isArtificial) return
-
- val instance = getInstance(entity)
-
- if (!instance.hasJob()) return
- if (instance.job?.type != JobType.BONE_BURYING) return
- if (instance.jobAmount == 0) return
-
- val job = (instance.job as BoneBuryingJobs)
- if (inBorders(entity, job.buryArea.zoneBorder) && event.boneId in job.boneIds) {
- instance.jobAmount--
- }
- }
- })
- player.hook(Event.NPCKilled, object : EventHook {
- override fun process(entity: Entity, event: NPCKillEvent) {
- if (entity !is Player) return
- if (entity.isArtificial) return
-
- val instance = getInstance(entity)
-
- if (!instance.hasJob()) return
- if (instance.job?.type != JobType.COMBAT) return
- if (instance.jobAmount == 0) return
-
- val job = (instance.job as CombatJobs)
- if (event.npc.id in job.monsterIds) {
- instance.jobAmount--
- }
- }
- })
- }
-
- // TODO: Implement proper saving of job data to JSONObject once player save migration is possible
- override fun savePlayer(player: Player, save: JSONObject) {
- val instance = getInstance(player)
- val jobId: Int = instance.job?.let {
- when (it.type) {
- JobType.PRODUCTION -> ProductionJobs.values().indexOf(it)
- JobType.COMBAT -> CombatJobs.values().indexOf(it)
- JobType.BONE_BURYING -> BoneBuryingJobs.values().indexOf(it)
- }
- } ?: -1
-
- setAttribute(player, "/save:jobs:id", jobId)
- setAttribute(player, "/save:jobs:type", instance.job?.type?.ordinal ?: -1)
- setAttribute(player, "/save:jobs:amount", instance.jobAmount)
- setAttribute(player, "/save:jobs:original_amount", instance.jobOriginalAmount)
- }
-
- // TODO: Implement proper loading of job data from JSONObject once player save migration is possible
- override fun parsePlayer(player: Player, data: JSONObject) {
- val instance = getInstance(player)
- val jobId = getAttribute(player, "jobs:id", -1)
- val jobType = getAttribute(player, "jobs:type", -1)
-
- instance.job = when (JobType.values().getOrNull(jobType)) {
- JobType.PRODUCTION -> ProductionJobs.values().getOrNull(jobId)
- JobType.COMBAT -> CombatJobs.values().getOrNull(jobId)
- JobType.BONE_BURYING -> BoneBuryingJobs.values().getOrNull(jobId)
- else -> null
- }
- instance.jobAmount = getAttribute(player, "jobs:amount", -1)
- instance.jobOriginalAmount = getAttribute(player, "jobs:original_amount", -1)
- }
-
- companion object {
- @JvmStatic
- fun getInstance(player: Player): JobManager {
- return player.getAttribute("job-manager", JobManager(player))
- }
-
- fun getStoreFile(): JSONObject {
- return ServerStore.getArchive("daily-jobs-tracking")
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/JobType.kt b/Server/src/main/content/global/activity/jobs/JobType.kt
deleted file mode 100644
index c34a67811..000000000
--- a/Server/src/main/content/global/activity/jobs/JobType.kt
+++ /dev/null
@@ -1,13 +0,0 @@
-package content.global.activity.jobs
-
-/**
- * An enum of the different types of jobs that a player can be assigned.
- *
- * Note: Due to how player save files keep track of the player's current job, it is essential that
- * new entries are only appended to the end of this enum, and the ordering of existing entries is not changed.
- */
-enum class JobType {
- PRODUCTION,
- COMBAT,
- BONE_BURYING
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/StartJobDialogueFile.kt b/Server/src/main/content/global/activity/jobs/StartJobDialogueFile.kt
deleted file mode 100644
index b431663e7..000000000
--- a/Server/src/main/content/global/activity/jobs/StartJobDialogueFile.kt
+++ /dev/null
@@ -1,139 +0,0 @@
-package content.global.activity.jobs
-
-import content.global.activity.jobs.impl.BoneBuryingJobs
-import content.global.activity.jobs.impl.CombatJobs
-import content.global.activity.jobs.impl.ProductionJobs
-import core.api.addItem
-import core.api.hasAnItem
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.dialogue.Topic
-import core.game.node.entity.npc.NPC
-import core.game.node.item.Item
-import core.tools.END_DIALOGUE
-import core.tools.START_DIALOGUE
-import core.tools.StringUtils
-import org.rs09.consts.Items
-
-/**
- * The dialogue file to handle a player asking about work with any employer which they aren't currently working for.
- */
-class StartJobDialogueFile : DialogueFile() {
- companion object {
- const val GET_TASK_LIST_1 = 1
- const val GET_TASK_LIST_2 = 2
- const val GET_TASK_LIST_YES = 3
- const val GET_JOB_1 = 101
- const val GET_JOB_2 = 102
- const val GET_JOB_3 = 103
- const val GET_JOB_4 = 104
- const val GET_JOB_5 = 105
- const val GET_JOB_NONE = 201
- const val GET_JOB_EMPLOYED_1 = 301
- const val GET_JOB_EMPLOYED_2 = 302
- const val GET_JOB_LIMIT_REACHED = 401
- }
-
- override fun handle(componentID: Int, buttonID: Int) {
- val playerJobManager: JobManager = JobManager.getInstance(player!!)
-
- when (stage) {
- START_DIALOGUE -> playerl(FacialExpression.ASKING, "Do you have any jobs for me?").also {
- stage = if (hasAnItem(player!!, Items.TASK_LIST_13464).exists()) {
- if (playerJobManager.hasJob()) {
- GET_JOB_EMPLOYED_1
- } else {
- GET_JOB_1
- }
- } else {
- GET_TASK_LIST_1
- }
- }
-
- GET_TASK_LIST_1 -> npcl("Well, first of all, I can see that you don't have a task list to remind you about your current job. Would you like a task list now?").also {
- stage = GET_TASK_LIST_2
- }
-
- GET_TASK_LIST_2 -> showTopics(
- Topic("Yes, please.", GET_TASK_LIST_YES),
- Topic("No, thanks.", if (playerJobManager.hasJob()) GET_JOB_EMPLOYED_1 else GET_JOB_1)
- )
-
- GET_TASK_LIST_YES -> {
- when (addItem(player!!, Items.TASK_LIST_13464)) {
- true -> npcl("Here you go then.").also {
- stage = if (playerJobManager.hasJob()) GET_JOB_EMPLOYED_1 else GET_JOB_1
- }
-
- false -> dialogue("You don't have enough space in your inventory.").also { stage = END_DIALOGUE }
- }
- }
-
- GET_JOB_1 -> npcl("Let me see if I've got any work for you.").also {
- if (playerJobManager.hasReachedJobLimit()) {
- stage = GET_JOB_LIMIT_REACHED
- } else {
- playerJobManager.generate(npc!!)
- stage = if (playerJobManager.hasJob()) GET_JOB_2 else GET_JOB_NONE
- }
- }
-
- GET_JOB_2 -> npcl(playerJobManager.getAssignmentMessage()).also { stage = GET_JOB_3 }
- // Historically, the player would also have the option to ask for an easier task
- GET_JOB_3 -> playerl("Okay, off I go!").also { stage = GET_JOB_4 }
- GET_JOB_4 -> npcl("There, I've updated your task list to show your new job. Best of luck!").also {
- stage = GET_JOB_5
- }
-
- GET_JOB_5 -> playerl("Thanks.").also { stage = END_DIALOGUE }
- GET_JOB_EMPLOYED_1 -> {
- val job = playerJobManager.job ?: return
- val employerName = NPC(job.employer.npcId).name
- val amount = playerJobManager.jobAmount
- val originalAmount = playerJobManager.jobOriginalAmount
-
- if (amount == 0) {
- npcl("Hang about. Aren't you working for $employerName? It looks like you've complete their job, return to them for your reward.")
- stage = END_DIALOGUE
- } else {
- when (job.type) {
- JobType.PRODUCTION -> {
- job as ProductionJobs
- val itemName = Item(job.itemId).name.lowercase()
- val itemNamePluralized = if (originalAmount > 1) StringUtils.plusS(itemName) else itemName
- npcl("Hang about. Aren't you working for $employerName? You were asked for $originalAmount $itemNamePluralized and still have $amount more to go.")
- }
-
- JobType.BONE_BURYING -> {
- job as BoneBuryingJobs
- val boneName = Item(job.boneIds.first()).name.lowercase()
- val boneNamePluralized = if (originalAmount > 1) StringUtils.plusS(boneName) else boneName
- npcl("Hang about. Aren't you working for $employerName? You were asked to bury $originalAmount $boneNamePluralized in the ${job.buryArea.title} and still have $amount more to go.")
- }
-
- JobType.COMBAT -> {
- job as CombatJobs
- val monsterName = NPC(job.monsterIds.first()).name.lowercase()
- val monsterNamePluralized = if (originalAmount > 1) StringUtils.plusS(monsterName) else monsterName
- npcl("Hang about. Aren't you working for $employerName? You were asked to kill $originalAmount $monsterNamePluralized and still have $amount more to go.")
- }
- }
- stage = GET_JOB_EMPLOYED_2
- }
- }
-
- GET_JOB_EMPLOYED_2 -> showTopics(
- Topic("Oh yes. I better go and finish their job first.", END_DIALOGUE),
- Topic("I'd like a new job instead, please.", GET_JOB_1)
- )
-
- GET_JOB_NONE -> npcl("I'm sorry, I don't currently have any jobs that you're qualified for.").also {
- stage = END_DIALOGUE
- }
-
- GET_JOB_LIMIT_REACHED -> npcl("You've hit your limit for the day. Come back tomorrow!").also {
- stage = END_DIALOGUE
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/TaskListReadListener.kt b/Server/src/main/content/global/activity/jobs/TaskListReadListener.kt
deleted file mode 100644
index 2e3c06d7b..000000000
--- a/Server/src/main/content/global/activity/jobs/TaskListReadListener.kt
+++ /dev/null
@@ -1,70 +0,0 @@
-package content.global.activity.jobs
-
-import content.global.activity.jobs.impl.BoneBuryingJobs
-import content.global.activity.jobs.impl.CombatJobs
-import content.global.activity.jobs.impl.ProductionJobs
-import core.api.sendDialogue
-import core.api.sendItemDialogue
-import core.api.sendNPCDialogue
-import core.game.interaction.InteractionListener
-import core.game.node.entity.npc.NPC
-import core.game.node.item.Item
-import core.tools.StringUtils
-import org.rs09.consts.Items
-
-/**
- * Handles the read option of the Task List item.
- */
-class TaskListReadListener : InteractionListener {
- override fun defineListeners() {
- on(Items.TASK_LIST_13464, ITEM, "read") { player, _ ->
- val playerJobManager: JobManager = JobManager.getInstance(player)
- val job = playerJobManager.job
- val amount = playerJobManager.jobAmount
-
- if (job == null) {
- sendDialogue(player, "I have not been assigned a job!")
- return@on false
- }
-
- if(amount == 0) {
- sendDialogue(
- player, "I have completed my job. I should return to ${NPC(job.employer.npcId).name} for my reward."
- )
- return@on true
- }
-
- when (job.type) {
- JobType.PRODUCTION -> {
- job as ProductionJobs
- val itemName = Item(job.itemId).name.lowercase()
- val itemNamePluralized = if (amount > 1) StringUtils.plusS(itemName) else itemName
- sendItemDialogue(
- player, job.itemId, "My job is to gather $amount more $itemNamePluralized."
- )
- }
-
- JobType.BONE_BURYING -> {
- job as BoneBuryingJobs
- val boneName = Item(job.boneIds.first()).name.lowercase()
- val boneNamePluralized = if (amount > 1) StringUtils.plusS(boneName) else boneName
- sendItemDialogue(
- player,
- job.boneIds.first(),
- "My job is to bury $amount more $boneNamePluralized in the ${job.buryArea.title}."
- )
- }
-
- JobType.COMBAT -> {
- job as CombatJobs
- val monsterName = NPC(job.monsterIds.first()).name.lowercase()
- val monsterNamePluralized = if (amount > 1) StringUtils.plusS(monsterName) else monsterName
- sendNPCDialogue(
- player, job.monsterIds.first(), "My job is to kill $amount more $monsterNamePluralized."
- )
- }
- }
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/WorkForInteractionListener.kt b/Server/src/main/content/global/activity/jobs/WorkForInteractionListener.kt
deleted file mode 100644
index 8d09d7dfd..000000000
--- a/Server/src/main/content/global/activity/jobs/WorkForInteractionListener.kt
+++ /dev/null
@@ -1,45 +0,0 @@
-package content.global.activity.jobs
-
-import content.global.activity.jobs.impl.Employers
-import core.api.openDialogue
-import core.api.sendNPCDialogue
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.npc.NPC
-
-/**
- * Handles the work-for actions for the NPCs
- * @author Ceikry
- * @author vddCore
- */
-class WorkForInteractionListener : InteractionListener {
- override fun defineListeners() {
- on(
- Employers.values().map { employer -> employer.npcId }.toIntArray(),
- IntType.NPC,
- "work-for"
- ) { player, node ->
- val playerJobManager = JobManager.getInstance(player)
- val job = playerJobManager.job
-
- // Check if the player is talking to the NPC that gave them their job
- if (job != null && job.employer.npcId == node.id) {
- if (playerJobManager.jobAmount == 0) {
- playerJobManager.rewardPlayer()
- sendNPCDialogue(
- player,
- job.employer.npcId,
- "There you go, thanks for your help. You're quite a skilled worker!"
- )
- } else {
- openDialogue(player, CheckJobDialogueFile(), node as NPC)
- }
-
- return@on true
- }
-
- openDialogue(player, StartJobDialogueFile(), node as NPC)
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/impl/BoneBuryingJobs.kt b/Server/src/main/content/global/activity/jobs/impl/BoneBuryingJobs.kt
deleted file mode 100644
index fad0448e0..000000000
--- a/Server/src/main/content/global/activity/jobs/impl/BoneBuryingJobs.kt
+++ /dev/null
@@ -1,30 +0,0 @@
-package content.global.activity.jobs.impl
-
-import content.global.activity.jobs.Job
-import content.global.activity.jobs.JobType
-import core.game.world.map.zone.ZoneBorders
-import org.rs09.consts.Items
-
-/**
- * An enum of the possible bone-burying jobs that can be assigned to a player.
- *
- * Note: Due to how player save files keep track of the player's current job, it is essential that
- * new entries are only appended to the end of this enum, and the ordering of existing entries is not changed.
- */
-enum class BoneBuryingJobs(val buryArea: BuryArea, val boneIds: List, override val employer: Employers) : Job {
- BURY_DRAYNOR(BuryArea.DRAYNOR_WHEAT_FIELD, Bones.BONES, Employers.PRAYER_TUTOR),
- BURY_LUMBRIDGE_GRAVEYARD(BuryArea.LUMBRIDGE_GRAVEYARD, Bones.BONES, Employers.PRAYER_TUTOR);
-
- override val type = JobType.BONE_BURYING
- override val lower = 22
- override val upper = 26
-
- enum class BuryArea(val zoneBorder: ZoneBorders, val title: String) {
- DRAYNOR_WHEAT_FIELD(ZoneBorders(3107, 3265, 3132, 3293), "wheat field east of Draynor Village"),
- LUMBRIDGE_GRAVEYARD(ZoneBorders(3238, 3191, 3252, 3204), "Lumbridge Graveyard");
- }
-
- object Bones {
- val BONES = listOf(Items.BONES_526, Items.BONES_2530)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/impl/CombatJobs.kt b/Server/src/main/content/global/activity/jobs/impl/CombatJobs.kt
deleted file mode 100644
index cfe444f51..000000000
--- a/Server/src/main/content/global/activity/jobs/impl/CombatJobs.kt
+++ /dev/null
@@ -1,209 +0,0 @@
-package content.global.activity.jobs.impl
-
-import content.global.activity.jobs.Job
-import content.global.activity.jobs.JobType
-import org.rs09.consts.NPCs
-
-/**
- * An enum of the possible combat jobs that can be assigned to a player.
- *
- * Note: Due to how player save files keep track of the player's current job, it is essential that
- * new entries are only appended to the end of this enum, and the ordering of existing entries is not changed.
- */
-enum class CombatJobs(val monsterIds: List, override val employer: Employers) : Job {
- CHICKENS(Monsters.CHICKENS, Employers.RANGED_TUTOR),
- COWS(Monsters.COWS, Employers.MAGIC_TUTOR),
- GIANT_SPIDERS(Monsters.GIANT_SPIDERS, Employers.MAGIC_TUTOR),
- SCORPIONS(Monsters.SCORPIONS, Employers.MELEE_TUTOR),
- GOBLINS(Monsters.GOBLINS, Employers.MELEE_TUTOR);
-
- override val type = JobType.COMBAT
- override val lower = 22
- override val upper = 28
-
- object Monsters {
- val GIANT_SPIDERS = listOf(NPCs.GIANT_SPIDER_59, NPCs.GIANT_SPIDER_60)
- val SCORPIONS = listOf(NPCs.SCORPION_107, NPCs.SCORPION_1477, NPCs.SCORPION_4402, NPCs.SCORPION_4403)
- val GOBLINS = listOf(
- NPCs.GOBLIN_100,
- NPCs.GOBLIN_101,
- NPCs.GOBLIN_102,
- NPCs.GOBLIN_1769,
- NPCs.GOBLIN_1770,
- NPCs.GOBLIN_1771,
- NPCs.GOBLIN_1772,
- NPCs.GOBLIN_1773,
- NPCs.GOBLIN_1774,
- NPCs.GOBLIN_1775,
- NPCs.GOBLIN_1776,
- NPCs.GOBLIN_2274,
- NPCs.GOBLIN_2275,
- NPCs.GOBLIN_2276,
- NPCs.GOBLIN_2277,
- NPCs.GOBLIN_2278,
- NPCs.GOBLIN_2279,
- NPCs.GOBLIN_2280,
- NPCs.GOBLIN_2281,
- NPCs.GOBLIN_2678,
- NPCs.GOBLIN_2679,
- NPCs.GOBLIN_2680,
- NPCs.GOBLIN_2681,
- NPCs.GOBLIN_3264,
- NPCs.GOBLIN_3265,
- NPCs.GOBLIN_3266,
- NPCs.GOBLIN_3267,
- NPCs.GOBLIN_3726,
- NPCs.GOBLIN_4261,
- NPCs.GOBLIN_4262,
- NPCs.GOBLIN_4263,
- NPCs.GOBLIN_4264,
- NPCs.GOBLIN_4265,
- NPCs.GOBLIN_4266,
- NPCs.GOBLIN_4267,
- NPCs.GOBLIN_4268,
- NPCs.GOBLIN_4269,
- NPCs.GOBLIN_4270,
- NPCs.GOBLIN_4271,
- NPCs.GOBLIN_4272,
- NPCs.GOBLIN_4273,
- NPCs.GOBLIN_4274,
- NPCs.GOBLIN_4275,
- NPCs.GOBLIN_4276,
- NPCs.GOBLIN_4407,
- NPCs.GOBLIN_4408,
- NPCs.GOBLIN_4409,
- NPCs.GOBLIN_4410,
- NPCs.GOBLIN_4411,
- NPCs.GOBLIN_4412,
- NPCs.GOBLIN_444,
- NPCs.GOBLIN_445,
- NPCs.GOBLIN_4479,
- NPCs.GOBLIN_4480,
- NPCs.GOBLIN_4481,
- NPCs.GOBLIN_4482,
- NPCs.GOBLIN_4483,
- NPCs.GOBLIN_4484,
- NPCs.GOBLIN_4485,
- NPCs.GOBLIN_4486,
- NPCs.GOBLIN_4487,
- NPCs.GOBLIN_4488,
- NPCs.GOBLIN_4489,
- NPCs.GOBLIN_4490,
- NPCs.GOBLIN_4491,
- NPCs.GOBLIN_4492,
- NPCs.GOBLIN_4499,
- NPCs.GOBLIN_4633,
- NPCs.GOBLIN_4634,
- NPCs.GOBLIN_4635,
- NPCs.GOBLIN_4636,
- NPCs.GOBLIN_4637,
- NPCs.GOBLIN_5855,
- NPCs.GOBLIN_5856,
- NPCs.GOBLIN_6125,
- NPCs.GOBLIN_6126,
- NPCs.GOBLIN_6132,
- NPCs.GOBLIN_6133,
- NPCs.GOBLIN_6279,
- NPCs.GOBLIN_6280,
- NPCs.GOBLIN_6281,
- NPCs.GOBLIN_6282,
- NPCs.GOBLIN_6283,
- NPCs.GOBLIN_6284,
- NPCs.GOBLIN_6402,
- NPCs.GOBLIN_6403,
- NPCs.GOBLIN_6404,
- NPCs.GOBLIN_6405,
- NPCs.GOBLIN_6406,
- NPCs.GOBLIN_6407,
- NPCs.GOBLIN_6408,
- NPCs.GOBLIN_6409,
- NPCs.GOBLIN_6410,
- NPCs.GOBLIN_6411,
- NPCs.GOBLIN_6412,
- NPCs.GOBLIN_6413,
- NPCs.GOBLIN_6414,
- NPCs.GOBLIN_6415,
- NPCs.GOBLIN_6416,
- NPCs.GOBLIN_6417,
- NPCs.GOBLIN_6418,
- NPCs.GOBLIN_6419,
- NPCs.GOBLIN_6420,
- NPCs.GOBLIN_6421,
- NPCs.GOBLIN_6422,
- NPCs.GOBLIN_6423,
- NPCs.GOBLIN_6424,
- NPCs.GOBLIN_6425,
- NPCs.GOBLIN_6426,
- NPCs.GOBLIN_6427,
- NPCs.GOBLIN_6428,
- NPCs.GOBLIN_6429,
- NPCs.GOBLIN_6430,
- NPCs.GOBLIN_6431,
- NPCs.GOBLIN_6432,
- NPCs.GOBLIN_6433,
- NPCs.GOBLIN_6434,
- NPCs.GOBLIN_6435,
- NPCs.GOBLIN_6436,
- NPCs.GOBLIN_6437,
- NPCs.GOBLIN_6438,
- NPCs.GOBLIN_6439,
- NPCs.GOBLIN_6440,
- NPCs.GOBLIN_6441,
- NPCs.GOBLIN_6442,
- NPCs.GOBLIN_6443,
- NPCs.GOBLIN_6444,
- NPCs.GOBLIN_6445,
- NPCs.GOBLIN_6446,
- NPCs.GOBLIN_6447,
- NPCs.GOBLIN_6448,
- NPCs.GOBLIN_6449,
- NPCs.GOBLIN_6450,
- NPCs.GOBLIN_6451,
- NPCs.GOBLIN_6452,
- NPCs.GOBLIN_6453,
- NPCs.GOBLIN_6454,
- NPCs.GOBLIN_6455,
- NPCs.GOBLIN_6456,
- NPCs.GOBLIN_6457,
- NPCs.GOBLIN_6458,
- NPCs.GOBLIN_6459,
- NPCs.GOBLIN_6460,
- NPCs.GOBLIN_6461,
- NPCs.GOBLIN_6462,
- NPCs.GOBLIN_6463,
- NPCs.GOBLIN_6464,
- NPCs.GOBLIN_6465,
- NPCs.GOBLIN_6466,
- NPCs.GOBLIN_6467,
- NPCs.GOBLIN_6490,
- NPCs.GOBLIN_6491,
- NPCs.GOBLIN_6492,
- NPCs.GOBLIN_6493,
- NPCs.GOBLIN_6494,
- NPCs.GOBLIN_6495,
- NPCs.GOBLIN_7964,
- NPCs.GOBLIN_7965
- )
- val COWS = listOf(
- NPCs.COW_81,
- NPCs.COW_397,
- NPCs.COW_955,
- NPCs.COW_1767,
- NPCs.COW_3309,
- NPCs.COW_CALF_1766,
- NPCs.COW_CALF_1768,
- NPCs.COW_CALF_2310
- )
- val CHICKENS = listOf(
- NPCs.CHICKEN_1017,
- NPCs.CHICKEN_1401,
- NPCs.CHICKEN_1402,
- NPCs.CHICKEN_2313,
- NPCs.CHICKEN_2314,
- NPCs.CHICKEN_2315,
- NPCs.CHICKEN_288,
- NPCs.CHICKEN_41,
- NPCs.CHICKEN_951,
- )
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/impl/Employers.kt b/Server/src/main/content/global/activity/jobs/impl/Employers.kt
deleted file mode 100644
index 2d1fc165c..000000000
--- a/Server/src/main/content/global/activity/jobs/impl/Employers.kt
+++ /dev/null
@@ -1,24 +0,0 @@
-package content.global.activity.jobs.impl
-
-import org.rs09.consts.NPCs
-
-/**
- * An enum of NPCs that can assign the player a job.
- *
- * TODO: Add the rest of the era-correct employers
- */
-enum class Employers(val npcId: Int) {
- WOODCUTTING_TUTOR(NPCs.WOODCUTTING_TUTOR_4906),
- MAGIC_TUTOR(NPCs.MAGIC_TUTOR_4707),
- MELEE_TUTOR(NPCs.MELEE_TUTOR_705),
- RANGED_TUTOR(NPCs.RANGED_TUTOR_1861),
- COOKING_TUTOR(NPCs.COOKING_TUTOR_4899),
- CRAFTING_TUTOR(NPCs.CRAFTING_TUTOR_4900),
- FISHING_TUTOR(NPCs.FISHING_TUTOR_4901),
- MINING_TUTOR(NPCs.MINING_TUTOR_4902),
- SMELTING_TUTOR(NPCs.SMELTING_TUTOR_4904),
- PRAYER_TUTOR(NPCs.PRAYER_TUTOR_4903),
- HANS(NPCs.HANS_0),
- GILLIE_GROATS(NPCs.GILLIE_GROATS_3807),
- AGGIE(NPCs.AGGIE_922);
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/jobs/impl/ProductionJobs.kt b/Server/src/main/content/global/activity/jobs/impl/ProductionJobs.kt
deleted file mode 100644
index 04bdd5467..000000000
--- a/Server/src/main/content/global/activity/jobs/impl/ProductionJobs.kt
+++ /dev/null
@@ -1,80 +0,0 @@
-package content.global.activity.jobs.impl
-
-import content.global.activity.jobs.Job
-import content.global.activity.jobs.JobType
-import core.game.node.entity.skill.Skills
-
-/**
- * An enum of the possible production jobs that can be assigned to a player.
- *
- * Note: Due to how player save files keep track of the player's current job, it is essential that
- * new entries are only appended to the end of this enum, and the ordering of existing entries is not changed.
- */
-enum class ProductionJobs(
- override val lower: Int,
- override val upper: Int,
- val lvlReq: Int,
- val itemId: Int,
- val skill: Int,
- override val employer: Employers
-) : Job {
- LOG(20, 28, 1, 1511, Skills.WOODCUTTING, Employers.WOODCUTTING_TUTOR),
- COWHIDES(20, 28, 1, 1739, 0, Employers.HANS),
- OAK(22, 28, 15, 1521, Skills.WOODCUTTING, Employers.WOODCUTTING_TUTOR),
- WATER_RUNE(20, 28, 5, 555, Skills.RUNECRAFTING, Employers.HANS),
- EARTH_RUNE(20, 28, 9, 557, Skills.RUNECRAFTING, Employers.AGGIE),
- FIRE_RUNE(20, 28, 14, 554, Skills.RUNECRAFTING, Employers.AGGIE),
- AIR_RUNE(20, 28, 1, 556, Skills.RUNECRAFTING, Employers.HANS),
- RUNE_ESS(20, 28, 1, 1436, Skills.MINING, Employers.MINING_TUTOR),
- BALL_OF_WOOL(20, 28, 1, 1759, Skills.CRAFTING, Employers.GILLIE_GROATS),
- LEATHER_GLOVE(20, 28, 1, 1059, Skills.CRAFTING, Employers.GILLIE_GROATS),
- WILLOW(22, 28, 30, 1519, Skills.WOODCUTTING, Employers.WOODCUTTING_TUTOR),
- LEATHER_BOOT(24, 24, 1, 1061, Skills.CRAFTING, Employers.HANS),
- BRONZE_DAGGER(24, 24, 1, 1205, Skills.SMITHING, Employers.SMELTING_TUTOR),
- BRONZE_HELMS(22, 22, 1, 1139, Skills.SMITHING, Employers.SMELTING_TUTOR),
- BRONZE_FULL_HELM(10, 10, 7, 1155, Skills.SMITHING, Employers.SMELTING_TUTOR),
- BRONZE_CHAINBODY(10, 10, 11, 1103, Skills.SMITHING, Employers.SMELTING_TUTOR),
- BRONZE_2H(10, 10, 14, 1307, Skills.SMITHING, Employers.SMELTING_TUTOR),
- BRONZE_SCIM(10, 10, 5, 1321, Skills.SMITHING, Employers.SMELTING_TUTOR),
- BRONZE_PLATEBODY(9, 10, 18, 1117, Skills.SMITHING, Employers.SMELTING_TUTOR),
- BRONZE_PLATELEGS(9, 10, 16, 1075, Skills.SMITHING, Employers.SMELTING_TUTOR),
- BRONZE_PLATESKIRTS(9, 10, 16, 1087, Skills.SMITHING, Employers.SMELTING_TUTOR),
- BRONZE_WARHAMMER(9, 9, 9, 1337, Skills.SMITHING, Employers.SMELTING_TUTOR),
- IRON_DAGGER(13, 13, 15, 1203, Skills.SMITHING, Employers.SMELTING_TUTOR),
- IRON_CHAINBODY(10, 10, 26, 1101, Skills.SMITHING, Employers.SMELTING_TUTOR),
- IRON_2H(9, 9, 29, 1309, Skills.SMITHING, Employers.SMELTING_TUTOR),
- STEEL_BATTLEAXE(9, 9, 40, 1365, Skills.SMITHING, Employers.SMELTING_TUTOR),
- STEEL_SCIMITAR(9, 9, 35, 1325, Skills.SMITHING, Employers.SMELTING_TUTOR),
- STEEL_PLATEBODY(9, 10, 48, 1119, Skills.SMITHING, Employers.SMELTING_TUTOR),
- STEEL_WARHAMMER(9, 10, 39, 1339, Skills.SMITHING, Employers.SMELTING_TUTOR),
- LEATHER_CHAPS(22, 28, 18, 1095, Skills.CRAFTING, Employers.CRAFTING_TUTOR),
- LEATHER_BODY(22, 28, 14, 1129, Skills.CRAFTING, Employers.CRAFTING_TUTOR),
- LEATHER_COWL(22, 28, 9, 1167, Skills.CRAFTING, Employers.CRAFTING_TUTOR),
- LEATHER_COIF(22, 28, 38, 1169, Skills.CRAFTING, Employers.CRAFTING_TUTOR),
- RAW_SHRIMP(22, 28, 1, 317, Skills.FISHING, Employers.FISHING_TUTOR),
- COOKED_SHRIMP(22, 28, 1, 315, Skills.COOKING, Employers.COOKING_TUTOR),
- RAW_CRAYFISH(22, 28, 1, 13435, Skills.FISHING, Employers.FISHING_TUTOR),
- COOKED_CRAYFISH(22, 28, 1, 13433, Skills.COOKING, Employers.COOKING_TUTOR),
- RAW_TROUT(22, 28, 20, 335, Skills.FISHING, Employers.FISHING_TUTOR),
- COOKED_TROUT(22, 28, 15, 333, Skills.COOKING, Employers.COOKING_TUTOR),
- RAW_SALMON(22, 28, 30, 331, Skills.FISHING, Employers.FISHING_TUTOR),
- COOKED_SALMON(22, 28, 25, 329, Skills.COOKING, Employers.COOKING_TUTOR),
- CAKE(12, 16, 40, 1891, Skills.COOKING, Employers.GILLIE_GROATS),
- MEAT_PIE(12, 16, 20, 2327, Skills.COOKING, Employers.COOKING_TUTOR),
- PLAIN_PIZZA(12, 16, 35, 2289, Skills.COOKING, Employers.COOKING_TUTOR),
- MEAT_PIZZA(12, 16, 45, 2293, Skills.COOKING, Employers.COOKING_TUTOR),
- ANCHOVY_PIZZA(12, 16, 55, 2297, Skills.COOKING, Employers.COOKING_TUTOR),
- REDBERRY_PIE(12, 16, 10, 2325, Skills.COOKING, Employers.GILLIE_GROATS),
- COPPER_ORE(22, 28, 1, 436, Skills.MINING, Employers.MINING_TUTOR),
- TIN_ORE(23, 26, 1, 438, Skills.MINING, Employers.MINING_TUTOR),
- IRON_ORE(24, 24, 15, 440, Skills.MINING, Employers.MINING_TUTOR),
- SILVER_ORE(22, 28, 20, 442, Skills.MINING, Employers.PRAYER_TUTOR),
- COAL(22, 26, 30, 453, Skills.MINING, Employers.MINING_TUTOR),
- GOLD_ORE(22, 24, 40, 444, Skills.MINING, Employers.MINING_TUTOR),
- BRONZE_BAR(10, 12, 1, 2349, Skills.SMITHING, Employers.SMELTING_TUTOR),
- IRON_BAR(22, 28, 15, 2351, Skills.SMITHING, Employers.SMELTING_TUTOR),
- STEEL_BAR(22, 28, 30, 2353, Skills.SMITHING, Employers.SMELTING_TUTOR),
- ASHES(26, 26, 1, 592, 0, Employers.AGGIE);
-
- override val type = JobType.PRODUCTION
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/penguinhns/PenguinHNSEvent.kt b/Server/src/main/content/global/activity/penguinhns/PenguinHNSEvent.kt
deleted file mode 100644
index 39bc2419b..000000000
--- a/Server/src/main/content/global/activity/penguinhns/PenguinHNSEvent.kt
+++ /dev/null
@@ -1,26 +0,0 @@
-package content.global.activity.penguinhns
-
-import core.ServerStore
-import core.api.StartupListener
-import core.api.log
-import core.plugin.ClassScanner
-import core.tools.Log
-import org.json.simple.JSONObject
-
-class PenguinHNSEvent : StartupListener {
- val manager = PenguinManager()
-
- override fun startup() {
- manager.rebuildVars()
- ClassScanner.definePlugins(LarryHandler(), NotebookHandler())
- log(this::class.java, Log.FINE, "Penguin HNS initialized.")
- }
-
- companion object {
- @JvmStatic
- fun getStoreFile() : JSONObject {
- return ServerStore.getArchive("weekly-penguinhns")
- }
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt b/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt
deleted file mode 100644
index 2d6abe7bb..000000000
--- a/Server/src/main/content/global/activity/penguinhns/PenguinSpawner.kt
+++ /dev/null
@@ -1,114 +0,0 @@
-package content.global.activity.penguinhns
-
-import core.game.node.entity.npc.NPC
-import core.game.world.map.Location
-import org.rs09.consts.NPCs
-import core.game.worldevents.WorldEvents
-
-class PenguinSpawner {
-
- fun spawnPenguins(amount: Int): ArrayList {
- var counter = 0
- val availableOrdinals = (0 until Penguin.values().size).toMutableList()
- val spawnedOrdinals = ArrayList()
- while(counter < amount){
- val peng = Penguin.values()[availableOrdinals.random()]
- availableOrdinals.remove(peng.ordinal)
- spawnedOrdinals.add(peng.ordinal)
- NPC(peng.id,peng.location)
- .also { PenguinManager.npcs.add(it);it.isNeverWalks = true; it.isWalks = false}.init()
- counter++
- }
- return spawnedOrdinals
- }
-
- fun spawnPenguins(ordinals: List){
- ordinals.forEach {
- val peng = Penguin.values()[it]
- NPC(peng.id,peng.location)
- .also { PenguinManager.npcs.add(it); it.isNeverWalks = true; it.isWalks = false }.init()
- }
- }
-}
-
-enum class Penguin(val id: Int, val hint: String, val location: Location){
- CACTUS_1(NPCs.CACTUS_8107,"located in the northern desert.", Location(3310, 3157, 0)),
- CACTUS_2(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3259, 3052, 0)),
- BUSH_1(NPCs.BUSH_8105,"located between Fremennik and barbarians.",Location.create(2532, 3588, 0)),
- BUSH_2(NPCs.BUSH_8105,"located where banana smugglers dwell.",Location.create(2740, 3233, 0)),
- BUSH_3(NPCs.BUSH_8105,"located south of Ardougne.",Location.create(2456, 3092, 0)),
- BUSH_4(NPCs.BUSH_8105,"located deep in the jungle.",Location.create(2832, 3053, 0)),
- BUSH_5(NPCs.BUSH_8105,"located where eagles fly.",Location.create(2326, 3516, 0)),
- BUSH_6(NPCs.BUSH_8105,"located south of Ardougne.",Location.create(2513, 3154, 0)),
- BUSH_7(NPCs.BUSH_8105,"located near a big tree surrounded by short people.",Location.create(2387, 3451, 0)),
- BUSH_8(NPCs.BUSH_8105,"located in the kingdom of Asgarnia.",Location.create(2951, 3511, 0)),
- BUSH_9(NPCs.BUSH_8105,"located in the northern desert.",Location.create(3350, 3311, 0)),
- BUSH_10(NPCs.BUSH_8105,"located somewhere in the kingdom of Kandarin.",Location.create(2633, 3501, 0)),
- BUSH_11(NPCs.BUSH_8105,"located where wizards study.",Location.create(3112, 3149, 0)),
- ROCK_1(NPCs.ROCK_8109,"located where the Imperial Guard train.",Location.create(2852, 3578, 0)),
- ROCK_2(NPCs.ROCK_8109,"located in the kingdom of Misthalin.",Location.create(3356, 3416, 0)),
- ROCK_3(NPCs.ROCK_8109,"located near some ogres.",Location.create(2631, 2980, 0)), //potentially incorrect location
- ROCK_4(NPCs.ROCK_8109,"located in the Kingdom of Asgarnia.",Location.create(3013, 3501, 0)),
- ROCK_5(NPCs.ROCK_8109,"located between Fremennik and barbarians.",Location.create(2532, 3630, 0)),
- CRATE_1(NPCs.CRATE_8108,"located in the kingdom of Misthalin.",Location.create(3112, 3332, 0)),
- CRATE_2(NPCs.CRATE_8108,"located in the Kingdom of Misthalin.",Location.create(3305, 3508, 0)),
- CRATE_3(NPCs.CRATE_8108,"located south of Ardougne.",Location.create(2440, 3206, 0)),
- BARREL_1(NPCs.BARREL_8104,"located where no weapons may go.",Location.create(2806, 3383, 0)),
- TOADSTOOL_1(NPCs.TOADSTOOL_8110,"located in the kingdom of Misthalin.",Location.create(3156, 3178, 0)),
- TOADSTOOL_2(NPCs.TOADSTOOL_8110,"located in the fairy realm.",Location.create(2409, 4462, 0)), //potentially a spawn from 2010
-
- BUSH_12(NPCs.BUSH_8105,"located on an island.",Location.create(2534, 3871, 0)),
- BARREL_2(NPCs.BARREL_8104,"located near the ghost town.",Location.create(3654, 3491, 0)),
- BUSH_13(NPCs.BUSH_8105,"located where bloodsuckers rule.",Location.create(3600, 3487, 0)),
- BUSH_14(NPCs.BUSH_8105,"located on islands where brothers quarrel.",Location.create(2355, 3848, 0)),
- ROCK_6(NPCs.ROCK_8109,"located on a large crescent island.",Location.create(2118, 3943, 0)),
- ROCK_7(NPCs.ROCK_8109,"located on islands where brothers quarrel.",Location.create(2357, 3797, 0)),
- ROCK_8(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3169, 3650, 0)),
- BARREL_3(NPCs.BARREL_8104,"located where pirates feel mostly harmless.",Location.create(3738, 3001, 0)),
- CACTUS_3(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3276, 2797, 0)),
- TOADSTOOL_3(NPCs.TOADSTOOL_8110,"located near the pointy-eared ones.",Location.create(2314, 3174, 0)),
- BUSH_15(NPCs.BUSH_8105,"located deep in the jungle.",Location.create(2938, 2978, 0)),
- TOADSTOOL_4(NPCs.TOADSTOOL_8110,"located near the pointy-eared ones.",Location.create(2219, 3227, 0)),
- BARREL_4(NPCs.BARREL_8104,"located south of Ardougne.",Location.create(2662, 3152, 0)),
- //BARREL_5(NPCs.BARREL_8104,"located where monkeys rule.",Location.create(2751, 2700, 0)),
- //currently not well accessible, will need to add when Ape Atoll is sorted.
- //BUSH_16(NPCs.BUSH_8105,"located on islands where brothers quarrel.",Location.create(2353, 3834, 0)),
- //currently not well accessible, will need to add when Neitiznot bridges are fixed.
- ROCK_9(NPCs.ROCK_8109,"located near a mountain of wolves.",Location.create(2852, 3504, 0)),
- ROCK_10(NPCs.ROCK_8109,"located on islands where brothers quarrel.",Location.create(2413, 3846, 0)),
-
- BUSH_17(NPCs.BUSH_8105,"located near some ogres.",Location.create(2578, 2909, 0)),
- CRATE_4(NPCs.CRATE_8108,"located where banana smugglers dwell.",Location.create(2869, 3157, 0)),
- //CRATE_5(NPCs.CRATE_8108,"located near the island of Dragontooth.",Location.create(3824, 3562, 0)),
- //current not accessible, will need to add when Dragontooth island is sorted.
- ROCK_11(NPCs.ROCK_8109,"located where bloodsuckers rule.",Location.create(3550, 3439, 0)),
- TOADSTOOL_5(NPCs.TOADSTOOL_8110,"located near the pointy-eared ones.",Location.create(2181, 3172, 0)),
- BUSH_18(NPCs.BUSH_8105,"located where bloodsuckers rule.",Location.create(3472, 3392, 0)),
- BUSH_19(NPCs.BUSH_8105,"located near Port Sarim.",Location.create(2989, 3121, 0)),
- CRATE_6(NPCs.CRATE_8108,"located where fishers colonise.",Location.create(2322, 3658, 0)),
- ROCK_12(NPCs.ROCK_8109,"located between Fremennik and barbarians.",Location.create(2675, 3717, 0)),
- ROCK_13(NPCs.ROCK_8109,"located near the pointy-eared ones.",Location.create(2296, 3270, 0)),
- CRATE_7(NPCs.CRATE_8108,"located where bloodsuckers rule.",Location.create(3637, 3486, 0)),
- TOADSTOOL_6(NPCs.TOADSTOOL_8110,"located where bloodsuckers rule.",Location.create(3416, 3437, 0)),
- BUSH_20(NPCs.BUSH_8105,"located where monkeys rule.",Location.create(2802, 2806, 0)),
-
- ROCK_14(NPCs.ROCK_8109,"located near some ogres.",Location.create(2438, 3050, 0)),
- CACTUS_4(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3252, 2963, 0)),
- ROCK_15(NPCs.ROCK_8109,"located near some ogres.",Location.create(2340, 3064, 0)),
- ROCK_16(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3108, 3837, 0)),
- CACTUS_5(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3433, 3000, 0)),
- CACTUS_6(NPCs.CACTUS_8107,"located in the southern desert.",Location.create(3274, 2813, 0)),
- ROCK_17(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3019, 3866, 0)),
- ROCK_18(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(2991, 3824, 0)),
- BUSH_21(NPCs.BUSH_8105,"located north of Ardougne.",Location.create(2398, 3361, 0)),
- ROCK_19(NPCs.ROCK_8109,"located near the coast.",Location.create(2733, 3283, 0)),
- ROCK_20(NPCs.ROCK_8109,"located in the Wilderness.",Location.create(3236, 3927, 0));
-
- companion object {
- private val locationMap = values().map { it.location.toString() to it }.toMap()
-
- fun forLocation(location: Location): Penguin?{
- return locationMap[location.toString()]
- }
- }
-}
diff --git a/Server/src/main/content/global/activity/penguinhns/PenguinSpyingHandler.kt b/Server/src/main/content/global/activity/penguinhns/PenguinSpyingHandler.kt
deleted file mode 100644
index 386220027..000000000
--- a/Server/src/main/content/global/activity/penguinhns/PenguinSpyingHandler.kt
+++ /dev/null
@@ -1,53 +0,0 @@
-package content.global.activity.penguinhns
-
-import core.api.*
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.update.flag.context.Animation
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class PenguinSpyingHandler : InteractionListener {
-
- override fun defineListeners() {
- on(PENGUINS, IntType.NPC, "spy-on"){ player, node ->
- val npc = node.asNpc()
- if(PenguinManager.hasTagged(player, npc.location)){
- player.sendMessage("You've already tagged this penguin.")
- } else {
- GameWorld.submit(SpyPulse(player, npc))
- playJingle(player, 345)
- }
- return@on true
- }
- }
-
- val PENGUINS = intArrayOf(8104,8105,8107,8108,8109,8110)
-
- class SpyPulse(val player: Player, val npc: NPC) : Pulse() {
- var stage = 0
- val curPoints = player.getAttribute("phns:points",0)
-
- val ANIMATION = Animation(10355)
-
- override fun pulse(): Boolean {
- when(stage++){
- 0 -> player.lock().also { player.animator.animate(ANIMATION) }
- 1 -> player.sendMessage("You manage to spy on the penguin.").also {
- player.setAttribute("/save:phns:points",curPoints + 1)
- PenguinManager.registerTag(player, npc.location)
- player.unlock()
- }
- 2 -> return true
- }
- return false
- }
-
- override fun stop() {
- super.stop()
- player.unlock()
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/activity/shootingstar/ShootingStarPlugin.kt b/Server/src/main/content/global/activity/shootingstar/ShootingStarPlugin.kt
deleted file mode 100644
index 7368b7689..000000000
--- a/Server/src/main/content/global/activity/shootingstar/ShootingStarPlugin.kt
+++ /dev/null
@@ -1,190 +0,0 @@
-package content.global.activity.shootingstar
-
-import core.api.*
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.TeleportManager
-import core.game.node.entity.skill.Skills
-import org.json.simple.JSONObject
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.ServerStore
-import core.ServerStore.Companion.getBoolean
-import core.game.dialogue.DialogueFile
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.game.system.command.Privilege
-import core.game.world.GameWorld
-import core.tools.Log
-import core.tools.secondsToTicks
-import content.data.Quests
-
-class ShootingStarPlugin : LoginListener, InteractionListener, TickListener, Commands, StartupListener {
- override fun login(player: Player) {
- if(star.isSpawned && !star.spriteSpawned)
- sendMessage(player, " News: A shooting star (Level ${star.level.ordinal + 1}) has just crashed near the ${star.location}!")
- }
-
- override fun tick() {
- ++star.ticks
-
- // Check if the current star sprite should expire
- val maxDelay = tickDelay + (tickDelay / 3)
- if(star.ticks > maxDelay && star.spriteSpawned){
- star.clearSprite()
- }
-
- if (star.firstStar && !star.isSpawned && !star.spriteSpawned) {
- // Apparently, the server has only just booted
- star.rebuildVars()
- if (star.spriteSpawned) {
- star.spawnSprite()
- } else {
- star.fire()
- }
- star.firstStar = false
- }
-
- // Check if it's time to fire a new one
- if (star.ticks >= tickDelay && !star.spriteSpawned) {
- star.rebuildVars()
- star.fire()
- }
-
- getStoreFile()["ticks"] = star.ticks
- }
-
- override fun defineListeners() {
- on(Scenery.SHOOTING_STAR_NOTICEBOARD_38669, IntType.SCENERY, "read") { player, _ ->
- var index = 0
- scoreboardEntries.forEach { entry ->
- val timeElapsed = secondsToTicks(GameWorld.ticks - entry.time) / 60
- setInterfaceText(player, "$timeElapsed minutes ago", scoreboardIface, index + 6)
- setInterfaceText(player, entry.player, scoreboardIface, index + 11)
- ++index
- }
- openInterface(player, scoreboardIface)
- return@on true
- }
-
- on(SHOOTING_STARS, IntType.SCENERY, "mine"){ player, _ ->
- star.mine(player)
- return@on true
- }
-
- on(SHOOTING_STARS, IntType.SCENERY, "prospect"){ player, _ ->
- star.prospect(player)
- return@on true
- }
-
- on(RING, IntType.ITEM, "rub", "operate"){ player, node ->
- if(getRingStoreFile().getBoolean(player.username.toLowerCase())){
- sendDialogue(player, "The ring is still recharging.")
- return@on true
- }
-
- class RingDialogue(val star: ShootingStar) : DialogueFile() {
- val shouldWarn = when (star.location) {
- "North Edgeville mining site",
- "Southern wilderness mine",
- "Wilderness hobgoblin mine",
- "Pirates' Hideout mine",
- "Lava Maze mining site",
- "Mage Arena bank" -> true
- else -> false
- }
-
- override fun handle(componentID: Int, buttonID: Int) {
- fun teleportToStar(player: Player) {
- val condition: (p: Player) -> Boolean = when (star.location.toLowerCase()) {
- "canifis bank" -> {p -> requireQuest(p, Quests.PRIEST_IN_PERIL, "to access this.")}
- "burgh de rott bank" -> {p -> hasRequirement(p, Quests.IN_AID_OF_THE_MYREQUE)}
- "crafting guild" -> {p -> hasLevelStat(p, Skills.CRAFTING, 40)}
- "lletya bank" -> {p -> hasRequirement(p, Quests.MOURNINGS_END_PART_I)}
- "jatizso mine" -> {p -> hasRequirement(p, Quests.THE_FREMENNIK_ISLES)}
- "south crandor mining site" -> {p -> hasRequirement(p, Quests.DRAGON_SLAYER)}
- "shilo village mining site" -> {p -> hasRequirement(p, Quests.SHILO_VILLAGE)}
- "mos le'harmless bank" -> {p -> hasRequirement(p, Quests.CABIN_FEVER)} //needs to be updated to check for completion when the quest releases; https://runescape.wiki/w/Mos_Le%27Harmless?oldid=913025
- "lunar isle mine" -> {p -> hasRequirement(p, Quests.LUNAR_DIPLOMACY)}
- "miscellania coal mine" -> {p -> requireQuest(p, Quests.THE_FREMENNIK_TRIALS, "to access this.")}
- //"neitiznot runite mine" -> {p -> hasRequirement(p, Quests.THE_FREMENNIK_ISLES)} //disabled: currently not reachable
- else -> {_ -> true}
- }
- if (!condition.invoke(player)) {
- sendDialogue(player,"Magical forces prevent your teleportation.")
- } else if (teleport(player, star.crash_locations[star.location]!!.transform(0, -1, 0), TeleportManager.TeleportType.MINIGAME)) {
- getRingStoreFile()[player.username.toLowerCase()] = true
- }
- }
- when (stage) {
- 0 -> dialogue(if (star.spriteSpawned) "The star sprite has already been freed." else "The star sprite is still trapped.").also { if (shouldWarn) stage++ else stage += 2 }
- 1 -> dialogue("WARNING: The star is located in the wilderness.").also { stage++ }
- 2 -> player.dialogueInterpreter.sendOptions("Teleport to the star?", "Yes", "No").also { stage++ }
- 3 -> when (buttonID) {
- 1 -> teleportToStar(player)
- 2 -> end()
- }
- }
- }
- }
-
- openDialogue(player, RingDialogue(star))
- return@on true
- }
- }
-
- override fun defineCommands() {
- define("tostar", Privilege.ADMIN, description = "Teleports you adjacent to the currently active star.") { player, _ ->
- teleport(player, star.starObject.location.transform(1,1,0))
- }
-
- define("submit", Privilege.ADMIN, description = "Rebuilds and fires the shooting star event immediately.") { _, _ ->
- star.rebuildVars()
- star.fire()
- }
-
- define("resetsprite", Privilege.ADMIN, description = "Resets your star sprite reward cooldown.") { player, _ ->
- player.savedData.globalData.starSpriteDelay = 0L
- }
- }
-
- override fun startup() {
- log(this::class.java, Log.FINE, "Shooting Stars initialized.")
- }
-
- private data class ScoreboardEntry(val player: String, val time: Int)
-
- companion object {
- private val star = ShootingStar()
- private val tickDelay = if(GameWorld.settings?.isDevMode == true) 200 else 25000
- private val scoreboardEntries = ArrayList()
- private val scoreboardIface = 787
- val SHOOTING_STARS = ShootingStarType.values().map(ShootingStarType::objectId).toIntArray()
- val STAR_DUST = Items.STARDUST_13727
- val RING = Items.RING_OF_THE_STAR_SPRITE_14652
-
-
- @JvmStatic fun submitScoreBoard(player: Player)
- {
- if(scoreboardEntries.size == 5)
- scoreboardEntries.removeAt(0)
- scoreboardEntries.add(ScoreboardEntry(player.username, GameWorld.ticks))
- }
-
- @JvmStatic fun getStar(): ShootingStar
- {
- return star
- }
-
- @JvmStatic fun getStoreFile() : JSONObject {
- return ServerStore.getArchive("shooting-star")
- }
-
- @JvmStatic fun getRingStoreFile() : JSONObject {
- return ServerStore.getArchive("daily-star-ring")
- }
-
- fun getStarDust(player: Player): Int {
- return player.inventory.getAmount(STAR_DUST) + player.bank.getAmount(STAR_DUST)
- }
- }
-}
diff --git a/Server/src/main/content/global/activity/shootingstar/StarBonus.kt b/Server/src/main/content/global/activity/shootingstar/StarBonus.kt
deleted file mode 100644
index d0c764e7d..000000000
--- a/Server/src/main/content/global/activity/shootingstar/StarBonus.kt
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.activity.shootingstar
-
-import core.api.*
-import core.game.system.timer.*
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-import org.json.simple.*
-
-class StarBonus : PersistTimer (1, "shootingstar:bonus") {
- var ticksLeft = 1500
-
- override fun save (root: JSONObject, entity: Entity) {
- root["ticksLeft"] = ticksLeft.toString()
- }
-
- override fun parse (root: JSONObject, entity: Entity) {
- ticksLeft = root["ticksLeft"].toString().toInt()
- }
-
- override fun run (entity: Entity) : Boolean {
- if (entity is Player && ticksLeft == 500) {
- entity.sendMessage(" You have 5 minutes of your mining bonus left")
- } else if (entity is Player && ticksLeft == 0) {
- entity.sendMessage(" Your mining bonus has run out!")
- }
- return ticksLeft-- > 0
- }
-}
diff --git a/Server/src/main/content/global/activity/shootingstar/StarSpriteDialogue.kt b/Server/src/main/content/global/activity/shootingstar/StarSpriteDialogue.kt
deleted file mode 100644
index 7eebc668e..000000000
--- a/Server/src/main/content/global/activity/shootingstar/StarSpriteDialogue.kt
+++ /dev/null
@@ -1,283 +0,0 @@
-package content.global.activity.shootingstar
-
-import core.api.Container
-import core.api.*
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.plugin.Initializable
-import core.tools.RandomFunction
-import org.json.simple.JSONObject
-import org.rs09.consts.Items
-import core.ServerStore
-import core.ServerStore.Companion.getBoolean
-import core.tools.END_DIALOGUE
-import core.tools.secondsToTicks
-import core.tools.colorize
-import java.util.concurrent.TimeUnit
-
-/**
- * Dialogue for the star sprite.
- */
-@Initializable
-class StarSpriteDialogue(player: Player? = null) : core.game.dialogue.DialoguePlugin(player) {
-
- /**
- * The cosmic rune item id.
- */
- val COSMIC_RUNE = 564
-
- /**
- * The astral rune item id.
- */
- val ASTRAL_RUNE = 9075
-
- /**
- * The gold ore item id.
- */
- val GOLD_ORE = 445
-
- /**
- * The coins id.
- */
- val COINS = 995
-
- /**
- * The amplifier amount.
- */
- val AMPLIFIER = 1.0
-
-
- /**
- * Constructs the star sprite dialogue.
- */
- fun StarSpriteDialogue() {
- /*
- * empty.
- */
- }
-
- override fun newInstance(player: Player?): core.game.dialogue.DialoguePlugin? {
- return StarSpriteDialogue(player)
- }
-
- override fun open(vararg args: Any): Boolean {
- npc = args[0] as NPC
- if (inInventory(player, Items.ANCIENT_BLUEPRINT_14651) && !getAttribute(player, "star-ring:bp-shown", false)) {
- npcl(core.game.dialogue.FacialExpression.NEUTRAL, "I see you got ahold of a blueprint of those silly old rings we used to make.")
- stage = 1000
- } else if (inInventory(player, Items.ANCIENT_BLUEPRINT_14651) && getAttribute(player, "star-ring:bp-shown", false)) {
- playerl(core.game.dialogue.FacialExpression.HALF_ASKING, "So about those rings...")
- stage = 2000
- } else if (getStoreFile().getBoolean(player.username.toLowerCase()) || !player.getInventory().contains(ShootingStarPlugin.STAR_DUST, 1)) {
- npc("Hello, strange creature.")
- stage = 0
- } else {
- npc("Thank you for helping me out of here.")
- stage = 50
- }
- return true
- }
-
- override fun handle(interfaceId: Int, buttonId: Int): Boolean {
- when (stage) {
- 0 -> {
- npc("I'm a star sprite! I was in my star in the sky, when it", "lost control and crashed into the ground. With half my", "star sticking into the ground, I became stuck.", "Fortunately, I was mined out by the kind creatures of")
- stage++
- }
- 1 -> {
- npc("your race.")
- stage++
- }
- 2 -> {
- options("What's a star sprite?", "What are you going to do without your star?", "I thought stars were huge balls of burning gas.", "Well, I'm glad you're okay.")
- stage++
- }
- 3 -> when (buttonId) {
- 1 -> {
- player("What's a star sprite?")
- stage = 10
- }
- 2 -> {
- player("What are you going to do without your star?")
- stage = 20
- }
- 3 -> {
- player("I thought stars were huge balls of burning gas.")
- stage = 30
- }
- 4 -> {
- player("Well, I'm glad you're okay.")
- stage = 40
- }
- }
- 10 -> {
- npc("We're what makes the stars in the sky shine. I made", "this star shine when it was in the sky.")
- stage++
- }
- 11 -> {
- options("What are you going to do without your star?", "I thought stars were huge balls of burning gas.", "Well, I'm glad you're okay.")
- stage++
- }
- 12 -> when (buttonId) {
- 1 -> {
- player("What are you going to do without your star?")
- stage = 20
- }
- 2 -> {
- player("I thought stars were huge balls of burning gas.")
- stage = 30
- }
- 3 -> {
- player("Well, I'm glad you're okay.")
- stage = 40
- }
- }
- 20 -> {
- npc("Don't worry about me. I'm sure I'll find some good", "rocks around here and get back up into the sky in no", "time.")
- stage++
- }
- 21 -> {
- options("What's a star sprite?", "I thought stars were huge balls of burning gas.", "Well, I'm glad you're okay.")
- stage++
- }
- 22 -> when (buttonId) {
- 1 -> {
- player("What's a star sprite?")
- stage = 10
- }
- 2 -> {
- player("I thought stars were huge balls of burning gas.")
- stage = 30
- }
- 3 -> {
- player("Well, I'm glad you're okay.")
- stage = 40
- }
- }
- 30 -> {
- npc("Most of them are, but a lot of shooting stars on this", "plane of the multiverse are rocks with star sprites in", "them.")
- stage++
- }
- 31 -> {
- options("What's a star sprite?", "What are you going to do without your star?", "Well, I'm glad you're okay.")
- stage++
- }
- 32 -> when (buttonId) {
- 1 -> {
- player("What's a star sprite?")
- stage = 10
- }
- 2 -> {
- player("What are you going to do without your star?")
- stage = 20
- }
- 3 -> {
- player("Well, I'm glad you're okay.")
- stage = 40
- }
- }
- 40 -> {
- npc("Thank you.")
- stage++
- }
- 41 -> end()
- 50 -> {
- val wearingRing = inEquipment(player, Items.RING_OF_THE_STAR_SPRITE_14652)
- val dust = if (player.getInventory().getAmount(ShootingStarPlugin.STAR_DUST) > 200) 200 else player.getInventory().getAmount(ShootingStarPlugin.STAR_DUST)
- if (player.getInventory().remove(Item(ShootingStarPlugin.STAR_DUST, dust))) {
- val cosmicRunes = (Math.ceil(0.76 * dust) * AMPLIFIER).toInt()
- val astralRunes = (Math.ceil(0.26 * dust) * AMPLIFIER).toInt()
- val goldOre = (Math.ceil(0.1 * dust) * AMPLIFIER).toInt()
- val coins = (Math.ceil(250.0 * dust) * AMPLIFIER).toInt() // limits the amount of gp per turn-in to 90k, same as 2009 rs, and minimum from all stardust from a level 1 star works out to 50k, same as rs in 2009
- player.getInventory().add(Item(COSMIC_RUNE, cosmicRunes), player)
- player.getInventory().add(Item(ASTRAL_RUNE, astralRunes), player)
- player.getInventory().add(Item(GOLD_ORE, goldOre), player)
- player.getInventory().add(Item(COINS, coins), player)
- npc("I have rewarded you by making it so you can mine", "extra ore for the next 15 minutes. Also, have $cosmicRunes", "cosmic runes, $astralRunes astral runes, $goldOre gold ore and $coins", "coins.")
-
- getStoreFile()[player.username.toLowerCase()] = true //flag daily as completed
-
- val timer = getOrStartTimer (player)
- timer.ticksLeft = 1500
-
- if(wearingRing){
- val item = intArrayOf(Items.COSMIC_RUNE_564, Items.ASTRAL_RUNE_9075, Items.GOLD_ORE_445, Items.COINS_995).random()
- val amount = when(item){
- Items.COSMIC_RUNE_564 -> cosmicRunes
- Items.ASTRAL_RUNE_9075 -> astralRunes
- Items.GOLD_ORE_445 -> goldOre
- Items.COINS_995 -> coins
- else -> 0
- }
- rollForRingBonus(player, item, amount)
- }
- }
-
- if(!inInventory(player, Items.ANCIENT_BLUEPRINT_14651) && !inBank(player, Items.ANCIENT_BLUEPRINT_14651) && RandomFunction.roll(500)){
- addItemOrDrop(player, Items.ANCIENT_BLUEPRINT_14651, 1)
- sendMessage(player, colorize("%RThe Star Sprite dropped what looks like some ancient piece of paper and you pick it up."))
- sendNews("${player.username} found an Ancient Blueprint while mining a shooting star!")
- }
- stage = 52
- }
- 52 -> end()
-
- //Inauthentic ring-based dialogue
- 1000 -> playerl(core.game.dialogue.FacialExpression.ASKING, "Oh, you mean this?").also { stage++ }
- 1001 -> player.dialogueInterpreter.sendItemMessage(Items.ANCIENT_BLUEPRINT_14651, "You show the blueprint to the Star Sprite.").also { stage++ }
- 1002 -> npcl(core.game.dialogue.FacialExpression.ASKING, "Yeah, that's the one, alright!").also { stage++ }
- 1003 -> npcl(core.game.dialogue.FacialExpression.NEUTRAL, "I'll tell you what.. if you can get ahold of the resources needed to make one, I'm sure me or one of my kin would craft it for you.").also { stage++ }
- 1004 -> playerl(core.game.dialogue.FacialExpression.ASKING, "You'd just do that for me? For free?").also { stage++ }
- 1005 -> npcl(core.game.dialogue.FacialExpression.NEUTRAL, "I don't see why not. We used to make these for fun and hand them out to adventurers all the time.").also { stage++ }
- 1006 -> playerl(core.game.dialogue.FacialExpression.ASKING, "Well, thanks! So.. what do we need to make one?").also { stage++ }
- 1007 -> npcl(core.game.dialogue.FacialExpression.NEUTRAL, "Looking at the blueprint here...").also { stage++ }
- 1008 -> npcl(core.game.dialogue.FacialExpression.NEUTRAL, "Yes, it seems we need a ring mould, a silver bar, a cut dragonstone and 200 stardust. Oh, and make sure to bring this blueprint with you.").also { stage++ }
- 1009 -> playerl(core.game.dialogue.FacialExpression.FRIENDLY, "Thanks, I'll get right on it!").also { stage++ }
- 1010 -> playerl(core.game.dialogue.FacialExpression.ASKING, "So just to make sure I've got it right, I need a ring mould, a silver bar, a cut dragonstone and 200 stardust, as well as this blueprint?").also { stage++ }
- 1011 -> npcl(core.game.dialogue.FacialExpression.NEUTRAL, "Yeah, you've got it, human. Any of my kin should be able to do this for you.").also { stage++; setAttribute(player, "/save:star-ring:bp-shown", true) }
- 1012 -> playerl(core.game.dialogue.FacialExpression.FRIENDLY, "Thanks!").also { stage = END_DIALOGUE }
-
- 2000 -> npcl(core.game.dialogue.FacialExpression.NEUTRAL, "Yes, did you bring the components to make it, human?").also { stage++ }
- 2001 -> if(inInventory(player, Items.DRAGONSTONE_1615,1) && inInventory(player, Items.RING_MOULD_1592, 1) && inInventory(player, Items.STARDUST_13727, 200) && inInventory(player, Items.SILVER_BAR_2355, 1)){
- playerl(core.game.dialogue.FacialExpression.FRIENDLY, "Yes, I have them right here, friend.").also { stage++ }
- } else {
- playerl(core.game.dialogue.FacialExpression.HALF_GUILTY, "I'm afraid not, what did I need again?").also { stage = 2100 }
- }
- 2002 -> npcl(core.game.dialogue.FacialExpression.NEUTRAL, "Excellent, give me just a moment here...").also { stage++ }
- 2003 -> sendDialogue("You watch as the Star Sprite casts some strange spell.").also { stage++ }
- 2004 -> if(removeItem(player, Items.SILVER_BAR_2355, Container.INVENTORY) && removeItem(player, Items.DRAGONSTONE_1615, Container.INVENTORY) && removeItem(player, Item(Items.STARDUST_13727, 200), Container.INVENTORY)){
- addItem(player, Items.RING_OF_THE_STAR_SPRITE_14652)
- player.dialogueInterpreter.sendItemMessage(Items.RING_OF_THE_STAR_SPRITE_14652, "The Star Sprite hands you a strange ring.").also { stage++ }
- } else end()
- 2005 -> npcl(core.game.dialogue.FacialExpression.NEUTRAL, "There you go, I hope you enjoy it!").also { stage++ }
- 2006 -> playerl(core.game.dialogue.FacialExpression.FRIENDLY, "Thank you!").also { stage = END_DIALOGUE }
-
- 2100 -> npcl(core.game.dialogue.FacialExpression.NEUTRAL, "A ring mould, a cut dragonstone, a silver bar and 200 stardust.").also { stage = END_DIALOGUE }
- }
- return true
- }
-
- override fun getIds(): IntArray? {
- return intArrayOf(8091)
- }
-
- fun rollForRingBonus(player: Player, bonusId: Int, bonusBaseAmt: Int){
- if(RandomFunction.roll(3)){
- var bonus = getOrStartTimer (player)
- bonus.ticksLeft += 500
- sendMessage(player, colorize("%RYour ring shines dimly as if imbued with energy."))
- } else if(RandomFunction.roll(5)){
- addItem(player, bonusId, bonusBaseAmt)
- sendMessage(player, colorize("%RYour ring shines brightly as if surging with energy and then fades out."))
- } else if(RandomFunction.roll(25)){
- getStoreFile()[player.username.toLowerCase()] = false //flag daily as uncompleted
- sendMessage(player, colorize("%RYour ring vibrates briefly as if surging with power, and then stops."))
- }
- }
-
- fun getStoreFile(): JSONObject{
- return ServerStore.getArchive("daily-shooting-star")
- }
-
-}
diff --git a/Server/src/main/content/global/ame/KidnapHelper.kt b/Server/src/main/content/global/ame/KidnapHelper.kt
deleted file mode 100644
index 39406108f..000000000
--- a/Server/src/main/content/global/ame/KidnapHelper.kt
+++ /dev/null
@@ -1,59 +0,0 @@
-package content.global.ame
-
-import core.ServerConstants
-import core.api.*
-import core.game.interaction.QueueStrength
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.TeleportManager.TeleportType
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Graphics
-import org.rs09.consts.Sounds
-
-fun kidnapPlayer(npc: NPC, player: Player, dest: Location, playerLine: String? = null, callback: (player: Player, npc: NPC) -> Unit) {
- clearScripts(player)
- val lockDuration = if (playerLine != null) 4 else 6
- lock(player, lockDuration)
- queueScript(player, 1, QueueStrength.SOFT) { stage: Int ->
- when (stage) {
- 0 -> {
- if (playerLine != null) {
- sendChat(player, playerLine)
- return@queueScript delayScript(player, 2)
- }
- return@queueScript delayScript(player, 0)
- }
- 1 -> {
- sendGraphics(Graphics(1576, 0, 0), player.location)
- animate(player,8939)
- playAudio(player, Sounds.TELEPORT_ALL_200)
- return@queueScript delayScript(player, 3)
- }
- 2 -> {
- setAttribute(player, "kidnapped-by-random", true)
- if (getAttribute(player, "/save:original-loc", null) == null) {
- setAttribute(player, "/save:original-loc", player.location)
- }
- teleport(player, dest, TeleportType.INSTANT)
- sendGraphics(Graphics(1577, 0, 0), player.location)
- animate(player, 8941)
- resetAnimator(player)
- callback(player, npc)
- return@queueScript delayScript(player, 2)
- }
- 3 -> {
- removeAttribute(player, "kidnapped-by-random") //this is not needed at this point anymore and will reenable the original-loc sanity check tick action
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
-}
-
-fun returnPlayer(player: Player) {
- player.locks.unlockTeleport()
- val destination = getAttribute(player, "/save:original-loc", ServerConstants.HOME_LOCATION)
- teleport(player, destination!!)
- unlock(player)
- removeAttributes(player, "/save:original-loc", "kidnapped-by-random")
-}
diff --git a/Server/src/main/content/global/ame/RandomEventNPC.kt b/Server/src/main/content/global/ame/RandomEventNPC.kt
deleted file mode 100644
index a4f3072f7..000000000
--- a/Server/src/main/content/global/ame/RandomEventNPC.kt
+++ /dev/null
@@ -1,170 +0,0 @@
-package content.global.ame
-
-import content.global.ame.events.surpriseexam.MysteriousOldManNPC
-import core.api.getAttribute
-import core.api.playGlobalAudio
-import core.api.poofClear
-import core.api.removeAttribute
-import core.api.sendMessage
-import core.api.setAttribute
-import core.api.utils.WeightBasedTable
-import core.game.interaction.MovementPulse
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.impl.PulseType
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.agg.AggressiveBehavior
-import core.game.node.entity.npc.agg.AggressiveHandler
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.world.map.Location
-import core.game.world.map.RegionManager
-import core.game.world.map.path.Pathfinder
-import core.game.world.update.flag.context.Graphics
-import core.integrations.discord.Discord
-import core.tools.RandomFunction
-import core.tools.secondsToTicks
-import core.tools.ticksToCycles
-import org.rs09.consts.NPCs
-import org.rs09.consts.Sounds
-import kotlin.random.Random
-import kotlin.reflect.full.createInstance
-
-abstract class RandomEventNPC(id: Int) : NPC(id) {
- lateinit var player: Player
- abstract var loot: WeightBasedTable?
- var spawnLocation: Location? = null
- val SMOKE_GRAPHICS = Graphics(86)
- var initialized = false
- var finalized = false
- var ticksLeft = secondsToTicks(180)
- private val combatBracket = intArrayOf(10, 20, 40, 60, 90)
-
- open fun create(player: Player, loot: WeightBasedTable? = null, type: String = ""): RandomEventNPC {
- val event = this::class.createInstance()
- if (event is MysteriousOldManNPC) event.type = type
- event.loot = loot
- event.player = player
- event.spawnLocation = RegionManager.getSpawnLocation(player, this)
- setAttribute(event, "spawned-by-ame", true)
- return event
- }
-
- open fun terminate() {
- pulseManager.clear(PulseType.STANDARD)
- if (initialized && !finalized) {
- poofClear(this)
- playGlobalAudio(this.location, Sounds.SMOKEPUFF_1930, ticksToCycles(1))
- }
- removeAttribute(player, "random:pause")
- finalized = true
- }
-
- open fun follow() {
- pulseManager.run((object : MovementPulse(this, player, Pathfinder.DUMB) {
- override fun pulse(): Boolean {
- face(player)
- return false
- }
- }), PulseType.STANDARD)
- }
-
- override fun tick() {
- super.tick()
- if(player.getAttribute("re-npc", null) != this){
- terminate()
- return
- }
- if (!player.getAttribute("random:pause", false)) {
- ticksLeft--
- }
- if (!pulseManager.hasPulseRunning() && !finalized) {
- follow()
- }
- if (!player.isActive || !player.location.withinDistance(location, 10)) {
- terminate()
- }
- if (ticksLeft <= 0 && initialized) {
- onTimeUp()
- initialized = false
- }
- }
-
- override fun init() {
- initialized = true
- finalized = false
- spawnLocation ?: terminate()
- location = spawnLocation
- player.setAttribute("re-npc", this)
- super.init()
- super.aggressiveHandler = AggressiveHandler(this, object : AggressiveBehavior() {
- override fun canSelectTarget(entity: Entity, target: Entity): Boolean {
- return target == player
- }
- })
- }
-
- open fun onTimeUp() {
- terminate()
- }
-
- fun noteAndTeleport() {
- player.pulseManager.clear()
- for (item in player.inventory.toArray()) {
- if (item == null) continue
- if (item.definition.isUnnoted) {
- player.inventory.remove(item)
- player.inventory.add(Item(item.noteChange, item.amount))
- }
- }
- if (Random.nextBoolean()) {
- player.properties.teleportLocation = Location.create(3197, 3223, 0)
- } else {
- player.properties.teleportLocation = Location.create(3212, 9620, 0)
- }
- player.graphics(SMOKE_GRAPHICS)
- Discord.postPlayerAlert(player.username, "Ignored Random")
- }
-
- override fun clear() {
- super.clear()
- if(player.getAttribute("re-npc", null) == this) player.removeAttribute("re-npc")
- }
-
- abstract fun talkTo(npc: NPC)
-
- override fun isAttackable(entity: Entity, style: CombatStyle, message: Boolean): Boolean {
- if (entity != player) {
- if (entity is Player) {
- sendMessage(entity, "It isn't interested in fighting you.") //TODO authentic message
- }
- return false
- }
- return super.isAttackable(entity, style, message)
- }
-
- fun idForCombatLevel(ids: List, player: Player): Int {
- val index = combatBracket.indexOfFirst { player.properties.currentCombatLevel <= it }.takeIf { it != -1 }?: ids.lastIndex
- return ids[index]
- }
-
- fun sayLine(npc: NPC, phrases: Array, hasOpeningPhrase: Boolean, hasOverTimePhrase: Boolean) {
- val inInteraction = getAttribute(player, "random:pause", false) //used by Certer
- if ((ticksLeft % 20 == 0 || ticksLeft <= 2) && !inInteraction) { //speak every 20 ticks, or in the 2nd-to-last tick before attack/note-&-teleport
- var playDwarfWhistle = true
- if (ticksLeft == secondsToTicks(180) && hasOpeningPhrase) {
- sendChat(phrases[0])
- } else if (ticksLeft <= 2 && hasOverTimePhrase) {
- sendChat(phrases[phrases.size - 1])
- playDwarfWhistle = false
- } else {
- val start = if (hasOpeningPhrase) 0 else 1
- val end = if (hasOverTimePhrase) phrases.size - 2 else phrases.size - 1
- sendChat(phrases[RandomFunction.random(start, end + 1)])
- }
- if (npc.id == NPCs.DRUNKEN_DWARF_956 && playDwarfWhistle) {
- playGlobalAudio(this.location, Sounds.DWARF_WHISTLE_2297)
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/ame/RandomEvents.kt b/Server/src/main/content/global/ame/RandomEvents.kt
deleted file mode 100644
index db5ad9b2e..000000000
--- a/Server/src/main/content/global/ame/RandomEvents.kt
+++ /dev/null
@@ -1,100 +0,0 @@
-package content.global.ame
-
-import org.rs09.consts.Items
-import content.global.ame.events.surpriseexam.MysteriousOldManNPC
-import content.global.ame.events.certer.CerterNPC
-import content.global.ame.events.drilldemon.SergeantDamienNPC
-import content.global.ame.events.drunkendwarf.DrunkenDwarfNPC
-import content.global.ame.events.evilbob.EvilBobNPC
-import content.global.ame.events.evilchicken.EvilChickenNPC
-import content.global.ame.events.freakyforester.FreakyForesterNPC
-import content.global.ame.events.maze.MazeNPC
-import content.global.ame.events.genie.GenieNPC
-import content.global.ame.events.candlelight.PiousPeteNPC
-import content.global.ame.events.pillory.PilloryNPC
-import content.global.ame.events.rickturpentine.RickTurpentineNPC
-import content.global.ame.events.rivertroll.RiverTrollRENPC
-import content.global.ame.events.rockgolem.RockGolemRENPC
-import content.global.ame.events.quizmaster.QuizMasterNPC
-import content.global.ame.events.sandwichlady.SandwichLadyRENPC
-import content.global.ame.events.shade.ShadeRENPC
-import content.global.ame.events.strangeplant.StrangePlantNPC
-import content.global.ame.events.swarm.SwarmNPC
-import content.global.ame.events.treespirit.TreeSpiritRENPC
-import content.global.ame.events.zombie.ZombieRENPC
-import core.ServerConstants
-
-import core.api.utils.WeightBasedTable
-import core.api.utils.WeightedItem
-import core.game.node.entity.skill.Skills
-
-enum class RandomEvents(val npc: RandomEventNPC, val loot: WeightBasedTable? = null, val skillIds: IntArray = intArrayOf(), val type: String = "") {
- SANDWICH_LADY(npc = SandwichLadyRENPC()),
- GENIE(npc = GenieNPC()),
- CANDLELIGHT(npc = PiousPeteNPC(), skillIds = intArrayOf(Skills.PRAYER)),
- CERTER(npc = CerterNPC(), loot = WeightBasedTable.create(
- WeightedItem(Items.UNCUT_SAPPHIRE_1623,1,1,3.4),
- WeightedItem(Items.KEBAB_1971,1,1,1.7),
- WeightedItem(Items.UNCUT_EMERALD_1621,1,1,1.7),
- WeightedItem(Items.SPINACH_ROLL_1969,1,1,1.5),
- WeightedItem(Items.COINS_995,80,80,1.1),
- WeightedItem(Items.COINS_995,160,160,1.1),
- WeightedItem(Items.COINS_995,320,320,1.1),
- WeightedItem(Items.COINS_995,480,480,1.1),
- WeightedItem(Items.COINS_995,640,640,1.1),
- WeightedItem(Items.UNCUT_RUBY_1619,1,1,0.86),
- WeightedItem(Items.COINS_995,240,240,0.65),
- WeightedItem(Items.COSMIC_TALISMAN_1454,1,1,0.43),
- WeightedItem(Items.UNCUT_DIAMOND_1617,1,1,0.22),
- WeightedItem(Items.TOOTH_HALF_OF_A_KEY_985,1,1,0.1),
- WeightedItem(Items.LOOP_HALF_OF_A_KEY_987,1,1,0.1)
- )),
- MAZE(npc = MazeNPC()),
- DRILL_DEMON(npc = SergeantDamienNPC()),
- EVIL_CHICKEN(npc = EvilChickenNPC()),
- STRANGE_PLANT(npc = StrangePlantNPC()),
- SWARM(npc = SwarmNPC()),
- EVIL_BOB(npc = EvilBobNPC(), skillIds = intArrayOf(Skills.FISHING, Skills.MAGIC)),
- DRUNKEN_DWARF(npc = DrunkenDwarfNPC()),
- RICK_TURPENTINE(npc = RickTurpentineNPC(), loot = CERTER.loot),
- SURPRISE_EXAM(npc = MysteriousOldManNPC(), type = "sexam"),
- FREAKY_FORESTER(npc = FreakyForesterNPC(), skillIds = intArrayOf(Skills.WOODCUTTING)),
- PILLORY(npc = PilloryNPC(), skillIds = intArrayOf(Skills.THIEVING)),
- TREE_SPIRIT(npc = TreeSpiritRENPC(), skillIds = intArrayOf(Skills.WOODCUTTING)),
- QUIZ_MASTER(npc = QuizMasterNPC()),
- RIVER_TROLL(RiverTrollRENPC(), skillIds = intArrayOf(Skills.FISHING)),
- ROCK_GOLEM(RockGolemRENPC(), skillIds = intArrayOf(Skills.MINING)),
- SHADE(ShadeRENPC(), skillIds = intArrayOf(Skills.PRAYER)),
- ZOMBIE(ZombieRENPC(), skillIds = intArrayOf(Skills.PRAYER));
-
- companion object {
- @JvmField
- val randomIDs = values().map { it.npc.id }.toList()
- val skillMap = HashMap>()
- val nonSkillList = ArrayList()
-
- init { populateMappings() }
-
- fun getSkillBasedRandomEvent (skill: Int) : RandomEvents? {
- return skillMap[skill]?.random()
- }
-
- fun getNonSkillRandom() : RandomEvents {
- return nonSkillList.random()
- }
-
- private fun populateMappings() {
- for (event in values()) {
- if (!ServerConstants.INAUTHENTIC_CANDLELIGHT_RANDOM && event == CANDLELIGHT) {
- continue
- }
- for (id in event.skillIds) {
- val list = skillMap[id] ?: ArrayList().also { skillMap[id] = it }
- list.add (event)
- }
- if (event.skillIds.isEmpty())
- nonSkillList.add (event)
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/ame/events/HostileRandomEventBehavior.kt b/Server/src/main/content/global/ame/events/HostileRandomEventBehavior.kt
deleted file mode 100644
index 952bd0289..000000000
--- a/Server/src/main/content/global/ame/events/HostileRandomEventBehavior.kt
+++ /dev/null
@@ -1,20 +0,0 @@
-package content.global.ame.events
-
-import core.api.getAttribute
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import org.rs09.consts.NPCs
-
-class HostileRandomEventBehavior : NPCBehavior(
- NPCs.EVIL_CHICKEN_2463, NPCs.EVIL_CHICKEN_2464, NPCs.EVIL_CHICKEN_2465, NPCs.EVIL_CHICKEN_2466, NPCs.EVIL_CHICKEN_2467, NPCs.EVIL_CHICKEN_2468,
- NPCs.RIVER_TROLL_391, NPCs.RIVER_TROLL_392, NPCs.RIVER_TROLL_393, NPCs.RIVER_TROLL_394, NPCs.RIVER_TROLL_395, NPCs.RIVER_TROLL_396,
- NPCs.SHADE_425, NPCs.SHADE_426, NPCs.SHADE_427, NPCs.SHADE_428, NPCs.SHADE_429, NPCs.SHADE_430, NPCs.SHADE_431,
- NPCs.TREE_SPIRIT_438, NPCs.TREE_SPIRIT_439, NPCs.TREE_SPIRIT_440, NPCs.TREE_SPIRIT_441, NPCs.TREE_SPIRIT_442, NPCs.TREE_SPIRIT_443,
- NPCs.ZOMBIE_419, NPCs.ZOMBIE_420, NPCs.ZOMBIE_421, NPCs.ZOMBIE_422, NPCs.ZOMBIE_423, NPCs.ZOMBIE_424
-) {
- override fun getXpMultiplier(self: NPC, attacker: Entity): Double {
- val xprate = super.getXpMultiplier(self, attacker)
- return if (getAttribute(self, "spawned-by-ame", false)) xprate / 16.0 else xprate
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/candlelight/CandlelightInterface.kt b/Server/src/main/content/global/ame/events/candlelight/CandlelightInterface.kt
deleted file mode 100644
index 249f9f194..000000000
--- a/Server/src/main/content/global/ame/events/candlelight/CandlelightInterface.kt
+++ /dev/null
@@ -1,164 +0,0 @@
-package content.global.ame.events.candlelight
-
-import core.api.*
-import core.api.utils.PlayerCamera
-import core.game.interaction.InteractionListener
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-import core.game.world.map.Direction
-import core.game.world.map.Location
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.map.zone.ZoneRestriction
-import org.rs09.consts.Scenery
-
-/**
- * Candlelight Interface CANDLELIGHT_178
- *
- */
-class CandlelightInterface : InterfaceListener, InteractionListener, MapArea {
- companion object {
- const val CANDLELIGHT_INTERFACE = 178
- const val CANDLELIGHT_RETURN_LOC = "/save:original-loc"
- const val CANDLELIGHT_CANDLE_ARRAY = "/save:candlelight:candle-array"
- const val CANDLELIGHT_CAMERA_AT = "candlelight:camera-at"
-
- val CANDLE_LOC_ARRAY = arrayOf(
- Location(1967, 4997),
- Location(1968, 4998),
- Location(1967, 4999),
- Location(1968, 5000),
- Location(1967, 5001),
- Location(1968, 5002),
- Location(1967, 5003),
- Location(1968, 5004),
- Location(1967, 5005),
- Location(1968, 5006),
- Location(1967, 5007),
- )
-
- fun initCandlelight(player: Player) {
- val candleArray = intArrayOf(0,0,0,0,0,0,2,2,2,2,2)
- candleArray.shuffle()
- setAttribute(player, CANDLELIGHT_CANDLE_ARRAY, candleArray)
- for (candleIndex in 0..10) {
- setVarbit(player, 1771 + candleIndex, candleArray[candleIndex])
- }
- }
-
- fun areCandlesLit(player: Player): Boolean {
- val candleArray = getAttribute(player, CANDLELIGHT_CANDLE_ARRAY, intArrayOf(0,0,0,0,0,0,0,0,0,0,0))
- for (candle in candleArray) {
- if (candle == 0) {
- return false
- }
- }
- return true
- }
-
- fun lightCandle(player: Player) {
- var currentCamLoc = getAttribute(player, CANDLELIGHT_CAMERA_AT, Location(1968, 5002))
- val candleIndex = CANDLE_LOC_ARRAY.indexOf(currentCamLoc)
- val varbit = candleIndex + 1771 // Essentially all varbits are 1771 .. 1881
-
- if (candleIndex != -1) {
- val candleArray = getAttribute(player, CANDLELIGHT_CANDLE_ARRAY, intArrayOf(0,0,0,0,0,0,0,0,0,0,0))
- if (candleArray[candleIndex] == 0) {
- candleArray[candleIndex] = 1
- setAttribute(player, CANDLELIGHT_CANDLE_ARRAY, candleArray)
- setVarbit(player, varbit, 1)
- sendMessage(player, "You light the candle.")
- } else if (candleArray[candleIndex] == 1) {
- sendMessage(player, "This candle is already lit.")
- } else {
- sendMessage(player, "This candle is too short to light.")
- }
- } else {
- sendMessage(player, "There is nothing to light here.")
- }
- }
-
- fun moveCamera(player: Player, direction: Direction, firstTime: Boolean = false) {
- var currentCamLoc = getAttribute(player, CANDLELIGHT_CAMERA_AT, Location(1968, 5002))
- when(direction) {
- Direction.NORTH -> currentCamLoc = currentCamLoc.transform(Direction.NORTH)
- Direction.SOUTH -> currentCamLoc = currentCamLoc.transform(Direction.SOUTH)
- Direction.EAST -> currentCamLoc = currentCamLoc.transform(Direction.EAST)
- Direction.WEST -> currentCamLoc = currentCamLoc.transform(Direction.WEST)
- else -> {}
- }
- if (currentCamLoc.x < 1967) { currentCamLoc.x = 1967 }
- if (currentCamLoc.x > 1968) { currentCamLoc.x = 1968 }
- if (currentCamLoc.y < 4997) { currentCamLoc.y = 4997 }
- if (currentCamLoc.y > 5007) { currentCamLoc.y = 5007 }
- setAttribute(player, CANDLELIGHT_CAMERA_AT, currentCamLoc)
- PlayerCamera(player).rotateTo(currentCamLoc.x - 30, currentCamLoc.y,0,200) // height is kind of a relative value?
- PlayerCamera(player).panTo(currentCamLoc.x + 2, currentCamLoc.y,350, if(firstTime) 400 else 10)
- }
- }
-
- override fun defineInterfaceListeners() {
- on(CANDLELIGHT_INTERFACE){ player, component, opcode, buttonID, slot, itemID ->
- when (buttonID) {
- 1 -> moveCamera(player, Direction.WEST)
- 2 -> moveCamera(player, Direction.EAST)
- 3 -> lightCandle(player)/* Light */
- 4 -> moveCamera(player, Direction.SOUTH)
- 5 -> moveCamera(player, Direction.NORTH)
- 9 -> closeInterface(player)
- }
- return@on true
- }
-
- onOpen(CANDLELIGHT_INTERFACE){ player, component ->
- // Move camera
- return@onOpen true
- }
-
- onClose(CANDLELIGHT_INTERFACE){ player, component ->
- PlayerCamera(player).reset()
- // Reset camera
- return@onClose true
- }
- }
-
-
- override fun defineListeners() {
- on((11364 .. 11394).toIntArray(), SCENERY, "light") { player, node ->
- setAttribute(player, CANDLELIGHT_CAMERA_AT, Location(node.location.x, node.location.y))
- moveCamera(player, Direction.NORTH_WEST, true)
- openInterface(player, CANDLELIGHT_INTERFACE)
- return@on true
- }
- }
-
- override fun defineDestinationOverrides() {
- setDest(SCENERY, (11364 .. 11394).toIntArray(),"light"){ player, node ->
- return@setDest Location(1970, node.location.y)
- }
- }
-
-
- override fun defineAreaBorders(): Array {
- return arrayOf(ZoneBorders.forRegion(7758))
- }
-
- override fun getRestrictions(): Array {
- return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.TELEPORT, ZoneRestriction.OFF_MAP)
- }
-
- override fun areaEnter(entity: Entity) {
- if (entity is Player) {
- initCandlelight(entity)
- entity.interfaceManager.removeTabs(0, 1, 2, 3, 4, 5, 6, 12)
- }
- }
-
- override fun areaLeave(entity: Entity, logout: Boolean) {
- if (entity is Player) {
- entity.interfaceManager.restoreTabs()
- }
- }
-
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/candlelight/PiousPeteDialogue.kt b/Server/src/main/content/global/ame/events/candlelight/PiousPeteDialogue.kt
deleted file mode 100644
index 9eb9b7ede..000000000
--- a/Server/src/main/content/global/ame/events/candlelight/PiousPeteDialogue.kt
+++ /dev/null
@@ -1,94 +0,0 @@
-package content.global.ame.events.candlelight
-
-import content.global.ame.RandomEvents
-import content.global.ame.events.pillory.PilloryInterface
-import content.global.ame.returnPlayer
-import core.api.*
-import core.game.dialogue.*
-import core.game.interaction.QueueStrength
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Graphics
-import core.plugin.Initializable
-import core.tools.END_DIALOGUE
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import org.rs09.consts.Sounds
-
-// iface 178
-
-@Initializable
-class PiousPeteDialogue (player: Player? = null) : DialoguePlugin(player) {
- override fun newInstance(player: Player): DialoguePlugin {
- return PiousPeteDialogue(player)
- }
- override fun handle(interfaceId: Int, buttonId: Int): Boolean {
- openDialogue(player, PiousPeteDialogueFile(), npc)
- return false
- }
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.PIOUS_PETE_3207, NPCs._6564)
- }
-}
-
-class PiousPeteDialogueFile : DialogueLabeller() {
-
- override fun addConversation() {
- npc(ChatAnim.THINKING, "Have you lit all the tall candles?")
- exec { player, npc ->
- if (CandlelightInterface.areCandlesLit(player)) {
- loadLabel(player, "yeslit")
- } else {
- loadLabel(player, "nolit")
- }
- }
-
- label("nolit")
- player(ChatAnim.HALF_GUILTY, "Sorry, not yet.")
- npc(ChatAnim.SAD, "Please help me in lighting the candles. I just need you to light all the tall candles, but not the short ones.")
- line("Click on the pillars to open an interface", "to move around and light the candles.")
-
- label("yeslit")
- player(ChatAnim.FRIENDLY, "Yes, the tall ones are all lit.")
- npc(ChatAnim.HAPPY, "Thank you my brother! I will now return you where you came from with a parting gift.")
- npc(ChatAnim.FRIENDLY, "Take care brother!")
- exec { player, npc ->
- queueScript(player, 0, QueueStrength.SOFT) { stage: Int ->
- when (stage) {
- 0 -> {
- lock(player, 6)
- sendGraphics(Graphics(1576, 0, 0), player.location)
- animate(player,8939)
- playAudio(player, Sounds.TELEPORT_ALL_200)
- return@queueScript delayScript(player, 3)
- }
- 1 -> {
- returnPlayer(player)
- sendGraphics(Graphics(1577, 0, 0), player.location)
- animate(player,8941)
- closeInterface(player)
- return@queueScript delayScript(player, 3)
- }
- 2 -> {
- val loot = RandomEvents.CERTER.loot!!.roll(player)[0]
- addItemOrDrop(player, loot.id, loot.amount)
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- }
- }
-}
-class PiousPeteStartingDialogueFile : DialogueLabeller() {
-
- override fun addConversation() {
- npc("I'm sorry to drag you away from your tasks, but I need a little help with something.")
- player(ChatAnim.THINKING,"How can I help?")
- npc("This is a chapel dedicated to our lord, Saradomin, and I'm tasked with maintaining this chapel.")
- npc(ChatAnim.SAD,"My task is to light the chapel candles, but I couldn't reach them myself and I kept getting dazzled by the light whenever I tried.")
- npc("So I need your help in lighting the candles. I need you to light all the tall candles, but not the short ones.")
- npc(ChatAnim.FRIENDLY, "Once all the tall candles are all lit, come back and see me, and I will reward you for your work.")
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/candlelight/PiousPeteNPC.kt b/Server/src/main/content/global/ame/events/candlelight/PiousPeteNPC.kt
deleted file mode 100644
index 5231b6f9c..000000000
--- a/Server/src/main/content/global/ame/events/candlelight/PiousPeteNPC.kt
+++ /dev/null
@@ -1,26 +0,0 @@
-package content.global.ame.events.candlelight
-
-import content.global.ame.RandomEventNPC
-import content.global.ame.kidnapPlayer
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.game.node.entity.npc.NPC
-import core.game.world.map.Location
-import org.rs09.consts.NPCs
-
-class PiousPeteNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.PRIEST_3206) {
- override fun init() {
- super.init()
- // Supposed to be "I'm sorry to drag you away from your tasks, but I need a little help with something." but it's too goddamn long.
- sendChat("${player.username}! I need a little help with something.")
- face(player)
- kidnapPlayer(this, player, Location(1972, 5002, 0)) { player, _ ->
- CandlelightInterface.initCandlelight(player)
- openDialogue(player, PiousPeteStartingDialogueFile(), NPC(NPCs.PIOUS_PETE_3207))
- }
- }
-
- override fun talkTo(npc: NPC) {
- player.dialogueInterpreter.open(PiousPeteDialogueFile(),npc)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/certer/CerterNPC.kt b/Server/src/main/content/global/ame/events/certer/CerterNPC.kt
deleted file mode 100644
index dee88ed3a..000000000
--- a/Server/src/main/content/global/ame/events/certer/CerterNPC.kt
+++ /dev/null
@@ -1,45 +0,0 @@
-package content.global.ame.events.certer
-
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.link.emote.Emotes
-import org.rs09.consts.NPCs
-import content.global.ame.RandomEventNPC
-import core.api.animate
-import core.api.lock
-import core.api.setAttribute
-import core.api.utils.WeightBasedTable
-
-class CerterNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.GILES_2538) {
- lateinit var phrases: Array
-
- override fun tick() {
- sayLine(this, phrases, true, true)
- if (ticksLeft == 2) {
- lock(player, 2)
- }
- super.tick()
- }
-
- override fun talkTo(npc: NPC) {
- player.setAttribute("random:pause", true)
- player.dialogueInterpreter.open(CerterDialogue(true),npc)
- }
-
- override fun init() {
- super.init()
- phrases = arrayOf(
- "Greetings ${player.username}, I need your help.",
- "ehem... Hello ${player.username}, please talk to me!",
- "Hello, are you there ${player.username}?",
- "It's really rude to ignore someone, ${player.username}!",
- "No-one ignores me!"
- )
- setAttribute(player, "certer:reward", false)
- animate(this, Emotes.BOW.animation, true)
- }
-
- override fun onTimeUp() {
- noteAndTeleport()
- terminate()
- }
-}
diff --git a/Server/src/main/content/global/ame/events/drilldemon/DrillDemonListeners.kt b/Server/src/main/content/global/ame/events/drilldemon/DrillDemonListeners.kt
deleted file mode 100644
index 2287de37d..000000000
--- a/Server/src/main/content/global/ame/events/drilldemon/DrillDemonListeners.kt
+++ /dev/null
@@ -1,93 +0,0 @@
-package content.global.ame.events.drilldemon
-
-import core.api.*
-import core.game.node.entity.npc.NPC
-import org.rs09.consts.NPCs
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.game.interaction.QueueStrength
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.map.zone.ZoneRestriction
-import core.tools.secondsToTicks
-
-import org.rs09.consts.Sounds
-
-class DrillDemonListeners : InteractionListener, MapArea {
- val MATS = intArrayOf(10076,10077,10078,10079)
- override fun defineListeners() {
-
- on(DrillDemonUtils.DD_NPC, IntType.NPC, "talk-to") { player, _ ->
- if (inBorders(player, DrillDemonUtils.DD_AREA)) {
- openDialogue(player, SeargentDamienDialogue(isCorrect = true), DrillDemonUtils.DD_NPC)
- } else {
- sendMessage(player, "They aren't interested in talking to you.")
- }
- return@on true
- }
-
- on(MATS, IntType.SCENERY, "use") { player, node ->
- val correctTask = getAttribute(player, DrillDemonUtils.DD_KEY_TASK, -1)
- if (correctTask == -1) {
- sendMessage(player,"You can't do that right now.")
- return@on true
- }
-
- val task = DrillDemonUtils.getMatTask(node.id, player)
- val npc = NPC(NPCs.SERGEANT_DAMIEN_2790)
- val anim = DrillDemonUtils.animationForTask(task)
-
- lock(player, secondsToTicks(30))
- player.walkingQueue.reset()
- player.walkingQueue.addPath(node.location.x,4820)
- queueScript(player, 0, QueueStrength.SOFT) { stage: Int ->
- when (stage) {
- 0 -> {
- player.faceLocation(player.location.transform(0, -1, 0))
- return@queueScript delayScript(player, 2)
- }
- 1 -> {
- animate(player, DrillDemonUtils.animationForTask(task))
- when (task) {
- DrillDemonUtils.DD_SIGN_JOG -> playAudio(player, Sounds.RUNONSPOT_2484, 0, 5)
- DrillDemonUtils.DD_SIGN_SITUP -> playAudio(player, Sounds.SITUPS_2486, 40, 5)
- DrillDemonUtils.DD_SIGN_PUSHUP -> playAudio(player, Sounds.PRESSUPS_2481, 25, 5)
- DrillDemonUtils.DD_SIGN_JUMP -> playAudio(player, Sounds.STAR_JUMP_2492, 0, 5)
- }
- return@queueScript delayScript(player, anim.duration + 2)
- }
- 2 -> {
- DrillDemonUtils.changeSignsAndAssignTask(player)
- if (task == correctTask) {
- player.incrementAttribute(DrillDemonUtils.DD_CORRECT_COUNTER)
- openDialogue(player, SeargentDamienDialogue(true), npc)
- } else {
- openDialogue(player, SeargentDamienDialogue(false), npc)
- }
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- return@on true
- }
- }
-
- override fun defineAreaBorders(): Array {
- return arrayOf(DrillDemonUtils.DD_AREA)
- }
-
- override fun getRestrictions(): Array {
- return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.OFF_MAP)
- }
-
- override fun areaEnter(entity: Entity) {
- if (entity is Player) {
- entity.asPlayer().interfaceManager.closeDefaultTabs()
- entity.locks.lockTeleport(1000000)
- setComponentVisibility(entity.asPlayer(), 548, 69, true)
- setComponentVisibility(entity.asPlayer(), 746, 12, true)
- }
- }
-}
diff --git a/Server/src/main/content/global/ame/events/drilldemon/DrillDemonUtils.kt b/Server/src/main/content/global/ame/events/drilldemon/DrillDemonUtils.kt
deleted file mode 100644
index 8c90bd77f..000000000
--- a/Server/src/main/content/global/ame/events/drilldemon/DrillDemonUtils.kt
+++ /dev/null
@@ -1,88 +0,0 @@
-package content.global.ame.events.drilldemon
-
-import content.global.ame.returnPlayer
-import core.api.*
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-object DrillDemonUtils {
- val DD_KEY_TASK = "/save:drilldemon:task"
- val DD_SIGN_VARP = 531
- val DD_SIGN_JOG = 0
- val DD_SIGN_SITUP = 1
- val DD_SIGN_PUSHUP = 2
- val DD_SIGN_JUMP = 3
- val DD_CORRECT_OFFSET = "/save:drilldemon:offset"
- val DD_CORRECT_COUNTER = "/save:drilldemon:numcorrect"
- val DD_AREA = ZoneBorders(3158, 4817, 3168, 4823)
- val DD_NPC = NPCs.SERGEANT_DAMIEN_2790
-
- fun changeSignsAndAssignTask(player: Player) {
- setVarp(player, DD_SIGN_VARP, 0)
- val tempList = arrayListOf(DD_SIGN_JOG, DD_SIGN_JUMP, DD_SIGN_PUSHUP, DD_SIGN_SITUP).shuffled().toMutableList()
- val tempOffsetList = arrayListOf(1335, 1336, 1337, 1338).shuffled().toMutableList()
- val task = tempList.random()
- val taskOffset = tempOffsetList.random()
-
- setAttribute(player, DD_KEY_TASK, task)
- setAttribute(player, DD_CORRECT_OFFSET, taskOffset)
-
- tempList.remove(task)
- tempOffsetList.remove(taskOffset)
- setVarbit(player, taskOffset, task)
- for (i in 0 until tempList.size) {
- setVarbit(player, tempOffsetList[i], tempList[i], true)
- }
- }
-
- fun getVarbitForId(id: Int): Int {
- return when (id) {
- 10076 -> 1335
- 10077 -> 1336
- 10078 -> 1337
- 10079 -> 1338
- else -> 0
- }
- }
-
- fun getMatTask(id: Int, player: Player): Int {
- return getVarbit(player, getVarbitForId(id))
- }
-
- fun cleanup(player: Player) {
- returnPlayer(player)
- removeAttributes(player, DD_KEY_TASK, DD_CORRECT_OFFSET, DD_CORRECT_COUNTER)
- player.interfaceManager.openDefaultTabs()
- setComponentVisibility(player, 548, 69, false)
- setComponentVisibility(player, 746, 12, false)
- }
-
- fun animationForTask(task: Int): Animation {
- return when (task) {
- DD_SIGN_SITUP -> Animation(2763)
- DD_SIGN_PUSHUP -> Animation(2762)
- DD_SIGN_JUMP -> Animation(2761)
- DD_SIGN_JOG -> Animation(2764)
- else -> Animation(-1)
- }
- }
-
- fun reward(player: Player) {
- queueScript(player, 2, QueueStrength.SOFT) {
- val hasHat = hasAnItem(player, Items.CAMO_HELMET_6656).container != null
- val hasShirt = hasAnItem(player, Items.CAMO_TOP_6654).container != null
- val hasPants = hasAnItem(player, Items.CAMO_BOTTOMS_6655).container != null
- when {
- !hasHat -> addItemOrDrop(player, Items.CAMO_HELMET_6656)
- !hasShirt -> addItemOrDrop(player, Items.CAMO_TOP_6654)
- !hasPants -> addItemOrDrop(player, Items.CAMO_BOTTOMS_6655)
- else -> addItemOrDrop(player, Items.COINS_995, 500)
- }
- return@queueScript stopExecuting(player)
- }
- }
-}
diff --git a/Server/src/main/content/global/ame/events/drilldemon/SeargentDamienDialogue.kt b/Server/src/main/content/global/ame/events/drilldemon/SeargentDamienDialogue.kt
deleted file mode 100644
index d9bff58af..000000000
--- a/Server/src/main/content/global/ame/events/drilldemon/SeargentDamienDialogue.kt
+++ /dev/null
@@ -1,55 +0,0 @@
-package content.global.ame.events.drilldemon
-
-import core.api.getAttribute
-import core.api.sendItemDialogue
-import core.api.unlock
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.node.entity.npc.NPC
-import core.tools.END_DIALOGUE
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-class SeargentDamienDialogue(var isCorrect: Boolean = false, var eventStart: Boolean = false) : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- npc = NPC(NPCs.SERGEANT_DAMIEN_2790)
- val correctCounter = player!!.getAttribute(DrillDemonUtils.DD_CORRECT_COUNTER,0)
- when(stage) {
- 0 -> {
- if (correctCounter >= 4) {
- npcl(FacialExpression.OLD_NORMAL, "Well I'll be, you actually did it private. Now take this and get yourself out of my sight.")
- stage = 100
- } else if (eventStart) {
- npcl(FacialExpression.OLD_NORMAL, "Move yourself private! Follow my orders and you may, just may, leave here in a fit state for my corps!")
- DrillDemonUtils.changeSignsAndAssignTask(player!!)
- stage = 0
- eventStart = false
- } else {
- npcl(FacialExpression.OLD_NORMAL, when (getAttribute(player!!, DrillDemonUtils.DD_KEY_TASK, -1)) {
- DrillDemonUtils.DD_SIGN_JOG -> if (!isCorrect) "Wrong exercise, worm! Get yourself over there and jog on that mat private!" else "Get yourself over there and jog on that mat private!"
- DrillDemonUtils.DD_SIGN_JUMP -> if (!isCorrect) "Wrong exercise, worm! I want to see you on that mat doing star jumps private!" else "I want to see you on that mat doing star jumps private!"
- DrillDemonUtils.DD_SIGN_PUSHUP -> if (!isCorrect) "Wrong exercise, worm! Drop and give me push ups on that mat private!" else "Drop and give me push ups on that mat private!"
- DrillDemonUtils.DD_SIGN_SITUP -> if (!isCorrect) "Wrong exercise, worm! Get on that mat and give me sit ups private!" else "Get on that mat and give me sit ups private!"
- else -> "REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
- })
- stage = 1
- unlock(player!!)
- }
- }
- 1 -> {
- when (getAttribute(player!!, DrillDemonUtils.DD_KEY_TASK, -1)) {
- DrillDemonUtils.DD_SIGN_JOG -> sendItemDialogue(player!!, Items.RUN_10947, "Go to this mat and jog on the spot!")
- DrillDemonUtils.DD_SIGN_JUMP -> sendItemDialogue(player!!, Items.STARJUMP_10949, "Go to this mat and do some starjumps!")
- DrillDemonUtils.DD_SIGN_PUSHUP -> sendItemDialogue(player!!, Items.PUSHUP_10946, "Go to this mat and do some pushups!")
- DrillDemonUtils.DD_SIGN_SITUP -> sendItemDialogue(player!!, Items.SITUP_10948, "Go to this mat and do some sit ups!")
- }
- stage = END_DIALOGUE
- }
- 100 -> {
- end()
- DrillDemonUtils.cleanup(player!!)
- DrillDemonUtils.reward(player!!)
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/drilldemon/SergeantDamienBehavior.kt b/Server/src/main/content/global/ame/events/drilldemon/SergeantDamienBehavior.kt
deleted file mode 100644
index c52c17e2d..000000000
--- a/Server/src/main/content/global/ame/events/drilldemon/SergeantDamienBehavior.kt
+++ /dev/null
@@ -1,22 +0,0 @@
-package content.global.ame.events.drilldemon
-
-import core.api.inBorders
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.game.world.map.Location
-import org.rs09.consts.NPCs
-
-class SeargentDamienBehavior: NPCBehavior(NPCs.SERGEANT_DAMIEN_2790) {
-
- override fun onCreation(self: NPC) {
-
- // Sergeant Damien is supposed to walk around the perimeter of the exercise mats
- if (inBorders(self, DrillDemonUtils.DD_AREA)) {
- val movementPath = arrayOf(Location.create(3167, 4822, 0), Location.create(3167, 4818, 0), Location.create(3159, 4818, 0), Location.create(3159, 4822, 0))
- self.configureMovementPath(*movementPath)
- self.isWalks = true
- }
- }
-
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/drilldemon/SergeantDamienNPC.kt b/Server/src/main/content/global/ame/events/drilldemon/SergeantDamienNPC.kt
deleted file mode 100644
index 2a3ec7f51..000000000
--- a/Server/src/main/content/global/ame/events/drilldemon/SergeantDamienNPC.kt
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.ame.events.drilldemon
-
-import core.game.node.entity.npc.NPC
-import org.rs09.consts.NPCs
-import content.global.ame.RandomEventNPC
-import content.global.ame.kidnapPlayer
-import core.api.*
-import core.api.utils.WeightBasedTable
-
-import core.game.world.map.Location
-
-class SergeantDamienNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.SERGEANT_DAMIEN_2790) {
- override fun init() {
- super.init()
- sendChat("${player.username}! Drop and give me 20!")
- face(player)
- kidnapPlayer(this, player, Location(3163, 4819, 0)) { player, _ ->
- player.interfaceManager.closeDefaultTabs()
- setComponentVisibility(player, 548, 69, true)
- setComponentVisibility(player, 746, 12, true)
- openDialogue(player, SeargentDamienDialogue(isCorrect = true, eventStart = true), NPCs.SERGEANT_DAMIEN_2790)
- }
- }
-
- override fun talkTo(npc: NPC) {
- openDialogue(player, SeargentDamienDialogue(), npc)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/drunkendwarf/DrunkenDwarfBehavior.kt b/Server/src/main/content/global/ame/events/drunkendwarf/DrunkenDwarfBehavior.kt
deleted file mode 100644
index a92c554f4..000000000
--- a/Server/src/main/content/global/ame/events/drunkendwarf/DrunkenDwarfBehavior.kt
+++ /dev/null
@@ -1,14 +0,0 @@
-package content.global.ame.events.drunkendwarf
-
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.tools.RandomFunction
-import org.rs09.consts.NPCs
-
-class DrunkenDwarfBehavior : NPCBehavior(NPCs.DRUNKEN_DWARF_956) {
- override fun beforeAttackFinalized(self: NPC, victim: Entity, state: BattleState) {
- state.estimatedHit = RandomFunction.getRandom(3)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/drunkendwarf/DrunkenDwarfDialogue.kt b/Server/src/main/content/global/ame/events/drunkendwarf/DrunkenDwarfDialogue.kt
deleted file mode 100644
index 010f5c366..000000000
--- a/Server/src/main/content/global/ame/events/drunkendwarf/DrunkenDwarfDialogue.kt
+++ /dev/null
@@ -1,21 +0,0 @@
-package content.global.ame.events.drunkendwarf
-
-import core.api.addItemOrDrop
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.system.timer.impl.AntiMacro
-import org.rs09.consts.Items
-
-class DrunkenDwarfDialogue : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- when (stage) {
- 0 -> npcl(FacialExpression.OLD_DRUNK_RIGHT, "I 'new it were you matey! 'Ere, have some ob the good stuff!").also { stage++ }
- 1 -> {
- addItemOrDrop(player!!, Items.BEER_1917)
- addItemOrDrop(player!!, Items.KEBAB_1971)
- AntiMacro.terminateEventNpc(player!!)
- end()
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/drunkendwarf/DrunkenDwarfNPC.kt b/Server/src/main/content/global/ame/events/drunkendwarf/DrunkenDwarfNPC.kt
deleted file mode 100644
index f4a6842ff..000000000
--- a/Server/src/main/content/global/ame/events/drunkendwarf/DrunkenDwarfNPC.kt
+++ /dev/null
@@ -1,48 +0,0 @@
-package content.global.ame.events.drunkendwarf
-
-import content.global.ame.RandomEventNPC
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.game.node.entity.npc.NPC
-import core.tools.RandomFunction
-import org.rs09.consts.NPCs
-import org.rs09.consts.Sounds
-
-class DrunkenDwarfNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.DRUNKEN_DWARF_956) {
- lateinit var phrases: Array
- private var attackDelay = 0
-
- override fun init() {
- super.init()
- phrases = arrayOf(
- "'Ello der ${player.username}! *hic*",
- "Oi, are you der ${player.username}!",
- "Dunt ignore your matey!",
- "Aww comeon, talk to ikle me ${player.username}!",
- "I hates you, ${player.username}!"
- )
- }
-
- override fun tick() {
- sayLine(this, phrases, true, true)
- if (ticksLeft <= 10) {
- ticksLeft = 10
- if (attackDelay <= getWorldTicks()) {
- this.attack(player)
- }
- }
- super.tick()
- }
-
- override fun talkTo(npc: NPC) {
- attackDelay = getWorldTicks() + 10
- this.pulseManager.clear()
- openDialogue(player, DrunkenDwarfDialogue(), this.asNpc())
- }
-
- override fun onTimeUp() {
- if (attackDelay <= getWorldTicks()) {
- this.attack(player)
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/evilbob/EvilBobDialogue.kt b/Server/src/main/content/global/ame/events/evilbob/EvilBobDialogue.kt
deleted file mode 100644
index f8d132a7f..000000000
--- a/Server/src/main/content/global/ame/events/evilbob/EvilBobDialogue.kt
+++ /dev/null
@@ -1,113 +0,0 @@
-package content.global.ame.events.evilbob
-
-import content.global.ame.events.evilbob.EvilBobUtils.giveEventFishingSpot
-import core.api.*
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.skill.Skills
-import core.tools.END_DIALOGUE
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-class EvilBobDialogue(val rewardDialogue: Boolean = false, val rewardXpSkill: Int = Skills.FISHING) : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- npc = NPC(NPCs.EVIL_BOB_2479)
- if (getAttribute(player!!, EvilBobUtils.assignedFishingZone, "none") == "none") giveEventFishingSpot(player!!)
- when (stage) {
- 0 -> {
- if (rewardDialogue) {
- sendPlayerDialogue(player!!, "That was the strangest dream I've ever had! Assuming it was a dream...", FacialExpression.HALF_ASKING)
- stage = if (rewardXpSkill == Skills.FISHING) 900 else 901
- } else if (getAttribute(player!!, EvilBobUtils.eventComplete, false)) {
- sendDialogue(player!!, "Evil Bob appears to be sleeping, best not to wake him up.").also { stage = END_DIALOGUE }
- } else if (removeItem(player!!, Items.RAW_FISHLIKE_THING_6200)) {
- playerl(FacialExpression.NEUTRAL, "Here, I've brought you some fish.").also { stage = 500 }
- } else if (removeItem(player!!, Items.RAW_FISHLIKE_THING_6204)) {
- setAttribute(player!!, EvilBobUtils.attentive, true)
- setAttribute(player!!, EvilBobUtils.attentiveNewSpot, true)
- playerl(FacialExpression.NEUTRAL, "Here, I've brought you some fish.").also { stage = 600 }
- } else if (inInventory(player!!, Items.FISHLIKE_THING_6202) || inInventory(player!!, Items.FISHLIKE_THING_6206)) {
- npcl(FacialExpression.CHILD_NORMAL, "What, are you giving me cooked fish? What am I going to do with that? Uncook it first!").also { stage = 700 }
- } else if (!getAttribute(player!!, EvilBobUtils.startingDialogueSeen, false)) {
- playerl(FacialExpression.ASKING, "Huh?").also { stage = 800 }
- setAttribute(player!!, EvilBobUtils.startingDialogueSeen, true)
- } else playerl(FacialExpression.ANNOYED, "Let me out of here!").also { stage++ }
- }
- 1 -> npcl(FacialExpression.CHILD_NORMAL, "I will never let you go, ${player!!.username}!").also { stage++ }
- 2 -> options("Why not?", "What's it all about?", "How is it possible that you're talking?", "What did you do to Bob?").also { stage++ }
- 3 -> when (buttonID) {
- 1 -> playerl(FacialExpression.ASKING, "Why not?").also { stage = 100 }
- 2 -> playerl(FacialExpression.ASKING, "What's it all about?").also { stage = 200 }
- 3 -> playerl(FacialExpression.ASKING, "How is it possible that you're talking?").also { stage = 300 }
- 4 -> playerl(FacialExpression.ASKING, "What did you do to Bob?").also { stage = 400 }
- }
-
- 100 -> npcl(FacialExpression.CHILD_NORMAL, "Uhm...").also { stage++ }
- 101 -> npcl(FacialExpression.CHILD_NORMAL, "Because I say so! And because I can never have enough servants!").also { stage++ }
- 102 -> npcl(FacialExpression.CHILD_NORMAL, "Now catch me some fish, I'm hungry.").also { stage++ }
- 103 -> playerl(FacialExpression.ASKING, "What fish, where?").also { stage++ }
- 104 -> npcl(FacialExpression.CHILD_NORMAL, "Talk to my other servants, and hurry it up!").also { stage = END_DIALOGUE }
-
- 200 -> npcl(FacialExpression.CHILD_NORMAL, "Sit down and I'll tell you. It's a question of servant shortage.").also { stage++ }
- 201 -> playerl(FacialExpression.NEUTRAL, "Go on.").also { stage++ }
- 202 -> npcl(FacialExpression.CHILD_NORMAL, "You are a skilled worker. A human like you is worth a great deal as a slave.").also { stage++ }
- 203 -> playerl(FacialExpression.ANGRY, "A slave?? I will have nothing to do with you. Is that clear? Absolutely nothing.").also { stage++ }
- 204 -> npcl(FacialExpression.CHILD_NORMAL, "Now be reasonable little human. It's just a matter of time before you will do everything I ask you to. Play along and this can be a very nice place.").also { stage++ }
- 205 -> playerl(FacialExpression.ANGRY, "I will not make any deals with you. I'm a human. I will not be pushed, numbered, meowed at, teleported or enslaved. My life is my own.").also { stage++ }
- 206 -> npcl(FacialExpression.CHILD_NORMAL, "Is it?").also { stage++ }
- 207 -> playerl(FacialExpression.ANNOYED, "Yes. You won't hold me.").also { stage++ }
- 208 -> npcl(FacialExpression.CHILD_NORMAL, "Won't I?").also { stage++ }
- 209 -> npcl(FacialExpression.CHILD_NORMAL, "Let me assure you there's no way out.").also { stage++ }
- 210 -> npcl(FacialExpression.CHILD_NORMAL, "Just ask my servants!").also { stage = END_DIALOGUE }
-
- 300 -> npcl(FacialExpression.CHILD_NORMAL, "How is it possible that you're not meowing?").also { stage++ }
- 301 -> playerl(FacialExpression.HALF_ASKING, "Meowing?? Why would I be meowing?").also { stage++ }
- 302 -> npcl(FacialExpression.CHILD_NORMAL, "Most humans do, that's why I'm wearing this amulet of Man speak... but I do try to train my staff in civilised speech.").also { stage++ }
- 303 -> npcl(FacialExpression.CHILD_NORMAL, "Ah, but I suppose things are slightly different in your world... what a dreadful place that must be.").also { stage++ }
- 304 -> playerl(FacialExpression.NEUTRAL, "I think I'm getting a headache...").also { stage = END_DIALOGUE }
-
- 400 -> npcl(FacialExpression.CHILD_NORMAL, "Bob? I am Bob!").also { stage++ }
- 401 -> npcl(FacialExpression.CHILD_NORMAL, "Oh, you mean the Bob in your world? Nothing. I am an incarnation of Bob here on Scape2009.").also { stage++ }
- 402 -> playerl(FacialExpression.NEUTRAL, "What, you mean this is... like some kind of mirror land?").also { stage++ }
- 403 -> npcl(FacialExpression.CHILD_NORMAL, " Something like that... somewhere in Scape2009 there must be a human servant called ${player!!.username}.").also { stage++ }
- 404 -> npcl(FacialExpression.CHILD_NORMAL, "But you work just as well for me! Now get to work, human! Fish for me!").also { stage = END_DIALOGUE }
-
- 500 ->{
- if (getAttribute(player!!, EvilBobUtils.attentive , false)) stage = 505 else stage++
- npcl(FacialExpression.CHILD_NORMAL, "Mmm, mmm...that's delicious.")
- }
- 501 -> npcl(FacialExpression.CHILD_NORMAL, "Now, let me take...a little...catnap.").also { stage++ }
- 502 -> {
- end()
- setAttribute(player!!, EvilBobUtils.eventComplete, true)
- findNPC(NPCs.EVIL_BOB_2479)!!.sendChat("ZZZzzz")
- }
- 505 -> {
- setAttribute(player!!, EvilBobUtils.attentive , false)
- setAttribute(player!!, EvilBobUtils.attentiveNewSpot , true)
- giveEventFishingSpot(player!!)
- npcl(FacialExpression.CHILD_NORMAL, "Now get me another, you no-good human.").also { stage++ }
- }
- 506 -> sendDialogue(player!!, "Evil Bob seems slightly less attentive of you.").also { stage = END_DIALOGUE }
-
- 600 -> npcl(FacialExpression.CHILD_NORMAL, "What was this? That was absolutely disgusting!").also { stage++ }
- 601 -> npcl(FacialExpression.CHILD_NORMAL, "Don't you know what kind of fish I like? Talk to my other servants for some advice.").also { stage++ }
- 602 -> sendDialogue(player!!, "Evil Bob seems more attentive of you.").also { stage = END_DIALOGUE }
-
- 700 -> playerl(FacialExpression.HALF_ASKING, "Errr... Uncook it?").also { stage++ }
- 701 -> npcl(FacialExpression.CHILD_NORMAL,"You heard me! There's the cold fire, by the trees, now get uncooking!").also { stage = END_DIALOGUE }
-
- 800 -> playerl(FacialExpression.ANGRY, "Where am I?").also { stage++ }
- 801 -> npcl(FacialExpression.CHILD_NORMAL, "On my island.").also { stage++ }
- 802 -> playerl(FacialExpression.ANGRY, "Who brought me here?").also { stage++ }
- 803 -> npcl(FacialExpression.CHILD_NORMAL, "That would be telling.").also { stage++ }
- 804 -> playerl(FacialExpression.ANGRY, "Take me to your leader!").also { stage++ }
- 805 -> npcl(FacialExpression.CHILD_NORMAL,"I am your leader, you are but a slave.").also { stage++ }
- 806 -> playerl(FacialExpression.ANGRY, "I am not a slave, I am a free man!").also { stage++ }
- 807 -> npcl(FacialExpression.CHILD_NORMAL, "Ah-ha-ha-ha-ha-ha!").also { stage = END_DIALOGUE }
- 900 -> sendDialogue(player!!, "You feel somehow that you've become better at fishing.").also { stage = END_DIALOGUE }
- 901 -> sendDialogue(player!!, "You feel somehow that you've become better at magic.").also { stage = END_DIALOGUE }
- }
- }
-}
diff --git a/Server/src/main/content/global/ame/events/evilbob/EvilBobListeners.kt b/Server/src/main/content/global/ame/events/evilbob/EvilBobListeners.kt
deleted file mode 100644
index f2a3e9134..000000000
--- a/Server/src/main/content/global/ame/events/evilbob/EvilBobListeners.kt
+++ /dev/null
@@ -1,148 +0,0 @@
-package content.global.ame.events.evilbob
-
-import content.global.ame.returnPlayer
-import core.ServerConstants
-import core.api.*
-import core.game.dialogue.FacialExpression
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.Entity
-import core.game.node.entity.player.link.emote.Emotes
-import core.game.world.map.Location
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.map.zone.ZoneRestriction
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import org.rs09.consts.Sounds
-
-class EvilBobListeners : InteractionListener, MapArea {
-
- override fun defineListeners() {
- on(EvilBobUtils.evilBob, IntType.NPC, "talk-to") { player, node ->
- openDialogue(player, EvilBobDialogue(), node.asNpc())
- return@on true
- }
-
- on(EvilBobUtils.servant, IntType.NPC, "talk-to") { player, node ->
- openDialogue(player, ServantDialogue(), node.asNpc())
- return@on true
- }
-
- on(EvilBobUtils.fishingSpot, IntType.SCENERY, "net") { player, _ ->
- if (getAttribute(player!!, EvilBobUtils.attentiveNewSpot, false) || getAttribute(player!!, EvilBobUtils.eventComplete, false)) {
- sendDialogue(player, "You don't know if this is a good place to go fishing. Perhaps you should ask someone, like one of the human servants.")
- } else if (!inInventory(player, Items.SMALL_FISHING_NET_303)) {
- sendNPCDialogue(player, NPCs.SERVANT_2481, "You'll need a fishing net. There are plenty scattered around the beach.", FacialExpression.SAD)
- } else if (freeSlots(player) == 0) {
- sendDialogue(player, "You don't have enough space in your inventory.")
- } else if (inInventory(player, Items.FISHLIKE_THING_6202) || inInventory(player, Items.FISHLIKE_THING_6206) ||
- inInventory(player, Items.RAW_FISHLIKE_THING_6200) || inInventory(player, Items.RAW_FISHLIKE_THING_6204)) {
- sendNPCDialogue(player, NPCs.SERVANT_2481, "You've already got a fish. Come over here to uncook it, then serve it to Evil Bob.", FacialExpression.SAD)
- } else {
- lock(player, 6)
- animate(player, EvilBobUtils.fishAnim)
- sendMessage(player, "You cast out your net...")
- runTask(player, 6) {
- when (getAttribute(player, EvilBobUtils.assignedFishingZone, EvilBobUtils.northFishingZone.toString())) {
- EvilBobUtils.northFishingZone.toString() -> {
- if (inBorders(player, EvilBobUtils.northFishingZone)) {
- addItem(player, Items.FISHLIKE_THING_6202)
- } else addItem(player, Items.FISHLIKE_THING_6206)
- }
- EvilBobUtils.southFishingZone.toString() -> {
- if (inBorders(player, EvilBobUtils.southFishingZone)) {
- addItem(player, Items.FISHLIKE_THING_6202)
- } else addItem(player, Items.FISHLIKE_THING_6206)
- }
- EvilBobUtils.eastFishingZone.toString() -> {
- if (inBorders(player, EvilBobUtils.eastFishingZone)) {
- addItem(player, Items.FISHLIKE_THING_6202)
- } else addItem(player, Items.FISHLIKE_THING_6206)
- }
- EvilBobUtils.westFishingZone.toString() -> {
- if (inBorders(player, EvilBobUtils.westFishingZone)) {
- addItem(player, Items.FISHLIKE_THING_6202)
- } else addItem(player, Items.FISHLIKE_THING_6206)
- }
- }
- sendItemDialogue(player, Items.FISHLIKE_THING_6202, "You catch a... what is this?? Is this a fish?? And it's cooked already??")
- resetAnimator(player)
- }
- }
- return@on true
- }
-
- onUseWith(IntType.SCENERY, EvilBobUtils.fishlikeThings, EvilBobUtils.uncookingPot) { player, _, _ ->
- lock(player, 2)
- animate(player, EvilBobUtils.cookAnim)
- playAudio(player, Sounds.UNCOOKING_2322)
- if (removeItem(player, Items.FISHLIKE_THING_6202)) addItem(player, Items.RAW_FISHLIKE_THING_6200)
- if (removeItem(player, Items.FISHLIKE_THING_6206)) addItem(player, Items.RAW_FISHLIKE_THING_6204)
- return@onUseWith true
- }
-
- onUseWith(IntType.NPC, EvilBobUtils.fishlikeThings, EvilBobUtils.evilBob) { player, _, _ ->
- openDialogue(player, EvilBobDialogue(), NPCs.EVIL_BOB_2479)
- return@onUseWith true
- }
-
- onUseWith(IntType.NPC, EvilBobUtils.rawFishlikeThings, EvilBobUtils.evilBob) { player, _, _ ->
- openDialogue(player, EvilBobDialogue(), NPCs.EVIL_BOB_2479)
- return@onUseWith true
- }
-
- on(EvilBobUtils.fishlikeThings, IntType.ITEM, "Eat") { player, _ ->
- sendMessage(player, "It looks vile and smells even worse. You're not eating that!")
- return@on true
- }
-
- on(EvilBobUtils.exitPortal, IntType.SCENERY, "enter") { player, portal ->
- if (getAttribute(player, EvilBobUtils.eventComplete, false)) {
- lock(player, 12)
- queueScript(player, 0, QueueStrength.SOFT) { stage: Int ->
- when (stage) {
- 0 -> {
- forceMove(player, player.location, portal.location, 0, 50, null, 819)
- return@queueScript delayScript(player, 3)
- }
- 1 -> {
- player.faceLocation(Location.create(3421, 4777, 0))
- emote(player, Emotes.RASPBERRY)
- sendChat(player, "Be seeing you!")
- return@queueScript delayScript(player,2)
- }
- 2 -> {
- animate(player, EvilBobUtils.teleAnim)
- player.graphics(EvilBobUtils.telegfx)
- playAudio(player, Sounds.TELEPORT_ALL_200)
- return@queueScript delayScript(player, 2)
- }
- 3 -> {
- sendMessage(player, "Welcome back to ${ServerConstants.SERVER_NAME}.")
- returnPlayer(player)
- EvilBobUtils.reward(player)
- EvilBobUtils.cleanup(player)
- resetAnimator(player)
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- } else sendNPCDialogue(player, NPCs.EVIL_BOB_2479, "You're going nowhere, human!", FacialExpression.CHILD_NEUTRAL)
- return@on true
- }
- }
- override fun defineAreaBorders(): Array {
- return arrayOf(ZoneBorders(3400, 4762, 3443, 4793))
- }
-
- override fun getRestrictions(): Array {
- return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.OFF_MAP)
- }
-
- override fun areaEnter(entity: Entity) {
- entity.locks.lockTeleport(1000000)
- }
-
-}
diff --git a/Server/src/main/content/global/ame/events/evilbob/EvilBobNPC.kt b/Server/src/main/content/global/ame/events/evilbob/EvilBobNPC.kt
deleted file mode 100644
index 4995b6b41..000000000
--- a/Server/src/main/content/global/ame/events/evilbob/EvilBobNPC.kt
+++ /dev/null
@@ -1,26 +0,0 @@
-package content.global.ame.events.evilbob
-
-import content.global.ame.RandomEventNPC
-import content.global.ame.kidnapPlayer
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.game.node.entity.npc.NPC
-import core.game.world.map.Location
-import org.rs09.consts.NPCs
-
-class EvilBobNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.EVIL_BOB_2478) {
- override fun init() {
- super.init()
- sendChat("meow")
- face(player)
- kidnapPlayer(this, player, Location(3419, 4776, 0), "No... what? Nooooooooooooo!") { player, _ ->
- EvilBobUtils.giveEventFishingSpot(player)
- sendMessage(player, "Welcome to Scape2009.")
- openDialogue(player, EvilBobDialogue(), NPCs.EVIL_BOB_2479)
- }
- }
-
- override fun talkTo(npc: NPC) {
- openDialogue(player, EvilBobDialogue(), this.asNpc())
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/evilbob/EvilBobUtils.kt b/Server/src/main/content/global/ame/events/evilbob/EvilBobUtils.kt
deleted file mode 100644
index 58f8e5aee..000000000
--- a/Server/src/main/content/global/ame/events/evilbob/EvilBobUtils.kt
+++ /dev/null
@@ -1,82 +0,0 @@
-package content.global.ame.events.evilbob
-
-import core.api.*
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import org.rs09.consts.Scenery
-
-object EvilBobUtils {
- const val eventComplete = "/save:evilbob:eventcomplete"
- const val assignedFishingZone = "/save:evilbob:fishingzone"
- const val attentive = "/save:evilbob:attentive"
- const val servantHelpDialogueSeen = "/save:evilbob:servantdialogeseen"
- const val attentiveNewSpot = "/save:evilbob:attentivenewspot"
- const val startingDialogueSeen = "/save:evilbob:startingdialogueseen"
-
- const val evilBob = NPCs.EVIL_BOB_2479
- const val servant = NPCs.SERVANT_2481
- const val exitPortal = Scenery.PORTAL_8987
-
- const val uncookingPot = Scenery.UNCOOKING_POT_8985
- const val fishingSpot = 8986
-
- val fishlikeThings = intArrayOf(Items.FISHLIKE_THING_6202, Items.FISHLIKE_THING_6206)
- val rawFishlikeThings = intArrayOf(Items.RAW_FISHLIKE_THING_6200, Items.RAW_FISHLIKE_THING_6204)
-
- val cookAnim = Animation(897)
- val fishAnim = Animation(620)
- val teleAnim = Animation(714)
- val telegfx = Graphics(308, 100, 50)
-
- val northFishingZone = ZoneBorders(3421, 4789, 3427, 4792)
- val eastFishingZone = ZoneBorders(3437, 4774, 3440, 4780)
- val southFishingZone = ZoneBorders(3419, 4763, 3426, 4765)
- val westFishingZone = ZoneBorders(3405, 4773, 3408, 4779)
-
- fun giveEventFishingSpot(player: Player) {
- when (RandomFunction.getRandom(3)) {
- 0 -> setAttribute(player, assignedFishingZone, northFishingZone.toString())
- 1 -> setAttribute(player, assignedFishingZone, southFishingZone.toString())
- 2 -> setAttribute(player, assignedFishingZone, eastFishingZone.toString())
- 3 -> setAttribute(player, assignedFishingZone, westFishingZone.toString())
- else -> setAttribute(player, assignedFishingZone, northFishingZone.toString())
- }
- }
-
- fun cleanup(player: Player) {
- removeAttributes(player, assignedFishingZone, eventComplete, attentive, servantHelpDialogueSeen, attentiveNewSpot, startingDialogueSeen)
- removeAll(player, Items.FISHLIKE_THING_6202)
- removeAll(player, Items.FISHLIKE_THING_6202, Container.BANK)
- removeAll(player, Items.FISHLIKE_THING_6206)
- removeAll(player, Items.FISHLIKE_THING_6206, Container.BANK)
- removeAll(player, Items.RAW_FISHLIKE_THING_6200)
- removeAll(player, Items.RAW_FISHLIKE_THING_6200, Container.BANK)
- removeAll(player, Items.RAW_FISHLIKE_THING_6204)
- removeAll(player, Items.RAW_FISHLIKE_THING_6204, Container.BANK)
- }
-
- fun reward(player: Player) {
- val experience = 650.0
- if (getStatLevel(player, Skills.MAGIC) > 50 ) {
- when (RandomFunction.getRandom(1)) {
- 0 -> {
- player.skills.addExperience(Skills.FISHING, experience)
- openDialogue(player, EvilBobDialogue(rewardDialogue = true, rewardXpSkill = Skills.FISHING), NPCs.EVIL_BOB_2479)
- }
- 1 -> {
- player.skills.addExperience(Skills.MAGIC, experience)
- openDialogue(player, EvilBobDialogue(rewardDialogue = true, rewardXpSkill = Skills.MAGIC), NPCs.EVIL_BOB_2479)
- }
- }
- } else {
- player.skills.addExperience(Skills.FISHING, experience)
- openDialogue(player, EvilBobDialogue(rewardDialogue = true, rewardXpSkill = Skills.FISHING), NPCs.EVIL_BOB_2479)
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/evilbob/ServantCutscene.kt b/Server/src/main/content/global/ame/events/evilbob/ServantCutscene.kt
deleted file mode 100644
index 4dfc72698..000000000
--- a/Server/src/main/content/global/ame/events/evilbob/ServantCutscene.kt
+++ /dev/null
@@ -1,182 +0,0 @@
-package content.global.ame.events.evilbob
-
-import core.api.*
-import core.game.activity.Cutscene
-import core.game.node.entity.player.Player
-import core.game.world.map.Direction
-
-class ServantCutsceneN(player: Player) : Cutscene(player) {
-
- override fun setup() {
- setExit(player.location.transform(0, 0, 0))
- loadRegion(13642)
- addNPC(2479, 28, 41, Direction.SOUTH) // Evil Bob
- addNPC(2481, 31, 41, Direction.SOUTH_WEST) // Servant
- }
-
- override fun runStage(stage: Int) {
- when (stage) {
- 0 -> {
- teleport(player, 30, 41)
- moveCamera(30, 37, 400, 255)
- rotateCamera(30, 50, 400, 255)
- openInterface(player, 186)
- timedUpdate(0)
- }
- 1 -> {
- timedUpdate(0)
- }
- 2 -> { // Slow start
- moveCamera(30, 49, 400, 2)
- timedUpdate(2)
- }
- 3 -> { // Fast middle
- moveCamera(30, 44, 380, 4)
- timedUpdate(6)
- }
- 4 -> { // Slow end
- moveCamera(30, 45, 340, 2)
- timedUpdate(2)
- }
- 5 -> {
- timedUpdate(2)
- }
- 6 -> {
- closeInterface(player)
- end(fade = false) { player.locks.lockTeleport(1000000) }
- }
- }
- }
-}
-
-class ServantCutsceneS(player: Player) : Cutscene(player) {
-
- override fun setup() {
- setExit(player.location.transform(0, 0, 0))
- loadRegion(13642)
- addNPC(2479, 28, 41, Direction.SOUTH) // Evil Bob
- addNPC(2481, 31, 41, Direction.SOUTH_WEST) // Servant
- }
-
- override fun runStage(stage: Int) {
- when (stage) {
- 0 -> {
- teleport(player, 30, 41)
- moveCamera(31, 46, 365, 255)
- rotateCamera(29, 30, 365, 255)
- openInterface(player, 186)
- timedUpdate(0)
- }
- 1 -> {
- timedUpdate(0)
- }
- 2 -> {
- moveCamera(31, 43, 480, 2)
- timedUpdate(2)
- }
- 3 -> {
- moveCamera(31, 37, 455, 4)
- timedUpdate(8)
- }
- 4 -> {
- moveCamera(31, 36, 395, 2)
- timedUpdate(2)
- }
- 5 -> {
- timedUpdate(3)
- }
- 6 -> {
- closeInterface(player)
- end(fade = false) { player.locks.lockTeleport(1000000) }
- }
- }
- }
-}
-
-class ServantCutsceneE(player: Player) : Cutscene(player) {
-
- override fun setup() {
- setExit(player.location.transform(0, 0, 0))
- loadRegion(13642)
- addNPC(2479, 28, 41, Direction.SOUTH) // Evil Bob
- addNPC(2481, 31, 41, Direction.SOUTH_WEST) // Servant
- }
-
- override fun runStage(stage: Int) {
- when (stage) {
- 0 -> {
- teleport(player, 30, 41)
- moveCamera(25, 41, 440, 255)
- rotateCamera(42, 41, 440, 255)
- openInterface(player, 186)
- timedUpdate(0)
- }
- 1 -> {
- timedUpdate(0)
- }
- 2 -> { // Slow start
- moveCamera(28, 41, 500, 3)
- timedUpdate(2)
- }
- 3 -> { // Fast middle
- moveCamera(34, 41, 390, 5)
- timedUpdate(6)
- }
- 4 -> { // Slow end
- moveCamera(36, 41, 340, 2)
- timedUpdate(2)
- }
- 5 -> {
- timedUpdate(4)
- }
- 6 -> {
- closeInterface(player)
- end(fade = false) { player.locks.lockTeleport(1000000) }
- }
- }
- }
-}
-
-class ServantCutsceneW(player: Player) : Cutscene(player) {
-
- override fun setup() {
- setExit(player.location.transform(0, 0, 0))
- loadRegion(13642)
- addNPC(2479, 28, 41, Direction.SOUTH) // Evil Bob
- addNPC(2481, 31, 41, Direction.SOUTH_WEST) // Servant
- }
-
- override fun runStage(stage: Int) {
- when (stage) {
- 0 -> {
- teleport(player, 30, 41)
- moveCamera(34, 41, 325, 255)
- rotateCamera(16, 40, 300, 255)
- openInterface(player, 186)
- timedUpdate(0)
- }
- 1 -> {
- timedUpdate(0)
- }
- 2 -> { // Slow start
- moveCamera(31, 41, 440, 3)
- timedUpdate(2)
- }
- 3 -> { // Fast middle
- moveCamera(24, 41, 330, 5)
- timedUpdate(7)
- }
- 4 -> { // Slow end
- moveCamera(23, 41, 300, 2)
- timedUpdate(2)
- }
- 5 -> {
- timedUpdate(3)
- }
- 6 -> {
- closeInterface(player)
- end(fade = false) { player.locks.lockTeleport(1000000) }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/evilbob/ServantDialogue.kt b/Server/src/main/content/global/ame/events/evilbob/ServantDialogue.kt
deleted file mode 100644
index c177f8dab..000000000
--- a/Server/src/main/content/global/ame/events/evilbob/ServantDialogue.kt
+++ /dev/null
@@ -1,58 +0,0 @@
-package content.global.ame.events.evilbob
-
-import core.ServerConstants
-import core.api.getAttribute
-import core.api.setAttribute
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.node.entity.npc.NPC
-import core.tools.END_DIALOGUE
-import org.rs09.consts.NPCs
-
-class ServantDialogue : DialogueFile() {
-
- override fun handle(componentID: Int, buttonID: Int) {
- npc = NPC(NPCs.SERVANT_2481)
- when (stage) {
- 0 -> {
- if (getAttribute(player!!, EvilBobUtils.eventComplete, false)) {
- playerl(FacialExpression.NEUTRAL, "Evil Bob has fallen asleep, come quickly!").also { stage = 2 }
- } else if (!getAttribute(player!!, EvilBobUtils.servantHelpDialogueSeen, false)) {
- playerl(FacialExpression.ANGRY, "I need help, I've been kidnapped by an evil cat!").also { stage = 200 }
- } else if (getAttribute(player!!, EvilBobUtils.attentiveNewSpot, false)) {
- npcl(FacialExpression.SAD, "Look... over t-t-there! That fishing spot c-c-contains the f-f-f-fish he likes.").also { stage = 1 }
- } else npcl(FacialExpression.SAD, "F-f-f-fish... give him the f-f-f-fish he likes and he might f- f-f-fall asleep.").also { stage = END_DIALOGUE }
-
- }
- 1 -> {
- end()
- setAttribute(player!!, EvilBobUtils.attentiveNewSpot, false)
- when (getAttribute(player!!, EvilBobUtils.assignedFishingZone, EvilBobUtils.northFishingZone.toString())) {
- EvilBobUtils.northFishingZone.toString() -> ServantCutsceneN(player!!).start()
- EvilBobUtils.southFishingZone.toString() -> ServantCutsceneS(player!!).start()
- EvilBobUtils.eastFishingZone.toString() -> ServantCutsceneE(player!!).start()
- EvilBobUtils.westFishingZone.toString() -> ServantCutsceneW(player!!).start()
- }
- }
- 2 -> npcl(FacialExpression.SAD, "Come? Come where?").also { stage++ }
- 3 -> playerl(FacialExpression.FRIENDLY, "Away from this place! To ${ServerConstants.SERVER_NAME} proper!").also { stage++ }
- 4 -> npcl(FacialExpression.SAD, "You go, ${player!!.username}, I don't belong there... I belong here, in Scape2009. This is the only place I can ever go...").also { stage++ }
- 5 -> options("But I love you!", "Oh alright then.").also { stage++ }
- 6 -> when(buttonID) {
- 1 -> playerl(FacialExpression.SAD, "But I love you!").also { stage = 100 }
- 2 -> playerl(FacialExpression.NEUTRAL, "Oh, alright then, I'll be off! See you around!").also { stage = END_DIALOGUE}
- }
-
- 100 -> npcl(FacialExpression.NEUTRAL, "Our love can never be, sweet ${player!!.username}.").also { stage++ }
- 101 -> npcl(FacialExpression.NEUTRAL, "Go now! Go, and don't look back!").also { stage = END_DIALOGUE }
-
- 200 -> npcl(FacialExpression.SAD, "Meow! Errr... I c-c-c-can't help you... He'll kill us all!").also { stage++ }
- 201 -> playerl(FacialExpression.ANGRY, "Now you listen to me! He's just a little cat! There must be something I can do!").also { stage++ }
- 202 -> npcl(FacialExpression.SAD, "F-f-f-fish... give him the f-f-f-fish he likes and he might f- f-f-fall asleep.").also { stage++ }
- 203 -> {
- npcl(FacialExpression.SAD, "Look... over t-t-there! That fishing spot c-c-contains the f-f-f-fish he likes.").also { stage = 1 }
- setAttribute(player!!, EvilBobUtils.servantHelpDialogueSeen, true)
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/ame/events/evilchicken/EvilChickenNPC.kt b/Server/src/main/content/global/ame/events/evilchicken/EvilChickenNPC.kt
deleted file mode 100644
index 5b065f567..000000000
--- a/Server/src/main/content/global/ame/events/evilchicken/EvilChickenNPC.kt
+++ /dev/null
@@ -1,43 +0,0 @@
-package content.global.ame.events.evilchicken
-
-import core.api.getWorldTicks
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import core.game.node.item.GroundItemManager
-import core.game.node.item.Item
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-import content.global.ame.RandomEventNPC
-import core.api.utils.WeightBasedTable
-
-val ids = (2463..2468).toList()
-
-class EvilChickenNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(2463) {
- val phrases = arrayOf("Bwuk","Bwuk bwuk bwuk","Flee from me, @name!","Begone, @name!","Bwaaaauuuk bwuk bwuk","MUAHAHAHAHAAA!")
- override fun talkTo(npc: NPC) {}
-
- override fun init() {
- super.init()
- val id = idForCombatLevel(ids, player)
- this.transform(id)
- this.attack(player)
- sendChat(phrases.random().replace("@name",player.username.capitalize()))
- this.isRespawn = false
- }
-
- override fun finalizeDeath(killer: Entity?) {
- super.finalizeDeath(killer)
- GroundItemManager.create(Item(Items.FEATHER_314, RandomFunction.random(50,300)), this.dropLocation, player)
- }
-
- override fun tick() {
- if(!player.location.withinDistance(this.location,8)){
- this.terminate()
- }
- if(getWorldTicks() % 10 == 0){
- sendChat(phrases.random().replace("@name",player.username.capitalize()))
- }
- super.tick()
- if(!player.viewport.currentPlane.npcs.contains(this)) this.clear()
- }
-}
diff --git a/Server/src/main/content/global/ame/events/freakyforester/FreakListeners.kt b/Server/src/main/content/global/ame/events/freakyforester/FreakListeners.kt
deleted file mode 100644
index 8754a8d08..000000000
--- a/Server/src/main/content/global/ame/events/freakyforester/FreakListeners.kt
+++ /dev/null
@@ -1,66 +0,0 @@
-package content.global.ame.events.freakyforester
-
-import core.api.*
-import org.rs09.consts.NPCs
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.Entity
-import core.game.system.task.Pulse
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.map.zone.ZoneRestriction
-import org.rs09.consts.Items
-
-class FreakListeners : InteractionListener, MapArea {
-
- private val exitPortal = Scenery.PORTAL_8972
- private val freakNpc = NPCs.FREAKY_FORESTER_2458
- private val pheasants = intArrayOf(NPCs.PHEASANT_2459,NPCs.PHEASANT_2460,NPCs.PHEASANT_2461,NPCs.PHEASANT_2462)
- override fun defineListeners() {
- on(freakNpc,IntType.NPC,"talk-to") { player, node ->
- if (inBorders(player, FreakUtils.freakArea)) {
- if (getAttribute(player, FreakUtils.freakTask, -1) == -1) FreakUtils.giveFreakTask(player)
- openDialogue(player, FreakyForesterDialogue(), node.asNpc())
- } else {
- sendMessage(player, "They aren't interested in talking to you.")
- }
- return@on true
- }
-
- on(pheasants,IntType.NPC,"attack") { player, node ->
- if (getAttribute(player,FreakUtils.freakComplete, false)) {
- sendMessage(player,"You don't need to attack any more pheasants. You're allowed to leave.")
- } else if (inInventory(player, Items.RAW_PHEASANT_6178) || inInventory(player, Items.RAW_PHEASANT_6179) || getAttribute(player, FreakUtils.pheasantKilled, false)){
- sendMessage(player,"You don't need to attack any more pheasants.")
- } else {
- player.attack(node.asNpc())
- }
- return@on true
- }
-
- on(exitPortal,IntType.SCENERY,"enter") { player, _ ->
- if (getAttribute(player,FreakUtils.freakComplete,false)) {
- FreakUtils.cleanup(player)
- submitWorldPulse(object : Pulse(2) {
- override fun pulse(): Boolean {
- FreakUtils.reward(player)
- return true
- }
- })
- return@on true
- } else sendMessage(player,"A supernatural force prevents you from leaving.")
- return@on true
- }
- }
- override fun defineAreaBorders(): Array {
- return arrayOf(FreakUtils.freakArea)
- }
-
- override fun getRestrictions(): Array {
- return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.OFF_MAP)
- }
-
- override fun areaEnter(entity: Entity) {
- entity.locks.lockTeleport(1000000)
- }
-}
diff --git a/Server/src/main/content/global/ame/events/freakyforester/FreakUtils.kt b/Server/src/main/content/global/ame/events/freakyforester/FreakUtils.kt
deleted file mode 100644
index 84e491f89..000000000
--- a/Server/src/main/content/global/ame/events/freakyforester/FreakUtils.kt
+++ /dev/null
@@ -1,52 +0,0 @@
-package content.global.ame.events.freakyforester
-
-import content.global.ame.returnPlayer
-import core.api.*
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import core.game.node.entity.player.Player
-import core.game.world.map.zone.ZoneBorders
-import core.tools.RandomFunction
-
-object FreakUtils{
- const val freakNpc = NPCs.FREAKY_FORESTER_2458
- const val freakTask = "/save:freakyf:task"
- const val freakComplete = "/save:freakyf:complete"
- const val pheasantKilled = "freakyf:killed"
- val freakArea = ZoneBorders(2587, 4758, 2616, 4788)
- fun giveFreakTask(player: Player) {
- when(RandomFunction.getRandom(4)) {
- 0 -> setAttribute(player, freakTask, NPCs.PHEASANT_2459)
- 1 -> setAttribute(player, freakTask, NPCs.PHEASANT_2460)
- 2 -> setAttribute(player, freakTask, NPCs.PHEASANT_2461)
- 3 -> setAttribute(player, freakTask, NPCs.PHEASANT_2462)
- else -> setAttribute(player, freakTask, NPCs.PHEASANT_2459)
- }
- player.dialogueInterpreter.open(FreakyForesterDialogue(), freakNpc)
- }
-
- fun cleanup(player: Player) {
- returnPlayer(player)
- removeAttributes(player, freakTask, freakComplete, pheasantKilled)
- removeAll(player, Items.RAW_PHEASANT_6178)
- removeAll(player, Items.RAW_PHEASANT_6178, Container.BANK)
- removeAll(player, Items.RAW_PHEASANT_6179)
- removeAll(player, Items.RAW_PHEASANT_6179, Container.BANK)
- }
-
- fun reward(player: Player){
- val hasHat = hasAnItem(player, Items.LEDERHOSEN_HAT_6182).container != null
- val hasTop = hasAnItem(player, Items.LEDERHOSEN_TOP_6180).container != null
- val hasShort = hasAnItem(player, Items.LEDERHOSEN_SHORTS_6181).container != null
- sendNPCDialogue(player, freakNpc, "You get a lederhosen item as a reward for your help, many thanks!")
- when{
- (!hasHat) -> addItemOrDrop(player, Items.LEDERHOSEN_HAT_6182, 1)
- (!hasTop) -> addItemOrDrop(player, Items.LEDERHOSEN_TOP_6180, 1)
- (!hasShort) -> addItemOrDrop(player, Items.LEDERHOSEN_SHORTS_6181, 1)
- else ->{
- sendNPCDialogue(player, freakNpc, "You get some money for your help, many thanks!")
- addItemOrDrop(player, Items.COINS_995, 500)
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/freakyforester/FreakyForesterDialogue.kt b/Server/src/main/content/global/ame/events/freakyforester/FreakyForesterDialogue.kt
deleted file mode 100644
index c9ff3cc0a..000000000
--- a/Server/src/main/content/global/ame/events/freakyforester/FreakyForesterDialogue.kt
+++ /dev/null
@@ -1,27 +0,0 @@
-package content.global.ame.events.freakyforester
-
-import core.api.*
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.tools.END_DIALOGUE
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-class FreakyForesterDialogue : DialogueFile(){
-
- override fun handle(componentID: Int, buttonID: Int) {
- if (removeItem(player!!, Items.RAW_PHEASANT_6179) && !getAttribute(player!!, FreakUtils.freakComplete, false)) {
- npcl(FacialExpression.NEUTRAL, "That's not the right one.").also { stage = END_DIALOGUE }
- setAttribute(player!!, FreakUtils.pheasantKilled, false)
- } else if (removeItem(player!!, Items.RAW_PHEASANT_6178) || getAttribute(player!!, FreakUtils.freakComplete, false)) {
- npcl(FacialExpression.NEUTRAL, "Thanks, ${player!!.username}, you may leave the area now.").also { stage = END_DIALOGUE }
- sendChat(findNPC(FreakUtils.freakNpc)!!, "Thanks, ${player!!.username}, you may leave the area now.")
- setAttribute(player!!, FreakUtils.freakComplete, true)
- } else when (getAttribute(player!!, FreakUtils.freakTask, -1)) {
- NPCs.PHEASANT_2459 -> sendNPCDialogue(player!!, FreakUtils.freakNpc, "Hey there ${player!!.username}. Can you kill the one tailed pheasant please. Bring me the raw pheasant when you're done.").also { stage = END_DIALOGUE }
- NPCs.PHEASANT_2460 -> sendNPCDialogue(player!!, FreakUtils.freakNpc, "Hey there ${player!!.username}. Can you kill the two tailed pheasant please. Bring me the raw pheasant when you're done.").also { stage = END_DIALOGUE }
- NPCs.PHEASANT_2461 -> sendNPCDialogue(player!!, FreakUtils.freakNpc, "Hey there ${player!!.username}. Can you kill the three tailed pheasant please. Bring me the raw pheasant when you're done.").also { stage = END_DIALOGUE }
- NPCs.PHEASANT_2462 -> sendNPCDialogue(player!!, FreakUtils.freakNpc, "Hey there ${player!!.username}. Can you kill the four tailed pheasant please. Bring me the raw pheasant when you're done.").also { stage = END_DIALOGUE }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/freakyforester/FreakyForesterNPC.kt b/Server/src/main/content/global/ame/events/freakyforester/FreakyForesterNPC.kt
deleted file mode 100644
index 1ef52dde6..000000000
--- a/Server/src/main/content/global/ame/events/freakyforester/FreakyForesterNPC.kt
+++ /dev/null
@@ -1,25 +0,0 @@
-package content.global.ame.events.freakyforester
-
-import content.global.ame.RandomEventNPC
-import content.global.ame.kidnapPlayer
-import core.api.*
-import org.rs09.consts.NPCs
-import core.api.utils.WeightBasedTable
-import core.game.node.entity.npc.NPC
-import core.game.world.map.Location
-
-class FreakyForesterNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.FREAKY_FORESTER_2458) {
- override fun init() {
- super.init()
- sendChat("Ah, ${player.username}, just the person I need!")
- face(player)
- kidnapPlayer(this, player, Location(2599, 4777, 0)) { player, _ ->
- FreakUtils.giveFreakTask(player)
- openDialogue(player, FreakyForesterDialogue(), FreakUtils.freakNpc)
- }
- }
-
- override fun talkTo(npc: NPC) {
- player.dialogueInterpreter.open(FreakyForesterDialogue(),npc)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/freakyforester/PheasantBehavior.kt b/Server/src/main/content/global/ame/events/freakyforester/PheasantBehavior.kt
deleted file mode 100644
index ad49212d2..000000000
--- a/Server/src/main/content/global/ame/events/freakyforester/PheasantBehavior.kt
+++ /dev/null
@@ -1,37 +0,0 @@
-package content.global.ame.events.freakyforester
-
-import core.api.getAttribute
-import core.api.sendMessage
-import core.api.sendNPCDialogue
-import core.api.setAttribute
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-class PheasantBehavior : NPCBehavior(NPCs.PHEASANT_2459, NPCs.PHEASANT_2460, NPCs.PHEASANT_2461, NPCs.PHEASANT_2462) {
- override fun onDropTableRolled(self: NPC, killer: Entity, drops: ArrayList- ) {
- val assignedPheasant = getAttribute(killer, FreakUtils.freakTask, -1)
- if (assignedPheasant == -1) return
- drops.removeLast()
- if (assignedPheasant == self.id) {
- drops.add(Item (Items.RAW_PHEASANT_6178))
- } else {
- drops.add(Item (Items.RAW_PHEASANT_6179))
- }
- setAttribute(killer, FreakUtils.pheasantKilled, true)
- }
-
- override fun beforeDamageReceived(self: NPC, attacker: Entity, state: BattleState) {
- state.estimatedHit = 5
- state.secondaryHit = 0
- }
-
- override fun getXpMultiplier(self: NPC, attacker: Entity): Double {
- return 0.0
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/genie/GenieDialogue.kt b/Server/src/main/content/global/ame/events/genie/GenieDialogue.kt
deleted file mode 100644
index 7bcaa3c4d..000000000
--- a/Server/src/main/content/global/ame/events/genie/GenieDialogue.kt
+++ /dev/null
@@ -1,20 +0,0 @@
-package content.global.ame.events.genie
-
-import core.api.*
-import core.game.dialogue.FacialExpression
-import core.game.dialogue.DialogueFile
-import core.game.system.timer.impl.AntiMacro
-import org.rs09.consts.Items
-
-class GenieDialogue() : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- when (stage) {
- 0 -> npcl(FacialExpression.NEUTRAL, "Ah, so you are there, ${player!!.username.capitalize()}. I'm so glad you summoned me. Please take this lamp and make your wish."). also { stage++ }
- 1 -> {
- end()
- addItemOrDrop(player!!, Items.LAMP_2528)
- AntiMacro.terminateEventNpc(player!!)
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/ame/events/genie/GenieNPC.kt b/Server/src/main/content/global/ame/events/genie/GenieNPC.kt
deleted file mode 100644
index b4700a9a5..000000000
--- a/Server/src/main/content/global/ame/events/genie/GenieNPC.kt
+++ /dev/null
@@ -1,43 +0,0 @@
-package content.global.ame.events.genie
-
-import core.game.node.entity.npc.NPC
-import core.tools.RandomFunction
-import org.rs09.consts.NPCs
-import content.global.ame.RandomEventNPC
-import core.api.lock
-import core.api.playAudio
-import core.api.utils.WeightBasedTable
-import org.rs09.consts.Sounds
-
-class GenieNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.GENIE_409) {
- lateinit var phrases: Array
-
- override fun tick() {
- sayLine(this, phrases, true, true)
- if (ticksLeft == 2) {
- lock(player, 2)
- }
- super.tick()
- }
-
- override fun init() {
- super.init()
- val honorific = if (player.isMale) "Master" else "Mistress"
- phrases = arrayOf(
- "Greetings, ${player.username}!",
- "Ehem... $honorific ${player.username}?",
- "Are you there, $honorific ${player.username}?",
- "No one ignores me!"
- )
- playAudio(player, Sounds.GENIE_APPEAR_2301)
- }
-
- override fun talkTo(npc: NPC) {
- player.dialogueInterpreter.open(GenieDialogue(),npc)
- }
-
- override fun onTimeUp() {
- noteAndTeleport()
- terminate()
- }
-}
diff --git a/Server/src/main/content/global/ame/events/maze/MazeInterface.kt b/Server/src/main/content/global/ame/events/maze/MazeInterface.kt
deleted file mode 100644
index c3c1ab7f4..000000000
--- a/Server/src/main/content/global/ame/events/maze/MazeInterface.kt
+++ /dev/null
@@ -1,305 +0,0 @@
-package content.global.ame.events.maze
-
-import content.global.ame.returnPlayer
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.api.utils.WeightedItem
-import core.game.event.EventHook
-import core.game.event.TickEvent
-import core.game.global.action.DoorActionHandler
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-import core.game.system.task.Pulse
-import core.game.world.GameWorld.Pulser
-import core.game.world.map.Location
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.map.zone.ZoneRestriction
-import core.game.world.update.flag.context.Graphics
-import org.rs09.consts.*
-
-class MazeInterface : InteractionListener, EventHook, MapArea {
- companion object {
- const val MAZE_TIMER_INTERFACE = Components.MAZETIMER_209
- const val MAZE_TIMER_VARP = 531 // Interface 209 child 2 config: [531, 0]
- const val MAZE_ATTRIBUTE_TICKS_LEFT = "maze:percent-ticks-left"
- const val MAZE_ATTRIBUTE_CHESTS_OPEN = "/save:maze:chests-opened"
-
- val STARTING_POINTS = arrayOf(
- Location(2928, 4553, 0),
- Location(2917, 4553, 0),
- Location(2908, 4555, 0),
- Location(2891, 4589, 0),
- Location(2891, 4595, 0),
- Location(2891, 4595, 0),
- Location(2926, 4597, 0),
- Location(2931, 4597, 0),
- // There's 2 more, but there isn't a door for them...
- )
-
- val REWARD_ITEM = intArrayOf(
- Items.COINS_995,
- Items.FEATHER_314,
- Items.IRON_ARROW_884,
- Items.CHAOS_RUNE_562,
- Items.STEEL_ARROW_886,
- Items.DEATH_RUNE_560,
- Items.COAL_454,
- Items.NATURE_RUNE_561,
- Items.MITHRIL_ORE_448
- )
-
- val ITEM_DIVISOR = arrayOf(
- 1.0,
- 2.0,
- 3.0,
- 9.0,
- 12.0,
- 18.0,
- 45.0,
- 162.0,
- 180.0,
- )
-
- val CHEST_REWARDS = WeightBasedTable.create(
- WeightedItem(Items.AIR_RUNE_556,15,15,1.0),
- WeightedItem(Items.WATER_RUNE_555,10,10,1.0),
- WeightedItem(Items.EARTH_RUNE_557,10,10,1.0),
- WeightedItem(Items.FIRE_RUNE_554,10,10,1.0),
- WeightedItem(Items.BRONZE_ARROW_882,20,20,1.0),
- WeightedItem(Items.BRONZE_BOLTS_877,10,10,1.0),
- WeightedItem(Items.IRON_ARROW_884,15,15,1.0),
- WeightedItem(Items.ATTACK_POTION2_123,1,1,1.0),
- WeightedItem(Items.STRENGTH_POTION2_117,1,1,1.0),
- WeightedItem(Items.DEFENCE_POTION2_135,1,1,1.0),
- )
-
- private val ONE_WAY_WALL = mapOf(
- Location.create(2904, 4573, 0) to setOf( // Diagonal entries
- Location.create(2904, 4573, 0),
- Location.create(2904, 4572, 0),
- Location.create(2904, 4574, 0),
- ),
- Location.create(2906, 4586, 0) to setOf( // Diagonal entries
- Location.create(2906, 4586, 0),
- Location.create(2907, 4586, 0),
- ),
- Location.create(2902, 4575, 0) to setOf(Location.create(2903, 4575, 0)),
- Location.create(2924, 4583, 0) to setOf(Location.create(2923, 4583, 0)),
- )
-
- fun initMaze(player: Player) {
- setAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 300)
- setVarp(player, MAZE_TIMER_VARP, (getAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 0) / 3),false)
- openOverlay(player, MAZE_TIMER_INTERFACE)
- sendMessage(player, "You need to reach the maze center, then you'll be returned to where you were.")
- sendNPCDialogue(player, NPCs.MYSTERIOUS_OLD_MAN_410, "You need to reach the maze center, then you'll be returned to where you were.")
- }
-
- fun calculateLoot(player: Player) {
- val randomNumber = (0..8).random()
- val totalLevel = player.getSkills().totalLevel.toDouble()
- val rewardPotential = getAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 0).toDouble() / 300.0
- val itemDivisor = ITEM_DIVISOR[randomNumber]
- val itemQuantity = (totalLevel * rewardPotential * 3.33) / itemDivisor
- // sendMessage(player, "Maze reward calculation: $totalLevel * $rewardPotential * 3.33 / $itemDivisor = $itemQuantity")
- if (itemQuantity.toInt() > 0) {
- addItemOrDrop(player, REWARD_ITEM[randomNumber], itemQuantity.toInt())
- }
- }
-
- /**
- * Chest Location to rotation mapping.
- * This is needed as it is impossible to obtain the underlying chest scenery for the rotation.
- * 0: Facing North, 1: Facing East, 2: Facing South, 3: Facing West
- */
- val chestLocationRotationMap = mapOf(
- Location(2930, 4595, 0).toString() to 2,
- Location(2924, 4572, 0).toString() to 2,
- Location(2925, 4573, 0).toString() to 0,
- Location(2900, 4578, 0).toString() to 2,
- Location(2901, 4560, 0).toString() to 1,
- Location(2890, 4599, 0).toString() to 2,
- Location(2896, 4591, 0).toString() to 2,
- Location(2895, 4592, 0).toString() to 1,
- Location(2901, 4560, 0).toString() to 3,
- Location(2918, 4590, 0).toString() to 1,
- Location(2917, 4590, 0).toString() to 3,
- )
-
- /**
- * Chest Interaction workaround
- *
- * The issue here is that the walls(3626) of the Maze are overlapping some(not all) chest sceneries.
- *
- * The types for the wallScenery:
- * Type 0 - flat panel |
- * Type 2 - right angle panel with rotation 0:r 1:7 2:> 3:L
- * Type 3 - corner post . for angle edges of walls
- */
- fun overrideScenery(wallScenery: core.game.node.scenery.Scenery, chestSceneryId: Int): core.game.node.scenery.Scenery {
- if (wallScenery.id == chestSceneryId) {
- replaceScenery(wallScenery, Scenery.CHEST_3636, 30)
- wallScenery.isActive = true
- return wallScenery // Return the chest scenery as the wallScenery isn't there.
- }
-
- addScenery(Scenery.CHEST_3636, wallScenery.location, chestLocationRotationMap[wallScenery.location.toString()] ?: 0, 10)
- addScenery(wallScenery)
- // replaceScenery(newChestScenery, Scenery.CHEST_3636, 3) // didn't work for an underlying scenery
- // I did a world pulse since everyone will get to see the chest open.
- Pulser.submit(object : Pulse(30) {
- override fun pulse(): Boolean {
- addScenery(Scenery.CHEST_3635, wallScenery.location, chestLocationRotationMap[wallScenery.location.toString()] ?: 0, 10)
- addScenery(wallScenery)
- return true
- }
- })
- // Return the chest scenery to replace PacketProcessor so that MISMATCH will not happen.
- return core.game.node.scenery.Scenery(
- chestSceneryId,
- wallScenery.location,
- chestLocationRotationMap[wallScenery.location.toString()] ?: 0
- )
- }
- }
-
- override fun defineListeners() {
-
- // This somehow doesn't trigger as the scenery.id != objId (3626 != 3635)
- on(Scenery.CHEST_3635, IntType.SCENERY, "open") { player, node ->
- if (getAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT, 0) > 0 && getAttribute(player, MAZE_ATTRIBUTE_CHESTS_OPEN, 0) < 10) {
- animate(player, 536)
- // val actualScenery = RegionManager.getObject(node.location.z, node.location.x, node.location.y, 3626)
- val tableRoll = CHEST_REWARDS.roll()
- addItemOrBank(player, tableRoll[0].id, tableRoll[0].amount)
- when (tableRoll[0].id){
- Items.AIR_RUNE_556 -> sendItemDialogue(player, Items.AIR_RUNE_556, "You've found some air runes!")
- Items.WATER_RUNE_555 -> sendItemDialogue(player, Items.WATER_RUNE_555, "You've found some water runes!")
- Items.EARTH_RUNE_557 -> sendItemDialogue(player, Items.EARTH_RUNE_557, "You've found some earth runes!")
- Items.FIRE_RUNE_554 -> sendItemDialogue(player, Items.FIRE_RUNE_554, "You've found some fire runes!")
- Items.BRONZE_ARROW_882 -> sendItemDialogue(player, Items.BRONZE_ARROW_882, "You've found some bronze arrows!")
- Items.BRONZE_BOLTS_877 -> sendItemDialogue(player, Items.BRONZE_BOLTS_877, "You've found some bronze bolts!")
- Items.IRON_ARROW_884 -> sendItemDialogue(player, Items.IRON_ARROW_884, "You've found some iron arrows!")
- Items.ATTACK_POTION2_123 -> sendItemDialogue(player, Items.ATTACK_POTION2_123, "You've found an attack potion!")
- Items.STRENGTH_POTION2_117 -> sendItemDialogue(player, Items.STRENGTH_POTION2_117, "You've found a strength potion!")
- Items.DEFENCE_POTION2_135 -> sendItemDialogue(player, Items.DEFENCE_POTION2_135, "You've found a defence potion!")
- }
- setAttribute(player, MAZE_ATTRIBUTE_CHESTS_OPEN, getAttribute(player, MAZE_ATTRIBUTE_CHESTS_OPEN, 0))
- } else {
- sendMessage(player,"You find nothing of interest.")
- }
- return@on true
- }
-
- on(Scenery.CHEST_3636, SCENERY, "search") { player, node ->
- sendMessage(player,"You find nothing of interest.")
- return@on true
- }
-
- on(Scenery.WALL_3626, IntType.SCENERY, "open") { player, node ->
- sendMessage(player, "That bit doesn't open.") // 0xBrLo9woIY
- return@on true
- }
-
- on(
- intArrayOf(
- Scenery.WALL_3628,
- Scenery.WALL_3629,
- Scenery.WALL_3630,
- Scenery.WALL_3631,
- Scenery.WALL_3632,
- ),
- IntType.SCENERY,
- "open"
- ) { player, node ->
- val scenery = node as core.game.node.scenery.Scenery
-
- if (ONE_WAY_WALL[scenery.location]?.contains(player.location) == true) {
- sendDialogue(player, "I don't think that's the right way.")
- } else {
- DoorActionHandler.handleAutowalkDoor(player, scenery)
- }
-
- return@on true
- }
-
- on(Scenery.STRANGE_SHRINE_3634, IntType.SCENERY, "touch") { player, node ->
- player.unhook(this)
- lock(player, 12)
- closeOverlay(player)
- queueScript(player, 0, QueueStrength.SOFT) { stage: Int ->
- when (stage) {
- 0 -> {
- sendGraphics(Graphics(86, 0, 3), player.location)
- animate(player,862)
- return@queueScript delayScript(player, 6)
- }
- 1 -> {
- sendGraphics(Graphics(1576, 0, 0), player.location)
- animate(player,8939)
- playAudio(player, Sounds.TELEPORT_ALL_200)
- return@queueScript delayScript(player, 3)
- }
- 2 -> {
- returnPlayer(player)
- sendGraphics(Graphics(1577, 0, 0), player.location)
- animate(player,8941)
- closeOverlay(player)
- return@queueScript delayScript(player, 1)
- }
- 3 -> {
- calculateLoot(player)
- removeAttribute(player, MAZE_ATTRIBUTE_TICKS_LEFT)
- removeAttribute(player, MAZE_ATTRIBUTE_CHESTS_OPEN)
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
-
- return@on true
- }
- }
-
- override fun process(entity: Entity, event: TickEvent) {
- if (entity is Player) {
- if (getAttribute(entity, MAZE_ATTRIBUTE_TICKS_LEFT, 0) > 0) {
- setAttribute(entity, MAZE_ATTRIBUTE_TICKS_LEFT, getAttribute(entity, MAZE_ATTRIBUTE_TICKS_LEFT, 0) - 1)
- }
- setVarp(entity, MAZE_TIMER_VARP, (getAttribute(entity, MAZE_ATTRIBUTE_TICKS_LEFT, 0) / 3), false)
- }
- }
-
- override fun defineAreaBorders(): Array {
- return arrayOf(getRegionBorders(11591))
- }
-
- override fun getRestrictions(): Array {
- return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.TELEPORT, ZoneRestriction.OFF_MAP)
- }
-
- override fun areaEnter(entity: Entity) {
- if (entity is Player) {
- sendMessage(entity, "Head for the center of the maze.")
- entity.interfaceManager.removeTabs(0, 1, 2, 3, 4, 5, 6, 12)
- openOverlay(entity, MAZE_TIMER_INTERFACE)
- }
- }
-
- override fun areaLeave(entity: Entity, logout: Boolean) {
- if (entity is Player) {
- entity.interfaceManager.restoreTabs()
- closeOverlay(entity)
- entity.unhook(this)
- }
- }
- override fun entityStep(entity: Entity, location: Location, lastLocation: Location) {
- if (entity is Player) {
- entity.hook(Event.Tick, this)
- }
- }
-
-}
diff --git a/Server/src/main/content/global/ame/events/maze/MazeNPC.kt b/Server/src/main/content/global/ame/events/maze/MazeNPC.kt
deleted file mode 100644
index a51f0b044..000000000
--- a/Server/src/main/content/global/ame/events/maze/MazeNPC.kt
+++ /dev/null
@@ -1,32 +0,0 @@
-package content.global.ame.events.maze
-
-import content.global.ame.RandomEventNPC
-import content.global.ame.kidnapPlayer
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.game.node.entity.npc.NPC
-import org.rs09.consts.NPCs
-
-class MazeNPC(var type: String = "", override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.MYSTERIOUS_OLD_MAN_410) {
- override fun init() {
- super.init()
- sendChat("Aha, you'll do ${player.username}!")
- face(player)
- // Note: This event is NOT instanced:
- // Sources:
- // https://youtu.be/2gpzn9oNdy0 (2007)
- // https://youtu.be/Tni1HURgnxg (2008)
- // https://youtu.be/igdwDZOv9LU (2008)
- // https://youtu.be/0oBCkLArUmc (2011 - even with personal Mysterious Old Man) - "Sorry, this is not the old man you are looking for."
- // https://youtu.be/FMuKZm-Ikgs (2011)
- // val region = DynamicRegion.create(11591)
- kidnapPlayer(this, player, MazeInterface.STARTING_POINTS.random()) { player, _ ->
- MazeInterface.initMaze(player)
- removeAttribute(player, MazeInterface.MAZE_ATTRIBUTE_CHESTS_OPEN)
- }
- }
-
- override fun talkTo(npc: NPC) {
- sendMessage(player, "He isn't interested in talking to you.")
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/pillory/PilloryInterface.kt b/Server/src/main/content/global/ame/events/pillory/PilloryInterface.kt
deleted file mode 100644
index f48fc76f4..000000000
--- a/Server/src/main/content/global/ame/events/pillory/PilloryInterface.kt
+++ /dev/null
@@ -1,219 +0,0 @@
-package content.global.ame.events.pillory
-
-import content.global.ame.RandomEvents
-import content.global.ame.returnPlayer
-import core.api.*
-import core.game.dialogue.FacialExpression
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import core.game.interaction.InterfaceListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.Entity
-import core.game.world.map.Location
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.map.zone.ZoneRestriction
-import core.game.world.update.flag.context.Graphics
-import org.rs09.consts.NPCs
-import org.rs09.consts.Scenery
-import org.rs09.consts.Sounds
-
-/**
- * Pillory Unlocking Interface PILLORY_189
- *
- * https://www.youtube.com/watch?v=caWn7pE2mkE
- * https://www.youtube.com/watch?v=TMVR5cZZwZ0
- * https://www.youtube.com/watch?v=Ym9LCDP-Q74
- * https://www.youtube.com/watch?v=_vn0QZTtI6U (Failure)
- * https://www.youtube.com/watch?v=zmXDikQIua4
- *
- * Child IDs
- * 4 - Rotating Lock Model
- * 5 6 7 - Swinging Keys Models
- * 8 9 10 - Buttons for the Swinging Keys Models
- * 11 12 13 14 15 16 - Padlocks at the Top
- * 17 18 19 20 21 22 - Padlocks stars? Model 15272, Anim 4135
- *
- * Model IDs
- * Using the amazeballs ::listifmodels
- * 9749, 9750, 9751, 9752 - Swinging Keys Models
- * 9753, 9754, 9755, 9756 - Rotating Lock Models
- * 9757 9758 locked unlock
- */
-class PilloryInterface : InterfaceListener, InteractionListener, MapArea {
- companion object {
- const val PILLORY_LOCK_INTERFACE = 189
- const val PILLORY_ATTRIBUTE_EVENT_KEYS = "pillory:event-keys"
- const val PILLORY_ATTRIBUTE_EVENT_LOCK = "pillory:event-lock"
- const val PILLORY_ATTRIBUTE_NEEDED_TO_GET_CORRECT = "/save:pillory:target-correct"
- const val PILLORY_ATTRIBUTE_CORRECT_COUNTER = "/save:pillory:num-correct"
-
- val LOCATIONS = arrayOf(
- // Varrock Cages
- Location(3226, 3407, 0),
- Location(3228, 3407, 0),
- Location(3230, 3407, 0),
- // Seers Village Cages
- Location(2681, 3489, 0),
- Location(2683, 3489, 0),
- Location(2685, 3489, 0),
- // Yannile Cages
- Location(2604, 3105, 0),
- Location(2606, 3105, 0),
- Location(2608, 3105, 0),
- )
-
- fun initPillory(player: Player) {
- setAttribute(player, PILLORY_ATTRIBUTE_NEEDED_TO_GET_CORRECT, 3)
- setAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, 0)
- player.dialogueInterpreter.sendPlainMessage(true, "", "Solve the pillory puzzle to be returned to where you came from.")
- }
-
- fun randomPillory(player: Player) {
- // Shuffle all 4 kinds of keys in, pick 3 for the keys, pick 1 from the 3 as the lock.
- val keys = (0..3).toIntArray().let{ keys -> keys.shuffle(); return@let keys }
- val lock = intArrayOf(keys[1], keys[2], keys[3]).random() // Last 3 as there are 4 keys. key[0] is fallback.
-
- setAttribute(player, PILLORY_ATTRIBUTE_EVENT_KEYS, keys)
- setAttribute(player, PILLORY_ATTRIBUTE_EVENT_LOCK, lock)
-
- player.packetDispatch.sendModelOnInterface(9753 + lock, PILLORY_LOCK_INTERFACE, 4, 0)
- player.packetDispatch.sendModelOnInterface(9749 + keys[1], PILLORY_LOCK_INTERFACE, 5, 0)
- player.packetDispatch.sendModelOnInterface(9749 + keys[2], PILLORY_LOCK_INTERFACE, 6, 0)
- player.packetDispatch.sendModelOnInterface(9749 + keys[3], PILLORY_LOCK_INTERFACE, 7, 0)
-
- val numberToGetCorrect = getAttribute(player, PILLORY_ATTRIBUTE_NEEDED_TO_GET_CORRECT, 3)
- val correctCount = getAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, 0)
- for (i in 1.. 6) {
- // Set if lock is red or green.
- if (i <= correctCount) {
- player.packetDispatch.sendModelOnInterface(9758, PILLORY_LOCK_INTERFACE, 10 + i, 0)
- } else {
- player.packetDispatch.sendModelOnInterface(9757, PILLORY_LOCK_INTERFACE, 10 + i, 0)
- }
- // Set if hide or show lock.
- player.packetDispatch.sendInterfaceConfig(PILLORY_LOCK_INTERFACE, 10 + i, i > numberToGetCorrect)
- }
- }
-
- fun selectedKey(player: Player, buttonID: Int) {
- val keys = getAttribute(player, PILLORY_ATTRIBUTE_EVENT_KEYS, intArrayOf(0, 0, 0))
- val lock = getAttribute(player, PILLORY_ATTRIBUTE_EVENT_LOCK, -1)
- if (keys[buttonID] == lock) {
- // CORRECT ANSWER
- setAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, getAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, 0) + 1)
- if (getAttribute(player, PILLORY_ATTRIBUTE_NEEDED_TO_GET_CORRECT, 3) <= getAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, -1)) {
- player.dialogueInterpreter.sendPlainMessage(true, "", "You've escaped!")
- sendMessage(player, "You've escaped!")
- removeAttribute(player, PILLORY_ATTRIBUTE_NEEDED_TO_GET_CORRECT)
- removeAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER)
- closeInterface(player)
- queueScript(player, 0, QueueStrength.SOFT) { stage: Int ->
- when (stage) {
- 0 -> {
- lock(player, 6)
- sendGraphics(Graphics(1576, 0, 0), player.location)
- animate(player,8939)
- playAudio(player, Sounds.TELEPORT_ALL_200)
- return@queueScript delayScript(player, 3)
- }
- 1 -> {
- val loot = RandomEvents.CERTER.loot!!.roll(player)[0]
- addItemOrDrop(player, loot.id, loot.amount)
- returnPlayer(player)
- sendGraphics(Graphics(1577, 0, 0), player.location)
- animate(player,8941)
- closeInterface(player)
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- return
- }
- randomPillory(player)
- player.dialogueInterpreter.sendPlainMessage(
- true,
- "",
- "Correct!",
- "" + getAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, 0) + " down, " +
- (getAttribute(player, PILLORY_ATTRIBUTE_NEEDED_TO_GET_CORRECT, 3) - getAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, 0)) + " to go!")
- // Animation for the star, but it doesn't work.
- player.packetDispatch.sendInterfaceConfig(PILLORY_LOCK_INTERFACE, 16 + getAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, 1), false)
- sendAnimationOnInterface(player, 4135, PILLORY_LOCK_INTERFACE, 16 + getAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, 1))
- } else {
- // WRONG ANSWER
- player.dialogueInterpreter.close()
- player.dialogueInterpreter.sendDialogues(NPCs.TRAMP_2794 , FacialExpression.OLD_ANGRY1, "Bah, that's not right.","Use the key that matches the hole", "in the spinning lock.")
- if (getAttribute(player, PILLORY_ATTRIBUTE_NEEDED_TO_GET_CORRECT, 0) < 6) {
- setAttribute(player, PILLORY_ATTRIBUTE_NEEDED_TO_GET_CORRECT, getAttribute(player, PILLORY_ATTRIBUTE_NEEDED_TO_GET_CORRECT, 0) + 1)
- }
- setAttribute(player, PILLORY_ATTRIBUTE_CORRECT_COUNTER, 0)
- closeInterface(player)
- }
- }
- }
-
- override fun defineInterfaceListeners() {
- on(PILLORY_LOCK_INTERFACE){ player, component, opcode, buttonID, slot, itemID ->
- when (buttonID) {
- 8 -> selectedKey(player, 1)
- 9 -> selectedKey(player, 2)
- 10 -> selectedKey(player, 3)
- }
- return@on true
- }
-
- onOpen(PILLORY_LOCK_INTERFACE){ player, component ->
- return@onOpen true
- }
- }
-
- override fun defineListeners() {
- on(Scenery.CAGE_6836, IntType.SCENERY, "unlock") { player, node ->
- if (player.location in LOCATIONS) { // When you aren't inside.
- randomPillory(player)
- openInterface(player, PILLORY_LOCK_INTERFACE)
- player.dialogueInterpreter.sendPlainMessage(true, "", "Pick the swinging key that matches the", "hole in the spinning lock.")
- } else {
- sendMessage(player, "You can't unlock the pillory, you'll let all the prisoners out!")
- }
- return@on true
- }
- }
-
- override fun defineAreaBorders(): Array {
- return arrayOf(
- // Varrock Cages
- ZoneBorders(3226, 3407, 3226, 3407),
- ZoneBorders(3228, 3407, 3228, 3407),
- ZoneBorders(3230, 3407, 3230, 3407),
- // Seers Village Cages
- ZoneBorders(2681, 3489, 2681, 3489),
- ZoneBorders(2683, 3489, 2683, 3489),
- ZoneBorders(2685, 3489, 2685, 3489),
- // Yannile Cages
- ZoneBorders(2604, 3105, 2604, 3105),
- ZoneBorders(2606, 3105, 2606, 3105),
- ZoneBorders(2608, 3105, 2608, 3105),
- )
- }
-
- override fun getRestrictions(): Array {
- return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.TELEPORT, ZoneRestriction.OFF_MAP)
- }
-
- override fun areaEnter(entity: Entity) {
- if (entity is Player) {
- entity.interfaceManager.removeTabs(0, 1, 2, 3, 4, 5, 6, 12)
- }
- }
-
- override fun areaLeave(entity: Entity, logout: Boolean) {
- if (entity is Player) {
- entity.interfaceManager.restoreTabs()
- }
- }
-
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/pillory/PilloryNPC.kt b/Server/src/main/content/global/ame/events/pillory/PilloryNPC.kt
deleted file mode 100644
index 3917b035c..000000000
--- a/Server/src/main/content/global/ame/events/pillory/PilloryNPC.kt
+++ /dev/null
@@ -1,25 +0,0 @@
-package content.global.ame.events.pillory
-
-import content.global.ame.RandomEventNPC
-import content.global.ame.kidnapPlayer
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.game.component.Component.setUnclosable
-import core.game.node.entity.npc.NPC
-import org.rs09.consts.NPCs
-
-class PilloryNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.PILLORY_GUARD_2791) {
- override fun init() {
- super.init()
- sendChat("${player.username}, you're under arrest!")
- face(player)
- kidnapPlayer(this, player, PilloryInterface.LOCATIONS.random()) { player, _ ->
- PilloryInterface.initPillory(player)
- setUnclosable(player, player.dialogueInterpreter.sendPlainMessage(true, "", "Solve the pillory puzzle to be returned to where you came from."))
- }
- }
-
- override fun talkTo(npc: NPC) {
- sendMessage(player, "He isn't interested in talking to you.")
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterBorders.kt b/Server/src/main/content/global/ame/events/quizmaster/QuizMasterBorders.kt
deleted file mode 100644
index 860d4d7dc..000000000
--- a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterBorders.kt
+++ /dev/null
@@ -1,37 +0,0 @@
-package content.global.ame.events.quizmaster
-
-import core.api.*
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.world.map.Location
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.map.zone.ZoneRestriction
-import org.rs09.consts.NPCs
-
-class QuizMasterBorders : MapArea {
- override fun defineAreaBorders(): Array {
- return arrayOf(getRegionBorders(7754))
- }
-
- override fun getRestrictions(): Array {
- return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.TELEPORT, ZoneRestriction.OFF_MAP)
- }
-
- override fun areaEnter(entity: Entity) {
- if (entity is Player) {
- entity.interfaceManager.removeTabs(0, 1, 2, 3, 4, 5, 6, 12)
- face(entity, Location(1952, 4768, 1))
- animate(entity,2378)
- openDialogue(entity, QuizMasterDialogueFile(), NPC(NPCs.QUIZ_MASTER_2477))
- }
- }
-
- override fun areaLeave(entity: Entity, logout: Boolean) {
- if (entity is Player) {
- entity.interfaceManager.restoreTabs()
- //closeOverlay(entity)
- }
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterDialogueFile.kt b/Server/src/main/content/global/ame/events/quizmaster/QuizMasterDialogueFile.kt
deleted file mode 100644
index 4bb2ff79d..000000000
--- a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterDialogueFile.kt
+++ /dev/null
@@ -1,152 +0,0 @@
-package content.global.ame.events.quizmaster
-
-import content.global.ame.returnPlayer
-import core.ServerConstants
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.api.utils.WeightedItem
-import core.game.component.Component
-import core.game.dialogue.DialogueLabeller
-import core.game.dialogue.DialogueOption
-import core.game.dialogue.FacialExpression
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import org.rs09.consts.Components
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-class QuizMasterDialogueFile : DialogueLabeller() {
- companion object {
- const val QUIZMASTER_INTERFACE = Components.MACRO_QUIZSHOW_191
- const val QUIZMASTER_ATTRIBUTE_QUESTIONS_CORRECT = "/save:quizmaster:questions-correct"
- const val QUIZMASTER_ATTRIBUTE_RANDOM_ANSWER = "quizmaster:random-answer"
-
- /*
- // Golden Models:
- 8828 ADAMANT_BATTLEAXE_1371
- 8829 SALMON_329
- 8830 TROUT_333
- 8831 NECKLACE
- 8832 WOODEN_SHIELD_1171
- 8833 BRONZE_MED_HELM_1139
- 8834 RING
- 8835 SECATEURS_5329
- 8836 BRONZE_SWORD_1277
- 8837 GARDENING_TROWEL_5325
- */
- val sets = arrayOf(
- intArrayOf(8828, 8829, 8829),
- intArrayOf(8831, 8837, 8835),
- intArrayOf(8830, 8832, 8833),
- intArrayOf(8835, 8834, 8831),
- intArrayOf(8837, 8836, 8828),
- )
-
- fun randomQuestion(player: Player): Int {
- val randomSet = intArrayOf(*sets.random())
- val answer = intArrayOf(*randomSet)[0]
- randomSet.shuffle()
- val correctButton = randomSet.indexOf(answer) + 2 // buttons are 3,4,5
-
- player.packetDispatch.sendModelOnInterface(randomSet[0], QUIZMASTER_INTERFACE, 6, 512)
- player.packetDispatch.sendModelOnInterface(randomSet[1], QUIZMASTER_INTERFACE, 7, 512)
- player.packetDispatch.sendModelOnInterface(randomSet[2], QUIZMASTER_INTERFACE, 8, 512)
- player.packetDispatch.sendAngleOnInterface(QUIZMASTER_INTERFACE, 6, 512,0,0)
- player.packetDispatch.sendAngleOnInterface(QUIZMASTER_INTERFACE, 7, 512,0,0)
- player.packetDispatch.sendAngleOnInterface(QUIZMASTER_INTERFACE, 8, 512,0,0)
-
- return correctButton
- }
-
- // Random Item should be "Mystery Box", but the current MYSTERY_BOX_6199 is already inauthentically used by Giftmas.
- val tableRoll = WeightBasedTable.create(
- WeightedItem(Items.LAMP_2528, 1, 1, 1.0, false),
- WeightedItem(Items.CABBAGE_1965, 1, 1, 1.0, false),
- WeightedItem(Items.DIAMOND_1601, 1, 1, 1.0, false),
- WeightedItem(Items.BUCKET_1925, 1, 1, 1.0, false),
- WeightedItem(Items.FLIER_956, 1, 1, 1.0, false),
- WeightedItem(Items.OLD_BOOT_685, 1, 1, 1.0, false),
- WeightedItem(Items.BODY_RUNE_559, 1, 1, 1.0, false),
- WeightedItem(Items.ONION_1957, 1, 1, 1.0, false),
- WeightedItem(Items.MITHRIL_SCIMITAR_1329, 1, 1, 1.0, false),
- WeightedItem(Items.CASKET_405, 1, 1, 1.0, false),
- WeightedItem(Items.STEEL_PLATEBODY_1119, 1, 1, 1.0, false),
- WeightedItem(Items.NATURE_RUNE_561, 20, 20, 1.0, false),
- )
- }
-
-
- override fun addConversation() {
- assignToIds(NPCs.QUIZ_MASTER_2477)
- afterClose { player ->
- loadLabel(player, "question")
- }
-
- npc(FacialExpression.FRIENDLY,"WELCOME to the GREATEST QUIZ SHOW in the", "whole of ${ServerConstants.SERVER_NAME}:", " O D D O N E O U T", unclosable = true)
- player(FacialExpression.THINKING, "I'm sure I didn't ask to take part in a quiz show...", unclosable = true)
- npc(FacialExpression.FRIENDLY,"Please welcome our newest contestant:", " ${player?.username}!", "Just pick the O D D O N E O U T.", "Four questions right, and then you win!", unclosable = true)
- goto("question")
-
- label("question")
- manual(unclosable = true) { player, _ ->
- setAttribute(player, QUIZMASTER_ATTRIBUTE_RANDOM_ANSWER, randomQuestion(player))
- val comp = Component(QUIZMASTER_INTERFACE)
- player.interfaceManager.openChatbox(comp)
- return@manual comp
- }
- exec { player, _ ->
- if (buttonID == getAttribute(player, QUIZMASTER_ATTRIBUTE_RANDOM_ANSWER, 0)) {
- // Correct Answer
- setAttribute(player, QUIZMASTER_ATTRIBUTE_QUESTIONS_CORRECT, getAttribute(player, QUIZMASTER_ATTRIBUTE_QUESTIONS_CORRECT, 0) + 1)
- if (getAttribute(player, QUIZMASTER_ATTRIBUTE_QUESTIONS_CORRECT, 0) >= 4) {
- goto("winner")
- } else {
- goto("right")
- }
- } else {
- goto("wrong")
- }
- }
-
- label("right")
- npc(FacialExpression.FRIENDLY,"Wow, you're a smart one!", "You're absolutely RIGHT!", "Okay, next question!", unclosable = true)
- goto("question")
-
- label("wrong")
- npc(FacialExpression.FRIENDLY,"WRONG!", "That's just WRONG!", "Okay, next question!", unclosable = true)
- goto("question")
-
- label("winner")
- npc(FacialExpression.FRIENDLY," CONGRATULATIONS!", "You are a WINNER!", "Please choose your PRIZE!", unclosable = true)
- options(
- DialogueOption("money", "1000 Coins", skipPlayer = true),
- DialogueOption("item", "Random Item", skipPlayer = true)
- )
-
- label("money")
- exec { player, _ ->
- queueScript(player, 0, QueueStrength.SOFT) { _ ->
- addItemOrDrop(player, Items.COINS_995, 1000)
- return@queueScript stopExecuting(player)
- }
- }
- goto("cleanup")
-
- label("item")
- exec { player, _ ->
- queueScript(player, 0, QueueStrength.SOFT) { _ ->
- addItemOrDrop(player, tableRoll.roll()[0].id)
- return@queueScript stopExecuting(player)
- }
- }
- goto("cleanup")
-
- label("cleanup")
- exec { player, _ ->
- resetAnimator(player)
- returnPlayer(player)
- removeAttributes(player, QUIZMASTER_ATTRIBUTE_QUESTIONS_CORRECT, QUIZMASTER_ATTRIBUTE_RANDOM_ANSWER)
- }
- goto("nowhere")
- }
-}
diff --git a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt b/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt
deleted file mode 100644
index cccc4d0eb..000000000
--- a/Server/src/main/content/global/ame/events/quizmaster/QuizMasterNPC.kt
+++ /dev/null
@@ -1,39 +0,0 @@
-package content.global.ame.events.quizmaster
-
-import content.global.ame.RandomEventNPC
-import content.global.ame.kidnapPlayer
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.game.node.entity.npc.NPC
-import core.game.world.map.Location
-import org.rs09.consts.NPCs
-
-/**
- * Quiz Master NPC:
- *
- * https://www.youtube.com/watch?v=EFAWSiPTfcM
- * https://www.youtube.com/watch?v=caWn7pE2mkE
- * https://www.youtube.com/watch?v=Bc1gAov2o4w
- * https://www.youtube.com/watch?v=oHU8-MUarxE
- * https://www.youtube.com/watch?v=wvjYiF4v9tI
- * https://www.youtube.com/watch?v=dC6rlSnXEfw
- */
-class QuizMasterNPC(var type: String = "", override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.QUIZ_MASTER_2477) {
- override fun init() {
- super.init()
- sendChat("Hey ${player.username}! It's your lucky day!")
- face(player)
- kidnapPlayer(this, player, Location(1952, 4764, 1)) { player, _ ->
- setAttribute(player, QuizMasterDialogueFile.QUIZMASTER_ATTRIBUTE_QUESTIONS_CORRECT, 0)
- sendMessage(player, "Answer four questions correctly in a row to be teleported back where you came from.")
- sendMessage(player, "You will need to relog in if you lose the quiz dialog.") // Inauthentic, but there to notify the player in case.
- face(player, Location(1952, 4768, 1))
- animate(player,2378)
- // Quiz dialogue gets opened automatically on zone entry.
- }
- }
-
- override fun talkTo(npc: NPC) {
- openDialogue(player, QuizMasterDialogueFile(), this.asNpc())
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/rickturpentine/RickTurpentineBehavior.kt b/Server/src/main/content/global/ame/events/rickturpentine/RickTurpentineBehavior.kt
deleted file mode 100644
index dbf6a8616..000000000
--- a/Server/src/main/content/global/ame/events/rickturpentine/RickTurpentineBehavior.kt
+++ /dev/null
@@ -1,14 +0,0 @@
-package content.global.ame.events.rickturpentine
-
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.tools.RandomFunction
-import org.rs09.consts.NPCs
-
-class RickTurpentineBehavior : NPCBehavior(NPCs.RICK_TURPENTINE_2476) {
- override fun beforeAttackFinalized(self: NPC, victim: Entity, state: BattleState) {
- state.estimatedHit = RandomFunction.getRandom(3)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/rickturpentine/RickTurpentineDialogue.kt b/Server/src/main/content/global/ame/events/rickturpentine/RickTurpentineDialogue.kt
deleted file mode 100644
index 0b24b3ef7..000000000
--- a/Server/src/main/content/global/ame/events/rickturpentine/RickTurpentineDialogue.kt
+++ /dev/null
@@ -1,19 +0,0 @@
-package content.global.ame.events.rickturpentine
-
-import core.api.addItemOrDrop
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.system.timer.impl.AntiMacro
-
-class RickTurpentineDialogue : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- when (stage) {
- 0 -> npcl(FacialExpression.NEUTRAL, "Today is your lucky day, " + (if (player!!.isMale) "sirrah!" else "madam!") + " I am donating to the victims of crime to atone for my past actions!").also { stage++ }
- 1 -> {
- AntiMacro.rollEventLoot(player!!).forEach { addItemOrDrop(player!!, it.id, it.amount) }
- AntiMacro.terminateEventNpc(player!!)
- end()
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/rickturpentine/RickTurpentineNPC.kt b/Server/src/main/content/global/ame/events/rickturpentine/RickTurpentineNPC.kt
deleted file mode 100644
index ba731de03..000000000
--- a/Server/src/main/content/global/ame/events/rickturpentine/RickTurpentineNPC.kt
+++ /dev/null
@@ -1,31 +0,0 @@
-package content.global.ame.events.rickturpentine
-
-import content.global.ame.RandomEventNPC
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.game.node.entity.npc.NPC
-import org.rs09.consts.NPCs
-
-class RickTurpentineNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.RICK_TURPENTINE_2476) {
- private var attackDelay = 0
-
- override fun init() {
- super.init()
- sendChat("Good day to you, " + (if(player.isMale) "milord " else "milady ") + player.username.capitalize() + ".")
- }
-
- override fun tick() {
- if (ticksLeft <= 10) {
- ticksLeft = 10
- if (attackDelay <= getWorldTicks())
- this.attack(player)
- }
- super.tick()
- }
-
- override fun talkTo(npc: NPC) {
- attackDelay = getWorldTicks() + 10
- this.pulseManager.clear()
- openDialogue(player, RickTurpentineDialogue(), this.asNpc())
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/rivertroll/RiverTrollRENPC.kt b/Server/src/main/content/global/ame/events/rivertroll/RiverTrollRENPC.kt
deleted file mode 100644
index dff28d7e9..000000000
--- a/Server/src/main/content/global/ame/events/rivertroll/RiverTrollRENPC.kt
+++ /dev/null
@@ -1,30 +0,0 @@
-package content.global.ame.events.rivertroll
-
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import content.global.ame.RandomEventNPC
-import core.api.utils.WeightBasedTable
-
-val ids = (391..396).toList()
-
-class RiverTrollRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(391){
- override fun talkTo(npc: NPC) {}
- override fun init() {
- super.init()
- val id = idForCombatLevel(ids, player)
- this.transform(id)
- this.attack(player)
- sendChat("Fishies be mine, leave dem fishies!")
- this.isRespawn = false
- }
- override fun finalizeDeath(killer: Entity?) {
- super.finalizeDeath(killer)
- }
- override fun tick() {
- if(!player.location.withinDistance(this.location,8)){
- this.terminate()
- }
- super.tick()
- if(!player.viewport.currentPlane.npcs.contains(this)) this.clear()
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/rockgolem/RockGolemBehavior.kt b/Server/src/main/content/global/ame/events/rockgolem/RockGolemBehavior.kt
deleted file mode 100644
index 58852ec18..000000000
--- a/Server/src/main/content/global/ame/events/rockgolem/RockGolemBehavior.kt
+++ /dev/null
@@ -1,86 +0,0 @@
-package content.global.ame.events.rockgolem
-
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.combat.CombatSwingHandler
-import core.game.node.entity.combat.InteractionType
-import core.game.node.entity.impl.Projectile
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.NPCs
-
-class RockGolemBehavior() : NPCBehavior(NPCs.ROCK_GOLEM_413, NPCs.ROCK_GOLEM_414, NPCs.ROCK_GOLEM_415, NPCs.ROCK_GOLEM_416, NPCs.ROCK_GOLEM_417, NPCs.ROCK_GOLEM_418) {
- private val swingHandler = RockGolemSwingHandler()
-
- override fun getSwingHandlerOverride(self: NPC, original: CombatSwingHandler): CombatSwingHandler {
- return swingHandler
- }
-
- override fun getXpMultiplier(self: NPC, attacker: Entity): Double {
- return super.getXpMultiplier(self, attacker) / 16.0
- }
-}
-
-private class RockGolemSwingHandler : CombatSwingHandler(CombatStyle.RANGE) {
- override fun canSwing(entity: Entity, victim: Entity): InteractionType? {
- return type?.swingHandler?.canSwing(entity, victim)
- }
-
- override fun swing(entity: Entity?, victim: Entity?, state: BattleState?): Int {
- if (entity == null || victim == null) return -1
-
- val prayingRange = victim.hasProtectionPrayer(CombatStyle.RANGE)
-
- type = if (prayingRange) {
- CombatStyle.MELEE
- } else {
- CombatStyle.RANGE
- }
-
- if (type == CombatStyle.MELEE && entity.location.getDistance(victim.location) > 1) return -1
-
- return type?.swingHandler?.swing(entity, victim, state) ?: 0
- }
-
- override fun impact(entity: Entity?, victim: Entity?, state: BattleState?) {
- type?.swingHandler?.impact(entity, victim, state)
- }
-
- override fun visualizeImpact(entity: Entity?, victim: Entity?, state: BattleState?) {
- type?.swingHandler?.visualizeImpact(entity, victim, state)
- }
-
- override fun visualize(entity: Entity, victim: Entity?, state: BattleState?) {
- when (type) {
- CombatStyle.MELEE -> {
- entity.animate(Animation(153))
- }
-
- CombatStyle.RANGE -> {
- val speed = (100 + (Projectile.getLocation(entity).getDistance(victim!!.getLocation()) * 5)).toInt()
- Projectile.create(entity, victim, 968, 48, 36, 80, speed, 5, entity.size() shl 5).send()
- entity.animate(Animation(5347))
- }
-
- else -> {}
- }
- }
-
- override fun calculateAccuracy(entity: Entity?): Int {
- return type?.swingHandler?.calculateAccuracy(entity) ?: 0
- }
-
- override fun calculateHit(entity: Entity?, victim: Entity?, modifier: Double): Int {
- return type?.swingHandler?.calculateHit(entity, victim, modifier) ?: 0
- }
-
- override fun calculateDefence(victim: Entity?, attacker: Entity?): Int {
- return type?.swingHandler?.calculateDefence(victim, attacker) ?: 0
- }
-
- override fun getSetMultiplier(e: Entity?, skillId: Int): Double {
- return type?.swingHandler?.getSetMultiplier(e, skillId) ?: 0.0
- }
-}
diff --git a/Server/src/main/content/global/ame/events/rockgolem/RockGolemRENPC.kt b/Server/src/main/content/global/ame/events/rockgolem/RockGolemRENPC.kt
deleted file mode 100644
index eb3399657..000000000
--- a/Server/src/main/content/global/ame/events/rockgolem/RockGolemRENPC.kt
+++ /dev/null
@@ -1,30 +0,0 @@
-package content.global.ame.events.rockgolem
-
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import content.global.ame.RandomEventNPC
-import core.api.utils.WeightBasedTable
-
-val ids = (413..418).toList()
-
-class RockGolemRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(413){
- override fun talkTo(npc: NPC) {}
- override fun init() {
- super.init()
- val id = idForCombatLevel(ids, player)
- this.transform(id)
- this.attack(player)
- sendChat("Raarrrgghh! Flee human!")
- this.isRespawn = false
- }
- override fun finalizeDeath(killer: Entity?) {
- super.finalizeDeath(killer)
- }
- override fun tick() {
- if(!player.location.withinDistance(this.location,8)){
- this.terminate()
- }
- super.tick()
- if(!player.viewport.currentPlane.npcs.contains(this)) this.clear()
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/sandwichlady/SandwichLadyInterface.kt b/Server/src/main/content/global/ame/events/sandwichlady/SandwichLadyInterface.kt
deleted file mode 100644
index c0d4773bd..000000000
--- a/Server/src/main/content/global/ame/events/sandwichlady/SandwichLadyInterface.kt
+++ /dev/null
@@ -1,44 +0,0 @@
-package content.global.ame.events.sandwichlady
-
-import core.game.node.item.Item
-import org.rs09.consts.Items
-import core.game.interaction.InterfaceListener
-import core.game.system.timer.impl.AntiMacro
-
-class SandwichLadyInterface : InterfaceListener {
-
- val SANDWICH_INTERFACE = 297
- val baguette = Items.BAGUETTE_6961
- val triangle_sandwich = Items.TRIANGLE_SANDWICH_6962
- val sandwich = Items.SQUARE_SANDWICH_6965
- val roll = Items.ROLL_6963
- val pie = Items.MEAT_PIE_2327
- val kebab = Items.KEBAB_1971
- val chocobar = Items.CHOCOLATE_BAR_1973
-
- override fun defineInterfaceListeners() {
- on(SANDWICH_INTERFACE){player, _, _, buttonID, _, _ ->
- val event = AntiMacro.getEventNpc(player)
- if (event == null) {
- player.interfaceManager.close()
- return@on true
- }
- val item =
- when(buttonID) {
- 7 -> {Item(baguette)}
- 8 -> {Item(triangle_sandwich)}
- 9 -> {Item(sandwich)}
- 10 -> {Item(roll)}
- 11 -> {Item(pie)}
- 12 -> {Item(kebab)}
- 13 -> {Item(chocobar)}
- else -> {Item(baguette)}
- }
-
- player.setAttribute("sandwich-lady:choice",item.id)
- player.interfaceManager.close()
- player.dialogueInterpreter.open(SandwichLadyDialogue(true), event)
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/ame/events/sandwichlady/SandwichLadyRENPC.kt b/Server/src/main/content/global/ame/events/sandwichlady/SandwichLadyRENPC.kt
deleted file mode 100644
index 99e0a0e68..000000000
--- a/Server/src/main/content/global/ame/events/sandwichlady/SandwichLadyRENPC.kt
+++ /dev/null
@@ -1,53 +0,0 @@
-package content.global.ame.events.sandwichlady
-
-import core.game.node.entity.npc.NPC
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import content.global.ame.RandomEventNPC
-import core.api.lock
-import core.api.utils.WeightBasedTable
-
-class SandwichLadyRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.SANDWICH_LADY_3117) {
- lateinit var phrases: Array
- var assigned_item = 0
- val items = arrayOf(Items.BAGUETTE_6961, Items.TRIANGLE_SANDWICH_6962, Items.SQUARE_SANDWICH_6965, Items.ROLL_6963, Items.MEAT_PIE_2327, Items.KEBAB_1971, Items.CHOCOLATE_BAR_1973)
-
- override fun tick() {
- sayLine(this, phrases, true, true)
- if (ticksLeft == 2) {
- lock(player, 2)
- }
- super.tick()
- }
-
- override fun init() {
- super.init()
- phrases = arrayOf(
- // https://www.youtube.com/watch?v=ek8r3ZS929E
- // She always starts with "Sandwiches, ${player.username}!" but she ALSO picks that at random, hence duplicate it with hasOpeningPhrase = true
- "Sandwiches, ${player.username}!",
- "Sandwiches, ${player.username}!",
- "Come on ${player.username}, I made these specially!!",
- "All types of sandwiches, ${player.username}.",
- "Did you hear me ${player.username}?",
- "You think I made these just for fun?!!?",
- "How could you ignore me like this, ${player.username}?!" //unknown if authentic but it was already here
- )
- assignItem()
- }
-
- override fun onTimeUp() {
- noteAndTeleport()
- terminate()
- }
-
- fun assignItem(){
- assigned_item = items.random()
- player.setAttribute("sandwich-lady:item", assigned_item)
- }
-
- override fun talkTo(npc: NPC) {
- player.dialogueInterpreter.open(SandwichLadyDialogue(false), npc)
- }
-}
diff --git a/Server/src/main/content/global/ame/events/shade/ShadeRENPC.kt b/Server/src/main/content/global/ame/events/shade/ShadeRENPC.kt
deleted file mode 100644
index 60a0f57ae..000000000
--- a/Server/src/main/content/global/ame/events/shade/ShadeRENPC.kt
+++ /dev/null
@@ -1,29 +0,0 @@
-package content.global.ame.events.shade
-
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import content.global.ame.RandomEventNPC
-import core.api.utils.WeightBasedTable
-
-class ShadeRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(425){
- val ids = (425..430).toList()
- override fun talkTo(npc: NPC) {}
- override fun init() {
- super.init()
- val id = idForCombatLevel(ids, player)
- this.transform(id)
- this.attack(player)
- sendChat("Leave this place!")
- this.isRespawn = false
- }
- override fun finalizeDeath(killer: Entity?) {
- super.finalizeDeath(killer)
- }
- override fun tick() {
- if(!player.location.withinDistance(this.location,8)){
- this.terminate()
- }
- super.tick()
- if(!player.viewport.currentPlane.npcs.contains(this)) this.clear()
- }
-}
diff --git a/Server/src/main/content/global/ame/events/strangeplant/StrangePlantBehavior.kt b/Server/src/main/content/global/ame/events/strangeplant/StrangePlantBehavior.kt
deleted file mode 100644
index 0491e01bc..000000000
--- a/Server/src/main/content/global/ame/events/strangeplant/StrangePlantBehavior.kt
+++ /dev/null
@@ -1,39 +0,0 @@
-package content.global.ame.events.strangeplant
-
-import core.api.applyPoison
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.game.node.entity.player.Player
-import core.game.system.timer.impl.AntiMacro
-import core.tools.RandomFunction
-import org.rs09.consts.NPCs
-
-class StrangePlantBehavior() : NPCBehavior(NPCs.STRANGE_PLANT_408) {
- override fun canBeAttackedBy(self: NPC, attacker: Entity, style: CombatStyle, shouldSendMessage: Boolean): Boolean {
- return !(attacker !is Player || AntiMacro.getEventNpc(attacker.asPlayer()) != self)
- }
-
- override fun beforeAttackFinalized(self: NPC, victim: Entity, state: BattleState) {
- state.estimatedHit = RandomFunction.getRandom(3)
- if (RandomFunction.roll(10))
- applyPoison(victim, self, 10)
- }
-
- override fun beforeDamageReceived(self: NPC, attacker: Entity, state: BattleState) {
- if (state.estimatedHit > 3)
- state.estimatedHit = RandomFunction.getRandom(3)
- if (state.secondaryHit > 3)
- state.secondaryHit = RandomFunction.getRandom(3)
- }
-
- override fun onDeathStarted(self: NPC, killer: Entity) {
- AntiMacro.terminateEventNpc(killer.asPlayer())
- }
-
- override fun getXpMultiplier(self: NPC, attacker: Entity): Double {
- return super.getXpMultiplier(self, attacker) / 16.0
- }
-}
diff --git a/Server/src/main/content/global/ame/events/strangeplant/StrangePlantListener.kt b/Server/src/main/content/global/ame/events/strangeplant/StrangePlantListener.kt
deleted file mode 100644
index be182fd47..000000000
--- a/Server/src/main/content/global/ame/events/strangeplant/StrangePlantListener.kt
+++ /dev/null
@@ -1,33 +0,0 @@
-package content.global.ame.events.strangeplant
-
-import core.api.addItemOrDrop
-import core.api.getAttribute
-import core.api.sendMessage
-import core.api.setAttribute
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.system.timer.impl.AntiMacro
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-class StrangePlantListener : InteractionListener {
- override fun defineListeners() {
- on(NPCs.STRANGE_PLANT_407, IntType.NPC, "pick") { player, node ->
- if (AntiMacro.getEventNpc(player) != node) {
- sendMessage(player, "This isn't your strange plant.")
- return@on true
- }
-
- if (!getAttribute(node.asNpc(), "fruit-grown", false)) {
- sendMessage(player, "The fruit isn't ready to be picked.")
- return@on true
- }
-
- if (!getAttribute(node.asNpc(), "fruit-picked", false)) {
- setAttribute(node.asNpc(), "fruit-picked", true)
- addItemOrDrop(player, Items.STRANGE_FRUIT_464)
- }
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/strangeplant/StrangePlantNPC.kt b/Server/src/main/content/global/ame/events/strangeplant/StrangePlantNPC.kt
deleted file mode 100644
index a1eca2fd8..000000000
--- a/Server/src/main/content/global/ame/events/strangeplant/StrangePlantNPC.kt
+++ /dev/null
@@ -1,85 +0,0 @@
-package content.global.ame.events.strangeplant
-
-import content.global.ame.RandomEventNPC
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.game.interaction.QueueStrength
-import core.game.node.entity.npc.NPC
-import core.game.world.update.flag.context.Animation
-import core.tools.minutesToTicks
-import core.tools.secondsToTicks
-import org.rs09.consts.NPCs
-
-class StrangePlantNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.STRANGE_PLANT_407) {
- private val strangePlantGrowAnim = Animation(348)
- private val strangePlantTransformAnim = Animation(351)
- private val strangePlantPickedAnim = Animation(350)
- private var fruitPicked = false
- private var transformed = false
- private var attacking = false
-
- override fun init() {
- spawnLocation = getPathableCardinal(player, player.location)
- super.init()
- ticksLeft = minutesToTicks(1)
- animate(this, strangePlantGrowAnim)
- queueScript(this, strangePlantGrowAnim.duration + 2, QueueStrength.SOFT) {
- setAttribute(this, "fruit-grown", true)
- return@queueScript stopExecuting(this)
- }
- }
-
- override fun tick() {
- super.tick()
- if (getAttribute(this, "fruit-picked", false) && !fruitPicked) {
- fruitPicked = true
- ticksLeft = secondsToTicks(60)
- queueScript(this, 1, QueueStrength.SOFT) { stage: Int ->
- when (stage) {
- 0 -> {
- this.animate(strangePlantPickedAnim)
- return@queueScript delayScript(this, strangePlantPickedAnim.duration - 1)
- }
- 1 -> {
- this.isInvisible = true
- terminate()
- return@queueScript stopExecuting(this)
- }
- else -> return@queueScript stopExecuting(this)
- }
- }
- }
- if (ticksLeft <= secondsToTicks(10)) {
- ticksLeft = secondsToTicks(10)
- if (!attacking) {
- attacking = true
- queueScript(this, 1, QueueStrength.SOFT) { stage: Int ->
- when (stage) {
- 0 -> {
- animate(this, strangePlantTransformAnim)
- return@queueScript delayScript(this, strangePlantTransformAnim.duration)
- }
- 1 -> {
- this.transform(NPCs.STRANGE_PLANT_408)
- this.behavior = StrangePlantBehavior()
- this.attack(player)
- transformed = true
- return@queueScript stopExecuting(this)
- }
- else -> return@queueScript stopExecuting(this)
- }
- }
- }
- if (transformed && !this.inCombat())
- this.attack(player)
- }
- }
-
- override fun follow() {
- if (transformed)
- super.follow()
- }
-
- override fun talkTo(npc: NPC) {
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/surpriseexam/MysteriousOldManNPC.kt b/Server/src/main/content/global/ame/events/surpriseexam/MysteriousOldManNPC.kt
deleted file mode 100644
index 2a3896836..000000000
--- a/Server/src/main/content/global/ame/events/surpriseexam/MysteriousOldManNPC.kt
+++ /dev/null
@@ -1,24 +0,0 @@
-package content.global.ame.events.surpriseexam
-
-import content.global.ame.RandomEventNPC
-import content.global.ame.kidnapPlayer
-import core.api.*
-import org.rs09.consts.NPCs
-import core.api.utils.WeightBasedTable
-import core.game.node.entity.npc.NPC
-import core.game.world.map.Location
-
-class MysteriousOldManNPC(var type: String = "", override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.MYSTERIOUS_OLD_MAN_410) {
- override fun init() {
- super.init()
- sendChat("Surprise exam, ${player.username}!")
- face(player)
- kidnapPlayer(this, player, Location(1886, 5025, 0)) { _, _ ->
- /* nothing needed */
- }
- }
-
- override fun talkTo(npc: NPC) {
- sendMessage(player, "He isn't interested in talking to you.")
- }
-}
diff --git a/Server/src/main/content/global/ame/events/surpriseexam/SupriseExamListeners.kt b/Server/src/main/content/global/ame/events/surpriseexam/SupriseExamListeners.kt
deleted file mode 100644
index ad19ffbda..000000000
--- a/Server/src/main/content/global/ame/events/surpriseexam/SupriseExamListeners.kt
+++ /dev/null
@@ -1,70 +0,0 @@
-package content.global.ame.events.surpriseexam
-
-import core.game.component.Component
-import core.game.node.entity.player.Player
-import core.game.world.map.Location
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import content.global.handlers.iface.ExperienceInterface
-import core.api.MapArea
-import core.api.removeItem
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.map.zone.ZoneRestriction
-
-class SupriseExamListeners : InteractionListener, MapArea {
- override fun defineListeners() {
-
- on(NPCs.MR_MORDAUT_6117, IntType.NPC, "talk-to") { player, node ->
- player.faceLocation(Location.create(1886, 5024, 0))
- val examComplete = player.getAttribute(SurpriseExamUtils.SE_KEY_CORRECT, 0) == 3
- player.dialogueInterpreter.open(MordautDialogue(examComplete), node.asNpc())
- return@on true
- }
-
- on(SurpriseExamUtils.SE_DOORS, IntType.SCENERY, "open") { player, node ->
- val correctDoor = player.getAttribute(SurpriseExamUtils.SE_DOOR_KEY,-1)
-
- if(correctDoor == -1){
- player.dialogueInterpreter.open(SEDoorDialogue(true))
- return@on true
- }
-
- if(node.id == correctDoor){
- SurpriseExamUtils.cleanup(player)
- return@on true
- }
-
- player.dialogueInterpreter.open(SEDoorDialogue(false))
- return@on true
- }
-
- on(Items.BOOK_OF_KNOWLEDGE_11640, IntType.ITEM, "read") { player, _ ->
- player.setAttribute("caller") { skill: Int, p: Player ->
- if (removeItem(p, Items.BOOK_OF_KNOWLEDGE_11640)) {
- val level = p.skills.getStaticLevel(skill)
- val experience = level * 15.0
- p.skills.addExperience(skill, experience)
- }
- }
- player.interfaceManager.open(Component(ExperienceInterface.COMPONENT_ID))
- return@on true
- }
-
- }
-
- override fun defineDestinationOverrides() {
- setDest(IntType.NPC, NPCs.MR_MORDAUT_6117) { _, _ ->
- return@setDest Location.create(1886, 5025, 0)
- }
- }
-
- override fun defineAreaBorders(): Array {
- return arrayOf(ZoneBorders.forRegion(7502))
- }
-
- override fun getRestrictions(): Array {
- return arrayOf(ZoneRestriction.RANDOM_EVENTS, ZoneRestriction.CANNON, ZoneRestriction.FOLLOWERS, ZoneRestriction.TELEPORT, ZoneRestriction.OFF_MAP)
- }
-}
diff --git a/Server/src/main/content/global/ame/events/surpriseexam/SurpriseExamUtils.kt b/Server/src/main/content/global/ame/events/surpriseexam/SurpriseExamUtils.kt
deleted file mode 100644
index e1cbdd5a8..000000000
--- a/Server/src/main/content/global/ame/events/surpriseexam/SurpriseExamUtils.kt
+++ /dev/null
@@ -1,63 +0,0 @@
-package content.global.ame.events.surpriseexam
-
-import content.global.ame.returnPlayer
-import core.api.*
-import core.game.node.entity.impl.PulseType
-import core.game.node.entity.player.Player
-import core.game.system.task.Pulse
-import org.rs09.consts.Components
-import org.rs09.consts.Items
-
-object SurpriseExamUtils {
- val SE_KEY_INDEX = "supexam:index"
- val SE_DOOR_KEY = "supexam:door"
- val INTER_PATTERN_CHILDS = intArrayOf(6,7,8)
- val INTER_OPTION_CHILDS = intArrayOf(10,11,12,13)
- val SE_DOORS = intArrayOf(2188,2189,2192,2193)
- val INTERFACE = Components.PATTERN_NEXT_103
- val SE_KEY_CORRECT = "supexam:correct"
- val sets = arrayOf(
- intArrayOf(Items.GARDENING_TROWEL_5325,Items.SECATEURS_5329,Items.SEED_DIBBER_5343,Items.RAKE_5341),
- intArrayOf(Items.SALMON_329,Items.SHARK_385,Items.TROUT_333,Items.SHRIMPS_315),
- intArrayOf(Items.BRONZE_SWORD_1277,Items.WOODEN_SHIELD_1171,Items.BRONZE_MED_HELM_1139,Items.ADAMANT_BATTLEAXE_1371),
- intArrayOf(Items.FLY_FISHING_ROD_309,Items.BARBARIAN_ROD_11323,Items.SMALL_FISHING_NET_303,Items.HARPOON_311)
- )
-
- fun cleanup(player: Player){
- returnPlayer(player)
- removeAttributes(player, SE_KEY_INDEX, SE_KEY_CORRECT)
- player.pulseManager.run(object : Pulse(2){
- override fun pulse(): Boolean {
- addItemOrDrop(player, Items.BOOK_OF_KNOWLEDGE_11640)
- return true
- }
- }, PulseType.CUSTOM_1)
- }
-
- fun generateInterface(player: Player){
- val set = sets.random()
- val setIndex = sets.indexOf(set)
-
- val tempList = set.toList().shuffled().toMutableList()
- val correctOpt = tempList.random()
- val optIndex = tempList.indexOf(correctOpt)
-
- tempList.remove(correctOpt)
- for(i in INTER_PATTERN_CHILDS.indices) player.packetDispatch.sendItemOnInterface(tempList[i],1, INTERFACE, INTER_PATTERN_CHILDS[i])
- for(i in INTER_OPTION_CHILDS.indices){
- if(i == optIndex) player.packetDispatch.sendItemOnInterface(correctOpt,1, INTERFACE, INTER_OPTION_CHILDS[i])
- else player.packetDispatch.sendItemOnInterface(getFalseSet(setIndex)[i],1, INTERFACE, INTER_OPTION_CHILDS[i])
- }
- player.setAttribute(SE_KEY_INDEX,optIndex)
- }
-
- fun getFalseSet(trueSetIndex: Int): IntArray{
- val tempSets = sets.toMutableList()
- tempSets.removeAt(trueSetIndex)
- return tempSets.random()
- }
-
- fun pickRandomDoor(player: Player){
- player.setAttribute(SE_DOOR_KEY, SE_DOORS.random())
- }
-}
diff --git a/Server/src/main/content/global/ame/events/swarm/SwarmNPC.kt b/Server/src/main/content/global/ame/events/swarm/SwarmNPC.kt
deleted file mode 100644
index 30b29815f..000000000
--- a/Server/src/main/content/global/ame/events/swarm/SwarmNPC.kt
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.ame.events.swarm
-
-import content.global.ame.RandomEventNPC
-import core.api.playGlobalAudio
-import core.api.utils.WeightBasedTable
-import core.game.node.entity.npc.NPC
-import core.tools.minutesToTicks
-import org.rs09.consts.NPCs
-import org.rs09.consts.Sounds
-
-class SwarmNPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(NPCs.SWARM_411) {
- override fun init() {
- super.init()
- this.setAttribute("no-spawn-return", true)
- this.attack(player)
- playGlobalAudio(this.location, Sounds.SWARM_APPEAR_818)
- this.ticksLeft = minutesToTicks(60)
- }
-
- override fun tick() {
- super.tick()
- if (!this.inCombat())
- this.attack(player)
- }
-
- override fun talkTo(npc: NPC) {
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/swarm/SwarmNPCBehavior.kt b/Server/src/main/content/global/ame/events/swarm/SwarmNPCBehavior.kt
deleted file mode 100644
index 3cf390747..000000000
--- a/Server/src/main/content/global/ame/events/swarm/SwarmNPCBehavior.kt
+++ /dev/null
@@ -1,14 +0,0 @@
-package content.global.ame.events.swarm
-
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.tools.RandomFunction
-import org.rs09.consts.NPCs
-
-class SwarmNPCBehavior : NPCBehavior(NPCs.SWARM_411) {
- override fun beforeAttackFinalized(self: NPC, victim: Entity, state: BattleState) {
- state.estimatedHit = RandomFunction.getRandom(1)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/treespirit/TreeSpiritRENPC.kt b/Server/src/main/content/global/ame/events/treespirit/TreeSpiritRENPC.kt
deleted file mode 100644
index 3b0033972..000000000
--- a/Server/src/main/content/global/ame/events/treespirit/TreeSpiritRENPC.kt
+++ /dev/null
@@ -1,30 +0,0 @@
-package content.global.ame.events.treespirit
-
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import content.global.ame.RandomEventNPC
-import core.api.utils.WeightBasedTable
-
-val ids = (438..443).toList()
-
-class TreeSpiritRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(438){
- override fun talkTo(npc: NPC) {}
- override fun init() {
- super.init()
- val id = idForCombatLevel(ids, player)
- this.transform(id)
- this.attack(player)
- sendChat("Leave these woods and never return!")
- this.isRespawn = false
- }
- override fun finalizeDeath(killer: Entity?) {
- super.finalizeDeath(killer)
- }
- override fun tick() {
- if(!player.location.withinDistance(this.location,8)){
- this.terminate()
- }
- super.tick()
- if(!player.viewport.currentPlane.npcs.contains(this)) this.clear()
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/ame/events/zombie/ZombieRENPC.kt b/Server/src/main/content/global/ame/events/zombie/ZombieRENPC.kt
deleted file mode 100644
index 6b43d54b4..000000000
--- a/Server/src/main/content/global/ame/events/zombie/ZombieRENPC.kt
+++ /dev/null
@@ -1,29 +0,0 @@
-package content.global.ame.events.zombie
-
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import content.global.ame.RandomEventNPC
-import core.api.utils.WeightBasedTable
-
-class ZombieRENPC(override var loot: WeightBasedTable? = null) : RandomEventNPC(419){
- val ids = (419..424).toList()
- override fun talkTo(npc: NPC) {}
- override fun init() {
- super.init()
- val id = idForCombatLevel(ids, player)
- this.transform(id)
- this.attack(player)
- sendChat("Brainsssss!")
- this.isRespawn = false
- }
- override fun finalizeDeath(killer: Entity?) {
- super.finalizeDeath(killer)
- }
- override fun tick() {
- if(!player.location.withinDistance(this.location,8)){
- this.terminate()
- }
- super.tick()
- if(!player.viewport.currentPlane.npcs.contains(this)) this.clear()
- }
-}
diff --git a/Server/src/main/content/global/bots/Adventurer.kt b/Server/src/main/content/global/bots/Adventurer.kt
deleted file mode 100644
index 916503945..000000000
--- a/Server/src/main/content/global/bots/Adventurer.kt
+++ /dev/null
@@ -1,724 +0,0 @@
-package content.global.bots
-
-import core.game.interaction.DestinationFlag
-import core.game.interaction.MovementPulse
-import core.game.node.scenery.Scenery
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.game.world.map.RegionManager
-import core.game.world.map.zone.ZoneBorders
-import core.game.world.update.flag.*
-import org.json.simple.JSONArray
-import org.json.simple.JSONObject
-import core.ServerConstants
-import core.api.log
-import core.game.bots.AIRepository
-import core.game.bots.CombatBotAssembler
-import core.game.bots.Script
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListeners
-import core.tools.Log
-import java.io.File
-import java.io.FileReader
-import java.time.LocalDateTime
-import java.time.format.DateTimeFormatter
-import kotlin.random.Random
-
-
-/**
- * A bot script for Adventurers who explore the world!
- * @param counter used in the bots random idling function.
- * @param random is used to generate random number.
- * @param city determines the home city of the bot.
- * @param freshspawn determines if the bot has just been spawned.
- * @param random_city is the list of cities that can be randomly chosen as the home city.
- * @param tree_list is the list of trees that a bot can start cutting randomly.
- * @author Sir Kermit
- * @author Ceikry
- */
-
-// Adventure Bots v1.1.0 : Expansion Edition (Previously v4.0.0)
-// Super Grand Exchange Update
-class Adventurer(val style: CombatStyle): Script() {
-
- var city: Location = lumbridge
- var poiloc: Location = karamja
- var geSocialLoc: Location = getRandomGESocialLocation()
- var geClerkLoc: Location = getRandomGELocation()
- var geClerksloc: Location = neGEClerk
-
- var freshspawn: Boolean = true
- var sold: Boolean = false
- var poi: Boolean = false
-
- val chance: Int = if (cityLocationsGE.contains(city)) 3500 else 3000
- var ticks: Int = 0
- var counter: Int = 0
- val waitTotal: Int = 8
- var returnToAdventure: Int = 0
- var geWait: Int = 0
- var geLongWait: Int = 0
-
- val type = when(style){
- CombatStyle.MELEE -> CombatBotAssembler.Type.MELEE
- CombatStyle.MAGIC -> CombatBotAssembler.Type.MAGE
- CombatStyle.RANGE -> CombatBotAssembler.Type.RANGE
- }
-
- init {
- skills[Skills.AGILITY] = 99
- inventory.add(Item(1359))//Rune Axe
- skills[Skills.WOODCUTTING] = 95
- inventory.add(Item(590))//Tinderbox
- skills[Skills.FISHING] = 90
- inventory.add(Item(1271))//Addy Pickaxe
- skills[Skills.MINING] = 90
- skills[Skills.SLAYER] = 90
- }
-
- override fun toString(): String {
- return "${bot.username} is an Adventurer bot " +
- "at ${bot.location}! " +
- "State: $state - " +
- "City: $city - " +
- "Ticks: $ticks - " +
- "Freshspawn: $freshspawn - " +
- "Sold: $sold - " +
- "Counter: $counter"
- }
-
- var state = State.START
-
- private fun getRandomCity(): Location{
- return cities.random()
- }
-
- private fun getRandomPoi(): Location{
- return pois.random()
- }
-
- private fun getRandomGESocialLocation(): Location{
- return socialLocationsGE.random()
- }
-
- private fun getRandomGELocation(): Location {
- return cityLocationsGE.random()
- }
-
- private fun randomNumberFromOne(maxInt: Int): Int {
- return Random.nextInt(0, maxInt)
- }
-
- private fun otherPlayersNearby(): Boolean {
- val localPlayers = RegionManager.getLocalPlayers(bot)
- val otherPlayers = localPlayers.filter { it.name != bot.name }
- return otherPlayers.isNotEmpty()
- }
-
- private fun checkNearBank() {
- if(bankMap[city] == null){
- scriptAPI.teleport(getRandomCity().also { city = it })
- } else {
- if(bankMap[city]?.insideBorder(bot) == true){
- state = State.FIND_BANK
- } else {
- bankMap[city]?.let { scriptAPI.walkTo(it.randomLoc) }
- }
- }
- }
-
- private fun checkCounter(maxCounter: Int) {
- if (counter++ >= maxCounter) {
- state = State.TELEPORTING
- }
- }
-
- private fun teleportToRandomCity() {
- city = getRandomCity()
- when (city) {
- neGEClerk -> { scriptAPI.teleport(scriptAPI.randomizeLocationInRanges(city,-3,2,0,1,0)) }
- swGEClerk -> { scriptAPI.teleport(scriptAPI.randomizeLocationInRanges(city,-2,3,-1,0,0)) }
- nwGEBanker -> { scriptAPI.teleport(scriptAPI.randomizeLocationInRanges(city,-2,0,-3,2,0)) }
- seGEBanker -> { scriptAPI.teleport(scriptAPI.randomizeLocationInRanges(city,0,2,-2,3,0)) }
- else -> { scriptAPI.teleport(scriptAPI.randomizeLocationInRanges(city,-1,1,-1,1,0)) }
- }
- }
-
- val resources = listOf(
- "Rocks","Tree","Oak","Willow",
- "Maple tree","Yew","Magic tree",
- "Teak","Mahogany")
-
- //TODO: Optimise and adjust how bots handle picking up ground items further.
- fun immerse() {
- if (counter++ >= Random.nextInt(150,300)) { state = State.TELEPORTING }
- val items = AIRepository.groundItems[bot]
- if (Random.nextBoolean()) {
- if (items.isNullOrEmpty()) {
- scriptAPI.attackNpcsInRadius(bot, 8)
- state = State.LOOT_DELAY
- }
- if (bot.inventory.isFull) {
- checkNearBank()
- }
-
- } else {
- if (bot.inventory.isFull){
- checkNearBank()
- } else {
- val resource = scriptAPI.getNearestNodeFromList(resources,true)
- if(resource != null){
- if(resource.name.contains("ocks")) InteractionListeners.run(resource.id,
- IntType.SCENERY,"mine",bot,resource)
- else InteractionListeners.run(resource.id, IntType.SCENERY,"chop down",bot,resource)
- }
- }
- }
- return
- }
-
- fun refresh() {
-// log(this::class.java, Log.WARN, "${bot.username} refreshed from $state at $city with $ticks and $counter counter.")
- scriptAPI.teleport(lumbridge)
- state = State.START
- }
-
- //Adventure Bots Actual Code STARTS HERE!!!
- // 100 ticks = 60 seconds
- override fun tick() {
- ticks++
- // Hard refresh
- if (ticks >= 1000) {
- ticks = 0
- refresh()
- return
- }
-
- // zoneborder checker
- if(ticks % 30 == 0){
- for((zone, resolution) in common_stuck_locations){
- if(zone.insideBorder(bot)){
- resolution(this)
- return
- }
- }
- }
-
- when(state){
-
- State.LOOT_DELAY -> {
- bot.pulseManager.run(object : Pulse() {
- var counter1 = 0
- override fun pulse(): Boolean {
- when (counter1++) {
- 7 -> return true.also { state = State.LOOT }
- }
- return false
- }
- })
- }
-
- State.LOOT -> {
- val items = AIRepository.groundItems[bot]
- if (items?.isNotEmpty() == true && !bot.inventory.isFull) {
- items.toTypedArray().forEach {
- scriptAPI.takeNearestGroundItem(it.id)
- }
- return
- } else {
- state = State.ADVENTURE
- }
- }
-
- State.START -> {
- if (freshspawn) {
- freshspawn = false
- scriptAPI.randomWalkTo(lumbridge, randomNumberFromOne(25))
- } else {
- state = State.TELEPORTING
- }
- }
-
- State.TELEPORTING -> {
- if (freshspawn){ freshspawn = false }
- teleportToRandomCity()
- poi = false
- sold = false
- ticks = 0
- counter = 0
- state = State.ADVENTURE
- return
- }
-
- State.ADVENTURE -> {
- checkCounter(800)
- if (randomNumberFromOne(chance) <= 10) {
- if (otherPlayersNearby()) {
- ticks = 0
- dialogue()
- }
- }
-
- if (!poi && randomNumberFromOne(1000) <= 75) {
- val roamDistance = if (!cityLocationsGE.contains(city)) 225 else randomNumberFromOne(5)
- if (cityLocationsGE.contains(city) && randomNumberFromOne(100) < 90) {
- if (!bot.bank.isEmpty) {
- state = State.FIND_GE
- }
- return
- }
- scriptAPI.randomWalkTo(city, roamDistance)
- return
- }
-
- if (poi && randomNumberFromOne(1000) <= 100){
- immerse()
- return
- }
-
- if (poi && randomNumberFromOne(1000) <= 25){
- dialogue()
- }
-
- if (poi && randomNumberFromOne(1000) <= 50){
- val roamDistancePoi = when(poiloc){
- gemrocks, chaosnpc, chaosnpc2 -> 1
- magics, coalTrucks -> 7
- miningguild, teakfarm, crawlinghands -> 5
- varLumberYard -> 20
- keldagrimout, teak1 -> 30
- eaglespeek, isafdar -> 40
- treegnome -> 50
- else -> 60
- }
- scriptAPI.randomWalkTo(poiloc,roamDistancePoi)
- return
- }
-
- if (randomNumberFromOne(1000) <= 75) {
- if (!cityLocationsGE.contains(city)) {
- ticks = 0
- immerse()
- return
- } else if (randomNumberFromOne(chance) <= 55 && otherPlayersNearby()) {
- ticks = 0
- dialogue()
- }
- }
-
- if (cityLocationsGE.contains(city) && randomNumberFromOne(1000) <= 50) {
- state = State.IDLE_GE
- }
-
- if (!poi && randomNumberFromOne(1000) <= 5) {
- poiloc = getRandomPoi()
- city = teak1
- poi = true
- scriptAPI.teleport(poiloc)
- return
- }
-
- if (cityLocationsGE.contains(city) && randomNumberFromOne(1000) <= 100) {
- state = State.TELEPORTING
- return
- }
-
- if (cityLocationsGE.contains(city)) {
- return
- }
-
- if (poi && randomNumberFromOne(1000) <= 20){
- state = State.TELEPORTING
- return
- }
-
- if (counter++ >= 750 && randomNumberFromOne(100) <= 50) {
-// log(this::class.java, Log.FINE, "${bot.username} has moved on to a different city at $ticks ticks and $counter counter.")
- city = getRandomCity()
- if (randomNumberFromOne(100) % 2 == 0) {
- state = State.TELEPORTING
- } else {
- if (citygroupA.contains(city)) {
- city = citygroupA.random()
- } else {
- city = citygroupB.random()
- }
- counter = 0
- ticks = 0
- state = State.FIND_CITY
- }
- counter = 0
- return
- }
- return
- }
-
- State.IDLE_GE -> {
- returnToAdventure = Random.nextInt(350, 750)
- if (counter++ >= returnToAdventure){
- if (randomNumberFromOne(100) <= 25){
- ticks = 0
- counter = 0
- poiloc = getRandomPoi()
- city = teak1
- poi = true
- scriptAPI.teleport(poiloc)
- state = State.ADVENTURE
- return
- } else {
- counter = 0
- ticks = 0
- state = State.TELEPORTING
- return
- }
- }
- if (cityLocationsGE.contains(city)){
- if (randomNumberFromOne(1000) <= 5) {
- ticks = 0
- geSocialLoc = scriptAPI.randomizeLocationInRanges(getRandomGESocialLocation(),-1,1,-1,1,0)
- } else if (randomNumberFromOne(1000) <= 10) {
- ticks = 0
- scriptAPI.randomWalkTo(geSocialLoc, randomNumberFromOne(5))
- return
- }
- if (randomNumberFromOne(1000) <= 5 && otherPlayersNearby()){
- ticks = 0
- dialogue()
- } else if (randomNumberFromOne(1000) <= 250){
- return
- }
- }
- return
- }
-
- State.FIND_GE -> {
- sold = false
- val ge: Scenery? = scriptAPI.getNearestNode("Desk", true) as Scenery?
- if (ge == null || bot.bank.isEmpty) state = State.ADVENTURE
- class GEPulse : MovementPulse(bot, ge, DestinationFlag.OBJECT) {
- override fun pulse(): Boolean {
- bot.faceLocation(ge?.location)
- return true.also { state = State.GE }
- }
- }
- if (ge == null || bot.bank.isEmpty) state = State.ADVENTURE
- if (ge != null && !bot.bank.isEmpty) {
- if (randomNumberFromOne(1000) <= 25 && otherPlayersNearby()){
- dialogue()
- scriptAPI.randomWalkTo(geSocialLoc, randomNumberFromOne(5))
- } else if (randomNumberFromOne(500) <= 50) {
- GameWorld.Pulser.submit(GEPulse())
- }
- }
- checkCounter(500)
- return
- }
-
- State.GE -> {
- geClerksloc = clerkLocationsGe.random()
- geWait = Random.nextInt(35, 100)
- geLongWait = Random.nextInt(350, 750)
- if (!sold) {
- if (randomNumberFromOne(500) <= 25){ scriptAPI.randomWalkTo(geClerksloc, randomNumberFromOne(4))}
- if (counter++ >= geWait) {
- scriptAPI.randomWalkTo(geClerksloc, randomNumberFromOne(1))
- sold = true
- counter = 0
- ticks = 0
- scriptAPI.sellAllOnGeAdv()
- state = State.TELEPORTING
- return
- }
- } else if (counter++ >= geLongWait) {
- state = State.TELEPORTING
- return
- }
- checkCounter(1000)
- return
- }
-
- State.FIND_BANK -> {
- val bank: Scenery? = scriptAPI.getNearestNode("Bank booth", true) as Scenery?
- if (bank == null) { state = State.TELEPORTING }
- if (bank != null && randomNumberFromOne(100) <= 5) {
- scriptAPI.depositAtBank()
- } else if (bank != null && randomNumberFromOne(100) <= 5){
- scriptAPI.randomWalkTo(bank.location,3)
- }
- checkCounter(500)
- return
- }
-
-
- State.FIND_CITY -> {
- if (counter++ >= 500 || cityLocationsGE.contains(city)){
- scriptAPI.teleport(getRandomCity().also { city = it })
- state = State.ADVENTURE
- }
- if (bot.location.equals(city)) {
- state = State.ADVENTURE
- } else {
- scriptAPI.randomWalkTo(city, randomNumberFromOne(10))
- }
- checkCounter(600)
- return
- }
-
- }
-
- }
-
- fun dialogue() {
- val until = 1225 - dateCode
- val lineStd = dialogue.getLines("standard").rand()
- var lineAlt = ""
-
- when {
- //Celebrates Halloween!
- dateCode == 1031 -> lineAlt = dialogue.getLines("halloween").rand()
-
- //Celebrates lead up to Christmas!
- until in 2..23 -> lineAlt = dialogue.getLines("approaching_christmas").rand()
-
- //Celebrates Christmas Day!
- dateCode == 1225 -> lineAlt = dialogue.getLines("christmas_day").rand()
-
- //Celebrates Christmas Eve
- dateCode == 1224 -> lineAlt = dialogue.getLines("christmas_eve").rand()
-
- //New years eve
- dateCode == 1231 -> lineAlt = dialogue.getLines("new_years_eve").rand()
-
- //New years
- dateCode == 101 -> lineAlt = dialogue.getLines("new_years").rand()
-
- //Valentines
- dateCode == 214 -> lineAlt = dialogue.getLines("valentines").rand()
-
- //Easter
- dateCode == 404 -> lineAlt = dialogue.getLines("easter").rand()
- }
-
- var localPlayers = RegionManager.getLocalPlayers(bot)
- if (localPlayers.isNotEmpty()) {
- val localPlayer = localPlayers
- .filter { it.name != bot.name }
- .randomOrNull()
- if (localPlayer != null) {
- val chat = if (lineAlt.isNotEmpty() && Random.nextBoolean()) { lineAlt } else { lineStd }
- .replace("@name", localPlayer.username)
- .replace("@timer", until.toString())
- scriptAPI.sendChat(chat)
- } else {
- val chat = if (lineAlt.isNotEmpty() && Random.nextBoolean()) { lineAlt } else { lineStd }
- scriptAPI.sendChat(chat)
- }
- }
- }
-
- enum class State{
- START,
- ADVENTURE,
- FIND_BANK,
- FIND_CITY,
- IDLE_GE,
- GE,
- TELEPORTING,
- LOOT,
- LOOT_DELAY,
- FIND_GE
- }
-
-
- override fun newInstance(): Script {
- val script = Adventurer(style)
- script.state = State.START
- val tier = CombatBotAssembler.Tier.MED
- if (type == CombatBotAssembler.Type.RANGE)
- script.bot = CombatBotAssembler().RangeAdventurer(tier, bot.startLocation)
- else
- script.bot = CombatBotAssembler().MeleeAdventurer(tier, bot.startLocation)
- return script
- }
-
- companion object {
- // Start Cities
- val yanille: Location = Location.create(2615, 3104, 0)
- val ardougne: Location = Location.create(2662, 3304, 0)
- val seers: Location = Location.create(2726, 3485, 0)
- val edgeville: Location = Location.create(3088, 3486, 0)
- val catherby: Location = Location.create(2809, 3435, 0)
- val falador: Location = Location.create(2965, 3380, 0)
- val varrock: Location = Location.create(3213, 3428, 0)
- val draynor: Location = Location.create(3080, 3250, 0)
- val rimmington: Location = Location.create(2977, 3239, 0)
- val lumbridge: Location = Location.create(3222, 3219, 0)
- val karamja: Location = Location.create(2849, 3033, 0)
- val alkharid: Location = Location.create(3297, 3219, 0)
-
- // Start POI
- val feldiphills: Location = Location.create(2535, 2919, 0)
- val isafdar: Location = Location.create(2241, 3217, 0)
- val eaglespeek: Location = Location.create(2333, 3579, 0)
- val canafis: Location = Location.create(3492, 3485, 0)
- val treegnome: Location = Location.create(2437, 3441, 0)
- val teak1: Location = Location.create(2334, 3048, 0)
- val teakfarm: Location = Location.create(2825, 3085, 0)
- val keldagrimout: Location = Location.create(2724,3692, 0)
- val miningguild: Location = Location.create(3046,9740, 0)
- val magics: Location = Location.create(2285,3146, 0)
- val coalTrucks: Location = Location.create(2581,3481, 0)
- val crawlinghands: Location = Location.create(3422,3548, 0)
- val gemrocks: Location = Location.create(2825,2997, 0)
- val chaosnpc: Location = Location.create(2612,9484, 0)
- val chaosnpc2: Location = Location.create(2586, 9501, 0)
- val varLumberYard: Location = Location.create(3289, 3482, 0)
- val taverly: Location = Location.create(2909, 3436, 0)
-
- val swGEClerk: Location = Location.create(3164, 3487, 0)
- val neGEClerk: Location = Location.create(3165, 3492, 0)
- val nwGEBanker: Location = Location.create(3162, 3490, 0)
- val seGEBanker: Location = Location.create(3167, 3489, 0)
-
- val badedge = ZoneBorders(3094, 3494, 3096, 3497)
- val badedge2: Location = Location.create(3094, 3492, 0)
- val badedge3: Location = Location.create(3094, 3490, 0)
- val badedge4: Location = Location.create(3094, 3494, 0)
-
- var citygroupA = listOf(falador, varrock, draynor, rimmington, lumbridge, edgeville)
- var citygroupB = listOf(yanille, ardougne, seers, catherby)
-
- val cities = listOf(
- swGEClerk, neGEClerk, nwGEBanker, seGEBanker,
- yanille, ardougne, seers, catherby,
- falador, varrock, draynor, rimmington,
- lumbridge, edgeville
- )
-
- val pois = listOf(
- karamja, karamja, alkharid,
- alkharid, feldiphills, feldiphills,
- isafdar, eaglespeek, eaglespeek,
- canafis, treegnome, treegnome,
- teak1, teakfarm, keldagrimout,
- miningguild, coalTrucks, crawlinghands,
- magics, gemrocks, chaosnpc, chaosnpc,
- chaosnpc2, taverly,
- varLumberYard)
-
- val cityLocationsGE = listOf(swGEClerk, neGEClerk, nwGEBanker, seGEBanker)
-
- val socialLocationsGE = listOf(
- Location.create(3158, 3483, 0),
- Location.create(3165, 3480, 0),
- Location.create(3172, 3483, 0),
- Location.create(3174, 3489, 0),
- Location.create(3171, 3497, 0),
- Location.create(3164, 3499, 0),
- Location.create(3157, 3497, 0),
- Location.create(3155, 3489, 0),
- Location.create(3167, 3492, 0),
- Location.create(3162, 3492, 0),
- Location.create(3162, 3487, 0),
- Location.create(3167, 3487, 0)
- )
-
- val clerkLocationsGe = listOf(
- Location.create(3165, 3492, 0),
- Location.create(3164, 3492, 0),
- Location.create(3164, 3487, 0),
- Location.create(3165, 3487, 0)
- )
-
- var bankMap = mapOf(
- falador to ZoneBorders(2950, 3374, 2943, 3368),
- varrock to ZoneBorders(3182, 3435, 3189, 3446),
- draynor to ZoneBorders(3092, 3240, 3095, 3246),
- edgeville to ZoneBorders(3093, 3498, 3092, 3489),
- yanille to ZoneBorders(2610, 3089, 2613, 3095),
- ardougne to ZoneBorders(2649, 3281, 2655, 3286),
- seers to ZoneBorders(2729, 3493, 2722, 3490),
- catherby to ZoneBorders(2807, 3438, 2811, 3441)
- )
-
- private val whiteWolfMountainTop = Location(2850, 3496, 0)
- private val catherbyToTopOfWhiteWolf = arrayOf(Location(2856, 3442, 0), Location(2848, 3455, 0), Location(2848, 3471, 0), Location(2848, 3487, 0))
- private val tavleryToTopOfWhiteWolf = arrayOf(Location(2872, 3425, 0), Location(2863, 3440, 0), Location(2863, 3459, 0), Location(2854, 3475, 0), Location(2859, 3488, 0))
-
- val common_stuck_locations = mapOf(
- // South of Tavlery dungeon
- ZoneBorders(2878, 3386, 2884, 3395) to { it: Adventurer ->
- it.scriptAPI.walkArray(tavleryToTopOfWhiteWolf + whiteWolfMountainTop + catherbyToTopOfWhiteWolf.reversedArray())
- },
- // West of Tavlery dungeon
- ZoneBorders(2874, 3390, 2880, 3401) to { it: Adventurer ->
- it.scriptAPI.walkArray(tavleryToTopOfWhiteWolf + whiteWolfMountainTop + catherbyToTopOfWhiteWolf.reversedArray())
- },
- // South of White Wolf Mountain in Tavlery
- ZoneBorders(2865,3408,2874,3423) to { it: Adventurer ->
- it.scriptAPI.walkArray(tavleryToTopOfWhiteWolf + whiteWolfMountainTop + catherbyToTopOfWhiteWolf.reversedArray())
- },
- // On beginning of White Wolf Mountain in Tavlery
- ZoneBorders(2855, 3454, 2852, 3450) to { it: Adventurer ->
- it.scriptAPI.walkArray(tavleryToTopOfWhiteWolf + whiteWolfMountainTop + catherbyToTopOfWhiteWolf.reversedArray())
- },
- // South of White Wolf Mountain in Catherby
- ZoneBorders(2861,3425,2867, 3432) to { it: Adventurer ->
- it.scriptAPI.walkArray(catherbyToTopOfWhiteWolf + whiteWolfMountainTop + tavleryToTopOfWhiteWolf.reversedArray())
- },
- // On beginning of White Wolf Mountain in Catherby
- ZoneBorders(2863, 3441, 2859, 3438) to { it: Adventurer ->
- it.scriptAPI.walkArray(catherbyToTopOfWhiteWolf + whiteWolfMountainTop + tavleryToTopOfWhiteWolf.reversedArray())
- },
- // At the Crumbling Wall in Falador
- ZoneBorders(2937,3356,2936,3353) to { it: Adventurer ->
- // Interact with the Crumbling Wall
- val wall = it.scriptAPI.getNearestNode("Crumbling wall", true)
- if (wall == null) {
- it.refresh()
- it.ticks = 0
- return@to
- }
- it.scriptAPI.interact(it.bot, wall, "Climb-over")
- },
- // Northwest corner of Draynor Bank
- ZoneBorders(3092, 3246, 3091, 3247) to { it: Adventurer ->
- // Walk into Draynor Bank
- it.scriptAPI.walkTo(Location(3093, 3243, 0))
- },
- // West of GE, stuck in the corner south of the outlaw place
- ZoneBorders(3140, 3468, 3140, 3468) to { it: Adventurer ->
- // Walk to Barbarian village
- it.scriptAPI.walkArray(arrayOf(Location.create(3135, 3516, 0), Location.create(3103, 3489, 0), Location.create(3082, 3423, 0)))
- },
- )
-
- val dialogue: JSONObject
- val dateCode: Int
-
- init {
- val reader = FileReader(ServerConstants.BOT_DATA_PATH + File.separator + "bot_dialogue.json")
- val parser = org.json.simple.parser.JSONParser()
- val data = parser.parse(reader) as JSONObject
-
- dialogue = data
-
- val formatter = DateTimeFormatter.ofPattern("MMdd")
- val current = LocalDateTime.now()
- val formatted: String = current.format(formatter)
- dateCode = formatted.toInt()
- }
-
- private fun JSONObject.getLines(category: String): JSONArray {
- return this[category] as JSONArray
- }
-
- private fun JSONArray.rand(): String {
- return this.random() as String
- }
- }
-}
diff --git a/Server/src/main/content/global/bots/CannonballSmelter.kt b/Server/src/main/content/global/bots/CannonballSmelter.kt
deleted file mode 100644
index 8ac77f7e1..000000000
--- a/Server/src/main/content/global/bots/CannonballSmelter.kt
+++ /dev/null
@@ -1,277 +0,0 @@
-package content.global.bots
-
-import content.global.skill.gather.mining.MiningNode
-import content.global.skill.smithing.smelting.Bar
-import content.global.skill.smithing.smelting.SmeltingPulse
-import core.api.*
-import core.game.bots.*
-import core.game.ge.GrandExchange
-import core.game.interaction.DestinationFlag
-import core.game.interaction.MovementPulse
-import core.game.node.Node
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.world.map.Location
-import core.game.world.map.zone.ZoneBorders
-import org.rs09.consts.Items
-import content.data.Quests
-
-@PlayerCompatible
-@ScriptName("Falador Cannonball Smelter")
-@ScriptDescription("Start in Falador East Bank with a pick equipped","or in your inventory.")
-@ScriptIdentifier("fally_cballs")
-class CannonballSmelter : Script() {
- var state = State.INIT
- val bottomLadder = ZoneBorders(3016,9736,3024,9742)
- val topLadder = ZoneBorders(3016,3336,3022,3342)
- val coalMine = ZoneBorders(3027,9733,3054,9743)
- //val coalMine = ZoneBorders(3056, 9729, 3018, 9758)
- val ironMine = ZoneBorders(3052,9768,3035,9777)
- val northMineEntrance = ZoneBorders(3062, 3375, 3058, 3381)
- val bank = ZoneBorders(3009,3355,3018,3358)
- var overlay: ScriptAPI.BottingOverlay? = null
- var coalAmount = 0
-
- override fun tick() {
- when(state){
-
- State.INIT -> {
- overlay = scriptAPI.getOverlay()
- overlay!!.init()
- overlay!!.setTitle("Mining")
- overlay!!.setTaskLabel("Coal Mined:")
- overlay!!.setAmount(0)
-
- if (coalMine.insideBorder(bot)){
- state = State.MINING
- } else {
- state = State.TO_BANK
- }
- }
-
- State.MINING -> {
- bot.interfaceManager.close()
- if(bot.inventory.freeSlots() == 0){
- state = State.TO_BANK
- } else if(amountInInventory(bot, Items.COAL_453) >= 18) {
- state = State.TO_IRONMINE
- } else if(!coalMine.insideBorder(bot)){
- scriptAPI.walkTo(coalMine.randomLoc)
- } else {
- val rock = scriptAPI.getNearestObjectByPredicate({node -> node?.name?.equals("rocks", true)!! && MiningNode.forId(node?.id!!).reward == Items.COAL_453 })
- if(rock != null) {
- scriptAPI.interact(bot, rock, "mine")
- } else {
- scriptAPI.walkTo(coalMine.randomLoc)
- }
- }
- overlay!!.setAmount(amountInInventory(bot, Items.COAL_453))
- }
- State.MINING_IRON -> {
- bot.interfaceManager.close()
- if(bot.inventory.freeSlots() == 0 || amountInInventory(bot, Items.IRON_ORE_440) >= 9) {
- state = State.TO_BANK
- } else if(!ironMine.insideBorder(bot)){
- var loc = ironMine.randomLoc
- scriptAPI.walkTo(loc)
- } else {
- val rock = scriptAPI.getNearestObjectByPredicate({node -> node?.name?.equals("rocks", true)!! && MiningNode.forId(node?.id!!).reward == Items.IRON_ORE_440 })
- //rock?.let { InteractionListeners.run(rock.id, IntType.SCENERY,"mine",bot,rock) }
- if(rock != null) {
- scriptAPI.interact(bot, rock, "mine")
- } else {
- scriptAPI.walkTo(ironMine.randomLoc)
- }
- }
- overlay!!.setAmount(amountInInventory(bot, Items.IRON_ORE_440))
- }
-
- State.TO_BANK -> {
- if(bank.insideBorder(bot)){
- val bank = scriptAPI.getNearestNode("bank booth",true)
- if(bank != null) {
- state = State.BANKING
- bot.pulseManager.run(object : BankingPulse(this, bank){
- override fun pulse(): Boolean {
- return super.pulse()
- }
- })
- }
- } else {
- if(bot.location.y > 3400) {
- if(bot.location.y < 9757) {
- val ladder = scriptAPI.getNearestNode(30941, true)
- //ladder ?: scriptAPI.walkTo(bottomLadder.randomLoc).also { return }
- //ladder?.interaction?.handle(bot, ladder.interaction[0]).also { ladderSwitch = true }
- scriptAPI.interact(bot, ladder, "climb-up")
- } else {
- val stairs = scriptAPI.getNearestNode(30943, true)
- scriptAPI.interact(bot, stairs, "climb-up")
-
- }
- } else {
- if(northMineEntrance.insideBorder(bot)) {
- val door = scriptAPI.getNearestNode(11714, true)
- if(door != null) {
- scriptAPI.interact(bot, door, "open")
- } else {
- scriptAPI.walkTo(bank.randomLoc)
- }
- } else {
- scriptAPI.walkTo(bank.randomLoc)
- }
- }
- }
- }
-
- State.BANKING -> {
- scriptAPI.bankAll({
- if(amountInBank(bot, Items.CANNONBALL_2) >= 500) {
- val total = GrandExchange.getBotstockForId(Items.CANNONBALL_2)
- bot.interfaceManager.close()
- if(total < 5000) {
- state = State.TO_GE
- }
- }
- if(state != State.TO_GE) {
- if(amountInBank(bot, Items.IRON_ORE_440) >= 9 && amountInBank(bot, Items.COAL_453) >= 18) {
- scriptAPI.withdraw(Items.IRON_ORE_440, 9)
- scriptAPI.withdraw(Items.COAL_453, 18)
- scriptAPI.withdraw(Items.AMMO_MOULD_4, 1)
- state = State.TO_FURNACE
- bot.interfaceManager.close()
- } else {
- state = State.TO_MINE
- }
- }
- })
- }
-
- State.TO_FURNACE -> {
- if(bot.location.x > 2978) {
- scriptAPI.walkTo(Location.create(2974, 3369, 0))
- } else if(amountInInventory(bot, Items.STEEL_BAR_2353) < 9) {
- val furnace = scriptAPI.getNearestNode(11666, true)
- scriptAPI.interact(bot, furnace, "smelt")
- // TODO: should bots use real interfaces?
- bot.pulseManager.run(SmeltingPulse(bot, null, Bar.STEEL, 9))
- } else {
- state = State.SMELTING_CBALLS
- }
- }
-
- State.SMELTING_CBALLS -> {
- if(amountInInventory(bot, Items.STEEL_BAR_2353) > 0) {
- val furnace = scriptAPI.getNearestNode(11666, true)
- scriptAPI.useWith(bot, Items.STEEL_BAR_2353, furnace)
- if(bot.dialogueInterpreter.dialogue != null) {
- bot.dialogueInterpreter.handle(309, 32)
- }
- } else {
- state = State.TO_BANK
- }
- }
-
- State.TO_MINE -> {
- if(bot.location.y < 3400) {
- bot.interfaceManager.close()
- if(!topLadder.insideBorder(bot.location)){
- scriptAPI.walkTo(topLadder.randomLoc)
- } else {
- val ladder = scriptAPI.getNearestNode("Ladder",true)
- if(ladder != null){
- ladder.interaction.handle(bot,ladder.interaction[0])
- } else {
- scriptAPI.walkTo(topLadder.randomLoc)
- }
- }
- } else {
- if(!coalMine.insideBorder(bot)){
- scriptAPI.walkTo(coalMine.randomLoc)
- } else {
- state = State.MINING
- }
- }
- }
-
- State.TO_IRONMINE -> {
- if(ironMine.insideBorder(bot.location)) {
- state = State.MINING_IRON
- } else if(bot.location.y < 9757) {
- if (bot.location.regionId == ((47 shl 8) or 152)) {
- val door = scriptAPI.getNearestNode(2112,true)
- if(door != null) {
- scriptAPI.interact(bot, door, "open")
- } else {
- scriptAPI.walkTo(Location.create(3046, 9756, 0))
- }
- } else {
- scriptAPI.walkTo(Location.create(3046, 9756, 0))
- }
- } else {
- scriptAPI.walkTo(ironMine.randomLoc)
- }
- }
-
- State.TO_GE -> {
- scriptAPI.teleportToGE()
- state = State.SELLING
- }
-
- State.SELLING -> {
- scriptAPI.sellOnGE(Items.CANNONBALL_2)
- state = State.GO_BACK
- }
-
- State.GO_BACK -> {
- scriptAPI.teleport(bank.randomLoc)
- state = State.TO_MINE
- }
- }
- }
-
- open class BankingPulse(val script: Script, val bank: Node) : MovementPulse(script.bot,bank, DestinationFlag.OBJECT){
- override fun pulse(): Boolean {
- script.bot.faceLocation(bank.location)
- return true
- }
- }
-
- override fun newInstance(): Script {
- val script = CannonballSmelter()
- script.bot = SkillingBotAssembler().produce(SkillingBotAssembler.Wealth.POOR,bot.startLocation)
- return script
- }
-
- enum class State {
- MINING,
- TO_MINE,
- TO_BANK,
- TO_FURNACE,
- SMELTING_CBALLS,
- BANKING,
- TO_GE,
- SELLING,
- GO_BACK,
- TO_IRONMINE,
- MINING_IRON,
- INIT
- }
-
- init {
- equipment.add(Item(Items.RUNE_PICKAXE_1275))
- inventory.add(Item(Items.AMMO_MOULD_4))
- if(false) {
- // spawn initial iron/coal to debug smelting
- inventory.add(Item(Items.COAL_453, 18))
- inventory.add(Item(Items.IRON_ORE_440, 9))
- }
- skills.put(Skills.ATTACK,40)
- skills.put(Skills.STRENGTH,60)
- skills.put(Skills.MINING,75)
- skills.put(Skills.HITPOINTS,99)
- skills.put(Skills.DEFENCE,99)
- skills.put(Skills.SMITHING,35)
- quests.add(Quests.DWARF_CANNON)
- }
-}
diff --git a/Server/src/main/content/global/bots/CosmicCrafter.kt b/Server/src/main/content/global/bots/CosmicCrafter.kt
deleted file mode 100644
index 911dc2b5d..000000000
--- a/Server/src/main/content/global/bots/CosmicCrafter.kt
+++ /dev/null
@@ -1,181 +0,0 @@
-package content.global.bots
-
-import content.global.skill.runecrafting.MysteriousRuin
-import core.cache.def.impl.SceneryDefinition
-import core.game.bots.*
-import core.game.node.item.Item
-import core.game.node.scenery.Scenery
-import core.game.world.map.Location
-import core.game.world.map.RegionManager
-import core.game.world.map.zone.ZoneBorders
-import core.net.packet.PacketProcessor
-import org.rs09.consts.Items
-
-
-@PlayerCompatible
-@ScriptName("Cosmic Rune Crafter")
-@ScriptDescription("Crafts cosmic runes. Start in Zanaris w/ cosmic tiara.")
-@ScriptIdentifier("cosmic_crafter")
-class CosmicCrafter : Script() {
- var state = State.INIT
- var runeCounter = 0
- var overlay: ScriptAPI.BottingOverlay? = null
- var startLocation = Location(0,0,0)
- var timer = 0
- var bank_deposit = true
- var bank = Location(2384, 4457)
- var squeezeZone = ZoneBorders(2413, 4400, 2416, 4406)
- var endZone = ZoneBorders(2405, 4392, 2410, 4397)
- var agility_part = 0
-
-
- var ruinsZone = ZoneBorders(2400, 4370, 2410, 4385)
- var cosmicZone = ZoneBorders(2160, 4830, 2170, 4840)
-
- var ruinPoint = Location(2407, 4379, 0)
- var agility2ExitPoint = Location(2408, 4394, 0)
- var agility2EntryPoint = Location(2408, 4396, 0)
- var agility1ExitPoint = Location(2415, 4401, 0)
- var agility1EntryPoint = Location(2415, 4403, 0)
-
- override fun tick() {
- if (timer-- > 0) {
- return
- }
- if (bot.settings.runEnergy > 10.0) {
- bot.settings.isRunToggled = true
- }
-
- when(state){
- State.INIT -> {
- if (!bot.equipment.containsAtLeastOneItem(Items.COSMIC_TIARA_5539)) {
- bot.sendMessage("Please equip a cosmic tiara first.")
- state = State.INVALID
- } else {
- overlay = scriptAPI.getOverlay()
- overlay!!.init()
- overlay!!.setTitle("Cosmic Runes")
- overlay!!.setTaskLabel("Runes Crafted:")
- overlay!!.setAmount(0)
- startLocation = bot.location
- state = State.BANKING
- }
- }
-
- State.BANKING -> {
- if(bot.location != bank) {
- scriptAPI.walkTo(bank)
- return
- }
- val runes = bot.inventory.getAmount(Item(Items.COSMIC_RUNE_564))
- if (runes > 0) {
- runeCounter += runes
- overlay!!.setAmount(runeCounter)
- bot.sendMessage("You have crafted a total of: $runeCounter runes.")
- scriptAPI.bankItem(Items.COSMIC_RUNE_564)
- } else {
- scriptAPI.withdraw(Items.PURE_ESSENCE_7936, 28)
- state = State.FIRST_AGILITY
- }
- }
-
- State.FIRST_AGILITY -> {
- val squeezeWall = scriptAPI.getNearestNode(12127, true)
- if (agility_part == 0) {
- if (!squeezeZone.insideBorder(bot))
- scriptAPI.walkTo(agility1EntryPoint)
- else {
- scriptAPI.interact(bot, squeezeWall, "squeeze-past")
- agility_part = 1
- timer = 6
- }
- } else if (agility_part == 1) {
- if (!endZone.insideBorder(bot))
- scriptAPI.walkTo(agility2EntryPoint)
- else {
- scriptAPI.interact(bot, squeezeWall, "squeeze-past")
- state = State.RUNNING_TO_ALTER
- timer = 6
- }
- }
- }
-
- State.RUNNING_TO_ALTER -> {
- if (cosmicZone.insideBorder(bot))
- state = State.CRAFTING
-
- val ruins = scriptAPI.getNearestNode(2458,true)
- if (!ruinsZone.insideBorder(bot)) {
- scriptAPI.walkTo(ruinPoint)
- } else if (ruins != null && ruins.location.withinDistance(bot.location, 20)) {
- if (!bot.equipment.containsAtLeastOneItem(Items.COSMIC_TIARA_5539)) {
- bot.sendMessage("Please equip a cosmic tiara first.")
- state = State.INVALID
- } else {
- val ruinsChild = (ruins as Scenery).getChild(bot)
- scriptAPI.interact(bot, ruinsChild, "enter")
- timer = 4
- }
- }
- }
-
- State.CRAFTING -> {
- val alter = scriptAPI.getNearestNode(2484,true)
- scriptAPI.interact(bot, alter, "craft-rune")
- if(bot.inventory.containsAtLeastOneItem(Item(Items.COSMIC_RUNE_564)))
- state = State.LEAVING_ALTER
- }
-
- State.LEAVING_ALTER -> {
- var portalOut = scriptAPI.getNearestNode(2471, true)
- scriptAPI.interact(bot, portalOut, "use")
- if (ruinsZone.insideBorder(bot)) {
- state = State.RETURN_AGILITY
- timer = 2
- }
- }
-
- State.RETURN_AGILITY -> {
- val squeezeWall = scriptAPI.getNearestNode(12127, true)
- if (agility_part == 1) {
- if (!endZone.insideBorder(bot))
- scriptAPI.walkTo(agility2ExitPoint)
- else {
- scriptAPI.interact(bot, squeezeWall, "squeeze-past")
- agility_part = 0
- timer = 6
- }
- } else if (agility_part == 0) {
- if (!squeezeZone.insideBorder(bot))
- scriptAPI.walkTo(agility1ExitPoint)
- else {
- scriptAPI.interact(bot, squeezeWall, "squeeze-past")
- state = State.BANKING
- timer = 6
- }
- }
- }
-
- State.INVALID -> {
- timer = 25
- state = State.INIT
- }
- }
- }
-
- override fun newInstance(): Script {
- return this
- }
-
- enum class State {
- INIT,
- BANKING,
- FIRST_AGILITY,
- RETURN_AGILITY,
- RUNNING_TO_ALTER,
- CRAFTING,
- LEAVING_ALTER,
- INVALID
- }
-
-}
diff --git a/Server/src/main/content/global/bots/DoublingMoney.kt b/Server/src/main/content/global/bots/DoublingMoney.kt
deleted file mode 100644
index 785fd8690..000000000
--- a/Server/src/main/content/global/bots/DoublingMoney.kt
+++ /dev/null
@@ -1,377 +0,0 @@
-package content.global.bots
-
-import core.game.container.Container
-import core.game.interaction.Option._P_TRADE
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.request.trade.TradeModule
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.world.map.Location
-import core.game.world.map.RegionManager
-import core.game.world.update.flag.context.ChatMessage
-import core.game.world.update.flag.*
-import core.integrations.discord.Discord
-import org.json.simple.JSONArray
-import org.json.simple.JSONObject
-import org.json.simple.parser.JSONParser
-import org.rs09.consts.Items
-import core.ServerConstants
-import core.game.bots.AIRepository
-import content.global.bots.Adventurer.Companion.lumbridge
-import core.game.bots.Script
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListeners
-import core.game.world.ImmerseWorld
-import java.io.File
-import java.io.FileReader
-import java.util.Random
-import kotlin.math.min
-
-/**
- * A bot that doubles money
- * 30% chance to double money, 70% chance to scam
- * @author dginovker
- */
-class DoublingMoney : Script() {
- /**
- * If we're in ScamMode, we will never trade away any more coins
- */
- private var scamMode = false
-
- /**
- * Whether the bot has run its setup (gotten appearance made/etc.)
- */
- private var setup = false
-
- /**
- * Player who most recently traded with this bot
- */
- var victim: Player? = null
-
- /**
- * Player who the bot took money from
- */
- private var playerOwed: Player? = null
-
- /**
- * Whether we sent a trade request to the player we owe yet
- */
- private var sentTradeRequest = false
-
- /**
- * Amount the bot owes the player (2x the amount the player gave the bot)
- */
- private var debtOwed: Int = 0
-
- /**
- * How many ticks the bot has run for
- */
- var ticks = 0
-
- /**
- * Duration for how long the bot will take a nap
- */
- private var sleepTime = 0
-
- /**
- * Debug information about what state the bot is in
- */
- private var stateString = "init"
-
- /**
- * How long the bot will stay around for
- */
- private val maxTicks = (400..750).random()
-
- enum class Effort {
- LOW,
- HIGH,
- VERY_HIGH
- }
-
- /**
- * Characteristics about how hard the bot will work
- * Most likely to be LOW, small chance to be HIGH, very small chance to be VERY_HIGH
- */
- private val effort = when (Random().nextInt(100)) {
- in 0..90 -> Effort.LOW
- in 90..98 -> Effort.HIGH
- else -> Effort.VERY_HIGH
- }
-
- // Priority calculation -> Execute method mapping. Priority calculation with the highest return value is executed
- var states = mapOf(
- fun(): Int {
- if (setup) return -1
- return 250
- } to {
- stateString = "Putting on my outfit.."
- var appearance = if (Math.random() < 0.5) "noob" else "intermediate"
- if (effort == Effort.VERY_HIGH && Math.random() < 0.5) appearance = "veteran"
- val appearancesArray = botAppearances[appearance] as JSONArray
- scriptAPI.loadAppearanceAndEquipment(appearancesArray.random() as JSONObject)
- setup = true
- },
- fun(): Int {
- val botTradeModule = TradeModule.getExtension(bot)
- if (botTradeModule != null) return -1
- return 0
- } to {
- stateString = "Doing nothing"
- },
- fun(): Int {
- return 1
- } to {
- stateString = "Saying Doubling money"
- when (effort) {
- Effort.LOW -> {
- scriptAPI.sendChat("Doubling money")
- sleepTime = 7
- }
- Effort.HIGH -> {
- val message = arrayOf("Doubling Money", "Doubling Money", "Doubling Money!", "Doubling moneyy").random()
- val messageEffect = arrayOf(0, 256).random()
- val ctx = ChatMessage(bot, message, messageEffect, message.length)
- bot.updateMasks.register(EntityFlag.Chat, ctx)
- sleepTime = 8
- }
- Effort.VERY_HIGH -> {
- val message = arrayOf("Doubling money!", "Doubling money").random()
- val messageEffect = arrayOf(771, 2818, 2562, 768, 512, 2304, 2560, 769, 1792).random()
- val ctx = ChatMessage(bot, message, messageEffect, message.length)
- bot.updateMasks.register(EntityFlag.Chat, ctx)
- sleepTime = 9
- }
- }
- },
- fun(): Int {
- if (victim == null) return -1
- return 10
- } to {
- stateString = "Accepting trade request"
- // Send trade request back to victim
- InteractionListeners.run(-1, IntType.PLAYER, "trade with", bot, victim!!)
- victim = null
- sleepTime = 3
- },
- fun(): Int {
- if (debtOwed >= 0) return -1
- val botTradeModule = TradeModule.getExtension(bot) ?: return -1
- val playerTradeModule = TradeModule.getExtension(botTradeModule.target) ?: return -1
- if (!playerTradeModule.container!!.containsAtLeastOneItem(Items.COINS_995)) return 15
- return -1
- } to {
- val botTradeModule = TradeModule.getExtension(bot)
- stateString = "Waiting for ${botTradeModule!!.target} to post money"
- sleepTime = 5
- },
- fun(): Int {
- // If we have debt and are in the trade screen with the player who we owe, but have not put up coins, put up coins
- if (debtOwed == 0) return -1
- val botTradeModule = TradeModule.getExtension(bot) ?: return -1
- if (botTradeModule.target != playerOwed) return -1
- if (!botTradeModule.container!!.containsAtLeastOneItem(Items.COINS_995)) return 150
- return -1
- } to {
- stateString = "Paying off ${playerOwed!!.username} $debtOwed coins"
- val botTradeModule = TradeModule.getExtension(bot)
- val coinSlot = bot.inventory.getSlot(Item(Items.COINS_995))
- botTradeModule!!.container!!.offer(coinSlot, debtOwed)
- debtOwed = 0
- playerOwed = null
- },
- fun(): Int {
- val botTradeModule = TradeModule.getExtension(bot) ?: return -1
- val playerTradeModule = TradeModule.getExtension(botTradeModule.target) ?: return -1
- if (botTradeModule.container!!.containsAtLeastOneItem(Items.COINS_995)) return 200
- if (playerTradeModule.container!!.containsAtLeastOneItem(Items.COINS_995)) return 200
- return -1
- } to {
- stateString = "Accepting any trade screen that has coins put up"
- val botTradeModule = TradeModule.getExtension(bot)
- val playerTradeModule = TradeModule.getExtension(botTradeModule!!.target)
- if (botTradeModule.isAccepted) return@to
-
- sleepTime = (1..if (botTradeModule.getInterface() == TradeModule.MAIN_INTERFACE) 2 else 5).random()
-
- val coinsFromBot = botTradeModule.container!!.getAmount(Items.COINS_995)
- if (botTradeModule.getInterface() == TradeModule.ACCEPT_INTERFACE && coinsFromBot > 0 && effort == Effort.VERY_HIGH) {
- val message = "Payed ${(if (coinsFromBot < 1000) "${coinsFromBot}gp" else "${coinsFromBot / 1000}k")}"
- val ctx = ChatMessage(bot, message, 512, message.length)
- bot.updateMasks.register(EntityFlag.Chat, ctx)
-
- sleepTime = 7
- }
- if (botTradeModule.getInterface() == TradeModule.ACCEPT_INTERFACE && Math.random() < 0.2 && effort == Effort.HIGH && coinsFromBot > 0) {
- scriptAPI.sendChat("Enjoy")
- sleepTime += 4
- }
-
- if (botTradeModule.getInterface() == TradeModule.MAIN_INTERFACE && scamMode) {
- sleepTime = maxOf(3, sleepTime)
- }
-
- if (botTradeModule.getInterface() == TradeModule.ACCEPT_INTERFACE) {
- val player = botTradeModule.target
- var playerNetPoL = player!!.getAttribute("double-money-net-pol", "0").toInt()
- playerNetPoL += coinsFromBot
- playerNetPoL -= playerTradeModule!!.container!!.getAmount(Items.COINS_995)
- player.setAttribute("double-money-net-pol", playerNetPoL.toString())
- // if playerNetPoL > 100k, send a Discord notification
- if (playerNetPoL > 100_000) {
- Discord.postPlayerAlert(player.username, "Made too much off Doubling Money bots: ${playerNetPoL / 1000}k")
- }
- }
- // If we're in scamMode, we cannot actually setAccepted to true if we're giving away coins! (Gotta fake em out ;)
- if (scamMode && botTradeModule.getInterface() == TradeModule.ACCEPT_INTERFACE && coinsFromBot > 0) {
- botTradeModule.decline()
- } else {
- botTradeModule.setAccepted(true, update = true)
- }
- sentTradeRequest = false
- },
- fun(): Int {
- if (sentTradeRequest) return 50
- return -1
- } to {
- // Wait for the other player to accept
- },
- fun(): Int {
- if (TradeModule.getExtension(bot) == null && debtOwed > 0 && playerOwed != null) return 25
- return -1
- } to {
- // Scam over 200k payout or 70% chance
- if (Math.random() < 0.7 || debtOwed > 200_000) {
- stateString = "Scamming"
- scamMode = true
- if (effort != Effort.VERY_HIGH || Math.random() < 0.5) {
- // At high scam effort, there's a chance we fake giving them coins back to keep milking
- // with scamMode = true, we will never accept giving coins away at the second trade screen again
- terminate()
- }
- }
- stateString = "Sending trade request to ${playerOwed!!.name} to give them $debtOwed coins"
- playerOwed!!.interaction.handle(bot, _P_TRADE)
- InteractionListeners.run(-1, IntType.PLAYER, "trade with", bot, playerOwed!!)
- sentTradeRequest = true
- },
- fun(): Int {
- // If we're not near a doubling loc, or another doubling bot is on our loc, walk to random one
- var minDist = 1000.0
- for (loc in doublingLocs) {
- minDist = min(minDist, loc.getDistance(bot.location))
- }
- if (minDist > 1) return 2
- RegionManager.forId(bot.location.regionId).planes[bot.location.z].players.forEach {
- if (AIRepository.PulseRepository[it?.username?.lowercase()]?.botScript is DoublingMoney
- && it != bot
- && it.location.getDistance(bot.location) <= 1) {
- return 2
- }
- }
- return -1
- } to {
- stateString = "Walking to doubling location"
- val loc = doublingLocs.random()
- scriptAPI.walkTo(loc)
- sleepTime = 5
- },
- fun(): Int {
- // If we're past the max ticks, log out
- if (ticks > maxTicks) return 30
- return -1
- } to {
- stateString = "Logging out"
- terminate()
- },
- fun(): Int {
- // If we're past 1,000 ticks, force terminate
- if (ticks > 1000) return 1_000_000
- return -1
- } to {
- stateString = "Force terminating"
- terminate()
- }
- )
-
- override fun toString(): String {
- return "stateString: $stateString, sleepTime: $sleepTime, ticks: $ticks, maxTicks: $maxTicks, debtOwed: $debtOwed, playerOwed: $playerOwed, victim: $victim, effort: $effort, scamMode: $scamMode"
- }
-
- override fun tick() {
- if(!bot.isActive){
- running = false
- return
- }
- ticks ++
- if (sleepTime > 0) {
- sleepTime --
- return
- }
-
- // Execute the priority calculations, then execute the method of the one which returned highest
- states.maxByOrNull { it.key() }?.value?.invoke()
- }
-
- fun tradeReceived(p: Player) {
- victim = p
- }
-
- fun itemsReceived(p: Player, container: Container?) {
- if (container == null) return
- val coins: Item = container.get(Item(Items.COINS_995)) ?: return
- playerOwed = p
- debtOwed = coins.amount * 2
- if (effort == Effort.VERY_HIGH) {
- val message = "Received ${(if (coins.amount < 1000) "${coins.amount}gp" else "${coins.amount / 1000}k")}"
- val ctx = ChatMessage(bot, message, 256, message.length)
- bot.updateMasks.register(EntityFlag.Chat, ctx)
- }
- }
-
- fun terminate() {
- scriptAPI.teleport(lumbridge)
- debtOwed = 0
- bot.isActive = false
- sleepTime = 500
- AIRepository.PulseRepository.remove(bot.username.lowercase())
-
- ImmerseWorld.spawnDoubleMoneyBot(true)
- }
-
- override fun newInstance(): Script? {
- // this straight doesn't get called....
- return null
- }
-
- init {
- skills[Skills.AGILITY] = 99
- inventory.add(Item(Items.COINS_995, 1_000_000))
- }
-
- companion object {
- val startingLocs = arrayOf(Location.create(3184, 3488, 0),
- Location.create(3167, 3461, 0),
- Location.create(3170, 3444, 0),
- Location.create(3165, 3487, 0),
- Location.create(3167, 3489, 0),
- Location.create(3162, 3491, 0))
-
- val doublingLocs = arrayOf(Location.create(3159, 3492, 0),
- Location.create(3164, 3484, 0),
- Location.create(3169, 3486, 0),
- Location.create(3172, 3489, 0),
- Location.create(3168, 3483, 0),
- Location.create(3166, 3493, 0),
- Location.create(3157, 3498, 0),
- Location.create(3157, 3485, 0)
- )
-
- // load from data/botdata/ge_bot_appearances_and_equipment.json
- private val jsonFilePath = "${ServerConstants.BOT_DATA_PATH}/ge_bot_appearances_and_equipment.json"
- private val jsonFile = File(jsonFilePath)
- private val parser = JSONParser()
- val botAppearances = parser.parse(FileReader(jsonFile)) as JSONObject
- }
-
-}
diff --git a/Server/src/main/content/global/bots/FarmerThiever.kt b/Server/src/main/content/global/bots/FarmerThiever.kt
deleted file mode 100644
index bf3deb1ff..000000000
--- a/Server/src/main/content/global/bots/FarmerThiever.kt
+++ /dev/null
@@ -1,72 +0,0 @@
-package content.global.bots
-import core.game.world.map.zone.ZoneBorders
-import core.game.bots.SkillingBotAssembler
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import core.game.bots.Script
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListeners
-
-class FarmerThiever : Script() {
- val pickpocketZone = ZoneBorders(3074,3245,3086,3255)
- val bankZone = ZoneBorders(3092, 3245,3092, 3242)
- val food = Items.JUG_OF_WINE_1993
- val foodAmount = 10
- var state = State.PICKPOCKETING
-
-
- override fun tick() {
- when(state) {
-
- State.PICKPOCKETING -> {
- if (!pickpocketZone.insideBorder(bot))
- scriptAPI.walkTo(pickpocketZone.randomLoc)
- if (bot.inventory.isFull)
- state = State.BANKING
- else {
- val farmer = scriptAPI.getNearestNode(NPCs.MASTER_FARMER_2234, false)
- bot.interfaceManager.close()
- scriptAPI.eat(food)
- if (farmer != null) {
- InteractionListeners.run(farmer.id, IntType.NPC, "Pickpocket", bot, farmer)
- }
- }
- }
- State.BANKING -> {
- val bank = scriptAPI.getNearestNode("Bank Booth",true)
- bank ?: return
- if (!bankZone.insideBorder(bot))
- scriptAPI.walkTo(bankZone.randomLoc)
- else {
- bot.faceLocation(bank.location)
- bot.inventory.clear()
- bot.inventory.add(Item(food, foodAmount))
- state = State.PICKPOCKETING
- }
- }
- }
- }
-
-
-
-
- override fun newInstance(): Script {
- val script = FarmerThiever()
- script.bot = SkillingBotAssembler().produce(SkillingBotAssembler.Wealth.POOR,bot.startLocation)
- return script
- }
- enum class State {
- BANKING,
- PICKPOCKETING
- }
-
- init {
- inventory.add(Item(food,foodAmount))
- skills[Skills.THIEVING] = 80
- skills[Skills.HITPOINTS] = 10
- }
-
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/bots/FletchingBankstander.kt b/Server/src/main/content/global/bots/FletchingBankstander.kt
deleted file mode 100644
index dd60a4e3c..000000000
--- a/Server/src/main/content/global/bots/FletchingBankstander.kt
+++ /dev/null
@@ -1,45 +0,0 @@
-package content.global.bots
-
-import content.global.skill.fletching.log.LogCraftInfo
-import content.global.skill.fletching.log.CraftItemWithLogScript
-import core.game.bots.Script
-import core.game.bots.SkillingBotAssembler
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import org.rs09.consts.Items
-
-class FletchingBankstander : Script(){
- var state = State.FLETCHING
- override fun tick() {
- val bank = scriptAPI.getNearestNode("Bank booth")
- bot.faceLocation(bank?.location)
- state = when(state){
- State.FLETCHING -> {
- bot.inventory.add(Item(Items.KNIFE_946))
- bot.inventory.add(Item(Items.LOGS_1511,27))
- CraftItemWithLogScript(bot, LogCraftInfo.ARROW_SHAFT, 27).invoke()
- State.BANKING
- }
-
- State.BANKING -> {
- bot.inventory.clear()
- State.FLETCHING
- }
- }
- }
-
- init {
- skills[Skills.FLETCHING] = 99
- }
-
- override fun newInstance(): Script {
- val script = FletchingBankstander()
- script.bot = SkillingBotAssembler().produce(SkillingBotAssembler.Wealth.AVERAGE,bot.startLocation)
- return script
- }
-
- enum class State {
- FLETCHING,
- BANKING
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/bots/Idler.kt b/Server/src/main/content/global/bots/Idler.kt
deleted file mode 100644
index 684f4240e..000000000
--- a/Server/src/main/content/global/bots/Idler.kt
+++ /dev/null
@@ -1,12 +0,0 @@
-package content.global.bots
-
-import core.game.bots.Script
-
-class Idler : Script(){
- override fun tick() {
- }
-
- override fun newInstance(): Script {
- return this
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/bots/LawCrafter.kt b/Server/src/main/content/global/bots/LawCrafter.kt
deleted file mode 100644
index 16ff4a574..000000000
--- a/Server/src/main/content/global/bots/LawCrafter.kt
+++ /dev/null
@@ -1,210 +0,0 @@
-package content.global.bots
-
-import content.global.travel.ship.Ships
-import core.cache.def.impl.ItemDefinition
-import core.game.bots.*
-import core.game.node.item.Item
-import core.game.node.scenery.Scenery
-import core.game.world.map.Location
-import core.game.world.map.zone.ZoneBorders
-import org.rs09.consts.Items
-
-
-@PlayerCompatible
-@ScriptName("Law Rune Crafter")
-@ScriptDescription("Crafts law runes. Start near Draynor bank w/ law tiara.")
-@ScriptIdentifier("law_crafter")
-class LawCrafter : Script() {
- var state = State.INIT
- var runeCounter = 0
- var overlay: ScriptAPI.BottingOverlay? = null
- var startLocation = Location(0,0,0)
- var timer = 0
- var bank = ZoneBorders(3092, 3242, 3092, 3245)
- var boatNPC = Location(3047, 3234, 0)
- var ruinsZone = ZoneBorders(2850, 3375, 2860, 3382)
- var ruinPoint = Location(2857, 3380, 0)
- var onBoat = ZoneBorders(2824, 3328, 2840, 3333)
- var offBoat = ZoneBorders(2827, 3335, 2836, 3336)
- var lawLocation = Location(2464, 4830, 0)
- var lawZone = ZoneBorders(2439, 4808, 2488, 4855)
- var returnNPC = Location(2835, 3335, 0)
- var halfBank = Location(3069, 3275, 0)
-
- override fun tick() {
- if (timer-- > 0) {
- return
- }
- if (bot.settings.runEnergy > 10.0) {
- bot.settings.isRunToggled = true
- }
-
- when(state){
- State.INIT -> {
- if (!bot.equipment.containsAtLeastOneItem(Items.LAW_TIARA_5545) || !ItemDefinition.canEnterEntrana(bot)) {
- bot.sendMessage("Please equip a law tiara first.")
- bot.sendMessage("AND REMOVE ALL WEAPONS AND ARMOR.")
- state = State.INVALID
- } else {
- overlay = scriptAPI.getOverlay()
- overlay!!.init()
- overlay!!.setTitle("Law Runes")
- overlay!!.setTaskLabel("Runes Crafted:")
- overlay!!.setAmount(0)
- startLocation = bot.location
- state = State.BANKING
- }
- }
-
- State.BANKING -> {
- endDialogue = true
- bot.interfaceManager.closeChatbox()
- bot.interfaceManager.openChatbox(137)
- bot.interfaceManager.closeChatbox()
- bot.dialogueInterpreter.close()
- if(!bank.insideBorder(bot)) {
- scriptAPI.walkTo(bank.randomLoc)
- return
- }
- val runes = bot.inventory.getAmount(Item(Items.LAW_RUNE_563))
- if (runes > 0) {
- runeCounter += runes
- overlay!!.setAmount(runeCounter)
- bot.sendMessage("You have crafted a total of: $runeCounter runes.")
- scriptAPI.bankItem(Items.LAW_RUNE_563)
- } else {
- scriptAPI.withdraw(Items.PURE_ESSENCE_7936, 28)
- state = State.HALF_BANK
- }
- }
-
- State.TO_BOAT_GUY -> {
- var boatGuy = scriptAPI.getNearestNode(2729, false)
- if (boatGuy != null){
- if (boatGuy.location.withinDistance(bot.location,2)) {
- if (ItemDefinition.canEnterEntrana(bot)) {
- endDialogue = false
- Ships.PORT_SARIM_TO_ENTRANA.sail(bot)
- state = State.CROSS_GANGPLANK
- } else {
- state = State.INVALID
- }
- } else {
- scriptAPI.walkTo(boatGuy.location)
- }
-
- } else {
- scriptAPI.walkTo(boatNPC)
- }
- }
-
- State.CROSS_GANGPLANK -> {
- if (onBoat.insideBorder(bot)) {
- var gangplank = scriptAPI.getNearestNode(2415, true)
- if (gangplank != null) {
- scriptAPI.interact(bot, gangplank, "cross")
- }
- } else if (offBoat.insideBorder(bot)) {
- state = State.RUNNING_TO_ALTER
- endDialogue = true
- }
- }
-
- State.RUNNING_TO_ALTER -> {
- if (lawZone.insideBorder(bot))
- state = State.CRAFTING
-
- val ruins = scriptAPI.getNearestNode(2459,true)
- if (!ruinsZone.insideBorder(bot)) {
- scriptAPI.walkTo(ruinPoint)
- } else if (ruins != null && ruins.location.withinDistance(bot.location, 20)) {
- val ruinsChild = (ruins as Scenery).getChild(bot)
- scriptAPI.interact(bot, ruinsChild, "enter")
- timer = 4
- }
- }
-
- State.CRAFTING -> {
- if (!lawZone.insideBorder(bot)) {
- return
- }
-
- if (bot.location != lawLocation) {
- scriptAPI.walkTo(lawLocation)
- }
-
- val alter = scriptAPI.getNearestNode(2485,true)
- scriptAPI.interact(bot, alter, "craft-rune")
- if(bot.inventory.containsAtLeastOneItem(Item(Items.LAW_RUNE_563)))
- state = State.LEAVING_ALTER
- }
-
- State.LEAVING_ALTER -> {
- var portalOut = scriptAPI.getNearestNode(2472, true)
- scriptAPI.interact(bot, portalOut, "use")
- if (ruinsZone.insideBorder(bot)) {
- state = State.RETURN_TO_BOAT_GUY
- timer = 2
- }
- }
-
- State.RETURN_TO_BOAT_GUY -> {
- var boatGuy = scriptAPI.getNearestNode(2730, false)
- if (boatGuy != null){
- if (boatGuy.location.withinDistance(bot.location,2)) {
- endDialogue = false
- Ships.ENTRANA_TO_PORT_SARIM.sail(bot)
- state = State.HALF_BANK
- } else {
- scriptAPI.walkTo(boatGuy.location)
- }
-
- } else {
- scriptAPI.walkTo(returnNPC)
- }
- }
-
- // Splits up the journey into two parts.
- // This is because the dialogue can't be ended until you are safely on the
- // mainland side. But new chunks won't load while dialogue is still displayed.
- State.HALF_BANK -> {
- if (bot.inventory.containsAtLeastOneItem(Items.PURE_ESSENCE_7936)) {
- if ( (bot.location.x - 2) > halfBank.x) {
- scriptAPI.walkTo(halfBank)
- } else {
- state = State.TO_BOAT_GUY
- }
- } else {
- if ( (bot.location.x + 2) < halfBank.x) {
- scriptAPI.walkTo(halfBank)
- } else {
- state = State.BANKING
- }
- }
- }
-
- State.INVALID -> {
- timer = 25
- state = State.INIT
- }
- }
- }
-
- override fun newInstance(): Script {
- return this
- }
-
- enum class State {
- INIT,
- BANKING,
- TO_BOAT_GUY,
- CROSS_GANGPLANK,
- RUNNING_TO_ALTER,
- CRAFTING,
- LEAVING_ALTER,
- RETURN_TO_BOAT_GUY,
- HALF_BANK,
- INVALID
- }
-
-}
diff --git a/Server/src/main/content/global/bots/ManThiever.kt b/Server/src/main/content/global/bots/ManThiever.kt
deleted file mode 100644
index 75e0a6aac..000000000
--- a/Server/src/main/content/global/bots/ManThiever.kt
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.bots
-
-import core.game.node.item.Item
-import core.game.bots.SkillingBotAssembler
-import core.game.bots.Script
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListeners
-import core.game.node.entity.skill.Skills
-import java.util.*
-
-class ManThiever : Script() {
- override fun tick() {
- val man = scriptAPI.getNearestNode("Man")
- bot.interfaceManager.close()
- man?.let { InteractionListeners.run(man.id,
- IntType.NPC,"Pickpocket",bot,man) }
- }
-
- override fun newInstance(): Script? {
- val script = ManThiever()
- script.bot = SkillingBotAssembler().produce(SkillingBotAssembler.Wealth.POOR, bot.startLocation)
- return script
- }
-
- init {
- skills[Skills.THIEVING] = 20
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/bots/NatureCrafter.kt b/Server/src/main/content/global/bots/NatureCrafter.kt
deleted file mode 100644
index 02f8248e1..000000000
--- a/Server/src/main/content/global/bots/NatureCrafter.kt
+++ /dev/null
@@ -1,173 +0,0 @@
-package content.global.bots
-
-import content.global.skill.runecrafting.MysteriousRuin
-import core.api.teleport
-import core.game.bots.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListeners
-import core.game.node.entity.player.link.TeleportManager
-import core.game.node.item.Item
-import core.game.node.scenery.Scenery
-import core.game.world.map.Location
-import core.game.world.map.zone.ZoneBorders
-import org.rs09.consts.Items
-
-
-@PlayerCompatible
-@ScriptName("Nature Rune Crafter")
-@ScriptDescription("Crafts nat runes. Start in Zanaris w/ dramen staff + Nat tiara.")
-@ScriptIdentifier("nature_crafter")
-class NatureCrafter : Script() {
- var state = State.INIT
- var runeCounter = 0
- var overlay: ScriptAPI.BottingOverlay? = null
- var startLocation = Location(0,0,0)
- var timer = 0
- var teleWaitTime = 16 // 18 ticks needed to rotate the clocks, 2 to teleport
- var bank = Location(2384, 4457)
- var ruinsZone = ZoneBorders(2866, 3017, 2873, 3022)
- var faeRingDestination = Location(2412, 4435, 0) // You don't walk to the fae rings
- // you can only walk next to them. so path to the nearest point that isn't in the ring.
- var faeRingCenter = Location(2412, 4434, 0)
- var karamjaRingDestination = Location(2801, 3002, 0)
- var karamjaRingCenter = Location(2801, 3003, 0)
- var natureZone = ZoneBorders(2387, 4828, 2416, 4856)
- override fun tick() {
- if (timer-- > 0) {
- return
- }
- if (bot.settings.runEnergy > 10.0) {
- bot.settings.isRunToggled = true
- }
-
- when(state){
- State.INIT -> {
- if (checkValid()) {
- overlay = scriptAPI.getOverlay()
- overlay!!.init()
- overlay!!.setTitle("Nature Runes")
- overlay!!.setTaskLabel("Runes Crafted:")
- overlay!!.setAmount(0)
- startLocation = bot.location
- state = State.BANKING
- }
- }
-
- State.BANKING -> {
- if(bot.location != bank) {
- scriptAPI.walkTo(bank)
- return
- }
- val runes = bot.inventory.getAmount(Item(Items.NATURE_RUNE_561))
- if (runes > 0) {
- runeCounter += runes
- overlay!!.setAmount(runeCounter)
- bot.sendMessage("You have crafted a total of: $runeCounter runes.")
- scriptAPI.bankItem(Items.NATURE_RUNE_561)
- } else {
- scriptAPI.withdraw(Items.PURE_ESSENCE_7936, 28)
- state = State.RUNNING_TO_TELE
- }
- }
-
- State.RUNNING_TO_TELE -> {
- if (bot.location != faeRingDestination) {
- scriptAPI.walkTo(faeRingDestination)
- } else {
- if (checkValid()) {
- timer = teleWaitTime
- state = State.TELE_WAIT
- bot.sendMessage("Entering Fairy Ring Codes. Please wait...")
- }
- }
- }
-
- State.TELE_WAIT -> {
- teleport(bot, karamjaRingCenter, TeleportManager.TeleportType.FAIRY_RING)
- state = State.RUNNING_TO_ALTER
- // tele takes 4 ticks so wait that long.
- timer = 4
- }
-
- State.RETURN_WAIT -> {
- teleport(bot, faeRingCenter, TeleportManager.TeleportType.FAIRY_RING)
- state = State.BANKING
- }
-
- State.RUNNING_TO_ALTER -> {
- val ruins = scriptAPI.getNearestNode(2460,true)
- if (natureZone.insideBorder(bot))
- state = State.CRAFTING
-
- if (!ruinsZone.insideBorder(bot)) {
- scriptAPI.walkTo(ruinsZone.randomLoc)
- } else if (ruins != null && ruins.location.withinDistance(bot.location, 20) && checkValid()) {
- val ruinsChild = (ruins as Scenery).getChild(bot)
- scriptAPI.interact(bot, ruinsChild, "enter")
- timer = 4
- }
- }
-
- State.CRAFTING -> {
- val alter = scriptAPI.getNearestNode(2486,true)
- scriptAPI.interact(bot, alter, "craft-rune")
- if(bot.inventory.containsAtLeastOneItem(Item(Items.NATURE_RUNE_561)))
- state = State.LEAVING_ALTER
- }
-
- State.LEAVING_ALTER -> {
- var portalOut = scriptAPI.getNearestNode(2473, true)
- scriptAPI.interact(bot, portalOut, "use")
- if (ruinsZone.insideBorder(bot))
- state = State.RETURNING_TO_TELE
- }
-
- State.RETURNING_TO_TELE -> {
- if (bot.location != karamjaRingDestination) {
- scriptAPI.walkTo(karamjaRingDestination)
- } else {
- if (checkValid()) {
- var portalOut = scriptAPI.getNearestNode(14130, true)
- portalOut?.interaction?.handle(bot, portalOut.interaction[0])
- timer = 4
- state = State.RETURN_WAIT
- }
- }
- }
-
- State.INVALID -> {
- timer = 25
- state = State.INIT
- }
- }
- }
-
-
- // Terminates if you have invalid inventory to avoid cheating
- private fun checkValid(): Boolean {
- if (!bot.equipment.containsAtLeastOneItem(Items.DRAMEN_STAFF_772) or !bot.equipment.containsAtLeastOneItem(Items.NATURE_TIARA_5541)) {
- bot.sendMessage("Please equip a dramen staff and nature tiara first.")
- state = State.INVALID
- return false
- }
- return true
- }
-
- override fun newInstance(): Script {
- return this
- }
-
- enum class State {
- INIT,
- BANKING,
- RUNNING_TO_TELE,
- TELE_WAIT,
- RUNNING_TO_ALTER,
- CRAFTING,
- LEAVING_ALTER,
- RETURNING_TO_TELE,
- RETURN_WAIT,
- INVALID
- }
-
-}
diff --git a/Server/src/main/content/global/bots/NonBankingMiner.kt b/Server/src/main/content/global/bots/NonBankingMiner.kt
deleted file mode 100644
index 909d0a41e..000000000
--- a/Server/src/main/content/global/bots/NonBankingMiner.kt
+++ /dev/null
@@ -1,41 +0,0 @@
-package content.global.bots
-
-import core.api.produceGroundItem
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import org.rs09.consts.Items
-import core.game.bots.SkillingBotAssembler
-import core.game.bots.Script
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListeners
-
-class NonBankingMiner : Script() {
- override fun tick() {
- val rock = scriptAPI.getNearestNode(11957,true)
- if(rock != null && !bot.inventory.isFull){
- InteractionListeners.run(rock.id, IntType.SCENERY,"mine",bot,rock)
- }
- //checks if the bot has tin ore in his inventory and drops it if he does
- if(bot.inventory.containsAtLeastOneItem(Items.TIN_ORE_438)){
- produceGroundItem(bot,438,1,bot.location)
- bot.inventory.remove(Item(Items.TIN_ORE_438,1))
- }
- //The following is to prevent lucky bots from breaking by having a full inventory of gems
- if(bot.inventory.isFull && (!bot.inventory.containsAtLeastOneItem(Items.TIN_ORE_438))){
- bot.inventory.clear()
- bot.inventory.add(Item(Items.MITHRIL_PICKAXE_1273))
- }
- }
-
- override fun newInstance(): Script {
- val script = NonBankingMiner()
- script.bot = SkillingBotAssembler().produce(SkillingBotAssembler.Wealth.POOR,bot.startLocation)
- return script
- }
-
- init {
- skills[Skills.ATTACK] = 99
- inventory.add(Item(Items.MITHRIL_PICKAXE_1273))
- skills[Skills.MINING] = 50
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/dialogue/GardenerDialoguePlugin.kt b/Server/src/main/content/global/dialogue/GardenerDialoguePlugin.kt
deleted file mode 100644
index 6c192972c..000000000
--- a/Server/src/main/content/global/dialogue/GardenerDialoguePlugin.kt
+++ /dev/null
@@ -1,233 +0,0 @@
-package content.global.dialogue
-
-import content.global.skill.farming.FarmerPayOptionDialogue
-import content.global.skill.farming.Farmers
-import content.global.skill.farming.FarmingPatch
-import content.global.skill.farming.PatchType
-import core.api.*
-import core.game.dialogue.FacialExpression
-import core.game.dialogue.IfTopic
-import core.game.dialogue.Topic
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.plugin.Initializable
-import org.rs09.consts.Items
-import core.tools.END_DIALOGUE
-import core.tools.START_DIALOGUE
-
-@Initializable
-class GardenerDialoguePlugin(player: Player? = null) : core.game.dialogue.DialoguePlugin(player) {
- override fun handle(interfaceId: Int, buttonId: Int): Boolean {
- val patches = Farmers.forId(npc.id)!!.patches
- when (stage) {
- // TODO: Can fruit trees be chopped down by the gardener too?
- START_DIALOGUE -> {
- val patch = patches[0].getPatchFor(player)
- showTopics(
- IfTopic(
- FacialExpression.ASKING,
- "Would you chop my tree down for me?",
- 1000,
- patch.patch.type == PatchType.TREE_PATCH && patch.plantable != null && patch.isGrown()
- ),
- IfTopic(
- FacialExpression.ASKING,
- "Would you look after my crops for me?",
- 10,
- !(patch.patch.type == PatchType.TREE_PATCH && patch.plantable != null && patch.isGrown())
- ),
- Topic(FacialExpression.ASKING, "Can you give me any farming advice?", 2000),
- Topic(FacialExpression.ASKING, "Can you sell me something?", 30),
- Topic(FacialExpression.NEUTRAL, "That's all, thanks.", END_DIALOGUE)
- )
- }
-
- 10 -> {
- if (patches.size > 1) {
- npc("I might. Which one were you thinking of?").also { stage = 20 }
- } else {
- openPayGardenerDialogue(player, patches[0])
- }
- }
-
- 20 -> when (npc.id) {
- Farmers.ELSTAN.id, Farmers.LYRA.id -> showTopics(
- Topic(FacialExpression.NEUTRAL, "The north-western allotment.", 21),
- Topic(FacialExpression.NEUTRAL, "The south-eastern allotment.", 22)
- )
- Farmers.DANTAERA.id, Farmers.KRAGEN.id -> showTopics(
- Topic(FacialExpression.NEUTRAL, "The northern allotment.", 21),
- Topic(FacialExpression.NEUTRAL, "The southern allotment.", 22)
- )
- }
- 21 -> openPayGardenerDialogue(player, patches[0])
- 22 -> openPayGardenerDialogue(player, patches[1])
-
- 30 -> npc(FacialExpression.NEUTRAL, "That depends on whether I have it to sell. What is it", "that you're looking for?").also { stage++ }
- 31 -> showTopics(
- Topic(FacialExpression.NEUTRAL, "Some plant cure.", 100),
- Topic(FacialExpression.NEUTRAL, "A bucket of compost.", 200),
- Topic(FacialExpression.NEUTRAL, "A rake.", 300),
- Topic("(See more items)", 32, true)
- )
- 32 -> showTopics(
- Topic(FacialExpression.NEUTRAL, "A watering can.", 400),
- Topic(FacialExpression.NEUTRAL, "A gardening trowel.", 500),
- Topic(FacialExpression.NEUTRAL, "A seed dibber.", 600),
- Topic("(See previous items)", 31, true),
- Topic(FacialExpression.NEUTRAL, "Forget it.", 40, true)
- )
-
- 40 -> player("Forget it, you don't have anything I need.").also { stage = END_DIALOGUE }
-
- 100 -> npc("Plant cure, eh? I might have some put aside for myself.", "Tell you what. I'll sell you some plant cure for 25 gp if", "you like.").also { stage++ }
- 101 -> options("Yes, that sounds like a fair price.", "No thanks, I can get that much cheaper elsewhere.").also { stage++ }
- 102 -> when (buttonId) {
- 1 -> {
- player(FacialExpression.HAPPY, "Yes, that sounds like a fair price.").also { stage = END_DIALOGUE }
- if (removeItem(player, Item(Items.COINS_995, 25))) {
- addItemOrDrop(player, Items.PLANT_CURE_6036)
- } else {
- sendMessage(player, "You need 25 gp to pay for that.")
- }
- }
- 2 -> player("No thanks, I can get that much cheaper elsewhere.").also { stage = END_DIALOGUE }
- }
-
- 200 -> npc("A bucket of compost, eh? I might have one spare...", "tell you what, I'll sell it to you for 35 gp if you like.").also { stage++ }
- 201 -> options("Yes, that sounds like a fair price.", "No thanks, I can get that much cheaper elsewhere.").also { stage++ }
- 202 -> when (buttonId) {
- 1 -> {
- player("Yes, that sounds like a fair price.").also { stage = END_DIALOGUE }
- if (removeItem(player, Item(Items.COINS_995, 35))) {
- addItemOrDrop(player, Items.COMPOST_6032)
- } else {
- sendMessage(player, "You need 35 gp to pay for that.")
- }
- }
- 2 -> player("No thanks, I can get that much cheaper elsewhere.").also { stage = END_DIALOGUE }
- }
-
- 300 -> npc("A rake, eh? I might have one spare...", "tell you what, I'll sell it to you for 15 gp if you like.").also { stage++ }
- 301 -> options("Yes, that sounds like a fair price.", "No thanks, I can get that much cheaper elsewhere.").also { stage++ }
- 302 -> when (buttonId) {
- 1 -> {
- player("Yes, that sounds like a fair price.").also { stage = END_DIALOGUE }
- if (removeItem(player, Item(Items.COINS_995, 15))) {
- addItemOrDrop(player, Items.RAKE_5341)
- } else {
- sendMessage(player, "You need 15 gp to pay for that.")
- }
- }
- 2 -> player("No thanks, I can get that much cheaper elsewhere.").also { stage = END_DIALOGUE }
- }
-
- 400 -> npc("A watering can, eh? I might have one spare...", "tell you what, I'll sell it to you for 25 gp if you like.").also { stage++ }
- 401 -> options("Yes, that sounds like a fair price.", "No thanks, I can get that much cheaper elsewhere.").also { stage++ }
- 402 -> when(buttonId){
- 1 -> {
- player("Yes, that sounds like a fair price.").also { stage = END_DIALOGUE }
- if (removeItem(player, Item(Items.COINS_995, 25))) {
- addItemOrDrop(player, Items.WATERING_CAN8_5340)
- } else {
- sendMessage(player, "You need 25 gp to pay for that.")
- }
- }
- 2 -> player("No thanks, I can get that much cheaper elsewhere.").also { stage = END_DIALOGUE }
- }
-
- 500 -> npc("A gardening trowel, eh? I might have one spare...", "tell you what, I'll sell it to you for 15 gp if you like.").also { stage++ }
- 501 -> options("Yes, that sounds like a fair price.", "No thanks, I can get that much cheaper elsewhere.").also { stage++ }
- 502 -> when (buttonId) {
- 1 -> {
- player("Yes, that sounds like a fair price.").also { stage = END_DIALOGUE }
- if (removeItem(player, Item(Items.COINS_995, 15))) {
- addItemOrDrop(player, Items.GARDENING_TROWEL_5325)
- } else {
- sendMessage(player, "You need 15 gp to pay for that.")
- }
- }
- 2 -> player("No thanks, I can get that much cheaper elsewhere.").also { stage = END_DIALOGUE }
- }
-
- 600 -> npc("A seed dibber, eh? I might have one spare...", "tell you what, I'll sell it to you for 15 gp if you like.").also { stage++ }
- 601 -> options("Yes, that sounds like a fair price.", "No thanks, I can get that much cheaper elsewhere.").also { stage++ }
- 602 -> when (buttonId) {
- 1 -> {
- player("Yes, that sounds like a fair price.").also { stage = END_DIALOGUE }
- if (removeItem(player, Item(Items.COINS_995, 15))) {
- addItemOrDrop(player, Items.SEED_DIBBER_5343)
- } else {
- sendMessage(player, "You need 15 gp to pay for that.")
- }
- }
- 2 -> player("No thanks, I can get that much cheaper elsewhere.").also { stage = END_DIALOGUE }
- }
-
- // Note: This dialogue changes slightly in April 2009, and significantly in December 2009
- 1000 -> npc(FacialExpression.THINKING, "Why? You look like you could chop it down yourself!").also { stage++ }
- 1001 -> showTopics(
- Topic(FacialExpression.NEUTRAL, "Yes, you're right - I'll do it myself.", END_DIALOGUE),
- Topic(FacialExpression.NEUTRAL, "I can't be bothered - I'd rather pay you to do it.", 1020)
- )
-
- 1020 -> npc(FacialExpression.NEUTRAL, "Well, it's a lot of hard work - if you pay me 200 GP", "I'll chop it down for you.").also { stage++ }
- 1021 -> {
- if (inInventory(player, Items.COINS_995, 200)) {
- showTopics(
- Topic(FacialExpression.NEUTRAL, "Here's 200GP - chop my tree down please.", 1022),
- Topic(FacialExpression.NEUTRAL, "I don't want to pay that much, sorry.", END_DIALOGUE)
- )
- } else {
- player("I don't have that much money on me.").also { stage = END_DIALOGUE } // not authentic
- }
- }
- 1022 -> {
- end()
- if (removeItem(player, Item(Items.COINS_995, 200))) {
- patches[0].getPatchFor(player).clear()
- }
- }
-
- 2000 -> {
- val advice = arrayOf(
- "There are four main Farming areas - Elstan looks after an area south of Falador, Dantaera has one to the north of Catherby, Kragen has one near Ardougne, and Lyra looks after a place in north Morytania.",
- "If you want to grow fruit trees you could try a few places: Catherby and Brimhaven have a couple of fruit tree patches, and I hear that the gnomes are big on that sort of thing.",
- "Bittercap mushrooms can only be grown in a special patch in Morytania, near the Mort Myre swamp. There the ground is especially dank and suited to growing poisonous fungi.",
- "There is a special patch for growing Belladonna - I believe it's somewhere near Draynor Manor, where the ground is a tad 'unblessed'.",
-
- "Don't just throw away your weeds after you've raked a patch - put them in a compost bin and make some compost.",
- "Applying compost to a patch will not only reduce the chance that your crops will get diseased, but you will also grow more crops to harvest.",
- "Supercompost is far better than normal compost, but more expensive to make. You need to rot the right type of item; show me an item, and I'll tell you if it's super-compostable or not.",
-
- "Tree seeds must be grown in a plantpot of soil into a sapling, and then transferred to a tree patch to continue growing to adulthood.",
- "You don't have to buy all your plantpots you know, you can make them yourself on a pottery wheel. If you're a good enough ${if (player!!.isMale) "craftsman" else "craftswoman"}, that is.",
- "You can fill plantpots with soil from Farming patches, if you have a gardening trowel.",
-
- "Vegetables, hops and flowers are far more likely to grow healthily if you water them periodically.",
- "The only way to cure a bush or tree of disease is to prune away the diseased leaves with a pair of secateurs. For all other crops I would just apply some plant-cure.",
- "If you need to be rid of your fruit trees for any reason, all you have to do is chop them down and then dig up the stump.",
-
- "You can put up to ten potatoes, cabbages or onions in vegetable sacks, although you can't have a mix in the same sack.",
- "You can put up to five tomatoes, strawberries, apples, bananas or oranges into a fruit basket, although you can't have a mix in the same basket.",
- "If you want to make your own sacks and baskets you'll need to use the loom that's near the Farming shop in Falador. If you're a good enough ${if (player!!.isMale) "craftsman" else "craftswoman"}, that is.",
- "You can buy all the farming tools from farming shops, which can be found close to the allotments.",
-
- "Hops are good for brewing ales. I believe there's a brewery up in Keldagrim somewhere, and I've heard rumours that a place called Phasmatys used to be good for that type of thing. 'Fore they all died, of course.",
- )
- npcl(FacialExpression.NEUTRAL, advice.random()).also { stage = START_DIALOGUE }
- }
- }
- return true
- }
-
- fun openPayGardenerDialogue(player: Player, fPatch: FarmingPatch) {
- end()
- openDialogue(player, FarmerPayOptionDialogue(fPatch.getPatchFor(player)), npc)
- }
-
- override fun getIds(): IntArray {
- return Farmers.values().map(Farmers::id).toIntArray()
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/AutocastSelectPlugin.java b/Server/src/main/content/global/handlers/iface/AutocastSelectPlugin.java
deleted file mode 100644
index 9213cf0f6..000000000
--- a/Server/src/main/content/global/handlers/iface/AutocastSelectPlugin.java
+++ /dev/null
@@ -1,53 +0,0 @@
-package content.global.handlers.iface;
-
-import core.game.component.Component;
-import core.game.component.ComponentDefinition;
-import core.game.component.ComponentPlugin;
-import core.game.node.entity.combat.equipment.WeaponInterface;
-import core.game.node.entity.player.Player;
-import core.plugin.Initializable;
-import core.plugin.Plugin;
-
-/**
- * Represents the auto casting component plugin.
- * @author Emperor
- *
- */
-@Initializable
-public final class AutocastSelectPlugin extends ComponentPlugin {
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- ComponentDefinition.forId(797).setPlugin(this);
- ComponentDefinition.forId(319).setPlugin(this);
- ComponentDefinition.forId(310).setPlugin(this);
- ComponentDefinition.forId(406).setPlugin(this);
- return this;
- }
-
- @Override
- public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) {
- if (!player.getAttribute("autocast_select", false)) {
- return true;
- }
- if (player.timers.getTimer("spellbook:swap") != null) {
- player.getPacketDispatch().sendMessage("You cannot autocast while using Spellbook Swap.");
- player.removeAttribute("autocast_select");
- player.removeAttribute("autocast_component");
- final WeaponInterface w = player.getExtension(WeaponInterface.class);
- if (w != null) {
- w.setAttackStyle(3);
- player.getInterfaceManager().openTab(w);
- }
- return true;
- }
- player.removeAttribute("autocast_select");
- final WeaponInterface w = player.getExtension(WeaponInterface.class);
- if (w != null) {
- w.selectAutoSpell(button, true);
- player.getInterfaceManager().openTab(w);
- }
- return true;
- }
-
-}
diff --git a/Server/src/main/content/global/handlers/iface/BookInterface.kt b/Server/src/main/content/global/handlers/iface/BookInterface.kt
deleted file mode 100644
index 508b8b16d..000000000
--- a/Server/src/main/content/global/handlers/iface/BookInterface.kt
+++ /dev/null
@@ -1,247 +0,0 @@
-package content.global.handlers.iface
-
-import content.global.handlers.iface.BookInterface.Companion.FANCY_BOOK_2_27
-import core.api.closeInterface
-import core.api.getAttribute
-import core.api.openInterface
-import core.api.setAttribute
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.Player
-
-/**
- * Interface listener for Books
- * Use this to listen and interact with buttons on book interfaces.
- *
- * This will handle component(26), component(27) and component(49) globally.
- * DO NOT extend this class or override on(26), on(27), on(49) for defineInterfaceListeners.
- *
- * Instead, simply call BookInterface.openBook(...) in the listener and set the following attributes:
- * bookInterfaceCallback - callback function for the page to display(player: Player, pageNum: Int, buttonID: Int) : Boolean
- * You must create that display() function so that can be passed in the callback and display contents of each page.
- *
- * You may at any time after pageSetup,
- * - call any functions below
- * - call player.packetDispatch.sendInterfaceConfig
- * - call player.packetDispatch.sendString
- *
- * @see content.region.desert.quest.thegolem.VarmensNotes for a quest-like example.
- * @see content.global.handlers.item.book.GeneralRuleBook for an interactive page-jumping book.
- *
- * @author ovenbreado
- */
-class BookInterface : InterfaceListener {
-
- companion object {
- const val CALLBACK_ATTRIBUTE = "bookInterfaceCallback"
- const val CURRENT_PAGE_ATTRIBUTE = "bookInterfaceCurrentPage"
-
- /* These should be in org.rs09.consts.Components but currently are not. */
- const val FANCY_BOOK_26 = 26 // This is a 15-Lines per page book.
- const val FANCY_BOOK_2_27 = 27 // This is a 15-Lines per page book with index and row clickable listeners.
- const val FANCY_BOOK_3_49 = 49 // This is an 11-Lines per page book.
-
- /* Book Lines. [Title, Left button text, Right button text, ...lines 1 to X] */
- val FANCY_BOOK_26_LINE_IDS = arrayOf(101, 65, 66, 97, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96)
- val FANCY_BOOK_2_27_LINE_IDS = arrayOf(163, 5, 6, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67)
- val FANCY_BOOK_3_49_LINE_IDS = arrayOf(6, 77, 78, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76)
-
- /* Button IDs. [Left button, Right button, (opt)index button, ...(opt)click lines 1 to X] */
- val FANCY_BOOK_26_BUTTON_IDS = arrayOf(61, 63)
- val FANCY_BOOK_2_27_BUTTON_IDS = arrayOf(1, 3, 159, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158)
- val FANCY_BOOK_3_49_BUTTON_IDS = arrayOf(51, 53)
-
- /* Image IDs. [...lines 1 to X] */
- val FANCY_BOOK_2_27_IMAGE_ENABLE_DRAW_IDS = arrayOf(9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97)
- val FANCY_BOOK_2_27_IMAGE_DRAW_IDS = arrayOf(10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98)
-
- /** Opens the book interface. Call this only once in the defineListeners() at the start of opening a book. */
- fun openBook(player: Player, bookComponent: Int, displayCallback: (player: Player, pageNum: Int, buttonId: Int) -> Boolean) {
- closeInterface(player) // Important: Closes the previous interface.
- setAttribute(player, CURRENT_PAGE_ATTRIBUTE, 0) // Resets the book to the first page.
- setAttribute(player, CALLBACK_ATTRIBUTE, displayCallback) // Sets the display callback
- if (bookComponent == FANCY_BOOK_26) {
- openInterface(player, FANCY_BOOK_26) // Important: Opens the current interface.
- } else if (bookComponent == FANCY_BOOK_2_27) {
- openInterface(player, FANCY_BOOK_2_27) // Important: Opens the current interface.
- } else if (bookComponent == FANCY_BOOK_3_49) {
- openInterface(player, FANCY_BOOK_3_49) // Important: Opens the current interface.
- }
- displayCallback.invoke(player, 0, 0)
- }
-
- /** Sets up title, pagination and content. Call this in the display callback every time the page changes. */
- fun pageSetup(player: Player, bookComponent: Int, title: String, contents: Array, hasPagination: Boolean = true) {
- val currentPage = getAttribute(player, CURRENT_PAGE_ATTRIBUTE, 0)
- if (bookComponent == FANCY_BOOK_26) {
- clearBookLines(player, FANCY_BOOK_26, FANCY_BOOK_26_LINE_IDS)
- clearButtons(player, FANCY_BOOK_26, FANCY_BOOK_26_BUTTON_IDS)
- setTitle(player, FANCY_BOOK_26, FANCY_BOOK_26_LINE_IDS, title)
- if (hasPagination) {
- setPagination(player, FANCY_BOOK_26, FANCY_BOOK_26_LINE_IDS, FANCY_BOOK_26_BUTTON_IDS, currentPage, contents.size, contents[currentPage].pages.size == 1)
- }
- setPageContent(player, FANCY_BOOK_26, FANCY_BOOK_26_LINE_IDS, FANCY_BOOK_26_BUTTON_IDS, currentPage, contents)
- } else if (bookComponent == FANCY_BOOK_2_27) {
- clearBookLines(player, FANCY_BOOK_2_27, FANCY_BOOK_2_27_LINE_IDS)
- clearButtons(player, FANCY_BOOK_2_27, FANCY_BOOK_2_27_BUTTON_IDS)
- setTitle(player, FANCY_BOOK_2_27, FANCY_BOOK_2_27_LINE_IDS, title)
- if (hasPagination) {
- setPagination(player, FANCY_BOOK_2_27, FANCY_BOOK_2_27_LINE_IDS, FANCY_BOOK_2_27_BUTTON_IDS, currentPage, contents.size, contents[currentPage].pages.size == 1)
- }
- setPageContent(player, FANCY_BOOK_2_27, FANCY_BOOK_2_27_LINE_IDS, FANCY_BOOK_2_27_BUTTON_IDS, currentPage, contents)
- } else if (bookComponent == FANCY_BOOK_3_49) {
- clearBookLines(player, FANCY_BOOK_3_49, FANCY_BOOK_3_49_LINE_IDS)
- clearButtons(player, FANCY_BOOK_3_49, FANCY_BOOK_3_49_BUTTON_IDS)
- setTitle(player, FANCY_BOOK_3_49, FANCY_BOOK_3_49_LINE_IDS, title)
- if (hasPagination) {
- setPagination(player, FANCY_BOOK_3_49, FANCY_BOOK_3_49_LINE_IDS, FANCY_BOOK_3_49_BUTTON_IDS, currentPage, contents.size, contents[currentPage].pages.size == 1)
- }
- setPageContent(player, FANCY_BOOK_3_49, FANCY_BOOK_3_49_LINE_IDS, FANCY_BOOK_3_49_BUTTON_IDS, currentPage, contents)
- }
- }
-
- /** Clear all lines rather than leaving "Line X" on all visible rows. */
- fun clearBookLines(player: Player, componentId: Int, bookLineIds: Array) {
- openInterface(player, componentId) // Important: Opens the current interface.
- for (i in bookLineIds) {
- player.packetDispatch.sendString("", componentId, i)
- }
- }
-
- /** Clear all buttons rather than leaving invisible button rows. */
- fun clearButtons(player: Player, componentId: Int, bookButtonIds: Array) {
- for (i in bookButtonIds) {
- player.packetDispatch.sendInterfaceConfig(componentId, i, true)
- }
- }
-
- /** Set title of book. */
- fun setTitle(player: Player, componentId: Int, bookLineIds: Array, title: String) {
- player.packetDispatch.sendString(title, componentId, bookLineIds[0])
- }
-
- /** Set pagination numbers of current page in book. CurrentPage is 0 index. */
- fun setPagination(player: Player, componentId: Int, bookLineIds: Array, bookButtonIds: Array, currentPage: Int, totalPages: Int, hasRightPage: Boolean) {
- player.packetDispatch.sendInterfaceConfig(componentId, bookButtonIds[0], currentPage <= 0)
- player.packetDispatch.sendInterfaceConfig(componentId, bookButtonIds[1], currentPage >= totalPages - 1)
- player.packetDispatch.sendString("" + (currentPage * 2 + 1), componentId, bookLineIds[1])
- player.packetDispatch.sendString("" + (currentPage * 2 + 2), componentId, bookLineIds[2])
- if (hasRightPage) {
- // If there's no right side page, remove the page number. Usually for odd paged books.
- if (componentId == FANCY_BOOK_26) {
- player.packetDispatch.sendString("", componentId, FANCY_BOOK_26_LINE_IDS[2])
- } else if (componentId == FANCY_BOOK_2_27) {
- player.packetDispatch.sendString("", componentId, FANCY_BOOK_2_27_LINE_IDS[2])
- } else if (componentId == FANCY_BOOK_3_49) {
- player.packetDispatch.sendString("", componentId, FANCY_BOOK_3_49_LINE_IDS[2])
- }
- }
- }
-
- /** Set text contents of book. CurrentPage is 0 index. */
- fun setPageContent(player: Player, componentId: Int, bookLineIds: Array, bookButtonIds: Array, currentPage: Int, contents: Array) {
- for (page in contents[currentPage].pages) {
- for (line in page.lines) {
- // This is to prevent error child lines being set and crashing the client.
- if (bookLineIds.contains(line.child)) {
- player.packetDispatch.sendString(line.message, componentId, line.child)
- }
- if (bookButtonIds.contains(line.child)) {
- player.packetDispatch.sendInterfaceConfig(componentId, line.child, false)
- player.packetDispatch.sendString(line.message, componentId, line.child)
- }
- }
-
- }
- }
-
- /** Sets models(pictures) on lineId of pageSet (0 index). Call this in the display function after pageSetup. */
- fun setModelOnPage(player: Player, pageSet: Int, modelId: Int, componentId: Int, enableLineId: Int, drawLineId: Int, zoom: Int, pitch: Int, yaw: Int) {
- if (pageSet == getAttribute(player, CURRENT_PAGE_ATTRIBUTE, 0)) {
- player.packetDispatch.sendInterfaceConfig(componentId, enableLineId, false)
- player.packetDispatch.sendModelOnInterface(modelId, componentId, drawLineId, 0)
- player.packetDispatch.sendAngleOnInterface(componentId, drawLineId, zoom, pitch, yaw)
- }
- }
-
- /** Sets item on lineId of pageSet (0 index). Call this in the display function after pageSetup. */
- fun setItemOnPage(player: Player, pageSet: Int, itemId: Int, componentId: Int, enableLineId: Int, drawLineId: Int, zoom: Int, pitch: Int, yaw: Int) {
- if (pageSet == getAttribute(player, CURRENT_PAGE_ATTRIBUTE, 0)) {
- player.packetDispatch.sendInterfaceConfig(componentId, enableLineId, false)
- player.packetDispatch.sendItemOnInterface(itemId, 1, componentId, drawLineId)
- }
- }
-
- /** Clears models(pictures) on lineId of pageSet (0 index). Call this in the display function after pageSetup. */
- fun clearModelsOnPage(player: Player, componentId: Int) {
- BookInterface.FANCY_BOOK_2_27_IMAGE_ENABLE_DRAW_IDS.forEach { drawId ->
- player.packetDispatch.sendInterfaceConfig(componentId, drawId, true);
- }
- }
-
- /** Function to check if player read to the last page. For quest triggers. */
- fun isLastPage(pageNum: Int, totalPages: Int): Boolean {
- return pageNum == totalPages - 1
- }
-
- /** PRIVATE: Increments the current page and invokes the callback function. */
- private fun changePageAndCallback(player: Player, increment: Int, buttonId: Int) {
- val callback: ((player: Player, pageNum: Int, buttonId: Int) -> Boolean)? =
- getAttribute(player, CALLBACK_ATTRIBUTE, null)
- val currentPage = getAttribute(player, CURRENT_PAGE_ATTRIBUTE, 0)
- setAttribute(player, CURRENT_PAGE_ATTRIBUTE, currentPage + increment)
-
- callback?.invoke(player, currentPage + increment, buttonId)
- }
- }
-
- override fun defineInterfaceListeners() {
- on(FANCY_BOOK_26) { player, _, _, buttonID, _, _ ->
- when (buttonID) {
- FANCY_BOOK_26_BUTTON_IDS[0] -> { changePageAndCallback(player, -1, buttonID) }
- FANCY_BOOK_26_BUTTON_IDS[1] -> { changePageAndCallback(player, 1, buttonID) }
- else -> (changePageAndCallback(player, 0, buttonID))
- }
- return@on true
- }
- on(FANCY_BOOK_2_27) { player, _, _, buttonID, _, _ ->
- when (buttonID) {
- FANCY_BOOK_2_27_BUTTON_IDS[0] -> { changePageAndCallback(player, -1, buttonID) }
- FANCY_BOOK_2_27_BUTTON_IDS[1] -> { changePageAndCallback(player, 1, buttonID) }
- else -> (changePageAndCallback(player, 0, buttonID))
- }
- return@on true
- }
- on(FANCY_BOOK_3_49) { player, _, _, buttonID, _, _ ->
- when (buttonID) {
- FANCY_BOOK_3_49_BUTTON_IDS[0] -> { changePageAndCallback(player, -1, buttonID) }
- FANCY_BOOK_3_49_BUTTON_IDS[1] -> { changePageAndCallback(player, 1, buttonID) }
- else -> (changePageAndCallback(player, 0, buttonID))
- }
- return@on true
- }
- }
-}
-
-/** Constructs a new PageSet object. */
-class PageSet(vararg pages: Page) {
- val pages: Array
-
- init {
- this.pages = pages as Array
- }
-}
-
-/** Constructs a new Page object. */
-class Page(vararg lines: BookLine) {
- val lines: Array
-
- init {
- this.lines = lines as Array
- }
-}
-
-/** Constructs a new BookLine object. */
-class BookLine(
- val message: String,
- val child: Int
-)
diff --git a/Server/src/main/content/global/handlers/iface/DeathInterface.kt b/Server/src/main/content/global/handlers/iface/DeathInterface.kt
deleted file mode 100644
index 3b0dae31f..000000000
--- a/Server/src/main/content/global/handlers/iface/DeathInterface.kt
+++ /dev/null
@@ -1,17 +0,0 @@
-package content.global.handlers.iface
-
-import core.api.closeInterface
-import core.game.interaction.InterfaceListener
-import org.rs09.consts.Components
-
-class DeathInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.AIDE_DEATH_153) { player, _, _, buttonID, _, _ ->
- if (buttonID == 1) {
- player.savedData.globalData.setDisableDeathScreen(true)
- closeInterface(player)
- }
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/FairyRingInterface.kt b/Server/src/main/content/global/handlers/iface/FairyRingInterface.kt
deleted file mode 100644
index 69bba13d7..000000000
--- a/Server/src/main/content/global/handlers/iface/FairyRingInterface.kt
+++ /dev/null
@@ -1,230 +0,0 @@
-package content.global.handlers.iface
-
-import core.api.*
-import core.game.event.FairyRingDialEvent
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.TeleportManager
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.map.Location
-import core.game.world.map.RegionManager
-import core.tools.RandomFunction
-import content.data.Quests
-
-/**
- * Handles the fairy ring interface
- * @author Ceikry
- */
-class FairyRingInterface : InterfaceListener {
- companion object {
- const val RINGS_IFACE = 734
- const val LOG_IFACE_ID = 735
- const val VARP_F_RING = 816
- const val VB_LOG_SORT_ORDER = 4618
- const val VB_RING_1 = 2341
- const val VB_RING_2 = 2342
- const val VB_RING_3 = 2343
- val RING_1 = arrayOf('a','d','c','b')
- val RING_2 = arrayOf('i','l','k','j')
- val RING_3 = arrayOf('p','s','r','q')
- }
-
- override fun defineInterfaceListeners() {
-
- onOpen(RINGS_IFACE){ player, _ ->
- openSingleTab(player, LOG_IFACE_ID)
- saveVarp(player, VARP_F_RING)
- return@onOpen true
- }
-
- onOpen(LOG_IFACE_ID){ player, _ ->
- drawLog(player)
- return@onOpen true
- }
-
- onClose(RINGS_IFACE){ player, _ ->
- closeTabInterface(player)
- return@onClose true
- }
-
- on(RINGS_IFACE){ player, _, _, buttonID, _, _ ->
- when(buttonID){
- 23 -> increment(player,1)
- 25 -> increment(player,2)
- 27 -> increment(player,3)
- 24 -> decrement(player,1)
- 26 -> decrement(player,2)
- 28 -> decrement(player,3)
- 21 -> confirm(player)
- }
- return@on true
- }
-
- on(LOG_IFACE_ID,12){ player, _, _, _, _, _ ->
- toggleSortOrder(player)
- return@on true
- }
-
- }
-
- /**
- * Draws the travel log interface
- * Currently, the visited logs is a bool array in globalData. Someone should migrate this to prefs or something at some point.
- * On transmit of Varp 816, which all used varbits are part of here, the CS2 is invoked to populate the codes in the log and sort them correctly.
- * @param player The player to draw the interface for
- */
- private fun drawLog (player: Player)
- {
- for (i in FairyRing.values().indices) {
- if (!player.savedData.globalData.hasTravelLog(i)) {
- continue
- }
- val ring = FairyRing.values()[i]
- if (ring.childId == -1) {
- continue
- }
- setInterfaceText(player, " ${ring.tip}", LOG_IFACE_ID, ring.childId)
- }
- }
-
- private fun toggleSortOrder(player: Player) {
- val curSort = getVarbit(player, VB_LOG_SORT_ORDER) == 0
- setVarbit(player, VB_LOG_SORT_ORDER, if (curSort) 1 else 0)
- drawLog(player)
- }
-
- fun increment(player: Player,ring: Int) {
- val vbit = when(ring) {
- 1 -> VB_RING_1
- 2 -> VB_RING_2
- 3 -> VB_RING_3
- else -> return
- }
- val curIndex = getVarbit(player, vbit)
- val nextIndex: Int = if(curIndex == 3) 0
- else curIndex + 1
- setVarbit(player, vbit, nextIndex)
- }
-
- fun decrement(player: Player,ring: Int){
- val vbit = when(ring) {
- 1 -> VB_RING_1
- 2 -> VB_RING_2
- 3 -> VB_RING_3
- else -> return
- }
- val curIndex = getVarbit(player, vbit)
- val nextIndex: Int = if(curIndex == 0) 3
- else curIndex - 1
- setVarbit(player, vbit, nextIndex)
- }
-
- private fun confirm(player: Player){
- val ring1index = getVarbit(player, VB_RING_1)
- val ring2index = getVarbit(player, VB_RING_2)
- val ring3index = getVarbit(player, VB_RING_3)
- val code = "${RING_1[ring1index]}${RING_2[ring2index]}${RING_3[ring3index]}"
- val ring: FairyRing? = try {
- FairyRing.valueOf(code.uppercase())
- } catch (e: Exception) { null }
-
- var tile = ring?.tile
- if(ring?.checkAccess(player) != true){
- sendDialogue(player, "The ring seems to reject you.")
- tile = null
- }
- if (ring == null || tile == null) {
- val center = Location(2412, 4434, 0)
- tile = if (RandomFunction.random(2) == 1) {
- center.transform(RandomFunction.random(2, 6), RandomFunction.random(2, 6), 0)
- } else {
- center.transform(RandomFunction.random(-2, -6), RandomFunction.random(-2, -6), 0)
- }
- if (!RegionManager.isTeleportPermitted(tile) || RegionManager.getObject(tile) != null) {
- tile = Location.create(2412, 4431, 0)
- }
- GameWorld.Pulser.submit(object : Pulse(4, player) {
- override fun pulse(): Boolean {
- sendPlayerDialogue(player, "Wow, fairy magic sure is useful, I hardly moved at all!", core.game.dialogue.FacialExpression.AMAZED)
- return true
- }
- })
- } else {
- if (!player.savedData.globalData.hasTravelLog(ring.ordinal)) {
- player.savedData.globalData.setTravelLog(ring.ordinal)
- }
- }
- closeInterface(player)
-
- ring.let {
- if (it == null) {
- return@let
- }
-
- player.dispatch(FairyRingDialEvent(it))
- teleport(player, tile!!, TeleportManager.TeleportType.FAIRY_RING)
- }
- }
-}
-
-enum class FairyRing(val tile: Location?, val tip: String = "", val childId: Int = -1) {
- AIQ(Location.create(2996, 3114, 0), "Asgarnia: Mudskipper Point", 15),
- AIR(Location.create(2700, 3247, 0), "Islands: South of Witchaven", 16),
- AJQ(Location.create(2735, 5221, 0), "Dungeons: Dark cave south of Dorgesh-Kaann", 19),
- ALR(Location.create(3059, 4875, 0), "Other realms: Abyssal Area", 28),
- AJR(Location.create(2780, 3613, 0), "Kandarin: Slayer cave south-east of Rellekka", 20),
- AJS(Location.create(2500, 3896, 0), "Islands: Penguins near Miscellania", 21),
- AKQ(Location.create(2319, 3619, 0), "Kandarin: Piscatoris Hunter area", 23),
- AKS(Location.create(2571, 2956, 0), "Feldip Hills: Jungle Hunter area", 25),
- ALQ(Location.create(3597, 3495, 0), "Morytania: Haunted Woods east of Canifis", 27) {
- override fun checkAccess(player: Player) : Boolean {
- return requireQuest(player, Quests.PRIEST_IN_PERIL, "to use this ring.")
- }
- },
- ALS(Location.create(2644, 3495, 0), "Kandarin: McGrubor's Wood", 29),
- BIP(Location.create(3410, 3324, 0), "Islands: River Salve", 30),
- BIQ(Location.create(3251, 3095, 0), "Kharidian Desert: Near Kalphite hive", 31),
- BIS(Location.create(2635, 3266, 0), "Kandarin: Ardougne Zoo unicorns", 33),
- BJR(null, "Other Realms: Realm of the Fisher King", 36),
- BKP(Location.create(2385, 3035, 0), "Feldip Hills: South of Castle Wars", 38),
- BKQ(Location.create(3041, 4532, 0), "Other realms: Enchanted Valley", 39),
- BKR(Location.create(3469, 3431, 0), "Morytania: Mort Myre, south of Canifis", 40) {
- override fun checkAccess(player: Player) : Boolean {
- return requireQuest(player, Quests.PRIEST_IN_PERIL, "to use this ring.")
- }
- },
- BLP(Location.create(2437, 5126, 0), "Dungeons: TzHaar area", 42),
- BLQ(null, "Yu'biusk", 43),//Location.create(2229, 4244, 1)
- BLR(Location.create(2740, 3351, 0), "Kandarin: Legends' Guild", 44),
- CIP(Location.create(2513, 3884, 0), "Islands: Miscellania", 46) {
- override fun checkAccess(player: Player): Boolean {
- return requireQuest(player, Quests.THE_FREMENNIK_TRIALS, "to use this ring.")
- }
- },
- CIQ(Location.create(2528, 3127, 0), "Kandarin: North-west of Yanille", 47),
- CJR(Location.create(2705, 3576, 0), "Kandarin: Sinclair Mansion", 52),
- CKP(Location.create(2075, 4848, 0), "Other realms: Cosmic Entity's plane", 54),
- CKR(Location.create(2801, 3003, 0), "Karamja: South of Tai Bwo Wannai Village", 56),
- CKS(Location.create(3447, 3470, 0), "Morytania: Canifis", 57) {
- override fun checkAccess(player: Player) : Boolean {
- return requireQuest(player, Quests.PRIEST_IN_PERIL, "to use this ring.")
- }
- },
- CLP(Location.create(3082, 3206, 0), "Islands: South of Draynor Village", 58),
- CLS(Location.create(2682, 3081, 0), "Islands: Jungle spiders near Yanille", 61),
- DIR(Location.create(3038, 5348, 0), "Other realms: Goraks' Plane", 64),
- DIS(Location.create(3108, 3149, 0), "Misthalin: Wizards' Tower", 65),
- DJP(Location.create(2658, 3230, 0), "Kandarin: Tower of Life", 66),
- DJR(Location.create(2676, 3587, 0), "Kandarin: Sinclair Mansion (west)", 68),
- DKP(Location.create(2900, 3111, 0), "Karamja: South of Musa Point", 70),
- DKR(Location.create(3129, 3496, 0), "Misthalin: Edgeville", 72),
- DKS(Location.create(2744, 3719, 0), "Kandarin: Snowy Hunter area", 73),
- DLQ(Location.create(3423, 3016, 0), "Kharidian Desert: North of Nardah", 75),
- DLR(Location.create(2213, 3099, 0), "Islands: Poison Waste south of Isafdar", 76),
- AIS(null), AIP(null), AKP(null), FAIRY_HOME(Location.create(2412, 4434, 0));
-
- open fun checkAccess(player: Player) : Boolean {
- return true
- }
-}
diff --git a/Server/src/main/content/global/handlers/iface/GenericItemSelect.kt b/Server/src/main/content/global/handlers/iface/GenericItemSelect.kt
deleted file mode 100644
index beb2a297e..000000000
--- a/Server/src/main/content/global/handlers/iface/GenericItemSelect.kt
+++ /dev/null
@@ -1,67 +0,0 @@
-package content.global.handlers.iface
-
-import core.api.*
-import core.tools.*
-import core.game.interaction.*
-import core.game.system.task.Pulse
-import core.game.node.entity.player.Player
-
-class GenericItemSelect : InterfaceListener {
- val GENERIC_ITEM_SELECT_IFACE = 12
-
- override fun defineInterfaceListeners() {
- onOpen(GENERIC_ITEM_SELECT_IFACE) {player, _ ->
- player.pulseManager.run(object : Pulse() {
- override fun pulse() : Boolean {
- return false
- }
- override fun stop() {
- super.stop()
- player.interfaceManager.closeSingleTab()
- }
- })
- return@onOpen true
- }
-
- on(GENERIC_ITEM_SELECT_IFACE){player, _, opcode, buttonID, slot, _ ->
- processResponse(player, opcode, slot)
- return@on true
- }
-
- onClose(GENERIC_ITEM_SELECT_IFACE) {player, _ ->
- removeAttribute(player, "itemselect-callback")
- removeAttribute(player, "itemselect-keepalive")
- return@onClose true
- }
- }
-
- private fun processResponse (player: Player, opcode: Int, slot: Int) {
- val callback = getAttribute<((Int, Int) -> Unit)?>(player, "itemselect-callback", null)
- if (callback == null) {
- log (this::class.java, Log.WARN, "${player.name} is trying to use an item select prompt with no callback!")
- return
- }
-
- val optionIndex = when (opcode) {
- 155 -> 0
- 196 -> 1
- 124 -> 2
- 199 -> 3
- 234 -> 4
- 9 -> 10
- else -> -1
- }
- if (optionIndex == -1) {
- log (this::class.java, Log.WARN, "${player.name} is clicking a right-click index that we don't know the opcode for yet, lol. Here's the opcode: $opcode")
- return
- }
-
- callback.invoke(slot, optionIndex)
-
- if (!getAttribute(player, "itemselect-keepalive", false)) {
- removeAttribute (player, "itemselect-callback")
- removeAttribute (player, "itemselect-keepalive")
- player.interfaceManager.closeSingleTab()
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/iface/GliderInterface.kt b/Server/src/main/content/global/handlers/iface/GliderInterface.kt
deleted file mode 100644
index cc43ede4a..000000000
--- a/Server/src/main/content/global/handlers/iface/GliderInterface.kt
+++ /dev/null
@@ -1,17 +0,0 @@
-package content.global.handlers.iface
-
-import core.api.submitWorldPulse
-import content.global.travel.glider.GliderPulse
-import content.global.travel.glider.Gliders
-import core.game.interaction.InterfaceListener
-import org.rs09.consts.Components
-
-class GliderInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.GLIDERMAP_138) { player, _, _, button, _, _ ->
- val glider = Gliders.forId(button) ?: return@on true
- submitWorldPulse(GliderPulse(1, player, glider))
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/iface/LoginInterface.kt b/Server/src/main/content/global/handlers/iface/LoginInterface.kt
deleted file mode 100644
index e2464c176..000000000
--- a/Server/src/main/content/global/handlers/iface/LoginInterface.kt
+++ /dev/null
@@ -1,34 +0,0 @@
-package content.global.handlers.iface
-
-import core.api.closeInterface
-import core.api.runTask
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.info.login.LoginConfiguration
-import org.rs09.consts.Components
-
-class LoginInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.WELCOME_SCREEN_378) { player, _, _, buttonID, _, _ ->
- val playButton = 140
- val creditButton = 145
- val discordButton = 204
-
- when (buttonID) {
- playButton -> {
- player.locks.lock("login", 2)
- closeInterface(player)
- runTask(player, 1, 0) {
- LoginConfiguration.configureGameWorld(player)
- }
- }
- creditButton -> return@on true
- discordButton -> return@on true
- }
- return@on true
- }
-
- onClose(Components.WELCOME_SCREEN_378) { player, _ ->
- return@onClose player.locks.isLocked("login")
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/MainGameInterface.kt b/Server/src/main/content/global/handlers/iface/MainGameInterface.kt
deleted file mode 100644
index e7f4edb05..000000000
--- a/Server/src/main/content/global/handlers/iface/MainGameInterface.kt
+++ /dev/null
@@ -1,87 +0,0 @@
-package content.global.handlers.iface
-
-import core.api.*
-import core.game.component.CloseEvent
-import core.game.component.Component
-import core.game.node.entity.combat.equipment.WeaponInterface
-import core.game.node.entity.combat.equipment.WeaponInterface.WeaponInterfaces
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.info.Rights
-import org.rs09.consts.Components
-import core.game.interaction.InterfaceListener
-import core.game.world.GameWorld.settings
-
-class MainGameInterface : InterfaceListener {
- val TOPLEVEL = Components.TOPLEVEL_548
- val TOPLEVEL_FS = Components.TOPLEVEL_FULLSCREEN_746
- val RUN_BUTTON = Components.TOPSTAT_RUN_750
- val FILTER_BUTTONS = Components.FILTERBUTTONS_751
- val REPORT_ABUSE = Components.SNAPSHOT_MAIN_553
-
- override fun defineInterfaceListeners() {
- on(FILTER_BUTTONS){player, _, _, buttonID, _, _ ->
- if(buttonID == 27)
- openReport(player)
- return@on true
- }
-
- on(RUN_BUTTON){player, _, _, _, _, _ ->
- player.settings.toggleRun()
- return@on true
- }
-
- on(TOPLEVEL_FS){player, _, _, buttonID, _, _ ->
- if (buttonID == 110)
- configureWorldMap(player)
- return@on true
- }
-
- on(TOPLEVEL){player, _, _, buttonID, _, _ ->
- when (buttonID) {
- 38 -> {
- if (player.getExtension(WeaponInterface::class.java) === WeaponInterfaces.STAFF) {
- val c = Component(WeaponInterfaces.STAFF.interfaceId)
- player.interfaceManager.openTab(0, c)
- val inter = player.getExtension(WeaponInterface::class.java)
- inter.updateInterface()
- }
- }
- 40 -> player.questRepository.syncronizeTab(player)
- 41 -> player.inventory.refresh()
- 66 -> configureWorldMap(player)
- }
- return@on true
- }
- }
-
- fun openReport(player: Player) {
- player.interfaceManager.open(Component(REPORT_ABUSE)).closeEvent =
- CloseEvent { player1: Player, c: Component? ->
- player1.packetDispatch.sendRunScript(80, "")
- player1.packetDispatch.sendRunScript(137, "")
- true
- }
- player.packetDispatch.sendRunScript(508, "")
- if (player.details.rights !== Rights.REGULAR_PLAYER) {
- for (i in 0..17) {
- player.packetDispatch.sendInterfaceConfig(553, i, false)
- }
- }
- }
-
- private fun configureWorldMap(player: Player) {
- if (player.inCombat()) {
- sendMessage(player, "It wouldn't be very wise opening the world map during combat.")
- return
- }
- if (player.locks.isInteractionLocked || player.locks.isMovementLocked) {
- sendMessage(player, "You can't do this right now.")
- return
- }
- player.interfaceManager.close()
- player.interfaceManager.openWindowsPane(Component(755))
- val posHash = player.location.z shl 28 or (player.location.x shl 14) or player.location.y
- player.packetDispatch.sendScriptConfigs(622, posHash, "", 0)
- player.packetDispatch.sendScriptConfigs(674, posHash, "", 0)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/MysticStaffEnchantInterface.kt b/Server/src/main/content/global/handlers/iface/MysticStaffEnchantInterface.kt
deleted file mode 100644
index 6d9748d09..000000000
--- a/Server/src/main/content/global/handlers/iface/MysticStaffEnchantInterface.kt
+++ /dev/null
@@ -1,57 +0,0 @@
-package content.global.handlers.iface
-
-import core.api.*
-import core.game.dialogue.FacialExpression
-import core.game.interaction.InterfaceListener
-import core.game.node.item.Item
-import core.tools.StringUtils
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-class MysticStaffEnchantInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(INTERFACE_332) { player, _, _, buttonID, _, _ ->
- val staff = buttonMap[buttonID] ?: return@on true
-
- if (!inInventory(player, staff.basicID)) {
- sendMessage(player, "You don't have a${if (StringUtils.isPlusN(getItemName(staff.basicID))) "n" else ""} ${getItemName(staff.basicID)} to enchant.")
- return@on true
- }
-
- closeInterface(player)
-
- if (!inInventory(player, Items.COINS_995, 40000)) {
- sendNPCDialogue(player, NPCs.THORMAC_389, "I need ${String.format("%,d", 40000)} coins for materials. Come back when you have the money!", FacialExpression.NEUTRAL)
- return@on true
- }
-
- if (removeItem(player, Item(staff.basicID, 1)) && removeItem(player, Item(Items.COINS_995, 40000))) {
- sendNPCDialogue(player, NPCs.THORMAC_389, "Just a moment... hang on... hocus pocus abra-cadabra... there you go! Enjoy your enchanted staff!", FacialExpression.NEUTRAL)
- addItem(player, staff.enchantedID, 1)
- }
- return@on true
- }
- }
-
- enum class EnchantedStaff(val enchantedID: Int, val basicID: Int, val buttonID: Int) {
- AIR(Items.MYSTIC_AIR_STAFF_1405, Items.AIR_BATTLESTAFF_1397, 21),
- WATER(Items.MYSTIC_WATER_STAFF_1403, Items.WATER_BATTLESTAFF_1395, 22),
- EARTH(Items.MYSTIC_EARTH_STAFF_1407, Items.EARTH_BATTLESTAFF_1399, 23),
- FIRE(Items.MYSTIC_FIRE_STAFF_1401, Items.FIRE_BATTLESTAFF_1393, 24),
- LAVA(Items.MYSTIC_LAVA_STAFF_3054, Items.LAVA_BATTLESTAFF_3053, 25),
- MUD(Items.MYSTIC_MUD_STAFF_6563, Items.MUD_BATTLESTAFF_6562, 26),
- STEAM(Items.MYSTIC_STEAM_STAFF_11738, Items.STEAM_BATTLESTAFF_11736, 27),
- }
-
- companion object {
- private const val INTERFACE_332 = 332
-
- val buttonMap = HashMap()
-
- init {
- for (staff in EnchantedStaff.values()) {
- buttonMap[staff.buttonID] = staff
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/ScrollInterface.kt b/Server/src/main/content/global/handlers/iface/ScrollInterface.kt
deleted file mode 100644
index 5e9bfc26d..000000000
--- a/Server/src/main/content/global/handlers/iface/ScrollInterface.kt
+++ /dev/null
@@ -1,47 +0,0 @@
-package content.global.handlers.iface
-
-import core.api.closeInterface
-import core.api.openInterface
-import core.game.node.entity.player.Player
-import org.rs09.consts.Components
-
-/**
- * Interface listener for Scrolls
- * Use this to set up a simple scroll display.
- *
- * Currently, scrolls do not happen to have any button interactions, so no listeners are here yet.
- * This is generally a helper class until certain scrolls require interactions.
- *
- * @author ovenbreado
- */
-class ScrollInterface {
-
- companion object {
- /** This is a 15-Lines scroll */
- private val MESSAGESCROLL_220_LINE_IDS = arrayOf(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15)
-
- fun scrollSetup(player: Player, scrollComponent: Int, contents: Array) {
- closeInterface(player) // Important: Close previous interfaces.
- if (scrollComponent == Components.MESSAGESCROLL_220) {
- openInterface(player, Components.MESSAGESCROLL_220)
- setPageContent(player, Components.MESSAGESCROLL_220, MESSAGESCROLL_220_LINE_IDS, contents)
- }
- }
-
- /** Set text contents of scroll */
- fun setPageContent(player: Player, componentId: Int, scrollLineIds: Array, contents: Array) {
- for (line in contents) {
- // This is to prevent error child lines being set and crashing the client.
- if (scrollLineIds.contains(line.child)) {
- player.packetDispatch.sendString(line.message, componentId, line.child)
- }
- }
- }
- }
-}
-
-/** Constructs a new ScrollLine object. */
-class ScrollLine(
- val message: String,
- val child: Int
-)
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/TanningInterface.kt b/Server/src/main/content/global/handlers/iface/TanningInterface.kt
deleted file mode 100644
index 278e991bf..000000000
--- a/Server/src/main/content/global/handlers/iface/TanningInterface.kt
+++ /dev/null
@@ -1,25 +0,0 @@
-package content.global.handlers.iface
-
-import content.global.skill.crafting.TanningProduct
-import core.api.amountInInventory
-import core.api.sendInputDialogue
-import core.game.interaction.InterfaceListener
-
-class TanningInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(324) { player, _, opcode, buttonID, _, _ ->
- val product = TanningProduct.forId(buttonID)
-
- when (opcode) {
- 155 -> TanningProduct.tan(player, 1, product)
- 196 -> TanningProduct.tan(player, 5, product)
- 124 -> TanningProduct.tan(player, 10, product)
- 199 -> sendInputDialogue(player, true, "Enter the amount:") { value ->
- TanningProduct.tan(player, value as Int, product)
- }
- 234 -> TanningProduct.tan(player, amountInInventory(player, product.item), product)
- }
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/iface/WorldMapInterface.kt b/Server/src/main/content/global/handlers/iface/WorldMapInterface.kt
deleted file mode 100644
index cd1fc427b..000000000
--- a/Server/src/main/content/global/handlers/iface/WorldMapInterface.kt
+++ /dev/null
@@ -1,23 +0,0 @@
-package content.global.handlers.iface
-
-import core.game.component.Component
-import core.game.interaction.InterfaceListener
-import org.rs09.consts.Components
-
-class WorldMapInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.WORLDMAP_755) { player, _, _, button, _, _ ->
- if (button == 3) {
- val paneId = if (player.interfaceManager.isResizable) {
- Components.TOPLEVEL_FULLSCREEN_746
- } else {
- Components.TOPLEVEL_548
- }
- player.interfaceManager.openWindowsPane(Component(paneId), 2)
- player.packetDispatch.sendRunScript(1187, "ii", 0, 0)
- player.updateSceneGraph(true)
- }
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/iface/tabs/ClanTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/ClanTabInterface.kt
deleted file mode 100644
index c46293f59..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/ClanTabInterface.kt
+++ /dev/null
@@ -1,109 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import core.api.sendInputDialogue
-import core.api.sendMessage
-import core.game.interaction.InterfaceListener
-import core.game.system.communication.ClanRank
-import core.game.system.communication.ClanRepository
-import core.net.amsc.MSPacketRepository
-import core.net.amsc.WorldCommunicator
-import core.tools.StringUtils
-import org.rs09.consts.Components
-
-class ClanTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.CLANJOIN_589) { player, _, _, buttonID, _, _ ->
- if (buttonID == 9) {
- if (player.interfaceManager.opened != null) {
- sendMessage(player, "Please close the interface you have open before using 'Clan Setup'")
- } else {
- ClanRepository.openSettings(player)
- }
- }
-
- if (buttonID == 14) {
- player.communication.toggleLootshare(player)
- }
- return@on true
- }
-
- on(Components.CLANSETUP_590) { player, _, opcode, buttonID, _, _ ->
- val clan = ClanRepository.get(player.name, true)
-
- when (buttonID) {
- 22 -> {
- if (opcode == 155) {
- sendInputDialogue(player, false, "Enter clan prefix:", ) { value ->
- val clanName = StringUtils.formatDisplayName(value.toString())
-
- if (WorldCommunicator.isEnabled()) { MSPacketRepository.sendClanRename(player, clanName) }
-
- if (clan.name == "Chat disabled") {
- sendMessage(player, "Your clan channel has now been enabled!")
- sendMessage(player, "Join your channel by clicking 'Join Chat' and typing: ${player.username}")
- }
-
- clan.name = clanName
- player.communication.clanName = clanName
- clan.updateSettings(player)
- clan.update()
- }
- }
-
- if (opcode == 196) {
- clan.name = "Chat disabled"
- player.communication.clanName = ""
- if (WorldCommunicator.isEnabled()) { MSPacketRepository.sendClanRename(player, player.communication.clanName) }
- clan.updateSettings(player)
- clan.delete()
- }
- }
-
- 23 -> {
- clan.joinRequirement = getRank(opcode)
- player.communication.joinRequirement = clan.joinRequirement
- MSPacketRepository.setClanSetting(player, 0, clan.joinRequirement)
- }
-
- 24 -> {
- clan.messageRequirement = getRank(opcode)
- player.communication.messageRequirement = clan.messageRequirement
- MSPacketRepository.setClanSetting(player, 1, clan.messageRequirement)
- }
-
- 25 -> {
- clan.kickRequirement = getRank(opcode)
- player.communication.kickRequirement = clan.kickRequirement
- MSPacketRepository.setClanSetting(player, 2, clan.kickRequirement)
- }
-
- 26 -> {
- clan.lootRequirement = if (opcode == 155) ClanRank.ADMINISTRATOR else getRank(opcode)
- player.communication.lootRequirement = clan.lootRequirement
- MSPacketRepository.setClanSetting(player, 3, clan.lootRequirement)
- }
-
- 33 -> sendMessage(player, "CoinShare is not available.")
- }
-
- clan.updateSettings(player)
- clan.update()
- return@on true
- }
- }
-
- fun getRank(opcode: Int): ClanRank {
- return when (opcode) {
- 155 -> ClanRank.NONE
- 196 -> ClanRank.FRIEND
- 124 -> ClanRank.RECRUIT
- 199 -> ClanRank.CORPORAL
- 234 -> ClanRank.SERGEANT
- 168 -> ClanRank.LIEUTENANT
- 166 -> ClanRank.CAPTAIN
- 64 -> ClanRank.GENERAL
- 53 -> ClanRank.OWNER
- else -> ClanRank.NONE
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/EmoteTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/EmoteTabInterface.kt
deleted file mode 100644
index db5efdd84..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/EmoteTabInterface.kt
+++ /dev/null
@@ -1,14 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.link.emote.Emotes
-import org.rs09.consts.Components
-
-class EmoteTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.EMOTES_464) { player, _, _, buttonID, _, _ ->
- Emotes.handle(player, buttonID)
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/EquipmentTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/EquipmentTabInterface.kt
deleted file mode 100644
index e3dd69b0e..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/EquipmentTabInterface.kt
+++ /dev/null
@@ -1,136 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import content.global.skill.summoning.familiar.BurdenBeast
-import core.api.*
-
-import core.game.container.access.InterfaceContainer
-import core.game.container.impl.EquipmentContainer
-import core.game.global.action.EquipHandler
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListeners
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.combat.DeathTask
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.prayer.PrayerType
-import core.tools.Log
-import org.rs09.consts.Components
-import org.rs09.consts.Items
-
-class EquipmentTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- onOpen(ITEMS_KEPT_ON_DEATH_102) { player, component ->
- /**
- * (Highlight white items are auto destroyed on death Enum#616 (Items kept on death interface) TODO: Parse server sided
- * CS2 Script 118 - Items kept on death interface
- * Credit Woahscam for figuring this all out.
- * @arg_0 (Int): Zone type - 0 Default/1 Safe/2 POH/3 Castle Wars/4 Trouble Brewing/5 Barbarian Assault
- * @arg_1 (Int): Amount of items kept on death - 0/1/3/4
- * @arg_2 (Object): Item kept on death - slot 0 item id
- * @arg_3 (Object): Item kept on death - slot 1 item id
- * @arg_4 (Object): Item kept on death - slot 2 item id
- * @arg_5 (Object): Item kept on death - slot 3 item id
- * @arg_6 (Int): Player is skulled - 0 Not Skulled/1 Skulled
- * @arg_7 (Int): Player has BoB summoned with items - 0 BoB not summoned or has no items /1 BoB summoned with items
- * @arg_8 (String): String to append based on amount of items kept on death.
- */
- val zoneType = player.zoneMonitor.type
- val itemsKeptOnDeath = DeathTask.getContainers(player)[0]
- val amountKeptOnDeath = if (!player.skullManager.isSkulled && itemsKeptOnDeath.itemCount() < 3) {
- if (player.prayer[PrayerType.PROTECT_ITEMS]) 4 else 3
- } else {
- itemsKeptOnDeath.itemCount()
- }
- val slot0 = itemsKeptOnDeath.getId(0)
- val slot1 = itemsKeptOnDeath.getId(1)
- val slot2 = itemsKeptOnDeath.getId(2)
- val slot3 = itemsKeptOnDeath.getId(3)
- val hasSkull = if (player.skullManager.isSkulled) 1 else 0
- val beast: BurdenBeast? = if (player.familiarManager.hasFamiliar() && player.familiarManager.familiar.isBurdenBeast) player.familiarManager.familiar as BurdenBeast else null
- val hasBob = if (beast != null && !beast.container.isEmpty) 1 else 0
- val message = "You are skulled."
- val cs2Args = arrayOf(hasBob, hasSkull, slot3, slot2, slot1, slot0, amountKeptOnDeath, zoneType, message)
-
- if (amountKeptOnDeath > 4 && zoneType == 0) {
- log(this::class.java, Log.ERR, "Items kept on death interface should not contain more than 4 items when not in a safe zone!")
- }
-
- player.packetDispatch.sendRunScript(118, "siiooooii", *cs2Args)
-
- val settings = IfaceSettingsBuilder().enableAllOptions().build()
- player.packetDispatch.sendIfaceSettings(settings, 18, component.id, 0, itemsKeptOnDeath.itemCount())
- player.packetDispatch.sendIfaceSettings(settings, 21, component.id, 0, DeathTask.getContainers(player)[1].itemCount())
- return@onOpen true
- }
-
- on(Components.WORNITEMS_387) { player, component, opcode, buttonID, slot, itemID ->
- when (buttonID) {
- 28 -> {
- if (opcode == 81) EquipHandler.unequip(player, slot, itemID)
- if (opcode == 206) operateItem(player, slot)
- }
- 52 -> openInterface(player, ITEMS_KEPT_ON_DEATH_102)
- 55 -> openInterface(player, Components.EQUIP_SCREEN2_667)
- }
- return@on true
- }
-
- onOpen(Components.EQUIP_SCREEN2_667) { player, component ->
- val settings = IfaceSettingsBuilder().enableAllOptions().build()
- player.packetDispatch.sendIfaceSettings(settings, 14, component.id, 0, 13)
- EquipmentContainer.update(player)
- openSingleTab(player, Components.INVENTORY_WEAR2_670)
- return@onOpen true
- }
-
- on(Components.EQUIP_SCREEN2_667) { player, _, opcode, buttonID, slot, itemID ->
- if (buttonID == 14) {
- when (opcode) {
- 9 -> sendMessage(player, player.equipment.get(slot).definition.examine)
- 155 -> EquipHandler.unequip(player, slot, itemID)
- 196 -> operateItem(player, slot)
- }
- }
- return@on true
- }
-
- onClose(Components.EQUIP_SCREEN2_667) { player, _ ->
- closeTabInterface(player)
- return@onClose true
- }
-
- onOpen(Components.INVENTORY_WEAR2_670) { player, component ->
- InterfaceContainer.generateItems(player, player.inventory.toArray(), arrayOf("Equip"), component.id, 0, 7, 4, 93)
- return@onOpen true
- }
-
- on(Components.INVENTORY_WEAR2_670) { player, _, opcode, _, slot, _ ->
- if (opcode == 9) sendMessage(player, player.inventory.get(slot).definition.examine)
- if (opcode == 155) equipItem(player, slot)
- return@on true
- }
- }
-
- private fun equipItem(player: Player, slot: Int) {
- val item = player.inventory.get(slot) ?: return
-
- if (item.definition.options.any { it in arrayOf("Equip", "Wield", "Wear") } || item.id == Items.BEER_1917) {
- InteractionListeners.run(item.id, IntType.ITEM, "equip", player, item)
- } else {
- sendMessage(player, "You can't wear that.")
- }
- }
-
- private fun operateItem(player: Player, slot: Int) {
- val item = player.equipment.get(slot) ?: return
-
- when {
- InteractionListeners.run(item.id, IntType.ITEM, "operate", player, item) -> return
- item.operateHandler?.handle(player, item, "operate") == true -> return
- else -> sendMessage(player, "You can't operate that.")
- }
- }
-
- companion object {
- private const val ITEMS_KEPT_ON_DEATH_102 = 102
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/LogoutTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/LogoutTabInterface.kt
deleted file mode 100644
index f40ccd4a6..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/LogoutTabInterface.kt
+++ /dev/null
@@ -1,34 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import core.api.sendMessage
-import core.game.interaction.InterfaceListener
-import core.game.world.repository.Repository
-import org.rs09.consts.Components
-
-class LogoutTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.LOGOUT_182) { player, _, _, buttonID, _, _ ->
- if (buttonID == 6) {
- return@on when {
- !player.zoneMonitor.canLogout() -> true
-
- player.inCombat() -> {
- sendMessage(player, "You can't log out until 10 seconds after the end of combat.")
- true
- }
-
- player.isTeleporting -> {
- sendMessage(player, "Please finish your teleport before logging out.")
- true
- }
-
- else -> {
- Repository.disconnectionQueue.add(player)
- true
- }
- }
- }
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/MagicTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/MagicTabInterface.kt
deleted file mode 100644
index 5cdd88867..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/MagicTabInterface.kt
+++ /dev/null
@@ -1,23 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import content.global.skill.magic.SpellListener
-import content.global.skill.magic.SpellListeners
-import core.api.getAttribute
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.combat.spell.MagicSpell
-import core.game.node.entity.player.link.SpellBookManager.SpellBook
-import core.game.world.GameWorld
-
-class MagicTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- SpellBook.values().forEach {
- on(it.interfaceId) { player, _, _, buttonID, _, _ ->
- if (GameWorld.ticks < getAttribute(player, "magic:delay", -1)) return@on true
-
- SpellListeners.run(buttonID, SpellListener.NONE, it.name.lowercase(), player)
-
- return@on MagicSpell.castSpell(player, it, buttonID, player)
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/MusicTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/MusicTabInterface.kt
deleted file mode 100644
index 76643299c..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/MusicTabInterface.kt
+++ /dev/null
@@ -1,38 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import core.api.sendMessage
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.link.music.MusicEntry
-import org.rs09.consts.Components
-
-class MusicTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.MUSIC_V3_187) { player, _, opcode, buttonID, slot, _ ->
- if (opcode == 155) {
- if (buttonID == 11) {
- player.musicPlayer.toggleLooping()
- return@on true
- }
-
- if (buttonID == 1) {
- if (player.musicPlayer.unlocked[slot] != null) {
- player.musicPlayer.play(player.musicPlayer.unlocked[slot])
- return@on true
- }
-
- if (player.isAdmin) {
- for (entry in MusicEntry.getSongs().values) {
- if (entry.index == slot) {
- player.musicPlayer.unlock(entry.id)
- }
- }
- } else {
- sendMessage(player, "You have not unlocked this piece of music yet!")
- }
- return@on true
- }
- }
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/PrayerTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/PrayerTabInterface.kt
deleted file mode 100644
index 684001eaa..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/PrayerTabInterface.kt
+++ /dev/null
@@ -1,14 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.link.prayer.PrayerType
-import org.rs09.consts.Components
-
-class PrayerTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.PRAYER_271) { player, _, _, buttonID, _, _ ->
- val prayer = PrayerType.get(buttonID) ?: return@on true
- return@on player.prayer.toggle(prayer)
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/QuestTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/QuestTabInterface.kt
deleted file mode 100644
index 2a9703946..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/QuestTabInterface.kt
+++ /dev/null
@@ -1,36 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import content.global.handlers.iface.tabs.QuestTabUtils.showRequirementsInterface
-import core.api.openInterface
-import core.game.component.Component
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.link.diary.DiaryType
-import org.rs09.consts.Components
-
-class QuestTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.QUESTJOURNAL_V2_274) { player, _, _, buttonID, _, _ ->
- if (buttonID == 3) {
- player.achievementDiaryManager.openTab()
- } else {
- val quest = player.questRepository.forButtonId(buttonID)
- if (quest != null) {
- openInterface(player, Components.QUESTJOURNAL_SCROLL_275)
- quest.drawJournal(player, quest.getStage(player))
- } else {
- showRequirementsInterface(player, buttonID)
- }
- }
- return@on true
- }
-
- on(Components.AREA_TASK_259) { player, _, _, buttonID, _, _ ->
- if (buttonID == 8) {
- player.interfaceManager.openTab(2, Component(Components.QUESTJOURNAL_V2_274))
- } else {
- player.achievementDiaryManager.getDiary(DiaryType.forChild(buttonID))?.open(player)
- }
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/QuestTabUtils.kt b/Server/src/main/content/global/handlers/iface/tabs/QuestTabUtils.kt
deleted file mode 100644
index 40e410348..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/QuestTabUtils.kt
+++ /dev/null
@@ -1,245 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import core.game.requirement.*
-import core.api.*
-import core.tools.*
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-
-import kotlin.math.*
-import java.util.*
-
-import org.rs09.consts.*
-import content.data.Quests
-
-object QuestTabUtils {
- @JvmStatic
- fun showRequirementsInterface(player: Player, button: Int) {
- val questName = getNameForButton(button)
- val questReq = QuestRequirements.values().filter { it.quest.questName == questName }.firstOrNull() ?: return
- var (isMet, unmetReqs) = QuestReq(questReq).evaluate(player)
-
- var messageList = ArrayList()
-
- val statMap = HashMap()
- val questList = HashSet()
- var maxQpReq = 0
- var qpPenalty = 0
- closeInterface(player)
- for (req in unmetReqs) {
- if (req is QuestReq)
- questList.add(req.questReq.quest.questName)
- else if (req is SkillReq) {
- if (statMap[req.skillId] == null || (statMap[req.skillId] != null && statMap[req.skillId]!! < req.level))
- statMap[req.skillId] = req.level
- }
- else if (req is QPReq && req.amount > maxQpReq)
- maxQpReq = req.amount
- else if (req is QPCumulative)
- qpPenalty += req.amount
- }
-
- messageList.add(colorize("%B[Quests Needed]"))
- messageList.addAll(questList.map { "Completion of $it" })
-
- messageList.add(" ")
- messageList.add(colorize("%B[Skills Needed]"))
-
- for ((skillId, level) in statMap) {
- val name = Skills.SKILL_NAME[skillId]
- messageList.add("$level $name")
- }
-
- messageList.add(" ")
- messageList.add(colorize("%B[Other Reqs]"))
-
- val totalQpRequirement = QPReq(min(max(maxQpReq, qpPenalty), player.questRepository.getAvailablePoints()))
- val (meetsQp, _) = totalQpRequirement.evaluate(player)
- isMet = isMet && meetsQp
-
- if (isMet)
- messageList.add(colorize("%GCongratulations! You've earned this one."))
-
- if (!meetsQp) messageList.add("A total of ${totalQpRequirement.amount} Quest Points.")
-
- messageList.add("")
- messageList.add(colorize("%BDISCLAIMER: If you're seeing this screen, this quest is not"))
- messageList.add(colorize("%Bimplemented yet. These are the requirements that you need in order"))
- messageList.add(colorize("%Bto access implemented content that would normally require this quest"))
- messageList.add("")
- messageList.add("If you want to see more quests enter the game, consider")
- messageList.add("contributing dialogue transcripts!")
-
-
- setInterfaceText(player, questName, Components.QUESTJOURNAL_SCROLL_275, 2)
- var lineId = 11
- for(i in 0..299) {
- val entry = messageList.elementAtOrNull(i)
- if (entry != null)
- setInterfaceText(player, entry, Components.QUESTJOURNAL_SCROLL_275, lineId++)
- else
- setInterfaceText(player, "", Components.QUESTJOURNAL_SCROLL_275, lineId++)
- }
- openInterface(player, Components.QUESTJOURNAL_SCROLL_275)
- }
-
- private fun getNameForButton(button: Int) : String {
- val quest = when (button) {
- 10 -> Quests.MYTHS_OF_THE_WHITE_LANDS.questName
- 11 -> Quests.MYTHS_OF_THE_WHITE_LANDS.questName
- 12 -> "Free Quests"
- 13 -> Quests.BLACK_KNIGHTS_FORTRESS.questName
- 14 -> Quests.COOKS_ASSISTANT.questName
- 15 -> Quests.DEMON_SLAYER.questName
- 16 -> Quests.DORICS_QUEST.questName
- 17 -> Quests.DRAGON_SLAYER.questName
- 18 -> Quests.ERNEST_THE_CHICKEN.questName
- 19 -> Quests.GOBLIN_DIPLOMACY.questName
- 20 -> Quests.IMP_CATCHER.questName
- 21 -> Quests.THE_KNIGHTS_SWORD.questName
- 22 -> Quests.PIRATES_TREASURE.questName
- 23 -> Quests.PRINCE_ALI_RESCUE.questName
- 24 -> Quests.THE_RESTLESS_GHOST.questName
- 25 -> Quests.ROMEO_JULIET.questName
- 26 -> Quests.RUNE_MYSTERIES.questName
- 27 -> Quests.SHEEP_SHEARER.questName
- 28 -> Quests.SHIELD_OF_ARRAV.questName
- 29 -> Quests.VAMPIRE_SLAYER.questName
- 30 -> Quests.WITCHS_POTION.questName
- 31 -> "Members' Quests"
- 32 -> Quests.ANIMAL_MAGNETISM.questName
- 33 -> Quests.BETWEEN_A_ROCK.questName
- 34 -> Quests.BIG_CHOMPY_BIRD_HUNTING.questName
- 35 -> Quests.BIOHAZARD.questName
- 36 -> Quests.CABIN_FEVER.questName
- 37 -> Quests.CLOCK_TOWER.questName
- 38 -> Quests.CONTACT.questName
- 39 -> Quests.ZOGRE_FLESH_EATERS.questName
- 40 -> Quests.CREATURE_OF_FENKENSTRAIN.questName
- 41 -> Quests.DARKNESS_OF_HALLOWVALE.questName
- 42 -> Quests.DEATH_TO_THE_DORGESHUUN.questName
- 43 -> Quests.DEATH_PLATEAU.questName
- 44 -> Quests.DESERT_TREASURE.questName
- 45 -> Quests.DEVIOUS_MINDS.questName
- 46 -> Quests.THE_DIG_SITE.questName
- 47 -> Quests.DRUIDIC_RITUAL.questName
- 48 -> Quests.DWARF_CANNON.questName
- 49 -> Quests.EADGARS_RUSE.questName
- 50 -> Quests.EAGLES_PEAK.questName
- 51 -> Quests.ELEMENTAL_WORKSHOP_I.questName
- 52 -> Quests.ELEMENTAL_WORKSHOP_II.questName
- 53 -> Quests.ENAKHRAS_LAMENT.questName
- 54 -> Quests.ENLIGHTENED_JOURNEY.questName
- 55 -> Quests.THE_EYES_OF_GLOUPHRIE.questName
- 56 -> Quests.FAIRYTALE_I_GROWING_PAINS.questName
- 57 -> Quests.FAIRYTALE_II_CURE_A_QUEEN.questName
- 58 -> Quests.FAMILY_CREST.questName
- 59 -> Quests.THE_FEUD.questName
- 60 -> Quests.FIGHT_ARENA.questName
- 61 -> Quests.FISHING_CONTEST.questName
- 62 -> Quests.FORGETTABLE_TALE.questName
- 63 -> Quests.THE_FREMENNIK_TRIALS.questName
- 64 -> Quests.WATERFALL_QUEST.questName
- 65 -> Quests.GARDEN_OF_TRANQUILITY.questName
- 66 -> Quests.GERTRUDES_CAT.questName
- 67 -> Quests.GHOSTS_AHOY.questName
- 68 -> Quests.THE_GIANT_DWARF.questName
- 69 -> Quests.THE_GOLEM.questName
- 70 -> Quests.THE_GRAND_TREE.questName
- 71 -> Quests.THE_HAND_IN_THE_SAND.questName
- 72 -> Quests.HAUNTED_MINE.questName
- 73 -> Quests.HAZEEL_CULT.questName
- 74 -> Quests.HEROES_QUEST.questName
- 75 -> Quests.HOLY_GRAIL.questName
- 76 -> Quests.HORROR_FROM_THE_DEEP.questName
- 77 -> Quests.ICTHLARINS_LITTLE_HELPER.questName
- 78 -> Quests.IN_AID_OF_THE_MYREQUE.questName
- 79 -> Quests.IN_SEARCH_OF_THE_MYREQUE.questName
- 80 -> Quests.JUNGLE_POTION.questName
- 81 -> Quests.LEGENDS_QUEST.questName
- 82 -> Quests.LOST_CITY.questName
- 83 -> Quests.THE_LOST_TRIBE.questName
- 84 -> Quests.LUNAR_DIPLOMACY.questName
- 85 -> Quests.MAKING_HISTORY.questName
- 86 -> Quests.MERLINS_CRYSTAL.questName
- 87 -> Quests.MONKEY_MADNESS.questName
- 88 -> Quests.MONKS_FRIEND.questName
- 89 -> Quests.MOUNTAIN_DAUGHTER.questName
- 90 -> Quests.MOURNINGS_END_PART_I.questName
- 91 -> Quests.MOURNINGS_END_PART_II.questName
- 92 -> Quests.MURDER_MYSTERY.questName
- 93 -> Quests.MY_ARMS_BIG_ADVENTURE.questName
- 94 -> Quests.NATURE_SPIRIT.questName
- 95 -> Quests.OBSERVATORY_QUEST.questName
- 96 -> Quests.ONE_SMALL_FAVOUR.questName
- 97 -> Quests.PLAGUE_CITY.questName
- 98 -> Quests.PRIEST_IN_PERIL.questName
- 99 -> Quests.RAG_AND_BONE_MAN.questName
- 100 -> Quests.RATCATCHERS.questName
- 101 -> Quests.RECIPE_FOR_DISASTER.questName
- 102 -> Quests.RECRUITMENT_DRIVE.questName
- 103 -> Quests.REGICIDE.questName
- 104 -> Quests.ROVING_ELVES.questName
- 105 -> Quests.ROYAL_TROUBLE.questName
- 106 -> Quests.RUM_DEAL.questName
- 107 -> Quests.SCORPION_CATCHER.questName
- 108 -> Quests.SEA_SLUG.questName
- 109 -> Quests.THE_SLUG_MENACE.questName
- 110 -> Quests.SHADES_OF_MORTTON.questName
- 111 -> Quests.SHADOW_OF_THE_STORM.questName
- 112 -> Quests.SHEEP_HERDER.questName
- 113 -> Quests.SHILO_VILLAGE.questName
- 114 -> Quests.A_SOULS_BANE.questName
- 115 -> Quests.SPIRITS_OF_THE_ELID.questName
- 116 -> Quests.SWAN_SONG.questName
- 117 -> Quests.TAI_BWO_WANNAI_TRIO.questName
- 118 -> Quests.A_TAIL_OF_TWO_CATS.questName
- 119 -> Quests.TEARS_OF_GUTHIX.questName
- 120 -> Quests.TEMPLE_OF_IKOV.questName
- 121 -> Quests.THRONE_OF_MISCELLANIA.questName
- 122 -> Quests.THE_TOURIST_TRAP.questName
- 123 -> Quests.WITCHS_HOUSE.questName
- 124 -> Quests.TREE_GNOME_VILLAGE.questName
- 125 -> Quests.TRIBAL_TOTEM.questName
- 126 -> Quests.TROLL_ROMANCE.questName
- 127 -> Quests.TROLL_STRONGHOLD.questName
- 128 -> Quests.UNDERGROUND_PASS.questName
- 129 -> Quests.WANTED.questName
- 130 -> Quests.WATCHTOWER.questName
- 131 -> Quests.COLD_WAR.questName
- 132 -> Quests.THE_FREMENNIK_ISLES.questName
- 133 -> Quests.TOWER_OF_LIFE.questName
- 134 -> Quests.THE_GREAT_BRAIN_ROBBERY.questName
- 135 -> Quests.WHAT_LIES_BELOW.questName
- 136 -> Quests.OLAFS_QUEST.questName
- 137 -> Quests.ANOTHER_SLICE_OF_HAM.questName
- 138 -> Quests.DREAM_MENTOR.questName
- 139 -> Quests.GRIM_TALES.questName
- 140 -> Quests.KINGS_RANSOM.questName
- 141 -> Quests.THE_PATH_OF_GLOUPHRIE.questName
- 142 -> Quests.BACK_TO_MY_ROOTS.questName
- 143 -> Quests.LAND_OF_THE_GOBLINS.questName
- 144 -> Quests.DEALING_WITH_SCABARAS.questName
- 145 -> Quests.WOLF_WHISTLE.questName
- 146 -> Quests.AS_A_FIRST_RESORT.questName
- 147 -> Quests.CATAPULT_CONSTRUCTION.questName
- 148 -> Quests.KENNITHS_CONCERNS.questName
- 149 -> Quests.LEGACY_OF_SEERGAZE.questName
- 150 -> Quests.PERILS_OF_ICE_MOUNTAIN.questName
- 151 -> Quests.TOKTZ_KET_DILL.questName
- 152 -> Quests.SMOKING_KILLS.questName
- 153 -> Quests.ROCKING_OUT.questName
- 154 -> Quests.SPIRIT_OF_SUMMER.questName
- 155 -> Quests.MEETING_HISTORY.questName
- 156 -> Quests.ALL_FIRED_UP.questName
- 157 -> Quests.SUMMERS_END.questName
- 158 -> Quests.DEFENDER_OF_VARROCK.questName
- 159 -> Quests.SWEPT_AWAY.questName
- 160 -> Quests.WHILE_GUTHIX_SLEEPS.questName
- 161 -> Quests.IN_PYRE_NEED.questName
- 162 -> Quests.MYTHS_OF_THE_WHITE_LANDS.questName
- else -> ""
- }
- return quest as String
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/SettingsTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/SettingsTabInterface.kt
deleted file mode 100644
index 29a1669e9..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/SettingsTabInterface.kt
+++ /dev/null
@@ -1,35 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import core.api.*
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.link.IronmanMode
-import org.rs09.consts.Components
-
-class SettingsTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.OPTIONS_261) { player, _, _, buttonID, _, _ ->
- when (buttonID) {
- RUN -> player.settings.toggleRun()
- CHAT_EFFECTS -> player.settings.toggleChatEffects()
- SPLIT_PM -> player.settings.toggleSplitPrivateChat()
- MOUSE -> player.settings.toggleMouseButton()
- AID -> restrictForIronman(player, IronmanMode.STANDARD) { player.settings.toggleAcceptAid() }
- HOUSE -> openSingleTab(player, Components.POH_HOUSE_OPTIONS_398)
- GRAPHICS -> openInterface(player, Components.GRAPHICS_OPTIONS_742)
- AUDIO -> openInterface(player, Components.SOUND_OPTIONS_743)
- }
- return@on true
- }
- }
-
- companion object {
- const val RUN = 3
- const val CHAT_EFFECTS = 4
- const val SPLIT_PM = 5
- const val MOUSE = 6
- const val AID = 7
- const val HOUSE = 8
- const val GRAPHICS = 16
- const val AUDIO = 18
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/iface/tabs/StatsTabInterface.kt b/Server/src/main/content/global/handlers/iface/tabs/StatsTabInterface.kt
deleted file mode 100644
index fbe1effc4..000000000
--- a/Server/src/main/content/global/handlers/iface/tabs/StatsTabInterface.kt
+++ /dev/null
@@ -1,87 +0,0 @@
-package content.global.handlers.iface.tabs
-
-import core.api.*
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.skill.LevelUp
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Components
-
-
-class StatsTabInterface : InterfaceListener {
- override fun defineInterfaceListeners() {
- on(Components.STATS_320) { player, _, _, buttonID, _, _ ->
- val config = skillMap[buttonID] ?: return@on true
-
- if (getAttribute(player, "levelup:${config.skillID}", false)) {
- removeAttributes(player, "levelup:${config.skillID}")
- LevelUp.sendFlashingIcons(player, -1)
- setVarp(player, 1230, ADVANCE_CONFIGS[config.skillID])
- openInterface(player, 741)
- } else {
- openInterface(player, Components.SKILL_GUIDE_V2_499)
- setVarp(player, 965, config.configID)
- setAttribute(player, "skillMenu", config.configID)
- }
- return@on true
- }
-
- on(Components.SKILL_GUIDE_V2_499) { player, _, _, buttonID, _, _ ->
- setVarbit(player, 3288, getAttribute(player, "skillMenu", -1))
- setVarbit(player, 3289, buttonID - 10)
- return@on true
- }
-
- on(LEVEL_UP_INTERFACE_740) { player, component, opcode, buttonID, slot, itemID ->
- if (buttonID == 3) {
- closeInterface(player)
- }
- return@on true
- }
- }
-
- enum class SkillConfig(val buttonID: Int, val configID: Int, val skillID: Int) {
- ATTACK(125, 1, Skills.ATTACK),
- STRENGTH(126, 2, Skills.STRENGTH),
- DEFENCE(127, 5, Skills.DEFENCE),
- RANGE(128, 3, Skills.RANGE),
- PRAYER(129, 7, Skills.PRAYER),
- MAGIC(130, 4, Skills.MAGIC),
- RUNECRAFT(131, 12, Skills.RUNECRAFTING),
- HITPOINTS(133, 6, Skills.HITPOINTS),
- AGILITY(134, 8, Skills.AGILITY),
- HERBLORE(135, 9, Skills.HERBLORE),
- THIEVING(136, 10, Skills.THIEVING),
- CRAFTING(137, 11, Skills.CRAFTING),
- FLETCHING(138, 19, Skills.FLETCHING),
- SLAYER(139, 20, Skills.SLAYER),
- MINING(141, 13, Skills.MINING),
- SMITHING(142, 14, Skills.SMITHING),
- FISHING(143, 15, Skills.FISHING),
- COOKING(144, 16, Skills.COOKING),
- FIREMAKING(145, 17, Skills.FIREMAKING),
- WOODCUTTING(146, 18, Skills.WOODCUTTING),
- FARMING(147, 21, Skills.FARMING),
- CONSTRUCTION(132, 22, Skills.CONSTRUCTION),
- HUNTER(140, 23, Skills.HUNTER),
- SUMMONING(148, 24, Skills.SUMMONING),
- }
-
- companion object {
- private const val LEVEL_UP_INTERFACE_740 = 740
- val skillMap= HashMap()
- val ADVANCE_CONFIGS = intArrayOf(
- 9, 40, 17, 49,
- 25, 57, 33, 641,
- 659, 664, 121, 649,
- 89, 114, 107, 72,
- 64, 80, 673, 680,
- 99, 698, 689, 705
- )
-
- init {
- for (skill in SkillConfig.values()) {
- skillMap[skill.buttonID] = skill
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/BirdNestScript.kt b/Server/src/main/content/global/handlers/item/BirdNestScript.kt
deleted file mode 100644
index fb34fb63a..000000000
--- a/Server/src/main/content/global/handlers/item/BirdNestScript.kt
+++ /dev/null
@@ -1,22 +0,0 @@
-package content.global.handlers.item
-
-import content.data.tables.BirdNest
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-
-class BirdNestScript : InteractionListener {
- val nestIds = BirdNest.values().map { it.nest.id }.toIntArray()
-
- override fun defineListeners() {
- on(nestIds, IntType.ITEM, "search", handler = ::handleNest)
- }
-
- private fun handleNest(player: Player, node: Node) : Boolean {
- val nest = BirdNest.forNest(node as? Item ?: return false)
- nest.search(player, node as? Item ?: return false)
- return true
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/CasketListener.kt b/Server/src/main/content/global/handlers/item/CasketListener.kt
deleted file mode 100644
index 78d7d99be..000000000
--- a/Server/src/main/content/global/handlers/item/CasketListener.kt
+++ /dev/null
@@ -1,43 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.api.utils.WeightBasedTable
-import core.api.utils.WeightedItem
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.item.Item
-import core.tools.StringUtils
-import org.rs09.consts.Items
-import java.util.*
-import kotlin.collections.ArrayList
-
-class CasketListener : InteractionListener {
- companion object {
- val loot = WeightBasedTable.create(
- WeightedItem(Items.COINS_995, 20, 640, 55.0, false),
- WeightedItem(Items.UNCUT_SAPPHIRE_1623, 1, 1, 32.0, false),
- WeightedItem(Items.UNCUT_EMERALD_1621, 1, 1, 16.0, false),
- WeightedItem(Items.UNCUT_RUBY_1619, 1, 1, 9.0, false),
- WeightedItem(Items.UNCUT_DIAMOND_1617, 1, 1, 2.0, false),
- WeightedItem(Items.COSMIC_TALISMAN_1454, 1, 1, 8.0, false),
- WeightedItem(Items.LOOP_HALF_OF_A_KEY_987, 1, 1, 1.0, false),
- WeightedItem(Items.TOOTH_HALF_OF_A_KEY_985, 1, 1, 1.0, false)
- )
- }
-
- override fun defineListeners() {
- on(Items.CASKET_405, IntType.ITEM, "open"){ player, node ->
- val casket = node.asItem()
-
- if(removeItem(player, casket, Container.INVENTORY)) {
- val finalLoot : ArrayList- = loot.roll()
- finalLoot.forEach { player.inventory.add(it) }
- player.dialogueInterpreter.sendItemMessage(finalLoot[0],
- "You open the casket. Inside you find " +
- (if (finalLoot[0].amount > 1) "some" else if (StringUtils.isPlusN(finalLoot[0].name)) "an" else "a") +
- " " + finalLoot[0].name.lowercase(Locale.getDefault()) + ".")
- }
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/ConsumableListener.kt b/Server/src/main/content/global/handlers/item/ConsumableListener.kt
deleted file mode 100644
index e1da66439..000000000
--- a/Server/src/main/content/global/handlers/item/ConsumableListener.kt
+++ /dev/null
@@ -1,51 +0,0 @@
-package content.global.handlers.item
-
-import content.data.consumables.Consumables
-import core.api.delayAttack
-import core.api.getUsedOption
-import core.api.getWorldTicks
-import core.api.stopExecuting
-import core.game.interaction.Clocks
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.world.GameWorld
-
-class ConsumableListener : InteractionListener {
- override fun defineListeners() {
- on(IntType.ITEM, "eat", "drink", handler = ::handleConsumable)
- }
-
- private fun handleConsumable(player: Player, node: Node) : Boolean {
- val consumable = Consumables.getConsumableById(node.id) ?: return true
-
- val food = getUsedOption(player) == "eat"
- val isIgnoreMainClock = consumable.isIgnoreMainClock
-
- if (food) {
- if (isIgnoreMainClock && player.clocks[Clocks.NEXT_CONSUME] < GameWorld.ticks) {
- consumable.consumable.consume(node as? Item ?: return true, player)
- player.clocks[Clocks.NEXT_CONSUME] = getWorldTicks() + 2
- player.clocks[Clocks.NEXT_EAT] = getWorldTicks() + 2
- delayAttack(player, 3)
- } else if (player.clocks[Clocks.NEXT_CONSUME] < getWorldTicks() && player.clocks[Clocks.NEXT_EAT] < getWorldTicks()) {
- consumable.consumable.consume(node as? Item ?: return true, player)
- player.clocks[Clocks.NEXT_EAT] = getWorldTicks() + 2
- delayAttack(player, 3)
- }
- } else {
- if (isIgnoreMainClock && player.clocks[Clocks.NEXT_CONSUME] < getWorldTicks()) {
- consumable.consumable.consume(node as? Item ?: return true, player)
- player.clocks[Clocks.NEXT_CONSUME] = getWorldTicks() + 1
- player.clocks[Clocks.NEXT_DRINK] = getWorldTicks() + 1
- } else if (player.clocks[Clocks.NEXT_CONSUME] < getWorldTicks() && player.clocks[Clocks.NEXT_DRINK] < getWorldTicks()) {
- consumable.consumable.consume(node as? Item ?: return true, player)
- player.clocks[Clocks.NEXT_DRINK] = getWorldTicks() + 1
- }
- }
-
- return true
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/DragonfireShieldListener.kt b/Server/src/main/content/global/handlers/item/DragonfireShieldListener.kt
deleted file mode 100644
index c195a6f98..000000000
--- a/Server/src/main/content/global/handlers/item/DragonfireShieldListener.kt
+++ /dev/null
@@ -1,147 +0,0 @@
-package content.global.handlers.item
-
-import content.global.handlers.item.equipment.special.DragonfireSwingHandler
-import core.ServerConstants
-import core.api.*
-import core.game.container.impl.EquipmentContainer
-import core.game.global.action.DropListener
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatPulse.Companion.swing
-import core.game.node.entity.combat.InteractionType
-import core.game.node.entity.combat.equipment.SwitchAttack
-import core.game.node.entity.impl.Projectile
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.node.item.ItemPlugin
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import core.plugin.Initializable
-import core.plugin.Plugin
-import core.tools.minutesToTicks
-import core.tools.secondsToTicks
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-
-/**
- * Handles the dragonfire shield options.
- */
-
-class DragonfireShieldListener: InteractionListener {
-
- val dragonfireShields = intArrayOf(Items.DRAGONFIRE_SHIELD_11283, Items.DRAGONFIRE_SHIELD_11284)
- val dfsEmptyAnim = 6700
- val dfsEmptyGfx = 1160
- val dfsRecharge = if (ServerConstants.BETTER_DFS) secondsToTicks(30) else minutesToTicks(2)
-
- override fun defineListeners() {
-
- on(dragonfireShields, IntType.ITEM, "operate") { player, node ->
- val usingAttack = !getAttribute(player, "dfs_spec", false)
- if (!usingAttack) {
- if (!player.settings.isSpecialToggled) {
- setVarp(player, 301, 0)
- }
- player.removeAttribute("dfs_spec")
- player.properties.combatPulse.temporaryHandler = null
- return@on true
- }
- val notCharged = node.asItem().id == Items.DRAGONFIRE_SHIELD_11284 || node.asItem().charge < 20
- if (notCharged) {
- sendMessage(player, "Your shield has no charges left.")
- return@on true
- }
- if (player.locks.isLocked("dfs_recharge")) {
- sendMessage(player, "Your dragonfire shield is recharging.")
- return@on true
- }
- setVarp(player, 301, 1)
- player.setAttribute("dfs_spec", true)
- val attack = SwitchAttack(null, Animation.create(6696), Graphics.create(1165), Graphics(1167, 96), Projectile.create(player, null, 1166, 36, 36, 80, 70, 0, 11))
- val handler: DragonfireSwingHandler = object : DragonfireSwingHandler(false, 25, attack, true) {
- override fun swing(entity: Entity?, victim: Entity?, state: BattleState?): Int {
- if (entity is Player) {
- if (!player.settings.isSpecialToggled) {
- setVarp(player, 301, 0)
- }
- removeAttribute(player, "dfs_spec")
- val shield = player.equipment[EquipmentContainer.SLOT_SHIELD]
- if (shield == null || shield.id != Items.DRAGONFIRE_SHIELD_11283) {
- return -1
- }
- playGlobalAudio(entity.getLocation(), Sounds.DRAGONSLAYER_SHIELDFIRE_3761)
- delayEntity(player, 3)
- shield.charge -= 20
- if (shield.charge < 20 && node.asItem().slot == EquipmentContainer.SLOT_SHIELD) {
- replaceSlot(player, node.asItem().slot, Item(Items.DRAGONFIRE_SHIELD_11284), Item(Items.DRAGONFIRE_SHIELD_11283), Container.EQUIPMENT)
- }
- EquipmentContainer.updateBonuses(player)
- player.locks.lock("dfs_recharge", dfsRecharge)
- }
- return super.swing(entity, victim, state)
- }
-
- override fun visualizeImpact(entity: Entity?, victim: Entity?, state: BattleState?) {
- playGlobalAudio(victim!!.location, Sounds.FIRESTRIKE_HIT_161, 20)
- super.visualizeImpact(entity, victim, state)
- }
- }
- attack.handler = handler
- val victim = player.properties.combatPulse.getVictim()
- if (player.properties.combatPulse.isAttacking && handler.canSwing(player, victim!!) == InteractionType.STILL_INTERACT) {
- swing(player, victim, handler)
- return@on true
- }
- player.properties.combatPulse.temporaryHandler = handler
- return@on true
- }
-
- on(dragonfireShields, IntType.ITEM, "empty") { player, node ->
- replaceSlot(player, node.asItem().slot, Item(Items.DRAGONFIRE_SHIELD_11284), Item(Items.DRAGONFIRE_SHIELD_11283))
- visualize(player, dfsEmptyAnim, dfsEmptyGfx)
- sendMessage(player, "You release the charges.")
- playGlobalAudio(player.location, Sounds.DRAGONSLAYER_SHIELD_EMPTY_3760)
- return@on true
- }
-
- on(dragonfireShields, IntType.ITEM, "inspect") { player, node ->
- if (node.asItem().id == Items.DRAGONFIRE_SHIELD_11284) {
- sendMessage(player, "The shield has no charges.")
- return@on true
- }
- sendMessage(player, "The shield has " + node.asItem().charge / 20 + " charges.")
- return@on true
- }
-
- on(dragonfireShields, IntType.ITEM, "drop") { player, node ->
- var shield = node.asItem()
- val slot = shield.slot
- if (shield.id == Items.DRAGONFIRE_SHIELD_11283) {
- replaceSlot(player, shield.slot, Item(Items.DRAGONFIRE_SHIELD_11284), Item(Items.DRAGONFIRE_SHIELD_11283))
- shield = player.inventory.get(slot)
- }
- DropListener.drop(player, shield)
- return@on true
- }
- }
-}
-
-/**
- * Drops the uncharged dragonfire shield item id on death.
- */
-
-@Initializable
-class DFSItemPlugin : ItemPlugin() {
-
- @Throws(Throwable::class)
- override fun newInstance(arg: Any?): Plugin
{
- register(Items.DRAGONFIRE_SHIELD_11283)
- return this
- }
-
- override fun getDeathItem(item: Item?): Item {
- return Item(Items.DRAGONFIRE_SHIELD_11284)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/DrinkBlamishOilListener.kt b/Server/src/main/content/global/handlers/item/DrinkBlamishOilListener.kt
deleted file mode 100644
index 0e6c423b1..000000000
--- a/Server/src/main/content/global/handlers/item/DrinkBlamishOilListener.kt
+++ /dev/null
@@ -1,16 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class DrinkBlamishOilListener : InteractionListener {
-
- override fun defineListeners() {
- on(Items.BLAMISH_OIL_1582, IntType.ITEM, "drink"){ player, _ ->
- sendPlayerDialogue(player, "You know... I'd really rather not.")
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/EctophialListener.kt b/Server/src/main/content/global/handlers/item/EctophialListener.kt
deleted file mode 100644
index a3ab4d0ca..000000000
--- a/Server/src/main/content/global/handlers/item/EctophialListener.kt
+++ /dev/null
@@ -1,74 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.TeleportManager.TeleportType
-import core.game.node.item.Item
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import org.rs09.consts.Sounds
-import content.data.Quests
-
-@Suppress("unused")
-class EctophialListener : InteractionListener {
- private val fillAnimation = Animation(832)
- private val emptyAnimation = Animation(9609)
- private val emptyGraphics = Graphics(1688)
-
- private fun refillEctophial(player: Player) {
- delayEntity(player, fillAnimation.duration)
- animate(player, fillAnimation)
- playAudio(player, Sounds.FILL_ECTOPLASM_1132)
- if (removeItem(player, Items.ECTOPHIAL_4252) && addItem(player, Items.ECTOPHIAL_4251)) {
- sendMessage(player, "You refill the ectophial from the Ectofuntus.")
- }
- }
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, Items.ECTOPHIAL_4252, Scenery.ECTOFUNTUS_5282) { player, _, _ ->
- refillEctophial(player)
- return@onUseWith true
- }
-
- on(Items.ECTOPHIAL_4251, IntType.ITEM, "empty") { player, node ->
- if (!hasRequirement(player, Quests.GHOSTS_AHOY))
- return@on true
-
- if (player.isTeleBlocked) {
- sendMessage(player, "A magical force has stopped you from teleporting.")
- return@on true
- }
- delayEntity(player, 10)
- closeAllInterfaces(player)
- queueScript(player, 0, QueueStrength.SOFT) { stage: Int ->
- when (stage) {
- 0 -> {
- sendMessage(player, "You empty the ectoplasm onto the ground around your feet...")
- playAudio(player, 4580)
- visualize(player, emptyAnimation, emptyGraphics)
- replaceSlot(player, node.asItem().slot, Item(Items.ECTOPHIAL_4252), Item(Items.ECTOPHIAL_4251))
- return@queueScript delayScript(player, emptyAnimation.duration)
- }
- 1 -> {
- teleport(player, Location.create(3658, 3517, 0), TeleportType.ECTOPHIAL)
- sendMessage(player, "...and the world changes around you.")
- return@queueScript delayScript(player, 9)
- }
- 2 -> {
- face(player, Location(3659, 3519, 0))
- refillEctophial(player)
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/EmptyOptionListener.kt b/Server/src/main/content/global/handlers/item/EmptyOptionListener.kt
deleted file mode 100644
index 71239cc7c..000000000
--- a/Server/src/main/content/global/handlers/item/EmptyOptionListener.kt
+++ /dev/null
@@ -1,117 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.cache.def.impl.ItemDefinition
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.item.Item
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-import java.util.*
-
-/**
- * Handles items with "empty" options
- */
-class EmptyOptionListener : InteractionListener {
-
- override fun defineListeners() {
-
- on(EmptyItem.emptyItemList.toIntArray(), IntType.ITEM, "empty", "empty bowl", "empty dish") { player, node ->
- if (node.name.contains("brew") || node.name.contains("potion") || node.name.lowercase(Locale.getDefault()).contains("poison") || node.name.lowercase(Locale.getDefault()).contains("serum") || node.name.contains("cure") || node.name.contains("mix") || node.name.contains("balm") || node.name.contains("Super ")) {
- replaceSlot(player, node.asItem().slot, Item(EmptyItem.getEmpty(Items.POTION_195)!!), node.asItem())
- playAudio(player, EmptyItem.getEmptyAudio(Items.POTION_195)!!)
- return@on true
- }
- if (EmptyItem.emptyItemMap[node.id] != null) {
- replaceSlot(player, node.asItem().slot, Item(EmptyItem.getEmpty(node.id)!!), node.asItem())
- if (EmptyItem.getEmptyAudio(node.id) != -1) playAudio(player, EmptyItem.getEmptyAudio(node.id)!!)
- EmptyItem.getEmptyMessage(node.id)?.let { sendMessage(player, it) }
- }
- return@on true
- }
- }
-
- enum class EmptyItem(var fullId: Int, var emptyId: Int, var emptyMessage: String, var audioId: Int = -1) {
- POT_OF_FLOUR(Items.POT_OF_FLOUR_1933, Items.EMPTY_POT_1931, "You empty the contents of the pot onto the floor."),
- POT_OF_CORNFLOUR(Items.POT_OF_CORNFLOUR_7468, Items.EMPTY_POT_1931, "You empty the contents of the pot onto the floor."),
- BONE_MEAL(Items.BONEMEAL_4255, Items.EMPTY_POT_1931, "You empty the pot of crushed bones."),
- BUCKET_OF_SAND(Items.BUCKET_OF_SAND_1783, Items.BUCKET_1925, "You empty the contents of the bucket onto the floor.", Sounds.SAND_BUCKET_2584),
- BUCKET_OF_MILK(Items.BUCKET_OF_MILK_1927, Items.BUCKET_1925, "You empty the contents of the bucket onto the floor.", Sounds.LIQUID_2401),
- BUCKET_OF_WATER(Items.BUCKET_OF_WATER_1929, Items.BUCKET_1925, "You empty the contents of the bucket on the floor.", Sounds.LIQUID_2401),
- BUCKET_OF_COMPOST(Items.COMPOST_6032, Items.BUCKET_1925, "You empty the bucket of compost."),
- BUCKET_OF_SUPERCOMPOST(Items.SUPERCOMPOST_6034, Items.BUCKET_1925, "You empty the bucket of supercompost."),
- BUCKET_OF_SLIME(Items.BUCKET_OF_SLIME_4286, Items.BUCKET_1925, "You empty the contents of the bucket on the floor.", Sounds.LIQUID_2401),
- APPLE_MUSH(Items.APPLE_MUSH_5992,Items.BUCKET_1925, "You empty the bucket of apple mush."),
- VIAL_OF_WATER(Items.VIAL_OF_WATER_227, Items.VIAL_229, "You empty the vial.", Sounds.LIQUID_2401),
- BOWL_OF_WATER(Items.BOWL_OF_WATER_1921, Items.BOWL_1923, "You empty the contents of the bowl onto the floor.", Sounds.LIQUID_2401),
- BOWL_OF_HOT_WATER(Items.BOWL_OF_HOT_WATER_4456, Items.BOWL_1923, "You empty the contents of the bowl onto the floor.", Sounds.LIQUID_2401),
- JUG_OF_WATER(Items.JUG_OF_WATER_1937, Items.JUG_1935, "You empty the contents of the jug onto the floor.", Sounds.LIQUID_2401),
- BURNT_PIE(Items.BURNT_PIE_2329, Items.PIE_DISH_2313, "You empty the pie dish."),
- POTION(Items.POTION_195, Items.VIAL_229, "You empty the vial.", Sounds.LIQUID_2401),
- BURNT_STEW(Items.BURNT_STEW_2005, Items.BOWL_1923, "You empty the contents of the bowl onto the floor.", Sounds.LIQUID_2401),
- NETTLE_TEA(Items.NETTLE_TEA_4239, Items.BOWL_1923, "You empty the contents of the bowl onto the floor.", Sounds.LIQUID_2401),
- NETTLE_TEA_CUP(Items.CUP_OF_TEA_4242, Items.EMPTY_CUP_1980, "You empty the cup of tea.", Sounds.LIQUID_2401),
- NETTLE_TEA_CUP_MILKY(Items.CUP_OF_TEA_4243, Items.EMPTY_CUP_1980, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- NETTLE_TEA_PORCELAIN(Items.CUP_OF_TEA_4245, Items.PORCELAIN_CUP_4244, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- NETTLE_TEA_PORCELAIN_MILKY(Items.CUP_OF_TEA_4246, Items.PORCELAIN_CUP_4244, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- NETTLE_WATER(Items.NETTLE_WATER_4237, Items.BOWL_1923, "You empty the contents of the bowl onto the floor.", Sounds.LIQUID_2401),
- NETTLE_TEA_MILKY(Items.NETTLE_TEA_4240, Items.BOWL_1923, "You empty the contents of the bowl onto the floor.", Sounds.LIQUID_2401),
- TEA_CUP_WATER(Items.CUP_OF_WATER_4458, Items.EMPTY_CUP_1980, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- TEA_CUP_HOT_WATER(Items.CUP_OF_HOT_WATER_4460, Items.EMPTY_CUP_1980, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- BUILDERS_TEA1(Items.CUP_OF_TEA_7730, Items.EMPTY_CUP_7728, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- BUILDERS_TEA1_MILKY(Items.CUP_OF_TEA_7731, Items.EMPTY_CUP_7728, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- BUILDERS_TEA2(Items.CUP_OF_TEA_7733, Items.PORCELAIN_CUP_7732, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- BUILDERS_TEA2_MILKY(Items.CUP_OF_TEA_7734, Items.PORCELAIN_CUP_7732, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- BUILDERS_TEA3(Items.CUP_OF_TEA_7736, Items.PORCELAIN_CUP_7735, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- BUILDERS_TEA3_MILKY(Items.CUP_OF_TEA_7737, Items.PORCELAIN_CUP_7735, "You empty the contents of the cup onto the floor.", Sounds.LIQUID_2401),
- CLAY_POT_OF_TEA4(Items.POT_OF_TEA_4_7692, Items.TEAPOT_7702, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- CLAY_POT_OF_TEA3(Items.POT_OF_TEA_3_7694, Items.TEAPOT_7702, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- CLAY_POT_OF_TEA2(Items.POT_OF_TEA_2_7696, Items.TEAPOT_7702, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- CLAY_POT_OF_TEA1(Items.POT_OF_TEA_1_7698, Items.TEAPOT_7702, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- PORCELAIN_POT_OF_TEA4(Items.POT_OF_TEA_4_7704, Items.TEAPOT_7714, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- PORCELAIN_POT_OF_TEA3(Items.POT_OF_TEA_3_7706, Items.TEAPOT_7714, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- PORCELAIN_POT_OF_TEA2(Items.POT_OF_TEA_2_7708, Items.TEAPOT_7714, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- PORCELAIN_POT_OF_TEA1(Items.POT_OF_TEA_1_7710, Items.TEAPOT_7714, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- GOLD_PORCELAIN_POT_OF_TEA4(Items.POT_OF_TEA_4_7716, Items.TEAPOT_7726, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- GOLD_PORCELAIN_POT_OF_TEA3(Items.POT_OF_TEA_3_7718, Items.TEAPOT_7726, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- GOLD_PORCELAIN_POT_OF_TEA2(Items.POT_OF_TEA_2_7720, Items.TEAPOT_7726, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- GOLD_PORCELAIN_POT_OF_TEA1(Items.POT_OF_TEA_1_7722, Items.TEAPOT_7726, "You empty the contents of the pot onto the floor", Sounds.LIQUID_2401),
- BURNT_CURRY(Items.BURNT_CURRY_2013, Items.BOWL_1923, "You empty the contents of the bowl onto the floor.", Sounds.LIQUID_2401),
- BURNT_GNOMEBOWL(Items.BURNT_GNOMEBOWL_2175, Items.GNOMEBOWL_MOULD_2166, "You empty the contents of the gnomebowl onto the floor."),
- BURNT_EGG(Items.BURNT_EGG_7090, Items.BOWL_1923, "You empty the contents of the bowl onto the floor."),
- BURNT_ONION(Items.BURNT_ONION_7092, Items.BOWL_1923, "You empty the contents of the bowl onto the floor."),
- BURNT_MUSHROOM(Items.BURNT_MUSHROOM_7094, Items.BOWL_1923, "You empty the contents of the bowl onto the floor.");
-
- companion object {
- var emptyItemMap = HashMap()
- var emptyMessageMap = HashMap()
- var emptyAudioMap = HashMap()
- var emptyItemList = ArrayList()
-
- init {
- for (item in values()) {
- emptyItemMap.putIfAbsent(item.fullId, item.emptyId)
- emptyMessageMap.putIfAbsent(item.fullId, item.emptyMessage)
- emptyAudioMap.putIfAbsent(item.fullId, item.audioId)
- emptyItemList.add(item.fullId)
- }
- for (item in ItemDefinition.getDefinitions().values)
- if (item.name.contains("potion") || item.name.contains("brew") || item.name.contains("poison") || item.name.lowercase(Locale.getDefault()).contains("serum") || item.name.contains("cure") || item.name.contains("mix") || item.name.contains("balm") || item.name.contains("Super ")) {
- emptyItemList.add(item.id)
- }
- }
-
- fun getEmpty(id: Int): Int? {
- return emptyItemMap[id]
- }
-
- fun getEmptyMessage(id: Int): String? {
- return emptyMessageMap[id]
- }
-
- fun getEmptyAudio(id: Int): Int? {
- return emptyAudioMap[id]
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/EnchantJewelleryTabListener.kt b/Server/src/main/content/global/handlers/item/EnchantJewelleryTabListener.kt
deleted file mode 100644
index c642372ff..000000000
--- a/Server/src/main/content/global/handlers/item/EnchantJewelleryTabListener.kt
+++ /dev/null
@@ -1,94 +0,0 @@
-package content.global.handlers.item
-
-import core.ServerConstants
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.info.LogType
-import core.game.node.entity.player.info.PlayerMonitor
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Animations
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-
-class EnchantJewelleryTabListener : InteractionListener {
- private val LVL_1_ENCHANT = mapOf(
- Items.SAPPHIRE_RING_1637 to Items.RING_OF_RECOIL_2550,
- Items.SAPPHIRE_NECKLACE_1656 to Items.GAMES_NECKLACE8_3853,
- Items.SAPPHIRE_AMULET_1694 to Items.AMULET_OF_MAGIC_1727,
- Items.SAPPHIRE_BRACELET_11072 to Items.BRACELET_OF_CLAY_11074
- )
- private val LVL_2_ENCHANT = mapOf(
- Items.EMERALD_RING_1639 to Items.RING_OF_DUELLING8_2552,
- Items.EMERALD_NECKLACE_1658 to Items.BINDING_NECKLACE_5521,
- Items.EMERALD_AMULET_1696 to Items.AMULET_OF_DEFENCE_1729,
- Items.EMERALD_BRACELET_11076 to Items.CASTLEWAR_BRACE3_11079
- )
- private val LVL_3_ENCHANT = mapOf(
- Items.RUBY_RING_1641 to Items.RING_OF_FORGING_2568,
- Items.RUBY_NECKLACE_1660 to Items.DIGSITE_PENDANT_5_11194,
- Items.RUBY_AMULET_1698 to Items.AMULET_OF_STRENGTH_1725,
- Items.RUBY_BRACELET_11085 to Items.INOCULATION_BRACE_11088
- )
- private val LVL_4_ENCHANT = mapOf(
- Items.DIAMOND_RING_1643 to Items.RING_OF_LIFE_2570,
- Items.DIAMOND_NECKLACE_1662 to Items.PHOENIX_NECKLACE_11090,
- Items.DIAMOND_AMULET_1700 to Items.AMULET_OF_POWER_1731,
- Items.DIAMOND_BRACELET_11092 to Items.FORINTHRY_BRACE5_11095
- )
- private val LVL_5_ENCHANT = mapOf(
- Items.DRAGONSTONE_RING_1645 to Items.RING_OF_WEALTH_2572,
- Items.DRAGON_NECKLACE_1664 to Items.SKILLS_NECKLACE_11113,
- Items.DRAGONSTONE_AMMY_1702 to Items.AMULET_OF_GLORY_1704,
- Items.DRAGON_BRACELET_11115 to Items.COMBAT_BRACELET_11126
- )
- private val LVL_6_ENCHANT = mapOf(
- Items.ONYX_RING_6575 to Items.RING_OF_STONE_6583,
- Items.ONYX_NECKLACE_6577 to Items.BERSERKER_NECKLACE_11128,
- Items.ONYX_AMULET_6581 to Items.AMULET_OF_FURY_6585,
- Items.ONYX_BRACELET_11130 to Items.REGEN_BRACELET_11133
- )
- private val TAB_MAPPING = arrayOf(
- Pair(Items.ENCHANT_SAPPHIRE_8016, LVL_1_ENCHANT),
- Pair(Items.ENCHANT_EMERALD_8017, LVL_2_ENCHANT),
- Pair(Items.ENCHANT_RUBY_8018, LVL_3_ENCHANT),
- Pair(Items.ENCHANT_DIAMOND_8019, LVL_4_ENCHANT),
- Pair(Items.ENCHANT_DRAGONSTN_8020, LVL_5_ENCHANT),
- Pair(Items.ENCHANT_ONYX_8021, LVL_6_ENCHANT)
- )
-
- override fun defineListeners() {
- for ((tablet, mapping) in TAB_MAPPING) {
- on(tablet, IntType.ITEM, "break") { player, _ ->
- sendMessage(player, "Try using the tablet on the item instead.") //TODO authentic message
- return@on true
- }
- for ((unenchanted, enchanted) in mapping) {
- onUseWith(IntType.ITEM, tablet, unenchanted) { player, tabItem, node ->
- var product = enchanted
- if (product == Items.RING_OF_WEALTH_2572 && ServerConstants.RING_OF_WEALTH_TELEPORT) {
- product = Items.RING_OF_WEALTH_14638
- }
- if (removeItem(player, Item(tabItem.id))) {
- closeAllInterfaces(player)
- playAudio(player, Sounds.POH_TABLET_BREAK_979)
- val anim = Animation(Animations.POH_TABLET_BREAK_4069)
- animate(player, anim, true)
- delayEntity(player, anim.duration)
- queueScript(player, anim.duration, QueueStrength.SOFT) {
- val item = node.asItem()
- val ret = replaceSlot(player, item.slot, Item(product), item)
- if (ret != item) {
- PlayerMonitor.log(player, LogType.DUPE_ALERT, "Unknown slot-replacement problem when enchanting jewellery (adding $product replaced $ret rather than $item)")
- }
- return@queueScript stopExecuting(player)
- }
- }
- return@onUseWith true
- }
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt b/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt
deleted file mode 100644
index e376d2855..000000000
--- a/Server/src/main/content/global/handlers/item/EnchantedGemListener.kt
+++ /dev/null
@@ -1,62 +0,0 @@
-package content.global.handlers.item
-
-import content.global.skill.slayer.SlayerUtils
-import core.api.*
-import org.rs09.consts.Items
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.IfTopic
-import core.game.dialogue.Topic
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.tools.END_DIALOGUE
-
-class EnchantedGemListener : InteractionListener {
- override fun defineListeners() {
- on(Items.ENCHANTED_GEM_4155, IntType.ITEM, "activate") { player, _ ->
- openDialogue(player, EnchantedGemDialogue())
- return@on true
- }
- }
-}
-
-class EnchantedGemDialogue() : DialogueFile() {
- var firstRun = true
- override fun handle(interfaceId: Int, buttonId: Int) {
- npc = getSlayerMaster(player!!)
- when(stage) {
- 0 -> npcl(core.game.dialogue.FacialExpression.FRIENDLY, "Hello there ${player!!.username}, what can I help you with?").also { stage++ }
- 1 -> showTopics(
- Topic(core.game.dialogue.FacialExpression.ASKING, "How am I doing so far?", 100),
- Topic(core.game.dialogue.FacialExpression.HALF_ASKING, "Who are you?", 200),
- Topic(core.game.dialogue.FacialExpression.HALF_ASKING, "Where are you?", 300),
- Topic(core.game.dialogue.FacialExpression.FRIENDLY, "Got any tips for me?", 400),
- IfTopic(core.game.dialogue.FacialExpression.FRIENDLY, "Nothing really.", END_DIALOGUE, firstRun),
- IfTopic(core.game.dialogue.FacialExpression.HAPPY, "That's all thanks.", END_DIALOGUE, !firstRun)
- )
- 100 -> {
- firstRun = false
- if(!hasSlayerTask(player!!)) {
- npcl(core.game.dialogue.FacialExpression.HALF_THINKING, "You need something new to hunt. Come and see me when you can and I'll give you a new task.").also { stage = 1 }
- } else {
- npcl(core.game.dialogue.FacialExpression.FRIENDLY, "You're currently assigned to kill ${SlayerUtils.pluralise(getSlayerTaskName(player!!))}; only ${getSlayerTaskKillsRemaining(player!!)} more to go.")
- setVarp(player!!, 2502, getSlayerTaskFlags(player!!) shr 4)
- stage = 1
- }
- }
- 200 -> {
- firstRun = false
- npcl(core.game.dialogue.FacialExpression.HAPPY, "My name's ${getSlayerMaster(player!!).name}, I'm the Slayer Master best able to train you.").also { stage = 1 }
- }
- 300 -> {
- firstRun = false
- npcl(core.game.dialogue.FacialExpression.HAPPY, "You'll find me in ${getSlayerMasterLocation(player!!)}, I'll be here when you need a new task.").also { stage = 1 }
- }
- 400 -> {
- firstRun = false
- npc(core.game.dialogue.FacialExpression.FRIENDLY, *getSlayerTip(player!!))
- stage++
- }
- 401 -> player(core.game.dialogue.FacialExpression.HAPPY, "Great, thanks!").also { stage = 1 }
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/EnchantedJewelleryListener.kt b/Server/src/main/content/global/handlers/item/EnchantedJewelleryListener.kt
deleted file mode 100644
index 549b69051..000000000
--- a/Server/src/main/content/global/handlers/item/EnchantedJewelleryListener.kt
+++ /dev/null
@@ -1,68 +0,0 @@
-package content.global.handlers.item
-
-import core.api.openDialogue
-import core.api.sendMessage
-import core.game.node.Node
-import core.game.node.entity.impl.PulseType
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.dialogue.DialogueFile
-import content.data.EnchantedJewellery
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.tools.START_DIALOGUE
-import org.rs09.consts.Items
-
-/**
- * Listener for enchanted jewellery options
- * @author Ceikry, downthecrop, Player Name
- */
-class EnchantedJewelleryListener : InteractionListener {
-
- val ids = EnchantedJewellery.idMap.keys.toIntArray()
-
- override fun defineListeners() {
- on(ids, IntType.ITEM, "operate") { player, node ->
- handle(player, node, true)
- return@on true
- }
- on(ids, IntType.ITEM, "rub") { player, node ->
- handle(player, node, false)
- return@on true
- }
- }
- private fun handle(player: Player, node: Node, isEquipped: Boolean) {
- player.pulseManager.clear(PulseType.STANDARD)
- val item = node.asItem()
- if (item.id == Items.RING_OF_LIFE_2570) {
- sendMessage(player, "You can't operate that.")
- return
- }
- val jewellery = EnchantedJewellery.idMap[item.id]
- if (jewellery != null) {
- if (jewellery.isLastItemIndex(jewellery.getItemIndex(item)) && !jewellery.isCrumble) {
- sendMessage(player, "The ${jewellery.getJewelleryType(item)} has lost its charge.")
- sendMessage(player, "It will need to be recharged before you can use it again.")
- return
- }
- sendMessage(player, "You rub the ${jewellery.getJewelleryType(item)}...")
- if (jewellery.options.isEmpty()) {
- jewellery.use(player, item, 0, isEquipped)
- return
- }
- openDialogue(player,EnchantedJewelleryDialogueFile(jewellery, item, true, isEquipped))
- }
- }
-
- class EnchantedJewelleryDialogueFile(val jewellery: EnchantedJewellery, val item: Item, val replace: Boolean, val isEquipped: Boolean) : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- when (stage) {
- START_DIALOGUE -> {
- interpreter!!.sendOptions("Where would you like to teleport to?", *jewellery.options)
- stage++
- }
- 1 -> end().also { jewellery.use(player!!, item, buttonID - 1, isEquipped) }
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/ExplorersRingPlugin.kt b/Server/src/main/content/global/handlers/item/ExplorersRingPlugin.kt
deleted file mode 100644
index 586967573..000000000
--- a/Server/src/main/content/global/handlers/item/ExplorersRingPlugin.kt
+++ /dev/null
@@ -1,102 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.TeleportManager.TeleportType
-import core.game.node.entity.skill.Skills
-import core.game.world.map.Location
-import org.json.simple.JSONObject
-import org.rs09.consts.Items
-import core.ServerStore
-import core.ServerStore.Companion.getInt
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import content.global.skill.magic.modern.ModernListeners
-
-class ExplorersRingPlugin : InteractionListener {
-
- val RINGS = intArrayOf(Items.EXPLORERS_RING_1_13560, Items.EXPLORERS_RING_2_13561, Items.EXPLORERS_RING_3_13562)
- val CABBAGE_PORT = Location.create(3051, 3291, 0)
-
-
- override fun defineListeners() {
- on(RINGS, IntType.ITEM, "run-replenish"){ player, node ->
- val charges = getStoreFile().getInt(player.username.toLowerCase() + ":run")
- if (charges >= getRingLevel(node.id)) {
- sendDialogue(player,"Your ring appears to have no more run energy recharges left for today.")
- return@on true
- }
- if (player.settings.runEnergy == 100.0) {
- sendMessage(player, "You are fully rested. You do not need to use the ring's power for the moment.")
- return@on true
- }
- player.settings.updateRunEnergy(-50.0)
- playAudio(player, 5035)
-
- getStoreFile()[player.username.toLowerCase() + ":run"] = charges + 1
-
- sendMessage(player,"You feel refreshed as the ring revitalises you and a charge is used up.")
- visualize(player, 9988, 1733)
- return@on true
- }
-
- //Sources Used
- // - https://www.youtube.com/watch?v=PEA0fkRK0-A&t=64s&pp=ygUcMjAwOSBydW5lc2NhcGUgZXhwbG9yZXIgcmluZw%3D%3D
- // - https://runescape.wiki/w/Explorer%27s_ring?oldid=899927
- on(RINGS, IntType.ITEM, "low-alchemy"){ player, _ ->
- if (!hasLevelStat(player, Skills.MAGIC, 21)) {
- sendMessage(player,"You need a Magic level of 21 in order to do that.")
- return@on true
- }
- val remaining = getStoreFile().getInt(player.username.lowercase() + ":alchs", 30)
- if (remaining <= 0) {
- sendMessage(player, "You have used up all of your charges for the day.")
- return@on true
- }
- sendDialogue(player, "Choose the item that you wish to convert to coins.")
- addDialogueAction (player) {_,_ ->
- sendItemSelect (player, "Choose") { slot, optionIndex ->
- val item = player.inventory[slot]
- if (item == null)
- return@sendItemSelect
- if (!ModernListeners().alchemize(player, item, false, explorersRing = true))
- return@sendItemSelect
- getStoreFile()[player.username.lowercase() + ":alchs"] = remaining - 1
- }
- }
- return@on true
- }
-
- on(RINGS, IntType.ITEM, "cabbage-port"){ player, node ->
- teleport(player)
- return@on true
- }
-
- on(RINGS, IntType.ITEM, "operate", "rub"){ player, node ->
- if(getRingLevel(node.id) < 3){
- sendMessage(player, "This item can not be operated.")
- return@on true
- }
-
- teleport(player)
- return@on true
- }
- }
-
- fun teleport(player: Player){
- teleport(player, CABBAGE_PORT, TeleportType.CABBAGE)
- }
-
- fun getRingLevel(id: Int): Int{
- return when(id){
- Items.EXPLORERS_RING_1_13560 -> 1
- Items.EXPLORERS_RING_2_13561 -> 2
- Items.EXPLORERS_RING_3_13562 -> 3
- else -> -1
- }
- }
-
- fun getStoreFile(): JSONObject{
- return ServerStore.getArchive("daily-explorer-ring")
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/GodBookPlugin.java b/Server/src/main/content/global/handlers/item/GodBookPlugin.java
deleted file mode 100644
index 9f955de41..000000000
--- a/Server/src/main/content/global/handlers/item/GodBookPlugin.java
+++ /dev/null
@@ -1,124 +0,0 @@
-package content.global.handlers.item;
-
-import core.game.dialogue.DialogueAction;
-import content.data.GodBook;
-import core.game.node.entity.skill.Skills;
-import core.game.interaction.NodeUsageEvent;
-import core.game.interaction.OptionHandler;
-import core.game.interaction.UseWithHandler;
-import core.game.node.Node;
-import core.game.node.entity.player.Player;
-import core.game.node.item.GroundItem;
-import core.game.node.item.Item;
-import core.game.node.item.ItemPlugin;
-import core.plugin.Plugin;
-import core.plugin.Initializable;
-import core.plugin.ClassScanner;
-
-/**
- * Handles the god books.
- * @author Vexia
- */
-@Initializable
-public class GodBookPlugin extends OptionHandler {
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- for (GodBook book : GodBook.values()) {
- book.getDamagedBook().getDefinition().getHandlers().put("option:check", this);
- }
- ClassScanner.definePlugins(new PageHandler(), new GodBookItem());
- return this;
- }
-
- @Override
- public boolean handle(Player player, Node node, String option) {
- GodBook book = GodBook.forItem(node.asItem(), option.equalsIgnoreCase("check"));
- if (book != null) {
- switch (option) {
- case "check":
- String[] messages = new String[4];
- for (int i = 0; i < messages.length; i++) {
- messages[i] = book.hasPage(player, node.asItem(), i + 1) ? "The " + getNumberName(i + 1) + " page is in the book." : "The " + getNumberName(i + 1) + " page is missing.";
- }
- player.getDialogueInterpreter().sendDialogue(messages);
- return true;
- case "preach":
- player.getDialogueInterpreter().open("god-book", book);
- return true;
- }
- }
- return true;
- }
-
- /**
- * A god book item.
- * @author Vexia
- */
- public class GodBookItem extends ItemPlugin {
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- for (GodBook book : GodBook.values()) {
- register(book.getDamagedBook().getId());
- }
- return this;
- }
-
- @Override
- public boolean canPickUp(Player player, GroundItem item, int type) {
- if (player.hasItem(item.asItem())) {
- player.sendMessage("You do not need more than one incomplete book.");
- return false;
- }
- return true;
- }
-
- }
-
- /**
- * The page handler.
- * @author Vexia
- */
- public class PageHandler extends UseWithHandler {
-
- /**
- * Constructs a new {@code PageHandler} {@code Object}
- */
- public PageHandler() {
- super(3839, 3841, 3843);
- }
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- for (GodBook book : GodBook.values()) {
- for (Item i : book.getPages()) {
- addHandler(i.getId(), ITEM_TYPE, this);
- }
- }
- return this;
- }
-
- @Override
- public boolean handle(NodeUsageEvent event) {
- GodBook book = GodBook.forItem(event.getUsedItem(), true);
- Player player = event.getPlayer();
- if (book != null && book.isPage(event.getUsedWith().asItem())) {
- book.insertPage(player, event.getUsedItem(), event.getUsedWith().asItem());
- return true;
- }
- return false;
- }
-
- }
-
- /**
- * Gets the number name.
- * @param i the integer to check.
- * @return the number name.
- */
- private String getNumberName(int i) {
- return i == 1 ? "first" : i == 2 ? "second" : i == 3 ? "third" : "fourth";
- }
-
-}
diff --git a/Server/src/main/content/global/handlers/item/GrandSeedPodHandler.kt b/Server/src/main/content/global/handlers/item/GrandSeedPodHandler.kt
deleted file mode 100644
index 992d1009f..000000000
--- a/Server/src/main/content/global/handlers/item/GrandSeedPodHandler.kt
+++ /dev/null
@@ -1,97 +0,0 @@
-package content.global.handlers.item
-
-import content.global.travel.glider.GliderPulse
-import content.global.travel.glider.Gliders
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import core.game.world.map.Location
-import core.net.packet.PacketRepository
-import core.net.packet.context.MinimapStateContext
-import core.net.packet.out.MinimapState
-import org.rs09.consts.Items
-
-private const val SQUASH_GRAPHICS_BEGIN = 767
-private const val SQUASH_GRAPHICS_END = 769
-private const val SQUASH_ANIM_BEGIN = 4544
-private const val SQUASH_ANIM_END = 4546
-private const val LAUNCH_GRAPHICS = 768
-private const val LAUNCH_ANIMATION = 4547
-
-/**
- * Handles the grand tree pod options
- * @author Ceikry
- */
-class GrandSeedPodHandler : InteractionListener {
-
- override fun defineListeners() {
- on(intArrayOf(Items.GRAND_SEED_POD_9469), IntType.ITEM, "squash", "launch") { player, _ ->
- val opt = getUsedOption(player)
- if (!removeItem(player, Items.GRAND_SEED_POD_9469)) return@on false
- if (opt == "launch") {
- visualize(player, LAUNCH_ANIMATION, LAUNCH_GRAPHICS)
- delayEntity(player, 7)
- queueScript(player, 3, QueueStrength.SOFT) {stage: Int ->
- if (stage == 0) {
- rewardXP(player, Skills.FARMING, 100.0)
- openOverlay(player, 115)
- return@queueScript keepRunning(player)
- }
-
- if (stage == 1) {
- PacketRepository.send(MinimapState::class.java, MinimapStateContext(player, 2))
- return@queueScript delayScript(player, 3)
- }
-
- if (stage == 2) {
- teleport(player, Gliders.TA_QUIR_PRIW.location)
- return@queueScript delayScript(player, 2)
- }
-
- if (stage == 3) {
- closeOverlay(player)
- PacketRepository.send(MinimapState::class.java, MinimapStateContext(player, 0))
- }
-
- return@queueScript stopExecuting(player)
- }
- }
-
- if (opt == "squash") {
- closeAllInterfaces(player)
- visualize(player, SQUASH_ANIM_BEGIN, SQUASH_GRAPHICS_BEGIN)
- delayEntity(player, 12)
- queueScript(player, 3, QueueStrength.SOFT) {stage: Int ->
- if (stage == 0) {
- animate(player, 1241, true)
- return@queueScript keepRunning(player)
- }
-
- if (stage == 1) {
- teleport(player, Location.create(2464, 3494, 0))
- return@queueScript keepRunning(player)
- }
-
- if (stage == 2) {
- visualize(player, 1241, SQUASH_GRAPHICS_END)
- return@queueScript delayScript(player, 2)
- }
-
- if (stage == 3) {
- animate(player, SQUASH_ANIM_END, true)
- adjustLevel(player, Skills.FARMING, -5)
- return@queueScript keepRunning(player)
- }
-
- return@queueScript stopExecuting(player)
- }
- }
-
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/HouseTeleTabOptionListener.kt b/Server/src/main/content/global/handlers/item/HouseTeleTabOptionListener.kt
deleted file mode 100644
index 61ac1b029..000000000
--- a/Server/src/main/content/global/handlers/item/HouseTeleTabOptionListener.kt
+++ /dev/null
@@ -1,31 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.link.TeleportManager
-import core.game.node.item.Item
-
-class HouseTeleTabOptionListener : InteractionListener {
- override fun defineListeners() {
- val homeTabID = 8013
- on(homeTabID, IntType.ITEM, "break") {player, node ->
- var hasHouse = player.houseManager.location.exitLocation != null
- if (!hasHouse) {
- sendMessage( player, "You must have a house to teleport to before attempting that.")
- return@on false
- }
- closeInterface(player)
- lock(player, 5)
- if (inInventory(player, node.id)) {
- player.houseManager.preEnter(player, false)
- val location = player.houseManager.getEnterLocation()
- if (teleport(player, location, TeleportManager.TeleportType.TELETABS)) {
- removeItem(player, Item(node.id, 1))
- player.houseManager.postEnter(player, false)
- }
- }
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/ItemQuestRequirementListener.kt b/Server/src/main/content/global/handlers/item/ItemQuestRequirementListener.kt
deleted file mode 100644
index 8acaa698a..000000000
--- a/Server/src/main/content/global/handlers/item/ItemQuestRequirementListener.kt
+++ /dev/null
@@ -1,236 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.game.node.entity.player.link.quest.QuestRepository
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import content.data.Quests
-
-class ItemQuestRequirementListener : InteractionListener {
-
- private val fremennikIslesEquipment = intArrayOf(Items.HELM_OF_NEITIZNOT_10828, Items.HELM_OF_NEITIZNOT_E_12680, Items.HELM_OF_NEITIZNOT_CHARGED_12681)
- private val fremennikTrialsEquipment = intArrayOf(Items.BERSERKER_HELM_3751, Items.BERSERKER_HELM_13408, Items.BERSERKER_HELM_E_12674, Items.BERSERKER_HELM_CHARGED_12675,
- Items.FREMENNIK_HELM_3748, Items.WARRIOR_HELM_3753, Items.WARRIOR_HELM_13409, Items.WARRIOR_HELM_CHARGED_12677, Items.WARRIOR_HELM_E_12676,
- Items.ARCHER_HELM_3749, Items.ARCHER_HELM_13407, Items.ARCHER_HELM_CHARGED_12673, Items.ARCHER_HELM_E_12672,
- Items.ROCK_SHELL_HELM_6128, Items.ROCK_SHELL_HELM_10613, Items.ROCK_SHELL_HELM_13411,
- Items.ROCK_SHELL_LEGS_6130, Items.ROCK_SHELL_LEGS_13413,
- Items.ROCK_SHELL_PLATE_6129, Items.ROCK_SHELL_PLATE_13412,
- Items.ROCK_SHELL_BOOTS_6145, Items.ROCK_SHELL_BOOTS_13421,
- Items.ROCK_SHELL_GLOVES_6151, Items.ROCK_SHELL_GLOVES_13424,
- Items.SPINED_HELM_6131, Items.SPINED_HELM_10614, Items.SPINED_HELM_13414,
- Items.SPINED_BODY_6133, Items.SPINED_BODY_13415,
- Items.SPINED_CHAPS_6135, Items.SPINED_CHAPS_13416,
- Items.SPINED_GLOVES_6149, Items.SPINED_GLOVES_13423,
- Items.SPINED_BOOTS_6143, Items.SPINED_BOOTS_13420,
- Items.SKELETAL_HELM_6137, Items.SKELETAL_HELM_10604, Items.SKELETAL_HELM_13417,
- Items.SKELETAL_TOP_6139, Items.SKELETAL_TOP_13418,
- Items.SKELETAL_BOTTOMS_6141, Items.SKELETAL_BOTTOMS_13419,
- Items.SKELETAL_GLOVES_6153, Items.SKELETAL_GLOVES_13425,
- Items.SKELETAL_BOOTS_6147, Items.SKELETAL_BOOTS_13422,
- Items.FREMENNIK_HAT_3798, Items.FREMENNIK_ROBE_3793, Items.FREMENNIK_SKIRT_3795, Items.GLOVES_3799, Items.FREMENNIK_BOOTS_3791,
- Items.FREMENNIK_CLOAK_3759, Items.FREMENNIK_CLOAK_3761, Items.FREMENNIK_CLOAK_3763, Items.FREMENNIK_CLOAK_3765, Items.FREMENNIK_CLOAK_3777, Items.FREMENNIK_CLOAK_3779,
- Items.FREMENNIK_CLOAK_3781, Items.FREMENNIK_CLOAK_3783, Items.FREMENNIK_CLOAK_3785, Items.FREMENNIK_CLOAK_3787, Items.FREMENNIK_CLOAK_3789,
- Items.FREMENNIK_SHIRT_3767, Items.FREMENNIK_SHIRT_3769, Items.FREMENNIK_SHIRT_3771, Items.FREMENNIK_SHIRT_3773, Items.FREMENNIK_SHIRT_3775,
- Items.FREMENNIK_BLADE_3757, Items.FREMENNIK_SHIELD_3758)
-
- private val fremennikIslesDuringQuestEquipment = intArrayOf(Items.YAK_HIDE_ARMOUR_10822, Items.YAK_HIDE_ARMOUR_10824, Items.FREMENNIK_ROUND_SHIELD_10826)
-
- private val avasBackpacks = intArrayOf(Items.AVAS_ACCUMULATOR_10499, Items.AVAS_ATTRACTOR_10498)
-
- private val lostCityWeapons = intArrayOf(
- Items.DRAGON_DAGGER_1215,
- Items.DRAGON_DAGGERP_1231,
- Items.DRAGON_DAGGERP_PLUS_5680,
- Items.DRAGON_DAGGERP_PLUS_PLUS_5698,
- Items.DRAGON_LONGSWORD_1305
- )
-
- private val crystalEquipment = intArrayOf(
- Items.NEW_CRYSTAL_BOW_4212,
- Items.CRYSTAL_BOW_FULL_4214,
- Items.CRYSTAL_BOW_9_10_4215,
- Items.CRYSTAL_BOW_8_10_4216,
- Items.CRYSTAL_BOW_7_10_4217,
- Items.CRYSTAL_BOW_6_10_4218,
- Items.CRYSTAL_BOW_5_10_4219,
- Items.CRYSTAL_BOW_4_10_4220,
- Items.CRYSTAL_BOW_3_10_4221,
- Items.CRYSTAL_BOW_2_10_4222,
- Items.CRYSTAL_BOW_1_10_4223,
- Items.NEW_CRYSTAL_SHIELD_4224,
- Items.CRYSTAL_SHIELD_FULL_4225,
- Items.CRYSTAL_SHIELD_9_10_4226,
- Items.CRYSTAL_SHIELD_8_10_4227,
- Items.CRYSTAL_SHIELD_7_10_4228,
- Items.CRYSTAL_SHIELD_6_10_4229,
- Items.CRYSTAL_SHIELD_5_10_4230,
- Items.CRYSTAL_SHIELD_4_10_4231,
- Items.CRYSTAL_SHIELD_3_10_4232,
- Items.CRYSTAL_SHIELD_2_10_4233,
- Items.CRYSTAL_SHIELD_1_10_4234
- )
-
- //As per the source (https://runescape.wiki/w/Dragon_Slayer?oldid=895396),
- //dragon slayer should only restrict green d'hide bodies, not the higher tiers.
- private val dragonSlayerEquipment = intArrayOf(
- Items.RUNE_PLATEBODY_1127,
- Items.RUNE_PLATEBODY_G_10798,
- Items.RUNE_PLATEBODY_G_2615,
- Items.RUNE_PLATEBODY_G_13800,
- Items.RUNE_PLATEBODY_T_10800,
- Items.RUNE_PLATEBODY_T_13805,
- Items.RUNE_PLATEBODY_T_2623,
- Items.ZAMORAK_PLATEBODY_2653,
- Items.SARADOMIN_PLATEBODY_2661,
- Items.GUTHIX_PLATEBODY_2669,
- Items.GREEN_DHIDE_BODY_1135,
- Items.DHIDE_BODYG_7370, //Green (g)
- Items.DHIDE_BODY_T_7372 //Green (t)
- )
-
- private val questCapes = intArrayOf(9813,9814)
-
- private val godBooks = intArrayOf (
- Items.HOLY_BOOK_3840,
- Items.UNHOLY_BOOK_3842
- )
-
- private val pharaohScepters = (9044..9051).toIntArray()
-
- private val initiateArmour = (5574..5576).toIntArray()
-
- private val proselyteArmour = (9672..9678).toIntArray()
-
- private val spiritShields = (13734..13745).toIntArray()
-
- override fun defineListeners() {
-
- /*
- onEquip(fremennikIslesEquipment) { player, _ ->
- if (!isQuestComplete(player, Quests.THE_FREMENNIK_ISLES)) {
- sendMessage(player, "You must have completed The Fremennik Isles to equip this.")
- return@onEquip false
- }
- return@onEquip true
- }
-
- onEquip(fremennikIslesDuringQuestEquipment){ player, _ ->
- if (questStage(player, Quests.THE_FREMENNIK_ISLES) > 0) {
- sendMessage(player, "You must have started The Fremennik Isles to equip this.")
- return@onEquip false
- }
- return@onEquip true
- }
- */
-
- onEquip(fremennikTrialsEquipment) { player, _ ->
- return@onEquip hasRequirement(player, Quests.THE_FREMENNIK_TRIALS)
- }
-
- onEquip(fremennikIslesEquipment) {player, _ ->
- return@onEquip hasRequirement(player, Quests.THE_FREMENNIK_ISLES)
- }
-
- onEquip(avasBackpacks){ player, _ ->
- return@onEquip hasRequirement(player, Quests.ANIMAL_MAGNETISM)
- }
-
- onEquip(lostCityWeapons){ player, _ ->
- return@onEquip hasRequirement(player, Quests.LOST_CITY)
- }
-
- onEquip(Items.CAPE_OF_LEGENDS_1052) { player, _ ->
- return@onEquip hasRequirement(player, Quests.LEGENDS_QUEST)
- }
-
- onEquip(questCapes) { player, _ ->
- val maxQP = QuestRepository.getQuests().values.sumBy { it.questPoints }
- if (player.questRepository.points < maxQP) {
- player.packetDispatch.sendMessage("You cannot equip the Quest cape without completing all available quests.")
- return@onEquip false
- }
- return@onEquip true
- }
-
- onEquip(Items.WOLFBANE_2952){ player, _ ->
- return@onEquip hasRequirement(player, Quests.PRIEST_IN_PERIL)
- }
-
- onEquip(Items.ANCIENT_MACE_11061){ player, _ ->
- return@onEquip hasRequirement(player, Quests.ANOTHER_SLICE_OF_HAM)
- }
-
- onEquip(Items.ANCIENT_STAFF_4675){ player, _ ->
- return@onEquip hasRequirement(player, Quests.DESERT_TREASURE)
- }
-
- onEquip(Items.ELEMENTAL_SHIELD_2890) { player, _ ->
- return@onEquip hasRequirement(player, Quests.ELEMENTAL_WORKSHOP_I)
- }
-
- onEquip(crystalEquipment){ player, _ ->
- return@onEquip hasRequirement(player, Quests.ROVING_ELVES)
- }
-
- onEquip(dragonSlayerEquipment) {player, _ ->
- return@onEquip hasRequirement(player, Quests.DRAGON_SLAYER)
- }
-
- onEquip(Items.DRAGON_SCIMITAR_4587) {player, _ ->
- return@onEquip hasRequirement(player, Quests.MONKEY_MADNESS)
- }
-
- onEquip(Items.GLOVES_7462) {player, _ ->
- return@onEquip hasRequirement(player, Quests.RECIPE_FOR_DISASTER)
- }
-
- onEquip(Items.SLAYER_HELMET_13263) {player, _ ->
- return@onEquip hasRequirement(player, Quests.SMOKING_KILLS)
- }
-
- onEquip (Items.DRAGON_HALBERD_3204) {player, _ ->
- return@onEquip hasRequirement(player, Quests.REGICIDE)
- }
-
- onEquip (Items.CLIMBING_BOOTS_3105) {player, _ ->
- return@onEquip hasRequirement(player, Quests.DEATH_PLATEAU)
- }
-
- onEquip (godBooks) {player, _ ->
- return@onEquip hasRequirement(player, Quests.HORROR_FROM_THE_DEEP)
- }
-
- onEquip (pharaohScepters) {player, _ ->
- return@onEquip hasRequirement(player, Quests.ICTHLARINS_LITTLE_HELPER)
- }
-
- onEquip (Items.DRAGON_SQ_SHIELD_1187) {player, _ ->
- //because I know people won't believe it: https://runescape.wiki/w/Dragon_sq_shield?oldid=899636
- return@onEquip hasRequirement(player, Quests.LEGENDS_QUEST)
- }
-
- onEquip (initiateArmour) {player, _ ->
- return@onEquip hasRequirement(player, Quests.RECRUITMENT_DRIVE)
- }
-
- onEquip (proselyteArmour) {player, _ ->
- return@onEquip hasRequirement(player, Quests.THE_SLUG_MENACE)
- }
-
- onEquip (spiritShields) {player, _ ->
- return@onEquip hasRequirement(player, Quests.SUMMERS_END)
- }
-
- onEquip (Items.DRAGON_MACE_1434) {player, _ ->
- return@onEquip hasRequirement(player, Quests.HEROES_QUEST)
- }
-
- onEquip (Items.DRAGON_BATTLEAXE_1377) {player, _ ->
- return@onEquip hasRequirement(player, Quests.HEROES_QUEST)
- }
-
- onEquip (Items.DARKLIGHT_6746) {player, _ ->
- return@onEquip hasRequirement(player, Quests.SHADOW_OF_THE_STORM)
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/LightSourceListeners.kt b/Server/src/main/content/global/handlers/item/LightSourceListeners.kt
deleted file mode 100644
index 989746869..000000000
--- a/Server/src/main/content/global/handlers/item/LightSourceListeners.kt
+++ /dev/null
@@ -1,32 +0,0 @@
-package content.global.handlers.item
-
-import content.data.LightSource
-import core.api.*
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import org.rs09.consts.Items
-import kotlin.collections.toIntArray
-
-class LightSourceListeners : InteractionListener {
- override fun defineListeners() {
- val lightSourceProducts = LightSource.values().map { it.product.id }.toIntArray()
-
- on(lightSourceProducts, ITEM, "drop") { player, light ->
- val active = LightSource.getActiveLightSource(player).product.id
- if (player.location.isInRegion(10648) && light.id == active) { //Temple of Ikov dungeon
- sendMessage(player, "Dropping the " + LightSource.getActiveLightSource(player).product.name.lowercase() + " would leave you without a light source.")
- return@on false
- }
- val removed = removeItem(player, light.id)
- if (removed) {
- var droppedId = light.id
- if (light.id == Items.MINING_HELMET_5013) {
- droppedId = Items.MINING_HELMET_5014
- sendMessage(player, "The helmet goes out as you drop it.")
- }
- produceGroundItem(player, droppedId)
- }
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/MorphItemListener.kt b/Server/src/main/content/global/handlers/item/MorphItemListener.kt
deleted file mode 100644
index b0b2e3857..000000000
--- a/Server/src/main/content/global/handlers/item/MorphItemListener.kt
+++ /dev/null
@@ -1,77 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.game.interaction.InteractionListener
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.Player
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import org.rs09.consts.Sounds
-
-/**
- * Handles morphing with the Ring of Stone and Easter Ring.
- */
-
-class MorphItemListener : InteractionListener, InterfaceListener {
-
- // the morphing items
- private val morphItems = intArrayOf(Items.RING_OF_STONE_6583, Items.EASTER_RING_7927)
-
- // the NPCs to morph into
- private val easterEggs = intArrayOf(
- NPCs.EGG_3689,
- NPCs.EGG_3690,
- NPCs.EGG_3691,
- NPCs.EGG_3692,
- NPCs.EGG_3693,
- NPCs.EGG_3694
- )
- private val stone = intArrayOf(NPCs.ROCKS_2626)
-
- // the "unmorph" interface
- private val morphIface = 375
-
- // equipping the morph items
- override fun defineListeners() {
- onEquip(morphItems) { player, item ->
- morph(player, item.id)
- return@onEquip false
- }
- }
-
- // the interface that appears when you morph
- override fun defineInterfaceListeners() {
-
- // hitting the 'unmorph' button
- on(morphIface){ player, _, _, buttonID, _, _ ->
- when(buttonID) {
- 3 -> closeAllInterfaces(player)
- }
- return@on true
- }
-
- // after the interface closes
- onClose(morphIface) { player, _ ->
- unmorph(player)
- return@onClose true
- }
- }
-
- // morphs the player
- private fun morph(player: Player, item: Int) {
- val morphId = when (item) {
- Items.RING_OF_STONE_6583 -> stone.random()
- else -> easterEggs.random()
- }
- playAudio(player, Sounds.EASTER06_HUMAN_INTO_EGG_1520)
- stopWalk(player)
- closeAllInterfaces(player)
- player.appearance.transformNPC(morphId)
- openInterface(player, morphIface)
- }
-
- // unmorphs the player
- private fun unmorph(player: Player) {
- player.appearance.transformNPC(-1)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/NewspaperListener.kt b/Server/src/main/content/global/handlers/item/NewspaperListener.kt
deleted file mode 100644
index bb32667c3..000000000
--- a/Server/src/main/content/global/handlers/item/NewspaperListener.kt
+++ /dev/null
@@ -1,80 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-/**
- * Interaction and interface listener for the Varrock newspaper.
- * This handles component(530) globally.
- * youtu.be/ePVNOiSzOS4
- */
-class NewspaperListener : InteractionListener {
- companion object {
-
- const val NEWSPAPER_INTERFACE_530 = 530 /* Should be in org.rs09.consts.Components but isn't. */
-
- val leftPage = "" +
- "Varrock gets " +
- "Makeover" +
- " " +
- "The city of Varrock " +
- "is the latest recipient " +
- "of a complete " +
- "makeover. When " +
- "interviewed, King " +
- "Roald said, 'In order " +
- "to keep visitors " +
- "coming to see the " +
- "sights of our " +
- "beautiful capital, we " +
- "felt that tidying-up " +
- "the city would be " +
- "more effective than " +
- "just issuing a decree " +
- "- make sure you visit " +
- "the new museum " +
- "while you are here.'"
-
- val rightPage = "" +
- "Obituaries " +
- " " +
- "Goblin-Died " +
- "Giant Rat-Died " +
- "Unicorn-Died " +
- "Varrock Guard-Died " +
- "Varrock Guard-Died " +
- "Varrock Guard-Died " +
- "Bear-Died." +
- " " +
- "Classifieds" +
- " " +
- "Lowe's Archery " +
- "Emporium for the " +
- "finest ranging " +
- "weapons in town!" +
- " " +
- "Time to party! Visit " +
- "the Fancy Dress " +
- "Shop for all your " +
- "party outfits." +
- " " +
- "The Dancing " +
- "Donkey - cold beer " +
- "always in stock."
- }
- override fun defineListeners() {
- on(Items.NEWSPAPER_11169, IntType.ITEM, "read") { player, _ ->
- openInterface(player, NEWSPAPER_INTERFACE_530)
- setInterfaceText(player, leftPage ,NEWSPAPER_INTERFACE_530, 7)
- setInterfaceText(player, rightPage ,NEWSPAPER_INTERFACE_530, 8)
- return@on true
- }
-
- on(Items.AL_KHARID_FLYER_7922, IntType.ITEM, "read") { player, _ ->
- sendDialogueLines(player, "Come to the Al Kharid Market place! High quality", "produce at low, low prices! Show this flyer to a", "merchant for money off your next purchase,", "courtesy of Ali Morrisane!")
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/PetRock.kt b/Server/src/main/content/global/handlers/item/PetRock.kt
deleted file mode 100644
index 355ea3742..000000000
--- a/Server/src/main/content/global/handlers/item/PetRock.kt
+++ /dev/null
@@ -1,66 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.impl.Projectile.getLocation
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import core.tools.END_DIALOGUE
-import org.rs09.consts.Items
-
-class PetRockListener : InteractionListener {
- override fun defineListeners() {
- on(Items.PET_ROCK_3695, IntType.ITEM, "interact") { player, _ ->
- openDialogue(player, PetRockDialogue())
- return@on true
- }
- }
-}
-
-class PetRockDialogue : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- when(stage) {
- 0 -> options("Talk", "Stroke", "Feed", "Fetch", "Stay").also { stage++ }
- 1 -> when(buttonID) {
- 1 -> {
- sendPlayerDialogue(player!!, "Who's a good rock, then? Yes, you are! You're such a good rock. Ooga booga googa.", FacialExpression.FRIENDLY)
- sendMessage(player!!, "Your rock seems a little happier.")
- stage = END_DIALOGUE
- }
- 2 -> {
- end()
- sendMessage(player!!, "You stroke your pet rock.")
- animate(player!!, 1333, false)
- //waits for the animation to finish before sending the message
- queueScript(player!!, animationDuration(Animation(1333)), QueueStrength.SOFT) {
- sendMessage(player!!, "Your rock seems much happier.")
- return@queueScript stopExecuting(player!!)
- }
- }
- 3 -> {
- end()
- sendMessage(player!!, "You try and feed the rock.")
- sendMessage(player!!, "Your rock doesn't seem hungry.")
- }
- 4 -> {
- sendPlayerDialogue(player!!, "Want to fetch the stick, rock? Of course you do.", FacialExpression.FRIENDLY)
- face(player!!, Location.getRandomLocation(getLocation(player), 2, true))
- visualize(player!!, 6665, 1157)
- spawnProjectile(getLocation(player), Location.getRandomLocation(getLocation(player), 5, true), 1158, 40, 0,150, 250, 25)
- stage = END_DIALOGUE
- }
- 5 -> {
- face(player!!, Location.getRandomLocation(getLocation(player), 2, true))
- sendPlayerDialogue(player!!, "Be a good rock...", FacialExpression.FRIENDLY)
- sendMessage(player!!, "You wait a few seconds and pick your rock back up and pet it.")
- visualize(player!!, anim = 6664, gfx = 1156)
- stage = END_DIALOGUE
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/RingForgingOperateListener.kt b/Server/src/main/content/global/handlers/item/RingForgingOperateListener.kt
deleted file mode 100644
index f9ed2c366..000000000
--- a/Server/src/main/content/global/handlers/item/RingForgingOperateListener.kt
+++ /dev/null
@@ -1,22 +0,0 @@
-package content.global.handlers.item
-
-import core.api.getAttribute
-import core.api.sendMessage
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class RingForgingOperateListener: InteractionListener {
- override fun defineListeners() {
-
- on(Items.RING_OF_FORGING_2568, IntType.ITEM, "operate") { player, node ->
-
- //Attribute set at SmeltingPulse.java
- val charges = getAttribute(player, "ringOfForgingCharges", 140)
-
- sendMessage(player, "You can smelt $charges more iron ore before the ring disintegrates.")
-
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/TeleTabsListener.kt b/Server/src/main/content/global/handlers/item/TeleTabsListener.kt
deleted file mode 100644
index 9cc72f6c2..000000000
--- a/Server/src/main/content/global/handlers/item/TeleTabsListener.kt
+++ /dev/null
@@ -1,69 +0,0 @@
-package content.global.handlers.item
-
-import content.region.kandarin.ardougne.quest.plaguecity.PlagueCityListeners.Companion.ARDOUGNE_TELE_ATTRIBUTE
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.TeleportManager
-import core.game.node.item.Item
-import core.game.world.map.Location
-
-class TeleTabsListener : InteractionListener {
-
- enum class TeleTabs(val item: Int, val location: Location, val exp: Double, val requirementCheck: (Player) -> Boolean = { true }) {
- ADDOUGNE_TELEPORT(8011, Location.create(2662, 3307, 0), 61.0, {
- player -> getAttribute(player, ARDOUGNE_TELE_ATTRIBUTE, false)
- }),
- AIR_ALTAR_TELEPORT(13599, Location.create(2978, 3296, 0), 0.0),
- ASTRAL_ALTAR_TELEPORT(13611, Location.create(2156, 3862, 0), 0.0),
- BLOOD_ALTAR_TELEPORT(13610, Location.create(3559, 9778, 0), 0.0),
- BODY_ALTAR_TELEPORT(13604, Location.create(3055, 3443, 0), 0.0),
- CAMELOT_TELEPORT(8010, Location.create(2757, 3477, 0), 55.5),
- CHAOS_ALTAR_TELEPORT(13606, Location.create(3058, 3593, 0), 0.0),
- COSMIC_ALTAR_TELEPORT(13605, Location.create(2411, 4380, 0), 0.0),
- DEATH_ALTAR_TELEPORT(13609, Location.create(1863, 4639, 0), 0.0),
- EARTH_ALTAR_TELEPORT(13602, Location.create(3304, 3472, 0), 0.0),
- FALADOR_TELEPORT(8009, Location.create(2966, 3380, 0), 47.0),
- FIRE_ALTAR_TELEPORT(13603, Location.create(3311, 3252, 0), 0.0),
- LAW_ALTAR_TELEPORT(13608, Location.create(2857, 3378, 0), 0.0),
- LUMBRIDGE_TELEPORT(8008, Location.create(3222, 3218, 0), 41.0),
- MIND_ALTAR_TELEPORT(13600, Location.create(2979, 3510, 0), 0.0),
- NATURE_ALTAR_TELEPORT(13607, Location.create(2868, 3013, 0), 0.0),
- VARROCK_TELEPORT(8007, Location.create(3212, 3423, 0), 35.00),
- WATCH_TOWER_TELEPORT(8012, Location.create(2548, 3114, 0), 68.00),
- WATER_ALTAR_TELEPORT(13601, Location.create(3182, 3162, 0), 0.0);
-
- companion object {
- val idMap = values().map { it.item to it }.toMap()
- fun forId(id: Int): TeleTabs? {
- return idMap[id]
- }
- }
- }
-
- override fun defineListeners() {
- val tabIDs = TeleTabs.values().map { it.item }.toIntArray()
- on(tabIDs, IntType.ITEM, "break") {player, node ->
- val tab = node.id
- val tabEnum = TeleTabs.forId(tab)
- if (tabEnum != null && inInventory(player,tab)) {
- val tabloc = tabEnum.location
- if (inInventory(player, tab)) {
- if (tabEnum.requirementCheck(player)){
- if (teleport(player, tabloc, TeleportManager.TeleportType.TELETABS)) {
- removeItem(player, Item(node.id, 1))
- }
- }
- else {
- when (tabEnum){
- TeleTabs.ADDOUGNE_TELEPORT -> sendMessage(player, "You need to complete Plague City to use this tablet.")
- else -> sendMessage(player, "You do not have the requirements to use this tablet.")
- }
- }
- }
- }
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/ToyListeners.kt b/Server/src/main/content/global/handlers/item/ToyListeners.kt
deleted file mode 100644
index edf14fa89..000000000
--- a/Server/src/main/content/global/handlers/item/ToyListeners.kt
+++ /dev/null
@@ -1,136 +0,0 @@
-package content.global.handlers.item
-
-import core.api.*
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import kotlinx.coroutines.delay
-import org.rs09.consts.Sounds
-import kotlinx.coroutines.delay
-import kotlinx.coroutines.launch
-import kotlinx.coroutines.runBlocking
-
-
-
-class ToyListeners : InteractionListener {
- companion object {
- val MARIONETTES = intArrayOf(Items.RED_MARIONETTE_6867, Items.GREEN_MARIONETTE_6866, Items.BLUE_MARIONETTE_6865)
- private val MARIONETTE_JUMP = Animation(3003)
- private val MARIONETTE_WALK = Animation(3004)
- private val MARIONETTE_BOW = Animation(3005)
- private val MARIONETTE_DANCE = Animation(3006)
- private val MARIONETTE_GFX =
- arrayOf(intArrayOf(507, 508, 509, 510), intArrayOf(511, 512, 513, 514), intArrayOf(515, 516, 517, 518))
- private val SNOWGLOBE_SHAKE = Animation(7535) //Initial Shake
- private val SNOWGLOBE_HOLDFACE = Animation(7536) //Immediately after shake, player holds the snow globe to face
- private val SNOWGLOBE_INTERFACE =
- 659 //After HOLDFACE this interface is displayed, player either clicks 'continue' for inv of snowballs, or 'close' for no snowballs
- private val SNOWGLOBE_DOWNFAST = Animation(7537) //Used when player hit 'close' on the interface
- private val SNOWGLOBE_DOWNSLOW = Animation(7538) //Used when the player hit 'continue' on the interface
- private val SNOWGLOBE_STOMP = Animation(7528) //When player hits continue this animation plays
- private val SNOWGLOBE_SNOW = Graphics(1284) //When Animation STOMP is playing this gfx also plays
- private val SPINNING_PLATE_SPIN = Animation(1902)
- private val SPINNING_PLATE_PUT_DOWN = Animation(1904)
- private val TOY_KITE_FLY = Animation(8990)
- val YOYO_PLAY = Animation(1457)
- val YOYO_LOOP = Animation(1458)
- val YOYO_WALK = Animation(1459)
- val YOYO_CRAZY = Animation(1460)
- val ZOMBIE_HEAD_TALK_AT = Animation(2840)
- val ZOMBIE_HEAD_DISPLAY = Animation(2844)
- }
-
- override fun defineListeners() {
- on(Items.CHOCATRICE_CAPE_12645, IntType.ITEM, "operate") { player, _ ->
- lockInteractions(player, 2)
- visualize(player, 8903, 1566)
- return@on true
- }
-
- on(MARIONETTES, IntType.ITEM, "jump", "walk", "bow", "dance") { player, marionette ->
- val index = MARIONETTES.indexOf(marionette.id)
-
- lockInteractions(player, 2)
- when (getUsedOption(player)) {
- "jump" -> visualize(player, MARIONETTE_JUMP, MARIONETTE_GFX[index][0])
- "walk" -> visualize(player, MARIONETTE_WALK, MARIONETTE_GFX[index][1])
- "bow" -> visualize(player, MARIONETTE_BOW, MARIONETTE_GFX[index][2])
- "dance" -> visualize(player, MARIONETTE_DANCE, MARIONETTE_GFX[index][3])
- }
- return@on true
- }
-
- on(Items.REINDEER_HAT_10507, IntType.ITEM, "operate") { player, _ ->
- lockInteractions(player, 2)
- visualize(player, 5059, 859)
- return@on true
- }
-
- on(Items.SNOW_GLOBE_11949, IntType.ITEM, "shake") { player, _ ->
- lockInteractions(player, 2)
- animate(player, SNOWGLOBE_SHAKE)
- runTask(player, 3) {
- animate(player, SNOWGLOBE_HOLDFACE)
- runTask(player) {
- openInterface(player, SNOWGLOBE_INTERFACE)
- }
- }
- return@on true
- }
-
- on(Items.SPINNING_PLATE_4613, IntType.ITEM, "spin") { player, _ ->
- lockInteractions(player, 2)
- animate(player, SPINNING_PLATE_SPIN)
- runTask(player, 2) {
- animate(player, SPINNING_PLATE_PUT_DOWN)
- }
- return@on true
- }
-
- on(Items.TOY_KITE_12844, IntType.ITEM, "fly","operate") { player, _ ->
- lockInteractions(player, 2)
- animate(player, TOY_KITE_FLY)
- return@on true
- }
-
- on(Items.YO_YO_4079, IntType.ITEM, "play", "loop", "walk", "crazy") { player, _ ->
- val option = getUsedOption(player)
-
- lockInteractions(player, 2)
- when (option) {
- "play" -> animate(player, YOYO_PLAY)
- "loop" -> animate(player, YOYO_LOOP)
- "walk" -> animate(player, YOYO_WALK)
- "crazy" -> animate(player, YOYO_CRAZY)
- }
- return@on true
- }
-
- on(Items.ZOMBIE_HEAD_6722, IntType.ITEM, "talk-at", "display", "question") { player, _ ->
- val option = getUsedOption(player)
-
- lockInteractions(player, 2)
- when (option) {
- "talk-at" -> {
- animate(player, ZOMBIE_HEAD_TALK_AT)
- sendChat(player, "Alas!")
- }
-
- "display" -> {
- animate(player, ZOMBIE_HEAD_DISPLAY)
- sendChat(player, "MWAHAHAHAHAHAHAH")
- }
- }
- return@on true
- }
- on(Items.RUBBER_CHICKEN_4566, IntType.ITEM, "operate", "Dance") { player, _ ->
- lockInteractions(player, 2)
- visualize(player, 1835, -1)
- playJingle(player, 99);
- playAudio(player, 355, 100);
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/book/GeneralRuleBook.kt b/Server/src/main/content/global/handlers/item/book/GeneralRuleBook.kt
deleted file mode 100644
index 12a6be03f..000000000
--- a/Server/src/main/content/global/handlers/item/book/GeneralRuleBook.kt
+++ /dev/null
@@ -1,209 +0,0 @@
-package content.global.handlers.item.book
-
-import content.global.handlers.iface.BookInterface
-import content.global.handlers.iface.BookLine
-import content.global.handlers.iface.Page
-import content.global.handlers.iface.PageSet
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import core.game.world.GameWorld
-import org.rs09.consts.Items
-
-/**
- * General Rule Book
- * This is not an item book, but opened when asking a Town Crier for the Rules
- * @author ovenbreado
- * @author 'Vexia
- */
-class GeneralRuleBook {
- companion object {
- private const val BLUE = " "
- private val SERVER_NAME = GameWorld.settings!!.name
- private val TITLE = "$SERVER_NAME Rules"
- private val CONTENTS = arrayOf(
- PageSet(
- Page(
- BookLine("Rules", 38),
- BookLine("1 - Offensive Language", 104),
- BookLine("2 - Item Scamming", 106),
- BookLine("3 - Password Scamming", 108),
- BookLine("4 - Cheating/Bug Abuse", 110),
- BookLine("5 - Staff Impersonation", 112),
- BookLine("6 - Account Sharing/Trading", 114),
- BookLine("7 - Using Third Party", 116),
- BookLine("Software", 118),
- BookLine("8 - Multi Logging-in", 120),
- BookLine("9 - Encouraging Others to", 122),
- BookLine("Break Rules", 124),
- BookLine("10 - False Representation", 126),
- BookLine("11 - Website Advertising", 128)
- ),
- Page(
- BookLine("12 - Read World Item", 134),
- BookLine("Trading", 136),
- BookLine("13 - Asking For Personal", 138),
- BookLine("Details", 140),
- BookLine("14 - Misuse of Official", 142),
- BookLine("Forums", 144),
- BookLine("15 - Advert Blocking", 146)
- )
- ),
- PageSet(
- Page(
- BookLine(BLUE + "1 - Offensive Language", 38),
- BookLine("You must not use any", 40),
- BookLine("language which is offensive,", 41),
- BookLine("racist or obscene. Remember,", 42),
- BookLine("it's nice to be nice!", 43)
- ), Page(
- BookLine(BLUE + "2 - Item Scamming", 53 ),
- BookLine("You must not scam or", 55),
- BookLine("deceive other players. This", 56),
- BookLine("includes claiming that items", 57),
- BookLine("are rare when they are not,", 58),
- BookLine("team scamming or telling", 59),
- BookLine("players that you can", 60),
- BookLine("upgrade' their armour in", 61),
- BookLine("any way!", 62)
- )
- ),
- PageSet(
- Page(
- BookLine(BLUE + "3 - Password Scamming", 38),
- BookLine("Asking for - or trying to", 40),
- BookLine("obtain - another player's", 41),
- BookLine("password in any way will not", 42),
- BookLine("be tolerated, even in jest!", 43)
- ), Page(
- BookLine(BLUE + "4 - Cheating/Bug Abuse", 53),
- BookLine("A bug is a technical glitch", 55),
- BookLine("found in the game. You", 56),
- BookLine("must not use or attempt to", 57),
- BookLine("use any cheats or errors that", 58),
- BookLine("you find in our software.", 59),
- BookLine("Any bugs found must be", 60),
- BookLine("reported to " + SERVER_NAME, 61),
- BookLine("immediately, by clicking the", 62),
- BookLine("'Report a bug/fault' link", 63),
- BookLine("found on the main page.", 64)
- )
- ),
- PageSet(
- Page(
- BookLine(BLUE + "5 - Staff Impersonation", 38),
- BookLine("You should not attempt to", 40),
- BookLine("impersonate " + SERVER_NAME + " staff in", 41),
- BookLine("any way.", 42)
- ), Page(
- BookLine(BLUE + "6 - Account Sharing/Trading", 53),
- BookLine("Each account should only be", 55),
- BookLine("used by ONE person and", 56),
- BookLine("ONE person alone.", 57),
- BookLine("Remember that trying to", 58),
- BookLine("buy, sell, borrow or give", 59),
- BookLine("away an account is against", 60),
- BookLine("the rules and will land you in", 61),
- BookLine("trouble when caught!", 62)
- )
- ),
- PageSet(
- Page(
- BookLine(
- BLUE + "7 - Using Third Party " + BLUE + "Software You must not use other programs to gain an unfair advantage in the game.",
- 38
- )
- ), Page(
- BookLine(
- BLUE + "8 - Multi Logging-in If you create more than one " + SERVER_NAME + " account, they must not interact. This includes giving items to a friend to transfer to another account you own.",
- 53
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- BLUE + "9 - Encouraging Others to " + BLUE + "Break Rules You must not encourage others to break any of the " + SERVER_NAME + " rules.",
- 38
- ), BookLine(
- BLUE + "10 - False Representation You must not misuse " + SERVER_NAME + " Customer Support.Trying to get another player into trouble by reporting them for no reason or framing them is an abuse of the Customer Support Team's service. want to help as many players as possible and so the Customer Support Team's service must be used appropriately and treated with",
- 53
- )
- )
- ),
- PageSet(
- Page(
- BookLine("respect at all times.", 38),
- BookLine(
- BLUE + "11 - Website Advertising You are not allowed to actively advertise any websites, fan-sites, IRC channels or product anywhere in " + SERVER_NAME + ", including the " + SERVER_NAME + " forums.",
- 53
- )
- ), Page()
- ),
- PageSet(
- Page(
- BookLine(
- BLUE + "12 - Real World Item " + BLUE + "Trading " + SERVER_NAME + " items must only be exchanged for other items or service within the game. Buying or selling items outside of the " + SERVER_NAME + " environment is not in the spirit of the game and is easy for " + SERVER_NAME + " to trace!",
- 38
- ), BookLine(
- BLUE + "13 - Asking for Personal " + BLUE + "Details To protect player's safety and privacy, you must not ask for personal details. This includes full names, phone numbers, MSN, AIM, email and home/school addresses!",
- 53
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- BLUE + "14 - Misuse of Official " + BLUE + "Forums Forums must be used in accordance with the Forum Code of Conduct and treated with respect at all times.",
- 38
- ), BookLine(
- BLUE + "15 - Advert Blocking Blocking the adverts in the free to play version of " + SERVER_NAME + " is against the rules.",
- 53
- )
- )
- )
- )
- private fun display(player: Player, pageNum: Int, buttonID: Int) : Boolean {
- if (pageNum == 0) {
- when (buttonID) {
- 104 -> setAttribute(player, "bookInterfaceCurrentPage", 1)
- 106 -> setAttribute(player, "bookInterfaceCurrentPage", 1)
- 108 -> setAttribute(player, "bookInterfaceCurrentPage", 2)
- 110 -> setAttribute(player, "bookInterfaceCurrentPage", 2)
- 112 -> setAttribute(player, "bookInterfaceCurrentPage", 3)
- 114 -> setAttribute(player, "bookInterfaceCurrentPage", 3)
- 116 -> setAttribute(player, "bookInterfaceCurrentPage", 4)
- 118 -> setAttribute(player, "bookInterfaceCurrentPage", 4)
- 120 -> setAttribute(player, "bookInterfaceCurrentPage", 4)
- 122 -> setAttribute(player, "bookInterfaceCurrentPage", 5)
- 124 -> setAttribute(player, "bookInterfaceCurrentPage", 5)
- 126 -> setAttribute(player, "bookInterfaceCurrentPage", 5)
- 128 -> setAttribute(player, "bookInterfaceCurrentPage", 6)
- 134 -> setAttribute(player, "bookInterfaceCurrentPage", 7)
- 136 -> setAttribute(player, "bookInterfaceCurrentPage", 7)
- 138 -> setAttribute(player, "bookInterfaceCurrentPage", 7)
- 140 -> setAttribute(player, "bookInterfaceCurrentPage", 7)
- 142 -> setAttribute(player, "bookInterfaceCurrentPage", 8)
- 144 -> setAttribute(player, "bookInterfaceCurrentPage", 8)
- 146 -> setAttribute(player, "bookInterfaceCurrentPage", 8)
- }
- } else {
- when (buttonID) {
- 159 -> setAttribute(player, "bookInterfaceCurrentPage", 0)
- }
- }
- BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_2_27, TITLE, CONTENTS)
- if (getAttribute(player,"bookInterfaceCurrentPage", 0) != 0) {
- player.packetDispatch.sendInterfaceConfig(BookInterface.FANCY_BOOK_2_27, 159, false)
- player.packetDispatch.sendString("Index", BookInterface.FANCY_BOOK_2_27, 159)
- }
- return true
- }
-
- /** Since the Town Crier shows you the book, there is no item here. */
- fun openBook(player: Player) {
- BookInterface.openBook(player, BookInterface.FANCY_BOOK_2_27, ::display)
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/book/GoblinBook.kt b/Server/src/main/content/global/handlers/item/book/GoblinBook.kt
deleted file mode 100644
index a7a276d41..000000000
--- a/Server/src/main/content/global/handlers/item/book/GoblinBook.kt
+++ /dev/null
@@ -1,254 +0,0 @@
-package content.global.handlers.item.book
-
-import content.global.handlers.iface.BookInterface
-import content.global.handlers.iface.BookLine
-import content.global.handlers.iface.Page
-import content.global.handlers.iface.PageSet
-import core.ServerConstants
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import org.rs09.consts.Items
-
-/**
- * Goblin Book
- * https://youtu.be/6tdNqNa4zGw?t=155 April 23, 2009
- * @author ovenbreado
- */
-class GoblinBook : InteractionListener {
- companion object {
- private const val RED = " "
- private val TITLE = "The Book of the Big High War God"
- private val CONTENTS = arrayOf(
- PageSet(
- Page(
- BookLine(RED + "The Creation of the Goblins", 97),
- BookLine("", 68),
- BookLine("In beginning all gods have", 69),
- BookLine("big war. Each god find army", 70),
- BookLine("to fight for him.", 71),
- BookLine("", 72),
- BookLine("Big High War God not have", 73),
- BookLine("army. Big High War God go", 74),
- BookLine("to beardy-short-people and", 75),
- BookLine("ask, Will you fight in my", 76),
- BookLine("army? But beardy-short-", 77),
- BookLine("people say, No, we fight for", 78),
- BookLine("God of Shiny Light.", 79),
- BookLine("", 80),
- BookLine("Then Big High War God go", 81),
- ),
- Page(
- BookLine("to demons and ask, Will you", 82),
- BookLine("fight in my army? But", 83),
- BookLine("demons say, No, we fight for", 84),
- BookLine("God of Dark Fire.", 85),
- BookLine("", 86),
- BookLine("Then Big High War God go", 87),
- BookLine("to tall people with keen blades", 88),
- BookLine("and say, Will you fight in", 89),
- BookLine("my army? But tall people", 90),
- BookLine("with keen blades say, No,", 91),
- BookLine("some of us fight for God of", 92),
- BookLine("Shiny Light and some of us", 93),
- BookLine("fight for God of Dark Fire,", 94),
- BookLine("but none of us fight for you!", 95),
- BookLine("", 96),
- ),
- ),
- PageSet(
- Page(
- BookLine("Big High War God very sad.", 97),
- BookLine("He travel east and west,", 68),
- BookLine("north and south, across land", 69),
- BookLine("looking for army to fight for", 70),
- BookLine("him.", 71),
- BookLine("", 72),
- BookLine("Then goblins say, We fight", 73),
- BookLine("for you! At that time goblins", 74),
- BookLine("very weak, very small, soft", 75),
- BookLine("skin. Not like goblins today!", 76),
- BookLine("But Big High War God say,", 77),
- BookLine("I will make you my army.", 78),
- BookLine("So Big High War God train", 79),
- BookLine("goblins so they very strong.", 80),
- BookLine("He give them good armour", 81),
- ),
- Page(
- BookLine("so they not be harmed. He", 82),
- BookLine("make them strong in spirit so", 83),
- BookLine("they not afraid of battle. He", 84),
- BookLine("give them commanders so", 85),
- BookLine("they know which way to go.", 86),
- BookLine("He divide goblins into twelve", 87),
- BookLine("tribes and send them into", 88),
- BookLine("battle!", 89),
- BookLine("", 90),
- BookLine("Goblin armies fight very", 91),
- BookLine("good! When other gods see", 92),
- BookLine("this, they very jealous. So", 93),
- BookLine("they say, We want goblins to", 94),
- BookLine("fight for us too! So Big High", 95),
- BookLine("War God take some tribes", 96),
- ),
- ),
- PageSet(
- Page(
- BookLine("and sell them, one to God of", 97),
- BookLine("Shiny Light and one to God", 68),
- BookLine("of Dark Fire, and other", 69),
- BookLine("tribes to other gods. But", 70),
- BookLine("most still worship Big High", 71),
- BookLine("War God who created them!", 72),
- BookLine("", 73),
- BookLine("", 74),
- BookLine("", 75),
- BookLine("", 76),
- BookLine("", 77),
- BookLine("", 78),
- BookLine("", 79),
- BookLine("", 80),
- BookLine("", 81),
- ),
- Page(
- BookLine(RED + "The Several Commandments", 82),
- BookLine("", 83),
- BookLine("These are commands of Big", 84),
- BookLine("High War God! Obey all", 85),
- BookLine("commands all time or Big", 86),
- BookLine("High War God kill you very", 87),
- BookLine("bad!", 88),
- BookLine("", 89),
- BookLine("Always to slay enemies of", 90),
- BookLine("Big High War God. Enemies", 91),
- BookLine("must die!", 92),
- BookLine("", 93),
- BookLine("Not to run from battle.", 94),
- BookLine("Cowards must die!", 95),
- BookLine("", 96),
- ),
- ),
- PageSet(
- Page(
- BookLine("Not to show mercy. Merciful", 97),
- BookLine("must die!", 68),
- BookLine("", 69),
- BookLine("Not to doubt Big High War", 70),
- BookLine("God. Doubters must die!", 71),
- BookLine("", 72),
- BookLine("Not to make own plans.", 73),
- BookLine("Thinkers must die!", 74),
- BookLine("", 75),
- BookLine("", 76),
- BookLine("", 77),
- BookLine("", 78),
- BookLine("", 79),
- BookLine("", 80),
- BookLine("", 81),
- ),
- Page(
- BookLine(RED + "The end of the war and the", 82),
- BookLine(RED + "prophecy", 83),
- BookLine("", 84),
- BookLine("The war of gods last many", 85),
- BookLine("lifetimes. Battle is glorious", 86),
- BookLine("and many heroes live and", 87),
- BookLine("die! Then all gods leave", 88),
- BookLine("world, leave their armies", 89),
- BookLine("behind. But goblins still", 90),
- BookLine("soldiers, still fight! Goblins", 91),
- BookLine("fight against tall people with", 92),
- BookLine("keen blades. But tall people", 93),
- BookLine("build cities with walls, they", 94),
- BookLine("not want to fight. They not", 95),
- BookLine("true soldiers like goblins! But", 96),
- ),
- ),
- PageSet(
- Page(
- BookLine("now goblins not have enough", 97),
- BookLine("to eat, and have no", 68),
- BookLine("commanders to tell them who", 69),
- BookLine("to fight. So goblin tribes fight", 70),
- BookLine("one another.", 71),
- BookLine("", 72),
- BookLine("At last all goblin tribes have", 73),
- BookLine("big battle on plain of mud.", 74),
- BookLine("Battle last many days and", 75),
- BookLine("many goblins die, battle is", 76),
- BookLine("glorious! But goblin corpses", 77),
- BookLine("cover the ground and it look", 78),
- BookLine("like all die. ", 79),
- BookLine("", 80),
- BookLine("Then Hopespear of the", 81),
- ),
- Page(
- BookLine("Narogoshunn tribe have", 82),
- BookLine("vision of Big High War God.", 83),
- BookLine("In night while soldiers rest he", 84),
- BookLine("call leaders of all tribes", 85),
- BookLine("together to give them", 86),
- BookLine("message.", 87),
- BookLine("", 88),
- BookLine("This is the word of Big High", 89),
- BookLine("War God: Battle is indeed", 90),
- BookLine("glorious and goblins are", 91),
- BookLine("soldiers but if there too", 92),
- BookLine("much battle all goblins die!", 93),
- BookLine("No more must goblin fight", 94),
- BookLine("against goblin or tribe against", 95),
- BookLine("tribe. Goblins must find other", 96),
- ),
- ),
- PageSet(
- Page(
- BookLine("enemies to fight, but not fight", 97),
- BookLine("each other!", 68),
- BookLine("", 69),
- BookLine("And this is the word of Big", 70),
- BookLine("High War God: Today I", 71),
- BookLine("cannot lead you, but", 72),
- BookLine("someday I will send a new", 73),
- BookLine("Commander to lead you.", 74),
- BookLine("Under new Commander", 75),
- BookLine("goblins will conquer all of", 76),
- BookLine(ServerConstants.SERVER_NAME + ", every race and", 77),
- BookLine("every god! And then Big", 78),
- BookLine("High War God will return", 79),
- BookLine("and sit on throne of bronze", 80),
- BookLine("and rule over all. War will", 81),
- ),
- Page(
- BookLine("end in victory and victory", 82),
- BookLine("will last forever!", 83),
- BookLine("", 84),
- BookLine("So leaders of tribes stop", 85),
- BookLine("battle. And on plain of mud", 86),
- BookLine("all tribes build temple to Big", 87),
- BookLine("High War God and offer", 88),
- BookLine("sacrifices.", 89),
- BookLine("", 90),
- BookLine("", 91),
- BookLine("", 92),
- BookLine("", 93),
- BookLine("", 94),
- BookLine("", 95),
- BookLine("", 96),
- ),
- ),
- )
- private fun display(player: Player, pageNum: Int, buttonID: Int) : Boolean {
- BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_26, TITLE, CONTENTS)
- return true
- }
- }
-
- override fun defineListeners() {
- on(Items.GOBLIN_BOOK_10999, IntType.ITEM, "read") { player, node ->
- BookInterface.openBook(player, BookInterface.FANCY_BOOK_26, ::display)
- storeBookInHouse(player, node)
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/book/GrimDiary.kt b/Server/src/main/content/global/handlers/item/book/GrimDiary.kt
deleted file mode 100644
index 1567391c3..000000000
--- a/Server/src/main/content/global/handlers/item/book/GrimDiary.kt
+++ /dev/null
@@ -1,139 +0,0 @@
-package content.global.handlers.item.book
-
-import content.global.handlers.iface.BookInterface
-import content.global.handlers.iface.BookLine
-import content.global.handlers.iface.Page
-import content.global.handlers.iface.PageSet
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import org.rs09.consts.Items
-
-/**
- * Grim Diary Book
- * https://www.youtube.com/watch?v=Vhmm_Gg0584
- * @author ovenbreado
- * @author Vexia
- */
-class GrimDiary : InteractionListener {
- companion object {
- private const val RED = " "
- private const val LEFT_PAGE_CHILD = 97
- private const val RIGHT_PAGE_CHILD = 82
- private const val TITLE = "Diary of Death"
- private val CONTENTS = arrayOf(
- PageSet(
- Page(
- BookLine(
- "My Diary by Grim " + RED + "''''''''''''''''''''''''''''''' " + RED + "''''12th Bennath " + RED + "''''''''''''''''''''''''''''''' I had such a busy day dealing out death today It's not as easy being grim. Realised that Alfonse is such a good servant. He ",
- LEFT_PAGE_CHILD
- )
- ),
- Page(
- BookLine(
- "seems to have the house in full working order. I shall have to congratulate him tomorrow. Spent some well-deserved time sharpening my scythe - Alfonse kindly reminded me to put the sharpener back in the cabinet. Such a good chap.",
- RIGHT_PAGE_CHILD
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- " " + RED + "''''''''''''''''''''''''''''''' " + RED + "'''13th Bennath " + RED + "''''''''''''''''''''''''''''''' Went to the Wilderness today. Plenty of foolish people surrendering their lives to me without thought. My back is killing me from all the standing around waiting.",
- LEFT_PAGE_CHILD
- )
- ),
- Page(
- BookLine(
- "Must get that seen to. Got my robes stained from one victim. Simply ruined! I decided to throw them in the fireplace - will light the fire soon. Oh, and I must remember to call mother.",
- RIGHT_PAGE_CHILD
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- " " + RED + "''''''''''''''''''''''''''''''' " + RED + "'''14th Bennath " + RED + "''''''''''''''''''''''''''''''' A tragic day. Alfonse and I were in the garden looking at the state of the spider nest. I patted my trusty servant on the back in thanks for all his hard work. Sadly, my touch of death killed him",
- LEFT_PAGE_CHILD
- )
- ), Page(BookLine("instantly. Feel quite guilty.", RIGHT_PAGE_CHILD))
- ),
- PageSet(
- Page(
- BookLine(
- " " + RED + "''''''''''''''''''''''''''''''' " + RED + "'''20th Bennath " + RED + "''''''''''''''''''''''''''''''' House is getting into quite a state without Alfonse - things strewn all over the place. Almost trod on the eye of my mentor, eww. I put the eye back on the shelf so he can watch over me",
- LEFT_PAGE_CHILD
- )
- ),
- Page(
- BookLine(
- "and make sure I stay true to his teachings. Went into Varrock to buy some new robes - people kept running away in fear, so it was difficult to find a sale.",
- RIGHT_PAGE_CHILD
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- " " + RED + "''''''''''''''''''''''''''''''' " + RED + "'''21st Bennath " + RED + "''''''''''''''''''''''''''''''' Decided to spend a bit of time tidying today - it really isn't an easy job. In my activities I found my old 'Voice of Doom' potion on the bookcase - perfect for giving people a good scare. Oh, I do love",
- LEFT_PAGE_CHILD
- )
- ),
- Page(
- BookLine(
- "my job. " + RED + "''''''''''''''''''''''''''''''' " + RED + "'''22nd Bennath " + RED + "''''''''''''''''''''''''''''''' Ordered a new servant today from the agency and got a 10% discount for getting past the 1000th servant mark.",
- RIGHT_PAGE_CHILD
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- "Woo hoo! The agency sent me his Last Will and Testement. Shall have to sit on that for a while. " + RED + "''''''''''''''''''''''''''''''' " + RED + "'''23rd Bennath " + RED + "''''''''''''''''''''''''''''''' Aquired some bones today. Muncher should appreciate them as a treat",
- LEFT_PAGE_CHILD
- )
- ),
- Page(
- BookLine(
- "the next time he behaves. The problem is there aren't many barriers he can't devour, so I decided to lock the bones up in the chest. " + RED + "'''''''''''''''''''''''''''''''" + RED + " " + RED + "''''24th Bennath " + RED + "''''''''''''''''''''''''''''''' My plan to make undead",
- RIGHT_PAGE_CHILD
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- "fish is going quite well. I managed to obtain a resurrection hourglass today,so have added that to the fishtank to finish off the process. It's so difficult to have pets when everything you touch dies horrifically. I remember having a rabbit once that exploded when I fed it a",
- LEFT_PAGE_CHILD
- )
- ),
- Page(
- BookLine(
- "carrot! " + RED + "''''''''''''''''''''''''''''''' " + RED + "'''25th Bennath " + RED + "''''''''''''''''''''''''''''''' Got back home today to find Muncher has run around the house creating havok - he even ate the postman! I",
- RIGHT_PAGE_CHILD
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- "scolded him. So hopefully he won't do it again anytime soon. All my things are in such a mess. I'm surely going to have to find someone to tidy things up before my new servant arrives. Don't want to seem totally incapable of looking after myself.",
- LEFT_PAGE_CHILD
- )
- )
- )
- )
- private fun display(player:Player, pageNum: Int, buttonID: Int) : Boolean {
- BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_26, TITLE, CONTENTS)
- return true
- }
- }
-
- override fun defineListeners() {
- on(Items.THE_GRIM_REAPERS_DIARY_11780, IntType.ITEM, "read") { player, _ ->
- BookInterface.openBook(player, BookInterface.FANCY_BOOK_26, ::display)
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/book/SecurityBookPlugin.kt b/Server/src/main/content/global/handlers/item/book/SecurityBookPlugin.kt
deleted file mode 100644
index 672890422..000000000
--- a/Server/src/main/content/global/handlers/item/book/SecurityBookPlugin.kt
+++ /dev/null
@@ -1,136 +0,0 @@
-package content.global.handlers.item.book
-
-import content.global.handlers.iface.BookInterface
-import content.global.handlers.iface.BookLine
-import content.global.handlers.iface.Page
-import content.global.handlers.iface.PageSet
-import core.api.setAttribute
-import core.api.storeBookInHouse
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import core.game.world.GameWorld
-import org.rs09.consts.Items
-
-/**
- * Security Book
- * https://www.youtube.com/watch?v=yXyRUXYafO0
- * @author ovenbreado
- */
-class SecurityBookPlugin : InteractionListener {
- companion object {
- private const val BLUE = " "
- private val TITLE = "" + GameWorld.settings!!.name + " Account Security"
- private val CONTENTS = arrayOf(
- PageSet(
- Page(
- BookLine("Chapters", 38),
- BookLine("" + BLUE + "Password Tips ", 40),
- BookLine("" + BLUE + "Recovery Questions ", 41),
- BookLine("" + BLUE + "Other Security Tips ", 42),
- BookLine("" + BLUE + "Stringhold of Security ", 43)
- ),
- Page(
- BookLine("" + BLUE + "Password Tips ", 53),
- BookLine("A good password should be", 54),
- BookLine("easily remembered by", 55),
- BookLine("yourself but not easily", 56),
- BookLine("guessed by anyone else.", 57),
- BookLine("Choose a password that has", 59),
- BookLine("both letters and numbers in", 60),
- BookLine("it for the best security but", 61),
- BookLine("don't make it so hard that", 62),
- BookLine("you'll forget it!", 63),
- BookLine("Never write your password", 65),
- BookLine("down or leave it in a text file", 66),
- BookLine("on your computer, someone", 67)
- )
- ),
- PageSet(
- Page(
- BookLine("could find it easily!", 38),
- BookLine("Never tell anyone your", 40),
- BookLine("password in " + GameWorld.settings!!.name + ", not", 41),
- BookLine("even a Moderator of any", 42),
- BookLine("kind.", 43)
- ),
- Page(
- BookLine("" + BLUE + "Recovery Questions ", 53),
- BookLine("Ideally your recovery", 54),
- BookLine("questions should be easily", 55),
- BookLine("remembered by you but not", 56),
- BookLine("guessable by anyone who", 57),
- BookLine("may know you or given", 58),
- BookLine("away in conversation. Choose", 59),
- BookLine("things that do not change,", 60),
- BookLine("like dates or names but don't", 61),
- BookLine("choose obvious ones like your", 62),
- BookLine("birthday and your sister or", 63),
- BookLine("bother's name because lots", 64),
- BookLine("of people will know that.", 65)
- )
- ),
- PageSet(
- Page(
- BookLine("" + BLUE + "Recovery Questions ", 38),
- BookLine("Bear in mind that recovery", 39),
- BookLine("questions will take 14 days to", 40),
- BookLine("become active after you have", 41),
- BookLine("applied for them to be", 42),
- BookLine("changed. This is to protect", 43),
- BookLine("your account from hijackers", 44),
- BookLine("who may change them.", 45),
- BookLine("Never give your password to", 47),
- BookLine("ANYONE. This includes", 48),
- BookLine("your friends, family, and", 49),
- BookLine("moderators in game.", 50),
- BookLine("Never leave your account", 52)
- ),
- Page(
- BookLine("logged on if you are away", 53),
- BookLine("from the computer, it only", 54),
- BookLine("takes 5 seconds to steal your", 55),
- BookLine("account!", 56)
- )
- ),
- PageSet(
- Page(
- BookLine("" + BLUE + "Stronghold of Security ", 38),
- BookLine("Location: The Stronghold of", 39),
- BookLine("Security, as we call it, is", 40),
- BookLine("located under the village filled", 41),
- BookLine("with Barbarians. It was", 42),
- BookLine("found after they moved their", 43),
- BookLine("mining operations and a", 44),
- BookLine("miner fell through. The", 45),
- BookLine("Stronghold contains many", 46),
- BookLine("challenges. Both for those", 47),
- BookLine("who enjoy combat and those", 48),
- BookLine("who enjoy challenges of the", 49),
- BookLine("mind. This book will be very", 50),
- BookLine("useful to you in your travels", 51),
- BookLine("there.", 52)
- ),
- Page(
- BookLine("You can find the Stronghold", 53),
- BookLine("of Security by looking for a", 54),
- BookLine("hole in Barbarian Village.", 55),
- BookLine("Be sure to take your combat", 56),
- BookLine("equipment though!", 57)
- )
- )
- )
- private fun display(player: Player, pageNum: Int, buttonID: Int) : Boolean {
- BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_2_27, TITLE, CONTENTS)
- return true
- }
- }
-
- override fun defineListeners() {
- on(Items.SECURITY_BOOK_9003, IntType.ITEM, "read") { player, node ->
- BookInterface.openBook(player, BookInterface.FANCY_BOOK_2_27, ::display)
- storeBookInHouse(player, node)
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/book/StrongholdNotes.kt b/Server/src/main/content/global/handlers/item/book/StrongholdNotes.kt
deleted file mode 100644
index c72efce0f..000000000
--- a/Server/src/main/content/global/handlers/item/book/StrongholdNotes.kt
+++ /dev/null
@@ -1,138 +0,0 @@
-package content.global.handlers.item.book
-
-import content.global.handlers.iface.BookInterface
-import content.global.handlers.iface.BookLine
-import content.global.handlers.iface.Page
-import content.global.handlers.iface.PageSet
-import core.api.setAttribute
-import core.api.storeBookInHouse
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import org.rs09.consts.Items
-
-/**
- * Stronghold Notes Book
- * https://www.youtube.com/watch?v=gX1jCcfY0l8
- * @author ovenbreado
- */
-class StrongholdNotes : InteractionListener {
- companion object {
- private const val BLUE = " "
- private const val TITLE = "Stronghold of Security - Notes"
- private val CONTENTS = arrayOf(
- PageSet(
- Page(
- BookLine(
- "Chapters " + BLUE + "Description " + BLUE + "Level 1 " + BLUE + "Level 2 " + BLUE + "Level 3 " + BLUE + "Level 4 " + BLUE + "Navigation " + BLUE + "Diary ",
- 38
- )
- ), Page(
- BookLine(
- BLUE + "Description This stronghold was unearthed by a miner prospecting for new ores around the Barbarian Village. After gathering some equipment he ventured into the maze of tunnels and was missing for a long time. He finally emerged along with copious notes refarding the new beasts and strange experiences which had befallen him. He also mentioned that there was treasure to be had,",
- 53
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- "but no one has been able to wring a word from him about this, he simply flapped his arms and slapped his head. This book details his notes and my diary of exploration. I am exploring to see if I can find out more...",
- 38
- )
- ), Page(
- BookLine(
- BLUE + "Level 1 As well as goblins, creatures like a man but also like a cow infest this place! I have never seen anything like this before. The area itself is reminiscent of frontline castles, with many walls, doors and skeletons of dead enemies. I'm sure I hear voices in my head each time I pass through the gates. I have dubbed this level War as it seems like an eternal battleground. I found only",
- 53
- )
- )
- ),
- PageSet(
- Page(BookLine("one small peaceful area here.", 38)),
- Page(
- BookLine(
- BLUE + "Level 2 My supplies are running low and I find myself in barren passages with seemingly endless malnourished beasts attacking me, revenous for food. Nothing appears to be able to grow, many adventurers have died through lack of food and the very air appears to suck vitality from me. I've come to call this place famine.",
- 53
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- BLUE + "Level 3 Just breathing in this place makes me shudder at the thought of what foul disease I may contract. The walls and floor ooze and pulsate like something pox ridden. There is a very strange beast whom I narrowly escaped from. At first I thought it to be a cross between a cow and a sheep, something domesticated... but when it looked up at me I was overcome with weakness and",
- 38
- )
- ),
- Page(
- BookLine(
- "barely got way with my life! Luckily I found a small place where I could heal myself and rest a while. I have named this area pestilence for it reeks with decay.",
- 53
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- BLUE + "Level 4 On my first escapade into this place I was utterly shocked. The adventurers who had come before me must have made up a tiny proportion of the skeletons of the dead. Nothing truely alive exists here, even those beings who do wander the halls are not alive as such, but they do know that I am and I get the distinct impression that were they to have their way, I would not",
- 38
- )
- ),
- Page(
- BookLine(
- "be for long! Death is everywhere and thus I shall name this place. There is one small place of life, which was gladdening to find and very worth my while!",
- 53
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- BLUE + "Navigation After getting lost several times I finally worked out the key to all the ladders and chains around this death infested place. All ropes and chains will take you to the start of the level that you are on. However most ladders will simply take you to the level above. The one esception is the ladder in the bottom level treasure room, which appears to lead through several extremely twisty passages.",
- 38
- )
- ),
- Page(
- BookLine(
- "and eventually takes you out of the dungeon completely. The portals may be used if you are of sufficient level or have already claimed your reward from the treasure room.",
- 38
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- BLUE + "Diary Day 1 Today I set out to find out more about this place. From my research I knew about the sentient doors, imbued by some unkown force to talk to you and ask questions before they will let you pass. I have so far passed these doors without incident, giving the correct answer seems to work a treat. Day 2",
- 38
- )
- ),
- Page(
- BookLine(
- "I have fought my way through the fearsome beasts on the first level and am preparing myself to journey deeper. I hope that things are not too difficult further on as I am already sick of bread and cheese for dinner. Day 3 I ventured down into the famine level today... I was wounded and have returned to the relative safety of the level above. I am going to",
- 53
- )
- )
- ),
- PageSet(
- Page(
- BookLine(
- "try to make my way out through the goblins and mancow things... I hope I make it.....",
- 38
- )
- )
- )
- )
-
- private fun display(player: Player, pageNum: Int, buttonID: Int) : Boolean {
- BookInterface.pageSetup(player, BookInterface.FANCY_BOOK_2_27, TITLE, CONTENTS)
- return true
- }
- }
-
- override fun defineListeners() {
- on(Items.STRONGHOLD_NOTES_9004, IntType.ITEM, "read") { player, node ->
- BookInterface.openBook(player, BookInterface.FANCY_BOOK_2_27, ::display)
- storeBookInHouse(player, node)
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/equipment/BarrowsEquipment.kt b/Server/src/main/content/global/handlers/item/equipment/BarrowsEquipment.kt
deleted file mode 100644
index 5cdbb874a..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/BarrowsEquipment.kt
+++ /dev/null
@@ -1,244 +0,0 @@
-package content.global.handlers.item.equipment
-
-import core.game.node.item.Item
-import org.rs09.consts.Items
-
-/**
- * Barrows equipment information and utilities.
- * @author 'Vexia - original code
- * @author Damighty - Kotlin conversion and refactor
- */
-object BarrowsEquipment {
- // Barrows equipment lasts for 15 hours of combat. Each piece has 4 degradation tiers (100, 75, 50, 25).
- const val DEGRADATION_TICKS_PER_TIER = (15 * 6000) / 4 // 22500 ticks per tier
- private const val MAX_DURABILITY = DEGRADATION_TICKS_PER_TIER * 4
-
- /**
- * A data class for each Barrows piece. Holds all information related to a specific piece of Barrows gear.
- *
- * @param brother The Barrows brother this item belongs to.
- * @param equipmentType The slot type ("weapon", "body", "legs", "helm").
- * @param itemName The formatted name of the item.
- * @param baseRepairCost The full repair cost in GP.
- * @param degradationStates A list of item IDs, from fully repaired (index 0) to broken (index 5).
- */
- data class BarrowsItemDefinition(
- val brother: String,
- val equipmentType: String,
- val itemName: String,
- val baseRepairCost: Int,
- val degradationStates: List
- ) {
- val repairedId: Int = degradationStates.first()
- val brokenId: Int = degradationStates.last()
-
- /** Checks if a given item ID belongs to this specific equipment set. */
- fun contains(itemId: Int): Boolean = itemId in degradationStates
-
- /** Gets the degradation index for a given item ID (0=repaired, 1=100, ..., 5=broken). */
- fun getDegradationIndex(itemId: Int): Int = degradationStates.indexOf(itemId)
- }
-
- /** All Barrows equipment data. */
- private val barrowsItemDefinitions = listOf(
- // Dharok
- BarrowsItemDefinition("dharok", "helm", "Dharok's helm", 60_000,
- listOf(Items.DHAROKS_HELM_4716, Items.DHAROKS_HELM_100_4880,
- Items.DHAROKS_HELM_75_4881, Items.DHAROKS_HELM_50_4882,
- Items.DHAROKS_HELM_25_4883, Items.DHAROKS_HELM_0_4884)),
- BarrowsItemDefinition("dharok", "weapon", "Dharok's greataxe", 100_000,
- listOf(Items.DHAROKS_GREATAXE_4718, Items.DHAROKS_AXE_100_4886,
- Items.DHAROKS_AXE_75_4887, Items.DHAROKS_AXE_50_4888,
- Items.DHAROKS_AXE_25_4889, Items.DHAROKS_AXE_0_4890)),
- BarrowsItemDefinition("dharok", "body", "Dharok's platebody", 90_000,
- listOf(Items.DHAROKS_PLATEBODY_4720, Items.DHAROKS_BODY_100_4892,
- Items.DHAROKS_BODY_75_4893, Items.DHAROKS_BODY_50_4894,
- Items.DHAROKS_BODY_25_4895, Items.DHAROKS_BODY_0_4896)),
- BarrowsItemDefinition("dharok", "legs", "Dharok's platelegs", 80_000,
- listOf(Items.DHAROKS_PLATELEGS_4722, Items.DHAROKS_LEGS_100_4898,
- Items.DHAROKS_LEGS_75_4899, Items.DHAROKS_LEGS_50_4900,
- Items.DHAROKS_LEGS_25_4901, Items.DHAROKS_LEGS_0_4902)),
- // Guthan
- BarrowsItemDefinition("guthan", "helm", "Guthan's helm", 60_000,
- listOf(Items.GUTHANS_HELM_4724, Items.GUTHANS_HELM_100_4904,
- Items.GUTHANS_HELM_75_4905, Items.GUTHANS_HELM_50_4906,
- Items.GUTHANS_HELM_25_4907, Items.GUTHANS_HELM_0_4908)),
- BarrowsItemDefinition("guthan", "weapon", "Guthan's warspear", 100_000,
- listOf(Items.GUTHANS_WARSPEAR_4726, Items.GUTHANS_SPEAR_100_4910,
- Items.GUTHANS_SPEAR_75_4911, Items.GUTHANS_SPEAR_50_4912,
- Items.GUTHANS_SPEAR_25_4913, Items.GUTHANS_SPEAR_0_4914)),
- BarrowsItemDefinition("guthan", "body", "Guthan's platebody", 90_000,
- listOf(Items.GUTHANS_PLATEBODY_4728, Items.GUTHANS_BODY_100_4916,
- Items.GUTHANS_BODY_75_4917, Items.GUTHANS_BODY_50_4918,
- Items.GUTHANS_BODY_25_4919, Items.GUTHANS_BODY_0_4920)),
- BarrowsItemDefinition("guthan", "legs", "Guthan's chainskirt", 80_000,
- listOf(Items.GUTHANS_CHAINSKIRT_4730, Items.GUTHANS_SKIRT_100_4922,
- Items.GUTHANS_SKIRT_75_4923, Items.GUTHANS_SKIRT_50_4924,
- Items.GUTHANS_SKIRT_25_4925, Items.GUTHANS_SKIRT_0_4926)),
- // Torag
- BarrowsItemDefinition("torag", "helm", "Torag's helm", 60_000,
- listOf(Items.TORAGS_HELM_4745, Items.TORAGS_HELM_100_4952,
- Items.TORAGS_HELM_75_4953, Items.TORAGS_HELM_50_4954,
- Items.TORAGS_HELM_25_4955, Items.TORAGS_HELM_0_4956)),
- BarrowsItemDefinition("torag", "weapon", "Torag's hammers", 100_000,
- listOf(Items.TORAGS_HAMMERS_4747, Items.TORAGS_HAMMER_100_4958,
- Items.TORAGS_HAMMER_75_4959, Items.TORAGS_HAMMER_50_4960,
- Items.TORAGS_HAMMER_25_4961, Items.TORAGS_HAMMER_0_4962)),
- BarrowsItemDefinition("torag", "body", "Torag's platebody", 90_000,
- listOf(Items.TORAGS_PLATEBODY_4749, Items.TORAGS_BODY_100_4964,
- Items.TORAGS_BODY_75_4965, Items.TORAGS_BODY_50_4966,
- Items.TORAGS_BODY_25_4967, Items.TORAGS_BODY_0_4968)),
- BarrowsItemDefinition("torag", "legs", "Torag's platelegs", 80_000,
- listOf(Items.TORAGS_PLATELEGS_4751, Items.TORAGS_LEGS_100_4970,
- Items.TORAGS_LEGS_75_4971, Items.TORAGS_LEGS_50_4972,
- Items.TORAGS_LEGS_25_4973, Items.TORAGS_LEGS_0_4974)),
- // Verac
- BarrowsItemDefinition("verac", "helm", "Verac's helm", 60_000,
- listOf(Items.VERACS_HELM_4753, Items.VERACS_HELM_100_4976,
- Items.VERACS_HELM_75_4977, Items.VERACS_HELM_50_4978,
- Items.VERACS_HELM_25_4979, Items.VERACS_HELM_0_4980)),
- BarrowsItemDefinition("verac", "weapon", "Verac's flail", 100_000,
- listOf(Items.VERACS_FLAIL_4755, Items.VERACS_FLAIL_100_4982,
- Items.VERACS_FLAIL_75_4983, Items.VERACS_FLAIL_50_4984,
- Items.VERACS_FLAIL_25_4985, Items.VERACS_FLAIL_0_4986)),
- BarrowsItemDefinition("verac", "body", "Verac's brassard", 90_000,
- listOf(Items.VERACS_BRASSARD_4757, Items.VERACS_TOP_100_4988,
- Items.VERACS_TOP_75_4989, Items.VERACS_TOP_50_4990,
- Items.VERACS_TOP_25_4991, Items.VERACS_TOP_0_4992)),
- BarrowsItemDefinition("verac", "legs", "Verac's plateskirt", 80_000,
- listOf(Items.VERACS_PLATESKIRT_4759, Items.VERACS_SKIRT_100_4994,
- Items.VERACS_SKIRT_75_4995, Items.VERACS_SKIRT_50_4996,
- Items.VERACS_SKIRT_25_4997, Items.VERACS_SKIRT_0_4998)),
- // Ahrim
- BarrowsItemDefinition("ahrim", "helm", "Ahrim's hood", 60_000,
- listOf(Items.AHRIMS_HOOD_4708, Items.AHRIMS_HOOD_100_4856,
- Items.AHRIMS_HOOD_75_4857, Items.AHRIMS_HOOD_50_4858,
- Items.AHRIMS_HOOD_25_4859, Items.AHRIMS_HOOD_0_4860)),
- BarrowsItemDefinition("ahrim", "weapon", "Ahrim's staff", 100_000,
- listOf(Items.AHRIMS_STAFF_4710, Items.AHRIMS_STAFF_100_4862,
- Items.AHRIMS_STAFF_75_4863, Items.AHRIMS_STAFF_50_4864,
- Items.AHRIMS_STAFF_25_4865, Items.AHRIMS_STAFF_0_4866)),
- BarrowsItemDefinition("ahrim", "body", "Ahrim's robetop", 90_000,
- listOf(Items.AHRIMS_ROBETOP_4712, Items.AHRIMS_TOP_100_4868,
- Items.AHRIMS_TOP_75_4869, Items.AHRIMS_TOP_50_4870,
- Items.AHRIMS_TOP_25_4871, Items.AHRIMS_TOP_0_4872)),
- BarrowsItemDefinition("ahrim", "legs", "Ahrim's robeskirt", 80_000,
- listOf(Items.AHRIMS_ROBESKIRT_4714, Items.AHRIMS_SKIRT_100_4874,
- Items.AHRIMS_SKIRT_75_4875, Items.AHRIMS_SKIRT_50_4876,
- Items.AHRIMS_SKIRT_25_4877, Items.AHRIMS_SKIRT_0_4878)),
- // Karil
- BarrowsItemDefinition("karil", "helm", "Karil's coif", 60_000,
- listOf(Items.KARILS_COIF_4732, Items.KARILS_COIF_100_4928,
- Items.KARILS_COIF_75_4929, Items.KARILS_COIF_50_4930,
- Items.KARILS_COIF_25_4931, Items.KARILS_COIF_0_4932)),
- BarrowsItemDefinition("karil", "weapon", "Karil's crossbow", 100_000,
- listOf(Items.KARILS_CROSSBOW_4734, Items.KARILS_X_BOW_100_4934,
- Items.KARILS_X_BOW_75_4935, Items.KARILS_X_BOW_50_4936,
- Items.KARILS_X_BOW_25_4937, Items.KARILS_X_BOW_0_4938)),
- BarrowsItemDefinition("karil", "body", "Karil's leathertop", 90_000,
- listOf(Items.KARILS_LEATHERTOP_4736, Items.KARILS_TOP_100_4940,
- Items.KARILS_TOP_75_4941, Items.KARILS_TOP_50_4942,
- Items.KARILS_TOP_25_4943, Items.KARILS_TOP_0_4944)),
- BarrowsItemDefinition("karil", "legs", "Karil's leatherskirt", 80_000,
- listOf(Items.KARILS_LEATHERSKIRT_4738, Items.KARILS_SKIRT_100_4946,
- Items.KARILS_SKIRT_75_4947, Items.KARILS_SKIRT_50_4948,
- Items.KARILS_SKIRT_25_4949, Items.KARILS_SKIRT_0_4950))
- )
-
- /** Cached access to an item's full definition from its ID */
- private val itemIdToDefinitionMap: Map by lazy {
- barrowsItemDefinitions.flatMap { def ->
- def.degradationStates.map { id -> id to def }
- }.toMap()
- }
-
- /** Gets all degradation state arrays for degradation registration */
- fun getAllEquipmentSets(): Collection = barrowsItemDefinitions.map { it.degradationStates.toIntArray() }
-
- /** Gets all repairable Barrows item IDs (anything not fully repaired) */
- fun getAllRepairableBarrowsIds(): List = itemIdToDefinitionMap.filter { !isFullyRepaired(it.key) }.keys.toList()
-
- /** Gets the full definition for a Barrows item */
- @JvmStatic
- fun getDefinition(itemId: Int): BarrowsItemDefinition? = itemIdToDefinitionMap[itemId]
-
- /** Checks if an item ID is any Barrows item */
- @JvmStatic
- fun isBarrowsItem(itemId: Int): Boolean = itemId in itemIdToDefinitionMap
-
- /** Checks if a Barrows item is fully repaired */
- @JvmStatic
- fun isFullyRepaired(itemId: Int): Boolean = getDefinition(itemId)?.repairedId == itemId
-
- /** Checks if a Barrows item is broken */
- @JvmStatic
- fun isBroken(itemId: Int): Boolean = getDefinition(itemId)?.brokenId == itemId
-
- /**
- * Calculates the repair cost for a degraded Barrows item
- * @param item The degraded Barrows item
- * @return The repair cost in GP, or -1 if the item cannot be repaired
- */
- fun getRepairCost(item: Item): Int {
- val def = getDefinition(item.id) ?: return -1
- if (isFullyRepaired(item.id)) return -1
-
- val totalRemainingDurability = calculateTotalRemainingDurability(item, def)
- val durabilityLost = MAX_DURABILITY - totalRemainingDurability
- val cost = ((durabilityLost.toDouble() / MAX_DURABILITY) * def.baseRepairCost).toInt()
-
- return cost
- }
-
- /**
- * Reduces the durability of a Barrows item by 20% of its total remaining durability
- * @param item The Barrows item
- * @return The item with reduced durability, or null if the item is not a valid Barrows piece
- */
- @JvmStatic
- fun graveDeathDurabilityReduction(item: Item): Item? {
- val def = getDefinition(item.id) ?: return null
- if (isBroken(item.id)) return item
-
- val totalRemainingDurability = calculateTotalRemainingDurability(item, def)
- val durabilityReduction = (totalRemainingDurability * 0.2).toInt()
- val newRemainingDurability = totalRemainingDurability - durabilityReduction
-
- return createItemFromDurability(def, newRemainingDurability, item.amount)
- }
-
- /**
- * Calculates the total remaining durability ticks (charge) for a Barrows item
- */
- private fun calculateTotalRemainingDurability(item: Item, def: BarrowsItemDefinition): Int {
- return when (val index = def.getDegradationIndex(item.id)) {
- -1 -> 0 // Invalid
- 0 -> MAX_DURABILITY // Fully repaired
- 5 -> 0 // Broken
- else -> {
- // For degraded items (100, 75, 50, 25), durability is the number of fully remaining tiers below it, plus the charge of the current tier.
- // Index 1 (100) has 3 tiers below it. Index 4 (25) has 0 tiers below it.
- val remainingTiers = 4 - index
- (remainingTiers * DEGRADATION_TICKS_PER_TIER) + item.charge
- }
- }
- }
-
- /**
- * Creates a new Item instance based on a total durability value
- */
- private fun createItemFromDurability(def: BarrowsItemDefinition, durability: Int, amount: Int): Item {
- if (durability <= 0) {
- return Item(def.brokenId, amount)
- }
- // Tier is 1-indexed (1=25, 2=50, 3=75, 4=100)
- val tier = ((durability - 1) / DEGRADATION_TICKS_PER_TIER) + 1
- // Degradation index is 4-indexed (4=25, 3=50, 2=75, 1=100)
- val degradationIndex = 5 - tier
-
- val newId = def.degradationStates[degradationIndex]
- val newCharge = (durability - 1) % DEGRADATION_TICKS_PER_TIER + 1
-
- return Item(newId, amount, newCharge)
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/BarrowsEquipmentRegister.kt b/Server/src/main/content/global/handlers/item/equipment/BarrowsEquipmentRegister.kt
deleted file mode 100644
index 1a0960711..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/BarrowsEquipmentRegister.kt
+++ /dev/null
@@ -1,19 +0,0 @@
-package content.global.handlers.item.equipment
-
-import core.plugin.Initializable
-import core.plugin.Plugin
-
-@Initializable
-class BarrowsEquipmentRegister : Plugin {
- override fun newInstance(arg: Any?): Plugin {
- BarrowsEquipment.getAllEquipmentSets().forEach {
- degradationSet ->
- EquipmentDegrader.registerSet(BarrowsEquipment.DEGRADATION_TICKS_PER_TIER, degradationSet.toTypedArray())
- }
- return this
- }
-
- override fun fireEvent(identifier: String?, vararg args: Any?): Any {
- return Unit
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/CrystalEquipmentRegister.kt b/Server/src/main/content/global/handlers/item/equipment/CrystalEquipmentRegister.kt
deleted file mode 100644
index 2bb7bb48d..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/CrystalEquipmentRegister.kt
+++ /dev/null
@@ -1,13 +0,0 @@
-package content.global.handlers.item.equipment
-
-import core.api.StartupListener
-import org.rs09.consts.Items
-
-class CrystalEquipmentRegister : StartupListener {
- val shield: Array = arrayOf(Items.NEW_CRYSTAL_SHIELD_4224, Items.CRYSTAL_SHIELD_FULL_4225, Items.CRYSTAL_SHIELD_9_10_4226, Items.CRYSTAL_SHIELD_8_10_4227, Items.CRYSTAL_SHIELD_7_10_4228, Items.CRYSTAL_SHIELD_6_10_4229, Items.CRYSTAL_SHIELD_5_10_4230, Items.CRYSTAL_SHIELD_4_10_4231, Items.CRYSTAL_SHIELD_3_10_4232, Items.CRYSTAL_SHIELD_2_10_4233, Items.CRYSTAL_SHIELD_1_10_4234, Items.CRYSTAL_SEED_4207)
- val bow: Array = arrayOf(Items.NEW_CRYSTAL_BOW_4212, Items.CRYSTAL_BOW_FULL_4214, Items.CRYSTAL_BOW_9_10_4215, Items.CRYSTAL_BOW_8_10_4216, Items.CRYSTAL_BOW_7_10_4217, Items.CRYSTAL_BOW_6_10_4218, Items.CRYSTAL_BOW_5_10_4219, Items.CRYSTAL_BOW_4_10_4220, Items.CRYSTAL_BOW_3_10_4221, Items.CRYSTAL_BOW_2_10_4222, Items.CRYSTAL_BOW_1_10_4223, Items.CRYSTAL_SEED_4207)
- override fun startup() {
- EquipmentDegrader.registerSet(250, shield)
- EquipmentDegrader.registerSet(250, bow)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/equipment/fistofguthixgloves/FOGGlovesListener.kt b/Server/src/main/content/global/handlers/item/equipment/fistofguthixgloves/FOGGlovesListener.kt
deleted file mode 100644
index 9b0166e2e..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/fistofguthixgloves/FOGGlovesListener.kt
+++ /dev/null
@@ -1,23 +0,0 @@
-package content.global.handlers.item.equipment.fistofguthixgloves
-
-import core.api.toIntArray
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-import kotlin.math.min
-
-private val FOG_GLOVES = (Items.IRIT_GLOVES_12856..Items.EARTH_RUNECRAFTING_GLOVES_12865).toIntArray()
-private val MAX_CHARGES = intArrayOf(100, 100, 100, 100, 1000, 1000, 1000, 1000, 1000, 1000)
-
-/**
- * Listener for Fist of Guthix gloves inspect option.
- * @author RiL
- */
-class FOGGlovesListener : InteractionListener {
- override fun defineListeners() {
- on(FOG_GLOVES, IntType.ITEM, "inspect") { player, node ->
- player.sendMessage("${node.name}: ${min(node.asItem().charge, MAX_CHARGES[node.id - Items.IRIT_GLOVES_12856])} charge left.")
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/fistofguthixgloves/FOGGlovesManager.kt b/Server/src/main/content/global/handlers/item/equipment/fistofguthixgloves/FOGGlovesManager.kt
deleted file mode 100644
index 768013c51..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/fistofguthixgloves/FOGGlovesManager.kt
+++ /dev/null
@@ -1,37 +0,0 @@
-package content.global.handlers.item.equipment.fistofguthixgloves
-
-import core.api.Container
-import core.api.EquipmentSlot
-import core.api.getItemFromEquipment
-import core.api.removeItem
-import core.game.node.entity.player.Player
-import core.tools.colorize
-import org.rs09.consts.Items
-import kotlin.math.min
-
-private val MAX_CHARGES = intArrayOf(100, 100, 100, 100, 1000, 1000, 1000, 1000, 1000, 1000)
-
-/**
- * Manager to help updating Fist of Guthix glove charges.
- * @author RiL
- */
-class FOGGlovesManager {
- companion object{
- /**
- * Reduces the charge of the hand equip by [charges].
- * Return the number of used charges.
- */
- @JvmStatic
- fun updateCharges(player: Player, charges: Int = 1): Int {
- val gloves = getItemFromEquipment(player, EquipmentSlot.HANDS) ?: return 0
- gloves.charge = min(gloves.charge, MAX_CHARGES[gloves.id - Items.IRIT_GLOVES_12856])
- if (gloves.charge - charges <= 0) {
- removeItem(player, gloves, Container.EQUIPMENT)
- player.sendMessage(colorize("%RThe charges in your gloves have been used up and they crumble to dust."))
- return gloves.charge
- }
- gloves.charge -= charges
- return charges
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/ClobberSpecialHandler.kt b/Server/src/main/content/global/handlers/item/equipment/special/ClobberSpecialHandler.kt
deleted file mode 100644
index 31629189e..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/ClobberSpecialHandler.kt
+++ /dev/null
@@ -1,114 +0,0 @@
-package content.global.handlers.item.equipment.special
-
-import core.ServerConstants
-import core.api.playAudio
-import core.game.container.impl.EquipmentContainer
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.combat.MeleeSwingHandler
-import core.game.node.entity.combat.equipment.Weapon
-import core.game.node.entity.impl.Animator.Priority
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.audio.Audio
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import core.plugin.Initializable
-import core.plugin.Plugin
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-
-
-/**
- * Handles the Dragon axe special attack.
- * The OSRS special attack can be used instead by setting dragon_axe_use_osrs_spec server constant to true
- * @author Crash
- */
-@Initializable
-class ClobberSpecialHandler : MeleeSwingHandler(), Plugin {
- override fun newInstance(arg: Any?): Plugin {
- CombatStyle.MELEE.swingHandler.register(ITEM.id, this)
- return this
- }
-
- override fun fireEvent(identifier: String, vararg args: Any): Any {
- return if (ServerConstants.DRAGON_AXE_USE_OSRS_SPEC && identifier == "instant_spec") true else Unit
- }
-
- override fun visualize(entity: Entity, victim: Entity?, state: BattleState?) {
- entity.visualize(ANIMATION, GRAPHIC)
- }
-
- override fun swing(entity: Entity?, victim: Entity?, state: BattleState?): Int {
- return if (ServerConstants.DRAGON_AXE_USE_OSRS_SPEC) {
- swingOSRS(entity)
- } else {
- swingAuthentic(entity, victim, state)
- }
- }
-
- /**
- * https://runescape.wiki/w/Dragon_hatchet?oldid=1107166
- */
- private fun swingAuthentic(entity: Entity?, victim: Entity?, state: BattleState?): Int {
- val player = entity as? Player ?: return -1
- if (victim == null) return -1
- if (state == null) return -1
- if (!player.settings.drainSpecial(SPECIAL_ENERGY)) return -1
-
- state.style = CombatStyle.MELEE
- state.weapon = Weapon(player.equipment[EquipmentContainer.SLOT_WEAPON])
- var hit = 0
- if (isAccurateImpact(entity, victim, CombatStyle.MELEE)) {
- val max = calculateHit(entity, victim, 1.0)
- state.maximumHit = max
- hit = RandomFunction.random(max + 1)
- }
- state.estimatedHit = hit
-
- victim.skills.updateLevel(Skills.DEFENCE, -hit, 0)
- victim.skills.updateLevel(Skills.MAGIC, -hit, 0)
-
- playAudio(player, Sounds.CLOBBER_2531, 20)
- return 1
- }
-
- /**
- * https://oldschool.runescape.wiki/w/Dragon_axe
- */
- private fun swingOSRS(entity: Entity?): Int {
- val player = entity as? Player ?: return -1
- if (!player.settings.drainSpecial(SPECIAL_ENERGY)) return -1
-
- player.sendChat("Chop chop!")
- player.skills.updateLevel(Skills.WOODCUTTING, 3, player.skills.getStaticLevel(Skills.WOODCUTTING) + 3)
- visualize(player, null, null)
- playAudio(player, Sounds.CLOBBER_2531, 20)
- return -1
- }
-
- companion object {
- /**
- * The special energy required.
- */
- private const val SPECIAL_ENERGY = 100
-
- /**
- * The attack animation.
- */
- private val ANIMATION = Animation(2876, Priority.HIGH)
-
- /**
- * The graphic.
- */
- private val GRAPHIC = Graphics(479, 96)
-
- /**
- * The item.
- */
- private val ITEM = Item(Items.DRAGON_AXE_6739)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/DragonfireSwingHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/DragonfireSwingHandler.java
deleted file mode 100644
index 0497836a8..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/DragonfireSwingHandler.java
+++ /dev/null
@@ -1,209 +0,0 @@
-package content.global.handlers.item.equipment.special;
-
-import core.game.container.impl.EquipmentContainer;
-import core.game.node.entity.Entity;
-import core.game.node.entity.combat.BattleState;
-import core.game.node.entity.combat.CombatStyle;
-import core.game.node.entity.combat.CombatSwingHandler;
-import core.game.node.entity.combat.InteractionType;
-import core.game.node.entity.combat.equipment.SwitchAttack;
-import core.game.node.entity.impl.Projectile;
-import core.game.node.entity.npc.NPC;
-import core.game.node.entity.player.Player;
-import core.game.node.item.Item;
-import core.game.world.GameWorld;
-import core.game.world.update.flag.context.Animation;
-import core.game.world.update.flag.context.Graphics;
-import core.tools.RandomFunction;
-import org.rs09.consts.Sounds;
-
-import static core.api.ContentAPIKt.*;
-
-/**
- * Handles dragonfire combat.
- * @author Emperor
- */
-public class DragonfireSwingHandler extends CombatSwingHandler {
-
- /**
- * If the NPC has to be in melee range.
- */
- private boolean meleeRange;
-
- /**
- * The maximum hit.
- */
- private int maximumHit;
-
- /**
- * The attack data.
- */
- private SwitchAttack attack;
-
- /**
- * IF the dragon attack is firey or icey.
- */
- private boolean fire;
-
- /**
- * Constructs a new {@code DragonfireSwingHandler} {@code Object}.
- * @param meleeRange If the NPC has to be in melee range.
- * @param maximumHit The maximum hit.
- * @param fire if firey.
- */
- public DragonfireSwingHandler(boolean meleeRange, int maximumHit, SwitchAttack attack, boolean fire) {
- super(CombatStyle.MAGIC);
- this.meleeRange = meleeRange;
- this.maximumHit = maximumHit;
- this.attack = attack;
- this.fire = fire;
- }
-
- /**
- * Gets the switch attack instance for a dragonfire attack.
- * @param meleeRange If the attack is melee range.
- * @param maximumHit The maximum hit.
- * @param animation The animation.
- * @param startGraphic The start graphic.
- * @param endGraphic The end graphic.
- * @param projectile The projectile.
- * @return The switch attack instance.
- */
- public static SwitchAttack get(boolean meleeRange, int maximumHit, Animation animation, Graphics startGraphic, Graphics endGraphic, Projectile projectile) {
- SwitchAttack attack = new SwitchAttack(null, animation, startGraphic, endGraphic, projectile).setUseHandler(true);
- attack.setHandler(new DragonfireSwingHandler(meleeRange, maximumHit, attack, true));
- return attack;
- }
-
- /**
- * Gets the switch attack instance for a dragonfire attack.
- * @param meleeRange If the attack is melee range.
- * @param maximumHit The maximum hit.
- * @param animation The animation.
- * @param startGraphic The start graphic.
- * @param endGraphic The end graphic.
- * @param projectile The projectile.
- * @return The switch attack instance.
- */
- public static SwitchAttack get(boolean meleeRange, int maximumHit, Animation animation, Graphics startGraphic, Graphics endGraphic, Projectile projectile, boolean fire) {
- SwitchAttack attack = new SwitchAttack(null, animation, startGraphic, endGraphic, projectile).setUseHandler(true);
- attack.setHandler(new DragonfireSwingHandler(meleeRange, maximumHit, attack, fire));
- return attack;
- }
-
- @Override
- public InteractionType canSwing(Entity entity, Entity victim) {
- if (meleeRange) {
- return CombatStyle.MELEE.getSwingHandler().canSwing(entity, victim);
- }
- return CombatStyle.MAGIC.getSwingHandler().canSwing(entity, victim);
- }
-
- @Override
- public int swing(Entity entity, Entity victim, BattleState state) {
- int max = calculateHit(entity, victim, 1.0);
- int hit = RandomFunction.random(max + 1);
- assert state != null;
- state.setMaximumHit(max);
- state.setStyle(CombatStyle.MAGIC);
- state.setEstimatedHit(hit);
- if (meleeRange) {
- return 1;
- }
- int ticks = 2 + (int) Math.floor(entity.getLocation().getDistance(victim.getLocation()) * 0.5);
- entity.setAttribute("fireBreath", GameWorld.getTicks() + (ticks + 2));
- return ticks;
- }
-
- @Override
- public void visualize(Entity entity, Entity victim, BattleState state) {
- entity.visualize(attack.getAnimation(), attack.getStartGraphic());
- if (attack.getProjectile() != null) {
- attack.getProjectile().copy(entity, victim, 5).send();
- }
- }
-
- @Override
- public void visualizeImpact(Entity entity, Entity victim, BattleState state) {
- if (entity instanceof NPC && victim instanceof Player) {
- Player p = (Player) victim;
- Item shield = p.getEquipment().get(EquipmentContainer.SLOT_SHIELD);
- if (shield != null && (shield.getId() == 11283 || shield.getId() == 11284)) {
- if (shield.getId() == 11284) {
- p.getEquipment().replace(new Item(11283), EquipmentContainer.SLOT_SHIELD);
- shield = p.getEquipment().get(EquipmentContainer.SLOT_SHIELD);
- shield.setCharge(0);
- }
- if (shield.getCharge() < 1000) {
- shield.setCharge(shield.getCharge() + 20);
- EquipmentContainer.updateBonuses(p);
- p.getPacketDispatch().sendMessage("Your dragonfire shield glows more brightly.");
- playAudio(p, Sounds.DRAGONSLAYER_ABSORB_FIRE_3740);
- p.faceLocation(entity.getCenterLocation());
- victim.visualize(Animation.create(6695), Graphics.create(1163));
- } else {
- p.getPacketDispatch().sendMessage("Your dragonfire shield is already fully charged.");
- }
- return;
- }
- }
- if (!fire && !hasTimerActive(victim, "frozen:immunity") && RandomFunction.random(4) == 2) {
- registerTimer(victim, spawnTimer("frozen", 16, true));
- victim.graphics(Graphics.create(502));
- }
- Graphics graphic = attack != null ? attack.getEndGraphic() : null;
- victim.visualize(victim.getProperties().getDefenceAnimation(), graphic);
- }
-
- @Override
- public void impact(Entity entity, Entity victim, BattleState state) {
- assert state != null;
- int hit = state.getEstimatedHit();
- if (hit > -1) {
- victim.getImpactHandler().handleImpact(entity, hit, CombatStyle.MAGIC, state);
- }
- hit = state.getSecondaryHit();
- if (hit > -1) {
- victim.getImpactHandler().handleImpact(entity, hit, CombatStyle.MAGIC, state);
- }
- }
-
- @Override
- public void adjustBattleState(Entity entity, Entity victim, BattleState state) {
- if (victim.isPlayer() && !fire) {
- Item item = victim.asPlayer().getEquipment().get(EquipmentContainer.SLOT_SHIELD);
- if (item != null && (item.getId() == 2890 || item.getId() == 9731) && state.getEstimatedHit() > 10) {
- state.setEstimatedHit(RandomFunction.random(10));
- }
- }
- CombatStyle style = state.getStyle();
- super.adjustBattleState(entity, victim, state);
- state.setStyle(style);
- }
-
- @Override
- protected int getFormattedHit(Entity entity, Entity victim, BattleState state, int hit) {
- return formatHit(victim, hit);
- }
-
- @Override
- public int calculateAccuracy(Entity entity) {
- return 4000;
- }
-
- @Override
- public int calculateHit(Entity entity, Entity victim, double modifier) {
- return calculateDragonfireMaxHit(victim, maximumHit, !fire, 0, true);
- }
-
- @Override
- public int calculateDefence(Entity victim, Entity attacker) {
- return CombatStyle.MAGIC.getSwingHandler().calculateDefence(victim, attacker);
- }
-
- @Override
- public double getSetMultiplier(Entity e, int skillId) {
- return 1.0;
- }
-
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/HamstringSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/HamstringSpecialHandler.java
deleted file mode 100644
index 6a89af4fc..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/HamstringSpecialHandler.java
+++ /dev/null
@@ -1,71 +0,0 @@
-package content.global.handlers.item.equipment.special;
-
-import core.api.ContentAPIKt;
-import core.game.node.entity.Entity;
-import core.game.node.entity.combat.BattleState;
-import core.game.node.entity.combat.CombatStyle;
-import core.game.node.entity.combat.ImpactHandler;
-import core.game.node.entity.combat.RangeSwingHandler;
-import core.game.node.entity.player.Player;
-import core.game.system.timer.RSTimer;
-import core.game.system.timer.TimerFlag;
-import core.plugin.Initializable;
-import core.plugin.Plugin;
-import core.tools.RandomFunction;
-import org.rs09.consts.Items;
-
-@Initializable
-public final class HamstringSpecialHandler extends RangeSwingHandler implements Plugin {
- private static final int SPECIAL_ENERGY = 50;
-
- @Override
- public Object fireEvent(String identifier, Object... args) {
- return null;
- }
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- CombatStyle.RANGE.getSwingHandler().register(Items.MORRIGANS_THROWING_AXE_13883, this);
- return this;
- }
-
- @Override
- public int swing(Entity entity, Entity victim, BattleState state) {
- Player p = (Player) entity;
- configureRangeData(p, state);
- if (state.getWeapon() == null || !Companion.hasAmmo(entity, state)) {
- entity.getProperties().getCombatPulse().stop();
- p.getSettings().toggleSpecialBar();
- return -1;
- }
- if (!((Player) entity).getSettings().drainSpecial(SPECIAL_ENERGY)) {
- return -1;
- }
- state.setStyle(CombatStyle.RANGE);
- int max = calculateHit(entity, victim, 1.2);
- state.setMaximumHit(max);
- int hit = 0;
- if (isAccurateImpact(entity, victim)) {
- int minDamage = calculateHit(entity, victim, 0.2);
- hit = minDamage + RandomFunction.random(calculateHit(entity, victim, 1.0) + 1);
- }
- state.setEstimatedHit(hit);
- Companion.useAmmo(entity, state, victim.getLocation());
- ContentAPIKt.registerTimer(victim, new RSTimer(100, "hamstrung", true, false, new TimerFlag[] { TimerFlag.ClearOnDeath } ) {
- @Override
- public void onRegister(Entity entity) {
- if(entity instanceof Player) {
- ((Player)entity).sendMessage("You've been hamstrung! For the next minute, your run energy will drain 4x faster.");
- }
- }
-
- @Override
- public boolean run(Entity entity) {
- return false;
- }
-
- });
- return 1 + (int) Math.ceil(entity.getLocation().getDistance(victim.getLocation()) * 0.3);
- }
-}
-
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/HealingBladeSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/HealingBladeSpecialHandler.java
deleted file mode 100644
index 5589c48c0..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/HealingBladeSpecialHandler.java
+++ /dev/null
@@ -1,83 +0,0 @@
-package content.global.handlers.item.equipment.special;
-
-import core.game.node.entity.Entity;
-import core.game.node.entity.combat.BattleState;
-import core.game.node.entity.combat.CombatStyle;
-import core.game.node.entity.combat.MeleeSwingHandler;
-import core.game.node.entity.impl.Animator.Priority;
-import core.game.node.entity.player.Player;
-import core.game.world.update.flag.context.Animation;
-import core.game.world.update.flag.context.Graphics;
-import core.plugin.Plugin;
-import core.plugin.Initializable;
-import core.tools.RandomFunction;
-import org.rs09.consts.Sounds;
-
-import static core.api.ContentAPIKt.playGlobalAudio;
-
-/**
- * Handles the healing blade special attack.
- * @author Emperor
- * @version 1.0
- */
-@Initializable
-public final class HealingBladeSpecialHandler extends MeleeSwingHandler implements Plugin {
-
- /**
- * The special energy required.
- */
- private static final int SPECIAL_ENERGY = 50;
-
- /**
- * The attack animation.
- */
- private static final Animation ANIMATION = new Animation(7071, Priority.HIGH);
-
- /**
- * The graphic.
- */
- private static final Graphics GRAPHIC = new Graphics(1220);
-
- @Override
- public Object fireEvent(String identifier, Object... args) {
- return null;
- }
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- CombatStyle.MELEE.getSwingHandler().register(11698, this);
- CombatStyle.MELEE.getSwingHandler().register(13452, this);
- return this;
- }
-
- @Override
- public int swing(Entity entity, Entity victim, BattleState state) {
- if (!((Player) entity).getSettings().drainSpecial(SPECIAL_ENERGY)) {
- return -1;
- }
- state.setStyle(CombatStyle.MELEE);
- int hit = 0;
- if (isAccurateImpact(entity, victim, CombatStyle.MELEE, 2.0, 1.0)) {
- hit = RandomFunction.random(calculateHit(entity, victim, 1.1) + 1);
- int healthRestore = hit / 2;
- double prayerRestore = hit * 0.25;
- if (healthRestore < 10) {
- healthRestore = 10;
- }
- if (prayerRestore < 5) {
- prayerRestore = 5;
- }
- entity.getSkills().heal(healthRestore);
- entity.getSkills().incrementPrayerPoints(prayerRestore);
- }
- state.setEstimatedHit(hit);
- return 1;
- }
-
- @Override
- public void visualize(Entity entity, Entity victim, BattleState state) {
- playGlobalAudio(entity.getLocation(), Sounds.GODWARS_SARADOMIN_SPECIAL_3857);
- entity.visualize(ANIMATION, GRAPHIC);
- }
-
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/PhantomStrikeSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/PhantomStrikeSpecialHandler.java
deleted file mode 100644
index 82f5b3eb3..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/PhantomStrikeSpecialHandler.java
+++ /dev/null
@@ -1,82 +0,0 @@
-package content.global.handlers.item.equipment.special;
-
-import core.api.ContentAPIKt;
-import core.game.node.entity.Entity;
-import core.game.node.entity.combat.BattleState;
-import core.game.node.entity.combat.CombatStyle;
-import core.game.node.entity.combat.ImpactHandler;
-import core.game.node.entity.combat.RangeSwingHandler;
-import core.game.node.entity.player.Player;
-import core.game.system.timer.RSTimer;
-import core.game.system.timer.TimerFlag;
-import core.plugin.Initializable;
-import core.plugin.Plugin;
-import core.tools.RandomFunction;
-import org.rs09.consts.Items;
-
-@Initializable
-public final class PhantomStrikeSpecialHandler extends RangeSwingHandler implements Plugin {
- private static final int SPECIAL_ENERGY = 50;
-
- @Override
- public Object fireEvent(String identifier, Object... args) {
- return null;
- }
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- CombatStyle.RANGE.getSwingHandler().register(Items.MORRIGANS_JAVELIN_13879, this);
- CombatStyle.RANGE.getSwingHandler().register(Items.MORRIGANS_JAVELINP_13880, this);
- CombatStyle.RANGE.getSwingHandler().register(Items.MORRIGANS_JAVELINP_PLUS_13881, this);
- CombatStyle.RANGE.getSwingHandler().register(Items.MORRIGANS_JAVELINP_PLUS_PLUS_13882, this);
- return this;
- }
-
- @Override
- public int swing(Entity entity, Entity victim, BattleState state) {
- Player p = (Player) entity;
- configureRangeData(p, state);
- if (state.getWeapon() == null || !Companion.hasAmmo(entity, state)) {
- entity.getProperties().getCombatPulse().stop();
- p.getSettings().toggleSpecialBar();
- return -1;
- }
- if (!((Player) entity).getSettings().drainSpecial(SPECIAL_ENERGY)) {
- return -1;
- }
- state.setStyle(CombatStyle.RANGE);
- int max = calculateHit(entity, victim, 1.0);
- state.setMaximumHit(max);
- int hit = 0;
- if (isAccurateImpact(entity, victim)) {
- hit = RandomFunction.random(max + 1);
- }
- state.setEstimatedHit(hit);
- Companion.useAmmo(entity, state, victim.getLocation());
- final Entity attacker = entity;
- final int initialDamage = hit;
- ContentAPIKt.registerTimer(victim, new RSTimer(3, "phantom-strike", true, false, new TimerFlag[] { TimerFlag.ClearOnDeath } ) {
- int remainingDamage = initialDamage;
-
- @Override
- public void onRegister(Entity entity) {
- if(entity instanceof Player) {
- ((Player)entity).sendMessage("You start to bleed as the result of the javelin strike.");
- }
- }
-
- @Override
- public boolean run(Entity entity) {
- if(entity instanceof Player) {
- ((Player)entity).sendMessage("You continue to bleed as the result of the javelin strike.");
- }
- int tickDamage = Math.min(remainingDamage, 5);
- remainingDamage -= tickDamage;
- entity.getImpactHandler().manualHit(attacker, tickDamage, ImpactHandler.HitsplatType.NORMAL);
- return remainingDamage > 0;
- }
-
- });
- return 1 + (int) Math.ceil(entity.getLocation().getDistance(victim.getLocation()) * 0.3);
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/QuickSmashSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/QuickSmashSpecialHandler.java
deleted file mode 100644
index e1d043c9d..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/QuickSmashSpecialHandler.java
+++ /dev/null
@@ -1,96 +0,0 @@
-package content.global.handlers.item.equipment.special;
-
-import core.game.node.entity.Entity;
-import core.game.node.entity.combat.BattleState;
-import core.game.node.entity.combat.CombatStyle;
-import core.game.node.entity.combat.DeathTask;
-import core.game.node.entity.combat.MeleeSwingHandler;
-import core.game.node.entity.impl.Animator.Priority;
-import core.game.node.entity.player.Player;
-import core.game.node.entity.player.link.prayer.PrayerType;
-import core.game.world.GameWorld;
-import core.game.world.update.flag.context.Animation;
-import core.game.world.update.flag.context.Graphics;
-import core.plugin.Initializable;
-import core.plugin.Plugin;
-import core.tools.RandomFunction;
-import org.rs09.consts.Sounds;
-
-import static core.api.ContentAPIKt.playGlobalAudio;
-
-/**
- * Handles the granite maul special attack.
- * @author Emperor
- */
-@Initializable
-public final class QuickSmashSpecialHandler extends MeleeSwingHandler implements Plugin {
-
- /**
- * The special energy required.
- */
- private static final int SPECIAL_ENERGY = 50;
-
- /**
- * The attack animation.
- */
- private static final Animation ANIMATION = new Animation(1667, Priority.HIGH);
-
- /**
- * The graphic.
- */
- private static final Graphics GRAPHIC = new Graphics(340, 96);
-
- @Override
- public Object fireEvent(String identifier, Object... args) {
- switch (identifier) {
- case "instant_spec":
- return true;
- }
- return null;
- }
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- CombatStyle.MELEE.getSwingHandler().register(4153, this);
- CombatStyle.MELEE.getSwingHandler().register(14792, this);
- return this;
- }
-
- @Override
- public int swing(Entity entity, Entity victim, BattleState state) {
- Player p = (Player) entity;
- if (victim == null) {
- victim = p.getProperties().getCombatPulse().getLastVictim();
- if (victim == null || GameWorld.getTicks() - p.getAttribute("combat-stop", -1) > 2 || !MeleeSwingHandler.Companion.canMelee(p, victim, 1)) {
- p.getPacketDispatch().sendMessage("Warning: Since the maul's special is an instant attack, it will be wasted when used ");
- p.getPacketDispatch().sendMessage("on a first strike.");
- return -1;
- }
- }
- if (DeathTask.isDead(victim)) {
- return -1;
- }
- if (!p.getSettings().drainSpecial(SPECIAL_ENERGY)) {
- return -1;
- }
- visualize(entity, victim, null);
- int hit = 0;
- if (isAccurateImpact(entity, victim)) {
- hit = RandomFunction.random(calculateHit(entity, victim, 1.0) + 1);
- }
- if (victim.hasProtectionPrayer(CombatStyle.MELEE))
- hit *= (victim instanceof Player) ? 0.6 : 0;
- BattleState b = new BattleState();
- b.setEstimatedHit(victim.getImpactHandler().handleImpact(entity, hit, CombatStyle.MELEE).getAmount());
- addExperience(entity, victim, b);
- return 1;
- }
-
- @Override
- public void visualize(Entity entity, Entity victim, BattleState state) {
- playGlobalAudio(entity.getLocation(), Sounds.QUICKSMASH_2715);
- entity.visualize(ANIMATION, GRAPHIC);
- victim.animate(victim.getProperties().getDefenceAnimation());
- }
-
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/RampageSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/RampageSpecialHandler.java
deleted file mode 100644
index 2e70ab9ec..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/RampageSpecialHandler.java
+++ /dev/null
@@ -1,80 +0,0 @@
-package content.global.handlers.item.equipment.special;
-
-import core.game.node.entity.skill.Skills;
-import core.game.node.entity.Entity;
-import core.game.node.entity.combat.BattleState;
-import core.game.node.entity.combat.CombatStyle;
-import core.game.node.entity.combat.MeleeSwingHandler;
-import core.game.node.entity.impl.Animator.Priority;
-import core.game.node.entity.player.Player;
-import core.game.node.entity.player.link.audio.Audio;
-import core.game.world.update.flag.context.Animation;
-import core.game.world.update.flag.context.Graphics;
-import core.plugin.Initializable;
-import core.plugin.Plugin;
-import org.rs09.consts.Sounds;
-
-import static core.api.ContentAPIKt.playAudio;
-
-/**
- * Handles the Rampage special attack.
- * @author Emperor
- */
-@Initializable
-public final class RampageSpecialHandler extends MeleeSwingHandler implements Plugin {
-
- /**
- * The special energy required.
- */
- private static final int SPECIAL_ENERGY = 100;
-
- /**
- * The attack animation.
- */
- private static final Animation ANIMATION = new Animation(1056, Priority.HIGH);
-
- /**
- * The graphic.
- */
- private static final Graphics GRAPHIC = new Graphics(246);
-
- @Override
- public Object fireEvent(String identifier, Object... args) {
- switch (identifier) {
- case "instant_spec":
- case "ncspec":
- return true;
- }
- return null;
- }
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- CombatStyle.MELEE.getSwingHandler().register(1377, this);
- return this;
- }
-
- @Override
- public int swing(Entity entity, Entity victim, BattleState state) {
- Player p = (Player) entity;
- if (!p.getSettings().drainSpecial(SPECIAL_ENERGY)) {
- return -1;
- }
- p.sendChat("Raarrrrrgggggghhhhhhh!");
- playAudio(entity.asPlayer(), Sounds.RAMPAGE_2538);
- p.visualize(ANIMATION, GRAPHIC);
- @SuppressWarnings("unused")
- int boost = 0;
- for (int i = 0; i < 7; i++) {
- if (i == Skills.ATTACK || i == Skills.DEFENCE || i == Skills.RANGE || i == Skills.MAGIC) {
- int drain = (int) (p.getSkills().getLevel(i) * 0.1);
- boost += drain;
- p.getSkills().updateLevel(i, -drain, 0);
- }
- }
- boost = 10 + (boost / 4);
- p.getSkills().updateLevel(Skills.STRENGTH, boost, Math.max(p.getSkills().getStaticLevel(Skills.STRENGTH) + boost, p.getSkills().getLevel(Skills.STRENGTH)));
- return -1;
- }
-
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/SalamanderSwingHandler.kt b/Server/src/main/content/global/handlers/item/equipment/special/SalamanderSwingHandler.kt
deleted file mode 100644
index a0c5f6941..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/SalamanderSwingHandler.kt
+++ /dev/null
@@ -1,237 +0,0 @@
-package content.global.handlers.item.equipment.special
-
-import core.api.EquipmentSlot
-import core.api.getItemFromEquipment
-import core.game.node.entity.Entity
-import core.game.node.entity.combat.BattleState
-import core.game.node.entity.combat.CombatStyle
-import core.game.node.entity.combat.CombatSwingHandler
-import core.game.node.entity.combat.InteractionType
-import core.game.node.entity.combat.equipment.Weapon
-import core.game.node.entity.combat.equipment.WeaponInterface
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-import org.rs09.consts.Animations
-import kotlin.math.ceil
-import kotlin.math.floor
-
-/**
- * Handles a combat swing using a salamander.
- * @author Vexia
- * @author itsmedoggo
- */
-class SalamanderSwingHandler(private var style: CombatStyle) : CombatSwingHandler(style) {
- override fun canSwing(entity: Entity, victim: Entity): InteractionType? {
- checkStyle(entity)
- if (!isProjectileClipped(entity, victim, false)) {
- return InteractionType.NO_INTERACT
- }
- var distance = 1
- var goodRange = victim.centerLocation.withinDistance(entity.centerLocation, getCombatDistance(entity, victim, distance))
- var type = InteractionType.STILL_INTERACT
- if (victim.walkingQueue.isMoving && !goodRange) {
- goodRange = victim.centerLocation.withinDistance(entity.centerLocation, getCombatDistance(entity, victim, ++distance))
- type = InteractionType.MOVE_INTERACT
- }
- if (goodRange && super.canSwing(entity, victim) != InteractionType.NO_INTERACT) {
- if (type == InteractionType.STILL_INTERACT) {
- entity.walkingQueue.reset()
- }
- return type
- }
- return InteractionType.NO_INTERACT
- }
-
- override fun swing(entity: Entity?, victim: Entity?, state: BattleState?): Int {
- state!!.style = style
- if (entity is Player) {
- state.weapon = Weapon(entity.equipment[3])
- }
- if (state!!.weapon == null || !hasAmmo(entity, state)) {
- entity!!.properties.combatPulse.stop()
- return -1
- }
- var hit = 0
- if (isAccurateImpact(entity, victim, style)) {
- val max = calculateHit(entity, victim, 1.0)
- state.maximumHit = max
- hit = RandomFunction.random(max + 1)
- }
- state.estimatedHit = hit
- if (entity == null || victim!!.location == null) {
- return -1
- }
- if(state.estimatedHit > victim.skills.lifepoints) state.estimatedHit = victim.skills.lifepoints
- useAmmo(entity, state)
- return 1
- }
-
- override fun impact(entity: Entity?, victim: Entity?, state: BattleState?) {
- style.swingHandler.impact(entity, victim, state)
- }
-
- override fun visualize(entity: Entity, victim: Entity?, state: BattleState?) {
- entity.visualize(Animation.create(5247), Graphics(952, 100))
- }
-
- override fun visualizeImpact(entity: Entity?, victim: Entity?, state: BattleState?) {
- style.swingHandler.visualizeImpact(entity, victim, state)
- }
-
- override fun calculateAccuracy(entity: Entity?): Int {
- //Checking style is necessary for ::calc_accuracy to function after changing attack style but before attacking
- checkStyle(entity)
- return style.swingHandler.calculateAccuracy(entity)
- }
-
- override fun calculateHit(entity: Entity?, victim: Entity?, modifier: Double): Int {
- entity ?: return 0
-
- //Checking style is necessary for ::calcmaxhit to function after changing attack style but before attacking
- checkStyle(entity)
- if (style == CombatStyle.MAGIC) {
- val level = entity!!.skills.getLevel(Skills.MAGIC, true)
- var bonus = entity.properties.bonuses[13]
- if (entity is Player) {
- bonus += getSalamanderMagicDamageBonus(entity.equipment[3].id)
- }
- var cumulativeStr = level.toDouble()
- cumulativeStr *= getSetMultiplier(entity, Skills.MAGIC)
- cumulativeStr *= (bonus + 64)
- return floor((0.5 + (ceil(cumulativeStr) / 640.0)) * modifier).toInt()
- }
- return style.swingHandler.calculateHit(entity, victim, modifier)
- }
-
- override fun addExperience(entity: Entity?, victim: Entity?, state: BattleState?) {
- entity!!.skills.addExperience(Skills.HITPOINTS, state!!.estimatedHit * 1.33, true)
- if (state.style == CombatStyle.MAGIC) {
- entity.skills.addExperience(Skills.MAGIC, state.estimatedHit * 2.toDouble(), true)
- }
- if (state.style == CombatStyle.RANGE) {
- entity.skills.addExperience(Skills.RANGE, state.estimatedHit * 4.toDouble(), true)
- }
- if (state.style == CombatStyle.MELEE) {
- entity.skills.addExperience(Skills.STRENGTH, state.estimatedHit * 4.toDouble(), true)
- }
- }
-
- override fun calculateDefence(victim: Entity?, attacker: Entity?): Int {
- return style.swingHandler.calculateDefence(victim, attacker)
- }
-
- override fun getSetMultiplier(e: Entity?, skillId: Int): Double {
- return style.swingHandler.getSetMultiplier(e, skillId)
- }
-
- /**
- * Sets the local style
- * @param e The entity
- */
- private fun checkStyle(e: Entity?) {
- val index = e!!.properties.attackStyle.style
- style = when(index) {
- WeaponInterface.STYLE_DEFENSIVE_CAST -> CombatStyle.MAGIC
- WeaponInterface.STYLE_RANGE_ACCURATE -> CombatStyle.RANGE
- else -> CombatStyle.MELEE
- }
- }
-
- companion object {
- /**
- * The instance for the swing handler.
- */
- val INSTANCE = SalamanderSwingHandler(CombatStyle.RANGE)
-
- /**
- * Gets the id of the tar used by a salamander.
- * @param id The salamander id.
- * @return The tar id.
- */
- fun getAmmoId(id: Int): Int {
- when (id) {
- Items.SWAMP_LIZARD_10149 -> {
- return Items.GUAM_TAR_10142
- }
- Items.ORANGE_SALAMANDER_10146 -> {
- return Items.MARRENTILL_TAR_10143
- }
- Items.RED_SALAMANDER_10147 -> {
- return Items.TARROMIN_TAR_10144
- }
- Items.BLACK_SALAMANDER_10148 -> {
- return Items.HARRALANDER_TAR_10145
- }
- else -> {
- return -1
- }
- }
- }
-
- /**
- * Gets the magic damage bonus of a salamander.
- * @param id The salamander id.
- * @return The magic damage bonus.
- */
- fun getSalamanderMagicDamageBonus(id: Int): Int {
- when (id) {
- Items.SWAMP_LIZARD_10149 -> {
- return 56
- }
- Items.ORANGE_SALAMANDER_10146 -> {
- return 59
- }
- Items.RED_SALAMANDER_10147 -> {
- return 77
- }
- Items.BLACK_SALAMANDER_10148 -> {
- return 92
- }
- else -> {
- return 0
- }
- }
- }
-
- /**
- * Checks if the entity has the ammunition needed to proceed.
- * @param e The entity.
- * @param state The battle state.
- * @return `True` if so.
- */
- fun hasAmmo(e: Entity?, state: BattleState?): Boolean {
- if (e !is Player) {
- return true
- }
- val ammo = getItemFromEquipment(e, EquipmentSlot.AMMO)
- if (ammo == null) {
- e.packetDispatch.sendMessage("You do not have enough ammo left.")
- return false
- }
- if (ammo.id == (getAmmoId(state!!.weapon.id))) {
- return true
- }
- e.packetDispatch.sendMessage("You can't use this type of ammunition with this salamander.")
- return false
- }
-
- /**
- * Uses the ammunition for the range weapon.
- * @param e The entity.
- * @param state The battle state.
- * @param location The drop location.
- */
- fun useAmmo(e: Entity, state: BattleState) {
- if (e !is Player) {
- return
- }
- e.equipment.remove(Item(getAmmoId(state!!.weapon.id), 1))
- }
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/SliceAndDiceSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/SliceAndDiceSpecialHandler.java
deleted file mode 100644
index 9f755280c..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/SliceAndDiceSpecialHandler.java
+++ /dev/null
@@ -1,111 +0,0 @@
-package content.global.handlers.item.equipment.special;
-
-import core.game.node.entity.Entity;
-import core.game.node.entity.combat.BattleState;
-import core.game.node.entity.combat.CombatStyle;
-import core.game.node.entity.combat.MeleeSwingHandler;
-import core.game.node.entity.impl.Animator.Priority;
-import core.game.node.entity.player.Player;
-import core.game.world.update.flag.context.Animation;
-import core.game.world.update.flag.context.Graphics;
-import core.plugin.Initializable;
-import core.plugin.Plugin;
-import core.tools.RandomFunction;
-import org.rs09.consts.Sounds;
-
-import static core.api.ContentAPIKt.playGlobalAudio;
-
-/**
- * Handles the Dragon claws special attack "Slice and Dice".
- * @author Emperor
- *
- */
-@Initializable
-public final class SliceAndDiceSpecialHandler extends MeleeSwingHandler implements Plugin {
-
- /**
- * The special energy required.
- */
- private static final int SPECIAL_ENERGY = 50;
-
- /**
- * The attack animation.
- */
- private static final Animation ANIMATION = new Animation(10961, Priority.HIGH);
-
- /**
- * The graphic.
- */
- private static final Graphics GRAPHIC = new Graphics(1950);
-
- @Override
- public Object fireEvent(String identifier, Object... args) {
- return null;
- }
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- CombatStyle.MELEE.getSwingHandler().register(14484, this);
- CombatStyle.MELEE.getSwingHandler().register(14486, this);
- return this;
- }
-
- @Override
- public int swing(Entity entity, Entity victim, BattleState state) {
- if (!((Player) entity).getSettings().drainSpecial(SPECIAL_ENERGY)) {
- return -1;
- }
- int maximum = calculateHit(entity, victim, 1.0);
- int[] hits;
- int hit = getHit(entity, victim, maximum - 1, maximum / 2);
- if (hit > 0) {
- hits = new int[] {hit, hit / 2, (hit / 2) / 2, (hit / 2) / 2 + 1};
- } else {
- hit = getHit(entity, victim, maximum * 7 / 8, maximum * 3 / 8);
- if (hit > 0) {
- hits = new int[] {0, hit, hit / 2, hit / 2 + 1};
- } else {
- hit = getHit(entity, victim, maximum * 3 / 4, maximum / 4);
- if (hit > 0) {
- hits = new int[] {0, 0, hit, hit + 1};
- } else {
- hit = getHit(entity, victim, maximum * 5 / 4, maximum / 4);
- if (hit > 0) {
- hits = new int[] {0, 0, 0, hit};
- } else {
- hit = RandomFunction.random(2);
- hits = new int[] {0, 0, hit, hit};
- }
- }
- }
- }
- BattleState[] states = new BattleState[hits.length];
- for (int i = 0; i < hits.length; i++) {
- BattleState s = states[i] = new BattleState(entity, victim);
- s.setStyle(CombatStyle.MELEE);
- s.setEstimatedHit(hits[i]);
- }
- state.setTargets(states);
- return 1;
- }
-
- /**
- * Gets the current hit.
- * @param entity The attacking entity.
- * @param victim The victim.
- * @param maximum The maximum hit.
- * @return The hit.
- */
- private int getHit(Entity entity, Entity victim, int maximum, int minimum) {
- if (isAccurateImpact(entity, victim, CombatStyle.MELEE)) {
- return RandomFunction.random(minimum, maximum + 1);
- }
- return 0;
- }
-
- @Override
- public void visualize(Entity entity, Entity victim, BattleState state) {
- playGlobalAudio(entity.getLocation(), Sounds.PUNCTURE_2537);
- entity.visualize(ANIMATION, GRAPHIC);
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/equipment/special/WeakenSpecialHandler.java b/Server/src/main/content/global/handlers/item/equipment/special/WeakenSpecialHandler.java
deleted file mode 100644
index b8f45d90f..000000000
--- a/Server/src/main/content/global/handlers/item/equipment/special/WeakenSpecialHandler.java
+++ /dev/null
@@ -1,81 +0,0 @@
-package content.global.handlers.item.equipment.special;
-
-import core.game.node.entity.skill.Skills;
-import core.game.node.entity.Entity;
-import core.game.node.entity.combat.BattleState;
-import core.game.node.entity.combat.CombatStyle;
-import core.game.node.entity.combat.MeleeSwingHandler;
-import core.game.node.entity.impl.Animator.Priority;
-import core.game.node.entity.player.Player;
-import core.game.world.update.flag.context.Animation;
-import core.game.world.update.flag.context.Graphics;
-import core.plugin.Plugin;
-import core.plugin.Initializable;
-import core.tools.RandomFunction;
-import org.rs09.consts.Sounds;
-
-import static core.api.ContentAPIKt.playGlobalAudio;
-
-/**
- * Handles Darklight's special attack, Weaken.
- * @author Crash, based on Emperor's code for other special attacks
- */
-@Initializable
-public final class WeakenSpecialHandler extends MeleeSwingHandler implements Plugin {
-
- /**
- * The special energy required.
- */
- private static final int SPECIAL_ENERGY = 50;
-
- /**
- * The attack animation.
- */
- private static final Animation ANIMATION = new Animation(2890, Priority.HIGH);
-
- /**
- * The graphic.
- */
- private static final Graphics GRAPHIC = new Graphics(483);
-
- @Override
- public Object fireEvent(String identifier, Object... args) {
- return null;
- }
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- CombatStyle.MELEE.getSwingHandler().register(6746, this);
- return this;
- }
-
- @Override
- public int swing(Entity entity, Entity victim, BattleState state) {
- if (!((Player) entity).getSettings().drainSpecial(SPECIAL_ENERGY)) {
- return -1;
- }
- state.setStyle(CombatStyle.MELEE);
- int hit = 0;
- if (isAccurateImpact(entity, victim, CombatStyle.MELEE, 1.0, 1.0)) {
- hit = RandomFunction.random(calculateHit(entity, victim, 1.0) + 1);
- if (victim instanceof Player) {
- ((Player) victim).getPacketDispatch().sendMessage("You have been drained.");
- }
- // TODO 10% drain to demons
- int lower = (int) (victim.getSkills().getStaticLevel(Skills.DEFENCE) * 0.05) + 1;
- victim.getSkills().updateLevel(Skills.DEFENCE, -lower, 0);
- lower = (int) (victim.getSkills().getStaticLevel(Skills.ATTACK) * 0.05) + 1;
- victim.getSkills().updateLevel(Skills.ATTACK, -lower, 0);
- lower = (int) (victim.getSkills().getStaticLevel(Skills.STRENGTH) * 0.05) + 1;
- victim.getSkills().updateLevel(Skills.STRENGTH, -lower, 0);
- }
- state.setEstimatedHit(hit);
- return hit;
- }
-
- @Override
- public void visualize(Entity entity, Entity victim, BattleState state) {
- entity.visualize(ANIMATION, GRAPHIC);
- playGlobalAudio(entity.getLocation(), Sounds.DARKLIGHT_WEAKEN_225);
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/toys/DiangoReclaimInterface.java b/Server/src/main/content/global/handlers/item/toys/DiangoReclaimInterface.java
deleted file mode 100644
index 57f51641e..000000000
--- a/Server/src/main/content/global/handlers/item/toys/DiangoReclaimInterface.java
+++ /dev/null
@@ -1,100 +0,0 @@
-package content.global.handlers.item.toys;
-
-import content.global.skill.construction.decoration.pohstorage.StorableFamily;
-import core.game.component.Component;
-import core.game.component.ComponentDefinition;
-import core.game.component.ComponentPlugin;
-import core.game.container.access.InterfaceContainer;
-import core.game.node.entity.player.Player;
-import core.game.node.item.Item;
-import core.plugin.Initializable;
-import core.plugin.Plugin;
-import org.rs09.consts.Items;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-import java.util.Objects;
-
-import static core.api.ContentAPIKt.inEquipment;
-import static core.api.ContentAPIKt.inInventory;
-
-
-/**
- * Handles diango's item reclaiming interface
- * @author ceik, for the interface, and for most of the holiday items/toys
- */
-@Initializable
-public class DiangoReclaimInterface extends ComponentPlugin {
- private static final int COMPONENT_ID = 468;
- public static final List- ITEMS = new ArrayList<>(20);
- public static final Item[] HOLIDAY_ITEMS = {new Item(Items.YO_YO_4079), new Item(Items.REINDEER_HAT_10507), new Item(Items.WINTUMBER_TREE_10508), new Item(Items.RUBBER_CHICKEN_4566),new Item(Items.ZOMBIE_HEAD_6722), new Item(6857), new Item(6856), new Item(6858), new Item(6859), new Item(6860), new Item(6861), new Item(6862), new Item(6863), new Item(9920), new Item(9921),new Item(9922), new Item(9923), new Item(9924), new Item(9925), new Item(11019), new Item(11020), new Item(11021), new Item(11022), new Item(11789), new Item(11949), new Item(12645), new Item(14076), new Item(14077), new Item(14081),new Item(14595), new Item(14602), new Item(14603), new Item(14605), new Item(14654), new Item(Items.ICE_AMULET_14596), new Item(Items.RED_MARIONETTE_6867), new Item(Items.GREEN_MARIONETTE_6866), new Item(Items.BLUE_MARIONETTE_6865)};
-
- //initialize the plugin, add lists of items to the ITEMS list...
- @Override
- public Plugin
newInstance(Object arg) throws Throwable {
- ComponentDefinition.put(COMPONENT_ID,this);
- ITEMS.addAll(Arrays.asList(HOLIDAY_ITEMS));
- return this;
- }
-
- public static void open(Player player){
- //close any currently open interfaces
- Component curOpen = player.getInterfaceManager().getOpened();
- if(curOpen != null){
- curOpen.close(player);
- }
- Item[] reclaimables = getEligibleItems(player);
- player.setAttribute("diango-reclaimables", reclaimables);
-
- //filter out items the player already has in their bank, POH, inventory, or equipped
-
- //only send items if there are some to send
- if(reclaimables.length > 0) {
- InterfaceContainer.generateItems(player, reclaimables, new String[]{"Examine", "Take"}, 468, 2, 8, 8);
- }
- //open the interface
- player.getInterfaceManager().open(new Component(468));
- }
-
- //refresh the interface
- public static void refresh(Player player){
- player.getInterfaceManager().close();
- open(player);
- }
-
- @Override
- public boolean handle(Player player, Component component, int opcode, int button, int slot, int itemId) {
- Item[] reclaimables = player.getAttribute("diango-reclaimables", null);
- if (reclaimables == null)
- reclaimables = getEligibleItems(player);
-
- Item reclaimItem = reclaimables[slot];
- if (reclaimItem == null) {
- player.sendMessage("Something went wrong there. Please try again.");
- return true;
- }
-
- switch(opcode){
- case 155: //interface item option 1 == take
- //add the clicked item to the player's inventory and refresh the interface
- player.getInventory().add(reclaimItem);
- refresh(player);
- break;
- case 196: //interface item option 2 == examine
- //send the examine text for the item to the player
- player.getPacketDispatch().sendMessage(reclaimItem.getDefinition().getExamine());
- break;
- }
- return false;
- }
-
- public static Item[] getEligibleItems (Player player) {
- return ITEMS.stream().filter(Objects::nonNull)
- .filter(item -> !player.getEquipment().containsItem(item) && !player.getInventory().containsItem(item) && !player.getBank().containsItem(item) && !player.getPOHStorageState().getContainer(StorableFamily.TOY_BOX).contains(item.getId())
- && (item.getId() != 14654
- || (!(inInventory(player, 14655, 1) || inEquipment(player, 14656, 1)) && player.getAttribute("sotr:purchased",false))
- ))
- .toArray(Item[]::new);
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withitem/CalquatKeg.kt b/Server/src/main/content/global/handlers/item/withitem/CalquatKeg.kt
deleted file mode 100644
index 56b5cb77e..000000000
--- a/Server/src/main/content/global/handlers/item/withitem/CalquatKeg.kt
+++ /dev/null
@@ -1,19 +0,0 @@
-package content.global.handlers.item.withitem
-
-import core.api.addItem
-import core.api.animate
-import core.api.removeItem
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class CalquatKeg : InteractionListener{
- override fun defineListeners() {
- onUseWith(ITEM, Items.CALQUAT_FRUIT_5980, Items.KNIFE_946) { player, _, _ ->
- if (removeItem(player, Items.CALQUAT_FRUIT_5980)){
- animate(player,2290)
- addItem(player, Items.CALQUAT_KEG_5769)
- }
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withitem/CrystalKeyCreateListener.kt b/Server/src/main/content/global/handlers/item/withitem/CrystalKeyCreateListener.kt
deleted file mode 100644
index 15d12ca62..000000000
--- a/Server/src/main/content/global/handlers/item/withitem/CrystalKeyCreateListener.kt
+++ /dev/null
@@ -1,35 +0,0 @@
-package content.global.handlers.item.withitem
-
-import core.api.addItem
-import core.api.removeItem
-import core.api.sendMessage
-import org.rs09.consts.Items
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-
-/**
- * Listener for creating a crystal key
- * @author Byte
- */
-@Suppress("unused")
-class CrystalKeyCreateListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.LOOP_HALF_OF_A_KEY_987, Items.TOOTH_HALF_OF_A_KEY_985) { player, used, with ->
- if (!removeItem(player, used)) {
- return@onUseWith false
- }
-
- if (!removeItem(player, with)) {
- return@onUseWith false
- }
-
- if (!addItem(player, Items.CRYSTAL_KEY_989)) {
- return@onUseWith false
- }
-
- sendMessage(player, "You join the loop half of a key and the tooth half of a key to make a crystal key.")
- return@onUseWith true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withitem/FruitCutting.kt b/Server/src/main/content/global/handlers/item/withitem/FruitCutting.kt
deleted file mode 100644
index ca6db9081..000000000
--- a/Server/src/main/content/global/handlers/item/withitem/FruitCutting.kt
+++ /dev/null
@@ -1,87 +0,0 @@
-package content.global.handlers.item.withitem
-
-import core.api.*
-import core.game.dialogue.DialogueFile
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import core.tools.START_DIALOGUE
-import org.rs09.consts.Items
-
-class FruitCuttingListener : InteractionListener {
- val anim = Animation(1192) // TODO Add fruit cutting animation to ConstLib
-
- enum class Fruit(val fruit: Int, val chunk: Int, val slice: Item) {
- PINEAPPLE(Items.PINEAPPLE_2114, Items.PINEAPPLE_CHUNKS_2116, Item(Items.PINEAPPLE_RING_2118, 4)),
- BANANA(Items.BANANA_1963, -1, Item(Items.SLICED_BANANA_3162)),
- LEMON(Items.LEMON_2102, Items.LEMON_CHUNKS_2104, Item(Items.LEMON_SLICES_2106)),
- LIME(Items.LIME_2120, Items.LIME_CHUNKS_2122, Item(Items.LIME_SLICES_2124)),
- ORANGE(Items.ORANGE_2108, Items.ORANGE_CHUNKS_2110, Item(Items.ORANGE_SLICES_2112));
-
- companion object {
- val productOfChunk = values().associate { it.fruit to it.chunk }
- val productOfSlice = values().associate { it.fruit to it.slice }
- val cutable = intArrayOf(PINEAPPLE.fruit, BANANA.fruit, LEMON.fruit, LIME.fruit, ORANGE.fruit)
-
- fun forChunkId(id: Int) : Int {
- return productOfChunk[id]!!
- }
-
- fun forSliceId(id: Int) : Item {
- return productOfSlice[id]!!
- }
- }
- }
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Fruit.cutable, Items.KNIFE_946) { player, used, _ ->
- openDialogue(
- player,
- FruitCuttingDialogue(used.id, Fruit.forChunkId(used.id), Fruit.forSliceId(used.id))
- )
- return@onUseWith true
- }
- }
-}
-
-class FruitCuttingDialogue(val fruit: Int, val chunk: Int, val slice: Item) : DialogueFile() {
- val anim = Animation(1192)
- override fun handle(componentID: Int, buttonID: Int) {
- when(stage) {
- START_DIALOGUE -> {
- if(chunk == -1) {
- if(removeItem(player!!, fruit) && addItem(player!!, slice.id)) {
- animate(player!!, anim, true)
- sendMessage(player!!, "You deftly chop the ${getItemName(fruit).lowercase()} into slices.")
- }
- } else {
- setInterfaceText(player!!, "Would you like to...", 140, 4)
- sendItemOnInterface(player!!, 140, 6, chunk, 1)
- sendItemOnInterface(player!!, 140, 5, slice.id, 1)
- setInterfaceText(player!!, "Slice the ${getItemName(fruit).lowercase()}", 140, 2)
- setInterfaceText(player!!, "Dice the ${getItemName(fruit).lowercase()}", 140, 3)
- openInterface(player!!, 140)
- when(buttonID) {
- 1 -> {
- closeInterface(player!!)
- if(removeItem(player!!, fruit) && addItem(player!!, slice.id, slice.amount)) {
- animate(player!!, anim, true)
- sendMessage(player!!, "You cut the ${getItemName(fruit).lowercase()} into slices.")
- }
- }
- 2 -> {
- closeInterface(player!!)
- if(removeItem(player!!, fruit) && addItem(player!!, chunk)) {
- animate(player!!, anim, true)
- sendMessage(player!!, "You cut the ${getItemName(fruit).lowercase()} into chunks.")
- }
- }
-
- }
- }
- }
- }
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withitem/GrindToothListener.kt b/Server/src/main/content/global/handlers/item/withitem/GrindToothListener.kt
deleted file mode 100644
index 93a6989da..000000000
--- a/Server/src/main/content/global/handlers/item/withitem/GrindToothListener.kt
+++ /dev/null
@@ -1,24 +0,0 @@
-package content.global.handlers.item.withitem
-
-import core.api.*
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.game.node.entity.player.info.LogType
-import core.game.node.entity.player.info.PlayerMonitor
-import core.game.node.item.Item
-
-class GrindToothListener : InteractionListener {
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.PESTLE_AND_MORTAR_233, Items.SUQAH_TOOTH_9079) { player, _, with ->
- val item = with as Item
- val res = replaceSlot(player, item.slot, Item(Items.GROUND_TOOTH_9082))
- if (res?.id == Items.SUQAH_TOOTH_9079) {
- sendMessage(player, "You grind the suqah tooth to dust.") //https://www.youtube.com/watch?v=RdIcNH50v7I
- } else {
- PlayerMonitor.log(player, LogType.DUPE_ALERT, "Player ground item ${res?.name} instead of a suqah tooth - potential slot-based manipulation attempt")
- }
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withitem/OilFishingRodListener.kt b/Server/src/main/content/global/handlers/item/withitem/OilFishingRodListener.kt
deleted file mode 100644
index 318f8a0a8..000000000
--- a/Server/src/main/content/global/handlers/item/withitem/OilFishingRodListener.kt
+++ /dev/null
@@ -1,52 +0,0 @@
-package content.global.handlers.item.withitem
-
-import core.api.*
-import core.game.system.task.Pulse
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class OilFishingRodListener : InteractionListener {
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.BLAMISH_OIL_1582, Items.FISHING_ROD_307) { player, used, with ->
- player.pulseManager.run(object : Pulse() {
- var counter = 0
- override fun pulse(): Boolean {
- when (counter++) {
- 1 -> {
- if (removeItem(player, used.asItem()) && removeItem(player, with.asItem()) &&
- addItem(player, Items.VIAL_229) &&
- addItem(player, Items.OILY_FISHING_ROD_1585)) {
- sendMessage(player, "You rub the oil into the fishing rod.")
- }
- }
- }
- return false
- }
- })
- return@onUseWith true
- }
-
- onUseWith(IntType.ITEM, Items.THIN_SNAIL_3363, Items.PESTLE_AND_MORTAR_233) { player, used, with ->
- if (player.inventory.contains(Items.SAMPLE_BOTTLE_3377, 1)) {
- player.pulseManager.run(object : Pulse() {
- var counter = 0
- override fun pulse(): Boolean {
- when (counter++) {
- 0 -> player.animator.animate(Animation(364))
- 3 -> {
- if (removeItem(player, Items.THIN_SNAIL_3363) &&
- removeItem(player, Items.SAMPLE_BOTTLE_3377)) {
- addItem(player, Items.BLAMISH_SNAIL_SLIME_1581)
- }
- }
- }
- return false
- }
- })
- }
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withitem/WatermelonOnSack.kt b/Server/src/main/content/global/handlers/item/withitem/WatermelonOnSack.kt
deleted file mode 100644
index f332b0590..000000000
--- a/Server/src/main/content/global/handlers/item/withitem/WatermelonOnSack.kt
+++ /dev/null
@@ -1,27 +0,0 @@
-package content.global.handlers.item.withitem
-
-import core.api.Container
-import core.api.*
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class WatermelonOnSack : InteractionListener {
- val SACK = Items.HAY_SACK_6058
- val WATERMELON = Items.WATERMELON_5982
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, SACK, WATERMELON){ player, used, _ ->
- if(getStatLevel(player, Skills.FARMING) >= 23){
- if (removeItem(player,SACK, Container.INVENTORY) && removeItem(player,WATERMELON,Container.INVENTORY) && addItem(player, Items.SCARECROW_6059)) {
- rewardXP(player, Skills.FARMING, 25.0)
- sendMessage(player, "You stab the watermelon on top of the spear, finishing your scarecrow")
- }
- }else{
- sendMessage(player, "Your Farming level is not high enough to do this")
- }
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withnpc/CatOnArdougneCivilian.kt b/Server/src/main/content/global/handlers/item/withnpc/CatOnArdougneCivilian.kt
deleted file mode 100644
index e69de29bb..000000000
diff --git a/Server/src/main/content/global/handlers/item/withnpc/FeedOnStrayDog.kt b/Server/src/main/content/global/handlers/item/withnpc/FeedOnStrayDog.kt
deleted file mode 100644
index 1c1013ac4..000000000
--- a/Server/src/main/content/global/handlers/item/withnpc/FeedOnStrayDog.kt
+++ /dev/null
@@ -1,118 +0,0 @@
-package content.global.handlers.item.withnpc
-
-import core.api.removeItem
-import core.api.sendChat
-import core.api.sendMessage
-import content.global.skill.prayer.Bones
-import core.game.node.entity.npc.NPC
-import core.game.node.item.Item
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import content.data.Meat
-import content.data.MeatState
-import core.api.animate
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Animations
-
-/**
- * Represents the option Listener use-with on a stray dog.
- * Use bones, raw & cooked meats
- */
-class FeedOnStrayDog : InteractionListener {
- override fun defineListeners() {
-
- val bones = Bones.array
-
- val consumableMeats = Meat.values()
- .filter { it.state == MeatState.INEDIBLE_RAW || it.state == MeatState.EDIBLE_COOKED }
- .map { it.id }
- .toIntArray()
-
- val allAllowedItems = bones + consumableMeats
-
- val dogs = intArrayOf(
- NPCs.STRAY_DOG_4766,
- NPCs.STRAY_DOG_4767,
- NPCs.STRAY_DOG_5917,
- NPCs.STRAY_DOG_5918
- )
-
- onUseWith(IntType.NPC, allAllowedItems, *dogs) { player, used, with ->
- used as Item; with as NPC
-
- var woof = "Woof"
-
- if (removeItem(player, used)) {
- sendMessage(
- player,
- "You feed the ${with.definition.name.lowercase()} your ${used.definition.name.lowercase()}."
- )
-
- animate(player, Animations.HUMAN_BURYING_BONES_827)
-
- when {
- bones.contains(used.id) -> {
- when (used.id) {
- Items.BURNT_BONES_528 -> {
- sendMessage(
- player,
- "The dog looks at you, disappointed, but takes the bones anyway."
- )
-
- woof = "Woof..."
- }
-
- Items.FAYRG_BONES_4830,
- Items.RAURG_BONES_4832,
- Items.OURG_BONES_4834 -> {
- sendMessage(
- player,
- "The dog looks at you, confused, but takes the bones anyway."
- )
-
- woof = "Woof..?"
- }
-
- Items.BABYDRAGON_BONES_534,
- Items.BIG_BONES_532 -> {
- sendMessage(
- player,
- "The dog seems to be very happy."
- )
-
- woof = "Woof!"
- }
-
- Items.WYVERN_BONES_6812,
- Items.DRAGON_BONES_536 -> {
- sendMessage(
- player,
- "The dog seems to be extremely overjoyed."
- )
-
- woof = "WOOF!"
- }
- }
- }
-
- consumableMeats.contains(used.id) -> {
- sendMessage(
- player,
- "The dog wagged its tail happily."
- )
-
- animate(with, Animation(4777))
-
- woof = "Woof woof!"
- }
- }
-
- sendChat(with, woof)
- }
-
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withnpc/MistagEasterEgg.kt b/Server/src/main/content/global/handlers/item/withnpc/MistagEasterEgg.kt
deleted file mode 100644
index 10d7aa15d..000000000
--- a/Server/src/main/content/global/handlers/item/withnpc/MistagEasterEgg.kt
+++ /dev/null
@@ -1,73 +0,0 @@
-package content.global.handlers.item.withnpc
-
-import core.game.component.Component
-import core.game.node.item.Item
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import core.game.dialogue.DialogueFile
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.game.world.update.flag.context.Animation
-import core.tools.END_DIALOGUE
-import core.api.*
-
-class MistagEasterEgg : InteractionListener {
- val DIAMOND = Items.DIAMOND_1601
- val MISTAG = NPCs.MISTAG_2084
- val ZANIK_RING = 14649
- val DRUNK_RENDER = 982
-
- override fun defineListeners() {
- onUseWith(IntType.NPC,DIAMOND,MISTAG){ player, _, with ->
- val alreadyHasRing = player.inventory.contains(ZANIK_RING,1) || player.bank.contains(ZANIK_RING,1) || player.equipment.contains(ZANIK_RING,1)
- player.dialogueInterpreter.open(MistagEasterEggDialogue(alreadyHasRing),with.asNpc())
- return@onUseWith true
- }
-
- onEquip(ZANIK_RING){player,_ ->
- player.appearance.transformNPC(NPCs.ZANIK_3712)
- return@onEquip true
- }
-
- onUnequip(ZANIK_RING){player, _ ->
- player.appearance.transformNPC(-1)
- return@onUnequip true
- }
-
- onEquip(Items.BEER_1917){player, _ ->
- setAttribute(player, "render-anim-override", DRUNK_RENDER)
- return@onEquip true
- }
-
- onUnequip(Items.BEER_1917){player, _ ->
- removeAttribute(player, "render-anim-override")
- player.appearance.setDefaultAnimations()
- player.appearance.sync()
- return@onUnequip true
- }
- }
-}
-
-class MistagEasterEggDialogue(val hasRing: Boolean): DialogueFile(){
- override fun handle(componentID: Int, buttonID: Int) {
-
- if(hasRing){
- npc("Lovely gem, adventurer, but I have nothing for you.").also { stage = END_DIALOGUE }
- return
- }
-
- when(stage++){
- 0 -> npc("Well thank you adventurer! Here, take this.")
- 1 -> {
- end()
- if(player!!.inventory.remove(Item(Items.DIAMOND_1601))){
- player!!.inventory.add(Item(14649))
- }
- }
- }
- }
-
- override fun npc(vararg messages: String?): Component? {
- return super.npc(core.game.dialogue.FacialExpression.OLD_HAPPY,*messages)
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withnpc/PoisonChaliceOnKingArthur.kt b/Server/src/main/content/global/handlers/item/withnpc/PoisonChaliceOnKingArthur.kt
deleted file mode 100644
index e8bd4fe63..000000000
--- a/Server/src/main/content/global/handlers/item/withnpc/PoisonChaliceOnKingArthur.kt
+++ /dev/null
@@ -1,52 +0,0 @@
-package content.global.handlers.item.withnpc
-
-import core.game.node.item.Item
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import core.game.dialogue.DialogueFile
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.tools.END_DIALOGUE
-
-class PoisonChaliceOnKingArthur : InteractionListener {
- override fun defineListeners() {
- onUseWith(IntType.NPC, Items.POISON_CHALICE_197, NPCs.KING_ARTHUR_251) { player, _, with ->
- player.dialogueInterpreter.open(PoisonChaliceOnKingArthurDialogue(), with)
- return@onUseWith true
- }
- }
-}
-
-class PoisonChaliceOnKingArthurDialogue : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- when (stage) {
- 0 -> npcl(
- core.game.dialogue.FacialExpression.SAD,
- "You have chosen poorly."
- ).also { stage++ }
-
- 1 -> playerl(
- core.game.dialogue.FacialExpression.ANNOYED,
- "Excuse me?"
- ).also { stage++ }
-
- 2 -> npcl(
- core.game.dialogue.FacialExpression.FRIENDLY,
- "Sorry, I meant to say 'thank you'. Most refreshing."
- ).also { stage++ }
-
- 3 -> playerl(
- core.game.dialogue.FacialExpression.DISGUSTED_HEAD_SHAKE,
- "Are you sure that stuff is safe to drink?"
- ).also { stage++ }
-
- 4 -> npcl(
- core.game.dialogue.FacialExpression.HAPPY,
- "Oh yes, Stankers' creations may be dangerous for those with weak constitutions, but, personally. I find them rather invigorating."
- ).also {
- player!!.inventory.remove(Item(197, 1))
- stage = END_DIALOGUE
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withnpc/RopeOnLadyKeli.kt b/Server/src/main/content/global/handlers/item/withnpc/RopeOnLadyKeli.kt
deleted file mode 100644
index 3dbd34a6d..000000000
--- a/Server/src/main/content/global/handlers/item/withnpc/RopeOnLadyKeli.kt
+++ /dev/null
@@ -1,27 +0,0 @@
-package content.global.handlers.item.withnpc
-
-import core.api.*
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import content.data.Quests
-
-class RopeOnLadyKeli : InteractionListener {
- override fun defineListeners() {
- onUseWith(IntType.NPC, Items.ROPE_954, NPCs.LADY_KELI_919) { player, used, with ->
- if(getQuestStage(player, Quests.PRINCE_ALI_RESCUE) in 40..50 && getAttribute(player, "guard-drunk", false)){
- if(removeItem(player, used.asItem())){
- sendDialogue(player, "You overpower Keli, tie her up, and put her in a cupboard.")
- setQuestStage(player, Quests.PRINCE_ALI_RESCUE, 50)
- setAttribute(player, "keli-gone", getWorldTicks() + 350)
- }
- } else {
- if (getQuestStage(player, Quests.PRINCE_ALI_RESCUE) == 40){
- sendMessage(player, "You need to do something about the guard first.")
- }
- }
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withnpc/ZooknockListener.kt b/Server/src/main/content/global/handlers/item/withnpc/ZooknockListener.kt
deleted file mode 100644
index 297740e60..000000000
--- a/Server/src/main/content/global/handlers/item/withnpc/ZooknockListener.kt
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.handlers.item.withnpc
-
-import content.region.misc.apeatoll.dialogue.dungeon.ZooknockDialogueFile
-import core.api.openDialogue
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-open class ZooknockListener() : InteractionListener {
- val goldBar = Items.GOLD_BAR_2357
- val monkeyAmuletMould = Items.MAMULET_MOULD_4020
- val monkeyDentures = Items.MONKEY_DENTURES_4006
-
-
- val items = intArrayOf(goldBar, monkeyDentures, monkeyAmuletMould)
-
- val zooknock = NPCs.ZOOKNOCK_1425
-
- val lol = arrayOf(Items)
-
- override fun defineListeners() {
- onUseWith(IntType.NPC, items, zooknock) {
- player, used, with -> openDialogue(player, ZooknockDialogueFile(used.id))
- return@onUseWith false
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withobject/AxeOnTree.kt b/Server/src/main/content/global/handlers/item/withobject/AxeOnTree.kt
deleted file mode 100644
index b9e89f6e4..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/AxeOnTree.kt
+++ /dev/null
@@ -1,20 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import content.global.skill.gather.woodcutting.WoodcuttingNode
-import content.global.skill.gather.woodcutting.WoodcuttingSkillPulse
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class AxeOnTree : InteractionListener {
- val axes = intArrayOf(Items.BRONZE_AXE_1351, Items.MITHRIL_AXE_1355, Items.IRON_AXE_1349, Items.BLACK_AXE_1361, Items.STEEL_AXE_1353, Items.ADAMANT_AXE_1357, Items.RUNE_AXE_1359, Items.DRAGON_AXE_6739, Items.INFERNO_ADZE_13661)
- val trees = WoodcuttingNode.values().map { it.id }.toIntArray()
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, axes, *trees){ player, _, with ->
- submitIndividualPulse(player, WoodcuttingSkillPulse(player, with.asScenery()))
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withobject/CauldronOfThunderListener.kt b/Server/src/main/content/global/handlers/item/withobject/CauldronOfThunderListener.kt
deleted file mode 100644
index d33edf37a..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/CauldronOfThunderListener.kt
+++ /dev/null
@@ -1,45 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.addItem
-import core.api.animate
-import core.api.removeItem
-import core.api.sendMessage
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import java.util.*
-
-/**
- * Listener for Cauldron of Thunder interaction
- * @author Byte
- */
-@Suppress("unused")
-class CauldronOfThunderListener : InteractionListener {
-
- companion object {
- private val ANIMATION = Animation(833)
-
- private val ITEM_MAP = mapOf(
- Items.RAW_BEEF_2132 to Items.ENCHANTED_BEEF_522,
- Items.RAW_RAT_MEAT_2134 to Items.ENCHANTED_RAT_MEAT_523,
- Items.RAW_BEAR_MEAT_2136 to Items.ENCHANTED_BEAR_MEAT_524,
- Items.RAW_CHICKEN_2138 to Items.ENCHANTED_CHICKEN_525
- )
- }
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, ITEM_MAP.keys.toIntArray(), Scenery.CAULDRON_OF_THUNDER_2142) { player, used, _ ->
- if (!removeItem(player, used)) {
- return@onUseWith false
- }
-
- animate(player, ANIMATION)
- addItem(player, ITEM_MAP[used.id]!!)
- sendMessage(player, "You dip the " + used.name.lowercase(Locale.getDefault()) + " in the cauldron.")
-
- return@onUseWith true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/ChestKeyListener.kt b/Server/src/main/content/global/handlers/item/withobject/ChestKeyListener.kt
deleted file mode 100644
index a64638f3f..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/ChestKeyListener.kt
+++ /dev/null
@@ -1,35 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.addItem
-import core.api.removeItem
-import core.api.replaceScenery
-import core.api.sendMessage
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-
-/**
- * Listener for using key on pirate chest in Blue Moon Inn
- * @author Byte
- */
-@Suppress("unused")
-class ChestKeyListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, Items.CHEST_KEY_432, Scenery.CHEST_2079) { player, used, with ->
- if (!removeItem(player, used)) {
- return@onUseWith false
- }
-
- replaceScenery(with as core.game.node.scenery.Scenery, 2080, 3)
-
- addItem(player, Items.PIRATE_MESSAGE_433)
- sendMessage(player, "You unlock the chest.")
- sendMessage(player, "All that's in the chest is a message...")
- sendMessage(player, "You take the message from the chest.")
-
- return@onUseWith true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/DragonPlatebody.java b/Server/src/main/content/global/handlers/item/withobject/DragonPlatebody.java
deleted file mode 100644
index b8f3d60bf..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/DragonPlatebody.java
+++ /dev/null
@@ -1,5 +0,0 @@
-package content.global.handlers.item.withobject;
-
-public class DragonPlatebody {
-
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/FishEasterEgg.kt b/Server/src/main/content/global/handlers/item/withobject/FishEasterEgg.kt
deleted file mode 100644
index c5e1869f7..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/FishEasterEgg.kt
+++ /dev/null
@@ -1,26 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import content.global.skill.gather.woodcutting.WoodcuttingNode
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class FishEasterEgg : InteractionListener {
- val TREE_IDs = WoodcuttingNode.values().map { it.id }.toIntArray()
-
- val fish = intArrayOf(Items.RAW_HERRING_345, Items.HERRING_347)
- val doors = intArrayOf(1967,1968)
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, fish, *TREE_IDs){ player, _, _ ->
- sendMessage(player, "This is not the mightiest tree in the forest.")
- return@onUseWith true
- }
-
- onUseWith(IntType.SCENERY, fish, *doors){ player, _, _ ->
- sendMessage(player, "It can't be done!")
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withobject/GWDEntranceRopeListener.kt b/Server/src/main/content/global/handlers/item/withobject/GWDEntranceRopeListener.kt
deleted file mode 100644
index 324364998..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/GWDEntranceRopeListener.kt
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.removeItem
-import core.api.setVarbit
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-
-/**
- * Listener for using a rope directly on the GWD entrance hole
- * @author Byte
- */
-@Suppress("unused")
-class GWDEntranceRopeListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, Items.ROPE_954, Scenery.HOLE_26340) { player, used, _ ->
- if (!removeItem(player, used)) {
- return@onUseWith false
- }
-
- setVarbit(player, 3932, 1, true)
-
- return@onUseWith true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/HairdresserCheeseListener.kt b/Server/src/main/content/global/handlers/item/withobject/HairdresserCheeseListener.kt
deleted file mode 100644
index 0606f65b2..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/HairdresserCheeseListener.kt
+++ /dev/null
@@ -1,37 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import core.game.node.entity.player.link.diary.DiaryType
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-
-/**
- * Listener for using cheese on Ridgeley on the treadmill
- * @author Byte
- */
-@Suppress("unused")
-class HairdresserCheeseListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, Items.CHEESE_1985, Scenery.TREADMILL_11677) { player, used, _ ->
- lock(player, 5)
-
- var isTaskSuccessful = false
- runTask(player,3,1) {
- if (!removeItem(player, used)) {
- return@runTask
- }
-
- sendMessage(player,"You throw the cheese to Ridgeley, for which he appears grateful.")
- player.achievementDiaryManager.finishTask(player, DiaryType.FALADOR, 0, 6)
- unlock(player)
-
- isTaskSuccessful = true
- }
-
- return@onUseWith isTaskSuccessful
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/HatStand.kt b/Server/src/main/content/global/handlers/item/withobject/HatStand.kt
deleted file mode 100644
index 91205e535..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/HatStand.kt
+++ /dev/null
@@ -1,20 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import core.api.EquipmentSlot
-import core.cache.def.impl.ItemDefinition
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class HatStand : InteractionListener {
-
- val hats = ItemDefinition.getDefinitions().values.filter { it.getConfiguration("equipment_slot",0) == EquipmentSlot.HEAD.ordinal }.map { it.id }.toIntArray()
- val hat_stand = 374
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, hats, hat_stand){ player, used, with ->
- sendDialogue(player, "It'd probably fall off if I tried to do that.")
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withobject/KaramjaBananaCrateListener.kt b/Server/src/main/content/global/handlers/item/withobject/KaramjaBananaCrateListener.kt
deleted file mode 100644
index 6db716bf9..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/KaramjaBananaCrateListener.kt
+++ /dev/null
@@ -1,128 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import kotlin.math.min
-
-/**
- * Listener for Karamja banana crate interaction
- * @author Byte
- */
-@Suppress("unused")
-class KaramjaBananaCrateListener : InteractionListener {
-
- companion object {
- private const val CRATE_CAPACITY = 10
-
- private val ANIMATION = Animation(832)
- }
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, Items.KARAMJAN_RUM_431, Scenery.CRATE_2072) { player, used, _ ->
- if (!player.savedData.globalData.isLuthasTask) {
- sendMessage(player, "I don't know what goes in there.")
- return@onUseWith true
- }
-
- if (getAttribute(player, "stashed-rum", false)) {
- sendMessage(player, "There's already some rum in here...")
- return@onUseWith true
- }
-
- if (!removeItem(player, used)) {
- return@onUseWith false
- }
-
- lock(player, 2)
- animate(player, ANIMATION)
- sendDialogue(player, "You stash the rum in the crate.")
- setAttribute(player, "/save:stashed-rum", true)
-
- return@onUseWith true
- }
-
- onUseWith(IntType.SCENERY, Items.BANANA_1963, Scenery.CRATE_2072) { player, used, _ ->
- if (!player.savedData.globalData.isLuthasTask) {
- sendMessage(player, "I don't know what goes in there.")
- return@onUseWith true
- }
-
- val currNumBananasInCrate = player.savedData.globalData.karamjaBananas
-
- if (currNumBananasInCrate >= CRATE_CAPACITY) {
- sendMessage(player, "The crate is already full.")
- return@onUseWith true
- }
-
- if (!removeItem(player, used)) {
- return@onUseWith false
- }
-
- lock(player, 2)
- animate(player, ANIMATION)
- sendDialogue(player, "You pack a banana into the crate.")
- player.savedData.globalData.setKaramjaBannanas(currNumBananasInCrate + 1)
-
- return@onUseWith true
- }
-
- on(Scenery.CRATE_2072, IntType.SCENERY, "search") { player, _ ->
- if (!player.savedData.globalData.isLuthasTask) {
- sendMessage(player, "I don't know what goes in there.")
- return@on true
- }
-
- val currNumBananasInCrate = player.savedData.globalData.karamjaBananas
-
- if (currNumBananasInCrate == 0) {
- sendMessage(player, "The crate is completely empty.")
- return@on true
- }
-
- if (currNumBananasInCrate >= CRATE_CAPACITY) {
- sendMessage(player, "The crate is full of bananas.")
- return@on true
- }
-
- sendMessage(player, "The crate has " + currNumBananasInCrate + " banana" + (if (currNumBananasInCrate > 1) "s" else "") + " inside.")
-
- return@on true
- }
-
- on(Scenery.CRATE_2072, IntType.SCENERY, "fill") { player, _ ->
- if (!player.savedData.globalData.isLuthasTask) {
- sendMessage(player, "I don't know what goes in there.")
- return@on true
- }
-
- val numBananas = amountInInventory(player, Items.BANANA_1963)
- val currNumBananasInCrate = player.savedData.globalData.karamjaBananas
- val bananasToBeAdded = min(numBananas, CRATE_CAPACITY - player.savedData.globalData.karamjaBananas)
-
- if (numBananas == 0) {
- return@on true
- }
-
- if (currNumBananasInCrate >= CRATE_CAPACITY) {
- sendMessage(player, "The crate is already full.")
- return@on true
- }
-
- if (!removeItem(player, Item(Items.BANANA_1963, bananasToBeAdded))) {
- return@on false
- }
-
- lock(player, 2)
- animate(player, ANIMATION)
- sendMessage(player, "You pack all your bananas into the crate.")
- player.savedData.globalData.setKaramjaBannanas(player.savedData.globalData.karamjaBananas + bananasToBeAdded)
-
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/PoisonFountainListener.kt b/Server/src/main/content/global/handlers/item/withobject/PoisonFountainListener.kt
deleted file mode 100644
index efb5a85eb..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/PoisonFountainListener.kt
+++ /dev/null
@@ -1,56 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import core.game.system.task.Pulse
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-
-/**
- * Listener for using poisoned fish food on Draynor Manor fountain
- * @author Byte
- */
-@Suppress("unused")
-class PoisonFountainListener : InteractionListener {
-
- companion object {
- private val ANIMATION = Animation(881)
- }
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, Items.POISONED_FISH_FOOD_274, Scenery.FOUNTAIN_153) { player, used, _ ->
- if (getAttribute(player, "piranhas-killed", false)) {
- sendMessage(player, "The piranhas are dead already.")
- return@onUseWith true
- }
-
- if (!removeItem(player, used)) {
- return@onUseWith false
- }
-
- lock(player, 5)
- animate(player, ANIMATION)
- sendMessage(player, "You pour the poisoned fish food into the fountain.")
- setAttribute(player, "/save:piranhas-killed", true)
-
- submitIndividualPulse(player, object : Pulse(1) {
- var counter = 0
- override fun pulse(): Boolean {
- when (counter++) {
- 1 -> sendMessage(player, "The piranhas start eating the food...")
- 2 -> {
- sendMessage(player, "... then die and float to the surface.")
- unlock(player)
- return true
- }
- }
- return false
- }
- })
-
- return@onUseWith true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/SackOnHay.kt b/Server/src/main/content/global/handlers/item/withobject/SackOnHay.kt
deleted file mode 100644
index 0b942e623..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/SackOnHay.kt
+++ /dev/null
@@ -1,22 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.Container
-import core.api.*
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class SackOnHay : InteractionListener {
- val SACK = Items.EMPTY_SACK_5418
- val HAY = intArrayOf(36892, 36894, 36896, 300, 34593, 298, 299)
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, SACK, *HAY){ player, used, _ ->
- if(removeItem(player, used.asItem(), Container.INVENTORY)){
- addItem(player, Items.HAY_SACK_6057, 1)
- sendMessage(player, "You fill the sack with hay.")
- }
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/item/withobject/SandSourceListener.kt b/Server/src/main/content/global/handlers/item/withobject/SandSourceListener.kt
deleted file mode 100644
index bbde6bc21..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/SandSourceListener.kt
+++ /dev/null
@@ -1,49 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-
-/**
- * Listener for collecting buckets of sand from a sand pit
- * @author Byte
- */
-@Suppress("unused")
-class SandSourceListener : InteractionListener {
-
- companion object {
- private val ANIMATION = Animation(895)
-
- private val SAND_PITS = intArrayOf(
- Scenery.SAND_PIT_2645,
- Scenery.SAND_PIT_4373,
- Scenery.SANDPIT_10814
- )
- }
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, Items.BUCKET_1925, *SAND_PITS) { player, used, _ ->
- val numEmptyBuckets = amountInInventory(player, used.id)
-
- var animationTrigger = 0
- runTask(player, 2, numEmptyBuckets) {
- if (removeItem(player, used)) {
- if (animationTrigger % 2 == 0) {
- animate(player, ANIMATION)
- }
-
- if (addItem(player, Items.BUCKET_OF_SAND_1783)) {
- sendMessage(player, "You fill the bucket with sand.")
- }
- }
-
- animationTrigger++
- }
-
- return@onUseWith true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/SapCollectListener.kt b/Server/src/main/content/global/handlers/item/withobject/SapCollectListener.kt
deleted file mode 100644
index 13ee4000a..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/SapCollectListener.kt
+++ /dev/null
@@ -1,89 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import core.game.node.item.Item
-import core.game.system.task.Pulse
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Animations
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-
-/**
- * Listener for collecting buckets of sap from trees
- * @author Byte
- */
-@Suppress("unused")
-class SapCollectListener : InteractionListener {
-
- companion object {
- private val ANIMATION = Animation(Animations.HUMAN_FILL_BUCKET_WITH_SAP_2009)
-
- private val TREES = intArrayOf(
- Scenery.TREE_1276,
- Scenery.TREE_1277,
- Scenery.TREE_1278,
- Scenery.TREE_1280,
- Scenery.EVERGREEN_1315,
- Scenery.EVERGREEN_1316,
- Scenery.EVERGREEN_1318,
- Scenery.EVERGREEN_1319,
- Scenery.TREE_1330,
- Scenery.TREE_1331,
- Scenery.TREE_1332,
- Scenery.TREE_3033,
- Scenery.TREE_3034,
- Scenery.TREE_3035,
- Scenery.TREE_3036,
- Scenery.TREE_3879,
- Scenery.TREE_3881,
- Scenery.TREE_3882,
- Scenery.TREE_3883,
- Scenery.TREE_10041,
- Scenery.TREE_14308,
- Scenery.TREE_14309,
- Scenery.TREE_30132,
- Scenery.TREE_30133,
- Scenery.TREE_37477,
- Scenery.TREE_37478,
- Scenery.TREE_37652
- )
- }
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, Items.KNIFE_946, *TREES) { player, _, _ ->
- if (!inInventory(player, Items.BUCKET_1925)) {
- sendMessage(player, "You need a bucket to do that.")
- }
-
- submitIndividualPulse(player, object : Pulse(2) {
- override fun pulse(): Boolean {
- if (removeItem(player, Items.BUCKET_1925)) {
- animate(player, ANIMATION)
- if (addItem(player, Items.BUCKET_OF_SAP_4687)) {
- sendMessage(player, "You cut the tree and allow its sap to drip down into your bucket.")
- }
- return true
- }
- return false
- }
- })
-
- return@onUseWith true
- }
-
- on(Items.BUCKET_OF_SAP_4687, IntType.ITEM, "empty") { player, node ->
- val item = node as Item
-
- if (item.slot < 0) {
- return@on false
- }
-
- replaceSlot(player, item.slot, Item(Items.BUCKET_1925))
- sendMessage(player, "You empty the contents of the bucket on the floor.")
-
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/SpiritShieldBlessListener.kt b/Server/src/main/content/global/handlers/item/withobject/SpiritShieldBlessListener.kt
deleted file mode 100644
index 084e7f117..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/SpiritShieldBlessListener.kt
+++ /dev/null
@@ -1,127 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.world.repository.Repository.sendNews
-import java.util.*
-
-/**
- * Listener for blessing spirit shield and attaching sigils
- * @author Byte
- */
-@Suppress("unused")
-class SpiritShieldBlessListener : InteractionListener {
-
- companion object {
- private const val REQUIRED_PRAYER_LEVEL_TO_BLESS_SHIELD = 85
- private const val REQUIRED_PRAYER_LEVEL_TO_ATTACH_SIGIL = 90
- private const val REQUIRED_SMITHING_LEVEL_TO_ATTACH_SIGIL = 85
-
- private val ANIMATION = Animation(898)
-
- private val COMPONENTS = intArrayOf(
- Items.HOLY_ELIXIR_13754,
- Items.SPIRIT_SHIELD_13734
- )
-
- private val ALTARS = intArrayOf(
- Scenery.ALTAR_409,
- Scenery.ALTAR_2640,
- Scenery.ALTAR_4008,
- Scenery.ALTAR_18254,
- Scenery.ALTAR_19145,
- Scenery.ALTAR_24343,
- Scenery.SARADOMIN_ALTAR_26287,
- Scenery.ALTAR_27661,
- Scenery.ALTAR_34616,
- Scenery.ALTAR_36972,
- Scenery.ALTAR_39842
- )
-
- private val SIGILS_SHIELDS_MAP = mapOf(
- Items.ARCANE_SIGIL_13746 to Items.ARCANE_SPIRIT_SHIELD_13738,
- Items.DIVINE_SIGIL_13748 to Items.DIVINE_SPIRIT_SHIELD_13740,
- Items.ELYSIAN_SIGIL_13750 to Items.ELYSIAN_SPIRIT_SHIELD_13742,
- Items.SPECTRAL_SIGIL_13752 to Items.SPECTRAL_SPIRIT_SHIELD_13744
- )
-
- private val ANVILS = intArrayOf(
- Scenery.ANVIL_2782,
- Scenery.ANVIL_2783,
- Scenery.ANVIL_4306,
- Scenery.ANVIL_6150,
- Scenery.ANVIL_22725,
- Scenery.LATHE_26817,
- Scenery.ANVIL_26822,
- Scenery.ANVIL_37622
- )
- }
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, COMPONENTS, *ALTARS) { player, _, _ ->
- if (!inInventory(player, Items.HOLY_ELIXIR_13754) || !inInventory(player, Items.SPIRIT_SHIELD_13734)) {
- sendMessage(player, "You need a holy elixir and an unblessed spirit shield in order to do this.")
- return@onUseWith true
- }
-
- if (!hasLevelDyn(player, Skills.PRAYER, REQUIRED_PRAYER_LEVEL_TO_BLESS_SHIELD)) {
- sendMessage(player, "You need a Prayer level of $REQUIRED_PRAYER_LEVEL_TO_BLESS_SHIELD in order to bless the shield.")
- }
-
- if (!removeItem(player, Items.HOLY_ELIXIR_13754)) {
- return@onUseWith false
- }
-
- if (!removeItem(player, Items.SPIRIT_SHIELD_13734)) {
- return@onUseWith false
- }
-
- if (!addItem(player, Items.BLESSED_SPIRIT_SHIELD_13736)) {
- return@onUseWith false
- }
-
- sendMessage(player, "You successfully bless the shield using the holy elixir.")
- return@onUseWith true
- }
-
- onUseWith(IntType.SCENERY, SIGILS_SHIELDS_MAP.keys.toIntArray(), *ANVILS) { player, used, _ ->
- if (!inInventory(player, Items.BLESSED_SPIRIT_SHIELD_13736)) {
- sendMessage(player, "You need a blessed spirit shield in order to continue.")
- return@onUseWith true
- }
-
- if (!hasLevelDyn(player, Skills.PRAYER, REQUIRED_PRAYER_LEVEL_TO_ATTACH_SIGIL) || !hasLevelDyn(player, Skills.SMITHING, REQUIRED_SMITHING_LEVEL_TO_ATTACH_SIGIL)) {
- sendMessage(player, "You need a Prayer level of $REQUIRED_PRAYER_LEVEL_TO_ATTACH_SIGIL and a Smithing level of $REQUIRED_SMITHING_LEVEL_TO_ATTACH_SIGIL in order to attach the sigil.")
- return@onUseWith true
- }
-
- if (!inInventory(player, Items.HAMMER_2347)) {
- sendMessage(player, "You need a hammer in order to do this.")
- return@onUseWith true
- }
-
- sendDialogueOptions(player, "Combine the two?", "Yes", "No")
- addDialogueAction(player) { _, buttonId ->
- when (buttonId) {
- 2 -> {
- if (removeItem(player, used) && removeItem(player, Items.BLESSED_SPIRIT_SHIELD_13736)) {
- val product = Item(SIGILS_SHIELDS_MAP[used.id]!!)
- addItem(player, product.id)
- animate(player, ANIMATION)
- sendItemDialogue(player, product.id, "You successfully attach the " + used.name.lowercase(Locale.getDefault()) + " to the blessed spirit shield.")
- sendNews(player.username + " has just made the " + product.name + ".")
- }
- }
- }
- }
-
- return@onUseWith true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/SwampHoleRopeListener.kt b/Server/src/main/content/global/handlers/item/withobject/SwampHoleRopeListener.kt
deleted file mode 100644
index 020b50e62..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/SwampHoleRopeListener.kt
+++ /dev/null
@@ -1,33 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-
-/**
- * Listener for using rope on Lumbridge swamp hole
- * @author Byte
- */
-@Suppress("unused")
-class SwampHoleRopeListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, Items.ROPE_954, Scenery.DARK_HOLE_5947) { player, used, _ ->
- if (player.savedData.globalData.hasTiedLumbridgeRope()) {
- sendDialogue(player, "There is already a rope tied to the entrance.")
- return@onUseWith true
- }
-
- if (!removeItem(player, used)) {
- return@onUseWith false
- }
-
- sendItemDialogue(player, used, "You tie the rope to the top of the entrance and throw it down.")
- player.savedData.globalData.setLumbridgeRope(true)
-
- return@onUseWith true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/item/withobject/WaterSourceListener.kt b/Server/src/main/content/global/handlers/item/withobject/WaterSourceListener.kt
deleted file mode 100644
index 75652b75d..000000000
--- a/Server/src/main/content/global/handlers/item/withobject/WaterSourceListener.kt
+++ /dev/null
@@ -1,166 +0,0 @@
-package content.global.handlers.item.withobject
-
-import core.api.*
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.system.task.Pulse
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.game.world.map.Location
-import org.rs09.consts.Sounds
-
-/**
- * Handles filling most water sources.
- * @author Ceikry
- */
-class WaterSourceListener : InteractionListener {
- // NOTE '9695' should be removed from the array below once the sink object can be used directly, this is a temporary
- // solution.
- // this is ugly!
- private val waterSources = intArrayOf(21355, 16302, 6827, 11661, 24160, 34577, 15936, 15937, 15938, 23920, 35469, 24265, 153, 879, 880, 2864, 6232, 10436, 10437, 10827, 11007, 11759, 21764, 22973, 24161, 24214, 24265, 28662, 30223, 30820, 34579, 36781, 873, 874, 4063, 6151, 8699, 9143, 9684, 9695, 10175, 12279, 12974, 13563, 13564, 14868, 14917, 14918, 15678, 16704, 16705, 20358, 22715, 24112, 24314, 25729, 25929, 26966, 29105, 33458, 34082, 34411, 34496, 34547, 34566, 35762, 36971, 37154, 37155, 878, 884, 3264, 3305, 3359, 4004, 4005, 6097, 6249, 6549, 8747, 8927, 11793, 12201, 12897, 24166, 26945, 31359, 32023, 32024, 34576, 35671, 40063, 13561, 13563, 13559, 12089)
-
- private val nonWellableMsg = "If I drop my @ down there, I don't think I'm likely to get it back."
- private val animation = Animation(832)
-
- override fun defineListeners()
- {
- onUseWith(IntType.SCENERY, WaterVessel.getInputs(), *waterSources){ player, used, with ->
- val vessel = WaterVessel.forId(used.id) ?: return@onUseWith false
-
- if(with.name.contains("well", ignoreCase = true) && !vessel.wellable)
- {
- sendMessage(player, formatMsgText(used.name, nonWellableMsg))
- return@onUseWith true
- }
-
- if(with.id == 9695 && player.location.regionId != 11571)
- {
- return@onUseWith false
- }
-
- //ugly achievement code, achievement system sux
- if(vessel == WaterVessel.BUCKET && with.id == 11661)
- {
- if(!player.achievementDiaryManager.getDiary(DiaryType.FALADOR).isComplete(0,7))
- player.achievementDiaryManager.getDiary(DiaryType.FALADOR).updateTask(player, 0, 7, true)
- }
-
- player.pulseManager.run(object : Pulse(1){
- override fun pulse(): Boolean {
- if(removeItem(player, used.id))
- {
- animate(player, animation)
- sendMessage(player, formatMsgText(used.name, vessel.fillMsg))
- addItemOrDrop(player, vessel.output)
- if(with.name.contains("well", ignoreCase = true)) {
- playAudio(player, Sounds.WELL_FILL_2615)
- }
- else {
- playAudio(player, Sounds.TAP_FILL_2609)
- }
-
- }
- return !vessel.autofill || amountInInventory(player, used.id) == 0
- }
- })
-
- return@onUseWith true
- }
-
- // This is needed to make the crafting guild sink work, but technically it's wrong as it is the noticeboard and
- // not the sink being used. This is a temporary solution until the sink object can be used directly.
- setDest(IntType.SCENERY, intArrayOf(9695), "use") { player, node ->
- if (player.location.regionId == 11571){
- return@setDest Location.create(2934, 3280, 0)
- }
- return@setDest node.location
- }
- }
-
- private fun formatMsgText(name: String, template: String): String
- {
- val sb = StringBuilder()
- val templateChars = template.toCharArray()
- val nameChars = name.toCharArray()
-
- for(tc in templateChars)
- {
- if(tc == '@'){
- for(nc in nameChars)
- {
- if (nc == '(') break
- else sb.append(nc.toLowerCase())
- }
- }
- else sb.append(tc)
- }
-
- return sb.toString()
- }
-
- internal enum class WaterVessel(val inputs: IntArray, val output: Int, val wellable: Boolean = false, val autofill: Boolean = true, val fillMsg: String = "You fill the @.")
- {
- BUCKET(
- inputs = intArrayOf(Items.BUCKET_1925),
- output = Items.BUCKET_OF_WATER_1929,
- wellable = true
- ),
- VIAL(
- inputs = intArrayOf(Items.VIAL_229),
- output = Items.VIAL_OF_WATER_227,
- ),
- JUG(
- inputs = intArrayOf(Items.JUG_1935),
- output = Items.JUG_OF_WATER_1937
- ),
- BOWL(
- inputs = intArrayOf(Items.BOWL_1923),
- output = Items.BOWL_OF_WATER_1921
- ),
- WATERING_CAN(
- inputs = intArrayOf(Items.WATERING_CAN_5331,Items.WATERING_CAN1_5333, Items.WATERING_CAN2_5334, Items.WATERING_CAN3_5335, Items.WATERING_CAN4_5336, Items.WATERING_CAN5_5337, Items.WATERING_CAN6_5338, Items.WATERING_CAN7_5339),
- output = Items.WATERING_CAN8_5340
- ),
- WATER_SKIN(
- inputs = intArrayOf(Items.WATERSKIN0_1831, Items.WATERSKIN1_1829, Items.WATERSKIN2_1827, Items.WATERSKIN3_1825),
- output = Items.WATERSKIN4_1823
- ),
- FISHBOWL(
- inputs = intArrayOf(Items.FISHBOWL_6667),
- output = Items.FISHBOWL_6668
- ),
- KETTLE(
- inputs = intArrayOf(Items.KETTLE_7688),
- output = Items.FULL_KETTLE_7690
- ),
- CUP(
- inputs = intArrayOf(Items.EMPTY_CUP_1980),
- output = Items.CUP_OF_WATER_4458
- );
-
- companion object
- {
- //map our input item IDs to their respective WaterVessel entry
- private val itemMap = HashMap()
-
- init {
- for(entry in values())
- {
- entry.inputs.forEach { itemMap[it] = entry }
- }
- }
-
- //return a nice list of all the input IDs
- fun getInputs(): IntArray
- {
- return itemMap.keys.toIntArray()
- }
-
- fun forId(id: Int): WaterVessel?
- {
- return itemMap[id]
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/npc/BankerNPC.kt b/Server/src/main/content/global/handlers/npc/BankerNPC.kt
deleted file mode 100644
index 7dff2f0d7..000000000
--- a/Server/src/main/content/global/handlers/npc/BankerNPC.kt
+++ /dev/null
@@ -1,323 +0,0 @@
-package content.global.handlers.npc
-
-import content.global.handlers.scenery.BankBoothListener
-import core.ServerConstants
-import core.api.*
-import core.game.dialogue.ChatAnim
-import core.game.dialogue.DialogueLabeller
-import core.game.dialogue.DialogueOption
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.Node
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.AbstractNPC
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.IronmanMode
-import core.game.world.map.Direction
-import core.game.world.map.Location
-import core.plugin.Initializable
-import org.rs09.consts.NPCs
-
-/**
- * Provides dialogue tree for all generic banker NPCs as well as
- * handles all the common interactions like 'bank' and 'collect'.
- *
- * @author vddCore
- * @author Player Name
- */
-@Initializable
-class BankerNPC : AbstractNPC, InteractionListener {
- val NPC_IDS = intArrayOf(
- NPCs.BANKER_44, NPCs.BANKER_45, NPCs.BANKER_494, NPCs.BANKER_495, NPCs.BANKER_496, NPCs.BANKER_497,
- NPCs.BANKER_498, NPCs.BANKER_499, NPCs.BANKER_1036, NPCs.BANKER_1360, NPCs.BANKER_2163, NPCs.BANKER_2164,
- NPCs.BANKER_2354, NPCs.BANKER_2355, NPCs.BANKER_2568, NPCs.BANKER_2569, NPCs.BANKER_2570, NPCs.BANKER_3198,
- NPCs.BANKER_3199, NPCs.BANKER_5258, NPCs.BANKER_5259, NPCs.BANKER_5260, NPCs.BANKER_5261, NPCs.BANKER_5776,
- NPCs.BANKER_5777, NPCs.BANKER_5912, NPCs.BANKER_5913, NPCs.BANKER_6200, NPCs.BANKER_6532, NPCs.BANKER_6533,
- NPCs.BANKER_6534, NPCs.BANKER_6535, NPCs.BANKER_7445, NPCs.BANKER_7446, NPCs.BANKER_7605,
- NPCs.GUNDAI_902,
- NPCs.GHOST_BANKER_1702, NPCs.GNOME_BANKER_166, NPCs.NARDAH_BANKER_3046, NPCs.MAGNUS_GRAM_5488, NPCs.TZHAAR_KET_ZUH_2619,
- NPCs.SIRSAL_BANKER_4519, NPCs.FADLI_958, NPCs.BANK_TUTOR_4907, NPCs.JADE_4296,
- NPCs.OGRESS_BANKER_7049, NPCs.OGRESS_BANKER_7050,
- NPCs.BANKER_6538
- )
-
- companion object {
- private const val LUNAR_ISLE_BANK_REGION = 8253
-
- /**
- * This is poorly named, but performs a few checks to see if the player
- * is trying to access the bank on the Lunar Isle and returns a boolean
- * controlling whether or not to pass the quick bank or collection use.
- */
- fun checkLunarIsleRestriction(player: Player, node: Node): Boolean {
- if (node.location.regionId != LUNAR_ISLE_BANK_REGION)
- return false
-
- if (!hasSealOfPassage(player)) {
- return true
- }
-
- return false
- }
-
- fun attemptBank(player: Player, node: Node): Boolean {
- val npc = node as NPC
-
- if (checkLunarIsleRestriction(player, node)) {
- openDialogue(player, npc.id, npc)
- return true
- }
-
- npc.faceLocation(null)
- openBankAccount(player)
-
- return true
- }
-
- fun attemptCollect(player: Player, node: Node): Boolean {
- val npc = node as NPC
-
- if (checkLunarIsleRestriction(player, node)) {
- openDialogue(player, npc.id, npc)
- return true
- }
-
- npc.faceLocation(null)
- openGrandExchangeCollectionBox(player)
-
- return true
- }
- }
-
- //Constructor spaghetti because Arios I guess
- constructor() : super(0, null)
- private constructor(id: Int, location: Location) : super(id, location)
-
- override fun construct(id: Int, location: Location, vararg objects: Any?): AbstractNPC {
- return BankerNPC(id, location)
- }
-
- private fun findAdjacentBankBoothLocation(): Pair? {
- for (side in arrayOf(Direction.SOUTH, Direction.WEST, Direction.NORTH, Direction.EAST)) {
- val boothLocation = location.transform(side)
- val sceneryObject = getScenery(boothLocation)
-
- if (sceneryObject != null && sceneryObject.id in BankBoothListener.BANK_BOOTHS) {
- return Pair(side, boothLocation.transform(side, 1))
- }
- }
-
- return null
- }
-
- private fun provideDestinationOverride(entity: Entity, node: Node): Location {
- val npc = node as NPC
- return when(npc.id) {
- /* Ogress bankers are 2x2 with their spawn being offset to south-western tile. */
- NPCs.OGRESS_BANKER_7049, NPCs.OGRESS_BANKER_7050 -> npc.location.transform(3, 1, 0)
- /* Magnus has no bank booth nearby so we need to handle that edge case here. */
- NPCs.MAGNUS_GRAM_5488 -> npc.location.transform(Direction.NORTH, 2)
- /* Special-cased NPCs, idk why */
- NPCs.BANKER_6532, NPCs.BANKER_6533, NPCs.BANKER_6534, NPCs.BANKER_6535 -> npc.location.transform(npc.direction, 1)
- else -> {
- if (npc is BankerNPC) {
- npc.findAdjacentBankBoothLocation()?.let {
- return it.second
- }
- }
- return npc.location
- }
- }
- }
-
- override fun defineListeners() {
- on(NPC_IDS, IntType.NPC, "bank", handler = Companion::attemptBank)
- on(NPC_IDS, IntType.NPC, "collect", handler = Companion::attemptCollect)
- on(NPC_IDS, IntType.NPC, "talk-to") { player, node ->
- DialogueLabeller.open(player, BankerDialogueLabellerFile(), node as NPC)
- return@on true
- }
- }
-
- override fun defineDestinationOverrides() {
- setDest(IntType.NPC, NPC_IDS, "bank", "collect", "talk-to", handler = ::provideDestinationOverride)
- }
-
- override fun init() {
- super.init()
-
- findAdjacentBankBoothLocation()?.let {
- val (boothDirection, _) = it
-
- direction = boothDirection
- isWalks = false
-
- setAttribute("facing_booth", true)
- }
- }
-
- class BankerDialogueLabellerFile : DialogueLabeller() {
- val BANKERS_WITH_EXTRA_OPTION = intArrayOf(NPCs.BANK_TUTOR_4907, NPCs.JADE_4296, NPCs.BANKER_6538)
-
- override fun addConversation() {
- exec { player, npc ->
- if (npc.id == NPCs.SIRSAL_BANKER_4519 && !hasSealOfPassage(player)) {
- loadLabel(player, "no seal of passage")
- }
- if (hasIronmanRestriction(player, IronmanMode.ULTIMATE)) {
- if (npc.id == NPCs.JADE_4296) loadLabel(player, "uim for jade")
- loadLabel(player, "uim")
- }
- if (npc.id == NPCs.JADE_4296) loadLabel(player, "hello for jade")
- loadLabel(player, "hello")
- }
- label("no seal of passage")
- npc(ChatAnim.ANNOYED, "What are you doing here, Fremennik?!")
- player(ChatAnim.WORRIED, "I have a Seal of Pass...")
- npc(ChatAnim.ANGRY, "No you don't! Begone!")
- // todo: kick them out, but only one of the two banker types should do so (see historical wiki)
- goto("nowhere")
- label("uim for jade")
- npc(ChatAnim.ANNOYED, "Greetings, warrior. I wish I could help you, but our services are not available for Ultimate Iron@g[men,women].")
- goto("nowhere")
- label("uim")
- npc(ChatAnim.ANNOYED, "My apologies, dear @g[sir,madam], our services are not available for Ultimate Iron@g[men,women]")
- goto("nowhere")
- label("hello for jade")
- npc("Greetings warrior, how may I help you?")
- exec { player, _ -> loadLabel(player, if (hasAwaitingGrandExchangeCollections(player)) "ge collect" else "main options") }
- label("hello")
- npc("Good day, would you like to access your bank account?")
- exec { player, _ -> loadLabel(player, if (hasAwaitingGrandExchangeCollections(player)) "ge collect" else "main options") }
- label("ge collect")
- npc("Before we go any further, I should inform you that you have items ready for collection from the Grand Exchange.")
- goto("main options")
-
- label("main options")
- options(
- DialogueOption("how to use", "How do I use the bank?") { _, npc -> return@DialogueOption npc.id == NPCs.BANK_TUTOR_4907 },
- DialogueOption("who is the bounty hunter banker", "Who are you?") { _, npc -> return@DialogueOption npc.id == NPCs.BANKER_6538 },
- DialogueOption("access", "I'd like to access my bank account please.", expression = ChatAnim.ASKING),
- DialogueOption("buy second bank", "I'd like to open a secondary bank account.") { player, _ -> return@DialogueOption ServerConstants.SECOND_BANK && !hasActivatedSecondaryBankAccount(player) },
- DialogueOption("switch second bank", "I'd like to switch to my primary bank account.") { player, _ -> return@DialogueOption hasActivatedSecondaryBankAccount(player) && isUsingSecondaryBankAccount(player) },
- DialogueOption("switch second bank", "I'd like to switch to my secondary bank account.") { player, _ -> return@DialogueOption hasActivatedSecondaryBankAccount(player) && !isUsingSecondaryBankAccount(player) },
- DialogueOption("pin", "I'd like to check my PIN settings."),
- DialogueOption("collect", "I'd like to collect items."),
- DialogueOption("what is this place", "What is this place?") { _, npc -> return@DialogueOption npc.id !in BANKERS_WITH_EXTRA_OPTION },
- DialogueOption("jade's employment history", "How long have you worked here?") { _, npc -> return@DialogueOption npc.id == NPCs.JADE_4296 },
- DialogueOption("is the bounty hunter banker afraid", "Aren't you afraid of working in the Wilderness?") { _, npc -> return@DialogueOption npc.id == NPCs.BANKER_6538 && !ServerConstants.SECOND_BANK }
- )
-
- label("how to use")
- options(
- DialogueOption("using bank", "Using the bank itself.", "Using the bank itself. I'm not sure how....?"),
- DialogueOption("using deposit", "Using bank deposit boxes.", "Using Bank deposit boxes.... what are they?"),
- DialogueOption("using PIN", "What's this PIN thing that people keep talking about?", "What's this PIN thing that people keep talking about?"),
- DialogueOption("nowhere", "Goodbye.")
- )
-
- label("using bank")
- npc("Speak to any banker and ask to see your bank", "account. If you have set a PIN you will be asked for", "it, then all the belongings you have placed in the bank", "will appear in the window. To withdraw one item, left-")
- npc("click on it once.")
- npc("To withdraw many, right-click on the item and select", "from the menu. The same for depositing, left-click on", "the item in your inventory to deposit it in the bank.", "Right-click on it to deposit many of the same items.")
- npc("To move things around in your bank: firstly select", "Swap or Insert as your default moving mode, you can", "find these buttons on the bank window itself. Then click", "and drag an item to where you want it to appear.")
- npc("You may withdraw 'notes' or 'certificates' when the", "items you are trying to withdraw do not stack in your", "inventory. This will only work for items which are", "tradeable.")
- npc("For instance, if you wanted to sell 100 logs to another", "player, they would not fit in one inventory and you", "would need to do multiple trades. Instead, click the", "Note button to withdraw the logs as 'certs' or 'notes'")
- npc("then withdraw the items you need.")
- goto("how to use")
-
- label("using deposit")
- npc("They look like grey pillars, there's one just over there,", "near the desk. Bank deposit boxes save so much time.", "If you're simply wanting to deposit a single item, 'Use'", "it on the deposit box.")
- npc("Otherwise, simply click once on the box and it will give", "you a choice of what to deposit in an interface very", "similar to the bank itself. Very quick for when you're", "simply fishing or mining etc.")
- goto("how to use")
-
- label("using PIN")
- npc("The PIN - Personal Identification Number - can be", "set on your bank account to protect the items there in", "case someone finds out your account password. It", "consists of four numbers that you remember and tell")
- npc("no one.")
- npc("So if someone did manage to get your password they", "couldn't steal your items if they were in the bank.")
- goto("how to use")
-
- label("who is the bounty hunter banker")
- npc(ChatAnim.NEUTRAL, "How inconsiderate of me, dear @g[sir,madam]. My name is Maximillian Sackville and I conduct operations here on behalf of The Bank of Gielinor.")
- goto("main options")
-
- label("access")
- exec { player, _ -> openBankAccount(player) }
- goto("nowhere")
-
- label("buy second bank")
- npc("Certainly. We offer secondary accounts to all our customers.")
- npc("The secondary account comes with a standard fee of 5,000,000 coins. The fee is non-refundable and account activation is permanent.")
- npc("If your inventory does not contain enough money to cover the costs, we will complement the amount with the money inside your primary bank account.")
- npc("Knowing all this, would you like to proceed with opening your secondary bank account?")
- options(
- DialogueOption("buy second bank yes", "Yes, I am still interested.", expression = ChatAnim.HAPPY),
- DialogueOption("buy second bank no", "Actually, I've changed my mind.", expression = ChatAnim.ANNOYED)
- )
-
- label("buy second bank yes")
- exec { player, _ -> loadLabel(player, when (activateSecondaryBankAccount(player)) {
- SecondaryBankAccountActivationResult.ALREADY_ACTIVE -> "already"
- SecondaryBankAccountActivationResult.INTERNAL_FAILURE -> "failure"
- SecondaryBankAccountActivationResult.NOT_ENOUGH_MONEY -> "not enough cash"
- SecondaryBankAccountActivationResult.SUCCESS -> "success"
- }) }
- label("already")
- npc(ChatAnim.FRIENDLY, "Your bank account was already activated, there is no need to pay twice.")
- goto("main options")
- label("failure")
- npc(ChatAnim.ANNOYED, "I must apologize, the transaction was not successful. Please check your primary bank account and your inventory - if there's money missing, please screenshot your chatbox and contact the game developers.")
- goto("main options")
- label("not enough cash")
- npc(ChatAnim.ANNOYED, "It appears that you do not have the money necessary to cover the costs associated with opening a secondary bank account. I will be waiting here until you do.")
- goto("main options")
- label("success")
- npc(ChatAnim.FRIENDLY, "Your secondary bank account has been opened and can be accessed through any of the Bank of Gielinor's employees. Thank you for choosing our services.")
- goto("main options")
-
- label("buy second bank no")
- npc("Very well. Should you decide a secondary bank account is needed, do not hesitate to contact any of the Bank of Gielinor's stationary employees. We will be happy to help.")
- goto("main options")
-
- label("switch second bank")
- exec { player, _ ->
- toggleBankAccount(player)
- loadLabel(player, if (isUsingSecondaryBankAccount(player)) "now secondary" else "now primary")
- }
- label("now primary")
- npc("Your active bank account has been switched. You can now access your primary account.")
- goto("main options")
- label("now secondary")
- npc("Your active bank account has been switched. You can now access your secondary account.")
- goto("main options")
-
- label("pin")
- exec { player, _ -> openBankPinSettings(player) }
- goto("nowhere")
-
- label("collect")
- exec { player, _ -> openGrandExchangeCollectionBox(player) }
- goto("nowhere")
-
- label("what is this place")
- npc("This is a branch of the Bank of Gielinor. We have branches in many towns.")
- player("And what do you do?")
- npc("We will look after your items and money for you. Leave your valuables with us if you want to keep them safe.")
- goto("main options")
-
- label("jade's employment history")
- npc(ChatAnim.FRIENDLY, "Oh, ever since the Guild opened. I like it here.")
- player(ChatAnim.ASKING, "Why's that?")
- npc(ChatAnim.FRIENDLY, "Well... what with all these warriors around, there's not much chance of my bank being robbed, is there?")
- goto("nowhere")
-
- label("is the bounty hunter banker afraid")
- npc(ChatAnim.NEUTRAL, "While the Wilderness is quite a dangerous place, The Bank of Gielinor offers us - roving bankers - extraordinary benefits for our hard work in hazardous environments.")
- npc(ChatAnim.NEUTRAL, "This allows us to provide our services to customers regardless of their current whereabouts. Our desire to serve is stronger than our fear of the Wilderness.")
- goto("nowhere")
- }
- }
-
- override fun getIds(): IntArray = NPC_IDS
-}
diff --git a/Server/src/main/content/global/handlers/npc/ChinchompaDeathListener.kt b/Server/src/main/content/global/handlers/npc/ChinchompaDeathListener.kt
deleted file mode 100644
index 3a146eaf4..000000000
--- a/Server/src/main/content/global/handlers/npc/ChinchompaDeathListener.kt
+++ /dev/null
@@ -1,52 +0,0 @@
-package content.global.handlers.npc
-
-import core.api.*
-import core.api.playGlobalAudio
-import core.api.sendGraphics
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPCBehavior
-import org.rs09.consts.NPCs
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.tools.RandomFunction
-import core.game.world.update.flag.context.Graphics
-import core.game.node.entity.combat.ImpactHandler.HitsplatType;
-
-private val chinchompaIDs = intArrayOf(
- NPCs.CHINCHOMPA_5079,
- NPCs.CARNIVOROUS_CHINCHOMPA_5080
-)
-
-/**
- * Minimal evasive approach to the Chinchompas exploding on death cause by combat and not by trapping.
- */
-class ChinchompaDeathListener: NPCBehavior(*chinchompaIDs) {
- override fun onDeathFinished(self: NPC, killer: Entity) {
-
- // If it 'died' from getting trapped an attribute is set of 'hunter'.
- if (!self.attributes.containsKey("hunter") && killer is Player) {
- val explosionLoc = self.location
- val validExplosionDmgTiles = explosionLoc.surroundingTiles
-
- val chinExplosionGFX = Graphics(157, 96)
- sendGraphics(chinExplosionGFX, explosionLoc)
- playGlobalAudio(explosionLoc, 158)
-
- if (validExplosionDmgTiles.contains(killer.location)) {
- //As weird this looks, it does allow to have a hit from 0 to 2
- val hitAmount = RandomFunction.random(0, 3)
- impact(killer, hitAmount, HitsplatType.NORMAL)
- }
- }
- }
-
- /**
- * At content.global.skill.hunter.TrapSetting
- * sets an attribute of 'hunter' during it's getCatchPulse for reward rolling, but it never cleans it up after.
- * These NPCs is a member of NPC class although exists a HunterNPC class, but it's mainly used for imps.
- * Logically you'd do this after death finishes, but it would interfere with the reward rolls and I fear it may affect other hunter NPCs.
- */
- override fun onRespawn(self: NPC) {
- self.removeAttribute("hunter")
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/npc/ChromaticDragonBehavior.kt b/Server/src/main/content/global/handlers/npc/ChromaticDragonBehavior.kt
deleted file mode 100644
index 57c0fda75..000000000
--- a/Server/src/main/content/global/handlers/npc/ChromaticDragonBehavior.kt
+++ /dev/null
@@ -1,43 +0,0 @@
-package content.global.handlers.npc
-
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.tools.RandomFunction
-import org.rs09.consts.*
-import kotlin.collections.ArrayList
-
-class ChromaticDragonBehavior : NPCBehavior(*greenDragons, *blueDragons, *redDragons, *blackDragons)
-{
- override fun onDropTableRolled (self: NPC, killer: Entity, drops: ArrayList- ) {
- val removeList = ArrayList
- ()
- for (item in drops) {
- when (item.id) {
- Items.BLACK_DRAGON_EGG_12480,
- Items.RED_DRAGON_EGG_12477,
- Items.BLUE_DRAGON_EGG_12478,
- Items.GREEN_DRAGON_EGG_12479 -> removeList.add(item)
- }
- }
- drops.removeAll(removeList)
-
- if (killer.skills.getStaticLevel(Skills.SUMMONING) >= 99 && RandomFunction.roll(EGG_RATE))
- drops.add(when(self.id) {
- in greenDragons -> Item(Items.GREEN_DRAGON_EGG_12479)
- in blueDragons -> Item(Items.BLUE_DRAGON_EGG_12478)
- in redDragons -> Item(Items.RED_DRAGON_EGG_12477)
- in blackDragons -> Item(Items.BLACK_DRAGON_EGG_12480)
- else -> Item(Items.DRAGON_BONES_536)
- })
- }
-
- companion object {
- val greenDragons = intArrayOf (NPCs.GREEN_DRAGON_941, NPCs.GREEN_DRAGON_4677, NPCs.GREEN_DRAGON_4678, NPCs.GREEN_DRAGON_4679, NPCs.GREEN_DRAGON_4680)
- val blueDragons = intArrayOf (NPCs.BLUE_DRAGON_55, NPCs.BLUE_DRAGON_4681, NPCs.BLUE_DRAGON_4682, NPCs.BLUE_DRAGON_4683, NPCs.BLUE_DRAGON_4684)
- val redDragons = intArrayOf (NPCs.RED_DRAGON_53, NPCs.RED_DRAGON_4669, NPCs.RED_DRAGON_4670, NPCs.RED_DRAGON_4671, NPCs.RED_DRAGON_4672)
- val blackDragons = intArrayOf (NPCs.BLACK_DRAGON_54, NPCs.BLACK_DRAGON_4673, NPCs.BLACK_DRAGON_4674, NPCs.BLACK_DRAGON_4675, NPCs.BLACK_DRAGON_4676)
- var EGG_RATE = 1000
- }
-}
diff --git a/Server/src/main/content/global/handlers/npc/DecantListener.kt b/Server/src/main/content/global/handlers/npc/DecantListener.kt
deleted file mode 100644
index 368835e32..000000000
--- a/Server/src/main/content/global/handlers/npc/DecantListener.kt
+++ /dev/null
@@ -1,164 +0,0 @@
-package content.global.handlers.npc
-
-import content.data.consumables.Consumables
-import content.global.skill.cooking.fermenting.CalquatDecant
-import core.api.*
-import core.game.consumable.Potion
-import core.game.dialogue.DialogueFile
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.item.Item
-import core.tools.END_DIALOGUE
-import org.rs09.consts.Items
-
-class DecantListener : InteractionListener {
-
- companion object {
- val potions = Consumables.potions.toIntArray()
- val decantables = potions + CalquatDecant.allKegIds
- }
-
- override fun defineListeners() {
- on(IntType.NPC,"decant"){ player, node ->
- // Decant potions
- val (potionRemove, potionAdd) = decantContainer(player.inventory)
- for (item in potionRemove)
- if (!removeItem(player, item)) { return@on false }
- for (item in potionAdd)
- addItem(player, item.id, item.amount)
-
- // Decant kegs
- val (kegRemove, kegAdd) = CalquatDecant.decantCalquat(player.inventory)
- for (item in kegRemove)
- if (!removeItem(player, item)) { return@on false }
- for (item in kegAdd)
- addItem(player, item.id, item.amount)
-
- player.dialogueInterpreter.open(DecantingDialogue(),node.asNpc())
- return@on true
- }
-
- onUseWith(IntType.ITEM, decantables, *decantables) { player, used, with ->
- if (used !is Item) return@onUseWith false
- if (with !is Item) return@onUseWith false
-
- // Check if these are kegs - handle with CalquatDecant
- if (CalquatDecant.isKeg(used.id) || CalquatDecant.isKeg(with.id)) {
- return@onUseWith CalquatDecant.combineKegs(player, used, with)
- }
-
- // Otherwise handle as potions
- // Verify these are both the same potion types
- val potionUsed = Consumables.getConsumableById(used.id)?.consumable as? Potion ?: return@onUseWith false
- val potionWith = Consumables.getConsumableById(with.id)?.consumable as? Potion ?: return@onUseWith false
-
- if (potionUsed != potionWith) {
- return@onUseWith false
- }
-
- // Dosage math
- val usedDose = potionUsed.getDose(used)
- val withDose = potionWith.getDose(with)
-
- // Shouldn't be able to combine a 4 dose potion
- if (usedDose == 4 || withDose == 4) {
- return@onUseWith false
- }
-
- val totalDosage = usedDose + withDose
- val fullDoses = totalDosage / 4
- val leftoverDose = totalDosage % 4
-
- // Replace the targeted potion item with a (4) dose potion
- if (fullDoses != 0) {
- replaceSlot(player, with.slot, Item(potionWith.ids.first()), with, Container.INVENTORY)
- }
-
- // Replace the targeted potion item with the updated dosage amount
- if (leftoverDose != 0 && fullDoses == 0) {
- replaceSlot(player, with.slot, Item(potionUsed.ids[potionUsed.ids.size - totalDosage]), with, Container.INVENTORY)
-
- // Replace the used with potion item with the updated dosage amount
- } else if (leftoverDose != 0) {
- replaceSlot(player, used.slot, Item(potionUsed.ids[potionUsed.ids.size - leftoverDose]), used, Container.INVENTORY)
- }
-
- // Replace the used with potion item with an empty vial
- if (leftoverDose == 0 || fullDoses == 0) {
- replaceSlot(player, used.slot, Item(Items.VIAL_229), used, Container.INVENTORY)
- }
-
- // Send message/Play sound
- val amountString = when {
- totalDosage >= 4 -> "four"
- totalDosage == 3 -> "three"
- else -> "two"
- }
-
- sendMessage(player, "You have combined the liquid into $amountString doses.")
- playAudio(player, 2401)
-
- return@onUseWith true
- }
-
- // Decant keg into beer glass
- onUseWith(IntType.ITEM, Items.BEER_GLASS_1919, *CalquatDecant.allKegIds) { player, used, with ->
- if (used !is Item || with !is Item) return@onUseWith false
-
- // Determine which is the glass and which is the keg
- val (glass, keg) = if (used.id == Items.BEER_GLASS_1919) {
- used to with
- } else {
- with to used
- }
-
- return@onUseWith CalquatDecant.pourIntoGlass(player, glass, keg)
- }
-
- // Barbarian decanting: use a 4-dose potion and an empty vial together to make two 2-dose potions
- onUseWith(IntType.ITEM, potions, Items.VIAL_229) { player, used, with ->
- // Check if player has started barbarian herblore training
- if (getAttribute(player, "/save:barbtraining:herblore", 0) == 0) {
- return@onUseWith false
- }
-
- if (used !is Item) return@onUseWith false
- if (with !is Item) return@onUseWith false
-
- // Determine which item is the potion and which is the vial
- val (potionItem) = if (used.id == Items.VIAL_229) {
- Pair(with, used)
- } else {
- Pair(used, with)
- }
-
- // Check if the potion is 4 doses
- val potion = Consumables.getConsumableById(potionItem.id)?.consumable as? Potion ?: return@onUseWith false
- val dose = potion.getDose(potionItem)
-
- if (dose != 4) {
- return@onUseWith false
- }
-
- // Get the 2-dose version of this potion by index
- val twoDoseId = potion.ids[2]
-
- // Replace ingredients with products
- replaceSlot(player, with.slot, Item(twoDoseId))
- replaceSlot(player, used.slot, Item(twoDoseId))
-
- playAudio(player, 2401)
-
- return@onUseWith true
- }
- }
-
- internal class DecantingDialogue : DialogueFile(){
- override fun handle(componentID: Int, buttonID: Int) {
- when(stage++){
- 0 -> npc("There you go!")
- 1 -> player("Thanks!").also { stage = END_DIALOGUE }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/npc/GuardNPC.java b/Server/src/main/content/global/handlers/npc/GuardNPC.java
deleted file mode 100644
index 9cde38cc7..000000000
--- a/Server/src/main/content/global/handlers/npc/GuardNPC.java
+++ /dev/null
@@ -1,48 +0,0 @@
-package content.global.handlers.npc;
-
-import core.game.node.entity.npc.AbstractNPC;
-import core.plugin.Initializable;
-import core.game.world.map.Location;
-
-/**
- * Represents the abstract knight npc.
- * @author 'Vexia
- * @version 1.0
- */
-@Initializable
-public final class GuardNPC extends AbstractNPC {
-
- /**
- * The NPC ids of NPCs using this plugin.
- */
- private static final int[] ID = { 9, 32, 163, 164, 196, 197, 206, 253, 254, 255, 256, 274, 275, 296, 298, 299, 447, 448, 449, 609, 678, 799, 837, 842, 862, 870, 877, 917, 1200, 1203, 1204, 1317, 1710, 1711, 1712, 2073, 2074, 2134, 2135, 2136, 2236, 2571, 2699, 2700, 2701, 2702, 2703, 3228, 3229, 3230, 3231, 3232, 3233, 3241, 3407, 3408, 3715, 4257, 4258, 4259, 4260, 4307, 4308, 4309, 4310, 4311, 4336, 4375, 4603, 4604, 4605, 4606, 5800, 5801, 5919, 5920 };
-
- /**
- * Constructs a new {@code GuardNPC} {@code Object}.
- */
- public GuardNPC() {
- super(0, null, true);
- this.setAggressive(false);
- }
-
- /**
- * Constructs a new {@code GuardNPC} {@code Object}.
- * @param id The NPC id.
- * @param location The location.
- */
- private GuardNPC(int id, Location location) {
- super(id, location, true);
- this.setAggressive(false);
- }
-
- @Override
- public AbstractNPC construct(int id, Location location, Object... objects) {
- return new GuardNPC(id, location);
- }
-
- @Override
- public int[] getIds() {
- return ID;
- }
-
-}
diff --git a/Server/src/main/content/global/handlers/npc/HighwayManNPC.java b/Server/src/main/content/global/handlers/npc/HighwayManNPC.java
deleted file mode 100644
index cc5157b1f..000000000
--- a/Server/src/main/content/global/handlers/npc/HighwayManNPC.java
+++ /dev/null
@@ -1,62 +0,0 @@
-package content.global.handlers.npc;
-
-import core.game.node.entity.Entity;
-import core.game.node.entity.npc.AbstractNPC;
-import core.game.node.entity.player.Player;
-import core.game.node.entity.player.link.diary.DiaryType;
-import core.plugin.Initializable;
-import core.game.world.map.Location;
-
-/**
- * Represents the highway man npc.
- * @author 'Vexia
- * @version 1.0
- */
-@Initializable
-public final class HighwayManNPC extends AbstractNPC {
-
- /**
- * Constructs a new {@code HighwayManNPC} {@code Object}.
- * @param id the id.
- * @param location the location.
- */
- public HighwayManNPC(int id, Location location) {
- super(id, location);
- }
-
- /**
- * Constructs a new {@code HighwayManNPC} {@code Object}.
- */
- public HighwayManNPC() {
- super(0, null);
- }
-
- @Override
- public void finalizeDeath(Entity killer) {
- super.finalizeDeath(killer);
- if (getId() == 180) {
- if (killer instanceof Player) {
- final Player player = killer.asPlayer();
- if (!player.getAchievementDiaryManager().getDiary(DiaryType.FALADOR).isComplete(0, 10)) {
- player.getAchievementDiaryManager().getDiary(DiaryType.FALADOR).updateTask(player, 0, 10, true);
- }
- }
- }
- }
-
- @Override
- public void onAttack(Entity target) {
- sendChat("Stand and deliver!");
- }
-
- @Override
- public int[] getIds() {
- return new int[] { 180, 2677 };
- }
-
- @Override
- public AbstractNPC construct(int id, Location location, Object... objects) {
- return new HighwayManNPC(id, location);
- }
-
-}
diff --git a/Server/src/main/content/global/handlers/npc/NPCDepositListener.kt b/Server/src/main/content/global/handlers/npc/NPCDepositListener.kt
deleted file mode 100644
index 31a928df7..000000000
--- a/Server/src/main/content/global/handlers/npc/NPCDepositListener.kt
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.handlers.npc
-
-import core.api.anyInEquipment
-import core.api.openDepositBox
-import core.api.sendNPCDialogue
-import core.api.setInterfaceText
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.tools.END_DIALOGUE
-
-class NPCDepositListener : InteractionListener {
-
- override fun defineListeners() {
- on(NPCs.PEER_THE_SEER_1288, IntType.NPC, "deposit") { player, _ ->
- if (anyInEquipment(player, Items.FREMENNIK_SEA_BOOTS_1_14571, Items.FREMENNIK_SEA_BOOTS_2_14572, Items.FREMENNIK_SEA_BOOTS_3_14573)) {
- openDepositBox(player)
- setInterfaceText(player, "Peer the Seer's Deposits", 11, 12)
- } else {
- sendNPCDialogue(player, NPCs.PEER_THE_SEER_1288,
- "Do not pester me, outerlander! I will only deposit items into the banks of those who have earned Fremennik sea boots!",
- core.game.dialogue.FacialExpression.ANNOYED).also { END_DIALOGUE }
- }
- return@on true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/npc/NPCTalkListener.kt b/Server/src/main/content/global/handlers/npc/NPCTalkListener.kt
deleted file mode 100644
index 4f5764b0d..000000000
--- a/Server/src/main/content/global/handlers/npc/NPCTalkListener.kt
+++ /dev/null
@@ -1,90 +0,0 @@
-package content.global.handlers.npc
-
-import core.api.sendMessage
-import content.region.kandarin.barcrawl.BarcrawlManager
-import content.region.kandarin.barcrawl.BarcrawlType
-import content.global.ame.RandomEvents
-import content.minigame.gnomecooking.*
-import core.api.getAttribute
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import core.game.system.timer.impl.AntiMacro
-import core.game.worldevents.holiday.HolidayRandomEventNPC
-import core.game.worldevents.holiday.HolidayRandomEvents
-import core.game.worldevents.holiday.HolidayRandoms
-import org.rs09.consts.NPCs
-
-/**
- * Handles the NPC talk-to option.
- * @author Ceikry
- */
-class NPCTalkListener : InteractionListener {
-
- val barCrawlNPCs = intArrayOf(733,848,735,739,737,738,731,568,3217,736,734)
-
- override fun defineListeners() {
- on(barCrawlNPCs, IntType.NPC, "talk-to", "talk"){ player, node ->
- val type = BarcrawlType.forId(node.id)
- val instance = BarcrawlManager.getInstance(player)
- if (instance.isFinished || !instance.isStarted || instance.isCompleted(type!!.ordinal)) {
- player.dialogueInterpreter.open(node.id, node)
- } else {
- player.dialogueInterpreter.open("barcrawl dialogue", node.id, type)
- }
- return@on true
- }
-
- on(IntType.NPC,"talk-to","talk","talk to"){ player, node ->
- val npc = node.asNpc()
- if(RandomEvents.randomIDs.contains(node.id)){
- if(AntiMacro.getEventNpc(player) == null || AntiMacro.getEventNpc(player) != node.asNpc() || AntiMacro.getEventNpc(player)?.finalized == true) {
- // Why the fuck is this here of all places? Now look at what you've made me do:
- if (npc.id == NPCs.SANDWICH_LADY_3117) {
- // https://www.youtube.com/watch?v=ek8r3ZS929E
- player.dialogueInterpreter.sendDialogue("The sandwich lady doesn't seem interested in selling you any", "refreshments.")
- } else {
- sendMessage(player, "They aren't interested in talking to you.")
- }
- } else {
- AntiMacro.getEventNpc(player)?.talkTo(node.asNpc())
- }
- return@on true
- //TODO bring sanity here
- }
- if (HolidayRandomEvents.holidayRandomIDs.contains(node.id) && node is HolidayRandomEventNPC) {
- if(HolidayRandoms.getEventNpc(player) == null || HolidayRandoms.getEventNpc(player) != node.asNpc() || HolidayRandoms.getEventNpc(player)?.finalized == true) {
- player.sendMessage("They aren't interested in talking to you.")
- } else {
- HolidayRandoms.getEventNpc(player)?.talkTo(node.asNpc())
- }
- return@on true
- }
- if (getAttribute(npc, "holiday_random_extra_npc", false) && HolidayRandoms.getEventNpc(player) != null) {
- HolidayRandoms.getEventNpc(player)?.talkTo(node.asNpc())
- return@on true
- }
- if (!npc.getAttribute("facing_booth", false)) {
- npc.faceLocation(player.location)
- }
- // ---------------- THESE DIALOGUES ARE INAUTHENTIC BUT ARE COPING FOR A CORE ISSUE -----------------------
- if (player.properties.combatPulse.getVictim() == npc) {
- sendMessage(player, "I don't think they have any interest in talking to me right now!")
- return@on true
- }
- if (npc.inCombat()) {
- sendMessage(player, "They look a bit busy at the moment.")
- return@on true
- }
- //---------------------------------------------------------------------------------------------------------
- //I'm sorry for this but it was honestly the best way to do this
- if (player.getAttribute("$GC_BASE_ATTRIBUTE:$GC_JOB_ORDINAL", -1) != -1) {
- val job = GnomeCookingJob.values()[player.getAttribute("$GC_BASE_ATTRIBUTE:$GC_JOB_ORDINAL", -1)]
- if (node.getId() == job.npc_id && !player.getAttribute("$GC_BASE_ATTRIBUTE:$GC_JOB_COMPLETE", false)) {
- player.dialogueInterpreter.open(GCCompletionDialogue(job))
- return@on true
- }
- }
- return@on player.dialogueInterpreter.open(npc.id, npc)
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/npc/SheepBehavior.kt b/Server/src/main/content/global/handlers/npc/SheepBehavior.kt
deleted file mode 100644
index c6ed46374..000000000
--- a/Server/src/main/content/global/handlers/npc/SheepBehavior.kt
+++ /dev/null
@@ -1,141 +0,0 @@
-package content.global.handlers.npc
-
-import content.region.misthalin.lumbridge.quest.sheepshearer.SheepShearer.Companion.ATTR_IS_PENGUIN_SHEEP_SHEARED
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.combat.DeathTask
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.game.node.entity.player.Player
-import core.game.system.task.Pulse
-import core.game.world.GameWorld
-import core.game.world.update.flag.context.Animation
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-import org.rs09.consts.Sounds
-import core.game.world.map.Location
-import core.game.world.map.Direction
-import content.data.Quests
-
-private val sheepIds = intArrayOf(
- NPCs.SHEEP_42,
- NPCs.SHEEP_43,
- NPCs.GOLDEN_SHEEP_1271,
- NPCs.GOLDEN_SHEEP_1272,
- NPCs.SHEEP_1529,
- NPCs.SHEEP_1762,
- NPCs.SHEEP_1763,
- NPCs.SHEEP_1764,
- NPCs.SHEEP_1765,
- NPCs.SICK_LOOKING_SHEEP_1_2377,
- NPCs.SICK_LOOKING_SHEEP_2_2378,
- NPCs.SICK_LOOKING_SHEEP_3_2379,
- NPCs.SICK_LOOKING_SHEEP_4_2380,
- NPCs.SHEEP_3310,
- NPCs.SHEEP_3311,
- NPCs.SHEEP_3579,
- NPCs.SHEEP_5148,
- NPCs.SHEEP_5149,
- NPCs.SHEEP_5150,
- NPCs.SHEEP_5151,
- NPCs.SHEEP_5152,
- NPCs.SHEEP_5153,
- NPCs.SHEEP_5154,
- NPCs.SHEEP_5155,
- NPCs.SHEEP_5156,
- NPCs.SHEEP_5157,
- NPCs.SHEEP_5158,
- NPCs.SHEEP_5159,
- NPCs.SHEEP_5160,
- NPCs.SHEEP_5161,
- NPCs.SHEEP_5162,
- NPCs.SHEEP_5163,
- NPCs.SHEEP_5164,
- NPCs.SHEEP_5165,
- NPCs.GOLDEN_SHEEP_5172,
- NPCs.GOLDEN_SHEEP_5173
-)
-
-class SheepBehavior : NPCBehavior(*sheepIds), InteractionListener {
- override fun tick(self: NPC): Boolean {
- if (self.properties.combatPulse.isAttacking || DeathTask.isDead(self)) {
- return true
- }
- if (RandomFunction.random(35) == 5) {
- sendChat(self, "Baa!")
- }
-
- return true
- }
-
- override fun defineListeners() {
- on(IntType.NPC, "shear") { player, node ->
- val sheep = node as NPC
- sheep.faceTemporary(player, 1)
- if (sheep.id == NPCs.SHEEP_3579) {
- if (player.questRepository.getQuest(Quests.SHEEP_SHEARER).isStarted(player)) {
- setAttribute(player, ATTR_IS_PENGUIN_SHEEP_SHEARED, true)
- }
- animate(player, Animation(893))
- playAudio(player, Sounds.PENGUINSHEEP_ESCAPE_686)
- animate(sheep, Animation(3570))
-
- sheepBackAway(player, sheep, "The... whatever it is... manages to get away from you!")
- return@on true
- }
- if (!inInventory(player, Items.SHEARS_1735)) {
- sendMessage(player, "You need shears to shear a sheep.")
- return@on true
- }
- if (hasOption(sheep, "attack")) {
- sendMessage(player, "That one looks a little too violent to shear...")
- return@on true
- }
- if (freeSlots(player) == 0) {
- sendMessage(player, "You don't have enough space in your inventory to carry any wool you would shear.")
- return@on true
- }
- lock(sheep, 3)
- stopWalk(sheep)
- animate(player, Animation(893))
- val random = RandomFunction.random(1, 5)
- if (random != 4) {
- sheep.locks.lockMovement(2)
- sheep.transform(NPCs.SHEEP_5153)
- playAudio(player, Sounds.SHEAR_SHEEP_761)
- if (!addItem(player, Items.WOOL_1737)) { // 5160
- return@on false
- }
- sendMessage(player, "You get some wool.")
- GameWorld.Pulser.submit(object : Pulse(80, sheep) {
- override fun pulse(): Boolean {
- sheep.reTransform()
- return true
- }
- })
- } else {
- sheepBackAway(player, sheep, "The sheep manages to get away from you!")
- }
- return@on true
- }
- }
-
- fun sheepBackAway(player: Player, sheep: NPC, messagePlayer: String)
- {
- val playerLocation = player.getLocation()
- val sheepLocation = sheep.getLocation()
- val sheepDirection = Direction.getDirection(sheepLocation, playerLocation) // Get direction sheep is facing, from the player's location
- val sheepOppositeDirection = sheepDirection.getOpposite() // Switch to opposite direction
-
- val xWalkLocation = sheepLocation.x + (sheepOppositeDirection.getStepX() * 3) // Gets x location, if set, 3 steps away from player
- val yWalkLocation = sheepLocation.y + (sheepOppositeDirection.getStepY() * 3) // Gets y location, if set, 3 steps away from player
- val sheepWalkToLocation = Location(xWalkLocation, yWalkLocation, sheepLocation.z); // New location for pathfinding
-
- sendMessage(player, messagePlayer)
-
- unlock(sheep) //Force unlock of entity movement, to allow moving away
- forceWalk(sheep, sheepWalkToLocation, "dumb")
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/npc/ShooAwayStrayDogListener.kt b/Server/src/main/content/global/handlers/npc/ShooAwayStrayDogListener.kt
deleted file mode 100644
index e159f89ab..000000000
--- a/Server/src/main/content/global/handlers/npc/ShooAwayStrayDogListener.kt
+++ /dev/null
@@ -1,80 +0,0 @@
-package content.global.handlers.npc
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.NPCs
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.game.world.update.flag.context.Animation
-import core.game.node.entity.player.Player
-import core.game.world.map.Direction
-import core.game.world.map.Location
-import org.rs09.consts.Animations
-import org.rs09.consts.Sounds
-
-private val strayDogsIds = intArrayOf(
- NPCs.STRAY_DOG_4766,
- NPCs.STRAY_DOG_4767,
- NPCs.STRAY_DOG_5917,
- NPCs.STRAY_DOG_5918
-)
-
-/**
- * Represents the option Listener used to 'shoo-away' a stray dog.
- * Convert from legacy plugin src/main/content/region/misthalin/varrock/handlers/ShooAwayStrayDogPlugin.java
- * @author Vexia + beckrickert
- *
- */
-class ShooAwayStrayDogListener : NPCBehavior(*strayDogsIds), InteractionListener {
- override fun defineListeners() {
-
- on(strayDogsIds,IntType.NPC, "shoo-away") { player, node ->
-
- val theDog = node as NPC
-
- //Pause dog location
- lock(theDog, 2)
- stopWalk(theDog)
- theDog.faceTemporary(player, 1)
-
- sendChat(player,"Thbbbbt!")
- animate(player, Animations.HUMAN_BLOW_RASPBERRY_2110)
-
- //Dog whine sound
- playAudio(player, Sounds.WOLF_DEATH_911)
- sendChat(theDog,"Whine!")
-
- //Dog whine kneeling down animation
- animate(theDog, Animation(4774))
-
- //run away from player
- dogWhineRunAway(player, theDog)
-
- return@on true
- }
- }
-}
-
-fun dogWhineRunAway(player: Player, theDog: NPC) {
- val playerCurLoc = player.getLocation()
- val dogCurLoc = theDog.getLocation()
-
- //Get dog direction is facing from player's location
- val dogDirection = Direction.getDirection(dogCurLoc, playerCurLoc)
- val dogDirectionOpp = dogDirection.opposite
-
- val xWalkLoc = dogCurLoc.x + (dogDirectionOpp.stepX * 12)
- val yWalkLoc = dogCurLoc.y + (dogDirectionOpp.stepY * 12)
- val dogWalkToNewLoc = Location(xWalkLoc, yWalkLoc, dogCurLoc.z)
-
- //unlock entity movement so it can run away
- unlock(theDog)
-
- //allow to "moon-walk" to the new location
- //Does weird stuff or ignores this when in 'following' mode
- //theDog.face(player)
-
- forceWalk(theDog, dogWalkToNewLoc, "dumb")
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/player/LoginValidationPlugin.java b/Server/src/main/content/global/handlers/player/LoginValidationPlugin.java
deleted file mode 100644
index 642d33f07..000000000
--- a/Server/src/main/content/global/handlers/player/LoginValidationPlugin.java
+++ /dev/null
@@ -1,122 +0,0 @@
-package content.global.handlers.player;
-
-import core.api.Container;
-import core.game.activity.ActivityManager;
-import core.game.node.entity.player.Player;
-import core.game.node.item.Item;
-import core.game.system.SystemManager;
-import core.game.world.GameWorld;
-import core.plugin.Initializable;
-import core.plugin.Plugin;
-import core.plugin.PluginManifest;
-import core.plugin.PluginType;
-import org.rs09.consts.Items;
-
-import java.util.concurrent.TimeUnit;
-
-import static core.api.ContentAPIKt.*;
-
-/**
- * Validates a player login.
- * @author Emperor
- * @author Vexia
- *
- */
-@PluginManifest(type = PluginType.LOGIN)
-@Initializable
-public final class LoginValidationPlugin implements Plugin
{
-
- /**
- * Represents the quest point items to remove.
- */
- private static final Item[] QUEST_ITEMS = new Item[] { new Item(Items.QUEST_POINT_CAPE_9813), new Item(Items.QUEST_POINT_HOOD_9814)};
-
- /**
- * Constructs a new {@Code LoginValidationPlugin} {@Code Object}
- */
- public LoginValidationPlugin() {
- /*
- * empty.
- */
- }
-
- @Override
- public Object fireEvent(String identifier, Object... args) {
- return null;
- }
-
- @Override
- public Plugin newInstance(final Player player) throws Throwable {
- player.unlock();
- if (player.isArtificial()) {
- return this;
- }
- if (!SystemManager.getSystemConfig().validLogin(player)) {
- return this;
- }
- if (GameWorld.getSettings().isDevMode()) {
- player.toggleDebug();
- }
- if (player.getAttribute("fc_wave", -1) > -1) {
- ActivityManager.start(player, "fight caves", true);
- }
- if (player.getAttribute("falconry", false)) {
- ActivityManager.start(player, "falconry", true);
- }
- if (player.getSavedData().getQuestData().getDragonSlayerAttribute("repaired")) {
- setVarp(player, 177, 1967876); //lol?
- }
- if (player.getSavedData().getGlobalData().getLootShareDelay() < System.currentTimeMillis() && player.getSavedData().getGlobalData().getLootShareDelay() != 0L) {
- player.getGlobalData().setLootSharePoints((int) (player.getGlobalData().getLootSharePoints() - player.getGlobalData().getLootSharePoints() * 0.10));
- } else {
- player.getSavedData().getGlobalData().setLootShareDelay(System.currentTimeMillis() + TimeUnit.DAYS.toMillis(1));
- }
- checkQuestPointsItems(player);
- return this;
- }
-
- /**
- * Method used to check for the quest point cape items.
- * @param player the player.
- */
- private static void checkQuestPointsItems(final Player player) {
- if (!player.getQuestRepository().hasCompletedAll() && anyInEquipment(player, Items.QUEST_POINT_CAPE_9813, Items.QUEST_POINT_HOOD_9814)) {
- String location1 = null;
- String location2 = null;
- int item1 = 0;
- int item2 = 0;
- int amt = 0;
- for (Item i : QUEST_ITEMS) {
- if (removeItem(player, i, Container.EQUIPMENT)) {
- amt++;
- String location;
- if (addItem(player, i.getId(), i.getAmount(), Container.INVENTORY)) {
- location = "your inventory";
- } else if (addItem(player, i.getId(), i.getAmount(), Container.BANK)) {
- location = "your bank";
- } else {
- location = "the Wise Old Man";
- if (i.getId() == Items.QUEST_POINT_CAPE_9813) {
- setAttribute(player, "/save:reclaim-qp-cape", true);
- } else {
- setAttribute(player, "/save:reclaim-qp-hood", true);
- }
- }
- if (amt == 1) {
- item1 = i.getId();
- location1 = location;
- }
- if (amt == 2) {
- item2 = i.getId();
- location2 = location;
- }
- }
- }
- if (amt == 2) {
- sendDoubleItemDialogue(player, item1, item2, "As you no longer have completed all the quests, your " + getItemName(item1) + " unequips itself to " + location1 + " and your " + getItemName(item2) + " unequips itself to " + location2 + "!");
- } else {
- sendItemDialogue(player, item1, "As you no longer have completed all the quests, your " + getItemName(item1) + " unequips itself to " + location1 + "!");
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/player/RequestOption.kt b/Server/src/main/content/global/handlers/player/RequestOption.kt
deleted file mode 100644
index 33707b358..000000000
--- a/Server/src/main/content/global/handlers/player/RequestOption.kt
+++ /dev/null
@@ -1,32 +0,0 @@
-package content.global.handlers.player
-
-import core.game.interaction.Option._P_ASSIST
-import core.game.interaction.Option._P_TRADE
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.request.RequestType
-import core.plugin.Initializable
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.bots.*
-
-/**
- * Represents the plugin used to handle the player option interacting.
- * @author 'Vexia
- * @author dginovker
- * @version 2.0
- */
-@Initializable
-class RequestOption : InteractionListener {
- override fun defineListeners() {
- on(_P_TRADE.name, IntType.PLAYER) { player, node ->
- player.requestManager.request((node as Player), RequestType.TRADE)
- return@on true
- }
- on(_P_ASSIST.name, IntType.PLAYER) { player, node ->
- if (node is AIPlayer)
- AIRepository.sendBotInfo(player, node)
- player.requestManager.request((node as Player), RequestType.ASSIST)
- return@on true
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/scenery/BankBoothListener.kt b/Server/src/main/content/global/handlers/scenery/BankBoothListener.kt
deleted file mode 100644
index b725c8cac..000000000
--- a/Server/src/main/content/global/handlers/scenery/BankBoothListener.kt
+++ /dev/null
@@ -1,193 +0,0 @@
-package content.global.handlers.scenery
-
-import core.api.*
-import core.game.node.Node
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.IronmanMode
-import core.game.node.item.Item
-import core.game.world.map.Direction
-import core.game.world.map.Location
-import org.rs09.consts.NPCs
-import org.rs09.consts.Scenery
-import core.ServerConstants
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-import content.global.handlers.npc.BankerNPC
-import core.game.world.repository.Repository
-
-/**
- * Allows the user to interact with bank booths.
- *
- * @author vddCore
- */
-class BankBoothListener : InteractionListener {
-
- companion object {
- val INOPERABLE_BANK_BOOTHS = intArrayOf(
- Scenery.BANK_BOOTH_12800, Scenery.BANK_BOOTH_12801, Scenery.BANK_BOOTH_36262, Scenery.BANK_BOOTH_35648
- )
-
- val BANK_BOOTHS = intArrayOf(
- Scenery.BANK_BOOTH_2213, Scenery.BANK_BOOTH_2214, Scenery.BANK_BOOTH_3045, Scenery.BANK_BOOTH_5276,
- Scenery.BANK_BOOTH_6084, Scenery.BANK_BOOTH_10517, Scenery.BANK_BOOTH_11338, Scenery.BANK_BOOTH_11402,
- Scenery.BANK_BOOTH_11758, Scenery.BANK_BOOTH_12798, Scenery.BANK_BOOTH_12799, Scenery.BANK_BOOTH_14367,
- Scenery.BANK_BOOTH_14368, Scenery.BANK_BOOTH_16700, Scenery.BANK_BOOTH_18491, Scenery.BANK_BOOTH_19230,
- Scenery.BANK_BOOTH_20325, Scenery.BANK_BOOTH_20326, Scenery.BANK_BOOTH_20327, Scenery.BANK_BOOTH_20328,
- Scenery.BANK_BOOTH_22819, Scenery.BANK_BOOTH_24914, Scenery.BANK_BOOTH_25808, Scenery.BANK_BOOTH_26972,
- Scenery.BANK_BOOTH_29085, Scenery.BANK_BOOTH_30015, Scenery.BANK_BOOTH_30016, Scenery.BANK_BOOTH_34205,
- Scenery.BANK_BOOTH_34752, Scenery.BANK_BOOTH_35647, Scenery.BANK_BOOTH_36786, Scenery.BANK_BOOTH_37474
- )
-
- public fun convertToNotes (used: Node, player: Player) {
- val item = used as Item
-
- if (item.noteChange != item.id) {
- if (item.definition.isUnnoted) {
- val amount = amountInInventory(player, item.id)
- if (removeItem(player, Item(item.id, amount))) {
- addItem(player, item.noteChange, amount)
- }
- } else {
- var amount = item.amount
- val freeSlotCount = freeSlots(player)
-
- // If there is exactly one more note than free slots
- // the note disappearing can be used as the last slot
- if (amount > freeSlotCount && amount != freeSlotCount + 1) {
- amount = freeSlotCount
- }
-
- if (removeItem(player, Item(item.id, amount))) {
- addItem(player, item.noteChange, amount)
- }
- }
-
- return
- }
-
- sendMessage(player, "This item can't be noted.")
- }
- }
-
- /**
- * Searches an area in the order described
- * by each number with X being the location
- * of node being interacted with.
- *
- * [1]
- * [4][X][2]
- * [3]
- */
- private fun locateAdjacentBankerLinear(node: Node): NPC? {
- for (dir in arrayOf(Direction.NORTH, Direction.EAST, Direction.SOUTH, Direction.WEST)) {
- Repository.findNPC(node.location.transform(dir))?.let { return it as? BankerNPC }
- }
-
- return null
- }
-
- /**
- * If size is 1 then the following method
- * searches a square area in the following
- * order with X being the location of node
- * that was interacted with.
- *
- * ->[ ]
- * [ X ]
- * [ ]->
- *
- */
- private fun locateAdjacentBankerSquare(node: Node, size: Int = 1): NPC? {
- for (y in (node.location.y - size)..(node.location.y + size)) {
- for (x in (node.location.x - size)..(node.location.x + size)) {
- Repository.findNPC(Location(x, y))?.let { return it as? BankerNPC }
- }
- }
-
- return null
- }
-
- private fun tryInvokeBankerDialogue(player: Player, node: Node) {
- /**
- * First, we look for regular bankers that neatly stand in front of the bank booth.
- * If that fails, we expand the search to a larger area.
- */
- (locateAdjacentBankerLinear(node) ?: locateAdjacentBankerSquare(node, 2))?.let {
- if (core.game.dialogue.DialogueInterpreter.contains(it.id)) {
- it.faceLocation(node.location)
- openDialogue(player, it.id, NPC(it.id, it.location))
- } else {
- openDialogue(player, NPCs.BANKER_494)
- }
- }
- }
-
- private fun quickBankBoothUse(player: Player, node: Node, state: Int): Boolean {
- if (player.ironmanManager.checkRestriction(IronmanMode.ULTIMATE)) {
- return true
- }
-
- if (BankerNPC.checkLunarIsleRestriction(player, node)) {
- tryInvokeBankerDialogue(player, node)
- return true
- }
-
- openBankAccount(player)
- return true
- }
-
- private fun regularBankBoothUse(player: Player, node: Node, state: Int): Boolean {
- if (player.ironmanManager.checkRestriction(IronmanMode.ULTIMATE)) {
- return true
- }
-
- if (ServerConstants.BANK_BOOTH_QUICK_OPEN) {
- return quickBankBoothUse(player, node, state)
- }
-
- tryInvokeBankerDialogue(player, node)
- return true
- }
-
- private fun collectBankBoothUse(player: Player, node: Node, state: Int): Boolean {
- if (BankerNPC.checkLunarIsleRestriction(player, node)) {
- tryInvokeBankerDialogue(player, node)
- return true
- }
-
- openGrandExchangeCollectionBox(player)
- return true
- }
-
- private fun attemptToConvertItems(player: Player, used: Node, with: Node): Boolean {
- if (!hasOption(with, "use")) {
- sendMessage(player, "You shouldn't be able to do that with object ${with.id}.")
- sendMessage(player, "Please screenshot this and report to the developers.")
-
- return true
- }
-
- if (!ServerConstants.BANK_BOOTH_NOTE_UIM && player.ironmanManager.checkRestriction(IronmanMode.ULTIMATE)) {
- return true
- }
-
- if (BankerNPC.checkLunarIsleRestriction(player, with)) {
- tryInvokeBankerDialogue(player, with)
- return true
- }
-
- convertToNotes (used, player)
- return true
- }
-
- override fun defineListeners() {
- defineInteraction(IntType.SCENERY, BANK_BOOTHS, "use-quickly", "bank", handler = ::quickBankBoothUse)
- defineInteraction(IntType.SCENERY, BANK_BOOTHS, "use", handler = ::regularBankBoothUse)
- defineInteraction(IntType.SCENERY, BANK_BOOTHS, "collect", handler = ::collectBankBoothUse)
-
- if (ServerConstants.BANK_BOOTH_NOTE_ENABLED) {
- onUseAnyWith(IntType.SCENERY, *BANK_BOOTHS, handler = ::attemptToConvertItems)
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/scenery/BankChestListener.kt b/Server/src/main/content/global/handlers/scenery/BankChestListener.kt
deleted file mode 100644
index 9fb26831b..000000000
--- a/Server/src/main/content/global/handlers/scenery/BankChestListener.kt
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.handlers.scenery
-
-import core.api.openBankAccount
-import org.rs09.consts.Scenery
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-private val BANK_CHESTS = intArrayOf(
- Scenery.BANK_CHEST_3194, Scenery.BANK_CHEST_4483,
- Scenery.BANK_CHEST_10562, Scenery.BANK_CHEST_14382,
- Scenery.BANK_CHEST_16695, Scenery.BANK_CHEST_16696,
- Scenery.BANK_CHEST_21301, Scenery.BANK_CHEST_27662,
- Scenery.BANK_CHEST_27663
-)
-
-/**
- * Allows the user to interact with Bank Chests.
- *
- * @author vddCore
- */
-class BankChestListener : InteractionListener {
- override fun defineListeners() {
- defineInteraction(IntType.SCENERY, BANK_CHESTS, "bank", "use") {player, node, state ->
- openBankAccount(player)
- return@defineInteraction true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/scenery/DoogleLeafInteraction.kt b/Server/src/main/content/global/handlers/scenery/DoogleLeafInteraction.kt
deleted file mode 100644
index fdf7d9891..000000000
--- a/Server/src/main/content/global/handlers/scenery/DoogleLeafInteraction.kt
+++ /dev/null
@@ -1,24 +0,0 @@
-package content.global.handlers.scenery
-
-import core.api.addItem
-import core.api.sendMessage
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import org.rs09.consts.Items
-
-class DoogleLeafInteraction : InteractionListener {
- override fun defineListeners() {
- defineInteraction(IntType.SCENERY, intArrayOf(31155), "pick-leaf", handler = ::handleDoogle)
- }
-
- fun handleDoogle(player: Player, node: Node, state: Int) : Boolean {
- if (!addItem(player, Items.DOOGLE_LEAVES_1573)) {
- sendMessage(player, "You don't have enough space in your inventory.")
- return true
- }
- sendMessage(player, "You pick some doogle leaves.")
- return true
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/scenery/MillingListener.kt b/Server/src/main/content/global/handlers/scenery/MillingListener.kt
deleted file mode 100644
index f88132cc1..000000000
--- a/Server/src/main/content/global/handlers/scenery/MillingListener.kt
+++ /dev/null
@@ -1,103 +0,0 @@
-package content.global.handlers.scenery
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import org.rs09.consts.Sounds
-
-private const val GRAIN = Items.GRAIN_1947
-private const val SWEETCORN = Items.SWEETCORN_5986
-private const val EMPTY_POT = Items.EMPTY_POT_1931
-private const val POT_OF_FLOUR = Items.POT_OF_FLOUR_1933
-private const val POT_OF_CORNFLOUR = Items.POT_OF_CORNFLOUR_7468
-private val HOPPERS = intArrayOf(Scenery.HOPPER_36881, Scenery.HOPPER_2717, Scenery.HOPPER_24071, Scenery.HOPPER_2716, Scenery.HOPPER_22422)
-private val HOPPER_CONTROLS = intArrayOf(Scenery.HOPPER_CONTROLS_2718, Scenery.HOPPER_CONTROLS_2721, Scenery.HOPPER_CONTROLS_24072, Scenery.HOPPER_CONTROLS_2720, Scenery.LEVER_22424)
-private val FLOUR_BINS = intArrayOf(Scenery.FLOUR_BIN_1782, Scenery.FLOUR_BIN_5792, Scenery.FLOUR_BIN_22420, Scenery.FLOUR_BIN_22421, Scenery.FLOUR_BIN_24070, Scenery.FLOUR_BIN_36878)
-private const val VARP = 695
-private val ANIMATION = Animation(3571)
-private val SOUND = Sounds.GIANT_ROC_APPROACHES_3189
-
-/**
- * Handles interactions with windmills
- * @author itsmedoggo
- */
-class MillingListener : InteractionListener {
- override fun defineListeners() {
- defineInteraction(IntType.SCENERY, HOPPER_CONTROLS, "operate", "pull") { player, _, _ ->
- useHopperControl(player)
- return@defineInteraction true
- }
- defineInteraction(IntType.SCENERY, FLOUR_BINS, "empty") {player, _, _ ->
- fillPot(player)
- return@defineInteraction true
- }
- onUseWith(SCENERY, intArrayOf(GRAIN, SWEETCORN), *HOPPERS) { player, used, _ ->
- fillHopper(player, used.asItem())
- return@onUseWith true
- }
- onUseWith(SCENERY, EMPTY_POT, *FLOUR_BINS) { player, _, _ ->
- fillPot(player)
- return@onUseWith true
- }
- }
-
- private fun useHopperControl(player: Player) {
- animate(player, ANIMATION)
- val hopperContents = getAttribute(player, "milling:hopper", 0)
- if (hopperContents == 0) {
- sendMessage(player, "You operate the empty hopper. Nothing interesting happens.")
- return
- }
- setAttribute(player, "/save:milling:hopper", 0)
- when (hopperContents) {
- GRAIN -> {
- setAttribute(player, "/save:milling:grain", (getAttribute(player, "milling:grain", 0) + 1).coerceAtMost(30 - getAttribute(player, "milling:sweetcorn", 0)))
- sendMessage(player, "You operate the hopper. The grain slides down the chute.")
- }
- SWEETCORN -> {
- setAttribute(player, "/save:milling:sweetcorn", (getAttribute(player, "milling:sweetcorn", 0) + 1).coerceAtMost(30 - getAttribute(player, "milling:grain", 0)))
- sendMessage(player, "You operate the hopper. The sweetcorn slides down the chute.")
- }
- }
- playAudio(player, SOUND)
- setVarp(player, VARP, 1, true)
- }
-
- private fun fillHopper(player: Player, used: Item) {
- if (getAttribute(player, "milling:hopper", 0) == 0 && removeItem(player, used)) {
- setAttribute(player, "/save:milling:hopper", used.id)
- sendMessage(player, "You put the " + used.name.lowercase() + " in the hopper.")
- return
- }
- sendMessage(player, "There is already " + getItemName(getAttribute(player, "milling:hopper", 0)).lowercase() + " in the hopper.")
- }
-
- private fun fillPot(player: Player) {
- if (!inInventory(player, EMPTY_POT)) {
- sendMessage(player, "I need an empty pot to hold the flour in.")
- return
- }
- if (removeItem(player, EMPTY_POT)) {
- if (getAttribute(player, "milling:sweetcorn", 0) > 0) {
- setAttribute(player, "/save:milling:sweetcorn", (getAttribute(player, "milling:sweetcorn", 0) - 1))
- if (addItem(player, POT_OF_CORNFLOUR)) {
- sendMessage(player, if (player.getAttribute("milling:sweetcorn", 0) > 0) "You fill a pot with cornflour from the bin." else "You fill a pot with the last of the cornflour in the bin.")
- }
- }
- else if (getAttribute(player, "milling:grain", 0) > 0) {
- setAttribute(player, "/save:milling:grain", (getAttribute(player, "milling:grain", 0) - 1))
- if (addItem(player, POT_OF_FLOUR)) {
- sendMessage(player, if (player.getAttribute("milling:grain", 0) > 0) "You fill a pot with flour from the bin." else "You fill a pot with the last of the flour in the bin.")
- }
- }
- if (getAttribute(player, "milling:sweetcorn", 0) + getAttribute(player, "milling:grain", 0) <= 0) {
- setVarp(player, VARP, 0, true)
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/handlers/scenery/SignpostListener.kt b/Server/src/main/content/global/handlers/scenery/SignpostListener.kt
deleted file mode 100644
index 583aa259d..000000000
--- a/Server/src/main/content/global/handlers/scenery/SignpostListener.kt
+++ /dev/null
@@ -1,236 +0,0 @@
-package content.global.handlers.scenery
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.world.map.Location
-import org.rs09.consts.Components
-import org.rs09.consts.Scenery
-
-class SignpostListener : InteractionListener {
- override fun defineListeners() {
- on(Scenery.SIGNPOST_18493, IntType.SCENERY, "read") { player, node ->
- if (node.asScenery().location.equals(Location(3235, 3228))) {
- // Authentic
- setInterfaceText(player, "Head north towards Fred's farm, and the windmill.", 135, 3) // North
- setInterfaceText(player, "South to the swamps of Lumbridge.", 135, 9) // South
- setInterfaceText(player, "Cross the bridge and head east to Al Kharid or north to Varrock.", 135, 8) // East
- setInterfaceText(player, "West to the Lumbridge Castle and Draynor Village. Beware the goblins!", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(3261, 3230))) {
- // Authentic
- setInterfaceText(player, "North to farms and Varrock.", 135, 3) // North
- setInterfaceText(player, "The River Lum lies to the south.", 135, 9) // South
- setInterfaceText(player, "East to Al Kharid - toll gate; bring some money.", 135, 8) // East
- setInterfaceText(player, "West to Lumbridge.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(2983, 3278))) {
- // Authentic
- setInterfaceText(player, "North to the glorious White Knights' city of Falador.", 135, 3) // North
- setInterfaceText(player, "South to Rimmington.", 135, 9) // South
- setInterfaceText(player, "East to Port Sarim and Draynor Village.", 135, 8) // East
- setInterfaceText(player, "West to the Crafting Guild.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(3107, 3296))) {
- setInterfaceText(player, "North to Draynor Manor.", 135, 3) // North
- setInterfaceText(player, "South to Draynor Village and the Wizards' Tower.", 135, 9) // South
- setInterfaceText(player, "East to Lumbridge.", 135, 8) // East
- setInterfaceText(player, "West to Port Sarim.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else {
- setInterfaceText(player, "North to unknown.", 135, 3) // North
- setInterfaceText(player, "South to unknown.", 135, 9) // South
- setInterfaceText(player, "East to unknown.", 135, 8) // East
- setInterfaceText(player, "West to unknown.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- }
- return@on true
- }
- on(Scenery.SIGNPOST_24263, IntType.SCENERY, "read") { player, node ->
- if (node.asScenery().location.equals(Location(3268, 3332))) {
- // Authentic
- setInterfaceText(player, "Sheep lay this way.", 135, 3) // North
- setInterfaceText(player, "South through farms to Al Kharid and Lumbridge.", 135, 9) // South
- setInterfaceText(player, "East to Al Kharid mine and follow the path north to Varrock east gate.", 135, 8) // East
- setInterfaceText(player, "West to Champion's Guild and Varrock south gate.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(3283, 3333))) {
- // Authentic
- setInterfaceText(player, "North to Varrock mine and Varrock east gate.", 135, 3) // North
- setInterfaceText(player, "South to large Mining area and Al Kharid.", 135, 9) // South
- setInterfaceText(player, "Follow the path east to the Dig Site.", 135, 8) // East
- setInterfaceText(player, "West to Champion's Guild and Varrock south gate.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else {
- setInterfaceText(player, "North to unknown.", 135, 3) // North
- setInterfaceText(player, "South to unknown.", 135, 9) // South
- setInterfaceText(player, "East to unknown.", 135, 8) // East
- setInterfaceText(player, "West to unknown.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- }
- return@on true
- }
- on(Scenery.SIGNPOST_4132, IntType.SCENERY, "read") { player, node ->
- if (node.asScenery().location.equals(Location(3223, 3427))) {
- setInterfaceText(player, "North to Varrock Palace.", 135, 3) // North
- setInterfaceText(player, "South to the Champion's Guild.", 135, 9) // South
- setInterfaceText(player, "East to the Dig Site.", 135, 8) // East
- setInterfaceText(player, "West to Barbarian Village and Falador.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(3166, 3286))) {
- setInterfaceText(player, "North to the windmill.", 135, 3) // North
- setInterfaceText(player, "South to a fishing pond next to Fred's farm.", 135, 9) // South
- setInterfaceText(player, "East to Lumbridge.", 135, 8) // East
- setInterfaceText(player, "West to Port Sarim and Draynor Village.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(3285, 3430))) {
- setInterfaceText(player, "North to the Lumber Yard.", 135, 3) // North
- setInterfaceText(player, "South to Al Kharid and Lumbridge.", 135, 9) // South
- setInterfaceText(player, "East to the Dig Site.", 135, 8) // East
- setInterfaceText(player, "West to Varrock.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(2734, 3485))) {
- setInterfaceText(player, "North to Sinclair Mansion.", 135, 3) // North
- setInterfaceText(player, "South to the Courthouse.", 135, 9) // South
- setInterfaceText(player, "East to Camelot Castle and Catherby.", 135, 8) // East
- setInterfaceText(player, "Follow the path west to Ardougne.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(2604, 3240))) {
- setInterfaceText(player, "North to the Ardougne City Zoo.", 135, 3) // North
- setInterfaceText(player, "South to the Monastery.", 135, 9) // South
- setInterfaceText(player, "East to the Tower of Life.", 135, 8) // East
- setInterfaceText(player, "West to the Clocktower.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(2605, 3298))) {
- setInterfaceText(player, "North to the Fishing Guild and Hemenster.", 135, 3) // North
- setInterfaceText(player, "South to the Ardougne City Zoo.", 135, 9) // South
- setInterfaceText(player, "East to Ardougne Market.", 135, 8) // East
- setInterfaceText(player, "West to Ardougne Castle and West Ardougne.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(2646, 3404))) {
- setInterfaceText(player, "North to the Ranging Guild and Seer's Village.", 135, 3) // North
- setInterfaceText(player, "South to the Ardougne City.", 135, 9) // South
- setInterfaceText(player, "East to the Sorcerer's Tower.", 135, 8) // East
- setInterfaceText(player, "West to the Fishing Guild.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else {
- setInterfaceText(player, "North to unknown.", 135, 3) // North
- setInterfaceText(player, "South to unknown.", 135, 9) // South
- setInterfaceText(player, "East to unknown.", 135, 8) // East
- setInterfaceText(player, "West to unknown.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- }
- return@on true
- }
- on(Scenery.SIGNPOST_4134, IntType.SCENERY, "read") { player, node ->
- if (node.asScenery().location.equals(Location(2651, 3606))) {
- setInterfaceText(player, "North to Rellekka.", 135, 3) // North
- setInterfaceText(player, "South to Seers' Village.", 135, 9) // South
- setInterfaceText(player, "East to Death Plateau.", 135, 8) // East
- setInterfaceText(player, "West to the Lighthouse.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else if (node.asScenery().location.equals(Location(3100, 3418))) {
- setInterfaceText(player, "North to Edgeville.", 135, 3) // North
- setInterfaceText(player, "South to Draynor Manor.", 135, 9) // South
- setInterfaceText(player, "East to Varrock west gate.", 135, 8) // East
- setInterfaceText(player, "West to Barbarian Village.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else {
- setInterfaceText(player, "North to unknown.", 135, 3) // North
- setInterfaceText(player, "South to unknown.", 135, 9) // South
- setInterfaceText(player, "East to unknown.", 135, 8) // East
- setInterfaceText(player, "West to unknown.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- }
- return@on true
- }
- on(Scenery.SIGNPOST_4135, IntType.SCENERY, "read") { player, node ->
- if (node.asScenery().location.equals(Location(3448, 3486))) {
- setInterfaceText(player, "North to the Slayer Tower.", 135, 3) // North
- setInterfaceText(player, "South to Mort Myre Swamp.", 135, 9) // South
- setInterfaceText(player, "East to Canifis.", 135, 8) // East
- setInterfaceText(player, "West to Varrock.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else {
- setInterfaceText(player, "North to unknown.", 135, 3) // North
- setInterfaceText(player, "South to unknown.", 135, 9) // South
- setInterfaceText(player, "East to unknown.", 135, 8) // East
- setInterfaceText(player, "West to unknown.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- }
- return@on true
- }
- on(Scenery.SIGNPOST_31296, IntType.SCENERY, "read") { player, node ->
- if (node.asScenery().location.equals(Location(3304, 3109))) {
- // Authentic
- setInterfaceText(player, "North to Al Kharid.", 135, 3) // North
- setInterfaceText(player, "South to the Desert Mining Camp and Pollnivneach.", 135, 9) // South
- setInterfaceText(player, "East and across the river to the Ruins of Uzer.", 135, 8) // East
- setInterfaceText(player, "West to the Kalphite Lair.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else {
- setInterfaceText(player, "North to unknown.", 135, 3) // North
- setInterfaceText(player, "South to unknown.", 135, 9) // South
- setInterfaceText(player, "East to unknown.", 135, 8) // East
- setInterfaceText(player, "West to unknown.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- }
- return@on true
- }
- on(Scenery.STONE_SIGNPOST_11630, IntType.SCENERY, "read") { player, node ->
- // Authentic // https://youtu.be/vvHXKTOh_g4
- if (node.asScenery().location.equals(Location(2967, 3412))) {
- setInterfaceText(player, "North to Goblin Village.", 135, 3) // North
- setInterfaceText(player, "South to Falador.", 135, 9) // South
- setInterfaceText(player, "East to Varrock.", 135, 8) // East
- setInterfaceText(player, "West to Taverley.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- } else {
- setInterfaceText(player, "North to unknown.", 135, 3) // North
- setInterfaceText(player, "South to unknown.", 135, 9) // South
- setInterfaceText(player, "East to unknown.", 135, 8) // East
- setInterfaceText(player, "West to unknown.", 135, 12) // West
- openInterface(player, Components.AIDE_COMPASS_135)
- }
- return@on true
- }
- }
- /**
- * Old handlers of Signpost. Not all should be opening the AIDE_COMPASS.
- *
- * @Override
- * public Plugin newInstance(Object arg) throws Throwable {
- * SceneryDefinition.forId(4132).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(4133).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(4134).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(4135).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(5164).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(10090).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(13873).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(15522).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(25397).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(30039).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(30040).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(31296).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(31298).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(31299).getHandlers().put("option:read", this);
- * SceneryDefinition.forId(31300).getHandlers().put("option:read", this);
- * // ObjectDefinition.forId(31301).getConfigurations().put("option:read", this);//goblin village
- * return this;
- * }
- *
- * Was technically supposed to hide the map
- * @Override
- * public boolean handle(Player player, Node node, String option) {
- * PacketRepository.send(MinimapState.class, new MinimapStateContext(player, 2));
- * player.getInterfaceManager().open(new Component(135)).setCloseEvent(new CloseEvent() {
- * @Override
- * public boolean close(Player player, Component c) {
- * PacketRepository.send(MinimapState.class, new MinimapStateContext(player, 0));
- * return true;
- * }
- * });
- * return true;
- * }
- */
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/handlers/scenery/TableListener.kt b/Server/src/main/content/global/handlers/scenery/TableListener.kt
deleted file mode 100644
index c35ebd27b..000000000
--- a/Server/src/main/content/global/handlers/scenery/TableListener.kt
+++ /dev/null
@@ -1,426 +0,0 @@
-package content.global.handlers.scenery
-
-import content.global.skill.summoning.pet.Pets
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.combat.graves.GraveController
-import core.game.node.entity.player.info.LogType
-import core.game.node.entity.player.info.PlayerMonitor
-import core.game.node.entity.player.info.login.PlayerParser
-import core.game.node.item.GroundItem
-import core.game.node.item.GroundItemManager
-import core.game.node.item.Item
-import core.game.system.config.ItemConfigParser
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-import org.rs09.consts.Sounds
-
-/** To allow players to place items on tables. Copies DropListener for restrictions. */
-class TableListener : InteractionListener {
- companion object {
- private val DROP_COINS_SOUND = Sounds.EYEGLO_COIN_10
- private val DROP_ITEM_SOUND = Sounds.PUT_DOWN_2739
- }
- override fun defineListeners() {
- onUseAnyWith(
- IntType.SCENERY,
- Scenery.TABLE_10258,
- Scenery.TABLE_10414,
- Scenery.TABLE_10490,
- Scenery.TABLE_10509,
- Scenery.TABLE_10808,
- Scenery.TABLE_11202,
- Scenery.TABLE_11203,
- Scenery.TABLE_11500,
- Scenery.TABLE_11501,
- Scenery.TABLE_11502,
- Scenery.TABLE_11503,
- Scenery.TABLE_11504,
- Scenery.TABLE_11551,
- Scenery.TABLE_11619,
- Scenery.TABLE_11660,
- Scenery.TABLE_11682,
- Scenery.TABLE_11743,
- Scenery.TABLE_11748,
- Scenery.TABLE_11749,
- Scenery.TABLE_11849,
- Scenery.TABLE_11892,
- Scenery.TABLE_12106,
- Scenery.TABLE_12108,
- Scenery.TABLE_12386,
- Scenery.TABLE_12387,
- Scenery.TABLE_12388,
- Scenery.TABLE_12450,
- Scenery.TABLE_12541,
- Scenery.TABLE_12544,
- Scenery.TABLE_12734,
- Scenery.TABLE_12855,
- Scenery.TABLE_12884,
- Scenery.TABLE_12962,
- Scenery.TABLE_12971,
- Scenery.TABLE_12972,
- Scenery.TABLE_14044,
- Scenery.TABLE_14049,
- Scenery.TABLE_14163,
- Scenery.TABLE_14363,
- Scenery.TABLE_14762,
- Scenery.TABLE_14763,
- Scenery.TABLE_14920,
- Scenery.TABLE_15044,
- Scenery.TABLE_15092,
- Scenery.TABLE_15137,
- Scenery.TABLE_15680,
- Scenery.TABLE_15684,
- Scenery.TABLE_15719,
- Scenery.TABLE_15982,
- Scenery.TABLE_16169,
- Scenery.TABLE_16170,
- Scenery.TABLE_16562,
- Scenery.TABLE_16737,
- Scenery.TABLE_16738,
- Scenery.TABLE_16739,
- Scenery.TABLE_16740,
- Scenery.TABLE_16741,
- Scenery.TABLE_16742,
- Scenery.TABLE_16815,
- Scenery.TABLE_16827,
- Scenery.TABLE_16828,
- Scenery.TABLE_16874,
- Scenery.TABLE_16974,
- Scenery.TABLE_17099,
- Scenery.TABLE_17145,
- Scenery.TABLE_17235,
- Scenery.TABLE_17299,
- Scenery.TABLE_17348,
- Scenery.TABLE_17545,
- Scenery.TABLE_17546,
- Scenery.TABLE_17661,
- Scenery.TABLE_17662,
- Scenery.TABLE_17666,
- Scenery.TABLE_17762,
- Scenery.TABLE_18051,
- Scenery.TABLE_18059,
- Scenery.TABLE_18062,
- Scenery.TABLE_18314,
- Scenery.TABLE_18486,
- Scenery.TABLE_18902,
- Scenery.TABLE_1901,
- Scenery.TABLE_19158,
- Scenery.TABLE_19928,
- Scenery.TABLE_20058,
- Scenery.TABLE_20060,
- Scenery.TABLE_20351,
- Scenery.TABLE_20388,
- Scenery.TABLE_20996,
- Scenery.TABLE_21359,
- Scenery.TABLE_21360,
- Scenery.TABLE_21388,
- Scenery.TABLE_21389,
- Scenery.TABLE_21608,
- Scenery.TABLE_21609,
- Scenery.TABLE_21610,
- Scenery.TABLE_21793,
- Scenery.TABLE_22159,
- Scenery.TABLE_22160,
- Scenery.TABLE_22431,
- Scenery.TABLE_22672,
- Scenery.TABLE_22677,
- Scenery.TABLE_22678,
- Scenery.TABLE_22690,
- Scenery.TABLE_22693,
- Scenery.TABLE_22694,
- Scenery.TABLE_22705,
- Scenery.TABLE_22830,
- Scenery.TABLE_22831,
- Scenery.TABLE_22832,
- Scenery.TABLE_22844,
- Scenery.TABLE_22845,
- Scenery.TABLE_22846,
- Scenery.TABLE_22847,
- Scenery.TABLE_22848,
- Scenery.TABLE_22849,
- Scenery.TABLE_23177,
- Scenery.TABLE_23942,
- Scenery.TABLE_24011,
- Scenery.TABLE_24012,
- Scenery.TABLE_24013,
- Scenery.TABLE_24014,
- Scenery.TABLE_24028,
- Scenery.TABLE_24076,
- Scenery.TABLE_24084,
- Scenery.TABLE_24088,
- Scenery.TABLE_24104,
- Scenery.TABLE_24301,
- Scenery.TABLE_24302,
- Scenery.TABLE_24303,
- Scenery.TABLE_24307,
- Scenery.TABLE_24308,
- Scenery.TABLE_24309,
- Scenery.TABLE_24320,
- Scenery.TABLE_24335,
- Scenery.TABLE_24336,
- Scenery.TABLE_24667,
- Scenery.TABLE_24684,
- Scenery.TABLE_24900,
- Scenery.TABLE_24922,
- Scenery.TABLE_24927,
- Scenery.TABLE_25047,
- Scenery.TABLE_25603,
- Scenery.TABLE_25615,
- Scenery.TABLE_25733,
- Scenery.TABLE_25734,
- Scenery.TABLE_25778,
- Scenery.TABLE_25928,
- Scenery.TABLE_25930,
- Scenery.TABLE_25931,
- Scenery.TABLE_26020,
- Scenery.TABLE_26074,
- Scenery.TABLE_26142,
- Scenery.TABLE_2650,
- Scenery.TABLE_26783,
- Scenery.TABLE_26807,
- Scenery.TABLE_27014,
- Scenery.TABLE_27052,
- Scenery.TABLE_27056,
- Scenery.TABLE_27083,
- Scenery.TABLE_27245,
- Scenery.TABLE_27850,
- Scenery.TABLE_28199,
- Scenery.TABLE_28262,
- Scenery.TABLE_28508,
- Scenery.TABLE_28621,
- Scenery.TABLE_28628,
- Scenery.TABLE_28629,
- Scenery.TABLE_28660,
- Scenery.TABLE_2906,
- Scenery.TABLE_29131,
- Scenery.TABLE_2940,
- Scenery.TABLE_29467,
- Scenery.TABLE_29468,
- Scenery.TABLE_30074,
- Scenery.TABLE_30075,
- Scenery.TABLE_30076,
- Scenery.TABLE_30077,
- Scenery.TABLE_30078,
- Scenery.TABLE_30079,
- Scenery.TABLE_30080,
- Scenery.TABLE_30081,
- Scenery.TABLE_30222,
- Scenery.TABLE_30734,
- Scenery.TABLE_30827,
- Scenery.TABLE_30828,
- Scenery.TABLE_30830,
- Scenery.TABLE_30939,
- Scenery.TABLE_32121,
- Scenery.TABLE_33052,
- Scenery.TABLE_33054,
- Scenery.TABLE_33129,
- Scenery.TABLE_33159,
- Scenery.TABLE_33201,
- Scenery.TABLE_33202,
- Scenery.TABLE_33233,
- Scenery.TABLE_34204,
- Scenery.TABLE_34429,
- Scenery.TABLE_34431,
- Scenery.TABLE_34469,
- Scenery.TABLE_34470,
- Scenery.TABLE_34473,
- Scenery.TABLE_34474,
- Scenery.TABLE_34518,
- Scenery.TABLE_34519,
- Scenery.TABLE_34520,
- Scenery.TABLE_34521,
- Scenery.TABLE_34799,
- Scenery.TABLE_34927,
- Scenery.TABLE_34968,
- Scenery.TABLE_36255,
- Scenery.TABLE_36350,
- Scenery.TABLE_36366,
- Scenery.TABLE_36573,
- Scenery.TABLE_36574,
- Scenery.TABLE_36575,
- Scenery.TABLE_36576,
- Scenery.TABLE_36577,
- Scenery.TABLE_36578,
- Scenery.TABLE_36579,
- Scenery.TABLE_36580,
- Scenery.TABLE_36581,
- Scenery.TABLE_36582,
- Scenery.TABLE_36583,
- Scenery.TABLE_36584,
- Scenery.TABLE_36585,
- Scenery.TABLE_36586,
- Scenery.TABLE_36727,
- Scenery.TABLE_36728,
- Scenery.TABLE_36730,
- Scenery.TABLE_36731,
- Scenery.TABLE_36820,
- Scenery.TABLE_36821,
- Scenery.TABLE_36910,
- Scenery.TABLE_37160,
- Scenery.TABLE_37161,
- Scenery.TABLE_37162,
- Scenery.TABLE_37163,
- Scenery.TABLE_37164,
- Scenery.TABLE_37165,
- Scenery.TABLE_37166,
- Scenery.TABLE_37167,
- Scenery.TABLE_37350,
- Scenery.TABLE_37419,
- Scenery.TABLE_37815,
- Scenery.TABLE_38020,
- Scenery.TABLE_38021,
- Scenery.TABLE_38102,
- Scenery.TABLE_38316,
- Scenery.TABLE_38317,
- Scenery.TABLE_38318,
- Scenery.TABLE_38319,
- Scenery.TABLE_38320,
- Scenery.TABLE_39167,
- Scenery.TABLE_39168,
- Scenery.TABLE_40030,
- Scenery.TABLE_40031,
- Scenery.TABLE_40818,
- Scenery.TABLE_40819,
- Scenery.TABLE_40820,
- Scenery.TABLE_41105,
- Scenery.TABLE_41106,
- Scenery.TABLE_41107,
- Scenery.TABLE_41196,
- Scenery.TABLE_41289,
- Scenery.TABLE_41462,
- Scenery.TABLE_41469,
- Scenery.TABLE_4272,
- Scenery.TABLE_4372,
- Scenery.TABLE_4458,
- Scenery.TABLE_4459,
- Scenery.TABLE_4460,
- Scenery.TABLE_4461,
- Scenery.TABLE_4462,
- Scenery.TABLE_4463,
- Scenery.TABLE_4464,
- Scenery.TABLE_4651,
- Scenery.TABLE_4652,
- Scenery.TABLE_4653,
- Scenery.TABLE_5349,
- Scenery.TABLE_5879,
- Scenery.TABLE_593,
- Scenery.TABLE_594,
- Scenery.TABLE_595,
- Scenery.TABLE_596,
- Scenery.TABLE_597,
- Scenery.TABLE_598,
- Scenery.TABLE_599,
- Scenery.TABLE_600,
- Scenery.TABLE_601,
- Scenery.TABLE_602,
- Scenery.TABLE_603,
- Scenery.TABLE_604,
- Scenery.TABLE_605,
- Scenery.TABLE_606,
- Scenery.TABLE_607,
- Scenery.TABLE_6075,
- Scenery.TABLE_613,
- Scenery.TABLE_614,
- Scenery.TABLE_616,
- Scenery.TABLE_6196,
- Scenery.TABLE_6197,
- Scenery.TABLE_6198,
- Scenery.TABLE_6199,
- Scenery.TABLE_620,
- Scenery.TABLE_6200,
- Scenery.TABLE_6201,
- Scenery.TABLE_621,
- Scenery.TABLE_6211,
- Scenery.TABLE_622,
- Scenery.TABLE_623,
- Scenery.TABLE_6231,
- Scenery.TABLE_624,
- Scenery.TABLE_6246,
- Scenery.TABLE_7331,
- Scenery.TABLE_8700,
- Scenery.TABLE_8701,
- Scenery.TABLE_8751,
- Scenery.TABLE_8768,
- Scenery.TABLE_8769,
- Scenery.TABLE_9082,
- Scenery.TABLE_9430,
- Scenery.TABLE_9431,
- Scenery.TABLE_9432,
- Scenery.TABLE_9433,
- Scenery.TABLE_9434,
- Scenery.TABLE_9614,
- Scenery.TABLE_9685,
- Scenery.TABLE_9702
- ) { player, used, with ->
-
- used as Item
- with as core.game.node.scenery.Scenery
-
- // Similar to DropListener.handleDropAction to keep it consistent
- if (Pets.forId(used.id) != null) {
- player.familiarManager.summon(used, true, true)
- return@onUseAnyWith true
- }
- if (player.locks.equipmentLock != null) {
- return@onUseAnyWith false
- }
-
- // determine if item can be dropped
- var canDrop = false;
- for (option in used.getDefinition().getOptions()) {
- if (option != null && (option.contains("drop"))) {
- canDrop = true
- }
- }
- if (!canDrop) {
- sendMessage(player, "You cannot place this item on the table!")
- return@onUseAnyWith false
- }
-
- // Calculate nearest
- val minX = with.location.x
- val maxX = with.location.x + with.getSizeX() - 1
- val minY = with.location.y
- val maxY = with.location.y + with.getSizeY() - 1
- val nearestX = when {
- player.location.x < minX -> minX
- player.location.x > maxX -> maxX
- else -> player.location.x
- }
- val nearestY = when {
- player.location.y < minY -> minY
- player.location.y > maxY -> maxY
- else -> player.location.y
- }
-
- // Similar to DropListener.handleDropAction to keep it consistent
- closeAllInterfaces(player)
- player.animate(Animation(537))
- queueScript(player, strength = QueueStrength.SOFT) { //do this as a script to allow dropping multiple items in the same tick (authentic)
- // It's possible for state to change between queueing the script and executing it at the end of the tick (https://forum.2009scape.org/viewtopic.php?f=8&t=1195-lost-bandos-chestplate-whilst-making-iron-titans&p=5292). So, sanity check:
- val current = player.inventory.get(used.slot)
- if (current == null || current !== used) {
- return@queueScript stopExecuting(player)
- }
- if (player.inventory.replace(null, used.slot) !== used) {
- PlayerMonitor.log(player, LogType.DUPE_ALERT, "Potential exploit attempt when player ${player.name} tried to place on table ${used.amount}x ${used.id}. The item has been lost and will need to be refunded to the player, but how did they get this to happen?")
- return@queueScript stopExecuting(player)
- }
- val droppedItem = used.dropItem
- if (droppedItem.id == Items.COINS_995) playAudio(player, DROP_COINS_SOUND) else playAudio(player, DROP_ITEM_SOUND)
- GroundItemManager.create(droppedItem, Location(nearestX, nearestY), player)
-
- setAttribute(player, "droppedItem:${droppedItem.id}", getWorldTicks() + 2)
- PlayerParser.save(player)
- return@queueScript stopExecuting(player)
- }
-
- return@onUseAnyWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/StileShortcut.kt b/Server/src/main/content/global/skill/agility/shortcuts/StileShortcut.kt
deleted file mode 100644
index e492b6b9d..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/StileShortcut.kt
+++ /dev/null
@@ -1,79 +0,0 @@
-package content.global.skill.agility.shortcuts
-
-import core.api.*
-import core.api.utils.Vector
-import core.game.activity.ActivityManager
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.world.map.Direction
-import core.game.world.map.Location
-
-class StileShortcut : InteractionListener {
- val ids = intArrayOf(993, 3730, 7527, 12982, 19222, 22302, 29460, 33842, 34776, 39508, 39509, 39510)
- val FALCONRY_STILE = 19222
- override fun defineListeners() {
- on (ids, IntType.SCENERY, "climb-over") {p, n ->
- val direction = Vector.betweenLocs(p.location, n.location).toDirection()
- val startLoc = p.location.transform(direction, 1)
- val endLoc = p.location.transform(direction, 2)
-
- closeAllInterfaces(p)
- p.walkingQueue.reset()
- p.walkingQueue.addPath(startLoc.x, startLoc.y)
- forceMove(p, startLoc, endLoc, 0, animationCycles(839), direction, 839)
-
- queueScript(p, 5, QueueStrength.SOFT) {_ ->
- val end = endLoc.transform(direction, 1)
- p.walkingQueue.reset()
- p.walkingQueue.addPath(end.x, end.y)
-
- if (n.id == FALCONRY_STILE)
- handleFalconry(p, endLoc)
- return@queueScript stopExecuting(p)
- }
- return@on true
- }
-
- setDest(IntType.SCENERY, ids, "climb-over") {e, n ->
- return@setDest getInteractLocation(e.location, n.location, getOrientation(n.direction))
- }
- }
-
-
-
- companion object {
- fun getInteractLocation (pLoc: Location, sLoc: Location, orientation: Orientation) : Location {
- when (orientation) {
- Orientation.Horizontal -> {
- if (pLoc.x <= sLoc.x) return sLoc.transform(-1, 0, 0)
- else return sLoc.transform(2, 0, 0)
- }
- Orientation.Vertical -> {
- if (pLoc.y <= sLoc.y) return sLoc.transform(0, -1, 0)
- else return sLoc.transform(0, 2, 0)
- }
- }
- }
-
- fun getOrientation (rotation: Direction) : Orientation {
- when (rotation) {
- Direction.EAST, Direction.WEST -> return Orientation.Horizontal
- else -> return Orientation.Vertical
- }
- }
-
- fun handleFalconry (p: Player, endLoc: Location) {
- if (endLoc.y == 3619)
- ActivityManager.start(p, "falconry", false)
- else
- ActivityManager.getActivity("falconry").leave(p, false)
- }
- }
-
- enum class Orientation {
- Horizontal,
- Vertical
- }
-}
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/AbstractGrappleShortcut.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/AbstractGrappleShortcut.kt
deleted file mode 100644
index d6672efe1..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/AbstractGrappleShortcut.kt
+++ /dev/null
@@ -1,136 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.api.*
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.scenery.Scenery
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-
-abstract class AbstractGrappleShortcut : InteractionListener {
- /**
- * Make sure that you have flagInstant in your listeners.
- * If you do not the player will run and try to touch the grapple point
- */
- private val VALID_CROSSBOWS = intArrayOf(
- Items.MITH_CROSSBOW_9181,
- Items.ADAMANT_CROSSBOW_9183,
- Items.RUNE_CROSSBOW_9185,
- Items.DORGESHUUN_CBOW_8880
- )
-
- protected abstract val REQUIREMENTS: HashMap
-
- protected abstract val grappleStartLocation: Location
- protected abstract val grappleEndLocation: Location
-
- // use lazy so that the skill requirements can be populated after the child builds them
- private val requirementString1: String by lazy {
- "You need at least " +
- REQUIREMENTS[Skills.AGILITY] + " " + Skills.SKILL_NAME[Skills.AGILITY] + ", " +
- REQUIREMENTS[Skills.RANGE] + " " + Skills.SKILL_NAME[Skills.RANGE] + ","
- }
- private val requirementString2: String by lazy {
- "and " +
- REQUIREMENTS[Skills.STRENGTH] + " " + Skills.SKILL_NAME[Skills.STRENGTH] + " to use this shortcut."
- }
-
-
- // What needs to have its model changed during a grapple
- protected abstract val grappleScenery: List
-
- // What animation to use when getting the player across
- protected abstract val animation: Animation
- // How long should the animation last (in ticks)
- protected abstract val animationDuration: Int
-
- protected abstract fun animation(animationStage: Int, player: Player): Boolean
-
-
- // The message that can appear if there should be one after grappling
- protected val message: String? = null
-
- private fun getRequirementString(): Array {
- val requirementString = arrayOf(requirementString1, requirementString2)
- return requirementString
- }
-
- private fun doesPlayerHaveRequiredItemsEquipped(player: Player): Boolean {
- return inEquipment(player, Items.MITH_GRAPPLE_9419) && anyInEquipment(player, *VALID_CROSSBOWS)
- }
-
- private fun doesPlayerHaveRequiredLevels(player: Player): Boolean {
- for ((skill, requiredLevel) in REQUIREMENTS) {
- if (!hasLevelDyn(player, skill, requiredLevel)) {
- return false
- }
- }
- return true
- }
-
- protected open fun isPlayerInRangeToGrapple(player: Player, startLoc: Location, range: Int): Boolean {
- return inBorders(player, startLoc.x - range, startLoc.y - range,
- startLoc.x + range, startLoc.y + range)
- }
-
- /**
- * See if the [player] is close enough to the [startLoc] (based on [range] to
- * try and grapple. This will return false if the [player] is too far away,
- * if the player does not have the right levels or if the player does not have
- * the correct gear equipped.
- */
- protected fun canGrapple(player: Player, startLoc: Location, range: Int): Boolean {
- if (isPlayerInRangeToGrapple(player, startLoc, range)) {
- forceWalk(player, startLoc, "smart")
- } else {
- // todo should this be "you are too far away" or something like that?
- sendMessage(player, "Nothing interesting happens.")
- return false
- }
-
- if (!doesPlayerHaveRequiredItemsEquipped(player)) {
- sendDialogue(player, "You need a Mithril crossbow and a Mithril grapple in order to do this.")
- return false
- }
-
- if (!doesPlayerHaveRequiredLevels(player)) {
- sendDialogueLines(player,
- *getRequirementString()
- )
- return false
- }
- return true
- }
-
- protected fun grapple(player: Player, message: String?): Boolean {
- closeAllInterfaces(player)
- lock(player, animationDuration)
- // TODO is this right? should we force the player to cross?
- queueScript(player, strength = QueueStrength.SOFT) { stage: Int ->
- if (animation(stage, player)){
- // We're done with the animation
- return@queueScript stopExecuting(player)
- }
- else{
- return@queueScript delayScript(player, 1)
- }
- }
-
- message?.let{
- player.sendMessage(message)
- }
- return true
- }
-
-
- /**
- * If an achievement diary can be updated it should be done here
- */
- protected open fun updateDiary(player: Player): Boolean{
- return false
- }
-
-}
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/AbstractOneWayGrapple.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/AbstractOneWayGrapple.kt
deleted file mode 100644
index 7645b0315..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/AbstractOneWayGrapple.kt
+++ /dev/null
@@ -1,39 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.api.*
-import core.game.node.entity.player.Player
-
-abstract class AbstractOneWayGrapple : AbstractGrappleShortcut() {
-
-
- override fun animation(animationStage: Int, player: Player): Boolean {
- when (animationStage) {
- 1 -> {
- // Point towards the grapple landing zone
- face(player, grappleEndLocation)
- // Start the grapple animation
- animate(player, animation)
- }
-
- 5 -> {
- for (tgt in grappleScenery) {
- // Add grapple effects to all scenery (for 10 ticks)
- replaceScenery(tgt!!, tgt.id + 1, 10)
- }
- }
-
- 5 + animationDuration -> {
- // After the animation is done teleport to the landing zone
- teleport(player, grappleEndLocation)
- }
-
- 5 + animationDuration + 1 -> {
- // free the player
- unlock(player)
- updateDiary(player)
- return true
- }
- }
- return false
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/AbstractTwoWayGrapple.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/AbstractTwoWayGrapple.kt
deleted file mode 100644
index 4cbb3aa1c..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/AbstractTwoWayGrapple.kt
+++ /dev/null
@@ -1,16 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.game.node.entity.player.Player
-import core.game.world.map.Direction
-import core.game.world.map.Location
-
-abstract class AbstractTwoWayGrapple : AbstractGrappleShortcut(){
-
- abstract var direction: Direction?
-
- abstract var startLoc: Location?
- abstract var endLoc: Location?
-
- protected abstract fun setStartEndSide(player: Player, margin: Int = 5)
- protected abstract fun getGrappleScenery(direction: Direction): List
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/AlKharidGrapple.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/AlKharidGrapple.kt
deleted file mode 100644
index 5f98b03e4..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/AlKharidGrapple.kt
+++ /dev/null
@@ -1,108 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.world.map.Direction
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Scenery
-
-class AlKharidGrapple : AbstractTwoWayGrapple(){
-
- override val REQUIREMENTS: HashMap = hashMapOf(Skills.AGILITY to 8, Skills.RANGE to 37, Skills.STRENGTH to 19)
-
- // Lumbridge
- override val grappleStartLocation: Location = Location(3246, 3179, 0)
-
- // Al Kharid
- override val grappleEndLocation: Location = Location(3259, 3179, 0)
-
- override var direction: Direction? = null
- override var startLoc: Location? = null
- override var endLoc: Location? = null
-
- override var grappleScenery: List = listOf()
-
- override val animation: Animation = Animation(4230)
- override val animationDuration: Int = 9
- override fun animation(animationStage: Int, player: Player): Boolean {
- when (animationStage) {
- 1 -> {
- face(player, endLoc!!)
- animate(player, animation)
- }
-
- 5 -> {
- for (tgt in grappleScenery) {
- if ((tgt!!.id == 17068)) {
- // This is the raft
- continue
- }
- replaceScenery(tgt, tgt.id + 1, 10)
- }
- }
-
- 5 + animationDuration -> {
- teleport(player, endLoc!!)
- }
- 5 + animationDuration + 1 -> {
- unlock(player)
- updateDiary(player)
- return true
- }
- }
- return false
- }
-
- override fun defineListeners() {
- flagInstant() // execute listeners instantly without determining path
-
- on(Scenery.BROKEN_RAFT_17068, IntType.SCENERY, "grapple") { player, target ->
- // Check if we are on the east or the west of the broken raft
- // East = Lum
- setStartEndSide(player)
- if (!canGrapple(player, startLoc!!, 2)){
- return@on true
- }
- grapple(player,message)
- return@on true
- }
- }
-
-
- override fun setStartEndSide(player: Player, margin: Int) {
- if (player.location.x < grappleStartLocation.x + margin){
- // We're on the west side
- direction = Direction.EAST // got to jump east
- startLoc = grappleStartLocation
- endLoc = grappleEndLocation
- }
- else {
- // we're on the east side
- direction = Direction.WEST // got to jump west
- startLoc = grappleEndLocation
- endLoc = grappleStartLocation
- }
-
- grappleScenery = getGrappleScenery(direction!!)
- }
-
- override fun getGrappleScenery(direction: Direction): List {
- val lumbridgeTree = getScenery(Location(3244, 3179, 0))
- val alKharidTree = getScenery(Location(3260, 3178, 0))
- val startTree : core.game.node.scenery.Scenery?
- val endTree : core.game.node.scenery.Scenery?
- val raft = getScenery(Location(3252, 3179, 0))
- if (direction == Direction.EAST){
- startTree = lumbridgeTree
- endTree = alKharidTree
- }
- else{
- startTree = alKharidTree
- endTree = lumbridgeTree
- }
- return listOf(startTree,endTree, raft)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/CatherbyGrappleShortcut.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/CatherbyGrappleShortcut.kt
deleted file mode 100644
index e5bcd2a8f..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/CatherbyGrappleShortcut.kt
+++ /dev/null
@@ -1,43 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.api.*
-import core.game.node.entity.skill.Skills
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Scenery
-import core.game.interaction.IntType
-import core.plugin.Initializable
-import kotlin.collections.HashMap
-
-
-@Initializable
-class CatherbyGrappleShortcut : AbstractOneWayGrapple(){
-
- override val REQUIREMENTS: HashMap = hashMapOf(Skills.AGILITY to 32, Skills.RANGE to 35, Skills.STRENGTH to 35)
-
- override val grappleStartLocation: Location = Location.create(2866, 3429, 0)
-
- override val grappleEndLocation: Location = Location.create(2869,3430,0)
-
- // todo this is the wrong animation
- override val animation: Animation = Animation(4455)
-
- override val animationDuration: Int = 9
-
- override val grappleScenery: List = listOf(
- getScenery(Location.create(2869,3429, 0)) // rocks
- )
-
- override fun defineListeners() {
- flagInstant()
-
- on(Scenery.ROCKS_17042, IntType.SCENERY, "grapple"){ player, _ ->
- if (!canGrapple(player, grappleStartLocation, 1)) {
- return@on true
- }
- grapple(player, message)
- return@on true
- }
- }
-
-}
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/FaladorGrapple.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/FaladorGrapple.kt
deleted file mode 100644
index 58e8e2fe2..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/FaladorGrapple.kt
+++ /dev/null
@@ -1,123 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.node.entity.skill.Skills
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import core.plugin.Initializable
-import org.rs09.consts.Scenery
-
-abstract class AbstractFaladorGrapple(private var wallGrappleInterface: WallGrappleInterface = WallGrappleInterfaceImpl()): AbstractOneWayGrapple() {
-
- override val animation: Animation = Animation(4455)
-
- override val animationDuration: Int = 14
-
- // There are no scenery items to hook so don't let children override this
- final override val grappleScenery: List = listOf()
-
- protected fun jump(player: Player, destination: Location): Boolean {
- return wallGrappleInterface.jump(player, destination)
- }
-
- override fun animation(animationStage: Int, player: Player): Boolean {
- when (animationStage) {
- 1 -> {
- player.faceLocation(grappleEndLocation)
- visualize(player, animation, Graphics(760, 100))
- }
-
- 8 -> {
- wallGrappleInterface.fadeToBlack(player)
- }
-
- 13 -> teleport(player, grappleEndLocation)
- 14 -> {
- wallGrappleInterface.showGame(player)
- unlock(player)
- updateDiary(player)
- return true
- }
- }
- return false
- }
-
-}
-@Initializable
-class FaladorGrappleNorth : AbstractFaladorGrapple() {
-
- override val REQUIREMENTS: HashMap = hashMapOf(Skills.AGILITY to 11, Skills.RANGE to 19, Skills.STRENGTH to 37)
-
- override val grappleStartLocation: Location = Location.create(3033, 3390, 0)
-
-
- override val grappleEndLocation: Location = Location.create(3033, 3389, 1)
-
- override fun defineListeners() {
- flagInstant()
- on(Scenery.WALL_17049, IntType.SCENERY, "grapple") { player, _ ->
- if(!canGrapple(player, grappleStartLocation, 4)) {
- return@on true
- }
- grapple(player, message)
- return@on true
- }
-
- on(Scenery.WALL_17051, IntType.SCENERY, "jump"){ player, _ ->
- jump(player, grappleStartLocation)
- return@on true
- }
- }
-
- override fun isPlayerInRangeToGrapple(player: Player, startLoc: Location, range: Int): Boolean {
- // Do not let the player grapple from the other side of the wall
- return inBorders(player, startLoc.x - range, startLoc.y,
- startLoc.x + range, startLoc.y + 2)
- }
-
- override fun updateDiary(player: Player): Boolean {
- player.achievementDiaryManager.finishTask(player, DiaryType.FALADOR, 1, 2)
- return true
- }
-}
-
-@Initializable
-class FaladorGrappleSouth : AbstractFaladorGrapple() {
-
- override val REQUIREMENTS: HashMap = hashMapOf(Skills.AGILITY to 11, Skills.RANGE to 19, Skills.STRENGTH to 37)
-
- override val grappleStartLocation: Location = Location.create(3032, 3388, 0)
-
- override val grappleEndLocation: Location = Location.create(3032, 3389, 1)
-
- override fun defineListeners() {
- flagInstant()
- on(Scenery.WALL_17050, IntType.SCENERY, "grapple") { player, _ ->
- if(!canGrapple(player, grappleStartLocation, 4)) {
- return@on true
- }
- grapple(player, message)
- return@on true
- }
-
- on(Scenery.WALL_17052, IntType.SCENERY, "jump"){ player, _ ->
- jump(player, grappleStartLocation)
- return@on true
- }
- }
-
- override fun isPlayerInRangeToGrapple(player: Player, startLoc: Location, range: Int): Boolean {
- // Do not let the player grapple from the other side of the wall
- return inBorders(player, startLoc.x - range, startLoc.y,
- startLoc.x + range, startLoc.y - 2)
- }
-
- override fun updateDiary(player: Player): Boolean {
- player.achievementDiaryManager.finishTask(player, DiaryType.FALADOR, 1, 2)
- return true
- }
-}
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/KaramjaGrapple.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/KaramjaGrapple.kt
deleted file mode 100644
index 96337db8e..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/KaramjaGrapple.kt
+++ /dev/null
@@ -1,108 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.node.entity.skill.Skills
-import core.game.world.map.Direction
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import core.plugin.Initializable
-import org.rs09.consts.Scenery
-
-@Initializable
-class KaramjaGrapple : AbstractTwoWayGrapple(){
-
- override val REQUIREMENTS: HashMap = hashMapOf(Skills.AGILITY to 53, Skills.RANGE to 42, Skills.STRENGTH to 21)
-
- // South
- override val grappleStartLocation: Location = Location.create(2874, 3127, 0)
-
-
- // North
- override val grappleEndLocation: Location = Location.create(2874,3142,0)
-
- override var direction: Direction? = null
- override var startLoc: Location? = null
- override var endLoc: Location? = null
-
- override var grappleScenery: List = listOf()
-
- override val animation: Animation = Animation(4230)
- override val animationDuration: Int = 9
-
- override fun animation(animationStage: Int, player: Player): Boolean {
- when (animationStage) {
- 1 -> {
- face(player, endLoc!!)
- animate(player, animation)
- }
-
- 5 -> {
- for (tgt in grappleScenery) {
- replaceScenery(tgt!!, tgt.id + 1, 10)
- }
- }
-
- 5 + animationDuration -> {
- teleport(player, endLoc!!)
- }
- 5 + animationDuration + 1 -> {
- unlock(player)
- updateDiary(player)
- return true
- }
- }
- return false
- }
-
- override fun defineListeners() {
- flagInstant()
-
- on(Scenery.STRONG_TREE_17074, IntType.SCENERY, "grapple"){ player, _ ->
- setStartEndSide(player)
- if(!canGrapple(player, startLoc!!, 1)){
- return@on true
- }
- grapple(player, message)
- return@on true
- }
-
- }
-
- override fun setStartEndSide(player: Player, margin: Int) {
- if (player.location.y > grappleEndLocation.y - margin){ // we're on the north side
- direction = Direction.SOUTH // got to jump south
- startLoc = grappleEndLocation
- endLoc = grappleStartLocation
- }
- else {
- direction = Direction.NORTH // got to jump north
- startLoc = grappleStartLocation
- endLoc = grappleEndLocation
- }
-
- grappleScenery = getGrappleScenery(direction!!)
- }
-
- override fun getGrappleScenery(direction: Direction): List {
- val startTree : core.game.node.scenery.Scenery?
- val endTree : core.game.node.scenery.Scenery?
- val islandTree = getScenery(Location(2873, 3134, 0))
- if (direction == Direction.NORTH){
- startTree = getScenery(Location(2874, 3144, 0))
- endTree = getScenery(Location(2873, 3125, 0))
- }
- else{
- startTree = getScenery(Location(2874, 3144, 0))
- endTree = getScenery(Location(2873, 3125, 0))
- }
- return listOf(startTree,endTree, islandTree)
- }
-
- override fun updateDiary(player: Player): Boolean {
- player.achievementDiaryManager.finishTask(player, DiaryType.KARAMJA, 2, 6)
- return true
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/WallGrappleInterface.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/WallGrappleInterface.kt
deleted file mode 100644
index 8eeadcf71..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/WallGrappleInterface.kt
+++ /dev/null
@@ -1,69 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.api.*
-import core.game.component.Component
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import core.net.packet.PacketRepository
-import core.net.packet.context.MinimapStateContext
-import core.net.packet.out.MinimapState
-
-interface WallGrappleInterface {
- var tab: Component?
- fun jump(player: Player, destination: Location): Boolean
- fun fadeToBlack(player: Player): Component
- fun showGame(player: Player): Boolean
-}
-
-
-class WallGrappleInterfaceImpl: WallGrappleInterface{
- override var tab: Component? = null
-
- override fun jump(player: Player, destination: Location): Boolean {
- // todo this doesn't look great compared to what it used to look like
- closeAllInterfaces(player)
- forceWalk(player, destination,"smart" )
- face(player, destination)
- // We're teleporting if we are animating so make the strength SOFT
- queueScript(player, strength = QueueStrength.SOFT){ stage: Int ->
- when (stage){
- 1 -> animate(player, Animation(7268))
- 2 ->{
- teleport(player, destination)
- return@queueScript stopExecuting(player)
- }
- }
- return@queueScript delayScript(player, 1)
-
- }
- return true
- }
-
-
- override fun fadeToBlack(player: Player): Component {
- // todo make this work. Right now the tab is always null
- tab = player.interfaceManager.singleTab
- player.interfaceManager.openOverlay(Component(115))
- PacketRepository.send(MinimapState::class.java, MinimapStateContext(player, 2))
- player.interfaceManager.removeTabs(0, 1, 2, 3, 4, 5, 6, 11, 12)
- if (tab == null){
- println("Panic")
- return Component(1)
- }
- return tab!!
- }
-
- override fun showGame(player: Player): Boolean {
- player.interfaceManager.restoreTabs()
- if (tab != null) {
- player.interfaceManager.openTab(tab)
- }
- PacketRepository.send(MinimapState::class.java, MinimapStateContext(player, 0))
- closeOverlay(player)
- closeInterface(player)
- return true
- }
-
-}
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/WaterOrbGrapple.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/WaterOrbGrapple.kt
deleted file mode 100644
index 8fc2a2167..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/WaterOrbGrapple.kt
+++ /dev/null
@@ -1,48 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.api.getScenery
-import core.game.interaction.IntType
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Scenery
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import core.plugin.Initializable
-
-@Initializable
-class WaterOrbGrapple : AbstractOneWayGrapple(){
-
- override val REQUIREMENTS: HashMap = hashMapOf(Skills.AGILITY to 36, Skills.RANGE to 39, Skills.STRENGTH to 22)
-
- override val grappleStartLocation: Location = Location.create(2841, 3427, 0)
-
- override val grappleEndLocation: Location = Location.create(2841, 3433, 0)
-
- override val animation: Animation = Animation(4230)
-
- override val animationDuration: Int = 9
-
- override val grappleScenery: List = listOf(
- getScenery(Location.create(2841, 3426, 0)), // rock
- getScenery(Location.create(2841, 3434, 0)) // tree
- )
-
- override fun defineListeners() {
- flagInstant()
-
- on(Scenery.CROSSBOW_TREE_17062, IntType.SCENERY, "grapple"){ player, _ ->
- if (!canGrapple(player, grappleStartLocation, 1)) {
- return@on true
- }
- grapple(player, message)
- return@on true
- }
- }
-
- override fun updateDiary(player: Player): Boolean {
- player.achievementDiaryManager.finishTask(player, DiaryType.SEERS_VILLAGE, 2, 10)
- return true
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/agility/shortcuts/grapple/YanilleGrapple.kt b/Server/src/main/content/global/skill/agility/shortcuts/grapple/YanilleGrapple.kt
deleted file mode 100644
index dc5351275..000000000
--- a/Server/src/main/content/global/skill/agility/shortcuts/grapple/YanilleGrapple.kt
+++ /dev/null
@@ -1,99 +0,0 @@
-package content.global.skill.agility.shortcuts.grapple
-
-import core.api.inBorders
-import core.api.teleport
-import core.api.unlock
-import core.api.visualize
-import core.game.interaction.IntType
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.world.map.Direction
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import core.plugin.Initializable
-import org.rs09.consts.Scenery
-
-@Initializable
-class YanilleGrapple(private var wallGrappleInterface: WallGrappleInterface = WallGrappleInterfaceImpl()): AbstractTwoWayGrapple() {
-
- override val REQUIREMENTS: HashMap = hashMapOf(Skills.AGILITY to 11, Skills.RANGE to 19, Skills.STRENGTH to 37)
-
- override val grappleStartLocation: Location = Location.create(2556, 3072, 0)
-
- override val grappleEndLocation: Location = Location.create(2556, 3073, 1)
-
- override var direction: Direction? = null
- override var startLoc: Location? = null
- override var endLoc: Location? = null
- override fun setStartEndSide(player: Player, margin: Int) {
- // Start location is where you end after jumping in the opposite way
- if (player.location.y > 3073 ){
- // We are north of the middle of the wall
- startLoc = Location.create(2556, 3075, 0) // This is where you grapple from/land after jumping
- endLoc = Location.create(2556, 3074, 1) //
- }
- else {
- // We are south of the middle of the wall
- startLoc = Location.create(2556, 3072, 0)
- endLoc = Location.create(2556, 3073, 1)
- }
- }
-
- override fun getGrappleScenery(direction: Direction): List {
- return emptyList()
- }
-
- override var grappleScenery: List = listOf()
-
- override val animation: Animation = Animation(4455)
- override val animationDuration: Int = 9
- override fun animation(animationStage: Int, player: Player): Boolean {
- when (animationStage) {
- 1 -> {
- player.faceLocation(endLoc)
- visualize(player, animation, Graphics(760, 100))
- }
-
- 8 -> {
- wallGrappleInterface.fadeToBlack(player)
- }
-
- 13 -> teleport(player, endLoc!!)
- 14 -> {
- wallGrappleInterface.showGame(player)
- unlock(player)
- updateDiary(player)
- return true
- }
- }
- return false
- }
-
-
- override fun defineListeners() {
- // Do not use flagListeners here
- // The player needs to be able to touch the target
- on(Scenery.WALL_17047, IntType.SCENERY, "grapple") { player, _ ->
- setStartEndSide(player, 0)
- if(!canGrapple(player, startLoc!!, 4)){
- return@on true
- }
- grapple(player, message)
- return@on true
- }
-
- on(Scenery.WALL_17048, IntType.SCENERY, "jump") { player, _ ->
- setStartEndSide(player, 0)
- wallGrappleInterface.jump(player, startLoc!!)
- return@on true
- }
- }
-
- override fun isPlayerInRangeToGrapple(player: Player, startLoc: Location, range: Int): Boolean {
- // Do not let the player grapple from the other side of the wall
- return inBorders(
- player, startLoc.x - range, startLoc.y,
- startLoc.x + range, startLoc.y - 2)
- }
-}
diff --git a/Server/src/main/content/global/skill/construction/ConstructionGuideBook.kt b/Server/src/main/content/global/skill/construction/ConstructionGuideBook.kt
deleted file mode 100644
index 750654efd..000000000
--- a/Server/src/main/content/global/skill/construction/ConstructionGuideBook.kt
+++ /dev/null
@@ -1,70 +0,0 @@
-package content.global.skill.construction
-
-import core.api.sendMessage
-import core.api.storeBookInHouse
-import core.game.dialogue.DialogueInterpreter
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.item.Item
-import core.game.world.GameWorld.settings
-import org.rs09.consts.Items
-
-/**
- * Construction Guide Book
- * Used to be book:conguide?
- * @author ovenbreado
- * @author Emperor
- */
-
-class ConstructionGuideBook : InteractionListener {
- companion object {
- private val TITLE = "Construction guide book"
- /** The resources used in beta. */
- private val RESOURCES = arrayOf(
- Item(Items.SAW_8794),
- Item(Items.HAMMER_2347),
- Item(Items.BRONZE_NAILS_4819, 500000),
- Item(Items.IRON_NAILS_4820, 500000),
- Item(Items.STEEL_NAILS_1539, 500000),
- Item(Items.BLACK_NAILS_4821, 500000),
- Item(Items.MITHRIL_NAILS_4822, 500000),
- Item(Items.ADAMANTITE_NAILS_4823, 500000),
- Item(Items.RUNE_NAILS_4824, 500000),
- Item(Items.PLANK_961, 500000),
- Item(Items.OAK_PLANK_8779, 500000),
- Item(Items.TEAK_PLANK_8781, 500000),
- Item(Items.MAHOGANY_PLANK_8783, 500000),
- Item(Items.BOLT_OF_CLOTH_8791, 500000),
- Item(Items.GOLD_LEAF_8785, 500000),
- Item(Items.MARBLE_BLOCK_8787, 500000),
- Item(Items.MAGIC_STONE_8789, 500000), // 16
- Item(Items.BAGGED_DEAD_TREE_8418, 500000),
- Item(Items.BAGGED_NICE_TREE_8420, 500000),
- Item(Items.BAGGED_OAK_TREE_8422, 500000),
- Item(Items.BAGGED_WILLOW_TREE_8424, 500000),
- Item(Items.BAGGED_MAPLE_TREE_8426, 500000),
- Item(Items.BAGGED_YEW_TREE_8428, 500000),
- Item(Items.BAGGED_MAGIC_TREE_8430, 500000),
- Item(Items.BAGGED_PLANT_1_8432, 500000),
- Item(Items.BAGGED_PLANT_2_8434, 500000),
- Item(Items.BAGGED_PLANT_3_8436, 500000)
- )
- }
-
- override fun defineListeners() {
- // There is supposedly a book here.
- on(Items.CONSTRUCTION_GUIDE_8463, IntType.ITEM, "read") { player, node ->
- if (settings!!.isDevMode && settings!!.isBeta) {
- for (item in RESOURCES) {
- if (!player.inventory.contains(item.id, item.amount)) {
- player.inventory.add(item, player)
- }
- }
- }
- storeBookInHouse(player, node)
- sendMessage(player, "Upon reading the book you discover you're supposed to use these resources to test out construction. Report all bugs on the forums.")
- return@on true
- }
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/Decoration.java b/Server/src/main/content/global/skill/construction/Decoration.java
deleted file mode 100644
index 4191cb1a9..000000000
--- a/Server/src/main/content/global/skill/construction/Decoration.java
+++ /dev/null
@@ -1,1038 +0,0 @@
-package content.global.skill.construction;
-import core.game.node.entity.player.Player;
-import core.game.node.item.Item;
-import core.game.node.scenery.Scenery;
-import core.game.world.map.Location;
-import org.rs09.consts.Items;
-
-/**
- * Represents the decorations.
- * @author Emperor, Player Name
- *
- */
-public enum Decoration {
- /**
- * Garden centrepiece decorations.
- */
- PORTAL (13405, 8168, 1, 100, new Item[] { new Item(Items.IRON_BAR_2351, 10) }),
- ROCK (13406, 8169, 5, 100, new Item[] { new Item(Items.LIMESTONE_BRICK_3420, 5) }),
- POND (13407, 8170, 10, 100, new Item[] { new Item(Items.SOFT_CLAY_1761, 10) }),
- IMP_STATUE (13408, 8171, 15, 150, new Item[] { new Item(Items.LIMESTONE_BRICK_3420, 5), new Item(Items.SOFT_CLAY_1761, 5) }),
- SMALL_OBELISK (42004, 14657, 41, 676, new Item[] { new Item(Items.MARBLE_BLOCK_8786), new Item(Items.SPIRIT_SHARDS_12183, 1000), new Item(Items.CRIMSON_CHARM_12160, 10), new Item(Items.BLUE_CHARM_12163, 10) }),
- DUNGEON_ENTRANCE(13409, 8172, 70, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }),
-
- /**
- * Garden big tree decorations.
- */
- BIG_DEAD_TREE (13411, 8173, 5, 31, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_DEAD_TREE_8417) }),
- BIG_TREE (13412, 8174, 10, 44, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_NICE_TREE_8419) }),
- BIG_OAK_TREE (13413, 8175, 15, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_OAK_TREE_8421) }),
- BIG_WILLOW_TREE(13414, 8176, 30, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_WILLOW_TREE_8423) }),
- BIG_MAPLE_TREE (13415, 8177, 45, 122, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_MAPLE_TREE_8425) }),
- BIG_YEW_TREE (13416, 8178, 60, 141, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_YEW_TREE_8427) }),
- BIG_MAGIC_TREE (13417, 8179, 75, 223, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_MAGIC_TREE_8429) }),
-
- /**
- * Garden tree decorations.
- */
- DEAD_TREE (13418, 8173, 5, 31, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_DEAD_TREE_8417) }),
- TREE (13419, 8174, 10, 44, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_NICE_TREE_8419) }),
- OAK_TREE (13420, 8175, 15, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_OAK_TREE_8421) }),
- WILLOW_TREE(13421, 8176, 30, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_WILLOW_TREE_8423) }),
- MAPLE_TREE (13423, 8177, 45, 122, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_MAPLE_TREE_8425) }),
- YEW_TREE (13422, 8178, 60, 141, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_YEW_TREE_8427) }),
- MAGIC_TREE (13424, 8179, 75, 223, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_MAGIC_TREE_8429) }),
-
- /**
- * Garden big plant 1 decorations.
- */
- FERN (13425, 8186, 1, 31, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_1_8431) }),
- BUSH (13426, 8187, 6, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_2_8433) }),
- TALL_PLANT(13427, 8188, 12, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_3_8435) }),
-
- /**
- * Garden big plant 2 decorations.
- */
- SHORT_PLANT (13428, 8189, 1, 31, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_1_8431) }),
- LARGE_LEAF_PLANT(13429, 8190, 6, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_2_8433) }),
- HUGE_PLANT (13430, 8191, 12, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_3_8435) }),
-
- /**
- * Garden small plant 1 decorations.
- */
- PLANT (13431, 8180, 1, 31, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_1_8431) }),
- SMALL_FERN(13432, 8181, 6, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_2_8433) }),
- FERN_SP (13433, 8182, 12, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_3_8435) }),
-
- /**
- * Garden small plant 2 decorations.
- */
- DOCK_LEAF(13434, 8183, 1, 31, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_1_8431) }),
- THISTLE (13435, 8184, 6, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_2_8433) }),
- REEDS (13436, 8185, 12, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_PLANT_3_8435) }),
-
- /**
- * Parlour chair spot
- */
- CRUDE_CHAIR (13581, 8309, 1, 58, new Item[] { new Item(Items.PLANK_960, 2) }),
- WOODEN_CHAIR (13582, 8310, 8, 87, new Item[] { new Item(Items.PLANK_960, 3) }),
- ROCKING_CHAIR (13583, 8311, 14, 87, new Item[] { new Item(Items.PLANK_960, 3) }),
- OAK_CHAIR (13584, 8312, 19, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- OAK_ARMCHAIR (13585, 8313, 26, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }),
- TEAK_ARMCHAIR (13586, 8314, 35, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- MAHOGANY_ARMCHAIR(13587, 8315, 50, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }),
-
- /**
- * Rugs rugs rugs
- */
- BROWN_RUG_CORNER (13588, 8316, 2, 30, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- RED_RUG_CORNER (13591, 8317, 13, 60, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- OPULENT_RUG_CORNER(13594, 8318, 65, 360, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 4), new Item(Items.GOLD_LEAF_8784) }),
- BROWN_RUG_END (13589, 8316, 2, 30, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- RED_RUG_END (13592, 8317, 13, 60, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- OPULENT_RUG_END (13595, 8318, 65, 360, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 4), new Item(Items.GOLD_LEAF_8784) }),
- BROWN_RUG_CENTER (13590, 8316, 2, 30, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- RED_RUG_CENTER (13593, 8317, 13, 60, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- OPULENT_RUG_CENTER(13596, 8318, 65, 360, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 4), new Item(Items.GOLD_LEAF_8784) }),
-
- /**
- * Parlour fireplaces
- */
- CLAY_FIREPLACE (13609, 8325, 3, 30, new Item[] { new Item(Items.SOFT_CLAY_1761, 3) }),
- STONE_FIREPLACE (13611, 8326, 33, 40, new Item[] { new Item(Items.LIMESTONE_BRICK_3420, 2) }),
- MARBLE_FIREPLACE(13613, 8327, 63, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }),
-
- /**
- * Parlour curtain spot
- */
- TORN_CURTAINS (13603, 8322, 2, 132, new Item[] { new Item(Items.PLANK_960, 3), new Item(Items.BOLT_OF_CLOTH_8790, 3) }),
- CURTAINS (13604, 8323, 18, 225, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.BOLT_OF_CLOTH_8790, 3) }),
- OPULENT_CURTAINS(13605, 8324, 40, 315, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.BOLT_OF_CLOTH_8790, 3) }),
-
- /**
- * Bookcases
- */
- WOODEN_BOOKCASE (13597, 8319, 4, 115, new Item[] { new Item(Items.PLANK_960, 4) }),
- OAK_BOOKCASE (13598, 8320, 29, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }),
- MAHOGANY_BOOKCASE(13599, 8321, 40, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3) }),
-
- /**
- * Kitchen Beer Barrels
- * TODO: These also require cooking levels!
- * Basic: 1, Cider: 14, Asgarnian: 24, Greenman's: 29, D.Bitter: 39, Chef's: 54
- *
- */
- BASIC_BEER_BARREL (13568, 8239, 7, 87, new Item[] { new Item(Items.PLANK_960, 3) }),
- CIDER_BARREL (13569, 8240, 12, 91, new Item[] { new Item(Items.PLANK_960, 3), new Item(Items.CIDER_5763, 8) }),
- ASGARNIAN_ALE_BARREL(13570, 8241, 18, 184, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.ASGARNIAN_ALE_1905, 8) }),
- GREENMANS_ALE_BARREL(13571, 8242, 26, 184, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.GREENMANS_ALE_1909, 8) }),
- DRAGON_BITTER_BARREL(13572, 8243, 36, 224, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.DRAGON_BITTER_1911, 8), new Item(Items.STEEL_BAR_2353, 2) }),
- CHEFS_DELIGHT_BARREL(13573, 8244, 48, 224, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.CHEFS_DELIGHT_5755, 8), new Item(Items.STEEL_BAR_2353, 2) }),
-
- /**
- * Kitchen Tables!
- */
- KITCHEN_WOODEN_TABLE(13577, 8246, 12, 87, new Item[] { new Item(Items.PLANK_960, 3) }),
- KITCHEN_OAK_TABLE (13578, 8247, 32, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }),
- KITCHEN_TEAK_TABLE (13579, 8248, 52, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }),
-
- /**
- * Kitchen Stoves
- */
- BASIC_FIREPIT (13528, 8216, 5, 40, new Item[] { new Item(Items.SOFT_CLAY_1761, 2), new Item(Items.STEEL_BAR_2353) }),
- FIREPIT_WITH_HOOK(13529, 8217, 11, 60, new Item[] { new Item(Items.SOFT_CLAY_1761, 2), new Item(Items.STEEL_BAR_2353, 2) }),
- FIREPIT_WITH_POT (13531, 8218, 17, 80, new Item[] { new Item(Items.SOFT_CLAY_1761, 2), new Item(Items.STEEL_BAR_2353, 3) }),
- SMALL_OVEN (13533, 8219, 24, 80, new Item[] { new Item(Items.STEEL_BAR_2353, 4) }),
- LARGE_OVEN (13536, 8220, 29, 100, new Item[] { new Item(Items.STEEL_BAR_2353, 5) }),
- BASIC_RANGE (13539, 8221, 34, 120, new Item[] { new Item(Items.STEEL_BAR_2353, 6) }),
- FANCY_RANGE (13542, 8222, 42, 160, new Item[] { new Item(Items.STEEL_BAR_2353, 8) }),
-
- /**
- * Kitchen larders
- */
- WOODEN_LARDER(13565, 8233, 9, 228, new Item[] { new Item(Items.PLANK_960, 8) }),
- OAK_LARDER (13566, 8234, 33, 480, new Item[] { new Item(Items.OAK_PLANK_8778, 8) }),
- TEAK_LARDER (13567, 8235, 43, 750, new Item[] { new Item(Items.TEAK_PLANK_8780, 8), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
-
- /**
- * Kitchen shelves
- */
- WOODEN_SHELVES_1(13545, 8223, 6, 87, new Item[] { new Item(Items.PLANK_960, 3) }),
- WOODEN_SHELVES_2(13546, 8224, 12, 147, new Item[] { new Item(Items.PLANK_960, 3), new Item(Items.SOFT_CLAY_1761, 6) }),
- WOODEN_SHELVES_3(13547, 8225, 23, 147, new Item[] { new Item(Items.PLANK_960, 3), new Item(Items.SOFT_CLAY_1761, 6) }),
- OAK_SHELVES_1 (13548, 8226, 34, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.SOFT_CLAY_1761, 6) }),
- OAK_SHELVES_2 (13549, 8227, 45, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.SOFT_CLAY_1761, 6) }),
- TEAK_SHELVES_1 (13550, 8228, 56, 330, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.SOFT_CLAY_1761, 6) }),
- TEAK_SHELVES_2 (13551, 8229, 67, 930, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.SOFT_CLAY_1761, 6), new Item(Items.GOLD_LEAF_8784, 2) }),
-
- /**
- * Kitchen sinks
- */
- PUMP_AND_DRAIN(13559, 8230, 7, 100, new Item[] { new Item(Items.STEEL_BAR_2353, 5) }),
- PUMP_AND_TUB (13561, 8231, 27, 200, new Item[] { new Item(Items.STEEL_BAR_2353, 10) }),
- SINK (13563, 8232, 47, 300, new Item[] { new Item(Items.STEEL_BAR_2353, 15) }),
-
- /**
- * Kitchen cat baskets/blankets
- */
- CAT_BLANKET (13574, 8236, 5, 15, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790) }),
- CAT_BASKET (13575, 8237, 19, 58, new Item[] { new Item(Items.PLANK_960, 2) }),
- CAST_BASKET_CUSHIONED(13576, 8238, 33, 58, new Item[] { new Item(Items.PLANK_960, 2), new Item(Items.WOOL_1737, 2) }),
-
- /**
- * Dining room tables
- */
- DINING_TABLE_WOOD (13293, 8246, 10, 115, new Item[] { new Item(Items.PLANK_960, 4) }),
- DINING_TABLE_OAK (13294, 8247, 22, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }),
- DINING_TABLE_CARVED_OAK (13295, 8247, 31, 360, new Item[] { new Item(Items.OAK_PLANK_8778, 6) }),
- DINING_TABLE_TEAK (13296, 8248, 38, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }),
- DINING_TABLE_CARVED_TEAK(13297, 8248, 45, 600, new Item[] { new Item(Items.TEAK_PLANK_8780, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- DINING_TABLE_MAHOGANY (13298, 8120, 52, 840, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6) }),
- DINING_TABLE_OPULENT (13299, 8121, 72, 3100, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4), new Item(Items.GOLD_LEAF_8784, 4), new Item(Items.MARBLE_BLOCK_8786, 2) }),
-
- /**
- * Dining room benches
- */
- BENCH_WOODEN (13300, 8108, 10, 115, new Item[] { new Item(Items.PLANK_960, 4) }),
- BENCH_OAK (13301, 8109, 22, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }),
- BENCH_CARVED_OAK (13302, 8110, 31, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }),
- BENCH_TEAK (13303, 8111, 38, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }),
- BENCH_CARVED_TEAK(13304, 8112, 44, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }),
- BENCH_MAHOGANY (13305, 8113, 52, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6) }),
- BENCH_GILDED (13306, 8114, 61, 1760, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784, 4) }),
-
- /**
- * Dining room bell-pulls
- */
- ROPE_PULL (13307, 8099, 5, 15, new Item[] { new Item(Items.ROPE_954), new Item(Items.OAK_PLANK_8778) }),
- BELL_PULL (13308, 8100, 19, 58, new Item[] { new Item(Items.TEAK_PLANK_8780), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- FANCY_BELL_PULL(13309, 8101, 33, 58, new Item[] { new Item(Items.TEAK_PLANK_8780), new Item(Items.BOLT_OF_CLOTH_8790, 2), new Item(Items.GOLD_LEAF_8784) }),
-
- /**
- * Workshop workbench
- */
- WORKBENCH_WOODEN (13704, 8375, 17, 143, new Item[] { new Item(Items.PLANK_960, 5) }),
- WORKBENCH_OAK (13705, 8376, 32, 300, new Item[] { new Item(Items.OAK_PLANK_8778, 5) }),
- WORKBENCH_STEEL_FRAME(13706, 8377, 46, 440, new Item[] { new Item(Items.OAK_PLANK_8778, 6), new Item(Items.STEEL_BAR_2353, 4) }),
- WORKBENCH_WITH_VICE (13707, 8378, 62, 750, new Item[] { new Item(Items.STEEL_FRAMED_BENCH_8377), new Item(Items.OAK_PLANK_8778, 2), new Item(Items.STEEL_BAR_2353) }),
- WORKBENCH_WITH_LATHE (13708, 8379, 77, 1000, new Item[] { new Item(Items.OAK_WORKBENCH_8376), new Item(Items.OAK_PLANK_8778, 2), new Item(Items.STEEL_BAR_2353) }),
-
- /**
- * Workshop repair benches/stands
- */
- REPAIR_BENCH(13713, 8389, 15, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- WHETSTONE (13714, 8390, 35, 260, new Item[] { new Item(Items.OAK_PLANK_8778, 4), new Item(Items.LIMESTONE_BRICK_3420) }),
- ARMOUR_STAND(13715, 8391, 55, 500, new Item[] { new Item(Items.OAK_PLANK_8778, 8), new Item(Items.LIMESTONE_BRICK_3420) }),
-
- /**
- * Workshop easels
- */
- PLUMING_STAND(13716, 8392, 16, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- SHIELD_EASEL (13717, 8393, 41, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }),
- BANNER_EASEL (13718, 8394, 66, 510, new Item[] { new Item(Items.OAK_PLANK_8778, 8), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
-
- /**
- * Workshop crafting tables
- * TODO: These are upgradable hotspots, therefore crafting table 3 would require
- * crafting table 2 to be already built in that spot.
- */
- CRAFTING_TABLE_1(13709, 8380, 16, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }),
- CRAFTING_TABLE_2(13710, 8381, 25, 1, new Item[] { new Item(Items.MOLTEN_GLASS_1775) }),
- CRAFTING_TABLE_3(13711, 8382, 34, 2, new Item[] { new Item(Items.MOLTEN_GLASS_1775, 2) }),
- CRAFTING_TABLE_4(13712, 8383, 42, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
-
- /**
- * Workshop tool stores
- * These are also upgradable just like the tables above.
- */
- TOOL_STORE_1(13699, 8384, 15, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TOOL_STORE_2(13700, 8385, 25, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TOOL_STORE_3(13701, 8386, 35, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TOOL_STORE_4(13702, 8387, 44, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TOOL_STORE_5(13703, 8388, 55, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
-
- /**
- * Wall-mounted decorations
- */
- OAK_DECORATION (13606, 8102, 16, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TEAK_DECORATION (13606, 8103, 36, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- GILDED_DECORATION(13607, 8104, 56, 1020, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.GOLD_LEAF_8784, 2) }),
-
- /**
- * Staircases.
- */
- OAK_STAIRCASE (13497, 8249, 27, 680, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.STEEL_BAR_2353, 4) }),
- TEAK_STAIRCASE (13499, 8252, 48, 980, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.STEEL_BAR_2353, 4) }),
- SPIRAL_STAIRCASE(13503, 8258, 67, 1040, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.LIMESTONE_BRICK_3420, 7) }),
- MARBLE_STAIRCASE(13501, 8257, 82, 3200, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.MARBLE_BLOCK_8786, 5) }),
- MARBLE_SPIRAL (13505, 8259, 97, 4400, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.MARBLE_BLOCK_8786, 7) }),
-
- /**
- * Staircases going down.
- */
- OAK_STAIRS_DOWN (13498, 8249, 27, 680, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.STEEL_BAR_2353, 4) }),
- TEAK_STAIRS_DOWN (13500, 8252, 48, 980, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.STEEL_BAR_2353, 4) }),
- SPIRAL_STAIRS_DOWN(13504, 8258, 67, 1040, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.LIMESTONE_BRICK_3420, 7) }),
- MARBLE_STAIRS_DOWN(13502, 8257, 82, 3200, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.MARBLE_BLOCK_8786, 5) }),
- MARBLE_SPIRAL_DOWN(13506, 8259, 97, 4400, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.MARBLE_BLOCK_8786, 7) }),
-
- /**
- * Portal room decorations.
- */
- TEAK_PORTAL (13636, 8328, 50, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }),
- MAHOGANY_PORTAL (13637, 8329, 65, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3) }),
- MARBLE_PORTAL (13638, 8330, 80, 1500, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 3) }),
- TELEPORT_FOCUS (13640, 8331, 50, 40, new Item[] { new Item(Items.LIMESTONE_BRICK_3420, 2) }),
- GREATER_TELEPORT_FOCUS (13641, 8332, 65, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }),
- SCRYING_POOL (13639, 8333, 80, 2000, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 4) }),
- TEAK_VARROCK_PORTAL (13615, true),
- MAHOGANY_VARROCK_PORTAL (13622, true),
- MARBLE_VARROCK_PORTAL (13629, true),
- TEAK_LUMBRIDGE_PORTAL (13616, true),
- MAHOGANY_LUMBRIDGE_PORTAL(13623, true),
- MARBLE_LUMBRIDGE_PORTAL (13630, true),
- TEAK_FALADOR_PORTAL (13617, true),
- MAHOGANY_FALADOR_PORTAL (13624, true),
- MARBLE_FALADOR_PORTAL (13631, true),
- TEAK_CAMELOT_PORTAL (13618, true),
- MAHOGANY_CAMELOT_PORTAL (13625, true),
- MARBLE_CAMELOT_PORTAL (13632, true),
- TEAK_ARDOUGNE_PORTAL (13619, true),
- MAHOGANY_ARDOUGNE_PORTAL (13626, true),
- MARBLE_ARDOUGNE_PORTAL (13633, true),
- TEAK_YANILLE_PORTAL (13620, true),
- MAHOGANY_YANILLE_PORTAL (13627, true),
- MARBLE_YANILLE_PORTAL (13634, true),
- TEAK_KHARYRLL_PORTAL (13621, true),
- MAHOGANY_KHARYRLL_PORTAL (13628, true),
- MARBLE_KHARYRLL_PORTAL (13635, true),
-
- /**
- * Skill hall decorations.
- */
- MITHRIL_ARMOUR (13491, 8270, 28, 135, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.MITHRIL_FULL_HELM_1159, 1), new Item(Items.MITHRIL_PLATEBODY_1121, 1), new Item(Items.MITHRIL_PLATESKIRT_1085, 1) }, new Item[] { new Item(Items.MITHRIL_FULL_HELM_1159, 1), new Item(Items.MITHRIL_PLATEBODY_1121, 1), new Item(Items.MITHRIL_PLATESKIRT_1085, 1) }),
- ADAMANT_ARMOUR (13492, 8271, 28, 150, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.ADAMANT_FULL_HELM_1161, 1), new Item(Items.ADAMANT_PLATEBODY_1123, 1), new Item(Items.ADAMANT_PLATESKIRT_1091, 1) }, new Item[] { new Item(Items.ADAMANT_FULL_HELM_1161, 1), new Item(Items.ADAMANT_PLATEBODY_1123, 1), new Item(Items.ADAMANT_PLATESKIRT_1091, 1) }),
- RUNE_ARMOUR (13493, 8272, 28, 165, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.RUNE_FULL_HELM_1163, 1), new Item(Items.RUNE_PLATEBODY_1127, 1), new Item(Items.RUNE_PLATESKIRT_1093, 1) }, new Item[] { new Item(Items.RUNE_FULL_HELM_1163, 1), new Item(Items.RUNE_PLATEBODY_1127, 1), new Item(Items.RUNE_PLATESKIRT_1093, 1) }),
- CRAWLING_HAND (13481, 8260, 38, 211, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.CRAWLING_HAND_7982) }),
- COCKATRICE_HEAD (13482, 8261, 38, 224, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.COCKATRICE_HEAD_7983) }),
- BASILISK_HEAD (13483, 8262, 38, 243, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.BASILISK_HEAD_7984) }),
- KURASK_HEAD (13484, 8263, 58, 357, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.KURASK_HEAD_7985) }),
- ABYSSAL_DEMON_HEAD(13485, 8264, 58, 389, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.ABYSSAL_HEAD_7986) }),
- KBD_HEAD (13486, 8265, 78, 1103, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.KBD_HEADS_7987) }),
- KQ_HEAD (13487, 8266, 78, 1103, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.KQ_HEAD_7988) }),
- MOUNTED_BASS (13488, 8267, 36, 151, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.BIG_BASS_7990) }),
- MOUNTED_SWORDFISH (13489, 8268, 56, 230, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.BIG_SWORDFISH_7992) }),
- MOUNTED_SHARK (13490, 8269, 76, 350, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.BIG_SHARK_7994) }),
- RUNE_CASE1 (13507, 8095, 41, 190, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.MOLTEN_GLASS_1775, 2), new Item(Items.FIRE_RUNE_554, 1), new Item(Items.AIR_RUNE_556, 1), new Item(Items.EARTH_RUNE_557, 1), new Item(Items.WATER_RUNE_555, 1) }),
- RUNE_CASE2 (13508, 8095, 41, 212, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.MOLTEN_GLASS_1775, 2), new Item(Items.BODY_RUNE_559, 1), new Item(Items.COSMIC_RUNE_564, 1), new Item(Items.CHAOS_RUNE_562, 1), new Item(Items.NATURE_RUNE_561, 1) }),
-
- /**
- * Games room decorations.
- */
- CLAY_STONE (13392, 8153, 39, 100, new Item[] { new Item(Items.SOFT_CLAY_1761, 10) }),
- LIMESTONE_STONE(13393, 8154, 59, 200, new Item[] { new Item(Items.LIMESTONE_BRICK_3420, 10) }),
- MARBLE_STONE (13394, 8155, 79, 2000, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 4) }),
- HOOP_AND_STICK (13398, 8162, 30, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- DARTBOARD (13400, 8163, 54, 290, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.STEEL_BAR_2353) }),
- ARCHERY_TARGET (13402, 8164, 81, 600, new Item[] { new Item(Items.TEAK_PLANK_8780, 6), new Item(Items.STEEL_BAR_2353, 3) }),
- BALANCE_1 (13395, 8156, 37, 176, new Item[] { new Item(Items.FIRE_RUNE_554, 500), new Item(Items.AIR_RUNE_556, 500), new Item(Items.EARTH_RUNE_557, 500), new Item(Items.WATER_RUNE_555, 500) }),
- BALANCE_2 (13396, 8157, 57, 252, new Item[] { new Item(Items.FIRE_RUNE_554, 1000), new Item(Items.AIR_RUNE_556, 1000), new Item(Items.EARTH_RUNE_557, 1000), new Item(Items.WATER_RUNE_555, 1000) }),
- BALANCE_3 (13397, 8158, 77, 356, new Item[] { new Item(Items.FIRE_RUNE_554, 2000), new Item(Items.AIR_RUNE_556, 2000), new Item(Items.EARTH_RUNE_557, 2000), new Item(Items.WATER_RUNE_555, 2000) }),
- OAK_CHEST (13385, 8165, 34, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }),
- TEAK_CHEST (13387, 8166, 44, 660, new Item[] { new Item(Items.TEAK_PLANK_8780, 4), new Item(Items.GOLD_LEAF_8784) }),
- MAHOGANY_CHEST (13389, 8167, 54, 860, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784) }),
- JESTER (13390, 8159, 39, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }),
- TREASURE_HUNT (13379, 8160, 49, 800, new Item[] { new Item(Items.TEAK_PLANK_8780, 8), new Item(Items.STEEL_BAR_2353, 4) }),
- HANGMAN (13404, 8161, 59, 1200, new Item[] { new Item(Items.TEAK_PLANK_8780, 12), new Item(Items.STEEL_BAR_2353, 6) }),
-
- /**
- * Combat room decorations.
- */
- BOXING_RING (13129, 8023, 32, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- FENCING_RING (13133, 8024, 41, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 8), new Item(Items.BOLT_OF_CLOTH_8790, 6) }),
- COMBAT_RING (13137, 8025, 51, 630, new Item[] { new Item(Items.TEAK_PLANK_8780, 6), new Item(Items.BOLT_OF_CLOTH_8790, 6) }),
- BALANCE_BEAM_LEFT (13143, 8027, 81, 1000, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.STEEL_BAR_2353, 5) }),
- BALANCE_BEAM_CENTER(13142, 8027, 81, 1000, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.STEEL_BAR_2353, 5) }),
- BALANCE_BEAM_RIGHT (13144, 8027, 81, 1000, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.STEEL_BAR_2353, 5) }),
- RANGING_PEDESTALS (13147, 8026, 71, 720, new Item[] { new Item(Items.TEAK_PLANK_8780, 8) }),
- MAGIC_BARRIER (13145, 8026, 71, 720, new Item[] { new Item(Items.TEAK_PLANK_8780, 8) }),
- NOTHING (13721, 8027, 81, 1000, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.STEEL_BAR_2353, 5) }),
- NOTHING2 (13721, 8026, 71, 720, new Item[] { new Item(Items.TEAK_PLANK_8780, 8) }),
- INVISIBLE_WALL (15283, 8023, 32, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- INVISIBLE_WALL2 (15284, 8023, 32, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- INVISIBLE_WALL3 (15285, 8023, 32, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- GLOVE_RACK (13381, 8028, 34, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- WEAPONS_RACK (13382, 8029, 44, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- EXTRA_WEAPONS_RACK (13383, 8030, 54, 440, new Item[] { new Item(Items.TEAK_PLANK_8780, 4), new Item(Items.STEEL_BAR_2353, 4) }),
- BOXING_MAT_CORNER (13126, 8023, 32, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- FENCING_MAT_CORNER (13135, 8024, 41, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 8), new Item(Items.BOLT_OF_CLOTH_8790, 6) }),
- COMBAT_MAT_CORNER (13138, 8025, 51, 630, new Item[] { new Item(Items.TEAK_PLANK_8780, 6), new Item(Items.BOLT_OF_CLOTH_8790, 6) }),
- BOXING_MAT_SIDE (13128, 8023, 32, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- FENCING_MAT_SIDE (13134, 8024, 41, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 8), new Item(Items.BOLT_OF_CLOTH_8790, 6) }),
- COMBAT_MAT_SIDE (13139, 8025, 51, 630, new Item[] { new Item(Items.TEAK_PLANK_8780, 6), new Item(Items.BOLT_OF_CLOTH_8790, 6) }),
- BOXING_MAT (13127, 8023, 32, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 6), new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- FENCING_MAT (13136, 8024, 41, 570, new Item[] { new Item(Items.OAK_PLANK_8778, 8), new Item(Items.BOLT_OF_CLOTH_8790, 6) }),
- COMBAT_MAT (13140, 8025, 51, 630, new Item[] { new Item(Items.TEAK_PLANK_8780, 6), new Item(Items.BOLT_OF_CLOTH_8790, 6) }),
-
- /**
- * Formal garden decorations
- */
- GAZEBO (13477, 8192, 65, 1200, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 8), new Item(Items.STEEL_BAR_2353, 4) }),
- SMALL_FOUNTAIN (13478, 8193, 71, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }),
- LARGE_FOUNTAIN (13479, 8194, 75, 1000, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 2) }),
- POSH_FOUNTAIN (13480, 8195, 81, 1500, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 3) }),
- SUNFLOWER (13446, 8213, 66, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_SUNFLOWER_8457) }),
- MARIGOLDS (13447, 8214, 71, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_MARIGOLDS_8459) }),
- ROSES (13448, 8215, 76, 122, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_ROSES_8461) }),
- SUNFLOWER_BIG (13443, 8213, 66, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_SUNFLOWER_8457) }),
- MARIGOLDS_BIG (13444, 8214, 71, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_MARIGOLDS_8459) }),
- ROSES_BIG (13445, 8215, 76, 122, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_ROSES_8461) }),
- ROSEMARY (13440, 8210, 66, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_ROSEMARY_8451) }),
- DAFFODILS (13441, 8211, 71, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_DAFFODILS_8453) }),
- BLUEBELLS (13442, 8212, 76, 122, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_BLUEBELLS_8455) }),
- ROSEMARY_BIG (13437, 8210, 66, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_ROSEMARY_8451) }),
- DAFFODILS_BIG (13438, 8211, 71, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_DAFFODILS_8453) }),
- BLUEBELLS_BIG (13439, 8212, 76, 122, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.BAGGED_BLUEBELLS_8455) }),
- THORNY_HEDGE1 (13456, 8203, 56, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.THORNY_HEDGE_8437) }),
- THORNY_HEDGE2 (13457, 8203, 56, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.THORNY_HEDGE_8437) }),
- THORNY_HEDGE3 (13458, 8203, 56, 70, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.THORNY_HEDGE_8437) }),
- NICE_HEDGE1 (13459, 8204, 60, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.NICE_HEDGE_8439) }),
- NICE_HEDGE2 (13461, 8204, 60, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.NICE_HEDGE_8439) }),
- NICE_HEDGE3 (13460, 8204, 60, 100, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.NICE_HEDGE_8439) }),
- SMALL_BOX_HEDGE1 (13462, 8205, 64, 122, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.SMALL_BOX_HEDGE_8441) }),
- SMALL_BOX_HEDGE2 (13464, 8205, 64, 122, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.SMALL_BOX_HEDGE_8441) }),
- SMALL_BOX_HEDGE3 (13463, 8205, 64, 122, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.SMALL_BOX_HEDGE_8441) }),
- TOPIARY_HEDGE1 (13465, 8206, 68, 141, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.TOPIARY_HEDGE_8443) }),
- TOPIARY_HEDGE2 (13467, 8206, 68, 141, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.TOPIARY_HEDGE_8443) }),
- TOPIARY_HEDGE3 (13466, 8206, 68, 141, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.TOPIARY_HEDGE_8443) }),
- FANCY_HEDGE1 (13468, 8207, 72, 158, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.FANCY_HEDGE_8445) }),
- FANCY_HEDGE2 (13470, 8207, 72, 158, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.FANCY_HEDGE_8445) }),
- FANCY_HEDGE3 (13469, 8207, 72, 158, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.FANCY_HEDGE_8445) }),
- TALL_FANCY_HEDGE1(13471, 8208, 76, 223, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.TALL_FANCY_HEDGE_8447) }),
- TALL_FANCY_HEDGE2(13473, 8208, 76, 223, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.TALL_FANCY_HEDGE_8447) }),
- TALL_FANCY_HEDGE3(13472, 8208, 76, 223, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.TALL_FANCY_HEDGE_8447) }),
- TALL_BOX_HEDGE1 (13474, 8209, 80, 316, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.TALL_BOX_HEDGE_8449) }),
- TALL_BOX_HEDGE2 (13476, 8209, 80, 316, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.TALL_BOX_HEDGE_8449) }),
- TALL_BOX_HEDGE3 (13475, 8209, 80, 316, new int[] { BuildingUtils.WATERING_CAN }, new Item[] { new Item(Items.TALL_BOX_HEDGE_8449) }),
- BOUNDARY_STONES (13449, 8196, 55, 100, new Item[] { new Item(Items.SOFT_CLAY_1761, 10) }),
- WOODEN_FENCE (13450, 8197, 59, 280, new Item[] { new Item(Items.PLANK_960, 10) }),
- STONE_WALL (13451, 8198, 63, 200, new Item[] { new Item(Items.LIMESTONE_BRICK_3420, 10) }),
- IRON_RAILINGS (13452, 8199, 67, 220, new Item[] { new Item(Items.IRON_BAR_2351, 10), new Item(Items.LIMESTONE_BRICK_3420, 6) }),
- PICKET_FENCE (13453, 8200, 71, 640, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.STEEL_BAR_2353, 2) }),
- GARDEN_FENCE (13454, 8201, 75, 940, new Item[] { new Item(Items.TEAK_PLANK_8780, 10), new Item(Items.STEEL_BAR_2353, 2) }),
- MARBLE_WALL (13455, 8202, 79, 4000, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 10) }),
-
- /**
- * Bedroom decorations.
- */
- WOODEN_BED (13148, 8031, 20, 117, new Item[] { new Item(Items.PLANK_960, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- OAK_BED (13149, 8032, 30, 210, new Item[] { new Item(Items.OAK_PLANK_8778, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- LARGE_OAK_BED (13150, 8033, 34, 330, new Item[] { new Item(Items.OAK_PLANK_8778, 5), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- TEAK_BED (13151, 8034, 40, 300, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- LARGE_TEAK_BED (13152, 8035, 45, 480, new Item[] { new Item(Items.TEAK_PLANK_8780, 5), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- FOUR_POSTER (13153, 8036, 53, 450, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- GILDED_FOUR_POSTER(13154, 8037, 60, 1330, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.BOLT_OF_CLOTH_8790, 2), new Item(Items.GOLD_LEAF_8784, 2) }),
- OAK_CLOCK (13169, 8052, 25, 142, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.CLOCKWORK_8792) }),
- TEAK_CLOCK (13170, 8053, 55, 202, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.CLOCKWORK_8792) }),
- GILDED_CLOCK (13171, 8054, 85, 602, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.CLOCKWORK_8792), new Item(Items.GOLD_LEAF_8784) }),
- SHAVING_STAND (13162, 8045, 21, 30, new Item[] { new Item(Items.PLANK_960), new Item(Items.MOLTEN_GLASS_1775) }),
- OAK_SHAVING_STAND (13163, 8046, 29, 61, new Item[] { new Item(Items.OAK_PLANK_8778), new Item(Items.MOLTEN_GLASS_1775) }),
- OAK_DRESSER (13164, 8047, 37, 121, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.MOLTEN_GLASS_1775) }),
- TEAK_DRESSER (13165, 8048, 46, 181, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.MOLTEN_GLASS_1775) }),
- FANCY_TEAK_DRESSER(13166, 8049, 56, 182, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.MOLTEN_GLASS_1775, 2) }),
- MAHOGANY_DRESSER (13167, 8050, 64, 281, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.MOLTEN_GLASS_1775) }),
- GILDED_DRESSER (13168, 8051, 74, 582, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.MOLTEN_GLASS_1775, 2), new Item(Items.GOLD_LEAF_8784) }),
- SHOE_BOX (13155, 8038, 20, 58, new Item[] { new Item(Items.PLANK_960, 2) }),
- OAK_DRAWERS (13156, 8039, 27, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- OAK_WARDROBE (13157, 8040, 39, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }),
- TEAK_DRAWERS (13158, 8041, 51, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- TEAK_WARDROBE (13159, 8042, 63, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }),
- MAHOGANY_WARDROBE (13160, 8043, 75, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }),
- GILDED_WARDROBE (13161, 8044, 87, 720, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.GOLD_LEAF_8784) }),
-
- /**
- * Quest hall decorations.
- */
- ANTIDRAGON_SHIELD(13522, 8282, 47, 280, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.ANTI_DRAGON_SHIELD_1540) }, new Item[] { new Item(Items.ANTI_DRAGON_SHIELD_1540) }),
- AMULET_OF_GLORY (13523, 8283, 47, 290, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.AMULET_OF_GLORY_1704) }, new Item[] { new Item(Items.AMULET_OF_GLORY_1704) }, new String[] { "Teak plank: 3", "Amulet of Glory", "(uncharged): 1" }),
- CAPE_OF_LEGENDS (13524, 8284, 47, 300, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.CAPE_OF_LEGENDS_1052) }, new Item[] { new Item(Items.CAPE_OF_LEGENDS_1052) }),
- KING_ARTHUR (13510, 8285, 35, 211, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.ARTHUR_PORTRAIT_7995) }),
- ELENA (13511, 8286, 35, 211, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.ELENA_PORTRAIT_7996) }),
- GIANT_DWARF (13512, 8287, 35, 211, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.KELDAGRIM_PORTRAIT_7997) }),
- MISCELLANIANS (13513, 8288, 35, 311, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.MISC_PORTRAIT_7998) }),
- LUMBRIDGE (13517, 8289, 44, 314, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.LUMBRIDGE_PAINTING_8002) }),
- THE_DESERT (13514, 8290, 44, 314, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.DESERT_PAINTING_7999) }),
- MORYTANIA (13518, 8291, 44, 314, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.MORYTANIA_PAINTING_8003) }),
- KARAMJA (13516, 8292, 65, 464, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.KARAMJA_PAINTING_8001) }),
- ISAFDAR (13515, 8293, 65, 464, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.ISAFDAR_PAINTING_8000) }),
- SILVERLIGHT (13519, 8279, 42, 187, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.SILVERLIGHT_2402) }, new Item[] { new Item(Items.SILVERLIGHT_2402) }),
- EXCALIBUR (13521, 8280, 42, 194, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.EXCALIBUR_35) }, new Item[] { new Item(Items.EXCALIBUR_35) }),
- DARKLIGHT (13520, 8281, 42, 202, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.DARKLIGHT_6746) }, new Item[] { new Item(Items.DARKLIGHT_6746) }),
- SMALL_MAP (13525, 8294, 38, 211, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.SMALL_MAP_8004) }),
- MEDIUM_MAP (13526, 8295, 58, 451, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.MEDIUM_MAP_8005) }),
- LARGE_MAP (13527, 8296, 78, 591, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.LARGE_MAP_8006) }),
-
- /**
- * Study decorations.
- */
- GLOBE (13649, 8341, 41, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }),
- ORNAMENTAL_GLOBE (13650, 8342, 50, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }),
- LUNAR_GLOBE (13651, 8343, 59, 570, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.GOLD_LEAF_8784) }),
- CELESTIAL_GLOBE (13652, 8344, 68, 570, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.GOLD_LEAF_8784) }),
- ARMILLARY_SPHERE (13653, 8345, 77, 960, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.GOLD_LEAF_8784, 2), new Item(Items.STEEL_BAR_2353, 4) }),
- SMALL_ORREY (13654, 8346, 86, 1320, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.GOLD_LEAF_8784, 3) }),
- LARGE_ORREY (13655, 8347, 95, 1420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.GOLD_LEAF_8784, 5) }),
- OAK_LECTERN (13642, 8334, 40, 60, new Item[] { new Item(Items.OAK_PLANK_8778) }),
- EAGLE_LECTERN (13643, 8335, 47, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- DEMON_LECTERN (13644, 8336, 47, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TEAK_EAGLE_LECTERN (13645, 8337, 57, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- TEAK_DEMON_LECTERN (13646, 8338, 57, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- MAHOGANY_EAGLE_LECTERN(13647, 8339, 67, 580, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.GOLD_LEAF_8784) }),
- MAHOGANY_DEMON_LECTERN(13648, 8340, 67, 580, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.GOLD_LEAF_8784) }),
- CRYSTAL_BALL (13659, 8351, 42, 280, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.UNPOWERED_ORB_567) }),
- ELEMENTAL_SPHERE (13660, 8352, 54, 580, new Item[] { new Item(Items.TEAK_PLANK_8780, 3), new Item(Items.UNPOWERED_ORB_567), new Item(Items.GOLD_LEAF_8784) }),
- CRYSTAL_OF_POWER (13661, 8353, 66, 890, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.UNPOWERED_ORB_567), new Item(Items.GOLD_LEAF_8784, 2) }),
- ALCHEMICAL_CHART (13662, 8354, 43, 30, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- ASTRONOMICAL_CHART (13663, 8355, 63, 45, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 3) }),
- INFERNAL_CHART (13664, 8356, 83, 60, new Item[] { new Item(Items.BOLT_OF_CLOTH_8790, 4) }),
- TELESCOPE1 (13656, 8348, 44, 121, new Item[] { new Item(Items.OAK_PLANK_8778, 2), new Item(Items.MOLTEN_GLASS_1775) }),
- TELESCOPE2 (13657, 8349, 64, 181, new Item[] { new Item(Items.TEAK_PLANK_8780, 2), new Item(Items.MOLTEN_GLASS_1775) }),
- TELESCOPE3 (13658, 8350, 84, 580, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2), new Item(Items.MOLTEN_GLASS_1775) }),
-
- /**
- * Costume room decorations.
- */
- OAK_TREASURE_CHEST (18804, 9839, 48, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TEAK_TREASURE_CHEST (18806, 9840, 66, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- MAHOGANY_TREASURE_CHEST(18808, 9841, 84, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }),
- OAK_ARMOUR_CASE (18778, 9826, 46, 180, new Item[] { new Item(Items.OAK_PLANK_8778, 3) }),
- TEAK_ARMOUR_CASE (18780, 9827, 64, 270, new Item[] { new Item(Items.TEAK_PLANK_8780, 3) }),
- MGANY_ARMOUR_CASE (18782, 9828, 82, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3) }),
- OAK_MAGIC_WARDROBE (18784, 9829, 42, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }),
- C_OAK_MAGIC_WARDROBE (18786, 9830, 51, 360, new Item[] { new Item(Items.OAK_PLANK_8778, 6) }),
- TEAK_MAGIC_WARDROBE (18788, 9831, 60, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }),
- C_TEAK_MAGIC_WARDROBE (18790, 9832, 69, 540, new Item[] { new Item(Items.TEAK_PLANK_8780, 6) }),
- MGANY_MAGIC_WARDROBE (18792, 9833, 78, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4) }),
- GILDED_MAGIC_WARDROBE (18794, 9834, 87, 860, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784) }),
- MARBLE_MAGIC_WARDROBE (18796, 9835, 96, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }),
- OAK_CAPE_RACK (18766, 9817, 54, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }),
- TEAK_CAPE_RACK (18767, 9818, 63, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }),
- MGANY_CAPE_RACK (18768, 9819, 72, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4) }),
- GILDED_CAPE_RACK (18769, 9820, 81, 860, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784) }),
- MARBLE_CAPE_RACK (18770, 9821, 90, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }),
- MAGIC_CAPE_RACK (18771, 9822, 99, 1000, new Item[] { new Item(Items.MAGIC_STONE_8788) }),
- OAK_TOY_BOX (18798, 9836, 50, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TEAK_TOY_BOX (18800, 9837, 68, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- MAHOGANY_TOY_BOX (18802, 9838, 86, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }),
- OAK_COSTUME_BOX (18772, 9823, 44, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TEAK_COSTUME_BOX (18774, 9824, 62, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- MAHOGANY_COSTUME_BOX (18776, 9825, 80, 280, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 2) }),
-
- /**
- * Chapel decorations.
- */
- OAK_ALTAR (13179, 8062, 45, 240, new Item[] { new Item(Items.OAK_PLANK_8778, 4) }),
- TEAK_ALTAR (13182, 8063, 50, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }),
- CLOTH_ALTAR (13185, 8064, 56, 390, new Item[] { new Item(Items.TEAK_PLANK_8780, 4), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- MAHOGANY_ALTAR (13188, 8065, 60, 590, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- LIMESTONE_ALTAR (13191, 8066, 64, 910, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 6), new Item(Items.BOLT_OF_CLOTH_8790, 2), new Item(Items.LIMESTONE_BRICK_3420, 2) }),
- MARBLE_ALTAR (13194, 8067, 70, 1030, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 2), new Item(Items.BOLT_OF_CLOTH_8790, 2) }),
- GILDED_ALTAR (13197, 8068, 75, 2230, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 2), new Item(Items.BOLT_OF_CLOTH_8790, 2), new Item(Items.GOLD_LEAF_8784, 4) }),
- SMALL_STATUE (13271, 8082, 49, 40, new Item[] { new Item(Items.LIMESTONE_BRICK_3420, 2) }),
- MEDIUM_STATUE (13272, 8083, 69, 500, new Item[] { new Item(Items.MARBLE_BLOCK_8786) }),
- LARGE_STATUE (13282, 8084, 89, 1500, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 3) }),
- WINDCHIMES (13214, 8079, 49, 323, new Item[] { new Item(Items.OAK_PLANK_8778, 4), new Item(Items.STEEL_BAR_2353, 4) }),
- BELLS (13215, 8080, 58, 480, new Item[] { new Item(Items.TEAK_PLANK_8780, 4), new Item(Items.STEEL_BAR_2353, 6) }),
- ORGAN (13216, 8081, 69, 680, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.STEEL_BAR_2353, 6) }),
- SARADOMIN_SYMBOL (13172, 8055, 48, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- ZAMORAK_SYMBOL (13173, 8056, 48, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- GUTHIX_SYMBOL (13174, 8057, 48, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- SARADOMIN_ICON (13175, 8058, 59, 960, new Item[] { new Item(Items.TEAK_PLANK_8780, 4), new Item(Items.GOLD_LEAF_8784, 2) }),
- ZAMORAK_ICON (13176, 8059, 59, 960, new Item[] { new Item(Items.TEAK_PLANK_8780, 4), new Item(Items.GOLD_LEAF_8784, 2) }),
- GUTHIX_ICON (13177, 8060, 59, 960, new Item[] { new Item(Items.TEAK_PLANK_8780, 4), new Item(Items.GOLD_LEAF_8784, 2) }),
- ICON_OF_BOB (13178, 8061, 71, 1160, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784, 2) }),
- STEEL_TORCHES (13202, 8070, 45, 80, new Item[] { new Item(Items.STEEL_BAR_2353, 2) }),
- WOODEN_TORCHES (13200, 8069, 49, 58, new Item[] { new Item(Items.PLANK_960, 2) }),
- STEEL_CANDLESTICKS(13204, 8071, 53, 124, new Item[] { new Item(Items.STEEL_BAR_2353, 6), new Item(Items.CANDLE_36, 6) }),
- GOLD_CANDLESTICKS (13206, 8072, 57, 46, new Item[] { new Item(Items.GOLD_BAR_2357, 6), new Item(Items.CANDLE_36, 6) }),
- INCENSE_BURNERS (13208, 8073, 61, 280, new Item[] { new Item(Items.OAK_PLANK_8778, 4), new Item(Items.STEEL_BAR_2353, 2) }),
- MAHOGANY_BURNERS (13210, 8074, 65, 600, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.STEEL_BAR_2353, 2) }),
- MARBLE_BURNERS (13212, 8075, 69, 1600, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 2), new Item(Items.STEEL_BAR_2353, 2) }),
- SHUTTERED_WINDOW (new int[] { 13253, 13226, 13235, 13244, 13217, 13262 }, 8076, 49, 228, new Item[] { new Item(Items.PLANK_960, 8) }),
- DECORATIVE_WINDOW (new int[] { 13254, 13227, 13236, 13245, 13218, 13263 }, 8077, 69, 200, new Item[] { new Item(Items.MOLTEN_GLASS_1775, 8) }),
- STAINED_GLASS (new int[] { 13255, 13228, 13237, 13246, 13219, 13264 }, 8078, 89, 400, new Item[] { new Item(Items.MOLTEN_GLASS_1775, 16) }),
-
- /**
- * Throne room
- */
- OAK_THRONE (13665, 8357, 60, 800, new Item[] { new Item(Items.OAK_PLANK_8778, 5), new Item(Items.MARBLE_BLOCK_8786) }),
- TEAK_THRONE (13666, 8358, 67, 1450, new Item[] { new Item(Items.TEAK_PLANK_8780, 5), new Item(Items.MARBLE_BLOCK_8786, 2) }),
- MAHOGANY_THRONE (13667, 8359, 74, 2200, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.MARBLE_BLOCK_8786, 3) }),
- GILDED_THRONE (13668, 8360, 81, 1700, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.MARBLE_BLOCK_8786, 2), new Item(Items.GOLD_LEAF_8784, 3) }),
- SKELETON_THRONE (13669, 8361, 88, 7003, new Item[] { new Item(Items.MAGIC_STONE_8788, 5), new Item(Items.MARBLE_BLOCK_8786, 4), new Item(Items.BONES_526, 5), new Item(Items.SKULL_964, 2) }),
- CRYSTAL_THRONE (13670, 8362, 95, 15000, new Item[] { new Item(Items.MAGIC_STONE_8788, 15) }),
- DEMONIC_THRONE (13671, 8363, 99, 25000, new Item[] { new Item(Items.MAGIC_STONE_8788, 25) }),
- OAK_LEVER (13672, 8364, 68, 300, new Item[] { new Item(Items.OAK_PLANK_8778, 5) }),
- TEAK_LEVER (13673, 8365, 78, 450, new Item[] { new Item(Items.TEAK_PLANK_8780, 5) }),
- MAHOGANY_LEVER (13674, 8366, 88, 700, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5) }),
- FLOOR_DECORATION (new int[] { 13689, 13686, 13687, 13688, 13684, 13685 }, 8370, 61, 700, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5) }),
- STEEL_CAGE (new int[] { 13689, 13686, 13687, 13688, 13684, 13685 }, 8371, 68, 1100, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.STEEL_BAR_2353, 20) }),
- FLOOR_TRAP (new int[] { 13689, 13686, 13687, 13688, 13684, 13685 }, 8372, 74, 770, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.CLOCKWORK_8792, 10) }),
- MAGIC_CIRCLE (new int[] { 13689, 13686, 13687, 13688, 13684, 13685 }, 8373, 82, 2700, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.MAGIC_STONE_8788, 2) }),
- MAGIC_CAGE (new int[] { 13689, 13686, 13687, 13688, 13684, 13685 }, 8374, 89, 4700, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.MAGIC_STONE_8788, 4) }),
- OAK_TRAPDOOR (13675, 8367, 68, 300, new Item[] { new Item(Items.OAK_PLANK_8778, 5) }),
- TEAK_TRAPDOOR (13676, 8368, 78, 450, new Item[] { new Item(Items.TEAK_PLANK_8780, 5) }),
- MAHOGANY_TRAPDOOR(13677, 8369, 88, 700, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5) }),
- CARVED_TEAK_BENCH(13694, 8112, 44, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }),
- MAHOGANY_BENCH (13695, 8113, 52, 560, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4) }),
- GILDED_BENCH (13696, 8114, 61, 1760, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 4), new Item(Items.GOLD_LEAF_8784, 4) }),
- OAK_DECO (13798, 8102, 16, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- TEAK_DECO (13814, 8103, 36, 180, new Item[] { new Item(Items.TEAK_PLANK_8780, 2) }),
- GILDED_DECO (13782, 8104, 56, 1020, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3), new Item(Items.GOLD_LEAF_8784, 2) }),
- ROUND_SHIELD (13734, 8105, 66, 120, new Item[] { new Item(Items.OAK_PLANK_8778, 2) }),
- SQUARE_SHIELD (13766, 8106, 76, 360, new Item[] { new Item(Items.TEAK_PLANK_8780, 4) }),
- KITE_SHIELD (13750, 8107, 86, 420, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 3) }),
-
- /**
- * Oubliette
- */
- SPIKES_MID (13334, 8302, 65, 623, new Item[] { new Item(Items.STEEL_BAR_2353, 20), new Item(Items.COINS_995, 50000) }),
- SPIKES_SIDE (13335, 8302, 65, 623, new Item[] { new Item(Items.STEEL_BAR_2353, 20), new Item(Items.COINS_995, 50000) }),
- SPIKES_CORNER (13336, 8302, 65, 623, new Item[] { new Item(Items.STEEL_BAR_2353, 20), new Item(Items.COINS_995, 50000) }),
- SPIKES_FL (13338, 8302, 65, 623, new Item[] { new Item(Items.STEEL_BAR_2353, 20), new Item(Items.COINS_995, 50000) }),
- TENTACLE_MID (13331, 8303, 71, 326, new Item[] { new Item(Items.BUCKET_OF_WATER_1929, 20), new Item(Items.COINS_995, 100000) }),
- TENTACLE_SIDE (13332, 8303, 71, 326, new Item[] { new Item(Items.BUCKET_OF_WATER_1929, 20), new Item(Items.COINS_995, 100000) }),
- TENTACLE_CORNER (13333, 8303, 71, 326, new Item[] { new Item(Items.BUCKET_OF_WATER_1929, 20), new Item(Items.COINS_995, 100000) }),
- TENTACLE_FL (13338, 8303, 71, 326, new Item[] { new Item(Items.BUCKET_OF_WATER_1929, 20), new Item(Items.COINS_995, 100000) }),
- FP_FLOOR_MID (13371, 8304, 77, 357, new Item[] { new Item(Items.TINDERBOX_590, 20), new Item(Items.COINS_995, 125000) }),
- FP_FLOOR_SIDE (13371, 8304, 77, 357, new Item[] { new Item(Items.TINDERBOX_590, 20), new Item(Items.COINS_995, 125000) }),
- FP_FLOOR_CORNER (13371, 8304, 77, 357, new Item[] { new Item(Items.TINDERBOX_590, 20), new Item(Items.COINS_995, 125000) }),
- FLAME_PIT (13337, 8304, 77, 357, new Item[] { new Item(Items.TINDERBOX_590, 20), new Item(Items.COINS_995, 125000) }),
- ROCNAR_FLOOR_MID (13371, 8305, 83, 387, new Item[] { new Item(Items.COINS_995, 150000) }),
- ROCNAR_FLOOR_SIDE (13371, 8305, 83, 387, new Item[] { new Item(Items.COINS_995, 150000) }),
- ROCNAR_FLOOR_CORNER(13371, 8305, 83, 387, new Item[] { new Item(Items.COINS_995, 150000) }),
- ROCNAR (13373, 8305, 83, 387, new Item[] { new Item(Items.COINS_995, 150000) }),
- ROCNAR_FL (13338, 8305, 83, 387, new Item[] { new Item(Items.COINS_995, 150000) }),
- OAK_CAGE (13313, 8297, 65, 640, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.STEEL_BAR_2353, 2) }),
- OAK_CAGE_DOOR (13314, 8297, 65, 640, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.STEEL_BAR_2353, 2) }),
- OAK_STEEL_CAGE (13316, 8298, 70, 800, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.STEEL_BAR_2353, 10) }),
- OAK_STEEL_CAGE_DOOR(13317, 8298, 70, 800, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.STEEL_BAR_2353, 10) }),
- STEEL_CAGE_OU (13319, 8299, 75, 400, new Item[] { new Item(Items.STEEL_BAR_2353, 20) }),
- STEEL_CAGE_DOOR (13320, 8299, 75, 400, new Item[] { new Item(Items.STEEL_BAR_2353, 20) }),
- SPIKED_CAGE (13322, 8300, 80, 500, new Item[] { new Item(Items.STEEL_BAR_2353, 25) }),
- SPIKED_CAGE_DOOR (13323, 8300, 80, 500, new Item[] { new Item(Items.STEEL_BAR_2353, 25) }),
- BONE_CAGE (13325, 8301, 85, 603, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.BONES_526, 10) }),
- BONE_CAGE_DOOR (13326, 8301, 85, 603, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.BONES_526, 10) }),
- SKELETON_GUARD (13366, 8131, 70, 223, new Item[] { new Item(Items.COINS_995, 50000) }),
- GUARD_DOG (13367, 8132, 74, 273, new Item[] { new Item(Items.COINS_995, 75000) }),
- HOBGOBLIN (13368, 8133, 78, 316, new Item[] { new Item(Items.COINS_995, 100000) }),
- BABY_RED_DRAGON (13372, 8134, 82, 387, new Item[] { new Item(Items.COINS_995, 150000) }),
- HUGE_SPIDER (13370, 8135, 86, 447, new Item[] { new Item(Items.COINS_995, 200000) }),
- TROLL (13369, 8136, 90, 1000, new Item[] { new Item(Items.COINS_995, 1000000) }),
- HELLHOUND (2715, 8137, 94, 2236, new Item[] { new Item(Items.COINS_995, 5000000) }),
- OAK_LADDER (13328, 8306, 68, 300, new Item[] { new Item(Items.OAK_PLANK_8778, 5) }),
- TEAK_LADDER (13329, 8307, 78, 450, new Item[] { new Item(Items.TEAK_PLANK_8780, 5) }),
- MAHOGANY_LADDER (13330, 8308, 88, 700, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5) }),
- DECORATIVE_BLOOD (13312, 8125, 72, 4, new Item[] { new Item(Items.RED_DYE_1763, 4) }),
- DECORATIVE_PIPE (13311, 8126, 83, 120, new Item[] { new Item(Items.STEEL_BAR_2353, 6) }),
- HANGING_SKELETON (13310, 8127, 94, 3, new Item[] { new Item(Items.SKULL_964, 2), new Item(Items.BONES_526, 6) }),
- CANDLE (13342, 8128, 72, 243, new Item[] { new Item(Items.OAK_PLANK_8778, 4), new Item(Items.LIT_CANDLE_33, 4) }),
- TORCH (13341, 8129, 84, 244, new Item[] { new Item(Items.OAK_PLANK_8778, 4), new Item(Items.LIT_TORCH_594, 4) }),
- SKULL_TORCH (13343, 8130, 94, 246, new Item[] { new Item(Items.OAK_PLANK_8778, 4), new Item(Items.LIT_TORCH_594, 4), new Item(Items.SKULL_964, 4) }),
-
- /**
- * Dungeon corridor, junction, stairs & pit
- */
- OAK_DOOR_LEFT (13344, 8122, 74, 600, new Item[] { new Item(Items.OAK_PLANK_8778, 10) }),
- OAK_DOOR_RIGHT (13345, 8122, 74, 600, new Item[] { new Item(Items.OAK_PLANK_8778, 10) }),
- STEEL_DOOR_LEFT (13346, 8123, 84, 800, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.STEEL_BAR_2353, 10) }),
- STEEL_DOOR_RIGHT (13347, 8123, 84, 800, new Item[] { new Item(Items.OAK_PLANK_8778, 10), new Item(Items.STEEL_BAR_2353, 10) }),
- MARBLE_DOOR_LEFT (13348, 8124, 94, 2000, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 4) }),
- MARBLE_DOOR_RIGHT (13349, 8124, 94, 2000, new Item[] { new Item(Items.MARBLE_BLOCK_8786, 4) }),
- SPIKE_TRAP (13356, 8143, 72, 223, new Item[] { new Item(Items.COINS_995, 50000) }),
- MAN_TRAP (13357, 8144, 76, 273, new Item[] { new Item(Items.COINS_995, 75000) }),
- TANGLE_TRAP (13358, 8145, 80, 316, new Item[] { new Item(Items.COINS_995, 100000) }),
- MARBLE_TRAP (13359, 8146, 84, 387, new Item[] { new Item(Items.COINS_995, 150000) }),
- TELEPORT_TRAP (13360, 8147, 88, 447, new Item[] { new Item(Items.COINS_995, 200000) }),
- PIT_DOG (39260, 18791, 70, 200, new Item[] { new Item(Items.COINS_995, 40000) }),
- PIT_OGRE (39261, 18792, 73, 234, new Item[] { new Item(Items.COINS_995, 55000) }),
- PIT_ROCK_PROTECTOR(39262, 18793, 79, 300, new Item[] { new Item(Items.COINS_995, 90000) }),
- PIT_SCABARITE (39263, 18794, 84, 387, new Item[] { new Item(Items.COINS_995, 150000) }),
- PIT_BLACK_DEMON (39264, 18795, 89, 547, new Item[] { new Item(Items.COINS_995, 300000) }),
- PIT_IRON_DRAGON (39265, 18796, 97, 2738, new Item[] { new Item(Items.COINS_995, 7500000) }),
-
- /**
- * Treasure room
- */
- DEMON (13378, 8138, 75, 707, new Item[] { new Item(Items.COINS_995, 500000) }),
- KALPHITE_SOLDIER (13374, 8139, 80, 866, new Item[] { new Item(Items.COINS_995, 750000) }),
- TOK_XIL (13377, 8140, 85, 2236, new Item[] { new Item(Items.COINS_995, 5000000) }),
- DAGANNOTH (13376, 8141, 90, 2738, new Item[] { new Item(Items.COINS_995, 7500000) }),
- STEEL_DRAGON (13375, 8142, 95, 3162, new Item[] { new Item(Items.COINS_995, 1000000) }),
- WOODEN_CRATE (13283, 8148, 75, 143, new Item[] { new Item(Items.PLANK_960, 5) }),
- OAK_T_CHEST (13285, 8149, 79, 340, new Item[] { new Item(Items.OAK_PLANK_8778, 5), new Item(Items.STEEL_BAR_2353, 2) }),
- TEAK_T_CHEST (13287, 8150, 83, 530, new Item[] { new Item(Items.TEAK_PLANK_8780, 5), new Item(Items.STEEL_BAR_2353, 4) }),
- MGANY_T_CHEST (13289, 8151, 87, 1000, new Item[] { new Item(Items.MAHOGANY_PLANK_8782, 5), new Item(Items.GOLD_LEAF_8784) }),
- MAGIC_CHEST (13291, 8152, 91, 1000, new Item[] { new Item(Items.MAGIC_STONE_8788) }),
-
- /**
- * Style related decoration.
- */
- BASIC_WOOD_WINDOW (13099, -1, 1, 0),
- BASIC_STONE_WINDOW (13091, -1, 1, 0),
- WHITEWASHED_STONE_WINDOW (13005, -1, 1, 0),
- FREMENNIK_WINDOW (13112, -1, 1, 0),
- TROPICAL_WOOD_WINDOW (10816, -1, 1, 0),
- FANCY_STONE_WINDOW (13117, -1, 1, 0),
- ;
-
- /**
- * The object id.
- */
- private final int objectId;
-
- /**
- * The item id for the interface.
- */
- private final int interfaceItem;
-
- /**
- * The level requirement.
- */
- private final int level;
-
- /**
- * The experience gained for building this decoration.
- */
- private final int experience;
-
- /**
- * The item required.
- */
- private final Item[] items;
-
- /**
- * The items that will be refunded.
- */
- private final Item[] refundItems;
-
- /**
- * The tools required.
- */
- private final int[] tools;
-
- /**
- * The object ids depending on styling.
- */
- private final int[] objectIds;
-
- /**
- * If this node should be invisible to user build options.
- */
- private boolean invisibleNode;
-
- /**
- * The requirements text to show for this node.
- */
- private String[] reqsText = {"", "", "", ""};
-
- private String[] generateDefaultReqsText(Item[] items, int nailAmount) {
- String[] ret = {"", "", "", ""};
- for (int i = 0; i < 4; i++) {
- if (i >= items.length) {
- if (i == items.length && nailAmount > 0) {
- ret[i] = "Nails: " + nailAmount;
- }
- } else {
- ret[i] = items[i].getName() + ": " + items[i].getAmount();
- }
- }
- return ret;
- }
-
- /**
- * Constructs a new object, default items, default tools, default refund items, default requirements text.
- * @param objectId The object id.
- * @param interfaceItem The item id for the building interface.
- * @param level The level required.
- * @param experience The experience gained.
- */
- Decoration(int objectId, int interfaceItem, int level, int experience) {
- this(objectId, interfaceItem, level, experience, new int[] { Items.HAMMER_2347, Items.SAW_8794 }, new Item[] {}, new Item[] {}, new String[] {});
- }
-
- /**
- * Constructs a new object, default tools, default refund items, default requirements text.
- * @param objectId The object id.
- * @param interfaceItem The item id for the building interface.
- * @param level The level required.
- * @param experience The experience gained.
- * @param items The items required.
- */
- Decoration(int objectId, int interfaceItem, int level, int experience, Item[] items) {
- this(objectId, interfaceItem, level, experience, new int[] { Items.HAMMER_2347, Items.SAW_8794 }, items, new Item[] {}, new String[] {});
- this.reqsText = generateDefaultReqsText(items, getNailAmount());
- }
-
- /**
- * Constructs a new object, default refund items, default requirements text.
- * @param objectId The object id.
- * @param interfaceItem The item id for the building interface.
- * @param level The level required.
- * @param experience The experience gained.
- * @param tools The tools needed.
- * @param items The items required.
- */
- Decoration(int objectId, int interfaceItem, int level, int experience, int[] tools, Item[] items) {
- this(objectId, interfaceItem, level, experience, tools, items, new Item[] {}, new String[] {});
- this.reqsText = generateDefaultReqsText(items, getNailAmount());
- }
-
- /**
- * Constructs a new object, no tools.
- * @param objectId The object id.
- * @param interfaceItem The item id for the building interface.
- * @param level The level required.
- * @param experience The experience gained.
- * @param items The items required.
- * @param refundItems The items to be refunded when the item is removed.
- */
- Decoration(int objectId, int interfaceItem, int level, int experience, Item[] items, Item[] refundItems) {
- this(objectId, interfaceItem, level, experience, new int[] { Items.HAMMER_2347, Items.SAW_8794 }, items, refundItems, new String[] {});
- this.reqsText = generateDefaultReqsText(items, getNailAmount());
- }
-
- /**
- * Constructs a new object, default tools.
- * @param objectId The object id.
- * @param interfaceItem The item id for the building interface.
- * @param level The level required.
- * @param experience The experience gained.
- * @param items The items required.
- * @param refundItems The items to be refunded when the item is removed.
- */
- Decoration(int objectId, int interfaceItem, int level, int experience, Item[] items, Item[] refundItems, String[] reqsText) {
- this(objectId, interfaceItem, level, experience, new int[] { Items.HAMMER_2347, Items.SAW_8794 }, items, refundItems, reqsText);
- }
-
- /**
- * Constructs a new object.
- * @param objectId The object id.
- * @param interfaceItem The item id for the building interface.
- * @param level The level required.
- * @param experience The experience gained.
- * @param tools The tools needed.
- * @param items The items required.
- * @param refundItems The items to be refunded when the item is removed.
- * @param reqsText The requirements text to be shown in the interface.
- */
- Decoration(int objectId, int interfaceItem, int level, int experience, int[] tools, Item[] items, Item[] refundItems, String[] reqsText) {
- this.objectId = objectId;
- this.objectIds = null;
- this.interfaceItem = interfaceItem;
- this.level = level;
- this.experience = experience;
- this.tools = tools;
- this.items = items;
- this.refundItems = refundItems;
- if (reqsText.length > 0) {
- System.arraycopy(reqsText, 0, this.reqsText, 0, reqsText.length);
- }
- }
-
- /**
- * Decoration
- * @param objectId
- * @param invisibleNode
- */
- Decoration(int objectId, boolean invisibleNode) {
- this(objectId, -1, -1, -1);
- this.invisibleNode = true;
- }
-
- /**
- * Constructs a new object, no tools, no refund items.
- * @param objectIds The object id.
- * @param interfaceItem The item id for the building interface.
- * @param level The level required.
- * @param experience The experience gained.
- * @param items The items required.
- */
- Decoration(int[] objectIds, int interfaceItem, int level, int experience, Item[] items) {
- this(objectIds, interfaceItem, level, experience, new int[] { Items.HAMMER_2347, Items.SAW_8794 }, items, new Item[] {});
- }
-
- /**
- * Constructs a new object.
- * @param objectIds The object id.
- * @param interfaceItem The item id for the building interface.
- * @param level The level required.
- * @param experience The experience gained.
- * @param tools The tools needed.
- * @param items The items required.
- * @param refundItems The items to be refunded when the item is removed.
- */
- Decoration(int[] objectIds, int interfaceItem, int level, int experience, int[] tools, Item[] items, Item[] refundItems) {
- this.objectId = objectIds[0];
- this.objectIds = objectIds;
- this.interfaceItem = interfaceItem;
- this.level = level;
- this.experience = experience;
- this.tools = tools;
- this.items = items;
- this.refundItems = refundItems;
- }
-
- /**
- * Gets the decoration on the given location.
- * @param player The player.
- * @return The decoration.
- */
- public static Decoration getDecoration(Player player, Scenery object) {
- Location l = object.getLocation();
- int z = l.getZ();
- if (HouseManager.isInDungeon(player)) {
- z = 3;
- }
- Room room = player.getHouseManager().getRooms()[z][l.getChunkX()][l.getChunkY()];
- for (Hotspot h : room.getHotspots()) {
- if (h.getCurrentX() == l.getChunkOffsetX() && h.getCurrentY() == l.getChunkOffsetY()) {
- if (h.getDecorationIndex() != -1) {
- Decoration deco = h.getHotspot().getDecorations()[h.getDecorationIndex()];
- if (deco.getObjectId(player.getHouseManager().getStyle()) == object.getId()) {
- return deco;
- }
- }
- }
- }
- return null;
- }
-
- /**
- * Gets a decoration for the given object id
- * @param objectId - the object id of the built object
- * @return the decoration or null
- */
- public static Decoration forObjectId(int objectId) {
- for (Decoration d : Decoration.values()) {
- if (d.getObjectId() == objectId) {
- return d;
- }
- }
- return null;
- }
-
- public static Decoration forName(String name) {
- for (Decoration d : Decoration.values()) {
- if (d.name().equals(name)) {
- return d;
- }
- }
- return null;
- }
-
- /**
- * Gets the amount of nails required for this hotspot.
- * @return The amount of nails.
- */
- public int getNailAmount() {
- for (Item item : items) {
- if (item.getId() == 960) { //1 nail per normal plank required.
- return item.getAmount();
- }
- }
- return 0;
- }
-
- /**
- * Gets the objectId.
- * @param style The current housing style.
- * @return The objectId.
- */
- public int getObjectId(HousingStyle style) {
- if (objectIds != null) {
- return objectIds[style.ordinal()];
- }
- return objectId;
- }
-
- /**
- * Gets the objectId.
- * @return The objectId.
- */
- public int getObjectId() {
- return objectId;
- }
-
- /**
- * Gets the level.
- * @return The level.
- */
- public int getLevel() {
- return level;
- }
-
- /**
- * Gets the experience.
- * @return The experience.
- */
- public int getExperience() {
- return experience;
- }
-
- /**
- * Gets the items.
- * @return The items.
- */
- public Item[] getItems() {
- return items;
- }
-
- /**
- * Gets the refund items.
- * @return The refund items.
- */
- public Item[] getRefundItems() {
- return refundItems;
- }
-
- /**
- * Gets the tools.
- * @return The tools.
- */
- public int[] getTools() {
- return tools;
- }
-
- /**
- * Gets the interfaceItem.
- * @return the interfaceItem
- */
- public int getInterfaceItem() {
- return interfaceItem;
- }
-
- /**
- * Gets the objectIds value.
- * @return The objectIds.
- */
- public int[] getObjectIds() {
- return objectIds;
- }
-
- /**
- * If this node should be invisible to user build options
- * @return true if so.
- */
- public boolean isInvisibleNode() {
- return invisibleNode;
- }
-
- /**
- * Gets the requirements text.
- * @return The requirements text.
- */
- public String[] getReqsText() {
- return reqsText;
- }
-}
diff --git a/Server/src/main/content/global/skill/construction/HouseZone.java b/Server/src/main/content/global/skill/construction/HouseZone.java
deleted file mode 100644
index 31a57f6f8..000000000
--- a/Server/src/main/content/global/skill/construction/HouseZone.java
+++ /dev/null
@@ -1,157 +0,0 @@
-package content.global.skill.construction;
-
-
-import core.api.Container;
-import core.game.world.map.Location;
-import org.rs09.consts.Items;
-import core.game.node.entity.Entity;
-import core.game.node.entity.player.Player;
-import core.game.world.map.zone.MapZone;
-import core.game.world.map.RegionManager;
-import core.game.world.map.Region;
-import core.game.system.task.Pulse;
-import core.game.world.map.zone.ZoneType;
-
-import static core.api.ContentAPIKt.*;
-
-/**
- * Handles the player owned house zone.
- *
- * @author Emperor
- */
-public final class HouseZone extends MapZone {
-
- /**
- * The house manager.
- */
- private HouseManager house;
-
- /**
- * The previous house region id.
- */
- private int previousRegion = -1;
-
- /**
- * The previous dungeon region id.
- */
- private int previousDungeon = -1;
-
- /**
- * Constructs the house zone object.
- */
- public HouseZone(HouseManager house) {
- super("poh-zone" + house, true);
- this.house = house;
- }
-
- @Override
- public void configure() {
- setZoneType(ZoneType.P_O_H.getId());
- unregisterOldRegions();
- registerRegion(house.getHouseRegion().getId());
- if (house.getDungeonRegion() != null) {
- registerRegion(house.getDungeonRegion().getId());
- }
- }
-
- private void unregisterOldRegions() {
- if (previousRegion != -1) {
- unregisterRegion(previousRegion);
- }
- if (previousDungeon != -1) {
- unregisterRegion(previousDungeon);
- }
- }
-
- @Override
- public boolean enter(Entity e) {
- if (e instanceof Player) {
- Player pl = (Player) e;
- if (house == pl.getHouseManager()) {
- previousRegion = house.getHouseRegion().getId();
- if (house.getDungeonRegion() != null)
- previousDungeon = house.getDungeonRegion().getId();
- }
- registerLogoutListener(pl, "houselogout", (p) -> {
- p.setLocation(house.getLocation().getExitLocation());
- return kotlin.Unit.INSTANCE;
- });
- }
- return super.enter(e);
- }
-
- @Override
- public boolean death(Entity e, Entity killer) {
- if (e instanceof Player) {
- Player p = (Player) e;
- HouseManager.leave(p);
- return true;
- }
- return super.death(e, killer);
- }
-
- @Override
- public boolean leave(Entity e, boolean logout) {
- if (e instanceof Player) {
- Player p = (Player) e;
-
- // if the player is moving between the dungeon and main house, don't trigger the leave sequence
- if (house.getDungeonRegion() != null && !logout) {
- // current loc
- Location dest = p.getProperties().getTeleportLocation();
- int currentRegionId = p.getLocation().getRegionId();
- int houseId = house.getHouseRegion().getId();
- int dungeonId = house.getDungeonRegion().getId();
-
- // check if still in house
- boolean currentlyInHouse = (currentRegionId == houseId || currentRegionId == dungeonId);
-
- // check if moving between house regions
- int destRegionId = (dest != null) ? dest.getRegionId() : -1;
- boolean movingToHouse = (destRegionId == houseId || destRegionId == dungeonId);
-
- // if yes, return true and stop the leave sequence
- if (currentlyInHouse || movingToHouse) {
- return true;
- }
- }
-
- remove_items(p);
- // The below tears down the house if the owner was the one who left
- if (house == p.getHouseManager()) {
- house.expelGuests(p);
- int toRemove = previousRegion;
- int dungRemove = previousDungeon;
- submitWorldPulse(new Pulse(1) {
- public boolean pulse() {
- Region r = RegionManager.forId(toRemove);
- Region dr = dungRemove != -1 ? RegionManager.forId(dungRemove) : null;
- RegionManager.removeRegion(toRemove);
- unregisterRegion(toRemove);
- r.flagInactive();
- if (dungRemove != -1) {
- RegionManager.removeRegion(dungRemove);
- unregisterRegion(dungRemove);
- dr.flagInactive();
- }
- return true;
- }
- });
- }
- // Clear logout listener and original-loc (if appropriate)
- clearLogoutListener(p, "houselogout");
- if (!getAttribute(p, "kidnapped-by-random", false)) {
- removeAttribute(p, "/save:original-loc");
- }
- return true;
- }
- return true;
- }
-
- private void remove_items(Player p) {
- for (int item = Items.KETTLE_7688; item <= Items.CHEFS_DELIGHT_7755; item++) {//Removes all PoH versions of tea and beer barrel-related items
- removeAll(p, item, Container.INVENTORY);
- removeAll(p, item, Container.BoB);
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/construction/Room.java b/Server/src/main/content/global/skill/construction/Room.java
deleted file mode 100644
index ac7b56cec..000000000
--- a/Server/src/main/content/global/skill/construction/Room.java
+++ /dev/null
@@ -1,427 +0,0 @@
-package content.global.skill.construction;
-
-
-import core.game.node.entity.player.Player;
-import core.game.node.scenery.Constructed;
-import core.game.node.scenery.Scenery;
-import core.game.node.scenery.SceneryBuilder;
-import core.game.world.map.*;
-import core.tools.Log;
-
-import static core.api.ContentAPIKt.log;
-
-/**
- * Represents a room.
- * @author Emperor
- *
- */
-public final class Room {
-
- /**
- * The default room type.
- */
- public static final int CHAMBER = 0x0;
-
- /**
- * The rooftop room type.
- */
- public static final int ROOF = 0x1;
-
- /**
- * The dungeon room type.
- */
- public static final int DUNGEON = 0x2;
-
- /**
- * The dungeon room type.
- */
- public static final int LAND = 0x4;
-
- /**
- * The room properties.
- */
- private RoomProperties properties;
-
- /**
- * The region chunk.
- */
- private RegionChunk chunk;
-
- /**
- * The hotspots.
- */
- private Hotspot[] hotspots;
-
- /**
- * The current rotation of the room.
- */
- private Direction rotation = Direction.NORTH;
-
- /**
- * Constructs a new {@code Room} {@code Object}.
- * @param properties The room properties.
- */
- public Room(RoomProperties properties) {
- this.properties = properties;
- }
-
- /**
- * Creates a new room.
- * @param player The player.
- * @param properties The room properties.
- * @return The room.
- */
- public static Room create(Player player, RoomProperties properties) {
- Room room = new Room(properties);
- room.configure(player.getHouseManager().getStyle());
- return room;
- }
-
- /**
- * Configures the room.
- */
- public void configure(HousingStyle style) {
- this.hotspots = new Hotspot[properties.getHotspots().length];
- for (int i = 0; i < hotspots.length; i++) {
- hotspots[i] = properties.getHotspots()[i].copy();
- }
- decorate(style);
- }
-
- /**
- * Redecorates the room.
- * @param style The house style.
- */
- public void decorate(HousingStyle style) {
- Region region = RegionManager.forId(style.getRegionId());
- Region.load(region, true);
- chunk = region.getPlanes()[style.getPlane()].getRegionChunk(properties.getChunkX(), properties.getChunkY());
- }
-
- /**
- * Gets the hotspot object for the given hotspot type.
- * @param hotspot The hotspot type.
- * @return The hotspot.
- */
- public Hotspot getHotspot(BuildHotspot hotspot) {
- for (Hotspot h : hotspots) {
- if (h.getHotspot() == hotspot) {
- return h;
- }
- }
- return null;
- }
-
- /**
- * Checks if the building hotspot has been built.
- * @param hotspot The building hotspot.
- * @return {@code True} if so.
- */
- public boolean isBuilt(BuildHotspot hotspot) {
- Hotspot h = getHotspot(hotspot);
- return h != null && h.getDecorationIndex() > -1;
- }
-
- /**
- * Loads all the decorations.
- * @param housePlane The plane.
- * @param chunk The chunk used in the dynamic region.
- */
- public void loadDecorations(int housePlane, BuildRegionChunk chunk, HouseManager house) {
- for (int i = 0; i < hotspots.length; i++) {
- Hotspot spot = hotspots[i];
- int x = spot.getChunkX();
- int y = spot.getChunkY();
- if (spot.getHotspot() == null) {
- continue;
- }
- int index = chunk.getIndex(x, y, spot.getHotspot().getObjectId(house.getStyle()));
- Scenery[][] objects = chunk.getObjects(index);
- Scenery object = objects[x][y];
- if (object != null && object.getId() == spot.getHotspot().getObjectId(house.getStyle())) {
- if (spot.getDecorationIndex() > -1 && spot.getDecorationIndex() < spot.getHotspot().getDecorations().length) {
- int id = spot.getHotspot().getDecorations()[spot.getDecorationIndex()].getObjectId(house.getStyle());
- if (spot.getHotspot().getType() == BuildHotspotType.CREST) {
- id += house.getCrest().ordinal();
- }
- SceneryBuilder.replace(object, object.transform(id, object.getRotation(), chunk.getCurrentBase().transform(x, y, 0)));
- }
- else if (object.getId() == BuildHotspot.WINDOW.getObjectId(house.getStyle()) || (!house.isBuildingMode() && object.getId() == BuildHotspot.CHAPEL_WINDOW.getObjectId(house.getStyle()))) {
- chunk.add(object.transform(house.getStyle().getWindowStyle().getObjectId(house.getStyle()), object.getRotation(), object.getType()));
- }
- int[] pos = RegionChunk.getRotatedPosition(x, y, object.getSizeX(), object.getSizeY(), 0, rotation.toInteger());
- spot.setCurrentX(pos[0]);
- spot.setCurrentY(pos[1]);
- }
- }
- if (rotation != Direction.NORTH && chunk.getRotation() == 0) {
- chunk.rotate(rotation);
- }
- if (!house.isBuildingMode()) {
- placeDoors(housePlane, house, chunk);
- removeHotspots(housePlane, house, chunk);
- }
- }
-
- /**
- * Removes the building hotspots from the room.
- * @param housePlane The room's plane in house.
- * @param house The house manager.
- * @param chunk The region chunk used.
- */
- private void removeHotspots(int housePlane, HouseManager house, BuildRegionChunk chunk) {
- if (properties.isRoof()) return;
- for (int x = 0; x < 8; x++) {
- for (int y = 0; y < 8; y++) {
- for (int i = 0; i < BuildRegionChunk.ARRAY_SIZE; i++) {
- Scenery object = chunk.get(x, y, i);
- if (object != null) {
- int id = object.getId();
- boolean isBuilt = object instanceof Constructed;
- boolean isWall = HousingStyle.isDungeonWall(id) || id == house.getStyle().getWallId();
- boolean isDoor = id == house.getStyle().getDoorId() || id == house.getStyle().getSecondDoorId();
- if (!isBuilt && !isWall && !isDoor) {
- SceneryBuilder.remove(object);
- chunk.remove(object);
- }
- }
- }
- }
- }
- }
-
- /**
- * Replaces the door hotspots with doors, walls, or passageways as needed.
- * TODO: it is believed that doors authentically remember their open/closed state for the usual duration (see e.g. https://www.youtube.com/watch?v=nRGux739h8s 1:00 vs 1:55), but this is not possible with the current HouseManager approach, which deallocates the instance as soon as the player leaves.
- * @param housePlane The room's plane in house.
- * @param house The house manager.
- * @param chunk The region chunk used.
- */
- private void placeDoors(int housePlane, HouseManager house, BuildRegionChunk chunk) {
- Room[][][] rooms = house.getRooms();
- int rx = chunk.getCurrentBase().getChunkX();
- int ry = chunk.getCurrentBase().getChunkY();
- for (int i = 0; i < BuildRegionChunk.ARRAY_SIZE; i++) {
- for (int x = 0; x < 8; x++) {
- for (int y = 0; y < 8; y++) {
- Scenery object = chunk.get(x, y, i);
- if (object != null && BuildingUtils.isDoorHotspot(object)) {
- boolean edge = false;
- Room otherRoom = null;
- switch (object.getRotation()) {
- case 0: //east
- edge = rx == 0;
- otherRoom = edge ? null : rooms[housePlane][rx - 1][ry];
- break;
- case 1: //south
- edge = ry == 7;
- otherRoom = edge ? null : rooms[housePlane][rx][ry + 1];
- break;
- case 2: //west
- edge = rx == 7;
- otherRoom = edge ? null : rooms[housePlane][rx + 1][ry];
- break;
- case 3: //north
- edge = ry == 0;
- otherRoom = edge ? null : rooms[housePlane][rx][ry - 1];
- break;
- default:
- log(this.getClass(), Log.ERR, "Impossible rotation when placing doors??");
- }
- int replaceId = getReplaceId(housePlane, house, this, edge, otherRoom, object);
- if (replaceId == -1) {
- continue;
- }
- SceneryBuilder.replace(object, object.transform(replaceId));
- }
- }
- }
- }
- }
-
- /**
- * Checks if rooms transition between inside<>outside the house and returns the appropriate door replacement.
- * @param housePlane The room's plane in house.
- * @param house The house manager.
- * @param room The room the door is in.
- * @param edge Whether the door is adjacent to an edge.
- * @param otherRoom The room the door is adjacent to.
- * @param object The door object itself.
- */
- private int getReplaceId(int housePlane, HouseManager house, Room room, boolean edge, Room otherRoom, Scenery object) {
- boolean thisOutside = !room.getProperties().isChamber();
- if (edge && thisOutside) {
- // No door or wall
- return -1;
- }
- if (!edge) {
- boolean otherOutside = otherRoom == null || !otherRoom.getProperties().isChamber();
- if (thisOutside == otherOutside) {
- // Free passage, unless the other room has a blind wall here
- if (otherRoom == null) {
- return -1;
- }
- boolean exit = otherRoom.getExits()[object.getRotation()];
- if (exit) {
- return -1;
- }
- }
- if (thisOutside != otherOutside && housePlane == 0) {
- // Door if we are the inside room only
- if (thisOutside) {
- return -1;
- }
- return object.getId() % 2 != 0 ? house.getStyle().getDoorId() : house.getStyle().getSecondDoorId();
- }
- }
- return room.getProperties().isDungeon() ? 13065 : house.getStyle().getWallId();
- }
-
- /**
- * Sets the decoration index for a group of object ids
- * @param index The index.
- * @param hs The building hotspot.
- */
- public void setAllDecorationIndex(int index, BuildHotspot hs) {
- for (int i = 0; i < hotspots.length; i++) {
- Hotspot h = hotspots[i];
- if (h.getHotspot() == hs) {
- h.setDecorationIndex(index);
- }
- }
- }
-
- /**
- * Gets the stairs hotspot for this room (or null if no stairs are available).
- * @return The stairs.
- */
- public Hotspot getStairs() {
- for (Hotspot h : hotspots) {
- if (h.getHotspot().getType() == BuildHotspotType.STAIRCASE
- || h.getHotspot() == BuildHotspot.LADDER || h.getHotspot() == BuildHotspot.TRAPDOOR
- || (h.getHotspot() == BuildHotspot.CENTREPIECE_1 && h.getDecorationIndex() == 4)
- || (h.getHotspot() == BuildHotspot.CENTREPIECE_2 && h.getDecorationIndex() == 2)) {
- return h;
- }
- }
- return null;
- }
-
- /**
- * Gets the exit directions
- * @return The exits information.
- */
- public boolean[] getExits() {
- return getExits(rotation);
- }
-
- /**
- * Gets the exit directions.
- * @return The directions at which you can exit the room (0=east, 1=south, 2=west, 3=north).
- */
- public boolean[] getExits(Direction rotation) {
- boolean[] exits = properties.getExits();
- if (chunk.getRotation() != rotation.toInteger()) {
- boolean[] exit = new boolean[exits.length];
- int offset = rotation.toInteger() - chunk.getRotation();
- for (int i = 0; i < 4; i++) {
- exit[(i + offset) % 4] = exits[i];
- }
- return exit;
- }
- return exits;
- }
-
- /**
- * Gets the hotspot for the given coordinates.
- * @param build The build hotspot.
- * @param x The x-coordinate.
- * @param y The y-coordinate.
- * @return The hotspot.
- */
- public Hotspot getHotspot(BuildHotspot build, int x, int y) {
- for (int i = 0; i < getHotspots().length; i++) {
- Hotspot h = getHotspots()[i];
- if (h.getCurrentX() == x && h.getCurrentY() == y && h.getHotspot() == build) {
- return h;
- }
- }
- return null;
- }
-
- /**
- * Sets the properties.
- * @param properties The properties.
- */
- public void updateProperties(Player player, RoomProperties properties) {
- this.properties = properties;
- decorate(player.getHouseManager().getStyle());
- if (hotspots.length != properties.getHotspots().length) {
- return;
- }
- for (int i = 0; i < hotspots.length; i++) {
- Hotspot h = hotspots[i];
- Hotspot hs = hotspots[i] = properties.getHotspots()[i].copy();
- hs.setCurrentX(h.getCurrentX());
- hs.setCurrentY(h.getCurrentY());
- hs.setDecorationIndex(h.getDecorationIndex());
- }
- }
-
- /**
- * Gets the chunk.
- * @return The chunk.
- */
- public RegionChunk getChunk() {
- return chunk;
- }
-
- /**
- * Sets the chunk.
- * @param chunk The chunk to set.
- */
- public void setChunk(RegionChunk chunk) {
- this.chunk = chunk;
- }
-
- /**
- * Gets the hotspots.
- * @return The hotspots.
- */
- public Hotspot[] getHotspots() {
- return hotspots;
- }
-
- /**
- * Sets the hotspots.
- * @param hotspots The hotspots to set.
- */
- public void setHotspots(Hotspot[] hotspots) {
- this.hotspots = hotspots;
- }
-
- /**
- * Gets the properties.
- * @return The properties.
- */
- public RoomProperties getProperties() {
- return properties;
- }
-
- /**
- * Sets the room rotation.
- * @param rotation The rotation.
- */
- public void setRotation(Direction rotation) {
- this.rotation = rotation;
- }
-
- /**
- * Gets the rotation.
- * @return The rotation.
- */
- public Direction getRotation() {
- return rotation;
- }
-
-}
diff --git a/Server/src/main/content/global/skill/construction/Servant.java b/Server/src/main/content/global/skill/construction/Servant.java
deleted file mode 100644
index a3527bdad..000000000
--- a/Server/src/main/content/global/skill/construction/Servant.java
+++ /dev/null
@@ -1,116 +0,0 @@
-package content.global.skill.construction;
-
-
-import core.game.node.entity.npc.NPC;
-import core.game.node.item.Item;
-import org.json.simple.JSONObject;
-
-/**
- * Represents a player's servant.
- * @author Emperor
- *
- */
-public final class Servant extends NPC {
-
- /**
- * The servant type.
- */
- private final ServantType type;
-
- /**
- * The item the servant is carrying.
- */
- private Item item;
-
- /**
- * The amount this servant has been used.
- */
- private int uses;
-
- /**
- * If the servant is greeting players entering the house.
- */
- private boolean greet;
-
- /**
- * Constructs a new {@code Servant} {@code Object}.
- * @param type The servant type.
- */
- public Servant(ServantType type) {
- super(type.getId());
- this.type = type;
- }
-
- /**
- * Parses the servant from the save file.
- * @return The servant.
- */
- public static Servant parse(JSONObject data){
- int type = Integer.parseInt( data.get("type").toString());
- Servant servant = new Servant(ServantType.values()[type]);
- servant.uses = Integer.parseInt( data.get("uses").toString());
- Object itemRaw = data.get("item");
- if(itemRaw != null){
- JSONObject item = (JSONObject) itemRaw;
- servant.item = new Item(Integer.parseInt(item.get("id").toString()),Integer.parseInt(item.get("amount").toString()));
- }
- servant.greet = (boolean) data.get("greet");
- return servant;
- }
-
- /**
- * Gets the item value.
- * @return The item.
- */
- public Item getItem() {
- return item;
- }
-
- /**
- * Sets the item value.
- * @param item The item to set.
- */
- public void setItem(Item item) {
- this.item = item;
- }
-
- /**
- * Gets the uses value.
- * @return The uses.
- */
- public int getUses() {
- return uses;
- }
-
- /**
- * Sets the uses value.
- * @param uses The uses to set.
- */
- public void setUses(int uses) {
- this.uses = uses;
- }
-
- /**
- * Gets the greet value.
- * @return The greet.
- */
- public boolean isGreet() {
- return greet;
- }
-
- /**
- * Sets the greet value.
- * @param greet The greet to set.
- */
- public void setGreet(boolean greet) {
- this.greet = greet;
- }
-
- /**
- * Gets the type value.
- * @return The type.
- */
- public ServantType getType() {
- return type;
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/kitchen/AbstractContainer.kt b/Server/src/main/content/global/skill/construction/decoration/kitchen/AbstractContainer.kt
deleted file mode 100644
index 6086aff25..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/kitchen/AbstractContainer.kt
+++ /dev/null
@@ -1,78 +0,0 @@
-package content.global.skill.construction.decoration.kitchen
-
-import core.api.addItem
-import core.api.freeSlots
-import core.api.sendDialogue
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.Topic
-import core.game.node.entity.player.Player
-import core.tools.END_DIALOGUE
-
-abstract class AbstractContainer(containerId: Int, containers: Map>>, private val containerName: String) : DialogueFile() {
-
- private val container = containers[containerId]!!
- private val containerItemsNames = container.map { it.first }
- private val containerItemsIds = container.map { it.second }
- private val size = container.size
- private val itemsPerPage = 4
-
- private fun checkItem(player: Player, idx : Int){
- val item = containerItemsIds[idx]
- if (addItem(player, item)){
- end()
- }
- else{
- sendDialogue(player, "You need at least one free inventory space to take from the $containerName.").also { stage = END_DIALOGUE }
- }
- }
-
- private fun createTopics(page: Int): MutableList> {
- val startIndex = (page - 1) * itemsPerPage
- val endIndex = (startIndex + itemsPerPage).coerceAtMost(size)
-
- val topics = containerItemsNames.subList(startIndex, endIndex)
- .mapIndexed { index, item -> Topic(item, startIndex + index + 1, skipPlayer = true) }
- .toMutableList()
-
- // Add "More" button if there's another page or to loop back
- if (endIndex < size || page > 1) {
- topics.add(Topic("More", endIndex + 1, skipPlayer = true))
- }
-
- return topics
- }
-
-
-
- override fun handle(componentID: Int, buttonID: Int) {
- if (freeSlots(player!!) == 0) {
- sendDialogue(player!!, "You need at least one free inventory space to take from the $containerName.").also { stage = END_DIALOGUE }
- return
- }
- val itemsPerPage = 4
-
- when (stage) {
- 0, size + 1 -> { // Initial stage or final more button clicked
- val topics = createTopics(1)
- showTopics(*topics.toTypedArray()).also { stage = 1 }
- }
- in 1..size -> {
- val currentPage = (stage-1) / itemsPerPage
- val startIndex = currentPage * itemsPerPage
-
- if (buttonID == itemsPerPage + 1) { // "More" button clicked (but not the last one)
- val topics = createTopics(currentPage + 1)
- showTopics(*topics.toTypedArray()).also { stage = currentPage*itemsPerPage + 1 }
- } else { // Handle item selection
- val itemIndex = startIndex + (buttonID - 1)
- if (itemIndex < size) {
- checkItem(player!!, itemIndex)
- }
- }
- }
- else -> end()
- }
- }
-
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/kitchen/BeerBarrelInteraction.kt b/Server/src/main/content/global/skill/construction/decoration/kitchen/BeerBarrelInteraction.kt
deleted file mode 100644
index 4c6ee0949..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/kitchen/BeerBarrelInteraction.kt
+++ /dev/null
@@ -1,29 +0,0 @@
-package content.global.skill.construction.decoration.kitchen
-
-import core.api.*
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class BeerBarrelInteraction : InteractionListener {
-
- companion object{
- private val barrelMap = mapOf(
- org.rs09.consts.Scenery.BEER_BARREL_13568 to Items.BEER_7740,
- org.rs09.consts.Scenery.CIDER_BARREL_13569 to Items.CIDER_7752,
- org.rs09.consts.Scenery.ASGARNIAN_ALE_13570 to Items.ASGARNIAN_ALE_7744,
- org.rs09.consts.Scenery.GREENMAN_S_ALE_13571 to Items.GREENMANS_ALE_7746,
- org.rs09.consts.Scenery.DRAGON_BITTER_13572 to Items.DRAGON_BITTER_7748,
- org.rs09.consts.Scenery.CHEF_S_DELIGHT_13573 to Items.CHEFS_DELIGHT_7754,
- )
- }
- override fun defineListeners() {
- onUseWith(SCENERY, Items.BEER_GLASS_7742, *barrelMap.keys.toIntArray()){ player, used, with ->
- val drinkName = with.name.lowercase().replace("barrel", "").trim()+"."
- if (removeItem(player, used)){
- sendMessage(player, "You fill up your glass with $drinkName")
- addItem(player, barrelMap[with.id]!!)
- }
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/kitchen/LarderListener.kt b/Server/src/main/content/global/skill/construction/decoration/kitchen/LarderListener.kt
deleted file mode 100644
index 1bff6bc47..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/kitchen/LarderListener.kt
+++ /dev/null
@@ -1,42 +0,0 @@
-package content.global.skill.construction.decoration.kitchen
-
-import core.api.openDialogue
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-
-class LarderListener : InteractionListener {
-
- companion object {
- private val wooden_larder_items = listOf(
- "Tea Leaves" to Items.TEA_LEAVES_7738,
- "Bucket of Milk" to Items.BUCKET_OF_MILK_1927
- )
- private val oak_larder_items = wooden_larder_items + listOf(
- "Eggs" to Items.EGG_1944,
- "Pot of Flour" to Items.POT_OF_FLOUR_1933
- )
- private val teak_larder_items = oak_larder_items + listOf(
- "Potatoes" to Items.POTATO_1942,
- "Garlic" to Items.GARLIC_1550,
- "Onions" to Items.ONION_1957,
- "Cheese" to Items.CHEESE_1985
- )
-
- val larders = mapOf(
- Scenery.LARDER_13565 to wooden_larder_items,
- Scenery.LARDER_13566 to oak_larder_items,
- Scenery.LARDER_13567 to teak_larder_items
- )
- }
-
- override fun defineListeners() {
- on(larders.keys.toIntArray(), IntType.SCENERY, "Search") { player, node ->
- openDialogue(player, LarderDialogue(node.id))
- return@on true
- }
- }
-
- class LarderDialogue(shelfId: Int) : AbstractContainer(shelfId, larders, "larder")
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/kitchen/ShelfListener.kt b/Server/src/main/content/global/skill/construction/decoration/kitchen/ShelfListener.kt
deleted file mode 100644
index bf39a34dc..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/kitchen/ShelfListener.kt
+++ /dev/null
@@ -1,97 +0,0 @@
-package content.global.skill.construction.decoration.kitchen
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-
-
-class ShelfListener : InteractionListener {
- companion object {
- // Source for text https://www.youtube.com/watch?v=SNuqelEft3Y
-
- private val woodshelf_1_items = listOf(
- "Kettle" to Items.KETTLE_7688,
- "Teapot" to Items.TEAPOT_7702,
- "Cup" to Items.EMPTY_CUP_7728
- )
-
- private val woodshelf_2_items = woodshelf_1_items + listOf(
- "Beer glass" to Items.BEER_GLASS_7742
- )
-
- private val woodshelf_3_items = woodshelf_2_items.map { (name, itemId) ->
- when (name) {
- "Cup" -> {
- "Porcelain cup" to Items.PORCELAIN_CUP_7732
- }
-
- "Teapot" -> {
- "Teapot" to Items.TEAPOT_7714
- }
-
- else -> {
- name to itemId
- }
- }
- } + listOf("Cake tin" to Items.CAKE_TIN_1887)
-
- private val oakshelf_1_items = woodshelf_2_items + listOf("Cake tin" to Items.CAKE_TIN_1887) + listOf("Bowl" to Items.BOWL_1923)
-
- private val oakshelf_2_items = oakshelf_1_items.map { (name, itemId) ->
- when (name) {
- "Cup" -> {
- "Porcelain cup" to Items.PORCELAIN_CUP_7732
- }
-
- "Teapot" -> {
- "Teapot" to Items.TEAPOT_7714
- }
-
- else -> {
- name to itemId
- }
- }
- } + listOf("Pie dish" to Items.PIE_DISH_2313)
-
- private val teakshelf_1_items = oakshelf_2_items + listOf(
- "Pot" to Items.EMPTY_POT_1931
- )
-
- private val teakshelf_2_items = teakshelf_1_items.map { (name, itemId) ->
- when (name) {
- "Porcelain cup" -> {
- "Porcelain cup" to Items.PORCELAIN_CUP_7735
- }
-
- "Teapot" -> {
- "Teapot" to Items.TEAPOT_7726
- }
-
- else -> {
- name to itemId
- }
- }
- } + listOf("Chef's Hat" to Items.CHEFS_HAT_1949)
-
- val shelves = mapOf(
- Scenery.SHELVES_13545 to woodshelf_1_items,
- Scenery.SHELVES_13546 to woodshelf_2_items,
- Scenery.SHELVES_13547 to woodshelf_3_items,
- Scenery.SHELVES_13548 to oakshelf_1_items,
- Scenery.SHELVES_13549 to oakshelf_2_items,
- Scenery.SHELVES_13550 to teakshelf_1_items,
- Scenery.SHELVES_13551 to teakshelf_2_items,
- )
- }
-
- override fun defineListeners() {
- on(shelves.keys.toIntArray(), IntType.SCENERY, "Search") { player, node ->
- openDialogue(player, ShelfDialogue(node.id))
- return@on true
- }
- }
-
- class ShelfDialogue(shelfId: Int) : AbstractContainer(shelfId, shelves, "shelf")
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/kitchen/StoveInteraction.kt b/Server/src/main/content/global/skill/construction/decoration/kitchen/StoveInteraction.kt
deleted file mode 100644
index 74b0c35f4..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/kitchen/StoveInteraction.kt
+++ /dev/null
@@ -1,88 +0,0 @@
-package content.global.skill.construction.decoration.kitchen
-
-import core.api.*
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import org.rs09.consts.Scenery as SceneryConst
-import org.rs09.consts.Items
-import core.game.node.scenery.Scenery
-import core.tools.secondsToTicks
-
-
-class StoveInteraction : InteractionListener {
-
- // Imagine if these indexes incremented logically...
- companion object{
- val valid_stoves = intArrayOf(
- SceneryConst.FIREPIT_WITH_HOOK_13529,
- SceneryConst.FIREPIT_WITH_POT_13531,
- SceneryConst.SMALL_OVEN_13533,
- SceneryConst.LARGE_OVEN_13536,
- SceneryConst.STEEL_RANGE_13539,
- SceneryConst.FANCY_RANGE_13542
- )
- val in_progress_stoves = intArrayOf(
- SceneryConst.FIREPIT_WITH_HOOK_13530,
- SceneryConst.FIREPIT_WITH_POT_13532,
- SceneryConst.SMALL_OVEN_13534,
- SceneryConst.LARGE_OVEN_13537,
- SceneryConst.STEEL_RANGE_13541,
- SceneryConst.FANCY_RANGE_13544
-
- )
- val stoves_with_kettle = intArrayOf(
- SceneryConst.FIREPIT_WITH_HOOK_13530,
- SceneryConst.FIREPIT_WITH_POT_13532,
- SceneryConst.SMALL_OVEN_13535,
- SceneryConst.LARGE_OVEN_13538,
- SceneryConst.STEEL_RANGE_13540,
- SceneryConst.FANCY_RANGE_13543
-
- )
- const val kettleBoiled = "kettle_boiled"
- }
- override fun defineListeners() {
- onUseWith(SCENERY, Items.FULL_KETTLE_7690, *valid_stoves){ player, used, with ->
- val idx = valid_stoves.indexOf(with.id)
- if (removeItem(player, used)){
- replaceScenery(with as Scenery, in_progress_stoves[idx], -1)
- sendMessage(player, "You place the kettle over the fire.")
- setAttribute(player, kettleBoiled, 1)
- queueScript(player, secondsToTicks(10), QueueStrength.SOFT){ _ ->
- sendMessage(player, "The kettle boils.")
- // Of course they changed how these items work so we need 2 different cases
- setAttribute(player, kettleBoiled, 2)
- if (with.id in intArrayOf(SceneryConst.FIREPIT_WITH_HOOK_13529, SceneryConst.FIREPIT_WITH_POT_13531))
- return@queueScript stopExecuting(player)
- else{
- getScenery(with.location)?.let { replaceScenery(it, stoves_with_kettle[idx], -1) }
- return@queueScript stopExecuting(player)
- }
- }
- }
- return@onUseWith true
- }
-
-
- on(stoves_with_kettle, SCENERY, "take-kettle"){ player, node ->
- if (getAttribute(player, kettleBoiled, 0) == 0){
- sendMessage(player, "This is not your kettle.")
- return@on false
- }
- else if (getAttribute(player, kettleBoiled, 0) == 1){
- sendMessage(player, "The kettle has not boiled yet.")
- return@on false
- }
- if(addItem(player, Items.HOT_KETTLE_7691)){
- replaceScenery(node as Scenery, valid_stoves[stoves_with_kettle.indexOf(node.id)], -1)
- setAttribute(player, kettleBoiled, 0)
- return@on true
- }
- else {
- sendMessage(player, "You do not have space to do that.")
- return@on false
- }
- }
- }
-
-}
diff --git a/Server/src/main/content/global/skill/construction/decoration/pohstorage/POHStorageProxyContainer.java b/Server/src/main/content/global/skill/construction/decoration/pohstorage/POHStorageProxyContainer.java
deleted file mode 100644
index 07c934d4a..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/pohstorage/POHStorageProxyContainer.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.skill.construction.decoration.pohstorage;
-
-import core.game.container.Container;
-import core.game.container.ContainerType;
-import core.game.node.entity.player.Player;
-import core.game.node.item.Item;
-
-/**
- * A proxy Container used to indicate an item was found in POH storage.
- * This is not a real container, just a dummy so that hasAnItem() can be easily extended to check POH storage
- */
-public class POHStorageProxyContainer extends Container {
-
- public POHStorageProxyContainer(Player player) {
- super(1, ContainerType.DEFAULT);
- }
-
- // Prevents external code from trying to fetch items from this container because it doesn't actually store anything
- @Override
- public Item get(int slot) {
- return null;
- }
-
- @Override
- public String toString() {
- return "POHStorageProxyContainer";
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/pohstorage/Storable.kt b/Server/src/main/content/global/skill/construction/decoration/pohstorage/Storable.kt
deleted file mode 100644
index d4b0b71c5..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/pohstorage/Storable.kt
+++ /dev/null
@@ -1,444 +0,0 @@
-package content.global.skill.construction.decoration.pohstorage
-
-import content.data.Quests
-import core.api.getItemName
-import core.api.isQuestComplete
-import core.game.node.entity.player.Player
-import core.game.world.GameWorld
-import org.rs09.consts.Items
-
-/**
- * Represents a database of all the storable items in the POH Costume Room and Bookcase across all box types.
- */
-
-/*
- * The below function should be copied into each book's listener to store the book in the POH. It is part of ContentAPI.
- * import core.api.*
- * storeBookInHouse(player, node)
- *
- * Example: src/main/content/region/kandarin/quest/observatoryquest/AstronomyBook.kt
- *
- * todo: Periodically, this storables list should be audited as new books are added to the game. Make sure the new books are going in the bookcase.
- */
-
-// todo: Right now there is no logic to check:
-// 1. for complete or incomplete sets
-// 2. for single instances of an item
-// This allows things like storing multiple god capes, a Rune (g) set with both platelegs and plateskirt,
-// an elegant shirt/pants and blouse/skirt at once, and all 3 sets of castle wars armour at once. I don't
-// think any of this is game-breaking, so have chosen to omit this logic for now.
-
-enum class Storable(
- val displayId: Int, // display ID is the item that is shown in the UI
- val takeIds: IntArray, // take IDs is the item(s) that are taken from the player's inventory
- val type: StorableFamily, // the family (mapped to container) that the items get stored in
- val setName: String = getItemName(displayId), // the set/book name for each item. defaults to display item
-
- // special properties just for the books
- val bitIndex: Int = -1, // This index is used to save the big list of books the player has read, instead of having an individual attribute per book.
- // todo make the quest requirement check part of a separate object against this list of books. only a subset of books are applicable.
- val questReq: Quests? = null // Once read, books should only show up in the POH after completing their attached quest. https://runescape.wiki/w/Bookcase?oldid=1650176
-) {
- // Books - https://runescape.wiki/w/List_of_texts_and_tomes?oldid=848552
- AbyssalBook(Items.ABYSSAL_BOOK_5520, intArrayOf(Items.ABYSSAL_BOOK_5520), type = StorableFamily.BOOKCASE, "Abyssal Research Notes", bitIndex = 0), // abyss miniquest - IMPLEMENTED
- AncientBook(Items.ANCIENT_BOOK_7633, intArrayOf(Items.ANCIENT_BOOK_7633), type = StorableFamily.BOOKCASE, "The Sleeping Seven", bitIndex = 1, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest
- AncientDiary(Items.DIARY_3846, intArrayOf(Items.DIARY_3846), type = StorableFamily.BOOKCASE, "Ancient Diary", bitIndex = 2, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest
- ArenaBook(Items.ARENA_BOOK_6891, intArrayOf(Items.ARENA_BOOK_6891), type = StorableFamily.BOOKCASE, "Magic Training Arena Lore Book", bitIndex = 3), // mage training arena minigame
- AstronomyBook(Items.ASTRONOMY_BOOK_600, intArrayOf(Items.ASTRONOMY_BOOK_600), type = StorableFamily.BOOKCASE, "Astronomy Book", bitIndex = 4, Quests.OBSERVATORY_QUEST), // observatory quest - IMPLEMENTED
- BatteredBook(Items.BATTERED_BOOK_2886, intArrayOf(Items.BATTERED_BOOK_2886), type = StorableFamily.BOOKCASE, "Book of the Elemental Shield", bitIndex = 5, Quests.ELEMENTAL_WORKSHOP_I), // elemental workshop I quest - IMPLEMENTED
- BatteredTome(Items.BATTERED_TOME_7634, intArrayOf(Items.BATTERED_TOME_7634), type = StorableFamily.BOOKCASE, "Histories of Hallowland", bitIndex = 6, Quests.IN_AID_OF_THE_MYREQUE), // in aid of myreque quest
- BeatenBook(Items.BEATEN_BOOK_9717, intArrayOf(Items.BEATEN_BOOK_9717), type = StorableFamily.BOOKCASE, "Book of the Elemental Helm", bitIndex = 7, Quests.ELEMENTAL_WORKSHOP_II), // elemental workshop II quest
- BigBookOfBangs(Items.BIG_BOOK_OF_BANGS_3230, intArrayOf(Items.BIG_BOOK_OF_BANGS_3230), type = StorableFamily.BOOKCASE, "Big Book of Bangs", bitIndex = 8, Quests.REGICIDE), // regicide quest
- BindingBook(Items.BINDING_BOOK_730, intArrayOf(Items.BINDING_BOOK_730), type = StorableFamily.BOOKCASE, "Book of Binding", bitIndex = 9, Quests.LEGENDS_QUEST), // legends quest - IMPLEMENTED
- BirdBook(Items.BIRD_BOOK_10173, intArrayOf(Items.BIRD_BOOK_10173), type = StorableFamily.BOOKCASE, "William Oddity's Guide to the Avian", bitIndex = 10, Quests.EAGLES_PEAK), // eagles peak quest
- BookOnBaxtorian(Items.BOOK_ON_BAXTORIAN_292, intArrayOf(Items.BOOK_ON_BAXTORIAN_292), type = StorableFamily.BOOKCASE, "Book on Baxtorian", bitIndex = 11, Quests.WATERFALL_QUEST), // waterfall quest - IMPLEMENTED
- BookOnChemicals(Items.BOOK_ON_CHEMICALS_711, intArrayOf(Items.BOOK_ON_CHEMICALS_711), type = StorableFamily.BOOKCASE, "Volatile chemicals - Experimental Test Notes", bitIndex = 12, Quests.THE_DIG_SITE), // dig site quest - IMPLEMENTED
- BookOPiracy(Items.BOOK_O_PIRACY_7144, intArrayOf(Items.BOOK_O_PIRACY_7144), type = StorableFamily.BOOKCASE, "Book o' Piracy", bitIndex = 13, Quests.CABIN_FEVER), // cabin fever quest
- BrewinGuide(Items.BREWIN_GUIDE_8989, intArrayOf(Items.BREWIN_GUIDE_8989), type = StorableFamily.BOOKCASE, "Brewin' Guide", bitIndex = 14), // trouble brewing quest/minigame
- BurntDiary(Items.BURNT_DIARY_7965, intArrayOf(Items.BURNT_DIARY_7965), type = StorableFamily.BOOKCASE, "Burnt Diary", bitIndex = 15, Quests.ROYAL_TROUBLE), // royal trouble quest
- CadarnLineage(Items.CADARN_LINEAGE_4209, intArrayOf(Items.CADARN_LINEAGE_4209), type = StorableFamily.BOOKCASE, "Cadarn Lineage", bitIndex = 16, Quests.ROVING_ELVES), // roving elves quest
- ClockworkBook(Items.CLOCKWORK_BOOK_10594, intArrayOf(Items.CLOCKWORK_BOOK_10594), type = StorableFamily.BOOKCASE, "Clockwork Toys - A Clockwork Mechanism, Chapter 1.0", bitIndex = 17, Quests.COLD_WAR), // cold war quest
- CocktailGuide(Items.COCKTAIL_GUIDE_2023, intArrayOf(Items.COCKTAIL_GUIDE_2023), type = StorableFamily.BOOKCASE, "The Blurberry Cocktail Guide", bitIndex = 18), // gnome restaurant minigame
- ConstructionGuide(Items.CONSTRUCTION_GUIDE_8463, intArrayOf(Items.CONSTRUCTION_GUIDE_8463), type = StorableFamily.BOOKCASE, "Guide to Construction", bitIndex = 19), // after you buy a house from estate agent - IMPLEMENTED ish
- CrumblingTome(Items.CRUMBLING_TOME_4707, intArrayOf(Items.CRUMBLING_TOME_4707), type = StorableFamily.BOOKCASE, "Legend of the Brothers", bitIndex = 20), // barrows minigame
- CrystalSinging(Items.CRYSTAL_OF_SEREN_4313, intArrayOf(Items.CRYSTAL_OF_SEREN_4313), type = StorableFamily.BOOKCASE, "Crystal singing for beginners", bitIndex = 21, Quests.ROVING_ELVES), // roving elves quest
- DagonhaiHistory(Items.DAGONHAI_HISTORY_11001, intArrayOf(Items.DAGONHAI_HISTORY_11001), type = StorableFamily.BOOKCASE, "History of the Dagon'hai", bitIndex = 22), // found in varrock castle library
- DemonicTome(Items.DEMONIC_TOME_6749, intArrayOf(Items.DEMONIC_TOME_6749), type = StorableFamily.BOOKCASE, "The Confessions of Ellemar", bitIndex = 23, Quests.SHADOW_OF_THE_STORM), // shadow of the storm quest
- DiaryHerbi(Items.DIARY_3395, intArrayOf(Items.DIARY_3395), type = StorableFamily.BOOKCASE, "Diary of Herbi Flax", bitIndex = 24, Quests.SHADES_OF_MORTTON), // shades of mort'ton quest
- DrozalsJournal(Items.JOURNAL_6755, intArrayOf(Items.JOURNAL_6755), type = StorableFamily.BOOKCASE, "Drozal's Journal", bitIndex = 25, Quests.MAKING_HISTORY), // making history quest
- DwarvenLore(Items.DWARVEN_LORE_4568, intArrayOf(Items.DWARVEN_LORE_4568), type = StorableFamily.BOOKCASE, "The Arzinian Being of Bordanzan", bitIndex = 26, Quests.BETWEEN_A_ROCK), // between a rock quest
- EasternDiscovery(Items.EASTERN_DISCOVERY_6075, intArrayOf(Items.EASTERN_DISCOVERY_6075), type = StorableFamily.BOOKCASE, "The Exploration of the Eastern Realm", bitIndex = 27, Quests.MOURNINGS_END_PART_I), // mourning's end I quest
- EasternSettlement(Items.EASTERN_SETTLEMENT_6077, intArrayOf(Items.EASTERN_SETTLEMENT_6077), type = StorableFamily.BOOKCASE, "The Settlement of the East", bitIndex = 28, Quests.MOURNINGS_END_PART_I), // mourning's end I quest
- EdernsJournal(Items.EDERNS_JOURNAL_6649, intArrayOf(Items.EDERNS_JOURNAL_6649), type = StorableFamily.BOOKCASE, "Journal of Nissyen Edern", bitIndex = 29, Quests.MOURNINGS_END_PART_II), // mourning's end II quest
- ExplorersNotes(Items.EXPLORERS_NOTES_11677, intArrayOf(Items.EXPLORERS_NOTES_11677), type = StorableFamily.BOOKCASE, "Beyond Trollheim", bitIndex = 30), // found in keldagrim library
- EmbalmingManual(Items.EMBALMING_MANUAL_4686, intArrayOf(Items.EMBALMING_MANUAL_4686), type = StorableFamily.BOOKCASE, "The Little Book of Embalming", bitIndex = 31, Quests.ICTHLARINS_LITTLE_HELPER), // icthlarin's little helper quest
- FarmingManual(Items.FARMING_MANUAL_9903, intArrayOf(Items.FARMING_MANUAL_9903), type = StorableFamily.BOOKCASE, "Farmer Gricoller's Farming Manual", bitIndex = 32, Quests.MY_ARMS_BIG_ADVENTURE), // my arm's big adventure quest
- FeatheredJournal(Items.FEATHERED_JOURNAL_10179, intArrayOf(Items.FEATHERED_JOURNAL_10179), type = StorableFamily.BOOKCASE, "Feathered Journal of Arthur Artimus", bitIndex = 33, Quests.EAGLES_PEAK), // eagle's peak
- GameBook(Items.GAME_BOOK_7681, intArrayOf(Items.GAME_BOOK_7681), type = StorableFamily.BOOKCASE, "Party Pete's Bumper Book of Games", bitIndex = 34), // poh game room. I think the bookshelf is the only source for this
- GhrimsBook(Items.GHRIMS_BOOK_3901, intArrayOf(Items.GHRIMS_BOOK_3901), type = StorableFamily.BOOKCASE, "Managing Thine Kingdom for Noobes", bitIndex = 35, Quests.THRONE_OF_MISCELLANIA), // kingdom of misc quest
- GiannesCookBook(Items.GIANNES_COOK_BOOK_2167, intArrayOf(Items.GIANNES_COOK_BOOK_2167), type = StorableFamily.BOOKCASE, "Gianne's Cook Book", bitIndex = 36), // gnome retaurant minigame - IMPLEMENTED
- GlassblowingBook(Items.GLASSBLOWING_BOOK_11656, intArrayOf(Items.GLASSBLOWING_BOOK_11656), type = StorableFamily.BOOKCASE, "Glassblowing Book", bitIndex = 37), // found at the observatory
- GoblinBook(Items.GOBLIN_BOOK_10999, intArrayOf(Items.GOBLIN_BOOK_10999), type = StorableFamily.BOOKCASE, "The Book of the Big High War God", bitIndex = 38), // dropped by goblins - IMPLEMENTED
- GoblinSymbolBook(Items.GOBLIN_SYMBOL_BOOK_5009, intArrayOf(Items.GOBLIN_SYMBOL_BOOK_5009), type = StorableFamily.BOOKCASE, "A History of the Goblin Race", bitIndex = 39, Quests.THE_LOST_TRIBE), // lost tribe quest - IMPLEMENTED
- ElvenBook(Items.THE_GREAT_DIVIDE_6079, intArrayOf(Items.THE_GREAT_DIVIDE_6079), type = StorableFamily.BOOKCASE, "The Great Divide", bitIndex = 40, Quests.MOURNINGS_END_PART_I), // mourning's end I quest
- GuideBook(Items.GUIDE_BOOK_1856, intArrayOf(Items.GUIDE_BOOK_1856), type = StorableFamily.BOOKCASE, "Tourist Guide to Ardougne", bitIndex = 41), // found by estate agent in ardy - IMPLEMENTED
- AHandwrittenBook(Items.A_HANDWRITTEN_BOOK_9627, intArrayOf(Items.A_HANDWRITTEN_BOOK_9627), type = StorableFamily.BOOKCASE, "Crystal Singing for Beginners (trans. Oaknock) (Transcribed from the original Elvish by Oaknock the Engineer)", bitIndex = 42, Quests.THE_EYES_OF_GLOUPHRIE), // eyes of glouphrie quest
- HermansBook(Items.HERMANS_BOOK_7951, intArrayOf(Items.HERMANS_BOOK_7951), type = StorableFamily.BOOKCASE, "Dionysius: A Legend in His Own Lifetime", bitIndex = 43, Quests.SWAN_SONG), // swan song quest
- HistoryOfIban(Items.HISTORY_OF_IBAN_1494, intArrayOf(Items.HISTORY_OF_IBAN_1494), type = StorableFamily.BOOKCASE, "The Tale of Iban", bitIndex = 44, Quests.UNDERGROUND_PASS), // underground pass quest
- InstructionManual(Items.INSTRUCTION_MANUAL_5, intArrayOf(Items.INSTRUCTION_MANUAL_5), type = StorableFamily.BOOKCASE, "Dwarf Multicannon Manual", bitIndex = 45, Quests.DWARF_CANNON), // dwarf cannon quest - IMPLEMENTED
- JossiksJournal(Items.JOURNAL_3845, intArrayOf(Items.JOURNAL_3845), type = StorableFamily.BOOKCASE, "Jossik's Diary", bitIndex = 46, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest
- LeatherBook(Items.LEATHER_BOOK_7635, intArrayOf(Items.LEATHER_BOOK_7635), type = StorableFamily.BOOKCASE, "Modern Day Morytania", bitIndex = 47, Quests.IN_AID_OF_THE_MYREQUE), // in aid of the myreque quest
- Manual(Items.MANUAL_3847, intArrayOf(Items.MANUAL_3847), type = StorableFamily.BOOKCASE, "Lighthouse Manual", bitIndex = 48, Quests.HORROR_FROM_THE_DEEP), // horror from the deep quest
- MoonclanManual(Items.MOONCLAN_MANUAL_9078, intArrayOf(Items.MOONCLAN_MANUAL_9078), type = StorableFamily.BOOKCASE, "Basics of Magic", bitIndex = 49, Quests.LUNAR_DIPLOMACY), // lunar diplomacy quest
- MyNotes(Items.MY_NOTES_11339, intArrayOf(Items.MY_NOTES_11339), type = StorableFamily.BOOKCASE, "'My notes'", bitIndex = 50), // during barbarian training
- OldJournal(Items.OLD_JOURNAL_1493, intArrayOf(Items.OLD_JOURNAL_1493), type = StorableFamily.BOOKCASE, "The Journal of Randas", bitIndex = 51, Quests.UNDERGROUND_PASS), // underground pass quest
- OldTome(Items.OLD_TOME_13593, intArrayOf(Items.OLD_TOME_13593), type = StorableFamily.BOOKCASE, "Old Tome", bitIndex = 52, Quests.MEETING_HISTORY), // meeting history quest
- PrayerBook(Items.PRAYER_BOOK_10890, intArrayOf(Items.PRAYER_BOOK_10890), type = StorableFamily.BOOKCASE, "Prayer of Deliverance from Poisons", bitIndex = 53, Quests.THE_GREAT_BRAIN_ROBBERY), // the great brain robbery quest
- PieRecipeBook(Items.PIE_RECIPE_BOOK_7162, intArrayOf(Items.PIE_RECIPE_BOOK_7162), type = StorableFamily.BOOKCASE, "Pie Recipe Book", bitIndex = 54), // from romily weaklax
- PrifddinasHistory(Items.PRIFDDINAS_HISTORY_6073, intArrayOf(Items.PRIFDDINAS_HISTORY_6073), type = StorableFamily.BOOKCASE, "The Creation of Prifddinas", bitIndex = 55), // found in lletya bookshelves
- QueenHelpBook(Items.QUEEN_HELP_BOOK_10562, intArrayOf(Items.QUEEN_HELP_BOOK_10562), type = StorableFamily.BOOKCASE, "Queen Help Book", bitIndex = 56), // barbarian assault minigame
- RatPitsManual(Items.BOOK_6767, intArrayOf(Items.BOOK_6767), type = StorableFamily.BOOKCASE, "The RatPits Manual", bitIndex = 57, Quests.RATCATCHERS), // rat catchers quest
- ScabariteNotes(Items.SCABARITE_NOTES_11975, intArrayOf(Items.SCABARITE_NOTES_11975), type = StorableFamily.BOOKCASE, "My Notes, Archaeological exploration and the cult of Scabaras", bitIndex = 58, Quests.DEALING_WITH_SCABARAS), // dealing with scabaras quest
- SecurityBook(Items.SECURITY_BOOK_9003, intArrayOf(Items.SECURITY_BOOK_9003), type = StorableFamily.BOOKCASE, "" + GameWorld.settings!!.name + " Account Security", bitIndex = 59), // from stronghold of security - IMPLEMENTED
- ShamansTome(Items.SHAMANS_TOME_729, intArrayOf(Items.SHAMANS_TOME_729), type = StorableFamily.BOOKCASE, "Shaman's Tome", bitIndex = 60, Quests.LEGENDS_QUEST), // legends quest - IMPLEMENTED
- TheShieldOfArravBook(Items.BOOK_757, intArrayOf(Items.BOOK_757), type = StorableFamily.BOOKCASE, "The Shield of Arrav", bitIndex = 61, Quests.SHIELD_OF_ARRAV), // shield of arrav quest - IMPLEMENTED
- SinkethsDiary(Items.SINKETHS_DIARY_11002, intArrayOf(Items.SINKETHS_DIARY_11002), type = StorableFamily.BOOKCASE, "Sin'keth's Diary", bitIndex = 62, Quests.WHAT_LIES_BELOW), // what lies below quest - IMPLEMENTED
- StrongholdNotes(Items.STRONGHOLD_NOTES_9004, intArrayOf(Items.STRONGHOLD_NOTES_9004), type = StorableFamily.BOOKCASE, "Stronghold of Security - Notes", bitIndex = 63), // from stronghold of security - IMPLEMENTED
- TarnsDiary(Items.TARNS_DIARY_10587, intArrayOf(Items.TARNS_DIARY_10587), type = StorableFamily.BOOKCASE, "The Diary of Tarn Razorlor", bitIndex = 64), // lair of tarn miniquest
- Translation(Items.TRANSLATION_4655, intArrayOf(Items.TRANSLATION_4655), type = StorableFamily.BOOKCASE, "Translation Primer (Four Diamonds Translation)", bitIndex = 65, Quests.DESERT_TREASURE), // desert treasure quest - IMPLEMENTED
- TranslationBook(Items.TRANSLATION_BOOK_784, intArrayOf(Items.TRANSLATION_BOOK_784), type = StorableFamily.BOOKCASE, "Gnome-English Translation Dictionary", bitIndex = 66, Quests.THE_EYES_OF_GLOUPHRIE), // eyes of glouphrie quest - IMPLEMENTED
- TzhaarTouristGuide(Items.TZHAAR_TOURIST_GUIDE_13244, intArrayOf(Items.TZHAAR_TOURIST_GUIDE_13244), type = StorableFamily.BOOKCASE, "Tzhaar Tourist Guide", bitIndex = 67, Quests.TOKTZ_KET_DILL), // toktz-ket-dill quest
- VarmensNotes(Items.VARMENS_NOTES_4616, intArrayOf(Items.VARMENS_NOTES_4616), type = StorableFamily.BOOKCASE, "Notes from Varmen's Expedition to Uzer", bitIndex = 68, Quests.THE_GOLEM), // the golem quest - IMPLEMENTED
- WitchesDiary(Items.DIARY_2408, intArrayOf(Items.DIARY_2408), type = StorableFamily.BOOKCASE, "Witch's Diary", bitIndex = 69, Quests.WITCHS_HOUSE), // witch's house quest - IMPLEMENTED
- YewnocksNotes(Items.YEWNOCKS_NOTES_11750, intArrayOf(Items.YEWNOCKS_NOTES_11750), type = StorableFamily.BOOKCASE, "Yewnock's Notes on Crystals", bitIndex = 70, Quests.THE_PATH_OF_GLOUPHRIE), // path of glouphrie quest
-
- // Capes - https://runescape.wiki/w/Cape_rack?oldid=848849
- LegendsCape(Items.CAPE_OF_LEGENDS_1052, intArrayOf(Items.CAPE_OF_LEGENDS_1052), type = StorableFamily.CAPE_RACK, "Legends cape"),
- ObsidianCape(Items.OBSIDIAN_CAPE_6568, intArrayOf(Items.OBSIDIAN_CAPE_6568), type = StorableFamily.CAPE_RACK),
- FireCape(Items.FIRE_CAPE_6570, intArrayOf(Items.FIRE_CAPE_6570), type = StorableFamily.CAPE_RACK),
- TeamCape(Items.TEAM_1_CAPE_10638, (4315..4413 step 2).toList().toIntArray(), type = StorableFamily.CAPE_RACK, "Wilderness cape"),
- GodCape(Items.GUTHIX_CAPE_2413, intArrayOf(Items.GUTHIX_CAPE_2413, Items.SARADOMIN_CAPE_2412, Items.ZAMORAK_CAPE_2414), type = StorableFamily.CAPE_RACK, "God cape"),
- AttackCape(Items.ATTACK_CAPE_10639, intArrayOf(Items.ATTACK_CAPE_9747, Items.ATTACK_HOOD_9749, Items.ATTACK_CAPET_9748), type = StorableFamily.CAPE_RACK_SKILL),
- DefenceCape(Items.DEFENCE_CAPE_10641, intArrayOf(Items.DEFENCE_CAPE_9753, Items.DEFENCE_CAPET_9754, Items.DEFENCE_HOOD_9755), type = StorableFamily.CAPE_RACK_SKILL),
- StrengthCape(Items.STRENGTH_CAPE_10640, intArrayOf(Items.STRENGTH_CAPE_9750, Items.STRENGTH_CAPET_9751, Items.STRENGTH_HOOD_9752), type = StorableFamily.CAPE_RACK_SKILL),
- HitpointsCape(Items.HITPOINTS_CAPE_10647, intArrayOf(Items.HITPOINTS_CAPE_9768, Items.HITPOINTS_CAPET_9769, Items.HITPOINTS_HOOD_9770), type = StorableFamily.CAPE_RACK_SKILL),
- AgilityCape(Items.AGILITY_CAPE_10648, intArrayOf(Items.AGILITY_CAPE_9771, Items.AGILITY_CAPET_9772, Items.AGILITY_HOOD_9773), type = StorableFamily.CAPE_RACK_SKILL),
- CookingCape(Items.COOKING_CAPE_10658, intArrayOf(Items.COOKING_CAPE_9801, Items.COOKING_CAPET_9802, Items.COOKING_HOOD_9803), type = StorableFamily.CAPE_RACK_SKILL),
- ConstructionCape(Items.CONSTRUCT_CAPE_10654, intArrayOf(Items.CONSTRUCT_CAPE_9789, Items.CONSTRUCT_CAPET_9790, Items.CONSTRUCT_HOOD_9791), type = StorableFamily.CAPE_RACK_SKILL, "Construction cape"),
- CraftingCape(Items.CRAFTING_CAPE_10651, intArrayOf(Items.CRAFTING_CAPE_9780, Items.CRAFTING_CAPET_9781, Items.CRAFTING_HOOD_9782), type = StorableFamily.CAPE_RACK_SKILL),
- FarmingCape(Items.FARMING_CAPE_10661, intArrayOf(Items.FARMING_CAPE_9810, Items.FARMING_CAPET_9811, Items.FARMING_HOOD_9812), type = StorableFamily.CAPE_RACK_SKILL),
- FiremakingCape(Items.FIREMAKING_CAPE_10659, intArrayOf(Items.FIREMAKING_CAPE_9804, Items.FIREMAKING_CAPET_9805, Items.FIREMAKING_HOOD_9806), type = StorableFamily.CAPE_RACK_SKILL),
- FishingCape(Items.FISHING_CAPE_10657, intArrayOf(Items.FISHING_CAPE_9798, Items.FISHING_CAPET_9799, Items.FISHING_HOOD_9800), type = StorableFamily.CAPE_RACK_SKILL),
- FletchingCape(Items.FLETCHING_CAPE_10652, intArrayOf(Items.FLETCHING_CAPE_9783, Items.FLETCHING_CAPET_9784, Items.FLETCHING_HOOD_9785), type = StorableFamily.CAPE_RACK_SKILL),
- HerbloreCape(Items.HERBLORE_CAPE_10649, intArrayOf(Items.HERBLORE_CAPE_9774, Items.HERBLORE_CAPET_9775, Items.HERBLORE_HOOD_9776), type = StorableFamily.CAPE_RACK_SKILL),
- MagicCape(Items.MAGIC_CAPE_10644, intArrayOf(Items.MAGIC_CAPE_9762, Items.MAGIC_CAPET_9763, Items.MAGIC_HOOD_9764), type = StorableFamily.CAPE_RACK_SKILL),
- MiningCape(Items.MINING_CAPE_10655, intArrayOf(Items.MINING_CAPE_9792, Items.MINING_CAPET_9793, Items.MINING_HOOD_9794), type = StorableFamily.CAPE_RACK_SKILL),
- PrayerCape(Items.PRAYER_CAPE_10643, intArrayOf(Items.PRAYER_CAPE_9759, Items.PRAYER_CAPET_9760, Items.PRAYER_HOOD_9761), type = StorableFamily.CAPE_RACK_SKILL),
- RangingCape(Items.RANGING_CAPE_10642, intArrayOf(Items.RANGING_CAPE_9756, Items.RANGING_CAPET_9757, Items.RANGING_HOOD_9758), type = StorableFamily.CAPE_RACK_SKILL),
- RunecraftCape(Items.RUNECRAFT_CAPE_10645, intArrayOf(Items.RUNECRAFT_CAPE_9765, Items.RUNECRAFT_CAPET_9766, Items.RUNECRAFTING_HOOD_9767), type = StorableFamily.CAPE_RACK_SKILL, "Runecrafting cape"),
- SlayerCape(Items.SLAYER_CAPE_10653, intArrayOf(Items.SLAYER_CAPE_9786, Items.SLAYER_CAPET_9787, Items.SLAYER_HOOD_9788), type = StorableFamily.CAPE_RACK_SKILL),
- SmithingCape(Items.SMITHING_CAPE_10656, intArrayOf(Items.SMITHING_CAPE_9795, Items.SMITHING_CAPET_9796, Items.SMITHING_HOOD_9797), type = StorableFamily.CAPE_RACK_SKILL),
- ThievingCape(Items.THIEVING_CAPE_10650, intArrayOf(Items.THIEVING_CAPE_9777, Items.THIEVING_CAPET_9778, Items.THIEVING_HOOD_9779), type = StorableFamily.CAPE_RACK_SKILL),
- WoodcuttingCape(Items.WOODCUTTING_CAPE_10660, intArrayOf(Items.WOODCUTTING_CAPE_9807, Items.WOODCUT_CAPET_9808, Items.WOODCUTTING_HOOD_9809), type = StorableFamily.CAPE_RACK_SKILL),
- HunterCape(Items.HUNTER_CAPE_10646, intArrayOf(Items.HUNTER_CAPE_9948, Items.HUNTER_CAPET_9949, Items.HUNTER_HOOD_9950), type = StorableFamily.CAPE_RACK_SKILL),
- QuestCape(Items.QUEST_POINT_CAPE_10662, intArrayOf(Items.QUEST_POINT_CAPE_9813, Items.QUEST_POINT_HOOD_9814), type = StorableFamily.CAPE_RACK_SKILL),
- SummoningCape(Items.SUMMONING_CAPE_12524, intArrayOf(Items.SUMMONING_CAPE_12169, Items.SUMMONING_CAPET_12170, Items.SUMMONING_HOOD_12171), type = StorableFamily.CAPE_RACK_SKILL),
- SpottedCape(Items.SPOTTED_CAPE_10663, intArrayOf(Items.SPOTTED_CAPE_10663), type = StorableFamily.CAPE_RACK, "Spotted hunting cape"),
- SpottierCape(Items.SPOTTIER_CAPE_10664, intArrayOf(Items.SPOTTIER_CAPE_10664), type = StorableFamily.CAPE_RACK, "Spottier hunting cape"),
-
- // Fancy Dress - https://runescape.wiki/w/Fancy_dress_box?oldid=848873
- MimeCostume(Items.MIME_MASK_10629, intArrayOf(Items.MIME_MASK_3057, Items.MIME_TOP_3058, Items.MIME_LEGS_3059, Items.MIME_GLOVES_3060, Items.MIME_BOOTS_3061), type = StorableFamily.FANCY_DRESS, "Mime Costume"),
- RoyalFrogCostume(Items.PRINCESS_BLOUSE_10630, intArrayOf(Items.PRINCE_TUNIC_6184, Items.PRINCE_LEGGINGS_6185, Items.PRINCESS_BLOUSE_6186, Items.PRINCESS_SKIRT_6187), type = StorableFamily.FANCY_DRESS, "Royal frog costume"),
- FrogMask(Items.FROG_MASK_10721, intArrayOf(Items.FROG_MASK_6188), type = StorableFamily.FANCY_DRESS),
- ZombieOutfit(Items.ZOMBIE_SHIRT_10631, intArrayOf(Items.ZOMBIE_MASK_7594, Items.ZOMBIE_SHIRT_7592, Items.ZOMBIE_TROUSERS_7593, Items.ZOMBIE_GLOVES_7595, Items.ZOMBIE_BOOTS_7596), type = StorableFamily.FANCY_DRESS, "Zombie Outfit"),
- CamoOutfit(Items.CAMO_TOP_10632, intArrayOf(Items.CAMO_HELMET_6656, Items.CAMO_TOP_6654, Items.CAMO_BOTTOMS_6655), type = StorableFamily.FANCY_DRESS, "Camo outfit"),
- LederhosenOutfit(Items.LEDERHOSEN_TOP_10633, intArrayOf(Items.LEDERHOSEN_TOP_6180, Items.LEDERHOSEN_SHORTS_6181, Items.LEDERHOSEN_HAT_6182), type = StorableFamily.FANCY_DRESS, "Lederhosen outfit"),
- ShadeRobes(Items.SHADE_ROBE_10634, intArrayOf(Items.SHADE_ROBE_546, Items.SHADE_ROBE_548), type = StorableFamily.FANCY_DRESS, "Shade robes"),
-
- // Toys - https://runescape.wiki/w/Toy_box?oldid=848855
- BunnyEars(Items.BUNNY_EARS_10734, intArrayOf(Items.BUNNY_EARS_1037), type = StorableFamily.TOY_BOX),
- Scythe(Items.SCYTHE_10735, intArrayOf(Items.SCYTHE_1419), type = StorableFamily.TOY_BOX),
- YoYo(Items.YO_YO_10733, intArrayOf(Items.YO_YO_4079), type = StorableFamily.TOY_BOX),
- RubberChicken(Items.RUBBER_CHICKEN_10732, intArrayOf(Items.RUBBER_CHICKEN_4566), type = StorableFamily.TOY_BOX),
- ZombieHead(Items.ZOMBIE_HEAD_10731, intArrayOf(Items.ZOMBIE_HEAD_6722), type = StorableFamily.TOY_BOX),
- EasterRing(Items.EASTER_RING_10729, intArrayOf(Items.EASTER_RING_7927), type = StorableFamily.TOY_BOX),
- BobbleHat(Items.BOBBLE_HAT_9815, intArrayOf(Items.BOBBLE_HAT_6856), type = StorableFamily.TOY_BOX),
- BobbleScarf(Items.BOBBLE_SCARF_9816, intArrayOf(Items.BOBBLE_SCARF_6857), type = StorableFamily.TOY_BOX),
- JesterHat(Items.JESTER_HAT_6858, intArrayOf(Items.JESTER_HAT_6858), type = StorableFamily.TOY_BOX),
- JesterScarf(Items.JESTER_SCARF_6859, intArrayOf(Items.JESTER_SCARF_6859), type = StorableFamily.TOY_BOX),
- TriJesterHat(Items.TRI_JESTER_HAT_6860, intArrayOf(Items.TRI_JESTER_HAT_6860), type = StorableFamily.TOY_BOX),
- TriJesterScarf(Items.TRI_JESTER_SCARF_6861, intArrayOf(Items.TRI_JESTER_SCARF_6861), type = StorableFamily.TOY_BOX),
- WoollyHat(Items.WOOLLY_HAT_6862, intArrayOf(Items.WOOLLY_HAT_6862), type = StorableFamily.TOY_BOX),
- WoollyScarf(Items.WOOLLY_SCARF_6863, intArrayOf(Items.WOOLLY_SCARF_6863), type = StorableFamily.TOY_BOX),
- Marionette(Items.BLUE_MARIONETTE_10730, intArrayOf(Items.BLUE_MARIONETTE_6865,Items.GREEN_MARIONETTE_6866,Items.RED_MARIONETTE_6867), type = StorableFamily.TOY_BOX), // this authentically displays as 'blue marionette' in the source video
- JackLanternMask(Items.JACK_LANTERN_MASK_10723, intArrayOf(Items.JACK_LANTERN_MASK_9920), type = StorableFamily.TOY_BOX),
- SkeletonBoots(Items.SKELETON_BOOTS_10724, intArrayOf(Items.SKELETON_BOOTS_9921), type = StorableFamily.TOY_BOX),
- SkeletonGloves(Items.SKELETON_GLOVES_10725, intArrayOf(Items.SKELETON_GLOVES_9922), type = StorableFamily.TOY_BOX),
- SkeletonLeggings(Items.SKELETON_LEGGINGS_10726, intArrayOf(Items.SKELETON_LEGGINGS_9923), type = StorableFamily.TOY_BOX),
- SkeletonShirt(Items.SKELETON_SHIRT_10727, intArrayOf(Items.SKELETON_SHIRT_9924), type = StorableFamily.TOY_BOX),
- SkeletonMask(Items.SKELETON_MASK_10728, intArrayOf(Items.SKELETON_MASK_9925), type = StorableFamily.TOY_BOX),
- ReindeerHat(Items.REINDEER_HAT_10722, intArrayOf(Items.REINDEER_HAT_10507), type = StorableFamily.TOY_BOX),
- WintumberTree(Items.WINTUMBER_TREE_10508, intArrayOf(Items.WINTUMBER_TREE_10508), type = StorableFamily.TOY_BOX),
- ChickenFeet(Items.CHICKEN_FEET_11019, intArrayOf(Items.CHICKEN_FEET_11019), type = StorableFamily.TOY_BOX),
- ChickenLegs(Items.CHICKEN_LEGS_11022, intArrayOf(Items.CHICKEN_LEGS_11022), type = StorableFamily.TOY_BOX),
- ChickenWings(Items.CHICKEN_WINGS_11020, intArrayOf(Items.CHICKEN_WINGS_11020), type = StorableFamily.TOY_BOX),
- ChickenHead(Items.CHICKEN_HEAD_11021, intArrayOf(Items.CHICKEN_HEAD_11021), type = StorableFamily.TOY_BOX),
- GrimReaperHood(Items.GRIM_REAPER_HOOD_11789, intArrayOf(Items.GRIM_REAPER_HOOD_11789), type = StorableFamily.TOY_BOX),
- SnowGlobe(Items.SNOW_GLOBE_11949, intArrayOf(Items.SNOW_GLOBE_11949), type = StorableFamily.TOY_BOX),
- ChocaticeCape(Items.CHOCATRICE_CAPE_12634, intArrayOf(Items.CHOCATRICE_CAPE_12645), type = StorableFamily.TOY_BOX),
- WarlockTop(Items.WARLOCK_TOP_14076, intArrayOf(Items.WARLOCK_TOP_14076, Items.WITCH_TOP_14078), type = StorableFamily.TOY_BOX),
- WarlockLegs(Items.WARLOCK_LEGS_14077, intArrayOf(Items.WARLOCK_LEGS_14077, Items.WITCH_SKIRT_14079), type = StorableFamily.TOY_BOX),
- WarlockCloak(Items.WARLOCK_CLOAK_14081, intArrayOf(Items.WARLOCK_CLOAK_14081, Items.WITCH_CLOAK_14088), type = StorableFamily.TOY_BOX),
- SantaCostumeTop(Items.SANTA_COSTUME_TOP_14595, intArrayOf(Items.SANTA_COSTUME_TOP_14595, Items.SANTA_COSTUME_TOP_14600), type = StorableFamily.TOY_BOX),
- SantaCostumeLegs(Items.SANTA_COSTUME_LEGS_14603, intArrayOf(Items.SANTA_COSTUME_LEGS_14603, Items.SANTA_COSTUME_LEGS_14604), type = StorableFamily.TOY_BOX),
- SantaCostumeGloves(Items.SANTA_COSTUME_GLOVES_14602, intArrayOf(Items.SANTA_COSTUME_GLOVES_14602), type = StorableFamily.TOY_BOX),
- SantaCostumeBoots(Items.SANTA_COSTUME_BOOTS_14605, intArrayOf(Items.SANTA_COSTUME_BOOTS_14605), type = StorableFamily.TOY_BOX),
- IceAmulet(Items.ICE_AMULET_14596, intArrayOf(Items.ICE_AMULET_14596), type = StorableFamily.TOY_BOX),
- Cornucopia(Items.CORNUCOPIA_14570, intArrayOf(Items.CORNUCOPIA_14537), type = StorableFamily.TOY_BOX),
-
- // Treasure Trails - low - https://runescape.wiki/w/Treasure_chest?oldid=848831
- TrimmedBlackArmour(Items.BLACK_PLATEBODY_T_10690, intArrayOf(Items.BLACK_FULL_HELMT_2587, Items.BLACK_PLATEBODY_T_2583, Items.BLACK_PLATELEGS_T_2585, Items.BLACK_KITESHIELD_T_2589, Items.BLACK_PLATESKIRT_T_3472), type = StorableFamily.TREASURE_CHEST_LOW, "Trimmed black armour"),
- GoldTrimmedBlackArmour(Items.BLACK_PLATEBODY_G_10691, intArrayOf(Items.BLACK_FULL_HELMG_2595, Items.BLACK_PLATEBODY_G_2591, Items.BLACK_PLATELEGS_G_2593, Items.BLACK_KITESHIELD_G_2597, Items.BLACK_PLATESKIRT_G_3473), type = StorableFamily.TREASURE_CHEST_LOW, "Gold-trimmed black armour"),
- BlackHeraldicH1(Items.BLACK_HELM_H1_10699, intArrayOf(Items.BLACK_HELM_H1_10306), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic helm"),
- BlackHeraldicH2(Items.BLACK_HELM_H2_10700, intArrayOf(Items.BLACK_HELM_H2_10308), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic helm"),
- BlackHeraldicH3(Items.BLACK_HELM_H3_10701, intArrayOf(Items.BLACK_HELM_H3_10310), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic helm"),
- BlackHeraldicH4(Items.BLACK_HELM_H4_10702, intArrayOf(Items.BLACK_HELM_H4_10312), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic helm"),
- BlackHeraldicH5(Items.BLACK_HELM_H5_10703, intArrayOf(Items.BLACK_HELM_H5_10314), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic helm"),
- BlackHeraldicKiteshieldH1(Items.BLACK_SHIELDH1_10665, intArrayOf(Items.BLACK_SHIELDH1_7332), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic kiteshield"),
- BlackHeraldicKiteshieldH2(Items.BLACK_SHIELDH2_10668, intArrayOf(Items.BLACK_SHIELDH2_7338), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic kiteshield"),
- BlackHeraldicKiteshieldH3(Items.BLACK_SHIELDH3_10671, intArrayOf(Items.BLACK_SHIELDH3_7344), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic kiteshield"),
- BlackHeraldicKiteshieldH4(Items.BLACK_SHIELDH4_10674, intArrayOf(Items.BLACK_SHIELDH4_7350), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic kiteshield"),
- BlackHeraldicKiteshieldH5(Items.BLACK_SHIELDH5_10677, intArrayOf(Items.BLACK_SHIELDH5_7356), type = StorableFamily.TREASURE_CHEST_LOW, "Black heraldic kiteshield"),
- TrimmedStuddedArmour(Items.STUDDED_BODY_T_10681, intArrayOf(Items.STUDDED_BODY_T_7364, Items.STUDDED_CHAPS_T_7368), type = StorableFamily.TREASURE_CHEST_LOW, "Fur-trimmed studded leather"),
- GoldTrimmedStuddedArmour(Items.STUDDED_BODY_G_10680, intArrayOf(Items.STUDDED_BODY_G_7362, Items.STUDDED_CHAPS_G_7366), type = StorableFamily.TREASURE_CHEST_LOW, "Gold-trimmed studded leather"),
- TrimmedWizardRobes(Items.WIZARD_ROBE_T_10687, intArrayOf(Items.WIZARD_HAT_T_7396, Items.WIZARD_ROBE_T_7392, Items.BLUE_SKIRT_T_7388), type = StorableFamily.TREASURE_CHEST_LOW, "Trimmed wizard's robes"),
- GoldTrimmedWizardRobes(Items.WIZARD_ROBE_G_10686, intArrayOf(Items.WIZARD_HAT_G_7394, Items.WIZARD_ROBE_G_7390, Items.BLUE_SKIRT_G_7386), type = StorableFamily.TREASURE_CHEST_LOW, "Gold-trimmed wizard's robes"),
- WizardBoots(Items.WIZARD_BOOTS_10689, intArrayOf(Items.WIZARD_BOOTS_2579), type = StorableFamily.TREASURE_CHEST_LOW),
- TrimmedAmuletOfMagic(Items.AMULET_OF_MAGICT_10738, intArrayOf(Items.AMULET_OF_MAGICT_10366), type = StorableFamily.TREASURE_CHEST_LOW, "Trimmed amulet of magic"),
- HighwaymanMask(Items.HIGHWAYMAN_MASK_10692, intArrayOf(Items.HIGHWAYMAN_MASK_2631), type = StorableFamily.TREASURE_CHEST_LOW),
- Pantaloons(Items.PANTALOONS_10744, intArrayOf(Items.PANTALOONS_10396), type = StorableFamily.TREASURE_CHEST_LOW),
- PowderedWig(Items.A_POWDERED_WIG_10740, intArrayOf(Items.A_POWDERED_WIG_10392), type = StorableFamily.TREASURE_CHEST_LOW),
- FlaredTrousers(Items.FLARED_TROUSERS_10742, intArrayOf(Items.FLARED_TROUSERS_10394), type = StorableFamily.TREASURE_CHEST_LOW),
- SleepingCap(Items.SLEEPING_CAP_10746, intArrayOf(Items.SLEEPING_CAP_10398), type = StorableFamily.TREASURE_CHEST_LOW),
- BlackBeret(Items.BLACK_BERET_10694, intArrayOf(Items.BLACK_BERET_2635), type = StorableFamily.TREASURE_CHEST_LOW),
- WhiteBeret(Items.WHITE_BERET_10695, intArrayOf(Items.WHITE_BERET_2637), type = StorableFamily.TREASURE_CHEST_LOW),
- BlueBeret(Items.BLUE_BERET_10693, intArrayOf(Items.BLUE_BERET_2633), type = StorableFamily.TREASURE_CHEST_LOW),
- BobTheCatShirt(Items.BOB_SHIRT_10714, intArrayOf(Items.BOB_SHIRT_10316), type = StorableFamily.TREASURE_CHEST_LOW, "Bob the Cat shirt (red)"),
- BobTheCatShirt1(Items.BOB_SHIRT_10715, intArrayOf(Items.BOB_SHIRT_10318), type = StorableFamily.TREASURE_CHEST_LOW, "Bob the Cat shirt (blue)"),
- BobTheCatShirt2(Items.BOB_SHIRT_10716, intArrayOf(Items.BOB_SHIRT_10320), type = StorableFamily.TREASURE_CHEST_LOW, "Bob the Cat shirt (green)"),
- BobTheCatShirt3(Items.BOB_SHIRT_10717, intArrayOf(Items.BOB_SHIRT_10322), type = StorableFamily.TREASURE_CHEST_LOW, "Bob the Cat shirt (black)"),
- BobTheCatShirt4(Items.BOB_SHIRT_10718, intArrayOf(Items.BOB_SHIRT_10324), type = StorableFamily.TREASURE_CHEST_LOW, "Bob the Cat shirt (purple)"),
- RedElegant(Items.ELEGANT_SHIRT_10750, intArrayOf(Items.RED_ELE_SHIRT_10404, Items.RED_ELE_LEGS_10406, Items.RED_ELE_BLOUSE_10424, Items.RED_ELE_SKIRT_10426), type = StorableFamily.TREASURE_CHEST_LOW, "Elegant clothes (red)"),
- BlueElegant(Items.ELEGANT_SHIRT_10752, intArrayOf(Items.BLUE_ELE_SHIRT_10408, Items.BLUE_ELE_LEGS_10410, Items.BLUE_ELE_BLOUSE_10428, Items.BLUE_ELE_SKIRT_10430), type = StorableFamily.TREASURE_CHEST_LOW, "Elegant clothes (blue)"),
- GreenElegant(Items.ELEGANT_SHIRT_10754, intArrayOf(Items.GREEN_ELE_SHIRT_10412,Items.GREEN_ELE_LEGS_10414, Items.GREEN_ELE_BLOUSE_10432, Items.GREEN_ELE_SKIRT_10434), type = StorableFamily.TREASURE_CHEST_LOW, "Elegant clothes (green)"),
- BeretAndMask(Items.BERET_MASK_11278, intArrayOf(Items.BERET_AND_MASK_11282), type = StorableFamily.TREASURE_CHEST_LOW),
- BlackCane(Items.BLACK_CANE_13163, intArrayOf(Items.BLACK_CANE_13095), type = StorableFamily.TREASURE_CHEST_LOW),
- SpikedHelmet(Items.SPIKED_HELMET_13168, intArrayOf(Items.SPIKED_HELMET_13105), type = StorableFamily.TREASURE_CHEST_LOW),
-
- // Treasure Trails - medium - https://runescape.wiki/w/Treasure_chest?oldid=848831
- TrimmedAdamantiteArmour(Items.ADAM_PLATEBODY_T_10697, intArrayOf(Items.ADAM_FULL_HELMT_2605, Items.ADAM_PLATEBODY_T_2599, Items.ADAM_PLATELEGS_T_2601, Items.ADAM_KITESHIELD_T_2603, Items.ADAM_PLATESKIRT_T_3474), type = StorableFamily.TREASURE_CHEST_MED, "Trimmed adamantite armour"),
- GoldTrimmedAdamantiteArmour(Items.ADAM_PLATEBODY_G_10698, intArrayOf(Items.ADAM_FULL_HELMG_2613, Items.ADAM_PLATEBODY_G_2607, Items.ADAM_PLATELEGS_G_2609, Items.ADAM_KITESHIELD_G_2611, Items.ADAM_PLATESKIRT_G_3475), type = StorableFamily.TREASURE_CHEST_MED, "Gold-trimmed adamantite armour"),
- AdamantHeraldicH1(Items.ADAMANT_HELM_H1_10709, intArrayOf(Items.ADAMANT_HELM_H1_10296), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic helm"),
- AdamantHeraldicH2(Items.ADAMANT_HELM_H2_10710, intArrayOf(Items.ADAMANT_HELM_H2_10298), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic helm"),
- AdamantHeraldicH3(Items.ADAMANT_HELM_H3_10711, intArrayOf(Items.ADAMANT_HELM_H3_10300), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic helm"),
- AdamantHeraldicH4(Items.ADAMANT_HELM_H4_10712, intArrayOf(Items.ADAMANT_HELM_H4_10302), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic helm"),
- AdamantHeraldicH5(Items.ADAMANT_HELM_H5_10713, intArrayOf(Items.ADAMANT_HELM_H5_10304), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic helm"),
- AdamantKiteshieldH1(Items.ADAMANT_SHIELDH1_10666, intArrayOf(Items.ADAMANT_SHIELDH1_7334), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic kiteshield"),
- AdamantKiteshieldH2(Items.ADAMANT_SHIELDH2_10669, intArrayOf(Items.ADAMANT_SHIELDH2_7340), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic kiteshield"),
- AdamantKiteshieldH3(Items.ADAMANT_SHIELDH3_10672, intArrayOf(Items.ADAMANT_SHIELDH3_7346), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic kiteshield"),
- AdamantKiteshieldH4(Items.ADAMANT_SHIELDH4_10675, intArrayOf(Items.ADAMANT_SHIELDH4_7352), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic kiteshield"),
- AdamantKiteshieldH5(Items.ADAMANT_SHIELDH5_10678, intArrayOf(Items.ADAMANT_SHIELDH5_7358), type = StorableFamily.TREASURE_CHEST_MED, "Adamant heraldic kiteshield"),
- TrimmedGreenDhide(Items.DHIDE_BODY_T_10683, intArrayOf(Items.DHIDE_BODY_T_7372, Items.DHIDE_CHAPS_T_7380), type = StorableFamily.TREASURE_CHEST_MED, "Trimmed green dragonhide armour"),
- GoldTrimmedGreenDhide(Items.DHIDE_BODYG_10682, intArrayOf(Items.DHIDE_BODYG_7370, Items.DHIDE_CHAPS_G_7378), type = StorableFamily.TREASURE_CHEST_MED, "Gold-trimmed green dragonhide armour"),
- RangerBoots(Items.RANGER_BOOTS_10696, intArrayOf(Items.RANGER_BOOTS_2577), type = StorableFamily.TREASURE_CHEST_MED),
- TrimmedAmuletOfStrength(Items.STRENGTH_AMULETT_10736, intArrayOf(Items.STRENGTH_AMULETT_10364), type = StorableFamily.TREASURE_CHEST_MED, "Trimmed amulet of strength"),
- RedHeadband(Items.RED_HEADBAND_10768, intArrayOf(Items.RED_HEADBAND_2645), type = StorableFamily.TREASURE_CHEST_MED),
- BlackHeadband(Items.BLACK_HEADBAND_10770, intArrayOf(Items.BLACK_HEADBAND_2647), type = StorableFamily.TREASURE_CHEST_MED),
- BrownHeadband(Items.BROWN_HEADBAND_10772, intArrayOf(Items.BROWN_HEADBAND_2649), type = StorableFamily.TREASURE_CHEST_MED),
- RedBoater(Items.RED_BOATER_10758, intArrayOf(Items.RED_BOATER_7319), type = StorableFamily.TREASURE_CHEST_MED, "Red straw boater"),
- OrangeBoater(Items.ORANGE_BOATER_10760, intArrayOf(Items.ORANGE_BOATER_7321), type = StorableFamily.TREASURE_CHEST_MED, "Orange straw boater"),
- GreenBoater(Items.GREEN_BOATER_10762, intArrayOf(Items.GREEN_BOATER_7323), type = StorableFamily.TREASURE_CHEST_MED, "Green straw boater"),
- BlueBoater(Items.BLUE_BOATER_10764, intArrayOf(Items.BLUE_BOATER_7325), type = StorableFamily.TREASURE_CHEST_MED, "Blue straw boater"),
- BlackBoater(Items.BLACK_BOATER_10766, intArrayOf(Items.BLACK_BOATER_7327), type = StorableFamily.TREASURE_CHEST_MED, "Black straw boater"),
- BlackElegant(Items.ELEGANT_SHIRT_10748, intArrayOf(Items.BLACK_ELE_SHIRT_10400, Items.BLACK_ELE_LEGS_10402, Items.WHITE_ELE_BLOUSE_10420, Items.WHITE_ELE_SKIRT_10422), type = StorableFamily.TREASURE_CHEST_MED, "Elegant clothes (black)"),
- PurpleElegant(Items.ELEGANT_SHIRT_10756, intArrayOf(Items.PURPLE_ELE_BLOUSE_10436, Items.PURPLE_ELE_SKIRT_10438), type = StorableFamily.TREASURE_CHEST_MED, "Elegant clothes (purple)"),
- AdamantCane(Items.ADAMANT_CANE_13164, intArrayOf(Items.ADAMANT_CANE_13097), type = StorableFamily.TREASURE_CHEST_MED),
- SheepMask(Items.SHEEP_MASK_13169, intArrayOf(Items.SHEEP_MASK_13107), type = StorableFamily.TREASURE_CHEST_MED),
- BatMask(Items.BAT_MASK_13171, intArrayOf(Items.BAT_MASK_13111), type = StorableFamily.TREASURE_CHEST_MED),
- WolfMask(Items.WOLF_MASK_13173, intArrayOf(Items.WOLF_MASK_13115), type = StorableFamily.TREASURE_CHEST_MED),
- PenguinMask(Items.PENGUIN_MASK_13170, intArrayOf(Items.PENGUIN_MASK_13109), type = StorableFamily.TREASURE_CHEST_MED),
- CatMask(Items.CAT_MASK_13172, intArrayOf(Items.CAT_MASK_13113), type = StorableFamily.TREASURE_CHEST_MED),
- PithHelmet(Items.PITH_HELMET_13167, intArrayOf(Items.PITH_HELMET_13103), type = StorableFamily.TREASURE_CHEST_MED),
-
- // Treasure Trails - hard - https://runescape.wiki/w/Treasure_chest?oldid=848831
- TrimmedRuneArmour(Items.RUNE_PLATEBODY_T_10800, intArrayOf(Items.RUNE_FULL_HELM_T_2627, Items.RUNE_PLATEBODY_T_2623, Items.RUNE_PLATELEGS_T_2625, Items.RUNE_KITESHIELD_T_2629, Items.RUNE_PLATESKIRT_T_3477), type = StorableFamily.TREASURE_CHEST_HIGH, "Trimmed rune armour"),
- GoldTrimmedRuneArmour(Items.RUNE_PLATEBODY_G_10798, intArrayOf(Items.RUNE_FULL_HELMG_2619, Items.RUNE_PLATEBODY_G_2615, Items.RUNE_PLATELEGS_G_2617, Items.RUNE_KITESHIELD_G_2621, Items.RUNE_PLATESKIRT_G_3476), type = StorableFamily.TREASURE_CHEST_HIGH, "Gold-trimmed rune armour"),
- GildedArmour(Items.GILDED_PLATEBODY_10782, intArrayOf(Items.GILDED_FULL_HELM_3486, Items.GILDED_PLATEBODY_3481, Items.GILDED_PLATELEGS_3483, Items.GILDED_KITESHIELD_3488, Items.GILDED_PLATESKIRT_3485), type = StorableFamily.TREASURE_CHEST_HIGH, "Gold-plated rune armour"),
- RuneHelmH1(Items.RUNE_HELM_H1_10704, intArrayOf(Items.RUNE_HELM_H1_10286), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic helm"),
- RuneHelmH2(Items.RUNE_HELM_H2_10705, intArrayOf(Items.RUNE_HELM_H2_10288), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic helm"),
- RuneHelmH3(Items.RUNE_HELM_H3_10706, intArrayOf(Items.RUNE_HELM_H3_10290), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic helm"),
- RuneHelmH4(Items.RUNE_HELM_H4_10707, intArrayOf(Items.RUNE_HELM_H4_10292), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic helm"),
- RuneHelmH5(Items.RUNE_HELM_H5_10708, intArrayOf(Items.RUNE_HELM_H5_10294), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic helm"),
- RuneShieldH1(Items.RUNE_SHIELDH1_10667, intArrayOf(Items.RUNE_SHIELDH1_7336), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic kiteshield"),
- RuneShieldH2(Items.RUNE_SHIELDH2_10670, intArrayOf(Items.RUNE_SHIELDH2_7342), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic kiteshield"),
- RuneShieldH3(Items.RUNE_SHIELDH3_10673, intArrayOf(Items.RUNE_SHIELDH3_7348), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic kiteshield"),
- RuneShieldH4(Items.RUNE_SHIELDH4_10676, intArrayOf(Items.RUNE_SHIELDH4_7354), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic kiteshield"),
- RuneShieldH5(Items.RUNE_SHIELDH5_10679, intArrayOf(Items.RUNE_SHIELDH5_7360), type = StorableFamily.TREASURE_CHEST_HIGH, "Rune heraldic kiteshield"),
- ZamorakRuneArmour(Items.ZAMORAK_PLATEBODY_10776, intArrayOf(Items.ZAMORAK_FULL_HELM_2657, Items.ZAMORAK_PLATEBODY_2653, Items.ZAMORAK_PLATELEGS_2655, Items.ZAMORAK_KITESHIELD_2659, Items.ZAMORAK_PLATESKIRT_3478), type = StorableFamily.TREASURE_CHEST_HIGH, "Zamorak rune armour"),
- SaradominRuneArmour(Items.SARADOMIN_PLATE_10778, intArrayOf(Items.SARADOMIN_FULL_HELM_2665, Items.SARADOMIN_PLATEBODY_2661, Items.SARADOMIN_PLATELEGS_2663, Items.SARADOMIN_KITESHIELD_2667, Items.SARADOMIN_PLATESKIRT_3479), type = StorableFamily.TREASURE_CHEST_HIGH, "Saradomin rune armour"),
- GuthixRuneArmour(Items.GUTHIX_PLATEBODY_10780, intArrayOf(Items.GUTHIX_FULL_HELM_2673, Items.GUTHIX_PLATEBODY_2669, Items.GUTHIX_PLATELEGS_2671, Items.GUTHIX_KITESHIELD_2675, Items.GUTHIX_PLATESKIRT_3480), type = StorableFamily.TREASURE_CHEST_HIGH, "Guthix rune armour"),
- TrimmedBlueDhide(Items.DHIDE_BODY_T_10685, intArrayOf(Items.DHIDE_BODY_T_7376, Items.DHIDE_CHAPS_T_7384), type = StorableFamily.TREASURE_CHEST_HIGH, "Trimmed blue dragonhide armour"),
- GoldTrimmedBlueDhide(Items.DHIDE_BODY_G_10684, intArrayOf(Items.DHIDE_BODY_G_7374, Items.DHIDE_CHAPS_G_7382), type = StorableFamily.TREASURE_CHEST_HIGH, "Gold-trimmed blue dragonhide armour"),
- SaradominBlessedDhide(Items.SARADOMIN_DHIDE_10792, intArrayOf(Items.SARADOMIN_DHIDE_10386, Items.SARADOMIN_CHAPS_10388, Items.SARADOMIN_BRACERS_10384, Items.SARADOMIN_COIF_10390), type = StorableFamily.TREASURE_CHEST_HIGH, "Saradomin blessed dragonhide"),
- GuthixBlessedDhide(Items.GUTHIX_DRAGONHIDE_10794, intArrayOf(Items.GUTHIX_DRAGONHIDE_10378, Items.GUTHIX_CHAPS_10380, Items.GUTHIX_BRACERS_10376, Items.GUTHIX_COIF_10382), type = StorableFamily.TREASURE_CHEST_HIGH, "Guthix blessed dragonhide"),
- ZamorakBlessedDhide(Items.ZAMORAK_DHIDE_10790, intArrayOf(Items.ZAMORAK_DHIDE_10370, Items.ZAMORAK_CHAPS_10372, Items.ZAMORAK_BRACERS_10368, Items.ZAMORAK_COIF_10374), type = StorableFamily.TREASURE_CHEST_HIGH, "Zamorak blessed dragonhide"),
- RobinHoodHat(Items.ROBIN_HOOD_HAT_10796, intArrayOf(Items.ROBIN_HOOD_HAT_2581), type = StorableFamily.TREASURE_CHEST_HIGH),
- EnchantedRobes(Items.ENCHANTED_TOP_10688, intArrayOf(Items.ENCHANTED_HAT_7400, Items.ENCHANTED_TOP_7399, Items.ENCHANTED_ROBE_7398), type = StorableFamily.TREASURE_CHEST_HIGH, "Enchanted robes"),
- SaradominVestments(Items.SARADOMIN_ROBE_TOP_10784, intArrayOf(Items.SARADOMIN_MITRE_10452, Items.SARADOMIN_ROBE_TOP_10458, Items.SARADOMIN_ROBE_LEGS_10464, Items.SARADOMIN_STOLE_10470, Items.SARADOMIN_CLOAK_10446, Items.SARADOMIN_CROZIER_10440), type = StorableFamily.TREASURE_CHEST_HIGH, "Saradomin vestments"),
- ZamorakVestments(Items.ZAMORAK_ROBE_TOP_10786, intArrayOf(Items.ZAMORAK_MITRE_10456, Items.ZAMORAK_ROBE_TOP_10460, Items.ZAMORAK_ROBE_LEGS_10468, Items.ZAMORAK_STOLE_10474, Items.ZAMORAK_CLOAK_10450, Items.ZAMORAK_CROZIER_10444), type = StorableFamily.TREASURE_CHEST_HIGH, "Zamorak vestments"),
- GuthixVestments(Items.GUTHIX_ROBE_TOP_10788, intArrayOf(Items.GUTHIX_MITRE_10454, Items.GUTHIX_ROBE_TOP_10462, Items.GUTHIX_ROBE_LEGS_10466, Items.GUTHIX_STOLE_10472, Items.GUTHIX_CLOAK_10448, Items.GUTHIX_CROZIER_10442), type = StorableFamily.TREASURE_CHEST_HIGH, "Guthix vestments"),
- TrimmedAmuletOfGlory(Items.AMULET_OF_GLORYT_10719, intArrayOf(Items.AMULET_OF_GLORYT_10362), type = StorableFamily.TREASURE_CHEST_HIGH, "Trimmed amulet of glory"),
- PiratesHat(Items.PIRATES_HAT_10774, intArrayOf(Items.PIRATES_HAT_2651), type = StorableFamily.TREASURE_CHEST_HIGH),
- CavalierMask(Items.CAVALIER_MASK_11277, intArrayOf(Items.CAVALIER_AND_MASK_11280), type = StorableFamily.TREASURE_CHEST_HIGH),
- DarkCavalier(Items.DARK_CAVALIER_10804, intArrayOf(Items.DARK_CAVALIER_2641), type = StorableFamily.TREASURE_CHEST_HIGH, "Dark brown cavalier"),
- TanCavalier(Items.TAN_CAVALIER_10802, intArrayOf(Items.TAN_CAVALIER_2639), type = StorableFamily.TREASURE_CHEST_HIGH),
- BlackCavalier(Items.BLACK_CAVALIER_10806, intArrayOf(Items.BLACK_CAVALIER_2643), type = StorableFamily.TREASURE_CHEST_HIGH),
- RuneCane(Items.RUNE_CANE_13165, intArrayOf(Items.RUNE_CANE_13099), type = StorableFamily.TREASURE_CHEST_HIGH),
- TopHat(Items.TOP_HAT_13166, intArrayOf(Items.TOP_HAT_13101), type = StorableFamily.TREASURE_CHEST_HIGH),
-
- // Magic Wardrobe - https://runescape.wiki/w/Magic_wardrobe?oldid=848846
- MysticBlueSet(Items.MYSTIC_HAT_10601, intArrayOf(Items.MYSTIC_HAT_4089, Items.MYSTIC_ROBE_TOP_4091, Items.MYSTIC_ROBE_BOTTOM_4093, Items.MYSTIC_GLOVES_4095, Items.MYSTIC_BOOTS_4097), type = StorableFamily.MAGIC_WARDROBE, "Mystic robes"),
- MysticDarkSet(Items.MYSTIC_HAT_10602, intArrayOf(Items.MYSTIC_HAT_4099, Items.MYSTIC_ROBE_TOP_4101, Items.MYSTIC_ROBE_BOTTOM_4103, Items.MYSTIC_GLOVES_4105, Items.MYSTIC_BOOTS_4107), type = StorableFamily.MAGIC_WARDROBE, "Dark mystic robes"),
- MysticLightSet(Items.MYSTIC_HAT_10603, intArrayOf(Items.MYSTIC_HAT_4109, Items.MYSTIC_ROBE_TOP_4111, Items.MYSTIC_ROBE_BOTTOM_4113, Items.MYSTIC_GLOVES_4115, Items.MYSTIC_BOOTS_4117), type = StorableFamily.MAGIC_WARDROBE, "Light mystic robes"),
- SkeletalSet(Items.SKELETAL_HELM_10604, intArrayOf(Items.SKELETAL_HELM_6137, Items.SKELETAL_TOP_6139, Items.SKELETAL_BOTTOMS_6141, Items.SKELETAL_GLOVES_6153, Items.SKELETAL_BOOTS_6147), type = StorableFamily.MAGIC_WARDROBE, "Skeletal"),
- InfinitySet(Items.INFINITY_TOP_10605, intArrayOf(Items.INFINITY_HAT_6918, Items.INFINITY_TOP_6916, Items.INFINITY_BOTTOMS_6924, Items.INFINITY_GLOVES_6922, Items.INFINITY_BOOTS_6920), type = StorableFamily.MAGIC_WARDROBE, "Infinity robes"),
- SplitbarkSet(Items.SPLITBARK_HELM_10606, intArrayOf(Items.SPLITBARK_HELM_3385, Items.SPLITBARK_BODY_3387, Items.SPLITBARK_LEGS_3389, Items.SPLITBARK_GAUNTLETS_3391, Items.SPLITBARK_BOOTS_3393), type = StorableFamily.MAGIC_WARDROBE, "Splitbark armour"),
- GhostlySet(Items.GHOSTLY_BOOTS_10607, intArrayOf(Items.GHOSTLY_ROBE_6107, Items.GHOSTLY_ROBE_6108, Items.GHOSTLY_HOOD_6109, Items.GHOSTLY_GLOVES_6110, Items.GHOSTLY_BOOTS_6106, Items.GHOSTLY_CLOAK_6111), type = StorableFamily.MAGIC_WARDROBE, "Ghostly robes"),
- MoonclanSet(Items.MOONCLAN_HAT_10608, intArrayOf(Items.MOONCLAN_HELM_9068, Items.MOONCLAN_ARMOUR_9070, Items.MOONCLAN_SKIRT_9071, Items.MOONCLAN_GLOVES_9072, Items.MOONCLAN_BOOTS_9073), type = StorableFamily.MAGIC_WARDROBE, "Moonclan robes"),
- LunarSet(Items.LUNAR_HELM_10609, intArrayOf(Items.LUNAR_HELM_9096, Items.LUNAR_TORSO_9097, Items.LUNAR_LEGS_9098, Items.LUNAR_GLOVES_9099, Items.LUNAR_BOOTS_9100, Items.LUNAR_CAPE_9101, Items.LUNAR_AMULET_9102, Items.LUNAR_RING_9104), type = StorableFamily.MAGIC_WARDROBE, "Lunar robes"),
- RunecrafterYellow(Items.RUNECRAFTER_HAT_13656, intArrayOf(Items.RUNECRAFTER_HAT_13615, Items.RUNECRAFTER_ROBE_13614, Items.RUNECRAFTER_SKIRT_13617), type = StorableFamily.MAGIC_WARDROBE, "Runecrafter robes (yellow)"),
- RunecrafterGreen(Items.RUNECRAFTER_HAT_13657, intArrayOf(Items.RUNECRAFTER_HAT_13620, Items.RUNECRAFTER_ROBE_13619, Items.RUNECRAFTER_SKIRT_13622), type = StorableFamily.MAGIC_WARDROBE, "Runecrafter robes (green)"),
- RunecrafterBlue(Items.RUNECRAFTER_HAT_13658, intArrayOf(Items.RUNECRAFTER_HAT_13625, Items.RUNECRAFTER_ROBE_13624, Items.RUNECRAFTER_SKIRT_13627), type = StorableFamily.MAGIC_WARDROBE, "Runecrafter robes (blue)"),
- DagonHaiSet(Items.DAGONHAI_ROBE_TOP_14497, intArrayOf(Items.DAGONHAI_HAT_14499, Items.DAGONHAI_ROBE_TOP_14497, Items.DAGONHAI_ROBE_BOTTOM_14501), type = StorableFamily.MAGIC_WARDROBE, "Dagon'Hai Robes"),
-
- // Armour Case - https://runescape.wiki/w/Armour_case?oldid=848835
- DecorativeArmour(Items.DECORATIVE_ARMOUR_10610, intArrayOf(Items.DECORATIVE_ARMOUR_4069, Items.DECORATIVE_SWORD_4068, Items.DECORATIVE_ARMOUR_4070, Items.DECORATIVE_HELM_4071, Items.DECORATIVE_SHIELD_4072, Items.DECORATIVE_ARMOUR_4504, Items.DECORATIVE_SWORD_4503, Items.DECORATIVE_ARMOUR_4505, Items.DECORATIVE_HELM_4506, Items.DECORATIVE_SHIELD_4507, Items.DECORATIVE_ARMOUR_4509, Items.DECORATIVE_SWORD_4508, Items.DECORATIVE_ARMOUR_4510, Items.DECORATIVE_HELM_4511, Items.DECORATIVE_SHIELD_4512), type = StorableFamily.ARMOUR_CASE, "Castlewars armour"), // should be any one colour set per wiki
- VoidKnightArmour(Items.VOID_KNIGHT_TOP_10611, intArrayOf(Items.VOID_KNIGHT_TOP_8839, Items.VOID_KNIGHT_ROBE_8840, Items.VOID_KNIGHT_GLOVES_8842), type = StorableFamily.ARMOUR_CASE, "Void Knight armour"),
- RogueArmour(Items.ROGUE_MASK_10612, intArrayOf(Items.ROGUE_MASK_5554, Items.ROGUE_TOP_5553, Items.ROGUE_TROUSERS_5555), type = StorableFamily.ARMOUR_CASE, "Rogue armour"),
- SpinedArmour(Items.SPINED_HELM_10614, intArrayOf(Items.SPINED_HELM_6131, Items.SPINED_BODY_6133, Items.SPINED_CHAPS_6135, Items.SPINED_BOOTS_6143, Items.SPINED_GLOVES_6149), type = StorableFamily.ARMOUR_CASE, "Spined armour"),
- RockshellArmour(Items.ROCK_SHELL_HELM_10613, intArrayOf(Items.ROCK_SHELL_HELM_6128, Items.ROCK_SHELL_PLATE_6129, Items.ROCK_SHELL_LEGS_6130, Items.ROCK_SHELL_BOOTS_6145, Items.ROCK_SHELL_GLOVES_6151), type = StorableFamily.ARMOUR_CASE, "Rockshell armour"),
- TribalMaskP(Items.TRIBAL_MASK_10615, intArrayOf(Items.TRIBAL_MASK_6335), type = StorableFamily.ARMOUR_CASE, "Broodoo mask (poison)"),
- TribalMaskD(Items.TRIBAL_MASK_10616, intArrayOf(Items.TRIBAL_MASK_6337), type = StorableFamily.ARMOUR_CASE, "Broodoo mask (disease)"),
- TribalMaskC(Items.TRIBAL_MASK_10617, intArrayOf(Items.TRIBAL_MASK_6339), type = StorableFamily.ARMOUR_CASE, "Broodoo mask (combat)"),
- WhiteKnightArmour(Items.WHITE_PLATEBODY_10618, intArrayOf(Items.WHITE_PLATEBODY_6617, Items.WHITE_FULL_HELM_6623, Items.WHITE_PLATELEGS_6625, Items.WHITE_PLATESKIRT_6627), type = StorableFamily.ARMOUR_CASE, "White knight armour"),
- TempleKnightInitiateArmour(Items.INITIATE_HAUBERK_10619, intArrayOf(Items.INITIATE_SALLET_5574, Items.INITIATE_HAUBERK_5575, Items.INITIATE_CUISSE_5576), type = StorableFamily.ARMOUR_CASE, "Temple Knight initiate armour"),
- TempleKnightProselyteArmour(Items.PROSELYTE_HAUBERK_10620, intArrayOf(Items.PROSELYTE_SALLET_9672, Items.PROSELYTE_HAUBERK_9674, Items.PROSELYTE_CUISSE_9676, Items.PROSELYTE_TASSET_9678), type = StorableFamily.ARMOUR_CASE, "Temple Knight proselyte armour"),
- MournerGear(Items.MOURNER_TOP_10621, intArrayOf(Items.MOURNER_TOP_6065, Items.MOURNER_TROUSERS_6066, Items.MOURNER_BOOTS_6069, Items.MOURNER_CLOAK_6070), type = StorableFamily.ARMOUR_CASE, "Mourner gear"),
- GraahkHunterGear(Items.GRAAHK_TOP_10624, intArrayOf(Items.GRAAHK_TOP_10049, Items.GRAAHK_LEGS_10047, Items.GRAAHK_HEADDRESS_10051), type = StorableFamily.ARMOUR_CASE, "Graahk hunter gear"),
- LarupiaHunterGear(Items.LARUPIA_TOP_10623, intArrayOf(Items.LARUPIA_TOP_10043, Items.LARUPIA_LEGS_10041, Items.LARUPIA_HAT_10045), type = StorableFamily.ARMOUR_CASE, "Larupia hunter gear"),
- KyattHunterGear(Items.KYATT_TOP_10622, intArrayOf(Items.KYATT_TOP_10037, Items.KYATT_LEGS_10035, Items.KYATT_HAT_10039), type = StorableFamily.ARMOUR_CASE, "Kyatt hunter gear"),
- PolarCamouflageGear(Items.POLAR_CAMO_TOP_10628, intArrayOf(Items.POLAR_CAMO_TOP_10628, Items.POLAR_CAMO_LEGS_10067), type = StorableFamily.ARMOUR_CASE, "Polar camouflage gear"),
- JungleCamouflageGear(Items.JUNGLE_CAMO_TOP_10626, intArrayOf(Items.JUNGLE_CAMO_TOP_10057, Items.JUNGLE_CAMO_LEGS_10059), type = StorableFamily.ARMOUR_CASE, "Jungle camouflage gear"),
- WoodCamouflageGear(Items.WOOD_CAMO_TOP_10625, intArrayOf(Items.WOOD_CAMO_TOP_10053, Items.WOOD_CAMO_LEGS_10055), type = StorableFamily.ARMOUR_CASE, "Wood camouflage gear"),
- DesertCamouflageGear(Items.DESERT_CAMO_TOP_10627, intArrayOf(Items.DESERT_CAMO_TOP_10061, Items.DESERT_CAMO_LEGS_10063), type = StorableFamily.ARMOUR_CASE, "Desert camouflage gear"),
- BuildersCostume(Items.BUILDERS_SHIRT_10863, intArrayOf(Items.BUILDERS_SHIRT_10863, Items.BUILDERS_TROUSERS_10864, Items.BUILDERS_BOOTS_10865), type = StorableFamily.ARMOUR_CASE, "Builder's costume"),
- LumberjackCostume(Items.LUMBERJACK_TOP_10945, intArrayOf(Items.LUMBERJACK_TOP_10939, Items.LUMBERJACK_LEGS_10940, Items.LUMBERJACK_HAT_10941), type = StorableFamily.ARMOUR_CASE, "Lumberjack costume"),
- BomberJacketCostume(Items.BOMBER_JACKET_11135, intArrayOf(Items.BOMBER_JACKET_9944, Items.BOMBER_CAP_9945), type = StorableFamily.ARMOUR_CASE, "Bomber jacket costume"),
- HAMRobes(Items.HAM_SHIRT_11274, intArrayOf(Items.HAM_SHIRT_4298, Items.HAM_ROBE_4300, Items.HAM_HOOD_4302, Items.HAM_CLOAK_4304, Items.HAM_LOGO_4306, Items.BOOTS_4310, Items.GLOVES_4308), type = StorableFamily.ARMOUR_CASE, "H.A.M. robes"),
- VoidMelee(Items.VOID_MELEE_HELM_11676, intArrayOf(Items.VOID_MELEE_HELM_11665), type = StorableFamily.ARMOUR_CASE, "Void melee helm"),
- VoidRanger(Items.VOID_RANGER_HELM_11675, intArrayOf(Items.VOID_RANGER_HELM_11664), type = StorableFamily.ARMOUR_CASE, "Void ranger helm"),
- VoidMage(Items.VOID_MAGE_HELM_11674, intArrayOf(Items.VOID_MAGE_HELM_11663), type = StorableFamily.ARMOUR_CASE, "Void mage helm"),
- BlackNaval(Items.BLACK_NAVAL_SHIRT_13185, intArrayOf(Items.BLACK_NAVAL_SHIRT_8956, Items.BLACK_NAVY_SLACKS_8995, Items.BLACK_TRICORN_HAT_8963),type = StorableFamily.ARMOUR_CASE, "Black naval costume"),
- RedNaval(Items.RED_NAVAL_SHIRT_13183, intArrayOf(Items.RED_TRICORN_HAT_8961, Items.RED_NAVAL_SHIRT_8954, Items.RED_NAVY_SLACKS_8993), type = StorableFamily.ARMOUR_CASE, "Red naval costume"),
- BlueNaval(Items.BLUE_NAVAL_SHIRT_13181, intArrayOf(Items.BLUE_TRICORN_HAT_8959, Items.BLUE_NAVAL_SHIRT_8952, Items.BLUE_NAVY_SLACKS_8991), type = StorableFamily.ARMOUR_CASE, "Blue naval costume"),
- BrownNaval(Items.BROWN_NAVAL_SHIRT_13184, intArrayOf(Items.BROWN_TRICORN_HAT_8962, Items.BROWN_NAVAL_SHIRT_8955, Items.BROWN_NAVY_SLACKS_8994), type = StorableFamily.ARMOUR_CASE, "Brown naval costume"),
- GreenNaval(Items.GREEN_NAVAL_SHIRT_13182, intArrayOf(Items.GREEN_TRICORN_HAT_8960, Items.GREEN_NAVAL_SHIRT_8953, Items.GREEN_NAVY_SLACKS_8992), type = StorableFamily.ARMOUR_CASE, "Green naval costume"),
- GreyNaval(Items.GREY_NAVAL_SHIRT_13187, intArrayOf(Items.GREY_TRICORN_HAT_8965, Items.GREY_NAVAL_SHIRT_8958, Items.GREY_NAVY_SLACKS_8997), type = StorableFamily.ARMOUR_CASE, "Grey naval costume"),
- PurpleNaval(Items.PURPLE_NAVAL_SHIRT_13186, intArrayOf(Items.PURPLE_TRICORN_HAT_8964, Items.PURPLE_NAVAL_SHIRT_8957, Items.PURPLE_NAVY_SLACKS_8996), type = StorableFamily.ARMOUR_CASE, "Purple naval costume"),
- EliteBlackArmour(Items.ELITE_BLACK_PLATEBODY_14492, intArrayOf(Items.ELITE_BLACK_FULL_HELM_14494, Items.ELITE_BLACK_PLATEBODY_14492, Items.ELITE_BLACK_PLATELEGS_14490), type = StorableFamily.ARMOUR_CASE, "Elite Black Armour")
- ;
-
- companion object {
- /**
- * Map of all item ids to their [Storable].
- */
- private val idToStorable: Map by lazy {
- values().flatMap { storable ->
- storable.takeIds.map { id -> id to storable }
- }.toMap()
- }
-
- /**
- * Set of all item ids across all [Storable].
- */
- private val allItemIds: Set by lazy { idToStorable.keys }
-
- /**
- * Precomputed set of item ids for each Storable for fast lookup.
- */
- private val storableIdSets: Map> by lazy {
- values().associateWith { it.takeIds.toSet() }
- }
-
- /**
- * Returns all item ids from all storables.
- */
- fun allIds(): Set = allItemIds
-
- /**
- * Finds the storable for the given item id.
- */
- fun fromId(id: Int): Storable? = idToStorable[id]
-
- /**
- * Checks if the player owns at least one item from
- * the storable in equipment or bank.
- */
- fun hasStorable(player: Player, storable: Storable): Boolean {
- val ownedIds = (player.equipment.toArray() + player.bank.toArray())
- .mapNotNull { it?.id }
- .toSet()
- return storableIdSets[storable]?.any { it in ownedIds } ?: false
- }
-
- /**
- * Checks if the player owns any item
- * from any storable in equipment or bank.
- */
- fun hasAnyStorable(player: Player): Boolean {
- val ownedIds = (player.equipment.toArray() + player.bank.toArray())
- .mapNotNull { it?.id }
- .toSet()
- return allItemIds.any { it in ownedIds }
- }
-
- /**
- * Checks if the player has at least one
- * item from the given storable equipped.
- */
- fun hasStorableEquipped(player: Player, storable: Storable): Boolean {
- val equippedIds = player.equipment.toArray().mapNotNull { it?.id }.toSet()
- return storableIdSets[storable]?.any { it in equippedIds } ?: false
- }
-
- /**
- * Checks if the player has at least one
- * item from the given storable in inventory.
- */
- fun hasStorableInInventory(player: Player, storable: Storable): Boolean {
- val inventoryIds = player.inventory.toArray().mapNotNull { it?.id }.toSet()
- return storableIdSets[storable]?.any { it in inventoryIds } ?: false
- }
-
- /**
- * Gets all [Storable]s that the player owns in their bank.
- */
- fun getStorablesInBank(player: Player): List {
- val bankIds = player.bank.toArray().mapNotNull { it?.id }.toSet()
- return values().filter { storable ->
- storableIdSets[storable]?.any { it in bankIds } ?: false
- }
- }
- }
-}
-
diff --git a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorableFamily.kt b/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorableFamily.kt
deleted file mode 100644
index ab8832baf..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorableFamily.kt
+++ /dev/null
@@ -1,18 +0,0 @@
-package content.global.skill.construction.decoration.pohstorage
-
-/**
- * Types (families) of storables in Construction's POH Costume Room or Bookcase.
- */
-
-enum class StorableFamily {
- FANCY_DRESS,
- ARMOUR_CASE,
- MAGIC_WARDROBE,
- TREASURE_CHEST_LOW,
- TREASURE_CHEST_MED,
- TREASURE_CHEST_HIGH,
- BOOKCASE,
- CAPE_RACK,
- CAPE_RACK_SKILL,
- TOY_BOX
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageContainer.kt b/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageContainer.kt
deleted file mode 100644
index a10cc532f..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageContainer.kt
+++ /dev/null
@@ -1,74 +0,0 @@
-package content.global.skill.construction.decoration.pohstorage
-
-import org.json.simple.JSONArray
-import org.json.simple.JSONObject
-
-/**
- * This represents the container where all the POH storable items are.
- */
-
-class StorageContainer {
-
- // item IDs stored in this container
- private val stored: MutableSet = mutableSetOf()
-
- // page index for the active interface
- private var currentPage: Int = 0
-
- // functions to add item, withdraw, check for, etc.
- fun addItem(id: Int) {
- stored.add(id)
- }
-
- fun withdraw(id: Int): Boolean {
- return stored.remove(id)
- }
-
- fun contains(id: Int): Boolean = id in stored
-
- fun getItems(): List = stored.toList()
-
- // paging
- fun getPageIndex(): Int = currentPage
-
- fun nextPage(totalItems: Int, pageSize: Int) {
- val next = currentPage + 1
- if (next * pageSize < totalItems) {
- currentPage = next
- }
- }
-
- fun prevPage() {
- if (currentPage > 0) {
- currentPage--
- }
- }
-
- fun resetPage() {
- currentPage = 0
- }
-
- // saving to json and reading back
- fun toJson(): JSONObject {
- val json = JSONObject()
- val items = JSONArray()
- stored.forEach { items.add(it) }
- json["items"] = items
- return json
- }
-
- fun readJson(json: JSONObject) {
- stored.clear()
- val items = json["items"] as? JSONArray ?: return
- for (id in items) {
- stored.add((id as Number).toInt())
- }
- currentPage = 0
- }
-
- // clear storage
- fun clear() {
- stored.clear()
- currentPage = 0
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageInterface.kt b/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageInterface.kt
deleted file mode 100644
index f6d9ccf81..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageInterface.kt
+++ /dev/null
@@ -1,385 +0,0 @@
-package content.global.skill.construction.decoration.pohstorage
-
-import core.api.*
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.net.packet.PacketRepository
-import core.net.packet.context.ContainerContext
-import core.net.packet.out.ContainerPacket
-import org.rs09.consts.Items
-
-/**
- * Handles the interface and interactions for
- * the Construction Costume Room storage boxes and Bookshelves
- * https://youtu.be/tAIDQRh4U2g?si=oDaKEJT-ZPs4MoZa&t=261
- * https://www.youtube.com/watch?v=D2aVfpPCAgY&t=41s - great view of all the treasure chests
- * https://youtu.be/AK6wVwumvHY?si=XAJsQeSdRlBZSM1f - mid-level costume room
- * https://www.youtube.com/watch?v=sNEOq_Barlg&t=126s - 2011, but a good video
- */
-class StorageInterface : InterfaceListener {
- companion object {
- private const val INTERFACE = 467
- private const val COMPONENT = 164
- private const val SIZE = 30
- private const val PAGE_SIZE = SIZE - 1
- private const val BUTTON_MORE = Items.MORE_10165
- private const val BUTTON_BACK = Items.BACK_10166
-
- /**
- * Singleton instance of the storage interface.
- */
- lateinit var instance: StorageInterface
- private set
-
- /**
- * Public method to get the storage container for a specific family.
- */
- fun getStorageContainer(player: Player, type: StorableFamily) =
- player.getPOHStorageState().getContainer(type)
-
- /**
- * Opens the storage box.
- *
- * @param player The player.
- * @param type The type of storage to open.
- * @param box the specific tier of storage we are opening.
- */
- fun openStorage(player: Player, type: StorableFamily, box: StorageOptionPlugin.StorageBox) {
- instance.openStorageForType(player, type, box)
- }
-
- /**
- * Finds the Storable enum entry associated with a given display item ID.
- */
- fun findStorableByDisplayId(id: Int): Storable? =
- Storable.values().find { it.displayId == id }
- }
-
- /**
- * The attribute of whether the player has read a book or not is stored in a set of two bitfields.
- * There are 70 books so that's why two longs are needed.
- */
- object BookcaseBitfields {
- // 0-63
- const val BOOKCASE_LOW_ATTR = "/save:bookcase_bitfield_low"
- // 64-127
- const val BOOKCASE_HIGH_ATTR = "/save:bookcase_bitfield_high"
-
- data class BookcaseBits(var low: Long, var high: Long)
-
- // Retrieves both Long bitfields.
- fun get(player: Player): BookcaseBits {
- val low = getAttribute(player, BOOKCASE_LOW_ATTR, 0L) as? Long ?: 0L
- val high = getAttribute(player, BOOKCASE_HIGH_ATTR, 0L) as? Long ?: 0L
- return BookcaseBits(low, high)
- }
-
- // Sets both Long bitfields.
- fun set(player: Player, bits: BookcaseBits) {
- setAttribute(player, BOOKCASE_LOW_ATTR, bits.low)
- setAttribute(player, BOOKCASE_HIGH_ATTR, bits.high)
- }
-
- // Checks if a specific bit is set within the two Longs.
- fun isBitSet(bits: BookcaseBits, bitIndex: Int): Boolean {
- return if (bitIndex < 64) {
- (bits.low and (1L shl bitIndex)) != 0L
- } else {
- val highIndex = bitIndex - 64
- (bits.high and (1L shl highIndex)) != 0L
- }
- }
-
- // Sets a specific bit within the two Longs.
- fun setBit(bits: BookcaseBits, bitIndex: Int): BookcaseBits {
- if (bitIndex < 64) {
- bits.low = bits.low or (1L shl bitIndex)
- } else {
- val highIndex = bitIndex - 64
- bits.high = bits.high or (1L shl highIndex)
- }
- return bits
- }
- }
-
- init {
- instance = this
- }
-
- override fun defineInterfaceListeners() {
- on(INTERFACE) { player, _, _, buttonId, _, _ ->
- val typeName = getAttribute(player, "con:storage:type", null) as? String ?: return@on true
- val type = StorableFamily.valueOf(typeName.uppercase())
- handleStorageInteraction(player, buttonId, type)
- return@on true
- }
- }
-
- /**
- * Gets the StorableFamilies that should be displayed in the interface for a given primary type.
- * This handles the special case for the Cape Rack because capes are classified as two different families/types
- * (normal and skillcape) but displayed in the same storage.
- */
- private fun getFamiliesToDisplay(primaryType: StorableFamily): List {
- return when (primaryType) {
- // if the cape rack can hold skill capes, also show normal capes
- StorableFamily.CAPE_RACK_SKILL -> listOf(StorableFamily.CAPE_RACK, StorableFamily.CAPE_RACK_SKILL)
- // else only display the items for the primary family
- else -> listOf(primaryType)
- }
- }
-
- /**
- * This handles filtering the list for books.
- * Only items are shown that have already been read.
- * If the book is part of a quest, the quest must be complete before it shows up in the POH.
- * If the index is -1 it is not a book, and not filtered.
- */
- private fun getFilteredItems(player: Player, families: List, type: StorableFamily): List {
- // filter for normal items
- var allItems = Storable.values().filter { it.type in families }
-
- // filter for bookcase
- if (type == StorableFamily.BOOKCASE) {
- val bookcaseBits = BookcaseBitfields.get(player)
- allItems = allItems.filter { storable ->
- // check if read
- val isRead = if (storable.bitIndex == -1) true else BookcaseBitfields.isBitSet(bookcaseBits, storable.bitIndex)
- // check if quest is done
- val questMet = storable.questReq == null || isQuestComplete(player, storable.questReq)
- isRead && questMet
- }
- }
-
- return allItems
- }
-
- /**
- * Handles interaction with storage interface.
- */
- private fun handleStorageInteraction(player: Player, buttonId: Int, type: StorableFamily) {
- val container = getStorageContainer(player, type)
- val families = getFamiliesToDisplay(type)
- val allItems = getFilteredItems(player, families, type)
- val pageIndex = container.getPageIndex()
-
- val pageItems = allItems.drop(pageIndex * PAGE_SIZE).take(PAGE_SIZE)
- val slots = MutableList(SIZE) { null }
-
- var idx = 0
- pageItems.forEach {
- if (idx >= SIZE) return@forEach
- slots[idx++] = it
- }
-
- val hasPrev = pageIndex > 0
- val hasNext = allItems.size > (pageIndex + 1) * PAGE_SIZE
-
- if (hasNext && idx < SIZE) slots[idx++] = "MORE"
- if (hasPrev && idx < SIZE) slots[idx] = "BACK"
-
- val slotIndex = when {
- buttonId in 56..(56 + (SIZE - 1) * 2) step 2 -> (buttonId - 56) / 2
- buttonId in 165..223 step 2 -> (buttonId - 165) / 2
- else -> return
- }
-
- when (val clicked = slots.getOrNull(slotIndex)) {
- "MORE" -> {
- container.nextPage(allItems.size, PAGE_SIZE)
- openInterface(player, INTERFACE)
- updateStorageInterface(player, type)
- }
- "BACK" -> {
- container.prevPage()
- openInterface(player, INTERFACE)
- updateStorageInterface(player, type)
- }
- is Storable -> processItemTransaction(player, clicked, type)
- }
- }
-
- /**
- * Handles taking or depositing an item from/to the storage.
- */
- private fun processItemTransaction(player: Player, item: Storable, type: StorableFamily) {
- // container for the interface/capacity check based on the object the player clicked
- val interfaceContainer = getStorageContainer(player, type)
-
- // container for the actual storage/retrieval based on the item's family
- val targetContainer = getStorageContainer(player, item.type)
-
- // get stored items from the target container
- val storedItems = targetContainer.getItems().toSet()
-
- val box = getAttribute(player, "con:storage:box", null) as? StorageOptionPlugin.StorageBox ?: return
- val capacity = box.capacity
-
- // gets the currently stored IDs
- val storedTakeIds = item.takeIds.filter { it in storedItems }
-
- if (storedTakeIds.isNotEmpty()) {
- // withdraw items
- if (freeSlots(player) < storedTakeIds.size) {
- sendMessage(player, "You don't have enough inventory space.")
- return
- }
- sendMessage(player, "You take the item from the box.")
-
- storedTakeIds.forEach { id ->
- addItem(player, id, 1)
- targetContainer.withdraw(id)
- }
- } else {
- // deposit items
-
- // capacity check
- if (capacity < Int.MAX_VALUE) {
-
- val familyToCheck = when (type) {
- // for cape racks, only skillcapes are counted against the capacity
- StorableFamily.CAPE_RACK_SKILL -> StorableFamily.CAPE_RACK_SKILL
- // for all other storage, check against the primary family type for capacity
- else -> type
- }
-
- // check if skillcape
- if (item.type == familyToCheck) {
-
- val capacityCheckItems = interfaceContainer.getItems().toSet()
-
- // calculate stored skillcapes
- val storedSetsCount = Storable.values()
- .filter { it.type == familyToCheck }
- .count { storable ->
- storable.takeIds.any { it in capacityCheckItems }
- }
-
- // enforce capacity limits
- if (storedSetsCount >= capacity) {
- val message = when (familyToCheck) {
- StorableFamily.CAPE_RACK_SKILL -> "You cannot store any more skillcapes in this container."
- else -> "You cannot store any more items in this container."
- }
- sendMessage(player, message)
- return
- }
- }
- }
-
- val presentTakeIds = item.takeIds.filter { player.inventory.contains(it, 1) }
-
- if (presentTakeIds.isEmpty()) {
- sendMessage(player, "You don't have that item in your inventory.")
- return
- }
- sendMessage(player, "You put the item into the box.")
-
- presentTakeIds.forEach { id ->
- removeItem(player, Item(id))
- targetContainer.addItem(id)
- }
- }
- updateStorageInterface(player, type)
- }
-
- private fun updateStorageInterface(player: Player, type: StorableFamily) {
- val container = getStorageContainer(player, type)
- val families = getFamiliesToDisplay(type)
- val allItems = getFilteredItems(player, families, type)
- val allStoredItems = mutableSetOf()
-
- families.forEach { family ->
- val familyContainer = getStorageContainer(player, family)
- allStoredItems.addAll(familyContainer.getItems())
- }
-
- val stored = allStoredItems.toSet()
- val pageIndex = container.getPageIndex()
-
- val pageItems = allItems.drop(pageIndex * PAGE_SIZE).take(PAGE_SIZE)
- val slots = MutableList(SIZE) { null }
-
- var idx = 0
- pageItems.forEach {
- if (idx >= SIZE) return@forEach
- slots[idx++] = it
- }
-
- val hasPrev = pageIndex > 0
- val hasNext = allItems.size > (pageIndex + 1) * PAGE_SIZE
-
- if (hasNext && idx < SIZE) slots[idx++] = "MORE"
- if (hasPrev && idx < SIZE) slots[idx] = "BACK"
-
- // names each box
- val title = when {
- type.name.contains("FANCY_DRESS") -> "Fancy dress box"
- type.name.contains("TOY_BOX") -> "Toy box"
- type.name.contains("MAGIC_WARDROBE") -> "Magic wardrobe"
- type.name.contains("ARMOUR_CASE") -> "Armour case"
- type.name.contains("BOOKCASE") -> "Bookcase"
- type.name.contains("CAPE_RACK") -> "Cape rack"
- type.name.contains("TREASURE_CHEST_LOW") -> "Low-level Treasure Trail rewards"
- type.name.contains("TREASURE_CHEST_MED") -> "Medium-level Treasure Trail rewards"
- type.name.contains("TREASURE_CHEST_HIGH") -> "High-level Treasure Trail rewards"
-
- // to catch any other name
- else -> type.name.lowercase().replaceFirstChar(Char::titlecase) + " box"
- }
- // child 225 is the title block
- setInterfaceText(player, title, INTERFACE, 225)
-
- val itemsArray = slots.mapNotNull {
- when (it) {
- is Storable -> Item(it.displayId)
- "MORE" -> Item(BUTTON_MORE)
- "BACK" -> Item(BUTTON_BACK)
- else -> null
- }
- }.toTypedArray()
-
- PacketRepository.send(
- ContainerPacket::class.java,
- ContainerContext(player, INTERFACE, COMPONENT, SIZE, itemsArray, false)
- )
-
- repeat(SIZE) { i ->
- val nameComponent = 55 + i * 2
- val iconComponent = 165 + i * 2
- val hiddenIconComponent = 166 + i * 2
-
- val obj = slots[i]
- val (name, isStored) = when (obj) {
- is Storable -> {
- val isStored = obj.takeIds.any { it in stored }
- obj.setName to isStored
- }
- "MORE" -> "More..." to true
- "BACK" -> "Back..." to true
- else -> "" to false
- }
-
- setInterfaceText(player, name, INTERFACE, nameComponent)
- setComponentVisibility(player, INTERFACE, nameComponent, false)
-
- if (obj is Storable) {
- // this displays if the items are stored or not stored
- setComponentVisibility(player, INTERFACE, iconComponent, !isStored)
- setComponentVisibility(player, INTERFACE, hiddenIconComponent, isStored)
- } else {
- // this is for navigation buttons or empty slots
- setComponentVisibility(player, INTERFACE, iconComponent, true)
- setComponentVisibility(player, INTERFACE, hiddenIconComponent, true)
- }
- }
- }
-
- private fun openStorageForType(player: Player, type: StorableFamily, box: StorageOptionPlugin.StorageBox) {
- setAttribute(player, "con:storage:type", type.name)
- setAttribute(player, "con:storage:box", box)
- openInterface(player, INTERFACE)
- updateStorageInterface(player, type)
- }
-}
diff --git a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageOptionPlugin.kt b/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageOptionPlugin.kt
deleted file mode 100644
index 549b543d0..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageOptionPlugin.kt
+++ /dev/null
@@ -1,182 +0,0 @@
-package content.global.skill.construction.decoration.pohstorage
-
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.node.scenery.Scenery
-import core.plugin.Initializable
-import core.plugin.Plugin
-import org.rs09.consts.Animations
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-import org.rs09.consts.Scenery as Obj
-
-/**
- * Handles interactions with storage objects.
- */
-@Initializable
-class StorageOptionPlugin : OptionHandler() {
-
- /**
- * Represents all storage boxes & configuration.
- */
- enum class StorageBox(val objectIds: IntArray, val storableFamily: StorableFamily? = null, val openable: Boolean = false, val closable: Boolean = false, val capacity: Int = Int.MAX_VALUE) {
-
- /* Bookcase
- * Wooden: all
- * Oak: all
- * Mahogany: all */
- BOOKCASE(intArrayOf(Obj.BOOKCASE_13597, Obj.BOOKCASE_13598, Obj.BOOKCASE_13599), StorableFamily.BOOKCASE),
-
- /* Cape Rack
- * Oak: normal capes
- * Teak: 1 skillcape
- * Mahogany: 5 skillcapes
- * Gilded: 10 skillcapes
- * Marble: all
- * Magic: all */
- CAPE_RACK(intArrayOf(Obj.OAK_CAPE_RACK_18766), StorableFamily.CAPE_RACK),
- CAPE_RACK_ONE(intArrayOf(Obj.TEAK_CAPE_RACK_18767), StorableFamily.CAPE_RACK_SKILL, capacity = 1),
- CAPE_RACK_FIVE(intArrayOf(Obj.MAHOGANY_CAPE_RACK_18768), StorableFamily.CAPE_RACK_SKILL, capacity = 5),
- CAPE_RACK_TEN(intArrayOf(Obj.GILDED_CAPE_RACK_18769), StorableFamily.CAPE_RACK_SKILL, capacity = 10),
- CAPE_RACK_ALL(intArrayOf(Obj.MARBLE_CAPE_RACK_18770, Obj.MAGIC_CAPE_RACK_18771), StorableFamily.CAPE_RACK_SKILL),
-
- /* Fancy Dress Box
- * Oak: 2
- * Teak: 4
- * Mahogany: all */
- FANCY_BOX_2(intArrayOf(Obj.FANCY_DRESS_BOX_18773), StorableFamily.FANCY_DRESS, false, true, 2),
- FANCY_BOX_4(intArrayOf(Obj.FANCY_DRESS_BOX_18775), StorableFamily.FANCY_DRESS, false, true, 4),
- FANCY_BOX_ALL(intArrayOf(Obj.FANCY_DRESS_BOX_18777), StorableFamily.FANCY_DRESS, false, true),
- FANCY_BOX_OPEN(intArrayOf(Obj.FANCY_DRESS_BOX_18772, Obj.FANCY_DRESS_BOX_18774, Obj.FANCY_DRESS_BOX_18776), openable = true),
-
- /* Toy Box
- * Oak: all
- * Teak: all
- * Mahogany: all */
- TOY_BOX_OPEN(intArrayOf(Obj.TOY_BOX_18798, Obj.TOY_BOX_18800, Obj.TOY_BOX_18802), openable = true),
- TOY_BOX_CLOSE(intArrayOf(Obj.TOY_BOX_18799, Obj.TOY_BOX_18801, Obj.TOY_BOX_18803), closable = true, storableFamily = StorableFamily.TOY_BOX),
-
- /* Treasure Chest
- * Oak: Low
- * Teak: Low, Medium
- * Mahogany: Low, Medium, High */
- TREASURE_LOW(intArrayOf(Obj.TREASURE_CHEST_18805), StorableFamily.TREASURE_CHEST_LOW),
- TREASURE_MED(intArrayOf(Obj.TREASURE_CHEST_18807), StorableFamily.TREASURE_CHEST_MED),
- TREASURE_HIGH(intArrayOf(Obj.TREASURE_CHEST_18809), StorableFamily.TREASURE_CHEST_HIGH),
- TREASURE_OPEN(intArrayOf(Obj.TREASURE_CHEST_18804, Obj.TREASURE_CHEST_18806, Obj.TREASURE_CHEST_18808), openable = true),
-
- /* Magic Wardobe
- * Oak: 1 set
- * Carved oak: 2 sets
- * Teak: 3 sets
- * Carved Teak: 4 sets
- * Mahogany: 5 sets
- * Gilded: 6 sets
- * Marble: all sets */
- WARDROBE_1(intArrayOf(Obj.MAGIC_WARDROBE_18785), StorableFamily.MAGIC_WARDROBE, false, true, 1),
- WARDROBE_2(intArrayOf(Obj.MAGIC_WARDROBE_18787), StorableFamily.MAGIC_WARDROBE, false, true, 2),
- WARDROBE_3(intArrayOf(Obj.MAGIC_WARDROBE_18789), StorableFamily.MAGIC_WARDROBE, false, true, 3),
- WARDROBE_4(intArrayOf(Obj.MAGIC_WARDROBE_18791), StorableFamily.MAGIC_WARDROBE, false, true, 4),
- WARDROBE_5(intArrayOf(Obj.MAGIC_WARDROBE_18793), StorableFamily.MAGIC_WARDROBE, false, true, 5),
- WARDROBE_6(intArrayOf(Obj.MAGIC_WARDROBE_18795), StorableFamily.MAGIC_WARDROBE, false, true, 6),
- WARDROBE_ALL(intArrayOf(Obj.MAGIC_WARDROBE_18797), StorableFamily.MAGIC_WARDROBE),
- WARDROBE_OPEN(intArrayOf(Obj.MAGIC_WARDROBE_18784, Obj.MAGIC_WARDROBE_18786, Obj.MAGIC_WARDROBE_18788, Obj.MAGIC_WARDROBE_18790, Obj.MAGIC_WARDROBE_18792, Obj.MAGIC_WARDROBE_18794, Obj.MAGIC_WARDROBE_18796), openable = true),
-
- /* Armour Case
- * Oak: 2
- * Teak: 4
- * Mahogany: all */
- ARMOUR_2(intArrayOf(Obj.ARMOUR_CASE_18779), StorableFamily.ARMOUR_CASE, false, true, 2),
- ARMOUR_4(intArrayOf(Obj.ARMOUR_CASE_18781), StorableFamily.ARMOUR_CASE, false, true, 4),
- ARMOUR_ALL(intArrayOf(Obj.ARMOUR_CASE_18783), StorableFamily.ARMOUR_CASE),
- ARMOUR_OPEN(intArrayOf(Obj.ARMOUR_CASE_18778, Obj.ARMOUR_CASE_18780, Obj.ARMOUR_CASE_18782), openable = true)
- }
-
- private val allBoxes = StorageBox.values()
-
- override fun newInstance(arg: Any?): Plugin {
- allBoxes.forEach { box ->
- box.objectIds.forEach { id ->
- SceneryDefinition.forId(id)?.let { def ->
- if (box.storableFamily != null) def.handlers["option:search"] = this
- if (box.openable) def.handlers["option:open"] = this
- if (box.closable) def.handlers["option:close"] = this
- }
- }
- }
- return this
- }
-
- override fun handle(player: Player, node: Node, option: String): Boolean {
- val obj = node as Scenery
- val box = allBoxes.firstOrNull { obj.id in it.objectIds } ?: return true
-
- when (option) {
- "search" -> {
- when (obj.id) {
- // special handling for med and high level treasure chests since they have a dialogue option first
- Obj.TREASURE_CHEST_18807 -> {
- sendDialogueOptions(player, "What sort of Treasure Trail items do you want to see?", "Low-level rewards", "Medium-level rewards")
- addDialogueAction(player) { p, button ->
- val family = when (button) {
- 2 -> StorableFamily.TREASURE_CHEST_LOW
- 3 -> StorableFamily.TREASURE_CHEST_MED
- else -> null
- }
- family?.let { StorageInterface.openStorage(p, it, box) }
- return@addDialogueAction
- }
- }
- Obj.TREASURE_CHEST_18809 -> {
- sendDialogueOptions(player, "What sort of Treasure Trail items do you want to see?", "Low-level rewards", "Medium-level rewards", "High-level rewards")
- addDialogueAction(player) { p, button ->
- val family = when (button) {
- 2 -> StorableFamily.TREASURE_CHEST_LOW
- 3 -> StorableFamily.TREASURE_CHEST_MED
- 4 -> StorableFamily.TREASURE_CHEST_HIGH
- else -> null
- }
- family?.let { StorageInterface.openStorage(p, it, box) }
- return@addDialogueAction
- }
- }
- // bookcases need to re-store the games book in them on open. I think the bookshelf is the only source.
- Obj.BOOKCASE_13597 -> {
- storeBookInHouse(player, Items.GAME_BOOK_7681)
- box.storableFamily?.let { StorageInterface.openStorage(player, it, box) }
- }
- Obj.BOOKCASE_13598 -> {
- storeBookInHouse(player, Items.GAME_BOOK_7681)
- box.storableFamily?.let { StorageInterface.openStorage(player, it, box) }
- }
- Obj.BOOKCASE_13599 -> {
- storeBookInHouse(player, Items.GAME_BOOK_7681)
- box.storableFamily?.let { StorageInterface.openStorage(player, it, box) }
- }
- else -> {
- // default open for rest
- box.storableFamily?.let { StorageInterface.openStorage(player, it, box) }
- }
- }
- }
- "open" -> if (box.openable) openBox(player, obj)
- "close" -> if (box.closable) closeBox(player, obj)
- }
- return true
- }
-
- private fun openBox(player: Player, obj: Scenery) {
- playAudio(player, Sounds.CHEST_OPEN_52)
- animate(player, Animations.HUMAN_OPEN_CHEST_536)
- replaceScenery(obj, obj.id + 1, -1)
- }
-
- private fun closeBox(player: Player, obj: Scenery) {
- playAudio(player, Sounds.CHEST_CLOSE_51)
- animate(player, 538)
- replaceScenery(obj, obj.id - 1, -1)
- }
-}
diff --git a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageState.kt b/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageState.kt
deleted file mode 100644
index 9108a6013..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/pohstorage/StorageState.kt
+++ /dev/null
@@ -1,37 +0,0 @@
-package content.global.skill.construction.decoration.pohstorage
-
-import org.json.simple.JSONObject
-import core.game.node.entity.player.Player
-
-class StorageState(val player: Player) {
-
- private val containers = StorableFamily.values().associateWith { StorageContainer() }.toMutableMap()
-
- fun getContainer(type: StorableFamily): StorageContainer = containers[type]!!
-
- fun toJson(): JSONObject {
- val root = JSONObject()
- val containerData = JSONObject()
-
- containers.forEach { (group, container) ->
- containerData[group.name.lowercase()] = container.toJson()
- }
-
- root["containers"] = containerData
- return root
- }
-
- fun readJson(data: JSONObject) {
- val containerData = data["containers"] as? JSONObject ?: return
-
- for (group in StorableFamily.values()) {
- val json = containerData[group.name.lowercase()] as? JSONObject ?: continue
- containers[group]?.readJson(json)
- }
- }
-
- // clear storage
- fun clear() {
- containers.values.forEach { it.clear() }
- }
-}
diff --git a/Server/src/main/content/global/skill/construction/decoration/questhall/MountedGlory.kt b/Server/src/main/content/global/skill/construction/decoration/questhall/MountedGlory.kt
deleted file mode 100644
index b5196af4d..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/questhall/MountedGlory.kt
+++ /dev/null
@@ -1,72 +0,0 @@
-package content.global.skill.construction.decoration.questhall
-
-import content.data.EnchantedJewellery
-import content.global.handlers.item.EnchantedJewelleryListener.EnchantedJewelleryDialogueFile
-import core.api.delayScript
-import core.api.lock
-import core.api.openDialogue
-import core.api.playGlobalAudio
-import core.api.queueScript
-import core.api.resetAnimator
-import core.api.stopExecuting
-import core.api.teleport
-import core.api.visualize
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.node.scenery.Scenery
-import core.game.world.update.flag.context.Animation
-import core.game.world.update.flag.context.Graphics
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-
-class MountedGlory : InteractionListener {
- val MOUNTED_GLORY = 13523
- val TELEPORTS = EnchantedJewellery.AMULET_OF_GLORY.locations
-
- override fun defineListeners() {
- on(MOUNTED_GLORY, IntType.SCENERY, "Edgeville") { player, `object` ->
- mountedGloryAction(player, `object`, 0)
- return@on true
- }
- on(MOUNTED_GLORY, IntType.SCENERY, "Karamja") { player, `object` ->
- mountedGloryAction(player, `object`, 1)
- return@on true
- }
- on(MOUNTED_GLORY, IntType.SCENERY, "Draynor Village") { player, `object` ->
- mountedGloryAction(player, `object`, 2)
- return@on true
- }
- on(MOUNTED_GLORY, IntType.SCENERY, "Al Kharid") { player, `object` ->
- mountedGloryAction(player, `object`, 3)
- return@on true
- }
- on(MOUNTED_GLORY, IntType.SCENERY, "Rub") { player, _ ->
- openDialogue(player,EnchantedJewelleryDialogueFile(EnchantedJewellery.AMULET_OF_GLORY, Item(Items.AMULET_OF_GLORY4_1712), false, false))
- return@on true
- }
- }
- private fun mountedGloryAction(player : Player, `object` : Node, int : Int) {
- if (player.houseManager.isBuildingMode) {
- player.dialogueInterpreter.open("con:removedec", `object` as Scenery)
- return
- }
- if (!player.zoneMonitor.teleport(1, Item(Items.AMULET_OF_GLORY_1704))) {
- return
- }
- queueScript(player, 0, QueueStrength.SOFT) { stage ->
- if (stage == 0) {
- lock(player, 4)
- visualize(player, Animation(714), Graphics(308, 100, 50))
- playGlobalAudio(player.location, Sounds.TELEPORT_ALL_200)
- return@queueScript delayScript(player, 3)
- }
- resetAnimator(player)
- teleport(player, TELEPORTS[int])
- return@queueScript stopExecuting(player)
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/construction/decoration/skillhall/MountedCockatriceHead.kt b/Server/src/main/content/global/skill/construction/decoration/skillhall/MountedCockatriceHead.kt
deleted file mode 100644
index 54472597e..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/skillhall/MountedCockatriceHead.kt
+++ /dev/null
@@ -1,68 +0,0 @@
-package content.global.skill.construction.decoration.skillhall
-
-import content.global.skill.construction.HouseManager
-import core.api.openDialogue
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.world.repository.Repository
-import core.tools.END_DIALOGUE
-import org.rs09.consts.NPCs
-import org.rs09.consts.Scenery as Sceneries
-
-class MountedCockatriceHead : InteractionListener {
- override fun defineListeners() {
- on(Sceneries.COCKATRICE_HEAD_13482, IntType.SCENERY, "talk-to") { player, _ ->
- val house = player.getAttribute("poh_entry", player.houseManager)
- if (house == player.houseManager) {
- openDialogue(player, MountedCockatriceHeadOwnerDialogue())
- } else {
- val ownerName = Repository.players.first { it.houseManager == house }.username.capitalize()
- openDialogue(player, MountedCockatriceHeadGuestDialogue(ownerName))
- }
- return@on true
- }
- }
-}
-
-class MountedCockatriceHeadOwnerDialogue : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- when (stage) {
- 0 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_NORMAL, "You deaded me!").also { stage++ }
- 1 -> playerl(FacialExpression.NEUTRAL, "Well, yes.").also { stage++ }
- 2 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_NORMAL, "What did you do that for?").also { stage++ }
- 3 -> options("A Slayer Master told me to.", "So I could mount your head on my wall.", "I just wanted to.").also { stage++ }
- 4 -> when (buttonID) {
- 1 -> playerl(FacialExpression.NEUTRAL, "A Slayer Master told me to.").also { stage = 10 }
- 2 -> playerl(FacialExpression.NEUTRAL, "So I could mount your head on my wall.").also { stage = 20 }
- 3 -> playerl(FacialExpression.NEUTRAL, "I just wanted to.").also { stage = 30 }
- }
- 10 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "Why do the Slayer Masters all pick on poor cockatrice?").also { stage++ }
- 11 -> playerl(FacialExpression.NEUTRAL, "They pick on lots of other creatures too.").also { stage++ }
- 12 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "Then mount one of them on your wall and let poor cockatrice rest in peace!").also { stage = END_DIALOGUE }
- 20 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "Another cockatrice falls victim to the dreaded mirror shield!").also { stage++ }
- 21 -> playerl(FacialExpression.NEUTRAL, "Don't take it personally. You look good on my wall.").also { stage++ }
- 22 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "I don't care! I think I looked better with a body!").also { stage = END_DIALOGUE }
- 30 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "You dirty rotten swine, you!").also { stage++ }
- 31 -> playerl(FacialExpression.AMAZED, "Steady on.").also { stage++ }
- 32 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "I will kill you with my paralyzing-type magic eyes look!").also { stage++ }
- 33 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "Dots appear in air between eyes and victim. Dot! Dot! Dotty!").also { stage++ }
- 34 -> playerl(FacialExpression.NEUTRAL, "Er, nothing's happening...").also { stage++ }
- 35 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "Concentrates mental power. Eyes narrow beak clenches veins on head stand out.").also { stage++ }
- 36 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "Strain!").also { stage++ }
- 37 -> playerl(FacialExpression.ASKING, "You're dead, cockatrice. Your eyes are glass beads. It won't work.").also { stage++ }
- 38 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_ANGRY, "STRA-A-AIN!").also { stage++ }
- 39 -> playerl(FacialExpression.ASKING, "I think I'll leave you to it.").also { stage = END_DIALOGUE }
- }
- }
-}
-
-class MountedCockatriceHeadGuestDialogue(private val ownerName: String) : DialogueFile() {
- override fun handle(componentID: Int, buttonID: Int) {
- when (stage) {
- 0 -> playerl(FacialExpression.HAPPY, "Hey, a cockatrice!").also { stage++ }
- 1 -> npcl(NPCs.COCKATRICE_4227, FacialExpression.CHILD_SAD, "$ownerName deaded me! That wasn't very nice!").also { stage = END_DIALOGUE }
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/construction/decoration/study/LecternPlugin.kt b/Server/src/main/content/global/skill/construction/decoration/study/LecternPlugin.kt
deleted file mode 100644
index eb4accf67..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/study/LecternPlugin.kt
+++ /dev/null
@@ -1,227 +0,0 @@
-package content.global.skill.construction.decoration.study
-
-import content.global.handlers.item.TeleTabsListener
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.component.Component
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.node.entity.skill.Skills
-import content.global.skill.construction.Decoration
-import content.region.kandarin.ardougne.quest.plaguecity.PlagueCityListeners.Companion.ARDOUGNE_TELE_ATTRIBUTE
-import core.game.node.entity.combat.spell.MagicStaff
-import core.game.node.item.Item
-import core.game.system.task.Pulse
-import core.game.world.update.flag.context.Animation
-import core.plugin.Initializable
-import core.plugin.Plugin
-import core.game.world.GameWorld
-import core.game.interaction.InterfaceListener
-import org.rs09.consts.Items
-
-/**
- * Handles the lectern
- * LecternPlugin
- * @author Ceikry
- */
-@Initializable
-class LecternPlugin : OptionHandler() {
- /**
- * TeleTabButton
- */
- private enum class TeleTabButton(
- /**
- * The button id
- */
- val buttonId: Int,
- /**
- * The level and xp
- */
- val level: Int,
- val xp: Double,
- /**
- * The item
- */
- val tabItem: Item,
- /**
- * The required decoration (lectern)
- */
- private val requiredDecorations: Array, vararg requiredItems: Item) {
- ARDOUGNE(2, 51, 61.0, Item(TeleTabsListener.TeleTabs.ADDOUGNE_TELEPORT.item), arrayOf(Decoration.TEAK_EAGLE_LECTERN, Decoration.MAHOGANY_EAGLE_LECTERN), SOFT_CLAY, Item(Items.LAW_RUNE_563, 2), Item(Items.WATER_RUNE_555, 2)),
- BONES_TO_BANANNAS(3, 15, 25.0, Item(Items.BONES_TO_BANANAS_8014), arrayOf(Decoration.DEMON_LECTERN, Decoration.TEAK_DEMON_LECTERN, Decoration.MAHOGANY_DEMON_LECTERN), SOFT_CLAY, Item(Items.NATURE_RUNE_561, 1), Item(Items.EARTH_RUNE_557, 2), Item(Items.WATER_RUNE_555, 2)),
- BONES_TO_PEACHES(4, 60, 35.5, Item(Items.BONES_TO_PEACHES_8015), arrayOf(Decoration.MAHOGANY_DEMON_LECTERN), SOFT_CLAY, Item(Items.NATURE_RUNE_561, 2), Item(Items.EARTH_RUNE_557, 4), Item(Items.WATER_RUNE_555, 4)),
- CAMELOT(5, 45, 55.5, Item(TeleTabsListener.TeleTabs.CAMELOT_TELEPORT.item), arrayOf(Decoration.TEAK_EAGLE_LECTERN, Decoration.MAHOGANY_EAGLE_LECTERN), SOFT_CLAY, Item(Items.LAW_RUNE_563), Item(Items.AIR_RUNE_556, 5)),
- ENCHANT_DIAMOND(6, 57, 67.0, Item(Items.ENCHANT_DIAMOND_8019), arrayOf(Decoration.TEAK_DEMON_LECTERN, Decoration.MAHOGANY_DEMON_LECTERN), SOFT_CLAY, Item(Items.COSMIC_RUNE_564), Item(Items.EARTH_RUNE_557, 10)),
- ENCHANT_DRAGONSTONE(7, 68, 78.0, Item(Items.ENCHANT_DRAGONSTN_8020), arrayOf(Decoration.MAHOGANY_DEMON_LECTERN), SOFT_CLAY, Item(Items.COSMIC_RUNE_564), Item(Items.EARTH_RUNE_557, 15), Item(Items.WATER_RUNE_555, 15)),
- ENCHANT_EMERALD(8, 27, 37.0, Item(Items.ENCHANT_EMERALD_8017), arrayOf(Decoration.DEMON_LECTERN, Decoration.TEAK_DEMON_LECTERN, Decoration.MAHOGANY_DEMON_LECTERN), SOFT_CLAY, Item(Items.COSMIC_RUNE_564), Item(Items.AIR_RUNE_556, 3)),
- ENCHANT_ONYX(9, 87, 97.0, Item(Items.ENCHANT_ONYX_8021), arrayOf(Decoration.MAHOGANY_DEMON_LECTERN), SOFT_CLAY, Item(Items.COSMIC_RUNE_564), Item(Items.EARTH_RUNE_557, 20), Item(Items.FIRE_RUNE_554, 20)),
- ENCHANT_RUBY(10, 49, 59.0, Item(Items.ENCHANT_RUBY_8018), arrayOf(Decoration.TEAK_DEMON_LECTERN, Decoration.MAHOGANY_DEMON_LECTERN), SOFT_CLAY, Item(Items.COSMIC_RUNE_564), Item(Items.FIRE_RUNE_554, 5)),
- ENCHANT_SAPPHIRE(11, 7, 17.5, Item(Items.ENCHANT_SAPPHIRE_8016), arrayOf(Decoration.OAK_LECTERN, Decoration.EAGLE_LECTERN, Decoration.TEAK_EAGLE_LECTERN, Decoration.MAHOGANY_EAGLE_LECTERN, Decoration.DEMON_LECTERN, Decoration.TEAK_DEMON_LECTERN, Decoration.MAHOGANY_DEMON_LECTERN), SOFT_CLAY, Item(Items.COSMIC_RUNE_564), Item(Items.WATER_RUNE_555)),
- FALADOR(12, 37, 48.0, Item(TeleTabsListener.TeleTabs.FALADOR_TELEPORT.item), arrayOf(Decoration.EAGLE_LECTERN, Decoration.TEAK_EAGLE_LECTERN, Decoration.MAHOGANY_EAGLE_LECTERN), SOFT_CLAY, Item(Items.LAW_RUNE_563), Item(Items.WATER_RUNE_555), Item(Items.AIR_RUNE_556, 3)),
- LUMBRIDGE(13, 31, 41.0, Item(TeleTabsListener.TeleTabs.LUMBRIDGE_TELEPORT.item), arrayOf(Decoration.EAGLE_LECTERN, Decoration.TEAK_EAGLE_LECTERN, Decoration.MAHOGANY_EAGLE_LECTERN), SOFT_CLAY, Item(Items.LAW_RUNE_563), Item(Items.EARTH_RUNE_557), Item(Items.AIR_RUNE_556, 3)),
- HOUSE(14, 40, 30.0, Item(Items.TELEPORT_TO_HOUSE_8013), arrayOf(Decoration.MAHOGANY_EAGLE_LECTERN), SOFT_CLAY, Item(Items.LAW_RUNE_563), Item(Items.EARTH_RUNE_557), Item(Items.AIR_RUNE_556)),
- VARROCK(15, 25, 35.0, Item(TeleTabsListener.TeleTabs.VARROCK_TELEPORT.item), arrayOf(Decoration.OAK_LECTERN, Decoration.EAGLE_LECTERN, Decoration.TEAK_EAGLE_LECTERN, Decoration.MAHOGANY_EAGLE_LECTERN, Decoration.DEMON_LECTERN, Decoration.TEAK_DEMON_LECTERN, Decoration.MAHOGANY_DEMON_LECTERN), SOFT_CLAY, Item(Items.LAW_RUNE_563), Item(Items.FIRE_RUNE_554), Item(Items.AIR_RUNE_556, 3)),
- WATCHTOWER(16, 58, 68.0, Item(TeleTabsListener.TeleTabs.WATCH_TOWER_TELEPORT.item), arrayOf(Decoration.MAHOGANY_EAGLE_LECTERN), SOFT_CLAY, Item(Items.LAW_RUNE_563, 2), Item(Items.EARTH_RUNE_557, 2));
-
- /**
- * The required items
- */
- val requiredItems: ArrayList- = arrayListOf(*requiredItems)
-
- /**
- * Checks if the player can make this tab
- * @param player
- * @return
- */
- fun canMake(player: Player): Boolean {
- val objectId = player.getAttribute
("ttb:objectid")
- if (player.skills.getLevel(Skills.MAGIC) < level && player.spellBookManager.spellBook == 192) {
- player.sendMessage("You need a magic level of $level to make that!")
- return false
- }
- if (this == BONES_TO_PEACHES && !player.savedData.activityData.isBonesToPeaches) {
- player.sendMessages("You need the Bones to Peaches ability purchased from MTA before making these.", "This requirement doesn't apply to actually using the tabs.")
- return false
- }
- if(this == ARDOUGNE && !getAttribute(player, ARDOUGNE_TELE_ATTRIBUTE, false)){
- sendMessage(player, "You need to unlock Ardougne teleport before you can make a tablet.")
- return false
-
- }
- var found = false
- for (d in requiredDecorations) if (d.objectId == objectId) found = true
- if (!found) {
- player.sendMessage("You're unable to make this tab on this specific lectern.")
- return false
- }
- for (item in requiredItems) {
- val staff = MagicStaff.forId(item.id)
- if (staff != null && player.equipment.containsAtLeastOneItem(staff.staves)) {
- continue
- }
- if (!player.inventory.containsItem(item)) {
- //TODO staffs
- player.sendMessage("You don't have enough materials.")
- return false
- }
- }
- return true
- }
-
- companion object {
- /**
- * Gets the button for the id
- * @param id
- * @return
- */
- fun forId(id: Int): TeleTabButton? {
- for (ttb in values()) {
- if (ttb.buttonId == id) return ttb
- }
- return null
- }
- }
-
- }
-
- @Throws(Throwable::class)
- override fun newInstance(arg: Any?): Plugin? {
- for (i in 13642..13648) {
- SceneryDefinition.forId(i).handlers["option:study"] = this
- }
- return this
- }
-
- override fun handle(player: Player, node: Node, option: String): Boolean {
- val id = node.asScenery().id
- player.setAttribute("ttb:objectid", id)
- GameWorld.Pulser.submit(object : Pulse(){
- var counter = 0
- override fun pulse(): Boolean {
- when(counter++){
- 0 -> player.animator.animate(Animation(1894)).also { player.lock() }
- 1 -> player.interfaceManager.open(Component(400)).also { player.unlock(); return true }
- }
- return false
- }
- })
- return true
- }
-
- /**
- * TeleTabInterface
- * @author Ceikry
- */
- class TeleTabInterface : InterfaceListener {
- val decorationVarps = hashMapOf(
- Decoration.OAK_LECTERN to Pair(0, 0),
- Decoration.EAGLE_LECTERN to Pair(1, 0),
- Decoration.DEMON_LECTERN to Pair(0, 1),
- Decoration.TEAK_EAGLE_LECTERN to Pair(2, 0),
- Decoration.TEAK_DEMON_LECTERN to Pair(0, 2),
- Decoration.MAHOGANY_EAGLE_LECTERN to Pair(3, 0),
- Decoration.MAHOGANY_DEMON_LECTERN to Pair(0, 3),
- )
- override fun defineInterfaceListeners() {
- onOpen(400) { player, component ->
- val id = player.getAttribute("ttb:objectid", 0)
- val deco = Decoration.forObjectId(id)
- val values = decorationVarps[deco] ?: Pair(0, 0)
- setVarp(player, 261, values.first)
- setVarp(player, 262, values.second)
- return@onOpen true
- }
- on(400) { player, _, _, buttonID, _, _ ->
- val ttb = TeleTabButton.forId(buttonID)
- if (ttb != null && ttb.canMake(player)) {
- player.interfaceManager.close()
- var requiredItemsCountingStaves = ttb.requiredItems.filter({ item ->
- val staff = MagicStaff.forId(item.id)
- !(staff != null && player.equipment.containsAtLeastOneItem(staff.staves))
- }).toTypedArray()
- player.pulseManager.run(object : Pulse(1) {
- var counter = 0
- override fun pulse(): Boolean {
- when(counter++) {
- 0 -> {
- if (!ttb.canMake(player)) {
- return true
- }
- //TODO Add correct lectern animation (should look like raising arms progressively higher 3 times).
- player.animate(Animation(782))
- }
- 2 -> {
- if (player.inventory.remove(*requiredItemsCountingStaves)) {
- // Should never drop, since soft clay was successfully removed
- addItemOrDrop(player, ttb.tabItem.id)
- player.skills.addExperience(Skills.MAGIC, ttb.xp, true)
- if (ttb == TeleTabButton.VARROCK
- && (player.getAttribute("ttb:objectid", 0) == Decoration.MAHOGANY_EAGLE_LECTERN.objectId
- || player.getAttribute("ttb:objectid", 0) == Decoration.MAHOGANY_DEMON_LECTERN.objectId)) {
- player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 2, 8)
- }
- } else {
- return true
- }
- }
- }
- counter %= 6
- return false
- }
- })
- }
- player.animate(Animation(-1))
- return@on true
- }
- }
- }
-
- companion object {
- /**
- * Soft clay
- */
- private val SOFT_CLAY = Item(Items.SOFT_CLAY_1761, 1)
- }
-}
diff --git a/Server/src/main/content/global/skill/construction/decoration/study/TelescopePlugin.kt b/Server/src/main/content/global/skill/construction/decoration/study/TelescopePlugin.kt
deleted file mode 100644
index ea1d8c783..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/study/TelescopePlugin.kt
+++ /dev/null
@@ -1,59 +0,0 @@
-package content.global.skill.construction.decoration.study
-
-import core.cache.def.impl.SceneryDefinition
-import core.game.component.Component
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import core.game.node.scenery.Scenery
-import core.game.node.entity.player.Player
-import core.game.system.task.Pulse
-import core.game.world.update.flag.context.Animation
-import core.plugin.Initializable
-import core.plugin.Plugin
-import core.tools.RandomFunction
-import content.global.activity.shootingstar.ShootingStarPlugin
-import core.game.world.GameWorld.Pulser
-import java.util.concurrent.TimeUnit
-
-@Initializable
-class TelescopePlugin : OptionHandler() {
- @Throws(Throwable::class)
- override fun newInstance(arg: Any?): Plugin? {
- SceneryDefinition.forId(13656).handlers["option:observe"] = this
- SceneryDefinition.forId(13657).handlers["option:observe"] = this
- SceneryDefinition.forId(13658).handlers["option:observe"] = this
- return this
- }
-
- override fun handle(player: Player?, node: Node?, option: String?): Boolean {
- val obj = node?.asScenery() as Scenery
- val star = ShootingStarPlugin.getStar()
- val delay: Int = 25000 + (25000 / 3)
- val timeLeft = delay - star.ticks
- val window = when (obj.id) {
- 13657 -> 9
- 13658 -> 2
- else -> 24
- }
- val fakeTimeLeft = RandomFunction.random(-window, window+1) + TimeUnit.MILLISECONDS.toMinutes(timeLeft * 600L)
- player?.lock()
- player?.animate(ANIMATION)
- player?.interfaceManager?.open(Component(782)).also {
- player?.unlock()
- Pulser.submit(object : Pulse(2, player) {
- override fun pulse(): Boolean {
- if (obj.isActive) {
- player?.dialogueInterpreter?.sendDialogue("You see a shooting star! The star looks like it will land","in about $fakeTimeLeft minutes!")
- return true
- }
- return true
- }
- })
- return true
- }
- }
-
- companion object {
- private val ANIMATION = Animation.create(3649)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/workshop/ArmourStand.kt b/Server/src/main/content/global/skill/construction/decoration/workshop/ArmourStand.kt
deleted file mode 100644
index 44a050754..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/workshop/ArmourStand.kt
+++ /dev/null
@@ -1,121 +0,0 @@
-package content.global.skill.construction.decoration.workshop
-
-import core.game.dialogue.DialoguePlugin
-import content.data.RepairItem
-import core.game.interaction.NodeUsageEvent
-import core.game.interaction.UseWithHandler
-import content.global.handlers.item.equipment.BarrowsEquipment
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.plugin.Initializable
-import core.plugin.Plugin
-import kotlin.math.ceil
-import org.rs09.consts.Items
-
-private val ALL_REPAIRABLE_ITEM_IDS = (RepairItem.repairableItemIds + BarrowsEquipment.getAllRepairableBarrowsIds()).toIntArray()
-
-@Initializable
-class ArmourStand : UseWithHandler(*ALL_REPAIRABLE_ITEM_IDS) {
- override fun newInstance(arg: Any?): Plugin {
- addHandler(13715, OBJECT_TYPE, this)
- return this
- }
-
- override fun handle(event: NodeUsageEvent?): Boolean {
- event ?: return false
- val player = event.player
- val usedItem = event.used.asItem()
-
- var baseCost = 0
- var product: Item? = null
-
- val repairItem = RepairItem.forId(usedItem.id)
- val barrowsDef = BarrowsEquipment.getDefinition(usedItem.id)
-
- if (repairItem != null) {
- baseCost = repairItem.cost
- product = repairItem.product
- } else if (barrowsDef != null) {
- if (BarrowsEquipment.isFullyRepaired(event.used.id)) {
- player.sendMessage("That item can't be repaired.")
- return true
- }
- baseCost = BarrowsEquipment.getRepairCost(usedItem)
- product = Item(barrowsDef.repairedId)
- } else {
- player.sendMessage("That item can't be repaired.")
- return true
- }
-
- val discountMultiplier = (100.0 - (player.skills.getLevel(Skills.SMITHING) / 2.0)) / 100.0
- val cost = ceil(discountMultiplier * baseCost).toInt()
-
- player.dialogueInterpreter.open(58824213,usedItem, cost, product)
- return true
- }
- @Initializable
- class RepairDialogue(player: Player? = null) : DialoguePlugin(player) {
-
- private var item: Item? = null
- private var cost: Int = 0
- private var product: Item? = null
-
- override fun newInstance(player: Player?): DialoguePlugin = RepairDialogue(player)
-
- override fun open(vararg args: Any?): Boolean {
- item = args[0] as Item
- cost = args[1] as Int
- product = args[2] as Item
-
- val itemName = item?.name?.lowercase() ?: "item"
- player.dialogueInterpreter.sendDialogue(
- "Would you like to repair your $itemName",
- "for $cost gp?"
- )
- stage = 0
- return true
- }
-
- override fun handle(interfaceId: Int, buttonId: Int): Boolean {
- val currentItem = item ?: return false
- val currentProduct = product ?: return false
-
- when (stage) {
- 0 -> {
- options("Yes, please", "No, thanks")
- stage++
- }
- 1 -> when (buttonId) {
- 1 -> {
- exchangeItems(currentItem, cost, currentProduct)
- end()
- }
- 2 -> end()
- }
- }
- return true
- }
-
- private fun exchangeItems(item: Item, cost: Int, product: Item) {
- val coins = Item(Items.COINS_995, cost)
-
- if (player.inventory.containsItem(coins) && player.inventory.containsItem(item)) {
- if (player.inventory.remove(item, coins)) {
- if (player.inventory.add(product)) {
- val costText = if (cost > 0) "${cost}gp" else "free"
- player.sendMessage("You repair your ${product.name.lowercase()} for $costText.")
- return
- }
- }
- player.sendMessage("Report this to an administrator!")
- } else {
- player.sendMessage("You can't afford that.")
- }
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(58824213)
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/construction/decoration/workshop/ToolsPlugin.kt b/Server/src/main/content/global/skill/construction/decoration/workshop/ToolsPlugin.kt
deleted file mode 100644
index 22e3a28cb..000000000
--- a/Server/src/main/content/global/skill/construction/decoration/workshop/ToolsPlugin.kt
+++ /dev/null
@@ -1,233 +0,0 @@
-package content.global.skill.construction.decoration.workshop
-
-
-
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.dialogue.DialogueInterpreter
-import core.game.dialogue.DialoguePlugin
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.plugin.ClassScanner.definePlugin
-import core.plugin.Initializable
-import core.plugin.Plugin
-import org.rs09.consts.Items
-
-/**
- * Handles the 5 types of tool stores
- * ToolsPlugin.java
- * @author Clayton Williams
- * @date Oct 29, 2015
- */
-
-
-@Initializable
-class ToolsPlugin : OptionHandler() {
- val id =0
- @Throws(Throwable::class)
- override fun newInstance(arg: Any?): Plugin {
- definePlugin(ToolDialogue())
- SceneryDefinition.forId(13699).getHandlers().put("option:search", this)
- SceneryDefinition.forId(13700).getHandlers().put("option:search", this)
- SceneryDefinition.forId(13701).getHandlers().put("option:search", this)
- SceneryDefinition.forId(13702).getHandlers().put("option:search", this)
- SceneryDefinition.forId(13703).getHandlers().put("option:search", this)
- return this
- }
- override fun handle(player: Player, node: Node, option: String?): Boolean {
- openDialogue(player,DialogueInterpreter.getDialogueKey("con:tools"), node.getId())
- return true
- }
-
- /**
- * Handles the tool dialogue
- * @author Clayton Williams
- * @date Oct 29, 2015
- */
- private inner class ToolDialogue : DialoguePlugin {
- private var id: Int? = null
- /**
- * Constructs a new `ToolDialogue` `Object`.
- */
- constructor()
-
- /**
- * Constructs a new `ToolDialogue` `Object`.
- *
- * @param player
- * the player.
- */
- constructor(player: Player?) : super(player)
-
- fun addItemMsg(player: Player, id: Int, amount: Int = 1) {
-
- if (!addItem(player, id,amount)){
- sendDialogue(player, "You have no space in your inventory.")
- stage = 3 //Stage 3, player just needs to confirm they received the no inventory space dialogue
- } else {end()} //Player received their Item, close dialogue
- }
-
- public override fun newInstance(player: Player?): DialoguePlugin {
- return ToolDialogue(player)
- }
-
- override fun open(vararg args: Any?): Boolean {
- id = args[0] as Int
- when (id) {
- 13699 -> {
- sendDialogueOptions(player,"Select a Tool", "Saw", "Chisel", "Hammer", "Shears")
- }
-
- 13700 -> {
- sendDialogueOptions(player,"Select a Tool", "Bucket", "Knife", "Spade", "Tinderbox")
- }
-
- 13701 -> {
- sendDialogueOptions(player,"Select a Tool", "Brown apron", "Glassblowing pipe", "Needle")
- }
-
- 13702 -> {
- sendDialogueOptions(player,"Select a Tool","Amulet mould","Necklace mould","Ring mould","Holy mould","More Options"
- )
- stage = 1
- }
-
- 13703 -> {
- sendDialogueOptions(player,"Select a Tool", "Rake", "Spade", "Trowel", "Seed dibber", "Watering can")
- }
- }
- return true
- }
- override fun handle(interfaceId: Int, buttonId: Int): Boolean {
- if (stage == 3) {//If reply was on full inventory confirmation, close dialogue
- end()
- return true
- }
- when (id) {
- 13699 -> {
- when (buttonId) {
- 1 -> {
- addItemMsg(player, Items.SAW_8794)
- }
-
- 2 -> {
- addItemMsg(player, Items.CHISEL_1755)
- }
-
- 3 -> {
- addItemMsg(player, Items.HAMMER_2347)
- }
-
- 4 -> {
- addItemMsg(player, Items.SHEARS_1735)
- }
- }
- }
-
- 13700 -> {
- when (buttonId) {
- 1 -> {
- addItemMsg(player, Items.BUCKET_1925)
- }
-
- 2 -> {
- addItemMsg(player, Items.KNIFE_946)
- }
-
- 3 -> {
- addItemMsg(player, Items.SPADE_952)
- }
-
- 4 -> {
- addItemMsg(player, Items.TINDERBOX_590)
- }
- }
- }
-
- 13701 -> {
- when (buttonId) {
- 1 -> {
- addItemMsg(player, Items.BROWN_APRON_1757)
- }
-
- 2 -> {
- addItemMsg(player, Items.GLASSBLOWING_PIPE_1785)
- }
-
- 3 -> {
- addItemMsg(player, Items.NEEDLE_1733)
- }
- }
- }
-
- 13702 -> {
- when (stage) {
- 1 -> when (buttonId) {
- 1 -> {
- addItemMsg(player, Items.AMULET_MOULD_1595)
- }
-
- 2 -> {
- addItemMsg(player, Items.NECKLACE_MOULD_1597)
- }
-
- 3 -> {
- addItemMsg(player, Items.RING_MOULD_1592)
- }
-
- 4 -> {
- addItemMsg(player, Items.HOLY_MOULD_1599)
- }
-
- 5 -> {
- sendDialogueOptions(player,
- "Select a Tool", "Bracelet mould", "Tiara mould"
- )
- stage = 2
- }
- }
- 2 -> {
- when (buttonId) {
- 1 -> {
- addItemMsg(player, Items.BRACELET_MOULD_11065)
- }
-
- 2 -> {
- addItemMsg(player, Items.TIARA_MOULD_5523)
- }
- }
- }
- }
- }
- 13703 -> {
- when (buttonId) {
- 1 -> {
- addItemMsg(player, Items.RAKE_5341)
- }
-
- 2 -> {
- addItemMsg(player, Items.SPADE_952)
- }
-
- 3 -> {
- addItemMsg(player, Items.TROWEL_676)
- }
-
- 4 -> {
- addItemMsg(player, Items.SEED_DIBBER_5343)
- }
-
- 5 -> {
- addItemMsg(player, Items.WATERING_CAN_5331)
- }
- }
- }
- }
- return true
- }
- override fun getIds(): IntArray {
- return intArrayOf(DialogueInterpreter.getDialogueKey("con:tools"))
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/cooking/CakeListener.kt b/Server/src/main/content/global/skill/cooking/CakeListener.kt
deleted file mode 100644
index dc8eb948f..000000000
--- a/Server/src/main/content/global/skill/cooking/CakeListener.kt
+++ /dev/null
@@ -1,39 +0,0 @@
-package content.global.skill.cooking
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Items
-
-class CakeListener : InteractionListener {
- private val cakeArr = intArrayOf(
- Items.EGG_1944,
- Items.BUCKET_OF_MILK_1927,
- Items.POT_OF_FLOUR_1933
- )
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, cakeArr, Items.CAKE_TIN_1887) { player, _, _ ->
- if (getDynLevel(player, Skills.COOKING) < 40) {
- sendMessage(player, "You need a Cooking level of at least 40 in order to do this.")
- return@onUseWith true
- }
-
- if(inInventory(player, Items.EGG_1944) && inInventory(player, Items.BUCKET_OF_MILK_1927) && inInventory(player, Items.POT_OF_FLOUR_1933) && inInventory(player, Items.CAKE_TIN_1887)) {
- if(removeItem(player, Items.EGG_1944) && removeItem(player, Items.BUCKET_OF_MILK_1927) && removeItem(player, Items.POT_OF_FLOUR_1933) && removeItem(player, Items.CAKE_TIN_1887)){
- addItem(player, Items.EMPTY_POT_1931)
- addItem(player, Items.UNCOOKED_CAKE_1889)
- addItem(player, Items.BUCKET_1925)
- sendMessage(player, "You mix the milk, flour and egg together to make a raw cake mix.")
-
- }
- }
- else{
- // Not sure about the authentic message
- sendMessage(player, "You don't have enough ingredients to make that.")
- }
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/CoconutListener.kt b/Server/src/main/content/global/skill/cooking/CoconutListener.kt
deleted file mode 100644
index 5f7da66d4..000000000
--- a/Server/src/main/content/global/skill/cooking/CoconutListener.kt
+++ /dev/null
@@ -1,31 +0,0 @@
-package content.global.skill.cooking
-
-import core.api.addItem
-import core.api.removeItem
-import core.api.sendMessage
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class CoconutListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.COCONUT_5974, Items.HAMMER_2347) { player, used, _ ->
- if(removeItem(player, used.id)) {
- addItem(player, Items.COCONUT_5976)
- sendMessage(player, "You crush the coconut with a hammer.")
- return@onUseWith true
- }
- return@onUseWith false
- }
- onUseWith(IntType.ITEM, Items.COCONUT_5976, Items.VIAL_229) { player, used, with ->
- if(removeItem(player, used.id) && removeItem(player, with.id)) {
- addItem(player, Items.COCONUT_SHELL_5978)
- addItem(player, Items.COCONUT_MILK_5935)
- sendMessage(player, "You overturn the coconut into a vial.")
- return@onUseWith true
- }
- return@onUseWith false
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/CookableItems.java b/Server/src/main/content/global/skill/cooking/CookableItems.java
deleted file mode 100644
index 4917db765..000000000
--- a/Server/src/main/content/global/skill/cooking/CookableItems.java
+++ /dev/null
@@ -1,173 +0,0 @@
-package content.global.skill.cooking;
-
-import org.rs09.consts.Items;
-import core.game.node.item.Item;
-
-import java.util.HashMap;
-
-public enum CookableItems {
- // meats
- CHICKEN(2140, 2138, 2144, 1, 30, 128, 512, 128, 512),
- UGTHANKI(2140, 2138, 2144, 1, 40, 40, 252, 30, 253),
- RABBIT(3228, 3226, 7222, 1, 30, 128, 512, 128, 512),
- CRAB(7521, 7518, 7520, 21, 100, 57, 377, 57, 377),
- CHOMPY(2878, 2876, 2880, 30, 100, 200, 255, 200, 255),
- JUBBLY(7568, 7566, 7570, 41, 160, 195, 250, 195, 250), // Can burn at 99 cooking. Ballpark low/high.
-
- // fish
- CRAYFISH(13433, 13435, 13437, 1, 30, 128, 512, 128, 512),
- SHRIMP(315, 317, 7954, 1, 30, 128, 512, 128, 512),
- KARAMBWANJI(3151, 3150, 592, 1, 10, 200, 400, 200, 400),
- SARDINE(325, 327, 369, 1, 40, 118, 492, 118, 492),
- ANCHOVIES(319, 321, 323, 1, 30, 128, 512, 128, 512),
- HERRING(347, 345, 357, 5, 50, 108, 472, 108, 472),
- MACKEREL(355, 353, 357, 10, 60, 98, 452, 98, 452),
- TROUT(333, 335, 343, 15, 70, 88, 432, 88, 432),
- COD(339, 341, 343, 18, 75, 83, 422, 88, 432),
- PIKE(351, 349, 343, 20, 80, 78, 412, 78, 412),
- SALMON(329, 331, 343, 25, 90, 68, 392, 68, 392),
- SLIMY_EEL(3381, 3379, 3383, 28, 95, 63, 382, 63, 382),
- TUNA(361, 359, 367, 30, 100, 58, 372, 58, 372),
- RAINBOW_FISH(10136, 10138, 10140, 35, 110, 56, 370, 56, 370),
- CAVE_EEL(5003, 5001, 5002, 38, 115, 38, 332, 38, 332),
- LOBSTER(379, 377, 381, 40, 120, 38, 332, 38, 332),
- BASS(365, 363, 367, 43, 130, 33, 312, 33, 312),
- SWORDFISH(373, 371, 375, 45, 140, 18, 292, 30, 310),
- LAVA_EEL(2149, 2148, 3383, 53, 30, 256, 256, 256, 256), // never burn
- MONKFISH(7946, 7944, 7948, 62, 150, 11, 275, 13, 280),
- SHARK(385, 383, 387, 80, 210, 1, 202, 1, 232),
- SEA_TURTLE(397, 395, 399, 82, 212, 1, 202, 1, 222),
- MANTA_RAY(391, 389, 393, 91, 216, 1, 202, 1, 222),
- KARAMBWAN(3144, 3142, 3146, 30, 190, 70, 255, 70, 255),
-
- // snails
- THIN_SNAIL(3369, 3363, 3375, 12, 70, 93, 444, 93, 444),
- LEAN_SNAIL(3371, 3365, 3375, 17, 80, 85, 428, 93, 444),
- FAT_SNAIL(3373, 3367, 3375, 22, 95, 73, 402, 73, 402),
-
- // bread
- BREAD(2309, 2307, 2311, 1, 40, 118, 492, 118, 492),
- PITTA_BREAD(1865, 1863, 1867, 58, 40,118, 492, 118, 492),
-
- // cake
- CAKE(1891, 1889, 1903, 40, 180, 0, 0, 38, 332),
-
- // beef(s) (rat, bear, cow, yak)
- BEEF(2142, 2132, 2146, 1, 30, 128, 512, 128, 512),
- RAT_MEAT(2142, 2134, 2146, 1, 30, 128, 512, 128, 512),
- BEAR_MEAT(2142, 2136, 2146, 1, 30, 128, 512, 128, 512),
- YAK_MEAT(2142, 10816, 2146, 1, 30, 128, 512, 128, 512),
-
- // skewered foods
- SKEWER_CHOMPY(2878, 7230, 2880, 30, 100, 200, 255, 200, 255),
- SKEWER_ROAST_RABBIT(7223, 7224, 7222, 16, 72, 160, 255, 160, 255),
- SKEWER_ROAST_BIRD(9980, 9984, 9982, 11, 62, 155, 255, 155, 255),
- SKEWER_ROAST_BEAST(9988, 9992, 9990, 21, 82.5, 180, 255, 180, 255),
-
- // pies
- REDBERRY_PIE(2325, 2321, 2329, 10, 78, 0, 0, 98, 452),
- MEAT_PIE(2327, 2319, 2329, 20, 110, 0, 0, 78, 412),
- MUD_PIE(7170, 7168, 2329, 29, 128, 0, 0, 58, 372),
- APPLE_PIE(2323, 2317, 2329, 30, 130, 0, 0, 58, 372),
- GARDEN_PIE(7178, 7176, 2329, 34, 138, 0, 0, 48, 352),
- FISH_PIE(7188, 7186, 2329, 47, 164, 0, 0, 38, 332),
- ADMIRAL_PIE(7198, 7196, 2329, 70, 210, 0, 0, 15, 270),
- WILD_PIE(7208, 7206, 2329, 85, 240, 0, 0, 1, 222),
- SUMMER_PIE(7218, 7216, 2329, 95, 260, 0, 0, 1, 212),
-
- // pizzas
- PIZZA_PLAIN(2289, 2287, 2305, 35, 143, 0, 0, 48, 352),
-
- // bowl foods
- BOWL_STEW(2003, 2001, 2005, 25, 117, 68, 392, 68, 392),
- BOWL_CURRY(2011, 2009, 2013, 60, 280, 38, 332, 38, 332),
- BOWL_NETTLE(4239, 4237, 4239, 20, 53, 78, 412, 78, 412),
- BOWL_EGG(7078, 7076, 7090, 13, 50, 0, 0, 90, 438),
- BOWL_ONION(7084, 1871, 7092, 43, 60, 36, 322, 36, 322),
- BOWL_MUSHROOM(7082, 7080, 7094, 46, 60, 16, 282, 16, 282),
-
- // vegetables
- BAKED_POTATO(6701, 1942, 6699, 7, 15, 0, 0, 108, 472),
- SWEETCORN(5988, 5986, 5990, 28, 104, 78, 412, 78, 412),
-
- // miscellaneous
- RAW_OOMLIE(Items.RAW_OOMLIE_2337, 0, Items.BURNT_OOMLIE_2426, 50, 0, 0, 0, 0, 0), // always burns
- OOMLIE_WRAP(Items.COOKED_OOMLIE_WRAP_2343, Items.WRAPPED_OOMLIE_2341, Items.BURNT_OOMLIE_WRAP_2345, 50, 30, 106, 450, 112, 476),
- SEAWEED(Items.SEAWEED_401, 0, Items.SODA_ASH_1781, 0, 0, 0, 0, 0, 0),
- BARLEY(Items.BARLEY_6006, 0, Items.BARLEY_MALT_6008, 0, 0, 0, 0, 0, 0),
-
- /**
- * Sinew gets overridden by BEEF in this enum, due to values being looked up by the items RAW id.
- * This gets corrected in {@link SinewCookingPulse}
- */
- SINEW(Items.SINEW_9436, Items.RAW_BEEF_2132, Items.SINEW_9436, 0, 3, 0, 0, 0, 0);
-
- public final static HashMap cookingMap = new HashMap<>();
- public final static HashMap intentionalBurnMap = new HashMap<>();
- public final static HashMap gauntletValues = new HashMap<>();
- public final static HashMap lumbridgeRangeValues = new HashMap<>();
- public final int cooked, raw, burnt, level, low, high, lowRange, highRange;
- public final double experience;
-
- CookableItems(int cooked, int raw, int burnt, int level, double experience, int low, int high, int lowRange, int highRange) {
- this.cooked = cooked;
- this.raw = raw;
- this.burnt = burnt;
- this.level = level;
- this.experience = experience;
- this.low = low;
- this.high = high;
- this.lowRange = lowRange;
- this.highRange = highRange;
- }
-
- static {
- for (CookableItems item : values()) {
- cookingMap.putIfAbsent(item.raw, item);
- intentionalBurnMap.putIfAbsent(item.cooked, item);
- }
-
- gauntletValues.put(Items.RAW_LOBSTER_377, new int[]{55, 368});
- gauntletValues.put(Items.RAW_SWORDFISH_371, new int[]{30, 310});
- gauntletValues.put(Items.RAW_MONKFISH_7944, new int[]{24, 290});
- gauntletValues.put(Items.RAW_SHARK_383, new int[]{15, 270});
-
- lumbridgeRangeValues.put(Items.BREAD_DOUGH_2307, new int[]{128, 512});
- lumbridgeRangeValues.put(Items.RAW_BEEF_2132, new int[]{138, 532});
- lumbridgeRangeValues.put(Items.RAW_RAT_MEAT_2134, new int[]{138, 532});
- lumbridgeRangeValues.put(Items.RAW_BEAR_MEAT_2136, new int[]{138, 532});
- lumbridgeRangeValues.put(Items.RAW_YAK_MEAT_10816, new int[]{138, 532});
- lumbridgeRangeValues.put(Items.RAW_CHICKEN_2138, new int[]{138, 532});
- lumbridgeRangeValues.put(Items.RAW_SHRIMPS_317, new int[]{138, 532});
- lumbridgeRangeValues.put(Items.RAW_ANCHOVIES_321, new int[]{138, 532});
- lumbridgeRangeValues.put(Items.RAW_SARDINE_327, new int[]{128, 512});
- lumbridgeRangeValues.put(Items.RAW_HERRING_345, new int[]{118, 492});
- lumbridgeRangeValues.put(Items.RAW_MACKEREL_353, new int[]{108, 472});
- lumbridgeRangeValues.put(Items.UNCOOKED_BERRY_PIE_2321, new int[]{108, 462});
- lumbridgeRangeValues.put(Items.THIN_SNAIL_3363, new int[]{103, 464});
- lumbridgeRangeValues.put(Items.RAW_TROUT_335, new int[]{98, 452});
- lumbridgeRangeValues.put(Items.LEAN_SNAIL_3365, new int[]{95, 448});
- lumbridgeRangeValues.put(Items.RAW_COD_341, new int[]{93, 442});
- lumbridgeRangeValues.put(Items.RAW_PIKE_349, new int[]{88, 432});
- lumbridgeRangeValues.put(Items.UNCOOKED_MEAT_PIE_2319, new int[]{88, 432});
- lumbridgeRangeValues.put(Items.FAT_SNAIL_3367, new int[]{83, 422});
- lumbridgeRangeValues.put(Items.UNCOOKED_STEW_2001, new int[]{78, 412});
- lumbridgeRangeValues.put(Items.RAW_SALMON_331, new int[]{78, 402});
- }
-
- public static CookableItems forId(int id) {
- return cookingMap.get(id);
- }
-
- public static Item getBurnt(int id) {
- return new Item(cookingMap.get(id).burnt);
- }
-
- public static boolean intentionalBurn(int id) {
- return (intentionalBurnMap.get(id) != null);
- }
-
- public static Item getIntentionalBurn(int id) {
- return new Item(intentionalBurnMap.get(id).burnt);
- }
-}
diff --git a/Server/src/main/content/global/skill/cooking/CookingDialogue.kt b/Server/src/main/content/global/skill/cooking/CookingDialogue.kt
deleted file mode 100644
index a560c8026..000000000
--- a/Server/src/main/content/global/skill/cooking/CookingDialogue.kt
+++ /dev/null
@@ -1,134 +0,0 @@
-package content.global.skill.cooking
-
-import core.api.*
-import core.cache.def.impl.ItemDefinition
-import core.game.node.scenery.Scenery
-import content.global.skill.cooking.CookingRewrite.Companion.cook
-import core.net.packet.PacketRepository
-import core.net.packet.context.ChildPositionContext
-import core.net.packet.out.RepositionChild
-import org.rs09.consts.Items
-import core.game.dialogue.DialogueFile
-import core.tools.START_DIALOGUE
-
-/**
- * @author Ceikry
- * @author bushtail - fixing it up
- * @auther Woah - for more fixing up
- */
-
-class CookingDialogue(vararg val args: Any) : DialogueFile(){
- var initial = 0
- var product = 0
- var `object`: Scenery? = null
- var sinew = false
- var itemid = 0
- override fun handle(componentID: Int, buttonID: Int) {
- when(stage){
- START_DIALOGUE -> {
- when (args.size) {
- 2 -> {
- initial = args.get(0) as Int
- if (CookableItems.intentionalBurn(initial)) { // checks intentional burning
- product = CookableItems.getIntentionalBurn(initial).id
- } else {
- product = CookableItems.forId(initial).cooked
- }
- `object` = args.get(1) as Scenery
- }
- 5 -> {
- initial = args.get(0) as Int
- product = args.get(1) as Int
- sinew = args.get(2) as Boolean
- `object` = args.get(3) as Scenery
- itemid = args.get(4) as Int
- if (sinew) {
- options(
- "Dry the meat into sinew",
- "Cook the meat"
- )
- stage = if (amountInInventory(player!!, initial) > 1) 100 else 101
- return
- }
- }
- }
- display()
- }
-
- 1 -> {
- end()
- val amount = getAmount(buttonID)
- when (amount) {
- -1 -> sendInputDialogue(player!!, true, "Enter the amount:") { value ->
- if (value is String) {
- cook(player!!, `object`, initial, product, value.toInt())
- } else {
- cook(player!!, `object`, initial, product, value as Int)
- }
- }
-
- else -> {
- end()
- cook(player!!, `object`, initial, product, amount)
- }
- }
- }
-
- 100 -> {
- when (buttonID) {
- 1 -> {
- product = Items.SINEW_9436
- display()
- }
- 2 -> {
- product = CookableItems.forId(initial).cooked
- display()
- }
- }
- }
-
- 101 -> {
- when (buttonID) {
- 1 -> {
- end()
- cook(player!!, `object`, initial, Items.SINEW_9436, 1)
- }
- 2 -> {
- end()
- cook(player!!, `object`, initial, CookableItems.forId(initial).cooked, 1)
- }
- }
- }
- }
- }
-
- private fun getAmount(buttonId: Int): Int {
- when (buttonId) {
- 5 -> return 1
- 4 -> return 5
- 3 -> return -1
- 2 -> return player!!.inventory.getAmount(initial)
- }
- return -1
- }
-
- fun display() {
- player!!.packetDispatch.sendItemZoomOnInterface(initial, 160, 307, 2)
- player!!.packetDispatch.sendString(" ${ItemDefinition.forId(initial).name}", 307, 6)
-
- // Re-format this interface because it is not formatted properly for the chat-box
- // Swords
- PacketRepository.send(RepositionChild::class.java, ChildPositionContext(player, 307, 0, 12, 15))
- PacketRepository.send(RepositionChild::class.java, ChildPositionContext(player, 307, 1, 431, 15))
- // "How many would you like to cook?"
- PacketRepository.send(RepositionChild::class.java, ChildPositionContext(player, 307, 7, 0, 12))
- // Right click context menu boxes
- PacketRepository.send(RepositionChild::class.java, ChildPositionContext(player, 307, 3, 58, 27))
- PacketRepository.send(RepositionChild::class.java, ChildPositionContext(player, 307, 4, 58, 27))
- PacketRepository.send(RepositionChild::class.java, ChildPositionContext(player, 307, 5, 58, 27))
- PacketRepository.send(RepositionChild::class.java, ChildPositionContext(player, 307, 6, 58, 27))
-
- player!!.interfaceManager.openChatbox(307)
- stage = 1
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/CookingRewrite.kt b/Server/src/main/content/global/skill/cooking/CookingRewrite.kt
deleted file mode 100644
index 36679ef92..000000000
--- a/Server/src/main/content/global/skill/cooking/CookingRewrite.kt
+++ /dev/null
@@ -1,124 +0,0 @@
-package content.global.skill.cooking
-
-import content.region.misc.tutisland.handlers.TutorialStage
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.impl.Animator
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.node.scenery.Scenery
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.Items.BREAD_DOUGH_2307
-import org.rs09.consts.Items.RAW_BEAR_MEAT_2136
-import org.rs09.consts.Items.RAW_BEEF_2132
-import org.rs09.consts.Items.SEAWEED_401
-import org.rs09.consts.Items.UNCOOKED_CAKE_1889
-import org.rs09.consts.Sounds
-
-/**
- * @author Ceikry
- * @author bushtail - added bear meat for sinew making
- * @author Woah - added single food cooking
- */
-class CookingRewrite : InteractionListener {
-
- val RAW_FOODS: IntArray
-
- init {
- val list = CookableItems.values().map { it.raw }.toMutableList()
- list.add(Items.COOKED_MEAT_2142)
- list.add(RAW_BEEF_2132)
- list.add(RAW_BEAR_MEAT_2136)
- list.add(Items.BARLEY_6006)
- list.add(SEAWEED_401)
- list.add(Items.BOWL_OF_WATER_1921)
- RAW_FOODS = list.toIntArray()
- }
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY,RAW_FOODS, *COOKING_OBJs){ player, used, with ->
- if (!getAttribute(player, "/save:tutorial:complete", false)) {
- // On tutorial island, we don't want to show the cook-x menu and we always want to burn our first shrimp
- // This requirement of a simplified and predictable cooking system means that, for the second time, I have to reinvent the wheel of cooking
- // (We only need to care about shrimp here, the tutorial island range is special and has its own separate listener)
- queueScript(player, 0, QueueStrength.WEAK) { stage ->
- if (stage == 0) {
- val FIRE_ANIMATION = Animation(897, Animator.Priority.HIGH)
- lock(player, FIRE_ANIMATION.duration)
- lockInteractions(player, FIRE_ANIMATION.duration)
- animate(player, FIRE_ANIMATION)
- playAudio(player, Sounds.FRY_2577)
- return@queueScript delayScript(player, FIRE_ANIMATION.duration)
- }
- val tutStage = getAttribute(player, "/save:tutorial:stage", 0)
- if (tutStage < 15) {
- replaceSlot(player, used.asItem().slot, Item(Items.BURNT_SHRIMP_7954), used.asItem())
- setAttribute(player, "tutorial:stage", 15)
- TutorialStage.load(player, 15)
- } else {
- replaceSlot(player, used.asItem().slot, Item(Items.SHRIMPS_315), used.asItem())
- if (tutStage == 15) {
- setAttribute(player, "tutorial:stage", 16)
- TutorialStage.load(player, 16)
- }
- }
- return@queueScript stopExecuting(player)
- }
- return@onUseWith true
- }
- val item = used.asItem()
- val obj = with.asScenery()
- val range = obj.name.toLowerCase().contains("range")
- when (item.id) {
- RAW_BEEF_2132, RAW_BEAR_MEAT_2136 -> if (range) {
- player.dialogueInterpreter.open(CookingDialogue(item.id,9436,true,obj,item.id))
- return@onUseWith true
- }
- BREAD_DOUGH_2307, UNCOOKED_CAKE_1889, Items.BARLEY_6006 -> if (!range) {
- player.packetDispatch.sendMessage("You need to cook this on a range.")
- return@onUseWith false
- }
- Items.BOWL_OF_WATER_1921 ->{
- cook(player, obj, Items.BOWL_OF_WATER_1921, Items.BOWL_OF_HOT_WATER_4456, 1)
- return@onUseWith true
- }
- }
-
- //cook a standard item
- if (amountInInventory(player, item.id) > 1) {
- player.dialogueInterpreter.open(CookingDialogue(item.id,obj))
- } else {
- // Don't display dialogue if player only has *1* of the item
- val product = if (CookableItems.intentionalBurn(item.id)) { // checks intentional burning
- CookableItems.getIntentionalBurn(item.id).id
- } else {
- CookableItems.forId(item.id).cooked
- }
- cook(player, obj, item.id, product, 1)
- }
- return@onUseWith true
- }
-
- }
-
- companion object {
- val COOKING_OBJs = intArrayOf(24313 ,21302, 13528, 13529, 13533, 13531, 13536, 13539, 13542, 2728, 2729, 2730, 2731, 2732, 2859, 3038, 3769, 3775, 4265, 4266, 5249, 5499, 5631, 5632, 5981, 9682, 10433, 11404, 11405, 11406, 12102, 12796, 13337, 13881, 14169, 14919, 15156, 20000, 20001, 21620, 21792, 22713, 22714, 23046, 24283, 24284, 25155, 25156, 25465, 25730, 27297, 29139, 30017, 32099, 33500, 34495, 34546, 36973, 37597, 37629, 37726, 114, 4172, 5275, 8750, 16893, 22154, 34410, 34565, 114, 9085, 9086, 9087, 12269, 15398, 25440, 25441, 2724, 2725, 2726, 4618, 4650, 5165, 6093, 6094, 6095, 6096, 8712, 9374, 9439, 9440, 9441, 10824, 17640, 17641, 17642, 17643, 18039, 18170, 21795, 24285, 24329, 27251, 33498, 35449, 36815, 36816, 37426, 40110, 10377)
-
- @JvmStatic
- fun cook(player: Player, `object`: Scenery?, initial: Int, product: Int, amount: Int) {
- val food = Item(initial)
- if (food.name.toLowerCase().contains("pizza")) {
- player.pulseManager.run(PizzaCookingPulse(player, `object`, initial, product, amount))
- } else if (food.name.toLowerCase().contains("pie")) {
- player.pulseManager.run(PieCookingPulse(player, `object`, initial, product, amount))
- } else if (CookableItems.intentionalBurn(initial)) {
- player.pulseManager.run(IntentionalBurnPulse(player, `object`, initial, product, amount))
- } else {
- player.pulseManager.run(StandardCookingPulse(player, `object`, initial, product, amount))
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/cooking/NettleTeaListener.kt b/Server/src/main/content/global/skill/cooking/NettleTeaListener.kt
deleted file mode 100644
index ac1765428..000000000
--- a/Server/src/main/content/global/skill/cooking/NettleTeaListener.kt
+++ /dev/null
@@ -1,18 +0,0 @@
-package content.global.skill.cooking
-
-import org.rs09.consts.Items
-import core.api.replaceSlot
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.item.Item
-
-class NettleTeaListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.EMPTY_CUP_1980, Items.NETTLE_TEA_4239) { player, used, with ->
- replaceSlot(player, with.asItem().slot, Item(Items.BOWL_1923), with.asItem())
- replaceSlot(player, used.asItem().slot, Item(Items.CUP_OF_TEA_4242), used.asItem())
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/SkeweredFoodListener.kt b/Server/src/main/content/global/skill/cooking/SkeweredFoodListener.kt
deleted file mode 100644
index 8465d2b88..000000000
--- a/Server/src/main/content/global/skill/cooking/SkeweredFoodListener.kt
+++ /dev/null
@@ -1,38 +0,0 @@
-package content.global.skill.cooking
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Items
-
-class SkeweredFoodListener : InteractionListener {
- val skewerMap = hashMapOf(
- Items.RAW_CHOMPY_2876 to Items.SKEWERED_CHOMPY_7230,
- Items.RAW_RABBIT_3226 to Items.SKEWERED_RABBIT_7224,
- Items.RAW_BIRD_MEAT_9978 to Items.SKEWERED_BIRD_MEAT_9984,
- Items.RAW_BEAST_MEAT_9986 to Items.SKEWERED_BEAST_9992
- )
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, skewerMap.keys.toIntArray(), Items.IRON_SPIT_7225) { player, used, with ->
- val level = when (used.id) {
- Items.RAW_BIRD_MEAT_9978 -> 11
- Items.RAW_RABBIT_3226 -> 16
- Items.RAW_BEAST_MEAT_9986 -> 21
- Items.RAW_CHOMPY_2876 -> 30
- else -> 0
- }
-
- if (getDynLevel(player, Skills.COOKING) < level) {
- sendMessage(player, "You need a Cooking level of at least $level in order to do this.")
- return@onUseWith true
- }
- if (removeItem(player, used.id) && removeItem(player, with.id)) {
- skewerMap[used.id]?.let { addItem(player, it) }
- return@onUseWith true
- }
- return@onUseWith false
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java b/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java
deleted file mode 100644
index 34dc67319..000000000
--- a/Server/src/main/content/global/skill/cooking/StandardCookingPulse.java
+++ /dev/null
@@ -1,227 +0,0 @@
-package content.global.skill.cooking;
-
-import content.global.skill.skillcapeperks.SkillcapePerks;
-import core.game.event.ResourceProducedEvent;
-import core.game.node.entity.impl.Animator;
-import core.game.node.entity.player.Player;
-import core.game.node.entity.player.info.LogType;
-import core.game.node.entity.player.info.PlayerMonitor;
-import core.game.node.entity.player.link.audio.Audio;
-import core.game.node.entity.skill.Skills;
-import core.game.node.item.GroundItemManager;
-import core.game.node.item.Item;
-import core.game.node.scenery.Scenery;
-import core.game.system.task.Pulse;
-import core.game.world.update.flag.context.Animation;
-import core.tools.RandomFunction;
-import org.rs09.consts.Items;
-import org.rs09.consts.Sounds;
-
-import static core.api.ContentAPIKt.*;
-import content.data.Quests;
-
-public class StandardCookingPulse extends Pulse {
- //range animation
- private static final Animation RANGE_ANIMATION = new Animation(883, Animator.Priority.HIGH);
-
- //fire animation
- private static final Animation FIRE_ANIMATION = new Animation(897, Animator.Priority.HIGH);
-
- //Cooking sound
- public static final Audio SOUND = new Audio(2577, 1, 1);
-
- private static final int LUMBRIDGE_RANGE = 114;
-
- private final int initial;
- private final int product;
- private int amount;
- private final Scenery object;
- private final Player player;
- private double experience;
- private boolean burned = false;
- public CookableItems properties;
-
- private int initialAmount;
- private int processedAmount;
-
- public StandardCookingPulse(Player player, Scenery object, int initial, int product, int amount) {
- this.player = player;
- this.object = object;
- this.initial = initial;
- this.product = product;
- this.amount = amount;
- this.initialAmount = amountInInventory(player, initial);
- this.processedAmount = 0;
- }
-
- @Override
- public void start() {
- properties = CookableItems.forId(initial);
- if (checkRequirements()) {
- super.start();
- cook(player, object, properties != null && burned, initial, product);
- amount--;
- }
- }
-
- @Override
- public boolean pulse() {
- if (amount < 1 || !checkRequirements()) {
- return true;
- }
- return reward();
- }
-
- public void animate() {
- player.animate(getAnimation(object));
- }
-
- public boolean checkRequirements() {
- this.experience = 0;
- if (properties != null) {
- // Handle Cook's Assistant range
- if (object.getId() == LUMBRIDGE_RANGE && !player.getQuestRepository().isComplete(Quests.COOKS_ASSISTANT)) {
- player.getPacketDispatch().sendMessage("You need to have completed the Cook's Assistant quest in order to use that range.");
- return false;
- }
-
- //check level
- if (player.getSkills().getLevel(Skills.COOKING) < properties.level) {
- player.getDialogueInterpreter().sendDialogue("You need a cooking level of " + properties.level + " to cook this.");
- return false;
- }
-
- this.experience = properties.experience;
- this.burned = isBurned(player, object, initial);
- }
- if (amount < 1) {
- return false;
- }
-
- return object.isActive();
- }
-
- public boolean reward() {
- if (getDelay() == 1) {
- int delay = object.getName().toLowerCase().contains("range") ? 5 : 4;
- if (SkillcapePerks.isActive(SkillcapePerks.HASTY_COOKING, player)) {
- delay -= 1;
- }
- setDelay(delay);
- return false;
- }
-
- if (cook(player, object, burned, initial, product)) {
- amount--;
- } else {
- return true;
- }
- return amount < 1;
- }
-
- public boolean isBurned(final Player player, final Scenery object, int food) {
- boolean hasGauntlets = player.getEquipment().containsItem(new Item(Items.COOKING_GAUNTLETS_775));
- int effectiveCookingLevel = player.getSkills().getLevel(Skills.COOKING);
- if (SkillcapePerks.isActive(SkillcapePerks.HASTY_COOKING, player)) {
- effectiveCookingLevel -= 5;
- }
- CookableItems item = CookableItems.forId(food);
- int low;
- int high;
- if (hasGauntlets && CookableItems.gauntletValues.containsKey(food)) {
- int[] successValues = CookableItems.gauntletValues.get(food);
- low = successValues[0];
- high = successValues[1];
- } else if (object.getId() == LUMBRIDGE_RANGE) {
- int[] successValues = CookableItems.lumbridgeRangeValues.getOrDefault(food, new int[]{item.lowRange, item.highRange});
- low = successValues[0];
- high = successValues[1];
- } else {
- boolean isFire = object.getName().toLowerCase().contains("fire");
- low = isFire ? item.low : item.lowRange;
- high = isFire ? item.high : item.highRange;
- }
- double host_ratio = RandomFunction.randomDouble(100.0);
- double client_ratio = RandomFunction.getSkillSuccessChance(low, high, effectiveCookingLevel);
- return host_ratio > client_ratio;
- }
-
- public boolean cook(final Player player, final Scenery object, final boolean burned, final int initial, final int product) {
- Item initialItem = new Item(initial);
- Item productItem = new Item(product);
-
- //handle special cooking results (spits, cake, etc) that don't justify separate plugin
- switch (initial) {
- case Items.SKEWERED_CHOMPY_7230:
- case Items.SKEWERED_RABBIT_7224:
- case Items.SKEWERED_BIRD_MEAT_9984:
- case Items.SKEWERED_BEAST_9992:
- case Items.IRON_SPIT_7225:
- if (RandomFunction.random(15) == 5) {
- player.getPacketDispatch().sendMessage("Your iron spit seems to have broken in the process.");
- } else {
- if (!player.getInventory().add(new Item(Items.IRON_SPIT_7225))) {
- GroundItemManager.create(new Item(Items.IRON_SPIT_7225), player.getLocation(), player);
- }
- }
- break;
- case Items.UNCOOKED_CAKE_1889: //cake
- if (!player.getInventory().add(new Item(Items.CAKE_TIN_1887))) {
- GroundItemManager.create(new Item(Items.CAKE_TIN_1887), player);
- }
- break;
- }
- if (player.getInventory().remove(initialItem)) {
- if (!burned) {
- player.getInventory().add(productItem);
- player.dispatch(new ResourceProducedEvent(productItem.getId(), 1, object, initialItem.getId()));
- player.getSkills().addExperience(Skills.COOKING, experience, true);
- processedAmount++;
- if (processedAmount > initialAmount) {
- PlayerMonitor.log(player, LogType.DUPE_ALERT, "cooked item (" + player.getName() + ", " + initialItem.getName() + "): initialAmount " + initialAmount + ", processedAmount " + processedAmount);
- }
- player.incrementAttribute("/save:stats_manager:food_cooked", 1);
- } else {
- player.dispatch(new ResourceProducedEvent(CookableItems.getBurnt(initial).getId(), 1, object, initialItem.getId()));
- player.getInventory().add(CookableItems.getBurnt(initial));
- }
- player.getPacketDispatch().sendMessage(getMessage(initialItem, productItem, burned));
- playAudio(player, Sounds.FRY_2577);
- animate();
- return true;
- }
- return false;
- }
-
- public String getMessage(Item food, Item product, boolean burned) {
- if (food.getId() == Items.RAW_OOMLIE_2337) {
- return "The meat is far too delicate to cook like this. Perhaps you should wrap something around it to protect it from the heat.";
- }
- if (product.getId() == Items.SODA_ASH_1781) {
- return "You burn the seaweed into soda ash.";
- }
- if (product.getId() == Items.BARLEY_MALT_6008) {
- return null; // Both live branches of Jagexscape lack a message for this and I can't find period evidence of a message
- }
- if (CookableItems.intentionalBurn(food.getId())) {
- return "You deliberately burn the perfectly good piece of meat.";
- }
-
- if (!burned && food.getName().startsWith("Raw")) {
- return "You manage to cook some " + food.getName().replace("Raw ", "") + ".";
- } else if (burned && food.getName().startsWith("Raw")) {
- return "You accidentally burn some " + food.getName().replace("Raw ", "") + ".";
- }
-
- if (!burned && food.getName().startsWith(("Uncooked"))) {
- return "You manage to cook some " + food.getName().replace("Uncooked ", "") + ".";
- } else if (burned && food.getName().startsWith(("Uncooked"))) {
- return "You accidentally burn some " + food.getName().replace("Uncooked ", "") + ".";
- }
- return null;
- }
-
- private Animation getAnimation(final Scenery object) {
- return !object.getName().equalsIgnoreCase("fire") ? RANGE_ANIMATION : FIRE_ANIMATION;
- }
-}
diff --git a/Server/src/main/content/global/skill/cooking/TeaInteraction.kt b/Server/src/main/content/global/skill/cooking/TeaInteraction.kt
deleted file mode 100644
index 5890ad372..000000000
--- a/Server/src/main/content/global/skill/cooking/TeaInteraction.kt
+++ /dev/null
@@ -1,166 +0,0 @@
-package content.global.skill.cooking
-
-import core.api.*
-import core.game.interaction.InteractionListener
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Items
-
-/**
- * This deals with all tea mixtures
- * cup of tea
- * nettle tea
- * nettle water
- * nettle tea (cup)
- * poh tea
- * clay
- * porcelain
- * gold trim
- * Flask
- */
-class TeaInteraction : InteractionListener {
- private val teaMilkMap = mapOf(
- Items.NETTLE_TEA_4239 to Items.NETTLE_TEA_4240,
- Items.CUP_OF_TEA_4242 to Items.CUP_OF_TEA_4243,
- Items.CUP_OF_TEA_4245 to Items.CUP_OF_TEA_4246,
- Items.CUP_OF_TEA_7730 to Items.CUP_OF_TEA_7731,
- Items.CUP_OF_TEA_7733 to Items.CUP_OF_TEA_7734,
- Items.CUP_OF_TEA_7736 to Items.CUP_OF_TEA_7737,
- )
-
- private val teaCupMap = mapOf(
- Items.NETTLE_TEA_4239 to Items.CUP_OF_TEA_4242,
- Items.NETTLE_TEA_4240 to Items.CUP_OF_TEA_4243,
- Items.BOWL_OF_HOT_WATER_4456 to Items.CUP_OF_HOT_WATER_4460
- )
-
- // This is specifically for the porcelain cup without a handle for Ghost Ahoy
- private val teaCupPorcelainMap = mapOf(
- Items.NETTLE_TEA_4239 to Items.CUP_OF_TEA_4245,
- Items.NETTLE_TEA_4240 to Items.CUP_OF_TEA_4246
- )
-
- private val emptyTeaPot = intArrayOf(
- Items.TEAPOT_7702,
- Items.TEAPOT_7714,
- Items.TEAPOT_7726
- )
-
- private val leafTeaPot = intArrayOf(
- Items.TEAPOT_WITH_LEAVES_7700,
- Items.TEAPOT_WITH_LEAVES_7712,
- Items.TEAPOT_WITH_LEAVES_7724
- )
-
- private val filledTeaPot = intArrayOf(
- Items.POT_OF_TEA_4_7692,
- Items.POT_OF_TEA_3_7694,
- Items.POT_OF_TEA_2_7696,
- Items.POT_OF_TEA_1_7698,
- Items.POT_OF_TEA_4_7704,
- Items.POT_OF_TEA_3_7706,
- Items.POT_OF_TEA_2_7708,
- Items.POT_OF_TEA_1_7710,
- Items.POT_OF_TEA_4_7716,
- Items.POT_OF_TEA_3_7718,
- Items.POT_OF_TEA_2_7720,
- Items.POT_OF_TEA_1_7722,
- )
-
- private val emptyBuilderCup = intArrayOf(
- Items.EMPTY_CUP_7728,
- Items.PORCELAIN_CUP_7732,
- Items.PORCELAIN_CUP_7735
- )
-
- override fun defineListeners() {
- onUseWith(ITEM, teaMilkMap.keys.toIntArray(), Items.BUCKET_OF_MILK_1927){ player, used, with ->
- if (removeItem(player, used) && removeItem(player, with)){
- addItem(player, teaMilkMap[used.id]!!)
- addItem(player, Items.BUCKET_1925)
- }
- return@onUseWith true
- }
-
- onUseWith(ITEM, teaCupMap.keys.toIntArray(), Items.EMPTY_CUP_1980){ player, used, with ->
- if (used.id != Items.BOWL_OF_HOT_WATER_4456){
- if (getDynLevel(player, Skills.COOKING) < 20){
- sendDialogue(player, "You need a cooking level of 20 to make tea.")
- return@onUseWith false
- }
- }
- if (removeItem(player, used) && removeItem(player, with)) {
- addItem(player, teaCupMap[used.id]!!)
- addItem(player, Items.BOWL_1923)
- }
- return@onUseWith true
- }
-
- onUseWith(ITEM, Items.BOWL_OF_WATER_1921, Items.NETTLES_4241) { player, used, with ->
- if (removeItem(player, used) && removeItem(player, with)){
- addItem(player, Items.NETTLE_WATER_4237)
- }
- return@onUseWith true
- }
-
- onUseWith(ITEM, teaCupPorcelainMap.keys.toIntArray(), Items.PORCELAIN_CUP_4244){player, used, with ->
- if (getDynLevel(player, Skills.COOKING) < 20){
- sendDialogue(player, "You need a cooking level of 20 to make tea.")
- return@onUseWith false
- }
-
- if(removeItem(player, used) && removeItem(player, with)){
- addItem(player, teaCupPorcelainMap[used.id]!!)
- addItem(player, Items.BOWL_1923)
- }
- return@onUseWith true
- }
-
- onUseWith(ITEM, emptyTeaPot, Items.TEA_LEAVES_7738) { player, used, with ->
- if (removeItem(player, used) && removeItem(player, with)){
- addItem(player, used.id - 2)
- }
- return@onUseWith true
- }
-
- onUseWith(ITEM, leafTeaPot, Items.HOT_KETTLE_7691) { player, used, with ->
- if (getDynLevel(player, Skills.COOKING) < 20){
- sendDialogue(player,"You need to be level 20 to make tea.")
- return@onUseWith false
- }
- if (removeItem(player, used) && removeItem(player, with)){
- addItem(player, Items.KETTLE_7688)
- addItem(player, used.id - 8)
- rewardXP(player, Skills.COOKING, 53.0)
-
- }
- return@onUseWith true
- }
-
- onUseWith(ITEM, filledTeaPot, *emptyBuilderCup) { player, used, with ->
- return@onUseWith fillBuildersTea(player, used, with)
- }
- }
-
- private fun fillBuildersTea(player: Player, used: Node, with: Node) : Boolean {
- if (removeItem(player, used) && removeItem(player, with)){
- // Thanks tea pot with tea leaves
- if (used.id + 4 in emptyTeaPot){
- addItem(player, used.id + 4)
- }
- else{
- addItem(player, used.id + 2)
- }
- // Why do these cups have a noted form!
- if (with.id == Items.EMPTY_CUP_7728){
- addItem(player, with.id + 2)
- }
- else{
- addItem(player, with.id + 1)
- }
- return true
- }
- return false
- }
-}
diff --git a/Server/src/main/content/global/skill/cooking/WatermelonSliceListener.kt b/Server/src/main/content/global/skill/cooking/WatermelonSliceListener.kt
deleted file mode 100644
index 12f1ee22d..000000000
--- a/Server/src/main/content/global/skill/cooking/WatermelonSliceListener.kt
+++ /dev/null
@@ -1,20 +0,0 @@
-package content.global.skill.cooking
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class WatermelonSliceListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.WATERMELON_5982, Items.KNIFE_946) { player, used, _ ->
- if(removeItem(player, used.asItem())) {
- addItemOrDrop(player, Items.WATERMELON_SLICE_5984, 3)
- sendMessage(player, "You slice the watermelon into three slices.")
- return@onUseWith true
- }
- return@onUseWith false
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/WineFermentListener.kt b/Server/src/main/content/global/skill/cooking/WineFermentListener.kt
deleted file mode 100644
index 1c4c67b9d..000000000
--- a/Server/src/main/content/global/skill/cooking/WineFermentListener.kt
+++ /dev/null
@@ -1,30 +0,0 @@
-package content.global.skill.cooking
-
-import content.global.skill.cooking.fermenting.WineFermentingPulse
-import core.api.addItem
-import core.api.getDynLevel
-import core.api.removeItem
-import core.api.sendMessage
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.skill.Skills
-import core.game.world.GameWorld.Pulser
-import org.rs09.consts.Items
-
-class WineFermentListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.GRAPES_1987, Items.JUG_OF_WATER_1937) { player, used, with ->
- if (getDynLevel(player, Skills.COOKING) < 35) {
- sendMessage(player, "You need a cooking level of 35 to do this.")
- return@onUseWith true
- }
- if (removeItem(player, used.id) && removeItem(player, with.id)) {
- addItem(player, Items.UNFERMENTED_WINE_1995)
- Pulser.submit(WineFermentingPulse(1, player))
- return@onUseWith true
- }
- return@onUseWith false
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/fermenting/AppleMushListener.kt b/Server/src/main/content/global/skill/cooking/fermenting/AppleMushListener.kt
deleted file mode 100644
index 72ffeef3d..000000000
--- a/Server/src/main/content/global/skill/cooking/fermenting/AppleMushListener.kt
+++ /dev/null
@@ -1,187 +0,0 @@
-package content.global.skill.cooking.fermenting
-
-import core.api.*
-import core.game.interaction.QueueStrength
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.node.scenery.Scenery
-import core.game.world.map.Location
-import core.game.world.update.flag.context.Animation
-import core.tools.ticksToCycles
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery as SceneryIds
-
-
-class AppleMushListener : InteractionListener {
-
- private data class BarrelLocations(
- val start: Location, // Where the player begins the mushing animation from
- val jump: Location, // Where the player ends the mushing animation at
- val tap: Location, // Where the apple barrel's tap is located
- val stand: Location // Where the player stands to collect from the tap
- )
-
- private val barrelLocations = mapOf(
- 14747 to BarrelLocations( // Port Phasmatys
- start = Location.create(3676, 9959, 0),
- jump = Location.create(3676, 9957, 0),
- tap = Location.create(3677, 9959, 0),
- stand = Location.create(3678, 9959, 0)
- ),
- 11679 to BarrelLocations( // Keldagrim
- start = Location.create(2914, 10193, 1),
- jump = Location.create(2914, 10191, 1),
- tap = Location.create(2915, 10193, 1),
- stand = Location.create(2916, 10193, 1)
- ),
- 9780 to BarrelLocations( // Gnome Orchard
- start = Location.create(2484, 3375, 0),
- jump = Location.create(2484, 3373, 0),
- tap = Location.create(2485, 3375, 0),
- stand = Location.create(2486, 3375, 0)
- )
- )
-
- private val emptyAppleBarrels = intArrayOf(
- SceneryIds.APPLE_BARREL_7403,
- SceneryIds.APPLE_BARREL_8807
- )
-
- private val fullAppleBarrels = intArrayOf(
- SceneryIds.APPLE_BARREL_7404,
- SceneryIds.APPLE_BARREL_8808
- )
-
- private val appleTaps = intArrayOf(
- SceneryIds.BARREL_TAP_7406,
- SceneryIds.BARREL_TAP_8737
- )
-
- private val MUSH_ANIM = Animation(2306)
-
- override fun defineListeners() {
-
- onUseWith(SCENERY, Items.COOKING_APPLE_1955, *emptyAppleBarrels) { player, _, with ->
- if (getDynLevel(player, Skills.COOKING) < 14) {
- sendDialogue(player, "You need a Cooking level of at least 14 in order to do this.")
- return@onUseWith true
- }
- if (!inInventory(player, Items.COOKING_APPLE_1955, 4)) {
- sendDialogue(player, "You need 4 cooking apples to make apple mush.")
- return@onUseWith true
- }
- if (!inInventory(player, Items.BUCKET_1925)) {
- sendDialogue(player, "You need a bucket to collect the apple mush.")
- return@onUseWith true
- }
- if (inInventory(player, Items.COOKING_APPLE_1955, 4)) {
- startMushing(player, with.asScenery())
- }
- return@onUseWith true
- }
-
- onUseWith(SCENERY, Items.BUCKET_1925, *appleTaps) { player, _, _ ->
- if (getAttribute(player, "/save:cooking:brewing-apples", false)) {
- if (removeItem(player, Item(Items.BUCKET_1925, 1))) {
- addItem(player, Items.APPLE_MUSH_5992, 1)
- sendMessage(player, "You fill a bucket with apple mush.")
- }
- removeAttribute(player, "/save:cooking:brewing-apples")
- return@onUseWith true
- }
- sendMessage(player, "Nothing interesting happens.")
- return@onUseWith false
- }
- }
-
- private fun startMushing(player: Player, barrel: Scenery) {
- val initLoc = player.location
- val barrelLoc = barrel.location
- val locations = barrelLocations[player.location.regionId]
- val startLoc = locations?.start
- val jumpLoc = locations?.jump
- val standLoc = locations?.stand
- val tapLoc = locations?.tap
- val fastStart: Boolean = initLoc == startLoc
-
- // https://www.youtube.com/watch?v=7I_Ec_tQ-tc
- // Has to be soft or else you can log out and clog the barrel
- queueScript(player, 1 ,QueueStrength.SOFT) { counter ->
- when (counter) {
- 0 -> {
- stopWalk(player)
- forceWalk(player, startLoc!!, "smart")
- lock(player, MUSH_ANIM.duration + 7)
- return@queueScript delayScript(player, if (fastStart) 1 else 4)
- }
-
- 1 -> {
- face(player, barrelLoc)
- if (!removeItem(player, Item(Items.COOKING_APPLE_1955, 4))) { return@queueScript stopExecuting(player) }
- setAttribute(player, "/save:cooking:brewing-apples", true)
- return@queueScript delayScript(player, 0)
- }
-
- 2 -> {
- forceMove(player, startLoc!!, barrelLoc, 0, ticksToCycles(1), anim = MUSH_ANIM.id)
- if (barrel.id == SceneryIds.APPLE_BARREL_7403) sendGraphics(414, barrelLoc)
- else sendGraphics(413, barrelLoc)
- swapBarrel(barrel)
- return@queueScript delayScript(player, MUSH_ANIM.duration - 1)
- }
-
- 3 -> {
- forceMove(player, barrelLoc, jumpLoc!!, 0, ticksToCycles(1))
- return@queueScript delayScript(player, 2)
- }
-
- 4 -> {
- stopWalk(player)
- return@queueScript delayScript(player, 1)
- }
-
- 5 -> {
- unlock(player)
- stopWalk(player)
- forceWalk(player, standLoc!!, "smart")
- lock(player, 5)
- return@queueScript delayScript(player, 4)
- }
-
- 6 -> {
- stopWalk(player)
- face(player, tapLoc!!)
- return@queueScript delayScript(player, 1)
- }
-
- 7 -> {
- if (removeItem(player, Item(Items.BUCKET_1925, 1))) {
- addItem(player, Items.APPLE_MUSH_5992, 1)
- sendMessage(player, "You fill a bucket with apple mush.")
- }
- removeAttribute(player, "/save:cooking:brewing-apples")
- val currentBarrel = getScenery(barrelLoc)
- currentBarrel?.let { swapBarrel(it) }
- unlock(player)
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- unlock(player)
- }
-
- private fun swapBarrel(barrel: Scenery) {
- val emptyIndex = emptyAppleBarrels.indexOf(barrel.id)
- val fullIndex = fullAppleBarrels.indexOf(barrel.id)
- val newId = when {
- emptyIndex != -1 -> fullAppleBarrels[emptyIndex]
- fullIndex != -1 -> emptyAppleBarrels[fullIndex]
- else -> return
- }
- replaceScenery(barrel, newId, -1)
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/fermenting/BrewGrowth.kt b/Server/src/main/content/global/skill/cooking/fermenting/BrewGrowth.kt
deleted file mode 100644
index a3baec569..000000000
--- a/Server/src/main/content/global/skill/cooking/fermenting/BrewGrowth.kt
+++ /dev/null
@@ -1,119 +0,0 @@
-package content.global.skill.cooking.fermenting
-
-import core.api.log
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-import core.game.system.timer.PersistTimer
-import core.tools.Log
-import core.tools.secondsToTicks
-import org.json.simple.JSONArray
-import org.json.simple.JSONObject
-
-/**
- * The timer for regular brewing operations
- */
-
-const val brewCycleTime = 6 /*hours*/ * 60 /*minutes per hour*/ * 100 /*ticks per minute*/
-
-class BrewGrowth : PersistTimer(brewCycleTime, "cooking:brewing", isSoft = true) {
- private val vatMap = HashMap()
- lateinit var player: Player
-
- override fun onRegister(entity: Entity) {
- player = (entity as? Player)!!
- for (vat in vatMap.values.toList()){
- catchUp(vat.nextBrew)
- }
- }
-
- override fun save(root: JSONObject, entity: Entity) {
- player = (entity as? Player)!!
- val vats = JSONArray()
- for ((key, vat) in vatMap.entries.toList()){
- val isBrewingStage = vat.stage in listOf(
- BrewingStage.MIXED,
- BrewingStage.BREWING1,
- BrewingStage.BREWING2,
- BrewingStage.DONE,
- BrewingStage.MATURE,
- BrewingStage.BAD
- )
-
- if (isBrewingStage) {
- val v = JSONObject()
- v["brew-ordinal"] = key
- v["brew-stuff"] = vat.theStuff
- v["brewing-nextBrew"] = vat.nextBrew
- v["brewing-stage"] = vat.stage.ordinal
- v["brewing-item"] = vat.brewingItem?.ordinal
- vats.add(v)
- }
- }
- root["brewing"] = vats
- }
-
- override fun parse(root: JSONObject, entity: Entity) {
- player = (entity as? Player)!!
- val data = root["brewing"] as JSONArray
- for (d in data){
- val v = d as JSONObject
- val vatOrdinal = v["brew-ordinal"].toString().toInt()
- val vatStuff = v["brew-stuff"].toString().toBoolean()
- val vatNextBrew = v["brewing-nextBrew"].toString().toLong()
- val vatStage = BrewingStage.values()[v["brewing-stage"].toString().toInt()]
- val vatItem = v["brewing-item"]?.toString()?.toIntOrNull()?.let {
- Brewable.values().getOrNull(it)
- }
-
- if (vatMap[vatOrdinal] == null){
- val brewingVat = BrewingVat.values()[vatOrdinal]
- val vat = Vat(player, brewingVat, vatStuff, vatNextBrew, vatStage, vatItem)
- vatMap[vatOrdinal] = vat
- vat.updateVat()
- }
- }
- }
-
- fun getVat(brewingVat: BrewingVat, addVat: Boolean = true) : Vat {
- return vatMap[brewingVat.ordinal] ?: (Vat(player, brewingVat).also { if (addVat) vatMap[brewingVat.ordinal] = it })
- }
-
- private fun catchUp(timeTillGrow: Long){
- if (timeTillGrow < System.currentTimeMillis()){
- val seconds = (System.currentTimeMillis() - timeTillGrow)/1000
- if (seconds > Int.MAX_VALUE){
- execute(1024)
- }
- else{
- val cyclesToGrow = secondsToTicks(seconds.toInt()) / brewCycleTime
- execute(cyclesToGrow)
- }
- }
-
- }
-
- override fun run(entity: Entity): Boolean {
- player = (entity as? Player)!!
- return execute(0)
- }
-
- private fun execute(count: Int) : Boolean {
- for (vat in vatMap.entries.toList()){
- if (vat.value.canBrew())
- for (i in 0..count){
- val resp = vat.value.brew()
- if (!resp){
- break
- }
- }
- else {
- vatMap.entries.removeIf { it.value.isVatEmpty() && it.value.isBarrelEmpty()}
- }
- }
- return vatMap.isNotEmpty()
- }
-
- fun getVats(): MutableCollection{
- return vatMap.values
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/fermenting/Brewable.kt b/Server/src/main/content/global/skill/cooking/fermenting/Brewable.kt
deleted file mode 100644
index 9f6eab619..000000000
--- a/Server/src/main/content/global/skill/cooking/fermenting/Brewable.kt
+++ /dev/null
@@ -1,32 +0,0 @@
-package content.global.skill.cooking.fermenting
-
-import org.rs09.consts.Items
-
-
-enum class Brewable (val displayName: String, val itemID: Int, val level: Int, val product: IntArray, val levelXP: Double, val vatVarBitOffset: Int,
- val barrelVarBitOffset: Int, val ingredientAmount: Int = 4){
- DWARVEN_STOUT("Dwarven Stout", Items.HAMMERSTONE_HOPS_5994, 19, intArrayOf(Items.DWARVEN_STOUT_1913, Items.DWARVEN_STOUT4_5777, Items.DWARVEN_STOUTM_5747, Items.DWARVEN_STOUTM4_5857), 215.0, 4, 8),
- ASGARNIAN_ALE("Asgarnian Ale", Items.ASGARNIAN_HOPS_5996, 26, intArrayOf(Items.ASGARNIAN_ALE_1905, Items.ASGARNIAN_ALE4_5785, Items.ASGARNIAN_ALEM_5739, Items.ASGARNIAN_ALEM4_5865), 248.0, 10, 16),
- GREENMANS_ALE("Greenman's Ale", Items.CLEAN_HARRALANDER_255, 29, intArrayOf(Items.GREENMANS_ALE_1909, Items.GREENMANS_ALE4_5793, Items.GREENMANS_ALEM_5743, Items.GREENMANS_ALEM4_5873), 281.0, 16, 24),
- WIZARD_BOMB("Wizard's Mind Bomb", Items.YANILLIAN_HOPS_5998, 34, intArrayOf(Items.WIZARDS_MIND_BOMB_1907, Items.MIND_BOMB4_5801, Items.MATURE_WMB_5741, Items.MIND_BOMBM4_5881), 341.0, 22, 32),
- DRAGON_BITTER("Dragon Bitter", Items.KRANDORIAN_HOPS_6000, 39, intArrayOf(Items.DRAGON_BITTER_1911, Items.DRAGON_BITTER4_5809, Items.DRAGON_BITTERM_5745, Items.DRAGON_BITTERM4_5889), 347.0, 28, 40),
- MOONLIGHT_MEAD("Moonlight Mead", Items.MUSHROOM_6004, 44, intArrayOf(Items.MOONLIGHT_MEAD_2955, Items.MOONLIGHT_MEAD4_5817, Items.MOONLIGHT_MEADM_5749, Items.MLIGHT_MEADM4_5897), 380.0, 34, 48),
- AXEMANS_FOLLY("Axeman's Folly", Items.OAK_ROOTS_6043, 49, intArrayOf(Items.AXEMANS_FOLLY_5751, Items.AXEMANS_FOLLY4_5825, Items.AXEMANS_FOLLYM_5753, Items.AXEMANS_FOLLYM4_5905), 413.0, 40, 56, 1),
- CHEFS_DELIGHT("Chef's Delight", Items.CHOCOLATE_DUST_1975, 54, intArrayOf(Items.CHEFS_DELIGHT_5755, Items.CHEFS_DELIGHT4_5833, Items.CHEFS_DELIGHTM_5757, Items.CHEFS_DELIGHTM4_5913), 446.0, 46, 64),
- SLAYERS_RESPITE("Slayer's Respite", Items.WILDBLOOD_HOPS_6002, 59, intArrayOf(Items.SLAYERS_RESPITE_5759, Items.SLAYERS_RESPITE4_5841, Items.SLAYERS_RESPITEM_5761, Items.SLAYER_RESPITEM4_5921), 479.0, 52, 72),
- CIDER("cider", Items.APPLE_MUSH_5992, 14, intArrayOf(Items.CIDER_5763, Items.CIDER4_5849, Items.MATURE_CIDER_5765, Items.CIDERM4_5929), 182.0, 58, 80),
- KELDA_STOUT("Kelda Stout", Items.KELDA_HOPS_6113, 22, intArrayOf(Items.KELDA_STOUT_6118), 0.0, 68, 3, 1);
-
-
- companion object {
- fun getIngredients() : IntArray{
- return values().map { it.itemID }.toIntArray()
- }
-
- fun getBrewable(itemId: Int) : Brewable?{
- return values().find { it.itemID == itemId }
- }
-
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/fermenting/BrewingListener.kt b/Server/src/main/content/global/skill/cooking/fermenting/BrewingListener.kt
deleted file mode 100644
index 185550072..000000000
--- a/Server/src/main/content/global/skill/cooking/fermenting/BrewingListener.kt
+++ /dev/null
@@ -1,232 +0,0 @@
-package content.global.skill.cooking.fermenting
-
-import core.api.*
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import org.rs09.consts.Scenery
-
-
-const val KELDAGRIM_LOC = 11679
-const val PORT_PHASMATYS_LOC = 14747
-
-val varbits = mapOf(
- PORT_PHASMATYS_LOC to BrewingVat.PORT_PHAS,
- KELDAGRIM_LOC to BrewingVat.KELDAGRIM
-)
-
-class BrewingListener : InteractionListener {
-
- private val aleIngredientsId = Brewable.getIngredients()
-
- private val vatsNeedingYeast = intArrayOf(
- Scenery.FERMENTING_VAT_7444, // Hammerstone hops
- Scenery.FERMENTING_VAT_7449, // Asgarnian hops
- Scenery.FERMENTING_VAT_7454, // Harralander
- Scenery.FERMENTING_VAT_7459, // Yanillian hops
- Scenery.FERMENTING_VAT_7464, // Krandorian hops
- Scenery.FERMENTING_VAT_7469, // Bittercap mushrooms
- Scenery.FERMENTING_VAT_7474, // Oak roots
- Scenery.FERMENTING_VAT_7479, // Chocolate dust
- Scenery.FERMENTING_VAT_7484, // Wildblood hops
- Scenery.FERMENTING_VAT_7489, // Apple mush
- Scenery.FERMENTING_VAT_8871 // Kelda hops
- )
-
- // Const Lib is missing some of these
- private val drainBarrels = intArrayOf(
- Scenery.BARREL_7408,
- Scenery.BARREL_7409,
- Scenery.BARREL_7410,
-
- )
- private val barrels = intArrayOf(
- Scenery.KELDA_STOUT_8870,
- Scenery.DWARVEN_STOUT_7411,
- Scenery.ASGARNIAN_ALE_7413,
- Scenery.GREENMANS_ALE_7415,
- Scenery.WIZARDS_MIND_BOMB_7417,
- Scenery.DRAGON_BITTER_7419,
- Scenery.MOONLIGHT_MEAD_7421,
- Scenery.AXEMAN_S_FOLLY_7423,
- Scenery.CHEF_S_DELIGHT_7425,
- Scenery.SLAYER_S_RESPITE_7427,
- Scenery.CIDER_7429,
- Scenery.MATURE_DWARVEN_STOUT_7412,
- Scenery.MATURE_ASGARNIAN_ALE_7414,
- Scenery.MATURE_GREENMANS_ALE_7416,
- Scenery.MATURE_WIZARDS_MIND_BOMB_7418,
- Scenery.MATURE_DRAGON_BITTER_7420,
- Scenery.MATURE_MOONLIGHT_MEAD_7422,
- Scenery.MATURE_AXEMAN_S_FOLLY_7424,
- Scenery.MATURE_CHEF_S_DELIGHT_7426,
- Scenery.MATURE_SLAYER_S_RESPITE_7428,
- Scenery.MATURE_CIDER_7430
- )
-
-
- override fun defineListeners() {
-
- // Fill an empty vat with water - self-contained operation
- onUseWith(SCENERY, Items.BUCKET_OF_WATER_1929, Scenery.FERMENTING_VAT_7437) { player, _, _ ->
- if (removeItem(player, Item(Items.BUCKET_OF_WATER_1929, 2))) {
- queueScript(player, 0) {
- addItem(player, Items.BUCKET_1925, 2)
-
- lock(player, Animation(2283).duration)
- animate(player, Animation(2283))
-
- sendMessage(player, "You add some water to the vat.")
-
- val vatVarbit = varbits.getValue(player.location.regionId).varbit
- setVarbit(player, vatVarbit, 1, true)
- return@queueScript (stopExecuting(player))
- }
- }
- else{
- sendDialogue(player, "You need 2 buckets of water.")
- }
- return@onUseWith true
- }
-
- // Fill an empty vat with apple mush
- onUseWith(SCENERY, Items.APPLE_MUSH_5992, Scenery.FERMENTING_VAT_7437) { player, used, _ ->
- getVat(player).addIngredient(used as Item)
- return@onUseWith true
- }
-
- // Add barley malt to a vat with water - self-contained operation
- onUseWith(SCENERY, Items.BARLEY_MALT_6008, Scenery.FERMENTING_VAT_7438) { player, _, _ ->
- if (inInventory(player, Items.BARLEY_MALT_6008, 2)) {
- queueScript(player, 0, QueueStrength.SOFT) { counter ->
- when (counter) {
- 0 -> {
- if (!removeItem(player, Item(Items.BARLEY_MALT_6008, 1))) { return@queueScript stopExecuting(player) }
-
- lock(player, Animation(2295).duration * 2 + 2)
- animate(player, Animation(2295))
-
- sendMessage(player, "You add some barley malt to the vat.")
-
- return@queueScript delayScript(player, Animation(2295).duration + 1)
- }
- 1 -> {
- if (!removeItem(player, Item(Items.BARLEY_MALT_6008, 1))) { return@queueScript stopExecuting(player) }
-
- stopWalk(player)
- animate(player, Animation(2295))
-
- val vatVarbit = varbits.getValue(player.location.regionId).varbit
- setVarbit(player, vatVarbit, 2, true)
-
- return@queueScript delayScript(player, Animation(2295).duration + 1)
- }
- 2 -> {
- stopWalk(player)
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- }
- else{
- sendDialogue(player, "You need 2 barley malt.")
- }
- return@onUseWith true
- }
-
- // Add The Stuff to a vat with malt
- onUseWith(SCENERY, Items.THE_STUFF_8988, Scenery.FERMENTING_VAT_7441) { player, _, _ ->
- if (inInventory(player, Items.THE_STUFF_8988, 1)) {
- getVat(player).addTheStuff()
- }
- return@onUseWith true
- }
-
- // Add ingredients to a vat with malt
- onUseWith(SCENERY, aleIngredientsId, Scenery.FERMENTING_VAT_7441) { player, used, _ ->
- if (used.id == Items.APPLE_MUSH_5992) {
- sendDialogue(player, "Apple mush needs to be added to an empty vat.")
- return@onUseWith false
- }
- // If you try to make Kelda Stout in Port Phasmatys the vat deletes itself forever
- if (used.id == Items.KELDA_HOPS_6113 && player.location.regionId != KELDAGRIM_LOC) {
- sendMessage(player, "Nothing interesting happens.")
- return@onUseWith false
- }
- // Branch off into Kelda Stout logic
- if (used.id == Items.KELDA_HOPS_6113 && player.location.regionId == KELDAGRIM_LOC) {
- KeldaBypasses.keldaAddHops(player)
- return@onUseWith true
- }
- getVat(player).addIngredient(used as Item)
- return@onUseWith true
- }
-
- // Add yeast to a vat that's ready to brew
- onUseWith(SCENERY, Items.ALE_YEAST_5767, *vatsNeedingYeast) { player, _, with ->
- if (inInventory(player, Items.ALE_YEAST_5767, 1)) {
- // Branch off into Kelda Stout logic
- if (with.id == Scenery.FERMENTING_VAT_8871 &&
- player.location.regionId == KELDAGRIM_LOC &&
- getVarbit(player, 736) == 68) { // 68 = Kelda MIXED state
- KeldaBypasses.keldaAddYeast(player)
- return@onUseWith true
- }
- getVat(player).addYeast()
- }
- return@onUseWith true
- }
-
- // Turn the valve to empty a vat into a barrel
- on(intArrayOf(Scenery.VALVE_7442, Scenery.VALVE_7443), SCENERY, "turn") { player, _ ->
- // Branch off into Kelda Stout logic
- when {
- (player.location.regionId == KELDAGRIM_LOC && KeldaBypasses.keldaIsBrewing(player)) ->
- sendMessage(player, "The contents of the vat haven't finished fermenting yet.")
- (player.location.regionId == KELDAGRIM_LOC && KeldaBypasses.keldaIsComplete(player)) ->
- KeldaBypasses.keldaTurnValve(player)
- else -> getVat(player).turnValve()
- }
- return@on true
- }
-
- // Drain a barrel of bad ale
- on(drainBarrels, SCENERY, "Drain") { player, _ ->
- getVat(player).drainBarrel()
- return@on true
- }
-
- // Level a barrel (clicking on it)
- on(barrels, SCENERY, "Level") { player, _ ->
- queueScript(player, 1) {
- val goAgain : Boolean
- if (inInventory(player, Items.BEER_GLASS_1919)) {
- goAgain = getVat(player).levelBarrel(Items.BEER_GLASS_1919)
- }
- else if (inInventory(player, Items.CALQUAT_KEG_5769)) {
- goAgain = getVat(player).levelBarrel(Items.CALQUAT_KEG_5769)
- }
- else{
- goAgain = false
- sendDialogue(player, "You need a container to level the barrel.")
- }
- return@queueScript if(goAgain) delayScript(player, 1) else stopExecuting(player)
- }
- return@on true
- }
-
- // Level a barrel (using a container on it)
- onUseWith(SCENERY, intArrayOf(Items.BEER_GLASS_1919, Items.CALQUAT_KEG_5769), *barrels) { player, used, _ ->
- getVat(player).levelBarrel(used.id)
- return@onUseWith true
- }
- }
-
- private fun getVat(player: Player) : Vat {
- return varbits.getValue(player.location.regionId).getVat(player)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/fermenting/CalquatDecant.kt b/Server/src/main/content/global/skill/cooking/fermenting/CalquatDecant.kt
deleted file mode 100644
index c431bbd41..000000000
--- a/Server/src/main/content/global/skill/cooking/fermenting/CalquatDecant.kt
+++ /dev/null
@@ -1,217 +0,0 @@
-package content.global.skill.cooking.fermenting
-
-import core.api.*
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import org.rs09.consts.Items
-
-object CalquatDecant {
-
- // Consumables.java hurts my eyes so I did this instead
- data class CalquatKegs (
- val emptyKeg: Int = Items.CALQUAT_KEG_5769,
- val fourDose: Int, val threeDose: Int = fourDose - 2, val twoDose: Int = threeDose - 2, val oneDose: Int = twoDose - 2, val glass: Int,
- val fourMature: Int, val threeMature: Int = fourMature - 2, val twoMature: Int = threeMature - 2, val oneMature: Int = twoMature - 2, val matureGlass: Int
- )
-
- val calquatDrinks =
- Brewable.values()
- .filter { it.product.size == 4 }
- .associateWith { CalquatKegs (
- fourDose = it.product[1],
- glass = it.product[0],
- fourMature = it.product[3],
- matureGlass = it.product[2]
- )
- }
-
- // Array of all kegs with nonzero contents
- val allKegIds: IntArray by lazy {
- calquatDrinks.values.flatMap { keg ->
- listOf(
- keg.fourDose, keg.threeDose, keg.twoDose, keg.oneDose,
- keg.fourMature, keg.threeMature, keg.twoMature, keg.oneMature
- )
- }.distinct().toIntArray()
- }
-
- // Reverse lookup map
- private val kegLookupMap: Map> by lazy {
- calquatDrinks.entries.flatMap { (brewable, kegs) ->
- listOf(
- kegs.fourDose, kegs.threeDose, kegs.twoDose, kegs.oneDose,
- kegs.fourMature, kegs.threeMature, kegs.twoMature, kegs.oneMature
- ).map { itemId -> itemId to (brewable to kegs) }
- }.toMap()
- }
-
- // Check what a keg is so it can be related to other kegs
- fun getKeg(itemId: Int): Pair? = kegLookupMap[itemId]
-
- // Check if an item is a keg
- fun isKeg(itemId: Int): Boolean = kegLookupMap.containsKey(itemId)
-
- // Check how full a keg is
- fun getDoseByKeg(itemId: Int, kegs: CalquatKegs): Int {
- return when (itemId) {
- kegs.fourDose, kegs.fourMature -> 4
- kegs.threeDose, kegs.threeMature -> 3
- kegs.twoDose, kegs.twoMature -> 2
- kegs.oneDose, kegs.oneMature -> 1
- else -> 0
- }
- }
-
- // Check if a keg contains matured ale
- fun isMature(itemId: Int, kegs: CalquatKegs): Boolean {
- return itemId == kegs.fourMature || itemId == kegs.threeMature ||
- itemId == kegs.twoMature || itemId == kegs.oneMature
- }
-
- // Identifies a keg's category by its contents
- fun getKegByDose(kegs: CalquatKegs, dose: Int, mature: Boolean): Int {
- return if (!mature) {
- when (dose) {
- 4 -> kegs.fourDose
- 3 -> kegs.threeDose
- 2 -> kegs.twoDose
- 1 -> kegs.oneDose
- else -> kegs.emptyKeg
- }
- } else {
- when (dose) {
- 4 -> kegs.fourMature
- 3 -> kegs.threeMature
- 2 -> kegs.twoMature
- 1 -> kegs.oneMature
- else -> kegs.emptyKeg
- }
- }
- }
-
- // Decanting function (NPC) - should work the same as potions
- fun decantCalquat(container: core.game.container.Container): Pair, List- > {
- val doseCount = HashMap
, Int>() // (Brewable, isMature), Total Doses
- val toRemove = ArrayList- ()
- val toAdd = ArrayList
- ()
-
- // Count up all doses grouped by keg type and maturity
- for (item in container.toArray()) {
- if (item == null) continue
- val kegInfo = getKeg(item.id) ?: continue
- val (brewable, kegs) = kegInfo
- val dose = getDoseByKeg(item.id, kegs)
- if (dose == 0) continue
- val mature = isMature(item.id, kegs)
- val key = brewable to mature
- doseCount[key] = (doseCount[key] ?: 0) + dose
- toRemove.add(item)
- }
-
- // Convert doses back into kegs
- for ((key, totalDoses) in doseCount) {
- val (brewable, mature) = key
- val kegs = calquatDrinks[brewable] ?: continue
-
- val fullKegs = totalDoses / 4 // Number of 4-dose kegs
- val remainderDose = totalDoses % 4 // Leftover doses
-
- if (fullKegs > 0)
- toAdd.add(Item(getKegByDose(kegs, 4, mature), fullKegs))
- if (remainderDose > 0)
- toAdd.add(Item(getKegByDose(kegs, remainderDose, mature)))
- }
-
- // Add empty kegs for removed containers
- val emptyKegs = toRemove.size - toAdd.sumOf { it.amount }
- if (emptyKegs > 0) {
- val firstKegs = calquatDrinks.values.firstOrNull()
- if (firstKegs != null)
- toAdd.add(Item(firstKegs.emptyKeg, emptyKegs))
- }
-
- return Pair(toRemove, toAdd)
- }
-
- // Decanting function (manual) - should work the same as potions
- fun combineKegs(player: Player, used: Item, with: Item): Boolean {
- // Identify both kegs
- val (usedBrewable, kegs) = getKeg(used.id) ?: return false
- val (withBrewable, _) = getKeg(with.id) ?: return false
-
- // Verify the same drink is in both kegs
- if (usedBrewable != withBrewable) return false
-
- val usedMature = isMature(used.id, kegs)
- val withMature = isMature(with.id, kegs)
-
- // Verify the same maturity status is in both kegs
- if (usedMature != withMature) return false
-
- // Get doses
- val usedDose = getDoseByKeg(used.id, kegs)
- val withDose = getDoseByKeg(with.id, kegs)
-
- // Disallow combining full or empty kegs
- if (usedDose == 4 || withDose == 4 || usedDose == 0 || withDose == 0) {
- return false
- }
-
- val totalDosage = usedDose + withDose
- val fullDoses = totalDosage / 4
- val leftoverDose = totalDosage % 4
-
- // Replace the targeted keg with a (4) dose keg
- if (fullDoses != 0) {
- replaceSlot(player, with.slot, Item(getKegByDose(kegs, 4, usedMature)), with, Container.INVENTORY)
- }
-
- // Replace the targeted keg with the updated dosage amount
- if (leftoverDose != 0 && fullDoses == 0) {
- replaceSlot(player, with.slot, Item(getKegByDose(kegs, leftoverDose, usedMature)), with, Container.INVENTORY)
-
- // Replace the used with keg with the updated dosage amount
- } else if (leftoverDose != 0) {
- replaceSlot(player, used.slot, Item(getKegByDose(kegs, leftoverDose, usedMature)), used, Container.INVENTORY)
- }
-
- // Replace the used with keg with an empty keg
- if (leftoverDose == 0 || fullDoses == 0) {
- replaceSlot(player, used.slot, Item(kegs.emptyKeg), used, Container.INVENTORY)
- }
-
- // Send message/Play sound
- val amountString = when {
- totalDosage >= 4 -> "four"
- totalDosage == 3 -> "three"
- else -> "two"
- }
-
- sendMessage(player, "You have combined the kegs into $amountString pints.")
- playAudio(player, 2401)
-
- return true
- }
-
- // Decant keg into beer glass
- fun pourIntoGlass(player: Player, glass: Item, keg: Item): Boolean {
- // Find keg info
- val kegInfo = getKeg(keg.id) ?: return false
- val (_, kegs) = kegInfo
- val currentDose = getDoseByKeg(keg.id, kegs)
- val mature = isMature(keg.id, kegs)
- if (currentDose == 0) {
- return false
- }
-
- // Fill the glass
- val glassItem = if (mature) kegs.matureGlass else kegs.glass
- replaceSlot(player, glass.slot, Item(glassItem), glass, Container.INVENTORY)
-
- // Drain the keg
- val newDose = currentDose - 1
- replaceSlot(player, keg.slot, Item(getKegByDose(kegs, newDose, mature)), keg, Container.INVENTORY)
-
- return true
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/fermenting/KeldaStoutGrowth.kt b/Server/src/main/content/global/skill/cooking/fermenting/KeldaStoutGrowth.kt
deleted file mode 100644
index 37d4de77e..000000000
--- a/Server/src/main/content/global/skill/cooking/fermenting/KeldaStoutGrowth.kt
+++ /dev/null
@@ -1,108 +0,0 @@
-package content.global.skill.cooking.fermenting
-
-import core.api.getVarbit
-import core.api.sendMessage
-import core.game.node.entity.Entity
-import core.api.*
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import core.game.system.timer.PersistTimer
-import core.game.system.timer.RSTimer
-
-/**
- * Independent brewing timer and functions exclusively for Kelda Stout
- * Varbit progression: 68 (mixed) -> 69 (brewing1) -> 70 (brewing2) -> 71 (done)
- */
-
-class KeldaStoutGrowth : PersistTimer( 5 /*minutes*/ * 100 /*ticks per minute*/, "cooking:brewing-kelda", isSoft = true) {
- lateinit var player: Player
-
- override fun run(entity: Entity): Boolean {
- player = entity as Player
- when (val currentVarbit = getVarbit(player, 736)) {
- 69 -> {
- setVarbit(player, 736, currentVarbit + 1)
- return true
- }
- 70 -> {
- setVarbit(player, 736, currentVarbit + 1)
- sendMessage(player, "Perhaps I should have a look and see if my Kelda Stout has brewed...")
- return false
- }
- else -> {
- return false
- }
- }
- }
-
- override fun getTimer(vararg args: Any): RSTimer {
- return KeldaStoutGrowth()
- }
-}
-
-
-object KeldaBypasses {
-
- fun keldaAddHops(player: Player) {
- queueScript(player, 0) {
- stopWalk(player)
- if (!removeItem(player, Item(Items.KELDA_HOPS_6113, 1))) { return@queueScript stopExecuting(player) }
- sendMessage(player, "You add some Kelda hops to the vat.")
- lock(player, Animation(2295).duration + 1)
- animate(player, Animation(2295))
- setVarbit(player, 736, getVarbit(player, 736) + 66)
- return@queueScript stopExecuting(player)
- }
- }
-
- fun keldaAddYeast(player: Player) {
- //addYeast() override
- queueScript(player, 0) {
-
- if (!removeItem(player, Item(Items.ALE_YEAST_5767, 1))) { return@queueScript stopExecuting(player) }
- addItem(player, Items.EMPTY_POT_1931)
-
- lock(player, Animation(2283).duration)
- animate(player, Animation(2295))
-
- sendMessage(player, "You add a pot of ale yeast to the vat.")
- sendMessage(player, "The contents of the vat have begun to ferment.")
-
- setVarbit(player, 736, getVarbit(player, 736) + 1)
- registerTimer(player, KeldaStoutGrowth())
- return@queueScript true
- }
- }
-
- fun keldaTurnValve(player: Player) {
- queueScript(player, 0, QueueStrength.SOFT) {
-
- lock(player, Animation(780).duration)
- animate(player, Animation(780))
-
- sendMessage(player, "You turn the valve.")
-
- delayScript(player, 2)
-
- // Fill the barrel, then empty the vat
- setVarbit(player, 738, 3, true)
- setVarbit(player, 736, 0, true)
-
- sendMessage(player, "The barrel now contains 1 pint of Kelda Stout.")
- return@queueScript stopExecuting(player)
- }
- }
-
- fun keldaIsBrewing(player: Player): Boolean {
- val vatVarbit = getVarbit(player, 736)
- return vatVarbit in 69..70
- }
-
- fun keldaIsComplete(player: Player): Boolean {
- val vatVarbit = getVarbit(player, 736)
- return vatVarbit == 71
- }
-}
diff --git a/Server/src/main/content/global/skill/cooking/fermenting/Vat.kt b/Server/src/main/content/global/skill/cooking/fermenting/Vat.kt
deleted file mode 100644
index e71f8850a..000000000
--- a/Server/src/main/content/global/skill/cooking/fermenting/Vat.kt
+++ /dev/null
@@ -1,366 +0,0 @@
-package content.global.skill.cooking.fermenting
-
-import core.api.*
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.world.update.flag.context.Animation
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-
-
-class Vat (var player: Player, private val brewingVat : BrewingVat, var theStuff: Boolean,
- var nextBrew: Long, var stage: BrewingStage,
- var brewingItem : Brewable?) {
-
- private var barrelItem: Brewable? = null
-
- constructor(player: Player, brewingVat: BrewingVat) :
- this(player, brewingVat, false, 0, BrewingStage.EMPTY, null)
-
- fun addTheStuff() {
- if (!theStuff && removeItem(player, Item(Items.THE_STUFF_8988, 1))) {
- theStuff = true
-
- lock(player, Animation(2283).duration)
- animate(player, Animation(2283))
-
- sendMessage(player, "You add The Stuff to the mixture in the vat.")
-
- } else { sendMessage(player, "Nothing interesting happens.") }
- }
-
- fun addIngredient(item: Item): Boolean {
- val ingredient = Brewable.getBrewable(item.id) ?: return false
- if (getDynLevel(player, Skills.COOKING) < ingredient.level) {
- sendDialogue(player, "You need a Cooking level of at least ${ingredient.level} in order to brew ${ingredient.displayName}.")
- return false
- }
- if (!inInventory(player, item.id, ingredient.ingredientAmount)) {
- val ingredientWord = if (ingredient.itemID == Items.MUSHROOM_6004) item.name+"s" else item.name
- sendDialogue(player, "You need 4 $ingredientWord.")
- return false
- }
- queueScript(player, 0, QueueStrength.SOFT) { counter ->
- when (counter) {
- 0 -> {
- if (!removeItem(player, Item(item.id, 1))) { return@queueScript stopExecuting(player) }
- if (ingredient.itemID == Items.APPLE_MUSH_5992) {
- addItem(player, Items.BUCKET_1925)
- }
-
- stopWalk(player)
- animate(player, Animation(2295))
-
- val ingredientWord = if (item.id == Items.MUSHROOM_6004) item.name+"s" else item.name
- sendMessage(player, "You add some $ingredientWord to the vat.")
-
- if (ingredient.ingredientAmount == 1) {
- lock(player, Animation(2295).duration)
-
- brewingItem = ingredient
- stage = BrewingStage.MIXED
- updateVat()
-
- return@queueScript stopExecuting(player)
- }
-
- lock(player, Animation(2295).duration * 4 + 3)
- return@queueScript delayScript(player, Animation(2295).duration + 1)
- }
- 1, 2 -> {
- if (!removeItem(player, Item(item.id, 1))) { return@queueScript stopExecuting(player) }
- if (ingredient.itemID == Items.APPLE_MUSH_5992) {
- addItem(player, Items.BUCKET_1925)
- }
-
- stopWalk(player)
- animate(player, Animation(2295))
-
- return@queueScript delayScript(player, Animation(2295).duration + 1)
- }
- 3 -> {
- if (!removeItem(player, Item(item.id, 1))) { return@queueScript stopExecuting(player) }
- if (ingredient.itemID == Items.APPLE_MUSH_5992) {
- addItem(player, Items.BUCKET_1925)
- }
-
- stopWalk(player)
- animate(player, Animation(2295))
-
- brewingItem = ingredient
- stage = BrewingStage.MIXED
- updateVat()
-
- return@queueScript delayScript(player, Animation(2295).duration)
- }
- 4 -> {
- stopWalk(player)
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- return true
- }
-
- fun addYeast() {
- if (removeItem(player, Item(Items.ALE_YEAST_5767, 1))) {
- addItem(player, Items.EMPTY_POT_1931)
-
- lock(player, Animation(2283).duration)
- animate(player, Animation(2295))
-
- sendMessage(player, "You add a pot of ale yeast to the vat.")
- sendMessage(player, "The contents of the vat have begun to ferment.")
-
- stage = BrewingStage.BREWING1
- nextBrew = System.currentTimeMillis() + (brewCycleTime * 600) // ticks to ms
- updateVat()
- } else {
- sendMessage(player, "Nothing interesting happens.")
- }
- }
-
- fun brew(forceStep: Boolean = false, forceGood: Boolean = false, forceMature: Boolean = false, forceBad: Boolean = false) : Boolean {
- val resp = internalBrew(forceStep, forceGood, forceMature, forceBad)
- updateVat()
- return resp
- }
-
- fun canBrew() : Boolean {
- return listOf(BrewingStage.BREWING1, BrewingStage.BREWING2).any { it == stage }
- }
-
- /** The meat of the brewing mechanic lives in the following internalBrew function
- * No one has clearly documented how this should work
- * Period sources are vague, unaccountable, and/or vary wildly in their claims
- * https://x.com/JagexAsh/status/994867369460813824
- * Ash states that it was challenging to follow when he was trying to do it in OSRS
- *
- * If a good source is uncovered, this section can easily be configured to match it
- *
- * Current config results in the following behavior:
- * Cooking level does not play a factor
- * Chance to advance a step (or go bad) - 20%
- * Chance to go bad when advancing - 25%
- * Chance to mature (w/o The Stuff) - 05%
- * Chance to mature (w/ The Stuff) - 50%
- * Time per cycle (in BrewGrowth.kt) - 6 hours, or 36000 ticks
- */
-
- private fun internalBrew(forceStep: Boolean, forceGood: Boolean, forceMature: Boolean, forceBad: Boolean):Boolean {
- nextBrew = System.currentTimeMillis() + (brewCycleTime * 600) // Ticks to ms
- if (listOf(BrewingStage.BREWING1, BrewingStage.BREWING2).all{ it != stage}) {
- return false
- }
-
- // Step advancement check
- if (RandomFunction.random(5) == 0 || forceStep || forceGood || forceMature || forceBad) {
- if ((RandomFunction.random(4) == 0 || forceBad) && !forceGood && !forceMature) {
- stage = BrewingStage.BAD
- return false
- }
- stage = if (stage == BrewingStage.BREWING1) BrewingStage.BREWING2 else BrewingStage.DONE
- }
-
- // Maturity check
- if (stage == BrewingStage.DONE) {
- sendMessage(player, "Perhaps I should have a look and see if my ${brewingItem!!.displayName} has brewed...")
- val roll = if (theStuff) 2 else 20
- if ((RandomFunction.random(roll) == 0 || forceMature) && !forceGood) {
- stage = BrewingStage.MATURE
- }
- return false
- }
- return true
- }
-
- fun turnValve(){
- if (stage == BrewingStage.EMPTY) {
- queueScript(player, 1) {
- sendMessage(player, "Nothing interesting happens.")
- return@queueScript stopExecuting(player)
- }
- return
- }
- if (getVarbit(player,this.brewingVat.varbit + 2) > 0) {
- queueScript(player, 1) {
- sendMessage(player, "The barrel is already full.")
- return@queueScript stopExecuting(player)
- }
- return
- }
- if (stage == BrewingStage.BREWING1 || stage == BrewingStage.BREWING2) {
- queueScript(player,1) {
- sendMessage(player, "The contents of the vat haven't finished fermenting yet.")
- return@queueScript stopExecuting(player)
- }
- return
- }
- lock(player, Animation(780).duration)
- animate(player, Animation(780))
-
- sendMessage(player, "You turn the valve.")
-
- if (stage == BrewingStage.MATURE || stage == BrewingStage.DONE) {
- rewardXP(player, Skills.COOKING, brewingItem!!.levelXP)
- queueScript(player, 2, QueueStrength.SOFT) {
- sendMessage(player, "The barrel now contains 8 pints of ${brewingItem!!.displayName}.")
- fillBarrel()
- emptyVat()
- updateVat()
- return@queueScript stopExecuting(player)
- }
- } else {
- fillBarrel()
- emptyVat()
- updateVat()
- }
- }
-
- private fun emptyVat() {
- brewingItem = null
- theStuff = false
- stage = BrewingStage.EMPTY
- updateVat()
- }
-
- private fun fillBarrel() {
- var varbitValue = 0
- when (stage){
- BrewingStage.EMPTY -> Unit
- BrewingStage.WATER,
- BrewingStage.MALT,
- BrewingStage.MIXED,
- BrewingStage.BREWING1,
- BrewingStage.BREWING2 -> {
- varbitValue = 4
- }
- BrewingStage.DONE,
- BrewingStage.MATURE -> {
- barrelItem = brewingItem
- val barrelAmount = 8
-
- varbitValue = barrelItem?.barrelVarBitOffset ?: 0
-
- if (barrelItem != null){
- varbitValue += (barrelAmount - 1)
- if (stage == BrewingStage.MATURE) {
- varbitValue += 128
- }
- }
- }
- BrewingStage.BAD ->{
- varbitValue = if(brewingItem == Brewable.CIDER) 2 else 1
- }
- }
- setVarbit(player, this.brewingVat.varbit + 2, varbitValue, true)
- }
-
- fun levelBarrel(container: Int): Boolean {
- var value = getVarbit(player, this.brewingVat.varbit + 2)
- if (value == 0) return false
-
- // Check for mature bit (128) and strip it for calculations
- val isMature = value >= 128
- val baseValue = if (isMature) value - 128 else value
- var servingsLeft = if(baseValue == 3) 1 else (baseValue % 8) + 1
-
- val brewable =
- if (baseValue == 3) Brewable.KELDA_STOUT
- else Brewable.values()[(baseValue/8) - 1]
-
- val product = brewable.product
-
- if (container == Items.BEER_GLASS_1919) {
- if(removeItem(player, container)) {
- animate(player, Animation(2285))
- value--
- servingsLeft--
- val productIndex = if (isMature) 2 else 0
- sendMessage(player, "You pour a glass of ${brewable.displayName}.")
- addItem(player, product[productIndex])
- }
- }
- else if (brewable == Brewable.KELDA_STOUT) {
- sendDialogue(player, "You must use a glass to level Kelda Stout.")
- return false
- }
- else if (container == Items.CALQUAT_KEG_5769) {
- if(removeItem(player, container)){
- animate(player, Animation(2284))
- val servingsToTake = minOf(servingsLeft, 4)
- value -= servingsToTake
- servingsLeft -= servingsToTake
- val filledKeg = CalquatDecant.calquatDrinks[brewable]!!
- addItem(player, CalquatDecant.getKegByDose(filledKeg, servingsToTake, isMature))
- }
- }
- if (servingsLeft == 0) {
- sendMessage(player, "The barrel is now empty.")
- value = 0
- }
- setVarbit(player, this.brewingVat.varbit + 2, value, true)
- return servingsLeft != 0
- }
-
- fun drainBarrel() {
- sendMessage(player, "You drain the barrel.")
- setVarbit(player, this.brewingVat.varbit + 2, 0, true)
-
- }
-
- fun isVatEmpty(): Boolean {
- return stage == BrewingStage.EMPTY
- }
-
- fun isBarrelEmpty(): Boolean {
- return getVarbit(player, (this.brewingVat.varbit + 2)) == 0
- }
-
- private fun getVatDisplay(): Int {
- return when (stage){
- BrewingStage.EMPTY -> 0
- BrewingStage.WATER -> 1
- BrewingStage.MALT -> 2
- BrewingStage.MIXED -> brewingItem?.vatVarBitOffset ?: run { 0 }
- BrewingStage.BREWING1 -> (brewingItem?.vatVarBitOffset?.plus(1)) ?: run { 0 }
- BrewingStage.BREWING2 -> (brewingItem?.vatVarBitOffset?.plus(2)) ?: run { 0 }
- BrewingStage.DONE -> (brewingItem?.vatVarBitOffset?.plus(3)) ?: run { 0 }
- BrewingStage.MATURE -> (brewingItem?.vatVarBitOffset?.plus(4)) ?: run { 0 }
- BrewingStage.BAD -> if (brewingItem == Brewable.CIDER) 65 else 64
- }
- }
-
- fun updateVat(){
- setVarbit(player, this.brewingVat.varbit, this.getVatDisplay(), true)
- }
-
-}
-
-
-enum class BrewingStage {
- EMPTY,
- WATER,
- MALT,
- MIXED,
- BREWING1,
- BREWING2,
- DONE,
- MATURE,
- BAD;
-}
-
-
-enum class BrewingVat(val varbit: Int) {
- KELDAGRIM(736),
- PORT_PHAS(737);
-
- fun getVat(player: Player): Vat {
- val vat = getOrStartTimer
(player)
- return vat.getVat(this, true)
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/ChocolateCakeListener.kt b/Server/src/main/content/global/skill/cooking/recipe/ChocolateCakeListener.kt
deleted file mode 100644
index 0661c9417..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/ChocolateCakeListener.kt
+++ /dev/null
@@ -1,31 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class ChocolateCakeListener : InteractionListener {
-
- val chocolate = intArrayOf(Items.CHOCOLATE_BAR_1973, Items.CHOCOLATE_DUST_1975)
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.CAKE_1891, *chocolate) { player, used, with ->
- val product = Items.CHOCOLATE_CAKE_1897
- val level = 50
- val experience = 30.0
- val message = ""
- val failMessage = "You need a Cooking level of $level in order to do that."
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- with.asItem(),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/CurryListener.kt b/Server/src/main/content/global/skill/cooking/recipe/CurryListener.kt
deleted file mode 100644
index b6be43bb4..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/CurryListener.kt
+++ /dev/null
@@ -1,37 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.item.Item
-import org.rs09.consts.Items
-
-class CurryListener : InteractionListener {
-
- val added = intArrayOf(Items.CURRY_LEAF_5970, Items.SPICE_2007)
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.UNCOOKED_STEW_2001, *added) { player, used, with ->
- val product = Items.UNCOOKED_CURRY_2009
- val amountAdded = when (with.id) {
- Items.CURRY_LEAF_5970 -> 3
- Items.SPICE_2007 -> 1
- else -> 0
- }
- val level = 60
- val experience = 0.0
- val message = "You mix the spice with the stew."
- val failMessage = "You need a Cooking level of at least $level in order to do this."
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- Item(with.id, amountAdded),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/HangoverRecipe.kt b/Server/src/main/content/global/skill/cooking/recipe/HangoverRecipe.kt
deleted file mode 100644
index 063b85ce4..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/HangoverRecipe.kt
+++ /dev/null
@@ -1,44 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Items
-
-class HangoverRecipe : InteractionListener {
-
- companion object{
- private const val SNAPE_GRASS = Items.SNAPE_GRASS_231
- private const val HANGOVER_CURE = Items.HANGOVER_CURE_1504
- private const val BUCKET_OF_MILK = Items.BUCKET_OF_MILK_1927
- private const val CHOCOLATE_DUST = Items.CHOCOLATE_DUST_1975
- private const val CHOCOLATE_MILK = Items.CHOCOLATEY_MILK_1977
- }
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, CHOCOLATE_DUST, BUCKET_OF_MILK) { player, _, _ ->
- if(hasLevelDyn(player, Skills.COOKING, 4)){
- if(removeItem(player, CHOCOLATE_DUST) and removeItem(player, BUCKET_OF_MILK)){
- addItem(player, CHOCOLATE_MILK)
- sendItemDialogue(player, CHOCOLATE_MILK, "You mix the chocolate into the bucket.")
- }
- }
- else {
- sendDialogue(player, "You need a Cooking level of at least 4 to make chocolate milk.")
- }
- return@onUseWith true
- }
-
- onUseWith(IntType.ITEM, SNAPE_GRASS, CHOCOLATE_MILK) { player, _, _ ->
- if (removeItem(player, SNAPE_GRASS) && removeItem(player, CHOCOLATE_MILK))
- {
- sendItemDialogue(player, HANGOVER_CURE, "You mix the snape grass into the bucket.")
- addItem(player, HANGOVER_CURE)
- return@onUseWith true
- }
- return@onUseWith false
- }
-
- }
-}
diff --git a/Server/src/main/content/global/skill/cooking/recipe/MixHandler.kt b/Server/src/main/content/global/skill/cooking/recipe/MixHandler.kt
deleted file mode 100644
index aa3b8bc59..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/MixHandler.kt
+++ /dev/null
@@ -1,72 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.api.*
-import core.game.dialogue.SkillDialogueHandler
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import kotlin.math.min
-
-fun standardMix(player: Player, used: Item, with: Item, product: Int, level: Int, experience: Double, message: String, failMessage: String): Boolean {
- // Avoids sending dialogue if not enough ingredients to create (relevant only for curry leaves)
- if (amountInInventory(player, used.id) < used.amount || amountInInventory(player, with.id) < with.amount) {
- // Not sure about the authentic message
- sendMessage(player, "You don't have enough ingredients to make that.")
- return true
- }
-
- // Avoids sending dialogue if only one can be created
- if (amountInInventory(player, used.id) == used.amount || amountInInventory(player, with.id) == with.amount) {
- if (getDynLevel(player, Skills.COOKING) < level) {
- sendDialogue(player, failMessage)
- return true
- }
-
- if (removeItem(player, used) && removeItem(player, with)) {
- sendMessage(player, message)
- rewardXP(player, Skills.COOKING, experience)
- addItem(player, product)
- containerIngredient(player, used.id)
- containerIngredient(player, with.id)
- }
- return true
- }
-
- mixHandler(
- player,
- used,
- with,
- product,
- level,
- experience,
- message,
- failMessage
- ).open()
- return true
-}
-
-private fun mixHandler(player: Player, used: Item, with: Item, product: Int, level: Int, experience: Double, message: String, failMessage: String): SkillDialogueHandler {
- val handler: SkillDialogueHandler =
- object : SkillDialogueHandler(player, SkillDialogue.ONE_OPTION, product.asItem()) {
- override fun create(amount: Int, index: Int) {
- if (!playerMeetsInitialRequirements()) return
- MixScript(player, used, with, product, amount, level, experience, message, failMessage).invoke()
- }
-
- private fun playerMeetsInitialRequirements(): Boolean {
- if (getDynLevel(player, Skills.COOKING) < level) {
- sendDialogue(player, failMessage)
- return false
- }
- return true
- }
-
- override fun getAll(index: Int): Int {
- return min(
- amountInInventory(player, used.id)/used.amount,
- amountInInventory(player, with.id)/with.amount
- )
- }
- }
- return handler
-}
diff --git a/Server/src/main/content/global/skill/cooking/recipe/MixScript.kt b/Server/src/main/content/global/skill/cooking/recipe/MixScript.kt
deleted file mode 100644
index 245c078af..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/MixScript.kt
+++ /dev/null
@@ -1,57 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.api.*
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import org.rs09.consts.Items
-
-class MixScript(
- private val player: Player,
- private val used: Item,
- private val with: Item,
- private val product: Int,
- private val sets: Int,
- private val level: Int,
- private val experience: Double,
- private val message: String,
- private val failMessage: String
-) {
-
- private val delay = 2
-
- fun invoke() {
- queueScript(player, delay) { stage -> Int
- if (getDynLevel(player, Skills.COOKING) < level) {
- sendDialogue(player, failMessage)
- return@queueScript stopExecuting(player)
- }
-
- if (inInventory(player, used.id, used.amount) && inInventory(player, with.id, with.amount)) {
- if(removeItem(player, used) && removeItem(player, with)) {
- sendMessage(player, message)
- rewardXP(player, Skills.COOKING, experience)
- addItem(player, product)
- containerIngredient(player, used.id)
- containerIngredient(player, with.id)
- }
- } else {
- return@queueScript stopExecuting(player)
- }
-
- if (stage >= sets - 1) {
- return@queueScript stopExecuting(player)
- }
-
- return@queueScript delayScript(player, delay)
- }
- }
-}
-
-fun containerIngredient(player: Player, ingredient: Int): Boolean{
- return when (ingredient) {
- Items.BUCKET_OF_WATER_1929, Items.COMPOST_6032 -> addItem(player, Items.BUCKET_1925)
- Items.FRIED_MUSHROOMS_7082 -> addItem(player, Items.BOWL_1923)
- else -> false
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/OomlieWrapListener.kt b/Server/src/main/content/global/skill/cooking/recipe/OomlieWrapListener.kt
deleted file mode 100644
index 79024be71..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/OomlieWrapListener.kt
+++ /dev/null
@@ -1,29 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class OomlieWrapListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.RAW_OOMLIE_2337, Items.PALM_LEAF_2339) { player, used, with ->
- val product = Items.WRAPPED_OOMLIE_2341
- val level = 50
- val experience = 0.0
- val message = "You wrap the raw oomlie in the palm leaf."
- val failMessage = "You need a Cooking level of at least $level in order to do that."
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- with.asItem(),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/PieListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PieListener.kt
deleted file mode 100644
index 8f6b1a841..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/PieListener.kt
+++ /dev/null
@@ -1,79 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class PieListener : InteractionListener {
-
- val base = PieProduct.values().map { it.base }.toIntArray()
- val added = PieProduct.values().map { it.added }.toIntArray()
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, base, *added) { player, used, with ->
- val pie = PieProduct.productMap[used.id] ?: return@onUseWith true
-
- if (pie.added != with.id) {
- return@onUseWith false
- }
-
- val product = pie.product
- val level = pie.minimumLevel
- val experience = 0.0
- val message = "You fill the pie with ${pie.ingredientMessage}."
- val failMessage = "You need a Cooking level of ${pie.minimumLevel} to make this."
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- with.asItem(),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
- }
-
- enum class PieProduct(
- val base: Int,
- val added: Int,
- val product: Int,
- val minimumLevel: Int,
- val ingredientMessage: String,
- ) {
- REDBERRY_PIE(Items.REDBERRIES_1951, Items.PIE_SHELL_2315, Items.UNCOOKED_BERRY_PIE_2321, 10, "redberries"),
- MEAT_PIE(Items.COOKED_MEAT_2142, Items.PIE_SHELL_2315, Items.UNCOOKED_MEAT_PIE_2319, 20, "meat"),
- MUD_PIE_1(Items.COMPOST_6032, Items.PIE_SHELL_2315, Items.PART_MUD_PIE_7164, 29, "compost"),
- MUD_PIE_2(Items.PART_MUD_PIE_7164, Items.BUCKET_OF_WATER_1929, Items.PART_MUD_PIE_7166, 29, "water"),
- MUD_PIE_3(Items.PART_MUD_PIE_7166, Items.CLAY_434, Items.RAW_MUD_PIE_7168, 29, "clay"),
- APPLE_PIE(Items.COOKING_APPLE_1955, Items.PIE_SHELL_2315, Items.UNCOOKED_APPLE_PIE_2317, 30, "cooking apple"),
- GARDEN_PIE_1(Items.TOMATO_1982, Items.PIE_SHELL_2315, Items.PART_GARDEN_PIE_7172, 34, "tomato"),
- GARDEN_PIE_2(Items.PART_GARDEN_PIE_7172, Items.ONION_1957, Items.PART_GARDEN_PIE_7174, 34, "onion"),
- GARDEN_PIE_3(Items.PART_GARDEN_PIE_7174, Items.CABBAGE_1965, Items.RAW_GARDEN_PIE_7176, 34, "cabbage"),
- FISH_PIE_1(Items.TROUT_333, Items.PIE_SHELL_2315, Items.PART_FISH_PIE_7182, 47, "trout"),
- FISH_PIE_2(Items.PART_FISH_PIE_7182, Items.COD_339, Items.PART_FISH_PIE_7184, 47, "cod"),
- FISH_PIE_3(Items.PART_FISH_PIE_7184, Items.POTATO_1942, Items.RAW_FISH_PIE_7186, 47, "potato"),
- ADMIRAL_PIE_1(Items.SALMON_329, Items.PIE_SHELL_2315, Items.PART_ADMIRAL_PIE_7192, 70, "salmon"),
- ADMIRAL_PIE_2(Items.PART_ADMIRAL_PIE_7192, Items.TUNA_361, Items.PART_ADMIRAL_PIE_7194, 70, "tuna"),
- ADMIRAL_PIE_3(Items.PART_ADMIRAL_PIE_7194, Items.POTATO_1942, Items.RAW_ADMIRAL_PIE_7196, 70, "potato"),
- WILD_PIE_1(Items.RAW_BEAR_MEAT_2136, Items.PIE_SHELL_2315, Items.PART_WILD_PIE_7202, 85, "raw bear meat"),
- WILD_PIE_2(Items.PART_WILD_PIE_7202, Items.RAW_CHOMPY_2876, Items.PART_WILD_PIE_7204, 85, "raw chompy"),
- WILD_PIE_3(Items.PART_WILD_PIE_7204, Items.RAW_RABBIT_3226, Items.RAW_WILD_PIE_7206, 85, "raw rabbit"),
- SUMMER_PIE_1(Items.STRAWBERRY_5504, Items.PIE_SHELL_2315, Items.PART_SUMMER_PIE_7212, 95, "strawberry"),
- SUMMER_PIE_2(Items.PART_SUMMER_PIE_7212, Items.WATERMELON_5982, Items.PART_SUMMER_PIE_7214, 95, "watermelon"),
- SUMMER_PIE_3(Items.PART_SUMMER_PIE_7214, Items.COOKING_APPLE_1955, Items.RAW_SUMMER_PIE_7216, 95, "apple"),
- ;
-
- companion object {
- val productMap = HashMap()
-
- init {
- for (pie in PieProduct.values()) {
- productMap[pie.base] = pie
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/PieShellListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PieShellListener.kt
deleted file mode 100644
index b0e075575..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/PieShellListener.kt
+++ /dev/null
@@ -1,29 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class PieShellListener : InteractionListener {
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.PIE_DISH_2313, Items.PASTRY_DOUGH_1953) { player, used, with ->
- val product = Items.PIE_SHELL_2315
- val level = 1
- val experience = 0.0
- val message = "You put the pastry dough into the pie dish to make a pie shell."
- val failMessage = ""
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- with.asItem(),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/PizzaListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PizzaListener.kt
deleted file mode 100644
index f70c32f35..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/PizzaListener.kt
+++ /dev/null
@@ -1,66 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class PizzaListener : InteractionListener {
-
- val base = PizzaProduct.values().map { it.base }.toIntArray()
- val added = PizzaProduct.values().map { it.added }.toIntArray()
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, base, *added) { player, used, with ->
- val pizza = PizzaProduct.productMap[used.id] ?: return@onUseWith true
-
- if (pizza.added != with.id) {
- return@onUseWith false
- }
-
- val product = pizza.product
- val level = pizza.minimumLevel
- val experience = pizza.experience
- val message = "You add the ${pizza.message} to the pizza."
- val failMessage = "You need a Cooking level of at least ${pizza.minimumLevel} in order to do this."
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- with.asItem(),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
- }
-
- enum class PizzaProduct(
- val base: Int,
- val added: Int,
- val product: Int,
- val minimumLevel: Int,
- val experience: Double,
- val message: String,
- ) {
- PIZZA_1(Items.TOMATO_1982, Items.PIZZA_BASE_2283, Items.INCOMPLETE_PIZZA_2285, 35, 0.0,"tomato"),
- PIZZA_2(Items.CHEESE_1985, Items.INCOMPLETE_PIZZA_2285, Items.UNCOOKED_PIZZA_2287, 35, 0.0, "cheese"),
- MEAT_PIZZA_1(Items.COOKED_MEAT_2142, Items.PLAIN_PIZZA_2289, Items.MEAT_PIZZA_2293, 45, 26.0, "meat"),
- MEAT_PIZZA_2(Items.COOKED_CHICKEN_2140, Items.PLAIN_PIZZA_2289, Items.MEAT_PIZZA_2293, 45, 26.0, "cooked chicken"),
- ANCHOVY_PIZZA(Items.ANCHOVIES_319, Items.PLAIN_PIZZA_2289, Items.ANCHOVY_PIZZA_2297, 55, 39.0, "anchovies"),
- PINEAPPLE_PIZZA_1(Items.PINEAPPLE_CHUNKS_2116, Items.PLAIN_PIZZA_2289, Items.PINEAPPLE_PIZZA_2301, 65, 52.0, "pineapple"),
- PINEAPPLE_PIZZA_2(Items.PINEAPPLE_RING_2118, Items.PLAIN_PIZZA_2289, Items.PINEAPPLE_PIZZA_2301, 65, 52.0, "pineapple"),
- ;
-
- companion object {
- val productMap = HashMap()
-
- init {
- for (pizza in PizzaProduct.values()) {
- productMap[pizza.base] = pizza
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/PotatoListener.kt b/Server/src/main/content/global/skill/cooking/recipe/PotatoListener.kt
deleted file mode 100644
index 6e2cd5b5c..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/PotatoListener.kt
+++ /dev/null
@@ -1,77 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class PotatoListener : InteractionListener {
-
- val added = PotatoProduct.values().map { it.added }.toIntArray()
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.BAKED_POTATO_6701, Items.PAT_OF_BUTTER_6697) { player, used, with ->
- val product = Items.POTATO_WITH_BUTTER_6703
- val level = 39
- val experience = 40.5
- val message = "You add a pat of butter to the potato."
- val failMessage = "You need a Cooking level of at least $level in order to do this."
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- with.asItem(),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
-
- onUseWith(IntType.ITEM, added, Items.POTATO_WITH_BUTTER_6703) { player, used, with ->
- val topping = PotatoProduct.productMap[used.id] ?: return@onUseWith true
-
- val product = topping.product
- val level = topping.minimumLevel
- val experience = topping.experience
- val message = ""
- val failMessage = "You need a Cooking level of at least $level in order to do this."
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- with.asItem(),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
- }
-
- enum class PotatoProduct(
- val added: Int,
- val product: Int,
- val minimumLevel: Int,
- val experience: Double,
- val message: String
- ) {
- CHEESE_POTATO(Items.CHEESE_1985, Items.POTATO_WITH_CHEESE_6705, 47, 10.0, ""),
- CHILLI_POTATO(Items.CHILLI_CON_CARNE_7062, Items.CHILLI_POTATO_7054, 41, 15.0, ""),
- EGG_POTATO(Items.EGG_AND_TOMATO_7064, Items.EGG_POTATO_7056, 51, 50.0, ""),
- TUNA_POTATO(Items.TUNA_AND_CORN_7068, Items.TUNA_POTATO_7060, 68, 10.0, ""),
- MUSHROOM_POTATO(Items.MUSHROOM_AND_ONION_7066, Items.MUSHROOM_POTATO_7058, 64, 55.0, ""),
- ;
-
- companion object {
- val productMap = HashMap()
-
- init {
- for (topping in PotatoProduct.values()) {
- productMap[topping.added] = topping
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/StewListener.kt b/Server/src/main/content/global/skill/cooking/recipe/StewListener.kt
deleted file mode 100644
index 312aedcf0..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/StewListener.kt
+++ /dev/null
@@ -1,62 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class StewListener : InteractionListener {
-
- val base = StewProduct.values().map { it.base }.toIntArray()
- val added = StewProduct.values().map { it.added }.toIntArray()
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, base, *added) { player, used, with ->
- val stew = StewProduct.productMap[used.id] ?: return@onUseWith true
-
- if (stew.added != with.id) {
- return@onUseWith false
- }
-
- val product = stew.product
- val level = stew.minimumLevel
- val experience = 0.0
- val message = "You cut up the ${stew.message} and put it into the stew."
- val failMessage = "You need a Cooking level of at least ${stew.minimumLevel} in order to do this."
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- with.asItem(),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
- }
-
- enum class StewProduct(
- val base: Int,
- val added: Int,
- val product: Int,
- val minimumLevel: Int,
- val message: String,
- ) {
- STEW_1(Items.POTATO_1942, Items.BOWL_OF_WATER_1921, Items.INCOMPLETE_STEW_1997, 25, "potato"),
- STEW_2(Items.INCOMPLETE_STEW_1997, Items.COOKED_MEAT_2142, Items.UNCOOKED_STEW_2001, 25, "meat"),
- STEW_3(Items.COOKED_MEAT_2142, Items.BOWL_OF_WATER_1921, Items.INCOMPLETE_STEW_1999, 25, "meat"),
- STEW_4(Items.INCOMPLETE_STEW_1999, Items.POTATO_1942, Items.UNCOOKED_STEW_2001, 25, "potato"),
- ;
-
- companion object {
- val productMap = HashMap()
-
- init {
- for (stew in StewProduct.values()) {
- productMap[stew.base] = stew
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt b/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt
deleted file mode 100644
index 68e5c55bb..000000000
--- a/Server/src/main/content/global/skill/cooking/recipe/ToppingListener.kt
+++ /dev/null
@@ -1,84 +0,0 @@
-package content.global.skill.cooking.recipe
-
-import core.api.inInventory
-import core.api.sendDialogue
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-
-class ToppingListener : InteractionListener {
-
- val base = ToppingProduct.values().map { it.base }.toIntArray()
- val added = ToppingProduct.values().map { it.added }.toIntArray()
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, base, *added) { player, used, with ->
- val topping = ToppingProduct.productMap[used.id] ?: return@onUseWith true
- val verb = if (with.id == Items.COOKED_MEAT_2142) "cut" else "slice"
-
- if (topping.added != with.id) {
- return@onUseWith false
- }
-
- if (topping.cut_name != "" && !inInventory(player, Items.KNIFE_946)) {
- sendDialogue(player, "You need a knife in order to $verb up the ${topping.cut_name}.")
- return@onUseWith true
- }
-
- val product = topping.product
- val level = topping.minimumLevel
- val experience = topping.experience
- val message = topping.message
- val failMessage = "You need a Cooking level of at least ${topping.minimumLevel} in order to do this."
-
- return@onUseWith standardMix(
- player,
- used.asItem(),
- with.asItem(),
- product,
- level,
- experience,
- message,
- failMessage
- )
- }
- }
-
- enum class ToppingProduct(
- val base: Int,
- val added: Int,
- val product: Int,
- val minimumLevel: Int,
- val experience: Double,
- val message: String,
- val cut_name: String
- ) {
- //Tuna and Corn: https://www.youtube.com/watch?v=wAavERc9p2c
- //Uncooked Egg: https://www.youtube.com/watch?v=LiLq6PhCc2M
- //Bowl of sweetcorn (OSRS source is only I could find) https://www.youtube.com/watch?v=pz8epXjkKYE
-
- UNCOOKED_EGG(Items.EGG_1944, Items.BOWL_1923, Items.UNCOOKED_EGG_7076, 1, 0.0, "You carefully break the egg into the bowl.", ""),
- BOWL_OF_SWEETCORN(Items.COOKED_SWEETCORN_5988, Items.BOWL_1923, Items.SWEETCORN_7088, 1, 0.0, "You put the cooked sweetcorn into the bowl.", ""),
- SLICED_MUSHROOM(Items.MUSHROOM_6004, Items.BOWL_1923, Items.SLICED_MUSHROOMS_7080, 1, 0.0, "You chop the mushrooms into the bowl.", "mushrooms"),
- CHOPPED_TUNA(Items.TUNA_361, Items.BOWL_1923, Items.CHOPPED_TUNA_7086, 1, 0.0, "You chop the tuna into the bowl.", "tuna"),
- CHOPPED_ONION(Items.ONION_1957, Items.BOWL_1923, Items.CHOPPED_ONION_1871, 1, 0.0, "You chop the onion into the bowl.", "onion"),
- CHOPPED_GARLIC(Items.GARLIC_1550, Items.BOWL_1923, Items.CHOPPED_GARLIC_7074, 1, 0.0, "You chop the garlic into the bowl.", "garlic"),
- SPICY_SAUCE(Items.CHOPPED_GARLIC_7074, Items.GNOME_SPICE_2169, Items.SPICY_SAUCE_7072, 9, 25.0, "You mix the ingredients to make the topping.", ""), //inauthentic, used generic mixing message
- CHILLI_CON_CARNE(Items.SPICY_SAUCE_7072, Items.COOKED_MEAT_2142, Items.CHILLI_CON_CARNE_7062, 9, 0.0, "You mix the ingredients to make the topping.", "meat"), //inauthentic, used generic mixing message
- EGG_AND_TOMATO(Items.TOMATO_1982, Items.SCRAMBLED_EGG_7078, Items.EGG_AND_TOMATO_7064, 23, 50.0, "You mix the ingredients to make the topping.", ""),
- MUSHROOM_AND_ONION(Items.FRIED_MUSHROOMS_7082, Items.FRIED_ONIONS_7084, Items.MUSHROOM_AND_ONION_7066, 57, 120.0, "You mix the ingredients to make the topping.", ""),
- TUNA_AND_CORN_1(Items.CHOPPED_TUNA_7086, Items.COOKED_SWEETCORN_5988, Items.TUNA_AND_CORN_7068, 67, 204.0, "You mix the ingredients to make the topping.", ""),
- TUNA_AND_CORN_2(Items.SWEETCORN_7088, Items.TUNA_361, Items.TUNA_AND_CORN_7068, 67, 204.0, "You mix the ingredients to make the topping.", "tuna"),
- ;
-
- companion object {
- val productMap = HashMap()
-
- init {
- for (topping in ToppingProduct.values()) {
- productMap[topping.base] = topping
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/crafting/BattlestaffListener.kt b/Server/src/main/content/global/skill/crafting/BattlestaffListener.kt
deleted file mode 100644
index 5c65d0850..000000000
--- a/Server/src/main/content/global/skill/crafting/BattlestaffListener.kt
+++ /dev/null
@@ -1,91 +0,0 @@
-package content.global.skill.crafting
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Items
-import kotlin.math.min
-
-class BattlestaffListener : InteractionListener {
-
- private val battlestaff = Items.BATTLESTAFF_1391
- val orbs = BattlestaffProduct.values().map { it.requiredOrbItemId }.toIntArray()
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, orbs, battlestaff) { player, used, with ->
- val product = BattlestaffProduct.productMap[used.id] ?: return@onUseWith true
-
- fun getMaxAmount(_unused: Int = 0): Int {
- return min(amountInInventory(player, with.id), amountInInventory(player, used.id))
- }
-
- if (!hasLevelDyn(player, Skills.CRAFTING, product.minimumLevel)) {
- sendMessage(player, "You need a Crafting level of ${product.minimumLevel} to make this.")
- return@onUseWith true
- }
-
- // Avoids sending dialogue if only one can be created
- if (amountInInventory(player, used.id) == 1 || amountInInventory(player, with.id) == 1) {
-
- if (removeItem(player, product.requiredOrbItemId) && removeItem(player, Items.BATTLESTAFF_1391)) {
- addItem(player, product.producedItemId, product.amountProduced)
- rewardXP(player, Skills.CRAFTING, product.experience)
- }
-
- if (product.producedItemId == Items.AIR_BATTLESTAFF_1397) {
- player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 2, 6)
- }
-
- return@onUseWith true
- }
-
- sendSkillDialogue(player) {
- withItems(product.producedItemId)
- create { _, amount ->
-
- runTask(player, 2, min(amount, getMaxAmount())) {
- if (amount < 1) return@runTask
-
- if (removeItem(player, product.requiredOrbItemId) && removeItem(player, Items.BATTLESTAFF_1391)) {
- addItem(player, product.producedItemId, product.amountProduced)
- rewardXP(player, Skills.CRAFTING, product.experience)
- }
-
- if (product.producedItemId == Items.AIR_BATTLESTAFF_1397) {
- player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 2, 6)
- } else return@runTask
- }
- }
-
- calculateMaxAmount(::getMaxAmount)
- }
-
- return@onUseWith true
- }
- }
-
- enum class BattlestaffProduct(
- val requiredOrbItemId: Int,
- val producedItemId: Int,
- val amountProduced: Int,
- val minimumLevel: Int,
- val experience: Double,
- ) {
- WATER_BATTLESTAFF(Items.WATER_ORB_571, Items.WATER_BATTLESTAFF_1395, 1, 54, 100.0),
- EARTH_BATTLESTAFF(Items.EARTH_ORB_575, Items.EARTH_BATTLESTAFF_1399, 1, 58, 112.5),
- FIRE_BATTLESTAFF(Items.FIRE_ORB_569, Items.FIRE_BATTLESTAFF_1393, 1, 62, 125.0),
- AIR_BATTLESTAFF(Items.AIR_ORB_573, Items.AIR_BATTLESTAFF_1397, 1, 66, 137.5);
-
- companion object {
- val productMap = HashMap()
-
- init {
- for (product in BattlestaffProduct.values()) {
- productMap[product.requiredOrbItemId] = product
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java b/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java
deleted file mode 100644
index 30c382180..000000000
--- a/Server/src/main/content/global/skill/crafting/JewelleryCraftPlugin.java
+++ /dev/null
@@ -1,49 +0,0 @@
-package content.global.skill.crafting;
-
-import core.plugin.Initializable;
-import content.global.skill.crafting.jewellery.JewelleryCrafting;
-import core.game.interaction.NodeUsageEvent;
-import core.game.interaction.UseWithHandler;
-import core.plugin.Plugin;
-import org.rs09.consts.Scenery;
-
-/**
- * Represents the plugin used to craft jewellery.
- * @author 'Vexia
- * @version 1.0
- */
-@Initializable
-public final class JewelleryCraftPlugin extends UseWithHandler {
-
- /**
- * Represents the ids to use for this plugin.
- */
- private static final int[] IDS = new int[]{
- Scenery.FURNACE_4304, Scenery.FURNACE_6189, Scenery.FURNACE_11010, Scenery.FURNACE_11666,
- Scenery.FURNACE_12100, Scenery.FURNACE_12809, Scenery.FURNACE_18497, Scenery.CLAY_FORGE_21303,
- Scenery.FURNACE_26814, Scenery.FURNACE_30021, Scenery.FURNACE_30510, Scenery.FURNACE_36956,
- Scenery.FURNACE_37651
- };
-
- /**
- * Constructs a new {@code JewelleryCraftPlugin} {@code Object}.
- */
- public JewelleryCraftPlugin() {
- super(2357);
- }
-
- @Override
- public Plugin newInstance(Object arg) throws Throwable {
- for (int i : IDS) {
- addHandler(i, OBJECT_TYPE, this);
- }
- return this;
- }
-
- @Override
- public boolean handle(final NodeUsageEvent event) {
- JewelleryCrafting.open(event.getPlayer());
- return true;
- }
-
-}
diff --git a/Server/src/main/content/global/skill/crafting/glass/GlassCraftingListener.kt b/Server/src/main/content/global/skill/crafting/glass/GlassCraftingListener.kt
deleted file mode 100644
index 84f0c199f..000000000
--- a/Server/src/main/content/global/skill/crafting/glass/GlassCraftingListener.kt
+++ /dev/null
@@ -1,69 +0,0 @@
-package content.global.skill.crafting.glass
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.InterfaceListener
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import org.rs09.consts.Components
-import org.rs09.consts.Items
-
-class GlassCraftingListener : InteractionListener, InterfaceListener {
-
- companion object {
- private const val OP_MAKE_ONE = 155
- private const val OP_MAKE_FIVE = 196
- private const val OP_MAKE_ALL = 124
- private const val OP_MAKE_X = 199
-
- private const val GLASS_BLOWING_PIPE = Items.GLASSBLOWING_PIPE_1785
- private const val MOLTEN_GLASS = Items.MOLTEN_GLASS_1775
- private const val GLASS_BLOWING_INTERFACE = Components.CRAFTING_GLASS_542
- }
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, GLASS_BLOWING_PIPE, MOLTEN_GLASS) { player, _, _ ->
- openInterface(player, GLASS_BLOWING_INTERFACE)
- return@onUseWith true
- }
- }
-
- override fun defineInterfaceListeners() {
- on(GLASS_BLOWING_INTERFACE) { player, _, opcode, buttonID, _, _ ->
- val product = GlassProduct.forButtonID(buttonID) ?: return@on true
-
- if (!inInventory(player, GLASS_BLOWING_PIPE)) {
- sendMessage(player, "You need a glassblowing pipe to do this.")
- return@on true
- }
-
- if (!inInventory(player, MOLTEN_GLASS)) {
- sendMessage(player, "You need molten glass to do this.")
- return@on true
- }
-
- if (!hasLevelDyn(player, Skills.CRAFTING, product.minimumLevel)) {
- sendMessage(player, "You need a Crafting level of ${product.minimumLevel} to make this.")
- return@on true
- }
-
- when (opcode) {
- OP_MAKE_ONE -> make(player, product, 1)
- OP_MAKE_FIVE -> make(player, product, 5)
- OP_MAKE_ALL -> make(player, product, amountInInventory(player, MOLTEN_GLASS))
- OP_MAKE_X -> sendInputDialogue(player, InputType.AMOUNT, "Enter the amount:") { value ->
- make(player, product, Integer.parseInt(value.toString()))
- }
- else -> return@on true
- }
-
- return@on true
- }
- }
-
- private fun make(player: Player, product: GlassProduct, amount: Int) {
- closeInterface(player)
- submitIndividualPulse(player, GlassCraftingPulse(player, product, amount))
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/crafting/glass/GlassCraftingPulse.kt b/Server/src/main/content/global/skill/crafting/glass/GlassCraftingPulse.kt
deleted file mode 100644
index f287ff956..000000000
--- a/Server/src/main/content/global/skill/crafting/glass/GlassCraftingPulse.kt
+++ /dev/null
@@ -1,44 +0,0 @@
-package content.global.skill.crafting.glass
-
-import core.api.*
-import core.game.event.ResourceProducedEvent
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-
-class GlassCraftingPulse(
- private val player: Player,
- private val product: GlassProduct,
- private var amount: Int
-) : Pulse() {
-
- override fun pulse(): Boolean {
- if (amount < 1) return true
-
- if (!inInventory(player, Items.GLASSBLOWING_PIPE_1785) || !inInventory(player, Items.MOLTEN_GLASS_1775)) {
- return true
- }
-
- //Animation is updated on 2 June 2009 - https://runescape.wiki/w/Update:Patch_Notes_(2_June_2009)
- animate(player, 884)
- playAudio(player, Sounds.GLASSBLOWING_2724)
- if (product.producedItemId in intArrayOf(Items.UNPOWERED_ORB_567, Items.OIL_LAMP_4525)) {
- sendMessage(player, "You make an ${product.name.lowercase().replace("_", " ")}.")
-
- } else sendMessage(player, "You make a ${product.name.lowercase().replace("_", " ")}.")
-
- if (removeItem(player, Items.MOLTEN_GLASS_1775)) {
- addItem(player, product.producedItemId, product.amount)
- rewardXP(player, Skills.CRAFTING, product.experience)
- player.dispatch(ResourceProducedEvent(product.producedItemId, product.amount, player))
-
- } else return true
-
- amount--
- delay = 3
-
- return false
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/crafting/glass/GlassMakeListener.kt b/Server/src/main/content/global/skill/crafting/glass/GlassMakeListener.kt
deleted file mode 100644
index 9dc4d98ae..000000000
--- a/Server/src/main/content/global/skill/crafting/glass/GlassMakeListener.kt
+++ /dev/null
@@ -1,40 +0,0 @@
-package content.global.skill.crafting.glass
-
-import core.api.*
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import org.rs09.consts.Items
-import kotlin.math.min
-
-class GlassMakeListener : InteractionListener {
-
- companion object{
- private const val SODA_ASH = Items.SODA_ASH_1781
- private const val BUCKET_OF_SAND = Items.BUCKET_OF_SAND_1783
- private const val MOLTEN_GLASS = Items.MOLTEN_GLASS_1775
- private val INPUTS = intArrayOf(SODA_ASH, BUCKET_OF_SAND)
- private val FURNACES = intArrayOf(4304, 6189, 9390, 11010, 11666, 12100, 12809, 18497, 26814, 30021, 30510, 36956, 37651)
- }
-
- override fun defineListeners() {
- onUseWith(IntType.SCENERY, INPUTS, *FURNACES){ player, _, _ ->
-
- if (!inInventory(player, SODA_ASH, 1) || !inInventory(player, BUCKET_OF_SAND, 1)) {
- sendMessage(player, "You need at least one heap of soda ash and one bucket of sand to do this.")
- return@onUseWith true
- }
-
- sendSkillDialogue(player) {
- withItems(MOLTEN_GLASS)
- create { id, amount ->
- submitIndividualPulse(player, GlassMakePulse(player, id, amount))
- }
- calculateMaxAmount { _ ->
- min(amountInInventory(player, SODA_ASH), amountInInventory(player, BUCKET_OF_SAND))
- }
- }
-
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/crafting/glass/GlassMakePulse.kt b/Server/src/main/content/global/skill/crafting/glass/GlassMakePulse.kt
deleted file mode 100644
index a641e2082..000000000
--- a/Server/src/main/content/global/skill/crafting/glass/GlassMakePulse.kt
+++ /dev/null
@@ -1,40 +0,0 @@
-package content.global.skill.crafting.glass
-
-import core.api.*
-import core.game.event.ResourceProducedEvent
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import org.rs09.consts.Items
-
-class GlassMakePulse(
- private val player: Player,
- private val product: Int,
- private var amount: Int
-) : Pulse() {
-
- override fun pulse(): Boolean {
- if (amount < 1) return true
-
- if (!inInventory(player, Items.SODA_ASH_1781) || !inInventory(player, Items.BUCKET_OF_SAND_1783)) {
- return true
- }
-
- animate(player, 3243)
- //Audio unknown (2725?)
- sendMessage(player, "You heat the sand and soda ash in the furnace to make glass.")
-
- if (removeItem(player, Items.SODA_ASH_1781) && removeItem(player, Items.BUCKET_OF_SAND_1783)) {
- addItem(player, Items.BUCKET_1925)
- addItem(player, Items.MOLTEN_GLASS_1775)
- rewardXP(player, Skills.CRAFTING, 20.0)
- player.dispatch(ResourceProducedEvent(product, amount, player))
-
- } else return true
-
- amount--
- delay = 2
-
- return false
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/crafting/glass/GlassProduct.kt b/Server/src/main/content/global/skill/crafting/glass/GlassProduct.kt
deleted file mode 100644
index 4e0ced589..000000000
--- a/Server/src/main/content/global/skill/crafting/glass/GlassProduct.kt
+++ /dev/null
@@ -1,35 +0,0 @@
-package content.global.skill.crafting.glass
-
-enum class GlassProduct (
- val buttonId: Int,
- val producedItemId: Int,
- val amount: Int,
- val minimumLevel: Int,
- val experience: Double
-) {
- VIAL(38, 229, 1, 33, 35.0),
- ORB(39, 567, 1, 46, 52.5),
- BEER_GLASS(40, 1919, 1, 1, 17.5),
- CANDLE_LANTERN(41, 4527, 1, 4, 19.0),
- OIL_LAMP(42, 4525, 1, 12, 25.0),
- LANTERN_LENS(43, 4542, 1, 49, 55.0),
- FISHBOWL(44, 6667, 1, 42, 42.5),
- LIGHT_ORB(45, 10973, 1, 87, 70.0);
-
- companion object {
- private val BUTTON_MAP = HashMap()
- private val PRODUCT_MAP = HashMap()
-
- init {
- for (product in GlassProduct.values()) {
- BUTTON_MAP[product.buttonId] = product
- }
-
- for (product in GlassProduct.values()) {
- PRODUCT_MAP[product.producedItemId] = product
- }
- }
-
- fun forButtonID(buttonId: Int): GlassProduct? = BUTTON_MAP[buttonId]
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/crafting/lightsources/LightSourceExtinguisher.kt b/Server/src/main/content/global/skill/crafting/lightsources/LightSourceExtinguisher.kt
deleted file mode 100644
index 0df72d1f2..000000000
--- a/Server/src/main/content/global/skill/crafting/lightsources/LightSourceExtinguisher.kt
+++ /dev/null
@@ -1,53 +0,0 @@
-package content.global.skill.crafting.lightsources
-
-import content.data.LightSource
-import core.api.log
-import core.api.*
-import core.cache.def.impl.ItemDefinition
-import core.game.container.Container
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import core.game.world.map.Location
-import core.tools.SystemLogger
-import core.plugin.Initializable
-import core.plugin.Plugin
-import core.tools.Log
-
-
-/**
- * Extinguishes light sources
- * @author Ceikry
- */
-@Initializable
-class LightSourceExtinguisher : OptionHandler(){
- override fun newInstance(arg: Any?): Plugin {
- ItemDefinition.setOptionHandler("extinguish",this)
- return this
- }
-
- override fun handle(player: Player?, node: Node?, option: String?): Boolean {
- node ?: return false
- player ?: return false
-
- val lightSource = LightSources.forId(node.id)
-
- lightSource ?: return false.also { log(this::class.java, Log.WARN, "UNHANDLED EXTINGUISH OPTION: ID = ${node.id}") }
-
- // For Temple of Ikov - if you are in the dark basement, do not let light source extinguish.
- if(player.location.isInRegion(10648)) {
- sendMessage(player, "Extinguishing the " + LightSource.getActiveLightSource(player).product.name.lowercase() + " would leave you without a light source.")
- return true
- }
-
- player.inventory.replace(node.asItem(), Item(lightSource.fullID))
- return true
- }
-
- fun Container.replace(item: Item, with: Item){
- if(remove(item)) {
- add(with)
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt b/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt
deleted file mode 100644
index b558ec38f..000000000
--- a/Server/src/main/content/global/skill/crafting/lightsources/LightSourceLighter.kt
+++ /dev/null
@@ -1,110 +0,0 @@
-package content.global.skill.crafting.lightsources
-
-import core.api.*
-import core.api.teleport
-import core.game.container.Container
-import core.game.event.LitLightSourceEvent
-import core.game.interaction.NodeUsageEvent
-import core.game.interaction.UseWithHandler
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.world.map.Location
-import core.plugin.Initializable
-import core.plugin.Plugin
-
-/**
- * Method used to light various light sources
- * @author Ceikry
- */
-@Initializable
-class LightSourceLighter : UseWithHandler(590,36,38){
- /**
- * For Candles:
- * 36 + tinderbox = 33
- * 38 + tinderbox = 32
- *
- * For torches:
- * 596 + tinderbox = 594
- *
- * For Candle lanterns:
- * 4529 + tinderbox = 4531
- * 4532 + tinderbox = 4534
- * Required Level: 4 Firemaking
- *
- * For oil lamps:
- * 4522 + tinderbox = 4524
- * Required Level: 12 Firemaking
- *
- * For oil lanterns:
- * 4537 + tinderbox = 4539
- * Required Level: 26 Firemaking
- *
- * For bullseye lanterns:
- * 4548 + tinderbox = 4550
- * 4701 + tinderbox = 4702
- * 9064 + tinderbox = 9065
- * Required Level: 49 Firemaking
- */
-
- override fun newInstance(arg: Any?): Plugin {
- addHandler(590, ITEM_TYPE, this)
- addHandler(596, ITEM_TYPE, this)
- addHandler(4529, ITEM_TYPE, this)
- addHandler(4532, ITEM_TYPE, this)
- addHandler(4522, ITEM_TYPE, this)
- addHandler(4537, ITEM_TYPE, this)
- addHandler(4548, ITEM_TYPE, this)
- addHandler(4701, ITEM_TYPE, this)
- addHandler(9064, ITEM_TYPE, this)
- return this
- }
-
- override fun handle(event: NodeUsageEvent?): Boolean {
- event ?: return false
- val inventory = event.player.inventory
- val used = if(event.used.id == 590) event.usedWith.asItem() else event.used.asItem() //compensation for bad two-way use with handler shit
-
- val lightSource = LightSources.forId(used.id)
-
- lightSource ?: return false
-
- // For Sea Slug Quest - No lighting of any torch on the fishing platform.
- if(event.player.location.isInRegion(11059)) {
- event.player.sendMessage("Your tinderbox is damp from the sea crossing. It won't work here.")
- return true
- }
-
- // For Temple of Ikov - if you are in the dark basement and light a light source, switch to the light basement.
- // For the listener that covers the firemaking cape perk, see content.global.skill.skillcapeperks.SkillcapePerks.kt
- if(event.player.location.isInRegion(10648) && event.player.location.withinDistance(Location(2639,9738,0), 8)) {
- teleport(event.player, Location.create(event.player.getLocation().x, event.player.getLocation().y + 23, event.player.getLocation().z))
- closeDialogue(event.player)
- // Dark basement is region 10648, min 2639 9738 0, max 2643 9744 0. Add 23 to the Y loc to tele to light basement
- }
-
- if(!light(event.player,used,lightSource)){
- event.player.sendMessage("You need a Firemaking level of at least ${lightSource.levelRequired} to light this.")
- }
-
- return true
- }
-
- fun Container.replace(item: Item, with: Item){
- if(remove(item)) {
- add(with)
- }
- }
-
- fun light(player: Player, item: Item, lightSource: LightSources): Boolean{
- val requiredLevel = lightSource.levelRequired
- val playerLevel = player.skills.getLevel(Skills.FIREMAKING)
-
- if(playerLevel < requiredLevel) return false
-
- player.inventory.replace(item,Item(lightSource.litID))
- player.dispatch(LitLightSourceEvent(lightSource.litID))
- return true
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/CompostBinOptionHandler.kt b/Server/src/main/content/global/skill/farming/CompostBinOptionHandler.kt
deleted file mode 100644
index a8a0b182f..000000000
--- a/Server/src/main/content/global/skill/farming/CompostBinOptionHandler.kt
+++ /dev/null
@@ -1,50 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.plugin.Initializable
-import core.plugin.Plugin
-
-@Initializable
-class CompostBinOptionHandler : OptionHandler() {
- override fun newInstance(arg: Any?): Plugin {
- for (i in 7836..7839)
- SceneryDefinition.forId(i).childrenIds.forEach {
- val def = SceneryDefinition.forId(it)
- def.handlers["option:open"] = this
- def.handlers["option:close"] = this
- def.handlers["option:take-tomato"] = this
- }
- return this
- }
-
- override fun handle(player: Player?, node: Node?, option: String?): Boolean {
- player ?: return false
- node ?: return false
- val cBin = CompostBins.forObject(node.asScenery()) ?: return false
- val bin = cBin.getBinForPlayer(player)
-
- when (option) {
- "close" -> if (!bin.isFull()) sendMessage(player, "This shouldn't be happening. Report this.") else bin.close()
- "open" -> if (!bin.isFinished) sendMessage(player, "I should probably wait until it is done to open it.") else bin.open()
- "take-tomato" -> {
- if (!bin.isTomatoes || !bin.isFinished) {
- sendMessage(player, "This shouldn't be happening. Report this.")
- } else {
- if (player.inventory.isFull) {
- sendMessage(player, "You don't have enough inventory space to do this.")
- } else {
- val reward = bin.takeItem()
- if (reward != null)
- player.inventory.add(reward)
- }
- }
- }
- }
- return true
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/CompostBins.kt b/Server/src/main/content/global/skill/farming/CompostBins.kt
deleted file mode 100644
index 3780625f4..000000000
--- a/Server/src/main/content/global/skill/farming/CompostBins.kt
+++ /dev/null
@@ -1,35 +0,0 @@
-package content.global.skill.farming
-
-import content.global.skill.farming.timers.Compost
-import core.api.getOrStartTimer
-import core.cache.def.impl.SceneryDefinition
-import core.game.node.entity.player.Player
-import core.game.node.scenery.Scenery
-
-enum class CompostBins(val varbit: Int) {
- FALADOR_COMPOST(740),
- CATHERBY_COMPOST(741),
- PORT_PHAS_COMPOST(742),
- ARDOUGNE_COMPOST(743);
-
- companion object {
- @JvmField
- val bins = values().map { it.varbit to it }.toMap()
-
- @JvmStatic
- fun forObject(obj: Scenery): CompostBins?{
- return forObjectID(obj.id)
- }
-
- @JvmStatic
- fun forObjectID(id: Int): CompostBins?{
- val objDef = SceneryDefinition.forId(id)
- return bins[objDef.varbitID]
- }
- }
-
- fun getBinForPlayer(player: Player) : CompostBin {
- val bins = getOrStartTimer (player)
- return bins.getBin (this)
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/CompostType.kt b/Server/src/main/content/global/skill/farming/CompostType.kt
deleted file mode 100644
index 01e34dbad..000000000
--- a/Server/src/main/content/global/skill/farming/CompostType.kt
+++ /dev/null
@@ -1,7 +0,0 @@
-package content.global.skill.farming
-
-enum class CompostType {
- NONE,
- COMPOST,
- SUPERCOMPOST
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/CropHarvester.kt b/Server/src/main/content/global/skill/farming/CropHarvester.kt
deleted file mode 100644
index e47820bb3..000000000
--- a/Server/src/main/content/global/skill/farming/CropHarvester.kt
+++ /dev/null
@@ -1,147 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import content.global.skill.summoning.familiar.GiantEntNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.system.task.Pulse
-import core.game.world.update.flag.context.Animation
-import core.plugin.Initializable
-import core.plugin.Plugin
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-
-val livesBased = arrayOf(PatchType.HERB_PATCH, PatchType.CACTUS_PATCH, PatchType.HOPS_PATCH, PatchType.ALLOTMENT)
-
-@Initializable
-class CropHarvester : OptionHandler() {
-
- override fun newInstance(arg: Any?): Plugin {
- SceneryDefinition.setOptionHandler("harvest", this)
- SceneryDefinition.setOptionHandler("pick", this)
- return this
- }
-
- companion object {
- @JvmStatic
- fun harvestPulse(player: Player?, node: Node?, crop: Int): Pulse? {
- player ?: return null
- node ?: return null
- val fPatch = FarmingPatch.forObject(node.asScenery())
- fPatch ?: return null
- val patch = fPatch.getPatchFor(player)
- val patchName = patch.patch.type.displayName()
- val plantable = patch.plantable
- plantable ?: return null
- var firstHarvest = true
-
- return object : Pulse(0) {
- override fun pulse(): Boolean {
- var reward = Item(crop)
-
- if (!hasSpaceFor(player, reward)) {
- sendMessage(player, "You have run out of inventory space.")
- return true
- }
-
- val familiar = player.familiarManager.familiar
- if (familiar != null && familiar is GiantEntNPC) {
- familiar.modifyFarmingReward(fPatch, reward)
- }
-
- var requiredItem = when (fPatch.type) {
- PatchType.TREE_PATCH -> Items.SECATEURS_5329
- else -> Items.SPADE_952
- }
- if (requiredItem == Items.SECATEURS_5329) {
- if (inInventory(player, Items.MAGIC_SECATEURS_7409)) {
- requiredItem = Items.MAGIC_SECATEURS_7409
- }
- }
- val anim = when (requiredItem) {
- Items.SPADE_952 -> {
- when (fPatch.type) {
- PatchType.HERB_PATCH -> Animation(2282)
- PatchType.FLOWER_PATCH -> Animation(2292)
- else -> Animation(830)
- }
- }
- Items.SECATEURS_5329 -> if (fPatch.type == PatchType.TREE_PATCH) Animation(2277) else Animation(7227)
- Items.MAGIC_SECATEURS_7409 -> if (fPatch.type == PatchType.TREE_PATCH) Animation(3340) else Animation(7228)
- else -> Animation(0)
- }
- val sound = when (requiredItem) {
- Items.SPADE_952 -> Sounds.DIGSPADE_1470
- Items.SECATEURS_5329 -> Sounds.FARMING_PICK_2437
- Items.MAGIC_SECATEURS_7409 -> Sounds.FARMING_PICK_2437
- else -> 0
- }
- if (!inInventory(player, requiredItem)) {
- sendMessage(player, "You lack the needed tool to harvest these crops.")
- return true
- }
- val sendHarvestMessages = if (fPatch.type == PatchType.FLOWER_PATCH) false else true
- if (sendHarvestMessages && firstHarvest) {
- sendMessage(player, "You begin to harvest the $patchName.")
- firstHarvest = false
- }
- animate(player, anim)
- playAudio(player, sound)
- // TODO: If a flower patch is being harvested, delay the clearing of the
- // patch until after the animation has played - https://youtu.be/lg4GktlVNUY?t=75
- delay = 2
- addItemOrDrop(player, reward.id,reward.amount)
- rewardXP(player, Skills.FARMING, plantable.harvestXP)
- if (patch.patch.type in livesBased) {
- patch.rollLivesDecrement(
- getDynLevel(player, Skills.FARMING),
- inInventory(player, Items.MAGIC_SECATEURS_7409) //add ||inEquipment() check when Fairy Tale pt 1 has been implemented
- )
- } else {
- patch.harvestAmt--
- if (patch.harvestAmt <= 0 && crop == plantable.harvestItem) {
- patch.clear()
- }
- else if (fPatch.type == PatchType.MUSHROOM_PATCH){
- patch.setCurrentState(patch.getCurrentState() + 1)
- }
- }
- if (sendHarvestMessages && (patch.cropLives <= 0 || patch.harvestAmt <= 0)) {
- sendMessage(player, "The $patchName is now empty.")
- }
- return patch.cropLives <= 0 || patch.harvestAmt <= 0
- }
- }
- }
- }
-
- override fun handle(player: Player?, node: Node?, option: String?): Boolean {
- player ?: return false
- node ?: return false
- val fPatch = FarmingPatch.forObject(node.asScenery())
- fPatch ?: return false
- val patch = fPatch.getPatchFor(player)
- val plantable = patch.plantable
- plantable ?: return false
-
- if (patch.isWeedy() || patch.isEmptyAndWeeded()) {
- sendMessage(player, "Something seems to have gone wrong here. Report this.")
- return true
- }
-
- if (!hasSpaceFor(player, Item(plantable.harvestItem))) {
- sendMessage(player, "You don't have enough inventory space to do that.")
- return true
- }
-
- val pulse = harvestPulse(player, node, plantable.harvestItem) ?: return false
- submitIndividualPulse(player, pulse)
-
- return true
- }
-
-}
diff --git a/Server/src/main/content/global/skill/farming/DigUpPatchDialogue.kt b/Server/src/main/content/global/skill/farming/DigUpPatchDialogue.kt
deleted file mode 100644
index ab170aa74..000000000
--- a/Server/src/main/content/global/skill/farming/DigUpPatchDialogue.kt
+++ /dev/null
@@ -1,94 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.game.dialogue.DialoguePlugin
-import core.game.interaction.QueueStrength
-import core.game.node.entity.player.Player
-import core.plugin.Initializable
-import org.rs09.consts.Sounds
-
-@Initializable
-class DigUpPatchDialogue(player: Player? = null) : DialoguePlugin(player) {
- var patch: Patch? = null
-
- override fun newInstance(player: Player?): DialoguePlugin {
- return DigUpPatchDialogue(player)
- }
-
- override fun open(vararg args: Any?): Boolean {
- patch = args[0] as Patch
- if (patch?.isWeedy() == true || patch?.isEmptyAndWeeded() == true) {
- sendDialogue(player, "There aren't any crops in this patch to dig up.")
- stage = 1000
- return true
- }
- if (patch?.patch?.type == PatchType.TREE_PATCH) {
- val isTreeStump = patch?.getCurrentState() == patch?.plantable!!.value + patch?.plantable!!.stages + 2
- if (patch!!.isGrown() && !isTreeStump) {
- sendMessage(player, "You need to chop this tree down first.") // this message is not authentic
- stage = 1000
- return true
- }
- }
- if (patch?.patch?.type == PatchType.FRUIT_TREE_PATCH) {
- val isTreeStump = patch?.getCurrentState() == patch?.plantable!!.value + 25
- if (patch!!.isGrown() && !isTreeStump) {
- sendMessage(player, "You need to chop this tree down first.") // this message is not authentic
- stage = 1000
- return true
- }
- }
- sendDialogueOptions(player, "Are you sure you want to dig up this patch?", "Yes, I want to clear it for new crops.", "No, I want to leave it as it is.")
- stage = 0
- return true
- }
-
- override fun handle(interfaceId: Int, buttonId: Int): Boolean {
- when (stage) {
- 0 -> when (buttonId) {
- 1 -> {
- end()
- val anim = getAnimation(830)
- sendMessage(player, "You start digging the farming patch...")
- queueScript(player, 0, QueueStrength.WEAK) { stage: Int ->
- when (stage) {
- 0 -> {
- animate(player, anim)
- playAudio(player, Sounds.DIGSPADE_1470)
- return@queueScript delayScript(player,anim.duration + 2)
- }
- 1 -> {
- animate(player, anim)
- playAudio(player, Sounds.DIGSPADE_1470)
- return@queueScript delayScript(player, anim.duration + 1)
- }
- 2 -> {
- if (patch?.patch?.type == PatchType.TREE_PATCH) {
- if (patch?.getCurrentState() == (patch?.plantable?.value ?: 0) + (patch?.plantable?.stages ?: 0) + 2 && patch?.isWeedy() != true && patch?.isEmptyAndWeeded() != true) {
- addItemOrDrop(player, patch?.plantable?.harvestItem ?: 0)
- }
- }
- if (patch?.plantable == Plantable.SCARECROW) {
- addItemOrDrop(player, patch?.plantable?.harvestItem ?: 0)
- }
- patch?.clear()
- sendMessage(player, "You have successfully cleared this patch for new crops.")
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- }
- else -> end()
- }
-
- 1000 -> end()
- }
- return true
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(67984003)
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/FarmerPayOptionDialogue.kt b/Server/src/main/content/global/skill/farming/FarmerPayOptionDialogue.kt
deleted file mode 100644
index e048914a1..000000000
--- a/Server/src/main/content/global/skill/farming/FarmerPayOptionDialogue.kt
+++ /dev/null
@@ -1,152 +0,0 @@
-package content.global.skill.farming
-
-import content.data.Quests
-import core.api.*
-import core.game.dialogue.DialogueFile
-import core.game.dialogue.FacialExpression
-import core.game.dialogue.Topic
-import core.game.node.item.Item
-import core.tools.END_DIALOGUE
-import core.tools.START_DIALOGUE
-import org.rs09.consts.Items
-
-class FarmerPayOptionDialogue(val patch: Patch, val quickPay: Boolean = false): DialogueFile() {
- var item: Item? = null
- var itemSecondary: Item? = null
- var itemTertiary: Item? = null
-
- fun hasAllItems(): Boolean {
- return (inInventory(player!!, item!!.id, item!!.amount) || inInventory(player!!, note(item!!).id, note(item!!).amount))
- && (inInventory(player!!, itemSecondary!!.id, itemSecondary!!.amount) || inInventory(player!!, note(itemSecondary!!).id, note(itemSecondary!!).amount))
- && (inInventory(player!!, itemTertiary!!.id, itemTertiary!!.amount) || inInventory(player!!, note(itemTertiary!!).id, note(itemTertiary!!).amount))
- }
- override fun handle(componentID: Int, buttonID: Int) {
- when (stage) {
- START_DIALOGUE -> {
- if (patch.patch.type == PatchType.TREE_PATCH && patch.plantable != null && patch.isGrown()) {
- // This is for the right-click "Pay" option; full dialogue is in GardenerDialoguePlugin
- showTopics(
- Topic("Yes, get rid of the tree.", 300, true),
- Topic("No thanks.", END_DIALOGUE, true),
- title = "Pay 200 gp to have the tree chopped down?"
- )
- } else if (patch.protectionPaid) {
- npc("I don't know what you're talking about - I'm already", "looking after that patch for you.").also { stage = 100 }
- } else if (patch.isDead) {
- npc("That patch is dead - it's too late for me to do", "anything about it now.").also { stage = END_DIALOGUE }
- } else if (patch.isDiseased) {
- npc("That patch is diseased - I can't look after it", "until it has been cured.").also { stage = END_DIALOGUE } // this dialogue is not authentic
- } else if (patch.isWeedy() || patch.isEmptyAndWeeded()) {
- npc(FacialExpression.NEUTRAL, "You don't have anything planted in that patch. Plant", "something and I might agree to look after it for you.").also { stage = END_DIALOGUE }
- } else if (patch.isGrown()) {
- npc("That patch is already fully grown!", "I don't know what you want me to do with it!").also { stage = END_DIALOGUE }
- } else {
- item = patch.plantable?.protectionItem
- itemSecondary = patch.plantable?.protectionItemSecondary
- itemTertiary = patch.plantable?.protectionItemTertiary
-
- val protectionText = when (item?.id) {
- Items.COMPOST_6032 -> if (item?.amount == 1) "bucket of compost" else "buckets of compost"
- Items.POTATOES10_5438 -> if (item?.amount == 1) "sack of potatoes" else "sacks of potatoes"
- Items.ONIONS10_5458 -> if (item?.amount == 1) "sack of onions" else "sacks of onions"
- Items.CABBAGES10_5478 -> if (item?.amount == 1) "sack of cabbages" else "sacks of cabbages"
- Items.JUTE_FIBRE_5931 -> "jute fibres"
- Items.APPLES5_5386 -> if (item?.amount == 1) "basket of apples" else "baskets of apples"
- Items.MARIGOLDS_6010 -> "harvest of marigold"
- Items.TOMATOES5_5968 -> if (item?.amount == 1) "basket of tomatoes" else "baskets of tomatoes"
- Items.ORANGES5_5396 -> if (item?.amount == 1) "basket of oranges" else "baskets of oranges"
- Items.COCONUT_5974 -> "coconuts"
- Items.CACTUS_SPINE_6016 -> "cactus spines"
- Items.STRAWBERRIES5_5406 -> if (item?.amount == 1) "basket of strawberries" else "baskets of strawberries"
- Items.BANANAS5_5416 -> if (item?.amount == 1) "basket of bananas" else "baskets of bananas"
- else -> item?.name?.lowercase()
- }
- if (item == null) {
- npc("Sorry, I won't protect that.").also { stage = END_DIALOGUE }
- } else if (patch.patch.type == PatchType.SPIRIT_TREE_PATCH && quickPay
- && !hasAllItems()) {
- val amount = if (item?.amount == 1) "one" else item?.amount
- npc(FacialExpression.HAPPY, "I want $amount $protectionText, one monkey bar,", "and one ground tooth for that.")
- stage = 200
- } else if (patch.patch.type == PatchType.CALQUAT_TREE_PATCH && getQuestStage(player!!, Quests.JUNGLE_POTION) < 100) {
- npc("Sorry, I won't protect that.").also { stage = END_DIALOGUE } // Cannot confirm authenticity of this line just that there should be a rejection here
- } else if (quickPay && !(inInventory(player!!, item!!.id, item!!.amount) || inInventory(player!!, note(item!!).id, note(item!!).amount))) {
- val amount = if (item?.amount == 1) "one" else item?.amount
- npc(FacialExpression.HAPPY, "I want $amount $protectionText for that.")
- stage = 200
- } else if (patch.patch.type == PatchType.SPIRIT_TREE_PATCH && quickPay) {
- showTopics(
- //Found a 2011 source for quick-pay, but no earlier dialogue sources (https://www.youtube.com/watch?v=RdIcNH50v7I)
- Topic("Yes", 20, true),
- Topic("No", END_DIALOGUE, true),
- title = "Pay the gnome?"
- )
- } else if (quickPay) {
- val amount = if (item?.amount == 1) "one" else item?.amount
- showTopics(
- Topic("Yes", 20, true),
- Topic("No", END_DIALOGUE, true),
- title = "Pay $amount $protectionText?"
- )
- } else if (patch.patch.type == PatchType.SPIRIT_TREE_PATCH) {
- val amount = if (item?.amount == 1) "one" else item?.amount
- npc("If you like, but I want $amount $protectionText,", "one monkey bar, and one ground tooth for that.")
- stage++
- } else {
- val amount = if (item?.amount == 1) "one" else item?.amount
- npc("If you like, but I want $amount $protectionText for that.")
- stage++
- }
- }
- }
-
- 1 -> {
- if (patch.patch.type == PatchType.SPIRIT_TREE_PATCH && !hasAllItems()) {
- player("I'm afraid I don't have any of those at the moment.").also { stage = 10 }
- } else if (!(inInventory(player!!, item!!.id, item!!.amount) || inInventory(player!!, note(item!!).id, note(item!!).amount))) {
- player("I'm afraid I don't have any of those at the moment.").also { stage = 10 }
- } else {
- showTopics(
- Topic(FacialExpression.NEUTRAL, "Okay, it's a deal.", 20),
- Topic(FacialExpression.NEUTRAL, "No, that's too much.", 10)
- )
- }
- }
-
- 10 -> npc("Well, I'm not wasting my time for free.").also { stage = END_DIALOGUE }
-
- 20 -> {
- if (patch.patch.type == PatchType.SPIRIT_TREE_PATCH
- && (removeItem(player!!, item) || removeItem(player!!, note(item!!)))
- && (removeItem(player!!, itemSecondary) || removeItem(player!!, note(itemSecondary!!)))
- && (removeItem(player!!, itemTertiary) || removeItem(player!!, note(itemTertiary!!)))) {
- patch.protectionPaid = true
- npc("That'll do nicely, ${if (player!!.isMale) "sir" else "madam"}. Leave it with me - I'll make sure", "that tree grows up good and strong.").also { stage = END_DIALOGUE }
- } else if (patch.patch.type != PatchType.SPIRIT_TREE_PATCH
- && removeItem(player!!, item) || removeItem(player!!, note(item!!))) {
- patch.protectionPaid = true
- // Note: A slight change in this dialogue was seen in a December 2009 video - https://youtu.be/7gVh42ylQ48?t=138
- npc("That'll do nicely, ${if (player!!.isMale) "sir" else "madam"}. Leave it with me - I'll make sure", "those crops grow for you.").also { stage = END_DIALOGUE }
- } else {
- npc("This shouldn't be happening. Please report this.").also { stage = END_DIALOGUE }
- }
- }
-
- 100 -> player("Oh sorry, I forgot.").also { stage = END_DIALOGUE }
-
- // Right-click "Pay" - protect patch - player doesn't have payment
- 200 -> player(FacialExpression.NEUTRAL, "Thanks, maybe another time.").also { stage = END_DIALOGUE }
-
- // Right-click "Pay" - chop down tree
- 300 -> {
- if (removeItem(player!!, Item(Items.COINS_995, 200))) {
- patch.clear()
- dialogue("The gardener obligingly removes your tree.").also { stage = END_DIALOGUE }
- } else {
- dialogue("You need 200 gp to pay for that.").also { stage = END_DIALOGUE } // not authentic
- }
- }
-
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/FarmerPayOptionHandler.kt b/Server/src/main/content/global/skill/farming/FarmerPayOptionHandler.kt
deleted file mode 100644
index 52d7874ad..000000000
--- a/Server/src/main/content/global/skill/farming/FarmerPayOptionHandler.kt
+++ /dev/null
@@ -1,28 +0,0 @@
-package content.global.skill.farming
-
-import core.api.openDialogue
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class FarmerPayOptionHandler : InteractionListener {
-
- override fun defineListeners() {
- on(IntType.NPC,"pay","pay (north)","pay (north-west)") { player, node ->
- return@on attemptPay(player,node,0)
- }
-
- on(IntType.NPC,"pay (south)","pay (south-east)") { player, node ->
- return@on attemptPay(player,node,1)
- }
- }
-
- fun attemptPay(player: Player, node: Node, index: Int): Boolean {
- val farmer = Farmers.forId(node.id) ?: return false
- val patch = farmer.patches[index].getPatchFor(player)
-
- openDialogue(player, FarmerPayOptionDialogue(patch, true), node.asNpc())
- return true
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/FarmingPatch.kt b/Server/src/main/content/global/skill/farming/FarmingPatch.kt
deleted file mode 100644
index d19e8871e..000000000
--- a/Server/src/main/content/global/skill/farming/FarmingPatch.kt
+++ /dev/null
@@ -1,129 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.node.scenery.Scenery
-import core.game.node.entity.player.Player
-import content.global.skill.farming.timers.CropGrowth
-
-enum class FarmingPatch(val varbit: Int, val type: PatchType) {
- //Allotments
- S_FALADOR_ALLOTMENT_NW(708,PatchType.ALLOTMENT),
- S_FALADOR_ALLOTMENT_SE(709,PatchType.ALLOTMENT),
- CATHERBY_ALLOTMENT_N(710,PatchType.ALLOTMENT),
- CATHERBY_ALLOTMENT_S(711,PatchType.ALLOTMENT),
- ARDOUGNE_ALLOTMENT_S(713,PatchType.ALLOTMENT),
- ARDOUGNE_ALLOTMENT_N(712,PatchType.ALLOTMENT),
- PORT_PHAS_ALLOTMENT_NW(714,PatchType.ALLOTMENT),
- PORT_PHAS_ALLOTMENT_SE(715,PatchType.ALLOTMENT),
- HARMONY_ISLAND_ALLOTMENT(3402,PatchType.ALLOTMENT),
-
- //Herb
- CATHERBY_HERB_CE(781,PatchType.HERB_PATCH),
- S_FALADOR_HERB_NE(780,PatchType.HERB_PATCH),
- ARDOUGNE_HERB_CE(782,PatchType.HERB_PATCH),
- PORT_PHAS_HERB_NE(783,PatchType.HERB_PATCH),
- TROLL_STRONGHOLD_HERB(2788,PatchType.HERB_PATCH),
-
- //Flower
- S_FALADOR_FLOWER_C(728,PatchType.FLOWER_PATCH),
- CATHERBY_FLOWER_C(729,PatchType.FLOWER_PATCH),
- ARDOUGNE_FLOWER_C(730,PatchType.FLOWER_PATCH),
- PORT_PHAS_FLOWER_C(731,PatchType.FLOWER_PATCH),
- WILDERNESS_FLOWER(5067,PatchType.FLOWER_PATCH),
-
- //Tree
- N_FALADOR_TREE(701,PatchType.TREE_PATCH),
- TAVERLY_TREE(700,PatchType.TREE_PATCH),
- GNOME_STRONGHOLD_TREE(2953,PatchType.TREE_PATCH),
- LUMBRIDGE_TREE(703,PatchType.TREE_PATCH),
- VARROCK_TREE(702,PatchType.TREE_PATCH),
-
- //Fruit Tree
- GNOME_STRONGHOLD_FRUIT_TREE(704,PatchType.FRUIT_TREE_PATCH),
- CATHERBY_FRUIT_TREE(707,PatchType.FRUIT_TREE_PATCH),
- TREE_GNOME_VILLAGE_FRUIT_TREE(705,PatchType.FRUIT_TREE_PATCH),
- BRIMHAVEN_FRUIT_TREE(706,PatchType.FRUIT_TREE_PATCH),
- LLETYA_FRUIT_TREE(4317,PatchType.FRUIT_TREE_PATCH),
-
- //Hops
- ENTRANA_HOPS(717,PatchType.HOPS_PATCH),
- LUMBRIDGE_HOPS(718,PatchType.HOPS_PATCH),
- MCGRUBOR_HOPS(719,PatchType.HOPS_PATCH),
- YANILLE_HOPS(716,PatchType.HOPS_PATCH),
-
- //Bushes
- CHAMPIONS_GUILD_BUSH(732,PatchType.BUSH_PATCH),
- RIMMINGTON_BUSH(733,PatchType.BUSH_PATCH),
- ARDOUGNE_BUSH(735,PatchType.BUSH_PATCH),
- ETCETERIA_BUSH(734,PatchType.BUSH_PATCH),
-
- //Spirit Tree
- ETCETERIA_SPIRIT_TREE(722,PatchType.SPIRIT_TREE_PATCH),
- PORT_SARIM_SPIRIT_TREE(720,PatchType.SPIRIT_TREE_PATCH),
- KARAMJA_SPIRIT_TREE(724,PatchType.SPIRIT_TREE_PATCH),
-
- //Other
- DRAYNOR_BELLADONNA(748, PatchType.BELLADONNA_PATCH),
- CANIFIS_MUSHROOM(746, PatchType.MUSHROOM_PATCH),
- ALKHARID_CACTUS(744, PatchType.CACTUS_PATCH),
- EVIL_TURNIP(4291, PatchType.EVIL_TURNIP_PATCH),
- CALQUAT_TREE(726, PatchType.CALQUAT_TREE_PATCH);
-
-
- companion object {
- @JvmField
- val patches = FarmingPatch.values().map { it.varbit to it }.toMap()
- val patchNodes = ArrayList()
- val nodeMap = HashMap()
-
- init {
- patchNodes.addAll(8550..8557) //allotment wrappers
- patchNodes.addAll(7847..7853) //flower patch wrappers
- patchNodes.addAll(8150..8156) //herb patch wrappers
- patchNodes.addAll(8388..8391) // Tree patches
- patchNodes.add(19147) //Tree patch
- patchNodes.addAll(7962..7965) //fruit trees
- patchNodes.addAll(8173..8176) //hops
- patchNodes.addAll(7577..7580) //bush
- patchNodes.add(23760) //evil turnip
- patchNodes.add(7572) //belladonna
- patchNodes.add(8337) //mushroom
- patchNodes.add(27197) //jade vine
- patchNodes.add(7771) //cactus
- patchNodes.add(7807) //calquat
- patchNodes.addAll(8382..8383)//spirit trees
- patchNodes.add(8338) //spirit tree
- patchNodes.add(18816) //death plateau wrapper
- patchNodes.add(21950) //harmony island allotment
- patchNodes.add(28919) //lletya fruit patch. Was usable in 2009: https://www.youtube.com/watch?v=7sXOW4CRZ3k
- //patchNodes.add(37988) Wilderness flower patch. Can only plant Limpwurt Seeds. Intentionally left out, as it is a reward from Spirit of Summer.
-
-
- for (patch in patchNodes) {
- val def = SceneryDefinition.forId(patch)
- nodeMap[def.varbitID] = def
- }
- }
-
- @JvmStatic
- fun forObject(obj: Scenery): FarmingPatch?{
- return forObjectID(obj.id)
- }
-
- @JvmStatic
- fun forObjectID(id: Int): FarmingPatch?{
- val objDef = SceneryDefinition.forId(id)
- return patches[objDef.varbitID]
- }
-
- fun getSceneryDefByVarbit (id: Int) : SceneryDefinition? {
- return nodeMap[id]
- }
- }
-
- fun getPatchFor(player: Player, addPatch : Boolean = true): Patch{
- val crops = getOrStartTimer (player)
- return crops.getPatch(this, addPatch)
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/FarmingPatchZone.kt b/Server/src/main/content/global/skill/farming/FarmingPatchZone.kt
deleted file mode 100644
index 09a190c29..000000000
--- a/Server/src/main/content/global/skill/farming/FarmingPatchZone.kt
+++ /dev/null
@@ -1,78 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.game.dialogue.FacialExpression
-import core.game.node.entity.Entity
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.world.map.zone.ZoneBorders
-import org.rs09.consts.NPCs
-import core.game.dialogue.DialogueFile
-
-class FarmingPatchZone : MapArea, TickListener {
- private val playersInZone = hashMapOf()
-
- override fun defineAreaBorders(): Array {
- return arrayOf(
- getRegionBorders(12083),
- getRegionBorders(10548),
- ZoneBorders(3594,3521,3608,3532)
- )
- }
-
- override fun areaEnter(entity: Entity) {
- if(entity is Player && playersInZone[entity] == null && getStatLevel(entity, Skills.FARMING) <= 15) {
- playersInZone[entity] = 0
- }
- }
-
- override fun areaLeave(entity: Entity, logout: Boolean) {
- if(entity is Player)
- playersInZone.remove(entity)
- }
-
- override fun tick() {
- playersInZone.toList().forEach { (player, ticks) ->
- if(!player.isArtificial) {
- if (ticks == 500) {
- spawnGithan(player, true)
- } else if (ticks == 1000) {
- spawnGithan(player, false)
- }
- playersInZone[player] = ticks + 1
- }
- }
- }
-
- /**
- * Spawns a Githan at a player if they've been standing in a farming patch zone for long enough.
- * @param player The player to spawn the Githan at.
- * @param firstDialogue Whether the Githan should play the first dialogue or not (and playing the second dialogue instead).
- */
- private fun spawnGithan(player: Player, firstDialogue: Boolean) {
- val npc = NPC(NPCs.GITHAN_7122)
- npc.location = player.location
- npc.init()
- npc.moveStep()
- npc.face(player)
- openDialogue(player, SpiritDialogue(firstDialogue), npc)
- }
-
- internal class SpiritDialogue(private val firstDialogue: Boolean) : DialogueFile(){
- override fun handle(componentID: Int, buttonID: Int) {
- when(stage){
- 0 -> {
- if(firstDialogue) npcl(FacialExpression.NEUTRAL, "In case you didn't know, you don't have to stand by your Farming patch. Your crops will grow even if you're not around.").also { stage++ }
- else npcl(FacialExpression.NEUTRAL, "Did you know that if your Farming patch has fully grown, it will never catch disease or die? It will be perfectly safe until you choose to harvest it.").also { stage++ }
- }
- 1 -> end()
- }
- }
-
- override fun end(){
- super.end()
- poofClear(npc ?: return)
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/FruitAndBerryPicker.kt b/Server/src/main/content/global/skill/farming/FruitAndBerryPicker.kt
deleted file mode 100644
index 380334445..000000000
--- a/Server/src/main/content/global/skill/farming/FruitAndBerryPicker.kt
+++ /dev/null
@@ -1,109 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import content.global.skill.summoning.familiar.GiantEntNPC
-import content.global.skill.summoning.familiar.WolpertingerNPC
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.system.task.Pulse
-import core.game.world.update.flag.context.Animation
-import core.plugin.Initializable
-import core.plugin.Plugin
-import org.rs09.consts.Sounds
-import java.util.concurrent.TimeUnit
-
-@Initializable
-class FruitAndBerryPicker : OptionHandler() {
- override fun newInstance(arg: Any?): Plugin {
- SceneryDefinition.setOptionHandler("pick-coconut",this)
- SceneryDefinition.setOptionHandler("pick-banana",this)
- SceneryDefinition.setOptionHandler("pick-apple",this)
- SceneryDefinition.setOptionHandler("pick-orange",this)
- SceneryDefinition.setOptionHandler("pick-pineapple",this)
- SceneryDefinition.setOptionHandler("pick-papaya",this)
- SceneryDefinition.setOptionHandler("pick-leaf",this)
- SceneryDefinition.setOptionHandler("pick-from",this)
- SceneryDefinition.setOptionHandler("pick-fruit",this)
- SceneryDefinition.setOptionHandler("pick-spine",this)
- return this
- }
-
- override fun handle(player: Player?, node: Node?, option: String?): Boolean {
- player ?: return false
- node ?: return false
-
- val fPatch = FarmingPatch.forObject(node.asScenery())
- fPatch ?: return false
-
- val patch = fPatch.getPatchFor(player)
-
- val plantable = patch.plantable
- plantable ?: return false
-
- val animation = Animation(2281)
-
- if (patch.getFruitOrBerryCount() <= 0) {
- sendMessage(player, "This shouldn't be happening. Please report this.")
- return true
- }
-
- if (!hasSpaceFor(player, Item(plantable.harvestItem))) {
- sendMessage(player, "You don't have enough inventory space to do that.")
- return true
- }
-
- if (System.currentTimeMillis() - patch.nextGrowth > TimeUnit.MINUTES.toMillis(45)) {
- patch.nextGrowth = System.currentTimeMillis() + TimeUnit.MINUTES.toMillis(45)
- }
-
- submitIndividualPulse(player, object : Pulse(animation.duration) {
- override fun pulse(): Boolean {
- val reward = Item(plantable.harvestItem, 1)
-
- if (!hasSpaceFor(player, reward)) {
- sendMessage(player, "You have run out of inventory space.")
- return true
- }
-
- val familiar = player.familiarManager.familiar
- if (familiar != null && familiar is GiantEntNPC) {
- familiar.modifyFarmingReward(fPatch, reward)
- }
-
- animate(player, animation)
- playAudio(player, Sounds.FARMING_PICK_2437)
-
- if (familiar != null && familiar is WolpertingerNPC && patch.patch.type == PatchType.BUSH_PATCH) {
- addItemOrDrop(player, reward.id, reward.amount * 2)
- rewardXP(player, Skills.FARMING, plantable.harvestXP * 2)
- }
- else {
- addItemOrDrop(player, reward.id, reward.amount)
- rewardXP(player, Skills.FARMING, plantable.harvestXP)
- }
- patch.setCurrentState(patch.getCurrentState() - 1)
-
- if (patch.patch.type == PatchType.CACTUS_PATCH) {
- sendMessage(player, "You carefully pick a spine from the cactus.")
- } else {
- val determiner = if (patch.patch.type == PatchType.BUSH_PATCH) "some" else "a"
- sendMessage(player, "You pick $determiner ${reward.name.lowercase()}.")
- }
-
- if (plantable == Plantable.POISON_IVY_SEED && patch.patch == FarmingPatch.CHAMPIONS_GUILD_BUSH){
- player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 2, 0)
- }
-
- return patch.getFruitOrBerryCount() == 0
- }
- })
-
- return true
- }
-
-}
diff --git a/Server/src/main/content/global/skill/farming/FruitTreeChopper.kt b/Server/src/main/content/global/skill/farming/FruitTreeChopper.kt
deleted file mode 100644
index 288bf1e01..000000000
--- a/Server/src/main/content/global/skill/farming/FruitTreeChopper.kt
+++ /dev/null
@@ -1,62 +0,0 @@
-package content.global.skill.farming
-
-import content.data.skill.SkillingTool
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.system.task.Pulse
-import core.plugin.Initializable
-import core.plugin.Plugin
-import core.tools.RandomFunction
-import org.rs09.consts.Sounds
-
-@Initializable
-class FruitTreeChopper : OptionHandler() {
- override fun newInstance(arg: Any?): Plugin {
- SceneryDefinition.setOptionHandler("chop-down",this)
- SceneryDefinition.setOptionHandler("chop down",this)
- return this
- }
-
- override fun handle(player: Player?, node: Node?, option: String?): Boolean {
- player ?: return false
- node ?: return false
-
- val fPatch = FarmingPatch.forObject(node.asScenery())
- fPatch ?: return false
-
- val patch = fPatch.getPatchFor(player)
-
- val plantable = patch.plantable
- plantable ?: return false
-
- if (SkillingTool.getHatchet(player) == null) {
- sendMessage(player, "You do not have an axe to use.")
- return true
- }
-
- val animation = SkillingTool.getHatchet(player).animation
-
- submitIndividualPulse(player, object : Pulse(animation.duration) {
- override fun pulse(): Boolean {
- animate(player, animation)
- val soundIndex = RandomFunction.random(0, woodcuttingSounds.size)
- playAudio(player, woodcuttingSounds[soundIndex])
- patch.setCurrentState(patch.getCurrentState() + 19)
- sendMessage(player, "You chop down the ${plantable.displayName.lowercase().removeSuffix(" sapling")}.")
- return true
- }
- })
- return true
- }
-
- private val woodcuttingSounds = intArrayOf(
- Sounds.WOODCUTTING_HIT_3038,
- Sounds.WOODCUTTING_HIT_3039,
- Sounds.WOODCUTTING_HIT_3040,
- Sounds.WOODCUTTING_HIT_3041,
- Sounds.WOODCUTTING_HIT_3042
- )
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/HealthChecker.kt b/Server/src/main/content/global/skill/farming/HealthChecker.kt
deleted file mode 100644
index 1813a5145..000000000
--- a/Server/src/main/content/global/skill/farming/HealthChecker.kt
+++ /dev/null
@@ -1,79 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.node.entity.skill.Skills
-import core.plugin.Initializable
-import core.plugin.Plugin
-import core.tools.Log
-import java.util.concurrent.TimeUnit
-
-@Initializable
-class HealthChecker : OptionHandler() {
- override fun newInstance(arg: Any?): Plugin {
- SceneryDefinition.setOptionHandler("check-health", this)
- return this
- }
-
- override fun handle(player: Player?, node: Node?, option: String?): Boolean {
- player ?: return false
- node ?: return false
- val fPatch = FarmingPatch.forObject(node.asScenery())
- fPatch ?: return false
- val patch = fPatch.getPatchFor(player)
- val type = patch.patch.type
-
- if (!patch.isCheckable()) {
- sendMessage(player, "This shouldn't be happening. Please report this.")
- return true
- }
-
- if (!patch.isCheckHealth) return true
-
- rewardXP(player, Skills.FARMING, patch.plantable?.checkHealthXP ?: 0.0)
- patch.isCheckHealth = false
- when (type) {
- PatchType.TREE_PATCH -> {
- patch.setCurrentState(patch.getCurrentState() + 1)
- sendMessage(player, "You examine the tree for signs of disease and find that it is in perfect health.")
- }
- PatchType.FRUIT_TREE_PATCH -> {
- patch.setCurrentState(patch.getCurrentState() - 14)
- if (fPatch == FarmingPatch.BRIMHAVEN_FRUIT_TREE) {
- player.achievementDiaryManager.finishTask(player, DiaryType.KARAMJA, 1, 12)
- }
- sendMessage(player, "You examine the tree for signs of disease and find that it is in perfect health.")
- }
- PatchType.SPIRIT_TREE_PATCH -> {
- patch.setCurrentState(patch.getCurrentState() - 24)
- sendMessage(player, "You examine the tree for signs of disease and find that it is in perfect health.")
- }
- PatchType.BUSH_PATCH -> {
- patch.setCurrentState(patch.plantable!!.value + patch.plantable!!.stages + 4)
- sendMessage(player, "You examine the bush for signs of disease and find that it's in perfect health.")
- }
- PatchType.CACTUS_PATCH -> {
- patch.setCurrentState(patch.plantable!!.value + patch.plantable!!.stages + 3)
- sendMessage(player, "You examine the cactus for signs of disease and find that it is in perfect health.")
- }
- PatchType.CALQUAT_TREE_PATCH -> {
- patch.setCurrentState(patch.plantable!!.value + patch.plantable!!.stages + 6)
- sendMessage(player, "You examine the calquat tree for signs of disease and find that it is in perfect health.")
- }
- else -> log(this::class.java, Log.ERR, "Unreachable patch type from when(type) switch in HealthChecker.kt")
- }
-
- if (type == PatchType.FRUIT_TREE_PATCH) {
- patch.nextGrowth = TimeUnit.MINUTES.toMillis(45)
- }
-
- patch.update()
-
- return true
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/InspectionHandler.kt b/Server/src/main/content/global/skill/farming/InspectionHandler.kt
deleted file mode 100644
index 00a30a5d2..000000000
--- a/Server/src/main/content/global/skill/farming/InspectionHandler.kt
+++ /dev/null
@@ -1,55 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.cache.def.impl.SceneryDefinition
-import core.game.interaction.OptionHandler
-import core.game.node.Node
-import core.game.node.entity.player.Player
-import core.plugin.Initializable
-import core.plugin.Plugin
-import core.tools.prependArticle
-
-@Initializable
-class InspectionHandler : OptionHandler() {
- override fun newInstance(arg: Any?): Plugin {
- SceneryDefinition.setOptionHandler("inspect", this)
- return this
- }
-
- override fun handle(player: Player?, node: Node?, option: String?): Boolean {
- node ?: return false
- player ?: return false
- val patch = FarmingPatch.forObject(node.asScenery())
- if (patch == null) {
- sendMessage(player, "This is an improperly handled inspect option. Report this please.")
- return true
- }
-
- val p = patch.getPatchFor(player)
- val patchName = p.patch.type.displayName()
-
- val statusPatchType = if (patch == FarmingPatch.TROLL_STRONGHOLD_HERB) "This is a very special herb patch."
- else "This is ${prependArticle(patchName)}."
-
- val statusCompost = if (p.compost == CompostType.NONE) "The soil has not been treated."
- else "The soil has been treated with ${p.compost.name.lowercase()}."
-
- val statusStage = if (p.plantable == Plantable.SCARECROW) ""
- else if (p.isWeedy()) "The patch needs weeding."
- else if (p.isEmptyAndWeeded()) "The patch is empty and weeded."
- else if (p.isDiseased && !p.isDead) "The patch is diseased and needs attending to before it dies."
- else if (p.isDead) "The patch has become infected by disease and has died."
- else if (p.isGrown()) "The patch is fully grown."
- else "The patch has something growing in it."
-
- val statusGardener = if (patch == FarmingPatch.TROLL_STRONGHOLD_HERB) "My Arm will look after this patch for you."
- else if (p.protectionPaid) "A nearby gardener is looking after this patch for you."
- else ""
-
- sendMessage(player, "$statusPatchType $statusCompost $statusStage".trim())
- if (statusGardener != "") sendMessage(player, statusGardener)
-
- return true
- }
-
-}
diff --git a/Server/src/main/content/global/skill/farming/LeprechaunNoter.kt b/Server/src/main/content/global/skill/farming/LeprechaunNoter.kt
deleted file mode 100644
index 8cf6eff81..000000000
--- a/Server/src/main/content/global/skill/farming/LeprechaunNoter.kt
+++ /dev/null
@@ -1,40 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.game.node.item.Item
-import org.rs09.consts.NPCs
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class LeprechaunNoter : InteractionListener {
-
- val CROPS = Plantable.values().map{ it.harvestItem }.toIntArray()
- val LEPRECHAUNS = intArrayOf(NPCs.TOOL_LEPRECHAUN_3021,NPCs.GOTH_LEPRECHAUN_8000,NPCs.TOOL_LEPRECHAUN_4965,NPCs.TECLYN_2861)
-
- override fun defineListeners() {
- onUseAnyWith(IntType.NPC,*LEPRECHAUNS) { player, used, with ->
- val usedItem = used.asItem()
- val npc = with.asNpc()
- val expr = when(npc.id){
- NPCs.TOOL_LEPRECHAUN_3021 -> core.game.dialogue.FacialExpression.OLD_NORMAL
- else -> core.game.dialogue.FacialExpression.FRIENDLY
- }
- when {
- (!usedItem.definition.isUnnoted) -> { // If the item is a banknote
- player.dialogueInterpreter.sendDialogues(npc.id,expr,"That IS a banknote!")
- }
- (usedItem.id !in CROPS || usedItem.definition.noteId < 0) -> { // If the item is not a crop or cannot be noted
- player.dialogueInterpreter.sendDialogues(npc.id,expr,"Nay, I can't turn that into a banknote.")
- }
- else -> { // Note the item
- val amt = amountInInventory(player, usedItem.id)
- if (removeItem(player, Item(usedItem.id, amt))) {
- addItem(player, usedItem.noteChange, amt)
- }
- sendItemDialogue(player, usedItem.id, "The leprechaun exchanges your items for banknotes.")
- }
- }
- return@onUseAnyWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/Patch.kt b/Server/src/main/content/global/skill/farming/Patch.kt
deleted file mode 100644
index b2235419e..000000000
--- a/Server/src/main/content/global/skill/farming/Patch.kt
+++ /dev/null
@@ -1,482 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.game.node.entity.player.Player
-import core.tools.Log
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-import java.util.concurrent.TimeUnit
-import kotlin.math.ceil
-import kotlin.math.min
-
-class Patch(val player: Player, val patch: FarmingPatch, var plantable: Plantable?, var currentGrowthStage: Int, var isDiseased: Boolean, var isDead: Boolean, var isWatered: Boolean, var nextGrowth: Long, var harvestAmt: Int, var isCheckHealth: Boolean) {
- constructor(player: Player, patch: FarmingPatch) : this(player,patch,null,0,false,false,false,0L,0,false)
-
- var diseaseMod = 0
- var compost = CompostType.NONE
- var protectionPaid = false
- var cropLives = 3
- val checkablePatches = arrayOf(PatchType.TREE_PATCH, PatchType.BUSH_PATCH, PatchType.FRUIT_TREE_PATCH, PatchType.SPIRIT_TREE_PATCH, PatchType.CACTUS_PATCH, PatchType.CALQUAT_TREE_PATCH)
-
- fun setNewHarvestAmount() {
- val compostMod = when(compost) {
- CompostType.NONE -> 0
- CompostType.COMPOST -> 1
- CompostType.SUPERCOMPOST -> 2
- }
- harvestAmt = when (plantable) {
- Plantable.LIMPWURT_SEED, Plantable.WOAD_SEED -> 3
- Plantable.MUSHROOM_SPORE -> 6
- Plantable.WILLOW_SAPLING -> 0
- else -> 1
- }
- if(plantable != null
- && plantable?.applicablePatch != PatchType.FLOWER_PATCH
- && plantable?.applicablePatch != PatchType.BELLADONNA_PATCH
- && plantable?.applicablePatch != PatchType.MUSHROOM_PATCH
- && plantable?.applicablePatch != PatchType.EVIL_TURNIP_PATCH) {
- harvestAmt += compostMod
- }
- cropLives = 3 + compostMod
- }
-
- fun rollLivesDecrement(farmingLevel: Int, magicSecateurs: Boolean){
- if(patch.type == PatchType.HERB_PATCH){
- //authentic formula thanks to released data.
- var herbSaveLow = when(plantable){
- Plantable.GUAM_SEED -> min(24 + farmingLevel, 80)
- Plantable.MARRENTILL_SEED -> min(28 + farmingLevel, 80)
- Plantable.TARROMIN_SEED -> min(31 + farmingLevel, 80)
- Plantable.HARRALANDER_SEED -> min(36 + farmingLevel, 80)
- Plantable.GOUT_TUBER -> min(39 + farmingLevel, 80)
- Plantable.RANARR_SEED -> min(39 + farmingLevel, 80)
- Plantable.SPIRIT_WEED_SEED -> min(43 + farmingLevel, 80)
- Plantable.TOADFLAX_SEED -> min(43 + farmingLevel, 80)
- Plantable.IRIT_SEED -> min(46 + farmingLevel, 80)
- Plantable.AVANTOE_SEED -> min(50 + farmingLevel, 80)
- Plantable.KWUARM_SEED -> min(54 + farmingLevel, 80)
- Plantable.SNAPDRAGON_SEED -> min(57 + farmingLevel, 80)
- Plantable.CADANTINE_SEED -> min(60 + farmingLevel, 80)
- Plantable.LANTADYME_SEED -> min(64 + farmingLevel, 80)
- Plantable.DWARF_WEED_SEED -> min(67 + farmingLevel, 80)
- Plantable.TORSTOL_SEED -> min(71 + farmingLevel, 80)
- else -> -1
- }
-
- if(magicSecateurs) herbSaveLow = ceil(1.10 * herbSaveLow).toInt()
-
- val rand = RandomFunction.random(256)
-
- if(rand > herbSaveLow){
- cropLives -= 1
- }
- } else {
- //inauthentic formulae based on reported averages due to lack of formula
- var chance = when(patch.type){
- PatchType.ALLOTMENT -> 8 //average of 8 per life times 3 lives = average 24
- PatchType.HOPS_PATCH -> 6 //average of 6 per life times 3 lives = 18
- PatchType.CACTUS_PATCH -> 3 //average of 3 per life times 3 lives = 9
- else -> 0 // nothing should go here, but if it does, do not give extra crops amd decrement cropLives
- }
-
- if(magicSecateurs) chance += ceil(1.10 * chance).toInt() //will increase average yield by roughly 3.
-
- if(RandomFunction.roll(chance)) cropLives -= 1
- }
-
- if(cropLives <= 0) clear()
- }
-
- fun isWeedy(): Boolean {
- return getCurrentState() in 0..2
- }
-
- fun isChoppedFruitTree(): Boolean {
- return (patch.type == PatchType.FRUIT_TREE_PATCH)
- && getCurrentState() == (plantable?.value ?: 0) + 25
- }
-
- fun isEmptyAndWeeded(): Boolean {
- return getCurrentState() == 3
- }
-
- fun getCurrentState(): Int{
- return getVarbit(player, patch.varbit)
- }
-
- fun setCurrentState(state: Int){
- setVarbit(player, patch.varbit, state)
- updateBit()
- }
-
- fun setVisualState (state: Int) {
- val finalState = ensureStateSanity(state)
- setVarbit(player, patch.varbit, finalState)
- }
-
- fun ensureStateSanity (state: Int) : Int {
- val patchDef = FarmingPatch.getSceneryDefByVarbit(patch.varbit) ?: return state
- val currentStateDef = patchDef.getChildObjectAtIndex(state)
- if (currentStateDef.name == patchDef.getChildObjectAtIndex(3).name) { //if we're weedy
- if (state and 0x40 != 0) { //if this invalid state was caused by water/death
- //remove water/death
- isDead = false
- isWatered = false
- log(this::class.java, Log.DEBUG, "Patch for ${player.username} at varbit ${patch.varbit} with plantable ${plantable?.name ?: "none"} was set to watered/dead at stage $currentGrowthStage, which isn't valid.")
- return (state and (0x40.inv()))
- }
- else if (state and 0x80 != 0) { //if this invalid state was caused by disease
- //remove disease
- isDiseased = false
- log(this::class.java, Log.DEBUG, "Patch for ${player.username} at varbit ${patch.varbit} with plantable ${plantable?.name ?: "none"} was set to diseased at stage $currentGrowthStage, which isn't valid.")
- return (state and (0x80.inv()))
- }
- else if (state in listOf(0, 1, 2, 3)){
- // we're weedy (or an empty plot) as normal just continue
- }
- else {
- log (this::class.java, Log.ERR, "Patch for ${player.username} at varbit ${patch.varbit} with plantable ${plantable?.name ?: "none"} was set to state $state at growth stage $currentGrowthStage, which isn't valid. We're not sure why this is happening.")
- }
- }
- return state
- }
-
- fun isFertilized(): Boolean {
- return compost != CompostType.NONE
- }
-
- /**
- * Returns true if the patch is fully grown.
- *
- * Note: This returns true if the patch is fully weedy.
- * Use `plantable == null` to check if a patch does
- * not have anything planted.
- */
- fun isGrown(): Boolean{
- return currentGrowthStage == (plantable?.stages ?: 0)
- }
-
- fun updateBit(){
- if(isCheckHealth){
- when(patch.type){
- PatchType.FRUIT_TREE_PATCH -> setVarbit(player, patch.varbit, plantable!!.value + plantable!!.stages + 20)
- PatchType.BUSH_PATCH -> setVarbit(player, patch.varbit, 250 + (plantable!!.ordinal - Plantable.REDBERRY_SEED.ordinal))
- PatchType.CACTUS_PATCH -> setVarbit(player, patch.varbit, 31)
- PatchType.TREE_PATCH -> setVarbit(player, patch.varbit, plantable!!.value + plantable!!.stages)
- PatchType.SPIRIT_TREE_PATCH -> setVarbit(player, patch.varbit, plantable!!.value + plantable!!.stages + 24)
- PatchType.CALQUAT_TREE_PATCH -> setVarbit(player, patch.varbit, 34)
- else -> log(this::class.java, Log.WARN, "Invalid setting of isCheckHealth for patch type: " + patch.type.name + "at" + patch.name)
- }
- } else {
- when(patch.type){
- PatchType.ALLOTMENT,PatchType.FLOWER_PATCH,PatchType.HOPS_PATCH -> {
- var state = getUnmodifiedValue()
- if (isWatered || isDead) state = state or 0x40
- if (isDiseased) state = state or 0x80
-
- if (state != getVarbit(player, patch.varbit))
- setVisualState(state)
- }
- PatchType.BUSH_PATCH -> {
- if(isDead) setVisualState(getBushDeathValue())
- else if(isDiseased && !isDead) setVisualState(getBushDiseaseValue())
- }
- PatchType.TREE_PATCH -> {
- var state = getVarbit(player, patch.varbit)
-
- if (isDead) state = state or 0x80
- else if (isDiseased) state = state or 0x40
-
- if (state != getVarbit(player, patch.varbit))
- setVisualState(state)
- }
- PatchType.SPIRIT_TREE_PATCH -> {
- if(isDead) setVisualState(getSpiritTreeDeathValue())
- else if(isDiseased && !isDead) setVisualState(getSpiritTreeDiseaseValue())
- }
- PatchType.FRUIT_TREE_PATCH -> {
- if(isDead) setVisualState(getFruitTreeDeathValue())
- else if(isDiseased && !isDead) setVisualState(getFruitTreeDiseaseValue())
- }
- PatchType.BELLADONNA_PATCH -> {
- if(isDead) setVisualState(getBelladonnaDeathValue())
- else if(isDiseased && !isDead) setVisualState(getBelladonnaDiseaseValue())
- else setVisualState((plantable?.value ?: 0) + currentGrowthStage)
- }
- PatchType.CACTUS_PATCH -> {
- if(isDead) setVisualState(getCactusDeathValue())
- else if(isDiseased && !isDead) setVisualState(getCactusDiseaseValue())
- }
- PatchType.HERB_PATCH -> {
- if(isDead) setVisualState(getHerbDeathValue())
- else if(isDiseased && !isDead) setVisualState(getHerbDiseaseValue())
- else {
- var state = (plantable?.value ?: 0) + currentGrowthStage
- // Spirit Weed contains states with bits 0x40 and 0x80 set, which the disease-free patch scenery interprets as watered/dead
- // Visually transmogrifies Spirit Weed (204-208) into Guam (4-8) while it's planted in the disease-free patch
- if (patch == FarmingPatch.TROLL_STRONGHOLD_HERB && plantable == Plantable.SPIRIT_WEED_SEED) {
- state = 4 + currentGrowthStage
- }
- setVisualState(state)
- }
- }
- PatchType.MUSHROOM_PATCH -> {
- if(isDead) setVisualState(getMushroomDeathValue())
- else if(isDiseased && !isDead) setVisualState(getMushroomDiseaseValue())
- }
- PatchType.CALQUAT_TREE_PATCH -> {
- if(isDead) setVisualState(getCalquatDeathValue())
- else if(isDiseased && !isDead) setVisualState(getCalquatDiseaseValue())
- }
- else -> {
- log(this::class.java, Log.WARN, "Invalid patch type attempted to be displayed: " + patch.type.name)
- }
- }
- }
- }
-
- fun cureDisease() {
- setVarbit(player, patch.varbit, (plantable?.value ?: 0) + currentGrowthStage)
- isDiseased = false
- updateBit()
- }
-
- fun water() {
- isWatered = true
- updateBit()
- }
-
- private fun getUnmodifiedValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage
- }
-
- private fun getBushDiseaseValue(): Int{
- if(plantable == Plantable.POISON_IVY_SEED){
- return (plantable?.value ?: 0) + currentGrowthStage + 12
- }
- else if (plantable == Plantable.REDBERRY_SEED
- || plantable == Plantable.CADAVABERRY_SEED){
- return (plantable?.value ?: 0) + currentGrowthStage + 65
- }
- else {
- return (plantable?.value ?: 0) + currentGrowthStage + 64
- }
- }
-
- private fun getBushDeathValue(): Int{
- if(plantable == Plantable.POISON_IVY_SEED){
- return (plantable?.value ?: 0) + currentGrowthStage + 20
- }
- else if (plantable == Plantable.REDBERRY_SEED
- || plantable == Plantable.CADAVABERRY_SEED
- || plantable == Plantable.WHITEBERRY_SEED){
- return (plantable?.value ?: 0) + currentGrowthStage + 129
- }
- else {
- return (plantable?.value ?: 0) + currentGrowthStage + 128
- }
- }
-
- private fun getSpiritTreeDiseaseValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 12
- }
-
- private fun getSpiritTreeDeathValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 24
- }
-
- private fun getFruitTreeDiseaseValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 12
- }
-
- private fun getFruitTreeDeathValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 18
- }
-
- private fun getBelladonnaDiseaseValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 4
- }
-
- private fun getBelladonnaDeathValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 7
- }
-
- private fun getCactusDiseaseValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 10
- }
-
- private fun getCactusDeathValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 16
- }
-
- private fun getMushroomDiseaseValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 11
- }
-
- private fun getMushroomDeathValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 16
- }
-
- private fun getCalquatDiseaseValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 14
- }
-
- private fun getCalquatDeathValue(): Int {
- return (plantable?.value ?: 0) + currentGrowthStage + 21
- }
-
- private fun getHerbDiseaseValue(): Int {
- return if (plantable?.value ?: -1 <= 103) {
- 128 + (((plantable?.ordinal ?: 0) - Plantable.GUAM_SEED.ordinal) * 3) + currentGrowthStage - 1
- } else if (plantable == Plantable.SPIRIT_WEED_SEED) {
- 211 + currentGrowthStage - 1
- } else {
- 198 + currentGrowthStage -1
- }
- }
-
- private fun getHerbDeathValue(): Int {
- return if(plantable == Plantable.GOUT_TUBER){
- 201 + currentGrowthStage - 1
- } else 170 + currentGrowthStage - 1
- }
-
- private fun grow(){
- if((isWeedy() || isEmptyAndWeeded() || (plantable == Plantable.SCARECROW && !isGrown())) && getCurrentState() > 0) {
- nextGrowth = System.currentTimeMillis() + 60000
- setCurrentState(getCurrentState() - 1)
- currentGrowthStage--
- return
- }
-
- if(isDiseased){
- isDead = true
- return
- }
-
- // This is so a cheat can force disease
- diseaseMod = if (diseaseMod < 0) -128 else when(compost){
- CompostType.NONE -> 0
- CompostType.COMPOST -> 8
- CompostType.SUPERCOMPOST -> 13
- }
-
- if(patch != FarmingPatch.TROLL_STRONGHOLD_HERB
- && RandomFunction.random(128) <= (17 - diseaseMod)
- && !isWatered && !isGrown()
- && !protectionPaid
- && !isFlowerProtected()
- && patch.type != PatchType.EVIL_TURNIP_PATCH
- && plantable != Plantable.POISON_IVY_SEED
- && currentGrowthStage != 0){
- isDiseased = true
- // If we manually set disease mod reset it back to 0 so that crops can naturally grow after being treated/accidentally attempted to disease when they cannot be
- if (diseaseMod < 0) diseaseMod = 0
- return
- }
-
- if(isCheckable() && plantable != null && plantable?.stages == currentGrowthStage + 1){
- isCheckHealth = true
- }
-
- if(arrayOf(PatchType.FRUIT_TREE_PATCH, PatchType.BUSH_PATCH, PatchType.CACTUS_PATCH, PatchType.CALQUAT_TREE_PATCH).any{ patch.type == it} && plantable?.stages == currentGrowthStage){
- if((patch.type == PatchType.BUSH_PATCH && getFruitOrBerryCount() < 4) ||
- (patch.type == PatchType.FRUIT_TREE_PATCH && getFruitOrBerryCount() < 6) ||
- (patch.type == PatchType.CACTUS_PATCH && getFruitOrBerryCount() < 3) ||
- (patch.type == PatchType.CALQUAT_TREE_PATCH && getFruitOrBerryCount() < 6)
- ){
- setCurrentState(getCurrentState() + 1)
- }
- }
- if(patch.type == PatchType.TREE_PATCH) {
- // Willow branches
- if(harvestAmt < 6) {
- harvestAmt++
- }
- }
-
- if((plantable?.stages ?: 0) > currentGrowthStage && !isGrown()){
- currentGrowthStage++
- setCurrentState(getCurrentState() + 1)
- isWatered = false
- }
- }
-
- fun regrowIfTreeStump() {
- if(patch.type == PatchType.TREE_PATCH && plantable != null) {
- // plantable.value + plantable.stages is the check-health stage, so +1 is the choppable tree, and +2 is the stump
- if(getCurrentState() == plantable!!.value + plantable!!.stages + 2) {
- setCurrentState(getCurrentState() - 1)
- isWatered = false
- }
- }
- }
-
- fun update(){
- grow()
- updateBit()
- }
-
- fun plant(plantable: Plantable){
- nextGrowth = System.currentTimeMillis() + TimeUnit.MINUTES.toMillis(plantable.applicablePatch.stageGrowthTime.toLong())
- this.plantable = plantable
- isDead = false
- isDiseased = false
- currentGrowthStage = 0
- setCurrentState(plantable.value)
- }
-
- fun clear(){
- isCheckHealth = false
- isDiseased = false
- isDead = false
- plantable = null
- setVarbit(player, patch.varbit, 0)
- nextGrowth = 0L
- currentGrowthStage = 3
- setCurrentState(3)
- compost = CompostType.NONE
- protectionPaid = false
- }
-
- fun getFruitOrBerryCount() : Int {
- plantable ?: return 0
- return getCurrentState() - plantable!!.value - plantable!!.stages
- }
-
- fun getStageGrowthMinutes() : Int {
- var minutes = patch.type.stageGrowthTime
- if(arrayOf(PatchType.FRUIT_TREE_PATCH, PatchType.CALQUAT_TREE_PATCH).any{ it == patch.type } && isGrown()) {
- // Fruit trees take 160 minutes per stage to grow, but
- // restocking their fruit should take 40 minutes per fruit
- minutes = 40
- }
- else if(plantable == Plantable.WILLOW_SAPLING && isGrown()) {
- // Willow Branches grow back in only 5 minutes
- minutes = 5
- }
- return minutes
- }
-
- fun isFlowerProtected(): Boolean{
- if(patch.type != PatchType.ALLOTMENT) return false
-
- val fpatch = when(patch){
- FarmingPatch.S_FALADOR_ALLOTMENT_SE,FarmingPatch.S_FALADOR_ALLOTMENT_NW -> FarmingPatch.S_FALADOR_FLOWER_C
- FarmingPatch.ARDOUGNE_ALLOTMENT_S,FarmingPatch.ARDOUGNE_ALLOTMENT_N -> FarmingPatch.ARDOUGNE_FLOWER_C
- FarmingPatch.CATHERBY_ALLOTMENT_S,FarmingPatch.CATHERBY_ALLOTMENT_N -> FarmingPatch.CATHERBY_FLOWER_C
- FarmingPatch.PORT_PHAS_ALLOTMENT_SE,FarmingPatch.PORT_PHAS_ALLOTMENT_NW -> FarmingPatch.PORT_PHAS_FLOWER_C
- else -> return false
- }.getPatchFor(player, false)
-
- if (fpatch.plantable == Plantable.SCARECROW && fpatch.plantable == plantable?.protectionFlower){
- return true
- } else return (fpatch.plantable != null &&
- (fpatch.plantable == plantable?.protectionFlower || fpatch.plantable == Plantable.forItemID(Items.WHITE_LILY_SEED_14589))
- && fpatch.isGrown())
- }
-
- fun isCheckable(): Boolean{
- return (patch.type in checkablePatches)
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/PatchRaker.kt b/Server/src/main/content/global/skill/farming/PatchRaker.kt
deleted file mode 100644
index 21967671b..000000000
--- a/Server/src/main/content/global/skill/farming/PatchRaker.kt
+++ /dev/null
@@ -1,48 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.system.task.Pulse
-import org.rs09.consts.Items
-import org.rs09.consts.Sounds
-
-object PatchRaker {
- val RAKE_ANIM = getAnimation(2273)
-
- @JvmStatic
- fun rake(player: Player, patch: FarmingPatch) {
- val p = patch.getPatchFor(player)
- val patchName = p.patch.type.displayName()
- var firstRake = true
- if (!p.isWeedy()) {
- sendMessage(player, "This $patchName doesn't need weeding right now.")
- return
- }
- submitIndividualPulse(player, object : Pulse() {
- override fun pulse(): Boolean {
- var patchStage = patch.getPatchFor(player).getCurrentState()
- if (firstRake || patchStage < 2) {
- // don't play the animation when on patchStage 2 as it has already
- // played three times at this point and the patch will be weed-free
- // after the third play
- animate(player, RAKE_ANIM)
- playAudio(player, Sounds.FARMING_RAKING_2442)
- firstRake = false
- }
- if (delay < 5) {
- delay = 5
- } else {
- patch.getPatchFor(player).currentGrowthStage++
- patch.getPatchFor(player).setCurrentState(++patchStage)
- addItem(player, Items.WEEDS_6055) //authentically destroys weeds if inventory was full
- rewardXP(player, Skills.FARMING, 4.0)
- }
- if (patchStage >= 3) {
- resetAnimator(player)
- }
- return patchStage >= 3
- }
- })
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/PatchType.kt b/Server/src/main/content/global/skill/farming/PatchType.kt
deleted file mode 100644
index fd0836126..000000000
--- a/Server/src/main/content/global/skill/farming/PatchType.kt
+++ /dev/null
@@ -1,22 +0,0 @@
-package content.global.skill.farming
-
-enum class PatchType(val stageGrowthTime: Int) {
- ALLOTMENT(10),
- HOPS_PATCH(10),
- TREE_PATCH(40),
- FRUIT_TREE_PATCH(160),
- BUSH_PATCH(20),
- FLOWER_PATCH(5),
- HERB_PATCH(20),
- SPIRIT_TREE_PATCH(295),
- MUSHROOM_PATCH(30),
- BELLADONNA_PATCH(80),
- CACTUS_PATCH(60),
- EVIL_TURNIP_PATCH(5),
- CALQUAT_TREE_PATCH(160);
-
- /**
- * Returns the display name of this PatchType.
- */
- fun displayName(): String = name.lowercase().replace("_", " ")
-}
diff --git a/Server/src/main/content/global/skill/farming/Plantable.kt b/Server/src/main/content/global/skill/farming/Plantable.kt
deleted file mode 100644
index 6d08d9386..000000000
--- a/Server/src/main/content/global/skill/farming/Plantable.kt
+++ /dev/null
@@ -1,104 +0,0 @@
-package content.global.skill.farming
-
-import core.game.node.item.Item
-import org.rs09.consts.Items
-
-enum class Plantable(val itemID: Int, val displayName: String, val value: Int, val stages: Int, val plantingXP: Double, val harvestXP: Double, val checkHealthXP: Double, val requiredLevel: Int, val applicablePatch: PatchType, val harvestItem: Int, val protectionItem: Item? = null, val protectionFlower: Plantable? = null, val protectionItemSecondary: Item? = null, val protectionItemTertiary: Item? = null) {
-
- // Flowers
- MARIGOLD_SEED(Items.MARIGOLD_SEED_5096,"marigold seed",8,4,8.5,47.0,0.0,2,PatchType.FLOWER_PATCH,Items.MARIGOLDS_6010),
- ROSEMARY_SEED(Items.ROSEMARY_SEED_5097,"rosemary seed",13,4,12.0,66.5,0.0,11,PatchType.FLOWER_PATCH, Items.ROSEMARY_6014),
- NASTURTIUM_SEED(Items.NASTURTIUM_SEED_5098,"nasturtium seed",18,4,19.5,111.0,0.0,24,PatchType.FLOWER_PATCH,Items.NASTURTIUMS_6012),
- WOAD_SEED(Items.WOAD_SEED_5099,"woad seed",23,4,20.5,115.5,0.0,25,PatchType.FLOWER_PATCH,Items.WOAD_LEAF_1793),
- LIMPWURT_SEED(Items.LIMPWURT_SEED_5100,"limpwurt seed",28,4,21.5,120.0,0.0,26,PatchType.FLOWER_PATCH,Items.LIMPWURT_ROOT_225),
- WHITE_LILY_SEED(Items.WHITE_LILY_SEED_14589,"white lily seed",37,4,42.0,250.0,0.0,52,PatchType.FLOWER_PATCH,Items.WHITE_LILY_14583),
-
- // Flower (technically)
- SCARECROW(Items.SCARECROW_6059,"scarecrow",36,-3,0.0,0.0,0.0,23,PatchType.FLOWER_PATCH,Items.SCARECROW_6059),
-
- // Allotments
- POTATO_SEED(Items.POTATO_SEED_5318, "potato seed", 6, 4, 8.0, 9.0, 0.0, 1, PatchType.ALLOTMENT, Items.POTATO_1942,Item(Items.COMPOST_6032,2),MARIGOLD_SEED),
- ONION_SEED(Items.ONION_SEED_5319, "onion seed", 13, 4, 9.5, 10.5,0.0, 5, PatchType.ALLOTMENT,Items.ONION_1957,Item(Items.POTATOES10_5438),MARIGOLD_SEED),
- CABBAGE_SEED(Items.CABBAGE_SEED_5324, "cabbage seed", 20, 4, 10.0, 11.5, 0.0,7, PatchType.ALLOTMENT,Items.CABBAGE_1965,Item(Items.ONIONS10_5458),ROSEMARY_SEED),
- TOMATO_SEED(Items.TOMATO_SEED_5322,"tomato seed",27,4,12.5,14.0,0.0,12,PatchType.ALLOTMENT,Items.TOMATO_1982,Item(Items.CABBAGES10_5478,2),MARIGOLD_SEED),
- SWEETCORN_SEED(Items.SWEETCORN_SEED_5320,"sweetcorn seed",34,6,17.0,19.0,0.0,20,PatchType.ALLOTMENT,Items.SWEETCORN_5986,Item(Items.JUTE_FIBRE_5931,10),SCARECROW),
- STRAWBERRY_SEED(Items.STRAWBERRY_SEED_5323,"strawberry seed",43,6,26.0,29.0,0.0,31,PatchType.ALLOTMENT,Items.STRAWBERRY_5504,Item(Items.APPLES5_5386)),
- WATERMELON_SEED(Items.WATERMELON_SEED_5321,"watermelon seed",52,8,48.5,54.5,0.0,47,PatchType.ALLOTMENT,Items.WATERMELON_5982,Item(Items.CURRY_LEAF_5970,10),NASTURTIUM_SEED),
-
- // Hops
- BARLEY_SEED(Items.BARLEY_SEED_5305,"barley seed",49,4,8.5,9.5,0.0,3,PatchType.HOPS_PATCH,Items.BARLEY_6006,Item(Items.COMPOST_6032,3)),
- HAMMERSTONE_SEED(Items.HAMMERSTONE_SEED_5307,"Hammerstone hop seed",4,4,9.0,10.0,0.0,4,PatchType.HOPS_PATCH,Items.HAMMERSTONE_HOPS_5994,Item(Items.MARIGOLDS_6010)),
- ASGARNIAN_SEED(Items.ASGARNIAN_SEED_5308,"Asgarnian hop seed",11,5,10.9,12.0,0.0,8,PatchType.HOPS_PATCH,Items.ASGARNIAN_HOPS_5996,Item(Items.ONIONS10_5458)),
- JUTE_SEED(Items.JUTE_SEED_5306,"jute plant seed",56,5,13.0,14.5,0.0,13,PatchType.HOPS_PATCH,Items.JUTE_FIBRE_5931,Item(Items.BARLEY_MALT_6008,6)),
- YANILLIAN_SEED(Items.YANILLIAN_SEED_5309,"Yanillian hop seed",19,6,14.5,16.0,0.0,16,PatchType.HOPS_PATCH,Items.YANILLIAN_HOPS_5998,Item(Items.TOMATOES5_5968)),
- KRANDORIAN_SEED(Items.KRANDORIAN_SEED_5310,"Krandorian hop seed",28,7,17.5,19.5,0.0,21,PatchType.HOPS_PATCH,Items.KRANDORIAN_HOPS_6000,Item(Items.CABBAGES10_5478,3)),
- WILDBLOOD_SEED(Items.WILDBLOOD_SEED_5311,"Wildblood hop seed",38,8,23.0,26.0,0.0,28,PatchType.HOPS_PATCH,Items.WILDBLOOD_HOPS_6002,Item(Items.NASTURTIUMS_6012)),
-
- // Trees
- OAK_SAPLING(Items.OAK_SAPLING_5370,"oak sapling",8,4,14.0,0.0,467.3,15,PatchType.TREE_PATCH,Items.OAK_ROOTS_6043,Item(Items.TOMATOES5_5968)),
- WILLOW_SAPLING(Items.WILLOW_SAPLING_5371,"willow sapling",15,6,25.0,0.0,1456.5,30,PatchType.TREE_PATCH,Items.WILLOW_ROOTS_6045,Item(Items.APPLES5_5386)),
- MAPLE_SAPLING(Items.MAPLE_SAPLING_5372,"maple sapling",24,8,45.0,0.0,3403.4,45,PatchType.TREE_PATCH,Items.MAPLE_ROOTS_6047,Item(Items.ORANGES5_5396)),
- YEW_SAPLING(Items.YEW_SAPLING_5373,"yew sapling",35,10,81.0,0.0,7069.9,60,PatchType.TREE_PATCH,Items.YEW_ROOTS_6049,Item(Items.CACTUS_SPINE_6016,10)),
- MAGIC_SAPLING(Items.MAGIC_SAPLING_5374,"magic Tree sapling",48,12,145.5,0.0,13768.3,75,PatchType.TREE_PATCH,Items.MAGIC_ROOTS_6051,Item(Items.COCONUT_5974,25)),
-
- // Fruit Trees
- APPLE_SAPLING(Items.APPLE_SAPLING_5496,"apple tree sapling",8,6,22.0,8.5,1199.5,27,PatchType.FRUIT_TREE_PATCH,Items.COOKING_APPLE_1955,Item(Items.SWEETCORN_5986,9)),
- BANANA_SAPLING(Items.BANANA_SAPLING_5497,"banana tree sapling",35,6,28.0,10.5,1750.5,33,PatchType.FRUIT_TREE_PATCH,Items.BANANA_1963,Item(Items.APPLES5_5386,4)),
- ORANGE_SAPLING(Items.ORANGE_SAPLING_5498,"orange tree sapling",72,6,35.5,13.5,2470.2,39,PatchType.FRUIT_TREE_PATCH,Items.ORANGE_2108,Item(Items.STRAWBERRIES5_5406,3)),
- CURRY_SAPLING(Items.CURRY_SAPLING_5499,"curry tree sapling",99,6,40.0,15.0,2906.9,42,PatchType.FRUIT_TREE_PATCH,Items.CURRY_LEAF_5970,Item(Items.BANANAS5_5416,5)),
- PINEAPPLE_SAPLING(Items.PINEAPPLE_SAPLING_5500,"pineapple plant",136,6,57.0,21.5,4605.7,51,PatchType.FRUIT_TREE_PATCH,Items.PINEAPPLE_2114,Item(Items.WATERMELON_5982,10)),
- PAPAYA_SAPLING(Items.PAPAYA_SAPLING_5501,"papaya tree sapling",163,6,72.0,27.0,6146.4,57,PatchType.FRUIT_TREE_PATCH,Items.PAPAYA_FRUIT_5972,Item(Items.PINEAPPLE_2114,10)),
- PALM_SAPLING(Items.PALM_SAPLING_5502,"palm tree sapling",200,6,110.5,41.5,10150.1,68,PatchType.FRUIT_TREE_PATCH,Items.COCONUT_5974,Item(Items.PAPAYA_FRUIT_5972,15)),
-
- // Bushes
- REDBERRY_SEED(Items.REDBERRY_SEED_5101,"redberry bush seed",5,5,11.5,4.5,64.0,10,PatchType.BUSH_PATCH,Items.REDBERRIES_1951,Item(Items.CABBAGES10_5478,4)),
- CADAVABERRY_SEED(Items.CADAVABERRY_SEED_5102,"cadavaberry bush seed",15,6,18.0,7.0,102.5,22,PatchType.BUSH_PATCH,Items.CADAVA_BERRIES_753,Item(Items.TOMATOES5_5968,3)),
- DWELLBERRY_SEED(Items.DWELLBERRY_SEED_5103,"dwellberry bush seed",26,7,31.5,12.0,177.5,36,PatchType.BUSH_PATCH,Items.DWELLBERRIES_2126,Item(Items.STRAWBERRIES5_5406,3)),
- JANGERBERRY_SEED(Items.JANGERBERRY_SEED_5104,"jangerberry bush seed",38,8,50.5,19.0,284.5,48,PatchType.BUSH_PATCH,Items.JANGERBERRIES_247,Item(Items.WATERMELON_5982,6)),
- WHITEBERRY_SEED(Items.WHITEBERRY_SEED_5105,"whiteberry bush seed",51,8,78.0,29.0,437.5,59,PatchType.BUSH_PATCH,Items.WHITE_BERRIES_239,Item(Items.MUSHROOM_6004,8)),
- POISON_IVY_SEED(Items.POISON_IVY_SEED_5106,"poison ivy bush seed",197,8,120.0,45.0,675.0,70,PatchType.BUSH_PATCH,Items.POISON_IVY_BERRIES_6018,null),
-
- // Herbs
- GUAM_SEED(Items.GUAM_SEED_5291,"guam seed",4,4,11.0,12.5,0.0,9,PatchType.HERB_PATCH,Items.GRIMY_GUAM_199),
- MARRENTILL_SEED(Items.MARRENTILL_SEED_5292,"marrentill seed",11,4,13.5,15.0,0.0,14,PatchType.HERB_PATCH,Items.GRIMY_MARRENTILL_201),
- TARROMIN_SEED(Items.TARROMIN_SEED_5293,"tarromin seed",18,4,16.0,18.0,0.0,19,PatchType.HERB_PATCH,Items.GRIMY_TARROMIN_203),
- HARRALANDER_SEED(Items.HARRALANDER_SEED_5294,"harralander seed",25,4,21.5,24.0,0.0,26,PatchType.HERB_PATCH,Items.GRIMY_HARRALANDER_205),
- RANARR_SEED(Items.RANARR_SEED_5295,"ranarr seed",32,4,27.0,30.5,0.0,32,PatchType.HERB_PATCH,Items.GRIMY_RANARR_207),
- AVANTOE_SEED(Items.AVANTOE_SEED_5298,"avantoe seed",39,4,54.5,61.5,0.0,50,PatchType.HERB_PATCH,Items.GRIMY_AVANTOE_211),
- TOADFLAX_SEED(Items.TOADFLAX_SEED_5296,"toadflax seed",46,4,34.0,38.5,0.0,38,PatchType.HERB_PATCH,Items.GRIMY_TOADFLAX_3049),
- IRIT_SEED(Items.IRIT_SEED_5297,"irit seed",53,4,43.0,48.5,0.0,44,PatchType.HERB_PATCH,Items.GRIMY_IRIT_209),
- KWUARM_SEED(Items.KWUARM_SEED_5299,"kwuarm seed",68,4,69.0,78.0,0.0,56,PatchType.HERB_PATCH,Items.GRIMY_KWUARM_213),
- SNAPDRAGON_SEED(Items.SNAPDRAGON_SEED_5300,"snapdragon seed",75,4,87.5,98.5,0.0,62,PatchType.HERB_PATCH,Items.GRIMY_SNAPDRAGON_3051),
- CADANTINE_SEED(Items.CADANTINE_SEED_5301,"cadantine seed",82,4,106.5,120.0,0.0,67,PatchType.HERB_PATCH,Items.GRIMY_CADANTINE_215),
- LANTADYME_SEED(Items.LANTADYME_SEED_5302,"lantadyme seed",89,4,134.5,151.5,0.0,73,PatchType.HERB_PATCH,Items.GRIMY_LANTADYME_2485),
- DWARF_WEED_SEED(Items.DWARF_WEED_SEED_5303,"dwarf weed seed",96,4,170.5,192.0,0.0,79,PatchType.HERB_PATCH,Items.GRIMY_DWARF_WEED_217),
- TORSTOL_SEED(Items.TORSTOL_SEED_5304,"torstol seed",103,4,199.5,224.5,0.0,85,PatchType.HERB_PATCH,Items.GRIMY_TORSTOL_219),
- GOUT_TUBER(Items.GOUT_TUBER_6311,"gout tuber",192,4,105.0,45.0,0.0,29,PatchType.HERB_PATCH,Items.GOUTWEED_3261),
- SPIRIT_WEED_SEED(Items.SPIRIT_WEED_SEED_12176,"spirit weed seed", 204, 4, 32.0, 36.0, 0.0, 36, PatchType.HERB_PATCH, Items.GRIMY_SPIRIT_WEED_12174),
-
- // Special
- BELLADONNA_SEED(Items.BELLADONNA_SEED_5281, "belladonna seed", 4, 4, 91.0, 128.0, 0.0, 63, PatchType.BELLADONNA_PATCH, Items.CAVE_NIGHTSHADE_2398),
- MUSHROOM_SPORE(Items.MUSHROOM_SPORE_5282, "mushroom spore", 4, 6, 61.5, 57.7, 0.0, 53, PatchType.MUSHROOM_PATCH, Items.MUSHROOM_6004),
- CACTUS_SEED(Items.CACTUS_SEED_5280, "cactus seed", 8, 7, 66.5, 25.0, 374.0, 55, PatchType.CACTUS_PATCH, Items.CACTUS_SPINE_6016),
- EVIL_TURNIP_SEED(Items.EVIL_TURNIP_SEED_12148, "evil turnip seed", 4, 1, 41.0, 46.0, 0.0, 42, PatchType.EVIL_TURNIP_PATCH, Items.EVIL_TURNIP_12134),
- CALQUAT_SAPLING(Items.CALQUAT_SAPLING_5503, "calquat tree sapling", 4, 8, 130.5, 48.5, 12096.0, 72, PatchType.CALQUAT_TREE_PATCH, Items.CALQUAT_FRUIT_5980, Item(Items.POISON_IVY_BERRIES_6018, 8)),
- SPIRIT_SAPLING(Items.SPIRIT_SAPLING_5375, "spirit tree sapling", 8, 12, 199.5, 0.0, 19301.0, 83, PatchType.SPIRIT_TREE_PATCH, 0, Item(Items.MONKEY_NUTS_4012, 5), null, Item(Items.MONKEY_BAR_4014, 1), Item(Items.GROUND_TOOTH_9082, 1) )
- ;
-
- constructor(itemID: Int, displayName: String, value: Int, stages: Int, plantingXP: Double, harvestXP: Double, checkHealthXP: Double, requiredLevel: Int, applicablePatch: PatchType, harvestItem: Int, protectionFlower: Plantable)
- : this(itemID,displayName,value,stages,plantingXP,harvestXP,checkHealthXP,requiredLevel,applicablePatch,harvestItem,null,protectionFlower)
- companion object {
- @JvmField
- val plantables = values().map { it.itemID to it }.toMap()
-
- @JvmStatic
- fun forItemID(id: Int): Plantable?{
- return plantables[id]
- }
-
- @JvmStatic
- fun forItem(item: Item): Plantable?{
- return forItemID(item.id)
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/SeedOnPlantPot.kt b/Server/src/main/content/global/skill/farming/SeedOnPlantPot.kt
deleted file mode 100644
index 5f03a292f..000000000
--- a/Server/src/main/content/global/skill/farming/SeedOnPlantPot.kt
+++ /dev/null
@@ -1,113 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.game.node.Node
-import org.rs09.consts.Items
-import core.game.interaction.IntType
-import core.game.node.entity.player.Player
-import content.global.skill.farming.timers.*
-import core.game.interaction.InteractionListener
-import core.tools.prependArticle
-
-class SeedlingListener : InteractionListener {
- override fun defineListeners() {
- onUseWith(IntType.ITEM, TREE_SEEDS, Items.PLANT_POT_5354, handler = ::addSeedToPot)
- onUseWith(IntType.ITEM, TREE_SEEDLINGS, *WATERING_CANS, handler = ::waterSeedling)
- }
-
- fun addSeedToPot(player: Player, used: Node, with: Node) : Boolean {
- val seed = used.asItem() ?: return false
- val pot = with.asItem() ?: return false
-
- if (!inInventory(player, Items.GARDENING_TROWEL_5325)) {
- sendDialogue(player, "You need a gardening trowel on you to do this.")
- return false
- }
-
- val seedling = getSeedling(seed.id)
- if (seedling == -1) return false
- if (!removeItem(player, seed.id) || !removeItem(player, pot)) return true
- addItem(player, seedling)
- sendMessage(player, "You sow ${prependArticle(seed.name.lowercase())} in the plantpot.")
- sendMessage(player, "It needs watering before it will grow.")
- return true
- }
-
- fun waterSeedling(player: Player, used: Node, with: Node) : Boolean {
- val seedling = used.asItem() ?: return false
- val can = with.asItem() ?: return false
-
- val nextCan = can.id.getNext()
- val wateredSeedling = if (seedling.id > 5400) seedling.id + 8 else seedling.id + 6
-
- if (!removeItem(player, can) || !removeItem(player, seedling)) return false
- addItem(player, wateredSeedling)
- addItem(player, nextCan)
-
- var seedlings = getOrStartTimer (player)
- seedlings.addSeedling(wateredSeedling)
- return true
- }
-
- private fun Int.getNext(): Int {
- val index = WATERING_CANS.indexOf(this)
- if (index == -1) return Items.WATERING_CAN_5331
- return if (index != WATERING_CANS.size -1) WATERING_CANS[index + 1] else Items.WATERING_CAN_5331
- }
-
- fun getSeedling(id: Int) : Int {
- return when (id) {
- Items.ACORN_5312 -> Items.OAK_SEEDLING_5358
- Items.WILLOW_SEED_5313 -> Items.WILLOW_SEEDLING_5359
- Items.MAPLE_SEED_5314 -> Items.MAPLE_SEEDLING_5360
- Items.YEW_SEED_5315 -> Items.YEW_SEEDLING_5361
- Items.MAGIC_SEED_5316 -> Items.MAGIC_SEEDLING_5362
- Items.APPLE_TREE_SEED_5283 -> Items.APPLE_SEEDLING_5480
- Items.BANANA_TREE_SEED_5284 -> Items.BANANA_SEEDLING_5481
- Items.ORANGE_TREE_SEED_5285 -> Items.ORANGE_SEEDLING_5482
- Items.CURRY_TREE_SEED_5286 -> Items.CURRY_SEEDLING_5483
- Items.PINEAPPLE_SEED_5287 -> Items.PINEAPPLE_SEEDLING_5484
- Items.PAPAYA_TREE_SEED_5288 -> Items.PAPAYA_SEEDLING_5485
- Items.PALM_TREE_SEED_5289 -> Items.PALM_SEEDLING_5486
- Items.SPIRIT_SEED_5317 -> Items.SPIRIT_SEEDLING_5363
- Items.CALQUAT_TREE_SEED_5290 -> Items.CALQUAT_SEEDLING_5487
- else -> -1
- }
- }
-
- val TREE_SEEDS = intArrayOf(
- Items.ACORN_5312,
- Items.WILLOW_SEED_5313,
- Items.MAPLE_SEED_5314,
- Items.YEW_SEED_5315,
- Items.MAGIC_SEED_5316,
- Items.APPLE_TREE_SEED_5283,
- Items.BANANA_TREE_SEED_5284,
- Items.ORANGE_TREE_SEED_5285,
- Items.CURRY_TREE_SEED_5286,
- Items.PINEAPPLE_SEED_5287,
- Items.PAPAYA_TREE_SEED_5288,
- Items.PALM_TREE_SEED_5289,
- Items.SPIRIT_SEED_5317,
- Items.CALQUAT_TREE_SEED_5290
- )
-
- val TREE_SEEDLINGS = intArrayOf(
- Items.OAK_SEEDLING_5358,
- Items.WILLOW_SEEDLING_5359,
- Items.MAPLE_SEEDLING_5360,
- Items.YEW_SEEDLING_5361,
- Items.MAGIC_SEEDLING_5362,
- Items.APPLE_SEEDLING_5480,
- Items.BANANA_SEEDLING_5481,
- Items.ORANGE_SEEDLING_5482,
- Items.CURRY_SEEDLING_5483,
- Items.PINEAPPLE_SEEDLING_5484,
- Items.PAPAYA_SEEDLING_5485,
- Items.PALM_SEEDLING_5486,
- Items.SPIRIT_SEEDLING_5363,
- Items.CALQUAT_SEEDLING_5487,
- )
-
- private val WATERING_CANS = intArrayOf(Items.WATERING_CAN8_5340,Items.WATERING_CAN7_5339,Items.WATERING_CAN6_5338,Items.WATERING_CAN5_5337,Items.WATERING_CAN4_5336,Items.WATERING_CAN3_5335,Items.WATERING_CAN2_5334,Items.WATERING_CAN1_5333)
-}
diff --git a/Server/src/main/content/global/skill/farming/Seedling.kt b/Server/src/main/content/global/skill/farming/Seedling.kt
deleted file mode 100644
index a2e8f7a09..000000000
--- a/Server/src/main/content/global/skill/farming/Seedling.kt
+++ /dev/null
@@ -1,5 +0,0 @@
-package content.global.skill.farming
-
-class Seedling(val id: Int, val TTL: Long, val sapling: Int) {
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/Stump.kt b/Server/src/main/content/global/skill/farming/Stump.kt
deleted file mode 100644
index 60c9bab8a..000000000
--- a/Server/src/main/content/global/skill/farming/Stump.kt
+++ /dev/null
@@ -1,5 +0,0 @@
-package content.global.skill.farming
-
-class Stump(val varbit: Int, val TTL: Long) {
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/ToolLeprechaunDialogue.kt b/Server/src/main/content/global/skill/farming/ToolLeprechaunDialogue.kt
deleted file mode 100644
index 4ad7953f9..000000000
--- a/Server/src/main/content/global/skill/farming/ToolLeprechaunDialogue.kt
+++ /dev/null
@@ -1,187 +0,0 @@
-package content.global.skill.farming
-
-import content.minigame.vinesweeper.Vinesweeper
-import core.api.openInterface
-import core.game.dialogue.DialoguePlugin
-import core.game.dialogue.FacialExpression
-import core.game.dialogue.Topic
-import core.game.node.entity.player.Player
-import core.plugin.Initializable
-import core.tools.END_DIALOGUE
-import core.tools.START_DIALOGUE
-import org.rs09.consts.Components
-import org.rs09.consts.Items
-import org.rs09.consts.NPCs
-
-/**
- * Tool Leprechaun dialogue.
- * @author ovenbread
- *
- * This is really hard to find anything beyond the first dialogue.
- * https://www.youtube.com/watch?v=2wgWB9U5Ju8 0L25 May 19, 2010
- * https://www.youtube.com/watch?v=gqend8EibPs: 0:02 Nov 28, 2010
- * https://www.youtube.com/watch?v=6cnsQsVGzXI: 4:05 Feb 14, 2012 - The Leprechaun in Troll Stronghold!
- *
- * Note:
- * Ultracompost was introduced in 2017(OSRS) 2018(RS3), so it is not included.
- * Leprechaun Composting was only added in 2016, so it is also not included.
- */
-@Initializable
-class ToolLeprechaunDialogue(player: Player? = null) : DialoguePlugin(player) {
-
- override fun handle(interfaceId: Int, buttonId: Int): Boolean {
- when(stage) {
- START_DIALOGUE -> npc(FacialExpression.OLD_HAPPY, "Ah, 'tis a foine day to be sure! Can I help ye with tool", "storage, or a trip to Winkin's Farm, or what?").also { stage++ }
-
- 1 -> showTopics(
- Topic(FacialExpression.NEUTRAL, "Yes, please.", 10),
- Topic("What tools can you store?", 2, true),
- Topic(FacialExpression.NEUTRAL, "No thanks, I'll keep hold of my stuff.", 20),
- Topic("Can you take me to Winkin's Farm?", 30),
- // "Other topics." -> Lost City quest where is Shamus. Evil Tree Reward collection in late 2009.
- )
- 2 -> playerl(FacialExpression.THINKING, "What can you store?").also { stage++ }
- 3 -> npcl(FacialExpression.OLD_HAPPY, "We'll hold onto yer rake, yer seed dibber, yer spade, yer secateurs, yer waterin' can and yer trowel - but mind it's not one of them fancy trowels only archaeologists use!").also { stage++ }
- 4 -> npcl(FacialExpression.OLD_HAPPY, "We'll take a few buckets off yer hands too, and even yer compost and supercompost! There's room in our shed for plenty of compost, so bring it on.").also { stage++ }
- 5 -> npcl(FacialExpression.OLD_HAPPY, "Also if ye hands us yer farming produce, we might be able to change it into banknotes.").also { stage++ }
- 6 -> npcl(FacialExpression.OLD_HAPPY, "So... do ye want to be using the store?").also { stage++ }
- 7 -> showTopics(
- Topic(FacialExpression.NEUTRAL, "Yes, please.", 10),
- Topic("What do you do with the tools you're storing?", 11, true),
- Topic(FacialExpression.NEUTRAL, "No thanks, I'll keep hold of my stuff.", 20),
- Topic("Can you take me to Winkin's Farm?", 30),
- )
- 10 -> {
- end()
- openInterface(player, Components.FARMING_TOOLS_125)
- }
- 11 -> playerl(FacialExpression.THINKING, "What do you do with the tools you're storing? They can't possibly all fit in your pockets!").also { stage++ }
- 12 -> npcl(FacialExpression.OLD_HAPPY, "We leprechauns have a shed where we keep 'em. It's a magic shed, so ye can get yer items back from any of us leprechauns whenever ye want. Saves ye havin' to carry loads of stuff around the country!").also { stage++ }
- 13 -> npcl(FacialExpression.OLD_HAPPY, "So... do ye want to be using the store?").also { stage = 1 }
-
- 20 -> npcl(FacialExpression.OLD_NORMAL, "Ye must be dafter than ye look if ye likes luggin' yer tools everywhere ye goes!").also {
- stage = END_DIALOGUE
- }
- 30 -> {
- end()
- Vinesweeper.Companion.VinesweeperTeleport.teleport(npc!!, player!!)
- }
- }
- return true
- }
-
- override fun newInstance(player: Player?): DialoguePlugin {
- return ToolLeprechaunDialogue(player)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.TOOL_LEPRECHAUN_3021)
- }
-}
-
-/**
- * Note:
- * This Leprechaun Larry is a special case where he does NOT transport you to Winkin's farm, but has a store.
- */
-@Initializable
-class ToolLeprechaunOnVacationDialogue(player: Player? = null) : DialoguePlugin(player) {
-
- override fun handle(interfaceId: Int, buttonId: Int): Boolean {
- when(stage) {
- START_DIALOGUE -> npc(FacialExpression.OLD_HAPPY, "Aye, top o' th' mornin' to ya!", "Are ye wantin' help with th' tool store?").also {
- stage = 2
- }
- 2 -> showTopics(
- Topic(FacialExpression.NEUTRAL, "Yes please.", 10),
- Topic(FacialExpression.THINKING, "Why are you sunbathing up a mountain?", 3),
- Topic(FacialExpression.NEUTRAL, "No thanks, I'll keep hold of my stuff.", 20),
- Topic("Would you like to trade?", 12),
- )
- 3 -> npcl(FacialExpression.OLD_HAPPY, "We tool leprechauns work hard, that we do. An'nary a penny do we get in return. So ye cannae begrudge me mah holiday an' a wee drink or twelve!").also { stage++ }
- 4 -> playerl(FacialExpression.THINKING, "Yes, very nice, but why are you sunbathing up a mountain? Surely a beach would be more appropriate?").also { stage++ }
- 5 -> npcl(FacialExpression.OLD_HAPPY, "Ahh, but I likes th' ruggedy mountain, ye see. Also, I ha' a terrible allergy to sand.").also { stage++ }
- 6 -> playerl(FacialExpression.NEUTRAL, "Fair enough, I suppose.").also { stage++ }
- 7 -> npcl(FacialExpression.OLD_HAPPY, "So were ye wantin' help with th' tool store?").also { stage++ }
- 8 -> showTopics(
- Topic(FacialExpression.NEUTRAL, "Yes, please.", 10),
- Topic(FacialExpression.NEUTRAL, "No thanks, I'll keep hold of my stuff.", 20),
- )
- 10 -> {
- end()
- openInterface(player, Components.FARMING_TOOLS_125)
- }
- 12 -> npcl(FacialExpression.OLD_HAPPY, "Sure, have a look.").also { stage++ }
- 13 -> end().also{
- npc.openShop(player)
- }
- 20 -> npcl(FacialExpression.OLD_NORMAL, "Ye must be dafter than ye look if ye likes luggin' yer tools everywhere ye goes!").also {
- stage = END_DIALOGUE
- }
- }
- return true
- }
-
- override fun newInstance(player: Player?): DialoguePlugin {
- return ToolLeprechaunOnVacationDialogue(player)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.TOOL_LEPRECHAUN_4965)
- }
-}
-
-/**
- * This Leprechaun Goth should appear once you have Spirit of Summer done, but is currently defaulted as not.
- */
-@Initializable
-class ToolLeprechaunGothDialogue(player: Player? = null) : DialoguePlugin(player) {
-
- override fun handle(interfaceId: Int, buttonId: Int): Boolean {
- when(stage) {
- START_DIALOGUE -> npc(FacialExpression.HAPPY, "Ah, 'tis a foine day to be sure! Can I help ye with tool", "storage, or a trip to Winkin's Farm, or what?").also { stage++ }
-
- 1 -> showTopics(
- Topic(FacialExpression.NEUTRAL, "Yes, please.", 10),
- Topic("What tools can you store?", 2, true),
- Topic(FacialExpression.NEUTRAL, "No thanks, I'll keep hold of my stuff.", 20),
- Topic("Can you take me to Winkin's Farm?", 30),
- // "Other topics." -> Lost City quest where is Shamus. Evil Tree Reward collection in late 2009.
- )
- 2 -> playerl(FacialExpression.THINKING, "What can you store?").also { stage++ }
- 3 -> npcl(FacialExpression.HAPPY, "We'll hold onto yer rake, yer seed dibber, yer spade, yer secateurs, yer waterin' can and yer trowel - but mind it's not one of them fancy trowels only archaeologists use!").also { stage++ }
- 4 -> npcl(FacialExpression.HAPPY, "We'll take a few buckets off yer hands too, and even yer compost and supercompost! There's room in our shed for plenty of compost, so bring it on.").also { stage++ }
- 5 -> npcl(FacialExpression.HAPPY, "Also if ye hands us yer farming produce, we might be able to change it into banknotes.").also { stage++ }
- 6 -> npcl(FacialExpression.HAPPY, "So... do ye want to be using the store?").also { stage++ }
- 7 -> showTopics(
- Topic(FacialExpression.NEUTRAL, "Yes, please.", 10),
- Topic("What do you do with the tools you're storing?", 11, true),
- Topic(FacialExpression.NEUTRAL, "No thanks, I'll keep hold of my stuff.", 20),
- Topic("Can you take me to Winkin's Farm?", 30),
- )
- 10 -> {
- end()
- openInterface(player, Components.FARMING_TOOLS_125)
- }
- 11 -> playerl(FacialExpression.THINKING, "What do you do with the tools you're storing? They can't possibly all fit in your pockets!").also { stage++ }
- 12 -> npcl(FacialExpression.HAPPY, "We leprechauns have a shed where we keep 'em. It's a magic shed, so ye can get yer items back from any of us leprechauns whenever ye want. Saves ye havin' to carry loads of stuff around the country!").also { stage++ }
- 13 -> npcl(FacialExpression.HAPPY, "So... do ye want to be using the store?").also { stage = 1 }
-
- 20 -> npcl(FacialExpression.NEUTRAL, "Ye must be dafter than ye look if ye likes luggin' yer tools everywhere ye goes!").also {
- stage = END_DIALOGUE
- }
- 30 -> {
- end()
- Vinesweeper.Companion.VinesweeperTeleport.teleport(npc!!, player!!)
- }
- }
- return true
- }
-
- override fun newInstance(player: Player?): DialoguePlugin {
- return ToolLeprechaunGothDialogue(player)
- }
-
- override fun getIds(): IntArray {
- return intArrayOf(NPCs.GOTH_LEPRECHAUN_8000)
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/farming/ToolLeprechaunInterface.kt b/Server/src/main/content/global/skill/farming/ToolLeprechaunInterface.kt
deleted file mode 100644
index 29e0d719d..000000000
--- a/Server/src/main/content/global/skill/farming/ToolLeprechaunInterface.kt
+++ /dev/null
@@ -1,351 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.game.node.entity.player.Player
-import core.game.node.item.Item
-import org.rs09.consts.Components
-import org.rs09.consts.Items
-import core.game.interaction.InterfaceListener
-
-class ToolLeprechaunInterface : InterfaceListener {
- private val FARMING_TOOLS = Components.FARMING_TOOLS_125
- private val TOOLS_SIDE = Components.FARMING_TOOLS_SIDE_126
-
- override fun defineInterfaceListeners() {
-
- onOpen(FARMING_TOOLS) { player, component ->
- openSingleTab(player, TOOLS_SIDE)
- return@onOpen true
- }
-
- onClose(FARMING_TOOLS) { player, _ ->
- closeTabInterface(player)
- return@onClose true
- }
-
- on(FARMING_TOOLS) { player, _, opcode, buttonID, _, _ ->
- when (buttonID) {
- 33 -> doWithdrawal(player, Items.RAKE_5341, ::setHasRake, ::hasRake)
- 34 -> doWithdrawal(player, Items.SEED_DIBBER_5343, ::setHasDibber, ::hasDibber)
- 35 -> doWithdrawal(player, Items.SPADE_952, ::setHasSpade, ::hasSpade)
- 36 -> {
- val sec = if (hasMagicSecateurs(player)) Items.MAGIC_SECATEURS_7409 else Items.SECATEURS_5329
- doWithdrawal(player, sec, ::setHasSecateurs, ::hasSecateurs)
- }
- 37 -> {
- if (!hasWateringCan(player)) {
- sendMessage(player, "You haven't got a watering can stored in here!")
- } else {
- if (freeSlots(player) == 0) {
- sendMessage(player, "You don't have enough space for that.")
- }
- if (addItem(player, getWateringCan(player))) setNoWateringCan(player)
- }
- }
- 38 -> doWithdrawal(player, Items.GARDENING_TROWEL_5325, ::setHasGardeningTrowel, ::hasGardeningTrowel)
- 39 -> doStackedWithdrawal(player, Items.BUCKET_1925, getAmount(opcode), ::updateBuckets, ::getNumBuckets)
- 40 -> doStackedWithdrawal(player, Items.COMPOST_6032, getAmount(opcode), ::updateCompost, ::getNumCompost)
- 41 -> doStackedWithdrawal(player, Items.SUPERCOMPOST_6034, getAmount(opcode), ::updateSuperCompost, ::getNumSuperCompost)
- }
- return@on true
- }
-
- on(TOOLS_SIDE) { player, _, opcode, buttonID, _, _ ->
- when (buttonID) {
- 18 -> doDeposit(player, Items.RAKE_5341, ::setHasRake, ::hasRake)
- 19 -> doDeposit(player, Items.SEED_DIBBER_5343, ::setHasDibber, ::hasDibber)
- 20 -> doDeposit(player, Items.SPADE_952, ::setHasSpade, ::hasSpade)
- 21 -> {
- if (!inInventory(player, Items.SECATEURS_5329) && !inInventory(player, Items.MAGIC_SECATEURS_7409)) {
- sendMessage(player, "You haven't got any secateurs to store.")
- } else if (!hasSecateurs(player)) {
- if (inInventory(player, Items.MAGIC_SECATEURS_7409)) {
- removeItem(player, Items.MAGIC_SECATEURS_7409)
- setHasSecateurs(player,true)
- setHasMagicSecateurs(player,true)
- } else {
- removeItem(player, Items.SECATEURS_5329)
- setHasSecateurs(player,true)
- setHasMagicSecateurs(player,false)
- }
- } else {
- sendMessage(player, "You cannot store more than one pair of secateurs in here.")
- }
- }
- 22 -> {
- val can = getHighestCan(player)
- if (can == null) {
- sendMessage(player, "You haven't got a watering can to store.")
- } else if (!hasWateringCan(player)) {
- removeItem(player, can)
- setWateringCan(player,can)
- } else {
- sendMessage(player, "You cannot store more than one watering can in here.")
- }
- }
- 23 -> doDeposit(player, Items.GARDENING_TROWEL_5325, ::setHasGardeningTrowel, ::hasGardeningTrowel)
- 24 -> doStackedDeposit(player, Items.BUCKET_1925, getAmount(opcode), ::updateBuckets, ::getNumBuckets)
- 25 -> doStackedDeposit(player, Items.COMPOST_6032, getAmount(opcode), ::updateCompost, ::getNumCompost)
- 26 -> doStackedDeposit(player, Items.SUPERCOMPOST_6034, getAmount(opcode), ::updateSuperCompost, ::getNumSuperCompost)
- }
- return@on true
- }
-
- }
-
- private fun doWithdrawal(player: Player?, item: Int, withdrawMethod: (Player?, Boolean) -> Unit, checkMethod: (Player?) -> Boolean) {
- player ?: return
- if (!checkMethod.invoke(player)) {
- val determiner = if (getItemName(item).lowercase().endsWith("s")) "any" else "a"
- sendMessage(player, "You haven't got $determiner ${getItemName(item).lowercase()} stored in here!")
- } else {
- if (!hasSpaceFor(player, Item(item))) {
- sendMessage(player, "You don't have enough space for that.")
- return
- }
- withdrawMethod.invoke(player, false)
- addItem(player, item)
- }
- }
-
- private fun doDeposit(player: Player?, item: Int, depositMethod: (Player?, Boolean) -> Unit, checkMethod: (Player?) -> Boolean) {
- player ?: return
- if (!inInventory(player, item)) {
- val determiner = if (getItemName(item).lowercase().endsWith("s")) "any" else "a"
- sendMessage(player, "You haven't got $determiner ${getItemName(item).lowercase()} to store.")
- return
- }
- if (!checkMethod.invoke(player)) {
- depositMethod.invoke(player, true)
- removeItem(player, item)
- } else {
- val itemName = when (item) {
- // secateurs and watering cans are handled separately
- Items.RAKE_5341 -> "rake"
- Items.SEED_DIBBER_5343 -> "dibber"
- Items.SPADE_952 -> "spade"
- Items.GARDENING_TROWEL_5325 -> "trowel"
- else -> getItemName(item).lowercase()
- }
- sendMessage(player, "You cannot store more than one $itemName in here.")
- }
- }
-
- private fun doStackedDeposit(player: Player?, item: Int, amount: Int, updateQuantityMethod: (Player?, Int) -> Unit, quantityCheckMethod: (Player?) -> Int) {
- player ?: return
- val hasAmount = amountInInventory(player, item)
- var finalAmount = amount
- val spaceLeft = (if (item == Items.BUCKET_1925) 31 else 255) - quantityCheckMethod.invoke(player)
-
- if (hasAmount == 0) {
- val itemName = if (item == Items.BUCKET_1925) "buckets" else getItemName(item).lowercase()
- sendMessage(player, "You haven't got any $itemName to store.")
- return
- }
-
- if (amount == -2) {
- sendInputDialogue(player, true, "Enter the amount:") { value ->
- var amt = value as Int
- if (amt > hasAmount) {
- amt = hasAmount
- }
- if (amt > spaceLeft) {
- amt = spaceLeft
- }
- if (removeItem(player, Item(item, amt))) updateQuantityMethod.invoke(player, amt)
- }
- return
- }
-
- if (amount == -1) {
- finalAmount = hasAmount
- if (finalAmount > spaceLeft) {
- finalAmount = spaceLeft
- }
- }
-
- if (finalAmount > hasAmount) {
- finalAmount = hasAmount
- }
-
- if (finalAmount > spaceLeft) {
- if (item == Items.BUCKET_1925) {
- sendMessage(player, "You can't store that many buckets in here.")
- } else {
- sendMessage(player, "You can't store that much ${getItemName(item).lowercase()} in here.")
- }
- return
- }
-
- removeItem(player, Item(item, finalAmount))
- updateQuantityMethod.invoke(player,finalAmount)
- }
-
- private fun doStackedWithdrawal(player: Player?, item: Int, amount: Int, updateQuantityMethod: (Player?, Int) -> Unit, quantityCheckMethod: (Player?) -> Int) {
- player ?: return
- val hasAmount = quantityCheckMethod.invoke(player)
- var finalAmount = amount
-
- if (hasAmount == 0) {
- val itemName = if (item == Items.BUCKET_1925) "buckets" else getItemName(item).lowercase()
- sendMessage(player, "You haven't got any $itemName stored in here!")
- return
- }
-
- if (amount == -2) {
- sendInputDialogue(player, InputType.AMOUNT, "Enter the amount:") { value ->
- var amt = value as Int
- if (amt > hasAmount) {
- amt = hasAmount
- }
- if (amt > freeSlots(player)) {
- amt = freeSlots(player)
- }
- if (amt <= 0) {
- sendMessage(player, "You don't have enough inventory space for that.")
- } else {
- addItem(player, item, amt)
- updateQuantityMethod.invoke(player, -amt)
- }
- }
- return
- }
- if (amount == -1) {
- finalAmount = freeSlots(player)
- }
- if (finalAmount > hasAmount) {
- finalAmount = hasAmount
- }
- if (!hasSpaceFor(player, Item(item, finalAmount)) || finalAmount == 0) {
- sendMessage(player, "You don't have enough inventory space for that.")
- return
- }
- addItem(player, item, finalAmount)
- updateQuantityMethod.invoke(player, -finalAmount)
- }
-
- fun getAmount(opcode: Int): Int {
- return when (opcode) {
- 155 -> 1
- 196 -> 5
- 124 -> -1
- 199 -> -2
- else -> 0
- }
- }
-
- private fun hasRake(player: Player?): Boolean {
- return getVarbit(player!!, 1435) == 1
- }
-
- private fun setHasRake(player: Player?, hasRake: Boolean) {
- setVarbit(player!!, 1435, if (hasRake) 1 else 0, true)
- }
-
- private fun hasDibber(player: Player?): Boolean {
- return getVarbit(player!!, 1436) == 1
- }
-
- private fun setHasDibber(player: Player?, hasDibber: Boolean) {
- setVarbit(player!!, 1436, if (hasDibber) 1 else 0, true)
- }
-
- private fun hasSpade(player: Player?): Boolean {
- return getVarbit(player!!, 1437) == 1
- }
-
- private fun setHasSpade(player: Player?, hasSpade: Boolean) {
- setVarbit(player!!, 1437, if (hasSpade) 1 else 0, true)
- }
-
- private fun hasSecateurs(player: Player?): Boolean {
- return getVarbit(player!!, 1438) == 1
- }
-
- private fun setHasSecateurs(player: Player?, hasSecateurs: Boolean) {
- setVarbit(player!!, 1438, if (hasSecateurs) 1 else 0, true)
- }
-
- private fun hasWateringCan(player: Player?): Boolean {
- return getVarbit(player!!, 1439) > 0
- }
-
- private fun getWateringCan(player: Player?): Int {
- var can = getVarbit(player!!, 1439) //Watering cans are stored in the Varp as a number between 1 and 9. Watering Can(0) is 1 and Watering Can(8) is 9
- if (can == 1) can = 0
- return Items.WATERING_CAN_5331 + can
- }
-
- private fun setWateringCan(player: Player?, item: Item) {
- val can = when (item.id) {
- Items.WATERING_CAN_5331 -> 1
- Items.WATERING_CAN1_5333 -> 2
- Items.WATERING_CAN2_5334 -> 3
- Items.WATERING_CAN3_5335 -> 4
- Items.WATERING_CAN4_5336 -> 5
- Items.WATERING_CAN5_5337 -> 6
- Items.WATERING_CAN6_5338 -> 7
- Items.WATERING_CAN7_5339 -> 8
- Items.WATERING_CAN8_5340 -> 9
- else -> 0
- }
- setVarbit(player!!, 1439, can, true)
- }
-
- private fun setNoWateringCan(player: Player?) {
- setVarbit(player!!, 1439, 0, true)
- }
-
- private fun hasGardeningTrowel(player: Player?): Boolean {
- return getVarbit(player!!, 1440) == 1
- }
-
- private fun setHasGardeningTrowel(player: Player?, hasTrowel: Boolean) {
- setVarbit(player!!, 1440, if (hasTrowel) 1 else 0, true)
- }
-
- private fun getNumBuckets(player: Player?): Int {
- return getVarbit(player!!, 1441)
- }
-
- private fun updateBuckets(player: Player?, amount: Int) {
- setVarbit(player!!, 1441, getNumBuckets(player) + amount, true)
- }
-
- private fun getNumCompost(player: Player?): Int {
- return getVarbit(player!!, 1442)
- }
-
- private fun updateCompost(player: Player?, amount: Int) {
- setVarbit(player!!, 1442, getNumCompost(player) + amount, true)
- }
-
- private fun getNumSuperCompost(player: Player?): Int {
- return getVarbit(player!!, 1443)
- }
-
- private fun updateSuperCompost(player: Player?, amount: Int) {
- setVarbit(player!!, 1443, getNumSuperCompost(player) + amount, true)
- }
-
- private fun hasMagicSecateurs(player: Player?): Boolean {
- return getVarbit(player!!, 1848) == 1
- }
-
- private fun setHasMagicSecateurs(player: Player?, hasMagic: Boolean) {
- setVarbit(player!!, 1848, if (hasMagic) 1 else 0, true)
- }
-
- private fun getHighestCan(player: Player?): Item? {
- player ?: return null
- var highestCan = Item(0)
- for (item in player.inventory.toArray()) {
- if (item == null) continue
- if (item.name.contains("Watering")) {
- if (item.id > highestCan.id) highestCan = item
- }
- }
- return if (highestCan.id == 0) null else highestCan
- }
-
-}
diff --git a/Server/src/main/content/global/skill/farming/UseWithBinHandler.kt b/Server/src/main/content/global/skill/farming/UseWithBinHandler.kt
deleted file mode 100644
index 8d557e9b6..000000000
--- a/Server/src/main/content/global/skill/farming/UseWithBinHandler.kt
+++ /dev/null
@@ -1,104 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.game.system.task.Pulse
-import core.game.world.update.flag.context.Animation
-import org.rs09.consts.Items
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-
-class UseWithBinHandler : InteractionListener {
- @JvmField
- val allowedNodes = ArrayList(100)
- val fillAnim = Animation(832)
- val compostPotionAnimation = Animation(2259)
- val scoopAnimation = Animation(8905)
-
- val bins = 7836..7840
-
- override fun defineListeners() {
- loadNodes()
- onUseWith(IntType.SCENERY, allowedNodes.toIntArray(), *bins.toIntArray()) { player, usedNode, with ->
- val cBin = CompostBins.forObject(with.asScenery()) ?: return@onUseWith true
- val bin = cBin.getBinForPlayer(player)
- val used = usedNode.id
-
-
- when (used) {
- Items.COMPOST_POTION1_6476, Items.COMPOST_POTION2_6474, Items.COMPOST_POTION3_6472, Items.COMPOST_POTION4_6470 -> {
- if (!bin.isSuperCompost && bin.isFinished && !bin.isClosed) {
- animate(player, compostPotionAnimation)
- submitIndividualPulse(player, object : Pulse(compostPotionAnimation.duration) {
- override fun pulse(): Boolean {
- if (removeItem(player, usedNode.asItem())) {
- bin.convert()
- addItem(player, used.getNext())
- }
- return true
- }
- })
- } else {
- sendDialogue(player, "You can only do this with an open bin of finished regular compost.")
- }
- }
-
- Items.BUCKET_1925 -> {
- if (bin.isFinished && !bin.isClosed) {
- submitIndividualPulse(player, object : Pulse(scoopAnimation.duration) {
- override fun pulse(): Boolean {
- if (!player.inventory.containsItem(usedNode.asItem())) return true
- animate(player, scoopAnimation)
- val item = bin.takeItem()
- if (item != null && removeItem(player, usedNode.asItem())) {
- player.inventory.add(item)
- }
- return item == null || !player.inventory.containsItem(usedNode.asItem())
- }
- })
- } else {
- sendDialogue(player, "You can only scoop an opened bin of finished compost.")
- }
- }
-
- else ->
- if (bin.isFull()) {
- sendMessage(player, "This compost bin is already full.")
- return@onUseWith true
- } else if (!bin.isFinished) {
- submitIndividualPulse(player, object : Pulse(fillAnim.duration) {
- override fun pulse(): Boolean {
- animate(player, fillAnim)
- if (removeItem(player, usedNode.asItem())) {
- bin.addItem(usedNode.asItem())
- }
- return bin.isFull() || player.inventory.getAmount(usedNode.asItem()) == 0
- }
- })
- } else {
- sendDialogue(player, "The compost bin must be empty of compost before you can put new items in it.")
- }
- }
- return@onUseWith true
- }
- }
-
- fun loadNodes() {
- for (p in Plantable.values()) {
- if (p.harvestItem != Items.SCARECROW_6059) {
- allowedNodes.add(p.harvestItem)
- }
- }
- allowedNodes.add(Items.COCONUT_SHELL_5978)
- allowedNodes.add(Items.WEEDS_6055)
- allowedNodes.add(Items.COMPOST_POTION4_6470)
- allowedNodes.add(Items.COMPOST_POTION3_6472)
- allowedNodes.add(Items.COMPOST_POTION2_6474)
- allowedNodes.add(Items.COMPOST_POTION1_6476)
- allowedNodes.add(Items.BUCKET_1925)
- }
-
- private fun Int.getNext(): Int {
- if (this != 6476) return this + 2
- else return Items.VIAL_229
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/UseWithPatchHandler.kt b/Server/src/main/content/global/skill/farming/UseWithPatchHandler.kt
deleted file mode 100644
index e443ad061..000000000
--- a/Server/src/main/content/global/skill/farming/UseWithPatchHandler.kt
+++ /dev/null
@@ -1,362 +0,0 @@
-package content.global.skill.farming
-
-import core.api.*
-import core.game.node.entity.player.link.diary.DiaryType
-import core.game.node.entity.skill.Skills
-import core.game.node.item.Item
-import core.game.system.task.Pulse
-import org.rs09.consts.Items
-import core.game.interaction.IntType
-import core.game.interaction.InteractionListener
-import core.game.interaction.QueueStrength
-import core.tools.StringUtils
-import core.tools.prependArticle
-import org.rs09.consts.Sounds
-import content.data.Quests
-
-class UseWithPatchHandler : InteractionListener {
- val RAKE = Items.RAKE_5341
- val SEED_DIBBER = Items.SEED_DIBBER_5343
- val SPADE = Items.SPADE_952
- val SECATEURS = Items.SECATEURS_5329
- val MAGIC_SECATEURS = Items.MAGIC_SECATEURS_7409
- val TROWEL = Items.GARDENING_TROWEL_5325
- val spadeDigAnim = getAnimation(830)
- val trowelDigAnim = getAnimation(2272)
- val pourBucketAnim = getAnimation(2283)
- val seedDibberAnim = getAnimation(2291)
- val wateringCanAnim = getAnimation(2293)
- val plantCureAnim = getAnimation(2288)
- val secateursTreeAnim = getAnimation(2277)
- val magicSecateursTreeAnim = getAnimation(3340)
-
- @JvmField
- val allowedNodes = ArrayList()
-
- override fun defineListeners() {
- loadNodes()
- onUseWith(IntType.SCENERY, allowedNodes.toIntArray(), *FarmingPatch.patchNodes.toIntArray()) { player, used, with ->
- val patch = FarmingPatch.forObject(with.asScenery()) ?: return@onUseWith true
- val usedItem = used.asItem()
- val trimmablePatches = arrayOf(PatchType.TREE_PATCH, PatchType.BUSH_PATCH, PatchType.FRUIT_TREE_PATCH, PatchType.SPIRIT_TREE_PATCH, PatchType.CALQUAT_TREE_PATCH)
-
- if (patch == FarmingPatch.TROLL_STRONGHOLD_HERB) {
- if (!hasRequirement(player, Quests.MY_ARMS_BIG_ADVENTURE))
- return@onUseWith true
- }
-
- player.faceLocation(with.location)
- when (usedItem.id) {
- RAKE -> PatchRaker.rake(player,patch)
- SEED_DIBBER -> sendMessage(player, "I should plant a seed, not the seed dibber.")
- SPADE -> {
- val anim = spadeDigAnim
- val p = patch.getPatchFor(player)
- if (p.isDead) {
- sendMessage(player, "You start digging the farming patch...")
- queueScript(player, 0, QueueStrength.WEAK) { stage: Int ->
- when (stage) {
- 0 -> {
- animate(player, anim)
- playAudio(player, Sounds.DIGSPADE_1470)
- return@queueScript delayScript(player,anim.duration + 2)
- }
- 1 -> {
- animate(player, anim)
- playAudio(player, Sounds.DIGSPADE_1470)
- return@queueScript delayScript(player, anim.duration + 1)
- }
- 2 -> {
- p.clear()
- sendMessage(player, "You have successfully cleared this patch for new crops.")
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- } else {
- openDialogue(player, 67984003, patch.getPatchFor(player)) // DigUpPatchDialogue.kt
- }
- }
- SECATEURS, MAGIC_SECATEURS -> {
- val p = patch.getPatchFor(player)
- if (patch.type in trimmablePatches) {
- if (p.isDiseased && !p.isDead) {
- submitIndividualPulse(player, object: Pulse() {
- override fun pulse(): Boolean {
- if (usedItem.id == SECATEURS) animate(player, secateursTreeAnim) else animate(player, magicSecateursTreeAnim)
- p.cureDisease()
- return true
- }
- })
- } else if (p.plantable == Plantable.WILLOW_SAPLING && p.harvestAmt > 0) {
- val pulse = CropHarvester.harvestPulse(player, with, Items.WILLOW_BRANCH_5933) ?: return@onUseWith false
- submitIndividualPulse(player, pulse)
- }
- }
- }
- TROWEL, Items.PLANT_POT_5350 -> {
- if (!inInventory(player, TROWEL)) {
- sendMessage(player, "You need a trowel to fill plant pots with dirt.")
- return@onUseWith true
- }
- val p = patch.getPatchFor(player)
- if (!p.isWeedy() && !p.isEmptyAndWeeded()) {
- sendMessage(player, "This patch has something growing in it.")
- return@onUseWith true
- } else if (p.currentGrowthStage != 3) {
- sendMessage(player, "I should clear this of weeds before trying to take some dirt.")
- return@onUseWith true
- }
-
- val potAmount = amountInInventory(player, Items.PLANT_POT_5350)
-
- if (potAmount == 0) {
- sendMessage(player, "You have no plant pots to fill.")
- return@onUseWith true
- }
-
- val anim = trowelDigAnim
-
- submitIndividualPulse(player, object : Pulse(anim.duration) {
- override fun pulse(): Boolean {
- if (removeItem(player, Items.PLANT_POT_5350)) {
- animate(player, anim)
- addItem(player, Items.PLANT_POT_5354)
- } else return true
- return false
- }
- })
- }
-
- Items.PLANT_CURE_6036 -> {
- val p = patch.getPatchFor(player)
- val patchName = p.patch.type.displayName()
- if (p.isDiseased && !p.isDead && patch.type !in trimmablePatches) {
- sendMessage(player, "You treat the $patchName with the plant cure.")
- queueScript(player, 0, QueueStrength.WEAK) { stage: Int ->
- when (stage) {
- 0 -> {
- animate(player, plantCureAnim)
- playAudio(player, Sounds.FARMING_PLANTCURE_2438)
- return@queueScript delayScript(player, plantCureAnim.duration / 2)
- }
- 1 -> {
- if (removeItem(player, usedItem)) {
- addItem(player, Items.VIAL_229)
- p.cureDisease()
- sendMessage(player, "It is restored to health.")
- }
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- } else {
- sendMessage(player, "I have no reason to do this right now.")
- }
- }
-
- Items.WATERING_CAN_5331,Items.WATERING_CAN1_5333,Items.WATERING_CAN2_5334,Items.WATERING_CAN3_5335,Items.WATERING_CAN4_5336,Items.WATERING_CAN5_5337,Items.WATERING_CAN6_5338,Items.WATERING_CAN7_5339,Items.WATERING_CAN8_5340 -> {
- val p = patch.getPatchFor(player)
- val t = p.patch.type
- if (t == PatchType.ALLOTMENT || t == PatchType.FLOWER_PATCH || t == PatchType.HOPS_PATCH) {
- submitIndividualPulse(player, object : Pulse() {
- override fun pulse(): Boolean {
- if (p.isWeedy() || p.isEmptyAndWeeded()) {
- sendMessage(player, "You should grow something first.")
- return true
- }
- if (p.isWatered || p.isGrown() || p.plantable == Plantable.SCARECROW) {
- sendMessage(player, "This patch doesn't need watering.")
- return true
- }
- if (p.isDiseased || p.isDead) {
- sendMessage(player, "Water isn't going to cure that!")
- return true
- }
- if (usedItem.id == Items.WATERING_CAN_5331) {
- sendMessage(player, "You need to fill the watering can first.")
- return true
- }
- animate(player, wateringCanAnim)
- playAudio(player, Sounds.FARMING_WATERING_2446)
- if (removeItem(player, usedItem)) {
- addItem(player, usedItem.id.getNext())
- p.water()
- }
- return true
- }
- })
- } else {
- sendMessage(player, "This patch doesn't need watering.")
- }
- }
-
- Items.SUPERCOMPOST_6034, Items.COMPOST_6032 -> {
- val p = patch.getPatchFor(player)
- val patchName = p.patch.type.displayName()
-
- if (!p.isEmptyAndWeeded()) {
- sendMessage(player, "This patch needs to be empty and weeded to do that.")
- } else if (p.compost == CompostType.NONE) {
- animate(player, pourBucketAnim)
- playAudio(player, Sounds.FARMING_COMPOST_2427)
- runTask(player) {
- if (player.inventory.remove(usedItem,false)) {
- sendMessage(player, "You treat the $patchName with ${usedItem.name.lowercase()}.")
- p.compost = if (usedItem.id == Items.SUPERCOMPOST_6034) CompostType.SUPERCOMPOST else CompostType.COMPOST
- if (p.compost == CompostType.SUPERCOMPOST) rewardXP(player, Skills.FARMING, 26.0) else rewardXP(player, Skills.FARMING, 18.5)
- if (p.plantable != null && p.plantable?.applicablePatch != PatchType.FLOWER_PATCH) {
- p.harvestAmt += if (p.compost == CompostType.COMPOST) 1 else if (p.compost == CompostType.SUPERCOMPOST) 2 else 0
- }
- p.cropLives += if (p.compost == CompostType.SUPERCOMPOST) 2 else 1
- addItem(player, Items.BUCKET_1925)
- }
- return@runTask
- }
- } else {
- sendMessage(player, "This $patchName has already been treated with ${p.compost.name.lowercase()}.")
- }
- }
-
- else -> {
- val plantable = Plantable.forItemID(usedItem.id) ?: return@onUseWith false
-
- if (plantable.applicablePatch != patch.type) {
- val plantableNamePlural = StringUtils.plusS(plantable.displayName)
- val patchType = if (plantable.applicablePatch == PatchType.ALLOTMENT) "a vegetable patch" else prependArticle(plantable.applicablePatch.displayName())
- sendMessage(player, "You can only plant $plantableNamePlural in $patchType.")
- return@onUseWith true
- }
-
- if (!hasLevelDyn(player, Skills.FARMING, plantable.requiredLevel)) {
- sendMessage(player, "You need a Farming level of ${plantable.requiredLevel} to plant this.")
- return@onUseWith true
- }
-
- val p = patch.getPatchFor(player)
- if (p.getCurrentState() < 3 && p.isWeedy()) {
- sendMessage(player, "This patch needs weeding first.")
- return@onUseWith true
- } else if (p.getCurrentState() > 3) {
- sendMessage(player, "There is already something growing in this patch.")
- return@onUseWith true
- }
-
- val plantItem = when (patch.type) {
- PatchType.ALLOTMENT -> Item(plantable.itemID, 3)
- PatchType.HOPS_PATCH -> if (plantable == Plantable.JUTE_SEED) Item(plantable.itemID, 3) else Item(plantable.itemID, 4)
- else -> Item(plantable.itemID,1)
- }
-
- if (!player.inventory.containsItem(plantItem)) {
- val seedPlural = if (plantItem.amount == 1) "seed" else "seeds"
- sendMessage(player, "You need ${plantItem.amount} $seedPlural to plant ${prependArticle(patch.type.displayName())}.")
- return@onUseWith true
- }
-
- /*if (patch == FarmingPatch.WILDERNESS_FLOWER && plantable != Plantable.LIMPWURT_SEED){
- return@onUseWith true
- }*/
-
- val requiredItem = when (patch.type) {
- PatchType.TREE_PATCH, PatchType.FRUIT_TREE_PATCH, PatchType.SPIRIT_TREE_PATCH, PatchType.CALQUAT_TREE_PATCH -> Items.SPADE_952
- PatchType.FLOWER_PATCH -> if (plantable == Plantable.SCARECROW) null else Items.SEED_DIBBER_5343
- else -> Items.SEED_DIBBER_5343
- }
- if (requiredItem != null && !inInventory(player, requiredItem)) {
- sendDialogue(player, "You need ${prependArticle(requiredItem.asItem().name.lowercase())} to plant that.")
- return@onUseWith true
- }
- val spiritTreePlanted = (getVarbit(player, 720) > 3 || getVarbit(player, 722) > 3 || getVarbit(player, 724) > 3)
- if (plantable == Plantable.SPIRIT_SAPLING && spiritTreePlanted){
- sendDialogue(player, "You already have a spirit tree. You can't plant another one.")
- return@onUseWith true
- }
-
- queueScript(player, 0, QueueStrength.WEAK) { stage: Int ->
- when (stage) {
- 0 -> {
- val (anim, sound) = when (requiredItem) {
- Items.SPADE_952 -> Pair(spadeDigAnim, Sounds.DIGSPADE_1470)
- else -> Pair(seedDibberAnim,Sounds.FARMING_DIBBING_2432)
- }
- animate(player, anim)
- playAudio(player, sound)
- val delay = if (patch.type == PatchType.TREE_PATCH || patch.type == PatchType.FRUIT_TREE_PATCH || patch.type == PatchType.SPIRIT_TREE_PATCH ||
- patch.type == PatchType.CALQUAT_TREE_PATCH || plantable == Plantable.SCARECROW) 3 else 0
- return@queueScript delayScript(player,anim.duration + delay)
- }
- 1 -> {
- if (removeItem(player, plantItem)) {
- if (plantable == Plantable.JUTE_SEED && patch == FarmingPatch.MCGRUBOR_HOPS && !player.achievementDiaryManager.hasCompletedTask(DiaryType.SEERS_VILLAGE, 0, 7)) {
- player.achievementDiaryManager.finishTask(player, DiaryType.SEERS_VILLAGE, 0, 7)
- }
- p.plant(plantable)
- rewardXP(player, Skills.FARMING, plantable.plantingXP)
- p.setNewHarvestAmount()
- if (p.patch.type == PatchType.TREE_PATCH || p.patch.type == PatchType.FRUIT_TREE_PATCH || p.patch.type == PatchType.SPIRIT_TREE_PATCH) {
- addItem(player, Items.PLANT_POT_5350)
- }
-
- val itemAmount =
- if (p.patch.type == PatchType.TREE_PATCH || p.patch.type == PatchType.FRUIT_TREE_PATCH || p.patch.type == PatchType.SPIRIT_TREE_PATCH) "the"
- else if (plantItem.amount == 1) "a"
- else plantItem.amount
- val itemName =
- if (plantItem.amount == 1) plantable.displayName else StringUtils.plusS(
- plantable.displayName
- )
- val patchName = p.patch.type.displayName()
- if (plantable == Plantable.SCARECROW) {
- sendMessage(player, "You place the scarecrow in the $patchName.")
- } else {
- sendMessage(player, "You plant $itemAmount $itemName in the $patchName.")
- }
- }
- return@queueScript stopExecuting(player)
- }
- else -> return@queueScript stopExecuting(player)
- }
- }
- }
- }
- return@onUseWith true
- }
- }
-
- fun loadNodes() {
- for (p in Plantable.values()) {
- allowedNodes.add(p.itemID)
- }
- allowedNodes.addAll(
- arrayListOf(
- RAKE,
- SEED_DIBBER,
- SPADE,
- SECATEURS,
- MAGIC_SECATEURS,
- TROWEL,
- Items.SUPERCOMPOST_6034,
- Items.COMPOST_6032,
- Items.PLANT_CURE_6036,
- Items.WATERING_CAN_5331,
- Items.WATERING_CAN1_5333,
- Items.WATERING_CAN2_5334,
- Items.WATERING_CAN3_5335,
- Items.WATERING_CAN4_5336,
- Items.WATERING_CAN5_5337,
- Items.WATERING_CAN6_5338,
- Items.WATERING_CAN7_5339,
- Items.WATERING_CAN8_5340,
- Items.PLANT_POT_5350
- )
- )
- }
-
- private fun Int.getNext(): Int {
- if (this == Items.WATERING_CAN1_5333) return Items.WATERING_CAN_5331
- else return this - 1
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/timers/Compost.kt b/Server/src/main/content/global/skill/farming/timers/Compost.kt
deleted file mode 100644
index cc69490a0..000000000
--- a/Server/src/main/content/global/skill/farming/timers/Compost.kt
+++ /dev/null
@@ -1,65 +0,0 @@
-package content.global.skill.farming.timers
-
-import core.api.*
-import core.game.system.timer.*
-import org.json.simple.*
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-import content.global.skill.farming.*
-
-class Compost : PersistTimer (500, "farming:compost", isSoft = true) {
- private val binMap = HashMap()
- lateinit var player: Player
-
- override fun onRegister (entity: Entity) {
- player = (entity as? Player)!!
- }
-
- override fun getInitialRunDelay() : Int {
- return 1 //run once immediately after log in to complete any pending-but-enough-time-has-passed bins.
- }
-
- override fun run (entity: Entity) : Boolean {
- val removeList = ArrayList ()
- for((cBin,bin) in binMap){
- if(bin.isReady() && !bin.isFinished){
- bin.finish()
- }
- else if (bin.isDefaultState())
- removeList.add(cBin)
- }
- removeList.forEach { binMap.remove(it) }
- removeList.clear()
-
- return binMap.isNotEmpty()
- }
-
- fun getBin (bin: CompostBins) : CompostBin{
- return binMap[bin] ?: (CompostBin (player, bin).also { binMap[bin] = it })
- }
-
- fun getBins(): MutableCollection{
- return binMap.values
- }
-
- override fun save (root: JSONObject, entity: Entity) {
- val bins = JSONArray()
- for((key,bin) in binMap){
- val b = JSONObject()
- b.put("bin-ordinal",key.ordinal)
- bin.save(b)
- bins.add(b)
- }
- root.put("bins", bins)
- }
-
- override fun parse (root: JSONObject, entity: Entity) {
- (root["bins"] as JSONArray).forEach {
- val bin = it as JSONObject
- val binOrdinal = bin["bin-ordinal"].toString().toInt()
- val cBin = CompostBins.values()[binOrdinal]
- val b = CompostBin ((entity as? Player)!!, cBin).also { binMap[cBin] = it }
- b.parse(bin["binData"] as JSONObject)
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/timers/CropGrowth.kt b/Server/src/main/content/global/skill/farming/timers/CropGrowth.kt
deleted file mode 100644
index 3cc14cd55..000000000
--- a/Server/src/main/content/global/skill/farming/timers/CropGrowth.kt
+++ /dev/null
@@ -1,155 +0,0 @@
-package content.global.skill.farming.timers
-
-import core.tools.*
-import core.game.system.timer.*
-import org.json.simple.*
-import core.game.node.entity.Entity
-import core.game.node.entity.player.Player
-import content.global.skill.farming.*
-import java.util.concurrent.TimeUnit
-import java.time.*
-
-class CropGrowth : PersistTimer (500, "farming:crops", isSoft = true) {
- private val patchMap = HashMap()
- lateinit var player: Player
-
- override fun onRegister (entity: Entity) {
- player = (entity as? Player)!!
- runOfflineCatchupLogic()
- }
-
- //Sync the 5 minute run cycles with :05 on realtime clocks - authentic
- override fun getInitialRunDelay() : Int {
- val now = LocalTime.now()
- val minsUntil5MinSync = 5 - (now.getMinute() % 5)
- val ticks = secondsToTicks (minsUntil5MinSync * 60)
- player.debug("[CropGrowth] Scheduled first growth cycle for $ticks ticks from now.")
- return ticks
- }
-
- override fun run (entity: Entity) : Boolean {
- var removeList = ArrayList()
- for((fp,patch) in patchMap){
- if(patch.getCurrentState() in 1..3 && patch.nextGrowth == 0L){
- patch.nextGrowth = System.currentTimeMillis() + 60000
- continue
- }
-
- //Go ahead and grow anything within 4 minutes of the 5-minute-synced growth cycles, bringing out-of-sync patches into sync.
- //This seems to be authentic as well, with the RS wiki sometimes stating 20-minute patches can grow in as little as 7 minutes depending on timing of planting
- //It also makes sense, as otherwise if you e.g. planted something at 10:34 that takes 5 minutes to grow, it would take 6 minutes in reality instead of 5.
- //Another more extreme example is if you planted something at 10:31 that takes 5 minutes to grow. 10:35 comes around, it hasn't been 5 minutes, so it doesn't grow, meaning
- //it actually grows at 10:40, an extra 4 minutes.
- //this code makes it so crops planted both at 10:31 and 10:34 grow at 10:35 if they are supposed to take 5 minutes for each stage.
- if(patch.nextGrowth < (System.currentTimeMillis() + 240_000L) && !patch.isDead && !patch.isChoppedFruitTree()){
- patch.nextGrowth = System.currentTimeMillis() + TimeUnit.MINUTES.toMillis(patch.getStageGrowthMinutes().toLong())
- patch.update()
- }
-
- if (patch.getCurrentState() == 0)
- removeList.add(fp)
- }
- removeList.forEach { patchMap.remove(it) }
- removeList.clear()
- return patchMap.isNotEmpty()
- }
-
- private fun runOfflineCatchupLogic() {
- for ((_, patch) in patchMap) {
- val type = patch.patch.type
- val shouldPlayCatchup = !patch.isGrown() || (type == PatchType.BUSH_PATCH && patch.getFruitOrBerryCount() < 4) || (type == PatchType.FRUIT_TREE_PATCH && patch.getFruitOrBerryCount() < 6) || (patch.plantable == Plantable.WILLOW_SAPLING && patch.harvestAmt < 6)
- if (shouldPlayCatchup && !patch.isDead && !patch.isChoppedFruitTree()) {
- var stagesToSimulate = if (!patch.isGrown()) {
- if (patch.isWeedy() || patch.isEmptyAndWeeded()) patch.currentGrowthStage % 4
- else patch.plantable!!.stages - patch.currentGrowthStage
- } else 0
-
- if (patch.plantable != null) {
- if (type == PatchType.BUSH_PATCH)
- stagesToSimulate += Math.min(4, 4 - patch.getFruitOrBerryCount())
- if (type == PatchType.FRUIT_TREE_PATCH)
- stagesToSimulate += Math.min(6, 6 - patch.getFruitOrBerryCount())
- if (patch.plantable == Plantable.WILLOW_SAPLING)
- stagesToSimulate += Math.min(6, 6 - patch.harvestAmt)
- }
-
- val nowTime = System.currentTimeMillis()
- var simulatedTime = patch.nextGrowth
-
- while (simulatedTime < nowTime && stagesToSimulate-- > 0 && !patch.isDead) {
- val timeToIncrement = TimeUnit.MINUTES.toMillis(patch.getStageGrowthMinutes().toLong())
- patch.update()
- simulatedTime += timeToIncrement
- }
- }
- }
- }
-
- fun getPatch(patch: FarmingPatch, addPatch: Boolean ): Patch {
- return patchMap[patch] ?: (Patch(player,patch).also { if (addPatch) patchMap[patch] = it })
- }
-
- fun getPatches(): MutableCollection{
- return patchMap.values
- }
-
- override fun save (root: JSONObject, entity: Entity) {
- val patches = JSONArray()
- for((key,patch) in patchMap){
- val p = JSONObject()
- p.put("patch-ordinal",key.ordinal)
- p.put("patch-plantable-ordinal",patch.plantable?.ordinal ?: -1)
- p.put("patch-watered",patch.isWatered)
- p.put("patch-diseased",patch.isDiseased)
- p.put("patch-dead",patch.isDead)
- p.put("patch-stage",patch.currentGrowthStage)
- p.put("patch-state",patch.getCurrentState())
- p.put("patch-nextGrowth",patch.nextGrowth)
- p.put("patch-harvestAmt",patch.harvestAmt)
- p.put("patch-checkHealth",patch.isCheckHealth)
- p.put("patch-compost",patch.compost.ordinal)
- p.put("patch-paidprot",patch.protectionPaid)
- p.put("patch-croplives", patch.cropLives)
- patches.add(p)
- }
- root["patches"] = patches
- }
-
- override fun parse (root: JSONObject, entity: Entity) {
- val data = root["patches"] as JSONArray
- for(d in data){
- val p = d as JSONObject
- val patchOrdinal = p["patch-ordinal"].toString().toInt()
- val patchPlantableOrdinal = p["patch-plantable-ordinal"].toString().toInt()
- val patchWatered = p["patch-watered"] as Boolean
- val patchDiseased = p["patch-diseased"] as Boolean
- val patchDead = p["patch-dead"] as Boolean
- val patchStage = p["patch-stage"].toString().toInt()
- val nextGrowth = p["patch-nextGrowth"].toString().toLong()
- val harvestAmt = (p["patch-harvestAmt"] ?: 0).toString().toInt()
- val checkHealth = p["patch-checkHealth"] as Boolean
- val savedState = p["patch-state"].toString().toInt()
- val compostOrdinal = p["patch-compost"].toString().toInt()
- val protectionPaid = p["patch-paidprot"] as Boolean
- val cropLives = if(p["patch-croplives"] != null) p["patch-croplives"].toString().toInt() else 3
- val fPatch = FarmingPatch.values()[patchOrdinal]
- val plantable = if(patchPlantableOrdinal != -1) Plantable.values()[patchPlantableOrdinal] else null
- val patch = Patch((entity as? Player)!!,fPatch,plantable,patchStage,patchDiseased,patchDead,patchWatered,nextGrowth,harvestAmt,checkHealth)
-
- patch.cropLives = cropLives
- patch.compost = CompostType.values()[compostOrdinal]
- patch.protectionPaid = protectionPaid
- patch.setCurrentState(savedState)
-
- if((savedState - (patch?.plantable?.value ?: 0)) > patch.currentGrowthStage){
- patch.setCurrentState(savedState)
- } else {
- patch.setCurrentState((patch.plantable?.value ?: 0) + patch.currentGrowthStage)
- }
-
- if(patchMap[fPatch] == null) {
- patchMap[fPatch] = patch
- }
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/timers/SeedlingGrowth.kt b/Server/src/main/content/global/skill/farming/timers/SeedlingGrowth.kt
deleted file mode 100644
index 843c6871c..000000000
--- a/Server/src/main/content/global/skill/farming/timers/SeedlingGrowth.kt
+++ /dev/null
@@ -1,74 +0,0 @@
-package content.global.skill.farming.timers
-
-import core.game.node.entity.Entity
-import core.game.node.item.Item
-import core.game.system.timer.*
-import core.game.node.entity.player.Player
-import content.global.skill.farming.*
-import java.util.concurrent.TimeUnit
-import org.json.simple.*
-import java.time.*
-
-class SeedlingGrowth : PersistTimer (1, "farming:seedling", isSoft = true) {
- val seedlings = ArrayList()
- lateinit var player: Player
-
- fun addSeedling(seedling: Int){
- seedlings.add(
- Seedling(
- seedling,
- System.currentTimeMillis() + TimeUnit.MINUTES.toMillis(5),
- seedling + if(seedling > 5400) 8 else 6
- )
- )
- }
-
- override fun onRegister (entity: Entity) {
- player = (entity as? Player)!!
- }
-
- override fun run (entity: Entity) : Boolean {
- val removeList = ArrayList()
- for (seed in seedlings) {
- if (System.currentTimeMillis() > seed.TTL) {
- val inInventory = player.inventory.get(Item(seed.id))
- if (inInventory != null) {
- player.inventory.replace(Item(seed.sapling), inInventory.slot)
- removeList.add(seed)
- } else {
- val inBank = player.bank.get(Item(seed.id))
- if(inBank == null) removeList.add(seed)
- else {
- player.bank.remove(Item(inBank.id,1))
- player.bank.add(Item(seed.sapling))
- removeList.add(seed)
- }
- }
- }
- }
- seedlings.removeAll(removeList)
- return seedlings.isNotEmpty()
- }
-
- override fun save(root: JSONObject, entity: Entity) {
- val seedArray = JSONArray()
- for(s in seedlings){
- val seed = JSONObject()
- seed.put("id",s.id)
- seed.put("ttl",s.TTL)
- seed.put("sapling",s.sapling)
- seedArray.add(seed)
- }
- root.put("seedlings",seedArray)
- }
-
- override fun parse(root: JSONObject, entity: Entity) {
- (root["seedlings"] as JSONArray).forEach {
- val s = it as JSONObject
- val id = s["id"].toString().toInt()
- val ttl = s["ttl"].toString().toLong()
- val sapling = s["sapling"].toString().toInt()
- seedlings.add(Seedling(id,ttl,sapling))
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/farming/timers/StumpGrowth.kt b/Server/src/main/content/global/skill/farming/timers/StumpGrowth.kt
deleted file mode 100644
index 616bde43a..000000000
--- a/Server/src/main/content/global/skill/farming/timers/StumpGrowth.kt
+++ /dev/null
@@ -1,59 +0,0 @@
-package content.global.skill.farming.timers
-
-import core.game.node.entity.Entity
-import core.game.system.timer.*
-import core.game.node.entity.player.Player
-import content.global.skill.farming.*
-import core.tools.ticksToSeconds
-import java.util.concurrent.TimeUnit
-import org.json.simple.*
-
-class StumpGrowth : PersistTimer (1, "farming:stump", isSoft = true) {
- val stumps = ArrayList()
- lateinit var player: Player
-
- fun addStump(varbit: Int, ttl: Int){
- stumps.add(
- Stump(
- varbit,
- System.currentTimeMillis() + TimeUnit.SECONDS.toMillis(ticksToSeconds(ttl).toLong())
- )
- )
- }
-
- override fun onRegister (entity: Entity) {
- player = (entity as? Player)!!
- }
-
- override fun run (entity: Entity) : Boolean {
- val removeList = ArrayList()
- for (stump in stumps) {
- if (System.currentTimeMillis() > stump.TTL) {
- FarmingPatch.patches[stump.varbit]?.getPatchFor(player)?.regrowIfTreeStump()
- removeList.add(stump)
- }
- }
- stumps.removeAll(removeList)
- return stumps.isNotEmpty()
- }
-
- override fun save(root: JSONObject, entity: Entity) {
- val stumpArray = JSONArray()
- for(s in stumps){
- val seed = JSONObject()
- seed["patch"] = s.varbit
- seed["ttl"] = s.TTL
- stumpArray.add(seed)
- }
- root.put("stumps",stumpArray)
- }
-
- override fun parse(root: JSONObject, entity: Entity) {
- (root["stumps"] as JSONArray).forEach {
- val s = it as JSONObject
- val id = s["patch"].toString().toInt()
- val ttl = s["ttl"].toString().toLong()
- stumps.add(Stump(id,ttl))
- }
- }
-}
diff --git a/Server/src/main/content/global/skill/firemaking/FireMakingOptionPlugin.kt b/Server/src/main/content/global/skill/firemaking/FireMakingOptionPlugin.kt
deleted file mode 100644
index 76f745d01..000000000
--- a/Server/src/main/content/global/skill/firemaking/FireMakingOptionPlugin.kt
+++ /dev/null
@@ -1,22 +0,0 @@
-package content.global.skill.firemaking
-
-import core.game.node.item.GroundItem
-import org.rs09.consts.Items
-import core.game.interaction.InteractionListener
-import core.game.interaction.IntType
-
-class FiremakingListener : InteractionListener
-{
- val logs = intArrayOf(1511, 1521, 1513, 1515, 1517, 1519, 2862, 3438, 3440, 3442, 3444, 3446, 3448, 6211, 6213, 6332, 6333, 7404, 7405, 7406, 8934, 9067, 10328, 10329, 10808, 10810, 10812, 11035, 12581, 12583, 3125)
-
- override fun defineListeners() {
- onUseWith(IntType.ITEM, Items.TINDERBOX_590, *logs) { player, _, with ->
- player.pulseManager.run(FireMakingPulse(player, with.asItem(), null))
- return@onUseWith true
- }
- onUseWith(IntType.GROUNDITEM, Items.TINDERBOX_590, *logs) { player, _, with ->
- player.pulseManager.run(FireMakingPulse(player, with.asItem(), with as GroundItem))
- return@onUseWith true
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/fishing/Fish.kt b/Server/src/main/content/global/skill/fishing/Fish.kt
deleted file mode 100644
index 8ccc67f24..000000000
--- a/Server/src/main/content/global/skill/fishing/Fish.kt
+++ /dev/null
@@ -1,67 +0,0 @@
-package content.global.skill.fishing
-
-import core.api.asItem
-import core.game.node.item.Item
-import org.rs09.consts.Items
-
-enum class Fish(val id: Int, val level: Int, val experience: Double, val lowChance: Double, val highChance: Double) {
- CRAYFISH(Items.RAW_CRAYFISH_13435, 1, 10.0, 0.15, 0.5),
- SHRIMP(Items.RAW_SHRIMPS_317, 1, 10.0, 0.191, 0.5),
- SARDINE(Items.RAW_SARDINE_327, 5, 20.0, 0.148, 0.374),
- KARAMBWANJI(Items.RAW_KARAMBWANJI_3150, 5, 5.0, 0.4, 0.98),
- HERRING(Items.RAW_HERRING_345, 10, 30.0, 0.129, 0.504),
- ANCHOVIE(Items.RAW_ANCHOVIES_321, 15, 40.0, 0.098, 0.5),
- MACKEREL(Items.RAW_MACKEREL_353, 16, 20.0, 0.055, 0.258),
- TROUT(Items.RAW_TROUT_335, 20, 50.0, 0.246, 0.468),
- COD(Items.RAW_COD_341, 23, 45.0, 0.063, 0.219),
- PIKE(Items.RAW_PIKE_349, 25, 60.0, 0.14, 0.379),
- SLIMY_EEL(Items.SLIMY_EEL_3379, 28, 65.0, 0.117, 0.216),
- SALMON(Items.RAW_SALMON_331, 30, 70.0, 0.156, 0.378),
- FROG_SPAWN(Items.FROG_SPAWN_5004, 33, 75.0, 0.164, 0.379),
- TUNA(Items.RAW_TUNA_359, 35, 80.0, 0.109, 0.205),
- RAINBOW_FISH(Items.RAW_RAINBOW_FISH_10138, 38, 80.0, 0.113, 0.254),
- CAVE_EEL(Items.RAW_CAVE_EEL_5001, 38, 80.0, 0.145, 0.316),
- LOBSTER(Items.RAW_LOBSTER_377, 40, 90.0, 0.16, 0.375),
- BASS(Items.RAW_BASS_363, 46, 100.0, 0.078, 0.16),
- SWORDFISH(Items.RAW_SWORDFISH_371, 50, 100.0, 0.105, 0.191),
- LAVA_EEL(Items.RAW_LAVA_EEL_2148, 53, 60.0, 0.227, 0.379),
- MONKFISH(Items.RAW_MONKFISH_7944, 62, 120.0, 0.293, 0.356),
- KARAMBWAN(Items.RAW_KARAMBWAN_3142, 65, 105.0, 0.414, 0.629),
- SHARK(Items.RAW_SHARK_383, 76, 110.0, 0.121, 0.16),
- SEA_TURTLE(Items.RAW_SEA_TURTLE_395, 79, 38.0, 0.0, 0.0),
- MANTA_RAY(Items.RAW_MANTA_RAY_389, 81, 46.0, 0.0, 0.0),
- SEAWEED(Items.SEAWEED_401, 16, 1.0, 0.63, 0.219),
- CASKET(Items.CASKET_405, 16, 10.0, 0.63, 0.219),
- OYSTER(Items.OYSTER_407, 16, 10.0, 0.63, 0.219);
-
- companion object {
- val fishMap: HashMap = HashMap()
- val bigFishMap: HashMap = HashMap()
- init {
- for(fish in values()) {
- fishMap[fish.id] = fish
- }
- bigFishMap[Fish.BASS] = Items.BIG_BASS_7989
- bigFishMap[Fish.SWORDFISH] = Items.BIG_SWORDFISH_7991
- bigFishMap[Fish.SHARK] = Items.BIG_SHARK_7993
- }
-
- @JvmStatic
- fun forItem(item: Item) : Fish? {
- return fishMap[item.id]
- }
-
- @JvmStatic
- fun getBigFish(fish: Fish) : Int? {
- return bigFishMap[fish]
- }
- }
-
- fun getSuccessChance(level: Int): Double {
- return (level.toDouble() - 1.0) * ((highChance - lowChance) / (99.0 - 1.0)) + lowChance
- }
-
- fun getItem() : Item {
- return this.id.asItem()
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/fishing/FishSpots.kt b/Server/src/main/content/global/skill/fishing/FishSpots.kt
deleted file mode 100644
index 937c555c6..000000000
--- a/Server/src/main/content/global/skill/fishing/FishSpots.kt
+++ /dev/null
@@ -1,224 +0,0 @@
-package content.global.skill.fishing
-
-import core.game.world.map.Location
-
-enum class FishSpots(vararg val locations: Location) {
- CATHERBY(
- Location(2844, 3429, 0),
- Location(2839, 3431, 0),
- Location(2836, 3431, 0),
- Location(2837, 3431, 0),
- Location(2838, 3431, 0),
- Location(2839, 3431, 0),
- Location(2840, 3431, 0),
- Location(2844, 3429, 0),
- Location(2845, 3429, 0),
- Location(2846, 3429, 0),
- Location(2853, 3423, 0),
- Location(2854, 3423, 0),
- Location(2855, 3423, 0),
- Location(2859, 3426, 0),
- Location(2860, 3426, 0)
- ),
- ENTRANA(
- Location(2842, 3359, 0),
- Location(2843, 3359, 0),
- Location(2844, 3359, 0),
- Location(2847, 3361, 0),
- Location(2848, 3361, 0),
- Location(2849, 3361, 0),
- Location(2850, 3361, 0)
- ),
- ENTRANA_PLATFORM(
- Location(2879, 3334, 0),
- Location(2879, 3335, 0),
- Location(2879, 3338, 0),
- Location(2879, 3339, 0),
- Location(2877, 3342, 0),
- Location(2876, 3342, 0),
- Location(2875, 3342, 0),
- Location(2875, 3331, 0),
- Location(2876, 3331, 0),
- Location(2877, 3331, 0)
- ),
- SEERS(
- Location(2714, 3533, 0),
- Location(2714, 3532, 0),
- Location(2726, 3524, 0),
- Location(2727, 3524, 0),
- Location(2728, 3524, 0)
- ),
- DRAYNOR(
- Location(3085, 3230, 0),
- Location(3086, 3227, 0)
- ),
- BARBARIAN(
- Location(3110, 3432, 0),
- Location(3110, 3433, 0),
- Location(3110, 3434, 0),
- Location(3104, 3425, 0),
- Location(3104, 3424, 0)
- ),
- LUMBRIDGE(
- Location(3239, 3243, 0),
- Location(3239, 3241, 0),
- Location(3239, 3242, 0),
- Location(3238, 3251, 0),
- Location(3238, 3252, 0),
- Location(3238, 3253, 0)
- ),
- LUMBRIDGE_SWAMP(
- Location(3242, 3143, 0),
- Location(3242, 3148, 0),
- Location(3241, 3148, 0),
- Location(3240, 3147, 0),
- Location(3240, 3146, 0),
- Location(3244, 3150, 0),
- Location(3245, 3152, 0),
- Location(3246, 3155, 0),
- Location(3246, 3156, 0),
- Location(3239, 3241, 0)
- ),
- LUMBRIDGE_MARSH(
- Location(3169, 3266, 0),
- Location(3168, 3266, 0),
- Location(3174, 3274, 0),
- Location(3173, 3274, 0)
- ),
- ALKHARID(
- Location(3267, 3148, 0),
- Location(3268, 3147, 0),
- Location(3276, 3140, 0),
- Location(3275, 3140, 0)
- ),
- FISHING_GUILD(
- Location(2612, 3411, 0),
- Location(2602, 3423, 0),
- Location(2602, 3411, 0),
- Location(2602, 3412, 0),
- Location(2602, 3414, 0),
- Location(2602, 3415, 0),
- Location(2603, 3417, 0),
- Location(2604, 3417, 0),
- Location(2605, 3416, 0),
- Location(2606, 3416, 0),
- Location(2607, 3416, 0),
- Location(2608, 3416, 0),
- Location(2609, 3416, 0),
- Location(2610, 3416, 0),
- Location(2611, 3416, 0),
- Location(2612, 3415, 0),
- Location(2612, 3414, 0),
- Location(2607, 3410, 0),
- Location(2606, 3410, 0),
- Location(2605, 3410, 0),
- Location(2599, 3419, 0),
- Location(2600, 3419, 0),
- Location(2602, 3419, 0),
- Location(2603, 3419, 0),
- Location(2604, 3419, 0),
- Location(2605, 3420, 0),
- Location(2605, 3421, 0),
- Location(2604, 3422, 0),
- Location(2603, 3422, 0),
- Location(2602, 3422, 0),
- Location(2601, 3422, 0),
- Location(2605, 3424, 0),
- Location(2605, 3425, 0),
- Location(2602, 3426, 0),
- Location(2603, 3426, 0),
- Location(2604, 3426, 0)
- ),
- GNOME(
- Location(2388, 3424, 0),
- Location(2390, 3422, 0),
- Location(2391, 3421, 0),
- Location(2382, 3413, 0),
- Location(2382, 3414, 0),
- Location(2382, 3415, 0)
- ),
- CASTLEWAR(
- Location(2465, 3156, 0),
- Location(2464, 3155, 0),
- Location(2468, 3157, 0),
- Location(2469, 3157, 0),
- Location(2471, 3158, 0),
- Location(2472, 3156, 0),
- Location(2462, 3145, 0),
- Location(2461, 3150, 0),
- Location(2461, 3151, 0)
- ),
- SHILO(
- Location(2460, 3144, 0),
- Location(2461, 3150, 0),
- Location(2461, 3151, 0),
- Location(2853, 2977, 0),
- Location(2854, 2977, 0),
- Location(2855, 2977, 0),
- Location(2856, 2977, 0),
- Location(2858, 2976, 0),
- Location(2859, 2976, 0),
- Location(2860, 2976, 0),
- Location(2863, 2975, 0),
- Location(2863, 2975, 0),
- Location(2864, 2975, 0),
- Location(2865, 2972, 0),
- Location(2860, 2972, 0),
- Location(2855, 2974, 0),
- Location(2852, 2973, 0)
- ),
- KARAMJA(
- Location(2923, 3178, 0),
- Location(2923, 3179, 0),
- Location(2923, 3180, 0),
- Location(2924, 3181, 0),
- Location(2925, 3181, 0),
- Location(2926, 3180, 0),
- Location(2926, 3179, 0),
- Location(2926, 3178, 0),
- Location(2926, 3177, 0),
- Location(2926, 3176, 0)
- ),
- PISCATORIS(
- Location(2341, 3702, 0),
- Location(2342, 3702, 0),
- Location(2343, 3702, 0),
- Location(2344, 3702, 0),
- Location(2345, 3702, 0),
- Location(2346, 3702, 0),
- Location(2347, 3702, 0),
- Location(2349, 3702, 0),
- Location(2352, 3703, 0)
- ),
- TUTORIAL_ISLAND(
- Location(3101, 3092, 0)
- ),
- WILDERNESS_AREA(
- Location(3187, 3927, 0),
- Location(3185, 3926, 0),
- Location(3183, 3926, 0),
- Location(3181, 3926, 0)
- );
-
- companion object {
- private val locs: ArrayList = ArrayList()
- private val locMap: HashMap = HashMap()
- init {
- for(value in values()) {
- for(loc in value.locations) {
- locMap[loc] = value
- locs.add(loc)
- }
- }
- }
-
- @JvmStatic
- fun forLocation(loc: Location): FishSpots? {
- return if (locMap[loc] == null) {
- TUTORIAL_ISLAND
- } else {
- locMap[loc]
- }
- }
- }
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/fishing/FishingNPC.kt b/Server/src/main/content/global/skill/fishing/FishingNPC.kt
deleted file mode 100644
index 2af0ba8e6..000000000
--- a/Server/src/main/content/global/skill/fishing/FishingNPC.kt
+++ /dev/null
@@ -1,55 +0,0 @@
-package content.global.skill.fishing
-
-import core.api.*
-import core.game.node.entity.npc.NPC
-import core.game.node.entity.npc.NPCBehavior
-import core.tools.RandomFunction
-
-private val fishingSpots = FishingSpot.getAllIds()
-class FishingNPC : NPCBehavior(*fishingSpots) {
-
- override fun onCreation(self: NPC) {
- setAttribute(self, "fishing:spot", FishSpots.forLocation(self.location))
- setAttribute(self, "fishing:switchdelay", 0)
- }
-
- override fun tick(self: NPC): Boolean {
- if(getSpot(self) == null) {
- return false
- }
- if(getAttribute(self, "fishing:switchdelay", 0) < getWorldTicks()) {
- moveSpot(self)
- return false
- }
- return false
- }
-
- private fun moveSpot(self: NPC) {
- when (val spot = getSpot(self)) {
- null -> {
- self.isInvisible = !self.isInvisible
- setAttribute(self, "fishing:switchdelay", getWorldTicks() + getRandomDelay())
- return
- }
- FishSpots.TUTORIAL_ISLAND -> {
- return
- }
- else -> {
- val randLoc = spot.locations[RandomFunction.random(spot.locations.size)]
- if(findLocalNPCs(randLoc, 0).isEmpty()) {
- teleport(self, randLoc)
- }
- setAttribute(self, "fishing:switchdelay", getWorldTicks() + getRandomDelay())
- }
- }
- }
-
- private fun getRandomDelay(): Int {
- return RandomFunction.random(200, 390)
- }
-
- private fun getSpot(npc: NPC): FishSpots? {
- return getAttribute(npc, "fishing:spot", null)
- }
-
-}
\ No newline at end of file
diff --git a/Server/src/main/content/global/skill/fishing/FishingOption.kt b/Server/src/main/content/global/skill/fishing/FishingOption.kt
deleted file mode 100644
index b75ccf9b4..000000000
--- a/Server/src/main/content/global/skill/fishing/FishingOption.kt
+++ /dev/null
@@ -1,104 +0,0 @@
-package content.global.skill.fishing
-
-import core.api.*
-import core.game.node.entity.player.Player
-import core.game.node.entity.skill.Skills
-import core.game.world.update.flag.context.Animation
-import core.tools.RandomFunction
-import org.rs09.consts.Items
-
-enum class FishingOption(val tool: Int, val level: Int, val animation: Animation, val bait: IntArray?, val option: String, vararg val fish: Fish) {
- CRAYFISH_CAGE(Items.CRAYFISH_CAGE_13431, 1, Animation(10009), null, "cage", Fish.CRAYFISH),
- SMALL_NET(Items.SMALL_FISHING_NET_303, 1, Animation(621), null, "net", Fish.SHRIMP, Fish.ANCHOVIE),
- BAIT(Items.FISHING_ROD_307, 5, Animation(622), intArrayOf(Items.FISHING_BAIT_313), "bait", Fish.SARDINE, Fish.HERRING),
- LURE(Items.FLY_FISHING_ROD_309, 20, Animation(622), intArrayOf(Items.FEATHER_314, Items.STRIPY_FEATHER_10087), "lure", Fish.TROUT, Fish.SALMON, Fish.RAINBOW_FISH),
- PIKE_BAIT(Items.FISHING_ROD_307, 25, Animation(622), intArrayOf(Items.FISHING_BAIT_313), "bait", Fish.PIKE),
- LOBSTER_CAGE(Items.LOBSTER_POT_301, 40, Animation(619), null, "cage", Fish.LOBSTER),
- HARPOON(Items.HARPOON_311, 35, Animation(618), null, "harpoon", Fish.TUNA, Fish.SWORDFISH),
- BARB_HARPOON(Items.BARB_TAIL_HARPOON_10129, 35, Animation(618), null, "harpoon", Fish.TUNA, Fish.SWORDFISH),
- BIG_NET(Items.BIG_FISHING_NET_305, 16, Animation(620), null, "net", Fish.MACKEREL, Fish.COD, Fish.BASS, Fish.SEAWEED),
- SHARK_HARPOON(Items.HARPOON_311, 76, Animation(618), null, "harpoon", Fish.SHARK),
- MONKFISH_NET(Items.SMALL_FISHING_NET_303, 62, Animation(621), null, "net", Fish.MONKFISH),
- MORTMYRE_ROD(Items.FISHING_ROD_307, 5, Animation(622), intArrayOf(Items.FISHING_BAIT_313), "bait", Fish.SLIMY_EEL),
- LUMBDSWAMP_ROD(Items.FISHING_ROD_307, 5, Animation(622), intArrayOf(Items.FISHING_BAIT_313), "bait", Fish.SLIMY_EEL, Fish.CAVE_EEL),
- LUMBDSWAMP_NET(Items.SMALL_FISHING_NET_303, 1, Animation(621), null, "net", Fish.FROG_SPAWN),
- KBWANJI_NET(Items.SMALL_FISHING_NET_303, 5, Animation(621), null, "net", Fish.KARAMBWANJI),
- KARAMBWAN_VES(Items.KARAMBWAN_VESSEL_3157, 65, Animation(1193), intArrayOf((Items.RAW_KARAMBWANJI_3150)), "fish", Fish.KARAMBWAN),
- OILY_FISHING_ROD(Items.OILY_FISHING_ROD_1585, 53, Animation(622), intArrayOf(Items.FISHING_BAIT_313), "bait", Fish.LAVA_EEL);
-
- companion object {
- private val nameMap: HashMap